@charset "UTF-8";:root{--brand-primary: #db5b1f;--brand-primary-dark: #8f2f0f;--text-strong: #2f1b16;--text-body: #52382f;--text-muted: #766259;--surface-card: rgba(255, 252, 248, .82);--surface-border: rgba(130, 68, 33, .12);--border-subtle: rgba(130, 68, 33, .16);--shadow-soft: 0 20px 50px rgba(84, 37, 14, .12)}*{box-sizing:border-box}html{color-scheme:light;min-height:100%}body{margin:0;min-height:100%;min-width:320px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text-body);background:radial-gradient(circle at top right,rgba(255,209,166,.4),transparent 35%),linear-gradient(180deg,#fff8f2,#fff2ea)}h1,h2,h3,h4{margin:0;color:var(--text-strong);line-height:1.1}h1{font-size:clamp(2rem,4vw,3.5rem)}h2{font-size:clamp(1.7rem,3vw,2.5rem)}h3{font-size:clamp(1.3rem,2vw,1.7rem)}p,li,dd,dt,span,small,label,input,textarea,button{line-height:1.5}a{color:inherit}button,input,textarea,select{font:inherit}input,textarea,select{width:100%;padding:.85rem 1rem;border:1px solid var(--border-subtle);border-radius:.9rem;background:#fffffff2;color:var(--text-strong)}textarea{resize:vertical}button{border:0;cursor:pointer}:focus-visible{outline:3px solid rgba(42,111,242,.55);outline-offset:2px}.card-surface{padding:1.5rem;border:1px solid var(--surface-border);border-radius:1.5rem;background:var(--surface-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-soft)}.eyebrow{margin:0;color:var(--brand-primary-dark);text-transform:uppercase;letter-spacing:.1em;font-weight:700;font-size:.78rem}.section-heading{display:grid;gap:.35rem}.primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.85rem 1.2rem;border-radius:999px;background:linear-gradient(135deg,var(--brand-primary),#f58b43);color:#fff;font-weight:700}.primary-button:hover{filter:brightness(1.03)}.primary-button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:720px){.card-surface{padding:1.1rem;border-radius:1.15rem}}.wizard-panel{display:grid;gap:1rem}.field{display:grid;gap:.5rem;font-weight:600;color:var(--text-strong)}.field-grid,.choice-group{display:grid;gap:.875rem}.choice-group legend{font-weight:700;color:var(--text-strong);margin-bottom:.5rem}.option-grid{display:grid;gap:.875rem}.option-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.option-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.choice-card{display:grid;gap:.5rem;padding:1rem;border:1px solid var(--border-subtle);border-radius:1rem;background:#ffffffd6;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.choice-card:hover{transform:translateY(-2px);border-color:#ca4f1661;box-shadow:0 16px 32px #914d251f}.choice-card input{accent-color:var(--brand-primary)}.choice-card--active{border-color:var(--brand-primary);box-shadow:0 0 0 3px #db5b1f24}.choice-card__title-row{display:flex;justify-content:space-between;gap:1rem;color:var(--text-strong)}.variation-search-field{max-width:28rem}.variation-diet-filters{display:flex;flex-wrap:wrap;gap:.5rem}.diet-filter-pill{display:inline-flex;align-items:center;padding:.35rem .85rem;border-radius:999px;border:1px solid var(--border-subtle);background:#ffffffd9;color:var(--text-strong);font-size:.85rem;font-weight:600}.diet-filter-pill--active{background:var(--brand-primary, #db5b1f);border-color:var(--brand-primary, #db5b1f);color:#fff}.variation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.variation-card{display:grid;gap:.5rem;text-align:left;padding:1rem;border:1px solid var(--border-subtle);border-radius:1rem;background:#ffffffe6;color:var(--text-strong);cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease}.variation-card img{width:100%;height:10rem;object-fit:cover;border-radius:.75rem}.variation-card--active{border-color:var(--brand-primary);box-shadow:0 0 0 3px #db5b1f24}.variation-card__title-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.variation-card__badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;background:#22785426;color:#17573d;font-weight:700;font-size:.72rem;letter-spacing:.03em;text-transform:uppercase}.variation-card__badge--vegetarian{background:#59812229;color:#355c1a}.ingredient-search-field{max-width:20rem}.topping-filter-bar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem}.category-pills{display:flex;flex-wrap:wrap;gap:.4rem}.category-pill{display:inline-flex;align-items:center;padding:.35rem .85rem;border-radius:999px;border:1px solid var(--border-subtle);background:#ffffffd9;color:var(--text-strong);font-size:.85rem;font-weight:600;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.category-pill:hover{border-color:#ca4f1673;background:#ffe8da8c}.category-pill--active{background:var(--brand-primary, #db5b1f);border-color:var(--brand-primary, #db5b1f);color:#fff}.topping-section{display:grid;gap:.75rem}.topping-section-header{display:flex;align-items:center;gap:.75rem}.topping-section-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--brand-primary-dark, #a03a10)}.topping-section-divider{display:flex;align-items:center;gap:.75rem;color:var(--text-muted);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.topping-section-divider:before,.topping-section-divider:after{content:"";flex:1;height:1px;background:var(--border-subtle)}.topping-section-empty{grid-column:1/-1}.topping-card{align-content:start}.topping-card--variation{border-color:#db5b1f4d;background:#fff2eab3}.topping-card--suggested{border-color:#b48c1466;background:#fffadcbf}.topping-section--suggested{padding:.75rem;border-radius:1rem;border:1px dashed rgba(180,140,20,.4);background:#fffce680}.topping-section-label--suggested{color:#8a6a00}.topping-section-divider--secondary{color:var(--text-muted);opacity:.7}.topping-meta{display:flex;gap:.5rem;flex-wrap:wrap}.topping-tag{justify-self:start;padding:.3rem .55rem;border-radius:999px;background:#db5b1f1a;color:var(--brand-primary-dark);text-transform:capitalize;font-size:.78rem}.topping-tag--default{background:#2278541f;color:#17573d}.topping-tag--after-baking{background:#c864141f;color:#8b4000}.summary-block{display:grid;gap:.35rem;padding-bottom:1rem;border-bottom:1px solid var(--border-subtle)}.summary-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.summary-list{display:grid;gap:.5rem;list-style:none;padding:0;margin:0}.summary-list li{display:flex;justify-content:space-between;gap:1rem}.summary-total{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;border-radius:1rem;background:linear-gradient(135deg,#ffd2b580,#fff4ece6);color:var(--text-strong)}.empty-state,.assistive-text{color:var(--text-muted)}.error-message{margin:0;color:#aa2c2c;font-weight:600}.link-button{background:none;border:none;padding:0;color:var(--brand-primary, #db5b1f);font-weight:600;cursor:pointer;text-decoration:underline;font-size:inherit}.secondary-link{display:inline-flex;align-items:center;justify-content:center;min-height:2.4rem;padding:.5rem .9rem;border-radius:999px;border:1px solid rgba(125,40,13,.18);background:#db5b1f14;color:var(--brand-primary-dark);text-decoration:none;font-weight:600;cursor:pointer;transition:background .14s ease,border-color .14s ease}.secondary-link:hover{background:#db5b1f24;border-color:#7d280d47}.switch-account-link{display:inline-flex;align-items:center;justify-content:center;padding:.3rem .6rem;border-radius:999px;border:1px solid transparent;background:transparent;color:var(--text-muted);text-decoration:none;font-weight:400;font-size:.82rem;cursor:pointer;transition:color .14s ease,background .14s ease}.switch-account-link:hover{color:var(--brand-primary-dark);background:#db5b1f12}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:960px){.variation-grid,.option-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.variation-grid,.option-grid--two,.option-grid--three{grid-template-columns:1fr}}
