/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{font-family:monospace;-webkit-user-select:text;user-select:text;white-space:pre}.xterm .xterm-accessibility-tree>div{transform-origin:left;width:fit-content}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.xterm .xterm-scrollable-element>.scrollbar{cursor:default}.xterm .xterm-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.xterm .xterm-scrollable-element>.visible{opacity:1;background:#0000;transition:opacity .1s linear;z-index:11}.xterm .xterm-scrollable-element>.invisible{opacity:0;pointer-events:none}.xterm .xterm-scrollable-element>.invisible.fade{transition:opacity .8s linear}.xterm .xterm-scrollable-element>.shadow{position:absolute;display:none}.xterm .xterm-scrollable-element>.shadow.top{display:block;top:0;left:3px;height:3px;width:100%;box-shadow:var(--vscode-scrollbar-shadow, #000) 0 6px 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.left{display:block;top:3px;left:0;height:100%;width:3px;box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.top-left-corner{display:block;top:0;left:0;height:3px;width:3px}.xterm .xterm-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}:root{color-scheme:dark;--bg: #09111f;--bg-soft: #111926;--panel: rgba(19, 28, 41, .54);--panel-strong: rgba(17, 24, 36, .76);--panel-border: rgba(255, 255, 255, .11);--panel-border-strong: rgba(255, 255, 255, .18);--text: #f7f9fc;--muted: rgba(247, 249, 252, .6);--accent: #9fd0ff;--accent-strong: #6faeff;--success: #7be0b0;--warning: #ffcf78;--danger: #ff9b9b;--radius-lg: 26px;--radius-md: 20px;--radius-sm: 14px;--shadow: 0 36px 90px rgba(0, 0, 0, .34);--shadow-soft: 0 18px 44px rgba(0, 0, 0, .2);--font-main: "SF Pro Display", "Segoe UI", "Helvetica Neue", sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:var(--font-main);color:var(--text);background:radial-gradient(circle at 14% 12%,rgba(126,169,255,.24),transparent 28%),radial-gradient(circle at 78% 8%,rgba(122,214,183,.18),transparent 22%),radial-gradient(circle at 86% 84%,rgba(255,196,127,.14),transparent 24%),linear-gradient(180deg,#111723,#0b1018 48%,#090d14);background-attachment:fixed}button,input,select,textarea{font:inherit}select option{background:#121317;color:var(--text)}button{border:none}.shell{display:grid;grid-template-columns:236px minmax(0,1fr);min-height:100vh;height:100vh;overflow:hidden}.sidebar{position:sticky;top:0;display:flex;flex-direction:column;gap:12px;height:calc(100vh - 24px);margin:12px 0 12px 12px;padding:14px 12px;border:1px solid var(--panel-border);border-radius:30px;background:linear-gradient(180deg,#ffffff14,#ffffff08),#10172294;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(36px) saturate(160%);backdrop-filter:blur(36px) saturate(160%)}.sidebar-brand{display:grid;gap:8px;padding:8px 8px 10px}.sidebar-brand-badge{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:20px;padding:0 10px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--muted);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.sidebar-brand-text,.modal-header h3,.table-header h3,.payment-card h3{margin:0;font-size:22px;line-height:1.05}.sidebar-brand-text{padding:8px 10px;font-size:17px;font-weight:700;letter-spacing:-.03em}.sidebar-nav{display:flex;flex-direction:column;gap:6px;overflow-y:auto;flex:1;min-height:0}.sidebar-link{display:flex;padding:9px 12px;border-radius:16px;color:var(--text);text-decoration:none;border:1px solid transparent;transition:background .28s ease,transform .28s ease,color .28s ease,border-color .28s ease,box-shadow .28s ease}.sidebar-link-main{display:inline-flex;align-items:center;gap:10px;min-height:20px;font-size:13px;font-weight:500}.sidebar-link-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px}.sidebar-link-icon svg{width:16px;height:16px;fill:currentColor}.sidebar-link:hover,.sidebar-link.is-active{background:#fff1;border-color:#ffffff14;transform:translate(1px)}.sidebar-link.is-active{color:#fff}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:12px;padding:6px 8px 2px}.content{padding:20px 28px 120px;overflow-y:auto;height:100%;max-height:100vh;-webkit-overflow-scrolling:touch}.content-stage{width:min(1180px,100%);margin:0 auto}.page{display:flex;flex-direction:column;gap:16px;animation:page-enter .38s cubic-bezier(.2,.8,.2,1)}.page-intro,.page-intro-spaced{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.page-intro--sticky{position:sticky;top:0;z-index:20;align-items:center;background:var(--bg, #09111f);border-bottom:1px solid var(--panel-border);padding:12px 0;box-shadow:0 8px 24px #0006;margin:0 0 4px}.page-intro h2{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.03em}.page-intro p,.login-header p,.hero-panel p,.table-header p{margin:10px 0 0;max-width:640px;color:var(--muted);line-height:1.5}.panel-chip{display:inline-flex;align-items:center;min-height:22px;padding:0 9px;border-radius:999px;background:#7cb7ff14;color:var(--accent);font-size:10px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.compact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.stats-grid-rich{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.stat-panel,.hero-panel,.toolbar-card,.table-card,.payment-card,.login-card,.modal-shell,.summary-panel,.empty-panel,.chart-card{background:var(--panel);border:1px solid var(--panel-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);transition:transform .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease,opacity .28s ease}.stat-panel{padding:16px;background:linear-gradient(180deg,#ffffff0f,#ffffff07),radial-gradient(circle at top,rgba(124,183,255,.05),transparent 58%),var(--panel)}.stat-panel:hover,.table-card:hover,.chart-card:hover,.payment-card:hover,.toolbar-card:hover,.glass-panel:hover{border-color:#ffffff24;box-shadow:0 22px 50px #0000003d;transform:translateY(-1px)}.stat-panel span,.summary-panel span,.payment-stats span{display:block;color:var(--muted);font-size:13px}.stat-panel strong,.summary-panel strong,.payment-stats strong{display:block;margin-top:8px;font-size:22px;letter-spacing:-.03em}.stat-panel small{display:block;margin-top:10px;color:var(--muted);line-height:1.5}.hero-panel{padding:18px}.toolbar-card,.table-card{padding:16px}.toolbar-card{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;position:relative;z-index:2}.field{display:flex;flex-direction:column;gap:8px}.field-grow,.field-span-2{grid-column:span 2}.field span,.toggle-card strong{font-size:13px}.field small,.toggle-card small{color:var(--muted)}input,select,textarea{width:100%;min-height:46px;padding:12px 14px;border-radius:14px;border:1px solid var(--panel-border);background:#ffffff09;color:var(--text);outline:none;transition:border-color .24s ease,background .24s ease,transform .24s ease,box-shadow .24s ease}textarea{min-height:120px;resize:vertical}*{scrollbar-width:thin;scrollbar-color:rgba(159,208,255,.42) rgba(255,255,255,.05)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}*::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#9fd0ff94,#7cb7ff47);border-radius:999px;border:2px solid transparent;background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#9fd0ffc7,#7cb7ff70)}input:focus,select:focus,textarea:focus{border-color:#7cb7ff73;background:#ffffff0d}.search-select{position:relative;z-index:1}.search-select.is-open{z-index:100}.search-select-trigger{width:100%;min-height:46px;padding:11px 13px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:14px;border:1px solid var(--panel-border);background:#ffffff09;color:var(--text);cursor:pointer;transition:border-color .24s ease,background .24s ease,transform .24s ease,box-shadow .24s ease}.search-select-trigger:hover{background:#ffffff0d;border-color:#ffffff1f}.search-select.is-open .search-select-trigger{border-color:#7cb7ff73;background:#ffffff0d}.search-select.is-disabled .search-select-trigger{opacity:.55;cursor:not-allowed}.search-select-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.search-select-value.is-placeholder{color:var(--muted)}.search-select-chevron{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;color:var(--muted);transition:transform .24s ease,color .24s ease}.search-select.is-open .search-select-chevron{transform:rotate(180deg);color:var(--accent)}.search-select-chevron svg,.search-select-check svg{width:18px;height:18px}.search-select-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:1000;padding:10px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,#ffffff14,#ffffff08),#101722eb;box-shadow:0 24px 48px #00000047;-webkit-backdrop-filter:blur(28px) saturate(160%);backdrop-filter:blur(28px) saturate(160%);animation:surface-enter .2s ease;max-height:280px;overflow-y:auto}.inventory-status-select .search-select-dropdown{min-width:168px;left:0;right:auto}.search-select-search{margin-bottom:8px}.search-select-search input{min-height:40px}.search-select-options{display:grid;gap:4px;max-height:240px;overflow:auto}.search-select-option{min-height:40px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:12px;background:transparent;color:var(--text);cursor:pointer;transition:background .2s ease,transform .2s ease}.search-select-option:hover{background:#ffffff0f}.search-select-option.is-selected{background:#7cb7ff1f;color:var(--accent)}.search-select-check{display:inline-flex;color:currentColor}.search-select-empty{min-height:48px;display:grid;place-items:center;color:var(--muted);text-align:center}.toggle-card{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-height:92px;padding:18px;border-radius:18px;border:1px solid var(--panel-border);background:#ffffff09}.toggle-card>div{flex:1;min-width:0;display:grid;gap:6px}.toggle-card strong,.toggle-card small{display:block;overflow-wrap:anywhere}.toggle-card input{flex-shrink:0;margin-top:2px;width:22px;min-height:22px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:13px;cursor:pointer;transition:transform .24s ease,opacity .24s ease,background .24s ease,border-color .24s ease,box-shadow .24s ease}.button:hover{transform:translateY(-1px) scale(.995)}.button:disabled{opacity:.5;cursor:not-allowed;transform:none}.button-primary{background:linear-gradient(135deg,#7cb7ff,#4d93ff);color:#071321;font-weight:700}.button-secondary{background:#ffffff0a;color:var(--text);border:1px solid var(--panel-border)}.button-danger{background:#ff7a7a1f;color:#ffb4b4;border:1px solid rgba(255,122,122,.18)}.button-small{min-height:36px;padding:0 14px;border-radius:12px}.button-block{width:100%}.table-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:4px;padding:2px 2px 12px}.compact-header{margin-bottom:10px}.table-wrapper{overflow:visible}.table-wrapper table{width:100%;overflow:auto}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:14px 10px;text-align:left;border-top:1px solid rgba(255,255,255,.05);vertical-align:top}.data-table th{color:var(--muted);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.data-table tbody tr:hover{background:#ffffff05}.mono-cell{font-family:SF Mono,Cascadia Code,monospace;color:#d4d7de}.title-cell{display:flex;flex-direction:column;gap:4px}.title-cell strong{font-size:15px}.title-cell small{color:var(--muted)}.table-actions,.modal-actions{display:flex;flex-wrap:nowrap;gap:12px;align-items:center}.table-actions{overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.table-actions::-webkit-scrollbar{display:none}.table-actions>*{flex-shrink:0}.modal-actions{justify-content:flex-end;margin-top:12px;padding-top:4px}.table-card-empty{padding:8px 0 0}.status-pill{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;font-size:13px;border:1px solid transparent}.status-success{background:#61d09524;color:var(--success);border-color:#61d09533}.status-warning{background:#ffb6481f;color:var(--warning);border-color:#ffb64829}.status-muted{background:#ffffff0f;color:var(--muted);border-color:#ffffff14}.alert{padding:12px 14px;border-radius:18px;border:1px solid transparent;background:#ffffff0d;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);animation:surface-enter .24s ease}.alert-error{background:#ff7a7a1a;border-color:#ff7a7a29;color:#ffbaba}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px;background:#05090e6b;-webkit-backdrop-filter:blur(12px) saturate(150%);backdrop-filter:blur(12px) saturate(150%);z-index:40;animation:fade-in .22s ease}.modal-shell{width:min(680px,calc(100vw - 32px));max-height:min(84vh,920px);overflow:auto;padding:22px;background:linear-gradient(180deg,#ffffff14,#ffffff09),#111824c7;border:1px solid rgba(255,255,255,.12);border-radius:30px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(34px) saturate(160%);backdrop-filter:blur(34px) saturate(160%);animation:modal-enter .28s cubic-bezier(.2,.8,.2,1)}.modal-wide{width:min(840px,calc(100vw - 32px))}.modal-shell-scroller-fix{overflow:hidden;display:flex;flex-direction:column}.modal-body-scroll{overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;padding-right:6px;margin-right:-6px;display:grid;gap:18px}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:22px}.icon-button{min-height:38px;padding:0 14px;border-radius:999px;background:#ffffff0e;border:1px solid rgba(255,255,255,.08);color:var(--text);cursor:pointer;transition:transform .24s ease,background .24s ease,border-color .24s ease,box-shadow .24s ease}.icon-button:hover{transform:translateY(-1px);background:#ffffff13;border-color:#ffffff1f}.stepper{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.step{min-height:30px;padding:6px 11px;border-radius:999px;background:#ffffff0a;color:var(--muted);font-size:12px}.step.is-current{background:#7cb7ff24;color:var(--accent)}.step.is-complete{background:#61d0951f;color:var(--success)}.product-form-step{animation:product-step-enter .28s cubic-bezier(.22,1,.36,1)}.product-form-step--backward{animation-name:product-step-enter-back}.stack{display:flex;flex-direction:column;gap:18px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.summary-panel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:16px}.summary-panel-compact{grid-template-columns:repeat(4,minmax(0,1fr))}.page-intro-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap;margin-left:auto}.toolbar-card-products{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.toolbar-card-products .toggle-card{grid-column:1 / -1}.bulk-progress{display:inline-flex;align-items:center;gap:10px;font-size:13px;color:var(--muted)}.bulk-progress strong{color:var(--text);font-size:13px}.summary-stat{display:grid;gap:6px;min-width:0}.summary-stat span,.summary-stat strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inventory-manager-grid{display:grid;gap:18px}.inventory-upload-row{display:grid;gap:18px;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.inventory-file-picker{display:grid;gap:10px}.inventory-file-picker input[type=file]{padding:10px 12px}.inventory-inline-note{font-size:12px;color:var(--muted);line-height:1.5}.payment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px}.payment-card{display:flex;flex-direction:column;gap:12px;padding:16px}.payment-card-header,.payment-stats{display:flex;justify-content:space-between;gap:12px}.payment-card-header{align-items:flex-start}.payment-code{margin-bottom:6px;color:var(--accent);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.payment-status-row{display:flex;flex-direction:column;gap:6px}.payment-status-row small{color:var(--muted)}.payment-stats>div{flex:1}.payment-toolbar{grid-template-columns:repeat(4,minmax(0,1fr))}.payment-toolbar .field{gap:6px}.payment-toolbar strong{font-size:24px}.preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.preview-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.preview-grid--promo{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.promo-chip-editor{padding:12px;border-radius:16px}.promo-chip-editor .form-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}.promo-chip-editor .toggle-card{min-height:auto;padding:10px 12px}.promo-chip-editor .toggle-card small{font-size:12px;line-height:1.35}.code-block{overflow:auto;margin:0;padding:14px;border-radius:18px;background:#ffffff09;border:1px solid var(--panel-border);color:#d6d8df}.switch{position:relative;display:inline-flex;width:54px;height:32px}.switch input{opacity:0;width:0;height:0}.switch-track{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#ffffff1f;transition:.2s ease}.switch-track:after{content:"";position:absolute;top:4px;left:4px;width:24px;height:24px;border-radius:50%;background:#f5f5f7;transition:.2s ease}.switch input:checked+.switch-track{background:#61d09575}.switch input:checked+.switch-track:after{transform:translate(22px)}.login-page{display:grid;place-items:center;min-height:100vh;padding:24px;background:radial-gradient(circle at top,rgba(124,183,255,.16),transparent 28%),radial-gradient(circle at bottom right,rgba(97,208,149,.08),transparent 22%)}.login-page{display:grid;place-items:center;min-height:100vh;padding:40px 24px;background:radial-gradient(circle at top,rgba(124,183,255,.12),transparent 32%),radial-gradient(circle at bottom right,rgba(97,208,149,.06),transparent 28%)}.login-container{display:grid;gap:16px;width:100%;max-width:360px}.login-card{width:100%;padding:26px;background:linear-gradient(180deg,#ffffff12,#ffffff08),#0c0f16db}.login-card-modern{padding:28px 24px;background:#ffffff0a;border:none;border-radius:18px;box-shadow:0 16px 48px #00000047}.login-card-secondary{padding:24px 20px;background:#ffffff05;border:none;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.login-header{margin-bottom:24px;text-align:center}.login-header h1{margin:0 0 6px;font-size:22px;font-weight:600;letter-spacing:-.02em}.login-header p{margin:0;font-size:13px;color:var(--muted);line-height:1.4}.login-form{display:grid;gap:12px}.login-input{width:100%;padding:12px 14px;border-radius:10px;background:#ffffff0f;border:none;font-size:15px;color:var(--text);transition:background .2s ease}.login-input::placeholder{color:var(--muted)}.login-input:focus{background:#ffffff14;outline:none}.field-standalone{display:flex;flex-direction:column;padding:12px 16px;border-radius:12px;background:#ffffff0f;border:none}.field-standalone span{display:block;margin-bottom:8px;font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.field-standalone input{display:block;width:100%;padding:0;background:transparent;border:none;font-size:15px;color:var(--text)}.field-standalone:focus-within{background:#ffffff14}.field-clean{margin:0}.field-clean input{background:transparent;border:none;padding:0;font-size:15px}.field-clean input:focus{background:transparent;border:none;outline:none}.button-large{min-height:44px;font-size:15px;font-weight:600;border-radius:10px;letter-spacing:-.01em;margin-top:4px}.login-forgot-link{display:block;width:100%;padding:8px;text-align:center;font-size:13px;font-weight:500;color:var(--accent);background:none;border:none;cursor:pointer;transition:color .2s ease}.login-forgot-link:hover{color:#9fd0ff}.login-reset-modal{position:relative;width:min(340px,90%);padding:24px;background:#ffffff0d;border:none;border-radius:18px;box-shadow:0 24px 64px #0006;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.login-reset-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.login-reset-modal-header h3{margin:0;font-size:18px;font-weight:600;letter-spacing:-.01em}.modal-close-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:#ffffff0f;border:none;border-radius:10px;color:var(--muted);cursor:pointer;transition:all .2s ease}.modal-close-btn:hover{background:#ffffff1a;color:var(--text)}.login-reset-modal-desc{margin:0 0 20px;font-size:13px;color:var(--muted);line-height:1.4}.login-reset-modal-form{display:grid;gap:12px}.login-reset-modal-form .login-input{width:100%;padding:12px 14px;border-radius:10px;background:#ffffff0f;border:none;font-size:15px;color:var(--text)}.login-reset-modal-form .login-input::placeholder{color:var(--muted)}.login-reset-modal-form .login-input:focus{background:#ffffff14;outline:none}.login-reset-header{margin-bottom:18px}.login-reset-header h3{margin:0 0 6px;font-size:17px;font-weight:600;letter-spacing:-.01em}.login-reset-header p{margin:0;font-size:13px;color:var(--muted);line-height:1.4}.login-reset-form{display:grid;gap:12px}.login-reset-form .field-standalone{padding:13px 16px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.login-reset-form .field-clean input{font-size:15px}.login-reset{margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.06)}.login-reset-trigger{display:block;width:100%;padding:12px 0;text-align:center;font-size:14px;font-weight:500;color:var(--accent);cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none}.login-reset-trigger::-webkit-details-marker{display:none}.login-reset-trigger:hover{color:#9fd0ff}.login-reset-content{display:grid;gap:16px;margin-top:20px;padding:20px;border-radius:14px;background:#ffffff05;border:1px solid rgba(255,255,255,.06)}.login-reset-content p{margin:0;font-size:13px;color:var(--muted);line-height:1.5}.alert-info{background:#7cb7ff1a;border-color:#7cb7ff33;color:var(--accent)}.button-inline{display:inline-flex;align-items:center;gap:10px}.button-spinner{width:16px;height:16px;border-radius:999px;border:2px solid rgba(7,19,33,.18);border-top-color:#071321b8;animation:spin .7s linear infinite}.mobile-menu-button,.shell-overlay{display:none}.loading,.empty-panel{display:grid;place-items:center;min-height:180px;color:var(--muted)}.loading{min-height:100vh;background:linear-gradient(180deg,#101113,#070708)}@keyframes skeleton-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes page-fade-in{0%{opacity:0}to{opacity:1}}.page{animation:page-fade-in .2s ease-out both}.skeleton{background:linear-gradient(90deg,#1a1a1a 25%,#242424,#1a1a1a 75%);background-size:800px 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite;border-radius:4px}.skeleton-text{height:14px;border-radius:4px;background:linear-gradient(90deg,#1a1a1a 25%,#242424,#1a1a1a 75%);background-size:800px 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite}.skeleton-card{background:linear-gradient(90deg,#111 25%,#1a1a1a,#111 75%);background-size:800px 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite;border-radius:8px;border:1px solid #2a2a2a}.empty-state{display:grid;justify-items:center;gap:14px;padding:30px 18px;text-align:center}.empty-state.is-compact{padding:22px 12px 16px}.empty-state-art{width:min(184px,100%);color:var(--accent);opacity:.96}.empty-state-art svg{width:100%;height:auto;filter:drop-shadow(0 20px 32px rgba(124,183,255,.08))}.empty-state-copy{display:grid;gap:6px}.empty-state-copy strong{font-size:18px;letter-spacing:-.03em}.empty-state-copy p{margin:0;max-width:420px;color:var(--muted);line-height:1.5}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,.9fr);gap:14px}.dashboard-grid-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.chart-card{padding:16px}.chart-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.chart-card-dashboard{background:linear-gradient(180deg,#fff1,#ffffff08),radial-gradient(circle at top,rgba(124,183,255,.08),transparent 55%),var(--panel)}.chart-card-header h3{margin:0;font-size:20px;letter-spacing:-.03em}.chart-card-header p{margin:0;max-width:240px;color:var(--muted);line-height:1.45;text-align:right}.chart-card-header-centered{align-items:center}.chart-card-header-centered p{text-align:center}.chart-card-header-stack{justify-content:center}.chart-card-header-center-text{text-align:center}.chart-card-copy{width:100%;display:grid;justify-items:center;gap:8px}.chart-card-copy .panel-chip{justify-self:center}.chart-card-copy p,.chart-card-header-center-text p{max-width:360px;text-align:center;margin-left:auto;margin-right:auto}.trend-chart{width:100%;height:240px}.trend-chart-footer{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.trend-chart-label{display:grid;gap:4px}.trend-chart-label span{color:var(--muted);font-size:11px}.trend-chart-label strong{font-size:12px;font-weight:600}.donut-layout{display:grid;grid-template-columns:152px minmax(0,1fr);gap:14px;align-items:center}.donut-layout-centered{grid-template-columns:1fr;justify-items:center;align-items:center;text-align:center;gap:18px}.donut-wrap{display:grid;place-items:center}.donut-chart{width:144px;height:144px}.donut-total-value{fill:var(--text);font-size:22px;font-weight:700}.donut-total-label{fill:var(--muted);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.donut-legend{display:grid;gap:10px}.donut-legend-centered{align-content:center;width:min(100%,320px)}.donut-legend-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.donut-legend-dot{width:10px;height:10px;border-radius:999px;flex-shrink:0}.donut-legend-item div{display:grid;gap:2px}.donut-legend-item strong{font-size:13px}.donut-legend-item small{color:var(--muted)}.activity-list,.provider-list,.recent-order-list,.category-health-list{display:grid;gap:10px}.activity-row,.provider-row,.recent-order-row,.category-health-row{display:grid;gap:12px;align-items:center;padding:12px;border:1px solid rgba(255,255,255,.05);border-radius:16px;background:#ffffff06}.activity-row:hover,.provider-row:hover,.recent-order-row:hover,.category-health-row:hover{background:#ffffff0b;border-color:#ffffff14;transform:translateY(-1px)}.activity-row{grid-template-columns:90px minmax(0,1fr) minmax(0,1fr)}.activity-date strong,.provider-row strong,.recent-order-main strong,.category-health-row strong{font-size:14px}.activity-metric{display:grid;grid-template-columns:86px minmax(0,1fr) 28px;align-items:center;gap:10px}.activity-metric span,.recent-order-main small,.provider-row small,.category-health-row small{color:var(--muted);font-size:12px}.activity-bar-track,.category-health-track{position:relative;height:8px;border-radius:999px;background:#ffffff0f;overflow:hidden}.activity-bar-fill,.category-health-fill{position:absolute;inset:0 auto 0 0;border-radius:inherit}.activity-bar-fill.users{background:linear-gradient(90deg,#7cb7ffc7,#7cb7ff47)}.activity-bar-fill.orders,.category-health-fill{background:linear-gradient(90deg,#61d095d1,#61d0953d)}.provider-row,.recent-order-row,.category-health-row{grid-template-columns:minmax(0,1fr) auto}.provider-row-meta,.recent-order-side{display:grid;justify-items:end;gap:8px}.category-health-meter{width:150px}.page-intro--center{justify-content:center;text-align:center;margin-bottom:2px}.page-intro--center p{margin-left:auto;margin-right:auto;max-width:760px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.metric-tile{padding:14px 16px;border-radius:20px;border:1px solid rgba(255,255,255,.06);background:#ffffff06;box-shadow:var(--shadow-soft)}.metric-tile span{display:block;color:var(--muted);font-size:12px}.metric-tile strong{display:block;margin-top:8px;font-size:22px;letter-spacing:-.04em}.metric-tile small{display:block;margin-top:8px;color:var(--muted);line-height:1.45}.stat-panel-centered{text-align:center;display:grid;justify-items:center;align-content:center;gap:8px;min-height:162px;padding:18px 16px;background:linear-gradient(180deg,#ffffff12,#ffffff08),radial-gradient(circle at top,rgba(124,183,255,.075),transparent 60%),var(--panel);box-shadow:inset 0 1px #ffffff0f,0 18px 40px #0000002e}.stat-panel-centered small{margin-left:auto;margin-right:auto;max-width:27ch;font-size:12px;line-height:1.55;text-wrap:balance}.stat-panel-centered span{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#d6dce4b3}.stat-panel-centered strong{margin-top:0;font-size:clamp(28px,2vw,34px);line-height:1;letter-spacing:-.05em}.page-intro--center>div{display:grid;justify-items:center;gap:10px;width:min(100%,980px);padding:20px 22px;border-radius:28px;border:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,#ffffff0d,#ffffff06),radial-gradient(circle at top,rgba(124,183,255,.08),transparent 62%);box-shadow:inset 0 1px #ffffff0f,0 22px 50px #00000029}.page-intro--center .panel-chip{justify-self:center;min-height:24px;padding:0 11px;font-size:10px;letter-spacing:.14em}.page-intro--center h2{max-width:12ch;text-wrap:balance}.page-intro--center p{text-wrap:balance}.compact-header-centered{justify-content:center;text-align:center;padding-bottom:16px}.compact-header-centered p{margin-left:auto;margin-right:auto;max-width:420px;text-align:center}.compact-header-centered>div{width:100%;display:grid;justify-items:center;gap:6px}.compact-header-centered h3{text-align:center}.activity-card,.payment-health-card,.dashboard-grid-secondary .table-card{background:linear-gradient(180deg,#ffffff0f,#ffffff07),radial-gradient(circle at top,rgba(124,183,255,.06),transparent 58%),var(--panel)}.stats-grid-rich{align-items:stretch;margin-top:2px}.stats-grid-rich .stat-panel{border-color:#ffffff13}.section-card{padding:14px}.section-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.section-card-head h3,.section-card-head h4{margin:0;font-size:19px;letter-spacing:-.03em}.section-card-head p{margin:8px 0 0;color:var(--muted);line-height:1.45}.glass-panel{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:22px;box-shadow:var(--shadow-soft)}.stack-list{display:grid;gap:10px}.stack-list-inline{margin-bottom:14px}.inline-note{padding:10px 12px;border-radius:16px;border:1px solid rgba(255,255,255,.05);background:#ffffff06;color:var(--muted);line-height:1.45}.modal-shell-compact{width:min(860px,100%);padding:20px}.modal-overlay-soft{background:#070a1080}.modal-shell-confirm{width:min(420px,calc(100vw - 32px));padding:20px}.modal-confirm-head{display:grid;gap:10px}.modal-confirm-head h3{margin:0;font-size:22px;letter-spacing:-.03em}.modal-confirm-head p{margin:0;color:var(--muted);line-height:1.5}.toast-stack{position:fixed;top:18px;right:18px;z-index:90;display:grid;gap:10px;width:min(360px,calc(100vw - 28px));pointer-events:none}.toast{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 14px 14px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#ffffff17,#ffffff0a),#111824d6;box-shadow:0 20px 44px #0000004d;-webkit-backdrop-filter:blur(28px) saturate(160%);backdrop-filter:blur(28px) saturate(160%);pointer-events:auto;animation:toast-enter .26s cubic-bezier(.2,.8,.2,1)}.toast-success{border-color:#7be0b02e}.toast-error{border-color:#ff9b9b33}.toast-info{border-color:#9fd0ff33}.toast-copy{display:grid;gap:4px}.toast-copy strong{font-size:14px;letter-spacing:-.02em}.toast-copy small{color:var(--muted);line-height:1.45}.toast-close{width:24px;height:24px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:var(--text);cursor:pointer;transition:background .24s ease,transform .24s ease}.toast-close:hover{background:#ffffff14;transform:rotate(90deg)}.payment-grid-compact{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:stretch}.payment-card-compact{gap:10px;padding:16px;border-radius:24px;display:flex;flex-direction:column}.payment-card-compact>.button{margin-top:auto}.payment-card-title{display:flex;align-items:center;gap:12px}.payment-method-icon{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:var(--accent);flex-shrink:0}.payment-method-icon svg{width:18px;height:18px}.payment-method-icon-stack{position:relative;width:28px;height:18px}.payment-method-orb{position:absolute;top:0;left:0;display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;border-radius:999px;box-shadow:0 8px 18px #0000002e}.payment-method-orb svg{width:18px;height:18px}.payment-method-orb-offset{left:10px}.payment-card-compact h3{margin:0;font-size:18px;line-height:1.1}.payment-stats-compact strong{font-size:18px}.compact-form-grid{margin-bottom:12px}.payment-test-result{display:grid;gap:6px;margin:14px 0 0;padding:14px;border-radius:18px;border:1px solid rgba(124,183,255,.12);background:#7cb7ff0d;animation:surface-enter .24s ease}.payment-test-result small{color:var(--muted)}.guide-steps{display:grid;gap:10px;margin-top:6px}.guide-step{border:1px solid rgba(255,255,255,.07);border-radius:18px;background:#ffffff08;overflow:hidden}.guide-step[open]{background:#ffffff0b}.guide-step-summary{list-style:none;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px 16px;cursor:pointer;-webkit-user-select:none;user-select:none}.guide-step-summary::-webkit-details-marker{display:none}.guide-step-index{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#7cb7ff1f;color:var(--accent);font-size:12px;font-weight:700}.guide-step-title{color:var(--text);font-size:14px;font-weight:600;line-height:1.35}.guide-step-chevron{color:var(--muted);transition:transform .22s ease,color .22s ease}.guide-step[open] .guide-step-chevron{transform:rotate(180deg);color:var(--accent)}.guide-step-body{padding:0 16px 16px 52px;display:grid;gap:10px}.guide-step-body p{margin:0;color:var(--muted);line-height:1.6}.guide-step-content{display:grid;gap:8px}.guide-step-content p,.guide-step-content ul{margin:0;color:var(--muted);line-height:1.6}.guide-step-content ul{padding-left:18px}.guide-step-link{display:inline-flex;align-items:center;gap:8px;width:fit-content;color:var(--accent);text-decoration:none;font-size:13px;font-weight:600}.guide-step-link:hover{color:#9fd0ff}.table-card,.toolbar-card,.chart-card,.stat-panel,.payment-card{border-radius:24px}.table-card,.toolbar-card,.chart-card,.stat-panel{padding:14px}.page-intro h2{font-size:28px}.table-header{gap:12px}.table-header h3{margin:0;font-size:18px;letter-spacing:-.02em}.field{gap:6px}input,select,textarea{min-height:42px;padding:11px 13px;border-radius:13px}textarea{min-height:108px}.toggle-card{min-height:84px;padding:15px;border-radius:16px}.button{min-height:40px;padding:0 15px;border-radius:12px}.button-small{min-height:32px;padding:0 12px;border-radius:11px}.code-block{padding:12px;border-radius:16px}.data-table th,.data-table td{padding:12px 10px}@keyframes page-enter{0%{opacity:0}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-enter{0%{opacity:0}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes surface-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes product-step-enter{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@keyframes product-step-enter-back{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}@keyframes toast-enter{0%{opacity:0;transform:translateY(-8px) translate(14px) scale(.985)}to{opacity:1;transform:translateY(0) translate(0) scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.page,.modal-overlay,.modal-shell,.alert,.metric-tile,.payment-test-result,.toast{animation:none}}@media (max-width: 1080px){.stats-grid,.metric-grid,.compact-grid,.summary-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid,.dashboard-grid-secondary,.stats-grid-rich{grid-template-columns:1fr}}@media (max-width: 920px){.shell{grid-template-columns:1fr}.mobile-menu-button{position:fixed;top:18px;left:18px;z-index:30;display:inline-flex;min-height:44px;padding:0 14px;border-radius:14px;background:#111214e6;color:var(--text);border:1px solid var(--panel-border)}.shell-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:15;background:#00000073}.shell-overlay.is-open{display:block}.sidebar{position:fixed;left:16px;top:16px;bottom:16px;z-index:20;width:min(320px,calc(100vw - 32px));height:auto;transform:translate(-110%);transition:transform .25s ease;border-radius:28px;border:1px solid var(--panel-border)}.sidebar.is-open{transform:translate(0)}.content{padding:78px 16px 18px}}@media (max-width: 720px){.toolbar-card,.form-grid,.summary-panel,.stats-grid,.metric-grid,.compact-grid,.preview-grid,.payment-toolbar{grid-template-columns:1fr}.field-grow,.field-span-2{grid-column:span 1}.page-intro,.page-intro-spaced,.table-header,.chart-card-header,.payment-card-header,.payment-stats,.modal-header,.modal-actions{flex-direction:column;align-items:stretch}.table-actions{flex-direction:column}.modal-overlay{padding:12px}.modal-shell{padding:18px}.trend-chart-footer,.donut-layout,.activity-row,.provider-row,.recent-order-row,.category-health-row{grid-template-columns:1fr}.provider-row-meta,.recent-order-side{justify-items:start}.activity-metric{grid-template-columns:1fr}.category-health-meter{width:100%}}.content-section{display:flex;flex-direction:column;gap:18px;padding:20px}.content-section-head{display:flex;align-items:flex-start;gap:14px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.06)}.content-section-head h3{margin:0 0 4px;font-size:17px;letter-spacing:-.02em}.content-section-hint{margin:0;font-size:13px;color:var(--muted);line-height:1.4}.content-section-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:38px;height:38px;border-radius:12px;margin-top:2px}.content-section-icon--blue{background:#7cb7ff1f;color:#7cb7ff;border:1px solid rgba(124,183,255,.18)}.content-section-icon--orange{background:#ffcf781f;color:#ffcf78;border:1px solid rgba(255,207,120,.18)}.content-section-icon--green{background:#7be0b01f;color:#7be0b0;border:1px solid rgba(123,224,176,.18)}.content-section-icon--pink{background:#ffaad41f;color:#ffaad4;border:1px solid rgba(255,170,212,.18)}.promo-chips-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.promo-chip-card{display:flex;flex-direction:column;gap:14px;padding:14px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;transition:background .28s ease,border-color .28s ease,box-shadow .28s ease}.promo-chip-card:hover{box-shadow:0 8px 24px #0000002e}.promo-chip-card__preview{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:36px}.promo-chip-card__badge{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:999px;border:1px solid transparent;font-size:12px;font-weight:600;max-width:100%;overflow:hidden;white-space:nowrap}.promo-chip-card__badge span{overflow:hidden;text-overflow:ellipsis}.promo-chip-card__badge strong{flex-shrink:0;font-size:12px}.promo-chip-card__index{font-size:11px;color:var(--muted);letter-spacing:.04em;white-space:nowrap;flex-shrink:0}.promo-chip-card__fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.promo-chip-card__fields .field:last-child{grid-column:1 / -1}.promo-chip-card__toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.06);background:#ffffff06;cursor:pointer}.promo-chip-card__toggle-text{display:grid;gap:3px;min-width:0}.promo-chip-card__toggle-text strong{display:block;font-size:13px;font-weight:600;white-space:nowrap}.promo-chip-card__toggle-text small{display:block;font-size:11px;color:var(--muted);line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-intro .button-inline{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;flex-shrink:0}.field--full{grid-column:1 / -1}.broadcasts-grid{display:grid;gap:12px}.broadcast-card{display:flex;flex-direction:column;gap:14px;padding:16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;transition:background .28s ease,border-color .28s ease,box-shadow .28s ease}.broadcast-card:hover{background:#ffffff09;box-shadow:0 8px 24px #0000002e}.broadcast-card-header{display:grid;gap:8px}.broadcast-card-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.broadcast-card-title strong{font-size:15px;font-weight:600;letter-spacing:-.01em}.broadcast-card-message{margin:0;font-size:13px;color:var(--muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.broadcast-card-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:12px;border-radius:12px;background:#ffffff06;border:1px solid rgba(255,255,255,.05)}.broadcast-card-meta-item{display:grid;gap:4px}.broadcast-card-meta-item span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.broadcast-card-meta-item strong{font-size:13px;font-weight:600}.broadcast-card-actions{display:flex;gap:8px;justify-content:flex-end}.promo-codes-grid{display:grid;gap:12px}.promo-code-card{display:flex;flex-direction:column;gap:14px;padding:16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;transition:background .28s ease,border-color .28s ease,box-shadow .28s ease}.promo-code-card:hover{background:#ffffff09;box-shadow:0 8px 24px #0000002e}.promo-code-card-header{display:grid;gap:6px}.promo-code-card-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.promo-code-card-title strong{font-size:16px;font-weight:700;letter-spacing:.02em;font-family:SF Mono,Monaco,Courier New,monospace}.promo-code-card-subtitle{margin:0;font-size:13px;color:var(--muted);line-height:1.4}.promo-code-card-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:12px;border-radius:12px;background:#ffffff06;border:1px solid rgba(255,255,255,.05)}.promo-code-card-meta-item{display:grid;gap:4px}.promo-code-card-meta-item span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.promo-code-card-meta-item strong{font-size:13px;font-weight:600}.promo-code-card-actions{display:flex;gap:8px;justify-content:flex-end}@media (max-width: 860px){.promo-chips-grid{grid-template-columns:1fr}}@media (max-width: 720px){.promo-chip-card__fields{grid-template-columns:1fr}.promo-chip-card__fields .field:last-child{grid-column:1}}.sidebar{background:linear-gradient(180deg,#ffffff12,#ffffff05),#0a0e16b8}.sidebar-brand{padding:10px 10px 14px;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:4px}.sidebar-brand-badge{background:linear-gradient(135deg,#7cb7ff2e,#61d0951f);border-color:#7cb7ff33;color:var(--accent);font-weight:700;letter-spacing:.16em}.sidebar-brand-text{font-size:18px;font-weight:800;letter-spacing:-.04em;background:linear-gradient(135deg,#fff,#ffffffb3);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.sidebar-link{font-size:13.5px;letter-spacing:-.01em;gap:2px}.sidebar-link.is-active{background:linear-gradient(135deg,#7cb7ff24,#61d0950f);border-color:#7cb7ff33;color:#9fd0ff}.sidebar-link-icon{width:18px;height:18px}.sidebar-link-icon svg{width:18px;height:18px}.page-intro h2{background:linear-gradient(135deg,#fff,#ffffffc7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.04em}.page-intro p,.table-header p{font-size:14px;line-height:1.55}.panel-chip{background:linear-gradient(135deg,#7cb7ff29,#61d0951a);border:1px solid rgba(124,183,255,.22);color:#9fd0ff;font-weight:700;font-size:10px;letter-spacing:.14em}.table-card{border-color:#ffffff16}.table-card:hover{border-color:#ffffff21}.table-header{padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:14px}.table-header h3{font-size:17px;font-weight:700;letter-spacing:-.025em}.section-card-head{padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:14px}.section-card-head h3{font-size:17px;font-weight:700;letter-spacing:-.025em}.section-card-head p{margin:4px 0 0;font-size:13px;color:var(--muted);line-height:1.45}.metric-tile{padding:16px 18px;border-radius:20px;border:1px solid rgba(255,255,255,.075);background:linear-gradient(180deg,#ffffff0f,#ffffff06),radial-gradient(circle at top,rgba(124,183,255,.05),transparent 65%),var(--panel);-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;position:relative;overflow:hidden}.metric-tile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(180deg,#ffffff1a,#fff0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.metric-tile:hover{transform:translateY(-2px);border-color:#ffffff1f;box-shadow:0 14px 32px #00000038}.metric-tile span{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.metric-tile strong{font-size:26px;font-weight:800;letter-spacing:-.05em;line-height:1;margin-top:8px;margin-bottom:0;display:block}.metric-tile small{display:block;margin-top:8px;font-size:12px;color:var(--muted);line-height:1.4}.stat-panel-centered{position:relative;overflow:hidden}.stat-panel-centered:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(180deg,#ffffff1a,#fff0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.toggle-card{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:76px;padding:14px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;transition:border-color .24s ease,background .24s ease;cursor:pointer}.toggle-card:hover{border-color:#ffffff1f;background:#ffffff0a}.toggle-card>div{flex:1;min-width:0;display:grid;gap:5px}.toggle-card strong{font-size:14px;font-weight:600;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toggle-card small{font-size:12px;color:var(--muted);display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toggle-card>input[type=checkbox]{flex-shrink:0;width:44px;min-height:26px;height:26px;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#ffffff1f;border-radius:999px;border:none;position:relative;transition:background .24s ease;padding:0}.toggle-card>input[type=checkbox]:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#f0f2f5;transition:transform .2s ease,background .2s ease;box-shadow:0 2px 6px #0000004d}.toggle-card>input[type=checkbox]:checked{background:#61d0958a}.toggle-card>input[type=checkbox]:checked:after{transform:translate(18px);background:#fff}.button-primary{background:linear-gradient(135deg,#7cb7ff,#4d93ff);box-shadow:0 6px 18px #4d93ff4d;font-weight:700;letter-spacing:-.01em;transition:transform .22s ease,box-shadow .22s ease,opacity .22s ease}.button-primary:hover:not(:disabled){box-shadow:0 8px 22px #4d93ff6b;transform:translateY(-1px) scale(.998)}.button-secondary{border-color:#ffffff1a;font-weight:600;transition:background .22s ease,border-color .22s ease,transform .22s ease}.button-secondary:hover:not(:disabled){background:#ffffff12;border-color:#ffffff26;transform:translateY(-1px)}.button-danger{background:#ff5a5a1a;color:#ffb0b0;border:1px solid rgba(255,90,90,.2);font-weight:600}.button-danger:hover:not(:disabled){background:#ff5a5a2e;border-color:#ff5a5a52}.status-pill{font-size:12px;font-weight:700;letter-spacing:.03em;min-height:26px}.data-table th{font-size:11px;font-weight:700;letter-spacing:.1em;padding-bottom:10px;color:#c8d2e48c}.data-table td{vertical-align:middle}.data-table tbody tr{transition:background .18s ease}.data-table tbody tr:hover{background:#7cb7ff0a}.guide-step{border-color:#ffffff14;transition:background .22s ease,border-color .22s ease}.guide-step:hover{border-color:#ffffff1f}.guide-step[open]{background:#7cb7ff0a;border-color:#7cb7ff1f}.guide-step-index{background:#7cb7ff24;color:#9fd0ff;font-weight:800}.guide-step-title{font-size:14.5px;font-weight:600}.toolbar-card{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:14px;border-color:#ffffff13}.field>span{font-size:12px;font-weight:600;color:#c8d2e4b8;letter-spacing:.03em;text-transform:uppercase}input:not([type=checkbox]):not([type=file]):not([type=radio]),select,textarea{border-color:#ffffff1a;background:#ffffff0a;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}input:not([type=checkbox]):not([type=file]):not([type=radio]):focus,select:focus,textarea:focus{border-color:#7cb7ff80;background:#ffffff0f;box-shadow:0 0 0 3px #7cb7ff1a}.modal-shell{background:linear-gradient(180deg,#ffffff14,#ffffff08),#0c101aeb;border-color:#ffffff1f}.modal-actions{padding-top:6px;margin-top:14px;gap:10px}.empty-state-art{opacity:.8}.alert-error{background:#ff5a5a14;border-color:#ff5a5a2e;color:#ffb0b0;border-radius:14px;padding:12px 16px;font-size:14px}.sidebar-footer .button-secondary{background:#ff5a5a0f;border-color:#ff5a5a24;color:#ffa0a0d1;font-size:13px;min-height:36px;transition:background .22s ease,border-color .22s ease,color .22s ease}.sidebar-footer .button-secondary:hover{background:#ff5a5a1f;border-color:#ff5a5a38;color:#ffb0b0}@media (max-width: 1100px){.promo-chips-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-ios-list{display:flex;flex-direction:column;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.07);background:#ffffff06;margin-top:4px}.product-ios-row{display:flex;align-items:center;gap:12px;padding:13px 14px;border-bottom:1px solid rgba(255,255,255,.055);transition:background .18s ease;position:relative}.product-ios-row:last-child,.product-ios-row--last{border-bottom:none}.product-ios-row:hover{background:#ffffff06}.product-ios-row--selected{background:#7cb7ff0e}.product-ios-check{flex-shrink:0;width:24px;height:24px;border-radius:50%;border:2px solid rgba(255,255,255,.2);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .18s ease,border-color .18s ease,transform .15s ease;padding:0;color:transparent}.product-ios-check:hover{border-color:#7cb7ff80;background:#7cb7ff0f}.product-ios-check--on{background:#4a97ff;border-color:#4a97ff;color:#fff;transform:scale(1.05)}.product-ios-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.product-ios-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-ios-title strong{font-size:14px;font-weight:700;color:var(--ink, #e8ecf4);letter-spacing:-.01em}.product-ios-meta{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--muted, rgba(200, 210, 228, .5))}.product-ios-dot{opacity:.4}.product-ios-desc{margin:2px 0 0;font-size:12px;color:var(--muted, rgba(200, 210, 228, .45));line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-ios-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.product-ios-btn{display:flex;align-items:center;gap:5px;padding:6px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:var(--ink, #e8ecf4);font-size:12.5px;font-weight:600;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .15s ease;white-space:nowrap}.product-ios-btn:hover{background:#ffffff1a;border-color:#ffffff2e;transform:translateY(-1px)}.product-ios-btn:active{transform:scale(.96)}.product-ios-btn--danger{padding:6px 10px;background:#ff505014;border-color:#ff50502e;color:#ff9090}.product-ios-btn--danger:hover{background:#ff505024;border-color:#ff505047;color:#ffb0b0}@media (max-width: 900px){.product-ios-row{flex-wrap:wrap}.product-ios-actions{width:100%;padding-left:36px}}.button-small{min-height:32px;padding:0 14px;border-radius:999px!important;font-size:13px;font-weight:600;gap:5px;display:inline-flex;align-items:center}.table-actions .button-secondary{background:#ffffff0f;border-color:#ffffff1a;transition:background .18s ease,border-color .18s ease,transform .16s ease}.table-actions .button-secondary:hover{background:#ffffff1a;border-color:#ffffff2e;transform:translateY(-1px)}.table-actions .button-danger{background:#ff505014;border-color:#ff50502e;color:#ff9090}.table-actions .button-danger:hover{background:#ff505026;border-color:#ff505047;color:#ffb0b0;transform:translateY(-1px)}.data-table input[type=checkbox],.toolbar-card input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:22px;min-height:22px;height:22px;border-radius:50%;border:2px solid rgba(255,255,255,.2);background:transparent;cursor:pointer;position:relative;transition:background .18s ease,border-color .18s ease,transform .15s ease;flex-shrink:0;padding:0;display:inline-block;vertical-align:middle}.data-table input[type=checkbox]:hover,.toolbar-card input[type=checkbox]:hover{border-color:#7cb7ff8c;background:#7cb7ff0f}.data-table input[type=checkbox]:checked,.toolbar-card input[type=checkbox]:checked{background:#4a97ff;border-color:#4a97ff;transform:scale(1.06)}.data-table input[type=checkbox]:checked:after,.toolbar-card input[type=checkbox]:checked:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 6L5 9L10 3' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/10px no-repeat}.data-table .search-select-trigger{min-height:32px;border-radius:999px;padding:0 12px;font-size:13px}.order-refund-sheet{width:min(520px,calc(100vw - 28px));border-radius:30px;background:linear-gradient(180deg,#ffffff14,#ffffff08),#0c101af0;box-shadow:0 42px 90px #0000006b}.order-refund-sheet__header p{margin-top:8px}.order-refund-sheet__note{margin:0 0 14px;padding:12px 14px;border-radius:16px;background:#6faeff17;border:1px solid rgba(111,174,255,.14);color:#f7f9fcc7;line-height:1.45;font-size:13px}.duplicate-check-intro{padding:20px;background:#6366f114;border:1px solid rgba(99,102,241,.2);border-radius:12px;margin-bottom:20px}.duplicate-check-intro .info-icon{font-size:32px;display:block;margin-bottom:12px}.duplicate-check-intro p{margin:0 0 12px;font-size:14px;line-height:1.5}.duplicate-check-intro ul{margin:0;padding-left:20px}.duplicate-check-intro li{font-size:13px;margin-bottom:4px;color:#f7f9fcb3}.duplicates-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.duplicate-item{padding:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:10px}.duplicate-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.duplicate-index{font-weight:600;font-size:14px}.duplicate-details{display:flex;flex-direction:column;gap:8px;margin-bottom:12px;padding:12px;background:#0003;border-radius:8px}.detail-row{display:flex;justify-content:space-between;font-size:13px}.detail-label{color:#f7f9fc99;font-weight:500}.detail-value{color:#f7f9fce6;font-family:Courier New,monospace}.duplicate-warning{padding:10px 12px;background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:6px;font-size:13px;color:#fbbf24e6;line-height:1.4}.no-duplicates{text-align:center;padding:32px 20px}.success-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:36px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.no-duplicates h4{margin:0 0 8px;font-size:18px;font-weight:600}.no-duplicates p{margin:0;font-size:14px;color:#f7f9fcb3}.badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600;margin-left:8px}.badge-warning{background:#f59e0b33;color:#fbbf24}.badge-danger{background:#ef444433;color:#f87171}.badge-sold{background:#ef444426;color:#fca5a5;padding:3px 8px;border-radius:8px;font-size:11px}.alert{padding:14px 16px;border-radius:8px;display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.alert-warning{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3)}.alert-danger{background:#ef44441a;border:1px solid rgba(239,68,68,.3)}.alert-icon{font-size:20px;flex-shrink:0}.alert p{margin:0;font-size:13px;line-height:1.5}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px)}.btn-danger:disabled{opacity:.5;cursor:not-allowed}.user-details-card{margin-top:16px;border:1px solid rgba(124,199,255,.2);background:#7cc7ff08}.user-info-grid{display:grid;gap:12px;padding:16px;background:#ffffff08;border-radius:12px}.user-info-row{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#ffffff0a;border-radius:8px}.user-info-row strong{font-size:13px;color:#fff9}.user-info-row span{font-size:14px;font-weight:600;color:#fff}.user-section{margin-top:20px}.user-section h4{margin:0 0 12px;font-size:14px;font-weight:700;color:#fffc;text-transform:uppercase;letter-spacing:.5px}.user-orders-list,.user-transactions-list{display:flex;flex-direction:column;gap:8px}.user-order-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#ffffff0a;border-radius:8px}.user-order-item>div:first-child{display:flex;flex-direction:column;gap:2px}.user-order-item>div:first-child strong{font-size:13px;font-family:monospace;color:#fff}.user-order-item>div:first-child small{font-size:11px;color:#ffffff80}.user-order-item>div:last-child{display:flex;align-items:center;gap:10px}.user-order-item>div:last-child strong{font-size:14px;color:#fff}.user-transaction-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#34d39914;border-radius:8px}.user-transaction-item>div:first-child{display:flex;flex-direction:column;gap:2px}.user-transaction-item>div:first-child strong{font-size:13px;text-transform:uppercase;color:#34d399}.user-transaction-item>div:first-child small{font-size:11px;color:#ffffff80}.user-transaction-item>div:last-child{font-size:14px;font-weight:700}.recent-order-row--clickable{transition:background .2s,transform .15s}.recent-order-row--clickable:hover{background:#7cc7ff14;transform:translate(2px)}.broadcasts-ios-container{display:grid;gap:20px;max-width:1200px;margin:0 auto;padding:20px}.broadcast-ios-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:20px;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);transition:all .3s cubic-bezier(.25,1,.5,1)}.broadcast-ios-card:hover{background:#ffffff0f;border-color:#4aa3ff66;transform:translateY(-2px);box-shadow:0 12px 32px #0000004d}.broadcast-ios-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.broadcast-ios-title{font-size:18px;font-weight:600;color:var(--text);margin:0}.broadcast-ios-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.broadcast-ios-badge--scheduled{background:#ffcf7826;color:#ffcf78}.broadcast-ios-message{color:#ffffffb3;font-size:14px;line-height:1.5;margin-bottom:16px}.broadcast-ios-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-bottom:16px}.broadcast-ios-meta-item{display:flex;flex-direction:column;gap:4px}.broadcast-ios-meta-label{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#ffffff80;font-weight:600}.broadcast-ios-meta-value{font-size:14px;font-weight:600;color:var(--text)}.broadcast-ios-actions{display:flex;gap:8px;flex-wrap:wrap}.broadcast-ios-btn{padding:10px 16px;border-radius:12px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:all .2s cubic-bezier(.25,1,.5,1);flex:1;min-width:100px}.broadcast-ios-btn--primary:hover{transform:scale(1.02);box-shadow:0 8px 20px #6faeff66}.broadcast-ios-btn--secondary{background:#ffffff14;color:var(--text);border:1px solid rgba(255,255,255,.12)}.broadcast-ios-btn--secondary:hover{background:#ffffff1f}.broadcast-ios-btn--danger{background:#ff9b9b26;color:#ff9b9b;border:1px solid rgba(255,155,155,.3)}.broadcast-ios-btn--danger:hover{background:#ff9b9b40}.broadcast-ios-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.broadcast-ios-modal-content{background:#111824f2;border:1px solid rgba(255,255,255,.12);border-radius:24px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;padding:24px;animation:slideUp .3s cubic-bezier(.25,1,.5,1)}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.broadcast-ios-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.broadcast-ios-modal-title{font-size:20px;font-weight:700;color:var(--text);margin:0}.broadcast-ios-modal-close{width:32px;height:32px;border-radius:50%;background:#ffffff14;border:none;color:var(--text);font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.broadcast-ios-modal-close:hover{background:#ffffff1f;transform:scale(1.1)}.broadcast-ios-field{margin-bottom:16px}.broadcast-ios-label{display:block;font-size:13px;font-weight:600;color:#ffffffb3;margin-bottom:8px;text-transform:uppercase;letter-spacing:.03em}.broadcast-ios-input,.broadcast-ios-textarea,.broadcast-ios-select{width:100%;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:var(--text);font-size:14px;font-family:inherit;transition:all .2s}.broadcast-ios-input:focus,.broadcast-ios-textarea:focus,.broadcast-ios-select:focus{background:#ffffff14;border-color:#7cb7ff80;box-shadow:0 0 0 3px #7cb7ff1a}.broadcast-ios-textarea{resize:vertical;min-height:100px}.broadcast-ios-hint{font-size:12px;color:#ffffff80;margin-top:6px}.broadcast-ios-empty{text-align:center;padding:60px 20px}.broadcast-ios-empty-icon{font-size:48px;margin-bottom:16px;opacity:.3}.broadcast-ios-empty-title{font-size:18px;font-weight:600;color:var(--text);margin-bottom:8px}.broadcast-ios-empty-text{font-size:14px;color:#fff9}.broadcast-ios-fab{position:fixed;bottom:32px;right:32px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#6faeff,#4a8fd8);border:none;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 8px 24px #6faeff66;transition:transform .2s,box-shadow .2s;z-index:100;will-change:transform;display:flex;align-items:center;justify-content:center}.broadcast-ios-fab:hover{transform:scale(1.1);box-shadow:0 12px 32px #6faeff99}.broadcast-ios-fab:active{transform:scale(.95)}.broadcasts-ios-container{display:grid;gap:16px;padding:20px}.broadcast-ios-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .2s}.broadcast-ios-card:hover{background:#ffffff0f;border-color:#7cb7ff4d;transform:translateY(-2px)}.broadcast-ios-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.broadcast-ios-title{font-size:16px;font-weight:600;color:var(--text)}.broadcast-ios-badge{padding:4px 10px;border-radius:10px;font-size:11px;font-weight:600;text-transform:uppercase}.broadcast-ios-badge--draft{background:#ffffff1a;color:#fff9}.broadcast-ios-badge--sent{background:#7be0b026;color:#7be0b0}.broadcast-ios-message{color:#ffffffb3;font-size:13px;margin-bottom:12px}.broadcast-ios-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:10px;margin-bottom:12px}.broadcast-ios-meta-item{display:flex;flex-direction:column;gap:2px}.broadcast-ios-meta-label{font-size:10px;text-transform:uppercase;color:#ffffff80;font-weight:600}.broadcast-ios-meta-value{font-size:13px;font-weight:600;color:var(--text)}.broadcast-ios-actions{display:flex;gap:8px}.broadcast-ios-btn{padding:8px 14px;border-radius:10px;font-size:13px;font-weight:600;border:none;cursor:pointer;transition:all .2s;flex:1}.broadcast-ios-btn--primary{background:linear-gradient(135deg,#6faeff,#4a8fd8);color:#fff}.broadcast-ios-btn--secondary{background:#ffffff14;color:var(--text)}.broadcast-ios-btn--danger{background:#ff9b9b26;color:#ff9b9b}.broadcast-ios-fab{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#6faeff,#4a8fd8);border:none;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 8px 24px #6faeff66;z-index:100}.broadcast-ios-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .3s ease}.broadcast-ios-modal-content{background:#12141ad9;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border:1px solid rgba(255,255,255,.15);border-radius:28px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;padding:28px;box-shadow:0 24px 60px #0009;animation:slideUp .3s cubic-bezier(.25,1,.5,1)}.broadcast-ios-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.broadcast-ios-modal-title{font-size:18px;font-weight:700;color:var(--text)}.broadcast-ios-modal-close{width:32px;height:32px;border-radius:50%;background:#ffffff14;border:none;color:var(--text);font-size:18px;cursor:pointer}.broadcast-ios-field{margin-bottom:14px}.broadcast-ios-label{display:block;font-size:12px;font-weight:600;color:#ffffffb3;margin-bottom:6px}.broadcast-ios-input,.broadcast-ios-textarea{width:100%;padding:14px 18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:14px;color:var(--text);font-size:15px;font-family:inherit;transition:all .2s}.broadcast-ios-input:focus,.broadcast-ios-textarea:focus{background:#ffffff0f;border-color:#4aa3ff99;box-shadow:0 0 0 4px #4aa3ff1a}.broadcast-ios-textarea{min-height:100px;resize:vertical}.broadcast-ios-empty{text-align:center;padding:60px 20px;color:#ffffff80}.promo-carousel{overflow:hidden;margin:0 -20px 20px;padding:0 20px}.promo-carousel-track{display:flex;gap:12px;width:max-content;animation:promo-scroll-admin 20s linear infinite;pointer-events:none}@keyframes promo-scroll-admin{0%{transform:translate(0)}to{transform:translate(-50%)}}.promo-card{min-width:260px;height:120px;border-radius:16px;padding:20px;display:flex;flex-direction:column;justify-content:center;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);box-shadow:0 8px 24px #0000004d;transition:all .2s}.promo-card-clickable{cursor:pointer;pointer-events:auto}.promo-card-clickable:hover{transform:scale(1.05);background:#ffffff0f;border-color:#ffffff2e}.promo-card-title{font-size:24px;font-weight:700;color:#fff;margin-bottom:4px}.promo-card-subtitle{font-size:14px;color:#ffffffe6;font-weight:500}.broadcast-info-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(90%,500px);max-height:80vh;background:#12141ad9;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border:1px solid rgba(255,255,255,.15);border-radius:28px;box-shadow:0 24px 60px #0009;z-index:1001;overflow:hidden;animation:popupSlideIn .3s cubic-bezier(.25,1,.5,1)}@keyframes popupSlideIn{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.broadcast-info-popup-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid rgba(255,255,255,.1);background:#7cb7ff0d}.broadcast-info-popup-content{padding:16px;max-height:calc(80vh - 60px);overflow-y:auto}.broadcast-info-section{margin-bottom:16px}.broadcast-info-section:last-child{margin-bottom:0}.broadcast-info-title{font-size:14px;font-weight:600;color:#7cb7ff;margin-bottom:8px}.broadcast-info-text{font-size:13px;line-height:1.6;color:#fffc}.broadcast-info-text code{background:#ffffff1a;padding:2px 6px;border-radius:4px;font-size:12px;color:#9ecbff}:root{--bg: #0a0a0a !important;--panel: #111111 !important;--panel-strong: #1a1a1a !important;--panel-border: #2a2a2a !important;--panel-border-strong: #3a3a3a !important;--text: #ededed !important;--muted: #6b6b6b !important;--accent: #3ecf8e !important;--accent-strong: #00c573 !important;--success: #3ecf8e !important;--warning: #f59e0b !important;--danger: #ef4444 !important;--radius-lg: 12px !important;--radius-md: 8px !important;--radius-sm: 6px !important;--font-main: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif !important}body{background:#0a0a0a!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif!important;color:#ededed!important;font-size:14px!important}select option{background:#111!important;color:#ededed!important}.shell{grid-template-columns:220px minmax(0,1fr)!important}.content{padding:20px 24px!important}.content-stage{width:100%!important;margin:0!important}.sidebar{background:#0d0d0d!important;border-right:1px solid #2a2a2a!important;border-radius:0!important;margin:0!important;height:100vh!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.sidebar-link{border-radius:6px!important;color:#6b6b6b!important;border:1px solid transparent!important;transition:background .15s,color .15s!important}.sidebar-link:hover{background:#1a1a1a!important;color:#ededed!important;border-color:#2a2a2a!important;transform:none!important}.sidebar-link.is-active{background:#1a1a1a!important;border-color:#2a2a2a!important;color:#3ecf8e!important}.sidebar-brand-text{font-size:15px!important;font-weight:600!important}.table-card,.toolbar-card,.payment-card,.stat-panel,.chart-card,.modal-shell,.summary-panel,.empty-panel,.glass-panel,.login-card{background:#111!important;border:1px solid #2a2a2a!important;border-radius:12px!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.table-card:hover,.stat-panel:hover,.payment-card:hover{border-color:#3a3a3a!important;transform:none!important}.toolbar-card,.table-card{padding:0!important}.toolbar-card{padding:16px!important}.table-card .form-grid,.table-card .stack,.table-card .stack-list,.content-section>.form-grid,.section-card>.form-grid,.section-card>.stack-list{padding:16px!important}.table-card .form-grid>div,.table-card .form-grid>label{padding-left:0!important;padding-right:0!important}.content-section,.section-card{padding:0!important}.content-section-head,.section-card-head{padding:16px!important}.content-section-head{border-bottom:1px solid #2a2a2a!important}.stat-panel{padding:16px!important}.hero-panel{padding:20px!important}.table-header{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:14px 18px!important;border-bottom:1px solid #2a2a2a!important;margin-bottom:0!important}.table-header h3{font-size:14px!important;font-weight:600!important;margin:0!important}.table-header p{font-size:12px!important;color:#6b6b6b!important;margin:2px 0 0!important}.data-table th,.data-table td{padding:10px 16px!important;border-bottom:1px solid #2a2a2a!important;border-top:none!important;font-size:13px!important}.data-table th{color:#6b6b6b!important;font-size:11px!important;font-weight:500!important;letter-spacing:.05em!important;text-transform:uppercase!important;background:#111!important}.data-table tbody tr:hover{background:#ffffff05!important}.data-table tbody tr:last-child td{border-bottom:none!important}input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]),select,textarea{background:#ffffff08!important;border:1px solid #2a2a2a!important;border-radius:6px!important;color:#ededed!important;min-height:36px!important;padding:7px 11px!important;font-size:14px!important;transition:border-color .15s,box-shadow .15s!important}input:focus,select:focus,textarea:focus{border-color:#3ecf8e!important;box-shadow:0 0 0 2px #3ecf8e26!important;outline:none!important}input[type=checkbox]{-moz-appearance:auto!important;appearance:auto!important;-webkit-appearance:auto!important;width:15px!important;height:15px!important;min-height:unset!important;border-radius:3px!important;accent-color:#3ecf8e!important;background:transparent!important;border:none!important;cursor:pointer!important}input[type=checkbox]:after{display:none!important}input[type=checkbox]:checked{background:#3ecf8e!important;transform:none!important}.button{min-height:34px!important;padding:0 14px!important;border-radius:6px!important;font-size:13px!important;font-weight:500!important;transition:background .15s,opacity .15s!important;transform:none!important;box-shadow:none!important}.button:hover{transform:none!important;box-shadow:none!important}.button-primary{background:#006239!important;color:#ededed!important;border:1px solid rgba(62,207,142,.3)!important}.button-primary:hover:not(:disabled){background:#007a47!important;opacity:1!important}.button-secondary{background:#1a1a1a!important;color:#ededed!important;border:1px solid #2a2a2a!important}.button-secondary:hover:not(:disabled){background:#222!important;border-color:#3a3a3a!important;opacity:1!important}.button-danger{background:#ef44441a!important;color:#f87171!important;border:1px solid rgba(239,68,68,.25)!important}.button-danger:hover:not(:disabled){background:#ef44442e!important;opacity:1!important}.button-small{min-height:28px!important;padding:0 10px!important;font-size:12px!important}.button:disabled{opacity:.4!important;cursor:not-allowed!important}.status-pill{min-height:20px!important;padding:0 7px!important;border-radius:4px!important;font-size:11px!important;font-weight:500!important;letter-spacing:0!important}.status-success{background:#3ecf8e1a!important;color:#3ecf8e!important;border-color:#3ecf8e33!important}.status-warning{background:#f59e0b1a!important;color:#f59e0b!important;border-color:#f59e0b33!important}.status-danger{background:#ef44441a!important;color:#f87171!important;border-color:#ef444433!important}.status-muted{background:#ffffff0d!important;color:#6b6b6b!important;border-color:#2a2a2a!important}.search-select-trigger{min-height:36px!important;padding:7px 11px!important;border-radius:6px!important;border:1px solid #2a2a2a!important;background:#ffffff08!important;color:#ededed!important;font-size:14px!important;transition:border-color .15s!important;transform:none!important;box-shadow:none!important}.search-select-trigger:hover{background:#ffffff0a!important;border-color:#3a3a3a!important}.search-select.is-open .search-select-trigger{border-color:#3ecf8e!important;box-shadow:0 0 0 2px #3ecf8e26!important}.search-select-dropdown{background:#111!important;border:1px solid #2a2a2a!important;border-radius:8px!important;box-shadow:0 8px 24px #00000080!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.search-select-search{display:none!important}.search-select-option{border-radius:4px!important;font-size:13px!important}.search-select-option:hover{background:#1a1a1a!important}.search-select-option.is-selected{background:#3ecf8e14!important;color:#3ecf8e!important}.search-select.is-open .search-select-chevron{color:#3ecf8e!important}.toggle-card{padding:10px 14px!important;border-radius:6px!important;border:1px solid #2a2a2a!important;background:#ffffff05!important;min-height:unset!important;align-items:center!important}.toggle-card>input[type=checkbox]{-moz-appearance:auto!important;appearance:auto!important;-webkit-appearance:auto!important;width:15px!important;height:15px!important;min-height:unset!important;accent-color:#3ecf8e!important;background:transparent!important;border:none!important;border-radius:3px!important}.toggle-card>input[type=checkbox]:after{display:none!important}.modal-overlay{background:#000000bf!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow-y:auto!important;padding:20px!important}.modal-shell{background:#111!important;border:1px solid #2a2a2a!important;border-radius:12px!important;box-shadow:0 24px 48px #0009!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;max-height:calc(100vh - 40px)!important;overflow-y:auto!important;margin:auto!important}.modal-header{border-bottom:1px solid #2a2a2a!important;padding-bottom:14px!important;margin-bottom:18px!important}.icon-button{background:#1a1a1a!important;border:1px solid #2a2a2a!important;border-radius:6px!important;color:#6b6b6b!important;min-height:30px!important}.icon-button:hover{background:#222!important;color:#ededed!important;transform:none!important}.field span{font-size:12px!important;color:#aaa!important;font-weight:500!important}.form-grid,.stack{gap:14px!important}.page-intro h2,.page-intro--center h2{font-size:20px!important;font-weight:600!important;letter-spacing:-.01em!important}.page-intro--center{justify-content:flex-start!important;text-align:left!important}.page-intro--center p{max-width:none!important;margin:0!important}.panel-chip{background:#3ecf8e14!important;color:#3ecf8e!important;border:1px solid rgba(62,207,142,.2)!important;border-radius:4px!important;font-size:10px!important;padding:0 7px!important;min-height:18px!important}.alert{border-radius:6px!important;background:#1a1a1a!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.alert-error{background:#ef444414!important;border-color:#ef444433!important;color:#f87171!important}.toolbar-card-products{align-items:end!important}.toolbar-card-products .field{justify-content:flex-end!important}.toolbar-card{position:static!important;z-index:auto!important}.switch-track{border-radius:999px!important;background:#2a2a2a!important}.switch input:checked+.switch-track{background:#3ecf8e80!important}*{scrollbar-color:#2a2a2a #0a0a0a!important}*::-webkit-scrollbar-thumb{background:#2a2a2a!important;border-radius:4px!important}*::-webkit-scrollbar-track{background:#0a0a0a!important}.data-table th:last-child,.data-table td:last-child,.data-table th:nth-last-child(2),.data-table td:nth-last-child(2){width:1%!important;white-space:nowrap!important}.status-pill{white-space:nowrap!important}.toolbar-card-products{grid-template-columns:repeat(6,1fr)!important}.toolbar-card-products .field{grid-column:span 2!important}.toolbar-card-products .toggle-card{grid-column:span 3!important}.modal-confirm-head .panel-chip{background:transparent!important;border:none!important;color:#3ecf8e!important;padding:0!important;margin-bottom:6px!important;font-size:11px!important;font-weight:600!important;letter-spacing:.05em!important}.inline-note{background:transparent!important;border:none!important;border-radius:0!important;padding:1px 0!important;font-size:12px!important;color:#6b6b6b!important;line-height:1.4!important}.stack-list{display:flex!important;flex-direction:column!important;gap:3px!important;margin-bottom:12px!important}.stack-list-inline{margin-bottom:12px!important}.content-section-icon--blue{background:#3ecf8e14!important;color:#3ecf8e!important;border:1px solid rgba(62,207,142,.15)!important}.content-section-icon--orange{background:#f59e0b14!important;color:#f59e0b!important;border:1px solid rgba(245,158,11,.15)!important}.content-section-icon--green{background:#3ecf8e14!important;color:#3ecf8e!important;border:1px solid rgba(62,207,142,.15)!important}.content-section-icon--pink{background:#ef444414!important;color:#f87171!important;border:1px solid rgba(239,68,68,.15)!important}.content-section-icon{border-radius:8px!important;width:36px!important;height:36px!important}.broadcast-ios-card{background:#111!important;border:1px solid #2a2a2a!important;border-radius:8px!important;padding:14px 16px!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;transition:border-color .15s!important;transform:none!important;box-shadow:none!important}.broadcast-ios-card:hover{background:#141414!important;border-color:#3a3a3a!important;transform:none!important;box-shadow:none!important}.broadcast-ios-badge--draft{background:#f59e0b1a!important;color:#f59e0b!important;border:1px solid rgba(245,158,11,.2)!important;border-radius:4px!important}.broadcast-ios-badge--sent{background:#3ecf8e1a!important;color:#3ecf8e!important;border:1px solid rgba(62,207,142,.2)!important;border-radius:4px!important}.broadcast-ios-badge--scheduled{background:#6366f11a!important;color:#818cf8!important;border:1px solid rgba(99,102,241,.2)!important;border-radius:4px!important}.broadcast-ios-title{font-size:13px!important;font-weight:500!important;color:#ededed!important}.broadcast-ios-message{font-size:12px!important;color:#6b6b6b!important}.broadcast-ios-meta{font-size:11px!important;color:#3a3a3a!important}.promo-carousel{overflow:visible!important;margin:0 0 16px!important;padding:0!important}.promo-carousel-track{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))!important;gap:8px!important;width:100%!important;animation:none!important;transform:none!important;pointer-events:auto!important}.promo-card{min-width:unset!important;height:auto!important;min-height:64px!important;border-radius:8px!important;padding:12px 14px!important;background:#111!important;border:1px solid #2a2a2a!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;justify-content:flex-start!important}.promo-card-clickable:hover{transform:none!important;background:#141414!important;border-color:#3ecf8e!important}.promo-card-title{font-size:13px!important;font-weight:500!important;color:#ededed!important}.promo-card-subtitle{font-size:11px!important;color:#6b6b6b!important;margin-top:3px!important}.promo-carousel-track>*:nth-child(n+7){display:none!important}.broadcast-ios-fab{background:#006239!important;border:1px solid rgba(62,207,142,.3)!important;border-radius:8px!important;color:#ededed!important;box-shadow:none!important;animation:none!important;transform:none!important;width:auto!important;height:auto!important;padding:8px 16px!important;font-size:13px!important;font-weight:500!important;bottom:24px!important;right:24px!important}.broadcast-ios-fab:hover{background:#007a47!important;transform:none!important;box-shadow:none!important}.promo-carousel-track{animation:none!important;transform:none!important;grid-template-columns:repeat(4,1fr)!important}.promo-carousel-track>*:nth-child(n+5){display:none!important}.broadcasts-ios-container{min-height:300px!important;display:flex!important;flex-direction:column!important}.broadcast-ios-empty{flex:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:48px 24px!important;text-align:center!important}.broadcast-ios-empty-icon{display:flex!important;align-items:center!important;justify-content:center!important;margin-bottom:4px!important}.broadcast-ios-empty-title{font-size:14px!important;font-weight:500!important;color:#ededed!important}.broadcast-ios-empty-text{font-size:12px!important;color:#6b6b6b!important}.toast-stack{top:16px!important;right:16px!important;gap:8px!important;width:min(340px,calc(100vw - 24px))!important}.toast{background:#1a1a1a!important;border:1px solid #2a2a2a!important;border-radius:8px!important;box-shadow:0 4px 16px #00000080!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;padding:12px 14px!important;animation:toast-supabase .2s ease!important}.toast-success{border-left:3px solid #3ecf8e!important;border-color:#2a2a2a!important;border-left-color:#3ecf8e!important}.toast-error{border-left:3px solid #ef4444!important;border-color:#2a2a2a!important;border-left-color:#ef4444!important}.toast-info{border-left:3px solid #6b6b6b!important;border-color:#2a2a2a!important;border-left-color:#6b6b6b!important}.toast-copy strong{font-size:13px!important;font-weight:500!important;color:#ededed!important}.toast-copy small{font-size:12px!important;color:#6b6b6b!important}.toast-close{color:#6b6b6b!important;background:transparent!important;border:none!important}.toast-close:hover{color:#ededed!important;background:transparent!important}@keyframes toast-supabase{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}input[type=file]:not([style*="display: none"]):not([style*="display:none"]){min-height:unset!important;padding:6px 10px!important;font-size:12px!important;color:#6b6b6b!important;cursor:pointer!important;border-style:dashed!important}input[type=file]:not([style*="display: none"]):not([style*="display:none"])::file-selector-button{background:#1a1a1a!important;border:1px solid #2a2a2a!important;border-radius:4px!important;color:#ededed!important;padding:4px 10px!important;font-size:12px!important;cursor:pointer!important;margin-right:8px!important}.promo-chips-grid{padding:16px!important}.promo-chip-card{border-radius:8px!important;border:1px solid #2a2a2a!important;background:#111!important;box-shadow:none!important;gap:10px!important;padding:14px!important}.promo-chip-card:hover{border-color:#3a3a3a!important;box-shadow:none!important}.table-card .form-grid{gap:20px!important}.table-card .form-grid input,.table-card .form-grid select,.table-card .form-grid textarea{padding:10px 14px!important}.field span{margin-bottom:4px!important;display:block!important}.delivery-panel{display:flex;flex-direction:column;max-height:min(92vh,920px)}.delivery-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 24px 12px;border-bottom:1px solid rgba(255,255,255,.06)}.delivery-panel__title-block h3{margin:6px 0 4px;font-size:20px;font-weight:600}.delivery-panel__title-block p{margin:0;font-size:13px;color:var(--muted);line-height:1.45}.delivery-panel__header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.delivery-panel__stats{display:flex;flex-wrap:wrap;gap:10px;padding:12px 24px 0}.delivery-stat{display:flex;align-items:baseline;gap:8px;padding:8px 14px;border-radius:10px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);font-size:12px;color:var(--muted)}.delivery-stat strong{font-size:18px;font-weight:600;color:var(--text)}.delivery-stat--accent{border-color:#3ecf8e59;background:#3ecf8e14}.delivery-stat--accent strong{color:#3ecf8e}.delivery-panel__tabs{display:flex;gap:4px;padding:14px 24px 0;border-bottom:1px solid rgba(255,255,255,.06)}.delivery-tab{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border:none;border-radius:10px 10px 0 0;background:transparent;color:var(--muted);font-size:13px;font-weight:500;cursor:pointer;transition:color .15s,background .15s}.delivery-tab:hover{color:var(--text);background:#ffffff0a}.delivery-tab.is-active{color:var(--text);background:#ffffff0f}.delivery-tab__count{padding:2px 7px;border-radius:999px;background:#ffffff14;font-size:11px}.delivery-panel__body{flex:1;overflow-y:auto;padding:20px 24px 24px;display:flex;flex-direction:column;gap:16px}.delivery-hint{margin:0;font-size:13px;color:var(--muted)}.delivery-type-row,.delivery-format-row{display:flex;flex-wrap:wrap;gap:8px}.delivery-type-pill,.delivery-format-pill{padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:var(--muted);font-size:13px;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.delivery-type-pill.is-active,.delivery-format-pill.is-active{border-color:#3ecf8e80;background:#3ecf8e1f;color:#3ecf8e}.delivery-add-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:16px;margin-top:12px}.delivery-field{display:flex;flex-direction:column;gap:6px}.delivery-field span{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:500;color:var(--muted)}.delivery-field span em{font-style:normal;color:#3ecf8e;font-weight:600}.delivery-field textarea,.delivery-field input,.delivery-search{width:100%;padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#00000040;color:var(--text);font-size:13px;font-family:inherit;resize:vertical}.delivery-field small{font-size:11px;color:var(--muted);line-height:1.4}.delivery-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:200px;padding:20px;border-radius:12px;border:1px dashed rgba(255,255,255,.14);background:#ffffff05;text-align:center;transition:border-color .15s,background .15s}.delivery-dropzone.is-dragover{border-color:#3ecf8e99;background:#3ecf8e0f}.delivery-dropzone strong{font-size:14px}.delivery-dropzone p{margin:0;font-size:12px;color:var(--muted)}.delivery-link{align-self:flex-start;padding:0;border:none;background:none;color:#3ecf8e;font-size:13px;cursor:pointer}.delivery-advanced{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.delivery-panel__footer{display:flex;justify-content:flex-end;padding-top:8px}.delivery-import-report{border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#0003;overflow:hidden}.delivery-import-report__head{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.06);font-size:13px}.delivery-import-report ul{margin:0;padding:0;list-style:none;max-height:160px;overflow-y:auto}.delivery-import-report li{display:flex;align-items:center;gap:10px;padding:8px 14px;font-size:12px;border-bottom:1px solid rgba(255,255,255,.04)}.delivery-import-report li[data-status=skipped]{background:#ef44440d}.delivery-import-report li em{margin-left:auto;font-style:normal;color:#ef4444}.delivery-stock-toolbar{display:flex;flex-direction:column;gap:12px}.delivery-filters{display:flex;flex-wrap:wrap;gap:6px}.delivery-filter{padding:6px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:transparent;color:var(--muted);font-size:12px;cursor:pointer}.delivery-filter.is-active{border-color:#3ecf8e66;background:#3ecf8e1a;color:#3ecf8e}.delivery-muted{margin:0;font-size:13px;color:var(--muted);text-align:center;padding:32px 0}.delivery-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.delivery-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:12px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.06);background:#ffffff05}.delivery-row--sold{opacity:.72}.delivery-row__main{min-width:0;display:flex;flex-direction:column;gap:4px}.delivery-row__main strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.delivery-row__main>span{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.delivery-row__meta{display:flex;flex-wrap:wrap;gap:6px;font-size:11px;color:#71717a}.delivery-row__meta span{padding:2px 6px;border-radius:4px;background:#ffffff0a}.delivery-row__status select{padding:6px 8px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#111;color:var(--text);font-size:12px}.delivery-badge{display:inline-flex;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:600}.delivery-badge--sold{background:#6b728026;color:#9ca3af}.delivery-row__actions{display:flex;gap:6px;flex-shrink:0}@media (max-width: 768px){.delivery-add-grid,.delivery-advanced{grid-template-columns:1fr}.delivery-row{grid-template-columns:1fr;align-items:stretch}.delivery-row__actions{justify-content:flex-end}.inv-card__head{flex-wrap:wrap}.inv-card__meta{flex-direction:column;align-items:flex-start}}.delivery-panel--pro.modal-shell{width:min(960px,calc(100vw - 24px));padding:0;overflow:hidden;border-radius:20px;background:linear-gradient(180deg,#1c1f26,#14171d);border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 80px #0000008c}.delivery-panel--pro .delivery-panel__header{padding:20px 22px 14px;border-bottom:1px solid rgba(255,255,255,.06)}.delivery-panel__page-title{margin:0 0 10px;font-size:22px;font-weight:700;letter-spacing:-.02em;color:#f4f4f5}.delivery-panel__product-line{display:flex;align-items:center;gap:10px}.delivery-panel__product-line h3{margin:0;font-size:15px;font-weight:600;color:#ffffffe0}.delivery-panel__product-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#2aabee,#229ed9);font-size:14px;box-shadow:0 4px 14px #2aabee59}.delivery-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;padding:0 14px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#e4e4e7;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,transform .12s}.delivery-btn:hover{background:#ffffff14;border-color:#ffffff29}.delivery-btn--ghost{width:36px;padding:0;font-size:16px}.delivery-btn--close{width:36px;padding:0;color:#a1a1aa}.delivery-btn--notify{border-color:#7be0b059;background:#7be0b01a;color:#9ae8c4}.delivery-btn--notify:hover{background:#7be0b02e}.delivery-btn--primary{min-height:42px;padding:0 22px;border:none;background:linear-gradient(135deg,#3ecf8e,#2eb87a);color:#0a1610;font-weight:600;box-shadow:0 8px 24px #3ecf8e47}.delivery-btn--primary:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.delivery-panel--pro .delivery-panel__stats{padding:12px 22px 0;gap:8px}.delivery-panel--pro .delivery-stat{border-radius:12px;padding:10px 16px;background:#00000038}.delivery-panel--pro .delivery-panel__tabs{padding:14px 22px 0;gap:6px;border:none}.delivery-panel--pro .delivery-tab{border-radius:10px;padding:9px 16px}.delivery-panel--pro .delivery-tab.is-active{background:#3ecf8e;color:#0d1a14;font-weight:600}.delivery-panel--pro .delivery-tab.is-active .delivery-tab__count{background:#0003;color:inherit}.delivery-panel--pro .delivery-panel__body{padding:16px 22px 22px;background:#0000001f}.delivery-add--card{padding:16px;border-radius:14px;border:1px solid rgba(255,255,255,.06);background:#ffffff05}.delivery-stock-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.delivery-stock-head__count{font-size:13px;color:#a1a1aa}.delivery-pagination{display:flex;gap:6px}.delivery-page{min-width:32px;height:32px;padding:0 8px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#d4d4d8;font-size:13px;font-weight:500;cursor:pointer}.delivery-page.is-active{border-color:transparent;background:#3ecf8e;color:#0d1a14;font-weight:700}.inv-card-list{display:flex;flex-direction:column;gap:10px}.inv-card{border-radius:14px;border:1px solid rgba(255,255,255,.07);background:linear-gradient(180deg,#23262e,#1e2128);overflow:hidden;transition:border-color .15s,box-shadow .15s}.inv-card:hover{border-color:#ffffff1f;box-shadow:0 8px 28px #00000040}.inv-card--sold{opacity:.78}.inv-card__head{display:flex;align-items:flex-start;gap:12px;padding:14px 16px 10px}.inv-card__icon{flex-shrink:0;width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#ffffff0f;font-size:18px}.inv-card__icon--tg{background:linear-gradient(135deg,#2aabee,#229ed9);box-shadow:0 4px 12px #2aabee4d}.inv-card__title{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.inv-card__title strong{font-size:15px;font-weight:600;color:#fafafa;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inv-card__title span{font-size:12px;color:#71717a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inv-card__head-end{flex-shrink:0}.inv-health,.inv-status{display:inline-flex;padding:5px 10px;border-radius:8px;font-size:11px;font-weight:600;letter-spacing:.01em}.inv-health--ok,.inv-status--available{background:#3ecf8e26;color:#6ee7a8}.inv-health--warn,.inv-pill--warn{background:#facc1524;color:#facc15}.inv-health--danger,.inv-status--invalid{background:#ef44441f;color:#f87171}.inv-health--muted{background:#ffffff0f;color:#a1a1aa}.inv-status--sold{background:#ffffff0f;color:#9ca3af}.inv-status--hidden{background:#ffffff0a;color:#6b7280}.inv-card__pills{display:flex;flex-wrap:wrap;gap:6px;padding:0 16px 10px}.inv-pill{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.05);font-size:11px;color:#d4d4d8}.inv-pill--warn{border-color:#facc1559;color:#fde047}.inv-pill--ok{border-color:#3ecf8e4d;color:#86efac}.inv-pill--danger{border-color:#ef44444d;color:#fca5a5}.inv-pill__shield{font-size:10px}.inv-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px 12px;font-size:12px;color:#71717a}.inv-card__meta-left{display:flex;flex-wrap:wrap;align-items:center;gap:4px;min-width:0}.inv-card__dot{opacity:.5}.inv-card__meta-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.inv-status-select{padding:6px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#18181b;color:#e4e4e7;font-size:11px;cursor:pointer}.inv-icon-btn{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#d4d4d8;font-size:14px;text-decoration:none;cursor:pointer;transition:background .12s}.inv-icon-btn:hover{background:#ffffff1a}.inv-icon-btn--danger:hover{background:#ef444426;color:#f87171;border-color:#ef44444d}.inv-card__reveal{display:flex;align-items:center;gap:10px;width:100%;padding:11px 16px;border:none;border-top:1px solid rgba(255,255,255,.05);background:#00000038;color:#a1a1aa;font-size:13px;text-align:left;cursor:pointer;transition:background .12s,color .12s}.inv-card__reveal:hover{background:#00000052;color:#e4e4e7}.inv-card__reveal-icon{opacity:.7}.inv-card__reveal-chevron{margin-left:auto;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s}.inv-card__reveal.is-open .inv-card__reveal-chevron{transform:rotate(-135deg);margin-top:4px}.inv-card__body{padding:12px 16px 16px;background:#00000047;border-top:1px solid rgba(255,255,255,.04)}.inv-card__payload{margin:0;padding:12px;border-radius:10px;background:#0c0c0e;border:1px solid rgba(255,255,255,.06);font-size:12px;line-height:1.5;color:#d4d4d8;white-space:pre-wrap;word-break:break-all;max-height:160px;overflow:auto}.inv-card__download{display:inline-flex;margin-top:10px;font-size:12px;color:#3ecf8e;text-decoration:none}.inv-card__download:hover{text-decoration:underline}@media (max-width: 920px){.shell{display:none!important}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:flex;align-items:center;justify-content:center;background:#0b1320}body:before{content:"Мобильная версия админки в разработке. Используйте ПК.";position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:200px 32px 32px;background:#0b1320;color:#fff9;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.15)' stroke-width='1.5'%3E%3Crect x='2' y='3' width='20' height='14' rx='2'/%3E%3Cpath d='M8 21h8m-4-4v4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center 35%}}
