: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}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.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-category-section{border-bottom:1px solid var(--color-line);padding-block:80px}.workspace-category-list{border-top:1px solid var(--color-line-dark);grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.workspace-category-list div{border-bottom:1px solid var(--color-line-dark);flex-direction:column;justify-content:space-between;min-height:135px;padding:22px 18px 20px 0;display:flex}.workspace-category-list div:not(:last-child){border-right:1px solid var(--color-line);margin-right:18px}.workspace-category-list span{color:var(--color-accent);letter-spacing:.08em;font-size:.58rem;font-weight:700}.workspace-category-list strong{max-width:150px;font-size:.75rem;line-height:1.4}.workspace-catalog-toolbar{border:1px solid var(--color-line);background:#fff;border-radius:16px;grid-template-columns:minmax(300px,1fr) 230px 190px;gap:12px;margin-bottom:22px;padding:20px;display:grid}.workspace-catalog-toolbar label{color:var(--color-muted);letter-spacing:.05em;text-transform:uppercase;flex-direction:column;gap:8px;font-size:.58rem;font-weight:700;display:flex}.workspace-catalog-toolbar input,.workspace-catalog-toolbar select{border:1px solid var(--color-line-dark);width:100%;height:45px;color:var(--color-text);font:inherit;letter-spacing:0;text-transform:none;background:#fff;border-radius:10px;outline:none;padding:0 13px;font-size:.69rem;font-weight:500}.workspace-catalog-toolbar input:focus,.workspace-catalog-toolbar select:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #0b78df1a}.workspace-search>div{position:relative}.workspace-search svg{fill:none;stroke:#7b8c99;stroke-width:1.5px;width:19px;height:19px;position:absolute;top:13px;left:13px}.workspace-search input{padding-left:42px}.workspace-catalog-count{color:var(--color-muted);margin:0 0 19px;font-size:.67rem}.workspace-catalog-count strong{color:var(--color-text)}.workspace-loading-grid,.workspace-public-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;display:grid}.workspace-loading-grid span{border:1px solid var(--color-line);border-radius:var(--radius-md);background:linear-gradient(100deg,#fff 20%,#edf5fa 42%,#fff 65%) 0 0/300% 100%;height:410px;animation:1.5s infinite workspace-shimmer}.workspace-loading-grid span:last-child{display:none}.workspace-public-card{border:1px solid var(--color-line);border-radius:var(--radius-md);background:#fff;flex-direction:column;min-width:0;padding:28px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex}.workspace-public-card:hover{box-shadow:var(--shadow-sm);border-color:#bad7ea;transform:translateY(-3px)}.workspace-public-card__head{align-items:flex-start;gap:17px;display:flex}.workspace-public-card__head>div{min-width:0}.workspace-public-card__head h3{margin:10px 0 5px;font-size:1.1rem;font-weight:600;line-height:1.25}.workspace-public-card__head code{color:var(--color-accent-dark);overflow-wrap:anywhere;font-family:Cascadia Code,Consolas,monospace;font-size:.65rem}.workspace-category-badge{background:var(--color-surface-strong);color:var(--color-accent-dark);border-radius:6px;padding:5px 8px;font-size:.54rem;font-weight:700;line-height:1;display:inline-flex}.workspace-public-card__description{min-height:46px;color:var(--color-muted);margin:23px 0;font-size:.72rem;line-height:1.65}.workspace-public-card__metadata{border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line);grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding-block:17px;display:grid}.workspace-public-card__metadata div{min-width:0;padding-right:8px}.workspace-public-card__metadata dt{color:var(--color-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:7px;font-size:.5rem;font-weight:700}.workspace-public-card__metadata dd{overflow-wrap:anywhere;margin:0;font-size:.63rem;font-weight:700}.workspace-checksum{border:1px solid var(--color-line);background:#f8fbfd;border-radius:10px;grid-template-columns:1fr auto;gap:6px 12px;margin-top:19px;padding:12px;display:grid}.workspace-checksum>span{color:var(--color-muted);letter-spacing:.06em;text-transform:uppercase;grid-column:1/-1;font-size:.51rem;font-weight:700}.workspace-checksum code{color:#415664;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:Cascadia Code,Consolas,monospace;font-size:.59rem;overflow:hidden}.workspace-checksum button{border:1px solid var(--color-line-dark);width:27px;height:27px;color:var(--color-accent-dark);cursor:pointer;background:#fff;border-radius:7px;place-items:center;padding:5px;display:grid}.workspace-changelog{color:var(--color-muted);margin-top:14px;font-size:.65rem}.workspace-changelog summary{color:var(--color-text);cursor:pointer;font-weight:700}.workspace-changelog p{white-space:pre-wrap;margin:10px 0 0;line-height:1.6}.workspace-public-card__actions{gap:10px;margin-top:auto;padding-top:22px;display:flex}.workspace-public-card__actions .button{flex:1;min-height:43px;font-size:.7rem}.workspace-empty-state{border:1px dashed var(--color-line-dark);border-radius:var(--radius-md);text-align:center;background:#ffffffa6;flex-direction:column;justify-content:center;align-items:center;min-height:310px;padding:45px 24px;display:flex}.workspace-empty-state>span{background:var(--color-surface-strong);width:48px;height:48px;color:var(--color-accent-dark);border-radius:14px;place-items:center;margin-bottom:20px;font-size:1.1rem;font-weight:700;display:grid}.workspace-empty-state h3{margin-bottom:10px;font-size:1.15rem;font-weight:600}.workspace-empty-state p{max-width:500px;color:var(--color-muted);margin-bottom:20px;font-size:.74rem;line-height:1.7}.workspace-empty-state--error>span{background:var(--color-bad-soft);color:var(--color-bad)}.workspace-empty-state__file:before{content:"";border:1.5px solid;border-radius:3px;width:17px;height:21px}.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:.02em;text-overflow:ellipsis;background:#fff;border-radius:3px;max-width:28px;padding:2px 3px;font-size:.4rem;font-weight:800;line-height:1;position:absolute;bottom:6px;left:10px;overflow:hidden}.workspace-file-icon--txt,.workspace-file-icon--pdf{color:#59758a}.workspace-file-icon--mp4,.workspace-file-icon--mov{color:#6b61b5}.workspace-file-icon--zip,.workspace-file-icon--gz{color:#9b701c}.workspace-download-icon{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.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}.workspace-toast{z-index:500;color:#176d46;max-width:min(390px,100% - 32px);box-shadow:var(--shadow-sm);background:#f5fcf8;border:1px solid #bfe2d0;border-radius:11px;padding:14px 18px;font-size:.72rem;font-weight:700;animation:.18s ease-out workspace-toast-in;position:fixed;bottom:24px;right:24px}.workspace-admin-gate{background:var(--color-surface);min-height:100vh;color:var(--color-muted);flex-direction:column;justify-content:center;align-items:center;gap:24px;font-size:.76rem;display:flex}.workspace-admin-gate .loader{margin:20px 0 0}.workspace-login-page{background:#f3f8fc;place-items:center;min-height:100vh;padding:105px 24px 35px;display:grid;position:relative;overflow:hidden}.workspace-login-page__ambient{border:1px dashed #c6e1f5;border-radius:50%;width:680px;height:680px;position:absolute;top:-390px;right:-260px;box-shadow:0 0 0 85px #cae3f638,0 0 0 170px #cae3f61a}.workspace-login-header{z-index:2;justify-content:space-between;align-items:center;display:flex;position:absolute;top:25px;left:34px;right:34px}.workspace-login-card{z-index:2;border:1px solid var(--color-line);width:min(100%,490px);box-shadow:var(--shadow-sm);background:#fff;border-radius:26px;padding:43px;position:relative}.workspace-login-card__service{align-items:center;gap:12px;margin-bottom:28px;display:flex}.workspace-login-card__service .brand__mark{width:32px;height:32px}.workspace-login-card__service>span{font-size:.75rem;font-weight:700}.workspace-login-card h1{letter-spacing:-.04em;margin-bottom:11px;font-size:2rem;font-weight:600;line-height:1.15}.workspace-login-card>p{color:var(--color-muted);margin:0;font-size:.74rem;line-height:1.65}.workspace-login-card form{margin-top:25px}.workspace-login-card label,.workspace-form-grid label{color:var(--color-text);flex-direction:column;gap:8px;font-size:.68rem;font-weight:700;display:flex}.workspace-login-card label{margin-top:16px}.workspace-login-card input,.workspace-form-grid input,.workspace-form-grid textarea{border:1px solid var(--color-line-dark);width:100%;min-height:49px;color:var(--color-text);font:inherit;resize:vertical;background:#fff;border-radius:10px;outline:none;padding:12px 14px;font-size:.72rem}.workspace-login-card input:focus,.workspace-form-grid input:focus,.workspace-form-grid textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #0b78df1a}.workspace-login-card__submit{width:100%;margin-top:22px}.workspace-login-card__back{border-top:1px solid var(--color-line);color:var(--color-muted);justify-content:center;align-items:center;gap:8px;margin-top:24px;padding-top:21px;font-size:.68rem;font-weight:600;text-decoration:none;display:flex}.workspace-login-card__back:hover{color:var(--color-accent-dark)}.workspace-admin-shell{background:#f5f9fc;grid-template-columns:238px minmax(0,1fr);min-height:100vh;display:grid}.workspace-admin-sidebar{border-right:1px solid var(--color-line);background:#fff;flex-direction:column;height:100vh;padding:28px 20px;display:flex;position:sticky;top:0}.workspace-admin-sidebar__brand{border-bottom:1px solid var(--color-line);align-items:center;gap:11px;padding:0 7px 28px;display:flex}.workspace-admin-sidebar__brand .brand__mark{width:34px;height:34px}.workspace-admin-sidebar__brand>div{flex-direction:column;gap:3px;display:flex}.workspace-admin-sidebar__brand strong{font-size:.73rem}.workspace-admin-sidebar__brand span{color:var(--color-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.53rem}.workspace-admin-sidebar nav{flex-direction:column;gap:5px;margin-top:25px;display:flex}.workspace-admin-sidebar nav button{color:#455765;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:11px;width:100%;min-height:46px;padding:0 12px;font-size:.69rem;font-weight:700;display:flex}.workspace-admin-sidebar nav button>span{color:#9bacb8;font-size:.51rem}.workspace-admin-sidebar nav button:hover{background:var(--color-surface);color:var(--color-accent-dark)}.workspace-admin-sidebar nav button.is-active{background:var(--color-surface-strong);color:var(--color-accent-dark)}.workspace-admin-sidebar>a{color:var(--color-muted);margin-top:auto;padding:12px;font-size:.64rem;font-weight:600;text-decoration:none}.workspace-admin-sidebar>a:hover{color:var(--color-accent-dark)}.workspace-admin-main{min-width:0}.workspace-admin-header{border-bottom:1px solid var(--color-line);background:#fffffff0;justify-content:flex-end;align-items:center;gap:30px;height:72px;padding:0 32px;display:flex}.workspace-admin-header>div{align-items:center;gap:14px;display:flex}.workspace-admin-header>div:first-child{flex-direction:column;align-items:flex-end;gap:2px;margin-right:5px}.workspace-admin-header span{color:var(--color-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.53rem}.workspace-admin-header strong{font-size:.67rem}.workspace-admin-content{width:min(100% - 64px,1360px);margin-inline:auto;padding-block:55px 80px}.workspace-admin-loading{min-height:60vh;color:var(--color-muted);flex-direction:column;justify-content:center;align-items:center;gap:17px;font-size:.7rem;display:flex}.workspace-admin-loading .loader{margin:0}.workspace-admin-title{margin-bottom:34px}.workspace-admin-title .eyebrow{margin-bottom:12px}.workspace-admin-title h1{letter-spacing:-.045em;margin:0;font-size:clamp(2rem,3vw,3rem);font-weight:600;line-height:1.1}.workspace-admin-title p{max-width:600px;color:var(--color-muted);margin:12px 0 0;font-size:.72rem;line-height:1.65}.workspace-admin-title--split{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.workspace-admin-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.workspace-admin-stats article{border:1px solid var(--color-line);background:#fff;border-radius:17px;flex-direction:column;min-height:170px;padding:24px;display:flex;position:relative;overflow:hidden}.workspace-admin-stats span{color:var(--color-muted);font-size:.63rem;font-weight:700}.workspace-admin-stats strong{letter-spacing:-.04em;margin-top:auto;font-size:clamp(1.5rem,2.5vw,2.1rem);font-weight:600;line-height:1}.workspace-admin-stats i{border:1px solid #d9eaf6;border-radius:50%;width:105px;height:105px;position:absolute;bottom:-35px;right:-24px;box-shadow:0 0 0 17px #e2f1fb59}.workspace-admin-stats article:nth-child(2){border-color:#bfe2d0}.workspace-admin-stats article:nth-child(2) i{border-color:#c7e8d6;box-shadow:0 0 0 17px #e4f6ec73}.workspace-admin-latest{border:1px solid var(--color-line);background:#fff;border-radius:17px;margin-top:26px;padding:28px}.workspace-admin-section-head{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}.workspace-admin-section-head h2{margin:0;font-size:1rem;font-weight:600}.workspace-admin-section-head button{color:var(--color-accent-dark);cursor:pointer;background:0 0;border:0;font-size:.64rem;font-weight:700}.workspace-admin-latest>p{color:var(--color-muted);text-align:center;margin:30px 0;font-size:.7rem}.workspace-admin-latest>div>article{border-bottom:1px solid var(--color-line);grid-template-columns:auto 1fr auto;align-items:center;gap:15px;min-height:75px;padding-block:12px;display:grid}.workspace-admin-latest>div>article:last-child{border:0}.workspace-admin-latest .workspace-file-icon{width:35px;height:42px}.workspace-admin-latest article>div{flex-direction:column;gap:5px;display:flex}.workspace-admin-latest article strong{font-size:.7rem}.workspace-admin-latest article span,.workspace-admin-latest article small{color:var(--color-muted);font-size:.58rem}.workspace-admin-table-wrap{border:1px solid var(--color-line);background:#fff;border-radius:17px;overflow-x:auto}.workspace-admin-table{border-collapse:collapse;width:100%;min-width:1080px}.workspace-admin-table th{border-bottom:1px solid var(--color-line-dark);color:var(--color-muted);letter-spacing:.06em;text-align:left;text-transform:uppercase;background:#f8fbfd;padding:15px 14px;font-size:.52rem;font-weight:700}.workspace-admin-table td{border-bottom:1px solid var(--color-line);color:#41515e;vertical-align:middle;padding:17px 14px;font-size:.62rem}.workspace-admin-table tr:last-child td{border:0}.workspace-admin-file{align-items:center;gap:12px;min-width:220px;display:flex}.workspace-admin-file .workspace-file-icon{width:36px;height:43px}.workspace-admin-file>div{flex-direction:column;gap:4px;min-width:0;display:flex}.workspace-admin-file strong{color:var(--color-text);font-size:.68rem}.workspace-admin-file code{max-width:190px;color:var(--color-accent-dark);text-overflow:ellipsis;white-space:nowrap;font-size:.57rem;overflow:hidden}.workspace-admin-file small{color:var(--color-muted);font-size:.52rem}.workspace-visibility{white-space:nowrap;align-items:center;gap:7px;font-size:.58rem;font-weight:700;display:inline-flex}.workspace-visibility i{background:var(--color-muted);border-radius:50%;width:7px;height:7px}.workspace-visibility--public{color:var(--color-good)}.workspace-visibility--public i{background:var(--color-good);box-shadow:0 0 0 3px var(--color-good-soft)}.workspace-admin-actions{flex-wrap:wrap;gap:5px;width:210px;display:flex}.workspace-admin-actions button{border:1px solid var(--color-line);color:#425563;cursor:pointer;background:#fff;border-radius:6px;align-items:center;gap:5px;min-height:28px;padding:5px 8px;font-size:.52rem;font-weight:700;display:inline-flex}.workspace-admin-actions button:hover{color:var(--color-accent-dark);border-color:#a9cce4}.workspace-admin-actions button:disabled{opacity:.4;cursor:not-allowed}.workspace-admin-actions button.is-danger{color:var(--color-bad)}.workspace-admin-actions svg{width:12px;height:12px}.workspace-admin-file code.workspace-admin-file__sha{color:var(--color-muted)}.workspace-upload-panel{border:1px solid var(--color-line);background:#fff;border-radius:20px;padding:36px}.workspace-upload-panel>.section-intro{margin-bottom:30px}.workspace-upload-panel>.section-intro h2{font-size:clamp(1.8rem,3vw,2.6rem)}.workspace-upload-panel--compact{border:0;padding:0}.workspace-upload-panel--compact>.section-intro{padding-right:40px}.workspace-dropzone{text-align:center;background:#f7fbfe;border:1px dashed #a9cce4;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:190px;padding:30px;transition:border-color .18s,background-color .18s;display:flex}.workspace-dropzone.is-dragging{border-color:var(--color-accent);background:#ecf7ff}.workspace-dropzone.has-file{border-style:solid}.workspace-dropzone input{opacity:0;width:1px;height:1px;position:absolute}.workspace-dropzone__icon{background:var(--color-surface-strong);width:44px;height:44px;color:var(--color-accent);border-radius:13px;place-items:center;font-size:1.2rem;display:grid}.workspace-dropzone strong{font-size:.74rem}.workspace-dropzone>span:not(.workspace-dropzone__icon){color:var(--color-muted);font-size:.63rem}.workspace-dropzone .workspace-file-icon{width:40px;height:48px}.workspace-dropzone label{cursor:pointer}.workspace-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px;display:grid}.workspace-form-grid__wide{grid-column:1/-1}.workspace-form-grid textarea{min-height:88px}.workspace-checkbox{align-items:flex-start}.workspace-checkbox>input{opacity:0;width:1px;height:1px;position:absolute}.workspace-checkbox>span{color:#40515e;cursor:pointer;align-items:center;gap:10px;font-size:.68rem;display:inline-flex}.workspace-checkbox i{background:#d7e1e8;border-radius:999px;width:36px;height:21px;padding:3px;transition:background-color .18s;display:block}.workspace-checkbox i:after{content:"";background:#fff;border-radius:50%;width:15px;height:15px;transition:transform .18s;display:block;box-shadow:0 1px 4px #00000026}.workspace-checkbox input:checked+span i{background:var(--color-accent)}.workspace-checkbox input:checked+span i:after{transform:translate(15px)}.workspace-upload-progress{margin-top:22px}.workspace-upload-progress>div{color:var(--color-muted);justify-content:space-between;margin-bottom:8px;font-size:.61rem;display:flex}.workspace-upload-progress>i{background:var(--color-surface-strong);border-radius:999px;height:7px;display:block;overflow:hidden}.workspace-upload-progress>i span{border-radius:inherit;background:var(--color-accent);height:100%;transition:width .15s;display:block}.workspace-form-actions{justify-content:flex-end;gap:10px;margin-top:25px;display:flex}.workspace-modal{z-index:600;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1023337a;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.workspace-modal__card{border:1px solid var(--color-line);width:min(100%,720px);box-shadow:var(--shadow-lg);background:#fff;border-radius:22px;padding:38px;position:relative}.workspace-modal__card--wide{width:min(100%,900px)}.workspace-modal__card>h2{margin-bottom:9px;font-size:1.65rem;font-weight:600}.workspace-modal__card>p{color:var(--color-muted);font-size:.7rem;line-height:1.6}.workspace-modal__close{border:1px solid var(--color-line);width:36px;height:36px;color:var(--color-muted);cursor:pointer;background:#fff;border-radius:9px;font-size:1.2rem;position:absolute;top:18px;right:18px}.workspace-confirm{width:min(100%,460px);box-shadow:var(--shadow-lg);text-align:center;background:#fff;border-radius:22px;padding:38px}.workspace-confirm>span{background:var(--color-bad-soft);width:48px;height:48px;color:var(--color-bad);border-radius:14px;place-items:center;margin:0 auto 20px;font-weight:800;display:grid}.workspace-confirm h2{margin-bottom:9px;font-size:1.4rem;font-weight:600}.workspace-confirm>strong{font-size:.75rem}.workspace-confirm p{color:var(--color-muted);margin:13px 0 25px;font-size:.7rem;line-height:1.65}.workspace-confirm>div{justify-content:center;gap:10px;display:flex}.workspace-button--danger{border-color:var(--color-bad);background:var(--color-bad)}.workspace-button--danger:hover{background:#9f3030;border-color:#9f3030}@keyframes workspace-orbit{to{transform:rotate(360deg)}}@keyframes workspace-shimmer{to{background-position:-300% 0}}@keyframes workspace-toast-in{0%{opacity:0;transform:translateY(8px)}}@media (width<=1100px){.workspace-category-list{grid-template-columns:repeat(3,minmax(0,1fr))}.workspace-category-list div{border-right:1px solid var(--color-line)}.workspace-admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=920px){.site-shell--workspace .header__actions{border-left:0;padding-left:0}.workspace-hero .service-hero__grid{min-height:auto}.workspace-catalog-toolbar{grid-template-columns:1fr 1fr}.workspace-search{grid-column:1/-1}.workspace-loading-grid,.workspace-public-grid{grid-template-columns:1fr}.workspace-loading-grid span:last-child{display:block}.workspace-admin-shell{grid-template-columns:1fr}.workspace-admin-sidebar{border-right:0;border-bottom:1px solid var(--color-line);flex-direction:row;align-items:center;gap:20px;width:100%;height:auto;padding:15px 20px;position:static}.workspace-admin-sidebar__brand{border:0;border-right:1px solid var(--color-line);padding:0 20px 0 0}.workspace-admin-sidebar nav{flex-direction:row;flex:1;margin:0}.workspace-admin-sidebar nav button{width:auto}.workspace-admin-sidebar>a{white-space:nowrap;margin:0}.workspace-admin-header{height:66px}}@media (width<=720px){.workspace-hero__description{font-size:.91rem!important}.workspace-category-list{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-catalog-toolbar{grid-template-columns:1fr}.workspace-search{grid-column:auto}.workspace-public-card{padding:23px}.workspace-public-card__metadata{grid-template-columns:repeat(2,1fr);gap:17px}.workspace-public-card__actions{flex-direction:column}.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}.workspace-admin-sidebar{overflow-x:auto}.workspace-admin-sidebar__brand>div,.workspace-admin-sidebar>a{display:none}.workspace-admin-sidebar__brand{padding-right:14px}.workspace-admin-sidebar nav button{white-space:nowrap;padding-inline:9px}.workspace-admin-header{padding-inline:18px}.workspace-admin-content{width:min(100% - 32px,1360px);padding-block:38px 60px}.workspace-admin-title--split{flex-direction:column;align-items:flex-start}.workspace-admin-stats{grid-template-columns:1fr 1fr}.workspace-admin-stats article{min-height:145px}.workspace-form-grid{grid-template-columns:1fr}.workspace-form-grid__wide{grid-column:auto}.workspace-upload-panel{padding:25px 20px}.workspace-modal{padding:12px}.workspace-modal__card{padding:32px 20px}.workspace-login-card{padding:34px 25px}}@media (width<=480px){.workspace-category-list{grid-template-columns:1fr}.workspace-category-list div:not(:last-child){margin-right:0}.workspace-category-list div{min-height:100px}.workspace-public-card__head{gap:12px}.workspace-checksum{grid-template-columns:minmax(0,1fr) auto}.workspace-footer .footer__bottom{flex-direction:column;align-items:flex-start;padding-block:20px}.workspace-toast{bottom:16px;right:16px}.workspace-login-page{align-items:start;padding:90px 14px 20px}.workspace-login-header{top:18px;left:20px;right:20px}.workspace-login-header .brand__wordmark{display:none}.workspace-login-card h1{font-size:1.7rem}.workspace-admin-header>div:first-child{display:none}.workspace-admin-header{justify-content:flex-end}.workspace-admin-stats{grid-template-columns:1fr}.workspace-admin-latest{padding:21px}.workspace-admin-latest>div>article{grid-template-columns:auto 1fr}.workspace-admin-latest article>small{grid-column:2}.workspace-confirm{padding:30px 20px}.workspace-confirm>div{flex-direction:column}.workspace-form-actions{flex-direction:column-reverse}.workspace-form-actions .button{width:100%}}@media (prefers-reduced-motion:reduce){.workspace-hero:after{animation:none}}
