:root{--accent:#5b47f5;--accent-2:#7d6bff;--accent-ink:#ffffff;--live:#0f9d63;--lime:#c8f24a;--u:8px;--row-pad:12px;--radius:10px;--radius-lg:20px;--radius-pill:999px;--fs:14.5px}:root,[data-theme=light]{--bg:#f4f5f8;--bg-grid:#eef0f4;--surface:#ffffff;--surface-2:#f1f3f7;--surface-3:#e7eaf1;--ink:#0d1117;--ink-2:#3b4351;--muted:#6d7684;--faint:#99a1ae;--line:#e7eaf0;--line-strong:#d8dde6;--shadow:0 1px 2px rgba(13,17,23,0.05),0 6px 16px -10px rgba(13,17,23,0.14);--shadow-lg:0 2px 8px rgba(13,17,23,0.06),0 28px 56px -18px rgba(13,17,23,0.24);--accent-weak:#eeebff;--live-weak:#dff3e9;--warn:#b8760a;--warn-weak:#fdf1d8;--danger:#d8483f;--danger-weak:#fde9e9;--info:#2a6fdb;--info-weak:#e4eeff;--bubble-you:#dcf7e6}[data-theme=dark]{--bg:#0a0c11;--bg-grid:#10131a;--surface:#14171e;--surface-2:#1b1f28;--surface-3:#242a35;--ink:#f1f3f8;--ink-2:#c2c9d5;--muted:#8b93a2;--faint:#626b7a;--line:#1f242e;--line-strong:#2b323e;--shadow:0 1px 2px rgba(0,0,0,0.5),0 8px 24px -12px rgba(0,0,0,0.7);--shadow-lg:0 2px 8px rgba(0,0,0,0.5),0 32px 60px -20px rgba(0,0,0,0.8);--accent:#7d6bff;--live:#35d08a;--warn:#e0a340;--danger:#f0736a;--info:#6ba5f5;--accent-weak:#211d45;--live-weak:#103a2b;--warn-weak:#3b2f16;--danger-weak:#3d1f1d;--info-weak:#14243d;--bubble-you:#15493444}:root{--text:var(--ink);--text-muted:var(--muted);--border:var(--line);--border-strong:var(--line-strong);--surface-2:var(--surface-2);--accent-hover:#4a37e0;--accent-press:#3b2bc0;--accent-soft:var(--accent-weak);--accent-soft-fg:var(--accent);--danger-soft:var(--danger-weak);--warn-soft:var(--warn-weak);--muted-soft:var(--surface-3);--muted-fg:var(--ink-2);--radius-sm:var(--radius);--shadow-sm:var(--shadow);--shadow-md:var(--shadow-lg);--sidebar-w:248px;--font:var(--font-ui)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:var(--font-ui),system-ui,sans-serif;font-size:var(--fs);line-height:1.5;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{background:var(--accent);color:var(--accent-ink)}*{scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:99px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-track{background:transparent}h1,h2,h3,h4{font-family:var(--font-display),system-ui,sans-serif;font-weight:600;letter-spacing:-.02em;margin:0;color:var(--ink)}a{color:inherit;text-decoration:none}button{font-family:inherit;background:none;border:0;color:inherit;cursor:pointer}.mono{font-family:var(--font-mono),ui-monospace,monospace}.tnum{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.row{display:flex;align-items:center;gap:10px}.row.between{justify-content:space-between}.row.wrap{flex-wrap:wrap}.grow{flex:1 1}.muted{color:var(--muted)}.divider{height:1px;background:var(--line);margin:16px 0;border:none}.mb0{margin-bottom:0}.app{display:grid;grid-template-columns:248px 1fr;height:100vh;overflow:hidden;background:repeating-linear-gradient(0deg,transparent,transparent calc(var(--u) * 4 - 1px),var(--bg-grid) calc(var(--u) * 4 - 1px),var(--bg-grid) calc(var(--u) * 4)),var(--bg)}.app.rail-collapsed{grid-template-columns:72px 1fr}.sidebar{background:var(--bg);display:flex;flex-direction:column;min-height:0;position:relative;z-index:5}.brand{display:flex;align-items:center;gap:10px;padding:18px 18px 14px;font-weight:600;letter-spacing:-.02em}.brand,.brand .logo{font-family:var(--font-display),system-ui,sans-serif;font-size:17px}.brand .logo{width:30px;height:30px;flex:none;display:grid;place-items:center;background:var(--ink);color:var(--bg);border-radius:7px;font-weight:700;position:relative}.brand .logo:after{content:"";position:absolute;right:-2px;top:-2px;width:9px;height:9px;border-radius:99px;background:var(--live);border:2px solid var(--surface)}.brand-dim{color:var(--muted);font-weight:500}.rail-collapsed .brand span:not(.logo){display:none}.rail-collapsed .brand{justify-content:center;padding:18px 0 14px}.nav{padding:6px 12px;display:flex;flex-direction:column;gap:1px;overflow-y:auto;flex:1 1;min-height:0}.nav-group-label{font-size:10.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--faint);padding:14px 10px 6px}.rail-collapsed .nav-group-label{text-align:center;padding:14px 0 6px;font-size:8px}.nav-item{display:flex;align-items:center;gap:11px;padding:8px 10px;border-radius:11px;color:var(--ink-2);font-weight:500;font-size:14px;cursor:pointer;position:relative;transition:background .12s,color .12s}.nav-item .ico{width:18px;height:18px;flex:none;opacity:.85}.nav-item:hover{background:var(--surface-2);color:var(--ink)}.nav-item.active{background:var(--surface);color:var(--ink);font-weight:600;box-shadow:var(--shadow)}.nav-item.active .ico{color:var(--accent);opacity:1}.nav-item .count{margin-left:auto;font-family:var(--font-mono),ui-monospace,monospace;font-size:11px;padding:1px 6px;border-radius:var(--radius-pill);font-weight:700;line-height:1.6}.nav-item .count,.nav-item.active .count{background:var(--accent);color:var(--accent-ink)}.nav-item .soon{margin-left:auto;font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--faint);border:1px solid var(--line-strong);padding:1px 5px;border-radius:3px}.rail-collapsed .nav-item{justify-content:center;padding:9px 0}.rail-collapsed .nav-item .count,.rail-collapsed .nav-item .soon,.rail-collapsed .nav-item span:not(.count):not(.soon){display:none}.sidebar-foot{padding:12px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:8px}.bot-state{display:flex;align-items:center;gap:9px;padding:9px 11px;border-radius:var(--radius-lg);background:var(--live-weak);border:1px solid color-mix(in srgb,var(--live) 24%,transparent)}.bot-state.off{background:var(--surface-2);border-color:var(--line)}.bot-state .pulse{position:relative;width:9px;height:9px;flex:none}.bot-state .pulse i,.bot-state .pulse:before{position:absolute;inset:0;border-radius:99px;background:var(--live)}.bot-state .pulse:before{content:"";animation:ping 1.8s cubic-bezier(0,0,.2,1) infinite}@keyframes ping{0%{transform:scale(1);opacity:.6}80%,to{transform:scale(3);opacity:0}}.bot-state .txt{line-height:1.1}.bot-state .txt b{font-size:12.5px;font-weight:600;display:block;color:var(--ink)}.rail-collapsed .bot-state .txt{display:none}.rail-collapsed .bot-state,.rail-toggle{justify-content:center}.rail-toggle{display:flex;align-items:center;gap:8px;padding:7px;border-radius:var(--radius);cursor:pointer;background:none;border:1px solid var(--line);color:var(--muted);font-size:12px;font-weight:500}.rail-toggle:hover{background:var(--surface-2);color:var(--ink)}.rail-toggle svg{width:15px;height:15px}.main{display:flex;flex-direction:column;min-width:0;min-height:0}.topbar{gap:16px;padding:0 24px;height:60px;flex:none;background:color-mix(in srgb,var(--bg) 82%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:relative;z-index:4}.commerce,.topbar{display:flex;align-items:center}.commerce{gap:8px;font-family:var(--font-display),system-ui,sans-serif;font-weight:600;font-size:15px}.commerce svg{width:17px;height:17px;flex:none}.ico-accent{color:var(--accent)}.commerce .slug{font-family:var(--font-mono),ui-monospace,monospace;font-size:12px;color:var(--muted);font-weight:400}.topbar-search{margin-left:8px;flex:1 1;max-width:380px;display:flex;align-items:center;gap:9px;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-pill);padding:7px 14px;color:var(--muted)}.topbar-search svg{width:15px;height:15px;flex:none}.topbar-search .placeholder{flex:1 1;font-size:13px;color:var(--faint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-search kbd{margin-left:auto;font-family:var(--font-mono),ui-monospace,monospace;font-size:11px;color:var(--muted);background:var(--surface);border:1px solid var(--line);border-radius:4px;padding:1px 5px}.topbar-spacer{flex:1 1}.user-box{display:flex;align-items:center;gap:10px}.user-meta{text-align:right;line-height:1.15}.user-meta .name{font-size:13px;font-weight:600}.user-meta .role{font-size:11px;color:var(--muted);font-family:var(--font-mono),ui-monospace,monospace;text-transform:capitalize}.avatar{width:34px;height:34px;border-radius:99px;place-items:center;background:var(--accent);color:var(--accent-ink);font-weight:700;font-family:var(--font-display),system-ui,sans-serif}.avatar,.icon-btn{flex:none;display:grid}.icon-btn{width:36px;height:36px;place-items:center;border-radius:var(--radius);border:1px solid transparent;background:none;color:var(--ink-2);cursor:pointer;position:relative}.icon-btn:hover{background:var(--surface-2);color:var(--ink)}.icon-btn svg{width:18px;height:18px}.content{flex:1 1;overflow-y:auto;min-height:0}.content-pad{padding:26px 28px 60px;max-width:1240px}.content.flush{overflow:hidden}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:22px;flex-wrap:wrap}.page-head h1{font-size:27px;letter-spacing:-.03em}.page-head .sub{color:var(--muted);font-size:13.5px;margin-top:3px}.page-head .sub b{color:var(--ink-2)}.btn{display:inline-flex;align-items:center;gap:7px;justify-content:center;font-family:var(--font-ui),system-ui,sans-serif;font-weight:600;font-size:13.5px;padding:8px 15px;border-radius:var(--radius);cursor:pointer;border:1px solid transparent;transition:filter .12s,background .12s,border-color .12s;white-space:nowrap;line-height:1.2}.btn svg{width:16px;height:16px}.btn-primary{background:var(--accent);color:var(--accent-ink)}.btn-primary:hover:not(:disabled){filter:brightness(.94)}.btn-ink{background:var(--ink);color:var(--bg)}.btn-ink:hover:not(:disabled){filter:brightness(1.2)}.btn-ghost{background:var(--surface);color:var(--ink);border-color:var(--line-strong)}.btn-ghost:hover:not(:disabled),.btn-soft{background:var(--surface-2)}.btn-soft{color:var(--ink-2)}.btn-soft:hover:not(:disabled){background:var(--surface-3);color:var(--ink)}.btn-live{background:var(--live);color:#fff}.btn-live:hover:not(:disabled){filter:brightness(.94)}.btn-danger{background:var(--surface);color:var(--danger);border-color:color-mix(in srgb,var(--danger) 45%,transparent)}.btn-danger:hover:not(:disabled){background:var(--danger-weak)}.btn-link{background:none;border:none;color:var(--accent);font-weight:600;cursor:pointer;padding:0;font-size:inherit;font-family:inherit}.btn-sm{padding:5px 11px;font-size:12.5px}.btn-lg{padding:11px 20px;font-size:14.5px}.btn-block{width:100%}.btn-icon{padding:8px}.btn:disabled,.btn[disabled]{opacity:.5;cursor:not-allowed}.card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow)}[data-theme=dark] .card{border:1px solid var(--line)}.card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px 10px;font-weight:600;font-size:15px;letter-spacing:-.01em}.card-head .meta{font-size:12.5px;color:var(--muted);font-weight:400}.card-body{padding:10px 20px 18px}.card-foot{padding:12px 18px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:20px;align-items:start}.stat-grid.cols-3{grid-template-columns:repeat(3,1fr)}.stat-grid.cols-2{grid-template-columns:repeat(2,minmax(180px,260px))}.stat-grid.stretch{align-items:stretch}.stat{background:var(--surface);border-radius:var(--radius-lg);padding:17px 18px;position:relative;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:7px}.stat.is-link{cursor:pointer;transition:box-shadow .16s,transform .16s}.stat.is-link:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.stat.is-link:active{transform:translateY(1px)}.stat .label{font-size:12px;color:var(--muted);font-weight:600;display:flex;align-items:center;gap:7px}.stat .label .si{width:15px;height:15px;opacity:.7}.stat .value{font-family:var(--font-display),system-ui,sans-serif;font-size:30px;font-weight:600;letter-spacing:-.03em;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stat .value.accent{color:var(--accent)}.stat .value.live{color:var(--live)}.stat .foot{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:6px}.stat .delta{font-family:var(--font-mono),ui-monospace,monospace;font-weight:700;font-size:12px}.stat .delta.up{color:var(--live)}.stat .delta.down{color:var(--danger)}.stat .accent-bar{position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--accent)}.spark{width:104px;height:30px;flex:none;opacity:.9}.stat .spark{position:absolute;right:14px;bottom:14px;width:64px;height:26px}.badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:2px 9px;border-radius:var(--radius-pill);border:1px solid transparent;white-space:nowrap;line-height:1.6}.badge-dot{width:6px;height:6px;border-radius:99px;background:currentColor}.badge-on{background:var(--live-weak);color:var(--live)}.badge-info{background:var(--info-weak);color:var(--info)}.badge-warn{background:var(--warn-weak);color:var(--warn)}.badge-danger{background:var(--danger-weak);color:var(--danger)}.badge-neutral{background:var(--surface-3);color:var(--ink-2)}.badge-accent{background:var(--accent-weak);color:var(--accent)}.tag{font-family:var(--font-mono),ui-monospace,monospace;font-size:11.5px;color:var(--muted);background:var(--surface-2);border:1px solid var(--line);padding:1px 7px;border-radius:4px}.table-wrap{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}table.table{width:100%;border-collapse:collapse;font-size:13.5px}.table thead th{text-align:left;font-size:11.5px;font-weight:500;color:var(--faint);padding:10px 16px 8px;white-space:nowrap}.table tbody td{padding:var(--row-pad) 16px;vertical-align:middle}.table tbody tr:last-child td{border-bottom:none}.table tbody tr{transition:background .1s}.table tbody tr.clickable{cursor:pointer}.table tbody tr.clickable:hover,.table tbody tr:hover{background:var(--surface-2)}.table tbody td:first-child{border-radius:var(--radius) 0 0 var(--radius)}.table tbody td:last-child{border-radius:0 var(--radius) var(--radius) 0}.table .num{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.order-no{font-family:var(--font-mono),ui-monospace,monospace;font-weight:700;color:var(--ink);display:inline-flex;align-items:center;gap:5px}.order-no:hover{color:var(--accent)}.sub-line{font-size:12px;color:var(--muted);margin-top:2px}.cell-strong{font-weight:600}.row-link:hover{color:var(--accent)}.avatar-sm{width:30px;height:30px;border-radius:99px;display:grid;place-items:center;font-weight:700;font-size:12px;font-family:var(--font-display),system-ui,sans-serif;flex:none}.cust-cell{display:flex;align-items:center;gap:10px}.avatar-circle{border-radius:99px;display:grid;place-items:center;color:#fff;font-weight:700;font-family:var(--font-display),system-ui,sans-serif;line-height:1;flex:none}.tabs{gap:3px;margin-bottom:16px;border-bottom:1px solid var(--line);flex-wrap:wrap}.tab,.tabs{display:flex}.tab{padding:8px 14px;font-size:13.5px;font-weight:600;color:var(--muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;align-items:center;gap:7px}.tab.active,.tab:hover{color:var(--ink)}.tab.active{border-bottom-color:var(--accent)}.seg .pill-count,.tab .pill-count{font-family:var(--font-mono),ui-monospace,monospace;font-size:11px;background:var(--surface-3);padding:0 6px;border-radius:99px;color:var(--muted)}.seg a.on .pill-count,.tab.active .pill-count{background:var(--accent-weak);color:var(--accent)}.seg{display:inline-flex;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius);padding:2px;gap:2px}.seg a,.seg button{border:none;background:none;cursor:pointer;padding:5px 12px;border-radius:calc(var(--radius) - 3px);font-size:12.5px;font-weight:600;color:var(--muted);font-family:inherit;display:inline-flex;align-items:center;gap:6px}.seg a.on,.seg button.on{background:var(--surface);color:var(--ink);box-shadow:var(--shadow)}.field{margin-bottom:16px}.field>label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--ink)}.field .hint{font-size:12px;color:var(--muted);margin:6px 0 0}.input,.select,.textarea,textarea.input{width:100%;font-family:inherit;font-size:14px;color:var(--ink);background:var(--surface-2);border:1px solid transparent;border-radius:11px;padding:10px 13px;outline:none;transition:border-color .12s,box-shadow .12s,background .12s}.input:focus,.select:focus,.textarea:focus,textarea.input:focus{background:var(--surface);border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-weak)}.input::placeholder,.textarea::placeholder{color:var(--faint)}.textarea,textarea.input{resize:vertical;line-height:1.5;min-height:84px}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23847C6B' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 11px center;padding-right:34px}.check{display:flex;gap:11px;align-items:flex-start;cursor:pointer;padding:11px 13px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);transition:border-color .12s,background .12s}.check:hover{border-color:var(--line-strong)}.check input{margin-top:2px;accent-color:var(--accent);width:16px;height:16px;flex:none}.check-title{display:block;font-weight:600;font-size:13.5px}.check-desc{display:block;font-size:12.5px;color:var(--muted);margin-top:1px}.radio-cards{display:flex;flex-direction:column;gap:8px}.radio-card{display:flex;gap:11px;align-items:flex-start;padding:12px 14px;border:1px solid transparent;border-radius:11px;background:var(--surface-2);cursor:pointer;transition:background .12s,border-color .12s}.radio-card.on{border-color:var(--accent);background:var(--accent-weak)}.radio-card .rc-radio{width:16px;height:16px;border-radius:99px;border:2px solid var(--line-strong);margin-top:2px;flex:none;display:grid;place-items:center}.radio-card.on .rc-radio{border-color:var(--accent)}.radio-card.on .rc-radio:after{content:"";width:8px;height:8px;border-radius:99px;background:var(--accent)}.radio-card input[type=radio]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.radio-card:has(input:focus-visible){outline:2px solid var(--accent-weak);outline-offset:1px}.combo{position:relative}.combo-list{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:30;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-lg);max-height:220px;overflow-y:auto;padding:4px;margin:0;list-style:none}.combo-item,.combo-list{border-radius:var(--radius)}.combo-item{padding:7px 10px;font-size:13.5px;color:var(--ink);cursor:pointer}.combo-item.active{background:var(--surface-2)}.combo-item.create{color:var(--accent);font-weight:600}.combo-item.selected{font-weight:600}.select-combo{position:relative}.select-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:left;cursor:pointer;font-family:inherit;font-size:14px;color:var(--ink);background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius);padding:9px 12px;transition:border-color .12s,box-shadow .12s}.select-trigger:focus-visible,.select-trigger[aria-expanded=true]{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-weak);outline:none}.select-trigger.err{border-color:var(--danger)}.select-trigger .sel-caret{color:var(--muted);display:inline-flex;flex:none;transition:transform .12s}.select-trigger[aria-expanded=true] .sel-caret{transform:rotate(180deg)}.sel-placeholder{color:var(--faint)}.select-combo.compact .select-trigger{width:auto;min-width:58px;padding:5px 9px 5px 11px;font-size:13px}.toolbar .topbar-search{flex:0 0 auto;width:100%;max-width:300px;margin-left:0}.topbar-search input{flex:1 1;min-width:0;border:none;background:none;outline:none;font-family:inherit;font-size:13px;color:var(--ink);-webkit-appearance:none;-moz-appearance:none;appearance:none}.topbar-search input::placeholder{color:var(--faint)}.topbar-search input::-webkit-search-cancel-button{-webkit-appearance:none}.prod-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:14px;gap:14px}.prod-card{background:var(--surface);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);cursor:pointer;transition:box-shadow .16s ease,transform .16s ease;display:flex;flex-direction:column;color:inherit}.prod-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.prod-card:active{transform:translateY(0)}[data-theme=dark] .prod-card{border:1px solid var(--line)}.prod-card.inactive{opacity:.6}.prod-thumb{aspect-ratio:16/10;position:relative;border-bottom:1px solid var(--line);background:var(--surface-2);overflow:hidden}.prod-av{position:absolute;inset:0;display:grid;place-items:center;font-family:var(--font-display),system-ui,sans-serif;font-weight:600;font-size:36px;background:color-mix(in srgb,var(--av) 16%,var(--surface));color:var(--av)}.prod-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .2s}.prod-img.show{opacity:1}.prod-thumb .stockflag{position:absolute;top:9px;left:9px}.prod-thumb .inactiveflag{position:absolute;top:9px;right:9px}.prod-body{padding:12px 13px;flex:1 1;display:flex;flex-direction:column;gap:6px}.prod-name{font-weight:600;font-size:14px;line-height:1.3}.prod-cat{font-size:11.5px;color:var(--muted);font-family:var(--font-mono),ui-monospace,monospace}.prod-foot{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:6px}.prod-price{font-family:var(--font-display),system-ui,sans-serif;font-weight:600;font-size:16px}.prod-stock{font-size:12px;color:var(--muted);font-family:var(--font-mono),ui-monospace,monospace}.prod-stock.low{color:var(--warn)}.prod-stock.out{color:var(--danger)}.empty{text-align:center;padding:48px 24px;color:var(--muted)}.empty .empty-ico{width:44px;height:44px;margin:0 auto 14px;display:grid;place-items:center;border-radius:12px;background:var(--surface-2);color:var(--faint)}.empty .empty-ico svg{width:22px;height:22px}.empty .empty-title{font-family:var(--font-display),system-ui,sans-serif;font-weight:600;font-size:16px;color:var(--ink);margin-bottom:5px}.coming-soon{text-align:center;padding:56px 24px}.coming-soon .cs-icon{width:52px;height:52px;margin:0 auto 16px;display:grid;place-items:center;background:var(--surface-2);border-radius:14px;color:var(--muted)}.coming-soon .cs-icon svg{width:24px;height:24px}.coming-soon h2{font-size:19px;margin-bottom:6px}.coming-soon p{color:var(--muted);max-width:380px;margin:0 auto}.drawer-scrim{position:fixed;inset:0;background:rgba(20,17,12,.42);z-index:50;opacity:0;animation:fade .15s forwards;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}@keyframes fade{to{opacity:1}}.drawer{position:fixed;top:10px;right:10px;bottom:10px;width:560px;max-width:94vw;background:var(--surface);border-radius:26px;overflow:hidden;z-index:51;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;transform:translateX(100%);animation:slidein .22s cubic-bezier(.2,.8,.2,1) forwards}@keyframes slidein{to{transform:translateX(0)}}.drawer-head{padding:18px 22px;border-bottom:1px solid var(--line);display:flex;align-items:flex-start;justify-content:space-between;gap:12px;background:var(--surface)}.drawer-body{flex:1 1;overflow-y:auto;padding:22px}.drawer-foot{padding:14px 16px 18px;border-top:1px solid var(--line);background:var(--surface)}.confirm-scrim{position:fixed;inset:0;background:rgba(20,17,12,.5);z-index:60;opacity:0;animation:fade .15s forwards;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.confirm-wrap{position:fixed;inset:0;z-index:61;display:grid;place-items:center;padding:20px;pointer-events:none}.confirm-card{pointer-events:auto;width:100%;max-width:440px;background:var(--bg);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-lg);padding:20px 22px 18px;animation:confirmpop .16s cubic-bezier(.2,.8,.2,1) forwards}@keyframes confirmpop{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.confirm-card--danger{border-top:3px solid var(--danger)}.confirm-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.confirm-title{font-size:17px;font-weight:700;margin:0}.confirm-msg{margin:0 0 18px;color:var(--muted);font-size:14px;line-height:1.5}.confirm-actions{display:flex;justify-content:flex-end;gap:10px}.help-fab-wrap{position:fixed;right:24px;bottom:24px;z-index:40;width:54px;height:54px}.help-pulse{position:absolute;inset:0;z-index:0;border-radius:999px;background:var(--accent);opacity:0;animation:help-ping 2.4s cubic-bezier(0,0,.2,1) infinite}@keyframes help-ping{0%{transform:scale(1);opacity:.45}70%,to{transform:scale(1.9);opacity:0}}.help-fab-badge{position:absolute;top:-1px;right:-1px;z-index:2;width:14px;height:14px;border-radius:999px;background:var(--live);border:2px solid var(--bg);box-shadow:0 0 0 1px color-mix(in srgb,var(--live) 45%,transparent)}.help-fab{position:relative;z-index:1;width:54px;height:54px;border:none;border-radius:999px;display:grid;place-items:center;cursor:pointer;color:var(--accent-ink);background:linear-gradient(180deg,var(--accent) 0,var(--accent-hover) 100%);box-shadow:0 4px 14px color-mix(in srgb,var(--accent) 38%,transparent),var(--shadow);transition:transform .12s ease,box-shadow .12s ease}.help-fab:hover{transform:scale(1.06);box-shadow:0 6px 18px color-mix(in srgb,var(--accent) 46%,transparent),var(--shadow)}.help-fab:active{transform:scale(.97)}.help-fab:focus-visible{outline:none;box-shadow:0 0 0 4px var(--accent-weak),0 4px 14px color-mix(in srgb,var(--accent) 38%,transparent)}.help-fab svg{width:24px;height:24px}@media (prefers-reduced-motion:reduce){.help-pulse{animation:none}}.help-scrim{position:fixed;inset:0;z-index:58;background:rgba(20,17,12,.28);opacity:0;animation:fade .15s forwards;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.help-panel{position:fixed;right:24px;bottom:24px;z-index:59;width:400px;max-width:calc(100vw - 32px);height:640px;max-height:calc(100vh - 48px);display:flex;flex-direction:column;overflow:hidden;background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);animation:helppop .16s cubic-bezier(.2,.8,.2,1) forwards}[data-theme=dark] .help-panel{border:1px solid var(--line)}@keyframes helppop{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.help-head{display:flex;align-items:center;gap:12px;padding:20px 14px 32px 18px;color:var(--accent-ink);background:linear-gradient(150deg,var(--accent),var(--accent-2))}.help-head-icon{width:38px;height:38px;flex:none;border-radius:11px;display:grid;place-items:center;color:var(--accent-ink);background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.28);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.help-head-icon svg{width:20px;height:20px}.help-head-text{flex:1 1;min-width:0}.help-head-title{margin:0;font-family:var(--font-display),var(--font-ui),sans-serif;font-weight:700;font-size:17px;color:var(--accent-ink)}.help-head-sub{margin:2px 0 0;color:rgba(255,255,255,.86);font-size:13px}.help-close{color:var(--accent-ink);align-self:flex-start}.help-close:hover{background:rgba(255,255,255,.18);color:var(--accent-ink)}.help-search{position:relative;z-index:2;display:flex;align-items:center;gap:8px;margin:-20px 16px 4px;padding:0 12px;background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-lg)}.help-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-weak),var(--shadow-lg)}.help-search svg{width:16px;height:16px;flex:none;color:var(--muted)}.help-search input{flex:1 1;min-width:0;border:none;outline:none;background:transparent;color:var(--ink);font:inherit;font-size:14px;padding:9px 0}.help-search input::placeholder{color:var(--faint)}.help-topics{margin-bottom:6px}.help-topics-label{margin:4px 2px 7px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.help-chips{display:flex;flex-wrap:wrap;gap:6px}.help-chip{border:1px solid transparent;border-radius:999px;padding:4px 11px;font:inherit;font-size:12.5px;cursor:pointer;color:var(--ink-2);background:var(--surface-2);transition:background .1s,color .1s,border-color .1s}.help-chip:hover{background:var(--surface-3)}.help-chip.is-active{background:var(--accent-weak);color:var(--accent);border-color:transparent;font-weight:600}.help-body{flex:1 1;overflow-y:auto;padding:8px 16px 16px}.help-group+.help-group{margin-top:10px}.help-group-label{margin:12px 2px 7px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.help-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.help-item{width:100%;text-align:left;cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:11px;padding:10px 12px;background:var(--surface);border:1px solid var(--line);border-radius:12px;transition:border-color .1s,box-shadow .1s}.help-item:hover{border-color:color-mix(in srgb,var(--accent) 32%,var(--line));box-shadow:0 6px 16px -10px color-mix(in srgb,var(--accent) 42%,transparent)}.art-ico{width:34px;height:34px;flex:none;border-radius:10px;display:grid;place-items:center;color:var(--accent);background:var(--accent-weak)}.art-ico svg{width:17px;height:17px}.help-item-text{display:flex;flex-direction:column;gap:1px;min-width:0}.help-item-title{font-weight:600;font-size:13.5px;color:var(--ink)}.help-item-q{font-size:12px;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.help-item-tag{align-self:flex-start;margin-top:4px;padding:1px 8px;font-size:11px;color:var(--accent);background:var(--accent-weak);border-radius:999px}.help-empty{padding:28px 18px;text-align:center;color:var(--muted);font-size:13.5px;line-height:1.6}.help-empty strong{color:var(--ink)}.help-detail-back{display:inline-flex;align-items:center;gap:5px;padding:6px 2px;border:none;background:none;cursor:pointer;color:var(--accent);font:inherit;font-size:13px;font-weight:600}.help-detail-head{display:flex;align-items:center;gap:11px;margin:6px 0 12px}.help-detail-title{margin:0;font-family:var(--font-display),var(--font-ui),sans-serif;font-size:16px;font-weight:700}.help-detail-body{color:var(--ink-2);font-size:13.5px;line-height:1.6}.help-detail-body p{margin:0 0 10px}.help-detail-body strong{color:var(--ink);font-weight:650}.help-guide-list{margin:0 0 10px;padding-left:20px}.help-guide-list li{margin:0 0 5px;padding-left:2px}.help-guide-list li::marker{color:var(--muted);font-weight:600}ol.help-guide-list{list-style:decimal}ul.help-guide-list{list-style:disc}.help-foot{padding:12px 16px 14px;border-top:1px solid var(--line);background:var(--surface)}.help-ask-label{display:flex;align-items:center;gap:7px;margin-bottom:8px;font-size:12.5px;font-weight:600;color:var(--ink-2)}.help-ask-label svg{width:15px;height:15px;color:var(--accent)}.help-ask-soon{margin-left:auto}.help-ask-row{display:flex;gap:8px;align-items:stretch}.help-ask-input{flex:1 1;min-width:0;resize:none;padding:9px 11px;min-height:40px;border:1px solid var(--line);border-radius:10px;background:var(--surface-2);color:var(--ink);font:inherit;font-size:13px}.help-ask-input:disabled{color:var(--faint);cursor:not-allowed}.help-ask-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-weak)}.help-foot-hint{display:flex;align-items:center;gap:6px;margin:8px 2px 0;color:var(--muted);font-size:11.5px}.help-foot-hint svg{width:13px;height:13px;flex:none;color:var(--accent)}.help-chat{display:flex;flex-direction:column;gap:10px}.help-chat .help-detail-back{align-self:flex-start}.msg{max-width:88%;padding:10px 13px;border-radius:14px;font-size:13px;line-height:1.5}.msg.bot{align-self:flex-start;background:var(--surface);border:1px solid var(--line);border-bottom-left-radius:5px;color:var(--ink-2)}.msg.user{align-self:flex-end;background:var(--accent);color:var(--accent-ink);border-bottom-right-radius:5px}.msg .help-detail-body{font-size:13px}.msg .help-detail-body p:last-child{margin-bottom:0}.msg-note{margin:8px 0 0;color:var(--muted);font-size:11px}.msg-degraded{margin:0 0 8px;font-weight:600;color:var(--ink)}.msg-err{color:var(--danger);background:var(--danger-weak);border-color:color-mix(in srgb,var(--danger) 22%,transparent)}.msg .help-list{margin-top:4px}.msg-typing{display:inline-flex;gap:4px;align-items:center}.msg-typing span{width:6px;height:6px;border-radius:999px;background:var(--faint);animation:help-typing 1s ease-in-out infinite}.msg-typing span:nth-child(2){animation-delay:.15s}.msg-typing span:nth-child(3){animation-delay:.3s}@keyframes help-typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.help-fab-count{position:absolute;top:-4px;right:-4px;z-index:2;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--live);color:#fff;font-family:var(--font-mono);font-size:11px;font-weight:700;display:grid;place-items:center;border:2px solid var(--bg);box-shadow:0 0 0 1px color-mix(in srgb,var(--live) 40%,transparent)}.hf-tabs{display:flex;flex:none;border-bottom:1px solid var(--line);background:var(--surface)}.hf-tab{flex:1 1;padding:12px 8px;background:none;cursor:pointer;font:inherit;font-size:13px;font-weight:600;color:var(--muted);border:none;border-bottom:2px solid transparent;margin-bottom:-1px;display:flex;align-items:center;justify-content:center;gap:7px}.hf-tab.on,.hf-tab:hover{color:var(--ink)}.hf-tab.on{border-bottom-color:var(--accent)}.hf-tab .n{min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--live);color:#fff;font-family:var(--font-mono);font-size:10.5px;font-weight:700;display:grid;place-items:center}.hf-search{display:flex;align-items:center;gap:8px;margin:0 0 10px;padding:0 13px;background:var(--surface-2);border-radius:11px}.hf-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-weak)}.hf-search svg{width:16px;height:16px;flex:none;color:var(--muted)}.hf-search input{flex:1 1;min-width:0;border:none;outline:none;background:transparent;color:var(--ink);font:inherit;font-size:14px;padding:9px 0}.hf-search input::placeholder{color:var(--faint)}.hf-talk{width:100%;display:flex;align-items:center;gap:11px;margin:2px 0 14px;padding:13px 14px;border-radius:12px;cursor:pointer;text-align:left;font:inherit;color:var(--ink);background:var(--accent-weak);border:1px dashed color-mix(in srgb,var(--accent) 40%,transparent)}.hf-talk:hover{border-color:var(--accent)}.hf-talk .ico{width:36px;height:36px;flex:none;border-radius:10px;display:grid;place-items:center;color:#fff;background:linear-gradient(140deg,var(--accent-2),var(--accent))}.hf-talk .ico svg{width:18px;height:18px}.hf-talk .tx{display:flex;flex-direction:column;gap:1px;min-width:0}.hf-talk .t{font-weight:600;font-size:13.5px}.hf-talk .s{font-size:12px;color:var(--muted)}.hf-conv-list{margin:0 -16px}.hf-conv,.hf-conv-list{display:flex;flex-direction:column}.hf-conv{gap:5px;padding:13px 16px;cursor:pointer;text-align:left;font:inherit;color:inherit;background:none;border:none;border-top:1px solid var(--line);width:100%}.hf-conv:last-child{border-bottom:1px solid var(--line)}.hf-conv:hover{background:var(--surface-2)}.hf-conv-top{display:flex;align-items:center;gap:8px}.hf-conv-subj{font-weight:600;font-size:13.5px;flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hf-conv-time{font-size:11px;color:var(--faint);font-family:var(--font-mono);flex:none}.hf-conv-prev{font-size:12.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hf-conv-meta{display:flex;align-items:center;gap:6px}.hf-conv-dot{width:8px;height:8px;border-radius:999px;background:var(--live);flex:none}.hf-thread{flex:1 1;overflow-y:auto;padding:14px 16px;display:flex;flex-direction:column;gap:11px;min-height:0}.hf-th-metarow{display:flex;align-items:center;gap:8px}.hf-note-sys{align-self:center;text-align:center;max-width:92%;font-size:12px;color:var(--muted);background:var(--surface-2);border-radius:12px;padding:7px 13px}.hf-back{display:inline-flex;align-items:center;gap:5px;border:none;background:none;cursor:pointer;color:var(--accent-ink);font:inherit;font-size:13px;font-weight:600;padding:0;opacity:.95}.hf-back:hover{opacity:1}.hf-th-title{color:var(--accent-ink);font-family:var(--font-display),var(--font-ui),sans-serif;font-weight:600;font-size:15px;margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.timeline{list-style:none;margin:0;padding:0}.tl-item{display:flex;gap:13px;position:relative;padding-bottom:18px}.tl-item:last-child{padding-bottom:0}.tl-dot{width:26px;height:26px;border-radius:99px;flex:none;display:grid;place-items:center;z-index:1;background:var(--surface-3);color:var(--muted)}.tl-dot svg{width:14px;height:14px}.tl-item.done .tl-dot{background:var(--live);color:#fff}.tl-item.current .tl-dot{background:var(--accent);color:#fff;box-shadow:0 0 0 4px var(--accent-weak)}.tl-item:before{content:"";position:absolute;left:12.5px;top:26px;bottom:-2px;width:1.5px;background:var(--line-strong)}.tl-item:last-child:before{display:none}.tl-item.done:before{background:var(--live)}.tl-body .tl-title{font-weight:600;font-size:13.5px}.tl-body .tl-time{font-size:12px;color:var(--muted);font-family:var(--font-mono),ui-monospace,monospace}.tl-ev .tl-dot{background:var(--surface-3);color:var(--muted)}.tl-ev--creado .tl-dot{background:var(--accent-weak);color:var(--accent)}.tl-ev--preparando .tl-dot{background:var(--warn-weak);color:var(--warn)}.tl-ev--enviado .tl-dot,.tl-ev--pago_ok .tl-dot{background:var(--live-weak);color:var(--live)}.tl-ev--cancelado .tl-dot,.tl-ev--pago_fail .tl-dot{background:var(--danger-weak);color:var(--danger)}.tl-ev .tl-amount{margin-left:8px;font-family:var(--font-mono),ui-monospace,monospace;font-weight:600;color:var(--ink-2)}.drawer-sub{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 12px}.order-foot{display:flex;flex-direction:column;align-items:stretch;gap:10px;width:100%}.ship-stepper{list-style:none;display:flex;margin:0 0 22px;padding:0}.ship-stepper .step{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:7px;position:relative;text-align:center}.ship-stepper .step:before{content:"";position:absolute;top:15px;right:50%;left:-50%;height:2px;background:var(--line)}.ship-stepper .step:first-child:before{display:none}.ship-stepper .step.current:before,.ship-stepper .step.done:before{background:var(--live)}.ship-stepper .step-node{position:relative;z-index:1;width:32px;height:32px;border-radius:99px;display:grid;place-items:center;background:var(--surface-3);color:var(--muted);border:2px solid var(--surface)}.ship-stepper .step-node svg{width:15px;height:15px}.ship-stepper .step.done .step-node{background:var(--live);color:#fff}.ship-stepper .step.current .step-node{background:var(--accent);color:var(--accent-ink);box-shadow:0 0 0 4px var(--accent-weak)}.ship-stepper .step-label{font-size:12px;color:var(--muted)}.ship-stepper .step.done .step-label{color:var(--ink-2)}.ship-stepper .step.current .step-label{color:var(--ink);font-weight:600}.adv-ctx{font-size:12px;color:var(--muted);margin-bottom:8px}.adv-row{display:flex;align-items:center;gap:10px}.btn-advance{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 18px;border:none;border-radius:var(--radius);cursor:pointer;font-family:var(--font-ui),system-ui,sans-serif;font-weight:600;font-size:14px;color:var(--accent-ink);background:linear-gradient(180deg,var(--accent) 0,var(--accent-hover) 100%);box-shadow:0 2px 8px color-mix(in srgb,var(--accent) 32%,transparent);transition:filter .12s,box-shadow .12s}.btn-advance svg{width:16px;height:16px}.btn-advance:hover:not(:disabled){filter:brightness(.96);box-shadow:0 3px 12px color-mix(in srgb,var(--accent) 40%,transparent)}.btn-advance:disabled{opacity:.6;cursor:default}.btn-advance .adv-arrow{margin-left:2px}.more-wrap{position:relative;flex:none}.btn-more{display:grid;place-items:center;width:40px;height:40px;border-radius:var(--radius);border:1px solid var(--line-strong);background:var(--surface);color:var(--ink-2);cursor:pointer;transition:background .12s}.btn-more svg{width:18px;height:18px}.btn-more:hover:not(:disabled){background:var(--surface-2)}.order-menu{position:absolute;bottom:calc(100% + 6px);right:0;min-width:180px;background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius);box-shadow:0 8px 24px rgba(0,0,0,.16);padding:5px;z-index:20;animation:charge-in .12s ease-out}.order-menu-item{display:flex;align-items:center;gap:9px;width:100%;padding:9px 11px;border:none;border-radius:calc(var(--radius) - 1px);background:transparent;color:var(--ink);font-size:13px;font-weight:500;text-align:left;cursor:pointer}.order-menu-item svg{width:15px;height:15px;color:var(--muted)}.order-menu-item:hover:not(:disabled){background:var(--surface-2)}.order-menu-item.is-danger,.order-menu-item.is-danger svg{color:var(--danger)}.order-menu-item.is-danger:hover:not(:disabled){background:var(--danger-weak)}.foot-terminal{display:flex;align-items:center;justify-content:center;gap:8px;margin:2px 0;padding:11px 14px;border-radius:var(--radius);font-size:13px;font-weight:600}.foot-terminal svg{width:16px;height:16px}.foot-terminal--shipped{background:var(--live-weak);color:var(--live)}.foot-terminal--cancelled{background:var(--danger-weak);color:var(--danger)}.cobro-card{display:flex;align-items:center;gap:13px;width:100%;padding:13px 15px;border-radius:var(--radius);background:var(--surface-2)}.cobro-ico{width:34px;height:34px;flex:none;border-radius:99px;display:grid;place-items:center}.cobro-ico svg{width:17px;height:17px}.cobro-main{flex:1 1;min-width:0;text-align:left}.cobro-title{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:var(--ink)}.cobro-badge{flex:none;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 7px;border-radius:99px;background:color-mix(in srgb,var(--live) 16%,transparent);color:var(--live)}.cobro-sub{font-size:12px;color:var(--muted);margin-top:1px}.cobro-amount{text-align:right;flex:none}.cobro-amount-val{font-size:14.5px;font-weight:700;color:var(--ink)}.cobro-amount-cap{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.cobro-card--pending .cobro-ico{background:var(--warn-weak);color:var(--warn)}.cobro-card--paid{background:var(--live-weak);border-color:color-mix(in srgb,var(--live) 24%,transparent)}.cobro-card--paid .cobro-ico{background:var(--live);color:#fff}.foot-div{display:flex;align-items:center;gap:10px;margin:4px 0 2px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.foot-div:after,.foot-div:before{content:"";flex:1 1;height:1px;background:var(--line)}.charge-form{background:var(--surface-2);border-radius:var(--radius);padding:14px;animation:charge-in .16s ease-out}.charge-form .field{margin-bottom:10px}@keyframes charge-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.note-cancel{font-size:13px;color:var(--danger);background:var(--danger-weak);border:1px solid color-mix(in srgb,var(--danger) 30%,transparent);border-radius:var(--radius);padding:11px 13px;margin-bottom:22px}.line-items{width:100%;border-collapse:collapse;font-size:13.5px}.line-items td{padding:10px 0;border-bottom:1px solid var(--line);vertical-align:top}.line-items tr:last-child td{border-bottom:none}.line-items .li-q{font-family:var(--font-mono),ui-monospace,monospace;color:var(--muted);width:40px}.line-items .li-pr{text-align:right;font-family:var(--font-display),system-ui,sans-serif;font-weight:600;white-space:nowrap}.line-items .li-total td{border-bottom:none;border-top:1px solid var(--line);padding-top:14px;font-weight:700;font-size:15px}.line-items .li-total .li-pr{color:var(--live);font-size:18px}.line-items .li-ship{display:inline-flex;align-items:center;gap:7px}.line-items .li-ship .ico{width:15px;height:15px;flex:none;color:var(--accent)}.line-items .li-ship-conv{color:var(--warn);font-style:italic;font-weight:600}.line-items .li-subtotal td{color:var(--muted)}.line-items .li-desc{display:inline-flex;align-items:center;gap:7px;color:var(--live);font-weight:600}.line-items .li-desc .ico{width:15px;height:15px;flex:none;color:var(--live)}.line-items .li-desc-code{padding:1px 7px;border-radius:999px;background:var(--live-weak);color:var(--live);font-size:11.5px;letter-spacing:.03em}.line-items .li-desc-amt{color:var(--live);font-weight:600}.cust-hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;padding:2px 0 4px}.cust-hero .ch-name{font-family:var(--font-display),system-ui,sans-serif;font-weight:600;font-size:21px;letter-spacing:-.02em;margin-top:8px}.cust-hero .ch-phone{font-family:var(--font-mono),ui-monospace,monospace;font-size:13px;color:var(--muted)}.cust-statgrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin:18px 0}.cust-statgrid .cs{background:var(--surface-2);border-radius:var(--radius);padding:11px 8px;text-align:center}.cust-statgrid .cs .v{font-family:var(--font-display),system-ui,sans-serif;font-weight:600;font-size:18px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cust-statgrid .cs .v.accent{color:var(--accent)}.cust-statgrid .cs .l{font-size:10.5px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-top:2px}.cust-block{margin-top:20px}.cust-block h4{font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:11px;justify-content:space-between}.cust-block h4,.mini-order{display:flex;align-items:center}.mini-order{gap:11px;padding:10px 0;border-bottom:1px solid var(--line);color:inherit}.mini-order:last-child{border-bottom:none}.mini-order:hover .order-no{color:var(--accent)}.cust-note{background:var(--surface-2);border-radius:var(--radius);padding:11px 13px;font-size:13px;line-height:1.5}dl.kv{display:grid;grid-template-columns:auto 1fr;grid-gap:8px 18px;gap:8px 18px;font-size:13.5px}dl.kv dt{color:var(--muted)}dl.kv dd{margin:0;text-align:right;font-weight:500}.btn.full{width:100%;justify-content:center}button.tab{background:none;border:none;border-bottom:2px solid transparent;font-family:inherit}.tag-editor{width:100%;margin-top:8px}.tag-edit{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;align-items:center}.tag-chip{gap:4px;padding-right:3px}.tag-chip,.tag-x{display:inline-flex;align-items:center}.tag-x{justify-content:center;width:15px;height:15px;padding:0;border:none;background:none;color:var(--muted);cursor:pointer;border-radius:3px}.tag-x:hover:not(:disabled){color:var(--accent);background:var(--accent-weak)}.tag-x svg{width:11px;height:11px}.tag-input{border:1px dashed var(--line);background:transparent;border-radius:4px;padding:2px 8px;font-size:12px;font-family:inherit;color:var(--ink);width:130px;outline:none}.tag-input:focus{border-color:var(--accent);border-style:solid}.tag-input::placeholder{color:var(--muted)}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--ink);color:var(--bg);padding:11px 18px;border-radius:var(--radius);font-size:13.5px;font-weight:600;z-index:80;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:9px;animation:toastin .25s cubic-bezier(.2,.8,.2,1)}.toast svg{width:17px;height:17px;color:var(--live)}@keyframes toastin{0%{opacity:0;transform:translate(-50%,12px)}}.toast--error{background:var(--danger);color:#fff}.toast--error svg{color:#fff}.rma-board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;align-items:start}.rma-col{--col:var(--muted);background:var(--surface-2);border:1px solid transparent;border-radius:var(--radius-lg);display:flex;flex-direction:column;min-height:120px}.rma-col--abierto{--col:var(--warn)}.rma-col--en_revision{--col:var(--info)}.rma-col--resuelto{--col:var(--live)}.rma-col--rechazado{--col:var(--muted)}.rma-col--over{border-color:var(--col);box-shadow:0 0 0 2px color-mix(in srgb,var(--col) 35%,transparent)}.rma-col-head{display:flex;align-items:center;gap:8px;padding:11px 13px;font-size:13px;font-weight:650;color:var(--text)}.rma-col-head .pill-count{margin-left:auto}.rma-dot{flex:none;width:9px;height:9px;border-radius:99px;background:var(--col)}.rma-col-body{display:flex;flex-direction:column;gap:9px;padding:10px}.rma-card{background:var(--surface);border-left:3px solid var(--col);border-radius:var(--radius);box-shadow:var(--shadow);padding:10px 11px 11px;cursor:-webkit-grab;cursor:grab;transition:box-shadow .16s ease,transform .16s ease}[data-theme=dark] .rma-card{border:1px solid var(--line);border-left:3px solid var(--col)}.rma-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.rma-card[draggable=false]{cursor:default}.rma-card--dragging{opacity:.5}.rma-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:5px}.rma-card-date{font-size:11.5px;color:var(--muted)}.rma-card-motivo{font-size:13px;font-weight:600;color:var(--text)}.rma-card-desc{margin:4px 0 0;font-size:12.5px;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rma-card-cust{margin-top:6px;font-size:12px;color:var(--muted)}.rma-col-empty{margin:4px 2px;font-size:12.5px;color:var(--muted)}.rma-col-more{margin:2px;font-size:11.5px;color:var(--muted)}@media (max-width:1100px){.rma-board{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.rma-board{grid-template-columns:minmax(0,1fr)}}.rc-cliente{display:flex;align-items:center;gap:12px;margin-bottom:16px}.rc-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:14px;gap:14px;margin-bottom:16px}.rc-field{min-width:0}.rc-label{font-size:12px;color:var(--muted);margin-bottom:2px}.rc-date{white-space:nowrap}.rc-desc{margin-bottom:16px}.rc-desc p{font-size:13.5px}.rc-actions{display:flex;flex-wrap:wrap;gap:8px}@media (max-width:1100px){.stat-grid{grid-template-columns:repeat(2,1fr)}}.card-pad{padding:20px 22px}.card-body-pad{padding:16px}.section-title{font-size:13px;font-weight:650;color:var(--text);margin-bottom:10px}.order-total{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-top:1px solid var(--border);font-size:15px}.order-total .amount{font-size:18px;font-weight:700}.order-line{display:flex;justify-content:space-between;align-items:center;padding:7px 16px;font-size:14px}.order-line.muted{color:var(--muted)}.order-line .ol-desc{display:inline-flex;align-items:center;gap:7px;color:var(--live);font-weight:600}.order-line .ol-desc-code{padding:1px 7px;border-radius:999px;background:var(--live-weak);color:var(--live);font-size:11.5px;letter-spacing:.03em}.order-line .ol-desc-amt{color:var(--live);font-weight:600}.detail-grid{display:grid;grid-template-columns:1fr 340px;grid-gap:18px;gap:18px;align-items:start}.detail-side{display:flex;flex-direction:column;gap:14px}.kv{display:flex;justify-content:space-between;gap:12px;padding:5px 0}.kv-k{color:var(--text-muted)}.kv-v{font-weight:600;text-align:right;word-break:break-word}.action-row{display:flex;gap:10px;flex-wrap:wrap}.label{display:block;font-weight:600;font-size:13px;margin-bottom:6px}.input.err,.textarea.err{border-color:var(--danger)}.field-error{color:var(--danger);font-size:12.5px;margin-top:5px}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 24px;gap:0 24px}.form-grid .span-2{grid-column:1/-1}.form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:8px;padding-top:20px;border-top:1px solid var(--border)}.input-prefix{display:flex;align-items:stretch}.input-prefix .pfx{display:grid;place-items:center;padding:0 11px;background:var(--surface-2);border:1px solid var(--border-strong);border-right:none;border-radius:var(--radius-sm) 0 0 var(--radius-sm);color:var(--text-muted);font-weight:600}.input-prefix .input{border-radius:0 var(--radius-sm) var(--radius-sm) 0}.variants{border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px 16px;background:var(--surface-2)}.variant-row{display:grid;grid-template-columns:1fr 130px 40px;grid-gap:10px;gap:10px;align-items:center;margin-bottom:10px}.variant-row .input{background:var(--surface)}.variant-chips{display:flex;flex-wrap:wrap;gap:5px}.variant-row .icon-btn{border:1px solid var(--border-strong);background:var(--surface);color:var(--text-muted)}.variant-row .icon-btn:hover{background:var(--danger-weak);color:var(--danger);border-color:color-mix(in srgb,var(--danger) 45%,transparent)}.sku{font-family:var(--font-mono),ui-monospace,monospace;font-size:12.5px;background:var(--muted-soft);color:var(--muted-fg);padding:2px 7px;border-radius:5px}.thumb{object-fit:cover}.thumb,.thumb-ph{width:40px;height:40px;border-radius:8px;background:var(--muted-soft);border:1px solid var(--border)}.thumb-ph{display:grid;place-items:center;color:var(--border-strong)}.cell-prod{display:flex;align-items:center;gap:12px}.table .prod-name{font-weight:600}.table .prod-desc{color:var(--text-muted);font-size:12.5px;margin-top:2px;max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge-off,.badge-stock{background:var(--muted-soft);color:var(--muted-fg)}.badge-stock{font-family:var(--font-mono),ui-monospace,monospace}.badge-agotado{background:var(--warn-soft);color:var(--warn)}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}.search{position:relative;flex:1 1;max-width:360px}.search .input{padding-left:36px}.search .search-ico{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}.pagination{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px;color:var(--muted);font-size:13px;flex-wrap:wrap}.pagination .pag-range{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pagination .pag-right{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.pagination .pag-size{display:inline-flex;align-items:center;gap:8px}.pagination .pages{display:flex;align-items:center;gap:8px}.pagination .pag-page{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--ink-2);min-width:48px;text-align:center}.card-stack{display:flex;flex-direction:column;gap:16px}.dash-cols.stretch{align-items:stretch}.dash-cols.stretch>.card{display:flex;flex-direction:column;min-width:0}.dash-cols.stretch .chart,.dash-cols.stretch>.card>.card-body,.dash-cols.stretch>.card>.card-body-pad{flex:1 1;min-height:0;display:flex;flex-direction:column}.dash-cols.stretch .chart-plot{flex:1 1;height:auto;min-height:200px}.model-scroll{max-height:230px;overflow-y:auto}.model-scroll thead th{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:var(--surface)}.fields-table{border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.fields-row{display:grid;grid-template-columns:1fr 92px 116px;align-items:center;grid-gap:10px;gap:10px;padding:13px 15px;border-bottom:1px solid var(--line)}.fields-row:last-child{border-bottom:none}.fields-row.head{background:var(--surface-2);padding:9px 15px}.fields-row.head span{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);text-align:center}.fields-row.head span:first-child{text-align:left}.fields-row.locked{background:var(--surface-2)}.field-info .fn{font-weight:600;font-size:13.5px;display:flex;align-items:center;gap:8px}.field-info .fn .field-ico{width:16px;height:16px;color:var(--muted);flex:none}.field-info .fh{font-size:12px;color:var(--muted);margin-top:1px}.fields-cell{display:flex;justify-content:center}.fields-cell .always{font-size:12px;color:var(--live);font-weight:600;font-family:var(--font-mono),ui-monospace,monospace}.chart-col{position:relative}.chart-col:hover .chart-bar{filter:brightness(1.07);box-shadow:0 0 0 2px var(--accent-weak)}.chart-col[data-tip]:hover:after{content:attr(data-tip);position:absolute;bottom:calc(100% + 6px);left:50%;transform:translateX(-50%);white-space:nowrap;background:var(--ink);color:var(--surface);font-family:var(--font-mono),ui-monospace,monospace;font-size:11.5px;padding:5px 9px;border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:40;pointer-events:none}.alert{padding:11px 14px;border-radius:var(--radius-sm);font-size:13.5px;font-weight:500;margin-bottom:16px}.alert-error{background:var(--danger-soft);color:var(--danger);border:1px solid color-mix(in srgb,var(--danger) 45%,transparent)}.alert-ok{background:var(--accent-soft);color:var(--accent-soft-fg);border:1px solid var(--accent)}.conn-card{display:flex;gap:14px;align-items:center;padding:16px 18px;border-radius:var(--radius);border:1px solid var(--border);margin-bottom:18px}.conn-ok{background:var(--live-weak);border-color:color-mix(in srgb,var(--live) 30%,transparent)}.conn-off{background:var(--warn-soft);border-color:color-mix(in srgb,var(--warn) 35%,transparent)}.conn-ico{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;flex-shrink:0}.conn-ok .conn-ico{background:color-mix(in srgb,var(--live) 22%,var(--surface));color:var(--live)}.conn-off .conn-ico{background:color-mix(in srgb,var(--warn) 22%,var(--surface));color:var(--warn)}.conn-title{font-weight:650}.conn-desc{color:var(--muted-fg);font-size:13px;margin-top:2px}.settings-form{max-width:540px;display:flex;flex-direction:column;gap:16px}.settings-form .field{margin-bottom:0}.ro-value{padding:9px 12px;border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);color:var(--text);font-weight:600}.settings-soon-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-top:16px}.soon-card-title{font-weight:650;margin-bottom:4px}.bot-toggle{margin-top:4px}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 0}.toggle-text{min-width:0}.toggle-title{font-weight:650}.switch{position:relative;flex:none;width:46px;height:26px;padding:0;border-radius:999px;border:1px solid var(--border-strong);background:var(--muted-soft);cursor:pointer;transition:background .15s,border-color .15s}.switch:disabled{opacity:.6;cursor:default}.switch-knob{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:var(--shadow-sm);transition:transform .15s}.switch-on{background:var(--accent);border-color:var(--accent)}.switch-on .switch-knob{transform:translateX(20px)}.ship-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-gap:20px;gap:20px;align-items:start}.ship-form{display:flex;flex-direction:column;gap:14px;min-width:0}.ship-empty{display:flex;align-items:center;gap:12px;padding:20px 16px;border:1px dashed var(--line-strong);border-radius:var(--radius-lg);background:var(--surface-2);color:var(--muted)}.ship-empty .ico{width:24px;height:24px;flex:none;color:var(--faint)}.ship-empty p{margin:0;font-size:13.5px}.ship-rows{display:flex;flex-direction:column;gap:8px}.ship-row{display:flex;align-items:center;gap:10px;padding:9px 11px;border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow);transition:box-shadow .16s,opacity .12s}.ship-row--dragging{opacity:.5}.ship-row--over{box-shadow:0 0 0 2px var(--accent),var(--shadow)}.ship-grip{flex:none;display:grid;place-items:center;width:26px;height:30px;padding:0;border:none;background:none;color:var(--faint);cursor:-webkit-grab;cursor:grab;border-radius:var(--radius)}.ship-grip:hover{color:var(--muted);background:var(--surface-2)}.ship-grip:active{cursor:-webkit-grabbing;cursor:grabbing}.ship-grip svg{width:16px;height:16px}.ship-carrier{flex:none;display:grid;place-items:center;width:32px;height:32px;border-radius:50%}.ship-carrier svg{width:17px;height:17px}.ship-carrier--truck{color:var(--accent);background:var(--accent-weak)}.ship-carrier--store{color:var(--live);background:var(--live-weak)}.ship-carrier--convenir{color:var(--warn);background:var(--warn-weak)}.ship-name{flex:1 1 auto;min-width:0;font-family:inherit;font-size:14px;font-weight:600;color:var(--ink);background:transparent;border:1px solid transparent;border-radius:var(--radius);padding:7px 9px;outline:none;transition:border-color .12s,background .12s,box-shadow .12s}.ship-name::placeholder{color:var(--faint);font-weight:400}.ship-name:hover{border-color:var(--line);background:var(--surface-2)}.ship-name:focus{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px var(--accent-weak)}.ship-cost{flex:none;display:inline-flex;align-items:center;width:130px;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);padding-left:9px;transition:border-color .12s,box-shadow .12s}.ship-cost:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-weak)}.ship-cost-pfx{flex:none;color:var(--muted);font-weight:600;font-size:13px}.ship-cost-input{flex:1 1 auto;min-width:0;width:100%;border:none;background:transparent;outline:none;color:var(--ink);font-size:14px;text-align:right;padding:8px 9px 8px 4px}.ship-cost-input::placeholder{color:var(--faint)}.ship-conv-badge{flex:none;display:inline-flex;align-items:center;gap:6px;width:130px;justify-content:center;padding:7px 8px;border-radius:var(--radius);background:var(--warn-weak);color:var(--warn);border:1px solid color-mix(in srgb,var(--warn) 24%,transparent);font-size:12.5px;font-weight:650;white-space:nowrap}.ship-conv-badge svg{width:14px;height:14px;flex:none}.ship-del{flex:none}.ship-del:hover{color:var(--danger)}.ship-actions{display:flex;gap:10px;justify-content:space-between;flex-wrap:wrap;margin-top:4px}.ship-aside{position:-webkit-sticky;position:sticky;top:8px}.ship-preview{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-2);padding:14px}.ship-preview-head{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:650;letter-spacing:.02em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.ship-preview-head .ico{width:15px;height:15px;flex:none}.ship-preview-empty{margin:0;padding:8px 4px 4px;font-size:13px;color:var(--muted)}.ship-bubble{position:relative;background:var(--bubble-you);border-radius:14px;border-bottom-left-radius:4px;padding:11px 13px;box-shadow:var(--shadow);font-size:13.5px;line-height:1.5;color:var(--ink)}.ship-bubble-q{font-weight:600;margin-bottom:8px}.ship-bubble-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.ship-bubble-list li{display:flex;align-items:baseline;gap:6px}.ship-bubble-n{flex:none;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ship-bubble-nombre{flex:1 1 auto;min-width:0;word-break:break-word}.ship-bubble-costo{flex:none;font-weight:600;color:var(--ink-2);white-space:nowrap}@media (max-width:1080px){.ship-layout{grid-template-columns:1fr}.ship-aside{position:static}}.note-info{margin-top:12px;padding:10px 12px;border-radius:var(--radius-sm);background:var(--info-weak);color:var(--ink-2);border:1px solid color-mix(in srgb,var(--info) 22%,transparent);font-size:13px;line-height:1.45}.note-info.with-icon{display:flex;gap:10px;align-items:flex-start}.note-info svg{width:16px;height:16px;flex:none;margin-top:1px;color:var(--info)}.you-chip{display:inline-block;margin-left:8px;padding:1px 7px;border-radius:999px;font-size:11px;font-weight:700;color:var(--accent-soft-fg);vertical-align:middle}.temp-pass,.you-chip{background:var(--accent-soft)}.temp-pass{border:1px solid var(--accent);border-radius:var(--radius-sm);padding:14px 16px}.temp-pass-title{display:flex;align-items:center;gap:7px;font-weight:700;color:var(--accent-soft-fg);margin-bottom:4px}.temp-pass-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.temp-pass-code{flex:1 1 auto;min-width:180px;font-family:var(--font-mono),ui-monospace,monospace;font-size:17px;font-weight:700;letter-spacing:.5px;padding:9px 12px;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);color:var(--text);-webkit-user-select:all;-moz-user-select:all;user-select:all}a.link{color:var(--accent);text-decoration:underline}a.link:hover{opacity:.85}.cred-status{list-style:none;margin:0 0 4px;padding:0;display:flex;flex-direction:column;gap:6px}.cred-status li{display:flex;align-items:center;gap:8px;font-size:14px}.cred-status .cred-ico{display:inline-flex;width:16px;height:16px}.cred-status li.ok .cred-ico{color:var(--live)}.cred-status li.off .cred-ico{color:var(--text-muted)}.mp-disconnect{margin-top:18px;padding-top:16px;border-top:1px solid var(--border)}.mp-disconnect form{margin-top:12px}.stat-link{display:block;text-decoration:none;color:inherit;transition:border-color .12s,box-shadow .12s}.stat-link:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md)}.dash-cols{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:16px;gap:16px;align-items:start;margin-bottom:20px}.dash-cols.even{grid-template-columns:1fr 1fr}.dash-cols .chart-plot{display:flex;align-items:flex-end;gap:10px;height:200px}.dash-cols .chart-col{flex:1 1;height:100%;justify-content:flex-end}.dash-card-head{display:flex;align-items:center;justify-content:space-between}.dash-card-meta{color:var(--accent);font-weight:700}.chart-plot{position:relative;display:grid;grid-template-columns:repeat(7,1fr);grid-gap:10px;gap:10px;align-items:end;height:180px}.chart-col{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:8px}.chart-bar-track{width:100%;flex:1 1;min-height:0;display:flex;align-items:flex-end;justify-content:center}.chart-bar{width:60%;max-width:38px;background:linear-gradient(180deg,var(--accent) 0,var(--accent-hover) 100%);border-radius:6px 6px 0 0}.chart-x{display:flex;flex-direction:column;align-items:center;line-height:1.15}.chart-x-wd{font-size:11px;color:var(--text-muted);text-transform:capitalize}.chart-x-dn{font-size:12px;font-weight:650}.chart-empty-overlay{position:absolute;inset:0;display:grid;place-items:center;text-align:center;padding:0 16px;color:var(--text-muted);font-size:13.5px}.activity{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.activity-item{display:flex;align-items:center;gap:12px;padding:10px 4px;border-bottom:1px solid var(--border)}.activity-item:last-child{border-bottom:none}.act-ico{width:34px;height:34px;flex:none;border-radius:9px;display:grid;place-items:center}.act-ico-order{background:var(--accent-weak);color:var(--accent)}.act-ico-pay{background:var(--live-weak);color:var(--live)}.act-main{flex:1 1;min-width:0}.act-title{display:inline-block;font-weight:600;color:var(--text);text-decoration:none}.act-title:hover{color:var(--accent)}.act-sub{display:flex;align-items:center;gap:6px;margin-top:2px;color:var(--text-muted);font-size:12.5px}.act-amount{font-weight:700;font-size:14.5px;white-space:nowrap}.act-amount-in{color:var(--live)}.pulse-panel{display:flex;flex-direction:column}.pulse-feed{list-style:none;margin:0;padding:0;max-height:288px;overflow-y:auto}.pulse-row{display:flex;gap:11px;padding:10px 0;border-bottom:1px dashed var(--line);align-items:flex-start}.pulse-row:first-child{padding-top:0}.pulse-row:last-child{border-bottom:none;padding-bottom:0}.pulse-time{font-family:var(--font-mono),ui-monospace,monospace;font-size:11px;color:var(--faint);width:40px;flex:none;padding-top:7px}.pulse-row .act-ico{width:28px;height:28px;border-radius:8px}.pulse-row .act-ico svg{width:15px;height:15px}.pulse-text{font-size:13px;line-height:1.4;padding-top:5px}.pulse-text .who{font-weight:600}.funnel{display:flex;flex-direction:column;gap:9px}.funnel-step{display:grid;grid-template-columns:150px 1fr auto;align-items:center;grid-gap:14px;gap:14px}.funnel-label{font-size:13px;font-weight:600;display:flex;align-items:center;gap:8px}.funnel-label .fdot{width:9px;height:9px;border-radius:3px;flex:none}.funnel-label .funnel-info{width:13px;height:13px;color:var(--faint);flex:none}.funnel-track{height:30px;background:var(--surface-2);overflow:hidden}.funnel-fill,.funnel-track{border-radius:var(--radius)}.funnel-fill{height:100%;display:flex;align-items:center;padding-left:11px;color:#fff;font-family:var(--font-display),system-ui,sans-serif;font-weight:600;font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:1px}.funnel-rate{font-family:var(--font-mono),ui-monospace,monospace;font-size:12px;color:var(--muted);width:52px;text-align:right}.funnel-step.is-soon{opacity:.62}.funnel-fill-soon{width:auto;padding:0 11px;color:var(--muted);background:repeating-linear-gradient(45deg,var(--surface-2),var(--surface-2) 6px,var(--line) 6px,var(--line) 12px);font-size:12px;font-weight:600}.auth{position:relative;min-height:100vh;display:flex;flex-direction:column;overflow:hidden;background:var(--canvas);color:var(--auth-text);font-family:var(--font-ui),system-ui,sans-serif}.auth[data-theme=dark]{--canvas:#0a0c11;--card:rgba(255,255,255,0.05);--card-line:rgba(255,255,255,0.1);--field:rgba(255,255,255,0.045);--field-line:rgba(255,255,255,0.13);--auth-text:#f1f3f8;--auth-muted:rgba(241,243,248,0.56);--auth-faint:rgba(241,243,248,0.34);--grid:rgba(255,255,255,0.045);--aurora-1:rgba(91,71,245,0.58);--aurora-2:rgba(15,157,99,0.34);--aurora-3:rgba(125,107,255,0.4);--vignette:rgba(0,0,0,0.62);--topbar-line:rgba(255,255,255,0.08)}.auth[data-theme=light]{--canvas:#f4f5f8;--card:rgba(255,255,255,0.82);--card-line:rgba(13,17,23,0.08);--field:rgba(255,255,255,0.95);--field-line:rgba(13,17,23,0.12);--auth-text:#0d1117;--auth-muted:#6d7684;--auth-faint:#99a1ae;--grid:rgba(13,17,23,0.035);--aurora-1:rgba(91,71,245,0.26);--aurora-2:rgba(15,157,99,0.18);--aurora-3:rgba(125,107,255,0.22);--vignette:rgba(109,118,132,0.14);--topbar-line:rgba(13,17,23,0.07)}.auth-bg{inset:0;z-index:0;pointer-events:none;overflow:hidden}.aurora,.auth-bg{position:absolute}.aurora{border-radius:50%;filter:blur(90px)}.aurora.a1{width:560px;height:560px;top:-160px;left:-120px;background:var(--aurora-1);animation:drift1 26s ease-in-out infinite}.aurora.a2{width:600px;height:600px;bottom:-200px;right:-140px;background:var(--aurora-2);animation:drift2 30s ease-in-out infinite}.aurora.a3{width:440px;height:440px;top:42%;left:52%;background:var(--aurora-3);animation:drift3 34s ease-in-out infinite}@keyframes drift1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(70px,50px) scale(1.08)}}@keyframes drift2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-60px,-40px) scale(1.1)}}@keyframes drift3{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-58%,-42%) scale(1.12)}}.auth-grid{position:absolute;inset:0;background-image:linear-gradient(var(--grid) 1px,transparent 1px),linear-gradient(90deg,var(--grid) 1px,transparent 1px);background-size:48px 48px;-webkit-mask:radial-gradient(120% 95% at 50% 0,#000 0,transparent 72%);mask:radial-gradient(120% 95% at 50% 0,#000 0,transparent 72%)}.auth-vignette{position:absolute;inset:0;background:radial-gradient(120% 100% at 50% 38%,transparent 48%,var(--vignette) 100%)}.auth-topbar{position:relative;z-index:2;justify-content:space-between;gap:16px;padding:20px clamp(20px,4vw,40px)}.atb-brand,.auth-topbar{display:flex;align-items:center}.atb-brand{gap:10px;font-weight:800;font-size:17px;letter-spacing:-.02em;color:var(--auth-text)}.atb-brand .logo{width:30px;height:30px;border-radius:9px;background:linear-gradient(135deg,var(--accent),var(--accent-press));color:#fff;display:grid;place-items:center;font-weight:800;font-size:16px;box-shadow:0 6px 18px -6px rgba(91,71,245,.7)}.atb-right{display:flex;align-items:center;gap:16px}.atb-sales{font-size:13px;color:var(--auth-muted)}.atb-sales a{color:var(--auth-text);font-weight:600;text-decoration:none}.atb-sales a:hover{color:var(--accent)}.auth-toggle-btn{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;border:1px solid var(--card-line);background:var(--card);color:var(--auth-text);cursor:pointer;transition:border-color .15s,background .15s}.auth-toggle-btn:hover{border-color:var(--accent)}.auth-toggle-btn svg{width:18px;height:18px}.auth-main{position:relative;z-index:1;flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px}.dev-quick{width:100%;max-width:432px;text-align:center}.dev-quick-label{display:block;margin-bottom:8px;font-size:11px;letter-spacing:.02em;color:var(--auth-faint)}.dev-quick-row{display:flex;gap:8px}.dev-chip{flex:1 1;padding:8px 10px;border-radius:var(--radius);border:1px dashed var(--card-line);background:var(--card);color:var(--auth-muted);font-family:inherit;font-size:12.5px;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.dev-chip:hover{border-color:var(--accent);color:var(--auth-text)}.auth-card{position:relative;width:100%;max-width:432px;padding:40px;border:1px solid transparent;border-radius:22px;background:linear-gradient(var(--card),var(--card)) padding-box,linear-gradient(140deg,rgba(91,71,245,.6),rgba(255,255,255,0) 46%,rgba(15,157,99,.5)) border-box;backdrop-filter:blur(26px) saturate(1.1);-webkit-backdrop-filter:blur(26px) saturate(1.1);box-shadow:0 40px 90px -32px rgba(0,0,0,.7),inset 0 1px 0 rgba(255,255,255,.05);animation:cardin .55s cubic-bezier(.2,.7,.2,1) both}@keyframes cardin{0%{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:none}}.ac-logo{width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,var(--accent),var(--accent-press));color:#fff;display:grid;place-items:center;margin-bottom:20px;font-family:var(--font-display),system-ui,sans-serif;font-weight:800;font-size:24px;box-shadow:0 0 0 1px rgba(255,255,255,.12),0 12px 34px -8px rgba(91,71,245,.75)}.ac-eyebrow{display:inline-flex;align-items:center;gap:7px;margin-bottom:12px;font-size:12px;font-weight:600;color:var(--auth-muted)}.ac-dot{width:6px;height:6px;border-radius:50%;background:var(--live);box-shadow:0 0 8px var(--live)}.ac-title{margin:0;font-family:var(--font-display),system-ui,sans-serif;font-size:27px;letter-spacing:-.025em;font-weight:700;color:var(--auth-text)}.ac-sub{margin:7px 0 26px;font-size:14px;color:var(--auth-muted)}.ac-group{margin-bottom:16px}.ac-group>label{display:block;font-size:13px;font-weight:600;margin-bottom:7px;color:var(--auth-text)}.ac-field{position:relative}.ac-ico{position:absolute;left:13px;top:50%;transform:translateY(-50%);display:grid;place-items:center;color:var(--auth-faint);pointer-events:none}.ac-ico svg{width:17px;height:17px}.ac-input{width:100%;height:48px;padding:0 14px 0 42px;font-family:inherit;font-size:14px;color:var(--auth-text);background:var(--field);border:1px solid var(--field-line);border-radius:var(--radius-lg);transition:border-color .15s,box-shadow .15s,background .15s}.ac-input::placeholder{color:var(--auth-faint)}.ac-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(240,80,46,.2)}.ac-field:focus-within .ac-ico,.ac-input:focus+.ac-ico{color:var(--accent)}.ac-forgot{display:block;margin:2px 0 18px;text-align:right;font-size:12.5px;font-weight:600;color:var(--accent);text-decoration:none}.ac-forgot:hover{text-decoration:underline}.ac-submit{position:relative;width:100%;height:50px;border:none;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--accent),var(--accent-press));color:#fff;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;overflow:hidden;box-shadow:0 12px 30px -10px rgba(240,80,46,.7);transition:filter .15s,transform .1s}.ac-submit:hover:not(:disabled){filter:brightness(1.05)}.ac-submit:active:not(:disabled){transform:translateY(1px)}.ac-submit:disabled{opacity:.65;cursor:default}.ac-submit:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.4) 50%,transparent 70%);transform:translateX(-130%)}.ac-submit:hover:not(:disabled):after{transform:translateX(130%);transition:transform .7s ease}.auth-meta{display:flex;align-items:center;justify-content:center;gap:7px;margin:22px 0 0;padding-top:18px;border-top:1px solid var(--card-line);font-size:12px;color:var(--auth-muted)}.auth-meta svg{opacity:.85}.auth-card .alert{margin-bottom:16px}.auth-steps{list-style:none;margin:4px 0 20px;padding:0;display:grid;grid-gap:15px;gap:15px}.auth-steps li{display:flex;gap:12px;font-size:14px;line-height:1.5;color:var(--auth-muted)}.auth-steps strong{color:var(--auth-text);font-weight:600}.auth-step-n{flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:rgba(240,80,46,.16);color:var(--accent);display:grid;place-items:center;font-size:13px;font-weight:700}.auth-note{margin:0;padding:13px 15px;border-radius:var(--radius-lg);background:var(--field);border:1px solid var(--card-line);font-size:12.5px;line-height:1.5;color:var(--auth-muted)}@media (prefers-reduced-motion:reduce){.aurora,.auth-card{animation:none}.ac-submit:after{transition:none}}@media (max-width:520px){.auth-card{padding:28px 22px}.atb-sales{display:none}}.pay-wrap{min-height:100vh;display:grid;place-items:center;background:radial-gradient(900px 520px at 50% -10%,var(--live-weak) 0,var(--bg) 58%);padding:24px}.pay-card{width:100%;max-width:440px;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-md);padding:36px 28px;text-align:center}.pay-ico{width:68px;height:68px;border-radius:18px;display:grid;place-items:center;margin:0 auto 18px}.pay-ico-ok{background:var(--live-weak);color:var(--live)}.pay-ico-error{background:var(--danger-soft);color:var(--danger)}.pay-ico-pending{background:var(--warn-soft);color:var(--warn)}.pay-title{font-size:21px;line-height:1.3;margin-bottom:10px}.pay-msg{font-size:15px;line-height:1.55;margin:0 auto;max-width:340px}.pay-foot,.pay-msg{color:var(--text-muted)}.pay-foot{margin-top:26px;padding-top:18px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:center;gap:8px;font-size:12.5px}.pay-foot .pay-logo{width:22px;height:22px;border-radius:6px;background:var(--accent);color:#fff;display:grid;place-items:center;font-weight:800;font-size:12px;flex:none}@media (max-width:860px){.dash-cols,.dash-cols.even,.detail-grid,.form-grid,.settings-soon-grid{grid-template-columns:1fr}.content-pad{padding:20px 16px 40px}.topbar{padding:0 16px}}@media (max-width:480px){.pay-card{padding:30px 20px;border-radius:16px}.pay-title{font-size:19px}}.pay-legal{margin-top:14px;font-size:12.5px}.pay-legal a{color:var(--text-muted);text-decoration:underline;text-underline-offset:2px}.pay-legal a:hover{color:var(--accent)}.legal-wrap{min-height:100vh;background:radial-gradient(900px 520px at 50% -10%,var(--live-weak) 0,var(--bg) 58%);padding:48px 24px 72px;display:flex;justify-content:center}.legal-doc{width:100%;max-width:680px;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-md);padding:40px 36px}.legal-head{margin-bottom:8px}.legal-title{font-size:27px;line-height:1.25;margin-bottom:10px}.legal-lead{color:var(--text-muted);font-size:16px;line-height:1.6}.legal-updated{display:block;margin-top:14px;font-size:12.5px;color:var(--text-muted)}.legal-section{margin-top:28px}.legal-section h2{font-size:18px;line-height:1.35;margin-bottom:10px}.legal-section p{color:var(--text);font-size:15.5px;line-height:1.7;margin-bottom:10px}.legal-section p:last-child{margin-bottom:0}.legal-foot{margin-top:40px;padding-top:18px;border-top:1px solid var(--border);display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:12.5px}.legal-foot .legal-logo{width:22px;height:22px;border-radius:6px;background:var(--accent);color:#fff;display:grid;place-items:center;font-weight:800;font-size:12px;flex:none}@media (max-width:480px){.legal-wrap{padding:28px 16px 56px}.legal-doc{padding:28px 20px;border-radius:16px}.legal-title{font-size:23px}}.content.flush{display:flex;flex-direction:column}.content.flush>.inbox{flex:1 1 auto;min-height:0}.inbox{display:grid;grid-template-columns:336px minmax(0,1fr) 304px;height:100%;min-height:0;background:var(--bg);grid-gap:12px;gap:12px;padding:10px 16px 0 10px}.inbox.no-context{grid-template-columns:336px minmax(0,1fr)}.conv-list{min-height:0}.conv-list,.conv-list-head{display:flex;flex-direction:column}.conv-list-head{padding:6px 8px 12px;gap:11px}.conv-list-head h2{font-size:18px}.conv-filters{display:flex;flex-wrap:wrap;gap:5px}.conv-chip{font-size:12px;font-weight:600;padding:5px 10px;border-radius:99px;cursor:pointer;color:var(--muted);background:var(--surface-2);border:1px solid transparent;text-decoration:none;white-space:nowrap}.conv-chip.on{background:var(--ink);color:var(--bg);border-color:var(--ink)}.conv-chip .n{font-family:var(--font-mono);margin-left:4px;opacity:.8}.conv-channels{margin-bottom:6px}.ch-badge{display:inline-flex;align-items:center;flex:none}.ch-badge svg{width:15px;height:15px}.conv-name-wrap{display:flex;align-items:center;gap:6px;min-width:0;flex:1 1}.conv-chip .ch-badge{margin-right:3px}.conv-chip .ch-badge svg{width:13px;height:13px}.reflote-overlay{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.42)}.reflote-modal{width:100%;max-width:440px;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px;box-shadow:0 16px 48px rgba(0,0,0,.28)}.reflote-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.reflote-head h3{font-size:16px;margin:0}.reflote-textarea{width:100%;resize:vertical;min-height:84px;font:inherit;color:var(--ink);background:var(--bg);border:1px solid var(--line);border-radius:10px;padding:10px 12px}.reflote-textarea:focus{outline:none;border-color:var(--accent)}.reflote-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.reflote-tip{position:relative;display:inline-flex}.reflote-tip:after{content:attr(data-tip);position:absolute;top:calc(100% + 6px);right:0;z-index:70;width:max-content;max-width:240px;background:var(--ink);color:var(--bg);font-size:11px;line-height:1.35;font-weight:500;padding:6px 9px;border-radius:8px;box-shadow:0 6px 20px rgba(0,0,0,.25);opacity:0;transform:translateY(-2px);pointer-events:none;transition:opacity .12s ease,transform .12s ease}.reflote-tip:focus-within:after,.reflote-tip:hover:after{opacity:1;transform:translateY(0)}.conv-scroll{overflow-y:auto;flex:1 1;min-height:0}.conv-item{display:flex;gap:11px;padding:11px 12px;border-radius:var(--radius);margin-bottom:2px;cursor:pointer;position:relative;text-decoration:none;color:inherit}.conv-item:hover{background:var(--surface-2)}.conv-item.active{background:var(--surface);box-shadow:var(--shadow)}[data-theme=dark] .conv-item.active{background:var(--surface-2);box-shadow:none}.conv-av{width:40px;height:40px;border-radius:99px;flex:none;display:grid;place-items:center;font-weight:700;font-family:var(--font-display);position:relative}.conv-av .online{position:absolute;right:-1px;bottom:-1px;width:11px;height:11px;border-radius:99px;background:var(--live);border:2px solid var(--bg)}.conv-main{flex:1 1;min-width:0}.conv-top{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.conv-name{font-weight:600;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-time{font-size:11px;color:var(--faint);font-family:var(--font-mono);flex:none}.conv-preview{font-size:13px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px;display:flex;align-items:center;gap:5px}.conv-preview .by-bot{color:var(--live);font-weight:600}.conv-meta{display:flex;align-items:center;gap:6px;margin-top:6px}.conv-unread{margin-left:auto;min-width:18px;height:18px;padding:0 5px;border-radius:99px;background:var(--accent);color:#fff;font-size:11px;font-weight:700;font-family:var(--font-mono);display:grid;place-items:center}.chat{display:flex;flex-direction:column;min-height:0;min-width:0;background:var(--surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow);overflow:hidden}[data-theme=dark] .chat{border:1px solid var(--line);border-bottom:0;box-shadow:none}.chat-head{padding:13px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px;flex:none}.chat-head .conv-av{width:36px;height:36px;font-size:13px}.chat-head .ch-name{font-weight:600;font-size:15px}.chat-head .ch-sub{font-size:12px;color:var(--muted);font-family:var(--font-mono)}.chat-head-actions{margin-left:auto;gap:8px}.bot-banner,.chat-head-actions{display:flex;align-items:center}.bot-banner{gap:9px;padding:8px 18px;font-size:12.5px;background:var(--live-weak);color:var(--live);border-bottom:1px solid color-mix(in srgb,var(--live) 20%,transparent);font-weight:600}.bot-banner.human{background:var(--accent-weak);color:var(--accent);border-color:color-mix(in srgb,var(--accent) 22%,transparent)}.bot-banner svg{width:15px;height:15px}.chat-body{flex:1 1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:12px;min-height:0}.chat-day{text-align:center;font-size:11px;color:var(--muted);font-family:var(--font-mono);margin:4px 0}.msg{max-width:74%;display:flex;flex-direction:column;gap:3px}.msg.in{align-self:flex-start}.msg.out{align-self:flex-end;align-items:flex-end}.bubble{padding:9px 13px;border-radius:14px;font-size:13.5px;line-height:1.45;box-shadow:var(--shadow);white-space:pre-wrap;word-break:break-word}.msg.in .bubble{background:var(--surface-2);border-bottom-left-radius:4px}.msg.out .bubble{background:#DCF7E6;color:#0c2e20;border-bottom-right-radius:4px}[data-theme=dark] .msg.out .bubble{background:#15493444;color:var(--ink)}.msg.out.human .bubble{background:var(--accent);color:#fff}.msg-meta{font-size:10.5px;color:var(--faint);font-family:var(--font-mono);display:flex;align-items:center;gap:5px}.msg-meta .by{font-weight:700}.msg-meta .by.bot{color:var(--live)}.msg-meta .by.human{color:var(--accent)}.msg-check{display:inline-flex;color:var(--live)}.msg-check svg{width:12px;height:12px}.chat-product{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:9px;display:flex;gap:10px;align-items:center;max-width:280px;box-shadow:var(--shadow)}.chat-product .thumb{width:46px;height:46px;border-radius:8px;flex:none;display:grid;place-items:center;font-size:20px;overflow:hidden}.chat-product .cp-name{font-weight:600;font-size:13px}.chat-product .cp-price{font-family:var(--font-display);font-weight:600;color:var(--live);font-size:14px}.chat-input{flex:none;padding:12px 16px 16px}.chat-input-box{display:flex;align-items:flex-end;gap:10px;background:var(--surface-2);border:1px solid transparent;border-radius:999px;padding:7px 9px 7px 16px;transition:border-color .12s,background .12s}.chat-input-box:focus-within{background:var(--surface);border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-weak)}.chat-input-box textarea{flex:1 1;border:none;background:none;outline:none;font-family:inherit;font-size:14px;resize:none;color:var(--ink);max-height:120px;line-height:1.4;padding:4px 0}.chat-input-box textarea::placeholder{color:var(--faint)}.send-btn{width:38px;height:38px;border-radius:11px;border:none;background:var(--accent);color:#fff;cursor:pointer;display:grid;place-items:center;flex:none}.send-btn svg{width:18px;height:18px}.send-btn[disabled]{opacity:.4;cursor:not-allowed}.ctx{display:flex;flex-direction:column;gap:12px;min-height:0;overflow-y:auto;padding:0 0 16px}.ctx-section{padding:16px 18px;background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow)}[data-theme=dark] .ctx-section{border:1px solid var(--line);box-shadow:none}.ctx-section h4{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:11px}.ctx-cust{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px}.ctx-cust .conv-av{width:56px;height:56px;font-size:19px}.ctx-cust .cn{font-family:var(--font-display);font-weight:600;font-size:16px;margin-top:6px}.ctx-cust .cp{font-family:var(--font-mono);font-size:12px;color:var(--muted)}.ctx-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px;margin-top:14px;width:100%}.ctx-stat{background:var(--surface-2);border-radius:var(--radius);padding:9px 11px;text-align:center}.ctx-stat .v{font-family:var(--font-display);font-weight:600;font-size:17px}.ctx-stat .l{font-size:10.5px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}@media (max-width:1100px){.inbox{grid-template-columns:300px 1fr}.inbox .ctx{display:none}}.content.flush>.soporte{flex:1 1 auto;min-height:0}.soporte{display:flex;flex-direction:column;height:100%;width:100%;max-width:1120px;margin:0 auto;padding:26px 28px 0}.sc-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:18px;flex:none}.sc-head h1{font-size:26px;letter-spacing:-.03em}.sc-head .sub{color:var(--muted);font-size:13.5px;margin-top:3px}.sc-tabs{display:flex;gap:3px;border-bottom:1px solid var(--line);margin-bottom:18px;flex:none}.sc-tab{padding:9px 15px;font-size:14px;font-weight:600;color:var(--muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;display:flex;align-items:center;gap:7px;text-decoration:none}.sc-tab.on,.sc-tab:hover{color:var(--ink)}.sc-tab.on{border-bottom-color:var(--accent)}.sc-tab .n{min-width:18px;height:18px;padding:0 5px;border-radius:99px;background:var(--accent);color:#fff;font-size:11px;font-weight:700;font-family:var(--font-mono);display:grid;place-items:center}.sc-tabpane{overflow-y:auto;padding-bottom:26px}.sc-panel,.sc-tabpane{flex:1 1 auto;min-height:0}.sc-panel{display:grid;grid-template-columns:330px 1fr;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);margin-bottom:26px}.sc-list{border-right:1px solid var(--line);display:flex;flex-direction:column;min-height:0}.sc-list-head{padding:14px 16px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.sc-list-head h2{font-size:15px}.sc-list-scroll{overflow-y:auto;flex:1 1;min-height:0}.sc-item{display:flex;flex-direction:column;gap:5px;padding:13px 16px;border-bottom:1px solid var(--line);cursor:pointer;position:relative;text-decoration:none;color:inherit}.sc-item:hover{background:var(--surface-2)}.sc-item.on{background:var(--accent-weak)}.sc-item.on:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--accent)}.sc-item-top{display:flex;align-items:center;gap:8px}.sc-subj{font-weight:600;font-size:13.5px;flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sc-time{font-size:11px;color:var(--faint);font-family:var(--font-mono);flex:none}.sc-prev{font-size:12.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sc-item-row{display:flex;align-items:center;gap:6px}.sc-dot-new{width:8px;height:8px;border-radius:99px;background:var(--accent);flex:none}.sc-badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;padding:2px 8px;border-radius:99px;line-height:1.6;white-space:nowrap}.sc-badge .d{width:5px;height:5px;border-radius:99px;background:currentColor}.sc-b-abierto{background:var(--info-weak);color:var(--info)}.sc-b-curso{background:var(--warn-weak);color:var(--warn)}.sc-b-resuelto{background:var(--live-weak);color:var(--live)}.sc-b-espera{background:var(--surface-3);color:var(--ink-2)}.sc-thread{display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--bg-grid)}.sc-th-head{padding:13px 18px;border-bottom:1px solid var(--line);background:var(--surface);flex:none}.sc-th-head .t{font-family:var(--font-display);font-weight:600;font-size:15px}.sc-th-head .m{font-size:12px;color:var(--muted);margin-top:2px;display:flex;align-items:center;gap:8px}.sc-th-body{flex:1 1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:12px;min-height:0}.sc-day{text-align:center;font-size:11px;color:var(--muted);font-family:var(--font-mono)}.sc-msg{max-width:76%;display:flex;flex-direction:column;gap:3px}.sc-msg.vos{align-self:flex-end;align-items:flex-end}.sc-msg.loppi{align-self:flex-start}.sc-bubble{padding:10px 13px;border-radius:14px;font-size:13.5px;line-height:1.5;box-shadow:var(--shadow);white-space:pre-wrap;overflow-wrap:anywhere}.sc-msg.loppi .sc-bubble{background:var(--surface);border-bottom-left-radius:4px}.sc-msg.vos .sc-bubble{background:var(--bubble-you);border-bottom-right-radius:4px}[data-theme=dark] .sc-msg.vos .sc-bubble{color:var(--ink)}.sc-meta{font-size:10.5px;color:var(--faint);font-family:var(--font-mono);display:flex;align-items:center;gap:5px}.sc-meta .who{font-weight:700}.sc-msg.loppi .sc-meta .who{color:var(--accent)}.sc-resolved{align-self:center;font-size:11.5px;color:var(--live);background:var(--live-weak);border-radius:99px;padding:4px 12px}.sc-th-input{flex:none;padding:12px 16px;border-top:1px solid var(--line);background:var(--surface)}.sc-th-input-box{display:flex;align-items:flex-end;gap:10px;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:14px;padding:7px 9px 7px 14px}.sc-th-input-box textarea{flex:1 1;border:none;background:none;outline:none;font-family:inherit;font-size:14px;resize:none;color:var(--ink);max-height:120px;line-height:1.4;padding:4px 0}.sc-th-input-box textarea::placeholder{color:var(--faint)}.sc-send{width:38px;height:38px;border-radius:11px;border:none;background:var(--accent);color:#fff;cursor:pointer;display:grid;place-items:center;flex:none}.sc-send svg{width:17px;height:17px}.sc-send[disabled]{opacity:.5;cursor:not-allowed}.sc-th-hint{font-size:11.5px;color:var(--muted);margin-top:8px;display:flex;align-items:center;gap:6px}.sc-th-hint svg{width:13px;height:13px;color:var(--muted);flex:none}.sc-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--muted);gap:10px;text-align:center;padding:24px}.sc-empty .ico{width:44px;height:44px;border-radius:12px;background:var(--surface-2);display:grid;place-items:center;color:var(--faint)}.sc-empty .ico svg{width:22px;height:22px}.sc-empty .t{font-family:var(--font-display);font-weight:600;font-size:16px;color:var(--ink)}.sc-mono{font-family:var(--font-mono)}@media (max-width:760px){.sc-panel{grid-template-columns:1fr}}.playground{display:grid;grid-template-columns:1fr 360px;grid-gap:18px;gap:18px;align-items:start}.playground-side{position:-webkit-sticky;position:sticky;top:12px}.pg-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.pg-head h2{font-size:15px}.phone{background:#0c0c0e;border-radius:34px;padding:11px;box-shadow:var(--shadow-lg);max-width:360px;margin:0 auto}.phone-screen{background:#e5ddd3;border-radius:24px;overflow:hidden;height:560px;display:flex;flex-direction:column}.phone-top{background:#075e54;color:#fff;padding:13px 16px;display:flex;align-items:center;gap:11px}.phone-top .pt-av{width:34px;height:34px;border-radius:99px;background:#ffffff22;display:grid;place-items:center;font-weight:700}.phone-top>div{flex:1 1;min-width:0}.phone-top .pt-name{font-weight:600;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phone-top .pt-sub{font-size:11px;opacity:.85}.phone-msgs{flex:1 1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:8px}.pm{max-width:80%;padding:7px 11px;border-radius:9px;font-size:13px;line-height:1.4;box-shadow:0 1px 1px rgba(0,0,0,.1);white-space:pre-wrap;overflow-wrap:anywhere}.pm.bot{align-self:flex-start;background:#fff;border-top-left-radius:2px;color:#111}.pm.user{align-self:flex-end;background:#dcf8c6;border-top-right-radius:2px;color:#111}.phone-input{padding:9px;background:#e5ddd3;display:flex;gap:8px;align-items:center}.phone-input .pi-field{flex:1 1;background:#fff;border-radius:99px;padding:8px 14px;font-size:13px;color:#888}.phone-input .pi-send{width:34px;height:34px;border-radius:99px;background:#075e54;color:#fff;display:grid;place-items:center;flex:none}.phone-input .pi-send svg{width:16px;height:16px}.phone-input .pi-input{flex:1 1;min-width:0;background:#fff;border:none;outline:none;border-radius:99px;padding:8px 14px;font-size:13px;font-family:inherit;color:#111;resize:none;line-height:1.4;max-height:72px}.phone-input .pi-input::placeholder{color:#888}.phone-input .pi-input:disabled{opacity:.6}.phone-input button.pi-send{border:none;cursor:pointer}.phone-input button.pi-send:disabled{opacity:.5;cursor:default}.phone-input .pi-reset{width:34px;height:34px;border-radius:99px;border:none;background:#fff;color:#075e54;display:grid;place-items:center;cursor:pointer;flex:none}.phone-input .pi-reset svg{width:15px;height:15px}.phone-input .pi-reset:disabled{opacity:.5;cursor:default}.pm-sys{align-self:center;text-align:center;font-size:11.5px;line-height:1.4;color:#686357;background:#efe9df;border-radius:8px;padding:5px 11px;max-width:90%;box-shadow:0 1px 1px rgba(0,0,0,.06)}.pm-sys.hint{margin:auto}.pm-sys.err{color:#9a3324;background:#f6e0da}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.typing-dots span{display:inline-block;width:5px;height:5px;border-radius:99px;background:#999;margin:0 1px;animation:pg-blink 1.2s infinite both}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes pg-blink{0%,80%,to{opacity:.3}40%{opacity:1}}.pg-tono{margin-top:14px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:12px 14px}.pg-tono .pg-tono-label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:5px}.pg-tono blockquote{margin:0;font-size:13px;line-height:1.5;color:var(--ink-2);border-left:3px solid var(--accent);padding-left:10px}.pg-note{text-align:center;font-size:12px;color:var(--ink-2);margin-top:10px}@media (max-width:1100px){.playground{grid-template-columns:1fr}.playground-side{position:static}}@media (max-height:860px){.playground-side{position:static}}.cupon-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:20px;gap:20px;align-items:start}.cupon-form{display:flex;flex-direction:column;gap:14px;min-width:0}.cupon-empty{display:flex;align-items:center;gap:12px;padding:20px 16px;border:1px dashed var(--line-strong);border-radius:var(--radius-lg);background:var(--surface-2);color:var(--muted)}.cupon-empty .ico{width:24px;height:24px;flex:none;color:var(--faint)}.cupon-empty p{margin:0;font-size:13.5px}.cupon-rows{display:flex;flex-direction:column;gap:8px}.cupon-row{border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow);transition:box-shadow .16s,opacity .12s}[data-theme=dark] .cupon-row,[data-theme=dark] .ship-row{border:1px solid var(--line);box-shadow:none}.cupon-row--dragging{opacity:.5}.cupon-row--over{box-shadow:0 0 0 2px var(--accent),var(--shadow)}.cupon-row--open{box-shadow:var(--shadow-lg)}.cupon-row-main{display:flex;align-items:center;gap:8px;padding:8px 10px}.cupon-grip{flex:none;display:grid;place-items:center;width:24px;height:30px;padding:0;border:none;background:none;color:var(--faint);cursor:-webkit-grab;cursor:grab;border-radius:var(--radius)}.cupon-grip:hover{color:var(--muted);background:var(--surface-2)}.cupon-grip:active{cursor:-webkit-grabbing;cursor:grabbing}.cupon-grip svg{width:16px;height:16px}.cupon-type{flex:none;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;font-weight:700;font-size:14px;font-family:var(--mono,ui-monospace,monospace)}.cupon-type--pct{color:var(--accent);background:var(--accent-weak)}.cupon-type--monto{color:var(--live);background:var(--live-weak)}.cupon-id{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:1px}.cupon-code{font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--ink);background:transparent;border:1px solid transparent;border-radius:var(--radius);padding:4px 7px;outline:none;transition:border-color .12s,background .12s,box-shadow .12s}.cupon-code::placeholder{color:var(--faint);font-weight:400;letter-spacing:0}.cupon-code:hover{border-color:var(--line);background:var(--surface-2)}.cupon-code:focus{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px var(--accent-weak)}.cupon-meta{font-size:11.5px;color:var(--faint);padding:0 7px}.cupon-valor{flex:none;display:inline-flex;align-items:center;width:108px;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);padding:0 8px;transition:border-color .12s,box-shadow .12s}.cupon-valor:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-weak)}.cupon-valor-pfx,.cupon-valor-sfx{color:var(--faint);font-size:13px;flex:none}.cupon-valor-input{width:100%;min-width:0;border:none;background:transparent;outline:none;text-align:right;font-size:13.5px;color:var(--ink);padding:7px 4px}.cupon-valor--pct .cupon-valor-input{text-align:right}.cupon-toggle{flex:none;display:inline-flex;border:1px solid var(--line-strong);border-radius:var(--radius);overflow:hidden}.cupon-toggle-btn{width:26px;height:30px;padding:0;border:none;background:var(--surface);color:var(--muted);font-weight:700;font-size:13px;cursor:pointer;transition:background .12s,color .12s}.cupon-toggle-btn+.cupon-toggle-btn{border-left:1px solid var(--line)}.cupon-toggle-btn.is-on{background:var(--accent);color:var(--accent-ink)}.cupon-pill{flex:none;display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.cupon-pill .dot{width:6px;height:6px;border-radius:50%;background:currentColor}.cupon-pill--activo{color:var(--live);background:var(--live-weak)}.cupon-pill--pausado{color:var(--muted);background:var(--surface-2)}.cupon-pill--vencido{color:var(--danger);background:var(--danger-weak)}.cupon-del{flex:none}.cupon-del:hover{color:var(--danger)}.cupon-chevron{flex:none;display:grid;place-items:center;width:30px;height:30px;padding:0;border:1px solid transparent;background:none;color:var(--muted);border-radius:var(--radius);cursor:pointer;transition:transform .15s,background .12s,color .12s}.cupon-chevron:hover{background:var(--surface-2);color:var(--ink)}.cupon-chevron.is-open{transform:rotate(180deg)}.cupon-chevron svg{width:16px;height:16px}.cupon-row-edit{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;padding:12px 14px 14px 48px;border-top:1px solid var(--line);background:var(--surface-2);border-radius:0 0 var(--radius-lg) var(--radius-lg)}.cupon-row-edit.is-collapsed{display:none}.cupon-field{display:flex;flex-direction:column;gap:5px;font-size:12px;color:var(--muted)}.cupon-field input{font-family:inherit;font-size:13px;color:var(--ink);background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius);padding:7px 9px;outline:none;transition:border-color .12s,box-shadow .12s}.cupon-field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-weak)}.cupon-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.cupon-aside{position:-webkit-sticky;position:sticky;top:16px}.cupon-preview{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-2);padding:14px}.cupon-preview-head{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:12px}.cupon-preview-head .ico{width:16px;height:16px}.cupon-states{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.cupon-state{padding:4px 10px;border-radius:999px;border:1px solid var(--line-strong);background:var(--surface);color:var(--muted);font-size:12px;font-weight:600;cursor:pointer;transition:background .12s,color .12s,border-color .12s}.cupon-state:hover{border-color:var(--muted)}.cupon-state.is-on{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.cupon-bubble{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:4px 14px 14px 14px;padding:10px 12px 18px;box-shadow:var(--shadow-sm)}.cupon-bubble p{margin:0;font-size:13.5px;line-height:1.4;color:var(--ink)}.cupon-bubble-time{position:absolute;right:10px;bottom:5px;font-size:10px;color:var(--faint)}.cupon-preview-note{margin:12px 0 0;font-size:11.5px;color:var(--faint);line-height:1.4}@media (max-width:1080px){.cupon-layout{grid-template-columns:1fr}.cupon-aside{position:static}}.plantilla-rows{display:flex;flex-direction:column;gap:2px;padding:0 8px 10px}.plantilla-row{border-radius:var(--radius)}.plantilla-row.is-active{background:var(--accent-weak)}.plantilla-row-main{display:flex;align-items:center;gap:12px;padding:12px 14px}.plantilla-row:not(.is-active) .plantilla-row-main:hover{background:var(--surface-2);border-radius:var(--radius)}.plantilla-bubble{flex:none;width:38px;height:38px;border:none;cursor:pointer;border-radius:10px;background:var(--live-weak);color:var(--live);display:grid;place-items:center}.plantilla-bubble svg{width:19px;height:19px}.plantilla-id{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px;background:none;border:none;cursor:pointer;text-align:left;padding:0;font:inherit;color:inherit}.plantilla-titulo{font-weight:600;font-size:14px;color:var(--ink)}.plantilla-meta{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plantilla-meta code{font-size:11.5px;color:var(--ink-2)}.plantilla-pill{flex:none;display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600}.plantilla-pill .dot{width:6px;height:6px;border-radius:50%;background:currentColor}.plantilla-pill--approved{color:var(--live);background:var(--live-weak)}.plantilla-pill--pending{color:var(--warn);background:var(--warn-weak)}.plantilla-pill--rejected{color:var(--danger);background:var(--danger-weak)}.plantilla-toggle-form{flex:none;display:flex}.plantilla-chevron{flex:none;background:none;border:none;cursor:pointer;color:var(--muted);padding:4px;border-radius:6px;display:grid;place-items:center;transition:transform .15s,color .12s}.plantilla-chevron:hover{color:var(--ink)}.plantilla-chevron.is-open{transform:rotate(180deg)}.plantilla-empty{display:flex;flex-direction:column;align-items:center;gap:10px;padding:30px 16px;text-align:center;color:var(--muted)}.plantilla-empty .ico{width:30px;height:30px;color:var(--faint)}.plantilla-empty p{margin:0;font-size:13.5px}.plantilla-detail{padding:4px 16px 16px 66px}.plantilla-detail-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;align-items:start}.plantilla-detail-info{display:flex;flex-direction:column;gap:8px}.plantilla-detail-info .kv{display:flex;justify-content:space-between;gap:12px;font-size:13px}.plantilla-detail-info .kv span{color:var(--muted)}.plantilla-detail-info .kv b{color:var(--ink);font-weight:600}.plantilla-reject{margin-top:4px;padding:8px 10px;border-radius:var(--radius-sm);background:var(--danger-weak);color:var(--danger);font-size:12.5px;line-height:1.4}.plantilla-detail-actions{margin-top:14px}.plantilla-confirm-del{display:flex;align-items:center;gap:10px}@media (max-width:720px){.plantilla-detail{padding-left:16px}.plantilla-detail-grid{grid-template-columns:1fr}}.wa-preview{background:var(--surface-2);border:1px solid var(--line);border-radius:12px;padding:14px;min-height:66px;display:flex}.wa-bubble{position:relative;margin-left:auto;max-width:88%;background:var(--live-weak);border:1px solid color-mix(in srgb,var(--live) 22%,transparent);border-radius:10px 10px 2px 10px;padding:8px 10px 6px;font-size:13.5px;line-height:1.45;color:var(--ink)}.wa-text{white-space:pre-wrap;word-break:break-word}.wa-var{background:color-mix(in srgb,var(--accent) 22%,transparent);color:var(--ink);border-radius:4px;padding:0 3px}.wa-time{display:block;text-align:right;font-size:10.5px;color:var(--muted);margin-top:2px}.wa-empty{color:var(--muted);font-size:12.5px;margin:auto}.plantilla-modal{max-width:520px;max-height:min(88vh,760px);display:flex;flex-direction:column;padding:0}.plantilla-modal .confirm-head{padding:18px 22px 10px;margin-bottom:0}.plantilla-modal-body{padding:6px 22px 10px;overflow:auto}.plantilla-modal .confirm-actions{padding:14px 22px 16px;border-top:1px solid var(--line)}.plantilla-choices{display:flex;flex-direction:column;gap:8px}button.radio-card{background:var(--surface);font:inherit;text-align:left;width:100%;color:inherit}.radio-card.is-disabled{opacity:.5;cursor:not-allowed}.rc-body{display:flex;flex-direction:column;gap:3px;min-width:0}.rc-body b{font-weight:600;font-size:13.5px;color:var(--ink);display:flex;align-items:center;gap:7px}.rc-desc{font-size:12px;color:var(--muted);font-weight:400;line-height:1.35}.pill-soon{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);background:var(--surface-3);padding:1px 6px;border-radius:999px}.plantilla-seg{display:flex;width:100%}.plantilla-seg button{flex:1 1;justify-content:center}.plantilla-msg-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.plantilla-var-add{position:relative}.plantilla-var-menu{position:absolute;right:0;top:calc(100% + 4px);z-index:5;background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:4px;min-width:190px;display:flex;flex-direction:column}.plantilla-var-menu button{background:none;border:none;cursor:pointer;text-align:left;padding:8px 10px;border-radius:6px;font:inherit;color:var(--ink);font-size:13px}.plantilla-var-menu button:hover{background:var(--surface-2)}.plantilla-vars{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.plantilla-var-row{display:flex;align-items:center;gap:10px}.plantilla-var-tag{flex:none;font-size:12px;color:var(--accent);background:var(--accent-weak);padding:2px 7px;border-radius:6px;font-weight:600}.plantilla-var-label{font-size:13px;color:var(--ink-2);flex:none}.plantilla-var-valor{flex:1 1}.ajustes-layout{display:grid;grid-template-columns:210px minmax(0,1fr);grid-gap:26px;gap:26px;align-items:start}.ajustes-nav{display:flex;flex-direction:column;gap:2px;position:-webkit-sticky;position:sticky;top:16px}.ajustes-nav a{display:block;padding:9px 12px;border-radius:var(--radius-lg);font-size:14px;color:var(--ink-2)}.ajustes-nav a:hover{background:var(--surface-2);color:var(--ink)}.ajustes-nav a.on{background:var(--surface);color:var(--ink);font-weight:600;box-shadow:var(--shadow)}.ajustes-body{min-width:0}@media (max-width:900px){.ajustes-layout{grid-template-columns:1fr;gap:16px}.ajustes-nav{flex-direction:row;overflow-x:auto;position:static;padding-bottom:4px}.ajustes-nav a{white-space:nowrap}}.page-subhead{display:flex;align-items:center;gap:16px;margin:0 0 18px;min-height:34px}.page-subhead .sub{color:var(--muted);font-size:13.5px}.page-subhead .sp{flex:1 1}.hero{padding:2px 0 26px}.hero .eyebrow{font-size:13px;color:var(--muted);margin-bottom:6px}.hero .big{font-family:var(--font-display),system-ui,sans-serif;font-weight:700;font-size:clamp(38px,5vw,54px);line-height:1.02;letter-spacing:-.045em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hero .line{display:flex;align-items:center;gap:12px;margin-top:10px;font-size:13.5px;color:var(--muted);flex-wrap:wrap}.hero .line .sp{flex:1 1}.delta{display:inline-flex;align-items:center;gap:4px;font-weight:600;font-size:12.5px;padding:3px 9px;border-radius:var(--radius-pill)}.delta.up{color:var(--live);background:var(--live-weak)}.delta.down{color:var(--danger);background:var(--danger-weak)}.need{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:24px}.need-i{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow);text-align:left;color:inherit;transition:box-shadow .16s ease,transform .16s ease}[data-theme=dark] .need-i{border:1px solid var(--line)}.need-i:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.need-ic{width:34px;height:34px;border-radius:11px;flex:none;display:grid;place-items:center;background:var(--surface-2);color:var(--ink-2)}.need-i.hot .need-ic{background:var(--accent-weak);color:var(--accent)}.need-i.warn .need-ic{background:var(--warn-weak);color:var(--warn)}.need-h{display:block;font-size:20px;font-family:var(--font-display),system-ui,sans-serif;font-weight:600;letter-spacing:-.025em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.need-s{display:block;font-size:12.8px;color:var(--muted);margin-top:2px;line-height:1.35}.need-go{display:inline-flex;align-items:center;gap:4px;font-size:12.5px;font-weight:600;color:var(--accent);margin-top:7px}@media (max-width:1000px){.need{grid-template-columns:1fr}}.cost-lines{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.cost-line{display:flex;align-items:center;gap:14px;width:100%;padding:12px;border-radius:var(--radius);text-align:left;color:inherit}.cost-line:hover{background:var(--surface-2)}.cost-line.on{background:var(--accent-weak)}.cost-ico{width:34px;height:34px;border-radius:11px;flex:none;display:grid;place-items:center;background:var(--surface-2);color:var(--ink-2)}.cost-line.on .cost-ico{background:var(--surface);color:var(--accent)}.cost-main{flex:1 1;min-width:0}.cost-name{display:block;font-weight:600;font-size:14px}.cost-sub{display:block;font-size:12.3px;color:var(--muted);margin-top:1px}.cost-bar{width:160px;height:8px;background:var(--surface-3);overflow:hidden;flex:none}.cost-bar,.cost-bar i{border-radius:var(--radius-pill)}.cost-bar i{display:block;height:100%;background:var(--accent)}.cost-amt{width:104px;text-align:right;font-family:var(--font-display),system-ui,sans-serif;font-weight:600;font-size:15px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.02em;flex:none}@media (max-width:860px){.cost-bar{display:none}}.conv-channels{display:flex;gap:2px}.ch-toggle{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;color:var(--faint)}.ch-toggle svg{width:17px;height:17px}.ch-toggle:hover{color:var(--ink-2)}.ch-toggle.on,.ch-toggle:hover{background:var(--surface-2)}.cmdk-scrim{position:fixed;inset:0;z-index:90;display:flex;justify-content:center;padding-top:12vh;background:rgba(10,12,17,.42);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.cmdk{width:580px;max-width:92vw;max-height:62vh;background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;display:flex;flex-direction:column}[data-theme=dark] .cmdk{border:1px solid var(--line)}.cmdk-input{display:flex;align-items:center;gap:11px;padding:15px 18px;border-bottom:1px solid var(--line);color:var(--faint)}.cmdk-input input{flex:1 1;min-width:0;border:0;outline:none;background:none;font:inherit;font-size:15px;color:var(--ink)}.cmdk-input input::placeholder{color:var(--faint)}.cmdk-input kbd{font-family:var(--font-mono),ui-monospace,monospace;font-size:10.5px;padding:2px 6px;border-radius:6px;background:var(--surface-2);color:var(--muted)}.cmdk-list{padding:8px;overflow:auto}.cmdk-group{font-size:11px;color:var(--faint);padding:10px 10px 4px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.cmdk-row{display:flex;align-items:center;gap:11px;width:100%;padding:9px 10px;border-radius:var(--radius);text-align:left;color:var(--ink);font-size:13.8px}.cmdk-row svg{width:17px;height:17px;flex:none;color:var(--muted)}.cmdk-row.on{background:var(--surface-2)}.cmdk-t{display:block;font-weight:500}.cmdk-d{display:block;font-size:12.2px;color:var(--muted)}.cmdk-m{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600;font-size:13.5px;white-space:nowrap}.cmdk-empty{padding:26px 18px;text-align:center;color:var(--muted);font-size:13.5px}button.topbar-search{cursor:pointer;text-align:left}button.topbar-search:hover .placeholder{color:var(--muted)}.dash-side{display:flex;flex-direction:column;gap:16px;min-width:0}.dash-side>.card:first-child{flex:1 1;min-height:0}.ajustes-body .cupon-layout,.ajustes-body .plantilla-detail-grid,.ajustes-body .playground,.ajustes-body .ship-layout{grid-template-columns:minmax(0,1fr)}.ajustes-body .playground-side,.ajustes-body .ship-aside{position:static;max-width:420px}@media (min-width:1500px){.ajustes-body .playground{grid-template-columns:minmax(0,1fr) 340px}.ajustes-body .playground-side{position:-webkit-sticky;position:sticky;top:12px}}.charge-form .input,.charge-form .input:focus,.charge-form .select,.charge-form .select:focus,.charge-form .textarea,.charge-form .textarea:focus,.cust-note .input,.cust-note .input:focus,.cust-note .textarea,.cust-note .textarea:focus{background:var(--surface)}