:root{--orange: #ff5215;--orange-2: #ff7a00;--amber: #ffa400;--accent: #ff4f00;--ink: #131317;--ink-2: #1f1f25;--muted: #71717c;--muted-2: #95959f;--bg: #f5f5f7;--surface: #ffffff;--surface-2: #fafafa;--surface-3: #f0f0f3;--line: #e8e8ed;--line-strong: #dcdce3;--green: #1ca66b;--green-soft: #e8f8f1;--red: #e43d30;--red-soft: #fff0ee;--purple: #6d5dfc;--purple-soft: #f0edff;--blue: #3478f6;--blue-soft: #edf5ff;--warning: #b66a00;--warning-soft: #fff6df;--shadow: 0 14px 42px rgba(19, 19, 23, .065);--shadow-lg: 0 26px 90px rgba(17, 17, 20, .13);--radius: 18px;--radius-sm: 12px;--sidebar: 248px;--topbar: 70px}:root[data-theme=dark]{--ink: #f8f8fa;--ink-2: #e7e7eb;--muted: #a6a6b0;--muted-2: #7f7f8a;--bg: #0d0d10;--surface: #151519;--surface-2: #1a1a20;--surface-3: #202027;--line: #2a2a31;--line-strong: #383840;--green-soft: #112b21;--red-soft: #321817;--purple-soft: #211d3f;--blue-soft: #14253e;--warning-soft: #312612;--shadow: 0 16px 50px rgba(0, 0, 0, .24);--shadow-lg: 0 28px 100px rgba(0, 0, 0, .48)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a{color:inherit}button{cursor:pointer}a{text-decoration:none}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}::selection{background:#ff521538}.button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:780;letter-spacing:-.01em;transition:.2s ease;white-space:nowrap}.button:disabled{opacity:.46;cursor:not-allowed}.button-md{height:42px;padding:0 16px}.button-lg{height:50px;padding:0 20px;font-size:14px;border-radius:14px}.button-sm{height:35px;padding:0 12px;font-size:12px}.button-primary{background:var(--orange);color:#fff;box-shadow:0 10px 24px #ff521538}.button-primary:hover:not(:disabled){transform:translateY(-1px);background:#ed4810;box-shadow:0 13px 30px #ff521547}.button-secondary{background:var(--surface);border:1px solid var(--line-strong);color:var(--ink)}.button-secondary:hover:not(:disabled){border-color:#c7c7cf;background:var(--surface-2)}.button-ghost{background:transparent;color:var(--muted)}.button-ghost:hover{background:var(--surface-3);color:var(--ink)}.button-danger{background:var(--red-soft);color:var(--red);border:1px solid rgba(228,61,48,.16)}.button-light{background:#fff;color:#17171b}.button-light:hover{transform:translateY(-1px);box-shadow:0 10px 25px #0000001f}.button-dark-ghost{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.2)}.icon-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;width:38px;height:38px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;color:var(--muted);transition:.18s}.icon-button:hover{background:var(--surface-3);color:var(--ink)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.card-padded{padding:22px}.badge{display:inline-flex;align-items:center;gap:6px;min-height:24px;padding:3px 8px;border-radius:999px;background:var(--surface-3);color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.02em;white-space:nowrap}.badge svg{width:12px;height:12px}.badge i{width:6px;height:6px;border-radius:50%;background:currentColor}.badge-success{background:var(--green-soft);color:var(--green)}.badge-danger{background:var(--red-soft);color:var(--red)}.badge-warning{background:var(--warning-soft);color:var(--warning)}.badge-purple{background:var(--purple-soft);color:var(--purple)}.badge-orange{background:#fff0e9;color:var(--orange)}.badge-info{background:var(--blue-soft);color:var(--blue)}.badge-dark{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.14)}:root[data-theme=dark] .badge-orange{background:#3a2015}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin:0 0 24px}.page-header h1{font-size:31px;letter-spacing:-.045em;margin:6px 0 7px;line-height:1.1}.page-header p{margin:0;color:var(--muted);font-size:14px;line-height:1.6;max-width:760px}.page-actions{display:flex;align-items:center;gap:10px}.eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:var(--orange);font-weight:850}.card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.card-heading h3{font-size:17px;letter-spacing:-.025em;margin:5px 0 0}.card-heading p{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.card-heading a{font-size:12px;color:var(--orange);font-weight:750;display:inline-flex;align-items:center;gap:5px}.input{width:100%;height:44px;border:1px solid var(--line-strong);background:var(--surface);color:var(--ink);border-radius:11px;padding:0 13px;outline:none;transition:.18s;font-size:13px}.input:focus{border-color:var(--orange);box-shadow:0 0 0 3px #ff52151f}.input:disabled,.input[readonly]{background:var(--surface-2);color:var(--muted)}.textarea{height:110px;padding-top:11px;resize:vertical}.field{display:flex;flex-direction:column;gap:7px}.field-label{font-size:11px;font-weight:780;color:var(--ink-2)}.field small{color:var(--muted);font-size:10px;line-height:1.45}.field-error{color:var(--red)!important}.input-with-icon{position:relative;display:flex;align-items:center}.input-with-icon>svg:first-child{position:absolute;left:13px;color:var(--muted);z-index:2}.input-with-icon .input{padding-left:40px}.input-with-icon .icon-button{position:absolute;right:4px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}.form-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.form-actions.end{justify-content:flex-end}.progress-track{height:7px;background:var(--surface-3);border-radius:999px;overflow:hidden}.progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--orange),var(--amber));transition:width .45s ease}.skeleton{height:80px;border-radius:16px;background:linear-gradient(90deg,var(--surface-3),var(--surface),var(--surface-3));background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{to{background-position:-200% 0}}.empty-state{text-align:center;padding:46px 20px;display:flex;flex-direction:column;align-items:center}.empty-icon{width:54px;height:54px;border-radius:17px;display:flex;align-items:center;justify-content:center;background:#fff0e9;color:var(--orange);margin-bottom:14px}.empty-state h3{margin:0 0 7px;font-size:16px}.empty-state p{color:var(--muted);font-size:12px;line-height:1.6;max-width:430px;margin:0 0 18px}.inline-note{display:flex;gap:10px;padding:13px 14px;border:1px solid #ffe0d0;background:#fff7f2;border-radius:13px;color:#75422c;font-size:11px;line-height:1.55;margin-top:16px}.inline-note svg{flex:0 0 auto;width:16px}:root[data-theme=dark] .inline-note{background:#2c1d16;border-color:#4e2b1d;color:#e2b49f}.toggle-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;text-align:left;background:transparent;border:0;padding:15px 0;border-bottom:1px solid var(--line)}.toggle-row span{display:flex;flex-direction:column;gap:4px}.toggle-row strong{font-size:12px}.toggle-row small{font-size:10px;color:var(--muted);line-height:1.5}.switch{width:40px;height:23px;border-radius:999px;background:var(--line-strong);padding:3px;transition:.2s;flex:0 0 auto}.switch b{display:block;width:17px;height:17px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #0000002e;transition:.2s}.switch.on{background:var(--orange)}.switch.on b{transform:translate(17px)}.tabbar{display:inline-flex;background:var(--surface-3);padding:4px;border-radius:13px;margin:0 0 20px}.tabbar button{border:0;background:transparent;border-radius:10px;padding:9px 13px;display:flex;align-items:center;gap:7px;color:var(--muted);font-size:11px;font-weight:750}.tabbar button.active{background:var(--surface);color:var(--ink);box-shadow:0 3px 12px #00000012}.toast-stack{position:fixed;right:22px;bottom:22px;z-index:1000;display:flex;flex-direction:column;gap:8px}.toast{min-width:280px;max-width:420px;background:#17171b;color:#fff;border-radius:13px;padding:13px 15px;display:flex;align-items:center;gap:10px;box-shadow:var(--shadow-lg);font-size:12px;font-weight:650}.toast-success svg{color:#45d89a}.toast-error svg{color:#ff7d72}.toast-info svg{color:#7fb0ff}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(480px,1.1fr) minmax(420px,.9fr);background:var(--surface)}.auth-art{position:relative;overflow:hidden;background:#111114;color:#fff;display:flex;flex-direction:column;padding:42px 52px}.auth-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 85%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 85%)}.auth-glow{position:absolute;width:580px;height:580px;border-radius:50%;background:radial-gradient(circle,rgba(255,82,21,.55) 0,rgba(255,122,0,.18) 35%,transparent 70%);right:-170px;bottom:-160px;filter:blur(1px)}.auth-brand{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between}.brand-icon{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#fff0e9;overflow:hidden}.brand-icon img{width:24px;height:24px;object-fit:contain}.brand-copy{display:flex;flex-direction:column}.brand-copy strong{font-size:14px;letter-spacing:-.02em}.brand-copy span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:750;margin-top:2px}.auth-art .brand-icon{background:var(--orange)}.auth-art .brand-copy span{color:#a7a7b0}.brand-lockup-compact .brand-icon{width:36px;height:36px}.auth-message{position:relative;z-index:2;margin:auto 0;max-width:650px}.auth-kicker{display:inline-flex;align-items:center;gap:7px;background:#ffffff14;border:1px solid rgba(255,255,255,.13);border-radius:999px;padding:8px 11px;font-size:10px;font-weight:800;letter-spacing:.03em;color:#dedee4}.auth-kicker svg{color:var(--amber)}.auth-message h1{font-size:56px;line-height:1.02;letter-spacing:-.06em;margin:22px 0 18px;max-width:620px}.auth-message>p{color:#b8b8c2;font-size:15px;line-height:1.75;max-width:590px}.auth-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:36px}.auth-proof>div{padding:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff0e;border-radius:15px;display:flex;gap:10px}.auth-proof svg{color:var(--orange);width:18px;flex:0 0 auto}.auth-proof span{display:flex;flex-direction:column;gap:4px}.auth-proof strong{font-size:11px}.auth-proof small{font-size:9px;line-height:1.45;color:#9e9ea8}.auth-art-footer{position:relative;z-index:2;font-size:10px;color:#777781}.auth-panel{display:flex;align-items:center;justify-content:center;padding:50px}.auth-form{width:100%;max-width:390px;display:flex;flex-direction:column;gap:19px}.auth-form h2{font-size:31px;letter-spacing:-.045em;margin:8px 0 7px}.auth-form p{margin:0;color:var(--muted);font-size:13px}.auth-meta{display:flex;align-items:center;justify-content:space-between;font-size:11px}.auth-meta a{color:var(--orange);font-weight:750}.check-label{display:flex;align-items:center;gap:7px;color:var(--muted)}.check-label input{accent-color:var(--orange)}.auth-divider{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.12em;font-weight:750}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:var(--line);flex:1}.auth-note{display:flex;gap:8px;justify-content:center!important;font-size:10px!important;color:var(--muted)!important}.mobile-logo{display:none}.centered-auth{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:30px;background:radial-gradient(circle at top,#fff2eb,transparent 50%),var(--bg)}.simple-auth-card{width:min(460px,100%);background:var(--surface);border:1px solid var(--line);border-radius:26px;padding:32px;box-shadow:var(--shadow-lg)}.simple-auth-card form{display:flex;flex-direction:column;gap:20px;margin-top:34px}.simple-auth-card h1{font-size:29px;letter-spacing:-.045em;margin:7px 0}.simple-auth-card p{font-size:12px;color:var(--muted);line-height:1.6}.back-link{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:11px;font-weight:700;margin-top:28px}.back-link svg{width:15px}.back-link:hover{color:var(--orange)}.app-shell{min-height:100vh}.sidebar{position:fixed;z-index:50;left:0;top:0;bottom:0;width:var(--sidebar);background:#111114;color:#fff;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.05);transition:width .24s ease}.sidebar-top{height:var(--topbar);padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.07)}.sidebar .brand-icon{background:var(--orange)}.sidebar .brand-copy span{color:#8f8f99}.sidebar .collapse-button{color:#74747d;width:32px;height:32px}.sidebar .collapse-button:hover{background:#ffffff12;color:#fff}.sidebar nav{flex:1;padding:16px 12px;overflow:auto}.nav-group{margin-bottom:20px}.nav-label{padding:0 10px 7px;font-size:8px;text-transform:uppercase;letter-spacing:.15em;color:#5f5f68;font-weight:850}.nav-item{height:38px;border-radius:10px;padding:0 10px;display:flex;align-items:center;gap:10px;color:#9d9da7;font-size:11px;font-weight:700;position:relative;transition:.18s;margin:2px 0}.nav-item svg{width:17px;height:17px;flex:0 0 auto}.nav-item:hover{background:#ffffff0e;color:#fff}.nav-item.active{background:linear-gradient(90deg,#ff521533,#ff521514);color:#fff}.nav-item.active:before{content:"";position:absolute;left:0;width:3px;height:18px;border-radius:0 3px 3px 0;background:var(--orange)}.nav-count{margin-left:auto;background:var(--orange);color:#fff;border-radius:999px;font-size:8px;padding:2px 6px}.nav-trailing{margin-left:auto;width:12px!important}.sidebar-bottom{padding:12px;border-top:1px solid rgba(255,255,255,.07)}.system-mini{display:flex;align-items:center;gap:10px;border-radius:12px;background:#ffffff0b;padding:11px;margin-bottom:8px}.pulse-dot{width:8px;height:8px;background:#42d38b;border-radius:50%;box-shadow:0 0 0 5px #42d38b17}.system-mini div{display:flex;flex-direction:column;gap:2px}.system-mini strong{font-size:9px}.system-mini small{font-size:8px;color:#71717a}.main-shell{margin-left:var(--sidebar);min-height:100vh;transition:margin .24s ease}.topbar{position:sticky;top:0;z-index:40;height:var(--topbar);display:flex;align-items:center;justify-content:space-between;padding:0 26px;background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid var(--line)}.topbar-left,.topbar-actions{display:flex;align-items:center;gap:9px}.global-search{width:350px;height:38px;border:1px solid var(--line);background:var(--surface-2);border-radius:11px;display:flex;align-items:center;gap:9px;padding:0 11px;color:var(--muted)}.global-search input{border:0;background:transparent;outline:0;color:var(--ink);flex:1;font-size:11px}.global-search kbd{font-size:8px;border:1px solid var(--line-strong);padding:3px 5px;border-radius:5px;background:var(--surface)}.notification-button{position:relative}.notification-button i{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--orange);right:7px;top:7px;border:2px solid var(--surface)}.profile-trigger{border:0;background:transparent;height:44px;display:flex;align-items:center;gap:9px;border-radius:12px;padding:0 6px 0 4px}.profile-trigger:hover{background:var(--surface-3)}.avatar{width:32px;height:32px;border-radius:10px;background:linear-gradient(145deg,#ff5215,#ffa400);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:850;flex:0 0 auto}.profile-trigger>span:not(.avatar){display:flex;flex-direction:column;align-items:flex-start}.profile-trigger strong{font-size:10px}.profile-trigger small{font-size:8px;color:var(--muted);margin-top:2px}.profile-trigger svg{color:var(--muted)}.profile-popover{position:absolute;right:0;top:50px;width:220px;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:8px;box-shadow:var(--shadow-lg)}.profile-popover>div{padding:10px;border-bottom:1px solid var(--line);display:flex;flex-direction:column}.profile-popover strong{font-size:11px}.profile-popover small{font-size:9px;color:var(--muted);margin-top:3px}.profile-popover a,.profile-popover button{width:100%;height:36px;border:0;background:transparent;border-radius:9px;padding:0 9px;display:flex;align-items:center;gap:9px;color:var(--muted);font-size:10px;font-weight:700}.profile-popover a:hover,.profile-popover button:hover{background:var(--surface-3);color:var(--ink)}.page-canvas{padding:28px 28px 0;max-width:1660px;margin:0 auto}.mobile-menu{display:none}.sidebar-collapsed{--sidebar: 72px}.sidebar-collapsed .brand-copy,.sidebar-collapsed .nav-label,.sidebar-collapsed .nav-item span,.sidebar-collapsed .nav-count,.sidebar-collapsed .system-mini div,.sidebar-collapsed .sidebar-bottom .nav-trailing{display:none}.sidebar-collapsed .nav-item{justify-content:center;padding:0}.sidebar-collapsed .collapse-button{transform:rotate(180deg)}.sidebar-collapsed .system-mini{justify-content:center}.app-loader{height:100vh;display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center;color:var(--muted);font-size:11px}.app-loader svg{color:var(--orange)}.demo-notice{background:var(--warning-soft);color:var(--warning);border:1px solid color-mix(in srgb,var(--warning) 22%,transparent);border-radius:13px;padding:10px 13px;display:flex;align-items:center;gap:8px;font-size:10px;font-weight:650;margin-bottom:18px}.app-footer{margin-top:36px;border-top:1px solid var(--line);padding:28px 0 34px;display:flex;align-items:flex-start;justify-content:space-between;gap:30px}.footer-logo{width:120px;height:auto}.dark-only{display:none}:root[data-theme=dark] .light-only{display:none}:root[data-theme=dark] .dark-only{display:block}.app-footer>div:first-child p{font-size:9px;color:var(--muted);margin:7px 0}.footer-columns{display:grid;grid-template-columns:repeat(3,minmax(170px,1fr));gap:26px}.footer-columns>div{display:flex;flex-direction:column;gap:4px;max-width:260px}.footer-columns strong{font-size:9px;text-transform:uppercase;letter-spacing:.1em}.footer-columns span,.footer-columns a{font-size:9px;color:var(--muted);line-height:1.45}.footer-columns a{display:flex;align-items:center;gap:4px}.footer-columns a:hover{color:var(--orange)}.hero-strip{min-height:285px;border-radius:24px;background:linear-gradient(120deg,#16161b,#24242b);color:#fff;padding:34px 38px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;position:relative;margin-bottom:20px;box-shadow:var(--shadow-lg)}.hero-strip:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 82% 42%,rgba(255,82,21,.38),transparent 34%),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:auto,50px 50px}.hero-strip>div:first-child{position:relative;z-index:2;max-width:670px}.hero-kicker{display:inline-flex;align-items:center;gap:7px;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#b9b9c3;font-weight:800}.hero-kicker svg{color:var(--orange);width:14px}.hero-strip h2,.developer-hero h2{font-size:35px;line-height:1.08;letter-spacing:-.05em;margin:13px 0 12px;max-width:650px}.hero-strip p,.developer-hero p{font-size:12px;color:#aaaab4;line-height:1.7;max-width:620px}.hero-actions{display:flex;gap:9px;margin-top:21px}.hero-orbit{position:relative;width:310px;height:240px;z-index:2;flex:0 0 auto}.orbit-ring{position:absolute;border:1px solid rgba(255,255,255,.14);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.ring-one{width:210px;height:210px}.ring-two{width:290px;height:290px}.orbit-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:92px;height:92px;border-radius:27px;background:linear-gradient(145deg,#ff5215,#ff8a00);display:flex;align-items:center;justify-content:center;box-shadow:0 25px 60px #ff521552}.orbit-core img{width:58px}.orbit-pill{position:absolute;background:#ffffff18;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);border-radius:999px;padding:8px 11px;display:flex;align-items:center;gap:6px;font-size:9px;font-weight:750;color:#e8e8ed}.orbit-pill svg{width:13px;color:var(--orange)}.pill-one{left:4px;top:30px}.pill-two{right:-3px;top:100px}.pill-three{left:18px;bottom:12px}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:14px}.metric-card{position:relative;overflow:hidden}.metric-card:after{content:"";position:absolute;width:100px;height:100px;border-radius:50%;background:var(--surface-3);right:-45px;top:-45px}.metric-icon{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;position:relative;z-index:2}.metric-icon svg{width:18px}.metric-orange{background:#fff0e9;color:var(--orange)}.metric-green{background:var(--green-soft);color:var(--green)}.metric-red{background:var(--red-soft);color:var(--red)}.metric-purple{background:var(--purple-soft);color:var(--purple)}.metric-value{font-size:25px;font-weight:830;letter-spacing:-.04em}.metric-label{font-size:10px;color:var(--muted);margin-top:4px}.metric-foot{height:24px;margin-top:14px;display:flex;align-items:center;gap:8px}.metric-foot>span{font-size:9px;color:var(--muted)}.metric-skeleton{height:170px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr);gap:14px;margin-bottom:14px}.dashboard-grid.lower{grid-template-columns:minmax(0,1.65fr) minmax(320px,.55fr)}.chart-card{min-height:365px}.chart-wrap{height:280px}.quality-card{min-height:365px}.quality-score{width:180px;height:180px;position:relative;margin:4px auto 8px}.quality-score svg{width:100%;transform:rotate(-90deg)}.quality-score circle{fill:none;stroke-width:10}.score-bg{stroke:var(--surface-3)}.score-value{stroke:var(--orange);stroke-linecap:round}.quality-score>div{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column}.quality-score strong{font-size:41px;letter-spacing:-.06em}.quality-score span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.quality-breakdown{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.quality-breakdown>div{background:var(--surface-2);border:1px solid var(--line);border-radius:10px;padding:9px}.quality-breakdown span{display:flex;align-items:center;gap:5px;font-size:8px;color:var(--muted)}.quality-breakdown i{width:6px;height:6px;border-radius:50%}.quality-breakdown i.green{background:var(--green)}.quality-breakdown i.orange{background:var(--amber)}.quality-breakdown i.red{background:var(--red)}.quality-breakdown strong{display:block;font-size:13px;margin-top:5px}.fine-print{font-size:8px!important;color:var(--muted);text-align:center;margin:12px 0 0}.recent-card{overflow:hidden}.recent-card.card-padded{padding-bottom:4px}.activity-list{display:flex;flex-direction:column}.activity-list>div{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.activity-list>div:last-child{border-bottom:0}.activity-dot{width:8px;height:8px;background:var(--orange);border-radius:50%;box-shadow:0 0 0 5px #fff0e9;margin:5px 2px 0}.activity-list>div>div{display:flex;flex-direction:column;gap:4px}.activity-list strong{font-size:10px;line-height:1.45}.activity-list small{font-size:8px;color:var(--muted)}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;min-width:820px}.data-table th{text-align:left;font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:800;padding:10px 12px;border-bottom:1px solid var(--line);white-space:nowrap}.data-table td{padding:12px;border-bottom:1px solid var(--line);font-size:10px;color:var(--ink-2);vertical-align:middle}.data-table tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:var(--surface-2)}.file-cell{display:flex;align-items:center;gap:10px;min-width:245px}.file-icon{width:34px;height:34px;border-radius:10px;background:#fff0e9;color:var(--orange);display:flex;align-items:center;justify-content:center;flex:0 0 auto}.file-cell>span:last-child{display:flex;flex-direction:column;gap:3px;min-width:0}.file-cell strong{font-size:10px;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-cell small{font-size:8px;color:var(--muted)}.progress-cell{min-width:130px}.progress-cell>div{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.progress-cell span{font-size:9px;font-weight:750}.progress-cell small{font-size:7px;color:var(--muted)}.progress-cell .progress-track{height:5px}.date-cell{font-size:9px;color:var(--muted);white-space:nowrap}.table-action{width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;color:var(--muted)}.table-action:hover{background:var(--surface-3);color:var(--orange)}.list-card{padding:0;overflow:hidden}.list-toolbar{min-height:66px;padding:13px 17px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:14px}.list-toolbar>div{display:flex;gap:9px}.list-toolbar select{width:150px}.search-box{width:300px;height:38px;border:1px solid var(--line);border-radius:11px;background:var(--surface-2);display:flex;align-items:center;padding:0 10px;gap:8px}.search-box svg{width:15px;color:var(--muted)}.search-box input{border:0;background:transparent;outline:0;flex:1;color:var(--ink);font-size:10px}.search-box button{border:0;background:transparent;color:var(--muted);display:flex}.search-box button svg{width:13px}.table-loading{padding:16px;display:flex;flex-direction:column;gap:9px}.table-loading .skeleton{height:58px}.stepper{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;max-width:740px;margin:0 auto 24px}.stepper>div{display:flex;align-items:center;gap:9px;opacity:.5}.stepper>div.active{opacity:1}.stepper>div>span{width:31px;height:31px;border-radius:10px;border:1px solid var(--line-strong);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:850;background:var(--surface)}.stepper>div.active>span{border-color:var(--orange);color:var(--orange);background:#fff0e9}.stepper>div.done>span{background:var(--orange);color:#fff}.stepper svg{width:15px}.stepper>div>div{display:flex;flex-direction:column}.stepper strong{font-size:9px}.stepper small{font-size:7px;color:var(--muted);margin-top:2px}.stepper>i{height:1px;background:var(--line);margin:0 14px}.upload-card{max-width:930px;margin:auto}.drop-zone{min-height:350px;border:1.5px dashed var(--line-strong);border-radius:20px;background:linear-gradient(180deg,var(--surface-2),var(--surface));display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;text-align:center;padding:32px;transition:.2s}.drop-zone.dragging{border-color:var(--orange);background:#fff7f2;transform:scale(.997)}.drop-zone input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.drop-icon{width:68px;height:68px;border-radius:21px;background:#fff0e9;color:var(--orange);display:flex;align-items:center;justify-content:center;margin-bottom:17px;box-shadow:inset 0 0 0 8px #ff52150a}.drop-icon svg{width:28px}.drop-zone h3{margin:0 0 7px;font-size:18px;letter-spacing:-.025em}.drop-zone p{font-size:10px;color:var(--muted);line-height:1.6;margin:0}.browse-link{font-size:10px;color:var(--orange);font-weight:800;margin-top:13px}.file-types{display:flex;gap:7px;margin-top:20px}.drop-zone.has-file{min-height:240px;flex-direction:row;text-align:left;gap:18px}.selected-file-icon{width:68px;height:68px;border-radius:20px;background:#fff0e9;color:var(--orange);display:flex;align-items:center;justify-content:center}.selected-file-icon svg{width:30px}.drop-zone.has-file h3{font-size:15px}.drop-zone.has-file .button{margin-left:auto;z-index:2}.upload-footer{display:flex;align-items:center;justify-content:space-between;margin-top:18px}.upload-footer>div{display:flex;gap:10px;align-items:flex-start}.upload-footer>div svg{color:var(--green);width:18px}.upload-footer>div span{display:flex;flex-direction:column;gap:4px}.upload-footer strong{font-size:10px}.upload-footer small{font-size:8px;color:var(--muted)}.mapping-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.8fr);gap:15px}.mapping-file{display:flex;align-items:center;gap:11px;background:var(--surface-2);border:1px solid var(--line);border-radius:13px;padding:12px;margin-bottom:17px}.mapping-file>svg{color:var(--orange)}.mapping-file>div{display:flex;flex-direction:column;gap:3px;flex:1}.mapping-file strong{font-size:10px}.mapping-file small{font-size:8px;color:var(--muted)}.mapping-file button{border:0;background:transparent;color:var(--orange);font-size:9px;font-weight:750}.preview-card{min-width:0}.mini-table{overflow:auto;border:1px solid var(--line);border-radius:12px}.mini-table table{width:100%;border-collapse:collapse;min-width:550px}.mini-table th,.mini-table td{font-size:8px;text-align:left;padding:9px 10px;border-bottom:1px solid var(--line);white-space:nowrap;max-width:150px;overflow:hidden;text-overflow:ellipsis}.mini-table th{background:var(--surface-2);color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.mini-table tr:last-child td{border-bottom:0}.mini-table td.highlight{color:var(--orange);background:#fff8f4}.mode-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:15px}.mode-card{text-align:left;border:1px solid var(--line);background:var(--surface);border-radius:20px;padding:21px;min-height:310px;display:flex;flex-direction:column;justify-content:space-between;transition:.22s;position:relative;overflow:hidden}.mode-card:before{content:"";position:absolute;width:160px;height:160px;border-radius:50%;right:-95px;top:-90px;background:var(--surface-3)}.mode-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.mode-card.selected{border-color:var(--orange);box-shadow:0 0 0 3px #ff52151a,var(--shadow)}.mode-top{display:flex;align-items:center;justify-content:space-between;position:relative}.mode-icon{width:43px;height:43px;border-radius:13px;display:flex;align-items:center;justify-content:center}.mode-strict .mode-icon{background:#fff0e9;color:var(--orange)}.mode-balanced .mode-icon{background:var(--purple-soft);color:var(--purple)}.mode-aggressive .mode-icon{background:var(--warning-soft);color:var(--warning)}.radio-control{width:25px;height:25px;border:1px solid var(--line-strong);border-radius:50%;display:flex;align-items:center;justify-content:center}.selected .radio-control{background:var(--orange);color:#fff;border-color:var(--orange)}.radio-control svg{width:14px}.mode-card h3{font-size:22px;letter-spacing:-.04em;margin:10px 0 8px}.mode-card p{font-size:10px;color:var(--muted);line-height:1.65;margin:0}.mode-foot{border-top:1px solid var(--line);padding-top:13px;display:flex;align-items:center;justify-content:space-between;font-size:9px;font-weight:750;color:var(--muted)}.mode-foot svg{width:15px}.policy-summary{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:22px;display:grid;grid-template-columns:1.15fr 1fr auto;gap:24px;align-items:center}.policy-summary h3{font-size:17px;letter-spacing:-.025em;margin:6px 0}.policy-summary p{font-size:10px;color:var(--muted);line-height:1.65}.policy-summary code{font-size:9px;background:var(--surface-3);padding:2px 5px;border-radius:5px}.policy-list{display:flex;flex-direction:column;gap:13px}.policy-list>div{display:flex;gap:9px}.policy-list svg{width:16px;color:var(--green);flex:0 0 auto}.policy-list span{display:flex;flex-direction:column;gap:3px}.policy-list strong{font-size:9px}.policy-list small{font-size:8px;color:var(--muted)}.policy-actions{display:flex;gap:8px;flex-direction:column}.detail-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.detail-actions{display:flex;gap:8px}.job-hero{display:flex;align-items:center;gap:16px;margin-bottom:18px}.job-file-icon{width:60px;height:60px;border-radius:18px;background:#fff0e9;color:var(--orange);display:flex;align-items:center;justify-content:center}.job-file-icon.intel{background:var(--purple-soft);color:var(--purple)}.job-file-icon svg{width:26px}.job-hero>div:last-child{min-width:0}.job-title-line{display:flex;align-items:center;gap:12px}.job-title-line h1{font-size:25px;letter-spacing:-.04em;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:900px}.job-hero p{font-size:10px;color:var(--muted);margin:6px 0}.job-meta{display:flex;gap:18px;margin-top:9px}.job-meta span{font-size:8px;color:var(--muted);display:flex;align-items:center;gap:5px}.job-meta svg{width:13px}.live-progress-card{margin-bottom:14px}.live-progress-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:14px}.live-progress-head h3{font-size:17px;margin:5px 0 0}.live-progress-head>strong{font-size:27px;letter-spacing:-.04em}.live-progress-card>.progress-track{height:10px}.progress-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:16px}.progress-stats span{background:var(--surface-2);border:1px solid var(--line);padding:11px;border-radius:11px;display:flex;flex-direction:column;gap:4px;color:var(--muted);font-size:8px}.progress-stats strong{font-size:14px;color:var(--ink)}.error-panel{margin-top:14px;padding:12px;border-radius:12px;background:var(--red-soft);color:var(--red);display:flex;gap:9px}.error-panel svg{width:17px;flex:0 0 auto}.error-panel span{display:flex;flex-direction:column;font-size:9px;gap:4px}.result-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:14px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.breakdown-bars{display:flex;flex-direction:column;gap:14px}.breakdown-bars>div>div{display:flex;align-items:center;justify-content:space-between;font-size:9px;margin-bottom:7px}.breakdown-bars>div>i{display:block;height:6px;border-radius:999px;background:var(--surface-3);overflow:hidden}.breakdown-bars>div>i>b{display:block;height:100%;border-radius:inherit}.download-list{display:flex;flex-direction:column;gap:9px}.download-item{display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:13px;padding:11px}.download-item.primary{border-color:#ffd8c6;background:#fff8f4}.download-item>span{width:35px;height:35px;border-radius:10px;background:var(--surface-3);display:flex;align-items:center;justify-content:center;color:var(--muted)}.download-item.primary>span{background:#fff0e9;color:var(--orange)}.download-item>div{display:flex;flex-direction:column;gap:3px;flex:1}.download-item strong{font-size:9px}.download-item small{font-size:8px;color:var(--muted)}.download-item a,.download-item button{width:32px;height:32px;border:0;border-radius:9px;background:var(--surface-3);display:flex;align-items:center;justify-content:center;color:var(--muted)}.download-item a:hover{background:var(--orange);color:#fff}.download-item button:disabled{opacity:.45}.records-card{margin-top:14px}.confidence-cell{display:flex;align-items:center;gap:8px;min-width:120px}.confidence-cell .progress-track{flex:1;height:5px}.confidence-cell span{font-size:8px}.detail-skeleton{height:520px}.intel-hero{background:linear-gradient(120deg,#17171c,#252531);border-radius:20px;padding:20px 22px;color:#fff;margin-bottom:15px}.intel-flow{display:flex;align-items:center;justify-content:space-between;gap:10px}.intel-flow>span{height:43px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;border-radius:12px;padding:0 12px;display:flex;align-items:center;gap:8px;font-size:9px;font-weight:750;white-space:nowrap}.intel-flow>span svg{width:15px;color:var(--orange)}.intel-flow>i{color:#656570;display:flex}.intel-flow>i svg{width:15px}.intel-hero>p{display:flex;align-items:center;gap:8px;font-size:9px;color:#a8a8b2;margin:15px 0 0}.intel-hero>p svg{width:14px;color:#48d99c}.intelligence-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:15px}.compact-upload{min-height:105px;border:1.5px dashed var(--line-strong);border-radius:15px;position:relative;display:flex;align-items:center;gap:12px;padding:16px;margin-bottom:17px;background:var(--surface-2)}.compact-upload input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.compact-upload>svg{width:24px;color:var(--orange)}.compact-upload>div{display:flex;flex-direction:column;gap:4px;flex:1}.compact-upload strong{font-size:10px}.compact-upload small{font-size:8px;color:var(--muted)}.compact-upload button{position:relative;z-index:2;border:0;background:var(--surface-3);width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;color:var(--muted)}.feature-list{display:flex;flex-direction:column}.feature-list>div{display:flex;gap:11px;padding:13px 0;border-bottom:1px solid var(--line)}.feature-list>div:last-child{border:0}.feature-list>div>span{width:35px;height:35px;border-radius:11px;background:var(--purple-soft);color:var(--purple);display:flex;align-items:center;justify-content:center}.feature-list svg{width:17px}.feature-list>div>div{display:flex;flex-direction:column;gap:4px}.feature-list strong{font-size:10px}.feature-list small{font-size:8px;color:var(--muted);line-height:1.45}.mapping-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.connector-intro{display:flex;gap:12px;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:15px 17px;margin-bottom:14px}.connector-intro>svg{color:var(--green);width:20px}.connector-intro strong{font-size:10px}.connector-intro p{font-size:9px;color:var(--muted);margin:5px 0 0;line-height:1.5}.connector-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.connector-card{display:flex;flex-direction:column;min-height:255px}.connector-top{display:flex;align-items:center;justify-content:space-between}.connector-icon{width:43px;height:43px;border-radius:14px;display:flex;align-items:center;justify-content:center}.provider-openai{background:#eaf9f3;color:#11966a}.provider-anthropic{background:#fff3e8;color:#c36918}.provider-remote_mcp{background:var(--purple-soft);color:var(--purple)}.provider-custom_http{background:var(--blue-soft);color:var(--blue)}.provider-github{background:var(--surface-3);color:var(--ink)}.connector-card h3{font-size:16px;margin:15px 0 7px;letter-spacing:-.025em}.connector-card>p{font-size:9px;color:var(--muted);line-height:1.55;min-height:42px}.connector-meta{display:flex;flex-direction:column;gap:6px;margin:8px 0}.connector-meta span{font-size:8px;color:var(--muted);display:flex;align-items:center;gap:6px}.connector-meta svg{width:11px}.connector-actions{display:flex;gap:7px;margin-top:auto}.secure-callout{display:flex;gap:10px;padding:12px;background:var(--green-soft);color:var(--green);border-radius:12px;margin-top:16px}.secure-callout>svg{width:17px}.secure-callout span{display:flex;flex-direction:column;gap:3px}.secure-callout strong{font-size:9px}.secure-callout small{font-size:8px;color:color-mix(in srgb,var(--green) 78%,var(--muted));line-height:1.45}.developer-hero{background:linear-gradient(125deg,#151519,#272730);color:#fff;border-radius:23px;padding:32px 35px;display:grid;grid-template-columns:1.25fr .75fr;gap:30px;margin-bottom:14px;position:relative;overflow:hidden}.developer-hero:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(109,93,252,.27),transparent 65%);right:-180px;top:-230px}.developer-hero>div{position:relative;z-index:2}.security-layers{display:flex;flex-direction:column;gap:10px;justify-content:center}.security-layers>div{border:1px solid rgba(255,255,255,.12);background:#ffffff0e;border-radius:14px;padding:12px 14px;display:grid;grid-template-columns:28px 1fr;gap:8px}.security-layers span{grid-row:1/3;color:var(--orange);font-size:10px;font-weight:850}.security-layers strong{font-size:9px}.security-layers small{font-size:8px;color:#9696a0;line-height:1.45}.token-list,.maintenance-list{display:flex;flex-direction:column}.token-list>div,.maintenance-list>div{display:flex;align-items:center;gap:11px;padding:12px 0;border-bottom:1px solid var(--line)}.token-list>div:last-child,.maintenance-list>div:last-child{border-bottom:0}.token-icon{width:36px;height:36px;border-radius:11px;background:var(--purple-soft);color:var(--purple);display:flex;align-items:center;justify-content:center}.token-icon svg{width:17px}.token-list>div>div:nth-child(2),.maintenance-list>div>div{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.token-list strong,.maintenance-list strong{font-size:9px}.token-list code{font-size:8px;color:var(--muted)}.token-list small,.maintenance-list small{font-size:7px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.token-right{align-items:flex-end!important}.severity-dot{width:9px;height:9px;border-radius:50%;background:var(--muted)}.severity-dot.high,.severity-dot.critical{background:var(--red)}.severity-dot.normal{background:var(--amber)}.scope-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.scope-grid>div{display:flex;gap:9px;border:1px solid var(--line);background:var(--surface-2);border-radius:12px;padding:11px}.scope-grid>div>span{width:23px;height:23px;border-radius:8px;background:var(--green-soft);color:var(--green);display:flex;align-items:center;justify-content:center}.scope-grid svg{width:13px}.scope-grid>div>div{display:flex;flex-direction:column;gap:3px}.scope-grid code{font-size:8px;font-weight:750}.scope-grid small{font-size:7px;color:var(--muted)}.scope-selector{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.scope-selector label{display:flex;gap:9px;border:1px solid var(--line);border-radius:11px;padding:10px}.scope-selector input{accent-color:var(--orange)}.scope-selector span{display:flex;flex-direction:column;gap:3px}.scope-selector code{font-size:9px}.scope-selector small{font-size:8px;color:var(--muted)}.token-created{text-align:center;padding:10px}.success-orb{width:58px;height:58px;border-radius:18px;background:var(--green-soft);color:var(--green);display:flex;align-items:center;justify-content:center;margin:0 auto 13px}.token-created h3{font-size:18px;margin:0 0 7px}.token-created p{font-size:10px;color:var(--muted);line-height:1.6}.secret-display{display:flex;align-items:center;gap:8px;background:#111114;color:#fff;border-radius:12px;padding:10px 10px 10px 13px;margin-top:15px}.secret-display code{font-size:9px;word-break:break-all;flex:1;text-align:left}.secret-display .icon-button{color:#bdbdc7}.secret-display .icon-button:hover{background:#2a2a30;color:#fff}.user-cell{display:flex;align-items:center;gap:9px}.user-cell>span:last-child{display:flex;flex-direction:column;gap:3px}.user-cell strong{font-size:9px}.user-cell small{font-size:8px;color:var(--muted)}.roles-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:14px}.roles-list{display:flex;flex-direction:column;gap:5px}.roles-list>.eyebrow{margin-bottom:8px}.roles-list button{border:0;background:transparent;border-radius:12px;padding:10px;display:flex;align-items:center;gap:9px;text-align:left}.roles-list button:hover,.roles-list button.active{background:var(--surface-3)}.roles-list button.active{box-shadow:inset 3px 0 0 var(--orange)}.role-icon{width:32px;height:32px;border-radius:10px;background:var(--surface);color:var(--muted);display:flex;align-items:center;justify-content:center}.role-icon svg{width:16px}.roles-list button>div{display:flex;flex-direction:column;gap:3px;flex:1}.roles-list strong{font-size:9px}.roles-list small{font-size:7px;color:var(--muted)}.roles-list button>svg{width:14px;color:var(--muted)}.permission-groups{display:grid;grid-template-columns:1fr 1fr;gap:18px}.permission-heading{display:flex;justify-content:space-between;margin-bottom:7px}.permission-heading strong{font-size:10px}.permission-heading small{font-size:8px;color:var(--muted)}.permission-groups>div>label{display:flex;gap:9px;padding:9px 0;border-bottom:1px solid var(--line)}.permission-groups input{accent-color:var(--orange)}.permission-groups label span{display:flex;flex-direction:column;gap:2px}.permission-groups label strong{font-size:8px}.permission-groups label small{font-size:7px;color:var(--muted)}.notification-list{display:flex;flex-direction:column}.notification-list>div{padding:13px 0;display:flex;align-items:flex-start;gap:11px;border-bottom:1px solid var(--line);position:relative}.notification-list>div:last-child{border:0}.notification-list>div.unread{background:linear-gradient(90deg,rgba(255,82,21,.035),transparent);margin:0 -22px;padding-left:22px;padding-right:22px}.notification-list>div>i{position:absolute;right:5px;top:20px;width:7px;height:7px;border-radius:50%;background:var(--orange)}.notification-icon{width:37px;height:37px;border-radius:11px;background:var(--surface-3);color:var(--muted);display:flex;align-items:center;justify-content:center}.notification-list>div.unread .notification-icon{background:#fff0e9;color:var(--orange)}.notification-icon svg{width:17px}.notification-list>div>div{display:flex;flex-direction:column;gap:4px}.notification-list strong{font-size:10px}.notification-list p{font-size:9px;color:var(--muted);margin:0}.notification-list small{font-size:7px;color:var(--muted)}.email-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:14px}.template-list{display:flex;flex-direction:column;gap:5px}.template-list button{border:0;background:transparent;border-radius:12px;padding:10px;display:flex;align-items:center;gap:10px;text-align:left}.template-list button:hover,.template-list button.active{background:var(--surface-3)}.template-list button>span{width:34px;height:34px;border-radius:10px;background:var(--surface);color:var(--muted);display:flex;align-items:center;justify-content:center}.template-list button.active>span{background:#fff0e9;color:var(--orange)}.template-list svg{width:16px}.template-list button>div{flex:1;display:flex;flex-direction:column;gap:3px}.template-list strong{font-size:9px}.template-list small{font-size:7px;color:var(--muted)}.template-list button>svg{width:14px;color:var(--muted)}.email-preview-card{background:#e9e9ed}.browser-frame{border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 18px 55px #00000021}.browser-top{height:37px;background:#f2f2f4;border-bottom:1px solid #dedee3;display:flex;align-items:center;gap:5px;padding:0 11px}.browser-top i{width:7px;height:7px;border-radius:50%;background:#d2d2d8}.browser-top i:first-child{background:#f26c62}.browser-top i:nth-child(2){background:#f2c35b}.browser-top i:nth-child(3){background:#56c978}.browser-top span{font-size:7px;color:#84848d;margin-left:8px}.email-preview{max-width:570px;margin:24px auto;background:#fff;border:1px solid #e7e7eb;border-radius:20px;overflow:hidden;box-shadow:0 18px 45px #00000014;color:#141419}.email-head{height:80px;background:#111114;display:flex;align-items:center;justify-content:space-between;padding:0 25px}.email-head img{width:115px}.email-head span{width:34px;height:34px;border-radius:11px;background:#ff5215;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:850;font-size:11px}.email-body{padding:30px}.email-body h2{font-size:27px;letter-spacing:-.045em;margin:8px 0 12px}.email-body>p{font-size:11px;line-height:1.65;color:#65656e}.email-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:21px 0}.email-metrics>div{border:1px solid #ececf0;background:#fafafa;border-radius:11px;padding:12px}.email-metrics small{display:block;font-size:6px;color:#8a8a94;letter-spacing:.1em}.email-metrics strong{font-size:15px;display:block;margin-top:5px}.email-body>button{border:0;background:#ff5215;color:#fff;border-radius:10px;padding:11px 15px;font-size:9px;font-weight:800}.email-note{display:flex;gap:7px;background:#fff7f2;border:1px solid #ffe0d0;border-radius:10px;padding:10px;font-size:7px;color:#75422c;margin-top:18px}.email-note svg{width:13px}.email-foot{padding:17px 30px;border-top:1px solid #ececf0;color:#898993;font-size:7px;line-height:1.7}.timeline-log{display:flex;flex-direction:column}.timeline-log>div{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.timeline-log>div:last-child{border-bottom:0}.timeline-icon{width:35px;height:35px;border-radius:11px;background:var(--surface-3);color:var(--muted);display:flex;align-items:center;justify-content:center}.timeline-icon svg{width:16px}.timeline-log>div>div{display:flex;flex-direction:column;gap:3px;flex:1}.timeline-log strong{font-size:9px}.timeline-log span:not(.timeline-icon){font-size:8px;color:var(--muted)}.status-banner{display:flex;align-items:center;gap:13px;border:1px solid rgba(28,166,107,.22);background:var(--green-soft);border-radius:17px;padding:17px;margin-bottom:14px}.status-orb{width:43px;height:43px;border-radius:13px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center}.status-orb svg{width:20px}.status-banner>div{flex:1}.status-banner strong{font-size:11px}.status-banner p{font-size:9px;color:color-mix(in srgb,var(--green) 75%,var(--muted));margin:4px 0 0}.system-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:14px}.system-card>div:first-child{display:flex;justify-content:space-between}.system-card>div:first-child>span{width:39px;height:39px;border-radius:12px;background:var(--surface-3);color:var(--muted);display:flex;align-items:center;justify-content:center}.system-card svg{width:18px}.system-card h3{font-size:10px;color:var(--muted);margin:16px 0 5px}.system-card>strong{font-size:16px;letter-spacing:-.025em}.system-card p{font-size:8px;color:var(--muted);line-height:1.45;margin:6px 0 0}.resource-list{display:grid;grid-template-columns:1fr 1fr;gap:9px}.resource-list>div{border:1px solid var(--line);border-radius:12px;background:var(--surface-2);padding:11px}.resource-list span{font-size:8px;color:var(--muted);display:flex;align-items:center;gap:6px}.resource-list svg{width:13px}.resource-list strong{font-size:13px;display:block;margin-top:7px}.queue-list{display:flex;flex-direction:column}.queue-list>div{display:flex;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid var(--line)}.queue-list>div:last-child{border:0}.queue-icon{width:35px;height:35px;border-radius:11px;display:flex;align-items:center;justify-content:center}.queue-icon.orange{background:#fff0e9;color:var(--orange)}.queue-icon.purple{background:var(--purple-soft);color:var(--purple)}.queue-icon.green{background:var(--green-soft);color:var(--green)}.queue-icon svg{width:16px}.queue-list>div>div{display:flex;flex-direction:column;gap:3px;flex:1}.queue-list strong{font-size:9px}.queue-list small{font-size:7px;color:var(--muted)}.readiness-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.readiness-grid>div{display:flex;gap:9px;border:1px solid var(--line);border-radius:12px;padding:11px}.readiness-grid>div>span{width:26px;height:26px;border-radius:8px;background:var(--warning-soft);color:var(--warning);display:flex;align-items:center;justify-content:center}.readiness-grid>div>span.done{background:var(--green-soft);color:var(--green)}.readiness-grid svg{width:14px}.readiness-grid>div>div{display:flex;flex-direction:column;gap:3px}.readiness-grid strong{font-size:9px}.readiness-grid small{font-size:7px;color:var(--muted);line-height:1.4}.settings-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:14px}.settings-nav{display:flex;flex-direction:column;gap:4px;height:max-content;position:sticky;top:95px}.settings-nav button{border:0;background:transparent;border-radius:11px;padding:10px;display:flex;align-items:center;gap:9px;color:var(--muted);font-size:9px;font-weight:700;text-align:left}.settings-nav button:hover,.settings-nav button.active{background:var(--surface-3);color:var(--ink)}.settings-nav button.active{box-shadow:inset 3px 0 0 var(--orange)}.settings-nav svg{width:16px}.settings-nav span{flex:1}.settings-nav button>svg:last-child{width:13px}.settings-panel{min-height:500px}.brand-setting-preview{display:flex;align-items:center;gap:14px;padding:14px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2);margin-bottom:18px}.brand-setting-preview img{width:120px}.brand-setting-preview>div:nth-child(2){display:flex;flex-direction:column;gap:3px;flex:1}.brand-setting-preview strong{font-size:9px}.brand-setting-preview small{font-size:8px;color:var(--muted)}.color-dots{display:flex!important;flex-direction:row!important;gap:5px}.color-dots i{width:22px;height:22px;border-radius:7px;border:2px solid var(--surface)}.office-grid>div{border:1px solid var(--line);border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:8px}.office-grid strong{font-size:9px}.office-grid .input{height:37px;font-size:9px}.retention-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.retention-grid .field{position:relative}.retention-grid .field>small:last-child{position:absolute;right:11px;bottom:14px}.engine-warning{display:flex;gap:11px;padding:14px;border-radius:14px;background:var(--warning-soft);color:var(--warning);margin-bottom:18px}.engine-warning>svg{width:19px}.engine-warning strong{font-size:9px}.engine-warning p{font-size:8px;line-height:1.5;margin:4px 0 0}.profile-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:14px}.profile-large-avatar{width:84px;height:84px;border-radius:25px;background:linear-gradient(145deg,var(--orange),var(--amber));color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:850;margin:6px auto 15px}.profile-card>p{font-size:9px;color:var(--muted)}.profile-details{display:flex;flex-direction:column;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:18px 0;padding:9px 0}.profile-details>span{display:flex;align-items:center;justify-content:space-between;padding:7px 0}.profile-details strong{font-size:8px;color:var(--muted)}.profile-details small{font-size:8px}.session-list{display:flex;flex-direction:column}.session-list>div{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--line)}.session-list>div:last-child{border:0}.session-list>div>span{width:36px;height:36px;border-radius:11px;background:var(--surface-3);color:var(--muted);display:flex;align-items:center;justify-content:center}.session-list svg{width:16px}.session-list>div>div{display:flex;flex-direction:column;gap:3px;flex:1}.session-list strong{font-size:9px}.session-list small{font-size:7px;color:var(--muted)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#08080a8c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:200;display:flex;align-items:center;justify-content:center;padding:22px}.modal{width:min(520px,100%);max-height:90vh;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:21px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column}.modal-lg{width:min(760px,100%)}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:21px 22px;border-bottom:1px solid var(--line)}.modal-header h2{font-size:18px;letter-spacing:-.035em;margin:0}.modal-header p{font-size:9px;color:var(--muted);line-height:1.5;margin:6px 0 0}.modal-body{padding:21px 22px;overflow:auto}.modal-body>.field{margin-bottom:15px}.modal-footer{padding:13px 22px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:8px}@media(max-width:1180px){.metric-grid,.result-metric-grid,.connector-grid{grid-template-columns:repeat(2,1fr)}.auth-proof{grid-template-columns:1fr}.auth-message h1{font-size:44px}.scope-grid,.system-grid{grid-template-columns:repeat(2,1fr)}.policy-summary{grid-template-columns:1fr 1fr}.policy-actions{grid-column:1/-1;flex-direction:row;justify-content:flex-end}.readiness-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:980px){.auth-page{grid-template-columns:1fr}.auth-art{display:none}.mobile-logo{display:block}.auth-panel{min-height:100vh}.dashboard-grid,.dashboard-grid.lower,.mapping-layout,.intelligence-layout,.detail-grid,.developer-hero,.email-layout{grid-template-columns:1fr}.hero-orbit{display:none}.hero-strip{min-height:auto}.mode-grid{grid-template-columns:1fr}.connector-grid{grid-template-columns:1fr 1fr}.roles-layout,.settings-layout,.profile-layout{grid-template-columns:1fr}.roles-list,.settings-nav{position:static}.roles-list,.settings-nav{display:grid;grid-template-columns:repeat(3,1fr)}.permission-groups{grid-template-columns:1fr}.global-search{width:250px}.footer-columns{grid-template-columns:1fr 1fr}.app-footer{flex-direction:column}.intel-flow{overflow:auto;justify-content:flex-start}.office-grid{grid-template-columns:1fr}}@media(max-width:760px){:root{--sidebar: 0px}.sidebar{width:270px;transform:translate(-100%);box-shadow:var(--shadow-lg)}.sidebar.mobile-open{transform:translate(0)}.mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:45;display:none}.mobile-overlay.show{display:block}.main-shell{margin-left:0}.topbar{padding:0 14px}.mobile-menu{display:flex}.global-search{display:none}.profile-trigger>span:not(.avatar),.profile-trigger>svg{display:none}.page-canvas{padding:20px 14px 0}.page-header{align-items:flex-start;flex-direction:column}.page-actions{width:100%;overflow:auto}.hero-strip{padding:25px}.hero-strip h2,.developer-hero h2{font-size:28px}.metric-grid,.result-metric-grid,.system-grid,.progress-stats{grid-template-columns:1fr 1fr}.form-grid,.mapping-grid,.retention-grid,.connector-grid,.scope-grid,.policy-summary{grid-template-columns:1fr}.stepper{grid-template-columns:1fr 35px 1fr 35px 1fr}.stepper>div{flex-direction:column;text-align:center}.stepper>div>div{display:none}.stepper>i{margin:0}.job-title-line{align-items:flex-start;flex-direction:column}.job-title-line h1{font-size:20px;max-width:100%}.job-meta{flex-wrap:wrap;gap:9px}.list-toolbar{align-items:stretch;flex-direction:column}.search-box{width:100%}.list-toolbar>div{width:100%}.list-toolbar select{flex:1}.roles-list,.settings-nav{grid-template-columns:1fr 1fr}.readiness-grid,.footer-columns{grid-template-columns:1fr}.app-footer{padding-bottom:25px}.toast-stack{left:14px;right:14px}.toast{min-width:0}.auth-panel{padding:28px}.simple-auth-card{padding:24px}}@media(max-width:480px){.metric-grid,.result-metric-grid,.system-grid{grid-template-columns:1fr}.page-header h1{font-size:27px}.hero-strip h2,.developer-hero h2{font-size:25px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.progress-stats,.roles-list,.settings-nav,.permission-groups,.office-grid{grid-template-columns:1fr}.auth-form h2{font-size:28px}}.nav-label{font-size:9px}.nav-item{font-size:12px}.nav-count{font-size:9px}.system-mini strong{font-size:11px}.system-mini small{font-size:9px}.global-search input{font-size:12px}.global-search kbd{font-size:9px}.profile-trigger strong{font-size:11px}.profile-trigger small{font-size:9px}.demo-notice{font-size:11px}.app-loader{font-size:12px}.footer-columns strong{font-size:10px}.footer-columns span,.footer-columns a,.app-footer>div:first-child p{font-size:11px}.hero-kicker{font-size:10px}.hero-strip p,.developer-hero p{font-size:13px}.orbit-pill{font-size:10px}.metric-label{font-size:12px}.metric-foot>span{font-size:10px}.quality-score span,.quality-breakdown span{font-size:10px}.quality-breakdown strong{font-size:14px}.fine-print{font-size:10px!important}.activity-list strong{font-size:12px}.activity-list small{font-size:10px}.data-table th{font-size:10px;padding:12px}.data-table td{font-size:12px;padding:14px 12px}.file-cell strong{font-size:12px}.file-cell small{font-size:10px}.progress-cell span{font-size:11px}.progress-cell small{font-size:9px}.date-cell{font-size:10px}.search-box input{font-size:12px}.badge{font-size:10px}.field-label{font-size:12px}.field small{font-size:11px}.toggle-row strong{font-size:13px}.toggle-row small{font-size:11px}.tabbar button{font-size:12px}.empty-state p{font-size:13px}.inline-note{font-size:12px}.settings-nav button,.brand-setting-preview strong,.office-grid strong,.engine-warning strong,.brand-setting-preview small,.office-grid .input,.engine-warning p,.system-card h3{font-size:11px}.system-card p,.resource-list span{font-size:10px}.queue-list strong,.readiness-grid strong{font-size:11px}.queue-list small,.readiness-grid small{font-size:10px}.modal-header p{font-size:11px}.profile-card>p,.profile-details strong,.profile-details small,.session-list strong{font-size:11px}.session-list small{font-size:9px}.sidebar .brand-icon{width:42px;height:42px;flex:0 0 42px;border-radius:0;background:transparent;overflow:visible}.sidebar .brand-icon img{width:58px;height:58px;object-fit:contain}.sidebar-top{gap:10px}.sidebar-top .brand-lockup{gap:8px}.sidebar .brand-copy{min-width:0;justify-content:center;gap:1px}.sidebar .brand-copy strong{color:#fff;font-size:14px;line-height:1.15;white-space:nowrap}.sidebar .brand-copy span{font-size:9px;line-height:1.2;white-space:nowrap}.profile-layout{grid-template-columns:minmax(290px,330px) minmax(0,1fr);gap:18px;align-items:start}.profile-card{padding:28px 24px;text-align:center}.profile-card>.button{width:100%;justify-content:center}.profile-large-avatar{width:88px;height:88px;border-radius:26px;margin:0 auto 16px;font-size:25px;box-shadow:0 14px 28px #ff521529}.profile-card h2{font-size:21px;line-height:1.2}.profile-card>p{margin:7px 0 10px;font-size:12px;word-break:break-word}.profile-details{margin:20px 0;padding:10px 0}.profile-details>span{min-height:42px;padding:8px 0}.profile-details strong,.profile-details small{font-size:11px}.sessions-card{min-height:400px}.session-list{width:100%}.session-list>div{display:grid;grid-template-columns:42px minmax(0,1fr) 98px;align-items:center;gap:12px;min-width:0;padding:14px 0}.session-list>div>span.session-icon{width:38px;height:38px;border-radius:12px}.session-copy{min-width:0;overflow:hidden}.session-list strong{display:-webkit-box;overflow:hidden;font-size:12px;line-height:1.35;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical}.session-list small{font-size:10px;line-height:1.4}.session-list .badge{width:98px;min-width:98px;justify-self:end;justify-content:center;padding-left:10px;padding-right:10px}.password-callout{margin-top:4px}.footer-brand{min-width:200px}.footer-brand-mark{position:relative;width:172px;height:36px;overflow:hidden}.footer-brand-mark .footer-logo{position:absolute;top:-99px;left:-30px;width:232px;height:232px;max-width:none}.app-footer{align-items:flex-start}.footer-columns{align-items:start}@media(max-width:980px){.profile-layout{grid-template-columns:1fr}}@media(max-width:560px){.session-list>div{grid-template-columns:38px minmax(0,1fr);gap:10px}.session-list .badge{grid-column:2;width:max-content;min-width:0;justify-self:start}}:root{color-scheme:light;--text-primary: var(--ink);--text-secondary: var(--muted);--panel: var(--surface);--panel-subtle: var(--surface-2);--interactive: var(--orange);--focus-ring: 0 0 0 4px rgba(255, 82, 21, .14)}:root[data-theme=dark]{color-scheme:dark}html{scroll-behavior:smooth}body{font-size:14px;line-height:1.5;overflow-x:hidden}button,input,select,textarea{font-size:14px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;box-shadow:var(--focus-ring)}.sidebar-brand,.mobile-brand{display:flex;align-items:center;min-width:0}.brand-lockup{display:flex;align-items:center;gap:11px;min-width:0}.brand-symbol{display:block;width:38px;height:38px;object-fit:contain;flex:0 0 38px}.brand-lockup>div{display:flex;flex-direction:column;min-width:0;gap:2px}.brand-lockup strong{font-size:14px;line-height:1.15;letter-spacing:-.025em;white-space:nowrap}.brand-lockup span{font-size:9px;line-height:1.2;text-transform:uppercase;letter-spacing:.13em;color:var(--muted-2);white-space:nowrap}.sidebar .brand-lockup strong{color:#fff}.sidebar .brand-lockup span{color:#8f8f99}.sidebar-brand{height:74px;padding:0 20px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-foot{padding:14px 16px;border-top:1px solid rgba(255,255,255,.08);margin-top:auto}.user-mini{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:9px;padding:8px;border-radius:13px;background:#ffffff0b}.user-mini>span:not(.avatar){min-width:0;display:flex;flex-direction:column}.user-mini strong{font-size:11px;color:#fff;overflow:hidden;text-overflow:ellipsis}.user-mini small{font-size:9px;color:#8f8f99;overflow:hidden;text-overflow:ellipsis}.global-search-trigger{width:min(430px,38vw);height:42px;border:1px solid var(--line);background:var(--surface-2);border-radius:13px;padding:0 12px;display:flex;align-items:center;gap:9px;color:var(--muted);transition:.18s}.global-search-trigger:hover{border-color:var(--line-strong);background:var(--surface)}.global-search-trigger>span{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.global-search-trigger kbd,.command-hint{border:1px solid var(--line);background:var(--surface);border-radius:6px;padding:2px 6px;font-size:9px;color:var(--muted);box-shadow:0 1px 2px #0000000a}.notification-dot{position:absolute;top:6px;right:6px;width:7px;height:7px;border:2px solid var(--surface);background:var(--orange);border-radius:50%}.mobile-brand{display:none}.command-search{display:flex;align-items:center;gap:10px;padding:15px 18px;border-bottom:1px solid var(--line)}.command-search svg{color:var(--muted);flex:0 0 auto}.command-search input{border:0;outline:0;background:transparent;color:var(--ink);font-size:15px;width:100%}.command-results{padding:8px;max-height:min(540px,70vh);overflow:auto}.command-results button{width:100%;border:0;background:transparent;display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:11px;align-items:center;text-align:left;padding:10px;border-radius:11px;color:var(--ink)}.command-results button:hover,.command-results button:focus{background:var(--surface-3)}.command-results button>i{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#fff0e9;color:var(--orange)}:root[data-theme=dark] .command-results button>i{background:#3a2015}.command-results button>span{min-width:0;display:flex;flex-direction:column}.command-results strong{font-size:12px}.command-results small{font-size:10px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.command-loading{padding:34px;text-align:center;color:var(--muted);font-size:12px}.simple-auth{min-height:100vh;display:grid;grid-template-columns:minmax(470px,1.08fr) minmax(400px,.92fr);background:var(--surface)}.auth-copy{position:relative;isolation:isolate;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;background:#111114;color:#fff;padding:44px 6vw}.auth-copy:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:46px 46px;-webkit-mask-image:linear-gradient(black,transparent 94%);mask-image:linear-gradient(black,transparent 94%)}.auth-copy:after{content:"";position:absolute;z-index:-1;width:620px;height:620px;right:-250px;bottom:-250px;border-radius:50%;background:radial-gradient(circle,rgba(255,82,21,.58),rgba(255,164,0,.15) 38%,transparent 70%);filter:blur(3px)}.auth-copy>div{max-width:650px}.auth-copy h1{font-size:clamp(42px,5.2vw,72px);line-height:.99;letter-spacing:-.06em;margin:70px 0 24px;max-width:720px}.auth-copy h1 em{font-style:normal;color:#ff7a42}.auth-copy>div>p{max-width:590px;color:#bdbdc6;font-size:16px;line-height:1.75}.auth-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:42px}.auth-points>div{padding:17px;border:1px solid rgba(255,255,255,.12);background:#ffffff0e;border-radius:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth-points strong{display:block;font-size:12px;margin-bottom:5px}.auth-points span{font-size:10px;color:#a8a8b2;line-height:1.5}.auth-footer{font-size:10px;color:#777782;letter-spacing:.04em}.auth-form{display:flex;align-items:center;justify-content:center;padding:44px;background:var(--surface)}.auth-form>div{width:min(410px,100%)}.auth-form h2{font-size:34px;letter-spacing:-.05em;margin:22px 0 8px}.auth-form>div>p{color:var(--muted);font-size:13px;line-height:1.65;margin:0 0 28px}.auth-form form{display:flex;flex-direction:column;gap:15px}.auth-form .button{width:100%;margin-top:4px}.auth-row{display:flex;justify-content:flex-end;align-items:center}.auth-row a,.back-link{font-size:11px;font-weight:750;color:var(--orange)}.password-input{position:relative}.password-input .input{padding-right:45px}.password-input .icon-button{position:absolute;right:3px;top:3px}.page-canvas{min-height:calc(100vh - var(--topbar));display:flex;flex-direction:column;padding:30px 30px 0}.page-canvas>main,.page-canvas>.content{width:100%;max-width:1540px;margin:0 auto}.page-header{padding-top:3px}.page-header h1{font-size:clamp(29px,2.4vw,38px)}.page-header p{font-size:13px;max-width:820px}.page-actions{flex-wrap:wrap;justify-content:flex-end}.hero-strip{position:relative;overflow:hidden;isolation:isolate;min-height:230px;background:#141417;color:#fff;border-radius:24px;padding:34px 36px;box-shadow:0 22px 60px #11111429}.hero-strip:after{content:"";position:absolute;z-index:-1;right:-160px;top:-200px;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(255,82,21,.58),rgba(255,164,0,.13) 39%,transparent 70%)}.hero-strip h2{font-size:34px;line-height:1.08;letter-spacing:-.05em;margin:10px 0 12px}.hero-strip p{max-width:690px;color:#bcbcc5}.hero-mark{position:absolute;right:28px;bottom:16px;width:180px;height:180px;object-fit:contain;opacity:.09}.quick-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr);gap:18px;margin-top:18px}.dashboard-grid.lower{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr)}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0}.metric-card{padding:18px;min-height:134px;display:flex;flex-direction:column}.metric-card>svg,.metric-card>i{color:var(--orange)}.metric-card strong{font-size:25px;letter-spacing:-.045em;margin-top:auto}.metric-card small{font-size:10px;color:var(--muted)}.card-heading h3{font-size:18px}.card-heading p{font-size:12px}.block-muted{padding:14px;border-radius:13px;background:var(--surface-2);border:1px solid var(--line);color:var(--muted);font-size:12px;line-height:1.6}.check-list{display:flex;flex-direction:column;gap:10px}.check-list>div{display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;align-items:start}.check-list svg{width:18px;color:var(--green)}.check-list strong{font-size:12px}.check-list small{display:block;color:var(--muted);font-size:10px;line-height:1.45;margin-top:3px}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}.toolbar>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.search-box{position:relative;display:flex;align-items:center;min-width:280px}.search-box svg{position:absolute;left:12px;color:var(--muted);width:16px}.search-box .input{padding-left:38px}.filter-grid{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:12px;margin:0 0 16px;padding:14px;border-radius:15px;background:var(--surface-2);border:1px solid var(--line)}.table-wrap{width:100%;overflow:auto;border-radius:15px;border:1px solid var(--line)}table{border-collapse:collapse;width:100%;min-width:760px;background:var(--surface)}th{position:sticky;top:0;z-index:1;background:var(--surface-2);color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.075em;text-align:left;font-weight:820;padding:12px 14px;border-bottom:1px solid var(--line)}td{padding:14px;font-size:12px;vertical-align:middle;border-bottom:1px solid var(--line)}tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:color-mix(in srgb,var(--surface-2) 58%,transparent)}.table-link{font-weight:780;color:var(--ink)}.table-link:hover{color:var(--orange)}.wrap-cell{min-width:220px;max-width:500px;white-space:normal;overflow-wrap:anywhere;line-height:1.55}.json-cell{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;max-width:330px;white-space:pre-wrap;overflow-wrap:anywhere;color:var(--muted)}.progress-cell{min-width:150px}.progress-cell>div{display:flex;justify-content:space-between;font-size:10px;margin-bottom:5px}.user-cell,.file-cell{display:flex;align-items:center;gap:10px;min-width:180px}.user-cell>span:not(.avatar),.file-cell>span{min-width:0;display:flex;flex-direction:column}.user-cell strong,.file-cell strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-cell small,.file-cell small{color:var(--muted);font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.action-menu{position:relative;display:inline-flex}.action-popover{position:absolute;z-index:80;right:0;top:calc(100% + 6px);min-width:190px;padding:6px;border-radius:13px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-lg)}.action-popover button{width:100%;border:0;background:transparent;display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:9px;color:var(--ink);font-size:11px;text-align:left}.action-popover button:hover{background:var(--surface-3)}.action-popover button.danger{color:var(--red)}.table-skeleton{height:52px;border-bottom:1px solid var(--line);background:linear-gradient(90deg,var(--surface-2),var(--surface),var(--surface-2));background-size:220% 100%;animation:shimmer 1.5s infinite}.upload-card{padding:24px}.dropzone{position:relative;min-height:215px;border:1.5px dashed var(--line-strong);border-radius:18px;background:var(--surface-2);display:flex;align-items:center;justify-content:center;text-align:center;padding:28px;transition:.2s}.dropzone:hover,.dropzone.dragging{border-color:var(--orange);background:#fff8f4}.dropzone input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.dropzone svg{width:36px;height:36px;color:var(--orange);margin-bottom:12px}.dropzone h3{font-size:16px;margin:0 0 5px}.dropzone p{font-size:11px;color:var(--muted);margin:0}.upload-progress{display:flex;align-items:center;gap:12px;padding:14px;border-radius:14px;background:var(--surface-2);border:1px solid var(--line)}.mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.mode-grid button{position:relative;border:1px solid var(--line);background:var(--surface);border-radius:16px;text-align:left;padding:18px;color:var(--ink);min-height:150px}.mode-grid button:hover{border-color:#ffb89e;transform:translateY(-1px)}.mode-grid button.active{border-color:var(--orange);box-shadow:0 0 0 3px #ff52151a}.mode-grid strong{font-size:15px}.mode-grid p{font-size:11px;color:var(--muted);line-height:1.55;margin:10px 0 0}.mode-grid .badge{position:absolute;right:13px;top:13px}.preview-table{margin-top:16px}.mapping-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.engine-callout{display:flex;align-items:center;gap:13px;padding:15px 16px;margin-bottom:17px;border:1px solid #ffd1bd;background:#fff7f2;border-radius:15px;color:#6b3822}.engine-callout>svg{flex:0 0 auto;color:var(--orange)}.engine-callout>div{flex:1}.engine-callout strong{font-size:12px}.engine-callout p{font-size:10px;margin:3px 0 0;line-height:1.5}:root[data-theme=dark] .engine-callout{background:#2b1c16;border-color:#543020;color:#e7b7a0}.job-status-card{padding:24px}.progress-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0}.progress-stats>div{padding:13px;border-radius:12px;background:var(--surface-2);border:1px solid var(--line)}.progress-stats small{font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}.progress-stats strong{display:block;font-size:17px;margin-top:4px}.result-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.download-card{display:flex;align-items:center;gap:13px;padding:17px;border:1px solid var(--line);border-radius:15px;background:var(--surface-2)}.download-card>svg{color:var(--orange)}.download-card>span{flex:1;display:flex;flex-direction:column}.download-card strong{font-size:12px}.download-card small{font-size:10px;color:var(--muted)}.connector-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.connector-card{display:flex;flex-direction:column;min-height:245px;padding:19px}.connector-icon{width:42px;height:42px;border-radius:13px;background:#fff0e9;color:var(--orange);display:flex;align-items:center;justify-content:center}.connector-card h3{font-size:16px;margin:15px 0 4px}.connector-card p{font-size:11px;color:var(--muted);line-height:1.55}.connector-card .form-actions{margin-top:auto}.connector-error,.error-block{padding:12px 13px;border-radius:12px;background:var(--red-soft);border:1px solid rgba(228,61,48,.2);color:var(--red);font-size:11px;line-height:1.5}.model-row{display:flex;gap:9px;align-items:end}.model-row .field{flex:1}.developer-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.8fr);gap:20px;padding:25px;border-radius:21px;background:#141417;color:#fff;margin-bottom:18px}.developer-hero code{display:block;margin:12px 0;padding:13px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;border-radius:11px;font-size:11px;overflow:auto}.developer-hero p{color:#aaaab4}.developer-steps{display:flex;flex-direction:column;gap:10px}.developer-steps>div{display:grid;grid-template-columns:30px 1fr;gap:10px;padding:11px;background:#ffffff0e;border:1px solid rgba(255,255,255,.09);border-radius:12px}.developer-steps b{width:26px;height:26px;border-radius:9px;background:var(--orange);display:flex;align-items:center;justify-content:center}.developer-steps span{display:flex;flex-direction:column}.developer-steps strong{font-size:11px}.developer-steps small{font-size:9px;color:#9999a3;margin-top:2px}.secret-banner{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:16px;margin-bottom:18px;border:1px solid #ffcfba;background:#fff7f2;border-radius:15px}.secret-banner code{display:block;word-break:break-all;font-size:11px;margin-top:8px}.scope-grid,.permission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.scope-grid label,.permission-grid label{display:flex;gap:9px;align-items:flex-start;border:1px solid var(--line);border-radius:11px;padding:10px;font-size:10px}.scope-grid label.checked,.permission-grid label.checked{border-color:#ffb89e;background:#fff8f4}:root[data-theme=dark] .scope-grid label.checked,:root[data-theme=dark] .permission-grid label.checked{background:#2b1c16}.scope-summary{font-size:10px;color:var(--muted)}.maintenance-list{display:flex;flex-direction:column}.maintenance-list>div{display:grid;grid-template-columns:105px minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}.maintenance-list>div:last-child{border:0}.maintenance-list span{display:flex;flex-direction:column}.maintenance-list strong{font-size:12px}.maintenance-list small{font-size:10px;color:var(--muted)}.roles-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:17px}.role-list{display:flex;flex-direction:column;gap:6px}.role-list button{border:1px solid transparent;background:transparent;border-radius:11px;padding:11px;text-align:left;color:var(--ink)}.role-list button:hover{background:var(--surface-2)}.role-list button.active{border-color:#ffb89e;background:#fff8f4}.role-list strong{font-size:12px}.role-list small{display:block;color:var(--muted);font-size:9px;margin-top:2px}.activity-feed{display:flex;flex-direction:column}.activity-feed>div{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:11px;align-items:start;padding:13px 0;border-bottom:1px solid var(--line)}.activity-feed>div:last-child{border:0}.activity-feed>div>i{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:11px;background:var(--surface-3);color:var(--orange)}.activity-feed span{display:flex;flex-direction:column}.activity-feed strong{font-size:11px;line-height:1.45}.activity-feed small{font-size:9px;color:var(--muted);margin-top:3px}.tabs{display:flex;gap:4px;padding:4px;background:var(--surface-3);border-radius:13px;width:max-content;max-width:100%;overflow:auto;margin-bottom:17px}.tabs button{border:0;background:transparent;padding:9px 13px;border-radius:10px;font-size:11px;color:var(--muted);white-space:nowrap}.tabs button.active{background:var(--surface);color:var(--ink);box-shadow:0 2px 10px #0000000f}.notification-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:17px}.notification-list{display:flex;flex-direction:column;gap:6px}.notification-list button{border:1px solid transparent;background:transparent;text-align:left;padding:12px;border-radius:12px;color:var(--ink)}.notification-list button:hover{background:var(--surface-2)}.notification-list button.active{border-color:#ffb89e;background:#fff8f4}.notification-list strong{display:block;font-size:11px}.notification-list small{display:block;font-size:9px;color:var(--muted);margin-top:3px}.email-preview{width:100%;height:720px;border:1px solid var(--line);border-radius:15px;background:#f4f4f6}.email-preview iframe{width:100%;height:100%;border:0;border-radius:inherit}.system-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(330px,.6fr);gap:17px}.system-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.system-card{padding:17px;min-height:150px}.system-card>div:first-child{display:flex;justify-content:space-between;gap:10px}.system-card svg{color:var(--orange)}.system-card h3{font-size:12px;margin:13px 0 5px}.system-card p{font-size:10px;color:var(--muted);line-height:1.5}.resource-list{display:flex;flex-direction:column;gap:12px}.resource-list>div{display:grid;grid-template-columns:1fr auto;gap:5px}.resource-list span,.resource-list strong{font-size:10px}.resource-list .progress-track{grid-column:1/-1}.storage-meter{padding:16px;border-radius:14px;background:var(--surface-2);border:1px solid var(--line)}.storage-meter>div{display:flex;justify-content:space-between;margin-bottom:9px}.storage-meter strong{font-size:18px}.queue-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.queue-summary>div{padding:11px;border-radius:11px;background:var(--surface-2);border:1px solid var(--line)}.queue-summary small{font-size:8px;text-transform:uppercase;color:var(--muted)}.queue-summary strong{display:block;font-size:16px;margin-top:4px}.settings-layout{display:grid;grid-template-columns:245px minmax(0,1fr);gap:17px}.settings-nav{position:sticky;top:88px;align-self:start;display:flex;flex-direction:column;padding:8px}.settings-nav button{display:flex;align-items:center;gap:9px;border:0;background:transparent;color:var(--muted);padding:10px;border-radius:10px;text-align:left;font-size:11px}.settings-nav button:hover{background:var(--surface-2);color:var(--ink)}.settings-nav button.active{background:#fff0e9;color:var(--orange);font-weight:800}:root[data-theme=dark] .settings-nav button.active{background:#3a2015}.settings-history{display:flex;flex-direction:column;gap:7px}.settings-history>div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px;border:1px solid var(--line);border-radius:11px}.brand-preview{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2);margin-bottom:17px}.office-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.footer-section{padding:14px;border:1px solid var(--line);border-radius:13px;background:var(--surface-2)}.profile-layout{display:grid;grid-template-columns:minmax(280px,330px) minmax(0,1fr);gap:17px}.profile-card{text-align:center}.profile-avatar{width:82px;height:82px;border-radius:24px;background:linear-gradient(135deg,var(--orange),var(--amber));color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:850;margin:0 auto 14px;box-shadow:0 15px 30px #ff521533}.profile-card h2{font-size:20px;margin:0}.profile-card>p{font-size:11px;color:var(--muted);margin:6px 0 10px;word-break:break-word}.profile-details{display:flex;flex-direction:column;margin:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.profile-details>span{display:flex;justify-content:space-between;gap:12px;text-align:left;padding:11px 0;font-size:11px}.profile-details b{color:var(--muted)}.app-footer{margin:38px -30px 0;padding:30px;display:grid;grid-template-columns:minmax(230px,.8fr) minmax(0,1.5fr);gap:30px;background:var(--surface);border-top:1px solid var(--line)}.footer-intro img{display:block;width:150px;height:auto;margin-bottom:12px}.footer-intro p{font-size:11px;color:var(--muted);max-width:320px;line-height:1.6}.footer-sections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.footer-section{background:transparent;padding:0;border:0}.footer-section strong{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.footer-section span,.footer-section a{display:block;color:var(--muted);font-size:10px;line-height:1.65}.footer-section a:hover{color:var(--orange)}.light-only{display:block}.dark-only{display:none!important}:root[data-theme=dark] .light-only{display:none!important}:root[data-theme=dark] .dark-only{display:block!important}:root[data-theme=dark] .button-secondary,:root[data-theme=dark] .input,:root[data-theme=dark] table,:root[data-theme=dark] .modal,:root[data-theme=dark] .app-footer{color:var(--ink);background:var(--surface)}:root[data-theme=dark] th{background:var(--surface-2)}:root[data-theme=dark] .dropzone:hover{background:#241b17}:root[data-theme=dark] .role-list button.active,:root[data-theme=dark] .notification-list button.active{background:#2b1c16}:root[data-theme=dark] .secret-banner{background:#2b1c16;border-color:#543020}:root[data-theme=dark] input[type=date]{color-scheme:dark}@media(max-width:1180px){.metric-grid,.result-grid,.connector-grid,.system-grid,.filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.dashboard-grid,.dashboard-grid.lower,.developer-hero,.notification-layout,.system-layout,.settings-layout,.roles-layout,.profile-layout{grid-template-columns:1fr}.settings-nav{position:static;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.role-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.mapping-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.app-footer{grid-template-columns:1fr}.footer-sections{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.mobile-brand{display:flex}.simple-auth{grid-template-columns:1fr}.auth-copy{display:none}.auth-form{min-height:100vh;padding:28px 20px}.page-canvas{padding:22px 15px 0}.page-header{align-items:flex-start}.page-actions{width:100%;justify-content:flex-start}.page-actions .button{flex:1}.global-search-trigger{display:none}.hero-strip{padding:25px 22px}.hero-mark{width:120px;height:120px}.hero-strip h2{font-size:29px;max-width:82%}.metric-grid,.result-grid,.system-grid,.mode-grid,.connector-grid,.mapping-grid,.progress-stats,.scope-grid,.permission-grid,.office-grid,.footer-sections,.filter-grid{grid-template-columns:1fr}.search-box{width:100%;min-width:0}.toolbar{align-items:stretch}.toolbar>div{width:100%}.toolbar .button{flex:1}.table-wrap{border:0;overflow:visible}.table-wrap table{min-width:0;display:block;background:transparent}.table-wrap thead{display:none}.table-wrap tbody{display:grid;gap:10px}.table-wrap tr{display:block;padding:14px;border:1px solid var(--line);border-radius:15px;background:var(--surface);box-shadow:var(--shadow)}.table-wrap td{display:grid;grid-template-columns:minmax(105px,.35fr) minmax(0,1fr);gap:10px;padding:7px 0;border:0;background:transparent!important}.table-wrap td:before{content:attr(data-label);font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-weight:800}.table-wrap td:last-child{display:flex;justify-content:flex-end}.wrap-cell{min-width:0;max-width:none}.settings-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.role-list{grid-template-columns:1fr}.app-footer{margin:30px -15px 0;padding:25px 15px}.footer-sections{gap:20px}.footer-section{padding-top:14px;border-top:1px solid var(--line)}.notification-layout .email-preview{height:610px}.modal-backdrop{padding:10px}.modal{max-height:94vh}.modal-header,.modal-body,.modal-footer{padding-left:16px;padding-right:16px}.maintenance-list>div{grid-template-columns:1fr}.maintenance-list .badge{justify-self:start}.secret-banner{grid-template-columns:1fr}.developer-steps{margin-top:4px}}@media(max-width:480px){.page-header h1{font-size:28px}.auth-form h2{font-size:29px}.hero-strip h2{font-size:26px}.settings-nav,.queue-summary,.form-grid{grid-template-columns:1fr}.page-actions .button{width:100%;flex-basis:100%}}.profile-buttons{display:grid;grid-template-columns:1fr;gap:8px}.profile-buttons .button{width:100%}@media(max-width:760px){.table-wrap{overflow:auto;border:1px solid var(--line)}.table-wrap table{display:table;min-width:720px;background:var(--surface)}.table-wrap thead{display:table-header-group}.table-wrap tbody{display:table-row-group}.table-wrap tr{display:table-row;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.table-wrap td{display:table-cell;padding:13px;border-bottom:1px solid var(--line)}.table-wrap td:before{display:none}.table-wrap td:last-child{display:table-cell}.mobile-table-hint{display:block}}.maintenance-list>div{grid-template-columns:105px minmax(0,1fr) auto 38px}@media(max-width:760px){.maintenance-list>div{grid-template-columns:1fr}.maintenance-list .action-menu{justify-self:end}}.user-cell>div,.file-cell>div{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:2px}.user-cell strong,.file-cell strong,.user-mini strong{display:block;width:100%;color:var(--ink);font-size:12px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-cell small,.file-cell small,.user-mini small{display:block;width:100%;color:var(--muted);font-size:10.5px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-mini{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:150px;padding:0;border-radius:0;background:transparent}.table-subline{display:block;margin-top:4px;padding:0;border:0;background:transparent;color:var(--muted);font-size:10.5px;line-height:1.4}.table-wrap td{line-height:1.45}.table-wrap details summary{cursor:pointer;color:var(--orange);font-size:11px;font-weight:750}.table-wrap details pre{max-width:440px;max-height:240px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;color:var(--ink-2);background:var(--surface-2);border:1px solid var(--line);border-radius:10px;padding:10px;font-size:10.5px}.runtime-error-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--bg);color:var(--ink)}.runtime-error-card{width:min(560px,100%);padding:34px;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:var(--shadow-lg);text-align:center}.runtime-error-card>img{width:54px;height:54px;object-fit:contain;margin:0 auto 18px}.runtime-error-card h1{margin:8px 0 10px;font-size:30px;letter-spacing:-.045em}.runtime-error-card p{color:var(--muted);font-size:13px;line-height:1.65;margin:0 auto 22px;max-width:460px}.runtime-error-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.runtime-error-card details{margin-top:22px;padding-top:16px;border-top:1px solid var(--line);text-align:left}.runtime-error-card summary{cursor:pointer;color:var(--muted);font-size:11px}.runtime-error-card code{display:block;margin-top:10px;padding:10px;border-radius:10px;background:var(--surface-2);color:var(--red);overflow-wrap:anywhere;font-size:10.5px}@media(max-width:760px){.runtime-error-card{padding:26px 20px}.runtime-error-actions{flex-direction:column}.runtime-error-actions .button{width:100%}.user-mini{min-width:0}}:root{--radius: 20px;--radius-sm: 13px;--focus-ring: 0 0 0 3px rgba(255, 82, 21, .16)}body{font-size:14px;line-height:1.55}.card{border-radius:20px;overflow:visible}.card-padded{padding:24px}.page-canvas{padding-top:34px;overflow:visible}.page-header{padding-top:0;margin-bottom:26px}.page-header>div:first-child{min-width:0}.page-header h1{margin-top:7px;margin-bottom:8px;overflow-wrap:anywhere}.page-header p{line-height:1.65}.topbar{isolation:isolate}.simple-auth{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr);background:var(--surface)}.auth-copy{min-height:100vh;position:relative;isolation:isolate;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;background:#111114;color:#fff;padding:44px clamp(36px,5.2vw,78px)}.auth-copy>div:first-child{max-width:760px}.auth-copy .brand-lockup{position:relative;z-index:2}.auth-copy .auth-kicker{position:relative;z-index:2;display:inline-flex;align-items:center;gap:8px;width:max-content;margin-top:clamp(54px,8vh,96px);padding:9px 13px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#ffffff13;color:#e5e5e9;font-size:11px;font-weight:800;letter-spacing:.035em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-copy .auth-kicker svg{width:17px;color:var(--amber)}.auth-copy h1{position:relative;z-index:2;max-width:760px;margin:25px 0 20px;color:#fff;font-size:clamp(45px,5.5vw,76px);line-height:1.01;letter-spacing:-.064em}.auth-copy>div:first-child>p{position:relative;z-index:2;max-width:640px;margin:0;color:#bdbdc6;font-size:16px;line-height:1.75}.auth-points{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:38px}.auth-points>div{min-width:0;display:grid;grid-template-columns:24px minmax(0,1fr);align-items:start;gap:11px;padding:17px;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:#ffffff0f;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.auth-points>div>svg{width:20px;color:var(--orange)}.auth-points span{min-width:0;display:block}.auth-points strong{display:block;color:#fff;font-size:12px;line-height:1.35;margin-bottom:5px}.auth-points small{display:block;color:#aaaab4;font-size:10.5px;line-height:1.5}.auth-footer{position:relative;z-index:2;color:#85858f;font-size:11px;letter-spacing:.03em}.auth-form{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:48px clamp(28px,5vw,72px);background:var(--surface)}.auth-form-card{width:min(430px,100%)}.auth-form-card>.eyebrow{display:inline-block;margin-top:26px}.auth-form h2{font-size:36px;line-height:1.08;letter-spacing:-.052em;margin:10px 0}.auth-form-card>p{margin:0 0 28px;color:var(--muted);font-size:13.5px;line-height:1.65}.auth-form form{display:flex;flex-direction:column;gap:17px}.auth-form form>.button{width:100%;margin-top:3px}.auth-row{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:26px}.auth-row .check-label{display:flex;align-items:center;gap:8px;min-width:0;color:var(--ink);font-size:12px;line-height:1.35}.auth-row .check-label input{width:17px;height:17px;margin:0;flex:0 0 auto}.auth-row a{flex:0 0 auto;font-size:12px}.mobile-brand{margin-bottom:18px}.back-link{margin:0 0 25px;font-size:12px}.auth-inline-error{display:flex;align-items:flex-start;gap:10px;margin:0 0 18px;padding:13px 14px;border:1px solid rgba(228,61,48,.2);border-radius:13px;background:var(--red-soft);color:var(--red);font-size:12px;line-height:1.5}.auth-inline-error svg{width:18px;flex:0 0 auto;margin-top:1px}.auth-success{display:flex;flex-direction:column;align-items:flex-start}.auth-success>span:first-child{width:54px;height:54px;display:grid;place-items:center;border-radius:17px;background:var(--green-soft);color:var(--green);margin-bottom:18px}.auth-success>span:first-child svg{width:24px}.auth-success h2{margin-top:10px}.auth-success .button{margin-top:6px}.command-modal{width:min(720px,calc(100vw - 32px));max-height:min(720px,84vh);align-self:flex-start;margin-top:min(11vh,90px)}.command-modal .modal-body{padding:0;overflow:hidden}.command-modal .modal-header{padding:19px 20px}.command-hint-panel{margin:20px;border:0;box-shadow:none;padding:18px;text-align:center;background:var(--surface-2)}.command-results section>strong{display:block;padding:10px 11px 5px;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.09em}.command-results button{grid-template-columns:minmax(0,1fr) auto;min-height:54px}.command-results button>span{gap:3px}.command-results button b{font-size:13px;line-height:1.35}.command-results button>svg{width:18px;color:var(--muted)}.upload-card{padding:26px}.dropzone{min-height:300px;flex-direction:column;gap:10px;padding:42px 28px;border-radius:22px;background:linear-gradient(180deg,var(--surface-2),color-mix(in srgb,var(--surface-2) 75%,var(--surface)))}.dropzone>svg{width:44px;height:44px;margin:0 0 4px}.dropzone h3{max-width:520px;margin:0;font-size:22px;line-height:1.25;letter-spacing:-.025em}.dropzone p{max-width:630px;margin:0 0 8px;font-size:13px;line-height:1.65}.dropzone .button{margin-top:6px;pointer-events:none}.dropzone>strong{max-width:100%;margin-top:7px;color:var(--ink);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-card .form-actions{margin-top:22px}.input{height:46px;border-radius:12px;font-size:13px}.textarea{height:120px}.field{gap:8px}.field>span:first-child{font-size:12px;font-weight:760;line-height:1.35}.form-grid{gap:19px}.settings-panel{overflow:visible}.settings-panel>.card-heading{margin-bottom:20px}.settings-history{margin-top:16px}.email-config-note{margin:0 0 20px}.form-actions .badge{font-size:10.5px}.button{border-radius:12px}.button svg{width:17px;height:17px}.toggle-row{min-height:62px}.login-table table{min-width:1080px;table-layout:fixed}.login-table th:nth-child(1){width:210px}.login-table th:nth-child(2){width:120px}.login-table th:nth-child(3){width:190px}.login-table th:nth-child(4){width:145px}.login-table th:nth-child(5){width:220px}.login-table th:nth-child(6){width:175px}.login-table th:nth-child(7){width:100px}.login-table td{vertical-align:top;padding-top:16px;padding-bottom:16px}.login-table .user-mini{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:3px;background:transparent;padding:0}.login-table .user-mini strong{color:var(--ink);font-size:12px;white-space:normal;overflow-wrap:anywhere}.login-table .user-mini small{color:var(--muted);font-size:10.5px;white-space:normal;overflow-wrap:anywhere}.table-primary{display:block;color:var(--ink);font-size:12px;line-height:1.45;font-weight:700;white-space:normal;overflow-wrap:anywhere}.table-subline{display:block;margin:4px 0 0;color:var(--muted);font-size:10.5px;line-height:1.45;white-space:normal;overflow-wrap:anywhere}.mono-value{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;color:var(--ink-2)}.table-wrap{border-radius:17px}th{padding:13px 14px}td{line-height:1.5}.app-footer{border-radius:0;margin-top:auto;align-items:start}.footer-intro img{width:165px;max-height:48px;object-fit:contain;object-position:left center}.footer-intro a{display:inline-flex;align-items:center;gap:5px;color:var(--orange);font-size:11px;font-weight:750;margin-top:3px}.footer-intro a svg{width:14px}.footer-section span,.footer-section a{font-size:11px;line-height:1.7}:root[data-theme=dark] .auth-form{background:var(--surface)}:root[data-theme=dark] .auth-inline-error{background:#321817}:root[data-theme=dark] .dropzone{background:linear-gradient(180deg,var(--surface-2),var(--surface))}:root[data-theme=dark] .command-hint-panel{background:var(--surface-2)}@media(max-width:1080px){.simple-auth{grid-template-columns:minmax(0,1fr) minmax(390px,.82fr)}.auth-points{grid-template-columns:1fr}.auth-copy h1{font-size:clamp(42px,6.1vw,62px)}}@media(max-width:760px){.simple-auth{display:block}.auth-copy{display:none}.auth-form{min-height:100vh;padding:28px 20px}.auth-form-card{width:min(460px,100%)}.mobile-brand{display:flex}.auth-row{align-items:flex-start;gap:12px}.page-canvas{padding:24px 15px 0}.card-padded{padding:19px}.dropzone{min-height:270px;padding:34px 20px}.dropzone h3{font-size:19px}.dropzone p{font-size:12px}.upload-card{padding:17px}.command-modal{width:calc(100vw - 20px);max-height:calc(100vh - 20px);margin-top:10px}.login-table{overflow:auto;border:1px solid var(--line);border-radius:16px}.login-table table{display:table;min-width:960px}.login-table thead{display:table-header-group}.login-table tbody{display:table-row-group}.login-table tr{display:table-row;padding:0;border:0;box-shadow:none}.login-table td{display:table-cell;padding:13px 12px;border-bottom:1px solid var(--line)}.login-table td:before{display:none}.app-footer{margin-left:-15px;margin-right:-15px}}@media(max-width:440px){.auth-form{padding:24px 16px}.auth-form h2{font-size:31px}.auth-row{flex-direction:column}.auth-row a{align-self:flex-start}.page-header h1{font-size:28px}}:root{--content-max: 1540px;--control-height: 46px}html,body,#root{width:100%}body{overflow-x:hidden}.app-shell,.main-shell,.page-canvas{min-width:0}.main-shell{width:calc(100% - var(--sidebar))}.page-canvas{width:100%}.page-canvas>:not(.app-footer){width:100%;max-width:var(--content-max);margin-left:auto;margin-right:auto}.button{min-height:40px;line-height:1.2}.button-sm{min-height:36px}.icon-button{flex:0 0 40px;width:40px;height:40px}.input{min-height:var(--control-height);line-height:1.35}select.input{padding-right:38px}.topbar{padding:0 22px;gap:18px}.topbar>div:first-child{min-width:0;flex:1}.topbar-actions{flex:0 0 auto;gap:6px}.profile-menu{position:relative}.profile-menu>button{min-width:190px;max-width:250px;height:48px;display:grid;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:6px 10px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--ink);text-align:left}.profile-menu>button strong,.profile-menu>button small{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu>button strong{font-size:12px;line-height:1.25}.profile-menu>button small{color:var(--muted);font-size:10px;line-height:1.25}.profile-menu>button>svg{width:17px;color:var(--muted)}.profile-popover{right:0;top:calc(100% + 8px);min-width:220px;z-index:5000}.sidebar-foot{display:grid;grid-template-columns:10px minmax(0,1fr);align-items:center;gap:10px}.sidebar-foot>div{min-width:0;display:flex;flex-direction:column;gap:2px}.sidebar-foot strong,.sidebar-foot small{display:block;white-space:normal}.sidebar-foot strong{color:#fff;font-size:11px}.sidebar-foot small{color:#8f8f99;font-size:9px;line-height:1.4}.runtime-error-page{position:relative;z-index:9999}.command-backdrop{pointer-events:none;background:#0a0a0e7a}.command-backdrop .command-modal{pointer-events:auto}.command-modal{width:min(760px,calc(100vw - 36px));max-height:min(680px,calc(100vh - 40px));margin-top:clamp(20px,8vh,76px);border-radius:22px;overflow:hidden}.command-modal .modal-header{padding:20px 22px}.command-modal .modal-body{overflow:auto}.command-search{margin:18px 20px 10px;padding:0 14px;height:54px;border:1px solid var(--line-strong);border-radius:14px;background:var(--surface-2)}.command-search:focus-within{border-color:var(--orange);box-shadow:var(--focus-ring)}.command-search input{min-width:0;font-size:15px}.command-hint-panel{margin:10px 20px 20px;padding:13px}.command-results{padding:8px 14px 18px}.command-results button{grid-template-columns:minmax(0,1fr) 20px;gap:12px;padding:12px 14px}.action-menu{display:inline-flex;align-items:center;justify-content:center}.action-menu>span{display:inline-flex}.action-popover-portal{position:fixed!important;left:auto!important;bottom:auto!important;min-width:200px;max-width:min(280px,calc(100vw - 24px));padding:7px;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:var(--shadow-lg);z-index:10000}.action-popover-portal a,.action-popover-portal button{width:100%;min-height:42px;display:flex;align-items:center;gap:10px;padding:9px 11px;border:0;border-radius:10px;background:transparent;color:var(--ink);text-align:left;font-size:12px}.action-popover-portal a:hover,.action-popover-portal button:hover{background:var(--surface-3)}.action-popover-portal svg{width:17px}.action-popover-portal .danger{color:var(--red)}.hero-strip{min-height:260px;padding:38px;border-radius:24px}.hero-strip>div:first-child{position:relative;z-index:2;max-width:850px}.hero-strip>div:first-child>span{display:inline-flex;align-items:center;gap:8px}.hero-strip h2{max-width:800px;font-size:clamp(31px,3.4vw,48px);line-height:1.03}.hero-strip p{font-size:14px;line-height:1.7}.hero-strip>div:first-child>div{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hero-mark{right:20px;bottom:4px;width:220px;height:220px}.quick-actions{display:flex;flex-direction:column;gap:8px;margin-top:0}.quick-actions a{min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr) 22px;align-items:center;gap:12px;padding:13px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2)}.quick-actions a:hover{border-color:color-mix(in srgb,var(--orange) 45%,var(--line));transform:translateY(-1px)}.quick-actions a>svg:first-child{width:22px;color:var(--orange);justify-self:center}.quick-actions a>svg:last-child{width:19px;color:var(--muted)}.quick-actions a>span{min-width:0;display:flex;flex-direction:column;gap:3px}.quick-actions strong{display:block;font-size:13px;line-height:1.35}.quick-actions small{display:block;color:var(--muted);font-size:10.5px;line-height:1.4;white-space:normal}.upload-card{border-radius:24px}.dropzone{border:1.5px dashed var(--line-strong);cursor:pointer}.dropzone:hover{border-color:var(--orange);box-shadow:var(--focus-ring)}.dropzone input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.intel-file-picker{min-height:78px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:13px;padding:14px;border:1px dashed var(--line-strong);border-radius:14px;background:var(--surface-2);cursor:pointer}.intel-file-picker:hover,.intel-file-picker:focus-visible{border-color:var(--orange);box-shadow:var(--focus-ring);outline:0}.intel-file-picker>svg{width:24px;color:var(--orange);justify-self:center}.intel-file-picker>span{min-width:0;display:flex;flex-direction:column;gap:3px}.intel-file-picker strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.intel-file-picker small{color:var(--muted);font-size:10px;line-height:1.4}.intel-file-picker>b{padding:8px 11px;border:1px solid var(--line);border-radius:10px;background:var(--surface);font-size:11px}.intel-file-picker.has-file{border-style:solid;border-color:color-mix(in srgb,var(--green) 45%,var(--line))}.connector-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.connector-card{min-height:290px;gap:10px}.connector-card>div:first-child{display:flex;align-items:flex-start;justify-content:space-between}.connector-card h3{margin-top:8px}.connector-card>p{min-height:34px}.connector-error{display:block;overflow-wrap:anywhere}.model-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px}.model-row .button{min-height:var(--control-height)}.modal-body .toggle-row{margin-top:14px}.job-status-card{border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow)}.job-status-card>div:first-child{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.job-status-card>strong{display:block;margin:12px 0 7px;font-size:22px}.progress-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.progress-stats>span{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:14px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2)}.progress-stats>span b{display:block;font-size:18px;line-height:1.15;overflow-wrap:anywhere}.progress-stats>span small{display:block;color:var(--muted);font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.result-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:16px 0}.result-grid .card{min-height:98px;display:flex;flex-direction:column;justify-content:center;gap:7px;padding:18px}.result-grid .card small{color:var(--muted);font-size:11px}.result-grid .card strong{display:block;font-size:22px;line-height:1.1}.system-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}.system-card{min-height:116px;display:grid;grid-template-columns:44px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;gap:8px 12px;padding:18px}.system-card>span:first-child{grid-row:1 / 3;width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#fff0e9;color:var(--orange)}:root[data-theme=dark] .system-card>span:first-child{background:#3a2015}.system-card>div{min-width:0}.system-card>div small{display:block;color:var(--muted);font-size:10px;margin-bottom:3px}.system-card>div h3{margin:0;font-size:15px;line-height:1.25}.system-card>.badge{grid-column:2;justify-self:start}.system-layout{align-items:start;margin-bottom:18px}.resource-list span{display:grid;grid-template-columns:minmax(90px,.7fr) minmax(0,1fr);gap:14px;padding:8px 0;border-bottom:1px solid var(--line);font-size:11px}.resource-list span:last-child{border-bottom:0}.resource-list span b{color:var(--muted);font-weight:650}.queue-summary{display:grid;grid-template-columns:140px minmax(0,1fr);align-items:start;gap:14px;padding:12px 0;border-bottom:1px solid var(--line)}.queue-summary:last-child{border-bottom:0}.queue-summary>strong{padding-top:11px;font-size:12px}.queue-summary>div{display:grid;grid-template-columns:repeat(3,minmax(90px,1fr));gap:8px;padding:0;border:0;background:transparent}.queue-summary>div>span{min-width:0;display:flex;flex-direction:column;gap:4px;padding:10px;border:1px solid var(--line);border-radius:11px;background:var(--surface-2)}.queue-summary>div>span b{font-size:16px;line-height:1.1}.queue-summary>div>span small{font-size:8.5px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}.table-wrap{position:relative;max-width:100%;overflow-x:auto;overflow-y:visible;border-radius:16px}.table-wrap table{width:100%;border-collapse:separate;border-spacing:0}.table-wrap th{white-space:nowrap}.table-wrap td{vertical-align:middle}.table-wrap td:last-child{width:64px;text-align:right;overflow:visible}.user-cell{min-width:220px}.user-cell strong{font-size:12px}.user-cell small{font-size:10.5px}.roles-layout{align-items:start}.permission-grid label{min-height:62px}.settings-layout{align-items:start}.settings-nav{position:sticky;top:calc(var(--topbar) + 18px)}.settings-panel{min-width:0}.email-provider-presets{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 0 16px;padding:12px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2)}.email-provider-presets>span{margin-right:4px;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.app-footer{width:auto;max-width:none;margin:46px -30px 0;padding:34px max(30px,calc((100vw - var(--sidebar) - var(--content-max)) / 2 + 30px));grid-template-columns:minmax(220px,.75fr) minmax(0,1.55fr);gap:42px;border-top:1px solid var(--line);background:color-mix(in srgb,var(--surface) 92%,var(--surface-2));box-shadow:0 -16px 50px #14141809}.footer-intro{padding-right:24px;border-right:1px solid var(--line)}.footer-intro p{margin:12px 0 8px}.footer-sections{gap:24px}.footer-section{min-width:0}.footer-section strong{color:var(--ink)}.footer-section span,.footer-section a{overflow-wrap:anywhere}:root[data-theme=dark] .quick-actions a,:root[data-theme=dark] .intel-file-picker,:root[data-theme=dark] .email-provider-presets,:root[data-theme=dark] .progress-stats>span,:root[data-theme=dark] .queue-summary>div>span{background:var(--surface-2)}:root[data-theme=dark] .footer-intro{border-color:var(--line)}@media(max-width:1200px){.system-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.system-layout,.dashboard-grid,.dashboard-grid.lower{grid-template-columns:1fr}.settings-layout{grid-template-columns:220px minmax(0,1fr)}}@media(max-width:900px){.main-shell{width:100%}.topbar{padding:0 14px}.profile-menu>button{min-width:0;width:46px;grid-template-columns:34px;padding:6px}.profile-menu>button>span:nth-child(2),.profile-menu>button>svg{display:none}.global-search-trigger{width:min(460px,calc(100vw - 210px))}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-layout{grid-template-columns:1fr}.settings-nav{position:static;display:flex;flex-wrap:nowrap;overflow-x:auto;padding:8px}.settings-nav button{min-width:max-content}.app-footer{margin-left:-20px;margin-right:-20px;padding:30px 20px;grid-template-columns:1fr}.footer-intro{padding-right:0;padding-bottom:22px;border-right:0;border-bottom:1px solid var(--line)}}@media(max-width:700px){.page-canvas{padding-left:14px;padding-right:14px}.page-header{align-items:flex-start;flex-direction:column;gap:15px}.page-actions{width:100%;justify-content:flex-start}.page-actions .button{flex:1 1 auto}.hero-strip{min-height:300px;padding:26px 22px}.hero-strip h2{font-size:32px}.hero-mark{width:160px;height:160px}.metric-grid,.system-grid,.progress-stats{grid-template-columns:1fr 1fr}.form-grid,.model-row{grid-template-columns:1fr}.model-row .button{width:100%}.connector-grid,.queue-summary{grid-template-columns:1fr}.queue-summary>strong{padding-top:0}.queue-summary>div{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-sections{grid-template-columns:1fr;gap:20px}.command-modal{width:calc(100vw - 16px);max-height:calc(100vh - 16px);margin-top:8px}.intel-file-picker{grid-template-columns:36px minmax(0,1fr)}.intel-file-picker>b{grid-column:2;width:max-content}}@media(max-width:460px){.global-search-trigger{width:44px;padding:0;justify-content:center}.global-search-trigger>span,.global-search-trigger kbd{display:none}.metric-grid,.system-grid,.progress-stats{grid-template-columns:1fr}.page-actions .button{width:100%}.hero-strip>div:first-child>div{flex-direction:column}.hero-strip .button{width:100%}.queue-summary>div{grid-template-columns:1fr}.toast-stack{left:12px;right:12px;bottom:12px}.toast{min-width:0;width:100%}}.topbar,.auth-kicker,.auth-points>div,.modal-backdrop,.command-backdrop{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.topbar{background:var(--surface)}.media-wordmark{display:block;width:auto;max-width:100%;height:auto;object-fit:contain}.auth-media-logo{width:clamp(210px,22vw,300px)}.auth-mobile-logo{width:210px}.auth-copy .auth-kicker{margin-top:clamp(42px,6vh,74px)}.page-canvas{padding-top:32px}.page-header{min-width:0}.page-header>div,.page-actions{min-width:0}.page-actions{gap:10px}.settings-layout{grid-template-columns:250px minmax(0,1fr);gap:22px}.settings-nav{border-radius:20px}.settings-panel{padding:26px;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:var(--shadow)}.settings-panel .form-grid{gap:18px}.settings-panel .field{min-width:0}.settings-panel .toggle-row{padding:17px 0}.form-actions{flex-wrap:wrap;gap:12px}.email-diagnostics-card{margin:22px 0 8px;padding:20px;border-radius:18px;background:var(--surface-2);box-shadow:none}.email-diagnostic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.email-diagnostic-item{min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:start;padding:13px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.email-diagnostic-item>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--surface-2)}.email-diagnostic-item svg{width:18px}.email-diagnostic-item.ok>span{color:var(--green);background:var(--green-soft)}.email-diagnostic-item.warning>span{color:#b56a00;background:#fff4d7}.email-diagnostic-item.bad>span{color:var(--red);background:var(--red-soft)}.email-diagnostic-item strong,.email-diagnostic-item small,.email-diagnostic-item em{display:block;overflow-wrap:anywhere}.email-diagnostic-item strong{font-size:12px}.email-diagnostic-item small{margin-top:4px;color:var(--muted);font-size:10.5px;line-height:1.5}.email-diagnostic-item em{margin-top:7px;color:var(--ink);font-size:10px;line-height:1.45;font-style:normal}:root[data-theme=dark] .email-diagnostic-item.warning>span{background:#3b2a0c}.check-list>div{align-items:flex-start}.check-list .check-action{display:block;margin-top:6px;color:var(--ink);font-size:10px;line-height:1.5;font-style:normal}.queue-summary>div>span small{font-size:9.5px}.app-footer{margin-top:52px;padding-top:38px;padding-bottom:38px}.footer-intro img{width:230px!important;max-width:min(230px,100%);margin-bottom:16px}.footer-intro p{font-size:12px}.footer-section strong,.footer-section span,.footer-section a{font-size:11px}.profile-menu>button>span:nth-child(2){min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:2px}.profile-menu>button strong,.profile-menu>button small{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu>button strong{font-size:12px}.profile-menu>button small{font-size:10px;color:var(--muted)}.modal-backdrop{z-index:1000}.modal,.modal-body{overflow:visible}.modal select.input{position:relative;z-index:2}.action-popover-portal{z-index:1300!important}.table-wrap{overflow-x:auto;overflow-y:visible}.user-cell>div{min-width:0;display:flex;flex-direction:column;gap:3px}.user-cell strong,.user-cell small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-grid .card,.progress-stats>span{gap:8px}.result-grid .card small,.progress-stats>span small{line-height:1.35}*{scroll-margin-top:calc(var(--topbar) + 18px)}@media(prefers-reduced-motion:no-preference){.button,.card,.nav-item,.input{transition-duration:.12s}}@media(max-width:1100px){.settings-layout{grid-template-columns:220px minmax(0,1fr)}.email-diagnostic-grid{grid-template-columns:1fr}}@media(max-width:900px){.settings-layout{grid-template-columns:1fr}.settings-panel{padding:20px}.auth-mobile-logo{width:190px}}@media(max-width:700px){.auth-media-logo{width:210px}.footer-intro img{width:200px!important}.settings-panel{padding:17px;border-radius:17px}.email-diagnostics-card{padding:15px}}.throughput-chart{width:100%;height:100%;min-height:240px;display:block;overflow:visible}.chart-grid-line{stroke:var(--line);stroke-width:1}.chart-label{fill:var(--muted);font-size:10px}.chart-empty{height:100%;min-height:220px;display:grid;place-items:center;color:var(--muted);font-size:12px}.oauth-consent-page{min-height:100vh;display:grid;place-items:center;padding:32px;background:radial-gradient(circle at 80% 10%,rgba(255,82,21,.18),transparent 34%),linear-gradient(145deg,#0d0d10,#15151b 58%,#0c0c0f)}.oauth-consent-card{width:min(760px,100%);border:1px solid rgba(255,255,255,.12);border-radius:28px;overflow:hidden;background:#fff;color:#15151a;box-shadow:0 32px 90px #0000006b}.oauth-consent-brand{min-height:118px;padding:26px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:#121216;color:#fff}.oauth-consent-brand .media-wordmark{width:210px;max-width:45%}.oauth-consent-brand span{display:inline-flex;align-items:center;gap:9px;font-weight:700}.oauth-consent-brand svg{width:20px;color:#ff5215}.oauth-consent-heading{display:grid;grid-template-columns:64px 1fr;gap:20px;padding:32px 32px 20px}.oauth-consent-heading h1{margin:7px 0 10px;font-size:clamp(28px,4vw,42px);letter-spacing:-.045em}.oauth-consent-heading p{margin:0;color:#6f707c;line-height:1.65}.oauth-client-icon{width:64px;height:64px;display:grid;place-items:center;border-radius:20px;background:#fff0e9;color:#ff5215}.oauth-client-icon svg{width:30px;height:30px}.oauth-consent-meta{margin:0 32px 22px;padding:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;border:1px solid #e7e7ed;border-radius:18px;background:#fafafd}.oauth-consent-meta span{min-width:0;display:flex;flex-direction:column;gap:5px;overflow-wrap:anywhere;color:#676874}.oauth-consent-meta strong{color:#17171c;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.oauth-scope-list{display:grid;gap:10px;margin:0 32px}.oauth-scope{display:grid;grid-template-columns:24px 1fr;gap:12px;align-items:start;padding:15px 17px;border:1px solid #e4e4eb;border-radius:16px;cursor:pointer;background:#fff}.oauth-scope:has(input:checked){border-color:#ff8a62;background:#fff7f3;box-shadow:inset 3px 0 #ff5215}.oauth-scope.dangerous{border-color:#f0d4ca}.oauth-scope input{width:18px;height:18px;margin-top:2px;accent-color:#ff5215}.oauth-scope span{display:flex;flex-direction:column;gap:4px}.oauth-scope strong{font-size:14px}.oauth-scope small{color:#777885;line-height:1.45}.oauth-consent-note{margin:20px 32px 0;padding:14px 16px;display:flex;gap:10px;align-items:flex-start;border-radius:15px;background:#f5f5f8;color:#666773;font-size:14px;line-height:1.5}.oauth-consent-note svg{width:19px;flex:0 0 auto;color:#ff5215}.oauth-consent-actions{display:flex;justify-content:flex-end;gap:12px;padding:24px 32px 32px}.oauth-consent-loading{padding:52px 32px;display:flex;align-items:center;justify-content:center;gap:12px;color:#686975}@media(max-width:640px){.oauth-consent-page{padding:14px;align-items:start}.oauth-consent-card{border-radius:22px}.oauth-consent-brand{min-height:96px;padding:22px;flex-direction:column;align-items:flex-start}.oauth-consent-brand .media-wordmark{width:180px;max-width:100%}.oauth-consent-heading{grid-template-columns:1fr;padding:24px 22px 18px}.oauth-consent-meta{margin:0 22px 18px;grid-template-columns:1fr}.oauth-scope-list{margin:0 22px}.oauth-consent-note{margin:18px 22px 0}.oauth-consent-actions{padding:20px 22px 24px;flex-direction:column-reverse}.oauth-consent-actions .button{width:100%}}.muted-line{display:block;margin-top:6px;color:var(--muted);font-size:12px;line-height:1.35}.user-cell .avatar.small{width:38px;height:38px;min-width:38px;border-radius:12px}.user-cell .avatar.small svg{width:17px;height:17px}.simple-auth{min-height:100vh;display:grid;grid-template-columns:minmax(420px,1.08fr) minmax(420px,.92fr);background:var(--surface)}.auth-form{display:grid;place-items:center;min-width:0;padding:clamp(34px,5vw,74px)}.auth-form-card{width:min(520px,100%);display:flex;flex-direction:column;gap:18px}.auth-form-card .mobile-brand{display:flex;align-items:center;justify-content:flex-start;min-height:72px;margin-bottom:8px}.auth-mobile-logo{width:clamp(220px,25vw,290px)!important;height:auto!important;object-fit:contain;object-position:left center}.auth-form-card .back-link{display:inline-flex;align-items:center;gap:9px;width:fit-content;margin-bottom:4px;line-height:1.25}.auth-form-card>.eyebrow,.auth-success>.eyebrow{display:block;margin:0}.auth-form-card h2{margin:0;font-size:clamp(38px,4vw,58px);line-height:1.03;letter-spacing:-.045em}.auth-form-card>p,.auth-success>p{margin:0 0 8px;max-width:46ch;font-size:15px;line-height:1.7}.auth-form-card form{display:flex;flex-direction:column;gap:18px;margin-top:4px}.auth-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px 18px}.auth-row .check-label{display:inline-flex;align-items:center;gap:9px}.auth-row a{white-space:nowrap}.activity-detail-list{min-width:260px;max-width:440px;display:grid;gap:7px;padding:12px 0 2px}.activity-detail-list p{margin:0;padding:9px 11px;border:1px solid var(--line);border-radius:10px;background:var(--surface-2);color:var(--ink);font:inherit;font-size:12px;line-height:1.5;overflow-wrap:anywhere}.app-footer{align-items:center}.footer-intro img,.footer-logo{width:clamp(210px,17vw,270px)!important;max-height:58px;object-fit:contain;object-position:left center}.footer-intro{display:flex;flex-direction:column;justify-content:center;min-height:130px}.result-ready,.download-ready,.job-download-banner{align-items:center!important;gap:18px!important}.result-ready>div:first-child,.download-ready>div:first-child,.job-download-banner>div:first-child{min-width:0;display:flex;align-items:center;gap:12px}.result-ready strong,.download-ready strong,.job-download-banner strong{display:block;margin-right:6px}.result-ready small,.download-ready small,.job-download-banner small{display:block;line-height:1.55}@media(max-width:900px){.simple-auth{grid-template-columns:1fr}.simple-auth .auth-visual{display:none}.auth-form{padding:30px 22px 48px}.auth-form-card{width:min(560px,100%)}.auth-mobile-logo{width:230px!important}}@media(max-width:560px){.auth-form{padding:24px 18px 38px;place-items:start center}.auth-form-card h2{font-size:39px}.auth-row{align-items:flex-start;flex-direction:column}.footer-intro img,.footer-logo{width:220px!important}}.auth-heading-stack{display:flex;flex-direction:column;align-items:flex-start;gap:18px;margin-bottom:2px}.auth-heading-stack .back-link,.auth-heading-stack .eyebrow{margin:0!important}.reset-password-card{min-height:560px;justify-content:center}.auth-link-state{display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:26px 0 8px}.auth-link-state-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:#ff52151c;color:var(--orange)}.auth-link-state-icon svg{width:27px;height:27px}.auth-link-state h2{margin:4px 0 0}.auth-link-state p{margin:0;max-width:46ch;color:var(--muted);line-height:1.7}.auth-link-invalid .auth-link-state-icon{background:#e74c3c1a;color:var(--red)}.auth-link-actions{display:flex;flex-wrap:wrap;gap:12px;width:100%;margin-top:8px}.auth-link-actions .button{flex:1 1 190px;justify-content:center}.progress-cell span{min-width:0}.progress-cell small{display:block;margin-top:3px;line-height:1.35;color:var(--muted);white-space:normal}@media(max-width:560px){.reset-password-card{min-height:auto}.auth-heading-stack{gap:14px}.auth-link-actions{flex-direction:column}.auth-link-actions .button{width:100%;flex-basis:auto}}.reliability-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px;align-items:start}.autopilot-controls{display:grid;gap:8px}.reliability-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.optimizer-profile{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:14px 0}.optimizer-profile>div{min-width:0;padding:13px;border:1px solid var(--line);border-radius:13px;background:var(--surface-2);display:flex;flex-direction:column;gap:5px}.optimizer-profile small{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.08em}.optimizer-profile strong{font-size:18px}.optimizer-rationale{display:grid;gap:7px;margin-top:14px}.optimizer-rationale p{display:flex;gap:8px;align-items:flex-start;margin:0;color:var(--muted);font-size:11px;line-height:1.5}.optimizer-rationale svg{flex:0 0 auto;width:15px;color:var(--success);margin-top:1px}.heartbeat-list,.incident-list{display:grid;gap:9px}.heartbeat-list>div{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:11px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.heartbeat-list>div:last-child{border-bottom:0}.heartbeat-list strong,.heartbeat-list small{display:block}.heartbeat-list strong{font-size:12px}.heartbeat-list small{color:var(--muted);font-size:9.5px;margin-top:3px;overflow-wrap:anywhere}.heartbeat-dot{width:10px;height:10px;border-radius:999px;box-shadow:0 0 0 5px color-mix(in srgb,currentColor 12%,transparent)}.heartbeat-dot.healthy{color:var(--success);background:var(--success)}.heartbeat-dot.warning{color:var(--warning);background:var(--warning)}.heartbeat-dot.danger{color:var(--danger);background:var(--danger)}.incident-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:14px;border:1px solid var(--line);border-left-width:3px;border-radius:14px;background:var(--surface-2)}.incident-warning{border-left-color:var(--warning)}.incident-critical{border-left-color:var(--danger)}.incident-info{border-left-color:var(--muted)}.incident-item>div{min-width:0}.incident-item>div>span{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:9px}.incident-item strong{display:block;font-size:12px}.incident-item p{margin:5px 0;color:var(--muted);font-size:10.5px;line-height:1.5}.incident-item small{display:block;margin-top:4px;color:var(--muted);font-size:9px;line-height:1.45}.reliability-savebar{position:sticky;bottom:14px;z-index:8;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid var(--line);border-radius:15px;background:color-mix(in srgb,var(--surface) 92%,transparent);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.reliability-savebar strong,.reliability-savebar span{display:block}.reliability-savebar strong{font-size:11px}.reliability-savebar span{color:var(--muted);font-size:9.5px;margin-top:3px;line-height:1.45}@media(max-width:1100px){.reliability-layout{grid-template-columns:1fr}.reliability-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.reliability-fields,.optimizer-profile{grid-template-columns:1fr}.reliability-savebar{position:static;align-items:stretch;flex-direction:column}.reliability-savebar .button{width:100%}.incident-item{grid-template-columns:1fr}}
