:root{--color-bg:#fff;--color-surface:#f4f9fd;--color-surface-strong:#eaf4fc;--color-text:#14202b;--color-muted:#657482;--color-accent:#0b78df;--color-accent-dark:#075eb2;--color-line:#dfe8ef;--color-line-dark:#c8d8e5;--color-good:#218a5a;--color-good-soft:#eaf7f0;--color-warn:#b66a0d;--color-warn-soft:#fff6e8;--color-bad:#ba4141;--color-bad-soft:#fff0f0;--shadow-sm:0 10px 30px #1e497014;--shadow-lg:0 30px 80px #173e602e;--radius-sm:12px;--radius-md:20px;--radius-lg:30px;--container:1200px;--header-height:80px;color:var(--color-text);background:var(--color-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Segoe UI Variable,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;min-width:320px;scroll-padding-top:calc(var(--header-height) + 24px)}body{background:var(--color-bg);min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}svg{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}:focus-visible{outline-offset:3px;outline:3px solid #0b78df66}.container{width:min(calc(100% - 48px), var(--container));margin-inline:auto}.site-shell{min-height:100vh}.skip-link{z-index:1000;background:var(--color-text);color:#fff;border-radius:10px;padding:12px 18px;text-decoration:none;position:fixed;top:-100px;left:20px}.skip-link:focus{top:12px}.eyebrow{color:var(--color-accent-dark);letter-spacing:.12em;text-transform:uppercase;margin-bottom:18px;font-size:.7rem;font-weight:700;line-height:1.4;display:inline-block}.button{border:1px solid var(--color-accent);border-radius:var(--radius-sm);background:var(--color-accent);color:#fff;cursor:pointer;justify-content:center;align-items:center;gap:10px;min-height:50px;padding:13px 22px;font-size:.84rem;font-weight:700;line-height:1;text-decoration:none;transition:transform .18s,background-color .18s,border-color .18s,box-shadow .18s;display:inline-flex}.button:hover{background:var(--color-accent-dark);border-color:var(--color-accent-dark);transform:translateY(-2px);box-shadow:0 12px 28px #0b78df33}.button--small{min-height:42px;padding:10px 17px;font-size:.78rem}.button--outline{color:var(--color-text);border-color:var(--color-line-dark);background:#fff}.button--outline:hover{background:var(--color-surface);color:var(--color-accent-dark);box-shadow:none}.brand{color:var(--color-text);flex:none;align-items:center;gap:11px;text-decoration:none;display:inline-flex}.brand__mark{width:38px;height:38px;color:var(--color-accent);overflow:visible}.brand__mark rect,.brand__mark path,.brand__mark circle{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round}.brand__mark circle{fill:currentColor;stroke:none}.brand__wordmark{letter-spacing:-.01em;flex-direction:column;font-size:.81rem;font-weight:700;line-height:1.1;display:flex}.brand__wordmark small{color:var(--color-muted);letter-spacing:.12em;text-transform:uppercase;margin-top:3px;font-size:.64rem;font-weight:600}.site-header{z-index:100;height:var(--header-height);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffed;border-bottom:1px solid #d8e4eed9;position:sticky;top:0}.header__inner{justify-content:space-between;align-items:center;gap:30px;height:100%;display:flex}.header__identity{align-items:center;gap:17px;display:flex}.header__divider{background:var(--color-line-dark);width:1px;height:28px}.service-name{white-space:nowrap;font-size:.86rem;font-weight:700;text-decoration:none}.header__panel{flex:1;justify-content:flex-end;align-items:center;gap:clamp(22px,3.3vw,48px);display:flex}.service-nav{gap:clamp(16px,2vw,28px);display:flex}.service-nav a,.header-link{color:#43515e;font-size:.76rem;font-weight:600;text-decoration:none}.service-nav a{padding:30px 0;position:relative}.service-nav a:after{content:"";background:var(--color-accent);height:2px;transition:transform .18s;position:absolute;bottom:20px;left:0;right:0;transform:scaleX(0)}.service-nav a:hover:after{transform:scaleX(1)}.service-nav a:hover,.header-link:hover{color:var(--color-accent-dark)}.header__actions{align-items:center;gap:17px;display:flex}.language-switcher{color:#a3adb6;align-items:center;gap:5px;font-size:.7rem;font-weight:700;display:inline-flex}.language-switcher button{color:var(--color-muted);font-size:inherit;font-weight:inherit;cursor:pointer;background:0 0;border:0;padding:7px 2px}.language-switcher button.is-active{color:var(--color-accent-dark)}.menu-button{border:1px solid var(--color-line);background:#fff;border-radius:11px;width:44px;height:44px;padding:10px;display:none}.menu-button span{background:var(--color-text);border-radius:2px;width:20px;height:2px;margin:4px auto;transition:transform .18s,opacity .18s;display:block}.menu-button[aria-expanded=true] span:first-child{transform:translateY(6px)rotate(45deg)}.menu-button[aria-expanded=true] span:nth-child(2){opacity:0}.menu-button[aria-expanded=true] span:last-child{transform:translateY(-6px)rotate(-45deg)}.service-hero{border-bottom:1px solid var(--color-line);background:linear-gradient(100deg,#fff 0% 43%,#f2f8fd 100%);position:relative;overflow:hidden}.service-hero:after{content:"";border:1px solid #9ecaed59;border-radius:50%;width:600px;height:600px;position:absolute;top:-220px;right:-180px;box-shadow:0 0 0 75px #cae4f826,0 0 0 150px #cae4f814}.service-hero--flow:after{border-radius:42%;transform:rotate(20deg)}.service-hero--network:after{border-style:dashed}.service-hero--secure{background:linear-gradient(115deg,#fff 0%,#f7fbfe 100%)}.service-hero--timeline:after{border-radius:50%;width:750px;height:260px;top:100px;right:-270px;transform:rotate(-15deg)}.service-hero__grid{z-index:1;grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);align-items:center;gap:90px;min-height:560px;padding-block:80px;display:grid;position:relative}.service-hero__content{max-width:720px}.service-hero h1{letter-spacing:-.052em;margin-bottom:22px;font-size:clamp(3.2rem,5.5vw,5rem);font-weight:600;line-height:1.02}.service-hero__content>p{max-width:630px;color:var(--color-muted);margin-bottom:30px;font-size:1.05rem;line-height:1.73}.service-hero__status{align-items:center;gap:17px;display:flex}.service-hero__status>strong{font-size:.85rem;font-weight:600}.service-hero__actions{align-items:center;gap:20px;margin-top:34px;display:flex}.service-hero__actions>span{max-width:280px;color:var(--color-muted);font-size:.72rem;line-height:1.55}.status-badge{background:var(--color-good-soft);color:#176d46;white-space:nowrap;border:1px solid #bfe2d0;border-radius:999px;align-items:center;gap:8px;width:fit-content;min-height:34px;padding:7px 11px;font-size:.68rem;font-weight:700;display:inline-flex}.status-badge i{background:currentColor;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #218a5a1a}.status-badge--degraded,.status-badge--maintenance{background:var(--color-warn-soft);color:var(--color-warn);border-color:#efd6ac}.status-badge--partial_outage,.status-badge--offline{background:var(--color-bad-soft);color:var(--color-bad);border-color:#edc1c1}.status-badge--quiet{border-color:var(--color-line);background:0 0;min-height:29px;padding:5px 9px;font-size:.62rem}.hero-console{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border:1px solid #c0d7e9f2;padding:32px;position:relative}.hero-console:before{content:"";background:#ffffff8c;border:1px solid #c0d7e9b3;border-bottom:0;border-radius:8px 8px 0 0;height:7px;position:absolute;top:-7px;left:35px;right:35px}.hero-console__head{color:var(--color-muted);letter-spacing:.1em;text-transform:uppercase;justify-content:space-between;font-size:.65rem;font-weight:700;display:flex}.hero-console__head i{color:var(--color-good);font-style:normal}.hero-console__value{margin-block:52px}.hero-console__value strong{letter-spacing:-.05em;margin-bottom:6px;font-size:clamp(2.7rem,5vw,4.2rem);font-weight:600;line-height:1;display:block}.hero-console__value>span{color:var(--color-muted);font-size:.76rem}.hero-console__update{border-top:1px solid var(--color-line);align-items:center;gap:13px;padding-top:20px;display:flex}.live-dot{background:var(--color-good);width:10px;height:10px;box-shadow:0 0 0 5px var(--color-good-soft);border-radius:50%;flex:none;animation:3s ease-in-out infinite soft-pulse}.live-dot--degraded,.live-dot--maintenance{background:var(--color-warn);box-shadow:0 0 0 5px var(--color-warn-soft)}.live-dot--partial_outage,.live-dot--offline{background:var(--color-bad);box-shadow:0 0 0 5px var(--color-bad-soft)}.hero-console__update div{flex-direction:column;gap:3px;display:flex}.hero-console__update span{font-size:.68rem;font-weight:600}.hero-console__update small{color:var(--color-muted);font-size:.62rem}@keyframes soft-pulse{50%{opacity:.72;transform:scale(1.12)}}.dashboard-section{padding-block:100px}.dashboard-section--tint{background:var(--color-surface)}.section-intro{max-width:740px;margin-bottom:48px}.section-intro h2,.section-title h2{letter-spacing:-.04em;margin-bottom:15px;font-size:clamp(2rem,3.5vw,3.15rem);font-weight:600;line-height:1.1}.section-intro p,.section-title p{max-width:650px;color:var(--color-muted);margin-bottom:0;line-height:1.72}.section-intro--split{grid-template-columns:1fr .75fr;align-items:end;gap:70px;max-width:none;display:grid}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px;display:grid}.metric-card{border:1px solid var(--color-line);border-radius:var(--radius-md);background:#fff;flex-direction:column;min-height:205px;padding:25px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.metric-card:hover{box-shadow:var(--shadow-sm);border-color:#b8d5e9;transform:translateY(-3px)}.metric-card>span{min-height:40px;color:var(--color-muted);font-size:.72rem;font-weight:600;line-height:1.45}.metric-card>strong{letter-spacing:-.04em;margin-top:auto;font-size:clamp(1.65rem,3vw,2.2rem);font-weight:600;line-height:1}.metric-card>i{opacity:.7;border-bottom:1px solid #bedaf0;width:34px;height:17px;position:absolute;bottom:23px;right:20px;transform:skewY(-10deg)}.metric-card>i span{background:var(--color-accent);border-radius:50%;width:7px;height:7px;position:absolute;bottom:-1px;right:0}.metric-card--featured{color:#fff;background:#0876dc;border-color:#0876dc}.metric-card--featured>span{color:#d7ecff}.metric-card--featured>i{border-color:#ffffff8c}.metric-card--featured>i span{background:#fff}.protocols{border:1px solid var(--color-line);background:var(--color-surface);border-radius:15px;flex-wrap:wrap;align-items:center;gap:9px;margin-top:24px;padding:20px 24px;display:flex}.protocols>span{color:var(--color-muted);margin-right:auto;font-size:.7rem;font-weight:600}.protocols i{border:1px solid var(--color-line-dark);color:#42596b;background:#fff;border-radius:8px;padding:7px 11px;font-size:.66rem;font-style:normal;font-weight:700}.section-block{margin-top:90px}.section-title{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:34px;display:flex}.section-title .eyebrow{margin-bottom:12px}.section-title h2{margin-bottom:0;font-size:clamp(1.65rem,3vw,2.45rem)}.section-title>span{border:1px solid var(--color-line-dark);width:42px;height:42px;color:var(--color-accent-dark);border-radius:50%;place-items:center;font-size:.72rem;font-weight:700;display:grid}.connection-note{z-index:90;color:#82531b;max-width:390px;box-shadow:var(--shadow-sm);background:#fffaf1;border:1px solid #efd6ac;border-radius:10px;padding:13px 16px;font-size:.7rem;position:fixed;bottom:20px;right:20px}.chart-card{border:1px solid var(--color-line);border-radius:var(--radius-md);background:#fff;padding:36px}.chart-card__head{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px;display:flex}.chart-card__head .eyebrow{margin-bottom:10px}.chart-card__head h2{margin:0;font-size:1.55rem;font-weight:600}.chart-card__legend{color:var(--color-muted);align-items:center;gap:8px;font-size:.65rem;display:flex}.chart-card__legend i{background:var(--color-accent);width:20px;height:2px}.chart-wrap{width:100%;height:250px;overflow:hidden}.chart-wrap svg{width:100%;height:100%;overflow:visible}.chart-grid line{stroke:#e8eef3;stroke-width:1px;vector-effect:non-scaling-stroke}.chart-line{fill:none;stroke:var(--color-accent);stroke-width:2.2px;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round;transition:d .4s}.chart-labels{color:#8a98a4;justify-content:space-between;margin-top:11px;font-size:.62rem;display:flex}.node-list{border-top:1px solid var(--color-line-dark)}.node-card{border-bottom:1px solid var(--color-line-dark);grid-template-columns:minmax(260px,1fr) 190px 1.35fr;align-items:center;gap:25px;min-height:116px;display:grid}.node-card__identity{align-items:center;gap:15px;display:flex}.node-card__dot{background:var(--color-good);width:10px;height:10px;box-shadow:0 0 0 5px var(--color-good-soft);border-radius:50%;flex:none}.node-card__dot--degraded,.node-card__dot--maintenance{background:var(--color-warn);box-shadow:0 0 0 5px var(--color-warn-soft)}.node-card__dot--partial_outage,.node-card__dot--offline{background:var(--color-bad);box-shadow:0 0 0 5px var(--color-bad-soft)}.node-card h3{margin-bottom:5px;font-size:.9rem;font-weight:600}.node-card p{color:var(--color-muted);margin-bottom:0;font-size:.68rem}.node-card dl{grid-template-columns:.7fr .8fr 1.5fr;gap:20px;margin:0;display:grid}.node-card dl div{min-width:0}.node-card dt{color:var(--color-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:5px;font-size:.59rem;font-weight:600}.node-card dd{overflow-wrap:anywhere;margin:0;font-size:.7rem;font-weight:600}.activity-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:100px;display:grid}.timeline-card,.incident-card{border:1px solid var(--color-line);border-radius:var(--radius-md);background:#fff;padding:32px}.event-list{margin:0;padding:0;list-style:none}.event-item{border-bottom:1px solid var(--color-line);grid-template-columns:1fr auto;align-items:center;gap:18px;min-height:66px;padding:13px 0 13px 24px;display:grid;position:relative}.event-item:last-child{border-bottom:0}.event-item>i{background:var(--color-accent);border-radius:50%;width:7px;height:7px;position:absolute;top:25px;left:1px}.event-item--warning>i{background:var(--color-warn)}.event-item--major>i{background:var(--color-bad)}.event-item div{flex-direction:column;gap:5px;min-width:0;display:flex}.event-item strong{font-size:.72rem;font-weight:600}.event-item time{color:var(--color-muted);font-size:.62rem}.event-item>span{color:var(--color-muted);text-transform:uppercase;letter-spacing:.07em;font-size:.57rem;font-weight:700}.incident-list{flex-direction:column;display:flex}.incident{border-bottom:1px solid var(--color-line);justify-content:space-between;align-items:center;gap:20px;min-height:78px;padding-block:14px;display:flex}.incident:last-child{border-bottom:0}.incident>div{align-items:center;gap:14px;display:flex}.incident>div>i{background:var(--color-warn);border-radius:2px;flex:none;width:8px;height:8px;transform:rotate(45deg)}.incident--major>div>i{background:var(--color-bad)}.incident h3{margin-bottom:5px;font-size:.72rem;font-weight:600}.incident time{color:var(--color-muted);font-size:.61rem}.incident__state{background:var(--color-warn-soft);color:var(--color-warn);white-space:nowrap;border-radius:7px;padding:6px 8px;font-size:.58rem;font-weight:700}.incident__state--resolved{background:var(--color-good-soft);color:var(--color-good)}.empty-state{min-height:180px;color:var(--color-muted);text-align:center;justify-content:center;align-items:center;font-size:.73rem;display:flex}.empty-state--good{gap:12px}.empty-state--good i{background:var(--color-good-soft);width:28px;height:28px;color:var(--color-good);border-radius:50%;place-items:center;font-style:normal;display:grid}.edge-map{border:1px solid var(--color-line);border-radius:var(--radius-lg);background:linear-gradient(145deg,#fff,#f6fbff);margin-bottom:58px;padding:38px}.edge-map__canvas{width:min(100%,780px);height:470px;margin-inline:auto;position:relative}.edge-map__canvas>svg{width:100%;height:100%}.edge-map__lines line{stroke:#94c8ee;stroke-width:1.5px;stroke-dasharray:5 6}.edge-map__lines .line--degraded,.edge-map__lines .line--maintenance{stroke:#d7a85e}.edge-map__lines .line--partial_outage,.edge-map__lines .line--offline{stroke:#d98d8d}.edge-map__core-ring{fill:#0b78df0a;stroke:#0b78df2e}.edge-map__core{fill:#fff;stroke:var(--color-accent);stroke-width:2px;filter:drop-shadow(0 12px 18px #1968ae24)}.edge-map__canvas>svg path{fill:none;stroke:var(--color-accent);stroke-width:3px;stroke-linecap:round}.edge-map__core-label{color:var(--color-text);flex-direction:column;align-items:center;font-size:.72rem;font-weight:700;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,45px)}.edge-map__core-label small{color:var(--color-muted);margin-top:2px;font-size:.56rem;font-weight:600}.edge-map__node{border:1px solid var(--color-line-dark);min-width:132px;box-shadow:var(--shadow-sm);background:#fffffff0;border-radius:11px;grid-template-columns:auto 1fr;column-gap:9px;padding:11px 13px;display:grid;position:absolute}.edge-map__node--1{top:13%;left:8%}.edge-map__node--2{top:10%;right:7%}.edge-map__node--3{bottom:22%;right:0}.edge-map__node--4{bottom:2%;left:40%}.edge-map__node--5{bottom:19%;left:1%}.edge-map__node-dot{background:var(--color-good);border-radius:50%;grid-row:1/3;width:8px;height:8px;margin-top:3px}.edge-map__node-dot--degraded,.edge-map__node-dot--maintenance{background:var(--color-warn)}.edge-map__node-dot--partial_outage,.edge-map__node-dot--offline{background:var(--color-bad)}.edge-map__node strong{font-size:.63rem}.edge-map__node small{color:var(--color-muted);margin-top:3px;font-size:.56rem}.edge-map__mobile{display:none}.sync-flow{margin-bottom:58px}.sync-flow ol{border-top:1px solid var(--color-line-dark);grid-template-columns:repeat(5,1fr);margin:0;padding:0;list-style:none;display:grid}.sync-flow__step{min-height:205px;padding:24px 24px 16px 0;position:relative}.sync-flow__step:not(:last-child):after{content:"";background:var(--color-good);border-radius:50%;width:7px;height:7px;position:absolute;top:-4px;right:-3px}.sync-flow__step>span{color:var(--color-accent);letter-spacing:.08em;font-size:.62rem;font-weight:700}.sync-flow__step>i{border:7px solid var(--color-good-soft);background:var(--color-good);border-radius:50%;width:28px;height:28px;margin:35px 0 20px;display:block}.sync-flow__step--degraded>i,.sync-flow__step--maintenance>i{border-color:var(--color-warn-soft);background:var(--color-warn)}.sync-flow__step--partial_outage>i,.sync-flow__step--offline>i{border-color:var(--color-bad-soft);background:var(--color-bad)}.sync-flow__step div{flex-direction:column;gap:5px;display:flex}.sync-flow__step strong{font-size:.75rem}.sync-flow__step small{color:var(--color-muted);font-size:.61rem}.control-overview{background:var(--color-surface)}.control-public{border:1px solid var(--color-line);border-radius:var(--radius-md);background:#fff;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;margin:28px 0;padding:40px;display:grid}.control-public__symbol{background:var(--color-surface-strong);border-radius:18px;place-items:center;width:64px;height:64px;display:grid;position:relative}.control-public__symbol span{border:2px solid var(--color-accent);border-radius:5px;width:26px;height:20px;position:absolute}.control-public__symbol span:nth-child(2){opacity:.35;transform:translate(-7px,-7px)}.control-public__symbol span:nth-child(3){opacity:.35;transform:translate(7px,7px)}.control-public h2{margin-bottom:7px;font-size:1.15rem;font-weight:600}.control-public p{color:var(--color-muted);margin-bottom:0;font-size:.72rem;line-height:1.6}.timeline-card--compact{margin-top:28px}.load-state{min-height:calc(100vh - var(--header-height));text-align:center;background:var(--color-surface);flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.load-state p{color:var(--color-muted)}.loader{border:2px solid var(--color-line-dark);border-top-color:var(--color-accent);border-radius:50%;width:34px;height:34px;margin-bottom:20px;animation:.9s linear infinite spin}.load-state--error>span{background:var(--color-bad-soft);width:45px;height:45px;color:var(--color-bad);border-radius:50%;place-items:center;margin-bottom:20px;font-weight:700;display:grid}.load-state--error h1{font-size:1.8rem}.load-state--error p{max-width:460px;line-height:1.7}.load-state--error .button{margin-top:10px}@keyframes spin{to{transform:rotate(360deg)}}.site-footer{border-top:1px solid var(--color-line);background:#f8fbfd;padding-top:70px}.footer__top{grid-template-columns:1.3fr .8fr 1fr;align-items:start;gap:60px;padding-bottom:58px;display:grid}.footer__top>div>p{max-width:310px;color:var(--color-muted);margin:22px 0 0;font-size:.76rem;line-height:1.7}.footer__top nav{flex-direction:column;gap:13px;display:flex}.footer__top nav a,.footer__email{color:#394d5d;font-size:.73rem;font-weight:600;text-decoration:none}.footer__top nav a:hover,.footer__email:hover{color:var(--color-accent-dark)}.footer__email{overflow-wrap:anywhere}.footer__bottom{border-top:1px solid var(--color-line);min-height:72px;color:var(--color-muted);align-items:center;font-size:.66rem;display:flex}.account-page{background:#f3f8fc;place-items:center;min-height:100vh;padding:100px 24px 34px;display:grid;position:relative;overflow:hidden}.account-page__ambient{border:1px solid #cae3f6;border-radius:50%;width:650px;height:650px;position:absolute;top:-360px;right:-260px;box-shadow:0 0 0 80px #cae3f640,0 0 0 160px #cae3f61f}.account-page--edge .account-page__ambient{border-radius:35%;transform:rotate(18deg)}.account-page--sync .account-page__ambient{border-radius:50%;height:280px;top:30px}.account-page--control{background:#f7fafc}.account-header{z-index:2;justify-content:space-between;align-items:center;display:flex;position:absolute;top:25px;left:34px;right:34px}.account-header__identity{align-items:center;gap:15px;display:flex}.account-header__identity>span{background:var(--color-line-dark);width:1px;height:26px}.account-header__identity>strong{font-size:.8rem}.account-card{z-index:2;border:1px solid var(--color-line);width:min(100%,470px);box-shadow:var(--shadow-sm);background:#fff;border-radius:26px;padding:43px;position:relative}.account-card__service{align-items:center;gap:12px;margin-bottom:29px;display:flex}.account-card__service .brand__mark{width:32px;height:32px}.account-card__service>span{font-size:.75rem;font-weight:700}.account-card h1{letter-spacing:-.04em;margin-bottom:10px;font-size:2rem;font-weight:600;line-height:1.15}.account-card form{margin-top:26px}.account-card label{margin:17px 0 8px;font-size:.72rem;font-weight:700;display:block}.account-card input{border:1px solid var(--color-line-dark);width:100%;height:51px;color:var(--color-text);background:#fff;border-radius:11px;outline:none;padding:0 15px;transition:border-color .18s,box-shadow .18s}.account-card input::placeholder{color:#9ba7b1}.account-card input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #0b78df1f}.form-error{color:var(--color-bad);background:#fff7f7;border:1px solid #f0cbcb;border-radius:9px;align-items:center;gap:9px;margin-top:17px;padding:11px 13px;font-size:.72rem;display:flex}.form-error span{border:1px solid;border-radius:50%;place-items:center;width:18px;height:18px;font-size:.62rem;font-weight:700;display:grid}.account-card__submit{width:100%;margin-top:23px}.account-card__back{border-top:1px solid var(--color-line);color:var(--color-muted);justify-content:center;align-items:center;gap:9px;margin-top:25px;padding-top:22px;font-size:.71rem;font-weight:600;text-decoration:none;display:flex}.account-card__back:hover{color:var(--color-accent-dark)}@media (width<=1080px){.header__inner{gap:18px}.header__panel{gap:20px}.service-nav{gap:14px}.service-hero__grid{gap:50px}.node-card{grid-template-columns:minmax(230px,1fr) 170px 1.3fr}.footer__top{grid-template-columns:1.2fr .6fr 1fr}}@media (width<=920px){:root{--header-height:70px}.menu-button{display:block}.header__panel{border-bottom:1px solid var(--color-line);background:#fff;padding:12px 24px 24px;display:none;position:absolute;top:calc(100% + 1px);left:0;right:0;box-shadow:0 18px 30px #183a571a}.header__panel.is-open{display:block}.service-nav{flex-direction:column;gap:0;display:flex}.service-nav a{border-bottom:1px solid var(--color-line);padding:13px 4px}.service-nav a:after{display:none}.header__actions{justify-content:space-between;padding-top:18px}.service-hero__grid{grid-template-columns:1fr;gap:45px;min-height:auto;padding-block:75px}.hero-console{max-width:560px}.node-card{grid-template-columns:1fr auto;padding-block:23px}.node-card dl{grid-column:1/-1}.activity-grid{grid-template-columns:1fr}.edge-map__canvas{height:430px}.sync-flow ol{grid-template-columns:repeat(3,1fr);row-gap:20px}.sync-flow__step{border-top:1px solid var(--color-line)}.sync-flow__step:after{display:none}.footer__top{grid-template-columns:1fr 1fr}.footer__email{grid-column:1/-1}}@media (width<=720px){.container{width:min(calc(100% - 32px), var(--container))}.brand__wordmark{display:none}.header__identity{gap:11px}.header__divider{height:23px}.service-name{font-size:.78rem}.service-hero__grid{padding-block:62px}.service-hero h1{font-size:clamp(2.65rem,12vw,4rem)}.service-hero__content>p{font-size:.95rem}.service-hero__status{flex-direction:column;align-items:flex-start;gap:11px}.service-hero__actions{flex-direction:column;align-items:flex-start}.dashboard-section{padding-block:76px}.section-intro--split{grid-template-columns:1fr;gap:5px}.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-card{min-height:175px}.chart-card{padding:27px 20px}.chart-wrap{height:215px}.node-card{grid-template-columns:1fr;gap:14px}.node-card .status-badge{grid-row:2}.node-card dl{grid-column:auto;grid-template-columns:repeat(3,1fr)}.activity-grid{margin-top:75px}.timeline-card,.incident-card{padding:25px 20px}.event-item{grid-template-columns:1fr;gap:4px}.event-item>span{padding-top:2px}.edge-map{padding:28px 20px}.edge-map__canvas{display:none}.edge-map__mobile{border-top:1px solid var(--color-line);flex-direction:column;display:flex}.edge-map__mobile>div{border-bottom:1px solid var(--color-line);justify-content:space-between;align-items:center;gap:15px;min-height:62px;font-size:.72rem;display:flex}.sync-flow ol{grid-template-columns:repeat(2,1fr)}.control-public{grid-template-columns:auto 1fr;padding:28px}.control-public .button{grid-column:1/-1;width:100%}.footer__top{grid-template-columns:1fr 1fr;gap:42px 25px}.footer__top>div{grid-column:1/-1}.footer__email{grid-column:auto}}@media (width<=480px){.container{width:min(calc(100% - 28px), var(--container))}.header__actions{flex-direction:column;align-items:stretch}.header__actions .language-switcher{align-self:flex-start}.header__actions .button{width:100%}.hero-console{padding:25px 22px}.hero-console__value{margin-block:42px}.service-hero__status>strong{font-size:.78rem}.metrics-grid{grid-template-columns:1fr}.metric-card{min-height:155px}.metric-card>span{min-height:30px}.chart-card__head{flex-direction:column;align-items:flex-start}.node-card dl{grid-template-columns:repeat(2,1fr)}.node-card dl div:last-child{grid-column:1/-1}.section-title{align-items:flex-start}.section-title>span{display:none}.sync-flow ol{grid-template-columns:1fr}.sync-flow__step{min-height:160px}.sync-flow__step>i{margin-block:25px 16px}.control-public{grid-template-columns:1fr}.control-public .button{grid-column:auto}.footer__top{grid-template-columns:1fr}.footer__top>div,.footer__email{grid-column:auto}.account-page{align-items:start;padding:90px 14px 20px}.account-header{top:19px;left:20px;right:20px}.account-header__identity .brand__wordmark,.account-header__identity>span,.account-header__identity>strong{display:none}.account-card{border-radius:20px;padding:31px 22px}.account-card h1{font-size:1.75rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-shell--workspace{background:#fff}.site-shell--workspace .header__panel{gap:clamp(24px,4vw,58px)}.site-shell--workspace .service-nav{gap:clamp(15px,1.8vw,26px)}.site-shell--workspace .header__actions{border-left:1px solid var(--color-line);padding-left:18px}.workspace-hero{background:linear-gradient(102deg,#fff 0% 44%,#eef7fd 100%)}.workspace-hero:after{border-style:dashed;width:720px;height:720px;animation:80s linear infinite workspace-orbit;top:-300px;right:-230px;box-shadow:0 0 0 84px #cae4f821,0 0 0 168px #cae4f811}.workspace-hero .service-hero__grid{min-height:620px}.workspace-hero .service-hero__content>p{margin-bottom:0}.workspace-hero__lead{letter-spacing:-.025em;font-weight:600;color:var(--color-text)!important;font-size:clamp(1.2rem,2.2vw,1.55rem)!important;line-height:1.35!important}.workspace-hero__description{margin-top:15px;font-size:1rem!important}.workspace-hero .service-hero__status{margin-top:32px}.workspace-console{overflow:hidden}.workspace-console:after{content:"";pointer-events:none;border:1px solid #d4e8f6;border-radius:50%;width:230px;height:230px;position:absolute;bottom:-100px;right:-80px;box-shadow:0 0 0 34px #deeffb47}.workspace-console__identity{z-index:1;align-items:center;gap:17px;margin:30px 0 28px;display:flex;position:relative}.workspace-console__identity>div{flex-direction:column;gap:5px;display:flex}.workspace-console__identity strong{letter-spacing:-.025em;font-size:1.15rem;line-height:1}.workspace-console__identity small{color:var(--color-muted);font-size:.65rem}.workspace-console__mark{width:57px;height:57px;color:var(--color-accent-dark);background:linear-gradient(145deg,#fff,#edf7fe);border:1px solid #bcd9ed;border-radius:16px;flex:none;place-items:center;display:grid;position:relative}.workspace-console__mark i{border:1px solid #0b78df33;border-radius:50%;position:absolute}.workspace-console__mark i:first-child{width:40px;height:40px}.workspace-console__mark i:nth-child(2){width:30px;height:30px}.workspace-console__mark i:nth-child(3){width:18px;height:18px}.workspace-console__mark b{z-index:1;letter-spacing:.05em;background:#f6fbff;padding:2px;font-size:.54rem;position:relative}.workspace-console__list{z-index:1;border-top:1px solid var(--color-line);margin:0 0 28px;position:relative}.workspace-console__list div{border-bottom:1px solid var(--color-line);justify-content:space-between;align-items:center;gap:20px;min-height:48px;display:flex}.workspace-console__list dt{color:var(--color-muted);font-size:.68rem;font-weight:600}.workspace-console__list dd{color:var(--color-accent-dark);font-variant-numeric:tabular-nums;margin:0;font-size:.73rem;font-weight:700}.workspace-console .hero-console__update{z-index:1;position:relative}.workspace-resource-table{border:1px solid var(--color-line);border-radius:var(--radius-md);background:#fff;overflow:hidden;box-shadow:0 8px 26px #1e497009}.workspace-resource-table table{border-collapse:collapse;table-layout:fixed;width:100%}.workspace-resource-table th{border-bottom:1px solid var(--color-line-dark);color:var(--color-muted);letter-spacing:.08em;text-align:left;text-transform:uppercase;background:#f8fbfd;padding:17px 20px;font-size:.6rem;font-weight:700;line-height:1.3}.workspace-resource-table th:first-child{width:41%}.workspace-resource-table th:nth-child(2),.workspace-resource-table th:nth-child(3){width:10%}.workspace-resource-table th:nth-child(4){width:20%}.workspace-resource-table th:last-child{width:19%}.workspace-resource-table td{border-bottom:1px solid var(--color-line);color:#3c4d5b;vertical-align:middle;height:112px;padding:18px 20px;font-size:.69rem}.workspace-resource-table tbody tr:last-child td{border-bottom:0}.workspace-resource-table tbody tr{transition:background-color .18s}.workspace-resource-table tbody tr:hover{background:#fbfdff}.workspace-resource__identity-inner{align-items:center;gap:17px;display:flex}.workspace-resource__identity-inner>div{gap:4px;min-width:0;display:grid}.workspace-resource__identity strong{color:var(--color-text);font-size:.79rem;font-weight:700}.workspace-resource__identity code{width:fit-content;color:var(--color-accent-dark);font-family:Cascadia Code,SFMono-Regular,Consolas,monospace;font-size:.67rem}.workspace-resource__identity small{color:var(--color-muted);font-size:.63rem;line-height:1.35}.workspace-file-icon{width:45px;height:52px;color:var(--color-accent);flex:none;position:relative}.workspace-file-icon svg{fill:#f4faff;stroke:currentColor;stroke-width:1.4px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.workspace-file-icon small{color:currentColor;letter-spacing:.03em;background:#fff;border-radius:3px;padding:2px 3px;font-size:.42rem;font-weight:800;line-height:1;position:absolute;bottom:6px;left:12px}.workspace-file-icon--txt{color:#59758a}.workspace-file-icon--mp4{color:#6b61b5}.workspace-file-icon--zip{color:#9b701c}.workspace-format{border:1px solid var(--color-line-dark);color:#42596b;letter-spacing:.07em;text-transform:uppercase;background:#f8fbfd;border-radius:7px;padding:6px 8px;font-size:.57rem;font-weight:800;line-height:1;display:inline-flex}.workspace-release{flex-direction:column;gap:5px;display:flex}.workspace-release strong{color:var(--color-text);font-size:.68rem}.workspace-release small{color:var(--color-muted);font-size:.59rem}.workspace-resource__action{text-align:right}.workspace-resource__action .button{min-width:118px}.workspace-download-icon{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.workspace-dataset-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.workspace-dataset-card{border:1px solid var(--color-line);border-radius:var(--radius-md);background:#fff;min-height:390px;padding:32px;transition:transform .18s,border-color .18s,box-shadow .18s;position:relative;overflow:hidden}.workspace-dataset-card:after{content:"";border:1px solid #d8eaf7;border-radius:50%;width:245px;height:245px;position:absolute;bottom:-115px;right:-85px;box-shadow:0 0 0 31px #e0f1fc47}.workspace-dataset-card:hover{box-shadow:var(--shadow-sm);border-color:#bad7ea;transform:translateY(-3px)}.workspace-dataset-card__top{z-index:1;justify-content:space-between;align-items:flex-start;display:flex;position:relative}.workspace-dataset-card__top>span{color:#8ca0af;letter-spacing:.08em;font-size:.63rem;font-weight:700}.workspace-dataset-card h3{z-index:1;letter-spacing:-.045em;margin:25px 0 10px;font-size:2rem;font-weight:600;position:relative}.workspace-dataset-card>p{z-index:1;max-width:420px;color:var(--color-muted);margin-bottom:28px;font-size:.75rem;line-height:1.65;position:relative}.workspace-dataset-card dl{z-index:1;border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line);grid-template-columns:repeat(3,minmax(0,1fr));margin:0;display:grid;position:relative}.workspace-dataset-card dl div{padding:17px 10px 17px 0}.workspace-dataset-card dt{color:var(--color-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:7px;font-size:.52rem;font-weight:700;line-height:1.3}.workspace-dataset-card dd{color:var(--color-text);margin:0;font-size:.64rem;font-weight:700}.workspace-dataset-card dd i{background:var(--color-good);width:6px;height:6px;box-shadow:0 0 0 3px var(--color-good-soft);border-radius:50%;margin-right:6px;display:inline-block}.workspace-dataset-card>a{z-index:1;width:fit-content;color:var(--color-accent-dark);align-items:center;gap:8px;margin-top:25px;font-size:.7rem;font-weight:700;text-decoration:none;display:inline-flex;position:relative}.workspace-dataset-card>a:hover{color:var(--color-accent)}.workspace-media-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;display:grid}.workspace-media-card{border:1px solid var(--color-line);border-radius:var(--radius-md);background:#fff;flex-direction:column;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex;overflow:hidden}.workspace-media-card:hover{box-shadow:var(--shadow-sm);border-color:#bad7ea;transform:translateY(-3px)}.workspace-media-card__preview{border-bottom:1px solid var(--color-line);background:linear-gradient(145deg,#eaf5fc,#f9fcfe);place-items:center;height:205px;display:grid;position:relative;overflow:hidden}.workspace-media-card__preview--2{background:linear-gradient(145deg,#edf7fa,#f9fcfe)}.workspace-media-card__preview--3{background:linear-gradient(145deg,#edf2fa,#fafcff)}.workspace-media-card__grid{opacity:.56;background-image:linear-gradient(#74a6cc29 1px,#0000 1px),linear-gradient(90deg,#74a6cc29 1px,#0000 1px);background-size:34px 34px;position:absolute;inset:-40px;transform:perspective(300px)rotateX(55deg)rotate(-15deg)scale(1.3)}.workspace-media-card__play{width:58px;height:58px;color:var(--color-accent);background:#ffffffdb;border:1px solid #0b78df59;border-radius:50%;place-items:center;display:grid;position:relative;box-shadow:0 12px 35px #1f639b24}.workspace-media-card__play i{border-top:7px solid #0000;border-bottom:7px solid #0000;border-left:11px solid;width:0;height:0;margin-left:4px}.workspace-media-card__preview>small{color:#fff;background:#14202bc7;border-radius:6px;padding:5px 7px;font-size:.55rem;font-weight:700;position:absolute;bottom:14px;right:15px}.workspace-media-card__body{padding:25px 25px 20px}.workspace-media-card__body h3{letter-spacing:-.02em;margin:17px 0 9px;font-size:1.06rem;font-weight:600;line-height:1.3}.workspace-media-card__body p{color:var(--color-muted);margin:0;font-size:.7rem;line-height:1.65}.workspace-media-card__footer{border-top:1px solid var(--color-line);justify-content:space-between;align-items:center;gap:14px;min-height:62px;margin-top:auto;padding:15px 25px;display:flex}.workspace-media-card__footer>span{color:var(--color-muted);font-size:.58rem}.workspace-media-card__footer a{color:var(--color-accent-dark);align-items:center;gap:7px;font-size:.64rem;font-weight:700;text-decoration:none;display:inline-flex}.workspace-media-card__footer a:hover{color:var(--color-accent)}.workspace-docs-grid{border-top:1px solid var(--color-line-dark);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.workspace-doc-card{border-bottom:1px solid var(--color-line-dark);min-height:250px;padding:30px 32px 30px 0}.workspace-doc-card:not(:last-child){border-right:1px solid var(--color-line);margin-right:30px}.workspace-doc-card>span{color:var(--color-accent);letter-spacing:.08em;font-size:.62rem;font-weight:700}.workspace-doc-card h3{margin:46px 0 13px;font-size:1rem;font-weight:600}.workspace-doc-card p{max-width:330px;color:var(--color-muted);margin:0;font-size:.72rem;line-height:1.72}.workspace-footer__service{flex-direction:column;gap:7px;display:flex}.workspace-footer__service strong{font-size:.78rem}.workspace-footer__service span{color:var(--color-muted);font-size:.67rem}.workspace-footer .footer__bottom{justify-content:space-between;gap:24px}@keyframes workspace-orbit{to{transform:rotate(360deg)}}@media (width<=920px){.site-shell--workspace .header__actions{border-left:0;padding-left:0}.workspace-hero .service-hero__grid{min-height:auto}.workspace-resource-table{box-shadow:none;background:0 0;border:0;overflow:visible}.workspace-resource-table table,.workspace-resource-table tbody,.workspace-resource-table tr,.workspace-resource-table td{width:100%;display:block}.workspace-resource-table thead{display:none}.workspace-resource-table tbody{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.workspace-resource-table tr{border:1px solid var(--color-line);border-radius:var(--radius-md);background:#fff;padding:23px}.workspace-resource-table td{border:0;justify-content:space-between;align-items:center;gap:18px;height:auto;padding:9px 0;display:flex}.workspace-resource-table td:not(:first-child):before{content:attr(data-label);color:var(--color-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.57rem;font-weight:700}.workspace-resource-table .workspace-resource__identity{border-bottom:1px solid var(--color-line);justify-content:flex-start;min-height:82px;padding:0 0 16px}.workspace-resource-table .workspace-resource__action{padding-top:17px}.workspace-resource-table .workspace-resource__action:before{content:none}.workspace-resource__action .button{width:100%}.workspace-dataset-card dl{grid-template-columns:1fr}.workspace-dataset-card dl div{border-bottom:1px solid var(--color-line);justify-content:space-between;gap:20px;display:flex}.workspace-dataset-card dl div:last-child{border:0}.workspace-dataset-card dt{margin:0}.workspace-dataset-card{min-height:480px}.workspace-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-media-card:last-child{grid-column:1/-1;max-width:calc(50% - 8px)}}@media (width<=720px){.workspace-hero__description{font-size:.91rem!important}.workspace-dataset-grid{grid-template-columns:1fr}.workspace-dataset-card{min-height:390px}.workspace-dataset-card dl{grid-template-columns:repeat(3,minmax(0,1fr))}.workspace-dataset-card dl div{border:0;display:block}.workspace-docs-grid{grid-template-columns:1fr}.workspace-doc-card{min-height:210px;padding-right:0}.workspace-doc-card:not(:last-child){border-right:0;margin-right:0}.workspace-doc-card h3{margin-top:30px}.workspace-footer__top .workspace-footer__service{grid-column:auto}}@media (width<=600px){.workspace-resource-table tbody,.workspace-media-grid{grid-template-columns:1fr}.workspace-media-card:last-child{grid-column:auto;max-width:none}.workspace-media-card__preview{height:190px}}@media (width<=480px){.workspace-console__identity{margin-top:26px}.workspace-resource-table tr{padding:20px}.workspace-resource__identity-inner{gap:13px}.workspace-dataset-card{min-height:480px;padding:26px 22px}.workspace-dataset-card dl{grid-template-columns:1fr}.workspace-dataset-card dl div{display:flex}.workspace-dataset-card h3{font-size:1.7rem}.workspace-media-card__body,.workspace-media-card__footer{padding-inline:20px}.workspace-footer .footer__bottom{flex-direction:column;align-items:flex-start;padding-block:20px}}@media (prefers-reduced-motion:reduce){.workspace-hero:after{animation:none}}
