:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-neutral-950:#030303;--color-neutral-925:#0b0b0d;--color-neutral-900:#141416;--color-neutral-100:#f5f7fb;--color-neutral-300:#9ca3b2;--color-blue-100:#d7e3ff;--color-blue-200:#c4d5fb;--color-blue-300:#a7c0ff;--color-blue-500-a12:#d7e3ff1f;--color-blue-600-a32:#89a9ff52;--color-line:#f5f7fb1f;--color-white-strong:#ffffffd9;--color-black-shadow:#00000057;--color-risk-high-fg:#ffaca7;--color-risk-high-pill-fg:#ffb4b1;--color-risk-high-pill-bg:#ff7d7d26;--font-display:"Barlow Semi Condensed", "Space Grotesk", "Inter", "Segoe UI", sans-serif;--font-nav:"Geist", "Inter", "Segoe UI", sans-serif;--font-body:"Inter", "Segoe UI", sans-serif;--font-mono:"IBM Plex Mono", "SFMono-Regular", "Menlo", monospace;--shell-max-width:1200px;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-12:48px;--space-16:64px;--motion-fast:.12s;--motion-base:.18s;--motion-slow:.26s;--shadow-elevated:0 10px 28px var(--color-black-shadow);--surface-canvas:var(--color-neutral-950);--surface-elevated:var(--color-neutral-925);--surface-soft:var(--color-neutral-900);--text-primary:var(--color-neutral-100);--text-muted:var(--color-neutral-300);--border-subtle:var(--color-line);--accent-primary:var(--color-blue-100);--accent-soft:var(--color-blue-500-a12);--glow-soft:var(--color-blue-600-a32);--cta-primary:linear-gradient(120deg, #fff 0%, #e8edf7 100%);--focus-ring:#d7e3ffb8;--severity-high-fg:var(--color-risk-high-fg);--severity-high-pill-fg:var(--color-risk-high-pill-fg);--severity-high-pill-bg:var(--color-risk-high-pill-bg);--idt-bg:var(--surface-canvas);--idt-bg-elevated:var(--surface-elevated);--idt-bg-soft:var(--surface-soft);--idt-text:var(--text-primary);--idt-text-muted:var(--text-muted);--idt-line:var(--border-subtle);--idt-accent:var(--accent-primary);--idt-accent-soft:var(--accent-soft);--idt-glow:var(--glow-soft);--idt-cta:var(--cta-primary);--idt-display:var(--font-display);--idt-nav-font:var(--font-nav);--idt-body:var(--font-body);--idt-radius:var(--radius-md);--idt-shell:var(--shell-max-width);--idt-shadow:var(--shadow-elevated)}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-neutral-950:#f3f6fb;--color-neutral-925:#fff;--color-neutral-900:#eef2f9;--color-neutral-100:#0f1729;--color-neutral-300:#44516a;--color-blue-100:#12203c;--color-blue-200:#1f335d;--color-blue-300:#304778;--color-blue-500-a12:#1e376717;--color-blue-600-a32:#30477833;--color-line:#101a2d24;--color-white-strong:#fffffff2;--color-black-shadow:#0a162b29;--color-risk-high-fg:#9f2222;--color-risk-high-pill-fg:#b03232;--color-risk-high-pill-bg:#da676729;--surface-canvas:linear-gradient(180deg, #f5f8fc 0%, #edf2f9 100%);--surface-elevated:#fff;--surface-soft:#f2f5fb;--text-primary:#111c31;--text-muted:#4a5871;--border-subtle:#111d3329;--accent-primary:#112141;--accent-soft:#2841701a;--glow-soft:#405c9233;--cta-primary:linear-gradient(120deg, #0f1f3a 0%, #1a2d52 100%);--focus-ring:#243a668c}*{box-sizing:border-box}html,body,#root{min-height:100%}body{font-family:var(--idt-body);background:radial-gradient(circle at 80% -20%, #89a9ff24, transparent 42%), radial-gradient(circle at 6% 18%, #d7e3ff14, transparent 34%), var(--idt-bg);color:var(--idt-text);letter-spacing:.002em;margin:0;line-height:1.7}a{color:inherit}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.idt-site{background:#fff;flex-direction:column;min-height:100vh;display:flex}.idt-site>main{flex:1 0 auto}.idt-shell{width:min(100% - 2rem, var(--idt-shell));margin-inline:auto}.idt-skip{z-index:1000;opacity:0;pointer-events:none;background:var(--idt-accent);color:#031018;border-radius:8px;padding:.5rem .8rem;font-weight:700;text-decoration:none;transition:opacity .16s,transform .16s;position:fixed;top:1rem;left:1rem;transform:translateY(calc(-100% - 2rem))}.idt-skip:focus,.idt-skip:focus-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.idt-header{z-index:160;border-bottom:1px solid var(--idt-line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#040406ed;position:sticky;top:0}.idt-header-row{grid-template-columns:auto 1fr auto;align-items:center;gap:1.1rem;min-height:84px;display:grid}.idt-brand{align-items:center;gap:.7rem;text-decoration:none;display:inline-flex}.idt-brand img{border-radius:9px;box-shadow:0 0 0 1px #f5f7fb29}.idt-brand span{font-family:var(--idt-display);letter-spacing:.015em;text-transform:uppercase;font-weight:600;line-height:1;display:block}.idt-brand small{color:var(--idt-text-muted);font-size:.64rem;font-family:var(--idt-body);letter-spacing:.12em;text-transform:uppercase;margin-top:.2rem;display:block}.idt-nav{flex-wrap:nowrap;justify-content:center;gap:.5rem;display:flex}.idt-nav a{letter-spacing:.1em;text-transform:uppercase;color:var(--idt-text-muted);border:1px solid #0000;border-radius:999px;padding:.44rem .72rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:color .2s,background .2s,border-color .2s}.idt-nav a:hover,.idt-nav a:focus-visible,.idt-nav a.is-active{color:var(--idt-text);background:#ffffff0d;border-color:#ffffff1f}.idt-header-actions{align-items:center;gap:.55rem;display:flex}.idt-theme-toggle{color:#dfe9fb;letter-spacing:.04em;cursor:pointer;background:#0e131fb8;border:1px solid #a0b2d152;border-radius:999px;align-items:center;gap:.42rem;min-height:40px;padding:0 .74rem 0 .64rem;font-size:.73rem;font-weight:700;transition:border-color .18s,background-color .18s,color .18s;display:inline-flex}.idt-theme-toggle svg{flex:none;width:14px;height:14px}.idt-btn{letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:.65rem 1.14rem;font-size:.78rem;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s,background-color .18s;display:inline-flex}.idt-btn:hover,.idt-btn:focus-visible{transform:translateY(-1px)}.idt-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.idt-btn-primary{background:var(--idt-cta);color:#030303;border-color:#ffffffd9;box-shadow:0 10px 26px #0000006b}.idt-btn-dark{color:#f8fafc;background:#0f1014;border-color:#ffffff40}.idt-btn-ghost{color:#eff3ff;background:0 0;border-color:#fff3}.idt-menu-toggle{border:1px solid var(--idt-line);color:#fff;text-transform:none;letter-spacing:.01em;background:#0c0c0ef2;border-radius:999px;justify-content:center;align-items:center;gap:.4rem;min-width:44px;min-height:44px;margin-left:auto;padding:0 .84rem;font-size:.92rem;font-weight:700;line-height:1;display:none}.idt-menu-toggle-icon{color:currentColor;width:12px;height:10px;display:inline-block;position:relative}.idt-menu-toggle-icon:before,.idt-menu-toggle-icon:after{content:"";background:currentColor;border-radius:999px;width:12px;height:1.5px;transition:transform .2s,top .2s,opacity .2s;position:absolute;left:0}.idt-menu-toggle-icon:before{top:2px}.idt-menu-toggle-icon:after{top:7px}.idt-menu-toggle[aria-expanded=true] .idt-menu-toggle-icon:before{top:4.5px;transform:rotate(45deg)}.idt-menu-toggle[aria-expanded=true] .idt-menu-toggle-icon:after{top:4.5px;transform:rotate(-45deg)}.idt-deployment-bridge{padding-top:clamp(2rem,5vw,3rem);padding-bottom:clamp(2rem,5vw,3rem)}.idt-deployment-panel{box-shadow:var(--idt-shadow);background:radial-gradient(circle at 0 0,#89a9ff26,#0000 55%),linear-gradient(160deg,#0e0e11f5,#060608f7);border:1px solid #ffffff30;border-radius:18px;padding:clamp(1.2rem,3vw,2rem)}.idt-deployment-panel h2{max-width:28ch;margin-bottom:.65rem}.idt-deployment-copy{color:#cfd6e6;margin:0;font-weight:600}.idt-inline-actions-tight{margin-top:1.05rem}.idt-adoption-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-top:1rem;display:grid}.idt-adoption-card{background:#08080ab8;border:1px solid #ffffff2e;border-radius:14px;gap:.65rem;padding:1rem;display:grid}.idt-adoption-card.is-featured{border-color:#89a9ffad;box-shadow:0 14px 36px #2a3e6e57}.idt-adoption-card p{color:#d7dce8;margin:0}.idt-hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,.95fr);align-items:center;gap:2.5rem;display:grid}.idt-hero-grid>div:first-child{background:linear-gradient(150deg,#0c0c0ef0,#08080aeb);border:1px solid #ffffff26;border-radius:18px;padding:clamp(1.15rem,3vw,1.85rem)}h1,h2,h3{font-family:var(--idt-display);letter-spacing:.02em;text-transform:uppercase;margin-top:0;line-height:1.08}h1{margin-bottom:1rem;font-size:clamp(2.3rem,5vw,4rem)}h2{margin-bottom:.75rem;font-size:clamp(1.6rem,3vw,2.65rem)}h3{font-size:1.02rem}.idt-eyebrow{color:#cfd8ef;text-transform:uppercase;letter-spacing:.16em;margin:0 0 .95rem;font-size:.69rem;font-weight:600}.idt-lead{color:#d5dae6;max-width:62ch;margin:0;font-size:1.04rem}.idt-inline-actions{flex-wrap:wrap;gap:.7rem;margin-top:1.65rem;display:flex}.idt-kpi-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-top:2rem;display:grid}.idt-impact-strip{padding-top:clamp(1.3rem,3vw,2.2rem)}.idt-impact-strip .idt-kpi-row{margin-top:0}.idt-kpi-row article{border:1px solid var(--idt-line);background:#0c0c0ee6;border-radius:12px;padding:.95rem .9rem}.idt-kpi-row strong{color:#f7f9ff;font-size:1.3rem;font-family:var(--idt-display);letter-spacing:.03em;display:block}.idt-kpi-row span{color:var(--idt-text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;display:block}.idt-graph-visual{min-height:380px;box-shadow:var(--idt-shadow);background:linear-gradient(160deg,#0b0b0df5 0%,#050506fa 100%);border:1px solid #ffffff29;border-radius:18px;position:relative;overflow:hidden}.idt-graph-grid{opacity:.28;background-image:linear-gradient(#ffffff14 1px,#0000 1px),linear-gradient(90deg,#ffffff14 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0}.idt-graph-visual-live{isolation:isolate;min-height:380px;padding:.85rem;display:grid}.idt-hero-live-layout{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:.85rem;min-height:100%;display:grid}.idt-hero-graph-canvas{background:linear-gradient(160deg,#0a0f1adb,#080d17c7);border:1px solid #a3b5d63d;border-radius:14px;min-height:340px;position:relative;overflow:hidden}.idt-hero-graph-canvas .idt-graph-grid{opacity:.23}.idt-hero-graph-plane{pointer-events:none;border:1px solid #9db7dd29;border-radius:12px;position:absolute}.idt-hero-graph-plane-back{opacity:.34;inset:.7rem .6rem .7rem .9rem}.idt-hero-graph-plane-mid{opacity:.2;inset:1.2rem 1rem 1rem 1.35rem}.idt-hero-layer{transition:opacity .45s;position:absolute;inset:1.55rem 1.2rem 1.2rem 1.55rem}.idt-hero-layer.is-active{opacity:1;z-index:2}.idt-hero-layer.is-dimmed{opacity:0;z-index:1}.idt-node{z-index:3;color:#eaf0ff;letter-spacing:.03em;text-transform:none;white-space:nowrap;background:linear-gradient(150deg,#151e2ff5,#0b101bf0);border:1px solid #d2e1ff57;border-radius:999px;padding:.4rem .72rem;font-size:.64rem;font-weight:600;position:absolute;transform:translate(-50%,-50%);box-shadow:inset 0 0 0 1px #ffffff0a,0 10px 24px #0307124d}.idt-node-source{border-color:#b3cbff66}.idt-node-broker{border-color:#96c3ff6b}.idt-node-workload{border-color:#8fe8d670}.idt-node-privilege{border-color:#ffbd8d75}.idt-node-resource{border-color:#ff858570}.idt-hero-arrows{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.idt-hero-arrow-base,.idt-hero-arrow-flow{fill:none;stroke-linecap:round;vector-effect:non-scaling-stroke}.idt-hero-arrow-base{stroke:#7c9bd861;stroke-width:1.14px;opacity:.8}.idt-hero-arrow-base.is-high{stroke:#94b5f385;stroke-width:1.34px}.idt-hero-arrow-flow{stroke:#c7dcffeb;stroke-width:1.24px;stroke-dasharray:7 96;stroke-dashoffset:0;opacity:.94;animation:3.8s linear infinite idtArrowFlow}.idt-hero-arrow-flow.is-high{stroke:#dde9fff7;stroke-width:1.42px}.idt-hero-arrow-end{fill:#bad4ffd1}.idt-hero-arrow-end.is-high{fill:#d9e6ffeb}@keyframes idtArrowFlow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-103px}}.idt-hero-graph-caption{z-index:2;background:linear-gradient(165deg,#08080af2,#0e0e11f5);border:1px solid #fff3;border-radius:14px;width:100%;padding:1rem;position:relative;box-shadow:0 18px 36px #0108166b}.idt-hero-layer-head{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.idt-hero-layer-dots{gap:.26rem;display:inline-flex}.idt-hero-layer-dots button{cursor:pointer;background:#6f85ad3d;border:1px solid #a2b7d873;border-radius:999px;width:18px;height:18px;padding:0;transition:transform .2s,background-color .2s,border-color .2s}.idt-hero-layer-dots button:hover,.idt-hero-layer-dots button:focus-visible{background:#d2dff76b;border-color:#d2dff7db}.idt-hero-layer-dots button.is-active{background:#e2ebfaf0;border-color:#e2ebfaf0;transform:scale(1.08)}.idt-hero-graph-title{color:#dbe6ff;letter-spacing:.04em;margin:0;font-size:.74rem;font-weight:700}.idt-hero-graph-caption>p{color:#d6dff0;margin:.45rem 0 .6rem;font-size:.88rem;line-height:1.45}.idt-hero-path{color:#e6efff;margin:.45rem 0 .72rem;font-size:.82rem;line-height:1.45}.idt-hero-proof-meta{flex-wrap:wrap;gap:.35rem;margin-bottom:.72rem;display:flex}.idt-hero-proof-meta span:not(.idt-severity-pill){color:#d4deef;letter-spacing:.04em;border:1px solid #ffffff2b;border-radius:999px;padding:.16rem .5rem;font-size:.64rem}.idt-hero-proof-list{gap:.4rem;margin:0 0 .8rem;display:grid}.idt-hero-proof-list div{gap:.12rem;display:grid}.idt-hero-proof-list dt{color:#a7b3c8;letter-spacing:.05em;text-transform:uppercase;font-size:.64rem;font-weight:700}.idt-hero-proof-list dd{color:#e8f1ff;margin:0;font-size:.75rem;line-height:1.4}.idt-hero-capability-list{gap:.32rem;margin:0 0 .8rem;padding:0;list-style:none;display:grid}.idt-hero-capability-list li{color:#c4d6f2;padding-left:.84rem;font-size:.74rem;line-height:1.4;position:relative}.idt-hero-capability-list li:before{content:"";background:#c4dcffd6;border-radius:999px;width:5px;height:5px;position:absolute;top:.42rem;left:0}.idt-severity-high{color:var(--severity-high-fg);font-weight:800}@media (prefers-reduced-motion:reduce){.idt-hero-arrow-flow{stroke-dasharray:0;stroke-dashoffset:0;animation:none}.idt-hero-arrow-tracer{display:none}.idt-demo-edge-path{stroke-dasharray:none;stroke-dashoffset:0;animation:none}.idt-demo-edge-flow{stroke-dasharray:0;stroke-dashoffset:0;animation:none}*{scroll-behavior:auto!important}.idt-btn,.idt-social-link,.idt-proof-link,.idt-risk-scenario-item,.idt-demo-view-toggle button{transition:none!important;transform:none!important}}.idt-trust-strip{border-top:1px solid var(--idt-line);border-bottom:1px solid var(--idt-line);background:#07090fa3}.idt-trust-strip .idt-shell{padding:1.2rem 0}.idt-trust-strip p{color:#eef2fb;letter-spacing:.04em;text-transform:uppercase;margin:0 0 .7rem;font-size:.84rem;font-weight:600}.idt-logo-row{flex-wrap:wrap;gap:.6rem;display:flex}.idt-proof-row{gap:.7rem}.idt-proof-item{background:#ffffff05;border:1px solid #ffffff24;border-radius:12px;flex:220px;gap:.3rem;min-width:220px;padding:.6rem .68rem;display:grid}.idt-proof-item p{color:#cbd5e7;margin:0;font-size:.72rem;line-height:1.4}.idt-proof-item small{color:#97a7c3;font-size:.68rem}.idt-logo-row span{color:#c7cedd;letter-spacing:.06em;text-transform:uppercase;background:#ffffff08;border:1px solid #ffffff2e;border-radius:999px;padding:.44rem .8rem;font-size:.74rem}.idt-proof-link{color:#dfe8fb;letter-spacing:.02em;background:#ffffff08;border:1px solid #ffffff29;border-radius:999px;align-items:center;width:fit-content;padding:.3rem .62rem;font-size:.7rem;font-weight:700;text-decoration:none;transition:border-color .2s,background-color .2s;display:inline-flex}.idt-proof-link:hover,.idt-proof-link:focus-visible{background:#d7e3ff1a;border-color:#d7e3ff73}.idt-section-title{max-width:74ch;margin-bottom:1.4rem}.idt-section-title p{color:var(--idt-text-muted);margin:0}.idt-card-grid{gap:1rem;display:grid}.idt-card-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.idt-card-grid.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}.idt-card,.idt-pricing-card,.idt-lead-form,.idt-demo-sidebar,.idt-demo-graph,.idt-booking-prompt,.idt-roi{border:1px solid var(--idt-line);border-radius:var(--idt-radius);background:#0b0b0de6;box-shadow:0 6px 18px #0000003d}.idt-card p,.idt-card li{color:#d7dce8}.idt-card ul,.idt-demo-sidebar ul{gap:.45rem;margin:.9rem 0 0;padding-left:1.1rem;display:grid}.idt-feature-callout{border-left:3px solid #ffffff94}.idt-demo-surface{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:1rem;display:grid}.idt-demo-surface.is-full{gap:1.2rem}.idt-demo-toolbar{border:1px solid var(--idt-line);border-radius:var(--idt-radius);background:#0a0a0cd1;grid-column:1/-1;padding:.9rem 1rem}.idt-demo-toolbar p{color:#d4ddf3;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .7rem;font-size:.86rem}.idt-demo-scenario-row{flex-wrap:wrap;gap:.55rem;display:flex}.idt-demo-scenario-row button{color:#e6ecff;letter-spacing:.08em;text-transform:uppercase;background:#ffffff0a;border:1px solid #fff3;border-radius:999px;min-height:34px;padding:0 .8rem;font-size:.74rem;font-weight:700}.idt-demo-scenario-row button.is-active{background:#89a9ff47;border-color:#89a9ffbd}.idt-demo-view-toggle{grid-column:1/-1;gap:.4rem;display:inline-flex}.idt-demo-view-toggle button{color:#dee8ff;letter-spacing:.07em;text-transform:uppercase;background:#ffffff08;border:1px solid #fff3;border-radius:999px;min-height:32px;padding:0 .72rem;font-size:.72rem}.idt-demo-view-toggle button.is-active{background:#9eb9ff33;border-color:#9eb9ffb8}.idt-demo-graph{background:linear-gradient(160deg,#0a0a0ceb,#060608f2);place-items:center;min-height:420px;padding:1rem;display:grid;position:relative;overflow:hidden}.idt-demo-list-view{background:linear-gradient(160deg,#0a0a0ce6,#060608ed);border:1px solid #ffffff24;border-radius:14px;gap:.5rem;min-height:420px;padding:.8rem;display:grid}.idt-demo-list-row{color:#e8f1ff;text-align:left;cursor:pointer;background:#ffffff05;border:1px solid #ffffff29;border-radius:10px;gap:.15rem;padding:.58rem .68rem;display:grid}.idt-demo-list-row small{color:#a6b5cd;font-size:.74rem}.idt-demo-list-row.is-active{background:#9eb9ff24;border-color:#9eb9ffb8}.idt-demo-node{color:#dce6ff;cursor:pointer;letter-spacing:.04em;text-transform:none;text-align:left;background:linear-gradient(140deg,#0d1626d6,#0a111eeb);border:1px solid #bbcef152;border-radius:12px;min-width:140px;padding:.5rem .82rem;font-size:.66rem;font-weight:600;position:absolute;transform:translate(-50%,-50%);box-shadow:inset 0 0 0 1px #ffffff08,0 8px 18px #02081447}.idt-demo-node.is-active{background:linear-gradient(140deg,#4b608e70,#3448705c);border-color:#acc5f7a3;box-shadow:0 0 0 2px #89a9ff3d,0 8px 24px #2a406854}.idt-demo-edges{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.idt-demo-edge-base,.idt-demo-edge-flow{fill:none;stroke-linecap:round;vector-effect:non-scaling-stroke}.idt-demo-edge-flow{stroke-width:1.08px;stroke-dasharray:7 88;stroke-dashoffset:0;opacity:.54;animation:3.6s linear infinite idtDemoEdgeFlow}.idt-demo-edges g.is-connected .idt-demo-edge-base{stroke-width:1.1px;opacity:.62}.idt-demo-edges g.is-connected .idt-demo-edge-flow{stroke-width:1.22px;opacity:.9;stroke-dasharray:8 87}.idt-demo-edge-end{fill:#cedfffa8;opacity:.62}.idt-demo-edges g.is-connected .idt-demo-edge-end{fill:#dfeaffe6;opacity:.92}@keyframes idtDemoEdgeFlow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-95px}}.idt-demo-sidebar{padding:1.15rem}.idt-demo-evidence{background:#ffffff0a;border:1px solid #ffffff24;border-radius:12px;margin-top:.9rem;padding:.9rem}.idt-demo-evidence p{margin:.45rem 0}.idt-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:0;padding:0;list-style:none;display:grid}.idt-steps li{background:#0b0b0dd6;border:1px solid #ffffff2e;border-radius:14px;padding:1rem}.idt-workflow-steps li{gap:.35rem;display:grid}.idt-workflow-steps li p{color:#d2dcec;margin:0}.idt-workflow-output{color:#e1ecff;background:#a5beff14;border:1px dashed #a5beff66;border-radius:10px;padding:.42rem .54rem;font-size:.84rem}.idt-steps p{color:#d7e5ff;margin:0}.idt-table-wrap{border:1px solid var(--idt-line);border-radius:16px;overflow-x:auto}.idt-compare-table{border-collapse:collapse;width:100%;min-width:700px}.idt-compare-table th,.idt-compare-table td{text-align:left;vertical-align:top;border-bottom:1px solid #a9b8d338;padding:.86rem}.idt-compare-table th{color:#f4f7ff;text-transform:uppercase;letter-spacing:.08em;background:#ffffff0d;font-size:.72rem}.idt-compare-table td{color:#d0d6e2}.idt-quote-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.idt-quote-card{border:1px solid var(--idt-line);background:#0b0b0dcc;border-radius:16px;padding:1rem}.idt-quote-card p{color:#e3e8f5;margin:0 0 1rem}.idt-quote-card strong{display:block}.idt-quote-card span{color:var(--idt-text-muted);font-size:.88rem}.idt-roi{padding:1.2rem}.idt-roi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.idt-roi label,.idt-search,.idt-form-grid label{color:#d9e9ff;gap:.35rem;font-size:.84rem;display:grid}.idt-roi input,.idt-search input,.idt-form-grid input,.idt-form-grid select{color:#fff;background:#070709e6;border:1px solid #fff3;border-radius:12px;width:100%;min-height:50px;padding:0 .82rem;font-family:inherit;font-size:1rem;line-height:1.35}.idt-roi-number-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.idt-roi-number-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.idt-roi-output{background:#89a9ff1c;border:1px solid #89a9ff6b;border-radius:12px;padding:.88rem}.idt-roi-output p{margin:.35rem 0}.idt-roi-output strong{font-variant-numeric:tabular-nums}.idt-roi-total{margin-top:.8rem;font-size:1.08rem}.idt-lead-form{padding:1rem}.idt-lead-form h3{margin-bottom:.4rem}.idt-lead-form>p{color:var(--idt-text-muted);margin-top:0}.idt-form-grid{gap:.75rem;display:grid}.idt-honeypot{opacity:0;pointer-events:none;border:0;max-width:1px;margin:-1px;padding:0;position:absolute;width:1px!important;height:1px!important}.idt-form-grid.is-short .idt-form-note,.idt-form-grid.is-short .idt-form-error{grid-column:1/-1}.idt-form-error{color:#ffb4b1;margin:0;font-size:.85rem}.idt-form-success{color:#ecf2ff;background:#89a9ff24;border:1px solid #89a9ff73;border-radius:12px;margin-bottom:0;padding:.75rem}.idt-lead-form.is-compact{box-shadow:none;background:0 0;border:0;padding-inline:0}.idt-intake-card{background:#08080ad1;border:1px solid #fff3;border-radius:16px;gap:.9rem;padding:1.1rem;display:grid}.idt-intake-step{color:#b6c3da;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.78rem}.idt-intake-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.idt-intake-grid label{color:#dfe7f6;gap:.35rem;font-weight:600;display:grid}.idt-intake-grid input,.idt-intake-grid select{color:#eef4ff;background:#ffffff08;border:1px solid #fff3;border-radius:12px;min-height:50px;padding:0 .82rem;font-family:inherit;font-size:1rem;line-height:1.35}.idt-form-grid select,.idt-intake-grid select{appearance:none;letter-spacing:.004em;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3.25 5.5 7 9.25 10.75 5.5' fill='none' stroke='%23d2dff6' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),linear-gradient(90deg,#8ea7d65c,#8ea7d65c);background-position:right .9rem center,calc(100% - 2.3rem);background-repeat:no-repeat;background-size:.92rem .92rem,1px 58%;padding-right:2.8rem;font-size:1.02rem;font-weight:560}.idt-intake-summary{background:#ffffff05;border:1px solid #ffffff24;border-radius:12px;padding:.7rem}.idt-intake-summary h2{margin:0 0 .4rem;font-size:1rem}.idt-intake-summary ul{gap:.3rem;margin:0;padding-left:1rem;display:grid}.idt-intake-confirmation h2{margin:0 0 .35rem}.idt-intake-confirmation p{color:#d4dff2;margin:0 0 .8rem}.idt-booking-prompt{padding:1rem}.idt-booking-prompt iframe{background:#09090b;border:1px solid #fff3;border-radius:12px;width:100%;min-height:680px}.idt-page-hero{padding:clamp(3.2rem,8vw,4.7rem) 0 0}.idt-page-hero p{color:#d5e3ff;max-width:72ch}.idt-page-hero{box-shadow:var(--idt-shadow);background:radial-gradient(circle at 86% -12%,#89a9ff2e,#0000 42%),linear-gradient(155deg,#0c0c0fe6,#08080ad6);border:1px solid #ffffff26;border-radius:18px;padding:clamp(2rem,5vw,3rem);position:relative;overflow:hidden}.idt-page-hero:after{content:"";opacity:.35;pointer-events:none;background:radial-gradient(1px 1px at 22% 20%,#ffffff6b,#0000 60%),radial-gradient(1px 1px at 78% 64%,#ffffff42,#0000 60%),radial-gradient(1px 1px at 42% 84%,#fff3,#0000 60%);position:absolute;inset:0}.idt-page-hero>*{z-index:1;position:relative}.idt-page-hero h1{max-width:18ch;margin-bottom:.9rem}.idt-page-hero p{color:#d0d8e9;margin-top:0}.idt-page-hero .idt-inline-actions{margin-top:1.1rem}.idt-page-hero>.idt-btn{margin-top:1rem}.idt-product-capabilities .idt-card,.idt-feature-detail-grid .idt-card,.idt-solutions-grid .idt-card,.idt-solution-detail-grid .idt-card,.idt-docs-grid .idt-card,.idt-blog-grid .idt-card,.idt-security-grid .idt-card,.idt-about-grid .idt-card,.idt-enterprise-grid .idt-card{height:100%}.idt-product-capabilities .idt-card,.idt-docs-grid .idt-card,.idt-blog-grid .idt-card,.idt-security-grid .idt-card,.idt-about-grid .idt-card,.idt-enterprise-grid .idt-card{flex-direction:column;display:flex}.idt-docs-grid .idt-btn,.idt-blog-grid .idt-btn,.idt-enterprise-grid .idt-btn{margin-top:auto}.idt-blog-grid .idt-chip-row{margin-bottom:.7rem}.idt-pricing-section .idt-pricing-card{flex-direction:column;display:flex}.idt-pricing-section .idt-pricing-card .idt-btn{margin-top:auto}.idt-pricing-roi .idt-section-title{margin-bottom:1rem}h1{line-height:1.02}h2{line-height:1.08}.idt-brand span{letter-spacing:.01em;text-transform:none}.idt-brand small{letter-spacing:.06em;text-transform:none;font-size:.72rem}.idt-nav a{letter-spacing:.01em;text-transform:none;padding:.5rem .82rem;font-size:.9rem}.idt-btn{letter-spacing:.01em;text-transform:none;min-height:46px;padding:.68rem 1.2rem;font-size:.9rem}.idt-menu-toggle{text-transform:none;letter-spacing:.01em}.idt-eyebrow{letter-spacing:.06em;text-transform:none;font-size:.76rem}.idt-lead{font-size:1.08rem;line-height:1.6}.idt-inline-link-note{letter-spacing:0;text-transform:none;font-size:.9rem}.idt-kpi-row span,.idt-trust-strip p,.idt-logo-row span,.idt-proof-link,.idt-compare-table th,.idt-finding-label{text-transform:none;letter-spacing:.02em}.idt-kpi-row span{font-size:.9rem}.idt-logo-row span,.idt-proof-link{font-size:.8rem}.idt-section-tight{padding-top:clamp(1.6rem,3.8vw,2.3rem);padding-bottom:clamp(1.9rem,4.2vw,2.7rem)}.idt-section-demo{padding-top:clamp(2.1rem,4.2vw,2.9rem);padding-bottom:clamp(1.4rem,3.2vw,2.1rem)}.idt-section-title{margin-bottom:1.7rem}.idt-card{padding:1.35rem}.idt-card p,.idt-card li{line-height:1.65}.idt-hero-points li{letter-spacing:0;text-transform:none;font-size:.95rem}.idt-proof-demo-card{background:radial-gradient(circle at 82% -18%,#89a9ff1f,#0000 44%),#0b0b0deb;margin-top:1rem}.idt-proof-demo-card h3{margin-bottom:.4rem}.idt-proof-demo-card>p{margin-top:0}.idt-proof-demo-card .idt-demo-surface{margin-top:.65rem}.idt-roi label,.idt-search,.idt-form-grid label{font-size:.92rem}.idt-roi-number-input{min-height:56px;font-size:clamp(1.08rem,1.2vw,1.24rem)}.idt-roi-output p{margin:.45rem 0;font-size:1.02rem}.idt-footer-links a{text-transform:none;letter-spacing:.01em;font-size:.88rem}.idt-pricing-toggle{border:1px solid var(--idt-line);border-radius:999px;margin-bottom:1rem;display:inline-flex;overflow:hidden}.idt-pricing-toggle button{color:#d8e7ff;background:0 0;border:0;min-height:40px;padding:0 1rem;font-weight:700}.idt-pricing-toggle button span{color:#c8d5f3;margin-left:.2rem}.idt-pricing-toggle button.is-active{background:var(--idt-accent-soft)}.idt-pricing-note{color:#cdd8ef;margin:0 0 1.05rem;font-size:.92rem}.idt-pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.idt-pricing-card{gap:.7rem;padding:1.1rem;display:grid}.idt-pricing-card.is-featured{border-color:#89a9ffad;box-shadow:0 20px 60px #2a3e6e59}.idt-badge{color:#f2f6ff;background:#89a9ff33;border-radius:999px;margin:0;padding:.3rem .7rem;font-size:.76rem;font-weight:700;display:inline-flex}.idt-price{font-size:1.7rem;font-family:var(--idt-display);color:var(--idt-text);margin:0}.idt-price span{color:var(--idt-text-muted);margin-left:.28rem;font-size:.95rem}.idt-pricing-card ul{color:#d5e5ff;gap:.45rem;margin:0;padding-left:1.1rem;display:grid}.idt-plan-fit{color:#dce7ff;margin:0;font-size:.91rem}.idt-chip-row{color:#dce7ff;justify-content:space-between;gap:.6rem;margin-bottom:.4rem;font-size:.82rem;font-weight:700;display:flex}.idt-doc-tags,.idt-muted-strong{color:#a8afbf;font-size:.9rem;font-weight:600}.idt-doc-highlight-card h2{margin-top:.15rem}.idt-empty-state{max-width:720px}.idt-blog-article{max-width:860px}.idt-blog-lead{color:#dfe8f9;font-size:1.06rem;line-height:1.78}.idt-blog-section+.idt-blog-section,.idt-blog-article h2{margin-top:1.6rem}.idt-blog-article ul{gap:.5rem;margin:.9rem 0 0;padding-left:1.2rem;display:grid}.idt-blog-reference-list{padding-left:0;list-style:none}.idt-blog-reference-list li{display:flex}.idt-search{max-width:420px;margin-bottom:1rem}.idt-final-cta{border-top:1px solid var(--idt-line);padding-top:clamp(2rem,4.4vw,3rem)}.idt-final-cta .idt-inline-actions{align-items:center;gap:.8rem}.idt-final-cta-link{color:#dfe8f9;background:#0d121b8f;border:1px solid #aabbdb47;border-radius:999px;align-items:center;min-height:46px;padding:0 .95rem;font-weight:700;line-height:1;text-decoration:none;transition:border-color .18s,background-color .18s,color .18s;display:inline-flex}.idt-final-cta-link:hover,.idt-final-cta-link:focus-visible{color:#f4f8ff;background:#1b2437bd;border-color:#d0ddf494}.idt-footer{margin-top:2rem}.idt-footer-showcase{border-top:1px solid var(--idt-line);border-bottom:1px solid var(--idt-line);color:#f5f7fb;background:linear-gradient(#090a10eb 0%,#05060afa 100%)}.idt-footer-showcase .idt-shell{padding:clamp(2.4rem,6vw,4rem) 0}.idt-footer-showcase h2{margin-bottom:1rem}.idt-benefits-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;display:grid}.idt-benefits-row span{text-align:center;text-transform:uppercase;letter-spacing:.06em;background:#ffffff08;border:1px solid #ffffff29;border-radius:12px;padding:.8rem .6rem;font-size:.72rem;font-weight:700}.idt-footer-showcase p{color:#c4ccdc;max-width:70ch;margin:1.1rem 0 1.2rem}.idt-footer-cta-row{max-width:640px}.idt-footer-super-cta{color:#f6f8ff;background:#0d1018f5;border:1px solid #ffffff38;border-radius:18px;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.25rem;text-decoration:none;display:flex;box-shadow:0 12px 26px #0000004d}.idt-footer-super-cta span{font-family:var(--idt-display);font-size:1.12rem}.idt-footer-super-cta small{color:#f6f8ffc7;text-align:right}.idt-footer-bar{color:#f5f7fb;background:#050507}.idt-footer-bar-row{grid-template-columns:1fr auto auto;align-items:center;gap:1rem;min-height:88px;display:grid}.idt-footer-links{flex-wrap:wrap;gap:1rem;display:flex}.idt-footer-links a{color:#f5f7fb;text-transform:uppercase;letter-spacing:.08em;font-size:.73rem;font-weight:700;text-decoration:none}.idt-footer-links a:hover,.idt-footer-links a:focus-visible{text-decoration:underline}.idt-footer-bar-row small{color:#f5f7fbc7;font-weight:600}.idt-footer-socials{gap:.45rem;display:flex}.idt-footer-maturity-row{border-top:1px solid #ffffff1f;grid-template-columns:1fr auto;align-items:center;gap:.8rem;min-height:54px;padding:.5rem 0;display:grid}.idt-footer-trust-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.idt-footer-trust-links a{color:#ebf1ffe6;letter-spacing:.04em;font-size:.72rem;text-decoration:none}.idt-footer-trust-links a:hover,.idt-footer-trust-links a:focus-visible{text-decoration:underline}.idt-social-link{color:#f5f7fb;background:#ffffff0a;border:1px solid #ffffff3b;border-radius:999px;place-items:center;width:38px;height:38px;transition:border-color .2s,background-color .2s,transform .2s;display:inline-grid}.idt-social-link:hover,.idt-social-link:focus-visible{background:#89a9ff38;border-color:#d7e3ffbf;transform:translateY(-1px)}.idt-social-link svg{width:19px;height:19px}.idt-modal-backdrop{z-index:420;-webkit-backdrop-filter:blur(30px)saturate(.78)brightness(.58);backdrop-filter:blur(30px)saturate(.78)brightness(.58);background:radial-gradient(circle at 50% 8%,#623ac424,#0000 34%),#02050cc2;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.idt-modal{width:min(100%,680px);box-shadow:var(--idt-shadow);background:#0d1017;border:1px solid #89a9ff85;border-radius:18px;padding:1.2rem;position:relative}.idt-modal-close{border:1px solid var(--idt-line);color:#fff;background:0 0;border-radius:999px;width:32px;height:32px;font-weight:700;position:absolute;top:.6rem;right:.6rem}.idt-hero-copy{background:linear-gradient(150deg,#0e0e11d4,#070708cc);border:1px solid #ffffff26;border-radius:18px;padding:clamp(1.15rem,3vw,1.85rem)}.idt-hero-points{gap:.48rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.idt-hero-points li{color:#d8deea;letter-spacing:.03em;text-transform:uppercase;align-items:flex-start;gap:.55rem;font-size:.86rem;line-height:1.45;display:flex}.idt-hero-points li:before{content:"";background:#ffffffc2;border-radius:999px;flex:0 0 6px;width:6px;height:6px;margin-top:.45rem}.idt-inline-link-note{color:#bac3d7;letter-spacing:.05em;text-transform:uppercase;margin:.88rem 0 0;font-size:.82rem}.idt-inline-link{color:#eaf0ff;font-weight:700;text-decoration:none}.idt-inline-link:hover,.idt-inline-link:focus-visible{text-decoration:underline}.idt-hero-preview-card{z-index:3;background:linear-gradient(165deg,#08080af2,#0e0e11f5);border:1px solid #fff3;border-radius:14px;width:min(100% - 1.7rem,360px);padding:.85rem;position:absolute;bottom:.85rem;right:.85rem;box-shadow:0 20px 40px #0108168c}.idt-hero-preview-title{color:#dbe6ff;letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.68rem;font-weight:700}.idt-hero-preview-card h3{margin:.5rem 0 .7rem;font-size:.88rem}.idt-hero-preview-meta{color:#c8d6eb;text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;align-items:center;gap:.6rem;margin:0 0 .65rem;font-size:.72rem;display:flex}.idt-severity-pill{text-transform:uppercase;letter-spacing:.08em;background:var(--severity-high-pill-bg);color:var(--severity-high-pill-fg);border-radius:999px;align-items:center;padding:.2rem .54rem;font-size:.64rem;font-weight:700;display:inline-flex}.idt-hero-preview-card dl{gap:.55rem;margin:0;display:grid}.idt-hero-preview-card dl div{gap:.14rem;display:grid}.idt-hero-preview-card dt{color:#a7b3c8;text-transform:uppercase;letter-spacing:.08em;font-size:.66rem;font-weight:700}.idt-hero-preview-card dd{color:#ecf4ff;margin:0;font-size:.78rem}.idt-roi-field>span{font-size:.92rem;font-weight:600}.idt-roi-input-wrap{position:relative}.idt-roi-number-input{font-variant-numeric:tabular-nums;appearance:textfield;min-height:52px;padding-left:.95rem;padding-right:.95rem;font-size:clamp(.95rem,1.05vw,1.05rem);font-weight:600}.idt-roi-number-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.idt-roi-number-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.idt-roi-number-input[type=number]{-moz-appearance:textfield}.idt-form-grid.is-short{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:.85rem .9rem}.idt-form-grid.is-short .idt-btn{grid-column:1/2;justify-self:flex-start;min-width:220px;min-height:46px}.idt-form-note{color:#9ca8bf;margin:0;font-size:.8rem}.idt-finding-proof-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:1rem;display:grid}.idt-finding-card{border-color:#ffffff3d}.idt-finding-label{color:#d9e2f4;letter-spacing:.11em;text-transform:uppercase;margin:0;font-size:.7rem;font-weight:700}.idt-finding-card p{margin:.5rem 0}.idt-finding-impact ul{margin-top:.6rem}.idt-faq-list{gap:.75rem;display:grid}.idt-faq-item{background:#0b0b0dc7;border:1px solid #fff3;border-radius:14px;padding:.9rem}.idt-faq-item summary{cursor:pointer;color:#eef5ff;font-weight:700}.idt-faq-item p{color:#c8d2e3;margin:.65rem 0 0}.idt-roi-disclaimer{color:#9eaabd;margin:.85rem 0 0;font-size:.82rem}.idt-connect-cloud{border-top:1px solid var(--idt-line)}.idt-risk-insight-grid{grid-template-columns:minmax(0,.42fr) minmax(0,1fr);gap:1rem;display:grid}.idt-risk-scenario-list{gap:.55rem;display:grid}.idt-risk-scenario-item{color:#e6ecfb;text-align:left;cursor:pointer;background:#ffffff05;border:1px solid #ffffff29;border-radius:12px;gap:.2rem;padding:.68rem .75rem;display:grid}.idt-risk-scenario-item small{color:#a2b0c7;font-size:.74rem}.idt-risk-evidence-card{gap:.54rem;display:grid}.idt-header{background:#080c12e6;border-bottom:1px solid #9eb0d233}.idt-header-row{grid-template-columns:auto 1fr auto;gap:1.6rem;min-height:76px}.idt-nav a{color:#a8b7cf;background:0 0;border:0;border-radius:0;padding:.3rem 0;font-size:.9rem}.idt-nav a:hover,.idt-nav a:focus-visible,.idt-nav a.is-active{color:#e9eef9;text-underline-offset:.28rem;background:0 0;border-color:#0000;-webkit-text-decoration:underline #bdcde9b8;text-decoration:underline #bdcde9b8}.idt-header-actions .idt-btn-primary{color:#08101a;box-shadow:none;background:#d7e0f0;border-color:#ffffffeb}.idt-header-actions .idt-btn-dark{background:#111826db;border-color:#a8b7cf47}.idt-header-utility{color:#9fb0cd;font-size:.85rem;font-weight:600;text-decoration:none}.idt-header-utility:hover,.idt-header-utility:focus-visible{color:#e7edf8;text-underline-offset:.24rem;text-decoration:underline}.idt-hero{padding:clamp(4.8rem,11vw,7.4rem) 0 clamp(3.5rem,8vw,5.2rem)}.idt-hero-grid{align-items:start;gap:clamp(2rem,5vw,3.4rem)}.idt-hero-grid>div:first-child,.idt-hero-copy{background:0 0;border:0;padding:0}.idt-hero-copy h1{max-width:14ch}.idt-lead{color:#c8d5eb;max-width:58ch}.idt-hero-trust-cues{flex-wrap:wrap;gap:.55rem;margin:1.05rem 0 0;padding:0;list-style:none;display:flex}.idt-hero-trust-cues li{color:#b9c8de;background:#0a101a94;border:1px solid #a1b3d442;border-radius:999px;padding:.26rem .64rem;font-size:.78rem}.idt-graph-visual{background:linear-gradient(160deg,#0a0e16f5 0%,#080c12fa 100%);border:1px solid #9ab0d642}.idt-hero-graph-caption{background:linear-gradient(165deg,#090d14f0,#0c121cf2);border:1px solid #94aace4d;box-shadow:0 14px 34px #02081294}.idt-hero-graph-caption h3{margin:0 0 .52rem;font-size:1rem}.idt-hero-path-steps{gap:.35rem;margin:0 0 .8rem;padding-left:1.05rem;display:grid}.idt-hero-path-steps li{color:#d6e2f4;font-size:.76rem}.idt-trust-strip{background:#090d14a8;border-top:1px solid #9aaed02e;border-bottom:1px solid #9aaed02e}.idt-proof-strip-head{grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr);align-items:start;gap:1rem;margin-bottom:.9rem;display:grid}.idt-proof-heading{color:#e9eef8;letter-spacing:.01em;margin:0;font-size:.94rem;font-weight:600}.idt-proof-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin:0;display:grid}.idt-proof-metrics div{border-left:1px solid #b8f3d64d;padding-left:.7rem}.idt-proof-metrics dt{color:#f4f7ef;font-size:1rem;font-weight:900}.idt-proof-metrics dd{color:#aebed6;margin:.15rem 0 0;font-size:.76rem;line-height:1.35}.idt-proof-architecture-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.idt-proof-architecture-item{border-left:1px solid #96aacd47;gap:.42rem;padding-left:.75rem;display:grid}.idt-proof-item-title{color:#f0f4fb;margin:0;font-size:.84rem;font-weight:600}.idt-proof-architecture-item p{color:#aebed6;margin:0;font-size:.78rem;line-height:1.5}.idt-proof-link{color:#dce7f9;text-underline-offset:.22rem;background:0 0;border:0;border-radius:0;padding:0;font-size:.78rem;text-decoration:underline}.idt-problem-frame-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start;gap:1.4rem;display:grid}.idt-problem-frame p{color:#c5d3e9;margin:0}.idt-problem-signals{gap:.7rem;display:grid}.idt-problem-signals article{background:#0a0f188f;border:1px solid #99accd33;border-radius:12px;padding:.86rem .9rem}.idt-problem-signals h3{margin:0 0 .32rem;font-size:.96rem}.idt-problem-signals p{color:#adbdd4;font-size:.86rem}.idt-risk-scenario-item{align-content:start;gap:.25rem}.idt-risk-scenario-item span{font-weight:700}.idt-risk-scenario-item p{color:#9eb0ca;margin:0;font-size:.78rem;line-height:1.45}.idt-risk-path-list{flex-wrap:wrap;gap:.42rem;margin:.45rem 0 .7rem;padding:0;list-style:none;display:flex}.idt-risk-path-list li{color:#d8e3f6;background:#0c121d99;border:1px solid #a1b6db47;border-radius:999px;padding:.22rem .54rem;font-size:.76rem}.idt-demo-list-row{gap:.2rem}.idt-demo-list-row strong{color:#d8e6ff;letter-spacing:.04em;font-size:.72rem;font-weight:700}.idt-demo-node{text-align:left;border-radius:11px;gap:.1rem;padding:.4rem .62rem;display:grid}.idt-demo-node small{color:#9eb2d3;letter-spacing:.08em;font-size:.62rem}.idt-demo-node-source{border-color:#8fbfff66}.idt-demo-node-broker{border-color:#9baeff6b}.idt-demo-node-workload{border-color:#9ad6c96b}.idt-demo-node-privilege{border-color:#ffaf8f6b}.idt-demo-node-resource{border-color:#f38f8f73}.idt-workflow-track{gap:1rem;position:relative}.idt-workflow-track:before{content:"";pointer-events:none;border-top:1px solid #a1b5d838;position:absolute;top:calc(50% - 1px);left:0;right:0}.idt-workflow-track li{z-index:1;position:relative}.idt-workflow-output{background:#0c111a94;border-style:solid;border-color:#a1b5d847}.idt-adoption-card{gap:.72rem}.idt-adoption-card dl{gap:.42rem;margin:0;display:grid}.idt-adoption-card dl div{gap:.08rem;display:grid}.idt-adoption-card dt{color:#aebed7;text-transform:uppercase;letter-spacing:.05em;font-size:.72rem}.idt-adoption-card dd{color:#d9e3f3;margin:0;font-size:.84rem}.idt-table-wrap{background:#0a0e16a3}.idt-compare-table tbody th{z-index:1;background:#0c121cf2;position:sticky;left:0}.idt-lead-form{background:linear-gradient(150deg,#0a0e16e6,#080c12e0);border-color:#9eb0d242}.idt-form-trust-note{color:#9eb0ca;margin:-.2rem 0 .65rem;font-size:.8rem}.idt-form-grid.is-short{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem .9rem}.idt-form-grid.is-short .idt-btn{grid-column:1/2;justify-self:flex-start;min-width:220px}.idt-roi{background:linear-gradient(165deg,#0a0e16e6,#080c12e0);border-color:#9eb0d242}.idt-roi-profiles{flex-wrap:wrap;gap:.48rem;margin:-.2rem 0 .9rem;display:flex}.idt-roi-profiles button{color:#d5e0f3;background:#0d121d8f;border:1px solid #9fb4d742;border-radius:999px;min-height:34px;padding:0 .72rem;font-size:.78rem;font-weight:600}.idt-roi-profiles button.is-active{color:#f1f6ff;background:#c9d6ed29;border-color:#c9d6edcc}.idt-roi-note{color:#a4b2c9;margin-top:.65rem;font-size:.76rem;line-height:1.5}.idt-faq-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.idt-faq-group{background:#0a0f188f;border:1px solid #9eb0d238;border-radius:12px;padding:.95rem}.idt-faq-group h3{margin:0 0 .68rem;font-size:1rem}.idt-faq-group dl{gap:.62rem;margin:0;display:grid}.idt-faq-group dt{color:#e8eef9;font-size:.86rem;font-weight:700}.idt-faq-group dd{color:#b2c1d7;margin:.24rem 0 0;font-size:.82rem;line-height:1.55}.idt-risk-follow-up,.idt-demo-follow-up{color:#adbed7;margin:.55rem 0 0;font-size:.84rem}.idt-adoption-note{color:#b2c3dc;margin:0;font-size:.83rem}.idt-adoption-actions{margin-top:.95rem}.idt-adoption-actions .idt-btn{min-height:38px}.idt-workflow-section{padding-top:clamp(2rem,4.2vw,3rem)}.idt-workflow-section .idt-section-title{margin-bottom:1.3rem}.idt-workflow-section .idt-steps{gap:.72rem}.idt-final-cta{border-top-color:#a1b5d83d}.idt-final-cta .idt-section-title{max-width:62ch}.idt-footer{background:#080f19;margin-top:3rem}.idt-footer-bar{padding-bottom:env(safe-area-inset-bottom,0);background:#080f19;border-top:1px solid #9cb0d433}.idt-footer-bar-row{grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;min-height:78px}.idt-footer-meta{min-width:fit-content}.idt-footer-meta small{color:#e7eefae0;font-size:.9rem;font-weight:600}.idt-footer-trust-links a{letter-spacing:0;font-size:.84rem}html[data-theme=light] .idt-btn-primary{color:#eef3ff;border-color:#0914262e;box-shadow:0 10px 24px #1e305833}html[data-theme=light] .idt-theme-toggle:hover,html[data-theme=light] .idt-theme-toggle:focus-visible{background:#e8eef9e6}html[data-theme=light] .idt-card,html[data-theme=light] .idt-pricing-card,html[data-theme=light] .idt-lead-form,html[data-theme=light] .idt-roi,html[data-theme=light] .idt-demo-sidebar,html[data-theme=light] .idt-demo-graph,html[data-theme=light] .idt-demo-list-view,html[data-theme=light] .idt-graph-visual,html[data-theme=light] .idt-hero-graph-caption{background:#ffffffdb;border-color:#101d3224;box-shadow:0 10px 26px #22345a24}html[data-theme=light] .idt-proof-link{color:#21345a}html[data-theme=light] .idt-hero-trust-cues li,html[data-theme=light] .idt-risk-path-list li,html[data-theme=light] .idt-hero-proof-meta span:not(.idt-severity-pill),html[data-theme=light] .idt-adoption-card,html[data-theme=light] .idt-workflow-output{color:#2a3d61;background:#f3f7ffe6;border-color:#13213a2e}html[data-theme=light] .idt-node{color:#1b2e4d;background:linear-gradient(150deg,#fffffff2,#f4f8ffeb)}html[data-theme=light] .idt-footer-bar{color:#13213b;background:#edf2f9;border-top-color:#13213a24}html[data-theme=light] .idt-inline-link,html[data-theme=light] .idt-footer-links a,html[data-theme=light] .idt-footer-trust-links a{color:#1a2b49}@media (width<=1080px){.idt-header-row{grid-template-columns:auto auto;grid-template-areas:"brand menu""nav nav""actions actions"}.idt-brand{grid-area:brand}.idt-menu-toggle{grid-area:menu;justify-self:end;min-height:44px;display:inline-flex}.idt-nav{border-top:1px solid var(--idt-line);flex-wrap:wrap;grid-area:nav;justify-content:flex-start;gap:.45rem .8rem;padding-top:.8rem;display:none}.idt-nav.is-open{display:flex}.idt-header-actions{grid-area:actions;justify-content:flex-start;padding-bottom:.75rem}.idt-hero-grid,.idt-demo-surface,.idt-pricing-grid,.idt-roi-grid,.idt-faq-groups,.idt-risk-insight-grid,.idt-proof-architecture-list,.idt-problem-frame-grid,.idt-finding-proof-grid,.idt-adoption-grid,.idt-intake-grid,.idt-card-grid.two-col,.idt-card-grid.three-col,.idt-quote-row,.idt-kpi-row{grid-template-columns:1fr}.idt-workflow-track:before{display:none}.idt-steps{grid-template-columns:1fr}.idt-demo-graph{min-height:380px}.idt-hero-live-layout{grid-template-columns:1fr}.idt-hero-graph-canvas{min-height:300px}.idt-benefits-row{grid-template-columns:1fr}.idt-footer-bar-row{grid-template-columns:1fr;align-items:center;gap:.9rem;padding:.9rem 0}.idt-footer-trust-links{justify-content:flex-start}.idt-form-grid.is-short{grid-template-columns:1fr}.idt-form-grid.is-short .idt-btn{grid-column:auto;width:100%}.idt-page-hero{padding:1.4rem 1.1rem}.idt-hero-copy{padding:1.2rem}.idt-header-utility{padding-block:.4rem}}@media (width<=720px){.idt-shell{width:min(100% - 1.2rem, var(--idt-shell))}.idt-section{padding:2.25rem 0}.idt-inline-actions .idt-btn,.idt-header-actions .idt-btn,.idt-theme-toggle{width:100%}.idt-brand small{display:none}.idt-nav{width:100%}.idt-nav a{align-items:center;min-height:44px;padding:.48rem 0;font-size:.95rem;display:inline-flex}.idt-header-actions{grid-template-columns:1fr;width:100%;display:grid}.idt-theme-toggle{justify-content:center}.idt-header-actions .idt-btn-dark{display:none}.idt-final-cta .idt-inline-actions{align-items:stretch}.idt-final-cta-link{justify-content:center;width:100%}.idt-header-utility{text-align:center;width:100%;padding-bottom:.5rem}.idt-header{position:static}.idt-logo-row,.idt-hero-trust-cues{grid-template-columns:1fr;display:grid}.idt-demo-node{padding:.52rem .78rem;font-size:.78rem}.idt-graph-visual{min-height:auto;box-shadow:none;background:0 0;border:0;padding:0}.idt-graph-visual-live{box-shadow:none;background:0 0;border:0;padding:0}.idt-hero-live-layout{grid-template-columns:1fr;gap:0}.idt-graph-grid,.idt-hero-graph-canvas,.idt-hero-layer,.idt-hero-arrows,.idt-node{display:none}.idt-demo-node small,.idt-severity-pill,.idt-finding-label,.idt-demo-list-row small{font-size:.76rem}.idt-demo-view-toggle button,.idt-demo-scenario-row button,.idt-risk-scenario-item,.idt-proof-link{min-height:44px}.idt-hero-points li{font-size:.9rem}.idt-hero-graph-caption{z-index:1;background:linear-gradient(165deg,#090d14f7,#0c121cfa);width:100%;margin:0;position:relative}.idt-hero-layer-dots{display:none}.idt-footer-super-cta{flex-direction:column;align-items:flex-start}.idt-footer-super-cta small{text-align:left}.idt-booking-prompt iframe{min-height:520px}}.idt-header-utility-group{align-items:center;gap:.58rem;margin-left:.24rem;display:inline-flex}.idt-header-utility{color:#a9b9d2;align-items:center;min-height:38px;padding:0 .12rem;font-weight:650;line-height:1;display:inline-flex}.idt-theme-toggle{color:#e1ebfb;background:#0c121db8;border:1px solid #a8bada57;border-radius:999px;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;min-height:38px;padding:0;display:inline-flex;box-shadow:inset 0 0 0 1px #ffffff0d}.idt-theme-toggle svg{width:17px;height:17px}.idt-theme-toggle span{display:none}.idt-theme-toggle:hover,.idt-theme-toggle:focus-visible{color:#f4f8ff;background:#141e2fdb;border-color:#d7e3ffad}@media (width<=1080px){.idt-header-utility-group{margin-left:0}}@media (width<=720px){.idt-header-actions{align-items:stretch}.idt-header-utility-group{justify-content:center;width:100%;padding-bottom:.4rem}.idt-header-utility{text-align:center;width:auto;padding:0}.idt-theme-toggle{width:40px;min-width:40px;height:40px;min-height:40px}}html[data-theme=light] body{color:#101f39;background:radial-gradient(circle at 82% -12%,#496aa933,#0000 42%),radial-gradient(circle at 8% 20%,#6f8dc124,#0000 34%),linear-gradient(#f6f9ff 0%,#edf3fc 56%,#e8eff9 100%)}html[data-theme=light] .idt-brand small,html[data-theme=light] .idt-section-title p,html[data-theme=light] .idt-lead,html[data-theme=light] .idt-card p,html[data-theme=light] .idt-card li,html[data-theme=light] .idt-proof-item p,html[data-theme=light] .idt-proof-architecture-item p,html[data-theme=light] .idt-workflow-steps li p,html[data-theme=light] .idt-form-note,html[data-theme=light] .idt-form-trust-note,html[data-theme=light] .idt-faq-item p,html[data-theme=light] .idt-problem-frame p,html[data-theme=light] .idt-problem-signals p,html[data-theme=light] .idt-demo-follow-up,html[data-theme=light] .idt-adoption-note{color:#3f5273}html[data-theme=light] .idt-nav a{color:#3c4f70}html[data-theme=light] .idt-nav a:hover,html[data-theme=light] .idt-nav a:focus-visible,html[data-theme=light] .idt-nav a.is-active{color:#122445;background:#1b30561a;border-color:#14264433;text-decoration:none}html[data-theme=light] .idt-btn-primary{color:#f5f9ff;background:linear-gradient(120deg,#152a4f 0%,#213b66 100%);border-color:#0f203b40;box-shadow:0 12px 30px #20345c38}html[data-theme=light] .idt-btn-dark,html[data-theme=light] .idt-btn-ghost{color:#1c3053;background:#ffffffe6;border-color:#1425423d}html[data-theme=light] .idt-header-utility{color:#1f3257}html[data-theme=light] .idt-header-utility:hover,html[data-theme=light] .idt-header-utility:focus-visible{color:#0f203d}html[data-theme=light] .idt-theme-toggle{color:#1f3358;background:#ffffffe0;border-color:#16294942;box-shadow:inset 0 0 0 1px #ffffffeb}html[data-theme=light] .idt-theme-toggle:hover,html[data-theme=light] .idt-theme-toggle:focus-visible{color:#132747;background:#eef5fff5;border-color:#1629496b}html[data-theme=light] .idt-card,html[data-theme=light] .idt-pricing-card,html[data-theme=light] .idt-lead-form,html[data-theme=light] .idt-roi,html[data-theme=light] .idt-demo-sidebar,html[data-theme=light] .idt-demo-graph,html[data-theme=light] .idt-demo-list-view,html[data-theme=light] .idt-graph-visual,html[data-theme=light] .idt-hero-graph-caption,html[data-theme=light] .idt-faq-item,html[data-theme=light] .idt-steps li,html[data-theme=light] .idt-problem-signals article,html[data-theme=light] .idt-quote-card,html[data-theme=light] .idt-demo-toolbar,html[data-theme=light] .idt-deployment-panel,html[data-theme=light] .idt-adoption-card,html[data-theme=light] .idt-table-wrap{background:linear-gradient(#fffffff0,#f8fcffed);border-color:#13264429;box-shadow:0 14px 30px #23375c1f}html[data-theme=light] .idt-trust-strip{background:#f3f8ffd1;border-top-color:#1224401f;border-bottom-color:#1224401f}html[data-theme=light] .idt-proof-item,html[data-theme=light] .idt-logo-row span,html[data-theme=light] .idt-hero-trust-cues li,html[data-theme=light] .idt-risk-path-list li,html[data-theme=light] .idt-hero-proof-meta span:not(.idt-severity-pill),html[data-theme=light] .idt-workflow-output,html[data-theme=light] .idt-demo-evidence,html[data-theme=light] .idt-intake-summary{color:#243a60;background:#f1f7ffe6;border-color:#182b4b2e}html[data-theme=light] .idt-proof-link,html[data-theme=light] .idt-inline-link,html[data-theme=light] .idt-footer-links a,html[data-theme=light] .idt-footer-trust-links a{color:#17305b}html[data-theme=light] .idt-demo-toolbar p,html[data-theme=light] .idt-finding-label,html[data-theme=light] .idt-intake-step{color:#2e456d}html[data-theme=light] .idt-demo-scenario-row button,html[data-theme=light] .idt-demo-view-toggle button,html[data-theme=light] .idt-risk-scenario-item{color:#223a64;background:#f4f9fff0;border-color:#192d4e38}html[data-theme=light] .idt-demo-scenario-row button.is-active,html[data-theme=light] .idt-demo-view-toggle button[aria-selected=true]{color:#132a4f;background:#1f3c7024;border-color:#1d355d7a}html[data-theme=light] .idt-demo-node,html[data-theme=light] .idt-node{color:#1b3158;background:#fcfffff0;box-shadow:0 8px 18px #23375c1f}html[data-theme=light] .idt-demo-edge-base{opacity:.48}html[data-theme=light] .idt-demo-edge-flow{opacity:.6}html[data-theme=light] .idt-demo-edges g.is-connected .idt-demo-edge-base{opacity:.7}html[data-theme=light] .idt-demo-edges g.is-connected .idt-demo-edge-flow{opacity:.94}html[data-theme=light] .idt-demo-edge-end{fill:#1f3a67a8}html[data-theme=light] .idt-demo-edges g.is-connected .idt-demo-edge-end{fill:#122d58e6}html[data-theme=light] .idt-demo-connector{background:linear-gradient(90deg,#0000,#24447c99,#0000)}html[data-theme=light] .idt-hero-arrow-base{stroke:#27447866}html[data-theme=light] .idt-hero-arrow-base.is-high{stroke:#203f7485}html[data-theme=light] .idt-hero-arrow-flow{stroke:#234379d1;filter:none}html[data-theme=light] .idt-hero-arrow-flow.is-high{stroke:#163366eb}html[data-theme=light] .idt-hero-arrow-end{fill:#234379c7}html[data-theme=light] .idt-hero-arrow-end.is-high{fill:#163366e6}html[data-theme=light] .idt-compare-table td{color:#223656;border-bottom-color:#1b2f5029}html[data-theme=light] .idt-roi label,html[data-theme=light] .idt-search,html[data-theme=light] .idt-form-grid label,html[data-theme=light] .idt-intake-grid label,html[data-theme=light] .idt-roi-field>span{color:#2c446b}html[data-theme=light] .idt-roi input,html[data-theme=light] .idt-search input,html[data-theme=light] .idt-form-grid input,html[data-theme=light] .idt-form-grid select,html[data-theme=light] .idt-intake-grid input,html[data-theme=light] .idt-intake-grid select{color:#162a4d;background-color:#fdfffff5;border-color:#1427463d}html[data-theme=light] .idt-form-grid select,html[data-theme=light] .idt-intake-grid select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3.25 5.5 7 9.25 10.75 5.5' fill='none' stroke='%23243f69' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),linear-gradient(90deg,#405c9159,#405c9159)}html[data-theme=light] .idt-roi-output,html[data-theme=light] .idt-form-success{color:#19315a;background:#26477f1a;border-color:#1f39643d}html[data-theme=light] .idt-blog-lead{color:#294267}html[data-theme=light] .idt-footer-bar{background:#e8eef8;border-top-color:#12244029}html[data-theme=light] .idt-footer-meta small{color:#2a3f65}html[data-theme=light] .idt-muted-strong,html[data-theme=light] .idt-adoption-card p,html[data-theme=light] .idt-adoption-card dd,html[data-theme=light] .idt-faq-group dd,html[data-theme=light] .idt-steps p,html[data-theme=light] .idt-workflow-steps li p,html[data-theme=light] .idt-roi-note,html[data-theme=light] .idt-inline-link-note{color:#405577}html[data-theme=light] .idt-adoption-card h3,html[data-theme=light] .idt-faq-group h3,html[data-theme=light] .idt-faq-group dt,html[data-theme=light] .idt-steps h3,html[data-theme=light] .idt-workflow-steps li strong,html[data-theme=light] .idt-section-title h2{color:#152b4f}html[data-theme=light] .idt-adoption-card dt{color:#5f779f}html[data-theme=light] .idt-faq-group{background:linear-gradient(#fffffff5,#f7fbfff2);border-color:#1326442b;box-shadow:0 10px 22px #22375e1a}html[data-theme=light] .idt-final-cta .idt-inline-link{color:#173461;text-underline-offset:.2rem;text-decoration:underline}html[data-theme=light] .idt-deployment-panel{background:linear-gradient(170deg,#f8fcfffa,#eff6fff7);border-color:#1326442e}html[data-theme=light] .idt-hero-graph-canvas{background:linear-gradient(165deg,#e8f0fceb,#e1ebfae6);border-color:#1c30533d}html[data-theme=light] .idt-hero-graph-canvas .idt-graph-grid{opacity:.28;background-image:linear-gradient(#2c446c17 1px,#0000 1px),linear-gradient(90deg,#2c446c17 1px,#0000 1px)}html[data-theme=light] .idt-hero-graph-title{color:#49638d}html[data-theme=light] .idt-hero-path,html[data-theme=light] .idt-hero-path-steps li,html[data-theme=light] .idt-hero-capability-list li,html[data-theme=light] .idt-hero-graph-caption>p,html[data-theme=light] .idt-hero-proof-meta span:not(.idt-severity-pill){color:#2e476f}html[data-theme=light] .idt-hero-proof-meta span:not(.idt-severity-pill),html[data-theme=light] .idt-hero-capability-list li:before{background:#36568f29;border-color:#223a6238}html[data-theme=light] .idt-hero-layer-dots button{background:#38589133;border-color:#233a6347}html[data-theme=light] .idt-hero-layer-dots button.is-active{background:#162d52e6;border-color:#162d52e6}.idt-booking-prompt{gap:.95rem;display:grid}.idt-booking-prompt-shell{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:.95rem;display:grid}.idt-booking-prompt-card,.idt-booking-prompt-preview{background:linear-gradient(160deg,#090e16e6,#070b12ed);border:1px solid #a4b7da3d;border-radius:14px;padding:1rem}.idt-booking-prompt-note{color:#c7d5eb;margin:0}.idt-booking-prompt-checklist{color:#d9e5f8;gap:.35rem;margin:.8rem 0 0;padding-left:1.05rem;display:grid}.idt-booking-prompt-preview .idt-eyebrow{margin-bottom:.7rem}.idt-booking-prompt-preview ol{color:#d1def4;gap:.42rem;margin:0;padding-left:1.05rem;display:grid}.idt-booking-prompt-slot-row{flex-wrap:wrap;gap:.45rem;margin-top:.8rem;display:flex}.idt-booking-prompt-slot-row span{color:#d8e5fa;background:#101929a3;border:1px solid #a1b5d95c;border-radius:999px;padding:.26rem .66rem;font-size:.78rem;font-weight:600}.idt-inline-link,.idt-footer-links a,.idt-footer-trust-links a,.idt-header-utility{-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-offset:.2em;-webkit-text-decoration:underline #abbfe1d9;text-decoration:underline #abbfe1d9;text-decoration-thickness:1.4px}.idt-inline-link:hover,.idt-inline-link:focus-visible,.idt-footer-links a:hover,.idt-footer-links a:focus-visible,.idt-footer-trust-links a:hover,.idt-footer-trust-links a:focus-visible,.idt-header-utility:hover,.idt-header-utility:focus-visible{text-decoration-color:currentColor}html[data-theme=light] .idt-page-hero{background:radial-gradient(circle at 84% -10%,#6d88bc38,#0000 44%),linear-gradient(156deg,#f8fcfffa,#edf5fff5);border-color:#1628472e;box-shadow:0 14px 30px #1e345b21}html[data-theme=light] .idt-page-hero:after{opacity:.15;background:radial-gradient(1px 1px at 22% 20%,#223e7040,#0000 60%),radial-gradient(1px 1px at 78% 64%,#223e7033,#0000 60%),radial-gradient(1px 1px at 42% 84%,#223e7029,#0000 60%)}html[data-theme=light] .idt-page-hero h1{color:#14294c}html[data-theme=light] .idt-page-hero p{color:#2f486f}html[data-theme=light] .idt-page-hero .idt-eyebrow{color:#5875a3}html[data-theme=light] .idt-pricing-note{color:#395173}html[data-theme=light] .idt-price span,html[data-theme=light] .idt-plan-fit,html[data-theme=light] .idt-pricing-card ul,html[data-theme=light] .idt-pricing-card li,html[data-theme=light] .idt-doc-tags,html[data-theme=light] .idt-muted-strong{color:#314b73}html[data-theme=light] .idt-badge{color:#16315d;background:#1e3a6b1f}html[data-theme=light] .idt-pricing-toggle{background:#eaf2fef0;border-color:#15274636}html[data-theme=light] .idt-pricing-toggle button{color:#446086}html[data-theme=light] .idt-pricing-toggle button.is-active{color:#152e58;background:#fffffffa}html[data-theme=light] .idt-demo-edge-path{stroke-width:1.02px;stroke-dasharray:5.5 9;opacity:.46}html[data-theme=light] .idt-demo-edges g.is-connected .idt-demo-edge-path{stroke-width:1.28px;opacity:.76}html[data-theme=light] .idt-demo-edge-glow{stroke-width:1.9px;opacity:.1;filter:none}html[data-theme=light] .idt-demo-edges g.is-connected .idt-demo-edge-glow{opacity:.2}html[data-theme=light] .idt-demo-edge-tracer{fill:#1d3866cc;opacity:.58;filter:none}html[data-theme=light] .idt-booking-prompt-card,html[data-theme=light] .idt-booking-prompt-preview{background:linear-gradient(160deg,#fcfefffa,#f3f9fff5);border-color:#14284829;box-shadow:0 12px 26px #20365d1a}html[data-theme=light] .idt-booking-prompt{background:linear-gradient(156deg,#f8fcfffa,#edf5fff5);border-color:#16284729;box-shadow:0 14px 28px #1e345b1f}html[data-theme=light] .idt-booking-prompt .idt-section-title .idt-eyebrow{color:#5d79a4}html[data-theme=light] .idt-booking-prompt .idt-section-title h2{color:#183056}html[data-theme=light] .idt-booking-prompt .idt-section-title p,html[data-theme=light] .idt-booking-prompt-note,html[data-theme=light] .idt-booking-prompt-checklist,html[data-theme=light] .idt-booking-prompt-preview ol{color:#2f486f}html[data-theme=light] .idt-booking-prompt-slot-row span{color:#233d66;background:#eaf3ffeb;border-color:#1e386640}html[data-theme=light] .idt-inline-link,html[data-theme=light] .idt-footer-links a,html[data-theme=light] .idt-footer-trust-links a,html[data-theme=light] .idt-header-utility{text-decoration-color:#264272bf}@media (width<=1080px){.idt-booking-prompt-shell{grid-template-columns:1fr}}.idt-roi input:focus-visible,.idt-search input:focus-visible,.idt-form-grid input:focus-visible,.idt-form-grid select:focus-visible,.idt-intake-grid input:focus-visible,.idt-intake-grid select:focus-visible{border-color:#a6bde999;outline:none;box-shadow:0 0 0 2px #8ea7d638}html[data-theme=light] .idt-roi input:focus-visible,html[data-theme=light] .idt-search input:focus-visible,html[data-theme=light] .idt-form-grid input:focus-visible,html[data-theme=light] .idt-form-grid select:focus-visible,html[data-theme=light] .idt-intake-grid input:focus-visible,html[data-theme=light] .idt-intake-grid select:focus-visible{border-color:#2744766b;box-shadow:0 0 0 2px #4a6ca533}.idt-app-shell-screen{width:min(100% - 2rem,760px);margin:4rem auto}.idt-app-shell{gap:1rem;width:min(100% - 2rem,1180px);margin:2rem auto 3rem;display:grid}.idt-app-shell-header{background:linear-gradient(160deg,#0e1727e6,#0c1421cc);border:1px solid #89a8e047;border-radius:.85rem;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.idt-app-shell-actions{gap:.5rem;display:flex}.idt-app-shell-nav{flex-wrap:wrap;gap:.45rem;display:flex}.idt-app-shell-nav a{color:#bfd2ee;background:#0e1724b8;border:1px solid #82a0d64d;border-radius:999px;padding:.4rem .8rem;font-weight:600;text-decoration:none}.idt-app-shell-nav a.active{color:#0f223f;background:#d7e5ff;border-color:#d7e5ff}.idt-app-shell-main{min-height:360px}.idt-app-panel{background:linear-gradient(165deg,#0c1523e6,#0a111ec7);border:1px solid #7897cf47;border-radius:.85rem;padding:1.25rem}.idt-app-panel-error{border-color:#d57d7d6b}.idt-app-kicker{text-transform:uppercase;letter-spacing:.08em;color:#91add6;font-size:.74rem;font-weight:700}.idt-app-form{gap:.75rem;margin-top:1rem;display:grid}.idt-app-form label{color:#d3e1f7;gap:.35rem;font-size:.95rem;display:grid}.idt-form-note{color:#9fb0c9;margin:-.15rem 0 0;font-size:.9rem;line-height:1.45}.idt-app-form input{color:#e4efff;background:#090f1ad6;border:1px solid #7e9dd359;border-radius:.55rem;padding:.5rem .6rem}.idt-app-empty-state{background:#0b121fb8;border:1px dashed #82a0d666;border-radius:.7rem;margin-top:.9rem;padding:.9rem}.idt-app-alert{color:#d7e6ff;background:#0c1421b8;border:1px solid #82a0d657;border-radius:.55rem;padding:.55rem .7rem}.idt-app-alert-error{color:#ffd0d0;border-color:#dc818170}.idt-app-alert-success{color:#d7ffdf;border-color:#89cc9c75}.idt-overview-page,.idt-settings-page{gap:1rem;display:grid}.idt-overview-header,.idt-settings-header,.idt-overview-card-header,.idt-settings-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.idt-overview-header h2,.idt-settings-header h2,.idt-overview-card h3,.idt-settings-card h3{margin-bottom:.4rem}.idt-overview-header p,.idt-settings-header p,.idt-overview-card p,.idt-settings-card p{color:#c9d8ee;margin:0}.idt-overview-metrics,.idt-settings-counts{grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;display:grid}.idt-overview-metrics article,.idt-settings-counts article,.idt-overview-card,.idt-settings-card,.idt-overview-projects a,.idt-overview-actions a,.idt-settings-route-grid a,.idt-overview-risk-row,.idt-overview-scan-row{background:#080e1985;border:1px solid #82a0d647;border-radius:.7rem}.idt-overview-metrics article,.idt-settings-counts article,.idt-overview-risk-row,.idt-overview-scan-row{padding:.75rem}.idt-overview-metrics span,.idt-settings-counts span{color:#9fb8de;letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:800;display:block}.idt-overview-metrics strong,.idt-settings-counts strong{color:#f2f7ff;font-family:var(--idt-display);margin-top:.2rem;font-size:1.55rem;line-height:1.1;display:block}.idt-overview-metrics p{color:#c2d4f0;margin:.25rem 0 0}.idt-overview-grid,.idt-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1rem;display:grid}.idt-overview-card,.idt-settings-card{gap:.85rem;padding:1rem;display:grid}.idt-overview-card-header a,.idt-settings-card-header a{color:#b8cef0;font-weight:700;text-decoration:none}.idt-overview-card-header a:hover,.idt-overview-card-header a:focus-visible,.idt-settings-card-header a:hover,.idt-settings-card-header a:focus-visible{color:#e8f2ff;text-decoration:underline}.idt-overview-list{gap:.65rem;display:grid}.idt-overview-risk-row,.idt-overview-scan-row{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.idt-overview-risk-row strong,.idt-overview-scan-row strong,.idt-overview-projects strong,.idt-overview-actions strong,.idt-settings-route-grid strong{color:#eef5ff}.idt-overview-risk-row p,.idt-overview-scan-row p{color:#adc2e2;margin-top:.22rem;font-size:.9rem}.idt-overview-projects,.idt-overview-actions,.idt-settings-route-grid{gap:.65rem;display:grid}.idt-overview-projects a,.idt-overview-actions a,.idt-settings-route-grid a{color:inherit;gap:.28rem;padding:.8rem;text-decoration:none;transition:border-color .18s,background-color .18s,transform .18s;display:grid}.idt-overview-projects a:hover,.idt-overview-projects a:focus-visible,.idt-overview-actions a:hover,.idt-overview-actions a:focus-visible,.idt-settings-route-grid a:hover,.idt-settings-route-grid a:focus-visible{background:#0f1f27c2;border-color:#b8f3d680;transform:translateY(-1px)}.idt-overview-projects span,.idt-overview-actions span,.idt-settings-route-grid span,.idt-overview-projects small{color:#adc2e2;line-height:1.45}.idt-settings-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:0;display:grid}.idt-settings-facts div{background:#090f1aa3;border:1px solid #82a0d63d;border-radius:.65rem;min-width:0;padding:.65rem}.idt-settings-facts dt{color:#9fb8de;letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:800}.idt-settings-facts dd{color:#e1ebfb;overflow-wrap:anywhere;margin:.18rem 0 0}.idt-executive-report-shell{align-items:start;padding:clamp(1.5rem,4vw,3.25rem) clamp(1rem,3vw,2.5rem)}html[data-theme] .idt-executive-report-shell .idt-exec-report{gap:clamp(2rem,3.2vw,2.75rem);width:min(100%,1080px);margin:0 auto;display:grid}html[data-theme] .idt-executive-report-shell .idt-exec-report__header{border-bottom:1px solid #ffffff14;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:1.5rem 2rem;padding-bottom:1.5rem;display:grid}html[data-theme] .idt-executive-report-shell .idt-exec-report__eyebrow{color:#f5f7f873;letter-spacing:.16em;text-transform:uppercase;margin:0 0 .55rem;font-size:.72rem;font-weight:600}html[data-theme] .idt-executive-report-shell .idt-exec-report__header h1{font-family:var(--idt-display);letter-spacing:-.014em;color:#f5f7f8f7;text-transform:none;margin:0 0 .7rem;font-size:clamp(1.85rem,3.4vw,2.4rem);font-weight:600;line-height:1.1}html[data-theme] .idt-executive-report-shell .idt-exec-report__meta{color:#f5f7f880;flex-wrap:wrap;align-items:baseline;gap:.35rem .65rem;margin:0;font-size:.86rem;line-height:1.45;display:flex}html[data-theme] .idt-executive-report-shell .idt-exec-report__meta strong{color:#f5f7f8d1;font-weight:500}html[data-theme] .idt-executive-report-shell .idt-exec-report__meta span[aria-hidden=true]{color:#f5f7f840}html[data-theme] .idt-executive-report-shell .idt-exec-report__actions{justify-self:end;align-items:center;gap:.6rem;display:flex}html[data-theme] .idt-executive-report-shell .idt-exec-report__download{align-items:center;gap:.45rem;display:inline-flex}html[data-theme] .idt-executive-report-shell .idt-exec-report__download svg{flex:none}html[data-theme] .idt-executive-report-shell .idt-exec-kpis{border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0;padding:0;display:grid}html[data-theme] .idt-executive-report-shell .idt-exec-kpi{border-right:1px solid #ffffff0f;padding:1.55rem 1.5rem}html[data-theme] .idt-executive-report-shell .idt-exec-kpi:first-child{padding-left:0}html[data-theme] .idt-executive-report-shell .idt-exec-kpi:last-child{border-right:0;padding-right:0}html[data-theme] .idt-executive-report-shell .idt-exec-kpi dt{color:#f5f7f87a;letter-spacing:.12em;text-transform:uppercase;margin:0 0 .55rem;font-size:.72rem;font-weight:600;line-height:1.3}html[data-theme] .idt-executive-report-shell .idt-exec-kpi dd{font-family:var(--idt-display);letter-spacing:-.018em;color:#f5f7f8fa;font-variant-numeric:tabular-nums;margin:0 0 .45rem;font-size:clamp(1.65rem,2.6vw,2rem);font-weight:600;line-height:1.05}html[data-theme] .idt-executive-report-shell .idt-exec-kpi p{color:#f5f7f885;margin:0;font-size:.83rem;line-height:1.45}html[data-theme] .idt-executive-report-shell .idt-exec-section{gap:.95rem;display:grid}html[data-theme] .idt-executive-report-shell .idt-exec-section h2{font-family:var(--idt-display);letter-spacing:-.005em;color:#f5f7f8f0;text-transform:none;margin:0;font-size:1.1rem;font-weight:600}html[data-theme] .idt-executive-report-shell .idt-exec-section__lede{color:#f5f7f880;margin:-.5rem 0 .2rem;font-size:.88rem;line-height:1.5}html[data-theme] .idt-executive-report-shell .idt-exec-section__empty{color:#f5f7f873;margin:0;font-size:.9rem}html[data-theme] .idt-executive-report-shell .idt-exec-stack{background:#ffffff0d;border-radius:999px;width:100%;height:.65rem;display:flex;overflow:hidden}html[data-theme] .idt-executive-report-shell .idt-exec-stack__seg{min-width:2px;height:100%;display:block}html[data-theme] .idt-executive-report-shell .idt-exec-stack__seg.is-critical{background:#e26b6b}html[data-theme] .idt-executive-report-shell .idt-exec-stack__seg.is-high{background:#e0995b}html[data-theme] .idt-executive-report-shell .idt-exec-stack__seg.is-medium{background:#d8c074}html[data-theme] .idt-executive-report-shell .idt-exec-stack__seg.is-low{background:#7fb5a6}html[data-theme] .idt-executive-report-shell .idt-exec-stack__seg.is-info{background:#7fa2d8}html[data-theme] .idt-executive-report-shell .idt-exec-legend{grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:.05rem 1.75rem;margin:.2rem 0 0;padding:0;list-style:none;display:grid}html[data-theme] .idt-executive-report-shell .idt-exec-legend li{color:#f5f7f8d1;grid-template-columns:.6rem 1fr auto auto;align-items:center;gap:.65rem;padding:.35rem 0;font-size:.9rem;line-height:1.3;display:grid}html[data-theme] .idt-executive-report-shell .idt-exec-legend li.is-empty{opacity:.45}html[data-theme] .idt-executive-report-shell .idt-exec-legend__label{color:#f5f7f8d1}html[data-theme] .idt-executive-report-shell .idt-exec-legend__count{color:#f5f7f8f5;font-variant-numeric:tabular-nums;font-weight:600}html[data-theme] .idt-executive-report-shell .idt-exec-legend__share{color:#f5f7f880;font-variant-numeric:tabular-nums;text-align:right;min-width:3rem;font-size:.82rem}html[data-theme] .idt-executive-report-shell .idt-exec-dot{border-radius:999px;width:.55rem;height:.55rem;display:inline-block}html[data-theme] .idt-executive-report-shell .idt-exec-dot.is-critical{background:#e26b6b}html[data-theme] .idt-executive-report-shell .idt-exec-dot.is-high{background:#e0995b}html[data-theme] .idt-executive-report-shell .idt-exec-dot.is-medium{background:#d8c074}html[data-theme] .idt-executive-report-shell .idt-exec-dot.is-low{background:#7fb5a6}html[data-theme] .idt-executive-report-shell .idt-exec-dot.is-info{background:#7fa2d8}html[data-theme] .idt-executive-report-shell .idt-exec-rank{margin:0;padding:0;list-style:none}html[data-theme] .idt-executive-report-shell .idt-exec-rank li{color:#f5f7f8eb;border-top:1px solid #ffffff0f;grid-template-columns:1.75rem minmax(0,1fr) auto auto;align-items:center;gap:1rem;padding:.9rem 0;font-size:.94rem;line-height:1.3;display:grid}html[data-theme] .idt-executive-report-shell .idt-exec-rank li:last-child{border-bottom:1px solid #ffffff0f}html[data-theme] .idt-executive-report-shell .idt-exec-rank__index{color:#f5f7f861;font-variant-numeric:tabular-nums;letter-spacing:.04em;font-size:.82rem}html[data-theme] .idt-executive-report-shell .idt-exec-rank__label{color:#f5f7f8eb}html[data-theme] .idt-executive-report-shell .idt-exec-rank__share{color:#f5f7f880;font-variant-numeric:tabular-nums;font-size:.82rem}html[data-theme] .idt-executive-report-shell .idt-exec-rank__count{color:#f5f7f8f5;font-variant-numeric:tabular-nums;text-align:right;min-width:2.5rem;font-weight:600}html[data-theme] .idt-executive-report-shell .idt-exec-notes{gap:.55rem;margin:0;padding:0;list-style:none;display:grid}html[data-theme] .idt-executive-report-shell .idt-exec-notes li{color:#f5f7f8cc;padding-left:1.1rem;font-size:.95rem;line-height:1.55;position:relative}html[data-theme] .idt-executive-report-shell .idt-exec-notes li:before{content:"";border-top:1px solid #f5f7f852;width:.55rem;position:absolute;top:.78em;left:0}html[data-theme] .idt-executive-report-shell .idt-exec-notes strong{color:#f5f7f8f2;font-weight:600}html[data-theme] .idt-executive-report-shell .idt-exec-report__footer{border-top:1px solid #ffffff14;padding-top:1.25rem}html[data-theme] .idt-executive-report-shell .idt-exec-report__footer p{color:#f5f7f861;margin:0;font-size:.78rem;line-height:1.55}@media (width<=960px){html[data-theme] .idt-executive-report-shell .idt-exec-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-theme] .idt-executive-report-shell .idt-exec-kpi{border-bottom:1px solid #ffffff0f;padding:1.3rem 1.25rem}html[data-theme] .idt-executive-report-shell .idt-exec-kpi:nth-child(odd){padding-left:0}html[data-theme] .idt-executive-report-shell .idt-exec-kpi:nth-child(2n){border-right:0;padding-right:0}html[data-theme] .idt-executive-report-shell .idt-exec-kpi:nth-last-child(-n+2){border-bottom:0}}@media (width<=640px){html[data-theme] .idt-executive-report-shell .idt-exec-report__header{grid-template-columns:1fr}html[data-theme] .idt-executive-report-shell .idt-exec-report__actions{justify-self:start}html[data-theme] .idt-executive-report-shell .idt-exec-kpis{grid-template-columns:1fr}html[data-theme] .idt-executive-report-shell .idt-exec-kpi{border-bottom:1px solid #ffffff0f;border-right:0;padding:1.1rem 0}html[data-theme] .idt-executive-report-shell .idt-exec-kpi:last-child{border-bottom:0}html[data-theme] .idt-executive-report-shell .idt-exec-rank li{grid-template-columns:1.5rem minmax(0,1fr) auto;gap:.75rem}html[data-theme] .idt-executive-report-shell .idt-exec-rank__share{display:none}}.idt-repo-findings-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.idt-repo-findings-header h2,.idt-repo-finding-list-header h3,.idt-repo-finding-detail h3,.idt-repo-finding-remediation h4{margin:0}.idt-repo-findings-header p:last-child,.idt-repo-finding-list-header p,.idt-repo-finding-detail-copy p:last-child,.idt-repo-finding-remediation p{margin-bottom:0}.idt-repo-finding-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin-top:1rem;display:grid}.idt-repo-finding-stat,.idt-repo-finding-list,.idt-repo-finding-detail{background:#090f1a8f;border:1px solid #7e9dd33d;border-radius:.8rem}.idt-repo-finding-stat{gap:.22rem;padding:.95rem 1rem;display:grid}.idt-repo-finding-stat span{color:#9fb5d8;letter-spacing:0;text-transform:none;font-size:.78rem;font-weight:600}.idt-repo-finding-stat strong{color:#f4f8ff;font-size:1.55rem}.idt-github-intelligence-grid,.idt-github-intelligence-main{gap:.75rem;display:grid}.idt-github-intelligence-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.idt-github-intelligence-main{grid-template-columns:minmax(0,1fr) minmax(18rem,.45fr)}.idt-github-intelligence-card,.idt-github-intelligence-panel,.idt-github-intelligence-row{background:#090f1a8f;border:1px solid #7e9dd33d;border-radius:8px}.idt-github-intelligence-card,.idt-github-intelligence-panel{padding:.9rem}.idt-github-intelligence-card{align-content:start;gap:.55rem;min-height:8.5rem;display:grid}.idt-github-intelligence-card-head,.idt-github-intelligence-panel-head,.idt-github-intelligence-row .idt-repo-finding-row-top,.idt-github-intelligence-hotspots article,.idt-github-intelligence-trend article>div:first-child{justify-content:space-between;align-items:flex-start;gap:.7rem;display:flex}.idt-github-intelligence-card-head div,.idt-github-intelligence-hotspots article div,.idt-github-intelligence-scan{gap:.25rem;display:grid}.idt-github-intelligence-card-head span,.idt-github-intelligence-panel-head span,.idt-github-intelligence-hotspots span,.idt-github-intelligence-trend small{color:var(--app-dim);font-size:.78rem;font-weight:700}.idt-github-intelligence-card-head strong{color:#f4f8ff;font-size:1.55rem;line-height:1}.idt-github-intelligence-card-head small,.idt-github-intelligence-card>small{color:#aab8cd}.idt-github-intelligence-card-link,.idt-github-intelligence-panel-head a{color:#fff;font-size:.86rem;font-weight:800;text-decoration:none}.idt-github-intelligence-card-link{justify-self:start;align-items:center;gap:.22rem;display:inline-flex}.idt-github-intelligence-card-link:hover,.idt-github-intelligence-card-link:focus-visible,.idt-github-intelligence-panel-head a:hover,.idt-github-intelligence-panel-head a:focus-visible{text-decoration:underline}.idt-github-intelligence-panel{gap:.75rem;display:grid}.idt-github-intelligence-hotspot-panel{align-self:start}.idt-github-intelligence-panel-head h3{margin:0}.idt-github-intelligence-list,.idt-github-intelligence-hotspots,.idt-github-intelligence-trend{gap:.55rem;display:grid}.idt-github-intelligence-row{color:inherit;padding:.72rem;text-decoration:none}.idt-github-intelligence-row p,.idt-github-intelligence-card p,.idt-github-intelligence-scan p{margin:0}.idt-github-intelligence-trend article{background:#ffffff08;border:1px solid #7e9dd32e;border-radius:8px;padding:.65rem}.idt-github-intelligence-hotspot-row{color:inherit;background:#ffffff09;border:1px solid #7e9dd333;border-radius:8px;gap:.58rem;padding:.72rem;text-decoration:none;transition:border-color .18s,background .18s,transform .18s;display:grid}.idt-github-intelligence-hotspot-row:hover,.idt-github-intelligence-hotspot-row:focus-visible{background:#ffffff0e;border-color:#b1bfff6b;transform:translateY(-1px)}.idt-github-intelligence-hotspot-row-top,.idt-github-intelligence-hotspot-identity,.idt-github-intelligence-hotspot-meta{align-items:center;display:flex}.idt-github-intelligence-hotspot-row-top{justify-content:space-between;gap:.75rem}.idt-github-intelligence-hotspot-identity{gap:.62rem;min-width:0}.idt-github-intelligence-hotspot-identity>div{gap:.14rem;min-width:0;display:grid}.idt-github-intelligence-hotspot-identity strong{color:var(--app-text);text-overflow:ellipsis;white-space:nowrap;font-size:.96rem;line-height:1.25;overflow:hidden}.idt-github-intelligence-hotspot-identity span,.idt-github-intelligence-hotspot-meta span{color:#9da8ba;font-size:.74rem;font-weight:700;line-height:1.25}.idt-github-intelligence-hotspots .idt-github-intelligence-hotspot-score{color:#ffc3c3;background:#ff6b6b2e;border:1px solid #ffa0a033;border-radius:999px;flex:none;place-items:center;min-width:1.9rem;height:1.9rem;font-size:.86rem;font-weight:900;display:inline-grid}.idt-github-intelligence-hotspot-meta{justify-content:space-between;gap:.65rem}.idt-github-intelligence-hotspot-meter{background:#7e9dd329;border-radius:999px;height:.28rem;overflow:hidden}.idt-github-intelligence-hotspot-meter span{border-radius:inherit;background:linear-gradient(90deg,#ffc487d1,#ff6b6be6);min-width:0;height:100%;display:block}.idt-github-intelligence-trend article{gap:.45rem;display:grid}.idt-github-intelligence-trend .idt-repo-finding-trend-bar-track{background:#7e9dd329;border:0;height:.42rem}.idt-github-intelligence-trend .idt-repo-finding-trend-bar{background:#f4f8ffe0}.idt-repo-finding-stat-note{color:var(--app-dim,#6f86ad);letter-spacing:0;margin-top:.1rem;font-size:.72rem;font-weight:500;line-height:1.35}.idt-repo-scan-health{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.idt-repo-scan-health a{white-space:nowrap;font-weight:600}.idt-repo-scan-health-panel{gap:.9rem}.idt-repo-scan-health-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.idt-repo-scan-health-head h3{margin:0}.idt-repo-scan-health-head p{color:#9fb5d8;margin:.22rem 0 0;font-size:.88rem}.idt-repo-scan-health-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.6rem;display:flex}.idt-repo-scan-health-actions a{color:#f4f8ff;white-space:nowrap;font-size:.82rem;font-weight:800;text-decoration:none}.idt-repo-scan-health-actions a:hover,.idt-repo-scan-health-actions a:focus-visible{text-decoration:underline}.idt-repo-scan-health-status{color:#dce9ff;background:#ffffff0f;border:1px solid #7e9dd342;border-radius:999px;align-items:center;padding:.22rem .58rem;font-size:.74rem;font-weight:800;line-height:1.2;display:inline-flex}.idt-repo-scan-health-status.is-success{color:#b9f6ce;background:#58d68d1c;border-color:#58d68d6b}.idt-repo-scan-health-status.is-warning{color:#ffe5a3;background:#f5c4511c;border-color:#f5c4516b}.idt-repo-scan-health-status.is-error{color:#ffc3c3;background:#ff6b6b1f;border-color:#ff6b6b80}.idt-repo-scan-health-grid{background:#060b1499;border:1px solid #7e9dd32e;border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.idt-repo-scan-health-grid div{border-right:1px solid #7e9dd32e;gap:.25rem;min-width:0;padding:.75rem .85rem;display:grid}.idt-repo-scan-health-grid div:last-child{border-right:0}.idt-repo-scan-health-grid span,.idt-repo-scan-health-grid small{color:#9fb5d8;font-size:.72rem;font-weight:700}.idt-repo-scan-health-grid span{text-transform:uppercase}.idt-repo-scan-health-grid strong{color:#f4f8ff;font-variant-numeric:tabular-nums;font-size:1.18rem;line-height:1.1}.idt-repo-scan-health-timeline{gap:.42rem;display:grid}.idt-repo-scan-health-event{background:#060b146b;border:1px solid #7e9dd32e;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.65rem;padding:.56rem .65rem;display:grid}.idt-repo-scan-health-dot{background:#9fb5d8;border-radius:999px;width:.48rem;height:.48rem;box-shadow:0 0 0 .22rem #9fb5d81f}.idt-repo-scan-health-event.is-success .idt-repo-scan-health-dot{background:#58d68d;box-shadow:0 0 0 .22rem #58d68d1f}.idt-repo-scan-health-event.is-warning .idt-repo-scan-health-dot{background:#f5c451;box-shadow:0 0 0 .22rem #f5c4511f}.idt-repo-scan-health-event.is-error .idt-repo-scan-health-dot{background:#ff6b6b;box-shadow:0 0 0 .22rem #ff6b6b1f}.idt-repo-scan-health-event div{gap:.12rem;min-width:0;display:grid}.idt-repo-scan-health-event strong{color:#f4f8ff;overflow-wrap:anywhere;font-size:.9rem;line-height:1.2}.idt-repo-scan-health-event span:not(.idt-repo-scan-health-dot),.idt-repo-scan-health-event time{color:#9fb5d8;font-size:.76rem;line-height:1.35}.idt-repo-scan-health-event time{white-space:nowrap;font-variant-numeric:tabular-nums;justify-self:end}@media (width<=980px){.idt-repo-scan-health-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.idt-repo-scan-health-grid div:nth-child(2){border-right:0}.idt-repo-scan-health-grid div:nth-child(-n+2){border-bottom:1px solid #7e9dd32e}}@media (width<=640px){.idt-repo-scan-health-head{display:grid}.idt-repo-scan-health-actions{justify-content:flex-start}.idt-repo-scan-health-grid{grid-template-columns:minmax(0,1fr)}.idt-repo-scan-health-grid div,.idt-repo-scan-health-grid div:nth-child(2){border-right:0}.idt-repo-scan-health-grid div:not(:last-child){border-bottom:1px solid #7e9dd32e}.idt-repo-scan-health-event{grid-template-columns:auto minmax(0,1fr)}.idt-repo-scan-health-event time{grid-column:2;justify-self:start}}.idt-repo-scan-failure-state .idt-inline-actions{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:.85rem;display:flex}.idt-repo-finding-filters{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin-top:1rem;display:grid}.idt-repo-finding-filters label{color:#d3e1f7;gap:.35rem;font-size:.95rem;display:grid}.idt-repo-finding-filters select,.idt-repo-finding-filters input{color:#e4efff;background:#090f1ad6;border:1px solid #7e9dd359;border-radius:.55rem;padding:.5rem .6rem}.idt-repo-finding-trend{background:#090f1a8f;border:1px solid #7e9dd33d;border-radius:.8rem;gap:.75rem;margin-top:1rem;padding:1rem;display:grid}.idt-repo-finding-trend-head{flex-wrap:wrap;align-items:center;gap:.58rem;display:flex}.idt-repo-analysis-panel summary{cursor:pointer;list-style-position:inside}.idt-repo-analysis-panel[open] summary{border-bottom:1px solid #7e9dd333;padding-bottom:.75rem}.idt-repo-finding-trend-head h3{margin:0}.idt-repo-finding-trend-subtitle{color:#9fb5d8;font-size:.82rem}.idt-repo-finding-trend-rows{gap:.7rem;display:grid}.idt-repo-finding-trend-row{gap:.4rem;display:grid}.idt-repo-finding-trend-meta{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.idt-repo-finding-trend-meta strong{color:#f4f8ff}.idt-repo-finding-trend-meta span{color:#9fb5d8}.idt-repo-finding-trend-bar-track{background:#060b14c7;border:1px solid #7e9dd340;border-radius:999px;width:100%;height:.8rem;overflow:hidden}.idt-repo-finding-trend-bar{border-radius:inherit;background:linear-gradient(90deg,#7f8ffc,#46bb9f);height:100%;transition:width .2s}.idt-repo-finding-group{gap:.45rem;margin-bottom:.85rem;display:grid}.idt-repo-finding-group h4{color:#b8cdf6;letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:.86rem}.idt-repo-finding-hierarchy{gap:.75rem;display:grid}.idt-repo-finding-bucket{background:#080d16b8;border:1px solid #7e9dd33d;border-radius:.75rem;overflow:hidden}.idt-repo-finding-bucket summary{color:#f4f8ff;cursor:pointer;justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem .95rem;font-weight:800;list-style-position:inside;display:flex}.idt-repo-finding-bucket summary small{color:#9fb5d8;white-space:nowrap;font-size:.78rem;font-weight:700}.idt-repo-finding-bucket-body{border-top:1px solid #7e9dd32e;gap:.75rem;padding:.85rem;display:grid}.idt-repo-finding-scan,.idt-repo-finding-severity-group{background:#05091194}.idt-repo-finding-status{text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;border-radius:999px;align-items:center;padding:.24rem .58rem;font-size:.68rem;font-weight:700;display:inline-flex}.idt-repo-finding-status.is-open{color:#b8d9ff;background:#3884ff38}.idt-repo-finding-status.is-ack{color:#ffd8aa;background:#ffb54338}.idt-repo-finding-status.is-suppressed{color:#ced8f2;background:#8991b53d}.idt-repo-finding-status.is-resolved{color:#c8f3dc;background:#51bc8440}.idt-repo-finding-triage-form{gap:.7rem;display:grid}.idt-repo-finding-triage-form label{color:#d3e1f7;gap:.35rem;font-size:.95rem;display:grid}.idt-repo-finding-triage-form select,.idt-repo-finding-triage-form input,.idt-repo-finding-triage-form textarea{color:#e4efff;background:#090f1ad6;border:1px solid #7e9dd359;border-radius:.55rem;padding:.5rem .6rem}.idt-repo-finding-triage-form textarea{resize:vertical;min-height:6rem}.idt-repo-finding-layout{grid-template-columns:minmax(0,1fr);align-items:start;gap:1rem;margin-top:1rem;display:grid}.idt-repo-finding-list,.idt-repo-finding-detail{padding:1rem}.idt-repo-finding-list-header{gap:.2rem;margin-bottom:.85rem;display:grid}.idt-repo-finding-items{gap:.7rem;display:grid}.idt-repo-finding-row{text-align:left;width:100%;color:inherit;cursor:pointer;background:#0e1624e6;border:1px solid #7e9dd33d;border-radius:.75rem;gap:.55rem;padding:.95rem 1rem;transition:border-color .18s,background-color .18s,transform .18s;display:grid}.idt-repo-finding-row:hover,.idt-repo-finding-row:focus-visible,.idt-repo-finding-row.is-selected{background:#111c2ef5;border-color:#b5cfff9e;transform:translateY(-1px)}.idt-repo-finding-row-top{justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.idt-repo-finding-row-top strong{color:#f4f8ff;font-size:.98rem}.idt-repo-finding-row p{color:#ccdaef;margin:0}.idt-repo-finding-row-meta{color:#9fb5d8;flex-wrap:wrap;gap:.45rem .75rem;font-size:.82rem;display:flex}.idt-repo-finding-severity{text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;border-radius:999px;align-items:center;padding:.24rem .58rem;font-size:.68rem;font-weight:700;display:inline-flex}.idt-repo-finding-severity.is-critical{color:#ffd2cb;background:#b3261e38}.idt-repo-finding-severity.is-high{color:#ffd8b3;background:#bf5c0038}.idt-repo-finding-severity.is-medium{color:#ffe6a3;background:#a2740038}.idt-repo-finding-severity.is-low,.idt-repo-finding-severity.is-info,.idt-repo-finding-severity.is-unknown{color:#d9e6ff;background:#3970c938}.idt-repo-finding-detail{gap:1rem;display:grid}.idt-repo-finding-detail-copy{gap:.35rem;display:grid}.idt-repo-finding-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:0;display:grid}.idt-repo-finding-facts div{gap:.18rem;display:grid}.idt-repo-finding-facts dt{color:#9fb5d8;letter-spacing:.05em;text-transform:uppercase;font-size:.74rem;font-weight:700}.idt-repo-finding-facts dd{color:#f4f8ff;word-break:break-word;margin:0}.idt-repo-finding-link{color:#b9d5ff;word-break:break-all;text-decoration:none}.idt-repo-finding-link:hover,.idt-repo-finding-link:focus-visible{color:#e3efff;text-decoration:underline}.idt-repo-finding-code{gap:.45rem;display:grid}.idt-repo-finding-code span{color:#9fb5d8;letter-spacing:.05em;text-transform:uppercase;font-size:.74rem;font-weight:700}.idt-repo-finding-code pre{color:#edf4ff;background:#070c15eb;border:1px solid #7e9dd33d;border-radius:.75rem;margin:0;padding:.85rem .95rem;overflow-x:auto}.idt-repo-finding-code code{font-family:var(--idt-mono);font-size:.84rem}.idt-repo-finding-remediation{gap:.35rem;display:grid}.idt-repo-finding-modal-backdrop{align-items:start;overflow-y:auto}.idt-repo-finding-detail-modal{color:#f4f8ff;background:#080d16;border:1px solid #7e9dd352;border-radius:.9rem;width:min(100%,74rem);max-height:calc(100dvh - 2rem);margin:auto 0;overflow:hidden;box-shadow:0 24px 80px #0000008f}.idt-repo-finding-detail-modal-header{border-bottom:1px solid #7e9dd33d;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.idt-repo-finding-modal-close{flex:none}.idt-repo-finding-detail-modal-body{gap:1rem;max-height:calc(100dvh - 9rem);padding:1rem;display:grid;overflow-y:auto}.idt-repo-finding-detail-pills{flex-wrap:wrap;gap:.5rem;display:flex}.idt-repo-finding-detail-pills>span:not(.idt-repo-finding-severity):not(.idt-repo-finding-status){color:#dce9ff;border:1px solid #7e9dd33d;border-radius:999px;align-items:center;padding:.24rem .58rem;font-size:.74rem;font-weight:700;display:inline-flex}.idt-repo-finding-detail-section{background:#0509118f;border:1px solid #7e9dd333;border-radius:.8rem;gap:.7rem;padding:1rem;display:grid}.idt-repo-finding-section-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.idt-repo-finding-section-head h4{margin:0}.idt-repo-finding-section-head p{margin:.2rem 0 0}.idt-repo-remediation-preview{gap:.55rem;padding-top:.35rem;display:grid}.idt-repo-remediation-preview h5{color:#f4f8ff;margin:0;font-size:.98rem}.idt-repo-remediation-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.idt-repo-remediation-preview strong{color:#dce9ff}.idt-repo-remediation-preview ul{margin:.35rem 0 0;padding-left:1.05rem}.idt-repo-remediation-preview li{color:#ccdaef;margin-bottom:.22rem}.idt-repo-remediation-publish{gap:.65rem;margin-top:.25rem;display:grid}.idt-repo-remediation-publish label{color:#dce9ff;gap:.3rem;font-size:.85rem;font-weight:700;display:grid}.idt-repo-remediation-publish textarea{resize:vertical;min-height:8rem;font-family:var(--idt-mono);font-size:.82rem;line-height:1.45}.idt-repo-remediation-approval{grid-template-columns:auto minmax(0,1fr);justify-content:start;align-items:center;display:grid}.idt-repo-remediation-approval input{width:1rem;height:1rem}@media (width<=960px){.idt-repo-findings-header,.idt-repo-finding-row-top{flex-direction:column}.idt-repo-finding-stats,.idt-repo-finding-filters,.idt-repo-finding-layout,.idt-repo-finding-facts,.idt-repo-remediation-preview-grid{grid-template-columns:1fr}.idt-repo-finding-trend-meta{flex-direction:column}}.idt-empty-panel,.idt-error-panel{background:#fff;border:1px solid #e5e5e5;border-radius:8px}.idt-passwordless-hero h1{max-width:780px;font-size:clamp(2.15rem,4vw,4.4rem);line-height:.98}.idt-auth-mfa-subtitle{max-width:25rem;color:var(--auth-muted,#525252);text-align:center;overflow-wrap:anywhere;margin:-.35rem 0 .15rem;font-size:.95rem;line-height:1.4}.idt-auth-mfa-full{width:100%}.idt-auth-mfa-setup{justify-items:center;gap:.75rem;display:grid}.idt-auth-mfa-qr{object-fit:contain;background:#fff;border:1px solid #e5e5e5;border-radius:8px;width:11rem;height:11rem}.idt-auth-mfa-secret{color:#171717;text-align:center;overflow-wrap:anywhere;background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;width:100%;padding:.7rem;font-size:.82rem;line-height:1.45}.idt-auth-mfa-form{width:100%;box-shadow:none;background:0 0;border:0;border-radius:0;gap:.7rem;margin-top:0;padding:0;display:grid}.idt-auth-mfa-form input,html[data-theme=light] .idt-auth-mfa-form input{text-align:center;font-variant-numeric:tabular-nums;letter-spacing:.32em;border-radius:8px;min-height:3.45rem;padding-left:.32em;font-size:1.35rem}.idt-auth-mfa-form input::placeholder{letter-spacing:.32em}.idt-auth-mfa-form .idt-btn{min-height:3.35rem}.idt-dev-mode-banner{color:#525252;background:#fafafa;border:1px solid #e5e5e5;border-radius:999px;width:fit-content;margin:0;padding:.25rem .58rem;font-size:.78rem;font-weight:600;line-height:1.2}.idt-passwordless-page{gap:1rem;width:min(100% - 2rem,1120px);margin:2rem auto 4rem;display:grid}.idt-passwordless-hero{background:linear-gradient(#080f1929,#080f19db),url(/identrail-logo.png) 50% 18%/156px no-repeat,#0f1e2d;border-radius:8px;align-content:end;gap:1rem;min-height:460px;padding:clamp(1.25rem,4vw,3rem);display:grid}.idt-passwordless-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.idt-passwordless-grid article,.idt-security-overview article,.idt-session-row{background:#0a111ed1;border:1px solid #7897cf42;border-radius:8px;padding:1rem}.idt-passwordless-grid span{color:#8bceb3;font-weight:900}.idt-empty-panel,.idt-error-panel{padding:1rem}.idt-error-panel{border-color:#dc818161}.idt-account-security-page{max-width:1040px}.idt-security-overview{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.idt-security-section-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.idt-session-stack{gap:.75rem;display:grid}.idt-session-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.idt-session-title{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.idt-session-title span{color:#dffbed;background:#091819c7;border:1px solid #8bceb366;border-radius:999px;padding:.15rem .45rem;font-size:.78rem;font-weight:800}.idt-workspace-admin{gap:1rem;display:grid}.idt-workspace-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;display:grid}.idt-workspace-stats article{background:#080e1980;border:1px solid #82a0d647;border-radius:.7rem;padding:.75rem}.idt-workspace-stats h3{margin:0;font-size:1.45rem}.idt-workspace-stats p{color:#c2d4f0;margin:.2rem 0 0}.idt-workspace-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.idt-workspace-switcher{gap:.55rem;display:grid}.idt-workspace-switcher label,.idt-workspace-member-toolbar label,.idt-workspace-inline-fields label{gap:.3rem;display:grid}.idt-workspace-switcher select,.idt-workspace-inline-fields select,.idt-workspace-member-toolbar select,.idt-workspace-member-toolbar input,.idt-workspace-table select{color:#e4efff;background:#090f1ad6;border:1px solid #7e9dd359;border-radius:.55rem;padding:.5rem .6rem}.idt-workspace-inline-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.idt-workspace-member-toolbar{grid-template-columns:2fr 1fr 1fr;gap:.7rem;display:grid}.idt-workspace-table-wrap{border:1px solid #82a0d647;border-radius:.7rem;overflow-x:auto}.idt-workspace-table{border-collapse:collapse;width:100%;min-width:760px}.idt-workspace-table th,.idt-workspace-table td{text-align:left;border-bottom:1px solid #82a0d633;padding:.62rem .68rem}.idt-workspace-table th{color:#9fb8de;text-transform:uppercase;letter-spacing:.06em;font-size:.82rem}.idt-workspace-table td{vertical-align:middle}.idt-workspace-table td span{color:#adbfdd;font-size:.84rem;display:block}.idt-workspace-actions{gap:.4rem;display:inline-flex}.idt-projects-page,.idt-projects-list,.idt-project-composer,.idt-project-card-list{gap:1rem;display:grid}.idt-projects-header,.idt-projects-section-header,.idt-project-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.idt-projects-header h2,.idt-projects-section-header h3,.idt-project-card h4{margin-bottom:.4rem}.idt-projects-header p,.idt-projects-section-header p,.idt-project-card p{color:#c9d8ee;margin:0}.idt-projects-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;display:grid}.idt-projects-summary article,.idt-projects-list,.idt-project-composer,.idt-project-card,.idt-project-card-meta div{background:#080e1985;border:1px solid #82a0d647;border-radius:.7rem}.idt-projects-summary article,.idt-project-card,.idt-project-card-meta div{padding:.75rem}.idt-projects-list,.idt-project-composer{align-content:start;padding:1rem}.idt-projects-summary span{font-family:var(--idt-display);color:#f2f7ff;font-size:1.2rem;line-height:1.2;display:block}.idt-projects-summary p{color:#c2d4f0;margin:.2rem 0 0}.idt-projects-grid{grid-template-columns:minmax(0,1.4fr) minmax(300px,.95fr);align-items:start;gap:1rem;display:grid}.idt-project-card{gap:.85rem}.idt-project-card h4{margin-top:0}.idt-project-card p{line-height:1.5}.idt-project-card-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin:0;display:grid}.idt-project-card-meta dt{color:#9fb8de;letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:800}.idt-project-card-meta dd{color:#e1ebfb;margin:.15rem 0 0}.idt-project-inline-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.idt-source-onboarding{gap:1rem;display:grid}.idt-source-onboarding-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.idt-source-onboarding-header h2,.idt-source-config-header h3{margin-bottom:.4rem}.idt-source-onboarding-header p,.idt-source-config-header p{color:#c9d8ee;margin:0}.idt-source-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;display:grid}.idt-source-summary article{background:#080e1985;border:1px solid #82a0d647;border-radius:.7rem;padding:.75rem}.idt-source-summary span{font-family:var(--idt-display);color:#f2f7ff;font-size:1.2rem;line-height:1.2;display:block}.idt-source-summary p{color:#c2d4f0;margin:.2rem 0 0}.idt-source-stepper{grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.idt-source-stepper li{color:#91a9cf;background:#070c168f;border:1px solid #82a0d63d;border-radius:.65rem;padding:.55rem;font-size:.84rem;font-weight:700}.idt-source-stepper li.is-active{color:#eaf3ff;background:#204e4147;border-color:#b8f3d675}.idt-source-stepper span{background:#82a0d62e;border-radius:999px;place-items:center;width:1.35rem;height:1.35rem;margin-right:.35rem;display:inline-grid}.idt-source-wizard-grid{grid-template-columns:minmax(250px,.75fr) minmax(0,1.6fr);align-items:start;gap:1rem;display:grid}.idt-source-picker{gap:.65rem;display:grid}.idt-source-card{appearance:none;text-align:left;color:#e7f0ff;cursor:pointer;background:#080e199e;border:1px solid #82a0d647;border-radius:.7rem;gap:.45rem;width:100%;padding:.8rem;transition:border-color .18s,background-color .18s,transform .18s;display:grid}.idt-source-card:hover,.idt-source-card:focus-visible,.idt-source-card.is-selected{background:#0f1f27c7;border-color:#b8f3d694;transform:translateY(-1px)}.idt-source-card.is-unavailable,.idt-source-card:disabled{cursor:not-allowed;opacity:.72}.idt-source-card.is-unavailable:hover,.idt-source-card.is-unavailable:focus-visible,.idt-source-card.is-unavailable.is-selected{background:#25171bb8;border-color:#ef44445c;transform:none}.idt-source-card strong{font-family:var(--idt-display);text-transform:uppercase;font-size:1.05rem}.idt-source-card small{color:#afc2df;line-height:1.45}.idt-source-card-topline,.idt-source-config-header{justify-content:space-between;align-items:flex-start;gap:.7rem;display:flex}.idt-source-card-topline>span:first-child{color:#95afd8;letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:800}.idt-source-status-pill{white-space:nowrap;color:#cbd9ef;background:#0a1220c7;border:1px solid #82a0d64d;border-radius:999px;justify-content:center;align-items:center;padding:.22rem .5rem;font-size:.72rem;font-weight:800;line-height:1.2;display:inline-flex}.idt-source-status-pill.is-success{color:#dffce9;background:#1c593257;border-color:#5bc77b70}.idt-source-status-pill.is-warning{color:#fff0c4;background:#684b1657;border-color:#dda73e75}.idt-source-status-pill.is-error{color:#ffd2d2;background:#5d1f235c;border-color:#dc73737a}.idt-source-config{background:#070c168a;border:1px solid #82a0d642;border-radius:.7rem;gap:.9rem;padding:1rem;display:grid}.idt-source-meta{grid-template-columns:1.4fr .7fr .9fr;gap:.65rem;margin:0;display:grid}.idt-source-meta div{background:#090f1aa3;border:1px solid #82a0d63d;border-radius:.65rem;padding:.65rem}.idt-source-meta dt{color:#9fb8de;letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:800}.idt-source-meta dd{color:#e1ebfb;margin:.15rem 0 0}.idt-source-form-stack{gap:.9rem;display:grid}.idt-source-inline-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.idt-app-form textarea,.idt-app-form select{color:#e4efff;background:#090f1ad6;border:1px solid #7e9dd359;border-radius:.55rem;padding:.5rem .6rem}.idt-app-form textarea{resize:vertical;min-height:5.5rem}.idt-source-install-card,.idt-source-advanced{background:#0c1623b3;border:1px solid #82a0d647;border-radius:.7rem;padding:.8rem}.idt-source-install-card{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.idt-source-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.idt-source-install-card h4,.idt-source-install-card p{margin:0}.idt-source-install-card p{color:#c2d4f0}.idt-source-primary-copy{align-self:center;gap:.55rem;min-width:0;display:grid}.idt-source-primary-copy h4{line-height:1.15}.idt-source-primary-copy>p:not(.idt-app-kicker){max-width:44ch;line-height:1.45}.idt-source-advanced summary{cursor:pointer;color:#dce9fb;font-weight:800}.idt-source-advanced .idt-source-inline-fields,.idt-source-advanced label{margin-top:.75rem}.idt-permission-preview-modal{width:min(100%,720px);max-height:min(82vh,760px);box-shadow:var(--idt-shadow);background:#0d1422;border:1px solid #7e9dd36b;border-radius:.8rem;padding:1rem;overflow:auto}.idt-permission-preview-modal header,.idt-permission-preview-list article{justify-content:space-between;gap:1rem;display:flex}.idt-permission-preview-modal header{align-items:start;margin-bottom:1rem}.idt-permission-preview-modal h3,.idt-permission-preview-modal p,.idt-permission-preview-list strong{margin:0}.idt-icon-btn{color:#e4efff;background:#090f1ad6;border:1px solid #7e9dd359;border-radius:999px;width:2rem;height:2rem;font-weight:800}.idt-permission-preview-list{gap:.75rem;display:grid}.idt-permission-preview-list article{background:#0c1623b3;border:1px solid #7e9dd342;border-radius:.7rem;align-items:start;padding:.75rem}.idt-permission-preview-list p{color:#c2d4f0}.idt-permission-preview-list code{white-space:normal;color:#b9d3ff;max-width:48%}.idt-permission-tier-list{gap:1rem;display:grid}.idt-permission-tier{background:#0c16238c;border:1px solid #7e9dd342;border-radius:.7rem;gap:.6rem;padding:.85rem;display:grid}.idt-permission-tier[data-tier=write]{border-color:#d6820580}.idt-permission-tier-header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.idt-permission-tier-badges{gap:.4rem;display:inline-flex}.idt-permission-tier .idt-badge{color:#c2d4f0;border:1px solid #7e9dd366;border-radius:999px;padding:.1rem .55rem;font-size:.72rem}.idt-source-diagnostics{gap:.55rem;display:grid}.idt-source-diagnostics>p{color:#c8d8ef;margin:0}.idt-source-diagnostics article{background:#090f1a9e;border:1px solid #82a0d63d;border-radius:.65rem;padding:.65rem}.idt-source-diagnostics strong,.idt-source-diagnostics span,.idt-source-diagnostics small{display:block}.idt-source-diagnostics span{color:#b8f3d6;text-transform:uppercase;margin-top:.15rem;font-size:.78rem;font-weight:800}.idt-source-diagnostics p,.idt-source-diagnostics small{color:#c6d5ec;margin:.3rem 0 0}.idt-source-diagnostics .idt-source-status-pill{margin-top:0;display:inline-flex}.idt-source-diagnostics .idt-source-status-pill.is-neutral{color:#cbd9ef;background:#0a1220c7;border-color:#82a0d64d}.idt-source-connection-body{gap:.65rem;display:grid}.idt-source-connection-body p{margin:0}.idt-scan-limits-details,.idt-source-compact-details,.idt-github-posture-details{padding:0;overflow:hidden}.idt-scan-limits-details summary,.idt-source-compact-details summary,.idt-github-posture-details summary{justify-content:space-between;align-items:center;gap:1rem;padding:.85rem .95rem;list-style:none;display:flex}.idt-scan-limits-details summary::-webkit-details-marker{display:none}.idt-source-compact-details summary::-webkit-details-marker{display:none}.idt-github-posture-details summary::-webkit-details-marker{display:none}.idt-scan-limits-details summary:after,.idt-source-compact-details summary:after,.idt-github-posture-details summary:after{content:"";color:#e5eefc;border-bottom:2px solid;border-right:2px solid;flex:none;width:.62rem;height:.62rem;transition:transform .16s;transform:rotate(45deg)}.idt-scan-limits-details[open] summary:after,.idt-source-compact-details[open] summary:after,.idt-github-posture-details[open] summary:after{transform:rotate(225deg)}.idt-scan-limits-details summary span,.idt-source-compact-details summary span,.idt-github-posture-details summary span{text-transform:none;gap:.18rem;min-width:0;display:grid}.idt-scan-limits-details summary strong,.idt-source-compact-details summary strong,.idt-github-posture-details summary strong{color:#f2f7ff}.idt-scan-limits-details summary small,.idt-source-compact-details summary small,.idt-github-posture-details summary small{color:#9fb8de;font-size:.82rem;font-weight:700;line-height:1.35}.idt-scan-limits-details .idt-source-inline-fields,.idt-source-compact-details .idt-source-connection-body,.idt-github-posture-details .idt-github-posture-checks{border-top:1px solid #82a0d633;margin-top:0;padding:.85rem .95rem}.idt-source-chip-list{flex-wrap:wrap;gap:.45rem;display:flex}.idt-source-chip-list span{color:#dce9fb;text-transform:none;overflow-wrap:anywhere;background:#090f1a94;border:1px solid #82a0d63d;border-radius:999px;max-width:100%;padding:.28rem .55rem;font-size:.8rem;font-weight:800;display:inline-flex}.idt-github-posture-card{gap:.75rem;display:grid}.idt-github-posture-card-head{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.idt-github-posture-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem;margin:0;display:grid}.idt-github-posture-stats div{background:#090f1a6b;border:1px solid #82a0d62e;border-radius:.55rem;min-width:0;padding:.5rem}.idt-github-posture-stats dt{color:#9fb8de;text-transform:uppercase;font-size:.7rem;font-weight:900}.idt-github-posture-stats dd{color:#f2f7ff;margin:.18rem 0 0;font-size:1rem;font-weight:900}.idt-github-posture-rate-limit{margin:.75rem 0 0;padding:0 .95rem}.idt-github-posture-checks{gap:.55rem;display:grid}.idt-repo-scan-launch{gap:.85rem}.idt-repo-scan-launch-card{align-items:flex-start}.idt-repo-scan-launch-card .idt-btn{white-space:nowrap;min-width:9rem}.idt-repo-scan-activity>p{color:#dce9fb;margin:0;font-weight:800}.idt-repo-scan-activity article{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.15rem .75rem;display:grid}.idt-repo-scan-activity .idt-source-status-pill{justify-self:end;display:inline-flex}.idt-repo-scan-activity article p,.idt-repo-scan-activity article small{grid-column:1/-1}.idt-repo-scan-activity .idt-repo-scan-cancel{grid-column:1/-1;justify-self:start;min-width:7.5rem;margin-top:.25rem}@media (width<=980px){.idt-passwordless-grid{grid-template-columns:1fr}.idt-workspace-stats,.idt-workspace-admin-grid,.idt-projects-summary,.idt-source-summary,.idt-source-meta,.idt-overview-metrics,.idt-executive-report-metrics,.idt-settings-counts,.idt-settings-facts{grid-template-columns:1fr 1fr}.idt-workspace-member-toolbar,.idt-projects-grid,.idt-source-wizard-grid,.idt-overview-grid,.idt-executive-report-grid,.idt-executive-narrative,.idt-settings-grid{grid-template-columns:1fr}}@media (width<=720px){.idt-security-overview{grid-template-columns:1fr}.idt-session-row,.idt-security-section-header{display:grid}.idt-workspace-stats,.idt-workspace-admin-grid,.idt-workspace-inline-fields,.idt-projects-summary,.idt-project-inline-fields,.idt-project-card-meta,.idt-source-summary,.idt-source-stepper,.idt-source-inline-fields,.idt-source-meta,.idt-overview-metrics,.idt-executive-report-metrics,.idt-settings-counts,.idt-settings-facts{grid-template-columns:1fr}.idt-projects-header,.idt-projects-section-header,.idt-project-card-header,.idt-source-onboarding-header,.idt-source-config-header,.idt-source-install-card,.idt-overview-header,.idt-executive-report-header,.idt-executive-report-section-header,.idt-settings-header,.idt-overview-card-header,.idt-settings-card-header,.idt-overview-risk-row,.idt-overview-scan-row,.idt-executive-severity-list article,.idt-executive-type-list article{display:grid}.idt-github-posture-stats{grid-template-columns:1fr}}html[data-theme=light] .idt-app-shell-header,html[data-theme=light] .idt-app-panel{background:linear-gradient(165deg,#fcfefffa,#f3f9fff0);border-color:#23406f33}html[data-theme=light] .idt-app-shell-nav a{color:#24406e;background:#eff6fff2;border-color:#23406f3b}html[data-theme=light] .idt-app-shell-nav a.active{color:#12284c;background:#dbe8ff;border-color:#dbe8ff}html[data-theme=light] .idt-app-kicker{color:#5473a4}html[data-theme=light] .idt-app-form label{color:#2b456c}html[data-theme=light] .idt-app-form input{color:#1c355d;background:#fff;border-color:#2a477752}html[data-theme=light] .idt-app-empty-state{background:#eff6ffed;border-color:#2a477752}html[data-theme=light] .idt-app-alert{color:#15345e;background:#ecf5fff5;border-color:#2a477745}html[data-theme=light] .idt-app-alert-error{color:#7e1f1f;border-color:#ba474759}html[data-theme=light] .idt-app-alert-success{color:#1e5a31;border-color:#2c7a4659}html[data-theme=light] .idt-overview-header p,html[data-theme=light] .idt-settings-header p,html[data-theme=light] .idt-overview-card p,html[data-theme=light] .idt-settings-card p,html[data-theme=light] .idt-overview-metrics p,html[data-theme=light] .idt-overview-risk-row p,html[data-theme=light] .idt-overview-scan-row p,html[data-theme=light] .idt-overview-projects span,html[data-theme=light] .idt-overview-actions span,html[data-theme=light] .idt-settings-route-grid span,html[data-theme=light] .idt-overview-projects small{color:#35598d}html[data-theme=light] .idt-overview-metrics article,html[data-theme=light] .idt-settings-counts article,html[data-theme=light] .idt-overview-card,html[data-theme=light] .idt-settings-card,html[data-theme=light] .idt-overview-projects a,html[data-theme=light] .idt-overview-actions a,html[data-theme=light] .idt-settings-route-grid a,html[data-theme=light] .idt-overview-risk-row,html[data-theme=light] .idt-overview-scan-row,html[data-theme=light] .idt-settings-facts div{background:#f5fafff2;border-color:#2a47773d}html[data-theme=light] .idt-overview-metrics span,html[data-theme=light] .idt-settings-counts span,html[data-theme=light] .idt-settings-facts dt{color:#385f95}html[data-theme=light] .idt-overview-metrics strong,html[data-theme=light] .idt-settings-counts strong,html[data-theme=light] .idt-overview-risk-row strong,html[data-theme=light] .idt-overview-scan-row strong,html[data-theme=light] .idt-overview-projects strong,html[data-theme=light] .idt-overview-actions strong,html[data-theme=light] .idt-settings-route-grid strong,html[data-theme=light] .idt-settings-facts dd{color:#1c355d}html[data-theme=light] .idt-executive-report-header p,html[data-theme=light] .idt-executive-report-section p,html[data-theme=light] .idt-executive-report-metrics p,html[data-theme=light] .idt-executive-narrative p{color:#35598d}html[data-theme=light] .idt-executive-report-metrics article,html[data-theme=light] .idt-executive-report-section,html[data-theme=light] .idt-executive-severity-list article,html[data-theme=light] .idt-executive-type-list article,html[data-theme=light] .idt-executive-narrative article{background:#f5fafff2;border-color:#2a47773d}html[data-theme=light] .idt-executive-report-metrics span,html[data-theme=light] .idt-executive-severity-list span,html[data-theme=light] .idt-executive-type-list span{color:#385f95}html[data-theme=light] .idt-executive-report-metrics strong,html[data-theme=light] .idt-executive-severity-list strong,html[data-theme=light] .idt-executive-type-list strong,html[data-theme=light] .idt-executive-narrative strong{color:#1c355d}html[data-theme=light] .idt-executive-report-section-header a{color:#1f4f96}html[data-theme=light] .idt-executive-report-scope{color:#385f95}html[data-theme=light] .idt-overview-card-header a,html[data-theme=light] .idt-settings-card-header a{color:#1f4f96}html[data-theme=light] .idt-overview-projects a:hover,html[data-theme=light] .idt-overview-projects a:focus-visible,html[data-theme=light] .idt-overview-actions a:hover,html[data-theme=light] .idt-overview-actions a:focus-visible,html[data-theme=light] .idt-settings-route-grid a:hover,html[data-theme=light] .idt-settings-route-grid a:focus-visible{background:#e0f4ebf2;border-color:#217c5352}@media print{@page{margin:.55in}html,body,.idt-site,#main-content,.idt-app-shell-screen,.idt-executive-report-shell{color:#111827!important;background:#fff!important}.idt-skip,.idt-site>header,.idt-app-shell-header,.idt-app-shell-nav,.idt-executive-report-actions{display:none!important}.idt-executive-report-shell{min-height:auto;padding:0;display:block}.idt-app-panel,.idt-executive-report-page,.idt-executive-report-metrics article,.idt-executive-report-section,.idt-executive-severity-list article,.idt-executive-type-list article,.idt-executive-narrative article{box-shadow:none!important;background:#fff!important;border-color:#d7dee9!important}.idt-app-panel{padding:0!important}.idt-executive-report-page{width:100%}.idt-executive-report-grid,.idt-executive-narrative{grid-template-columns:repeat(2,minmax(0,1fr))}.idt-app-kicker,.idt-executive-report-header p,.idt-executive-report-section p,.idt-executive-report-metrics p,.idt-executive-report-metrics span,.idt-executive-severity-list span,.idt-executive-type-list span,.idt-executive-narrative p{color:#4b5563!important}.idt-executive-report-header h1,.idt-executive-report-section h2,.idt-executive-report-metrics strong,.idt-executive-severity-list strong,.idt-executive-type-list strong,.idt-executive-narrative strong{color:#111827!important}}html[data-theme=light] .idt-repo-finding-stat,html[data-theme=light] .idt-repo-finding-list,html[data-theme=light] .idt-repo-finding-detail,html[data-theme=light] .idt-repo-finding-trend{background:#fffffff0;border-color:#2a47772e}html[data-theme=light] .idt-repo-finding-stat span,html[data-theme=light] .idt-repo-finding-row-meta,html[data-theme=light] .idt-repo-finding-facts dt,html[data-theme=light] .idt-repo-finding-code span{color:#5473a4}html[data-theme=light] .idt-repo-finding-stat strong,html[data-theme=light] .idt-repo-finding-row-top strong,html[data-theme=light] .idt-repo-finding-facts dd{color:#12284c}html[data-theme=light] .idt-repo-finding-filters label,html[data-theme=light] .idt-repo-finding-row p{color:#2b456c}html[data-theme=light] .idt-repo-finding-filters select{color:#1c355d;background:#fff;border-color:#2a477752}html[data-theme=light] .idt-repo-finding-row{background:#f5f9fffa;border-color:#2a47772e}html[data-theme=light] .idt-repo-finding-trend{background:#fffffff5}html[data-theme=light] .idt-repo-finding-trend-subtitle,html[data-theme=light] .idt-repo-finding-trend-meta span,html[data-theme=light] .idt-repo-finding-group h4{color:#486b9d}html[data-theme=light] .idt-repo-finding-trend-meta strong{color:#132b4d}html[data-theme=light] .idt-repo-finding-trend-row p,html[data-theme=light] .idt-repo-finding-status,html[data-theme=light] .idt-repo-finding-triage-form label{color:#233f66}html[data-theme=light] .idt-repo-finding-trend-bar-track{background:#e4edf8e6;border-color:#2a477740}html[data-theme=light] .idt-repo-finding-triage-form select,html[data-theme=light] .idt-repo-finding-triage-form input,html[data-theme=light] .idt-repo-finding-triage-form textarea,html[data-theme=light] .idt-repo-finding-filters input{color:#1c355d;background:#fff;border-color:#2a477752}html[data-theme=light] .idt-repo-finding-row:hover,html[data-theme=light] .idt-repo-finding-row:focus-visible,html[data-theme=light] .idt-repo-finding-row.is-selected{background:#e8f1fffa;border-color:#4b6ea773}html[data-theme=light] .idt-repo-finding-link{color:#1f4f96}html[data-theme=light] .idt-repo-finding-code pre{background:#0f1724;border-color:#2a47772e}html[data-theme=light] .idt-empty-panel,html[data-theme=light] .idt-error-panel,html[data-theme=light] .idt-passwordless-grid article,html[data-theme=light] .idt-security-overview article,html[data-theme=light] .idt-session-row{background:#fafdfffa;border-color:#23406f33}html[data-theme=light] .idt-dev-mode-banner{color:#525252;background:#fafafa;border-color:#e5e5e5}.idt-site-auth,html[data-theme=light] .idt-site-auth{background:#000;min-height:100svh}.idt-site-auth>main{min-height:100svh}.idt-auth-page,html[data-theme=light] .idt-auth-page{--auth-bg:#000;--auth-surface:#0a0a0a;--auth-surface-strong:#111;--auth-text:#ededed;--auth-muted:#a1a1a1;--auth-muted-soft:#737373;--auth-line:#2a2a2a;--auth-line-strong:#333;--auth-link:#3291ff;--auth-button-muted:#0a0a0a;--auth-button-muted-hover:#111;--auth-github:#24292f;--auth-focus:#3291ff7a;width:100%;min-height:100svh;color:var(--auth-text);background:var(--auth-bg);grid-template-rows:auto 1fr auto;place-items:center;padding:1.45rem 1.55rem 1.7rem;display:grid;position:relative}.idt-auth-page[data-auth-theme=light],html[data-theme=light] .idt-auth-page[data-auth-theme=light]{--auth-bg:#fff;--auth-surface:#fff;--auth-surface-strong:#fafafa;--auth-text:#171717;--auth-muted:#666;--auth-muted-soft:#8a8a8a;--auth-line:#eaeaea;--auth-line-strong:#d4d4d4;--auth-link:#0070f3;--auth-button-muted:#fff;--auth-button-muted-hover:#fafafa;--auth-github:#24292f;--auth-focus:#0070f357}.idt-auth-topbar{z-index:2;justify-content:space-between;align-items:center;gap:1rem;width:min(100%,112rem);max-width:calc(100vw - 6rem);display:flex;position:relative}.idt-auth-logo{min-width:0;color:var(--auth-text);align-items:center;gap:.55rem;text-decoration:none;display:inline-flex}.idt-auth-logo img{background:#0e0e11;border-radius:7px;width:1.75rem;height:1.75rem;box-shadow:0 0 0 1px #ffffff38}.idt-auth-logo span{color:var(--auth-text);font-family:var(--idt-display);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;font-size:1.48rem;font-weight:760;line-height:1;overflow:hidden}.idt-auth-logo.is-mark-only span{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.idt-auth-topbar-action,html[data-theme=light] .idt-auth-topbar-action{border:1px solid var(--auth-line-strong);min-height:2.45rem;color:var(--auth-text);letter-spacing:0;white-space:nowrap;background:0 0;border-radius:7px;flex:none;justify-content:center;align-items:center;padding:0 .88rem;font-size:.94rem;font-weight:500;line-height:1;text-decoration:none;transition:border-color .16s,background-color .16s;display:inline-flex}.idt-auth-topbar-action:hover,.idt-auth-topbar-action:focus-visible{border-color:var(--auth-muted);background:var(--auth-surface-strong)}.idt-auth-layout{align-self:center;justify-items:center;width:min(100%,23rem);display:grid}.idt-auth-layout[data-auth-intent=signup]{width:min(100%,39.5rem)}.idt-auth-panel,html[data-theme=light] .idt-auth-panel{width:100%;box-shadow:none;background:0 0;border:0;border-radius:0;justify-items:center;gap:1rem;margin:0;padding:0;display:grid}.idt-auth-mfa-panel,html[data-theme=light] .idt-auth-mfa-panel{gap:.95rem;width:min(100%,26.5rem)}.idt-auth-panel-signup,html[data-theme=light] .idt-auth-panel-signup{border:1px solid var(--auth-line);background:var(--auth-surface);border-radius:12px;padding:4.9rem 5.6rem 2.25rem}.idt-auth-panel h1,html[data-theme=light] .idt-auth-panel h1{max-width:29rem;color:var(--auth-text);font-family:var(--idt-display);letter-spacing:0;text-align:center;margin:0 0 1rem;font-size:2.05rem;font-weight:760;line-height:1.08}.idt-auth-panel-signup h1,html[data-theme=light] .idt-auth-panel-signup h1{margin-bottom:2.85rem;font-size:2.1rem}.idt-auth-provider-stack,.idt-auth-provider-grid{gap:.72rem;width:100%;display:grid}.idt-auth-provider,html[data-theme=light] .idt-auth-provider{border:1px solid var(--auth-line-strong);width:100%;min-height:3.5rem;color:var(--auth-text);background:var(--auth-button-muted);font-family:var(--idt-body);letter-spacing:0;cursor:pointer;isolation:isolate;border-radius:8px;grid-template-columns:1.45rem minmax(12.75rem,12.75rem) 1.45rem;justify-content:center;align-items:center;gap:.58rem;font-size:1.02rem;font-weight:500;line-height:1.2;text-decoration:none;transition:border-color .18s,background-color .18s,box-shadow .18s,color .18s,transform .18s;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0d}.idt-auth-provider:before{content:"";z-index:0;opacity:0;pointer-events:none;background:linear-gradient(105deg,#0000 5%,#ffffff1a 48%,#0000 72%);border-radius:6px;transition:opacity .22s,transform .32s;position:absolute;inset:1px;transform:translate(-35%)}.idt-auth-page[data-auth-theme=light] .idt-auth-provider:before,html[data-theme=light] .idt-auth-page[data-auth-theme=light] .idt-auth-provider:before{background:linear-gradient(105deg,#0000 5%,#0f172a0e 48%,#0000 72%)}.idt-auth-provider:after{content:"";width:1.45rem;height:1px}.idt-auth-provider>*{z-index:1;position:relative}.idt-auth-provider>span:not(.idt-auth-provider-icon){justify-self:start;min-width:0}.idt-auth-provider-plain,html[data-theme=light] .idt-auth-provider-plain{grid-template-columns:none;display:inline-flex}.idt-auth-provider-plain:after,html[data-theme=light] .idt-auth-provider-plain:after{content:none}.idt-auth-provider:hover,.idt-auth-provider:focus-visible,html[data-theme=light] .idt-auth-provider:hover,html[data-theme=light] .idt-auth-provider:focus-visible{border-color:color-mix(in srgb, var(--auth-muted) 72%, var(--auth-text));background:var(--auth-button-muted-hover);transform:translateY(-1px);box-shadow:0 14px 34px #00000057,inset 0 1px #ffffff14}.idt-auth-page[data-auth-theme=light] .idt-auth-provider:hover,.idt-auth-page[data-auth-theme=light] .idt-auth-provider:focus-visible,html[data-theme=light] .idt-auth-page[data-auth-theme=light] .idt-auth-provider:hover,html[data-theme=light] .idt-auth-page[data-auth-theme=light] .idt-auth-provider:focus-visible{box-shadow:0 14px 32px #0f172a1a,inset 0 1px #ffffffeb}.idt-auth-provider:hover:before,.idt-auth-provider:focus-visible:before{opacity:1;transform:translate(35%)}.idt-auth-provider:active{transform:translateY(0)scale(.998);box-shadow:0 8px 18px #00000038,inset 0 1px #ffffff0f}.idt-auth-provider:focus-visible,.idt-auth-topbar-action:focus-visible,.idt-auth-theme-switcher button:focus-visible,.idt-auth-footer-line a:focus-visible,.idt-auth-terms a:focus-visible,.idt-auth-legal-footer a:focus-visible{outline:2px solid var(--auth-focus);outline-offset:3px}.idt-auth-provider-google,html[data-theme=light] .idt-auth-provider-google{background:var(--auth-button-muted)}.idt-auth-page[data-auth-theme=light].idt-auth-page-signup .idt-auth-provider-github,html[data-theme=light] .idt-auth-page[data-auth-theme=light].idt-auth-page-signup .idt-auth-provider-github{border-color:var(--auth-line-strong);background:var(--auth-button-muted);color:var(--auth-text)}.idt-auth-page[data-auth-theme=light].idt-auth-page-signup .idt-auth-provider-github:hover,.idt-auth-page[data-auth-theme=light].idt-auth-page-signup .idt-auth-provider-github:focus-visible,html[data-theme=light] .idt-auth-page[data-auth-theme=light].idt-auth-page-signup .idt-auth-provider-github:hover,html[data-theme=light] .idt-auth-page[data-auth-theme=light].idt-auth-page-signup .idt-auth-provider-github:focus-visible{border-color:color-mix(in srgb, var(--auth-muted) 58%, var(--auth-line-strong));background:var(--auth-button-muted-hover)}.idt-auth-provider-dark,html[data-theme=light] .idt-auth-provider-dark{border-color:var(--auth-line-strong);color:var(--auth-text);background:var(--auth-button-muted)}.idt-auth-provider-icon{object-fit:contain;flex:none;justify-self:end;width:1.15rem;height:1.15rem}.idt-auth-provider-icon-google{color:unset;font-size:unset;font-weight:unset;background:0 0;border-radius:0;display:block}.idt-auth-provider-icon-github{opacity:1;filter:none;display:block}.idt-auth-page[data-auth-theme=dark] .idt-auth-provider-icon:not(.idt-auth-provider-icon-google){filter:brightness(0)invert()}.idt-auth-page[data-auth-theme=light] .idt-auth-provider-icon-github,html[data-theme=light] .idt-auth-page[data-auth-theme=light] .idt-auth-provider-icon-github{filter:none}@media (prefers-reduced-motion:reduce){.idt-auth-provider,.idt-auth-provider:before{transition:none}.idt-auth-provider:hover,.idt-auth-provider:focus-visible,html[data-theme=light] .idt-auth-provider:hover,html[data-theme=light] .idt-auth-provider:focus-visible,.idt-auth-provider:active{transform:none}}.idt-auth-provider-icon-sso{place-items:center;display:inline-grid}.idt-auth-provider-icon-sso svg{color:currentColor;width:1rem;height:1rem}.idt-auth-panel .idt-app-alert{border-color:var(--auth-line);background:var(--auth-surface-strong);width:100%;color:var(--auth-muted);border-radius:8px;margin:0;font-size:.9rem;line-height:1.45}.idt-auth-panel .idt-app-alert a{color:var(--auth-text);text-underline-offset:3px;font-weight:700;text-decoration:underline}.idt-auth-panel .idt-app-alert-error{color:#fecaca;background:#7f1d1d2e;border-color:#7f1d1d}.idt-auth-panel .idt-app-alert-success{color:#bbf7d0;background:#14532d38;border-color:#14532d}.idt-auth-page[data-auth-theme=light] .idt-auth-panel .idt-app-alert-error,html[data-theme=light] .idt-auth-page[data-auth-theme=light] .idt-auth-panel .idt-app-alert-error{color:#991b1b;background:#fff7f7;border-color:#fecaca}.idt-auth-page[data-auth-theme=light] .idt-auth-panel .idt-app-alert-success,html[data-theme=light] .idt-auth-page[data-auth-theme=light] .idt-auth-panel .idt-app-alert-success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.idt-auth-manual-form{border-top:1px solid var(--auth-line);width:100%;margin-top:.25rem;padding-top:1rem}.idt-auth-manual-form label,html[data-theme=light] .idt-auth-manual-form label{color:var(--auth-muted);font-size:.84rem;font-weight:500}.idt-auth-manual-form input,html[data-theme=light] .idt-auth-manual-form input{border-color:var(--auth-line-strong);background:var(--auth-button-muted);min-height:3rem;color:var(--auth-text);border-radius:8px;padding:.7rem .85rem}.idt-auth-manual-form.idt-auth-mfa-form,html[data-theme=light] .idt-auth-manual-form.idt-auth-mfa-form{box-shadow:none;background:0 0;border:0;border-radius:0;margin-top:0;padding:0}.idt-auth-manual-form.idt-auth-mfa-form input,html[data-theme=light] .idt-auth-manual-form.idt-auth-mfa-form input{text-align:center;font-variant-numeric:tabular-nums;letter-spacing:.32em;min-height:3.45rem;padding-left:.32em;font-size:1.35rem}.idt-auth-manual-form.idt-auth-mfa-form input::placeholder,html[data-theme=light] .idt-auth-manual-form.idt-auth-mfa-form input::placeholder{letter-spacing:.32em}.idt-auth-manual-form.idt-auth-mfa-form .idt-btn,html[data-theme=light] .idt-auth-manual-form.idt-auth-mfa-form .idt-btn{justify-self:center;gap:.38rem;width:fit-content;min-width:0;min-height:3.1rem;padding:.72rem 1.34rem;line-height:1.1}.idt-auth-otp{justify-content:center;width:100%;display:flex}.idt-auth-mfa-form input[data-input-otp]{caret-color:#0000!important;color:#0000!important;-webkit-text-fill-color:transparent!important;border:0!important;min-height:0!important;padding:0!important}.idt-auth-mfa-form input[data-input-otp]::selection{color:#0000!important;-webkit-text-fill-color:transparent!important;background:0 0!important}.idt-auth-mfa-form input[data-input-otp]::-moz-selection{color:#0000!important;background:0 0!important}.idt-auth-otp-group{justify-content:center;align-items:center;gap:.5rem;display:flex}.idt-auth-otp-slot,html[data-theme=light] .idt-auth-otp-slot{border:1px solid var(--auth-line-strong);background:var(--auth-button-muted);width:2.85rem;height:3.45rem;color:var(--auth-text);font-variant-numeric:tabular-nums;border-radius:10px;justify-content:center;align-items:center;font-size:1.45rem;font-weight:500;transition:border-color .15s,box-shadow .15s,background .15s;display:flex;position:relative}.idt-auth-otp-slot.is-filled,html[data-theme=light] .idt-auth-otp-slot.is-filled{border-color:color-mix(in srgb, var(--auth-text) 45%, var(--auth-line-strong))}.idt-auth-otp-slot.is-active,html[data-theme=light] .idt-auth-otp-slot.is-active{border-color:var(--idt-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--idt-accent) 28%, transparent)}.idt-auth-otp-caret{background:var(--auth-text);width:1px;height:1.45rem;animation:1s step-end infinite idt-auth-otp-caret-blink;display:block}@keyframes idt-auth-otp-caret-blink{0%,50%{opacity:1}51%,to{opacity:0}}@media (width<=380px){.idt-auth-otp-group{gap:.35rem}.idt-auth-otp-slot{width:2.4rem;height:3rem;font-size:1.25rem}}.idt-auth-page .idt-auth-footer-line,html[data-theme=light] .idt-auth-page .idt-auth-footer-line{color:var(--auth-muted);flex-wrap:wrap;justify-content:center;gap:.28rem;margin-top:1.2rem;font-size:.94rem;line-height:1.45;display:flex}.idt-auth-footer-line a,.idt-auth-terms a,.idt-auth-legal-footer a,html[data-theme=light] .idt-auth-footer-line a,html[data-theme=light] .idt-auth-terms a,html[data-theme=light] .idt-auth-legal-footer a{color:var(--auth-link);font-weight:500;text-decoration:none}.idt-auth-footer-line a:hover,.idt-auth-terms a:hover,.idt-auth-legal-footer a:hover{text-underline-offset:.18em;text-decoration:underline}.idt-auth-terms,html[data-theme=light] .idt-auth-terms{max-width:100%;color:var(--auth-muted);text-align:center;margin:4.15rem 0 0;font-size:.86rem;line-height:1.5}.idt-auth-legal-footer{z-index:2;width:100%;color:var(--auth-muted-soft);justify-content:center;gap:1rem;font-size:.78rem;line-height:1.4;display:flex;position:relative}.idt-auth-page .idt-auth-legal-footer a,html[data-theme=light] .idt-auth-page .idt-auth-legal-footer a{color:var(--auth-muted-soft)}.idt-auth-theme-switcher{z-index:4;width:2.9rem;height:2.9rem;position:absolute;bottom:clamp(.85rem,1.3vw,1.15rem);right:clamp(.85rem,1.4vw,1.25rem)}.idt-auth-theme-trigger{border:1px solid var(--auth-line);width:100%;height:100%;color:var(--auth-text);background:radial-gradient(circle at 34% 24%, color-mix(in srgb, var(--auth-text) 15%, transparent), transparent 32%), linear-gradient(145deg, color-mix(in srgb, var(--auth-surface-strong) 86%, transparent), color-mix(in srgb, var(--auth-surface) 94%, transparent)), var(--auth-surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:pointer;border-radius:50%;grid-template-columns:1fr;place-items:center;padding:0;transition:border-color .16s,background-color .16s,transform .16s,box-shadow .16s;display:grid;position:relative;box-shadow:inset 0 1px #ffffff14,inset 0 -10px 18px #0000002e,0 14px 34px #00000047}.idt-auth-theme-trigger:hover,.idt-auth-theme-trigger:focus-visible,.idt-auth-theme-trigger[aria-expanded=true]{border-color:var(--auth-muted);transform:translateY(-1px);box-shadow:inset 0 1px #ffffff1a,inset 0 -10px 18px #00000024,0 18px 42px #00000057}.idt-auth-theme-trigger-orb{border:1px solid color-mix(in srgb, var(--auth-text) 16%, transparent);width:1.55rem;height:1.55rem;color:var(--auth-text);background:linear-gradient(180deg, color-mix(in srgb, var(--auth-text) 8%, transparent), transparent), color-mix(in srgb, var(--auth-surface-strong) 88%, transparent);border-radius:50%;place-items:center;display:grid}.idt-auth-theme-icon{width:1rem;height:1rem}.idt-auth-theme-trigger>svg{width:.72rem;height:.72rem;color:var(--auth-muted);background:var(--auth-surface);border-radius:50%;transition:transform .16s;position:absolute;bottom:.16rem;right:.18rem}.idt-auth-theme-trigger[aria-expanded=true]>svg{transform:rotate(180deg)}.idt-auth-theme-menu{border:1px solid var(--auth-line);background:linear-gradient(180deg, color-mix(in srgb, var(--auth-surface-strong) 90%, transparent), color-mix(in srgb, var(--auth-surface) 94%, transparent)), var(--auth-surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:16px;gap:.2rem;width:10.5rem;padding:.35rem;display:grid;position:absolute;bottom:calc(100% + .65rem);right:0;box-shadow:inset 0 1px #ffffff12,0 18px 42px #0000005c}.idt-auth-theme-menu button{min-height:2.35rem;color:var(--auth-muted);font:inherit;letter-spacing:0;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;grid-template-columns:1rem minmax(0,1fr) .55rem;align-items:center;gap:.58rem;padding:0 .62rem;font-size:.78rem;font-weight:640;display:grid}.idt-auth-theme-option-icon{width:1rem;height:1rem}.idt-auth-theme-menu button:hover,.idt-auth-theme-menu button:focus-visible,.idt-auth-theme-menu button.is-active{color:var(--auth-text);background:var(--auth-surface-strong)}.idt-auth-theme-check{background:var(--auth-link);width:.42rem;height:.42rem;box-shadow:0 0 0 3px color-mix(in srgb, var(--auth-link) 17%, transparent);border-radius:999px;justify-self:end}@media (width<=720px){.idt-auth-page,html[data-theme=light] .idt-auth-page{padding:1.1rem 1rem 5.2rem}.idt-auth-topbar{max-width:calc(100vw - 2.5rem)}.idt-auth-layout,.idt-auth-layout[data-auth-intent=signup]{width:min(100%,23rem)}.idt-auth-panel-signup,html[data-theme=light] .idt-auth-panel-signup{padding:2.4rem 1.2rem 1.45rem}.idt-auth-panel h1,html[data-theme=light] .idt-auth-panel h1,.idt-auth-panel-signup h1,html[data-theme=light] .idt-auth-panel-signup h1{font-size:1.85rem}.idt-auth-logo span{font-size:1.1rem}.idt-auth-provider,html[data-theme=light] .idt-auth-provider{grid-template-columns:1.45rem minmax(0,11.65rem) 1.45rem;gap:.45rem}.idt-auth-theme-switcher{width:2.8rem;height:2.8rem;bottom:1rem;right:1rem}}@media (width<=360px){.idt-auth-provider,html[data-theme=light] .idt-auth-provider{grid-template-columns:1.35rem minmax(0,11.05rem) 1.35rem;font-size:.96rem}.idt-auth-provider:after{width:1.35rem}}html[data-theme=light] .idt-passwordless-hero{background:linear-gradient(#f8fcff1f,#ecf6fff0),url(/identrail-logo.png) 50% 18%/156px no-repeat,#edf6ff}html[data-theme=light] .idt-session-title span{color:#1e5a31;background:#e8f8eef5}html[data-theme=light] .idt-workspace-stats article{background:#f5fafff2;border-color:#2a47773d}html[data-theme=light] .idt-workspace-stats p,html[data-theme=light] .idt-projects-header p,html[data-theme=light] .idt-projects-section-header p,html[data-theme=light] .idt-project-card p,html[data-theme=light] .idt-projects-summary p{color:#35598d}html[data-theme=light] .idt-projects-summary article,html[data-theme=light] .idt-projects-list,html[data-theme=light] .idt-project-composer,html[data-theme=light] .idt-project-card,html[data-theme=light] .idt-project-card-meta div{background:#f5fafff2;border-color:#2a47773d}html[data-theme=light] .idt-projects-summary span,html[data-theme=light] .idt-project-card-meta dd{color:#1c355d}html[data-theme=light] .idt-project-card-meta dt{color:#385f95}html[data-theme=light] .idt-workspace-switcher select,html[data-theme=light] .idt-workspace-inline-fields select,html[data-theme=light] .idt-workspace-member-toolbar select,html[data-theme=light] .idt-workspace-member-toolbar input,html[data-theme=light] .idt-workspace-table select,html[data-theme=light] .idt-project-inline-fields input{color:#1c355d;background:#fff;border-color:#2a477752}html[data-theme=light] .idt-workspace-table-wrap{border-color:#2a477745}html[data-theme=light] .idt-workspace-table th{color:#385f95}html[data-theme=light] .idt-workspace-table td span{color:#5a78a6}html[data-theme=light] .idt-source-summary article,html[data-theme=light] .idt-source-card,html[data-theme=light] .idt-source-config,html[data-theme=light] .idt-source-meta div,html[data-theme=light] .idt-source-install-card,html[data-theme=light] .idt-source-advanced,html[data-theme=light] .idt-source-diagnostics article,html[data-theme=light] .idt-github-posture-stats div,html[data-theme=light] .idt-permission-preview-modal,html[data-theme=light] .idt-permission-preview-list article,html[data-theme=light] .idt-icon-btn{background:#f5fafff2;border-color:#2a47773d}html[data-theme=light] .idt-source-onboarding-header p,html[data-theme=light] .idt-source-config-header p,html[data-theme=light] .idt-source-summary p,html[data-theme=light] .idt-source-card small,html[data-theme=light] .idt-source-install-card p,html[data-theme=light] .idt-source-diagnostics>p,html[data-theme=light] .idt-repo-scan-activity>p,html[data-theme=light] .idt-source-diagnostics p,html[data-theme=light] .idt-source-diagnostics small,html[data-theme=light] .idt-permission-preview-list p{color:#35598d}html[data-theme=light] .idt-icon-btn,html[data-theme=light] .idt-permission-preview-list code{color:#17345f}html[data-theme=light] .idt-source-summary span,html[data-theme=light] .idt-source-card,html[data-theme=light] .idt-source-meta dd,html[data-theme=light] .idt-source-advanced summary{color:#1c355d}html[data-theme=light] .idt-source-card:hover,html[data-theme=light] .idt-source-card:focus-visible,html[data-theme=light] .idt-source-card.is-selected,html[data-theme=light] .idt-source-stepper li.is-active{color:#173b2b;background:#e0f4ebf2;border-color:#217c5352}html[data-theme=light] .idt-source-card.is-unavailable,html[data-theme=light] .idt-source-card.is-unavailable:hover,html[data-theme=light] .idt-source-card.is-unavailable:focus-visible,html[data-theme=light] .idt-source-card.is-unavailable.is-selected{color:#6f1d1b;background:#fff1f2f2;border-color:#b91c1c3d}html[data-theme=light] .idt-source-stepper li{color:#42679a;background:#eff6fff2;border-color:#2a477738}html[data-theme=light] .idt-source-card-topline>span:first-child,html[data-theme=light] .idt-source-meta dt,html[data-theme=light] .idt-github-posture-stats dt,html[data-theme=light] .idt-scan-limits-details summary small,html[data-theme=light] .idt-source-compact-details summary small,html[data-theme=light] .idt-github-posture-details summary small{color:#4c6f9f}html[data-theme=light] .idt-github-posture-stats dd,html[data-theme=light] .idt-scan-limits-details summary strong,html[data-theme=light] .idt-source-compact-details summary strong,html[data-theme=light] .idt-github-posture-details summary strong,html[data-theme=light] .idt-source-chip-list span{color:#17345f}html[data-theme=light] .idt-source-chip-list span{background:#ffffffeb;border-color:#2a47773d}html[data-theme=light] .idt-app-form textarea,html[data-theme=light] .idt-app-form select{color:#1c355d;background:#fff;border-color:#2a477752}html[data-theme=light] .idt-source-diagnostics span{color:#246b46}:root{--idt-premium-ink:#050607;--idt-premium-panel:#0c1012;--idt-premium-panel-strong:#111717;--idt-premium-line:#e5ecde29;--idt-premium-line-strong:#e5ecde47;--idt-premium-text:#f4f5ef;--idt-premium-muted:#b6c1b6;--idt-premium-mint:#b8f3d6;--idt-premium-copper:#f1b36d;--idt-premium-rose:#ff928c;--idt-premium-sky:#a8c7ff}body{background:linear-gradient(#ffffff07 1px,#0000 1px) 0 0/56px 56px,linear-gradient(90deg,#ffffff06 1px,#0000 1px) 0 0/56px 56px,linear-gradient(#050607 0%,#080b0c 44%,#0c1110 100%)}.idt-header{background:#050708e6;border-bottom-color:#e5ecde24}.idt-nav a{letter-spacing:.04em}.idt-hero{isolation:isolate;background:linear-gradient(115deg,#b8f3d617,#0000 28%),linear-gradient(160deg,#f1b36d12,#0000 34%),linear-gradient(#ffffff06,#0000 58%);border-bottom:1px solid #e5ecde1f;padding:4.6rem 0 3.4rem;position:relative;overflow:hidden}.idt-hero:before{content:"";z-index:-1;opacity:.16;background-color:#0000;background-image:linear-gradient(90deg,#e5ecde14 1px,#0000 1px),linear-gradient(#e5ecde0f 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:84px 84px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.idt-hero-grid{grid-template-columns:minmax(0,.88fr) minmax(440px,1.12fr);align-items:center}.idt-hero-copy h1{max-width:13.5ch;color:var(--idt-premium-text);letter-spacing:0;font-size:4.95rem;line-height:.96}.idt-lead{color:#e6ebe1c7;max-width:62ch;font-size:1.08rem;line-height:1.7}.idt-hero-metrics{border-top:1px solid #e5ecde26;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin:1.35rem 0 0;padding:1rem 0 0;display:grid}.idt-hero-metrics div{min-width:0}.idt-hero-metrics dd{color:#f0f2eb;margin:.2rem 0 0;font-size:.88rem;font-weight:700;line-height:1.35}.idt-hero-trust-cues li{color:#e2e8dec2;background:#0d1212b8;border-color:#e5ecde2e;border-radius:8px}.idt-hero .idt-btn-primary{color:#09100d;background:#edf3e6;border-color:#edf3e6;box-shadow:0 18px 42px #00000047}.idt-hero .idt-btn-dark{color:#edf3e6;background:#0c1212c2;border-color:#e5ecde33}.idt-graph-visual{background:linear-gradient(145deg,#b8f3d614,#0000 34%),linear-gradient(165deg,#0c1112fa,#060809fa);border-color:#e5ecde2e;border-radius:8px;box-shadow:0 28px 80px #0000005c}.idt-hero-graph-canvas{background:linear-gradient(160deg,#b8f3d612,#0000 38%),linear-gradient(#ffffff09,#ffffff04);border-color:#e5ecde21;border-radius:8px}.idt-hero-graph-caption{background:#090d0ef0;border-color:#e5ecde2e;border-radius:8px}.idt-hero-graph-title,.idt-finding-label,.idt-command-label{letter-spacing:.11em}.idt-proof-architecture-list,.idt-problem-signals{grid-template-columns:repeat(4,minmax(0,1fr))}.idt-proof-architecture-item{border-left-color:#b8f3d64d}.idt-problem-frame{padding-top:4rem}.idt-problem-frame h2,.idt-command-copy h2{color:#f3f5ee;letter-spacing:0;max-width:12ch;font-size:3.2rem;line-height:1}.idt-problem-frame p,.idt-command-copy p{color:#e2e9e0c2}.idt-problem-map{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:.65rem;display:grid;position:relative}.idt-problem-map:after{content:"";pointer-events:none;border-top:1px solid #b8f3d638;position:absolute;top:calc(50% - 1px);left:8%;right:8%}.idt-problem-map-source,.idt-problem-map-core{z-index:1;background:#0a0e0fd1;border:1px solid #e5ecde29;border-radius:8px;align-content:center;gap:.3rem;min-height:118px;padding:.9rem;display:grid;position:relative}.idt-problem-map-core{background:linear-gradient(135deg,#b8f3d621,#0000 45%),#0b1110f0;border-color:#b8f3d661;grid-column:1/-1;min-height:132px}.idt-problem-map-source span,.idt-problem-map-core span{color:#f1f4ed;font-size:1rem;font-weight:800}.idt-problem-map-source small,.idt-problem-map-core small{color:#d5dfd3ad;font-size:.78rem;line-height:1.45}.idt-problem-signals{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1rem}.idt-problem-signals article{background:#080c0db3;border-color:#e5ecde24;border-radius:8px;padding:1rem}.idt-problem-signals h3{color:#eff3e9}.idt-command-center{background:linear-gradient(#ffffff09,#ffffff02),#080b0b;border-block:1px solid #e5ecde1f;width:100%;padding:4.6rem 0}.idt-command-center-grid{grid-template-columns:minmax(0,.82fr) minmax(460px,1.18fr);align-items:start;gap:2rem;display:grid}.idt-command-copy{gap:1rem;display:grid}.idt-command-copy h2,.idt-command-copy p{margin:0}.idt-command-tabs{background:#060909b8;border:1px solid #e5ecde24;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;width:min(100%,480px);margin-top:.4rem;padding:.32rem;display:inline-grid}.idt-command-tabs button{color:#e6ece2b8;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:.42rem;min-height:42px;font-weight:800;display:inline-flex}.idt-command-tabs button span{background:#b8f3d661;border-radius:50%;width:8px;height:8px}.idt-command-tabs button.is-active{color:#07100d;background:#edf3e6f2;border-color:#edf3e6f2}.idt-command-tabs button.is-active span{background:#0f2419}.idt-command-surface{background:linear-gradient(140deg,#b8f3d61a,#0000 34%),linear-gradient(#111717f5,#080b0cfa);border:1px solid #e5ecde29;border-radius:8px;padding:1.15rem;box-shadow:0 30px 76px #00000057}.idt-command-surface-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.idt-command-surface-head p,.idt-command-label{color:var(--idt-premium-copper);text-transform:uppercase;margin:0;font-size:.7rem;font-weight:900}.idt-command-surface-head h3{color:#f5f6f0;max-width:28ch;margin:.45rem 0 0;font-size:1.55rem;line-height:1.18}.idt-command-surface-head>span{color:var(--idt-premium-mint);background:#b8f3d61a;border:1px solid #b8f3d647;border-radius:999px;flex:none;padding:.3rem .62rem;font-size:.72rem;font-weight:800}.idt-command-metrics{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:.7rem;margin-top:1.15rem;display:grid}.idt-command-metrics div{background:#05080894;border:1px solid #e5ecde24;border-radius:8px;gap:.28rem;padding:.85rem;display:grid}.idt-command-metrics small{color:#dae2d894;letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:800}.idt-command-metrics strong{color:#f4f6ef;font-size:1.02rem;line-height:1.35}.idt-command-detail-grid{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:.9rem;margin-top:1rem;display:grid}.idt-command-list,.idt-command-playbook{gap:.5rem;margin:.65rem 0 0;padding:0;list-style:none;display:grid}.idt-command-list li,.idt-command-playbook li{color:#eaefe6cc;background:#ffffff09;border:1px solid #e5ecde1f;border-radius:8px;padding:.7rem;line-height:1.45}.idt-command-playbook{counter-reset:command-playbook}.idt-command-playbook li{counter-increment:command-playbook;grid-template-columns:auto 1fr;align-items:start;gap:.55rem;display:grid}.idt-command-playbook li:before{content:counter(command-playbook);width:1.35rem;height:1.35rem;color:var(--idt-premium-copper);background:#f1b36d29;border-radius:50%;place-items:center;font-size:.72rem;font-weight:900;display:inline-grid}.idt-risk-insight-grid{gap:1.15rem}.idt-product-tour{gap:1.25rem;display:grid}.idt-product-tour-copy h2{color:#f3f5ee;letter-spacing:0;max-width:13ch;margin:.25rem 0 0;font-size:3.2rem;line-height:1}.idt-product-tour-copy p:not(.idt-eyebrow){color:#e2e9e0c2;max-width:62ch;margin:.9rem 0 0;font-size:1rem}.idt-product-tour-shell{background:linear-gradient(135deg,#a8c7ff14,#0000 38%),#080c0dc7;border:1px solid #e5ecde29;border-radius:8px;grid-template-columns:minmax(0,.86fr) minmax(420px,1.14fr);gap:1rem;padding:1rem;display:grid}.idt-tour-rail{gap:.65rem;display:grid}.idt-tour-step{background:#ffffff09;border:1px solid #e5ecde21;border-radius:8px;grid-template-columns:auto 1fr;gap:.75rem;padding:.85rem;display:grid}.idt-tour-step>span{width:2rem;height:2rem;color:var(--idt-premium-mint);background:#b8f3d61f;border-radius:50%;place-items:center;font-size:.72rem;font-weight:900;display:inline-grid}.idt-tour-step h3,.idt-tour-step p{margin:0}.idt-tour-step h3{color:#f4f6ef;font-size:1rem}.idt-tour-step p{color:#e2e9e0b8;margin-top:.32rem;font-size:.86rem;line-height:1.55}.idt-tour-screen{background:linear-gradient(140deg,#b8f3d61a,#0000 38%),#070a0b;border:1px solid #e5ecde24;border-radius:8px;gap:.9rem;padding:1rem;display:grid}.idt-tour-screen-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.idt-tour-screen-head p,.idt-tour-report p{color:var(--idt-premium-copper);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.68rem;font-weight:900}.idt-tour-screen-head h3{color:#f4f6ef;margin:.3rem 0 0;font-size:1.5rem}.idt-tour-screen-head>span{color:var(--idt-premium-mint);background:#b8f3d61a;border:1px solid #b8f3d63d;border-radius:999px;padding:.32rem .6rem;font-size:.75rem;font-weight:800}.idt-tour-finding-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.idt-tour-finding-grid article,.idt-tour-report{background:#ffffff09;border:1px solid #e5ecde21;border-radius:8px;padding:.85rem}.idt-tour-finding-grid small{color:#dae2d894;letter-spacing:.08em;text-transform:uppercase;font-size:.66rem;font-weight:900;display:block}.idt-tour-finding-grid strong,.idt-tour-report strong{color:#f4f6ef;margin-top:.32rem;line-height:1.35;display:block}.idt-risk-scenario-item,.idt-risk-evidence-card,.idt-proof-demo-card,.idt-table-wrap,.idt-lead-form,.idt-steps li{border-color:#e5ecde29;border-radius:8px}.idt-risk-scenario-item{background:#080c0db8}.idt-risk-scenario-item.is-active,.idt-risk-scenario-item:hover,.idt-risk-scenario-item:focus-visible{background:#b8f3d617;border-color:#b8f3d670}.idt-risk-path-list li{border-color:#b8f3d638;border-radius:8px}.idt-workflow-track{counter-reset:workflow;align-items:stretch}.idt-workflow-stage{color:var(--idt-premium-copper);letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-weight:900}.idt-workflow-track li{background:linear-gradient(#ffffff0b,#ffffff05),#090d0dc2}.idt-workflow-track h3{margin-top:.58rem}.idt-workflow-output{border-radius:8px}html[data-theme=light] body{background:linear-gradient(#101e1c0b 1px,#0000 1px) 0 0/56px 56px,linear-gradient(90deg,#101e1c09 1px,#0000 1px) 0 0/56px 56px,linear-gradient(#f6f8f1 0%,#edf4f0 48%,#f7f5ee 100%)}html[data-theme=light] .idt-header{background:#fafcf6e6;border-bottom-color:#162c2724}html[data-theme=light] .idt-hero{background:linear-gradient(115deg,#19704c14,#0000 31%),linear-gradient(160deg,#b5632814,#0000 35%),linear-gradient(#ffffff8c,#0000 58%);border-bottom-color:#162c271f}html[data-theme=light] .idt-hero-copy h1,html[data-theme=light] .idt-problem-frame h2,html[data-theme=light] .idt-command-copy h2,html[data-theme=light] .idt-command-surface-head h3{color:#14221d}html[data-theme=light] .idt-lead,html[data-theme=light] .idt-problem-frame p,html[data-theme=light] .idt-command-copy p{color:#3f554f}html[data-theme=light] .idt-hero-metrics{border-top-color:#19342d29}html[data-theme=light] .idt-hero-metrics dt{color:#27704f}html[data-theme=light] .idt-hero-metrics dd{color:#17271f}html[data-theme=light] .idt-hero-trust-cues li,html[data-theme=light] .idt-problem-map-source,html[data-theme=light] .idt-problem-map-core,html[data-theme=light] .idt-problem-signals article,html[data-theme=light] .idt-command-surface,html[data-theme=light] .idt-command-metrics div,html[data-theme=light] .idt-command-list li,html[data-theme=light] .idt-command-playbook li{color:#172820;background:#fffffad1;border-color:#18322b29;box-shadow:0 16px 34px #2a453a14}html[data-theme=light] .idt-problem-map-source span,html[data-theme=light] .idt-problem-map-core span,html[data-theme=light] .idt-problem-signals h3,html[data-theme=light] .idt-command-metrics strong,html[data-theme=light] .idt-command-list li,html[data-theme=light] .idt-command-playbook li{color:#15251f}html[data-theme=light] .idt-problem-map-source small,html[data-theme=light] .idt-problem-map-core small,html[data-theme=light] .idt-problem-signals p,html[data-theme=light] .idt-command-metrics small{color:#51675f}html[data-theme=light] .idt-command-center{background:#f3f7efb8;border-block-color:#162c271f}html[data-theme=light] .idt-command-tabs{background:#fffffab3;border-color:#18322b29}html[data-theme=light] .idt-command-tabs button{color:#435a53}html[data-theme=light] .idt-command-tabs button.is-active{color:#f6f8f1;background:#15241d;border-color:#15241d}html[data-theme=light] .idt-command-tabs button.is-active span{background:#b8f3d6}html[data-theme=light] .idt-command-surface-head p,html[data-theme=light] .idt-command-label,html[data-theme=light] .idt-workflow-stage{color:#a55e1d}html[data-theme=light] .idt-command-surface-head>span{color:#1f704c;background:#1f704c1a;border-color:#1f704c38}html[data-theme=light] .idt-proof-heading,html[data-theme=light] .idt-proof-item-title,html[data-theme=light] .idt-product-tour-copy h2,html[data-theme=light] .idt-tour-screen-head h3,html[data-theme=light] .idt-tour-step h3,html[data-theme=light] .idt-tour-finding-grid strong,html[data-theme=light] .idt-tour-report strong,html[data-theme=light] .idt-proof-metrics dt{color:#1b3028}html[data-theme=light] .idt-product-tour-copy p:not(.idt-eyebrow),html[data-theme=light] .idt-tour-step p,html[data-theme=light] .idt-proof-metrics dd{color:#51675f}html[data-theme=light] .idt-product-tour-shell,html[data-theme=light] .idt-tour-screen,html[data-theme=light] .idt-tour-step,html[data-theme=light] .idt-tour-finding-grid article,html[data-theme=light] .idt-tour-report{background:#fffffad1;border-color:#18322b29;box-shadow:0 16px 34px #2a453a14}@media (width<=1100px){.idt-hero-copy h1{font-size:4.15rem}.idt-problem-frame h2,.idt-command-copy h2{font-size:2.75rem}.idt-command-center-grid,.idt-problem-frame-grid,.idt-product-tour-shell{grid-template-columns:1fr}}@media (width<=980px){.idt-hero-grid,.idt-proof-architecture-list,.idt-problem-signals,.idt-command-detail-grid,.idt-command-metrics,.idt-proof-strip-head{grid-template-columns:1fr}}@media (width<=720px){.idt-hero{padding:3.4rem 0 2.7rem}.idt-hero-copy h1{max-width:13ch;font-size:3.1rem}.idt-lead{font-size:1rem}.idt-hero-metrics,.idt-problem-map,.idt-command-tabs,.idt-tour-finding-grid,.idt-proof-metrics{grid-template-columns:1fr}.idt-problem-frame h2,.idt-command-copy h2{max-width:14ch;font-size:2.35rem}.idt-problem-map:after{display:none}.idt-command-center{padding:3rem 0}.idt-command-surface{padding:.95rem}.idt-command-surface-head{display:grid}.idt-command-surface-head>span{width:fit-content}}.idt-hero-edge-delay-0,.idt-demo-edge-delay-0{animation-delay:0s}.idt-hero-edge-delay-1{animation-delay:.42s}.idt-hero-edge-delay-2{animation-delay:.84s}.idt-hero-edge-delay-3{animation-delay:1.26s}.idt-demo-edge-delay-1{animation-delay:.35s}.idt-demo-edge-delay-2{animation-delay:.7s}.idt-demo-edge-delay-3{animation-delay:1.05s}.idt-demo-edge-delay-4{animation-delay:1.4s}.idt-node-oidc-chain-src-gha{top:20%;left:18%}.idt-node-oidc-chain-broker-oidc{top:31%;left:50%}.idt-node-oidc-chain-role-aws{top:47%;left:72%}.idt-node-oidc-chain-k8s-sa{top:64%;left:42%}.idt-node-oidc-chain-rds{top:76%;left:73%}.idt-node-k8s-drift-k8s-sa{top:25%;left:22%}.idt-node-k8s-drift-iam-trust{top:38%;left:48%}.idt-node-k8s-drift-platform-role{top:45%;left:74%}.idt-node-k8s-drift-config-store{top:76%;left:64%}.idt-node-k8s-drift-runtime{top:70%;left:29%}.idt-node-token-leak-repo-secret{top:23%;left:20%}.idt-node-token-leak-runner-token{top:36%;left:44%}.idt-node-token-leak-ecr-role{top:44%;left:70%}.idt-node-token-leak-ecr-repo{top:66%;left:53%}.idt-node-token-leak-ecs-task{top:76%;left:77%}.idt-demo-node-oidc{top:12%;left:14%}.idt-demo-node-role{top:32%;left:58%}.idt-demo-node-sa{top:58%;left:28%}.idt-demo-node-repo{top:80%;left:54%}.idt-demo-node-db{top:92%;left:30%}.trust-node-n1{top:50%;left:14%}.trust-node-n2{top:26%;left:34%}.trust-node-n3{top:48%;left:55%}.trust-node-n4{top:24%;left:70%}.trust-node-n5{top:54%;left:84%}.trust-node-n6{top:72%;left:33%}.trust-node-n7{top:74%;left:57%}@media (width<=980px){.idt-header-actions{display:none}.idt-header-actions.is-open{display:flex}}@media (width<=720px){.idt-header-actions{display:none}.idt-header-actions.is-open{display:grid}.idt-hero-copy h1{font-size:2.85rem;line-height:1}.idt-hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.idt-hero-metrics dt{font-size:.58rem}.idt-hero-metrics dd{overflow-wrap:anywhere;font-size:.74rem}.idt-hero-trust-cues,.idt-hero .idt-graph-visual{display:none}.idt-product-tour-copy h2{max-width:14ch;font-size:2.35rem}.idt-product-tour-shell{padding:.75rem}.idt-tour-screen-head{display:grid}.idt-tour-screen-head>span{width:fit-content}.idt-home-compare{background:0 0;border:0;overflow:visible}.idt-home-compare .idt-compare-table{min-width:0;display:block}.idt-home-compare .idt-compare-table thead{display:none}.idt-home-compare .idt-compare-table tbody,.idt-home-compare .idt-compare-table tr,.idt-home-compare .idt-compare-table th,.idt-home-compare .idt-compare-table td{width:100%;display:block}.idt-home-compare .idt-compare-table tr{background:#080c0db8;border:1px solid #e5ecde29;border-radius:8px;margin-bottom:.75rem;overflow:hidden}.idt-home-compare .idt-compare-table th,.idt-home-compare .idt-compare-table td{border-bottom:1px solid #a9b8d329;padding:.8rem}.idt-home-compare .idt-compare-table td:first-of-type:before{content:"Identrail"}.idt-home-compare .idt-compare-table td:nth-of-type(2):before{content:"Typical alternative"}.idt-home-compare .idt-compare-table td:before{color:var(--idt-premium-copper);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem;font-size:.68rem;font-weight:900;display:block}}:root{--idt-z-bg:#f8f8f5;--idt-z-surface:#fff;--idt-z-surface-soft:#f1f2ee;--idt-z-text:#151922;--idt-z-muted:#535969;--idt-z-faint:#737989;--idt-z-line:#1b1f2a1f;--idt-z-purple:#6d37dd;--idt-z-purple-dark:#5022b8;--idt-z-purple-soft:#eee7ff;--idt-z-green:#74e4a2;--idt-z-warm:#ffe8d8;--idt-z-shadow:0 24px 70px #1e233024;--idt-z-shadow-soft:0 14px 34px #1e233017;--idt-display:"Inter", "Segoe UI", sans-serif}html[data-theme=light]{--idt-bg:var(--idt-z-bg);--idt-bg-elevated:var(--idt-z-surface);--idt-bg-soft:var(--idt-z-surface-soft);--idt-text:var(--idt-z-text);--idt-text-muted:var(--idt-z-muted);--idt-line:var(--idt-z-line);--idt-accent:var(--idt-z-purple);--idt-accent-soft:var(--idt-z-purple-soft);--idt-cta:linear-gradient(135deg, #823cf2 0%, #652bd0 100%);--idt-shadow:var(--idt-z-shadow)}html[data-theme=light] body{color:var(--idt-z-text);letter-spacing:0;background:linear-gradient(90deg,#14182209 1px,#0000 1px) 0 0/72px 72px,linear-gradient(#14182207 1px,#0000 1px) 0 0/72px 72px,linear-gradient(#fbfbf8 0%,#f7f7f2 44%,#fff 100%)}h1,h2,h3{letter-spacing:0;text-transform:none}html[data-theme=light] h1,html[data-theme=light] h2,html[data-theme=light] h3,html[data-theme=light] h4{color:var(--idt-z-text)}html[data-theme=light] .idt-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffcdb;border-bottom:1px solid #191d281a}.idt-header-row{min-height:64px}.idt-brand img{box-shadow:none;border-radius:0}.idt-brand span{color:var(--idt-z-text);letter-spacing:.22em;font-size:1.02rem;font-weight:800}.idt-nav{gap:.2rem}.idt-nav a{color:#4c5262;letter-spacing:0;text-transform:none;border:0;border-radius:7px;min-height:38px;padding:.48rem .76rem;font-size:.88rem;font-weight:650}html[data-theme=light] .idt-nav a:hover,html[data-theme=light] .idt-nav a:focus-visible,html[data-theme=light] .idt-nav a.is-active{color:var(--idt-z-purple-dark);background:#f0edf8;border-color:#0000}.idt-header-actions{gap:.48rem}.idt-header-utility-group{gap:.56rem}.idt-header-utility{color:#4e5361;min-height:38px;font-size:.88rem;font-weight:650;text-decoration:none}.idt-header-utility:hover,.idt-header-utility:focus-visible{color:var(--idt-z-purple-dark);text-decoration:none}.idt-btn{letter-spacing:0;text-transform:none;border-radius:7px;min-height:46px;padding:.72rem 1.18rem;font-size:.9rem}.idt-header-actions .idt-btn{min-height:38px;padding:.45rem .84rem;font-size:.86rem}html[data-theme=light] .idt-btn-primary,html[data-theme=light] .idt-hero .idt-btn-primary,.idt-btn-primary{color:#fff;background:linear-gradient(135deg,#823cf2 0%,#6428cd 100%);border-color:#0000;box-shadow:0 12px 26px #652bd03d}html[data-theme=light] .idt-btn-dark,html[data-theme=light] .idt-btn-ghost,html[data-theme=light] .idt-hero .idt-btn-dark,.idt-btn-dark,.idt-btn-ghost{color:var(--idt-z-text);box-shadow:none;background:#ffffffb8;border-color:#652bd075}.idt-theme-toggle{border-radius:7px;width:38px;min-width:38px;height:38px;min-height:38px}html[data-theme=light] .idt-theme-toggle{color:#373d4a;background:#fff;border-color:#191d281f}html[data-theme=light] .idt-hero{background:linear-gradient(90deg,#fbfbf8 0% 47%,#0000 47%),linear-gradient(115deg,#0000 0% 42%,#ffe9da 42%,#fff3e7 72%,#f6f0ff 100%);border-bottom:1px solid #191d2814;min-height:676px;padding:5rem 0 3rem;position:relative}html[data-theme=light] .idt-hero:before{opacity:1;background-color:#0000;background-image:linear-gradient(90deg,#6c37dd0e 1px,#0000 1px),linear-gradient(#6c37dd0a 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:82px 82px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 48% 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 48% 100%)}.idt-hero-copy h1{max-width:9.5ch;color:var(--idt-z-text);margin:0;font-size:4.9rem;font-weight:760;line-height:1.03}html[data-theme=light] .idt-eyebrow{color:var(--idt-z-purple-dark)}.idt-eyebrow{letter-spacing:.08em;text-transform:uppercase;margin:0 0 1.05rem;font-size:.78rem;font-weight:800}html[data-theme=light] .idt-lead,html[data-theme=light] .idt-section-title p,html[data-theme=light] .idt-card p,html[data-theme=light] .idt-card li{color:var(--idt-z-muted)}.idt-lead{max-width:52ch;margin-top:1.35rem;font-size:1.08rem;line-height:1.72}.idt-hero-metrics{border-top:0;flex-wrap:wrap;gap:.6rem;margin-top:1.7rem;padding:0;display:flex}.idt-hero-metrics div,html[data-theme=light] .idt-hero-metrics div{background:#ffffffc7;border:1px solid #191d281a;border-radius:7px;padding:.58rem .72rem;box-shadow:0 10px 24px #1e23300f}.idt-hero-metrics dt{color:var(--idt-z-faint);letter-spacing:.05em;text-transform:uppercase;font-size:.64rem;font-weight:800}.idt-hero-metrics dd{color:var(--idt-z-text);font-size:.8rem;font-weight:760}.idt-hero-trust-cues{display:none}.idt-hero-product-stage{isolation:isolate;width:100%;min-height:520px;position:relative}.idt-hero-backdrop-panel{z-index:0;box-shadow:var(--idt-z-shadow);background:linear-gradient(160deg,#ffffffb8,#ffffff38),linear-gradient(135deg,#fff0df 0%,#fff 52%,#efe8ff 100%);border:1px solid #ffffffb3;border-radius:8px;position:absolute;inset:58px -11vw 30px 110px}.idt-hero-admin-window,.idt-hero-login-card{z-index:2;box-shadow:var(--idt-z-shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border:1px solid #191d281a;border-radius:8px;position:absolute}.idt-hero-admin-window{width:min(620px,96%);min-height:405px;top:28px;right:-100px;overflow:hidden}.idt-window-bar{border-bottom:1px solid #191d2814;align-items:center;gap:.42rem;height:42px;padding-inline:1rem;display:flex}.idt-window-bar span{background:#e4e6e3;border-radius:50%;width:.56rem;height:.56rem}.idt-admin-layout{grid-template-columns:138px 1fr;min-height:363px;display:grid}.idt-admin-layout nav{border-right:1px solid #191d2814;align-content:start;gap:.64rem;padding:1rem .85rem;display:grid}.idt-admin-layout nav strong,.idt-admin-layout nav span{border-radius:7px;padding:.46rem .58rem;font-size:.74rem}.idt-admin-layout nav strong{background:var(--idt-z-purple-soft);color:var(--idt-z-purple-dark)}.idt-admin-profile-row{align-items:center;gap:.82rem;display:flex}.idt-admin-avatar{background:var(--idt-z-green);color:#0d3b22;border-radius:50%;place-items:center;width:44px;height:44px;font-weight:800;display:grid}.idt-admin-profile-row p,.idt-admin-profile-row strong{margin:0}.idt-admin-profile-row strong{color:var(--idt-z-text);font-size:1rem}.idt-admin-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.72rem;margin-top:1.2rem;display:grid}.idt-admin-field-grid label,.idt-admin-field-grid>div,.idt-path-input{background:#fff;border:1px solid #191d281a;border-radius:6px}.idt-admin-field-grid label,.idt-admin-field-grid>div{min-height:66px;color:var(--idt-z-faint);gap:.25rem;padding:.56rem .62rem;font-size:.66rem;font-weight:760;display:grid}.idt-admin-field-grid span{color:var(--idt-z-text);font-size:.82rem;font-weight:650}.idt-admin-activity{gap:.56rem;margin:1.15rem 0 0;padding:0;list-style:none;display:grid}.idt-admin-activity li{color:#555c68;align-items:center;gap:.6rem;font-size:.78rem;display:flex}.idt-admin-activity span{color:#8b4b13;background:#ffe8c8;border-radius:50%;place-items:center;width:1.58rem;height:1.58rem;font-size:.68rem;font-weight:850;display:inline-grid}.idt-hero-login-card{text-align:center;width:276px;min-height:430px;padding:2.1rem 1.25rem 1.25rem;top:106px;left:22px}.idt-login-cloud-mark{width:58px;height:42px;margin:0 auto 1.1rem;position:relative}.idt-login-cloud-mark span{background:0 0;border:3px solid #151922;position:absolute}.idt-login-cloud-mark span:first-child{border-top-color:#0000;border-radius:18px 18px 10px 10px;width:30px;height:22px;top:12px;left:13px}.idt-login-cloud-mark span:nth-child(2){border-right-color:#0000;border-radius:50%;width:22px;height:22px;top:11px;left:8px}.idt-login-cloud-mark span:nth-child(3){border-left-color:#0000;border-radius:50%;width:24px;height:24px;top:9px;right:7px}.idt-hero-login-card h3{color:var(--idt-z-text);margin:0;font-size:1.08rem;font-weight:760}.idt-hero-login-card p{color:var(--idt-z-muted);margin:.55rem 0 1rem;font-size:.84rem;line-height:1.5}.idt-path-input{color:#4c5360;text-align:left;align-items:center;gap:.48rem;min-height:40px;margin-bottom:.55rem;padding:.42rem .52rem;font-size:.76rem;display:flex}.idt-path-input span{background:var(--idt-z-green);color:#0d3b22;border-radius:50%;flex:none;place-items:center;width:1.62rem;height:1.62rem;font-size:.68rem;font-weight:850;display:inline-grid}.idt-mini-path{gap:.32rem;margin:.95rem 0;padding:0;list-style:none;display:grid}.idt-mini-path li{color:#4a515d;text-align:left;background:#fbfbf8;border:1px solid #191d2817;border-radius:6px;padding:.4rem .5rem;font-size:.74rem;position:relative}.idt-login-actions{grid-template-columns:.74fr 1fr;gap:.54rem;display:grid}.idt-login-actions a{min-height:36px;color:var(--idt-z-text);border:1px solid #191d281c;border-radius:6px;place-items:center;font-size:.78rem;font-weight:760;text-decoration:none;display:inline-grid}.idt-login-actions a:last-child{background:var(--idt-z-purple);border-color:var(--idt-z-purple);color:#fff}html[data-theme=light] .idt-trust-strip{background:#ffffffb8;border-top:0;border-bottom:1px solid #191d2814}.idt-proof-architecture{padding:2rem 0}.idt-proof-strip-head{align-items:center}.idt-proof-heading{color:#686f7b;font-size:1rem;font-weight:650}.idt-proof-metrics div,.idt-proof-architecture-item,html[data-theme=light] .idt-proof-architecture-item{background:#fff;border:1px solid #191d281a;border-radius:8px;box-shadow:0 10px 26px #1e23300f}.idt-proof-architecture-item{border-left:1px solid #191d281a;padding:1rem}.idt-proof-link,.idt-inline-link{color:var(--idt-z-purple-dark)}html[data-theme=light] .idt-section{background:0 0}.idt-section{padding:4.6rem 0}.idt-section-title{max-width:760px}.idt-section-title h2,.idt-problem-frame h2,.idt-command-copy h2,.idt-product-tour-copy h2,.idt-page-hero h1{color:var(--idt-z-text);max-width:15ch;font-size:3rem;font-weight:760;line-height:1.08}.idt-section-title p{font-size:1rem;line-height:1.7}.idt-card,.idt-pricing-card,.idt-lead-form,.idt-roi,.idt-demo-sidebar,.idt-demo-graph,.idt-demo-list-view,.idt-table-wrap,.idt-faq-group,.idt-faq-item,.idt-steps li,.idt-problem-signals article,.idt-command-surface,.idt-command-metrics div,.idt-command-list li,.idt-command-playbook li,.idt-product-tour-shell,.idt-tour-screen,.idt-tour-step,.idt-tour-finding-grid article,.idt-tour-report,.idt-adoption-card,.idt-deployment-panel,html[data-theme=light] .idt-card,html[data-theme=light] .idt-pricing-card,html[data-theme=light] .idt-lead-form,html[data-theme=light] .idt-roi,html[data-theme=light] .idt-demo-sidebar,html[data-theme=light] .idt-demo-graph,html[data-theme=light] .idt-demo-list-view,html[data-theme=light] .idt-table-wrap,html[data-theme=light] .idt-faq-group,html[data-theme=light] .idt-faq-item,html[data-theme=light] .idt-steps li,html[data-theme=light] .idt-problem-signals article,html[data-theme=light] .idt-command-surface,html[data-theme=light] .idt-command-metrics div,html[data-theme=light] .idt-command-list li,html[data-theme=light] .idt-command-playbook li,html[data-theme=light] .idt-product-tour-shell,html[data-theme=light] .idt-tour-screen,html[data-theme=light] .idt-tour-step,html[data-theme=light] .idt-tour-finding-grid article,html[data-theme=light] .idt-tour-report,html[data-theme=light] .idt-adoption-card,html[data-theme=light] .idt-deployment-panel{box-shadow:var(--idt-z-shadow-soft);background:#ffffffdb;border-color:#191d281a;border-radius:8px}.idt-problem-frame-grid,.idt-command-center-grid,.idt-product-tour-shell{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:2rem}html[data-theme=light] .idt-problem-frame h2,html[data-theme=light] .idt-command-copy h2,html[data-theme=light] .idt-product-tour-copy h2,html[data-theme=light] .idt-tour-screen-head h3,html[data-theme=light] .idt-tour-step h3,html[data-theme=light] .idt-tour-finding-grid strong,html[data-theme=light] .idt-tour-report strong,html[data-theme=light] .idt-command-surface-head h3,html[data-theme=light] .idt-command-metrics strong{color:var(--idt-z-text)}html[data-theme=light] .idt-problem-frame p,html[data-theme=light] .idt-command-copy p,html[data-theme=light] .idt-product-tour-copy p:not(.idt-eyebrow),html[data-theme=light] .idt-tour-step p,html[data-theme=light] .idt-command-list li,html[data-theme=light] .idt-command-playbook li{color:var(--idt-z-muted)}html[data-theme=light] .idt-problem-map-source,html[data-theme=light] .idt-problem-map-core{background:#fff}html[data-theme=light] .idt-problem-map-source span,html[data-theme=light] .idt-problem-map-core span{color:var(--idt-z-text)}html[data-theme=light] .idt-command-center{background:linear-gradient(90deg,#6c37dd0f 1px,#0000 1px) 0 0/72px 72px,linear-gradient(#6c37dd0a 1px,#0000 1px) 0 0/72px 72px,#fbfaf6;border-block:1px solid #191d2814}.idt-command-tabs,html[data-theme=light] .idt-command-tabs{background:#ffffffc2;border-color:#191d281a}.idt-command-tabs button,html[data-theme=light] .idt-command-tabs button{color:#555b68}.idt-command-tabs button.is-active,html[data-theme=light] .idt-command-tabs button.is-active{background:var(--idt-z-purple);border-color:var(--idt-z-purple);color:#fff}.idt-command-tabs button span,html[data-theme=light] .idt-command-tabs button span{background:#6c37dd59}.idt-command-tabs button.is-active span,html[data-theme=light] .idt-command-tabs button.is-active span{background:#fff}.idt-command-surface-head p,.idt-command-label,.idt-workflow-stage,.idt-tour-screen-head p,.idt-tour-report p,html[data-theme=light] .idt-command-surface-head p,html[data-theme=light] .idt-command-label,html[data-theme=light] .idt-workflow-stage{color:var(--idt-z-purple-dark)}.idt-command-surface-head>span,html[data-theme=light] .idt-command-surface-head>span,.idt-tour-screen-head>span,html[data-theme=light] .idt-tour-screen-head>span{background:var(--idt-z-purple-soft);color:var(--idt-z-purple-dark);border-color:#6c37dd2e}.idt-tour-step>span{background:var(--idt-z-purple-soft);color:var(--idt-z-purple-dark)}.idt-tour-screen,.idt-product-tour-shell,html[data-theme=light] .idt-tour-screen,html[data-theme=light] .idt-product-tour-shell{background:linear-gradient(135deg,#ffe8d875,#ffffffdb 42%,#f6f0ffc7),#fff}.idt-workflow-output,html[data-theme=light] .idt-workflow-output{background:var(--idt-z-purple-soft);color:var(--idt-z-purple-dark);border-color:#6c37dd33}.idt-deployment-panel,html[data-theme=light] .idt-deployment-panel{background:linear-gradient(135deg,#ffe8d88f,#ffffffe6 48%,#f6f0ffcc),#fff}html[data-theme=light] .idt-compare-table th,html[data-theme=light] .idt-compare-table tbody th{color:var(--idt-z-purple-dark);background:#f3f0fb}html[data-theme=light] .idt-compare-table td{color:var(--idt-z-muted)}html[data-theme=light] .idt-final-cta{border-top-color:#191d2814}html[data-theme=light] .idt-page-hero,.idt-page-hero{box-shadow:var(--idt-z-shadow-soft);background:linear-gradient(118deg,#fffffff5 0%,#ffffffeb 42%,#ffe8d894 70%,#f6f0ffd1 100%),#fff;border-color:#191d281a;border-radius:8px;margin-top:2rem}html[data-theme=light] .idt-page-hero:after,.idt-page-hero:after{opacity:1;background-color:#0000;background-image:linear-gradient(90deg,#6c37dd0d 1px,#0000 1px),linear-gradient(#6c37dd09 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:72px 72px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}html[data-theme=light] .idt-page-hero p,.idt-page-hero p{color:var(--idt-z-muted)}html[data-theme=light] .idt-footer-bar{color:#f8f8f5;background:#151922;border-top:0}html[data-theme=light] .idt-footer-meta small,html[data-theme=light] .idt-footer-trust-links a{color:#ffffffd1}html[data-theme=light] .idt-social-link{color:#fff;background:#ffffff14;border-color:#ffffff24}@media (width<=1120px){.idt-hero-copy h1{font-size:4.05rem}.idt-hero-grid,.idt-problem-frame-grid,.idt-command-center-grid,.idt-product-tour-shell{grid-template-columns:1fr}html[data-theme=light] .idt-hero{background:linear-gradient(#fbfbf8 0% 48%,#fff0e5 100%)}.idt-hero-product-stage{min-height:560px}.idt-hero-admin-window{right:0}.idt-hero-login-card{left:5%}}@media (width<=720px){.idt-header-row{min-height:66px}.idt-brand span{letter-spacing:.16em;font-size:.92rem}html[data-theme=light] .idt-hero{min-height:auto;padding:3.2rem 0 2.6rem}.idt-hero-copy h1{max-width:10ch;font-size:3.1rem}.idt-lead{font-size:1rem}.idt-hero-product-stage{min-height:530px;display:block}.idt-hero-backdrop-panel{inset:40px -1rem 18px 1.5rem}.idt-hero-admin-window{opacity:.72;width:560px;top:42px;right:-7rem}.idt-hero-login-card{width:min(100%,300px);margin-inline:auto;top:68px;left:0;right:0}.idt-section{padding:3.1rem 0}.idt-section-title h2,.idt-problem-frame h2,.idt-command-copy h2,.idt-product-tour-copy h2,.idt-page-hero h1{font-size:2.3rem}.idt-admin-field-grid,.idt-command-detail-grid,.idt-command-metrics,.idt-tour-finding-grid,.idt-proof-metrics,.idt-command-tabs{grid-template-columns:1fr}.idt-home-compare .idt-compare-table tr{background:#fff}}html[data-theme=light] .idt-header,.idt-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #15192214;box-shadow:0 10px 30px #1519220b}@media (width>=1081px){.idt-header-row{grid-template-columns:300px minmax(0,1fr) auto}}.idt-brand{justify-self:start;gap:.72rem}.idt-brand img{border-radius:0;width:35px;height:35px}.idt-brand span{font-family:var(--idt-nav-font);color:#151922;letter-spacing:.08em;text-transform:uppercase;font-size:1rem;font-weight:700;line-height:1}.idt-brand small{display:none}.idt-nav{justify-content:center;gap:1.08rem}.idt-nav a{color:#5d6370;min-height:42px;font-family:var(--idt-nav-font);letter-spacing:0;text-transform:none;border:0;border-radius:0;align-items:center;gap:.36rem;padding:0;font-size:.94rem;font-weight:500;line-height:1;transition:color .16s;display:inline-flex;position:relative}.idt-nav a:after{content:"";opacity:0;transform-origin:50%;background:#742bdc;border-radius:999px;height:2px;transition:opacity .16s,transform .16s;position:absolute;bottom:.48rem;left:0;right:0;transform:scaleX(.4)}html[data-theme=light] .idt-nav a:hover,html[data-theme=light] .idt-nav a:focus-visible,html[data-theme=light] .idt-nav a.is-active,.idt-nav a:hover,.idt-nav a:focus-visible,.idt-nav a.is-active{color:#151922;background:0 0}.idt-nav a:hover:after,.idt-nav a:focus-visible:after,.idt-nav a.is-active:after{opacity:1;transform:scaleX(1)}.idt-header-actions{justify-content:end;gap:1rem}.idt-github-star{font-family:var(--idt-nav-font);color:#090b10;background:#f7f8fb;border:1px solid #1519221a;border-radius:8px;align-items:center;min-height:40px;text-decoration:none;transition:border-color .16s,box-shadow .16s,transform .16s;display:inline-flex;overflow:hidden;box-shadow:0 8px 18px #1519220a}.idt-github-star:hover,.idt-github-star:focus-visible{border-color:#742bdc47;transform:translateY(-1px);box-shadow:0 10px 24px #15192214}.idt-github-star-action,.idt-github-star-count{justify-content:center;align-items:center;min-height:40px;padding:0 .7rem;font-size:.92rem;font-weight:700;line-height:1;display:inline-flex}.idt-github-star-action{gap:.42rem}.idt-github-star-action svg{width:1.05rem;height:1.05rem}.idt-github-star-count{background:#fff;border-left:1px solid #1519221a;min-width:2.45rem}.idt-github-star-count.is-loading{color:#1519226b}.idt-header-utility{font-family:var(--idt-nav-font);color:#5d6370;align-items:center;min-height:40px;font-size:.94rem;font-weight:500;text-decoration:none;transition:color .16s;display:inline-flex}.idt-header-utility:hover,.idt-header-utility:focus-visible{color:#151922}.idt-header-actions .idt-btn{font-family:var(--idt-nav-font);border-radius:7px;min-height:40px;padding:.52rem 1.1rem;font-size:.94rem;font-weight:700}html[data-theme=light] .idt-header-actions .idt-btn-primary,.idt-header-actions .idt-btn-primary{color:#fff;box-shadow:none;background:#742bdc}html[data-theme=light] .idt-hero,.idt-hero{background:linear-gradient(90deg,#fff 0% 49%,#fff0 49%),linear-gradient(112deg,#fff0 0% 46%,#ffecdf 46%,#fff5ed 72%,#f5efff 100%);border-bottom:1px solid #15192214;min-height:760px;padding:5.1rem 0 0;overflow-x:hidden}html[data-theme=light] .idt-hero:before,.idt-hero:before{opacity:1;background-color:#0000;background-image:linear-gradient(90deg,#6c37dd0a 1px,#0000 1px),linear-gradient(#6c37dd08 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:74px 74px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;-webkit-mask-image:none;mask-image:none}.idt-hero-grid{grid-template-columns:minmax(430px,.82fr) minmax(560px,1.18fr);align-items:start;gap:4.4rem;min-height:650px}.idt-hero-grid>div:first-child,.idt-hero-copy{box-shadow:none;background:0 0;border:0;padding:0}.idt-hero .idt-eyebrow{display:none}.idt-hero-copy h1{color:#151922;letter-spacing:0;max-width:9.2ch;margin:0;font-size:clamp(4.35rem,5.85vw,5.65rem);font-weight:400;line-height:1.02}.idt-hero-copy h1 span{color:#6d37dd}.idt-lead{color:#121621}.idt-lead-emphasis{max-width:43ch;margin:2.4rem 0 0;font-size:1.12rem;font-style:italic;line-height:1.55}.idt-lead-body{color:#4c566a;max-width:42ch;font-family:var(--idt-nav-font);letter-spacing:0;margin-top:2.25rem;font-size:1.07rem;font-weight:500;line-height:1.62}.idt-hero .idt-inline-actions{align-items:center;gap:1rem;margin-top:2.4rem}.idt-hero .idt-btn{border-radius:7px;min-height:52px;padding:.72rem 1.72rem;font-size:1rem;font-weight:700}html[data-theme=light] .idt-hero .idt-btn-dark,.idt-hero .idt-btn-dark{color:#151922;background:#fff;border:1px solid #7b2fee}html[data-theme=light] .idt-hero .idt-btn-primary,.idt-hero .idt-btn-primary{color:#fff;box-shadow:none;background:#742bdc;border:1px solid #742bdc}.idt-hero-proof-pills{align-items:center;gap:.62rem;min-height:52px;display:inline-flex}.idt-hero-proof-pill{color:#151922;background:#ffffffe0;border:1px solid #1519221a;border-radius:999px;align-items:center;gap:.62rem;min-height:52px;padding:.5rem .74rem;text-decoration:none;transition:border-color .16s,box-shadow .16s,transform .16s;display:inline-flex;box-shadow:0 16px 34px #11182714}.idt-hero-proof-pill:hover,.idt-hero-proof-pill:focus-visible{border-color:#742bdc47;transform:translateY(-1px);box-shadow:0 18px 40px #1118271f}.idt-hero-proof-pill img{object-fit:contain;flex:none;width:1.06rem;height:1.06rem}.idt-hero-proof-pill span{gap:.08rem;line-height:1;display:grid}.idt-hero-proof-pill strong{font-family:var(--idt-nav-font);letter-spacing:0;font-size:.95rem;font-weight:800}.idt-hero-proof-pill small{color:#6b7281;font-family:var(--idt-nav-font);letter-spacing:.01em;white-space:nowrap;font-size:.62rem;font-weight:700}.idt-hero-metrics{display:none}.idt-hero-product-stage{min-height:650px;margin-top:.75rem;transform:translate(clamp(4rem,6vw,6rem))}.idt-hero-backdrop-panel{display:none}.idt-hero-admin-window{background:#ffffffd6;border-radius:8px;width:820px;min-height:432px;top:0;right:-360px;box-shadow:0 34px 80px #1f222b33}.idt-window-bar{background:linear-gradient(#fffffff0,#f5f7f9c2);height:56px}.idt-admin-field-grid label,.idt-admin-field-grid>div{min-height:72px}.idt-admin-activity{margin-top:1.35rem}.idt-hero-login-card{background:#fffffff0;border-radius:30px;width:288px;min-height:455px;padding:2.6rem 1.35rem 1.35rem;top:92px;left:86px;box-shadow:inset 0 4px #ffffffe6,0 28px 64px #2a304033}.idt-hero-login-card h3{font-size:1rem;font-weight:600}.idt-hero-login-card p{color:#545b67}.idt-path-input,.idt-mini-path li,.idt-login-actions a{border-radius:4px}html[data-theme=light] .idt-trust-strip,.idt-trust-strip{background:#fff;border-top:0;border-bottom:1px solid #15192214;align-items:center;min-height:142px;display:flex;overflow:hidden}.idt-logo-cloud{width:100%;overflow:hidden}.idt-logo-cloud-track{align-items:center;gap:clamp(2.8rem,5vw,5.8rem);min-width:max-content;padding-inline:clamp(1rem,5vw,5rem);display:flex}.idt-logo-cloud-track span{color:#15192261;letter-spacing:-.01em;white-space:nowrap;filter:grayscale();font-size:clamp(1.6rem,2.35vw,2.55rem);font-weight:800;line-height:1}@media (width>=1500px){.idt-hero-admin-window{right:-430px}}@media (width<=1180px){.idt-hero-grid{grid-template-columns:1fr;gap:2.5rem}.idt-hero-copy,.idt-hero-product-stage{transform:none}html[data-theme=light] .idt-hero,.idt-hero{background:linear-gradient(#fff 0% 54%,#fff0e4 100%);min-height:auto;padding-bottom:2rem}.idt-hero-product-stage{min-height:600px}.idt-hero-admin-window{right:-120px}.idt-hero-login-card{left:8%}}@media (width>=1081px) and (width<=1180px){.idt-header-row{width:min(100% - 2rem, var(--idt-shell));grid-template-columns:auto 1fr auto}.idt-nav{gap:.9rem}.idt-github-star-count{display:none}}@media (width<=880px){.idt-menu-toggle{display:inline-flex}.idt-header-row{grid-template-columns:1fr auto;min-height:64px}.idt-nav,.idt-header-actions{grid-column:1/-1;justify-content:stretch}.idt-nav{gap:0;display:none}.idt-nav.is-open{display:grid}.idt-nav a{border-bottom:1px solid #15192214;justify-content:space-between;min-height:44px}.idt-nav a:after{transform-origin:0;width:22px;bottom:.8rem;left:0;right:auto}.idt-header-actions{display:none}.idt-header-actions.is-open{grid-template-columns:1fr;gap:.75rem;padding-bottom:1rem;display:grid}.idt-github-star,.idt-header-utility,.idt-header-actions .idt-btn{justify-content:center;width:100%}.idt-github-star-count{display:inline-flex}}@media (width<=720px){.idt-brand span{letter-spacing:.08em;font-size:.9rem}.idt-brand img{width:32px;height:32px}.idt-hero-copy h1{max-width:9ch;font-size:clamp(3.15rem,15vw,4.05rem)}.idt-lead-emphasis,.idt-lead-body{max-width:100%;font-size:1rem}.idt-hero .idt-inline-actions{grid-template-columns:1fr}.idt-hero-product-stage{min-height:520px;overflow-x:hidden}.idt-hero-admin-window{opacity:.74;width:min(620px,100% + 240px);top:52px;right:-240px}.idt-hero-login-card{width:min(100%,292px);min-height:430px;top:72px;left:50%;transform:translate(-50%)}.idt-logo-cloud-track{gap:2.2rem}.idt-logo-cloud-track span{font-size:1.5rem}}@media (width<=520px){.idt-header-row{gap:.6rem;width:min(100% - 1rem,1080px);position:relative}.idt-brand{gap:.5rem}.idt-menu-toggle{z-index:180;border-radius:50%;width:40px;min-width:40px;min-height:40px;padding:0;position:fixed;top:12px;right:.75rem}.idt-menu-toggle-label{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}}html,html[data-theme=light],html[data-theme=light] body{background:#080f19}html[data-theme=light] .idt-hero:before,.idt-hero:before,html[data-theme=light] .idt-page-hero:after,.idt-page-hero:after{opacity:0;background:0 0}html[data-theme=light] .idt-command-center{background:#fbfaf6}html[data-theme=light] .idt-page-hero-rich,.idt-page-hero-rich{box-shadow:none;background:0 0;border:0;border-radius:0;grid-template-columns:minmax(0,.86fr) minmax(420px,1.14fr);align-items:center;gap:clamp(2rem,5vw,4.4rem);margin-top:clamp(1.4rem,3vw,2.4rem);padding:clamp(2.1rem,5vw,3.7rem) 0 clamp(2rem,5vw,3.5rem);display:grid;overflow:visible}html[data-theme=light] .idt-page-hero-rich:before,.idt-page-hero-rich:before{content:"";z-index:-1;background:radial-gradient(circle at 72% 18%,#7045e81f,#0000 26rem),radial-gradient(circle at 17% 72%,#198b5c1f,#0000 18rem),linear-gradient(#fff 0%,#f8faf7 100%);position:absolute;inset:-1.5rem calc(50% - 50vw) 0}html[data-theme=light] .idt-page-hero-rich:after,.idt-page-hero-rich:after{content:"";z-index:-1;opacity:.7;background:radial-gradient(circle at 68% 36%,#f59e0b1f,#0000 15rem),radial-gradient(circle at 86% 70%,#0f172a0f,#0000 18rem);position:absolute;inset:-1.5rem calc(50% - 50vw) 0}.idt-page-hero-copy{min-width:0}.idt-page-hero-rich .idt-eyebrow{color:#5e32d6;letter-spacing:.08em;align-items:center;gap:.7rem;margin-bottom:1rem;font-size:.72rem;font-weight:850;display:inline-flex}.idt-page-hero-rich .idt-eyebrow:before{content:"";background:currentColor;border-radius:999px;width:1rem;height:2px}.idt-page-hero-rich h1{color:#071326;letter-spacing:0;max-width:15.5ch;margin-bottom:1.05rem;font-size:clamp(2.75rem,3.6vw,3.95rem);font-weight:600;line-height:1.03}.idt-page-hero-copy>p{color:#3b475c;max-width:50ch;font-size:1.06rem;line-height:1.65}.idt-page-hero-rich .idt-inline-actions{margin-top:1.8rem}.idt-page-hero-rich .idt-btn{border-radius:8px}.idt-page-hero-visual{min-width:0}.idt-page-hero-visual :where(h3,p,strong,span,b,label,code,li){letter-spacing:0;text-transform:none}.idt-visual-window-bar{color:#64748b;border-bottom:1px solid #0f172a14;align-items:center;gap:.45rem;min-height:40px;padding:0 .9rem;font-size:.72rem;display:flex}.idt-visual-window-bar span{background:#dbe1ea;border-radius:50%;width:.58rem;height:.58rem}.idt-visual-window-bar strong{color:#111827;margin-left:.35rem;font-size:.72rem}.idt-product-hero-visual,.idt-pricing-hero-visual,.idt-docs-hero-visual,.idt-blog-hero-visual,.idt-about-hero-visual,.idt-enterprise-hero-visual{min-height:430px;position:relative}.idt-product-hero-window,.idt-docs-preview-shell,.idt-enterprise-form-preview{background:#ffffffe6;border:1px solid #0f172a14;border-radius:8px;overflow:hidden;box-shadow:0 24px 70px #0f172a1f}.idt-product-hero-body{grid-template-columns:112px 1fr;min-height:360px;display:grid}.idt-product-hero-sidebar{background:#f7f8fb;border-right:1px solid #0f172a14;align-content:start;gap:.5rem;padding:1rem .8rem;display:grid}.idt-product-hero-sidebar span{color:#64748b;border-radius:7px;padding:.5rem .58rem;font-size:.72rem;font-weight:700}.idt-product-hero-sidebar .is-active{color:#5b21b6;background:#ede9ff}.idt-product-hero-graph{background:radial-gradient(circle at 46% 48%,#fdba7424,#0000 15rem),radial-gradient(circle at 78% 18%,#198b5c1c,#0000 13rem),#fbfcff;min-height:360px;position:relative;overflow:hidden}.idt-product-hero-graph svg{width:100%;height:100%;position:absolute;inset:0}.idt-product-hero-graph path{fill:none;stroke-linecap:round}.idt-product-hero-graph .is-muted{stroke:#64748b57;stroke-dasharray:5 8;stroke-width:2px}.idt-product-hero-graph .is-risk{stroke:#f59e0b;stroke-width:5px;filter:drop-shadow(0 0 10px #f59e0b70)}.idt-product-hero-graph .is-safe{stroke:#22c55e;stroke-width:3px}.idt-graph-node{fill:#fff;stroke:#94a3b899;stroke-width:1.5px}.idt-graph-node.is-risk{fill:#111827;stroke:#ffffffb8;stroke-width:2px;filter:drop-shadow(0 0 10px #0f172a2e)}.idt-graph-pill{z-index:2;background:#fffffff0;border:1px solid #0f172a14;border-radius:8px;min-width:146px;padding:.78rem;position:absolute;box-shadow:0 14px 34px #0f172a1a}.idt-graph-pill strong,.idt-graph-pill span{display:block}.idt-graph-pill strong{color:#0f172a;font-size:.76rem}.idt-graph-pill span{color:#0f9f68;margin-top:.32rem;font-size:.66rem;font-weight:800}.idt-graph-pill.is-github{top:2.1rem;left:1.4rem}.idt-graph-pill.is-aws{top:3.8rem;right:1.65rem}.idt-graph-pill.is-k8s{top:8.6rem;left:7.9rem}.idt-graph-pill.is-data{bottom:2.4rem;right:8.8rem}.idt-graph-pill.is-data span,.idt-graph-pill.is-aws span{color:#dc2626}.idt-product-evidence-card{color:#e5edf7;z-index:3;background:#101827;border-radius:8px;width:218px;padding:.85rem;position:absolute;bottom:1.35rem;left:1.45rem;box-shadow:0 20px 44px #0f172a38}.idt-product-evidence-card span,.idt-product-evidence-card p{color:#a9b6ca;font-size:.64rem}.idt-product-evidence-card strong{color:#f8fafc;margin-top:.35rem;font-size:.78rem;line-height:1.35;display:block}.idt-product-hero-queue{z-index:4;background:#fff;border:1px solid #0f172a14;border-radius:8px;width:184px;padding:.9rem;position:absolute;bottom:1.45rem;right:1.05rem;box-shadow:0 18px 46px #0f172a24}.idt-product-hero-queue span,.idt-product-hero-queue p{color:#64748b;font-size:.68rem}.idt-product-hero-queue strong{color:#116149;font-size:1.35rem;display:block}.idt-product-page{color:#0a0a0a;background:#fff;overflow-x:hidden}.idt-product-page .idt-eyebrow{color:currentColor}.idt-product-hero-full{color:#fff;background:#000;border-bottom:1px solid #1f1f1f;grid-template-columns:minmax(320px,.72fr) minmax(580px,1.28fr);align-items:center;gap:clamp(2rem,5vw,6rem);min-height:calc(100vh - 150px);padding:4.8rem clamp(1.25rem,5vw,6rem) 4.6rem;display:grid}.idt-product-hero-copy{min-width:0}.idt-product-hero-copy h1{color:#fff;letter-spacing:0;text-transform:uppercase;max-width:12ch;margin:.85rem 0 0;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:5.5rem;font-weight:800;line-height:.96}.idt-product-hero-copy>p:not(.idt-eyebrow){color:#a1a1aa;max-width:48rem;margin:1.35rem 0 0;font-size:1.08rem;line-height:1.75}.idt-product-hero-copy .idt-inline-actions{margin-top:1.85rem}.idt-product-page .idt-btn{border-radius:8px}.idt-product-page .idt-btn-primary{color:#000;box-shadow:none;background:#fff;border-color:#fff}.idt-product-page .idt-btn-dark{color:#fff;box-shadow:none;background:#050505;border-color:#303030}.idt-product-page .idt-product-hero-visual{align-self:stretch;min-height:560px}.idt-product-page .idt-product-hero-window{height:100%;box-shadow:none;background:#050505;border-color:#242424}.idt-product-page .idt-visual-window-bar{background:#070707;border-bottom-color:#242424;min-height:44px}.idt-product-page .idt-visual-window-bar span{background:#3f3f46}.idt-product-page .idt-visual-window-bar strong{color:#fff}.idt-product-page .idt-product-hero-body{grid-template-columns:132px 1fr;height:calc(100% - 44px);min-height:calc(100% - 44px)}.idt-product-page .idt-product-hero-sidebar{background:#050505;border-right-color:#242424}.idt-product-page .idt-product-hero-sidebar span{color:#a1a1aa}.idt-product-page .idt-product-hero-sidebar .is-active{color:#000;background:#fff}.idt-product-page .idt-product-hero-graph{background:#050505;min-height:516px}.idt-product-page .idt-product-hero-graph .is-muted{stroke:#71717a}.idt-product-page .idt-product-hero-graph .is-risk{stroke:#fff;filter:none}.idt-product-page .idt-product-hero-graph .is-safe{stroke:#a1a1aa}.idt-product-page .idt-graph-node.is-risk{fill:#fff;stroke:#000;filter:none}.idt-product-page .idt-graph-pill{min-width:168px;box-shadow:none;background:#0b0b0b;border-color:#2a2a2a}.idt-product-page .idt-graph-pill strong{color:#fff;font-size:.9rem}.idt-product-page .idt-graph-pill span{color:#10b981;font-size:.74rem}.idt-product-page .idt-graph-pill.is-data{bottom:25%;left:54%;right:auto}.idt-product-page .idt-graph-pill.is-data span,.idt-product-page .idt-graph-pill.is-aws span{color:#ef4444}.idt-product-page .idt-product-evidence-card{color:#000;width:270px;box-shadow:none;background:#fff;border:1px solid #2a2a2a;bottom:11%;left:7%}.idt-product-page .idt-product-evidence-card span,.idt-product-page .idt-product-evidence-card p{color:#52525b}.idt-product-page .idt-product-evidence-card strong{color:#000;font-size:.92rem}.idt-product-page .idt-product-hero-queue{width:222px;box-shadow:none;background:#fff;border-color:#2a2a2a;bottom:4%;right:4%}.idt-product-page .idt-product-hero-queue span,.idt-product-page .idt-product-hero-queue p{color:#52525b}.idt-product-page .idt-product-hero-queue strong{color:#000}.idt-product-capability-band,.idt-product-graph-band,.idt-product-workflow-band{padding:5.5rem clamp(1.25rem,5vw,6rem)}.idt-product-section-heading{max-width:62rem}.idt-product-section-heading h2{color:inherit;letter-spacing:0;text-transform:uppercase;margin:.55rem 0 0;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:4.25rem;font-weight:800;line-height:1}.idt-product-section-heading>p:not(.idt-eyebrow){color:#a1a1aa;max-width:44rem;margin:1rem 0 0;font-size:1.04rem;line-height:1.72}.idt-product-capability-band{color:#09090b;background:#fff}.idt-product-capability-grid{border-top:1px solid #e4e4e7;border-bottom:1px solid #e4e4e7;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:3rem;display:grid}.idt-product-capability-grid article{border-right:1px solid #e4e4e7;min-height:420px;padding:1.5rem}.idt-product-capability-grid article:last-child{border-right:0}.idt-product-capability-grid article>span{color:#71717a;text-transform:uppercase;font-size:.76rem;font-weight:800}.idt-product-capability-grid h2{color:#09090b;max-width:11ch;margin:5rem 0 0;font-size:2.25rem;line-height:1.02}.idt-product-capability-grid p{color:#52525b;margin:1rem 0 0;line-height:1.65}.idt-product-capability-grid ul{gap:.52rem;margin:1.2rem 0 0;padding:0;list-style:none;display:grid}.idt-product-capability-grid li{color:#27272a;font-size:.92rem}.idt-product-capability-grid li:before{content:"";vertical-align:.08em;background:#09090b;border-radius:999px;width:.38rem;height:.38rem;margin-right:.55rem;display:inline-block}.idt-product-graph-band{color:#fff;background:#000;border-top:1px solid #202020;border-bottom:1px solid #202020;grid-template-columns:minmax(300px,.46fr) minmax(0,1.54fr);align-items:start;gap:clamp(2rem,5vw,5rem);display:grid}.idt-product-graph-band .idt-product-section-heading{position:sticky;top:6rem}.idt-product-graph-band .idt-demo-surface{box-shadow:none;background:#050505;border-color:#262626;border-radius:8px}.idt-product-graph-band .idt-demo-toolbar,.idt-product-graph-band .idt-demo-graph,.idt-product-graph-band .idt-demo-detail,.idt-product-graph-band .idt-demo-list-panel{box-shadow:none;background:#0a0a0a;border-color:#262626}.idt-product-workflow-band{color:#09090b;background:#f5f5f5}.idt-product-workflow-grid{background:#d4d4d8;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:3rem;display:grid}.idt-product-workflow-grid article{background:#f5f5f5;min-height:260px;padding:1.5rem}.idt-product-workflow-grid span{color:#71717a;text-transform:uppercase;font-size:.76rem;font-weight:800}.idt-product-workflow-grid strong{color:#09090b;max-width:19rem;margin-top:4.6rem;font-size:1.6rem;line-height:1.12;display:block}.idt-product-cta-row{border-top:1px solid #d4d4d8;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:2rem;margin-top:4rem;padding-top:2rem;display:grid}.idt-product-cta-row h2{color:#09090b;max-width:15ch;margin:.45rem 0 0;font-size:3.1rem;line-height:1}@media (width<=1180px){.idt-product-hero-full,.idt-product-graph-band{grid-template-columns:1fr}.idt-product-hero-copy h1{max-width:12ch;font-size:4.8rem}.idt-product-page .idt-product-hero-visual{min-height:520px}.idt-product-capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.idt-product-capability-grid article:nth-child(2){border-right:0}.idt-product-capability-grid article:nth-child(-n+2){border-bottom:1px solid #e4e4e7}.idt-product-graph-band .idt-product-section-heading{position:static}}@media (width<=760px){.idt-product-hero-full,.idt-product-capability-band,.idt-product-graph-band,.idt-product-workflow-band{padding-inline:1rem}.idt-product-hero-full{min-height:0;padding-block:2.4rem}.idt-product-hero-copy h1{font-size:3.3rem}.idt-product-section-heading h2{font-size:2.7rem}.idt-product-page .idt-product-hero-window{height:auto}.idt-product-page .idt-product-hero-body{grid-template-columns:1fr;height:auto}.idt-product-page .idt-product-hero-sidebar,.idt-product-page .idt-product-hero-visual{display:none}.idt-product-page .idt-graph-pill{min-width:132px;padding:.68rem}.idt-product-page .idt-graph-pill strong{font-size:.78rem}.idt-product-page .idt-graph-pill.is-k8s{left:24%}.idt-product-page .idt-graph-pill.is-data{right:4%}.idt-product-page .idt-product-evidence-card,.idt-product-page .idt-product-hero-queue{width:min(72vw,260px)}.idt-product-capability-grid,.idt-product-workflow-grid,.idt-product-cta-row{grid-template-columns:1fr}.idt-product-capability-grid article,.idt-product-capability-grid article:nth-child(2){border-bottom:1px solid #e4e4e7;border-right:0;min-height:0}.idt-product-capability-grid article:last-child{border-bottom:0}.idt-product-capability-grid h2,.idt-product-workflow-grid strong{margin-top:2.2rem}.idt-product-cta-row{align-items:start}.idt-product-cta-row h2{font-size:2.35rem}}html[data-theme=light] .idt-product-page .idt-product-hero-full,html[data-theme=light] .idt-product-page .idt-product-graph-band{color:#fff;background:#000}html[data-theme=light] .idt-product-page .idt-product-hero-copy h1,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-product-section-heading h2{color:#fff}html[data-theme=light] .idt-product-page .idt-product-hero-copy>p:not(.idt-eyebrow),html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-product-section-heading>p:not(.idt-eyebrow){color:#a1a1aa}html[data-theme=light] .idt-product-page .idt-product-hero-copy .idt-eyebrow,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-eyebrow{color:#fff}html[data-theme=light] .idt-product-page .idt-product-hero-copy .idt-btn-primary,html[data-theme=light] .idt-product-page .idt-product-cta-row .idt-btn-primary{color:#000;box-shadow:none;background:#fff;border-color:#fff}html[data-theme=light] .idt-product-page .idt-product-hero-copy .idt-btn-dark,html[data-theme=light] .idt-product-page .idt-product-cta-row .idt-btn-dark{color:#fff;box-shadow:none;background:#050505;border-color:#303030}html[data-theme=light] .idt-product-page .idt-product-capability-band,html[data-theme=light] .idt-product-page .idt-product-workflow-band,html[data-theme=light] .idt-product-page .idt-product-capability-grid h2,html[data-theme=light] .idt-product-page .idt-product-workflow-grid strong,html[data-theme=light] .idt-product-page .idt-product-cta-row h2{color:#09090b}.idt-pricing-hero-visual{align-content:center;gap:.9rem;display:grid}.idt-pricing-hero-toggle{background:#fff;border:1px solid #0f172a14;border-radius:8px;gap:.28rem;width:fit-content;padding:.3rem;display:flex;box-shadow:0 16px 34px #0f172a14}.idt-pricing-hero-toggle span,.idt-pricing-hero-toggle strong{border-radius:6px;padding:.54rem .7rem;font-size:.72rem}.idt-pricing-hero-toggle span{color:#64748b}.idt-pricing-hero-toggle strong{color:#fff;background:#0f172a}.idt-pricing-hero-plans{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;display:grid}.idt-pricing-hero-plans div,.idt-pricing-hero-procurement,.idt-pricing-hero-matrix{background:#ffffffe6;border:1px solid #0f172a14;border-radius:8px;box-shadow:0 18px 44px #0f172a14}.idt-pricing-hero-plans div{min-height:132px;padding:.95rem}.idt-pricing-hero-plans .is-featured{color:#fff;background:linear-gradient(145deg,#6d37dd,#3f1d9a);transform:translateY(-.7rem)}.idt-pricing-hero-plans span,.idt-pricing-hero-plans p{color:inherit;font-size:.7rem}.idt-pricing-hero-plans strong{margin:.45rem 0 .25rem;font-size:1.9rem;display:block}.idt-pricing-hero-matrix{grid-template-columns:1.2fr repeat(3,.52fr);display:grid;overflow:hidden}.idt-pricing-hero-matrix>*{color:#334155;border-bottom:1px solid #0f172a12;padding:.55rem .65rem;font-size:.7rem}.idt-pricing-hero-matrix span{color:#64748b;background:#f8fafc;font-weight:800}.idt-pricing-hero-matrix b{color:#0f9f68}.idt-pricing-hero-procurement{flex-wrap:wrap;align-items:center;gap:.5rem;padding:.8rem;display:flex}.idt-pricing-hero-procurement strong{color:#0f172a;font-size:.82rem}.idt-pricing-hero-procurement span{color:#116149;background:#ecfdf5;border-radius:999px;padding:.3rem .52rem;font-size:.64rem;font-weight:800}.idt-docs-hero-visual{align-content:center;gap:.9rem;display:grid}.idt-docs-search-preview{background:#fff;border:1px solid #0f172a14;border-radius:8px;gap:.35rem;max-width:560px;padding:.9rem 1rem;display:grid;box-shadow:0 16px 42px #0f172a17}.idt-docs-search-preview span{color:#64748b;font-size:.68rem}.idt-docs-search-preview strong{color:#0f172a;font-size:1rem}.idt-docs-preview-shell{grid-template-columns:150px 1fr;min-height:310px;display:grid}.idt-docs-preview-shell nav{background:#f8fafc;border-right:1px solid #0f172a14;align-content:start;gap:.45rem;padding:1rem;display:grid}.idt-docs-preview-shell nav span{color:#64748b;border-radius:7px;padding:.48rem .55rem;font-size:.7rem;font-weight:750}.idt-docs-preview-shell nav .is-active{color:#116149;background:#e8f5ed}.idt-docs-preview-shell article{padding:1.2rem}.idt-docs-preview-shell article p{color:#5e32d6;font-size:.7rem;font-weight:850}.idt-docs-preview-shell h3{color:#0f172a;font-size:1.25rem;line-height:1.14}.idt-docs-preview-shell li{color:#475569;font-size:.8rem}.idt-docs-preview-shell code{color:#bbf7d0;white-space:nowrap;text-overflow:ellipsis;background:#101827;border-radius:8px;margin-top:1rem;padding:.72rem;font-size:.76rem;display:block;overflow:hidden}.idt-blog-hero-visual{grid-template-rows:auto auto;grid-template-columns:1.16fr .84fr;align-content:center;gap:.9rem;display:grid}.idt-blog-hero-featured,.idt-blog-hero-stack article,.idt-blog-hero-radar{background:#fff;border:1px solid #0f172a14;border-radius:8px;box-shadow:0 18px 48px #0f172a14}.idt-blog-hero-featured{background:radial-gradient(circle at 72% 22%,#fdba7457,#0000 8rem),linear-gradient(145deg,#101827,#18233a);align-content:end;min-height:300px;padding:1.2rem;display:grid}.idt-blog-hero-featured span,.idt-blog-hero-featured p{color:#c8d3e6;font-size:.72rem}.idt-blog-hero-featured h3{color:#fff;max-width:16ch;font-size:1.65rem;line-height:1.08}html[data-theme=light] .idt-page-hero-visual .idt-blog-hero-featured h3{color:#fff}.idt-blog-hero-stack{gap:.9rem;display:grid}.idt-blog-hero-stack article{min-height:134px;padding:.95rem}.idt-blog-hero-stack span,.idt-blog-hero-stack p{color:#64748b;font-size:.68rem}.idt-blog-hero-stack strong{color:#0f172a;margin:.45rem 0 .35rem;font-size:.94rem;line-height:1.24;display:block}.idt-blog-hero-radar{flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:.55rem;padding:.82rem;display:flex}.idt-blog-hero-radar span{color:#64748b;font-size:.7rem}.idt-blog-hero-radar strong{color:#92400e;background:#fef3c7;border-radius:999px;padding:.34rem .58rem;font-size:.68rem}.idt-about-hero-visual{grid-template-columns:1fr .9fr;align-items:center;gap:1rem;display:grid}.idt-about-orbit{background:radial-gradient(circle,#6d37dd1f,#0000 8rem),radial-gradient(circle,#0000 0 4.8rem,#0f172a14 4.86rem 4.95rem,#0000 5rem 8.9rem,#0f172a14 8.96rem 9.05rem,#0000 9.1rem),#fff;border-radius:8px;min-height:360px;position:relative;box-shadow:0 20px 60px #0f172a1a}.idt-about-orbit span{color:#0f172a;background:#fff;border:1px solid #0f172a14;border-radius:999px;justify-content:center;align-items:center;font-size:.72rem;font-weight:850;display:inline-flex;position:absolute;box-shadow:0 12px 30px #0f172a1a}.idt-about-orbit .is-core{color:#fff;background:#111827;width:7.4rem;height:7.4rem;top:50%;left:50%;transform:translate(-50%,-50%)}.idt-about-orbit .is-one{padding:.62rem .8rem;top:2.8rem;left:1.8rem}.idt-about-orbit .is-two{color:#116149;background:#ecfdf5;padding:.62rem .8rem;top:4.8rem;right:2.1rem}.idt-about-orbit .is-three{color:#92400e;background:#fef3c7;padding:.62rem .8rem;bottom:3.2rem;right:3.5rem}.idt-about-timeline{gap:.8rem;margin:0;padding:0;list-style:none;display:grid}.idt-about-timeline li{background:#fff;border:1px solid #0f172a14;border-radius:8px;grid-template-columns:auto 1fr;align-items:center;gap:.7rem;padding:.9rem;display:grid;box-shadow:0 14px 36px #0f172a14}.idt-about-timeline span{color:#6d37dd;font-size:.7rem;font-weight:900}.idt-about-timeline strong{color:#0f172a;font-size:.9rem;line-height:1.24}.idt-enterprise-hero-visual{grid-template-columns:minmax(0,1fr) minmax(190px,.74fr);align-items:center;gap:.9rem;display:grid}.idt-enterprise-form-preview{padding:1rem}.idt-enterprise-form-preview>span,.idt-enterprise-blueprint>span{color:#5e32d6;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.8rem;font-size:.68rem;font-weight:900;display:block}.idt-enterprise-form-preview label{color:#64748b;gap:.36rem;margin-top:.75rem;font-size:.68rem;font-weight:700;display:grid}.idt-enterprise-form-preview label strong{color:#0f172a;background:#f8fafc;border:1px solid #0f172a14;border-radius:7px;padding:.62rem;font-size:.76rem}.idt-enterprise-form-preview .idt-enterprise-form-action{color:#fff;text-align:center;background:#6d37dd;border:0;border-radius:8px;width:100%;margin-top:.9rem;padding:.75rem;font-weight:850;display:block}.idt-enterprise-blueprint{color:#e5edf7;background:#101827;border-radius:8px;padding:1rem;box-shadow:0 22px 58px #0f172a2e}.idt-enterprise-blueprint span{color:#c4b5fd}.idt-enterprise-blueprint p{color:#e5edf7;background:#ffffff0f;border-radius:7px;margin:.55rem 0 0;padding:.55rem;font-size:.76rem}@media (width<=1080px){html[data-theme=light] .idt-page-hero-rich,.idt-page-hero-rich{grid-template-columns:1fr;gap:2rem}.idt-page-hero-rich h1{max-width:16ch}}@media (width<=720px){html[data-theme=light] .idt-page-hero-rich,.idt-page-hero-rich{width:min(100% - 1.25rem, var(--idt-shell));max-width:calc(100vw - 1.25rem);padding-top:2.4rem;overflow:hidden}.idt-page-hero-copy{width:min(100%,31ch);max-width:31ch}.idt-page-hero-rich h1{overflow-wrap:break-word;width:100%;max-width:9.5ch;font-size:clamp(2.2rem,10vw,2.85rem);line-height:1.06}.idt-page-hero-copy>p{width:100%;max-width:31ch;font-size:1rem}.idt-page-hero-rich .idt-inline-actions{width:100%}.idt-product-hero-body,.idt-docs-preview-shell,.idt-blog-hero-visual,.idt-about-hero-visual,.idt-enterprise-hero-visual,.idt-pricing-hero-plans{grid-template-columns:1fr}.idt-product-hero-sidebar,.idt-docs-preview-shell nav{display:none}.idt-product-hero-visual,.idt-pricing-hero-visual,.idt-docs-hero-visual,.idt-blog-hero-visual,.idt-about-hero-visual,.idt-enterprise-hero-visual{min-height:auto}.idt-product-hero-graph{min-height:360px}.idt-graph-pill{min-width:130px}.idt-graph-pill.is-k8s{left:3.2rem}.idt-product-evidence-card,.idt-product-hero-queue{width:auto;margin-top:.8rem;position:relative;inset:auto}.idt-pricing-hero-plans .is-featured{transform:none}.idt-pricing-hero-matrix{grid-template-columns:1fr .62fr .62fr .62fr;overflow-x:auto}.idt-about-orbit{min-height:300px}}@media (width>=1181px){.idt-hero-grid{grid-template-columns:minmax(380px,.72fr) minmax(640px,1.28fr);gap:clamp(2.2rem,3.4vw,4rem);width:min(100% - 3rem,1280px)}.idt-hero-copy{transform:translate(clamp(-1.7rem,-2vw,-.8rem))}.idt-hero-product-stage{transform:translate(0)}}.idt-hero-copy h1{max-width:12.4ch;font-size:clamp(3.9rem,5vw,5.08rem);font-weight:360;line-height:1.06}.idt-lead-emphasis{margin-top:2.05rem}.idt-lead-body{margin-top:1.65rem}.idt-hero-admin-window{width:760px;right:-88px}.idt-hero-login-card{left:54px}.idt-admin-profile-row strong{font-size:1.04rem}.idt-admin-field-grid span{font-size:.78rem;line-height:1.28}.idt-hero-login-card h3{font-size:1.05rem}.idt-hero-login-card p{max-width:24ch;margin-inline:auto}html[data-theme=light] .idt-trust-strip,.idt-trust-strip{align-content:center;gap:.75rem;min-height:128px;padding:1.15rem 0 1.35rem;display:grid}.idt-trust-strip .idt-logo-cloud-label{width:min(100% - 2rem, var(--idt-shell));color:#15192285;letter-spacing:0;text-align:center;text-transform:uppercase;margin:0 auto;font-size:.72rem;font-weight:800}.idt-logo-cloud{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 7% 93%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 7% 93%,#0000 100%)}.idt-logo-cloud-track{will-change:transform;align-items:center;gap:clamp(2rem,4.4vw,4.6rem);min-width:max-content;animation:34s linear infinite idtLogoCloudSlide;display:flex}.idt-logo-cloud-track .idt-logo-cloud-item{color:#15192257;letter-spacing:0;white-space:nowrap;flex:none;align-items:center;gap:.72rem;font-size:clamp(1.02rem,1.4vw,1.34rem);font-weight:780;line-height:1;display:inline-flex}.idt-logo-cloud-item img{object-fit:contain;opacity:.48;filter:grayscale();width:clamp(1.2rem,1.9vw,1.75rem);height:clamp(1.2rem,1.9vw,1.75rem)}.idt-logo-cloud-item span{color:#15192252}@keyframes idtLogoCloudSlide{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.idt-logo-cloud-track{animation:none}}html[data-theme=light] .idt-header,.idt-header{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border-bottom:1px solid #cfd9e6}.idt-header-row{gap:clamp(1.25rem,2.4vw,3.1rem);width:min(100% - 2rem,1480px);min-height:60px}@media (width>=1081px){.idt-header-row{grid-template-columns:minmax(250px,1fr) auto minmax(250px,1fr)}}.idt-brand{gap:.62rem}.idt-brand img{width:38px;height:38px;box-shadow:none;border-radius:0}.idt-brand span{color:#050505;font-family:var(--idt-nav-font);letter-spacing:0;text-transform:none;font-size:clamp(1rem,1.1vw,1.18rem);font-weight:760}.idt-nav{justify-self:center;gap:clamp(1.35rem,2.6vw,2.55rem)}.idt-nav a{color:#050505;min-height:40px;font-family:var(--idt-nav-font);letter-spacing:0;text-transform:none;background:0 0;border:0;border-radius:0;padding:0;font-size:clamp(.94rem,.92vw,1.05rem);font-weight:700;text-decoration:none}.idt-nav a:after{display:none}html[data-theme=light] .idt-nav a:hover,html[data-theme=light] .idt-nav a:focus-visible,html[data-theme=light] .idt-nav a.is-active,.idt-nav a:hover,.idt-nav a:focus-visible,.idt-nav a.is-active{color:#050505;background:0 0;text-decoration:none}.idt-header-actions{justify-self:end;gap:clamp(1.2rem,1.7vw,1.65rem)}.idt-header-utility,.idt-header-signup{color:#050505;min-height:40px;font-family:var(--idt-nav-font);letter-spacing:0;padding:0;font-size:clamp(.94rem,.92vw,1.05rem);font-weight:700;text-decoration:none}.idt-header-utility:hover,.idt-header-utility:focus-visible,.idt-header-signup:hover,.idt-header-signup:focus-visible{color:#050505;text-decoration:none}.idt-header-auth-chip{color:#050505;background:#fff;border:1px solid #05050538;border-radius:999px;align-items:center;gap:.68rem;min-height:44px;padding:.2rem .45rem .2rem 1.08rem;line-height:1;display:inline-flex;box-shadow:0 10px 24px #0f172a0d}.idt-header-auth-chip.is-primary{color:#fff;background:#050505;border-color:#050505}.idt-header-auth-chip:after{display:none}.idt-header-auth-chip:hover,.idt-header-auth-chip:focus-visible{color:#050505;background:#f7f7f7;border-color:#050505;transform:translateY(-1px);box-shadow:0 16px 34px #0f172a24}.idt-header-auth-chip.is-primary:hover,.idt-header-auth-chip.is-primary:focus-visible{color:#fff;background:#171717}.idt-header-demo{appearance:none;color:#fff;min-height:44px;font-family:var(--idt-nav-font);white-space:nowrap;cursor:pointer;background:#050505;border:1px solid #050505;border-radius:999px;justify-content:center;align-items:center;padding:0 1.35rem;font-size:clamp(.94rem,.92vw,1.05rem);font-weight:760;line-height:1;text-decoration:none;transition:transform .16s,background-color .16s,border-color .16s;display:inline-flex}.idt-header-demo:hover,.idt-header-demo:focus-visible{color:#fff;background:#161616;border-color:#161616;text-decoration:none;transform:translateY(-1px)}@media (width>=1500px){.idt-hero-admin-window{right:-118px}}@media (width<=1180px){.idt-hero-copy h1{font-size:clamp(3.4rem,8vw,4.4rem)}.idt-hero-admin-window{width:min(760px,100%);right:0}.idt-hero-login-card{left:6%}}@media (width<=1080px){.idt-header-row{width:min(100% - 2rem,1080px)}.idt-header-actions{gap:1rem}}@media (width<=880px){.idt-header-row{grid-template-columns:1fr auto;width:min(100% - 1.25rem,1080px);min-height:64px}.idt-menu-toggle{color:#fff;background:#050505;border-color:#050505;border-radius:999px;justify-self:end;width:42px;min-width:42px;min-height:42px;padding:0;display:inline-flex;position:static;top:auto;right:auto}.idt-menu-toggle-label{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.idt-nav,.idt-header-actions{justify-self:stretch}.idt-nav a,.idt-header-utility,.idt-header-signup,.idt-header-demo{justify-content:center;width:100%;min-height:44px}.idt-nav a{border-bottom:1px solid #05050514}.idt-header-actions.is-open{gap:.75rem}}@media (width<=720px){.idt-hero{overflow-x:hidden}.idt-hero .idt-shell{width:min(100% - 1.25rem, var(--idt-shell));max-width:calc(100vw - 1.25rem)}.idt-hero-copy{width:100%;max-width:100%;overflow:hidden}.idt-hero-copy h1{overflow-wrap:break-word;max-width:9.4ch;font-size:clamp(2.65rem,11.6vw,3.25rem);line-height:1.08}.idt-lead-emphasis,.idt-lead-body{overflow-wrap:break-word;width:100%;max-width:31ch}.idt-hero .idt-inline-actions{flex-direction:column;align-items:stretch;width:100%;max-width:100%}.idt-hero .idt-btn{width:100%}.idt-hero-proof-pills{grid-template-columns:1fr;gap:.55rem;width:100%;display:grid}.idt-hero-proof-pill{justify-content:center;width:100%;min-width:0;padding-inline:.62rem;overflow:hidden}.idt-hero-admin-window{width:min(560px,100% + 150px);right:-150px}.idt-hero-login-card{width:min(100%,280px);left:50%}.idt-trust-strip .idt-logo-cloud-label{font-size:.68rem}.idt-logo-cloud-track{gap:1.5rem}.idt-logo-cloud-track .idt-logo-cloud-item{gap:.5rem;font-size:.98rem}.idt-logo-cloud-item img{width:1.08rem;height:1.08rem}}html[data-theme=light] .idt-hero,.idt-hero{background:#fff}.idt-hero-grid{grid-template-columns:minmax(340px,.6fr) minmax(760px,1.4fr);gap:clamp(3rem,4.8vw,5.6rem);width:min(100% - 3rem,1760px);min-height:800px}.idt-hero-copy{transform:translate(clamp(-.65rem,-.85vw,-.25rem))}.idt-hero-copy h1{max-width:10.5ch;font-size:clamp(3.58rem,4.68vw,4.78rem);line-height:1.03}.idt-lead-emphasis{max-width:33ch;margin-top:1.8rem}.idt-lead-body{max-width:42ch;margin-top:2.25rem}.idt-hero .idt-inline-actions{margin-top:2.15rem}.idt-hero-product-stage{--idt-preview-phone-width:clamp(268px, 27%, 292px);--idt-preview-dashboard-left:clamp(14.75rem, 25%, 18rem);--idt-preview-phone-overlap:clamp(2.7rem, 4.4vw, 3.85rem);--idt-preview-phone-left:calc(var(--idt-preview-dashboard-left) - var(--idt-preview-phone-width) + var(--idt-preview-phone-overlap));min-height:800px;margin-top:0;overflow:hidden;transform:translate(clamp(-.75rem,1.4vw - .8rem,1.15rem))}@media (width>=1440px){.idt-hero-product-stage{transform:translate(clamp(.85rem,2.2vw,2.8rem))}}.idt-hero-backdrop-panel{background:radial-gradient(circle at 24% 14%,#ffffff14,#0000 18%),radial-gradient(circle at 84% 78%,#ffffff0d,#0000 22%),linear-gradient(145deg,#050505 0%,#000 54%,#030303 100%);border:1px solid #ffffff1a;border-radius:34px;display:block;inset:0;overflow:hidden;box-shadow:inset 0 1px #ffffff14}.idt-hero-backdrop-panel:before,.idt-hero-backdrop-panel:after{content:"";position:absolute;inset:0}.idt-hero-backdrop-panel:before{opacity:.5;background:radial-gradient(circle at 12% 18%,#fff3 0 2px,#0000 3px),radial-gradient(circle at 30% 40%,#ffffff1a 0 1.5px,#0000 2px),radial-gradient(circle at 56% 26%,#ffffff24 0 2px,#0000 3px),radial-gradient(circle at 72% 54%,#ffffff1f 0 1.5px,#0000 2px),radial-gradient(circle at 86% 22%,#ffffff2e 0 2px,#0000 3px),radial-gradient(circle at 80% 78%,#ffffff1f 0 2px,#0000 3px),linear-gradient(122deg,#0000 13%,#ffffff0f 13.3%,#0000 13.8%),linear-gradient(101deg,#0000 41%,#ffffff0b 41.3%,#0000 41.8%),linear-gradient(58deg,#0000 68%,#ffffff0b 68.2%,#0000 68.8%)}.idt-hero-backdrop-panel:after{background:radial-gradient(circle at 58% 54%,#ffffff0f,#0000 18%),linear-gradient(135deg,#ffffff09,#fff0)}.idt-hero-backdrop-node,.idt-hero-backdrop-trace{z-index:1;pointer-events:none;position:absolute}.idt-hero-backdrop-node{background:#f4f8ffeb;border-radius:50%;width:10px;height:10px;animation:4.2s ease-in-out infinite idtHeroNodePulse;box-shadow:0 0 0 7px #87b6ff17,0 0 24px #bed3ff47}.idt-hero-backdrop-node.is-primary{top:20%;left:31%}.idt-hero-backdrop-node.is-secondary{animation-delay:1.2s;top:56%;left:62%}.idt-hero-backdrop-node.is-tertiary{animation-delay:2.1s;top:30%;right:14%}.idt-hero-backdrop-trace{transform-origin:0;background:linear-gradient(90deg,#ffc45a00,#ffcc66e6,#fc60);border-radius:999px;height:2px;animation:4.6s ease-in-out infinite idtHeroTraceGlow;box-shadow:0 0 18px #ffcc664d}.idt-hero-backdrop-trace.is-primary{width:210px;top:41%;left:34%;transform:rotate(31deg)}.idt-hero-backdrop-trace.is-secondary{width:175px;animation-delay:1.6s;top:64%;left:50%;transform:rotate(-44deg)}.idt-hero-admin-window,.idt-hero-login-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff2;border:1px solid #10141d14;border-radius:24px;box-shadow:0 36px 88px #0b10192e,0 12px 24px #0b101914}.idt-hero-admin-window{top:12px;left:var(--idt-preview-dashboard-left);width:min(720px, calc(100% - var(--idt-preview-dashboard-left) - 1.25rem));min-height:444px;right:auto}.idt-window-bar{height:48px;padding-inline:1rem 1.15rem}.idt-window-bar>span{background:#e8ebef;border-radius:50%;flex:none;width:.62rem;height:.62rem}.idt-window-status{justify-content:flex-end;align-items:center;gap:.42rem;max-width:min(46%,250px);margin-left:auto;display:inline-flex}.idt-window-bar .idt-window-pill{color:#44516a;letter-spacing:.01em;white-space:nowrap;background:#f3f6fb;border-radius:999px;justify-content:center;align-items:center;width:auto;height:auto;min-height:24px;padding:0 .64rem;font-size:.65rem;font-weight:760;line-height:1;display:inline-flex}.idt-window-bar .idt-window-pill.is-live{color:#0f7a57;background:#17ac7a1f;animation:2.8s ease-in-out infinite idtHeroLiveGlow}.idt-window-bar .idt-window-pill.is-ready{color:#34415b;background:#f3f7fb;gap:.34rem}.idt-window-bar .idt-window-pill.is-ready svg{fill:#fff;background:#18b478;border-radius:999px;flex:none;width:.82rem;height:.82rem;box-shadow:0 0 0 3px #18b4781f}.idt-admin-layout{grid-template-columns:136px 1fr;min-height:396px}.idt-admin-layout nav{gap:.58rem;padding:1rem .82rem}.idt-admin-layout nav strong,.idt-admin-layout nav span{border-radius:999px;padding:.52rem .72rem;font-size:.71rem;font-weight:720}.idt-admin-layout nav strong{color:#5e32d6;background:#ede8ff}.idt-admin-layout nav span{color:#6c7483}.idt-admin-main{padding:1.18rem 1.22rem 1.1rem}.idt-admin-profile-row{align-items:center;gap:.9rem}.idt-admin-avatar.is-logo{background:linear-gradient(#f4f7fb,#edf3fb);border-radius:16px;box-shadow:inset 0 0 0 1px #1118270f}.idt-admin-avatar.is-logo.is-aws{background:#fff}.idt-admin-avatar.is-logo img{object-fit:contain;width:24px;height:24px}.idt-admin-avatar.is-logo.is-aws img{width:30px;height:auto}.idt-admin-profile-row p{color:#6b7281;font-size:.74rem}.idt-admin-profile-row strong{max-width:26ch;font-size:1.04rem}.idt-admin-severity{color:#b23535;letter-spacing:.02em;background:#bc36361a;border-radius:999px;margin-left:auto;padding:.45rem .75rem;font-size:.7rem;font-weight:820}.idt-admin-field-grid{gap:.68rem;margin-top:.9rem}.idt-admin-field-grid>div{background:linear-gradient(#fffffffa,#fbfcfe);border-radius:14px;min-height:72px;padding:.62rem .68rem}.idt-admin-field-grid span{font-size:.82rem}.idt-admin-field-grid small{color:#788396;font-size:.68rem;font-weight:560;line-height:1.45;display:block}.idt-admin-path-strip{background:#f5f7fb;border:1px solid #11182714;border-radius:14px;flex-wrap:wrap;gap:.44rem;margin-top:.82rem;padding:.64rem;display:flex}.idt-admin-path-strip span{color:#687385;background:#fff;border:1px solid #11182714;border-radius:999px;padding:.4rem .58rem;font-size:.68rem;font-weight:760}.idt-admin-path-strip span.is-active{color:#7a4b11;background:#ffcc662e;border-color:#f0a83457}.idt-admin-activity{gap:.52rem;margin-top:.82rem}.idt-admin-activity li{background:#ffffffeb;border:1px solid #11182714;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:start;gap:.66rem;padding:.6rem .68rem;transition:transform .18s,box-shadow .18s,opacity .18s;display:grid}.idt-admin-activity li>span{width:1.72rem;height:1.72rem;font-size:.68rem}.idt-admin-activity li div{gap:.2rem;display:grid}.idt-admin-activity li strong{color:#151922;font-size:.8rem;font-weight:760}.idt-admin-activity li small{color:#6f7a8a;font-size:.69rem;line-height:1.42}.idt-admin-activity li b{color:#495772;letter-spacing:.02em;background:#f3f6fb;border-radius:999px;padding:.38rem .62rem;font-size:.64rem;font-weight:800}.idt-admin-activity li.is-complete{background:linear-gradient(#f4faf6f5,#fffffff5)}.idt-admin-activity li.is-complete>span{color:#126945;background:#daf4e7}.idt-admin-activity li.is-active{transform:translateY(-1px);box-shadow:0 12px 24px #15192214}.idt-admin-activity li.is-active>span{color:#8b4b13;background:#ffe8c8}.idt-admin-activity li.is-active b{color:#8b4b13;background:#ffcc662e}.idt-admin-activity li.is-pending{opacity:.62}.idt-hero-login-card{top:286px;left:var(--idt-preview-phone-left);width:var(--idt-preview-phone-width);text-align:left;border-radius:26px;min-height:0;padding:.86rem}.idt-mobile-live-row{color:#5e6778;letter-spacing:.01em;align-items:center;gap:.52rem;font-size:.7rem;font-weight:760;display:flex}.idt-mobile-live-row strong{color:#171d29;margin-left:auto;font-size:.72rem}.idt-mobile-live-dot{background:#1aa26d;border-radius:50%;width:.58rem;height:.58rem;animation:2.6s ease-in-out infinite idtHeroLiveDot;box-shadow:0 0 #1aa26d47}.idt-mobile-header{align-items:center;gap:.78rem;margin-top:.78rem;display:flex}.idt-mobile-logo{background:linear-gradient(#eef6ff,#e8f1ff);border-radius:16px;flex:none;place-items:center;width:46px;height:46px;display:grid;box-shadow:inset 0 0 0 1px #1118270f}.idt-mobile-logo img{object-fit:contain;width:24px;height:24px}.idt-mobile-header h3{color:#151922;margin:0;font-size:.94rem;font-weight:760}.idt-mobile-header p{color:#5f697a;margin:.28rem 0 0;font-size:.71rem;line-height:1.42}.idt-mobile-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin:.82rem 0 .68rem;display:grid}.idt-mobile-summary div{background:#fbfcfe;border:1px solid #11182714;border-radius:12px;padding:.54rem .62rem}.idt-mobile-summary span{color:#6f7a8a;letter-spacing:.02em;text-transform:uppercase;font-size:.64rem;font-weight:760;display:block}.idt-mobile-summary strong{color:#151922;margin-top:.2rem;font-size:.8rem;font-weight:760;line-height:1.35;display:block}.idt-path-input{border-radius:12px;min-height:40px;padding:.42rem .5rem;font-size:.72rem}.idt-path-input span{width:1.72rem;height:1.72rem;font-size:.62rem}.idt-mini-path{gap:.34rem;margin:.72rem 0}.idt-mini-path li{background:#fbfcff;border:1px solid #11182714;border-radius:12px;padding:.56rem .62rem}.idt-mini-path li strong{color:#151922;font-size:.72rem;font-weight:760;display:block}.idt-mini-path li span{color:#687385;margin-top:.16rem;font-size:.65rem;line-height:1.42;display:block}.idt-mini-path li.is-complete{background:linear-gradient(#f4faf6 0%,#fbfcff 100%)}.idt-mini-path li.is-complete strong{color:#156746}.idt-mini-path li.is-active{border-color:#416fd638;box-shadow:0 10px 22px #416fd61a}.idt-mini-path li.is-pending{opacity:.62}.idt-login-actions{grid-template-columns:minmax(0,.74fr) minmax(0,1fr)}.idt-login-actions a{border-radius:10px;min-height:36px}.idt-login-actions a:last-child{background:#171d29;border-color:#171d29}html[data-theme=light] .idt-trust-strip,.idt-trust-strip{min-height:108px;padding:.82rem 0 1rem;overflow:hidden}.idt-trust-strip .idt-logo-cloud-label{color:#15192275;letter-spacing:.08em;font-size:.68rem}.idt-logo-cloud-accessible{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.idt-logo-cloud{width:100vw;max-width:none;margin-inline:calc(50% - 50vw);overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 1.2% 98.8%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 1.2% 98.8%,#0000 100%)}.idt-logo-cloud-track{gap:.7rem;width:max-content;margin-left:-4rem;padding-inline:0;animation-duration:44s}.idt-logo-cloud-track .idt-logo-cloud-item{color:#27344b;background:#fff;border:1px solid #11182714;border-radius:999px;gap:.5rem;padding:.54rem .78rem;font-size:.82rem;font-weight:760;box-shadow:0 12px 28px #1118270f}.idt-logo-cloud-track .idt-logo-cloud-item img{opacity:1;filter:none;width:1.02rem;height:1.02rem}.idt-logo-cloud-track .idt-logo-cloud-item img[src$=aws\.svg]{width:1.72rem}.idt-logo-cloud-track .idt-logo-cloud-item span{color:#2f3b52;font-size:inherit;font-weight:inherit;letter-spacing:0;filter:none;line-height:1}.idt-problem-frame{padding-block:6.4rem 5.8rem}.idt-problem-frame-grid{grid-template-columns:minmax(360px,.78fr) minmax(560px,1.22fr);align-items:center;gap:clamp(3rem,5vw,6rem)}.idt-problem-copy h2{color:#111827;letter-spacing:0;max-width:13.8ch;font-size:3.35rem;font-weight:580;line-height:1.06}.idt-problem-copy>p{color:#4e596c;max-width:55ch;margin-top:1.25rem;font-size:1.05rem;line-height:1.72}.idt-problem-path-visual{background:radial-gradient(circle at 18% 20%,#6c37dd1f,#0000 26%),radial-gradient(circle at 82% 72%,#1aa26d1a,#0000 24%),linear-gradient(145deg,#ffffffeb,#fafaf8b8);border-radius:28px;grid-template-columns:minmax(190px,.74fr) 84px minmax(280px,1fr);align-items:center;gap:1rem;min-height:360px;padding:1.2rem;display:grid;position:relative;overflow:hidden}.idt-problem-path-visual:before{content:"";z-index:0;pointer-events:none;border:1px solid #191d2814;border-radius:24px;position:absolute;inset:12px}.idt-problem-source-stack,.idt-problem-path-spine,.idt-problem-map-core{z-index:1;position:relative}.idt-problem-source-stack{gap:.78rem;display:grid}.idt-problem-source-card{background:#ffffffe0;border:1px solid #191d281a;border-radius:18px;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"icon name""icon detail";align-items:center;column-gap:.72rem;min-height:76px;padding:.78rem .86rem;display:grid;box-shadow:0 18px 42px #11182714}.idt-problem-source-card:nth-child(2){transform:translate(1rem)}.idt-problem-source-card:nth-child(3){transform:translate(.45rem)}.idt-problem-source-icon{background:#f6f7fb;border-radius:14px;grid-area:icon;place-items:center;width:2.4rem;height:2.4rem;display:grid;box-shadow:inset 0 0 0 1px #1118270f}.idt-problem-source-icon img{object-fit:contain;width:1.28rem;height:1.28rem}.idt-problem-source-card:first-child .idt-problem-source-icon img{width:1.7rem;height:auto}.idt-problem-source-card span:not(.idt-problem-source-icon){color:#141923;grid-area:name;font-size:.92rem;font-weight:780}.idt-problem-source-card small{color:#637083;grid-area:detail;font-size:.72rem;line-height:1.38}.idt-problem-path-spine{height:250px}.idt-problem-path-spine:before{content:"";background:linear-gradient(90deg,#6c37dd00,#6c37dd8a,#1aa26db8);border-radius:999px;height:2px;position:absolute;top:50%;left:-.6rem;right:-.6rem;transform:translateY(-50%);box-shadow:0 0 24px #6c37dd2e}.idt-problem-path-spine:after{content:"";background:#fff;border-radius:999px;width:1rem;height:1rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 7px #6c37dd1f,0 0 28px #6c37dd3d}.idt-problem-path-spine span{background:linear-gradient(#0000,#6c37dd38,#0000);width:1px;position:absolute;inset:16% 50% 16% auto}.idt-problem-map-core{background:radial-gradient(circle at 22% 18%,#ffffff1f,#0000 28%),linear-gradient(145deg,#121722,#050607 72%);border:1px solid #ffffff1a;border-radius:24px;align-content:center;min-height:278px;padding:1.4rem;box-shadow:0 28px 70px #11182733}.idt-problem-map-core p{color:#8ee8bf;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:780}.idt-problem-map-core strong{color:#fff;max-width:13ch;margin-top:.52rem;font-size:1.62rem;font-weight:760;line-height:1.08;display:block}.idt-problem-map-core div{flex-wrap:wrap;gap:.46rem;margin-top:1.35rem;display:flex}.idt-problem-map-core div span{color:#ffffffc7;background:#ffffff12;border:1px solid #ffffff1f;border-radius:999px;padding:.42rem .58rem;font-size:.68rem;font-weight:720}.idt-problem-timeline{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2.4rem;display:grid;position:relative}.idt-problem-timeline:before{content:"";background:linear-gradient(90deg,#6c37dd00,#6c37dd4d,#1aa26d4d,#1aa26d00);height:1px;position:absolute;top:2rem;left:2.4rem;right:2.4rem}.idt-problem-timeline article{background:#ffffffe6;border:1px solid #191d281a;border-radius:20px;min-height:178px;padding:1.18rem;position:relative;box-shadow:0 18px 44px #11182712}.idt-problem-timeline article>span{color:#fff;background:#6c37dd;border-radius:999px;place-items:center;width:2rem;height:2rem;font-size:.72rem;font-weight:820;display:grid}.idt-problem-timeline article small{color:#6c37dd;letter-spacing:.08em;text-transform:uppercase;margin-top:1rem;font-size:.68rem;font-weight:800;display:block}.idt-problem-timeline article h3{color:#151922;margin:.36rem 0 0;font-size:1.04rem;font-weight:780}.idt-problem-timeline article p{color:#556174;margin-top:.48rem;font-size:.88rem;line-height:1.58}html[data-theme=light] .idt-problem-map-core{background:radial-gradient(circle at 22% 18%,#ffffff1f,#0000 28%),linear-gradient(145deg,#121722,#050607 72%);border-color:#ffffff1a;box-shadow:0 28px 70px #11182733}html[data-theme=light] .idt-problem-map-core p{color:#8ee8bf}html[data-theme=light] .idt-problem-map-core strong{color:#fff}html[data-theme=light] .idt-problem-map-core div span{color:#ffffffc7;background:#ffffff12;border-color:#ffffff1f}@media (width<=1120px){.idt-problem-frame{padding-block:5rem}.idt-problem-frame-grid{grid-template-columns:1fr;gap:2.2rem}.idt-problem-copy h2{max-width:13.5ch;font-size:3rem}.idt-problem-path-visual{max-width:820px}}@media (width<=780px){.idt-problem-frame{padding-block:4rem}.idt-problem-copy h2{font-size:2.55rem}.idt-problem-copy>p{font-size:1rem}.idt-problem-path-visual{grid-template-columns:1fr;min-height:auto;padding:1rem}.idt-problem-source-card,.idt-problem-source-card:nth-child(2),.idt-problem-source-card:nth-child(3){transform:none}.idt-problem-path-spine{height:54px}.idt-problem-path-spine span{display:none}.idt-problem-map-core{min-height:230px}.idt-problem-map-core strong{max-width:15ch;font-size:1.38rem}.idt-problem-timeline{grid-template-columns:1fr}.idt-problem-timeline:before{display:none}}@keyframes idtHeroNodePulse{0%,to{opacity:.7;transform:scale(.92)}50%{opacity:1;transform:scale(1.08)}}@keyframes idtHeroTraceGlow{0%,to{opacity:.16;box-shadow:0 0 14px #ffcc6629}50%{opacity:.94;box-shadow:0 0 28px #ffcc6657}}@keyframes idtHeroLiveGlow{0%,to{box-shadow:0 0 #17ac7a1f}50%{box-shadow:0 0 0 8px #17ac7a0f}}@keyframes idtHeroLiveDot{0%,to{box-shadow:0 0 #1aa26d42}55%{box-shadow:0 0 0 8px #1aa26d0a}}@media (width<=1180px){html[data-theme=light] .idt-hero,.idt-hero{background:#fff}.idt-hero-grid{grid-template-columns:1fr;gap:2.35rem;width:min(100% - 2.2rem,1120px);min-height:auto}.idt-hero-copy,.idt-hero-product-stage{transform:none}.idt-hero-copy h1{max-width:11.2ch;font-size:clamp(3.35rem,7vw,4.35rem)}.idt-hero-product-stage{--idt-preview-phone-width:clamp(276px, 28%, 310px);--idt-preview-dashboard-left:clamp(18rem, 31%, 22rem);--idt-preview-phone-overlap:clamp(2.55rem, 4.2vw, 3.6rem);min-height:860px}.idt-hero-backdrop-panel{border-radius:34px;inset:12px 0 0}.idt-hero-admin-window{top:10px;left:var(--idt-preview-dashboard-left);width:min(700px, calc(100% - var(--idt-preview-dashboard-left) - 1rem));right:auto}.idt-hero-login-card{left:var(--idt-preview-phone-left);top:278px}}@media (width<=720px){.idt-hero-grid{width:min(100% - 1.25rem, var(--idt-shell));gap:1.9rem}.idt-hero-copy h1{max-width:9ch;font-size:clamp(2.58rem,11.1vw,3.2rem)}.idt-lead-emphasis,.idt-lead-body{max-width:31ch}.idt-hero .idt-inline-actions{flex-direction:column;align-items:stretch;width:100%}.idt-hero-proof-pills{grid-template-columns:1fr;gap:.55rem;width:100%;max-width:100%;display:grid}.idt-hero-proof-pill{justify-content:center;gap:.48rem;width:100%;min-width:0;padding:.5rem .48rem;overflow:hidden}.idt-hero-proof-pill img{width:.98rem;height:.98rem}.idt-hero-proof-pill strong{font-size:.9rem}.idt-hero-proof-pill small{font-size:.56rem}.idt-hero-product-stage{--idt-preview-phone-width:min(318px, calc(100% - 2rem));min-height:930px}.idt-hero-backdrop-panel{border-radius:28px;inset:14px 0 0}.idt-hero-admin-window{width:min(520px,100% - 1.25rem);min-height:auto;top:18px;left:50%;right:auto;transform:translate(-50%)}.idt-admin-layout{grid-template-columns:1fr;min-height:auto}.idt-admin-layout nav,.idt-window-status{display:none}.idt-admin-main{padding:1rem}.idt-admin-profile-row strong{max-width:17ch;font-size:.95rem}.idt-admin-field-grid{grid-template-columns:1fr;gap:.64rem}.idt-admin-field-grid>div{min-height:72px;padding:.62rem}.idt-admin-field-grid small,.idt-admin-field-grid>div:nth-child(n+3),.idt-admin-activity li:nth-child(n+3),.idt-admin-path-strip,.idt-admin-activity{display:none}.idt-admin-path-strip{gap:.4rem;padding:.64rem}.idt-admin-path-strip span{padding:.38rem .56rem}.idt-hero-login-card{width:var(--idt-preview-phone-width);min-height:auto;top:390px;left:50%;transform:translate(-50%)}.idt-logo-cloud{width:100vw;margin-inline:calc(50% - 50vw)}.idt-logo-cloud-track{gap:.8rem;margin-left:-3rem;padding-inline:0}.idt-logo-cloud-track .idt-logo-cloud-item{padding:.58rem .76rem;font-size:.82rem}}@media (width<=520px){.idt-hero-copy h1{max-width:8.7ch}.idt-hero-product-stage{min-height:920px}.idt-hero-admin-window{width:min(440px,100% - 1rem)}.idt-hero-login-card{width:min(286px,100% - 1.5rem);top:382px}}@media (prefers-reduced-motion:reduce){.idt-hero-backdrop-node,.idt-hero-backdrop-trace,.idt-window-pill.is-live,.idt-mobile-live-dot{animation:none}.idt-admin-activity li,.idt-mini-path li,.idt-header-demo{transition:none}}.idt-product-tour{gap:2rem;padding-block:clamp(4.5rem,7vw,6.5rem);display:grid}.idt-product-tour-copy{max-width:780px}.idt-product-tour-copy h2,html[data-theme=light] .idt-product-tour-copy h2{color:#111827;letter-spacing:0;text-transform:none;max-width:14ch;margin:.18rem 0 0;font-size:clamp(3.05rem,5vw,4.35rem);font-weight:610;line-height:1.02}.idt-product-tour-copy p:not(.idt-eyebrow),html[data-theme=light] .idt-product-tour-copy p:not(.idt-eyebrow){color:#4f5a6b;max-width:58ch;margin:1.1rem 0 0;font-size:1.08rem;line-height:1.72}.idt-product-tour-shell,html[data-theme=light] .idt-product-tour-shell{background:radial-gradient(circle at 4% 4%,#6d37dd0f,#0000 28%),linear-gradient(#fff 0%,#fbfbfb 100%);border:1px solid #1118271a;border-radius:28px;grid-template-columns:minmax(320px,.76fr) minmax(620px,1.24fr);align-items:stretch;gap:1rem;min-width:0;max-width:100%;padding:1rem;display:grid;box-shadow:0 34px 90px #1118271a}.idt-tour-rail{align-content:start;gap:.55rem;min-width:0;display:grid}.idt-tour-step,html[data-theme=light] .idt-tour-step{min-height:112px;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:20px;grid-template-columns:auto minmax(0,1fr);gap:.85rem;min-width:0;padding:1rem;display:grid}.idt-tour-step>div,.idt-tour-screen,.idt-tour-product-preview,.idt-tour-connector-scope,.idt-tour-path-panel,.idt-tour-simulation,.idt-tour-evidence-packet{min-width:0}.idt-tour-step.is-active,html[data-theme=light] .idt-tour-step.is-active{background:radial-gradient(circle at 12% 20%,#6d37dd1a,#0000 36%),#0b0d12;border-color:#1118271f;box-shadow:0 22px 54px #1118272e}.idt-tour-step-index,.idt-tour-step>span,html[data-theme=light] .idt-tour-step>span{color:#6d37dd;background:#f2efff;border-radius:999px;place-items:center;width:2rem;height:2rem;font-size:.72rem;font-weight:760;display:inline-grid}.idt-tour-step.is-active .idt-tour-step-index,html[data-theme=light] .idt-tour-step.is-active .idt-tour-step-index{color:#111827;background:#fff}.idt-tour-step small{color:#7a8495;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .28rem;font-size:.66rem;font-weight:780;line-height:1;display:block}.idt-tour-step h3,html[data-theme=light] .idt-tour-step h3{color:#151922;letter-spacing:0;text-transform:none;margin:0;font-size:1rem;font-weight:720;line-height:1.2}.idt-tour-step p,html[data-theme=light] .idt-tour-step p{color:#5b6678;margin:.38rem 0 0;font-size:.88rem;line-height:1.5}.idt-tour-step.is-active small{color:#ffffff94}.idt-tour-step.is-active h3,html[data-theme=light] .idt-tour-step.is-active h3{color:#fff}.idt-tour-step.is-active p,html[data-theme=light] .idt-tour-step.is-active p{color:#ffffffb8}.idt-tour-screen,html[data-theme=light] .idt-tour-screen{background:#f8f9fb;border:1px solid #1118271a;border-radius:24px;overflow:hidden;box-shadow:inset 0 1px #fffffff2,0 18px 50px #11182714}.idt-tour-screen-head{background:linear-gradient(#fffffff5,#f7f8fbeb),#fff;border-bottom:1px solid #11182714;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.9rem;padding:.95rem 1rem;display:grid}.idt-tour-window-dots{gap:.34rem;display:inline-flex}.idt-tour-window-dots span{background:#d9dde4;border-radius:999px;width:.58rem;height:.58rem}.idt-tour-screen-head p,.idt-tour-path-head p,.idt-tour-connector-scope>p,.idt-tour-simulation p,.idt-tour-evidence-packet p,html[data-theme=light] .idt-tour-screen-head p{color:#6d37dd;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.68rem;font-weight:780;line-height:1.2}.idt-tour-screen-head h3,html[data-theme=light] .idt-tour-screen-head h3{color:#151922;letter-spacing:0;text-transform:none;margin:.18rem 0 0;font-size:1.06rem;font-weight:720}.idt-tour-screen-head>span,html[data-theme=light] .idt-tour-screen-head>span{color:#147348;white-space:nowrap;background:#e9fbf2;border:1px solid #189b612e;border-radius:999px;padding:.42rem .62rem;font-size:.74rem;font-weight:720}.idt-tour-product-preview{grid-template-columns:minmax(190px,.46fr) minmax(0,1fr);gap:.9rem;padding:1rem;display:grid}.idt-tour-connector-scope,.idt-tour-path-panel,.idt-tour-simulation,.idt-tour-evidence-packet{background:#ffffffd1;border:1px solid #11182717;border-radius:18px;box-shadow:0 12px 30px #1118270d}.idt-tour-connector-scope{align-content:start;gap:.65rem;padding:.9rem;display:grid}.idt-tour-connector-scope article{background:#f7f8fa;border-radius:14px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.58rem;padding:.72rem;display:grid}.idt-tour-connector-scope img{object-fit:contain;width:1.45rem;height:1.45rem}.idt-tour-connector-scope strong,.idt-tour-connector-scope span{display:block}.idt-tour-connector-scope strong{color:#151922;font-size:.82rem;line-height:1.2}.idt-tour-connector-scope span{color:#667085;margin-top:.1rem;font-size:.72rem;line-height:1.2}.idt-tour-path-panel{padding:1rem}.idt-tour-path-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.idt-tour-path-head h4{color:#111827;letter-spacing:0;max-width:36ch;margin:.28rem 0 0;font-size:1.32rem;font-weight:710;line-height:1.18}.idt-tour-path-head>span{color:#9a4f00;background:#fff3df;border-radius:999px;padding:.38rem .56rem;font-size:.72rem;font-weight:780}.idt-tour-path-chain{grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem;margin-top:1rem;display:grid;position:relative}.idt-tour-path-chain:before{content:"";background:linear-gradient(90deg,#6d37dd47,#14734852);height:1px;position:absolute;top:1.25rem;left:8%;right:8%}.idt-tour-path-chain article{background:#fff;border:1px solid #11182714;border-radius:15px;min-height:102px;padding:2.2rem .7rem .72rem;position:relative}.idt-tour-path-chain article:before{content:"";background:#6d37dd;border:3px solid #fff;border-radius:999px;width:.66rem;height:.66rem;position:absolute;top:.92rem;left:.72rem;box-shadow:0 0 0 1px #6d37dd47}.idt-tour-path-chain article:last-child:before{background:#147348;box-shadow:0 0 0 1px #14734847}.idt-tour-path-chain small{color:#8a94a6;letter-spacing:.08em;text-transform:uppercase;font-size:.64rem;font-weight:760;display:block}.idt-tour-path-chain strong{color:#151922;margin-top:.24rem;font-size:.76rem;line-height:1.36;display:block}.idt-tour-simulation,.idt-tour-evidence-packet{padding:.9rem}.idt-tour-simulation{gap:.75rem;display:grid}.idt-tour-simulation strong,.idt-tour-evidence-packet strong{color:#151922;margin-top:.26rem;font-size:.92rem;line-height:1.3;display:block}.idt-tour-simulation code{color:#d9e2f2;font-family:var(--font-mono,"IBM Plex Mono", "SFMono-Regular", monospace);white-space:normal;background:#0b0d12;border:1px solid #11182714;border-radius:14px;gap:.28rem;padding:.75rem;font-size:.72rem;line-height:1.45;display:grid}.idt-tour-simulation code span{display:block}.idt-tour-simulation code .is-remove{color:#ffaaa5}.idt-tour-simulation code .is-add{color:#8ee8bf}.idt-tour-evidence-packet{grid-template-columns:minmax(0,.72fr) minmax(0,1fr);align-items:center;gap:.75rem;display:grid}.idt-tour-evidence-packet ul{flex-wrap:wrap;gap:.42rem;margin:0;padding:0;list-style:none;display:flex}.idt-tour-evidence-packet li{color:#3f4858;background:#f7f8fa;border:1px solid #11182714;border-radius:999px;padding:.38rem .52rem;font-size:.7rem;font-weight:680}@media (width<=1120px){.idt-product-tour-shell,html[data-theme=light] .idt-product-tour-shell{grid-template-columns:1fr}.idt-tour-rail{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=860px){.idt-product-tour-copy h2,html[data-theme=light] .idt-product-tour-copy h2{font-size:2.75rem}.idt-tour-rail,.idt-tour-product-preview,.idt-tour-path-chain{grid-template-columns:1fr}.idt-tour-path-chain:before{background:linear-gradient(#6d37dd47,#14734852);width:1px;height:auto;inset:1rem auto 1rem 1rem}.idt-tour-evidence-packet{grid-template-columns:1fr}}@media (width<=560px){.idt-product-tour{padding-block:3.5rem;overflow:hidden}.idt-product-tour-copy h2,html[data-theme=light] .idt-product-tour-copy h2{font-size:2.3rem}.idt-product-tour-shell,html[data-theme=light] .idt-product-tour-shell{border-radius:22px;max-width:100%;padding:.7rem;display:block;overflow:hidden}.idt-tour-rail,.idt-tour-screen{width:100%;max-width:100%}.idt-tour-rail{margin-bottom:.75rem}.idt-tour-screen-head{grid-template-columns:1fr}.idt-tour-window-dots{display:none}.idt-tour-step,html[data-theme=light] .idt-tour-step{grid-template-columns:1fr;min-height:auto}.idt-tour-step p,.idt-product-tour-copy p:not(.idt-eyebrow),.idt-tour-path-head h4,.idt-tour-path-chain strong,.idt-tour-simulation strong{overflow-wrap:anywhere}.idt-tour-path-head{display:grid}.idt-tour-path-head>span{width:fit-content}.idt-tour-path-chain article{min-height:auto}.idt-tour-simulation code{font-size:.66rem}}:root{--idt-hover-duration:.22s;--idt-hover-ease:cubic-bezier(.22, 1, .36, 1);--idt-hover-arrow-size:.46rem;--idt-hover-arrow-shift:.42rem}html[data-theme=light],html[data-theme=light] body{scrollbar-width:thin;scrollbar-color:#b6bfcd #f6f8fc}html[data-theme=light]::-webkit-scrollbar{width:10px;height:10px}html[data-theme=light] body::-webkit-scrollbar{width:10px;height:10px}html[data-theme=light]::-webkit-scrollbar-track{background:#f6f8fc}html[data-theme=light] body::-webkit-scrollbar-track{background:#f6f8fc}html[data-theme=light]::-webkit-scrollbar-thumb{background:#b6bfcd;border:2px solid #f6f8fc;border-radius:999px}html[data-theme=light] body::-webkit-scrollbar-thumb{background:#b6bfcd;border:2px solid #f6f8fc;border-radius:999px}html[data-theme=light]::-webkit-scrollbar-thumb:hover{background:#98a3b3}html[data-theme=light] body::-webkit-scrollbar-thumb:hover{background:#98a3b3}html:has(.idt-app-console-layout){scrollbar-width:thin;scrollbar-color:#ffffff38 transparent}html:has(.idt-app-console-layout) body{scrollbar-width:thin;scrollbar-color:#ffffff38 transparent}html:has(.idt-app-console-layout)::-webkit-scrollbar{width:8px;height:8px}html:has(.idt-app-console-layout) body::-webkit-scrollbar{width:8px;height:8px}html:has(.idt-app-console-layout)::-webkit-scrollbar-track{background:0 0}html:has(.idt-app-console-layout) body::-webkit-scrollbar-track{background:0 0}html:has(.idt-app-console-layout)::-webkit-scrollbar-thumb{background-color:#ffffff2e;background-clip:padding-box;border:2px solid #0000;border-radius:999px}html:has(.idt-app-console-layout) body::-webkit-scrollbar-thumb{background-color:#ffffff2e;background-clip:padding-box;border:2px solid #0000;border-radius:999px}html:has(.idt-app-console-layout)::-webkit-scrollbar-thumb:hover{background-color:#ffffff52;background-clip:padding-box}html:has(.idt-app-console-layout) body::-webkit-scrollbar-thumb:hover{background-color:#ffffff52;background-clip:padding-box}.idt-btn,.idt-header-demo,.idt-header-utility,.idt-nav a,.idt-inline-link,.idt-footer-links a,.idt-footer-trust-links a,.idt-final-cta-link,.idt-footer-super-cta,.idt-hero-proof-pill{transition:transform var(--idt-hover-duration) var(--idt-hover-ease), box-shadow var(--idt-hover-duration) var(--idt-hover-ease), border-color var(--idt-hover-duration) var(--idt-hover-ease), background-color var(--idt-hover-duration) var(--idt-hover-ease), color var(--idt-hover-duration) var(--idt-hover-ease), opacity var(--idt-hover-duration) var(--idt-hover-ease);position:relative}.idt-btn,.idt-header-demo,.idt-final-cta-link,.idt-footer-super-cta,.idt-hero-proof-pill{padding-right:2.75rem}.idt-header-utility,.idt-nav a,.idt-inline-link,.idt-footer-links a,.idt-footer-trust-links a{padding-right:1.05rem}.idt-btn:after,.idt-header-demo:after,.idt-header-utility:after,.idt-nav a:before,.idt-inline-link:after,.idt-footer-links a:after,.idt-footer-trust-links a:after,.idt-final-cta-link:after,.idt-footer-super-cta:after,.idt-hero-proof-pill:after{content:"";width:var(--idt-hover-arrow-size);height:var(--idt-hover-arrow-size);opacity:0;pointer-events:none;transform:translate3d(calc(-1 * var(--idt-hover-arrow-shift)), -50%, 0) rotate(45deg);transition:opacity var(--idt-hover-duration) var(--idt-hover-ease), transform var(--idt-hover-duration) var(--idt-hover-ease);border-top:1.5px solid;border-right:1.5px solid;position:absolute;top:50%}.idt-btn:after,.idt-header-demo:after,.idt-final-cta-link:after,.idt-footer-super-cta:after,.idt-hero-proof-pill:after{right:1.1rem}.idt-header-utility:after,.idt-inline-link:after,.idt-footer-links a:after,.idt-footer-trust-links a:after{right:.12rem}.idt-nav a:before{right:-.05rem}.idt-btn:hover,.idt-btn:focus-visible,.idt-header-demo:hover,.idt-header-demo:focus-visible,.idt-header-utility:hover,.idt-header-utility:focus-visible,.idt-nav a:hover,.idt-nav a:focus-visible,.idt-inline-link:hover,.idt-inline-link:focus-visible,.idt-footer-links a:hover,.idt-footer-links a:focus-visible,.idt-footer-trust-links a:hover,.idt-footer-trust-links a:focus-visible,.idt-final-cta-link:hover,.idt-final-cta-link:focus-visible,.idt-footer-super-cta:hover,.idt-footer-super-cta:focus-visible,.idt-hero-proof-pill:hover,.idt-hero-proof-pill:focus-visible{transform:translateY(-1px)}.idt-btn:hover:after,.idt-btn:focus-visible:after,.idt-header-demo:hover:after,.idt-header-demo:focus-visible:after,.idt-header-utility:hover:after,.idt-header-utility:focus-visible:after,.idt-nav a:hover:before,.idt-nav a:focus-visible:before,.idt-inline-link:hover:after,.idt-inline-link:focus-visible:after,.idt-footer-links a:hover:after,.idt-footer-links a:focus-visible:after,.idt-footer-trust-links a:hover:after,.idt-footer-trust-links a:focus-visible:after,.idt-final-cta-link:hover:after,.idt-final-cta-link:focus-visible:after,.idt-footer-super-cta:hover:after,.idt-footer-super-cta:focus-visible:after,.idt-hero-proof-pill:hover:after,.idt-hero-proof-pill:focus-visible:after{opacity:.9;transform:translateY(-50%)rotate(45deg)}.idt-btn:hover,.idt-btn:focus-visible,.idt-header-demo:hover,.idt-header-demo:focus-visible{box-shadow:0 16px 30px #11182724}.idt-header-utility:hover,.idt-header-utility:focus-visible,.idt-nav a:hover,.idt-nav a:focus-visible,.idt-inline-link:hover,.idt-inline-link:focus-visible,.idt-footer-links a:hover,.idt-footer-links a:focus-visible{color:#0f172a}.idt-footer-trust-links a:hover,.idt-footer-trust-links a:focus-visible{color:#fffffff5}.idt-brand,.idt-social-link,.idt-logo-cloud-track .idt-logo-cloud-item{transition:transform var(--idt-hover-duration) var(--idt-hover-ease), box-shadow var(--idt-hover-duration) var(--idt-hover-ease), opacity var(--idt-hover-duration) var(--idt-hover-ease), border-color var(--idt-hover-duration) var(--idt-hover-ease), background-color var(--idt-hover-duration) var(--idt-hover-ease)}.idt-brand:hover,.idt-brand:focus-visible{transform:translateY(-1px)}.idt-social-link:hover,.idt-social-link:focus-visible{transform:translateY(-1px)scale(1.03);box-shadow:0 12px 22px #0f172a1f}.idt-logo-cloud-track .idt-logo-cloud-item:hover{opacity:.96;transform:translateY(-1px)}@supports selector(article:has(a)){:is(.idt-card:has(a,button),.idt-pricing-card:has(a,button)){transition:transform var(--idt-hover-duration) var(--idt-hover-ease), box-shadow var(--idt-hover-duration) var(--idt-hover-ease), border-color var(--idt-hover-duration) var(--idt-hover-ease), background-color var(--idt-hover-duration) var(--idt-hover-ease);position:relative}.idt-card:has(a,button):after{content:"";color:#0f172a99;opacity:0;width:.52rem;height:.52rem;transition:opacity var(--idt-hover-duration) var(--idt-hover-ease), transform var(--idt-hover-duration) var(--idt-hover-ease);border-top:1.5px solid;border-right:1.5px solid;position:absolute;top:1rem;right:1rem;transform:translate(-.32rem)rotate(45deg)}.idt-pricing-card:has(a,button):after{content:"";color:#0f172a99;opacity:0;width:.52rem;height:.52rem;transition:opacity var(--idt-hover-duration) var(--idt-hover-ease), transform var(--idt-hover-duration) var(--idt-hover-ease);border-top:1.5px solid;border-right:1.5px solid;position:absolute;top:1rem;right:1rem;transform:translate(-.32rem)rotate(45deg)}:is(.idt-card:has(a,button):hover,.idt-card:has(a,button):focus-within,.idt-pricing-card:has(a,button):hover,.idt-pricing-card:has(a,button):focus-within){background:#fffffff5;border-color:#5e729438;transform:translateY(-3px);box-shadow:0 22px 44px #0f172a1a}.idt-card:has(a,button):hover:after{opacity:.85;transform:translate(0,0)rotate(45deg)}.idt-card:has(a,button):focus-within:after{opacity:.85;transform:translate(0,0)rotate(45deg)}.idt-pricing-card:has(a,button):hover:after{opacity:.85;transform:translate(0,0)rotate(45deg)}.idt-pricing-card:has(a,button):focus-within:after{opacity:.85;transform:translate(0,0)rotate(45deg)}}@media (prefers-reduced-motion:reduce){.idt-btn,.idt-header-demo,.idt-header-utility,.idt-nav a,.idt-inline-link,.idt-footer-links a,.idt-footer-trust-links a,.idt-final-cta-link,.idt-footer-super-cta,.idt-hero-proof-pill,.idt-brand,.idt-social-link,.idt-logo-cloud-track .idt-logo-cloud-item,.idt-card,.idt-pricing-card,.idt-btn:after,.idt-header-demo:after,.idt-header-utility:after,.idt-nav a:before,.idt-inline-link:after,.idt-footer-links a:after,.idt-footer-trust-links a:after,.idt-final-cta-link:after,.idt-footer-super-cta:after,.idt-hero-proof-pill:after{transition:none}.idt-btn:hover,.idt-btn:focus-visible,.idt-header-demo:hover,.idt-header-demo:focus-visible,.idt-header-utility:hover,.idt-header-utility:focus-visible,.idt-nav a:hover,.idt-nav a:focus-visible,.idt-inline-link:hover,.idt-inline-link:focus-visible,.idt-footer-links a:hover,.idt-footer-links a:focus-visible,.idt-footer-trust-links a:hover,.idt-footer-trust-links a:focus-visible,.idt-final-cta-link:hover,.idt-final-cta-link:focus-visible,.idt-footer-super-cta:hover,.idt-footer-super-cta:focus-visible,.idt-hero-proof-pill:hover,.idt-hero-proof-pill:focus-visible,.idt-brand:hover,.idt-brand:focus-visible,.idt-social-link:hover,.idt-social-link:focus-visible,.idt-logo-cloud-track .idt-logo-cloud-item:hover{transform:none}}@supports selector(article:has(a)){@media (prefers-reduced-motion:reduce){.idt-card:has(a,button):after{transition:none}.idt-pricing-card:has(a,button):after{transition:none}:is(.idt-card:has(a,button):hover,.idt-card:has(a,button):focus-within,.idt-pricing-card:has(a,button):hover,.idt-pricing-card:has(a,button):focus-within){transform:none}}}html[data-theme=light] .idt-btn:hover,html[data-theme=light] .idt-btn:focus-visible,html[data-theme=light] .idt-header-demo:hover,html[data-theme=light] .idt-header-demo:focus-visible,html[data-theme=light] .idt-header-utility:hover,html[data-theme=light] .idt-header-utility:focus-visible,html[data-theme=light] .idt-nav a:hover,html[data-theme=light] .idt-nav a:focus-visible,html[data-theme=light] .idt-inline-link:hover,html[data-theme=light] .idt-inline-link:focus-visible,html[data-theme=light] .idt-footer-links a:hover,html[data-theme=light] .idt-footer-links a:focus-visible,html[data-theme=light] .idt-footer-trust-links a:hover,html[data-theme=light] .idt-footer-trust-links a:focus-visible,html[data-theme=light] .idt-final-cta-link:hover,html[data-theme=light] .idt-final-cta-link:focus-visible,html[data-theme=light] .idt-footer-super-cta:hover,html[data-theme=light] .idt-footer-super-cta:focus-visible,html[data-theme=light] .idt-hero-proof-pill:hover,html[data-theme=light] .idt-hero-proof-pill:focus-visible{transform:translateY(-1px)}html[data-theme=light] .idt-btn:hover:after,html[data-theme=light] .idt-btn:focus-visible:after,html[data-theme=light] .idt-header-demo:hover:after,html[data-theme=light] .idt-header-demo:focus-visible:after,html[data-theme=light] .idt-header-utility:hover:after,html[data-theme=light] .idt-header-utility:focus-visible:after,html[data-theme=light] .idt-nav a:hover:before,html[data-theme=light] .idt-nav a:focus-visible:before,html[data-theme=light] .idt-inline-link:hover:after,html[data-theme=light] .idt-inline-link:focus-visible:after,html[data-theme=light] .idt-footer-links a:hover:after,html[data-theme=light] .idt-footer-links a:focus-visible:after,html[data-theme=light] .idt-footer-trust-links a:hover:after,html[data-theme=light] .idt-footer-trust-links a:focus-visible:after,html[data-theme=light] .idt-final-cta-link:hover:after,html[data-theme=light] .idt-final-cta-link:focus-visible:after,html[data-theme=light] .idt-footer-super-cta:hover:after,html[data-theme=light] .idt-footer-super-cta:focus-visible:after,html[data-theme=light] .idt-hero-proof-pill:hover:after,html[data-theme=light] .idt-hero-proof-pill:focus-visible:after{opacity:.9;transform:translateY(-50%)rotate(45deg)}@media (prefers-reduced-motion:reduce){html[data-theme=light] .idt-btn:hover,html[data-theme=light] .idt-btn:focus-visible,html[data-theme=light] .idt-header-demo:hover,html[data-theme=light] .idt-header-demo:focus-visible,html[data-theme=light] .idt-header-utility:hover,html[data-theme=light] .idt-header-utility:focus-visible,html[data-theme=light] .idt-nav a:hover,html[data-theme=light] .idt-nav a:focus-visible,html[data-theme=light] .idt-inline-link:hover,html[data-theme=light] .idt-inline-link:focus-visible,html[data-theme=light] .idt-footer-links a:hover,html[data-theme=light] .idt-footer-links a:focus-visible,html[data-theme=light] .idt-footer-trust-links a:hover,html[data-theme=light] .idt-footer-trust-links a:focus-visible,html[data-theme=light] .idt-final-cta-link:hover,html[data-theme=light] .idt-final-cta-link:focus-visible,html[data-theme=light] .idt-footer-super-cta:hover,html[data-theme=light] .idt-footer-super-cta:focus-visible,html[data-theme=light] .idt-hero-proof-pill:hover,html[data-theme=light] .idt-hero-proof-pill:focus-visible{transform:none}}.idt-onboarding-shell{color:#f5f7fb;background:#000;width:100%;max-width:100vw;min-height:100vh;padding:22px clamp(16px,3vw,40px) 48px;font-family:Geist,Inter,sans-serif}.idt-onboarding-topbar{justify-content:space-between;align-items:center;gap:16px;width:100%;min-width:0;max-width:1180px;margin:0 auto 22px;display:flex}.idt-onboarding-brand,.idt-onboarding-signout{align-items:center;text-decoration:none;display:inline-flex}.idt-onboarding-brand{color:#f8fafc;gap:12px;min-width:0}.idt-onboarding-brand-copy{align-items:center;min-width:0;display:flex}.idt-onboarding-brand-copy strong{letter-spacing:0;font-size:1rem;line-height:1}.idt-onboarding-signout{color:#b4b4b4;background:#050505;border:1px solid #242424;border-radius:999px;gap:8px;min-height:36px;padding:0 13px;font-size:.82rem;font-weight:800;transition:background-color .18s,border-color .18s,color .18s}.idt-onboarding-signout:hover,.idt-onboarding-signout:focus-visible{color:#fff;background:#0a0a0a;border-color:#3a3a3a}.idt-onboarding-logo-mark{background:#fff;border:1px solid #ffffff42;border-radius:8px;place-items:center;width:2.1rem;height:2.1rem;display:inline-grid;overflow:hidden;box-shadow:0 14px 34px #00000047}.idt-onboarding-logo-mark img{object-fit:cover;width:100%;height:100%}.idt-onboarding-grid{grid-template-columns:minmax(248px,280px) minmax(0,880px);align-items:stretch;gap:18px;width:100%;max-width:min(1180px,100%);margin:0 auto;display:grid}.idt-onboarding-rail,.idt-onboarding-panel{background:#000;border:1px solid #1f1f1f;border-radius:8px;min-width:0;box-shadow:0 22px 62px #0000005c}.idt-onboarding-rail{align-content:start;align-self:stretch;width:100%;max-width:100%;padding:24px 20px;display:grid;position:sticky;top:24px}.idt-onboarding-panel{grid-template-columns:minmax(0,1fr) minmax(240px,270px);width:100%;max-width:100%;min-height:30rem;display:grid;overflow:hidden}.idt-onboarding-panel-main{background:#000;min-width:0;padding:clamp(20px,2.2vw,26px) clamp(28px,3.4vw,40px) clamp(28px,3.4vw,40px)}.idt-onboarding-rail-intro{margin-bottom:16px}.idt-onboarding-rail-label,.idt-onboarding-outcome-label{color:#858585;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:800}.idt-onboarding-panel h1{color:#fff;letter-spacing:0;overflow-wrap:normal;text-wrap:normal;white-space:nowrap;word-break:normal;width:100%;max-width:min(100%,620px);margin:0;font-size:clamp(2rem,2.75vw,2.55rem);line-height:1.04}.idt-onboarding-panel>p{color:#b7b7bd;max-width:680px;margin:18px 0 0;font-size:1.04rem;line-height:1.7}.idt-onboarding-panel-main>p{color:#b4b4b4;max-width:520px;margin:12px 0 0;font-size:.95rem;line-height:1.55}.idt-onboarding-shell .idt-app-kicker{color:#8ea7ff;letter-spacing:.15em}html[data-theme=light] .idt-onboarding-shell,html[data-theme=light] .idt-onboarding-shell .idt-onboarding-panel h1{color:#fff}html[data-theme=light] .idt-onboarding-shell .idt-app-kicker{color:#8ea7ff}.idt-onboarding-stepper{gap:6px;display:grid}.idt-onboarding-step{--step-accent:#fff;--step-accent-bg:#ffffff0b;--step-accent-border:#ffffff47;--step-accent-glow:#ffffff29;color:#8a8a8a;border:1px solid #0000;border-radius:7px;grid-template-columns:34px 1fr;align-items:center;gap:10px;min-height:48px;padding:8px;display:grid}.idt-onboarding-step:nth-child(2){--step-accent:#9aa9d8;--step-accent-bg:#7a90c50e;--step-accent-border:#7a90c52e;--step-accent-glow:#7a90c51f}.idt-onboarding-step:nth-child(3){--step-accent:#86c49f;--step-accent-bg:#69a8820e;--step-accent-border:#69a88229;--step-accent-glow:#69a8821a}.idt-onboarding-step:nth-child(4){--step-accent:#c99f6f;--step-accent-bg:#b88a520e;--step-accent-border:#b88a5229;--step-accent-glow:#b88a521a}.idt-onboarding-step:nth-child(5){--step-accent:#d7908b;--step-accent-bg:#be6d6a0e;--step-accent-border:#be6d6a29;--step-accent-glow:#be6d6a1a}.idt-onboarding-step-icon{border:1px solid var(--step-accent-border);background:var(--step-accent-bg);width:34px;height:34px;color:var(--step-accent);border-radius:7px;place-items:center;display:grid}.idt-onboarding-step-copy{gap:2px;min-width:0;display:grid}.idt-onboarding-step strong{color:#d4d4d4;font-size:.9rem}.idt-onboarding-step small{color:#737373;text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;font-weight:700;overflow:hidden}.idt-onboarding-step.is-current{background:#0a0a0a;border-color:#333}.idt-onboarding-step.is-current .idt-onboarding-step-icon{border-color:var(--step-accent);background:var(--step-accent-bg);color:var(--step-accent);box-shadow:0 0 18px var(--step-accent-glow)}.idt-onboarding-step.is-current strong{color:#fff}.idt-onboarding-step.is-complete .idt-onboarding-step-icon{border-color:var(--step-accent-border);background:var(--step-accent-bg);color:var(--step-accent)}.idt-onboarding-form{gap:14px;width:100%;max-width:480px;margin-top:clamp(28px,3.8vw,44px);display:grid}.idt-onboarding-field{gap:6px;display:grid}.idt-onboarding-form label{color:#f0f0f0;font-weight:800}.idt-onboarding-field p{color:#8a8a8a;margin:0;font-size:.86rem;line-height:1.5}.idt-onboarding-form input,.idt-onboarding-form textarea{width:100%;font:inherit;color:#fff;box-shadow:none;background:#050505;border:1px solid #2a2a2a;border-radius:8px;padding:13px 15px}.idt-onboarding-input-wrap{position:relative}.idt-onboarding-input-wrap input,.idt-onboarding-input-wrap textarea{display:block}.idt-onboarding-input-wrap.has-error input,.idt-onboarding-input-wrap.has-error textarea{border-color:#ef4444}.idt-onboarding-input-error{box-sizing:border-box;color:#ff5a5f;pointer-events:none;align-items:center;padding:0 15px;font-size:.78rem;font-style:italic;font-weight:650;line-height:1.25;display:flex;position:absolute;inset:0}.idt-onboarding-input-wrap textarea+.idt-onboarding-input-error{margin-top:7px;padding:0 1px;display:block;position:static}.idt-onboarding-inline-error{color:#ff5a5f;margin:10px 0 0;font-size:.78rem;font-style:italic;font-weight:650;line-height:1.25}.idt-onboarding-panel-main>.idt-onboarding-inline-error{color:#ff5a5f;font-size:.78rem;line-height:1.25}.idt-onboarding-form input:focus-visible,.idt-onboarding-form textarea:focus-visible{border-color:#8ea7ffc7;outline:0;box-shadow:0 0 0 3px #8ea7ff24}.idt-onboarding-form textarea{resize:vertical}.idt-onboarding-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;margin-top:12px;display:flex}.idt-onboarding-actions .idt-btn{flex:none;gap:.38rem;width:fit-content;min-width:0;min-height:44px;padding:.68rem 1.06rem;line-height:1.1}.idt-onboarding-actions .idt-btn:after{content:none}.idt-btn:has(.idt-btn-enter-cue){padding-right:1.14rem}.idt-btn:has(.idt-btn-enter-cue):after{content:none}.idt-btn-enter-cue{border:1px solid color-mix(in srgb, currentColor 28%, transparent);background:color-mix(in srgb, currentColor 10%, transparent);color:currentColor;opacity:1;border-radius:6px;flex:none;justify-content:center;align-items:center;min-width:1.3rem;height:1.16rem;margin-left:0;padding:0 .28rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.72rem;font-weight:900;line-height:1;display:inline-flex;transform:translateY(.01em)}.idt-onboarding-shell .idt-btn-primary{color:#050607;background:#fff;border-color:#fff;box-shadow:0 14px 34px #00000059}.idt-onboarding-shell .idt-btn-primary:hover,.idt-onboarding-shell .idt-btn-primary:focus-visible{box-shadow:0 18px 44px #0000006b}html[data-theme=light] .idt-onboarding-shell .idt-btn-primary,html[data-theme=light] .idt-onboarding-shell .idt-btn-primary:hover,html[data-theme=light] .idt-onboarding-shell .idt-btn-primary:focus-visible{color:#050607;background:#fff;border-color:#fff}.idt-onboarding-shell .idt-btn-secondary,.idt-onboarding-shell .idt-btn-ghost{color:#e5e7eb;background:#050505;border-color:#2a2a2a}.idt-onboarding-provider-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:24px;display:grid}.idt-onboarding-provider{text-align:left;color:#f5f5f5;cursor:pointer;background:#050505;border:1px solid #2a2a2a;border-radius:8px;align-content:start;gap:10px;min-height:160px;padding:18px;display:grid}.idt-onboarding-provider:hover,.idt-onboarding-provider.is-selected{box-shadow:none;background:#0a0a0a;border-color:#fff}.idt-onboarding-provider:disabled{cursor:not-allowed;opacity:.58;box-shadow:none}.idt-onboarding-provider span{font-weight:900}.idt-onboarding-provider strong{font-size:1.05rem;line-height:1.35}.idt-onboarding-provider small,.idt-onboarding-scan-status small{color:#a6a6ad;line-height:1.5}.idt-onboarding-scan-status{background:#050505;border:1px solid #2a2a2a;border-radius:8px;gap:8px;max-width:520px;margin-top:24px;padding:20px;display:grid}.idt-onboarding-scan-status span{color:#a6a6ad;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:800}.idt-onboarding-scan-status strong{letter-spacing:0;color:#fff;font-size:2rem}.idt-onboarding-outcome{background:#050505;border-left:1px solid #1f1f1f;align-content:start;gap:16px;min-width:0;padding:24px 26px;display:grid}.idt-onboarding-outcome ol{gap:0;margin:0;padding:0;list-style:none;display:grid}.idt-onboarding-outcome li{color:#e5e5e5;border-bottom:1px solid #1f1f1f;justify-content:space-between;align-items:center;gap:14px;padding:10px 0;font-size:.86rem;font-weight:750;display:flex}.idt-onboarding-outcome li:first-child{border-top:1px solid #1f1f1f}.idt-onboarding-outcome li svg{color:#8a8a8a;flex:none}.idt-onboarding-tour{z-index:30;background:#0a0a0b;border:1px solid #242424;border-radius:8px;gap:16px;width:min(420px,100vw - 32px);padding:22px;display:grid;position:fixed;bottom:28px;right:clamp(16px,4vw,40px);box-shadow:0 24px 72px #00000061}.idt-onboarding-tour h2{margin:4px 0 0;font-size:1.2rem}.idt-onboarding-tour ol{color:#c8c8ce;gap:8px;margin:0;padding-left:20px;display:grid}@media (width<=1180px){.idt-onboarding-grid,.idt-onboarding-panel,.idt-onboarding-provider-grid{grid-template-columns:1fr}.idt-onboarding-rail{position:static}.idt-onboarding-stepper{grid-template-columns:repeat(5,minmax(128px,1fr));padding-bottom:2px;overflow-x:auto}.idt-onboarding-step{grid-template-columns:34px minmax(0,1fr)}.idt-onboarding-outcome{border-top:1px solid #202731;border-left:0}}@media (width<=560px){.idt-onboarding-shell{padding:16px 12px 32px}.idt-onboarding-topbar{gap:12px;margin-bottom:18px}.idt-onboarding-signout span{display:none}.idt-onboarding-panel-main,.idt-onboarding-outcome{padding:22px}.idt-onboarding-panel h1{white-space:normal;max-width:100%;font-size:2rem}.idt-onboarding-form{max-width:100%}.idt-onboarding-actions .idt-btn{justify-content:center;width:100%}.idt-onboarding-stepper{grid-template-columns:1fr}.idt-onboarding-step{text-align:left;grid-template-columns:38px 1fr;justify-items:start}.idt-onboarding-step small{white-space:normal}}.idt-scan-hero,.idt-scan-intake{color:#fff;background:#000;width:100%;padding-inline:clamp(1.25rem,7vw,7.5rem);font-family:Geist,Inter,sans-serif}.idt-scan-hero{background:#000;border-bottom:1px solid #1a1a1a;grid-template-columns:minmax(0,.92fr) minmax(22rem,.62fr);align-items:center;gap:clamp(2rem,6vw,6rem);min-height:clamp(21rem,32vw,26rem);padding-block:clamp(2.4rem,3.5vw,3.8rem) clamp(1.8rem,2.5vw,2.8rem);display:grid;position:relative;overflow:hidden}.idt-scan-hero-copy{max-width:47rem}.idt-scan-hero .idt-eyebrow{color:#f5f5f5;letter-spacing:.16em;margin-bottom:1rem;font-family:Geist,Inter,sans-serif}.idt-scan-hero h1{color:#fff;letter-spacing:.01em;text-transform:uppercase;max-width:17ch;margin:0;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:clamp(3rem,4.8vw,5rem);font-weight:700;line-height:.92}.idt-scan-hero-copy>p{color:#d4d4d8;max-width:58ch;margin:1.35rem 0 0;font-size:clamp(1.02rem,1.4vw,1.22rem);line-height:1.72}.idt-scan-assurances{flex-wrap:wrap;gap:.7rem;margin:2rem 0 0;padding:0;list-style:none;display:flex}.idt-scan-assurances li{color:#f5f5f5;min-height:38px;box-shadow:none;background:#080808;border:1px solid #2a2a2a;border-radius:999px;align-items:center;padding:.5rem .82rem;font-size:.84rem;font-weight:760;display:inline-flex}.idt-scan-visual{filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;border-left:1px solid #252525;justify-self:stretch;gap:1rem;padding-left:clamp(1.2rem,3vw,2.5rem);display:grid}.idt-scan-visual-heading{color:#a1a1aa;letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:flex-end;gap:1rem;font-size:.76rem;font-weight:780;display:flex}.idt-scan-visual-heading strong{color:#fff;letter-spacing:0;text-transform:none;font-size:.86rem}.idt-scan-path{gap:.75rem;display:grid}.idt-scan-path span{color:#fff;min-height:56px;box-shadow:none;filter:none;background:#090909;border:1px solid #2a2a2a;border-radius:8px;align-items:center;padding:.9rem 1rem;font-weight:780;display:flex;position:relative}.idt-scan-path span:after{content:"";background:#3a3a3a;width:1px;height:.78rem;position:absolute;bottom:-.78rem;left:1.25rem}.idt-scan-path span:last-child:after{display:none}.idt-scan-path .is-risk{color:#fff;background:#111;border-color:#4a4a4a}.idt-scan-risk-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:0;display:grid}.idt-scan-risk-metrics div{border-top:1px solid #2a2a2a;padding-top:.8rem}.idt-scan-risk-metrics dt{color:#a1a1aa;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.2rem;font-size:.72rem;font-weight:780}.idt-scan-risk-metrics dd{color:#fff;margin:0;font-size:clamp(1.05rem,1.6vw,1.45rem);font-weight:820}.idt-scan-intake{background:#000;padding-block:clamp(2.4rem,6vw,5rem) clamp(4rem,8vw,7rem);display:grid}.idt-scan-form{grid-template-columns:minmax(16rem,.42fr) minmax(0,1fr);align-items:start;gap:clamp(1.3rem,4vw,4.5rem);max-width:88rem;display:grid}.idt-scan-form-header{border-left:3px solid #fff;gap:.65rem;padding-left:1rem;display:grid;position:sticky;top:5.5rem}.idt-scan-form-header h2{color:#fff;letter-spacing:.01em;text-transform:uppercase;margin:0;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:clamp(1.6rem,3vw,2.35rem);line-height:1.04}.idt-scan-form-header>p:last-child{color:#a1a1aa;margin:0;line-height:1.65}.idt-scan-form .idt-intake-step{color:#e5e5e5}.idt-scan-form .idt-intake-grid{gap:1rem}.idt-scan-form .idt-intake-grid label{color:#e5e5e5;font-size:.86rem;font-weight:780}.idt-scan-form .idt-intake-grid input,.idt-scan-form .idt-intake-grid select{color:#fff;min-height:58px;box-shadow:none;background-color:#050505;border-color:#2a2a2a;border-radius:8px}.idt-scan-form .idt-intake-grid input:focus-visible,.idt-scan-form .idt-intake-grid select:focus-visible{outline-offset:3px;border-color:#fff;outline:2px solid #fff;box-shadow:0 0 0 4px #ffffff2e}.idt-scan-form .idt-intake-grid input::placeholder{color:#71717a}.idt-scan-form .idt-inline-actions{grid-column:2;margin-top:.2rem}.idt-scan-form .idt-btn{min-height:50px}.idt-scan-form .idt-btn-primary{color:#000;box-shadow:none;background:#fff;border-color:#fff}.idt-scan-form .idt-btn-dark,.idt-scan-form .idt-btn-ghost{color:#fff;box-shadow:none;background:#050505;border-color:#3a3a3a}.idt-scan-form .idt-intake-summary{color:#d4d4d8;background:0 0;border:0;border-left:3px solid #fff;border-radius:0;padding:.1rem 0 .1rem 1rem}.idt-scan-form .idt-intake-summary h3,.idt-scan-form .idt-intake-confirmation h3{color:#fff;margin:0 0 .45rem;font-size:1rem}.idt-scan-form .idt-intake-summary ul{color:#d4d4d8;padding-left:1rem}.idt-scan-form .idt-intake-review{gap:.8rem;display:grid}.idt-scan-form .idt-intake-review-row{background:#050505;border:1px solid #2a2a2a;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem;display:grid}.idt-scan-form .idt-intake-review-row span{color:#a1a1aa;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.2rem;font-size:.72rem;font-weight:850;display:block}.idt-scan-form .idt-intake-review-row strong{color:#fff;font-size:1rem;display:block}.idt-scan-form .idt-intake-review-row p{color:#d4d4d8;margin:.2rem 0 0}.idt-scan-form .idt-form-error{color:#fff;grid-column:2}.idt-scan-form .idt-intake-confirmation,.idt-scan-form .idt-intake-confirmation p{color:#d4d4d8}html[data-theme=light] .idt-scan-hero,html[data-theme=light] .idt-scan-intake{color:#fff;background:#000}html[data-theme=light] .idt-scan-hero h1,html[data-theme=light] .idt-scan-form-header h2,html[data-theme=light] .idt-scan-form .idt-intake-summary h3,html[data-theme=light] .idt-scan-form .idt-intake-confirmation h3{color:#fff}html[data-theme=light] .idt-scan-hero-copy>p,html[data-theme=light] .idt-scan-form-header>p:last-child,html[data-theme=light] .idt-scan-form .idt-intake-summary ul,html[data-theme=light] .idt-scan-form .idt-intake-confirmation,html[data-theme=light] .idt-scan-form .idt-intake-confirmation p,html[data-theme=light] .idt-scan-form .idt-intake-review-row p{color:#d4d4d8}html[data-theme=light] .idt-scan-hero .idt-eyebrow,html[data-theme=light] .idt-scan-form .idt-intake-step,html[data-theme=light] .idt-scan-form .idt-intake-grid label{color:#f5f5f5}html[data-theme=light] .idt-scan-assurances li,html[data-theme=light] .idt-scan-path span{color:#fff;box-shadow:none;filter:none;background:#090909;border-color:#2a2a2a}html[data-theme=light] .idt-scan-path .is-risk{color:#fff;background:#111;border-color:#4a4a4a}html[data-theme=light] .idt-scan-risk-metrics dt,html[data-theme=light] .idt-scan-visual-heading{color:#a1a1aa}html[data-theme=light] .idt-scan-risk-metrics dd,html[data-theme=light] .idt-scan-visual-heading strong{color:#fff}html[data-theme=light] .idt-scan-form .idt-intake-grid input,html[data-theme=light] .idt-scan-form .idt-intake-grid select{color:#fff;box-shadow:none;background-color:#050505;border-color:#2a2a2a}html[data-theme=light] .idt-scan-form .idt-intake-review-row{background:#050505;border-color:#2a2a2a}html[data-theme=light] .idt-scan-form .idt-intake-review-row span{color:#a1a1aa}html[data-theme=light] .idt-scan-form .idt-intake-review-row strong{color:#fff}html[data-theme=light] .idt-scan-form .idt-intake-grid input:focus-visible,html[data-theme=light] .idt-scan-form .idt-intake-grid select:focus-visible{border-color:#fff;outline-color:#fff;box-shadow:0 0 0 4px #ffffff2e}html[data-theme=light] .idt-scan-form .idt-intake-grid select,.idt-scan-form .idt-intake-grid select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3.25 5.5 7 9.25 10.75 5.5' fill='none' stroke='%23ffffff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .9rem center;background-size:.92rem .92rem}html[data-theme=light] .idt-scan-form .idt-btn-primary,.idt-scan-form .idt-btn-primary{color:#000;box-shadow:none;background:#fff;border-color:#fff}html[data-theme=light] .idt-scan-form .idt-btn-dark,html[data-theme=light] .idt-scan-form .idt-btn-ghost,.idt-scan-form .idt-btn-dark,.idt-scan-form .idt-btn-ghost{color:#fff;box-shadow:none;background:#050505;border-color:#3a3a3a}.idt-modal.idt-scan-modal{color:#fff;background:#050505;border-color:#2d2d30;border-radius:8px;width:min(96vw,980px);max-height:min(90vh,860px);padding:0;overflow:hidden;box-shadow:0 30px 90px #000000b3,0 0 0 1px #ffffff0a}.idt-scan-modal .idt-modal-close{z-index:2;color:#fff;cursor:pointer;background:#0f0f10;border-color:#303033;top:.8rem;right:.8rem}.idt-scan-modal-shell{grid-template-columns:minmax(16rem,.38fr) minmax(0,1fr);max-height:min(90vh,860px);display:grid}.idt-scan-modal-guide{background:#090909;border-right:1px solid #242427;flex-direction:column;gap:1rem;padding:1.35rem;display:flex;overflow:auto}.idt-scan-modal-guide h2{color:#fff;letter-spacing:0;max-width:12ch;margin:0;font-size:clamp(1.8rem,3vw,2.65rem);line-height:1.02}.idt-scan-modal-guide p{color:#c9c9cf;margin:0;line-height:1.55}.idt-scan-stepper{gap:.5rem;margin:.3rem 0 0;padding:0;list-style:none;display:grid}.idt-scan-stepper li{color:#b8b8bf;border:1px solid #26262a;border-radius:8px;align-items:center;gap:.65rem;min-height:42px;padding:.42rem .55rem;font-weight:760;display:flex}.idt-scan-stepper li span{color:#d7d7dc;background:#141416;border-radius:999px;place-items:center;width:1.65rem;height:1.65rem;font-size:.78rem;display:inline-grid}.idt-scan-stepper li.is-active{color:#000;background:#fff;border-color:#fff}.idt-scan-stepper li.is-active span{color:#fff;background:#000}.idt-scan-guidance-list{border-top:1px solid #242427;margin-top:auto;padding-top:1rem}.idt-scan-guidance-list h3{color:#fff;margin:0 0 .65rem;font-size:.9rem}.idt-scan-guidance-list ul{color:#c9c9cf;gap:.45rem;margin:0;padding-left:1rem;font-size:.9rem;line-height:1.45;display:grid}.idt-scan-modal-form.idt-scan-form{grid-template-columns:1fr;align-content:start;gap:1rem;max-width:none;max-height:min(90vh,860px);padding:1.35rem;overflow:auto}.idt-scan-modal-form .idt-scan-form-header{border-bottom:1px solid #242427;border-left:0;gap:.5rem;padding:0 2rem 1rem 0;position:static}.idt-scan-modal-form .idt-scan-form-header h2{font-family:var(--idt-display);letter-spacing:0;text-transform:none;font-size:clamp(1.45rem,2.5vw,2rem);line-height:1.08}.idt-scan-modal-form .idt-scan-form-header>p:last-child{max-width:54ch;line-height:1.5}.idt-scan-modal-form .idt-intake-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.idt-scan-modal-form .idt-intake-grid label{gap:.4rem;display:grid}.idt-scan-modal-form .idt-intake-grid input,.idt-scan-modal-form .idt-intake-grid select{min-height:52px}.idt-scan-modal-form .idt-inline-actions,.idt-scan-modal-form .idt-form-error{grid-column:auto}.idt-scan-modal-form .idt-inline-actions{justify-content:flex-end;margin-top:0}.idt-scan-modal-form .idt-form-error{background:#1a0909;border:1px solid #4b2a2a;border-radius:8px;margin:0;padding:.75rem .85rem}.idt-scan-modal-form .idt-intake-summary{background:#090909;border:1px solid #2a2a2a;border-left:3px solid #fff;border-radius:8px;grid-column:1/-1;padding:1rem}.idt-scan-modal-form .idt-intake-review{gap:.65rem}.idt-scan-modal-form .idt-intake-review-row{padding:.85rem}.idt-scan-modal-form .idt-intake-confirmation{background:#090909;border:1px solid #2a2a2a;border-radius:8px;gap:.8rem;padding:1rem;display:grid}.idt-scan-modal-form .idt-intake-confirmation h3{margin:0}html[data-theme=light] .idt-modal.idt-scan-modal,html[data-theme=light] .idt-modal.idt-scan-modal h2,html[data-theme=light] .idt-modal.idt-scan-modal h3,html[data-theme=light] .idt-scan-modal-guide h2,html[data-theme=light] .idt-scan-guidance-list h3,html[data-theme=light] .idt-scan-modal-form .idt-scan-form-header h2,html[data-theme=light] .idt-scan-modal-form .idt-intake-summary h3,html[data-theme=light] .idt-scan-modal-form .idt-intake-confirmation h3{color:#fff}html[data-theme=light] .idt-scan-modal-guide p,html[data-theme=light] .idt-scan-modal-guide li,html[data-theme=light] .idt-scan-modal-form .idt-scan-form-header>p:last-child,html[data-theme=light] .idt-scan-modal-form .idt-intake-confirmation,html[data-theme=light] .idt-scan-modal-form .idt-intake-confirmation p,html[data-theme=light] .idt-scan-modal-form .idt-intake-review-row p{color:#d9d9df}html[data-theme=light] .idt-scan-modal-form .idt-intake-step,html[data-theme=light] .idt-scan-modal-form .idt-intake-grid label{color:#f7f7fa}html[data-theme=light] .idt-scan-stepper li{color:#c6c6cc}html[data-theme=light] .idt-scan-stepper li.is-active{color:#000}@media (width<=980px){.idt-scan-hero{grid-template-columns:1fr;min-height:0}.idt-scan-visual{border-top:1px solid #252525;border-left:0;max-width:34rem;padding:1.5rem 0 0}.idt-scan-form{grid-template-columns:1fr;max-width:none}.idt-scan-form-header{position:static}.idt-scan-form .idt-inline-actions,.idt-scan-form .idt-form-error{grid-column:auto}.idt-scan-modal-shell{grid-template-columns:1fr}.idt-scan-modal-guide{border-bottom:1px solid #242427;border-right:0}.idt-scan-modal-guide h2{max-width:none}.idt-scan-stepper{grid-template-columns:repeat(4,minmax(0,1fr))}.idt-scan-stepper li{justify-content:center}.idt-scan-guidance-list{margin-top:0}}@media (width<=640px){.idt-scan-hero,.idt-scan-intake{padding-inline:1rem}.idt-scan-hero{padding-block:3rem 2.4rem}.idt-scan-hero h1{font-size:clamp(2.65rem,11vw,3.4rem)}.idt-scan-assurances{display:grid}.idt-scan-visual{display:none}.idt-scan-risk-metrics,.idt-scan-form .idt-intake-grid{grid-template-columns:1fr}.idt-scan-form .idt-inline-actions{display:grid}.idt-scan-form .idt-inline-actions .idt-btn{width:100%}.idt-modal.idt-scan-modal{width:min(100%,100vw - 1rem);overflow:auto}.idt-scan-modal-shell{max-height:none}.idt-scan-modal-form.idt-scan-form{max-height:none;padding:1rem;overflow:visible}.idt-scan-modal-guide{padding:1rem}.idt-scan-stepper,.idt-scan-modal-form .idt-intake-grid{grid-template-columns:1fr}}.idt-home-after-stack{color:#09090b;background:#fff;overflow-x:clip}.idt-home-after-stack .idt-section{width:100%;max-width:none;margin:0;padding:clamp(4.8rem,8vw,7.2rem) clamp(1.1rem,5vw,6rem)}.idt-home-after-stack .idt-eyebrow{color:currentColor;letter-spacing:.14em;font-size:.74rem;font-weight:800}html[data-theme=light] .idt-home-after-stack .idt-eyebrow{color:var(--idt-z-purple-dark);letter-spacing:.14em;font-size:.74rem;font-weight:800}.idt-home-after-stack h2,.idt-home-after-stack .idt-section-title h2,.idt-home-after-stack .idt-problem-copy h2,.idt-home-after-stack .idt-command-copy h2,.idt-home-after-stack .idt-product-tour-copy h2,html[data-theme=light] .idt-home-after-stack .idt-section-title h2,html[data-theme=light] .idt-home-after-stack .idt-problem-copy h2,html[data-theme=light] .idt-home-after-stack .idt-command-copy h2,html[data-theme=light] .idt-home-after-stack .idt-product-tour-copy h2{max-width:13.5ch;color:inherit;letter-spacing:0;text-transform:uppercase;margin:.55rem 0 0;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:clamp(3rem,6vw,5rem);font-weight:800;line-height:.98}.idt-home-after-stack .idt-section-title,.idt-home-after-stack .idt-product-tour-copy{max-width:74rem}.idt-home-after-stack .idt-section-title p,.idt-home-after-stack .idt-problem-copy>p,.idt-home-after-stack .idt-command-copy>p,.idt-home-after-stack .idt-product-tour-copy p:not(.idt-eyebrow),html[data-theme=light] .idt-home-after-stack .idt-section-title p,html[data-theme=light] .idt-home-after-stack .idt-problem-copy>p,html[data-theme=light] .idt-home-after-stack .idt-command-copy>p,html[data-theme=light] .idt-home-after-stack .idt-product-tour-copy p:not(.idt-eyebrow){color:#52525b;max-width:46rem;margin-top:1.1rem;font-size:1.05rem;line-height:1.72}.idt-home-after-stack .idt-btn{box-shadow:none;border-radius:8px}.idt-home-after-stack .idt-btn-primary,html[data-theme=light] .idt-home-after-stack .idt-btn-primary{color:#000;box-shadow:none;background:#fff;border-color:#fff}.idt-home-after-stack .idt-btn-ghost,html[data-theme=light] .idt-home-after-stack .idt-btn-ghost{color:#000;box-shadow:none;background:#fff;border-color:#111}.idt-home-after-stack .idt-inline-link,.idt-home-after-stack .idt-final-cta-link,html[data-theme=light] .idt-home-after-stack .idt-inline-link,html[data-theme=light] .idt-home-after-stack .idt-final-cta-link{color:currentColor}.idt-home-after-stack .idt-problem-frame,html[data-theme=light] .idt-home-after-stack .idt-problem-frame{color:#fff;background:#000;border-top:1px solid #1f1f1f;border-bottom:1px solid #1f1f1f}.idt-home-after-stack .idt-problem-frame-grid{grid-template-columns:minmax(300px,.48fr) minmax(0,1.52fr);align-items:center;gap:clamp(2rem,5vw,5rem);display:grid}.idt-home-after-stack .idt-problem-copy>p,html[data-theme=light] .idt-home-after-stack .idt-problem-copy>p{color:#a1a1aa}.idt-home-after-stack .idt-problem-path-visual{min-height:560px;box-shadow:none;background:#050505;border:1px solid #262626;border-radius:8px;grid-template-columns:minmax(220px,.52fr) 88px minmax(320px,1fr);padding:1px}.idt-home-after-stack .idt-problem-path-visual:before{display:none}.idt-home-after-stack .idt-problem-source-stack{background:#262626;align-self:stretch;gap:1px}.idt-home-after-stack .idt-problem-source-card,html[data-theme=light] .idt-home-after-stack .idt-problem-source-card{min-height:0;box-shadow:none;background:#0a0a0a;border:0;border-radius:0;align-content:center;transform:none}.idt-home-after-stack .idt-problem-source-icon{box-shadow:none;background:#fff;border-radius:8px}.idt-home-after-stack .idt-problem-source-card span:not(.idt-problem-source-icon),html[data-theme=light] .idt-home-after-stack .idt-problem-source-card span:not(.idt-problem-source-icon){color:#fff}.idt-home-after-stack .idt-problem-source-card small,html[data-theme=light] .idt-home-after-stack .idt-problem-source-card small{color:#a1a1aa}.idt-home-after-stack .idt-problem-path-spine:before{box-shadow:none;background:#3f3f46}.idt-home-after-stack .idt-problem-path-spine:after{background:#fff;box-shadow:0 0 0 6px #111}.idt-home-after-stack .idt-problem-path-spine span{background:#27272a}.idt-home-after-stack .idt-problem-frame .idt-problem-map-core,html[data-theme=light] .idt-home-after-stack .idt-problem-frame .idt-problem-map-core{color:#000;min-height:558px;box-shadow:none;background:#fff;border:0;border-left:1px solid #262626;border-radius:0 7px 7px 0}.idt-home-after-stack .idt-problem-frame .idt-problem-map-core p,html[data-theme=light] .idt-home-after-stack .idt-problem-frame .idt-problem-map-core p{color:#52525b}.idt-home-after-stack .idt-problem-frame .idt-problem-map-core strong,html[data-theme=light] .idt-home-after-stack .idt-problem-frame .idt-problem-map-core strong{color:#000;text-transform:uppercase;max-width:12ch;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:clamp(2.3rem,4vw,3.7rem);font-weight:800;line-height:.98}.idt-home-after-stack .idt-problem-frame .idt-problem-map-core div span,html[data-theme=light] .idt-home-after-stack .idt-problem-frame .idt-problem-map-core div span{color:#18181b;background:#f5f5f5;border-color:#d4d4d8;border-radius:8px}.idt-home-after-stack .idt-problem-timeline{background:#262626;gap:1px;margin-top:clamp(2rem,4vw,3.2rem)}.idt-home-after-stack .idt-problem-timeline:before{display:none}.idt-home-after-stack .idt-problem-timeline article,html[data-theme=light] .idt-home-after-stack .idt-problem-timeline article{min-height:260px;box-shadow:none;background:#050505;border:0;border-radius:0}.idt-home-after-stack .idt-problem-timeline article>span{color:#000;background:#fff;border-radius:8px}.idt-home-after-stack .idt-problem-timeline article small{color:#a1a1aa}.idt-home-after-stack .idt-problem-timeline article h3{color:#fff;font-size:1.2rem}.idt-home-after-stack .idt-problem-timeline article p{color:#a1a1aa}.idt-home-after-stack .idt-command-center,html[data-theme=light] .idt-home-after-stack .idt-command-center{color:#09090b;background:#f5f5f5}.idt-home-after-stack .idt-command-center-grid{grid-template-columns:minmax(300px,.42fr) minmax(0,1.58fr);align-items:start;gap:clamp(2rem,5vw,5rem);display:grid}.idt-home-after-stack .idt-command-copy{position:sticky;top:6rem}.idt-home-after-stack .idt-command-copy>p,html[data-theme=light] .idt-home-after-stack .idt-command-copy>p{color:#52525b}.idt-home-after-stack .idt-command-tabs,html[data-theme=light] .idt-home-after-stack .idt-command-tabs{background:#fff;border:1px solid #d4d4d8;border-radius:8px;margin-top:2rem;padding:0;display:grid}.idt-home-after-stack .idt-command-tabs button,html[data-theme=light] .idt-home-after-stack .idt-command-tabs button{color:#52525b;background:0 0;border-bottom:1px solid #d4d4d8;border-radius:0;justify-content:flex-start}.idt-home-after-stack .idt-command-tabs button:last-child{border-bottom:0}.idt-home-after-stack .idt-command-tabs button.is-active,html[data-theme=light] .idt-home-after-stack .idt-command-tabs button.is-active{color:#fff;background:#000}.idt-home-after-stack .idt-command-tabs button span,.idt-home-after-stack .idt-command-tabs button.is-active span,html[data-theme=light] .idt-home-after-stack .idt-command-tabs button span,html[data-theme=light] .idt-home-after-stack .idt-command-tabs button.is-active span{background:currentColor}.idt-home-after-stack .idt-command-surface,html[data-theme=light] .idt-home-after-stack .idt-command-surface{color:#fff;min-height:640px;box-shadow:none;background:#000;border:1px solid #242424;border-radius:8px}.idt-home-after-stack .idt-command-surface-head{border-bottom:1px solid #242424;padding-bottom:1.35rem}.idt-home-after-stack .idt-command-surface-head h3,html[data-theme=light] .idt-home-after-stack .idt-command-surface-head h3{color:#fff;text-transform:uppercase;max-width:19ch;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:clamp(2.2rem,4vw,3.35rem);font-weight:800;line-height:1}.idt-home-after-stack .idt-command-surface-head p,.idt-home-after-stack .idt-command-label,.idt-home-after-stack .idt-command-metrics small,html[data-theme=light] .idt-home-after-stack .idt-command-surface-head p,html[data-theme=light] .idt-home-after-stack .idt-command-label,html[data-theme=light] .idt-home-after-stack .idt-command-metrics small{color:#a1a1aa}.idt-home-after-stack .idt-command-surface-head>span,html[data-theme=light] .idt-home-after-stack .idt-command-surface-head>span{color:#000;background:#fff;border-color:#3f3f46;border-radius:8px}.idt-home-after-stack .idt-command-metrics{background:#242424;gap:1px;margin-top:1.4rem}.idt-home-after-stack .idt-command-metrics div,.idt-home-after-stack .idt-command-list li,.idt-home-after-stack .idt-command-playbook li,html[data-theme=light] .idt-home-after-stack .idt-command-metrics div,html[data-theme=light] .idt-home-after-stack .idt-command-list li,html[data-theme=light] .idt-home-after-stack .idt-command-playbook li{color:#fff;box-shadow:none;background:#090909;border:0;border-radius:0}.idt-home-after-stack .idt-command-metrics strong,html[data-theme=light] .idt-home-after-stack .idt-command-metrics strong{color:#fff}.idt-home-after-stack .idt-command-detail-grid{margin-top:1.4rem}.idt-home-after-stack .idt-product-tour,html[data-theme=light] .idt-home-after-stack .idt-product-tour{color:#09090b;background:#fff;border-top:1px solid #e4e4e7;border-bottom:1px solid #e4e4e7}.idt-home-after-stack .idt-product-tour-shell,html[data-theme=light] .idt-home-after-stack .idt-product-tour-shell{box-shadow:none;background:#18181b;border:1px solid #18181b;border-radius:8px;grid-template-columns:minmax(300px,.42fr) minmax(0,1.58fr);gap:1px;margin-top:2.5rem;padding:1px}.idt-home-after-stack .idt-tour-rail{background:#18181b;gap:1px}.idt-home-after-stack .idt-tour-step,html[data-theme=light] .idt-home-after-stack .idt-tour-step,.idt-home-after-stack .idt-tour-step.is-active,html[data-theme=light] .idt-home-after-stack .idt-tour-step.is-active{color:#fff;min-height:150px;box-shadow:none;background:#050505;border:0;border-radius:0}.idt-home-after-stack .idt-tour-step.is-active,html[data-theme=light] .idt-home-after-stack .idt-tour-step.is-active{color:#fff;background:#090909;box-shadow:inset 0 0 0 1px #1f1f1f}.idt-home-after-stack .idt-tour-step-index,.idt-home-after-stack .idt-tour-step>span,html[data-theme=light] .idt-home-after-stack .idt-tour-step>span{color:#000;background:#fff;border-radius:8px}.idt-home-after-stack .idt-tour-step.is-active .idt-tour-step-index,html[data-theme=light] .idt-home-after-stack .idt-tour-step.is-active .idt-tour-step-index{color:#000;background:#fff}.idt-home-after-stack .idt-tour-step h3,html[data-theme=light] .idt-home-after-stack .idt-tour-step h3,.idt-home-after-stack .idt-tour-step.is-active h3,html[data-theme=light] .idt-home-after-stack .idt-tour-step.is-active h3{color:#fff}.idt-home-after-stack .idt-tour-step small,.idt-home-after-stack .idt-tour-step p,html[data-theme=light] .idt-home-after-stack .idt-tour-step p,.idt-home-after-stack .idt-tour-step.is-active small,.idt-home-after-stack .idt-tour-step.is-active p,html[data-theme=light] .idt-home-after-stack .idt-tour-step.is-active p{color:#a1a1aa}.idt-home-after-stack .idt-tour-screen,html[data-theme=light] .idt-home-after-stack .idt-tour-screen{box-shadow:none;background:#f5f5f5;border:0;border-radius:0 7px 7px 0}.idt-home-after-stack .idt-tour-screen-head{background:#fff;border-bottom-color:#d4d4d8}.idt-home-after-stack .idt-tour-screen-head p,.idt-home-after-stack .idt-tour-path-head p,.idt-home-after-stack .idt-tour-connector-scope>p,.idt-home-after-stack .idt-tour-simulation p,.idt-home-after-stack .idt-tour-evidence-packet p,html[data-theme=light] .idt-home-after-stack .idt-tour-screen-head p{color:#52525b}.idt-home-after-stack .idt-tour-screen-head h3,.idt-home-after-stack .idt-tour-path-head h4,html[data-theme=light] .idt-home-after-stack .idt-tour-screen-head h3{color:#000}.idt-home-after-stack .idt-tour-screen-head>span,html[data-theme=light] .idt-home-after-stack .idt-tour-screen-head>span{color:#fff;background:#000;border-color:#d4d4d8;border-radius:8px}.idt-home-after-stack .idt-tour-connector-scope,.idt-home-after-stack .idt-tour-path-panel,.idt-home-after-stack .idt-tour-simulation,.idt-home-after-stack .idt-tour-evidence-packet{box-shadow:none;background:#fff;border-color:#d4d4d8;border-radius:8px}.idt-home-after-stack .idt-tour-connector-scope article,.idt-home-after-stack .idt-tour-path-chain article,.idt-home-after-stack .idt-tour-evidence-packet li{background:#f5f5f5;border-color:#e4e4e7;border-radius:8px}.idt-home-after-stack .idt-tour-simulation code{background:#000;border-color:#27272a;border-radius:8px}.idt-home-after-stack .idt-workflow-section,html[data-theme=light] .idt-home-after-stack .idt-workflow-section{color:#fff;background:#000;border-top:1px solid #1f1f1f;border-bottom:1px solid #1f1f1f}.idt-home-after-stack .idt-workflow-section .idt-section-title p,html[data-theme=light] .idt-home-after-stack .idt-workflow-section .idt-section-title p{color:#a1a1aa}.idt-home-after-stack .idt-workflow-track{background:#27272a;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:3rem;padding:0;display:grid}.idt-home-after-stack .idt-workflow-track:before{display:none}.idt-home-after-stack .idt-workflow-track li{color:#fff;background:#050505;border:0;border-radius:0;min-height:340px;margin:0;padding:1.35rem}.idt-home-after-stack .idt-workflow-track h3{color:#fff;margin-top:5rem;font-size:1.45rem;line-height:1.08}.idt-home-after-stack .idt-workflow-track li>p{color:#a1a1aa}.idt-home-after-stack .idt-workflow-output,html[data-theme=light] .idt-home-after-stack .idt-workflow-output{color:#fff;background:0 0;border-left:2px solid #fff}.idt-home-after-stack .idt-deployment-bridge,html[data-theme=light] .idt-home-after-stack .idt-deployment-bridge{color:#09090b;background:linear-gradient(#f7f7f3 0%,#eeeeea 100%)}.idt-home-after-stack .idt-deployment-panel,html[data-theme=light] .idt-home-after-stack .idt-deployment-panel{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.idt-home-after-stack .idt-deployment-head{grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr));align-items:end;gap:clamp(2rem,7vw,8rem);display:grid}.idt-home-after-stack .idt-deployment-copy>p:not(.idt-eyebrow),html[data-theme=light] .idt-home-after-stack .idt-deployment-copy>p:not(.idt-eyebrow){color:#202027;max-width:50rem;margin:1.5rem 0 0;font-size:clamp(1.1rem,1.55vw,1.45rem);font-weight:650;line-height:1.55}.idt-home-after-stack .idt-deployment-panel h2{color:#09090b;max-width:9.5ch}.idt-home-after-stack .idt-deployment-summary,html[data-theme=light] .idt-home-after-stack .idt-deployment-summary{color:#fff;min-height:260px;box-shadow:none;background:#09090b;border:1px solid #1a1a1d;align-content:space-between;align-self:center;padding:clamp(1.35rem,2.2vw,2rem);display:grid}.idt-home-after-stack .idt-deployment-summary span,html[data-theme=light] .idt-home-after-stack .idt-deployment-summary span{color:#f3f3f1;letter-spacing:.16em;text-transform:uppercase;font-family:Space Grotesk,Barlow Semi Condensed,Arial,sans-serif;font-size:.86rem;font-weight:900}.idt-home-after-stack .idt-deployment-summary strong,html[data-theme=light] .idt-home-after-stack .idt-deployment-summary strong{color:#fff;text-transform:uppercase;max-width:18ch;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:clamp(2.15rem,4vw,4.25rem);line-height:.93}.idt-home-after-stack .idt-deployment-summary p,html[data-theme=light] .idt-home-after-stack .idt-deployment-summary p{color:#d8d8df;max-width:38rem;margin:0;font-size:1rem;font-weight:650;line-height:1.6}.idt-home-after-stack .idt-adoption-grid{background:0 0;gap:clamp(.8rem,1.4vw,1.1rem);margin-top:clamp(2.3rem,5vw,4.8rem)}.idt-home-after-stack .idt-adoption-card,html[data-theme=light] .idt-home-after-stack .idt-adoption-card{color:#09090b;background:#fbfaf5;border:1px solid #17171b;border-radius:7px;align-content:start;min-height:460px;padding:clamp(1.2rem,2.1vw,1.7rem);transition:transform .18s,box-shadow .18s;position:relative;box-shadow:0 16px 36px #09090b12}.idt-home-after-stack .idt-adoption-card:hover{transform:translateY(-3px);box-shadow:0 24px 52px #09090b24}.idt-home-after-stack .idt-adoption-card.is-featured,html[data-theme=light] .idt-home-after-stack .idt-adoption-card.is-featured{color:#fff;background:#09090b;box-shadow:0 28px 70px #09090b47}.idt-home-after-stack .idt-adoption-card-topline{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:clamp(1.2rem,2.4vw,2.25rem);display:flex}.idt-home-after-stack .idt-adoption-index,.idt-home-after-stack .idt-adoption-tag,html[data-theme=light] .idt-home-after-stack .idt-adoption-index,html[data-theme=light] .idt-home-after-stack .idt-adoption-tag{text-transform:uppercase;font-family:Space Grotesk,Barlow Semi Condensed,Arial,sans-serif;font-weight:900;line-height:1}.idt-home-after-stack .idt-adoption-index,html[data-theme=light] .idt-home-after-stack .idt-adoption-index{color:#09090b;border:1px solid;border-radius:999px;place-items:center;width:2.4rem;height:2.4rem;font-size:.82rem;display:inline-grid}.idt-home-after-stack .idt-adoption-card.is-featured .idt-adoption-index,html[data-theme=light] .idt-home-after-stack .idt-adoption-card.is-featured .idt-adoption-index{color:#fff}.idt-home-after-stack .idt-adoption-tag,html[data-theme=light] .idt-home-after-stack .idt-adoption-tag{color:#33333b;letter-spacing:.12em;font-size:.78rem}.idt-home-after-stack .idt-adoption-card.is-featured .idt-adoption-tag,html[data-theme=light] .idt-home-after-stack .idt-adoption-card.is-featured .idt-adoption-tag{color:#fff}.idt-home-after-stack .idt-adoption-card h3{color:#09090b;font-size:clamp(2rem,3.2vw,3rem);line-height:.95}.idt-home-after-stack .idt-adoption-card.is-featured h3,html[data-theme=light] .idt-home-after-stack .idt-adoption-card.is-featured h3{color:#fff}.idt-home-after-stack .idt-adoption-card p,.idt-home-after-stack .idt-adoption-card dd,html[data-theme=light] .idt-home-after-stack .idt-adoption-card p,html[data-theme=light] .idt-home-after-stack .idt-adoption-card dd{color:#202027;font-size:clamp(.98rem,1.05vw,1.08rem);font-weight:650;line-height:1.55}.idt-home-after-stack .idt-adoption-card.is-featured p,.idt-home-after-stack .idt-adoption-card.is-featured dd,html[data-theme=light] .idt-home-after-stack .idt-adoption-card.is-featured p,html[data-theme=light] .idt-home-after-stack .idt-adoption-card.is-featured dd{color:#f3f3f1}.idt-home-after-stack .idt-adoption-card dl{gap:.85rem;margin:.35rem 0 .4rem}.idt-home-after-stack .idt-adoption-card dl div{gap:.22rem}.idt-home-after-stack .idt-adoption-card dt,html[data-theme=light] .idt-home-after-stack .idt-adoption-card dt{color:#111116;letter-spacing:.1em;font-family:Space Grotesk,Barlow Semi Condensed,Arial,sans-serif;font-size:.82rem;font-weight:900}.idt-home-after-stack .idt-adoption-card.is-featured dt,html[data-theme=light] .idt-home-after-stack .idt-adoption-card.is-featured dt{color:#fff}.idt-home-after-stack .idt-adoption-card .idt-inline-link,html[data-theme=light] .idt-home-after-stack .idt-adoption-card .idt-inline-link{color:#09090b;margin-top:auto;font-size:1rem;font-weight:900}.idt-home-after-stack .idt-adoption-card.is-featured .idt-inline-link,html[data-theme=light] .idt-home-after-stack .idt-adoption-card.is-featured .idt-inline-link{color:#fff}.idt-home-after-stack .idt-adoption-note,html[data-theme=light] .idt-home-after-stack .idt-adoption-note{color:#fff;background:#ffffff17;border:1px solid #ffffff47;border-radius:6px;padding:.72rem .82rem;font-size:1rem;font-weight:800}.idt-home-after-stack .idt-adoption-actions .idt-btn-ghost,html[data-theme=light] .idt-home-after-stack .idt-adoption-actions .idt-btn-ghost{color:#09090b;background:0 0;border-color:#09090b}.idt-home-after-stack .idt-adoption-actions,html[data-theme=light] .idt-home-after-stack .idt-adoption-actions{justify-content:flex-end;margin-top:clamp(1.25rem,2.5vw,2rem)}.idt-home-after-stack .idt-home-compare-section,html[data-theme=light] .idt-home-after-stack .idt-home-compare-section{color:#09090b;background:#fff}.idt-home-after-stack .idt-home-compare-section .idt-section-title p,html[data-theme=light] .idt-home-after-stack .idt-home-compare-section .idt-section-title p{color:#52525b}.idt-home-after-stack .idt-home-compare,html[data-theme=light] .idt-home-after-stack .idt-home-compare{box-shadow:none;background:#18181b;border:1px solid #18181b;border-radius:0;margin-top:3rem}.idt-home-after-stack .idt-home-compare .idt-compare-table{border-collapse:separate;border-spacing:1px;background:#18181b}.idt-home-after-stack .idt-home-compare .idt-compare-table th,.idt-home-after-stack .idt-home-compare .idt-compare-table td,html[data-theme=light] .idt-home-after-stack .idt-home-compare .idt-compare-table th,html[data-theme=light] .idt-home-after-stack .idt-home-compare .idt-compare-table td{color:#09090b;background:#fff;border:0}.idt-home-after-stack .idt-home-compare .idt-compare-table thead th,html[data-theme=light] .idt-home-after-stack .idt-home-compare .idt-compare-table thead th{color:#fff;background:#000}.idt-home-after-stack .idt-home-compare .idt-compare-table td,html[data-theme=light] .idt-home-after-stack .idt-home-compare .idt-compare-table td{color:#52525b}.idt-home-after-stack .idt-home-final-cta,html[data-theme=light] .idt-home-after-stack .idt-home-final-cta{color:#fff;background:#000;border-top:1px solid #1f1f1f;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:2rem;display:grid}.idt-home-after-stack .idt-home-final-cta .idt-section-title p,html[data-theme=light] .idt-home-after-stack .idt-home-final-cta .idt-section-title p{color:#a1a1aa}.idt-home-after-stack .idt-home-final-cta .idt-inline-actions{justify-content:flex-end;margin:0}.idt-home-after-stack .idt-home-final-cta .idt-final-cta-link,html[data-theme=light] .idt-home-after-stack .idt-home-final-cta .idt-final-cta-link{color:#fff}@media (width<=1180px){.idt-home-after-stack .idt-problem-frame-grid,.idt-home-after-stack .idt-command-center-grid,.idt-home-after-stack .idt-product-tour-shell,html[data-theme=light] .idt-home-after-stack .idt-product-tour-shell,.idt-home-after-stack .idt-home-final-cta{grid-template-columns:1fr}.idt-home-after-stack .idt-deployment-head{grid-template-columns:1fr;gap:1.6rem}.idt-home-after-stack .idt-deployment-summary,html[data-theme=light] .idt-home-after-stack .idt-deployment-summary{min-height:0}.idt-home-after-stack .idt-command-copy{position:static}.idt-home-after-stack .idt-problem-path-visual{grid-template-columns:minmax(220px,.58fr) 80px minmax(320px,1fr)}.idt-home-after-stack .idt-workflow-track,.idt-home-after-stack .idt-adoption-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.idt-home-after-stack .idt-home-final-cta .idt-inline-actions{justify-content:flex-start}}@media (width<=820px){.idt-home-after-stack .idt-section{padding:3.8rem 1rem}.idt-home-after-stack h2,.idt-home-after-stack .idt-section-title h2,.idt-home-after-stack .idt-problem-copy h2,.idt-home-after-stack .idt-command-copy h2,.idt-home-after-stack .idt-product-tour-copy h2,html[data-theme=light] .idt-home-after-stack .idt-section-title h2,html[data-theme=light] .idt-home-after-stack .idt-problem-copy h2,html[data-theme=light] .idt-home-after-stack .idt-command-copy h2,html[data-theme=light] .idt-home-after-stack .idt-product-tour-copy h2{font-size:clamp(2.55rem,11vw,3.35rem)}.idt-home-after-stack .idt-problem-path-visual{min-height:0;display:block}.idt-home-after-stack .idt-problem-source-stack{grid-template-columns:1fr;display:grid}.idt-home-after-stack .idt-problem-path-spine{display:none}.idt-home-after-stack .idt-problem-frame .idt-problem-map-core,html[data-theme=light] .idt-home-after-stack .idt-problem-frame .idt-problem-map-core{border-top:1px solid #262626;border-left:0;border-radius:0 0 7px 7px;min-height:250px}.idt-home-after-stack .idt-problem-timeline,.idt-home-after-stack .idt-workflow-track,.idt-home-after-stack .idt-adoption-grid{grid-template-columns:1fr}.idt-home-after-stack .idt-product-tour-shell,html[data-theme=light] .idt-home-after-stack .idt-product-tour-shell{display:grid}.idt-home-after-stack .idt-tour-rail,.idt-home-after-stack .idt-tour-product-preview,.idt-home-after-stack .idt-command-detail-grid,.idt-home-after-stack .idt-command-metrics{grid-template-columns:1fr}.idt-home-after-stack .idt-tour-screen,html[data-theme=light] .idt-home-after-stack .idt-tour-screen{border-radius:0 0 7px 7px}.idt-home-after-stack .idt-workflow-track li,.idt-home-after-stack .idt-adoption-card{min-height:0}.idt-home-after-stack .idt-workflow-track h3,.idt-home-after-stack .idt-adoption-card h3{margin-top:2.2rem}.idt-home-after-stack .idt-home-final-cta .idt-inline-actions{display:grid}}.idt-hero-copy h1{max-width:9.4ch;color:var(--idt-premium-text);letter-spacing:0;text-transform:uppercase;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:clamp(3.1rem,5.1vw,5.7rem);font-weight:800;line-height:.96}.idt-hero-copy h1 span{color:var(--idt-premium-mint);font-family:inherit}html[data-theme=light] .idt-hero-copy h1{color:#0f1f19}html[data-theme=light] .idt-hero-copy h1 span{color:#6d37dd;font-family:inherit}.idt-hero .idt-btn,html[data-theme=light] .idt-hero .idt-btn{font-family:var(--idt-nav-font);border-radius:8px}.idt-home-after-stack .idt-command-surface,html[data-theme=light] .idt-home-after-stack .idt-command-surface{margin-top:clamp(1.6rem,3vw,3.4rem)}.idt-home-after-stack .idt-command-surface-head{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1.5rem;display:grid}.idt-home-after-stack .idt-workflow-track li,html[data-theme=light] .idt-home-after-stack .idt-workflow-track li{color:#fff;box-shadow:none;background:#070707;border:1px solid #242424}.idt-home-after-stack .idt-workflow-track li:nth-child(2n),html[data-theme=light] .idt-home-after-stack .idt-workflow-track li:nth-child(2n){background:#0d0d0d}.idt-home-after-stack .idt-workflow-track h3,html[data-theme=light] .idt-home-after-stack .idt-workflow-track h3{color:#fff}.idt-home-after-stack .idt-workflow-track li>p:not(.idt-workflow-output),html[data-theme=light] .idt-home-after-stack .idt-workflow-track li>p:not(.idt-workflow-output){color:#d4d4d8}.idt-home-after-stack .idt-workflow-stage,html[data-theme=light] .idt-home-after-stack .idt-workflow-stage{color:#a1a1aa}.idt-home-after-stack .idt-workflow-output,html[data-theme=light] .idt-home-after-stack .idt-workflow-output{color:#fff;background:#111;border:1px solid #3f3f46;border-left:2px solid #fff;border-radius:8px}.idt-product-graph-band .idt-demo-surface,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-surface{box-shadow:none;background:#262626;border:1px solid #262626;border-radius:8px;gap:1px;padding:1px}.idt-product-graph-band .idt-demo-toolbar,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-toolbar{color:#09090b;box-shadow:none;background:#fff;border:0;border-radius:7px 7px 0 0}.idt-product-graph-band .idt-demo-toolbar p,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-toolbar p,.idt-product-graph-band .idt-finding-label,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-finding-label{color:#52525b}.idt-product-graph-band .idt-demo-scenario-row button,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-scenario-row button{color:#18181b;box-shadow:none;background:#fff;border-color:#d4d4d8}.idt-product-graph-band .idt-demo-scenario-row button.is-active,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-scenario-row button.is-active{color:#fff;background:#09090b;border-color:#09090b}.idt-product-graph-band .idt-demo-view-toggle{background:#000;padding:.9rem 0}.idt-product-graph-band .idt-demo-view-toggle button,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-view-toggle button{color:#a1a1aa;background:#050505;border-color:#303030}.idt-product-graph-band .idt-demo-view-toggle button.is-active,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-view-toggle button[aria-selected=true]{color:#000;background:#fff;border-color:#fff}.idt-product-graph-band .idt-demo-graph,.idt-product-graph-band .idt-demo-list-view,.idt-product-graph-band .idt-demo-sidebar,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-graph,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-list-view,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-sidebar{color:#fff;box-shadow:none;background:#050505;border:0;border-radius:0}.idt-product-graph-band .idt-demo-graph{border-right:1px solid #262626}.idt-product-graph-band .idt-demo-node,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-node{color:#0f172a;box-shadow:none;background:#fff;border-color:#d4d4d8}.idt-product-graph-band .idt-demo-node small,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-node small{color:#64748b}.idt-product-graph-band .idt-demo-node.is-active,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-node.is-active{color:#000;background:#fff;border-color:#fff;box-shadow:0 0 0 3px #ffffff29}.idt-product-graph-band .idt-demo-sidebar h3,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-sidebar h3{color:#fff}.idt-product-graph-band .idt-demo-sidebar p,.idt-product-graph-band .idt-demo-sidebar li,.idt-product-graph-band .idt-demo-follow-up,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-sidebar p,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-sidebar li,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-follow-up{color:#d4d4d8}.idt-product-graph-band .idt-demo-evidence,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-evidence{color:#fff;background:#111;border:1px solid #3f3f46;border-radius:8px}.idt-product-graph-band .idt-demo-evidence strong,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-evidence strong,.idt-product-graph-band .idt-inline-link,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-inline-link{color:#fff}@media (width<=1180px){.idt-home-after-stack .idt-command-surface,html[data-theme=light] .idt-home-after-stack .idt-command-surface{margin-top:0}}@media (width<=820px){.idt-hero-copy h1,html[data-theme=light] .idt-hero-copy h1{max-width:9.6ch;font-size:clamp(2.65rem,12vw,3.35rem);line-height:1}.idt-home-after-stack .idt-command-surface-head{grid-template-columns:1fr}.idt-product-graph-band .idt-demo-graph{border-bottom:1px solid #262626;border-right:0}}html,html[data-theme=light],body,html[data-theme=light] body,#root,.idt-site{background:#000}html,body{overscroll-behavior-y:none}.idt-site>main{background:#fff}.idt-footer,html[data-theme=light] .idt-footer{background:#000;margin-top:0}.idt-footer-bar,html[data-theme=light] .idt-footer-bar{color:#fff;background:#000;border-top:1px solid #242424}.idt-footer-bar-row{min-height:78px}.idt-footer-meta small,.idt-footer-trust-links a,html[data-theme=light] .idt-footer-meta small,html[data-theme=light] .idt-footer-trust-links a{color:#a1a1aa}.idt-social-link,html[data-theme=light] .idt-social-link{color:#fff;background:#080808;border-color:#303030}.idt-social-link:hover,.idt-social-link:focus-visible{color:#000;background:#fff;border-color:#fff}.idt-home-after-stack .idt-home-final-cta,html[data-theme=light] .idt-home-after-stack .idt-home-final-cta{border-bottom:0;padding-bottom:clamp(5rem,8vw,7rem)}.idt-home-after-stack .idt-home-final-cta .idt-btn-primary,html[data-theme=light] .idt-home-after-stack .idt-home-final-cta .idt-btn-primary{color:#000;background:#fff;border-color:#fff;min-height:52px;font-weight:850}.idt-product-page .idt-product-hero-body{grid-template-columns:1fr}.idt-product-page .idt-product-hero-sidebar{display:none}.idt-product-page .idt-product-hero-graph{isolation:isolate;background:linear-gradient(90deg,#ffffff0a 1px,#0000 1px) 0 0/72px 72px,linear-gradient(#ffffff0a 1px,#0000 1px) 0 0/72px 72px,radial-gradient(circle at 38% 48%,#ffffff12,#0000 15rem),#050505;min-height:516px}.idt-product-graph-title{z-index:4;gap:.2rem;max-width:18rem;display:grid;position:absolute;top:1.15rem;left:1.15rem}.idt-product-graph-title span{color:#a1a1aa;letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:850}.idt-product-graph-title strong{color:#fff;text-transform:uppercase;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:1.5rem;font-weight:800;line-height:1}.idt-product-hero-graph svg{z-index:1}#idt-product-hero-arrow path{fill:#fff}#idt-product-hero-arrow-muted path{fill:#71717a}.idt-product-page .idt-product-hero-graph .idt-product-graph-edge{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.idt-product-page .idt-product-hero-graph .idt-product-graph-edge.is-muted{marker-end:url(#idt-product-hero-arrow-muted);stroke:#71717a;stroke-width:2px;opacity:.72}.idt-product-page .idt-product-hero-graph .idt-product-graph-edge.is-safe{marker-end:url(#idt-product-hero-arrow);stroke:#d4d4d8;stroke-width:2.8px;opacity:.92}.idt-product-page .idt-product-hero-graph .idt-product-graph-edge.is-risk{marker-end:url(#idt-product-hero-arrow);stroke:#fff;stroke-width:3.4px;filter:none}.idt-product-page .idt-product-hero-graph .idt-product-graph-edge.is-proof{marker-end:url(#idt-product-hero-arrow-muted);stroke:#a1a1aa;stroke-width:2.2px;opacity:.82}.idt-product-page .idt-graph-pill,.idt-product-page .idt-product-evidence-card,.idt-product-page .idt-product-hero-queue{z-index:3}.idt-product-page .idt-graph-pill.is-github{top:23%;left:7%}.idt-product-page .idt-graph-pill.is-data{inset:68% auto auto 58%}.idt-demo-edge-base,.idt-demo-edge-flow,.idt-demo-edge-arrow{fill:none;stroke-linecap:round;vector-effect:non-scaling-stroke}.idt-demo-edge-arrow{stroke:#d4d4d8;stroke-width:.92px;opacity:.76}.idt-demo-edges g.is-connected .idt-demo-edge-arrow{stroke:#fff;stroke-width:1.12px;opacity:1}.idt-demo-edge-flow{stroke-dasharray:18 120;opacity:.36}.idt-demo-edges g.is-connected .idt-demo-edge-flow{stroke-dasharray:22 116;opacity:.66}.idt-product-graph-band .idt-demo-edges g.is-connected .idt-demo-edge-flow{stroke-width:1.42px;stroke-dasharray:30 124;opacity:.58}.idt-marketing-page{color:#fff;background:#000;min-height:100%}.idt-marketing-page>.idt-page-hero-rich,html[data-theme=light] .idt-marketing-page>.idt-page-hero-rich{color:#fff;background:#000;border-bottom:1px solid #202020;grid-template-columns:minmax(380px,.9fr) minmax(520px,1.1fr);width:100%;max-width:none;margin:0;padding:clamp(4.25rem,7vw,6.2rem) clamp(1.25rem,5vw,6rem)}.idt-marketing-page>.idt-page-hero-rich:before,.idt-marketing-page>.idt-page-hero-rich:after,html[data-theme=light] .idt-marketing-page>.idt-page-hero-rich:before,html[data-theme=light] .idt-marketing-page>.idt-page-hero-rich:after{display:none}.idt-marketing-page .idt-page-hero-rich .idt-eyebrow,html[data-theme=light] .idt-marketing-page .idt-page-hero-rich .idt-eyebrow{color:#fff}.idt-marketing-page .idt-page-hero-rich h1,html[data-theme=light] .idt-marketing-page .idt-page-hero-rich h1{color:#fff;text-transform:uppercase;max-width:14ch;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:clamp(3rem,4.7vw,4.75rem);font-weight:800;line-height:.97}.idt-marketing-page .idt-page-hero-copy>p,html[data-theme=light] .idt-marketing-page .idt-page-hero-copy>p{color:#a1a1aa}.idt-blog-page .idt-page-hero-rich h1,html[data-theme=light] .idt-blog-page .idt-page-hero-rich h1{max-width:17ch;font-size:clamp(3rem,4.3vw,4.55rem)}.idt-marketing-page .idt-page-hero-rich .idt-btn-primary,html[data-theme=light] .idt-marketing-page .idt-page-hero-rich .idt-btn-primary{color:#000;box-shadow:none;background:#fff;border-color:#fff}.idt-marketing-page .idt-page-hero-rich .idt-btn-dark,html[data-theme=light] .idt-marketing-page .idt-page-hero-rich .idt-btn-dark{color:#fff;box-shadow:none;background:#050505;border-color:#303030}.idt-marketing-page>.idt-section.idt-shell,html[data-theme=light] .idt-marketing-page>.idt-section.idt-shell{color:#fff;background:#000;border-bottom:1px solid #202020;width:100%;max-width:none;margin:0;padding:clamp(4rem,7vw,6rem) clamp(1.25rem,5vw,6rem)}.idt-marketing-page .idt-card-grid,.idt-marketing-page .idt-pricing-grid{background:#242424;gap:1px}.idt-marketing-page .idt-card,.idt-marketing-page .idt-pricing-card,html[data-theme=light] .idt-marketing-page .idt-card,html[data-theme=light] .idt-marketing-page .idt-pricing-card{color:#fff;box-shadow:none;background:#080808;border:0;border-radius:0}.idt-marketing-page .idt-card h2,.idt-marketing-page .idt-pricing-card h2,html[data-theme=light] .idt-marketing-page .idt-card h2,html[data-theme=light] .idt-marketing-page .idt-pricing-card h2{color:#fff;letter-spacing:0;text-transform:uppercase;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-weight:800;line-height:1}.idt-marketing-page .idt-card p,.idt-marketing-page .idt-card li,.idt-marketing-page .idt-pricing-card p,.idt-marketing-page .idt-pricing-card li,html[data-theme=light] .idt-marketing-page .idt-card p,html[data-theme=light] .idt-marketing-page .idt-card li,html[data-theme=light] .idt-marketing-page .idt-pricing-card p,html[data-theme=light] .idt-marketing-page .idt-pricing-card li{color:#a1a1aa}.idt-marketing-page .idt-btn-ghost,html[data-theme=light] .idt-marketing-page .idt-btn-ghost{color:#fff;box-shadow:none;background:#050505;border-color:#303030}.idt-marketing-page .idt-inline-link,html[data-theme=light] .idt-marketing-page .idt-inline-link{color:#fff}.idt-modern-public-page>.idt-page-hero-rich.is-no-visual,html[data-theme=light] .idt-modern-public-page>.idt-page-hero-rich.is-no-visual{grid-template-columns:minmax(0,1fr)}.idt-modern-public-page>.idt-page-hero-rich:not(:has(.idt-page-hero-visual)){grid-template-columns:minmax(0,1fr)}html[data-theme=light] .idt-modern-public-page>.idt-page-hero-rich:not(:has(.idt-page-hero-visual)){grid-template-columns:minmax(0,1fr)}.idt-modern-public-page .idt-page-hero-copy,html[data-theme=light] .idt-modern-public-page .idt-page-hero-copy{max-width:min(980px,100%)}.idt-modern-public-page .idt-page-hero-rich h1,html[data-theme=light] .idt-modern-public-page .idt-page-hero-rich h1{max-width:17ch}.idt-modern-public-page .idt-page-hero-copy>p,html[data-theme=light] .idt-modern-public-page .idt-page-hero-copy>p{max-width:72ch}.idt-modern-public-page .idt-section-title h2,.idt-modern-public-page .idt-card h3,.idt-modern-public-page .idt-blog-section h2,html[data-theme=light] .idt-modern-public-page .idt-section-title h2,html[data-theme=light] .idt-modern-public-page .idt-card h3,html[data-theme=light] .idt-modern-public-page .idt-blog-section h2{color:#fff}html[data-theme=light] .idt-modern-public-page .idt-booking-prompt .idt-section-title h2{color:#183056}html[data-theme=light] .idt-modern-public-page .idt-booking-prompt .idt-section-title p,html[data-theme=light] .idt-modern-public-page .idt-booking-prompt-note,html[data-theme=light] .idt-modern-public-page .idt-booking-prompt-checklist,html[data-theme=light] .idt-modern-public-page .idt-booking-prompt-preview ol{color:#2f486f}html[data-theme=light] .idt-modern-public-page .idt-booking-prompt .idt-section-title .idt-eyebrow,html[data-theme=light] .idt-modern-public-page .idt-booking-prompt-preview .idt-eyebrow{color:#5d79a4}.idt-modern-public-page .idt-card,.idt-modern-public-page .idt-lead-form,.idt-modern-public-page .idt-table-wrap,.idt-modern-public-page .idt-roi,.idt-modern-public-page .idt-demo-sidebar,.idt-modern-public-page .idt-demo-graph,.idt-modern-public-page .idt-demo-list-view,.idt-modern-public-page .idt-faq-item,html[data-theme=light] .idt-modern-public-page .idt-card,html[data-theme=light] .idt-modern-public-page .idt-lead-form,html[data-theme=light] .idt-modern-public-page .idt-table-wrap,html[data-theme=light] .idt-modern-public-page .idt-roi,html[data-theme=light] .idt-modern-public-page .idt-demo-sidebar,html[data-theme=light] .idt-modern-public-page .idt-demo-graph,html[data-theme=light] .idt-modern-public-page .idt-demo-list-view,html[data-theme=light] .idt-modern-public-page .idt-faq-item{color:#fff;box-shadow:none;background:#080808;border:1px solid #242424;border-radius:8px}.idt-modern-public-page .idt-card-grid,html[data-theme=light] .idt-modern-public-page .idt-card-grid{background:#242424;gap:1px}.idt-modern-public-page .idt-card p,.idt-modern-public-page .idt-card li,.idt-modern-public-page .idt-lead-form p,.idt-modern-public-page .idt-roi label,.idt-modern-public-page .idt-roi-output p,.idt-modern-public-page .idt-roi-note,.idt-modern-public-page .idt-roi-disclaimer,.idt-modern-public-page .idt-faq-item p,.idt-modern-public-page .idt-blog-article p,.idt-modern-public-page .idt-blog-article li,html[data-theme=light] .idt-modern-public-page .idt-card p,html[data-theme=light] .idt-modern-public-page .idt-card li,html[data-theme=light] .idt-modern-public-page .idt-lead-form p,html[data-theme=light] .idt-modern-public-page .idt-roi label,html[data-theme=light] .idt-modern-public-page .idt-roi-output p,html[data-theme=light] .idt-modern-public-page .idt-roi-note,html[data-theme=light] .idt-modern-public-page .idt-roi-disclaimer,html[data-theme=light] .idt-modern-public-page .idt-faq-item p,html[data-theme=light] .idt-modern-public-page .idt-blog-article p,html[data-theme=light] .idt-modern-public-page .idt-blog-article li{color:#a1a1aa}.idt-modern-public-page .idt-faq-list,html[data-theme=light] .idt-modern-public-page .idt-faq-list{background:#242424;border:1px solid #242424;border-radius:8px;gap:1px;overflow:hidden}.idt-modern-public-page .idt-faq-item,html[data-theme=light] .idt-modern-public-page .idt-faq-item{border:0;border-radius:0}.idt-modern-public-page .idt-faq-item summary,html[data-theme=light] .idt-modern-public-page .idt-faq-item summary{color:#fff}.idt-modern-public-page .idt-table-wrap,html[data-theme=light] .idt-modern-public-page .idt-table-wrap{overflow:auto}.idt-modern-public-page .idt-compare-table,html[data-theme=light] .idt-modern-public-page .idt-compare-table{color:#d4d4d8}.idt-modern-public-page .idt-compare-table th,.idt-modern-public-page .idt-compare-table td,html[data-theme=light] .idt-modern-public-page .idt-compare-table th,html[data-theme=light] .idt-modern-public-page .idt-compare-table td{color:#d4d4d8;border-color:#242424}.idt-modern-public-page .idt-compare-table thead th,.idt-modern-public-page .idt-compare-table tbody th,html[data-theme=light] .idt-modern-public-page .idt-compare-table thead th,html[data-theme=light] .idt-modern-public-page .idt-compare-table tbody th{color:#fff;background:#0d0d0d}.idt-modern-public-page .idt-compare-table tbody tr:nth-child(2n) td,html[data-theme=light] .idt-modern-public-page .idt-compare-table tbody tr:nth-child(2n) td{background:#050505}.idt-modern-public-page .idt-roi-profiles,html[data-theme=light] .idt-modern-public-page .idt-roi-profiles{background:#050505;border:1px solid #242424}.idt-modern-public-page .idt-roi-profiles button,html[data-theme=light] .idt-modern-public-page .idt-roi-profiles button{color:#a1a1aa}.idt-modern-public-page .idt-roi-profiles button.is-active,html[data-theme=light] .idt-modern-public-page .idt-roi-profiles button.is-active{color:#000;background:#fff}.idt-modern-public-page .idt-roi-number-input,.idt-modern-public-page .idt-lead-form input,.idt-modern-public-page .idt-lead-form textarea,.idt-modern-public-page .idt-lead-form select,html[data-theme=light] .idt-modern-public-page .idt-roi-number-input,html[data-theme=light] .idt-modern-public-page .idt-lead-form input,html[data-theme=light] .idt-modern-public-page .idt-lead-form textarea,html[data-theme=light] .idt-modern-public-page .idt-lead-form select{color:#fff;background:#050505;border-color:#303030}.idt-modern-public-page .idt-roi-output,html[data-theme=light] .idt-modern-public-page .idt-roi-output{background:#0d0d0d;border-color:#303030}.idt-modern-public-page .idt-roi-output strong,.idt-modern-public-page .idt-roi-total,html[data-theme=light] .idt-modern-public-page .idt-roi-output strong,html[data-theme=light] .idt-modern-public-page .idt-roi-total{color:#fff}.idt-modern-public-page .idt-blog-article,html[data-theme=light] .idt-modern-public-page .idt-blog-article{max-width:980px;margin-inline:auto}.idt-modern-public-page .idt-blog-section,html[data-theme=light] .idt-modern-public-page .idt-blog-section{border-top:1px solid #242424}.idt-modern-public-page .idt-connect-cloud,html[data-theme=light] .idt-modern-public-page .idt-connect-cloud{background:#000}.idt-not-found-page .idt-card .idt-btn,html[data-theme=light] .idt-not-found-page .idt-card .idt-btn{width:fit-content;margin-top:.85rem}.idt-pricing-page .idt-pricing-toggle,html[data-theme=light] .idt-pricing-page .idt-pricing-toggle,.idt-docs-page .idt-search,html[data-theme=light] .idt-docs-page .idt-search{color:#fff;box-shadow:none;background:#080808;border:1px solid #303030;border-radius:8px}.idt-pricing-page .idt-pricing-toggle button,html[data-theme=light] .idt-pricing-page .idt-pricing-toggle button{color:#a1a1aa}.idt-pricing-page .idt-pricing-toggle button.is-active,html[data-theme=light] .idt-pricing-page .idt-pricing-toggle button.is-active{color:#000;background:#fff}.idt-pricing-page .idt-pricing-note,html[data-theme=light] .idt-pricing-page .idt-pricing-note{color:#a1a1aa}.idt-pricing-page .idt-section-title .idt-eyebrow,html[data-theme=light] .idt-pricing-page .idt-section-title .idt-eyebrow{color:#f4f4f5}.idt-pricing-page .idt-section-title h2,html[data-theme=light] .idt-pricing-page .idt-section-title h2{color:#fff}.idt-pricing-page .idt-section-title>p:not(.idt-eyebrow),html[data-theme=light] .idt-pricing-page .idt-section-title>p:not(.idt-eyebrow){color:#d4d4d8}.idt-pricing-page .idt-pricing-card.is-featured,html[data-theme=light] .idt-pricing-page .idt-pricing-card.is-featured{color:#000;background:#fff}.idt-pricing-page .idt-pricing-card.is-featured h2,.idt-pricing-page .idt-pricing-card.is-featured .idt-price,.idt-pricing-page .idt-pricing-card.is-featured p,.idt-pricing-page .idt-pricing-card.is-featured li,html[data-theme=light] .idt-pricing-page .idt-pricing-card.is-featured h2,html[data-theme=light] .idt-pricing-page .idt-pricing-card.is-featured .idt-price,html[data-theme=light] .idt-pricing-page .idt-pricing-card.is-featured p,html[data-theme=light] .idt-pricing-page .idt-pricing-card.is-featured li{color:#000}.idt-pricing-page .idt-badge,html[data-theme=light] .idt-pricing-page .idt-badge{color:#fff;background:#000;border-radius:8px}.idt-pricing-page .idt-table-wrap,html[data-theme=light] .idt-pricing-page .idt-table-wrap{box-shadow:none;background:#242424;border:1px solid #242424;border-radius:0}.idt-pricing-page .idt-compare-table,html[data-theme=light] .idt-pricing-page .idt-compare-table{border-collapse:separate;border-spacing:1px;background:#242424}.idt-pricing-page .idt-compare-table th,.idt-pricing-page .idt-compare-table td,html[data-theme=light] .idt-pricing-page .idt-compare-table th,html[data-theme=light] .idt-pricing-page .idt-compare-table td{color:#d4d4d8;background:#080808;border:0}.idt-pricing-page .idt-compare-table thead th,html[data-theme=light] .idt-pricing-page .idt-compare-table thead th{color:#000;background:#fff}.idt-pricing-hero-toggle,.idt-pricing-hero-plans div,.idt-pricing-hero-procurement,.idt-pricing-hero-matrix,.idt-docs-search-preview,.idt-docs-preview-shell,.idt-blog-hero-featured,.idt-blog-hero-stack article,.idt-blog-hero-radar,html[data-theme=light] .idt-pricing-hero-toggle,html[data-theme=light] .idt-pricing-hero-plans div,html[data-theme=light] .idt-pricing-hero-procurement,html[data-theme=light] .idt-pricing-hero-matrix,html[data-theme=light] .idt-docs-search-preview,html[data-theme=light] .idt-docs-preview-shell,html[data-theme=light] .idt-blog-hero-featured,html[data-theme=light] .idt-blog-hero-stack article,html[data-theme=light] .idt-blog-hero-radar{color:#fff;box-shadow:none;background:#080808;border-color:#242424}.idt-pricing-hero-toggle strong,html[data-theme=light] .idt-pricing-hero-toggle strong,.idt-pricing-hero-plans .is-featured,html[data-theme=light] .idt-pricing-hero-plans .is-featured{color:#000;background:#fff}.idt-pricing-hero-plans .is-featured{transform:none}.idt-pricing-hero-plans span,.idt-pricing-hero-plans p,.idt-pricing-hero-matrix>*,.idt-pricing-hero-procurement strong,.idt-docs-search-preview span,.idt-docs-preview-shell nav span,.idt-docs-preview-shell article p,.idt-docs-preview-shell li,.idt-blog-hero-featured span,.idt-blog-hero-featured p,.idt-blog-hero-stack span,.idt-blog-hero-stack p,.idt-blog-hero-radar span,html[data-theme=light] .idt-pricing-hero-plans span,html[data-theme=light] .idt-pricing-hero-plans p,html[data-theme=light] .idt-pricing-hero-matrix>*,html[data-theme=light] .idt-pricing-hero-procurement strong,html[data-theme=light] .idt-docs-search-preview span,html[data-theme=light] .idt-docs-preview-shell nav span,html[data-theme=light] .idt-docs-preview-shell article p,html[data-theme=light] .idt-docs-preview-shell li,html[data-theme=light] .idt-blog-hero-featured span,html[data-theme=light] .idt-blog-hero-featured p,html[data-theme=light] .idt-blog-hero-stack span,html[data-theme=light] .idt-blog-hero-stack p,html[data-theme=light] .idt-blog-hero-radar span{color:#a1a1aa}.idt-pricing-hero-plans strong,.idt-docs-search-preview strong,.idt-docs-preview-shell h3,.idt-blog-hero-featured h3,.idt-blog-hero-stack strong,html[data-theme=light] .idt-pricing-hero-plans strong,html[data-theme=light] .idt-docs-search-preview strong,html[data-theme=light] .idt-docs-preview-shell h3,html[data-theme=light] .idt-blog-hero-featured h3,html[data-theme=light] .idt-blog-hero-stack strong{color:#fff}.idt-pricing-hero-plans .is-featured strong,.idt-pricing-hero-plans .is-featured span,.idt-pricing-hero-plans .is-featured p,html[data-theme=light] .idt-pricing-hero-plans .is-featured strong,html[data-theme=light] .idt-pricing-hero-plans .is-featured span,html[data-theme=light] .idt-pricing-hero-plans .is-featured p{color:#000}.idt-pricing-hero-matrix span,html[data-theme=light] .idt-pricing-hero-matrix span,.idt-docs-preview-shell nav,html[data-theme=light] .idt-docs-preview-shell nav{background:#000}.idt-pricing-hero-matrix b,html[data-theme=light] .idt-pricing-hero-matrix b{color:#fff}.idt-pricing-hero-procurement span,.idt-blog-hero-radar strong,html[data-theme=light] .idt-pricing-hero-procurement span,html[data-theme=light] .idt-blog-hero-radar strong{color:#000;background:#fff;border:1px solid #303030}.idt-docs-preview-shell nav .is-active,html[data-theme=light] .idt-docs-preview-shell nav .is-active,.idt-docs-preview-shell code,html[data-theme=light] .idt-docs-preview-shell code{color:#000;background:#fff}.idt-docs-page .idt-search{gap:.45rem;max-width:620px;padding:1rem;display:grid}.idt-docs-page .idt-search input,html[data-theme=light] .idt-docs-page .idt-search input{color:#fff;background:#000;border-color:#303030}.idt-docs-page .idt-search input::placeholder{color:#71717a}.idt-docs-page .idt-empty-state,html[data-theme=light] .idt-docs-page .idt-empty-state{border:1px solid #242424}.idt-blog-hero-featured{background:linear-gradient(90deg,#ffffff0d 1px,#0000 1px) 0 0/56px 56px,linear-gradient(#ffffff0d 1px,#0000 1px) 0 0/56px 56px,#080808}@media (width<=1080px){.idt-marketing-page>.idt-page-hero-rich,html[data-theme=light] .idt-marketing-page>.idt-page-hero-rich{grid-template-columns:1fr}}@media (width<=820px){.idt-footer-bar-row{grid-template-columns:1fr;justify-items:start}.idt-marketing-page>.idt-page-hero-rich,.idt-marketing-page>.idt-section.idt-shell,html[data-theme=light] .idt-marketing-page>.idt-page-hero-rich,html[data-theme=light] .idt-marketing-page>.idt-section.idt-shell{padding-inline:1rem}.idt-marketing-page .idt-page-hero-rich h1,html[data-theme=light] .idt-marketing-page .idt-page-hero-rich h1{max-width:10.5ch;font-size:clamp(2.65rem,12vw,3.45rem)}.idt-product-graph-title{padding:1rem;position:relative;top:auto;left:auto}.idt-product-page .idt-product-hero-graph{min-height:440px}}.idt-home-after-stack .idt-problem-frame .idt-problem-map-core,html[data-theme=light] .idt-home-after-stack .idt-problem-frame .idt-problem-map-core{place-content:center start;padding-inline:clamp(2.4rem,5vw,5.6rem) clamp(1.5rem,3vw,3rem)}.idt-home-after-stack .idt-problem-frame .idt-problem-map-core strong,html[data-theme=light] .idt-home-after-stack .idt-problem-frame .idt-problem-map-core strong{max-width:13ch}.idt-hero-admin-window,.idt-hero-login-card{font-family:var(--idt-nav-font)}.idt-admin-profile-row strong,.idt-admin-field-grid span,.idt-admin-path-strip span,.idt-admin-activity li strong,.idt-mobile-live-row strong,.idt-mobile-header h3,.idt-mobile-summary strong,.idt-mini-path li strong,.idt-path-input{letter-spacing:0;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-weight:800}.idt-admin-profile-row strong,.idt-mobile-header h3{text-transform:uppercase;line-height:1}.idt-admin-field-grid>div,.idt-admin-activity li,.idt-admin-path-strip span,.idt-mobile-summary div,.idt-path-input,.idt-mini-path li{border-radius:8px}.idt-product-page .idt-product-hero-graph{background:linear-gradient(90deg,#ffffff0a 1px,#0000 1px) 0 0/72px 72px,linear-gradient(#ffffff0a 1px,#0000 1px) 0 0/72px 72px,radial-gradient(circle at 45% 52%,#ffffff18,#0000 16rem),#050505}.idt-product-page .idt-product-hero-graph .idt-product-graph-edge.is-safe{stroke-width:3.2px}.idt-product-page .idt-product-hero-graph .idt-product-graph-edge.is-risk{stroke-width:3.8px}.idt-product-page .idt-product-hero-graph .idt-product-graph-edge.is-proof{stroke-width:2.5px}.idt-product-page .idt-graph-pill{min-width:178px}.idt-product-page .idt-graph-pill.is-k8s{top:49%;left:40%}.idt-product-page .idt-graph-pill.is-data{top:64%;left:56%}.idt-product-page .idt-graph-pill.is-aws{top:18%;right:5%}.idt-demo-edge-arrow{stroke-width:1.35px}.idt-product-graph-band .idt-demo-graph,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-graph{background:linear-gradient(90deg,#ffffff0a 1px,#0000 1px) 0 0/80px 80px,linear-gradient(#ffffff0a 1px,#0000 1px) 0 0/80px 80px,radial-gradient(circle at 43%,#ffffff1b,#0000 17rem),#050505}.idt-product-graph-band .idt-demo-node{min-width:158px;padding:.58rem .78rem;font-size:.72rem}.idt-product-graph-band .idt-demo-node small{font-size:.64rem}.idt-product-graph-band .idt-demo-edge-arrow{stroke-width:2.2px;opacity:1}.idt-product-graph-band .idt-demo-edge-flow{stroke-width:1.8px;opacity:.45}.idt-docs-search-preview,html[data-theme=light] .idt-docs-search-preview{max-width:680px;padding:1.15rem 1.25rem}.idt-docs-search-preview span,html[data-theme=light] .idt-docs-search-preview span{font-size:.78rem}.idt-docs-search-preview strong,html[data-theme=light] .idt-docs-search-preview strong{font-size:1.18rem}.idt-docs-preview-shell,html[data-theme=light] .idt-docs-preview-shell{grid-template-columns:170px 1fr;min-height:340px}.idt-docs-preview-shell nav button,html[data-theme=light] .idt-docs-preview-shell nav button{color:#a1a1aa;width:100%;font-family:var(--idt-nav-font);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:.58rem .65rem;font-size:.76rem;font-weight:800}.idt-docs-preview-shell nav button:focus-visible{outline-offset:2px;outline:2px solid #fff}.idt-docs-preview-shell nav button.is-active,html[data-theme=light] .idt-docs-preview-shell nav button.is-active{color:#000;background:#fff}.idt-docs-preview-shell code,html[data-theme=light] .idt-docs-preview-shell code{color:#e5e7eb;white-space:normal;text-overflow:clip;background:#080f1d;flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.idt-docs-preview-shell code span.is-command{color:#7dd3fc}.idt-docs-preview-shell code span.is-subcommand{color:#c4b5fd}.idt-docs-preview-shell code span.is-flag{color:#86efac}.idt-docs-preview-shell code span.is-value{color:#fbbf24}.idt-booking-prompt-card .idt-inline-actions{margin-top:clamp(2rem,4vw,3.2rem)}.idt-pricing-hero-visual{align-content:stretch}.idt-pricing-hero-matrix{min-height:240px}.idt-pricing-hero-plans{display:none}.idt-pricing-page .idt-pricing-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.18fr) minmax(0,1fr)}.idt-pricing-page .idt-pricing-card.is-featured .idt-btn-primary,html[data-theme=light] .idt-pricing-page .idt-pricing-card.is-featured .idt-btn-primary{color:#000;background:#fff;border-color:#fff}.idt-about-page .idt-about-hero-visual,html[data-theme=light] .idt-about-page .idt-about-hero-visual{grid-template-columns:minmax(0,1fr) minmax(220px,.72fr)}.idt-about-page .idt-about-orbit,html[data-theme=light] .idt-about-page .idt-about-orbit{box-shadow:none;background:radial-gradient(circle,#ffffff14,#0000 8rem),radial-gradient(circle,#0000 0 4.8rem,#ffffff1c 4.86rem 4.95rem,#0000 5rem 8.9rem,#ffffff1a 8.96rem 9.05rem,#0000 9.1rem),#080808;border:1px solid #242424}.idt-about-page .idt-about-orbit span,html[data-theme=light] .idt-about-page .idt-about-orbit span{color:#fff;box-shadow:none;background:#111;border-color:#303030;border-radius:8px}.idt-about-page .idt-about-orbit .is-core,html[data-theme=light] .idt-about-page .idt-about-orbit .is-core{color:#000;background:#fff;border-radius:999px}.idt-about-page .idt-about-timeline li,html[data-theme=light] .idt-about-page .idt-about-timeline li{box-shadow:none;background:#080808;border-color:#242424}.idt-about-page .idt-about-timeline strong,html[data-theme=light] .idt-about-page .idt-about-timeline strong,.idt-about-page .idt-about-timeline span,html[data-theme=light] .idt-about-page .idt-about-timeline span{color:#fff}.idt-blog-page>.idt-page-hero-rich,html[data-theme=light] .idt-blog-page>.idt-page-hero-rich{grid-template-columns:minmax(0,1fr)}.idt-blog-page .idt-page-hero-copy,html[data-theme=light] .idt-blog-page .idt-page-hero-copy{max-width:min(1120px,100%)}.idt-blog-page .idt-page-hero-rich h1,html[data-theme=light] .idt-blog-page .idt-page-hero-rich h1{max-width:20ch}.idt-blog-page .idt-page-hero-copy>p,html[data-theme=light] .idt-blog-page .idt-page-hero-copy>p{max-width:66ch}.idt-blog-card{--blog-accent:#fff;isolation:isolate;position:relative}.idt-blog-card:before{content:"";background:var(--blog-accent);height:3px;position:absolute;inset:0 0 auto}.idt-blog-card-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2.2rem;display:flex}.idt-blog-card-logo{background:#fff;border:1px solid #303030;border-radius:8px;flex:none;place-items:center;width:44px;height:44px;display:grid}.idt-blog-card-logo img{object-fit:contain;width:26px;height:26px}.idt-blog-card .idt-chip-row{justify-content:end;margin:0}.idt-blog-card.is-identity{--blog-accent:#38bdf8}.idt-blog-card.is-aws{--blog-accent:#f90}.idt-blog-card.is-kubernetes{--blog-accent:#326ce5}.idt-blog-card.is-supply-chain{--blog-accent:#fff}.idt-blog-card.is-buying{--blog-accent:#d4d4d8}.idt-blog-card.is-compliance{--blog-accent:#f59e0b}.idt-blog-card.is-platform{--blog-accent:#844fba}.idt-blog-card.is-leadership{--blog-accent:#e6522c}.idt-legal-page,html[data-theme=light] .idt-legal-page{--legal-accent:#2dd4bf;--legal-accent-strong:#5eead4;--legal-accent-soft:#2dd4bf24;--legal-panel:#080808;--legal-panel-strong:#0d0d0d;--legal-border:#242424;--legal-border-strong:#303030;--legal-muted:#a1a1aa;color:#fff;background:#000;min-height:100%}.idt-legal-page.is-terms,html[data-theme=light] .idt-legal-page.is-terms{--legal-accent:#f59e0b;--legal-accent-strong:#fbbf24;--legal-accent-soft:#f59e0b24}.idt-legal-page :where(h1,h2,h3),html[data-theme=light] .idt-legal-page :where(h1,h2,h3){color:#fff;letter-spacing:0;text-transform:none}.idt-legal-hero,html[data-theme=light] .idt-legal-hero{border-bottom:1px solid var(--legal-border);background:linear-gradient(90deg,#ffffff09 1px,#0000 1px) 0 0/88px 88px,linear-gradient(#ffffff08 1px,#0000 1px) 0 0/88px 88px,linear-gradient(120deg,#ffffff0f,#0000 42%),#000;grid-template-columns:minmax(0,1.05fr) minmax(320px,.52fr);align-items:stretch;gap:clamp(1.25rem,4vw,4.5rem);width:100%;max-width:none;margin:0;padding:clamp(4rem,7vw,6rem) clamp(1.25rem,5vw,6rem);display:grid}.idt-legal-hero-copy,html[data-theme=light] .idt-legal-hero-copy{max-width:840px}.idt-legal-page .idt-eyebrow,html[data-theme=light] .idt-legal-page .idt-eyebrow{color:var(--legal-accent-strong);letter-spacing:.14em}.idt-legal-hero h1,html[data-theme=light] .idt-legal-hero h1{max-width:12ch;margin:0;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:4.5rem;font-weight:800;line-height:.96}.idt-legal-hero-copy>p,html[data-theme=light] .idt-legal-hero-copy>p{color:#d4d4d8;max-width:68ch;margin:1.35rem 0 0;font-size:1.05rem;line-height:1.75}.idt-legal-meta-list,html[data-theme=light] .idt-legal-meta-list{border:1px solid var(--legal-border);background:var(--legal-border);border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:2rem 0 0;display:grid;overflow:hidden}.idt-legal-meta-list div,html[data-theme=light] .idt-legal-meta-list div{background:var(--legal-panel);min-width:0;padding:1rem}.idt-legal-meta-list dt,html[data-theme=light] .idt-legal-meta-list dt{color:var(--legal-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800}.idt-legal-meta-list dd,html[data-theme=light] .idt-legal-meta-list dd{color:#fff;margin:.35rem 0 0;font-size:.92rem;line-height:1.35}.idt-legal-summary-card,html[data-theme=light] .idt-legal-summary-card{border:1px solid var(--legal-border-strong);background:linear-gradient(180deg, var(--legal-accent-soft), transparent 42%), var(--legal-panel);min-height:100%;box-shadow:none;border-radius:8px;flex-direction:column;justify-content:space-between;padding:1.25rem;display:flex}.idt-legal-summary-label,html[data-theme=light] .idt-legal-summary-label{color:var(--legal-accent-strong);letter-spacing:.08em;text-transform:uppercase;margin:0 0 1rem;font-size:.72rem;font-weight:800}.idt-legal-summary-card h2,html[data-theme=light] .idt-legal-summary-card h2{max-width:12ch;margin-bottom:1.15rem;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:2.35rem;font-weight:800;line-height:.98}.idt-legal-summary-card ul,html[data-theme=light] .idt-legal-summary-card ul{gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.idt-legal-summary-card li,html[data-theme=light] .idt-legal-summary-card li{color:#d4d4d8;padding-left:1.6rem;line-height:1.55;position:relative}.idt-legal-summary-card li:before,html[data-theme=light] .idt-legal-summary-card li:before{content:"";background:var(--legal-accent);width:.55rem;height:.55rem;box-shadow:0 0 0 5px var(--legal-accent-soft);border-radius:999px;position:absolute;top:.65em;left:0}.idt-legal-body,html[data-theme=light] .idt-legal-body{color:#fff;background:#000;grid-template-columns:minmax(220px,.28fr) minmax(0,1fr);gap:clamp(1.5rem,5vw,5rem);width:100%;max-width:none;margin:0;padding:clamp(3.5rem,7vw,6rem) clamp(1.25rem,5vw,6rem);display:grid}.idt-legal-sidebar,html[data-theme=light] .idt-legal-sidebar{border:1px solid var(--legal-border);background:var(--legal-panel);border-radius:8px;align-self:start;padding:1rem;position:sticky;top:6rem}.idt-legal-sidebar p,html[data-theme=light] .idt-legal-sidebar p{color:var(--legal-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .8rem;font-size:.72rem;font-weight:800}.idt-legal-sidebar nav,html[data-theme=light] .idt-legal-sidebar nav{gap:.35rem;display:grid}.idt-legal-sidebar a,html[data-theme=light] .idt-legal-sidebar a{color:#d4d4d8;font-family:var(--idt-nav-font);border-radius:7px;padding:.62rem .7rem;font-size:.86rem;font-weight:800;text-decoration:none}.idt-legal-sidebar a:hover,.idt-legal-sidebar a:focus-visible,html[data-theme=light] .idt-legal-sidebar a:hover,html[data-theme=light] .idt-legal-sidebar a:focus-visible{color:#000;background:#fff;outline:0}.idt-legal-main,html[data-theme=light] .idt-legal-main{background:var(--legal-border);gap:1px;min-width:0;display:grid}.idt-legal-section-heading,.idt-legal-section-card,.idt-legal-contact-panel,html[data-theme=light] .idt-legal-section-heading,html[data-theme=light] .idt-legal-section-card,html[data-theme=light] .idt-legal-contact-panel{background:var(--legal-panel)}.idt-legal-section-heading,html[data-theme=light] .idt-legal-section-heading{padding:clamp(1.35rem,4vw,2.5rem)}.idt-legal-section-heading h2,html[data-theme=light] .idt-legal-section-heading h2{max-width:18ch;margin-bottom:.7rem;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:3rem;font-weight:800;line-height:.98}.idt-legal-section-heading>p:last-child,html[data-theme=light] .idt-legal-section-heading>p:last-child{color:#d4d4d8;max-width:72ch;margin:0;line-height:1.7}.idt-legal-section-list,html[data-theme=light] .idt-legal-section-list{gap:1px;display:grid}.idt-legal-section-card,html[data-theme=light] .idt-legal-section-card{grid-template-columns:4.2rem minmax(0,1fr);gap:1.25rem;padding:clamp(1.35rem,4vw,2.5rem);scroll-margin-top:7rem;display:grid}.idt-legal-section-number,html[data-theme=light] .idt-legal-section-number{border:1px solid var(--legal-border-strong);background:var(--legal-panel-strong);width:3rem;height:3rem;color:var(--legal-accent-strong);font-family:var(--idt-nav-font);border-radius:8px;place-items:center;font-size:.78rem;font-weight:900;display:grid}.idt-legal-section-card h3,html[data-theme=light] .idt-legal-section-card h3{margin-bottom:.85rem;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:2rem;font-weight:800;line-height:1}.idt-legal-section-card p,.idt-legal-contact-panel p,html[data-theme=light] .idt-legal-section-card p,html[data-theme=light] .idt-legal-contact-panel p{color:#d4d4d8;max-width:78ch;margin:0;line-height:1.72}.idt-legal-section-card p+p,html[data-theme=light] .idt-legal-section-card p+p{margin-top:.85rem}.idt-legal-contact-panel,html[data-theme=light] .idt-legal-contact-panel{justify-content:space-between;align-items:center;gap:1rem;padding:clamp(1.35rem,4vw,2.5rem);display:flex}.idt-legal-contact-panel h2,html[data-theme=light] .idt-legal-contact-panel h2{margin-bottom:.55rem;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:2.35rem;font-weight:800;line-height:1}.idt-legal-contact-panel a:not(.idt-btn),html[data-theme=light] .idt-legal-contact-panel a:not(.idt-btn){color:#fff;font-weight:800}.idt-legal-contact-panel .idt-btn-primary,html[data-theme=light] .idt-legal-contact-panel .idt-btn-primary{color:#000;box-shadow:none;background:#fff;border-color:#fff;flex:none}@media (width<=1080px){.idt-legal-hero,html[data-theme=light] .idt-legal-hero,.idt-legal-body,html[data-theme=light] .idt-legal-body{grid-template-columns:1fr}.idt-legal-sidebar,html[data-theme=light] .idt-legal-sidebar{position:static}.idt-legal-sidebar nav,html[data-theme=light] .idt-legal-sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.idt-legal-hero,.idt-legal-body,html[data-theme=light] .idt-legal-hero,html[data-theme=light] .idt-legal-body{padding-inline:1rem}.idt-legal-hero h1,html[data-theme=light] .idt-legal-hero h1{font-size:3.25rem}.idt-legal-meta-list,html[data-theme=light] .idt-legal-meta-list,.idt-legal-sidebar nav,html[data-theme=light] .idt-legal-sidebar nav{grid-template-columns:1fr}.idt-legal-section-heading h2,html[data-theme=light] .idt-legal-section-heading h2{font-size:2.35rem}.idt-legal-section-card,html[data-theme=light] .idt-legal-section-card{grid-template-columns:1fr}.idt-legal-contact-panel,html[data-theme=light] .idt-legal-contact-panel{flex-direction:column;align-items:stretch}.idt-product-page .idt-graph-pill{min-width:132px}.idt-docs-preview-shell,html[data-theme=light] .idt-docs-preview-shell{grid-template-columns:1fr}.idt-docs-preview-shell nav,html[data-theme=light] .idt-docs-preview-shell nav{border-bottom:1px solid #242424;border-right:0}.idt-pricing-page .idt-pricing-grid,.idt-about-page .idt-about-hero-visual,html[data-theme=light] .idt-about-page .idt-about-hero-visual{grid-template-columns:1fr}}:is(#main-content:has(.idt-app-console-layout),#main-content:has(.idt-account-security-page),#main-content:has(.idt-app-shell-screen),#main-content:has(.idt-executive-report-shell)){background:#0d1117;min-height:100dvh;overflow-x:clip}.idt-app-console-layout,.idt-account-security-page,.idt-app-shell-screen,.idt-executive-report-shell{color:var(--app-text);letter-spacing:0;font-size:1rem;line-height:1.5}.idt-app-console-layout *,.idt-app-console-layout :before,.idt-app-console-layout :after,.idt-account-security-page *,.idt-account-security-page :before,.idt-account-security-page :after,.idt-executive-report-shell *,.idt-executive-report-shell :before,.idt-executive-report-shell :after{box-sizing:border-box;letter-spacing:0;min-width:0}.idt-app-console-layout{background:var(--app-bg);grid-template-columns:18rem minmax(0,1fr);gap:0;width:100%;max-width:none;min-height:100dvh;margin:0;display:grid;overflow-x:clip}.idt-app-sidebar{border-right:1px solid var(--app-border);background:#080809;grid-template-rows:auto auto auto minmax(0,1fr) auto;gap:.8rem;height:100dvh;padding:1rem;display:grid;position:sticky;top:0;overflow:visible}.idt-app-console-layout .idt-app-shell-nav{min-height:0;overflow-y:auto}.idt-app-sidebar-brand{align-items:center;gap:.75rem;display:flex}.idt-app-sidebar-mark{color:#000;width:2.4rem;height:2.4rem;font-family:var(--idt-display);background:#fff;border:1px solid #fff;border-radius:8px;flex:none;place-items:center;font-weight:900;line-height:1;text-decoration:none;display:grid}.idt-app-sidebar-brand strong,.idt-app-sidebar-brand span,.idt-app-sidebar-footer span,.idt-app-sidebar-footer strong{display:block}.idt-app-sidebar-brand strong{color:#fff;font-size:.98rem}.idt-app-sidebar-brand span,.idt-app-sidebar-footer span{color:var(--app-muted);font-size:.82rem}.idt-app-sidebar-scope,.idt-app-sidebar-footer{border:1px solid var(--app-border);background:#09090a;border-radius:8px;padding:.9rem}.idt-app-sidebar-scope h2{color:#fff;font-family:var(--idt-display);overflow-wrap:anywhere;margin:.25rem 0 .7rem;font-size:1.05rem;line-height:1.05}.idt-app-sidebar-scope dl{gap:.55rem;margin:0;display:grid}.idt-app-sidebar-scope dt{color:var(--app-dim);text-transform:uppercase;font-size:.72rem;font-weight:800}.idt-app-sidebar-scope dd{color:#c8c8ce;font-family:var(--idt-mono);overflow-wrap:anywhere;margin:.12rem 0 0;font-size:.78rem}.idt-app-sidebar-footer{align-self:end}.idt-app-sidebar-footer strong{color:#fff;margin-top:.22rem;font-size:.88rem}.idt-app-quick-find,html[data-theme=light] .idt-app-quick-find{border:1px solid var(--app-border);color:#fff;width:100%;font:inherit;text-align:left;cursor:pointer;background:#0b0b0c;border-radius:8px;align-items:center;gap:.4rem;padding:.58rem .68rem;font-weight:800;display:flex}.idt-app-quick-find span{flex:auto}.idt-app-quick-find kbd,.idt-command-palette kbd{border:1px solid var(--app-border);color:#d7d7dd;min-width:1.45rem;font-family:var(--idt-mono);text-align:center;background:#050505;border-radius:6px;padding:.14rem .34rem;font-size:.72rem;font-weight:800;line-height:1.25}.idt-app-quick-find:hover,.idt-app-quick-find:focus-visible{border-color:#fff;outline:none}.idt-command-palette-backdrop{--app-panel:#0a0a0b;--app-border:#252529;--app-muted:#b8b8c0;z-index:1100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000b8;place-items:start center;padding:min(8vh,5rem) 1rem 1rem;display:grid;position:fixed;inset:0}.idt-command-palette{border:1px solid var(--app-border);background:linear-gradient(180deg, #ffffff09, #ffffff03 42%, #fff0), var(--app-panel);color:#fff;border-radius:8px;flex-direction:column;width:min(100%,42rem);min-height:0;max-height:100%;padding:.72rem;display:flex;box-shadow:0 24px 80px #0000008c}.idt-command-palette-results button{justify-content:space-between;align-items:center;gap:1rem;display:flex}.idt-command-palette-search-row{align-items:stretch;gap:.55rem;display:flex}.idt-command-palette-close{border:1px solid var(--app-border);color:#fff;min-width:3.35rem;font:inherit;cursor:pointer;background:#101012;border-radius:8px;padding:0 .7rem;font-size:.78rem;font-weight:900}.idt-command-palette-close:hover,.idt-command-palette-close:focus-visible{background:#151518;border-color:#fff;outline:none}.idt-command-palette input{border:1px solid var(--app-border);color:#fff;width:100%;min-width:0;font:inherit;background:#050505;border-radius:8px;flex:auto;margin:0;padding:.82rem .9rem}.idt-command-palette input:focus-visible{outline-offset:2px;outline:2px solid #fff}.idt-command-palette-results{overscroll-behavior:contain;flex:1;gap:.35rem;min-height:0;margin-top:.68rem;display:grid;overflow-y:auto}.idt-command-palette-results button{color:#fff;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:.72rem}.idt-command-palette-results button:hover,.idt-command-palette-results button:focus-visible{background:#111113;border-color:#fff;outline:none}.idt-command-palette-results strong,.idt-command-palette-results small{display:block}.idt-command-palette-results small{color:var(--app-muted);margin-top:.1rem}.idt-command-palette-results p{border:1px dashed var(--app-border);color:var(--app-muted);border-radius:8px;margin:0;padding:.95rem}.idt-app-console{grid-template-rows:auto minmax(0,1fr);width:100%;min-height:100dvh;display:grid;overflow-x:clip}.idt-app-console-layout .idt-app-shell-header,.idt-account-security-page .idt-app-shell-header{border:0;border-bottom:1px solid var(--app-border);background:#0d1117;border-radius:0;justify-content:space-between;align-items:center;gap:1rem;min-height:6rem;padding:1rem clamp(1rem,4vw,3rem);display:flex}.idt-app-console-layout .idt-app-shell-header h1,.idt-account-security-page .idt-app-shell-header h1,.idt-executive-report-header h1{color:#fff;font-family:var(--idt-display);text-transform:none;text-wrap:balance;margin:.1rem 0 .35rem;font-size:clamp(1.7rem,2.4vw,2.35rem);line-height:1}.idt-app-console-layout .idt-app-shell-header p,.idt-account-security-page .idt-app-shell-header p,.idt-executive-report-header p{max-width:78ch;color:var(--app-muted);overflow-wrap:anywhere;margin:0}.idt-app-console-layout .idt-app-shell-header strong,.idt-account-security-page .idt-app-shell-header strong{color:#fff}.idt-app-console-layout .idt-app-shell-actions,.idt-account-security-page .idt-app-shell-actions,.idt-executive-report-shell .idt-executive-report-actions,.idt-app-console-layout .idt-inline-actions,.idt-account-security-page .idt-inline-actions,.idt-executive-report-shell .idt-inline-actions{flex-wrap:wrap;justify-content:flex-end;gap:.55rem;display:flex}.idt-app-console-layout .idt-btn,.idt-account-security-page .idt-btn,.idt-app-shell-screen .idt-btn,.idt-executive-report-shell .idt-btn{white-space:normal;text-align:center;border-radius:8px;max-width:100%}.idt-app-console-layout .idt-btn-primary,.idt-account-security-page .idt-btn-primary,.idt-app-shell-screen .idt-btn-primary,.idt-executive-report-shell .idt-btn-primary,html[data-theme=light] .idt-app-console-layout .idt-btn-primary,html[data-theme=light] .idt-account-security-page .idt-btn-primary,html[data-theme=light] .idt-app-shell-screen .idt-btn-primary,html[data-theme=light] .idt-executive-report-shell .idt-btn-primary{color:#000;box-shadow:none;background:#fff;border-color:#fff}.idt-app-console-layout .idt-btn-ghost,.idt-app-console-layout .idt-btn-dark,.idt-account-security-page .idt-btn-ghost,.idt-account-security-page .idt-btn-dark,.idt-app-shell-screen .idt-btn-ghost,.idt-app-shell-screen .idt-btn-dark,.idt-executive-report-shell .idt-btn-ghost,.idt-executive-report-shell .idt-btn-dark,html[data-theme=light] .idt-app-console-layout .idt-btn-ghost,html[data-theme=light] .idt-app-console-layout .idt-btn-dark,html[data-theme=light] .idt-account-security-page .idt-btn-ghost,html[data-theme=light] .idt-account-security-page .idt-btn-dark,html[data-theme=light] .idt-app-shell-screen .idt-btn-ghost,html[data-theme=light] .idt-app-shell-screen .idt-btn-dark,html[data-theme=light] .idt-executive-report-shell .idt-btn-ghost,html[data-theme=light] .idt-executive-report-shell .idt-btn-dark{border-color:var(--app-border);color:#fff;box-shadow:none;background:#050505}.idt-app-console-layout .idt-app-shell-nav{align-content:start;gap:.28rem;display:grid}.idt-app-console-layout .idt-app-shell-nav a,html[data-theme=light] .idt-app-console-layout .idt-app-shell-nav a{color:#a3a3a3;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;min-height:2.45rem;padding:.58rem .7rem;font-weight:700;line-height:1.2;text-decoration:none;transition:background-color .16s,border-color .16s,color .16s;display:flex}.idt-app-console-layout .idt-app-shell-nav a:hover,.idt-app-console-layout .idt-app-shell-nav a:focus-visible,.idt-app-console-layout .idt-app-shell-nav a.active,html[data-theme=light] .idt-app-console-layout .idt-app-shell-nav a:hover,html[data-theme=light] .idt-app-console-layout .idt-app-shell-nav a:focus-visible,html[data-theme=light] .idt-app-console-layout .idt-app-shell-nav a.active{text-decoration:none}.idt-app-console-layout .idt-app-shell-main{width:100%;max-width:none;min-height:0;padding:1.45rem clamp(1.1rem,4vw,3.5rem) 4rem}.idt-app-console-layout .idt-app-kicker,.idt-account-security-page .idt-app-kicker,.idt-app-shell-screen .idt-app-kicker,.idt-executive-report-shell .idt-app-kicker,html[data-theme=light] .idt-app-console-layout .idt-app-kicker,html[data-theme=light] .idt-account-security-page .idt-app-kicker,html[data-theme=light] .idt-app-shell-screen .idt-app-kicker,html[data-theme=light] .idt-executive-report-shell .idt-app-kicker{color:#a3a3a3;letter-spacing:0}.idt-app-console-layout .idt-app-panel,.idt-account-security-page .idt-app-panel,.idt-app-shell-screen .idt-app-panel,.idt-executive-report-shell .idt-app-panel,html[data-theme=light] .idt-app-console-layout .idt-app-panel,html[data-theme=light] .idt-account-security-page .idt-app-panel,html[data-theme=light] .idt-app-shell-screen .idt-app-panel,html[data-theme=light] .idt-executive-report-shell .idt-app-panel{border:1px solid var(--app-border);background:var(--app-panel);color:var(--app-text);box-shadow:none;border-radius:8px}.idt-app-console-layout .idt-app-route-loading{width:min(100%,42rem);margin:clamp(2rem,14vh,8rem) auto 0;padding:1.15rem}.idt-app-console-layout .idt-app-route-loading h2{margin:.25rem 0 .35rem;font-size:clamp(1.55rem,2vw,1.95rem)}.idt-app-console-layout .idt-overview-page,.idt-app-console-layout .idt-workspace-admin,.idt-app-console-layout .idt-projects-page,.idt-app-console-layout .idt-source-onboarding,.idt-app-console-layout .idt-settings-page,.idt-app-console-layout .idt-repo-findings-page,.idt-app-console-layout .idt-github-intelligence-page{background:0 0;border:0;gap:1.15rem;padding:0;display:grid}.idt-app-console-layout .idt-overview-header,.idt-app-console-layout .idt-workspace-admin-header,.idt-app-console-layout .idt-projects-header,.idt-app-console-layout .idt-source-onboarding-header,.idt-app-console-layout .idt-repo-findings-header,.idt-app-console-layout .idt-github-intelligence-header,.idt-app-console-layout .idt-settings-header{border:1px solid var(--app-border);background:#080809;border-radius:8px;padding:1.15rem}.idt-app-console-layout .idt-overview-header{padding:1rem 1.1rem}.idt-app-console-layout h2,.idt-app-console-layout h3,.idt-app-console-layout h4,.idt-account-security-page h2,.idt-account-security-page h3,.idt-executive-report-shell h2,.idt-executive-report-shell h3,.idt-executive-report-shell h4{color:#fff;overflow-wrap:anywhere;text-wrap:balance}.idt-app-console-layout .idt-overview-header h2,.idt-app-console-layout .idt-workspace-admin-header h2,.idt-app-console-layout .idt-projects-header h2,.idt-app-console-layout .idt-source-onboarding-header h2,.idt-app-console-layout .idt-repo-findings-header h2,.idt-app-console-layout .idt-github-intelligence-header h2,.idt-app-console-layout .idt-settings-header h2{text-transform:none;margin:.2rem 0 .35rem;font-size:clamp(1.8rem,2.4vw,2.35rem);line-height:1.02}.idt-app-console-layout p,.idt-app-console-layout dd,.idt-app-console-layout li,.idt-account-security-page p,.idt-account-security-page dd,.idt-executive-report-shell p,.idt-executive-report-shell dd{color:var(--app-muted);overflow-wrap:anywhere;font-size:.98rem;line-height:1.55}.idt-app-console-layout .idt-overview-metrics,.idt-app-console-layout .idt-workspace-stats,.idt-app-console-layout .idt-projects-summary,.idt-app-console-layout .idt-source-summary,.idt-app-console-layout .idt-settings-counts,.idt-app-console-layout .idt-repo-finding-stats,.idt-executive-report-shell .idt-executive-report-metrics{grid-template-columns:repeat(auto-fit,minmax(11.5rem,1fr));gap:.75rem;display:grid}.idt-app-console-layout .idt-overview-metrics article,.idt-app-console-layout .idt-workspace-stats article,.idt-app-console-layout .idt-projects-summary article,.idt-app-console-layout .idt-source-summary article,.idt-app-console-layout .idt-settings-counts article,.idt-app-console-layout .idt-repo-finding-stat,.idt-executive-report-shell .idt-executive-report-metrics article,html[data-theme=light] .idt-app-console-layout .idt-overview-metrics article,html[data-theme=light] .idt-app-console-layout .idt-settings-counts article,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-stat,html[data-theme=light] .idt-executive-report-shell .idt-executive-report-metrics article{border:1px solid var(--app-border);background:var(--app-panel);color:var(--app-text);border-radius:8px;padding:1rem}.idt-app-console-layout .idt-overview-metrics span,.idt-app-console-layout .idt-settings-counts span,.idt-app-console-layout .idt-repo-finding-stat span,.idt-executive-report-shell .idt-executive-report-metrics span{color:var(--app-dim);letter-spacing:0}.idt-app-console-layout .idt-overview-metrics strong,.idt-app-console-layout .idt-settings-counts strong,.idt-app-console-layout .idt-repo-finding-stat strong,.idt-executive-report-shell .idt-executive-report-metrics strong{color:#fff}.idt-app-console-layout .idt-overview-grid,.idt-app-console-layout .idt-projects-grid,.idt-app-console-layout .idt-settings-grid,.idt-executive-report-shell .idt-executive-report-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.idt-app-console-layout .idt-source-wizard-grid{grid-template-columns:minmax(14rem,.42fr) minmax(0,1fr);gap:1rem;display:grid}.idt-app-console-layout .idt-repo-finding-layout{grid-template-columns:minmax(0,1fr);gap:1rem;display:grid}.idt-app-console-layout .idt-overview-card,.idt-app-console-layout .idt-projects-list,.idt-app-console-layout .idt-project-composer,.idt-app-console-layout .idt-project-card,.idt-app-console-layout .idt-source-card,.idt-app-console-layout .idt-source-config,.idt-app-console-layout .idt-source-install-card,.idt-app-console-layout .idt-source-advanced,.idt-app-console-layout .idt-source-diagnostics article,.idt-app-console-layout .idt-repo-finding-list,.idt-app-console-layout .idt-repo-finding-detail,.idt-app-console-layout .idt-repo-finding-trend,.idt-app-console-layout .idt-repo-finding-bucket,.idt-app-console-layout .idt-repo-finding-detail-section,.idt-app-console-layout .idt-repo-finding-detail-modal,.idt-app-console-layout .idt-repo-finding-row,.idt-app-console-layout .idt-github-intelligence-card,.idt-app-console-layout .idt-github-intelligence-panel,.idt-app-console-layout .idt-github-intelligence-row,.idt-app-console-layout .idt-settings-card,.idt-app-console-layout .idt-settings-facts div,.idt-app-console-layout .idt-overview-risk-row,.idt-app-console-layout .idt-overview-scan-row,.idt-app-console-layout .idt-overview-projects a,.idt-app-console-layout .idt-overview-actions a,.idt-account-security-page .idt-security-overview article,.idt-account-security-page .idt-session-row,.idt-executive-report-shell .idt-executive-report-section,.idt-executive-report-shell .idt-executive-severity-list article,.idt-executive-report-shell .idt-executive-type-list article,.idt-executive-report-shell .idt-executive-narrative article,html[data-theme=light] .idt-app-console-layout .idt-overview-card,html[data-theme=light] .idt-app-console-layout .idt-settings-card,html[data-theme=light] .idt-app-console-layout .idt-source-card,html[data-theme=light] .idt-app-console-layout .idt-source-config,html[data-theme=light] .idt-app-console-layout .idt-source-diagnostics article,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-list,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-detail,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-trend,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-bucket,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-detail-section,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-detail-modal,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-row,html[data-theme=light] .idt-app-console-layout .idt-github-intelligence-card,html[data-theme=light] .idt-app-console-layout .idt-github-intelligence-panel,html[data-theme=light] .idt-app-console-layout .idt-github-intelligence-row,html[data-theme=light] .idt-account-security-page .idt-security-overview article,html[data-theme=light] .idt-account-security-page .idt-session-row,html[data-theme=light] .idt-executive-report-shell .idt-executive-report-section{border:1px solid var(--app-border);background:var(--app-panel);color:var(--app-text);box-shadow:none;border-radius:8px}.idt-app-console-layout .idt-overview-card,.idt-app-console-layout .idt-projects-list,.idt-app-console-layout .idt-project-composer,.idt-app-console-layout .idt-source-config,.idt-app-console-layout .idt-repo-finding-list,.idt-app-console-layout .idt-repo-finding-detail,.idt-app-console-layout .idt-repo-finding-trend,.idt-app-console-layout .idt-settings-card{padding:1.15rem}.idt-app-console-layout .idt-source-card:hover,.idt-app-console-layout .idt-source-card:focus-visible,.idt-app-console-layout .idt-source-card.is-selected,.idt-app-console-layout .idt-repo-finding-row:hover,.idt-app-console-layout .idt-repo-finding-row:focus-visible,.idt-app-console-layout .idt-repo-finding-row.is-selected,.idt-app-console-layout .idt-github-intelligence-row:hover,.idt-app-console-layout .idt-github-intelligence-row:focus-visible,.idt-app-console-layout .idt-overview-projects a:hover,.idt-app-console-layout .idt-overview-projects a:focus-visible,.idt-app-console-layout .idt-overview-actions a:hover,.idt-app-console-layout .idt-overview-actions a:focus-visible{color:#fff;background:#111113;border-color:#fff;transform:none}.idt-app-console-layout .idt-source-card.is-unavailable,.idt-app-console-layout .idt-source-card:disabled{opacity:.64}.idt-app-console-layout .idt-source-stepper{border:1px solid var(--app-border);background:#050505;border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;overflow:hidden}.idt-app-console-layout .idt-source-stepper li{border:0;border-right:1px solid var(--app-border);color:var(--app-muted);background:0 0;border-radius:0}.idt-app-console-layout .idt-source-stepper li:last-child{border-right:0}.idt-app-console-layout .idt-source-stepper li.is-active{color:#000;background:#fff}.idt-app-console-layout .idt-source-stepper span{background:#ffffff1f}.idt-app-console-layout .idt-source-stepper li.is-active span{color:#fff;background:#000}.idt-app-console-layout .idt-app-alert,.idt-account-security-page .idt-app-alert,.idt-executive-report-shell .idt-app-alert,html[data-theme=light] .idt-app-console-layout .idt-app-alert,html[data-theme=light] .idt-account-security-page .idt-app-alert,html[data-theme=light] .idt-executive-report-shell .idt-app-alert{border:1px solid var(--app-border);color:#fff;background:#0d0d0d;border-radius:8px}.idt-app-console-layout .idt-app-alert-error,.idt-account-security-page .idt-app-alert-error,.idt-executive-report-shell .idt-app-alert-error,html[data-theme=light] .idt-app-console-layout .idt-app-alert-error,html[data-theme=light] .idt-account-security-page .idt-app-alert-error,html[data-theme=light] .idt-executive-report-shell .idt-app-alert-error{color:#ffd0d0;border-color:#ff6b6b8c}.idt-app-console-layout .idt-app-alert-success,.idt-account-security-page .idt-app-alert-success,.idt-executive-report-shell .idt-app-alert-success,html[data-theme=light] .idt-app-console-layout .idt-app-alert-success,html[data-theme=light] .idt-account-security-page .idt-app-alert-success,html[data-theme=light] .idt-executive-report-shell .idt-app-alert-success{color:#d9ffe8;border-color:#58d68d7a}.idt-app-console-layout .idt-app-empty-state,.idt-account-security-page .idt-app-empty-state,.idt-executive-report-shell .idt-app-empty-state,html[data-theme=light] .idt-app-console-layout .idt-app-empty-state,html[data-theme=light] .idt-account-security-page .idt-app-empty-state,html[data-theme=light] .idt-executive-report-shell .idt-app-empty-state{color:var(--app-muted);background:#070708;border:1px dashed #333;border-radius:8px}.idt-app-console-layout .idt-app-empty-state h2,.idt-account-security-page .idt-app-empty-state h2,.idt-executive-report-shell .idt-app-empty-state h2{margin:0 0 .55rem;font-size:clamp(1.35rem,2.2vw,1.85rem);line-height:1.05}.idt-app-console-layout input,.idt-app-console-layout select,.idt-app-console-layout textarea,.idt-account-security-page input,.idt-account-security-page select,.idt-account-security-page textarea,.idt-executive-report-shell input,.idt-executive-report-shell select,.idt-executive-report-shell textarea,html[data-theme=light] .idt-app-console-layout input,html[data-theme=light] .idt-app-console-layout select,html[data-theme=light] .idt-app-console-layout textarea,html[data-theme=light] .idt-account-security-page input,html[data-theme=light] .idt-account-security-page select,html[data-theme=light] .idt-account-security-page textarea{border:1px solid var(--app-border);color:#fff;width:100%;max-width:100%;box-shadow:none;background:#050505;border-radius:8px}.idt-app-console-layout input:focus-visible,.idt-app-console-layout select:focus-visible,.idt-app-console-layout textarea:focus-visible,.idt-account-security-page input:focus-visible,.idt-account-security-page select:focus-visible,.idt-account-security-page textarea:focus-visible{outline-offset:2px;box-shadow:none;border-color:#fff;outline:2px solid #fff}.idt-app-console-layout label,.idt-account-security-page label,.idt-executive-report-shell label,html[data-theme=light] .idt-app-console-layout label,html[data-theme=light] .idt-account-security-page label{color:#d4d4d4}.idt-app-console-layout .idt-workspace-table-wrap{border-color:var(--app-border);background:#050505;border-radius:8px;max-width:100%;overflow-x:auto}.idt-app-console-layout .idt-workspace-table{table-layout:fixed;width:100%;min-width:0}.idt-app-console-layout .idt-workspace-table th:first-child,.idt-app-console-layout .idt-workspace-table td:first-child{width:34%}.idt-app-console-layout .idt-workspace-table th:nth-child(2),.idt-app-console-layout .idt-workspace-table td:nth-child(2),.idt-app-console-layout .idt-workspace-table th:nth-child(5),.idt-app-console-layout .idt-workspace-table td:nth-child(5){width:16%}.idt-app-console-layout .idt-workspace-table th,.idt-app-console-layout .idt-workspace-table td{border-color:var(--app-border-soft);color:#e5e5e5;overflow-wrap:anywhere;vertical-align:top}.idt-app-console-layout .idt-workspace-table th{color:var(--app-muted);letter-spacing:0}.idt-app-console-layout .idt-workspace-actions{flex-wrap:wrap;display:flex}.idt-workspace-member-details,.idt-project-card-details,.idt-repo-filter-panel{border:1px solid var(--app-border);background:#080809;border-radius:8px}.idt-workspace-member-details{background:0 0;margin-top:.65rem}.idt-workspace-member-details summary,.idt-project-card-details summary,.idt-repo-filter-panel summary,.idt-repo-filter-panel-header{cursor:pointer;color:#fff;font-weight:900;line-height:1.25;list-style-position:inside}.idt-workspace-member-details summary{padding:.42rem .55rem;font-size:.84rem}.idt-workspace-member-details dl,.idt-project-card-meta{gap:.6rem;margin:0;display:grid}.idt-workspace-member-details dl{padding:0 .55rem .55rem}.idt-workspace-member-details dt,.idt-project-card-meta dt,.idt-repo-filter-panel small{color:var(--app-muted);text-transform:uppercase;font-size:.75rem;font-weight:900}.idt-workspace-member-details dd,.idt-project-card-meta dd,html[data-theme=light] .idt-workspace-member-details dd,html[data-theme=light] .idt-project-card-meta dd{color:#fff;overflow-wrap:anywhere;margin:.15rem 0 0;font-size:.95rem}.idt-project-card-details{margin-top:1rem}.idt-project-card-details summary{padding:.7rem .8rem}.idt-project-card-details[open] summary{border-bottom:1px solid var(--app-border)}.idt-project-card-meta{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));padding:.8rem}.idt-project-card-meta div,html[data-theme=light] .idt-app-console-layout .idt-project-card-meta div{border:1px solid var(--app-border);background:#050505;border-radius:8px;padding:.72rem}.idt-repo-filter-panel{padding:0}.idt-repo-filter-panel summary,.idt-repo-filter-panel-header{grid-template-columns:minmax(0, 1fr) auto var(--repo-disclosure-column);align-items:center;gap:1rem;padding:.85rem 1rem;display:grid}.idt-repo-filter-panel[open] summary,.idt-repo-filter-panel[open] .idt-repo-filter-panel-header{border-bottom:1px solid var(--app-border)}.idt-app-console-layout .idt-repo-finding-filters{grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));padding:1rem}.idt-app-console-layout .idt-repo-finding-row-top,.idt-app-console-layout .idt-overview-risk-row,.idt-app-console-layout .idt-overview-scan-row,.idt-app-console-layout .idt-projects-header,.idt-app-console-layout .idt-projects-section-header,.idt-app-console-layout .idt-project-card-header,.idt-app-console-layout .idt-source-onboarding-header,.idt-app-console-layout .idt-source-config-header,.idt-app-console-layout .idt-source-install-card,.idt-app-console-layout .idt-settings-header,.idt-app-console-layout .idt-settings-card-header,.idt-app-console-layout .idt-repo-findings-header,.idt-app-console-layout .idt-github-intelligence-header{flex-wrap:wrap}.idt-app-console-layout .idt-repo-finding-row p,.idt-app-console-layout .idt-repo-finding-row-meta,.idt-app-console-layout .idt-repo-finding-detail-copy p:last-child,.idt-app-console-layout .idt-repo-finding-remediation p,.idt-app-console-layout .idt-overview-risk-row p,.idt-app-console-layout .idt-overview-scan-row p,.idt-app-console-layout .idt-source-card small,.idt-app-console-layout .idt-source-config-header p,.idt-app-console-layout .idt-source-install-card p,.idt-app-console-layout .idt-source-diagnostics p,.idt-app-console-layout .idt-source-diagnostics small,.idt-app-console-layout .idt-project-card p,.idt-app-console-layout .idt-settings-route-grid span{color:var(--app-muted)}.idt-app-console-layout .idt-repo-finding-severity,.idt-app-console-layout .idt-repo-finding-status,.idt-app-console-layout .idt-source-status-pill{letter-spacing:0;border-radius:999px}.idt-app-console-layout .idt-repo-finding-status,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-status{border:1px solid #ffffff29;font-weight:900}.idt-app-console-layout .idt-repo-finding-status.is-open,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-status.is-open{color:#dbeafe;background:#3b82f63d;border-color:#7dbaff9e}.idt-app-console-layout .idt-repo-finding-status.is-ack,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-status.is-ack{color:#fde68a;background:#b4530947;border-color:#fbbf2494}.idt-app-console-layout .idt-repo-finding-status.is-suppressed,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-status.is-suppressed{color:#e2e8f0;background:#47556957;border-color:#cbd5e16b}.idt-app-console-layout .idt-repo-finding-status.is-resolved,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-status.is-resolved{color:#bbf7d0;background:#1665344d;border-color:#4ade8085}.idt-app-console-layout .idt-source-status-pill.is-success{color:#b9f6ce;background:#58d68d1f;border-color:#58d68d80}.idt-app-console-layout .idt-source-status-pill.is-warning{color:#ffe5a3;background:#f5c4511f;border-color:#f5c45180}.idt-app-console-layout .idt-source-status-pill.is-error{color:#ffc3c3;background:#ff6b6b1f;border-color:#ff6b6b8f}.idt-app-console-layout .idt-repo-finding-severity.is-critical,.idt-app-console-layout .idt-repo-finding-severity.is-high{color:#ffc3c3;background:#ff6b6b24}.idt-app-console-layout .idt-repo-finding-severity.is-medium{color:#ffe5a3;background:#f5c45124}.idt-app-console-layout .idt-repo-finding-severity.is-low,.idt-app-console-layout .idt-repo-finding-severity.is-info,.idt-app-console-layout .idt-repo-finding-severity.is-unknown{color:#e5e5e5;background:#ffffff1f}.idt-app-console-layout .idt-repo-finding-trend-bar-track,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-trend-bar-track{border-color:var(--app-border);background:#050505}.idt-app-console-layout .idt-repo-scan-health-head h3,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-health-head h3{color:#fff}.idt-app-console-layout .idt-repo-scan-health-head p,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-health-head p,.idt-app-console-layout .idt-repo-scan-health-grid span,.idt-app-console-layout .idt-repo-scan-health-grid small,.idt-app-console-layout .idt-repo-scan-health-event span:not(.idt-repo-scan-health-dot),.idt-app-console-layout .idt-repo-scan-health-event time,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-health-grid span,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-health-grid small,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-health-event span:not(.idt-repo-scan-health-dot),html[data-theme=light] .idt-app-console-layout .idt-repo-scan-health-event time{color:var(--app-dim)}.idt-app-console-layout .idt-repo-scan-health-actions a,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-health-actions a,.idt-app-console-layout .idt-repo-scan-health-grid strong,.idt-app-console-layout .idt-repo-scan-health-event strong,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-health-grid strong,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-health-event strong{color:#fff}.idt-app-console-layout .idt-repo-scan-health-grid,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-health-grid,.idt-app-console-layout .idt-repo-scan-health-event,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-health-event{border-color:var(--app-border);background:#050505}.idt-app-console-layout .idt-repo-scan-health-grid div,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-health-grid div{border-color:var(--app-border)}.idt-app-console-layout .idt-github-intelligence-trend .idt-repo-finding-trend-bar-track,html[data-theme=light] .idt-app-console-layout .idt-github-intelligence-trend .idt-repo-finding-trend-bar-track{background:#1b1b1f;border:0;height:.42rem}.idt-app-console-layout .idt-github-intelligence-trend .idt-repo-finding-trend-bar,html[data-theme=light] .idt-app-console-layout .idt-github-intelligence-trend .idt-repo-finding-trend-bar{background:#ffffffdb}.idt-app-console-layout .idt-executive-bar,.idt-executive-report-shell .idt-executive-bar{background:#151515}.idt-app-console-layout .idt-executive-bar span,.idt-executive-report-shell .idt-executive-bar span{background:#fff}.idt-app-console-layout code,.idt-account-security-page code,.idt-executive-report-shell code{white-space:pre-wrap;overflow-wrap:anywhere;max-width:100%}.idt-app-console-layout pre,.idt-account-security-page pre,.idt-executive-report-shell pre{max-width:100%;overflow-x:auto}.idt-app-console-layout .idt-source-diagnostics code{border:1px solid var(--app-border);color:#fff;font-family:var(--idt-mono);background:#000;border-radius:8px;margin-top:.4rem;padding:.72rem;font-size:.82rem;line-height:1.5;display:block}.idt-account-security-page{background:#000;gap:1rem;width:100%;max-width:none;min-height:100dvh;margin:0;padding:0 0 4rem;display:grid}.idt-account-security-page>.idt-app-panel,.idt-account-security-page>.idt-error-panel,.idt-account-security-page>.idt-inline-actions{margin-left:clamp(1rem,4vw,3.5rem);margin-right:clamp(1rem,4vw,3.5rem)}.idt-account-security-page .idt-security-overview{grid-template-columns:repeat(auto-fit,minmax(17rem,1fr))}.idt-account-security-page .idt-session-row{align-items:flex-start}.idt-app-shell-screen,.idt-executive-report-shell{background:#000;place-items:center;width:100%;min-height:100dvh;margin:0;padding:clamp(1rem,4vw,3.5rem);display:grid}.idt-app-shell-screen .idt-app-panel{width:min(100%,42rem)}.idt-executive-report-shell{place-items:stretch stretch}.idt-executive-report-shell .idt-executive-report-page{background:0 0;gap:1rem;width:100%;max-width:none;display:grid}.idt-executive-report-shell .idt-executive-report-header{border:1px solid var(--app-border);background:#050505;border-radius:8px;padding:1rem}.idt-executive-report-shell .idt-executive-narrative{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}@media (width<=1180px){.idt-app-console-layout{grid-template-columns:15.5rem minmax(0,1fr)}.idt-app-console-layout .idt-repo-finding-layout,.idt-app-console-layout .idt-github-intelligence-grid,.idt-app-console-layout .idt-github-intelligence-main,.idt-app-console-layout .idt-source-wizard-grid{grid-template-columns:1fr}}@media (width<=940px){.idt-app-console-layout{grid-template-columns:1fr}.idt-app-sidebar{border-right:0;border-bottom:1px solid var(--app-border);grid-template-rows:auto auto auto;height:auto;position:relative}.idt-app-console-layout .idt-app-shell-nav{flex-wrap:nowrap;padding-bottom:.2rem;display:flex;overflow-x:auto}.idt-app-console-layout .idt-app-shell-nav a{flex:none}.idt-app-sidebar-footer{display:none}.idt-app-console-layout .idt-overview-grid,.idt-app-console-layout .idt-projects-grid,.idt-app-console-layout .idt-settings-grid,.idt-executive-report-shell .idt-executive-report-grid{grid-template-columns:1fr}}@media (width<=700px){.idt-app-console-layout .idt-app-shell-header,.idt-account-security-page .idt-app-shell-header,.idt-executive-report-shell .idt-executive-report-header{display:grid}.idt-app-console-layout .idt-app-shell-actions,.idt-account-security-page .idt-app-shell-actions,.idt-app-console-layout .idt-inline-actions,.idt-account-security-page .idt-inline-actions,.idt-executive-report-shell .idt-executive-report-actions,.idt-executive-report-shell .idt-inline-actions{grid-template-columns:1fr;justify-content:stretch;width:100%;display:grid}.idt-app-console-layout .idt-app-shell-actions .idt-btn,.idt-account-security-page .idt-app-shell-actions .idt-btn,.idt-app-console-layout .idt-inline-actions .idt-btn,.idt-account-security-page .idt-inline-actions .idt-btn,.idt-executive-report-shell .idt-executive-report-actions .idt-btn,.idt-executive-report-shell .idt-inline-actions .idt-btn{width:100%}.idt-app-console-layout .idt-app-shell-nav{grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow-x:visible}.idt-app-console-layout .idt-app-shell-nav a{text-align:center;justify-content:center;width:100%;min-width:0}.idt-app-sidebar,.idt-app-console,.idt-app-console-layout .idt-app-shell-header,.idt-app-console-layout .idt-app-shell-main,.idt-app-console-layout .idt-overview-header,.idt-app-console-layout .idt-workspace-admin-header,.idt-app-console-layout .idt-projects-header,.idt-app-console-layout .idt-source-onboarding-header,.idt-app-console-layout .idt-repo-findings-header,.idt-app-console-layout .idt-github-intelligence-header,.idt-app-console-layout .idt-settings-header{width:100%;max-width:100%}.idt-app-console-layout .idt-overview-header,.idt-app-console-layout .idt-settings-header,.idt-app-console-layout .idt-overview-card-header,.idt-app-console-layout .idt-settings-card-header{display:grid}.idt-app-console-layout .idt-app-shell-header h1,.idt-account-security-page .idt-app-shell-header h1,.idt-executive-report-header h1{font-size:1.7rem}.idt-app-console-layout .idt-app-shell-main,.idt-app-console-layout .idt-app-shell-header,.idt-account-security-page .idt-app-shell-header,.idt-app-shell-screen,.idt-executive-report-shell{padding-left:1rem;padding-right:1rem}.idt-app-console-layout .idt-source-stepper,.idt-app-console-layout .idt-overview-metrics,.idt-app-console-layout .idt-workspace-stats,.idt-app-console-layout .idt-projects-summary,.idt-app-console-layout .idt-source-summary,.idt-app-console-layout .idt-settings-counts,.idt-app-console-layout .idt-repo-finding-stats,.idt-executive-report-shell .idt-executive-report-metrics,.idt-app-console-layout .idt-source-inline-fields,.idt-app-console-layout .idt-workspace-inline-fields,.idt-app-console-layout .idt-workspace-member-toolbar,.idt-app-console-layout .idt-project-inline-fields,.idt-app-console-layout .idt-project-card-meta,.idt-app-console-layout .idt-source-meta,.idt-app-console-layout .idt-settings-facts,.idt-app-console-layout .idt-repo-finding-facts{grid-template-columns:1fr}.idt-app-console-layout .idt-github-intelligence-stats,.idt-app-console-layout .idt-github-intelligence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.idt-app-console-layout .idt-source-stepper li{border-right:0;border-bottom:1px solid var(--app-border)}.idt-app-console-layout .idt-source-stepper li:last-child{border-bottom:0}}@media (width<=360px){.idt-app-console-layout .idt-github-intelligence-stats,.idt-app-console-layout .idt-github-intelligence-grid{grid-template-columns:1fr}}html[data-theme=light] .idt-app-console-layout,html[data-theme=light] .idt-account-security-page,html[data-theme=light] .idt-app-shell-screen,html[data-theme=light] .idt-executive-report-shell{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:var(--app-bg);color:#f5f5f5}html[data-theme=light] .idt-app-console-layout .idt-app-shell-header,html[data-theme=light] .idt-account-security-page .idt-app-shell-header,html[data-theme=light] .idt-executive-report-shell .idt-executive-report-header{border-color:var(--app-border);background:#050506}html[data-theme=light] .idt-app-console-layout .idt-app-shell-header h1,html[data-theme=light] .idt-account-security-page .idt-app-shell-header h1,html[data-theme=light] .idt-executive-report-shell .idt-executive-report-header h1,html[data-theme=light] .idt-app-console-layout h2,html[data-theme=light] .idt-app-console-layout h3,html[data-theme=light] .idt-app-console-layout h4,html[data-theme=light] .idt-account-security-page h2,html[data-theme=light] .idt-account-security-page h3,html[data-theme=light] .idt-executive-report-shell h2,html[data-theme=light] .idt-executive-report-shell h3,html[data-theme=light] .idt-executive-report-shell h4,html[data-theme=light] .idt-app-console-layout strong,html[data-theme=light] .idt-account-security-page strong,html[data-theme=light] .idt-executive-report-shell strong{color:#fff}html[data-theme=light] .idt-app-console-layout p,html[data-theme=light] .idt-app-console-layout dd,html[data-theme=light] .idt-app-console-layout li,html[data-theme=light] .idt-account-security-page p,html[data-theme=light] .idt-account-security-page dd,html[data-theme=light] .idt-executive-report-shell p,html[data-theme=light] .idt-executive-report-shell dd,html[data-theme=light] .idt-app-console-layout .idt-overview-header p,html[data-theme=light] .idt-app-console-layout .idt-overview-card p,html[data-theme=light] .idt-app-console-layout .idt-overview-metrics p,html[data-theme=light] .idt-app-console-layout .idt-overview-risk-row p,html[data-theme=light] .idt-app-console-layout .idt-overview-scan-row p,html[data-theme=light] .idt-app-console-layout .idt-overview-projects span,html[data-theme=light] .idt-app-console-layout .idt-overview-actions span,html[data-theme=light] .idt-app-console-layout .idt-overview-projects small,html[data-theme=light] .idt-app-console-layout .idt-projects-header p,html[data-theme=light] .idt-app-console-layout .idt-projects-section-header p,html[data-theme=light] .idt-app-console-layout .idt-project-card p,html[data-theme=light] .idt-app-console-layout .idt-source-onboarding-header p,html[data-theme=light] .idt-app-console-layout .idt-source-config-header p,html[data-theme=light] .idt-app-console-layout .idt-source-summary p,html[data-theme=light] .idt-app-console-layout .idt-source-card small,html[data-theme=light] .idt-app-console-layout .idt-source-install-card p,html[data-theme=light] .idt-app-console-layout .idt-source-diagnostics>p,html[data-theme=light] .idt-app-console-layout .idt-source-diagnostics p,html[data-theme=light] .idt-app-console-layout .idt-source-diagnostics small,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-row p,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-row-meta,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-trend-row p,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-trend-subtitle,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-trend-meta span,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-group h4,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-facts dt,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-code span,html[data-theme=light] .idt-app-console-layout .idt-settings-header p,html[data-theme=light] .idt-app-console-layout .idt-settings-card p,html[data-theme=light] .idt-app-console-layout .idt-settings-route-grid span,html[data-theme=light] .idt-app-console-layout .idt-settings-facts dt,html[data-theme=light] .idt-executive-report-shell .idt-executive-report-header p,html[data-theme=light] .idt-executive-report-shell .idt-executive-report-section p,html[data-theme=light] .idt-executive-report-shell .idt-executive-report-metrics p{color:var(--app-muted)}html[data-theme=light] .idt-app-console-layout .idt-overview-metrics article,html[data-theme=light] .idt-app-console-layout .idt-settings-counts article,html[data-theme=light] .idt-app-console-layout .idt-workspace-stats article,html[data-theme=light] .idt-app-console-layout .idt-projects-summary article,html[data-theme=light] .idt-app-console-layout .idt-source-summary article,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-stat,html[data-theme=light] .idt-app-console-layout .idt-overview-card,html[data-theme=light] .idt-app-console-layout .idt-settings-card,html[data-theme=light] .idt-app-console-layout .idt-projects-list,html[data-theme=light] .idt-app-console-layout .idt-project-composer,html[data-theme=light] .idt-app-console-layout .idt-project-card,html[data-theme=light] .idt-app-console-layout .idt-source-card,html[data-theme=light] .idt-app-console-layout .idt-source-config,html[data-theme=light] .idt-app-console-layout .idt-source-meta div,html[data-theme=light] .idt-app-console-layout .idt-source-install-card,html[data-theme=light] .idt-app-console-layout .idt-source-advanced,html[data-theme=light] .idt-app-console-layout .idt-source-diagnostics article,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-list,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-detail,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-trend,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-bucket,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-detail-section,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-detail-modal,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-row,html[data-theme=light] .idt-app-console-layout .idt-overview-risk-row,html[data-theme=light] .idt-app-console-layout .idt-overview-scan-row,html[data-theme=light] .idt-app-console-layout .idt-overview-projects a,html[data-theme=light] .idt-app-console-layout .idt-overview-actions a,html[data-theme=light] .idt-app-console-layout .idt-settings-route-grid a,html[data-theme=light] .idt-app-console-layout .idt-settings-facts div,html[data-theme=light] .idt-account-security-page .idt-security-overview article,html[data-theme=light] .idt-account-security-page .idt-session-row,html[data-theme=light] .idt-executive-report-shell .idt-executive-report-metrics article,html[data-theme=light] .idt-executive-report-shell .idt-executive-report-section,html[data-theme=light] .idt-executive-report-shell .idt-executive-severity-list article,html[data-theme=light] .idt-executive-report-shell .idt-executive-type-list article,html[data-theme=light] .idt-executive-report-shell .idt-executive-narrative article{border-color:var(--app-border);background:var(--app-panel);color:#f5f5f5}html[data-theme=light] .idt-app-console-layout .idt-overview-header,html[data-theme=light] .idt-app-console-layout .idt-workspace-admin-header,html[data-theme=light] .idt-app-console-layout .idt-projects-header,html[data-theme=light] .idt-app-console-layout .idt-source-onboarding-header,html[data-theme=light] .idt-app-console-layout .idt-repo-findings-header,html[data-theme=light] .idt-app-console-layout .idt-settings-header{border-color:var(--app-border);background:#080809}html[data-theme=light] .idt-app-console-layout .idt-overview-metrics span,html[data-theme=light] .idt-app-console-layout .idt-settings-counts span,html[data-theme=light] .idt-app-console-layout .idt-projects-summary p,html[data-theme=light] .idt-app-console-layout .idt-source-summary span,html[data-theme=light] .idt-app-console-layout .idt-source-card-topline>span:first-child,html[data-theme=light] .idt-app-console-layout .idt-source-meta dt,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-stat span,html[data-theme=light] .idt-executive-report-shell .idt-executive-report-metrics span,html[data-theme=light] .idt-executive-report-shell .idt-executive-severity-list span,html[data-theme=light] .idt-executive-report-shell .idt-executive-type-list span{color:#737373}html[data-theme=light] .idt-app-console-layout .idt-overview-metrics strong,html[data-theme=light] .idt-app-console-layout .idt-settings-counts strong,html[data-theme=light] .idt-app-console-layout .idt-projects-summary span,html[data-theme=light] .idt-app-console-layout .idt-source-summary span,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-stat strong,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-row-top strong,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-facts dd,html[data-theme=light] .idt-app-console-layout .idt-settings-facts dd,html[data-theme=light] .idt-executive-report-shell .idt-executive-report-metrics strong,html[data-theme=light] .idt-app-console-layout .idt-overview-card-header a,html[data-theme=light] .idt-app-console-layout .idt-settings-card-header a,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-link,html[data-theme=light] .idt-executive-report-shell .idt-executive-report-section-header a{color:#fff}html[data-theme=light] .idt-app-console-layout .idt-repo-finding-filters select,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-filters input,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-triage-form select,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-triage-form input,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-triage-form textarea,html[data-theme=light] .idt-app-console-layout .idt-workspace-switcher select,html[data-theme=light] .idt-app-console-layout .idt-workspace-inline-fields select,html[data-theme=light] .idt-app-console-layout .idt-workspace-member-toolbar select,html[data-theme=light] .idt-app-console-layout .idt-workspace-member-toolbar input,html[data-theme=light] .idt-app-console-layout .idt-workspace-table select,html[data-theme=light] .idt-app-console-layout .idt-app-form input,html[data-theme=light] .idt-app-console-layout .idt-app-form select,html[data-theme=light] .idt-app-console-layout .idt-app-form textarea{border-color:var(--app-border);color:#fff;background:#050505}.idt-app-console-layout input:not([type=checkbox]):not([type=radio]):not([type=range]),.idt-app-console-layout textarea,.idt-account-security-page input:not([type=checkbox]):not([type=radio]):not([type=range]),.idt-account-security-page textarea,.idt-executive-report-shell input:not([type=checkbox]):not([type=radio]):not([type=range]),.idt-executive-report-shell textarea,.idt-app-shell-screen input:not([type=checkbox]):not([type=radio]):not([type=range]),.idt-app-shell-screen textarea,html[data-theme=light] .idt-app-console-layout input:not([type=checkbox]):not([type=radio]):not([type=range]),html[data-theme=light] .idt-app-console-layout textarea,html[data-theme=light] .idt-account-security-page input:not([type=checkbox]):not([type=radio]):not([type=range]),html[data-theme=light] .idt-account-security-page textarea,html[data-theme=light] .idt-executive-report-shell input:not([type=checkbox]):not([type=radio]):not([type=range]),html[data-theme=light] .idt-executive-report-shell textarea,html[data-theme=light] .idt-app-shell-screen input:not([type=checkbox]):not([type=radio]):not([type=range]),html[data-theme=light] .idt-app-shell-screen textarea{border-color:var(--app-border);color:#fff;min-height:2.95rem;font:inherit;background:#050505;border-radius:8px;padding:.78rem .9rem;font-size:.95rem;font-weight:700;line-height:1.25}.idt-app-console-layout select,.idt-account-security-page select,.idt-executive-report-shell select,.idt-app-shell-screen select,html[data-theme=light] .idt-app-console-layout select,html[data-theme=light] .idt-account-security-page select,html[data-theme=light] .idt-executive-report-shell select,html[data-theme=light] .idt-app-shell-screen select{appearance:none;border-color:var(--app-border);color:#fff;min-height:2.95rem;font:inherit;cursor:pointer;background-color:#050505;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 7.5L10 12L14.5 7.5' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .86rem center;background-repeat:no-repeat;background-size:1.05rem 1.05rem;border-radius:8px;padding:.78rem 2.85rem .78rem .9rem;font-size:.95rem;font-weight:800;line-height:1.25}.idt-app-console-layout textarea,.idt-account-security-page textarea,.idt-executive-report-shell textarea,.idt-app-shell-screen textarea{resize:vertical;min-height:7rem}.idt-app-console-layout select:disabled,.idt-app-console-layout input:disabled,.idt-app-console-layout textarea:disabled,.idt-account-security-page select:disabled,.idt-account-security-page input:disabled,.idt-account-security-page textarea:disabled,.idt-executive-report-shell select:disabled,.idt-executive-report-shell input:disabled,.idt-executive-report-shell textarea:disabled,.idt-app-shell-screen select:disabled,.idt-app-shell-screen input:disabled,.idt-app-shell-screen textarea:disabled{cursor:not-allowed;opacity:.58}.idt-app-console-layout,.idt-account-security-page,.idt-app-shell-screen,.idt-executive-report-shell{--source-github:#f5f5f5;--source-aws:#f90;--source-kubernetes:#326ce5;--app-ink:#050505;--app-paper:#0a0a0b;--app-paper-muted:#b8b8c0;--app-blueprint:#0b1220}.idt-app-console-layout{background:var(--app-bg)}.idt-app-sidebar{background:#050506}.idt-app-sidebar-mark{padding:0;overflow:hidden}.idt-app-sidebar-mark img{object-fit:cover;width:100%;height:100%}.idt-app-sidebar-logo-stack{margin-bottom:.75rem}.idt-source-logo-mark{--source-accent:#fff;width:1.85rem;height:1.85rem;box-shadow:none;background:#fff;border:1px solid #fff3;border-radius:8px;flex:none;place-items:center;display:inline-grid}.idt-source-logo-mark.is-github{--source-accent:var(--source-github)}.idt-source-logo-mark.is-aws{--source-accent:var(--source-aws)}.idt-source-logo-mark.is-kubernetes{--source-accent:var(--source-kubernetes)}.idt-source-logo-mark img{object-fit:contain;width:1.05rem;height:1.05rem}.idt-source-logo-mark.is-row{width:2.25rem;height:2.25rem}.idt-source-logo-mark.is-hero{border-radius:10px;width:3.35rem;height:3.35rem}.idt-source-logo-mark.is-hero img{width:2rem;height:2rem}.idt-source-logo-mark.is-ai-risk-source,.idt-source-logo-mark.is-hotspot{background:#fff;border-color:#ffffff57;box-shadow:0 0 0 1px #00000052,0 8px 18px #00000047}.idt-source-logo-mark.is-ai-risk-source img,.idt-source-logo-mark.is-hotspot img{opacity:1;filter:none}.idt-source-logo-mark.is-ai-risk-source{width:1.95rem;height:1.95rem}.idt-source-logo-mark.is-hotspot{border-radius:7px;width:1.7rem;height:1.7rem}.idt-source-logo-mark.is-hotspot img{width:.98rem;height:.98rem}.idt-source-logo-stack{align-items:center;display:flex}.idt-source-logo-stack .idt-source-logo-mark{width:1.8rem;height:1.8rem}.idt-source-logo-stack .idt-source-logo-mark+.idt-source-logo-mark{margin-left:-.32rem}.idt-source-logo-stack .idt-source-logo-mark img{width:1.05rem;height:1.05rem}.idt-domain-logo-mark{position:relative}.idt-domain-logo-mark.is-compact{border-radius:7px;width:1.5rem;height:1.5rem}.idt-domain-logo-mark.is-compact img{width:.92rem;height:.92rem}.idt-domain-logo-mark.is-aws{box-shadow:inset 0 -2px #ff99009e}.idt-domain-logo-mark.is-github{box-shadow:inset 0 -2px #24292f6b}.idt-domain-logo-mark.is-kubernetes{box-shadow:inset 0 -2px #326ce594}.idt-domain-logo-mark.is-kubernetes img{width:1.18rem;height:1.18rem}.idt-domain-logo-mark.is-hero.is-kubernetes img{width:2.1rem;height:2.1rem}.idt-domain-page-shell{color:var(--app-text);gap:1rem;display:grid}.idt-domain-header{border:1px solid var(--app-border);background:#080809;border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(16rem,auto);align-items:start;gap:1rem;padding:1.1rem;display:grid}.idt-domain-header-main{align-items:flex-start;gap:.9rem;display:flex}.idt-domain-header h2,.idt-domain-status-panel h3,.idt-domain-empty-state h3,.idt-domain-error-state h3,.idt-domain-detail-panel h3{color:#fff;font-family:var(--idt-display);text-wrap:balance;margin:.16rem 0 .35rem;line-height:1.04}.idt-domain-header h2{font-size:clamp(1.7rem,2.2vw,2.25rem)}.idt-domain-header p,.idt-domain-status-panel p,.idt-domain-empty-state p,.idt-domain-error-state p,.idt-domain-detail-panel p{color:var(--app-muted);margin:0}.idt-domain-header-aside{justify-items:end;gap:.65rem;display:grid}.idt-domain-scope-slot,.idt-domain-status-summary{border:1px solid var(--app-border);color:#fff;background:#050505;border-radius:8px;max-width:100%;padding:.55rem .65rem;font-size:.82rem;font-weight:800}.idt-environment-selector{gap:.28rem;min-width:min(16rem,100%);display:grid;position:relative}.idt-environment-selector span{color:var(--app-muted);text-transform:uppercase;font-size:.68rem;font-weight:800;line-height:1}.idt-environment-selector select{appearance:none;color:#fff;width:100%;min-height:1.9rem;font:inherit;background:linear-gradient(45deg,#0000 50%,#ffffffbd 50%) calc(100% - .8rem)/.36rem .36rem no-repeat,linear-gradient(135deg,#ffffffbd 50%,#0000 50%) calc(100% - .58rem)/.36rem .36rem no-repeat,0 0;border:0;border-radius:6px;outline:none;padding:0 1.9rem 0 0;font-size:.88rem;font-weight:850}.idt-environment-selector select:focus-visible{box-shadow:0 0 0 2px #7c61ff85}.idt-environment-selector select:disabled{color:#ffffffb8;cursor:default}.idt-environment-selector option{color:#0f1117;background:#fff}.idt-environment-selector small{color:var(--app-muted);font-size:.72rem;font-weight:700}.idt-domain-status-summary.is-success{color:#acf2c4;border-color:#58d68d80}.idt-domain-status-summary.is-warning{color:#ffe3a3;border-color:#f5c4518c}.idt-domain-status-summary.is-danger{color:#ffb3b3;border-color:#ff6b6b8f}.idt-domain-status-summary.is-info{color:#b9d7ff;border-color:#58a6ff85}.idt-domain-header-actions,.idt-domain-filter-actions,.idt-domain-action-footer,.idt-domain-status-panel footer{flex-wrap:wrap;justify-content:flex-end;gap:.55rem;display:flex}.idt-domain-action{justify-content:center;align-items:center;gap:.38rem;min-height:2.35rem;display:inline-flex}.idt-domain-action-icon{display:inline-flex}.idt-domain-page-body{gap:1rem;display:grid}.idt-domain-page-body.has-subnav{grid-template-columns:minmax(11rem,14rem) minmax(0,1fr)}.idt-domain-page-body.has-subnav.has-aside{grid-template-columns:minmax(11rem,14rem) minmax(0,1fr) minmax(15rem,.34fr)}.idt-domain-page-content{gap:1rem;min-width:0;display:grid}.idt-domain-page-aside{min-width:0}.idt-domain-subnav{border:1px solid var(--app-border);background:#080809;border-radius:8px;align-self:start;gap:.35rem;padding:.55rem;display:grid}.idt-domain-subnav a,.idt-domain-subnav-item,.idt-domain-subnav summary{color:#a3a3a3;border:1px solid #0000;border-radius:8px;align-items:center;gap:.45rem;min-height:2.2rem;padding:.52rem .62rem;font-size:.86rem;font-weight:800;line-height:1.2;text-decoration:none;display:flex}.idt-domain-subnav summary{cursor:pointer}.idt-domain-subnav a:hover,.idt-domain-subnav a:focus-visible,.idt-domain-subnav summary:hover,.idt-domain-subnav summary:focus-visible{border-color:var(--app-border);color:#fff;background:#111113;outline:none}.idt-domain-subnav a.is-active,.idt-domain-subnav-item.is-active{color:#fff;background:#111113;border-color:#ffffff4d}.idt-domain-subnav small,.idt-domain-subnav em{border:1px solid var(--app-border);color:var(--app-muted);border-radius:999px;margin-left:auto;padding:.12rem .42rem;font-size:.68rem;font-style:normal;font-weight:900}.idt-domain-subnav-children{gap:.25rem;margin-top:.25rem;padding-left:.42rem;display:grid}.idt-domain-kpi-strip{grid-template-columns:repeat(auto-fit,minmax(11.5rem,1fr));gap:.75rem;display:grid}.idt-domain-kpi,.idt-domain-status-panel,.idt-domain-empty-state,.idt-domain-error-state,.idt-domain-detail-panel,.idt-domain-evidence-panel,.idt-domain-filter-bar,.idt-domain-action-footer,.idt-domain-table-wrap{border:1px solid var(--app-border);color:var(--app-text);background:#080809;border-radius:8px}.idt-domain-kpi{align-content:space-between;gap:.65rem;min-height:7rem;padding:.95rem;display:grid}.idt-domain-kpi span{color:var(--app-dim);font-size:.78rem;font-weight:900}.idt-domain-kpi strong{color:#fff;font-size:clamp(1.65rem,2vw,2.1rem);line-height:1}.idt-domain-kpi p{color:var(--app-muted);margin:0;font-size:.84rem}.idt-domain-kpi.is-success,.idt-domain-status-panel.is-success{border-color:#58d68d61}.idt-domain-kpi.is-warning,.idt-domain-status-panel.is-warning{border-color:#f5c45166}.idt-domain-kpi.is-danger,.idt-domain-status-panel.is-danger{border-color:#ff6b6b66}.idt-domain-status-panel,.idt-domain-empty-state,.idt-domain-error-state,.idt-domain-detail-panel,.idt-domain-action-footer{padding:1rem}.idt-domain-status-panel{gap:.8rem;display:grid}.idt-domain-status-panel header{justify-content:space-between;gap:1rem;display:flex}.idt-domain-status-panel header>span{border:1px solid var(--app-border);color:#fff;background:#050505;border-radius:999px;align-self:start;padding:.2rem .48rem;font-size:.72rem;font-weight:900}.idt-domain-panel-body{gap:.65rem;display:grid}.idt-domain-error-state{border-color:#ff6b6b75}.idt-domain-empty-state,.idt-domain-error-state{gap:.55rem;display:grid}.idt-domain-loading-state{border:1px dashed var(--app-border);min-height:5.5rem;color:var(--app-muted);background:#080809;border-radius:8px;align-items:center;gap:.7rem;padding:1rem;display:flex}.idt-domain-loading-state span{border:2px solid #fff3;border-top-color:#fff;border-radius:999px;width:.8rem;height:.8rem;animation:.82s linear infinite idt-domain-spin}@keyframes idt-domain-spin{to{transform:rotate(360deg)}}.idt-domain-filter-bar{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:.75rem;padding:.85rem;display:flex}.idt-domain-filter-fields{flex-wrap:wrap;flex:22rem;gap:.65rem;display:flex}.idt-domain-filter-fields label{min-width:min(100%,12rem);color:var(--app-muted);gap:.25rem;font-size:.78rem;font-weight:800;display:grid}.idt-domain-filter-fields input,.idt-domain-filter-fields select{border:1px solid var(--app-border);color:#fff;min-height:2.35rem;font:inherit;background:#050505;border-radius:8px;padding:.52rem .62rem}.idt-domain-filter-fields input:focus-visible,.idt-domain-filter-fields select:focus-visible{border-color:#fff;outline:none}.idt-domain-table-wrap{overflow-x:auto}.idt-domain-data-table{border-collapse:collapse;width:100%;min-width:42rem}.idt-domain-data-table th,.idt-domain-data-table td{border-bottom:1px solid var(--app-border-soft);text-align:left;vertical-align:top;padding:.74rem .82rem}.idt-domain-data-table th{color:var(--app-dim);font-size:.74rem;font-weight:900}.idt-domain-data-table td{color:var(--app-muted);font-size:.88rem}.idt-domain-data-table .is-right{text-align:right}.idt-domain-table-empty{border-top:1px solid var(--app-border-soft);padding:.8rem}.idt-domain-detail-panel{align-content:start;gap:.8rem;display:grid}.idt-domain-detail-panel footer{border-top:1px solid var(--app-border-soft);padding-top:.8rem}.idt-domain-route-facts{gap:.65rem;margin:0;display:grid}.idt-domain-route-facts div{gap:.18rem;display:grid}.idt-domain-route-facts dt{color:var(--app-dim);text-transform:uppercase;font-size:.72rem;font-weight:900}.idt-domain-route-facts dd{color:#fff;min-width:0;font-family:var(--idt-mono);overflow-wrap:anywhere;margin:0;font-size:.78rem}.idt-domain-readiness-items{gap:.55rem;display:grid}.idt-domain-readiness-items article{border:1px solid var(--app-border-soft);background:#050505;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.75rem;padding:.78rem;display:grid}.idt-domain-readiness-items strong{color:#fff}.idt-domain-readiness-items p{margin-top:.18rem}.idt-domain-readiness-items article>span{border:1px solid var(--app-border);color:#fff;border-radius:999px;padding:.14rem .5rem;font-size:.72rem;font-weight:900}.idt-domain-evidence-panel{margin:0;overflow:hidden}.idt-domain-evidence-panel figcaption{border-bottom:1px solid var(--app-border-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem .85rem;display:flex}.idt-domain-evidence-panel figcaption strong{color:#fff}.idt-domain-evidence-panel figcaption span{color:var(--app-dim);font-size:.78rem;font-weight:800}.idt-domain-evidence-panel pre{color:#f0f6fc;max-height:24rem;font-family:var(--idt-mono);background:#050505;margin:0;padding:.9rem;font-size:.82rem;line-height:1.55;overflow:auto}.idt-domain-action-footer{z-index:4;justify-content:flex-end;align-items:center;position:sticky;bottom:1rem}@media (width<=1100px){.idt-domain-header,.idt-domain-page-body.has-subnav,.idt-domain-page-body.has-subnav.has-aside{grid-template-columns:1fr}.idt-domain-header-aside{justify-items:start}}@media (width<=720px){.idt-domain-header-main,.idt-domain-status-panel header,.idt-domain-filter-bar{flex-direction:column;align-items:stretch}.idt-domain-header-actions,.idt-domain-filter-actions,.idt-domain-action-footer,.idt-domain-status-panel footer{justify-content:stretch}.idt-domain-action,.idt-domain-header-actions .idt-btn,.idt-domain-filter-actions .idt-btn,.idt-domain-action-footer .idt-btn{width:100%}.idt-domain-data-table{min-width:34rem}}.idt-visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.idt-domain-status-badge{border:1px solid var(--app-border);color:#fff;background:#050505;border-radius:999px;align-items:center;gap:.45rem;padding:.28rem .62rem;font-size:.78rem;font-weight:800;line-height:1.2;display:inline-flex}.idt-domain-status-badge strong{font-weight:900}.idt-domain-status-badge .idt-domain-status-detail{color:var(--app-muted);font-weight:700}.idt-domain-status-dot{background:#fff;border-radius:999px;width:.46rem;height:.46rem;box-shadow:0 0 0 2px #ffffff1f}.idt-domain-status-badge.is-success{color:#acf2c4;border-color:#58d68d80}.idt-domain-status-badge.is-success .idt-domain-status-dot{background:#58d68d;box-shadow:0 0 0 2px #58d68d38}.idt-domain-status-badge.is-warning{color:#ffe3a3;border-color:#f5c4518c}.idt-domain-status-badge.is-warning .idt-domain-status-dot{background:#f5c451;box-shadow:0 0 0 2px #f5c4513d}.idt-domain-status-badge.is-danger{color:#ffb3b3;border-color:#ff6b6b8f}.idt-domain-status-badge.is-danger .idt-domain-status-dot{background:#ff6b6b;box-shadow:0 0 0 2px #ff6b6b3d}.idt-domain-status-badge.is-info{color:#b9d7ff;border-color:#58a6ff85}.idt-domain-status-badge.is-info .idt-domain-status-dot{background:#58a6ff;box-shadow:0 0 0 2px #58a6ff3d}.idt-domain-status-badge.is-running-scan .idt-domain-status-dot{box-shadow:none;background:0 0;border:2px solid #b9d7ff52;border-top-color:#b9d7ff;animation:1.6s linear infinite idt-domain-spin}.idt-domain-coverage-card{border:1px solid var(--app-border);background:#080809;border-radius:8px;gap:.55rem;padding:.95rem;display:grid}.idt-domain-coverage-card header{justify-content:space-between;align-items:baseline;gap:.6rem;display:flex}.idt-domain-coverage-card header span{color:var(--app-dim);font-size:.78rem;font-weight:900}.idt-domain-coverage-card header strong{color:#fff;font-size:1.45rem;font-weight:900;line-height:1}.idt-domain-coverage-bar{background:#ffffff14;border-radius:999px;height:.42rem;position:relative;overflow:hidden}.idt-domain-coverage-bar>span{border-radius:inherit;background:#fff;transition:width .24s;position:absolute;inset:0 auto 0 0}.idt-domain-coverage-card.is-success .idt-domain-coverage-bar>span{background:#58d68d}.idt-domain-coverage-card.is-info .idt-domain-coverage-bar>span{background:#58a6ff}.idt-domain-coverage-card.is-warning .idt-domain-coverage-bar>span{background:#f5c451}.idt-domain-coverage-card.is-danger .idt-domain-coverage-bar>span{background:#ff6b6b}.idt-domain-coverage-card p{color:var(--app-muted);margin:0;font-size:.82rem}.idt-domain-finding-card{border:1px solid var(--app-border);color:var(--app-text);text-align:left;font:inherit;cursor:default;background:#080809;border-radius:8px;gap:.5rem;padding:.95rem;text-decoration:none;display:grid}a.idt-domain-finding-card,button.idt-domain-finding-card{cursor:pointer}a.idt-domain-finding-card:hover,a.idt-domain-finding-card:focus-visible,button.idt-domain-finding-card:hover,button.idt-domain-finding-card:focus-visible{border-color:#ffffff52;outline:none}.idt-domain-finding-card header{justify-content:space-between;align-items:center;gap:.4rem;display:flex}.idt-domain-finding-card strong{color:#fff;font-size:clamp(1.55rem,2vw,2rem);font-weight:900;line-height:1}.idt-domain-finding-card p{color:var(--app-muted);margin:0;font-size:.84rem}.idt-domain-finding-trend{color:var(--app-dim);font-size:.74rem;font-weight:800}.idt-domain-severity-pill{border:1px solid var(--app-border);color:#fff;letter-spacing:.02em;text-transform:uppercase;background:#050505;border-radius:999px;align-items:center;gap:.32rem;padding:.16rem .5rem;font-size:.7rem;font-weight:900;display:inline-flex}.idt-domain-severity-pill.is-critical{color:#ffb3b3;border-color:#ff6b6b8f}.idt-domain-severity-pill.is-high{color:#ffcfa3;border-color:#f58a518c}.idt-domain-severity-pill.is-medium{color:#ffe3a3;border-color:#f5c4518c}.idt-domain-severity-pill.is-low{color:#b9d7ff;border-color:#58a6ff85}.idt-domain-severity-pill.is-info{border-color:var(--app-border);color:var(--app-muted)}.idt-domain-finding-card.is-critical{border-color:#ff6b6b6b}.idt-domain-finding-card.is-high{border-color:#f58a5157}.idt-domain-timeline{gap:.4rem;margin:0;padding:0;list-style:none;display:grid}.idt-domain-timeline-row{border:1px solid var(--app-border-soft);background:#050505;border-radius:8px;grid-template-columns:minmax(6rem,7.5rem) minmax(0,1fr) auto;align-items:start;gap:.85rem;padding:.7rem .85rem;display:grid}.idt-domain-timeline-row time{color:var(--app-dim);font-family:var(--idt-mono);font-size:.74rem;font-weight:800}.idt-domain-timeline-title{color:#fff;margin:0;font-size:.88rem;font-weight:800}.idt-domain-timeline-detail{color:var(--app-muted);margin:.2rem 0 0;font-size:.82rem}.idt-domain-timeline-actor{border:1px solid var(--app-border);color:var(--app-muted);border-radius:999px;align-self:center;padding:.14rem .5rem;font-size:.72rem;font-weight:800}.idt-domain-timeline-row.is-success{border-color:#58d68d57}.idt-domain-timeline-row.is-warning{border-color:#f5c45161}.idt-domain-timeline-row.is-danger{border-color:#ff6b6b66}.idt-domain-graph-placeholder{border:1px solid var(--app-border);background:radial-gradient(120% 80% at 0 0,#7c61ff14,#0000 60%),#080809;border-radius:8px;grid-template-columns:minmax(11rem,18rem) minmax(0,1fr);align-items:center;gap:1.1rem;padding:1.1rem;display:grid}.idt-domain-graph-canvas{background:linear-gradient(#ffffff0a,#0000),#050505;border:1px dashed #ffffff29;border-radius:8px;min-height:8.5rem;position:relative}.idt-domain-graph-canvas>span{opacity:.6;background:#fff;border-radius:999px;width:.7rem;height:.7rem;position:absolute}.idt-domain-graph-canvas>span:first-child{top:22%;left:18%}.idt-domain-graph-canvas>span:nth-child(2){top:58%;left:48%}.idt-domain-graph-canvas>span:nth-child(3){top:32%;left:76%}.idt-domain-graph-canvas:after{content:"";pointer-events:none;background:linear-gradient(135deg,#0000 22%,#ffffff2e 23%,#0000 24%) no-repeat,linear-gradient(45deg,#0000 56%,#ffffff24 57%,#0000 58%) no-repeat;position:absolute;inset:0}.idt-domain-graph-copy h3{color:#fff;font-family:var(--idt-display);margin:.2rem 0 .35rem;font-size:1.05rem;line-height:1.1}.idt-domain-graph-copy p{color:var(--app-muted);margin:0;font-size:.86rem}.idt-domain-remediation-queue{border:1px solid var(--app-border);background:#080809;border-radius:8px}.idt-domain-remediation-queue ol{gap:0;margin:0;padding:0;list-style:none;display:grid}.idt-domain-remediation-item{border-top:1px solid var(--app-border-soft);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:.85rem .95rem;display:grid}.idt-domain-remediation-item:first-child{border-top:0}.idt-domain-remediation-main{align-items:flex-start;gap:.65rem;min-width:0;display:flex}.idt-domain-remediation-title{color:#fff;margin:0;font-size:.92rem;font-weight:800}.idt-domain-remediation-detail{color:var(--app-muted);margin:.18rem 0 0;font-size:.82rem}.idt-domain-remediation-aside{flex-direction:column;align-items:flex-end;gap:.42rem;display:flex}.idt-domain-remediation-owner{color:var(--app-dim);font-size:.74rem;font-weight:800}.idt-domain-remediation-queue-empty{background:0 0;border:0;padding:.5rem}.idt-domain-sort-control{align-items:end;gap:.5rem;display:inline-flex}.idt-domain-sort-control label{color:var(--app-muted);gap:.25rem;font-size:.78rem;font-weight:800;display:grid}.idt-domain-sort-control select{border:1px solid var(--app-border);color:#fff;min-height:2.35rem;font:inherit;background:#050505;border-radius:8px;padding:.52rem .62rem}.idt-domain-sort-control select:focus-visible{border-color:#fff;outline:none}.idt-domain-sort-direction{border:1px solid var(--app-border);color:#fff;cursor:pointer;background:#050505;border-radius:8px;justify-content:center;align-items:center;min-width:2.35rem;height:2.35rem;font-size:.95rem;font-weight:900;display:inline-flex}.idt-domain-sort-direction:hover,.idt-domain-sort-direction:focus-visible{border-color:#fff;outline:none}.idt-domain-drawer-root{z-index:60;justify-content:flex-end;display:flex;position:fixed;inset:0}.idt-domain-drawer-scrim{cursor:pointer;background:#0000009e;border:0;padding:0;position:absolute;inset:0}.idt-domain-drawer{border-left:1px solid var(--app-border);width:min(28rem,100%);max-height:100%;color:var(--app-text);background:#080809;flex-direction:column;display:flex;position:relative;box-shadow:-16px 0 32px #00000052}.idt-domain-drawer header{border-bottom:1px solid var(--app-border-soft);justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.idt-domain-drawer header h3{color:#fff;font-family:var(--idt-display);margin:.18rem 0 0;font-size:1.05rem;line-height:1.1}.idt-domain-drawer-close{border:1px solid var(--app-border);color:#fff;cursor:pointer;background:#050505;border-radius:8px;width:2rem;height:2rem;font-size:1.1rem;font-weight:900}.idt-domain-drawer-close:hover,.idt-domain-drawer-close:focus-visible{border-color:#fff;outline:none}.idt-domain-drawer-body{color:var(--app-text);flex:auto;padding:1rem;overflow:auto}.idt-domain-drawer footer{border-top:1px solid var(--app-border-soft);flex-wrap:wrap;justify-content:flex-end;gap:.55rem;padding:.85rem 1rem;display:flex}@media (width<=720px){.idt-domain-graph-placeholder,.idt-domain-timeline-row{grid-template-columns:1fr}.idt-domain-timeline-actor{justify-self:start}.idt-domain-remediation-item{grid-template-columns:1fr}.idt-domain-remediation-aside{align-items:flex-start}}.idt-app-header-stack,.idt-app-header-meta,.idt-overview-source-strip{flex-wrap:wrap;align-items:center;gap:.45rem;margin-top:.8rem;display:flex}.idt-app-header-stack>span,.idt-app-header-meta>span,.idt-overview-source-strip>span,html[data-theme=light] .idt-app-header-stack>span,html[data-theme=light] .idt-app-header-meta>span,html[data-theme=light] .idt-overview-source-strip>span{border:1px solid var(--app-border);color:#d7d7dd;background:#0d0d0f;border-radius:999px;max-width:none;padding:.32rem .58rem;font-size:.78rem;font-weight:700;line-height:1.2}.idt-app-header-meta>.idt-source-logo-stack{margin-right:.12rem}.idt-app-console-layout .idt-overview-header,.idt-app-console-layout .idt-workspace-admin-header,.idt-app-console-layout .idt-projects-header,.idt-app-console-layout .idt-source-onboarding-header,.idt-app-console-layout .idt-repo-findings-header,.idt-app-console-layout .idt-settings-header{background:#080809}.idt-app-console-layout .idt-repo-findings-header.idt-github-intelligence-header{border:0;padding:.25rem 0 .35rem;background:0 0!important}.idt-app-console-layout .idt-overview-metrics article,.idt-app-console-layout .idt-projects-summary article,.idt-app-console-layout .idt-source-summary article,.idt-app-console-layout .idt-repo-finding-stat{align-content:space-between;gap:.8rem;min-height:7rem;display:grid;position:relative;overflow:hidden}.idt-app-console-layout .idt-overview-metrics article:after,.idt-app-console-layout .idt-projects-summary article:after,.idt-app-console-layout .idt-source-summary article:after,.idt-app-console-layout .idt-repo-finding-stat:after{display:none}.idt-overview-metric-top{justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.idt-app-console-layout .idt-overview-metric-top>span{color:#a3a3a3}.idt-app-console-layout .is-light-surface,.idt-app-console-layout .idt-overview-metrics article.is-light-surface,.idt-app-console-layout .idt-projects-summary article.is-light-surface,.idt-app-console-layout .idt-source-summary article.is-light-surface,html[data-theme=light] .idt-app-console-layout .is-light-surface,html[data-theme=light] .idt-app-console-layout .idt-overview-metrics article.is-light-surface,html[data-theme=light] .idt-app-console-layout .idt-projects-summary article.is-light-surface,html[data-theme=light] .idt-app-console-layout .idt-source-summary article.is-light-surface{border-color:var(--app-border);background:var(--app-paper);color:var(--app-text)}.idt-app-console-layout .is-light-surface strong,.idt-app-console-layout .is-light-surface h3,.idt-app-console-layout .is-light-surface h4,.idt-app-console-layout .is-light-surface .idt-overview-metric-top>span,.idt-app-console-layout .is-light-surface span,.idt-app-console-layout .idt-overview-metrics article.is-light-surface strong,.idt-app-console-layout .idt-overview-metrics article.is-light-surface span,.idt-app-console-layout .idt-projects-summary article.is-light-surface strong,.idt-app-console-layout .idt-projects-summary article.is-light-surface span,.idt-app-console-layout .idt-source-summary article.is-light-surface strong,.idt-app-console-layout .idt-source-summary article.is-light-surface span,html[data-theme=light] .idt-app-console-layout .is-light-surface strong,html[data-theme=light] .idt-app-console-layout .is-light-surface h3,html[data-theme=light] .idt-app-console-layout .is-light-surface h4,html[data-theme=light] .idt-app-console-layout .is-light-surface .idt-overview-metric-top>span,html[data-theme=light] .idt-app-console-layout .is-light-surface span,html[data-theme=light] .idt-app-console-layout .idt-overview-metrics article.is-light-surface strong,html[data-theme=light] .idt-app-console-layout .idt-overview-metrics article.is-light-surface span,html[data-theme=light] .idt-app-console-layout .idt-projects-summary article.is-light-surface strong,html[data-theme=light] .idt-app-console-layout .idt-projects-summary article.is-light-surface span,html[data-theme=light] .idt-app-console-layout .idt-source-summary article.is-light-surface strong,html[data-theme=light] .idt-app-console-layout .idt-source-summary article.is-light-surface span{color:var(--app-text)}.idt-app-console-layout .is-light-surface p,html[data-theme=light] .idt-app-console-layout .is-light-surface p,html[data-theme=light] .idt-app-console-layout .idt-overview-metrics article.is-light-surface p,html[data-theme=light] .idt-app-console-layout .idt-projects-summary article.is-light-surface p,html[data-theme=light] .idt-app-console-layout .idt-source-summary article.is-light-surface p{color:var(--app-paper-muted)}.idt-app-console-layout .is-danger-surface,.idt-app-console-layout .is-provider-surface{border-color:var(--app-border);background:var(--app-panel);color:var(--app-text)}.idt-overview-risk-row,.idt-overview-scan-row,.idt-repo-finding-row{align-items:flex-start;gap:.85rem}.idt-overview-row-copy,.idt-repo-finding-row-copy{flex:auto;gap:.4rem;min-width:0;display:grid}.idt-overview-row-copy{grid-template-columns:minmax(0,1fr) auto;align-items:flex-start}.idt-overview-project-title,.idt-project-card-title,.idt-source-card-identity,.idt-source-config-title{align-items:center;gap:.75rem;display:flex}.idt-overview-project-title,.idt-project-card-title{justify-content:space-between}.idt-overview-project-title .idt-source-logo-stack,.idt-project-card-title .idt-source-logo-stack{flex:none}.idt-app-console-layout .idt-overview-actions a{align-content:start;gap:.55rem;min-height:6.8rem;padding:.95rem;display:grid;position:relative;overflow:hidden}.idt-app-console-layout .idt-overview-actions a:nth-child(2),html[data-theme=light] .idt-app-console-layout .idt-overview-actions a:nth-child(2){border-color:var(--app-border);background:var(--app-paper);color:var(--app-text)}.idt-app-console-layout .idt-overview-actions a:nth-child(2) strong,.idt-app-console-layout .idt-overview-actions a:nth-child(2) span,html[data-theme=light] .idt-app-console-layout .idt-overview-actions a:nth-child(2) strong,html[data-theme=light] .idt-app-console-layout .idt-overview-actions a:nth-child(2) span{color:inherit}.idt-app-console-layout .idt-overview-actions a:nth-child(2) .idt-source-logo-mark{border-color:#00000024;box-shadow:0 0 0 1px #00000014}.idt-source-card{--provider-accent:#fff9;position:relative;overflow:hidden}.idt-source-card.is-provider-aws{--provider-accent:var(--source-aws)}.idt-source-card.is-provider-kubernetes{--provider-accent:var(--source-kubernetes)}.idt-source-card.is-provider-github{--provider-accent:#fff}.idt-source-card:before{content:"";background:var(--provider-accent);opacity:.34;width:3px;position:absolute;inset:0 auto 0 0}.idt-app-console-layout .idt-source-card.is-selected{background:#111113;border-color:#fff}.idt-source-card-topline{justify-content:space-between;align-items:flex-start;gap:.7rem;display:flex}.idt-source-card-identity{min-width:0}.idt-source-card-identity>span:last-child{overflow-wrap:anywhere}.idt-source-config-title{align-items:flex-start;min-width:0}.idt-source-config-title>div{min-width:0}.idt-app-console-layout .idt-source-meta{gap:.75rem}.idt-app-console-layout .idt-source-meta div,html[data-theme=light] .idt-app-console-layout .idt-source-meta div{border-color:var(--app-border);background:#080809}.idt-app-console-layout .idt-source-install-card{background:#080809}.idt-source-command-center{grid-template-columns:minmax(0,1.35fr) minmax(18rem,.9fr);align-items:stretch;gap:.75rem;display:grid}.idt-source-next-action,.idt-source-compact-stats,.idt-source-recovery-card,.idt-source-policy-panel details,html[data-theme=light] .idt-source-next-action,html[data-theme=light] .idt-source-compact-stats,html[data-theme=light] .idt-source-recovery-card,html[data-theme=light] .idt-source-policy-panel details{border:1px solid var(--app-border);color:#fff;background:#080809;border-radius:8px}.idt-source-next-action{justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.idt-source-next-action h3{margin:.12rem 0 .35rem;font-size:clamp(1.35rem,2vw,1.75rem);line-height:1.05}.idt-source-next-action p:last-child{max-width:70ch;margin:0}.idt-source-compact-stats{grid-template-columns:repeat(3,minmax(0,1fr));margin:0;display:grid;overflow:hidden}.idt-source-compact-stats div{border-right:1px solid var(--app-border);align-content:center;gap:.45rem;min-width:0;padding:.92rem;display:grid}.idt-source-compact-stats div:last-child{border-right:0}.idt-source-compact-stats dt{color:var(--app-muted);text-transform:uppercase;font-size:.72rem;font-weight:900}.idt-source-compact-stats dd{color:#fff;align-items:center;gap:.45rem;min-width:0;margin:0;font-size:1.05rem;font-weight:900;line-height:1.15;display:flex}.idt-source-primary-action{align-items:stretch}.idt-source-primary-action form{flex:0 22rem;min-width:min(100%,20rem)}.idt-source-enterprise-fallback,.idt-source-policy-panel details{padding:0;overflow:hidden}.idt-source-enterprise-fallback summary,.idt-source-policy-summary{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;list-style:none;display:flex}.idt-source-enterprise-fallback summary::-webkit-details-marker{display:none}.idt-source-policy-summary::-webkit-details-marker{display:none}.idt-source-enterprise-fallback summary:after,.idt-source-policy-summary:after{content:"";color:#fff;border-bottom:2px solid;border-right:2px solid;flex:none;width:.8rem;height:.8rem;transition:transform .16s;transform:rotate(45deg)}.idt-source-enterprise-fallback[open] summary:after,.idt-source-policy-panel details[open] .idt-source-policy-summary:after{transform:rotate(225deg)}.idt-source-enterprise-fallback summary span:first-child,.idt-source-policy-summary>div:first-child{gap:.22rem;min-width:0;display:grid}.idt-source-enterprise-fallback summary strong{color:#fff}.idt-source-enterprise-fallback summary small{color:var(--app-muted);font-size:.88rem;line-height:1.35}.idt-source-enterprise-fallback .idt-app-form{border-top:1px solid var(--app-border);padding:1rem}.idt-source-recovery-card{border-color:#ff6b6b8c;gap:.45rem;padding:.9rem;display:grid}.idt-source-recovery-card strong{color:#ffd0d0}.idt-source-recovery-card p{margin:0}.idt-source-recovery-card .idt-btn{justify-self:start}.idt-source-policy-panel{background:0 0;border:0;padding:0}.idt-source-policy-summary h3{margin:.1rem 0 .25rem}.idt-source-policy-summary p:last-child{margin:0}.idt-source-policy-body{border-top:1px solid var(--app-border);gap:1rem;padding:1rem;display:grid}.idt-app-console-layout .idt-repo-finding-row{text-align:left;display:flex}.idt-app-console-layout .idt-repo-finding-bucket{background:#080809}.idt-app-console-layout .idt-repo-finding-bucket summary{color:#fff}.idt-app-console-layout .idt-repo-finding-bucket summary small{color:var(--app-muted)}.idt-app-console-layout .idt-repo-finding-bucket-body{border-top-color:var(--app-border)}.idt-app-console-layout .idt-repo-finding-scan,.idt-app-console-layout .idt-repo-finding-severity-group{background:#050505}.idt-app-console-layout .idt-repo-finding-row.is-selected{background:#111113;border-color:#fff}.idt-app-console-layout .idt-repo-finding-row-top{align-items:flex-start;gap:.7rem}.idt-app-console-layout .idt-repo-finding-trend{background:var(--app-panel)}.idt-app-console-layout .idt-repo-analysis-panel summary{cursor:pointer}.idt-app-console-layout .idt-repo-analysis-panel[open] summary{border-bottom-color:var(--app-border)}.idt-app-console-layout .idt-repo-finding-trend-bar{background:#fff}.idt-app-console-layout .idt-repo-finding-detail-modal{background:#080809;width:min(100%,74rem)}.idt-app-console-layout .idt-repo-finding-detail-modal-header,.idt-app-console-layout .idt-repo-finding-detail-section{border-color:var(--app-border)}.idt-app-console-layout .idt-repo-finding-detail-section{background:#050505}.idt-app-console-layout .idt-repo-finding-detail-modal .idt-btn-primary,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-detail-modal .idt-btn-primary{color:#fff;background:linear-gradient(#2f6fed 0%,#1d4ed8 100%);border-color:#93c5fdc7;box-shadow:0 12px 28px #1d4ed847}.idt-app-console-layout .idt-repo-finding-detail-modal .idt-btn-primary:hover,.idt-app-console-layout .idt-repo-finding-detail-modal .idt-btn-primary:focus-visible,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-detail-modal .idt-btn-primary:hover,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-detail-modal .idt-btn-primary:focus-visible{background:linear-gradient(#3b82f6 0%,#2563eb 100%);border-color:#bfdbfef2}.idt-app-console-layout .idt-repo-finding-modal-close,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-modal-close{border-color:var(--app-border);color:#fff;background:#111113}.idt-app-console-layout .idt-repo-finding-detail-pills>span:not(.idt-repo-finding-severity):not(.idt-repo-finding-status){border-color:var(--app-border);color:#fff}.idt-app-console-layout .idt-repo-finding-section-head{flex-wrap:wrap}.idt-app-console-layout .idt-repo-finding-bucket>summary,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-bucket>summary,.idt-app-console-layout .idt-repo-filter-panel>summary,html[data-theme=light] .idt-app-console-layout .idt-repo-filter-panel>summary,.idt-app-console-layout .idt-repo-analysis-panel>summary,html[data-theme=light] .idt-app-console-layout .idt-repo-analysis-panel>summary{list-style:none}.idt-app-console-layout .idt-repo-finding-bucket>summary::-webkit-details-marker{display:none}.idt-app-console-layout .idt-repo-filter-panel>summary::-webkit-details-marker{display:none}.idt-app-console-layout .idt-repo-analysis-panel>summary::-webkit-details-marker{display:none}.idt-app-console-layout .idt-repo-finding-bucket>summary:after,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-bucket>summary:after,.idt-app-console-layout .idt-repo-filter-panel>summary:after,html[data-theme=light] .idt-app-console-layout .idt-repo-filter-panel>summary:after,.idt-app-console-layout .idt-repo-analysis-panel>summary:after,html[data-theme=light] .idt-app-console-layout .idt-repo-analysis-panel>summary:after{content:"";flex:0 0 var(--repo-disclosure-size);width:var(--repo-disclosure-size);height:var(--repo-disclosure-size);color:#fff;background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7L9 11L13 7' stroke='%23E5E7EB' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/.86rem .86rem no-repeat,#141416;border:1px solid #34343a;border-radius:999px;grid-column:-1;place-self:center end;place-items:center;transition:border-color .18s,background-color .18s,box-shadow .18s;display:inline-grid;box-shadow:inset 0 1px #ffffff0f}.idt-app-console-layout .idt-repo-finding-bucket:not([open])>summary:after,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-bucket:not([open])>summary:after,.idt-app-console-layout .idt-repo-filter-panel:not([open])>summary:after,html[data-theme=light] .idt-app-console-layout .idt-repo-filter-panel:not([open])>summary:after,.idt-app-console-layout .idt-repo-analysis-panel:not([open])>summary:after,html[data-theme=light] .idt-app-console-layout .idt-repo-analysis-panel:not([open])>summary:after{transform:rotate(0)}.idt-app-console-layout .idt-repo-finding-bucket[open]>summary:after,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-bucket[open]>summary:after,.idt-app-console-layout .idt-repo-filter-panel[open]>summary:after,html[data-theme=light] .idt-app-console-layout .idt-repo-filter-panel[open]>summary:after,.idt-app-console-layout .idt-repo-analysis-panel[open]>summary:after,html[data-theme=light] .idt-app-console-layout .idt-repo-analysis-panel[open]>summary:after{background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 11L9 7L13 11' stroke='%23E5E7EB' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/.86rem .86rem no-repeat,#141416;transform:rotate(0)}.idt-app-console-layout .idt-repo-filter-panel:not([open]) .idt-repo-finding-filters,html[data-theme=light] .idt-app-console-layout .idt-repo-filter-panel:not([open]) .idt-repo-finding-filters{display:none}.idt-app-console-layout .idt-repo-finding-bucket>summary:hover:after,.idt-app-console-layout .idt-repo-finding-bucket>summary:focus-visible:after,.idt-app-console-layout .idt-repo-filter-panel>summary:hover:after,.idt-app-console-layout .idt-repo-filter-panel>summary:focus-visible:after,.idt-app-console-layout .idt-repo-analysis-panel>summary:hover:after,.idt-app-console-layout .idt-repo-analysis-panel>summary:focus-visible:after,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-bucket>summary:hover:after,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-bucket>summary:focus-visible:after,html[data-theme=light] .idt-app-console-layout .idt-repo-filter-panel>summary:hover:after,html[data-theme=light] .idt-app-console-layout .idt-repo-filter-panel>summary:focus-visible:after,html[data-theme=light] .idt-app-console-layout .idt-repo-analysis-panel>summary:hover:after,html[data-theme=light] .idt-app-console-layout .idt-repo-analysis-panel>summary:focus-visible:after{background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7L9 11L13 7' stroke='%23FFFFFF' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/.86rem .86rem no-repeat,#1c1c20;border-color:#52525b;box-shadow:inset 0 1px #ffffff14,0 0 0 3px #ffffff0a}.idt-app-console-layout .idt-repo-analysis-panel>summary,html[data-theme=light] .idt-app-console-layout .idt-repo-analysis-panel>summary{grid-template-columns:minmax(0, 1fr) var(--repo-disclosure-column);align-items:center;gap:.22rem .75rem;display:grid}.idt-app-console-layout .idt-repo-analysis-panel>summary:after,html[data-theme=light] .idt-app-console-layout .idt-repo-analysis-panel>summary:after{grid-area:1/2/span 2}.idt-app-console-layout .idt-repo-analysis-panel>summary h3,.idt-app-console-layout .idt-repo-analysis-panel>summary .idt-repo-finding-trend-subtitle,html[data-theme=light] .idt-app-console-layout .idt-repo-analysis-panel>summary h3,html[data-theme=light] .idt-app-console-layout .idt-repo-analysis-panel>summary .idt-repo-finding-trend-subtitle{grid-column:1}.idt-app-console-layout .idt-repo-finding-hierarchy{gap:1rem}.idt-app-console-layout .idt-repo-finding-repository,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-repository{background:#09090a;border-color:#303036;box-shadow:inset 0 1px #ffffff0a}.idt-app-console-layout .idt-repo-repository-summary,html[data-theme=light] .idt-app-console-layout .idt-repo-repository-summary{grid-template-columns:minmax(0, 1fr) minmax(21rem, auto) var(--repo-disclosure-column);background:linear-gradient(#ffffff0b,#fff0),#0c0c0e;align-items:center;gap:1rem;padding:1rem;display:grid}.idt-app-console-layout .idt-repo-summary-main,html[data-theme=light] .idt-app-console-layout .idt-repo-summary-main{align-items:center;gap:.75rem;min-width:0;display:flex}.idt-app-console-layout .idt-repo-summary-icon,html[data-theme=light] .idt-app-console-layout .idt-repo-summary-icon{color:#fff;background:#050505;border:1px solid #303036;border-radius:8px;flex:none;place-items:center;width:2.35rem;height:2.35rem;display:inline-grid}.idt-app-console-layout .idt-repo-summary-main>span:last-child{gap:.18rem;min-width:0;display:grid}.idt-app-console-layout .idt-repo-summary-label,html[data-theme=light] .idt-app-console-layout .idt-repo-summary-label{color:#a3a3a3;letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:900}.idt-app-console-layout .idt-repo-summary-main strong,html[data-theme=light] .idt-app-console-layout .idt-repo-summary-main strong{color:#fff;overflow-wrap:anywhere;font-size:1.08rem;line-height:1.15}.idt-app-console-layout .idt-repo-summary-metrics,html[data-theme=light] .idt-app-console-layout .idt-repo-summary-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;display:grid}.idt-app-console-layout .idt-repo-summary-metrics>span,html[data-theme=light] .idt-app-console-layout .idt-repo-summary-metrics>span{background:#050505;border:1px solid #242429;border-radius:8px;min-width:5.5rem;padding:.58rem .7rem}.idt-app-console-layout .idt-repo-summary-metrics strong,html[data-theme=light] .idt-app-console-layout .idt-repo-summary-metrics strong{color:#fff;white-space:nowrap;font-size:1rem;line-height:1.1;display:block}.idt-app-console-layout .idt-repo-summary-metrics small,html[data-theme=light] .idt-app-console-layout .idt-repo-summary-metrics small{color:#a3a3a3;text-transform:uppercase;margin-top:.2rem;font-size:.7rem;font-weight:900;display:block}.idt-app-console-layout .idt-repo-scan-timeline,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-timeline{border-top-color:#242429;gap:0;padding:.25rem 0 0}.idt-app-console-layout .idt-repo-finding-scan,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-scan{background:0 0;border:0;border-radius:0;position:relative;overflow:visible}.idt-app-console-layout .idt-repo-finding-scan:before,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-scan:before{content:"";background:#2b2b30;width:1px;position:absolute;top:0;bottom:0;left:2rem}.idt-app-console-layout .idt-repo-scan-summary,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-summary{grid-template-columns:auto minmax(0, 1fr) auto var(--repo-disclosure-column);background:#09090a;align-items:center;gap:.75rem;padding:.9rem 1rem .75rem 1.55rem;display:grid;position:relative}.idt-app-console-layout .idt-repo-scan-node,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-node{z-index:1;background:#1d4ed8;border:2px solid #93c5fd;border-radius:999px;width:.9rem;height:.9rem;position:relative;box-shadow:0 0 0 .35rem #09090a}.idt-app-console-layout .idt-repo-scan-copy,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-copy{gap:.1rem;min-width:0;display:grid}.idt-app-console-layout .idt-repo-scan-copy>span,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-copy>span{color:#a3a3a3;letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:900}.idt-app-console-layout .idt-repo-scan-copy strong,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-copy strong{color:#fff;font-size:.98rem}.idt-app-console-layout .idt-repo-scan-meta,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-meta{flex-wrap:wrap;justify-content:flex-end;gap:.4rem;display:flex}.idt-app-console-layout .idt-repo-scan-meta span,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-meta span{color:#d4d4d8;white-space:nowrap;background:#050505;border:1px solid #242429;border-radius:999px;padding:.28rem .55rem;font-size:.76rem;font-weight:800}.idt-app-console-layout .idt-repo-severity-lanes,html[data-theme=light] .idt-app-console-layout .idt-repo-severity-lanes{border-top:0;gap:.7rem;padding:.2rem 0 1rem 3.15rem}.idt-app-console-layout .idt-repo-finding-severity-group,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-severity-group{background:#070708;border-color:#242429;border-left-width:4px;border-radius:8px}.idt-app-console-layout .idt-repo-finding-severity-group.is-critical,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-severity-group.is-critical{border-left-color:#ef4444}.idt-app-console-layout .idt-repo-finding-severity-group.is-high,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-severity-group.is-high{border-left-color:#f97316}.idt-app-console-layout .idt-repo-finding-severity-group.is-medium,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-severity-group.is-medium{border-left-color:#eab308}.idt-app-console-layout .idt-repo-finding-severity-group.is-low,.idt-app-console-layout .idt-repo-finding-severity-group.is-info,.idt-app-console-layout .idt-repo-finding-severity-group.is-unknown,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-severity-group.is-low,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-severity-group.is-info,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-severity-group.is-unknown{border-left-color:#60a5fa}.idt-app-console-layout .idt-repo-severity-summary,html[data-theme=light] .idt-app-console-layout .idt-repo-severity-summary{grid-template-columns:minmax(0, 1fr) auto var(--repo-disclosure-column);background:#0b0b0d;align-items:center;gap:.75rem;padding:.72rem 1rem .72rem .85rem;display:grid}.idt-app-console-layout .idt-repo-severity-copy,html[data-theme=light] .idt-app-console-layout .idt-repo-severity-copy{flex-wrap:wrap;align-items:center;gap:.55rem;min-width:0;display:flex}.idt-app-console-layout .idt-repo-severity-copy strong,html[data-theme=light] .idt-app-console-layout .idt-repo-severity-copy strong{color:#fff;font-size:.9rem}.idt-app-console-layout .idt-repo-severity-count,html[data-theme=light] .idt-app-console-layout .idt-repo-severity-count{color:#d4d4d8;white-space:nowrap;align-items:baseline;gap:.3rem;display:flex}.idt-app-console-layout .idt-repo-severity-count strong,html[data-theme=light] .idt-app-console-layout .idt-repo-severity-count strong{color:#fff}.idt-app-console-layout .idt-repo-severity-count small,html[data-theme=light] .idt-app-console-layout .idt-repo-severity-count small{color:#a3a3a3;font-weight:800}.idt-app-console-layout .idt-repo-finding-severity-group>.idt-repo-finding-items,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-severity-group>.idt-repo-finding-items{padding:0 .75rem .75rem}@media (width<=940px){.idt-app-console-layout .idt-repo-repository-summary,html[data-theme=light] .idt-app-console-layout .idt-repo-repository-summary{grid-template-columns:minmax(0, 1fr) var(--repo-disclosure-column)}.idt-app-console-layout .idt-repo-summary-metrics,html[data-theme=light] .idt-app-console-layout .idt-repo-summary-metrics{grid-column:1/-1}.idt-app-console-layout .idt-repo-scan-summary,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-summary{grid-template-columns:auto minmax(0, 1fr) var(--repo-disclosure-column)}.idt-app-console-layout .idt-repo-severity-summary,html[data-theme=light] .idt-app-console-layout .idt-repo-severity-summary{grid-template-columns:minmax(0, 1fr) auto var(--repo-disclosure-column)}.idt-app-console-layout .idt-repo-scan-meta,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-meta{grid-column:2/-2;justify-content:flex-start}}@media (width<=640px){.idt-app-console-layout{overflow-x:hidden}.idt-app-console-layout .idt-app-sidebar{gap:.55rem;padding:.8rem .75rem .65rem}.idt-app-console-layout .idt-repo-findings-header{padding:1rem}.idt-app-console-layout .idt-repo-findings-header>div:first-child,.idt-app-console-layout .idt-repo-findings-header .idt-overview-source-strip,.idt-app-console-layout .idt-repo-findings-header .idt-inline-actions{width:100%;min-width:0}.idt-app-console-layout .idt-repo-findings-header .idt-overview-source-strip>span,html[data-theme=light] .idt-app-console-layout .idt-repo-findings-header .idt-overview-source-strip>span{white-space:normal;border-radius:8px;max-width:100%}.idt-app-console-layout .idt-repo-filter-panel summary,.idt-app-console-layout .idt-repo-filter-panel-header,html[data-theme=light] .idt-app-console-layout .idt-repo-filter-panel summary,html[data-theme=light] .idt-app-console-layout .idt-repo-filter-panel-header{grid-template-columns:minmax(0, 1fr) var(--repo-disclosure-column);gap:.35rem .75rem}.idt-app-console-layout .idt-repo-filter-panel small,html[data-theme=light] .idt-app-console-layout .idt-repo-filter-panel small{grid-area:2/1;justify-self:start}.idt-app-console-layout .idt-repo-summary-metrics,html[data-theme=light] .idt-app-console-layout .idt-repo-summary-metrics{grid-template-columns:1fr}.idt-app-console-layout .idt-repo-summary-metrics>span,html[data-theme=light] .idt-app-console-layout .idt-repo-summary-metrics>span{min-width:0}.idt-app-console-layout .idt-repo-summary-metrics strong,html[data-theme=light] .idt-app-console-layout .idt-repo-summary-metrics strong{white-space:normal;overflow-wrap:anywhere}.idt-app-console-layout .idt-repo-scan-summary,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-summary{grid-template-columns:auto minmax(0, 1fr) var(--repo-disclosure-column);gap:.55rem .65rem;padding-left:1rem}.idt-app-console-layout .idt-repo-scan-node,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-node{grid-area:1/1}.idt-app-console-layout .idt-repo-scan-copy,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-copy{grid-area:1/2}.idt-app-console-layout .idt-repo-scan-meta,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-meta{grid-area:2/2;padding-left:0}.idt-app-console-layout .idt-repo-finding-scan>summary:after,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-scan>summary:after{grid-area:1/3/span 2}.idt-app-console-layout .idt-repo-scan-meta span,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-meta span{white-space:normal}.idt-app-console-layout .idt-repo-severity-summary,html[data-theme=light] .idt-app-console-layout .idt-repo-severity-summary{grid-template-columns:minmax(0, 1fr) var(--repo-disclosure-column);gap:.4rem .65rem}.idt-app-console-layout .idt-repo-severity-copy,html[data-theme=light] .idt-app-console-layout .idt-repo-severity-copy{min-width:0}.idt-app-console-layout .idt-repo-severity-copy strong,html[data-theme=light] .idt-app-console-layout .idt-repo-severity-copy strong{overflow-wrap:anywhere}.idt-app-console-layout .idt-repo-severity-count,html[data-theme=light] .idt-app-console-layout .idt-repo-severity-count{grid-area:2/1;justify-self:start}.idt-app-console-layout .idt-repo-finding-bucket>summary:after,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-bucket>summary:after,.idt-app-console-layout .idt-repo-filter-panel>summary:after,html[data-theme=light] .idt-app-console-layout .idt-repo-filter-panel>summary:after{grid-area:1/2/span 2}.idt-app-console-layout .idt-repo-severity-lanes,html[data-theme=light] .idt-app-console-layout .idt-repo-severity-lanes{padding-left:1rem}.idt-app-console-layout .idt-repo-finding-row{gap:.7rem;padding:.85rem}.idt-app-console-layout .idt-repo-finding-row-copy,.idt-app-console-layout .idt-repo-finding-row-top,.idt-app-console-layout .idt-repo-finding-row-meta,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-row-copy,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-row-top,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-row-meta{min-width:0}.idt-app-console-layout .idt-repo-finding-row-meta span,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-row-meta span{overflow-wrap:anywhere;max-width:100%}.idt-app-console-layout .idt-repo-finding-scan:before,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-scan:before{display:none}}@media (width<=700px){.idt-app-header-stack,.idt-app-header-meta,.idt-overview-source-strip,.idt-source-config-title{align-items:flex-start}.idt-overview-row-copy{grid-template-columns:1fr}.idt-source-card-topline,.idt-overview-project-title,.idt-project-card-title{justify-content:stretch;display:grid}.idt-source-command-center,.idt-source-compact-stats,.idt-source-primary-action{grid-template-columns:1fr}.idt-source-next-action,.idt-source-enterprise-fallback summary,.idt-source-policy-summary{display:grid}.idt-source-compact-stats div{border-right:0;border-bottom:1px solid var(--app-border)}.idt-source-compact-stats div:last-child{border-bottom:0}}.idt-app-console-layout .idt-projects-header,.idt-app-console-layout .idt-source-onboarding-header{padding:1.25rem 1.35rem}.idt-app-console-layout .idt-projects-header h2,.idt-app-console-layout .idt-source-onboarding-header h2{margin-top:.12rem}.idt-app-console-layout .idt-projects-header p,.idt-app-console-layout .idt-source-onboarding-header p{max-width:62rem}.idt-app-console-layout .idt-projects-summary{grid-template-columns:.8fr .8fr 1.4fr}.idt-app-console-layout .idt-projects-summary article{min-height:5.7rem;padding:.95rem 1rem}.idt-app-console-layout .idt-projects-summary .idt-overview-metric-top{align-items:center}.idt-app-console-layout .idt-projects-summary span,html[data-theme=light] .idt-app-console-layout .idt-projects-summary span{color:#fff;font-size:clamp(1.28rem,1.8vw,1.65rem)}.idt-app-console-layout .idt-projects-grid{grid-template-columns:minmax(0,1.35fr) minmax(20rem,.72fr)}.idt-app-console-layout .idt-projects-list,.idt-app-console-layout .idt-project-composer{padding:1.05rem}.idt-app-console-layout .idt-project-card{gap:.85rem;padding:.95rem;display:grid}.idt-project-card-title h4{margin-bottom:.18rem}.idt-project-card-details{background:0 0;margin-top:0}.idt-project-card-details summary{color:#dcdce2;padding:.62rem .72rem;font-size:.86rem}.idt-project-card-meta{padding:.72rem}.idt-project-card-meta div,html[data-theme=light] .idt-app-console-layout .idt-project-card-meta div{padding:.62rem}.idt-app-console-layout .idt-source-wizard-grid{grid-template-columns:minmax(14rem,.36fr) minmax(0,1fr)}.idt-app-console-layout .idt-source-picker{gap:.7rem}.idt-app-console-layout .idt-source-card{background:#080809;min-height:7.6rem;padding:.95rem}.idt-app-console-layout .idt-source-card strong{text-transform:none;font-size:1.08rem}.idt-app-console-layout .idt-source-card small{color:#b8b8c0}.idt-app-console-layout .idt-source-card.is-selected{background:#111113}.idt-app-console-layout .idt-source-config{gap:1rem;padding:1.15rem}.idt-source-config-header{border-bottom:1px solid var(--app-border);padding-bottom:.9rem}.idt-source-config-header h3{margin-top:0}.idt-app-console-layout .idt-source-meta{grid-template-columns:minmax(0,1.25fr) minmax(9rem,.5fr) minmax(12rem,.7fr)}.idt-app-console-layout .idt-source-meta div,html[data-theme=light] .idt-app-console-layout .idt-source-meta div{padding:.75rem}.idt-app-console-layout .idt-source-primary-action{grid-template-columns:minmax(0,1fr) minmax(18rem,.46fr);align-items:end;padding:1rem;display:grid}.idt-app-console-layout .idt-source-primary-action form{width:100%;min-width:0}.idt-app-console-layout .idt-source-primary-action .idt-btn{width:100%}.idt-app-console-layout .idt-source-install-card:not(.idt-source-primary-action){padding:.95rem 1rem}.idt-source-onboarding-title-row,.idt-source-onboarding-actions{align-items:center;display:flex}.idt-source-onboarding-title-row{gap:.9rem;min-width:0}.idt-source-onboarding-title-row>div{min-width:0}.idt-source-onboarding-actions{flex:none;justify-content:flex-end;gap:.6rem}.idt-app-console-layout .idt-source-onboarding.is-source-scoped .idt-source-onboarding-header,html[data-theme=light] .idt-app-console-layout .idt-source-onboarding.is-source-scoped .idt-source-onboarding-header{box-shadow:none;background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:.15rem 0 .35rem;display:grid}.idt-app-console-layout .idt-source-onboarding.is-source-scoped .idt-source-onboarding-header h1,html[data-theme=light] .idt-app-console-layout .idt-source-onboarding.is-source-scoped .idt-source-onboarding-header h1{color:#fff;font-family:var(--idt-display);letter-spacing:0;text-transform:none;text-wrap:balance;margin:0 0 .35rem;font-size:clamp(2rem,3vw,2.8rem);line-height:1}.idt-app-console-layout .idt-source-onboarding.is-source-scoped .idt-source-onboarding-header p,html[data-theme=light] .idt-app-console-layout .idt-source-onboarding.is-source-scoped .idt-source-onboarding-header p{max-width:76ch;color:var(--app-muted)}.idt-app-console-layout .idt-source-onboarding.is-source-scoped .idt-source-logo-mark.is-hero{border-color:var(--app-border-soft);width:3.25rem;height:3.25rem;box-shadow:0 1px #ffffff0a,0 18px 36px #00000038}.idt-app-console-layout .idt-source-onboarding.is-source-scoped .idt-source-wizard-grid{grid-template-columns:minmax(0,1fr)}.idt-app-console-layout .idt-source-onboarding.is-source-scoped .idt-source-config{gap:1rem;width:100%;padding:1.15rem}.idt-app-console-layout .idt-source-onboarding.is-source-scoped .idt-source-meta{grid-template-columns:minmax(0,1.25fr) minmax(10rem,.45fr) minmax(13rem,.62fr)}@media (width<=980px){.idt-app-console-layout .idt-projects-summary,.idt-app-console-layout .idt-projects-grid,.idt-app-console-layout .idt-source-wizard-grid,.idt-app-console-layout .idt-source-meta,.idt-app-console-layout .idt-source-primary-action{grid-template-columns:1fr}}@media (width<=700px){.idt-app-console-layout .idt-projects-header,.idt-app-console-layout .idt-source-onboarding-header,.idt-app-console-layout .idt-source-config-header,.idt-app-console-layout .idt-source-install-card{display:grid}.idt-app-console-layout .idt-source-card{min-height:0}.idt-source-onboarding-title-row,.idt-source-onboarding-actions{align-items:flex-start}.idt-source-onboarding-actions{justify-content:flex-start}.idt-app-console-layout .idt-source-onboarding.is-source-scoped .idt-source-onboarding-header{grid-template-columns:1fr}}.idt-header-utility.idt-header-auth-chip{color:#050505;background:#fff;border:1px solid #05050538;border-radius:999px;align-items:center;gap:.68rem;min-height:44px;padding:.2rem .45rem .2rem 1.08rem;line-height:1;display:inline-flex;box-shadow:0 10px 24px #0f172a0d}.idt-header-utility.idt-header-auth-chip.is-primary{color:#fff;background:#050505;border-color:#050505}.idt-header-utility.idt-header-auth-chip:after{display:none}.idt-header-utility.idt-header-auth-chip:hover,.idt-header-utility.idt-header-auth-chip:focus-visible{color:#050505;background:#f7f7f7;border-color:#050505;transform:translateY(-1px);box-shadow:0 16px 34px #0f172a24}.idt-header-utility.idt-header-auth-chip.is-primary:hover,.idt-header-utility.idt-header-auth-chip.is-primary:focus-visible{color:#fff;background:#171717;border-color:#050505}.idt-header-keycap{color:#050505;width:1.7rem;height:1.7rem;font-family:var(--idt-nav-font);background:#ededed;border:1px solid #0505052e;border-radius:.42rem;place-items:center;font-size:.86rem;font-weight:820;line-height:1;display:inline-grid;box-shadow:inset 0 1px #ffffffd9,0 1px 2px #0f172a29}.idt-header-auth-chip.is-primary .idt-header-keycap{color:#050505;background:#f6f6f6;border-color:#ffffff47}@media (width<=880px){.idt-header-utility.idt-header-auth-chip{justify-content:center;width:100%;padding-left:1rem}}@media (width>=1280px){.idt-header-row{grid-template-columns:minmax(240px,.94fr) auto minmax(500px,1.06fr);gap:clamp(1.4rem,2vw,2.2rem);width:min(100% - clamp(2rem,4vw,4rem),1880px)}.idt-nav{gap:clamp(1.55rem,2.25vw,2.35rem)}.idt-header-actions{gap:.7rem}}@media (width>=1081px) and (width<=1279px){.idt-header-row{grid-template-columns:minmax(180px,.86fr) auto minmax(420px,1.14fr);gap:1.2rem}.idt-nav{gap:1.12rem}.idt-header-actions{gap:.62rem}}.idt-brand{min-width:max-content}.idt-brand img{flex:none}.idt-brand span{color:#050505;letter-spacing:0;text-transform:uppercase;align-items:center;padding:.08rem .02rem .12rem;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:clamp(1.1rem,1.05vw,1.32rem);font-weight:900;line-height:.9;display:inline-flex;position:relative}.idt-header-actions{flex-wrap:nowrap}.idt-header-utility.idt-header-auth-chip{white-space:nowrap;flex:none;justify-content:space-between;gap:.72rem;min-width:7.1rem;padding:.2rem .46rem .2rem 1rem}.idt-header-utility.idt-header-auth-chip.is-primary{min-width:7.7rem}.idt-header-auth-chip>span:first-child{white-space:nowrap;display:inline-block}.idt-header-keycap{pointer-events:none;flex:none}@media (width<=880px){.idt-header-utility.idt-header-auth-chip{justify-content:center}}.idt-demo-page>.idt-page-hero-rich,html[data-theme=light] .idt-demo-page>.idt-page-hero-rich{background:radial-gradient(circle at 74% 32%,#ffffff1a,#0000 30%),linear-gradient(#030303 0%,#000 100%);align-items:center;min-height:calc(100vh - 76px)}.idt-demo-page .idt-page-hero-rich h1,html[data-theme=light] .idt-demo-page .idt-page-hero-rich h1{max-width:12ch}.idt-demo-page .idt-page-hero-copy>p,html[data-theme=light] .idt-demo-page .idt-page-hero-copy>p{color:#d6d6dd;max-width:58ch}.idt-demo-booking-visual{background:#242424;border:1px solid #242424;border-radius:8px;grid-template-rows:auto minmax(300px,1fr);grid-template-columns:minmax(0,1fr) minmax(250px,.45fr);gap:1px;min-height:520px;display:grid;position:relative;overflow:hidden;box-shadow:0 34px 90px #00000061}.idt-demo-booking-orbit{background:linear-gradient(#ffffff0b 1px,#0000 1px) 0 0/54px 54px,linear-gradient(90deg,#ffffff0b 1px,#0000 1px) 0 0/54px 54px,radial-gradient(circle at 50% 52%,#ffffff24,#0000 32%),#050505;grid-area:2/1;min-width:0;min-height:0;position:relative;overflow:hidden}.idt-demo-booking-orbit svg{width:auto;height:auto;position:absolute;inset:5%}.idt-demo-booking-orbit path{fill:none;stroke:#ffffffad;stroke-width:2.4px;stroke-linecap:round;stroke-dasharray:9 11;marker-end:url(#idt-demo-booking-arrow)}.idt-demo-booking-orbit marker path{fill:#fff;stroke:none}.idt-demo-booking-orbit span{z-index:1;color:#050505;width:4.4rem;height:4.4rem;font-family:var(--idt-nav-font);background:#fff;border:1px solid #fff;border-radius:999px;justify-content:center;align-items:center;font-size:.9rem;font-weight:900;display:inline-flex;position:absolute;box-shadow:0 18px 42px #0000006b}.idt-demo-booking-orbit .is-source{top:18%;left:13%}.idt-demo-booking-orbit .is-workload{top:43%;left:55%}.idt-demo-booking-orbit .is-target{bottom:11%;right:8%}.idt-demo-booking-card,.idt-demo-booking-agenda,html[data-theme=light] .idt-demo-booking-card,html[data-theme=light] .idt-demo-booking-agenda{color:#fff;background:#080808eb;border:1px solid #2f2f2f;border-radius:8px;position:relative;box-shadow:0 24px 64px #00000070}.idt-demo-booking-card{background:#080808;border:0;border-radius:0;grid-area:2/2;width:auto;padding:clamp(1.1rem,2vw,1.45rem);position:relative}.idt-demo-booking-card span,.idt-demo-booking-agenda span{color:#a1a1aa;font-family:var(--idt-nav-font);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.7rem;font-size:.74rem;font-weight:900;display:block}.idt-demo-booking-card strong{color:#fff;text-transform:uppercase;max-width:10ch;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:clamp(2rem,3vw,3.15rem);line-height:.92;display:block}.idt-demo-booking-card p,html[data-theme=light] .idt-demo-booking-card p{color:#d4d4d8;margin:1rem 0 0;font-size:.98rem;line-height:1.55}.idt-demo-booking-agenda{background:#080808;border:0;border-radius:0;grid-area:1/1/auto/-1;width:auto;padding:1rem 1.15rem;position:relative}.idt-demo-booking-agenda ol{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.idt-demo-booking-agenda li{color:#f4f4f5;border:1px solid #242424;border-radius:8px;padding:.72rem .8rem;font-size:.86rem;font-weight:750;line-height:1.35}.idt-demo-booking-section,html[data-theme=light] .idt-demo-booking-section{background:#242424;grid-template-columns:minmax(320px,.82fr) minmax(420px,1fr);align-items:stretch;gap:1px;scroll-margin-top:7.5rem;display:grid}.idt-demo-booking-section>.idt-lead-form,.idt-demo-agenda-panel,html[data-theme=light] .idt-demo-booking-section>.idt-lead-form,html[data-theme=light] .idt-demo-agenda-panel{background:#080808;border:0;border-radius:0}#book-demo{scroll-margin-top:7.5rem}.idt-demo-page .idt-demo-booking-section>.idt-lead-form h3,html[data-theme=light] .idt-demo-page .idt-demo-booking-section>.idt-lead-form h3{color:#fff}.idt-demo-page .idt-demo-booking-section>.idt-lead-form p,.idt-demo-page .idt-demo-booking-section>.idt-lead-form .idt-form-note,.idt-demo-page .idt-demo-booking-section>.idt-lead-form .idt-form-trust-note,html[data-theme=light] .idt-demo-page .idt-demo-booking-section>.idt-lead-form p,html[data-theme=light] .idt-demo-page .idt-demo-booking-section>.idt-lead-form .idt-form-note,html[data-theme=light] .idt-demo-page .idt-demo-booking-section>.idt-lead-form .idt-form-trust-note{color:#c7c7cf}.idt-demo-page .idt-demo-booking-section>.idt-lead-form .idt-form-grid label,html[data-theme=light] .idt-demo-page .idt-demo-booking-section>.idt-lead-form .idt-form-grid label{color:#d9d9df}.idt-demo-page .idt-demo-booking-section>.idt-lead-form input::placeholder,html[data-theme=light] .idt-demo-page .idt-demo-booking-section>.idt-lead-form input::placeholder{color:#9f9fa8}.idt-demo-agenda-panel{padding:clamp(1.25rem,3vw,2rem)}.idt-demo-agenda-panel h2,html[data-theme=light] .idt-demo-agenda-panel h2{color:#fff;text-transform:uppercase;max-width:13ch;margin:0;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:clamp(2.8rem,6.8vw,6.2rem);line-height:.92}.idt-demo-agenda-list{background:#242424;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:clamp(1.4rem,3vw,2rem) 0;display:grid}.idt-demo-agenda-list article,html[data-theme=light] .idt-demo-agenda-list article{background:#0d0d0e;align-content:space-between;min-height:220px;padding:1rem;display:grid}.idt-demo-agenda-list span{color:#050505;background:#fff;border-radius:999px;place-items:center;width:2.2rem;height:2.2rem;font-weight:900;display:inline-grid}.idt-demo-agenda-list strong{color:#fff;text-transform:uppercase;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:1.6rem}.idt-demo-agenda-list p,html[data-theme=light] .idt-demo-agenda-list p{color:#b7b7c0;margin:0;font-size:.98rem;line-height:1.55}.idt-demo-graph-preview .idt-section-title,html[data-theme=light] .idt-demo-graph-preview .idt-section-title{max-width:min(980px,100%)}.idt-demo-graph-preview .idt-section-title h2,html[data-theme=light] .idt-demo-graph-preview .idt-section-title h2,.idt-demo-choice-band h2,html[data-theme=light] .idt-demo-choice-band h2{color:#fff}.idt-demo-page .idt-demo-evidence,html[data-theme=light] .idt-demo-page .idt-demo-evidence{color:#f4f4f5;background:#111;border-color:#303030}.idt-demo-page .idt-demo-evidence strong,html[data-theme=light] .idt-demo-page .idt-demo-evidence strong{color:#fff}.idt-demo-page .idt-demo-evidence p,html[data-theme=light] .idt-demo-page .idt-demo-evidence p{color:#d4d4d8}.idt-demo-choice-band,html[data-theme=light] .idt-demo-choice-band{background:#080808;border:1px solid #242424;border-radius:8px;grid-template-columns:minmax(320px,1fr) auto;align-items:end;gap:1.5rem;padding:clamp(1.25rem,3vw,2rem);display:grid}.idt-demo-choice-band h2{text-transform:uppercase;max-width:14ch;margin:0;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:clamp(2.6rem,5.2vw,5.5rem);line-height:.92}.idt-modal.idt-book-demo-modal,html[data-theme=light] .idt-modal.idt-book-demo-modal{color:#fff;background:#050505;border-color:#2d2d30;border-radius:8px;width:min(96vw,1340px);max-height:min(92vh,900px);padding:0;overflow:hidden;box-shadow:0 38px 100px #00000094}.idt-book-demo-modal-shell{grid-template-columns:minmax(420px,.95fr) minmax(500px,1.05fr);height:min(82vh,760px);min-height:0;max-height:min(92vh,900px);display:grid}.idt-book-demo-modal-visual,html[data-theme=light] .idt-book-demo-modal-visual{background:#070707;border-right:1px solid #242427;grid-template-rows:auto auto auto 1fr;align-content:start;gap:clamp(1.1rem,2.2vw,1.8rem);min-width:0;min-height:0;padding:clamp(1.5rem,3vw,2.5rem);display:grid;overflow:hidden}.idt-book-demo-modal-visual h2,html[data-theme=light] .idt-book-demo-modal-visual h2{color:#fff;text-transform:uppercase;max-width:13ch;margin:0;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:clamp(2.7rem,4.5vw,4.9rem);line-height:.92}.idt-book-demo-modal-visual>p:not(.idt-eyebrow),html[data-theme=light] .idt-book-demo-modal-visual>p:not(.idt-eyebrow){color:#d4d4d8;max-width:42ch;margin:.9rem 0 0;font-size:1rem;line-height:1.55}.idt-book-demo-modal-preview,html[data-theme=light] .idt-book-demo-modal-preview{background:linear-gradient(#151515 1px,#0000 1px) 0 0/64px 64px,linear-gradient(90deg,#151515 1px,#0000 1px) 0 0/64px 64px,radial-gradient(circle at 62% 42%,#ffffff1a,#0000 34%),#070707;border:1px solid #262626;border-radius:8px;align-self:end;gap:1rem;min-height:330px;padding:clamp(1rem,2vw,1.35rem);display:grid}.idt-book-demo-preview-head,html[data-theme=light] .idt-book-demo-preview-head{color:#fff;justify-content:space-between;align-items:center;gap:1rem;display:flex}.idt-book-demo-preview-head span,html[data-theme=light] .idt-book-demo-preview-head span{color:#a1a1aa;letter-spacing:.11em;text-transform:uppercase;font-size:.76rem;font-weight:850}.idt-book-demo-preview-head strong,html[data-theme=light] .idt-book-demo-preview-head strong{text-transform:uppercase;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:clamp(1.9rem,4vw,3rem);line-height:.95}.idt-book-demo-preview-list,html[data-theme=light] .idt-book-demo-preview-list{gap:.72rem;margin:0;padding:0;list-style:none;display:grid}.idt-book-demo-preview-list li,html[data-theme=light] .idt-book-demo-preview-list li{background:#ffffff09;border:1px solid #242424;border-radius:8px;grid-template-columns:auto 1fr;align-items:start;gap:.82rem;padding:.88rem;display:grid}.idt-book-demo-preview-list li>span,html[data-theme=light] .idt-book-demo-preview-list li>span{color:#000;background:#fff;border-radius:999px;place-items:center;width:2rem;height:2rem;font-size:.72rem;font-weight:900;display:inline-grid}.idt-book-demo-preview-list strong,html[data-theme=light] .idt-book-demo-preview-list strong{color:#fff;font-weight:850;display:block}.idt-book-demo-preview-list small,html[data-theme=light] .idt-book-demo-preview-list small{color:#a1a1aa;margin-top:.18rem;line-height:1.45;display:block}.idt-book-demo-preview-path,html[data-theme=light] .idt-book-demo-preview-path{grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:.55rem;display:grid}.idt-book-demo-preview-path span,html[data-theme=light] .idt-book-demo-preview-path span{color:#000;background:#fff;border-radius:999px;place-items:center;min-width:3.4rem;min-height:3.4rem;font-size:.82rem;font-weight:900;display:inline-grid}.idt-book-demo-preview-path i,html[data-theme=light] .idt-book-demo-preview-path i{background:linear-gradient(90deg,#ffffff38,#fff);height:1px}.idt-book-demo-modal-body,html[data-theme=light] .idt-book-demo-modal-body{background:#050505;align-content:center;gap:1.1rem;min-width:0;min-height:0;padding:clamp(1.5rem,3vw,2.5rem);display:grid;overflow:auto}.idt-book-demo-modal-body .idt-lead-form,html[data-theme=light] .idt-book-demo-modal-body .idt-lead-form{box-shadow:none;background:0 0;border:0;padding:0}.idt-book-demo-modal-body .idt-lead-form h3,html[data-theme=light] .idt-book-demo-modal-body .idt-lead-form h3{color:#fff}.idt-book-demo-modal-body .idt-lead-form p,html[data-theme=light] .idt-book-demo-modal-body .idt-lead-form p{color:#d4d4d8}.idt-book-demo-modal-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}@media (width<=1080px){.idt-demo-booking-section,html[data-theme=light] .idt-demo-booking-section,.idt-demo-choice-band,html[data-theme=light] .idt-demo-choice-band,.idt-demo-agenda-list{grid-template-columns:1fr}.idt-book-demo-modal-shell{grid-template-columns:1fr;min-height:0;max-height:none}.idt-modal.idt-book-demo-modal,html[data-theme=light] .idt-modal.idt-book-demo-modal{overflow:auto}.idt-book-demo-modal-visual,html[data-theme=light] .idt-book-demo-modal-visual{border-bottom:1px solid #242427;border-right:0}}@media (width<=720px){.idt-demo-booking-visual{grid-template-rows:auto minmax(260px,1fr) auto;grid-template-columns:1fr;min-height:500px}.idt-demo-booking-orbit,.idt-demo-booking-card,.idt-demo-booking-agenda{grid-column:1}.idt-demo-booking-orbit{grid-row:2}.idt-demo-booking-card{grid-row:3}.idt-demo-booking-agenda{grid-row:1}.idt-demo-booking-agenda ol{grid-template-columns:1fr}.idt-demo-booking-orbit span{width:3.6rem;height:3.6rem}.idt-book-demo-modal-actions{grid-template-columns:1fr}.idt-book-demo-preview-path,html[data-theme=light] .idt-book-demo-preview-path{grid-template-columns:repeat(3,auto);justify-content:start}.idt-book-demo-preview-path i,html[data-theme=light] .idt-book-demo-preview-path i{display:none}}.idt-app-console-layout{grid-template-columns:var(--idt-sidebar-width,15.5rem) minmax(0, 1fr);transition:grid-template-columns .18s}.idt-app-console-layout.is-sidebar-dragging{transition:none}.idt-app-console-layout.is-sidebar-dragging *{-webkit-user-select:none;user-select:none}.idt-app-console-layout.is-sidebar-collapsed{grid-template-columns:var(--idt-sidebar-width,3.75rem) minmax(0, 1fr)}.idt-app-console-layout .idt-app-sidebar{grid-template-rows:auto auto minmax(0,1fr) auto;gap:.75rem;padding:.85rem .65rem}.idt-app-console-layout .idt-app-sidebar-brand{gap:.6rem;min-width:0;padding:.25rem .35rem}.idt-app-console-layout .idt-app-sidebar-brand-copy{min-width:0}.idt-app-console-layout .idt-app-sidebar-brand-copy strong{letter-spacing:-.01em;font-size:.95rem}.idt-app-console-layout .idt-app-sidebar-brand-copy span{text-overflow:ellipsis;white-space:nowrap;color:#9b9ba6;font-size:.78rem;display:block;overflow:hidden}.idt-app-console-layout.is-sidebar-collapsed .idt-app-sidebar-brand-copy,.idt-app-console-layout.is-sidebar-collapsed .idt-app-quick-find-label,.idt-app-console-layout.is-sidebar-collapsed .idt-app-quick-find-key,.idt-app-console-layout.is-sidebar-collapsed .idt-app-nav-label,.idt-app-console-layout.is-sidebar-collapsed .idt-app-sidebar-account-name,.idt-app-console-layout.is-sidebar-collapsed .idt-app-sidebar-account-caret{display:none}.idt-app-console-layout.is-sidebar-collapsed .idt-app-quick-find,.idt-app-console-layout.is-sidebar-collapsed .idt-app-shell-nav a{justify-content:center;padding:.55rem 0}.idt-app-console-layout.is-sidebar-collapsed .idt-app-sidebar-account-trigger{justify-content:center;padding:.4rem 0}.idt-app-console-layout .idt-app-quick-find{border-color:var(--app-border-soft);color:#aeb7c2;background:#ffffff09;border-radius:7px;gap:.55rem;padding:.48rem .6rem;font-weight:600;box-shadow:inset 0 0 0 1px #ffffff05}.idt-app-console-layout .idt-app-quick-find-icon{color:#85858f;display:inline-flex}.idt-app-console-layout .idt-app-quick-find-label{color:#8f98a4;flex:auto;font-size:.86rem}.idt-app-console-layout .idt-app-quick-find-key{border-color:var(--app-border-soft);color:#85858f;background:0 0;min-width:auto;padding:.08rem .3rem;font-size:.68rem;font-weight:600}.idt-app-console-layout .idt-app-quick-find:hover,.idt-app-console-layout .idt-app-quick-find:focus-visible{border-color:var(--app-border);color:#dbe2ea;background:#101419}.idt-app-console-layout .idt-app-shell-nav{gap:.1rem}.idt-app-console-layout .idt-app-shell-nav a{color:#a3a3ac;letter-spacing:-.005em;background:0 0;border-color:#0000;border-radius:7px;align-items:center;gap:.65rem;min-height:2.15rem;padding:.45rem .6rem;font-size:.9rem;font-weight:500;transition:background-color .12s,color .12s;display:flex}.idt-app-console-layout .idt-app-shell-nav a:hover,.idt-app-console-layout .idt-app-shell-nav a:focus-visible{color:#fff;background:#131318;border-color:#0000}.idt-app-console-layout .idt-app-shell-nav a.active{color:#fff;background:#1c1c22;border-color:#0000}.idt-app-console-layout .idt-app-nav-icon{color:#85858f;flex:none;justify-content:center;align-items:center;width:1.1rem;height:1.1rem;display:inline-flex}.idt-app-console-layout .idt-app-nav-icon img{object-fit:contain;filter:none;opacity:1;width:16px;height:16px;display:block}.idt-app-console-layout .idt-app-shell-nav a:hover .idt-app-nav-icon,.idt-app-console-layout .idt-app-shell-nav a:focus-visible .idt-app-nav-icon,.idt-app-console-layout .idt-app-shell-nav a.active .idt-app-nav-icon{color:#fff}.idt-app-console-layout .idt-app-shell-nav a:hover .idt-app-nav-icon img,.idt-app-console-layout .idt-app-shell-nav a:focus-visible .idt-app-nav-icon img,.idt-app-console-layout .idt-app-shell-nav a.active .idt-app-nav-icon img{filter:none;opacity:1}.idt-app-console-layout .idt-app-nav-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.idt-app-domain-nav-item{min-width:0;display:grid;position:relative}.idt-app-console-layout .idt-app-nav-domain-trigger{appearance:none;color:#a3a3ac;width:100%;min-height:2.15rem;font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;align-items:center;gap:.65rem;padding:.45rem .6rem;font-size:.9rem;font-weight:500;transition:background-color .12s,color .12s,border-color .12s;display:flex;position:relative}.idt-app-console-layout .idt-app-nav-domain-trigger:hover,.idt-app-console-layout .idt-app-nav-domain-trigger:focus-visible{color:#fff;background:#131318;border-color:#0000;outline:none}.idt-app-console-layout .idt-app-nav-domain-trigger.is-unavailable,.idt-app-console-layout .idt-app-nav-domain-trigger:disabled{cursor:not-allowed;opacity:.48}.idt-app-console-layout .idt-app-nav-domain-trigger.is-unavailable:hover,.idt-app-console-layout .idt-app-nav-domain-trigger.is-unavailable:focus-visible,.idt-app-console-layout .idt-app-nav-domain-trigger:disabled:hover,.idt-app-console-layout .idt-app-nav-domain-trigger:disabled:focus-visible{color:#a3a3ac;background:0 0}.idt-app-console-layout .idt-app-nav-domain-trigger.is-active,.idt-app-console-layout .idt-app-nav-domain-trigger.is-open{color:#fff;background:#1c1c22}.idt-app-console-layout .idt-app-nav-domain-trigger.is-active:before{content:"";background:var(--idt-console-focus,#7c6dff);border-radius:0 2px 2px 0;width:2px;position:absolute;top:6px;bottom:6px;left:0}.idt-app-console-layout .idt-app-nav-domain-trigger:hover .idt-app-nav-icon,.idt-app-console-layout .idt-app-nav-domain-trigger:focus-visible .idt-app-nav-icon,.idt-app-console-layout .idt-app-nav-domain-trigger.is-active .idt-app-nav-icon,.idt-app-console-layout .idt-app-nav-domain-trigger.is-open .idt-app-nav-icon{color:#fff}.idt-app-console-layout .idt-app-nav-domain-trigger .idt-app-nav-icon{background:#fff;border:1px solid #ffffff29;border-radius:5px;width:1.35rem;height:1.35rem;box-shadow:0 0 0 1px #00000038}.idt-app-console-layout .idt-app-nav-domain-trigger .idt-sidebar-domain-logo{object-fit:contain;filter:none;opacity:1;width:.95rem;height:.95rem}.idt-app-console-layout .idt-app-nav-domain-trigger:hover .idt-app-nav-icon img,.idt-app-console-layout .idt-app-nav-domain-trigger:focus-visible .idt-app-nav-icon img,.idt-app-console-layout .idt-app-nav-domain-trigger.is-active .idt-app-nav-icon img,.idt-app-console-layout .idt-app-nav-domain-trigger.is-open .idt-app-nav-icon img{filter:none;opacity:1}.idt-app-nav-disclosure{color:#7f8792;flex:none;margin-left:auto;transition:transform .14s,color .14s}.idt-app-nav-domain-trigger.is-open .idt-app-nav-disclosure{color:#fff;transform:rotate(180deg)}.idt-domain-flyout-backdrop{z-index:20;-webkit-backdrop-filter:blur(22px)saturate(.84)brightness(.72);backdrop-filter:blur(22px)saturate(.84)brightness(.72);cursor:default;touch-action:none;background:#05070a94;border:0;padding:0;position:fixed;inset:0}.idt-app-console-layout.is-domain-flyout-open .idt-app-sidebar{z-index:35}.idt-app-console-layout.is-domain-flyout-open .idt-app-shell-nav{overflow:visible}.idt-domain-flyout{z-index:50;width:min(27rem, calc(100vw - var(--idt-sidebar-width,15.5rem) - 1.8rem));overscroll-behavior:contain;scrollbar-gutter:stable;background:linear-gradient(#ffffff0b,#0000 8rem),#050607;border:1px solid #ffffff21;border-radius:8px;gap:.58rem;max-height:min(78vh,42rem);padding:.68rem;display:grid;position:absolute;top:-.45rem;left:calc(100% + .72rem);overflow:auto;box-shadow:0 28px 90px #0000009e,inset 0 0 0 1px #ffffff0a}.idt-domain-flyout:before{content:"";background:#050607;border-bottom:1px solid #ffffff21;border-left:1px solid #ffffff21;width:.85rem;height:.85rem;position:absolute;top:1.25rem;left:-.45rem;transform:rotate(45deg)}.idt-domain-flyout-section-label{color:#9aa4af;text-transform:uppercase;margin:0;font-size:.68rem;font-weight:800;line-height:1.2}.idt-domain-flyout-section,.idt-domain-flyout-list,.idt-domain-flyout-nested-body{gap:.12rem;display:grid}.idt-domain-flyout-section{gap:.34rem;padding-top:0}.idt-domain-flyout-section+.idt-domain-flyout-section,.idt-domain-flyout-nested+.idt-domain-flyout-section{border-top:1px solid #ffffff12;padding-top:.62rem}.idt-domain-flyout-link{color:#dce3eb;border:1px solid #0000;border-radius:7px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.55rem;min-height:2.28rem;padding:.44rem .54rem;text-decoration:none;transition:background-color .12s,border-color .12s,color .12s;display:grid}.idt-domain-flyout-link:hover,.idt-domain-flyout-link:focus-visible,.idt-domain-flyout-link.is-active{color:#fff;background:#10141a;border-color:#ffffff1f;outline:none}.idt-domain-flyout-link.is-child{border-left-color:#ffffff1f;margin-left:.48rem;padding-left:.62rem}.idt-domain-flyout-link-copy{gap:.08rem;display:grid}.idt-domain-flyout-link-copy strong{color:inherit;font-size:.86rem;font-weight:750;line-height:1.2}.idt-domain-flyout-link-copy span,.idt-domain-flyout-nested small{color:#8f98a4;font-size:.72rem;font-weight:650;line-height:1.2}.idt-domain-flyout-nested{background:#ffffff05;border:1px solid #ffffff17;border-radius:8px;padding:.36rem}.idt-domain-flyout-nested summary{color:#f3f5f7;cursor:pointer;border-radius:7px;align-items:center;gap:.6rem;padding:.45rem .5rem;list-style:none;display:flex}.idt-domain-flyout-nested summary::-webkit-details-marker{display:none}.idt-domain-flyout-nested summary>span{flex:auto;gap:.1rem;display:grid}.idt-domain-flyout-nested summary strong{font-size:.9rem;line-height:1.2}.idt-domain-flyout-nested summary svg{color:#8f98a4;transition:transform .14s}.idt-domain-flyout-nested[open] summary svg{transform:rotate(180deg)}.idt-domain-flyout-nested summary:hover,.idt-domain-flyout-nested summary:focus-visible{background:#10141a;outline:none}.idt-domain-flyout-nested-body{margin-top:.34rem}.idt-app-console-layout.is-sidebar-collapsed .idt-app-nav-domain-trigger{justify-content:center;padding:.55rem 0}.idt-app-console-layout.is-sidebar-collapsed .idt-app-nav-domain-trigger.is-active:before{top:4px;bottom:4px}.idt-app-console-layout.is-sidebar-collapsed .idt-app-nav-disclosure{display:none}.idt-app-console-layout .idt-app-sidebar-footer{border:none;border-top:1px solid var(--app-border-soft);background:0 0;align-self:end;gap:.4rem;padding:.6rem 0 0;display:grid}.idt-app-sidebar-account{position:relative}.idt-app-console-layout .idt-app-sidebar-account-trigger{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;align-items:center;gap:.55rem;padding:.4rem .45rem;transition:background-color .12s,border-color .12s;display:flex}.idt-app-console-layout .idt-app-sidebar-account-trigger:hover,.idt-app-console-layout .idt-app-sidebar-account-trigger:focus-visible,.idt-app-console-layout .idt-app-sidebar-account-trigger[aria-expanded=true]{border-color:var(--app-border-soft);background:#131318;outline:none}.idt-app-console-layout .idt-app-sidebar-account-avatar{color:#fff;background:#1f1f26;border-radius:999px;flex:none;justify-content:center;align-items:center;width:1.7rem;height:1.7rem;font-size:.78rem;font-weight:700;display:inline-flex}.idt-app-console-layout .idt-app-sidebar-account-name{flex:auto;gap:.05rem;min-width:0;display:grid}.idt-app-console-layout .idt-app-sidebar-account-name strong{text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:.85rem;font-weight:600;display:block;overflow:hidden}.idt-app-console-layout .idt-app-sidebar-account-name span{text-overflow:ellipsis;white-space:nowrap;color:#85858f;font-size:.74rem;display:block;overflow:hidden}.idt-app-console-layout .idt-app-sidebar-account-caret{color:#85858f;flex:none}.idt-app-sidebar-account-menu{z-index:20;border:1px solid var(--app-border);background:#0d0d10;border-radius:8px;gap:.1rem;padding:.4rem;display:grid;position:absolute;bottom:calc(100% + .4rem);left:0;right:0;box-shadow:0 12px 40px #00000073}.idt-app-console-layout.is-sidebar-collapsed .idt-app-sidebar-account-menu{width:12rem;bottom:0;left:calc(100% + .4rem);right:auto}.idt-app-sidebar-account-meta{border-bottom:1px solid var(--app-border-soft);gap:.1rem;margin-bottom:.25rem;padding:.45rem .5rem .55rem;display:grid}.idt-app-sidebar-account-meta strong{color:#fff;font-size:.85rem;font-weight:600}.idt-app-sidebar-account-meta span{color:#85858f;text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;overflow:hidden}.idt-app-sidebar-account-menu a,.idt-app-sidebar-account-menu button{color:#d4d4dc;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;padding:.42rem .55rem;font-size:.86rem;text-decoration:none;display:flex}.idt-app-sidebar-account-menu a:hover,.idt-app-sidebar-account-menu a:focus-visible,.idt-app-sidebar-account-menu button:hover,.idt-app-sidebar-account-menu button:focus-visible{color:#fff;background:#1c1c22;outline:none}.idt-app-console-layout .idt-app-sidebar-collapse{color:#85858f;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:1.85rem;height:1.85rem;margin-left:auto;transition:background-color .12s,color .12s,border-color .12s;display:inline-flex}.idt-app-console-layout.is-sidebar-collapsed .idt-app-sidebar-collapse{place-self:center;margin-left:0}.idt-app-console-layout .idt-app-sidebar-collapse:hover,.idt-app-console-layout .idt-app-sidebar-collapse:focus-visible{color:#fff;border-color:var(--app-border-soft);background:#131318;outline:none}.idt-app-console-layout .idt-app-console{grid-template-rows:minmax(0,1fr)}.idt-app-console-layout .idt-app-shell-main{padding:1.75rem clamp(1.25rem,4vw,2.75rem) 3.5rem}.idt-app-console-layout .idt-overview-page{background:0 0;border:none;gap:1.25rem;padding:0;display:grid}.idt-app-console-layout .idt-overview-header{background:0 0;border:none;border-radius:0;align-items:flex-start;padding:clamp(.85rem,1.4vw,1.05rem) clamp(1rem,1.7vw,1.4rem) clamp(.95rem,1.6vw,1.2rem)}html[data-theme=light] .idt-app-console-layout .idt-overview-header{background:0 0;border:none}.idt-app-console-layout .idt-overview-header h2{font-family:var(--idt-display);letter-spacing:0;color:#fff;margin:0;font-size:clamp(1.55rem,2vw,1.95rem);font-weight:600;line-height:1.1}.idt-app-console-layout .idt-overview-header p{color:var(--app-muted);margin:.48rem 0 0;font-size:.92rem}.idt-app-console-layout .idt-overview-checklist{border:1px solid var(--app-border-soft);background:linear-gradient(#0c0c0f 0%,#08080a 100%);border-radius:10px;gap:.85rem;padding:1.05rem 1.1rem;display:grid}.idt-app-console-layout .idt-overview-checklist header{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.idt-app-console-layout .idt-overview-checklist header h3{font-family:var(--idt-display);color:#fff;letter-spacing:-.005em;margin:0;font-size:1.05rem;font-weight:600}.idt-app-console-layout .idt-overview-checklist header p{color:var(--app-dim);font-variant-numeric:tabular-nums;margin:0;font-size:.82rem}.idt-app-console-layout .idt-overview-checklist ol{gap:.1rem;margin:0;padding:0;list-style:none;display:grid}.idt-app-console-layout .idt-overview-checklist li{border:1px solid #0000;border-radius:7px;grid-template-columns:1.25rem minmax(0,1fr) auto;align-items:center;gap:.7rem;padding:.55rem .4rem;transition:background-color .12s,border-color .12s;display:grid}.idt-app-console-layout .idt-overview-checklist li:hover{border-color:var(--app-border-soft);background:#0e0e11}.idt-overview-checklist-mark{border:1px solid var(--app-border);color:#0000;border-radius:999px;justify-content:center;align-items:center;width:1.1rem;height:1.1rem;display:inline-flex}.idt-app-console-layout .idt-overview-checklist li[data-complete=true] .idt-overview-checklist-mark{color:#000;background:#fff;border-color:#fff}.idt-overview-checklist-body{gap:.1rem;min-width:0;display:grid}.idt-overview-checklist-body strong{color:#fff;font-size:.92rem;font-weight:600}.idt-overview-checklist-body span{color:var(--app-dim);font-size:.82rem}.idt-app-console-layout .idt-overview-checklist li[data-complete=true] .idt-overview-checklist-body strong{color:var(--app-muted);-webkit-text-decoration:line-through #4a4a52;text-decoration:line-through #4a4a52}.idt-app-console-layout .idt-overview-checklist-action{border:1px solid var(--app-border);color:#fff;background:#0d0d10;border-radius:6px;padding:.32rem .65rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:background-color .12s,border-color .12s}.idt-app-console-layout .idt-overview-checklist-action:hover,.idt-app-console-layout .idt-overview-checklist-action:focus-visible{color:#000;background:#fff;border-color:#fff}.idt-app-console-layout .idt-overview-metrics{gap:.6rem}.idt-app-console-layout .idt-overview-metrics article{border:1px solid var(--app-border-soft);background:#0a0a0c;border-radius:10px;gap:.35rem;padding:.9rem 1rem;display:grid}.idt-app-console-layout .idt-overview-metrics article.is-attention{background:linear-gradient(#ff6b6b0d 0%,#0a0a0c 100%);border-color:#ff6b6b59}.idt-app-console-layout .idt-overview-metric-label{color:var(--app-dim);letter-spacing:0;text-transform:none;margin:0;font-size:.78rem;font-weight:500;display:block}.idt-app-console-layout .idt-overview-metrics strong{font-family:var(--idt-display);font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:#fff;margin:0;font-size:1.85rem;font-weight:500;line-height:1}.idt-app-console-layout .idt-overview-metrics p{color:var(--app-muted);margin:0;font-size:.82rem;line-height:1.3}.idt-app-console-layout .idt-overview-metric-breakdown{flex-wrap:wrap;gap:.4rem .7rem;display:flex}.idt-app-console-layout .idt-overview-metric-breakdown span{text-transform:none;letter-spacing:0;background:0 0;align-items:center;gap:.3rem;margin:0;padding:0;font-size:.78rem;font-weight:500;display:inline-flex}.idt-app-console-layout .idt-overview-metric-breakdown span:before{content:"";background:currentColor;border-radius:999px;width:.45rem;height:.45rem;display:inline-block}.idt-app-console-layout .idt-overview-metric-breakdown span.is-success{color:#6ed29c}.idt-app-console-layout .idt-overview-metric-breakdown span.is-error{color:#ff8585}.idt-app-console-layout .idt-overview-metric-breakdown span.is-warning{color:#f0c66b}.idt-app-console-layout .idt-overview-card{border:1px solid var(--app-border-soft);background:#0a0a0c;border-radius:10px;gap:.75rem;padding:1rem 1.1rem}.idt-app-console-layout .idt-overview-card-header{align-items:baseline}.idt-app-console-layout .idt-overview-card-header h3{font-family:var(--idt-display);letter-spacing:-.005em;color:#fff;margin:0;font-size:1.05rem;font-weight:600}.idt-app-console-layout .idt-overview-card-header a{color:var(--app-muted);font-size:.84rem;font-weight:500}.idt-app-console-layout .idt-overview-card-header a:hover,.idt-app-console-layout .idt-overview-card-header a:focus-visible{color:#fff;text-decoration:none}.idt-app-console-layout .idt-overview-scan-row,.idt-app-console-layout .idt-overview-risk-row{border:1px solid var(--app-border-soft);background:0 0;border-radius:8px;padding:.7rem .8rem .7rem .95rem;position:relative;overflow:hidden}.idt-app-console-layout .idt-overview-scan-row strong,.idt-app-console-layout .idt-overview-risk-row strong{color:#fff;font-size:.92rem;font-weight:600}.idt-app-console-layout .idt-overview-scan-row p,.idt-app-console-layout .idt-overview-risk-row p{color:var(--app-muted);margin-top:.15rem;font-size:.83rem}.idt-overview-scan-badge{letter-spacing:0;text-transform:none;border-radius:999px;align-items:center;padding:.18rem .5rem;font-size:.72rem;font-weight:600;display:inline-flex}.idt-overview-scan-badge.is-error{color:#ff8c8c;background:#ff6b6b1f}.idt-overview-scan-badge.is-warning{color:#f0c66b;background:#f0c66b1f}.idt-overview-scan-badge.is-success{color:#6ed29c;background:#6ed29c1f}.idt-app-console-layout .idt-overview-projects a{border-color:var(--app-border-soft);background:#0a0a0c;padding:.85rem 1rem}.idt-app-console-layout .idt-overview-projects a:hover,.idt-app-console-layout .idt-overview-projects a:focus-visible{border-color:var(--app-border);background:#0d0d10;transform:none}.idt-app-console-layout .idt-overview-projects strong{color:#fff;font-weight:600}.idt-app-console-layout .idt-overview-projects span{color:var(--app-muted);font-size:.85rem}.idt-app-console-layout .idt-overview-projects small{color:var(--app-dim);font-size:.78rem}.idt-app-console-layout .idt-app-shell-header{display:none}.idt-app-console-layout.is-sidebar-collapsed .idt-app-sidebar{padding-left:.4rem;padding-right:.4rem}.idt-app-console-layout.is-sidebar-collapsed .idt-app-sidebar-footer{justify-items:center}@media (width<=960px){.idt-app-console-layout{grid-template-columns:1fr}.idt-app-console-layout .idt-app-sidebar{height:auto;position:relative}.idt-app-console-layout.is-sidebar-collapsed{grid-template-columns:1fr}.idt-domain-flyout{width:auto;max-height:min(76vh,42rem);position:fixed;inset:auto 1rem 1rem}.idt-domain-flyout:before{display:none}}.idt-app-console-layout .idt-overview-grid-single{grid-template-columns:minmax(0,1fr)}.idt-app-console-layout .idt-overview-checklist li[data-complete=true] .idt-overview-checklist-body span{color:#5a5a62}.idt-app-console-layout .idt-overview-card .idt-app-empty-state{gap:.35rem;padding:.85rem 0}.idt-app-console-layout .idt-overview-card .idt-app-empty-state h3,.idt-app-console-layout .idt-overview-card .idt-app-empty-state h2{font-size:.98rem;font-weight:600}.idt-app-console-layout .idt-overview-card .idt-app-empty-state p{font-size:.85rem}.idt-app-console-layout .idt-app-nav-icon svg,.idt-app-console-layout .idt-app-quick-find-icon svg{width:16px;height:16px}.idt-app-console-layout .idt-app-nav-icon{width:1.2rem;height:1.2rem}.idt-app-console-layout .idt-overview-header h2{letter-spacing:-.02em;font-size:clamp(1.85rem,2.4vw,2.25rem);font-weight:600}.idt-app-console-layout.is-sidebar-collapsed .idt-app-quick-find{border-radius:7px;width:2.15rem;height:2.15rem;margin:0 auto;padding:0}.idt-app-sidebar-workspace{position:relative}.idt-app-console-layout .idt-app-sidebar-workspace-trigger{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;align-items:center;gap:.6rem;padding:.4rem .45rem;transition:background-color .12s,border-color .12s;display:flex}.idt-app-console-layout .idt-app-sidebar-workspace-trigger:hover,.idt-app-console-layout .idt-app-sidebar-workspace-trigger:focus-visible,.idt-app-console-layout .idt-app-sidebar-workspace-trigger[aria-expanded=true]{border-color:var(--app-border-soft);background:#131318;outline:none}.idt-app-console-layout .idt-app-sidebar-workspace-trigger .idt-app-sidebar-mark{background:#fff;border-radius:6px;flex:none;justify-content:center;align-items:center;width:1.7rem;height:1.7rem;display:inline-flex;overflow:hidden}.idt-app-console-layout .idt-app-sidebar-workspace-trigger .idt-app-sidebar-mark img{object-fit:cover;width:100%;height:100%}.idt-app-sidebar-workspace-copy{flex:auto;gap:.05rem;min-width:0;display:grid}.idt-app-sidebar-workspace-copy strong{text-overflow:ellipsis;white-space:nowrap;color:#fff;letter-spacing:-.005em;font-size:.92rem;font-weight:600;display:block;overflow:hidden}.idt-app-sidebar-workspace-copy span{color:#85858f;font-size:.74rem;display:block}.idt-app-sidebar-workspace-caret{color:#85858f;flex:none}.idt-app-console-layout.is-sidebar-collapsed .idt-app-sidebar-workspace-copy,.idt-app-console-layout.is-sidebar-collapsed .idt-app-sidebar-workspace-caret{display:none}.idt-app-console-layout.is-sidebar-collapsed .idt-app-sidebar-workspace-trigger{justify-content:center;padding:.35rem 0}.idt-app-sidebar-workspace-menu{z-index:20;border:1px solid var(--app-border);background:#0d0d10;border-radius:8px;gap:.1rem;padding:.4rem;display:grid;position:absolute;top:calc(100% + .35rem);left:0;right:0;box-shadow:0 12px 40px #00000073}.idt-app-console-layout.is-sidebar-collapsed .idt-app-sidebar-workspace-menu{width:13rem;top:0;left:calc(100% + .4rem);right:auto}.idt-app-sidebar-workspace-meta{border-bottom:1px solid var(--app-border-soft);gap:.1rem;margin-bottom:.25rem;padding:.45rem .5rem .55rem;display:grid}.idt-app-sidebar-workspace-meta-eyebrow{color:#85858f;letter-spacing:0;text-transform:none;font-size:.7rem;font-weight:500}.idt-app-sidebar-workspace-meta strong{color:#fff;font-size:.88rem;font-weight:600}.idt-app-sidebar-workspace-menu a,.idt-app-sidebar-workspace-menu button{color:#d4d4dc;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;padding:.42rem .55rem;font-size:.86rem;text-decoration:none;display:flex}.idt-app-sidebar-workspace-menu a:hover,.idt-app-sidebar-workspace-menu a:focus-visible,.idt-app-sidebar-workspace-menu button:hover,.idt-app-sidebar-workspace-menu button:focus-visible{color:#fff;background:#1c1c22;outline:none}.idt-app-console-layout.is-sidebar-collapsed .idt-app-nav-label{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;display:block;position:absolute;overflow:hidden}.idt-app-console-layout.is-sidebar-collapsed .idt-app-quick-find-label,.idt-app-console-layout.is-sidebar-collapsed .idt-app-quick-find-key,.idt-app-console-layout.is-sidebar-collapsed .idt-app-sidebar-account-name,.idt-app-console-layout.is-sidebar-collapsed .idt-app-sidebar-account-caret{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.idt-app-console-layout .idt-overview-header-sub{color:var(--app-dim);letter-spacing:0;margin:.4rem 0 0;font-size:.82rem}.idt-overview-checklist-actions{align-items:center;gap:.35rem;display:inline-flex}.idt-app-console-layout .idt-overview-checklist-skip{color:var(--app-dim);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;padding:.32rem .55rem;font-size:.78rem;font-weight:500}.idt-app-console-layout .idt-overview-checklist-skip:hover,.idt-app-console-layout .idt-overview-checklist-skip:focus-visible{color:#fff;background:#131318;outline:none}.idt-app-console-layout .idt-app-empty-state{text-align:center;justify-items:center;gap:.45rem;display:grid}.idt-app-console-layout .idt-app-empty-state-action{border:1px solid var(--app-border);color:#fff;background:#0d0d10;border-radius:7px;align-items:center;margin-top:.4rem;padding:.42rem .85rem;font-size:.84rem;font-weight:600;text-decoration:none;transition:background-color .12s,color .12s,border-color .12s;display:inline-flex}.idt-app-console-layout .idt-app-empty-state-action:hover,.idt-app-console-layout .idt-app-empty-state-action:focus-visible{color:#000;background:#fff;border-color:#fff;outline:none}.idt-app-console-layout .idt-overview-metric-breakdown span.is-muted{color:var(--app-dim)}.idt-app-console-layout .idt-overview-metric-breakdown span.is-muted:before{background:0 0;border:1px solid;width:.4rem;height:.4rem}.idt-app-sidebar-resize-handle{cursor:col-resize;z-index:30;touch-action:none;background:0 0;width:6px;height:100%;transition:background-color .12s;position:absolute;top:0;right:-3px}.idt-app-sidebar-resize-handle:after{content:"";background:0 0;width:2px;height:100%;transition:background-color .12s;position:absolute;top:0;left:50%;transform:translate(-50%)}.idt-app-sidebar-resize-handle:hover:after,.idt-app-sidebar-resize-handle.is-dragging:after,.idt-app-console-layout.is-sidebar-dragging .idt-app-sidebar-resize-handle:after{background:#3a3a45}@media (width<=960px){.idt-app-sidebar-resize-handle{display:none}}.idt-app-console-layout .idt-app-shell-nav a{position:relative}.idt-app-console-layout .idt-app-shell-nav a.active{color:#fff;background:#1c1c22}.idt-app-console-layout .idt-app-shell-nav a.active:before{content:"";background:#fff;border-radius:0 2px 2px 0;width:2px;position:absolute;top:6px;bottom:6px;left:0}.idt-app-console-layout.is-sidebar-collapsed .idt-app-shell-nav a.active:before{top:4px;bottom:4px}.idt-app-console-layout .idt-app-shell-nav a:hover:not(.active),.idt-app-console-layout .idt-app-shell-nav a:focus-visible:not(.active){color:#fff;background:#131318}.idt-app-sidebar-account-menu a,.idt-app-sidebar-account-menu button{align-items:center;gap:.5rem;display:flex}.idt-app-sidebar-account-menu a>svg,.idt-app-sidebar-account-menu button>svg{color:var(--app-dim);flex:none}.idt-app-sidebar-account-menu a:hover>svg,.idt-app-sidebar-account-menu button:hover>svg,.idt-app-sidebar-account-menu a:focus-visible>svg,.idt-app-sidebar-account-menu button:focus-visible>svg{color:#fff}.idt-app-console-layout .idt-app-nav-icon>svg,.idt-app-console-layout .idt-app-quick-find-icon>svg{display:block}:is(#main-content:has(.idt-app-console-layout),#main-content:has(.idt-account-security-page),#main-content:has(.idt-app-shell-screen),#main-content:has(.idt-executive-report-shell)){background:#121518}.idt-app-console-layout,.idt-account-security-page,.idt-app-shell-screen,.idt-executive-report-shell{--app-bg:#121518;--app-panel:#090b0e;--app-panel-strong:#050607;--app-border:#2b3037;--app-border-soft:#20252b;--app-text:#f5f7f8;--app-muted:#adb5bf;--app-dim:#7f8792;--app-ink:#050607;--app-paper:#090b0e;--app-paper-muted:#aeb6c0;--app-blueprint:#070c14;--idt-console-rail:#050607;--idt-console-rail-hover:#101318;--idt-console-surface:#090b0e;--idt-console-surface-raised:#0f1217;--idt-console-surface-quiet:#07090c;--idt-console-surface-deep:#030405;--idt-console-focus:#7c6dff;--idt-console-shadow:0 18px 48px #00000042}.idt-app-console-layout,html[data-theme=light] .idt-app-console-layout,.idt-account-security-page,html[data-theme=light] .idt-account-security-page,.idt-app-shell-screen,html[data-theme=light] .idt-app-shell-screen,.idt-executive-report-shell,html[data-theme=light] .idt-executive-report-shell{color:var(--app-text);background:linear-gradient(#15191d 0%,#121518 42%,#111417 100%)}.idt-app-shell-screen .idt-app-panel h1,html[data-theme=light] .idt-app-shell-screen .idt-app-panel h1{color:#fff;letter-spacing:0;text-transform:none;overflow-wrap:anywhere;font-size:clamp(1.85rem,5vw,3.1rem);line-height:1.02}.idt-app-shell-screen .idt-app-panel p,html[data-theme=light] .idt-app-shell-screen .idt-app-panel p{color:var(--app-muted)}.idt-app-shell-screen .idt-app-panel .idt-app-kicker,html[data-theme=light] .idt-app-shell-screen .idt-app-panel .idt-app-kicker{color:var(--app-dim)}.idt-app-console-layout .idt-app-console,.idt-app-console-layout .idt-app-shell-main{background:0 0}.idt-app-console-layout .idt-app-sidebar,html[data-theme=light] .idt-app-console-layout .idt-app-sidebar{border-color:var(--app-border);background:var(--idt-console-rail);box-shadow:inset -1px 0 #ffffff09}.idt-app-console-layout .idt-app-sidebar-workspace-trigger,.idt-app-console-layout .idt-app-sidebar-account-trigger,html[data-theme=light] .idt-app-console-layout .idt-app-sidebar-workspace-trigger,html[data-theme=light] .idt-app-console-layout .idt-app-sidebar-account-trigger{color:#d8dde4;background:0 0;border-color:#0000}.idt-app-console-layout .idt-app-quick-find,html[data-theme=light] .idt-app-console-layout .idt-app-quick-find{border-color:var(--app-border-soft);color:#aeb7c2;background:#ffffff09;box-shadow:inset 0 0 0 1px #ffffff05}.idt-app-console-layout .idt-app-quick-find:hover,.idt-app-console-layout .idt-app-quick-find:focus-visible,.idt-app-console-layout .idt-app-sidebar-workspace-trigger:hover,.idt-app-console-layout .idt-app-sidebar-workspace-trigger:focus-visible,.idt-app-console-layout .idt-app-sidebar-workspace-trigger[aria-expanded=true],.idt-app-console-layout .idt-app-sidebar-account-trigger:hover,.idt-app-console-layout .idt-app-sidebar-account-trigger:focus-visible,.idt-app-console-layout .idt-app-sidebar-account-trigger[aria-expanded=true]{border-color:var(--app-border-soft);background:var(--idt-console-rail-hover)}.idt-app-console-layout .idt-app-shell-nav a,html[data-theme=light] .idt-app-console-layout .idt-app-shell-nav a{color:#aab2bd}.idt-app-console-layout .idt-app-shell-nav a:hover:not(.active),.idt-app-console-layout .idt-app-shell-nav a:focus-visible:not(.active),html[data-theme=light] .idt-app-console-layout .idt-app-shell-nav a:hover:not(.active),html[data-theme=light] .idt-app-console-layout .idt-app-shell-nav a:focus-visible:not(.active){background:var(--idt-console-rail-hover);color:#fff}.idt-app-console-layout .idt-app-shell-nav a.active,html[data-theme=light] .idt-app-console-layout .idt-app-shell-nav a.active{color:#fff;background:#171b22}.idt-app-console-layout .idt-app-shell-nav a.active:before{background:var(--idt-console-focus)}.idt-app-console-layout .idt-app-sidebar-workspace-menu,.idt-app-sidebar-account-menu,html[data-theme=light] .idt-app-console-layout .idt-app-sidebar-workspace-menu,html[data-theme=light] .idt-app-console-layout .idt-app-sidebar-account-menu{border-color:var(--app-border);background:var(--idt-console-surface-raised);box-shadow:var(--idt-console-shadow)}.idt-app-console-layout .idt-app-sidebar-workspace-menu a:hover,.idt-app-console-layout .idt-app-sidebar-workspace-menu a:focus-visible,.idt-app-console-layout .idt-app-sidebar-workspace-menu button:hover,.idt-app-console-layout .idt-app-sidebar-workspace-menu button:focus-visible,.idt-app-sidebar-account-menu a:hover,.idt-app-sidebar-account-menu a:focus-visible,.idt-app-sidebar-account-menu button:hover,.idt-app-sidebar-account-menu button:focus-visible{background:#171b22}.idt-app-console-layout .idt-overview-header,.idt-app-console-layout .idt-workspace-admin-header,.idt-app-console-layout .idt-projects-header,.idt-app-console-layout .idt-source-onboarding-header,.idt-app-console-layout .idt-repo-findings-header,.idt-app-console-layout .idt-github-intelligence-header,.idt-app-console-layout .idt-settings-header,html[data-theme=light] .idt-app-console-layout .idt-overview-header,html[data-theme=light] .idt-app-console-layout .idt-workspace-admin-header,html[data-theme=light] .idt-app-console-layout .idt-projects-header,html[data-theme=light] .idt-app-console-layout .idt-source-onboarding-header,html[data-theme=light] .idt-app-console-layout .idt-repo-findings-header,html[data-theme=light] .idt-app-console-layout .idt-github-intelligence-header,html[data-theme=light] .idt-app-console-layout .idt-settings-header{box-shadow:none;background:0 0;border-color:#0000}.idt-app-console-layout .idt-overview-page,.idt-app-console-layout .idt-workspace-admin,.idt-app-console-layout .idt-projects-page,.idt-app-console-layout .idt-source-onboarding,.idt-app-console-layout .idt-settings-page,.idt-app-console-layout .idt-repo-findings-page,.idt-app-console-layout .idt-github-intelligence-page,html[data-theme=light] .idt-app-console-layout .idt-overview-page,html[data-theme=light] .idt-app-console-layout .idt-workspace-admin,html[data-theme=light] .idt-app-console-layout .idt-projects-page,html[data-theme=light] .idt-app-console-layout .idt-source-onboarding,html[data-theme=light] .idt-app-console-layout .idt-settings-page,html[data-theme=light] .idt-app-console-layout .idt-repo-findings-page,html[data-theme=light] .idt-app-console-layout .idt-github-intelligence-page{box-shadow:none;background:0 0;border:0}.idt-app-console-layout .idt-overview-metrics article,.idt-app-console-layout .idt-workspace-stats article,.idt-app-console-layout .idt-projects-summary article,.idt-app-console-layout .idt-source-summary article,.idt-app-console-layout .idt-settings-counts article,.idt-app-console-layout .idt-repo-finding-stat,.idt-app-console-layout .idt-overview-card,.idt-app-console-layout .idt-projects-list,.idt-app-console-layout .idt-project-composer,.idt-app-console-layout .idt-project-card,.idt-app-console-layout .idt-source-card,.idt-app-console-layout .idt-source-config,.idt-app-console-layout .idt-source-install-card,.idt-app-console-layout .idt-source-advanced,.idt-app-console-layout .idt-source-diagnostics article,.idt-app-console-layout .idt-source-next-action,.idt-app-console-layout .idt-source-compact-stats,.idt-app-console-layout .idt-source-recovery-card,.idt-app-console-layout .idt-source-policy-panel details,.idt-app-console-layout .idt-repo-filter-panel,.idt-app-console-layout .idt-repo-finding-list,.idt-app-console-layout .idt-repo-finding-detail,.idt-app-console-layout .idt-repo-finding-trend,.idt-app-console-layout .idt-repo-finding-bucket,.idt-app-console-layout .idt-repo-finding-repository,.idt-app-console-layout .idt-repo-finding-detail-modal,.idt-app-console-layout .idt-github-intelligence-card,.idt-app-console-layout .idt-github-intelligence-panel,.idt-app-console-layout .idt-github-intelligence-row,.idt-app-console-layout .idt-settings-card,.idt-app-console-layout .idt-settings-facts div,.idt-app-console-layout .idt-overview-risk-row,.idt-app-console-layout .idt-overview-scan-row,.idt-app-console-layout .idt-overview-projects a,.idt-app-console-layout .idt-overview-actions a,.idt-account-security-page .idt-security-overview article,.idt-account-security-page .idt-session-row,.idt-executive-report-shell .idt-executive-report-section,html[data-theme=light] .idt-app-console-layout .idt-overview-metrics article,html[data-theme=light] .idt-app-console-layout .idt-workspace-stats article,html[data-theme=light] .idt-app-console-layout .idt-projects-summary article,html[data-theme=light] .idt-app-console-layout .idt-source-summary article,html[data-theme=light] .idt-app-console-layout .idt-settings-counts article,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-stat,html[data-theme=light] .idt-app-console-layout .idt-overview-card,html[data-theme=light] .idt-app-console-layout .idt-projects-list,html[data-theme=light] .idt-app-console-layout .idt-project-composer,html[data-theme=light] .idt-app-console-layout .idt-project-card,html[data-theme=light] .idt-app-console-layout .idt-source-card,html[data-theme=light] .idt-app-console-layout .idt-source-config,html[data-theme=light] .idt-app-console-layout .idt-source-install-card,html[data-theme=light] .idt-app-console-layout .idt-source-advanced,html[data-theme=light] .idt-app-console-layout .idt-source-diagnostics article,html[data-theme=light] .idt-app-console-layout .idt-source-next-action,html[data-theme=light] .idt-app-console-layout .idt-source-compact-stats,html[data-theme=light] .idt-app-console-layout .idt-source-recovery-card,html[data-theme=light] .idt-app-console-layout .idt-source-policy-panel details,html[data-theme=light] .idt-app-console-layout .idt-repo-filter-panel,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-list,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-detail,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-trend,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-bucket,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-repository,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-detail-modal,html[data-theme=light] .idt-account-security-page .idt-security-overview article,html[data-theme=light] .idt-account-security-page .idt-session-row,html[data-theme=light] .idt-executive-report-shell .idt-executive-report-section{border-color:var(--app-border);background:var(--idt-console-surface);box-shadow:0 1px 0 #ffffff09, var(--idt-console-shadow)}.idt-app-console-layout .idt-repo-finding-row,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-row,.idt-app-console-layout .idt-repo-finding-detail-section,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-detail-section,.idt-app-console-layout .idt-project-card-meta div,html[data-theme=light] .idt-app-console-layout .idt-project-card-meta div,.idt-app-console-layout .idt-source-meta div,html[data-theme=light] .idt-app-console-layout .idt-source-meta div,.idt-app-console-layout .idt-repo-summary-metrics>span,html[data-theme=light] .idt-app-console-layout .idt-repo-summary-metrics>span,.idt-app-console-layout .idt-repo-scan-meta span,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-meta span{border-color:var(--app-border-soft);background:var(--idt-console-surface-deep);box-shadow:none}.idt-app-console-layout .idt-repo-repository-summary,html[data-theme=light] .idt-app-console-layout .idt-repo-repository-summary,.idt-app-console-layout .idt-repo-scan-summary,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-summary,.idt-app-console-layout .idt-repo-severity-summary,html[data-theme=light] .idt-app-console-layout .idt-repo-severity-summary{background:linear-gradient(180deg, #ffffff0b, #fff0), var(--idt-console-surface-raised)}.idt-app-console-layout .idt-repo-finding-severity-group,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-severity-group{border-color:var(--app-border-soft);background:var(--idt-console-surface-quiet)}.idt-app-console-layout .idt-repo-scan-node,html[data-theme=light] .idt-app-console-layout .idt-repo-scan-node{box-shadow:0 0 0 .35rem var(--idt-console-surface)}.idt-app-console-layout .idt-repo-finding-scan:before,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-scan:before{background:#343a43}.idt-app-console-layout .idt-repo-finding-row:hover,.idt-app-console-layout .idt-repo-finding-row:focus-visible,.idt-app-console-layout .idt-repo-finding-row.is-selected,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-row:hover,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-row:focus-visible,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-row.is-selected{background:#0f141a;border-color:#4c5664}.idt-app-console-layout .idt-btn-primary,.idt-account-security-page .idt-btn-primary,.idt-app-shell-screen .idt-btn-primary,.idt-executive-report-shell .idt-btn-primary,html[data-theme=light] .idt-app-console-layout .idt-btn-primary,html[data-theme=light] .idt-account-security-page .idt-btn-primary,html[data-theme=light] .idt-app-shell-screen .idt-btn-primary,html[data-theme=light] .idt-executive-report-shell .idt-btn-primary{color:#fff;background:linear-gradient(#8173ff 0%,#5d50ef 100%);border-color:#8b7cffeb;box-shadow:0 12px 30px #5d50ef42}.idt-app-console-layout .idt-btn-primary:hover,.idt-app-console-layout .idt-btn-primary:focus-visible,.idt-account-security-page .idt-btn-primary:hover,.idt-account-security-page .idt-btn-primary:focus-visible,.idt-app-shell-screen .idt-btn-primary:hover,.idt-app-shell-screen .idt-btn-primary:focus-visible,.idt-executive-report-shell .idt-btn-primary:hover,.idt-executive-report-shell .idt-btn-primary:focus-visible{background:linear-gradient(#9286ff 0%,#6d60f7 100%);border-color:#aca2ff}.idt-app-console-layout .idt-btn-ghost,.idt-app-console-layout .idt-btn-dark,.idt-account-security-page .idt-btn-ghost,.idt-account-security-page .idt-btn-dark,.idt-app-shell-screen .idt-btn-ghost,.idt-app-shell-screen .idt-btn-dark,.idt-executive-report-shell .idt-btn-ghost,.idt-executive-report-shell .idt-btn-dark,html[data-theme=light] .idt-app-console-layout .idt-btn-ghost,html[data-theme=light] .idt-app-console-layout .idt-btn-dark,html[data-theme=light] .idt-account-security-page .idt-btn-ghost,html[data-theme=light] .idt-account-security-page .idt-btn-dark,html[data-theme=light] .idt-app-shell-screen .idt-btn-ghost,html[data-theme=light] .idt-app-shell-screen .idt-btn-dark,html[data-theme=light] .idt-executive-report-shell .idt-btn-ghost,html[data-theme=light] .idt-executive-report-shell .idt-btn-dark{border-color:var(--app-border);background:var(--idt-console-surface-quiet);color:#f4f7fa}.idt-app-console-layout input,.idt-app-console-layout select,.idt-app-console-layout textarea,.idt-account-security-page input,.idt-account-security-page select,.idt-account-security-page textarea,.idt-executive-report-shell input,.idt-executive-report-shell select,.idt-executive-report-shell textarea,.idt-app-shell-screen input,.idt-app-shell-screen select,.idt-app-shell-screen textarea,html[data-theme=light] .idt-app-console-layout input,html[data-theme=light] .idt-app-console-layout select,html[data-theme=light] .idt-app-console-layout textarea,html[data-theme=light] .idt-account-security-page input,html[data-theme=light] .idt-account-security-page select,html[data-theme=light] .idt-account-security-page textarea,html[data-theme=light] .idt-executive-report-shell input,html[data-theme=light] .idt-executive-report-shell select,html[data-theme=light] .idt-executive-report-shell textarea,html[data-theme=light] .idt-app-shell-screen input,html[data-theme=light] .idt-app-shell-screen select,html[data-theme=light] .idt-app-shell-screen textarea{border-color:var(--app-border);background-color:var(--idt-console-surface-deep);color:#fff}.idt-app-console-layout input:focus-visible,.idt-app-console-layout select:focus-visible,.idt-app-console-layout textarea:focus-visible,.idt-account-security-page input:focus-visible,.idt-account-security-page select:focus-visible,.idt-account-security-page textarea:focus-visible,.idt-executive-report-shell input:focus-visible,.idt-executive-report-shell select:focus-visible,.idt-executive-report-shell textarea:focus-visible{border-color:#9184ffdb;outline-color:#9184ffdb}.idt-app-console-layout{--repo-disclosure-column:1.7rem;--repo-disclosure-size:1.16rem}.idt-app-console-layout .idt-repo-finding-bucket>summary:after,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-bucket>summary:after,.idt-app-console-layout .idt-repo-filter-panel>summary:after,html[data-theme=light] .idt-app-console-layout .idt-repo-filter-panel>summary:after,.idt-app-console-layout .idt-repo-analysis-panel>summary:after,html[data-theme=light] .idt-app-console-layout .idt-repo-analysis-panel>summary:after{background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7L9 11L13 7' stroke='%23CAD1DA' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/.76rem .76rem no-repeat,#232931;border-color:#3b424c;box-shadow:inset 0 1px #ffffff12}.idt-app-console-layout .idt-repo-finding-bucket[open]>summary:after,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-bucket[open]>summary:after,.idt-app-console-layout .idt-repo-filter-panel[open]>summary:after,html[data-theme=light] .idt-app-console-layout .idt-repo-filter-panel[open]>summary:after,.idt-app-console-layout .idt-repo-analysis-panel[open]>summary:after,html[data-theme=light] .idt-app-console-layout .idt-repo-analysis-panel[open]>summary:after{background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 11L9 7L13 11' stroke='%23CAD1DA' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/.76rem .76rem no-repeat,#232931}.idt-app-console-layout .idt-repo-finding-bucket>summary:hover:after,.idt-app-console-layout .idt-repo-finding-bucket>summary:focus-visible:after,.idt-app-console-layout .idt-repo-filter-panel>summary:hover:after,.idt-app-console-layout .idt-repo-filter-panel>summary:focus-visible:after,.idt-app-console-layout .idt-repo-analysis-panel>summary:hover:after,.idt-app-console-layout .idt-repo-analysis-panel>summary:focus-visible:after,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-bucket>summary:hover:after,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-bucket>summary:focus-visible:after,html[data-theme=light] .idt-app-console-layout .idt-repo-filter-panel>summary:hover:after,html[data-theme=light] .idt-app-console-layout .idt-repo-filter-panel>summary:focus-visible:after,html[data-theme=light] .idt-app-console-layout .idt-repo-analysis-panel>summary:hover:after,html[data-theme=light] .idt-app-console-layout .idt-repo-analysis-panel>summary:focus-visible:after{background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7L9 11L13 7' stroke='%23FFFFFF' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/.76rem .76rem no-repeat,#2e3640;border-color:#596272}.idt-app-console-layout .idt-repo-finding-bucket[open]>summary:hover:after,.idt-app-console-layout .idt-repo-finding-bucket[open]>summary:focus-visible:after,.idt-app-console-layout .idt-repo-filter-panel[open]>summary:hover:after,.idt-app-console-layout .idt-repo-filter-panel[open]>summary:focus-visible:after,.idt-app-console-layout .idt-repo-analysis-panel[open]>summary:hover:after,.idt-app-console-layout .idt-repo-analysis-panel[open]>summary:focus-visible:after,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-bucket[open]>summary:hover:after,html[data-theme=light] .idt-app-console-layout .idt-repo-finding-bucket[open]>summary:focus-visible:after,html[data-theme=light] .idt-app-console-layout .idt-repo-filter-panel[open]>summary:hover:after,html[data-theme=light] .idt-app-console-layout .idt-repo-filter-panel[open]>summary:focus-visible:after,html[data-theme=light] .idt-app-console-layout .idt-repo-analysis-panel[open]>summary:hover:after,html[data-theme=light] .idt-app-console-layout .idt-repo-analysis-panel[open]>summary:focus-visible:after{background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 11L9 7L13 11' stroke='%23FFFFFF' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/.76rem .76rem no-repeat,#2e3640}@media (width<=960px){.idt-app-console-layout .idt-app-sidebar{box-shadow:inset 0 -1px #ffffff09}}.idt-product-page .idt-product-hero-window,html[data-theme=light] .idt-product-page .idt-product-hero-window{height:auto;box-shadow:none;background:#050505;border-color:#242424}.idt-product-page .idt-product-hero-visual,html[data-theme=light] .idt-product-page .idt-product-hero-visual{align-self:start;min-height:0;margin-top:clamp(1rem,3vw,2.5rem)}.idt-product-page .idt-product-hero-body,html[data-theme=light] .idt-product-page .idt-product-hero-body{aspect-ratio:920/520;height:auto;min-height:0}.idt-product-page .idt-product-hero-graph,html[data-theme=light] .idt-product-page .idt-product-hero-graph{background:linear-gradient(90deg,#ffffff0d 1px,#0000 1px) 0 0/72px 72px,linear-gradient(#ffffff0d 1px,#0000 1px) 0 0/72px 72px,#050505;height:100%;min-height:0}.idt-product-page .idt-product-hero-graph .idt-product-trust-svg{z-index:2;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.idt-product-trust-svg .idt-product-graph-title{max-width:none;display:block;position:static}.idt-product-focus-halo{fill:#ffffff17;filter:blur(28px)}.idt-product-path-edge{fill:none;marker-end:url(#idt-product-trust-arrow);stroke:#f5f5f5;stroke-linecap:round;stroke-linejoin:round;stroke-width:3.4px;vector-effect:non-scaling-stroke}.idt-product-trust-arrow-head{fill:none;stroke:#f5f5f5;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.7px}.idt-product-path-tag rect{fill:#0b0b0b;stroke:#303030;stroke-width:1px}.idt-product-path-tag text{fill:#d4d4d8;font-family:var(--idt-nav-font);text-anchor:middle;font-size:12px;font-weight:800}.idt-product-svg-title{fill:#fff;letter-spacing:0;text-transform:uppercase;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:26px;font-weight:800}.idt-product-path-node rect{fill:#0d0d0d;stroke:#303030;stroke-width:1.2px}.idt-product-path-node.is-workload rect{fill:#101010;stroke:#3f3f46}.idt-product-node-kicker,.idt-product-card-kicker{fill:#a1a1aa;font-family:var(--idt-nav-font);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:850}.idt-product-node-title{fill:#fff;font-family:var(--idt-nav-font);font-size:17px;font-weight:850}.idt-product-page .idt-product-hero-graph .idt-product-node-badge rect{stroke:none;filter:none}.idt-product-page .idt-product-hero-graph .idt-product-node-badge text{font-family:var(--idt-nav-font);letter-spacing:0;text-anchor:middle;stroke:none;filter:none;font-size:11px;font-weight:850}.idt-product-page .idt-product-hero-graph .idt-product-node-badge.is-verified rect{fill:#11c7841f}.idt-product-page .idt-product-hero-graph .idt-product-node-badge.is-verified text{fill:#11c784}.idt-product-page .idt-product-hero-graph .idt-product-node-badge.is-danger rect{fill:#ff52521f}.idt-product-page .idt-product-hero-graph .idt-product-node-badge.is-danger text{fill:#ff6b6b}.idt-product-svg-card rect{fill:#fff;stroke:#d4d4d8;stroke-width:1px}.idt-product-card-title,.idt-product-card-metric{fill:#050505;font-family:var(--idt-nav-font);font-size:16px;font-weight:850}.idt-product-card-metric{font-size:21px}.idt-product-card-note{fill:#52525b;font-family:var(--idt-nav-font);font-size:10px;font-weight:650}.idt-pricing-page>.idt-page-hero-rich,html[data-theme=light] .idt-pricing-page>.idt-page-hero-rich{grid-template-columns:minmax(360px,.68fr) minmax(720px,1.32fr)}.idt-pricing-decision-console,html[data-theme=light] .idt-pricing-decision-console{min-height:520px;box-shadow:none;background:radial-gradient(circle at 76% 10%,#ffffff14,#0000 14rem),#050505;border:1px solid #242424;border-radius:8px;align-content:stretch;gap:1rem;padding:1rem}.idt-pricing-console-top{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1rem;display:grid}.idt-pricing-console-top>div:first-child{gap:.45rem;display:grid}.idt-pricing-console-eyebrow{color:#a1a1aa;font-family:var(--idt-nav-font);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:850}.idt-pricing-console-top>div:first-child>strong{color:#fff;text-transform:uppercase;font-family:Barlow Semi Condensed,Arial Narrow,Arial,sans-serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;line-height:.95}.idt-pricing-console-top p{color:#a1a1aa;max-width:34ch;margin:0;font-size:.92rem;line-height:1.55}.idt-pricing-decision-console .idt-pricing-hero-toggle,html[data-theme=light] .idt-pricing-decision-console .idt-pricing-hero-toggle{box-shadow:none;background:#0a0a0a;border-color:#303030}.idt-pricing-decision-console .idt-pricing-hero-toggle span,.idt-pricing-decision-console .idt-pricing-hero-toggle strong,html[data-theme=light] .idt-pricing-decision-console .idt-pricing-hero-toggle span,html[data-theme=light] .idt-pricing-decision-console .idt-pricing-hero-toggle strong{color:#a1a1aa;background:0 0;align-items:center;min-height:40px;font-size:.78rem;display:inline-flex}.idt-pricing-decision-console .idt-pricing-hero-toggle .is-active,html[data-theme=light] .idt-pricing-decision-console .idt-pricing-hero-toggle .is-active{color:#000;background:#fff}.idt-pricing-decision-console .idt-pricing-hero-plans,html[data-theme=light] .idt-pricing-decision-console .idt-pricing-hero-plans{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.idt-pricing-decision-console .idt-pricing-hero-plans div,html[data-theme=light] .idt-pricing-decision-console .idt-pricing-hero-plans div{min-height:154px;box-shadow:none;background:#090909;border-color:#242424;align-content:start;gap:.48rem;padding:1rem;display:grid}.idt-pricing-decision-console .idt-pricing-hero-plans .is-featured,html[data-theme=light] .idt-pricing-decision-console .idt-pricing-hero-plans .is-featured{color:#000;background:#fff;transform:none}.idt-pricing-decision-console .idt-pricing-hero-plans span,.idt-pricing-decision-console .idt-pricing-hero-plans p,html[data-theme=light] .idt-pricing-decision-console .idt-pricing-hero-plans span,html[data-theme=light] .idt-pricing-decision-console .idt-pricing-hero-plans p{color:#a1a1aa;font-size:.82rem;font-weight:750}.idt-pricing-decision-console .idt-pricing-hero-plans strong,html[data-theme=light] .idt-pricing-decision-console .idt-pricing-hero-plans strong{color:#fff;margin:0;font-size:clamp(2rem,3.4vw,3rem);line-height:.94}.idt-pricing-decision-console .idt-pricing-hero-plans small{margin-left:.2rem;font-size:.82rem}.idt-pricing-decision-console .idt-pricing-hero-plans .is-featured span,.idt-pricing-decision-console .idt-pricing-hero-plans .is-featured p,.idt-pricing-decision-console .idt-pricing-hero-plans .is-featured strong,html[data-theme=light] .idt-pricing-decision-console .idt-pricing-hero-plans .is-featured span,html[data-theme=light] .idt-pricing-decision-console .idt-pricing-hero-plans .is-featured p,html[data-theme=light] .idt-pricing-decision-console .idt-pricing-hero-plans .is-featured strong{color:#000}.idt-pricing-decision-console .idt-pricing-hero-matrix,html[data-theme=light] .idt-pricing-decision-console .idt-pricing-hero-matrix{min-height:176px;box-shadow:none;background:#242424;border-color:#242424;grid-template-columns:minmax(180px,1.25fr) repeat(3,minmax(116px,.75fr))}.idt-pricing-decision-console .idt-pricing-hero-matrix>*,html[data-theme=light] .idt-pricing-decision-console .idt-pricing-hero-matrix>*{color:#d4d4d8;background:#090909;border-bottom:1px solid #242424;border-right:1px solid #242424;align-items:center;min-height:44px;font-size:.9rem;display:flex}.idt-pricing-decision-console .idt-pricing-hero-matrix span,html[data-theme=light] .idt-pricing-decision-console .idt-pricing-hero-matrix span{color:#fff;background:#111}.idt-pricing-decision-console .idt-pricing-hero-matrix b,html[data-theme=light] .idt-pricing-decision-console .idt-pricing-hero-matrix b{color:#fff;font-size:.95rem}.idt-pricing-decision-console .idt-pricing-hero-procurement,html[data-theme=light] .idt-pricing-decision-console .idt-pricing-hero-procurement{box-shadow:none;background:#090909;border-color:#242424}.idt-pricing-decision-console .idt-pricing-hero-procurement strong,html[data-theme=light] .idt-pricing-decision-console .idt-pricing-hero-procurement strong{color:#fff;font-size:.92rem}.idt-pricing-decision-console .idt-pricing-hero-procurement span,html[data-theme=light] .idt-pricing-decision-console .idt-pricing-hero-procurement span{color:#000;background:#fff;border-color:#fff;font-size:.78rem}@media (width<=1180px){.idt-pricing-page>.idt-page-hero-rich,html[data-theme=light] .idt-pricing-page>.idt-page-hero-rich{grid-template-columns:1fr}.idt-pricing-decision-console,html[data-theme=light] .idt-pricing-decision-console{min-height:auto}}@media (width<=760px){.idt-product-page .idt-product-hero-graph,html[data-theme=light] .idt-product-page .idt-product-hero-graph{min-height:430px}.idt-product-page .idt-product-trust-svg{min-width:760px;transform:translate(-3rem)}.idt-pricing-console-top,.idt-pricing-decision-console .idt-pricing-hero-plans,html[data-theme=light] .idt-pricing-decision-console .idt-pricing-hero-plans{grid-template-columns:1fr}.idt-pricing-decision-console .idt-pricing-hero-matrix,html[data-theme=light] .idt-pricing-decision-console .idt-pricing-hero-matrix{overflow-x:auto}}html[data-theme=light] .idt-app-console-layout .idt-source-advanced summary,html[data-theme=light] .idt-app-console-layout .idt-scan-limits-details summary,html[data-theme=light] .idt-app-console-layout .idt-source-compact-details summary,html[data-theme=light] .idt-app-console-layout .idt-github-posture-details summary{color:var(--app-text)}html[data-theme=light] .idt-app-console-layout .idt-scan-limits-details summary small,html[data-theme=light] .idt-app-console-layout .idt-source-compact-details summary small,html[data-theme=light] .idt-app-console-layout .idt-github-posture-details summary small,html[data-theme=light] .idt-app-console-layout .idt-github-posture-stats dt{color:var(--app-muted)}html[data-theme=light] .idt-app-console-layout .idt-scan-limits-details summary strong,html[data-theme=light] .idt-app-console-layout .idt-source-compact-details summary strong,html[data-theme=light] .idt-app-console-layout .idt-github-posture-details summary strong,html[data-theme=light] .idt-app-console-layout .idt-github-posture-stats dd{color:var(--app-text)}html[data-theme=light] .idt-app-console-layout .idt-github-posture-stats div,html[data-theme=light] .idt-app-console-layout .idt-source-chip-list span{border-color:var(--app-border);background:var(--app-panel-strong);color:var(--app-text)}.idt-home-after-stack .idt-command-center-grid,html[data-theme=light] .idt-home-after-stack .idt-command-center-grid{grid-template-columns:minmax(300px,.62fr) minmax(660px,1.38fr);gap:clamp(3rem,5vw,6rem)}.idt-home-after-stack .idt-command-copy,html[data-theme=light] .idt-home-after-stack .idt-command-copy{min-width:0;max-width:34rem}.idt-home-after-stack .idt-command-copy h2,html[data-theme=light] .idt-home-after-stack .idt-command-copy h2{overflow-wrap:normal;max-width:8.85ch}.idt-home-after-stack .idt-command-surface,html[data-theme=light] .idt-home-after-stack .idt-command-surface{width:min(100%,920px);margin-left:auto}.idt-product-path-glow,.idt-product-path-flow{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.idt-product-path-glow{stroke:#ffffff38;stroke-width:11px;opacity:.34}.idt-product-path-flow{stroke:url(#idt-product-trust-flow-gradient);stroke-width:1.8px;stroke-dasharray:24 112;stroke-dashoffset:0;opacity:.72;animation:4.8s linear infinite idt-product-live-edge}.idt-product-path-flow.is-two{animation-delay:-1.2s}.idt-product-path-flow.is-three{animation-delay:-2.4s}.idt-product-path-glow.is-proof{stroke-width:11px;opacity:.3}.idt-product-path-edge.is-proof{stroke-width:3.1px;opacity:.96}.idt-product-path-flow.is-proof{stroke-width:1.8px;opacity:.72;animation-delay:-3.2s}.idt-product-path-edge{stroke-width:3.1px}.idt-product-trust-arrow-head{fill:#f5f5f5;stroke-width:1.8px}.idt-demo-edge-base,.idt-demo-edge-arrow,.idt-demo-edge-flow{stroke-linejoin:round}.idt-demo-edge-base{stroke-width:1.35px;opacity:.62}.idt-demo-edge-arrow{stroke-width:1.65px;opacity:.88}.idt-demo-edges g.is-connected .idt-demo-edge-arrow{stroke-width:2.15px}.idt-demo-edge-flow{stroke-dasharray:20 118;stroke-dashoffset:0;animation:5.4s linear infinite idt-product-live-edge}.idt-product-graph-band .idt-demo-edge-flow{stroke-dasharray:28 124}.idt-product-card-metric{letter-spacing:-.02em;font-size:19px}.idt-inline-button-link{appearance:none;color:inherit;cursor:pointer;font:inherit;text-underline-offset:.2em;background:0 0;border:0;border-radius:0;padding:0;font-weight:800;text-decoration-line:underline;text-decoration-thickness:1.4px;display:inline}.idt-inline-button-link:hover,.idt-inline-button-link:focus-visible{color:#fff;outline:none;text-decoration-color:currentColor}.idt-docs-page .idt-booking-prompt,html[data-theme=light] .idt-docs-page .idt-booking-prompt{isolation:isolate;background:radial-gradient(circle at 82% 18%,#5277be33,#0000 18rem),radial-gradient(circle at 12% 84%,#7b5cff29,#0000 20rem),linear-gradient(90deg,#ffffff0b 1px,#0000 1px) 0 0/56px 56px,linear-gradient(#ffffff0b 1px,#0000 1px) 0 0/56px 56px,#070b12;border:1px solid #27313f;border-radius:20px;gap:clamp(1.5rem,3vw,2.4rem);position:relative;overflow:hidden;box-shadow:0 28px 80px #00000061}.idt-docs-page .idt-booking-prompt:before,html[data-theme=light] .idt-docs-page .idt-booking-prompt:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(120deg,#ffffff1c,#0000 32%,#ffffff14 72%,#0000),radial-gradient(circle at 60% 52%,#ffffff14,#0000 18rem);border-radius:19px;position:absolute;inset:1px}.idt-docs-page .idt-booking-prompt .idt-section-title p,.idt-docs-page .idt-booking-prompt-note,.idt-docs-page .idt-booking-prompt-checklist,.idt-docs-page .idt-booking-prompt-preview ol,html[data-theme=light] .idt-docs-page .idt-booking-prompt .idt-section-title p,html[data-theme=light] .idt-docs-page .idt-booking-prompt-note,html[data-theme=light] .idt-docs-page .idt-booking-prompt-checklist,html[data-theme=light] .idt-docs-page .idt-booking-prompt-preview ol{color:#d5ddea}.idt-docs-page .idt-booking-prompt .idt-section-title .idt-eyebrow,.idt-docs-page .idt-booking-prompt-preview .idt-eyebrow,html[data-theme=light] .idt-docs-page .idt-booking-prompt .idt-section-title .idt-eyebrow,html[data-theme=light] .idt-docs-page .idt-booking-prompt-preview .idt-eyebrow{color:#9db3d8}.idt-docs-page .idt-booking-prompt-shell,html[data-theme=light] .idt-docs-page .idt-booking-prompt-shell{background:#27313f;border:1px solid #27313f;border-radius:16px;gap:1px}.idt-docs-page .idt-booking-prompt-card,.idt-docs-page .idt-booking-prompt-preview,html[data-theme=light] .idt-docs-page .idt-booking-prompt-card,html[data-theme=light] .idt-docs-page .idt-booking-prompt-preview{box-shadow:none;background:linear-gradient(160deg,#ffffff13,#ffffff06),#0a1019;border:0;border-radius:15px}.idt-docs-page .idt-booking-prompt-card,html[data-theme=light] .idt-docs-page .idt-booking-prompt-card{align-content:space-between;gap:1rem;min-height:260px;display:grid}.idt-docs-page .idt-booking-prompt-checklist li::marker{color:#9db3d8}html[data-theme=light] .idt-docs-page .idt-booking-prompt-checklist li::marker{color:#9db3d8}@keyframes idt-product-live-edge{to{stroke-dashoffset:-148px}}@media (width<=1180px){.idt-home-after-stack .idt-command-center-grid,html[data-theme=light] .idt-home-after-stack .idt-command-center-grid{grid-template-columns:1fr;gap:2rem}.idt-home-after-stack .idt-command-copy h2,html[data-theme=light] .idt-home-after-stack .idt-command-copy h2{max-width:10ch}.idt-home-after-stack .idt-command-surface,html[data-theme=light] .idt-home-after-stack .idt-command-surface{width:100%;margin-left:0}}.idt-product-graph-band .idt-demo-graph,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-graph{background:linear-gradient(90deg,#ffffff09 1px,#0000 1px) 0 0/76px 76px,linear-gradient(#ffffff09 1px,#0000 1px) 0 0/76px 76px,radial-gradient(circle at 52%,#ffffff14,#0000 18rem),#050505;position:relative;overflow:hidden}.idt-product-graph-band .idt-demo-node,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-node{z-index:3;width:178px;min-width:178px;transform:none}.idt-product-graph-band .idt-demo-node-oidc,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-node-oidc{top:12%;left:8%}.idt-product-graph-band .idt-demo-node-sa,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-node-sa{width:214px;min-width:214px;top:40%;left:36%}.idt-product-graph-band .idt-demo-node-role,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-node-role{width:228px;min-width:228px;top:24%;left:67%}.idt-product-graph-band .idt-demo-node-repo,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-node-repo{top:68%;left:67%}.idt-product-graph-band .idt-demo-node-db,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-node-db{width:244px;min-width:244px;top:78%;left:12%}.idt-product-graph-band .idt-demo-edges{z-index:2;inset:0}.idt-product-graph-band .idt-demo-edge-base{stroke-width:3.2px;opacity:.24}.idt-product-graph-band .idt-demo-edge-arrow{stroke:#f8fafc;stroke-width:3.8px;opacity:.96}.idt-product-graph-band .idt-demo-edges g.is-connected .idt-demo-edge-arrow{stroke-width:4.2px}.idt-product-graph-band .idt-demo-edge-flow{stroke-width:2.2px;stroke-dasharray:26 120;opacity:.58}.idt-product-graph-band .idt-demo-edges g.is-connected .idt-demo-edge-flow{stroke-width:2.4px;opacity:.76}.idt-product-graph-band .idt-demo-edges path{filter:drop-shadow(0 0 8px #ffffff1f)}.idt-product-graph-band .idt-demo-edges marker path{fill:#f8fafc}.idt-docs-page .idt-booking-prompt,html[data-theme=light] .idt-docs-page .idt-booking-prompt{background:#f5f0e8;border:1px solid #d9d2c5;border-radius:12px;grid-template-columns:minmax(280px,.62fr) minmax(0,1.38fr);align-items:stretch;gap:clamp(1rem,2.4vw,1.6rem);padding:clamp(1.2rem,2.5vw,2rem);display:grid;box-shadow:0 24px 70px #0000004d}.idt-docs-page .idt-booking-prompt:before,html[data-theme=light] .idt-docs-page .idt-booking-prompt:before{display:none}.idt-docs-page .idt-booking-prompt .idt-section-title,html[data-theme=light] .idt-docs-page .idt-booking-prompt .idt-section-title{align-self:center;max-width:760px}.idt-docs-page .idt-booking-prompt .idt-section-title h2,html[data-theme=light] .idt-docs-page .idt-booking-prompt .idt-section-title h2{color:#090909;max-width:13ch}.idt-docs-page .idt-booking-prompt .idt-section-title p,html[data-theme=light] .idt-docs-page .idt-booking-prompt .idt-section-title p{color:#2f3033;max-width:64ch}.idt-docs-page .idt-booking-prompt .idt-section-title .idt-eyebrow,html[data-theme=light] .idt-docs-page .idt-booking-prompt .idt-section-title .idt-eyebrow{color:#655846}.idt-docs-page .idt-booking-prompt-shell,html[data-theme=light] .idt-docs-page .idt-booking-prompt-shell{background:#161616;border:1px solid #161616;border-radius:10px;grid-template-columns:minmax(0,1fr) minmax(300px,.78fr);align-self:stretch;gap:0;overflow:hidden}.idt-docs-page .idt-booking-prompt-card,html[data-theme=light] .idt-docs-page .idt-booking-prompt-card{color:#0b0b0b;background:#fff;border-radius:0}.idt-docs-page .idt-booking-prompt-preview,html[data-theme=light] .idt-docs-page .idt-booking-prompt-preview{color:#fff;background:#0b0b0b;border-left:1px solid #161616;border-radius:0}.idt-docs-page .idt-booking-prompt-note,.idt-docs-page .idt-booking-prompt-checklist,html[data-theme=light] .idt-docs-page .idt-booking-prompt-note,html[data-theme=light] .idt-docs-page .idt-booking-prompt-checklist{color:#222}.idt-docs-page .idt-booking-prompt .idt-btn-primary,html[data-theme=light] .idt-docs-page .idt-booking-prompt .idt-btn-primary{color:#fff;box-shadow:none;background:#0b0b0b;border-color:#0b0b0b}.idt-docs-page .idt-booking-prompt-preview ol,html[data-theme=light] .idt-docs-page .idt-booking-prompt-preview ol{color:#e7e7e7}.idt-docs-page .idt-booking-prompt-preview .idt-eyebrow,html[data-theme=light] .idt-docs-page .idt-booking-prompt-preview .idt-eyebrow{color:#bdb7ad}.idt-docs-page .idt-booking-prompt-slot-row span,html[data-theme=light] .idt-docs-page .idt-booking-prompt-slot-row span{color:#f4f4f4;background:#ffffff14;border-color:#ffffff2e}@media (width<=820px){.idt-product-graph-band .idt-demo-node,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-node{width:160px;min-width:160px}.idt-product-graph-band .idt-demo-node-sa,.idt-product-graph-band .idt-demo-node-role,.idt-product-graph-band .idt-demo-node-db,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-node-sa,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-node-role,html[data-theme=light] .idt-product-page .idt-product-graph-band .idt-demo-node-db{width:180px;min-width:180px}.idt-docs-page .idt-booking-prompt-preview,html[data-theme=light] .idt-docs-page .idt-booking-prompt-preview{border-top:1px solid #161616;border-left:0}.idt-docs-page .idt-booking-prompt,html[data-theme=light] .idt-docs-page .idt-booking-prompt,.idt-docs-page .idt-booking-prompt-shell,html[data-theme=light] .idt-docs-page .idt-booking-prompt-shell{grid-template-columns:1fr}}@media (width<=640px){.idt-app-console-layout .idt-app-sidebar{grid-template-rows:auto auto auto;overflow:hidden}.idt-app-console-layout .idt-app-shell-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:.18rem;padding-bottom:0;display:grid;overflow:visible}.idt-app-console-layout .idt-app-shell-nav a,.idt-app-console-layout .idt-app-nav-domain-trigger{justify-content:flex-start;width:100%;min-width:0;padding:.52rem .6rem}.idt-app-console-layout .idt-app-nav-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.idt-app-console-layout .idt-app-shell-main{padding:1.15rem 1.15rem 2.5rem}.idt-app-console-layout .idt-repo-findings-header .idt-overview-source-strip{grid-template-columns:minmax(0,1fr);display:grid}.idt-app-console-layout .idt-repo-findings-header.idt-github-intelligence-header .idt-overview-source-strip{align-items:center;display:flex}.idt-app-console-layout .idt-repo-findings-header .idt-overview-source-strip>span,html[data-theme=light] .idt-app-console-layout .idt-repo-findings-header .idt-overview-source-strip>span{overflow-wrap:anywhere;width:100%;display:block}.idt-app-console-layout .idt-repo-findings-header.idt-github-intelligence-header .idt-overview-source-strip>.idt-source-logo-mark.is-ai-risk-source{width:1.95rem;max-width:1.95rem;display:inline-grid}.idt-app-console-layout .idt-repo-findings-header.idt-github-intelligence-header .idt-overview-source-strip>span:not(.idt-source-logo-mark),html[data-theme=light] .idt-app-console-layout .idt-repo-findings-header.idt-github-intelligence-header .idt-overview-source-strip>span:not(.idt-source-logo-mark){flex:auto;width:auto;min-width:0}.idt-app-console-layout .idt-app-sidebar-footer,.idt-app-console-layout .idt-app-sidebar-collapse,.idt-app-console-layout .idt-app-sidebar-resize-handle{display:none}}.idt-danger-zone{background:linear-gradient(165deg,#280c10c7,#180a10a8);border-color:#d57d7d80}.idt-danger-zone h3{color:#ffd0d0}.idt-danger-zone-description{color:#f3c8c8;margin:.35rem 0 0;font-size:.92rem}.idt-danger-zone-rows{gap:.6rem;margin-top:.85rem;display:grid}.idt-danger-zone-row{background:#12080c8c;border:1px solid #d57d7d52;border-radius:.65rem;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem .95rem;display:flex}.idt-danger-zone-row>div{gap:.2rem;display:grid}.idt-danger-zone-row strong{color:#ffe2e2;font-size:.98rem}.idt-danger-zone-row p{color:#f0c5c5;margin:0;font-size:.88rem;line-height:1.45}.idt-btn-danger{color:#fff;cursor:pointer;background:linear-gradient(#c1444a,#8b2a30);border:1px solid #dc6464b3;border-radius:.55rem;padding:.5rem .95rem;font-weight:600;transition:transform .12s,box-shadow .12s,filter .12s}.idt-btn-danger:hover:not(:disabled),.idt-btn-danger:focus-visible:not(:disabled){filter:brightness(1.08);box-shadow:0 6px 18px #c1444a52}.idt-btn-danger:disabled{opacity:.5;cursor:not-allowed}.idt-danger-modal{width:min(100%,560px);box-shadow:var(--idt-shadow);color:#f5e1e1;background:#160a10;border:1px solid #d57d7d80;border-radius:.9rem;gap:.85rem;padding:1.1rem;display:grid}.idt-danger-modal header{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.idt-danger-modal h3{color:#ffe6e6;margin:.15rem 0 0}.idt-danger-modal-body{color:#f1d4d4;font-size:.94rem;line-height:1.55}.idt-danger-modal-body p{margin:0 0 .55rem}.idt-danger-modal-body p:last-child{margin-bottom:0}.idt-danger-modal-checkbox{color:#ffe2e2;cursor:pointer;background:#1c0a0e99;border:1px solid #d57d7d4d;border-radius:.55rem;align-items:flex-start;gap:.55rem;padding:.65rem .75rem;font-size:.92rem;display:flex}.idt-danger-modal-checkbox input{accent-color:#c1444a;margin-top:.18rem}.idt-danger-modal-typed{gap:.35rem;display:grid}.idt-danger-modal-typed label{color:#ffd6d6;font-size:.92rem}.idt-danger-modal-typed input{color:#ffe2e2;background:#0c0609d9;border:1px solid #d57d7d59;border-radius:.5rem;padding:.55rem .7rem;font-family:JetBrains Mono,ui-monospace,monospace}.idt-danger-modal-help,.idt-danger-modal-expected{color:#f0c5c5;margin:0;font-size:.84rem}.idt-danger-modal-expected code{background:#280e12b3;border-radius:.3rem;padding:0 .3rem;font-family:JetBrains Mono,ui-monospace,monospace}.idt-danger-modal-error{color:#ffd0d0;background:#280c10a6;border:1px solid #dc818170;border-radius:.5rem;margin:0;padding:.55rem .7rem;font-size:.9rem}.idt-danger-modal-actions{justify-content:flex-end;gap:.5rem;margin-top:.2rem;display:flex}html[data-theme=light] .idt-danger-zone{background:linear-gradient(165deg,#fff1f1,#fde7e7);border-color:#a5323273}html[data-theme=light] .idt-danger-zone h3,html[data-theme=light] .idt-danger-zone-row strong{color:#6a1d1d}html[data-theme=light] .idt-danger-zone-description,html[data-theme=light] .idt-danger-zone-row p{color:#7c2a2a}html[data-theme=light] .idt-danger-zone-row{background:#fff7f7;border-color:#a5323247}html[data-theme=light] .idt-danger-modal{color:#581717;background:#fff8f8;border-color:#a5323273}html[data-theme=light] .idt-danger-modal h3,html[data-theme=light] .idt-danger-modal-checkbox,html[data-theme=light] .idt-danger-modal-body{color:#6a1d1d}html[data-theme=light] .idt-danger-modal-typed input{color:#4a1212;background:#fff}
