@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap');
:root{font-family:'DM Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#1e293b;background:#f6f7fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
*{box-sizing:border-box}body{margin:0;min-width:320px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Outfit','DM Sans',sans-serif;line-height:1.16;letter-spacing:-.03em}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}img{display:block;max-width:100%}input,textarea,select{min-width:0}input:focus-visible,textarea:focus-visible,select:focus-visible,button:focus-visible,a:focus-visible{outline:3px solid #86bafa;outline-offset:2px}
.eyebrow{display:block;font-size:11px;font-weight:800;letter-spacing:.17em;color:#718096;margin-bottom:12px}.muted{color:#7a8495}.hint{font-size:12px;color:#8b95a5;line-height:1.7}.text-link{font-weight:700;font-size:13px;color:#5643cc}.text-link:hover{text-decoration:underline}.brand-mark{display:inline-flex;width:43px;height:43px;border-radius:14px;align-items:center;justify-content:center;background:#5745d3;color:white;font-size:30px;box-shadow:0 6px 15px #5140cc2b;flex:none}.brand-mark.small{width:41px;height:41px;font-size:29px;border-radius:12px}
.btn{border:1px solid transparent;min-height:43px;padding:11px 19px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:800;line-height:1.3;text-align:center;transition:.18s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:#5745d3;color:white;box-shadow:0 5px 15px #5846d32a}.btn-primary:hover{background:#4636b8}.btn-outline{border-color:#e3e5ec;background:white;color:#45495e}.btn-outline:hover{border-color:#a99af5}.btn-ghost{color:#655bd5;background:#f1efff}.btn-danger-ghost{color:#d15e61;background:#fff1f1}.btn-small{min-height:34px;font-size:12px;padding:8px 11px}.required{color:#de5757}.optional{font-weight:400;color:#a2a9b6;font-size:12px}
.alert{border-radius:12px;padding:14px 17px;margin-bottom:20px;font-size:14px;font-weight:600}.alert a{text-decoration:underline}.alert-success{background:#e9f8ee;color:#217545;border:1px solid #c8ebd4}.alert-info{background:#eaf2ff;color:#285fa3;border:1px solid #cbdfff}.alert-error{background:#fff0ef;color:#af474b;border:1px solid #ffd6d3}
/* Pagina inicial */
.landing-page{min-height:100vh;background:radial-gradient(ellipse at 5% 10%,#eae7ff,transparent 34%),radial-gradient(ellipse at 97% 93%,#e4f2ff,transparent 33%),#f8f9fd}.landing-wrap{max-width:1180px;margin:auto;padding:0 32px;min-height:100vh;display:flex;flex-direction:column}.public-header{display:flex;align-items:center;justify-content:space-between;min-height:94px;gap:20px}.public-brand{display:flex;align-items:center;gap:12px;font-size:17px;font-family:'Outfit',sans-serif;letter-spacing:-.035em}.landing-main{flex:1;display:flex;flex-direction:column;justify-content:center;padding:54px 0 90px}.landing-heading{text-align:center;margin-bottom:46px}.landing-heading .eyebrow{color:#6655cb}.landing-heading h1{font-size:clamp(35px,5vw,56px);max-width:630px;margin:0 auto 17px;color:#1d2141}.landing-heading p{color:#81889c;font-size:16px}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;max-width:860px;width:100%;margin:0 auto}.choice-card{display:flex;flex-direction:column;align-items:flex-start;border-radius:25px;padding:35px;min-height:335px;overflow:hidden;transition:transform .22s,box-shadow .22s;position:relative}.choice-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #222c4520}.choice-card:after{content:'';position:absolute;width:250px;height:250px;border:50px solid #fff2;border-radius:50%;right:-145px;top:-110px}.kitchen-choice{background:linear-gradient(135deg,#f68a46,#d96038);color:#fff;box-shadow:0 12px 35px #e576412d}.wholesale-choice{background:linear-gradient(135deg,#3f8dcc,#2366ac);color:#fff;box-shadow:0 12px 35px #236eb02c}.choice-icon{width:66px;height:66px;display:flex;align-items:center;justify-content:center;background:#ffffff2b;border:1px solid #ffffff31;border-radius:18px;font-size:38px;margin-bottom:25px}.choice-tag{font-size:10px;font-weight:800;letter-spacing:.16em;opacity:.78}.choice-card h2{font-size:31px;margin:9px 0 10px}.choice-card p{font-size:14px;opacity:.82;max-width:260px;line-height:1.65}.choice-cta{margin-top:auto;padding-top:18px;border-top:1px solid #ffffff4d;width:100%;font-weight:800;font-size:13px;display:flex;justify-content:space-between}.choice-cta span{font-size:19px}.landing-contact{text-align:center;color:#8a91a1;margin:37px auto 0;font-size:13px}.landing-contact a{color:#4f43ba;font-weight:700}.public-footer{text-align:center;padding:25px;color:#9ca5b4;font-size:12px}
/* Cardapios publicos */
.menu-page{--accent:#e4713b;--accent-pale:#fff1e9;--gradient:linear-gradient(110deg,#f68c48,#d8623a);background:#f8f9fc}.theme-wholesale{--accent:#2a78b6;--accent-pale:#eaf4ff;--gradient:linear-gradient(110deg,#408fd0,#246aac)}.menu-header{background:#fff;border-bottom:1px solid #edf0f4;min-height:76px}.menu-header-inner{max-width:1180px;margin:auto;width:100%;padding:0 26px;display:flex;align-items:center;justify-content:space-between}.menu-page .brand-mark{background:var(--accent);box-shadow:none}.menu-top-links{display:flex;gap:24px;align-items:center;font-size:13px;color:#7c8695;font-weight:700}.menu-top-links a:hover{color:var(--accent)}.menu-container{max-width:1180px;margin:0 auto;padding:31px 26px 25px}.menu-hero{position:relative;isolation:isolate;background:var(--gradient);border-radius:24px;color:white;min-height:215px;padding:40px 44px;display:flex;align-items:center;gap:26px;overflow:hidden}.menu-hero:after{content:'';position:absolute;z-index:-1;width:400px;height:400px;right:-170px;top:-195px;border:65px solid #ffffff15;border-radius:50%}.hero-icon{display:flex;align-items:center;justify-content:center;width:87px;height:87px;flex:none;border-radius:22px;border:1px solid #ffffff5e;background:#ffffff23;font-size:48px}.hero-kicker{font-size:10px;font-weight:800;letter-spacing:.2em;opacity:.8}.menu-hero h1{font-size:clamp(29px,4vw,43px);margin:10px 0 7px}.menu-hero p{font-size:15px;opacity:.9;max-width:560px;margin:0;line-height:1.65}.hero-decor{position:absolute;right:70px;bottom:-58px;font-size:205px;line-height:1;opacity:.13;pointer-events:none}.filter-panel{background:white;border:1px solid #edf0f4;box-shadow:0 5px 20px #15203308;border-radius:17px;padding:17px;margin:28px 0;display:flex;gap:22px;align-items:center;flex-wrap:wrap}.search-field{position:relative;display:flex;align-items:center;min-width:215px;flex:0 1 285px}.search-field>span{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:25px;color:#a3aab6;line-height:1}.search-field input{width:100%;height:43px;padding:10px 13px 10px 42px;border:1px solid #e9ebf0;background:#f8f9fb;border-radius:11px;font-size:13px;outline:none}.search-field input:focus{border-color:var(--accent,#6250d1);background:#fff}.category-filters{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.filter-chip{padding:10px 16px;background:#f5f6f9;color:#7d8796;border:0;border-radius:10px;font-weight:700;font-size:12px;white-space:nowrap}.filter-chip:hover{background:var(--accent-pale);color:var(--accent)}.filter-chip.active{background:var(--accent);color:#fff}.section-heading{display:flex;align-items:end;justify-content:space-between;margin:36px 0 21px}.section-heading .eyebrow{color:var(--accent);margin-bottom:8px}.section-heading h2{font-size:26px;margin:0;color:#273044}.product-count{background:#edf0f6;padding:8px 12px;font-size:12px;font-weight:700;color:#7e8797;border-radius:9px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(238px,1fr));gap:19px}.product-card{border-radius:17px;overflow:hidden;background:#fff;box-shadow:0 6px 21px #1e293b0a;border:1px solid #edf0f4;transition:transform .2s,box-shadow .2s;min-width:0}.product-card:hover{transform:translateY(-4px);box-shadow:0 15px 34px #1e293b12}.product-card[hidden]{display:none!important}.product-image{width:100%;aspect-ratio:1.45;position:relative;background:#f1f3f8;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-no-image{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;background:linear-gradient(130deg,#eaeef7,#f8f9fc);color:#b0b9c8}.product-no-image>span{font-size:65px;line-height:1}.product-no-image small{font-size:11px;font-weight:700}.product-category{position:absolute;left:13px;bottom:12px;background:#ffffffed;color:#4e5968;border-radius:7px;font-size:11px;font-weight:800;padding:7px 10px;max-width:calc(100% - 26px);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.product-body{padding:19px;display:flex;flex-direction:column;min-height:137px}.product-body h3{font-size:19px;margin:0 0 9px;color:#222d3f}.product-description{font-size:12px;color:#9099a8;line-height:1.6;margin:0 0 20px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-price{margin-top:auto;padding-top:14px;border-top:1px solid #f0f1f5;display:flex;gap:8px;align-items:baseline;flex-wrap:wrap}.product-price strong{font:800 23px 'Outfit',sans-serif;color:var(--accent)}.product-price span{color:#a1aaba;font-size:12px}.search-empty,.empty-menu{text-align:center;padding:80px 18px;color:#8692a2}.search-empty>span,.empty-menu>span{font-size:56px;color:#adb6c5}.search-empty h3,.empty-menu h2{color:#29364c;margin:13px 0 10px}.empty-menu{margin-top:30px;background:#fff;border:1px solid #edf0f4;border-radius:20px}.empty-menu .btn{margin-top:10px}.whatsapp-float{position:fixed;right:28px;bottom:27px;background:#27bd72;color:white;border-radius:50px;padding:13px 20px;font-size:13px;font-weight:800;box-shadow:0 10px 28px #11965053;z-index:5;transition:.2s}.whatsapp-float:hover{transform:translateY(-3px)}.menu-footer{display:flex;justify-content:space-between;margin-top:70px;padding:22px 0;color:#a2aaba;font-size:12px;border-top:1px solid #e6eaf0}
/* Login e instalacao */
.auth-page{min-height:100vh;background:radial-gradient(circle at 20% 10%,#e5e0ff,transparent 35%),radial-gradient(circle at 80% 90%,#e5f1ff,transparent 35%),#f7f8fc;display:grid;place-items:center;padding:25px}.auth-card{width:min(100%,430px);background:white;padding:40px;border:1px solid #e8eaf1;box-shadow:0 18px 70px #3f356a15;border-radius:22px}.auth-card>.brand-mark{margin-bottom:25px}.auth-card .eyebrow{color:#6d5bcf}.auth-card h1{font-size:32px;margin-bottom:9px;color:#242342}.auth-card .muted{font-size:14px;margin-bottom:28px;line-height:1.65}.auth-card .btn{width:100%;margin-top:5px}.auth-footer{display:block;text-align:center;color:#7e8399;margin-top:25px;font-size:12px;font-weight:700}
/* Admin */
.admin-page{background:#f6f7fb}.admin-layout{display:flex;min-height:100vh}.sidebar{width:247px;flex:none;background:#fff;border-right:1px solid #edf0f5;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;padding:26px 15px 20px}.sidebar-brand{display:flex;gap:12px;align-items:center;padding:0 10px 26px;font:800 20px 'Outfit',sans-serif;letter-spacing:-.045em;color:#302e57}.brand-second{color:#6656c9}.sidebar-brand small{display:block;font:700 9px 'DM Sans',sans-serif;letter-spacing:.13em;color:#9fa6b6;padding-top:3px}.sidebar-nav{display:flex;flex-direction:column;gap:4px}.sidebar-nav>a{display:flex;align-items:center;gap:12px;padding:12px 13px;border-radius:10px;font-size:13px;font-weight:700;color:#7e879a;transition:.16s}.sidebar-nav>a span{font-size:21px;line-height:1;width:21px;text-align:center}.sidebar-nav>a:hover{background:#f8f7ff;color:#6654d2}.sidebar-nav>a.selected{background:#f0edff;color:#5b48d0}.nav-separator{font-size:9px;color:#aab1be;letter-spacing:.13em;font-weight:800;padding:29px 12px 10px}.sidebar-bottom{margin-top:auto;border-top:1px solid #f0f1f5;padding:19px 10px 0;display:flex;align-items:center;justify-content:space-between;gap:7px}.sidebar-bottom>span{font-size:12px;font-weight:700;color:#6e7889;text-overflow:ellipsis;overflow:hidden}.admin-content{padding:43px min(4vw,54px) 80px;flex:1;min-width:0;max-width:1550px;margin:0 auto}.mobile-admin-nav{display:none}.admin-title-row{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;margin:0 0 29px}.admin-title-row h1{font-size:35px;color:#222641;margin:0 0 8px}.admin-title-row .muted{font-size:13px;margin:0;line-height:1.5}.admin-title-row .eyebrow{color:#7161d6;margin-bottom:9px}.breadcrumb{font-size:12px;color:#6f5fc7;display:inline-block;margin-bottom:18px;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;margin:0 0 25px}.stat-card{display:flex;align-items:flex-start;gap:14px;background:#fff;border:1px solid #e9ebf2;border-radius:16px;padding:23px 19px;box-shadow:0 4px 17px #29304606}.stat-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;font-size:23px;flex:none}.purple{background:#f0edff;color:#6a56d2}.orange{background:#fff0e8;color:#e3753c}.blue{background:#eaf3ff;color:#3b87c5}.green{background:#e8f8ef;color:#32aa70}.stat-card small{display:block;font-size:11px;color:#8a92a3;font-weight:700;margin-bottom:12px}.stat-card strong{display:block;font:800 33px 'Outfit',sans-serif;color:#293047;line-height:1}.stat-card span:not(.stat-icon){display:block;color:#a7aebc;font-size:10px;margin-top:8px}.panel{background:white;border:1px solid #e9ebf1;border-radius:16px;box-shadow:0 4px 20px #29304606;overflow:hidden}.panel-heading{padding:23px 25px;border-bottom:1px solid #f0f1f5;display:flex;justify-content:space-between;align-items:center;gap:14px}.panel-heading h2,.form-panel h2{font-size:19px;margin-bottom:7px;color:#283048}.panel-heading .muted{font-size:12px;margin:0}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(290px,.85fr);gap:22px}.recent-list{padding:0 23px}.recent-item{display:flex;align-items:center;gap:13px;padding:15px 0;border-bottom:1px solid #f2f2f6}.recent-item:last-child{border-bottom:0}.recent-image,.table-photo{flex:none;background:#f1f0f9;color:#aca3d7;border-radius:10px;display:grid;place-items:center;width:47px;height:47px;font-size:25px;overflow:hidden}.recent-image img,.table-photo img{width:100%;height:100%;object-fit:cover}.recent-label{flex:1;min-width:0}.recent-label strong,.table-product strong,.category-details strong{display:block;font-size:13px;color:#344051;margin-bottom:5px;overflow-wrap:anywhere}.recent-label small,.table-product small,.category-details small{display:block;font-size:11px;color:#a1a9b6}.quick-panel{padding-bottom:22px}.quick-card{display:flex;align-items:center;gap:12px;margin:17px 20px 0;padding:17px;background:#fff9f4;border:1px solid #ffe8d9;border-radius:13px}.quick-card>span{font-size:25px;color:#d87842;background:#ffeadc;border-radius:9px;display:grid;place-items:center;flex:none;width:38px;height:38px}.quick-card>div{flex:1;min-width:0}.quick-card strong{font-size:13px;display:block;color:#50463f}.quick-card small{font-size:11px;display:block;color:#9a938c;margin-top:4px}.quick-card a{font-size:12px;font-weight:800;color:#ca743b;white-space:nowrap}.wholesale-quick{background:#f2f8ff;border-color:#e0ecfa}.wholesale-quick>span{color:#427db9;background:#e4f1ff}.wholesale-quick a{color:#3477af}.quick-panel .hint{margin:23px 23px 0}.panel-empty{padding:38px 24px;color:#8a95a5;font-size:13px;text-align:center}.panel-empty a{color:#6654cb;font-weight:800}
/* Tabelas */
.table-toolbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap;padding:19px 23px}.table-toolbar .search-field{flex:1;min-width:220px;max-width:390px}.table-toolbar select{height:43px;padding:0 12px;background:#fff;border:1px solid #e4e7ef;border-radius:10px;color:#6b768b;font-size:12px}.table-scroll{overflow:auto}.data-table{width:100%;border-collapse:collapse;font-size:12px;white-space:nowrap}.data-table th{text-align:left;background:#fafbfe;color:#9ba4b2;font-size:10px;letter-spacing:.045em;font-weight:800;padding:15px 18px;border-top:1px solid #f0f1f5;border-bottom:1px solid #f0f1f5}.data-table td{padding:13px 18px;border-bottom:1px solid #f3f4f7;color:#586378}.data-table tbody tr:last-child td{border-bottom:0}.align-right{text-align:right!important}.table-product{display:flex;align-items:center;gap:12px;white-space:normal;min-width:160px}.table-photo{width:43px;height:43px}.status-tags{display:flex;gap:5px;flex-wrap:wrap}.status-tag{font-size:10px;padding:5px 8px;border-radius:6px;font-weight:800}.kitchen-tag{background:#fff0e8;color:#d6753f}.wholesale-tag{background:#eaf3ff;color:#377bba}.muted-tag{background:#f0f1f4;color:#8993a4}.table-actions{display:flex;gap:6px;align-items:center;justify-content:flex-end}.table-actions form{margin:0}.table-empty{text-align:center!important;padding:50px 20px!important;color:#9ba3b2!important}.table-empty a{color:#6651cd;font-weight:700}.table-bottom{border-top:1px solid #f0f1f5;padding:16px 23px;color:#a1aab7;font-size:11px}
/* Formularios */
.form-stack{display:flex;flex-direction:column;gap:19px}.form-stack>label,.form-panel>label,.price-panel>label:not(.toggle-row){display:flex;flex-direction:column;gap:9px}.form-stack label,.form-panel label,.price-panel label{font-size:12px;font-weight:800;color:#596478}.form-stack input:not([type=checkbox]),.form-stack select,.form-stack textarea,.form-panel input:not([type=checkbox]):not([type=file]),.form-panel select,.form-panel textarea,.price-panel input:not([type=checkbox]){display:block;width:100%;min-height:44px;border:1px solid #e2e5ed;border-radius:9px;background:#fff;padding:12px 14px;color:#324055;font-weight:500;font-size:13px;outline:0}.form-stack textarea,.form-panel textarea{resize:vertical;min-height:105px}.form-stack input:focus,.form-stack textarea:focus,.form-stack select:focus,.form-panel input:focus,.form-panel textarea:focus,.form-panel select:focus{border-color:#a89be8;box-shadow:0 0 0 3px #b2a8ed24}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-two label{display:flex;flex-direction:column;gap:9px}.form-panel{padding:24px}.form-panel>.panel-heading{padding:0 0 19px;margin-bottom:23px}.editor-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(270px,.8fr);gap:22px;align-items:start}.editor-main,.editor-side{display:flex;flex-direction:column;gap:21px}.price-panel-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.price-panel{padding:18px;border-radius:12px;border:1px solid #f4dccb;background:#fffbf8}.wholesale-price{border-color:#dce9f9;background:#fafdff}.toggle-row{display:flex!important;flex-direction:row!important;align-items:center;justify-content:space-between;gap:10px;margin-bottom:22px;cursor:pointer}.toggle-row strong{display:block;color:#a55b33;font-size:14px;margin-bottom:5px}.wholesale-price .toggle-row strong{color:#3379ae}.toggle-row small{display:block;color:#99a1ae;font-size:11px;line-height:1.6;font-weight:500}.toggle-row input{appearance:none;width:39px;height:23px;background:#d7dce5;border-radius:22px;position:relative;cursor:pointer;transition:background .15s;flex:none}.toggle-row input:after{content:'';position:absolute;width:17px;height:17px;border-radius:50%;background:white;top:3px;left:3px;box-shadow:0 1px 3px #3333;transition:left .15s}.toggle-row input:checked{background:#6653d0}.toggle-row input:checked:after{left:19px}.price-panel>label:not(.toggle-row){gap:8px}.form-panel .hint{margin:15px 0 0}.photo-preview{height:190px;background:#f5f6fa;border:2px dashed #e0e4ed;border-radius:12px;overflow:hidden;margin:20px 0 12px}.photo-preview img{width:100%;height:100%;object-fit:cover}.photo-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#aeb7c7}.photo-placeholder span{font-size:60px}.photo-placeholder small{font-size:12px}.file-label{display:block;text-align:center;padding:12px 14px;border:1px solid #dcdff0;border-radius:9px;background:#f9f8ff;color:#6053c2!important;cursor:pointer;font-size:12px!important}.file-label input{display:none!important}.inline-check{display:flex!important;align-items:center;gap:9px;flex-direction:row!important;cursor:pointer;margin-top:10px;font-size:12px}.inline-check input{accent-color:#6250cd;width:16px;height:16px}.editor-side>.form-panel>h2{margin-bottom:18px}.editor-side>.form-panel>.toggle-row{margin-top:12px}.editor-side>.form-panel>label:not(.toggle-row){display:flex;flex-direction:column;gap:8px}.editor-actions{display:flex;flex-direction:column;gap:10px}.editor-actions .btn{width:100%}.settings-grid{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:22px;align-items:start}.settings-grid .form-panel h2{margin-bottom:22px}.category-list{padding:3px 24px}.category-item{display:flex;align-items:center;gap:14px;padding:18px 0;border-bottom:1px solid #f0f1f5}.category-item:last-child{border-bottom:0}.category-glyph{display:grid;place-items:center;flex:none;background:#f0eeff;color:#715fc9;border-radius:10px;width:39px;height:39px;font-size:22px}.category-details{flex:1;min-width:0}.config-form{display:flex;flex-direction:column;gap:22px;max-width:980px}.config-form>.panel{max-width:980px}.config-form .form-panel .form-stack{max-width:650px}.config-dual{display:grid;grid-template-columns:1fr 1fr;gap:22px}.config-dual .form-panel{display:flex;flex-direction:column;gap:17px}.config-dual .form-panel label{display:flex;flex-direction:column;gap:8px}.config-dual .text-link{margin-top:5px}.orange-text{color:#dd7944}.blue-text{color:#307fba}
@media(max-width:1120px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}.admin-content{padding:35px 30px 65px}.editor-grid{grid-template-columns:minmax(0,1fr) 270px}.settings-grid{grid-template-columns:1fr}}
@media(max-width:810px){.sidebar{display:none}.admin-content{padding:20px 17px 55px}.mobile-admin-nav{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:26px}.mobile-admin-nav a{padding:10px 12px;border-radius:9px;background:#fff;border:1px solid #e8ebf2;color:#666d81;font-size:12px;font-weight:700}.editor-grid{grid-template-columns:1fr}.editor-side{display:grid;grid-template-columns:1fr 1fr;align-items:start}.editor-actions{grid-column:1/-1;flex-direction:row}.price-panel-grid{grid-template-columns:1fr 1fr}.choice-grid{max-width:760px}}
@media(max-width:600px){.landing-wrap{padding:0 20px}.landing-main{padding:38px 0 62px}.landing-heading{margin-bottom:31px}.landing-heading h1{font-size:36px}.choice-grid{grid-template-columns:1fr;gap:15px}.choice-card{min-height:270px;padding:27px}.choice-icon{margin-bottom:16px;width:53px;height:53px;font-size:30px}.choice-card h2{font-size:27px}.public-header{min-height:75px}.public-header .text-link{font-size:11px}.menu-header-inner{padding:0 17px}.menu-top-links{gap:13px;font-size:11px}.menu-page .public-brand{font-size:14px;gap:8px}.menu-page .brand-mark{width:34px;height:34px;font-size:23px}.menu-container{padding:18px 16px}.menu-hero{padding:29px 22px;gap:14px;min-height:184px;border-radius:18px}.hero-icon{display:none}.menu-hero h1{font-size:29px}.menu-hero p{font-size:13px}.filter-panel{padding:14px;gap:15px}.search-field{flex:1 1 100%;max-width:none}.category-filters{flex-wrap:nowrap;overflow-x:auto;width:100%;padding-bottom:4px}.section-heading h2{font-size:22px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.product-card{border-radius:13px}.product-body{padding:13px;min-height:139px}.product-body h3{font-size:16px}.product-description{font-size:11px}.product-price strong{font-size:19px}.product-price span{font-size:10px}.product-category{font-size:9px;bottom:8px;left:8px}.menu-footer{margin-top:55px}.whatsapp-float{right:13px;bottom:13px;padding:12px 16px}.admin-title-row h1{font-size:29px}.stats-grid{gap:11px}.stat-card{padding:17px 12px;gap:9px}.stat-icon{width:34px;height:34px;font-size:20px}.stat-card small{font-size:10px}.stat-card strong{font-size:28px}.stat-card span:not(.stat-icon){font-size:9px}.editor-side{display:flex}.price-panel-grid{grid-template-columns:1fr}.form-two,.config-dual{grid-template-columns:1fr}.panel-heading{padding:19px 18px}.form-panel{padding:19px}.category-list{padding:0 15px}.category-item{gap:8px}.category-item .table-actions{flex-wrap:wrap;justify-content:center}.auth-card{padding:30px 24px}.table-toolbar{padding:15px}}
@media(max-width:390px){.product-grid{grid-template-columns:1fr}.product-image{aspect-ratio:1.75}.menu-top-links a:last-child{display:none}.stats-grid{grid-template-columns:1fr 1fr}.admin-title-row>.btn{width:100%}}
/* Controle de estoque e ficha tecnica */
.stock-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px}
.stock-metric{background:#fff;border:1px solid #e8ebf2;border-radius:15px;padding:20px 22px;box-shadow:0 5px 16px #17233808;display:flex;flex-direction:column;gap:9px;min-width:0}
.stock-metric small{color:#8793a5;font-weight:700;font-size:11px}.stock-metric strong{font:800 24px 'Outfit',sans-serif;color:#27344a}
.warn-tag{background:#fff0da;color:#a66a19}.ok-tag{background:#e2f5e9;color:#217845}.stock-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.recipe-list{display:flex;flex-direction:column;gap:12px}.recipe-row{display:grid;grid-template-columns:minmax(200px,1fr) 150px 90px 38px;align-items:end;gap:12px;padding:13px;background:#f9fafe;border:1px solid #eaedf4;border-radius:11px}.recipe-row>label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:800;color:#536075}
.recipe-row input,.recipe-row select{border:1px solid #e1e4ed;border-radius:9px;padding:10px 12px;width:100%;background:#fff;color:#39465d;min-height:42px}.recipe-row .recipe-line-cost{font-size:13px;font-weight:800;white-space:nowrap;color:#4b586d;padding-bottom:13px}.recipe-remove{font-size:22px!important}
.recipe-total{display:flex;justify-content:space-between;gap:15px;padding-top:20px;margin-top:20px;border-top:1px solid #e9edf3;color:#7c8699}.recipe-total strong{font-size:20px;color:#392daa}.negative{color:#ba494e!important;font-weight:800}.positive{color:#277e53!important;font-weight:800}.stock-sale-preview{background:#f2f6ff;border:1px solid #e1eafa;border-radius:12px;padding:17px}.stock-sale-preview p{display:flex;justify-content:space-between;gap:12px;margin:0 0 10px;font-size:12px;color:#66748b}.stock-sale-preview strong{color:#243f77;font-size:14px}.stock-sale-preview p+p{margin-bottom:5px}
@media(max-width:850px){.stock-metrics{grid-template-columns:repeat(2,1fr)}.recipe-row{grid-template-columns:minmax(0,1fr) 130px 85px 35px}}
@media(max-width:600px){.stock-metrics{grid-template-columns:1fr}.recipe-row{grid-template-columns:minmax(0,1fr) 110px}.recipe-row .recipe-line-cost{padding:3px 0}.stock-actions>.btn{flex:1}}
[hidden]{display:none!important}
