@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";
:root{--ink:#17352d;--muted:#687a73;--paper:#f7f4ec;--surface:#fffdf8;--green:#1e6b50;--lime:#d8ed93;--orange:#ef8354;--line:#e4dfd2;--shadow:0 18px 55px #1c392f1a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);margin:0;font-family:DM Sans,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}.storefront{min-height:100vh;padding-bottom:110px}.topbar{justify-content:space-between;align-items:center;max-width:1240px;height:76px;margin:auto;padding:0 30px;display:flex}.brand{color:var(--ink);align-items:center;gap:11px;font-family:Manrope;font-size:18px;font-weight:600;text-decoration:none;display:flex}.brand-mark{color:#fff;background:var(--green);border-radius:12px 12px 12px 4px;place-items:center;width:38px;height:38px;font-family:Manrope;font-weight:800;display:grid;box-shadow:0 7px 18px #1e6b503d}.open-pill{color:var(--green);background:#edf7f1;border:1px solid #cbe2d7;border-radius:99px;align-items:center;gap:8px;padding:8px 13px;font-size:13px;font-weight:600;display:flex}.open-pill span{background:#35a66e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #35a66e1f}.open-pill.closed{color:#9a4332;background:#fff1ed;border-color:#f1ccc2}.hero{color:#f9fff8;background:linear-gradient(125deg,#194f3e,#267158 65%,#357c5f);border-radius:30px;justify-content:space-between;align-items:center;max-width:1240px;min-height:340px;margin:0 auto;padding:56px 70px;display:flex;position:relative;overflow:hidden}.hero:after{content:"";border:1px solid #ffffff21;border-radius:50%;width:430px;height:430px;position:absolute;top:-160px;right:-85px;box-shadow:0 0 0 70px #ffffff06,0 0 0 140px #ffffff05}.hero>div:first-child{z-index:1;max-width:620px}.eyebrow{color:#568071;letter-spacing:.17em;margin:0 0 10px;font-size:11px;font-weight:800}.hero .eyebrow{color:var(--lime)}h1,h2,h3{font-family:Manrope}.hero h1{letter-spacing:-.045em;max-width:650px;margin:0 0 17px;font-size:clamp(34px,5vw,58px);line-height:1.04}.hero-copy{color:#d4e6df;max-width:570px;margin:0;font-size:17px;line-height:1.6}.shop-meta{color:#c3dcd3;flex-wrap:wrap;gap:10px 25px;margin-top:28px;font-size:13px;display:flex}.hero-art{z-index:1;width:320px;height:220px;position:relative}.hero-art span{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1a;border-radius:50% 50% 45% 55%;place-items:center;width:126px;height:126px;font-size:68px;display:grid;position:absolute;box-shadow:0 20px 35px #00000024}.hero-art span:first-child{top:10px;left:10px;transform:rotate(-8deg)}.hero-art span:nth-child(2){top:50px;right:12px;transform:rotate(9deg)}.hero-art span:nth-child(3){bottom:-28px;left:95px;transform:rotate(-4deg)}.quick-card{z-index:2;max-width:1080px;box-shadow:var(--shadow);background:#fffdf8f5;border:1px solid #e4dfd2e6;border-radius:20px;grid-template-columns:auto 1fr minmax(370px,1.6fr);align-items:center;gap:16px;margin:-34px auto 0;padding:21px 23px;display:grid;position:relative}.assistant-icon{width:47px;height:47px;color:var(--green);background:#e4f2c3;border-radius:14px;place-items:center;font-size:22px;display:grid}.quick-copy{flex-direction:column;gap:3px;display:flex}.quick-copy strong{font-family:Manrope;font-size:14px}.quick-copy span{color:var(--muted);font-size:12px}.quick-input{border:1px solid var(--line);background:#faf8f2;border-radius:13px;gap:8px;padding:6px;display:flex}.quick-input input{background:0 0;border:0;outline:0;flex:1;min-width:0;padding:6px 9px}.quick-input button,.primary-button{color:#fff;background:var(--green);border:0;border-radius:9px;padding:11px 17px;font-weight:700}.error-banner{color:#8b3528;background:#fff1ed;border:1px solid #eac0b7;border-radius:12px;justify-content:space-between;max-width:1080px;margin:18px auto;padding:13px 17px;display:flex}.error-banner button{color:inherit;background:0 0;border:0;font-size:18px}.catalog-section{max-width:1180px;margin:75px auto 0}.catalog-heading{justify-content:space-between;align-items:end;margin-bottom:22px;display:flex}.catalog-heading h2,.checkout-panel h2,.success-panel h2{letter-spacing:-.035em;margin:0;font-size:31px}.search-box{border:1px solid var(--line);width:250px;color:var(--muted);background:var(--surface);border-radius:11px;align-items:center;gap:8px;padding:10px 14px;display:flex}.search-box input{background:0 0;border:0;outline:0;width:100%}.category-row{gap:8px;margin-bottom:23px;padding-bottom:4px;display:flex;overflow:auto}.category-row button{white-space:nowrap;border:1px solid var(--line);color:var(--muted);background:0 0;border-radius:99px;padding:9px 16px}.category-row button.active{border-color:var(--green);color:#fff;background:var(--green)}.product-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.product-card{border:1px solid var(--line);background:var(--surface);border-radius:18px;transition:all .2s;overflow:hidden}.product-card:hover{transform:translateY(-3px);box-shadow:0 15px 30px #26493d17}.product-visual{background:linear-gradient(145deg,#e8efd8,#f1e9d4);place-items:center;height:145px;display:grid;position:relative}.product-visual span{filter:drop-shadow(0 10px 10px #28321e1f);font-size:66px}.product-visual small{color:#527063;text-transform:uppercase;letter-spacing:.08em;background:#ffffffad;border-radius:7px;padding:5px 8px;font-size:9px;font-weight:700;position:absolute;top:12px;left:12px}.product-details{padding:16px}.product-details h3{margin:0 0 3px;font-size:15px}.product-details p{color:var(--muted);margin:0;font-size:12px}.product-bottom{justify-content:space-between;align-items:end;min-height:38px;margin-top:15px;display:flex}.product-bottom>strong{font-family:Manrope;font-size:17px}.add-button{color:var(--green);background:#f4faf6;border:1px solid #afd0c0;border-radius:8px;padding:7px 10px 7px 13px;font-size:12px;font-weight:700}.add-button span{margin-left:6px;font-size:17px}.stepper{border:1px solid #afd0c0;border-radius:8px;align-items:center;display:flex;overflow:hidden}.stepper button{width:29px;height:29px;color:var(--green);background:#f4faf6;border:0}.stepper span{text-align:center;min-width:25px;font-size:12px;font-weight:700}.cart-bar{z-index:20;color:#fff;background:#173d31;border:1px solid #ffffff29;border-radius:16px;justify-content:space-between;align-items:center;width:min(620px,100% - 28px);padding:11px 12px 11px 20px;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 20px 45px #0f2d2347}.cart-bar>div{flex-direction:column;display:flex}.cart-bar span{color:#bcd3ca;font-size:11px}.cart-bar button{color:var(--ink);background:var(--lime);border:0;border-radius:10px;padding:12px 17px;font-weight:800}.cart-bar button span{color:var(--ink);margin-left:10px;font-size:17px}footer{border-top:1px solid var(--line);max-width:1180px;color:var(--muted);justify-content:space-between;margin:80px auto 0;padding:25px 0;font-size:12px;display:flex}footer span{color:var(--ink);font-weight:800}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0d231da6;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.checkout-panel,.success-panel{background:var(--surface);border-radius:24px;width:min(620px,100%);max-height:calc(100vh - 32px);padding:32px;position:relative;overflow:auto;box-shadow:0 30px 90px #0000004d}.close-button{color:var(--muted);background:0 0;border:0;font-size:27px;position:absolute;top:18px;right:20px}.checkout-lines{border-block:1px solid var(--line);margin:23px 0;padding:12px 0}.checkout-lines>div,.total>div{justify-content:space-between;padding:7px 0;font-size:13px;display:flex}.checkout-lines span{gap:8px;display:flex}.checkout-lines small{color:var(--muted)}.fulfillment-toggle{grid-template-columns:1fr 1fr;gap:8px;margin:0 0 18px;display:grid}.fulfillment-toggle label{text-align:center;border:1px solid var(--line);color:var(--muted);cursor:pointer;border-radius:10px;padding:12px}.fulfillment-toggle label.selected{color:var(--green);border-color:var(--green);background:#f0f8f3;font-weight:700}.fulfillment-toggle input{display:none}.checkout-panel form>label,.form-grid label{color:#466158;flex-direction:column;gap:6px;margin-bottom:14px;font-size:12px;font-weight:700;display:flex}.form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.checkout-panel input,.checkout-panel textarea{border:1px solid var(--line);width:100%;color:var(--ink);background:#fbfaf6;border-radius:9px;outline:0;padding:12px 13px}.checkout-panel textarea{resize:vertical;min-height:75px}.optional{color:var(--muted);font-weight:400}.total{border-top:1px solid var(--line);margin:17px 0;padding-top:10px}.total .grand{border-top:1px dashed var(--line);padding-top:11px;font-size:17px}.primary-button{justify-content:center;align-items:center;gap:12px;width:100%;padding:14px;display:flex}.primary-button:disabled{opacity:.55}.payment-note{text-align:center;color:var(--muted);margin:9px 0 0;font-size:11px}.success-panel{text-align:center;max-width:480px}.success-mark{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:30px;display:grid;box-shadow:0 0 0 9px #e5f1e9}.success-panel>p:not(.eyebrow){color:var(--muted);line-height:1.6}.order-number{background:#f0eee5;border-radius:12px;justify-content:space-between;align-items:center;margin:22px 0;padding:17px;display:flex}.order-number span{color:var(--muted);font-size:12px}.order-number strong{letter-spacing:.05em;font-family:Manrope}.status-timeline{justify-content:center;align-items:center;margin-top:25px;display:flex}.status-timeline span{color:#85938e;background:#e8ebe7;border-radius:50%;place-items:center;width:29px;height:29px;font-size:11px;display:grid}.status-timeline span.active{color:#fff;background:var(--green)}.status-timeline i{background:#e0e4df;width:80px;height:2px}.timeline-labels{color:var(--muted);justify-content:space-around;margin:8px 20px 25px;font-size:10px;display:flex}.loading,.dashboard-loading{min-height:100vh;color:var(--muted);place-content:center;justify-items:center;gap:12px;display:grid}.dashboard-shell{background:#f4f5f1;grid-template-columns:235px 1fr;min-height:100vh;display:grid}.sidebar{background:#fff;border-right:1px solid #dfe4dd;flex-direction:column;height:100vh;padding:28px 18px;display:flex;position:sticky;top:0}.dashboard-brand{padding:0 8px 30px}.sidebar nav{flex-direction:column;gap:5px;display:flex}.sidebar nav button{color:#607169;text-align:left;background:0 0;border:0;border-radius:9px;gap:12px;width:100%;padding:11px 13px;display:flex}.sidebar nav button.active{color:var(--green);background:#eaf3ed;font-weight:700}.sidebar-bottom{border-top:1px solid var(--line);flex-direction:column;gap:8px;margin-top:auto;padding:12px 8px;display:flex}.sidebar-bottom a,.sidebar-bottom button{color:var(--muted);text-align:left;background:0 0;border:0;padding:7px 0;font-size:12px;text-decoration:none}.dashboard-main{min-width:0;padding:34px 42px 70px}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:27px;display:flex}.dashboard-header h1{margin:0;font-size:34px}.operator{align-items:center;gap:10px;display:flex}.operator>span{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:38px;height:38px;font-weight:800;display:grid}.operator div{flex-direction:column;font-size:12px;display:flex}.operator small{color:var(--muted)}.stats{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.stats article{background:#fff;border:1px solid #dfe4dd;border-radius:14px;flex-direction:column;padding:20px;display:flex}.stats span{color:var(--muted);font-size:12px}.stats strong{margin:7px 0 2px;font-family:Manrope;font-size:26px}.stats small{color:#8c9994}.dashboard-section-title{justify-content:space-between;align-items:end;margin:34px 0 15px;display:flex}.dashboard-section-title h2{margin:0 0 3px;font-size:20px}.dashboard-section-title p{color:var(--muted);margin:0;font-size:12px}.dashboard-section-title button{background:#fff;border:1px solid #d3dad5;border-radius:8px;padding:8px 12px}.order-list{flex-direction:column;gap:12px;display:flex}.order-card{background:#fff;border:1px solid #dfe4dd;border-radius:14px;padding:19px 20px}.order-card-top{border-bottom:1px solid #edf0ec;justify-content:space-between;padding-bottom:13px;display:flex}.order-card-top>div{align-items:center;gap:12px;display:flex}.order-card-top span{color:var(--muted);font-size:11px}.status-badge{background:#f0f1ed;border-radius:99px;padding:5px 9px;font-weight:700}.status-pending{color:#9b6220!important;background:#fff3d8!important}.status-accepted,.status-preparing{color:#285f8e!important;background:#e7f2fc!important}.status-ready{color:#26704f!important;background:#e5f4eb!important}.status-cancelled{color:#a34335!important;background:#fce9e5!important}.order-body{grid-template-columns:1.1fr 1.6fr auto;align-items:center;gap:20px;padding:15px 0 5px;display:grid}.order-body h3{margin:0 0 3px;font-size:14px}.order-body p{color:var(--muted);margin:2px 0;font-size:11px}.order-items{color:#43564f;flex-direction:column;font-size:12px;display:flex}.order-total{font-family:Manrope}.order-note{color:#66776f;background:#f7f7f3;border-radius:7px;margin:8px 0;padding:8px 11px;font-size:11px}.order-actions{justify-content:flex-end;gap:7px;display:flex}.order-actions button{color:var(--green);background:#f5faf7;border:1px solid #b6d0c4;border-radius:7px;padding:7px 11px;font-size:11px;font-weight:700}.order-actions .danger-action{color:#a34335;background:#fff7f5;border-color:#e8c4bc;margin-right:auto}.empty-state{text-align:center;color:var(--muted);border:1px dashed #ccd5ce;border-radius:14px;padding:70px}.empty-state>span{font-size:35px}.empty-state h3{color:var(--ink);margin:12px 0 3px}.empty-state p{margin:0}.product-table{background:#fff;border:1px solid #dfe4dd;border-radius:14px;overflow:hidden}.product-table>div{border-bottom:1px solid #edf0ec;grid-template-columns:45px 1fr 120px 55px;align-items:center;padding:12px 17px;display:grid}.product-table>div:last-child{border:0}.table-emoji{font-size:24px}.product-table div div{flex-direction:column;display:flex}.product-table small{color:var(--muted)}.switch input{display:none}.switch span{background:#ccd3cf;border-radius:99px;width:39px;height:22px;transition:all .2s;display:block;position:relative}.switch span:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .2s;position:absolute;top:3px;left:3px}.switch input:checked+span{background:var(--green)}.switch input:checked+span:after{transform:translate(17px)}.login-shell{background:radial-gradient(circle at 15% 10%,#e1edc2,transparent 30rem),radial-gradient(circle at 90% 90%,#dcece4,transparent 32rem),var(--paper);place-items:center;min-height:100vh;padding:20px;display:grid}.login-card{border:1px solid var(--line);width:min(430px,100%);box-shadow:var(--shadow);background:#fffdf8f5;border-radius:24px;padding:38px}.login-brand{margin-bottom:42px}.login-card h1{letter-spacing:-.035em;margin:0 0 8px;font-size:32px}.login-card>p:not(.eyebrow){color:var(--muted);margin:0 0 24px;line-height:1.55}.login-card form label{color:#466158;flex-direction:column;gap:6px;margin:0 0 14px;font-size:12px;font-weight:700;display:flex}.login-card input{border:1px solid var(--line);color:var(--ink);background:#fbfaf6;border-radius:9px;outline:0;padding:12px 13px}.login-card form .primary-button{margin-top:7px}.login-card>a{color:var(--muted);text-align:center;margin-top:22px;font-size:12px;text-decoration:none;display:block}.login-error{color:#8b3528;background:#fff1ed;border:1px solid #eac0b7;border-radius:9px;margin-bottom:15px;padding:10px 12px;font-size:12px}.login-card .login-button{color:#fff;margin:8px 0 0;font-size:14px;display:flex}@media (max-width:900px){.hero{margin:0 14px;padding:45px 35px}.hero-art{display:none}.quick-card{grid-template-columns:auto 1fr;margin:-25px 28px 0}.quick-input{grid-column:1/-1}.catalog-section{margin:60px 20px 0}.product-grid{grid-template-columns:repeat(2,1fr)}.dashboard-shell{grid-template-columns:1fr}.sidebar{border:0;border-bottom:1px solid #ddd;flex-direction:row;align-items:center;height:auto;padding:13px 20px;position:static}.dashboard-brand{margin-right:auto;padding:0}.sidebar nav{flex-direction:row}.sidebar-bottom{display:none}.dashboard-main{padding:25px 20px}.stats{grid-template-columns:1fr 1fr}.stats article:last-child{grid-column:1/-1}}@media (max-width:560px){.topbar{height:65px;padding:0 16px}.hero{border-radius:22px;min-height:300px;padding:38px 24px}.hero h1{font-size:36px}.shop-meta{flex-direction:column}.quick-card{grid-template-columns:auto 1fr;margin:-20px 20px 0;padding:15px}.quick-input{flex-direction:column}.catalog-heading{flex-direction:column;align-items:stretch;gap:15px}.search-box{width:100%}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-visual{height:110px}.product-visual span{font-size:48px}.product-details{padding:12px}.form-grid{grid-template-columns:1fr}.checkout-panel{padding:27px 20px}.sidebar nav button{font-size:0}.sidebar nav button span{font-size:18px}.dashboard-main{padding:20px 12px}.dashboard-header{align-items:flex-start}.operator div{display:none}.stats{gap:8px}.stats article{padding:15px}.stats strong{font-size:20px}.order-body{grid-template-columns:1fr auto}.order-items{grid-area:2/1/auto/-1}.order-actions{flex-wrap:wrap}.product-table>div{grid-template-columns:38px 1fr auto 45px}.product-table>div>strong{font-size:12px}footer{margin-inline:20px}.hero-copy{font-size:15px}}
