:root{--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--fs-xs: .75rem;--fs-sm: .8125rem;--fs-base: .875rem;--fs-md: .9375rem;--fs-lg: 1.0625rem;--fs-xl: 1.375rem;--fs-2xl: 1.75rem;--fs-3xl: 2.25rem;--fs-4xl: clamp(2.75rem, 6vw, 3.5rem);--lh-tight: 1.25;--lh: 1.5;--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--radius-pill: 999px;--bg: #f3f4f6;--surface: #ffffff;--surface-2: #f9fafb;--border: #e5e7eb;--border-strong: #d1d5db;--text: #111827;--text-muted: #6b7280;--text-subtle: #9ca3af;--primary: #4f46e5;--primary-hover: #4338ca;--primary-contrast: #ffffff;--primary-soft: #eef2ff;--primary-soft-border: #e0e7ff;--gold: #a97e1f;--gold-strong: #86620f;--gold-contrast: #ffffff;--gold-soft: #fbf6ea;--gold-soft-2: #f5ecd6;--gold-soft-border: #ead9ab;--danger: #dc2626;--danger-soft: #fef2f2;--danger-border: #fecaca;--warning-text: #92400e;--warning-soft: #fffbeb;--warning-border: #fde68a;--success: #059669;--success-soft: #ecfdf5;--sidebar-bg: #0f172a;--sidebar-grad: linear-gradient(180deg, #111a2e 0%, #0b1220 100%);--sidebar-text: #cbd5e1;--sidebar-muted: #64748b;--sidebar-hover: rgba(148, 163, 184, .08);--sidebar-active: rgba(99, 102, 241, .16);--sidebar-active-text: #ffffff;--sidebar-active-bar: #818cf8;--sidebar-border: rgba(148, 163, 184, .12);--shadow-sm: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .08);--shadow-md: 0 4px 14px rgba(16, 24, 40, .08);--shadow-lg: 0 18px 40px rgba(16, 24, 40, .14);--ring: 0 0 0 3px rgba(79, 70, 229, .28);--topbar-h: 64px;--sidebar-w: 264px}@media(prefers-color-scheme:dark){:root{--bg: #0b1120;--surface: #111827;--surface-2: #0f1524;--border: #1f2937;--border-strong: #374151;--text: #f3f4f6;--text-muted: #9ca3af;--text-subtle: #6b7280;--primary: #6366f1;--primary-hover: #818cf8;--primary-soft: #1e2340;--primary-soft-border: #2d3566;--gold: #d8b45a;--gold-strong: #e7ca7d;--gold-soft: #211c10;--gold-soft-2: #2b2413;--gold-soft-border: #4b3d19;--danger-soft: #2a1416;--danger-border: #5b1f1f;--warning-soft: #2a2410;--warning-border: #5c4a12;--warning-text: #fcd34d;--success-soft: #0d2b22;--shadow-lg: 0 18px 40px rgba(0, 0, 0, .5);--ring: 0 0 0 3px rgba(99, 102, 241, .4)}}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font-sans);font-size:var(--fs-base);line-height:var(--lh);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:42px;padding:0 1.1rem;border:1px solid transparent;border-radius:var(--radius-sm);font:inherit;font-weight:600;font-size:var(--fs-base);cursor:pointer;transition:background .15s ease,box-shadow .15s ease,border-color .15s ease,transform .05s ease}.btn:focus-visible{outline:none;box-shadow:var(--ring)}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary);color:var(--primary-contrast);width:100%}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-ghost{background:transparent;border-color:var(--border-strong);color:var(--text-muted);height:38px;font-weight:500}.btn-ghost:hover:not(:disabled){background:var(--surface-2);color:var(--text)}.field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.field label{font-size:var(--fs-sm);font-weight:600;color:var(--text)}.field input{height:44px;padding:0 .85rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;font-size:var(--fs-md);transition:border-color .15s ease,box-shadow .15s ease}.field input::placeholder{color:var(--text-subtle)}.field input:focus{outline:none;border-color:var(--primary);box-shadow:var(--ring)}.alert{display:flex;gap:.6rem;padding:.75rem .9rem;border-radius:var(--radius-sm);font-size:var(--fs-sm);border:1px solid transparent}.alert-error{background:var(--danger-soft);border-color:var(--danger-border);color:var(--danger)}.alert-warning{background:var(--warning-soft);border-color:var(--warning-border);color:var(--warning-text)}.login{min-height:100%;display:grid;place-items:center;padding:2rem;background:radial-gradient(1200px 600px at 50% -10%,rgba(79,70,229,.1),transparent 60%),var(--bg)}.login-card{width:100%;max-width:400px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:2.25rem 2rem}.login-brand{display:flex;flex-direction:column;align-items:center;gap:.9rem;margin-bottom:1.75rem;text-align:center}.login-title{font-size:var(--fs-lg);font-weight:600;margin:0}.login-sub{color:var(--text-muted);font-size:var(--fs-sm);margin:.15rem 0 0}.login form{margin-top:.25rem}.login-foot{margin-top:1.5rem;text-align:center;color:var(--text-subtle);font-size:var(--fs-xs)}.brand{display:inline-flex;align-items:center;gap:.6rem;font-weight:700;letter-spacing:-.01em}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;font-weight:800;font-size:1.15rem;box-shadow:0 6px 16px #4f46e559}.brand-word{font-size:1.35rem}.shell{display:grid;grid-template-columns:var(--sidebar-w) 1fr;min-height:100%}.sidebar{background:var(--sidebar-grad);border-right:1px solid var(--sidebar-border);color:var(--sidebar-text);display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.sidebar-head{height:var(--topbar-h);display:flex;align-items:center;padding:0 1.25rem;border-bottom:1px solid var(--sidebar-border)}.sidebar-head .brand-word{color:#fff;font-size:1.2rem}.sidebar-section{padding:1rem .75rem .35rem;font-size:var(--fs-xs);text-transform:uppercase;letter-spacing:.06em;color:var(--sidebar-muted);font-weight:600}.nav{display:flex;flex-direction:column;gap:2px;padding:0 .75rem;overflow-y:auto;flex:1}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;border-radius:var(--radius-sm);color:var(--sidebar-text);font-size:var(--fs-md);font-weight:500;position:relative;transition:background .14s ease,color .14s ease}.nav-item:hover{background:var(--sidebar-hover);color:#fff}.nav-item.active{background:var(--sidebar-active);color:var(--sidebar-active-text);font-weight:600}.nav-item.active:before{content:"";position:absolute;left:-.75rem;top:50%;transform:translateY(-50%);width:3px;height:22px;border-radius:0 3px 3px 0;background:var(--sidebar-active-bar)}.nav-icon{width:20px;height:20px;flex:none;opacity:.9}.sidebar-foot{padding:.85rem 1rem;border-top:1px solid var(--sidebar-border);font-size:var(--fs-xs);color:var(--sidebar-muted)}.main{display:flex;flex-direction:column;min-width:0}.topbar{height:var(--topbar-h);display:flex;align-items:center;justify-content:space-between;padding:0 1.75rem;background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:saturate(180%) blur(6px);backdrop-filter:saturate(180%) blur(6px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:5}.topbar-title{font-size:var(--fs-lg);font-weight:600}.topbar-right{display:flex;align-items:center;gap:1rem}.notif{position:relative;display:flex}.notif-btn{position:relative;display:grid;place-items:center;width:38px;height:38px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface);color:var(--text-muted);cursor:pointer;transition:color .15s,border-color .15s,background .15s}.notif-btn:hover{color:var(--gold-strong);border-color:var(--gold-soft-border);background:var(--gold-soft)}.notif-btn:focus-visible{outline:none;box-shadow:var(--ring)}.notif-dot{position:absolute;top:7px;right:8px;width:7px;height:7px;border-radius:50%;background:var(--gold);border:1.5px solid var(--surface)}.notif-pop{position:absolute;top:calc(100% + .5rem);right:0;z-index:40;width:288px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:1rem 1.1rem;animation:fade .12s ease}.notif-pop-title{font-size:var(--fs-md);font-weight:700;color:var(--text);margin-bottom:.5rem}.notif-pop-status{margin:0 0 .45rem;font-size:var(--fs-sm);font-weight:700;display:inline-flex;align-items:center;gap:.4rem}.notif-pop-status:before{content:"";width:8px;height:8px;border-radius:50%}.notif-pop-status.is-on{color:var(--success)}.notif-pop-status.is-on:before{background:var(--success)}.notif-pop-status.is-off{color:var(--text-subtle)}.notif-pop-status.is-off:before{background:var(--text-subtle)}.notif-pop-note{margin:0 0 .75rem;font-size:var(--fs-sm);line-height:1.5;color:var(--text-muted)}.notif-pop-note:last-child{margin-bottom:0}.user-chip{display:flex;align-items:center;gap:.65rem}.user-meta{display:flex;flex-direction:column;line-height:1.2;text-align:right}.user-name{font-size:var(--fs-sm);font-weight:600}.user-role{font-size:var(--fs-xs);color:var(--text-muted)}.avatar{width:38px;height:38px;border-radius:var(--radius-pill);object-fit:cover;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);border:1px solid var(--primary-soft-border);font-weight:700;font-size:var(--fs-sm);overflow:hidden;flex:none}.content{padding:1.75rem;max-width:1200px;width:100%}.page-head{margin-bottom:1.5rem}.page-title{font-size:var(--fs-2xl);font-weight:700;letter-spacing:-.02em;margin:0}.page-sub{color:var(--text-muted);margin:.35rem 0 0;font-size:var(--fs-md)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.5rem}.card+.card{margin-top:1.25rem}.card-title{font-size:var(--fs-md);font-weight:600;margin:0 0 1rem}.dl{display:grid;grid-template-columns:180px 1fr;gap:.15rem 1rem}.dl dt{color:var(--text-muted);font-size:var(--fs-sm);padding:.5rem 0}.dl dd{margin:0;padding:.5rem 0;font-weight:500}.pills{display:flex;flex-wrap:wrap;gap:.5rem}.pill{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .7rem;border-radius:var(--radius-pill);background:var(--primary-soft);border:1px solid var(--primary-soft-border);color:var(--primary);font-size:var(--fs-xs);font-weight:600;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace}.pill-admin{background:var(--success-soft);border-color:transparent;color:var(--success)}.switch{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;padding:0;cursor:pointer;font:inherit}.switch:disabled{cursor:default;opacity:.6}.switch-track{position:relative;width:38px;height:22px;flex:0 0 auto;border-radius:999px;background:var(--border-strong);transition:background .16s ease}.switch.on .switch-track{background:var(--success)}.switch-thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:var(--shadow-sm);transition:transform .16s ease}.switch.on .switch-thumb{transform:translate(16px)}.switch-text{font-size:var(--fs-xs);font-weight:600;color:var(--text-muted)}.switch.on .switch-text{color:var(--success)}.switch:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:6px}.setting-row{display:flex;flex-direction:column;gap:.5rem}.notice{margin:1rem 1.75rem 0}.placeholder-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:3.5rem 2rem}.placeholder-badge{display:inline-flex;align-items:center;padding:.3rem .8rem;border-radius:var(--radius-pill);background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted);font-size:var(--fs-xs);font-weight:600;letter-spacing:.02em}.placeholder-icon{width:44px;height:44px;color:var(--text-subtle)}.splash{min-height:100%;display:grid;place-items:center;color:var(--text-muted)}.spinner{width:22px;height:22px;border:2.5px solid var(--border-strong);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.denied{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:4rem 2rem}@media(max-width:860px){.shell{grid-template-columns:1fr}.sidebar{position:fixed;z-index:20;width:var(--sidebar-w);transform:translate(-100%);transition:transform .2s ease}.sidebar.open{transform:translate(0)}.user-meta{display:none}}.nav-toggle{display:none;background:none;border:1px solid var(--border);border-radius:var(--radius-sm);width:38px;height:38px;cursor:pointer;color:var(--text)}@media(max-width:860px){.nav-toggle{display:inline-grid;place-items:center}}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.toolbar-left{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.type-tabs{display:inline-flex;gap:2px;padding:3px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm)}.type-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:var(--text-muted);font:inherit;font-size:var(--fs-sm);font-weight:600;padding:.4rem .85rem;border-radius:6px;cursor:pointer;transition:background .14s ease,color .14s ease}.type-tab:hover{color:var(--text)}.type-tab.active{background:var(--surface);color:var(--primary);box-shadow:var(--shadow-sm)}.company-bar{margin:-.25rem 0 1.1rem}.company-tabs{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.company-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font:inherit;font-size:var(--fs-sm);font-weight:600;padding:.4rem .8rem;border-radius:999px;cursor:pointer;transition:background .14s ease,color .14s ease,border-color .14s ease}.company-tab:hover{color:var(--text);border-color:var(--border-strong)}.company-tab.active{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:var(--shadow-sm)}.company-tab.empty:not(.active){opacity:.55}.company-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;padding:0 .4rem;border-radius:999px;background:var(--surface-2);color:var(--text-muted);font-size:var(--fs-xs);font-weight:700;font-variant-numeric:tabular-nums}.company-tab.active .company-tab-count{background:#ffffff38;color:#fff}.cat-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.55rem;padding:.55rem 0 .1rem;border-top:1px dashed var(--border)}.cat-tabs{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.cat-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;gap:.4rem;border:1px solid transparent;background:transparent;color:var(--text-muted);font:inherit;font-size:var(--fs-xs);font-weight:600;padding:.3rem .65rem;border-radius:var(--radius-sm);cursor:pointer;transition:background .14s ease,color .14s ease,border-color .14s ease}.cat-tab:hover{color:var(--text);background:var(--surface-2)}.cat-tab.active{background:var(--surface-2);border-color:var(--border-strong);color:var(--text)}.cat-tab.empty:not(.active){opacity:.5}.cat-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.2rem;height:1.2rem;padding:0 .35rem;border-radius:999px;background:var(--surface);border:1px solid var(--border);color:var(--text-muted);font-size:var(--fs-xs);font-weight:700;font-variant-numeric:tabular-nums}.cat-tab.active .cat-tab-count{background:var(--primary);border-color:var(--primary);color:#fff}.company-select{height:38px;padding:0 .7rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;font-size:var(--fs-sm);font-weight:600}.searchbox{height:38px;padding:0 .75rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;font-size:var(--fs-sm);min-width:220px}.searchbox:focus{outline:none;border-color:var(--primary);box-shadow:var(--ring)}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}table.table{width:100%;border-collapse:collapse;font-size:var(--fs-base)}.table thead th{text-align:left;font-size:var(--fs-xs);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600;padding:.75rem 1rem;background:var(--surface-2);border-bottom:1px solid var(--border);white-space:nowrap}.table tbody td{padding:.85rem 1rem;border-bottom:1px solid var(--border);vertical-align:middle}.table tbody tr:last-child td{border-bottom:none}.table tbody tr{transition:background .12s ease}.table tbody tr:hover{background:var(--surface-2)}.table .num{text-align:right;font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.cell-strong{font-weight:600}.cell-muted{color:var(--text-muted)}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .6rem;border-radius:var(--radius-pill);font-size:var(--fs-xs);font-weight:600;border:1px solid transparent;white-space:nowrap}.badge-active{background:var(--success-soft);color:var(--success)}.badge-active:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--success)}.badge-inactive{background:var(--surface-2);color:var(--text-muted);border-color:var(--border)}.badge-inactive:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--text-subtle)}.badge-type{background:var(--primary-soft);color:var(--primary);border-color:var(--primary-soft-border);text-transform:capitalize}.badge-none{color:var(--text-subtle);font-size:var(--fs-xs)}.group-tags{display:flex;flex-wrap:wrap;gap:.4rem}.group-tag{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .55rem;border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);font-size:var(--fs-xs)}.group-tag b{text-transform:capitalize;color:var(--text-muted);font-weight:600}.btn-sm{height:32px;padding:0 .7rem;font-size:var(--fs-sm)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){filter:brightness(.94)}.link-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;color:var(--primary);font:inherit;font-weight:600;font-size:var(--fs-sm);cursor:pointer;padding:0}.link-btn:hover{text-decoration:underline}.state{display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center;padding:3.5rem 2rem;color:var(--text-muted)}.state .placeholder-icon{color:var(--text-subtle)}.state-error{color:var(--danger)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;padding:1.5rem;z-index:50;animation:fade .12s ease}@keyframes fade{0%{opacity:0}}.modal{width:100%;max-width:520px;max-height:90vh;overflow:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.modal-lg{max-width:760px}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--surface)}.modal-title{font-size:var(--fs-lg);font-weight:600;margin:0}.modal-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;color:var(--text-muted);cursor:pointer;width:32px;height:32px;border-radius:var(--radius-sm);font-size:1.25rem;line-height:1}.modal-close:hover{background:var(--surface-2);color:var(--text)}.modal-body{padding:1.5rem}.modal-foot{display:flex;justify-content:flex-end;gap:.75rem;padding:1.1rem 1.5rem;border-top:1px solid var(--border);position:sticky;bottom:0;background:var(--surface)}.modal-foot .btn-primary{width:auto}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}.form-grid .col-span{grid-column:1 / -1}.field select,.field textarea{padding:.6rem .85rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;font-size:var(--fs-md)}.field select{height:44px}.field textarea{min-height:72px;resize:vertical}.field select:focus,.field textarea:focus{outline:none;border-color:var(--primary);box-shadow:var(--ring)}.field-hint{font-size:var(--fs-xs);color:var(--text-subtle)}.price-grid .table tbody td{padding:.6rem 1rem}.price-input{height:38px;width:130px;padding:0 .6rem;text-align:right;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;font-variant-numeric:tabular-nums}.price-input:focus{outline:none;border-color:var(--primary);box-shadow:var(--ring)}.price-input.invalid{border-color:var(--danger)}.checkbox-list{max-height:320px;overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius-sm)}.check-item{display:flex;align-items:center;gap:.75rem;padding:.6rem .85rem;border-bottom:1px solid var(--border);cursor:pointer;font-size:var(--fs-base)}.check-item:last-child{border-bottom:none}.check-item:hover{background:var(--surface-2)}.check-item input{width:17px;height:17px;accent-color:var(--primary)}.check-item .muted{margin-left:auto;color:var(--text-subtle);font-size:var(--fs-xs)}.split{display:grid;grid-template-columns:300px 1fr;gap:1.25rem;align-items:start}.list-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.list-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.8rem 1rem;border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s ease}.list-item:last-child{border-bottom:none}.list-item:hover{background:var(--surface-2)}.list-item.active{background:var(--primary-soft)}.list-item .name{font-weight:600}.list-item .sub{font-size:var(--fs-xs);color:var(--text-muted)}@media(max-width:900px){.split,.form-grid{grid-template-columns:1fr}}.toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:60;padding:.7rem 1.1rem;border-radius:var(--radius-sm);font-size:var(--fs-sm);font-weight:500;box-shadow:var(--shadow-lg);animation:fade .15s ease}.toast-ok{background:#0f2e22;color:#6ee7b7;border:1px solid #14532d}.toast-err{background:#2a1416;color:#fca5a5;border:1px solid #5b1f1f}.lock-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 1rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2);margin-bottom:1.25rem;font-size:var(--fs-sm)}.lock-banner.locked{background:var(--warning-soft);border-color:var(--warning-border);color:var(--warning-text)}.preset-btns{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.preset-btn{padding:.35rem .7rem;border:1px dashed var(--border-strong);border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);font:inherit;font-size:var(--fs-sm);cursor:pointer}.preset-btn:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.preset-btn:disabled{opacity:.4;cursor:not-allowed}.detail-row{display:flex;gap:.5rem;align-items:center;margin-bottom:.5rem}.detail-row .reorder{display:flex;flex-direction:column;gap:1px}.detail-row .reorder button{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;line-height:1;font-size:.7rem;padding:1px 4px;border-radius:4px}.detail-row .reorder button:disabled{opacity:.3;cursor:not-allowed}.detail-row input{height:38px;padding:0 .7rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;font-size:var(--fs-sm)}.detail-row input.label-input{flex:1.1}.detail-row input.value-input{flex:1}.detail-row input:disabled{background:var(--surface-2);color:var(--text-muted)}.detail-row input:focus{outline:none;border-color:var(--primary);box-shadow:var(--ring)}.icon-del{border:1px solid var(--danger-border);background:var(--danger-soft);color:var(--danger);width:34px;height:34px;border-radius:var(--radius-sm);cursor:pointer;flex:none}.chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.code-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .6rem;border-radius:var(--radius-pill);background:var(--primary-soft);border:1px solid var(--primary-soft-border);color:var(--primary);font-size:var(--fs-xs);font-weight:600;font-family:ui-monospace,Menlo,Consolas,monospace}.code-chip button{border:none;background:none;color:inherit;cursor:pointer;font-size:.95rem;line-height:1;padding:0}.preview-block{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);padding:1rem 1.1rem;font-size:var(--fs-sm);line-height:1.6;white-space:pre-wrap}.detail-section-title{font-size:var(--fs-sm);font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:1.5rem 0 .75rem}.status-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .6rem;border-radius:var(--radius-pill);font-size:var(--fs-xs);font-weight:600;text-transform:capitalize;border:1px solid transparent;white-space:nowrap}.st-new{background:var(--primary-soft);color:var(--primary);border-color:var(--primary-soft-border)}.st-checking{background:var(--warning-soft);color:var(--warning-text);border-color:var(--warning-border)}.st-corrections{background:color-mix(in srgb,#a855f7 15%,transparent);color:#7c3aed}.st-sent{background:color-mix(in srgb,#0ea5e9 14%,transparent);color:#0369a1}.st-done{background:var(--success-soft);color:var(--success)}.st-rejected{background:var(--danger-soft);color:var(--danger);border-color:var(--danger-border)}.st-cancelled{background:var(--surface-2);color:var(--text-subtle);border-color:var(--border-strong)}.kv{display:grid;grid-template-columns:150px 1fr;gap:.1rem 1rem}.kv dt{color:var(--text-muted);font-size:var(--fs-sm);padding:.45rem 0}.kv dd{margin:0;padding:.45rem 0;font-weight:500}.money-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}.proof-img{max-width:100%;border-radius:var(--radius-sm);border:1px solid var(--border)}@media(max-width:560px){.money-tiles,.kv{grid-template-columns:1fr}}.board-switch{display:inline-flex;gap:4px;padding:4px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.25rem}.board-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:var(--text-muted);font:inherit;font-size:var(--fs-md);font-weight:600;padding:.6rem 1.25rem;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:background .14s ease,color .14s ease,box-shadow .14s ease}.board-tab:hover{color:var(--text)}.board-tab.active{background:var(--surface);color:var(--primary);box-shadow:var(--shadow-sm)}.board-tab .nav-icon{width:18px;height:18px}.seq-cell{display:flex;align-items:center;gap:.5rem}.seq-num{min-width:20px;font-variant-numeric:tabular-nums;font-weight:700;color:var(--text-muted);font-size:var(--fs-sm)}.seq-arrows{display:inline-flex;flex-direction:column;gap:2px}.seq-btn{border:1px solid var(--border-strong);background:var(--surface);color:var(--text-muted);cursor:pointer;line-height:1;font-size:.62rem;padding:2px 5px;border-radius:4px;transition:background .12s ease,color .12s ease,border-color .12s ease}.seq-btn:hover:not(:disabled){background:var(--primary-soft);color:var(--primary);border-color:var(--primary-soft-border)}.seq-btn:disabled{opacity:.3;cursor:not-allowed}.inbox-list{display:flex;flex-direction:column;gap:1.1rem}.inbox-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.2rem 1.4rem 1.2rem 1.55rem;overflow:hidden;transition:box-shadow .16s ease,border-color .16s ease;animation:inboxIn .28s ease both}@keyframes inboxIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.inbox-card{animation:none}}.inbox-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong)}.inbox-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--border-strong)}.inbox-card.is-ready:before{background:var(--success)}.inbox-card.is-review:before{background:#d97706}.inbox-card.is-free:before{background:var(--gold)}.inbox-card.is-review{background:linear-gradient(180deg,color-mix(in srgb,var(--warning-soft) 55%,var(--surface)) 0,var(--surface) 76px)}.inbox-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.inbox-id{min-width:0}.inbox-shop{font-size:var(--fs-lg);font-weight:700;letter-spacing:-.01em;line-height:1.2}.inbox-via{margin-top:.15rem;font-size:var(--fs-xs);color:var(--text-muted)}.inbox-via b{font-family:ui-monospace,Menlo,Consolas,monospace;font-weight:600;color:var(--text)}.inbox-tags{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:flex-end;flex:none}.tag{display:inline-flex;align-items:center;gap:.3rem;height:22px;padding:0 .6rem;border-radius:var(--radius-pill);font-size:.68rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;border:1px solid transparent;white-space:nowrap}.tag:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.85}.tag.tag-plain:before{display:none}.tag-ai{background:var(--primary-soft);color:var(--primary);border-color:var(--primary-soft-border)}.tag-rules,.tag-manual{background:var(--surface-2);color:var(--text-muted);border-color:var(--border)}.tag-review{background:var(--warning-soft);color:var(--warning-text);border-color:var(--warning-border)}.tag-voice{background:color-mix(in srgb,#0ea5e9 14%,transparent);color:#0369a1;border-color:color-mix(in srgb,#0ea5e9 32%,transparent)}.tag-free,.tag-touched{background:var(--gold-soft);color:var(--gold-strong);border-color:var(--gold-soft-border)}.tag-deleted{background:var(--danger-soft);color:var(--danger);border-color:var(--danger-border)}.tag-edited{background:var(--surface-2);color:var(--text-muted);border-color:var(--border)}.bubble-flags{display:flex;gap:.35rem;margin-top:.35rem;flex-wrap:wrap}.bubble-orig b{font-weight:600}.inbox-quote{margin:1rem 0 1.15rem;padding:.8rem 1rem .85rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);box-shadow:inset 0 1px 2px #10182808}.inbox-quote-label{display:block;font-size:var(--fs-xs);font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.45rem}.inbox-quote-body{font-size:var(--fs-sm);color:var(--text);line-height:1.55;white-space:pre-wrap;word-break:break-word}.inbox-quote-body.empty{color:var(--text-subtle);font-style:italic}.inbox-quote-meta{display:flex;gap:.9rem;margin-top:.55rem;padding-top:.5rem;border-top:1px solid var(--border);font-size:var(--fs-xs);color:var(--text-muted)}.inbox-typerow{display:flex;align-items:center;gap:.9rem;margin:.2rem 0 1.2rem;flex-wrap:wrap}.inbox-seg{display:inline-flex;gap:2px;padding:4px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.inbox-seg button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:var(--text-muted);font:inherit;font-weight:600;font-size:var(--fs-sm);height:38px;padding:0 1.05rem;border-radius:calc(var(--radius) - 4px);cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:background .14s ease,color .14s ease,box-shadow .14s ease}.inbox-seg button:hover{color:var(--text)}.inbox-seg button.on{background:var(--surface);color:var(--gold-strong);box-shadow:var(--shadow-sm)}.inbox-seg button:focus-visible{outline:none;box-shadow:0 0 0 3px var(--gold-soft)}.inbox-seg button.on .nav-icon{color:var(--gold)}.inbox-seg .nav-icon{width:16px;height:16px}.inbox-freehint{font-size:var(--fs-xs);font-weight:600;color:var(--warning-text);display:inline-flex;align-items:center;gap:.4rem}.inbox-freehint:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--warning-text);flex:none}.inbox-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.65rem 1.1rem}.inbox-field{display:flex;flex-direction:column;gap:.35rem}.inbox-field.full{grid-column:1 / -1}.inbox-field label{font-size:var(--fs-xs);font-weight:600;color:var(--text-muted)}.inbox-field select,.inbox-field input{width:100%;height:42px;padding:0 .85rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;font-size:var(--fs-md);transition:border-color .15s ease,box-shadow .15s ease}.inbox-field select:focus,.inbox-field input:focus{outline:none;border-color:var(--primary);box-shadow:var(--ring)}.inbox-field .mono{font-family:ui-monospace,Menlo,Consolas,monospace;font-variant-numeric:tabular-nums}.inbox-customer input{height:48px;font-size:var(--fs-lg);font-weight:600;letter-spacing:.02em}.inbox-foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem 1.25rem;margin-top:1.2rem;padding-top:1.05rem;border-top:1px solid var(--border);flex-wrap:wrap}.inbox-foot-left{display:flex;align-items:center;gap:.35rem;font-size:var(--fs-xs);color:var(--text-muted);flex-wrap:wrap}.inbox-foot-hint{color:var(--text-subtle);padding:0 .4rem}.wc-action{display:inline-flex;align-items:center;gap:.4rem;height:32px;padding:0 .7rem;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);font:inherit;font-size:var(--fs-sm);font-weight:600;cursor:pointer;white-space:nowrap;transition:background .14s ease,color .14s ease,border-color .14s ease}.wc-action:hover{background:var(--surface-2);border-color:var(--border-strong);color:var(--text)}.wc-action:focus-visible{outline:none;box-shadow:0 0 0 3px var(--gold-soft)}.wc-action svg{width:15px;height:15px}.wc-action-danger:hover{color:var(--danger);background:var(--danger-soft);border-color:var(--danger-border)}.inbox-foot .btn-primary{background:var(--gold);border-color:var(--gold);color:var(--gold-contrast)}.inbox-foot .btn-primary:hover:not(:disabled){background:var(--gold-strong);border-color:var(--gold-strong)}.btn-send{min-width:116px;height:44px;font-size:var(--fs-md)}.startsend{display:inline-flex;min-width:116px}.startsend .btn-send{width:100%}.btn-outline{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--surface);color:var(--primary);border:1px solid var(--primary-soft-border);border-radius:var(--radius-sm);font:inherit;font-weight:700;cursor:pointer;padding:0 1rem;transition:background .14s ease,border-color .14s ease}.btn-outline:hover:not(:disabled){background:var(--primary-soft);border-color:var(--primary)}.btn-outline:disabled{opacity:.55;cursor:default}.claim-actions .btn-take{background:var(--surface);color:var(--gold-strong);border-color:var(--gold-soft-border)}.claim-actions .btn-take:hover:not(:disabled){background:var(--gold-soft);border-color:var(--gold)}.proc-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .65rem;border-radius:999px;font-size:var(--fs-xs);font-weight:700;color:var(--success);background:var(--success-soft)}@media(max-width:560px){.inbox-foot{flex-direction:column-reverse;align-items:stretch}.btn-send{width:100%}}.report-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;gap:.4rem;border:1px solid transparent;background:transparent;color:var(--text-muted);font:inherit;font-size:var(--fs-sm);font-weight:600;cursor:pointer;height:32px;padding:0 .7rem;border-radius:var(--radius-sm);white-space:nowrap;transition:background .14s ease,color .14s ease,border-color .14s ease}.report-btn:hover{color:var(--danger);background:var(--danger-soft);border-color:var(--danger-border)}.report-done{display:inline-flex;align-items:center;height:32px;padding:0 .4rem;color:var(--success);font-weight:700;font-size:var(--fs-sm);white-space:nowrap}.report-inline{display:inline-flex;align-items:center;gap:.35rem}.report-reason{height:30px;min-width:150px;max-width:240px;padding:0 .5rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;font-size:var(--fs-xs)}.report-go{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:30px;padding:0 .7rem;border:1px solid var(--gold);border-radius:var(--radius-sm);background:var(--gold);color:var(--gold-contrast);font:inherit;font-size:var(--fs-xs);font-weight:700;cursor:pointer}.report-go:disabled{opacity:.6;cursor:default}.report-x{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:30px;width:30px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-muted);font-size:1rem;line-height:1;cursor:pointer}.report-detected{margin-bottom:.75rem}.report-detected-grid{display:flex;flex-wrap:wrap;gap:.35rem 1rem;font-size:var(--fs-xs);color:var(--text-muted)}.report-detected-grid b{color:var(--text);font-weight:700;text-transform:capitalize}.sendphoto-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:1rem}.sendphoto-panel{background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:1.25rem;max-width:440px;width:100%;max-height:90vh;overflow-y:auto}.sendphoto-head{display:flex;flex-direction:column;gap:.2rem;margin-bottom:1rem}.sendphoto-head strong{font-size:var(--fs-lg)}.sendphoto-foot{display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.crop-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000b8;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:safe center;padding:1rem}.crop-panel{display:flex;flex-direction:column;gap:.85rem;background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:1.1rem;max-width:760px;width:100%}.crop-head{display:flex;flex-direction:column;gap:.15rem}.crop-body{position:relative;display:flex;align-items:center;justify-content:center;touch-action:none}.crop-stage{position:relative;line-height:0;user-select:none;-webkit-user-select:none;overflow:hidden;border-radius:4px;background:#000;max-width:100%}.crop-img{display:block;max-width:100%;max-height:70vh;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.crop-box{position:absolute;border:2px solid #fff;box-shadow:0 0 0 9999px #00000080;cursor:move;touch-action:none}.crop-handle{position:absolute;width:20px;height:20px;background:#fff;border:2px solid var(--primary);border-radius:4px;touch-action:none}.ch-nw{top:-11px;left:-11px;cursor:nwse-resize}.ch-ne{top:-11px;right:-11px;cursor:nesw-resize}.ch-sw{bottom:-11px;left:-11px;cursor:nesw-resize}.ch-se{bottom:-11px;right:-11px;cursor:nwse-resize}.crop-foot{display:flex;justify-content:flex-end;align-items:center;gap:.6rem;flex-wrap:wrap;padding-top:.5rem;border-top:1px solid var(--border)}.msg-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.25rem}.msg-card{display:flex;flex-direction:column}.msg-head{margin-bottom:1rem}.msg-placeholders{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:1rem}.ph-chip{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px dashed var(--border-strong);background:var(--surface-2);color:var(--text-muted);font:inherit;font-size:var(--fs-xs);font-weight:700;padding:.2rem .5rem;border-radius:6px;cursor:pointer;font-family:ui-monospace,monospace}.ph-chip:hover{color:var(--primary);border-color:var(--primary)}.msg-preview{margin-top:auto}.msg-preview-label{font-size:var(--fs-xs);font-weight:700;color:var(--text-subtle);text-transform:uppercase;letter-spacing:.04em}.msg-bubble{margin-top:.4rem;white-space:pre-wrap;word-break:break-word;background:#dcf8c6;color:#111;border-radius:10px 10px 10px 2px;padding:.7rem .85rem;font-size:var(--fs-sm);line-height:1.5;max-width:30rem;box-shadow:var(--shadow-sm)}:root[data-theme=dark] .msg-bubble{background:#075e54;color:#e9edef}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .msg-bubble{background:#075e54;color:#e9edef}}.ai-report{position:relative;overflow:hidden;padding-left:1.5rem}.ai-report:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#d97706}.ai-report.resolved:before{background:var(--success)}.chat-layout{display:grid;grid-template-columns:348px 1fr;gap:1.25rem;height:calc(100vh - 210px);min-height:460px;align-items:stretch}.conv-panel,.thread-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;min-height:0;overflow:hidden}.chat-error{padding:1rem 1.15rem;border:1px solid var(--danger-border);border-radius:var(--radius);background:var(--danger-soft);color:var(--danger);font-size:var(--fs-sm);font-weight:600}.conv-head{padding:.85rem .9rem;border-bottom:1px solid var(--border)}.conv-search{display:flex;align-items:center;gap:.5rem;height:40px;padding:0 .8rem;border:1px solid var(--border-strong);border-radius:var(--radius-pill);background:var(--surface-2);color:var(--text-subtle);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.conv-search:focus-within{border-color:var(--gold-soft-border);box-shadow:0 0 0 3px var(--gold-soft);background:var(--surface);color:var(--gold-strong)}.conv-search input{flex:1;border:none;background:none;outline:none;font:inherit;font-size:var(--fs-sm);color:var(--text);height:100%;padding:0}.conv-search input::placeholder{color:var(--text-subtle)}.conv-scroll{overflow-y:auto;flex:1;min-height:0}.conv-empty{padding:1.5rem 1rem}.conv-section-title{font-size:var(--fs-xs);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:700;padding:.85rem 1rem .4rem;background:var(--surface);position:sticky;top:0;z-index:1}.conv-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:0 .75rem;width:100%;padding:.7rem .9rem;border:0;border-left:3px solid transparent;border-bottom:1px solid var(--border);background:none;cursor:pointer;text-align:left;font:inherit;transition:background .12s ease,border-color .12s ease}.conv-item:hover{background:var(--surface-2)}.conv-item.active{background:var(--gold-soft);border-left-color:var(--gold)}.conv-item:focus-visible{outline:none;box-shadow:inset 0 0 0 2px var(--gold-soft-border)}.conv-avatar{width:40px;height:40px;border-radius:50%;flex:none;display:grid;place-items:center;background:var(--gold-soft);color:var(--gold-strong);border:1px solid var(--gold-soft-border);font-weight:800;font-size:var(--fs-md)}.conv-avatar.is-unknown{background:var(--surface-2);color:var(--text-muted);border-color:var(--border-strong)}.conv-main{min-width:0;display:flex;flex-direction:column;gap:.15rem}.conv-line1{display:flex;align-items:center;gap:.4rem;min-width:0}.conv-name{font-weight:650;font-size:var(--fs-md);color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-name.mono{font-family:ui-monospace,Menlo,Consolas,monospace;font-size:var(--fs-sm);font-variant-numeric:tabular-nums}.conv-line-badge{flex:none;padding:.05rem .4rem;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text-muted);font-size:.625rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.conv-line-badge.is-sim{background:var(--gold-soft);color:var(--gold-strong);border-color:var(--gold-soft-border)}.conv-preview{font-size:var(--fs-sm);color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem;flex:none}.conv-time{font-size:var(--fs-xs);color:var(--text-subtle);white-space:nowrap;font-variant-numeric:tabular-nums}.conv-unread{min-width:20px;height:20px;padding:0 6px;border-radius:var(--radius-pill);background:var(--gold);color:var(--gold-contrast);font-size:var(--fs-xs);font-weight:800;display:inline-flex;align-items:center;justify-content:center}.thread-head{padding:.8rem 1.15rem;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:.75rem;background:var(--surface)}.thread-back{display:none;place-items:center;width:34px;height:34px;flex:none;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-muted);cursor:pointer}.thread-back:hover{color:var(--gold-strong);border-color:var(--gold-soft-border);background:var(--gold-soft)}.thread-avatar{width:40px;height:40px;border-radius:50%;flex:none;display:grid;place-items:center;background:var(--gold-soft);color:var(--gold-strong);border:1px solid var(--gold-soft-border);font-weight:800;font-size:var(--fs-md)}.thread-avatar.is-unknown{background:var(--surface-2);color:var(--text-muted);border-color:var(--border-strong)}.thread-id{min-width:0;flex:1}.thread-title{font-weight:700;font-size:var(--fs-md);color:var(--text);display:flex;align-items:center;gap:.45rem}.thread-sub{font-size:var(--fs-xs);color:var(--text-subtle);font-family:ui-monospace,Menlo,Consolas,monospace;font-variant-numeric:tabular-nums}.thread-link{display:flex;gap:.5rem;align-items:center;flex:none}.thread-body{flex:1;min-height:0;overflow-y:auto;padding:1.25rem;background:var(--surface-2);display:flex;flex-direction:column;gap:.5rem}.thread-empty,.thread-skel{margin:auto 0}.thread-day{display:flex;justify-content:center;margin:.5rem 0}.thread-day span{font-size:var(--fs-xs);font-weight:700;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);padding:.2rem .7rem;letter-spacing:.02em}.msg-row{display:flex}.msg-row.out{justify-content:flex-end}.bubble{max-width:min(74%,560px);background:var(--surface);border:1px solid var(--border);border-radius:5px 16px 16px;padding:.6rem .8rem;box-shadow:var(--shadow-sm)}.bubble.out{background:var(--gold-soft);border-color:var(--gold-soft-border);border-top-left-radius:16px;border-top-right-radius:5px}.bubble.deleted .bubble-text{text-decoration:line-through;color:var(--text-subtle)}.bubble-text{font-size:var(--fs-base);line-height:1.5;white-space:pre-wrap;word-break:break-word;color:var(--text)}.bubble-text.is-muted{color:var(--text-subtle)}.bubble-flags{display:flex;gap:.4rem;margin-top:.35rem;flex-wrap:wrap}.bubble-hint{font-size:var(--fs-xs);font-weight:600;color:var(--text-subtle);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.05rem .4rem}.bubble-orig{margin-top:.35rem;padding-top:.35rem;border-top:1px dashed var(--border);font-size:var(--fs-xs);color:var(--text-subtle)}.bubble-orig b{font-weight:700;color:var(--text-muted)}.bubble-time{font-size:.68rem;color:var(--text-subtle);margin-top:.3rem;text-align:right;font-variant-numeric:tabular-nums}.bubble-media{max-width:260px;border-radius:12px;border:1px solid var(--border);display:block;cursor:zoom-in}.bubble-media-loading{width:200px;height:120px}.bubble-media-loading .sk{display:block;width:100%;height:100%;border-radius:12px}.bubble-attach{display:inline-flex;align-items:center;gap:.4rem;font-size:var(--fs-sm);color:var(--gold-strong);font-weight:600}.bubble-order{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;margin-top:.45rem;padding-top:.45rem;border-top:1px dashed var(--border);font-size:var(--fs-xs);color:var(--text-subtle)}.bubble-order button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--gold-soft-border);background:var(--gold-soft);color:var(--gold-strong);font:inherit;font-size:var(--fs-xs);font-weight:700;padding:.15rem .55rem;border-radius:var(--radius-pill);cursor:pointer;transition:background .12s ease,color .12s ease}.bubble-order button:hover{background:var(--gold);color:var(--gold-contrast);border-color:var(--gold)}.bubble-order.done{color:var(--success);font-weight:700;border-top-color:transparent}.bubble-status{display:flex;gap:.35rem;align-items:center;justify-content:flex-end;font-size:.66rem;color:var(--text-subtle);margin-top:.25rem;font-variant-numeric:tabular-nums}.tick{font-weight:700;letter-spacing:-1px}.tick-read{color:var(--gold-strong)}.bubble-failed{color:var(--danger);font-weight:700}.retry-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;color:var(--gold-strong);font:inherit;font-size:.66rem;font-weight:800;cursor:pointer;padding:0;text-decoration:underline}.window-banner{padding:.5rem 1.25rem;font-size:var(--fs-xs);font-weight:700;border-top:1px solid var(--border);display:flex;align-items:center;gap:.45rem}.window-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.window-open{background:var(--success-soft);color:var(--success)}.window-closed{background:var(--warning-soft);color:var(--warning-text)}.composer-preview{display:flex;align-items:center;gap:.6rem;padding:.7rem 1.25rem 0;background:var(--surface)}.composer-preview img{height:48px;width:48px;object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border)}.composer-preview-name{font-size:var(--fs-sm);color:var(--text-muted);font-weight:600}.composer-remove{color:var(--danger);font-weight:600}.thread-composer{padding:.8rem 1.15rem;border-top:1px solid var(--border);display:flex;align-items:center;gap:.6rem;background:var(--surface)}.composer-attach{flex:none;width:42px;height:42px;border:1px solid var(--border-strong);border-radius:50%;background:var(--surface-2);cursor:pointer;display:inline-grid;place-items:center;color:var(--text-muted);transition:color .15s ease,border-color .15s ease,background .15s ease}.composer-attach:hover{color:var(--gold-strong);border-color:var(--gold-soft-border);background:var(--gold-soft)}.composer-attach.is-off{opacity:.5;pointer-events:none}.composer-input{flex:1;height:42px;padding:0 1rem;border:1px solid var(--border-strong);border-radius:var(--radius-pill);background:var(--surface-2);color:var(--text);font:inherit;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.composer-input:focus{outline:none;border-color:var(--gold-soft-border);box-shadow:0 0 0 3px var(--gold-soft);background:var(--surface)}.composer-input:disabled{color:var(--text-muted)}.composer-send{flex:none;width:42px;height:42px;border-radius:50%;border:1px solid var(--gold);background:var(--gold);color:var(--gold-contrast);cursor:pointer;display:inline-grid;place-items:center;transition:background .15s ease,transform .05s ease,opacity .15s ease}.composer-send:hover:not(:disabled){background:var(--gold-strong);border-color:var(--gold-strong)}.composer-send:active:not(:disabled){transform:translateY(1px)}.composer-send:disabled{opacity:.45;cursor:not-allowed;background:var(--text-subtle);border-color:var(--text-subtle)}.composer-send:focus-visible{outline:none;box-shadow:0 0 0 3px var(--gold-soft)}.composer-spin{width:16px;height:16px;border-radius:50%;border:2px solid color-mix(in srgb,var(--gold-contrast) 45%,transparent);border-top-color:var(--gold-contrast);animation:dash-pulse-spin .7s linear infinite}@keyframes dash-pulse-spin{to{transform:rotate(360deg)}}.chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;text-align:center;padding:2rem}.chat-empty-emblem{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;color:var(--gold);background:var(--gold-soft);border:1px solid var(--gold-soft-border);margin-bottom:.4rem}.chat-empty strong{color:var(--text);font-size:var(--fs-lg);font-weight:700}.chat-empty p{margin:0;color:var(--text-muted);font-size:var(--fs-sm);max-width:32ch}.chat-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000d1;display:grid;place-items:center;padding:2rem;cursor:zoom-out}.chat-lightbox img{max-width:92vw;max-height:92vh;border-radius:var(--radius-sm);box-shadow:0 12px 48px #00000080}.conv-skel{padding:.35rem 0}.conv-skel-row{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:center;padding:.7rem .9rem}.conv-skel-av{width:40px;height:40px;border-radius:50%}.conv-skel-lines{display:flex;flex-direction:column;gap:.4rem}.conv-skel-l1{height:11px;width:60%;border-radius:6px}.conv-skel-l2{height:9px;width:85%;border-radius:6px}.thread-skel{display:flex;flex-direction:column;gap:.7rem;width:100%;padding:.5rem 0}.thread-skel-b{height:40px;border-radius:16px}.thread-skel-b.w1{width:46%}.thread-skel-b.w2{width:34%}@media(max-width:860px){.chat-layout{grid-template-columns:1fr;height:calc(100vh - 170px)}.chat-layout .thread-panel,.chat-layout.has-thread .conv-panel{display:none}.chat-layout.has-thread .thread-panel{display:flex}.thread-back{display:grid}}@media(prefers-reduced-motion:reduce){.composer-spin{animation:none}.conv-item,.composer-attach,.composer-send,.thread-back{transition:none}}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1rem;margin-bottom:1.25rem}.kpi{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.1rem 1.25rem}.kpi-label{font-size:var(--fs-xs);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600}.kpi-val{font-size:var(--fs-2xl);font-weight:700;letter-spacing:-.02em;margin-top:.35rem;font-variant-numeric:tabular-nums}.kpi-sub{font-size:var(--fs-xs);color:var(--text-subtle);margin-top:.25rem}.kpi-good .kpi-val{color:var(--success)}.type-split{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}.ts-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.8rem .95rem;position:relative}.ts-card:before{content:"";position:absolute;left:0;top:.8rem;bottom:.8rem;width:3px;border-radius:3px}.ts-card.ts-package:before{background:var(--primary)}.ts-card.ts-balance:before{background:#0ea5e9}.ts-card.ts-sim:before{background:#059669}.ts-card{padding-left:1.15rem}.ts-name{font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.ts-sales{font-size:var(--fs-lg);font-weight:700;font-variant-numeric:tabular-nums;margin-top:.2rem}.ts-meta{font-size:var(--fs-xs);color:var(--text-subtle);margin-top:.1rem}.legend{display:flex;gap:1.25rem;align-items:center;flex-wrap:wrap;margin-bottom:.75rem}.legend-item{display:inline-flex;align-items:center;gap:.4rem;font-size:var(--fs-sm);color:var(--text-muted);font-weight:600}.legend-dot{width:11px;height:11px;border-radius:3px;flex:none}.bar-row{display:grid;grid-template-columns:150px 1fr 120px;align-items:center;gap:.75rem;padding:.4rem 0}.bar-label{font-size:var(--fs-sm);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bar-track{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-pill);height:15px;overflow:hidden}.bar-fill{display:block;height:100%;border-radius:var(--radius-pill);transition:width .3s ease;min-width:2px}.bar-val{text-align:right;font-size:var(--fs-sm);font-variant-numeric:tabular-nums;font-weight:600}.report-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:start}.report-grid .card{margin-top:0}@media(max-width:960px){.report-grid,.type-split{grid-template-columns:1fr}}.sort-th{cursor:pointer;-webkit-user-select:none;user-select:none}.sort-th:hover{color:var(--text)}.sort-th.active{color:var(--primary)}.combo{position:relative}.combo-list{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;max-height:220px;overflow-y:auto;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);box-shadow:var(--shadow-md)}.combo-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .75rem;cursor:pointer;font-size:var(--fs-sm)}.combo-item:hover,.combo-item.hi{background:var(--primary-soft)}.combo-item .num{color:var(--text-subtle);font-family:ui-monospace,Menlo,Consolas,monospace}.selected-phone{display:flex;align-items:center;gap:.5rem;padding:.45rem .75rem;background:var(--primary-soft);border:1px solid var(--primary-soft-border);border-radius:var(--radius-sm);color:var(--primary);font-size:var(--fs-sm);font-weight:600;margin-bottom:.6rem}.selected-phone .change{margin-left:auto}.statement-picker{position:relative;max-width:420px;margin-bottom:.25rem}.picker-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:40;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);overflow:hidden}.picker-item{display:block;width:100%;text-align:left;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;font:inherit;color:var(--text);padding:.55rem .8rem;cursor:pointer}.picker-item:hover{background:var(--surface-2)}.mono{font-family:ui-monospace,Menlo,Consolas,monospace;font-variant-numeric:tabular-nums}.stmt-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;margin:1.25rem 0;padding-bottom:1rem;border-bottom:1px solid var(--border)}.stmt-toolbar-right{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}.stmt-shop{font-weight:700;color:var(--text);font-size:var(--fs-md)}.stmt-empty{padding:1.25rem 0}.stmt-view{display:block}.stmt-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1.35rem;color:var(--text-muted);font-size:var(--fs-sm);margin-bottom:1.35rem}.stmt-section{margin-top:1.9rem}.stmt-section-title{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem 1rem;flex-wrap:wrap;margin-bottom:.7rem}.stmt-section-title h3{margin:0;font-size:var(--fs-md);font-weight:700;letter-spacing:-.01em}.stmt-section-title .sub{color:var(--text-muted);font-size:var(--fs-sm);font-variant-numeric:tabular-nums}.stmt-summary{display:grid;grid-template-columns:1fr;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}@media(min-width:820px){.stmt-summary{grid-template-columns:minmax(250px,.85fr) 1.5fr}}.stmt-hero{padding:1.35rem 1.4rem;display:flex;flex-direction:column;gap:.3rem;background:var(--surface-2);border-bottom:1px solid var(--border)}@media(min-width:820px){.stmt-hero{border-bottom:none;border-right:1px solid var(--border);justify-content:center}}.stmt-summary.is-due .stmt-hero{background:var(--danger-soft)}.stmt-summary.is-advance .stmt-hero{background:var(--success-soft)}.stmt-hero-label{font-size:var(--fs-xs);font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted)}.stmt-hero-value{font-size:var(--fs-2xl);font-weight:800;letter-spacing:-.02em;color:var(--text);font-variant-numeric:tabular-nums;line-height:1.15}.stmt-summary.is-due .stmt-hero-value{color:var(--danger)}.stmt-summary.is-advance .stmt-hero-value{color:var(--success)}.stmt-hero-note{font-size:var(--fs-xs);color:var(--text-muted)}.stmt-flow{padding:1.1rem 1.4rem 1.2rem;display:flex;flex-direction:column}.stmt-flow-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.55rem 0;border-bottom:1px dashed var(--border)}.stmt-flow-row:last-of-type{border-bottom:none}.stmt-flow-label{color:var(--text-muted);font-size:var(--fs-sm)}.stmt-flow-value{font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--text)}.stmt-flow-value.accent{font-weight:700}.stmt-flow-total{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-top:.7rem;padding-top:.8rem;border-top:2px solid var(--border-strong);font-weight:800;font-variant-numeric:tabular-nums}.stmt-flow-total .is-due{color:var(--danger)}.stmt-flow-total .is-advance{color:var(--success)}.stmt-table-wrap{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);overflow:hidden}.stmt-table{width:100%;table-layout:fixed;border-collapse:collapse}.stmt-table th,.stmt-table td{padding:.62rem .85rem;text-align:left;font-size:var(--fs-sm);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stmt-table th{background:var(--surface-2);color:var(--text-muted);font-weight:700;font-size:var(--fs-xs);text-transform:uppercase;letter-spacing:.045em;border-bottom:1px solid var(--border)}.stmt-table tbody tr+tr td{border-top:1px solid var(--border)}.stmt-table tbody tr:nth-child(2n){background:var(--surface-2)}.stmt-table .num{text-align:right;font-variant-numeric:tabular-nums}.stmt-table tfoot td{background:var(--surface-2);font-weight:800;border-top:2px solid var(--border-strong);font-variant-numeric:tabular-nums}.stmt-bd-grid{display:grid;grid-template-columns:1fr;gap:1.15rem}@media(min-width:900px){.stmt-bd-grid{grid-template-columns:1fr 1fr}}.stmt-bd-sub{font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.45rem}.statement-excluded{margin-top:1.25rem}.statement-excluded>summary{cursor:pointer;color:var(--text-muted);font-size:var(--fs-sm);font-weight:600;padding:.4rem 0}.statement-excluded>summary:hover{color:var(--text)}.stmt-table .wrap{white-space:normal}@media(max-width:640px){.stmt-table th,.stmt-table td{padding:.5rem;font-size:var(--fs-xs)}.stmt-hero-value{font-size:var(--fs-xl)}}.ccm-row{display:grid;grid-template-columns:1fr;gap:1rem 1.5rem;align-items:center;padding:1rem 1.1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2)}@media(min-width:760px){.ccm-row{grid-template-columns:1fr auto}}.ccm-toggle{display:flex;align-items:center;gap:.9rem}.ccm-preview{display:flex;flex-direction:column;gap:.35rem}.ccm-preview-items{display:flex;align-items:center;gap:.6rem}.ccm-doc{width:44px;height:56px;border-radius:6px;background:var(--surface);border:1px solid var(--border-strong);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:var(--fs-xs);font-weight:800;color:var(--danger)}.ccm-doc span{font-size:9px;font-weight:600;color:var(--text-muted)}.ccm-sticker{width:56px;height:56px;border-radius:8px;object-fit:cover;border:1px solid var(--border-strong);box-shadow:var(--shadow-sm)}.ccm-settings{display:grid;grid-template-columns:1fr;gap:1rem 1.75rem;margin-top:1.1rem}@media(min-width:880px){.ccm-settings{grid-template-columns:auto 1fr;align-items:start}}.ccm-label{font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.4rem}.ccm-template code{background:var(--surface-2);border:1px solid var(--border);border-radius:4px;padding:0 4px;font-size:.9em}.claim-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.28rem .65rem;border-radius:var(--radius-pill);background:var(--surface-2);border:1px solid var(--border-strong);color:var(--text-muted);font-size:var(--fs-xs);font-weight:600;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.claim-chip.is-mine{background:var(--gold-soft);border-color:var(--gold-soft-border);color:var(--gold-strong)}.claim-dot{width:7px;height:7px;border-radius:50%;flex:0 0 auto;background:var(--warning-text, #b45309)}.claim-chip.is-mine .claim-dot{background:var(--gold)}.claim-who{overflow:hidden;text-overflow:ellipsis}.claim-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;justify-content:flex-end}.claim-release{color:var(--text-muted);font-weight:600}.claim-release:hover{color:var(--danger)}.btn-take{width:auto;white-space:nowrap}.claim-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:.9rem 1.05rem;border:1px solid var(--border-strong);border-left:3px solid var(--warning-text, #b45309);border-radius:var(--radius);background:var(--surface-2)}.claim-banner-title{font-weight:700;color:var(--text);margin-bottom:.15rem}.media-gone{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .6rem;margin-bottom:.35rem;border:1px dashed var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text-muted);font-size:var(--fs-xs);font-style:italic}.sim-panel{margin-top:.5rem}.sim-hl-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem 1rem;margin-bottom:.4rem}.sim-hl{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);padding:.6rem .75rem}.sim-hl-serial{border-left:3px solid var(--gold)}.sim-hl-porting{border-left:3px solid var(--success)}.sim-hl-empty{border-left:3px solid var(--border-strong)}.sim-hl-label{font-size:var(--fs-xs);text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-weight:700;margin-bottom:.3rem}.sim-hl-muted{color:var(--text-subtle);font-size:var(--fs-sm)}.sim-hl-value{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;border:0;background:transparent;padding:0;cursor:pointer;text-align:left}.sim-hl-digits{font-family:ui-monospace,Menlo,Consolas,monospace;font-size:var(--fs-lg);font-weight:700;letter-spacing:.04em;color:var(--text);word-break:break-all}.sim-hl-copy{flex:0 0 auto;display:inline-flex;align-items:center;gap:.25rem;font-size:var(--fs-xs);font-weight:700;color:var(--gold-strong);border:1px solid var(--gold-soft-border);background:var(--gold-soft);border-radius:999px;padding:.2rem .55rem;transition:color .12s,background .12s,border-color .12s}.sim-hl-value:hover .sim-hl-copy{background:var(--gold);color:var(--gold-contrast);border-color:var(--gold)}.sim-hl-copy.is-copied{color:var(--success);background:var(--success-soft);border-color:transparent}.sim-hl-value:hover .sim-hl-copy.is-copied{background:var(--success-soft);color:var(--success)}.sim-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem 1rem;margin-bottom:.4rem}.sim-field{display:flex;flex-direction:column;gap:.25rem}.sim-panel .input{height:38px;padding:0 .6rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit}.sim-panel .input:focus{outline:none;border-color:var(--gold-soft-border);box-shadow:0 0 0 3px var(--gold-soft)}.sim-photos{display:flex;flex-wrap:wrap;gap:.75rem}.sim-photo{width:132px;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:var(--surface-2)}.sim-photo img{display:block;width:132px;height:132px;object-fit:cover;cursor:zoom-in}.sim-photo-loading{width:132px;height:132px;display:grid;place-items:center;color:var(--text-muted);font-size:var(--fs-xs)}.sim-photo-tags{display:flex;gap:.2rem;padding:.3rem}.sim-photo-tags .chip{flex:1;padding:.18rem 0;font-size:var(--fs-2xs, .625rem);font-weight:700;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-muted);cursor:pointer}.sim-photo-tags .chip.active{background:var(--primary-soft);border-color:var(--primary-soft-border);color:var(--primary)}.sim-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000d1;display:grid;place-items:center;padding:2rem;cursor:zoom-out}.sim-lightbox img{max-width:92vw;max-height:92vh;border-radius:var(--radius-sm);box-shadow:0 12px 48px #00000080}.od{margin:-1.5rem;padding:1.5rem;background:var(--surface-2);display:flex;flex-direction:column;gap:1rem}.od-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;padding:1.4rem 1.5rem;border:1px solid var(--gold-soft-border);border-radius:var(--radius-lg);background:linear-gradient(180deg,var(--gold-soft) 0%,var(--surface) 72%);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.od-head:before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-soft-border))}.od-head-l{min-width:0}.od-badges{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;margin-bottom:.65rem}.od-shop{margin:0;font-size:var(--fs-2xl);font-weight:800;letter-spacing:-.025em;line-height:1.12;color:var(--text);text-wrap:balance}.od-subline{margin-top:.3rem;font-size:var(--fs-sm);color:var(--text-muted)}.od-head-r{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem;flex:none;text-align:right}.od-hero-figure{display:flex;flex-direction:column;align-items:flex-end;line-height:1.05}.od-hero-label{font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gold-strong)}.od-hero-num{font-size:var(--fs-2xl);font-weight:800;letter-spacing:-.02em;color:var(--gold);font-variant-numeric:tabular-nums}.od-head-time{font-size:var(--fs-xs);color:var(--text-muted);font-variant-numeric:tabular-nums;white-space:nowrap}.od-report{font-size:var(--fs-xs)}.od-actions{display:flex;flex-direction:column;gap:.85rem}.od-actionrow{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.od-classify{display:flex;flex-direction:column;gap:.6rem;padding:1rem 1.2rem;border:1px solid var(--gold-soft-border);border-radius:var(--radius);background:var(--gold-soft)}.od-classify-hint{font-size:var(--fs-sm);color:var(--text-muted)}.od-actions .btn-primary{background:var(--gold);border-color:var(--gold);color:var(--gold-contrast)}.od-actions .btn-primary:hover:not(:disabled){background:var(--gold-strong);border-color:var(--gold-strong)}.od-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border-strong)}.od-secondary:hover:not(:disabled){border-color:var(--gold-soft-border);background:var(--gold-soft);color:var(--gold-strong)}.od-danger-ghost{background:transparent;color:var(--danger);border:1px solid transparent}.od-danger-ghost:hover:not(:disabled){background:color-mix(in srgb,var(--danger) 8%,transparent)}.od-dialog{padding:1.1rem 1.2rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}.od-panel{padding:1.2rem 1.35rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm)}.od-kicker{font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.9rem}.od-empty{font-size:var(--fs-sm);color:var(--text-subtle)}.od-meta{display:grid;grid-template-columns:minmax(7rem,auto) 1fr;gap:.65rem 1.5rem;margin:0;align-items:baseline}.od-meta dt{font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.od-meta dd{margin:0;font-size:var(--fs-md);font-weight:600;color:var(--text)}.od-meta dd.mono{font-variant-numeric:tabular-nums}.od-meta dd.muted{color:var(--text-subtle);font-weight:500}.od-figs{display:flex;flex-wrap:wrap;gap:.6rem 2.4rem}.od-fig{display:flex;flex-direction:column;gap:.15rem}.od-fig-label{font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.od-fig-num{font-size:var(--fs-xl);font-weight:800;letter-spacing:-.02em;color:var(--text);font-variant-numeric:tabular-nums}.od-fig-num.is-cost{color:var(--text-muted)}.od-fig-num.is-profit{color:var(--success)}.od-fig-num.is-void{color:var(--text-subtle);text-decoration:line-through}.od-breakdown{display:grid;grid-template-columns:minmax(7rem,auto) 1fr;gap:.45rem 1.5rem;margin:1rem 0 0;padding-top:1rem;border-top:1px solid var(--border)}.od-breakdown dt{font-size:var(--fs-xs);font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted)}.od-breakdown dd{margin:0;font-size:var(--fs-sm);font-weight:600;color:var(--text);font-variant-numeric:tabular-nums}.od-msg-body{white-space:pre-wrap;font-size:var(--fs-sm);line-height:1.55;color:var(--text)}.od-msg-meta{margin-top:.55rem;font-size:var(--fs-xs);color:var(--text-muted)}.od-proof-img{display:block;width:100%;max-width:360px;border-radius:var(--radius);border:1px solid var(--border)}.sim-panel{margin-top:0}@media(max-width:640px){.od-head{flex-direction:column}.od-head-r{align-items:flex-start;text-align:left}.od-hero-figure{align-items:flex-start}.od-meta,.od-breakdown{grid-template-columns:1fr;gap:.15rem 0}.od-meta dt,.od-breakdown dt{margin-top:.55rem}}.tag-package{background:var(--primary-soft);color:var(--primary);border-color:var(--primary-soft-border)}.tag-balance{background:color-mix(in srgb,#0ea5e9 12%,transparent);color:#0369a1;border-color:color-mix(in srgb,#0ea5e9 30%,transparent)}.tag-sim{background:color-mix(in srgb,#8b5cf6 12%,transparent);color:#6d28d9;border-color:color-mix(in srgb,#8b5cf6 30%,transparent)}.dash{display:flex;flex-direction:column;gap:1.6rem}.dash-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.dash-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.dash-eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin:0 0 .4rem;font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted)}.dash-live{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 0 3px var(--success-soft);animation:dash-pulse 2.4s ease-in-out infinite}.dash-greeting{margin:0;font-size:var(--fs-2xl);font-weight:800;letter-spacing:-.025em;color:var(--text)}@keyframes dash-pulse{0%,to{opacity:1}50%{opacity:.4}}.dash-hero{position:relative;overflow:hidden;padding:1.9rem 2rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:linear-gradient(180deg,var(--gold-soft) 0%,var(--surface) 56%);box-shadow:var(--shadow-md)}.dash-hero:before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-soft-border))}.dash-hero-headline{max-width:640px}.dash-hero-eyebrow{display:inline-flex;align-items:center;gap:.55rem;font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--gold-strong)}.dash-hero-tick{width:16px;height:3px;border-radius:3px;background:var(--gold)}.dash-hero-title{margin:.6rem 0 0;display:flex;align-items:baseline;gap:.7rem;flex-wrap:wrap;font-size:var(--fs-xl);font-weight:700;letter-spacing:-.02em;color:var(--text);line-height:1.05}.dash-hero-num{font-size:var(--fs-4xl);font-weight:800;line-height:.9;letter-spacing:-.035em;color:var(--gold);font-variant-numeric:tabular-nums}.dash-hero-tail{color:var(--text-muted);font-weight:600;font-size:var(--fs-lg)}.dash-hero-sub{margin:.9rem 0 0;color:var(--text-muted);font-size:var(--fs-md);display:inline-flex;align-items:center}.dash-hero-sub b{color:var(--text);font-weight:700;font-variant-numeric:tabular-nums}.dash-sep{width:4px;height:4px;border-radius:50%;background:var(--border-strong);margin:0 .75rem}.dash-hero-emblem{margin-top:1.15rem;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:var(--gold);background:var(--gold-soft);border:1px solid var(--gold-soft-border)}.dash-hero.is-clear{background:linear-gradient(180deg,var(--gold-soft) 0%,var(--surface) 72%)}.dash-strip{margin-top:1.55rem;display:grid;grid-template-columns:repeat(3,1fr);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.dash-cell{position:relative;display:block;padding:1.2rem 1.35rem;text-decoration:none;color:inherit;transition:background .15s ease}.dash-cell+.dash-cell{border-left:1px solid var(--border)}.dash-cell:hover{background:var(--gold-soft)}.dash-cell:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:transparent;transition:background .15s ease}.dash-cell.is-active:hover:after{background:var(--gold)}.dash-cell:focus-visible{outline:none;box-shadow:var(--ring)}.dash-cell-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.dash-cell-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:var(--surface-2);color:var(--text-subtle);border:1px solid var(--border);flex:none}.dash-cell.is-active .dash-cell-icon{background:var(--gold-soft);color:var(--gold-strong);border-color:var(--gold-soft-border)}.dash-cell-label{font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.dash-cell-num{font-size:var(--fs-3xl);font-weight:800;line-height:1;letter-spacing:-.025em;color:var(--text);font-variant-numeric:tabular-nums}.dash-cell:not(.is-active) .dash-cell-num{color:var(--text-subtle)}.dash-cell-foot{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem;min-height:22px}.dash-cell-clear{font-size:var(--fs-sm);color:var(--text-subtle)}.dash-mini{display:inline-flex;align-items:center;height:22px;padding:0 .55rem;border-radius:var(--radius-pill);font-size:.7rem;font-weight:700;font-variant-numeric:tabular-nums;border:1px solid transparent}.dash-mini-open{background:var(--gold-soft);color:var(--gold-strong);border-color:var(--gold-soft-border)}.dash-mini-busy{background:var(--surface-2);color:var(--text-muted);border-color:var(--border)}.dash-freebird{margin-top:1.25rem;display:flex;align-items:center;gap:.65rem;padding:.7rem .95rem;border:1px solid var(--warning-border);background:var(--warning-soft);color:var(--warning-text);border-radius:var(--radius-sm);font-size:var(--fs-sm);text-decoration:none;transition:filter .15s ease}.dash-freebird b{font-weight:800}.dash-freebird-dot{width:8px;height:8px;border-radius:50%;background:currentColor;flex:none}.dash-freebird-go{margin-left:auto;font-weight:700;opacity:.65;transition:opacity .15s ease,transform .15s ease}.dash-freebird:hover{filter:brightness(.99)}.dash-freebird:hover .dash-freebird-go{opacity:1;transform:translate(2px)}.dash-freebird:focus-visible{outline:none;box-shadow:var(--ring)}.dash-block-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.9rem}.dash-kicker{font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:.11em;color:var(--text-muted)}.dash-more{font-size:var(--fs-sm);font-weight:600;color:var(--gold-strong);text-decoration:none;white-space:nowrap;transition:color .15s ease}.dash-more:hover{color:var(--gold)}.dash-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1rem}.dash-stat{padding:1.35rem 1.45rem}.dash-stat-label{font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.dash-stat-value{margin-top:.55rem;font-size:var(--fs-3xl);font-weight:800;letter-spacing:-.025em;line-height:1;color:var(--text);font-variant-numeric:tabular-nums}.dash-stat-value.is-profit{color:var(--success)}.dash-stat-unit{margin-top:.45rem;font-size:var(--fs-sm);color:var(--text-subtle)}.dash-attn-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.dash-attn{padding:1.35rem 1.45rem;display:flex;flex-direction:column}.dash-attn-head{display:flex;align-items:center;gap:.65rem;margin-bottom:1rem}.dash-attn-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:var(--gold-soft);color:var(--gold-strong);border:1px solid var(--gold-soft-border);flex:none}.dash-attn-title{font-size:var(--fs-md);font-weight:700;margin:0;flex:1}.dash-attn-figure{display:block;text-decoration:none;color:inherit}.dash-attn-num{display:block;font-size:var(--fs-2xl);font-weight:800;letter-spacing:-.025em;line-height:1.05;color:var(--text);font-variant-numeric:tabular-nums}.dash-attn-num.is-gold{color:var(--gold)}.dash-attn-cap{display:block;margin-top:.35rem;font-size:var(--fs-sm);color:var(--text-muted)}.dash-attn-cap b{color:var(--text);font-weight:700}.dash-attn-ok{display:flex;align-items:center;gap:.6rem;color:var(--success);font-size:var(--fs-sm);font-weight:600}.dash-list{list-style:none;margin:.65rem 0 0;padding:0;display:flex;flex-direction:column}.dash-list-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem 0;border-top:1px solid var(--border);text-decoration:none;color:inherit;transition:padding-left .14s ease}.dash-list-row:hover{padding-left:.35rem}.dash-list-row:hover .dash-list-name{color:var(--gold-strong)}.dash-list-name{font-weight:600;font-size:var(--fs-sm);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-list-val{font-weight:700;font-variant-numeric:tabular-nums;color:var(--text);white-space:nowrap}.dash-feed{padding:.4rem 0}.dash-feed-row{display:grid;grid-template-columns:150px 1fr auto auto 16px;align-items:center;gap:1rem;padding:.8rem 1.45rem;text-decoration:none;color:inherit;transition:background .14s ease}.dash-feed-row+.dash-feed-row{border-top:1px solid var(--border)}.dash-feed-row:hover{background:var(--gold-soft)}.dash-feed-row:focus-visible{outline:none;box-shadow:inset var(--ring)}.dash-feed-time{font-size:var(--fs-xs);color:var(--text-muted);font-variant-numeric:tabular-nums;white-space:nowrap}.dash-feed-shop{font-weight:600;font-size:var(--fs-sm);color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-feed-row:hover .dash-feed-shop{color:var(--gold-strong)}.dash-feed-go{justify-self:end;color:var(--text-subtle);font-weight:700;opacity:0;transition:opacity .14s ease,transform .14s ease}.dash-feed-row:hover .dash-feed-go{opacity:1;transform:translate(2px)}.dash-empty{display:flex;align-items:center;gap:.6rem;padding:1.4rem 1.45rem;color:var(--text-muted);font-size:var(--fs-sm)}.dash-empty svg{color:var(--text-subtle)}.dash-skel{display:flex;flex-direction:column;gap:1.6rem}.sk{position:relative;overflow:hidden;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius)}.sk:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--text) 7%,transparent),transparent);animation:dash-shimmer 1.5s ease-in-out infinite}.dash-skel-hero{height:220px;border-radius:var(--radius-lg)}.dash-skel-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.dash-skel-stat{height:108px}.dash-skel-feed{height:260px}@keyframes dash-shimmer{to{transform:translate(100%)}}@media(max-width:720px){.dash-hero{padding:1.5rem 1.35rem}.dash-strip{grid-template-columns:1fr}.dash-cell+.dash-cell{border-left:0;border-top:1px solid var(--border)}.dash-skel-row{grid-template-columns:1fr}.dash-feed-row{grid-template-columns:1fr auto;gap:.4rem .75rem;padding:.75rem 1.1rem}.dash-feed-time{grid-column:1 / -1;order:3}.dash-feed-go{display:none}}@media(prefers-reduced-motion:reduce){.dash-live,.sk:after{animation:none}.dash-cell,.dash-feed-row,.dash-list-row,.dash-more,.dash-freebird,.dash-freebird-go,.dash-feed-go{transition:none}}.orders{display:flex;flex-direction:column;gap:1.35rem}.ord-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.ord-eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin:0 0 .4rem;font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted)}.ord-live{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 0 3px var(--success-soft);animation:dash-pulse 2.4s ease-in-out infinite}.ord-title{margin:0;font-size:var(--fs-2xl);font-weight:800;letter-spacing:-.025em;color:var(--text)}.ord-new{gap:.4rem}.ord-controls{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.seg-control{display:inline-flex;padding:4px;gap:2px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);max-width:100%;overflow-x:auto}.seg-btn{display:inline-flex;align-items:center;gap:.5rem;height:38px;padding:0 1.05rem;border:0;background:transparent;color:var(--text-muted);font-size:var(--fs-sm);font-weight:600;border-radius:calc(var(--radius) - 4px);cursor:pointer;white-space:nowrap;transition:background .14s,color .14s,box-shadow .14s}.seg-btn:hover{color:var(--text)}.seg-btn.on{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.seg-btn:focus-visible{outline:none;box-shadow:var(--ring)}.seg-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:19px;padding:0 .4rem;border-radius:var(--radius-pill);font-size:.7rem;font-weight:700;font-variant-numeric:tabular-nums;background:var(--surface);color:var(--text-muted);border:1px solid var(--border)}.seg-btn.on .seg-count{background:var(--gold-soft);color:var(--gold-strong);border-color:var(--gold-soft-border)}.ord-search{display:inline-flex;align-items:center;gap:.5rem;height:40px;padding:0 .85rem;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);min-width:220px;max-width:340px;flex:1;transition:border-color .14s,box-shadow .14s}.ord-search:focus-within{border-color:var(--gold-soft-border);box-shadow:0 0 0 3px var(--gold-soft)}.ord-search-ico{color:var(--text-subtle);flex:none}.ord-search-input{flex:1;min-width:0;border:0;background:transparent;color:var(--text);font-size:var(--fs-sm);outline:none}.ord-search-input::placeholder{color:var(--text-subtle)}.ord-chips{display:flex;flex-wrap:wrap;gap:.5rem}.ord-chip{display:inline-flex;align-items:center;gap:.45rem;height:34px;padding:0 .85rem;border:1px solid var(--border-strong);background:var(--surface);color:var(--text-muted);border-radius:var(--radius-pill);font-size:var(--fs-sm);font-weight:600;cursor:pointer;transition:background .14s,color .14s,border-color .14s}.ord-chip:hover{border-color:var(--gold-soft-border);color:var(--text)}.ord-chip.on{background:var(--gold-soft);color:var(--gold-strong);border-color:var(--gold-soft-border)}.ord-chip:focus-visible{outline:none;box-shadow:var(--ring)}.ord-chip-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:18px;padding:0 .35rem;border-radius:var(--radius-pill);font-size:.7rem;font-weight:700;font-variant-numeric:tabular-nums;background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border)}.ord-chip.on .ord-chip-count{background:var(--gold);color:var(--gold-contrast);border-color:var(--gold)}.ord-card{position:relative;display:flex;align-items:center;gap:1.1rem;padding:1.05rem 1.3rem 1.05rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);cursor:pointer;overflow:hidden;transition:box-shadow .16s ease,border-color .16s ease,transform .16s ease}.ord-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong);transform:translateY(-1px)}.ord-card:focus-visible{outline:none;box-shadow:var(--ring)}.ord-card-rail{position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--border-strong)}.ord-k-package .ord-card-rail{background:var(--primary)}.ord-k-balance .ord-card-rail{background:#0ea5e9}.ord-k-sim .ord-card-rail{background:#8b5cf6}.ord-k-free_bird .ord-card-rail{background:var(--gold)}.ord-card-body{min-width:0;flex:1}.ord-card-l1{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.ord-card-shop{font-size:var(--fs-lg);font-weight:700;letter-spacing:-.01em;color:var(--text)}.ord-card-l2{display:flex;align-items:center;gap:.75rem;margin-top:.35rem;font-size:var(--fs-sm);color:var(--text-muted);flex-wrap:wrap}.ord-card-detail{font-weight:600;color:var(--text-subtle)}.ord-card-who{font-family:ui-monospace,Menlo,Consolas,monospace;font-variant-numeric:tabular-nums}.ord-card-right{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;white-space:nowrap;flex:none}.ord-card-amount{font-size:var(--fs-lg);font-weight:800;letter-spacing:-.01em;color:var(--text);font-variant-numeric:tabular-nums}.ord-card-time{font-size:var(--fs-xs);color:var(--text-muted);font-variant-numeric:tabular-nums}.ord-card-actions{display:flex;align-items:center;gap:.85rem;flex:none}.ord-card-open{border:0;background:transparent;color:var(--gold-strong);font-weight:700;font-size:var(--fs-sm);cursor:pointer;white-space:nowrap;transition:color .14s}.ord-card-open:hover{color:var(--gold)}.inbox-seg button.on{color:var(--gold-strong)}.ord-empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.55rem;padding:3.5rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.ord-empty-emblem{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;color:var(--gold);background:var(--gold-soft);border:1px solid var(--gold-soft-border);margin-bottom:.35rem}.ord-empty-title{font-size:var(--fs-lg);font-weight:700;color:var(--text)}.ord-empty-hint{margin:0;max-width:420px;font-size:var(--fs-sm);color:var(--text-muted);line-height:1.5}.ord-skel{position:relative;display:flex;align-items:center;gap:1.1rem;padding:1.05rem 1.3rem 1.05rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.ord-skel .sk{border:0}.ord-skel-rail{position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--border)}.ord-skel-body{flex:1;display:flex;flex-direction:column;gap:.6rem}.ord-skel-line{height:14px;border-radius:6px}.ord-skel-w1{width:40%}.ord-skel-w2{width:66%}.ord-skel-amt{width:72px;height:22px;border-radius:6px;flex:none}@media(max-width:720px){.ord-head{align-items:flex-start}.ord-controls{flex-direction:column;align-items:stretch}.seg-control{width:100%}.ord-search{max-width:none}.ord-card{flex-wrap:wrap;gap:.6rem 1rem}.ord-card-body{flex-basis:100%}.ord-card-right{flex-direction:row;align-items:center;gap:.85rem}.ord-card-actions{margin-left:auto}}@media(prefers-reduced-motion:reduce){.ord-live{animation:none}.ord-card,.seg-btn,.ord-chip,.ord-card-open,.ord-search{transition:none}.ord-skel .sk:after{animation:none}}:root{--sel-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}input:not([type]),input[type=text],input[type=search],input[type=number],input[type=password],input[type=tel],input[type=email],input[type=url],input[type=date],input[type=time],select,textarea{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;font-size:var(--fs-md);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}input:not([type]),input[type=text],input[type=search],input[type=number],input[type=password],input[type=tel],input[type=email],input[type=url],input[type=date],input[type=time],select{height:42px;padding:0 .85rem}textarea{padding:.6rem .85rem;min-height:72px;resize:vertical}select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:2.2rem;background-image:var(--sel-chevron);background-repeat:no-repeat;background-position:right .7rem center;cursor:pointer}::placeholder{color:var(--text-subtle);opacity:1}input:not([type]):hover,input[type=text]:hover,input[type=search]:hover,input[type=number]:hover,input[type=password]:hover,input[type=tel]:hover,input[type=email]:hover,select:hover,textarea:hover{border-color:var(--gold-soft-border)}input:not([type]):focus,input[type=text]:focus,input[type=search]:focus,input[type=number]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=email]:focus,input[type=url]:focus,input[type=date]:focus,input[type=time]:focus,select:focus,textarea:focus,.field input:focus,.field select:focus,.field textarea:focus,.searchbox:focus,.price-input:focus,.detail-row input:focus,.inbox-field input:focus,.thread-composer input:focus,.sim-panel .input:focus{outline:none;border-color:var(--gold-soft-border);box-shadow:0 0 0 3px var(--gold-soft)}.sel{position:relative;display:inline-flex;flex-direction:column;width:100%}.sel.sel-auto{width:auto;min-width:180px}.sel.sel-auto .sel-trigger{height:38px;font-size:var(--fs-sm)}.sel-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;height:42px;padding:0 .7rem 0 .85rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;font-size:var(--fs-md);cursor:pointer;text-align:left;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.sel-trigger:hover:not(:disabled){border-color:var(--gold-soft-border)}.sel-trigger:focus-visible,.sel.is-open .sel-trigger{outline:none;border-color:var(--gold-soft-border);box-shadow:0 0 0 3px var(--gold-soft)}.sel.is-disabled .sel-trigger,.sel-trigger:disabled{opacity:.6;cursor:not-allowed;background:var(--surface-2)}.sel-value{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sel-value.is-placeholder{color:var(--text-subtle)}.sel-chevron{flex:none;color:var(--text-muted);transition:transform .15s ease,color .15s ease}.sel.is-open .sel-chevron{transform:rotate(180deg);color:var(--gold-strong)}.sel-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:60;margin:0;padding:.3rem;list-style:none;max-height:264px;overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);animation:sel-pop .12s ease}.sel-menu.is-up{top:auto;bottom:calc(100% + 6px)}@keyframes sel-pop{0%{opacity:0;transform:translateY(-4px)}}.sel-opt{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .65rem;border-radius:var(--radius-sm);cursor:pointer;font-size:var(--fs-md);color:var(--text);line-height:1.3}.sel-opt.is-active{background:var(--gold-soft);color:var(--gold-strong)}.sel-opt.is-selected{font-weight:600}.sel-opt.is-disabled{color:var(--text-subtle);cursor:not-allowed;background:transparent}.sel-opt-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sel-opt-check{flex:none;color:var(--gold)}@media(prefers-reduced-motion:reduce){.sel-menu{animation:none}.sel-chevron{transition:none}}
