.ChurrascoCalculator-module__lVTG4G__wizardContainer{grid-template-columns:2fr 1fr;gap:32px;margin-top:32px;display:grid}.ChurrascoCalculator-module__lVTG4G__sidebar{background-color:var(--background-muted);border-radius:var(--border-radius);border:1px solid var(--border-color);height:fit-content;padding:24px;position:sticky;top:100px}.ChurrascoCalculator-module__lVTG4G__sidebarHeader{border-bottom:1px solid var(--border-color);align-items:center;gap:12px;margin-bottom:16px;padding-bottom:16px;display:flex}.ChurrascoCalculator-module__lVTG4G__sidebarHeader svg{color:var(--primary-color)}.ChurrascoCalculator-module__lVTG4G__sidebarHeader h3{color:var(--text-primary);margin:0;font-size:1.2rem}.ChurrascoCalculator-module__lVTG4G__emptyList{color:var(--text-muted);font-style:italic}.ChurrascoCalculator-module__lVTG4G__mainContent{background-color:var(--background-primary);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:32px}.ChurrascoCalculator-module__lVTG4G__progressBar{align-items:flex-start;margin-bottom:40px;display:flex}.ChurrascoCalculator-module__lVTG4G__step{color:var(--text-placeholder);cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:8px;min-width:80px;font-family:inherit;transition:color .3s;display:flex;position:relative}.ChurrascoCalculator-module__lVTG4G__stepIcon{background-color:var(--background-output);border:2px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.ChurrascoCalculator-module__lVTG4G__step.ChurrascoCalculator-module__lVTG4G__active{color:var(--text-primary);font-weight:var(--font-weight-semibold)}.ChurrascoCalculator-module__lVTG4G__step.ChurrascoCalculator-module__lVTG4G__active .ChurrascoCalculator-module__lVTG4G__stepIcon{background-color:var(--primary-color);color:var(--primary-content-color);border-color:var(--primary-color)}.ChurrascoCalculator-module__lVTG4G__step.ChurrascoCalculator-module__lVTG4G__completed{color:var(--primary-color)}.ChurrascoCalculator-module__lVTG4G__step.ChurrascoCalculator-module__lVTG4G__completed .ChurrascoCalculator-module__lVTG4G__stepIcon{background-color:var(--background-primary);color:var(--primary-color);border-color:var(--primary-color)}.ChurrascoCalculator-module__lVTG4G__stepConnector{background-color:var(--border-color);flex-grow:1;height:2px;margin:0;transform:translateY(20px)}.ChurrascoCalculator-module__lVTG4G__stepConnector.ChurrascoCalculator-module__lVTG4G__completed{background-color:var(--primary-color)}.ChurrascoCalculator-module__lVTG4G__stepContent{min-height:250px}.ChurrascoCalculator-module__lVTG4G__stepTitle{color:var(--text-primary);margin-bottom:24px;font-size:1.5rem}.ChurrascoCalculator-module__lVTG4G__guestInputs{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.ChurrascoCalculator-module__lVTG4G__navigation{border-top:1px solid var(--border-color);justify-content:space-between;margin-top:40px;padding-top:24px;display:flex}.ChurrascoCalculator-module__lVTG4G__backButton,.ChurrascoCalculator-module__lVTG4G__nextButton{font-size:1rem;font-weight:var(--font-weight-semibold);cursor:pointer;border-radius:6px;padding:12px 32px;transition:all .2s}.ChurrascoCalculator-module__lVTG4G__backButton{background-color:var(--background-muted);border:1px solid var(--border-color);color:var(--text-secondary)}.ChurrascoCalculator-module__lVTG4G__backButton:hover:not(:disabled){border-color:var(--text-secondary)}.ChurrascoCalculator-module__lVTG4G__backButton:disabled{opacity:.5;cursor:not-allowed}.ChurrascoCalculator-module__lVTG4G__nextButton{background-color:var(--primary-color);border:1px solid var(--primary-color);color:var(--primary-content-color)}.ChurrascoCalculator-module__lVTG4G__nextButton:hover:not(:disabled){background-color:var(--primary-color-hover)}.ChurrascoCalculator-module__lVTG4G__nextButton:disabled{opacity:.5;cursor:not-allowed}.ChurrascoCalculator-module__lVTG4G__meatSelector{flex-direction:column;gap:6px;display:flex;position:relative}.ChurrascoCalculator-module__lVTG4G__tabsContainer{border-bottom:1px solid var(--border-color);-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;overflow-x:auto}.ChurrascoCalculator-module__lVTG4G__tabsContainer::-webkit-scrollbar{display:none}.ChurrascoCalculator-module__lVTG4G__tabsContainer:after{content:"";background:linear-gradient(to left,var(--background-primary),transparent);pointer-events:none;width:40px;height:48px;position:absolute;top:0;right:0}.ChurrascoCalculator-module__lVTG4G__tabButton{font-size:1rem;font-weight:var(--font-weight-semibold);cursor:pointer;color:var(--text-muted);white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:12px 32px}.ChurrascoCalculator-module__lVTG4G__tabButton.ChurrascoCalculator-module__lVTG4G__active{color:var(--primary-color);border-bottom-color:var(--primary-color)}.ChurrascoCalculator-module__lVTG4G__tabContent{padding-top:24px}.ChurrascoCalculator-module__lVTG4G__meatGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.ChurrascoCalculator-module__lVTG4G__checkboxGroup{background-color:var(--background-primary);border:1px solid var(--border-color);border-radius:6px;align-items:center;gap:10px;padding:12px;display:flex}.ChurrascoCalculator-module__lVTG4G__checkboxGroup input{width:20px;height:20px}.ChurrascoCalculator-module__lVTG4G__checkboxGroup label{font-weight:var(--font-weight-semibold);color:var(--text-primary)}.ChurrascoCalculator-module__lVTG4G__garnishContainer{flex-direction:column;gap:24px;display:flex}.ChurrascoCalculator-module__lVTG4G__subSectionTitle{font-size:1.1rem;font-weight:var(--font-weight-semibold);color:var(--text-secondary);margin-bottom:16px}.ChurrascoCalculator-module__lVTG4G__garnishGrid,.ChurrascoCalculator-module__lVTG4G__beverageGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.ChurrascoCalculator-module__lVTG4G__shoppingList{flex-direction:column;gap:4px;display:flex}.ChurrascoCalculator-module__lVTG4G__profileBox{background-color:var(--background-output);border-radius:6px;margin-bottom:12px;padding:16px}.ChurrascoCalculator-module__lVTG4G__profileBox strong{color:var(--text-primary);margin-bottom:4px;font-size:1rem;display:block}.ChurrascoCalculator-module__lVTG4G__profileBox p{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.5}.ChurrascoCalculator-module__lVTG4G__listCategoryTitle{font-size:1rem;font-weight:var(--font-weight-semibold);color:var(--text-secondary);border-bottom:1px solid var(--border-color);margin-top:12px;margin-bottom:4px;padding-bottom:8px}.ChurrascoCalculator-module__lVTG4G__listItem{color:var(--text-primary);justify-content:space-between;font-size:.95rem;display:flex}.ChurrascoCalculator-module__lVTG4G__listItem span:last-child{font-weight:var(--font-weight-semibold)}.ChurrascoCalculator-module__lVTG4G__preferenceSelector{border-top:1px solid var(--border-color);margin-top:32px;padding-top:24px}.ChurrascoCalculator-module__lVTG4G__radioGroup{align-items:center;gap:10px;margin-bottom:8px;display:flex}.ChurrascoCalculator-module__lVTG4G__radioGroup input{width:18px;height:18px}.ChurrascoCalculator-module__lVTG4G__resultsView{grid-template-columns:1fr}.ChurrascoCalculator-module__lVTG4G__resultsView .ChurrascoCalculator-module__lVTG4G__sidebar{display:none}.ChurrascoCalculator-module__lVTG4G__resultsView .ChurrascoCalculator-module__lVTG4G__mainContent{width:100%}.ChurrascoCalculator-module__lVTG4G__finalList{flex-direction:column;gap:4px;display:flex}.ChurrascoCalculator-module__lVTG4G__totalRow{border-top:1px solid var(--border-color);font-weight:var(--font-weight-bold);margin-top:8px;padding-top:8px}.ChurrascoCalculator-module__lVTG4G__printList{flex-direction:column;display:flex}.ChurrascoCalculator-module__lVTG4G__printList .ChurrascoCalculator-module__lVTG4G__profileBox{background-color:var(--background-primary);border-bottom:1px solid var(--border-color);border-radius:0;margin-top:20px;margin-bottom:20px;padding:0 0 4px}.ChurrascoCalculator-module__lVTG4G__finalActions{justify-content:center;gap:16px;margin-bottom:24px;display:flex}.ChurrascoCalculator-module__lVTG4G__actionButton{background-color:var(--background-primary);border:1px solid var(--border-color);cursor:pointer;font-weight:var(--font-weight-semibold);color:var(--text-secondary);border-radius:6px;align-items:center;gap:8px;padding:8px 16px;transition:all .2s;display:flex}.ChurrascoCalculator-module__lVTG4G__actionButton:hover{border-color:var(--primary-color);color:var(--primary-color);background-color:var(--background-muted)}@media (max-width:768px){.ChurrascoCalculator-module__lVTG4G__wizardContainer{grid-template-columns:1fr}}@media (max-width:640px){.ChurrascoCalculator-module__lVTG4G__wizardContainer{grid-template-columns:1fr}.ChurrascoCalculator-module__lVTG4G__guestInputs{grid-template-columns:1fr;gap:0}.ChurrascoCalculator-module__lVTG4G__mainContent,.ChurrascoCalculator-module__lVTG4G__tabButton{padding:12px}}
