:root{--bg:#ffffff;--bg-soft:#f6f6f6;--bg-muted:#eeeeee;--text:#000000;--text-secondary:#545454;--muted:#6b6b6b;--border:#e2e2e2;--accent:#e65100;--accent-hover:#bf360c;--accent-soft:rgba(230,81,0,0.1);--on-accent:#ffffff;--success:#0e8345;--danger:#de1135;--radius-sm:8px;--radius-md:12px;--radius-pill:500px;--shadow-soft:0 4px 16px rgba(0,0,0,0.08);--header-h:64px;--max:1200px;--prose:720px;--font-sans:var(--font-jakarta),"Plus Jakarta Sans",system-ui,sans-serif}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit}::selection{background:var(--accent-soft);color:var(--text)}.container{width:min(100% - 2rem,var(--max));margin-inline:auto}.site-main{min-height:calc(100vh - var(--header-h))}.muted{color:var(--muted)}.section{padding:2rem 0 3rem}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;height:var(--header-h);background:rgba(255,255,255,.96);border-bottom:1px solid transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header.is-scrolled{border-bottom-color:var(--border)}.site-header__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;font-weight:800;font-size:1.15rem;letter-spacing:-.03em}.brand,.nav{align-items:center}.nav{display:flex;gap:1.25rem}.nav a{font-size:.92rem;font-weight:600;color:var(--text-secondary)}.nav a:hover{color:var(--text)}.nav-cta{display:flex;align-items:center;gap:.5rem}.menu-toggle{display:none;border:1px solid var(--border);background:var(--bg);border-radius:0;padding:.4rem .85rem;font-weight:600;cursor:pointer}@media (max-width:860px){.menu-toggle{display:inline-flex}.nav{display:none;position:absolute;top:var(--header-h);left:0;right:0;background:var(--bg);border-bottom:1px solid var(--border);flex-direction:column;align-items:stretch;padding:1rem;gap:.75rem}.nav.is-open{display:flex}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:0;padding:.7rem 1.15rem;font-weight:700;font-size:.92rem;border:1px solid transparent;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.btn svg{flex-shrink:0}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--text);color:var(--on-accent)}.btn-primary:hover:not(:disabled){background:#222}.btn-secondary{background:var(--bg-soft);color:var(--text);border-color:transparent}.btn-secondary:hover:not(:disabled){background:var(--bg-muted)}.btn-ghost{background:transparent;color:var(--text)}.btn-block{width:100%}.field{display:flex;flex-direction:column;gap:.35rem}.field label{font-size:.82rem;font-weight:700;color:var(--text-secondary)}.field input,.field select,.field textarea,.input{width:100%;border:1px solid var(--border);background:var(--bg-soft);border-radius:var(--radius-md);padding:.85rem 1rem;color:var(--text);outline:none}.field input:focus,.field select:focus,.field textarea:focus,.input:focus{border-color:var(--text);background:var(--bg)}.field input[readonly]{background:var(--bg-muted);color:var(--text-secondary);cursor:default}.alert{border-radius:var(--radius-md);padding:.85rem 1rem;background:#fff1f0;color:var(--danger);font-size:.9rem}.alert-success{background:#eaf7ef;color:var(--success)}.app-modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:1.25rem}.app-modal__backdrop{position:absolute;inset:0;border:none;background:rgba(0,0,0,.55);cursor:pointer}.app-modal__backdrop:disabled{cursor:default}.app-modal__card{position:relative;z-index:1;width:min(100%,420px);background:#fff;color:var(--text);padding:1.35rem 1.35rem 1.25rem;box-shadow:0 24px 60px rgba(0,0,0,.28)}.app-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.65rem}.app-modal__head h2{margin:0;font-size:1.25rem;letter-spacing:-.03em}.app-modal__body{margin:0 0 1.25rem;color:var(--text-secondary);font-size:.95rem;line-height:1.45}.app-modal__body p{margin:0}.app-modal__actions{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:flex-end}.app-shell{display:grid;grid-template-columns:220px 1fr;grid-gap:1.5rem;gap:1.5rem;padding:1.5rem 0 3rem}@media (max-width:900px){.app-shell{grid-template-columns:1fr}.app-side{flex-direction:row;flex-wrap:wrap}}.app-side{display:flex;flex-direction:column;gap:.35rem}.app-side a{padding:.7rem .9rem;border-radius:var(--radius-md);font-weight:600;color:var(--text-secondary)}.app-side a.is-active,.app-side a:hover{background:var(--bg-soft);color:var(--text)}.app-panel{min-width:0}.stack{flex-direction:column;gap:.85rem}.row,.stack{display:flex}.row{gap:.75rem}.badge,.row{align-items:center}.badge{display:inline-flex;border-radius:var(--radius-pill);padding:.2rem .55rem;font-size:.75rem;font-weight:700;background:var(--bg-soft)}.badge-accent{background:var(--accent-soft);color:var(--accent)}.list-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg)}.empty-state{text-align:center;padding:2.5rem 1rem;border:1px dashed var(--border);border-radius:var(--radius-md);display:grid;grid-gap:.65rem;gap:.65rem;justify-items:center}.empty-state h2{margin:0;font-size:1.2rem}.outlet-media{margin-top:1.5rem;display:grid;grid-gap:1rem;gap:1rem}.outlet-media__cover{position:relative;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;background:var(--bg-soft);min-height:160px}.outlet-media__cover img{display:block;width:100%;height:200px;object-fit:cover}.outlet-media__actions{position:absolute;right:.75rem;bottom:.75rem}.outlet-media__logo{display:flex;align-items:center;gap:1rem}.outlet-media__logo img{width:72px;height:72px;object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--border);background:#fff}.outlet-media__placeholder{display:grid;place-items:center;min-height:160px;color:var(--muted);font-size:.92rem;font-weight:600}.outlet-media__placeholder--logo{width:72px;height:72px;min-height:0;border:1px dashed var(--border);border-radius:var(--radius-md);font-size:.8rem}.auth-card{width:min(100% - 2rem,420px);margin:2.5rem auto;padding:1.75rem;border:1px solid var(--border);border-radius:16px;background:var(--bg);box-shadow:var(--shadow-soft)}.auth-card h1{margin:0 0 .35rem;font-size:1.6rem;letter-spacing:-.03em}.address-autocomplete input{width:100%;border:1px solid var(--border);background:var(--bg-soft);border-radius:var(--radius-md);padding:.85rem 1rem;color:var(--text);outline:none}.address-autocomplete input:focus{border-color:var(--text);background:var(--bg)}.address-suggestions{position:absolute;z-index:30;left:0;right:0;top:calc(100% + 4px);margin:0;padding:.35rem;list-style:none;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);max-height:240px;overflow:auto}.address-suggestions button{width:100%;text-align:left;border:none;background:transparent;padding:.65rem .75rem;border-radius:var(--radius-sm);cursor:pointer;color:var(--text)}.address-suggestions button:hover{background:var(--bg-soft)}.hours-grid{grid-gap:.75rem}.hours-day,.hours-grid{display:grid;gap:.75rem}.hours-day{grid-template-columns:110px 1fr;grid-gap:.75rem;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border)}@media (max-width:640px){.hours-day{grid-template-columns:1fr}}.order-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.status-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin:1rem 0}.status-chips button{border:1px solid var(--border);background:var(--bg);padding:.4rem .75rem;font-weight:700;font-size:.82rem;cursor:pointer}.status-chips button.is-active{background:var(--text);color:#fff;border-color:var(--text)}.site-footer{margin-top:3rem;border-top:1px solid var(--border);background:linear-gradient(180deg,#fafafa,#f3f3f3);color:var(--text);padding:2.75rem 0 2rem}.site-footer__inner{display:grid;grid-gap:2rem;gap:2rem}.site-footer__top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1.75rem 2.5rem}.site-footer__brand{max-width:22rem}.site-footer__name{display:inline-block;font-weight:800;font-size:1.2rem;letter-spacing:-.03em;margin-bottom:.45rem}.site-footer__brand p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.45}.site-footer__nav{display:flex;flex-wrap:wrap;gap:.65rem 1.25rem;align-items:center;font-weight:700;font-size:.92rem}.site-footer__nav a:hover{color:var(--accent)}.site-footer__legal{padding-top:1.35rem;border-top:1px solid var(--border);display:grid;grid-gap:.85rem;gap:.85rem}.site-footer__legal nav{display:flex;flex-wrap:wrap;gap:.45rem 1rem;font-size:.85rem;font-weight:600;color:var(--text-secondary)}.site-footer__legal nav a:hover{color:var(--text)}.site-footer__meta{margin:0;color:var(--muted);font-size:.82rem}.infographic{display:block;width:100%;height:auto}.infographic-panel{margin:1.5rem 0;padding:1.25rem;overflow:hidden}.guide-steps,.infographic-panel{border:1px solid var(--border);border-radius:var(--radius-md);background:linear-gradient(180deg,#fff,#fafafa)}.guide-steps{display:grid;grid-template-columns:repeat(var(--guide-cols,3),1fr);grid-gap:1rem;gap:1rem;padding:1.1rem 1.15rem;position:relative}.guide-steps--slim{padding:.85rem 1rem}.guide-step{display:flex;align-items:flex-start;gap:.7rem;min-width:0;position:relative}.guide-step:not(:last-child):after{content:"";position:absolute;top:21px;right:-.6rem;width:.5rem;border-top:2px dashed var(--border)}.guide-step__badge{position:relative;width:42px;height:42px;flex-shrink:0;border-radius:50%;background:#fff;border:2px solid var(--text);display:grid;place-items:center;color:var(--text)}.guide-step__badge svg{width:20px;height:20px}.guide-step__num{position:absolute;top:-6px;right:-6px;width:18px;height:18px;border-radius:50%;background:var(--accent);color:#fff;font-size:.66rem;font-weight:800;display:grid;place-items:center}.guide-step__title{margin:0;font-size:.92rem;font-weight:700;letter-spacing:-.01em}.guide-step__caption{margin:.15rem 0 0;font-size:.82rem;color:var(--muted);line-height:1.35}@media (max-width:720px){.guide-steps{grid-template-columns:1fr;gap:.85rem}.guide-step:not(:last-child):after{display:none}}.empty-illustrated{text-align:center;padding:2.5rem 1rem 3rem;color:var(--muted);display:grid;justify-items:center;grid-gap:.35rem;gap:.35rem}.empty-illustrated h2{margin:.75rem 0 0;color:var(--text);font-size:1.35rem;letter-spacing:-.02em}.empty-illustrated p{margin:.25rem 0 0;max-width:32rem}.empty-graphic{width:min(190px,60vw);height:auto;margin:0 auto .85rem;display:block}.empty-illustrated .btn{margin-top:1rem}.dashboard-how{margin-top:1.5rem}.dashboard-how h2{margin:0 0 .35rem;font-size:1.15rem;letter-spacing:-.02em}.dashboard-how__sub{margin:0;color:var(--muted);font-size:.92rem;max-width:40rem}.dashboard-how .infographic-panel{margin:1rem 0 0}@media (prefers-reduced-motion:no-preference){.anim-pop{opacity:0;transform-origin:center;transform-box:fill-box;animation:info-pop .5s cubic-bezier(.2,.9,.3,1.2) forwards}.anim-pop.delay-0{animation-delay:.05s}.anim-pop.delay-1{animation-delay:.25s}.anim-pop.delay-2{animation-delay:.45s}.anim-pop.delay-3{animation-delay:.65s}.anim-draw{stroke-dasharray:900;stroke-dashoffset:900;animation:info-draw 1.6s ease-out .15s forwards}.anim-ping{transform-origin:center;transform-box:fill-box;animation:info-ping 1.8s ease-out infinite}.anim-pulse{animation:info-pulse 2.4s ease-in-out infinite}.anim-float-a,.anim-float-b,.anim-float-c{transform-box:fill-box;animation:info-float 4.5s ease-in-out infinite}.anim-float-b{animation-delay:.8s}.anim-float-c{animation-delay:1.6s}.anim-slide-up{opacity:0;transform-box:fill-box;animation:info-slide-up .7s ease-out .3s forwards}.anim-cta-glow{animation:info-cta-glow 2.2s ease-in-out infinite}.anim-courier{animation:info-courier 5s ease-in-out .8s infinite}}@keyframes info-pop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes info-draw{to{stroke-dashoffset:0}}@keyframes info-ping{0%{opacity:1;transform:scale(1)}60%{opacity:.55;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}@keyframes info-pulse{0%,to{opacity:.5}50%{opacity:1}}@keyframes info-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes info-slide-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes info-cta-glow{0%,to{opacity:1}50%{opacity:.75}}@keyframes info-courier{0%{transform:translateX(80px)}to{transform:translateX(880px)}}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Plus Jakarta Sans Fallback;src:local("Arial");ascent-override:98.88%;descent-override:21.15%;line-gap-override:0.00%;size-adjust:104.98%}.__className_a11773{font-family:Plus Jakarta Sans,Plus Jakarta Sans Fallback;font-style:normal}.__variable_a11773{--font-jakarta:"Plus Jakarta Sans","Plus Jakarta Sans Fallback"}