:root{--rt-color-accent: #2f6ff3;--rt-color-accent-hover: #245dde;--rt-color-accent-soft: #eaf2ff;--rt-color-accent-border: #b8cffb;--rt-color-success: #16815b;--rt-color-success-soft: #eaf8f2;--rt-color-warning: #b86b00;--rt-color-warning-soft: #fff5df;--rt-color-ink: #071845;--rt-color-text: #254575;--rt-color-muted: #65738c;--rt-color-line: #dce6f2;--rt-color-line-strong: #c9d9ee;--rt-color-panel: #ffffff;--rt-color-surface: #f6f8fb;--rt-color-danger: #d94a4a;--rt-color-danger-soft: #fff2f2;--rt-radius-sm: 6px;--rt-radius-md: 8px;--rt-radius-lg: 12px;--rt-radius-xl: 16px;--rt-shadow-sm: 0 8px 20px rgba(13, 36, 72, .06);--rt-shadow-md: 0 14px 34px rgba(13, 36, 72, .1);--rt-shadow-lg: 0 24px 60px rgba(7, 24, 69, .18);--rt-focus-ring: 0 0 0 3px rgba(47, 111, 243, .18);--rt-motion-fast: .14s;--rt-motion-base: .22s;--rt-motion-slow: .32s}.rt-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:32px;border:1px solid transparent;border-radius:var(--rt-radius-md);cursor:pointer;font:inherit;font-size:12px;font-weight:850;line-height:1;padding:0 12px;text-decoration:none;white-space:nowrap;transition:background var(--rt-motion-fast) ease,border-color var(--rt-motion-fast) ease,color var(--rt-motion-fast) ease,box-shadow var(--rt-motion-fast) ease,transform var(--rt-motion-fast) ease}.rt-button:hover{transform:translateY(-1px)}.rt-button:focus-visible{outline:none;box-shadow:var(--rt-focus-ring)}.rt-button:disabled{cursor:not-allowed;opacity:.55;transform:none}.rt-button-primary{border-color:var(--rt-color-accent);background:var(--rt-color-accent);color:#fff}.rt-button-primary:hover{background:var(--rt-color-accent-hover)}.rt-button-secondary{border-color:var(--rt-color-line);background:#fff;color:var(--rt-color-text)}.rt-button-secondary:hover{border-color:var(--rt-color-accent-border);background:var(--rt-color-accent-soft);color:var(--rt-color-accent)}.rt-button-ghost{border-color:transparent;background:transparent;color:var(--rt-color-text)}.rt-button-ghost:hover,.rt-button-ghost.active{background:var(--rt-color-accent-soft);color:var(--rt-color-accent)}.rt-button-danger{border-color:#d94a4a4d;background:var(--rt-color-danger-soft);color:var(--rt-color-danger)}.rt-button-danger:hover{border-color:#d94a4a70;background:#ffe8e8}.rt-icon-button{width:34px;min-width:34px;padding:0}.rt-button-sm{min-height:28px;padding-inline:9px;font-size:11px}.rt-button-lg{min-height:40px;padding-inline:16px;font-size:13px}.rt-icon-button.rt-button-sm{width:28px;min-width:28px;padding:0}.rt-icon-button.rt-button-lg{width:40px;min-width:40px;padding:0}.rt-button-spinner{width:13px;height:13px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:rt-button-spin .7s linear infinite}@keyframes rt-button-spin{to{transform:rotate(360deg)}}.rt-icon-button svg,.rt-button svg{flex:0 0 auto}.rt-table-scroll{width:100%;overflow:auto;border:1px solid var(--rt-color-line);border-radius:var(--rt-radius-lg);background:var(--rt-color-panel)}.rt-table-scroll:focus-visible{outline:none;box-shadow:var(--rt-focus-ring)}.rt-table{width:100%;border-collapse:collapse;color:var(--rt-color-text);font-size:12px;text-align:left}.rt-table-head{position:sticky;z-index:1;top:0;border-bottom:1px solid var(--rt-color-line-strong);background:#f4f7fb;color:var(--rt-color-muted);font-size:10px;font-weight:900;letter-spacing:.04em;padding:11px 13px;text-transform:uppercase}.rt-table-cell{border-bottom:1px solid var(--rt-color-line);padding:12px 13px;vertical-align:middle}.rt-table-row:last-child .rt-table-cell{border-bottom:0}.rt-table-row:hover .rt-table-cell{background:#fbfdff}.rt-table-empty{color:var(--rt-color-muted);padding:28px 16px;text-align:center}.rt-toast-viewport{position:fixed;z-index:2200;right:24px;bottom:24px;display:grid;width:min(400px,calc(100vw - 32px));gap:10px;pointer-events:none}.rt-toast-viewport .rt-toast{position:static;display:flex;width:100%;min-height:48px;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--rt-color-line-strong);border-left:4px solid var(--rt-color-accent);border-radius:var(--rt-radius-lg);background:#fff;color:var(--rt-color-ink);opacity:1;padding:9px 10px 9px 14px;pointer-events:auto;transform:none;box-shadow:var(--rt-shadow-md);animation:rt-toast-in var(--rt-motion-base) ease-out}.rt-toast-viewport .rt-toast-success{border-left-color:var(--rt-color-success)}.rt-toast-viewport .rt-toast-warning{border-left-color:var(--rt-color-warning)}.rt-toast-viewport .rt-toast-danger{border-left-color:var(--rt-color-danger)}.rt-toast-viewport .rt-toast .rt-icon-button{min-height:30px;width:30px;min-width:30px}@keyframes rt-toast-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.rt-select-field{display:grid;gap:7px;min-width:0;color:var(--rt-color-text);font-size:12px;font-weight:800}.rt-select-field>span{color:var(--rt-color-text);font-size:12px}.rt-select-trigger{display:inline-flex;width:100%;min-height:38px;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--rt-color-line);border-radius:var(--rt-radius-md);background:#fff;color:var(--rt-color-ink);cursor:pointer;font:inherit;font-size:13px;font-weight:800;line-height:1;padding:0 11px 0 13px;transition:border-color var(--rt-motion-fast) ease,box-shadow var(--rt-motion-fast) ease,background var(--rt-motion-fast) ease}.rt-select-trigger:hover{border-color:var(--rt-color-accent-border);background:#fbfdff}.rt-select-trigger:focus-visible{outline:none;box-shadow:var(--rt-focus-ring)}.rt-select-trigger[data-disabled]{cursor:not-allowed;opacity:.6}.rt-select-icon{display:inline-flex;color:var(--rt-color-muted)}.rt-select-content,.rt-dropdown-content{z-index:1002;min-width:var(--radix-select-trigger-width, 176px);overflow:hidden;border:1px solid rgba(207,224,245,.92);border-radius:var(--rt-radius-lg);background:#fffffffa;box-shadow:var(--rt-shadow-lg);color:var(--rt-color-ink);transform-origin:var(--radix-select-content-transform-origin);animation:rt-layer-in var(--rt-motion-fast) ease-out}.rt-select-content--sheet{z-index:1210}.rt-select-viewport{padding:6px}.rt-select-item,.rt-dropdown-item{position:relative;display:flex;min-height:34px;align-items:center;border-radius:var(--rt-radius-md);cursor:pointer;font-size:13px;font-weight:800;line-height:1.35;outline:none;padding:8px 34px 8px 10px;user-select:none}.rt-select-item[data-highlighted],.rt-dropdown-item[data-highlighted]{background:var(--rt-color-accent-soft);color:var(--rt-color-accent)}.rt-select-item[data-disabled],.rt-dropdown-item[data-disabled]{cursor:not-allowed;opacity:.5}.rt-select-item-indicator{position:absolute;right:10px;display:inline-flex;align-items:center;color:var(--rt-color-accent)}.rt-dropdown-content{min-width:148px;padding:6px}.rt-dropdown-item.danger{color:var(--rt-color-danger)}.rt-dropdown-item.danger[data-highlighted]{background:var(--rt-color-danger-soft);color:var(--rt-color-danger)}.rt-tooltip-content{z-index:1000;max-width:260px;border:1px solid rgba(207,224,245,.85);border-radius:var(--rt-radius-md);background:#071845f0;color:#fff;font-size:12px;font-weight:750;line-height:1.45;padding:8px 10px;box-shadow:var(--rt-shadow-md);transform-origin:var(--radix-tooltip-content-transform-origin);animation:rt-tooltip-in var(--rt-motion-fast) ease-out}.rt-tooltip-arrow{fill:#071845f0}.rt-dialog-overlay{position:fixed;z-index:1000;inset:0;background:#0d1a327a;backdrop-filter:blur(10px)}.rt-dialog-content{position:fixed;z-index:1001;top:50%;left:50%;width:min(1120px,calc(100vw - 40px));max-height:min(880px,calc(100vh - 40px));overflow:auto;border:1px solid rgba(207,224,245,.95);border-radius:var(--rt-radius-xl);background:#fff;box-shadow:var(--rt-shadow-lg);transform:translate(-50%,-50%)}.rt-dialog-header{position:sticky;z-index:2;top:0;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border-bottom:1px solid var(--rt-color-line);background:#fffffff5;padding:22px 24px 18px;backdrop-filter:blur(12px)}.rt-dialog-header h2,.rt-dialog-header [data-radix-dialog-title]{margin:0;color:var(--rt-color-ink);font-size:22px;line-height:1.2}.rt-dialog-header p,.rt-dialog-header [data-radix-dialog-description]{margin:8px 0 0;color:var(--rt-color-muted);font-size:13px;line-height:1.5}.rt-sheet-overlay{position:fixed;z-index:1200;inset:0;background:#04142661;backdrop-filter:blur(3px);animation:rt-sheet-fade .16s ease-out}.rt-sheet-content{position:fixed;z-index:1201;top:0;right:0;bottom:0;overflow:auto;outline:0;box-shadow:-24px 0 60px #03172a2e;animation:rt-sheet-slide .2s ease-out}.rt-sheet-accessible-title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.rt-motion-section{min-width:0}@keyframes rt-tooltip-in{0%{opacity:0;transform:translateY(2px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes rt-sheet-fade{0%{opacity:0}to{opacity:1}}@keyframes rt-sheet-slide{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media(prefers-reduced-motion:reduce){.rt-sheet-overlay,.rt-sheet-content{animation:none}}@keyframes rt-layer-in{0%{opacity:0;transform:translateY(3px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.rt-button,.rt-select-content,.rt-dropdown-content,.rt-tooltip-content{animation:none;transition:none}.rt-button:hover{transform:none}}:root{--blue: #2f6ff3;--blue-2: #3f91d2;--blue-3: #eaf2ff;--ink: #071845;--muted: #66738d;--line: #d9e5f4;--panel: #ffffff;--sidebar: #f1f3f6;--green: #2ee6a6;--violet: #a78bfa;--sky: #22d3ee;font-family:Inter,PingFang SC,Microsoft YaHei,Arial,sans-serif;color:var(--ink);background:#f6f9fe}*{box-sizing:border-box}body{margin:0;min-width:320px;overflow-x:hidden;background:#f6f9fe;color:var(--ink)}button,textarea,input{font:inherit}button{cursor:pointer}svg{display:block;width:1em;height:1em;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.shell{min-height:100vh;display:grid;grid-template-columns:208px minmax(0,1fr);grid-template-rows:46px minmax(0,1fr);transition:grid-template-columns .16s ease}.app-boot-screen{display:none}.shell.app-booting .app-boot-screen{position:fixed;inset:0;z-index:1000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:radial-gradient(circle at 50% 42%,rgba(47,111,243,.12),transparent 28%),linear-gradient(180deg,#f8fbff,#eef5ff);color:#102b62}.app-boot-screen strong{margin-top:8px;font-size:21px;font-weight:900;letter-spacing:-.02em}.app-boot-screen small{color:#647695;font-size:12px;font-weight:650}.app-boot-mark{width:58px;height:38px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(109,153,221,.58);border-radius:20px;background:linear-gradient(180deg,#173f91,#0b245a);box-shadow:0 18px 42px #1f4d9738}.app-boot-mark span{width:6px;height:6px;border-radius:50%;background:#43d8ff;box-shadow:0 0 10px #43d8fff2;animation:appBootPulse 1.1s ease-in-out infinite alternate}.app-boot-mark span:last-child{animation-delay:.18s}@keyframes appBootPulse{to{opacity:.45;transform:scale(.72)}}@media(prefers-reduced-motion:reduce){.app-boot-mark span{animation:none}}.shell.sidebar-collapsed{grid-template-columns:72px minmax(0,1fr)}.topbar{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 8px 0 0;border-bottom:1px solid #d8dde5;background:#f4f5f7}.mobile-brand{display:none}.brand-group{display:flex;align-items:center;gap:30px;min-width:0}.brand{color:var(--blue);font-size:24px;font-weight:800;letter-spacing:0;white-space:nowrap}.product{font-size:20px;font-weight:800;color:#0a1744;white-space:nowrap}.top-actions{display:flex;align-items:center;gap:12px;min-width:0}.global-link,.user-center,.icon-button,.assistant-chip,.language-trigger,.mobile-tab,.side-item,.side-menu-parent,.collapse,.outline,.suggestion,.composer-tools button,.send{border:0;background:transparent;color:inherit}.global-nav{display:flex;align-items:center;align-self:stretch;gap:12px}.global-link,.user-center{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 8px;border-radius:5px;color:#38475d;font-size:12px;font-weight:600;white-space:nowrap}.global-link:hover,.user-center:hover,.global-link.active,.user-center.active{background:#e5e9ee;color:#152d4f}.user-center{padding-left:3px;background:#0f82c7;color:#fff}.user-center:hover,.user-center.active{background:#0876b8;color:#fff}.user-avatar{width:25px;height:25px;display:grid;place-items:center;border-radius:4px;background:#ffffff2e;font-size:11px;font-weight:800}.icon{width:16px;height:16px;display:inline-grid;place-items:center;color:currentColor}.icon-button{position:relative;width:28px;height:28px;display:grid;place-items:center;color:#58677b}.icon-button svg{width:18px;height:18px}.badge{position:absolute;top:-8px;right:-7px;display:grid;place-items:center;min-width:19px;height:19px;padding:0 4px;border-radius:10px;background:#fb3d47;color:#fff;border:2px solid #fff;font-size:11px;font-weight:800}.assistant-chip{display:flex;align-items:center;gap:7px;text-align:left;min-width:156px}.avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,#ffffffb3,#cfe6ffd9),radial-gradient(circle at 50% 10%,#8bc7ff,#e8f4ff);box-shadow:inset 0 0 0 1px #d8ebff}.avatar-face{width:23px;height:15px;border-radius:11px;display:flex;align-items:center;justify-content:center;gap:8px;background:#08215e}.avatar-face span{width:4px;height:4px;border-radius:50%;background:#18d3ff;box-shadow:0 0 7px #18d3ff}.assistant-chip strong{display:block;font-size:12px;line-height:1.1}.assistant-chip small{display:none}.chevron{width:18px;color:#4c6291}.mobile-nav{display:none}.sidebar{grid-row:2;display:flex;flex-direction:column;justify-content:space-between;min-width:0;min-height:0;overflow:hidden;padding:8px;border-right:1px solid #d8dde5;background:#f1f3f5}.sidebar-content{min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto}.new-chat{margin-bottom:4px}.side-search{width:100%;min-width:0;min-height:32px;display:flex;align-items:center;gap:9px;padding:0 9px;border:0;border-radius:5px;background:transparent;color:#5c6878;font-size:12px;text-align:left}.new-chat kbd,.side-search kbd{margin-left:auto;border:0;color:#8a94a1;background:transparent;font-family:inherit;font-size:10px}.side-nav{display:grid;gap:2px;margin-top:14px}.side-section-title{display:block;margin:0 8px 5px;color:#8a94a1;font-size:10px;font-weight:700}.side-item{position:relative;width:100%;min-width:0;min-height:34px;display:flex;align-items:center;gap:9px;padding:0 9px;border-radius:5px;color:#39495e;font-size:12px;font-weight:600;text-align:left;overflow:hidden;white-space:nowrap}.side-menu-group{display:grid;gap:2px}.side-menu-parent{width:100%;min-width:0;min-height:34px;display:flex;align-items:center;gap:9px;padding:0 9px;border-radius:5px;color:#39495e;font-size:12px;font-weight:700;overflow:hidden;white-space:nowrap}.side-item>span:not(.side-icon),.side-menu-parent>span:not(.side-icon),.side-search>span,.collapse>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.side-menu-parent:hover,.side-menu-group.active .side-menu-parent{background:#e6e9ed;color:#17385f}.side-subnav{display:none;gap:2px;padding-left:26px}.side-menu-group.expanded .side-subnav{display:grid}.side-subitem{min-height:30px;padding-left:10px;color:#5f6d7e;font-size:11px;font-weight:600}.side-subtag{flex:0 0 auto;margin-left:auto;border:1px solid #d8e5f5;border-radius:999px;background:#fff;color:#2f6ff3;font-size:9px;font-weight:900;line-height:1;padding:4px 6px}.side-subitem[data-view=scenarioAssessment] .side-subtag{color:#16826c}.side-menu-chevron{width:14px;height:14px;flex:0 0 auto;margin-left:auto;color:#8a97aa;transition:transform .16s ease}.side-menu-group.expanded .side-menu-chevron{transform:rotate(90deg)}.side-item.active{color:#17385f;background:#e0e6ed}.side-item.active:before{display:none}.side-icon{width:17px;height:17px;display:grid;place-items:center;color:#536da1;flex:0 0 auto}.active .side-icon{color:var(--blue)}.side-icon svg{width:16px;height:16px}.chat-history-panel{display:grid;gap:6px;margin-top:18px}.chat-history-new{width:100%;min-height:34px;display:flex;align-items:center;gap:9px;padding:0 9px;border:0;border-radius:8px;background:transparent;color:#334866;font-size:11px;font-weight:700;text-align:left}.chat-history-new-icon{width:20px;height:20px;display:grid;flex:0 0 20px;place-items:center}.chat-history-new-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.chat-history-empty{margin:1px 8px 3px;color:#929dad;font-size:10px;font-weight:550;line-height:1.45}.chat-history-list{display:grid;gap:2px}.chat-history-item{display:grid;grid-template-columns:minmax(0,1fr) 24px;align-items:center;gap:2px;border-radius:5px}.chat-history-open{min-height:30px;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;overflow:hidden;padding:0 9px;border:0;border-radius:5px;background:transparent;color:#667385;font-size:11px;text-align:left}.chat-history-open span,.chat-history-open b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-history-delete{width:22px;height:22px;display:grid;place-items:center;border:0;border-radius:5px;background:transparent;color:#9aa3ad;font-size:16px;line-height:1;opacity:0}.chat-history-item:hover .chat-history-delete,.chat-history-delete:focus-visible{opacity:1}.chat-history-delete:hover{background:#fff0f0;color:#c24141}.chat-history-list span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.chat-history-list b{color:#9aa3ad;font-size:10px;font-weight:600}.chat-history-item:hover,.chat-history-item.active,.side-search:hover,.side-item:hover{background:#e6e9ed}.chat-history-item.active .chat-history-open{color:#263548}.collapse{display:flex;align-items:center;gap:8px;min-height:32px;padding-left:9px;color:#667385;font-size:11px;font-weight:600}.collapse svg{width:16px;height:16px;color:#667385}.shell.sidebar-collapsed .sidebar{align-items:center;padding:14px 10px 12px}.shell.sidebar-collapsed .user-center-menu{width:72px;justify-content:center;padding:5px 10px}.shell.sidebar-collapsed .user-center-trigger{width:44px;min-width:44px;min-height:34px;justify-content:center;padding:0;background:#fff}.shell.sidebar-collapsed .user-center-trigger strong,.shell.sidebar-collapsed .user-center-trigger small,.shell.sidebar-collapsed .user-center-trigger .chevron{display:none}.shell.sidebar-collapsed .sidebar-content{width:100%;overflow:hidden}.shell.sidebar-collapsed .side-nav{gap:8px;margin-top:16px}.shell.sidebar-collapsed .side-item,.shell.sidebar-collapsed .side-menu-parent,.shell.sidebar-collapsed .side-search,.shell.sidebar-collapsed .collapse{width:44px;min-height:44px;display:grid;place-items:center;gap:0;margin-inline:auto;padding:0;border-radius:10px;font-size:0}.shell.sidebar-collapsed .side-menu-group{width:100%}.shell.sidebar-collapsed .side-subnav,.shell.sidebar-collapsed .side-menu-chevron{display:none}.shell.sidebar-collapsed .side-icon{width:22px;height:22px}.shell.sidebar-collapsed .side-icon svg,.shell.sidebar-collapsed .collapse svg{width:22px;height:22px}.shell.sidebar-collapsed .collapse svg{transform:rotate(180deg)}.shell.sidebar-collapsed .collapse span,.shell.sidebar-collapsed .side-section-title,.shell.sidebar-collapsed .chat-history-panel,.shell.sidebar-collapsed .new-chat kbd,.shell.sidebar-collapsed .side-search kbd{display:none}.main{grid-row:2;min-width:0;min-height:calc(100vh - 46px);display:flex;flex-direction:column;padding:clamp(16px,2.2vh,24px) clamp(22px,3vw,42px) 16px;background:#fff}.shell.auth-shell{display:block}.shell.auth-shell .topbar,.shell.auth-shell .mobile-nav,.shell.auth-shell .sidebar{display:none}.shell.auth-shell .main{min-height:100vh;padding:0}.shell.admin-shell{display:block}.shell.admin-shell .topbar,.shell.admin-shell .mobile-nav,.shell.admin-shell .sidebar{display:none}.shell.admin-shell .main{min-height:100vh;padding:0;background:#f6f9fe}.account-menu{position:relative}.user-center-menu{width:208px;align-self:stretch;display:flex;align-items:center;padding:5px 8px;border-right:1px solid #d8dde5;background:#f1f3f5}.account-trigger{min-width:162px;min-height:32px;padding:2px 7px 2px 3px;border-radius:8px}.user-center-trigger{width:100%;min-width:0;min-height:34px;padding:3px 8px 3px 4px;border:1px solid transparent;background:linear-gradient(90deg,rgba(47,111,243,.12) 0 4px,transparent 4px),#fff;color:#1b2b49;box-shadow:none}.account-trigger:hover,.account-trigger[aria-expanded=true]{background:#e6ebf2}.user-center-trigger:hover,.user-center-trigger[aria-expanded=true]{border-color:#c8d9f4;background:linear-gradient(90deg,#2f6ff3 0 4px,transparent 4px),#eef5ff;color:#12356f}.user-center-trigger .avatar{background:linear-gradient(180deg,#ffffffeb,#d9e9fff0),radial-gradient(circle at 50% 10%,#8bc7ff,#e8f4ff);box-shadow:inset 0 0 0 1px #ffffffb3}.user-center-trigger strong,.user-center-trigger .chevron{color:#16366f}.user-center-trigger small{color:#5f6f8a;opacity:1}.account-trigger small{display:block;margin-top:2px;color:#6b7788;font-size:10px;font-weight:700;line-height:1}.account-dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:20;width:168px;display:grid;gap:3px;padding:6px;border:1px solid #d4dfed;border-radius:12px;background:#fff;box-shadow:0 18px 42px #0d244829}.user-center-menu .account-dropdown{right:auto;left:8px;width:188px}.account-dropdown[hidden]{display:none}.account-dropdown button{min-height:32px;border:0;border-radius:8px;background:transparent;color:#2e4058;font-size:12px;font-weight:750;text-align:left;padding:0 10px}.account-dropdown button:hover{background:#eef4fb;color:#0f3764}.language-menu{position:relative}.language-trigger{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:104px;min-height:36px;padding:0 10px 0 7px;border:1px solid #d4dfed;border-radius:12px;background:#fff;color:#51627c;font-size:12px;font-weight:800;box-shadow:0 8px 20px #0f2d5a0f}.language-trigger:hover,.language-trigger[aria-expanded=true]{border-color:#b9cff5;background:#eef5ff;color:#1f5fc9}.language-trigger .chevron{width:14px}.language-globe{width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(180deg,#eaf3ff,#d9e8ff);color:#2f6ff3;box-shadow:inset 0 0 0 1px #c7dcff}.language-globe svg{width:15px;height:15px}.language-dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:20;width:118px;display:grid;gap:3px;padding:6px;border:1px solid #d4dfed;border-radius:12px;background:#fff;box-shadow:0 18px 42px #0d244829}.language-dropdown[hidden]{display:none}.language-dropdown button{min-height:32px;border:0;border-radius:8px;background:transparent;color:#2e4058;font-size:12px;font-weight:800;text-align:left;padding:0 10px}.language-dropdown button:hover{background:#eef4fb;color:#0f3764}.login-screen{position:relative;overflow:hidden;min-height:100vh;display:grid;grid-template-columns:minmax(600px,1fr) minmax(360px,420px);gap:clamp(34px,5vw,72px);align-items:center;padding:clamp(20px,3.2vw,48px);background:radial-gradient(circle at 0 0,rgba(63,145,210,.18),transparent 30%),radial-gradient(circle at 96% 100%,rgba(47,111,243,.12),transparent 28%),linear-gradient(135deg,#eef6ff,#f8fbff 52%,#fbfcff);background-size:auto}.login-screen:before,.login-screen:after{content:"";position:absolute;pointer-events:none}.login-screen:before{inset:0;background:linear-gradient(110deg,transparent 0 36%,rgba(56,189,248,.055) 45%,transparent 54%),radial-gradient(circle at 45% 50%,transparent 0 54%,rgba(56,189,248,.075) 55%,transparent 56%);opacity:.64}.login-screen:after{left:-12%;right:-12%;bottom:8%;height:1px;background:linear-gradient(90deg,transparent,rgba(56,189,248,.72),transparent);box-shadow:0 0 42px #38bdf87a;transform:rotate(-6deg)}.login-visual{position:relative;z-index:1;min-height:min(600px,calc(100vh - 96px));display:flex;flex-direction:column;justify-content:center}.login-visual-top{position:absolute;z-index:3;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:16px}.login-brand{display:inline-flex;align-items:center;color:var(--blue);font-size:clamp(22px,2vw,30px);font-weight:900;letter-spacing:0;text-shadow:0 0 22px rgba(56,189,248,.55)}.login-visual-top b{padding:6px 10px;border:1px solid rgba(125,211,252,.2);border-radius:999px;background:#07111f80;color:#73d9ff;font-size:11px;letter-spacing:.16em;box-shadow:inset 0 0 18px #38bdf814}.login-ai-eye{position:relative;z-index:1;width:min(660px,52vw,calc(100vh - 220px));aspect-ratio:1.32;margin:68px 0 70px auto;overflow:visible}.login-ai-eye:before,.login-ai-eye:after{content:"";position:absolute;pointer-events:none}.login-ai-eye:before{inset:-12%;border-radius:50%;background:linear-gradient(rgba(125,211,252,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(125,211,252,.045) 1px,transparent 1px);background-size:26px 26px;mask-image:radial-gradient(ellipse at center,#000 0 58%,transparent 72%);opacity:.8}.login-ai-eye:after{inset:-20% -8%;border:1px solid rgba(56,189,248,.12);border-radius:50%;box-shadow:inset 0 0 46px #38bdf80f,0 0 60px #38bdf814}.eye-shell{position:absolute;inset:18% 7%;overflow:hidden;border:1px solid rgba(125,211,252,.34);border-radius:50%/45%;background:radial-gradient(ellipse at 48% 50%,rgba(230,251,255,.18),transparent 18%),radial-gradient(ellipse at 48% 50%,rgba(56,189,248,.22),transparent 40%),radial-gradient(ellipse at 66% 50%,rgba(46,230,166,.12),transparent 42%),linear-gradient(180deg,#0c1f34b8,#030a14e0);box-shadow:inset 0 0 0 1px #e2fbff0d,inset 0 0 72px #38bdf824,0 26px 72px #00000047,0 0 88px #38bdf829}.eye-shell:before{content:"";position:absolute;inset:13% 7%;border:1px solid rgba(125,211,252,.2);border-radius:inherit}.eye-lid{position:absolute;left:-4%;right:-4%;height:42%;z-index:4;background:linear-gradient(180deg,#050b14eb,#0814239e);filter:drop-shadow(0 0 20px rgba(56,189,248,.16))}.lid-top{top:-28%;border-bottom:1px solid rgba(125,211,252,.24);border-radius:0 0 50% 50%}.lid-bottom{bottom:-30%;border-top:1px solid rgba(125,211,252,.18);border-radius:50% 50% 0 0;background:linear-gradient(0deg,#050b14f0,#0814238f)}.eye-retina{position:absolute;left:46%;top:50%;z-index:2;width:188px;height:188px;border:1px solid rgba(125,211,252,.34);border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(230,251,255,.96),rgba(56,189,248,.42) 18%,rgba(7,17,31,.2) 58%,transparent 72%),#07111f38;box-shadow:inset 0 0 36px #38bdf842,0 0 42px #38bdf857,0 0 92px #2ee6a624;transform:translate(-50%,-50%)}.eye-retina:before,.eye-retina:after{content:"";position:absolute;border-radius:inherit}.eye-retina:before{inset:18px;border:1px dashed rgba(230,251,255,.22)}.eye-retina:after{inset:-24px;border:1px solid rgba(125,211,252,.14)}.eye-iris{position:absolute;inset:46px;display:grid;place-items:center;border:1px solid rgba(125,211,252,.36);border-radius:50%;background:radial-gradient(circle,#050b14f5,#07111f9e);box-shadow:inset 0 0 28px #38bdf83d}.eye-iris span{position:absolute;inset:-18px;border:1px dashed rgba(56,189,248,.24);border-radius:50%;animation:coreRotate 10s linear infinite}.eye-iris strong{color:#e6fbff;font-size:30px;letter-spacing:.08em;text-shadow:0 0 20px rgba(56,189,248,.9)}.eye-glint{position:absolute;left:64%;top:26%;width:18px;height:18px;border-radius:50%;background:#e6fbff;box-shadow:0 0 18px #e6fbffe6}.eye-scan-line{position:absolute;z-index:5;top:8%;bottom:8%;width:2px;background:linear-gradient(180deg,transparent,rgba(125,211,252,.95),transparent);box-shadow:0 0 26px #38bdf8b8;animation:eyeScan 3.8s ease-in-out infinite}.eye-beam{position:absolute;inset:30% -4% 31% 47%;z-index:1;background:linear-gradient(90deg,rgba(56,189,248,.28),rgba(56,189,248,.06) 58%,transparent),repeating-linear-gradient(0deg,transparent 0 12px,rgba(125,211,252,.1) 13px,transparent 14px);clip-path:polygon(0 44%,100% 0,100% 100%,0 56%);animation:beamPulse 3.8s ease-in-out infinite}.eye-node{position:absolute;z-index:6;width:10px;height:10px;border-radius:50%}.login-ai-eye .node-a{left:16%;top:34%;background:#2ee6a6;box-shadow:0 0 18px #2ee6a6f2}.login-ai-eye .node-b{right:18%;top:35%;background:#38bdf8;box-shadow:0 0 18px #38bdf8f2}.login-ai-eye .node-c{right:32%;bottom:26%;background:#a78bfa;box-shadow:0 0 18px #a78bfaf2}.eye-chip{position:absolute;z-index:6;min-width:96px;padding:8px 10px;border:1px solid rgba(125,211,252,.24);border-radius:8px;background:#030a14b8;box-shadow:inset 0 1px #e2fbff0f,0 14px 32px #0000003d}.eye-chip span{display:block;color:#73d9ff;font-size:10px;font-weight:850;letter-spacing:.16em}.eye-chip strong{display:block;margin-top:4px;color:#e6fbff;font-size:20px;line-height:1}.chip-risk{left:3%;top:12%}.chip-policy{right:4%;bottom:12%}.chip-trace{left:10%;bottom:6%}.login-hologram{position:relative;z-index:1;width:min(640px,48vw,calc(100vh - 240px));aspect-ratio:1;margin:54px 0 58px auto;overflow:hidden;border:1px solid rgba(125,211,252,.24);border-radius:18px;background:radial-gradient(circle at 50% 50%,rgba(230,251,255,.11),transparent 13%),radial-gradient(circle at 50% 50%,rgba(56,189,248,.2),transparent 34%),radial-gradient(circle at 54% 48%,rgba(46,230,166,.14),transparent 28%),linear-gradient(180deg,#0d1c3075,#030a149e);box-shadow:inset 0 0 0 1px #e2fbff0a,inset 0 0 90px #38bdf81a,0 32px 82px #00000057,0 0 86px #38bdf824;backdrop-filter:blur(16px)}.login-hologram:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(125,211,252,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(125,211,252,.06) 1px,transparent 1px);background-size:28px 28px;mask-image:radial-gradient(circle at center,#000 0 64%,transparent 74%);opacity:.7}.login-hologram:after{content:"";position:absolute;inset:-38% 52% -38% auto;width:2px;background:linear-gradient(180deg,transparent,rgba(56,189,248,.34),transparent);box-shadow:0 0 22px #38bdf857;transform:rotate(26deg);animation:holoSweep 6.2s ease-in-out infinite}.holo-orbit,.holo-core,.holo-node,.holo-panel,.holo-scan{position:absolute}.holo-orbit{inset:15%;border:1px solid rgba(125,211,252,.38);border-radius:50%;box-shadow:0 0 38px #38bdf829}.orbit-one{transform:rotateX(64deg) rotate(-18deg);animation:orbitPulse 3.6s ease-in-out infinite}.orbit-two{inset:22%;border-color:#2ee6a652;transform:rotateX(68deg) rotate(54deg);animation:orbitPulse 4.2s ease-in-out infinite reverse}.holo-core{left:50%;top:50%;width:190px;height:190px;display:grid;place-items:center;border:1px solid rgba(125,211,252,.34);border-radius:50%;background:radial-gradient(circle at 50% 42%,rgba(230,251,255,.9),rgba(56,189,248,.32) 18%,rgba(7,17,31,.2) 58%,transparent 70%),#07111f47;box-shadow:inset 0 0 34px #38bdf842,0 0 62px #38bdf857,0 0 112px #2ee6a624;transform:translate(-50%,-50%)}.holo-core span{position:absolute;inset:18px;border:1px dashed rgba(230,251,255,.2);border-radius:inherit;animation:coreRotate 12s linear infinite}.holo-core strong{color:#e6fbff;font-size:40px;letter-spacing:.08em;text-shadow:0 0 18px rgba(56,189,248,.84)}.holo-scan{left:12%;right:12%;top:50%;height:96px;border-top:1px solid rgba(56,189,248,.28);border-bottom:1px solid rgba(56,189,248,.18);background:linear-gradient(180deg,rgba(56,189,248,.1),transparent),repeating-linear-gradient(90deg,transparent 0 48px,rgba(125,211,252,.08) 49px,transparent 50px);transform:translateY(-50%) skewY(-8deg)}.holo-node{width:11px;height:11px;border-radius:50%;background:#2ee6a6;box-shadow:0 0 18px #2ee6a6f2}.node-a{left:24%;top:28%}.node-b{right:27%;top:36%;background:#38bdf8;box-shadow:0 0 18px #38bdf8f2}.node-c{left:36%;bottom:24%;background:#a78bfa;box-shadow:0 0 18px #a78bfaf2}.holo-panel{min-width:104px;padding:9px 10px;border:1px solid rgba(125,211,252,.22);border-radius:8px;background:#030a149e;box-shadow:inset 0 1px #e2fbff0f,0 14px 32px #0000003d}.holo-panel span{display:block;color:#73d9ff;font-size:10px;font-weight:850;letter-spacing:.16em}.holo-panel strong{display:block;margin-top:4px;color:#e6fbff;font-size:22px;line-height:1}.panel-a{left:9%;top:20%}.panel-b{right:9%;top:58%}.panel-c{left:12%;bottom:12%}.login-visual-caption{position:absolute;z-index:3;left:0;bottom:10px;max-width:300px;padding:14px 16px 12px 0;background:linear-gradient(90deg,rgba(5,11,20,.78),rgba(5,11,20,.38),transparent);backdrop-filter:blur(2px)}.login-visual-caption span{color:#73d9ff;font-size:11px;font-weight:850;letter-spacing:.18em}.login-visual-caption h1{margin:8px 0 6px;color:#e6fbff;font-size:clamp(30px,3.4vw,46px);line-height:1;letter-spacing:0;text-shadow:0 0 28px rgba(56,189,248,.34)}.login-visual-caption p{margin:0;color:#9eb8cc;font-size:14px;font-weight:650}.login-card,.admin-hero,.admin-panel{border:1px solid var(--line);background:#fff;box-shadow:0 18px 46px #14346014;backdrop-filter:blur(18px)}.login-card{position:relative;z-index:1;display:grid;gap:18px;padding:30px;border-radius:10px;overflow:hidden}.login-card:before{content:"";position:absolute;left:18px;right:18px;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(56,189,248,.8),transparent);box-shadow:0 0 22px #38bdf894}.login-card h2{margin:6px 0 8px;color:var(--ink);font-size:30px}.login-card p{margin:0;color:var(--muted);line-height:1.55}.login-card .login-status-line{display:inline-flex;align-items:center;gap:8px;color:#7fffd0;font-size:11px;font-weight:850;letter-spacing:.14em;line-height:1}.login-status-line span{width:7px;height:7px;border-radius:50%;background:#2ee6a6;box-shadow:0 0 14px #2ee6a6e6}.login-mode-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:4px;padding:4px;border:1px solid #d9e5f4;border-radius:8px;background:#f6f9fe}.login-mode-tabs button{min-height:42px;border:0;border-radius:6px;background:transparent;color:#52617a;font-weight:800}.login-mode-tabs button.active{background:#fff;color:#1f5fc9;box-shadow:0 0 0 1px #9fc5ff}.login-card label{display:grid;gap:8px;color:#c5e6f7;font-size:12px;font-weight:800}.login-card input{width:100%;height:46px;border:1px solid rgba(125,211,252,.2);border-radius:8px;padding:0 14px;background:#020812c2;color:#e6fbff;outline:none}.login-card input:focus{border-color:var(--blue);box-shadow:0 0 0 4px #38bdf81f}.login-card .primary-button{width:100%;justify-content:center;min-height:48px;border-color:#7dd3fccc;background:linear-gradient(135deg,#0ea5e9,#22d3ee);color:#03101d;font-weight:900;box-shadow:0 0 30px #22d3ee47}.login-hint{font-size:12px;line-height:1.5}.login-hint .link-button{display:inline;padding:0;border:0;background:transparent;color:#7dd3fc;font:inherit;font-weight:800;cursor:pointer}@keyframes holoSweep{0%,to{transform:translate(-190px) rotate(28deg);opacity:0}18%,72%{opacity:1}50%{transform:translate(210px) rotate(28deg)}}@keyframes orbitPulse{0%,to{opacity:.42;filter:drop-shadow(0 0 8px rgba(56,189,248,.1))}50%{opacity:.9;filter:drop-shadow(0 0 18px rgba(56,189,248,.25))}}@keyframes coreRotate{to{transform:rotate(360deg)}}@keyframes eyeScan{0%,to{left:18%;opacity:.34}18%,82%{opacity:1}50%{left:82%}}@keyframes beamPulse{0%,to{opacity:.28;transform:scaleX(.88);transform-origin:left center}50%{opacity:.72;transform:scaleX(1)}}@media(prefers-reduced-motion:reduce){.login-hologram:after,.orbit-one,.orbit-two,.holo-core span,.eye-iris span,.eye-scan-line,.eye-beam,.ai-fab,.ai-fab-status,.ai-dock,.mini-msg{animation:none}}.hero{width:100%;max-width:1149px;display:block;margin:0 auto 16px}.hero-copy h1{margin:0;font-size:clamp(24px,2.2vw,30px);line-height:1.15;font-weight:800;letter-spacing:0;color:#07163d}.hero-copy h1 span{color:var(--blue)}.hero-copy h1 b{font-size:24px;font-weight:400}.hero-copy p{margin:8px 0 0;color:#4f6a9e;font-size:15px;font-weight:550;line-height:1.45}.robot-scene{position:relative;height:118px;transform:scale(.7);transform-origin:top right}.robot{position:absolute;left:151px;top:13px;width:170px;height:160px}.head{position:absolute;left:35px;top:31px;width:120px;height:68px;border-radius:34px;display:flex;align-items:center;justify-content:center;gap:25px;background:linear-gradient(180deg,#0d2c72,#061a4d);box-shadow:0 18px 36px #186ae133;z-index:3}.head span{width:18px;height:18px;border-radius:50%;background:#10c6fa;box-shadow:0 0 11px #10c6facc}.antenna{position:absolute;left:90px;top:0;width:12px;height:30px;border-radius:8px;background:linear-gradient(180deg,#2aa0ff,#b9dcff);box-shadow:0 4px 14px #1273f559}.ear{position:absolute;top:51px;width:24px;height:45px;border-radius:14px;background:linear-gradient(180deg,#dceeff,#8dbfff);z-index:2}.ear.left{left:17px}.ear.right{right:-2px}.neck{position:absolute;left:75px;top:97px;width:41px;height:29px;border-radius:14px;background:linear-gradient(180deg,#91beff,#e3f1ff);z-index:2}.body{position:absolute;left:47px;top:112px;width:114px;height:58px;border-radius:56px 56px 18px 18px;background:linear-gradient(180deg,#fff,#dfeeff);box-shadow:inset 0 -8px 16px #2c7be729}.shadow{position:absolute;left:116px;top:142px;width:220px;height:43px;border-radius:50%;border:6px solid rgba(221,238,255,.8);opacity:.78}.float-card{position:absolute;display:grid;place-items:center;background:linear-gradient(180deg,#f4f9ffeb,#dcedffc7);color:#71a4ee;box-shadow:0 18px 38px #427fd421}.float-card.chart{left:55px;top:50px;width:68px;height:68px;border-radius:9px;transform:rotate(-11deg)}.float-card.chart svg{width:40px;height:40px}.float-card.note{right:23px;top:9px;width:61px;height:69px;border-radius:8px;transform:rotate(17deg);display:flex;flex-direction:column;gap:8px;padding:15px}.float-card.note span{display:block;height:5px;border-radius:4px;background:#83b5f4}.float-card.note span:nth-child(1){width:28px}.float-card.note span:nth-child(2){width:36px}.float-card.note span:nth-child(3){width:22px}.float-card.shield{right:32px;top:103px;width:57px;height:57px;border-radius:13px;background:linear-gradient(180deg,#2b98ff,#7aaef6);color:#fff;transform:rotate(-14deg)}.float-card.shield svg{width:36px;height:36px}.quick-grid,.ask-section,.composer,.disclaimer{width:100%;max-width:1149px;margin-left:auto;margin-right:auto}.quick-grid{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:12px}.quick-card{min-height:132px;padding:14px 14px 12px;border:1px solid var(--line);border-radius:8px;background:#ffffffd6;box-shadow:0 8px 24px #3a69b10b;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;display:flex;flex-direction:column;align-items:flex-start}.quick-card:hover{transform:translateY(-1px);border-color:#b8d4ff;box-shadow:0 12px 28px #3a69b117}.quick-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;margin-bottom:9px}.quick-icon svg{width:21px;height:21px;stroke-width:2.2}.quick-icon.blue{color:#086df4;background:radial-gradient(circle,#dcecff 0% 48%,#eef6ff 49%)}.quick-icon.green{color:#12b77a;background:radial-gradient(circle,#d5fae9 0% 48%,#eafff5 49%)}.quick-icon.violet{color:var(--violet);background:radial-gradient(circle,#ebe7ff 0% 48%,#f5f2ff 49%)}.quick-icon.sky{color:var(--sky);background:radial-gradient(circle,#def0ff 0% 48%,#eff8ff 49%)}.quick-card h2{margin:0 0 6px;font-size:16px;line-height:1.2}.quick-card p{margin:0 0 10px;color:#4b6293;font-size:13px;font-weight:550;line-height:1.4}.outline{min-width:108px;height:30px;border-radius:7px;border:1px solid currentColor;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;font-size:13px;font-weight:700;margin-top:auto}.blue-text{color:var(--blue)}.green-text{color:var(--green)}.violet-text{color:var(--violet)}.ask-section{margin-top:14px}.ask-section h2{margin:0 0 7px 4px;font-size:16px;line-height:1.2}.suggestions{display:grid;gap:6px}.suggestion{width:100%;min-height:34px;display:grid;grid-template-columns:24px minmax(0,1fr) 24px;align-items:center;gap:13px;padding:6px 16px;border:1px solid var(--line);border-radius:8px;background:#ffffffd1;color:#243a71;text-align:left;font-size:13px;font-weight:550;box-shadow:0 6px 22px #3a69b10a}.suggestion:hover{border-color:#aacdff;background:#f7fbff}.suggestion svg{width:17px;height:17px;color:#49659a}.suggestion span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggestion b{color:#4d6599;font-size:20px;line-height:1;font-weight:500}.composer{position:relative;margin-top:auto;min-height:76px;padding:10px 62px 10px 14px;border:1px solid #c8d8ee;border-radius:10px;background:#fffffff5;box-shadow:0 8px 24px #1f488414}.composer textarea{width:100%;min-height:27px;max-height:96px;resize:none;border:0;outline:0;padding:0;color:#17316a;background:transparent;font-size:13px;font-weight:500;line-height:1.5}.composer textarea::placeholder{color:#7890ba}.composer-tools{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px}.composer-tools button{display:inline-flex;align-items:center;gap:7px;min-height:26px;padding:0 9px;border:1px solid transparent;border-radius:7px;color:#3b5485;background:transparent;font-size:13px;font-weight:650;white-space:nowrap}.composer-tools button:hover{border-color:#d8e5f6;background:#f5f9ff;color:#183d7a}.composer-tools svg{width:18px;height:18px;color:#5b73a2}.composer-selected-skill{display:inline-flex;align-items:center;gap:8px;max-width:calc(100% - 10px);margin:0 0 7px;padding:4px 7px;border:1px solid #bfd4f0;border-radius:7px;color:#284777;background:#f6faff;font-size:12px;font-weight:650}.composer-selected-skill span{color:#6c7fa2}.composer-selected-skill strong{overflow:hidden;max-width:320px;text-overflow:ellipsis;white-space:nowrap}.composer-selected-skill button{display:grid;width:18px;height:18px;place-items:center;border:0;border-radius:5px;color:#5a6f94;background:transparent;font-size:15px;line-height:1}.composer-selected-skill button:hover{color:#1f5fe8;background:#eaf2ff}.composer-skill-picker-wrap{position:static;display:inline-flex}.composer-tools .composer-skill-picker-wrap>button.active{max-width:220px;border-color:#8fb6ff;color:#1f5fe8;background:#eef5ff;overflow:hidden;text-overflow:ellipsis}.composer-skill-picker{position:absolute;left:0;right:0;bottom:calc(100% + 12px);z-index:40;width:auto;max-height:min(460px,56vh);overflow:auto;padding:14px;border:1px solid #c9daf0;border-radius:10px;color:#122857;background:#fffffffa;box-shadow:0 24px 70px #1c3e7033}.composer-skill-picker header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #e6eef8}.composer-skill-picker header strong{font-size:15px}.composer-skill-picker header span{color:#6f819e;font-size:12px;font-weight:650}.composer-skill-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.composer-skill-picker .composer-skill-list button{display:grid;align-items:start;gap:7px;min-height:126px;padding:11px;border:1px solid #dbe7f6;border-radius:8px;color:#1a315f;background:#fff;text-align:left;white-space:normal}.composer-skill-picker .composer-skill-list button:hover{border-color:#8fb6ff;background:#f7fbff}.composer-skill-picker .composer-skill-list button.selected{border-color:#2f6ff3;background:#eef5ff}.composer-skill-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#617594;font-size:11px;font-weight:700}.composer-skill-meta b{color:#2f6ff3}.composer-skill-meta em{font-style:normal}.composer-skill-list button strong{color:#071845;font-size:14px;line-height:1.25}.composer-skill-list button small{display:-webkit-box;overflow:hidden;color:#5e7193;font-size:12px;font-weight:600;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.composer-skill-outputs{overflow:hidden;color:#7a8ba6;font-size:11px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.composer-skill-picker footer{margin-top:10px;padding:10px;border-radius:8px;background:#f7faff}.composer-skill-picker footer span{display:block;margin-bottom:4px;color:#2f6ff3;font-size:12px;font-weight:750}.composer-skill-picker footer p{margin:0;color:#5e7193;font-size:12px;font-weight:600;line-height:1.45}.send{position:absolute;right:14px;bottom:11px;width:34px;height:34px;display:grid;place-items:center;border-radius:8px;color:#fff;background:linear-gradient(180deg,#1276ff,#0061e8);box-shadow:0 8px 16px #0f6bf23d}.send svg{width:19px;height:19px}.disclaimer{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:10px;margin-bottom:0;color:#6a7fa8;font-size:12px;font-weight:550}.disclaimer svg{width:18px;height:18px;color:#6381b5}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,18px);padding:11px 17px;border-radius:9px;background:#071b4d;color:#fff;font-size:14px;font-weight:700;opacity:0;pointer-events:none;transition:opacity .16s ease,transform .16s ease;box-shadow:0 18px 40px #071b4d33;z-index:10}.toast.show{opacity:1;transform:translate(-50%)}.home-workbench{width:100%;max-width:1040px;min-height:calc(100vh - 92px);display:flex;flex-direction:column;align-items:center;margin:0 auto;padding-top:clamp(48px,10vh,110px)}.home-intro{text-align:center}.home-intro h1{margin:0;color:#171c24;font-size:clamp(26px,2.4vw,34px);font-weight:500;line-height:1.2}.home-intro h1 span{color:#0f92d5}.home-intro p{margin:14px 0 0;color:#5f6c7c;font-size:14px;font-weight:500}.home-capabilities{width:min(100%,800px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:clamp(44px,7vh,68px)}.home-capability{position:relative;min-height:150px;display:flex;flex-direction:column;align-items:flex-start;padding:18px;border:1px solid #e1e5ea;border-radius:10px;background:#fff;color:#1e2938;text-align:left;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.home-capability:hover{transform:translateY(-1px);border-color:#a9cce3;box-shadow:0 8px 20px #27466514}.capability-index{width:34px;height:34px;display:grid;place-items:center;margin-bottom:16px;border-radius:8px;background:#edf5fa;color:#0f82c7;font-size:13px;font-weight:800}.home-capability strong{color:#1d2735;font-size:16px;line-height:1.25}.home-capability p{margin:8px 28px 0 0;color:#7a8593;font-size:12px;font-weight:500;line-height:1.45}.home-capability b{position:absolute;right:16px;bottom:16px;color:#a0abb8}.home-capability b svg{width:14px;height:14px}.home-chat-thread{width:min(100%,760px);max-height:230px;overflow-y:auto;margin-top:18px}.home-composer-area{position:relative;z-index:20;width:min(100%,760px);margin-top:auto;padding-top:22px;overflow:visible}.home-workbench .composer{max-width:none;min-height:88px;margin:0;border-color:#d8dde5;border-radius:8px;box-shadow:0 8px 22px #23364c14}.home-context-bar{display:flex;gap:6px;margin-top:7px}.home-context-bar button,.home-context-bar span{display:inline-flex;min-height:25px;align-items:center;padding:0 7px;border:0;border-radius:4px;background:transparent;color:#7a8593;font-size:10px;font-weight:600}.home-context-bar button:hover{background:#f1f3f5;color:#40516a}.chat-shell,.module-header,.assessment-layout,.ai-assessment-layout,.metric-grid,.board-grid,.workspace-layout,.toolbar,.data-table,.asset-hero,.asset-intelligence-strip,.asset-workbench,.lifecycle-board,.lifecycle-hero,.lifecycle-control-grid,.report-layout{width:100%;max-width:1149px;margin-left:auto;margin-right:auto}.library-grid{width:100%;max-width:1149px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 auto}.library-card{min-height:190px;display:flex;flex-direction:column;padding:16px;border:1px solid #e1e5ea;border-radius:7px;background:#fff}.library-card>span{width:fit-content;padding:3px 7px;border-radius:4px;background:#edf5fa;color:#0f82c7;font-size:10px;font-weight:750}.library-card h2{margin:18px 0 8px;color:#1d2735;font-size:16px}.library-card p{margin:0 0 14px;color:#697789;font-size:12px;font-weight:550;line-height:1.55}.library-card .mini-action{margin-top:auto}.chat-shell{display:flex;min-height:0;flex-direction:column;gap:12px}.chat-header,.module-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.chat-header h1,.module-header h1{margin:0;color:#07163d;font-size:clamp(22px,2vw,30px);line-height:1.15}.chat-header p,.module-header p{margin:8px 0 0;color:#526b9a;font-size:14px;font-weight:550;line-height:1.5}.eyebrow{display:block;margin-bottom:7px;color:var(--blue);font-size:12px;font-weight:800}.context-card{min-width:230px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#ffffffdb}.context-card span,.metric-card span{display:block;color:#687fa9;font-size:12px;font-weight:650}.context-card strong{display:block;margin-top:5px;color:#10245c;font-size:14px}.context-card b{display:inline-flex;margin-top:8px;padding:3px 8px;border-radius:999px;background:#eef6ff;color:var(--blue);font-size:12px}.suggested-actions{display:flex;flex-wrap:wrap;gap:8px}.suggested-actions button,.mini-action,.primary-button,.secondary-button,.table-action{min-height:30px;border-radius:7px;border:1px solid #cbdcf2;background:#fff;color:#254575;font-size:13px;font-weight:700}.suggested-actions button,.mini-action{display:inline-flex;align-items:center;gap:6px;padding:0 10px}.suggested-actions button:hover,.mini-action:hover,.secondary-button:hover,.table-action:hover{border-color:#9fc5ff;background:#f5f9ff}.mini-action svg{width:14px;height:14px}.mini-action.primary,.primary-button{border-color:var(--blue);background:var(--blue);color:#fff}.primary-button,.secondary-button{padding:0 14px}.chat-thread{display:grid;gap:12px;min-height:210px;padding:12px 0}.chat-message{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:flex-start;max-width:860px}.chat-message.user{justify-self:end;grid-template-columns:minmax(0,1fr) 34px}.chat-message.user .message-avatar{grid-column:2}.chat-message.user .message-bubble{grid-column:1;grid-row:1;background:#eef6ff}.message-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#eaf3ff;color:var(--blue);font-size:12px;font-weight:800}.message-bubble{padding:12px 14px;border:1px solid var(--line);border-radius:10px;background:#ffffffe6}.message-bubble p{margin:0;color:#243a71;font-size:14px;font-weight:550;line-height:1.55}.message-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.module-header{margin-bottom:16px}.assessment-layout{display:grid;grid-template-columns:220px minmax(0,1fr) 270px;gap:14px;align-items:start}.ai-assessment-layout{display:grid;grid-template-columns:250px minmax(0,1fr) 270px;gap:14px;align-items:start}.stepper,.work-panel,.ai-panel,.signal-panel,.ai-insight-panel,.side-panel,.metric-card,.project-card,.stage-card,.report-page,.data-table{border:1px solid var(--line);border-radius:8px;background:#ffffffdb;box-shadow:0 8px 24px #3a69b10b}.stepper{display:grid;gap:5px;padding:10px}.step-item{display:flex;align-items:center;gap:8px;min-height:34px;padding:0 8px;border:0;border-radius:7px;background:transparent;color:#405a8d;font-size:13px;font-weight:650;text-align:left}.step-item span{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#eef4fb;font-size:11px}.step-item.done span,.step-item.active span{background:var(--blue);color:#fff}.step-item.active{background:#eef6ff;color:var(--blue)}.work-panel,.ai-panel,.signal-panel,.ai-insight-panel,.side-panel,.report-page{padding:16px}.signal-panel h2,.ai-insight-panel h2{margin:0 0 10px;color:#10245c;font-size:17px;line-height:1.25}.signal-panel p{margin:0;color:#526b9a;font-size:12px;font-weight:550;line-height:1.55}.signal-list{display:grid;gap:8px;margin:14px 0}.signal-item{display:grid;gap:4px;min-height:68px;padding:10px;border:1px solid #dbe8fb;border-radius:8px;background:#fbfdff;color:inherit;text-align:left}.signal-item:hover{border-color:#acd0ff;background:#f6faff}.signal-item span,.agent-status span,.ai-run-card span,.evidence-grid span,.question-row span{color:#687fa9;font-size:12px;font-weight:700}.signal-item strong{color:#10245c;font-size:14px;line-height:1.25}.signal-item b,.question-row b,.section-title span{width:fit-content;padding:3px 8px;border-radius:999px;background:#eef6ff;color:var(--blue);font-size:12px;font-weight:750;white-space:nowrap}.agent-status{display:grid;gap:8px;padding:11px;border:1px solid #dbe8fb;border-radius:8px;background:#f8fbff}.agent-status strong{color:#10245c;font-size:14px;line-height:1.35}.assessment-model-progress{width:min(720px,calc(100% - 40px));place-self:center;display:grid;justify-items:center;gap:18px;border:1px solid #cbdcff;border-radius:18px;background:linear-gradient(180deg,#f7faff,#fff);box-shadow:0 18px 50px #2f6ff31f;padding:46px 42px;text-align:center}.assessment-model-progress.compact{margin-top:2px}.assessment-model-progress strong{display:block;color:#16306b;font-size:22px;font-weight:900;line-height:1.3}.assessment-model-progress p{margin:8px auto 0;max-width:540px;color:#536d9d;font-size:14px;font-weight:700;line-height:1.65}.assessment-model-progress-steps{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:18px}.assessment-model-progress-steps span{border:1px solid #d4e2fb;border-radius:999px;background:#fff;color:#2f5fb8;font-size:12px;font-weight:850;letter-spacing:0;padding:7px 12px;text-transform:none}.assessment-project-dialog{width:min(1220px,calc(100vw - 56px));max-height:calc(100vh - 48px);overflow:hidden;border:1px solid #dbe7f6;border-radius:8px;background:#fff;box-shadow:0 28px 70px #0e182d33;display:grid;grid-template-rows:auto minmax(0,1fr)}.assessment-project-dialog.without-preview{width:min(1080px,calc(100vw - 56px))}.assessment-project-dialog.is-preview-step{width:min(1180px,calc(100vw - 56px))}.assessment-project-dialog.is-preview-step .assessment-standalone-preview{position:static;top:auto;z-index:1;align-self:stretch;min-height:0;max-height:none;margin:0 20px 20px;overflow:auto;border-radius:8px;box-shadow:none;animation:none}.assessment-project-form{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:0;min-height:0}.assessment-project-fieldset{display:grid;gap:22px;min-width:0;min-height:0;margin:0;border:0;padding:0 20px 16px;overflow:hidden}.assessment-project-dialog.is-generating .assessment-project-fieldset{opacity:.6}.assessment-intake-fieldset{gap:0}.assessment-intake-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,340px);grid-template-areas:"question analysis";align-items:start;gap:14px;min-height:0}.assessment-intake-layout.without-preview{grid-template-columns:minmax(0,1fr) minmax(300px,340px)}.assessment-intake-layout.has-preview{grid-template-columns:minmax(0,1fr) minmax(360px,420px);grid-template-rows:auto minmax(0,1fr);grid-template-areas:"question preview" "analysis preview"}.assessment-intake-main{grid-area:question;display:grid;min-width:0;min-height:0}.assessment-intake-question,.assessment-intake-analysis,.assessment-project-preview{border:1px solid #dfe8f4;border-radius:8px;background:#fff;box-shadow:0 12px 34px #1434600e}.assessment-intake-question{display:grid;gap:14px;min-height:0;max-height:calc(100vh - 232px);overflow:auto;padding:16px}.assessment-intake-progress{display:grid;gap:8px;color:#2f6ff3;font-size:12px;font-weight:900}.assessment-intake-progress:after{content:"";height:0}.assessment-intake-progress span{justify-self:start;border:1px solid #d9e6fb;border-radius:999px;background:#f4f8ff;padding:4px 9px}.assessment-intake-progress b{display:block;height:5px;max-width:100%;border-radius:999px;background:linear-gradient(90deg,#2f6ff3,#63a8ff)}.assessment-intake-question h3{margin:0;color:#071845;font-size:19px;line-height:1.25}.assessment-intake-question>p{margin:-8px 0 0;color:#65748e;font-size:13px;font-weight:650;line-height:1.55}.assessment-intake-question>input,.assessment-intake-supplement textarea,.assessment-project-preview input,.assessment-project-preview textarea{width:100%;border:1px solid #d8e5f5;border-radius:9px;background:#fbfdff;color:#071845;font:inherit;font-size:14px}.assessment-intake-question>input,.assessment-project-preview input{min-height:46px;padding:0 14px}.assessment-project-preview textarea{min-height:84px;resize:vertical;line-height:1.5;padding:10px 12px}.assessment-intake-options{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:8px;max-height:min(520px,calc(100vh - 360px));overflow:auto;padding:2px}.assessment-intake-option{display:grid;grid-template-columns:minmax(0,1fr) 20px;align-items:center;gap:9px;min-height:42px;border:1px solid #dce7f6;border-radius:8px;background:#fbfdff;padding:8px 10px;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.assessment-intake-option.has-hint{align-items:start;min-height:66px;padding-block:9px}.assessment-intake-option.assessment-intake-other{grid-template-columns:minmax(0,1fr) 20px}.assessment-intake-option:hover{border-color:#bfd0ea;background:#fff}.assessment-intake-option:has(>input[type=checkbox]:checked),.assessment-intake-option:has(>input[type=radio]:checked){border-color:#2f6ff3;background:#eef5ff;box-shadow:0 8px 18px #2f6ff31a}.assessment-intake-option>input[type=checkbox],.assessment-intake-option>input[type=radio]{appearance:none;-webkit-appearance:none;display:block;position:relative;grid-column:2;grid-row:1;justify-self:end;align-self:center;width:18px!important;min-width:18px!important;max-width:18px!important;height:18px!important;min-height:18px!important;max-height:18px!important;margin:0;padding:0!important;border:1.5px solid #9aa8ba!important;border-radius:5px;background:#fff;accent-color:#2f6ff3;cursor:pointer}.assessment-intake-option.has-hint>input[type=checkbox],.assessment-intake-option.has-hint>input[type=radio]{align-self:start;margin-top:8px}.assessment-intake-option>input[type=radio]{border-radius:999px}.assessment-intake-option>input[type=checkbox]:checked,.assessment-intake-option>input[type=radio]:checked{border-color:#2f6ff3;background:#2f6ff3}.assessment-intake-option>input[type=checkbox]:checked:after,.assessment-intake-option>input[type=radio]:checked:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.assessment-intake-option>input[type=radio]:checked:after{left:4px;top:4px;width:7px;height:7px;border:0;border-radius:999px;background:#fff;transform:none}.assessment-intake-option span{grid-column:1;grid-row:1;display:grid;gap:4px;text-align:left!important;min-width:0}.assessment-intake-option strong{color:#17233a;font-size:12.5px;line-height:1.25}.assessment-intake-option small{color:#71819b;font-size:11px;font-weight:650;line-height:1.35;overflow:visible}.assessment-intake-other-input{grid-column:1 / -1;width:100%;min-height:38px;border:1px solid #d8e5f5;border-radius:8px;background:#fff;color:#071845;font:inherit;font-size:13px;padding:0 11px}.assessment-intake-option:not(:has(>input[type=checkbox]:checked)):not(:has(>input[type=radio]:checked)) .assessment-intake-other-input{opacity:.64}.assessment-risk-flag-rows{display:grid;gap:10px}.assessment-risk-flag-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;margin:0;border:1px solid #dce7f6;border-radius:10px;background:#f9fbff;padding:12px}.assessment-risk-flag-row legend{display:grid;gap:3px;min-width:0;padding:0}.assessment-risk-flag-row strong{color:#17233a;font-size:13px;line-height:1.25}.assessment-risk-flag-row small{color:#71819b;font-size:11px;font-weight:650}.assessment-risk-choice-group{display:grid;grid-template-columns:repeat(2,56px);gap:8px}.assessment-risk-choice{display:grid;cursor:pointer}.assessment-risk-choice input{position:absolute;opacity:0;pointer-events:none}.assessment-risk-choice span{display:grid;place-items:center;min-height:34px;border:1px solid #d7e4f5;border-radius:8px;background:#fff;color:#536987;font-size:12px;font-weight:900}.assessment-risk-choice input:checked+span{border-color:#2f6ff3;background:#2f6ff3;color:#fff;box-shadow:0 8px 16px #2f6ff32e}.assessment-risk-judgement-list,.chat-risk-judgement-list{display:grid;gap:10px;border:1px solid #dbe7f6;border-radius:11px;background:#f8fbff;overflow:visible;padding:12px}.assessment-risk-judgement-list>span,.chat-risk-judgement-list>span{color:#2f6ff3;font-size:11px;font-weight:900}.assessment-risk-judgement-row,.chat-risk-judgement-row{display:grid;gap:9px;margin:0;border:1px solid #dfe8f4;border-radius:10px;background:#fff;padding:11px}.assessment-risk-judgement-row legend,.chat-risk-judgement-row legend{padding:0;color:#17233a;font-size:12px;font-weight:900;line-height:1.35}.assessment-risk-judgement-options,.chat-risk-judgement-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.assessment-risk-judgement-options label,.chat-risk-judgement-options label{display:grid;cursor:pointer}.assessment-risk-judgement-options input,.chat-risk-judgement-options input{position:absolute;opacity:0;pointer-events:none}.assessment-risk-judgement-options span,.chat-risk-judgement-options span{display:grid;place-items:center;min-height:32px;border:1px solid #d7e4f5;border-radius:8px;background:#fff;color:#536987;font-size:12px;font-weight:900}.assessment-risk-judgement-options input:checked+span,.chat-risk-judgement-options input:checked+span{border-color:#2f6ff3;background:#2f6ff3;color:#fff}.assessment-risk-judgement-row ul,.chat-risk-judgement-row ul{display:grid;gap:4px;margin:0;padding-left:16px;color:#708099;font-size:11px;font-weight:650;line-height:1.35}.chat-risk-judgement-note,.chat-risk-judgement-loading p{margin:0;color:#65748b;font-size:11px;font-weight:750;line-height:1.45}.chat-risk-judgement-note.warning{border:1px solid #ffe0a8;border-radius:8px;background:#fffaf0;color:#9a4a12;padding:8px 9px}.chat-risk-judgement-loading{display:grid;gap:8px}.chat-risk-stream-progress{height:6px;overflow:hidden;border-radius:999px;background:#e6eef9}.chat-risk-stream-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2f6ff3,#68a5ff);transition:width .24s ease}.chat-risk-generation-panel{display:grid;gap:10px;border:1px solid #cfe0fb;border-radius:10px;background:linear-gradient(180deg,#fffffff5,#f4f8fff5);padding:12px}.chat-risk-generation-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.chat-risk-generation-head strong{color:#071845;font-size:14px;font-weight:950;line-height:1.3}.chat-risk-generation-head b{flex:0 0 auto;border:1px solid #cfe0fb;border-radius:999px;background:#fff;color:#2f6ff3;font-size:12px;font-weight:950;line-height:1;padding:6px 9px}.chat-risk-generation-panel p,.chat-risk-generation-panel small{margin:0;color:#65748b;font-size:12px;font-weight:750;line-height:1.5}.chat-risk-generation-panel small{color:#2f6ff3;font-size:11px;font-weight:900}.compliance-intake-ai-retry-notice{margin:8px 0 0;border:1px solid #f3d18a;border-radius:9px;background:#fff9eb;color:#9a6508!important;padding:8px 10px;font-weight:800}.chat-risk-review-row{display:grid;gap:10px;align-items:start}.chat-risk-review-head{display:none;border-bottom:1px solid #e5edf7;color:#65748b;font-size:11px;font-weight:900;padding:0 2px 6px}.chat-risk-review-table{display:grid;gap:9px;overflow:visible}.chat-risk-review-row{border:1px solid #e1eaf7;border-radius:9px;background:#fff;overflow:visible;padding:10px;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.chat-risk-review-row[data-review-status=agreed]{border-color:#b9e3d0;background:#f6fcf9}.chat-risk-review-row[data-review-status=change]{border-color:#f3d49a;background:#fffaf0;box-shadow:inset 3px 0 #f59e0b}.chat-risk-review-row.is-streaming{border-color:#dbe7f6;background:linear-gradient(135deg,#fff,#f7faff);box-shadow:none}.chat-risk-question-cell{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:start;min-width:0;overflow:visible;z-index:2}.chat-risk-question-cell>span:first-child{color:#17233a;font-size:13px;font-weight:900;line-height:1.35}.chat-risk-help{position:relative;z-index:30;display:grid;place-items:center;width:18px;height:18px;border:1px solid #cbdcff;border-radius:50%;background:#f4f8ff;color:#2f6ff3;cursor:help;font-size:11px;font-weight:950;line-height:1}.chat-risk-tooltip{position:absolute;z-index:10000;top:calc(100% + 7px);right:0;display:none;width:min(300px,calc(100vw - 64px));border:1px solid #cfe0fb;border-radius:8px;background:#fff;box-shadow:0 14px 34px #14346029;color:#53647f;padding:9px 10px}.chat-risk-tooltip span{display:block;position:relative;padding-left:12px;font-size:11px;font-weight:750;line-height:1.45}.chat-risk-tooltip span:before{content:"";position:absolute;left:0;top:.62em;width:4px;height:4px;border-radius:50%;background:#2f6ff3}.chat-risk-help:hover .chat-risk-tooltip,.chat-risk-help:focus .chat-risk-tooltip{display:grid;gap:5px}.chat-risk-answer{display:grid;place-items:center;justify-self:start;min-width:74px;min-height:34px;border-radius:8px;font-size:13px;line-height:1}.chat-risk-answer.yes{background:#fff6e7;color:#9a4a12}.chat-risk-answer.no{background:#edf7f1;color:#16814c}.chat-risk-answer.pending,.chat-risk-answer.streaming{color:#53647f;background:#eef4fb}.chat-risk-answer.streaming{color:#2f6ff3;background:#edf4ff}.chat-risk-explanation{margin:0;color:#53647f;font-size:12px;font-weight:750;line-height:1.45}.chat-risk-result-block{display:grid;grid-template-columns:minmax(0,1fr) minmax(118px,148px);gap:10px;align-items:start;border-top:1px solid #edf3fb;padding-top:9px}.chat-risk-result-block.is-streaming{grid-template-columns:minmax(0,1fr);color:#53647f}.chat-risk-ai-output{display:grid;gap:8px;min-width:0}.chat-risk-ai-summary{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0}.chat-risk-ai-explanation,.chat-risk-result-item,.chat-risk-status-control{display:grid;gap:5px;min-width:0}.chat-risk-result-item>span,.chat-risk-ai-summary>span,.chat-risk-ai-explanation>span,.chat-risk-status-control>span{color:#6b7890;font-size:11px;font-weight:950;line-height:1.2}.chat-risk-status-control{align-self:start}.chat-risk-status-waiting{display:grid;place-items:center;min-height:32px;border:1px solid #d7e4f5;border-radius:8px;background:#f4f8ff;color:#708099;font-size:12px;font-weight:900}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-two-page.is-review-page .chat-risk-judgement-list{gap:7px;padding:10px}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-two-page.is-review-page .chat-risk-review-table{gap:7px}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-two-page.is-review-page .chat-risk-review-row{gap:7px;padding:8px 9px}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-two-page.is-review-page .chat-risk-question-cell>span:first-child{font-size:12px}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-two-page.is-review-page .chat-risk-result-block{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding-top:7px}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-two-page.is-review-page .chat-risk-ai-output{gap:6px}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-two-page.is-review-page .chat-risk-explanation{font-size:11px;line-height:1.4}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-risk-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;min-width:224px}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-risk-actions button{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:32px;border:1px solid #d7e4f5;border-radius:7px;background:#fff;color:#536987;cursor:pointer;font:inherit;font-size:10px;font-weight:900;line-height:1.2;padding:5px 7px;transition:background .16s ease,border-color .16s ease,color .16s ease}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-risk-actions button>b{font-size:13px;line-height:1}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-risk-actions button.accept:hover:not(:disabled),.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-risk-actions button.accept.is-active{border-color:#87cfac;background:#eaf8f1;color:#127347}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-risk-actions button.change:hover:not(:disabled),.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-risk-actions button.change.is-active{border-color:#efbf72;background:#fff4df;color:#985300}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-risk-actions button:disabled{cursor:wait;opacity:.62}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-bulk-review{display:flex;align-items:center;justify-content:flex-end;min-width:0;margin:0 0 8px}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-bulk-review>span{color:#718099;font-size:10px;font-weight:700}@media(max-width:760px){.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-two-page.is-review-page .chat-risk-result-block{grid-template-columns:minmax(0,1fr)}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-risk-actions{min-width:0}}.assessment-intake-supplement{display:grid;gap:8px;margin-top:0}.assessment-intake-supplement>span{color:#4d5f7c;font-size:12px;font-weight:850}.assessment-intake-supplement textarea{min-height:88px;resize:vertical;padding:12px 14px}.assessment-intake-upload{display:flex;align-items:center;flex-wrap:wrap;gap:10px;border-top:1px solid #edf3fb;padding-top:12px}.assessment-intake-upload small{color:#7a879c;font-size:11px;font-weight:650;line-height:1.4}.assessment-intake-analysis{grid-area:analysis;align-self:start;display:grid;gap:8px;max-height:calc(100vh - 232px);overflow:auto;padding:14px;position:sticky;top:0}.assessment-intake-layout.has-preview .assessment-intake-analysis{max-height:none;position:static}.assessment-intake-analysis>div,.assessment-project-preview>div{display:grid;gap:4px}.assessment-intake-analysis span,.assessment-project-preview span,.assessment-preview-flow span{color:#2f6ff3;font-size:11px;font-weight:900}.assessment-intake-analysis strong,.assessment-project-preview strong{color:#14203a;font-size:14px}.assessment-intake-analysis article{display:grid;grid-template-columns:28px minmax(0,1fr);column-gap:10px;row-gap:2px;border:1px solid #edf2f8;border-radius:9px;background:#fbfdff;padding:10px}.assessment-intake-analysis article.active{border-color:#c9daf6;background:#f4f8ff}.assessment-intake-analysis article b{grid-row:span 2;display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#eaf2ff;color:#2f6ff3;font-size:12px}.assessment-intake-analysis article span{color:#24314a;font-size:12px}.assessment-intake-analysis article p{margin:0;color:#6f7c90;font-size:11px;font-weight:650;line-height:1.4}.assessment-project-preview{grid-area:preview;position:sticky;top:0;display:grid;gap:12px;max-height:calc(100vh - 188px);overflow:auto;padding:16px}.assessment-project-preview.is-drafting{border-color:#dfe9f7;background:linear-gradient(180deg,#fff,#fbfdff)}.assessment-project-preview label{display:grid;gap:7px;color:#4d5f7c;font-size:12px;font-weight:850}.assessment-project-preview dl{display:grid;gap:8px;margin:0}.assessment-project-preview dl div{display:grid;grid-template-columns:104px minmax(0,1fr);gap:10px;border-bottom:1px solid #edf2f8;padding-bottom:8px}.assessment-project-preview dt{color:#7b879b;font-size:11px;font-weight:850}.assessment-project-preview dd{margin:0;color:#17233a;font-size:12px;font-weight:800;line-height:1.4}.assessment-preview-ai{display:grid;gap:8px;border:1px solid #cfe0fb;border-radius:8px;background:linear-gradient(180deg,#f7faff,#fff);padding:12px}.assessment-preview-ai>div{display:grid;gap:3px}.assessment-preview-ai article{border:1px solid #e2ebf7;border-radius:8px;background:#fff;display:grid;gap:3px;padding:9px 10px}.assessment-preview-ai article b{color:#2f6ff3;font-size:11px;font-weight:900}.assessment-preview-ai article strong{color:#17233a;font-size:13px;line-height:1.35}.assessment-preview-ai article p{margin:0;color:#68778e;font-size:11px;font-weight:650;line-height:1.4}.assessment-preview-flow{display:grid;gap:8px;border-radius:8px;background:#f7faff;padding:12px}.assessment-preview-flow ol{display:grid;gap:7px;margin:0;padding-left:18px;color:#5d6b80;font-size:11px;font-weight:700;line-height:1.35}.assessment-preview-flow li.active{color:#1f5fc9}.assessment-project-form h3{margin:0;color:#5b6f95;font-size:13px}.assessment-project-form-grid{display:grid;gap:14px}.assessment-project-form-grid label,.assessment-project-type-row{display:grid;grid-template-columns:190px minmax(0,1fr);align-items:center;gap:14px;color:#4d5665;font-size:13px;font-weight:800}.assessment-project-form-grid label>span,.assessment-project-type-row>span{text-align:right}.assessment-optional-mark{display:inline-flex;margin-left:6px;border:1px solid #dbe6f4;border-radius:999px;background:#f8fbff;color:#6b7d96;font-size:10px;font-style:normal;font-weight:850;padding:1px 6px;vertical-align:1px}.assessment-field-hint{grid-column:2;margin-top:-6px;color:#7c8ca5;font-size:11px;font-weight:650;line-height:1.45}.assessment-project-form input,.assessment-project-form select{width:100%;min-height:42px;border:1px solid #dce5f2;border-radius:8px;background:#fff;color:#151b26;font:inherit;padding:0 14px}.assessment-project-date-range{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px}.assessment-project-date-range b{color:#1d2433;font-size:13px}.assessment-project-type-options{display:grid;gap:12px;padding:2px 0}.assessment-project-fixed-value{display:flex;align-items:center;min-height:42px;border:1px solid #dce5f2;border-radius:8px;background:#f7f9fc;padding:0 14px}.assessment-project-fixed-value strong{color:#303743;font-size:13px;font-weight:850}.assessment-project-radio{display:inline-flex!important;grid-template-columns:none!important;align-items:center;justify-content:flex-start;gap:10px!important;min-height:34px;cursor:pointer}.assessment-project-radio input{width:18px;min-height:18px;height:18px;padding:0;accent-color:#171a20}.assessment-project-radio span{color:#303743;font-size:13px;font-weight:850;text-align:left!important}.section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.section-title-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;min-width:260px}.section-title-actions>span{color:#5b6f95;font-size:12px;font-weight:850}.section-title-actions button{min-height:32px;padding:0 10px}.section-title h2{margin:0;color:#10245c;font-size:16px;line-height:1.35}.question-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:11px 0;border-top:1px solid #e8f0fb}.question-row strong{display:block;margin-top:4px;color:#17316a;font-size:13px;font-weight:700;line-height:1.45}.evidence-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.evidence-grid article{min-height:116px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#ffffffe6;box-shadow:0 8px 24px #3a69b10a}.evidence-grid strong{display:block;margin-top:6px;color:#10245c;font-size:24px;line-height:1}.evidence-grid p{margin:8px 0 0;color:#526b9a;font-size:12px;font-weight:550;line-height:1.5}.risk-ring{width:118px;height:118px;display:grid;place-items:center;margin:4px auto 14px;border:10px solid #eaf3ff;border-top-color:#ffb84d;border-right-color:var(--blue);border-radius:50%;text-align:center}.risk-ring strong{display:block;color:#10245c;font-size:22px;line-height:1}.risk-ring span{display:block;margin-top:6px;color:#687fa9;font-size:12px;font-weight:650}.ai-insight-panel ul{margin:0 0 14px;padding-left:18px}.ai-insight-panel li{color:#526b9a;font-size:13px;font-weight:550;line-height:1.55}.ai-assessment-hero{align-items:stretch}.ai-hero-panel{display:grid;grid-template-columns:auto auto auto auto;gap:10px;align-items:center;min-width:min(100%,430px);padding:10px;border:1px solid var(--line);border-radius:8px;background:#ffffffc2}.ai-live-pill{display:inline-flex;min-height:28px;align-items:center;justify-content:center;padding:0 9px;border-radius:999px;background:#e9fbf4;color:#087f5b;font-size:10px;font-weight:850;text-transform:uppercase}.ai-hero-panel div{display:grid;gap:2px;min-width:68px}.ai-hero-panel strong{color:#10245c;font-size:20px;line-height:1}.ai-hero-panel small{color:#687fa9;font-size:10px;font-weight:750}.ai-flow-panel .panel-title{margin-bottom:8px}.ai-step-map{display:grid;gap:6px;margin:12px 0}.ai-step-node{display:grid;grid-template-columns:26px minmax(0,1fr);gap:8px;align-items:center;min-height:48px;padding:8px;border:1px solid #dbe8fb;border-radius:8px;background:#fbfdff;color:inherit;text-align:left}.ai-step-node span{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:#eef6ff;color:#0f82c7;font-size:11px;font-weight:850}.ai-step-node div{display:grid;gap:2px}.ai-step-node strong{color:#17316a;font-size:12px;line-height:1.25}.ai-step-node em{color:#687fa9;font-size:10px;font-style:normal;font-weight:700}.ai-step-node.done span,.ai-step-node.active span{background:var(--blue);color:#fff}.ai-step-node.active{border-color:#acd0ff;background:#eef6ff}.ai-command-card{align-items:stretch}.ai-command-main{display:grid;align-content:start;min-width:0}.ai-command-main strong{font-size:24px}.ai-command-actions{display:grid;gap:8px;align-content:start;min-width:130px}.ai-processing-line{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin-top:12px}.ai-processing-line i{width:7px;height:7px;border-radius:50%;background:#0f82c7;box-shadow:0 0 12px #0f82c759}.ai-processing-line em{color:#526b9a;font-size:11px;font-style:normal;font-weight:700}.ai-intelligence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ai-signal-board .signal-list{gap:8px;margin:0;border-top:0}.ai-signal-card{border:1px solid #dbe8fb;border-radius:8px;padding:10px;background:#fbfdff}.evidence-source-list,.ai-finding-list,.ai-next-action-list{display:grid;gap:8px}.evidence-source,.ai-finding-row,.ai-next-action{display:flex;gap:9px;align-items:flex-start;justify-content:space-between;padding:9px;border:1px solid #e2edf9;border-radius:8px;background:#fbfdff}.evidence-source div,.ai-next-action div{display:grid;gap:4px;min-width:0}.evidence-source strong,.ai-next-action strong{color:#17316a;font-size:12px}.evidence-source p,.ai-finding-row p,.ai-next-action span{margin:0;color:#526b9a;font-size:11px;font-weight:550;line-height:1.45}.evidence-source span,.ai-next-action b{flex:0 0 auto;padding:3px 7px;border-radius:999px;background:#eef6ff;color:#0f82c7;font-size:10px;font-weight:800;white-space:nowrap}.ai-finding-row{display:grid;justify-content:stretch}.ai-finding-row span{color:#0f82c7;font-size:10px;font-weight:850}.confidence-meter{display:grid;gap:7px;margin-bottom:12px;padding:10px;border:1px solid #e2edf9;border-radius:8px;background:#fbfdff}.confidence-meter div:first-child{display:flex;align-items:center;justify-content:space-between;gap:8px}.confidence-meter span{color:#687fa9;font-size:11px;font-weight:750}.confidence-meter strong{color:#10245c;font-size:16px}.panel-title span{color:#687fa9;font-size:12px;font-weight:700}.assessment-summary{display:grid;grid-template-columns:minmax(0,140px) minmax(0,1fr);gap:12px;align-items:center;margin-bottom:14px;padding:10px;border:1px solid #e5eefb;border-radius:8px;background:#fbfdff}.assessment-summary span{display:block;color:#687fa9;font-size:12px;font-weight:700}.assessment-summary strong{display:block;margin-top:4px;color:var(--blue);font-size:20px;line-height:1}:root{--blue: #0f82c7;--blue-2: #38bdf8;--blue-3: rgba(15, 130, 199, .1);--ink: #1d2735;--muted: #697789;--line: #dce6f2;--panel: #ffffff;--sidebar: #f1f3f6;background:#f6f8fb;color:var(--ink)}body,.main,.shell.admin-shell .main,.login-screen,.admin-console,.asset-hero,.asset-intelligence-strip,.asset-workbench,.lifecycle-hero,.lifecycle-control-grid,.lifecycle-board,.ai-assessment-layout,.workspace-layout,.report-layout{background:#f6f8fb;color:#1d2735}.login-screen{background:linear-gradient(rgba(15,130,199,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(15,130,199,.035) 1px,transparent 1px),radial-gradient(circle at 24% 24%,rgba(56,189,248,.18),transparent 28%),radial-gradient(circle at 82% 18%,rgba(15,130,199,.1),transparent 26%),linear-gradient(135deg,#f8fbff,#eef6ff 46%,#f7f9fc)}.login-screen:before,.login-screen:after{opacity:.28}.login-card,.admin-panel,.admin-hero,.admin-console-sidebar,.admin-console-user,.admin-modal,.model-route-node,.admin-detail-card,.permission-card,.metric-card,.context-card,.quick-card,.composer,.chat-message,.data-table,.library-card,.asset-focus-card,.asset-signal-panel,.asset-card,.asset-radar,.asset-side-panel article,.ai-flow-panel,.ai-command-card,.ai-signal-card,.ai-insight-panel,.evidence-grid article,.stage-card,.workspace-sections article,.activity-list p,.holo-panel,.float-card{border-color:#dce6f2;background:#fff;color:#1d2735;box-shadow:0 12px 30px #0d244812}.admin-panel:before,.login-card:before,.login-screen:after,.holo-panel:before,.holo-panel:after{opacity:.18}.admin-console-sidebar,.admin-console-user,.admin-console-user button,.admin-console-top-actions button,.admin-actions button,.permission-card button,.model-route-actions button,.admin-form-actions button,.admin-modal-close,.login-mode-tabs,.login-card input,.admin-field input,.admin-field select,.admin-fieldset,.admin-checkbox,.admin-test-result-card,.chat-history-panel,.account-dropdown{border-color:#dce6f2;background:#fff;color:#254575}.admin-console-brand strong,.admin-console-top h1,.admin-panel .section-title h2,.admin-hero strong,.admin-detail-card strong,.permission-card strong,.model-route-node strong,.model-route-node dd,.admin-modal-head h2,.admin-field span,.admin-fieldset legend,.login-card h2,.login-visual-caption h1,.login-brand,.holo-panel strong,.chat-header h1,.module-header h1,.asset-focus-card>strong,.asset-signal-row strong,.stage-card h2,.section-title h2,.question-row strong,.risk-ring strong{color:#10245c}.admin-console-brand span,.admin-console-top span,.admin-panel .section-title span,.admin-hero span,.admin-detail-card span,.admin-timeline li time,.model-route-head span,.model-route-node dt,.admin-modal-head span,.login-card .login-status-line,.login-hint,.login-visual-caption span,.holo-panel span,.eyebrow,.context-card span,.metric-card span,.asset-score span,.asset-card-meta span,.ai-hero-panel small,.ai-step-node em,.report-meta{color:#687fa9}.admin-console-top p,.admin-hero p,.admin-detail-card p,.admin-timeline li p,.admin-modal-head p,.admin-field small,.login-card p,.login-visual-caption p,.chat-header p,.module-header p,.quick-card p,.library-card p,.asset-card p,.asset-focus-card>p,.asset-signal-row p,.ai-run-card p,.ai-insight-panel li,.evidence-grid p,.workspace-head p,.admin-test-result-card p{color:#526b9a}.admin-console-sidebar nav button,.admin-console-user button,.admin-actions button,.permission-card button,.model-route-actions button,.admin-form-actions button,.secondary-button,.table-action,.mini-action,.suggested-actions button{border-color:#cbdcf2;background:#fff;color:#254575}.admin-console-sidebar nav button.active,.admin-console-sidebar nav button:hover,.admin-actions button:hover,.permission-card button:hover,.model-route-actions button:hover,.secondary-button:hover,.table-action:hover,.mini-action:hover,.suggested-actions button:hover{border-color:#9fc5ff;background:#f5f9ff;color:#0f3764}.admin-console-top-actions button:first-child,.admin-form-actions button[type=submit],.login-card .primary-button,.primary-button,.mini-action.primary{border-color:#0f82c7;background:#0f82c7;color:#fff}.admin-pills span,.model-route-head b,.login-status-line span,.ai-live-pill,.workspace-stats .metric-card,.workflow-line .active,.ai-step-node.active,.asset-signal-row b,.library-card>span{border-color:#d7ebff;background:#eef6ff;color:#0f82c7}.model-route-node[data-status=已连接],.model-route-node[data-status=已配置],.admin-test-result-card[data-tone=ok]{border-color:#bdebd9;background:#f2fbf7;box-shadow:0 12px 30px #12845f12}.model-route-node[data-status=异常],.admin-test-result-card[data-tone=error]{border-color:#fecaca;background:#fff7f7}.admin-test-result-card span,.admin-test-result-card[data-tone=error] span{color:#0f82c7}.admin-test-result-card[data-tone=error] span{color:#b42318}.admin-modal-backdrop{background:#0f172a38;backdrop-filter:blur(8px)}.admin-console .data-table table,.data-table table{background:#fff}.admin-console .data-table th,.data-table th{background:#f6f9fd;color:#647ca9}.admin-console .data-table td,.data-table td{color:#283f70}.admin-console .data-table tr:hover td,.data-table tr:hover td{background:#f7fbff}.login-hologram,.login-ai-eye,.asset-radar-core,.lifecycle-orbit{border-color:#cfe2f6;background:#fff;box-shadow:0 18px 46px #0d24481a}:root{--blue: #2f6ff3;--blue-2: #3f91d2;--blue-3: #eaf2ff;--ink: #071845;--muted: #66738d;--line: #d9e5f4;--panel: #ffffff;--page: #ffffff;--sidebar-soft: #f1f3f6;--chip: #edf5ff;color:var(--ink);background:var(--page)}body,.main,.shell.admin-shell .main,.admin-console,.login-screen{background:var(--page);color:var(--ink)}.topbar{border-bottom-color:#d8dee8;background:#f4f5f7}.brand{color:#3f91d2}.product,.admin-console-brand strong,.admin-console-top h1,.module-header h1,.chat-header h1,.login-card h2,.login-visual-caption h1,.admin-panel .section-title h2,.admin-hero strong,.admin-detail-card strong,.permission-card strong,.model-route-node strong,.section-title h2,.workspace-head h2{color:var(--ink)}.global-link,.side-item,.side-menu-parent,.collapse,.chat-history-open,.admin-console-sidebar nav button,.admin-console-user button,.account-trigger,.language-trigger,.workspace-switch-card,.composer-tools button{color:#52617a}.global-link:hover,.global-link.active,.side-item:hover,.side-item.active,.side-menu-parent:hover,.side-menu-group.active .side-menu-parent,.chat-history-item:hover,.chat-history-item.active,.admin-console-sidebar nav button.active,.admin-console-sidebar nav button:hover,.workspace-switch-card.active,.workspace-switch-card:hover,.language-trigger:hover,.language-trigger[aria-expanded=true]{background:#e8f1ff;color:#1f5fc9}.user-center,.primary-button,.mini-action.primary,.login-card .primary-button,.admin-console-top-actions button:first-child,.admin-form-actions button[type=submit],.send{border-color:var(--blue);background:var(--blue);color:#fff;box-shadow:0 10px 24px #2f6ff32e}.sidebar{background:var(--sidebar-soft)}.login-screen{background:radial-gradient(circle at 0 0,rgba(63,145,210,.18),transparent 30%),radial-gradient(circle at 96% 100%,rgba(47,111,243,.12),transparent 28%),linear-gradient(135deg,#eef6ff,#f8fbff 52%,#fbfcff)}.login-card,.admin-panel,.admin-hero,.admin-console-sidebar,.admin-console-user,.admin-modal,.model-route-node,.admin-detail-card,.permission-card,.metric-card,.context-card,.quick-card,.composer,.chat-message,.data-table,.library-card,.asset-focus-card,.asset-signal-panel,.asset-card,.ai-flow-panel,.ai-command-card,.ai-signal-card,.ai-insight-panel,.evidence-grid article,.stage-card,.workspace-sections article,.activity-list p,.workspace-switch-card{border-color:var(--line);background:#fff;color:var(--ink);box-shadow:0 10px 28px #1434600f}.login-card,.admin-panel,.admin-hero{border-radius:22px}.quick-card,.metric-card,.model-route-node,.admin-detail-card,.permission-card,.library-card,.asset-card,.stage-card{border-radius:12px}.admin-console-sidebar{border-right:1px solid var(--line);border-radius:0;box-shadow:12px 0 30px #1434600a}.admin-console{background:radial-gradient(circle at 100% 0,rgba(47,111,243,.08),transparent 34%),linear-gradient(180deg,#f8fbff,#f5f8fe)}.admin-console-top p,.module-header p,.chat-header p,.login-card p,.login-visual-caption p,.workspace-head p,.admin-detail-card p,.permission-card span,.quick-card p,.library-card p,.asset-card p,.ai-run-card p,.admin-test-result-card p{color:var(--muted)}.admin-console .metric-card,.metric-card{background:linear-gradient(180deg,#fff,#f9fbff)}.admin-console .metric-card strong,.metric-card strong,.context-card strong,.asset-score strong,.evidence-grid strong{color:#1f2f4d}.admin-actions button,.permission-card button,.model-route-actions button,.admin-form-actions button,.secondary-button,.table-action,.mini-action,.suggested-actions button,.login-mode-tabs button{border-color:#cfe0f5;background:#fff;color:#1f5fc9;box-shadow:none}.admin-actions button:hover,.permission-card button:hover,.model-route-actions button:hover,.secondary-button:hover,.table-action:hover,.mini-action:hover,.suggested-actions button:hover,.login-mode-tabs button.active{border-color:var(--blue);background:#f2f7ff;color:#174fb0}.admin-pills span,.model-route-head b,.library-card>span,.ai-live-pill,.workflow-line .active,.ai-step-node.active,.asset-signal-row b,.login-status-line span{border-color:#d8e9ff;background:var(--chip);color:#2f6ff3}.admin-field input,.admin-field select,.admin-field textarea,.login-card input,.composer textarea{border-color:#d9e5f4;background:#f9fbff;color:var(--ink)}.admin-field input:focus,.admin-field select:focus,.admin-field textarea:focus,.login-card input:focus,.composer textarea:focus{border-color:#8ab4ff;box-shadow:0 0 0 3px #2f6ff31f;outline:none}.data-table th,.admin-console .data-table th{background:#f1f3f6;color:#77849a}.data-table td,.admin-console .data-table td{border-bottom-color:#e4ebf4;color:#44516a}.model-route-node[data-status=已连接],.model-route-node[data-status=已配置],.admin-test-result-card[data-tone=ok]{border-color:#c9defb;background:linear-gradient(180deg,#fff,#f6faff);box-shadow:0 12px 30px #2f6ff314}.model-route-node[data-status=异常],.admin-test-result-card[data-tone=error]{border-color:#ffd2d2;background:#fff8f8}.admin-modal-backdrop{background:#0718452e}.admin-modal{box-shadow:0 28px 72px #14346029}.toast{border-color:#cfe0f5;background:#fff;color:var(--ink);box-shadow:0 16px 42px #14346024}.shell:not(.auth-shell):not(.admin-shell){background:var(--page);color:var(--ink)}.shell:not(.auth-shell):not(.admin-shell) .topbar{border-bottom-color:#d8dee8;background:#f4f5f7;color:var(--ink)}.shell:not(.auth-shell):not(.admin-shell) .sidebar{border-right-color:#d8dee8;background:var(--sidebar-soft);color:#52617a}.shell:not(.auth-shell):not(.admin-shell) .main{background:var(--page);color:var(--ink)}.shell:not(.auth-shell):not(.admin-shell) .brand{color:#3f91d2}.shell:not(.auth-shell):not(.admin-shell) .product,.shell:not(.auth-shell):not(.admin-shell) .home-intro h1,.shell:not(.auth-shell):not(.admin-shell) .home-capability strong,.shell:not(.auth-shell):not(.admin-shell) .quick-card h2,.shell:not(.auth-shell):not(.admin-shell) .module-header h1,.shell:not(.auth-shell):not(.admin-shell) .chat-header h1,.shell:not(.auth-shell):not(.admin-shell) .section-title h2{color:var(--ink)}.shell:not(.auth-shell):not(.admin-shell) .home-intro h1 span{color:#3f91d2}.shell:not(.auth-shell):not(.admin-shell) .global-link,.shell:not(.auth-shell):not(.admin-shell) .icon-button,.shell:not(.auth-shell):not(.admin-shell) .assistant-chip,.shell:not(.auth-shell):not(.admin-shell) .account-trigger,.shell:not(.auth-shell):not(.admin-shell) .language-trigger,.shell:not(.auth-shell):not(.admin-shell) .side-search,.shell:not(.auth-shell):not(.admin-shell) .side-item,.shell:not(.auth-shell):not(.admin-shell) .side-menu-parent,.shell:not(.auth-shell):not(.admin-shell) .collapse,.shell:not(.auth-shell):not(.admin-shell) .chat-history-open{color:#52617a}.shell:not(.auth-shell):not(.admin-shell) .global-link:hover,.shell:not(.auth-shell):not(.admin-shell) .global-link.active,.shell:not(.auth-shell):not(.admin-shell) .side-search:hover,.shell:not(.auth-shell):not(.admin-shell) .side-item:hover,.shell:not(.auth-shell):not(.admin-shell) .side-item.active,.shell:not(.auth-shell):not(.admin-shell) .side-menu-parent:hover,.shell:not(.auth-shell):not(.admin-shell) .side-menu-group.active .side-menu-parent,.shell:not(.auth-shell):not(.admin-shell) .chat-history-item:hover,.shell:not(.auth-shell):not(.admin-shell) .chat-history-item.active,.shell:not(.auth-shell):not(.admin-shell) .account-trigger:hover,.shell:not(.auth-shell):not(.admin-shell) .account-trigger[aria-expanded=true],.shell:not(.auth-shell):not(.admin-shell) .language-trigger:hover,.shell:not(.auth-shell):not(.admin-shell) .language-trigger[aria-expanded=true]{background:#e8f1ff;color:#1f5fc9}.shell:not(.auth-shell):not(.admin-shell) .side-icon,.shell:not(.auth-shell):not(.admin-shell) .collapse svg,.shell:not(.auth-shell):not(.admin-shell) .chevron{color:#65779a}.shell:not(.auth-shell):not(.admin-shell) .side-section-title,.shell:not(.auth-shell):not(.admin-shell) .chat-history-list b,.shell:not(.auth-shell):not(.admin-shell) .new-chat kbd,.shell:not(.auth-shell):not(.admin-shell) .side-search kbd,.shell:not(.auth-shell):not(.admin-shell) .assistant-chip small,.shell:not(.auth-shell):not(.admin-shell) .account-trigger small,.shell:not(.auth-shell):not(.admin-shell) .home-intro p,.shell:not(.auth-shell):not(.admin-shell) .home-capability p,.shell:not(.auth-shell):not(.admin-shell) .home-context-bar button,.shell:not(.auth-shell):not(.admin-shell) .home-context-bar span,.shell:not(.auth-shell):not(.admin-shell) .disclaimer{color:var(--muted)}.shell:not(.auth-shell):not(.admin-shell) .user-center,.shell:not(.auth-shell):not(.admin-shell) .send,.shell:not(.auth-shell):not(.admin-shell) .primary-button,.shell:not(.auth-shell):not(.admin-shell) .mini-action.primary{border-color:var(--blue);background:var(--blue);color:#fff;box-shadow:0 10px 24px #2f6ff32e}.shell:not(.auth-shell):not(.admin-shell) .primary-button:disabled,.shell:not(.auth-shell):not(.admin-shell) .mini-action.primary:disabled{border-color:#c7d3e5;background:#e8edf5;color:#8b99ad;box-shadow:none;cursor:not-allowed;opacity:1}.shell:not(.auth-shell):not(.admin-shell) .user-center-trigger{border-color:transparent;background:linear-gradient(90deg,rgba(47,111,243,.12) 0 4px,transparent 4px),#fff;color:#1b2b49;box-shadow:none}.shell:not(.auth-shell):not(.admin-shell) .user-center-trigger:hover,.shell:not(.auth-shell):not(.admin-shell) .user-center-trigger[aria-expanded=true]{border-color:#c8d9f4;background:linear-gradient(90deg,#2f6ff3 0 4px,transparent 4px),#eef5ff;color:#12356f}.shell:not(.auth-shell):not(.admin-shell) .user-center-trigger strong,.shell:not(.auth-shell):not(.admin-shell) .user-center-trigger .chevron{color:#16366f}.shell:not(.auth-shell):not(.admin-shell) .user-center-trigger small{color:#5f6f8a;opacity:1}.shell:not(.auth-shell):not(.admin-shell) .account-dropdown,.shell:not(.auth-shell):not(.admin-shell) .language-dropdown,.shell:not(.auth-shell):not(.admin-shell) .home-capability,.shell:not(.auth-shell):not(.admin-shell) .quick-card,.shell:not(.auth-shell):not(.admin-shell) .composer,.shell:not(.auth-shell):not(.admin-shell) .suggestion,.shell:not(.auth-shell):not(.admin-shell) .context-card,.shell:not(.auth-shell):not(.admin-shell) .metric-card,.shell:not(.auth-shell):not(.admin-shell) .data-table,.shell:not(.auth-shell):not(.admin-shell) .library-card,.shell:not(.auth-shell):not(.admin-shell) .work-panel,.shell:not(.auth-shell):not(.admin-shell) .ai-panel,.shell:not(.auth-shell):not(.admin-shell) .side-panel,.shell:not(.auth-shell):not(.admin-shell) .project-card,.shell:not(.auth-shell):not(.admin-shell) .stage-card,.shell:not(.auth-shell):not(.admin-shell) .report-page,.shell:not(.auth-shell):not(.admin-shell) .chat-message,.shell:not(.auth-shell):not(.admin-shell) .workspace-head,.shell:not(.auth-shell):not(.admin-shell) .workspace-sections article,.shell:not(.auth-shell):not(.admin-shell) .workspace-switcher,.shell:not(.auth-shell):not(.admin-shell) .workspace-create-card,.shell:not(.auth-shell):not(.admin-shell) .workspace-switch-card,.shell:not(.auth-shell):not(.admin-shell) .workspace-member-row,.shell:not(.auth-shell):not(.admin-shell) .workspace-invite-row,.shell:not(.auth-shell):not(.admin-shell) .workspace-role-card,.shell:not(.auth-shell):not(.admin-shell) .member-list span,.shell:not(.auth-shell):not(.admin-shell) .file-list span,.shell:not(.auth-shell):not(.admin-shell) .activity-list p,.shell:not(.auth-shell):not(.admin-shell) .asset-card,.shell:not(.auth-shell):not(.admin-shell) .asset-focus-card,.shell:not(.auth-shell):not(.admin-shell) .asset-signal-panel,.shell:not(.auth-shell):not(.admin-shell) .evidence-grid article,.shell:not(.auth-shell):not(.admin-shell) .ai-hero-panel,.shell:not(.auth-shell):not(.admin-shell) .ai-step-node,.shell:not(.auth-shell):not(.admin-shell) .ai-signal-card,.shell:not(.auth-shell):not(.admin-shell) .lifecycle-command,.shell:not(.auth-shell):not(.admin-shell) .lifecycle-agent-card,.shell:not(.auth-shell):not(.admin-shell) .lifecycle-stage-card,.shell:not(.auth-shell):not(.admin-shell) .lifecycle-monitor-panel{border-color:var(--line);background:#fff;color:var(--ink);box-shadow:0 10px 28px #1434600f}.shell:not(.auth-shell):not(.admin-shell) .home-capability,.shell:not(.auth-shell):not(.admin-shell) .quick-card,.shell:not(.auth-shell):not(.admin-shell) .composer{border-radius:12px}.shell:not(.auth-shell):not(.admin-shell) .capability-index,.shell:not(.auth-shell):not(.admin-shell) .quick-icon,.shell:not(.auth-shell):not(.admin-shell) .home-context-bar button,.shell:not(.auth-shell):not(.admin-shell) .home-context-bar span,.shell:not(.auth-shell):not(.admin-shell) .suggested-actions button,.shell:not(.auth-shell):not(.admin-shell) .mini-action,.shell:not(.auth-shell):not(.admin-shell) .secondary-button,.shell:not(.auth-shell):not(.admin-shell) .table-action,.shell:not(.auth-shell):not(.admin-shell) .outline,.shell:not(.auth-shell):not(.admin-shell) .composer-tools button{border-color:#cfe0f5;background:#fff;color:#1f5fc9;box-shadow:none}.shell:not(.auth-shell):not(.admin-shell) .capability-index,.shell:not(.auth-shell):not(.admin-shell) .quick-icon,.shell:not(.auth-shell):not(.admin-shell) .ai-step-node span,.shell:not(.auth-shell):not(.admin-shell) .stage-card span{background:var(--chip);color:#2f6ff3}.shell:not(.auth-shell):not(.admin-shell) .composer textarea,.shell:not(.auth-shell):not(.admin-shell) .form-grid input,.shell:not(.auth-shell):not(.admin-shell) .assessment-form-grid input,.shell:not(.auth-shell):not(.admin-shell) .assessment-question-edit input,.shell:not(.auth-shell):not(.admin-shell) .assessment-question-edit select,.shell:not(.auth-shell):not(.admin-shell) .assessment-question-edit textarea,.shell:not(.auth-shell):not(.admin-shell) .mini-composer input,.shell:not(.auth-shell):not(.admin-shell) .workspace-form input,.shell:not(.auth-shell):not(.admin-shell) .workspace-form select{border-color:#d9e5f4;background:#f9fbff;color:var(--ink)}.shell:not(.auth-shell):not(.admin-shell) .composer textarea::placeholder,.shell:not(.auth-shell):not(.admin-shell) .form-grid input::placeholder,.shell:not(.auth-shell):not(.admin-shell) .assessment-form-grid input::placeholder,.shell:not(.auth-shell):not(.admin-shell) .assessment-question-edit textarea::placeholder,.shell:not(.auth-shell):not(.admin-shell) .mini-composer input::placeholder,.shell:not(.auth-shell):not(.admin-shell) .workspace-form input::placeholder{color:#7f8ba3}.shell:not(.auth-shell):not(.admin-shell) .data-table table{background:#fff}.shell:not(.auth-shell):not(.admin-shell) .data-table th{background:#f1f3f6;color:#77849a}.shell:not(.auth-shell):not(.admin-shell) .data-table td{border-bottom-color:#e4ebf4;color:#44516a}.shell:not(.auth-shell):not(.admin-shell) .home-workbench{color:var(--ink)}.shell:not(.auth-shell):not(.admin-shell) .chat-history-panel,.shell:not(.auth-shell):not(.admin-shell) .chat-history-list{border:0;background:transparent;box-shadow:none}.shell:not(.auth-shell):not(.admin-shell) .chat-history-open{background:transparent;box-shadow:none}.shell:not(.auth-shell):not(.admin-shell) .chat-history-item:hover,.shell:not(.auth-shell):not(.admin-shell) .chat-history-item.active{background:#e8f1ff}.shell:not(.auth-shell):not(.admin-shell) .home-chat-thread,.shell:not(.auth-shell):not(.admin-shell) .chat-thread,.shell:not(.auth-shell):not(.admin-shell) .chat-message{border:0;background:transparent;box-shadow:none}.shell:not(.auth-shell):not(.admin-shell) .message-avatar{background:#edf5ff;color:#2f6ff3}.shell:not(.auth-shell):not(.admin-shell) .message-bubble{border-color:#d9e5f4;background:#fff;box-shadow:none}.shell:not(.auth-shell):not(.admin-shell) .chat-message.user .message-bubble{background:#f5f9ff}.shell:not(.auth-shell):not(.admin-shell) .message-bubble p{color:var(--ink)}.shell:not(.auth-shell):not(.admin-shell) .home-workbench .composer{background:#fff}.shell:not(.auth-shell):not(.admin-shell) .composer textarea{border:0;background:transparent;box-shadow:none}.shell:not(.auth-shell):not(.admin-shell) .composer textarea:focus{border:0;outline:none;box-shadow:none}.chat-detail-workbench{justify-content:flex-start;padding-top:clamp(70px,9vh,112px)}.chat-detail-head,.chat-detail-thread,.chat-detail-composer{width:min(100%,760px)}.chat-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.chat-detail-head span{display:block;margin-bottom:8px;color:#3f91d2;font-size:12px;font-weight:800}.chat-detail-head h1{margin:0;color:var(--ink);font-size:clamp(28px,3vw,42px);line-height:1.1}.chat-detail-head p{margin:10px 0 0;color:var(--muted);font-size:14px;font-weight:650}.chat-detail-thread{min-height:0;max-height:none;margin-top:26px;padding:0}.chat-detail-composer{margin-top:28px;padding-top:0}.chat-session-workbench{--chat-composer-width: 790px;--chat-reading-width: 840px;width:calc(100% - 32px);max-width:min(1600px,calc(100vw - 40px));height:calc(100vh - 86px);min-height:520px;display:grid;grid-template-columns:minmax(0,1fr);justify-content:center;align-items:stretch;padding-top:0;margin-left:auto;margin-right:auto;overflow:hidden}.chat-session-workbench.has-side-panel{max-width:min(1680px,calc(100vw - 32px));grid-template-columns:minmax(0,1fr) minmax(380px,440px);gap:16px}.chat-session-main{min-width:0;min-height:0;width:100%;display:flex;flex-direction:column;align-items:stretch;justify-self:center;overflow:hidden}.chat-session-thread{width:100%;flex:1 1 auto;min-height:0;max-height:none;align-content:start;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;scrollbar-color:#aebbd0 transparent;scrollbar-width:thin;margin:0;padding:clamp(18px,3vh,32px) max(18px,calc((100% - var(--chat-reading-width)) / 2)) 22px}.chat-session-thread::-webkit-scrollbar{width:10px}.chat-session-thread::-webkit-scrollbar-track{background:transparent}.chat-session-thread::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:#aebbd0;background-clip:padding-box}.chat-session-thread .chat-message{width:100%;max-width:min(100%,var(--chat-reading-width))}.chat-session-thread>.chat-message.user{width:auto;max-width:min(100%,720px)}.chat-session-thread>.chat-message.assistant:not(.assessment-status) .message-bubble{border-color:transparent;background:transparent;padding:8px 0;box-shadow:none}.chat-session-thread>.chat-message.assistant:not(.assessment-status) .message-bubble>p{color:#20375f;font-size:13px;font-weight:520;line-height:1.72;letter-spacing:0}.chat-session-thread>.chat-message.user .message-bubble{border-color:#dce6f2;border-radius:15px;background:#f3f7fb;padding:10px 14px}.chat-answer-feedback{display:flex;align-items:center;gap:5px;margin-top:10px;color:#8492a5;font-size:10px}.chat-answer-feedback span{margin-right:2px}.chat-answer-feedback button{display:inline-grid;width:27px;height:27px;place-items:center;padding:0;border:1px solid transparent;border-radius:8px;color:#62758d;background:transparent;cursor:pointer;filter:grayscale(1);font-size:12px;opacity:.72}.chat-answer-feedback button:hover{border-color:#d7e3ef;background:#f5f9fc;filter:none;opacity:1}.chat-answer-feedback button[aria-pressed=true]{border-color:#b9d9e3;color:#146f86;background:#eaf7fa;filter:none;opacity:1}.chat-answer-feedback button:disabled{cursor:wait;opacity:.45}.chat-answer-feedback .chat-copy-answer{margin-left:4px;border-left-color:#dfe8f2;border-radius:0 8px 8px 0;filter:none}.chat-intent-indicator{display:flex;align-items:center;gap:6px;width:fit-content;margin-top:10px;padding:5px 9px;border:1px solid #d9e7f4;border-radius:999px;color:#5f718c;background:linear-gradient(135deg,#f8fbff,#f2f8fb);font-size:10px;font-weight:700}.chat-intent-indicator svg{color:#168fa0}.chat-intent-indicator strong{color:#173f78;font-size:11px}.chat-intent-indicator small{color:#168fa0;font-weight:850}.chat-intent-indicator em{padding-left:6px;border-left:1px solid #d9e7f4;color:#a76510;font-style:normal}.chat-assessment-recommendations{display:grid;gap:12px;width:min(100%,720px);margin-top:16px;padding:15px;border:1px solid #d9e5f3;border-radius:16px;background:radial-gradient(circle at 100% 0,rgba(45,126,223,.09),transparent 32%),linear-gradient(145deg,#fbfdff,#f5f9fe);box-shadow:0 14px 34px #234c8014}.chat-assessment-recommendations>header{display:grid;gap:4px}.chat-assessment-recommendations>header>span{display:inline-flex;gap:6px;align-items:center;width:fit-content;color:#2c6bbb;font-size:10px;font-weight:900;letter-spacing:.09em}.chat-assessment-recommendations>header>strong{color:#122b55;font-size:16px;font-weight:850}.chat-assessment-recommendations>header>p{color:#71829b;font-size:11px;font-weight:650;line-height:1.55}.chat-assessment-recommendation-list{display:grid;gap:9px}.chat-assessment-recommendation-card{display:grid;grid-template-columns:40px minmax(0,1fr);gap:11px;padding:13px;border:1px solid #cbdff8;border-radius:13px;background:#fffffff5}.chat-assessment-recommendation-card.is-risk{border-color:#bfe3df}.chat-assessment-recommendation-card.is-secondary{border-style:dashed;box-shadow:none}.chat-assessment-recommendation-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:11px;background:#ebf3ff;color:#236bc7}.chat-assessment-recommendation-card.is-risk .chat-assessment-recommendation-icon{background:#e8f7f4;color:#118879}.chat-assessment-recommendation-copy{display:grid;gap:7px;min-width:0}.chat-assessment-recommendation-title{display:flex;flex-wrap:wrap;gap:6px;align-items:center;justify-content:space-between}.chat-assessment-recommendation-title span,.chat-assessment-recommendation-title small{color:#6580a4;font-size:10px;font-weight:800}.chat-assessment-recommendation-title small{padding:3px 7px;border-radius:999px;background:#eef5ff;color:#3472bd}.chat-assessment-recommendation-copy>strong{color:#102a53;font-size:15px;font-weight:850}.chat-assessment-recommendation-copy>p{color:#64758e;font-size:12px;line-height:1.55}.chat-assessment-recommendation-copy dl{display:flex;flex-wrap:wrap;gap:6px;margin:0}.chat-assessment-recommendation-copy dl>div{display:inline-flex;gap:5px;align-items:center;min-width:0;padding:5px 8px;border:1px solid #e2eaf4;border-radius:8px;background:#f8fafd}.chat-assessment-recommendation-copy dt,.chat-assessment-recommendation-copy dd{margin:0;font-size:10px}.chat-assessment-recommendation-copy dt{color:#8a98ac;font-weight:700}.chat-assessment-recommendation-copy dd{overflow:hidden;max-width:220px;color:#344d70;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.chat-assessment-recommendation-action{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center;width:100%;min-height:42px;margin-top:2px;padding:0 12px;border:1px solid #bcd5f4;border-radius:10px;background:#f1f7ff;color:#205fae;cursor:pointer;font:inherit;font-size:12px;font-weight:850;text-align:left;transition:transform .16s ease,border-color .16s ease,background .16s ease}.chat-assessment-recommendation-card.is-risk .chat-assessment-recommendation-action{border-color:#b9ded9;background:#eef9f7;color:#117b70}.chat-assessment-recommendation-action:hover{border-color:#78ace9;background:#e8f2ff;transform:translateY(-1px)}.chat-assessment-recommendation-action:focus-visible{outline:3px solid rgba(48,118,211,.22);outline-offset:2px}.chat-regulation-actions{display:grid;gap:11px;width:min(100%,720px);margin-top:15px;padding:14px;border:1px solid #d5e3f2;border-radius:15px;background:linear-gradient(145deg,#fbfdff,#f5f9fc);box-shadow:0 12px 30px #234c8012}.chat-regulation-actions>header{display:grid;gap:4px}.chat-regulation-actions>header>span{display:inline-flex;gap:6px;align-items:center;width:fit-content;color:#2870ad;font-size:10px;font-weight:900;letter-spacing:.08em}.chat-regulation-actions>header>strong{color:#142d53;font-size:15px;font-weight:850}.chat-regulation-actions>header>p{margin:0;color:#73839b;font-size:11px;font-weight:620;line-height:1.55}.chat-regulation-action-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));gap:8px}.chat-regulation-action{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:74px;padding:11px;border:1px solid #c6daf1;border-radius:12px;background:#fff;color:#1e4f83;cursor:pointer;font:inherit;text-align:left;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.chat-regulation-action.is-primary{border-color:#94c4d3;background:linear-gradient(145deg,#f8fdff,#eef9fb)}.chat-regulation-action:hover,.chat-regulation-action:focus-visible{border-color:#4c96bd;box-shadow:0 8px 20px #235b821a;outline:none;transform:translateY(-1px)}.chat-regulation-action-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:#e8f6f8;color:#177c91}.chat-regulation-action>span:nth-child(2){display:grid;gap:2px;min-width:0}.chat-regulation-action small,.chat-regulation-action em{color:#7b8da5;font-size:9.5px;font-style:normal;font-weight:650;line-height:1.4}.chat-regulation-action strong{color:#183b67;font-size:12px;font-weight:850}@media(max-width:700px){.chat-assessment-recommendations{padding:12px;border-radius:13px}.chat-assessment-recommendation-card{grid-template-columns:34px minmax(0,1fr);padding:11px}.chat-assessment-recommendation-icon{width:34px;height:34px}}.chat-session-composer{position:sticky;bottom:0;align-self:center;width:min(var(--chat-composer-width),calc(100% - 36px));margin-top:0;padding:14px 0 0;background:linear-gradient(180deg,#fff0,#fff 22%)}.chat-session-composer .disclaimer{margin-top:8px}.chat-session-composer .composer{min-height:62px;padding:10px 11px;border-color:#bfd0e9db;border-radius:22px;box-shadow:0 12px 30px #1e427614}.chat-session-composer .composer-tools{gap:5px;margin-top:7px;padding-top:6px;border-top:1px solid rgba(220,231,245,.74)}.chat-session-composer .composer-tools>button,.chat-session-composer .composer-skill-picker-wrap>button{min-height:27px;padding-inline:7px;font-size:11px}.composer-shortcut-hint{margin-left:auto;color:#8b98ab;font-size:10px;font-weight:650;letter-spacing:.01em;white-space:nowrap}.message-bubble p{white-space:pre-wrap;overflow-wrap:anywhere}.chat-response-progress{display:grid;gap:5px;width:min(100%,680px);margin:0 0 9px;color:#617493}.chat-response-progress-main{display:flex;align-items:center;gap:8px;min-height:24px}.chat-response-progress-main strong{color:#244f92;font-size:12px;font-weight:820;letter-spacing:.005em}.chat-response-progress-main time{margin-left:auto;color:#8a99af;font-size:10px;font-variant-numeric:tabular-nums;font-weight:700}.chat-response-progress-pulse{position:relative;width:8px;height:8px;flex:0 0 auto;border-radius:999px;background:#2f72f4;box-shadow:0 0 0 4px #2f72f41f}.chat-response-progress-pulse:after{position:absolute;inset:-4px;border:1px solid rgba(47,114,244,.36);border-radius:inherit;content:"";animation:chatProgressPulse 1.6s ease-out infinite}.chat-response-progress>p,.message-bubble .chat-response-progress>p{margin:0 0 0 16px;color:#73839d;font-size:10.5px;font-weight:680;line-height:1.45}.chat-response-progress>.chat-response-progress-wait,.message-bubble .chat-response-progress>.chat-response-progress-wait{width:fit-content;margin-top:2px;padding:6px 9px;border:1px solid #e2eaf5;border-radius:8px;background:#f8fafd;color:#526b91}.chat-message.is-progressing .message-avatar{box-shadow:0 0 0 4px #2f72f414}.chat-session-composer .send.is-stop{border-color:#d7e2f2;background:#fff;color:#31547f;box-shadow:0 5px 15px #23416a17}.chat-session-composer .send.is-stop:hover{border-color:#b9cae1;background:#f4f7fb;transform:none}.chat-session-composer .send.is-stop svg{width:18px;height:18px;fill:currentColor;stroke:none}@keyframes chatProgressPulse{0%{opacity:.75;transform:scale(.72)}70%,to{opacity:0;transform:scale(1.55)}}@media(prefers-reduced-motion:reduce){.chat-response-progress-pulse:after{animation:none}}.chat-memory-control{display:flex;align-items:center;justify-content:space-between;align-self:center;gap:12px;width:min(var(--chat-reading-width),calc(100% - 36px));min-height:42px;padding:6px 4px 0}.chat-memory-context{display:flex;align-items:center;gap:12px;min-width:0;color:#7585a2;font-size:11px;font-weight:750}.chat-memory-context>div{display:flex;align-items:baseline;gap:8px;min-width:0}.chat-memory-context>small{flex:0 0 auto;padding-left:12px;border-left:1px solid #dce6f1;color:#8290a5;font-size:10px;font-weight:700}.chat-memory-context strong{color:#213b6d;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-memory-open{flex:0 0 auto;min-height:30px;padding:0 11px;border:1px solid #cfe0f5;border-radius:999px;background:#f8fbfff0;color:#245fc9;font:inherit;font-size:12px;font-weight:850;cursor:pointer}.chat-memory-open:hover,.chat-memory-open:focus-visible,.chat-memory-open[aria-expanded=true]{border-color:#2f6ff3;background:#eef5ff;outline:none}.chat-memory-drawer,.chat-evidence-drawer{position:fixed;z-index:60;top:76px;right:24px;display:grid;align-content:start;gap:14px;width:min(420px,calc(100vw - 32px));max-height:calc(100dvh - 100px);overflow:auto;padding:18px;border:1px solid #cdddf2;border-radius:16px;background:#fffffffb;box-shadow:0 24px 70px #0f2d5c33;animation:chatDrawerIn .18s ease-out both}.chat-memory-drawer{bottom:18px;grid-template-rows:auto minmax(0,1fr);align-content:stretch;gap:0;height:auto;max-height:none;overflow:hidden;padding:0}.chat-memory-drawer-scrim{display:none}.chat-memory-head,.chat-evidence-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.chat-memory-head{padding:18px 18px 14px;border-bottom:1px solid #e1eaf5;background:#fffffffa}.chat-memory-drawer-body{min-height:0;display:grid;align-content:start;gap:14px;overflow-x:hidden;overflow-y:auto;padding:14px 18px 18px;overscroll-behavior:contain;scrollbar-color:#b4c2d6 transparent;scrollbar-gutter:stable;scrollbar-width:thin}.chat-memory-drawer-body::-webkit-scrollbar{width:9px}.chat-memory-drawer-body::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:#b4c2d6;background-clip:padding-box}.chat-memory-head>div,.chat-evidence-drawer-head>div{display:grid;gap:3px;min-width:0}.chat-memory-head span,.chat-evidence-drawer-head span{color:#2c70d6;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.chat-memory-head strong,.chat-evidence-drawer-head strong{color:#081d4e;font-size:17px;line-height:1.35;overflow-wrap:anywhere}.chat-memory-head>button,.chat-evidence-drawer-head>button{width:32px;height:32px;border:1px solid #dbe6f5;border-radius:9px;background:#f7faff;color:#536986;font-size:20px;cursor:pointer}.chat-memory-session-card,.chat-evidence-original{display:grid;gap:6px;padding:13px;border:1px solid #dce8f7;border-radius:12px;background:#f7faff}.chat-memory-session-card>span,.chat-evidence-original>span{color:#667a9b;font-size:11px;font-weight:850}.chat-memory-session-card strong{color:#10285e;font-size:14px}.chat-memory-session-card p,.chat-evidence-original p{margin:0;color:#425778;font-size:12px;font-weight:650;line-height:1.65;white-space:pre-wrap}.chat-memory-session-card small{color:#8190a8;font-size:10px;font-weight:700}.chat-memory-fact-ledger{display:grid;gap:10px;padding:13px;border:1px solid #cfe2f7;border-radius:12px;background:linear-gradient(145deg,#f8fbff,#f4fbfa)}.chat-memory-fact-ledger-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.chat-memory-fact-ledger-head>div{display:grid;gap:2px}.chat-memory-fact-ledger-head span{color:#169a9a;font-size:9px;font-weight:950;letter-spacing:.1em}.chat-memory-fact-ledger-head strong{color:#10285e;font-size:13px}.chat-memory-fact-ledger>p,.chat-memory-fact-ledger>small,.chat-memory-fact-ledger-head>small{margin:0;color:#71839f;font-size:10px;font-weight:700;line-height:1.55}.chat-memory-fact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.chat-memory-fact-grid>div{display:grid;gap:3px;min-width:0;padding:8px 9px;border:1px solid #dce8f5;border-radius:9px;background:#ffffffeb}.chat-memory-fact-grid span{color:#72829b;font-size:9px;font-weight:800}.chat-memory-fact-grid strong{color:#163768;font-size:11px;font-weight:900;overflow-wrap:anywhere}.chat-memory-form{display:grid;gap:8px}.chat-memory-form>label{color:#203b6f;font-size:12px;font-weight:900}.chat-memory-form textarea,.chat-memory-list textarea{width:100%;min-height:76px;resize:vertical;border:1px solid #cfdff3;border-radius:10px;background:#fff;color:#172f5e;font:inherit;font-size:12px;line-height:1.5;padding:10px}.chat-memory-form>div,.chat-memory-list article>div{display:flex;flex-wrap:wrap;gap:7px}.chat-memory-form select,.chat-memory-form button,.chat-memory-list button,.chat-memory-clear{min-height:32px;border:1px solid #cfdff3;border-radius:8px;background:#fff;color:#245fc9;font:inherit;font-size:11px;font-weight:850;padding:0 10px;cursor:pointer}.chat-memory-form button{margin-left:auto;border-color:#2f6ff3;background:#2f6ff3;color:#fff}.chat-memory-list{display:grid;gap:8px}.chat-memory-list article{display:grid;gap:7px;padding:11px;border:1px solid #dce8f7;border-radius:11px;background:#fff}.chat-memory-list article.is-disabled{opacity:.58}.chat-memory-list article>span{justify-self:start;padding:3px 7px;border-radius:999px;background:#edf5ff;color:#2b68c9;font-size:10px;font-weight:900}.chat-memory-list article p,.chat-memory-empty{margin:0;color:#405575;font-size:12px;font-weight:650;line-height:1.55}.chat-memory-list button.danger,.chat-memory-clear,.chat-memory-clear.is-armed{color:#b53642}.chat-memory-clear{justify-self:start;background:snow}.chat-memory-clear.is-armed{border-color:#e4a9af;background:#fff0f1}.chat-memory-error{margin:0;color:#b53642;font-size:11px;font-weight:750}.chat-inline-citation{display:inline;margin:0 2px;padding:1px 5px;border:0;border-radius:5px;background:#eaf3ff;color:#195fc9;font:inherit;font-size:.86em;font-weight:900;line-height:inherit;vertical-align:baseline;cursor:pointer}.chat-inline-citation:hover,.chat-inline-citation:focus-visible{background:#d6e9ff;outline:2px solid rgba(47,111,243,.25)}.chat-evidence-library{margin:-5px 0 0;color:#5d7398;font-size:12px;font-weight:800}.chat-evidence-diagnostics{border-top:1px solid #e2eaf5;padding-top:10px;color:#687a96;font-size:11px}.chat-evidence-diagnostics summary{cursor:pointer;font-weight:850}.chat-evidence-diagnostics code{display:block;margin-top:8px;overflow-wrap:anywhere;white-space:pre-wrap}@keyframes chatDrawerIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.chat-rag-citations{display:grid;gap:10px;margin-top:10px;padding-top:10px;border-top:1px solid #e0e9f8}.chat-rag-citations.is-collapsed{gap:0}.chat-rag-citation-summary,.chat-rag-source-title{display:flex;flex-wrap:wrap;gap:6px 10px;align-items:center;justify-content:space-between}.chat-rag-toggle{min-height:28px;padding:0 10px;border:1px solid #cfe0f5;border-radius:7px;background:#f8fbff;color:#1f5fc9;font:inherit;font-size:12px;font-weight:850;cursor:pointer}.chat-rag-toggle:hover,.chat-rag-toggle:focus-visible{border-color:#2f6ff3;background:#eef5ff;outline:none}.chat-rag-citation-summary span,.chat-rag-source-title span{color:#6b7b9b;font-size:12px;font-weight:750}.chat-rag-source-title strong{color:#071b4d;font-size:13px;font-weight:900}.chat-rag-search-scope{margin:0;color:#607392;font-size:11px;font-weight:720;line-height:1.55}.chat-rag-source-list{display:flex;flex-wrap:wrap;gap:7px}.chat-rag-source-chip{min-height:30px;padding:0 10px;border:1px solid #d7e5f8;border-radius:999px;background:#fff;color:#34527f;font-size:12px;font-weight:850;cursor:pointer}.chat-rag-source-chip.active,.chat-rag-source-chip:hover,.chat-rag-source-chip:focus-visible{border-color:#2f6ff3;background:#eef5ff;color:#2363d9;outline:none}.chat-rag-source-detail{display:grid;gap:8px;padding:10px;border:1px solid #dce8fb;border-radius:8px;background:#f8fbff}.chat-rag-source-meta{display:flex;flex-wrap:wrap;gap:6px}.chat-rag-source-meta span{padding:3px 7px;border-radius:999px;background:#eef4fc;color:#577098;font-size:11px;font-weight:750}.chat-rag-source-excerpt{color:#34486d;font-size:12px;font-weight:650;line-height:1.55}.chat-rag-source-warning{color:#8a5c0a;font-size:12px;font-weight:750}.chat-rag-status{display:grid;gap:6px;margin-top:10px;padding:9px 11px;border:1px solid #dce7f5;border-radius:8px;background:#f8fbff}.chat-rag-status>summary{display:flex;flex-wrap:wrap;gap:5px 9px;align-items:center;cursor:pointer;list-style:none}.chat-rag-status>summary::-webkit-details-marker{display:none}.chat-rag-status>summary:after{margin-left:auto;color:#7d8da4;content:"⌄";font-size:12px;transition:transform .16s ease}.chat-rag-status[open]>summary:after{transform:rotate(180deg)}.chat-rag-status>div{display:flex;flex-wrap:wrap;gap:5px 9px;align-items:center}.chat-rag-status:not([open])>div,.chat-rag-status:not([open])>p{display:none}.chat-rag-status strong{color:#285caa;font-size:11px;font-weight:900}.chat-rag-status>summary>span{color:#71839d;font-size:10px;font-weight:680}.chat-rag-status span,.chat-rag-status p{margin:0;color:#647694;font-size:11px;font-weight:720;line-height:1.5}.chat-rag-status p{color:#8a5c0a}.chat-message.assessment-status{max-width:560px}.chat-message.assessment-status .message-avatar{width:28px;height:28px;font-size:11px}.chat-message.assessment-status .message-bubble{width:fit-content;border-color:#dce8fb;border-radius:999px;background:#f5f9ff;padding:7px 12px}.chat-message.assessment-status .message-bubble p{color:#46638d;font-size:12px;font-weight:800;line-height:1.25;white-space:normal}.chat-inline-assessment{width:min(100%,720px);margin:8px 0 12px}.chat-inline-dialogue{width:100%;margin:0}.chat-inline-dialogue .chat-intake-message{max-width:min(100%,720px)}.chat-inline-dialogue .chat-intake-message.user{justify-self:end;width:min(100%,420px)}.chat-inline-head{display:grid;gap:4px;margin:0 0 8px}.chat-inline-head span{color:#5d76a6;font-size:12px;font-weight:800}.chat-inline-head strong{color:#10245c;font-size:17px;line-height:1.35}.chat-inline-report{border:1px solid var(--line);border-radius:8px;padding:14px;background:#fff;box-shadow:0 10px 28px #1434600f}.chat-assessment-card{display:grid;gap:12px;border:1px solid var(--line);border-radius:8px;padding:14px;background:#fff;box-shadow:0 10px 28px #1434600f}.chat-assessment-card p{margin:0;color:#304b7d;font-size:13px;font-weight:600;line-height:1.55}.chat-assessment-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.chat-assessment-fields span{display:grid;gap:3px;min-width:0;border:1px solid #dbe7f6;border-radius:7px;padding:8px 10px;color:#10245c;background:#f8fbff;font-size:13px;font-weight:800}.chat-assessment-fields b{color:#6a7fa8;font-size:11px;font-weight:800}.chat-intake-form{gap:14px}.chat-dialogue-form{display:grid;gap:14px;width:100%}.chat-intake-trail{display:grid;gap:10px}.chat-answer-bubble{min-width:0;max-width:min(100%,680px);border:1px solid #dbe7f6;border-radius:12px;background:#fff;box-shadow:0 10px 24px #1434600e}.assessment-message-bubble{display:grid;gap:10px;animation:chatQuestionIn .26s ease both}.assessment-message-bubble h3{margin:0;color:#071845;font-size:16px;line-height:1.35}.assessment-message-bubble p{margin:0;color:#526584;font-size:12px;font-weight:650;line-height:1.5}.chat-typing-bubble{display:flex;align-items:center;gap:5px;width:72px;min-height:42px}.typing-dot{width:7px;height:7px;border-radius:999px;background:#7a93c6;animation:typingDot 1s infinite ease-in-out}.typing-dot:nth-child(2){animation-delay:.14s}.typing-dot:nth-child(3){animation-delay:.28s}@keyframes typingDot{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.chat-question-count{justify-self:start;border:1px solid #d8e5f8;border-radius:999px;background:#f4f8ff;color:#2f6ff3;font-size:11px;font-weight:900;padding:4px 9px}.chat-answer-bubble{display:grid;gap:5px;justify-self:end;width:fit-content;min-width:min(240px,100%);max-width:min(100%,420px);border-color:#cfe0fb;background:#f4f8ff;padding:10px 12px}.chat-answer-bubble span{color:#6a7fa8;font-size:11px;font-weight:850;white-space:nowrap}.chat-answer-bubble strong{color:#10245c;font-size:13px;line-height:1.4;overflow-wrap:anywhere}@keyframes chatQuestionIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-intake-source{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #dbe7f6;border-radius:8px;background:#f7faff;padding:8px 10px;color:#5c7197;font-size:12px;font-weight:750}.chat-intake-source b{color:#245bc8;font-size:12px}.chat-intake-source span{color:#71819b;font-size:11px;font-weight:800}.chat-intake-source[data-tone=remote]{border-color:#c7daf9;background:#f3f8ff}.chat-intake-source[data-tone=fallback]{border-color:#f1dcc3;background:#fff9f1}.chat-intake-source[data-tone=fallback] b{color:#9a5a14}.chat-intake-source[data-tone=loading]{justify-content:flex-start}.chat-intake-progress{height:6px;overflow:hidden;border-radius:999px;background:#edf3fb}.chat-intake-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2f6ff3,#60a5fa)}.chat-company-confirm{display:grid;gap:10px}.chat-company-subject{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #dce7f6;border-radius:10px;background:#f8fbff;padding:11px 12px}.chat-company-subject span{color:#667894;font-size:12px;font-weight:850}.chat-company-subject strong{min-width:0;color:#071845;font-size:14px;font-weight:900;text-align:right;overflow-wrap:anywhere}.chat-company-actions{display:flex;flex-wrap:wrap;gap:8px}.chat-company-choice{position:relative;display:grid;min-width:148px;cursor:pointer}.chat-company-choice>input[type=radio]{position:absolute;opacity:0;pointer-events:none}.chat-company-choice>span{display:grid;place-items:center;min-height:38px;border:1px solid #d6e4f5;border-radius:9px;background:#fff;color:#2f5c9f;font-size:12px;font-weight:900;padding:0 13px}.chat-company-choice:has(>input[type=radio]:checked)>span{border-color:#2f6ff3;background:#2f6ff3;color:#fff;box-shadow:0 10px 20px #2f6ff324}.chat-company-choice.chat-intake-other{min-width:min(100%,240px)}.chat-company-choice.chat-intake-other .chat-intake-other-input{display:none;grid-column:auto;margin-top:8px}.chat-company-choice.chat-intake-other:has(>input[type=radio]:checked) .chat-intake-other-input{display:block}.chat-intake-input,.chat-intake-other-input,.chat-intake-note textarea,.chat-project-preview-panel input,.chat-project-preview-panel textarea{width:100%;border:1px solid #d8e5f5;border-radius:8px;background:#fbfdff;color:#071845;font:inherit;font-size:13px}.chat-intake-input,.chat-project-preview-panel input{min-height:40px;padding:0 11px}textarea.chat-intake-input{min-height:86px;resize:vertical;padding:10px 11px;line-height:1.5}.chat-intake-note{display:grid;gap:7px}.chat-intake-note span,.chat-project-preview-panel label span{color:#5d6f90;font-size:12px;font-weight:850}.chat-intake-note textarea,.chat-project-preview-panel textarea{resize:vertical;padding:10px 11px;line-height:1.5}.chat-intake-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.chat-option-replies .chat-intake-option{animation:chatOptionIn .22s ease both;animation-delay:calc(var(--option-index, 0) * 70ms)}.chat-intake-option{display:grid;grid-template-columns:minmax(0,1fr) 18px;align-items:start;gap:8px;min-height:48px;padding:9px 10px;border:1px solid #dce7f6;border-radius:9px;background:#f9fbff;cursor:pointer}.chat-intake-option.chat-intake-other{grid-template-columns:minmax(0,1fr) 18px}.chat-intake-option:has(>input:checked){border-color:#2f6ff3;background:#eef5ff;box-shadow:0 8px 20px #2f6ff31a}.chat-intake-option>input[type=radio],.chat-intake-option>input[type=checkbox]{grid-column:2;grid-row:1;justify-self:end;width:17px;height:17px;margin:1px 0 0;accent-color:#2f6ff3}.chat-intake-option span{grid-column:1;grid-row:1;display:grid;gap:3px}.chat-intake-option strong{color:#17233a;font-size:12px;line-height:1.25}.chat-intake-option small{color:#71819b;font-size:11px;font-weight:650;line-height:1.35}.chat-intake-other-input{grid-column:1 / -1;min-width:0;min-height:34px;padding:0 10px}.chat-intake-error{margin:0;border:1px solid #f3c8c5;border-radius:8px;background:#fff6f5;color:#b42318;font-size:12px;font-weight:800;line-height:1.4;padding:8px 10px}.chat-intake-option:not(:has(>input:checked)) .chat-intake-other-input{opacity:.72}@keyframes chatOptionIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat-risk-flag-rows{display:grid;gap:9px}.chat-risk-flag-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;margin:0;border:1px solid #dce7f6;border-radius:10px;background:#f9fbff;padding:10px 11px}.chat-risk-flag-row legend{display:grid;gap:3px;min-width:0;padding:0}.chat-risk-flag-row strong{color:#17233a;font-size:13px;line-height:1.25}.chat-risk-flag-row small{color:#71819b;font-size:11px;font-weight:650}.chat-risk-choice-group{display:grid;grid-template-columns:repeat(2,54px);gap:7px}.chat-risk-choice{display:grid;cursor:pointer}.chat-risk-choice input{position:absolute;opacity:0;pointer-events:none}.chat-risk-choice span{display:grid;place-items:center;min-height:34px;border:1px solid #d7e4f5;border-radius:8px;background:#fff;color:#536987;font-size:12px;font-weight:900}.chat-risk-choice input:checked+span{border-color:#2f6ff3;background:#2f6ff3;color:#fff;box-shadow:0 8px 16px #2f6ff32e}.chat-intake-actions,.chat-preview-actions{display:flex;justify-content:flex-end;gap:10px}.chat-intake-actions.compact{justify-content:flex-start}.chat-preview-mini-progress{height:6px;overflow:hidden;border-radius:999px;background:#edf3fb}.chat-preview-mini-progress span{display:block;width:45%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2f6ff3,#60a5fa);animation:previewProgress 1.25s infinite ease-in-out}@keyframes previewProgress{0%{transform:translate(-110%)}to{transform:translate(240%)}}.chat-creation-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.chat-creation-steps span{border:1px solid #dbe7f6;border-radius:7px;background:#f4f8ff;color:#1f5fc9;font-size:12px;font-weight:850;text-align:center;padding:8px}.chat-session-side-panel{position:relative;z-index:2;width:100%;height:calc(100% - 24px);min-width:0;max-height:calc(100vh - 110px);align-self:center;overflow:auto;padding:0;border:1px solid rgba(190,208,232,.92);border-radius:18px;background:#fff;box-shadow:0 28px 90px #0e274e3d;animation:previewSlideIn .22s ease both}.chat-session-drawer-scrim{display:none}.chat-project-preview-panel{position:static;z-index:20;display:grid;gap:13px;min-height:100%;border:0;border-radius:inherit;background:#fff;overflow:visible;padding:18px;box-shadow:none}@keyframes previewSlideIn{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}.chat-project-preview-panel.is-drafting{border-color:#dfe9f7;background:linear-gradient(180deg,#fff,#fbfdff)}.chat-preview-status{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;border:1px solid #dbe7f6;border-radius:9px;background:#f7faff;padding:9px 10px}.chat-preview-status b{display:grid;place-items:center;min-width:44px;min-height:30px;border-radius:8px;background:#e9f1ff;color:#2f6ff3;font-size:12px}.chat-preview-status span{color:#5d6b80;font-size:12px;font-weight:750;line-height:1.35}.chat-preview-status[data-ready=true]{border-color:#c9daf6;background:#f4f8ff}.chat-project-review-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.chat-project-review-head span{color:#2f6ff3;font-size:11px;font-weight:900}.chat-project-review-head b{flex:0 0 auto;border:1px solid #cfe0fb;border-radius:999px;background:#fff;color:#2f6ff3;font-size:11px;font-weight:950;line-height:1;padding:6px 8px}.chat-project-review-card{display:grid;gap:10px;border:1px solid #cfe0fb;border-radius:10px;background:linear-gradient(180deg,#fff,#f8fbff);padding:12px}.chat-project-review-head>div{display:grid;gap:3px;min-width:0}.chat-project-review-head strong{color:#071845;font-size:14px;line-height:1.3}.chat-project-review-table{display:grid;gap:7px}.chat-project-review-table-head,.chat-project-review-row{display:grid;grid-template-columns:minmax(92px,.68fr) minmax(0,1.55fr) minmax(142px,.6fr);gap:8px;align-items:start}.assessment-standalone-preview.is-direct-entry .chat-project-review-table-head,.assessment-standalone-preview.is-direct-entry .chat-project-review-row{grid-template-columns:minmax(92px,.68fr) minmax(0,2fr) minmax(82px,.45fr)}.chat-project-review-table-head{border-bottom:1px solid #e5edf7;color:#65748b;font-size:11px;font-weight:900;padding:0 2px 6px}.chat-project-review-status-head{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.chat-project-review-status-head button{flex:0 0 auto;border:1px solid #cfe0fb;border-radius:999px;background:#fff;color:#2f6ff3;cursor:pointer;font:inherit;font-size:10px;font-weight:950;line-height:1;min-height:26px;padding:0 9px;transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.chat-project-review-status-head button:hover:not(:disabled),.chat-project-review-status-head button:focus-visible{border-color:#8fb0ff;background:#edf4ff;box-shadow:0 0 0 3px #3f6ff51f}.chat-project-review-status-head button:disabled{background:#f5f8fc;color:#9aa9bd;cursor:not-allowed}.chat-project-review-row{border:1px solid #e1eaf7;border-radius:9px;background:#fff;padding:8px;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.chat-project-review-row[data-review-status=agreed]{border-color:#b9e3d0;background:#f6fcf9}.chat-project-review-row[data-review-status=change]{border-color:#f3d49a;background:#fffaf0;box-shadow:inset 3px 0 #f59e0b}.chat-project-review-label{color:#536987;font-size:12px;font-weight:900;line-height:1.35;padding-top:9px}.chat-project-review-control{min-width:0}.chat-project-review-picker{position:relative;min-width:0}.chat-project-review-picker>summary{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-height:36px;box-sizing:border-box;border:1px solid #d8e5f5;border-radius:8px;background:#fbfdff;color:#071845;cursor:pointer;font-size:12px;font-weight:750;list-style:none;outline:0;padding:7px 10px}.chat-project-review-picker>summary::-webkit-details-marker{display:none}.chat-project-review-picker>summary:focus-visible,.chat-project-review-picker[open]>summary{border-color:#6f93f7;box-shadow:0 0 0 3px #3f6ff51f}.chat-project-review-picker>summary span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-project-review-picker>summary span.is-placeholder{color:#8b9ab0;font-weight:650}.chat-project-review-picker>summary b{color:#52709e;font-size:13px;transition:transform .16s ease}.chat-project-review-picker[open]>summary b{transform:rotate(180deg)}.chat-project-review-picker-panel{margin-top:7px;max-height:320px;overflow:auto;border:1px solid #d8e5f5;border-radius:9px;background:#fff;box-shadow:0 14px 32px #19345e1f;padding:8px}.chat-project-review-picker-panel .assessment-intake-options{grid-template-columns:repeat(2,minmax(170px,1fr));max-height:none}.chat-project-review-picker-panel .assessment-intake-option{min-height:38px;padding:7px 8px}.chat-project-review-picker-panel .assessment-intake-option.has-hint{min-height:54px}.chat-project-review-completion{display:inline-grid;justify-self:stretch;place-items:center;min-height:36px;box-sizing:border-box;border:1px solid #d8e5f5;border-radius:8px;background:#f7f9fc;color:#71819b;font-size:11px;font-weight:900;padding:0 9px}.chat-project-review-completion[data-complete=true]{border-color:#b9e3d0;background:#effaf4;color:#168552}.chat-project-review-control input,.chat-project-review-control select,.chat-project-review-control textarea,.chat-project-review-status{width:100%;box-sizing:border-box;border:1px solid #d8e5f5;border-radius:8px;background:#fbfdff;color:#071845;font:inherit;font-size:12px;font-weight:750;outline:0}.chat-project-review-control input,.chat-project-review-control select,.chat-project-review-status{min-height:36px;padding:0 9px}.chat-project-review-control textarea{min-height:68px;resize:vertical;padding:9px;line-height:1.45}.chat-project-review-control input:focus,.chat-project-review-control select:focus,.chat-project-review-control textarea:focus,.chat-project-review-status:focus{border-color:#6f93f7;box-shadow:0 0 0 3px #3f6ff51f}.chat-project-review-status{cursor:pointer}.digital-human-intake-asset-field{display:grid;gap:6px}.digital-human-intake-asset-field small{color:#65748b;font-size:10px;font-weight:700;line-height:1.45}.chat-project-review-hint,.chat-preview-submit-notice{margin:0;color:#65748b;font-size:11px;font-weight:750;line-height:1.45}.chat-preview-submit-notice{border:1px solid #f3c8c5;border-radius:9px;background:#fff6f5;color:#b42318;padding:9px 10px}.chat-preview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid #edf3fb;padding-bottom:12px}.chat-preview-head span,.chat-preview-flow span{color:#2f6ff3;font-size:11px;font-weight:900}.chat-preview-head strong{display:block;margin-top:3px;color:#071845;font-size:17px;line-height:1.25}.chat-preview-head button{width:30px;height:30px;border:1px solid #d7e4f5;border-radius:8px;background:#fff;color:#536987;font-size:18px;cursor:pointer}.chat-project-preview-panel label{display:grid;gap:6px}.chat-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.chat-preview-flow{display:grid;gap:8px;border-radius:10px;background:#f7faff;padding:12px}.chat-preview-flow ol{display:grid;gap:6px;margin:0;padding-left:18px;color:#5d6b80;font-size:12px;font-weight:700;line-height:1.35}.assessment-project-dialog:is(.compliance-mode,.scenario-mode).is-preview-step{width:min(1060px,calc(100vw - 56px))}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-two-page{gap:10px;padding:14px}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-page-steps{display:grid;grid-template-columns:minmax(0,1fr) 40px minmax(0,1fr);align-items:center;gap:8px;border:1px solid #dce7f5;border-radius:9px;background:#f8faff;padding:7px 9px}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-page-steps>span{display:flex;align-items:center;gap:7px;color:#78869c;font-size:11px;font-weight:850}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-page-steps>span:last-child{justify-content:flex-end}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-page-steps b{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:#eaf0f8;color:#64748b;font-size:10px}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-page-steps>span.active{color:#1d4ed8}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-page-steps>span.active b{background:#2f6ff3;color:#fff}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-page-steps>span.complete{color:#16814c}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-page-steps>span.complete b{background:#dff5e9;color:#16814c}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-page-steps>i{height:1px;background:#d4e0ef}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-information-card{padding:10px}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-information-table .chat-project-review-table-head,.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-information-table .chat-project-review-row{grid-template-columns:minmax(120px,.52fr) minmax(0,2.48fr);align-items:center}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-information-table .chat-project-review-label{padding-top:0}.assessment-project-dialog.compliance-mode .compliance-intake-information-table .iso-42001-assessment-object-row{align-items:start;border-color:#bcd2ff;background:linear-gradient(135deg,#f7faff,#eef5ff);box-shadow:inset 3px 0 #2f6ff3;padding:12px}.assessment-project-dialog.compliance-mode .iso-42001-assessment-object-row .chat-project-review-label{color:#0b2456;font-size:13px;line-height:1.5;padding-top:8px}.assessment-project-dialog.compliance-mode .iso-42001-assessment-object-picker{display:grid;gap:8px}.assessment-project-dialog.compliance-mode .iso-42001-assessment-object-picker .assessment-intake-options{grid-template-columns:repeat(2,minmax(0,1fr));max-height:none;overflow:visible}.assessment-project-dialog.compliance-mode .iso-42001-assessment-object-picker .assessment-intake-option{min-height:52px}.assessment-project-dialog.compliance-mode .iso-42001-assessment-object-note{margin:0;border-radius:7px;background:#2f6ff314;color:#536987;font-size:11px;font-weight:750;line-height:1.5;padding:7px 9px}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-confirmed-summary{display:grid;gap:8px;border:1px solid #cfe0fb;border-radius:9px;background:linear-gradient(180deg,#fff,#f8fbff);padding:10px}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-confirmed-summary>header{display:flex;align-items:center;justify-content:space-between;gap:10px}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-confirmed-summary>header>div{display:grid;gap:2px}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-confirmed-summary header span{color:#2f6ff3;font-size:10px;font-weight:900}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-confirmed-summary header strong{color:#14203a;font-size:13px;line-height:1.3}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-confirmed-summary header button{min-height:28px;border:1px solid #cfe0fb;border-radius:7px;background:#fff;color:#2f6ff3;cursor:pointer;font:inherit;font-size:10px;font-weight:900;padding:0 9px}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-confirmed-summary dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:0}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-confirmed-summary dl>div{display:grid;gap:2px;min-width:0;border:1px solid #e2eaf5;border-radius:7px;background:#fff;padding:6px 8px}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-confirmed-summary dt{color:#71809a;font-size:9px;font-weight:850}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-confirmed-summary dd{margin:0;color:#13284e;font-size:11px;font-weight:800;line-height:1.35;overflow-wrap:anywhere}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-two-page.is-review-page .chat-preview-flow{gap:5px;padding:9px 10px}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-two-page.is-review-page .chat-preview-flow ol{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px 16px;padding-left:16px;font-size:10px}@media(max-width:1399px){.chat-session-workbench,.chat-session-workbench.has-side-panel{width:calc(100% - 24px);max-width:calc(100vw - 24px);margin-left:auto;margin-right:auto;grid-template-columns:minmax(0,1fr);gap:0;overflow:hidden}.chat-session-side-panel{position:fixed;z-index:72;top:76px;right:18px;bottom:18px;width:min(440px,calc(100vw - 36px));height:calc(100dvh - 94px);max-height:calc(100dvh - 94px);align-self:auto}.chat-session-drawer-scrim{position:fixed;z-index:70;inset:62px 0 0;display:block;border:0;background:#091d3b17;cursor:default;backdrop-filter:blur(1.5px)}.chat-memory-drawer-scrim{position:fixed;z-index:59;inset:62px 0 0;display:block;border:0;background:#091d3b1a;cursor:default;backdrop-filter:blur(1.5px)}}@media(max-width:760px){.chat-intake-options,.chat-preview-grid,.chat-creation-steps,.chat-project-review-table-head,.chat-project-review-row,.chat-risk-review-head,.chat-risk-review-row{grid-template-columns:1fr}.chat-project-review-table-head,.chat-risk-review-head{display:none}.chat-project-review-label{padding-top:0}.chat-project-review-picker-panel .assessment-intake-options,.assessment-project-dialog.compliance-mode .iso-42001-assessment-object-picker .assessment-intake-options,.chat-risk-flag-row,.chat-risk-result-block{grid-template-columns:1fr}.chat-intake-actions,.chat-preview-actions{align-items:stretch;flex-direction:column}.chat-intake-actions button,.chat-preview-actions button{width:100%}.assessment-project-dialog:is(.compliance-mode,.scenario-mode).is-preview-step{width:100%}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-confirmed-summary dl{grid-template-columns:minmax(0,1fr)}.assessment-project-dialog:is(.compliance-mode,.scenario-mode) .compliance-intake-two-page.is-review-page .chat-preview-flow ol{grid-template-columns:minmax(0,1fr)}}.assessment-dialog-backdrop{position:fixed;inset:0;z-index:320;display:grid;place-items:center;padding:24px;background:#0f214257;backdrop-filter:blur(2px)}.assessment-dialog{width:min(680px,100%);max-height:calc(100vh - 48px);overflow:auto;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 24px 70px #0f234638}.assessment-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 20px 12px;border-bottom:1px solid #e7eff9}.assessment-dialog-head span{color:#5d76a6;font-size:12px;font-weight:800}.assessment-dialog-head h2{margin:4px 0 0;color:#10245c;font-size:22px;line-height:1.25}.assessment-dialog-head p{margin:8px 0 0;color:#5d6c84;font-size:13px;font-weight:700;line-height:1.5}.assessment-dialog-head button{width:32px;height:32px;border:1px solid #d7e4f5;border-radius:7px;color:#49628d;background:#fff;font-size:20px;cursor:pointer}.assessment-dialog-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:4px}.assessment-project-form>.assessment-dialog-actions{border-top:1px solid #e7eff9;background:#fff;padding:14px 20px 18px;position:sticky;bottom:0;z-index:2}.analysis-spinner{width:18px;height:18px;flex:0 0 auto;border:2px solid #c9d9fb;border-top-color:#3f6fe8;border-radius:50%;animation:analysisSpin .8s linear infinite}@keyframes analysisSpin{to{transform:rotate(360deg)}}.composer textarea:disabled{color:#7b8aa4;cursor:wait}.send:disabled{cursor:wait;opacity:.65}@media(max-width:1100px){.assessment-intake-layout,.assessment-intake-layout.without-preview,.assessment-intake-layout.has-preview{grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"question" "analysis"}.assessment-intake-layout.has-preview{grid-template-areas:"question" "analysis" "preview"}.assessment-intake-analysis{max-height:none;position:static}.assessment-project-preview{position:static}}@media(max-width:760px){.chat-session-workbench{height:calc(100vh - 118px);min-height:480px;width:calc(100% - 12px);max-width:calc(100vw - 12px)}.chat-session-thread,.chat-session-composer{width:100%}.chat-session-thread{padding-inline:8px}.chat-memory-control,.chat-session-composer{width:calc(100% - 12px)}.chat-session-side-panel{top:64px;right:8px;bottom:8px;width:calc(100vw - 16px);height:calc(100dvh - 72px);max-height:calc(100dvh - 72px);border-radius:15px}.chat-session-drawer-scrim{inset:54px 0 0}.composer-shortcut-hint,.chat-memory-context span{display:none}.chat-memory-drawer,.chat-evidence-drawer{top:64px;right:12px;width:calc(100vw - 24px);max-height:calc(100dvh - 78px);padding:15px}.chat-memory-drawer{right:8px;bottom:8px;width:calc(100vw - 16px);max-height:none;padding:0}.chat-memory-head{padding:15px 15px 12px}.chat-memory-drawer-body{padding:12px 15px 15px}.chat-inline-assessment{width:100%;margin-left:0}.chat-assessment-fields{grid-template-columns:1fr}.section-title{align-items:stretch;flex-direction:column}.assessment-intake-options{grid-template-columns:1fr}.assessment-intake-question{min-height:auto;padding:18px}.assessment-risk-flag-row{grid-template-columns:1fr}.assessment-intake-question h3{font-size:20px}.assessment-intake-upload{align-items:stretch;flex-direction:column}.assessment-project-preview dl div{grid-template-columns:1fr;gap:3px}.assessment-dialog-backdrop{align-items:stretch;justify-items:stretch;padding:12px}.assessment-project-dialog,.assessment-project-dialog.without-preview{width:100%;max-height:calc(100dvh - 24px)}.assessment-dialog-head{padding:14px 16px 10px}.assessment-project-fieldset{padding:0 12px 12px}.assessment-project-form>.assessment-dialog-actions{align-items:stretch;flex-direction:column;padding:12px}.assessment-project-form>.assessment-dialog-actions button{width:100%}}@media(prefers-reduced-motion:reduce){.chat-memory-drawer,.chat-evidence-drawer{animation:none}}.user-center-menu{flex:0 0 208px;width:208px;padding:5px 10px;background:linear-gradient(180deg,#f7f9fc,#eef2f7);border-right-color:#d7dde7}.user-center-trigger{min-height:36px;padding:3px 9px 3px 5px;border:1px solid #d7e4f4;border-radius:10px;background:#fff;box-shadow:0 8px 20px #1434600f}.shell:not(.auth-shell):not(.admin-shell) .user-center-trigger{border-color:#d7e4f4;background:#fff;box-shadow:0 8px 20px #1434600f}.user-center-trigger:hover,.user-center-trigger[aria-expanded=true],.shell:not(.auth-shell):not(.admin-shell) .user-center-trigger:hover,.shell:not(.auth-shell):not(.admin-shell) .user-center-trigger[aria-expanded=true]{border-color:#bcd2ef;background:#f4f8ff;box-shadow:0 10px 24px #2f6ff31a}.user-center-trigger .avatar{flex:0 0 auto;width:31px;height:31px}.global-nav{gap:10px}.global-link{min-height:34px;padding:0 10px;border-radius:9px}.shell.sidebar-collapsed .user-center-menu{flex-basis:72px;width:72px;justify-content:center;padding:4px 8px}.shell.sidebar-collapsed .user-center-trigger{width:34px;min-width:34px;min-height:34px;padding:0;border-radius:12px;overflow:hidden;background:linear-gradient(180deg,#fff,#f4f8ff);box-shadow:none}.shell.sidebar-collapsed .user-center-trigger:hover,.shell.sidebar-collapsed .user-center-trigger[aria-expanded=true]{background:linear-gradient(180deg,#fff,#edf5ff)}.shell.sidebar-collapsed .user-center-trigger .avatar{width:26px;height:26px}.shell.sidebar-collapsed .avatar-face{width:20px;height:13px;gap:6px}.shell.sidebar-collapsed .avatar-face span{width:3px;height:3px}.shell.sidebar-collapsed .sidebar,.shell.sidebar-collapsed .side-item,.shell.sidebar-collapsed .side-menu-parent,.shell.sidebar-collapsed .side-search,.shell.sidebar-collapsed .collapse{overflow:hidden}@media(max-width:1180px){.user-center-menu{flex-basis:72px;width:72px;justify-content:center;padding:4px 8px}.user-center-trigger,.shell:not(.auth-shell):not(.admin-shell) .user-center-trigger{width:34px;min-width:34px;min-height:34px;justify-content:center;padding:0;border-radius:12px;overflow:hidden;background:linear-gradient(180deg,#fff,#f4f8ff);box-shadow:none}.user-center-trigger strong,.user-center-trigger small,.user-center-trigger .chevron{display:none}.user-center-trigger:hover,.user-center-trigger[aria-expanded=true],.shell:not(.auth-shell):not(.admin-shell) .user-center-trigger:hover,.shell:not(.auth-shell):not(.admin-shell) .user-center-trigger[aria-expanded=true]{background:linear-gradient(180deg,#fff,#edf5ff)}.user-center-trigger .avatar{width:26px;height:26px}.avatar-face{width:20px;height:13px;gap:6px}.avatar-face span{width:3px;height:3px}.sidebar,.side-item,.side-menu-parent,.side-search,.collapse{overflow:hidden}}.home-workbench:not(.chat-session-workbench){width:100%;max-width:min(100%,980px);min-height:calc(100vh - 86px);align-items:center;margin-left:auto;margin-right:auto;padding-top:clamp(58px,9vh,104px);padding-bottom:0}.home-workbench:not(.chat-session-workbench) .home-intro{width:min(100%,780px);text-align:center}.home-workbench:not(.chat-session-workbench) .home-intro h1{color:#071845;font-size:clamp(34px,3.6vw,48px);font-weight:800;line-height:1.08}.home-workbench:not(.chat-session-workbench) .home-intro h1 span{color:#5b9ad9}.home-workbench:not(.chat-session-workbench) .home-intro p{margin-top:18px;color:#72809a;font-size:clamp(14px,1.05vw,18px);font-weight:750}.home-workbench:not(.chat-session-workbench) .home-capabilities{width:min(100%,920px);max-width:none;grid-template-columns:repeat(2,minmax(280px,1fr));gap:20px;margin-top:clamp(52px,7vh,74px)}.home-workbench:not(.chat-session-workbench) .home-capability{min-height:172px;padding:22px 22px 18px;border-color:#d5e3f4;border-radius:8px;box-shadow:0 14px 38px #2f5c910b}.home-workbench:not(.chat-session-workbench) .home-capability[data-view=complianceAssessment]{border-color:#bcd2f9;background:linear-gradient(180deg,#fff,#f8fbff)}.home-workbench:not(.chat-session-workbench) .home-capability[data-view=scenarioAssessment]{border-color:#cbddea;background:linear-gradient(180deg,#fff,#f8fcfb)}.home-workbench:not(.chat-session-workbench) .home-capability[data-view=complianceAssessment]:after,.home-workbench:not(.chat-session-workbench) .home-capability[data-view=scenarioAssessment]:after{position:absolute;top:18px;right:18px;border:1px solid #dbe7f6;border-radius:999px;background:#fff;color:#2f6ff3;font-size:11px;font-weight:900;line-height:1;padding:7px 9px}.home-workbench:not(.chat-session-workbench) .home-capability[data-view=complianceAssessment]:after{content:"完整评估"}html:lang(en-US) .home-workbench:not(.chat-session-workbench) .home-capability[data-view=complianceAssessment]:after{content:"Full assessment"}.home-workbench:not(.chat-session-workbench) .home-capability[data-view=scenarioAssessment]:after{content:"专项筛查";color:#16826c}html:lang(en-US) .home-workbench:not(.chat-session-workbench) .home-capability[data-view=scenarioAssessment]:after{content:"Focused screening"}.home-workbench:not(.chat-session-workbench) .capability-index{width:40px;height:40px;margin-bottom:18px;border-radius:8px;background:#edf5ff;color:#2f6ff3;font-size:15px}.home-workbench:not(.chat-session-workbench) .home-capability[data-view=scenarioAssessment] .capability-index{background:#ecf8f5;color:#16826c}.home-workbench:not(.chat-session-workbench) .home-capability strong{color:#071845;font-size:20px;line-height:1.2}.home-workbench:not(.chat-session-workbench) .home-capability p{margin:10px 42px 0 0;color:#6c7891;font-size:14px;font-weight:700;line-height:1.45}.home-workbench:not(.chat-session-workbench) .home-capability b{right:13px;bottom:13px;color:#a3afbf}.home-workbench:not(.chat-session-workbench) .home-capability b svg{width:18px;height:18px}.home-workbench:not(.chat-session-workbench) .home-composer-area{position:sticky;bottom:0;width:min(100%,820px);display:flex;flex-direction:column;margin-top:auto;padding-top:14px;background:linear-gradient(180deg,#fff0,#fff 22%)}.home-workbench:not(.chat-session-workbench) .composer{order:2;min-height:76px;padding:10px 62px 10px 14px;border-color:#d5e3f4;border-radius:12px;box-shadow:0 18px 48px #2f5c9114}.home-workbench:not(.chat-session-workbench) .composer textarea{min-height:27px;color:#071845;font-size:13px;font-weight:500}.home-workbench:not(.chat-session-workbench) .composer textarea::placeholder{color:#7f8ba3}.home-workbench:not(.chat-session-workbench) .composer-tools{gap:8px;margin-top:6px}.home-workbench:not(.chat-session-workbench) .composer-tools button{min-height:26px;padding:0 9px;border-color:#bfd4f0;border-radius:7px;color:#2f6ff3;background:#fff;font-size:13px;font-weight:650}.home-workbench:not(.chat-session-workbench) .composer-tools svg{width:18px;height:18px}.home-workbench:not(.chat-session-workbench) .send{right:14px;bottom:11px;width:34px;height:34px;border-radius:8px;background:linear-gradient(180deg,#4f7cff,#315de8)}.home-workbench:not(.chat-session-workbench) .send svg{width:19px;height:19px}.home-workbench:not(.chat-session-workbench) .home-context-bar{order:1;gap:22px;margin:0 0 10px;padding-left:6px}.home-workbench:not(.chat-session-workbench) .home-context-bar span{min-height:24px;padding:0;color:#2f6ff3;font-size:12px;font-weight:850}.home-workbench:not(.chat-session-workbench) .disclaimer{order:3;margin-top:8px;color:#72809a;font-size:12px;font-weight:800}.home-workbench:not(.chat-session-workbench) .disclaimer svg{width:18px;height:18px;color:#6381b5}@media(max-width:1180px){.home-workbench:not(.chat-session-workbench){max-width:100%;padding-top:clamp(44px,7vh,72px)}.home-workbench:not(.chat-session-workbench) .home-capabilities{grid-template-columns:repeat(2,minmax(220px,1fr));width:min(100%,760px)}}@media(max-width:760px){.home-workbench:not(.chat-session-workbench){padding-top:28px;min-height:auto}.home-workbench:not(.chat-session-workbench) .home-capabilities{grid-template-columns:1fr;gap:12px;margin-top:34px}.home-workbench:not(.chat-session-workbench) .home-capability{min-height:148px;padding:18px}.home-workbench:not(.chat-session-workbench) .home-composer-area{margin-top:44px}.home-workbench:not(.chat-session-workbench) .composer{min-height:104px;padding:14px 58px 14px 14px}.home-workbench:not(.chat-session-workbench) .composer textarea{font-size:14px}.home-workbench:not(.chat-session-workbench) .composer-tools button{min-height:32px;font-size:13px}.home-workbench:not(.chat-session-workbench) .send{right:14px;bottom:14px;width:40px;height:40px}.home-workbench:not(.chat-session-workbench) .home-context-bar{flex-direction:column;gap:4px}.home-workbench:not(.chat-session-workbench) .disclaimer{font-size:13px}}.shell:not(.auth-shell):not(.admin-shell) .topbar{grid-column:2;grid-row:1;padding:0 8px 0 24px}.shell:not(.auth-shell):not(.admin-shell) .sidebar{grid-column:1;grid-row:1 / -1;padding:0;overflow:hidden}.shell:not(.auth-shell):not(.admin-shell) .main{grid-column:2;grid-row:2}.shell.sidebar-collapsed:not(.auth-shell):not(.admin-shell){grid-template-columns:72px minmax(0,1fr)}.sidebar-brand{position:relative;flex:0 0 46px;width:100%;height:46px;display:flex;align-items:center;min-width:0;padding:5px 14px;border-bottom:1px solid #d7dde7;background:linear-gradient(180deg,#f7f9fc,#eef2f7)}.sidebar-brand-copy{min-width:0;display:grid;gap:1px}.sidebar-brand-copy strong{overflow:hidden;color:#16366f;font-size:12px;font-weight:850;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.sidebar-brand-copy small{overflow:hidden;color:#6b7788;font-size:10px;font-weight:750;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.sidebar-content{flex:1 1 auto;padding:8px}.collapse{margin:8px}.shell.sidebar-collapsed .sidebar{align-items:stretch;width:72px;min-width:0;padding:0;overflow:visible}.shell.sidebar-collapsed .sidebar-brand{flex-basis:46px;width:72px;height:46px;justify-content:center;padding:5px 8px}.shell.sidebar-collapsed .sidebar-brand-copy{display:block;text-align:center}.shell.sidebar-collapsed .sidebar-brand-copy strong{font-size:10px}.shell.sidebar-collapsed .sidebar-brand-copy small{display:none}.shell.sidebar-collapsed .sidebar-content{width:100%;padding:14px 10px 0;overflow:hidden}.shell.sidebar-collapsed .collapse{margin:8px auto 12px}.top-account-menu{display:block}.top-account-trigger{width:186px;min-width:176px;min-height:36px;padding:3px 9px 3px 5px;border:1px solid #d7e4f4;border-radius:10px;background:#fff;color:#1b2b49;box-shadow:0 8px 20px #1434600f}.top-account-trigger:hover,.top-account-trigger[aria-expanded=true],.shell:not(.auth-shell):not(.admin-shell) .top-account-trigger:hover,.shell:not(.auth-shell):not(.admin-shell) .top-account-trigger[aria-expanded=true]{border-color:#bcd2ef;background:#f4f8ff;color:#12356f;box-shadow:0 10px 24px #2f6ff31a}.top-account-trigger .avatar{flex:0 0 auto;width:28px;height:28px}.top-account-trigger>span:not(.avatar){min-width:0}.top-account-trigger strong,.shell:not(.auth-shell):not(.admin-shell) .top-account-trigger strong{overflow:hidden;display:block;color:#16366f;font-size:12px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.top-account-trigger small,.shell:not(.auth-shell):not(.admin-shell) .top-account-trigger small{overflow:hidden;display:block;margin-top:2px;color:#5f6f8a;font-size:10px;font-weight:700;line-height:1;text-overflow:ellipsis;white-space:nowrap}.top-account-trigger .chevron{flex:0 0 auto;display:block;color:#65779a}.shell:not(.auth-shell):not(.admin-shell) .top-actions{gap:8px}.shell:not(.auth-shell):not(.admin-shell) .top-account-trigger{width:204px;min-width:204px;padding-right:10px}.shell:not(.auth-shell):not(.admin-shell) .top-account-trigger .chevron{width:15px;margin-left:auto}.shell:not(.auth-shell):not(.admin-shell) .notification-center .notification-button{width:36px;height:36px;border-color:#d7e4f4;background:#fff;box-shadow:0 8px 20px #1434600d}.shell:not(.auth-shell):not(.admin-shell) .top-account-menu .account-dropdown{width:268px;gap:2px;padding:8px;border-radius:14px}.account-dropdown-identity{display:flex;align-items:center;gap:10px;min-width:0;padding:8px 9px 9px}.account-dropdown-identity .account-dropdown-avatar{flex:0 0 auto;width:34px;height:34px}.account-dropdown-identity-copy{min-width:0}.account-dropdown-identity-copy strong,.account-dropdown-identity-copy small{overflow:hidden;display:block;text-overflow:ellipsis;white-space:nowrap}.account-dropdown-identity-copy strong{color:#16366f;font-size:13px;line-height:1.25}.account-dropdown-identity-copy small{margin-top:3px;color:#71819b;font-size:10.5px;font-weight:700;line-height:1.2}.account-dropdown-divider{height:1px;margin:4px 5px;background:#e7eef8}.account-language{display:grid;gap:8px;padding:7px 7px 8px}.account-language-label{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:7px;color:#2e4058;font-size:12px;font-weight:760}.account-language-label small{color:#71819b;font-size:10.5px;font-weight:700}.account-language-icon{width:24px;height:24px;display:grid;place-items:center;border:1px solid #d8e5f5;border-radius:8px;background:#f5f9ff;color:#3f76cb}.account-language-icon svg{width:14px;height:14px}.account-language-options{display:grid;grid-template-columns:1fr 1fr;gap:3px;padding:3px;border:1px solid #dce7f5;border-radius:10px;background:#f3f7fc}.shell:not(.auth-shell):not(.admin-shell) .account-dropdown .account-language-options button{min-height:30px;padding:0 8px;border:1px solid transparent;border-radius:7px;color:#63728a;font-size:11.5px;font-weight:760;text-align:center}.shell:not(.auth-shell):not(.admin-shell) .account-dropdown .account-language-options button:hover{background:#ffffffb8;color:#245fbd}.shell:not(.auth-shell):not(.admin-shell) .account-dropdown .account-language-options button.active,.shell:not(.auth-shell):not(.admin-shell) .account-dropdown .account-language-options button[aria-pressed=true]{border-color:#c8dcf8;background:#fff;color:#1f5fc9;box-shadow:0 3px 9px #1b478917}.shell:not(.auth-shell):not(.admin-shell) .top-actions .notification-center-panel{right:-220px}@media(max-width:760px){.shell:not(.auth-shell):not(.admin-shell) .topbar{padding:6px 10px}.shell:not(.auth-shell):not(.admin-shell) .top-account-menu .top-account-trigger{width:34px;min-width:34px;min-height:34px;justify-content:center;padding:0;overflow:hidden;border-radius:12px;box-shadow:none}.top-account-menu .top-account-trigger .avatar{width:26px;height:26px}.top-account-menu .top-account-trigger strong,.top-account-menu .top-account-trigger small,.top-account-menu .top-account-trigger .chevron{display:none}.top-account-menu .account-dropdown{right:0;left:auto;width:min(268px,calc(100vw - 20px))}.shell:not(.auth-shell):not(.admin-shell) .top-actions .notification-center-panel{right:-42px}}.global-regulation-shell{width:100%;max-width:min(100%,1440px);display:grid;gap:12px;margin:0 auto;padding-bottom:24px}.global-regulation-shell.map-mode{gap:8px}.global-regulation-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.global-regulation-shell.map-mode .global-regulation-head{align-items:center}.global-regulation-shell.map-mode .global-regulation-head h1{font-size:clamp(23px,1.65vw,26px)}.global-regulation-shell.map-mode .global-regulation-head p{margin-top:4px;font-size:13px}.global-regulation-shell.map-mode .secondary-button{min-height:34px;padding:0 14px;font-size:12px}.global-regulation-head h1{margin:0;color:#07163d;font-size:clamp(24px,1.8vw,28px);line-height:1.15}.global-regulation-head p{margin:6px 0 0;color:#718199;font-size:14px;font-weight:650}.global-regulation-search{min-height:42px;display:flex;align-items:center;gap:10px;padding:0 16px;border:1px solid #cfdae8;border-radius:8px;background:#fff;box-shadow:0 10px 28px #0f244112}.regulation-control-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.global-regulation-shell.map-mode .global-regulation-search{min-height:38px;box-shadow:0 8px 22px #0f24410d}.global-regulation-search svg{width:16px;height:16px;color:#667997}.global-regulation-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#243248;font-size:14px;font-weight:650}.global-regulation-search input::placeholder{color:#8a96a8}.global-regulation-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.regulation-metric{min-height:66px;display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #dde5ef;border-radius:8px;background:#fff;box-shadow:0 12px 30px #11264314}.global-regulation-shell.map-mode .regulation-metric{min-height:52px;gap:10px;padding:9px 11px;box-shadow:0 8px 20px #1126430e}.global-regulation-shell.map-mode .regulation-metric>span{width:32px;height:32px}.global-regulation-shell.map-mode .regulation-metric>span svg{width:16px;height:16px}.global-regulation-shell.map-mode .regulation-metric strong{font-size:21px}.global-regulation-shell.map-mode .regulation-metric p{margin-top:3px;font-size:12px}.regulation-metric>span{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;border-radius:8px;font-size:18px}.regulation-metric>span svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.regulation-metric.blue>span{background:#edf4ff;color:#2f61c8}.regulation-metric.green>span{background:#eefbf3;color:#16814c}.regulation-metric.yellow>span{background:#fff9df;color:#c08a13}.regulation-metric.orange>span{background:#fff2e8;color:#d86221}.regulation-metric strong{display:block;color:#081229;font-size:24px;line-height:1}.regulation-metric p{margin:6px 0 0;color:#627187;font-size:13px;font-weight:700}.regulation-view-tabs{display:flex;gap:8px}.global-regulation-shell.map-mode .regulation-view-tabs{flex:0 0 auto}.regulation-view-tabs button{min-width:104px;min-height:38px;padding:0 18px;border:1px solid #ccd8e6;border-radius:7px;background:#fff;color:#586980;font-size:13px;font-weight:850;box-shadow:0 8px 20px #0f24410d}.global-regulation-shell.map-mode .regulation-view-tabs button{min-width:96px;min-height:38px;padding:0 15px}.regulation-view-tabs button.active{border-color:#2f6ff3;background:#2f6ff3;color:#fff;box-shadow:0 10px 22px #2f6ff333}.regulation-map-layout{min-height:0;display:grid;grid-template-columns:260px minmax(0,1fr);border:1px solid #d8e2ee;border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 18px 44px #12274514;transition:grid-template-columns .18s ease}.regulation-map-layout.country-panel-collapsed{grid-template-columns:48px minmax(0,1fr)}.regulation-country-panel{min-width:0;display:flex;flex-direction:column;border-right:1px solid #d8e2ee;background:#f8fafc}.regulation-map-layout.country-panel-collapsed .regulation-country-panel{align-items:center}.regulation-country-head{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;border-bottom:1px solid #d8e2ee;color:#162135;font-size:14px;font-weight:850}.regulation-map-layout.country-panel-collapsed .regulation-country-head{width:100%;justify-content:center;padding:0}.regulation-map-layout.country-panel-collapsed .regulation-country-head strong{display:none}.regulation-country-head button{width:26px;height:26px;border:0;border-radius:6px;background:transparent;color:#1b2638;font-size:22px;line-height:1}.regulation-country-head button:hover{background:#eef5ff;color:#2f61c8}.regulation-country-search{padding:10px}.regulation-country-search input{width:100%;min-height:34px;padding:0 12px;border:1px solid #d4dfeb;border-radius:7px;background:#fff;color:#344257;font-size:13px;font-weight:650;outline:0}.regulation-region{display:grid;gap:4px;padding:6px 10px 8px}.regulation-region h3{margin:0;color:#27364b;font-size:15px;line-height:1.25}.regulation-region>div{display:grid;gap:4px}.regulation-region button{min-width:0;min-height:32px;display:flex;align-items:center;gap:9px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:#45556c;font-size:13px;font-weight:750;text-align:left}.regulation-region button strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.regulation-region .regulation-region-toggle{min-height:28px;padding:0 2px;color:#27364b;font-size:15px;font-weight:850}.regulation-region .regulation-region-toggle:hover{background:transparent;color:#27364b}.regulation-region button em{margin-left:auto;padding:2px 7px;border-radius:999px;background:#eaf1fb;color:#64728b;font-size:11px;font-style:normal;font-weight:850}.regulation-region button.active,.regulation-region button:hover{background:#2f6ff3;color:#fff}.regulation-region button.active em,.regulation-region button:hover em{background:#fff3;color:#fff}.regulation-country-empty{margin:6px 14px 16px;padding:14px;border:1px dashed #cbd8e8;border-radius:8px;background:#fff;color:#65748b;font-size:13px;font-weight:750;text-align:center}.regulation-map-card{min-width:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:8px;padding:14px 16px 12px}.regulation-map-title{display:flex;align-items:center;justify-content:space-between;gap:16px}.regulation-map-title h2{margin:0;color:#07163d;font-size:19px;line-height:1.2}.regulation-map-title p{max-width:680px;margin:4px 0 0;color:#64728b;font-size:13px;font-weight:700;line-height:1.5}.regulation-map-title span{flex:0 0 auto;padding:6px 10px;border-radius:6px;background:#eef5ff;color:#2f61c8;font-size:12px;font-weight:850}.regulation-map-current{flex:0 0 auto;min-width:min(500px,47%);display:grid;grid-template-columns:auto auto minmax(150px,1fr) auto;align-items:center;justify-items:start;gap:8px;padding:7px 9px;border:1px solid #e1e9f4;border-radius:8px;background:#f8fbff}.regulation-map-current strong{color:#27364b;font-size:14px;font-weight:850;white-space:nowrap}.regulation-map-current dl{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin:0}.regulation-map-current dl div{min-width:0;display:grid;gap:2px;padding:4px 6px;border-radius:6px;background:#fff;text-align:center}.regulation-map-current dt,.regulation-map-current dd{margin:0}.regulation-map-current dt{color:#7a879a;font-size:10px;font-weight:800}.regulation-map-current dd{color:#07163d;font-size:13px;font-weight:900}.regulation-map-current button{width:auto;min-height:28px;padding:0 11px;border:1px solid #cad8ec;border-radius:6px;background:#fff;color:#2f61c8;font-size:12px;font-weight:850}.regulation-map-current button:hover{border-color:#2f6ff3;background:#eef5ff}.regulation-map-visual{position:relative;height:clamp(340px,28vw,470px);min-height:0;display:grid;place-items:center;padding:10px;border-radius:8px;border:1px solid #edf2f7;background:#f8fafc;overflow:hidden}.regulation-echarts-map{width:100%;height:100%;min-height:320px}.regulation-map-loading{position:absolute;inset:0;display:grid;place-items:center;background:#f8fafcc7;color:#64728b;font-size:14px;font-weight:800}.regulation-map-loading.error{align-content:center;gap:12px;color:#b42318}.regulation-map-loading.error button{min-height:36px;padding:0 16px;border:1px solid #f0b4ae;border-radius:8px;background:#fff;color:#b42318;font:inherit;cursor:pointer}.regulation-map-loading.error button:hover{border-color:#d92d20;background:#fff4f2}.regulation-map-tooltip{color:#263447;font-size:12px;font-weight:750;line-height:1.7}.regulation-map-tooltip strong{color:#07163d;font-size:13px}.regulation-map-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:18px;color:#718199;font-size:12px;font-weight:800}.regulation-map-legend span{display:inline-flex;align-items:center;gap:7px}.regulation-map-legend i{width:10px;height:10px;border-radius:50%}.regulation-map-legend .high{background:#4267df}.regulation-map-legend .medium{background:#647df0}.regulation-map-legend .low{background:#8aa0b8}.regulation-map-legend .none{background:#afbac7}.regulation-law-directory{display:grid;gap:14px;padding:18px;border:1px solid #d8e2ee;border-radius:10px;background:linear-gradient(135deg,#2f6ff30e,#129a8e06),#fff;box-shadow:0 18px 44px #12274514}.regulation-law-directory-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.regulation-law-directory-head span{color:#2f6ff3;font-size:10px;font-weight:900;letter-spacing:.14em}.regulation-law-directory-head h2{margin:5px 0 0;color:#07163d;font-size:21px;line-height:1.2}.regulation-law-directory-head p{margin:5px 0 0;color:#6d7c91;font-size:13px;font-weight:650}.regulation-law-directory-head>strong{flex:0 0 auto;padding:7px 10px;border-radius:999px;background:#eaf2ff;color:#2f61c8;font-size:12px;font-weight:850}.regulation-law-directory-list{display:grid;gap:12px}.regulation-law-directory-card{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);gap:14px 22px;padding:16px;border:1px solid #dbe5f2;border-left:4px solid #2f6ff3;border-radius:9px;background:#fff}.regulation-law-directory-identity{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:12px}.regulation-law-directory-identity>span{width:40px;height:40px;display:grid;place-items:center;border-radius:9px;background:#edf4ff;font-size:21px}.regulation-law-directory-identity small{color:#2f6ff3;font-size:11px;font-weight:850}.regulation-law-directory-identity h3{margin:3px 0 0;color:#102447;font-size:17px;line-height:1.3}.regulation-law-directory-identity p{margin:3px 0 0;color:#7a879b;font-size:12px;font-weight:650}.regulation-law-directory-identity em{padding:5px 8px;border-radius:999px;background:#eaf8f1;color:#14805a;font-size:11px;font-style:normal;font-weight:850;white-space:nowrap}.regulation-law-directory-summary{margin:0;color:#526279;font-size:12px;font-weight:650;line-height:1.75}.regulation-law-directory-meta{grid-column:1 / -1;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;margin:0}.regulation-law-directory-meta div{min-width:0;display:grid;gap:5px;padding:10px 12px;border-radius:8px;background:#f6f9fd}.regulation-law-directory-meta dt,.regulation-law-directory-meta dd{margin:0}.regulation-law-directory-meta dt{color:#8190a4;font-size:10px;font-weight:800}.regulation-law-directory-meta dd{overflow:hidden;color:#243650;font-size:12px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.regulation-law-directory-applicability{grid-column:1 / -1;display:grid;gap:5px;padding:11px 12px;border:1px solid #dce8f5;border-radius:8px;background:linear-gradient(135deg,#f5f9ff,#f2fbf9)}.regulation-law-directory-applicability strong{color:#2f6ff3;font-size:10px;font-weight:850}.regulation-law-directory-applicability p{margin:0;color:#4e6078;font-size:11px;font-weight:650;line-height:1.65}.regulation-law-directory-card footer{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:12px;border-top:1px solid #e6edf5}.regulation-law-directory-card footer>div:first-child{display:grid;gap:3px}.regulation-law-directory-card footer strong{color:#16805b;font-size:11px;font-weight:850}.regulation-law-directory-card footer span{color:#7d899a;font-size:10px;font-weight:650}.regulation-law-directory-actions{display:flex;gap:8px}.regulation-law-directory-actions button,.regulation-law-directory-actions a{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;border:1px solid #cbd9eb;border-radius:7px;background:#fff;color:#2f61c8;font-size:11px;font-weight:850;text-decoration:none}.regulation-law-directory-actions a{border-color:#2f6ff3;background:#2f6ff3;color:#fff}.regulation-law-directory-actions svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}@media(max-width:900px){.regulation-law-directory-card{grid-template-columns:1fr}.regulation-law-directory-meta{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.regulation-law-directory-head,.regulation-law-directory-card footer{align-items:stretch;flex-direction:column}.regulation-law-directory-meta{grid-template-columns:1fr}.regulation-law-directory-actions{display:grid;grid-template-columns:1fr}}.regulation-filter-grid{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr)) minmax(140px,.75fr);gap:10px}.regulation-filter-grid select,.regulation-filter-grid button{min-width:0;min-height:40px;padding:0 12px;border:1px solid #d2dce9;border-radius:7px;background:#fff;color:#29374b;font-size:13px;font-weight:800;outline:0}.regulation-filter-grid button{background:#eef5ff;color:#2f61c8}.regulation-list-shell{display:grid;gap:12px}.regulation-list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px}.regulation-result-count{margin:2px 0 0;color:#425168;font-size:16px;line-height:1.3}.regulation-list-controls{flex:0 0 auto;display:inline-flex;gap:4px;padding:4px;border:1px solid #d3deec;border-radius:8px;background:#f6f9fd}.regulation-list-controls button{min-height:32px;padding:0 14px;border:0;border-radius:6px;background:transparent;color:#627187;font-size:12px;font-weight:850}.regulation-list-controls button.active{background:#2f6ff3;color:#fff;box-shadow:0 8px 18px #2f6ff333}.regulation-list-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:14px}.regulation-record-list{min-width:0}.regulation-card-grid{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:14px}.regulation-card{min-height:286px;display:flex;flex-direction:column;padding:16px;border:1px solid #dbe4ef;border-radius:8px;background:#fff;box-shadow:0 12px 28px #11264312;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.regulation-card:hover,.regulation-card.selected{border-color:#2f6ff3;box-shadow:0 18px 42px #2f6ff329;transform:translateY(-1px)}.regulation-card:focus-visible{outline:3px solid rgba(47,111,243,.22);outline-offset:2px}.regulation-card-top{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px}.regulation-card-top strong{min-width:0;overflow:hidden;color:#263447;font-size:15px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.regulation-card-top b{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;font-size:12px;font-style:normal}.regulation-card-top b.high{background:#dce9ff;color:#245bcd}.regulation-card-top b.medium{background:#fff1c9;color:#b56a09}.regulation-card-top b.low{background:#edf2f7;color:#66768a}.regulation-card h3{min-height:44px;display:-webkit-box;margin:14px 0 7px;overflow:hidden;color:#0e1b34;font-size:16px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.regulation-card em{min-height:34px;display:-webkit-box;overflow:hidden;color:#65748b;font-size:12px;font-style:normal;font-weight:650;line-height:1.42;-webkit-box-orient:vertical;-webkit-line-clamp:2}.regulation-tags{display:flex;flex-wrap:wrap;gap:7px;margin:11px 0 0}.regulation-tags span{padding:4px 9px;border-radius:999px;background:#edf4ff;color:#2f61c8;font-size:11px;font-weight:850}.regulation-card p{display:-webkit-box;margin:12px 0 0;overflow:hidden;color:#314158;font-size:14px;font-weight:650;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:4}.regulation-card a{width:fit-content;margin-top:auto;padding-top:12px;color:#2f61c8;font-size:12px;font-weight:850;text-decoration:none}.regulation-card a:hover{text-decoration:underline}.regulation-empty{grid-column:1 / -1;min-height:170px;display:grid;place-items:center;padding:24px;border:1px dashed #cbd8e8;border-radius:8px;background:#f7f9fc;color:#65748b;font-size:14px;font-weight:750;text-align:center}.regulation-table-wrap{overflow:auto;border:1px solid #dbe4ef;border-radius:8px;background:#fff;box-shadow:0 14px 34px #11264314}.regulation-table{width:100%;min-width:760px;border-collapse:collapse}.regulation-table th,.regulation-table td{padding:12px;border-bottom:1px solid #e3ebf5;color:#314158;font-size:13px;text-align:left;vertical-align:top}.regulation-table th{background:#f8fafc;color:#627187;font-size:12px;font-weight:850}.regulation-table tbody tr{cursor:pointer}.regulation-table tbody tr:hover,.regulation-table tbody tr.selected{background:#f1f6ff}.regulation-table td:first-child{white-space:nowrap;font-weight:850}.regulation-table td:first-child span{margin-right:7px}.regulation-table td strong{display:block;color:#0e1b34;font-size:14px;line-height:1.35}.regulation-table td small{display:block;margin-top:5px;color:#65748b;font-size:12px;line-height:1.35}.regulation-table td b,.regulation-detail-head b{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;font-size:13px;font-style:normal}.regulation-table td b.high,.regulation-detail-head b.high{background:#dce9ff;color:#245bcd}.regulation-table td b.medium,.regulation-detail-head b.medium{background:#fff1c9;color:#b56a09}.regulation-table td b.low,.regulation-detail-head b.low{background:#edf2f7;color:#66768a}.regulation-detail-panel{position:sticky;top:86px;min-height:280px;display:flex;flex-direction:column;padding:16px;border:1px solid #dbe4ef;border-radius:8px;background:#fff;box-shadow:0 14px 34px #11264314}.regulation-detail-panel.empty{justify-content:center;gap:8px;color:#65748b;text-align:center}.regulation-detail-head{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px}.regulation-detail-head>span{font-size:18px}.regulation-detail-head strong{display:block;overflow:hidden;color:#263447;font-size:15px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.regulation-detail-head small{display:block;margin-top:4px;color:#65748b;font-size:12px;font-weight:750}.regulation-detail-panel h3{margin:14px 0 8px;color:#07163d;font-size:17px;line-height:1.38}.regulation-detail-panel em{color:#65748b;font-size:13px;font-style:normal;font-weight:650;line-height:1.45}.regulation-detail-meta{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0 0}.regulation-detail-meta span{padding:4px 9px;border-radius:999px;background:#edf4ff;color:#2f61c8;font-size:11px;font-weight:850}.regulation-detail-panel p{margin:12px 0 0;color:#314158;font-size:14px;font-weight:650;line-height:1.56}.regulation-source-link{width:fit-content;margin-top:auto;padding-top:14px;color:#2f61c8;font-size:12px;font-weight:850;text-decoration:none}.regulation-source-link:hover{text-decoration:underline}.global-cases-shell{width:100%;max-width:min(100%,1480px);display:grid;gap:14px;margin:0 auto;padding-bottom:26px}.global-cases-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.global-cases-head h1{margin:0;color:#07163d;font-size:clamp(24px,1.8vw,28px);line-height:1.15}.global-cases-head p{margin:6px 0 0;color:#718199;font-size:14px;font-weight:650}.global-cases-ingestion-status{min-height:66px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;border:1px solid #cfe1fb;border-radius:10px;background:linear-gradient(135deg,#f5f9ff,#edf5ff);box-shadow:0 10px 26px #1f5fc914}.global-cases-ingestion-indicator{width:10px;height:10px;border-radius:999px;background:#1fa56a;box-shadow:0 0 0 5px #1fa56a21}.global-cases-ingestion-status strong{color:#183f7a;font-size:13px}.global-cases-ingestion-status p{margin:4px 0 0;color:#647590;font-size:12px;font-weight:650}.global-cases-ingestion-status a{min-height:34px;display:inline-flex;align-items:center;padding:0 13px;border:1px solid #c4d9f7;border-radius:8px;background:#fff;color:#245fbd;font-size:12px;font-weight:800;text-decoration:none}.global-cases-ingestion-status a:hover{border-color:#8fb8ef;color:#174f9f}.global-cases-search{min-height:42px;display:flex;align-items:center;gap:10px;padding:0 16px;border:1px solid #cfdae8;border-radius:8px;background:#fff;box-shadow:0 10px 28px #0f244112}.global-cases-search svg{width:16px;height:16px;color:#667997;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.global-cases-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#243248;font-size:14px;font-weight:650}.global-cases-search input::placeholder{color:#8a96a8}.global-cases-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.case-metric{min-height:74px;display:flex;align-items:center;gap:14px;padding:14px;border:1px solid #dde5ef;border-radius:8px;background:#fff;box-shadow:0 12px 30px #11264314}.case-metric>span{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:8px}.case-metric>span svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.case-metric.blue>span{background:#edf4ff;color:#2f61c8}.case-metric.green>span{background:#eefbf3;color:#16814c}.case-metric.yellow>span{background:#fff9df;color:#c08a13}.case-metric.orange>span{background:#fff2e8;color:#d86221}.case-metric.red>span{background:#fff3f5;color:#c73b4a}.case-metric strong{display:block;color:#081229;font-size:25px;line-height:1}.case-metric p{margin:6px 0 0;color:#627187;font-size:13px;font-weight:700}.global-cases-filter-panel{display:grid;gap:8px;padding:2px 0 0}.case-filter-disclosure{overflow:hidden;border:1px solid #d4e0ee;border-radius:10px;background:linear-gradient(110deg,#f8fbff,#fff 72%);box-shadow:0 7px 18px #1126430b}.case-filter-disclosure>summary{display:grid;min-height:44px;grid-template-columns:84px minmax(0,1fr) 16px;align-items:center;gap:10px;padding:0 14px;color:#4b5b72;cursor:pointer;list-style:none}.case-filter-disclosure>summary::-webkit-details-marker{display:none}.case-filter-disclosure>summary strong{font-size:13px;font-weight:850}.case-filter-disclosure>summary span{width:fit-content;max-width:100%;overflow:hidden;padding:4px 9px;border-radius:999px;background:#edf4ff;color:#2f61c8;font-size:11px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.case-filter-disclosure>summary:after{width:7px;height:7px;justify-self:end;border-right:2px solid #6d80a0;border-bottom:2px solid #6d80a0;content:"";transform:rotate(45deg) translate(-2px,-2px);transition:transform .16s ease}.case-filter-disclosure[open]>summary:after{transform:rotate(225deg) translate(-1px,-1px)}.case-filter-disclosure[open]>summary{border-bottom:1px solid #e1e9f3}.case-filter-disclosure-content{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 14px 14px}.case-filter-row{display:grid;grid-template-columns:84px minmax(0,1fr);align-items:center;gap:10px}.case-filter-row>strong{color:#4b5b72;font-size:14px;font-weight:850}.case-filter-row>div{min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:9px}.case-filter-chip{min-height:34px;padding:0 14px;border:1px solid #cbd8e8;border-radius:999px;background:#fff;color:#516176;font-size:13px;font-weight:800;box-shadow:0 8px 18px #1126430d}.case-filter-chip.active,.case-filter-chip:hover{border-color:#2f6ff3;background:#eef5ff;color:#2f61c8}.case-segmented-control{display:inline-flex;overflow:hidden;border:1px solid #cbd8e8;border-radius:6px;background:#fff}.case-segmented-control button{min-width:58px;min-height:34px;padding:0 14px;border:0;border-right:1px solid #d8e2ee;background:transparent;color:#4f6076;font-size:13px;font-weight:850}.case-segmented-control button:last-child{border-right:0}.case-segmented-control button.active{background:#1f2937;color:#fff}.case-reset-button{margin-left:auto;min-height:34px;padding:0 16px;border:1px solid #cbd8e8;border-radius:999px;background:#f8fbff;color:#2f61c8;font-size:13px;font-weight:850}.case-reset-button:hover{border-color:#2f6ff3;background:#eef5ff}.global-cases-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:420px;align-items:stretch;gap:14px}.case-card{--case-accent: #3976dc;position:relative;width:100%;height:420px;min-height:0;display:flex;align-self:stretch;box-sizing:border-box;flex-direction:column;padding:16px;border:1px solid color-mix(in srgb,var(--case-accent) 24%,#dbe4ef);border-radius:12px;background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--case-accent) 9%,transparent),transparent 34%),linear-gradient(155deg,color-mix(in srgb,var(--case-accent) 3%,#ffffff),#fff 54%);box-shadow:0 9px 24px color-mix(in srgb,var(--case-accent) 8%,transparent);cursor:pointer;overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.case-card:hover{border-color:color-mix(in srgb,var(--case-accent) 44%,#dbe4ef);box-shadow:0 14px 30px color-mix(in srgb,var(--case-accent) 14%,transparent);transform:translateY(-2px)}.case-card.is-americas,.case-detail-drawer.is-americas{--case-accent: #3976dc}.case-card.is-eu-uk,.case-detail-drawer.is-eu-uk{--case-accent: #15927e}.case-card.is-asia-pacific,.case-detail-drawer.is-asia-pacific{--case-accent: #d2872b}.case-card.is-china,.case-detail-drawer.is-china{--case-accent: #cd5962}.case-card.is-other-region,.case-detail-drawer.is-other-region{--case-accent: #745acb}.case-card-topline{position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--case-accent),color-mix(in srgb,var(--case-accent) 38%,#ffffff))}.case-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.case-card-head strong{color:#07163d;font-size:15px;font-weight:900;line-height:1.25}.case-card-head span{flex:0 0 auto;padding:4px 7px;border-radius:999px;background:color-mix(in srgb,var(--case-accent) 9%,#ffffff);color:color-mix(in srgb,var(--case-accent) 76%,#596c86);font-size:10px;font-weight:800}.case-tags{display:flex;flex-wrap:wrap;gap:5px;margin:12px 0 0}.case-tags span{padding:4px 7px;border-radius:999px;background:color-mix(in srgb,var(--case-accent) 9%,#ffffff);color:color-mix(in srgb,var(--case-accent) 82%,#445b78);font-size:10px;font-weight:800}.case-card-section{flex:0 0 auto;margin:13px 0 0}.case-card-section h2{margin:0 0 5px;color:#5d7088;font-size:10px;font-weight:850;letter-spacing:.04em;line-height:1.3}.case-card-section p{display:-webkit-box;margin:0;overflow:hidden;color:#344a62;font-size:11px;font-weight:620;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3}.case-card-section:first-of-type p{-webkit-line-clamp:2}.case-decision{flex:0 0 auto;margin:13px 0 0;padding:10px;border:1px solid #f2dec6;border-radius:9px;background:linear-gradient(135deg,#fff8ef,#fff4e7);color:#9b4f27;font-size:10px;font-weight:780;line-height:1.5}.case-decision span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.case-analysis-open{position:relative;z-index:1;display:flex;flex:0 0 auto;width:100%;min-height:34px;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding:0 11px;border:1px solid color-mix(in srgb,var(--case-accent) 20%,#dce6f1);border-radius:9px;background:color-mix(in srgb,var(--case-accent) 4%,#ffffff);color:color-mix(in srgb,var(--case-accent) 86%,#31516e);font-size:10px;font-weight:850;cursor:pointer;text-align:left;transition:background .16s ease,border-color .16s ease,transform .16s ease}.case-analysis-open:hover{border-color:color-mix(in srgb,var(--case-accent) 42%,#dce6f1);background:color-mix(in srgb,var(--case-accent) 9%,#ffffff)}.case-analysis-open:focus-visible{outline:2px solid color-mix(in srgb,var(--case-accent) 45%,transparent);outline-offset:2px}.case-card-foot{position:relative;z-index:1;display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:12px;margin-top:8px;padding-top:14px;color:#6c7b91;font-size:10px;font-weight:800}.case-card-foot a{max-width:68%;overflow:hidden;color:color-mix(in srgb,var(--case-accent) 84%,#31516e);text-overflow:ellipsis;white-space:nowrap;text-decoration:none}.case-card-foot a:hover{text-decoration:underline}.global-cases-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:24px}.global-cases-pagination span{min-width:190px;color:#66758c;font-size:13px;font-weight:750;text-align:center}.global-cases-pagination button{min-width:88px;min-height:38px;padding:0 15px;border:1px solid #cbd8e8;border-radius:999px;background:#fff;color:#2f61c8;font-size:13px;font-weight:850}.global-cases-pagination button:hover:not(:disabled){border-color:#2f6ff3;background:#eef5ff}.global-cases-pagination button:disabled{cursor:not-allowed;opacity:.45}.global-cases-empty{grid-column:1 / -1;min-height:170px;display:grid;place-items:center;padding:24px;border:1px dashed #cbd8e8;border-radius:8px;background:#f7f9fc;color:#65748b;font-size:14px;font-weight:750;text-align:center}.platform-resource-shell{width:100%;max-width:min(100%,1480px);display:grid;gap:16px;margin:0 auto;padding-bottom:26px}.platform-resource-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start;padding:18px;border:1px solid #dbe4ef;border-radius:8px;background:linear-gradient(135deg,#2f6ff314,#16814c0f),#fff}.platform-resource-hero span{color:#2f61c8;font-size:12px;font-weight:900}.platform-resource-hero h1{margin:5px 0 0;color:#07163d;font-size:clamp(26px,2vw,34px);line-height:1.1}.platform-resource-hero p{max-width:880px;margin:8px 0 0;color:#607089;font-size:14px;font-weight:650;line-height:1.55}.platform-resource-hero aside{min-width:150px;display:grid;gap:4px;padding:12px;border:1px solid #d8e2ee;border-radius:8px;background:#ffffffd1;text-align:center}.platform-resource-hero aside strong{color:#07163d;font-size:28px;line-height:1}.platform-resource-hero aside small{color:#65748b;font-size:12px;font-weight:800}.smart-tool-suite-nav{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;padding:9px;border:1px solid #dce6f2;border-radius:12px;background:#f7faff}.smart-tool-suite-nav button{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1px 8px;align-items:center;min-width:0;min-height:62px;padding:9px;border:1px solid transparent;border-radius:9px;background:transparent;color:#536681;text-align:left;cursor:pointer}.smart-tool-suite-nav button>span{grid-row:1 / 3;display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#e9f1fd;color:#2d68d6;font-size:9px;font-weight:900;letter-spacing:.08em}.smart-tool-suite-nav strong{overflow:hidden;color:#18345c;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.case-detail-drawer-layer{position:fixed;inset:0;z-index:2200;display:flex;justify-content:flex-end;background:#06162e57;backdrop-filter:blur(3px)}.case-detail-drawer{--case-accent: #3976dc;width:min(540px,calc(100vw - 28px));height:100%;display:grid;grid-template-rows:auto minmax(0,1fr) auto;border-left:1px solid color-mix(in srgb,var(--case-accent) 22%,#d9e4ef);background:#fff;box-shadow:-24px 0 64px #081e3c38;animation:case-detail-drawer-in .22s cubic-bezier(.2,.78,.24,1);overflow:hidden}.case-detail-drawer-head{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:26px 26px 22px;border-bottom:1px solid color-mix(in srgb,var(--case-accent) 17%,#dde6ef);background:radial-gradient(circle at 90% 2%,color-mix(in srgb,var(--case-accent) 18%,transparent),transparent 38%),linear-gradient(140deg,color-mix(in srgb,var(--case-accent) 8%,#ffffff),#fff 64%)}.case-detail-drawer-head:after{position:absolute;inset:auto 0 0;height:3px;background:linear-gradient(90deg,var(--case-accent),color-mix(in srgb,var(--case-accent) 24%,transparent));content:""}.case-detail-drawer-head>div>span,.case-detail-drawer-head>div>p{color:#6c7d93;font-size:12px;font-weight:720}.case-detail-drawer-head h2{margin:7px 0 5px;color:#07183f;font-size:25px;font-weight:900;letter-spacing:-.02em;line-height:1.2}.case-detail-drawer-head p{margin:0}.case-detail-drawer-head>button{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border:1px solid color-mix(in srgb,var(--case-accent) 20%,#dce5ef);border-radius:50%;background:#ffffffc7;color:#38516d;font-size:22px;line-height:1;cursor:pointer}.case-detail-drawer-head>button:hover{border-color:var(--case-accent);color:var(--case-accent)}.case-detail-drawer-body{display:flex;flex-direction:column;gap:14px;padding:22px 26px 28px;overflow:auto;overscroll-behavior:contain}.case-detail-tags{display:flex;flex-wrap:wrap;gap:7px}.case-detail-tags span{padding:5px 9px;border-radius:999px;background:color-mix(in srgb,var(--case-accent) 9%,#ffffff);color:color-mix(in srgb,var(--case-accent) 82%,#425a75);font-size:11px;font-weight:820}.case-detail-drawer-body section{padding:16px;border:1px solid #e2e9f1;border-radius:12px;background:#fbfcfe}.case-detail-drawer-body section>span{display:block;margin-bottom:5px;color:color-mix(in srgb,var(--case-accent) 84%,#4c6380);font-size:9px;font-weight:900;letter-spacing:.12em}.case-detail-drawer-body h3{margin:0 0 8px;color:#13294a;font-size:14px;font-weight:860}.case-detail-drawer-body p{margin:0;color:#42566e;font-size:13px;font-weight:560;line-height:1.75;white-space:pre-wrap}.case-detail-drawer-body section.is-decision{border-color:#f0dbc1;background:linear-gradient(145deg,#fffaf3,#fff5e8)}.case-detail-drawer-body section.is-decision>span{color:#a85c28}.case-detail-drawer-body section.is-analysis{border-color:color-mix(in srgb,var(--case-accent) 24%,#dde7f0);background:linear-gradient(145deg,color-mix(in srgb,var(--case-accent) 7%,#ffffff),#fff)}.case-detail-drawer-foot{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 26px;border-top:1px solid #e1e9f1;background:#f8fbfe}.case-detail-drawer-foot div{display:flex;min-width:0;flex-direction:column;gap:3px}.case-detail-drawer-foot div span{color:#78889c;font-size:10px;font-weight:760}.case-detail-drawer-foot strong{overflow:hidden;color:#243b5a;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.case-detail-drawer-foot a{display:inline-flex;min-height:36px;flex:0 0 auto;align-items:center;gap:7px;padding:0 14px;border-radius:9px;background:var(--case-accent);color:#fff;font-size:11px;font-weight:850;text-decoration:none}@keyframes case-detail-drawer-in{0%{opacity:.6;transform:translate(34px)}to{opacity:1;transform:translate(0)}}.smart-tool-suite-nav small{color:#8491a5;font-size:10px}.smart-tool-suite-nav button:hover,.smart-tool-suite-nav button.active{border-color:#c6d9f3;background:#fff;box-shadow:0 8px 20px #274d8014}.smart-tool-suite-nav button.active>span{background:linear-gradient(135deg,#2f6ff3,#1ca8ad);color:#fff}.technical-tool-suite-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.smart-tool-suite-nav.tool-capability-map{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:11px;overflow:hidden;border-radius:14px;background:linear-gradient(110deg,#f5f9fffa,#f7fcfcfa),#f7faff}.platform-resource-shell [hidden]{display:none!important}.tool-capability-group{min-width:0;padding:5px 12px 10px}.tool-capability-group+.tool-capability-group{border-left:1px solid #dce6f2}.tool-capability-group>header{display:flex;align-items:center;gap:8px;min-height:38px;padding:0 5px 8px}.tool-capability-group>header span{display:grid;place-items:center;width:25px;height:25px;border-radius:7px;background:#e6f0fd;color:#2f6fd6;font-size:9px;font-weight:900}.tool-capability-group>header strong{color:#29476d;font-size:12px;letter-spacing:.02em}.tool-capability-group>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.technical-tool-suite-nav .tool-capability-group>div{grid-template-columns:1fr}.smart-tool-suite-nav.tool-capability-map button{position:relative;display:flex;min-height:108px;padding:12px 8px 10px;flex-direction:column;align-items:center;justify-content:center;gap:5px;border-color:#d4e0ef9e;background:#ffffff9e;text-align:center}.smart-tool-suite-nav.tool-capability-map button>span{width:42px;height:42px;margin-bottom:3px;border:1px solid #cfe0f6;border-radius:12px;background:linear-gradient(145deg,#fffffff5,#e8f2fff5);box-shadow:0 7px 16px #2d68d61a;font-size:10px}.smart-tool-suite-nav.tool-capability-map button>span svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.smart-tool-suite-nav.tool-capability-map button>strong,.smart-tool-suite-nav.tool-capability-map button>small{min-width:0;text-align:center}.smart-tool-suite-nav.tool-capability-map button>strong{max-width:100%;font-size:11px;white-space:normal}.smart-tool-suite-nav.tool-capability-map button>small{font-size:9px}.smart-tool-suite-nav.tool-capability-map button:hover,.smart-tool-suite-nav.tool-capability-map button.active{border-color:#bfd4ef;background:#fff}#tool-library-react-root{min-width:0}.tool-overview-shell{display:grid;gap:16px}.tool-overview-hero{align-items:center;padding:14px 16px;border-radius:12px;background:radial-gradient(circle at 90% 5%,rgba(31,165,170,.1),transparent 27%),linear-gradient(135deg,#fff,#f7faff)}.tool-overview-hero h1{margin-top:4px;font-size:clamp(24px,1.7vw,30px)}.tool-overview-hero p{margin-top:6px;font-size:13px}.tool-overview-hero aside{min-width:112px;padding:9px 10px}.tool-overview-hero aside strong{font-size:24px}.tool-overview-hero aside small{font-size:11px}.tool-overview-shell.is-technical{gap:9px}.tool-overview-shell.is-technical .tool-overview-hero{padding:9px 12px}.tool-overview-shell.is-technical .tool-overview-hero>div>span{font-size:10px}.tool-overview-shell.is-technical .tool-overview-hero h1{margin-top:2px;font-size:clamp(18px,1.35vw,22px)}.tool-overview-shell.is-technical .tool-overview-hero p{margin-top:3px;font-size:10.5px}.tool-overview-shell.is-technical .tool-overview-hero aside{min-width:76px;padding:5px 8px}.tool-overview-shell.is-technical .tool-overview-hero aside strong{font-size:19px}.tool-overview-shell.is-technical .tool-overview-hero aside small{font-size:9px}.react-tool-map{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid #d8e4f1;border-radius:16px;background:linear-gradient(120deg,#f5f9fff5,#f8fcfcfa),#f8fbff;box-shadow:0 14px 34px #2a487312}.react-tool-group{--tool-accent: #2f6ff3;--tool-accent-rgb: 47, 111, 243;min-width:0;padding:18px}.react-tool-group+.react-tool-group{border-left:1px solid #dce6f2}.react-tool-group.tone-purple{--tool-accent: #7454d7;--tool-accent-rgb: 116, 84, 215}.react-tool-group.tone-teal{--tool-accent: #159a91;--tool-accent-rgb: 21, 154, 145}.react-tool-group.tone-orange{--tool-accent: #e16f3d;--tool-accent-rgb: 225, 111, 61}.react-tool-group.tone-cyan{--tool-accent: #158da8;--tool-accent-rgb: 21, 141, 168}.react-tool-group>header{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:10px;min-height:50px;margin-bottom:14px}.react-tool-group>header>span{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:rgba(var(--tool-accent-rgb),.1);color:var(--tool-accent);font-size:10px;font-weight:900}.react-tool-group>header>div{display:grid;gap:3px;min-width:0}.react-tool-group>header strong{color:#1d385f;font-size:13px}.react-tool-group>header small{overflow:hidden;color:#8290a4;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.react-tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tool-overview-shell.is-technical .react-tool-grid{grid-template-columns:1fr}.tool-overview-shell.is-technical .react-tool-grid button{width:min(100%,280px);justify-self:center}.tool-overview-shell.is-management .react-tool-grid button:last-child:nth-child(odd){grid-column:1 / -1;width:calc(50% - 5px);justify-self:center}.react-tool-grid button{position:relative;display:flex;min-width:0;min-height:118px;padding:12px 10px;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:0;border-radius:14px;background:transparent;color:#1d3b66;text-align:center;cursor:pointer;transition:background .18s ease,transform .18s ease}.react-tool-grid button:hover{background:rgba(var(--tool-accent-rgb),.045);transform:translateY(-2px)}.react-tool-grid button.active{background:rgba(var(--tool-accent-rgb),.065)}.react-tool-icon{display:grid;place-items:center;width:56px;height:56px;margin-bottom:5px;border:1px solid rgba(var(--tool-accent-rgb),.22);border-radius:15px;background:linear-gradient(145deg,#fff,rgba(var(--tool-accent-rgb),.1));color:var(--tool-accent);box-shadow:0 9px 20px rgba(var(--tool-accent-rgb),.12)}.react-tool-icon svg{width:27px;height:27px;stroke-width:1.75}.react-tool-grid button.active .react-tool-icon{border-color:transparent;background:linear-gradient(145deg,var(--tool-accent),rgba(var(--tool-accent-rgb),.76));color:#fff}.react-tool-grid button>strong{max-width:100%;color:#17345c;font-size:13px;line-height:1.25;overflow-wrap:anywhere}.react-tool-grid button>b{color:#74839a;font-size:11px;font-weight:700}.technical-library-catalog{display:grid;grid-template-columns:minmax(390px,.9fr) minmax(0,1.45fr);align-items:start;gap:16px;padding:2px 2px 10px}.technical-catalog-section{display:grid;gap:10px;min-width:0}.technical-catalog-section.is-external{padding-left:16px;border-left:1px solid #dce6f2}.technical-catalog-section-heading{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 2px 7px;border-bottom:1px solid #d8e4f1}.technical-catalog-section-heading>span{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#2f6ff31a;color:#2f6ff3;font-size:9px;font-weight:900}.technical-catalog-section.is-external .technical-catalog-section-heading>span{background:#159a911a;color:#159a91}.technical-catalog-section-heading>div{display:grid;gap:1px;min-width:0}.technical-catalog-section-heading h2{margin:0;color:#39495e;font-size:13px;font-weight:700;letter-spacing:0}.technical-catalog-section-heading p{margin:0;color:#7b899e;font-size:9px}.technical-catalog-section-heading>b{min-width:24px;color:#6d7f98;font-size:10px;text-align:right}.technical-launcher-group{--tool-accent: #2f6ff3;--tool-accent-rgb: 47, 111, 243;display:grid;gap:5px;min-width:0}.technical-launcher-group.tone-purple{--tool-accent: #7454d7;--tool-accent-rgb: 116, 84, 215}.technical-launcher-group.tone-teal{--tool-accent: #159a91;--tool-accent-rgb: 21, 154, 145}.technical-launcher-group.tone-orange{--tool-accent: #e16f3d;--tool-accent-rgb: 225, 111, 61}.technical-launcher-group.tone-cyan{--tool-accent: #158da8;--tool-accent-rgb: 21, 141, 168}.technical-launcher-group>header{display:flex;align-items:center;gap:7px;min-width:0}.technical-launcher-group>header strong{flex:0 0 auto;color:#65758b;font-size:9px;font-weight:700;letter-spacing:.01em}.technical-launcher-group>header span{height:1px;flex:1 1 auto;background:linear-gradient(90deg,rgba(var(--tool-accent-rgb),.3),transparent)}.technical-launcher-grid{display:grid;align-items:start;gap:6px 4px}.technical-catalog-section.is-built-in .technical-launcher-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.technical-catalog-section.is-external .technical-launcher-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.technical-launcher-item{display:flex;min-width:0;min-height:76px;padding:2px;flex-direction:column;align-items:center;justify-content:flex-start;gap:3px;border:0;border-radius:8px;background:transparent;color:#39495e;font-family:inherit;text-align:center;text-decoration:none;cursor:pointer;transition:background .18s ease,transform .18s ease}.technical-launcher-item:hover,.technical-launcher-item:focus-visible{background:rgba(var(--tool-accent-rgb),.05);outline:none;transform:translateY(-2px)}.technical-launcher-icon{display:grid;place-items:center;width:38px;height:38px;margin-bottom:1px;border:1px solid rgba(var(--tool-accent-rgb),.18);border-radius:11px;background:linear-gradient(145deg,#fffffffa,rgba(var(--tool-accent-rgb),.12));color:var(--tool-accent);box-shadow:0 5px 12px rgba(var(--tool-accent-rgb),.08)}.technical-launcher-icon svg{width:18px;height:18px;stroke-width:1.75}.technical-launcher-item.is-platform .technical-launcher-icon{background:linear-gradient(145deg,var(--tool-accent),rgba(var(--tool-accent-rgb),.76));color:#fff}.technical-launcher-item.is-warning .technical-launcher-icon{border-color:#c97a2e40;background:linear-gradient(145deg,#fff,#c97a2e1f);color:#b16c2d}.technical-launcher-item.is-connected .technical-launcher-icon{border-color:#14977c40;background:linear-gradient(145deg,#fff,#14977c24);color:#11846e;box-shadow:0 5px 12px #14977c1a}.technical-launcher-item.is-connected>small{color:#12836b;font-weight:800}.technical-launcher-item>strong{max-width:100%;color:#39495e;font-size:9.5px;font-weight:700;line-height:1.14;overflow-wrap:anywhere}.technical-launcher-item>small{color:#8592a5;font-size:8px;line-height:1.1}.technical-launcher-item>small.warning{color:#ac6b2f}.presidio-dialog-layer{position:fixed;z-index:1400;inset:0;display:grid;place-items:center;padding:24px;background:#071b377a;backdrop-filter:blur(7px)}.presidio-dialog{width:min(1120px,calc(100vw - 48px));max-height:min(880px,calc(100vh - 48px));overflow:hidden auto;border:1px solid #cbdcf0;border-radius:18px;background:#f8fbff;box-shadow:0 34px 90px #0418364d}.presidio-dialog-head{position:sticky;z-index:4;top:0;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 18px;border-bottom:1px solid #dce7f3;background:#fffffff5;backdrop-filter:blur(12px)}.presidio-dialog-title,.presidio-dialog-status,.presidio-dialog-title>div,.presidio-dialog-status>span{display:flex;align-items:center}.presidio-dialog-title{min-width:0;gap:11px}.presidio-dialog-title>div{min-width:0;align-items:flex-start;flex-direction:column}.presidio-brand-icon,.presidio-dialog-title>button{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;border:1px solid #bde2da;border-radius:11px;background:linear-gradient(145deg,#fff,#e7f7f3);color:#11846e}.presidio-dialog-title>button{cursor:pointer}.presidio-brand-icon svg,.presidio-dialog-title>button svg{width:19px;height:19px}.presidio-dialog-title small{color:#15927e;font-size:9px;font-weight:900;letter-spacing:.13em}.presidio-dialog-title h2{margin:2px 0 0;color:#102b52;font-size:18px;line-height:1.2}.presidio-dialog-title p{margin:3px 0 0;color:#778aa3;font-size:10px}.presidio-dialog-status{gap:10px}.presidio-dialog-status>span{gap:5px;padding:5px 8px;border-radius:999px;background:#eef3f8;color:#667b94;font-size:9px;font-weight:800}.presidio-dialog-status>span svg{width:13px;height:13px}.presidio-dialog-status>span.is-connected{background:#e6f7f1;color:#128064}.presidio-dialog-status>span.is-unavailable{background:#fff0f0;color:#c05258}.presidio-dialog-status>span i{width:10px;height:10px;border:2px solid #9badc1;border-top-color:transparent;border-radius:50%;animation:presidio-spin .8s linear infinite}.presidio-dialog-status>button{width:34px;height:34px;display:grid;place-items:center;border:1px solid #dae4ef;border-radius:9px;background:#fff;color:#647990;cursor:pointer}.presidio-dialog-status>button:hover{border-color:#adc5dd;color:#214f82}.presidio-dialog-status>button svg{width:17px;height:17px}.presidio-capability-view{display:grid;gap:14px;padding:22px}.presidio-capability-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.presidio-capability-grid>button{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:2px 13px;min-height:180px;padding:20px;border:1px solid #d4e2f0;border-radius:14px;background:#fff;color:#17375f;text-align:left;cursor:pointer;box-shadow:0 10px 28px #1d436f0f;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.presidio-capability-grid>button:hover{border-color:#8ebbe9;box-shadow:0 16px 36px #20528b1f;transform:translateY(-2px)}.presidio-capability-grid>button>span{grid-row:1 / span 4;width:52px;height:52px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,#eaf5ff,#e6faf5);color:#197f9e}.presidio-capability-grid>button:nth-child(2)>span{background:linear-gradient(145deg,#eef1ff,#f2ebff);color:#7155ca}.presidio-capability-grid>button>span svg{width:25px;height:25px}.presidio-capability-grid small{color:#22908d;font-size:9px;font-weight:900;letter-spacing:.1em}.presidio-capability-grid strong{grid-column:2;color:#102d55;font-size:17px}.presidio-capability-grid b{grid-column:2;color:#5e7490;font-size:11px}.presidio-capability-grid p{grid-column:2 / -1;margin:6px 0 0;color:#72859d;font-size:10px;line-height:1.55}.presidio-capability-grid em{grid-column:3;grid-row:1 / span 3;align-self:center;color:#2471c7;font-size:10px;font-style:normal;font-weight:800;white-space:nowrap}.presidio-entity-catalog{overflow:hidden;border:1px solid #d9e5f1;border-radius:12px;background:#fff}.presidio-entity-catalog>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;border-bottom:1px solid #e3ebf4}.presidio-entity-catalog>header>div{display:grid;gap:2px}.presidio-entity-catalog>header span{color:#15927e;font-size:8px;font-weight:900;letter-spacing:.12em}.presidio-entity-catalog>header strong{color:#264767;font-size:11px}.presidio-entity-catalog>header>b{min-width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#edf5ff;color:#2870c6;font-size:10px}.presidio-entity-catalog>div{display:flex;flex-wrap:wrap;gap:6px;padding:11px 14px}.presidio-entity-catalog>div span{padding:4px 7px;border-radius:999px;background:#f0f5fa;color:#61748c;font-size:8px;font-weight:750}.presidio-workbench{display:grid;gap:12px;padding:14px}.presidio-mode-tabs{display:flex;align-items:center;gap:7px;padding:7px;border:1px solid #d8e4f1;border-radius:11px;background:#fff}.presidio-mode-tabs>button{display:flex;align-items:center;gap:6px;padding:7px 10px;border-radius:8px;color:#617791;font-size:10px;font-weight:800;cursor:pointer}.presidio-mode-tabs>button.is-active{background:#eaf3ff;color:#1c68c3}.presidio-mode-tabs>button svg{width:14px;height:14px}.presidio-mode-tabs>label{display:flex;align-items:center;gap:7px;margin-left:auto;color:#71849b;font-size:9px;font-weight:800}.presidio-mode-tabs select{padding:6px 26px 6px 8px;border:1px solid #d4e0ed;border-radius:7px;background:#f9fbfd;color:#36536f;font:inherit;font-size:9px}.presidio-workbench-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.presidio-input-panel,.presidio-result-panel,.presidio-result-table{overflow:hidden;border:1px solid #d8e4f1;border-radius:12px;background:#fff}.presidio-input-panel>header,.presidio-result-panel>header,.presidio-result-table>header{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 12px;border-bottom:1px solid #e1eaf3;background:#fbfdff}.presidio-input-panel>header>div,.presidio-result-panel>header>div,.presidio-result-table>header{display:flex;align-items:baseline;gap:7px}.presidio-input-panel>header span,.presidio-result-panel>header span,.presidio-result-table>header span{color:#178b8d;font-size:8px;font-weight:900;letter-spacing:.1em}.presidio-input-panel>header strong,.presidio-result-panel>header strong,.presidio-result-table>header strong{color:#294967;font-size:11px}.presidio-input-panel>header small{color:#91a0b1;font-size:8px}.presidio-result-panel>header>b{padding:4px 7px;border-radius:999px;background:#e8f6f2;color:#168069;font-size:8px}.presidio-result-panel>header>button{display:flex;align-items:center;gap:4px;color:#256ec1;font-size:9px;font-weight:800;cursor:pointer}.presidio-result-panel>header>button svg{width:13px;height:13px}.presidio-input-panel textarea{width:100%;min-height:280px;display:block;resize:vertical;padding:13px;border:0;background:#fff;color:#294561;font:inherit;font-size:11px;line-height:1.65;outline:0}.presidio-input-panel>footer{display:flex;justify-content:flex-end;gap:7px;padding:9px 11px;border-top:1px solid #e5edf5}.presidio-input-panel>footer button{padding:7px 11px;border:1px solid #d5e1ed;border-radius:8px;background:#fff;color:#52708f;font-size:9px;font-weight:800;cursor:pointer}.presidio-input-panel>footer button.is-primary{border-color:#2e74d7;background:#2f73d9;color:#fff}.presidio-input-panel>footer button:disabled{cursor:not-allowed;opacity:.5}.presidio-highlighted-text,.presidio-result-panel>pre{min-height:326px;max-height:410px;overflow:auto;margin:0;padding:13px;color:#294561;font-family:inherit;font-size:11px;line-height:1.75;white-space:pre-wrap;overflow-wrap:anywhere}.presidio-highlighted-text mark{padding:1px 2px;border-radius:3px;background:#ffeba6;color:#5e4611;box-shadow:inset 0 -1px #ca921240}.presidio-empty-result{min-height:326px;display:grid;place-items:center;align-content:center;gap:6px;padding:20px;color:#8b9bad;text-align:center}.presidio-empty-result svg{width:30px;height:30px;color:#a8bbce}.presidio-empty-result strong{color:#637a92;font-size:11px}.presidio-empty-result p{margin:0;font-size:9px}.presidio-error{min-height:326px;display:flex;align-items:center;justify-content:center;gap:9px;padding:20px;color:#b84e55;font-size:10px;text-align:center}.presidio-error svg{width:18px;height:18px;flex:0 0 auto}.presidio-result-table>div{max-height:230px;overflow:auto}.presidio-result-table table{width:100%;border-collapse:collapse;table-layout:fixed}.presidio-result-table th,.presidio-result-table td{padding:8px 10px;border-bottom:1px solid #e7edf4;color:#526b83;font-size:9px;text-align:left}.presidio-result-table th{position:sticky;top:0;background:#f5f8fc;color:#71849a;font-size:8px;font-weight:900}.presidio-result-table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.presidio-result-table td b{color:#24708f}@keyframes presidio-spin{to{transform:rotate(360deg)}}@media(max-width:1100px){.react-tool-map{grid-template-columns:1fr}.react-tool-group+.react-tool-group{border-top:1px solid #dce6f2;border-left:0}.technical-library-catalog{grid-template-columns:minmax(340px,.9fr) minmax(0,1.35fr);gap:12px}.technical-catalog-section.is-built-in .technical-launcher-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.technical-catalog-section.is-external .technical-launcher-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.presidio-dialog-layer{padding:16px}.presidio-dialog{width:calc(100vw - 32px);max-height:calc(100vh - 32px)}}@media(max-width:620px){.global-cases-ingestion-status{grid-template-columns:auto minmax(0,1fr)}.global-cases-ingestion-status a{grid-column:1 / -1;justify-content:center}.react-tool-grid{grid-template-columns:1fr}.react-tool-group{padding:14px}.tool-overview-shell.is-management .react-tool-grid button:last-child:nth-child(odd),.tool-overview-shell.is-technical .react-tool-grid button{width:100%}.technical-library-catalog{grid-template-columns:1fr}.technical-catalog-section.is-external{padding-top:12px;padding-left:0;border-top:1px solid #dce6f2;border-left:0}.technical-catalog-section-heading{grid-template-columns:28px minmax(0,1fr)}.technical-catalog-section-heading>b{display:none}.technical-catalog-section.is-built-in .technical-launcher-grid,.technical-catalog-section.is-external .technical-launcher-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.presidio-dialog-layer{padding:0}.presidio-dialog{width:100vw;max-height:100vh;min-height:100vh;border:0;border-radius:0}.presidio-dialog-head{align-items:flex-start;padding:13px}.presidio-dialog-title p,.presidio-dialog-status>span{display:none}.presidio-capability-view{padding:12px}.presidio-capability-grid,.presidio-workbench-grid{grid-template-columns:1fr}.presidio-capability-grid>button{min-height:150px;padding:15px}.presidio-workbench{padding:9px}.presidio-mode-tabs{align-items:stretch;flex-wrap:wrap}.presidio-mode-tabs>label{width:100%;justify-content:flex-end}.presidio-input-panel textarea{min-height:210px}.presidio-highlighted-text,.presidio-result-panel>pre,.presidio-empty-result,.presidio-error{min-height:220px}}@media(prefers-reduced-motion:reduce){.react-tool-grid button{transition:none}.react-tool-grid button:hover{transform:none}.technical-launcher-item{transition:none}.technical-launcher-item:hover{transform:none}}.technical-tool-demo-panel{background:linear-gradient(135deg,#052b5b11,#00abad0e),#fff}.smart-tool-demo-panel{display:grid;gap:18px;padding:20px;border:1px solid #d8e4f1;border-radius:14px;background:linear-gradient(135deg,#2869dc0f,#10a2a60b),#fff;box-shadow:0 18px 44px #15355e12}.smart-tool-demo-panel>header,.smart-tool-demo-panel>footer{display:flex;align-items:center;justify-content:space-between;gap:18px}.smart-tool-demo-panel>header span{color:#2b72d6;font-size:10px;font-weight:900;letter-spacing:.15em}.smart-tool-demo-panel>header h2{margin:4px 0 0;color:#0c244a;font-size:20px}.smart-tool-demo-panel>header>b{padding:6px 10px;border:1px solid #ccebdd;border-radius:999px;background:#f0fbf6;color:#19845e;font-size:11px}.smart-tool-demo-flow{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);gap:12px;align-items:center}.smart-tool-demo-flow article{position:relative;display:grid;gap:6px;min-height:112px;padding:16px;border:1px solid #dce7f3;border-radius:11px;background:#ffffffe6}.smart-tool-demo-flow article>span{position:absolute;top:12px;right:13px;color:#b2bfd0;font-size:11px;font-weight:900}.smart-tool-demo-flow small{color:#2f6fd6;font-size:9px;font-weight:900;letter-spacing:.12em}.smart-tool-demo-flow strong{align-self:end;color:#18345c;font-size:14px;line-height:1.45}.smart-tool-demo-flow>i{color:#82a4d1;font-style:normal}.smart-tool-demo-panel>footer{padding-top:15px;border-top:1px solid #e2eaf4}.smart-tool-demo-panel>footer span{display:grid;gap:3px;color:#718096;font-size:11px}.smart-tool-demo-panel>footer span b{color:#27476f;font-size:11px}@media(max-width:1180px){.smart-tool-suite-nav{grid-template-columns:repeat(4,minmax(0,1fr))}.smart-tool-suite-nav.tool-capability-map{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.smart-tool-suite-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.smart-tool-suite-nav.tool-capability-map{grid-template-columns:1fr}.tool-capability-group+.tool-capability-group{border-top:1px solid #dce6f2;border-left:0}.smart-tool-demo-flow{grid-template-columns:1fr}.smart-tool-demo-flow>i{display:none}.smart-tool-demo-panel>footer{align-items:stretch;flex-direction:column}.technical-tool-suite-nav{grid-template-columns:1fr}}.tool-block-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.tool-block-card{min-height:360px;display:flex;flex-direction:column;gap:13px;padding:16px;border:1px solid #dbe4ef;border-radius:8px;background:#fff;box-shadow:0 14px 34px #11264312}.tool-block-card.featured{border-color:#b8caf7;box-shadow:0 18px 42px #2f6ff321}.tool-block-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:11px}.tool-block-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:#edf4ff;color:#2f61c8}.tool-block-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.tool-block-head b{display:block;color:#627187;font-size:11px;font-weight:900;line-height:1.2}.tool-block-head h2{margin:4px 0 0;color:#07163d;font-size:18px;line-height:1.25}.tool-block-head em{padding:5px 8px;border-radius:999px;background:#fff6e7;color:#a75b07;font-size:11px;font-style:normal;font-weight:900;white-space:nowrap}.tool-block-card p{margin:0;color:#43536a;font-size:14px;font-weight:650;line-height:1.55}.tool-block-metrics{display:flex;flex-wrap:wrap;gap:7px}@media(max-width:760px){.global-cases-grid{grid-auto-rows:auto}.case-card{height:auto;min-height:360px}.case-detail-drawer{width:100%}.case-detail-drawer-head,.case-detail-drawer-body,.case-detail-drawer-foot{padding-right:18px;padding-left:18px}}.tool-block-metrics span,.skill-output-list em{padding:5px 9px;border-radius:999px;background:#edf7f1;color:#16814c;font-size:11px;font-style:normal;font-weight:850}.tool-block-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:auto}.tool-block-columns>div{min-width:0;padding:12px;border-radius:8px;background:#f8fafc}.tool-block-columns strong{display:block;color:#243248;font-size:12px;font-weight:900}.tool-block-columns ul{display:grid;gap:7px;margin:9px 0 0;padding:0;list-style:none}.tool-block-columns li{position:relative;padding-left:13px;color:#5c6b81;font-size:12px;font-weight:750;line-height:1.35}.tool-block-columns li:before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:#2f6ff3}.tool-block-card footer{display:flex;flex-wrap:wrap;gap:8px;padding-top:2px}.tool-block-card footer a{color:#2f61c8;font-size:12px;font-weight:850;text-decoration:none}.tool-block-card footer a:hover{text-decoration:underline}.tool-project-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) minmax(220px,.8fr) auto;gap:12px;align-items:end;padding:14px;border:1px solid #dbe4ef;border-radius:8px;background:#fff}.tool-project-toolbar label{display:grid;gap:7px;color:#4b5f82;font-size:12px;font-weight:850}.tool-project-toolbar input,.tool-project-toolbar select{width:100%;min-height:38px;padding:0 13px;border:1px solid #d9e5f4;border-radius:7px;background:#fbfdff;color:#12285f;font:inherit;font-size:12px;font-weight:750;outline:0}.tool-project-toolbar-actions{display:flex;gap:10px;align-items:center}.tool-project-toolbar-actions button{min-height:38px;min-width:72px}.tool-project-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:2px}.tool-project-title h2{margin:0;color:#1f5fc9;font-size:16px}.tool-project-title h2:after{content:"";display:block;width:74px;height:2px;margin-top:8px;background:#2f6ff3}.tool-project-title div{display:flex;align-items:flex-end;gap:12px}.tool-project-title span{padding-bottom:2px;color:#7b8aa3;font-size:12px;font-weight:850}.tool-project-title p{max-width:680px;margin:0;color:#5b6f95;font-size:12px;font-weight:650;line-height:1.55}.tool-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.tool-project-card{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"main actions" "meta actions" "sources sources";align-items:center;gap:10px 12px;min-height:176px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 10px 24px #1434600b}.tool-project-card.featured{border-color:#b8caf7;box-shadow:0 14px 30px #2f6ff31f}.tool-project-main{grid-area:main;min-width:0;display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:14px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.tool-project-icon{width:54px;height:54px;display:grid;place-items:center;border:1px solid #dce8f7;border-radius:12px;background:linear-gradient(180deg,#f7fbff,#eef5ff);color:#2f7df6;box-shadow:inset 0 -8px 18px #2f7df614}.tool-project-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.tool-project-copy{min-width:0}.tool-project-copy strong{display:inline-block;max-width:100%;overflow:hidden;color:#202a3a;font-size:14px;line-height:1.25;text-overflow:ellipsis;vertical-align:top;white-space:nowrap}.tool-project-copy em{display:inline-flex;margin-left:6px;padding:1px 6px;border:1px solid #ffe3aa;border-radius:4px;background:#fff9ee;color:#d58c19;font-size:11px;font-style:normal;font-weight:800;vertical-align:top}.tool-project-copy small{display:flex;gap:8px;margin-top:5px;color:#8a94a5;font-size:11px;font-weight:650}.tool-project-copy small b{min-width:52px;color:#60708a;font-weight:850}.tool-project-meta{grid-area:meta;min-width:0;display:grid;gap:9px}.tool-project-meta p{display:-webkit-box;margin:0;overflow:hidden;color:#5b6f95;font-size:12px;font-weight:650;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tool-project-meta div{display:flex;flex-wrap:wrap;gap:7px}.tool-project-meta span{padding:4px 8px;border-radius:999px;background:#edf7f1;color:#16814c;font-size:11px;font-weight:850}.tool-project-actions{grid-area:actions;display:grid;gap:8px}.tool-project-actions button{width:30px;height:30px;display:grid;place-items:center;border:1px solid #dce7f6;border-radius:7px;background:#f8fbff;color:#2f7df6;cursor:pointer}.tool-project-actions svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.tool-project-sources{grid-area:sources;display:flex;flex-wrap:wrap;gap:8px;padding-top:2px}.tool-project-sources a{color:#2f61c8;font-size:12px;font-weight:850;text-decoration:none}.tool-project-sources a:hover{text-decoration:underline}.tool-output-section{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:14px}.tool-output-panel{padding:18px;border:1px solid #dbe4ef;border-radius:8px;background:#fff;box-shadow:0 14px 34px #11264312}.tool-output-title span{color:#2f61c8;font-size:12px;font-weight:900}.tool-output-title h2{margin:5px 0 0;color:#07163d;font-size:20px;line-height:1.25}.tool-output-table{display:grid;gap:9px;margin-top:14px}.tool-output-table div{display:grid;grid-template-columns:128px minmax(0,1fr);gap:14px;padding:12px;border-radius:8px;background:#f8fafc}.tool-output-table strong{color:#27364b;font-size:13px;font-weight:900}.tool-output-table p{margin:0;color:#46566d;font-size:13px;font-weight:650;line-height:1.5}.tool-risk-steps{display:grid;gap:10px;margin:14px 0 0;padding:0;list-style:none}.tool-risk-steps li{display:grid;gap:5px;padding:12px;border-radius:8px;background:#f8fafc}.tool-risk-steps b{color:#27364b;font-size:13px}.tool-risk-steps span{color:#5d6c82;font-size:13px;font-weight:650;line-height:1.45}.skills-filter-bar{display:flex;flex-wrap:wrap;gap:9px}.skills-filter-bar button{min-height:34px;padding:0 14px;border:1px solid #cbd8e8;border-radius:999px;background:#fff;color:#516176;font-size:13px;font-weight:850}.skills-filter-bar button.active,.skills-filter-bar button:hover{border-color:#2f6ff3;background:#eef5ff;color:#2f61c8}.skill-card-grid{display:grid;grid-template-columns:repeat(4,minmax(240px,1fr));gap:14px}.skill-market-card{min-height:294px;display:flex;flex-direction:column;gap:11px;padding:16px;border:1px solid #dbe4ef;border-radius:8px;background:#fff;box-shadow:0 14px 34px #11264312}.skill-market-card.installed{border-color:#b9ddc8}.skill-card-head,.skill-meta-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.skill-card-head span,.skill-meta-row span{color:#65748b;font-size:12px;font-weight:850}.skill-card-head b{padding:5px 8px;border-radius:999px;background:#edf7f1;color:#16814c;font-size:11px}.skill-market-card:not(.installed) .skill-card-head b{background:#edf4ff;color:#2f61c8}.skill-market-card h2{margin:0;color:#07163d;font-size:17px;line-height:1.28}.skill-market-card p{margin:0;color:#46566d;font-size:13px;font-weight:650;line-height:1.52}.skill-output-list{display:flex;flex-wrap:wrap;gap:7px}.skill-market-card button{min-height:34px;margin-top:auto;border:1px solid #2f6ff3;border-radius:7px;background:#2f6ff3;color:#fff;font-size:13px;font-weight:850}.skill-market-card button:disabled{border-color:#d6e3f5;background:#eef5ff;color:#2f61c8}.value-chain-hero{align-items:center}.value-chain-hero .secondary-button{min-height:38px;padding:0 14px;border:1px solid #cbd8e8;border-radius:7px;background:#fff;color:#2f61c8;font-size:13px;font-weight:850}.value-chain-profile{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:14px}.value-chain-summary-card,.value-chain-score-card,.value-chain-risk-table,.value-chain-control-grid article,.value-chain-evidence-panel{border:1px solid #dbe4ef;border-radius:8px;background:#fff;box-shadow:0 14px 34px #11264312}.value-chain-summary-card,.value-chain-score-card,.value-chain-risk-table,.value-chain-evidence-panel{padding:18px}.value-chain-summary-card>span,.value-chain-score-card>span,.value-chain-section-title h2+p,.value-chain-section-title p{color:#65748b}.value-chain-summary-card>span,.value-chain-score-card>span{font-size:12px;font-weight:900}.value-chain-summary-card h2{margin:5px 0 0;color:#07163d;font-size:21px}.value-chain-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.value-chain-profile-grid div{min-width:0;padding:12px;border-radius:8px;background:#f8fafc}.value-chain-profile-grid strong{display:block;color:#27364b;font-size:12px;font-weight:900}.value-chain-profile-grid p{margin:6px 0 0;color:#46566d;font-size:13px;font-weight:650;line-height:1.45}.value-chain-score-card{display:grid;align-content:center;gap:9px;background:linear-gradient(135deg,#fff6e7db,#ffffffeb),#fff}.value-chain-score-card strong{color:#9f4a20;font-size:28px;line-height:1}.value-chain-score-card p{margin:0;color:#5c6b81;font-size:13px;font-weight:650;line-height:1.5}.value-chain-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}.value-chain-section-title h2{margin:0;color:#07163d;font-size:20px}.value-chain-section-title p{max-width:620px;margin:0;font-size:13px;font-weight:650;line-height:1.5}.value-chain-table-wrap{overflow:auto;border:1px solid #e3ebf5;border-radius:8px}.value-chain-table-wrap table{width:100%;min-width:820px;border-collapse:collapse}.value-chain-table-wrap th,.value-chain-table-wrap td{padding:13px;border-bottom:1px solid #e3ebf5;color:#415168;font-size:13px;font-weight:650;line-height:1.5;text-align:left;vertical-align:top}.value-chain-table-wrap th{background:#f8fafc;color:#65748b;font-size:12px;font-weight:900}.value-chain-table-wrap tr:last-child td{border-bottom:0}.value-chain-table-wrap td strong{color:#17243a;font-size:14px}.value-chain-table-wrap td b{display:inline-flex;min-width:42px;justify-content:center;padding:4px 8px;border-radius:999px;background:#fff2e8;color:#b55317;font-size:12px}.value-chain-control-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.value-chain-control-grid article{padding:16px}.value-chain-control-grid span{display:inline-flex;padding:5px 9px;border-radius:999px;background:#edf4ff;color:#2f61c8;font-size:12px;font-weight:900}.value-chain-control-grid p{margin:12px 0 0;color:#43536a;font-size:13px;font-weight:650;line-height:1.55}.value-chain-evidence-panel>div:last-child{display:flex;flex-wrap:wrap;gap:9px}.value-chain-evidence-panel>div:last-child span{padding:8px 10px;border-radius:8px;background:#f8fafc;color:#27364b;font-size:13px;font-weight:800}@media(max-width:1180px){.tool-block-grid,.tool-project-grid,.skill-card-grid,.tool-project-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.tool-project-toolbar-actions{grid-column:1 / -1}.tool-output-section,.value-chain-profile,.value-chain-control-grid{grid-template-columns:1fr}.global-regulation-metrics,.global-cases-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.global-cases-grid{grid-template-columns:repeat(2,minmax(240px,1fr))}.regulation-map-layout,.regulation-map-layout.country-panel-collapsed{grid-template-columns:1fr}.regulation-country-panel{max-height:360px;border-right:0;border-bottom:1px solid #d8e2ee;overflow:auto}.regulation-map-layout.country-panel-collapsed .regulation-country-panel{max-height:48px}.regulation-map-title{display:grid}.regulation-map-current{min-width:0;width:100%;box-sizing:border-box}.regulation-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.regulation-list-layout{grid-template-columns:1fr}.regulation-card-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}.regulation-detail-panel{position:static}}@media(max-width:760px){.platform-resource-hero,.tool-project-title{display:grid}.platform-resource-hero aside{width:100%;box-sizing:border-box}.tool-project-toolbar,.tool-block-grid,.tool-project-grid,.skill-card-grid{grid-template-columns:1fr}.tool-project-toolbar-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.tool-project-card{grid-template-columns:1fr;grid-template-areas:"main" "meta" "sources" "actions"}.tool-project-actions{display:flex}.tool-output-table div{grid-template-columns:1fr;gap:6px}.value-chain-profile-grid{grid-template-columns:1fr}.value-chain-section-title,.global-regulation-head,.global-cases-head{display:grid}.regulation-control-row{grid-template-columns:1fr}.global-regulation-head .secondary-button{width:100%}.global-regulation-metrics,.global-cases-metrics,.regulation-filter-grid,.regulation-card-grid,.global-cases-grid,.case-filter-row{grid-template-columns:1fr}.case-reset-button{width:100%;margin-left:0}.regulation-view-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.regulation-view-tabs button{min-width:0;padding:0 12px}.regulation-map-card{padding:18px}.regulation-map-current{justify-items:start;width:100%;box-sizing:border-box;grid-template-columns:1fr;min-width:0}.regulation-map-current button{width:100%}.regulation-map-visual{height:clamp(300px,72vw,380px)}.regulation-map-legend{justify-content:flex-start;gap:10px 14px}.regulation-list-toolbar{display:grid}.regulation-list-controls{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.regulation-list-controls button{min-width:0}}:root{--font-ui: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Helvetica Neue", "Microsoft YaHei", system-ui, sans-serif;--font-display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Helvetica Neue", "Microsoft YaHei", system-ui, sans-serif;--font-mono: "SF Mono", "JetBrains Mono", "IBM Plex Mono", ui-monospace, monospace;--tech-border: rgba(143, 173, 216, .42);--tech-line: rgba(47, 111, 243, .12);--tech-glow: rgba(47, 111, 243, .14)}body,button,textarea,input{font-family:var(--font-ui)}svg{stroke-width:1.85}.shell:not(.auth-shell):not(.admin-shell) .topbar{background:linear-gradient(90deg,rgba(47,111,243,.035),transparent 34%),linear-gradient(180deg,#fafcff,#f4f6f9);box-shadow:inset 0 -1px #8fadd838}.shell:not(.auth-shell):not(.admin-shell) .global-link,.shell:not(.auth-shell):not(.admin-shell) .language-trigger,.shell:not(.auth-shell):not(.admin-shell) .icon-button{border:1px solid transparent;letter-spacing:.01em;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.shell:not(.auth-shell):not(.admin-shell) .global-link .icon,.shell:not(.auth-shell):not(.admin-shell) .language-globe,.shell:not(.auth-shell):not(.admin-shell) .side-icon,.shell:not(.auth-shell):not(.admin-shell) .composer-tool-icon{display:inline-grid;place-items:center;border:1px solid rgba(207,224,245,.9);background:linear-gradient(180deg,#fffffff5,#f4f8ffe6),radial-gradient(circle at 50% 0%,rgba(63,145,210,.18),transparent 68%);color:#536da1}.shell:not(.auth-shell):not(.admin-shell) .global-link .icon,.shell:not(.auth-shell):not(.admin-shell) .language-globe{width:24px;height:24px;border-radius:8px}.shell:not(.auth-shell):not(.admin-shell) .global-link:hover,.shell:not(.auth-shell):not(.admin-shell) .global-link.active,.shell:not(.auth-shell):not(.admin-shell) .language-trigger:hover,.shell:not(.auth-shell):not(.admin-shell) .language-trigger[aria-expanded=true],.shell:not(.auth-shell):not(.admin-shell) .icon-button:hover{border-color:#bcd2eff2;box-shadow:0 8px 22px #2f6ff314;transform:translateY(-1px)}.shell:not(.auth-shell):not(.admin-shell) .icon-button{width:36px;height:36px;border-radius:12px;background:#ffffffb8}.badge{font-family:var(--font-mono);letter-spacing:-.04em}.top-account-trigger,.sidebar-brand-copy strong,.home-intro h1,.home-capability strong{font-family:var(--font-display)}.top-account-trigger{box-shadow:0 10px 24px #14346011,inset 0 1px #ffffffd9}.top-account-trigger .avatar{box-shadow:inset 0 0 0 1px #ffffffd6,0 0 0 3px #2f6ff314}.shell:not(.auth-shell):not(.admin-shell) .sidebar{background:linear-gradient(180deg,rgba(255,255,255,.45),transparent 18%),var(--sidebar-soft)}.shell:not(.auth-shell):not(.admin-shell) .side-item,.shell:not(.auth-shell):not(.admin-shell) .side-menu-parent,.shell:not(.auth-shell):not(.admin-shell) .side-search,.shell:not(.auth-shell):not(.admin-shell) .collapse{border:1px solid transparent;letter-spacing:.005em;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.shell:not(.auth-shell):not(.admin-shell) .side-item,.shell:not(.auth-shell):not(.admin-shell) .side-menu-parent{position:relative}.shell:not(.auth-shell):not(.admin-shell) .side-icon{width:24px;height:24px;border-radius:8px}.shell:not(.auth-shell):not(.admin-shell) .side-icon svg{width:14px;height:14px}.shell:not(.auth-shell):not(.admin-shell) .side-item:hover,.shell:not(.auth-shell):not(.admin-shell) .side-menu-parent:hover,.shell:not(.auth-shell):not(.admin-shell) .side-search:hover,.shell:not(.auth-shell):not(.admin-shell) .collapse:hover{border-color:#cfe0f5d9;transform:translate(1px)}.shell:not(.auth-shell):not(.admin-shell) .side-item.active:before,.shell:not(.auth-shell):not(.admin-shell) .side-menu-group.active>.side-menu-parent:before{content:"";position:absolute;display:block;left:3px;top:8px;bottom:8px;width:3px;border-radius:999px;background:linear-gradient(180deg,#5b9ad9,#2f6ff3);box-shadow:0 0 12px #2f6ff347}.shell:not(.auth-shell):not(.admin-shell) .chat-history-item.active,.shell:not(.auth-shell):not(.admin-shell) .chat-history-item:hover{border:1px solid rgba(207,224,245,.75)}.home-workbench:not(.chat-session-workbench){position:relative;isolation:isolate}.home-workbench:not(.chat-session-workbench):before{content:"";position:absolute;z-index:-1;inset:clamp(18px,3vw,42px) auto auto 50%;width:min(900px,78vw);height:min(480px,48vh);pointer-events:none;transform:translate(-50%);background:linear-gradient(rgba(47,111,243,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(47,111,243,.04) 1px,transparent 1px),radial-gradient(circle at 48% 18%,rgba(63,145,210,.12),transparent 54%);background-size:34px 34px,34px 34px,auto;mask-image:radial-gradient(circle at center,#000 0%,transparent 72%)}.home-workbench:not(.chat-session-workbench) .home-intro h1{letter-spacing:-.055em;text-wrap:balance}.home-workbench:not(.chat-session-workbench) .home-intro h1 span{text-shadow:0 12px 30px rgba(63,145,210,.18)}.home-workbench:not(.chat-session-workbench) .home-intro p{letter-spacing:.01em}.home-workbench:not(.chat-session-workbench) .home-capability{position:relative;overflow:hidden;isolation:isolate;border-radius:14px;box-shadow:0 18px 44px #2f5c9112,inset 0 1px #ffffffe0;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}.home-workbench:not(.chat-session-workbench) .home-capability:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(135deg,rgba(47,111,243,.11),transparent 28%),linear-gradient(rgba(47,111,243,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(47,111,243,.035) 1px,transparent 1px);background-size:auto,28px 28px,28px 28px;opacity:.68}.home-workbench:not(.chat-session-workbench) .home-capability:hover{border-color:#74a0e4c7;box-shadow:0 24px 58px #2f5c911c,0 0 0 4px #2f6ff30a,inset 0 1px #fffffff2;transform:translateY(-2px)}.home-workbench:not(.chat-session-workbench) .home-capability[data-view=complianceAssessment]{background:linear-gradient(180deg,#fffffffa,#f8fbff),radial-gradient(circle at 14% 12%,rgba(47,111,243,.12),transparent 40%)}.home-workbench:not(.chat-session-workbench) .home-capability[data-view=scenarioAssessment]{background:linear-gradient(180deg,#fffffffa,#f8fcfb),radial-gradient(circle at 14% 12%,rgba(22,130,108,.1),transparent 42%)}.home-workbench:not(.chat-session-workbench) .capability-card-head{display:flex;align-items:center;gap:10px;margin-bottom:18px}.home-workbench:not(.chat-session-workbench) .capability-index,.home-workbench:not(.chat-session-workbench) .capability-glyph{margin-bottom:0;border:1px solid rgba(207,224,245,.82);box-shadow:inset 0 1px #ffffffdb}.home-workbench:not(.chat-session-workbench) .capability-index{font-family:var(--font-mono);font-size:14px;font-weight:850;letter-spacing:-.07em}.home-workbench:not(.chat-session-workbench) .capability-glyph{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;color:#2f6ff3;background:#fff}.home-workbench:not(.chat-session-workbench) .home-capability[data-view=scenarioAssessment] .capability-glyph{color:#16826c}.home-workbench:not(.chat-session-workbench) .capability-glyph svg{width:22px;height:22px}.home-workbench:not(.chat-session-workbench) .home-capability strong{letter-spacing:-.035em}.home-workbench:not(.chat-session-workbench) .home-capability p{max-width:520px}.home-workbench:not(.chat-session-workbench) .home-capability b{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(207,224,245,.84);border-radius:999px;background:#ffffffd1;color:#8fa0b9;transition:border-color .18s ease,color .18s ease,transform .18s ease,background .18s ease}.home-workbench:not(.chat-session-workbench) .home-capability:hover b{border-color:#74a0e4db;background:#f5f9ff;color:#2f6ff3;transform:translate(2px)}.home-workbench:not(.chat-session-workbench) .composer{overflow:visible;z-index:25;border-color:#bed3eff2;background:linear-gradient(180deg,#fffffffa,#fff),radial-gradient(circle at 12% 0%,rgba(63,145,210,.12),transparent 44%);box-shadow:0 20px 54px #2f5c911a,0 0 0 1px #ffffffc7 inset}.home-workbench:not(.chat-session-workbench) .composer:before{content:"";position:absolute;inset:0 0 auto;height:2px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(47,111,243,.42),transparent)}.home-workbench:not(.chat-session-workbench) .composer>:not(.send){position:relative;z-index:1}.home-workbench:not(.chat-session-workbench) .composer textarea{font-size:14px;letter-spacing:.005em}.home-workbench:not(.chat-session-workbench) .composer-tools button{gap:7px;border-color:#bfd4f0f2;box-shadow:inset 0 1px #ffffffe6;transition:border-color .16s ease,background .16s ease,transform .16s ease,color .16s ease}.home-workbench:not(.chat-session-workbench) .composer-tools button:hover{transform:translateY(-1px)}.home-workbench:not(.chat-session-workbench) .composer-tool-icon{width:20px;height:20px;border-radius:7px}.home-workbench:not(.chat-session-workbench) .composer-tool-icon svg{width:13px;height:13px}.home-workbench:not(.chat-session-workbench) .send{box-shadow:0 12px 24px #2f6ff33d,inset 0 1px #ffffff47;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.home-workbench:not(.chat-session-workbench) .send:hover:not(:disabled){filter:saturate(1.08);transform:translateY(-1px);box-shadow:0 16px 30px #2f6ff347,inset 0 1px #ffffff52}.home-workbench:not(.chat-session-workbench) .send svg{width:18px;height:18px;stroke-width:2.2}.home-workbench:not(.chat-session-workbench) .home-context-bar span{font-family:var(--font-mono);letter-spacing:-.04em}.home-workbench:not(.chat-session-workbench) .disclaimer{letter-spacing:.01em}@media(max-width:760px){.home-workbench:not(.chat-session-workbench):before{width:100%;height:360px}.home-workbench:not(.chat-session-workbench) .capability-card-head{margin-bottom:14px}}.shell:not(.auth-shell):not(.admin-shell) .global-workstation-menu{position:relative;align-self:center}.global-workstation-menu>summary{list-style:none;cursor:pointer;user-select:none}.global-workstation-menu>summary::-webkit-details-marker{display:none}.global-workstation-menu>summary .chevron{width:14px;height:14px;margin-left:1px;transition:transform .18s ease}.global-workstation-menu[open]>summary .chevron{transform:rotate(180deg)}.shell:not(.auth-shell):not(.admin-shell) .global-workstation-menu[open]>summary,.shell:not(.auth-shell):not(.admin-shell) .global-workstation-menu.active>summary{color:#155bc7;background:linear-gradient(180deg,#f4f8ff,#edf5ff);box-shadow:inset 0 0 0 1px #6396e63d}.global-workstation-dropdown{position:absolute;z-index:950;top:calc(100% + 10px);left:0;display:grid;width:286px;padding:8px;border:1px solid rgba(196,215,239,.92);border-radius:15px;background:#fffffffa;box-shadow:0 22px 52px #14325e29,0 4px 12px #14325e0f;backdrop-filter:blur(18px)}.global-workstation-dropdown:before{content:"";position:absolute;top:-5px;left:26px;width:9px;height:9px;border-top:1px solid rgba(196,215,239,.92);border-left:1px solid rgba(196,215,239,.92);background:#fff;transform:rotate(45deg)}.global-workstation-dropdown button{position:relative;z-index:1;display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:11px;width:100%;padding:11px;border:0;border-radius:11px;background:transparent;color:#18335d;text-align:left;cursor:pointer}.global-workstation-dropdown button:hover,.global-workstation-dropdown button.active{background:linear-gradient(135deg,#f0f6ff,#f2fbfb);color:#145dc9}.global-workstation-option-icon{display:grid;place-items:center;width:38px;height:38px;border:1px solid #d4e3f6;border-radius:10px;background:#fff;color:#2f6ff3}.global-workstation-option-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7}.global-workstation-dropdown button>span:last-child{display:grid;gap:3px}.global-workstation-dropdown strong{font-size:13px}.global-workstation-dropdown small{color:#8392a9;font-size:10px;letter-spacing:.04em}.global-tool-management-dropdown{width:312px;max-height:min(70vh,496px);overflow-y:auto;padding:9px;scrollbar-width:thin;scrollbar-color:#c9d9ee transparent}.global-tool-management-dropdown button{grid-template-columns:36px minmax(0,1fr);min-height:54px;padding:8px 10px}.global-tool-management-dropdown button+button{border-top:1px solid rgba(222,231,243,.72);border-radius:0}.global-tool-management-dropdown button:first-child{border-radius:11px 11px 7px 7px}.global-tool-management-dropdown button:last-child{border-radius:7px 7px 11px 11px}.smart-tool-monogram{width:34px;height:34px;border-color:#cfe0f5;font-size:10px;font-weight:900;letter-spacing:.08em}.global-technical-tools-dropdown{width:318px}@media(max-width:980px){.global-workstation-menu{display:none}}@media(prefers-reduced-motion:reduce){.global-workstation-menu>summary .chevron{transition:none}}.product-state{grid-column:1 / -1;width:100%;min-height:92px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px 18px;border:1px dashed rgba(148,174,211,.58);border-radius:14px;background:linear-gradient(135deg,#f7fafff5,#fffffffa),#fff;color:#263d68}.product-state-indicator{position:relative;width:38px;height:38px;display:grid;place-items:center;border:1px solid #cfe0f7;border-radius:12px;background:#eef5ff}.product-state-indicator:before,.product-state-indicator:after{position:absolute;content:""}.product-state-indicator:before{width:10px;height:10px;border:2px solid #5f8bd4;border-radius:50%}.product-state-indicator:after{width:4px;height:4px;border-radius:50%;background:#5f8bd4}.product-state strong{display:block;color:#183567;font-size:14px;font-weight:850}.product-state p{max-width:720px;margin:4px 0 0;color:#6b7890;font-size:12px;line-height:1.55}.product-state .secondary-button{min-width:92px;white-space:nowrap}.product-state-error{border-color:#d2747480;background:linear-gradient(135deg,#fff8f8,#fff)}.product-state-error .product-state-indicator{border-color:#f0cccc;background:#fff0f0}.product-state-error .product-state-indicator:before{width:3px;height:13px;border:0;border-radius:2px;background:#c55757}.product-state-error .product-state-indicator:after{bottom:8px;background:#c55757}.product-state-loading .product-state-indicator:after{display:none}.product-state-loading .product-state-indicator:before{width:16px;height:16px;border-color:#3978df transparent #3978df #3978df;animation:productStateSpin .8s linear infinite}@keyframes productStateSpin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.product-state-loading .product-state-indicator:before{animation:none}}@media(max-width:760px){.shell:not(.auth-shell):not(.admin-shell) .responsive-data-table{overflow:visible;border:0;background:transparent;box-shadow:none}.shell:not(.auth-shell):not(.admin-shell) .responsive-data-table table,.shell:not(.auth-shell):not(.admin-shell) .responsive-data-table tbody{display:grid;width:100%;min-width:0;gap:10px;background:transparent}.shell:not(.auth-shell):not(.admin-shell) .responsive-data-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.shell:not(.auth-shell):not(.admin-shell) .responsive-data-table tbody tr{display:grid;overflow:hidden;border:1px solid #dbe7f6;border-radius:12px;background:#fff;box-shadow:0 8px 22px #1434600e}.shell:not(.auth-shell):not(.admin-shell) .responsive-data-table td{display:grid;grid-template-columns:minmax(88px,32%) minmax(0,1fr);gap:10px;align-items:start;padding:10px 12px;border-bottom:1px solid #edf2f8;line-height:1.45;overflow-wrap:anywhere}.shell:not(.auth-shell):not(.admin-shell) .responsive-data-table td:last-child{border-bottom:0}.shell:not(.auth-shell):not(.admin-shell) .responsive-data-table td:before{content:attr(data-label);color:#7787a1;font-size:11px;font-weight:800}.shell:not(.auth-shell):not(.admin-shell) .responsive-data-table-empty td{display:block;padding:0;border:0}.shell:not(.auth-shell):not(.admin-shell) .responsive-data-table-empty td:before{display:none}.product-state{grid-template-columns:auto minmax(0,1fr);gap:12px;padding:14px}.product-state .secondary-button{grid-column:1 / -1;width:100%}}.shell:not(.auth-shell):not(.admin-shell) .home-workbench:not(.chat-session-workbench) .home-capability{border-radius:14px;box-shadow:0 18px 44px #2f5c9112,inset 0 1px #ffffffe0}.shell:not(.auth-shell):not(.admin-shell) .home-workbench:not(.chat-session-workbench) .home-capability:hover{border-color:#74a0e4c7;box-shadow:0 24px 58px #2f5c911c,0 0 0 4px #2f6ff30a,inset 0 1px #fffffff2}.shell:not(.auth-shell):not(.admin-shell) .home-workbench:not(.chat-session-workbench) .capability-index,.shell:not(.auth-shell):not(.admin-shell) .home-workbench:not(.chat-session-workbench) .capability-glyph{border-color:#cfe0f5d1;box-shadow:inset 0 1px #ffffffdb}.shell:not(.auth-shell):not(.admin-shell) .home-workbench:not(.chat-session-workbench) .composer{border-color:#bed3eff2;box-shadow:0 20px 54px #2f5c911a,0 0 0 1px #ffffffc7 inset}.shell:not(.auth-shell):not(.admin-shell) .home-workbench:not(.chat-session-workbench) .send{position:absolute;inset:auto 14px 11px auto;box-shadow:0 12px 24px #2f6ff33d,inset 0 1px #ffffff47}.shell:not(.auth-shell):not(.admin-shell) .sidebar-brand{gap:0;padding:7px 13px;border-bottom-color:#9db1cf57;background:linear-gradient(90deg,rgba(47,111,243,.08),transparent 48%),linear-gradient(180deg,#f9fbff,#eef3f9);box-shadow:inset -1px 0 #ffffff8a}.shell:not(.auth-shell):not(.admin-shell) .sidebar-brand:after{content:"";position:absolute;right:12px;bottom:-1px;left:12px;height:1px;background:linear-gradient(90deg,transparent,rgba(47,111,243,.24),transparent)}.shell:not(.auth-shell):not(.admin-shell) .sidebar-brand-copy strong{color:#15366f;font-size:13px;letter-spacing:-.035em}.shell:not(.auth-shell):not(.admin-shell) .sidebar-brand .sidebar-brand-copy{flex:1 1 auto}.shell:not(.auth-shell):not(.admin-shell) .sidebar-brand .collapse{flex:0 0 30px;width:30px;min-width:30px;height:30px;min-height:30px;margin:0 0 0 auto;padding:0;display:inline-flex;align-items:center;justify-content:center;gap:0;border:1px solid rgba(149,164,185,.54);border-radius:10px;background:#ffffffb8;color:#6d7788;box-shadow:none}.shell:not(.auth-shell):not(.admin-shell) .sidebar-brand .collapse:hover{border-color:#2f6ff361;background:#ffffffeb;color:#2f6ff3;transform:none}.shell:not(.auth-shell):not(.admin-shell) .sidebar-brand .collapse svg{width:17px;height:17px}.shell:not(.auth-shell):not(.admin-shell) .sidebar-brand-copy small{color:#64758f;font-family:var(--font-mono);font-size:9px;letter-spacing:-.045em}.shell:not(.auth-shell):not(.admin-shell) .side-section-title{display:flex;align-items:center;gap:8px;margin:15px 8px 7px;color:#7f8ba3;font-family:var(--font-mono);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.shell:not(.auth-shell):not(.admin-shell) .side-section-title:after{content:"";min-width:16px;height:1px;flex:1 1 auto;background:linear-gradient(90deg,rgba(143,173,216,.44),transparent)}.shell:not(.auth-shell):not(.admin-shell) .new-chat,.shell:not(.auth-shell):not(.admin-shell) .side-search{border-radius:10px}.shell:not(.auth-shell):not(.admin-shell) .new-chat{border-color:#cfe0f5b3;background:linear-gradient(90deg,rgba(47,111,243,.065),transparent 55%),#ffffff75}.shell:not(.auth-shell):not(.admin-shell) .side-item,.shell:not(.auth-shell):not(.admin-shell) .side-menu-parent,.shell:not(.auth-shell):not(.admin-shell) .side-search{min-height:36px;border-radius:10px}.shell:not(.auth-shell):not(.admin-shell) .side-item:hover,.shell:not(.auth-shell):not(.admin-shell) .side-menu-parent:hover,.shell:not(.auth-shell):not(.admin-shell) .side-search:hover,.shell:not(.auth-shell):not(.admin-shell) .side-menu-group.active .side-menu-parent,.shell:not(.auth-shell):not(.admin-shell) .side-item.active{border-color:#bcd2efe6;box-shadow:inset 0 1px #ffffffc7,0 8px 20px #2f6ff30d}.shell:not(.auth-shell):not(.admin-shell) .side-item.active,.shell:not(.auth-shell):not(.admin-shell) .side-menu-group.active .side-menu-parent{background:linear-gradient(90deg,#2f6ff31c,#e8f1ffbd),#fff}.shell:not(.auth-shell):not(.admin-shell) .side-item.active .side-icon,.shell:not(.auth-shell):not(.admin-shell) .side-menu-group.active>.side-menu-parent .side-icon{border-color:#9bc0f7f5;color:#2f6ff3;box-shadow:0 0 0 3px #2f6ff30b,inset 0 1px #ffffffe6}.shell:not(.auth-shell):not(.admin-shell) .side-subnav{margin-left:12px;padding-left:14px;border-left:1px solid rgba(188,210,239,.52)}.shell:not(.auth-shell):not(.admin-shell) .side-subitem{min-height:30px;border-radius:9px}.shell:not(.auth-shell):not(.admin-shell) .side-subtag{border-color:#cfe0f5e6;background:#ffffffd1;font-family:var(--font-mono);letter-spacing:-.04em}.shell:not(.auth-shell):not(.admin-shell) .new-chat kbd,.shell:not(.auth-shell):not(.admin-shell) .side-search kbd{min-width:28px;padding:2px 5px;border:1px solid rgba(207,224,245,.78);border-radius:7px;background:#ffffffa3;color:#7f8ba3;font-family:var(--font-mono);font-size:9px;letter-spacing:-.05em;text-align:center}.shell:not(.auth-shell):not(.admin-shell) .chat-history-panel{margin-top:20px;padding-top:2px}.shell:not(.auth-shell):not(.admin-shell) .chat-history-new{min-height:36px;border:1px solid rgba(203,219,239,.76);border-radius:10px;background:#ffffffad;color:#24466e;box-shadow:inset 0 1px #ffffffd1;transition:border-color .15s ease,background .15s ease,color .15s ease,transform .15s ease}.shell:not(.auth-shell):not(.admin-shell) .chat-history-new:hover,.shell:not(.auth-shell):not(.admin-shell) .chat-history-new:focus-visible{border-color:#8db4e6e6;background:linear-gradient(90deg,#e8f2fff0,#eff9f8e0);color:#1f62bd;transform:translateY(-1px)}.shell:not(.auth-shell):not(.admin-shell) .chat-history-item{border:1px solid transparent;border-radius:9px;opacity:.86;transition:opacity .15s ease,background .15s ease,border-color .15s ease}.shell:not(.auth-shell):not(.admin-shell) .chat-history-item:hover,.shell:not(.auth-shell):not(.admin-shell) .chat-history-item.active{opacity:1}.shell:not(.auth-shell):not(.admin-shell) .chat-history-open{min-height:31px;padding:0 8px;color:#66758d;font-size:10.5px;font-weight:650}.shell:not(.auth-shell):not(.admin-shell) .chat-history-list b{font-family:var(--font-mono);font-size:9px;letter-spacing:-.04em}.shell:not(.auth-shell):not(.admin-shell) .collapse{min-height:36px;border-radius:10px}.shell:not(.auth-shell):not(.admin-shell) .topbar{backdrop-filter:blur(12px)}.shell:not(.auth-shell):not(.admin-shell) .global-nav{gap:10px}.shell:not(.auth-shell):not(.admin-shell) .global-link{min-height:34px;padding:0 10px;border-radius:11px;font-weight:720}.shell:not(.auth-shell):not(.admin-shell) .global-link:hover .icon,.shell:not(.auth-shell):not(.admin-shell) .global-link.active .icon{border-color:#9bc0f7eb;color:#2f6ff3;box-shadow:0 0 0 3px #2f6ff30b}.shell:not(.auth-shell):not(.admin-shell) .top-actions{gap:10px}.shell:not(.auth-shell):not(.admin-shell) .language-trigger{min-height:36px;padding:0 11px 0 7px;border:1px solid rgba(215,228,244,.95);border-radius:12px;background:linear-gradient(180deg,#fffffff5,#f8fbfff2),#fff;box-shadow:0 8px 20px #1434600b}.shell:not(.auth-shell):not(.admin-shell) .language-trigger span[data-language-current]{font-weight:760}.shell:not(.auth-shell):not(.admin-shell) .icon-button.has-badge{border-color:#d7e4f4f2;background:linear-gradient(180deg,#fffffff5,#f8fbfff2),#fff}.shell:not(.auth-shell):not(.admin-shell) .badge{top:-7px;right:-6px;min-width:17px;height:17px;border-width:2px;box-shadow:0 6px 14px #fb3d4733;font-size:10px}.shell:not(.auth-shell):not(.admin-shell) .top-account-trigger{border-radius:13px;background:linear-gradient(90deg,rgba(47,111,243,.06),transparent 52%),#fff}.shell:not(.auth-shell):not(.admin-shell) .top-account-trigger .avatar{position:relative}.shell:not(.auth-shell):not(.admin-shell) .top-account-trigger .avatar:after{content:"";position:absolute;right:1px;bottom:1px;width:6px;height:6px;border:2px solid #ffffff;border-radius:50%;background:#2ee6a6;box-shadow:0 0 10px #2ee6a694}.shell.sidebar-collapsed:not(.auth-shell):not(.admin-shell) .sidebar-brand{justify-content:center;padding:7px 8px}.shell.sidebar-collapsed:not(.auth-shell):not(.admin-shell) .sidebar-brand:before{display:none;content:none}.shell.sidebar-collapsed:not(.auth-shell):not(.admin-shell) .sidebar-brand-copy{display:none}.shell.sidebar-collapsed:not(.auth-shell):not(.admin-shell) .side-section-title:after{display:none}@media(max-width:760px){.shell:not(.auth-shell):not(.admin-shell) .global-link{min-height:32px;padding:0 8px}.shell:not(.auth-shell):not(.admin-shell) .language-trigger{gap:0;min-height:34px;min-width:42px;padding:0;width:42px}.shell:not(.auth-shell):not(.admin-shell) .language-trigger span[data-language-current]{display:none}}:root{--apple-ease: cubic-bezier(.22, 1, .36, 1);--apple-surface: rgba(255, 255, 255, .76);--apple-surface-strong: rgba(255, 255, 255, .9);--apple-border: rgba(167, 190, 223, .38);--apple-shadow: 0 28px 80px rgba(29, 68, 125, .1);--apple-shadow-soft: 0 18px 48px rgba(29, 68, 125, .07)}html{-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.shell:not(.auth-shell):not(.admin-shell) .main{background:radial-gradient(circle at 50% 16%,rgba(91,154,217,.12),transparent 38%),radial-gradient(circle at 82% 72%,rgba(47,111,243,.055),transparent 34%),linear-gradient(180deg,#fff,#fbfdff 48%,#fff)}.shell:not(.auth-shell):not(.admin-shell) .topbar{background:linear-gradient(180deg,#ffffffdb,#f7faffc7),#ffffffb8;backdrop-filter:blur(22px) saturate(1.18);border-bottom-color:#a9bcda47;box-shadow:inset 0 -1px #ffffffb8,0 10px 34px #2042700b}.shell:not(.auth-shell):not(.admin-shell) .sidebar{background:radial-gradient(circle at 20% 5%,rgba(255,255,255,.78),transparent 26%),linear-gradient(180deg,#f8fbfff0,#f1f5fbe6);backdrop-filter:blur(20px) saturate(1.12);box-shadow:inset -1px 0 #ffffffa3,10px 0 34px #20427009}.shell:not(.auth-shell):not(.admin-shell) .sidebar-brand{min-height:52px;background:linear-gradient(180deg,#ffffffe6,#f6faffbd),#ffffffb8}.shell:not(.auth-shell):not(.admin-shell) .sidebar-brand:before{display:none;content:none}.shell:not(.auth-shell):not(.admin-shell) .sidebar-brand-copy strong{font-size:13.5px;font-weight:880}.shell:not(.auth-shell):not(.admin-shell) .global-link,.shell:not(.auth-shell):not(.admin-shell) .language-trigger,.shell:not(.auth-shell):not(.admin-shell) .icon-button.has-badge,.shell:not(.auth-shell):not(.admin-shell) .top-account-trigger,.shell:not(.auth-shell):not(.admin-shell) .side-item,.shell:not(.auth-shell):not(.admin-shell) .side-menu-parent,.shell:not(.auth-shell):not(.admin-shell) .side-search,.shell:not(.auth-shell):not(.admin-shell) .collapse{transition:background .22s var(--apple-ease),border-color .22s var(--apple-ease),box-shadow .22s var(--apple-ease),color .22s var(--apple-ease),transform .22s var(--apple-ease)}.shell:not(.auth-shell):not(.admin-shell) .global-link,.shell:not(.auth-shell):not(.admin-shell) .language-trigger,.shell:not(.auth-shell):not(.admin-shell) .icon-button.has-badge,.shell:not(.auth-shell):not(.admin-shell) .top-account-trigger{border-color:var(--apple-border);background:linear-gradient(180deg,#ffffffeb,#f8fbffbd),#ffffffb8;box-shadow:0 10px 28px #2042700e,inset 0 1px #ffffffdb}.shell:not(.auth-shell):not(.admin-shell) .global-link:hover,.shell:not(.auth-shell):not(.admin-shell) .language-trigger:hover,.shell:not(.auth-shell):not(.admin-shell) .icon-button.has-badge:hover,.shell:not(.auth-shell):not(.admin-shell) .top-account-trigger:hover,.shell:not(.auth-shell):not(.admin-shell) .top-account-trigger[aria-expanded=true]{background:linear-gradient(180deg,#fffffffa,#f6faffe6),#fff;box-shadow:0 16px 40px #20427014,inset 0 1px #fffffff0;transform:translateY(-1px)}.shell:not(.auth-shell):not(.admin-shell) .global-link .icon,.shell:not(.auth-shell):not(.admin-shell) .language-globe,.shell:not(.auth-shell):not(.admin-shell) .side-icon,.shell:not(.auth-shell):not(.admin-shell) .composer-tool-icon{background:radial-gradient(circle at 36% 22%,rgba(255,255,255,.96),transparent 26%),linear-gradient(180deg,#fffffff5,#f1f7ffdb)}.shell:not(.auth-shell):not(.admin-shell) .side-item,.shell:not(.auth-shell):not(.admin-shell) .side-menu-parent,.shell:not(.auth-shell):not(.admin-shell) .side-search{border-radius:12px}.shell:not(.auth-shell):not(.admin-shell) .side-item:hover,.shell:not(.auth-shell):not(.admin-shell) .side-menu-parent:hover,.shell:not(.auth-shell):not(.admin-shell) .side-search:hover,.shell:not(.auth-shell):not(.admin-shell) .side-item.active,.shell:not(.auth-shell):not(.admin-shell) .side-menu-group.active .side-menu-parent{background:linear-gradient(180deg,#ffffffdb,#eef6ffc2),#ffffffad;box-shadow:0 12px 30px #2f6ff313,inset 0 1px #ffffffeb}.shell:not(.auth-shell):not(.admin-shell) .chat-history-item:hover,.shell:not(.auth-shell):not(.admin-shell) .chat-history-item.active{background:#ffffff9e;box-shadow:inset 0 1px #ffffffc7}.home-workbench:not(.chat-session-workbench):before{width:min(980px,82vw);height:min(560px,54vh);background:radial-gradient(circle at 50% 20%,rgba(91,154,217,.18),transparent 48%),radial-gradient(circle at 22% 70%,rgba(47,111,243,.06),transparent 34%),radial-gradient(circle at 84% 68%,rgba(22,130,108,.045),transparent 36%);background-size:auto;filter:blur(1px);mask-image:radial-gradient(circle at center,#000 0%,transparent 76%)}.home-workbench:not(.chat-session-workbench) .home-intro h1{letter-spacing:-.065em}.home-workbench:not(.chat-session-workbench) .home-intro p{color:#546585db}.shell:not(.auth-shell):not(.admin-shell) .home-workbench:not(.chat-session-workbench) .home-capability{border-color:#a7bedf6b;border-radius:24px;background:linear-gradient(180deg,#ffffffeb,#f8fbffb8),#ffffffb8;box-shadow:var(--apple-shadow-soft),inset 0 1px #fffffff0;backdrop-filter:blur(18px) saturate(1.1)}.home-workbench:not(.chat-session-workbench) .home-capability:before{background:radial-gradient(circle at 16% 16%,rgba(255,255,255,.95),transparent 16%),radial-gradient(circle at 26% 0%,rgba(91,154,217,.12),transparent 42%),linear-gradient(180deg,rgba(255,255,255,.26),transparent 56%);opacity:1}.shell:not(.auth-shell):not(.admin-shell) .home-workbench:not(.chat-session-workbench) .home-capability:hover{border-color:#84aae280;box-shadow:var(--apple-shadow),0 0 0 1px #ffffffd1 inset;transform:translateY(-4px)}.home-workbench:not(.chat-session-workbench) .home-capability[data-view=complianceAssessment],.home-workbench:not(.chat-session-workbench) .home-capability[data-view=scenarioAssessment]{background:linear-gradient(180deg,#ffffffeb,#f8fbffc7),#ffffffb8}.home-workbench:not(.chat-session-workbench) .capability-index,.home-workbench:not(.chat-session-workbench) .capability-glyph,.home-workbench:not(.chat-session-workbench) .home-capability b{backdrop-filter:blur(12px);background:#ffffffbd}.home-workbench:not(.chat-session-workbench) .capability-index,.home-workbench:not(.chat-session-workbench) .capability-glyph{border-radius:14px}.home-workbench:not(.chat-session-workbench) .home-capability b{width:38px;height:38px}.home-workbench:not(.chat-session-workbench) .home-capability:hover b{transform:translate(3px) scale(1.02)}.shell:not(.auth-shell):not(.admin-shell) .home-workbench:not(.chat-session-workbench) .composer{min-height:92px;overflow:visible;border-color:#a7bedf75;border-radius:24px;background:linear-gradient(180deg,#fffffff0,#fbfdffdb),#ffffffc7;box-shadow:0 28px 76px #1d447d1f,inset 0 1px #fffffff2;backdrop-filter:blur(20px) saturate(1.12)}.shell:not(.auth-shell):not(.admin-shell) .home-workbench:not(.chat-session-workbench) .composer-skill-picker{z-index:120}.home-workbench:not(.chat-session-workbench) .composer:before{height:1px;opacity:.75;background:linear-gradient(90deg,transparent,rgba(91,154,217,.5),transparent)}.home-workbench:not(.chat-session-workbench) .composer:focus-within{border-color:#709ee594;box-shadow:0 34px 88px #1d447d26,0 0 0 5px #2f6ff30b,inset 0 1px #fffffff5}.home-workbench:not(.chat-session-workbench) .composer-tools button{min-height:30px;border-radius:999px;background:#ffffffb8}.home-workbench:not(.chat-session-workbench) .composer-tools button:hover{background:#fff;box-shadow:0 10px 24px #2f6ff314}.home-workbench:not(.chat-session-workbench) .composer-tool-icon{border-radius:50%}.shell:not(.auth-shell):not(.admin-shell) .home-workbench:not(.chat-session-workbench) .send{right:16px;bottom:14px;width:38px;height:38px;border-radius:13px}.home-workbench:not(.chat-session-workbench) .home-context-bar span{color:#2f6ff3e6}@media(prefers-reduced-motion:no-preference){.home-workbench:not(.chat-session-workbench) .home-intro{animation:appleSurfaceIn .52s var(--apple-ease) both}.home-workbench:not(.chat-session-workbench) .home-capability{animation:appleSurfaceIn .62s var(--apple-ease) both}.home-workbench:not(.chat-session-workbench) .home-capability:nth-child(2){animation-delay:90ms}.home-workbench:not(.chat-session-workbench) .home-composer-area{animation:appleSurfaceIn .68s var(--apple-ease) .14s both}}@keyframes appleSurfaceIn{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:760px){.shell:not(.auth-shell):not(.admin-shell) .home-workbench:not(.chat-session-workbench) .home-capability,.shell:not(.auth-shell):not(.admin-shell) .home-workbench:not(.chat-session-workbench) .composer{border-radius:20px}}.shell.sidebar-collapsed:not(.auth-shell):not(.admin-shell) .side-section-title,.shell.sidebar-collapsed:not(.auth-shell):not(.admin-shell) .side-section-title:after{display:none}.shell:not(.auth-shell):not(.admin-shell) .topbar{border-bottom-color:transparent;box-shadow:0 14px 38px #2042700a,inset 0 -1px #ffffff94}.shell:not(.auth-shell):not(.admin-shell){height:100vh;min-height:100vh;overflow:hidden}.shell:not(.auth-shell):not(.admin-shell) .topbar{position:relative;z-index:120;overflow:visible}.shell:not(.auth-shell):not(.admin-shell) .main{min-height:0;height:calc(100vh - 46px);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.shell:not(.auth-shell):not(.admin-shell) .top-actions,.shell:not(.auth-shell):not(.admin-shell) .top-account-menu,.shell:not(.auth-shell):not(.admin-shell) .language-menu{position:relative;z-index:121}.shell:not(.auth-shell):not(.admin-shell) .account-dropdown,.shell:not(.auth-shell):not(.admin-shell) .language-dropdown{z-index:140;pointer-events:auto}.shell:not(.auth-shell):not(.admin-shell) .account-dropdown button,.shell:not(.auth-shell):not(.admin-shell) .language-dropdown button{width:100%;pointer-events:auto}.shell:not(.auth-shell):not(.admin-shell) .sidebar{border-right-color:#a9bcda2e;height:100vh;max-height:100vh}.shell:not(.auth-shell):not(.admin-shell) .sidebar-brand{border-bottom-color:transparent;box-shadow:inset -1px 0 #ffffff7a}.shell:not(.auth-shell):not(.admin-shell) .sidebar-brand:after{display:none}.shell.sidebar-collapsed:not(.auth-shell):not(.admin-shell) .sidebar-brand{border-bottom-color:transparent}.shell.sidebar-collapsed:not(.auth-shell):not(.admin-shell) .sidebar-brand .collapse{margin:0}@layer legacy-admin-polish{.shell.admin-shell .main{height:100vh;overflow:hidden}.admin-console{height:100vh;min-height:0;overflow:hidden}.admin-console-sidebar{min-height:0;height:100vh}.admin-console-main{min-height:0;height:100vh;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;padding:12px clamp(16px,2vw,24px)}.admin-console-top{position:relative;z-index:2;align-items:center;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid rgba(217,229,244,.72);background:linear-gradient(180deg,#f8fbfffa,#f8fbffdb),#f8fbff}.admin-console-top h1{font-size:clamp(21px,2.1vw,28px)}.admin-console-top p{max-width:620px;line-height:1.35}.admin-console-top-actions{align-items:center}.admin-console-zoom{display:inline-flex;align-items:center;gap:2px;padding:3px;border:1px solid var(--line);border-radius:8px;background:#fff}.admin-console-zoom button,.admin-console-top-actions .admin-console-zoom button,.admin-console-top-actions .admin-console-zoom button:first-child{min-height:26px;padding:0 8px;border:0;border-radius:6px;background:transparent;box-shadow:none;color:#52617a;font-size:10.5px}.admin-console-zoom button.active,.admin-console-top-actions .admin-console-zoom button.active,.admin-console-top-actions .admin-console-zoom button:hover{background:#e8f1ff;color:var(--blue)}.admin-console-content{min-height:0;overflow:auto;padding:0 2px 18px 0;zoom:var(--admin-zoom, 1);scrollbar-gutter:stable}@supports not (zoom: 1){.admin-console-content{width:calc(100% / var(--admin-zoom, 1));transform:scale(var(--admin-zoom, 1));transform-origin:0 0}}.admin-console-metrics{gap:7px;margin-bottom:8px}.admin-console .metric-card{min-height:56px;padding:7px 9px}.admin-console .metric-card strong{font-size:16px}.admin-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:9px}.admin-panel{grid-column:span 6;border-radius:10px}.admin-wide{grid-column:1 / -1}.admin-span-4{grid-column:span 4}.admin-span-5{grid-column:span 5}.admin-span-6{grid-column:span 6}.admin-span-7{grid-column:span 7}.admin-span-8{grid-column:span 8}.admin-panel .section-title{padding:9px 10px 0}.admin-panel .section-title h2{font-size:14px}.admin-actions{padding:6px 10px 0}.admin-console .data-table{overflow-x:auto}.admin-console .data-table th,.admin-console .data-table td{padding:5px 7px}.admin-workspace-list,.admin-card-list,.admin-timeline,.model-route-grid,.permission-matrix{padding:8px 10px 10px}.admin-span-4 .admin-workspace-list,.admin-span-4 .admin-timeline,.admin-span-4 .admin-card-grid-3,.admin-span-4 .admin-card-grid-4{grid-template-columns:1fr}.permission-card,.admin-detail-card,.model-route-node,.admin-timeline li{border-radius:8px}@media(max-width:980px){.shell.admin-shell .main,.admin-console,.admin-console-sidebar,.admin-console-main{height:auto;min-height:100vh;overflow:visible}.admin-console-main{display:block}.admin-console-content{overflow:visible}.admin-panel,.admin-span-4,.admin-span-5,.admin-span-6,.admin-span-7,.admin-span-8{grid-column:1 / -1}.admin-knowledge-toolbar{grid-template-columns:1fr}.admin-knowledge-filter-note{align-items:flex-start;flex-direction:column}}}@media(max-width:760px){.shell:not(.auth-shell):not(.admin-shell){display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto minmax(0,1fr);height:100dvh;min-height:100dvh}.shell:not(.auth-shell):not(.admin-shell) .topbar{grid-column:1;grid-row:1;min-width:0;min-height:54px;padding:6px 10px 6px 14px}.shell:not(.auth-shell):not(.admin-shell) .global-nav{display:none}.shell:not(.auth-shell):not(.admin-shell) .mobile-brand{display:inline-flex;align-items:baseline;gap:4px;color:#17356f;font-family:var(--font-display);font-size:16px;font-weight:900;letter-spacing:-.025em;white-space:nowrap}.shell:not(.auth-shell):not(.admin-shell) .mobile-brand strong{color:var(--blue);font-size:11px;letter-spacing:.05em}.shell:not(.auth-shell):not(.admin-shell) .mobile-nav{grid-column:1;grid-row:2;min-width:0;padding:7px 12px}.shell:not(.auth-shell):not(.admin-shell) .main{grid-column:1;grid-row:3;height:auto;min-height:0;padding-bottom:max(24px,env(safe-area-inset-bottom))}.shell:not(.auth-shell):not(.admin-shell) .composer{position:relative;inset:auto;width:100%}.shell.admin-shell .main,.admin-console,.admin-console-main{width:100%;height:auto;min-height:100dvh;overflow:visible}.admin-console{display:block}.admin-console-sidebar{width:100%;height:auto;min-height:0;gap:10px;overflow:hidden;padding:12px;border-right:0;border-bottom:1px solid var(--line);box-shadow:0 10px 28px #1434600d}.admin-console-brand{grid-template-columns:auto minmax(0,1fr);align-items:baseline;column-gap:8px}.admin-console-brand em{grid-column:1 / -1}.admin-console-sidebar nav{display:flex;width:100%;min-width:0;max-width:100%;gap:5px;overflow-x:auto;padding-bottom:3px;scrollbar-width:thin}.admin-console-sidebar nav .rt-button{flex:0 0 auto;width:auto;min-width:0;min-height:38px;padding:0 11px;white-space:nowrap}.admin-console-user{grid-template-columns:minmax(0,1fr) auto;margin-top:0;padding:9px 10px}.admin-console-user span,.admin-console-user strong,.admin-console-user small{grid-column:1}.admin-console-user .rt-button{grid-column:2;grid-row:1 / 4;align-self:center;margin:0;white-space:nowrap}.admin-console-main{display:block;min-height:0;padding:18px 14px 28px}.admin-console-top{display:grid;align-items:start;gap:12px;background:transparent}.admin-console-top-actions{width:100%}.admin-console-top-actions>.rt-button-primary{flex:1 1 150px}.admin-console-content{width:100%;overflow:visible;zoom:1!important;scrollbar-gutter:auto}.admin-console-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-grid{grid-template-columns:minmax(0,1fr)}.admin-console .data-table{width:100%;max-width:100%;overflow-x:auto}@supports not (zoom: 1){.admin-console-content{width:100%;transform:none}}}.composer{min-height:62px;padding:10px 11px;overflow:visible;border-radius:22px}.composer-input-row{position:relative;z-index:2;display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;gap:10px;min-width:0}.composer-input-row textarea{min-width:0}.composer-attachments{display:flex;gap:8px;max-width:100%;margin:0 0 9px;overflow-x:auto;padding:1px 1px 2px;scrollbar-width:thin}.composer-attachment{flex:0 1 290px;min-width:210px;display:grid;grid-template-columns:32px minmax(0,1fr) 24px;align-items:center;gap:8px;padding:7px 8px;border:1px solid rgba(175,202,237,.88);border-radius:12px;background:linear-gradient(135deg,#f5f9fffa,#edf6ffe6);color:#28496f}.composer-attachment.is-ready{border-color:#5bbca6b3;background:linear-gradient(135deg,#f2fcf9fa,#ecf9f7e6)}.composer-attachment.is-error{border-color:#df7e7e9e;background:#fff6f6f5}.composer-attachment-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:#e5f0fff0;color:#2d71d8}.composer-attachment.is-uploading .composer-attachment-icon{animation:composer-attachment-pulse 1.2s ease-in-out infinite}.composer-attachment>span:nth-child(2){min-width:0;display:grid;gap:2px}.composer-attachment strong,.composer-attachment small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.composer-attachment strong{font-size:12px}.composer-attachment small{color:#7185a1;font-size:10.5px}.composer-attachment>button{width:24px;height:24px;display:grid;place-items:center;padding:0;border:0;border-radius:7px;background:transparent;color:#6d809a;font-size:17px;line-height:1}.composer-attachment>button:hover{background:#d5e4f7a6;color:#185fc6}@keyframes composer-attachment-pulse{50%{opacity:.55}}.composer .composer-input-row .send,.shell:not(.auth-shell):not(.admin-shell) .home-workbench:not(.chat-session-workbench) .composer .send{position:static;inset:auto;align-self:center;width:40px;height:40px;flex:0 0 40px;border:1px solid rgba(40,104,231,.72);border-radius:999px;background:linear-gradient(180deg,#3678f5,#2465e7);box-shadow:0 8px 18px #2f6ff333,inset 0 1px #ffffff4d}.composer-tool-menu-wrap{position:static;z-index:52;display:grid;place-items:center}.composer-add-button{width:40px;height:40px;display:grid;place-items:center;padding:0;border:1px solid rgba(202,216,234,.9);border-radius:999px;background:#f7fafef0;color:#31547d;box-shadow:inset 0 1px #ffffffe6;transition:border-color .15s ease,background .15s ease,color .15s ease,transform .15s ease}.composer-add-button:hover,.composer-add-button:focus-visible,.composer-add-button[aria-expanded=true]{border-color:#7da9e2e6;background:#edf5ff;color:#2064c4}.composer-add-button[aria-expanded=true]{transform:rotate(45deg)}.composer-add-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.8}.composer-tool-menu{position:absolute;left:0;right:0;bottom:calc(100% + 12px);z-index:54;width:auto;max-height:min(380px,calc(100dvh - 150px));display:grid;gap:3px;overflow-x:hidden;overflow-y:auto;padding:10px;border:1px solid rgba(194,210,232,.92);border-radius:18px;background:#fffffffb;box-shadow:0 24px 64px #1f43752e,inset 0 1px #fff;backdrop-filter:blur(18px);overscroll-behavior:contain;transform-origin:left bottom}.composer-tool-menu>header{padding:2px 8px 7px;color:#8290a5;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.composer-tool-menu>button{width:100%;min-width:0;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:50px;padding:7px 8px;border:0;border-radius:11px;background:transparent;color:#233d61;text-align:left}.composer-tool-menu>button:hover,.composer-tool-menu>button:focus-visible{background:linear-gradient(90deg,#edf4fd,#eff9f8);color:#155fae}.composer-tool-menu>button.active{background:#f2f7ff}.composer-tool-menu-icon{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(202,219,240,.88);border-radius:10px;background:linear-gradient(145deg,#f4f8ff,#eef8f7);color:#286cb8}.composer-tool-menu-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.composer-tool-menu>button>span:nth-child(2){min-width:0;display:grid;gap:2px}.composer-tool-menu strong,.composer-tool-menu small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.composer-tool-menu-group-label{margin-top:3px;padding:8px 8px 5px;border-top:1px solid rgba(222,232,244,.88);color:#8290a5;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.composer-tool-menu strong{color:#213b60;font-size:12px;font-weight:780}.composer-tool-menu small{color:#8492a7;font-size:10px;font-weight:560}.composer-tool-menu-switch{position:relative;width:28px;height:17px;border-radius:999px;background:#cbd6e4}.composer-tool-menu-switch:after{content:"";position:absolute;top:3px;left:3px;width:11px;height:11px;border-radius:999px;background:#fff;box-shadow:0 1px 3px #1c3c6433;transition:transform .15s ease}.composer-tool-menu>button[aria-pressed=true] .composer-tool-menu-switch{background:linear-gradient(90deg,#20a99d,#2f6ff3)}.composer-tool-menu>button[aria-pressed=true] .composer-tool-menu-switch:after{transform:translate(11px)}.composer-skill-picker-wrap.is-open{position:static;display:block}.home-workbench:not(.chat-session-workbench) .composer-tools{margin-top:9px;padding-top:8px;border-top:1px solid rgba(220,231,245,.74)}.home-workbench:not(.chat-session-workbench) .composer{min-height:62px;padding:10px 11px}.home-workbench:not(.chat-session-workbench) .home-composer-area{background:transparent}@media(max-width:760px){.home-workbench:not(.chat-session-workbench) .composer{padding:14px}.composer-input-row{grid-template-columns:38px minmax(0,1fr) 38px;gap:9px}.composer-add-button{width:38px;height:38px}.composer .composer-input-row .send,.shell:not(.auth-shell):not(.admin-shell) .home-workbench:not(.chat-session-workbench) .composer .send{width:38px;height:38px;flex-basis:38px}}.shell:not(.auth-shell):not(.admin-shell) .topbar{border-bottom:0;box-shadow:0 14px 34px #2042700b}.shell:not(.auth-shell):not(.admin-shell) .global-nav{gap:12px}.shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-workstation-menu>summary.global-link{min-height:42px;padding:0 13px 0 8px;gap:8px;border-radius:13px;font-size:13.5px;font-weight:780;letter-spacing:-.01em}.shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-workstation-menu>summary.global-link .icon{width:30px;height:30px;border-radius:9px}.shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-workstation-menu>summary.global-link .icon svg{width:17px;height:17px}.shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-workstation-menu>summary.global-link .chevron{width:15px;height:15px;margin-left:2px}.shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-workstation-menu>summary.global-link:hover,.shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-workstation-menu[open]>summary.global-link,.shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-workstation-menu.active>summary.global-link{border-color:#b0ccefe0;box-shadow:0 11px 26px #204e8b17,inset 0 1px #ffffffe6}@media(min-width:981px)and (max-width:1180px){.shell:not(.auth-shell):not(.admin-shell) .global-nav{gap:8px}.shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-workstation-menu>summary.global-link{min-height:40px;padding-right:10px;font-size:12.5px}}.shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-dashboard-link{border-radius:13px;font-size:13.5px;font-weight:780;gap:8px;justify-content:flex-start;letter-spacing:-.01em;min-height:42px;min-width:174px;padding:0 13px 0 8px}.shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-dashboard-link .icon{border-radius:9px;height:30px;width:30px}.shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-dashboard-link .icon svg{height:17px;width:17px}@media(min-width:981px)and (max-width:1180px){.shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-dashboard-link{font-size:12.5px;min-height:40px;min-width:150px;padding-right:10px}}.shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-workstation-direct-link{border-radius:13px;font-size:13.5px;font-weight:780;gap:8px;justify-content:flex-start;letter-spacing:-.01em;min-height:42px;min-width:174px;padding:0 13px 0 8px}.shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-workstation-direct-link .icon{border-radius:9px;height:30px;width:30px}.shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-workstation-direct-link .icon svg{height:17px;width:17px}@media(min-width:981px)and (max-width:1180px){.shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-workstation-direct-link{font-size:12.5px;min-height:40px;min-width:150px;padding-right:10px}}html[lang=en-US] .shell:not(.auth-shell):not(.admin-shell) .topbar{min-width:0}html[lang=en-US] .shell:not(.auth-shell):not(.admin-shell) .global-nav{flex:1 1 auto;min-width:0;overflow:hidden}html[lang=en-US] .shell:not(.auth-shell):not(.admin-shell) .top-actions{flex:0 0 auto}html[lang=en-US] .shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-link{min-width:0;overflow:hidden}html[lang=en-US] .shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-dashboard-link{flex:.78 1 174px;min-width:112px;max-width:174px}html[lang=en-US] .shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-workstation-direct-link:not(.global-tool-library-direct-link){flex:1 1 230px;min-width:140px;max-width:230px}html[lang=en-US] .shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-tool-library-direct-link{flex:1 1 260px;min-width:165px;max-width:260px}html[lang=en-US] .shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-link>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:981px)and (max-width:1180px){html[lang=en-US] .shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-dashboard-link{min-width:76px}html[lang=en-US] .shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-workstation-direct-link:not(.global-tool-library-direct-link){min-width:104px}html[lang=en-US] .shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-tool-library-direct-link{min-width:132px}}@media(max-width:980px){html[lang=en-US] .shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-link{flex:0 1 42px;min-width:42px;max-width:42px;justify-content:center;padding-inline:5px}html[lang=en-US] .shell:not(.auth-shell):not(.admin-shell) .global-nav>.global-link>span:last-child{display:none}}@media screen and (min-width:861px){.scenario-workbench-detail.compliance-workbench-detail .scenario-step-rail.compliance-step-rail{grid-template-columns:repeat(5,minmax(0,1fr))}.scenario-workbench-detail.compliance-workbench-detail .compliance-summary-actions button{flex:1 0 auto;min-width:max-content}}.arimp-brand-mark,.arimp-brand-wordmark,.arimp-brand-lockup{display:block;max-width:100%;height:auto;object-fit:contain;filter:none}.arimp-brand-lockup-switch{display:inline-grid;place-items:center}.arimp-brand-lockup-switch>*{grid-area:1 / 1}.arimp-brand-lockup-en,html[lang=en-US] .arimp-brand-lockup-cn{display:none}html[lang=en-US] .arimp-brand-lockup-en{display:block}.app-boot-logo{width:150px}.app-boot-screen .app-boot-mark{display:none}.app-boot-screen>strong{color:#073958;letter-spacing:.08em}.mobile-brand .arimp-brand-mark{width:26px;height:26px}.mobile-brand .mobile-brand-wordmark{width:72px;height:auto}.mobile-brand>strong{color:#073958;font-size:15px;letter-spacing:.05em}.sidebar-brand .arimp-brand-mark{flex:0 0 31px;width:31px;height:31px;margin-right:8px}.sidebar-brand .sidebar-brand-wordmark{width:78px;height:auto}.sidebar-brand-copy strong{color:#073958;letter-spacing:.06em}.sidebar-brand-copy small{color:#477486}.home-workbench:not(.chat-session-workbench) .home-intro .home-brand-title{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;letter-spacing:normal}.home-brand-wordmark{display:inline-flex;align-items:center;justify-content:center;gap:12px;color:#073958!important;font-size:clamp(30px,3vw,44px);font-weight:900;line-height:1;letter-spacing:.08em}.home-brand-wordmark .arimp-brand-mark{width:48px;height:48px}.home-brand-wordmark .arimp-brand-wordmark{width:clamp(152px,14vw,218px);height:auto}.home-brand-title .home-brand-name{color:#073958!important;font-weight:900;letter-spacing:.08em}.home-brand-title .home-product-name{color:#071845!important;font-size:clamp(32px,3.6vw,50px);font-weight:850;line-height:1.12;letter-spacing:.015em}.login-visual-top .login-brand-lockup{width:clamp(110px,9vw,140px)}@media(min-width:1181px){.login-visual-top{transform:translate(-12px,-10px)}}.admin-console .admin-brand-mark{display:grid;padding:4px;overflow:hidden}.admin-console .admin-brand-mark .arimp-brand-mark{width:100%;height:100%}.admin-console .admin-console-brand span{letter-spacing:.08em}.shell.sidebar-collapsed .sidebar-brand .arimp-brand-mark{margin-right:0}.shell.sidebar-collapsed .sidebar-brand-copy{display:none!important}@media(hover:hover)and (pointer:fine){.shell.sidebar-collapsed:not(.auth-shell):not(.admin-shell) .sidebar-brand .arimp-brand-mark{opacity:1;transform:scale(1);transition:opacity .15s ease,transform .15s ease}.shell.sidebar-collapsed:not(.auth-shell):not(.admin-shell) .sidebar-brand .collapse{position:absolute;top:50%;left:50%;z-index:2;width:32px;min-width:32px;height:32px;min-height:32px;margin:0;opacity:0;cursor:pointer;transform:translate(-50%,-50%) scale(.86);transition:opacity .15s ease,transform .15s ease}.shell.sidebar-collapsed:not(.auth-shell):not(.admin-shell) .sidebar-brand:hover .arimp-brand-mark,.shell.sidebar-collapsed:not(.auth-shell):not(.admin-shell) .sidebar-brand:has(.collapse:focus-visible) .arimp-brand-mark{opacity:0;transform:scale(.86)}.shell.sidebar-collapsed:not(.auth-shell):not(.admin-shell) .sidebar-brand:hover .collapse,.shell.sidebar-collapsed:not(.auth-shell):not(.admin-shell) .sidebar-brand:has(.collapse:focus-visible) .collapse{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media(max-width:700px){.login-visual-top .login-brand-lockup{width:104px}.home-workbench:not(.chat-session-workbench) .home-intro .home-brand-title{gap:9px}.home-brand-wordmark{gap:9px;font-size:30px}.home-brand-wordmark .arimp-brand-mark{width:38px;height:38px}.home-brand-wordmark .arimp-brand-wordmark{width:150px}.home-brand-title .home-product-name{font-size:clamp(27px,8.5vw,36px)}}:root{--assistant-blue: #2f6ff3;--assistant-navy: #12345c;--assistant-teal: #159e9b;--assistant-border: rgba(100, 153, 221, .62);--assistant-muted: #6e829f;--assistant-surface: rgba(248, 252, 255, .9)}.assistant-launcher{position:fixed;right:18px;bottom:22px;z-index:132;display:grid;justify-items:end}.ai-fab{position:relative;display:grid;width:50px;height:50px;padding:0;place-items:center;overflow:visible;border:1px solid rgba(133,207,255,.68);border-radius:50%;background:radial-gradient(circle at 30% 18%,rgba(132,231,255,.62),transparent 34%),linear-gradient(145deg,#082957,#1559bc 52%,#0b928f);color:#fff;cursor:grab;touch-action:none;box-shadow:0 14px 32px #12438f4d,0 0 0 4px #4e94ff1a,0 0 24px #20bdc326,inset 0 1px #ffffffb8;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;animation:assistantLauncherIn .18s ease both}.ai-fab:before{position:absolute;inset:-6px;padding:2px;border-radius:50%;background:conic-gradient(from 20deg,transparent 0 13%,rgba(83,195,255,.94) 19%,transparent 27% 49%,rgba(57,231,206,.95) 57%,transparent 65% 82%,rgba(141,119,255,.88) 90%,transparent 97%);content:"";pointer-events:none;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;filter:drop-shadow(0 0 5px rgba(63,208,239,.58));will-change:transform;animation:assistantTechOrbit 4.8s linear infinite}.ai-fab:after{position:absolute;top:50%;left:50%;z-index:2;width:7px;height:7px;border:1px solid rgba(255,255,255,.86);border-radius:50%;background:#75ffe5;box-shadow:0 0 0 3px #48efd52b,0 0 11px #56ffe4e6;content:"";pointer-events:none;will-change:transform;animation:assistantNodeOrbit 3.2s linear infinite}.ai-fab:hover,.ai-fab:focus-visible{border-color:#84e5ffeb;outline:0;box-shadow:0 18px 38px #12438f5c,0 0 0 5px #2f6ff31f,0 0 30px #20bdc338,inset 0 1px #ffffffd1;transform:translateY(-2px)}.ai-fab:active{transform:translateY(0) scale(.98)}.assistant-launcher.is-dragging .ai-fab{cursor:grabbing;transform:scale(1.04);box-shadow:0 20px 42px #12438f66,0 0 0 6px #2f6ff324,0 0 34px #20bdc347}.assistant-launcher.is-dragging .assistant-nudge{opacity:0;pointer-events:none}.ai-fab-core{position:relative;z-index:1;display:grid;width:39px;height:39px;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:linear-gradient(145deg,#fffffffa,#e2f3ffe6);box-shadow:inset 0 1px #fff,0 7px 18px #05245240;will-change:transform,filter;animation:assistantCorePulse 2.4s ease-in-out infinite}.ai-fab-core:before{position:absolute;inset:0;background:linear-gradient(rgba(44,126,211,.1) 1px,transparent 1px) 0 0 / 8px 8px,linear-gradient(90deg,rgba(44,126,211,.1) 1px,transparent 1px) 0 0 / 8px 8px,radial-gradient(circle at 50% 48%,rgba(43,190,197,.2),transparent 60%);content:"";opacity:.72;pointer-events:none}.ai-assistant-brand-mark{position:relative;z-index:1;display:block;width:29px;height:29px;object-fit:contain}.ai-fab-tooltip{position:absolute;top:50%;right:calc(100% + 9px);width:max-content;max-width:190px;padding:7px 10px;border:1px solid #d7e4f5;border-radius:9px;background:#fffffffa;color:#294b79;font-family:var(--font-ui);font-size:11px;font-weight:760;opacity:0;pointer-events:none;transform:translate(5px,-50%);box-shadow:0 12px 28px #1f488424;transition:opacity .15s ease,transform .15s ease}.ai-fab:hover .ai-fab-tooltip,.ai-fab:focus-visible .ai-fab-tooltip{opacity:1;transform:translateY(-50%)}.assistant-launcher[data-dock-side=left] .ai-fab-tooltip{right:auto;left:calc(100% + 9px);transform:translate(-5px,-50%)}.assistant-launcher[data-dock-side=left] .ai-fab:hover .ai-fab-tooltip,.assistant-launcher[data-dock-side=left] .ai-fab:focus-visible .ai-fab-tooltip{transform:translateY(-50%)}.assistant-nudge{position:absolute;right:58px;bottom:0;display:grid;grid-template-columns:minmax(0,1fr) 28px;width:282px;border:1px solid #ccdcf0;border-radius:13px;background:#fffffffa;box-shadow:0 18px 42px #1b3f7229,inset 0 1px #fff;backdrop-filter:blur(18px);animation:assistantNudgeIn .24s .12s cubic-bezier(.22,1,.36,1) both}.assistant-launcher[data-dock-side=left] .assistant-nudge{right:auto;left:62px}.assistant-launcher[data-nudge-align=below] .assistant-nudge{top:0;bottom:auto}.assistant-launcher[data-dock-side=left] .assistant-nudge:after{right:auto;left:-6px;border:0;border-bottom:1px solid #ccdcf0;border-left:1px solid #ccdcf0}.assistant-nudge:after{position:absolute;right:-6px;bottom:16px;width:11px;height:11px;border-top:1px solid #ccdcf0;border-right:1px solid #ccdcf0;background:#fff;content:"";transform:rotate(45deg)}.assistant-launcher[data-nudge-align=below] .assistant-nudge:after{top:16px;bottom:auto}.assistant-nudge-main{display:grid;gap:4px;min-width:0;padding:11px 6px 11px 13px;border:0;border-radius:13px 0 0 13px;background:transparent;color:#294b73;font-family:var(--font-ui);text-align:left;cursor:pointer}.assistant-nudge-main strong{color:#163a64;font-size:12px;font-weight:780}.assistant-nudge-main span{color:#71839a;font-size:10px;font-weight:560;line-height:1.45}.assistant-nudge-close{position:relative;z-index:1;align-self:start;width:24px;height:24px;margin:5px 4px 0 0;padding:0;border:0;border-radius:7px;background:transparent;color:#8291a5;font-size:15px;line-height:1;cursor:pointer}.assistant-nudge-main:focus-visible,.assistant-nudge-close:focus-visible{outline:2px solid rgba(47,111,243,.24);outline-offset:-2px}.assistant-nudge-close:hover{background:#edf4fc;color:#355b87}.ai-dock-scrim{display:none}.ai-dock{position:fixed;top:58px;right:14px;bottom:14px;z-index:112;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto auto;width:388px;min-height:420px;overflow:hidden;border:1px solid var(--assistant-border);border-radius:17px;background:radial-gradient(circle at 94% 4%,rgba(21,158,155,.2),transparent 29%),radial-gradient(circle at 4% 58%,rgba(47,111,243,.14),transparent 34%),radial-gradient(circle at 92% 96%,rgba(120,98,219,.12),transparent 30%),var(--assistant-surface);color:var(--assistant-navy);box-shadow:0 30px 76px #173b6f3d,0 0 34px #2f6ff314,inset 0 1px #fffffff0,inset 0 0 0 1px #ffffff47;-webkit-backdrop-filter:blur(26px) saturate(1.12);backdrop-filter:blur(26px) saturate(1.12);font-family:var(--font-ui);animation:assistantDockIn .21s cubic-bezier(.22,1,.36,1) both}.ai-dock:before{position:absolute;inset:0 0 auto;z-index:3;height:3px;background:linear-gradient(90deg,#2f6ff3,#159e9b 62%,#7862db);content:"";pointer-events:none}.ai-dock:after{position:absolute;inset:0;z-index:0;background-image:linear-gradient(rgba(54,116,193,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(54,116,193,.07) 1px,transparent 1px);background-size:28px 28px;content:"";opacity:.28;pointer-events:none;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.72),transparent 45%);mask-image:linear-gradient(180deg,rgba(0,0,0,.72),transparent 45%)}.ai-dock>*{position:relative;z-index:1}.shell.admin-shell .ai-dock{top:14px}.ai-dock-head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:66px;padding:11px 13px 10px 15px;border-bottom:1px solid #e4edf7;background:radial-gradient(circle at 88% 0%,rgba(35,169,162,.12),transparent 36%),linear-gradient(180deg,#f8fbffdb,#ffffffc7)}.ai-dock-title{display:flex;align-items:center;gap:11px;min-width:0}.ai-dock-avatar{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;overflow:hidden;border:1px solid #bed5ee;border-radius:11px;background:#fff;box-shadow:0 7px 18px #1f48841f}.ai-dock-avatar .ai-assistant-brand-mark{width:28px;height:28px}.ai-dock-head strong{display:block;color:#102d55;font-size:15px;font-weight:800;line-height:1.2}.ai-dock-head .ai-dock-title>div>span{display:flex;align-items:center;gap:5px;max-width:270px;margin-top:5px;overflow:hidden;color:#71839c;font-size:11px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.ai-dock-head .ai-dock-title i{width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:#18ae82;box-shadow:0 0 0 3px #18ae821a}.ai-dock-head>button{display:grid;width:30px;height:30px;flex:0 0 auto;padding:0;place-items:center;border:1px solid #dbe6f3;border-radius:9px;background:#ffffffc2;color:#536c8d;font-size:19px;line-height:1;cursor:pointer}.ai-dock-head>button:hover,.ai-dock-head>button:focus-visible{border-color:#b8d2f2;outline:0;background:#edf5ff;color:#1d5eb5}.mini-context{display:flex;align-items:center;gap:6px;min-height:38px;padding:7px 14px;overflow-x:auto;overflow-y:hidden;border-bottom:1px solid #eaf0f7;background:#f8fbffe6;scrollbar-width:none}.mini-context::-webkit-scrollbar{display:none}.mini-context-label,.mini-context>span{display:inline-flex;align-items:center;height:23px;white-space:nowrap}.mini-context-label{gap:4px;flex:0 0 auto;color:#2b659f;font-size:10px;font-weight:780}.mini-context-label>span{display:grid;width:15px;place-items:center;color:var(--assistant-blue)}.mini-context svg,.assistant-dock-footer svg,.mini-source-row svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.mini-context>span{max-width:160px;flex:0 0 auto;padding:0 8px;overflow:hidden;border:1px solid #d7e6f7;border-radius:999px;background:#fff;color:#5a7393;font-size:10px;font-weight:650;text-overflow:ellipsis}.mini-chat{display:flex;flex-direction:column;align-items:stretch;gap:14px;min-height:0;padding:18px 15px;overflow-x:hidden;overflow-y:auto;background:radial-gradient(circle at 88% 12%,rgba(34,171,164,.09),transparent 31%),radial-gradient(circle at 10% 76%,rgba(47,111,243,.07),transparent 34%),linear-gradient(180deg,#f8fbffd1,#ffffffe0 54%);scrollbar-color:#c9d8ee transparent;scrollbar-width:thin}.ai-dock.is-empty .mini-chat{padding-top:22px}.mini-message-row{display:flex;flex:0 0 auto;align-items:flex-start;gap:8px;width:100%}.mini-message-row.user{justify-content:flex-end}.mini-message-avatar{display:grid;width:27px;height:27px;flex:0 0 auto;place-items:center;border:1px solid #b8d3f3;border-radius:9px;background:linear-gradient(145deg,#1c5bab,#2f6ff3 58%,#159e9b);color:#fff;font-size:8px;font-weight:850;box-shadow:0 7px 17px #2f6ff329}.mini-msg{width:fit-content;max-width:min(88%,calc(100% - 36px));min-width:0;padding:9px 11px;overflow-wrap:anywhere;border:1px solid #d9e6f5;border-radius:5px 13px 13px;background:#ffffffeb;color:#304c70;font-size:12px;font-weight:520;line-height:1.6;text-align:left;white-space:normal;box-shadow:0 6px 16px #1f48840e;animation:miniMessageIn .17s ease both}.mini-msg.assistant{padding:4px 2px;border-color:transparent;background:transparent;box-shadow:none}.mini-msg.user{max-width:82%;border-color:#b9d3f7;border-radius:13px 5px 13px 13px;background:#edf5ff;color:#1e579d;box-shadow:none}.mini-msg.is-streaming{color:#587497}.mini-msg-text{display:block;white-space:pre-wrap}.mini-msg-text:empty{display:none}.mini-source-row{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:9px}.mini-source-row span,.mini-source-row em{display:inline-flex;align-items:center;min-width:0;height:23px;border-radius:999px;font-size:9px;font-style:normal}.mini-source-row span{gap:4px;padding:0 7px;background:#eaf8f6;color:#168b86;font-weight:780}.mini-source-row em{max-width:170px;padding:0 8px;overflow:hidden;border:1px solid #dce8f5;background:#fff;color:#5b7392;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.mini-response-progress{display:flex;align-items:flex-start;gap:9px;min-height:25px;margin:0 0 8px;color:#617493}.mini-response-progress-pulse{position:relative;width:7px;height:7px;flex:0 0 auto;margin-top:5px;border-radius:50%;background:var(--assistant-blue);box-shadow:0 0 0 4px #2f6ff31c}.mini-response-progress-pulse:after{position:absolute;inset:-4px;border:1px solid rgba(47,111,243,.34);border-radius:inherit;content:"";animation:chatProgressPulse 1.6s ease-out infinite}.mini-response-progress strong,.mini-response-progress span{display:block}.mini-response-progress strong{color:#28538f;font-size:11px;font-weight:780;line-height:1.4}.mini-response-progress span{margin-top:2px;color:#7a8ba2;font-size:9px;font-weight:600;line-height:1.4}.mini-empty-state{display:grid;gap:16px;padding:15px;border:1px solid #d6e5f5;border-radius:15px;background:radial-gradient(circle at 94% 0%,rgba(21,158,155,.12),transparent 34%),#fffc;color:#526b8d;text-align:left;box-shadow:0 14px 32px #1f488412}.mini-empty-state-head{display:flex;align-items:flex-start;gap:11px}.mini-empty-state-icon{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border:1px solid #cfe1f5;border-radius:10px;background:linear-gradient(145deg,#edf5ff,#eaf8f6);color:var(--assistant-blue)}.mini-empty-state-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.mini-empty-state-head strong{display:block;margin:1px 0 5px;color:#18375e;font-size:13px;font-weight:800}.mini-empty-state-head span:not(.mini-empty-state-icon){display:block;color:#6f8098;font-size:11px;font-weight:540;line-height:1.55}.mini-suggestions{display:grid;gap:7px}.mini-suggestions button{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:38px;padding:8px 10px 8px 12px;border:1px solid #d7e5f4;border-left:3px solid #2f6ff3;border-radius:10px;background:#fbfdffd1;color:#2b527f;font-family:var(--font-ui);font-size:11px;font-weight:700;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,transform .15s ease}.mini-suggestions button:nth-child(2){border-left-color:#159e9b}.mini-suggestions button:nth-child(3){border-left-color:#7862db}.mini-suggestions button svg{width:15px;height:15px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.mini-suggestions button:hover,.mini-suggestions button:focus-visible{border-color:#9fc4ee;outline:0;background:#edf5ff;color:#1f60ad;transform:translate(2px)}.mini-composer{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:8px;padding:10px 13px 8px;border-top:1px solid #e9eff7;background:#ffffffc7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mini-composer input{min-width:0;height:42px;padding:0 12px;border:1px solid #cbdcef;border-radius:12px;outline:0;background:#fbfdff;color:#173a64;font-family:var(--font-ui);font-size:12px;font-weight:540;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.mini-composer input:focus{border-color:#81afe8;background:#fff;box-shadow:0 0 0 3px #2f6ff317}.mini-composer input:disabled{background:#f3f6fa;color:#8796aa}.mini-composer button{display:grid;width:42px;height:42px;padding:0;place-items:center;border:1px solid #2f6ff3;border-radius:12px;background:linear-gradient(145deg,#3778f5,#2865e8);color:#fff;cursor:pointer;box-shadow:0 8px 18px #2f6ff333;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.mini-composer button:hover:not(:disabled),.mini-composer button:focus-visible:not(:disabled){outline:0;background:#245fdf;box-shadow:0 11px 22px #2f6ff33d;transform:translateY(-1px)}.mini-composer button:disabled{cursor:not-allowed;opacity:.58}.mini-composer button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.assistant-dock-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:42px;padding:4px 13px 10px;background:#ffffffc2}.assistant-dock-footer p{display:flex;align-items:center;gap:5px;min-width:0;margin:0;color:#8290a4;font-size:9px;font-weight:570;line-height:1.35}.assistant-dock-footer p span{display:grid;flex:0 0 auto;place-items:center;color:#4a79b6}.dock-link{display:inline-flex;align-items:center;gap:5px;min-height:30px;flex:0 0 auto;padding:0 9px;border:1px solid #d5e3f3;border-radius:9px;background:#f7fbff;color:#2b5f9d;font-family:var(--font-ui);font-size:10px;font-weight:740;cursor:pointer}.dock-link svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.dock-link:hover,.dock-link:focus-visible{border-color:#a9c8ed;outline:0;background:#edf5ff;color:#1e579d}@media(max-width:1180px){.ai-dock-scrim{position:fixed;inset:0;z-index:170;display:block;width:100%;height:100%;padding:0;border:0;background:#1127484d;backdrop-filter:blur(3px);cursor:default;animation:assistantScrimIn .18s ease both}.ai-dock,.shell.admin-shell .ai-dock{top:0;right:0;bottom:0;z-index:180;width:min(410px,calc(100vw - 28px));min-height:0;border-top:0;border-right:0;border-bottom:0;border-radius:18px 0 0 18px}}@media(max-width:640px){.assistant-launcher{right:12px;bottom:max(14px,env(safe-area-inset-bottom))}.ai-fab{width:48px;height:48px;border-radius:50%}.ai-fab-core{width:37px;height:37px}.ai-fab-tooltip{display:none}.assistant-nudge{right:0;left:auto;bottom:54px;width:min(282px,calc(100vw - 24px))}.assistant-launcher[data-dock-side=left] .assistant-nudge{right:auto;left:0}.assistant-launcher[data-nudge-align=below] .assistant-nudge{top:54px;bottom:auto}.assistant-nudge:after{right:15px;bottom:-6px;border-top:0;border-right:1px solid #ccdcf0;border-bottom:1px solid #ccdcf0}.assistant-launcher[data-dock-side=left] .assistant-nudge:after{right:auto;bottom:-6px;left:15px;border:0;border-bottom:1px solid #ccdcf0;border-left:1px solid #ccdcf0}.assistant-launcher[data-nudge-align=below] .assistant-nudge:after,.assistant-launcher[data-dock-side=left][data-nudge-align=below] .assistant-nudge:after{top:-6px;bottom:auto;border:0;border-top:1px solid #ccdcf0;border-left:1px solid #ccdcf0}.ai-dock,.shell.admin-shell .ai-dock{width:100vw;border-left:0;border-radius:0}.ai-dock-head{min-height:62px}.mini-context>span:nth-of-type(n+3){display:none}.mini-msg{max-width:calc(100% - 35px)}.mini-msg.user{max-width:86%}}@media(prefers-reduced-motion:reduce){.ai-fab,.ai-fab:before,.ai-fab:after,.ai-fab-core,.assistant-nudge,.ai-dock,.ai-dock-scrim,.mini-msg,.mini-response-progress-pulse:after{animation:none!important;transition:none!important}}@keyframes assistantLauncherIn{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes assistantTechOrbit{to{transform:rotate(1turn)}}@keyframes assistantNodeOrbit{0%{transform:translate(-50%,-50%) rotate(0) translateY(-31px)}to{transform:translate(-50%,-50%) rotate(1turn) translateY(-31px)}}@keyframes assistantCorePulse{0%,to{filter:drop-shadow(0 0 2px rgba(54,184,213,.18));transform:scale(1)}50%{filter:drop-shadow(0 0 8px rgba(54,184,213,.42));transform:scale(1.025)}}@keyframes assistantNudgeIn{0%{opacity:0;transform:translate(8px) scale(.985)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes assistantDockIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes assistantScrimIn{0%{opacity:0}to{opacity:1}}@keyframes miniMessageIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}:root{--platform-font-ui: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Helvetica Neue", "Microsoft YaHei", system-ui, sans-serif;--platform-font-display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Helvetica Neue", "Microsoft YaHei", system-ui, sans-serif;--platform-ink: #102a43;--platform-text: #405c73;--platform-muted: #718497;--platform-line: #dbe7f1;--platform-line-strong: #c9dbe9;--platform-surface: #ffffff;--platform-canvas: #f7fafe;--platform-radius-sm: 8px;--platform-radius-md: 12px;--platform-radius-lg: 15px;--platform-shadow-sm: 0 6px 18px rgba(24, 64, 101, .045);--platform-shadow-md: 0 12px 30px rgba(24, 64, 101, .075)}.platform-page{--platform-accent: #2f78ce;--platform-accent-strong: #1e5fab;--platform-accent-soft: #edf5ff;--platform-accent-faint: #f6faff;--platform-accent-border: #c9def4;--rt-color-accent: var(--platform-accent);--rt-color-accent-hover: var(--platform-accent-strong);--rt-color-accent-soft: var(--platform-accent-soft);--rt-color-accent-border: var(--platform-accent-border);display:contents}.platform-page :is(.module-header,.metric-grid,.toolbar,.data-table){width:100%;max-width:none;box-sizing:border-box;margin-left:0;margin-right:0}.platform-theme-workspace{--platform-accent: #2f78ce;--platform-accent-strong: #1e5fab;--platform-accent-soft: #edf5ff;--platform-accent-faint: #f6faff;--platform-accent-border: #c9def4}.platform-theme-compliance{--platform-accent: #2c70d2;--platform-accent-strong: #1c58ae;--platform-accent-soft: #edf4ff;--platform-accent-faint: #f7faff;--platform-accent-border: #c8daf5}.platform-theme-risk{--platform-accent: #0b9398;--platform-accent-strong: #08777b;--platform-accent-soft: #eaf8f7;--platform-accent-faint: #f5fcfb;--platform-accent-border: #c5e7e5}.platform-theme-audit{--platform-accent: #6865cf;--platform-accent-strong: #514db0;--platform-accent-soft: #f0efff;--platform-accent-faint: #faf9ff;--platform-accent-border: #d8d5f4}.platform-theme-lifecycle{--platform-accent: #4d70c9;--platform-accent-strong: #3858a8;--platform-accent-soft: #eef3ff;--platform-accent-faint: #f8faff;--platform-accent-border: #cedaf2}.platform-theme-asset{--platform-accent: #1687a7;--platform-accent-strong: #0c6c88;--platform-accent-soft: #eaf7fa;--platform-accent-faint: #f5fbfc;--platform-accent-border: #c7e3ea}.platform-page :is(button,input,select,textarea){font-family:var(--platform-font-ui)}.platform-page .project-action-button,.platform-page .project-action-button.is-project,.platform-page .project-action-button.is-report,.platform-page .project-action-button.is-result,.platform-page .project-action-button.is-task{--project-action-accent: var(--platform-accent-strong)}.platform-page :is(h1,h2,h3,h4){font-family:var(--platform-font-display)}.platform-page small{font-size:11px}.platform-page :is(.module-header,.my-dashboard-hero,.my-reports-hero,.asset-center-hero,.asset-registry-page-head,.compliance-center-hero,.risk-center-hero,.general-risk-page-head,.lifecycle-governance-hero,.workspace-finder-hero,.discovery-center-hero,.one-n-composer__hero){border-color:var(--platform-accent-border);border-radius:var(--platform-radius-md);background:radial-gradient(circle at 82% 0%,color-mix(in srgb,var(--platform-accent) 12%,transparent),transparent 34%),linear-gradient(135deg,#ffffff 0%,var(--platform-accent-faint) 100%);box-shadow:var(--platform-shadow-sm)}.platform-page :is(.module-header,.my-dashboard-hero,.my-reports-hero,.asset-center-hero,.asset-registry-page-head,.compliance-center-hero,.risk-center-hero,.general-risk-page-head,.lifecycle-governance-hero,.workspace-finder-hero,.discovery-center-hero,.one-n-composer__hero) h1{color:var(--platform-ink);font-size:clamp(24px,2.6vw,30px);font-weight:700;letter-spacing:-.035em;line-height:1.08}.platform-page :is(.module-header,.my-dashboard-hero,.my-reports-hero,.asset-center-hero,.asset-registry-page-head,.compliance-center-hero,.risk-center-hero,.general-risk-page-head,.lifecycle-governance-hero,.workspace-finder-hero,.discovery-center-hero,.one-n-composer__hero) p{color:var(--platform-muted);font-size:12px;font-weight:400;line-height:1.55}.platform-page :is(.module-header,.my-dashboard-hero,.my-reports-hero,.asset-center-hero,.asset-registry-page-head,.compliance-center-hero,.risk-center-hero,.general-risk-page-head,.lifecycle-governance-hero,.workspace-finder-hero,.discovery-center-hero,.one-n-composer__hero) :is(.eyebrow,div>span:first-child){color:var(--platform-accent);font-size:11px;font-weight:650;letter-spacing:.06em}.platform-page .module-header{position:relative;overflow:hidden;padding:20px 24px 21px;border:1px solid color-mix(in srgb,var(--platform-accent) 30%,#dbe7f1);background:radial-gradient(circle at 88% 16%,color-mix(in srgb,var(--platform-accent) 24%,transparent),transparent 31%),linear-gradient(118deg,color-mix(in srgb,var(--platform-accent) 10%,#ffffff),#fff 47%,color-mix(in srgb,var(--platform-accent) 16%,#ffffff));box-shadow:0 10px 26px color-mix(in srgb,var(--platform-accent-strong) 10%,transparent)}.platform-page .module-header:before{position:absolute;inset:auto auto 0 0;width:min(360px,36%);height:3px;background:linear-gradient(90deg,var(--platform-accent),color-mix(in srgb,var(--platform-accent) 12%,transparent));content:""}.platform-page .module-header:after{position:absolute;top:-92px;right:7%;width:190px;height:190px;border:1px solid color-mix(in srgb,var(--platform-accent) 22%,transparent);border-radius:50%;content:"";pointer-events:none}.platform-page .module-header>*{position:relative;z-index:1}.platform-page .workspace-page-shell .module-header{padding:12px 18px 13px;margin-bottom:0}.platform-page .workspace-page-shell .module-header h1{margin:4px 0;font-size:22px}.platform-page .workspace-page-shell .module-header p{font-size:11px;line-height:1.5}.platform-page .workspace-page-shell .workspace-commandbar{max-width:none;min-height:42px;padding:4px 6px;border-radius:10px}.platform-page .workspace-page-shell .workspace-tabs button,.platform-page .workspace-page-shell .workspace-tabs span{min-height:32px;padding-inline:11px;font-size:10px}.platform-page .workspace-page-shell .workspace-finder-hero{padding:9px 2px 10px;border:0;border-bottom:1px solid color-mix(in srgb,var(--platform-accent) 18%,#dbe6f1);border-radius:0;background:transparent;box-shadow:none}.platform-page .workspace-page-shell .workspace-finder-title h2{margin-block:3px;font-size:18px}.platform-page .workspace-page-shell .workspace-finder-title p{font-size:10px;line-height:1.45}.platform-page .workspace-page-shell .workspace-finder-title>span{font-size:9px}.platform-page .workspace-page-shell .workspace-finder-actions button,.platform-page .workspace-page-shell .workspace-finder-actions a{min-height:33px}.platform-page .global-standards-page .module-header{padding:13px 20px 14px}.platform-page .global-standards-page .module-header h1{margin-block:4px;font-size:23px}.platform-page .global-standards-page .module-header p{font-size:11px}.platform-page .global-standards-page .standards-commandbar{border-color:color-mix(in srgb,var(--platform-accent) 18%,#dbe6f1);background:linear-gradient(110deg,color-mix(in srgb,var(--platform-accent) 5%,#ffffff),#fff 72%);box-shadow:none}.platform-page .global-standards-page .section-title span{padding:0;border:0;border-radius:0;background:transparent;color:var(--platform-muted);font-size:10px}.platform-page :is(.asset-center-hero,.compliance-center-hero,.risk-center-hero){border-color:#ffffff2e;box-shadow:0 16px 34px color-mix(in srgb,var(--platform-accent-strong) 20%,transparent)}.platform-page .asset-center-hero{background:radial-gradient(circle at 84% 18%,rgba(75,196,226,.46),transparent 27%),linear-gradient(118deg,#092e5e,#115e89 58%,#1599b1)}.platform-page .compliance-center-hero{background:radial-gradient(circle at 84% 18%,rgba(92,225,192,.42),transparent 27%),linear-gradient(118deg,#063d59,#08798a 56%,#16a185)}.platform-page .risk-center-hero{background:radial-gradient(circle at 84% 18%,rgba(156,128,245,.46),transparent 27%),linear-gradient(118deg,#281956,#4b3995 56%,#795bd2)}.platform-page :is(.asset-center-hero,.compliance-center-hero,.risk-center-hero) h1{color:#fff}.platform-page :is(.asset-center-hero,.compliance-center-hero,.risk-center-hero) p{color:#ffffffd1}.platform-page :is(.asset-center-hero,.compliance-center-hero,.risk-center-hero)>div>small{color:#daf4ffeb}.platform-page :is(.asset-center-hero,.compliance-center-hero,.risk-center-hero) aside span{border-color:#ffffff3d;background:#ffffff21;color:#ffffffc7;box-shadow:inset 0 1px #ffffff14}.platform-page :is(.asset-center-hero,.compliance-center-hero,.risk-center-hero) aside strong{color:#fff}.platform-page .lifecycle-governance-hero{border-color:#45aec257;background:radial-gradient(circle at 84% 2%,rgba(78,216,205,.34),transparent 31%),linear-gradient(118deg,#102f63,#16557d 58%,#137d78);box-shadow:0 16px 36px #10396033}.platform-page .lifecycle-governance-hero h1{color:#fff}.platform-page .lifecycle-governance-hero p{color:#eef9ffc9}.platform-page .lifecycle-governance-hero .lifecycle-governance-hero-copy>span{color:#9ce9e0}.platform-page .lifecycle-governance-hero .lifecycle-framework-card{border-left-color:#ffffff2e;background:#04234947}.platform-page .lifecycle-governance-hero .lifecycle-framework-card>span{color:#a9eee6}.platform-page :is(.work-panel,.project-card,.metric-card,.scenario-risk-card,.product-state){border-color:color-mix(in srgb,var(--platform-accent) 18%,var(--platform-line));border-radius:var(--platform-radius-md);background:linear-gradient(145deg,color-mix(in srgb,var(--platform-accent) 8%,#ffffff),#fff 58%);box-shadow:inset 0 2px color-mix(in srgb,var(--platform-accent) 24%,transparent),var(--platform-shadow-sm)}.platform-page .scenario-project-catalog{border-color:color-mix(in srgb,var(--platform-accent) 24%,var(--platform-line));background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--platform-accent) 9%,transparent),transparent 31%),linear-gradient(160deg,color-mix(in srgb,var(--platform-accent) 5%,#ffffff),#fff 52%);box-shadow:0 12px 30px color-mix(in srgb,var(--platform-accent-strong) 8%,transparent)}.platform-page .scenario-catalog-filters{border-color:color-mix(in srgb,var(--platform-accent) 24%,#dbe7f1);background:linear-gradient(135deg,color-mix(in srgb,var(--platform-accent) 8%,#ffffff),#fff 72%)}.localized-date-input{position:relative;display:block;min-width:0}.localized-date-input>input.localized-date-input__text{padding-right:42px}.localized-date-input__icon{position:absolute;z-index:1;top:50%;right:13px;width:16px;height:16px;transform:translateY(-50%);fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;color:#142e52;pointer-events:none}.localized-date-input>input.localized-date-input__picker{position:absolute;z-index:2;inset:0 0 0 auto;width:42px;min-width:42px;height:100%;min-height:100%;margin:0;padding:0;border:0;border-radius:0;box-shadow:none;cursor:pointer;opacity:0}.localized-date-input:focus-within>input.localized-date-input__text{border-color:#2f6ff3;box-shadow:0 0 0 3px #2f6ff31f}.platform-page .scenario-market-card:nth-child(7n+1){--scenario-card-accent: #3976dc}.platform-page .scenario-market-card:nth-child(7n+2){--scenario-card-accent: #0b9a9c}.platform-page .scenario-market-card:nth-child(7n+3){--scenario-card-accent: #7358cf}.platform-page .scenario-market-card:nth-child(7n+4){--scenario-card-accent: #d2872b}.platform-page .scenario-market-card:nth-child(7n+5){--scenario-card-accent: #2f9a68}.platform-page .scenario-market-card:nth-child(7n+6){--scenario-card-accent: #397fa8}.platform-page .scenario-market-card:nth-child(7n){--scenario-card-accent: #d46054}.platform-page .scenario-market-card{border-color:color-mix(in srgb,var(--scenario-card-accent) 26%,#dbe6f1);background:radial-gradient(circle at 94% 2%,color-mix(in srgb,var(--scenario-card-accent) 17%,transparent),transparent 29%),linear-gradient(150deg,color-mix(in srgb,var(--scenario-card-accent) 8%,#ffffff),#fff 58%);box-shadow:0 12px 28px color-mix(in srgb,var(--scenario-card-accent) 9%,transparent)}.platform-page .scenario-market-card:before{background:linear-gradient(90deg,var(--scenario-card-accent),color-mix(in srgb,var(--scenario-card-accent) 28%,#ffffff))}.platform-page .scenario-market-card:after{background:color-mix(in srgb,var(--scenario-card-accent) 10%,transparent)}.platform-page .scenario-market-title-row>span{background:color-mix(in srgb,var(--scenario-card-accent) 11%,#ffffff);color:var(--scenario-card-accent)}.platform-page .scenario-market-stats div{border-color:color-mix(in srgb,var(--scenario-card-accent) 18%,#e1e8f0);background:color-mix(in srgb,var(--scenario-card-accent) 4%,#ffffff)}.platform-page .scenario-market-option.primary{border-color:var(--scenario-card-accent);background:linear-gradient(135deg,var(--scenario-card-accent),color-mix(in srgb,var(--scenario-card-accent) 78%,#142c66));box-shadow:0 7px 16px color-mix(in srgb,var(--scenario-card-accent) 18%,transparent)}.platform-page .scenario-market-option:not(.primary){border-color:color-mix(in srgb,var(--scenario-card-accent) 28%,#d7e1ec);color:color-mix(in srgb,var(--scenario-card-accent) 82%,#17325c)}.platform-page :is(.my-tasks-summary>div,.my-reports-summary>div,.workspace-finder-metrics article,.workspace-finder-category-grid>article,.asset-registry-metrics>button,.discovery-center-metrics article,.global-standards-page .metric-card,.maturity-dimension,.governance-dashboard-card){--semantic-card-accent: #3976dc;border-color:color-mix(in srgb,var(--semantic-card-accent) 25%,#dbe6f1);background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--semantic-card-accent) 15%,transparent),transparent 42%),linear-gradient(145deg,color-mix(in srgb,var(--semantic-card-accent) 7%,#ffffff),#fff 68%);box-shadow:inset 0 2px color-mix(in srgb,var(--semantic-card-accent) 50%,transparent),0 7px 18px color-mix(in srgb,var(--semantic-card-accent) 7%,transparent)}.platform-page :is(.my-tasks-summary>div,.my-reports-summary>div,.workspace-finder-metrics article,.workspace-finder-category-grid>article,.asset-registry-metrics>button,.discovery-center-metrics article,.global-standards-page .metric-card,.maturity-dimension):nth-child(4n+2){--semantic-card-accent: #15998f}.platform-page :is(.my-tasks-summary>div,.my-reports-summary>div,.workspace-finder-metrics article,.workspace-finder-category-grid>article,.asset-registry-metrics>button,.discovery-center-metrics article,.global-standards-page .metric-card,.maturity-dimension):nth-child(4n+3){--semantic-card-accent: #d2872b}.platform-page :is(.my-tasks-summary>div,.my-reports-summary>div,.workspace-finder-metrics article,.workspace-finder-category-grid>article,.asset-registry-metrics>button,.discovery-center-metrics article,.global-standards-page .metric-card,.maturity-dimension):nth-child(4n){--semantic-card-accent: #745acb}.platform-page :is(.my-tasks-summary,.my-reports-summary)>div strong,.platform-page .global-standards-page .metric-card strong{color:color-mix(in srgb,var(--semantic-card-accent) 82%,#17325c)}.platform-page .workspace-finder-metrics article>svg,.platform-page .workspace-finder-category-main>span{background:color-mix(in srgb,var(--semantic-card-accent) 11%,#ffffff);color:var(--semantic-card-accent)}.platform-page .workspace-finder-category-upload{background:color-mix(in srgb,var(--semantic-card-accent) 10%,#ffffff);color:var(--semantic-card-accent)}.platform-page .asset-registry-metrics>button i{width:30px;background:linear-gradient(90deg,var(--semantic-card-accent),color-mix(in srgb,var(--semantic-card-accent) 20%,transparent))}.platform-page .asset-registry-metrics>button.active{border-color:color-mix(in srgb,var(--semantic-card-accent) 52%,#cbd9e7);background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--semantic-card-accent) 21%,transparent),transparent 44%),linear-gradient(145deg,color-mix(in srgb,var(--semantic-card-accent) 11%,#ffffff),#fff 70%)}.platform-page .discovery-center-source-card{border-color:color-mix(in srgb,#15998f 27%,#dbe6f1);background:radial-gradient(circle at 100% 0%,rgba(21,153,143,.14),transparent 38%),linear-gradient(145deg,#f1fbf9,#fff 67%);box-shadow:inset 0 2px #15998f61,var(--platform-shadow-sm)}.platform-page :is(.my-reports-list,.my-report-detail)>header{background:linear-gradient(110deg,color-mix(in srgb,var(--platform-accent) 8%,#ffffff),#fff 75%)}.platform-page .my-reports-list{background:linear-gradient(165deg,#f8fbff,#fff 38%)}.platform-page .my-report-detail{border-color:#d9d5f0;background:radial-gradient(circle at 100% 0%,rgba(116,90,203,.09),transparent 32%),#fff}.platform-page .governance-dashboard-card.is-project{--semantic-card-accent: #3976dc}.platform-page .governance-dashboard-card.is-risk{--semantic-card-accent: #d46054}.platform-page .governance-dashboard-card.is-report{--semantic-card-accent: #745acb}.platform-page .high-risk-dashboard-grid>article{border-color:#efcfd2;background:linear-gradient(145deg,#fff6f6,#fff 70%);box-shadow:inset 0 2px #d460546b}.platform-page .standard-catalogue-card.is-assessment-ready{background:radial-gradient(circle at 100% 0%,rgba(38,163,123,.15),transparent 35%),linear-gradient(145deg,#effaf6,#fff 68%);box-shadow:inset 0 2px #26a37b7a,0 10px 25px #26806717}.platform-page .standard-catalogue-card{--standard-card-accent: #1b967f;border-color:color-mix(in srgb,var(--standard-card-accent) 25%,#dbe5ee);background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--standard-card-accent) 14%,transparent),transparent 38%),linear-gradient(145deg,color-mix(in srgb,var(--standard-card-accent) 7%,#ffffff),#fff 68%);box-shadow:inset 0 2px color-mix(in srgb,var(--standard-card-accent) 45%,transparent),0 8px 20px color-mix(in srgb,var(--standard-card-accent) 7%,transparent);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.platform-page .standard-catalogue-card:nth-child(6n+2){--standard-card-accent: #3976dc}.platform-page .standard-catalogue-card:nth-child(6n+3){--standard-card-accent: #7358cf}.platform-page .standard-catalogue-card:nth-child(6n+4){--standard-card-accent: #d2872b}.platform-page .standard-catalogue-card:nth-child(6n+5){--standard-card-accent: #168e9d}.platform-page .standard-catalogue-card:nth-child(6n){--standard-card-accent: #d46054}.platform-page .standard-catalogue-card:hover{border-color:color-mix(in srgb,var(--standard-card-accent) 48%,#d4e0ea);box-shadow:0 12px 26px color-mix(in srgb,var(--standard-card-accent) 12%,transparent);transform:translateY(-1px)}.platform-page .standard-catalogue-card>div>span,.platform-page .standard-catalogue-card h2{color:color-mix(in srgb,var(--standard-card-accent) 78%,#17325c)}.platform-page .standard-catalogue-card>div>b{background:color-mix(in srgb,var(--standard-card-accent) 11%,#ffffff);color:color-mix(in srgb,var(--standard-card-accent) 84%,#17325c)}.platform-page .standard-catalogue-card.is-assessment-pending p{color:var(--platform-muted)}.platform-page .lifecycle-governance-metrics article{--lifecycle-card-accent: #3976dc;border-color:color-mix(in srgb,var(--lifecycle-card-accent) 24%,#dbe6f1);background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--lifecycle-card-accent) 15%,transparent),transparent 44%),linear-gradient(145deg,color-mix(in srgb,var(--lifecycle-card-accent) 7%,#ffffff),#fff 70%);box-shadow:inset 0 2px color-mix(in srgb,var(--lifecycle-card-accent) 44%,transparent),var(--platform-shadow-sm)}.platform-page .lifecycle-governance-metrics article.is-active{--lifecycle-card-accent: #15998f}.platform-page .lifecycle-governance-metrics article.is-blocked{--lifecycle-card-accent: #d2872b}.platform-page .lifecycle-governance-metrics article.is-retired{--lifecycle-card-accent: #745acb}.platform-page .lifecycle-governance-metrics article>i{background:var(--lifecycle-card-accent)}.platform-page .lifecycle-governance-metrics article strong{color:color-mix(in srgb,var(--lifecycle-card-accent) 82%,#17325c)}.platform-page .lifecycle-blueprint,.platform-page .lifecycle-governance-surface{border-color:color-mix(in srgb,var(--platform-accent) 22%,#dbe6f1);box-shadow:var(--platform-shadow-sm)}.platform-page .lifecycle-blueprint>header{background:linear-gradient(115deg,color-mix(in srgb,#15998f 8%,#ffffff),#fff 65%)}.platform-page .lifecycle-blueprint-track article{--lifecycle-stage-accent: #3976dc;background:linear-gradient(145deg,color-mix(in srgb,var(--lifecycle-stage-accent) 7%,#ffffff),#fff 74%)}.platform-page .lifecycle-blueprint-track article:nth-child(2){--lifecycle-stage-accent: #397fa8}.platform-page .lifecycle-blueprint-track article:nth-child(3){--lifecycle-stage-accent: #7358cf}.platform-page .lifecycle-blueprint-track article:nth-child(4){--lifecycle-stage-accent: #d2872b}.platform-page .lifecycle-blueprint-track article:nth-child(5){--lifecycle-stage-accent: #2f9a68}.platform-page .lifecycle-blueprint-track article:nth-child(6){--lifecycle-stage-accent: #15998f}.platform-page .lifecycle-blueprint-track article:nth-child(7){--lifecycle-stage-accent: #d46054}.platform-page .lifecycle-blueprint-track article>span,.platform-page .lifecycle-blueprint-track article:nth-child(n+5)>span{background:color-mix(in srgb,var(--lifecycle-stage-accent) 12%,#ffffff);color:var(--lifecycle-stage-accent)}.platform-page .lifecycle-governance-surface>header{background:linear-gradient(110deg,color-mix(in srgb,#745acb 7%,#ffffff),#fff 72%)}.platform-page .lifecycle-project-list dl div{--lifecycle-detail-accent: #3976dc;border:1px solid color-mix(in srgb,var(--lifecycle-detail-accent) 13%,#e2eaf2);background:color-mix(in srgb,var(--lifecycle-detail-accent) 5%,#ffffff)}.platform-page .lifecycle-project-list dl div:nth-child(2){--lifecycle-detail-accent: #15998f}.platform-page .lifecycle-project-list dl div:nth-child(3){--lifecycle-detail-accent: #d2872b}.platform-page .lifecycle-project-list dl div:nth-child(4){--lifecycle-detail-accent: #745acb}.platform-page :is(.project-card,.scenario-risk-card){transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.platform-page :is(.project-card,.scenario-risk-card):hover{border-color:var(--platform-accent-border);box-shadow:var(--platform-shadow-md);transform:translateY(-1px)}.platform-page .section-title h2,.platform-page :is(.work-panel,.project-card,.scenario-risk-card) h2{color:var(--platform-ink);font-size:15px;font-weight:650;letter-spacing:-.015em}.platform-page .section-title span,.platform-page :is(.work-panel,.project-card,.scenario-risk-card) p{color:var(--platform-muted);font-size:12px}.platform-page .metric-card strong{color:var(--platform-accent-strong)}.platform-page button[data-view]:not(.rt-button):not(.project-action-button):not([class]){appearance:none;min-height:28px;display:inline-flex;align-items:center;justify-content:center;padding:5px 8px;border:0;border-radius:var(--platform-radius-sm);background:transparent;color:var(--platform-accent-strong);cursor:pointer;font-size:11px;font-weight:600}.platform-page button[data-view]:not(.rt-button):not(.project-action-button):not([class]):hover{background:var(--platform-accent-soft)}.platform-page :is(.primary-button,.secondary-button,.mini-action,.table-action){appearance:none;min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:6px 10px;border:1px solid transparent;border-radius:var(--platform-radius-sm);cursor:pointer;font-size:11px;font-weight:650;line-height:1;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,color .15s ease,transform .15s ease}.platform-page :is(.primary-button,.mini-action.primary){border-color:var(--platform-accent);background:linear-gradient(135deg,var(--platform-accent) 0%,var(--platform-accent-strong) 100%);color:#fff;box-shadow:0 5px 13px color-mix(in srgb,var(--platform-accent) 20%,transparent)}.platform-page :is(.secondary-button,.mini-action:not(.primary),.table-action){border-color:var(--platform-accent-border);background:#fff;color:var(--platform-accent-strong)}.platform-page :is(.primary-button,.secondary-button,.mini-action,.table-action):hover{transform:translateY(-1px)}.platform-page :is(.secondary-button,.mini-action:not(.primary),.table-action):hover{background:var(--platform-accent-soft)}.platform-page :is(.primary-button,.secondary-button,.mini-action,.table-action):focus-visible,.platform-page button[data-view]:not(.rt-button):not(.project-action-button):not([class]):focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--platform-accent) 18%,transparent)}.platform-page :is(.data-table,.rt-table-scroll){overflow:auto;border-color:var(--platform-line);border-radius:var(--platform-radius-md);background:#fff;box-shadow:none}.platform-page .data-table table,.platform-page .rt-table{color:var(--platform-text);font-size:12px}.platform-page .data-table th,.platform-page .rt-table-head{padding:9px 11px;border-color:var(--platform-line);background:color-mix(in srgb,var(--platform-accent-soft) 62%,#f5f7fa);color:#587086;font-size:11px;font-weight:600;letter-spacing:0;text-transform:none}.platform-page .data-table td,.platform-page .rt-table-cell{padding:10px 11px;border-color:#e8eef3;color:var(--platform-text);font-size:12px}.platform-page :is(input:not([type=checkbox]):not([type=radio]),select,textarea){border-radius:var(--platform-radius-sm);font-size:12px}:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) .global-regulation-head,:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) .global-cases-head{position:relative;overflow:hidden;align-items:center;min-height:92px;padding:15px 18px;border:1px solid rgba(255,255,255,.18);border-radius:var(--platform-radius-md);box-shadow:0 12px 28px #1c4b8424}:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) .global-regulation-head{background:radial-gradient(circle at 86% 10%,rgba(79,200,225,.42),transparent 29%),linear-gradient(118deg,#123765,#1d6593 58%,#19959f)}:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) .global-cases-head{background:radial-gradient(circle at 86% 10%,rgba(157,123,241,.44),transparent 29%),linear-gradient(118deg,#2b215f,#514294 58%,#755ac2)}:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) :is(.global-regulation-head,.global-cases-head) h1{color:#fff;font-size:clamp(23px,1.8vw,28px);letter-spacing:-.025em}:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) :is(.global-regulation-head,.global-cases-head) p{color:#fffc;font-size:12px;font-weight:450}:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) .global-regulation-head .secondary-button,:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) .global-cases-head a{border-color:#ffffff4d;background:#ffffff24;color:#fff;box-shadow:inset 0 1px #ffffff14;backdrop-filter:blur(9px)}:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) :is(.regulation-metric,.case-metric){position:relative;overflow:hidden;border-radius:var(--platform-radius-md);background:linear-gradient(145deg,#fff 34%,#f7faff);box-shadow:var(--platform-shadow-sm)}:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) :is(.regulation-metric,.case-metric):after{position:absolute;inset:auto 0 0;height:2px;background:var(--metric-accent, #2f6ff3);content:"";opacity:.72}:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) :is(.regulation-metric.blue,.case-metric.blue){--metric-accent: #3976d8}:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) :is(.regulation-metric.green,.case-metric.green){--metric-accent: #19906d}:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) :is(.regulation-metric.yellow,.case-metric.yellow){--metric-accent: #d0a12c}:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) :is(.regulation-metric.orange,.case-metric.orange){--metric-accent: #d9763f}:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) .case-metric.red{--metric-accent: #ca5264}:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) .tool-overview-shell.is-management .tool-overview-hero{border-color:#c8def4;background:radial-gradient(circle at 86% 4%,rgba(83,201,208,.3),transparent 30%),linear-gradient(125deg,#edf5ff,#f5f3ff 53%,#ebf9f7)}:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) .tool-overview-shell.is-technical .tool-overview-hero{border-color:#d8d2f3;background:radial-gradient(circle at 87% 2%,rgba(127,94,221,.24),transparent 27%),linear-gradient(125deg,#f1f5ff,#f5f1ff 52%,#eef9f8)}:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) .react-tool-group{background:linear-gradient(155deg,rgba(var(--tool-accent-rgb),.09),#ffffffe0 52%)}:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) .react-tool-grid button{border:1px solid rgba(var(--tool-accent-rgb),.12);background:#ffffff94;box-shadow:0 7px 18px rgba(var(--tool-accent-rgb),.055)}:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) .react-tool-grid button:hover,:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) .react-tool-grid button.active{border-color:rgba(var(--tool-accent-rgb),.3);background:#ffffffe6;box-shadow:0 11px 24px rgba(var(--tool-accent-rgb),.12)}:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) .technical-catalog-section{padding:11px;border:1px solid #dbe6f1;border-radius:var(--platform-radius-md);background:linear-gradient(150deg,#f7faff,#fffffff0 58%);box-shadow:var(--platform-shadow-sm)}:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) .technical-catalog-section.is-external{padding-left:11px;border-left:1px solid #dbe6f1;background:linear-gradient(150deg,#f2faf8,#fffffff0 58%)}:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) .technical-launcher-item{min-height:80px;padding:6px 4px;border:1px solid rgba(var(--tool-accent-rgb),.12);background:#ffffffad;box-shadow:0 5px 14px rgba(var(--tool-accent-rgb),.045)}:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) .technical-launcher-item:hover,:is(.platform-page,.shell:not(.auth-shell):not(.admin-shell)) .technical-launcher-item:focus-visible{border-color:rgba(var(--tool-accent-rgb),.3);background:#fff;box-shadow:0 9px 19px rgba(var(--tool-accent-rgb),.1)}.platform-page .asset-management-workspace-head{position:relative;overflow:hidden;padding:17px 21px 18px;border:1px solid #bfd7f3;border-radius:var(--platform-radius-md);background:radial-gradient(circle at 86% 8%,rgba(82,108,222,.2),transparent 29%),radial-gradient(circle at 98% 92%,rgba(28,170,170,.18),transparent 27%),linear-gradient(120deg,#f5f9ff,#edf4ff 54%,#eaf9f7);box-shadow:0 10px 26px #225b9f14}.platform-page .asset-management-workspace-head:after{position:absolute;top:-96px;right:9%;width:184px;height:184px;border:1px solid rgba(60,111,208,.18);border-radius:50%;content:""}.platform-page .asset-management-workspace-head>:is(span,h1,p){position:relative;z-index:1}.platform-page .asset-management-tabs{border-color:#ccdcf1;background:linear-gradient(110deg,#ecf4fff5,#f5f3fff0 54%,#ecf9f8f5)}.platform-page .asset-management-tabs>button.active{border-color:#285fd0;background:linear-gradient(118deg,#265fd1,#3979e9 56%,#168f9d 128%);box-shadow:0 9px 22px #2564d638,inset 0 -3px #ffffff21}.platform-page .asset-management-tabs>button:not(.active){background:#ffffff7a}.platform-page .asset-management-workspace .discovery-center-hero{border-color:#2768bd;background:radial-gradient(circle at 91% 4%,rgba(102,219,213,.4),transparent 28%),radial-gradient(circle at 58% 116%,rgba(121,99,214,.34),transparent 38%),linear-gradient(118deg,#0a3678,#285fc2 51%,#137f91);box-shadow:0 15px 34px #11489133}.platform-page .asset-management-workspace .discovery-center-hero h1{color:#fff}.platform-page .asset-management-workspace .discovery-center-hero :is(.discovery-center-eyebrow,p){color:#eff8ffd6}.platform-page .asset-management-workspace .discovery-center-hero .rt-button-secondary{border-color:#ffffff57;background:#ffffff1c;color:#fff}.platform-page .asset-management-workspace .discovery-center-hero .rt-button-primary{border-color:#ffffffeb;background:#fff;color:#1d58ad}.platform-page .asset-management-workspace .discovery-center-flow{overflow:hidden;border-color:#cedff0;background:#f9fbff}.platform-page .asset-management-workspace .discovery-center-flow-item{--discovery-step-accent: #3976dc;background:linear-gradient(145deg,color-mix(in srgb,var(--discovery-step-accent) 8%,#ffffff),#ffffffd6 72%)}.platform-page .asset-management-workspace .discovery-center-flow-item:nth-child(2){--discovery-step-accent: #15998f}.platform-page .asset-management-workspace .discovery-center-flow-item:nth-child(3){--discovery-step-accent: #745acb}.platform-page .asset-management-workspace .discovery-center-flow-item:nth-child(4){--discovery-step-accent: #238c67}.platform-page .asset-management-workspace .discovery-center-flow-icon{background:color-mix(in srgb,var(--discovery-step-accent) 13%,#ffffff);color:var(--discovery-step-accent)}.platform-page .asset-management-workspace .discovery-center-flow-item small{color:color-mix(in srgb,var(--discovery-step-accent) 76%,#75869c)}.platform-page .asset-management-workspace .discovery-center-metrics article strong{color:color-mix(in srgb,var(--semantic-card-accent) 84%,#17325c)}@media(min-width:761px){.platform-page:has(.compliance-workbench-detail) .compliance-workbench-detail{margin-right:52px}}@media(prefers-reduced-motion:reduce){.platform-page :is(.project-card,.scenario-risk-card,.primary-button,.secondary-button,.mini-action,.table-action){transition:none}}.account-settings-shell{position:fixed;inset:0;z-index:1400;display:grid;place-items:center;padding:20px}.account-settings-shell .admin-modal-backdrop{position:absolute;inset:0;border:0;background:#0718453d;backdrop-filter:blur(10px)}.account-settings-shell .account-settings-modal{position:relative;display:flex;width:min(680px,100%);max-height:calc(100dvh - 40px);flex-direction:column;overflow:auto;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 28px 72px #14346033}.account-settings-shell .admin-modal-head{display:flex;flex:0 0 auto;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 18px 10px;border-bottom:1px solid #eef3fb}.account-settings-shell .admin-modal-head span{color:#3f91d2;font-size:11px;font-weight:850;text-transform:uppercase}.account-settings-shell .admin-modal-head h2{margin:6px 0 4px;color:var(--ink);font-size:22px}.account-settings-shell .admin-modal-head p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.account-settings-shell .admin-modal-close{width:34px;height:34px;flex:0 0 34px;border:1px solid #cfe0f5;border-radius:50%;background:#fff;color:#1f5fc9;font-size:18px}.account-settings-shell .admin-form{display:grid;min-height:0;flex:0 0 auto;gap:12px;padding:0 18px 18px;overflow:visible}.account-settings-shell .admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.account-settings-shell .admin-field{display:grid;gap:8px}.account-settings-shell .admin-field-wide{grid-column:1 / -1}.account-settings-shell .admin-field>span{color:var(--ink);font-size:12px;font-weight:800}.account-settings-shell .admin-field>small{color:var(--muted);font-size:11px;line-height:1.45}.account-settings-shell .admin-field input,.account-settings-shell .admin-field select,.account-settings-shell .admin-field textarea{width:100%;min-height:40px;border:1px solid #d9e5f4;border-radius:8px;padding:0 12px;background:#f9fbff;color:var(--ink);font-size:13px}.account-settings-shell .admin-field textarea{min-height:96px;padding:11px 12px;resize:vertical;line-height:1.55}.account-settings-shell .admin-form-actions{display:flex;justify-content:flex-end;gap:8px}.account-settings-shell .admin-form-actions button,.account-settings-shell .security-recovery-codes>button,.account-settings-shell .security-session-item>button{min-height:34px;padding:0 14px;border:1px solid #cfe0f5;border-radius:6px;background:#fff;color:#1f5fc9;font-size:12px;font-weight:800}.account-settings-shell .admin-form-actions button[type=submit]{border-color:var(--blue);background:var(--blue);color:#fff}.account-settings-shell .account-scope-notice{padding:13px 14px;border:1px solid #d8e8f6;border-radius:10px;background:linear-gradient(135deg,#f7fbff,#f4fbfa)}.account-settings-shell .account-scope-notice strong{color:var(--ink);font-size:13px}.account-settings-shell .account-scope-notice p,.account-settings-shell .account-security-section p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.account-settings-shell .account-security-section{margin:0 18px 18px;padding:18px 0 0;border-top:1px solid #e4edf9}.account-settings-shell .security-role-options{display:flex;flex-wrap:wrap;gap:8px 16px}.account-settings-shell .security-role-options label{display:inline-flex;align-items:center;gap:6px;color:#334761;font-size:12px;font-weight:750}.account-settings-shell .security-role-options input{width:16px;min-height:16px}.account-settings-shell .security-recovery-codes{padding:12px;border:1px solid #f2d38c;border-radius:8px;background:#fffaf0}.account-settings-shell .security-recovery-codes pre,.account-settings-shell .security-otpauth-uri{max-width:100%;margin:0;overflow-wrap:anywhere;white-space:pre-wrap;color:#334761;font:700 12px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace}.account-settings-shell .security-session-list{display:grid;gap:8px}.account-settings-shell .security-session-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #dce8f7;border-radius:8px;background:#f9fbff}.account-settings-shell .security-session-item div{min-width:0}.account-settings-shell .security-session-item strong,.account-settings-shell .security-session-item small{display:block;overflow-wrap:anywhere}.account-settings-shell .security-session-item strong{color:var(--ink);font-size:12px}.account-settings-shell .security-session-item small{margin-top:3px;color:#6b7f9b;font-size:10px}@media(max-width:760px){.account-settings-shell{align-items:end;padding:0}.account-settings-shell .account-settings-modal{width:100%;max-height:94dvh;border-radius:18px 18px 0 0}.account-settings-shell .admin-form-grid{grid-template-columns:1fr}.account-settings-shell .admin-modal-head,.account-settings-shell .admin-form{padding-left:14px;padding-right:14px}}
