.snp{position:fixed;top:0;left:0;width:280px;height:100vh;background:#08090d;border-right:1px solid #1e2838;z-index:999;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:2px 0 16px #0009;overflow-y:auto;padding-top:16px}.snp--open{transform:translate(0)}.snp__backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998;opacity:0;animation:fadeIn .3s ease-in-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.snp__close{align-self:flex-end;background:none;border:none;color:#c8d8e8;cursor:pointer;padding:12px 16px;display:flex;align-items:center;justify-content:center;transition:color .15s;font-size:24px;line-height:1}.snp__close:hover{color:#2a5db0}.snp__header{padding:24px 16px;border-bottom:1px solid #1e2838;margin-bottom:8px}.snp__logo{display:block;font-size:.875rem;font-weight:500;letter-spacing:.1em;color:#c8d8e8;line-height:1.4}.snp__tagline{display:block;font-size:.625rem;letter-spacing:.12em;text-transform:uppercase;color:#4a5e7a;margin-top:4px}.snp__items{flex:1;overflow-y:auto;padding:8px 0}.snp__item-wrapper{margin:0}.snp__item{width:100%;background:none;border:none;color:#8a9bb0;cursor:pointer;padding:12px 16px;text-align:left;font-size:.8125rem;letter-spacing:.02em;transition:all .15s;display:flex;justify-content:space-between;align-items:center;font-family:inherit;min-height:44px}.snp__item:hover{background:#0f1319;color:#c8d8e8}.snp__item:active{background:#161b23}.snp__item--open{color:#2a5db0}.snp__item-chevron{margin-left:8px;flex-shrink:0;transition:transform .2s}.snp__item--open .snp__item-chevron{transform:rotate(90deg)}.snp__submenu{background:#0a0c12;border-top:1px solid #161b28;border-bottom:1px solid #161b28;padding:4px 0;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.snp__submenu-item{width:100%;background:none;border:none;color:#8a9bb0;cursor:pointer;padding:10px 16px 10px 32px;text-align:left;font-size:.75rem;letter-spacing:.01em;transition:all .15s;font-family:inherit;min-height:44px;display:flex;align-items:center}.snp__submenu-item:hover{background:#0f1319;color:#c8d8e8}.snp__submenu-item:active{background:#161b23}.snp__footer{padding:16px;border-top:1px solid #1e2838;margin-top:auto}.snp__signin{width:100%;background:#2a5db0;color:#c8d8e8;border:none;border-radius:4px;padding:10px 16px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s;font-family:inherit;letter-spacing:.02em;min-height:44px;display:flex;align-items:center;justify-content:center}.snp__signin:hover{background:#3a6dc0;box-shadow:0 4px 12px #2a5db04d}.snp__signin:active{background:#1a4da0}@media(max-width:768px){.snp{width:240px}}@media(max-width:480px){.snp{width:100vw;max-width:100%}.snp__header{padding:20px 12px}.snp__logo{font-size:.75rem}.snp__tagline{font-size:.5rem}.snp__item{padding:12px;font-size:.75rem}.snp__submenu-item{padding:10px 12px 10px 28px;font-size:.7rem}.snp__close{padding:10px 12px}.snp__footer{padding:12px}.snp__signin{padding:12px;font-size:.75rem}}.ft{background:#08090d;border-top:1px solid #1e2838;padding:48px 0;margin-top:64px;font-size:.75rem}.ft__container{max-width:1120px;margin:0 auto;padding:0 2rem}.ft__links{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem 3rem;margin-bottom:32px}.ft__column{display:flex;flex-direction:column;gap:12px}.ft__heading{font-size:.8125rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#c8d8e8;margin:0;padding:0}.ft__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.ft__link{background:none;border:none;color:#8a9bb0;cursor:pointer;font-size:.75rem;letter-spacing:.01em;text-decoration:none;transition:color .15s;font-family:inherit;padding:0;text-align:left;min-height:44px;display:flex;align-items:center}.ft__link:hover{color:#c8d8e8}.ft__link:active{color:#2a5db0}.ft__divider{height:1px;background:#1e2838;margin:32px 0}.ft__bottom{display:flex;justify-content:space-between;align-items:center;gap:2rem}.ft__branding{display:flex;flex-direction:column;gap:4px}.ft__logo{font-size:.8125rem;font-weight:500;letter-spacing:.1em;color:#c8d8e8}.ft__copyright{font-size:.65rem;letter-spacing:.01em;color:#4a5e7a}.ft__legal{display:flex;gap:24px;flex-wrap:wrap}.ft__legal-link{font-size:.7rem;letter-spacing:.02em;color:#8a9bb0;text-decoration:none;transition:color .15s}.ft__legal-link:hover{color:#c8d8e8}@media(max-width:768px){.ft{padding:32px 0;margin-top:48px}.ft__container{padding:0 1rem}.ft__links{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:24px}.ft__bottom{flex-direction:column;align-items:flex-start}.ft__legal{gap:16px}}@media(max-width:640px){.ft{padding:24px 0;margin-top:32px}.ft__container{padding:0 1rem}.ft__links{grid-template-columns:1fr;gap:1rem;margin-bottom:16px}.ft__column{gap:8px}.ft__heading{font-size:.75rem}.ft__link{font-size:.7rem;padding:6px 0}.ft__divider{margin:16px 0}.ft__bottom{gap:1rem}.ft__legal{flex-direction:column;gap:8px}.ft__legal-link{font-size:.65rem}}@media(max-width:480px){.ft{padding:16px 0;margin-top:24px}.ft__container{padding:0 .75rem}.ft__logo{font-size:.7rem}.ft__copyright{font-size:.6rem}.ft__heading{font-size:.65rem}.ft__link{font-size:.65rem;padding:4px 0;min-height:44px;display:flex;align-items:center}.ft__list{gap:4px}}.hero{display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:4rem 0;min-height:400px}.hero__content{flex:1;max-width:600px}.hero__title{font-size:3rem;font-weight:700;color:#f1f5f9;margin:0 0 1rem;letter-spacing:-.02em;line-height:1.1}.hero__subtitle{font-size:1.25rem;color:#94a3b8;margin:0 0 2rem;line-height:1.6}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero__btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer}.hero__btn--primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 14px #3b82f64d}.hero__btn--primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 6px 20px #3b82f666}.hero__btn--secondary{background:transparent;border:1px solid #475569;color:#cbd5e1}.hero__btn--secondary:hover{border-color:#64748b;background:#47556933;color:#f1f5f9}.hero__visual{flex-shrink:0;width:280px;height:280px;position:relative;margin-right:max(.75rem,env(safe-area-inset-right))}.hero__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;width:100%;height:100%}.hero__cell{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #334155;border-radius:6px;animation:cellPulse 3s ease-in-out infinite}@keyframes cellPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.05);border-color:#3b82f6;background:linear-gradient(135deg,#1e3a5f,#0f172a)}}@media(max-width:900px){.hero{flex-direction:column;text-align:center;padding:3rem 0}.hero__content{max-width:100%}.hero__title{font-size:2.25rem}.hero__subtitle{font-size:1.125rem}.hero__actions{justify-content:center}.hero__visual{width:200px;height:200px;order:-1;margin-right:0}}@media(max-width:480px){.hero__title{font-size:1.875rem}.hero__actions{flex-direction:column;width:100%}.hero__btn{width:100%}}.system-status{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #334155;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.system-status--live{border-color:#10b9814d;position:relative}.system-status--live:before{content:"";position:absolute;top:0;right:0;width:100px;height:100px;background:radial-gradient(circle at top right,rgba(16,185,129,.08) 0%,transparent 70%);pointer-events:none}.system-status--loading{display:flex;align-items:center;gap:.75rem;color:#94a3b8}.system-status--error{display:flex;align-items:center;gap:.75rem;color:#f87171}.system-status__spinner{width:16px;height:16px;border:2px solid #334155;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.system-status__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.system-status__title{font-size:.875rem;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin:0}.system-status__live-badge{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:600;color:#10b981;letter-spacing:.5px}.system-status__live-badge .live-pulse{width:8px;height:8px;border-radius:50%;background:#10b981;animation:pulse-glow 2s infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 #10b98166}50%{box-shadow:0 0 0 6px #10b98100}}.system-status__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.system-status__item{display:flex;flex-direction:column;gap:.25rem}.system-status__label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.system-status__value{font-size:.875rem;color:#e2e8f0;font-weight:500;text-transform:capitalize}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-bottom:.25rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.nav-card{display:flex;flex-direction:column;background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #334155;border-radius:12px;padding:1.5rem;text-decoration:none;color:inherit;transition:all .2s ease;position:relative;overflow:hidden}.nav-card:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 8px 24px #3b82f626}.nav-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#3b82f6,transparent);opacity:0;transition:opacity .2s ease}.nav-card:hover:before{opacity:1}.nav-card__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.nav-card__icon{font-size:1.5rem;line-height:1}.nav-card__title{font-size:1.125rem;font-weight:600;color:#f1f5f9;margin:0}.nav-card__description{font-size:.875rem;color:#94a3b8;margin:0 0 1rem;line-height:1.5}.nav-card__metrics{display:flex;flex-direction:column;gap:.5rem;flex:1;min-height:80px}.nav-card__loading{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.875rem}.nav-card__spinner{width:14px;height:14px;border:2px solid #334155;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.nav-card__empty{color:#64748b;font-size:.875rem;font-style:italic}.nav-card__metric{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0;border-bottom:1px solid #1e293b}.nav-card__metric:last-child{border-bottom:none}.nav-card__metric-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.nav-card__metric-value{font-size:.875rem;color:#e2e8f0;font-weight:600;font-variant-numeric:tabular-nums}.nav-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.75rem;border-top:1px solid #334155}.nav-card__cta{font-size:.875rem;color:#3b82f6;font-weight:500;transition:color .2s ease}.nav-card:hover .nav-card__cta{color:#60a5fa}.nav-card--live{border-color:#10b9814d}.nav-card--live:after{content:"";position:absolute;top:0;right:0;width:60px;height:60px;background:radial-gradient(circle at top right,rgba(16,185,129,.1) 0%,transparent 70%);pointer-events:none}.nav-card--alert{border-color:#f59e0b66}.nav-card__live-indicator{margin-left:auto;display:flex;align-items:center}.nav-card__live-indicator .live-dot{width:8px;height:8px;border-radius:50%;background:#10b981;animation:pulse-live 2s infinite}@keyframes pulse-live{0%,to{box-shadow:0 0 #10b98166;opacity:1}50%{box-shadow:0 0 0 6px #10b98100;opacity:.8}}.nav-card__alert-badge{margin-left:8px;background:#f59e0b;color:#000;font-size:10px;font-weight:600;padding:2px 6px;border-radius:8px;min-width:18px;text-align:center}.nav-card__metric-value.live-value{position:relative}.nav-card__metric-value.live-value:after{content:"";position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background:#10b981;animation:blink-live 1.5s infinite}@keyframes blink-live{0%,to{opacity:1}50%{opacity:.3}}.nav-card__stream-indicator{font-size:10px;color:#10b981;text-transform:uppercase;letter-spacing:.5px;opacity:.8}.nav-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}@media(max-width:640px){.nav-grid{grid-template-columns:1fr;gap:1rem}}.landing{min-height:100vh;background:#0a0a0f;padding-bottom:0;overflow-x:hidden}.landing__domains{padding:4rem 2rem;background:linear-gradient(180deg,#0f0f15,#0a0a0f)}.landing__section-title{text-align:center;font-size:1.75rem;font-weight:600;margin:0 0 2rem;color:#e5e7eb;letter-spacing:-.02em}.landing__regulatory{padding:3rem 2rem 6rem;background:linear-gradient(180deg,#0a0a0f,#0f0f18);overflow:hidden;width:100%;box-sizing:border-box}.landing__section-header{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto 2rem;gap:1rem;flex-wrap:wrap}.landing__section-header .landing__section-title{margin:0;text-align:left}.landing__timeline-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#6366f11a;border:1px solid rgba(99,102,241,.3);border-radius:8px;color:#a5b4fc;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s ease}.landing__timeline-cta:hover{background:#6366f133;border-color:#6366f180;color:#c7d2fe;transform:translate(2px)}.landing__timeline-cta .cta-icon{font-size:1rem}.landing__timeline-cta .cta-arrow{transition:transform .2s ease}.landing__timeline-cta:hover .cta-arrow{transform:translate(4px)}.regulatory-grid{display:grid;grid-template-columns:340px 1fr;gap:24px;max-width:1400px;margin:0 auto;align-items:start;overflow:hidden;width:100%;box-sizing:border-box;padding:0}.regulatory-grid>*{min-width:0;overflow:hidden}@media(max-width:1024px){.regulatory-grid{grid-template-columns:1fr}}@media(max-width:640px){.landing__domains{padding:3rem 1.5rem}.landing__section-title{font-size:1.5rem}.landing__regulatory{padding:2rem 1rem 3rem}}.public-topnav{position:sticky;top:0;z-index:100;background:#0a0f1a;border-bottom:1px solid rgba(255,255,255,.06)}.public-topnav__inner{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:0 2rem;height:64px}.public-topnav__brand{display:flex;align-items:center;text-decoration:none}.public-topnav__brand-text{font-size:.875rem;font-weight:700;letter-spacing:.15em;color:#e2e8f0}.public-topnav__links{display:flex;align-items:center;gap:.25rem}.public-topnav__link{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#94a3b8;text-decoration:none;border-radius:6px;transition:all .15s ease}.public-topnav__link:hover{color:#e2e8f0;background:#ffffff0a}.public-topnav__link--active{color:#c9a86a;background:#c9a86a26}.public-topnav__actions{display:flex;align-items:center;gap:1rem}.public-topnav__signin{padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;color:#e2e8f0;background:#2a5db0;border:none;border-radius:6px;cursor:pointer;transition:all .15s ease}.public-topnav__signin:hover{background:#3b6fc4}.public-topnav__hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;padding:0;background:none;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.public-topnav__hamburger-bar{display:block;width:20px;height:2px;background:#e2e8f0;border-radius:1px;transition:transform .25s ease,opacity .2s ease}.public-topnav__hamburger-bar--open:nth-child(1){transform:translateY(7px) rotate(45deg)}.public-topnav__hamburger-bar--open:nth-child(2){opacity:0}.public-topnav__hamburger-bar--open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.public-topnav__overlay,.public-topnav__drawer{display:none}@media(max-width:768px){.public-topnav{background:linear-gradient(180deg,#0b101bfa,#0a0f1af5);border-bottom-color:#ffffff14;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.public-topnav__inner{padding:0 1rem;gap:.75rem;height:72px}.public-topnav__links{display:none}.public-topnav__brand{min-width:0;flex:1}.public-topnav__brand-text{display:block;font-size:.68rem;letter-spacing:.16em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.public-topnav__actions{gap:.5rem}.public-topnav__signin{min-height:2.8rem;padding:.55rem 1rem;font-size:.84rem;border-radius:12px;box-shadow:inset 0 0 0 1px #ffffff0d}.public-topnav__hamburger{display:flex;flex-shrink:0;width:44px;height:44px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:linear-gradient(180deg,#ffffff0b,#ffffff05);box-shadow:inset 0 1px #ffffff0a,0 10px 28px #0000002e}.public-topnav__overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:199;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.public-topnav__drawer{display:flex;flex-direction:column;align-items:stretch;position:fixed;top:76px;left:1rem;right:1rem;z-index:200;background:radial-gradient(circle at top left,rgba(42,93,176,.12),transparent 34%),linear-gradient(180deg,#0e1421fa,#0a0f1afa);border:1px solid rgba(255,255,255,.09);border-radius:20px;box-shadow:0 26px 70px #00000061,inset 0 1px #ffffff0a;padding:0 .85rem;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease,opacity .2s ease;touch-action:pan-y;opacity:0}.public-topnav__drawer--open{max-height:78vh;padding:.9rem .85rem 1rem;opacity:1}.public-topnav__drawer-link{display:flex;align-items:center;justify-content:flex-start;width:100%;min-height:3.25rem;padding:.9rem 1rem;font-size:.96rem;font-weight:600;color:#cbd5e1;text-decoration:none;text-align:left;border-radius:14px;transition:color .15s ease,background .15s ease,border-color .15s ease;border:1px solid transparent}.public-topnav__drawer-link:hover,.public-topnav__drawer-link:active{color:#e2e8f0;background:#ffffff0a;border-color:#ffffff0f}.public-topnav__drawer-link--active{color:#c9a86a;background:#c9a86a24;border-color:#c9a86a2e}.public-topnav__drawer-signin{display:flex;align-items:center;justify-content:center;width:100%;margin:.9rem 0 .2rem;padding:.95rem 1rem;font-size:1rem;font-weight:600;color:#e2e8f0;background:#2a5db0;border:none;border-radius:14px;cursor:pointer;transition:background .15s ease}.public-topnav__drawer-signin:hover{background:#3b6fc4}}.public-router{display:flex;flex-direction:column;min-height:100vh;background:#0a0f1a}.domain-layout{display:flex;min-height:100vh;background:#0a0f1a;color:#e2e8f0;align-items:stretch}.domain-sidenav{width:260px;min-width:260px;background:#0d1320;border-right:1px solid rgba(255,255,255,.06);padding:1.5rem 0;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;flex-shrink:0;overflow:hidden;transition:width .24s ease,min-width .24s ease,background .2s ease}.domain-sidenav__header{padding:0 1.5rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.domain-sidenav__header-copy{min-width:0}.domain-sidenav__controls{display:flex;align-items:center;gap:.5rem}.domain-sidenav__toggle{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#cbd5e1;border-radius:10px;width:2.5rem;height:2.5rem;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease}.domain-sidenav__mobile-toggle{display:none;align-items:center;gap:.5rem;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#cbd5e1;border-radius:999px;min-height:2.25rem;padding:0 .875rem;cursor:pointer}.domain-sidenav__hamburger{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;width:18px;flex-shrink:0}.domain-sidenav__hamburger span{display:block;width:18px;height:2px;border-radius:999px;background:currentColor}.domain-sidenav__mobile-toggle-label{font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.domain-sidenav__mobile-toggle-icon{font-size:1rem;line-height:1;color:#c9a86a}.domain-sidenav__toggle:hover{color:#e2e8f0;background:#ffffff14}.domain-sidenav__title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#64748b;margin:0}.domain-sidenav__domain{font-size:1.125rem;font-weight:600;color:#e2e8f0;margin:.5rem 0 0}.domain-sidenav__nav{flex:1;padding:0 .75rem;overflow:hidden;transition:opacity .18s ease,visibility .18s ease}.domain-sidenav__section{margin-bottom:1.5rem}.domain-sidenav__section-title{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#475569;padding:0 .75rem;margin:0 0 .5rem}.domain-sidenav__link{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:6px;font-size:.875rem;color:#94a3b8;text-decoration:none;transition:all .15s ease;margin-bottom:2px}.domain-sidenav__link:hover{background:#ffffff0a;color:#e2e8f0}.domain-sidenav__link.active{background:#c9a86a26;color:#c9a86a}.domain-sidenav__link-icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.75rem;opacity:.7}.domain-sidenav__link.active .domain-sidenav__link-icon{opacity:1}.domain-sidenav__nested{padding-left:1rem;margin-top:.25rem}.domain-sidenav__nested .domain-sidenav__link{font-size:.8125rem;padding:.5rem .75rem}.domain-main{flex:1;min-width:0;padding:2rem 3rem;max-width:none;overflow-x:hidden}.domain-sidenav--collapsed{width:84px;min-width:84px}.domain-sidenav--collapsed .domain-sidenav__header-copy{opacity:0;visibility:hidden;width:0;max-width:0;overflow:hidden}.domain-sidenav--collapsed .domain-sidenav__nav{opacity:0;visibility:hidden;pointer-events:none}.domain-sidenav--collapsed .domain-sidenav__header{justify-content:center;padding-inline:0;min-height:4rem}.domain-sidenav--collapsed .domain-sidenav__controls{width:100%;justify-content:center}.domain-sidenav--collapsed .domain-sidenav__toggle{width:2.75rem;height:2.75rem;border-radius:12px}.domain-sidenav__toggle:hover,.domain-sidenav__toggle:focus-visible,.domain-sidenav__mobile-toggle:hover,.domain-sidenav__mobile-toggle:focus-visible{color:#f8fafc;border-color:#c9a86a73;background:#c9a86a14}.domain-sidenav__toggle:focus-visible,.domain-sidenav__mobile-toggle:focus-visible{outline:2px solid rgba(201,168,106,.35);outline-offset:2px}.domain-page__eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#64748b;margin-bottom:.5rem}.domain-page__title{font-size:2rem;font-weight:700;color:#f8fafc;margin:0 0 .75rem;line-height:1.2}.domain-page__subtitle{font-size:1.125rem;color:#94a3b8;margin:0;line-height:1.6;max-width:720px}.domain-layout--system .domain-sidenav__link.active{background:#2a5db026;color:#60a5fa}.domain-layout--architecture .domain-sidenav__link.active{background:#8b5cf626;color:#a78bfa}.domain-layout--trust .domain-sidenav__link.active{background:#4ade8026;color:#4ade80}.domain-layout--interface .domain-sidenav__link.active{background:#f59e0b26;color:#fbbf24}.domain-layout--access .domain-sidenav__link.active{background:#ec489926;color:#f472b6}@media(max-width:1024px){.domain-sidenav{width:220px;min-width:220px}.domain-main{max-width:none;padding:1.5rem 2rem}}@media(max-width:768px){.domain-layout{flex-direction:column;overflow-x:clip}.domain-sidenav{width:100%;min-width:100%;height:auto;position:relative;border-right:none;border-bottom:none;padding:.75rem 1rem 0;background:transparent;overflow:visible}.domain-sidenav__header{padding:1rem 1rem .85rem;margin-bottom:0;display:grid;grid-template-columns:1fr;align-items:center;gap:.55rem;border:1px solid rgba(255,255,255,.09);border-bottom:none;border-radius:20px 20px 0 0;background:radial-gradient(circle at top left,rgba(42,93,176,.1),transparent 34%),linear-gradient(180deg,#0e1421fa,#0b101bfa);box-shadow:inset 0 1px #ffffff0a,0 10px 28px #00000024}.domain-sidenav__title{font-size:.65rem;letter-spacing:.14em}.domain-sidenav__domain{margin-top:.35rem;font-size:1.08rem}.domain-sidenav__toggle{display:none}.domain-sidenav__nav{display:block;flex:none;width:100%;max-height:none;overflow-y:auto;overflow-x:hidden;opacity:1;visibility:visible;pointer-events:auto;padding:.35rem 1rem 1rem;border:1px solid rgba(255,255,255,.09);border-top:1px solid rgba(255,255,255,.05);border-radius:0 0 20px 20px;background:linear-gradient(180deg,#0d1320fa,#0a0f1afa);box-shadow:inset 0 1px #ffffff08,0 18px 48px #0000002e;transition:none}.domain-sidenav--mobile-open .domain-sidenav__nav{max-height:none;padding-bottom:1rem}.domain-sidenav--collapsed{width:100%;min-width:100%}.domain-sidenav--collapsed .domain-sidenav__header{justify-content:initial;padding-inline:1rem;min-height:auto}.domain-sidenav--collapsed .domain-sidenav__header-copy{opacity:1;visibility:visible;width:auto;max-width:none;overflow:visible}.domain-sidenav--collapsed .domain-sidenav__controls{width:auto;justify-content:flex-end}.domain-sidenav--collapsed .domain-sidenav__nav{opacity:1;visibility:visible;pointer-events:auto}.domain-sidenav__section{margin-bottom:1rem;width:100%}.domain-sidenav__section:first-child{padding-top:.9rem}.domain-sidenav__section-title{display:block;padding:0 .2rem;margin:0 0 .55rem;color:#697f9a}.domain-sidenav__nested{padding-left:0;display:block;margin-top:0}.domain-sidenav__link{width:100%;min-height:3rem;border-radius:14px;margin-bottom:.45rem;background:#ffffff07;border:1px solid rgba(255,255,255,.05);white-space:normal;overflow-wrap:anywhere}.domain-sidenav__link.active{box-shadow:inset 0 0 0 1px #ffffff0d}.domain-main{max-width:100%;padding:1rem}}.system-overview__status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.system-overview__status-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.system-overview__status-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.system-overview__status-value{font-size:1.5rem;font-weight:600;color:#e2e8f0}.system-overview__status-value--healthy{color:#4ade80}.system-overview__description h2{font-size:1.25rem;font-weight:600;color:#e2e8f0;margin:0 0 1rem}.system-overview__description p{color:#94a3b8;line-height:1.7;margin-bottom:1rem}.capability__section{margin-bottom:1.75rem}.capability__section--panel{background:linear-gradient(180deg,#ffffff08,#ffffff04);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem}.capability__section--accent{border-color:#60a5fa38;box-shadow:0 0 0 1px #60a5fa14 inset}.capability__title{font-size:1.25rem;font-weight:600;color:#f8fafc;margin:0 0 1.125rem}.capability__lead{margin:0 0 1.125rem;color:#94a3b8;line-height:1.7}.capability__flow-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}.capability__flow-card{position:relative;padding:1rem 1rem 1rem 1.125rem;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#0a0f1a9e}.capability__flow-card:before{content:"";position:absolute;left:0;top:.875rem;bottom:.875rem;width:2px;border-radius:99px;background:linear-gradient(180deg,#60a5fae6,#60a5fa33)}.capability__flow-num{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:1.5rem;padding:0 .375rem;border-radius:999px;background:#60a5fa1f;border:1px solid rgba(96,165,250,.35);color:#93c5fd;font-size:.75rem;font-weight:700;letter-spacing:.04em;margin-bottom:.75rem}.capability__flow-card h3,.capability__card h3,.capability__comparison-side h3{margin:0 0 .55rem;font-size:1.05rem;line-height:1.3;color:#f1f5f9}.capability__flow-card p,.capability__card p{margin:0;color:#9fb2c8;line-height:1.65}.capability__flow-card{transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease,background .2s ease;cursor:default}.capability__flow-card:hover,.capability__flow-card--active{border-color:#60a5fa73;background:#60a5fa0f;transform:translateY(-2px);box-shadow:0 4px 16px #60a5fa1a}.capability__flow-card--active .capability__flow-num{background:#60a5fa38;border-color:#60a5fa99;color:#bfdbfe}.capability__flow-detail{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .25s ease,margin-top .25s ease;margin-top:0}.capability__flow-detail--visible{max-height:12rem;opacity:1;margin-top:.75rem}.capability__flow-detail p{margin:0;padding-top:.625rem;border-top:1px solid rgba(96,165,250,.15);font-size:.8125rem;line-height:1.6;color:#94a3b8}.capability__comparison{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}.capability__comparison-side{padding:1rem;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#0a0f1a99}.capability__comparison-side--traditional{border-color:#f8717133}.capability__comparison-side--machine{border-color:#4ade8040}.capability__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}.capability__card{padding:1rem;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#0a0f1a99;transition:border-color .15s ease,transform .15s ease}.capability__card:hover{border-color:#60a5fa66;transform:translateY(-1px)}.capability__list{list-style:none;margin:0;padding:0;display:grid;gap:.625rem}.capability__list li{position:relative;padding-left:1.25rem;color:#d0dceb;line-height:1.5}.capability__list li:before{content:"";position:absolute;left:0;top:.55rem;width:.5rem;height:.5rem;border-radius:50%;background:#60a5fa;box-shadow:0 0 0 2px #60a5fa38}.capability__list--comparison{gap:.45rem}.capability__list--comparison li{color:#bcd0e6}.philosophy__section{margin-bottom:1.75rem}.philosophy__section--panel{background:linear-gradient(180deg,#ffffff08,#ffffff04);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem}.philosophy__section--accent{border-color:#60a5fa38;box-shadow:0 0 0 1px #60a5fa14 inset}.philosophy__title{font-size:1.25rem;font-weight:600;color:#f8fafc;margin:0 0 1rem}.philosophy__quote{margin:0;padding:1rem 1.125rem;border-left:3px solid rgba(96,165,250,.7);border-radius:0 10px 10px 0;background:#0a0f1a99;color:#dce8f7;line-height:1.6;font-size:1.05rem}.philosophy__principles-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}.philosophy__principle-card{border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#0a0f1a9e;padding:1rem;transition:border-color .15s ease,transform .15s ease}.philosophy__principle-card:hover{border-color:#60a5fa66;transform:translateY(-1px)}.philosophy__principle-icon{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:999px;background:#60a5fa1f;border:1px solid rgba(96,165,250,.35);color:#93c5fd;font-size:.78rem;margin-bottom:.65rem}.philosophy__principle-card h3{margin:0 0 .5rem;font-size:1.05rem;color:#f1f5f9}.philosophy__principle-card p{margin:0;color:#9fb2c8;line-height:1.6}.philosophy__implications-list{list-style:none;margin:0;padding:0;display:grid;gap:.625rem}.philosophy__implications-list li{position:relative;padding-left:1.25rem;color:#d0dceb;line-height:1.5}.philosophy__implications-list li:before{content:"";position:absolute;left:0;top:.55rem;width:.5rem;height:.5rem;border-radius:50%;background:#60a5fa;box-shadow:0 0 0 2px #60a5fa38}.trust__stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:2rem}.trust__stat-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.trust__stat-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.trust__stat-value{font-size:1.5rem;font-weight:600;color:#4ade80}.trust__description h2{font-size:1.25rem;font-weight:600;color:#e2e8f0;margin:0 0 1rem}.trust__description p{color:#94a3b8;line-height:1.7;margin-bottom:1rem}.architecture__principles h2,.architecture__description h2{font-size:1.25rem;font-weight:600;color:#e2e8f0;margin:0 0 1rem}.architecture__principles ul{list-style:none;padding:0;margin:0 0 2rem}.architecture__principles li{color:#94a3b8;line-height:1.7;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.architecture__principles li:before{content:"◇";position:absolute;left:0;color:#a78bfa}.architecture__description p{color:#94a3b8;line-height:1.7;margin-bottom:1rem}.interface__status-indicator{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:20px;font-size:.875rem;color:#e2e8f0;margin-bottom:2rem}.interface__status-dot{width:8px;height:8px;border-radius:50%;background:#4ade80}.interface__status-indicator--degraded .interface__status-dot{background:#fbbf24}.interface__status-indicator--down .interface__status-dot{background:#f87171}.interface__description h2{font-size:1.25rem;font-weight:600;color:#e2e8f0;margin:0 0 1rem}.interface__description p{color:#94a3b8;line-height:1.7;margin-bottom:1rem}.access__description h2{font-size:1.25rem;font-weight:600;color:#e2e8f0;margin:0 0 1rem}.access__description p{color:#94a3b8;line-height:1.7;margin-bottom:1rem}.access__cta-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.125rem;border-radius:8px;border:1px solid rgba(42,93,176,.6);background:linear-gradient(135deg,#2a5db0,#244f95);color:#f8fafc;font-size:.875rem;font-weight:600;letter-spacing:.01em;line-height:1;cursor:pointer;transition:transform .15s ease,filter .15s ease,box-shadow .15s ease}.access__cta-btn:hover{transform:translateY(-1px);filter:brightness(1.08);box-shadow:0 10px 22px #2a5db03d}.access__cta-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #7ab0e859,0 10px 22px #2a5db03d}.early-access__content,.regulator-access__content{display:flex;flex-direction:column;gap:1.5rem}.early-access__programs-grid,.regulator-access__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.early-access__program-card,.regulator-access__card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.25rem}.early-access__program-card h3,.regulator-access__card h3{margin:0 0 .625rem;font-size:1.125rem;color:#f8fafc}.early-access__program-card ul,.regulator-access__content ul{margin:0;padding-left:1.125rem;color:#e2e8f0}.early-access__program-card li,.regulator-access__content li{margin-bottom:.35rem}.early-access__program-badge{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .5rem;border-radius:999px;margin-bottom:.625rem;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.early-access__program-card--alpha .early-access__program-badge{background:#f59e0b2e;color:#fbbf24}.early-access__program-card--beta .early-access__program-badge{background:#4ade802e;color:#4ade80}.early-access__expectations h2,.regulator-access__content h2{margin:0;font-size:1.9rem;color:#f8fafc}.early-access__expectations ul{margin:0;padding-left:1.125rem;color:#e2e8f0}.regulator-access__cta-section{margin-top:.5rem}.regulator-access__hint{font-size:.875rem;color:#64748b;margin:0}.reg-cap__grid{display:flex;gap:1rem;width:100%}.reg-cap__card{flex:1;min-width:0;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem;cursor:pointer;transition:flex .4s cubic-bezier(.4,0,.2,1),background .3s ease,border-color .3s ease,border-radius .3s ease,min-width .4s cubic-bezier(.4,0,.2,1)}.reg-cap__card:hover{background:#ffffff0d;border-color:#ffffff24}.reg-cap__card--expanded{flex:3;background:#2a5db014;border-color:#2a5db04d;border-radius:16px}.reg-cap__card--collapsed{flex:.6;min-width:80px}.reg-cap__card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.reg-cap__card--collapsed .reg-cap__card-header{flex-direction:column;text-align:center;gap:.5rem}.reg-cap__card-icon{font-size:1.25rem;color:#60a5fa;flex-shrink:0}.reg-cap__card-title{margin:0;font-size:1.0625rem;font-weight:600;color:#f8fafc;white-space:nowrap}.reg-cap__card--collapsed .reg-cap__card-title{font-size:.8125rem;white-space:normal;text-align:center;line-height:1.3}.reg-cap__card-desc{margin:0;font-size:.9375rem;line-height:1.6;color:#94a3b8}.reg-cap__card--collapsed .reg-cap__card-desc{display:none}.reg-cap__actions{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.reg-cap__action-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:10px;transition:background .2s ease,border-color .2s ease}.reg-cap__action-item:hover{background:#2a5db01f;border-color:#2a5db040}.reg-cap__action-icon{font-size:1.125rem;flex-shrink:0}.reg-cap__action-label{font-size:.9375rem;color:#e2e8f0;line-height:1.4}@media(max-width:900px){.reg-cap__grid{flex-direction:column}.reg-cap__card--collapsed{flex:unset;min-width:unset}.reg-cap__card--collapsed .reg-cap__card-header{flex-direction:row;text-align:left}.reg-cap__card--collapsed .reg-cap__card-title{font-size:1rem;text-align:left}}.app-form-page{max-width:780px}.app-form-page__back{display:inline-flex;align-items:center;gap:6px;color:#64748b;font-size:.8125rem;font-weight:500;text-decoration:none;margin-bottom:1.5rem;transition:color .15s ease}.app-form-page__back:hover{color:#f472b6}.app-form-page__badge{display:inline-flex;align-items:center;padding:.2rem .625rem;border-radius:999px;font-size:.6875rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;margin-bottom:.75rem}.app-form-page__badge--alpha{background:#f59e0b2e;color:#fbbf24}.app-form-page__badge--beta{background:#4ade802e;color:#4ade80}.app-form-page__badge--regulator{background:#f472b62e;color:#f472b6}.access__cta-btn--ghost{background:#ffffff0d!important;border-color:#ffffff1a!important}.access__cta-btn--submit{padding:.75rem 1.75rem;font-size:.9375rem}a.access__cta-btn{text-decoration:none}.app-form__section--info{border-color:#ffffff14;background:#ffffff04;margin-bottom:2rem}.app-form__program-details-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.app-form__program-detail{display:flex;flex-direction:column;gap:.25rem;padding:.875rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:8px}.app-form__program-detail strong{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#64748b}.app-form__program-detail span{font-size:.8125rem;color:#cbd5e1;line-height:1.4}.app-form__section{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:1.5rem;margin-bottom:1.25rem}.app-form__section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:#64748b;margin:0 0 1.25rem}.app-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.app-form__row--full{grid-template-columns:1fr}.app-form__row:last-child,.app-form__row--full:last-child{margin-bottom:0}.app-form__field{display:flex;flex-direction:column;gap:.375rem}.app-form__label{font-size:.8125rem;font-weight:500;color:#94a3b8}.app-form__label--required:after{content:" *";color:#f472b6}.app-form__label-optional{color:#475569;font-weight:400}.app-form__field-hint{font-size:.75rem;color:#475569;line-height:1.4}.app-form__input,.app-form__select,.app-form__textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#e2e8f0;font-family:inherit;font-size:.875rem;padding:.5625rem .75rem;transition:border-color .15s ease,background .15s ease;width:100%;box-sizing:border-box}.app-form__input::placeholder,.app-form__textarea::placeholder{color:#475569}.app-form__input:focus,.app-form__select:focus,.app-form__textarea:focus{outline:none;border-color:#f472b673;background:#ffffff0f}.app-form__input--error,.app-form__select--error,.app-form__textarea--error{border-color:#f8717180}.app-form__select{cursor:pointer}.app-form__select option{background:#0d1320;color:#e2e8f0}.app-form__textarea{resize:vertical;min-height:80px;line-height:1.6}.app-form__error-msg{font-size:.75rem;color:#f87171;line-height:1.3}.app-form__checkboxes{display:flex;flex-wrap:wrap;gap:.5rem}.app-form__checkbox-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#94a3b8;cursor:pointer;padding:.375rem .75rem;border-radius:6px;border:1px solid rgba(255,255,255,.08);background:#ffffff06;transition:border-color .15s ease,color .15s ease,background .15s ease;-webkit-user-select:none;user-select:none}.app-form__checkbox-label:hover{border-color:#f472b64d;color:#e2e8f0;background:#f472b60a}.app-form__checkbox-label input[type=checkbox]{accent-color:#f472b6;width:14px;height:14px;cursor:pointer;flex-shrink:0}.app-form__agreement{display:flex;align-items:flex-start;gap:.875rem;padding:1rem 1.125rem;background:#f472b60a;border:1px solid rgba(244,114,182,.15);border-radius:8px}.app-form__agreement--regulator{background:#f472b608;border-color:#f472b633}.app-form__agreement input[type=checkbox]{accent-color:#f472b6;width:16px;height:16px;margin-top:1px;flex-shrink:0;cursor:pointer}.app-form__agreement-text{font-size:.8125rem;color:#94a3b8;line-height:1.65;cursor:pointer}.app-form__submit-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:.25rem}.app-form__submit-note{font-size:.75rem;color:#475569;line-height:1.5;max-width:420px}.app-form__confirmation{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:5rem 2rem;gap:1rem}.app-form__confirmation-icon{font-size:2.75rem;color:#f472b6;margin-bottom:.25rem}.app-form__confirmation h2{font-size:1.625rem;font-weight:700;color:#f8fafc;margin:0}.app-form__confirmation p{color:#94a3b8;font-size:.9375rem;max-width:500px;line-height:1.7;margin:0}.app-form__confirmation p strong{color:#e2e8f0}.app-form__confirmation-detail{font-size:.8125rem!important;color:#475569!important;font-family:Courier New,monospace;letter-spacing:.05em;margin-top:.25rem}.app-form__confirmation-actions{display:flex;gap:.75rem;margin-top:1.5rem;flex-wrap:wrap;justify-content:center}@media(max-width:640px){.app-form__row{grid-template-columns:1fr}.app-form__program-details-grid{grid-template-columns:1fr 1fr}.app-form__submit-row{flex-direction:column;align-items:flex-start}}@media(max-width:420px){.app-form__program-details-grid{grid-template-columns:1fr}}.trust__summary{margin-bottom:2rem}.trust__summary-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.trust__summary-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.25rem;display:flex;flex-direction:column;align-items:center;gap:.25rem;transition:all .2s ease}.trust__summary-card:hover{background:#ffffff0d;transform:translateY(-2px)}.trust__summary-card--primary{background:#4ade801a;border-color:#4ade804d}.trust__summary-value{font-size:1.75rem;font-weight:700;color:#e2e8f0}.trust__summary-card--primary .trust__summary-value{color:#4ade80}.trust__summary-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.trust__filters{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;padding:1.25rem;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:10px;margin-bottom:2rem}.trust__filter-group{display:flex;flex-direction:column;gap:.375rem}.trust__filter-group label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.trust__filter-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:.625rem 2rem .625rem .75rem;font-size:.875rem;color:#e2e8f0;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M3 4.5L6 7.5L9 4.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;min-width:160px}.trust__filter-group select:hover{border-color:#fff3}.trust__filter-group select:focus{outline:none;border-color:#4ade80;box-shadow:0 0 0 2px #4ade8033}.trust__compare-btn{padding:.625rem 1.25rem;background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:6px;font-size:.875rem;font-weight:500;color:#94a3b8;cursor:pointer;transition:all .2s ease;margin-left:auto}.trust__compare-btn:hover{background:#ffffff0d;border-color:#ffffff40;color:#e2e8f0}.trust__compare-btn--active{background:#4ade8026;border-color:#4ade8066;color:#4ade80}.trust__comparison{background:#4ade800d;border:1px solid rgba(74,222,128,.2);border-radius:12px;padding:1.5rem;margin-bottom:2rem}.trust__comparison-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.trust__comparison-header h2{font-size:1rem;font-weight:600;color:#e2e8f0;margin:0}.trust__comparison-header button{background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:.375rem .75rem;font-size:.75rem;color:#94a3b8;cursor:pointer;transition:all .2s ease}.trust__comparison-header button:hover{background:#ffffff0d;color:#e2e8f0}.trust__comparison-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:1.5rem;align-items:center}.trust__comparison-entity{text-align:center}.trust__comparison-entity h3{font-size:1rem;font-weight:600;color:#e2e8f0;margin:0 0 .5rem}.trust__comparison-score{font-size:2.5rem;font-weight:700;margin-bottom:.25rem}.trust__comparison-entity p{font-size:.8125rem;color:#64748b;margin:0}.trust__comparison-delta{display:flex;flex-direction:column;align-items:center;gap:.25rem}.trust__delta{font-size:1.5rem;font-weight:700;color:#94a3b8;padding:.75rem 1.25rem;background:#ffffff0d;border-radius:8px}.trust__delta--positive{color:#4ade80;background:#4ade801a}.trust__delta--negative{color:#f87171;background:#f871711a}.trust__comparison-delta span{font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.trust__drilldown{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;margin-bottom:2rem;overflow:hidden}.trust__drilldown-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.06)}.trust__drilldown-header h2{font-size:1.125rem;font-weight:600;color:#e2e8f0;margin:0}.trust__drilldown-header button{background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:.375rem .75rem;font-size:.75rem;color:#94a3b8;cursor:pointer;transition:all .2s ease}.trust__drilldown-header button:hover{background:#ffffff0d;color:#e2e8f0}.trust__drilldown-content{display:grid;grid-template-columns:auto 1fr;gap:2rem;padding:1.5rem}.trust__drilldown-score{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 2rem;background:#ffffff05;border-radius:8px}.trust__drilldown-score-value{font-size:3rem;font-weight:700}.trust__drilldown-score-trend{font-size:.875rem;font-weight:500;color:#64748b;text-transform:capitalize}.trust__drilldown-details{display:flex;flex-direction:column;gap:.75rem}.trust__drilldown-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#ffffff05;border-radius:6px}.trust__drilldown-row span:first-child{font-size:.8125rem;color:#64748b}.trust__drilldown-row span:last-child{font-size:.875rem;font-weight:500;color:#e2e8f0}.trust__violation{color:#f87171!important}.trust__regions{margin-bottom:2.5rem}.trust__regions h2{font-size:1.25rem;font-weight:600;color:#e2e8f0;margin:0 0 1.25rem}.trust__regions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.trust__region-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:1.25rem;transition:all .2s ease}.trust__region-card:hover{background:#ffffff0d;transform:translateY(-2px)}.trust__region-card h3{font-size:.9375rem;font-weight:600;color:#e2e8f0;margin:0 0 .5rem}.trust__region-score{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.trust__region-card p{font-size:.8125rem;color:#64748b;margin:0 0 .5rem}.trust__region-violations{display:inline-block;font-size:.75rem;color:#f87171;padding:.25rem .5rem;background:#f871711a;border-radius:4px}.trust__entities{margin-bottom:2rem}.trust__entities h2{font-size:1.25rem;font-weight:600;color:#e2e8f0;margin:0 0 1.25rem}.trust__loading{text-align:center;padding:3rem;color:#64748b;font-size:.9375rem}.trust__entity-list{display:flex;flex-direction:column;gap:.5rem;max-height:600px;overflow-y:auto}.trust__entity-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:8px;cursor:pointer;transition:all .15s ease;width:100%;text-align:left}.trust__entity-row:hover{background:#ffffff0d;border-color:#ffffff1a}.trust__entity-row--selected{background:#4ade801a;border-color:#4ade804d}.trust__entity-info{display:flex;flex-direction:column;gap:.25rem}.trust__entity-name{font-size:.9375rem;font-weight:500;color:#e2e8f0}.trust__entity-meta{font-size:.75rem;color:#64748b}.trust__entity-score{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600}.trust__entity-trend{font-size:.875rem;opacity:.7}.trust__stat-card--primary{background:#4ade801a;border-color:#4ade804d}.trust__stat-meta{font-size:.75rem;color:#475569}.trust__stat-value--good{color:#4ade80}.trust__regional{margin-bottom:2rem}.trust__regional h2{font-size:1.25rem;font-weight:600;color:#e2e8f0;margin:0 0 1rem}.trust__regional-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.trust__regional-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.25rem;display:flex;flex-direction:column;gap:.375rem}.trust__regional-card--top{border-color:#4ade804d;background:#4ade800d}.trust__regional-card--bottom{border-color:#fbbf244d;background:#fbbf240d}.trust__regional-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.trust__regional-name{font-size:1.25rem;font-weight:600;color:#e2e8f0}.trust__regional-score{font-size:1.5rem;font-weight:700;color:#4ade80}.trust__regional-card--bottom .trust__regional-score{color:#fbbf24}.trust__regional-meta{font-size:.8125rem;color:#64748b}.trust__tiers{margin-bottom:2rem}.trust__tiers h2{font-size:1.25rem;font-weight:600;color:#e2e8f0;margin:0 0 1rem}.trust__tiers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.trust__tier-card{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-left:3px solid;border-radius:8px;padding:1.25rem}.trust__tier-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}.trust__tier-range{font-size:.875rem;font-weight:600;color:#e2e8f0}.trust__tier-name{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.trust__tier-card p{font-size:.8125rem;color:#94a3b8;margin:0 0 .75rem;line-height:1.5}.trust__tier-count{font-size:.75rem;color:#64748b}.trust__degraded-banner{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#fbbf2414;border:1px solid rgba(251,191,36,.25);border-radius:8px;margin-bottom:1.5rem;font-size:.8125rem;color:#fbbf24;line-height:1.4}.trust__degraded-icon{font-size:1rem;flex-shrink:0}.trust__global-regions{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.trust__global-region-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.25rem;display:flex;flex-direction:column;gap:.375rem;transition:border-color .15s ease}.trust__global-region-card:hover{border-color:#2a5db066}.trust__global-region-card--pending{opacity:.55;border-style:dashed}.trust__global-region-header{display:flex;justify-content:space-between;align-items:center}.trust__global-region-header h3{font-size:1rem;font-weight:600;color:#e2e8f0;margin:0}.trust__global-region-badge{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#64748b;background:#ffffff0f;padding:2px 8px;border-radius:10px}.trust__global-region-score{font-size:1.75rem;font-weight:700;line-height:1.2}.trust__global-region-meta{font-size:.75rem;color:#64748b;line-height:1.4}@media(max-width:768px){.system-overview__status-grid,.trust__stats-grid{grid-template-columns:1fr}.capability__section--panel{padding:1.125rem}.capability__title{font-size:1.125rem}.capability__flow-grid,.capability__comparison,.capability__grid{grid-template-columns:1fr}.philosophy__section--panel{padding:1.125rem}.philosophy__title{font-size:1.125rem}.philosophy__quote{font-size:1rem}.philosophy__principles-grid{grid-template-columns:1fr}.domain-page__title{font-size:1.5rem}.domain-page__subtitle{font-size:1rem}.trust__summary-grid{grid-template-columns:repeat(2,1fr)}.trust__summary-card--primary{grid-column:span 2}.trust__filters{flex-direction:column;align-items:stretch}.trust__filter-group select{width:100%}.trust__compare-btn{margin-left:0;margin-top:.5rem}.trust__comparison-grid{grid-template-columns:1fr;gap:1rem}.trust__comparison-delta{order:-1}.trust__drilldown-content{grid-template-columns:1fr;gap:1rem}.trust__regions-grid,.trust__regional-summary,.trust__tiers-grid,.trust__global-regions{grid-template-columns:1fr}}.signals__content h2{font-size:1.25rem;font-weight:600;color:#e2e8f0;margin:0 0 1rem}.signals__content ul{list-style:none;padding:0;margin:2rem 0}.signals__content li{color:#94a3b8;line-height:1.7;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.signals__content li:before{content:"◇";position:absolute;left:0;color:#fbbf24}.signals__total-badge{display:inline-block;margin-left:.75rem;padding:.25rem .75rem;background:#fbbf2426;border:1px solid rgba(251,191,36,.3);border-radius:12px;font-size:.8125rem;font-weight:600;color:#fbbf24}.signals__loading{text-align:center;padding:3rem;color:#64748b}.signals__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.25rem}.signals__card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.25rem;text-align:left;cursor:pointer;transition:all .2s ease;width:100%}.signals__card:hover{background:#ffffff0f;border-color:#ffffff1f;transform:translateY(-2px)}.signals__card--selected{background:#fbbf241a;border-color:#fbbf2466}.signals__card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.signals__card h3{font-size:1rem;font-weight:600;color:#e2e8f0;margin:0}.signals__card p{font-size:.875rem;color:#94a3b8;margin:0 0 1rem;line-height:1.5}.signals__status{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .5rem;border-radius:4px}.signals__status--active{background:#4ade8026;color:#4ade80}.signals__status--inactive{background:#64748b26;color:#64748b}.signals__count{display:flex;align-items:baseline;gap:.5rem}.signals__count-value{font-size:1.75rem;font-weight:700;color:#fbbf24}.signals__count-label{font-size:.75rem;color:#64748b}.signals__trend{margin-top:.5rem;font-size:.75rem;font-weight:500}.signals__trend--increasing{color:#f87171}.signals__trend--decreasing{color:#4ade80}.signals__drilldown{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;margin-bottom:2rem;overflow:hidden}.signals__drilldown-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.06)}.signals__drilldown-header h2{margin:0;font-size:1rem}.signals__drilldown-header button{background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:.375rem .75rem;font-size:.75rem;color:#94a3b8;cursor:pointer;transition:all .2s ease}.signals__drilldown-header button:hover{background:#ffffff0d;color:#e2e8f0}.signals__detail-list{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.signals__detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#ffffff05;border-radius:6px;border-left:3px solid}.signals__detail-row--info{border-left-color:#3b82f6}.signals__detail-row--warning{border-left-color:#f59e0b}.signals__detail-row--moderate{border-left-color:#eab308}.signals__detail-row--critical{border-left-color:#dc2626}.signals__detail-name{font-size:.875rem;color:#e2e8f0}.signals__detail-status{font-size:.6875rem;font-weight:600;text-transform:uppercase;padding:.25rem .5rem;border-radius:4px}.signals__detail-status--active{background:#4ade8026;color:#4ade80}.signals__detail-status--pending{background:#fbbf2426;color:#fbbf24}.signals__detail-value{font-size:.875rem;font-weight:500;color:#94a3b8}.signals__last-updated{font-size:.75rem;color:#475569;margin-top:1.5rem}.signals__severity-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.signals__agency-bar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.signals__agency-chip{padding:.3rem .75rem;font-size:.75rem;color:#94a3b8;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px}.signals__agency-chip strong{color:#e2e8f0;margin-left:.25rem}.signals__filter-row{display:flex;gap:.5rem;margin-bottom:1.25rem;flex-wrap:wrap}.signals__filter-btn{padding:.4rem 1rem;font-size:.8125rem;font-weight:500;color:#94a3b8;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:6px;cursor:pointer;transition:all .15s ease}.signals__filter-btn:hover{color:#e2e8f0;border-color:#fff3}.signals__filter-btn--active{color:#fbbf24;background:#fbbf241f;border-color:#fbbf2459}.signals__item{display:flex;flex-direction:column;width:100%;padding:.875rem 1rem;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-left:3px solid;border-radius:8px;cursor:pointer;text-align:left;transition:background .15s ease,border-color .15s ease}.signals__item:hover{background:#ffffff0a}.signals__item--expanded{background:#ffffff0a;border-color:#ffffff1f;border-left-width:3px}.signals__item-top{display:flex;justify-content:space-between;align-items:center;gap:1rem}.signals__item-left{display:flex;align-items:center;gap:.75rem;min-width:0}.signals__item-code{font-size:.6875rem;font-weight:600;font-family:monospace;color:#64748b;white-space:nowrap}.signals__item-title{font-size:.875rem;font-weight:500;color:#e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.signals__item-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.signals__item-severity{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.signals__item-agency{font-size:.6875rem;font-weight:600;color:#94a3b8;padding:.15rem .5rem;background:#ffffff0a;border-radius:4px}.signals__item-date{font-size:.75rem;color:#64748b;white-space:nowrap}.signals__item-chevron{font-size:1rem;color:#475569;transition:transform .2s ease;display:inline-block}.signals__item-chevron--open{transform:rotate(90deg);color:#fbbf24}.signals__item-detail{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.06)}.signals__item-summary{font-size:.8125rem;line-height:1.55;color:#94a3b8;margin:0 0 .75rem}.signals__item-meta{display:flex;flex-wrap:wrap;gap:.5rem}.signals__item-tag{font-size:.6875rem;padding:.2rem .6rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:4px;color:#94a3b8}.signals__item-tag--open{color:#f59e0b;border-color:#f59e0b4d;background:#f59e0b14}.signals__item-tag--resolved{color:#4ade80;border-color:#4ade804d;background:#4ade8014}.signals__item-tag--informational{color:#60a5fa;border-color:#60a5fa4d;background:#60a5fa14}@media(max-width:768px){.signals__grid{grid-template-columns:1fr}.signals__card-header,.signals__item-top{flex-direction:column;align-items:flex-start;gap:.5rem}.signals__item-right{flex-wrap:wrap}.signals__two-col{grid-template-columns:1fr}}.signals__two-col{display:grid;grid-template-columns:280px 1fr;gap:1.5rem;align-items:start}.signals__sidebar{position:sticky;top:1rem;display:flex;flex-direction:column;gap:1rem}.signals__main{min-width:0}.signals__severity-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.signals__severity-btn{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:8px;text-align:left;cursor:pointer;transition:all .15s ease}.signals__severity-btn:hover{background:#ffffff0f;border-color:#ffffff26}.signals__severity-btn--selected{background:#fbbf241a;border-color:#fbbf2466}.signals__severity-btn-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;display:flex;align-items:center;justify-content:space-between}.signals__severity-btn-count{font-size:1.5rem;font-weight:700;color:#fbbf24}.signals__item-navigate{display:inline-flex;align-items:center;gap:.35rem;margin-top:.5rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;color:#60a5fa;background:#60a5fa14;border:1px solid rgba(96,165,250,.2);border-radius:6px;cursor:pointer;transition:all .15s ease;text-decoration:none}.signals__item-navigate:hover{background:#60a5fa26;border-color:#60a5fa66;color:#93c5fd}.rim__stats,.infra__stats,.eventspine__stats,.records__stats,.verification__stats,.outputs__stats,.cybernetics__stats{margin-bottom:2rem}.rim__stats-grid,.infra__stats-grid,.eventspine__stats-grid,.records__stats-grid,.verification__stats-grid,.outputs__stats-grid,.cybernetics__stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.rim__stat-card,.infra__stat-card,.eventspine__stat-card,.records__stat-card,.verification__stat-card,.outputs__stat-card,.cybernetics__stat-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.25rem;display:flex;flex-direction:column;align-items:center;gap:.25rem;transition:all .2s ease}.rim__stat-card:hover,.infra__stat-card:hover,.eventspine__stat-card:hover,.records__stat-card:hover,.verification__stat-card:hover,.outputs__stat-card:hover,.cybernetics__stat-card:hover{background:#ffffff0d;transform:translateY(-2px)}.rim__stat-value,.infra__stat-value,.eventspine__stat-value,.records__stat-value,.verification__stat-value,.outputs__stat-value,.cybernetics__stat-value{font-size:1.75rem;font-weight:700;color:#e2e8f0}.rim__stat-label,.infra__stat-label,.eventspine__stat-label,.records__stat-label,.verification__stat-label,.outputs__stat-label,.cybernetics__stat-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.rim__stat-card:first-child .rim__stat-value{color:#a78bfa}.infra__stat-card--uptime .infra__stat-value,.eventspine__stat-card--integrity .eventspine__stat-value{color:#4ade80}.rim__card-count,.architecture__card-metric,.records__card-count,.outputs__card-count,.cybernetics__card-metric{display:block;font-size:.75rem;font-weight:500;color:#64748b;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.06)}.rim__alert-note{color:#fbbf24;font-weight:500}.architecture__stats-note,.architecture__current-model,.cybernetics__governance-note,.verification__process-note{font-size:.875rem;color:#64748b;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.06)}.architecture__current-model strong,.verification__process-note strong{color:#e2e8f0}.outputs__delivery-summary{margin-top:2rem;padding:1.25rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px}.outputs__delivery-summary h3{font-size:.875rem;font-weight:600;color:#e2e8f0;margin:0 0 1rem}.outputs__delivery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;font-size:.875rem;color:#94a3b8}.rim__grid,.records__grid,.verification__grid,.outputs__grid,.cybernetics__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2rem}.rim__card,.records__card,.verification__card,.outputs__card,.cybernetics__card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.25rem;transition:all .2s ease}.rim__card:hover,.records__card:hover,.verification__card:hover,.outputs__card:hover,.cybernetics__card:hover{background:#ffffff0d;transform:translateY(-2px)}.rim__card h3,.records__card h3,.verification__card h3,.outputs__card h3,.cybernetics__card h3{font-size:1rem;font-weight:600;color:#e2e8f0;margin:0 0 .5rem}.rim__card p,.records__card p,.verification__card p,.outputs__card p,.cybernetics__card p{font-size:.875rem;color:#94a3b8;margin:0;line-height:1.5}.outputs__formats{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.outputs__format-tag{font-size:.6875rem;font-weight:600;text-transform:uppercase;padding:.25rem .5rem;background:#fbbf2426;color:#fbbf24;border-radius:4px}.architecture__content h2,.architecture__details h2,.rim__content h2,.records__content h2,.verification__content h2,.outputs__content h2,.cybernetics__content h2{font-size:1.25rem;font-weight:600;color:#e2e8f0;margin:2rem 0 1rem}.architecture__content h2:first-child,.rim__content h2:first-child,.records__content h2:first-child,.verification__content h2:first-child,.outputs__content h2:first-child,.cybernetics__content h2:first-child{margin-top:0}.architecture__content ul,.architecture__details ul,.rim__content ul,.records__content ul,.verification__content ol,.outputs__content ul{padding-left:1.5rem;margin:0 0 1.5rem}.architecture__content li,.architecture__details li,.rim__content li,.records__content li,.verification__content li,.outputs__content li{color:#94a3b8;line-height:1.7;margin-bottom:.5rem}.architecture__content li strong,.outputs__content li strong,.records__content li strong{color:#e2e8f0}.architecture__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2rem}.architecture__card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.25rem;transition:all .2s ease}.architecture__card:hover{background:#ffffff0d;transform:translateY(-2px)}.architecture__card h3{font-size:1rem;font-weight:600;color:#e2e8f0;margin:0 0 .5rem}.architecture__card p{font-size:.875rem;color:#94a3b8;margin:0;line-height:1.5}.architecture__flow{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.5rem;margin-bottom:2rem}.architecture__flow-step{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:.875rem;color:#94a3b8}.architecture__flow-step span:nth-child(odd){padding:.5rem 1rem;background:#a78bfa26;color:#a78bfa;border-radius:6px;font-weight:500}.architecture__flow-step span:nth-child(2n){color:#475569}.architecture__code{background:#0000004d;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:1.25rem;font-family:JetBrains Mono,Fira Code,monospace;font-size:.8125rem;color:#94a3b8;overflow-x:auto;line-height:1.6}.cybernetics__flow{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:1.5rem 0}.cybernetics__flow-step{padding:.75rem 1.25rem;background:#a78bfa26;color:#a78bfa;border-radius:6px;font-size:.875rem;font-weight:500}.cybernetics__flow-arrow{color:#475569;font-size:1.25rem}.outputs__summary{margin-bottom:2rem}.outputs__summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.outputs__summary-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.25rem;display:flex;flex-direction:column;align-items:center;gap:.25rem;transition:all .2s ease}.outputs__summary-card:hover{background:#ffffff0d;transform:translateY(-2px)}.outputs__summary-value{font-size:1.75rem;font-weight:700;color:#e2e8f0}.outputs__summary-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.outputs__categories{margin-bottom:2rem}.outputs__section-title{font-size:1.25rem;font-weight:600;color:#e2e8f0;margin:0 0 1.125rem}.outputs__cat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.outputs__cat-card{position:relative;text-align:left;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.25rem 2rem 1.25rem 1.25rem;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease;font-family:inherit;color:inherit}.outputs__cat-card:hover{background:#ffffff0d;transform:translateY(-1px)}.outputs__cat-card--expanded{border-color:#60a5fa4d;background:#ffffff0a}.outputs__cat-top{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem}.outputs__cat-title{font-size:1rem;font-weight:600;color:#e2e8f0;margin:0}.outputs__cat-badge{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .6rem;border-radius:4px;border:1px solid;white-space:nowrap}.outputs__cat-desc{font-size:.8125rem;color:#94a3b8;line-height:1.55;margin:0 0 .75rem}.outputs__cat-meta{display:flex;gap:1rem;font-size:.75rem;color:#64748b}.outputs__cat-cadence,.outputs__cat-date{white-space:nowrap}.outputs__cat-detail{margin-top:.875rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.06)}.outputs__cat-formats-label{display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin-bottom:.5rem}.outputs__cat-formats{display:flex;gap:.4rem;flex-wrap:wrap}.outputs__cat-chevron{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:1.125rem;color:#475569;transition:transform .2s ease,color .2s ease}.outputs__cat-chevron--open{transform:translateY(-50%) rotate(90deg);color:#60a5fa}.outputs__access-note{margin-top:1rem}.outputs__access-list{padding-left:1.5rem;margin:0 0 1.5rem}.outputs__access-list li{color:#94a3b8;line-height:1.7;margin-bottom:.5rem}.outputs__access-list li strong{color:#e2e8f0}@media(max-width:1024px){.rim__stats-grid,.infra__stats-grid,.eventspine__stats-grid,.records__stats-grid,.verification__stats-grid,.outputs__stats-grid,.outputs__summary-grid,.cybernetics__stats-grid,.outputs__delivery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.rim__stats-grid,.infra__stats-grid,.eventspine__stats-grid,.records__stats-grid,.verification__stats-grid,.outputs__stats-grid,.outputs__summary-grid,.cybernetics__stats-grid,.outputs__delivery-grid,.outputs__cat-grid{grid-template-columns:1fr}.architecture__flow-step{flex-wrap:wrap}}.violation-detail__back{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;margin-bottom:1.25rem;font-size:.8125rem;font-weight:500;color:#94a3b8;background:transparent;border:1px solid rgba(255,255,255,.08);border-radius:6px;cursor:pointer;transition:all .15s ease}.violation-detail__back:hover{color:#e2e8f0;background:#ffffff0a;border-color:#ffffff26}.violation-detail__header{margin-bottom:2rem}.violation-detail__header-top{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.violation-detail__code{font-size:.75rem;font-weight:700;font-family:monospace;color:#64748b;letter-spacing:.02em}.violation-detail__severity{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .6rem;border:1px solid;border-radius:4px}.violation-detail__title{font-size:1.75rem;font-weight:700;color:#f8fafc;margin:0 0 .75rem;line-height:1.25}.violation-detail__meta{display:flex;flex-wrap:wrap;gap:1rem}.violation-detail__meta-item{font-size:.8125rem;color:#94a3b8;padding:.25rem .75rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:6px}.violation-detail__content{display:grid;grid-template-columns:1fr 300px;gap:2rem;align-items:start}@media(max-width:900px){.violation-detail__content{grid-template-columns:1fr}}.violation-detail__info{min-width:0}.violation-detail__sidebar{position:sticky;top:1rem}.violation-detail__section{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:1.25rem;margin-bottom:1.25rem}.violation-detail__section h2{font-size:1rem;font-weight:600;color:#e2e8f0;margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem}.violation-detail__section p{font-size:.875rem;line-height:1.6;color:#94a3b8;margin:0}.violation-detail__ida{border-color:#60a5fa26}.violation-detail__ida-icon{font-size:1.1rem}.violation-detail__ida-loading{display:flex;align-items:center;gap:.75rem;padding:1rem;color:#94a3b8;font-size:.875rem}.violation-detail__spinner{width:16px;height:16px;border:2px solid rgba(96,165,250,.2);border-top-color:#60a5fa;border-radius:50%;animation:spin .8s linear infinite}.violation-detail__ida-error{padding:.75rem;background:#dc262614;border:1px solid rgba(220,38,38,.2);border-radius:6px;font-size:.8125rem;color:#f87171}.violation-detail__ida-result{display:flex;flex-direction:column;gap:.75rem}.violation-detail__ida-response{font-size:.875rem;line-height:1.65;color:#cbd5e1;margin:0}.violation-detail__ida-jurisdiction{font-size:.8125rem;color:#94a3b8;display:flex;align-items:center;gap:.5rem}.violation-detail__ida-jurisdiction strong{color:#e2e8f0}.violation-detail__ida-confidence{font-size:.6875rem;font-weight:600;color:#60a5fa;padding:.15rem .5rem;background:#60a5fa1a;border-radius:4px}.violation-detail__ida-rules{font-size:.8125rem;color:#94a3b8;display:flex;flex-direction:column;gap:.5rem}.violation-detail__ida-rule-tags{display:flex;flex-wrap:wrap;gap:.35rem}.violation-detail__ida-rule{font-size:.6875rem;padding:.2rem .5rem;background:#fbbf2414;border:1px solid rgba(251,191,36,.2);border-radius:4px;color:#fbbf24}.violation-detail__reanalyze{align-self:flex-start;padding:.4rem .85rem;font-size:.75rem;font-weight:600;color:#60a5fa;background:#60a5fa14;border:1px solid rgba(96,165,250,.2);border-radius:6px;cursor:pointer;transition:all .15s ease}.violation-detail__reanalyze:hover{background:#60a5fa26;border-color:#60a5fa66}.violation-detail__empty{font-size:.8125rem;color:#64748b;margin:0}.violation-detail__related-list{display:flex;flex-direction:column;gap:.5rem}.violation-detail__related-item{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-left:3px solid;border-radius:6px;text-align:left;cursor:pointer;transition:all .15s ease}.violation-detail__related-item:hover{background:#ffffff0d;border-color:#ffffff1f}.violation-detail__related-code{font-size:.6875rem;font-family:monospace;color:#64748b}.violation-detail__related-title{font-size:.8125rem;color:#e2e8f0;font-weight:500}.violation-detail__related-sev{font-size:.6875rem;font-weight:700;text-transform:uppercase}.entity-detail__header{margin-bottom:2rem}.entity-detail__type-badge{display:inline-block;padding:.2rem .6rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#60a5fa;background:#60a5fa1a;border:1px solid rgba(96,165,250,.25);border-radius:4px;margin-bottom:.75rem}.entity-detail__title{font-size:1.75rem;font-weight:700;color:#f8fafc;margin:0 0 .75rem;line-height:1.25}.entity-detail__score-row{display:flex;align-items:baseline;gap:.75rem}.entity-detail__score-label{font-size:.8125rem;color:#94a3b8;font-weight:500}.entity-detail__score-value{font-size:2rem;font-weight:800}.entity-detail__content{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}@media(max-width:900px){.entity-detail__content{grid-template-columns:1fr}}.entity-detail__areas{min-width:0}.entity-detail__ida-panel{position:sticky;top:1rem}.entity-detail__section-title{font-size:1rem;font-weight:600;color:#e2e8f0;margin:0 0 1rem}.entity-detail__area-grid{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.entity-detail__area-card{padding:1rem 1.25rem;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:10px}.entity-detail__area-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.entity-detail__area-name{font-size:.875rem;font-weight:600;color:#e2e8f0;text-transform:capitalize}.entity-detail__area-score{font-size:1.25rem;font-weight:800}.entity-detail__area-bar{height:4px;background:#ffffff14;border-radius:2px;overflow:hidden}.entity-detail__area-bar-fill{height:100%;border-radius:2px;transition:width .4s ease}.entity-detail__references{margin-top:1.5rem}.entity-detail__ref-item{display:flex;flex-direction:column;gap:.2rem;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.04)}.entity-detail__ref-item:last-child{border-bottom:none}.entity-detail__ref-title{font-size:.8125rem;color:#e2e8f0;font-weight:500}.entity-detail__ref-source{font-size:.6875rem;color:#64748b}.tl-breadcrumbs{display:flex;gap:.25rem;margin-bottom:1.25rem;flex-wrap:wrap}.tl-breadcrumbs__link{padding:.35rem .75rem;font-size:.8125rem;font-weight:500;color:#94a3b8;text-decoration:none;border-radius:6px;transition:all .15s ease}.tl-breadcrumbs__link:hover{color:#e2e8f0;background:#ffffff0a}.tl-breadcrumbs__link--active{color:#60a5fa;background:#60a5fa1a;font-weight:600}.tl-range-selector{display:flex;gap:.5rem;margin-bottom:2rem}.tl-range-selector__btn{padding:.5rem 1rem;border-radius:6px;border:1px solid #1c2433;background:#111620;color:#94a3b8;cursor:pointer;font-size:.8125rem;font-weight:600;font-family:inherit;transition:all .15s ease}.tl-range-selector__btn:hover{border-color:#2a3a52;color:#e2e8f0}.tl-range-selector__btn--active{border-color:#60a5fa59;background:#60a5fa1a;color:#60a5fa}.tl-loading{text-align:center;color:#64748b;padding:3rem 0;font-size:.9375rem}.tl-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.tl-grid--has-expanded{display:flex;flex-wrap:wrap;gap:1rem}@media(max-width:1100px){.tl-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.tl-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.tl-grid{grid-template-columns:1fr}}.tl-card{background:#111620;border:1px solid #1c2433;border-radius:10px;padding:1.125rem;cursor:pointer;transition:all .3s ease;min-width:0}.tl-card:hover{border-color:#60a5fa66}.tl-card--expanded{flex:4 1 0;min-width:360px;border-color:#3b82f6;background:#151b28;border-radius:18px;padding:1.25rem 1.5rem}.tl-card--square{flex:0 0 auto;width:100px;min-width:100px;max-width:100px;aspect-ratio:1 / 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:#111620;border:1px solid #1c2433;border-radius:10px;cursor:pointer;transition:all .3s ease;padding:0}.tl-card--square:hover{border-color:#60a5fa66;background:#151b28}.tl-card__square-score{font-size:1.25rem;font-weight:800}.tl-card__square-label{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.tl-card__square-trend{font-size:.75rem;font-weight:700}.tl-card__header{margin-bottom:.75rem}.tl-card__title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.tl-card__code{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.tl-card__header-right{display:flex;align-items:center;gap:6px}.tl-card__violations{font-size:.625rem;font-weight:700;color:#fff;background:#b04a4a;padding:2px 7px;border-radius:8px;min-width:18px;text-align:center}.tl-card__chevron{font-size:.9rem;color:#64748b;transition:transform .25s ease;display:inline-block}.tl-card__chevron--open{transform:rotate(90deg);color:#3b82f6}.tl-card__name{font-size:.9375rem;font-weight:600;margin:0;color:#e2e8f0;line-height:1.3}.tl-card__subtitle{display:block;font-size:.6875rem;color:#64748b;margin-top:.2rem}.tl-card__metrics{display:flex;gap:1rem;margin-bottom:.75rem}.tl-card__metric{display:flex;flex-direction:column}.tl-card__metric-label{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin-bottom:2px}.tl-card__metric-value{font-size:.9375rem;font-weight:700;color:#e2e8f0}.tl-card__bar{height:3px;background:#ffffff0f;border-radius:2px;overflow:hidden}.tl-card__bar-fill{height:100%;border-radius:2px;transition:width .4s ease}.tl-card__expand-panel{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.06);animation:slideDown .2s ease}.tl-card__overview-text{font-size:.8125rem;line-height:1.55;color:#94a3b8;margin:0 0 .75rem}.tl-card__overview-stats{display:flex;gap:1.25rem;flex-wrap:wrap;font-size:.75rem;color:#94a3b8}.tl-card__overview-stats strong{color:#e2e8f0}.tl-card__details{margin-top:.5rem}.tl-card__factors{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.tl-card__factor-row{display:flex;align-items:baseline;gap:6px;font-size:.8rem;color:#94a3b8;line-height:1.45}.tl-card__factor-dot{color:#3b82f6;flex-shrink:0}.tl-card__navigate{display:block;text-align:right;font-size:.8rem;font-weight:600;color:#3b82f6;cursor:pointer;padding:.375rem 0 0;transition:color .15s ease}.tl-card__navigate:hover{color:#60a5fa;text-decoration:underline}@media(max-width:640px){.tl-grid--has-expanded{flex-direction:column}.tl-card--square{width:auto;min-width:unset;max-width:none;aspect-ratio:auto;flex-direction:row;gap:8px;padding:.5rem 1rem}.tl-card--expanded{min-width:0}}.loading-fallback{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%}.loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.root-layout{min-height:100vh;display:flex;flex-direction:column;background:#080a0f;color:#c8d4e2;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.root-layout__content{flex:1;display:flex;flex-direction:column}:root{--hc-scrollbar-track: rgba(17, 27, 44, .9);--hc-scrollbar-thumb: rgba(64, 116, 190, .66);--hc-scrollbar-thumb-hover: rgba(92, 154, 235, .82);--hc-scrollbar-thumb-active: rgba(122, 176, 232, .92)}html,body{scrollbar-gutter:stable}*{scrollbar-width:thin;scrollbar-color:var(--hc-scrollbar-thumb) var(--hc-scrollbar-track)}*::-webkit-scrollbar{width:12px;height:12px}*::-webkit-scrollbar-track{background:var(--hc-scrollbar-track);border-radius:12px}*::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--hc-scrollbar-thumb) 0%,rgba(42,93,176,.85) 100%);border:2px solid rgba(8,14,24,.95);border-radius:12px}*::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--hc-scrollbar-thumb-hover) 0%,rgba(60,120,205,.9) 100%)}*::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,var(--hc-scrollbar-thumb-active) 0%,rgba(74,136,216,.95) 100%)}*::-webkit-scrollbar-corner{background:var(--hc-scrollbar-track)}.domain-layout{display:flex;min-height:calc(100vh - 56px);background:#080a0f}.domain-sidenav{width:260px;min-width:260px;background:#0a0e14;border-right:1px solid #1a2436;padding:1.5rem 0;display:flex;flex-direction:column;gap:.25rem}.domain-sidenav__section{padding:0 1rem;margin-bottom:.5rem}.domain-sidenav__section-title{font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#4a5d75;padding:.5rem 1rem;margin:0}.domain-sidenav__link{display:block;padding:.625rem 1.25rem;font-size:.875rem;color:#8fa3b8;text-decoration:none;border-radius:6px;margin:0 .75rem;transition:all .15s ease}.domain-sidenav__link:hover{color:#c8d4e2;background:#0d1219}.domain-sidenav__link.active{color:#e2e8f0;background:#1a2436;font-weight:500}.domain-sidenav__link--nested{padding-left:2rem;font-size:.8125rem}.domain-layout__content{flex:1;padding:2rem 3rem;overflow-y:auto;background:#080a0f}.domain-page{max-width:100%;width:100%}.domain-page__header{margin-bottom:2rem}.domain-page__eyebrow{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#2a5db0;margin-bottom:.75rem}.domain-page__title{font-size:2rem;font-weight:600;color:#e2e8f0;margin:0 0 .75rem;letter-spacing:-.02em}.domain-page__description{font-size:1rem;line-height:1.7;color:#8fa3b8;margin:0}.domain-page__section{margin-bottom:2.5rem}.domain-page__section-title{font-size:1.125rem;font-weight:600;color:#c8d4e2;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid #1a2436}.domain-page__content{font-size:.9375rem;line-height:1.75;color:#a8b9c9}.domain-page__content p{margin:0 0 1rem}.domain-page__content ul{margin:0 0 1rem;padding-left:1.5rem}.domain-page__content li{margin-bottom:.5rem}@media(max-width:1024px){.domain-sidenav{width:220px;min-width:220px}.domain-layout__content{padding:1.5rem 2rem}}@media(max-width:768px){.domain-layout{flex-direction:column}.domain-sidenav{width:100%;min-width:100%;border-right:none;border-bottom:1px solid #1a2436;padding:1rem 0;flex-direction:row;overflow-x:auto;gap:.5rem}.domain-sidenav__section{display:flex;gap:.5rem;padding:0 .5rem;margin-bottom:0}.domain-sidenav__section-title{display:none}.domain-sidenav__link{white-space:nowrap;margin:0}}
