@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--color-bg-primary:#0a0b0f;--color-bg-secondary:#12131a;--color-bg-tertiary:#1a1b25;--color-bg-elevated:#1e1f2b;--color-bg-hover:#252636;--color-surface:#16171f;--color-surface-hover:#1c1d27;--color-surface-active:#22232f;--color-text-primary:#f0f0f5;--color-text-secondary:#9da3b4;--color-text-tertiary:#6b7280;--color-text-muted:#4b5563;--color-accent:#6366f1;--color-accent-light:#818cf8;--color-accent-dark:#4f46e5;--color-accent-ghost:#6366f11a;--color-accent-border:#6366f140;--color-brand:#ff6b35;--color-brand-hover:#e55a27;--color-brand-ghost:#ff6b351a;--color-brand-border:#ff6b3540;--color-success:#22c55e;--color-success-ghost:#22c55e1a;--color-success-border:#22c55e40;--color-warning:#f59e0b;--color-warning-ghost:#f59e0b1a;--color-warning-border:#f59e0b40;--color-error:#ef4444;--color-error-ghost:#ef44441a;--color-error-border:#ef444440;--color-info:#3b82f6;--color-info-ghost:#3b82f61a;--color-info-border:#3b82f640;--color-alert-warning-bg:#f59e0b0f;--color-alert-warning-border:#f59e0b33;--color-alert-warning-text:#fbbf24;--color-alert-error-bg:#ef44440f;--color-alert-error-border:#ef444433;--color-alert-error-text:#f87171;--color-alert-info-bg:#3b82f60f;--color-alert-info-border:#3b82f633;--color-alert-info-text:#60a5fa;--color-alert-success-bg:#22c55e0f;--color-alert-success-border:#22c55e33;--color-alert-success-text:#4ade80;--color-sidebar-bg:var(--color-bg-secondary);--color-sidebar-text:var(--color-text-secondary);--color-sidebar-active-bg:var(--color-accent-ghost);--color-sidebar-active-text:var(--color-accent-light);--color-header-bg:var(--color-bg-secondary);--color-header-text:var(--color-text-primary);--color-toggle-bg:#374151;--color-toggle-knob:#f9fafb;--color-button-primary:var(--color-brand);--color-button-primary-hover:var(--color-brand-hover);--color-button-primary-text:#fff;--color-border:#ffffff0f;--color-border-strong:#ffffff3d;--color-border-hover:#ffffff1f;--color-border-active:#ffffff2e;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 8px 24px #00000080;--shadow-glow:0 0 20px #6366f126;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-normal:.25s cubic-bezier(.4, 0, .2, 1);--transition-slow:.35s cubic-bezier(.4, 0, .2, 1);--sidebar-width:260px;--sidebar-collapsed:64px;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.theme-light{--color-bg-primary:#f8fafc;--color-bg-secondary:#fff;--color-bg-tertiary:#f1f5f9;--color-bg-elevated:#fff;--color-bg-hover:#f1f5f9;--color-surface:#fff;--color-surface-hover:#f8fafc;--color-surface-active:#f1f5f9;--color-text-primary:#0f172a;--color-text-secondary:#475569;--color-text-tertiary:#64748b;--color-text-muted:#94a3b8;--color-accent:#6366f1;--color-accent-light:#4f46e5;--color-accent-dark:#3730a3;--color-accent-ghost:#6366f10f;--color-accent-border:#6366f126;--color-success:#16a34a;--color-success-ghost:#16a34a14;--color-success-border:#16a34a33;--color-warning:#d97706;--color-warning-ghost:#d9770614;--color-warning-border:#d9770633;--color-error:#dc2626;--color-error-ghost:#dc262614;--color-error-border:#dc262633;--color-info:#2563eb;--color-info-ghost:#2563eb14;--color-info-border:#2563eb33;--color-alert-warning-bg:#fffbeb;--color-alert-warning-border:#fde68a;--color-alert-warning-text:#92400e;--color-alert-error-bg:#fef2f2;--color-alert-error-border:#fecaca;--color-alert-error-text:#991b1b;--color-alert-info-bg:#eff6ff;--color-alert-info-border:#bfdbfe;--color-alert-info-text:#1e40af;--color-alert-success-bg:#f0fdf4;--color-alert-success-border:#bbf7d0;--color-alert-success-text:#166534;--color-sidebar-bg:#fff;--color-sidebar-text:#475569;--color-sidebar-active-bg:#6366f10f;--color-sidebar-active-text:#4f46e5;--color-header-bg:#fff;--color-header-text:#0f172a;--color-toggle-bg:#e2e8f0;--color-toggle-knob:#fff;--color-button-primary:var(--color-brand);--color-button-primary-hover:var(--color-brand-hover);--color-button-primary-text:#fff;--color-border:#e2e8f0;--color-border-strong:#94a3b8;--color-border-hover:#cbd5e1;--color-border-active:#94a3b8;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000a;--shadow-glow:0 0 0 0 transparent}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px}body{font-family:var(--font-sans);background:var(--color-bg-primary);color:var(--color-text-primary);min-height:100vh;line-height:1.6}a{color:var(--color-accent-light);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-accent)}.layout-shell{min-height:100vh;display:flex}.layout-sidebar{width:var(--sidebar-width);background:var(--color-sidebar-bg);border-right:1px solid var(--color-border);z-index:50;transition:width var(--transition-normal);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}.layout-main{margin-left:var(--sidebar-width);flex-direction:column;flex:1;min-height:100vh;display:flex}.layout-header{background:var(--color-header-bg);border-bottom:1px solid var(--color-border);z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);align-items:center;height:56px;padding:0 24px;display:flex;position:sticky;top:0}.layout-content{flex:1;width:100%;max-width:1400px;padding:24px}.sidebar-brand{border-bottom:1px solid var(--color-border);align-items:center;gap:10px;height:56px;padding:0 20px;display:flex}.sidebar-brand-icon{background:linear-gradient(135deg, var(--color-accent), #a855f7);border-radius:var(--radius-md);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:800;display:flex}.sidebar-brand-text{color:var(--color-text-primary);letter-spacing:-.02em;font-size:15px;font-weight:700}.sidebar-brand-badge{color:var(--color-accent-light);background:var(--color-accent-ghost);border-radius:var(--radius-full);border:1px solid var(--color-accent-border);padding:2px 6px;font-size:11px;font-weight:600}.sidebar-nav{flex:1;padding:12px 8px;overflow-y:auto}.sidebar-section{margin-bottom:8px}.sidebar-section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-tertiary);padding:8px 12px 4px;font-size:11px;font-weight:600}.sidebar-link{border-radius:var(--radius-md);color:var(--color-text-secondary);transition:all var(--transition-fast);cursor:pointer;align-items:center;gap:10px;padding:8px 12px;font-size:14px;font-weight:500;text-decoration:none;display:flex}.sidebar-link:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.sidebar-link.active{background:var(--color-sidebar-active-bg);color:var(--color-sidebar-active-text);border:1px solid var(--color-accent-border)}.sidebar-link-icon{opacity:.7;flex-shrink:0;width:18px;height:18px}.sidebar-link.active .sidebar-link-icon{opacity:1}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all var(--transition-fast);padding:20px}.card:hover{border-color:var(--color-border-hover)}.card-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.card-title{color:var(--color-text-primary);font-size:15px;font-weight:600}.card-subtitle{color:var(--color-text-tertiary);margin-top:2px;font-size:13px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-bottom:24px;display:grid}.stat-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all var(--transition-fast);align-items:flex-start;gap:14px;padding:20px;display:flex}.stat-card:hover{border-color:var(--color-border-hover);box-shadow:var(--shadow-sm)}.stat-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.stat-icon.accent{background:var(--color-accent-ghost);color:var(--color-accent-light)}.stat-icon.success{background:var(--color-success-ghost);color:var(--color-success)}.stat-icon.warning{background:var(--color-warning-ghost);color:var(--color-warning)}.stat-icon.info{background:var(--color-info-ghost);color:var(--color-info)}.stat-value{color:var(--color-text-primary);letter-spacing:-.02em;font-size:28px;font-weight:700;line-height:1.2}.stat-label{color:var(--color-text-tertiary);margin-top:2px;font-size:13px}.stat-change{margin-top:4px;font-size:13px;font-weight:500}.stat-change.positive{color:var(--color-success)}.stat-change.negative{color:var(--color-error)}.btn{font-size:14px;font-weight:500;font-family:var(--font-sans);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:8px 16px;text-decoration:none;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn-primary:hover:not(:disabled){background:var(--color-accent-dark);box-shadow:var(--shadow-glow)}.btn-secondary{background:var(--color-bg-hover);color:var(--color-text-primary);border-color:var(--color-border)}.btn-secondary:hover:not(:disabled){background:var(--color-surface-active);border-color:var(--color-border-hover)}.btn-ghost{color:var(--color-text-secondary);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--color-bg-hover);color:var(--color-text-primary)}.btn-sm{border-radius:var(--radius-sm);padding:4px 10px;font-size:13px}.btn-lg{padding:10px 20px;font-size:14px}.badge{border-radius:var(--radius-full);letter-spacing:.02em;align-items:center;gap:4px;padding:3px 8px;font-size:12px;font-weight:600;display:inline-flex}.badge-success{background:var(--color-success-ghost);color:var(--color-success);border:1px solid #22c55e33}.badge-warning{background:var(--color-warning-ghost);color:var(--color-warning);border:1px solid #f59e0b33}.badge-error{background:var(--color-error-ghost);color:var(--color-error);border:1px solid #ef444433}.badge-info{background:var(--color-info-ghost);color:var(--color-info);border:1px solid #3b82f633}.badge-neutral{color:var(--color-text-secondary);background:#6b72801a;border:1px solid #6b728033}.alert{border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-surface);padding:16px 20px}.alert-warning{border-color:var(--color-alert-warning-border);background:var(--color-alert-warning-bg)}.alert-warning .alert-title,.alert-warning .text-alert{color:var(--color-alert-warning-text)}.alert-error{border-color:var(--color-alert-error-border);background:var(--color-alert-error-bg)}.alert-error .alert-title,.alert-error .text-alert{color:var(--color-alert-error-text)}.alert-info{border-color:var(--color-alert-info-border);background:var(--color-alert-info-bg)}.alert-info .alert-title,.alert-info .text-alert{color:var(--color-alert-info-text)}.alert-success{border-color:var(--color-alert-success-border);background:var(--color-alert-success-bg)}.alert-success .alert-title,.alert-success .text-alert{color:var(--color-alert-success-text)}.alert table th,.alert table td{border-bottom-color:inherit;background:0 0!important}.text-warning{color:var(--color-warning)}.text-error{color:var(--color-error)}.text-info{color:var(--color-info)}.text-success{color:var(--color-success)}.btn-brand{background:var(--color-brand)!important;color:#fff!important;border-color:var(--color-brand)!important}.btn-brand:hover:not(:disabled){background:var(--color-brand-hover)!important}.theme-toggle{cursor:pointer;border-radius:var(--radius-full);font-family:var(--font-sans);background:0 0;border:none;align-items:center;gap:6px;padding:4px;display:flex}.theme-toggle-track{background:var(--color-toggle-bg);width:44px;height:24px;transition:background var(--transition-fast);border-radius:12px;position:relative}.theme-toggle-knob{background:var(--color-toggle-knob);width:18px;height:18px;transition:transform var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;font-size:10px;line-height:1;display:flex;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.theme-toggle-track.is-light .theme-toggle-knob{transform:translate(20px)}.theme-selector-wrapper{position:relative}.theme-selector-trigger{border-radius:var(--radius-md);color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast);font-family:var(--font-sans);background:0 0;border:1px solid #0000;align-items:center;gap:6px;padding:6px 8px;display:flex}.theme-selector-trigger:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.theme-selector-icon{letter-spacing:.04em;font-size:12px;font-weight:700}.theme-selector-menu{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);min-width:160px;box-shadow:var(--shadow-md);z-index:100;animation:fadeIn var(--transition-fast) ease-out;padding:4px;position:absolute;top:calc(100% + 4px);right:0}.theme-selector-option{border-radius:var(--radius-sm);cursor:pointer;width:100%;color:var(--color-text-secondary);font-family:var(--font-sans);transition:all var(--transition-fast);text-align:left;background:0 0;border:none;align-items:center;padding:8px 12px;font-size:14px;display:flex}.theme-selector-option:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.theme-selector-option.selected{background:var(--color-accent-ghost);color:var(--color-accent-light)}.theme-selector-option-icon{flex-shrink:0;width:28px;margin-right:10px;font-size:12px;font-weight:700}.theme-selector-option-label{flex:1}.theme-selector-check{font-size:13px;font-weight:700}.table-wrapper{border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow-x:auto}table{border-collapse:collapse;width:100%}th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-tertiary);background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border);padding:10px 16px;font-size:12px;font-weight:600}td{color:var(--color-text-secondary);border-bottom:1px solid var(--color-border);padding:12px 16px;font-size:14px}tr:last-child td{border-bottom:none}tr:hover td{background:var(--color-surface-hover)}.page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-title{color:var(--color-text-primary);letter-spacing:-.02em;font-size:22px;font-weight:700}.page-subtitle{color:var(--color-text-tertiary);margin-top:4px;font-size:14px}.form-group{margin-bottom:16px}.form-label{color:var(--color-text-secondary);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.form-input{width:100%;font-size:14px;font-family:var(--font-sans);color:var(--color-text-primary);background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:all var(--transition-fast);outline:none;padding:8px 12px}.form-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-ghost)}.form-input::placeholder{color:var(--color-text-muted)}.form-input:-webkit-autofill{-webkit-text-fill-color:var(--color-text-primary);-webkit-box-shadow:0 0 0 1000px var(--color-bg-primary) inset;box-shadow:0 0 0 1000px var(--color-bg-primary) inset;border-color:var(--color-border);caret-color:var(--color-text-primary);transition:background-color 5000s ease-in-out}.form-input:-webkit-autofill:hover{-webkit-text-fill-color:var(--color-text-primary);-webkit-box-shadow:0 0 0 1000px var(--color-bg-primary) inset;box-shadow:0 0 0 1000px var(--color-bg-primary) inset;border-color:var(--color-border);caret-color:var(--color-text-primary);transition:background-color 5000s ease-in-out}.form-input:-webkit-autofill:focus{-webkit-text-fill-color:var(--color-text-primary);-webkit-box-shadow:0 0 0 1000px var(--color-bg-primary) inset;box-shadow:0 0 0 1000px var(--color-bg-primary) inset;border-color:var(--color-border);caret-color:var(--color-text-primary);transition:background-color 5000s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes vgSheetUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 #6366f133}50%{box-shadow:0 0 12px 4px #6366f126}}.animate-fade-in{animation:.4s ease-out fadeIn}.animate-slide-in{animation:.3s ease-out slideIn}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border-hover);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-border-active)}.login-page{background:var(--color-bg-primary);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.login-page:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f114 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.login-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);width:100%;max-width:400px;padding:40px;animation:.5s ease-out fadeIn;position:relative}.login-logo{justify-content:center;align-items:center;gap:10px;margin-bottom:32px;display:flex}.login-logo-icon{background:linear-gradient(135deg, var(--color-accent), #a855f7);border-radius:var(--radius-md);color:#fff;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:800;display:flex}.login-logo-text{color:var(--color-text-primary);letter-spacing:-.02em;font-size:20px;font-weight:700}.admin-login-page{--admin-system-bg:#f8fbff;--admin-system-bg-soft:#eef6ff;--admin-system-text:#0f2342;--admin-system-muted:#415776;--admin-system-subtle:#7185a4;--admin-system-primary:#0b84ff;--admin-system-primary-dark:#0067d7;--admin-system-cyan:#38bdf8;--admin-system-border:#dbe8f7;--color-bg-primary:var(--admin-system-bg);--color-bg-secondary:var(--admin-system-bg-soft);--color-surface:#fff;--color-text-primary:var(--admin-system-text);--color-text-secondary:var(--admin-system-muted);--color-text-tertiary:var(--admin-system-subtle);--color-accent:var(--admin-system-primary);--color-accent-dark:var(--admin-system-primary-dark);--color-border:var(--admin-system-border);background:radial-gradient(circle at 12% 8%, #38bdf824, transparent 28%), linear-gradient(135deg, var(--admin-system-bg) 0%, var(--admin-system-bg-soft) 100%);align-items:stretch;padding:24px}.admin-login-page:before{opacity:.72;background-color:#0000;background-image:linear-gradient(#7890ad12 1px,#0000 1px),linear-gradient(90deg,#7890ad12 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:40px 40px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;width:min(860px,92vw);height:min(860px,92vw)}.admin-login-card{background:linear-gradient(#fff 0%,#f8fbff 100%);border-color:#bed8f5c7;border-radius:16px;align-self:center;max-width:424px;padding:36px;box-shadow:0 28px 70px #1a538e29}.admin-login-card:before{content:"";background:linear-gradient(90deg, var(--admin-system-primary), var(--admin-system-cyan));border-radius:16px 16px 0 0;height:4px;position:absolute;inset:0 0 auto}.admin-login-logo{margin-bottom:12px}.admin-login-logo-icon{background:linear-gradient(135deg, var(--admin-system-primary) 0%, var(--admin-system-cyan) 100%);border-radius:12px;width:38px;height:38px;box-shadow:0 12px 24px #0b84ff2e}.admin-login-subtitle{color:var(--admin-system-subtle);text-align:center;margin:0 0 28px;font-size:14px;font-weight:500;line-height:1.5}.admin-login-card .form-label{color:var(--admin-system-muted);font-weight:650}.admin-login-card .form-input{border-color:var(--admin-system-border);min-height:46px;color:var(--admin-system-text);background:#ffffffeb;border-radius:12px}.admin-login-card .form-input:focus{border-color:var(--admin-system-primary);box-shadow:0 0 0 3px #0b84ff1f}.admin-login-card .btn-primary{border-color:var(--admin-system-primary-dark);background:linear-gradient(135deg, var(--admin-system-primary) 0%, var(--admin-system-primary-dark) 100%);color:#fff;border-radius:12px;min-height:48px;box-shadow:0 12px 24px #0b84ff2e}@media (max-width:520px){.admin-login-page{padding:16px}.admin-login-card{padding:32px 22px}}.empty-state{text-align:center;color:var(--color-text-tertiary);padding:48px 24px}.empty-state-icon{opacity:.5;margin-bottom:16px;font-size:48px}.empty-state-title{color:var(--color-text-secondary);margin-bottom:8px;font-size:16px;font-weight:600}.empty-state-text{max-width:360px;margin:0 auto 20px;font-size:14px}.action-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);text-align:center;cursor:pointer;transition:all var(--transition-fast);color:inherit;flex-direction:column;align-items:center;gap:8px;padding:24px 16px;text-decoration:none;display:flex}.action-card:hover{border-color:var(--color-accent-border);background:var(--color-surface-hover);box-shadow:var(--shadow-sm);color:inherit;transform:translateY(-2px)}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0009;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);width:100%;max-width:520px;max-height:80vh;box-shadow:var(--shadow-lg);padding:28px;animation:.3s ease-out fadeIn;overflow-y:auto}.kanban-board{gap:12px;min-height:400px;padding-bottom:8px;display:flex;overflow-x:auto}.kanban-column{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;flex:0 0 280px;max-height:calc(100vh - 200px);display:flex}.kanban-column-header{border-bottom:1px solid var(--color-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.kanban-column-body{flex-direction:column;flex:1;gap:6px;padding:8px;display:flex;overflow-y:auto}.kanban-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:all var(--transition-fast);padding:12px}.kanban-card:hover{border-color:var(--color-border-hover);box-shadow:var(--shadow-sm)}select.form-input{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='m4 6 4 4 4-4' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;padding-right:28px}select.form-input option{background:var(--color-bg-secondary);color:var(--color-text-primary)}.surface-ops{--surface-accent:#0b84ff;--surface-accent-light:#38bdf8;--surface-accent-ghost:#0b84ff1a;--color-bg-primary:#f5f9ff;--color-bg-secondary:#fff;--color-bg-tertiary:#eef6ff;--color-bg-elevated:#fff;--color-bg-hover:#f1f8ff;--color-surface:#fff;--color-surface-hover:#f8fbff;--color-surface-active:#eaf5ff;--color-text-primary:#0f2342;--color-text-secondary:#415776;--color-text-tertiary:#7185a4;--color-text-muted:#9aacc4;--color-accent:#0b84ff;--color-accent-light:#38bdf8;--color-accent-dark:#0067d7;--color-accent-ghost:#0b84ff1a;--color-accent-border:#0b84ff38;--color-info:#0284c7;--color-info-ghost:#0284c71a;--color-info-border:#0284c738;--color-warning:#ff7a1a;--color-warning-ghost:#ff7a1a1a;--color-warning-border:#ff7a1a40;--color-sidebar-bg:#fffffff0;--color-sidebar-active-bg:#eaf5ff;--color-sidebar-active-text:#0067d7;--color-header-bg:#ffffffe6;--color-border:#dbe8f7;--color-border-strong:#b7cce8;--color-border-hover:#9dd8ff;--color-border-active:#0b84ff;--shadow-sm:0 8px 24px #1a538e14;--shadow-md:0 18px 40px #1a538e1f;--shadow-lg:0 28px 70px #1a538e29;--shadow-glow:0 14px 32px #0b84ff2e;--sidebar-width:292px}.layout-shell.surface-ops{background:radial-gradient(circle at 12% 8%,#38bdf824,#0000 28%),linear-gradient(135deg,#f8fbff 0%,#eef6ff 100%)}.surface-ops,.surface-ops *{box-sizing:border-box}.surface-ops .layout-sidebar{width:var(--sidebar-width);background:var(--color-sidebar-bg);border-right:1px solid #b6cfebd1;box-shadow:18px 0 42px #2158940f}.surface-ops .layout-main{margin-left:var(--sidebar-width)}.surface-ops .layout-header{background:var(--color-header-bg);border-bottom:1px solid #b6cfebc2;height:76px;padding:0 28px 0 32px;box-shadow:0 10px 30px #1c54900d}.surface-ops .layout-content{max-width:1720px;padding:28px 32px 44px}.surface-ops .ops-sidebar-brand{border-bottom:1px solid #dbe8f7e6;height:76px;padding:0 28px}.surface-ops .sidebar-brand-text{color:#0981f5;letter-spacing:0;font-size:27px;font-weight:750}.surface-ops .ops-brand-copy{flex-direction:column;gap:1px;display:flex}.surface-ops .ops-brand-subtitle{color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700}.surface-ops .nanoai-mark{flex-shrink:0;grid-template-columns:repeat(3,8px);gap:4px;display:grid}.surface-ops .nanoai-mark span{background:#0b84ff;border-radius:999px;width:8px;height:8px;box-shadow:0 5px 12px #0b84ff33}.surface-ops .nanoai-mark span:nth-child(2),.surface-ops .nanoai-mark span:nth-child(4),.surface-ops .nanoai-mark span:nth-child(8){background:#38bdf8}.surface-ops .nanoai-mark span:nth-child(3),.surface-ops .nanoai-mark span:nth-child(6){background:#ff7a1a}.surface-ops .sidebar-nav{padding:18px 18px 10px}.surface-ops .sidebar-section{margin-bottom:16px}.surface-ops .sidebar-section-label{color:#7890ad;letter-spacing:.08em;padding:10px 12px 8px;font-size:12px}.surface-ops .sidebar-link{color:#2f4666;border:1px solid #0000;border-radius:12px;gap:12px;min-height:42px;padding:10px 12px;font-weight:650}.surface-ops .sidebar-link:hover{color:#0067d7;background:#f1f8ff}.surface-ops .sidebar-link.active{color:#0067d7;background:linear-gradient(135deg,#e8f4ff 0%,#dff1ff 100%);border-color:#0b84ff29;box-shadow:inset 3px 0 #0b84ff}.surface-ops .sidebar-link-group{gap:6px;display:grid}.surface-ops .sidebar-subnav{border-left:1px solid #94a3b847;gap:2px;margin:-2px 0 8px 27px;padding-left:12px;display:grid}.surface-ops .sidebar-subnav a{color:#617795;border-radius:8px;padding:6px 10px;font-size:13px;font-weight:700;line-height:1.2;text-decoration:none;display:block}.surface-ops .sidebar-subnav a:hover{color:#0067d7;background:#f1f8ffeb}.surface-ops .sidebar-subnav a.active{color:#0067d7;background:#e8f4ff;box-shadow:inset 2px 0 #0b84ff}.surface-ops .sidebar-link-icon{color:currentColor;opacity:.9;justify-content:center;align-items:center;display:inline-flex}.surface-ops .ops-sidebar-footer{border-top:1px solid #dbe8f7e6;gap:16px;padding:16px 18px 22px;display:grid}.surface-ops .ops-plan-card,.surface-ops .ops-ai-card{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #bed8f5b8;border-radius:16px;box-shadow:0 10px 30px #1c54900f}.surface-ops .ops-plan-card{padding:16px}.surface-ops .ops-plan-title{color:var(--color-text-primary);font-size:14px;font-weight:800}.surface-ops .ops-plan-period{color:var(--color-text-tertiary);margin-top:6px;font-size:13px}.surface-ops .ops-meter-row{color:#5f7695;justify-content:space-between;margin-top:13px;font-size:13px;display:flex}.surface-ops .ops-meter-row strong{color:#18365d}.surface-ops .ops-meter{background:#e7f1fb;border-radius:999px;height:8px;margin-top:7px;overflow:hidden}.surface-ops .ops-meter span{border-radius:inherit;background:linear-gradient(90deg,#0b84ff,#38bdf8);height:100%;display:block}.surface-ops .ops-ai-card{grid-template-columns:auto 1fr;gap:10px;padding:14px;display:grid}.surface-ops .ops-ai-icon{color:#0067d7;background:#e8f4ff;border-radius:12px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.surface-ops .ops-ai-title{color:var(--color-text-primary);font-size:14px;font-weight:800}.surface-ops .ops-ai-copy{color:var(--color-text-tertiary);margin-top:3px;font-size:12px}.surface-ops .ops-ai-button{color:#0067d7;background:#f3f9ff;border:1px solid #0b84ff3d;border-radius:10px;grid-column:1/-1;min-height:32px;font-weight:750}.surface-ops .ops-command-wrap,.surface-ops .ops-topbar-menu{position:relative}.surface-ops .ops-command-wrap{flex:1;max-width:580px}.surface-ops .ops-command-trigger{color:#7890ad;text-align:left;background:#ffffffe0;border:1px solid #d4e4f6;border-radius:14px;align-items:center;gap:12px;width:100%;min-height:46px;padding:0 14px;display:flex;box-shadow:0 10px 24px #1c54900f}.surface-ops .ops-command-trigger span{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.surface-ops .ops-command-trigger kbd{color:#536b8b;min-width:42px;font-size:13px;font-family:var(--font-sans);background:#f7fbff;border:1px solid #d8e8f8;border-radius:9px;justify-content:center;align-items:center;gap:3px;padding:4px 6px;font-weight:700;display:inline-flex}.surface-ops .ops-topbar-actions{justify-content:flex-end;align-items:center;gap:12px;margin-left:auto;display:flex}.surface-ops .ops-pill-button,.surface-ops .ops-icon-button,.surface-ops .ops-user-button{color:#18365d;min-height:42px;font-family:var(--font-sans);background:#ffffffe0;border:1px solid #d4e4f6;border-radius:13px;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 8px 22px #1c54900d}.surface-ops .ops-pill-button{padding:0 13px}.surface-ops .ops-icon-button{width:42px;padding:0}.surface-ops .ops-user-button{padding:4px 10px 4px 5px}.surface-ops .ops-pill-button:hover,.surface-ops .ops-icon-button:hover,.surface-ops .ops-user-button:hover{color:#0067d7;background:#fff;border-color:#9dd8ff}.surface-ops .ops-live-dot{background:#22c55e;border-radius:999px;width:9px;height:9px;box-shadow:0 0 0 5px #22c55e1f}.surface-ops .ops-avatar{color:#fff;background:linear-gradient(135deg,#0b84ff,#38bdf8);border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:800;display:inline-flex}.surface-ops .ops-avatar.large{width:42px;height:42px}.surface-ops .ops-user-copy{flex-direction:column;align-items:flex-start;line-height:1.1;display:flex}.surface-ops .ops-user-copy strong,.surface-ops .ops-user-summary strong{color:#18365d;font-size:14px}.surface-ops .ops-user-copy small,.surface-ops .ops-user-summary small{color:#7185a4;font-size:12px}.surface-ops .ops-popover{z-index:120;background:#fff;border:1px solid #d6e6f8;border-radius:16px;min-width:240px;padding:10px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 22px 55px #1c549029}.surface-ops .ops-command-popover{width:100%;min-width:min(560px,100vw - 360px);left:0;right:auto}.surface-ops .ops-popover-title{color:#7890ad;text-transform:uppercase;letter-spacing:.08em;padding:8px 9px 10px;font-size:12px;font-weight:800}.surface-ops .ops-command-list{gap:4px;display:grid}.surface-ops .ops-command-item,.surface-ops .ops-menu-item{color:#2f4666;width:100%;min-height:38px;font-family:var(--font-sans);text-align:left;background:0 0;border:0;border-radius:11px;align-items:center;gap:10px;padding:9px 10px;font-size:14px;font-weight:650;text-decoration:none;display:flex}.surface-ops .ops-command-item:hover,.surface-ops .ops-menu-item:hover{color:#0067d7;background:#f1f8ff}.surface-ops .ops-menu-item.active{color:#0067d7;background:#eaf5ff}.surface-ops .ops-menu-item:disabled{opacity:.48;cursor:not-allowed}.surface-ops .ops-menu-item.danger{color:#dc2626}.surface-ops .ops-notification-popover{width:300px}.surface-ops .ops-empty-popover{color:#536b8b;background:#f7fbff;border-radius:12px;align-items:center;gap:10px;margin:0 6px 8px;padding:12px;font-size:14px;display:flex}.surface-ops .ops-user-popover{width:280px}.surface-ops .ops-user-summary{border-bottom:1px solid #e8f0fa;gap:12px;margin-bottom:8px;padding:10px;display:flex}.surface-ops .ops-dashboard{gap:22px;min-width:0;display:grid}.surface-ops .ops-dashboard-header{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.surface-ops .ops-eyebrow{color:#0b84ff;letter-spacing:.08em;text-transform:uppercase;font-size:13px;font-weight:800}.surface-ops .ops-dashboard-header h1{color:#0f2342;margin:5px 0;font-size:32px;line-height:1.15}.surface-ops .ops-dashboard-header p{color:#5f7695;margin:0;font-size:14px}.surface-ops .ops-header-actions{gap:10px;display:flex}.surface-ops .btn-primary{color:#fff;background:linear-gradient(135deg,#0b84ff 0%,#0067d7 100%);border-color:#0b84ff;box-shadow:0 12px 28px #0b84ff33}.surface-ops .btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#006fe7 0%,#0058bf 100%);box-shadow:0 16px 34px #0b84ff3d}.surface-ops .ops-alert-strip{color:#9a3412;background:#fff7ed;border:1px solid #ff7a1a47;border-radius:16px;align-items:center;gap:10px;min-height:48px;padding:12px 16px;display:flex}.surface-ops .ops-alert-strip.error{color:#991b1b;background:#fff1f2;border-color:#dc26263d}.surface-ops .ops-alert-strip a,.surface-ops .ops-alert-strip button{color:#ea580c;font-family:var(--font-sans);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;margin-left:auto;font-size:14px;font-weight:800;display:inline-flex}.surface-ops .ops-alert-strip.error button{color:#dc2626}.surface-ops .ops-kpi-grid{grid-template-columns:repeat(5,minmax(160px,1fr));gap:16px;min-width:0;display:grid}.surface-ops .ops-kpi-card,.surface-ops .ops-panel{background:#fffffff0;border:1px solid #bed8f5c7;border-radius:20px;min-width:0;box-shadow:0 12px 32px #1c549012}.surface-ops .ops-kpi-card{min-height:118px;color:inherit;align-items:center;gap:16px;padding:22px;text-decoration:none;display:flex}.surface-ops .ops-kpi-card:hover{border-color:#9dd8ff;transform:translateY(-1px);box-shadow:0 18px 42px #1c54901f}.surface-ops .ops-kpi-icon{border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;display:inline-flex}.surface-ops .ops-kpi-icon.primary,.surface-ops .ops-kpi-icon.blue{color:#0b84ff;background:#e8f4ff}.surface-ops .ops-kpi-icon.cyan{color:#0891b2;background:#e6faff}.surface-ops .ops-kpi-copy{flex-direction:column;min-width:0;display:flex}.surface-ops .ops-kpi-copy small{color:#536b8b;font-size:14px;font-weight:700}.surface-ops .ops-kpi-copy strong{color:#061b38;margin-top:5px;font-size:28px;font-weight:850;line-height:1}.surface-ops .ops-kpi-copy em{color:#5f7695;margin-top:9px;font-size:13px;font-style:normal;font-weight:650}.surface-ops .ops-kpi-copy em.good{color:#16a34a}.surface-ops .ops-kpi-copy em.risk{color:#ea580c}.surface-ops .ops-first-viewport-grid{grid-template-columns:minmax(0,2.15fr) minmax(340px,1fr);gap:20px;min-width:0;display:grid}.surface-ops .ops-secondary-grid{grid-template-columns:minmax(260px,1fr) minmax(260px,1fr) minmax(320px,1fr);gap:20px;min-width:0;display:grid}.surface-ops .ops-panel{padding:22px}.surface-ops .ops-chart-panel{min-height:370px}.surface-ops .ops-panel-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.surface-ops .ops-panel-header.compact{align-items:center;margin-bottom:16px}.surface-ops .ops-panel-header h2{color:#0f2342;margin:0;font-size:18px;line-height:1.2}.surface-ops .ops-panel-header p{color:#7185a4;margin:5px 0 0;font-size:14px}.surface-ops .ops-period-button,.surface-ops .ops-soft-badge{color:#18365d;background:#fff;border:1px solid #d6e6f8;border-radius:12px;min-height:36px;padding:0 12px;font-size:13px;font-weight:750}.surface-ops .ops-chart-legend{color:#476283;justify-content:center;gap:26px;font-size:13px;font-weight:700;display:flex}.surface-ops .ops-chart-legend span{align-items:center;gap:8px;display:inline-flex}.surface-ops .ops-chart-legend i{border-top:3px solid #0b84ff;width:24px}.surface-ops .ops-chart-legend i.dashed{border-top-style:dashed;border-top-color:#65c7ff}.surface-ops .ops-usage-chart{grid-template-columns:36px 1fr;gap:12px;min-width:0;margin-top:16px;display:grid;position:relative}.surface-ops .ops-chart-y-axis{color:#7890ad;grid-template-rows:repeat(6,1fr);align-items:center;font-size:13px;font-weight:700;display:grid}.surface-ops .ops-usage-chart svg{background:repeating-linear-gradient(#0000,#0000 39px,#7890ad24 40px),linear-gradient(#f8fbff00 0%,#e8f4ff8f 100%);border-bottom:1px solid #dceafa;width:100%;height:240px}.surface-ops .ops-chart-x-axis{color:#7890ad;grid-column:2;justify-content:space-between;padding:8px 2px 0;font-size:13px;font-weight:700;display:flex}.surface-ops .ops-insights-panel{flex-direction:column;display:flex}.surface-ops .ops-insights-title{color:#ff7a1a;align-items:center;gap:10px;display:flex}.surface-ops .ops-insight-count{color:#ea580c;background:#fff2e7;border-radius:999px;justify-content:center;align-items:center;min-width:30px;height:30px;font-weight:800;display:inline-flex}.surface-ops .ops-insight-list{gap:12px;display:grid}.surface-ops .ops-insight-card{background:linear-gradient(#fff 0%,#fffaf5 100%);border:1px solid #ff7a1a38;border-radius:16px;grid-template-columns:auto 1fr;gap:14px;padding:18px;display:grid}.surface-ops .ops-insight-icon{color:#ff7a1a;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.surface-ops .ops-insight-card h3{color:#18365d;margin:0;font-size:14px}.surface-ops .ops-insight-card p{color:#536b8b;margin:5px 0 12px;font-size:14px;line-height:1.45}.surface-ops .ops-insight-card a,.surface-ops .ops-insight-card button{color:#ea580c;min-height:31px;font-family:var(--font-sans);cursor:pointer;background:#fff;border:1px solid #ff7a1a47;border-radius:999px;align-items:center;padding:0 13px;font-size:13px;font-weight:800;display:inline-flex}.surface-ops .ops-insight-card button:hover{background:#fff7ed;border-color:#ff7a1a75}.surface-ops .ops-view-all-link{color:#0b84ff;align-items:center;gap:6px;margin-top:auto;font-size:14px;font-weight:800;display:inline-flex}.surface-ops .ops-bar-chart{align-items:flex-end;gap:12px;height:150px;padding:18px 4px 0;display:flex}.surface-ops .ops-bar-chart span{background:linear-gradient(#0b84ff 0%,#8bdfff 100%);border-radius:10px 10px 3px 3px;flex:1;min-width:10px}.surface-ops .ops-revenue-placeholder{color:#7890ad;text-align:center;background:#f8fbff;border:1px dashed #c8ddf4;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:150px;display:flex}.surface-ops .ops-revenue-placeholder strong{color:#18365d;font-size:14px}.surface-ops .ops-revenue-placeholder span{font-size:13px}.surface-ops .ops-system-list{gap:2px;display:grid}.surface-ops .ops-system-row{color:inherit;border-top:1px solid #e7f0fa;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:14px 0;text-decoration:none;display:grid}.surface-ops .ops-system-row:first-child{border-top:0}.surface-ops .ops-system-icon{color:#0b84ff;background:#e8f4ff;border-radius:13px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.surface-ops .ops-system-row strong{color:#18365d;font-size:14px;display:block}.surface-ops .ops-system-row small{color:#7185a4;margin-top:3px;font-size:13px;display:block}.surface-ops .ops-system-row em{color:#16a34a;background:#dcfce7;border-radius:999px;justify-content:center;align-items:center;min-width:34px;height:30px;font-style:normal;font-weight:850;display:inline-flex}.surface-ops .ops-system-row em.warning{color:#ea580c;background:#fff2e7}.surface-ops .ops-table-wrap{border:1px solid #dbe8f7;border-radius:16px;overflow:auto hidden}.surface-ops .ops-table-skeleton,.surface-ops .ops-activity-skeleton{gap:10px;display:grid}.surface-ops .ops-table-skeleton{padding:2px 0}.surface-ops .ops-table-skeleton span,.surface-ops .ops-activity-skeleton span{background-color:#eef6ff;background-image:linear-gradient(90deg,#e8f4ff99,#ffffffeb,#e8f4ff99),none;background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:220% 100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:14px;height:54px;animation:1.4s ease-in-out infinite ops-skeleton-pulse;display:block}.surface-ops .ops-activity-skeleton span{height:44px}@keyframes ops-skeleton-pulse{0%{background-position:120% 0}to{background-position:-120% 0}}.surface-ops .ops-data-table{border-collapse:collapse;width:100%}.surface-ops .ops-data-table th{color:#536b8b;text-align:left;background:#f4f9ff;border-bottom:1px solid #dbe8f7;padding:12px 14px;font-size:13px;font-weight:800}.surface-ops .ops-data-table td{color:#415776;border-bottom:1px solid #edf4fb;padding:13px 14px;font-size:14px}.surface-ops .ops-data-table tbody tr:last-child td{border-bottom:0}.surface-ops .ops-data-table tbody tr:hover td{background:#f8fbff}.surface-ops .ops-tenant-cell{color:inherit;grid-template-columns:34px 1fr;column-gap:10px;text-decoration:none;display:grid}.surface-ops .ops-tenant-cell span{color:#fff;background:linear-gradient(135deg,#0b84ff,#38bdf8);border-radius:999px;grid-row:span 2;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:850;display:inline-flex}.surface-ops .ops-tenant-cell strong{color:#18365d;font-size:14px}.surface-ops .ops-tenant-cell small{color:#7890ad;font-size:12px}.surface-ops .ops-table-sparkline{width:116px;height:28px}.surface-ops .ops-row-action{color:#7185a4;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.surface-ops .ops-row-action:hover{color:#0b84ff;background:#eaf5ff}.surface-ops .ops-empty-state{color:#7185a4;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:220px;display:flex}.surface-ops .ops-empty-state strong{color:#18365d;font-size:16px}.surface-ops .ops-activity-list{gap:8px;display:grid}.surface-ops .ops-activity-item{border-top:1px solid #e7f0fa;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:10px 0;display:grid}.surface-ops .ops-activity-item:first-child{border-top:0}.surface-ops .ops-activity-item>span{color:#0b84ff;background:#e8f4ff;border-radius:11px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.surface-ops .ops-activity-item strong{color:#18365d;font-size:14px;display:block}.surface-ops .ops-activity-item small,.surface-ops .ops-activity-item time{color:#7890ad;font-size:13px}.surface-ops .ops-inline-empty{color:#7185a4;background:#f8fbff;border:1px dashed #c8ddf4;border-radius:16px;align-items:center;gap:14px;min-height:92px;padding:18px;display:flex}.surface-ops .ops-inline-empty>svg{color:#0b84ff;flex-shrink:0}.surface-ops .ops-inline-empty strong{color:#18365d;font-size:14px;display:block}.surface-ops .ops-inline-empty span{margin-top:4px;font-size:14px;display:block}.surface-ops .ops-drawer-backdrop{z-index:980;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f234247;justify-content:flex-end;display:flex;position:fixed;inset:0}.surface-ops .ops-detail-drawer{background:#fff;border-left:1px solid #d6e6f8;flex-direction:column;gap:18px;width:min(460px,100%);height:100%;padding:24px;display:flex;overflow-y:auto;box-shadow:-24px 0 70px #0f23422e}.surface-ops .ops-drawer-header{border-bottom:1px solid #e7f0fa;justify-content:space-between;align-items:flex-start;gap:14px;padding-bottom:18px;display:flex}.surface-ops .ops-drawer-header h2{color:#0f2342;margin:8px 0 6px;font-size:22px;line-height:1.2}.surface-ops .ops-drawer-header p,.surface-ops .ops-drawer-section p,.surface-ops .ops-drawer-section li{color:#536b8b;font-size:14px;line-height:1.55}.surface-ops .ops-drawer-severity{text-transform:uppercase;border-radius:999px;align-items:center;min-height:27px;padding:0 10px;font-size:12px;font-weight:850;display:inline-flex}.surface-ops .ops-drawer-severity.info{color:#0067d7;background:#e8f4ff}.surface-ops .ops-drawer-severity.success{color:#15803d;background:#dcfce7}.surface-ops .ops-drawer-severity.warning,.surface-ops .ops-drawer-severity.critical{color:#ea580c;background:#fff2e7}.surface-ops .ops-drawer-severity.critical{color:#dc2626;background:#fff1f2}.surface-ops .ops-drawer-section{background:#f8fbff;border:1px solid #dbe8f7;border-radius:16px;padding:16px}.surface-ops .ops-drawer-section h3{color:#18365d;margin:0 0 8px;font-size:14px}.surface-ops .ops-drawer-section p,.surface-ops .ops-drawer-section ul{margin:0}.surface-ops .ops-drawer-section ul{padding-left:18px}.surface-ops .ops-drawer-actions{justify-content:flex-end;gap:10px;margin-top:auto;padding-top:10px;display:flex}.surface-ops .ops-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f234261;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.surface-ops .ops-modal-card{background:#fff;border:1px solid #d6e6f8;border-radius:20px;width:min(440px,100%);padding:22px;box-shadow:0 26px 70px #0f234238}.surface-ops .ops-modal-header{justify-content:space-between;gap:14px;margin-bottom:18px;display:flex}.surface-ops .ops-modal-header h3{color:#0f2342;margin:0}.surface-ops .ops-modal-header p{color:#7185a4;margin:5px 0 0;font-size:14px}.surface-ops .ops-modal-card .form-group{margin-top:12px}.surface-ops .ops-form-error,.surface-ops .ops-form-success{margin-top:12px;font-size:14px;font-weight:700}.surface-ops .ops-form-error{color:#dc2626}.surface-ops .ops-form-success{color:#16a34a}.surface-ops .ops-modal-actions{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.surface-ops .ops-admin-page{gap:22px;min-width:0;display:grid}.surface-ops .ops-theme-store-page .ops-card,.surface-ops .ops-theme-store-page .ops-filter-card{background:#fffffff5;border:1px solid #bed8f5c7;border-radius:18px;min-width:0;padding:22px;box-shadow:0 12px 32px #1c549012}.surface-ops .ops-theme-store-page .ops-filter-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.surface-ops .ops-theme-store-page .ops-search-input{background:#fff;border:1px solid #d6e6f8;border-radius:12px;align-items:center;gap:8px;min-width:min(360px,100%);min-height:42px;padding:0 12px;display:inline-flex;box-shadow:inset 0 1px #ffffffbf}.surface-ops .ops-theme-store-page .ops-search-input svg{color:#7890ad;flex-shrink:0}.surface-ops .ops-theme-store-page .ops-search-input input{color:#18365d;width:100%;min-width:0;height:40px;font-family:var(--font-sans);background:0 0;border:0;outline:0;padding:0;font-size:14px}.surface-ops .ops-theme-store-page .ops-filter-row select{color:#18365d;min-height:42px;font-family:var(--font-sans);background:#fff;border:1px solid #d6e6f8;border-radius:12px;padding:0 34px 0 12px;font-size:14px;font-weight:750}.surface-ops .ops-theme-store-page .ops-section-header{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.surface-ops .ops-theme-store-page .ops-section-header h2{color:#0f2342;margin:4px 0 0;font-size:22px;line-height:1.2}.surface-ops .ops-theme-store-page .ops-section-header p{margin:6px 0 0;font-size:14px}.surface-ops .ops-theme-store-page .ops-secondary-section{order:30}.surface-ops .ops-theme-store-page .ops-collapsible-card{padding:0;overflow:hidden}.surface-ops .ops-theme-store-page .ops-collapsible-card>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;min-height:76px;padding:18px 22px;list-style:none;display:flex}.surface-ops .ops-theme-store-page .ops-collapsible-card>summary::-webkit-details-marker{display:none}.surface-ops .ops-theme-store-page .ops-collapsible-card>summary h2{color:#0f2342;margin:3px 0 0;font-size:18px;line-height:1.25}.surface-ops .ops-theme-store-page .ops-collapsible-card>summary p{color:#647b99;margin:5px 0 0;font-size:14px}.surface-ops .ops-theme-store-page .ops-collapsible-card[open]>summary{border-bottom:1px solid #e3eef9}.surface-ops .ops-theme-store-page .ops-collapsible-body{padding:18px 22px 22px}.surface-ops .ops-theme-store-page .ops-detail-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:18px;display:grid}.surface-ops .ops-theme-store-page .partner-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.surface-ops .ops-theme-store-page .partner-form-grid label{gap:6px;min-width:0;display:grid}.surface-ops .ops-theme-store-page .ops-row-actions{align-items:center;gap:8px;display:flex}.surface-ops .ops-theme-store-page .partner-account-actions{flex-direction:column;align-items:flex-start;min-width:132px}.surface-ops .ops-theme-store-page .partner-account-actions .btn{justify-content:flex-start;width:126px}.surface-ops .ops-theme-store-page .ops-table{border-collapse:collapse;background:#fff;width:100%}.surface-ops .ops-theme-store-page .ops-table th{color:#536b8b;text-align:left;background:#f4f9ff;border-bottom:1px solid #dbe8f7;padding:12px 14px;font-size:13px;font-weight:850}.surface-ops .ops-theme-store-page .ops-table td{color:#415776;vertical-align:top;border-bottom:1px solid #edf4fb;padding:13px 14px;font-size:14px}.surface-ops .ops-theme-store-page .ops-table tr:last-child td{border-bottom:0}.surface-ops .ops-theme-store-page .ops-table tr.selected-standard-listing td{background:#f2f8ff}.surface-ops .ops-theme-store-page .ops-table td strong{color:#18365d}.surface-ops .ops-theme-store-page .standard-publish-panel{background:linear-gradient(#ebf8ffd1,#fffffff5),#fff}.surface-ops .ops-theme-store-page .standard-publish-steps{gap:16px;display:grid}.surface-ops .ops-theme-store-page .standard-flow-step{background:#ffffffe0;border:1px solid #d9e9fa;border-radius:15px;min-width:0;padding:16px}.surface-ops .ops-theme-store-page .standard-flow-step-muted{background:#f7fbffb8}.surface-ops .ops-theme-store-page .standard-flow-step-header{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:12px;margin-bottom:14px;display:grid}.surface-ops .ops-theme-store-page .standard-flow-step-header h3{color:#0f2342;margin:0;font-size:17px;line-height:1.25}.surface-ops .ops-theme-store-page .standard-flow-step-header p{color:#647b99;margin:5px 0 0;font-size:14px;line-height:1.45}.surface-ops .ops-theme-store-page .standard-step-badge{color:#0067d7;white-space:nowrap;background:#e8f4ff;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:850;display:inline-flex}.surface-ops .ops-theme-store-page .standard-step-badge.muted{color:#536b8b;background:#eef4fb}.surface-ops .ops-theme-store-page .standard-publish-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.surface-ops .ops-theme-store-page .standard-flow-actions{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.surface-ops .ops-theme-store-page .standard-readiness-inline{background:#f8fbff;border:1px solid #dbe8f5;border-radius:12px;gap:10px;margin-top:12px;padding:12px 14px;display:grid}.surface-ops .ops-theme-store-page .standard-readiness-inline.checking{background:#f1f7ff;border-color:#b8d7ff}.surface-ops .ops-theme-store-page .standard-readiness-inline.ready{background:#f2fbf5;border-color:#bce7cb}.surface-ops .ops-theme-store-page .standard-readiness-inline.blocked{background:#fff8ec;border-color:#f4d6a8}.surface-ops .ops-theme-store-page .standard-readiness-summary{align-items:center;gap:10px;min-width:0;display:flex}.surface-ops .ops-theme-store-page .standard-readiness-summary strong{color:#173257;min-width:0;font-size:14px;line-height:1.4}.surface-ops .ops-theme-store-page .standard-readiness-checks{color:#526b8d;gap:6px;font-size:13px;line-height:1.4;display:grid}.surface-ops .ops-theme-store-page .standard-readiness-checks span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.surface-ops .ops-theme-store-page .standard-readiness-checks .passed{color:#267547}.surface-ops .ops-theme-store-page .standard-readiness-checks .failed{color:#a76517}.surface-ops .ops-theme-store-page .standard-publish-summary,.surface-ops .ops-theme-store-page .tenant-picker,.surface-ops .ops-theme-store-page .standard-site-context{background:#ffffffdb;border:1px solid #d9e9fa;border-radius:14px;min-width:0;padding:14px}.surface-ops .ops-theme-store-page .standard-publish-summary{align-items:center;gap:12px;display:flex}.surface-ops .ops-theme-store-page .standard-publish-summary strong,.surface-ops .ops-theme-store-page .tenant-picker-header strong{color:#10233f;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:1.3;display:block;overflow:hidden}.surface-ops .ops-theme-store-page .standard-publish-summary small,.surface-ops .ops-theme-store-page .tenant-picker-header small,.surface-ops .ops-theme-store-page .tenant-result small{color:#647b99;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:13px;display:block;overflow:hidden}.surface-ops .ops-theme-store-page .standard-publish-icon{color:#0b84ff;background:#e8f4ff;border-radius:13px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.surface-ops .ops-theme-store-page .standard-publish-icon.cyan{color:#0891b2;background:#e6faff}.surface-ops .ops-theme-store-page .standard-site-context{grid-column:1/-1;gap:6px;display:grid}.surface-ops .ops-theme-store-page .standard-site-context strong{color:#173257;font-size:15px;line-height:1.3}.surface-ops .ops-theme-store-page .standard-site-context small{color:#647b99;font-size:13px;line-height:1.45}.surface-ops .ops-theme-store-page .tenant-picker{grid-column:1/-1;gap:12px;display:grid}.surface-ops .ops-theme-store-page .tenant-picker-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.surface-ops .ops-theme-store-page .tenant-search-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.surface-ops .ops-theme-store-page .tenant-search-results{gap:8px;display:grid}.surface-ops .ops-theme-store-page .tenant-result{color:#18365d;width:100%;min-height:52px;font-family:var(--font-sans);text-align:left;background:#fff;border:1px solid #dceaf8;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.surface-ops .ops-theme-store-page .tenant-result:hover,.surface-ops .ops-theme-store-page .tenant-result.selected{background:#f2f8ff;border-color:#0b84ff73}.surface-ops .ops-theme-store-page .tenant-result svg{color:#0b84ff}.surface-ops .ops-theme-store-page .tenant-result strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;display:block;overflow:hidden}.surface-ops .ops-theme-store-page .tenant-result em{color:#16a34a;background:#ecfdf5;border-radius:999px;padding:4px 8px;font-size:12px;font-style:normal;font-weight:850}@media (max-width:760px){.surface-ops .ops-theme-store-page .ops-card,.surface-ops .ops-theme-store-page .ops-filter-card{border-radius:14px;padding:16px}.surface-ops .ops-theme-store-page .standard-publish-grid,.surface-ops .ops-theme-store-page .standard-flow-step-header,.surface-ops .ops-theme-store-page .ops-detail-grid,.surface-ops .ops-theme-store-page .partner-form-grid,.surface-ops .ops-theme-store-page .tenant-search-row{grid-template-columns:1fr}.surface-ops .ops-theme-store-page .ops-search-input{width:100%}.surface-ops .ops-theme-store-page .tenant-picker-header{display:grid}}.surface-ops .ops-admin-page>*,.surface-ops .ops-page-header>*,.surface-ops .ops-page-actions,.surface-ops .ops-summary-card,.surface-ops .ops-list-panel{min-width:0}.surface-ops .ops-page-header{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.surface-ops .ops-page-header h1{color:#0f2342;margin:5px 0;font-size:32px;line-height:1.15}.surface-ops .ops-page-header p{color:#5f7695;max-width:760px;margin:0;font-size:14px}.surface-ops .ops-tenant-summary-grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:16px;display:grid}.surface-ops .ops-summary-card{background:#fffffff0;border:1px solid #bed8f5c7;border-radius:18px;align-items:center;gap:14px;min-height:92px;padding:18px;display:flex;box-shadow:0 12px 32px #1c549012}.surface-ops .ops-summary-icon{color:#0b84ff;background:#e8f4ff;border-radius:15px;justify-content:center;align-items:center;width:46px;height:46px;display:inline-flex}.surface-ops .ops-summary-icon.success{color:#16a34a;background:#dcfce7}.surface-ops .ops-summary-icon.warning{color:#ea580c;background:#fff2e7}.surface-ops .ops-summary-icon.cyan{color:#0891b2;background:#e6faff}.surface-ops .ops-summary-card strong{color:#061b38;font-size:24px;font-weight:850;line-height:1;display:block}.surface-ops .ops-summary-card small{color:#5f7695;margin-top:6px;font-size:13px;font-weight:700;display:block}.surface-ops .ops-list-panel{padding:0;overflow:visible}.surface-ops .ops-list-toolbar{border-bottom:1px solid #e3eef9;grid-template-columns:1fr minmax(280px,420px) minmax(320px,auto);align-items:center;gap:14px;padding:18px;display:grid}.surface-ops .ops-segmented-tabs{flex-wrap:wrap;gap:7px;display:flex}.surface-ops .ops-segmented-tabs button{color:#536b8b;min-height:34px;font-family:var(--font-sans);background:#fff;border:1px solid #d6e6f8;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.surface-ops .ops-segmented-tabs button.active{color:#0067d7;background:#eaf5ff;border-color:#0b84ff38}.surface-ops .ops-segmented-tabs button span{min-width:22px;color:inherit;text-align:center;background:#0b84ff1a;border-radius:999px;padding:2px 7px}.surface-ops .ops-filter-search{box-sizing:border-box;background:#fff;border:1px solid #d6e6f8;border-radius:13px;align-items:center;max-width:100%;min-height:42px;padding:0 6px 0 12px;display:flex;box-shadow:0 8px 22px #1c54900a}.surface-ops .ops-filter-search svg{color:#7890ad;flex-shrink:0}.surface-ops .ops-filter-search input{color:#18365d;min-width:0;height:40px;font-family:var(--font-sans);background:0 0;border:0;outline:0;flex:1;padding:0 10px;font-size:14px}.surface-ops .ops-filter-search button,.surface-ops .ops-filter-button{color:#0067d7;min-height:34px;font-family:var(--font-sans);background:#f7fbff;border:1px solid #d6e6f8;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.surface-ops .ops-filter-button{color:#18365d;background:#fff;min-height:42px}.surface-ops .ops-filter-button:disabled{opacity:.56;cursor:not-allowed}.surface-ops .ops-filter-selects{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.surface-ops .ops-filter-selects label{gap:5px;min-width:104px;display:grid}.surface-ops .ops-filter-selects label span{color:#7890ad;text-transform:uppercase;font-size:11px;font-weight:850}.surface-ops .ops-filter-selects select{color:#18365d;min-height:36px;font-family:var(--font-sans);background:#fff;border:1px solid #d6e6f8;border-radius:10px;padding:0 30px 0 10px;font-size:13px;font-weight:750}.surface-ops .ops-tenants-toolbar{grid-template-columns:1fr;align-items:stretch}.surface-ops .ops-tenants-toolbar .ops-segmented-tabs{padding-bottom:2px}.surface-ops .ops-tenants-toolbar .ops-filter-search{width:100%}.surface-ops .ops-tenants-toolbar .ops-filter-selects{justify-content:flex-start}.surface-ops .ops-tenants-table{min-width:1260px}.surface-ops .ops-list-meta-bar,.surface-ops .ops-list-error{color:#7185a4;border-bottom:1px solid #e3eef9;align-items:center;gap:10px;min-height:44px;padding:0 18px;font-size:14px;display:flex}.surface-ops .ops-list-meta-bar{background:#fbfdff;justify-content:space-between}.surface-ops .ops-list-meta-bar strong{color:#18365d}.surface-ops .ops-list-meta-bar button,.surface-ops .ops-list-error button{color:#0b84ff;min-height:30px;font-family:var(--font-sans);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;font-size:13px;font-weight:850;display:inline-flex}.surface-ops .ops-list-error{color:#991b1b;background:#fff1f2;border-bottom-color:#dc262629}.surface-ops .ops-list-error svg{flex-shrink:0}.surface-ops .ops-list-error button{color:#dc2626;margin-left:auto}.surface-ops .ops-tenants-table td{vertical-align:middle}.surface-ops .ops-domain-link{color:#0b84ff;align-items:center;gap:5px;font-size:14px;font-weight:750;display:inline-flex}.surface-ops .ops-domain-link em{color:#0067d7;background:#eaf5ff;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:20px;font-size:12px;font-style:normal;display:inline-flex}.surface-ops .ops-muted-text{color:#8aa0bb;font-size:13px;font-style:italic}.surface-ops .ops-contact-cell strong,.surface-ops .ops-contact-cell small,.surface-ops .ops-provisioning-note{display:block}.surface-ops .ops-contact-cell strong{color:#18365d;font-size:14px}.surface-ops .ops-contact-cell small,.surface-ops .ops-provisioning-note{color:#7890ad;margin-top:4px;font-size:12px}.surface-ops .ops-risk-badges{flex-wrap:wrap;gap:5px;display:flex}.surface-ops .ops-risk-badges .badge{padding:3px 7px;font-size:11px}.surface-ops .ops-readiness-cell{gap:7px;min-width:130px;display:grid}.surface-ops .ops-readiness-meter{background:#e7f1fb;border-radius:999px;height:8px;overflow:hidden}.surface-ops .ops-readiness-meter span{border-radius:inherit;background:linear-gradient(90deg,#0b84ff,#38bdf8);height:100%;display:block}.surface-ops .ops-readiness-cell small{color:#7185a4;font-size:12px;font-weight:750}.surface-ops .ops-skeleton-row{background:linear-gradient(90deg,#edf6ff 0%,#f8fbff 50%,#edf6ff 100%) 0 0/200% 100%;border-radius:999px;height:18px;animation:1.5s ease-in-out infinite pulse}.surface-ops .ops-action-menu-wrapper{display:inline-flex;position:relative}.surface-ops .ops-action-menu{z-index:80;background:#fff;border:1px solid #d6e6f8;border-radius:14px;width:210px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 22px 55px #1c549029}.surface-ops .ops-action-menu-floating{z-index:1200;position:fixed;right:auto}.surface-ops .ops-action-menu-item{color:#2f4666;width:100%;min-height:36px;font-family:var(--font-sans);text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:9px;padding:8px 9px;font-size:14px;font-weight:700;text-decoration:none;display:flex}.surface-ops .ops-action-menu-item:hover{color:#0067d7;background:#f1f8ff}.surface-ops .ops-action-menu-item.danger{color:#dc2626}.surface-ops .ops-action-menu-divider{background:#e7f0fa;height:1px;margin:6px 4px}.surface-ops .ops-pagination{border-top:1px solid #e3eef9;justify-content:center;gap:8px;padding:16px 18px 18px;display:flex}.surface-ops .ops-pagination button{color:#536b8b;min-width:34px;height:34px;font-family:var(--font-sans);background:#fff;border:1px solid #d6e6f8;border-radius:10px;font-size:13px;font-weight:800}.surface-ops .ops-pagination button.active{color:#fff;background:#0b84ff;border-color:#0b84ff}.surface-ops .ops-pagination button:disabled{opacity:.48;cursor:not-allowed}.surface-ops .ops-pagination span{color:#7890ad;align-items:center;font-size:13px;font-weight:800;display:inline-flex}.surface-ops .ops-page-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.surface-ops .ops-page-actions .btn{gap:8px}.surface-ops .ops-list-toolbar-compact{grid-template-columns:1fr minmax(240px,420px) auto}.surface-ops .ops-panel-kicker{color:#0b84ff;letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-size:12px;font-weight:850;display:block}.surface-ops .ops-list-toolbar h2{color:#0f2342;margin:0;font-size:17px}.surface-ops .ops-toolbar-note{color:#5f7695;margin:0;font-size:14px;line-height:1.5}.surface-ops .ops-admin-cell{grid-template-columns:38px 1fr;align-items:center;gap:11px;display:grid}.surface-ops .ops-admin-cell>span,.surface-ops .ops-selected-user>span{color:#fff;background:linear-gradient(135deg,#0b84ff,#38bdf8);border-radius:14px;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:850;display:inline-flex;box-shadow:0 12px 24px #0b84ff29}.surface-ops .ops-admin-cell strong{color:#18365d;align-items:center;gap:7px;font-size:14px;display:inline-flex}.surface-ops .ops-current-user-pill{color:#0067d7;text-transform:uppercase;background:#eaf5ff;border-radius:999px;width:fit-content;margin-top:4px;padding:2px 7px;font-size:11px;font-weight:850;display:inline-flex}.surface-ops .ops-scope-stack{justify-items:flex-start;gap:6px;display:grid}.surface-ops .ops-scope-stack small{color:#7890ad;font-size:12px}.surface-ops .ops-table-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.surface-ops .ops-filter-button.danger{color:#dc2626;background:#fff7f7;border-color:#ef444438}.surface-ops .ops-password-field{position:relative}.surface-ops .ops-password-field .form-input{padding-right:42px}.surface-ops .ops-password-field button{color:#7185a4;background:0 0;border:0;border-radius:9px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.surface-ops .ops-password-field button:hover{color:#0067d7;background:#edf6ff}.surface-ops .ops-checkbox-list{background:#f7fbff;border:1px solid #d6e6f8;border-radius:13px;gap:8px;max-height:180px;padding:10px;display:grid;overflow-y:auto}.surface-ops .ops-checkbox-list label{color:#2f4666;align-items:center;gap:9px;font-size:14px;font-weight:700;display:flex}.surface-ops .ops-modal-search{grid-template-columns:1fr auto;gap:10px;display:grid}.surface-ops .ops-selected-user{background:#f7fbff;border:1px solid #d6e6f8;border-radius:15px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px;display:grid}.surface-ops .ops-selected-user strong,.surface-ops .ops-selected-user small,.surface-ops .ops-selected-user em{display:block}.surface-ops .ops-selected-user strong{color:#18365d;font-size:14px}.surface-ops .ops-selected-user small{color:#7185a4;margin-top:2px;font-size:13px}.surface-ops .ops-selected-user em{color:#0b84ff;margin-top:5px;font-size:12px;font-style:normal;font-weight:800}.surface-ops .ops-audit-toolbar{grid-template-columns:minmax(220px,1fr) minmax(260px,420px) auto}.surface-ops .ops-table-filter-row{box-sizing:border-box;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;max-width:100%;display:flex}.surface-ops .ops-table-filter-row .form-input{box-sizing:border-box;width:auto;min-width:154px;min-height:42px;font-size:14px}.surface-ops .ops-clickable-row{cursor:pointer}.surface-ops .ops-audit-table{table-layout:fixed}.surface-ops .ops-audit-table th:first-child,.surface-ops .ops-audit-table td:first-child{white-space:nowrap;width:120px}.surface-ops .ops-audit-table th:nth-child(2),.surface-ops .ops-audit-table td:nth-child(2){width:170px}.surface-ops .ops-audit-table th:nth-child(3),.surface-ops .ops-audit-table td:nth-child(3),.surface-ops .ops-audit-table th:nth-child(4),.surface-ops .ops-audit-table td:nth-child(4){width:130px}.surface-ops .ops-audit-table th:nth-child(5),.surface-ops .ops-audit-table td:nth-child(5){width:110px}.surface-ops .ops-audit-table th:nth-child(6),.surface-ops .ops-audit-table td:nth-child(6){width:60px}.surface-ops .ops-audit-table td{text-overflow:ellipsis;overflow:hidden}.surface-ops .ops-audit-action-cell,.surface-ops .ops-audit-user-cell{align-items:center;gap:8px;min-width:0;max-width:100%;display:inline-flex}.surface-ops .ops-audit-action-cell span{color:#0b84ff;background:#e8f4ff;border-radius:9px;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.surface-ops .ops-audit-action-cell strong{color:#18365d;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap;min-width:0;font-size:14px;overflow:hidden}.surface-ops .ops-audit-user-cell{color:#415776}.surface-ops .ops-audit-user-cell span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.surface-ops .ops-audit-detail-row td{background:#f7fbff;padding:0}.surface-ops .ops-audit-detail-grid{border-top:1px solid #e3eef9;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px;display:grid}.surface-ops .ops-audit-detail-grid div{background:#fff;border:1px solid #e3eef9;border-radius:13px;min-width:0;padding:12px}.surface-ops .ops-audit-detail-grid span,.surface-ops .ops-audit-detail-grid code{display:block}.surface-ops .ops-audit-detail-grid span{color:#7890ad;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:850}.surface-ops .ops-audit-detail-grid code{color:#18365d;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.surface-ops .ops-detail-hero{background:linear-gradient(135deg,#fffffff5,#eef8ffe6),#fff;border:1px solid #bed8f5c7;border-radius:22px;justify-content:space-between;align-items:center;gap:20px;padding:20px;display:flex;box-shadow:0 12px 32px #1c549012}.surface-ops .ops-detail-hero-main{align-items:center;gap:14px;min-width:0;display:flex}.surface-ops .ops-back-button{color:#18365d;background:#fff;border:1px solid #d6e6f8;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.surface-ops .ops-back-button:hover{color:#0067d7;border-color:#9dd8ff}.surface-ops .ops-detail-avatar{color:#fff;background:linear-gradient(135deg,#0b84ff,#38bdf8);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:15px;font-weight:850;display:inline-flex;box-shadow:0 14px 28px #0b84ff2e}.surface-ops .ops-detail-title{min-width:0}.surface-ops .ops-detail-title-row{align-items:center;gap:10px;min-width:0;display:flex}.surface-ops .ops-detail-title-row h1{color:#0f2342;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:28px;line-height:1.14;overflow:hidden}.surface-ops .ops-detail-meta{color:#7185a4;flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;font-size:13px;font-weight:650;display:flex}.surface-ops .ops-detail-meta code{color:#0067d7;background:#eaf5ff;border-radius:8px;padding:3px 7px;font-size:12px}.surface-ops .ops-detail-actions{flex-shrink:0;gap:8px;display:flex}.surface-ops .ops-tenant-health-strip{grid-template-columns:minmax(240px,1.15fr) repeat(4,minmax(170px,1fr));gap:14px;min-width:0;display:grid}.surface-ops .ops-tenant-readiness-card,.surface-ops .ops-tenant-health-item{background:#fffffff0;border:1px solid #bed8f5c7;border-radius:18px;min-width:0;padding:16px;box-shadow:0 10px 28px #1c54900f}.surface-ops .ops-tenant-readiness-card{gap:12px;display:grid}.surface-ops .ops-tenant-readiness-head,.surface-ops .ops-tenant-health-item{align-items:center;gap:12px;display:flex}.surface-ops .ops-tenant-readiness-head strong,.surface-ops .ops-tenant-health-item strong{color:#18365d;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;font-weight:850;display:block;overflow:hidden}.surface-ops .ops-tenant-readiness-head strong{color:#061b38;font-size:24px}.surface-ops .ops-tenant-readiness-head small,.surface-ops .ops-tenant-health-item small{color:#7185a4;margin-top:4px;font-size:13px;font-weight:700;display:block}.surface-ops .ops-tenant-health-item>svg{color:#0b84ff;flex-shrink:0}.surface-ops .ops-tenant-health-item.action{cursor:pointer;font-family:var(--font-sans);text-align:left;border-color:#0b84ff2e}.surface-ops .ops-tenant-health-item.action:hover{background:#f8fbff;border-color:#9dd8ff}.surface-ops .ops-readiness-meter.wide{width:100%}.surface-ops .ops-tenant-detail-kpis{grid-template-columns:repeat(4,minmax(170px,1fr));gap:16px;display:grid}.surface-ops .ops-detail-kpi-card{background:#fffffff0;border:1px solid #bed8f5c7;border-radius:18px;align-items:center;gap:14px;min-height:96px;padding:18px;display:flex;box-shadow:0 12px 32px #1c549012}.surface-ops .ops-detail-kpi-card strong{color:#061b38;font-size:25px;font-weight:850;line-height:1;display:block}.surface-ops .ops-detail-kpi-card small{color:#5f7695;margin-top:6px;font-size:13px;font-weight:700;display:block}.surface-ops .detail-tabs{background:#ffffffd1;border:1px solid #bed8f5c7;border-radius:18px;flex-wrap:wrap;gap:8px;padding:10px;display:flex;box-shadow:0 10px 28px #1c54900d}.surface-ops .detail-tab{color:#536b8b;min-height:36px;font-family:var(--font-sans);background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.surface-ops .detail-tab:hover{color:#0067d7;background:#f1f8ff}.surface-ops .detail-tab.active{color:#0067d7;background:#eaf5ff;border-color:#0b84ff33}.surface-ops .ops-detail-overview-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;display:grid}.surface-ops .ops-soft-stat{color:#536b8b;background:#fff;border:1px solid #d6e6f8;border-radius:13px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 14px;display:inline-flex}.surface-ops .ops-soft-stat strong{color:#0b84ff;font-size:16px}.surface-ops .ops-soft-stat span{white-space:nowrap;font-size:13px;font-weight:750}.surface-ops .ops-section-title{color:#0f2342;margin:0;font-size:18px;line-height:1.2}.surface-ops .ops-section-copy{color:#7185a4;margin:5px 0 0;font-size:14px}.surface-ops .ops-catalog-grid{grid-template-columns:repeat(2,minmax(280px,1fr));gap:18px;padding:18px;display:grid}.surface-ops .ops-catalog-card{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #bed8f5c7;border-radius:18px;flex-direction:column;gap:14px;min-height:245px;padding:20px;display:flex;box-shadow:0 10px 28px #1c54900f}.surface-ops .ops-catalog-link{color:inherit;text-decoration:none}.surface-ops .ops-catalog-link:hover{border-color:#9dd8ff;transform:translateY(-1px);box-shadow:0 18px 42px #1c54901f}.surface-ops .ops-catalog-card-head{grid-template-columns:auto 1fr auto;align-items:center;gap:13px;min-width:0;display:grid}.surface-ops .ops-catalog-icon{color:#0b84ff;background:#e8f4ff;border-radius:17px;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex}.surface-ops .ops-catalog-icon.muted{color:#7890ad;background:#f1f5f9}.surface-ops .ops-catalog-card h2{color:#0f2342;margin:0;font-size:17px;line-height:1.2}.surface-ops .ops-catalog-card code{color:#0067d7;background:#eaf5ff;border-radius:8px;margin-top:5px;padding:3px 7px;font-size:12px;font-weight:750;display:inline-flex}.surface-ops .ops-catalog-card p{color:#536b8b;margin:0;font-size:14px;line-height:1.55}.surface-ops .ops-catalog-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.surface-ops .ops-catalog-metrics span{color:#476283;background:#f8fbff;border:1px solid #e0ebf8;border-radius:999px;align-items:center;gap:7px;min-height:30px;padding:0 10px;font-size:13px;font-weight:750;display:inline-flex}.surface-ops .ops-catalog-readiness{gap:7px;display:grid}.surface-ops .ops-catalog-readiness small{color:#7185a4;font-size:13px;font-weight:750}.surface-ops .ops-surface-chips{flex-wrap:wrap;gap:6px;display:flex}.surface-ops .ops-surface-chips span{color:#0067d7;text-transform:capitalize;background:#eaf5ff;border:1px solid #0b84ff2e;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:800}.surface-ops .ops-catalog-footer{color:#7185a4;border-top:1px solid #e7f0fa;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:14px;font-size:13px;font-weight:700;display:flex}.surface-ops .ops-catalog-footer em{color:#0b84ff;white-space:nowrap;align-items:center;gap:6px;font-style:normal;font-weight:850;display:inline-flex}.surface-ops .ops-vertical-readiness-strip{grid-template-columns:minmax(240px,1.15fr) repeat(4,minmax(170px,1fr))}.surface-ops .ops-vertical-field-list{gap:10px;margin-top:18px;display:grid}.surface-ops .ops-vertical-field-list>div{background:#f8fbff;border:1px solid #e0ebf8;border-radius:13px;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:12px;min-height:38px;padding:9px 12px;display:grid}.surface-ops .ops-vertical-field-list span{color:#7890ad;text-transform:uppercase;font-size:12px;font-weight:850}.surface-ops .ops-vertical-field-list strong,.surface-ops .ops-vertical-field-list code{color:#18365d;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:800;overflow:hidden}.surface-ops .ops-vertical-field-list code{color:#0067d7;background:#eaf5ff;border-radius:8px;padding:3px 7px}.surface-ops .ops-theme-preview-row{background:#f8fbff;border:1px solid #e0ebf8;border-radius:16px;align-items:center;gap:14px;min-height:92px;margin-top:18px;padding:16px;display:flex}.surface-ops .ops-theme-preview-row strong,.surface-ops .ops-vertical-health-summary strong{color:#18365d;font-size:14px;font-weight:850;display:block}.surface-ops .ops-theme-preview-row small,.surface-ops .ops-vertical-health-summary small{color:#7185a4;margin-top:4px;font-size:13px;font-weight:700;display:block}.surface-ops .ops-theme-swatches{background:#fff;border:1px solid #d6e6f8;border-radius:14px;gap:4px;padding:5px;display:flex}.surface-ops .ops-theme-swatches span{border:1px solid #0f234214;border-radius:9px;width:30px;height:30px}.surface-ops .ops-vertical-health-summary{background:#f8fbff;border:1px solid #e0ebf8;border-radius:16px;align-items:center;gap:12px;margin-top:18px;padding:14px;display:flex}.surface-ops .ops-vertical-issue-list{gap:8px;margin-top:12px;display:grid}.surface-ops .ops-vertical-issue-list div{color:#536b8b;align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.surface-ops .ops-vertical-issue-list svg{color:#ea580c;flex-shrink:0}.surface-ops .ops-vertical-surface-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:18px;display:grid}.surface-ops .ops-vertical-surface-summary span{color:#7185a4;background:#f8fbff;border:1px solid #e0ebf8;border-radius:13px;gap:4px;min-height:58px;padding:11px;font-size:12px;font-weight:750;display:grid}.surface-ops .ops-vertical-surface-summary strong{color:#0b84ff;font-size:18px;line-height:1}.surface-ops .ops-vertical-surfaces-layout{gap:18px;display:grid}.surface-ops .ops-factory-grid{grid-template-columns:repeat(3,minmax(180px,1fr));gap:12px;margin-top:18px;display:grid}.surface-ops .ops-factory-grid div{background:#f8fbff;border:1px solid #e0ebf8;border-radius:16px;gap:7px;min-height:92px;padding:16px;display:grid}.surface-ops .ops-factory-grid span{color:#7185a4;font-size:13px;font-weight:800}.surface-ops .ops-factory-grid strong{color:#061b38;font-size:20px;font-weight:850}.surface-ops .ops-surface-grid{gap:12px;margin-top:18px;display:grid}.surface-ops .ops-surface-card{background:#fff;border:1px solid #e0ebf8;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;display:grid;box-shadow:0 10px 28px #1c54900d}.surface-ops .ops-surface-card>span:first-child{color:#0b84ff;background:#e8f4ff;border-radius:15px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.surface-ops .ops-surface-card>span.native{color:#0891b2;background:#e6faff}.surface-ops .ops-surface-card-title{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.surface-ops .ops-surface-card-title strong{color:#18365d;font-size:14px;font-weight:850}.surface-ops .ops-surface-card-title em{color:#0067d7;text-transform:uppercase;background:#eaf5ff;border-radius:999px;padding:3px 7px;font-size:11px;font-style:normal;font-weight:850}.surface-ops .ops-surface-card code,.surface-ops .ops-surface-card small{color:#7185a4;margin-top:5px;margin-right:8px;font-size:13px;display:inline-flex}.surface-ops .ops-surface-card code{color:#0067d7;background:#f1f8ff;border-radius:8px;padding:3px 7px;font-size:12px;font-weight:750}.surface-ops .ops-interface-layout{gap:22px;display:grid}.surface-ops .ops-interface-hero-panel{gap:18px;display:grid}.surface-ops .ops-interface-hero-head,.surface-ops .ops-interface-permission-card{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.surface-ops .ops-interface-actions,.surface-ops .ops-interface-status-pills,.surface-ops .ops-panel-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.surface-ops .ops-interface-actions{justify-content:flex-end}.surface-ops .ops-interface-permission-card{background:#f8fbff;border:1px solid #0b84ff24;border-radius:16px;padding:16px}.surface-ops .ops-interface-permission-card>div:first-child>div{color:#18365d;align-items:center;gap:8px;display:flex}.surface-ops .ops-interface-permission-card svg{color:#0b84ff}.surface-ops .ops-interface-permission-card strong{font-size:14px;font-weight:850}.surface-ops .ops-interface-permission-card p{color:#536b8b;max-width:760px;margin:7px 0 0;font-size:14px;line-height:1.5}.surface-ops .ops-interface-status-pills{flex-shrink:0;justify-content:flex-end}.surface-ops .ops-interface-workflow-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.surface-ops .ops-interface-workflow-grid>div{background:#fff;border:1px solid #e0ebf8;border-radius:16px;gap:8px;min-height:134px;padding:16px;display:grid;box-shadow:0 10px 26px #1c54900b}.surface-ops .ops-interface-workflow-grid svg{color:#0b84ff}.surface-ops .ops-interface-workflow-grid strong{color:#18365d;font-size:14px;font-weight:850}.surface-ops .ops-interface-workflow-grid span{color:#7185a4;font-size:13px;line-height:1.45}.surface-ops .ops-interface-section-nav,.surface-ops .ops-interface-section-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.surface-ops .ops-interface-section-nav a,.surface-ops .ops-interface-section-card{color:#1e3350;background:#fff;border:1px solid #dbe8f7;border-radius:12px;gap:5px;min-height:76px;padding:13px;text-decoration:none;display:grid}.surface-ops .ops-interface-section-nav a:hover,.surface-ops .ops-interface-section-card:hover{background:#f7fbff;border-color:#0b84ff52}.surface-ops .ops-interface-section-nav a.active{background:#eaf5ff;border-color:#0b84ff70;box-shadow:inset 3px 0 #0b84ff}.surface-ops .ops-interface-section-nav strong,.surface-ops .ops-interface-section-card strong{font-size:14px;font-weight:850}.surface-ops .ops-interface-section-nav span,.surface-ops .ops-interface-section-card span{color:#6b7f9a;font-size:13px;line-height:1.35}.surface-ops .ops-demo-pack-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:12px;margin-top:18px;display:grid}.surface-ops .ops-demo-pack-card{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #e0ebf8;border-radius:16px;flex-direction:column;gap:12px;min-height:255px;padding:16px;display:flex;box-shadow:0 10px 28px #1c54900e}.surface-ops .ops-demo-pack-head{grid-template-columns:auto minmax(0,1fr) auto;align-items:flex-start;gap:10px;display:grid}.surface-ops .ops-demo-pack-icon{color:#0b84ff;background:#e8f4ff;border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.surface-ops .ops-demo-pack-head strong{color:#18365d;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:850;display:block;overflow:hidden}.surface-ops .ops-demo-pack-head code{color:#7185a4;margin-top:4px;font-size:12px;display:inline-flex}.surface-ops .ops-demo-pack-card p{color:#536b8b;margin:0;font-size:13px;line-height:1.5}.surface-ops .ops-demo-pack-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.surface-ops .ops-demo-pack-metrics div{color:#7185a4;background:#fff;border:1px solid #e7f0fa;border-radius:12px;padding:9px;font-size:12px;font-weight:750}.surface-ops .ops-demo-pack-metrics strong{color:#0b84ff;font-size:15px;display:block}.surface-ops .ops-demo-pack-tags,.surface-ops .ops-demo-pack-actions{flex-wrap:wrap;gap:6px;display:flex}.surface-ops .ops-demo-pack-tags .badge,.surface-ops .ops-interface-toggle .badge{font-size:11px}.surface-ops .ops-demo-pack-actions{border-top:1px solid #e7f0fa;margin-top:auto;padding-top:10px}.surface-ops .ops-website-pro-gallery-body{gap:14px;margin-top:18px;display:grid}.surface-ops .ops-website-pro-gallery-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.surface-ops .ops-website-pro-gallery-summary>div{background:#f8fbff;border:1px solid #d7e7f8;border-radius:8px;padding:14px}.surface-ops .ops-website-pro-gallery-summary strong{color:#0b84ff;font-size:22px;font-weight:850;display:block}.surface-ops .ops-website-pro-gallery-summary span{color:#536b8b;font-size:13px;font-weight:800}.surface-ops .ops-website-pro-gallery-boundary,.surface-ops .ops-website-pro-gallery-badges{flex-wrap:wrap;gap:6px;display:flex}.surface-ops .ops-website-pro-gallery-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;display:grid}.surface-ops .ops-website-pro-gallery-card{background:#fff;border:1px solid #e0ebf8;border-radius:8px;gap:12px;padding:16px;display:grid}.surface-ops .ops-website-pro-gallery-card-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.surface-ops .ops-website-pro-gallery-card h4{color:#11213a;margin:0 0 4px;font-size:15px;font-weight:850}.surface-ops .ops-website-pro-gallery-card code{color:#536b8b;font-size:12px}.surface-ops .ops-website-pro-gallery-card p{color:#405a7a;margin:0;font-size:13px;line-height:1.5}.surface-ops .ops-website-pro-gallery-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.surface-ops .ops-website-pro-gallery-meta>div{background:#f8fbff;border:1px solid #e7f0fa;border-radius:8px;min-width:0;padding:9px}.surface-ops .ops-website-pro-gallery-meta span{color:#536b8b;text-transform:uppercase;font-size:11px;font-weight:850;display:block}.surface-ops .ops-website-pro-gallery-meta strong{overflow-wrap:anywhere;color:#0f2745;margin-top:3px;font-size:13px;font-weight:850;display:block}.surface-ops .ops-website-pro-gallery-meta em{color:#0b5faa;margin-top:6px;font-size:11px;font-style:normal;font-weight:850;display:inline-flex}.surface-ops .ops-website-pro-gallery-planned{background:#f2f7ff;border:1px solid #cfe1ff;border-radius:8px;gap:3px;padding:9px;display:grid}.surface-ops .ops-website-pro-gallery-planned span{color:#536b8b;font-size:12px;font-weight:800}.surface-ops .ops-website-pro-gallery-planned strong{overflow-wrap:anywhere;color:#1d4ed8;font-size:13px;font-weight:850}.surface-ops .ops-website-pro-gallery-actions{flex-wrap:wrap;gap:8px;padding-top:2px;display:flex}.surface-ops .ops-website-pro-coverage-body{gap:14px;margin-top:18px;display:grid}.surface-ops .ops-website-pro-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.surface-ops .ops-website-pro-summary-grid button,.surface-ops .ops-website-pro-filter-row button{color:#345071;cursor:pointer;background:#fff;border:1px solid #d7e7f8;border-radius:8px}.surface-ops .ops-website-pro-summary-grid button{text-align:left;gap:3px;min-height:74px;padding:12px;display:grid}.surface-ops .ops-website-pro-summary-grid button.active,.surface-ops .ops-website-pro-filter-row button.active{color:#064f9e;background:#f1f8ff;border-color:#0b84ff}.surface-ops .ops-website-pro-summary-grid strong{color:#0f2745;font-size:22px;font-weight:850}.surface-ops .ops-website-pro-summary-grid span,.surface-ops .ops-website-pro-filter-row button{font-size:13px;font-weight:800}.surface-ops .ops-website-pro-filter-row{flex-wrap:wrap;gap:8px;display:flex}.surface-ops .ops-website-pro-filter-row button{min-height:32px;padding:7px 10px}.surface-ops .ops-website-pro-coverage-list{grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:12px;display:grid}.surface-ops .ops-website-pro-coverage-card{background:#fff;border:1px solid #e0ebf8;border-radius:8px;gap:12px;padding:16px;display:grid}.surface-ops .ops-website-pro-coverage-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.surface-ops .ops-website-pro-coverage-head h4{color:#11213a;margin:0 0 4px;font-size:15px;font-weight:850}.surface-ops .ops-website-pro-coverage-head code,.surface-ops .ops-website-pro-pair-list code{color:#536b8b;font-size:12px}.surface-ops .ops-website-pro-coverage-card p{color:#405a7a;margin:0;font-size:13px;line-height:1.5}.surface-ops .ops-website-pro-coverage-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.surface-ops .ops-website-pro-coverage-metrics div{background:#f8fbff;border:1px solid #e7f0fa;border-radius:8px;padding:9px}.surface-ops .ops-website-pro-coverage-metrics strong{color:#0b84ff;font-size:16px;font-weight:850;display:block}.surface-ops .ops-website-pro-coverage-metrics span{color:#536b8b;font-size:11px;font-weight:800}.surface-ops .ops-website-pro-goal-row,.surface-ops .ops-website-pro-planned-row{flex-wrap:wrap;gap:6px;display:flex}.surface-ops .ops-website-pro-pair-list,.surface-ops .ops-website-pro-gap-box{gap:8px;display:grid}.surface-ops .ops-website-pro-pair-list>div{background:#f4fbf6;border:1px solid #d8eddf;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:10px;display:flex}.surface-ops .ops-website-pro-pair-list strong{color:#12351f;font-size:13px;font-weight:850;display:block}.surface-ops .ops-website-pro-gap-box{color:#83540b;background:#fff8ec;border:1px solid #f4d6a3;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;padding:10px;font-size:13px;line-height:1.45}.surface-ops .ops-ready-to-sell-body{gap:14px;margin-top:18px;display:grid}.surface-ops .ops-ready-to-sell-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.surface-ops .ops-ready-to-sell-summary>div{background:#fff;border:1px solid #d7e7f8;border-radius:8px;gap:3px;min-height:66px;padding:12px;display:grid}.surface-ops .ops-ready-to-sell-summary strong{color:#0f2745;font-size:21px;font-weight:850}.surface-ops .ops-ready-to-sell-summary span{color:#405a7a;font-size:13px;font-weight:850}.surface-ops .ops-ready-to-sell-list{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:12px;display:grid}.surface-ops .ops-ready-to-sell-card{background:#fff;border:1px solid #e0ebf8;border-radius:8px;align-content:flex-start;gap:12px;padding:16px;display:grid}.surface-ops .ops-ready-to-sell-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.surface-ops .ops-ready-to-sell-head h4{color:#11213a;margin:0 0 6px;font-size:15px;font-weight:850}.surface-ops .ops-ready-to-sell-meta,.surface-ops .ops-ready-to-sell-pack-row,.surface-ops .ops-ready-to-sell-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.surface-ops .ops-ready-to-sell-meta code{color:#536b8b;font-size:12px}.surface-ops .ops-ready-to-sell-meta span{color:#6b7f9d;font-size:12px;font-weight:850}.surface-ops .ops-ready-to-sell-pack-row{color:#405a7a;background:#f8fbff;border:1px solid #e7f0fa;border-radius:8px;justify-content:space-between;padding:10px;font-size:13px;font-weight:800}.surface-ops .ops-ready-to-sell-issues,.surface-ops .ops-ready-to-sell-ok{border-top:1px solid #e7f0fa;gap:7px;padding-top:10px;display:grid}.surface-ops .ops-ready-to-sell-issues>div,.surface-ops .ops-ready-to-sell-ok{color:#405a7a;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;font-size:13px;line-height:1.45}.surface-ops .ops-ready-to-sell-issues>div{gap:7px;display:grid}.surface-ops .ops-ready-to-sell-issues svg{color:#d97706;margin-top:2px}.surface-ops .ops-ready-to-sell-ok{color:#166534;font-weight:750}.surface-ops .ops-ready-to-sell-ok svg{color:#16a34a;margin-top:2px}.surface-ops .ops-ready-to-sell-actions{border-top:1px solid #e7f0fa;padding-top:10px}.surface-ops .ops-quote-kit-body{gap:14px;margin-top:18px;display:grid}.surface-ops .ops-quote-kit-toolbar{gap:10px;display:grid}.surface-ops .ops-quote-kit-list{gap:12px;display:grid}.surface-ops .ops-quote-kit-card{background:#fff;border:1px solid #d8e7f8;border-radius:8px;gap:14px;padding:16px;display:grid}.surface-ops .ops-quote-kit-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.surface-ops .ops-quote-kit-card-head h4{color:#10203a;margin:0 0 6px;font-size:16px;font-weight:850}.surface-ops .ops-quote-kit-card-head p{color:#2f4f73;max-width:820px;margin:0;font-size:14px;font-weight:650;line-height:1.55}.surface-ops .ops-quote-kit-meta{grid-template-columns:1fr 1fr;gap:10px;display:grid}.surface-ops .ops-quote-kit-meta>div{background:#f8fbff;border:1px solid #e2edf9;border-radius:8px;gap:4px;min-width:0;padding:10px;display:grid}.surface-ops .ops-quote-kit-meta span,.surface-ops .ops-quote-kit-columns span{color:#315071;text-transform:uppercase;font-size:12px;font-weight:850}.surface-ops .ops-quote-kit-meta strong{overflow-wrap:anywhere;color:#10233f;font-size:14px;font-weight:850}.surface-ops .ops-quote-kit-columns{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.surface-ops .ops-quote-kit-columns>div{background:#fbfdff;border:1px solid #e2edf9;border-radius:8px;align-content:flex-start;gap:8px;min-width:0;padding:12px;display:grid}.surface-ops .ops-quote-kit-columns ul{color:#2f4f73;gap:6px;margin:0;padding-left:16px;font-size:13px;font-weight:650;line-height:1.45;display:grid}.surface-ops .ops-quote-kit-note{color:#24503a;background:#f5fbf5;border:1px solid #d9eadb;border-radius:8px;padding:12px;font-size:13px;font-weight:700;line-height:1.5}.surface-ops .ops-quote-kit-actions{border-top:1px solid #e7f0fa;flex-wrap:wrap;gap:8px;padding-top:10px;display:flex}.surface-ops .ops-sellable-catalog-body{gap:14px;margin-top:18px;display:grid}.surface-ops .ops-sellable-catalog-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.surface-ops .ops-sellable-catalog-summary button{color:#345071;text-align:left;cursor:pointer;background:#fff;border:1px solid #d7e7f8;border-radius:8px;gap:3px;min-height:74px;padding:12px;display:grid}.surface-ops .ops-sellable-catalog-summary button.active{color:#064f9e;background:#f1f8ff;border-color:#0b84ff}.surface-ops .ops-sellable-catalog-summary strong{color:#0f2745;font-size:22px;font-weight:850}.surface-ops .ops-sellable-catalog-summary span{color:#405a7a;font-size:13px;font-weight:850}.surface-ops .ops-sellable-catalog-toolbar{gap:10px;display:grid}.surface-ops .ops-sellable-catalog-selects{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.surface-ops .ops-sellable-catalog-selects label{color:#233b5f;gap:5px;font-size:13px;font-weight:850;display:grid}.surface-ops .ops-sellable-catalog-selects select{color:#10233f;background:#fff;border:1px solid #c7dbf3;border-radius:8px;width:100%;min-height:38px;padding:8px 10px;font-size:14px;font-weight:750}.surface-ops .ops-sellable-catalog-list{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:12px;display:grid}.surface-ops .ops-sellable-catalog-card{background:#fff;border:1px solid #e0ebf8;border-radius:8px;align-content:flex-start;gap:12px;padding:16px;display:grid}.surface-ops .ops-sellable-catalog-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.surface-ops .ops-sellable-catalog-card-head h4{color:#11213a;margin:0 0 6px;font-size:15px;font-weight:850}.surface-ops .ops-sellable-catalog-card-head p{color:#365477;margin:0;font-size:13px;line-height:1.5}.surface-ops .ops-sellable-catalog-chips,.surface-ops .ops-sellable-catalog-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.surface-ops .ops-sellable-catalog-chips span{color:#2e4a6d;background:#f8fbff;border:1px solid #dbe8f7;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:850}.surface-ops .ops-sellable-catalog-details{grid-template-columns:1.4fr 1fr 70px;gap:8px;display:grid}.surface-ops .ops-sellable-catalog-details>div{background:#f8fbff;border:1px solid #e7f0fa;border-radius:8px;gap:3px;min-width:0;padding:10px;display:grid}.surface-ops .ops-sellable-catalog-details span{color:#496787;font-size:12px;font-weight:850}.surface-ops .ops-sellable-catalog-details strong{overflow-wrap:anywhere;color:#10233f;font-size:13px;font-weight:850}.surface-ops .ops-sellable-catalog-blockers{border-top:1px solid #e7f0fa;gap:7px;padding-top:10px;display:grid}.surface-ops .ops-sellable-catalog-blockers>div{color:#405a7a;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:7px;font-size:13px;line-height:1.45;display:grid}.surface-ops .ops-sellable-catalog-blockers svg{color:#d97706;margin-top:2px}.surface-ops .ops-sellable-catalog-actions{border-top:1px solid #e7f0fa;padding-top:10px}.surface-ops .ops-website-pro-actions-body{gap:14px;margin-top:18px;display:grid}.surface-ops .ops-website-pro-action-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.surface-ops .ops-website-pro-action-summary button{color:#345071;text-align:left;cursor:pointer;background:#fff;border:1px solid #d7e7f8;border-radius:8px;gap:3px;min-height:66px;padding:12px;display:grid}.surface-ops .ops-website-pro-action-summary button.active{color:#064f9e;background:#f1f8ff;border-color:#0b84ff}.surface-ops .ops-website-pro-action-summary strong{color:#0f2745;font-size:21px;font-weight:850}.surface-ops .ops-website-pro-action-summary span{font-size:13px;font-weight:850}.surface-ops .ops-website-pro-action-list{gap:12px;display:grid}.surface-ops .ops-website-pro-action-card{background:#fff;border:1px solid #e0ebf8;border-radius:8px;gap:12px;padding:16px;display:grid}.surface-ops .ops-website-pro-action-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.surface-ops .ops-website-pro-action-controls{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.surface-ops .ops-website-pro-action-badges,.surface-ops .ops-website-pro-action-criteria{flex-wrap:wrap;gap:6px;display:flex}.surface-ops .ops-website-pro-action-head h4{color:#11213a;margin:8px 0 4px;font-size:15px;font-weight:850}.surface-ops .ops-website-pro-action-card p{color:#405a7a;margin:0;font-size:13px;line-height:1.5}.surface-ops .ops-website-pro-action-head code,.surface-ops .ops-website-pro-action-meta code{color:#536b8b;font-size:12px}.surface-ops .ops-website-pro-action-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.surface-ops .ops-website-pro-action-meta>div{background:#f8fbff;border:1px solid #e7f0fa;border-radius:8px;gap:4px;padding:9px;display:grid}.surface-ops .ops-website-pro-action-meta span{color:#405a7a;font-size:11px;font-weight:850}.surface-ops .ops-website-pro-action-criteria{border-top:1px solid #e7f0fa;flex-direction:column;padding-top:10px}.surface-ops .ops-website-pro-action-criteria>div{color:#405a7a;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:7px;font-size:13px;line-height:1.45;display:grid}.surface-ops .ops-website-pro-action-criteria svg{color:#16a34a;margin-top:2px}.surface-ops .ops-gap-draft-modal{width:min(680px,100%);max-height:calc(100vh - 48px);overflow:auto}.surface-ops .ops-gap-draft-summary{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.surface-ops .ops-gap-draft-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.surface-ops .ops-gap-draft-criteria{background:#f8fbff;border:1px solid #d7e7f8;border-radius:8px;gap:8px;margin-top:14px;padding:12px;display:grid}.surface-ops .ops-gap-draft-criteria strong{color:#0f2745;font-size:13px}.surface-ops .ops-gap-draft-criteria>div{color:#405a7a;grid-template-columns:auto minmax(0,1fr);gap:7px;font-size:13px;line-height:1.45;display:grid}.surface-ops .ops-gap-draft-criteria svg{color:#16a34a;margin-top:2px}.surface-ops .ops-gap-draft-note{color:#83540b;background:#fff8ec;border:1px solid #f4d6a3;border-radius:8px;margin-top:12px;padding:10px 12px;font-size:13px;line-height:1.45}.surface-ops .ops-draft-editor-modal{width:min(780px,100%);max-height:calc(100vh - 48px);overflow:auto}.surface-ops .ops-draft-editor-grid,.surface-ops .ops-draft-editor-json-grid{gap:12px;display:grid}.surface-ops .ops-draft-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.surface-ops .ops-draft-editor-json-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:12px}.surface-ops .ops-json-textarea{min-height:140px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.5}.surface-ops .ops-json-textarea.tall{min-height:220px}.surface-ops .ops-editor-focus-note{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:9px;margin-bottom:14px;padding:11px 12px;display:grid}.surface-ops .ops-editor-focus-note svg{color:#0b84ff;margin-top:2px}.surface-ops .ops-editor-focus-note strong{color:#102a52;font-size:14px;font-weight:850;display:block}.surface-ops .ops-editor-focus-note span{color:#345071;margin-top:2px;font-size:13px;line-height:1.45;display:block}.surface-ops .ops-qa-gate-modal{width:min(680px,100%);max-height:calc(100vh - 48px);overflow:auto}.surface-ops .ops-qa-checklist{gap:10px;margin:14px 0;display:grid}.surface-ops .ops-qa-checklist label{background:#fff;border:1px solid #d7e7f8;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:10px;padding:12px;display:grid}.surface-ops .ops-qa-checklist input{margin-top:3px}.surface-ops .ops-qa-checklist strong{color:#11213a;font-size:14px;font-weight:850;display:block}.surface-ops .ops-qa-checklist small{color:#405a7a;margin-top:3px;font-size:13px;line-height:1.45;display:block}.surface-ops .ops-qa-pair-summary{background:#f8fbff;border:1px solid #e7f0fa;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:center;gap:8px;margin-bottom:14px;padding:10px;display:grid}.surface-ops .ops-qa-pair-summary>div{gap:3px;display:grid}.surface-ops .ops-qa-pair-summary span{color:#405a7a;font-size:11px;font-weight:850}.surface-ops .ops-qa-pair-summary code{color:#11213a;font-size:12px}.surface-ops .ops-registry-hygiene-list{background:#fff8ec;border:1px solid #f4d6a3;border-radius:8px;gap:7px;padding:10px;display:grid}.surface-ops .ops-registry-hygiene-list>div{color:#83540b;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:7px;font-size:13px;line-height:1.45;display:grid}.surface-ops .ops-registry-hygiene-list svg{color:#d97706;margin-top:2px}.surface-ops .ops-registry-hygiene-list.compact{padding:8px}.surface-ops .ops-registry-hygiene-list.compact>div{font-size:12px}.surface-ops .ops-inline-checkbox{color:#334b68;align-items:center;gap:8px;min-height:38px;font-size:13px;font-weight:750;display:flex}.surface-ops .ops-variant-editor-layout{grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);align-items:flex-start;gap:16px;display:grid}.surface-ops .ops-token-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.surface-ops .ops-token-input-row{grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;display:grid}.surface-ops .ops-token-input-row span{border:1px solid #d7e7f8;border-radius:8px;width:34px;height:34px}.surface-ops .ops-variant-token-preview{border:1px solid #d7e7f8;border-radius:8px;padding:14px}.surface-ops .ops-variant-token-preview-card{border:1px solid #d7e7f8;border-radius:8px;gap:8px;padding:14px;display:grid}.surface-ops .ops-variant-token-preview-card span,.surface-ops .ops-variant-token-preview-card p{margin:0;font-size:13px;line-height:1.45}.surface-ops .ops-variant-token-preview-card strong{font-size:15px;font-weight:850}.surface-ops .ops-variant-token-preview-card button{color:#fff;border:0;border-radius:8px;justify-self:flex-start;padding:8px 12px;font-size:13px;font-weight:850}.surface-ops .ops-variant-token-preview-card em{color:#0f2745;border-radius:999px;justify-self:flex-start;padding:5px 9px;font-size:12px;font-style:normal;font-weight:800}.surface-ops .ops-variant-readiness-box{background:#fff8ec;border:1px solid #f4d6a3;border-radius:8px;gap:8px;margin-top:12px;padding:12px;display:grid}.surface-ops .ops-variant-readiness-box.is-ready{background:#f0fdf4;border-color:#bdebcf}.surface-ops .ops-variant-readiness-box strong{color:#0f2745;font-size:13px}.surface-ops .ops-variant-readiness-box>div{color:#83540b;grid-template-columns:auto minmax(0,1fr);gap:7px;font-size:13px;line-height:1.45;display:grid}.surface-ops .ops-variant-readiness-box.is-ready>div{color:#166534}@media (max-width:900px){.surface-ops .ops-website-pro-gallery-summary,.surface-ops .ops-website-pro-summary-grid,.surface-ops .ops-website-pro-action-summary,.surface-ops .ops-ready-to-sell-summary,.surface-ops .ops-quote-kit-columns,.surface-ops .ops-quote-kit-meta,.surface-ops .ops-sellable-catalog-summary,.surface-ops .ops-sellable-catalog-selects,.surface-ops .ops-sellable-catalog-details,.surface-ops .ops-interface-section-nav,.surface-ops .ops-interface-section-card-grid,.surface-ops .ops-website-pro-action-meta,.surface-ops .ops-website-pro-gallery-meta,.surface-ops .ops-website-pro-coverage-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.surface-ops .ops-website-pro-gallery-summary,.surface-ops .ops-website-pro-summary-grid,.surface-ops .ops-website-pro-action-summary,.surface-ops .ops-ready-to-sell-summary,.surface-ops .ops-ready-to-sell-list,.surface-ops .ops-quote-kit-columns,.surface-ops .ops-quote-kit-meta,.surface-ops .ops-sellable-catalog-summary,.surface-ops .ops-sellable-catalog-selects,.surface-ops .ops-sellable-catalog-list,.surface-ops .ops-sellable-catalog-details,.surface-ops .ops-interface-section-nav,.surface-ops .ops-interface-section-card-grid,.surface-ops .ops-website-pro-action-meta,.surface-ops .ops-website-pro-gallery-grid,.surface-ops .ops-website-pro-gallery-meta,.surface-ops .ops-website-pro-coverage-list,.surface-ops .ops-website-pro-coverage-metrics{grid-template-columns:1fr}.surface-ops .ops-ready-to-sell-head,.surface-ops .ops-ready-to-sell-pack-row,.surface-ops .ops-quote-kit-card-head,.surface-ops .ops-sellable-catalog-card-head{flex-direction:column;align-items:flex-start}.surface-ops .ops-qa-pair-summary{grid-template-columns:1fr;align-items:stretch}.surface-ops .ops-website-pro-action-head{flex-direction:column;align-items:stretch}.surface-ops .ops-website-pro-action-controls{justify-content:flex-start}.surface-ops .ops-gap-draft-grid,.surface-ops .ops-draft-editor-grid,.surface-ops .ops-draft-editor-json-grid,.surface-ops .ops-variant-editor-layout,.surface-ops .ops-token-editor-grid{grid-template-columns:1fr}.surface-ops .ops-website-pro-pair-list>div{flex-direction:column;align-items:flex-start}}.surface-ops .ops-interface-templates-panel>div:last-child{margin-top:18px}.surface-ops .ops-interface-toggle{color:#536b8b;white-space:nowrap;cursor:pointer;align-items:center;gap:8px;font-size:13px;font-weight:800;display:inline-flex}.surface-ops .ops-interface-templates-panel>div:last-child{gap:16px;display:grid}.surface-ops .ops-interface-template-card{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #dbe8f7;border-radius:18px;gap:14px;padding:20px;display:grid;box-shadow:0 12px 34px #1c54900f}.surface-ops .ops-interface-template-card.is-draft{background:linear-gradient(#fff 0%,#fff9f4 100%);border-left:4px solid #ea580c}.surface-ops .ops-interface-template-card.is-muted{opacity:.78}.surface-ops .ops-interface-template-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.surface-ops .ops-interface-template-title{gap:7px;min-width:0;display:grid}.surface-ops .ops-interface-template-title>div:first-child{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.surface-ops .ops-interface-template-title h4{color:#0f2342;margin:0;font-size:17px;font-weight:850;line-height:1.2}.surface-ops .ops-interface-template-title .badge{text-transform:capitalize;font-size:11px}.surface-ops .ops-interface-template-meta,.surface-ops .ops-interface-template-tags{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.surface-ops .ops-interface-template-meta{color:#7185a4;text-transform:capitalize;font-size:13px;font-weight:750}.surface-ops .ops-interface-template-meta code,.surface-ops .ops-interface-preview-box code,.surface-ops .ops-interface-data-note code{color:#0067d7;text-transform:none;background:#eaf5ff;border-radius:8px;padding:3px 7px;font-size:12px;font-weight:750}.surface-ops .ops-interface-template-meta .success{color:#16a34a}.surface-ops .ops-interface-template-description{color:#536b8b;max-width:960px;margin:0;font-size:14px;line-height:1.55}.surface-ops .ops-interface-template-tags .badge{font-size:11px}.surface-ops .ops-interface-preview-box,.surface-ops .ops-interface-readiness-box,.surface-ops .ops-interface-variant-box{background:#fff;border:1px solid #e0ebf8;border-radius:16px;padding:16px}.surface-ops .ops-interface-preview-box{grid-template-columns:minmax(220px,1fr) auto;align-items:end;gap:12px;display:grid}.surface-ops .ops-interface-preview-box strong,.surface-ops .ops-interface-readiness-head strong,.surface-ops .ops-interface-variant-head strong,.surface-ops .ops-interface-data-note strong{color:#18365d;font-size:14px;font-weight:850;display:block}.surface-ops .ops-interface-preview-box>div>div{flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;display:flex}.surface-ops .ops-interface-preview-box select{color:#18365d;min-width:220px;height:36px;font-family:var(--font-sans);background:#fff;border:1px solid #d6e6f8;border-radius:10px;padding:0 30px 0 10px;font-size:13px;font-weight:750}.surface-ops .ops-interface-readiness-box.is-ready{background:#f0fdf4;border-color:#16a34a38}.surface-ops .ops-interface-readiness-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.surface-ops .ops-interface-readiness-head span,.surface-ops .ops-interface-data-note span,.surface-ops .ops-interface-variant-head span,.surface-ops .ops-interface-readiness-empty,.surface-ops .ops-interface-template-helper{color:#7185a4;font-size:13px;line-height:1.45}.surface-ops .ops-interface-check-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;display:grid}.surface-ops .ops-interface-check-grid>div,.surface-ops .ops-interface-blocker-list>div,.surface-ops .ops-interface-readiness-empty{color:#536b8b;align-items:center;gap:8px;font-size:13px;font-weight:750;display:flex}.surface-ops .ops-interface-check-grid svg,.surface-ops .ops-interface-blocker-list svg,.surface-ops .ops-interface-readiness-empty svg{color:#ea580c;flex-shrink:0}.surface-ops .ops-interface-check-grid .is-passed svg{color:#16a34a}.surface-ops .ops-interface-blocker-list,.surface-ops .ops-interface-qa-actions{border-top:1px dashed #d6e6f8;flex-wrap:wrap;gap:8px;margin-top:12px;padding-top:12px;display:flex}.surface-ops .ops-interface-qa-actions{align-items:center}.surface-ops .ops-interface-qa-actions span{color:#7185a4;font-size:12px;font-weight:700}.surface-ops .ops-interface-data-note{background:#fff7ed;border:1px solid #ea580c2e;border-radius:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;padding:14px;display:grid}.surface-ops .ops-interface-data-note>div{gap:5px;display:grid}.surface-ops .ops-interface-variant-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.surface-ops .ops-interface-variant-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px;display:grid}.surface-ops .ops-interface-variant-card{background:#fff;border:1px solid #e0ebf8;border-radius:14px;overflow:hidden}.surface-ops .ops-interface-variant-card.is-draft{border-color:#ea580c47}.surface-ops .ops-interface-variant-swatches{grid-template-columns:repeat(4,minmax(0,1fr));height:42px;display:grid}.surface-ops .ops-interface-variant-body{background:#f8fbff;gap:8px;padding:11px;display:grid}.surface-ops .ops-interface-variant-body>div:first-child{justify-content:space-between;align-items:center;gap:8px;display:flex}.surface-ops .ops-interface-variant-body strong{color:#18365d;font-size:13px;font-weight:850}.surface-ops .ops-interface-variant-body .badge{font-size:10px}.surface-ops .ops-interface-variant-body small{color:#ea580c;font-size:11px;font-weight:800}.surface-ops .ops-interface-variant-actions,.surface-ops .ops-interface-template-actions{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.surface-ops .ops-interface-variant-note{color:#7185a4;border-top:1px dashed #d6e6f8;margin-top:12px;padding-top:10px;font-size:12px;font-weight:700}.surface-ops .ops-interface-template-actions{border-top:1px solid #e7f0fa;padding-top:14px}.surface-ops .ops-interface-template-actions .btn:disabled{opacity:.55;cursor:not-allowed}.surface-ops .ops-interface-template-helper{text-align:right;flex:1;min-width:240px}.surface-ops .ops-interface-template-helper .success{color:#16a34a}.surface-ops .ops-interface-template-helper .warning{color:#ea580c}.surface-ops .ops-interface-factory-panel{background:linear-gradient(135deg,#fffffffa,#e8f4ffe0),#fff}.surface-ops .ops-interface-factory-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.surface-ops .ops-interface-factory-steps>div{background:#fff;border:1px solid #dbe8f7;border-radius:16px;gap:8px;min-height:132px;padding:16px;display:grid;box-shadow:0 10px 26px #1c54900b}.surface-ops .ops-interface-factory-steps span{color:#0b84ff;background:#e8f4ff;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:900;display:inline-flex}.surface-ops .ops-interface-factory-steps strong{color:#18365d;font-size:14px;font-weight:850}.surface-ops .ops-interface-factory-steps small{color:#7185a4;font-size:13px;line-height:1.45}.surface-ops .ops-interface-factory-footer{color:#536b8b;border-top:1px solid #dbe8f7;flex-wrap:wrap;align-items:center;gap:12px;margin-top:18px;padding-top:16px;font-size:13px;font-weight:800;display:flex}.surface-ops .ops-interface-factory-footer span{align-items:center;gap:6px;display:inline-flex}.surface-ops .ops-interface-factory-footer svg{color:#16a34a}.surface-ops .ops-interface-factory-footer .muted{color:#8aa0ba}.surface-ops .ops-data-template-list,.surface-ops .ops-plans-layout,.surface-ops .ops-service-pack-list{gap:14px;margin-top:18px;display:grid}.surface-ops .ops-data-template-row{background:#fff;border:1px solid #e0ebf8;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;display:grid;box-shadow:0 10px 28px #1c54900d}.surface-ops .ops-data-template-icon,.surface-ops .ops-service-pack-row>span:first-child{color:#0b84ff;background:#e8f4ff;border-radius:15px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.surface-ops .ops-data-template-title,.surface-ops .ops-data-template-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.surface-ops .ops-data-template-title strong,.surface-ops .ops-service-pack-row strong{color:#18365d;font-size:14px;font-weight:850}.surface-ops .ops-data-template-meta{color:#7185a4;flex-wrap:wrap;align-items:center;gap:8px;margin-top:5px;font-size:13px;font-weight:750;display:flex}.surface-ops .ops-data-template-meta span{background:#f1f8ff;border-radius:999px;padding:3px 7px}.surface-ops .ops-data-template-actions{justify-content:flex-end}.surface-ops .ops-data-template-actions .danger{color:#dc2626}.surface-ops .ops-subscription-plan-grid{grid-template-columns:repeat(3,minmax(220px,1fr));gap:12px;margin-top:18px;display:grid}.surface-ops .ops-subscription-plan-card{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #e0ebf8;border-radius:16px;gap:12px;padding:18px;display:grid;box-shadow:0 10px 28px #1c54900d}.surface-ops .ops-subscription-plan-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.surface-ops .ops-subscription-plan-head strong{color:#18365d;font-size:15px;font-weight:850;display:block}.surface-ops .ops-subscription-plan-head code{color:#7185a4;margin-top:5px;font-size:12px;display:inline-flex}.surface-ops .ops-subscription-plan-head .badge{font-size:11px}.surface-ops .ops-subscription-plan-price{color:#0b84ff;font-size:24px;font-weight:900;line-height:1}.surface-ops .ops-subscription-plan-price span{color:#7185a4;margin-left:4px;font-size:13px;font-weight:700}.surface-ops .ops-subscription-feature-list{gap:6px;margin:0;padding:0;list-style:none;display:grid}.surface-ops .ops-subscription-feature-list li{color:#536b8b;align-items:center;gap:7px;font-size:13px;font-weight:750;display:flex}.surface-ops .ops-subscription-feature-list svg{color:#16a34a;flex-shrink:0}.surface-ops .ops-subscription-limit-note{color:#7185a4;border-top:1px solid #e7f0fa;padding-top:10px;font-size:12px;font-weight:750}.surface-ops .ops-service-pack-row{background:#fff;border:1px solid #e0ebf8;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 16px;display:grid}.surface-ops .ops-service-pack-row small{color:#7185a4;margin-top:4px;font-size:13px;font-weight:700;display:block}.surface-ops .ops-service-pack-row>div:last-child{text-align:right}.surface-ops .ops-service-pack-row>div:last-child strong{color:#0b84ff}.surface-ops .ops-vertical-customers-table{min-width:760px}.surface-ops .ops-vertical-customers-footer{justify-content:center;padding:16px 0 0;display:flex}.surface-ops .ops-interface-registry-toolbar{grid-template-columns:1fr minmax(280px,440px) auto}.surface-ops .ops-interface-registry-grid{grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:14px;padding:18px;display:grid}.surface-ops .ops-interface-registry-grid>.ops-inline-empty{grid-column:1/-1}.surface-ops .ops-interface-registry-card{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #dbe8f7;border-radius:18px;flex-direction:column;gap:13px;min-height:330px;padding:18px;display:flex;box-shadow:0 12px 32px #1c54900f}.surface-ops .ops-interface-registry-card.is-draft{background:linear-gradient(#fff 0%,#fff9f4 100%);border-left:4px solid #ea580c}.surface-ops .ops-interface-registry-card.skeleton{min-height:280px}.surface-ops .ops-interface-registry-card.skeleton span{background-color:#eef6ff;background-image:linear-gradient(90deg,#e8f4ff99,#ffffffeb,#e8f4ff99),none;background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:220% 100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:12px;height:44px;animation:1.4s ease-in-out infinite ops-skeleton-pulse;display:block}.surface-ops .ops-interface-registry-head{grid-template-columns:auto minmax(0,1fr) auto;align-items:flex-start;gap:11px;display:grid}.surface-ops .ops-interface-registry-head strong{color:#18365d;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:850;display:block;overflow:hidden}.surface-ops .ops-interface-registry-head code{color:#7185a4;margin-top:5px;font-size:12px;display:inline-flex}.surface-ops .ops-interface-registry-card p{color:#536b8b;margin:0;font-size:14px;line-height:1.5}.surface-ops .ops-interface-registry-meta,.surface-ops .ops-interface-registry-stats,.surface-ops .ops-interface-registry-actions{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.surface-ops .ops-interface-registry-meta span{color:#0067d7;text-transform:capitalize;background:#eaf5ff;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:850}.surface-ops .ops-interface-registry-readiness{background:#fff;border:1px solid #e0ebf8;border-radius:14px;gap:8px;padding:12px;display:grid}.surface-ops .ops-interface-registry-readiness>div:first-child{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.surface-ops .ops-interface-registry-readiness strong{color:#0b84ff;font-size:20px;font-weight:900}.surface-ops .ops-interface-registry-readiness small{color:#7185a4;font-size:13px;font-weight:800}.surface-ops .ops-interface-registry-stats{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.surface-ops .ops-interface-registry-stats span{color:#7185a4;background:#fff;border:1px solid #e7f0fa;border-radius:12px;gap:4px;min-height:58px;padding:9px;font-size:12px;font-weight:750;display:grid}.surface-ops .ops-interface-registry-stats strong{color:#18365d;font-size:15px}.surface-ops .ops-interface-registry-actions{border-top:1px solid #e7f0fa;margin-top:auto;padding-top:12px}.surface-ops .ops-pack-grid{grid-template-columns:repeat(3,minmax(250px,1fr));gap:18px;padding:18px;display:grid}.surface-ops .ops-pack-card{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #bed8f5c7;border-top:4px solid #0b84ff;border-radius:18px;flex-direction:column;min-height:320px;padding:20px;display:flex;box-shadow:0 10px 28px #1c54900f}.surface-ops .ops-pack-card.skeleton{gap:14px;min-height:250px}.surface-ops .ops-pack-card.skeleton span{background-color:#eef6ff;background-image:linear-gradient(90deg,#e8f4ffa6,#fffffff5,#e8f4ffa6),none;background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:220% 100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:12px;height:42px;animation:1.4s ease-in-out infinite ops-skeleton-pulse;display:block}.surface-ops .ops-pack-card.neutral{border-top-color:#7890ad}.surface-ops .ops-pack-card.cyan{border-top-color:#38bdf8}.surface-ops .ops-pack-card.orange{border-top-color:#ff7a1a}.surface-ops .ops-pack-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.surface-ops .ops-pack-icon{color:#0b84ff;background:#e8f4ff;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.surface-ops .ops-pack-card.cyan .ops-pack-icon{color:#0891b2;background:#e6faff}.surface-ops .ops-pack-card.orange .ops-pack-icon{color:#ea580c;background:#fff2e7}.surface-ops .ops-pack-card.neutral .ops-pack-icon{color:#536b8b;background:#f1f5f9}.surface-ops .ops-pack-card h2{color:#0f2342;margin:0 0 6px;font-size:20px;line-height:1.2}.surface-ops .ops-pack-card p{color:#536b8b;margin:0 0 16px;font-size:14px;line-height:1.55}.surface-ops .ops-pack-card ul{gap:8px;margin:0 0 16px;padding:0;list-style:none;display:grid}.surface-ops .ops-pack-card li{color:#415776;align-items:flex-start;gap:8px;font-size:14px;line-height:1.4;display:flex}.surface-ops .ops-pack-card li svg{color:#16a34a;flex-shrink:0;margin-top:2px}.surface-ops .ops-pack-empty{color:#7890ad;background:#f8fbff;border:1px dashed #c8ddf4;border-radius:13px;margin-bottom:16px;padding:14px;font-size:13px}.surface-ops .ops-pack-footer{border-top:1px solid #e7f0fa;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:14px;display:flex}.surface-ops .ops-pack-footer code{color:#0067d7;background:#eaf5ff;border-radius:8px;padding:3px 7px;font-size:12px;font-weight:750}.surface-ops .ops-pack-footer span{color:#7185a4;font-size:13px;font-weight:700}.surface-ops .ops-pack-footer strong{color:#0b84ff;font-size:14px;font-weight:900}.surface-ops .ops-template-header .ops-page-actions{flex-shrink:0}.surface-ops .ops-pack-toolbar{grid-template-columns:minmax(240px,1fr) minmax(280px,420px) minmax(260px,auto) minmax(260px,auto)}.surface-ops .ops-pack-featured-grid{padding-bottom:0}.surface-ops .ops-pack-table{min-width:980px}.surface-ops .ops-pack-table td{vertical-align:middle}.surface-ops .ops-pack-table-title{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:11px;display:grid}.surface-ops .ops-pack-table-title>span{color:#0b84ff;background:#e8f4ff;border-radius:13px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.surface-ops .ops-pack-table-title strong,.surface-ops .ops-pack-table-title small,.surface-ops .ops-pack-table-title code{display:block}.surface-ops .ops-pack-table-title strong{color:#18365d;font-size:14px;font-weight:850}.surface-ops .ops-pack-table-title small,.surface-ops .ops-table-muted{color:#7185a4;font-size:12px;font-weight:700}.surface-ops .ops-pack-table-title code{color:#0067d7;background:#eaf5ff;border-radius:999px;width:fit-content;margin-top:5px;padding:2px 7px;font-size:11px;font-weight:850}.surface-ops .ops-pack-create-modal{width:min(520px,100%)}.surface-ops .ops-billing-header .ops-page-actions{flex-shrink:0}.surface-ops .ops-billing-insight-grid{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:18px;display:grid}.surface-ops .ops-billing-collection-card,.surface-ops .ops-billing-ai-card{gap:16px;padding:18px;display:grid}.surface-ops .ops-billing-collection-card>div:first-child,.surface-ops .ops-billing-ai-card>div:first-child{align-items:flex-start;gap:12px;display:flex}.surface-ops .ops-billing-progress{gap:10px;display:grid}.surface-ops .ops-billing-progress>div:first-child{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.surface-ops .ops-billing-progress strong{color:#0b84ff;font-size:28px;font-weight:900;line-height:1}.surface-ops .ops-billing-progress span,.surface-ops .ops-billing-ai-card p{color:#536b8b;font-size:14px;font-weight:750;line-height:1.55}.surface-ops .ops-billing-ai-card{background:linear-gradient(135deg,#fffffffa,#e8faffc7),#fff;border-color:#38bdf83d}.surface-ops .ops-billing-ai-card.warning{background:linear-gradient(135deg,#fffffffa,#fff7edd1),#fff;border-color:#ea580c38}.surface-ops .ops-billing-ai-card svg{color:#ea580c;flex-shrink:0}.surface-ops .ops-billing-ai-card strong{color:#18365d;font-size:14px;font-weight:850}.surface-ops .ops-progress-bar{background:#e6eff8;border-radius:999px;height:9px;overflow:hidden}.surface-ops .ops-progress-bar span{border-radius:inherit;background:linear-gradient(90deg,#0b84ff,#38bdf8);height:100%;display:block}.surface-ops .ops-billing-toolbar{grid-template-columns:minmax(240px,1fr) minmax(280px,420px) minmax(140px,auto) minmax(360px,auto)}.surface-ops .ops-billing-table{min-width:1040px}.surface-ops .ops-billing-table td{vertical-align:middle}.surface-ops .ops-billing-invoice-cell{width:100%;color:inherit;font-family:var(--font-sans);text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;display:grid}.surface-ops .ops-billing-invoice-cell>span{color:#0b84ff;background:#e8f4ff;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.surface-ops .ops-billing-invoice-cell strong,.surface-ops .ops-billing-invoice-cell small,.surface-ops .ops-billing-date-cell strong,.surface-ops .ops-billing-date-cell small{display:block}.surface-ops .ops-billing-invoice-cell strong{color:#18365d;font-size:14px;font-weight:850}.surface-ops .ops-billing-invoice-cell small,.surface-ops .ops-billing-date-cell small{color:#7185a4;text-overflow:ellipsis;white-space:nowrap;max-width:230px;font-size:12px;font-weight:700;overflow:hidden}.surface-ops .ops-billing-date-cell small.warning{color:#ea580c}.surface-ops .ops-billing-date-cell small.danger{color:#dc2626}.surface-ops .ops-support-header .ops-page-actions,.surface-ops .ops-audit-header .ops-page-actions{flex-shrink:0}.surface-ops .ops-support-insight-grid,.surface-ops .ops-audit-insight-grid{grid-template-columns:minmax(0,1fr) minmax(260px,.42fr);gap:18px;display:grid}.surface-ops .ops-support-risk-card,.surface-ops .ops-support-assignment-card,.surface-ops .ops-audit-governance-card,.surface-ops .ops-audit-scope-card{align-items:center;gap:14px;padding:18px;display:flex}.surface-ops .ops-support-risk-card,.surface-ops .ops-audit-governance-card{background:linear-gradient(135deg,#fffffffa,#e8faffc7),#fff;border-color:#38bdf83d;flex-direction:column;align-items:flex-start}.surface-ops .ops-support-risk-card.warning{background:linear-gradient(135deg,#fffffffa,#fff7edd1),#fff;border-color:#ea580c38}.surface-ops .ops-support-risk-card>div,.surface-ops .ops-audit-governance-card>div{align-items:center;gap:9px;display:flex}.surface-ops .ops-support-risk-card svg,.surface-ops .ops-audit-governance-card svg{color:#ea580c}.surface-ops .ops-support-risk-card strong,.surface-ops .ops-audit-governance-card strong,.surface-ops .ops-support-assignment-card strong,.surface-ops .ops-audit-scope-card strong{color:#18365d;font-weight:850}.surface-ops .ops-support-risk-card p,.surface-ops .ops-audit-governance-card p,.surface-ops .ops-support-assignment-card span,.surface-ops .ops-audit-scope-card span{color:#536b8b;margin:0;font-size:14px;font-weight:750;line-height:1.55}.surface-ops .ops-support-assignment-card strong,.surface-ops .ops-audit-scope-card strong{font-size:24px;line-height:1;display:block}.surface-ops .ops-support-toolbar{grid-template-columns:minmax(240px,1fr) minmax(280px,420px) minmax(140px,auto) minmax(360px,auto)}.surface-ops .ops-support-table{min-width:1040px}.surface-ops .ops-support-table td{vertical-align:middle}.surface-ops .ops-support-subject-button{color:#18365d;max-width:360px;font-family:var(--font-sans);text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background:0 0;border:0;font-size:14px;font-weight:850;display:block;overflow:hidden}.surface-ops .ops-support-subject-button:hover{color:#0b84ff}.surface-ops .ops-audit-insight-grid .ops-audit-scope-card{justify-content:center}.surface-ops .ops-audit-scope-card{flex-direction:column;align-items:flex-start}.surface-ops .btn-icon{width:34px;min-width:34px;height:34px;padding:0}.surface-ops .spinning{animation:.85s linear infinite ops-spin}@keyframes ops-spin{to{transform:rotate(360deg)}}.surface-ops .ops-inline-code{color:#0067d7;text-overflow:ellipsis;white-space:nowrap;background:#eaf5ff;border-radius:8px;max-width:100%;padding:3px 7px;font-size:12px;font-weight:800;display:inline-flex;overflow:hidden}.surface-ops .ops-row-link{color:#0b84ff;white-space:nowrap;align-items:center;gap:6px;font-size:14px;font-weight:850;display:inline-flex}.surface-ops .ops-error-ellipsis{color:#dc2626;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:6px;max-width:320px;font-size:13px;font-weight:700;display:flex;overflow:hidden}.surface-ops .ops-error-ellipsis svg{flex-shrink:0}@media (max-width:1320px){.surface-ops .ops-command-wrap{max-width:390px}.surface-ops .ops-workspace-menu,.surface-ops .ops-theme-slot,.surface-ops .ops-docs-link{display:none}.surface-ops .ops-kpi-grid{grid-template-columns:repeat(3,minmax(190px,1fr))}.surface-ops .ops-tenant-summary-grid,.surface-ops .ops-tenant-detail-kpis{grid-template-columns:repeat(2,minmax(180px,1fr))}.surface-ops .ops-list-toolbar{grid-template-columns:1fr}.surface-ops .ops-catalog-grid,.surface-ops .ops-pack-grid{grid-template-columns:repeat(2,minmax(240px,1fr))}.surface-ops .ops-tenant-health-strip{grid-template-columns:repeat(2,minmax(220px,1fr))}.surface-ops .ops-first-viewport-grid,.surface-ops .ops-secondary-grid,.surface-ops .ops-billing-insight-grid,.surface-ops .ops-support-insight-grid,.surface-ops .ops-audit-insight-grid,.surface-ops .ops-billing-toolbar,.surface-ops .ops-support-toolbar{grid-template-columns:1fr}}@media (max-width:980px){.surface-ops{--sidebar-width:236px}.surface-ops .ops-command-wrap{max-width:none}.surface-ops .ops-topbar-actions .ops-pill-button,.surface-ops .ops-topbar-actions .ops-user-copy,.surface-ops .ops-help-link{display:none}.surface-ops .ops-kpi-grid{grid-template-columns:repeat(2,minmax(160px,1fr))}.surface-ops .ops-page-header,.surface-ops .ops-detail-hero{flex-direction:column;align-items:flex-start}.surface-ops .ops-detail-overview-grid{grid-template-columns:1fr}}@media (max-width:760px){.layout-shell.surface-ops{display:block}.surface-ops .layout-sidebar{width:100%;height:auto;position:static}.surface-ops .layout-main{margin-left:0}.surface-ops .layout-header{flex-direction:column;align-items:stretch;gap:12px;height:auto;padding:14px;position:static}.surface-ops .layout-content{padding:18px}.surface-ops .sidebar-nav,.surface-ops .ops-sidebar-footer{display:none}.surface-ops .ops-topbar-actions{justify-content:space-between;margin-left:0}.surface-ops .ops-user-button{min-width:42px}.surface-ops .ops-dashboard-header{flex-direction:column;align-items:flex-start}.surface-ops .ops-kpi-grid{grid-template-columns:1fr}.surface-ops .ops-tenant-summary-grid,.surface-ops .ops-tenant-health-strip,.surface-ops .ops-tenant-detail-kpis{grid-template-columns:minmax(0,1fr)}.surface-ops .ops-page-header h1,.surface-ops .ops-detail-title-row h1{white-space:normal;font-size:26px}.surface-ops .ops-page-header,.surface-ops .ops-page-actions,.surface-ops .ops-list-toolbar,.surface-ops .ops-list-toolbar-compact,.surface-ops .ops-audit-toolbar{grid-template-columns:1fr;align-items:stretch}.surface-ops .ops-page-header,.surface-ops .ops-page-actions{flex-direction:column}.surface-ops .ops-page-actions{align-items:stretch}.surface-ops .ops-page-actions .btn,.surface-ops .ops-modal-search,.surface-ops .ops-selected-user{width:100%}.surface-ops .ops-list-toolbar>*,.surface-ops .ops-filter-search,.surface-ops .ops-table-filter-row .form-input{box-sizing:border-box;max-width:100%}.surface-ops .ops-table-filter-row .form-input{width:100%}.surface-ops .ops-modal-search,.surface-ops .ops-selected-user{grid-template-columns:1fr}.surface-ops .ops-table-filter-row,.surface-ops .ops-table-actions,.surface-ops .ops-filter-selects{justify-content:flex-start}.surface-ops .ops-filter-selects label{min-width:min(100%,180px)}.surface-ops .ops-list-meta-bar,.surface-ops .ops-list-error{flex-direction:column;align-items:flex-start;padding:12px 18px}.surface-ops .ops-list-error button{margin-left:0}.surface-ops .ops-audit-detail-grid{grid-template-columns:1fr}.surface-ops .ops-audit-table{width:100%;min-width:100%}.surface-ops .ops-audit-table th:nth-child(3),.surface-ops .ops-audit-table td:nth-child(3),.surface-ops .ops-audit-table th:nth-child(4),.surface-ops .ops-audit-table td:nth-child(4),.surface-ops .ops-audit-table th:nth-child(5),.surface-ops .ops-audit-table td:nth-child(5){display:none}.surface-ops .ops-audit-table th:first-child,.surface-ops .ops-audit-table td:first-child{width:112px}.surface-ops .ops-audit-table th:nth-child(2),.surface-ops .ops-audit-table td:nth-child(2){width:auto}.surface-ops .ops-audit-table th:nth-child(6),.surface-ops .ops-audit-table td:nth-child(6){width:42px}.surface-ops .ops-data-table{min-width:720px}.surface-ops .ops-audit-table.ops-data-table{min-width:100%}.surface-ops .ops-billing-insight-grid,.surface-ops .ops-support-insight-grid,.surface-ops .ops-audit-insight-grid{grid-template-columns:1fr}.surface-ops .ops-catalog-grid,.surface-ops .ops-pack-grid{grid-template-columns:1fr;padding:14px}.surface-ops .ops-catalog-card-head{grid-template-columns:auto 1fr}.surface-ops .ops-catalog-card-head .badge{grid-column:1/-1;justify-self:flex-start}.surface-ops .ops-catalog-metrics{grid-template-columns:1fr}.surface-ops .ops-catalog-footer,.surface-ops .ops-pack-footer{flex-direction:column;align-items:flex-start}.surface-ops .ops-table-wrap{overflow-x:auto}.surface-ops .ops-panel{overflow:hidden}.surface-ops .ops-detail-drawer{width:100%}.surface-ops .ops-drawer-actions{flex-direction:column}.surface-ops .ops-drawer-actions .btn{width:100%}.surface-ops .ops-panel-header{flex-direction:column}.surface-ops .ops-chart-legend,.surface-ops .ops-chart-x-axis{min-width:0;overflow:hidden}}.surface-admin{--surface-accent:#4f46e5;--surface-accent-light:#6366f1;--surface-accent-ghost:#4f46e514;--color-bg-primary:#f3f5f8;--color-bg-secondary:#fff;--color-bg-tertiary:#eef1f5;--color-bg-elevated:#fff;--color-bg-hover:#f8fafc;--color-surface:#fff;--color-surface-hover:#fbfcff;--color-surface-active:#eef6f4;--color-text-primary:#111827;--color-text-secondary:#4b5563;--color-text-tertiary:#667085;--color-text-muted:#98a2b3;--color-accent:#0f766e;--color-accent-light:#14b8a6;--color-accent-dark:#115e59;--color-accent-ghost:#0f766e14;--color-accent-border:#0f766e33;--color-brand:#d97706;--color-brand-hover:#b45309;--color-brand-ghost:#d977061a;--color-brand-border:#d9770638;--color-commerce:#4f46e5;--color-commerce-ghost:#4f46e517;--color-commerce-border:#4f46e538;--color-sidebar-bg:#18181b;--color-sidebar-text:#d4d4d8;--color-sidebar-active-bg:#fff;--color-sidebar-active-text:#111827;--color-header-bg:#fffffff5;--color-header-text:#111827;--color-border:#dde3ea;--color-border-strong:#b8c2cc;--color-border-hover:#99f6e4;--color-border-active:#14b8a6;--shadow-sm:0 1px 3px #0f172a12;--shadow-md:0 12px 24px #0f172a17;--shadow-lg:0 22px 54px #0f172a1f;--shadow-glow:0 12px 28px #0f766e29;--sidebar-width:286px}.layout-shell.surface-admin{background:linear-gradient(90deg, #18181b 0, #18181b calc(var(--sidebar-width) + 32px), transparent calc(var(--sidebar-width) + 32px)), var(--color-bg-primary)}.surface-admin .layout-sidebar{border-radius:18px;height:calc(100vh - 32px);margin:16px 0 16px 16px;bottom:auto;overflow:hidden;box-shadow:0 20px 44px #00000047;background:#18181b!important;border:1px solid #ffffff1a!important}.surface-admin .layout-main{margin-left:calc(var(--sidebar-width) + 16px)}.surface-admin .layout-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;height:68px;margin:16px 24px 0;box-shadow:0 14px 34px #0f172a14;background:var(--color-header-bg)!important;border:1px solid #b8c2ccb8!important}.surface-admin .layout-content{padding:28px 32px 40px}.surface-admin .sidebar-brand{height:76px;padding:0 18px;background:#202024!important;border-bottom-color:#ffffff1a!important}.surface-admin .sidebar-brand-icon{border-radius:10px;width:40px;height:40px;font-size:17px;background:linear-gradient(135deg,#f59e0b 0%,#d97706 48%,#14b8a6 140%)!important;box-shadow:0 12px 28px #d9770640!important}.surface-admin .sidebar-brand-text{color:#fff;letter-spacing:-.04em;font-size:17px}.surface-admin .sidebar-brand-badge{color:#fef3c7!important;background:#d9770629!important;border-color:#f59e0b5c!important}.surface-admin .sidebar-nav{padding:14px 10px 12px}.surface-admin .sidebar-section{margin-bottom:12px}.surface-admin .sidebar-section-label{color:#a1a1aa;letter-spacing:.12em;padding:10px 12px 6px;font-size:11px}.surface-admin .sidebar-link{color:#d4d4d8;border:1px solid #0000;border-radius:10px;min-height:40px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1)}.surface-admin .sidebar-link:hover{color:#fff;background:#ffffff14}.surface-admin .sidebar-link.active{color:var(--color-sidebar-active-text);background:#fff;border-color:#ffffff1f;box-shadow:0 12px 26px #0000003d}.surface-admin .sidebar-link-icon{opacity:.95;justify-content:center;align-items:center;width:22px;height:22px;font-size:15px;display:inline-flex}.surface-admin .card{background:#fff;border:1px solid #dde3eaeb;border-radius:14px;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0f172a0d,0 12px 32px #0f172a0a}.surface-admin .card:hover{border-color:var(--color-border-strong)}.surface-admin .admin-kpi-card:hover,.surface-admin .admin-shortcut-card:hover,.surface-admin .admin-stat-card:hover,.surface-admin .interactive-card:hover{border-color:var(--color-accent-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}.surface-admin .page-header{align-items:flex-end;margin-bottom:28px}.surface-admin .page-title{letter-spacing:-.035em;font-size:28px;line-height:1.15}.surface-admin .page-subtitle{color:#71717a;max-width:760px;font-size:14px}.surface-admin .btn{min-height:38px;box-shadow:none;border-radius:9px;font-weight:600}.surface-admin .btn-brand,.surface-admin .btn-primary{box-shadow:0 10px 22px #d9770633;color:#fff!important;background:linear-gradient(135deg,#d97706 0%,#b45309 100%)!important;border-color:#b45309!important}.surface-admin .btn-brand:hover:not(:disabled),.surface-admin .btn-primary:hover:not(:disabled){box-shadow:0 12px 26px #d977063d;background:linear-gradient(135deg,#b45309 0%,#92400e 100%)!important;border-color:#92400e!important}.surface-admin .btn-outline,.surface-admin .btn-secondary,.surface-admin .btn-ghost{border-color:var(--color-border);color:#1f2937;background:#fff}.surface-admin .btn-outline:hover:not(:disabled),.surface-admin .btn-secondary:hover:not(:disabled),.surface-admin .btn-ghost:hover:not(:disabled){border-color:var(--color-border-strong);color:#09090b;background:#f4f4f5}.surface-admin .form-input{border-color:var(--color-border);min-height:40px;box-shadow:none;background:#fff;border-radius:9px}.surface-admin .form-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #0f766e21}.surface-admin .table-wrapper{border-color:#10182814;border-radius:18px;overflow:hidden}.surface-admin th{color:#475569;border-bottom:1px solid #dbe3ea;background:#f3f6f9!important}.surface-admin td{color:#475467}.surface-admin tr:hover td{background:#f8fbfb}.surface-admin .badge{border-radius:999px;padding:4px 9px;font-weight:700}.surface-admin .alert{border-radius:12px}.surface-admin .alert-warning{color:var(--color-alert-warning-text)}.surface-admin .alert-info{color:var(--color-alert-info-text)}.surface-admin .alert-success{color:var(--color-alert-success-text)}.surface-admin .admin-hero-card{border:1px solid var(--color-border);border-radius:16px;padding:24px;position:relative;overflow:hidden;border-top:4px solid var(--color-brand)!important;background:#fff!important}.surface-admin .admin-hero-card:after{display:none}.surface-admin .admin-hero-content{z-index:1;position:relative}.surface-admin .admin-eyebrow{color:var(--color-accent);letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:800}.surface-admin .admin-summary-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;display:grid}.surface-admin .admin-summary-tile{border:1px solid var(--color-border);background:#ffffffc2;border-radius:12px;padding:14px}.surface-admin .admin-summary-label{color:var(--color-text-tertiary);margin-bottom:6px;font-size:13px}.surface-admin .admin-summary-value{color:var(--color-text-primary);font-size:15px;font-weight:800}.surface-admin .admin-module-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:16px;display:grid}.surface-admin .admin-module-card{cursor:pointer;height:100%;min-height:178px;padding:20px;position:relative;overflow:hidden}.surface-admin .admin-module-card:before{content:"";opacity:0;transition:opacity var(--transition-fast);pointer-events:none;background:linear-gradient(135deg,#4f46e513,#0000 48%);position:absolute;inset:0}.surface-admin .admin-module-card:hover:before{opacity:1}.surface-admin .admin-module-head{z-index:1;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex;position:relative}.surface-admin .admin-icon-bubble{color:#0f766e;background:#ecfdf5;border:1px solid #99f6e4;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:19px;display:inline-flex}.surface-admin .admin-module-title{color:var(--color-text-primary);margin:0;font-size:16px;font-weight:800}.surface-admin .admin-module-desc{z-index:1;color:var(--color-text-secondary);min-height:62px;margin-bottom:16px;font-size:14px;line-height:1.55;position:relative}.surface-admin .admin-module-foot{z-index:1;justify-content:space-between;align-items:center;gap:12px;display:flex;position:relative}.surface-admin .admin-kpi-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;margin-bottom:24px;display:grid}.surface-admin .admin-kpi-card{cursor:pointer;border-top:1px solid #ffffffeb;min-height:122px;padding:18px;box-shadow:0 1px 2px #0f172a0f,0 14px 34px #0f172a0f}.surface-admin .admin-kpi-label{color:var(--color-text-tertiary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:800}.surface-admin .admin-kpi-value{letter-spacing:-.04em;font-size:30px;font-weight:850;line-height:1}.surface-admin .admin-kpi-sub{color:var(--color-text-muted);margin-top:7px;font-size:13px}.surface-admin .admin-shortcut-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;display:grid}.surface-admin .admin-shortcut-card{cursor:pointer;background:#fff;height:100%;padding:15px}.surface-admin .admin-filter-card{margin-bottom:18px;padding:16px;position:relative;box-shadow:0 14px 34px #0f172a12;border-top:4px solid var(--color-accent)!important;background:#fff!important}.surface-admin .admin-filter-card:before{content:"Bộ lọc";background:var(--color-accent-ghost);height:22px;color:var(--color-accent-dark);border:1px solid var(--color-accent-border);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;margin:0 0 12px;padding:0 9px;font-size:11px;font-weight:800;display:inline-flex}.surface-admin .admin-filter-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.surface-admin .admin-tab-row{flex-wrap:wrap;gap:8px;display:flex}.surface-admin .admin-control-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.surface-admin .admin-section-card{margin-bottom:18px;padding:18px;box-shadow:0 1px 2px #0f172a0d,0 14px 34px #0f172a0d;border-top:1px solid #fff!important}.surface-admin .admin-section-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.surface-admin .admin-section-title{color:var(--color-text-primary);margin:0;font-size:16px;font-weight:800}.surface-admin .admin-section-desc{color:var(--color-text-secondary);margin-top:4px;font-size:14px}.surface-admin .admin-form-grid{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto;align-items:end;gap:10px;margin-bottom:14px;display:grid}.surface-admin .admin-content-form-grid{grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr);gap:18px;display:grid}.surface-admin .admin-two-column-grid{grid-template-columns:minmax(0,2fr) minmax(0,1fr);align-items:start;gap:24px;display:grid}.surface-admin .admin-stat-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin-bottom:20px;display:grid}.surface-admin .admin-stat-card{padding:16px;position:relative;overflow:hidden}.surface-admin .admin-stat-card:before{content:"";background:linear-gradient(#4f46e5,#f59e0b);width:3px;position:absolute;inset:0 auto 0 0}.surface-admin .admin-stat-label{color:var(--color-text-tertiary);margin-bottom:6px;font-size:13px;font-weight:600}.surface-admin .admin-stat-value{color:var(--color-text-primary);letter-spacing:-.03em;font-size:24px;font-weight:700}.surface-admin .admin-actions-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.surface-admin .admin-empty-state{text-align:center;color:var(--color-text-tertiary);padding:44px 20px}.surface-admin .admin-empty-title{color:var(--color-text-primary);margin-bottom:6px;font-size:16px;font-weight:700}.surface-admin .admin-product-thumb{width:48px;height:48px;color:var(--color-text-tertiary);background:#f7f8fa;border:1px solid #cbd5e1;border-radius:12px;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex;overflow:hidden;box-shadow:0 4px 12px #0f172a14}.surface-admin .data-table{border-collapse:separate;border-spacing:0}.surface-admin .data-table thead th:first-child{border-top-left-radius:12px}.surface-admin .data-table thead th:last-child{border-top-right-radius:12px}.surface-admin .data-table tbody tr:nth-child(2n) td{background:#fbfcfd}.surface-admin .data-table tbody tr:hover td{background:#eefaf8!important}.surface-admin input[type=text]:not(.form-input):not(.vg-input),.surface-admin input[type=email]:not(.form-input):not(.vg-input),.surface-admin input[type=password]:not(.form-input):not(.vg-input),.surface-admin input[type=number]:not(.form-input):not(.vg-input),.surface-admin select:not(.form-input):not(.vg-input),.surface-admin textarea:not(.form-input):not(.vg-input){min-height:38px;color:var(--color-text-primary);font-family:var(--font-sans);transition:all var(--transition-fast);background:#ffffffe0;border:1px solid #1018281c;border-radius:12px;outline:none;padding:8px 11px;font-size:14px}.surface-admin input[type=text]:not(.form-input):not(.vg-input):focus,.surface-admin input[type=email]:not(.form-input):not(.vg-input):focus,.surface-admin input[type=password]:not(.form-input):not(.vg-input):focus,.surface-admin input[type=number]:not(.form-input):not(.vg-input):focus,.surface-admin select:not(.form-input):not(.vg-input):focus,.surface-admin textarea:not(.form-input):not(.vg-input):focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.surface-admin input[type=checkbox]{accent-color:var(--color-accent)}.surface-admin .admin-menu-item{box-shadow:none;border:1px solid var(--color-border)!important;background:linear-gradient(#fff 0%,#fbfcff 100%)!important;border-radius:12px!important}.surface-admin .admin-muted-panel{border:1px solid var(--color-border)!important;background:#f8fafc!important;border-radius:12px!important}.surface-admin .timeline-container{margin-top:14px;padding-left:28px;position:relative}.surface-admin .timeline-container:before{content:"";background:#e2e8f0;width:2px;position:absolute;top:4px;bottom:4px;left:10px}.surface-admin .timeline-item{margin-bottom:20px;position:relative}.surface-admin .timeline-item:last-child{margin-bottom:0}.surface-admin .timeline-node{border:3px solid var(--color-brand);z-index:1;background:#fff;border-radius:50%;width:12px;height:12px;position:absolute;top:4px;left:-23px;box-shadow:0 0 0 3px #2563eb1a}.surface-admin .timeline-node.warning{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.surface-admin .timeline-node.success{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.surface-admin .timeline-node.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.surface-admin .timeline-content{border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;border-radius:10px;padding:12px 16px}.surface-admin .timeline-time{color:var(--color-text-tertiary);margin-bottom:4px;font-size:12px}.surface-admin .timeline-title{color:var(--color-text-primary);font-size:14px;font-weight:700}.surface-admin .timeline-desc{color:var(--color-text-secondary);margin-top:4px;font-size:13px;line-height:1.4}.surface-admin .admin-command-btn{border:1px solid var(--color-border);color:var(--color-text-primary);cursor:pointer;background:#fff;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.surface-admin .admin-command-btn:hover{border-color:var(--color-accent-light);background:#f8fafc}.surface-admin .admin-command-kbd{font-size:11px;font-family:var(--font-mono,monospace);color:var(--color-text-tertiary);background:#f1f5f9;border:1px solid #cbd5e1;border-radius:4px;padding:2px 6px;box-shadow:0 1px #00000014}.surface-admin .admin-search-focus-target{scroll-margin-top:28px;animation:2.6s ease-out admin-search-focus-pulse}@keyframes admin-search-focus-pulse{0%{outline:2px solid var(--color-accent);outline-offset:3px;box-shadow:0 0 0 5px var(--color-accent-ghost)}to{outline-offset:3px;outline:2px solid #0000;box-shadow:0 0 0 5px #0000}}@media (max-width:960px){.layout-shell.surface-admin{display:block}.surface-admin .layout-sidebar{border-radius:22px;width:auto;height:auto;max-height:360px;margin:12px;position:relative}.surface-admin .layout-main{margin-left:0}.surface-admin .layout-header{border-radius:20px;height:auto;min-height:58px;margin:12px;padding:10px 14px;overflow-x:auto}.surface-admin .layout-content{padding:16px 12px 28px}.surface-admin .page-header{flex-direction:column;align-items:flex-start;gap:12px}.surface-admin .page-title{font-size:26px}.surface-admin .admin-form-grid,.surface-admin .admin-content-form-grid,.surface-admin .admin-two-column-grid{grid-template-columns:1fr}.surface-admin .admin-actions-row{width:100%}}.surface-app{--surface-accent:#06b6d4;--surface-accent-light:#22d3ee;--surface-accent-ghost:#06b6d41a}.entity-form{flex-direction:column;gap:0;display:flex}.form-fields-grid{grid-template-columns:1fr 1fr;gap:0 16px;display:grid}.form-group-wide{grid-column:1/-1}.form-required{color:var(--color-error);margin-left:2px}.form-field-type{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;margin-left:6px;font-size:11px;font-weight:500}.form-textarea{resize:vertical;min-height:80px;line-height:1.5}.form-json{font-family:SF Mono,Menlo,monospace;font-size:13px}.form-input-error{border-color:var(--color-error)!important;box-shadow:0 0 0 2px var(--color-error-ghost)!important}.form-error-text{color:var(--color-error);margin-top:4px;font-size:12px;font-weight:500;display:block}.form-error-banner{background:var(--color-error-ghost);border-radius:var(--radius-md);color:var(--color-error);border:1px solid #ef444433;margin-bottom:16px;padding:10px 14px;font-size:14px}.form-actions{border-top:1px solid var(--color-border);gap:12px;margin-top:20px;padding-top:16px;display:flex}.form-file-placeholder{background:var(--color-bg-primary);border:1px dashed var(--color-border);border-radius:var(--radius-md);align-items:center;gap:8px;padding:16px;display:flex}.toggle-label{cursor:pointer;align-items:center;gap:10px;display:flex}.toggle-switch{background:var(--color-bg-hover);border:1px solid var(--color-border);border-radius:var(--radius-full);width:40px;height:22px;transition:all var(--transition-fast);cursor:pointer;position:relative}.toggle-switch.active{background:var(--color-accent);border-color:var(--color-accent)}.toggle-thumb{width:16px;height:16px;transition:transform var(--transition-fast);box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;position:absolute;top:2px;left:2px}.toggle-switch.active .toggle-thumb{transform:translate(18px)}.multi-select-group{flex-wrap:wrap;gap:6px;display:flex}.multi-select-option{border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text-secondary);background:var(--color-bg-primary);cursor:pointer;transition:all var(--transition-fast);-webkit-user-select:none;user-select:none;padding:4px 10px;font-size:13px;font-weight:500}.multi-select-option:hover{border-color:var(--color-accent-border);background:var(--color-accent-ghost)}.multi-select-option.selected{background:var(--color-accent-ghost);border-color:var(--color-accent);color:var(--color-accent-light)}.record-detail-grid{grid-template-columns:1fr 1fr;gap:0;display:grid}.record-detail-item{border-bottom:1px solid var(--color-border);padding:12px 0}.record-detail-item:last-child,.record-detail-item:nth-last-child(2):nth-child(odd)+.record-detail-item{border-bottom:none}.record-detail-label{color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:12px;font-weight:600}.record-detail-value{color:var(--color-text-primary);font-size:14px;font-weight:500}.table-actions{justify-content:flex-end;gap:4px;display:flex}.btn-danger-text{color:var(--color-error)!important}.btn-danger-text:hover:not(:disabled){background:var(--color-error-ghost)!important}.cell-empty{color:var(--color-text-muted);font-style:italic}.cell-title{cursor:pointer}.record-row:hover .cell-title{color:var(--color-accent-light)!important}.loading-dots{justify-content:center;gap:6px;display:flex}.loading-dots span{background:var(--color-accent);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite loadingBounce}.loading-dots span:nth-child(2){animation-delay:.16s}.loading-dots span:nth-child(3){animation-delay:.32s}@keyframes loadingBounce{0%,80%,to{opacity:.3;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.pagination{justify-content:center;align-items:center;gap:16px;margin-top:16px;padding:12px 0;display:flex}.modal-lg{max-width:680px}.toast-container{z-index:200;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:24px;right:24px}.toast{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-lg);cursor:pointer;pointer-events:auto;align-items:center;gap:10px;min-width:280px;padding:12px 18px;font-size:14px;font-weight:500;animation:.3s ease-out toastSlide;display:flex}.toast-success{color:var(--color-success);background:#22c55e26;border:1px solid #22c55e40}.toast-error{color:var(--color-error);background:#ef444426;border:1px solid #ef444440}.toast-info{color:var(--color-info);background:#3b82f626;border:1px solid #3b82f640}.toast-warning{color:var(--color-warning);background:#f59e0b26;border:1px solid #f59e0b40}.toast-icon{flex-shrink:0;font-size:16px}.toast-message{flex:1}@keyframes toastSlide{0%{opacity:0;transform:translateY(12px)translate(12px)}to{opacity:1;transform:translateY(0)translate(0)}}.alert-banner{border-radius:var(--radius-lg);animation:slideDown var(--transition-normal) ease-out;align-items:center;gap:12px;padding:12px 16px;font-size:14px;display:flex}.alert-error{background:var(--color-error-ghost);color:var(--color-error);border:1px solid #ef444440}.alert-warning{background:var(--color-warning-ghost);color:var(--color-warning);border:1px solid #f59e0b40}.alert-info{background:var(--color-info-ghost);color:var(--color-info);border:1px solid #3b82f640}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.health-row{color:var(--color-text-secondary);border-bottom:1px solid var(--color-border);align-items:center;gap:10px;padding:8px 0;font-size:14px;display:flex}.health-row:last-child{border-bottom:none}.health-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.mini-stat{text-align:center;background:var(--color-bg-hover);border-radius:var(--radius-md);padding:8px 4px}.mini-stat-value{font-size:20px;font-weight:700}.mini-stat-label{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-tertiary);margin-top:2px;font-size:11px}.job-row{border-radius:var(--radius-sm);transition:background var(--transition-fast);align-items:center;gap:8px;padding:6px 8px;display:flex}.job-row:hover{background:var(--color-bg-hover)}.quick-link{border-radius:var(--radius-md);color:var(--color-text-secondary);transition:all var(--transition-fast);align-items:center;gap:8px;padding:8px 10px;font-size:14px;text-decoration:none;display:flex}.quick-link-arrow{opacity:0;transition:opacity var(--transition-fast);margin-left:auto}.quick-link:hover .quick-link-arrow{opacity:1}.stat-card-clickable{cursor:pointer;text-decoration:none}.stat-card-clickable:hover{border-color:var(--color-accent-border);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.tabs{background:var(--color-bg-tertiary);border-radius:var(--radius-lg);gap:2px;margin-bottom:20px;padding:3px;display:flex;overflow-x:auto}.tab{color:var(--color-text-tertiary);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;font-size:14px;font-weight:500;font-family:var(--font-sans);background:0 0;border:none;padding:8px 16px}.tab:hover{color:var(--color-text-secondary);background:var(--color-bg-hover)}.tab.active{color:var(--color-text-primary);background:var(--color-bg-elevated);box-shadow:var(--shadow-sm)}.tab .tab-count{border-radius:var(--radius-full);background:var(--color-bg-hover);margin-left:6px;padding:1px 6px;font-size:12px}.tab.active .tab-count{background:var(--color-accent-ghost);color:var(--color-accent-light)}.search-bar{margin-bottom:16px;position:relative}.search-bar input{background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:100%;color:var(--color-text-primary);font-size:14px;font-family:var(--font-sans);transition:all var(--transition-fast);padding:10px 16px 10px 40px}.search-bar input:focus{border-color:var(--color-accent-border);box-shadow:0 0 0 3px var(--color-accent-ghost);outline:none}.search-bar input::placeholder{color:var(--color-text-muted)}.search-bar-icon{opacity:.5;font-size:14px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.wizard-stepper{align-items:center;gap:0;margin-bottom:32px;padding:0 16px;display:flex}.wizard-step{flex:1;align-items:center;gap:8px;display:flex;position:relative}.wizard-step:after{content:"";background:var(--color-border);flex:1;height:2px;margin:0 8px}.wizard-step:last-child:after{display:none}.wizard-step.completed:after{background:var(--color-accent)}.wizard-step.active:after{background:linear-gradient(90deg, var(--color-accent), var(--color-border))}.wizard-step-number{border:2px solid var(--color-border);width:28px;height:28px;color:var(--color-text-tertiary);background:var(--color-bg-primary);transition:all var(--transition-fast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.wizard-step.active .wizard-step-number{border-color:var(--color-accent);color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-ghost)}.wizard-step.completed .wizard-step-number{border-color:var(--color-accent);background:var(--color-accent);color:#fff}.wizard-step-label{color:var(--color-text-tertiary);white-space:nowrap;font-size:13px}.wizard-step.active .wizard-step-label{color:var(--color-text-primary);font-weight:500}.wizard-step.completed .wizard-step-label{color:var(--color-accent-light)}.action-menu-wrapper{position:relative}.action-menu-trigger{cursor:pointer;border-radius:var(--radius-sm);width:28px;height:28px;color:var(--color-text-tertiary);transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;font-size:16px;display:flex}.action-menu-trigger:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.action-menu{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-md);min-width:160px;box-shadow:var(--shadow-lg);z-index:50;animation:menuFade var(--transition-fast) ease-out;padding:4px;position:absolute;top:100%;right:0}.action-menu-item{color:var(--color-text-secondary);border-radius:var(--radius-sm);cursor:pointer;text-align:left;width:100%;font-size:14px;font-family:var(--font-sans);transition:all var(--transition-fast);background:0 0;border:none;align-items:center;gap:8px;padding:8px 12px;display:flex}.action-menu-item:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.action-menu-item.danger{color:var(--color-error)}.action-menu-item.danger:hover{background:var(--color-error-ghost)}.action-menu-divider{background:var(--color-border);height:1px;margin:4px 0}@keyframes menuFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.filter-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}.filter-chip{background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast);font-size:13px;font-weight:500;font-family:var(--font-sans);padding:6px 12px}.filter-chip:hover{border-color:var(--color-border-hover);color:var(--color-text-primary)}.filter-chip.active{background:var(--color-accent-ghost);border-color:var(--color-accent-border);color:var(--color-accent-light)}.checklist{flex-direction:column;gap:8px;display:flex}.checklist-item{background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);align-items:center;gap:12px;padding:12px 16px;display:flex}.checklist-item:hover{border-color:var(--color-border-hover);background:var(--color-bg-hover)}.checklist-item.completed{opacity:.6}.checklist-check{border:2px solid var(--color-border);width:20px;height:20px;transition:all var(--transition-fast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;display:flex}.checklist-item.completed .checklist-check{background:var(--color-success);border-color:var(--color-success);color:#fff}.checklist-item.in-progress .checklist-check{border-color:var(--color-accent);color:var(--color-accent)}.checklist-content{flex:1}.checklist-title{color:var(--color-text-primary);font-size:14px;font-weight:500}.checklist-desc{color:var(--color-text-tertiary);margin-top:2px;font-size:13px}.progress-bar-container{background:var(--color-bg-tertiary);border-radius:var(--radius-full);width:100%;height:6px;overflow:hidden}.progress-bar-fill{border-radius:var(--radius-full);background:linear-gradient(90deg, var(--color-accent), var(--color-accent-light));height:100%;transition:width .5s}.detail-tabs{border-bottom:1px solid var(--color-border);gap:0;margin-bottom:20px;display:flex}.detail-tab{color:var(--color-text-tertiary);cursor:pointer;transition:all var(--transition-fast);font-size:14px;font-weight:500;font-family:var(--font-sans);background:0 0;border:none;border-bottom:2px solid #0000;padding:12px 20px}.detail-tab:hover{color:var(--color-text-secondary)}.detail-tab.active{color:var(--color-accent-light);border-bottom-color:var(--color-accent)}.confirm-modal-overlay{z-index:100;animation:fadeIn var(--transition-fast) ease-out;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.confirm-modal{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-xl);width:90%;max-width:400px;animation:modalSlide var(--transition-normal) ease-out;padding:24px}@keyframes modalSlide{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.confirm-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0009;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.confirm-modal{background:var(--color-bg-secondary);border-radius:var(--radius-lg);border:1px solid var(--color-border);width:90%;max-width:420px;padding:24px;animation:.25s cubic-bezier(.32,.72,0,1) modalSlide;box-shadow:0 20px 60px #0006}.confirm-modal-title{color:var(--color-text-primary);margin-bottom:12px;font-size:16px;font-weight:600}.confirm-modal-text{color:var(--color-text-secondary);margin-bottom:20px;font-size:14px;line-height:1.5}.confirm-modal-actions{justify-content:flex-end;gap:8px;display:flex}.quick-link{border-radius:var(--radius-md);color:var(--color-text-secondary);align-items:center;gap:10px;padding:10px 12px;font-size:14px;text-decoration:none;transition:all .15s;display:flex}.quick-link:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.quick-link-arrow{color:var(--color-text-muted);margin-left:auto;font-size:14px}.mobile-shell{background:var(--rt-bg,#fff);justify-content:center;align-items:center;min-height:100dvh;padding:0;display:flex}.mobile-viewport{background:var(--rt-bg,#fff);flex-direction:column;width:100vw;height:100dvh;display:flex;position:relative;overflow:hidden}.mobile-content{-webkit-overflow-scrolling:touch;padding-bottom:max(20px, env(safe-area-inset-bottom,20px));flex:1;overflow:hidden auto}.mobile-content.has-nav{padding-bottom:calc(60px + env(safe-area-inset-bottom,0px))}.mobile-bottom-nav{height:calc(60px + env(safe-area-inset-bottom,0px));background:var(--rt-surface,#fff);border-top:1px solid var(--rt-border,#f3f4f6);padding-bottom:env(safe-area-inset-bottom,0px);z-index:50;flex-shrink:0;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-nav-item{color:#9ca3af;-webkit-tap-highlight-color:transparent;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:64px;min-height:52px;padding:6px 8px;text-decoration:none;transition:color .2s;display:flex}.mobile-nav-item.active{color:#00b14f}.mobile-nav-icon{place-items:center;width:24px;height:24px;display:grid}.mobile-nav-icon svg{display:block}.mobile-nav-label{white-space:nowrap;font-size:11.5px;font-weight:600;line-height:1.15}@keyframes toastSlideIn{0%{opacity:0;transform:translate(40px)scale(.96)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes toastSlideOut{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(40px)scale(.96)}}@keyframes toastConfirmIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.toast-container{z-index:99999;pointer-events:none;flex-direction:column;gap:8px;width:calc(100vw - 32px);max-width:420px;display:flex;position:fixed;top:16px;right:16px}.toast-item{background:var(--color-surface,#1c1c21);border:1px solid var(--color-border,#ffffff0f);pointer-events:all;-webkit-backdrop-filter:blur(16px);border-radius:12px;align-items:center;gap:12px;padding:14px 16px;display:flex;box-shadow:0 8px 32px #00000059,0 2px 8px #0003}.toast-enter{animation:.35s cubic-bezier(.21,1.02,.73,1) forwards toastSlideIn}.toast-exit{animation:.28s cubic-bezier(.06,.71,.55,1) forwards toastSlideOut}.toast-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:flex}.toast-icon-success{color:#22c55e;background:#22c55e26}.toast-icon-error{color:#ef4444;background:#ef444426}.toast-icon-warning{color:#f59e0b;background:#f59e0b26}.toast-icon-info{color:#3b82f6;background:#3b82f626}.toast-message{color:var(--color-text-primary,#f0f0f5);flex:1;font-size:14px;font-weight:500;line-height:1.4}.toast-close{color:var(--color-text-muted,#4b5563);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;padding:4px;font-size:13px;transition:all .15s}.toast-close:hover{background:var(--color-bg-hover,#252636);color:var(--color-text-primary,#f0f0f5)}.toast-success{border-left:3px solid #22c55e}.toast-error{border-left:3px solid #ef4444}.toast-warning{border-left:3px solid #f59e0b}.toast-info{border-left:3px solid #3b82f6}.layout-shell.surface-ops,.layout-shell.surface-admin{--admin-system-bg:#f8fbff;--admin-system-bg-soft:#eef6ff;--admin-system-panel:#fffffff0;--admin-system-text:#0f2342;--admin-system-muted:#415776;--admin-system-subtle:#52667f;--admin-system-primary:#0b84ff;--admin-system-primary-dark:#0067d7;--admin-system-primary-soft:#eaf5ff;--admin-system-primary-softer:#f1f8ff;--admin-system-cyan:#38bdf8;--admin-system-orange:#ff7a1a;--admin-system-border:#dbe8f7;--admin-system-border-strong:#b7cce8;--color-bg-primary:var(--admin-system-bg);--color-bg-secondary:var(--admin-system-bg-soft);--color-surface:#fff;--color-surface-hover:#f8fbff;--color-text-primary:var(--admin-system-text);--color-text-secondary:var(--admin-system-muted);--color-text-tertiary:var(--admin-system-subtle);--color-text-muted:#62778f;--color-accent:var(--admin-system-primary);--color-accent-light:var(--admin-system-cyan);--color-accent-dark:var(--admin-system-primary-dark);--color-accent-ghost:#0b84ff1a;--color-accent-border:#0b84ff38;--color-border:var(--admin-system-border);--color-border-strong:var(--admin-system-border-strong);--color-border-hover:#9dd8ff;--color-border-active:var(--admin-system-primary);--color-sidebar-bg:var(--admin-system-panel);--color-sidebar-active-bg:var(--admin-system-primary-soft);--color-sidebar-active-text:var(--admin-system-primary-dark);--color-header-bg:#ffffffe6;--shadow-sm:0 8px 24px #1a538e14;--shadow-md:0 18px 40px #1a538e1f;--shadow-lg:0 28px 70px #1a538e29;--shadow-glow:0 14px 32px #0b84ff2e;--sidebar-width:292px;background:radial-gradient(circle at 12% 8%, #38bdf824, transparent 28%), linear-gradient(135deg, var(--admin-system-bg) 0%, var(--admin-system-bg-soft) 100%)!important}.layout-shell.surface-ops *,.layout-shell.surface-admin *{box-sizing:border-box}.surface-ops .layout-sidebar,.surface-admin .layout-sidebar{overflow:hidden;width:var(--sidebar-width)!important;background:var(--color-sidebar-bg)!important;border:0!important;border-right:1px solid #b6cfebd1!important;border-radius:0!important;height:100vh!important;margin:0!important;box-shadow:18px 0 42px #2158940f!important}.surface-ops .layout-main,.surface-admin .layout-main{margin-left:var(--sidebar-width)!important}.surface-ops .layout-header,.surface-admin .layout-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:var(--color-header-bg)!important;border:0!important;border-bottom:1px solid #b6cfebc2!important;border-radius:0!important;height:76px!important;margin:0!important;padding:0 28px 0 32px!important;box-shadow:0 10px 30px #1c54900d!important}.surface-ops .layout-content,.surface-admin .layout-content{max-width:1720px;padding:28px 32px 44px!important}.surface-ops .sidebar-brand,.surface-admin .sidebar-brand{background:0 0!important;border-bottom:1px solid #dbe8f7e6!important;height:76px!important;padding:0 28px!important}.surface-admin .sidebar-brand-icon{width:34px;height:34px;background:linear-gradient(135deg, var(--admin-system-primary) 0%, var(--admin-system-cyan) 100%)!important;color:#fff!important;border-radius:12px!important;box-shadow:0 12px 24px #0b84ff2e!important}.surface-ops .sidebar-brand-text,.surface-admin .sidebar-brand-text{color:#0981f5!important;letter-spacing:0!important;font-size:27px!important;font-weight:750!important}.surface-admin .sidebar-brand-text{font-size:22px!important}.surface-admin .sidebar-brand-badge{background:var(--admin-system-primary-soft)!important;color:var(--admin-system-primary-dark)!important;border-color:#0b84ff2e!important}.surface-ops .sidebar-nav,.surface-admin .sidebar-nav{padding:18px 18px 10px!important}.surface-ops .sidebar-section,.surface-admin .sidebar-section{margin-bottom:16px!important}.surface-ops .sidebar-section-label,.surface-admin .sidebar-section-label{color:#7890ad!important;letter-spacing:.08em!important;padding:10px 12px 8px!important;font-size:12px!important}.surface-ops .sidebar-link,.surface-admin .sidebar-link{gap:12px;color:#2f4666!important;min-height:42px!important;box-shadow:none!important;border:1px solid #0000!important;border-radius:12px!important;padding:10px 12px!important;font-weight:650!important}.surface-ops .sidebar-link:hover,.surface-admin .sidebar-link:hover{background:var(--admin-system-primary-softer)!important;color:var(--admin-system-primary-dark)!important}.surface-ops .sidebar-link.active,.surface-admin .sidebar-link.active{color:var(--admin-system-primary-dark)!important;box-shadow:inset 3px 0 0 var(--admin-system-primary)!important;background:linear-gradient(135deg,#e8f4ff 0%,#dff1ff 100%)!important;border-color:#0b84ff29!important}.surface-ops .sidebar-link-icon,.surface-admin .sidebar-link-icon{color:currentColor;opacity:.9;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.surface-ops .card,.surface-admin .card{background:linear-gradient(#fff 0%,#f8fbff 100%)!important;border:1px solid #bed8f5b8!important;border-radius:16px!important;box-shadow:0 10px 30px #1c54900f!important}.surface-ops .card:hover,.surface-admin .card:hover,.surface-admin .interactive-card:hover,.surface-admin .admin-kpi-card:hover,.surface-admin .admin-shortcut-card:hover,.surface-admin .admin-stat-card:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)!important;border-color:#0b84ff42!important}.surface-ops .page-title,.surface-admin .page-title{color:var(--admin-system-text)!important;letter-spacing:-.02em!important;font-size:clamp(28px,2.5vw,38px)!important;font-weight:800!important}.surface-ops .page-subtitle,.surface-admin .page-subtitle{color:var(--admin-system-subtle)!important;font-size:14px!important}.surface-admin .admin-hero-card{border-top:4px solid var(--admin-system-primary)!important}.surface-admin .admin-eyebrow,.surface-admin .admin-icon-bubble{color:var(--admin-system-primary-dark)!important}.surface-admin .admin-icon-bubble{background:var(--admin-system-primary-soft)!important;border-color:#0b84ff38!important}.surface-ops .btn-primary,.surface-ops .btn-brand,.surface-admin .btn-primary,.surface-admin .btn-brand{background:linear-gradient(135deg, var(--admin-system-primary) 0%, var(--admin-system-primary-dark) 100%)!important;border-color:var(--admin-system-primary-dark)!important;color:#fff!important;box-shadow:0 12px 24px #0b84ff2e!important}.surface-ops .btn-outline,.surface-ops .btn-secondary,.surface-ops .btn-ghost,.surface-admin .btn-outline,.surface-admin .btn-secondary,.surface-admin .btn-ghost{border-color:var(--admin-system-border)!important;color:var(--admin-system-text)!important;background:#fff!important}.surface-ops th,.surface-admin th{color:#415776!important;border-bottom-color:var(--admin-system-border)!important;background:#eef6ff!important}.surface-ops tr:hover td,.surface-admin tr:hover td,.surface-admin .data-table tbody tr:hover td{background:#f8fbff!important}.surface-admin .transport-command-wrap,.surface-admin .admin-command-btn,.surface-admin input[type=text]:not(.form-input):not(.vg-input),.surface-admin input[type=email]:not(.form-input):not(.vg-input),.surface-admin input[type=password]:not(.form-input):not(.vg-input),.surface-admin input[type=number]:not(.form-input):not(.vg-input),.surface-admin select:not(.form-input):not(.vg-input),.surface-admin textarea:not(.form-input):not(.vg-input),.surface-admin .form-input{border-color:var(--admin-system-border)!important;color:var(--admin-system-text)!important;background:#ffffffe6!important;border-radius:12px!important}.surface-admin .transport-env-pill{background:var(--admin-system-primary-soft)!important;color:var(--admin-system-primary-dark)!important;border-color:#0b84ff2e!important}@media (max-width:960px){.surface-ops .layout-sidebar,.surface-admin .layout-sidebar{max-height:360px;position:relative;border:1px solid #b6cfebd1!important;border-radius:18px!important;width:auto!important;height:auto!important;margin:12px!important}.surface-ops .layout-main,.surface-admin .layout-main{margin-left:0!important}.surface-ops .layout-header,.surface-admin .layout-header{min-height:58px;overflow-x:auto;border:1px solid #b6cfebc2!important;border-radius:18px!important;height:auto!important;margin:12px!important;padding:10px 14px!important}.surface-ops .layout-content,.surface-admin .layout-content{padding:16px 12px 28px!important}}.toast-confirm-overlay{-webkit-backdrop-filter:blur(6px);z-index:99999;background:#0000008c;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.toast-confirm-dialog{background:var(--color-surface,#1c1c21);border:1px solid var(--color-border,#ffffff0f);border-radius:16px;width:100%;max-width:380px;padding:28px;animation:.25s cubic-bezier(.21,1.02,.73,1) toastConfirmIn;box-shadow:0 24px 64px #00000080}.toast-confirm-title{color:var(--color-text-primary,#f0f0f5);margin-bottom:8px;font-size:17px;font-weight:700}.toast-confirm-message{color:var(--color-text-secondary,#9da3b4);margin-bottom:24px;font-size:14px;line-height:1.5}.toast-confirm-actions{justify-content:flex-end;gap:10px;display:flex}.toast-confirm-btn{font-size:14px;font-weight:600;font-family:var(--font-sans,"Inter", sans-serif);cursor:pointer;border:none;border-radius:10px;padding:10px 20px;transition:all .15s}.toast-confirm-cancel{background:var(--color-bg-hover,#252636);color:var(--color-text-secondary,#9da3b4)}.toast-confirm-cancel:hover{background:var(--color-surface-active,#22232f);color:var(--color-text-primary,#f0f0f5)}.toast-confirm-ok{background:var(--color-accent,#6366f1);color:#fff}.toast-confirm-ok:hover{opacity:.9;box-shadow:0 0 16px #6366f14d}.toast-confirm-danger{background:#ef4444}.toast-confirm-danger:hover{background:#dc2626;box-shadow:0 0 16px #ef44444d}@media (max-width:480px){.toast-container{top:calc(env(safe-area-inset-top,0px) + 12px);width:auto;max-width:none;bottom:auto;left:12px;right:12px}.toast-confirm-dialog{max-width:none}.toast-confirm-actions{flex-direction:column-reverse}.toast-confirm-btn{text-align:center;width:100%}}
