@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap);:root{--bg-start:#132b68;--bg-end:#14181e;--cream:#fff7cb;--bg:#0b1020;--panel:#111628;--brand:#132b68;--brand-2:#193a8a;--accent:#fff7cb;--text:#e7ecf7;--muted:#9aa3b2;--border:#ffffff1a;--radius:16px;--header-h:64px;--app-height:100vh}*{box-sizing:border-box}#root,body,html{height:100%;overflow:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(1200px 600px at 10% -10%,#ffffff12,#0000 60%),linear-gradient(180deg,#132b68,#14181e);background:radial-gradient(1200px 600px at 10% -10%,#ffffff12,#0000 60%),linear-gradient(180deg,var(--bg-start),var(--bg-end));color:#e7ecf7;color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;margin:0}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}.app{color:#e7ecf7;color:var(--text);display:grid;grid-template-columns:260px 1fr;height:100%;transition:grid-template-columns .22s ease}.app.sidebar-collapsed{grid-template-columns:78px 1fr}.sidebar{background:linear-gradient(180deg,#193a8a,#132b68);background:linear-gradient(180deg,var(--brand-2),var(--brand));border-right:1px solid #ffffff14;color:#e7ecff;display:flex;flex-direction:column;height:100vh;overflow-x:hidden;overflow-y:auto;transition:padding .18s ease,border-color .18s ease,background .18s ease}.logoWrap{border-bottom:1px solid #ffffff1f;padding:20px;transition:padding .18s ease}.logoWrap img{background:#0b1a4a;border-radius:12px;display:block;height:46px;object-fit:contain;padding:9px 10px;transition:width .18s ease,height .18s ease,padding .18s ease,border-radius .18s ease;width:220px}.brandName{font-weight:800;letter-spacing:.2px;margin-top:10px;opacity:.95;transition:opacity .16s ease,max-height .16s ease,margin .16s ease}.upload{align-items:center;cursor:pointer;display:inline-flex;font-size:12px;gap:8px;margin-top:10px;opacity:.9}.upload input{display:none}.nav{display:flex;flex-direction:column;gap:6px;padding:10px;transition:padding .18s ease}.navItem{align-items:center;background:linear-gradient(180deg,#ffffff14,#ffffff08);border:1px solid #ffffff1a;border-radius:12px;color:#e7ecff;cursor:pointer;display:flex;font-size:14px;gap:12px;min-height:48px;padding:10px 12px;text-align:left;transition:background .16s ease,border-color .16s ease,transform .1s ease}.navItem__icon{align-items:center;display:inline-flex;flex:0 0 20px;height:20px;justify-content:center;width:20px}.navItem__icon svg{display:block;height:20px;width:20px}.navItem__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navItem:hover{background:linear-gradient(180deg,#ffffff1f,#ffffff0d);border-color:#ffffff2e}.navItem:active{transform:translateY(1px)}.navItem.active{background:linear-gradient(180deg,#193a8a,#132b68);background:linear-gradient(180deg,var(--brand-2),var(--brand));border-color:#fff7cb59;box-shadow:inset 0 0 0 2px #fff7cb1a;color:#fff}.sidebarFooter{align-items:center;display:flex;font-size:12px;gap:10px;margin-top:auto;opacity:.8;padding:16px}.sidebarFooter__icon{align-items:center;background:#ffffff14;border:1px solid #ffffff24;border-radius:10px;color:#fff7cb;display:inline-flex;flex:0 0 28px;font-weight:800;height:28px;justify-content:center;letter-spacing:.04em;width:28px}.sidebarFooter__label{white-space:nowrap}.sidebar--compact .logoWrap{display:grid;justify-items:center;padding:16px 8px 12px}.sidebar--compact .logoWrap img{background:#0000;border:0;border-radius:0;box-shadow:none;height:42px;padding:0;width:42px}.sidebar--compact .brandName{margin:0;max-height:0;opacity:0;overflow:hidden}.sidebar--compact .nav{align-items:center;gap:8px;padding:8px 6px}.sidebar--compact .navItem{border-radius:14px;gap:0;justify-content:center;min-height:50px;min-width:50px;padding:0;width:50px}.sidebar--compact .navItem__icon{flex-basis:22px;height:22px;width:22px}.sidebar--compact .navItem__icon svg{height:22px;width:22px}.sidebar--compact .navItem__label,.sidebar--compact .sidebarFooter__label{display:none}.sidebar--compact .sidebarFooter{justify-content:center;padding:14px 0 16px}.main{display:flex;flex-direction:column;height:100vh;height:var(--app-height);min-height:0;overflow:hidden}.topbar{align-items:center;-webkit-backdrop-filter:blur(8px) saturate(140%);backdrop-filter:blur(8px) saturate(140%);background:linear-gradient(180deg,#00000059,#0000001f);border-bottom:1px solid #ffffff1a;box-shadow:0 8px 18px #0003;display:flex;gap:10px;justify-content:space-between;padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.topTitle{color:#e6ecff;flex:1 1;font-weight:800;letter-spacing:.2px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topActions{align-items:center;display:flex;flex-shrink:0;gap:8px}.topActions .btn{white-space:nowrap}.content{-webkit-overflow-scrolling:touch;grid-gap:18px;align-content:start;display:grid;flex:1 1;gap:18px;grid-auto-rows:-webkit-max-content;grid-auto-rows:max-content;min-height:0;overflow:auto;padding:18px 18px calc(18px + env(safe-area-inset-bottom, 0px))}.panel{background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid #ffffff1a;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius);box-shadow:0 12px 28px #00000047,inset 0 1px 0 #ffffff1f;padding:18px}.panel h2{font-size:18px;letter-spacing:.2px;margin:0 0 12px}.panel h3{color:#e9edff;font-size:14px;margin:12px 0 6px}.panel h4{margin:6px 0 2px}.panelSub{background:linear-gradient(180deg,#ffffff0d,#ffffff05);border:1px solid #ffffff1a;border:1px solid var(--border);border-radius:12px;margin-top:10px;padding:12px}.list{background:linear-gradient(180deg,#ffffff0a,#ffffff05);border:1px solid #ffffff1a;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius);overflow:hidden}.listItem{border-bottom:1px solid #ffffff1a;border-bottom:1px solid var(--border);display:flex;gap:12px;justify-content:space-between;padding:12px 14px}.listItem:last-child{border-bottom:none}.itemTitle{font-weight:600}.muted{color:#9aa3b2;color:var(--muted);font-size:13px}.para{line-height:1.5}.para.small{font-size:13px}.bullets{margin:4px 0 0;padding-left:18px}.bullets li{line-height:1.35;margin:2px 0}.kpi{background:linear-gradient(180deg,#193a8a26,#0b10201f);border:1px solid #ffffff1f;border-radius:16px;border-radius:var(--radius);box-shadow:0 10px 22px #00000038,inset 0 1px 0 #ffffff1a;padding:14px}.kpiLabel{color:#c9d3ee;font-size:12px}.kpiValue{color:#fff;font-size:22px;font-weight:800}.grid3{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.split{grid-gap:18px;align-items:start;display:grid;gap:18px;grid-template-columns:1.2fr 1fr}.slots{grid-gap:12px;display:grid;gap:12px;margin-top:12px}.slot{align-items:center;background:linear-gradient(180deg,#ffffff0d,#ffffff05);border:1px solid #ffffff1a;border:1px solid var(--border);border-radius:12px;box-shadow:inset 0 1px 0 #ffffff14;display:flex;gap:12px;justify-content:space-between;padding:12px}.slotTitle{font-weight:600}.slotActions{display:flex;gap:8px}.btn{align-items:center;background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid #ffffff1a;border:1px solid var(--border);border-radius:12px;color:#e7ecf7;color:var(--text);cursor:pointer;display:inline-flex;font-weight:600;gap:6px;padding:8px 12px;transition:transform .12s ease,filter .12s ease,box-shadow .12s ease,background .12s ease,border-color .12s ease}.btn:hover{background:linear-gradient(180deg,#ffffff1a,#ffffff0a);border-color:#ffffff2e}.btn:active{transform:translateY(1px)}.btn:focus-visible{border-radius:12px;outline:2px solid #7ac9ff88;outline-offset:2px}.btn.copytext{padding:10px 12px}.btn.primary{background:radial-gradient(120% 120% at 10% 0,#ffffffaa,#0000 38%),linear-gradient(180deg,#ffd,#fff7cb 60%,#e7dca9);background:radial-gradient(120% 120% at 10% 0,#ffffffaa,#0000 38%),linear-gradient(180deg,#ffd 0,var(--cream) 60%,#e7dca9 100%);border:1px solid #ffffff88;box-shadow:0 10px 24px #00000059,inset 0 1px 0 #fff9;color:#14181e;font-weight:800}.btn.primary:hover{transform:translateY(-1px)}.btn.primary:active{transform:translateY(0)}.btn.success{background:linear-gradient(180deg,#193a8a,#132b68);background:linear-gradient(180deg,var(--brand-2),var(--brand));border-color:#fff7cb59;box-shadow:inset 0 0 0 2px #fff7cb1a;color:#fff}.btn.ghost{background:linear-gradient(180deg,#ffffff0a,hsla(0,0%,100%,.015));border-color:#ffffff24}.btn.block{display:flex;justify-content:center;width:100%}.btn.large{font-size:15px;padding:12px 16px}.btn.google{align-items:center;display:inline-flex;gap:10px}.btn.google .gLogo{flex:0 0 18px;height:18px;width:18px}label{grid-gap:6px;color:#e9edff;display:grid;font-size:13px;gap:6px}input,select,textarea{background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid #ffffff1a;border:1px solid var(--border);border-radius:12px;color:#e7ecf7;color:var(--text);font-size:14px;padding:10px 12px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}input::placeholder,textarea::placeholder{color:#cdd7f3aa}input:focus,select:focus,textarea:focus{border-color:#7ac9ff88;box-shadow:0 0 0 4px #7ac9ff22;outline:none}.formRow{align-items:center;grid-template-columns:repeat(2,minmax(0,240px))}.formCol,.formRow{grid-gap:12px;display:grid;gap:12px}.formCol{max-width:640px}.formCol textarea{height:180px}.inputFancy,.selectNativeFancy,.textareaFancy{-webkit-appearance:none;appearance:none;background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid #ffffff1a;border:1px solid var(--border,#ffffff1a);border-radius:12px;color:#e7ecf7;color:var(--text,#e7ecf7);line-height:1.2;font:inherit;min-height:44px;padding:12px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;width:100%}.inputFancy::placeholder,.textareaFancy::placeholder{color:#9aa3b2;color:var(--muted,#9aa3b2);opacity:1}.inputFancy:hover,.selectNativeFancy:hover,.textareaFancy:hover{background:linear-gradient(180deg,#ffffff1a,#ffffff0a);border-color:#ffffff38}.inputFancy:focus,.selectNativeFancy:focus,.textareaFancy:focus{border-color:#7ac9ff88;box-shadow:0 0 0 4px #7ac9ff22;outline:none}.selectNativeFancy{background:url("data:image/svg+xml;utf8, <svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 24 24%27><path d=%27M6 9l6 6 6-6%27 fill=%27none%27 stroke=%27%23fff7cb%27 stroke-width=%272%27 stroke-linecap=%27round%27/></svg>") no-repeat right 12px center,linear-gradient(180deg,#ffffff0f,#ffffff05);cursor:pointer;padding-right:44px}.textareaFancy{min-height:120px;resize:vertical}.inputGroup{position:relative}.inputIcon{height:18px;left:10px;opacity:.9;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:18px}.inputGroup .inputFancy{padding-left:36px}.inputFancy.is-invalid,.inputFancy:invalid,.inputGroup[aria-invalid=true] .inputFancy,.selectNativeFancy.is-invalid,.selectNativeFancy:invalid,.textareaFancy.is-invalid,.textareaFancy:invalid{border-color:#ff78788c;box-shadow:inset 0 0 0 2px #ff787840}.fieldHelp{color:#9aa3b2;color:var(--muted,#9aa3b2);font-size:12px;margin-top:6px}.fieldHelp.error{color:#ffc1c1}.ruleList{background:linear-gradient(180deg,#ffffff0a,#ffffff05);border:1px solid #ffffff1a;border:1px solid var(--border);border-radius:14px;overflow:hidden}.ruleRow{grid-gap:10px;align-items:center;border-bottom:1px solid #ffffff1a;border-bottom:1px solid var(--border);display:grid;gap:10px;grid-template-columns:1.2fr 1fr 1fr 1fr auto auto;padding:10px 12px}.ruleRow:last-child{border-bottom:0}.numberFancy,.ruleRow .inputFancy,.ruleRow .selectNativeFancy{min-height:44px}.numberFancy{-webkit-appearance:none;appearance:none;background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid #ffffff1a;border:1px solid var(--border,#ffffff1a);border-radius:12px;color:#e7ecf7;color:var(--text,#e7ecf7);font-size:16px;line-height:1.2;padding:12px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;width:100%}.numberFancy:hover{background:linear-gradient(180deg,#ffffff1a,#ffffff0a);border-color:#ffffff38}.numberFancy:focus{border-color:#7ac9ff88;box-shadow:0 0 0 4px #7ac9ff22;outline:none}.operatorSelect{background:url("data:image/svg+xml;utf8, <svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 24 24%27><path d=%27M6 9l6 6 6-6%27 fill=%27none%27 stroke=%27%23fff7cb%27 stroke-width=%272%27 stroke-linecap=%27round%27/></svg>") no-repeat right 12px center,linear-gradient(180deg,#ffffff0f,#ffffff05);padding-right:44px}.switchFancy{--w:46px;--h:26px;align-items:center;display:inline-grid;position:relative}.switchFancy input{inset:0;opacity:0;position:absolute}.switchUI{background:linear-gradient(180deg,#ffffff12,#ffffff08);border:1px solid #ffffff1a;border:1px solid var(--border,#ffffff1f);border-radius:999px;box-shadow:inset 0 1px 0 #ffffff26;height:var(--h);position:relative;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease;width:var(--w)}.switchKnob{background:#fff7cb;background:var(--cream,#fff7cb);border-radius:50%;box-shadow:0 6px 14px #00000059,inset 0 1px 0 #fff9;height:20px;left:3px;position:absolute;top:3px;transition:transform .18s cubic-bezier(.2,.7,.2,1);width:20px}.switchFancy input:checked+.switchUI{background:linear-gradient(180deg,#193a8a,#132b68);background:linear-gradient(180deg,var(--brand-2),var(--brand));border-color:#fff7cb59;box-shadow:inset 0 0 0 2px #fff7cb1a}.switchFancy input:checked+.switchUI .switchKnob{transform:translateX(20px)}.switchFancy input:focus-visible+.switchUI{outline:2px solid #7ac9ff88;outline-offset:2px}.ruleChip{background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid #ffffff1a;border:1px solid var(--border);border-radius:999px;color:#e7ecf7;color:var(--text);font-size:12px;padding:6px 10px}.btnDanger{background:linear-gradient(180deg,#ff78782e,#ff78781a);border:1px solid #ff787859;color:#ffdede}.btnDanger:hover{filter:brightness(1.06)}.addRuleRow{background:linear-gradient(180deg,#ffffff08,hsla(0,0%,100%,.015));border-top:1px solid #ffffff1a;border-top:1px solid var(--border);display:flex;gap:10px;justify-content:flex-end;padding:10px 12px}.inputGroup .numberFancy{padding-left:24px}@media (max-width:900px){.app,.app.sidebar-collapsed{grid-template-columns:1fr}.sidebar{display:none}.topbar{padding:10px 12px}.topTitle{font-size:14px}.topActions .btn{font-size:12px;padding:8px 10px}}.hamburger{background:linear-gradient(180deg,#ffffff14,#ffffff08);border:1px solid color-mix(in oklab,#fff 22%,#0000);border-radius:12px;box-shadow:0 8px 20px #00000059,inset 0 1px 0 #ffffff38;color:#e6ecff;cursor:pointer;display:grid;height:44px;place-items:center;width:44px}.hamburger:hover{background:linear-gradient(180deg,#ffffff1f,#ffffff0d);border-color:#ffffff47;color:#fff}.drawerOverlay{background:#080a0f8c;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .22s ease;z-index:4000}.drawerOverlay.open{opacity:1;pointer-events:auto}.drawer{grid-gap:12px;background:linear-gradient(180deg,#111628f5,#0b1020f0);border-left:1px solid #ffffff1a;box-shadow:-24px 0 70px #00000080;display:grid;gap:12px;grid-template-rows:auto 1fr auto auto;height:100dvh;padding:16px 16px 24px;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .26s cubic-bezier(.2,.8,.2,1);width:min(92vw,360px);z-index:4100}.drawer.open{transform:translateX(0)}.drawerHeader{align-items:center;border-bottom:1px solid #ffffff14;display:flex;gap:12px;justify-content:space-between;padding-bottom:6px}.drawerHeader .brand{font-weight:800;letter-spacing:.2px}.closeBtn{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;box-shadow:inset 0 1px 0 #ffffff2e;color:#e6ecff;cursor:pointer;height:40px;width:40px}.closeBtn:hover{background:#ffffff1a;color:#fff}.drawerNav{grid-gap:8-10px;align-content:start;display:grid;gap:8-10px;grid-auto-rows:-webkit-max-content;grid-auto-rows:max-content;max-height:calc(100dvh - 204px);max-height:calc(100dvh - var(--header-h) - 140px);overflow:auto;padding:10px 2px 12px}.drawerNav a{align-items:center;background:linear-gradient(180deg,#ffffff12,#ffffff08);border:1px solid #ffffff1f;border-radius:12px;color:inherit;display:flex;font-size:15px;font-weight:600;gap:10px;margin:0 0 10px;min-height:44px;padding:12px 14px;text-decoration:none;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease}.drawerNav a:last-child{margin-bottom:0}.drawerNav a:hover{background:linear-gradient(180deg,color-mix(in oklab,#193a8a 22%,#0000),color-mix(in oklab,#132b68 12%,#0000));background:linear-gradient(180deg,color-mix(in oklab,var(--brand-2) 22%,#0000),color-mix(in oklab,var(--brand) 12%,#0000));border-color:#fff7cb59;color:#fff}.drawerNav a[aria-current=page]{border-color:#fff7cb61;box-shadow:inset 0 0 0 2px #fff7cb1f}.drawerNav a[aria-current=page],.wideBtn{background:linear-gradient(180deg,#193a8a,#132b68);background:linear-gradient(180deg,var(--brand-2),var(--brand));color:#fff}.wideBtn{border:1px solid #ffffff1f;border-radius:14px;box-shadow:0 12px 28px #00000061,inset 0 1px 0 #ffffff38;font-weight:800;height:44px}.wideBtn:hover{filter:brightness(1.05)}.drawerFoot{font-size:12px;margin-top:8px;opacity:.75;text-align:center}#mobile-drawer{z-index:100000}.decisionsHeader{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}.bullets.tight li{margin:4px 0}.list.compact .listItem{padding:10px 12px}.aiBox{background:#0e1c4d;border:1px solid #192a69;border-radius:12px;box-shadow:0 12px 18px #0e1c4d40;color:#e6edff;min-height:140px;padding:12px}.aiText{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;white-space:pre-wrap}.spinner{animation:spin 1s linear infinite;border:3px solid #fff6;border-radius:50%;border-top-color:#fff;height:22px;width:22px}.content{scrollbar-color:#ffffff61 #0000;scrollbar-width:auto}.content::-webkit-scrollbar{height:18px;width:18px}.content::-webkit-scrollbar-track{background:linear-gradient(180deg,#ffffff0f,#ffffff08);border-left:1px solid #ffffff1a;border-left:1px solid var(--border)}.content::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ffffff57,#ffffff2e);background-clip:padding-box;border:4px solid #0000;border-radius:12px;box-shadow:inset 0 1px 0 #ffffff59,0 2px 8px #00000059}.content::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ffffff73,#ffffff47)}.aiBox,.list,.panel{max-width:100%;overflow-x:hidden}pre.aiText{white-space:pre-wrap;word-break:break-word}.shimmerText{animation:shimmer-scan 4s linear infinite;background:linear-gradient(90deg,#ffffff59,#ffffffd9 20%,#ffffff59 40%);-webkit-background-clip:text;background-clip:text;background-position:-200% 0;background-size:200% 100%;color:#0000;display:inline-block;position:relative}.shimmerText.brand{background:linear-gradient(90deg,#193a8a59,#193a8ae6 20%,#193a8a59 40%)}.app.authMode{grid-template-columns:1fr}.app.authMode .content{overflow:visible;padding:0}:root{--app-dvh:100dvh}@supports not (height:100dvh){:root{--app-dvh:100svh}}.authGate{display:grid;height:100dvh;height:var(--app-dvh,100svh);overflow:hidden;padding:0;place-items:center}.authWrap{display:grid;height:100%;overflow:auto;padding:max(24px,env(safe-area-inset-top)) 24px max(24px,env(safe-area-inset-bottom));place-items:center}.authHeader{grid-gap:4px;display:grid;gap:4px;margin:-8px 0 4px;place-items:center;text-align:center}.brandMark{display:grid;height:96px;place-items:center;width:96px}.brandMark img{display:block;filter:drop-shadow(0 2px 3px rgba(0,0,0,.35));height:68%;object-fit:contain;width:68%}.authHeader .authTitle{margin:6px 0 10px}.authHeader .muted{font-size:13px;margin:0}.authCard{animation:fadeUp .5s ease-out .02s both;-webkit-backdrop-filter:saturate(140%);backdrop-filter:saturate(140%);margin:0 auto;padding:34px 28px;width:min(460px,92vw)}.authTitle{font-weight:800;letter-spacing:.2px;margin:0 0 6px}.formGrid{grid-gap:12px;display:grid;gap:12px;margin-top:12px}.mfaQrPanel{grid-gap:10px;background:linear-gradient(180deg,#ffffff14,#ffffff08);border:1px solid #ffffff1f;border-radius:18px;display:grid;gap:10px;justify-items:center;padding:18px}.mfaQrPanel__code{background:#fff;border-radius:18px;box-shadow:0 12px 30px #00000038;display:grid;height:220px;padding:10px;place-items:center;width:220px}.mfaQrPanel__image{display:block;height:100%;object-fit:contain;width:100%}.mfaQrPanel__placeholder{color:#51607f;font-size:13px;text-align:center}.mfaQrPanel__copy{color:#9aa3b2;color:var(--muted,#9aa3b2);font-size:13px;max-width:320px;text-align:center}.ctaRow{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.authWrap .inputFancy:invalid{border-color:#ffffff1a;border-color:var(--border);box-shadow:none}.formRow .btn.primary{height:44px}.selectTrigger{align-items:center;background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid #ffffff1a;border:1px solid var(--border,#ffffff1a);border-radius:12px;color:#e7ecf7;color:var(--text,#e7ecf7);cursor:pointer;display:inline-flex;font:inherit;gap:10px;justify-content:space-between;min-height:44px;padding:12px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;width:100%}.selectTrigger[data-placeholder=true] .selectValue{color:#9aa3b2;color:var(--muted,#9aa3b2)}.selectTrigger:hover{border-color:#ffffff38}.selectTrigger:focus-visible{outline:2px solid #7ac9ff88;outline-offset:2px}.selectCaret{--caret:10px;flex:0 0 var(--caret);height:var(--caret);position:relative;width:var(--caret)}.selectCaret:after{border-left:calc(var(--caret)/2) solid #0000;border-right:calc(var(--caret)/2) solid #0000;border-top:calc(var(--caret)/2) solid var(--cream,#fff7cb);content:"";filter:drop-shadow(0 1px 0 rgba(0,0,0,.25));height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-30%);transition:transform .18s ease;width:0}.select.open .selectCaret:after{transform:translate(-50%,-30%) rotate(180deg)}.selectPanel{background:#22366a;border:1px solid #ffffff1a;border:1px solid var(--border,#ffffff1a);border-radius:14px;box-shadow:0 24px 60px #00000080;color:#e7ecf7;color:var(--text,#e7ecf7);opacity:0;padding:6px;position:absolute;top:calc(100% + 8px);transform:translateY(6px) scale(.98);transition:transform .18s cubic-bezier(.2,.7,.2,1),opacity .18s ease,visibility .18s ease;visibility:hidden;z-index:5000}.select.open .selectPanel{opacity:1;transform:translateY(0) scale(1);visibility:visible}.selectOption{border-radius:10px;color:#e7ecf7;color:var(--text,#e7ecf7);cursor:pointer;padding:10px}.selectOption.active,.selectOption:hover{background:#ffffff14}.selectOption.selected{background:linear-gradient(180deg,#193a8a,#132b68);background:linear-gradient(180deg,var(--brand-2,#193a8a),var(--brand,#132b68));border:1px solid #fff7cb59;box-shadow:inset 0 0 0 2px #fff7cb1a;color:#fff}.memberModal__actions,.memberModal__header,.orgChartSelection,.orgChartToolbar{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.orgChartToolbar{align-items:flex-end}.orgChartToolbar__intro{flex:1 1 340px;min-width:0}.memberModal__actionsLeft,.memberModal__actionsRight,.memberModal__connections,.memberModal__toggles,.orgChartSelection__actions,.orgChartToolbar__actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.teamDirectoryToggle{align-items:center;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:999px;display:inline-flex;font-size:13px;gap:8px;padding:8px 10px}.orgChartNotice,.orgChartStatus{background:linear-gradient(180deg,#fff7cb1a,#ffffff08);border:1px solid #fff7cb29;border-radius:12px;color:#e7ecf7;color:var(--text,#e7ecf7);font-size:13px;margin-top:10px;padding:10px 12px}.orgChartNotice{margin-top:0}.btnDangerGhost{background:linear-gradient(180deg,#ff78782e,#ff787812);border-color:#ff808052;color:#ffd3d3}.btnDangerGhost:hover{background:linear-gradient(180deg,#ff78783d,#ff78781a);border-color:#ff8c8c73}.orgChartShell{background:radial-gradient(circle at top left,#7ac9ff1f,#0000 32%),linear-gradient(180deg,#ffffff0d,#ffffff05);border:1px solid #ffffff1a;border:1px solid var(--border,#ffffff1a);border-radius:18px;box-shadow:0 22px 42px #0000003d,inset 0 1px 0 #ffffff1f;padding:14px}.orgChartScroller{background:linear-gradient(180deg,#080e1c75,#080e1c33),linear-gradient(90deg,#ffffff08 1px,#0000 0),linear-gradient(180deg,#ffffff08 1px,#0000 0);background-size:auto,34px 34px,34px 34px;border:1px solid #ffffff14;border-radius:16px;margin-top:12px;max-height:min(78vh,940px);overflow:auto;scrollbar-gutter:stable both-edges}.orgChartCanvas{position:relative}.orgChartMarquee{background:#7ac9ff24;border:1px solid #7ac9ffe6;box-shadow:0 0 0 1px #7ac9ff24,inset 0 0 0 1px #ffffff14;z-index:2}.orgChartMarquee,.orgChartSvg{pointer-events:none;position:absolute}.orgChartSvg{inset:0}.orgChartEdge{fill:none;stroke:#fff7cbe0;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 3px 8px rgba(0,0,0,.35))}.orgChartGuide{stroke:#7ac9fff2;stroke-width:1.4;stroke-linecap:round;stroke-dasharray:5 4;filter:drop-shadow(0 0 8px rgba(122,201,255,.3))}.orgChartGuide.spacing{stroke:#fff7cbf2;stroke-width:2.1;stroke-dasharray:none;filter:drop-shadow(0 0 10px rgba(255,247,203,.34))}.orgChartEmpty{background:#ffffff08;border:1px dashed #ffffff29;border-radius:14px;color:#9aa3b2;color:var(--muted,#9aa3b2);padding:24px;text-align:center}.orgChartSelection{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;margin-top:12px;min-height:86px;padding:12px 14px}.orgChartSelection.empty{align-items:center}.orgChartSelection__copy{grid-gap:6px;display:grid;gap:6px;min-width:0}.orgChartSelection__actions--empty{justify-content:flex-end}.orgNode{grid-gap:6px;background:radial-gradient(circle at top right,#7ac9ff29,#0000 38%),linear-gradient(180deg,#1f3567f5,#101c38fa);border:1px solid #ffffff24;border-radius:18px;box-shadow:0 18px 34px #00000047,inset 0 1px 0 #ffffff24;color:#f7f9ff;cursor:grab;display:grid;gap:6px;grid-template-rows:auto auto auto auto 1fr;height:176px;height:var(--org-node-height,176px);left:0;padding:13px;position:absolute;top:0;transition:border-color .16s ease,box-shadow .16s ease;-webkit-user-select:none;user-select:none;width:228px;width:var(--org-node-width,228px)}.orgNode.selected{border-color:#fff7cb73;box-shadow:0 22px 42px #0000005c,inset 0 0 0 2px #fff7cb29}.orgNode.dragging{box-shadow:0 28px 50px #0000006b,inset 0 0 0 2px #7ac9ff3d;cursor:grabbing}.orgNode.linking{border-color:#7ac9ff8f;box-shadow:0 24px 44px #00000057,inset 0 0 0 2px #7ac9ff38}.orgNode__header,.orgNode__pillRow{align-items:flex-start;display:flex;gap:6px;justify-content:space-between;min-width:0}.orgNode__hero{grid-gap:10px;align-items:flex-start;display:grid;gap:10px;grid-template-columns:68px minmax(0,1fr);grid-template-columns:var(--org-avatar-size,68px) minmax(0,1fr);min-height:68px;min-height:var(--org-avatar-size,68px);position:relative}.orgNode__avatar{background:linear-gradient(180deg,#ffffff24,#ffffff0a);border:1px solid #ffffff29;border-radius:20px;box-shadow:inset 0 1px 0 #ffffff1a;display:grid;height:68px;height:var(--org-avatar-size,68px);overflow:hidden;padding:4px;place-items:center;width:68px;width:var(--org-avatar-size,68px)}.orgPortrait{height:100%;object-fit:contain;pointer-events:none;width:100%}.orgNode__meta{grid-gap:3px;align-content:start;display:grid;gap:3px;min-width:0}.orgNode__headerActions{align-items:center;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:4px;justify-content:flex-end;position:absolute;right:0;top:0}.orgNode__title{-webkit-line-clamp:2;font-size:17px;font-weight:700;line-height:1.2;padding-right:42px;word-break:break-word}.orgNode__subtitle,.orgNode__title{-webkit-box-orient:vertical;display:-webkit-box;min-width:0;overflow:hidden}.orgNode__subtitle{-webkit-line-clamp:1;color:#e7ecf7f0;font-size:13px}.orgNode__email{color:#f7f9ffd1;display:block;font-size:12px;font-weight:500;line-height:1.2;min-height:18px;min-width:0;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.orgNode__pillRow{align-items:center;flex-wrap:wrap}.orgNode__actionRow{align-items:center;display:flex;justify-content:flex-start}.orgNode__actionButton,.orgNode__iconButton{align-items:center;background:#ffffff14;border:1px solid #ffffff24;color:#f7f9ffeb;cursor:pointer;display:inline-flex;gap:6px;justify-content:center;transition:border-color .14s ease,background .14s ease,transform .14s ease}.orgNode__actionButton:hover,.orgNode__iconButton:hover{background:#ffffff24;border-color:#ffffff38}.orgNode__actionButton:focus-visible,.orgNode__iconButton:focus-visible{outline:2px solid #7ac9ff88;outline-offset:2px}.orgNode__actionButton{border-radius:999px;font-size:10.5px;font-weight:700;letter-spacing:.02em;min-height:24px;padding:4px 10px}.orgNode__actionButton.active{background:#7ac9ff33;border-color:#7ac9ff70;color:#dff4ff}.orgNode__iconButton{border-radius:999px;height:24px;padding:0;width:24px}.orgNode__iconButton svg{height:13px;width:13px}.orgNode__headerActions .orgChartPill{font-size:10px;line-height:1;padding:3px 7px}.orgNode__stats{grid-gap:10px;color:#e7ecf7c2;display:grid;font-size:12px;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:auto}.orgNode__stats span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orgChartPill{align-items:center;background:#fff7cb1f;border:1px solid #fff7cb38;border-radius:999px;color:#fff7cb;display:inline-flex;font-size:10.5px;font-weight:700;gap:6px;letter-spacing:.02em;padding:4px 9px}.orgChartPill.subtle{background:#ffffff14;border-color:#ffffff24;color:#e7ecf7e0}.memberModalOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0509129e;display:grid;inset:0;padding:20px;place-items:center;position:fixed;z-index:7000}.memberModal{background:radial-gradient(circle at top right,#7ac9ff1f,#0000 28%),linear-gradient(180deg,#12192cfa,#0b1121fa);border:1px solid #ffffff1f;border-radius:22px;box-shadow:0 34px 70px #00000073,inset 0 1px 0 #ffffff1f;display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;width:min(760px,calc(100vw - 32px))}.memberModal__actions,.memberModal__body,.memberModal__header{padding:18px 20px}.memberModal__header{border-bottom:1px solid #ffffff14}.memberModal__title{font-size:20px;margin:0}.memberModal__body{grid-gap:16px;align-content:start;display:grid;flex:1 1 auto;gap:16px;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.memberModal__grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.memberModal__field{grid-gap:8px;display:grid;gap:8px}.memberModal__field--wide{grid-column:1/-1}.memberModal__label{color:#e7ecf7b8;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.portraitPicker{position:relative}.portraitPicker__trigger{align-items:center;background:linear-gradient(180deg,#ffffff14,#ffffff08);border:1px solid #ffffff1f;border-radius:16px;color:#e7ecf7;color:var(--text,#e7ecf7);cursor:pointer;display:flex;gap:14px;justify-content:space-between;padding:12px 14px;text-align:left;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;width:100%}.portraitPicker__trigger:hover{background:linear-gradient(180deg,#ffffff1f,#ffffff0d);border-color:#fff3}.portraitPicker__trigger:focus-visible{outline:2px solid #7ac9ff88;outline-offset:2px}.portraitPicker__preview{align-items:center;display:flex;gap:14px;min-width:0}.portraitPicker__avatar,.portraitPicker__optionAvatar{background:radial-gradient(circle at 50% 20%,#fff3,#0000 52%),linear-gradient(180deg,#ffffff1f,#ffffff0a);border:1px solid #ffffff1f;border-radius:20px;display:grid;flex:0 0 auto;overflow:hidden;place-items:center}.portraitPicker__avatar{height:82px;padding:6px;width:82px}.portraitPicker__optionAvatar{height:72px;padding:5px;width:72px}.portraitPicker__copy,.portraitPicker__optionCopy{grid-gap:4px;display:grid;gap:4px;min-width:0}.portraitPicker__copy strong,.portraitPicker__optionCopy strong{font-size:15px;line-height:1.2}.portraitPicker__copy span,.portraitPicker__optionCopy span{color:#e7ecf7b8;font-size:12px}.portraitPicker__panel{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:10px}.portraitPicker__option{grid-gap:10px;align-content:start;background:linear-gradient(180deg,#ffffff0f,#ffffff08);border:1px solid #ffffff1a;border-radius:16px;color:#e7ecf7;color:var(--text,#e7ecf7);cursor:pointer;display:grid;gap:10px;padding:14px;text-align:left;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease,background .14s ease}.portraitPicker__option:hover{background:linear-gradient(180deg,#ffffff1a,#ffffff0a);border-color:#ffffff2e;transform:translateY(-1px)}.portraitPicker__option.selected{background:linear-gradient(180deg,#193a8a5c,#111f4480);border-color:#fff7cb4d;box-shadow:inset 0 0 0 2px #fff7cb1f}.portraitPicker__option:focus-visible{outline:2px solid #7ac9ff88;outline-offset:2px}.memberModal__notes{grid-gap:12px;align-items:start;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.memberModal__noteCard{grid-gap:10px;align-content:start;background:hsla(0,0%,100%,.035);border:1px solid #ffffff14;border-radius:14px;box-shadow:inset 0 1px 0 #ffffff0a;display:grid;gap:10px;min-height:0;padding:15px 15px 14px}.memberModal__connections{align-content:flex-start;align-items:center;display:flex;flex-wrap:wrap;gap:10px}.memberModal__connections>*{margin:0}.memberModal__connections .tag{align-items:center;background:hsla(0,0%,100%,.045);border:1px solid #ffffff14;border-radius:12px;display:inline-flex;gap:6px}.memberModal__connections .btn,.memberModal__connections .tag{min-height:36px;padding:8px 12px}.memberModal__inlineStatus{font-size:13px}.memberModal__actions{border-top:1px solid #ffffff14}@media (max-width:900px){.memberModalOverlay{padding:12px}.memberModal{max-height:calc(100vh - 24px);width:min(100vw - 16px,760px)}.memberModal__grid,.memberModal__notes,.portraitPicker__panel{grid-template-columns:1fr}.memberModal__actionsLeft,.memberModal__actionsRight,.orgChartSelection__actions,.orgChartToolbar__actions{width:100%}}.toolLogo{display:inline-block;height:18px;object-fit:contain;width:18px}.jiraConnectorPanel{grid-gap:14px;display:grid;gap:14px;min-width:0}.jiraConnectorPanel__header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;margin:0}.jiraConnectorPanel__title{align-items:center;display:inline-flex;gap:10px;min-width:0}.jiraConnectorPanel__status{cursor:default;margin-left:0!important;pointer-events:none}.jiraConnectorPanel__empty{align-items:center!important;background:linear-gradient(180deg,#ffffff0a,#ffffff05);border:1px solid #ffffff14;border-radius:16px;display:flex!important;flex-wrap:wrap;gap:14px!important;justify-content:space-between;margin:0;padding:14px 16px}.jiraConnectorPanel__bar{align-items:flex-start!important;gap:12px 16px;grid-template-columns:minmax(0,1fr) auto}.jiraConnectorPanel__identity{align-items:center!important;display:flex!important;flex-wrap:wrap;gap:10px!important;min-height:44px;overflow-wrap:anywhere}.jiraConnectorPanel__actions{display:flex!important;flex-wrap:wrap;gap:8px!important;justify-content:flex-end;margin-left:0!important}.jiraConnectorPanel__grid{align-items:start;gap:14px 16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));width:100%}.jiraConnectorPanel__grid>*{min-width:0}.jiraConnectorPanel__field,.jiraConnectorPanel__field .select{min-width:0;width:100%}.jiraConnectorPanel__field .selectTrigger,.jiraConnectorPanel__field .selectValue{min-width:0}.jiraConnectorPanel__field .selectValue{display:block;line-height:1.2;overflow-wrap:anywhere;text-align:left;white-space:normal}.jiraConnectorPanel__saveWrap{align-self:start!important;grid-column:1/-1;justify-self:start;min-height:18px;width:100%}.jiraConnectorPanel__save{align-items:center;display:inline-flex;white-space:nowrap}.jiraConnectorPanel__note{margin:-2px 0 0;max-width:920px}@media (max-width:1180px){.jiraConnectorPanel__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media (max-width:820px){.jiraConnectorPanel__empty{align-items:flex-start!important;flex-direction:column}.jiraConnectorPanel__bar{grid-template-columns:1fr}.jiraConnectorPanel__actions{justify-content:flex-start}.jiraConnectorPanel__grid{grid-template-columns:1fr}.jiraConnectorPanel__saveWrap{justify-self:start}}.rulesGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.movedownabit{margin-top:10px}.switchRow{align-items:flex-start;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;display:flex;gap:10px;padding:10px}.switchRow input[type=checkbox]{margin-top:3px;transform:scale(1.2)}.switchBody .switchLabel{font-weight:600}.small{font-size:12px}.input{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;color:inherit;padding:8px 10px}.checks.checksPills input[type=radio]{-webkit-appearance:none;appearance:none;background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid #ffffff1a;border:1px solid var(--border);box-shadow:inset 0 1px 0 #ffffff26;color-scheme:dark;cursor:pointer;display:inline-grid;height:20px;place-content:center;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .06s ease;width:20px}.checks.checksPills label:hover input[type=radio]{background:linear-gradient(180deg,#ffffff1a,#ffffff0a);border-color:#ffffff40}.checks.checksPills input[type=radio]:active{transform:scale(.96)}.checks.checksPills input[type=radio]:focus-visible{border-radius:999px;outline:2px solid #7ac9ff88;outline-offset:2px}.checks.checksPills input[type=radio]:disabled{cursor:not-allowed;opacity:.6}.checks.checksPills label:has(input[type=radio]:checked){background:linear-gradient(180deg,#193a8a,#132b68);background:linear-gradient(180deg,var(--brand-2),var(--brand));border-color:#fff7cb59;box-shadow:inset 0 0 0 2px #fff7cb1a,0 8px 22px #00000047;color:#fff}.checks.checksPills{display:flex;flex-wrap:wrap;gap:10px}.checks.checksPills label{align-items:center;background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid #ffffff1a;border:1px solid var(--border);border-radius:12px;cursor:pointer;display:inline-flex;gap:10px;padding:8px 12px 10px;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,color .15s ease;-webkit-user-select:none;user-select:none}.checks.checksPills input[type=checkbox]{accent-color:#132b68;accent-color:var(--brand)}.checks.checksPills label:hover{background:linear-gradient(180deg,#ffffff17,#ffffff08)}.checks.checksPills label:has(input:focus-visible){border-radius:10px;outline:2px solid #7ac9ff88;outline-offset:2px}.checks.checksPills input[type=checkbox]{-webkit-appearance:none;appearance:none;background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid #ffffff1a;border:1px solid var(--border);border-radius:6px;box-shadow:inset 0 1px 0 #ffffff26;color-scheme:dark;cursor:pointer;display:inline-grid;height:20px;place-content:center;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .06s ease;width:20px}.checks.checksPills label:hover input[type=checkbox]{background:linear-gradient(180deg,#ffffff1a,#ffffff0a);border-color:#ffffff40}.checks.checksPills input[type=checkbox]:active{transform:scale(.96)}.checks.checksPills input[type=checkbox]:focus-visible{border-radius:8px;outline:2px solid #7ac9ff88;outline-offset:2px}.checks.checksPills input[type=checkbox]:after{border-bottom:2px solid #fff;border-right:2px solid #fff;height:5px}.checks.checksPills input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.checks.checksPills input[type=checkbox]:checked:after{border-bottom:2px solid #fff7cb;border-bottom:2px solid var(--cream);border-right:2px solid #fff7cb;border-right:2px solid var(--cream);transform:translate(110%,-90%) rotate(-45deg) scaleX(-1) scale(1)!important}.checks.checksPills input[type=checkbox],.checks.checksPills input[type=radio]{-webkit-appearance:none;appearance:none;aspect-ratio:1/1;background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid #ffffff1a;border:1px solid var(--border);border-radius:6px;box-shadow:inset 0 1px 0 #ffffff26;box-sizing:initial;color-scheme:dark;cursor:pointer;display:inline-grid;flex:0 0 20px;height:20px;line-height:0;padding:0;place-content:center;transition:background-color .15s,border-color .15s,box-shadow .15s,transform .06s;width:20px}.checks.checksPills input[type=radio]{border-radius:50%}.checks.checksPills label:hover input[type=checkbox],.checks.checksPills label:hover input[type=radio]{background:linear-gradient(180deg,#ffffff1a,#ffffff0a);border-color:#ffffff40}.checks.checksPills input[type=checkbox]:active,.checks.checksPills input[type=radio]:active{transform:scale(.96)}.checks.checksPills input[type=checkbox]:focus-visible,.checks.checksPills input[type=radio]:focus-visible{border-radius:8px;outline:2px solid #7ac9ff88;outline-offset:2px}.checks.checksPills input[type=checkbox]:after{border-bottom:2px solid #fff7cb;border-bottom:2px solid var(--cream);border-right:2px solid #fff7cb;border-right:2px solid var(--cream);content:"";height:6px;transform:rotate(45deg) scale(0);transform-origin:bottom left;transition:transform .16s cubic-bezier(.2,.7,.2,1);width:10px}.checks.checksPills input[type=checkbox]:checked{background:linear-gradient(180deg,#193a8a,#132b68);background:linear-gradient(180deg,var(--brand-2),var(--brand));border-color:#fff7cb73;box-shadow:inset 0 0 0 2px #fff7cb1f,0 6px 16px #00000052}.checks.checksPills input[type=checkbox]:checked:after{transform:rotate(45deg) scale(1)}.checks.checksPills input[type=radio]:after{background:#fff7cb;background:var(--cream);border-radius:50%;content:"";height:8px;transform:scale(0);transition:transform .16s cubic-bezier(.2,.7,.2,1);width:8px}.checks.checksPills input[type=radio]:checked{background:linear-gradient(180deg,#193a8a,#132b68);background:linear-gradient(180deg,var(--brand-2),var(--brand));border-color:#fff7cb73;box-shadow:inset 0 0 0 2px #fff7cb1f,0 6px 16px #00000052}.checks.checksPills input[type=radio]:checked:after{transform:scale(1)}.checks.checksPills label:has(input:checked){background:linear-gradient(180deg,#193a8a,#132b68);background:linear-gradient(180deg,var(--brand-2),var(--brand));border-color:#fff7cb59;box-shadow:inset 0 0 0 2px #fff7cb1a,0 8px 22px #00000047;color:#fff}.checks.checksPills label:has(input:checked),.checks.checksPills label:has(input:checked) span{color:#fff}input.bd-check[type=checkbox],input.bd-radio[type=radio]{-webkit-appearance:none;appearance:none;aspect-ratio:1/1;background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid #ffffff1a;border:1px solid var(--border);box-shadow:inset 0 1px 0 #ffffff26;box-sizing:initial;color-scheme:dark;cursor:pointer;display:inline-grid;height:20px;line-height:0;padding:0;place-content:center;transition:background-color .15s,border-color .15s,box-shadow .15s,transform .06s;width:20px}input.bd-check[type=checkbox]{border-radius:6px}input.bd-radio[type=radio]{border-radius:50%}input.bd-check:active,input.bd-radio:active{transform:scale(.96)}input.bd-check:focus-visible,input.bd-radio:focus-visible{border-radius:8px;outline:2px solid #7ac9ff88;outline-offset:2px}input.bd-check:checked,input.bd-radio:checked{background:linear-gradient(180deg,#193a8a,#132b68);background:linear-gradient(180deg,var(--brand-2),var(--brand));border-color:#fff7cb73;box-shadow:inset 0 0 0 2px #fff7cb1f,0 6px 16px #00000052}input.bd-check[type=checkbox]:after{border-bottom:2px solid #fff7cb;border-bottom:2px solid var(--cream);border-right:2px solid #fff7cb;border-right:2px solid var(--cream);content:"";height:9px;margin-left:-6px;margin-top:-6px;transform:rotate(45deg) scale(0);transform-origin:bottom;transition:transform .16s cubic-bezier(.2,.7,.2,1);width:4px}input.bd-check[type=checkbox]:checked:after{transform:rotate(45deg) scale(1)}input.bd-radio[type=radio]:after{background:#fff7cb;background:var(--cream);border-radius:50%;content:"";height:8px;transform:scale(0);transition:transform .16s cubic-bezier(.2,.7,.2,1);width:8px}input.bd-radio[type=radio]:checked:after{transform:scale(1)}input.bd-check.bd-sm,input.bd-radio.bd-sm{height:20px;width:20px}.kpiGrid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.kpiHeader{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.kpiHeaderActions{align-items:center;display:flex;gap:8px}.sidebar{background:radial-gradient(900px 520px at 18% -12%,#193a8a8c,#0000 60%),linear-gradient(180deg,#0a1022,#070a12);border-right:1px solid #ffffff12}.sidebar:before{background:linear-gradient(180deg,#ffffff0f,#0000 28%,#00000038);content:"";inset:0;mix-blend-mode:overlay;opacity:.55;pointer-events:none;position:absolute}.sidebar{isolation:isolate;position:-webkit-sticky;position:sticky;top:0}.logoWrap img{background:#ffffff0f}.navItem{background:linear-gradient(180deg,#ffffff0f,#ffffff05);border-color:#ffffff14}.navItem:hover{background:linear-gradient(180deg,#ffffff17,#ffffff08);border-color:#ffffff24}.navItem.active{background:linear-gradient(180deg,#193a8af2,#132b68d9);border-color:#fff7cb47;box-shadow:inset 0 0 0 2px #fff7cb14}.rulesGrid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:10px}.ruleCard{background:#ffffff08;border:1px solid #ffffff1a;border:1px solid var(--border,#ffffff1f);border-radius:16px;display:flex;gap:12px;justify-content:space-between;padding:12px 14px}[data-theme=light] .ruleCard{background:#00000008}.ruleTitleRow{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.ruleTitle{font-weight:800;letter-spacing:.2px}.ruleMeta{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.chip{align-items:center;background:#ffffff0a;border:1px solid #ffffff1a;border:1px solid var(--border,#ffffff1f);border-radius:999px;color:#9aa3b2;color:var(--muted,#9aa3b2);display:inline-flex;font-size:12px;padding:4px 8px;white-space:nowrap}[data-theme=light] .chip{background:#0000000a}.chip.ok{background:#86efac14;border-color:#86efac47;color:#86efac}.chip.warn{background:#fbbf2414;border-color:#fbbf2447;color:#fbbf24}.chip.bad{background:#f8717114;border-color:#f8717147;color:#f87171}.midiKnobGrid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:10px}.midiKnobCard{grid-gap:8px;background:radial-gradient(130% 95% at 50% -15%,#ffffff17,#0000 60%),#ffffff05;border:1px solid #ffffff1a;border:1px solid var(--border,#ffffff1f);border-radius:16px;display:grid;gap:8px;padding:12px}.midiKnobLabel{color:#9aa3b2;color:var(--muted,#9aa3b2);font-size:12px;font-weight:700;letter-spacing:.2px}.midiKnob{--knob-angle:0deg;border-radius:50%;cursor:grab;height:134px;margin:2px auto;outline:none;position:relative;touch-action:none;-webkit-user-select:none;user-select:none;width:134px}.midiKnob__ticks{background:repeating-conic-gradient(from -135deg,#ffffff42 0deg 1.8deg,#0000 1.8deg 7.6deg);inset:0;-webkit-mask:radial-gradient(circle,#0000 62%,#000 63% 100%);mask:radial-gradient(circle,#0000 62%,#000 63% 100%);opacity:.72}.midiKnob__ring,.midiKnob__ticks{border-radius:50%;position:absolute}.midiKnob__ring{background:radial-gradient(circle at 30% 20%,#fffef9 0,#f0e5cf 50%,#d8c8a7 100%);border:1px solid #58442480;box-shadow:inset 0 10px 16px #fff9,inset 0 -14px 18px #674f2957,0 8px 14px #00000059;inset:16px;transform:rotate(var(--knob-angle));transition:transform .06s linear}.midiKnob__ring:after{background:radial-gradient(circle at 35% 30%,#fffef6,#d8c8a6);border:1px solid #58442459;border-radius:50%;box-shadow:inset 0 1px 2px #ffffffa6,0 2px 3px #00000038;content:"";height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}.midiKnob__ring:before{background:linear-gradient(180deg,#6a5430,#2e2211);border:1px solid #faf1db59;border-radius:99px;box-shadow:inset 0 1px 1px #ffffff4d,0 1px 2px #00000059;content:"";height:26px;left:50%;position:absolute;top:8px;transform:translateX(-50%);width:5px;z-index:3}.midiKnob__value{background:#fff9ebb3;border:1px solid #6c542e3d;border-radius:999px;color:#1a140ae6;font-size:12px;font-weight:800;left:50%;letter-spacing:.2px;padding:2px 8px;position:absolute;text-shadow:0 1px 0 #ffffff73;top:74%;transform:translate(-50%,-50%);z-index:5}.midiKnob.dragging .midiKnob__ring{filter:saturate(1.08) brightness(1.04)}.midiKnob.dragging{cursor:grabbing}.midiKnob.disabled{cursor:not-allowed;opacity:.62}.midiKnob.disabled .midiKnob__ring{filter:saturate(.78) brightness(.96)}.midiKnob:focus-visible .midiKnob__ring{box-shadow:0 0 0 3px #00b4d859,inset 0 2px 0 #ffffff24,inset 0 -10px 14px #00000057,0 12px 22px #00000038}[data-theme=light] .midiKnobCard{background:rgba(0,0,0,.025)}[data-theme=light] .midiKnob__ticks{background:repeating-conic-gradient(from -135deg,#1018284d 0deg 1.8deg,#0000 1.8deg 7.6deg);opacity:.58}[data-theme=light] .midiKnob__ring{background:radial-gradient(circle at 30% 20%,#fffef9 0,#efe2c8 52%,#d3c19b 100%);border-color:#59442375;box-shadow:inset 0 2px 0 #ffffff8c,inset 0 -12px 16px #5d482633,0 8px 12px #10182829}[data-theme=light] .midiKnob__ring:after{border-color:#5944234d}[data-theme=light] .midiKnob__value{color:#1a140ae6;text-shadow:0 1px 0 #fff6}.switchInput{appearance:none;-webkit-appearance:none;background:#ffffff14;border:1px solid #ffffff1a;border:1px solid var(--border,#ffffff1f);border-radius:999px;cursor:pointer;flex:0 0 auto;height:26px;margin-top:2px;position:relative;transition:background .18s ease,border-color .18s ease,opacity .18s ease;width:46px}[data-theme=light] .switchInput{background:#0000000f}.switchInput:after{background:#e7ecf7;background:var(--text,#e7ecf7);border-radius:999px;content:"";height:22px;left:2px;opacity:.92;position:absolute;top:2px;transition:transform .18s ease,background .18s ease;width:22px}.switchInput:checked{background:#00b4d838;border-color:#00b4d873}.switchInput:checked:after{background:#fff7cb;background:var(--accent,#fff7cb);transform:translateX(20px)}.switchInput:focus-visible{outline:3px solid #00b4d859;outline-offset:2px}.infoBanner{background:#00b4d814;border:1px solid #ffffff1a;border:1px solid var(--border,#ffffff1f);border-radius:14px;padding:10px 12px}[data-theme=light] .infoBanner{background:#00b4d81a}@media (max-width:560px){.selectPanel{max-height:50vh!important}}@media (max-width:520px){.authCard{width:100%}.ctaRow .btn{flex:1 1;justify-content:center}.inputFancy,.selectNativeFancy,.textareaFancy,input,select,textarea{font-size:16px!important}}@keyframes shimmer-scan{0%{background-position:200% 0}80%{background-position:-200% 0}to{background-position:-200% 0}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:980px){.grid3,.split{grid-template-columns:1fr}}@media (max-width:900px){.grid3{grid-template-columns:1fr}.ruleRow{grid-auto-rows:minmax(44px,auto);grid-template-columns:1fr 1fr}.ruleRow .ruleCol{grid-column:span 1}.ruleRow .ruleCol.full{grid-column:1/-1}}@media (min-width:901px){.drawer,.drawerOverlay{display:none!important}}@media (max-width:900px){.drawer{box-shadow:none!important}}:root[data-theme=light]{--bg:#fff7cb;--bg-start:#fff;--bg-end:#fff7cb;--panel:#fff;--text:#0f172a;--muted:#6b7280;--border:#e5e7eb;--dark:#14181e;--brand:#132b68;--brand-2:#193a8a;--cream:#fff7cb}:root[data-theme=light] body{background:#0b1020;background:var(--bg);color:#e7ecf7;color:var(--text)}:root[data-theme=light] .sidebar{display:flex;flex-direction:column}:root[data-theme=light] .navItem{background:#0000;border:1px solid #0000;color:#e7ecff}:root[data-theme=light] .navItem:hover{background:#ffffff14}:root[data-theme=light] .navItem.active{background:#fff;border-color:#fff;box-shadow:inset 0 0 0 2px #193a8a14;color:#132b68;color:var(--brand)}:root[data-theme=light] .hamburger{background:linear-gradient(180deg,#ffffff14,#ffffff08);border:1px solid color-mix(in oklab,#fff 22%,#0000);border-radius:12px;box-shadow:0 8px 20px #00000059,inset 0 1px 0 #ffffff38;color:#132b68;color:var(--brand);cursor:pointer;height:44px;place-items:center;width:44px}:root[data-theme=light] .topbar{-webkit-backdrop-filter:blur(8px) saturate(140%);backdrop-filter:blur(8px) saturate(140%);background:#fff;border-bottom:1px solid #ffffff1a;border-bottom:1px solid var(--border);box-shadow:0 8px 18px #1018280f}:root[data-theme=light] .topTitle{color:#132b68;color:var(--brand)}:root[data-theme=light] .panel{background:#111628;background:var(--panel);border:1px solid #ffffff1a;border:1px solid var(--border);box-shadow:0 10px 16px #1018280d}:root[data-theme=light] .panel h3{color:#111827}:root[data-theme=light] .panelSub{background:#f9fafb;border:1px solid #ffffff1a;border:1px solid var(--border)}:root[data-theme=light] .list{background:#fff;border:1px solid #ffffff1a;border:1px solid var(--border)}:root[data-theme=light] .listItem{border-bottom:1px solid #ffffff1a;border-bottom:1px solid var(--border)}:root[data-theme=light] .slot{background:#fff;border:1px solid #ffffff1a;border:1px solid var(--border)}:root[data-theme=light] .muted{color:#9aa3b2;color:var(--muted)}:root[data-theme=light] .kpi{background:#e9eeff;border:1px solid #d7dffb;box-shadow:none}:root[data-theme=light] .kpiLabel{color:#334155}:root[data-theme=light] .kpiValue{color:#132b68;color:var(--brand)}:root[data-theme=light] .btn{background:#fff;border:1px solid #ffffff1a;border:1px solid var(--border);box-shadow:inset 0 1px 0 #fff9;color:#e7ecf7;color:var(--text)}:root[data-theme=light] .btn:hover{background:#f8faff;border-color:#1018282e}:root[data-theme=light] .btn.primary{background:#132b68;background:var(--brand);border-color:#193a8a;border-color:var(--brand-2);box-shadow:none;color:#fff}:root[data-theme=light] .btn.success{background:#e8fff3;border-color:#b7f0ce;color:#0f172a}:root[data-theme=light] label{color:#111827}:root[data-theme=light] input,:root[data-theme=light] select,:root[data-theme=light] textarea{background:#fff;border:1px solid #ffffff1a;border:1px solid var(--border);box-shadow:none;color:#e7ecf7;color:var(--text)}:root[data-theme=light] input::placeholder,:root[data-theme=light] textarea::placeholder{color:#9aa3b2}:root[data-theme=light] input:focus,:root[data-theme=light] select:focus,:root[data-theme=light] textarea:focus{border-color:#bfd0ff;box-shadow:0 0 0 4px #bfd0ff33;outline:none}:root[data-theme=light] .inputFancy,:root[data-theme=light] .numberFancy,:root[data-theme=light] .selectNativeFancy,:root[data-theme=light] .textareaFancy{background:#fff;border:1px solid #ffffff1a;border:1px solid var(--border);box-shadow:none;color:#e7ecf7;color:var(--text)}:root[data-theme=light] .inputFancy:hover,:root[data-theme=light] .selectNativeFancy:hover,:root[data-theme=light] .textareaFancy:hover{background:#fff;border-color:#1018282e}:root[data-theme=light] .inputFancy:focus,:root[data-theme=light] .numberFancy:focus,:root[data-theme=light] .selectNativeFancy:focus,:root[data-theme=light] .textareaFancy:focus{border-color:#bfd0ff;box-shadow:0 0 0 4px #bfd0ff33}:root[data-theme=light] .mfaQrPanel{background:linear-gradient(180deg,#f8fbff,#eef3ff);border-color:#1018281a}:root[data-theme=light] .mfaQrPanel__code{box-shadow:0 12px 30px #1b2f5e1f}:root[data-theme=light] .mfaQrPanel__copy,:root[data-theme=light] .mfaQrPanel__placeholder{color:#5c6987}:root[data-theme=light] .aiBox{background:#0e1c4d;border:1px solid #192a69;box-shadow:0 12px 18px #0e1c4d26;color:#e6edff}:root[data-theme=light] .content{scrollbar-color:#10182859 #0000}:root[data-theme=light] .content::-webkit-scrollbar-track{background:#f1f4fa;border-left:1px solid #ffffff1a;border-left:1px solid var(--border)}:root[data-theme=light] .content::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#cfd6e6,#bfc7da);background-clip:padding-box;border:4px solid #0000;box-shadow:inset 0 1px 0 #ffffffb3}:root[data-theme=light] .selectPanel{background:#fff;border:1px solid #ffffff1a;border:1px solid var(--border,#ffffff1a);border-radius:14px;box-shadow:0 24px 60px #00000080;color:#e7ecf7;color:var(--text,#22366a);opacity:0;padding:6px;position:absolute;top:calc(100% + 8px);transform:translateY(6px) scale(.98);transition:transform .18s cubic-bezier(.2,.7,.2,1),opacity .18s ease,visibility .18s ease;visibility:hidden;z-index:5000}:root[data-theme=light] .select.open .selectPanel{opacity:1;transform:translateY(0) scale(1);visibility:visible}:root[data-theme=light] .selectOption{border-radius:10px;color:#e7ecf7;color:var(--text,#e7ecf7);cursor:pointer;padding:10px}:root[data-theme=light] .selectOption.selected{background:linear-gradient(180deg,#fff7cb,#fff7cb);background:linear-gradient(180deg,var(--cream),var(--cream));color:#14181e}:root[data-theme=light] .orgChartShell{background:radial-gradient(circle at top left,#fff7cb8c,#0000 38%),linear-gradient(180deg,#fff,#fefce8);border-color:#132b681f;box-shadow:0 18px 32px #10182812,inset 0 1px 0 #ffffffe6}:root[data-theme=light] .orgChartScroller{background:linear-gradient(180deg,#fffce8eb,#fff9d7f5),linear-gradient(90deg,#132b6812 1px,#0000 0),linear-gradient(180deg,#132b6812 1px,#0000 0);background-size:auto,34px 34px,34px 34px;border-color:#132b681a}:root[data-theme=light] .orgChartMarquee{background:#609fff29;border-color:#193a8abf;box-shadow:0 0 0 1px #193a8a1a,inset 0 0 0 1px #ffffff4d}:root[data-theme=light] .orgChartEdge{stroke:#193a8a75;filter:drop-shadow(0 2px 6px rgba(25,58,138,.12))}:root[data-theme=light] .orgChartGuide{stroke:#193a8ae6;filter:drop-shadow(0 0 6px rgba(25,58,138,.18))}:root[data-theme=light] .orgChartGuide.spacing{stroke:#b8860beb;filter:drop-shadow(0 0 6px rgba(184,134,11,.16))}:root[data-theme=light] .orgChartSelection{background:#193a8a0a;border-color:#132b681f}:root[data-theme=light] .orgChartNotice{color:#132b68;color:var(--brand,#132b68)}:root[data-theme=light] .orgNode{background:radial-gradient(circle at top right,#fff7cb80,#0000 40%),linear-gradient(180deg,#fff,#fefce8);border-color:#132b6821;box-shadow:0 16px 28px #10182817,inset 0 1px 0 #ffffffeb;color:#12233f}:root[data-theme=light] .orgNode.selected{border-color:#193a8a4d;box-shadow:0 18px 32px #10182824,inset 0 0 0 2px #193a8a1f}:root[data-theme=light] .orgNode.dragging{box-shadow:0 24px 40px #1018282e,inset 0 0 0 2px #609fff33}:root[data-theme=light] .orgNode.linking{border-color:#609fff57;box-shadow:0 20px 36px #10182824,inset 0 0 0 2px #609fff29}:root[data-theme=light] .orgNode__avatar,:root[data-theme=light] .portraitPicker__avatar,:root[data-theme=light] .portraitPicker__optionAvatar{background:radial-gradient(circle at 50% 18%,#fffffff5,#0000 52%),linear-gradient(180deg,#fffef5,#fff7cb);border-color:#132b6821;box-shadow:inset 0 1px 0 #ffffffe6}:root[data-theme=light] .orgNode__email,:root[data-theme=light] .orgNode__subtitle{color:#132b68d1}:root[data-theme=light] .orgNode__stats{color:#132b689e}:root[data-theme=light] .orgNode__actionButton,:root[data-theme=light] .orgNode__iconButton{background:#193a8a0f;border-color:#193a8a1f;color:#132b68eb}:root[data-theme=light] .orgNode__actionButton:hover,:root[data-theme=light] .orgNode__iconButton:hover{background:#193a8a1a;border-color:#193a8a2e}:root[data-theme=light] .orgNode__actionButton.active{background:#609fff2e;border-color:#193a8a42;color:#132b68;color:var(--brand,#132b68)}:root[data-theme=light] .orgChartPill{background:#193a8a12;border-color:#193a8a1f;color:#132b68;color:var(--brand,#132b68)}:root[data-theme=light] .orgChartPill.subtle{background:#1018280a;border-color:#10182814;color:#101828b3}:root[data-theme=light] .memberModal{background:radial-gradient(circle at top right,#fff7cb73,#0000 32%),linear-gradient(180deg,#fff,#fefce8);border-color:#132b681f;box-shadow:0 30px 56px #10182824,inset 0 1px 0 #ffffffeb}:root[data-theme=light] .memberModal__actions,:root[data-theme=light] .memberModal__header{background:linear-gradient(180deg,#fffffff7,#fffce8f2);border-color:#132b6814}:root[data-theme=light] .memberModal__label{color:#132b68ad}:root[data-theme=light] .memberModal__noteCard{background:#193a8a0a;border-color:#132b6814}:root[data-theme=light] .memberModal__connections .tag{background:#193a8a0f;border-color:#132b681a;color:#132b68e0}:root[data-theme=light] .jiraConnectorPanel__empty{background:#fff;border-color:#132b6814}:root[data-theme=light] .portraitPicker__option,:root[data-theme=light] .portraitPicker__trigger{background:linear-gradient(180deg,#fff,#f7fbff);border-color:#132b681f;color:#12233f}:root[data-theme=light] .portraitPicker__option:hover,:root[data-theme=light] .portraitPicker__trigger:hover{background:linear-gradient(180deg,#fff,#eef5ff);border-color:#132b682e}:root[data-theme=light] .portraitPicker__copy span,:root[data-theme=light] .portraitPicker__optionCopy span{color:#132b68ad}:root[data-theme=light] .portraitPicker__option.selected{background:linear-gradient(180deg,#eef5ff,#e3edff);border-color:#193a8a2e;box-shadow:inset 0 0 0 2px #193a8a14}:root[data-theme=light] .drawer{background:linear-gradient(180deg,#132b68,#132b68);background:linear-gradient(180deg,var(--brand-dark,#132b68),var(--brand,#14181e));border-left:1px solid #ffffff1f;color:#fff}:root[data-theme=light] .drawerHeader .brand{color:#fff}:root[data-theme=light] .closeBtn{background:#ffffff0f;border-color:#ffffff1f;color:#e6ecff}:root[data-theme=light] .closeBtn:hover{background:#ffffff1a;color:#fff}:root[data-theme=light] .drawerNav a{background:#0000;border:1px solid #ffffff1f;color:#e7ecff}:root[data-theme=light] .drawerNav a:hover{background:#ffffff14;border-color:#ffffff2e;color:#fff}:root[data-theme=light] .drawerNav a[aria-current=page]{background:#fff;border-color:#fff;box-shadow:inset 0 0 0 2px #193a8a14;color:#132b68;color:var(--brand-dark,#132b68)}:root[data-theme=light] .wideBtn{background:linear-gradient(180deg,#193a8a,#132b68);background:linear-gradient(180deg,var(--brand-2,#193a8a),var(--brand-dark,#132b68));border-color:#fff7cb59;color:#fff}:root[data-theme=light] .drawerFoot{color:#fffc}:root[data-theme=light] .drawerOverlay{background:#080a0f8c}:root[data-theme=light] .sidebar{background:linear-gradient(180deg,#132b68,var(--dark));background:linear-gradient(180deg,var(--brand),var(--dark));border-right:1px solid #10182814;color:#fff}:root[data-theme=light] .shimmerText{background-image:linear-gradient(90deg,#0000002e,#0000008c 20%,#0000002e 40%)}:root[data-theme=light] .shimmerText.brand{background-image:linear-gradient(90deg,#193a8a40,#193a8ae6 20%,#193a8a40 40%)}:root[data-theme=light] .selectCaret{--caret:10px;flex:0 0 var(--caret);height:var(--caret);position:relative;width:var(--caret)}:root[data-theme=light] .selectCaret:after{border-left:calc(var(--caret)/2) solid #0000;border-right:calc(var(--caret)/2) solid #0000;border-top:calc(var(--caret)/2) solid #fff;content:"";filter:drop-shadow(0 1px 0 rgba(0,0,0,.25));height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-30%);transition:transform .18s ease;width:0}:root[data-theme=light] input.bd-check[type=checkbox],:root[data-theme=light] input.bd-radio[type=radio]{background:#fff;border:1px solid #ffffff1a;border:1px solid var(--border);box-shadow:none}:root[data-theme=light] label:hover input.bd-check,:root[data-theme=light] label:hover input.bd-radio{background:#fff;border-color:#10182838}:root[data-theme=light] input.bd-check:focus-visible,:root[data-theme=light] input.bd-radio:focus-visible{border-radius:8px;box-shadow:0 0 0 4px #bfd0ff33;outline:2px solid #bfd0ff}:root[data-theme=light] input.bd-check:checked,:root[data-theme=light] input.bd-radio:checked{background:linear-gradient(180deg,#fffbe6,#fff7cb);background:linear-gradient(180deg,#fffbe6,var(--cream));border-color:color-mix(in oklab,#132b68 30%,#fff7cb 70%);border-color:color-mix(in oklab,var(--brand) 30%,var(--cream) 70%);box-shadow:inset 0 1px 0 #fff,0 2px 8px #10182814}:root[data-theme=light] input.bd-check[type=checkbox]:after{border-bottom-color:#132b68;border-bottom-color:var(--brand);border-right-color:#132b68;border-right-color:var(--brand)}:root[data-theme=light] input.bd-radio[type=radio]:after{background:#132b68;background:var(--brand)}:root[data-theme=light] .checks.checksPills input[type=checkbox],:root[data-theme=light] .checks.checksPills input[type=radio]{background:#fff;border:1px solid #ffffff1a;border:1px solid var(--border);box-shadow:none}:root[data-theme=light] .checks.checksPills label:hover input[type=checkbox],:root[data-theme=light] .checks.checksPills label:hover input[type=radio]{background:#fff;border-color:#10182838}:root[data-theme=light] .checks.checksPills input[type=checkbox]:focus-visible,:root[data-theme=light] .checks.checksPills input[type=radio]:focus-visible{box-shadow:0 0 0 4px #bfd0ff33;outline:2px solid #bfd0ff}:root[data-theme=light] .checks.checksPills input[type=checkbox]:checked,:root[data-theme=light] .checks.checksPills input[type=radio]:checked{background:linear-gradient(180deg,#fffbe6,#fff7cb);background:linear-gradient(180deg,#fffbe6,var(--cream));border-color:color-mix(in oklab,#132b68 30%,#fff7cb 70%);border-color:color-mix(in oklab,var(--brand) 30%,var(--cream) 70%);box-shadow:inset 0 1px 0 #fff,0 2px 8px #10182814}:root[data-theme=light] .checks.checksPills input[type=checkbox]:after{border-bottom-color:#132b68;border-bottom-color:var(--brand);border-right-color:#132b68;border-right-color:var(--brand)}:root[data-theme=light] .checks.checksPills input[type=radio]:after{background:#132b68;background:var(--brand)}:root[data-theme=light] .checks.checksPills label:has(input:checked){color:#132b68;color:var(--brand)}:root[data-theme=light] .checks.checksPills label:has(input:checked) span{color:#132b68;color:var(--brand)}:root[data-theme=light] .checks.checksPills label:has(input:checked){background:#fff7cb;background:var(--cream);border-color:color-mix(in oklab,#132b68 22%,#fff7cb 78%);border-color:color-mix(in oklab,var(--brand) 22%,var(--cream) 78%);box-shadow:inset 0 0 0 2px #193a8a1a;color:#e7ecf7;color:var(--text)}@media (max-width:900px){:root[data-theme=light] .sidebar{display:none!important}}:root[data-theme=light] .sidebar{background:radial-gradient(900px 520px at 15% -10%,#193a8a1a,#0000 60%),linear-gradient(180deg,#fffdf3,#fff7cb);border-right:1px solid #1018281a;color:#0f172a}:root[data-theme=light] .logoWrap{border-bottom:1px solid #10182814}:root[data-theme=light] .logoWrap img{background:#132b6814}:root[data-theme=light] .navItem{background:#ffffffb3;border:1px solid #1018281a;color:#132b68eb}:root[data-theme=light] .navItem:hover{background:#ffffffeb;border-color:#132b682e}:root[data-theme=light] .navItem.active{background:linear-gradient(180deg,#193a8a,#132b68);background:linear-gradient(180deg,var(--brand-2),var(--brand));border-color:#fff7cb8c;box-shadow:inset 0 0 0 2px #fff7cb29;color:#fff}:root[data-theme=light] .sidebarFooter{color:#0f172aa6}:root[data-theme=light] .sidebarFooter__icon{background:#132b6814;border-color:#132b6824;color:#132b68eb}:root[data-theme=light] .logoWrap img{background:radial-gradient(140% 120% at 20% 0,#ffffff47,#0000 45%),linear-gradient(180deg,#193a8a,#132b68);background:radial-gradient(140% 120% at 20% 0,#ffffff47,#0000 45%),linear-gradient(180deg,var(--brand-2),var(--brand));border:1px solid #132b6840;box-shadow:0 10px 22px #132b6829,inset 0 1px 0 #ffffff59}:root[data-theme=light] .brandName{color:#0f172ae6}:root[data-theme=light] .sidebar--compact .logoWrap img{background:#0000;border:0;box-shadow:none}
/*# sourceMappingURL=main.9d19b5cc.css.map*/