:root{--navy:#0d1b2a;--navy-2:#13283e;--orange:#ff6a00;--orange-2:#ff7d24;--bg:#f4f6f9;--text:#162033;--muted:#697386;--line:#e7eaf0;--card:#fff;--success:#10b981;--warning:#f59e0b;--danger:#ef4444}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.app-shell{min-height:100vh;display:flex}.sidebar{background:linear-gradient(180deg, #0a1725 0%, var(--navy) 58%, #0b1622 100%);color:#fff;z-index:30;flex-direction:column;width:255px;padding:22px 15px 18px;display:flex;position:fixed;inset:0 auto 0 0}.brand-row{align-items:center;gap:11px;padding:2px 10px 18px;display:flex}.brand-symbol{background:linear-gradient(135deg, var(--orange), #ff3d2e);color:#fff;border-radius:10px;place-items:center;width:38px;height:38px;font-size:24px;font-style:italic;font-weight:900;display:grid;box-shadow:0 7px 18px #ff6a003d}.brand-word{letter-spacing:-.7px;font-size:23px;font-weight:900}.brand-word span{color:var(--orange)}.empresa-box{background:#ffffff0e;border:1px solid #ffffff17;border-radius:13px;align-items:center;gap:10px;margin:5px 5px 18px;padding:12px;display:flex}.empresa-avatar{width:34px;min-width:34px;height:34px;color:var(--navy);background:#fff;border-radius:10px;place-items:center;font-weight:900;display:grid}.empresa-label{letter-spacing:1.2px;color:#8fa2b8;font-size:9px;font-weight:700}.empresa-name{white-space:nowrap;text-overflow:ellipsis;max-width:150px;margin-top:3px;font-size:13px;font-weight:800;overflow:hidden}.sidebar-nav{flex:1;gap:5px;display:grid}.nav-item{color:#c8d3df;border-radius:10px;align-items:center;gap:12px;min-height:45px;padding:0 13px;font-size:14px;font-weight:700;transition:all .16s;display:flex}.nav-item:hover{color:#fff;background:#ffffff0f}.nav-item.active{color:#fff;background:linear-gradient(90deg, var(--orange), #ff7b1b);box-shadow:0 7px 18px #ff6a0033}.nav-icon{text-align:center;width:22px;font-size:17px}.sidebar-footer{border-top:1px solid #ffffff14;padding:16px 5px 0}.user-mini{align-items:center;gap:9px;margin-bottom:10px;display:flex}.user-dot{color:#fff;background:#20374f;border-radius:50%;place-items:center;width:31px;height:31px;font-weight:800;display:grid}.user-meta{min-width:0;display:grid}.user-meta strong{font-size:11px}.user-meta span{color:#92a4b8;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.logout-btn{color:#dde5ed;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:9px;width:100%;padding:9px;font-weight:700}.logout-btn:hover{background:#ffffff14}.content-wrap{width:calc(100% - 255px);min-height:100vh;margin-left:255px}.topbar{border-bottom:1px solid var(--line);z-index:20;background:#fff;justify-content:space-between;align-items:center;height:82px;padding:0 28px;display:flex;position:sticky;top:0}.topbar h1{color:var(--navy);letter-spacing:-.4px;margin:0;font-size:22px}.topbar p{color:var(--muted);margin:5px 0 0;font-size:12px}.topbar-actions{align-items:center;gap:12px;display:flex}.online-pill{color:#087a54;background:#effcf7;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:11px;font-weight:800;display:flex}.online-pill span{background:var(--success);border-radius:50%;width:7px;height:7px}.profile-badge{background:var(--navy);color:#fff;border-radius:11px;place-items:center;width:36px;height:36px;font-weight:900;display:grid}.menu-btn{background:0 0;border:0;font-size:24px;display:none}.page-content{max-width:1500px;margin:0 auto;padding:26px 28px 40px}.metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;display:grid}.metric-card{background:var(--card);border:1px solid var(--line);border-radius:15px;padding:18px;box-shadow:0 5px 18px #12233709}.metric-head{justify-content:space-between;align-items:flex-start;display:flex}.metric-title{color:var(--muted);font-size:12px;font-weight:700}.metric-icon{width:34px;height:34px;color:var(--orange);background:#fff2e8;border-radius:9px;place-items:center;font-weight:900;display:grid}.metric-value{color:var(--navy);margin-top:8px;font-size:25px;font-weight:900}.metric-foot{color:#8190a1;margin-top:7px;font-size:10px}.metric-foot strong{color:var(--success)}.dashboard-grid{grid-template-columns:1.55fr .9fr;gap:15px;margin-top:15px;display:grid}.panel{border:1px solid var(--line);background:#fff;border-radius:15px;padding:18px;box-shadow:0 5px 18px #12233709}.panel-title{justify-content:space-between;align-items:center;margin-bottom:17px;display:flex}.panel-title h2{color:var(--navy);margin:0;font-size:15px}.panel-title span{color:var(--muted);font-size:10px}.chart-placeholder{background:linear-gradient(#fbfcfe,#f7f9fc);border:1px solid #f0f2f6;border-radius:12px;height:230px;position:relative;overflow:hidden}.chart-grid-lines{background:repeating-linear-gradient(#0000 0 38px,#e9edf3 39px);position:absolute;inset:18px}.chart-line{position:absolute;inset:28px 22px 26px}.chart-line svg{width:100%;height:100%}.donut-wrap{place-items:center;min-height:230px;display:grid}.donut{background:conic-gradient(var(--orange) 0 45%, #ffb36d 45% 64%, #516d8a 64% 82%, #dde4ec 82% 100%);border-radius:50%;width:140px;height:140px;position:relative}.donut:after{content:"0 pedidos";color:var(--muted);text-align:center;background:#fff;border-radius:50%;place-items:center;font-size:11px;font-weight:800;display:grid;position:absolute;inset:25px}.lower-grid{grid-template-columns:1.35fr 1fr;gap:15px;margin-top:15px;display:grid}.empty-state{text-align:center;color:var(--muted);border:1px dashed #dde3eb;border-radius:12px;padding:27px 15px}.empty-state strong{color:var(--navy);margin-bottom:6px;display:block}.quick-actions{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.quick-action{border:1px solid var(--line);color:var(--navy);cursor:pointer;background:#fff;border-radius:11px;align-items:center;gap:10px;padding:13px;font-size:12px;font-weight:800;display:flex}.quick-action:hover{background:#fffaf6;border-color:#ffb47e}.quick-action i{width:31px;height:31px;color:var(--orange);background:#fff1e6;border-radius:9px;place-items:center;font-style:normal;display:grid}.module-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.primary-btn{background:var(--orange);color:#fff;cursor:pointer;border:0;border-radius:10px;padding:11px 15px;font-weight:800;box-shadow:0 6px 15px #ff6a002e}.secondary-btn{border:1px solid var(--line);color:var(--navy);cursor:pointer;background:#fff;border-radius:10px;padding:10px 14px;font-weight:800}.table-card{border:1px solid var(--line);background:#fff;border-radius:15px;overflow:hidden}.table-toolbar{border-bottom:1px solid var(--line);gap:10px;padding:14px;display:flex}.search-box{border:1px solid var(--line);background:#fafbfc;border-radius:9px;flex:1;max-width:390px;padding:10px 12px}.blank-module{text-align:center;color:var(--muted);padding:55px 20px}.blank-module .big-icon{width:58px;height:58px;color:var(--orange);background:#fff1e6;border-radius:16px;place-items:center;margin:0 auto 12px;font-size:26px;display:grid}.blank-module h3{color:var(--navy);margin:0 0 7px;font-size:16px}.blank-module p{max-width:460px;margin:0 auto 17px;font-size:12px;line-height:1.6}.auth-loading{background:var(--bg);min-height:100vh;color:var(--navy);align-content:center;place-items:center;gap:12px;display:grid}.auth-loading .brand-mark{background:var(--orange);color:#fff;border-radius:14px;place-items:center;width:52px;height:52px;font-size:28px;font-weight:900;display:grid}.backdrop{display:none}@media (max-width:1100px){.metrics-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.lower-grid{grid-template-columns:1fr}}@media (max-width:760px){.sidebar{width:255px;transition:transform .2s;transform:translate(-102%)}.sidebar.mobile-open{transform:translate(0)}.backdrop{z-index:25;background:#050f196b;border:0;display:block;position:fixed;inset:0}.content-wrap{width:100%;margin-left:0}.menu-btn{cursor:pointer;display:block}.topbar{justify-content:flex-start;gap:10px;height:74px;padding:0 16px}.topbar-actions{margin-left:auto}.topbar p{display:none}.page-content{padding:18px 14px 30px}.metrics-grid{grid-template-columns:1fr}.online-pill{display:none}}.button-row{flex-wrap:wrap;gap:9px;display:flex}.cardapio-summary{flex-wrap:wrap;gap:8px;display:flex}.cardapio-summary span{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:999px;padding:8px 11px;font-size:11px}.cardapio-summary strong{color:var(--navy);margin-right:3px}.alert{border-radius:10px;margin-bottom:14px;padding:11px 13px;font-size:12px;font-weight:700}.alert.error{color:#b42318;background:#fef3f2;border:1px solid #fecdca}.alert.success{color:#027a48;background:#ecfdf3;border:1px solid #abefc6}.category-strip{scrollbar-width:thin;align-items:center;gap:8px;padding:0 0 14px;display:flex;overflow-x:auto}.category-pill-wrap{flex:none;position:relative}.category-pill{border:1px solid var(--line);color:#526071;white-space:nowrap;cursor:pointer;background:#fff;border-radius:999px;padding:8px 13px;font-size:11px;font-weight:800}.category-pill.active{color:#fff;background:var(--navy);border-color:var(--navy)}.category-pill-wrap .category-pill{padding-right:28px}.category-delete{color:#9aa5b1;cursor:pointer;background:0 0;border:0;width:18px;height:18px;padding:0;font-size:16px;line-height:1;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.category-pill-wrap:has(.category-pill.active) .category-delete{color:#fff}.cardapio-toolbar{justify-content:space-between;align-items:center}.toolbar-count{color:var(--muted);font-size:11px;font-weight:700}.product-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px;padding:14px;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;min-width:0;display:flex;overflow:hidden;box-shadow:0 4px 14px #12233706}.product-card.inactive{opacity:.72}.product-image{background:linear-gradient(135deg,#fff6ef,#fff0e2);place-items:center;height:138px;display:grid;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%}.product-image>span{font-size:42px}.status-chip{border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900;position:absolute;top:9px;right:9px;box-shadow:0 2px 8px #00000014}.status-chip.active{color:#027a48;background:#ecfdf3}.status-chip.off{color:#b42318;background:#fef3f2}.product-body{flex:1;padding:14px 14px 10px}.product-category{color:var(--orange);text-transform:uppercase;letter-spacing:.7px;font-size:9px;font-weight:900}.product-body h3{color:var(--navy);margin:5px 0 6px;font-size:15px}.product-body p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:32px;margin:0;font-size:11px;line-height:1.45;display:-webkit-box;overflow:hidden}.product-price{color:var(--navy);margin-top:11px;font-size:17px;font-weight:900}.product-actions{border-top:1px solid #f0f2f5;gap:6px;padding:10px 12px 12px;display:flex}.mini-btn{border:1px solid var(--line);color:var(--navy);cursor:pointer;background:#fff;border-radius:8px;padding:7px 9px;font-size:10px;font-weight:800}.mini-btn:hover{background:#f8fafc}.mini-btn.danger{color:#b42318;margin-left:auto}.modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#040e1985;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modal-card{background:#fff;border-radius:17px;width:min(680px,100%);max-height:calc(100vh - 36px);padding:20px;overflow-y:auto;box-shadow:0 24px 70px #00000038}.modal-card.small{width:min(440px,100%)}.modal-head{justify-content:space-between;gap:12px;margin-bottom:18px;display:flex}.modal-head h2{color:var(--navy);margin:0;font-size:20px}.modal-head p{color:var(--muted);margin:5px 0 0;font-size:11px}.modal-close{color:#536273;cursor:pointer;background:#f4f6f9;border:0;border-radius:9px;width:32px;height:32px;font-size:20px}.form-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.field{gap:6px;display:grid}.field.full,.full{grid-column:1/-1}.field span{color:#354052;font-size:11px;font-weight:800}.field input,.field select,.field textarea{width:100%;color:var(--text);resize:vertical;background:#fff;border:1px solid #dde3ea;border-radius:9px;outline:none;padding:11px 12px}.field input:focus,.field select:focus,.field textarea:focus{border-color:#ffac72;box-shadow:0 0 0 3px #ff6a0017}.switch-line{background:#f8fafc;border-radius:10px;align-items:center;gap:9px;padding:11px;display:flex}.switch-line input{width:17px;height:17px;accent-color:var(--orange)}.switch-line span{gap:2px;display:grid}.switch-line strong{color:var(--navy);font-size:11px}.switch-line small{color:var(--muted);font-size:10px}.modal-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}@media (max-width:620px){.cardapio-actions{flex-direction:column;align-items:stretch}.button-row>button{flex:1}.cardapio-toolbar{flex-direction:column;align-items:stretch}.search-box{width:100%;max-width:none}.product-grid,.form-grid{grid-template-columns:1fr}.field.full,.full{grid-column:auto}}.variations-editor{background:#fafbfc;border:1px solid #e3e8ef;border-radius:12px;gap:9px;padding:13px;display:grid}.variations-title{justify-content:space-between;align-items:center;gap:10px;margin-bottom:2px;display:flex}.variations-title>div{gap:2px;display:grid}.variations-title strong{color:var(--navy);font-size:12px}.variations-title small{color:var(--muted);font-size:10px}.variation-row{grid-template-columns:1fr 150px 34px;align-items:center;gap:8px;display:grid}.variation-row>input,.price-input{background:#fff;border:1px solid #dde3ea;border-radius:9px;min-width:0}.variation-row>input{outline:none;padding:10px 11px}.price-input{align-items:center;display:flex;overflow:hidden}.price-input span{color:#667085;padding-left:10px;font-size:11px;font-weight:800}.price-input input{border:0;outline:0;width:100%;min-width:0;padding:10px 8px}.variation-remove{color:#b42318;cursor:pointer;background:#fff7f6;border:1px solid #f2d1ce;border-radius:9px;width:34px;height:34px;font-size:19px}.variation-preview{border-top:1px dashed #e6eaf0;gap:4px;margin-top:9px;padding-top:8px;display:grid}.variation-preview span{color:#596779;font-size:10px}.variation-preview small{color:var(--orange);font-size:9px;font-weight:800}@media (max-width:620px){.variation-row{grid-template-columns:1fr 110px 34px}.variations-title{flex-direction:column;align-items:stretch}}.variation-row{grid-template-columns:minmax(180px,1fr) 140px 112px 34px}.variation-row-off{opacity:.72}.variation-availability{cursor:pointer;color:#344054;white-space:nowrap;background:#fff;border:1px solid #dde3ea;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:36px;padding:0 9px;font-size:10px;font-weight:800;display:flex}.variation-availability input{accent-color:var(--orange)}.variation-status-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.variation-status-row.off>span{color:#98a2b3;text-decoration:line-through}.variation-status-btn{cursor:pointer;border:0;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:800}.variation-status-btn.available{color:#027a48;background:#ecfdf3}.variation-status-btn.soldout{color:#b42318;background:#fff1f0}@media (max-width:760px){.variation-row{grid-template-columns:1fr 110px}.variation-availability{min-height:34px}.variation-remove{justify-self:end}}.sidebar-brand-logo{object-fit:contain;object-position:left center;width:188px;max-width:100%;height:auto;display:block}.loading-brand-logo{width:230px;max-width:78vw;height:auto;display:block}.brand-row{min-height:58px;padding-top:4px;padding-bottom:16px}.borapedir-sidebar-brand{background:#fff;border-radius:14px;justify-content:flex-start;align-items:center;min-height:72px;margin:0 2px 14px;padding:9px 10px;display:flex;overflow:hidden}.borapedir-sidebar-brand .sidebar-brand-logo{object-fit:contain;object-position:left center;width:195px;max-width:100%;height:auto;display:block}
