:root{--ink:#101828;--muted:#667085;--line:#e5e9f0;--canvas:#f6f7f9;--card:#fff;--blue:#2878f0;--blue2:#185ed1;--soft:#edf4ff;--green:#16845b;--green-soft:#e7f7f0;--amber:#b66a16;--amber-soft:#fff4df;--red:#c43d4b;--red-soft:#fff0f1;--nav:#0b1220;--nav2:#121d30;--radius:14px;--shadow:0 1px 2px rgba(16,24,40,.04),0 12px 32px rgba(16,24,40,.07);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--canvas);font-size:15px;line-height:1.5}button,input,textarea,select{font:inherit}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.03em}small{font-size:12px}.brand{display:inline-flex;align-items:center;gap:11px;min-height:44px}.brand>span:last-child{display:flex;flex-direction:column;line-height:1.15}.brand b{font-size:17px;letter-spacing:-.03em}.brand small{color:var(--muted);margin-top:3px}.brand--light{color:#fff}.brand--light small{color:#8ea0bd}.brand-mark{position:relative;display:inline-flex;align-items:flex-end;gap:2px;width:34px;height:34px;padding:8px;border-radius:10px;background:var(--blue);overflow:hidden;flex:0 0 auto}.brand-mark span{display:block;width:5px;border-radius:3px;background:#fff;transform:rotate(28deg);transform-origin:bottom}.brand-mark span:nth-child(1){height:11px;opacity:.72}.brand-mark span:nth-child(2){height:18px}.brand-mark span:nth-child(3){height:14px;opacity:.86}.button{border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);min-height:42px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;transition:.18s ease}.button:hover{transform:translateY(-1px);border-color:#cfd5df}.button:focus-visible,.nav-item:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(40,120,240,.2);outline-offset:2px}.button--primary{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 5px 14px rgba(40,120,240,.22)}.button--primary:hover{background:var(--blue2);border-color:var(--blue2)}.button--dark{background:var(--nav);border-color:var(--nav);color:#fff}.button--ghost{background:transparent}.button--soft{background:var(--soft);border-color:#dbe9ff;color:var(--blue2)}.button--large{min-height:50px;padding:0 21px}.button--full{width:100%}.button[disabled]{opacity:.55;cursor:not-allowed;transform:none}.section-kicker,.eyebrow{display:block;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin-bottom:8px}.section-kicker--light{color:#9fc5ff}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:260px;background:var(--nav);color:#dce5f3;padding:24px 18px 18px;display:flex;flex-direction:column;z-index:30}.sidebar>.brand{padding:0 8px;margin-bottom:28px}.side-nav{display:flex;flex-direction:column;gap:4px}.nav-caption{color:#657895;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin:19px 10px 7px}.nav-item{border:0;background:transparent;color:#9badc7;display:flex;align-items:center;gap:12px;min-height:44px;padding:0 11px;border-radius:9px;text-align:left;font-weight:650}.nav-item:hover{background:#111d30;color:#fff}.nav-item.is-active{background:#172640;color:#fff}.nav-icon{font-size:19px;width:22px;text-align:center;color:#89a8d9}.nav-item.is-active .nav-icon{color:#72a9ff}.nav-count{margin-left:auto;background:#233653;color:#a9c8f7;min-width:24px;padding:2px 7px;text-align:center;border-radius:12px;font-size:11px}.sidebar-foot{margin-top:auto;border-top:1px solid #1b2940;padding-top:14px}.store-link,.profile-mini{display:flex;align-items:center;gap:11px;padding:10px;border-radius:10px}.store-link:hover{background:#111d30}.store-link>span:first-child{font-size:20px;color:#76aafd}.store-link span:nth-child(2),.profile-mini span:nth-child(2){display:flex;flex-direction:column;min-width:0}.store-link b,.profile-mini b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-link small,.profile-mini small{color:#71839e}.profile-mini{margin-top:7px;background:#111b2c}.avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#2c70d8;color:#fff;font-weight:800}.icon-button{border:1px solid var(--line);background:#fff;width:40px;height:40px;border-radius:9px;display:grid;place-items:center;font-size:21px}.icon-button--dark{margin-left:auto;background:#19263a;border-color:#29374d;color:#94a6c1;width:34px;height:34px}.main-panel{margin-left:260px;min-height:100vh}.topbar{height:94px;padding:0 34px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(255,255,255,.82);backdrop-filter:blur(18px);position:sticky;top:0;z-index:20}.topbar h1{font-size:23px;margin:0}.topbar .eyebrow{margin-bottom:3px}.topbar-actions{display:flex;align-items:center;gap:13px}.live-indicator{display:flex;align-items:center;gap:7px;color:var(--green);font-weight:750;font-size:12px}.live-indicator i{width:7px;height:7px;border-radius:50%;background:#25a879;box-shadow:0 0 0 4px #def5ec}.mobile-menu{display:none}.content-area{padding:30px 34px 48px;max-width:1600px;margin:auto}.page{display:none}.page.is-active{display:block;animation:fadein .22s ease}@keyframes fadein{from{opacity:.35;transform:translateY(3px)}}.welcome-strip{min-height:244px;border-radius:18px;background:linear-gradient(125deg,#101d31,#0d1728 55%,#162b4c);color:#fff;padding:38px 42px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;position:relative}.welcome-strip h2{font-size:36px;line-height:1.08;margin:0 0 14px}.welcome-strip h2 em,.store-hero h1 em,.login-message h1 em{font-style:normal;color:#68a2fb}.welcome-strip p{color:#9eb0c9;margin:0}.welcome-visual{position:relative;width:360px;height:190px}.orbit{position:absolute;border:1px solid rgba(113,164,240,.2);border-radius:50%;inset:-30px -40px}.orbit--two{inset:18px 18px;transform:rotate(25deg)}.signal-card{position:absolute;padding:16px 18px;width:140px;border:1px solid rgba(255,255,255,.14);border-radius:13px;background:rgba(255,255,255,.08);backdrop-filter:blur(12px);box-shadow:0 15px 40px rgba(0,0,0,.18)}.signal-card span,.signal-card small{display:block;color:#92a9c8;font-size:10px;letter-spacing:.1em}.signal-card b{display:block;font-size:28px;margin:5px 0 1px}.signal-card--a{left:25px;top:35px;transform:rotate(-5deg)}.signal-card--b{right:20px;bottom:20px;transform:rotate(5deg)}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:16px 0}.metric-card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:19px;display:flex;gap:14px;align-items:center}.metric-card p{margin:0;color:var(--muted);font-size:12px;font-weight:650}.metric-card b{display:block;font-size:25px;letter-spacing:-.04em;margin:1px 0}.metric-card small{color:#8a94a4}.metric-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;font-size:19px;flex:0 0 auto}.metric-icon--blue{background:#e9f2ff;color:#2775e7}.metric-icon--mint{background:#e9f8f1;color:#1a8760}.metric-icon--amber{background:#fff3df;color:#b56d1b}.metric-icon--violet{background:#f1ecff;color:#7457cd}.dashboard-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,.8fr);gap:16px}.panel{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.panel-head{padding:20px 22px 14px;display:flex;align-items:center;justify-content:space-between}.panel-head h3{font-size:17px;margin:0}.panel-head .section-kicker{margin-bottom:3px}.text-button{border:0;background:transparent;color:var(--blue);font-weight:700}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;white-space:nowrap}.data-table th{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#8992a0;font-weight:800;background:#fafbfc}.data-table th,.data-table td{text-align:left;padding:12px 18px;border-top:1px solid #eef0f3}.data-table td{font-size:13px}.data-table--roomy th,.data-table--roomy td{padding:15px 20px}.invoice-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:700}.channel-tag{color:var(--muted);text-transform:capitalize}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:3px 9px;border-radius:14px;font-size:10px;font-weight:800;letter-spacing:.04em}.status-pill--success,.status-fulfilled{background:var(--green-soft);color:var(--green)}.status-pill--pending,.status-pending,.status-paid{background:var(--amber-soft);color:var(--amber)}.status-pill--cancelled,.status-cancelled,.status-expired{background:var(--red-soft);color:var(--red)}.status-pill--muted{background:#eef1f5;color:#687386}.quick-panel{padding-bottom:8px}.quick-action{border:0;border-top:1px solid #eef0f3;background:#fff;width:100%;padding:14px 20px;display:flex;align-items:center;gap:12px;text-align:left}.quick-action:hover{background:#fafcff}.quick-action>span:nth-child(2){display:flex;flex-direction:column}.quick-action b{font-size:13px}.quick-action small{color:var(--muted)}.quick-action i{margin-left:auto;color:var(--blue);font-style:normal}.quick-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;background:var(--soft);color:var(--blue);font-size:18px}.section-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;min-height:50px}.section-toolbar h2{margin:0}.segmented,.filter-chips{background:#e9edf2;padding:4px;border-radius:10px;display:inline-flex;gap:3px}.segmented button,.filter-chips button{border:0;background:transparent;min-height:36px;padding:0 13px;border-radius:7px;color:#626d7d;font-weight:700}.segmented button.is-active,.filter-chips button.is-active{background:#fff;color:var(--ink);box-shadow:0 1px 4px rgba(16,24,40,.09)}.toolbar-right{display:flex;gap:10px}.search-field,.store-search{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:9px;padding:0 12px;min-height:42px}.search-field input,.store-search input{border:0;outline:0;background:transparent;min-width:230px}.product-admin-grid{display:grid;grid-template-columns:repeat(3,minmax(240px,1fr));gap:15px}.admin-product-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px;position:relative}.admin-product-card:hover{border-color:#cbd8e9;box-shadow:var(--shadow)}.product-card-top{display:flex;align-items:start;gap:12px}.product-glyph{display:grid;place-items:center;width:44px;height:44px;border-radius:11px;background:linear-gradient(135deg,#e9f2ff,#dbe8fc);color:#2268d1;font-weight:850;font-size:18px;flex:0 0 auto}.product-card-top h3{font-size:16px;margin:1px 0 2px}.product-card-top small{color:var(--muted)}.admin-product-card>p{color:var(--muted);font-size:13px;height:40px;overflow:hidden;margin:14px 0}.product-meta{display:flex;justify-content:space-between;border-top:1px solid #eef0f3;padding-top:14px}.product-meta span{display:flex;flex-direction:column}.product-meta small{color:var(--muted)}.product-meta b{font-size:15px;margin-top:2px}.stock-number{color:var(--green)}.product-actions{display:flex;gap:8px;margin-top:14px}.product-actions .button{flex:1;min-height:38px;font-size:12px;padding:0 10px}.empty-state{grid-column:1/-1;min-height:240px;display:grid;place-items:center;align-content:center;color:var(--muted);gap:12px}.spinner{width:28px;height:28px;border:3px solid #dce4ee;border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.intro-row{display:flex;align-items:end;justify-content:space-between;margin-bottom:21px}.intro-row h2{font-size:29px;margin:0 0 7px}.intro-row p{color:var(--muted);margin:0}.security-note{background:var(--green-soft);color:var(--green);padding:9px 12px;border-radius:8px;font-size:12px;font-weight:700}.integration-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.integration-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:23px}.integration-card--telegram{border-top:3px solid #2aabee}.integration-card--discord{border-top:3px solid #5865f2}.integration-brand{display:flex;align-items:center;gap:12px}.integration-brand>div{display:flex;flex-direction:column}.integration-brand small{font-size:9px;color:var(--muted);font-weight:800;letter-spacing:.12em}.integration-brand h3{margin:0;font-size:20px}.integration-brand .status-pill{margin-left:auto}.integration-logo{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#eef5ff;color:#2774e6;font-weight:900}.integration-card>p,.panel-copy{color:var(--muted);font-size:13px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.form-grid--single{grid-template-columns:1fr}.span-2{grid-column:span 2}.form-grid label,.modal>form>label,.login-card label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:750;color:#3f4a5b}.form-grid input,.form-grid textarea,.form-grid select,.modal>form>label textarea,.login-card input{width:100%;border:1px solid #dce1e9;border-radius:9px;background:#fff;min-height:44px;padding:10px 12px;color:var(--ink);outline:0}.form-grid textarea{resize:vertical}.card-actions{display:flex;gap:9px;margin-top:17px}.payment-layout{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(400px,1.1fr);gap:16px}.settings-panel,.api-panel{padding-bottom:21px}.settings-panel>.panel-copy{padding:0 22px}.settings-panel>.form-grid{padding:0 22px}.settings-panel>.card-actions{padding:0 22px}.provider-mark{font-size:11px;font-weight:900;letter-spacing:.12em;border:1px solid var(--line);padding:8px 10px;border-radius:8px}.copy-field{display:flex}.copy-field input{border-radius:9px 0 0 9px}.copy-field button{border:1px solid #dce1e9;border-left:0;background:#f5f7fa;border-radius:0 9px 9px 0;padding:0 12px;font-weight:700}.api-list{padding:0 22px}.api-list>div{display:grid;grid-template-columns:54px 1fr;gap:4px 10px;border-top:1px solid #edf0f3;padding:13px 0}.api-list code{font-size:12px;font-weight:700}.api-list small{grid-column:2;color:var(--muted)}.method{font-size:9px;font-weight:900;border-radius:5px;text-align:center;padding:3px}.method--post{background:#e9f2ff;color:#276bd1}.method--get{background:#e7f7f0;color:#16845b}.method--hook{background:#f1ecff;color:#7353ce}.modal{border:0;border-radius:16px;padding:0;width:min(630px,calc(100vw - 30px));box-shadow:0 28px 80px rgba(9,18,32,.27);color:var(--ink)}.modal--wide{width:min(760px,calc(100vw - 30px))}.modal::backdrop{background:rgba(6,12,23,.58);backdrop-filter:blur(3px)}.modal form{padding:24px}.modal-head{display:flex;align-items:start;justify-content:space-between;margin-bottom:20px}.modal-head h2{font-size:23px;margin:0}.modal-head p{color:var(--muted);margin:4px 0 0}.modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;margin-top:21px;padding-top:16px;border-top:1px solid var(--line)}.modal-actions .muted{margin-right:auto}.switch-line{flex-direction:row!important;align-items:center!important;min-height:54px}.switch-line input{width:38px!important;height:22px!important;accent-color:var(--blue)}.switch-line span{display:flex;flex-direction:column}.switch-line small{color:var(--muted);font-weight:500}.format-hint{background:#f5f8fc;border:1px solid #e1e7f0;border-radius:10px;padding:13px;margin-bottom:14px}.format-hint b,.format-hint code,.format-hint small{display:block}.format-hint code{font-size:11px;color:#245fae;margin:5px 0;overflow-wrap:anywhere}.format-hint small,.muted{color:var(--muted)}.code-input{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.toast-stack{position:fixed;right:22px;bottom:22px;z-index:100;display:flex;flex-direction:column;gap:8px}.toast{background:#101828;color:#fff;border-radius:10px;padding:12px 15px;box-shadow:0 12px 30px rgba(0,0,0,.2);min-width:260px;max-width:380px;animation:toastin .2s ease}.toast--error{background:#8f2631}@keyframes toastin{from{opacity:0;transform:translateY(8px)}}.mobile-scrim{display:none}
/* storefront */.store-body{background:#fbfbfc}.store-header{height:82px;max-width:1180px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between}.store-header nav{display:flex;gap:30px;color:#515b69;font-weight:650;font-size:13px}.store-header nav a:hover{color:var(--blue)}.store-hero{max-width:1180px;min-height:590px;margin:auto;padding:70px 28px 76px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#eef5ff;color:#1d63c9;border:1px solid #d9e9ff;padding:6px 10px;border-radius:8px;font-size:11px;font-weight:800}.hero-badge i{width:7px;height:7px;background:#2b83f6;border-radius:50%}.hero-copy h1{font-size:60px;line-height:1.02;letter-spacing:-.055em;margin:20px 0}.hero-copy p{font-size:18px;color:#606a78;max-width:550px;line-height:1.65}.hero-actions{display:flex;gap:10px;margin:29px 0 25px}.trust-row{display:flex;gap:20px;color:#677282;font-size:12px;font-weight:650}.hero-stage{height:420px;position:relative;border-radius:28px;background:linear-gradient(145deg,#0e1a2d,#152b4c);overflow:hidden}.stage-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:30px 30px}.hero-glow{position:absolute;width:260px;height:260px;background:#2b78ec;filter:blur(110px);opacity:.36;right:-50px;top:-60px}.floating-card{position:absolute;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.5);box-shadow:0 22px 50px rgba(0,0,0,.23);border-radius:15px}.floating-card--catalog{width:255px;left:54px;top:65px;padding:20px;transform:rotate(-3deg);z-index:2}.mini-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.mini-top i{width:8px;height:8px;border-radius:50%;background:#23a875;box-shadow:0 0 0 4px #e3f6ef}.mini-logo{display:grid;place-items:center;width:34px;height:34px;background:#deebff;color:#2368ce;border-radius:9px;font-weight:900}.mini-label{font-size:9px;color:#7c8796;letter-spacing:.1em;font-weight:800}.floating-card--catalog>b{display:block;font-size:21px;margin:4px 0}.floating-card--catalog p{color:#738093;font-size:12px}.mini-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e9edf2;padding-top:13px}.mini-bottom strong{font-size:15px}.mini-bottom span{color:var(--green);font-size:10px;font-weight:800;background:var(--green-soft);padding:4px 7px;border-radius:7px}.floating-card--payment{right:28px;top:205px;padding:13px 15px;display:flex;align-items:center;gap:11px;z-index:3;transform:rotate(3deg)}.pay-check{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--green-soft);color:var(--green);font-weight:900}.floating-card--payment div{display:flex;flex-direction:column}.floating-card--payment small{color:var(--green);font-size:8px;font-weight:850;letter-spacing:.1em}.floating-card--payment b{font-size:12px}.floating-card--stock{right:33px;top:47px;width:112px;padding:15px;background:rgba(25,42,68,.92);color:#fff;z-index:2}.floating-card--stock small{color:#8da3c2;font-size:8px;letter-spacing:.1em}.floating-card--stock b{display:block;font-size:29px;margin:3px 0}.floating-card--stock span{color:#78cda9;font-size:9px}.catalog-section,.how-section{max-width:1180px;margin:auto;padding:78px 28px}.catalog-section{border-top:1px solid #e9ebef}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:32px}.section-heading h2{font-size:36px;margin:0}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.product-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:21px;min-height:255px;display:flex;flex-direction:column}.product-card:hover{border-color:#c8d7eb;box-shadow:var(--shadow);transform:translateY(-2px);transition:.2s}.product-card .product-glyph{width:48px;height:48px}.product-card h3{font-size:19px;margin:20px 0 7px}.product-card p{color:var(--muted);font-size:13px;flex:1}.product-card-foot{border-top:1px solid #edf0f3;padding-top:15px;display:flex;align-items:end;justify-content:space-between}.product-card-foot small{display:block;color:var(--muted)}.product-card-foot b{font-size:17px}.stock-badge{font-size:10px;font-weight:800;background:var(--green-soft);color:var(--green);border-radius:7px;padding:5px 8px}.product-card--loading{gap:14px}.skeleton-block,.skeleton-line{background:linear-gradient(90deg,#eef0f3,#f7f8fa,#eef0f3);background-size:200%;animation:shimmer 1.3s infinite}.skeleton-block{height:50px;width:50px;border-radius:11px}.skeleton-line{height:11px;border-radius:5px}.skeleton-line.short{width:60%}@keyframes shimmer{to{background-position:-200%}}.how-section{max-width:none;background:#f3f5f8}.how-section>*{max-width:1124px;margin-left:auto;margin-right:auto}.section-heading--center{text-align:center;justify-content:center}.section-heading--center p{color:var(--muted)}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.step-grid article{position:relative;background:#fff;border:1px solid var(--line);border-radius:14px;padding:26px}.step-grid article>span{position:absolute;right:20px;top:16px;font-size:10px;font-weight:900;color:#aeb6c3}.step-icon{display:grid;place-items:center;width:43px;height:43px;background:var(--soft);color:var(--blue);border-radius:11px;font-size:19px}.step-grid h3{margin:23px 0 8px}.step-grid p{color:var(--muted);font-size:13px;margin:0}.assurance{max-width:1124px;margin:80px auto;padding:48px;border-radius:20px;background:var(--nav);color:#fff;display:flex;justify-content:space-between;align-items:center}.assurance h2{font-size:34px;margin:0}.assurance-items{display:flex;gap:30px}.assurance-items>div{display:flex;align-items:center;gap:12px;max-width:210px}.assurance-items>div>span{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:#182942;color:#72a8f9}.assurance-items p{display:flex;flex-direction:column;margin:0}.assurance-items small{color:#92a2bb}.store-footer{max-width:1180px;margin:auto;border-top:1px solid var(--line);padding:30px 28px 45px;display:flex;align-items:center;gap:30px;color:var(--muted);font-size:12px}.store-footer>span{margin-left:auto}.buy-modal{width:min(520px,calc(100vw - 30px))}.checkout-product{display:flex;align-items:center;gap:12px;background:#f6f8fb;border-radius:11px;padding:13px;margin-bottom:16px}.checkout-product>div{display:flex;flex-direction:column}.checkout-product>div small{color:var(--muted)}.checkout-product>div p{margin:1px 0;color:var(--blue);font-weight:800}.checkout-product>.stock-badge{margin-left:auto}.quantity-control{display:grid;grid-template-columns:44px 1fr 44px}.quantity-control button{border:1px solid #dce1e9;background:#f7f8fa}.quantity-control button:first-child{border-radius:9px 0 0 9px}.quantity-control button:last-child{border-radius:0 9px 9px 0}.quantity-control input{text-align:center;border-radius:0!important}.optional{color:var(--muted);font-weight:500}.order-summary{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding:15px;background:#edf5ff;border-radius:10px;color:#245fae}.order-summary b{font-size:19px}
/* login */.login-body{background:#fff}.login-layout{min-height:100vh;display:grid;grid-template-columns:1.07fr .93fr}.login-visual{background:linear-gradient(145deg,#0b1322,#132743);color:#fff;padding:42px 55px;display:flex;flex-direction:column;position:relative;overflow:hidden}.login-visual:after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(99,157,243,.13);border-radius:50%;right:-110px;bottom:-130px;box-shadow:0 0 0 75px rgba(99,157,243,.035),0 0 0 150px rgba(99,157,243,.02)}.login-message{margin:auto 0;position:relative;z-index:1}.hero-badge--dark{background:rgba(67,126,214,.12);border-color:rgba(104,162,251,.25);color:#9dc5ff}.login-message h1{font-size:52px;line-height:1.05;margin:20px 0}.login-message p{color:#a1b1c9;font-size:17px;max-width:500px}.login-proof{display:flex;gap:38px;position:relative;z-index:1}.login-proof div{display:flex;flex-direction:column}.login-proof b{font-size:16px}.login-proof small{color:#8294b0}.login-form-wrap{display:grid;place-items:center;padding:40px}.login-card{width:min(420px,100%)}.login-card h2{font-size:32px;margin:3px 0 8px}.login-card>p{color:var(--muted);margin-bottom:28px}.login-card label{margin-bottom:15px}.login-card .button{margin-top:8px}.back-link{display:block;text-align:center;color:var(--muted);font-size:12px;margin-top:20px}.login-error{background:var(--red-soft);color:var(--red);padding:10px;border-radius:8px;margin-bottom:10px;font-size:12px}.mobile-login-brand{display:none}
/* checkout */.checkout-body{background:#f4f6f9}.checkout-header{height:76px;padding:0 34px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}.secure-label{color:var(--green);font-size:12px;font-weight:750}.checkout-layout{max-width:1020px;margin:55px auto 80px;display:grid;grid-template-columns:1fr 380px;gap:50px}.checkout-title{text-align:center}.checkout-title h1{font-size:32px;margin:0 0 8px}.checkout-title p{color:var(--muted)}.qr-card{width:330px;margin:25px auto 18px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:var(--shadow)}.qr-top{display:flex;justify-content:space-between;align-items:center}.qr-top span{font-weight:950;font-size:18px}.qr-top small{color:var(--muted)}.qr-frame{width:260px;height:260px;margin:17px auto;display:grid;place-items:center;position:relative}.qr-frame img,.qr-frame canvas{max-width:230px!important;max-height:230px!important}.qr-fallback{display:grid;place-items:center;width:220px;height:220px;background:repeating-linear-gradient(45deg,#111 0 5px,#fff 5px 10px);color:#fff;font-size:40px;font-weight:900}.qr-corner{position:absolute;width:28px;height:28px;border-color:var(--blue);border-style:solid}.qr-corner--a{left:0;top:0;border-width:3px 0 0 3px}.qr-corner--b{right:0;top:0;border-width:3px 3px 0 0}.qr-corner--c{left:0;bottom:0;border-width:0 0 3px 3px}.qr-corner--d{right:0;bottom:0;border-width:0 3px 3px 0}.qr-amount{text-align:center}.qr-amount small{display:block;color:var(--muted)}.qr-amount b{font-size:24px}.countdown{display:flex;justify-content:space-between;margin-top:14px;border-top:1px solid var(--line);padding-top:12px;color:var(--amber)}.countdown span{display:flex;align-items:center;gap:7px}.countdown i{width:7px;height:7px;border-radius:50%;background:#e39a3e}.checkout-actions{display:flex;justify-content:center;gap:9px}.checkout-tip{text-align:center;color:var(--muted);font-size:11px}.order-aside{background:#fff;border:1px solid var(--line);border-radius:16px;padding:27px;height:max-content}.order-aside h2{font-size:24px}.order-item{display:flex;align-items:center;gap:11px;padding:13px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.order-item>div{display:flex;flex-direction:column}.order-item small{color:var(--muted)}.order-item>span:last-child{margin-left:auto;color:var(--muted)}.price-list{margin:17px 0}.price-list>div{display:flex;justify-content:space-between;margin:9px 0}.price-list dt{color:var(--muted)}.price-list dd{margin:0;font-weight:700}.price-list .price-total{border-top:1px dashed #dce1e8;padding-top:13px;font-size:17px;color:var(--ink)}.invoice-meta{display:grid;grid-template-columns:1fr 1fr;background:#f6f8fb;border-radius:10px;padding:12px}.invoice-meta div{display:flex;flex-direction:column}.invoice-meta small{color:var(--muted)}.delivery-box{margin-top:15px;border:1px solid #cceadf;background:#f2fbf7;border-radius:11px;padding:14px}.delivery-head{display:flex;gap:9px}.delivery-head div{display:flex;flex-direction:column}.delivery-head small{color:var(--muted)}.credential-item{margin-top:12px;border-top:1px solid #d9eee6;padding-top:10px}.credential-item p{display:flex;justify-content:space-between;margin:5px 0;font-size:11px}.credential-item span{color:var(--muted)}.credential-item code{max-width:190px;overflow-wrap:anywhere;text-align:right}.support-link{display:block;color:var(--blue);font-size:12px;font-weight:700;margin-top:18px}.not-found{display:grid;place-items:center;min-height:100vh}.not-found main{text-align:center;max-width:480px;padding:30px}.not-found .brand-mark{margin-bottom:22px}.not-found h1{font-size:36px}.not-found p{color:var(--muted)}
@media(max-width:1100px){.metric-grid{grid-template-columns:repeat(2,1fr)}.product-admin-grid{grid-template-columns:repeat(2,1fr)}.store-hero{grid-template-columns:1fr .85fr}.hero-copy h1{font-size:50px}.floating-card--catalog{left:30px}.dashboard-grid{grid-template-columns:1fr}.quick-panel{display:none}.checkout-layout{gap:25px;padding:0 25px}.integration-grid{grid-template-columns:1fr}}
@media(max-width:760px){body{font-size:14px}.sidebar{transform:translateX(-100%);transition:.22s ease;width:274px}.app-shell.nav-open .sidebar{transform:none}.mobile-scrim{display:block;position:fixed;inset:0;background:rgba(5,11,21,.5);z-index:25;opacity:0;pointer-events:none;transition:.2s}.app-shell.nav-open .mobile-scrim{opacity:1;pointer-events:auto}.main-panel{margin-left:0}.topbar{height:78px;padding:0 16px}.topbar>div:nth-child(2){flex:1}.topbar h1{font-size:19px}.topbar .eyebrow{display:none}.mobile-menu{display:grid;place-items:center;border:0;background:transparent;width:44px;height:44px;font-size:20px;margin-right:5px}.live-indicator{display:none}.topbar-actions .button{font-size:0;width:44px;padding:0}.topbar-actions .button span{font-size:20px}.content-area{padding:18px 16px 35px}.welcome-strip{min-height:235px;padding:28px;align-items:flex-start}.welcome-strip h2{font-size:29px}.welcome-visual{position:absolute;width:230px;height:145px;right:-55px;bottom:-35px;opacity:.65}.signal-card--a{display:none}.signal-card--b{right:45px}.metric-grid{grid-template-columns:1fr 1fr;gap:9px}.metric-card{padding:14px;gap:9px;align-items:flex-start}.metric-card b{font-size:20px}.metric-card small{display:none}.metric-icon{width:34px;height:34px}.section-toolbar{align-items:stretch;flex-direction:column}.toolbar-right{width:100%}.search-field{flex:1}.search-field input{min-width:0;width:100%}.product-admin-grid{grid-template-columns:1fr}.filter-chips{overflow:auto;width:100%}.intro-row{align-items:flex-start;flex-direction:column}.security-note{margin-top:12px}.form-grid{grid-template-columns:1fr}.span-2{grid-column:span 1}.payment-layout{grid-template-columns:1fr}.data-table th,.data-table td{padding:12px 14px}.modal form{padding:19px}.modal-actions{flex-wrap:wrap}.modal-actions .button{flex:1}.store-header{height:72px;padding:0 18px}.store-header nav{display:none}.store-login{font-size:0;width:44px;padding:0}.store-login span{font-size:18px}.store-hero{display:block;min-height:0;padding:55px 20px 50px}.hero-copy h1{font-size:44px}.hero-copy p{font-size:16px}.hero-actions{align-items:stretch}.hero-actions .button{flex:1;padding:0 12px}.trust-row{gap:10px;flex-wrap:wrap}.hero-stage{height:330px;margin-top:44px}.floating-card--catalog{left:24px;top:50px}.floating-card--payment{right:15px;top:190px}.floating-card--stock{right:20px;top:24px}.catalog-section,.how-section{padding:55px 20px}.section-heading{align-items:stretch;flex-direction:column;gap:18px}.section-heading h2{font-size:31px}.store-search input{width:100%;min-width:0}.catalog-grid,.step-grid{grid-template-columns:1fr}.assurance{margin:50px 20px;padding:30px;align-items:flex-start;flex-direction:column}.assurance-items{margin-top:25px;flex-direction:column;gap:15px}.store-footer{margin:0 20px;padding-left:0;padding-right:0;flex-wrap:wrap}.store-footer p{display:none}.login-layout{display:block}.login-visual{min-height:270px;padding:27px 24px}.login-message{margin:35px 0}.login-message h1{font-size:38px}.login-message p{font-size:14px}.login-proof{display:none}.login-form-wrap{padding:35px 24px}.login-card h2{font-size:28px}.checkout-header{padding:0 18px}.checkout-layout{display:block;margin:35px auto;padding:0 16px}.qr-card{width:min(330px,100%)}.qr-frame{width:245px;height:245px}.checkout-actions{flex-direction:column}.checkout-actions .button{width:100%}.order-aside{margin-top:25px}.section-kicker{font-size:10px}.toast-stack{right:12px;left:12px;bottom:12px}.toast{min-width:0;max-width:none}.mobile-login-brand{display:none}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* no-terminal setup wizard */
.setup-body{min-height:100vh;background:#f4f6f9}.setup-shell{min-height:100vh;display:grid;grid-template-columns:minmax(320px,42%) 1fr}.setup-aside{position:relative;overflow:hidden;background:linear-gradient(145deg,#091321,#122845);color:#fff;padding:42px 54px;display:flex;flex-direction:column}.setup-aside:before,.setup-aside:after{content:"";position:absolute;border:1px solid rgba(104,162,251,.13);border-radius:50%;width:520px;height:520px;right:-240px;bottom:-210px}.setup-aside:after{width:330px;height:330px;right:-70px;bottom:-130px;background:rgba(45,117,225,.07)}.setup-aside-copy{margin:auto 0;position:relative;z-index:1;max-width:540px}.setup-aside-copy h1{font-size:52px;line-height:1.06;margin:20px 0}.setup-aside-copy h1 em{font-style:normal;color:#68a2fb}.setup-aside-copy p{font-size:17px;color:#a6b6cd;max-width:500px}.setup-trust{display:flex;flex-wrap:wrap;gap:10px 22px;position:relative;z-index:1;color:#92a7c3;font-size:12px;font-weight:700}.setup-main{display:grid;place-items:center;padding:40px}.setup-card{width:min(720px,100%);background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 55px rgba(16,24,40,.09);overflow:hidden}.setup-progress{display:flex;align-items:flex-start;padding:25px 32px 18px;border-bottom:1px solid var(--line);background:#fbfcfd}.setup-progress>i{height:1px;background:#dfe4ec;flex:1;margin:17px 9px 0}.setup-step{display:flex;align-items:center;flex-direction:column;gap:5px;color:#9aa3b0;min-width:52px}.setup-step span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#eef1f5;font-size:12px;font-weight:850}.setup-step small{font-size:10px;font-weight:750}.setup-step.is-active{color:var(--blue)}.setup-step.is-active span{background:var(--blue);color:#fff;box-shadow:0 6px 14px rgba(40,120,240,.23)}.setup-pane{display:none;padding:30px 34px}.setup-pane.is-active{display:block;animation:fadein .22s ease}.setup-pane h2{font-size:27px;margin:0 0 7px}.setup-pane>p{color:var(--muted);margin-bottom:22px}.requirement-list{display:grid;grid-template-columns:1fr 1fr;gap:9px}.requirement{display:grid;grid-template-columns:34px 1fr;gap:0 10px;align-items:center;border:1px solid var(--line);border-radius:10px;padding:11px}.requirement>span{grid-row:1/3;display:grid;place-items:center;width:32px;height:32px;border-radius:9px;font-weight:900}.requirement b{font-size:12px}.requirement small{color:var(--muted);font-size:10px}.requirement.is-ok>span{background:var(--green-soft);color:var(--green)}.requirement.is-bad{border-color:#f1ced2;background:#fffafa}.requirement.is-bad>span{background:var(--red-soft);color:var(--red)}.setup-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:25px;padding-top:18px;border-top:1px solid var(--line)}.setup-error{display:flex;flex-direction:column;gap:2px;margin:20px 34px 0;padding:12px 14px;background:var(--red-soft);color:var(--red);border:1px solid #f4ced2;border-radius:10px;font-size:12px}.setup-details{border:1px solid var(--line);border-radius:11px;margin-bottom:10px;background:#fff}.setup-details summary{cursor:pointer;padding:13px 15px;font-weight:800;font-size:13px}.setup-details .form-grid{padding:2px 15px 16px}.install-summary{display:flex;align-items:center;gap:12px;background:var(--soft);color:#275fAD;border:1px solid #dbe9ff;border-radius:11px;padding:13px 15px;margin-top:15px}.install-summary>span{font-size:20px}.install-summary>div{display:flex;flex-direction:column}.install-summary small{color:#6381aa}.setup-complete{text-align:center;width:min(520px,100%);background:#fff;border:1px solid var(--line);border-radius:18px;padding:48px;box-shadow:var(--shadow)}.complete-icon{display:grid;place-items:center;width:66px;height:66px;border-radius:20px;background:var(--green-soft);color:var(--green);font-size:31px;font-weight:900;margin:0 auto 22px}.setup-complete h2{font-size:30px;margin:0 0 9px}.setup-complete p{color:var(--muted);margin-bottom:24px}.setup-complete>small{display:block;color:var(--muted);margin-top:17px}.setup-complete code{font-size:10px}
@media(max-width:900px){.setup-shell{grid-template-columns:1fr}.setup-aside{min-height:270px;padding:28px 30px}.setup-aside-copy{margin:35px 0}.setup-aside-copy h1{font-size:38px}.setup-aside-copy p{font-size:14px}.setup-trust{display:none}.setup-main{padding:28px 18px 45px}.setup-progress{padding:20px 18px 14px}.setup-progress>i{margin-left:4px;margin-right:4px}.setup-step{min-width:43px}.setup-pane{padding:25px 21px}.requirement-list{grid-template-columns:1fr}.setup-error{margin:16px 21px 0}.setup-complete{padding:34px 24px}}

/* v2 visual bots + Proxy Shield */
.bot-cover-preview{min-height:150px;border-radius:18px;border:1px dashed #8fa0b8;background:#0c1422 center/cover no-repeat;display:grid;place-items:end start;overflow:hidden}.bot-cover-preview span{margin:12px;padding:7px 10px;border-radius:99px;background:#09111dcc;color:#fff;font-size:11px}.integration-footnote{display:block;margin-top:14px;padding-top:12px;border-top:1px solid #dfe5ee;color:#718096}.proxy-hero{padding:26px;border-radius:24px;background:radial-gradient(circle at 85% 10%,#4d74ff33,transparent 34%),linear-gradient(135deg,#0a1424,#111e32);color:#fff}.proxy-hero p{color:#a9b8cd}.proxy-hero code{color:#6fe2ba}.gateway-notice{margin:18px 0;padding:16px 18px;border:1px solid #efd087;border-radius:18px;background:#fff8e5;color:#745a21}.gateway-notice p{margin:5px 0 0;color:#806b3c;font-size:13px}.proxy-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;margin:18px 0}.agent-endpoints{display:grid;gap:7px;margin:14px 0;padding:12px;border-radius:14px;background:#0c1524;color:#6fe2ba;font-size:11px;word-break:break-all}.blocked-domain-list{display:grid;gap:13px}.blocked-domain-row{display:grid;grid-template-columns:1.2fr 1fr 45px;gap:10px;align-items:center}.blocked-domain-row b,.blocked-domain-row small{display:block}.blocked-domain-row small{color:#8795a8;font-size:9px;text-transform:uppercase}.blocked-domain-row i{height:7px;border-radius:9px;background:linear-gradient(90deg,#4d74ff,#2fd4a3)}.proxy-events{margin-top:18px}.status-active,.status-allowed{background:#e9faf3;color:#168864}.status-blocked{background:#fff0f2;color:#c54c60}.status-login{background:#edf2ff;color:#4567c8}.optional.is-required{background:#fff0f2;color:#c54c60}
@media(max-width:1000px){.proxy-layout,.integration-grid{grid-template-columns:1fr}}@media(max-width:720px){.proxy-hero{padding:20px}.proxy-layout{display:block}.proxy-layout>.panel{margin-bottom:16px}.bot-cover-preview{min-height:125px}}

/* ===== v3.0 UI: manajer stok, konfirmasi, health bot, pelanggan bot ===== */
.modal--stock { width: min(940px, 96vw); }
.modal--confirm { width: min(460px, 94vw); }
.modal--confirm .modal-body p { margin: 0 0 8px; }
.tabs { display: flex; gap: 6px; padding: 4px; margin: 0 0 16px; border-radius: 14px; background: rgba(148,163,184,.12); border: 1px solid rgba(148,163,184,.16); }
.tab { flex: 1; padding: 9px 12px; border: 0; border-radius: 10px; background: transparent; color: #94a3b8; font: inherit; font-weight: 600; font-size: 13px; cursor: pointer; transition: background .18s ease, color .18s ease; }
.tab:hover { color: #e2e8f5; }
.tab.is-active { background: linear-gradient(135deg, rgba(99,102,241,.92), rgba(56,189,248,.85)); color: #0b1120; box-shadow: 0 6px 18px rgba(79,70,229,.26); }
.tab-pane { display: none; }
.tab-pane.is-active { display: block; animation: v3FadeUp .22s ease; }
@keyframes v3FadeUp { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.stock-summary { display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); gap: 10px; margin-bottom: 14px; }
.customer-stats { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 14px; }
.stock-summary span, .customer-stats span { display: flex; flex-direction: column; gap: 2px; padding: 10px 12px; border-radius: 12px; background: rgba(15,23,42,.45); border: 1px solid rgba(148,163,184,.16); }
.stock-summary small, .customer-stats small { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: #94a3b8; }
.stock-summary b, .customer-stats b { font-size: 17px; }
.stock-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.stock-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.segmented--sm button { font-size: 12px; padding: 6px 10px; }
.table-wrap--scroll { max-height: 340px; overflow: auto; border-radius: 14px; }
.data-table--compact th, .data-table--compact td { padding: 8px 10px; font-size: 13px; }
.row-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.button--tiny { padding: 6px 10px; font-size: 12px; border-radius: 9px; }
.button--danger { background: linear-gradient(135deg, #f43f5e, #b91c1c); color: #fff; border: 1px solid rgba(244,63,94,.5); }
.button--danger:hover { filter: brightness(1.08); }
.button--danger:disabled { opacity: .45; cursor: not-allowed; filter: none; }
.health-card { display: grid; gap: 12px; margin: 4px 0 12px; }
.health-state { padding: 10px 14px; border-radius: 12px; font-weight: 700; font-size: 13px; }
.health-state.is-ok { background: rgba(34,197,94,.14); color: #86efac; border: 1px solid rgba(34,197,94,.32); }
.health-state.is-warn { background: rgba(249,115,22,.14); color: #fdba74; border: 1px solid rgba(249,115,22,.32); }
.health-list { display: grid; gap: 8px; margin: 0; }
.health-list > div { display: grid; grid-template-columns: 150px 1fr; gap: 10px; padding: 8px 10px; border-radius: 10px; background: rgba(15,23,42,.4); border: 1px solid rgba(148,163,184,.12); }
.health-list dt { margin: 0; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: #94a3b8; }
.health-list dd { margin: 0; font-size: 13px; word-break: break-all; }
@media (max-width: 640px) { .health-list > div { grid-template-columns: 1fr; } }
.lock-dot { color: #fbbf24; font-size: 12px; }
.small { font-size: 12px; }


/* v3.1 stock editor and responsive audit */
.stock-editor-label{display:flex;flex-direction:column;gap:8px;width:100%;font-weight:700;color:var(--ink)}
.stock-editor-label .code-input{display:block;width:100%;min-width:0;min-height:300px;padding:14px 16px;border:1px solid #cfd8e6;border-radius:12px;background:#fbfcfe;color:#172033;line-height:1.65;resize:vertical;tab-size:2}
.stock-editor-label .code-input:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(40,120,240,.1)}
.filter-chips button{cursor:pointer;transition:background .16s ease,color .16s ease,box-shadow .16s ease}
@media(max-width:720px){
  .modal--stock{width:calc(100vw - 16px);max-height:calc(100dvh - 16px);margin:8px;padding:0 16px 18px;overflow:auto}
  .modal--stock>.modal-head{position:sticky;top:0;z-index:3;background:#fff;padding:16px 0 10px;margin-bottom:10px}
  .stock-editor-label .code-input{min-height:42dvh;font-size:13px}
  .format-hint{padding:12px}.format-hint code{font-size:10px}
  .stock-toolbar{align-items:stretch}.stock-toolbar>.segmented{width:100%;overflow:auto}.stock-toolbar>.segmented button{flex:1;white-space:nowrap}
  .stock-actions{width:100%}.stock-actions .button{flex:1}
  .filter-chips{max-width:100%;overflow-x:auto}.filter-chips button{white-space:nowrap}
}
@media(max-width:720px){.modal--stock #stockForm{padding:0}.modal--stock .tab-pane[data-stock-pane="import"]{padding:0}}

/* v3.2 bulk order & setup diagnostics */
.bulk-box{display:grid;grid-template-columns:1fr 130px 130px;gap:12px;align-items:end;padding:16px;border:1px solid #dbe6f5;border-radius:13px;background:linear-gradient(135deg,#f7faff,#eef5ff)}.bulk-box>div{display:flex;flex-direction:column}.bulk-box>div b{font-size:14px}.bulk-box>div small{color:var(--muted)}.bulk-pill{margin-top:12px;padding:7px 10px;border-radius:9px;background:#eef4ff;color:#245fae;font-size:12px;font-weight:800}.bulk-preview{margin:10px 0 0;padding:11px 13px;border:1px solid #bcd6ff;border-radius:10px;background:#f0f6ff;color:#245fae;font-weight:750}.order-summary span{display:flex;flex-direction:column}.order-summary small{font-size:11px;color:#527bb5}.setup-error{white-space:normal}.db-checklist{display:grid;grid-template-columns:30px 1fr;gap:8px 10px;margin:14px 0;padding:14px;border:1px solid #dbe6f5;border-radius:12px;background:#f7faff}.db-checklist>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#2878f0;color:#fff;font-weight:800}.db-checklist p{margin:0}.db-checklist small{display:block;color:var(--muted)}@media(max-width:720px){.bulk-box{grid-template-columns:1fr 1fr}.bulk-box>div{grid-column:1/-1}.productModal .modal-actions{position:sticky;bottom:0}}

.db-test-row{display:flex;align-items:center;gap:14px;margin-top:18px;padding:14px;border:1px solid #dbe6f5;border-radius:12px;background:#f7faff}.db-test-row .button{flex:0 0 auto}.db-test-status{margin:0;color:var(--muted);font-size:12px;line-height:1.45}.db-test-status.is-ok{color:var(--green);font-weight:750}.db-test-status.is-bad{color:var(--red);font-weight:750}.price-list .price-discount dt,.price-list .price-discount dd{color:var(--green)}
@media(max-width:720px){.db-test-row{align-items:stretch;flex-direction:column}.db-test-row .button{width:100%}}
