:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;color:#0f172a;background:#0b1220}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 20% 20%,rgba(56,189,248,.08),transparent 35%),radial-gradient(circle at 80% 0%,rgba(99,102,241,.1),transparent 30%),#0b1220;min-height:100vh;color:#e2e8f0}*{scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.6) rgba(255,255,255,.04)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:#ffffff0a}*::-webkit-scrollbar-thumb{background:linear-gradient(120deg,#22d3ee99,#6366f1b3);border-radius:999px;border:2px solid rgba(255,255,255,.08)}*::-webkit-scrollbar-thumb:hover{background:linear-gradient(120deg,#22d3eecc,#6366f1e6)}a{color:inherit;text-decoration:none}#app{min-height:100vh}.layout{max-width:none;width:100%;margin:0 auto;padding:20px 16px 48px}@media(min-width:720px){.layout{padding:32px 24px 64px}}.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:12px 16px;border:1px solid rgba(255,255,255,.08);border-radius:12px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0a;margin-bottom:20px}.brand{font-weight:700;letter-spacing:.3px}.nav-toggle{display:inline-flex;flex-direction:column;gap:4px;background:transparent;border:1px solid rgba(255,255,255,.16);border-radius:10px;padding:8px}.nav-toggle span{display:block;width:18px;height:2px;background:#e2e8f0}.nav{width:100%;display:none;flex-direction:column;gap:6px}.nav.open{display:flex}.navlink{display:inline-flex;align-items:center;gap:6px;margin-left:10px;padding:8px 10px;border-radius:8px;transition:background .2s ease,color .2s ease;color:#cbd5e1}.navlink.active{background:#6366f124;color:#e0e7ff}.content{display:grid;gap:18px}.nav button.ghost{width:fit-content}.nav button.icon-button{width:38px;height:38px;padding:8px}@media(min-width:720px){.topbar{flex-wrap:nowrap}.nav-toggle{display:none}.nav{display:flex;width:auto;flex-direction:row;align-items:center}.navlink{margin-left:14px}}.auth-page{display:flex;justify-content:center;padding:60px 16px}.panel.auth{width:100%;max-width:420px}.panel,.card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:20px}.modal-backdrop{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:20;padding:16px}.modal{width:100%;max-width:620px;max-height:min(92vh,900px);overflow:hidden;background:#111827e6;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:18px}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.panel h1{margin:0 0 12px}.form{display:grid;gap:12px}.product-form{max-height:calc(min(92vh,900px) - 88px);overflow-y:auto;padding-right:4px;padding-bottom:20px}.offer-form{max-height:calc(min(92vh,900px) - 88px);overflow-y:auto;padding-right:4px}.product-form__store-meta{display:grid;gap:6px;padding:14px 16px;background:#22d3ee0f;border-color:#22d3ee2e}.form label{display:grid;gap:6px;font-size:.9rem;color:#cbd5e1}.checkbox{display:flex!important;align-items:center;gap:10px;cursor:pointer;color:#e2e8f0;flex-wrap:nowrap}.checkbox input{position:absolute;opacity:0;pointer-events:none}.checkbox-box{width:20px;height:20px;border-radius:6px;border:1px solid rgba(255,255,255,.25);display:inline-flex;align-items:center;justify-content:center;background:#ffffff0a;transition:all .15s ease}.checkbox .checkbox-tick{width:10px;height:10px;border-radius:3px;background:linear-gradient(120deg,#22d3ee,#6366f1);opacity:0;transform:scale(.8);transition:all .15s ease}.checkbox input:checked+.checkbox-box{border-color:#22d3eeb3;box-shadow:0 0 0 4px #6366f11f}.checkbox input:checked+.checkbox-box .checkbox-tick{opacity:1;transform:scale(1)}.checkbox-copy{display:inline-flex;align-items:center;gap:6px}.checkbox-hint-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.18);color:#94a3b8;cursor:help}.checkbox-tooltip{position:absolute;bottom:130%;left:50%;transform:translate(-50%);background:#0f172af2;color:#e2e8f0;padding:6px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.12);white-space:nowrap;font-size:.85rem;box-shadow:0 10px 30px #0000004d;opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease;transform-origin:bottom center}.checkbox-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:rgba(15,23,42,.95) transparent transparent transparent}.checkbox-hint-icon:hover .checkbox-tooltip,.checkbox-hint-icon:focus-within .checkbox-tooltip{opacity:1;transform:translate(-50%) translateY(-2px)}.checkbox.disabled{opacity:.6;cursor:not-allowed}input,select,textarea{background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:10px;color:#e2e8f0}select{appearance:none}select option{color:#0f172a;background:#f8fafc}textarea{min-height:96px;resize:vertical;font-family:inherit}button{background:linear-gradient(120deg,#22d3ee,#6366f1);color:#0b1220;font-weight:700;border:none;border-radius:10px;padding:12px 14px;cursor:pointer}.actions{display:flex;gap:10px;align-items:center}.ghost{background:transparent;color:#e2e8f0;border:1px solid rgba(255,255,255,.2)}.ghost.is-active{background:#22d3ee1f;border-color:#22d3ee61;color:#cffafe}.icon-button{display:inline-flex;align-items:center;justify-content:center;padding:8px;width:38px;height:38px;min-width:38px;border-radius:10px;line-height:0}.icon-button svg{pointer-events:none}.table-actions .icon-button{width:34px;height:34px;padding:6px}.ghost.danger{border-color:#f8717180;color:#fecdd3}.hint{color:#94a3b8;font-size:.9rem;margin-top:10px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.section-head h2{margin:4px 0 0}.cards-grid{display:grid;gap:16px}@media(min-width:960px){.cards-grid{grid-template-columns:360px 1fr;align-items:start}}.two-cols{display:grid;gap:12px}@media(min-width:760px){.two-cols{grid-template-columns:1fr 1fr}}.product-form .two-cols{align-items:start}@media(max-width:759px){.modal{max-width:100%;padding:16px}.product-form{max-height:calc(92vh - 88px);padding-bottom:20px}.offer-form{max-height:calc(92vh - 88px)}}.form-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.eyebrow{letter-spacing:1px;text-transform:uppercase;font-size:.75rem;color:#94a3b8;margin:0}.error{color:#fca5a5;margin:6px 0 0}.success{color:#4ade80;margin:6px 0 0}.loading{padding:40px;text-align:center;color:#cbd5e1}.mobile-cards{display:none;gap:12px}.mobile-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px;display:grid;gap:6px}.mobile-row{display:grid;gap:2px}.mobile-row .label{font-size:.8rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.inline-input{max-width:90px}table{width:100%;border-collapse:collapse;color:#e2e8f0}th,td{border-bottom:1px solid rgba(255,255,255,.08);padding:8px 6px;text-align:left}.pagination{display:flex;align-items:center;gap:12px;margin-top:12px}.pill{display:inline-block;padding:2px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.pill-icon{display:inline-flex;align-items:center;gap:6px}.mono{font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.9rem;word-break:break-all}.small{font-size:.85rem}.product-ids{display:grid;gap:2px;margin-top:4px}.sparklist{list-style:none;padding:0;margin:12px 0 0;display:grid;gap:6px}.sparklist li{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#ffffff08}.settings-security__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.settings-security__head h3,.settings-security__panel h4{margin:0}.settings-security__status{margin-top:16px}.settings-security__status.is-enabled{color:#86efac;border-color:#4ade8059}.settings-security__status.is-disabled{color:#fda4af;border-color:#f8717147}.settings-security__grid{display:grid;gap:12px;margin-top:16px}.settings-security__panel{display:grid;gap:10px;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff08}.settings-security__panel--full{grid-column:1 / -1}.settings-security__qr-wrap{width:fit-content;padding:10px;border-radius:12px;background:#fff}.settings-security__qr{display:block;width:220px;max-width:100%;height:auto}.settings-switches{display:grid;gap:12px}.settings-switch{display:grid!important;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:14px 16px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0a;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.settings-switch input{position:absolute;opacity:0;pointer-events:none}.settings-switch__copy{display:grid;gap:4px}.settings-switch__title{color:#e2e8f0;font-weight:700}.settings-switch__hint{color:#94a3b8;font-size:.88rem}.settings-switch__state{margin:0;min-width:96px;text-align:center}.settings-switch.is-enabled{border-color:#4ade8059;background:#22c55e14;box-shadow:inset 0 0 0 1px #4ade8014}.settings-switch.is-enabled .settings-switch__state{color:#86efac;border-color:#4ade8059;background:#22c55e1f}.settings-switch.is-disabled{border-color:#f8717147;background:#ef44440f}.settings-switch.is-disabled .settings-switch__state{color:#fda4af;border-color:#f8717147;background:#ef444414}.settings-switch:hover{border-color:#ffffff38}@media(min-width:960px){.settings-security__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.settings-switch{grid-template-columns:1fr}.settings-switch__state{justify-self:start}}@media(max-width:719px){.table-wrapper{display:none}.mobile-cards{display:grid}}
