:root{--ink: #140f0c;--flour: #f3ebe0;--ember: #e85d04;--ash: #8a7a6b;--gh-coral: #ff5a1f;--gh-ink: #1c1917;--gh-mist: #fff7f2;--gh-mute: #6b5e55}.login-gate{--ink: var(--gh-ink);min-height:100vh;min-height:100dvh;display:grid;grid-template-columns:minmax(20rem,28rem) 1fr;background:var(--gh-mist);color:var(--gh-ink)}.login-panel{display:flex;flex-direction:column;justify-content:center;padding:clamp(1.5rem,4vw,3rem);background:radial-gradient(ellipse 120% 80% at 0% 100%,rgba(255,90,31,.12),transparent 55%),linear-gradient(180deg,#fffdfb 0%,var(--gh-mist) 100%);animation:login-panel-in .7s ease-out both}.login-brand{font-family:Bricolage Grotesque,sans-serif;font-weight:800;font-size:clamp(2rem,4vw,2.75rem);letter-spacing:-.04em;color:var(--gh-coral);margin:0 0 1.25rem;line-height:1;animation:login-rise .65s ease-out .08s both}.login-headline{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:clamp(1.35rem,2.6vw,1.85rem);letter-spacing:-.03em;line-height:1.15;margin:0 0 .75rem;max-width:16ch;color:var(--gh-ink);animation:login-rise .65s ease-out .16s both}.login-sub{font-family:Outfit,"Source Sans 3",sans-serif;font-size:1.02rem;line-height:1.45;color:var(--gh-mute);margin:0 0 1.75rem;max-width:28ch;animation:login-rise .65s ease-out .24s both}.login-form{display:grid;gap:.85rem;max-width:22rem;animation:login-rise .65s ease-out .32s both}.login-form label{display:grid;gap:.35rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:500;color:var(--gh-mute)}.login-form input{border:1px solid rgba(28,25,23,.16);background:#fff;color:var(--gh-ink);padding:.75rem .85rem;font-family:Outfit,sans-serif;font-size:1rem}.login-form input:focus{outline:2px solid rgba(255,90,31,.35);outline-offset:1px;border-color:var(--gh-coral)}.login-cta{margin-top:.35rem;background:var(--gh-coral);color:#fff;border:0;padding:.9rem 1.1rem;font-family:Outfit,sans-serif;font-weight:700;font-size:1rem;cursor:pointer;transition:transform .15s ease,filter .15s ease}.login-cta:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}.login-cta:disabled{opacity:.55;cursor:not-allowed}.login-hint{margin-top:1.25rem;font-family:Outfit,sans-serif;font-size:.8rem;color:var(--gh-mute);opacity:.85;animation:login-rise .65s ease-out .4s both}.login-gate .error{color:#c2410c;margin:0;font-family:Outfit,sans-serif}.login-hero{position:relative;overflow:hidden;min-height:100vh;min-height:100dvh;background:#2a1810;animation:login-hero-in .9s ease-out both}.login-hero-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transform:scale(1.04);animation:login-kenburns 14s ease-in-out alternate infinite}.login-hero-veil{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,247,242,.55) 0%,transparent 18%),linear-gradient(180deg,transparent 60%,rgba(28,25,23,.25) 100%)}@keyframes login-panel-in{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:none}}@keyframes login-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes login-hero-in{0%{opacity:0}to{opacity:1}}@keyframes login-kenburns{0%{transform:scale(1.04) translateZ(0)}to{transform:scale(1.1) translate3d(-1.5%,-1%,0)}}@media(max-width:820px){.login-gate{grid-template-columns:1fr;grid-template-rows:auto 1fr}.login-hero{min-height:42vh;order:-1}.login-hero-veil{background:linear-gradient(180deg,transparent 40%,rgba(255,247,242,.92) 100%)}.login-panel{padding-top:1.25rem}}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{font-family:"Source Sans 3",system-ui,sans-serif;color:var(--flour);background:radial-gradient(ellipse 80% 50% at 50% 100%,rgba(232,93,4,.28),transparent 55%),linear-gradient(165deg,#1c1510,#0d0a08 60%)}.page{max-width:960px;margin:0 auto;padding:1.25rem 1.5rem 3rem}.top{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(243,235,224,.12)}.brand{font-family:Bricolage Grotesque,sans-serif;font-weight:800;font-size:1.5rem;color:var(--ember);text-decoration:none;letter-spacing:-.03em}nav{display:flex;gap:1rem;flex-wrap:wrap}nav a{color:var(--flour);text-decoration:none;opacity:.85}nav a:hover{color:var(--ember);opacity:1}h1{font-family:Bricolage Grotesque,sans-serif;font-weight:600;letter-spacing:-.02em;margin:0 0 .75rem}.lead{color:var(--ash);max-width:36rem;line-height:1.5}.status{margin-top:1.25rem;font-weight:600}.stations{list-style:none;padding:0;margin:1.5rem 0 0;display:grid;gap:.65rem}.stations li{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 1rem;background:#f3ebe00f;border:1px solid rgba(243,235,224,.1)}.stations span{color:var(--ash)}.card-form{display:grid;gap:.85rem;max-width:22rem;margin-top:1.25rem}.card-form label{display:grid;gap:.35rem;font-size:.9rem;color:var(--ash)}.card-form input{border:1px solid rgba(243,235,224,.18);background:#00000040;color:var(--flour);padding:.65rem .75rem;border-radius:0}.card-form button,.linkish{background:var(--ember);color:#140f0c;border:0;padding:.7rem 1rem;font-weight:700;cursor:pointer}.linkish{background:transparent;color:var(--flour);font-weight:600;padding:0}.error{color:#ff8f70}.hint{color:var(--ash);font-size:.9rem;margin-top:1rem}.block{margin-top:1.75rem}.block h2{font-family:Bricolage Grotesque,sans-serif;font-size:1.15rem;margin:0 0 .75rem}.menu-list{list-style:none;padding:0;margin:0;display:grid;gap:.55rem}.menu-list li{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:.75rem 1rem;background:#f3ebe00f;border:1px solid rgba(243,235,224,.1)}.price{font-weight:700;white-space:nowrap}.muted{color:var(--ash);font-size:.85rem;margin-top:.2rem}.tag{display:inline-block;margin-left:.4rem;font-size:.75rem;color:var(--ember);border:1px solid rgba(232,93,4,.45);padding:0 .3rem}.ok{color:#8fd98f}.pdv-grid{display:grid;gap:1.5rem;grid-template-columns:1.2fr .9fr}@media(max-width:860px){.pdv-grid{grid-template-columns:1fr}.page{max-width:1100px}}.pdv-cat h3{font-family:Bricolage Grotesque,sans-serif;font-size:.95rem;color:var(--ash);margin:1rem 0 .5rem}.pdv-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem}.pdv-item{display:grid;gap:.35rem;text-align:left;padding:.85rem;border:1px solid rgba(243,235,224,.14);background:#f3ebe00f;color:var(--flour);cursor:pointer;min-height:4.5rem}.pdv-item:hover{border-color:var(--ember)}.pdv-item span{color:var(--ember);font-weight:700}.cart-panel{position:sticky;top:.5rem;align-self:start;padding:1rem;background:#00000047;border:1px solid rgba(243,235,224,.1)}.channel-row{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:.75rem}.chip{border:1px solid rgba(243,235,224,.2);background:transparent;color:var(--flour);padding:.4rem .7rem;cursor:pointer;text-transform:uppercase;font-size:.75rem;letter-spacing:.04em}.chip.on{background:var(--ember);color:#140f0c;border-color:var(--ember);font-weight:700}.field{display:grid;gap:.3rem;margin-bottom:.55rem;font-size:.85rem;color:var(--ash)}.field input{border:1px solid rgba(243,235,224,.18);background:#00000040;color:var(--flour);padding:.55rem .65rem}.check{display:flex;gap:.5rem;align-items:center;color:var(--ash);margin:.4rem 0 .8rem}.cart-list{list-style:none;padding:0;margin:.5rem 0;display:grid;gap:.45rem}.cart-list li{display:flex;justify-content:space-between;gap:.75rem;align-items:center;padding:.55rem 0;border-bottom:1px solid rgba(243,235,224,.08)}.cart-actions{display:flex;gap:.35rem;align-items:center}.cart-actions button{width:1.8rem;height:1.8rem;border:1px solid rgba(243,235,224,.25);background:transparent;color:var(--flour);cursor:pointer}.cart-total{display:flex;justify-content:space-between;align-items:center;margin:.75rem 0 1rem;font-size:1.1rem}.primary-wide{width:100%;background:var(--ember);color:#140f0c;border:0;padding:.85rem 1rem;font-weight:800;cursor:pointer}.primary-wide:disabled{opacity:.45;cursor:not-allowed}.order-list{list-style:none;padding:0;margin:0;display:grid;gap:.55rem}.order-list li{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:.75rem 1rem;background:#f3ebe00f;border:1px solid rgba(243,235,224,.1)}.order-side{display:grid;gap:.35rem;justify-items:end}.badge{display:inline-block;font-size:.72rem;text-transform:uppercase;letter-spacing:.03em;padding:.15rem .4rem;border:1px solid rgba(243,235,224,.25);color:var(--ash)}.st-em_producao{color:#f0c674;border-color:#f0c67473}.st-pronto{color:#8fd98f;border-color:#8fd98f73}.st-cancelado{color:#ff8f70;border-color:#ff8f7073}.kds-page{min-height:100vh;padding:1rem 1.25rem 2.5rem;max-width:1400px;margin:0 auto}.kds-top{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:flex-end;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(243,235,224,.12)}.kds-brand{font-family:Bricolage Grotesque,sans-serif;font-weight:800;color:var(--ember);text-decoration:none;font-size:1.1rem}.kds-title{font-family:Bricolage Grotesque,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);margin:.2rem 0 .15rem;letter-spacing:-.03em}.kds-meta{margin:0;color:var(--ash);font-size:.95rem}.kds-live{opacity:.55}.kds-live.on{color:#8fd98f;opacity:1}.kds-stations{display:flex;flex-wrap:wrap;gap:.4rem}.kds-tab{border:1px solid rgba(243,235,224,.2);background:transparent;color:var(--flour);text-decoration:none;padding:.55rem .8rem;font-size:.85rem;cursor:pointer;font-family:inherit}.kds-tab.on{background:var(--ember);color:#140f0c;border-color:var(--ember);font-weight:700}.kds-tab.ghost{opacity:.7}.kds-error{margin:0 0 1rem}.kds-board{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.85rem}.kds-ticket{display:flex;flex-direction:column;gap:.55rem;padding:1rem;min-height:11rem;background:#f3ebe012;border:2px solid rgba(243,235,224,.14)}.kds-ticket.tone-ok{border-color:#8fd98f73}.kds-ticket.tone-warn{border-color:#f0c674b3;background:#f0c67414}.kds-ticket.tone-late{border-color:#ff6446cc;background:#ff50321a}.kds-ticket.urgent{box-shadow:inset 0 0 0 1px var(--ember)}.kds-ticket-head{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem}.kds-code{font-family:Bricolage Grotesque,sans-serif;font-size:1.45rem;letter-spacing:-.02em}.kds-timer{font-variant-numeric:tabular-nums;font-weight:700;font-size:1.15rem}.kds-timer.tone-ok{color:#8fd98f}.kds-timer.tone-warn{color:#f0c674}.kds-timer.tone-late{color:#ff8f70}.kds-item{font-size:1.2rem;font-weight:600;line-height:1.25}.kds-qty{color:var(--ember)}.kds-notes{margin:0;padding:.45rem .55rem;background:#e85d0429;color:#ffd7b5;font-weight:600;font-size:.95rem}.kds-foot{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:.75rem}.kds-channel{color:var(--ash);font-size:.85rem}.kds-bump{min-width:8.8rem;min-height:3.2rem;border:0;background:var(--ember);color:#140f0c;font-weight:800;font-size:.92rem;letter-spacing:.02em;cursor:pointer;padding:.45rem .55rem}.kds-bump:disabled{opacity:.5;cursor:wait}.kds-bump.claim{background:#f0c674}.kds-bump.dispatch{background:#8fd98f;color:#140f0c}.kds-ticket.ready{border-color:#8fd98f8c}.kds-delivery{margin:0;padding:.55rem .65rem;background:#8fd98f1f;border:1px solid rgba(143,217,143,.35);font-weight:700;font-size:1.05rem;line-height:1.3}.kds-delivery-label{display:block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--ash);margin-bottom:.2rem}.kds-pizzaiolo{margin:.35rem 0 .15rem;padding:.4rem .55rem;background:#f0c6742e;border:1px solid rgba(240,198,116,.45);font-weight:800;font-size:1.05rem;line-height:1.25;color:#f0c674}.kds-pizzaiolo-label{display:block;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ash);margin-bottom:.1rem}.kds-track{display:flex;flex-wrap:wrap;gap:.5rem .85rem;align-items:center;margin:0;font-size:.8rem;color:var(--ash)}.kds-hash{font-family:ui-monospace,Cascadia Code,monospace;font-size:.78rem;letter-spacing:.04em;color:var(--ember);background:#e85d041f;padding:.15rem .4rem;border:1px solid rgba(232,93,4,.35)}.kds-ip{font-family:ui-monospace,Cascadia Code,monospace;font-size:.75rem;color:var(--ash);opacity:.95}.kds-ticket.locked{opacity:.55}.kds-lock{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--ash);border:1px solid rgba(243,235,224,.2);padding:.35rem .5rem}.kds-section{margin-top:1.5rem}.kds-section h2{font-family:Bricolage Grotesque,sans-serif;font-size:1rem;color:var(--ash);margin:0 0 .75rem;font-weight:600}.kds-items{list-style:none;padding:0;margin:0;display:grid;gap:.35rem}.kds-items li{font-size:1.1rem;font-weight:600}.kds-notes.inline{display:inline-block;margin-left:.35rem;padding:.15rem .35rem;font-size:.85rem}.kds-empty{color:var(--ash);grid-column:1 / -1;padding:1rem 0}.kds-blocked{margin-top:1.75rem}.kds-blocked h2{font-family:Bricolage Grotesque,sans-serif;font-size:1rem;color:var(--ash);margin:0 0 .5rem}.kds-blocked ul{margin:0;padding-left:1.1rem;color:var(--ash)}@media(max-width:640px){.kds-bump{min-width:5.5rem;min-height:3.6rem}}.label-page{min-height:100vh;padding:1rem;background:#ece7e1;color:#140f0c}.label-toolbar{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap;max-width:420px;margin:0 auto 1rem}.label-toolbar a{color:#140f0c;font-weight:600}.label-hint{margin:0;flex:1 1 12rem;font-size:.85rem;color:#6b5e55}.label-print-btn{background:var(--ember);color:#140f0c;border:0;padding:.65rem 1rem;font-weight:800;cursor:pointer}.label-sheet{max-width:420px;margin:0 auto;background:#fff;border:2px solid #140f0c;padding:1rem 1.1rem .85rem}.label-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;border-bottom:2px solid #140f0c;padding-bottom:.65rem;margin-bottom:.75rem}.label-brand{font-family:Bricolage Grotesque,sans-serif;font-weight:800;font-size:.95rem;color:var(--ember)}.label-code{font-family:Bricolage Grotesque,sans-serif;font-weight:800;font-size:3rem;line-height:.9;letter-spacing:-.04em}.label-meta{display:grid;gap:.45rem;margin-bottom:.85rem}.label-k{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:#6b5e55;margin-bottom:.1rem}.label-hash{font-family:ui-monospace,monospace;font-size:.95rem;font-weight:700;letter-spacing:.05em}.label-block{margin-bottom:.75rem}.label-dest{margin:0;font-weight:700;font-size:1.05rem}.label-items{list-style:none;padding:0;margin:.25rem 0 0;display:grid;gap:.45rem}.label-items em{font-style:normal;color:#c2410c;font-weight:700}.label-comps{list-style:none;padding:.2rem 0 0 .85rem;margin:.15rem 0 0;display:grid;gap:.05rem;font-size:.92rem;font-weight:600;color:#3b2f28}.label-comps li:before{content:"· ";color:#c2410c;font-weight:800}.kds-comps{margin-top:.2rem;font-size:.82rem;color:var(--ash);line-height:1.35}.label-obs{background:#fff4e8;border:1px solid #e85d04;padding:.55rem .65rem}.label-obs p{margin:.2rem 0 0;font-weight:700}.label-foot{display:flex;justify-content:space-between;border-top:1px dashed #8a7a6b;margin-top:.75rem;padding-top:.5rem;font-family:ui-monospace,monospace;font-size:.85rem;font-weight:700}@media print{body{background:#fff!important}.label-page{padding:0;background:#fff}.no-print{display:none!important}.label-sheet{border:0;max-width:none;width:80mm}}
