:root{
  --red:#f32020;--red-dark:#c91414;--red-soft:#fff1f1;--graphite:#172033;--graphite-2:#263249;--muted:#667085;--muted-2:#98a2b3;--line:#e7eaf0;--surface:#fff;--bg:#f6f7f9;--green:#16a36a;--green-soft:#ecfdf3;--yellow:#f4a900;--yellow-soft:#fff8e7;--blue:#3578e5;--blue-soft:#edf4ff;--purple:#7a5af8;--purple-soft:#f3f0ff;--shadow:0 20px 60px rgba(23,32,51,.08);--shadow-sm:0 8px 24px rgba(23,32,51,.07);--radius:20px;--radius-sm:14px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--graphite);background:var(--bg);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a{transition:.2s ease}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer}body.modal-open{overflow:hidden}[hidden]{display:none!important}
label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:700;color:#344054}input,select,textarea{width:100%;border:1px solid #d8dde6;border-radius:12px;padding:13px 14px;color:var(--graphite);background:#fff;outline:none;transition:.2s}input:focus,select:focus,textarea:focus{border-color:var(--red);box-shadow:0 0 0 4px rgba(243,32,32,.08)}textarea{resize:vertical}label small{font-weight:500;color:var(--muted);line-height:1.45}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 16px;border-radius:12px;border:1px solid transparent;font-weight:800;font-size:13px;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff;box-shadow:0 10px 24px rgba(243,32,32,.2)}.btn-primary:hover{box-shadow:0 14px 30px rgba(243,32,32,.28)}.btn-light{background:#fff;color:var(--graphite);border-color:var(--line)}.btn-light:hover{background:#f8f9fb}.btn-danger{background:#d92d20;color:#fff}.btn-whatsapp{background:#20b85a;color:#fff;box-shadow:0 12px 26px rgba(32,184,90,.22)}.btn-block{width:100%}.text-link{font-size:13px;font-weight:700;color:var(--red)}.centered{text-align:center;display:block}.eyebrow{display:block;font-size:11px;font-weight:900;letter-spacing:.14em;color:var(--red);margin-bottom:9px}.eyebrow-light{color:#ffd7d7}
.alert{padding:14px 16px;border-radius:14px;margin-bottom:18px;font-size:13px;font-weight:650;line-height:1.5;border:1px solid}.alert-danger{background:#fff1f0;border-color:#ffccc7;color:#b42318}.alert-success{background:#ecfdf3;border-color:#abefc6;color:#067647}.alert-warning{background:#fffaeb;border-color:#fedf89;color:#93370d}.fade-alert{animation:fadeIn .25s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}
.form-grid{display:grid;gap:14px}.form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.form-section-title{margin:24px 0 12px;font-size:12px;font-weight:900;letter-spacing:.08em;color:var(--graphite)}

/* Login e instalação */
.login-page,.setup-page{min-height:100vh;background:#fff}.login-layout{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.login-side{position:relative;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 20% 0%,#ff6a6a 0,transparent 30%),linear-gradient(145deg,#f32020 0%,#c91414 65%,#8d1111 100%);color:#fff}.login-side:before,.login-side:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.14);border-radius:50%}.login-side:before{width:520px;height:520px;right:-150px;top:-180px}.login-side:after{width:360px;height:360px;left:-160px;bottom:-140px}.login-side-content{position:relative;z-index:1;width:min(570px,80%);margin:auto}.brand{display:flex;align-items:center;gap:11px;font-weight:900}.brand img{width:42px;height:42px;object-fit:cover;border-radius:12px}.brand-light{margin-bottom:90px}.login-side h1{font-size:46px;line-height:1.08;letter-spacing:-.045em;margin:12px 0 20px}.login-side p{font-size:17px;line-height:1.7;color:rgba(255,255,255,.82);max-width:540px}.login-feature-list{display:flex;flex-direction:column;gap:13px;margin-top:34px;font-size:14px;font-weight:750}.login-feature-list div{display:flex;align-items:center;gap:10px}.login-feature-list span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.16)}.login-form-side{display:grid;place-items:center;padding:40px}.login-card{width:min(420px,100%);display:flex;flex-direction:column;gap:15px}.login-card h2{font-size:34px;letter-spacing:-.035em;margin:0}.login-card>p{margin:-4px 0 8px;color:var(--muted)}.mobile-login-brand{display:none;margin-bottom:28px}
.setup-page{background:radial-gradient(circle at 10% 0%,#fff0f0,transparent 30%),#f7f8fa;padding:40px 20px}.setup-shell{width:min(780px,100%);margin:auto}.setup-brand{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:24px}.setup-brand img{width:54px;height:54px;border-radius:16px}.setup-brand div{display:flex;flex-direction:column}.setup-brand strong{font-size:18px}.setup-brand span{font-size:12px;color:var(--muted)}.setup-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:36px;box-shadow:var(--shadow)}.setup-card h1{font-size:32px;letter-spacing:-.03em;margin:5px 0 10px}.setup-card>p{color:var(--muted);margin:0 0 26px;line-height:1.6}.setup-form{display:flex;flex-direction:column;gap:15px}.success-illustration{width:70px;height:70px;border-radius:22px;display:grid;place-items:center;margin:0 auto 18px;background:var(--green-soft);color:var(--green);font-size:32px;font-weight:900}.setup-card:has(.success-illustration){text-align:center}.setup-card:has(.success-illustration) .btn{margin-top:10px}

/* Estrutura da dashboard */
.admin-body{background:#f6f7f9;min-height:100vh}.admin-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:260px;background:#111a2d;color:#dce2ec;z-index:50;display:flex;flex-direction:column;padding:22px 16px}.sidebar-brand{display:flex;align-items:center;gap:11px;padding:0 10px 28px}.sidebar-brand img{width:42px;height:42px;object-fit:cover;border-radius:13px;box-shadow:0 7px 18px rgba(243,32,32,.25)}.sidebar-brand div{display:flex;align-items:baseline;gap:5px;font-size:17px}.sidebar-brand strong{color:#fff}.sidebar-brand span{color:#ff7c7c;font-weight:900}.sidebar-nav{display:flex;flex-direction:column;gap:4px;min-height:0;overflow:auto}.nav-label{font-size:9px;letter-spacing:.16em;font-weight:900;color:#6f7c93;padding:20px 12px 7px}.sidebar-nav>a,.sidebar-public-link{position:relative;display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:11px;font-size:13px;font-weight:700;color:#9eabc0}.sidebar-nav>a svg,.sidebar-public-link svg,.topbar-preview svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sidebar-nav>a:hover,.sidebar-nav>a.active{background:rgba(255,255,255,.07);color:#fff}.sidebar-nav>a.active:before{content:"";position:absolute;left:-16px;width:4px;height:25px;border-radius:0 6px 6px 0;background:var(--red)}.nav-dot{margin-left:auto;width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 4px rgba(243,32,32,.12);display:none}.nav-dot.visible{display:block}.sidebar-footer{margin-top:auto;padding-top:16px;border-top:1px solid rgba(255,255,255,.07)}.sidebar-public-link{margin-bottom:13px}.sidebar-public-link:hover{color:#fff}.sidebar-user{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:9px;padding:10px;border-radius:12px;background:rgba(255,255,255,.05)}.avatar{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,#ff5959,var(--red-dark));color:#fff;font-weight:900}.avatar.large{width:43px;height:43px;border-radius:14px}.sidebar-user div:nth-child(2){min-width:0;display:flex;flex-direction:column}.sidebar-user strong{font-size:12px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user span{font-size:10px;color:#8190a7;margin-top:3px}.sidebar-user>a{color:#7c899e;font-size:18px}.admin-main{margin-left:260px;min-height:100vh}.topbar{height:82px;padding:0 30px;display:flex;align-items:center;gap:18px;background:rgba(246,247,249,.9);backdrop-filter:blur(14px);border-bottom:1px solid #e9ebf0;position:sticky;top:0;z-index:30}.topbar-title{min-width:0}.topbar-title h1{font-size:22px;letter-spacing:-.025em;margin:0}.topbar-title p{font-size:12px;color:var(--muted);margin:4px 0 0}.topbar-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.topbar-preview{width:42px;height:42px;border-radius:12px;border:1px solid var(--line);display:grid;place-items:center;background:#fff;color:var(--graphite)}.mobile-menu-button{display:none;border:0;background:none;font-size:22px}.admin-content{padding:26px 30px 50px;max-width:1600px;margin:auto}.panel-card{background:#fff;border:1px solid #e6e9ef;border-radius:20px;box-shadow:0 6px 22px rgba(23,32,51,.035)}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;border-bottom:1px solid #edf0f4}.panel-heading>div:first-child>span{display:block;font-size:9px;font-weight:900;letter-spacing:.14em;color:var(--red);margin-bottom:5px}.panel-heading h2{font-size:17px;letter-spacing:-.02em;margin:0}.panel-heading>a,.text-button{font-size:12px;font-weight:800;color:var(--red);border:0;background:none}.panel-tip{display:flex;gap:10px;padding:14px;border-radius:13px;background:#f7f8fa;color:var(--muted);font-size:11px;line-height:1.5;margin:16px}.panel-tip span{font-size:17px}.panel-tip p{margin:0}.panel-tip.standalone{margin:16px 0}.empty-state{text-align:center;padding:54px 26px}.empty-state>div{font-size:35px}.empty-state h3,.empty-state h2{margin:13px 0 6px}.empty-state p{color:var(--muted);font-size:13px;line-height:1.6;max-width:420px;margin:0 auto 18px}.count-badge{font-size:11px;font-weight:800;background:#f2f4f7;padding:7px 10px;border-radius:999px;color:#475467}

/* Dashboard */
.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}.metric-card{position:relative;min-height:164px;background:#fff;border:1px solid #e6e9ef;border-radius:19px;padding:20px;display:grid;grid-template-columns:44px 1fr;gap:13px;overflow:hidden}.metric-card:after{content:"";position:absolute;right:-22px;top:-22px;width:90px;height:90px;border-radius:50%;background:#f7f8fa}.metric-icon{width:44px;height:44px;border-radius:13px;background:#f2f4f7;display:grid;place-items:center;font-size:17px;font-weight:900;z-index:1}.metric-card>div:nth-child(2){display:flex;flex-direction:column;z-index:1}.metric-card span{font-size:11px;color:var(--muted);font-weight:750}.metric-card strong{font-size:27px;letter-spacing:-.035em;margin:7px 0 3px}.metric-card small{font-size:10px;color:var(--muted-2)}.metric-card>a{grid-column:1/-1;margin-top:auto;font-size:11px;font-weight:800;color:var(--red)}.metric-waiting{border-color:#fedf89;background:linear-gradient(145deg,#fff,#fffaf0)}.metric-waiting .metric-icon{background:var(--yellow-soft);color:#b54708}.metric-money{background:linear-gradient(145deg,#172033,#263249);color:#fff;border:0}.metric-money:after{background:rgba(255,255,255,.04)}.metric-money .metric-icon{background:rgba(255,255,255,.1);color:#fff}.metric-money span,.metric-money small{color:#aeb8c8}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);gap:18px}.recent-orders-list{padding:8px}.recent-order-row{display:grid;grid-template-columns:105px minmax(180px,1fr) 155px 65px;align-items:center;gap:12px;padding:14px 15px;border-radius:13px}.recent-order-row:hover{background:#f8f9fb}.order-code-block{display:flex;flex-direction:column}.order-code-block span{font-size:12px;font-weight:900}.order-code-block small{font-size:10px;color:var(--muted);margin-top:3px}.order-customer{display:flex;flex-direction:column;min-width:0}.order-customer strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-customer span{font-size:10px;color:var(--muted);margin-top:4px}.order-value{display:flex;align-items:flex-end;flex-direction:column;gap:5px}.order-value>strong{font-size:13px}.status-pill{font-size:9px!important;font-weight:850!important;padding:5px 8px;border-radius:999px;white-space:nowrap}.status-waiting{background:var(--yellow-soft);color:#b54708}.status-confirmed{background:var(--blue-soft);color:#175cd3}.status-preparing{background:var(--purple-soft);color:#6938ef}.status-ready{background:var(--green-soft);color:#067647}.status-delivery{background:#eff8ff;color:#026aa2}.status-completed{background:#ecfdf3;color:#067647}.status-cancelled{background:#fef3f2;color:#b42318}.mini-countdown{justify-self:end;font-size:11px;font-weight:900;color:#b54708;background:#fffaeb;border:1px solid #fedf89;padding:7px 8px;border-radius:9px}.mini-countdown.danger{color:#b42318;background:#fff1f0;border-color:#fda29b}.row-arrow{justify-self:end;color:#98a2b3}.dashboard-side-stack{display:flex;flex-direction:column;gap:18px}.sales-chart-card{min-height:300px}.sales-chart{height:220px;padding:26px 18px 18px;display:flex;align-items:flex-end;gap:8px}.chart-column{height:100%;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:7px;min-width:0}.chart-column>span{font-size:8px;color:var(--muted);white-space:nowrap}.chart-column>i{display:block;width:75%;min-height:5px;border-radius:7px 7px 2px 2px;background:linear-gradient(180deg,#ff6767,var(--red));box-shadow:0 6px 12px rgba(243,32,32,.15)}.chart-column>small{font-size:8px;color:#98a2b3}.quick-insight-card{padding:24px;background:linear-gradient(145deg,#fff5f5,#fff);border-color:#ffd7d7}.insight-icon{width:42px;height:42px;border-radius:14px;background:var(--red);display:grid;place-items:center;color:#fff;margin-bottom:17px}.quick-insight-card>span{font-size:9px;font-weight:900;letter-spacing:.12em;color:var(--red)}.quick-insight-card h3{font-size:20px;margin:7px 0}.quick-insight-card p{font-size:11px;color:var(--muted);margin:0 0 18px}.quick-insight-card a{font-size:11px;font-weight:800;color:var(--red)}

/* Pedidos */
.orders-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:18px}.orders-search{position:relative;width:330px}.orders-search span,.table-search span{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#98a2b3}.orders-search input,.table-search input{padding-left:36px;background:#fff}.orders-filter-tabs{display:flex;gap:4px;background:#e9ecf1;padding:4px;border-radius:12px}.orders-filter-tabs button{border:0;background:transparent;padding:9px 12px;border-radius:9px;font-size:11px;font-weight:800;color:#667085}.orders-filter-tabs button.active{background:#fff;color:var(--graphite);box-shadow:0 2px 8px rgba(23,32,51,.08)}.orders-toolbar>.btn{margin-left:auto}.orders-loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:60px;color:var(--muted);font-size:12px}.orders-loading span{width:22px;height:22px;border:3px solid #e6e9ef;border-top-color:var(--red);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.kanban-board{display:grid;grid-template-columns:repeat(5,minmax(250px,1fr));gap:14px;overflow-x:auto;padding-bottom:12px}.kanban-column{min-width:250px}.kanban-column-header{display:flex;align-items:center;justify-content:space-between;padding:0 4px 10px}.kanban-column-header>div{display:flex;align-items:center;gap:8px}.kanban-column-header i{width:9px;height:9px;border-radius:50%;background:#98a2b3}.kanban-column[data-status=awaiting_confirmation] i{background:var(--yellow)}.kanban-column[data-status=confirmed] i{background:var(--blue)}.kanban-column[data-status=preparing] i{background:var(--purple)}.kanban-column[data-status=ready] i{background:var(--green)}.kanban-column[data-status=out_for_delivery] i{background:#0ba5ec}.kanban-column-header strong{font-size:11px;text-transform:uppercase;letter-spacing:.04em}.kanban-column-header span{font-size:10px;background:#e9ecf1;color:#667085;padding:4px 7px;border-radius:999px}.kanban-column-body{min-height:420px;background:#edf0f4;border-radius:16px;padding:9px;display:flex;flex-direction:column;gap:9px}.order-card{background:#fff;border:1px solid #e4e8ee;border-radius:14px;padding:14px;box-shadow:0 4px 12px rgba(23,32,51,.04)}.order-card:hover{transform:translateY(-2px);box-shadow:0 9px 20px rgba(23,32,51,.08)}.order-card.urgent{border-color:#fda29b;box-shadow:0 0 0 2px rgba(217,45,32,.04)}.order-card-top{display:flex;align-items:start;justify-content:space-between;gap:8px}.order-card-code{display:flex;flex-direction:column}.order-card-code strong{font-size:11px}.order-card-code span{font-size:9px;color:var(--muted);margin-top:3px}.order-time-pill{font-size:9px;font-weight:900;color:#b54708;background:#fffaeb;padding:5px 7px;border-radius:8px}.order-time-pill.urgent{color:#b42318;background:#fef3f2}.order-card-customer{padding:12px 0;border-bottom:1px solid #eef0f4}.order-card-customer strong{display:block;font-size:13px}.order-card-customer span{display:block;font-size:9px;color:var(--muted);margin-top:4px}.order-card-meta{display:flex;align-items:center;justify-content:space-between;padding:11px 0}.order-card-meta span{font-size:9px;color:var(--muted)}.order-card-meta strong{font-size:13px}.order-card-actions{display:flex;gap:6px}.order-card-actions button{flex:1;border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px 7px;font-size:9px;font-weight:850}.order-card-actions .advance{background:var(--graphite);color:#fff;border-color:var(--graphite)}.order-card-actions .confirm{background:var(--red);color:#fff;border-color:var(--red)}.order-card-actions .cancel{flex:0 0 34px;color:#b42318}.orders-list-view{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.simple-order-row{display:grid;grid-template-columns:130px 1fr 140px 130px 100px;align-items:center;gap:14px;padding:15px 18px;border-bottom:1px solid #eef0f4}.simple-order-row:last-child{border-bottom:0}.simple-order-row:hover{background:#fafbfc}.simple-order-row span,.simple-order-row small{font-size:10px;color:var(--muted)}.simple-order-row strong{font-size:12px}.simple-order-row button{border:0;background:none;font-size:11px;font-weight:800;color:var(--red)}
.modal-backdrop{position:fixed;inset:0;background:rgba(12,18,31,.58);backdrop-filter:blur(4px);z-index:100;display:grid;place-items:center;padding:20px}.admin-modal{position:relative;width:min(620px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:24px;padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.2)}.admin-modal.small-modal{width:min(420px,100%)}.admin-modal h2{font-size:26px;margin:0 0 8px;letter-spacing:-.03em}.admin-modal>p{color:var(--muted);font-size:13px;line-height:1.6;margin:0 0 20px}.modal-close{position:absolute;right:14px;top:14px;width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:20px;display:grid;place-items:center;z-index:2}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.cancel-modal label{margin-top:15px}.order-detail-modal{width:min(760px,100%);padding:0}.order-detail-header{padding:27px 28px 20px;border-bottom:1px solid var(--line)}.order-detail-header>span{font-size:10px;font-weight:900;color:var(--red)}.order-detail-header h2{margin:6px 0 4px}.order-detail-header p{margin:0;color:var(--muted);font-size:12px}.order-detail-status-line{display:flex;align-items:center;gap:8px;margin-top:14px}.order-detail-grid{display:grid;grid-template-columns:1.25fr .75fr}.order-detail-main{padding:22px 28px;border-right:1px solid var(--line)}.order-detail-side{padding:22px}.detail-section{margin-bottom:23px}.detail-section h3{font-size:10px;letter-spacing:.1em;color:#98a2b3;margin:0 0 12px}.detail-item{display:grid;grid-template-columns:35px 1fr auto;gap:9px;padding:10px 0;border-bottom:1px solid #f0f1f4}.detail-item:last-child{border-bottom:0}.detail-item>span{font-size:11px;color:var(--muted)}.detail-item-copy strong{display:block;font-size:12px}.detail-item-copy small{display:block;font-size:9px;color:var(--muted);margin-top:4px}.detail-item>strong{font-size:12px}.detail-total{border-top:1px solid var(--line);padding-top:13px;display:flex;justify-content:space-between;font-size:14px}.detail-customer-card{background:#f8f9fb;border-radius:14px;padding:14px}.detail-customer-card strong{display:block;font-size:13px}.detail-customer-card span{display:block;color:var(--muted);font-size:10px;margin-top:4px}.detail-customer-card a{display:block;color:var(--green);font-size:10px;font-weight:850;margin-top:10px}.history-list{display:flex;flex-direction:column;gap:0}.history-item{position:relative;padding:0 0 16px 18px;border-left:1px solid #dfe3ea}.history-item:last-child{border-left-color:transparent}.history-item:before{content:"";position:absolute;left:-4px;top:2px;width:7px;height:7px;background:var(--red);border-radius:50%;box-shadow:0 0 0 3px #ffe8e8}.history-item strong{display:block;font-size:10px}.history-item span{display:block;font-size:9px;color:var(--muted);line-height:1.5;margin-top:3px}

/* Cardápio admin */
.menu-admin-grid{display:grid;grid-template-columns:320px minmax(0,1fr);gap:18px}.categories-panel{height:max-content}.icon-add-button{width:32px;height:32px;border-radius:10px;border:0;background:var(--red);color:#fff;font-size:18px}.inline-category-form{display:flex;gap:7px;padding:14px;border-bottom:1px solid var(--line)}.inline-category-form input{min-width:0}.category-admin-list{padding:8px}.category-admin-row{display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:8px;padding:12px 8px;border-radius:11px}.category-admin-row:hover{background:#f8f9fb}.category-admin-row.is-inactive{opacity:.55}.drag-handle{color:#c0c6d0;font-size:14px}.category-admin-row>div:nth-child(2){display:flex;flex-direction:column}.category-admin-row strong{font-size:12px}.category-admin-row span{font-size:9px;color:var(--muted);margin-top:3px}.switch-button{width:37px;height:22px;border-radius:999px;background:#d0d5dd;border:0;padding:3px}.switch-button i{display:block;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.15);transition:.2s}.switch-button.on{background:var(--green)}.switch-button.on i{transform:translateX(15px)}.products-heading{align-items:center}.table-search{position:relative;width:230px}.table-search input{padding-top:10px;padding-bottom:10px;font-size:11px}.admin-products-list{padding:7px}.admin-product-row{position:relative;display:grid;grid-template-columns:64px minmax(180px,1fr) 140px 45px 70px;align-items:center;gap:14px;padding:12px;border-radius:14px}.admin-product-row:hover{background:#f8f9fb}.admin-product-row.is-inactive{opacity:.55}.admin-product-image{width:64px;height:56px;border-radius:11px;overflow:hidden;background:#f1f3f6;display:grid;place-items:center;font-size:22px}.admin-product-image img{width:100%;height:100%;object-fit:cover}.admin-product-copy{min-width:0}.product-admin-tags{display:flex;gap:5px;margin-bottom:5px}.product-admin-tags span{font-size:8px;font-weight:800;color:#667085;background:#eef0f4;padding:4px 6px;border-radius:6px}.product-admin-tags .tag-highlight{color:#b42318;background:#fff1f0}.admin-product-copy>strong{display:block;font-size:13px}.admin-product-copy>small{display:block;color:var(--muted);font-size:9px;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-product-price{text-align:right}.admin-product-price small{display:block;font-size:9px;text-decoration:line-through;color:#98a2b3}.admin-product-price strong{display:block;font-size:13px}.admin-product-price span{display:block;font-size:8px;color:var(--muted);margin-top:4px}.row-actions{position:relative;display:flex;justify-content:flex-end;gap:4px}.action-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;border:1px solid var(--line);background:#fff;font-size:12px}.row-action-menu{position:absolute;right:0;top:38px;z-index:10;width:155px;background:#fff;border:1px solid var(--line);border-radius:11px;padding:5px;box-shadow:var(--shadow-sm)}.row-action-menu button{width:100%;text-align:left;border:0;background:none;padding:9px;border-radius:7px;font-size:10px;font-weight:700}.row-action-menu button:hover{background:#f7f8fa}.danger-text{color:#b42318!important}
.product-editor-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:18px}.product-main-form{padding-bottom:80px;position:relative}.product-main-form>.panel-heading{margin-bottom:22px}.product-main-form>label,.product-main-form>.form-grid,.product-image-uploader,.checkbox-line{margin-left:24px;margin-right:24px;margin-bottom:17px}.availability-check{flex-direction:row;align-items:center;font-size:11px}.availability-check input{width:auto}.product-image-uploader{display:grid;grid-template-columns:180px 1fr;align-items:center;gap:18px}.image-preview-box{height:125px;border:1px dashed #cfd5df;border-radius:16px;overflow:hidden;background:#f8f9fb;display:grid;place-items:center}.image-preview-box img{width:100%;height:100%;object-fit:cover}.image-preview-box>div{text-align:center;color:#98a2b3}.image-preview-box span{font-size:25px;display:block}.image-preview-box strong{display:block;font-size:11px;color:#667085;margin-top:5px}.image-preview-box small{font-size:8px}.file-button{position:relative;overflow:hidden}.file-button input{position:absolute;inset:0;opacity:0;cursor:pointer}.remove-image-check{flex-direction:row;align-items:center;margin-top:9px;font-size:10px;color:var(--muted);font-weight:600}.remove-image-check input{width:auto}.checkbox-line{display:flex;flex-direction:row;align-items:flex-start;background:#f8f9fb;border:1px solid #e9ecf1;border-radius:14px;padding:14px}.checkbox-line input{width:auto;margin-top:3px}.checkbox-line span{display:flex;flex-direction:column}.checkbox-line strong{font-size:12px}.checkbox-line small{font-size:9px;color:var(--muted);margin-top:3px}.form-actions-sticky{position:absolute;bottom:0;left:0;right:0;padding:14px 24px;border-top:1px solid var(--line);background:rgba(255,255,255,.92);backdrop-filter:blur(10px);display:flex;justify-content:flex-end;gap:8px;border-radius:0 0 20px 20px}.product-options-column{display:flex;flex-direction:column;gap:0}.locked-state{text-align:center;padding:45px 25px}.locked-state span{font-size:28px}.locked-state h3{margin:10px 0 5px}.locked-state p{font-size:11px;color:var(--muted);line-height:1.5}.option-groups-list{padding:14px}.option-group-card{border:1px solid var(--line);border-radius:14px;margin-bottom:12px;overflow:hidden}.option-group-card>header{display:flex;align-items:center;justify-content:space-between;padding:12px 13px;background:#f8f9fb}.option-group-card>header div{display:flex;flex-direction:column}.option-group-card>header strong{font-size:11px}.option-group-card>header span{font-size:8px;color:var(--muted);margin-top:3px}.icon-delete{border:0;background:none;color:#b42318;font-size:17px}.option-list>div{display:grid;grid-template-columns:1fr auto 24px;align-items:center;gap:7px;padding:10px 12px;border-top:1px solid #f0f2f5}.option-list span{font-size:10px}.option-list strong{font-size:9px;color:var(--muted)}.option-list button{border:0;background:none;color:#b42318}.add-option-form{display:grid;grid-template-columns:1fr 90px auto;gap:6px;padding:10px;border-top:1px solid var(--line)}.add-option-form input,.add-option-form .btn{min-height:36px;padding:8px;font-size:9px}.product-options-column>.panel-card>.btn-block{width:calc(100% - 28px);margin:0 14px 14px}.new-group-form{padding:0 14px 16px;display:flex;flex-direction:column;gap:12px}

/* Aparência */
.appearance-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.55fr);gap:18px;align-items:start}.appearance-controls{display:flex;flex-direction:column;gap:18px}.appearance-section{overflow:hidden}.brand-upload-list{padding:4px 22px}.brand-upload-row{display:grid;grid-template-columns:135px 1fr;align-items:center;gap:18px;padding:18px 0;border-bottom:1px solid #eef0f4}.brand-upload-row:last-child{border-bottom:0}.brand-upload-preview{height:88px;border-radius:14px;border:1px solid var(--line);background:#f8f9fb;overflow:hidden;display:grid;place-items:center;color:#98a2b3;font-size:10px}.brand-upload-preview img{width:100%;height:100%;object-fit:cover}.logo-preview{width:88px}.logo-preview img{object-fit:contain;background:#fff}.cover-preview,.banner-preview{width:135px}.brand-upload-row>div:last-child>strong{font-size:12px}.brand-upload-row p{font-size:9px;color:var(--muted);margin:5px 0 10px;line-height:1.5}.brand-upload-row .btn{min-height:36px;font-size:10px}.color-fields-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px;padding:8px 24px}.color-field{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid #eef0f4}.color-field>span{display:flex;flex-direction:column}.color-field strong{font-size:11px}.color-field small{font-size:8px;color:var(--muted);margin-top:3px}.color-field>div{display:flex;align-items:center;gap:6px}.color-field input[type=color]{width:32px;height:32px;padding:2px;border-radius:9px}.color-field input[type=text]{width:80px;padding:8px;font-size:10px;text-transform:uppercase}.contrast-feedback{display:flex;align-items:center;gap:10px;margin:12px 24px 22px;padding:12px;border-radius:12px;background:var(--green-soft);color:#067647}.contrast-feedback.warning{background:#fff8e7;color:#93370d}.contrast-feedback>span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#fff;font-size:11px}.contrast-feedback p{margin:0;font-size:9px;line-height:1.5}.style-choice-group{padding:20px 24px}.style-choice-group>span{display:block;font-size:10px;font-weight:800;margin-bottom:10px}.segmented-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.segmented-cards label input{display:none}.segmented-cards label>span{display:flex;flex-direction:column;align-items:center;gap:8px;padding:13px;border:1px solid var(--line);border-radius:13px}.segmented-cards label input:checked+span{border-color:var(--red);background:#fff6f6;box-shadow:0 0 0 2px rgba(243,32,32,.06)}.segmented-cards strong{font-size:9px}.demo-card{width:55px;height:34px;background:#fff;border-radius:7px;display:block}.demo-card.clean{background:#f8f9fb}.demo-card.bordered{border:1px solid #bfc6d2}.demo-card.elevated{box-shadow:0 5px 12px rgba(23,32,51,.15)}.appearance-section>.form-grid{padding:0 24px 22px}.appearance-save-bar,.settings-save-bar{position:sticky;bottom:14px;z-index:12;background:#172033;color:#fff;border-radius:16px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 15px 40px rgba(23,32,51,.2)}.appearance-save-bar div,.settings-save-bar div{display:flex;flex-direction:column}.appearance-save-bar strong,.settings-save-bar strong{font-size:11px}.appearance-save-bar span,.settings-save-bar span{font-size:8px;color:#aab5c6;margin-top:3px}.preview-sticky{position:sticky;top:104px}.preview-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.preview-label>div{font-size:9px;font-weight:900;letter-spacing:.1em}.preview-label>div span{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--green);margin-right:5px}.preview-label small{font-size:8px;color:var(--muted)}.phone-frame{width:340px;max-width:100%;margin:auto;background:#fff;border:8px solid #172033;border-radius:38px;min-height:680px;overflow:hidden;position:relative;box-shadow:0 30px 70px rgba(23,32,51,.18);padding-bottom:64px}.phone-speaker{position:absolute;z-index:5;top:7px;left:50%;transform:translateX(-50%);width:70px;height:18px;background:#172033;border-radius:0 0 12px 12px}.preview-store-header{padding:36px 18px 19px;background:linear-gradient(145deg,var(--preview-secondary,#172033),#2d3a55);color:#fff}.preview-store-header img{width:46px;height:46px;border-radius:13px;object-fit:cover;margin-bottom:12px}.preview-store-header span{display:block;font-size:7px;text-transform:uppercase;color:#d7dce5}.preview-store-header h3{font-size:18px;margin:4px 0}.preview-store-header p{font-size:8px;color:#d7dce5;margin:0}.preview-search{margin:12px 12px 7px;background:#f4f5f7;border-radius:10px;padding:10px;font-size:8px;color:#98a2b3}.preview-tabs{display:flex;gap:14px;padding:8px 13px;border-bottom:1px solid #eef0f4;overflow:hidden}.preview-tabs span{font-size:7px;font-weight:800;white-space:nowrap}.preview-tabs span:first-child{color:var(--preview-primary,#f32020)}.preview-content{padding:13px}.preview-content>small{font-size:6px;color:var(--preview-primary,#f32020);font-weight:900}.preview-content>h4{font-size:14px;margin:3px 0 10px}.preview-product-card{display:grid;grid-template-columns:72px 1fr 24px;align-items:center;gap:10px;background:#fff;border-radius:12px;padding:8px;margin-bottom:8px;box-shadow:0 4px 15px rgba(23,32,51,.08);border:1px solid transparent}.preview-product-img{height:58px;border-radius:9px;background:#f1f3f6;display:grid;place-items:center;font-size:24px}.preview-product-card strong{font-size:8px;display:block}.preview-product-card p{font-size:6px;color:#98a2b3;margin:3px 0 6px}.preview-product-card b{font-size:8px;color:var(--preview-primary,#f32020)}.preview-product-card i{width:21px;height:21px;border-radius:7px;background:var(--preview-primary,#f32020);color:#fff;display:grid;place-items:center;font-style:normal}.preview-cart{position:absolute;left:11px;right:11px;bottom:11px;background:var(--preview-primary,#f32020);color:#fff;border-radius:14px;padding:10px;display:grid;grid-template-columns:25px 1fr auto;align-items:center;gap:8px}.preview-cart>span{width:23px;height:23px;border-radius:8px;background:rgba(255,255,255,.2);display:grid;place-items:center;font-size:8px}.preview-cart div{display:flex;flex-direction:column}.preview-cart small{font-size:6px}.preview-cart strong{font-size:9px}.preview-cart b{font-size:7px}

/* Configurações e usuários */
.settings-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.55fr);gap:18px;align-items:start}.settings-main-column{display:flex;flex-direction:column;gap:18px}.settings-section{overflow:hidden}.settings-section>label,.settings-section>.form-grid,.settings-toggle-list{margin:18px 24px}.settings-toggle-list{display:flex;flex-direction:column;gap:10px}.settings-toggle-list label{position:relative;display:grid;grid-template-columns:auto 1fr 42px;align-items:center;gap:12px;border:1px solid var(--line);padding:14px;border-radius:14px}.settings-toggle-list input{position:absolute;opacity:0}.settings-toggle-list span{display:flex;flex-direction:column}.settings-toggle-list strong{font-size:11px}.settings-toggle-list small{font-size:8px;color:var(--muted);margin-top:3px}.settings-toggle-list i{width:40px;height:23px;border-radius:999px;background:#d0d5dd;padding:3px}.settings-toggle-list i:before{content:"";display:block;width:17px;height:17px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.15);transition:.2s}.settings-toggle-list input:checked~i{background:var(--green)}.settings-toggle-list input:checked~i:before{transform:translateX(17px)}.settings-side-column{display:flex;flex-direction:column;gap:18px}.automation-card,.whatsapp-config-card{padding:24px}.automation-icon,.whatsapp-symbol{width:46px;height:46px;border-radius:15px;background:#fff1f0;color:var(--red);display:grid;place-items:center;font-size:20px;margin-bottom:18px}.automation-card>span,.whatsapp-config-card>span{font-size:9px;font-weight:900;letter-spacing:.12em;color:var(--red)}.automation-card h3,.whatsapp-config-card h3{font-size:19px;margin:7px 0}.automation-card p,.whatsapp-config-card p{font-size:10px;color:var(--muted);line-height:1.6}.copy-field{display:flex;margin:14px 0 8px}.copy-field input{border-radius:10px 0 0 10px;font-size:8px;background:#f8f9fb}.copy-field button{border:0;background:var(--graphite);color:#fff;border-radius:0 10px 10px 0;padding:0 12px;font-size:9px;font-weight:800}.automation-card>small{font-size:8px;color:#98a2b3}.whatsapp-config-card{background:linear-gradient(145deg,#effcf4,#fff);border-color:#b7ebc9}.whatsapp-symbol{background:#20b85a;color:#fff}.whatsapp-config-card>span{color:#168b46}.users-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.55fr);gap:18px;align-items:start}.users-list{padding:8px}.user-row{display:grid;grid-template-columns:43px minmax(160px,1fr) 120px 130px 34px 45px;align-items:center;gap:12px;padding:13px;border-radius:13px}.user-row:hover{background:#f8f9fb}.user-row.is-inactive{opacity:.5}.user-info{display:flex;flex-direction:column;min-width:0}.user-info strong{font-size:12px}.user-info strong small{font-size:7px;color:var(--red);background:#fff1f0;padding:3px 5px;border-radius:5px}.user-info span{font-size:9px;color:var(--muted);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.role-badge{justify-self:start;font-size:8px;font-weight:850;padding:6px 8px;border-radius:999px}.role-admin{background:#f3f0ff;color:#6938ef}.role-attendant{background:#edf4ff;color:#175cd3}.role-production{background:#ecfdf3;color:#067647}.user-login{display:flex;flex-direction:column}.user-login span{font-size:8px;color:var(--muted)}.user-login strong{font-size:9px;margin-top:3px}.add-user-card{padding:25px}.add-user-card h2{margin:5px 0 8px}.add-user-card>p{font-size:10px;color:var(--muted);line-height:1.5}.add-user-card form{display:flex;flex-direction:column;gap:13px;margin-top:18px}.role-explanation{background:#f8f9fb;border-radius:13px;padding:12px;display:flex;flex-direction:column;gap:9px}.role-explanation div{display:flex;flex-direction:column}.role-explanation strong{font-size:9px}.role-explanation span{font-size:8px;color:var(--muted);margin-top:2px}

/* Loja pública */
.storefront-body{background:var(--store-bg,#f7f8fa);color:var(--store-text,#172033);padding-bottom:100px}.storefront-app{width:min(1120px,100%);margin:auto;min-height:100vh;background:var(--store-bg,#f7f8fa)}.store-header{position:relative;padding:26px 28px 32px;border-radius:0 0 28px 28px;background:linear-gradient(145deg,var(--secondary,#172033),#283754);color:#fff;overflow:hidden}.store-header:before{content:"";position:absolute;width:240px;height:240px;border:1px solid rgba(255,255,255,.07);border-radius:50%;right:-70px;top:-100px}.store-header.has-cover{background-size:cover;background-position:center}.store-header-top{position:relative;display:flex;align-items:center;justify-content:space-between;z-index:1}.store-logo-wrap{width:62px;height:62px;border-radius:18px;background:#fff;padding:4px;box-shadow:0 9px 25px rgba(0,0,0,.18)}.store-logo-wrap img{width:100%;height:100%;object-fit:contain;border-radius:14px}.icon-button{width:42px;height:42px;border-radius:13px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.17);color:#fff;font-size:20px}.store-identity{position:relative;z-index:1;margin-top:26px}.store-open-badge{display:inline-flex;align-items:center;gap:7px;font-size:10px;font-weight:800;color:#d7deea;background:rgba(255,255,255,.1);padding:7px 9px;border-radius:999px}.store-open-badge i{width:7px;height:7px;border-radius:50%;background:#32d583;box-shadow:0 0 0 4px rgba(50,213,131,.12)}.store-identity h1{font-size:34px;letter-spacing:-.04em;margin:12px 0 8px}.store-identity>p{color:#d6dce6;font-size:13px;line-height:1.55;margin:0;max-width:560px}.store-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:17px}.store-meta span{font-size:9px;color:#d6dce6;background:rgba(255,255,255,.09);padding:7px 9px;border-radius:8px}.store-banner{margin:17px 18px 0;border-radius:18px;overflow:hidden;max-height:250px}.store-banner img{width:100%;height:100%;object-fit:cover}.store-search-wrap{padding:18px 18px 8px}.store-search{position:relative}.store-search span{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:22px;color:#98a2b3}.store-search input{padding:14px 15px 14px 45px;border:0;border-radius:15px;background:#fff;box-shadow:0 6px 20px rgba(23,32,51,.06);font-size:13px}.category-tabs{display:flex;gap:8px;overflow-x:auto;padding:10px 18px 13px;position:sticky;top:0;z-index:20;background:rgba(247,248,250,.94);backdrop-filter:blur(10px);scrollbar-width:none}.category-tabs::-webkit-scrollbar{display:none}.category-tabs a{white-space:nowrap;font-size:10px;font-weight:850;color:#667085;background:#fff;border:1px solid #e7eaf0;padding:9px 13px;border-radius:999px}.category-tabs a.active{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:0 7px 15px rgba(243,32,32,.18)}.store-content{padding:6px 18px 25px}.menu-section{scroll-margin-top:65px;margin-bottom:30px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin:10px 0 13px}.section-heading>div>span{font-size:8px;font-weight:900;letter-spacing:.12em;color:var(--brand)}.section-heading h2{font-size:22px;letter-spacing:-.03em;margin:4px 0 0}.section-heading>span{font-size:9px;color:#98a2b3}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.product-card{background:#fff;border-radius:18px;overflow:hidden;border:1px solid transparent}.card-style-bordered .product-card{border-color:#dfe3ea;box-shadow:none}.card-style-elevated .product-card{box-shadow:0 9px 28px rgba(23,32,51,.07)}.card-style-clean .product-card{background:transparent;border-radius:12px}.product-card-button{width:100%;padding:0;border:0;background:transparent;text-align:left;color:inherit;display:grid;grid-template-columns:155px 1fr;min-height:145px}.product-image{position:relative;min-height:145px;overflow:hidden;background:#eef0f3}.product-image img{width:100%;height:100%;object-fit:cover}.product-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#fff0f0,#f4f5f7);font-size:42px}.ratio-square .product-image{aspect-ratio:1/1}.ratio-landscape .product-image{aspect-ratio:1.15/1}.ratio-portrait .product-image{aspect-ratio:.85/1}.product-badge{position:absolute;top:10px;left:10px;background:var(--brand);color:#fff;font-size:8px;font-weight:900;padding:6px 8px;border-radius:8px;box-shadow:0 5px 12px rgba(0,0,0,.15)}.product-info{padding:15px;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.product-copy h3{font-size:15px;letter-spacing:-.015em;margin:0 0 6px}.product-copy p{font-size:10px;color:#667085;line-height:1.45;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-price-row{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:14px}.product-price-row>div{display:flex;flex-direction:column}.old-price{font-size:8px;color:#98a2b3;text-decoration:line-through}.product-price-row strong{font-size:14px;color:var(--brand);margin-top:2px}.add-product-button{width:32px;height:32px;border-radius:11px;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:20px;box-shadow:0 7px 14px rgba(243,32,32,.18)}.store-footer{display:flex;align-items:center;justify-content:center;gap:8px;padding:30px 20px;color:#98a2b3;font-size:9px}.store-footer img{width:26px;height:26px;border-radius:8px}.floating-cart{position:fixed;z-index:50;bottom:18px;left:50%;transform:translateX(-50%);width:min(520px,calc(100% - 28px));background:var(--brand);color:#fff;border:0;border-radius:var(--store-button-radius,18px);padding:12px 14px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;box-shadow:0 18px 42px rgba(243,32,32,.32)}.floating-cart:hover{transform:translateX(-50%) translateY(-2px)}.cart-count{width:32px;height:32px;border-radius:11px;background:rgba(255,255,255,.2);display:grid;place-items:center;font-size:11px;font-weight:900}.floating-cart>span:nth-child(2){display:flex;flex-direction:column;text-align:left}.floating-cart small{font-size:8px}.floating-cart strong{font-size:13px}.floating-cart>span:last-child{font-size:10px;font-weight:850}.bottom-modal{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:min(620px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:28px 28px 0 0}.product-modal-panel{padding-bottom:20px}.product-modal-image{height:280px;background:#eef0f3}.product-modal-image img{width:100%;height:100%;object-fit:cover}.product-modal-image .product-placeholder{font-size:70px}.product-modal-body{padding:22px}.product-modal-body h2{font-size:25px;margin:0 0 8px;letter-spacing:-.03em}.product-modal-body>p{font-size:12px;color:var(--muted);line-height:1.6;margin:0 0 16px}.product-modal-price{font-size:18px;font-weight:900;color:var(--brand)}.option-group{padding:18px 0;border-top:1px solid #eef0f4}.option-group-header{display:flex;justify-content:space-between;gap:10px;margin-bottom:10px}.option-group-header strong{font-size:13px}.option-group-header span{font-size:8px;font-weight:800;color:#667085;background:#f2f4f7;padding:5px 7px;border-radius:7px}.option-choice{display:block;margin-bottom:7px}.option-choice input{display:none}.option-choice>span{display:grid;grid-template-columns:1fr auto 23px;align-items:center;gap:10px;border:1px solid #e5e8ee;border-radius:12px;padding:12px}.option-choice input:checked+span{border-color:var(--brand);background:#fff7f7}.option-choice strong{font-size:11px}.option-choice b{font-size:10px;color:var(--brand)}.option-choice i{width:20px;height:20px;border-radius:7px;border:1px solid #cfd5df;display:grid;place-items:center;font-style:normal;font-size:0}.option-choice input:checked+span i{background:var(--brand);border-color:var(--brand);font-size:11px;color:#fff}.product-notes{margin-top:12px}.product-modal-footer{display:grid;grid-template-columns:116px 1fr;gap:9px;padding:15px 22px;border-top:1px solid var(--line);position:sticky;bottom:0;background:#fff}.quantity-control{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;border:1px solid var(--line);border-radius:12px}.quantity-control button{height:100%;border:0;background:none;font-size:18px}.quantity-control span{text-align:center;font-size:12px;font-weight:900}.drawer-backdrop{position:fixed;inset:0;background:rgba(12,18,31,.52);z-index:90}.cart-drawer{position:absolute;right:0;top:0;bottom:0;width:min(440px,100%);background:#fff;display:flex;flex-direction:column}.cart-drawer>header{display:flex;align-items:center;justify-content:space-between;padding:23px;border-bottom:1px solid var(--line)}.cart-drawer>header span{font-size:8px;color:var(--brand);font-weight:900;letter-spacing:.12em}.cart-drawer>header h2{margin:4px 0 0}.cart-drawer>header button{border:0;background:none;font-size:25px}.cart-drawer-content{flex:1;overflow:auto;padding:12px 18px}.cart-item{display:grid;grid-template-columns:60px 1fr auto;gap:10px;padding:12px 0;border-bottom:1px solid #eef0f4}.cart-item-image{width:60px;height:56px;border-radius:10px;background:#f0f2f5;overflow:hidden;display:grid;place-items:center}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-copy strong{font-size:11px}.cart-item-copy span{display:block;font-size:8px;color:var(--muted);line-height:1.45;margin-top:3px}.cart-item-copy b{display:block;font-size:10px;color:var(--brand);margin-top:6px}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.cart-item-actions button{border:0;background:none;color:#b42318;font-size:11px}.mini-qty{display:flex;align-items:center;gap:7px}.mini-qty button{width:22px;height:22px;border-radius:7px;border:1px solid var(--line);color:var(--graphite);display:grid;place-items:center}.mini-qty span{font-size:10px;font-weight:850}.cart-drawer-footer{padding:17px 20px 20px;border-top:1px solid var(--line)}.cart-summary-line{display:flex;justify-content:space-between;font-size:14px}.cart-helper{font-size:8px;color:var(--muted);margin:5px 0 14px}.checkout-backdrop{align-items:center}.checkout-modal{position:relative;width:min(560px,100%);max-height:94vh;overflow:auto;background:#fff;border-radius:25px}.checkout-header{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;padding:21px 23px 16px}.checkout-header>div{text-align:center}.checkout-header span{font-size:8px;font-weight:900;letter-spacing:.12em;color:var(--brand)}.checkout-header h2{font-size:18px;margin:4px 0 0}.modal-close.inline{position:static}.back-button{border:0;background:none;font-size:20px}.checkout-progress{height:4px;background:#eef0f4}.checkout-progress i{display:block;height:100%;width:33.33%;background:var(--brand);transition:.3s}.checkout-step{display:none;padding:23px}.checkout-step.active{display:block}.checkout-intro{text-align:center;padding:8px 12px 22px}.checkout-intro.compact{padding-bottom:13px}.checkout-icon{width:52px;height:52px;margin:0 auto 12px;border-radius:17px;background:#fff1f0;display:grid;place-items:center;font-size:23px}.checkout-intro h3{font-size:20px;margin:0 0 7px}.checkout-intro p{font-size:10px;color:var(--muted);line-height:1.6;margin:0}.checkout-step>label,.checkout-step>.form-grid{margin-bottom:13px}.notice-box{display:flex;gap:10px;padding:12px;background:#fffaeb;border:1px solid #fedf89;border-radius:12px;margin:14px 0}.notice-box span{font-size:17px}.notice-box p{font-size:9px;color:#93370d;line-height:1.5;margin:0}.whatsapp-notice{background:#effcf4;border-color:#b7ebc9}.whatsapp-notice p{color:#087443}.choice-title h3{font-size:15px;margin:0}.choice-title p{font-size:9px;color:var(--muted);margin:4px 0 11px}.choice-title.spaced{margin-top:19px}.choice-cards{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:16px}.choice-cards input{display:none}.choice-cards label>span{display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid var(--line);border-radius:14px;padding:14px}.choice-cards input:checked+span{border-color:var(--brand);background:#fff7f7}.choice-cards b{font-size:20px}.choice-cards strong{font-size:11px;margin-top:6px}.choice-cards small{font-size:8px;color:var(--muted);margin-top:3px}.payment-list{display:flex;flex-direction:column;gap:7px;margin-bottom:13px}.payment-list input{display:none}.payment-list label>span{display:grid;grid-template-columns:28px 1fr 20px;align-items:center;border:1px solid var(--line);border-radius:12px;padding:11px}.payment-list input:checked+span{border-color:var(--brand);background:#fff7f7}.payment-list b{font-size:16px}.payment-list strong{font-size:10px}.payment-list i{width:18px;height:18px;border-radius:6px;background:var(--brand);color:#fff;display:none;place-items:center;font-style:normal;font-size:9px}.payment-list input:checked+span i{display:grid}.review-card{border:1px solid var(--line);border-radius:15px;overflow:hidden;margin-bottom:12px}.review-card>header{display:flex;justify-content:space-between;padding:12px 14px;background:#f8f9fb}.review-card>header strong{font-size:10px}.review-card>header button{border:0;background:none;color:var(--brand);font-size:9px;font-weight:800}.review-items{padding:8px 13px}.review-item{display:grid;grid-template-columns:24px 1fr auto;gap:8px;padding:8px 0;border-bottom:1px solid #f0f2f5}.review-item:last-child{border:0}.review-item span{font-size:9px;color:var(--muted)}.review-item strong{font-size:10px}.review-item small{display:block;font-size:8px;color:var(--muted);margin-top:3px}.review-totals{padding:12px 14px;border-top:1px solid var(--line)}.review-totals div{display:flex;justify-content:space-between;font-size:9px;margin:5px 0;color:var(--muted)}.review-totals div:last-child{font-size:13px;color:var(--graphite);font-weight:900;border-top:1px solid var(--line);padding-top:9px;margin-top:9px}.success-overlay{position:fixed;inset:0;background:rgba(12,18,31,.62);z-index:120;display:grid;place-items:center;padding:20px}.success-card{width:min(390px,100%);background:#fff;border-radius:24px;padding:28px;text-align:center}.success-mark{width:65px;height:65px;border-radius:22px;background:#effcf4;color:var(--green);display:grid;place-items:center;font-size:30px;font-weight:900;margin:0 auto 17px}.success-card h2{margin:0 0 8px}.success-card p{font-size:11px;color:var(--muted);line-height:1.55;margin:0 0 18px}

.toast-container{position:fixed;right:20px;bottom:20px;z-index:200;display:flex;flex-direction:column;gap:8px}.toast{min-width:260px;max-width:380px;background:#172033;color:#fff;border-radius:13px;padding:13px 15px;box-shadow:0 15px 40px rgba(23,32,51,.2);font-size:11px;font-weight:700;animation:toastIn .25s ease}.toast.success{border-left:4px solid #32d583}.toast.error{border-left:4px solid #f04438}@keyframes toastIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

@media(max-width:1200px){.metrics-grid{grid-template-columns:repeat(2,1fr)}.kanban-board{grid-template-columns:repeat(5,280px)}.user-row{grid-template-columns:43px minmax(140px,1fr) 100px 34px 45px}.user-login{display:none}.appearance-layout{grid-template-columns:minmax(0,1fr) 360px}.product-editor-grid{grid-template-columns:1fr}.product-options-column{display:grid;grid-template-columns:1fr}.settings-grid,.users-layout{grid-template-columns:1fr}.settings-side-column{display:grid;grid-template-columns:1fr 1fr}.add-user-card{max-width:none}}
@media(max-width:900px){.sidebar{transform:translateX(-100%);transition:.25s}.sidebar.open{transform:none}.sidebar-overlay{position:fixed;inset:0;background:rgba(12,18,31,.5);z-index:45;display:none}.sidebar-overlay.visible{display:block}.admin-main{margin-left:0}.mobile-menu-button{display:block}.topbar{padding:0 18px}.admin-content{padding:20px 16px 40px}.dashboard-grid,.menu-admin-grid,.appearance-layout{grid-template-columns:1fr}.preview-sticky{position:static}.appearance-preview-column{order:-1}.phone-frame{min-height:600px}.orders-toolbar{flex-wrap:wrap}.orders-search{width:100%}.orders-toolbar>.btn{margin-left:0}.login-layout{grid-template-columns:1fr}.login-side{display:none}.login-form-side{min-height:100vh}.mobile-login-brand{display:flex}.product-grid{grid-template-columns:1fr}.settings-side-column{grid-template-columns:1fr}.recent-order-row{grid-template-columns:90px 1fr 135px}.mini-countdown,.row-arrow{display:none}}
@media(max-width:640px){.topbar{height:auto;min-height:72px;padding:13px 14px}.topbar-title p{display:none}.topbar-actions .btn-light{display:none}.topbar-actions .btn{font-size:10px;padding:8px 10px;min-height:38px}.admin-content{padding:16px 10px 38px}.metrics-grid{grid-template-columns:1fr 1fr;gap:9px}.metric-card{min-height:140px;padding:14px;grid-template-columns:36px 1fr;gap:9px}.metric-icon{width:36px;height:36px;border-radius:10px;font-size:13px}.metric-card strong{font-size:21px}.metric-card>a{font-size:9px}.metric-card small{font-size:8px}.dashboard-grid{gap:12px}.panel-card{border-radius:16px}.panel-heading{padding:17px}.recent-order-row{grid-template-columns:78px 1fr auto;padding:12px 8px}.order-value .status-pill{display:none}.form-grid-2,.form-grid-3{grid-template-columns:1fr}.menu-admin-grid{gap:12px}.admin-product-row{grid-template-columns:55px 1fr auto}.admin-product-price,.product-toggle-form{display:none}.admin-product-image{width:55px;height:50px}.product-image-uploader{grid-template-columns:1fr}.image-preview-box{height:180px}.product-main-form>label,.product-main-form>.form-grid,.product-image-uploader,.checkbox-line{margin-left:16px;margin-right:16px}.appearance-layout{gap:12px}.brand-upload-row{grid-template-columns:90px 1fr}.brand-upload-preview{width:90px}.color-fields-grid{grid-template-columns:1fr}.segmented-cards{grid-template-columns:1fr 1fr 1fr}.appearance-save-bar,.settings-save-bar{bottom:7px}.appearance-save-bar div,.settings-save-bar div{display:none}.users-layout{gap:12px}.user-row{grid-template-columns:40px 1fr auto 38px;padding:10px 5px}.role-badge,.user-row>.action-icon{display:none}.login-form-side{padding:24px}.login-card h2{font-size:28px}.setup-card{padding:24px}.store-header{padding:20px 18px 27px}.store-identity h1{font-size:28px}.store-content{padding-left:12px;padding-right:12px}.store-search-wrap,.category-tabs{padding-left:12px;padding-right:12px}.product-card-button{grid-template-columns:118px 1fr;min-height:128px}.product-image{min-height:128px}.product-info{padding:12px}.product-copy h3{font-size:13px}.product-copy p{font-size:9px;-webkit-line-clamp:2}.product-price-row strong{font-size:13px}.add-product-button{width:29px;height:29px}.store-banner{margin-left:12px;margin-right:12px}.checkout-modal{height:100%;max-height:100%;border-radius:0}.checkout-step{padding:18px}.bottom-modal{max-height:95vh}.product-modal-image{height:230px}.orders-filter-tabs{width:100%;overflow:auto}.orders-filter-tabs button{white-space:nowrap}.simple-order-row{grid-template-columns:100px 1fr 90px}.simple-order-row>*:nth-child(3),.simple-order-row>*:nth-child(4){display:none}.order-detail-grid{grid-template-columns:1fr}.order-detail-main{border-right:0;border-bottom:1px solid var(--line)}.order-detail-main,.order-detail-side{padding:18px}.admin-modal{padding:22px 18px}.order-detail-modal{padding:0}.choice-cards{grid-template-columns:1fr 1fr}}


/* Cadastro manual de pedidos */
.manual-order-modal{width:min(940px,100%)}.manual-order-modal>.eyebrow{display:block;color:var(--red);font-size:9px;font-weight:900;letter-spacing:.14em;margin-bottom:7px}.manual-order-modal form{display:grid;gap:16px}.manual-order-section{border:1px solid #e7ebf0;border-radius:17px;padding:18px;background:#fbfcfd}.manual-order-section-title{display:flex;align-items:center;gap:11px;margin-bottom:15px}.manual-order-section-title>span{width:30px;height:30px;border-radius:10px;background:#fff0e8;color:var(--red);display:grid;place-items:center;font-size:11px;font-weight:900}.manual-order-section-title strong{display:block;font-size:13px}.manual-order-section-title small{display:block;font-size:9px;color:#667085;margin-top:2px}.manual-order-grid{display:grid;gap:12px;margin-top:12px}.manual-order-grid.two{grid-template-columns:1fr 1fr}.manual-order-grid.three{grid-template-columns:1fr 1fr 1fr}.manual-delivery-fields{margin-top:12px}.manual-order-items{display:grid;gap:10px}.manual-item-row{display:grid;grid-template-columns:minmax(0,1fr) 78px 125px 36px;gap:9px;align-items:end;padding:12px;border:1px solid #e4e8ee;border-radius:14px;background:#fff}.manual-item-main{display:grid;grid-template-columns:minmax(180px,1.3fr) minmax(160px,1fr) minmax(150px,1fr);gap:9px}.manual-item-row label{font-size:9px}.manual-item-row input,.manual-item-row select{min-height:42px;padding:9px 10px;border-radius:10px;font-size:10px}.manual-remove-item{width:36px;height:42px;border:1px solid #fecaca;border-radius:10px;background:#fff1f2;color:#dc2626;font-size:18px}.manual-add-item{border:1px dashed #ffb98f;background:#fff8f3;color:#d94700;border-radius:12px;padding:11px 14px;font-size:10px;font-weight:850;margin-top:10px}.manual-order-summary{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-radius:15px;background:#0d1b2a;color:#fff}.manual-order-summary span{display:block;font-size:11px;font-weight:800}.manual-order-summary small{display:block;color:#9fb0c3;font-size:8px;margin-top:3px}.manual-order-summary strong{font-size:23px;color:#fff}.orders-toolbar #openManualOrderButton{margin-left:auto}.orders-toolbar #refreshOrdersButton{margin-left:0}.manual-order-modal textarea{width:100%;border:1px solid #d8dde6;border-radius:12px;padding:12px 14px;background:#fff;resize:vertical}
@media(max-width:900px){.manual-item-row{grid-template-columns:1fr 70px 110px 36px}.manual-item-main{grid-template-columns:1fr 1fr}.manual-item-main>label:first-child{grid-column:1/-1}.orders-toolbar #openManualOrderButton{margin-left:0}}
@media(max-width:640px){.manual-order-modal{padding:20px 14px}.manual-order-grid.two,.manual-order-grid.three{grid-template-columns:1fr}.manual-item-row{grid-template-columns:1fr 1fr 36px}.manual-item-main{grid-column:1/-1;grid-template-columns:1fr}.manual-item-main>label:first-child{grid-column:auto}.manual-remove-item{grid-column:3;grid-row:2}.manual-order-summary strong{font-size:19px}.orders-filter-tabs{width:100%;overflow:auto}.orders-toolbar #openManualOrderButton,.orders-toolbar #refreshOrdersButton{flex:1}.orders-toolbar #openManualOrderButton{order:3}.orders-toolbar #refreshOrdersButton{order:4}}


/* Mobile quality pass + platform administrators */
.platform-admin-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(330px,.65fr);gap:18px;align-items:start}.platform-admin-create{padding:24px;position:sticky;top:100px}.platform-admin-create>p{font-size:12px;color:var(--muted);line-height:1.6;margin:8px 0 20px}.platform-admin-create form>label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:750;margin-bottom:13px}.platform-admin-create input,.platform-admin-create select{width:100%;min-height:45px;border:1px solid var(--line);border-radius:12px;padding:0 12px;background:#fff}.platform-submit{width:100%;justify-content:center;margin-top:16px}.platform-admin-rows{padding:8px 20px 20px}.platform-admin-row{display:grid;grid-template-columns:44px minmax(190px,1fr) minmax(135px,.55fr) auto;gap:14px;align-items:center;padding:15px 4px;border-bottom:1px solid #eef1f4}.platform-admin-row:last-child{border-bottom:0}.platform-admin-row.is-inactive{opacity:.58}.platform-admin-avatar{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#ff5a00,#ff8a33);color:#fff;display:grid;place-items:center;font-weight:900}.platform-admin-row.pending .platform-admin-avatar{background:#fff4ed;color:#ff5a00}.platform-admin-identity,.platform-admin-access{display:flex;flex-direction:column;min-width:0}.platform-admin-identity strong{font-size:12px}.platform-admin-identity strong em{font-style:normal;font-size:7px;color:#ff5a00;background:#fff0e8;padding:4px 6px;border-radius:999px;margin-left:5px}.platform-admin-identity span,.platform-admin-identity small,.platform-admin-access small{font-size:9px;color:#667085;margin-top:4px;overflow:hidden;text-overflow:ellipsis}.platform-admin-access span{font-size:10px;font-weight:800}.platform-owner-lock{font-size:9px;color:#667085;background:#f2f4f7;padding:8px 10px;border-radius:10px}.platform-invite-actions{display:flex;gap:6px}.platform-invite-actions form{margin:0}.platform-permissions{display:grid;gap:8px;margin:12px 0}.platform-permissions>label{display:grid!important;grid-template-columns:18px 1fr;gap:9px!important;align-items:start;border:1px solid #e7ebf0;border-radius:12px;padding:10px!important;margin:0!important;background:#fff}.platform-permissions input{width:16px!important;height:16px!important;min-height:0!important;margin-top:2px}.platform-permissions span{display:flex;flex-direction:column}.platform-permissions strong{font-size:10px}.platform-permissions small{font-size:8px;color:#667085;line-height:1.45;margin-top:3px}.platform-permissions input:disabled+span{opacity:.78}.platform-admin-modal{max-width:720px}.platform-active-check{display:flex!important;flex-direction:row!important;align-items:center;gap:8px!important;margin:14px 0!important}.platform-active-check input{width:17px;height:17px}.platform-active-check span{font-size:11px;font-weight:800}.saas-eyebrow{display:block;font-size:9px;font-weight:900;letter-spacing:.14em;color:#ff5a00}.admin-body,.saas-admin-body{overflow-x:hidden}.topbar-title,.saas-page-title{min-width:0}.panel-heading>div{min-width:0}.recent-order-row>*{min-width:0}.simple-order-row{grid-template-columns:130px minmax(180px,1fr) 90px 125px 105px 75px}.simple-order-customer{display:flex;flex-direction:column;min-width:0}.simple-order-customer strong,.simple-order-customer small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.simple-order-code{display:flex;flex-direction:column}.simple-order-value{white-space:nowrap}.simple-order-action{justify-self:end}.orders-list-view{max-width:100%}.orders-toolbar>*{min-width:0}
@media(max-width:1100px){.platform-admin-layout{grid-template-columns:1fr}.platform-admin-create{position:static}.platform-admin-row{grid-template-columns:44px minmax(160px,1fr) 130px auto}}
@media(max-width:900px){.panel-heading{flex-wrap:wrap}.panel-heading>a{max-width:100%}.orders-toolbar{align-items:stretch}.orders-filter-tabs{order:2}.orders-toolbar #openManualOrderButton{order:3}.orders-toolbar #refreshOrdersButton{order:4}.kanban-board{max-width:calc(100vw - 32px)}.platform-admin-row{grid-template-columns:44px minmax(0,1fr) auto}.platform-admin-access{grid-column:2}.platform-edit-button,.platform-owner-lock,.platform-invite-actions{grid-column:3;grid-row:1 / span 2}.saas-table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}
@media(max-width:640px){body{overflow-x:hidden}.topbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:9px}.topbar-title h1{font-size:23px;line-height:1.08}.topbar-actions{gap:5px;min-width:0}.topbar-actions .plan-chip{font-size:8px;padding:6px 8px;white-space:nowrap}.topbar-actions .btn-primary{font-size:9px;padding:8px 10px;white-space:nowrap}.topbar-preview{width:38px;height:38px}.trial-strip{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:13px 14px;font-size:11px;line-height:1.5}.trial-strip a{text-align:right;white-space:nowrap}.metrics-grid{align-items:stretch}.metric-card{height:100%}.dashboard-orders-card .panel-heading{display:grid;grid-template-columns:1fr;gap:8px}.dashboard-orders-card .panel-heading>a{font-size:10px}.recent-orders-list{padding:5px 10px 12px}.recent-order-row{grid-template-columns:minmax(0,1fr) auto!important;gap:7px 12px!important;padding:13px 8px!important;border-bottom:1px solid #eef1f4;border-radius:0}.recent-order-row:last-child{border-bottom:0}.order-code-block{grid-column:1 / -1;flex-direction:row!important;align-items:center;justify-content:space-between;gap:8px}.order-code-block span{font-size:10px;overflow-wrap:anywhere}.order-code-block small{margin:0!important;flex:0 0 auto}.order-customer{grid-column:1;overflow:hidden}.order-customer strong{font-size:12px!important}.order-customer span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-value{grid-column:2;align-items:flex-end!important}.order-value>strong{font-size:12px!important}.simple-order-row{grid-template-columns:minmax(0,1fr) auto!important;gap:7px 12px!important;padding:14px!important}.simple-order-code{grid-column:1}.simple-order-code strong{font-size:10px;overflow-wrap:anywhere}.simple-order-value{grid-column:2;grid-row:1;align-self:center;font-size:12px!important}.simple-order-customer{grid-column:1 / -1}.simple-order-customer strong{font-size:12px}.simple-order-customer small{font-size:9px}.simple-order-fulfillment,.simple-order-status{display:none!important}.simple-order-action{grid-column:1 / -1;justify-self:start!important;padding-top:4px}.orders-toolbar{gap:8px}.orders-search{order:1}.orders-filter-tabs{order:2;padding:4px;width:100%;display:grid;grid-template-columns:repeat(4,minmax(max-content,1fr));overflow-x:auto}.orders-filter-tabs button{font-size:9px;padding:9px 8px}.orders-toolbar #openManualOrderButton,.orders-toolbar #refreshOrdersButton{flex:1;justify-content:center;margin:0}.kanban-board{max-width:calc(100vw - 20px)}.panel-heading h2{font-size:19px}.platform-admin-rows{padding:6px 14px 16px}.platform-admin-row{grid-template-columns:38px minmax(0,1fr);gap:9px;padding:13px 0}.platform-admin-avatar{width:38px;height:38px}.platform-admin-access{grid-column:2}.platform-edit-button,.platform-owner-lock,.platform-invite-actions{grid-column:1 / -1;grid-row:auto;justify-self:start;margin-left:47px}.platform-invite-actions{flex-wrap:wrap}.platform-admin-create{padding:18px}.platform-permissions{grid-template-columns:1fr}.platform-admin-modal{padding:22px 16px}.saas-topbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px}.saas-page-title h1{font-size:19px;line-height:1.12}.saas-top-actions{gap:5px}.saas-icon-button{width:38px;height:38px}.saas-metrics-grid{grid-template-columns:1fr 1fr}.saas-metric-card{min-width:0}.saas-card-head{flex-wrap:wrap}.saas-client-row{min-width:0}.saas-table{min-width:760px}}
@media(max-width:390px){.topbar-actions .btn-primary{display:none}.metrics-grid,.saas-metrics-grid{grid-template-columns:1fr}.trial-strip{grid-template-columns:1fr}.trial-strip a{text-align:left}.orders-filter-tabs{grid-template-columns:repeat(4,110px)}.platform-admin-row{grid-template-columns:1fr}.platform-admin-avatar{display:none}.platform-admin-access,.platform-edit-button,.platform-owner-lock,.platform-invite-actions{grid-column:1;margin-left:0}}
@media(max-width:520px){.topbar-actions .plan-chip{display:none}}
