:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f7fa;--surface:#fff;--surface-muted:#f8fafc;--ink:#111827;--muted:#5b6472;--subtle:#8a94a3;--border:#dbe2ea;--border-strong:#c6d0dc;--primary:#2364aa;--primary-strong:#174a83;--teal:#13877f;--amber:#b7791f;--danger:#c03434;--ok-bg:#e7f7ef;--ok-text:#0b6b3e;--warn-bg:#fff4db;--warn-text:#8a5a00;--danger-bg:#fdecec;--danger-text:#a32424;--neutral-bg:#eef2f6;--neutral-text:#475569;--shadow:0 16px 36px #0f172a1a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif}*{box-sizing:border-box}body{min-width:320px;color:var(--ink);background:var(--bg);margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled,input:disabled{cursor:not-allowed;opacity:.6}.app-shell{grid-template-columns:264px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#f8fafc;background:#18202e;border-right:1px solid #ffffff14;flex-direction:column;height:100vh;padding:18px 14px;display:flex;position:sticky;top:0}.brand{border-bottom:1px solid #ffffff17;align-items:center;gap:12px;min-height:54px;padding:6px 8px 18px;display:flex}.brand-mark{color:#fff;background:#2364aa;border-radius:8px;place-items:center;width:40px;height:40px;display:grid}.brand-title{font-size:17px;font-weight:700;line-height:1.3}.brand-subtitle{color:#9ea8b7;margin-top:2px;font-size:12px}.nav-list{flex-direction:column;flex:1;gap:18px;padding:18px 0;display:flex;overflow-y:auto}.nav-section{color:#8d98a8;padding:0 10px 7px;font-size:12px;font-weight:700}.nav-item{color:#cbd5e1;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:10px;width:100%;height:40px;padding:0 10px;transition:background .18s,color .18s,border-color .18s;display:flex}.nav-item:hover{color:#fff;background:#ffffff12}.nav-item.active{color:#fff;background:#2364aa;border-color:#ffffff1f}.sidebar-footer{background:#ffffff0d;border:1px solid #ffffff17;border-radius:8px;padding:12px}.sidebar-footer-title{color:#fff;font-size:12px;font-weight:700}.sidebar-footer-text{overflow-wrap:anywhere;color:#aeb8c6;margin-top:6px;font-size:12px;line-height:1.45}.main{min-width:0;padding:22px}.topbar{justify-content:space-between;align-items:center;gap:16px;min-height:72px;margin-bottom:18px;display:flex}.topbar h1{letter-spacing:0;margin:0;font-size:25px;line-height:1.25}.topbar p{color:var(--muted);margin:6px 0 0;font-size:14px}.topbar-actions,.panel-actions,.form-actions,.detail-toolbar,.action-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.button{border:1px solid var(--primary);color:#fff;background:var(--primary);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:0 13px;font-weight:650;line-height:1;transition:background .18s,border-color .18s,color .18s,box-shadow .18s;display:inline-flex}.button:hover{background:var(--primary-strong);border-color:var(--primary-strong)}.button.secondary{color:#213044;border-color:var(--border);background:#fff}.button.secondary:hover{color:var(--primary-strong);background:#f7fbff;border-color:#9eb7d6}.button.danger{color:#fff;background:var(--danger);border-color:var(--danger)}.button.danger:hover{background:#982727;border-color:#982727}.button.small{border-radius:7px;min-height:30px;padding:0 9px;font-size:12px}.icon-button{border:1px solid var(--border);color:#344154;background:#fff;border-radius:8px;place-items:center;width:34px;height:34px;display:inline-grid}.icon-button:hover{color:var(--primary);border-color:#9eb7d6}.view{min-width:0}.view.stacked{flex-direction:column;gap:14px;display:flex}.notice{background:#fff8e8;border:1px solid #f0d28a;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px;padding:14px 16px;display:flex}.notice strong{margin-bottom:3px;display:block}.notice span{color:#72511a;font-size:14px}.metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.metric-card{border:1px solid var(--border);background:var(--surface);border-radius:8px;align-items:center;gap:13px;min-height:92px;padding:16px;display:flex}.metric-icon{width:38px;height:38px;color:var(--primary);background:#eaf2fb;border-radius:8px;place-items:center;display:grid}.metric-label{color:var(--muted);font-size:13px}.metric-value{margin-top:6px;font-size:25px;font-weight:750;line-height:1}.panel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.panel{border:1px solid var(--border);background:var(--surface);border-radius:8px;min-width:0}.panel-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:62px;padding:14px 16px;display:flex}.panel-header h2,.muted-panel h2,.detail-section h3{letter-spacing:0;margin:0;font-size:15px;line-height:1.35}.panel-subtoolbar{border-bottom:1px solid var(--border);background:var(--surface-muted);flex-wrap:wrap;align-items:center;gap:8px;padding:12px 16px;display:flex}.segmented{border:1px solid var(--border);background:#eef2f6;border-radius:8px;align-items:center;padding:3px;display:inline-flex}.panel-subtoolbar .segment{border:1px solid var(--border);background:#fff}.segment{color:#526072;background:0 0;border:0;border-radius:6px;min-height:30px;padding:0 11px;font-size:13px;font-weight:650}.segment:hover,.segment.active{color:var(--primary-strong);background:#fff}.table-wrap,.mini-table-wrap{width:100%;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:760px}th,td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:12px 14px;font-size:13px}th{color:#5c6878;white-space:nowrap;background:#f8fafc;font-weight:750}tr:last-child td{border-bottom:0}tbody tr:hover{background:#fbfdff}.cell-title{color:#172033;font-weight:700;line-height:1.35}.cell-sub{color:var(--muted);margin-top:4px;font-size:12px;line-height:1.4}.empty-cell{height:92px;color:var(--subtle);text-align:center;vertical-align:middle}.status-badge{white-space:nowrap;border-radius:999px;align-items:center;max-width:100%;min-height:24px;padding:0 8px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.status-badge.ok{color:var(--ok-text);background:var(--ok-bg)}.status-badge.warn{color:var(--warn-text);background:var(--warn-bg)}.status-badge.danger{color:var(--danger-text);background:var(--danger-bg)}.status-badge.neutral{color:var(--neutral-text);background:var(--neutral-bg)}.input,.select,.textarea{border:1px solid var(--border);width:100%;min-height:38px;color:var(--ink);background:#fff;border-radius:8px;outline:none;transition:border-color .18s,box-shadow .18s}.input,.select{padding:0 11px}.textarea{resize:vertical;min-height:100px;padding:10px 11px}.input:focus,.select:focus,.textarea:focus{border-color:#7aa5d3;box-shadow:0 0 0 3px #2364aa21}.compact{width:210px}.search-field{align-items:center;display:flex;position:relative}.search-field svg{color:#778396;pointer-events:none;position:absolute;left:10px}.search-field .input{padding-left:34px}.search-field.disabled{opacity:.65}.field{flex-direction:column;gap:7px;display:flex}.field span{color:#465266;font-size:13px;font-weight:700}.field.full{grid-column:1/-1}.checkbox-field{border:1px solid var(--border);background:var(--surface-muted);border-radius:8px;flex-direction:row;justify-content:space-between;align-items:center;min-height:64px;padding:12px}.checkbox-field input{width:18px;height:18px;accent-color:var(--primary)}.region-selects,.date-or-tba-row,.color-input-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.date-or-tba-row{grid-template-columns:160px minmax(0,1fr)}.color-input-row{grid-template-columns:48px minmax(0,1fr)}.color-input{border:1px solid var(--border);background:#fff;border-radius:8px;width:48px;height:38px;padding:3px}.swatch{border:1px solid #0000001f;border-radius:5px;flex:none;width:18px;height:18px}.color-pair{color:#334155;align-items:center;gap:6px;display:flex}.product-cell,.user-cell{align-items:center;gap:10px;min-width:220px;display:flex}.product-thumb{border:1px solid var(--border);width:42px;height:42px;color:var(--primary);background-color:#f1f5f9;background-position:50%;background-size:cover;border-radius:8px;flex:none;place-items:center;display:grid}.admin-avatar{color:#fff;border:1px solid #ffffff7a;border-radius:8px;flex:none;place-items:center;font-weight:750;display:grid;overflow:hidden}.admin-avatar.small{width:38px;height:38px;font-size:15px}.admin-avatar.large{width:64px;height:64px;font-size:24px}.admin-avatar img{object-fit:cover;width:100%;height:100%}.theme-0{background:#2364aa}.theme-1{background:#13877f}.theme-2{background:#7c4dff}.theme-3{background:#b7791f}.theme-4{background:#c03434}.theme-5{background:#475569}.settings-grid{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:14px;display:grid}.settings-grid .panel{padding:16px}.settings-grid .panel-header{min-height:auto;margin:-16px -16px 16px}.settings-grid .field+.field{margin-top:14px}.settings-grid .form-actions{margin-top:16px}.muted-panel{background:#fbfcfe}.settings-facts{gap:10px;margin-top:14px;display:grid}.settings-facts>div{border:1px solid var(--border);background:#fff;border-radius:8px;gap:5px;padding:11px;display:grid}.settings-facts span{color:var(--muted);font-size:12px}.settings-facts strong{overflow-wrap:anywhere;font-size:13px}.modal-backdrop,.drawer-backdrop,.qr-backdrop{background:#0f172a7a;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.modal-backdrop{z-index:60}.drawer-backdrop{z-index:40}.qr-backdrop{z-index:70}.modal{width:min(860px,100%);max-height:min(86vh,920px);box-shadow:var(--shadow);background:#fff;border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.modal-header,.drawer-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:14px 16px;display:flex}.modal-header h2,.drawer-header h2{margin:0;font-size:16px}.modal-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:16px;display:grid;overflow-y:auto}.modal-form .form-actions{padding-top:2px}.drawer-backdrop{justify-content:flex-end;padding:0}.drawer{background:#fff;flex-direction:column;width:min(980px,100vw);height:100vh;display:flex;box-shadow:-18px 0 40px #0f172a2e}.drawer-body{flex:1;padding:16px;overflow-y:auto}.qr-dialog{width:min(760px,100%);max-height:min(88vh,900px);box-shadow:var(--shadow);background:#fff;border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.qr-dialog-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:66px;padding:16px 18px;display:flex}.qr-dialog-header h2{margin:0;font-size:17px}.qr-dialog-header p{color:var(--muted);margin:4px 0 0;font-size:13px}.qr-dialog-body{grid-template-columns:300px minmax(0,1fr);gap:18px;padding:18px;display:grid;overflow-y:auto}.qr-image-card{border:1px solid var(--border);background:var(--surface-muted);border-radius:8px;place-items:center;min-height:300px;display:grid}.qr-image-card img{background:#fff;border-radius:8px;width:260px;height:260px;display:block}.qr-copy-panel{flex-direction:column;gap:12px;min-width:0;display:flex}.qr-raw-text{overflow-wrap:anywhere;min-height:132px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.qr-loading{min-height:220px;color:var(--muted);grid-column:1/-1;justify-content:center;align-items:center;gap:10px;display:flex}.user-detail-head{border:1px solid var(--border);background:var(--surface-muted);border-radius:8px;align-items:center;gap:12px;padding:14px;display:flex}.user-detail-head .button{margin-left:auto}.detail-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.detail-summary>div{border:1px solid var(--border);background:#fff;border-radius:8px;align-content:center;gap:7px;min-height:72px;padding:11px;display:grid}.detail-summary span{color:var(--muted);font-size:12px}.detail-summary strong{overflow-wrap:anywhere;min-width:0;font-size:14px}.detail-toolbar{border:1px solid var(--border);background:var(--surface-muted);border-radius:8px;margin-top:14px;padding:12px}.detail-section{margin-top:16px}.detail-section h3{margin-bottom:10px}.detail-section.two-col{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.detail-note{border:1px solid var(--border);color:#334155;background:var(--surface-muted);border-radius:8px;padding:12px}.detail-note p{overflow-wrap:anywhere;margin:8px 0 0}.mini-table{border:1px solid var(--border);border-radius:8px;min-width:680px;overflow:hidden}.mini-table th,.mini-table td{padding:10px 12px;font-size:12px}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=1280px){.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.panel-grid,.settings-grid{grid-template-columns:1fr}.detail-summary{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.app-shell{grid-template-columns:1fr}.sidebar{height:auto;padding:12px;position:static}.nav-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px 0;display:grid}.nav-block{min-width:0}.sidebar-footer{display:none}.main{padding:16px}.topbar,.panel-header,.notice{flex-direction:column;align-items:flex-start}.topbar-actions,.panel-actions,.compact,.search-field{width:100%}.metrics-grid,.detail-summary,.detail-section.two-col,.modal-form,.region-selects,.date-or-tba-row,.qr-dialog-body{grid-template-columns:1fr}.qr-image-card{min-height:260px}.qr-image-card img{width:min(240px,72vw);height:min(240px,72vw)}.user-detail-head{flex-direction:column;align-items:flex-start}.user-detail-head .button{margin-left:0}}@media (width<=520px){.main{padding:12px}.topbar h1{font-size:21px}.nav-list{grid-template-columns:1fr}.button{width:100%}.action-group .button,.topbar-actions .button,.panel-actions .button,.detail-toolbar .button,.form-actions .button{width:auto}.modal-backdrop{padding:8px}.modal{max-height:94vh}}.console-shell{isolation:isolate;color:#101615;background:linear-gradient(90deg,#0f172a0d 1px,#0000 1px) 0 0/72px 72px,linear-gradient(#0f172a0a 1px,#0000 1px) 0 0/72px 72px,radial-gradient(circle at 18% 16%,#1f8b7c29,#0000 34%),radial-gradient(circle at 86% 8%,#315a851f,#0000 30%),#f3f6f4;grid-template-columns:296px minmax(0,1fr);gap:18px;min-height:100vh;padding:18px;display:grid;position:relative;overflow-x:clip}.console-backdrop{z-index:-1;pointer-events:none;position:fixed;inset:0;overflow:hidden}.console-backdrop:before{content:"";opacity:.62;background:linear-gradient(120deg,#0000 0 34%,#ffffff6b 48%,#0000 62%),radial-gradient(circle at 50% 120%,#14847729,#0000 40%);position:absolute;inset:0}.console-light{aspect-ratio:1;filter:blur(68px);opacity:.44;border-radius:999px;width:min(520px,56vw);animation:10s ease-in-out infinite alternate consoleLightFloat;display:block;position:absolute}.console-light-a{background:#24ad9275;top:110px;left:-150px}.console-light-b{background:#43709861;animation-delay:-4s;top:-110px;right:-190px}.console-light-c{background:#d7b4694d;animation-delay:-7s;bottom:-240px;right:12vw}.console-shell .sidebar{color:#eff8f4;background:linear-gradient(#ffffff1a,#ffffff08),linear-gradient(145deg,#080d0e,#111b1f 46%,#111823);border:1px solid #ffffff1f;border-radius:8px;height:calc(100vh - 36px);min-height:620px;padding:16px;position:sticky;top:18px;overflow:hidden;box-shadow:0 24px 60px #080f1233}.console-shell .sidebar:before{content:"";opacity:.52;pointer-events:none;background:linear-gradient(90deg,#ffffff14 1px,#0000 1px) 0 0/38px 38px,linear-gradient(#ffffff0f 1px,#0000 1px) 0 0/38px 38px,radial-gradient(circle at 20% 8%,#2bc0a13d,#0000 30%);position:absolute;inset:0}.console-shell .sidebar>*{z-index:1;position:relative}.console-shell .brand{border-bottom-color:#ffffff1f;min-height:64px;padding:4px 4px 16px}.console-shell .brand-mark{color:#e9fffa;background:linear-gradient(135deg,#16a68be6,#10181bf2);border:1px solid #fff3;width:44px;height:44px;box-shadow:0 18px 34px #149e8547}.console-shell .brand-title{letter-spacing:0;font-size:18px}.console-shell .brand-subtitle{color:#e1f4efb3;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800}.sidebar-pulse{color:#d8fff6;background:#0812136b;border:1px solid #55e8c22e;border-radius:8px;align-items:center;gap:9px;min-height:42px;margin:14px 0 4px;padding:0 12px;display:flex;box-shadow:inset 0 1px #ffffff12}.sidebar-pulse span{background:#35e1ba;border-radius:999px;width:8px;height:8px;box-shadow:0 0 0 6px #35e1ba1f,0 0 18px #35e1badb}.sidebar-pulse strong{letter-spacing:0;font-size:12px;font-weight:800}.console-shell .nav-list{scrollbar-width:thin;scrollbar-color:#fff3 transparent;gap:14px;padding:16px 0}.console-shell .nav-section{color:#e1f4ef8a;letter-spacing:.08em;text-transform:uppercase;padding:0 10px 8px;font-size:11px}.console-shell .nav-item{color:#ebf6f2c2;background:#ffffff0a;border-color:#ffffff14;height:42px;padding:0 11px;transition:transform .2s,color .2s,border-color .2s,background .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0a}.console-shell .nav-item:after{content:"";background:linear-gradient(90deg,#34deb800,#34deb829,#fff0);transition:transform .42s;position:absolute;inset:0;transform:translate(-105%)}.console-shell .nav-item:hover{color:#fff;background:#ffffff14;border-color:#55e8c23d;transform:translate(3px)}.console-shell .nav-item:hover:after,.console-shell .nav-item.active:after{transform:translate(105%)}.console-shell .nav-item.active{color:#f9fffd;background:linear-gradient(135deg,#16a68bb3,#ffffff14);border-color:#55e8c252;box-shadow:0 16px 34px #149e852e,inset 0 1px #ffffff24}.console-shell .sidebar-footer{color:#e1f4efb8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff0d;border-color:#ffffff1f}.console-shell .sidebar-footer-title{color:#f9fffd}.console-shell .sidebar-footer-text{color:#e1f4ef94}.console-shell .main{min-width:0;padding:0 4px 22px}.console-shell .topbar{z-index:20;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffffb8;border:1px solid #0f172a1a;border-radius:8px;min-height:92px;margin:0 0 18px;padding:18px 20px;position:sticky;top:18px;box-shadow:0 20px 54px #0f172a17}.console-shell .topbar:after{content:"";background:linear-gradient(90deg,#0000,#129780a3,#0000);height:1px;position:absolute;bottom:-1px;left:18px;right:18px}.topbar-copy{min-width:0}.topbar-kicker{color:#0f766e;letter-spacing:.12em;align-items:center;gap:8px;margin-bottom:7px;font-size:11px;font-weight:900;display:inline-flex}.topbar-kicker span{background:currentColor;width:28px;height:1px}.console-shell .topbar h1{letter-spacing:0;font-size:clamp(26px,3vw,42px);line-height:1.02}.console-shell .topbar p{color:#42514f;max-width:720px;font-size:14px}.operator-pill{color:#17201f;background:#ffffffb3;border:1px solid #0f172a1a;border-radius:999px;align-items:center;gap:8px;max-width:240px;min-height:36px;padding:0 12px;display:inline-flex;box-shadow:inset 0 1px #ffffffb8}.operator-pill span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:750;overflow:hidden}.console-shell .button{color:#f9fffd;background:linear-gradient(135deg,#0f8f7e,#101719);border-color:#0f172a14;border-radius:8px;min-height:38px;transition:transform .17s,border-color .17s,background .17s,box-shadow .17s,color .17s;position:relative;overflow:hidden;box-shadow:0 12px 24px #0f8f7e29}.console-shell .button:after{content:"";background:linear-gradient(100deg,#0000,#ffffff38,#0000);transition:transform .45s;position:absolute;inset:0;transform:translate(-105%)}.console-shell .button:hover{background:linear-gradient(135deg,#10a88f,#0f1617);border-color:#12978057;transform:translateY(-1px);box-shadow:0 16px 32px #0f8f7e38}.console-shell .button:hover:after{transform:translate(105%)}.console-shell .button.secondary{color:#17201f;background:#ffffffc7;border-color:#0f172a1a;box-shadow:0 10px 24px #0f172a12,inset 0 1px #ffffffb3}.console-shell .button.secondary:hover{color:#0f766e;background:#ffffffeb;border-color:#12978042}.console-shell .button.danger{color:#fff;background:linear-gradient(135deg,#c43a3a,#551515);border-color:#c43a3a52;box-shadow:0 12px 24px #c43a3a29}.console-shell .button.danger:hover{background:linear-gradient(135deg,#d14646,#4a1010);border-color:#c43a3a73}.console-shell .icon-button{color:#263332;background:#ffffffc2;border-color:#0f172a1a;box-shadow:inset 0 1px #ffffffc2}.console-shell .view{animation:.62s cubic-bezier(.16,1,.3,1) both consoleReveal}.console-shell .view.stacked{gap:18px}.console-shell .notice,.console-shell .panel,.console-shell .metric-card,.console-shell .muted-panel,.console-shell .settings-facts>div,.console-shell .detail-summary>div,.console-shell .detail-toolbar,.console-shell .detail-note,.console-shell .user-detail-head{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffffb8;border:1px solid #0f172a17;border-radius:8px;box-shadow:0 18px 46px #0f172a14}.console-shell .metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.console-shell .metric-card{min-height:116px;animation:.6s cubic-bezier(.16,1,.3,1) both consoleReveal;animation-delay:calc(var(--metric-index,0) * 45ms);align-items:flex-end;padding:18px;position:relative;overflow:hidden}.console-shell .metric-card:before{content:"";opacity:.82;pointer-events:none;background:linear-gradient(135deg,#18a68b26,#0000 42%),linear-gradient(#ffffff7a,#0000);position:absolute;inset:0}.console-shell .metric-card:after{content:"";opacity:.74;background:linear-gradient(90deg,#119780,#d9b56b,#315a85);border-radius:999px 999px 0 0;height:3px;position:absolute;inset:auto 16px 0}.console-shell .metric-card>*{z-index:1;position:relative}.console-shell .metric-icon{color:#0f766e;background:#e6f9f4b8;border:1px solid #12978029;align-self:flex-start;width:42px;height:42px;box-shadow:inset 0 1px #ffffffb3}.console-shell .metric-label{color:#536260;letter-spacing:.08em;font-size:12px;font-weight:800}.console-shell .metric-value{color:#111817;letter-spacing:0;margin-top:8px;font-size:clamp(26px,3vw,38px)}.console-shell .panel-grid{gap:18px}.console-shell .panel{overflow:hidden}.console-shell .panel-header{background:linear-gradient(90deg,#ffffffa3,#ecf8f46b);border-bottom-color:#0f172a14;min-height:68px;padding:16px 18px}.console-shell .panel-header h2,.console-shell .muted-panel h2,.console-shell .detail-section h3{color:#101615;font-size:16px;font-weight:850}.console-shell .panel-subtoolbar{background:#f7fbf994;border-bottom-color:#0f172a14;padding:12px 18px}.console-shell .segmented{background:#eaf1efad;border-color:#0f172a17}.console-shell .segment{color:#52625f;font-weight:760;transition:color .17s,background .17s,box-shadow .17s}.console-shell .segment:hover,.console-shell .segment.active{color:#0f766e;background:#ffffffe0;box-shadow:0 8px 18px #0f172a12}.console-shell .table-wrap,.console-shell .mini-table-wrap{background:linear-gradient(#ffffff6b,#f8fbfa6b)}.console-shell table{border-collapse:separate;border-spacing:0}.console-shell th,.console-shell td{border-bottom-color:#0f172a12}.console-shell th{color:#50605e;letter-spacing:.05em;background:#f4f9f7e0;font-size:12px}.console-shell tbody tr{transition:background .17s,box-shadow .17s,transform .17s}.console-shell tbody tr:hover{background:#ffffffc2;box-shadow:inset 3px 0 #119780}.console-shell .cell-title{color:#101615;font-weight:780}.console-shell .cell-sub{color:#61706e}.console-shell .empty-cell{color:#7a8785}.console-shell .status-badge{border:1px solid #0f172a0f;box-shadow:inset 0 1px #ffffff8f}.console-shell .status-badge.ok{color:#075f48;background:#ddf8efe6}.console-shell .status-badge.warn{color:#7a520f;background:#fff2d4f0}.console-shell .status-badge.danger{color:#9c2626;background:#ffe8e8eb}.console-shell .status-badge.neutral{color:#465452;background:#ebf0efe6}.console-shell .input,.console-shell .select,.console-shell .textarea,.console-shell .color-input{color:#101615;background:#ffffffbd;border-color:#0f172a1a;box-shadow:inset 0 1px #ffffffc2}.console-shell .input:focus,.console-shell .select:focus,.console-shell .textarea:focus{border-color:#1297806b;box-shadow:0 0 0 4px #1297801f,inset 0 1px #ffffffc2}.console-shell .search-field svg{color:#6d7a78}.console-shell .field span{color:#40504e}.console-shell .checkbox-field{background:#f7fbf9b8}.console-shell .product-thumb,.console-shell .admin-avatar,.console-shell .swatch{border-color:#0f172a1a}.console-shell .settings-grid{gap:18px}.console-shell .settings-grid .panel{padding:18px}.console-shell .settings-grid .panel-header{margin:-18px -18px 18px}.console-shell .modal-backdrop,.console-shell .drawer-backdrop,.console-shell .qr-backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:radial-gradient(circle at 30% 20%,#1ca68b33,#0000 34%),#060c0e94}.console-shell .modal,.console-shell .drawer,.console-shell .qr-dialog{background:linear-gradient(#ffffffeb,#f6fbf9e0);border:1px solid #fff3;border-radius:8px;box-shadow:0 32px 80px #060c0e47}.console-shell .drawer{width:min(1040px,100vw - 26px);height:calc(100vh - 26px);margin:13px}.console-shell .modal-header,.console-shell .drawer-header,.console-shell .qr-dialog-header{background:#ffffff94;border-bottom-color:#0f172a14}.console-shell .drawer-body,.console-shell .modal-form,.console-shell .qr-dialog-body{background-color:#0000;background-image:linear-gradient(90deg,#0f172a0a 1px,#0000 1px),linear-gradient(#0f172a08 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:48px 48px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.console-shell .qr-image-card{background:#ffffff94;border-color:#0f172a17}.console-shell .mini-table{background:#ffffff80;border-color:#0f172a14}@keyframes consoleReveal{0%{opacity:0;filter:blur(10px);transform:translateY(18px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes consoleLightFloat{0%{transform:translate(-18px,-10px)scale(.96)}to{transform:translate(22px,18px)scale(1.05)}}@media (width<=1280px){.console-shell .metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.console-shell .panel-grid,.console-shell .settings-grid{grid-template-columns:1fr}}@media (width<=980px){.console-shell{grid-template-columns:1fr;padding:12px}.console-shell .sidebar{height:auto;min-height:0;position:relative;top:auto}.console-shell .nav-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid;overflow:visible}.console-shell .sidebar-footer{display:none}.console-shell .topbar{flex-direction:column;align-items:flex-start;position:relative;top:auto}.operator-pill{max-width:100%}.console-shell .main{padding:0 0 18px}.console-shell .panel-header,.console-shell .notice{flex-direction:column;align-items:flex-start}.console-shell .topbar-actions,.console-shell .panel-actions,.console-shell .compact,.console-shell .search-field{width:100%}.console-shell .detail-summary,.console-shell .detail-section.two-col{grid-template-columns:1fr}}@media (width<=560px){.console-shell{padding:8px}.console-shell .topbar,.console-shell .sidebar,.console-shell .panel,.console-shell .metric-card{border-radius:8px}.console-shell .topbar h1{font-size:25px}.console-shell .nav-list,.console-shell .metrics-grid{grid-template-columns:1fr}.console-shell .button{width:100%}.console-shell .action-group .button,.console-shell .topbar-actions .button,.console-shell .panel-actions .button,.console-shell .detail-toolbar .button,.console-shell .form-actions .button{width:auto}.console-shell .drawer{width:100vw;height:100vh;margin:0}}.landing-site{--scroll-progress:0;color:#111414;background-color:#f3f6f4;background-image:linear-gradient(90deg,#1114140d 1px,#0000 1px),linear-gradient(#1114140a 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:72px 72px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;min-height:100vh;font-family:Segoe UI,Microsoft YaHei,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;overflow-x:clip}.landing-site a{color:inherit;text-decoration:none}.cinematic-intro{z-index:120;color:#f8fbfa;background:radial-gradient(circle at 50% 18%,#54d6b333,#0000 28%),radial-gradient(circle at 84% 54%,#315a8540,#0000 32%),#050707;place-items:center;display:grid;position:fixed;inset:0;overflow:hidden}.cinematic-intro:before,.cinematic-intro:after{content:"";aspect-ratio:1;filter:blur(70px);pointer-events:none;border-radius:999px;width:58vw;position:absolute;inset:auto}.cinematic-intro:before{background:#0b8f6f47;bottom:-30vh;left:-18vw}.cinematic-intro:after{background:#54d6b32e;top:-32vh;right:-22vw}.cinematic-grid{background-color:#0000;background-image:linear-gradient(90deg,#ffffff0f 1px,#0000 1px),linear-gradient(#ffffff0d 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:76px 76px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 50% 45%,#000 0%,#0000 74%);mask-image:radial-gradient(circle at 50% 45%,#000 0%,#0000 74%)}.cinematic-beam{transform-origin:0;background:linear-gradient(90deg,#0000,#54d6b3bd,#0000);height:1px;position:absolute;left:7vw;right:7vw;box-shadow:0 0 34px #54d6b36b}.cinematic-beam-a{top:22vh}.cinematic-beam-b{bottom:18vh}.cinematic-skip{z-index:3;color:#f8fbfa;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;align-items:center;min-height:38px;padding:0 15px;font-size:13px;font-weight:800;display:inline-flex;position:absolute;top:28px;right:30px}.cinematic-stage{z-index:2;text-align:center;perspective:1500px;justify-items:center;width:min(1180px,100vw - 44px);display:grid;position:relative}.cinematic-kicker{color:#64e3c0;letter-spacing:.16em;font-size:12px;font-weight:900}.cinematic-title{letter-spacing:0;max-width:1040px;margin:18px 0 0;font-size:clamp(42px,6.6vw,98px);line-height:.98}.cinematic-title span{display:block}.cinematic-lead{color:#f8fbfab8;max-width:760px;margin:22px 0 0;font-size:clamp(16px,1.7vw,22px);line-height:1.75}.cinematic-product{width:min(780px,72vw);transform-style:preserve-3d;background:#eef4f1;border:1px solid #ffffff29;border-radius:8px;margin-top:clamp(24px,4vh,44px);overflow:hidden;box-shadow:0 44px 120px #00000085,0 0 68px #54d6b32e}.cinematic-product img{aspect-ratio:16/9;object-fit:contain;width:100%;display:block}.cinematic-chain{align-items:center;gap:12px;margin-top:22px;display:inline-flex}.cinematic-chain span{color:#e9fffa;background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;align-items:center;min-height:32px;padding:0 14px;font-size:13px;font-weight:900;display:inline-flex}.cinematic-chain i{transform-origin:0;background:linear-gradient(90deg,#54d6b3b8,#0000);width:clamp(22px,5vw,76px);height:1px;display:block}.motion-progress{z-index:90;width:calc(var(--scroll-progress) * 100%);pointer-events:none;background:linear-gradient(90deg,#0b8f6f,#64e3c0,#111414);height:3px;position:fixed;top:0;left:0;box-shadow:0 0 18px #0b8f6f80}.ambient-field{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.ambient-field span{aspect-ratio:1;filter:blur(62px);opacity:.22;border-radius:999px;width:38vw;animation:18s ease-in-out infinite alternate ambientDrift;position:absolute}.ambient-field span:first-child{background:#0b8f6f;top:8vh;left:-13vw}.ambient-field span:nth-child(2){background:#315a85;animation-duration:22s;top:22vh;right:-16vw}.ambient-field span:nth-child(3){background:#64e3c0;animation-duration:26s;bottom:-26vh;left:38vw}.site-nav,.hero-section,.metric-strip,.site-section,.workflow-section,.console-preview,.value-section,.site-footer{z-index:1;position:relative}.landing-site [data-reveal]{opacity:0;filter:blur(8px);transition:opacity .76s cubic-bezier(.19,1,.22,1),filter .76s cubic-bezier(.19,1,.22,1),transform .92s cubic-bezier(.19,1,.22,1),border-color .22s,background .22s,box-shadow .22s;transition-delay:var(--reveal-delay,0s);will-change:opacity, filter, transform;transform:translateY(34px)scale(.985)}.landing-site [data-reveal-origin=left]{transform:translate(-38px,24px)scale(.985)}.landing-site [data-reveal-origin=right]{transform:translate(44px,18px)scale(.97)}.landing-site [data-reveal-origin=top]{transform:translateY(-18px)scale(.995)}.landing-site [data-reveal-origin=zoom]{transform:translateY(34px)scale(.965)}.landing-site [data-reveal].is-visible{opacity:1;filter:blur();transform:translate(0,0)scale(1)}.site-nav{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f3f6f4e0;border-bottom:1px solid #1114141a;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;min-height:76px;padding:14px 32px;display:grid;position:sticky;top:0}.site-brand{align-items:center;gap:12px;min-width:186px;display:inline-flex}.site-brand-mark{color:#fff;background:#111414;border:1px solid #ffffff7a;border-radius:8px;place-items:center;width:42px;height:42px;display:grid;box-shadow:inset 0 1px #ffffff2e}.site-brand strong{letter-spacing:0;font-size:16px;line-height:1.2;display:block}.site-brand small{color:#66736d;letter-spacing:0;text-transform:uppercase;margin-top:3px;font-size:11px;font-weight:700;display:block}.site-nav-links{justify-content:center;align-items:center;gap:8px;display:flex}.site-nav-links a{color:#46524d;border-radius:999px;align-items:center;min-height:36px;padding:0 13px;font-size:13px;font-weight:700;transition:color .18s,background .18s;display:inline-flex}.site-nav-links a:hover{color:#111414;background:#ffffffb8}.site-nav-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.console-button,.primary-link,.secondary-link,.panel-link,.login-button,.register-button,.site-auth-submit,.site-auth-switch{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:42px;font-weight:800;line-height:1;transition:transform .18s,border-color .18s,background .18s,color .18s,box-shadow .18s;display:inline-flex}.console-button{color:#fff;background:#111414;border:1px solid #111414;padding:0 17px;box-shadow:0 12px 26px #1114142e}.login-button,.register-button{color:#17201c;background:#ffffffb8;border:1px solid #1114141f;padding:0 15px}.login-button:hover,.register-button:hover{color:#0d6f59;background:#fff;border-color:#0b8f6f47}.login-button.is-user{text-overflow:ellipsis;max-width:128px;overflow:hidden}.console-button:hover,.primary-link:hover,.panel-link:hover{background:#0b8f6f;border-color:#0b8f6f;transform:translateY(-1px);box-shadow:0 16px 34px #0b8f6f3d}.console-button:active,.primary-link:active,.secondary-link:active,.panel-link:active{transform:translateY(1px)}.hero-section{perspective:1600px;grid-template-columns:minmax(430px,.82fr) minmax(0,1.18fr);align-items:center;gap:clamp(22px,2.4vw,38px);max-width:1480px;min-height:calc(100dvh - 132px);margin:0 auto;padding:58px 32px 50px;display:grid;position:relative}.hero-copy{min-width:0}.hero-copy>*{opacity:0;transition:opacity .68s cubic-bezier(.19,1,.22,1),transform .76s cubic-bezier(.19,1,.22,1);transform:translateY(18px)}.hero-copy.is-visible>*{opacity:1;transform:translateY(0)}.hero-copy.is-visible>:first-child{transition-delay:.1s}.hero-copy.is-visible>:nth-child(2){transition-delay:.19s}.hero-copy.is-visible>:nth-child(3){transition-delay:.28s}.hero-copy.is-visible>:nth-child(4){transition-delay:.37s}.hero-kicker{color:#0f5f4d;background:#ffffffb3;border:1px solid #0b8f6f3d;border-radius:999px;align-items:center;gap:8px;width:fit-content;min-height:36px;padding:0 13px;font-size:13px;font-weight:800;display:inline-flex}.hero-copy h1{letter-spacing:0;text-shadow:0 18px 46px #11141414;max-width:720px;margin:26px 0 0;font-size:64px;line-height:1.05}.hero-lead{color:#4a5752;letter-spacing:0;max-width:660px;margin:24px 0 0;font-size:18px;line-height:1.75}.hero-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:30px;display:flex}.primary-link{color:#fff;background:#111414;border:1px solid #111414;padding:0 20px;box-shadow:0 14px 30px #1114142e}.secondary-link{color:#18201d;background:#ffffffb8;border:1px solid #1114141f;padding:0 18px}.secondary-link:hover{color:#0d6f59;background:#fff;border-color:#0b8f6f57}.hero-visual{aspect-ratio:16/9;transform-origin:50%;width:100%;min-width:0;max-width:920px;height:auto;transform-style:preserve-3d;background:#eef4f1;border:1px solid #1114141f;border-radius:8px;justify-self:end;position:relative;overflow:hidden;box-shadow:0 42px 130px #1114143d,0 18px 52px #0b8f6f29}.landing-site .hero-visual.is-visible:hover{transform:translateY(-5px)scale(1.012);box-shadow:0 42px 118px #1114143b,0 16px 42px #0b8f6f24}.hero-visual:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(112deg,#0000 0%,#fff0 35%,#ffffff6b 48%,#fff0 62%,#0000 100%) 0 0/220% 100%,linear-gradient(90deg,#f3f6f4ad,#0000 42%),linear-gradient(#0000 68%,#11141429);animation:5.8s ease-in-out infinite heroSheen;position:absolute;inset:0}.hero-visual:after{content:"";z-index:2;pointer-events:none;border:1px solid #1114141a;border-radius:8px;position:absolute;inset:26px;box-shadow:inset 0 0 0 1px #ffffff2e,inset 0 0 42px #0b8f6f1a}.hero-visual .js-tilt-glare{border-radius:8px}.hero-image{object-fit:contain;object-position:center;width:100%;height:100%;transition:transform 1.1s cubic-bezier(.19,1,.22,1);position:absolute;inset:0;transform:scale(1.035)}.hero-visual.is-visible .hero-image{transform:scale(1)}.hero-card{z-index:3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;transform-style:preserve-3d;background:#ffffffc7;border:1px solid #ffffff8f;border-radius:8px;transition:opacity .62s cubic-bezier(.19,1,.22,1),transform .72s cubic-bezier(.19,1,.22,1);position:absolute;transform:translateY(18px)scale(.94);box-shadow:0 18px 42px #11141424}.hero-visual.is-visible .hero-card{opacity:1;transform:translateY(0)scale(1)}.hero-visual.is-visible .hero-card-main{transition-delay:.44s}.hero-visual.is-visible .hero-card-side{transition-delay:.56s}.hero-card-main{width:230px;padding:16px;bottom:24px;left:24px}.hero-card-main span,.hero-card-side{color:#52605a;font-size:12px;font-weight:800}.hero-card-main strong{letter-spacing:0;margin-top:8px;font-size:18px;display:block}.signal-bars{align-items:end;gap:8px;height:54px;margin-top:14px;display:flex}.signal-bars i{transform-origin:bottom;background:#0b8f6f;border-radius:999px 999px 4px 4px;flex:1;min-width:0;transform:scaleY(.18)}.hero-visual.is-visible .signal-bars i{animation:.82s cubic-bezier(.19,1,.22,1) forwards signalRise}.hero-visual.is-visible .signal-bars i:nth-child(2){animation-delay:70ms}.hero-visual.is-visible .signal-bars i:nth-child(3){animation-delay:.14s}.hero-visual.is-visible .signal-bars i:nth-child(4){animation-delay:.21s}.hero-visual.is-visible .signal-bars i:nth-child(5){animation-delay:.28s}.signal-bars i:first-child{background:#111414;height:36%}.signal-bars i:nth-child(2){height:62%}.signal-bars i:nth-child(3){background:#315a85;height:48%}.signal-bars i:nth-child(4){height:78%}.signal-bars i:nth-child(5){background:#111414;height:92%}.hero-card-side{color:#143f35;align-items:center;gap:8px;padding:12px 14px;display:inline-flex;top:24px;right:24px}.metric-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;max-width:1380px;margin:0 auto;padding:0 32px;display:grid}.metric-tile{background:#ffffffad;border:1px solid #1114141a;justify-content:space-between;align-items:flex-end;gap:16px;min-height:132px;padding:22px;display:flex}.metric-tile:nth-child(2),.capability-card:nth-child(2),.workflow-step:nth-child(2),.value-item:nth-child(2){--reveal-delay:90ms}.metric-tile:nth-child(3),.capability-card:nth-child(3),.workflow-step:nth-child(3),.value-item:nth-child(3){--reveal-delay:.18s}.capability-card:nth-child(4),.workflow-step:nth-child(4){--reveal-delay:.27s}.metric-tile strong{color:#0f5f4d;letter-spacing:0;font-size:42px;line-height:1}.metric-tile span{color:#4f5c56;text-align:right;max-width:150px;font-size:14px;font-weight:800;line-height:1.45}.site-section,.workflow-section,.console-preview,.value-section{max-width:1380px;margin:0 auto;padding:104px 32px 0}.section-head{grid-template-columns:230px minmax(0,780px);align-items:start;gap:30px;margin-bottom:34px;display:grid}.section-head span,.workflow-copy span,.console-topline span{color:#0f5f4d;letter-spacing:0;text-transform:uppercase;font-size:12px;font-weight:900}.section-head h2,.workflow-copy h2,.console-topline h2,.compact-head h2{color:#111414;overflow-wrap:break-word;letter-spacing:0;max-width:100%;margin:0;font-size:clamp(32px,3vw,40px);line-height:1.15}.capability-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.capability-card,.workflow-step,.value-item{transform-style:preserve-3d;background:#ffffffb8;border:1px solid #1114141a;border-radius:8px;box-shadow:0 12px 34px #1114140f}.capability-card{min-height:246px;padding:22px}.capability-card,.workflow-step,.value-item,.console-panel,.metric-tile{transition:opacity .76s cubic-bezier(.19,1,.22,1),filter .76s cubic-bezier(.19,1,.22,1),transform .92s cubic-bezier(.19,1,.22,1),border-color .22s,background .22s,box-shadow .22s}.capability-card.is-visible:hover,.workflow-step.is-visible:hover,.value-item.is-visible:hover,.metric-tile.is-visible:hover{background:#ffffffdb;border-color:#0b8f6f38;transform:translateY(-8px)scale(1.018);box-shadow:0 24px 62px #11141424,0 8px 28px #0b8f6f1a}.icon-box{color:#0f5f4d;background:#edf6f2;border:1px solid #0b8f6f2e;border-radius:8px;place-items:center;width:46px;height:46px;display:grid}.capability-card h3,.workflow-step h3,.value-item h3{color:#111414;letter-spacing:0;margin:22px 0 0;font-size:18px;line-height:1.35}.capability-card p,.workflow-step p,.workflow-copy p,.value-item p,.site-footer span{color:#596761;letter-spacing:0;margin:12px 0 0;font-size:14px;line-height:1.75}.workflow-section{grid-template-columns:1fr;align-items:start;gap:30px;display:grid;overflow:visible}.workflow-copy{z-index:2;transform-origin:0;min-width:0;max-width:860px;margin-left:clamp(8px,1.2vw,18px);padding-top:4px;position:relative}.workflow-copy h2{max-width:860px}.workflow-copy p{max-width:640px;font-size:16px}.workflow-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-left:clamp(8px,1.2vw,18px);display:grid}.workflow-step{min-height:236px;padding:24px;position:relative;overflow:hidden}.workflow-step:before{content:"";background:#0b8f6f;width:4px;height:100%;position:absolute;top:0;left:0}.step-index{color:#11141421;font-size:34px;font-weight:900;line-height:1;position:absolute;top:18px;right:20px}.workflow-step svg{color:#0f5f4d}.console-panel{color:#f8fbfa;background:#111414;border:1px solid #1114141f;border-radius:8px;overflow:hidden;box-shadow:0 34px 100px #11141442,0 0 0 1px #54d6b314,0 0 60px #0b8f6f1f}.console-topline{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:flex-start;gap:24px;padding:30px;display:flex}.console-topline h2{color:#fff;max-width:720px;margin-top:10px}.panel-link{color:#111414;background:#fff;border:1px solid #ffffff85;padding:0 18px}.console-board{background-color:#0000;background-image:linear-gradient(90deg,#ffffff0f 1px,#0000 1px),linear-gradient(#ffffff0d 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:54px 54px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;grid-template-columns:220px minmax(0,1fr);min-height:440px;display:grid}.console-sidebar{border-right:1px solid #ffffff1a;align-content:start;gap:12px;padding:26px;display:grid}.console-sidebar span{background:#ffffff14;border-radius:8px;height:38px}.console-sidebar span:first-child{background:#0b8f6f}.console-main{align-content:start;gap:18px;padding:26px;display:grid}.console-stat-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.console-stat-row div,.module-list div{background:#ffffff12;border:1px solid #ffffff1a;border-radius:8px}.console-stat-row div{align-content:end;min-height:118px;padding:18px;display:grid}.console-stat-row span{color:#f8fbfa9e;font-size:12px;font-weight:800}.console-stat-row strong{color:#fff;letter-spacing:0;margin-top:8px;font-size:28px}.module-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.module-list div{color:#f8fbfadb;align-items:center;gap:10px;min-height:52px;padding:0 16px;font-size:14px;font-weight:800;display:flex}.module-list svg{color:#54d6b3;flex:none}.compact-head{grid-template-columns:220px minmax(0,1fr);max-width:980px}.value-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.value-item{min-height:190px;padding:24px}.site-footer{justify-content:space-between;align-items:center;gap:24px;max-width:1380px;margin:0 auto;padding:76px 32px 34px;display:flex}.site-footer strong{font-size:18px;display:block}.site-footer a,.site-footer button{color:#111414;white-space:nowrap;background:#ffffffa3;border:1px solid #1114141f;border-radius:999px;align-items:center;min-height:38px;padding:0 14px;font-size:13px;font-weight:800;display:inline-flex}.site-auth-backdrop{z-index:80;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#1114147a;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.site-auth-dialog{color:#111414;background:#f8fbfaf0;border:1px solid #ffffff6b;border-radius:8px;width:min(430px,100%);padding:26px;box-shadow:0 32px 90px #11141447}.site-auth-dialog header span{color:#0f5f4d;text-transform:uppercase;font-size:12px;font-weight:900}.site-auth-dialog h2{letter-spacing:0;margin:8px 0 0;font-size:28px}.site-auth-form{gap:14px;margin-top:22px;display:grid}.site-auth-form label{gap:7px;display:grid}.site-auth-form label span{color:#46524d;font-size:13px;font-weight:800}.site-auth-form input{color:#111414;background:#fff;border:1px solid #11141421;border-radius:8px;outline:none;width:100%;min-height:44px;padding:0 12px}.site-auth-form input:focus{border-color:#0b8f6f8f;box-shadow:0 0 0 3px #0b8f6f1f}.site-auth-error{color:#a32424;margin:0;font-size:13px;font-weight:800}.site-auth-submit{color:#fff;background:#111414;border:1px solid #111414;width:100%}.site-auth-switch{color:#0d6f59;background:0 0;border:1px solid #0000;width:100%;margin-top:10px}@keyframes signalRise{0%{transform:scaleY(.18)}to{transform:scaleY(1)}}@keyframes ambientDrift{0%{transform:translate(0,0)scale(.92)}to{transform:translate(7vw,-5vh)scale(1.16)}}@keyframes heroSheen{0%,28%{background-position:160% 0,0 0,0 0}62%,to{background-position:-80% 0,0 0,0 0}}@media (prefers-reduced-motion:reduce){.landing-site [data-reveal],.hero-copy>*,.hero-image,.hero-card,.signal-bars i,.ambient-field span,.hero-visual:before{filter:none!important;opacity:1!important;transition:none!important;animation:none!important;transform:none!important}.motion-progress{display:none}}@media (width<=1280px){.workflow-section{grid-template-columns:1fr}.workflow-copy{position:static}.workflow-copy h2,.workflow-copy p{max-width:760px}}@media (width<=1120px){.site-nav{grid-template-columns:auto auto;grid-template-areas:"brand actions""links links"}.site-brand{grid-area:brand}.site-nav-actions{grid-area:actions}.site-nav-links{overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;grid-area:links;justify-content:flex-start;padding-top:2px;overflow-x:auto}.site-nav-links::-webkit-scrollbar{display:none}.site-nav-links a{background:#ffffff94;border:1px solid #11141414;flex:none}.hero-section{grid-template-columns:1fr;padding-top:52px}.hero-copy h1{max-width:840px;font-size:54px}.hero-visual{aspect-ratio:16/9;justify-self:stretch;max-width:none;height:auto}.ambient-field span{opacity:.16;width:56vw}.capability-grid,.value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-section,.section-head,.compact-head{grid-template-columns:1fr}.workflow-copy{position:static}}@media (width<=760px){.cinematic-skip{top:18px;right:18px}.cinematic-stage{width:min(100% - 32px,560px)}.cinematic-title{font-size:clamp(34px,10vw,56px);line-height:1.05}.cinematic-lead{margin-top:16px;font-size:15px}.cinematic-product{width:min(92vw,520px);margin-top:22px}.cinematic-chain{flex-wrap:wrap;justify-content:center;gap:8px}.cinematic-chain i{width:26px}.site-nav{gap:10px 12px;padding:12px 18px 10px}.site-brand{min-width:0}.site-brand-mark{width:38px;height:38px}.site-brand small{display:none}.site-nav-actions{gap:6px;min-width:0}.console-button{min-height:38px;padding:0 13px;font-size:13px}.login-button,.register-button{min-height:38px;padding:0 10px;font-size:13px}.site-nav-links{gap:7px;margin:0 -18px;padding:2px 18px 0}.site-nav-links a{min-height:34px;padding:0 12px;font-size:12px}.hero-section,.site-section,.workflow-section,.console-preview,.value-section{padding-left:18px;padding-right:18px}.workflow-copy,.workflow-steps{margin-left:6px}.hero-section{min-height:auto;padding-top:42px;padding-bottom:38px}.hero-copy h1{font-size:40px}.hero-lead{font-size:16px}.primary-link,.secondary-link{width:100%}.hero-visual{aspect-ratio:16/9}.ambient-field,.hero-card-main{display:none}.metric-strip,.capability-grid,.workflow-steps,.value-grid,.console-stat-row,.module-list{grid-template-columns:1fr}.metric-strip{padding:0 18px}.metric-tile{min-height:104px}.section-head h2,.workflow-copy h2,.console-topline h2,.compact-head h2{font-size:31px}.console-topline,.site-footer{flex-direction:column;align-items:flex-start}.console-board{grid-template-columns:1fr}.console-sidebar{display:none}.site-footer{padding-left:18px;padding-right:18px}}@media (width<=430px){.site-brand strong{font-size:14px}.hero-copy h1{font-size:34px}.hero-kicker{max-width:100%;font-size:12px}.site-nav{grid-template-columns:1fr;grid-template-areas:"brand""actions""links"}.site-nav-actions{flex-wrap:wrap;justify-content:flex-start;width:100%}.hero-visual{aspect-ratio:16/9}.hero-card-side{top:18px;left:18px;right:auto}.metric-tile{flex-direction:column;align-items:flex-start}.metric-tile span{text-align:left}}.ops-shell{--ops-ink:#101719;--ops-muted:#52615f;--ops-soft:#6f7f7c;--ops-line:#0d1f221a;--ops-line-strong:#0d1f2229;--ops-surface:#ffffffc7;--ops-surface-strong:#ffffffeb;--ops-teal:#0f8f7e;--ops-blue:#315a85;--ops-amber:#b68a35;--ops-red:#b73737;--ops-shadow:0 22px 58px #10191f1a;isolation:isolate;min-height:100vh;color:var(--ops-ink);background-color:#0000;background-image:linear-gradient(135deg,#fffffff5,#ecf4f1f0 48%,#f6f3eb),linear-gradient(#0f8f7e0a,#0000 42%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:auto;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;grid-template-columns:minmax(0,1fr);align-content:start;gap:18px;padding:18px;display:grid;position:relative;overflow-x:clip}.ops-topnav{z-index:30;border:1px solid var(--ops-line);min-width:0;box-shadow:var(--ops-shadow);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:linear-gradient(135deg,#ffffffdb,#f5faf8c2),linear-gradient(90deg,#0f8f7e12,#0000);border-radius:8px;gap:10px;padding:12px;display:grid;position:sticky;top:18px}.ops-topnav:after{content:"";background:linear-gradient(90deg,#0000,#0f8f7e94,#b68a356b,#0000);height:1px;position:absolute;bottom:-1px;left:16px;right:16px}.ops-topnav-primary{grid-template-columns:minmax(210px,.7fr) minmax(180px,.45fr) minmax(300px,1fr);align-items:center;gap:12px;min-width:0;display:grid}.ops-topnav .ops-brand{border-bottom:0;min-height:52px;padding:0}.ops-topnav .ops-brand-mark{width:40px;height:40px}.ops-topnav .brand-title{color:var(--ops-ink)}.ops-topnav .brand-subtitle{max-width:none;color:var(--ops-muted)}.ops-topnav-status{border:1px solid var(--ops-line);background:#ffffffa3;border-radius:8px;align-items:center;gap:9px;min-height:48px;padding:8px 12px;display:flex}.ops-topnav-status>span{background:#25cda8;border-radius:999px;flex:none;width:8px;height:8px;box-shadow:0 0 0 6px #25cda81f,0 0 16px #25cda8a8}.ops-topnav-status div{gap:2px;min-width:0;display:grid}.ops-topnav-status strong{color:var(--ops-ink);font-size:13px;line-height:1.2}.ops-topnav-status small{color:var(--ops-muted);font-size:12px;font-weight:720}.ops-topnav-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.ops-topnav-menu{scrollbar-width:thin;scrollbar-color:#0f8f7e4d transparent;align-items:stretch;gap:8px;min-width:0;padding:8px 2px 2px;display:flex;overflow-x:auto}.ops-topnav-group{border:1px solid var(--ops-line);background:#ffffff7a;border-radius:8px;flex:none;align-items:center;gap:6px;min-height:44px;padding:4px;display:flex}.ops-topnav-group>span{color:var(--ops-soft);letter-spacing:.08em;white-space:nowrap;padding:0 8px;font-size:11px;font-weight:880}.ops-topnav-item{color:#40504e;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:7px;min-height:34px;padding:0 12px;font-weight:780;transition:transform .16s,color .16s,border-color .16s,background .16s,box-shadow .16s;display:inline-flex;position:relative;overflow:hidden}.ops-topnav-item:before{content:"";background:linear-gradient(100deg,#0000,#ffffff3d,#0000);transition:transform .42s;position:absolute;inset:0;transform:translate(-110%)}.ops-topnav-item svg,.ops-topnav-item strong{z-index:1;position:relative}.ops-topnav-item:hover,.ops-topnav-item.active{color:#fafffd;background:linear-gradient(135deg, var(--ops-teal), #101719);border-color:#0f8f7e4d;transform:translateY(-1px);box-shadow:0 12px 24px #0f8f7e29}.ops-topnav-item:hover:before,.ops-topnav-item.active:before{transform:translate(110%)}.ops-backdrop{background:linear-gradient(112deg,#0000 0 28%,#ffffff80 43%,#0000 58%),linear-gradient(#0d1f2214,#0000 34%)}.ops-backdrop:before{opacity:.76;background:linear-gradient(90deg,#0000,#0f8f7e1f,#0000),linear-gradient(#0000,#315a851a)}.ops-shell .console-light{aspect-ratio:auto;filter:blur(1px);opacity:.48;transform-origin:50%;border-radius:0;width:46vw;height:1px;animation:12s ease-in-out infinite alternate opsLineDrift}.ops-shell .console-light-a{background:linear-gradient(90deg,#0000,#0f8f7e85,#0000);top:20vh;left:-10vw;transform:rotate(-12deg)}.ops-shell .console-light-b{background:linear-gradient(90deg,#0000,#315a8566,#0000);top:13vh;right:-8vw;transform:rotate(9deg)}.ops-shell .console-light-c{background:linear-gradient(90deg,#0000,#b68a355c,#0000);bottom:16vh;right:8vw;transform:rotate(-6deg)}.ops-scanline{display:none}.ops-rail{color:#f4fbf8;background:linear-gradient(#ffffff1a,#0000),linear-gradient(142deg,#071012,#101b1d 48%,#131827);border:1px solid #ffffff21;border-radius:8px;flex-direction:column;height:calc(100vh - 36px);min-height:640px;padding:14px;display:flex;position:sticky;top:18px;overflow:hidden;box-shadow:0 26px 70px #0710123d}.ops-rail:before{content:"";pointer-events:none;background:linear-gradient(90deg,#ffffff0f 1px,#0000 1px) 0 0/34px 34px,linear-gradient(#ffffff0d 1px,#0000 1px) 0 0/34px 34px,linear-gradient(135deg,#0f8f7e33,#0000 42%);position:absolute;inset:0}.ops-rail>*{z-index:1;position:relative}.ops-brand{border-bottom:1px solid #ffffff1f;min-height:66px;padding:6px 6px 16px}.ops-brand-mark{color:#f2fffb;background:linear-gradient(135deg,#0f8f7ef2,#315a85bd);border:1px solid #fff3;width:44px;height:44px;box-shadow:0 18px 38px #0f8f7e42}.ops-shell .brand-title{letter-spacing:0;font-size:18px}.ops-shell .brand-subtitle{color:#eaf8f4a8;letter-spacing:0;max-width:180px;font-size:12px;font-weight:760}.ops-status-card{background:linear-gradient(135deg,#0f8f7e2e,#ffffff0d);border:1px solid #68e8cb2e;align-items:center;min-height:62px;margin:14px 0 6px;padding:11px 12px}.ops-status-card span{background:#39e3bd;border-radius:999px;width:8px;height:8px;box-shadow:0 0 0 6px #39e3bd21,0 0 18px #39e3bdc7}.ops-status-card div{gap:3px;min-width:0;display:grid}.ops-status-card strong{letter-spacing:0;font-size:13px}.ops-status-card small{color:#eaf8f494;font-size:12px;font-weight:720}.ops-nav{scrollbar-width:thin;scrollbar-color:#ffffff2e transparent;flex:1;gap:15px;padding:16px 0}.ops-nav-block{gap:7px;display:grid}.ops-shell .nav-section{color:#eaf8f47a;letter-spacing:.1em;padding:0 9px 2px;font-size:11px;font-weight:860}.ops-nav-item{color:#eef7f4bf;background:#ffffff0a;border-color:#ffffff14;gap:10px;height:44px;padding:0 10px;transition:transform .18s,color .18s,border-color .18s,background .18s,box-shadow .18s;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0d}.ops-nav-icon{width:28px;height:28px;color:inherit;background:#ffffff12;border-radius:7px;place-items:center;display:grid}.ops-nav-item:before{content:"";background:linear-gradient(90deg,#0000,#ffffff24,#0000);transition:transform .46s;position:absolute;inset:0;transform:translate(-115%)}.ops-nav-item:hover,.ops-nav-item.active{color:#fff;background:linear-gradient(135deg,#0f8f7e85,#ffffff14);border-color:#68e8cb42;transform:translate(3px);box-shadow:0 14px 32px #07101233}.ops-nav-item:hover:before,.ops-nav-item.active:before{transform:translate(115%)}.ops-rail-footer{background:linear-gradient(135deg,#ffffff14,#ffffff0a);border-color:#ffffff1f;min-height:76px}.ops-rail-footer .sidebar-footer-title{color:#ffffffeb}.ops-rail-footer .sidebar-footer-text{color:#eaf8f49e}.ops-main{min-width:0;padding:0}.ops-commandbar{z-index:10;border:1px solid var(--ops-line);min-height:98px;box-shadow:var(--ops-shadow);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:linear-gradient(135deg,#ffffffd6,#f6faf8bd),linear-gradient(90deg,#0f8f7e14,#0000);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin:0 0 18px;padding:18px 20px;display:grid;position:relative}.ops-commandbar:after{content:"";background:linear-gradient(90deg,#0000,#0f8f7e94,#b68a3573,#0000);height:1px;position:absolute;bottom:-1px;left:18px;right:18px}.ops-command-copy{min-width:0}.ops-commandbar h1{color:var(--ops-ink);letter-spacing:0;margin:0;font-size:34px;line-height:1.04}.ops-commandbar p{max-width:760px;color:var(--ops-muted);margin:8px 0 0;font-size:14px;line-height:1.6}.ops-shell .topbar-kicker{color:var(--ops-teal);letter-spacing:.12em;margin-bottom:8px;font-size:11px;font-weight:900}.ops-command-actions{justify-content:flex-end}.ops-command-chip{border:1px solid var(--ops-line);max-width:220px;min-height:34px;color:var(--ops-ink);text-overflow:ellipsis;white-space:nowrap;background:#ffffffb3;border-radius:999px;align-items:center;padding:0 11px;font-size:13px;font-weight:760;display:inline-flex;overflow:hidden;box-shadow:inset 0 1px #ffffffb8}.ops-topnav .brand-subtitle{color:var(--ops-muted)}.ops-workspace{background:linear-gradient(#ffffff85,#f1f7f56b),linear-gradient(90deg,#0d1f220a 1px,#0000 1px) 0 0/48px 48px,linear-gradient(#0d1f2208 1px,#0000 1px) 0 0/48px 48px;border:1px solid #0d1f2214;border-radius:8px;min-width:0;padding:16px;position:relative;box-shadow:inset 0 1px #ffffffb8}.ops-workspace-head{border:1px solid var(--ops-line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffad;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:72px;margin-bottom:16px;padding:14px 16px;display:grid;box-shadow:0 14px 36px #10191f0f}.ops-workspace-title{gap:5px;display:grid}.ops-workspace-title span,.ops-eyebrow,.ops-panel-kicker{color:var(--ops-teal);letter-spacing:.12em;font-size:11px;font-weight:920}.ops-workspace-title strong{color:var(--ops-ink);font-size:18px;line-height:1.25}.ops-workspace-stats{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.ops-stat-chip{border:1px solid var(--ops-line);background:linear-gradient(#ffffffc2,#ffffff6b);border-radius:8px;gap:3px;min-width:118px;min-height:44px;padding:8px 10px;display:grid}.ops-stat-chip span{color:var(--ops-soft);font-size:11px;font-weight:760}.ops-stat-chip strong{min-width:0;color:var(--ops-ink);text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.ops-view{gap:16px;animation:.56s cubic-bezier(.16,1,.3,1) both opsReveal;display:grid}.ops-view.stacked{gap:16px}.ops-command-surface,.ops-workbench,.ops-data-board,.ops-kpi-card,.ops-settings-grid .panel,.ops-shell .modal,.ops-shell .drawer,.ops-shell .qr-dialog,.ops-shell .detail-summary>div,.ops-shell .detail-toolbar,.ops-shell .detail-note,.ops-shell .user-detail-head{border:1px solid var(--ops-line);background:linear-gradient(180deg, var(--ops-surface-strong), var(--ops-surface)), linear-gradient(135deg, #0f8f7e12, transparent 46%);box-shadow:var(--ops-shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:8px}.ops-command-surface{grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:18px;min-height:310px;padding:20px;display:grid;overflow:hidden}.ops-focus-copy{color:#f6fffc;background:linear-gradient(135deg,#071012f0,#101e20 54%,#233744),linear-gradient(90deg,#0f8f7e38,#0000);border:1px solid #ffffff7a;border-radius:8px;align-content:space-between;gap:20px;min-height:270px;padding:18px;display:grid;position:relative;overflow:hidden}.ops-focus-copy:before{content:"";opacity:.72;background-color:#0000;background-image:linear-gradient(90deg,#ffffff12 1px,#0000 1px),linear-gradient(#ffffff0d 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:36px 36px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.ops-focus-copy>*{z-index:1;position:relative}.ops-focus-copy h2{color:#f7fffc;letter-spacing:0;max-width:700px;margin:9px 0 0;font-size:32px;line-height:1.12}.ops-focus-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.ops-focus-metrics div{background:#ffffff12;border:1px solid #ffffff1f;border-radius:8px;align-content:center;gap:8px;min-height:92px;padding:14px;display:grid}.ops-focus-metrics span,.ops-flow-node span{color:#eaf8f4a8;font-size:12px;font-weight:760}.ops-focus-metrics strong{color:#fff;font-size:29px;line-height:1}.ops-flow-panel{grid-template-columns:repeat(2,minmax(0,1fr));align-content:stretch;gap:12px;display:grid;position:relative}.ops-flow-panel:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#0f8f7e75,#b68a3557,#0000);height:1px;position:absolute;top:50%;left:14%;right:14%}.ops-flow-node{border:1px solid var(--ops-line);min-height:130px;animation:.54s cubic-bezier(.16,1,.3,1) both opsReveal;animation-delay:calc(var(--node-index,0) * 80ms);background:linear-gradient(#ffffffe0,#f7fbf9ad);border-radius:8px;align-items:center;gap:12px;padding:14px;display:flex;position:relative;box-shadow:0 16px 34px #10191f12}.ops-flow-icon{width:42px;height:42px;color:var(--ops-teal);background:#e6f9f4bd;border:1px solid #0f8f7e29;border-radius:8px;flex:none;place-items:center;display:grid}.ops-flow-node div:last-child{gap:6px;min-width:0;display:grid}.ops-flow-node span{color:var(--ops-muted)}.ops-flow-node strong{color:var(--ops-ink);font-size:28px;line-height:1}.ops-flow-node small{color:var(--ops-soft);font-size:12px;line-height:1.4}.ops-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0}.ops-kpi-card{min-height:116px;animation:.52s cubic-bezier(.16,1,.3,1) both opsReveal;animation-delay:calc(var(--metric-index,0) * 42ms);align-items:flex-end;padding:16px;position:relative;overflow:hidden}.ops-kpi-card:before{content:"";pointer-events:none;background:linear-gradient(135deg,#0f8f7e21,#0000 42%),linear-gradient(#ffffff7a,#0000);position:absolute;inset:0}.ops-kpi-card:after{content:"";background:linear-gradient(90deg, var(--ops-teal), var(--ops-amber), var(--ops-blue));height:3px;position:absolute;bottom:0;left:14px;right:14px}.ops-kpi-card>*{z-index:1;position:relative}.ops-shell .metric-icon{width:42px;height:42px;color:var(--ops-teal);background:#e6f9f4c2;border:1px solid #0f8f7e29}.ops-shell .metric-label{color:var(--ops-muted);letter-spacing:.08em;font-size:12px;font-weight:820}.ops-shell .metric-value{color:var(--ops-ink);letter-spacing:0;margin-top:8px;font-size:32px;line-height:1}.ops-grid-two{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ops-workbench{justify-content:space-between;align-items:center;gap:18px;min-height:94px;padding:18px;display:flex}.ops-workbench-grid{grid-template-columns:minmax(0,.36fr) minmax(0,.64fr);display:grid}.ops-workbench h2{color:var(--ops-ink);letter-spacing:0;margin:7px 0 0;font-size:24px;line-height:1.2}.ops-workbench-actions,.ops-toolbar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex}.ops-toolbar{width:100%}.ops-data-board{min-width:0;overflow:hidden}.ops-panel-header{border-bottom-color:var(--ops-line);background:linear-gradient(90deg,#ffffffc7,#ecf8f485);min-height:70px;padding:16px 18px}.ops-panel-header>div{min-width:0}.ops-panel-header h2{color:var(--ops-ink);letter-spacing:0;margin:5px 0 0;font-size:17px;line-height:1.3}.ops-status-filters{border-bottom-color:var(--ops-line);background:#f7fbf9b8;padding:12px 18px}.ops-shell .table-wrap,.ops-shell .mini-table-wrap{background:linear-gradient(#ffffff80,#f9fcfb8f)}.ops-shell table{border-collapse:separate;border-spacing:0}.ops-shell th,.ops-shell td{border-bottom-color:#0d1f2212}.ops-shell th{color:#50605e;letter-spacing:.05em;background:#f4f9f7eb;font-size:12px;font-weight:860}.ops-shell td{color:#22302f}.ops-shell tbody tr{transition:background .16s,box-shadow .16s}.ops-shell tbody tr:hover{box-shadow:inset 3px 0 0 var(--ops-teal);background:#ffffffc7}.ops-shell .cell-title{color:#101719;font-weight:790}.ops-shell .cell-sub{color:var(--ops-muted)}.ops-shell .empty-cell{color:var(--ops-soft)}.ops-shell .button{color:#fafffd;background:linear-gradient(135deg, var(--ops-teal), #101719);border:1px solid #0d1f221c;border-radius:8px;min-height:38px;transition:transform .16s,border-color .16s,background .16s,box-shadow .16s,color .16s;position:relative;overflow:hidden;box-shadow:0 12px 24px #0f8f7e29}.ops-shell .button:after{content:"";background:linear-gradient(100deg,#0000,#ffffff3d,#0000);transition:transform .42s;position:absolute;inset:0;transform:translate(-110%)}.ops-shell .button:hover{background:linear-gradient(135deg,#12a891,#101719);border-color:#0f8f7e57;transform:translateY(-1px);box-shadow:0 16px 32px #0f8f7e38}.ops-shell .button:hover:after{transform:translate(110%)}.ops-shell .button>*{z-index:1;position:relative}.ops-shell .button.secondary{color:var(--ops-ink);border-color:var(--ops-line);background:#fffc;box-shadow:0 10px 24px #10191f12,inset 0 1px #ffffffc2}.ops-shell .button.secondary:hover{color:#0b7468;background:#fffffff0;border-color:#0f8f7e47}.ops-shell .button.danger{color:#fff;background:linear-gradient(135deg,#b73737,#4e1717);border-color:#b7373757;box-shadow:0 12px 24px #b7373729}.ops-shell .button.danger:hover{background:linear-gradient(135deg,#c94444,#4e1717);border-color:#b7373780}.ops-shell .button.small{min-height:30px;padding:0 9px;font-size:12px}.ops-shell .icon-button{border-color:var(--ops-line);color:#273533;background:#fffc;box-shadow:inset 0 1px #ffffffb8}.ops-shell .segmented{border-color:var(--ops-line);background:#ebf2f0c2;min-height:38px;padding:3px}.ops-shell .segment{color:#52625f;min-height:30px;font-weight:780;transition:color .16s,background .16s,box-shadow .16s}.ops-shell .segment:hover,.ops-shell .segment.active{color:#0b7468;background:#ffffffe0;box-shadow:0 8px 18px #10191f12}.ops-shell .input,.ops-shell .select,.ops-shell .textarea,.ops-shell .color-input{border-color:var(--ops-line);color:var(--ops-ink);background:#fffc;border-radius:8px;box-shadow:inset 0 1px #ffffffc7}.ops-shell .select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%2352615f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:18px 18px;padding-right:38px}.ops-shell .select:disabled,.ops-shell .input:disabled{color:#879390;cursor:not-allowed;background-color:#eff5f3d1}.ops-shell .input::placeholder,.ops-shell .textarea::placeholder{color:#899592}.ops-shell .input:focus,.ops-shell .select:focus,.ops-shell .textarea:focus{border-color:#0f8f7e6b;box-shadow:0 0 0 4px #0f8f7e1f,inset 0 1px #ffffffc7}.ops-shell .compact{width:230px}.study-workspace-tabs{width:fit-content;max-width:100%}.user-expanded-row>td{background:#f7fbf9c2}.user-expanded-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;min-width:0;display:grid}.user-expanded-grid>div{border:1px solid var(--ops-line);background:#ffffffc7;border-radius:8px;gap:5px;min-width:0;padding:11px;display:grid}.user-expanded-grid span{color:var(--ops-muted);font-size:12px;font-weight:800}.user-expanded-grid strong,.user-expanded-grid small{overflow-wrap:anywhere;min-width:0}.user-expanded-grid strong{color:var(--ops-ink);font-size:13px}.user-expanded-grid small{color:var(--ops-muted);font-size:12px}.ops-shell .search-field svg{color:#6c7a78}.ops-shell .field span{color:#40504e}.ops-shell .checkbox-field{background:#f7fbf9c2}.ops-shell .checkbox-field input[type=checkbox]{appearance:none;cursor:pointer;background:#dde5e2eb;border:1px solid #0d1f221f;border-radius:999px;flex:none;width:46px;height:26px;transition:background .16s,border-color .16s,box-shadow .16s;position:relative}.ops-shell .checkbox-field input[type=checkbox]:before{content:"";background:#fff;border-radius:999px;width:18px;height:18px;transition:transform .18s;position:absolute;top:3px;left:3px;box-shadow:0 5px 12px #10191f2e}.ops-shell .checkbox-field input[type=checkbox]:checked{background:linear-gradient(135deg, var(--ops-teal), #315a85);border-color:#0f8f7e75;box-shadow:0 8px 18px #0f8f7e2e}.ops-shell .checkbox-field input[type=checkbox]:checked:before{transform:translate(20px)}.ops-shell .checkbox-field input[type=checkbox]:focus-visible,.ops-shell .checkbox-option input[type=checkbox]:focus-visible{outline:none;box-shadow:0 0 0 4px #0f8f7e24}.ops-shell .checkbox-group-field{border:1px solid var(--ops-line);background:#f7fbf9c7;border-radius:8px;align-items:stretch;gap:12px;padding:14px}.checkbox-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;min-width:0;display:grid}.checkbox-option{cursor:pointer;background:#ffffffbd;border:1px solid #0d1f2214;border-radius:8px;align-items:center;gap:10px;min-width:0;min-height:58px;padding:10px;transition:border-color .16s,background .16s,box-shadow .16s;display:flex}.checkbox-option:hover{background:#fffffff0;border-color:#0f8f7e47;box-shadow:0 10px 24px #10191f12}.ops-shell .checkbox-option input[type=checkbox]{appearance:none;cursor:pointer;background:#fff;border:1px solid #0d1f2229;border-radius:6px;flex:none;width:20px;height:20px;transition:background .16s,border-color .16s,box-shadow .16s;position:relative}.ops-shell .checkbox-option input[type=checkbox]:after{content:"";opacity:0;border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;transition:opacity .16s,transform .16s;position:absolute;top:3px;left:6px;transform:rotate(45deg)scale(.8)}.ops-shell .checkbox-option input[type=checkbox]:checked{background:var(--ops-teal);border-color:#0f8f7e85;box-shadow:0 7px 16px #0f8f7e2e}.ops-shell .checkbox-option input[type=checkbox]:checked:after{opacity:1;transform:rotate(45deg)scale(1)}.ops-shell input[type=file].input{cursor:pointer;min-height:44px;padding:6px}.ops-shell input[type=file].input::file-selector-button{color:#0b7468;cursor:pointer;background:#e5f8f3e0;border:1px solid #0f8f7e2e;border-radius:7px;min-height:30px;margin-right:10px;padding:0 12px;font-weight:820;transition:background .16s,border-color .16s,color .16s}.ops-shell input[type=file].input::file-selector-button:hover{color:#fff;background:var(--ops-teal);border-color:#0f8f7e57}.checkbox-option>span{gap:2px;min-width:0;display:grid}.checkbox-option strong{color:var(--ops-ink);font-size:13px;line-height:1.2}.checkbox-option small{color:var(--ops-muted);font-size:11px;font-weight:760}.ops-shell .status-badge{border:1px solid #0d1f220f;box-shadow:inset 0 1px #fff9}.ops-shell .status-badge.ok{color:#075f48;background:#ddf8efeb}.ops-shell .status-badge.warn{color:#7a520f;background:#fff2d4f0}.ops-shell .status-badge.danger{color:#9c2626;background:#ffe8e8eb}.ops-shell .status-badge.neutral{color:#465452;background:#ebf0efeb}.ops-readonly-note{min-height:30px;color:var(--ops-muted);background:#f4f9f7db;border:1px solid #0d1f2214;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:820;display:inline-flex}.ops-logout-button:hover{color:#9c2626;border-color:#b737373d}.ops-shell .product-thumb,.ops-shell .admin-avatar,.ops-shell .swatch{border-color:var(--ops-line)}.ops-settings-grid{grid-template-columns:minmax(0,1fr) minmax(340px,.8fr);gap:16px}.ops-settings-grid .panel{padding:18px}.ops-settings-grid .panel-header{margin:-18px -18px 18px}.ops-access-grid{grid-template-columns:minmax(320px,.36fr) minmax(0,.64fr);gap:16px;min-width:0;display:grid}.ops-access-identity,.ops-role-card,.ops-permission-group{border:1px solid var(--ops-line);background:linear-gradient(145deg,#ffffffdb,#f1f9f6bd),radial-gradient(circle at 12% 12%,#0f8f7e29,#0000 30%);border-radius:8px;min-width:0;position:relative;overflow:hidden;box-shadow:0 18px 44px #10191f14,inset 0 1px #ffffffc2}.ops-access-identity{align-content:space-between;gap:24px;min-height:520px;padding:22px;display:grid}.ops-access-orbit{aspect-ratio:1;background:radial-gradient(circle,#0f8f7e33,#0000 58%),linear-gradient(135deg,#ffffffbd,#ecf8f45c);border-radius:999px;place-items:center;width:min(260px,70vw);margin:12px auto;display:grid;position:relative}.ops-access-orbit span{border-radius:inherit;border:1px solid #0f8f7e3d;animation:9s linear infinite opsOrbit;position:absolute;inset:18px}.ops-access-orbit span:nth-child(2){border-color:#b68a3542;animation-duration:13s;animation-direction:reverse;inset:46px}.ops-access-orbit svg{z-index:1;color:#0b7468;filter:drop-shadow(0 16px 24px #0f8f7e38);position:relative}.ops-access-identity h2{color:var(--ops-ink);letter-spacing:0;margin:7px 0 8px;font-size:30px;line-height:1.1}.ops-access-identity p{color:var(--ops-muted);margin:0;font-size:14px;line-height:1.7}.ops-access-facts{gap:10px;display:grid}.ops-access-facts>div{background:#ffffffbd;border:1px solid #0d1f2212;border-radius:8px;justify-content:space-between;gap:12px;padding:12px;display:flex}.ops-access-facts span,.ops-permission-row span{color:var(--ops-muted);font-size:12px;font-weight:760}.ops-access-facts strong,.ops-permission-row strong{color:var(--ops-ink);font-size:13px;font-weight:880}.ops-role-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px;display:grid}.ops-role-card{min-height:170px;padding:14px}.ops-role-card.active{box-shadow:0 20px 42px #0f8f7e24, inset 3px 0 0 var(--ops-teal);border-color:#0f8f7e57}.ops-role-card-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.ops-role-card-head strong{color:var(--ops-ink);font-size:15px;line-height:1.2}.ops-role-card p{min-height:42px;color:var(--ops-muted);margin:10px 0 12px;font-size:12px;line-height:1.6}.ops-role-permissions{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.ops-role-permissions span{color:#38514d;background:#ffffffbd;border:1px solid #0d1f2212;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:780}.ops-permission-matrix{margin-top:16px}.ops-permission-groups{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px;display:grid}.ops-permission-group{padding:14px}.ops-permission-group h3{color:var(--ops-ink);margin:0 0 12px;font-size:14px;line-height:1.2}.ops-permission-list{gap:8px;display:grid}.ops-permission-row{background:#ffffffb3;border:1px solid #0d1f2212;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;min-height:38px;padding:9px 10px;display:flex}.ops-permission-row.active{background:#dff8f1c2;border-color:#0f8f7e3d}.ops-permission-row.active strong{color:#0b7468}.ops-shell .settings-facts{margin-top:0}.ops-shell .settings-facts>div{border-color:var(--ops-line);background:#ffffffb8}.ops-shell .modal-backdrop,.ops-shell .drawer-backdrop,.ops-shell .qr-backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#071012a8,#10191f)}.ops-shell .modal,.ops-shell .qr-dialog{background:linear-gradient(#fffffff0,#f6fbf9e6);border-color:#ffffff3d;width:min(900px,100%)}.ops-shell .drawer{background:linear-gradient(#fffffff0,#f6fbf9e6);border-color:#ffffff3d;width:min(1060px,100vw - 28px);height:calc(100vh - 28px);margin:14px}.ops-shell .modal-header,.ops-shell .drawer-header,.ops-shell .qr-dialog-header{border-bottom-color:var(--ops-line);background:#ffffffa3}.ops-shell .drawer-body,.ops-shell .modal-form,.ops-shell .qr-dialog-body{background-color:#0000;background-image:linear-gradient(90deg,#0d1f220a 1px,#0000 1px),linear-gradient(#0d1f2208 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:48px 48px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.ops-shell .detail-summary{gap:10px}.ops-shell .detail-section h3{color:var(--ops-ink);font-size:15px;font-weight:860}.ops-shell .mini-table{border-color:var(--ops-line);background:#ffffff94}@keyframes opsReveal{0%{opacity:0;filter:blur(8px);transform:translateY(16px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes opsScan{0%{opacity:0;transform:translateY(-100%)}18%{opacity:.55}44%{opacity:0}to{opacity:0;transform:translateY(100%)}}@keyframes opsLineDrift{0%{opacity:.28}to{opacity:.58}}@keyframes opsOrbit{0%{transform:rotate(0)scale(1)}50%{transform:rotate(180deg)scale(1.04)}to{transform:rotate(360deg)scale(1)}}@media (width<=1320px){.ops-shell{grid-template-columns:minmax(0,1fr)}.ops-topnav-primary{grid-template-columns:minmax(220px,.6fr) minmax(0,1fr)}.ops-topnav-status{display:none}.ops-command-surface,.ops-workbench-grid,.ops-access-grid{grid-template-columns:1fr}.ops-access-identity{min-height:0}.ops-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ops-workbench-actions,.ops-toolbar{justify-content:flex-start}}@media (width<=1060px){.ops-shell{grid-template-columns:1fr;padding:12px}.ops-topnav{position:relative;top:auto}.ops-commandbar{grid-template-columns:1fr;position:relative;top:auto}.ops-command-actions{justify-content:flex-start}.ops-workspace-head{grid-template-columns:1fr}.ops-workspace-stats{justify-content:flex-start}.ops-grid-two,.ops-settings-grid{grid-template-columns:1fr}.ops-role-grid,.ops-permission-groups,.checkbox-grid,.ops-shell .detail-summary,.ops-shell .detail-section.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.ops-shell{gap:10px;padding:8px}.ops-commandbar,.ops-topnav,.ops-workspace,.ops-workspace-head,.ops-workbench,.ops-command-surface{padding:14px}.ops-commandbar h1{font-size:28px}.ops-commandbar p{font-size:13px}.ops-flow-panel,.ops-kpi-grid,.ops-focus-metrics,.ops-role-grid,.ops-permission-groups,.checkbox-grid,.ops-shell .detail-summary,.ops-shell .detail-section.two-col{grid-template-columns:1fr}.ops-topnav-primary{grid-template-columns:1fr;gap:10px}.ops-topnav .ops-brand-mark{width:34px;height:34px}.ops-shell .brand-title{font-size:15px}.ops-shell .brand-subtitle{font-size:11px}.ops-topnav-actions{justify-content:flex-start}.ops-topnav-menu{padding-top:2px}.ops-command-surface{min-height:0}.ops-focus-copy{min-height:240px}.ops-access-orbit{width:min(210px,72vw)}.ops-focus-copy h2{font-size:26px}.ops-workbench{flex-direction:column;align-items:flex-start}.ops-workbench h2{font-size:22px}.ops-toolbar,.ops-workbench-actions,.ops-command-actions,.ops-shell .compact,.ops-shell .search-field,.ops-shell .select{width:100%}.ops-stat-chip{min-width:calc(50% - 4px)}.ops-shell .drawer{width:100vw;height:100vh;margin:0}}@media (width<=460px){.ops-commandbar h1{font-size:24px}.ops-focus-copy h2{font-size:23px}.ops-focus-metrics strong,.ops-shell .metric-value,.ops-flow-node strong{font-size:26px}.ops-stat-chip{min-width:100%}.ops-topnav-group{min-height:40px}.ops-topnav-group>span{display:none}.ops-topnav-item{min-height:32px;padding:0 10px;font-size:13px}.ops-shell .button{width:100%}.ops-shell .action-group .button,.ops-shell .topbar-actions .button,.ops-shell .panel-actions .button,.ops-shell .detail-toolbar .button,.ops-shell .form-actions .button{width:auto}}
