.explorerEntryCta{margin-bottom:1.25rem;border-radius:14px;border:1px solid rgba(129,140,248,.35);background:linear-gradient(135deg,rgba(99,102,241,.12),rgba(15,23,42,.5));padding:1.25rem 1.4rem}.explorerEntryCta__title{margin:0 0 .45rem;font-size:1.15rem;font-weight:700}.explorerEntryCta__body{margin:0 0 .85rem;max-width:58ch;line-height:1.55;color:var(--customer-muted,rgba(255,255,255,.72))}.explorerOpenLink{display:inline-flex;align-items:center;gap:.35rem;margin-top:.75rem;padding:.45rem .85rem;border-radius:8px;border:1px solid rgba(129,140,248,.45);background:rgba(99,102,241,.12);color:inherit;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.explorerOpenLink:hover{background:rgba(99,102,241,.22);border-color:rgba(129,140,248,.65)}.decisionExplorer{display:flex;flex-direction:column;gap:1.35rem}.explorerHeader{border-radius:12px;border:1px solid var(--customer-border,rgba(255,255,255,.08));background:var(--customer-panel-bg,rgba(0,0,0,.22));padding:1.1rem 1.25rem}.explorerHeader__badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.65rem}.explorerSimBadge,.explorerSourceBadge{font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:.25rem .55rem;border-radius:6px}.explorerSourceBadge{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}.explorerSimBadge--sim{color:#a5b4fc;border:1px solid rgba(129,140,248,.35);background:rgba(99,102,241,.1)}.explorerSimBadge--live{color:#6ee7b7;border:1px solid rgba(52,211,153,.35);background:rgba(16,185,129,.1)}.explorerHeader__reasoning{margin:0;line-height:1.55;color:var(--customer-muted,rgba(255,255,255,.78))}.explorerSection{border:1px solid var(--customer-border,rgba(255,255,255,.08));border-radius:12px;background:var(--customer-panel-bg,rgba(0,0,0,.18));padding:1.1rem 1.2rem}.explorerSection__title{margin:0 0 .85rem;font-size:.88rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;opacity:.85}.explorerSummary{display:grid;grid-template-columns:auto 1fr;grid-gap:1.25rem;gap:1.25rem;align-items:start}@media (max-width:720px){.explorerSummary{grid-template-columns:1fr}}.explorerSummary__verdictBlock{min-width:120px}.explorerSummary__kicker{margin:0 0 .25rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;opacity:.65}.explorerVerdict{margin:0;font-size:1.75rem;font-weight:800;letter-spacing:.02em}.explorerVerdict--allow{color:#34d399}.explorerVerdict--deny{color:#f87171}.explorerVerdict--escalate{color:#fbbf24}.explorerVerdict--silence{color:#94a3b8}.explorerSummary__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.65rem 1.25rem;gap:.65rem 1.25rem;margin:0}.explorerSummary__grid dt{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;opacity:.6;margin-bottom:.15rem}.explorerSummary__grid dd{margin:0;font-size:.88rem;line-height:1.4}.explorerMono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;word-break:break-all}.explorerRiskScore{font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.explorerRiskLabel{opacity:.7;font-size:.82rem}.explorerTimeline{list-style:none;margin:0;padding:0 0 0 .35rem;display:flex;flex-direction:column;gap:0}.explorerTimelineStep{display:flex;gap:.85rem;padding:.55rem 0;position:relative;animation:explorerFadeIn .35s ease both}.explorerTimelineStep:not(:last-child):before{content:"";position:absolute;left:5px;top:1.35rem;bottom:-.35rem;width:2px;background:rgba(255,255,255,.08)}.explorerTimelineStep__dot{width:12px;height:12px;border-radius:50%;margin-top:.25rem;flex-shrink:0;background:rgba(255,255,255,.25);border:2px solid rgba(255,255,255,.15)}.explorerTimelineStep--complete .explorerTimelineStep__dot{background:#34d399;border-color:rgba(52,211,153,.5)}.explorerTimelineStep--active .explorerTimelineStep__dot{background:#fbbf24;border-color:rgba(251,191,36,.5);box-shadow:0 0 0 4px rgba(251,191,36,.15)}.explorerTimelineStep--blocked .explorerTimelineStep__dot{background:#f87171;border-color:rgba(248,113,113,.5)}.explorerTimelineStep--skipped .explorerTimelineStep__dot{background:transparent;border-style:dashed}.explorerTimelineStep__label{margin:0;font-weight:600;font-size:.88rem}.explorerTimelineStep__detail{margin:.2rem 0 0;font-size:.8rem;line-height:1.45;color:var(--customer-muted,rgba(255,255,255,.68))}@keyframes explorerFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.explorerTwoCol{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem;align-items:start}@media (max-width:960px){.explorerTwoCol{grid-template-columns:1fr}}.explorerPolicyCards{display:flex;flex-direction:column;gap:.55rem}.explorerPolicyCard{border-radius:10px;border:1px solid rgba(255,255,255,.08);overflow:hidden}.explorerPolicyCard--policy{border-left:3px solid #6366f1}.explorerPolicyCard--control{border-left:3px solid #8b5cf6}.explorerPolicyCard--approval{border-left:3px solid #fbbf24}.explorerPolicyCard--missing{border-left:3px solid #f87171}.explorerPolicyCard--escalation{border-left:3px solid #fb923c}.explorerPolicyCard__toggle{width:100%;text-align:left;padding:.65rem .75rem;background:rgba(255,255,255,.03);border:none;color:inherit;cursor:pointer}.explorerPolicyCard__title{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;opacity:.65;margin-bottom:.2rem}.explorerPolicyCard__summary{display:block;font-size:.86rem;line-height:1.4}.explorerPolicyCard__details{margin:0;padding:.5rem .75rem .75rem 1.5rem;font-size:.8rem;line-height:1.45;color:var(--customer-muted,rgba(255,255,255,.72))}.explorerEvidenceTree{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.explorerEvidenceItem{border-radius:8px;border:1px solid rgba(255,255,255,.06);background:rgba(0,0,0,.15)}.explorerEvidenceItem__toggle{width:100%;text-align:left;padding:.55rem .65rem;border:none;background:transparent;color:inherit;cursor:pointer;display:grid;grid-template-columns:auto 1fr;grid-gap:.35rem .65rem;gap:.35rem .65rem}.explorerEvidenceItem__category{grid-column:1;font-size:.65rem;text-transform:uppercase;letter-spacing:.06em;opacity:.55;align-self:start;padding-top:.15rem}.explorerEvidenceItem__label{grid-column:2;font-size:.78rem;font-weight:600}.explorerEvidenceItem__value{grid-column:2;font-size:.82rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;word-break:break-word}.explorerEvidenceItem__detail{margin:0;padding:0 .65rem .55rem;font-size:.78rem;opacity:.72;line-height:1.45}.explorerAuthorityChain{gap:.15rem;padding:.5rem 0}.explorerAuthorityChain,.explorerChainRow{display:flex;flex-direction:column;align-items:center}.explorerChainRow{width:100%;max-width:420px}.explorerChainArrow{opacity:.45;font-size:1rem;line-height:1;padding:.15rem 0}.explorerChainNode{width:100%;text-align:center;padding:.65rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04)}.explorerChainNode--granted{border-color:rgba(52,211,153,.45);background:rgba(16,185,129,.08)}.explorerChainNode--denied{border-color:rgba(248,113,113,.45);background:rgba(239,68,68,.08)}.explorerChainNode--pending{border-color:rgba(251,191,36,.45);background:rgba(251,191,36,.08)}.explorerChainNode__label{margin:0;font-weight:700;font-size:.95rem}.explorerChainNode__role{margin:.15rem 0 0;font-size:.75rem;opacity:.65}.explorerChainNode__detail{margin:.35rem 0 0;font-size:.78rem;line-height:1.4;opacity:.8}.explorerReceiptMeta{display:grid;grid-template-columns:1fr 1fr;grid-gap:.55rem 1rem;gap:.55rem 1rem;margin:0 0 .75rem}.explorerReceiptMeta dt{font-size:.72rem;text-transform:uppercase;opacity:.6}.explorerReceiptMeta dd{margin:.1rem 0 0;font-size:.85rem}.explorerVerify--verified{color:#34d399}.explorerVerify--unverified{color:#f87171}.explorerVerify--simulated{color:#a5b4fc}.explorerReceiptActions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.explorerReceiptJson{margin:0;max-height:280px;overflow:auto;padding:.75rem;border-radius:8px;background:rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.06);font-size:.72rem;line-height:1.45}.explorerCounterfactualIntro{margin:0 0 .65rem;font-size:.85rem;opacity:.75}.explorerCounterfactualList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.explorerCounterfactual{padding:.65rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03)}.explorerCounterfactual--would_allow{border-left:3px solid #34d399}.explorerCounterfactual--would_deny{border-left:3px solid #f87171}.explorerCounterfactual--would_escalate{border-left:3px solid #fbbf24}.explorerCounterfactual--would_require_approval{border-left:3px solid #818cf8}.explorerCounterfactual__condition{margin:0;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;opacity:.65}.explorerCounterfactual__outcome{margin:.25rem 0 0;font-size:.86rem;line-height:1.45}.explorerEmpty{border:1px dashed rgba(255,255,255,.15);border-radius:12px;padding:2rem 1.5rem;text-align:center}.explorerEmpty__title{margin:0 0 .5rem;font-size:1.1rem}.explorerEmpty__body{margin:0 0 1rem;color:var(--customer-muted,rgba(255,255,255,.72));line-height:1.55}.explorerEmpty__links{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem;font-size:.88rem}.explorerEmpty__links a{color:inherit;text-decoration:underline}.explorerInlineActions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.auditTrail__explorer{margin-top:.65rem}.resolutionGraph__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.resolutionGraph__headline{font-size:.82rem;font-family:ui-monospace,monospace;color:rgba(255,255,255,.55)}.resolutionGraph__flow{gap:0;padding:.5rem 0}.resolutionGraph__flow,.resolutionGraph__row{display:flex;flex-direction:column;align-items:center}.resolutionGraph__row{width:100%;max-width:480px}.resolutionGraph__arrow{opacity:.45;font-size:1rem;line-height:1;padding:.2rem 0}.resolutionGraph__node{width:100%;padding:.75rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);text-align:center}.resolutionGraph__node--granted{border-color:rgba(52,211,153,.45);background:rgba(52,211,153,.08)}.resolutionGraph__node--denied{border-color:rgba(248,113,113,.5);background:rgba(248,113,113,.1)}.resolutionGraph__node--pending{border-color:rgba(251,191,36,.45);background:rgba(251,191,36,.08)}.resolutionGraph__node--skipped{opacity:.55;border-style:dashed}.resolutionGraph__role{margin:0 0 .25rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.5)}.resolutionGraph__label{margin:0;font-size:.95rem;font-weight:600;word-break:break-word}.resolutionGraph__detail{margin:.35rem 0 0;font-size:.78rem;color:rgba(255,255,255,.55);line-height:1.4}.studioOpenLink{display:inline-flex;align-items:center;padding:.45rem .85rem;border-radius:8px;border:1px solid rgba(167,139,250,.45);background:rgba(139,92,246,.12);color:inherit;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.studioOpenLink:hover{background:rgba(139,92,246,.22);border-color:rgba(167,139,250,.65)}.authorityStudio{display:flex;flex-direction:column;gap:1.35rem}.studioHero{border-radius:14px;border:1px solid rgba(167,139,250,.35);background:linear-gradient(135deg,rgba(139,92,246,.14),rgba(15,23,42,.55));padding:1.25rem 1.4rem}.studioHero__lead{margin:0 0 .5rem;font-size:1.05rem;line-height:1.55;font-weight:600}.studioHero__note{margin:0;font-size:.82rem;opacity:.72;line-height:1.45}.studioSection{border:1px solid var(--customer-border,rgba(255,255,255,.08));border-radius:12px;background:var(--customer-panel-bg,rgba(0,0,0,.18));padding:1.1rem 1.2rem}.studioSection__title{margin:0 0 .85rem;font-size:.88rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;opacity:.85}.studioSection__hint{margin:-.35rem 0 .85rem;font-size:.82rem;opacity:.7;line-height:1.45}.studioTwoCol{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem;align-items:start}@media (max-width:960px){.studioTwoCol{grid-template-columns:1fr}}.studioProfileGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:.65rem;gap:.65rem}.studioProfileCard{text-align:left;padding:.75rem .85rem;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:inherit;cursor:pointer;transition:border-color .15s,background .15s}.studioProfileCard--selected{border-color:rgba(167,139,250,.55);background:rgba(139,92,246,.12)}.studioProfileCard__name{display:block;font-weight:700;font-size:.88rem;margin-bottom:.25rem}.studioProfileCard__desc{display:block;font-size:.75rem;line-height:1.4;opacity:.72}.studioBuilderGraph{gap:.1rem;margin-bottom:.85rem}.studioBuilderGraph,.studioBuilderNode{display:flex;flex-direction:column;align-items:center}.studioBuilderNode{width:100%;max-width:440px}.studioBuilderArrow{opacity:.45;line-height:1;padding:.1rem 0}.studioBuilderNode__box{width:100%;padding:.55rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04)}.studioBuilderNode__label{margin:0;font-size:.68rem;text-transform:uppercase;letter-spacing:.05em;opacity:.6}.studioBuilderNode__value{margin:.2rem 0 0;font-size:.82rem;line-height:1.4}.studioDetailList{margin:0;padding-left:1.1rem;font-size:.82rem;line-height:1.5;opacity:.85}.studioBoundaryList{display:flex;flex-direction:column;gap:.85rem}.studioBoundaryRow{display:flex;flex-direction:column;gap:.45rem;padding-bottom:.65rem;border-bottom:1px solid rgba(255,255,255,.06)}.studioBoundaryRow:last-child{border-bottom:none;padding-bottom:0}.studioBoundaryRow__label{margin:0;font-size:.82rem;font-weight:600}.studioBoundaryLadder{display:flex;flex-wrap:wrap;gap:.35rem}.studioBoundarySegment{font-size:.68rem;font-weight:700;letter-spacing:.04em;padding:.35rem .55rem;border-radius:6px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.03);color:rgba(255,255,255,.65);cursor:pointer}.studioBoundarySegment--on{border-color:rgba(167,139,250,.55);background:rgba(167,139,250,.15);color:#e9d5ff}.studioBoundaryRow__hint{font-size:.72rem;color:rgba(148,163,184,.85);line-height:1.35}.studioApprovalGrid{display:flex;flex-wrap:wrap;gap:.5rem}.studioApprovalChip{padding:.45rem .75rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:inherit;font-size:.78rem;cursor:pointer}.studioApprovalChip--on{border-color:rgba(167,139,250,.55);background:rgba(139,92,246,.18)}.studioActionList{display:flex;flex-direction:column;gap:.45rem;margin-bottom:.85rem}.studioActionChip{text-align:left;padding:.55rem .7rem;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.15);color:inherit;cursor:pointer}.studioActionChip--selected{border-color:rgba(167,139,250,.5);background:rgba(139,92,246,.1)}.studioActionChip__label{display:block;font-weight:600;font-size:.86rem}.studioActionChip__desc{display:block;font-size:.75rem;opacity:.7;margin-top:.15rem}.studioPrediction{padding:.85rem;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.2)}.studioPrediction__kicker{margin:0;font-size:.72rem;text-transform:uppercase;opacity:.65}.studioVerdict{margin:.25rem 0 .5rem;font-size:1.5rem;font-weight:800}.studioVerdict--allow{color:#34d399}.studioVerdict--deny{color:#f87171}.studioVerdict--escalate{color:#fbbf24}.studioPrediction__reason{margin:0 0 .35rem;font-size:.85rem;line-height:1.45}.studioPrediction__policy{margin:0;font-size:.78rem;font-family:ui-monospace,monospace;opacity:.75}.studioBlastSummary{margin:0 0 .75rem;font-size:.9rem;line-height:1.5;color:#fcd34d}.studioBlastGrid{display:grid;grid-gap:.55rem;gap:.55rem;margin:0 0 .85rem}.studioBlastGrid dt{font-size:.72rem;text-transform:uppercase;opacity:.6}.studioBlastGrid dd{margin:.1rem 0 0;font-size:.84rem;line-height:1.45}.studioBlastMap{position:relative;min-height:120px;display:flex;align-items:center;justify-content:center}.studioBlastMap__node--center{padding:.65rem 1rem;border-radius:50%;border:2px solid rgba(248,113,113,.45);background:rgba(239,68,68,.1);font-weight:700;font-size:.82rem;text-align:center;z-index:1}.studioBlastMap__ring{position:absolute;inset:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;opacity:.55;font-size:.68rem;text-transform:uppercase;letter-spacing:.04em}.studioExportActions{display:flex;flex-wrap:wrap;gap:.55rem}.studioEntryCta{margin-bottom:1.25rem;border-radius:14px;border:1px solid rgba(167,139,250,.4);background:linear-gradient(135deg,rgba(139,92,246,.14),rgba(15,23,42,.5));padding:1.25rem 1.4rem}.studioEntryCta__title{margin:0 0 .45rem;font-size:1.15rem;font-weight:700}.studioEntryCta__body{margin:0 0 .85rem;max-width:58ch;line-height:1.55;color:var(--customer-muted,rgba(255,255,255,.72))}.studioInlineActions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.65rem}.machineAuthorityDigitalTwin{display:flex;flex-direction:column;gap:1.35rem}.twinHero{border-radius:14px;border:1px solid rgba(45,212,191,.35);background:linear-gradient(135deg,rgba(20,184,166,.14),rgba(15,23,42,.55));padding:1.25rem 1.4rem}.twinHero__lead{margin:0 0 .5rem;font-size:1.05rem;line-height:1.55;font-weight:600}.twinHero__note{margin:0 0 .5rem;font-size:.82rem;opacity:.72;line-height:1.45}.twinHero__org{margin:0;font-size:.88rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;opacity:.85}.twinSection{border:1px solid var(--customer-border,rgba(255,255,255,.08));border-radius:12px;background:var(--customer-panel-bg,rgba(0,0,0,.18));padding:1.1rem 1.2rem}.twinSection--highlight{border-color:rgba(251,191,36,.35);background:linear-gradient(180deg,rgba(251,191,36,.06),rgba(0,0,0,.18))}.twinSection__title{margin:0 0 .85rem;font-size:.88rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;opacity:.85}.twinSection__hint{margin:-.35rem 0 .75rem;font-size:.82rem;opacity:.7}.twinTwoCol{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem;align-items:start}@media (max-width:960px){.twinTwoCol{grid-template-columns:1fr}}.twinBuilderGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}@media (max-width:960px){.twinBuilderGrid{grid-template-columns:1fr}}.twinBuilderGroup__title{margin:0 0 .55rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;opacity:.65}.twinEntityGrid{display:flex;flex-direction:column;gap:.45rem}.twinEntityCard{text-align:left;padding:.55rem .7rem;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:inherit;cursor:pointer}.twinEntityCard--selected{border-color:rgba(45,212,191,.55);background:rgba(20,184,166,.12)}.twinEntityCard--human{border-left:3px solid #60a5fa}.twinEntityCard--machine{border-left:3px solid #a78bfa}.twinEntityCard--system{border-left:3px solid #34d399}.twinEntityCard__kind{display:block;font-size:.65rem;text-transform:uppercase;opacity:.55}.twinEntityCard__name{display:block;font-weight:700;font-size:.86rem}.twinEntityCard__role{display:block;font-size:.75rem;opacity:.72}.twinGraphChains{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.twinGraphChain{padding:.65rem;border-radius:8px;background:rgba(0,0,0,.2);font-size:.82rem}.twinGraphChain,.twinGraphChain__step{display:flex;flex-direction:column;align-items:center}.twinGraphChain__arrow{opacity:.45;line-height:1;padding:.1rem 0}.twinGraphNodes{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.45rem}.twinGraphNode{padding:.4rem .6rem;border-radius:6px;border:1px solid rgba(255,255,255,.08);font-size:.78rem}.twinGraphNode--human{background:rgba(96,165,250,.1)}.twinGraphNode--machine{background:rgba(167,139,250,.1)}.twinGraphNode--system{background:rgba(52,211,153,.1)}.twinGraphNode__label{display:block;font-weight:600}.twinGraphNode__kind{font-size:.65rem;opacity:.6;text-transform:uppercase}.twinFlowSelectors{display:grid;grid-gap:.55rem;gap:.55rem;margin-bottom:.75rem}.twinFlowSelectors label{display:flex;flex-direction:column;gap:.25rem;font-size:.78rem;font-weight:600}.twinFlowSelectors select{padding:.45rem .55rem;border-radius:6px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.25);color:inherit}.twinFlowResult{padding:.75rem;border-radius:8px;background:rgba(0,0,0,.2);font-size:.85rem;line-height:1.45}.twinFlowResult__policy{font-family:ui-monospace,monospace;font-size:.78rem;opacity:.75}.twinVerdict{margin:0 0 .35rem;font-size:1.35rem;font-weight:800}.twinVerdict--allow{color:#34d399}.twinVerdict--deny{color:#f87171}.twinVerdict--escalate{color:#fbbf24}.twinImpactBadge{display:inline-block;margin:0 0 .5rem;padding:.25rem .55rem;border-radius:6px;font-size:.78rem;font-weight:700}.twinImpact--critical{background:rgba(239,68,68,.15);color:#fca5a5}.twinImpact--high{background:rgba(251,146,60,.15);color:#fdba74}.twinImpact--medium{background:rgba(251,191,36,.12);color:#fcd34d}.twinImpact--low{background:rgba(52,211,153,.12);color:#6ee7b7}.twinImpact--none{background:rgba(148,163,184,.12);color:#94a3b8}.twinBlastSummary{margin:0 0 .65rem;font-size:.88rem;line-height:1.45}.twinBlastGrid{display:grid;grid-gap:.5rem;gap:.5rem;margin:0}.twinBlastGrid dt{font-size:.72rem;text-transform:uppercase;opacity:.6}.twinBlastGrid dd{margin:.1rem 0 0;font-size:.84rem;line-height:1.4}.twinCompromiseSelect{width:100%;margin-bottom:.75rem;padding:.45rem .55rem;border-radius:6px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.25);color:inherit}.twinCompromiseTree{font-size:.85rem;line-height:1.45}.twinCompromiseCaps{list-style:none;margin:.65rem 0 0;padding:0;display:flex;flex-direction:column;gap:.4rem}.twinCompromiseCaps__allow{border-left:3px solid #f87171;padding-left:.55rem}.twinCompromiseCaps__deny{border-left:3px solid #34d399;padding-left:.55rem;opacity:.85}.twinReachable{margin:.65rem 0 0;font-size:.82rem;opacity:.8}.twinConcentrationList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.twinConcentrationItem{padding:.6rem .7rem;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03)}.twinConcentrationItem--spof{border-left:3px solid #f87171}.twinConcentrationItem--bottleneck{border-left:3px solid #fbbf24}.twinConcentrationItem--high-risk-human{border-left:3px solid #60a5fa}.twinConcentrationItem--high-risk-agent{border-left:3px solid #a78bfa}.twinConcentrationItem__title{margin:0;font-weight:600;font-size:.86rem}.twinConcentrationItem__detail{margin:.2rem 0 0;font-size:.8rem;opacity:.75}.twinExportActions{display:flex;flex-wrap:wrap;gap:.55rem}.twinEntryCta{margin-bottom:1.25rem;border-radius:14px;border:1px solid rgba(45,212,191,.4);background:linear-gradient(135deg,rgba(20,184,166,.14),rgba(15,23,42,.5));padding:1.25rem 1.4rem}.twinEntryCta__title{margin:0 0 .45rem;font-size:1.15rem;font-weight:700}.twinEntryCta__body{margin:0 0 .85rem;max-width:58ch;line-height:1.55;color:var(--customer-muted,rgba(255,255,255,.72))}.customerContinuityScar{margin:-6px 0 22px 14px;padding:0 0 16px;border-bottom:1px solid rgba(255,255,255,.05);max-width:min(100%,680px)}.customerContinuityScar--execution{margin-bottom:20px;padding-bottom:18px;border-bottom-color:rgba(16,185,129,.12)}.customerContinuityScar--home{margin-bottom:24px}.customerContinuityScar--billing,.customerContinuityScar--setup{margin-bottom:18px;opacity:.92}.customerContinuityScar__label{margin:0 0 6px;font-size:.56rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#6b7280}.customerContinuityScar__summary{margin:0;font-size:.74rem;line-height:1.5;color:#9ca3af}.customerContinuityScar__mono{font-family:var(--mono);font-size:.72rem;color:#d1d5db;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.customerContinuityScar__pathway{margin:10px 0 0;font-size:.72rem;color:#6b7280;max-width:44ch;line-height:1.5}.customerContinuityScar__ledger{margin:14px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:0}.customerContinuityScar__ledgerRow{border-bottom:1px solid rgba(255,255,255,.04)}.customerContinuityScar__ledgerLink{display:grid;grid-template-columns:auto 1fr auto auto;grid-gap:8px 12px;gap:8px 12px;align-items:baseline;padding:9px 4px 9px 0;text-decoration:none;color:inherit;transition:background .15s ease}.customerContinuityScar__ledgerLink:hover{background:rgba(255,255,255,.02)}.customerContinuityScar--execution .customerContinuityScar__ledgerLink{grid-template-columns:auto minmax(0,1fr) auto auto;padding:10px 2px 10px 0}.customerContinuityScar__chip{font-size:.62rem;font-weight:650;letter-spacing:.04em}.customerContinuityScar__chip--permit{color:#a7f3d0}.customerContinuityScar__chip--deny{color:#fca5a5}.customerContinuityScar__chip--silence{color:#fde68a}.customerContinuityScar__id,.customerContinuityScar__record{font-family:var(--mono);font-size:.64rem;color:#9ca3af}.customerContinuityScar__time{font-family:var(--mono);font-size:.62rem;color:#6b7280;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;justify-self:end}@media (min-width:1080px){.customerAppShell__stage{position:relative}.executionPresenceRail--monitoring{border-left-color:rgba(16,185,129,.22);background:linear-gradient(90deg,rgba(16,185,129,.05),rgba(16,185,129,.015) 55%,transparent)}.executionPresenceRail--monitoring:after{content:"";position:absolute;top:48px;right:-20px;width:20px;height:1px;background:linear-gradient(90deg,rgba(16,185,129,.35),transparent);pointer-events:none}.executionPresenceRail__eyebrow{margin:0 0 8px;font-size:.54rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#6b7280}.executionPresenceRail__continuity--count .executionPresenceRail__mono{color:#d1fae5;font-weight:600}.executionPresenceRail__continuity--replay{color:#9ca3af;font-style:normal}.executionPresenceRail__memory{margin:14px 0 0;padding:12px 0 0;list-style:none;border-top:1px solid rgba(255,255,255,.06)}.executionPresenceRail__memoryRow+.executionPresenceRail__memoryRow{margin-top:6px}.executionPresenceRail__memoryLink{display:flex;flex-direction:column;gap:2px;font-size:.66rem;text-decoration:none;color:#9ca3af;line-height:1.4}.executionPresenceRail__memoryLink:hover{color:#e5e7eb}.executionPresenceRail--phase-authorizing,.executionPresenceRail--phase-evaluating,.executionPresenceRail--phase-replaying{border-left-color:rgba(16,185,129,.35)}.executionPresenceRail--phase-denied{border-left-color:rgba(156,163,175,.35)}}.executionSurfaceFocus{position:relative;margin-top:4px}.executionSurfaceFocus:before{content:"";position:absolute;left:-14px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,rgba(16,185,129,.45),rgba(16,185,129,.12) 40%,transparent);pointer-events:none}.customerSurface--execution .onboardingFirstRun__header{margin-bottom:14px;padding-left:2px}.customerSurface--execution .onboardingFirstRun__title{font-size:.92rem;font-weight:680;letter-spacing:-.02em;color:#e5e7eb}.customerSurface--execution .productExampleCard{font-size:.78rem;color:#9ca3af;border-left:1px solid rgba(255,255,255,.08);padding-left:12px;margin-left:2px}.customerSurface--execution .executionRunReassurance{font-family:var(--mono);font-size:.64rem;letter-spacing:.02em;color:#6b7280}.customerSurface--home.customerDashboard.customerCanvas--live .customerOpHeader__title{letter-spacing:-.042em}.customerDashboard__body>.customerExecutionAfterglow:first-child{margin-top:-4px}.customerOpHeader__meta span,.customerOpHeader__meta strong{font-family:var(--mono);font-size:.62rem;font-weight:500;letter-spacing:.01em}.customerOpHeader--posture-execute .customerOpHeader__system{letter-spacing:.14em;color:#a7f3d0}.customerSectionLabel{text-transform:uppercase}.customerSurface--setup .customerContinuityScar{border-left:2px solid rgba(255,255,255,.06);padding-left:12px;margin-left:14px}.customerSurface--billing .customerContinuityScar__ledger{display:none}.customerSurface--billing .customerContinuityScar__summary{font-size:.72rem}@media (prefers-reduced-motion:reduce){.customerContinuityScar__ledgerLink{transition:none}}.customerAppShell__header{border-bottom:1px solid rgba(255,255,255,.09);padding-bottom:14px;margin-bottom:8px;background:linear-gradient(180deg,rgba(255,255,255,.02),transparent)}.customerAppShell__navLink{letter-spacing:.02em;padding-bottom:3px;border-bottom:1px solid transparent}.customerAppShell__navLink--active{letter-spacing:.03em;border-bottom-color:rgba(16,185,129,.45)}.customerAppShell--execution .customerAppShell__navLink--active{border-bottom-color:rgba(16,185,129,.55)}.customerAppShell--ledger-active .customerAppShell__header{border-bottom-color:rgba(16,185,129,.1)}.customerAppShell__stage{border-top:1px solid rgba(255,255,255,.04);padding-top:4px}.customerContinuitySpine{margin:0 0 12px;padding:10px 0 12px;border-bottom:1px solid rgba(255,255,255,.05)}.customerContinuitySpine--active{border-bottom-color:rgba(16,185,129,.1)}.customerContinuitySpine--recording{border-bottom-color:rgba(16,185,129,.18);background:linear-gradient(90deg,rgba(16,185,129,.04),transparent 55%)}.customerContinuitySpine__inner{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 14px;min-height:22px}.customerContinuitySpine__label{font-size:.54rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#6b7280;flex:0 0 auto}.customerContinuitySpine__await{font-size:.68rem;color:#6b7280;font-family:var(--mono);letter-spacing:.01em}.customerContinuitySpine__count{display:inline-flex;align-items:baseline;gap:6px;font-size:.68rem;color:#9ca3af}.customerContinuitySpine__countLabel{font-size:.66rem;color:#6b7280}.customerContinuitySpine__mono{font-family:var(--mono);font-size:.68rem;font-weight:600;color:#d1d5db;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.customerContinuitySpine__stream{flex:1 1 100%;margin:4px 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:0;border-top:1px solid rgba(255,255,255,.04)}.customerContinuitySpine__streamItem{border-right:1px solid rgba(255,255,255,.05)}.customerContinuitySpine__streamItem:last-child{border-right:none}.customerContinuitySpine__streamLink{display:inline-flex;align-items:baseline;gap:8px;padding:8px 14px 8px 0;margin-right:14px;text-decoration:none;color:inherit;font-size:.64rem}.customerContinuitySpine__streamLink:hover{color:#e5e7eb}.customerContinuitySpine__chip{font-size:.6rem;font-weight:650;letter-spacing:.03em}.customerContinuitySpine__chip--permit{color:#a7f3d0}.customerContinuitySpine__chip--deny{color:#fca5a5}.customerContinuitySpine__chip--silence{color:#fde68a}.customerContinuitySpine__time{font-family:var(--mono);font-size:.6rem;color:#6b7280;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.executionCommandSurface .customerOpHeader{margin-bottom:18px}.executionCommandSurface .customerOpHeader:after{width:min(100%,620px);background:linear-gradient(90deg,rgba(16,185,129,.5),rgba(255,255,255,.1) 32%,transparent)}.executionCommandSurface .customerContinuityScar{max-width:none;margin-left:0;padding-left:12px;border-left:2px solid rgba(16,185,129,.2)}.executionCommandSurface .executionSurfaceFocus{margin-top:0;padding-top:2px}.customerAppShell--execution.customerAppShell--presence-authorizing .customerAppShell__main,.customerAppShell--execution.customerAppShell--presence-evaluating .customerAppShell__main,.customerAppShell--execution.customerAppShell--presence-replaying .customerAppShell__main{box-shadow:inset 0 1px 0 rgba(16,185,129,.06)}.customerAppShell--execution .executionPanel--evaluating .executionPlaygroundLayout__moment,.customerAppShell--execution .executionPanel--running .executionPlaygroundLayout__moment{border-left-color:rgba(16,185,129,.42);background:linear-gradient(118deg,#0e0e0e,#080808 88%)}.customerAppShell--execution .executionPanel--verdict-deny .executionPlaygroundLayout__moment{border-left-color:rgba(156,163,175,.4)}.customerAppShell--execution .executionPanel--verdict-silence .executionPlaygroundLayout__moment{border-left-color:rgba(251,191,36,.35)}.executionOutcomeHero--visible.executionOutcomeHero--persisted{padding-top:4px;border-top:1px solid rgba(255,255,255,.06)}.executionOutcomeHero--visible .executionAuthorityPathway{margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.05)}.executionOutcomeHero--visible .executionOutcomeHero__title{margin-top:2px}.executionOutcomeHero--visible .executionOutcomeAuthority{margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.07)}.executionOutcomeHero--visible .executionOutcomeAuthority__row dt{font-size:.58rem;letter-spacing:.12em;text-transform:uppercase;color:#6b7280}.executionOutcomeHero--visible .executionOutcomeAuthority__row dd{font-family:var(--mono);font-size:.66rem;color:#d1d5db}@media (min-width:1080px){.customerAppShell--execution .executionPresenceRail--monitoring{min-height:calc(100vh - 240px)}.customerAppShell--execution .executionPresenceRail--monitoring:after{width:28px;right:-28px;background:linear-gradient(90deg,rgba(16,185,129,.4),transparent)}.executionCommandSurface .executionPlaygroundLayout{margin-left:2px}}.customerSurface--home .customerContinuityScar{padding-left:12px;border-left:2px solid rgba(255,255,255,.06)}.customerSurface--billing .customerOpHeader:after{width:min(100%,420px);background:linear-gradient(90deg,rgba(255,255,255,.12),transparent)}.customerSurface--setup .customerOpHeader__context{font-size:.78rem;max-width:42ch}.customerSurface .customerDisclosure{border-radius:0;border:none;border-left:1px solid rgba(255,255,255,.08);padding:10px 0 10px 12px;margin-top:12px;background:transparent}.customerSurface .customerDisclosure summary{font-size:.68rem;letter-spacing:.04em;color:#9ca3af}@media (prefers-reduced-motion:reduce){.customerContinuitySpine__streamLink{transition:none}}.customerAppShell__navLink--observe{font-weight:480;color:#6b7280}.customerAppShell__navLink--transitional{font-weight:500;color:#9ca3af}.customerAppShell__navLink--administrative{font-weight:480;color:#6b7280;font-size:.7rem}.customerAppShell__navLink--operational.customerAppShell__navLink--primarySurface{font-weight:600;color:#d1d5db;letter-spacing:.04em;margin:0 2px;padding-left:2px;padding-right:2px}.customerAppShell__navLink--operational.customerAppShell__navLink--active{color:#ecfdf5;border-bottom-width:2px;border-bottom-color:rgba(16,185,129,.65)}.customerAppShell--execution .customerAppShell__navLink--operational:not(.customerAppShell__navLink--active){color:#a7f3d0;opacity:.72}.customerAppShell__navLink--observe.customerAppShell__navLink--active{border-bottom-color:rgba(255,255,255,.22);color:#e5e7eb}.customerAppShell__navLink--administrative.customerAppShell__navLink--active{border-bottom-color:rgba(255,255,255,.18)}.customerAppShell--active-waiting .customerContinuitySpine{border-bottom-color:rgba(16,185,129,.08)}.customerAppShell--active-waiting:before{opacity:.5}.customerAppShell--presence-authorizing .customerAppShell__main,.customerAppShell--presence-evaluating .customerAppShell__main,.customerAppShell--presence-replaying .customerAppShell__main{background:linear-gradient(180deg,rgba(16,185,129,.02),transparent 120px)}.customerAppShell--presence-denied .customerAppShell__main{box-shadow:inset 0 1px 0 rgba(156,163,175,.08)}.customerAppShell--presence-denied:before{opacity:.38;background:radial-gradient(ellipse 60% 40% at 20% -5%,rgba(156,163,175,.04),transparent 58%)}.customerAppShell--presence-awaiting .customerAppShell__main,.customerAppShell--presence-completed.customerAppShell--residue-permit .customerAppShell__main{box-shadow:inset 0 1px 0 rgba(16,185,129,.05)}.customerAppShell--presence-completed.customerAppShell--residue-deny .customerAppShell__main{box-shadow:inset 0 1px 0 rgba(156,163,175,.06)}.customerAppShell--channel-recording .customerContinuitySpine--recording{border-bottom-color:rgba(16,185,129,.22)}.customerContinuitySpine--ready .customerContinuitySpine__status{font-family:var(--mono);font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#a7f3d0;padding:2px 8px 2px 0;border-right:1px solid rgba(16,185,129,.2);margin-right:4px}.customerContinuitySpine--ready .customerContinuitySpine__await{font-size:.66rem;color:#9ca3af}.executionPresenceRail--ready{border-left-color:rgba(16,185,129,.14)}.executionPresenceRail--ready .executionPresenceRail__phase{color:#9ca3af}.customerAppShell--execution .customerAppShell__main{max-width:none}.executionCommandSurface{width:100%;max-width:none;padding-right:0}.executionCommandSurface .customerSurface__body--dense{padding-left:4px}.executionCommandSurface .executionPlaygroundLayout{gap:20px 28px}@media (min-width:900px){.executionCommandSurface .executionPlaygroundLayout__controls{flex:0 0 38%;padding-right:8px;border-right:1px solid rgba(255,255,255,.05)}.executionCommandSurface .executionPlaygroundLayout__moment{flex:1 1 62%;min-height:184px;padding:26px 24px 28px 28px}}.customerCommandBtn.customerProductBtn{display:inline-flex;align-items:center;justify-content:center;min-width:11.5rem;padding:11px 20px 11px 18px;border-radius:2px;border:1px solid rgba(16,185,129,.55);border-left-width:3px;background:linear-gradient(180deg,rgba(16,185,129,.14),rgba(16,185,129,.06));color:#ecfdf5;font-size:.78rem;font-weight:650;letter-spacing:.06em;text-transform:none;box-shadow:none}.customerCommandBtn.customerProductBtn:hover:not(:disabled){border-color:rgba(16,185,129,.7);background:linear-gradient(180deg,rgba(16,185,129,.18),rgba(16,185,129,.08));transform:none}.customerCommandBtn.customerProductBtn:active:not(:disabled){transform:translateY(1px);border-left-color:rgba(16,185,129,.85)}.customerCommandBtn.customerProductBtn:disabled,.customerCommandBtn.customerProductBtn[aria-busy=true]{opacity:.72;border-left-color:rgba(16,185,129,.35)}.customerSurface--execution .executionPlaygroundActions{margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.06)}.customerSurface--execution .executionElapsed{font-family:var(--mono);font-size:.64rem;color:#6b7280;letter-spacing:.02em}.executionOutcomeHero--persisted .executionOutcomeHero__eyebrow{font-family:var(--mono);letter-spacing:.14em}.customerExecutionAfterglow{padding:14px 0 14px 14px;border-left:2px solid rgba(16,185,129,.18);background:linear-gradient(90deg,rgba(16,185,129,.03),transparent 72%)}.customerExecutionAfterglow__meta{font-family:var(--mono);font-size:.62rem;line-height:1.55;color:#6b7280;word-break:break-all}.customerAppShell--active-waiting .customerDashboard__next{border-left:2px solid rgba(16,185,129,.12);padding-left:14px}@media (min-width:1080px){.executionPresenceRail__continuity--latency .executionPresenceRail__mono{color:#d1d5db}.executionPresenceRail__memoryLink{flex-direction:row;flex-wrap:wrap;gap:6px 10px;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.03)}.executionPresenceRail__residue{font-size:.62rem;line-height:1.5;padding-top:8px;border-top:1px dashed rgba(255,255,255,.06)}}.customerContinuityScar__ledgerLink{padding:8px 2px 8px 0}.customerContinuityScar--execution{margin-bottom:16px}@media (prefers-reduced-motion:reduce){.customerCommandBtn.customerProductBtn:active:not(:disabled){transform:none}.customerAppShell--presence-authorizing .customerAppShell__main,.customerAppShell--presence-evaluating .customerAppShell__main,.customerAppShell--presence-replaying .customerAppShell__main{background:none}}.customerAppShell--verdict-permit.customerAppShell--presence-completed:before{background:radial-gradient(ellipse 68% 42% at 14% -8%,rgba(16,185,129,.065),transparent 58%)}.customerAppShell--verdict-deny:before{background:radial-gradient(ellipse 62% 38% at 12% -6%,rgba(156,163,175,.045),transparent 58%);opacity:.42}.customerAppShell--verdict-silence:before{background:radial-gradient(ellipse 64% 40% at 16% -8%,rgba(161,161,170,.04),transparent 58%);opacity:.44}.customerAppShell--residue-silence .customerAppShell__header{border-bottom-color:rgba(161,161,170,.14)}.customerAppShell--residue-silence .customerShellResidue__beacon{background:#a1a1aa;animation:none;opacity:.75}.customerAppShell--presence-awaiting .customerAppShell__main{box-shadow:inset 0 1px 0 rgba(161,161,170,.08)}.customerAppShell--verdict-silence .customerContinuitySpine--verdict-silence{border-bottom-color:rgba(161,161,170,.16);background:linear-gradient(90deg,rgba(161,161,170,.04),transparent 52%)}.customerAppShell--verdict-deny .customerContinuitySpine--verdict-deny{border-bottom-color:rgba(156,163,175,.14)}.customerAppShell--verdict-permit .customerContinuitySpine--verdict-permit{border-bottom-color:rgba(16,185,129,.14)}.customerShellResidue--permit .customerShellResidue__beacon{background:#34d399}.customerShellResidue--deny .customerShellResidue__beacon{background:#9ca3af;animation:none}.customerShellResidue--silence .customerShellResidue__beacon{background:#a1a1aa;animation:none;opacity:.8}.executionPresenceRail--verdict-permit{border-left-color:rgba(16,185,129,.32)}.executionPresenceRail--verdict-deny{border-left-color:rgba(156,163,175,.28)}.executionPresenceRail--verdict-silence{border-left-color:rgba(161,161,170,.26)}.executionPresenceRail--verdict-deny .executionPresenceRail__phase{color:#d1d5db}.executionPresenceRail--verdict-silence .executionPresenceRail__phase{color:#d4d4d8;letter-spacing:.1em}.executionPresenceRail--verdict-permit .executionPresenceRail__phase{color:#a7f3d0}.executionOutcomeHero__imprint{margin:12px 0 0;padding:10px 0 0;border-top:1px solid rgba(255,255,255,.06);font-family:var(--mono);font-size:.62rem;letter-spacing:.03em;line-height:1.5;color:#6b7280}.executionOutcomeHero--permit .executionOutcomeHero__imprint{color:#9ca3af;border-top-color:rgba(16,185,129,.12)}.executionOutcomeHero--deny .executionOutcomeHero__imprint{color:#9ca3af;border-top-color:rgba(156,163,175,.14)}.executionOutcomeHero--silence .executionOutcomeHero__imprint{color:#a1a1aa;border-top-color:rgba(161,161,170,.14)}.executionOutcomeHero--persisted:after{content:none;display:none}.customerAppShell--verdict-permit .customerCommandBtn.customerProductBtn{border-left-color:rgba(16,185,129,.75)}.customerAppShell--verdict-deny .customerCommandBtn.customerProductBtn{border-color:rgba(156,163,175,.35);color:#e5e7eb}.customerAppShell--verdict-silence .customerCommandBtn.customerProductBtn{border-color:rgba(161,161,170,.32)}@media (prefers-reduced-motion:reduce){.customerAppShell--residue-silence .customerShellResidue__beacon,.customerShellResidue--deny .customerShellResidue__beacon,.customerShellResidue--silence .customerShellResidue__beacon{animation:none}}.customerAppShell--hierarchy-1a{--infra-bg:#0a0a0a;--infra-surface:#111111;--infra-border:rgba(255,255,255,0.08);--infra-text:#fafafa;--infra-text-muted:#a1a1aa;--infra-text-subtle:#71717a;--infra-active:#26d0ce;--infra-permit:#059669;--infra-deny:#dc2626;background:var(--infra-bg)!important;background-image:none!important}.customerAppShell--hierarchy-1a.customerAppShell--execution .customerAppShell__main:before,.customerAppShell--hierarchy-1a:after,.customerAppShell--hierarchy-1a:before{display:none!important}.customerAppShell--hierarchy-1a[class*="--presence-"]{background-image:none!important}.customerAppShell--hierarchy-1a[class*="--channel-"]:before,.customerAppShell--hierarchy-1a[class*="--verdict-"]:before{display:none!important}.customerAppShell--hierarchy-1a .customerAppShell__main{background-image:none!important;box-shadow:none!important}.customerAppShell--hierarchy-1a.customerAppShell--presence-authorizing .customerAppShell__main,.customerAppShell--hierarchy-1a.customerAppShell--presence-evaluating .customerAppShell__main,.customerAppShell--hierarchy-1a.customerAppShell--presence-replaying .customerAppShell__main,.customerAppShell--hierarchy-1a.customerAppShell--presence-withheld .customerAppShell__main{background:transparent!important;box-shadow:none!important}.customerAppShell__brandCopy{display:flex;flex-direction:column;gap:2px;min-width:0}.customerAppShell__brandName{font-size:.875rem;font-weight:600;letter-spacing:-.02em;line-height:1.15;color:var(--infra-text)}.customerAppShell__brandTagline{font-size:.6875rem;font-weight:500;letter-spacing:.01em;text-transform:none;color:var(--infra-text-subtle);line-height:1.2}@media (max-width:720px){.customerAppShell__brandTagline{display:none}}.customerAppShell--hierarchy-1a .customerAppShell__navLink{font-size:.8125rem;font-weight:500;color:var(--infra-text-subtle);border-bottom:2px solid transparent;padding-bottom:2px;transition:color .12s ease,border-color .12s ease}.customerAppShell--hierarchy-1a .customerAppShell__navLink:hover{color:var(--infra-text-muted)}.customerAppShell--hierarchy-1a .customerAppShell__navLink--active{color:var(--infra-text);font-weight:600;border-bottom-color:var(--infra-active)}.customerAppShell--hierarchy-1a .customerAppShell__navLink--focus{color:var(--infra-text-muted);font-weight:600}.customerAppShell--hierarchy-1a .customerAppShell__navLink--focus.customerAppShell__navLink--active{color:var(--infra-text);border-bottom-color:var(--infra-active)}.customerAppShell--hierarchy-1a .customerShellResidue{margin-bottom:12px}.customerAppShell--hierarchy-1a .customerShellResidue__beacon{background:var(--infra-text-subtle);animation:none;opacity:.5}.customerAppShell--hierarchy-1a .customerShellResidue__text{color:var(--infra-text-subtle);font-size:.6875rem}.customerAppShell--hierarchy-1a .customerShellResidue__link{color:var(--infra-text-muted);font-weight:500}.customerAppShell--hierarchy-1a .customerShellResidue__link:hover{color:var(--infra-text)}.customerAppShell--hierarchy-1a .customerBreadcrumbs{text-transform:none;letter-spacing:0;font-size:.75rem;color:var(--infra-text-subtle);margin-bottom:8px}.customerAppShell--hierarchy-1a .customerBreadcrumbs__zone{text-transform:none;letter-spacing:0;color:var(--infra-text-subtle);font-weight:500}.customerAppShell--hierarchy-1a .customerBreadcrumbs__zone:after{content:" · ";opacity:.5}.customerAppShell--hierarchy-1a .customerBreadcrumbs__link{color:var(--infra-text-muted)}.customerAppShell--hierarchy-1a .customerBreadcrumbs__link:hover{color:var(--infra-text)}.customerAppShell--hierarchy-1a .customerBreadcrumbs__current{color:var(--infra-text);font-weight:500}.customerAppShell--hierarchy-1a .customerBreadcrumbs__sep{color:var(--infra-text-subtle);opacity:.6}.customerAppShell--hierarchy-1a .customerOpHeader__system{color:var(--infra-text-subtle);letter-spacing:.02em;font-weight:500;text-transform:none}.customerAppShell--hierarchy-1a .customerOpHeader__back{color:var(--infra-text-muted)}.customerAppShell--hierarchy-1a .customerOpHeader__back:hover{color:var(--infra-text)}.customerAppShell--hierarchy-1a .customerOpHeader__title{letter-spacing:-.03em;font-weight:600}.customerAppShell--hierarchy-1a .customerOpHeader__context{color:var(--infra-text-muted)}.customerAppShell--hierarchy-1a .capabilityBadge{margin-left:8px;padding:1px 7px;font-size:.625rem;font-weight:500;letter-spacing:.02em;text-transform:uppercase;border-radius:4px;border:1px solid var(--infra-border);background:rgba(255,255,255,.03);color:var(--infra-text-muted)}.customerAppShell--hierarchy-1a .capabilityBadge--live{color:#86efac;border-color:rgba(134,239,172,.2);background:rgba(134,239,172,.06)}.customerAppShell--hierarchy-1a .capabilityBadge--partial{color:#fcd34d;border-color:rgba(252,211,77,.2);background:rgba(252,211,77,.06)}.customerAppShell--hierarchy-1a .capabilityBadge--demo,.customerAppShell--hierarchy-1a .capabilityBadge--simulated{color:#c4b5fd;border-color:rgba(196,181,253,.2);background:rgba(196,181,253,.06)}.customerAppShell--hierarchy-1a .capabilityBadge--offline{color:var(--infra-text-subtle)}.customerAppShell--hierarchy-1a .capabilityDisclosure{border-left-color:var(--infra-border);color:var(--infra-text-muted);font-size:.8125rem;padding:8px 12px;margin-bottom:12px}.customerAppShell--hierarchy-1a .customerContinuityScar--execution{display:none}.customerAppShell--hierarchy-1a .customerSurface--execution .executionPlayground,.customerAppShell--hierarchy-1a .executionCommandSurface{border-color:var(--infra-border)!important;box-shadow:none!important;background:var(--infra-surface)!important}.customerAppShell--hierarchy-1a .customerCommandBtn.customerProductBtn{background:var(--infra-surface)!important;border:1px solid var(--infra-border)!important;box-shadow:none!important;color:var(--infra-text)!important}.customerAppShell--hierarchy-1a .customerCommandBtn.customerProductBtn:hover{background:#181818!important;border-color:rgba(255,255,255,.14)!important}.customerAppShell--hierarchy-1a .customerOpHeader{margin-bottom:16px;padding-bottom:12px;border-bottom-color:var(--infra-border)}.customerAppShell--hierarchy-1a .customerSurface__body--dense{gap:12px}.customerAppShell--hierarchy-1a .executionPresenceRail{border-left:1px solid var(--infra-border)!important;background:transparent!important}.customerAppShell--hierarchy-1a .executionPresenceRail__eyebrow{text-transform:none;letter-spacing:.02em;font-family:inherit;font-weight:500;color:var(--infra-text-subtle)}.customerAppShell--hierarchy-1a .executionPresenceRail__phase{color:var(--infra-text-muted)!important;letter-spacing:.02em;font-family:inherit;font-weight:500;text-transform:none}.customerAppShell--hierarchy-1a.customerAppShell{max-width:min(1120px,100%)!important;margin-inline:auto;padding-inline:16px}.customerAppShell--hierarchy-1a .customerContinuityScar__label,.customerAppShell--hierarchy-1a .customerContinuitySpine__label,.customerAppShell--hierarchy-1a .customerSectionLabel{text-transform:none;letter-spacing:.02em;color:var(--infra-text-subtle);font-weight:500}.customerAppShell--hierarchy-1a .customerSurface a:not([class]){color:var(--infra-text-muted)}.customerAppShell--hierarchy-1a .moduleConnectionStrip__zone{color:var(--infra-text-subtle);text-transform:none;letter-spacing:0}.customerAppShell--hierarchy-1a .customerContinuityScar__chip--permit,.customerAppShell--hierarchy-1a .executionOutcomeHero--permit{color:var(--infra-permit)}.customerAppShell--hierarchy-1a .customerContinuityScar__chip--deny,.customerAppShell--hierarchy-1a .executionOutcomeHero--deny{color:var(--infra-deny)}