@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{color:#f7f6fb;font-synthesis:none;text-rendering:optimizelegibility;--background:#090712;--surface:#100d1d;--surface-light:#171329;--border:#978ebe24;--border-hover:#5170ff6b;--text:#f7f6fb;--muted:#7f798f;--muted-light:#aaa4b8;--kresov:#5170ff;--kresov-light:#8a9cff;--kresov-surface:#231d3a;--green:#36d399;--orange:#f5a524;--red:#f05252;background:#090712;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--background)}body{background:var(--background);min-width:320px;min-height:100vh;margin:0}button,a{font:inherit}a{color:inherit;text-decoration:none}.app{background:var(--background);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.header{z-index:10;border-bottom:1px solid var(--border);background:var(--background);justify-content:space-between;align-items:center;width:100%;height:78px;padding:0 max(28px,50vw - 590px);display:flex;position:relative}.brand{align-items:center;gap:13px;display:flex}.brand__logo{background:var(--kresov-surface);object-fit:contain;object-position:center;-webkit-user-select:none;user-select:none;pointer-events:none;border:1px solid #ffffff14;border-radius:5px;width:42px;height:42px}.brand__text{align-items:center;gap:8px;display:flex}.brand__name{color:var(--text);letter-spacing:.1em;font-size:15px;font-weight:700}.brand__product{color:var(--muted);letter-spacing:.13em;border-left:1px solid #2a3039;padding-left:8px;font-size:11px;font-weight:600}.global-status{color:var(--muted-light);border:1px solid var(--border);background:#ffffff06;border-radius:4px;align-items:center;gap:9px;padding:8px 12px;font-size:12px;font-weight:500;display:flex}.global-status__dot{background:#666;border-radius:50%;width:7px;height:7px}.global-status--online .global-status__dot{background:var(--green);box-shadow:0 0 9px #36d3998c}.global-status--incident .global-status__dot{background:var(--red);box-shadow:0 0 9px #f052528c}.global-status--loading .global-status__dot{animation:1.4s infinite pulse}.main{z-index:1;flex:1;width:min(1180px,100% - 56px);margin:0 auto;padding:72px 0 88px;position:relative}.hero{max-width:760px;margin-bottom:54px}.hero__eyebrow{color:var(--kresov-light);letter-spacing:.18em;align-items:center;gap:11px;margin-bottom:22px;font-size:10px;font-weight:700;display:flex}.hero__line{background:var(--kresov-light);width:24px;height:1px}.hero h1{letter-spacing:-.055em;margin:0;font-size:clamp(40px,5vw,62px);font-weight:600;line-height:1}.hero h1 span{color:#606873}.hero p{color:var(--muted);margin:25px 0 0;font-size:15px;line-height:1.7}.overview{border:1px solid var(--border);background:var(--surface);border-radius:5px;justify-content:space-between;align-items:center;min-height:102px;margin-bottom:52px;padding:25px 28px;display:flex}.overview__main{align-items:center;gap:19px;display:flex}.overview__indicator{border-radius:50%;flex-shrink:0;width:13px;height:13px;position:relative}.overview__indicator:after{content:"";opacity:.16;border:1px solid;border-radius:50%;position:absolute;inset:-6px}.overview__indicator--online{color:var(--green);background:var(--green);box-shadow:0 0 18px #36d39940}.overview__indicator--incident{color:var(--red);background:var(--red)}.overview__label,.overview__meta span{color:#59616d;letter-spacing:.14em;margin-bottom:7px;font-size:9px;font-weight:700;display:block}.overview h2{letter-spacing:-.02em;margin:0;font-size:17px;font-weight:500}.overview__meta{align-items:center;display:flex}.overview__meta>div{border-left:1px solid var(--border);min-width:115px;padding:3px 24px}.overview__meta strong{font-size:13px;font-weight:500}.api-error{color:#d5a3a3;background:#f052520a;border:1px solid #f0525226;border-radius:4px;align-items:center;gap:10px;margin:-30px 0 45px;padding:12px 15px;font-size:12px;display:flex}.api-error span{background:var(--red);border-radius:50%;width:6px;height:6px}.section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:20px;display:flex}.section-heading>div>span{color:var(--kresov-light);letter-spacing:.15em;font-size:9px;font-weight:700}.section-heading h2{letter-spacing:-.035em;margin:5px 0 0;font-size:22px;font-weight:600}.section-heading__refresh{color:#4d5560;font-size:10px}.services__grid{grid-template-columns:repeat(6,1fr);gap:13px;display:grid}.services__grid>*{grid-column:span 2}.services__grid>:nth-child(4){grid-column:2/span 2}.footer{z-index:1;color:#434a54;border-top:1px solid var(--border);justify-content:space-between;align-items:center;width:min(1180px,100% - 56px);margin:0 auto;padding:25px 0;font-size:10px;display:flex;position:relative}.footer>div{align-items:center;gap:8px;display:flex}.footer__dot{background:var(--kresov);border-radius:50%;width:5px;height:5px}@keyframes pulse{0%,to{opacity:.35}50%{opacity:1}}@media (width<=800px){.header{padding:0 20px}.global-status{padding:8px 10px;font-size:0}.global-status__dot{margin:0}.main{width:calc(100% - 36px);padding:65px 0 75px}.hero{margin-bottom:48px}.overview{flex-direction:column;align-items:flex-start;gap:25px;padding:23px}.overview__meta{width:100%}.overview__meta>div{border:0;flex:1;padding:0}.overview__meta>div+div{border-left:1px solid var(--border);padding-left:20px}.services__grid{grid-template-columns:repeat(2,1fr)}.services__grid>*,.services__grid>:nth-child(4){grid-column:auto}.footer{width:calc(100% - 36px)}}@media (width<=560px){.header{height:68px}.brand__product{display:none}.main{padding-top:50px}.hero h1{font-size:43px}.hero p{max-width:310px;font-size:13px}.services__grid{grid-template-columns:1fr}.section-heading__refresh{display:none}.footer{padding:20px 0}}.header__actions{align-items:center;gap:10px;display:flex}.website-button{color:#aeb7c3;border:1px solid var(--border);background:#ffffff06;border-radius:4px;justify-content:center;align-items:center;gap:8px;height:34px;padding:0 13px;font-size:11px;font-weight:500;transition:color .16s,border-color .16s,background .16s,transform .16s;display:inline-flex}.website-button:hover{color:#fff;background:#5170ff1f;border-color:#5170ff6b;transform:translateY(-1px)}.website-button__icon{color:#66717e;width:14px;height:14px;transition:color .16s,transform .16s}.website-button:hover .website-button__icon{color:var(--kresov-light);transform:translate(1px,-1px)}.service-card{border:1px solid var(--border);background:var(--surface);border-radius:5px;min-height:220px;padding:22px;transition:transform .18s,border-color .18s,background .18s;position:relative;overflow:hidden}.service-card:hover{border-color:var(--border-hover);background:var(--surface-light);transform:none}.service-card__top{justify-content:space-between;align-items:center;display:flex;position:relative}.service-card__icon{color:#9ba9ff;letter-spacing:.06em;background:#5170ff1a;border:1px solid #5170ff3d;border-radius:4px;justify-content:center;align-items:center;width:39px;height:39px;font-size:9px;font-weight:700;display:flex}.service-card__state{color:#7d8590;letter-spacing:.02em;border:1px solid var(--border);background:#ffffff04;border-radius:4px;align-items:center;gap:7px;padding:6px 9px;font-size:9px;font-weight:600;display:flex}.service-card__state span{border-radius:50%;width:6px;height:6px}.state--online{color:#6fae97}.state--online span{background:var(--green);box-shadow:0 0 7px #36d39973}.state--slow{color:#c49a58}.state--slow span{background:var(--orange);box-shadow:0 0 7px #f5a52466}.state--offline{color:#c47878}.state--offline span{background:var(--red);box-shadow:0 0 7px #f0525266}.state--loading span{background:#59616c;animation:1.3s infinite pulse}.service-card__identity{margin-top:27px;position:relative}.service-card__identity h3{color:#e7eaf0;letter-spacing:-.025em;margin:0;font-size:16px;font-weight:600}.service-card__identity p{color:#59616d;margin:6px 0 0;font-size:11px;line-height:1.4}.service-card__endpoint{color:#454d58;align-items:center;gap:7px;margin-top:18px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:9px;display:flex}.service-card__endpoint-dot{background:#343a43;border-radius:50%;width:4px;height:4px}.service-card__divider{background:var(--border);width:100%;height:1px;margin:20px 0 16px}.service-card__metrics{justify-content:space-between;display:flex}.metric{flex-direction:column;gap:6px;display:flex}.metric--right{text-align:right;align-items:flex-end}.metric__label{color:#414852;letter-spacing:.13em;font-size:8px;font-weight:700}.metric strong{color:#aeb5bf;min-height:18px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;font-weight:500}.metric strong small{color:#4c535d;margin-left:3px;font-size:8px;font-weight:500}.service-card--online .metric:first-child strong{color:#b9c3ce}.service-card--slow .metric:first-child strong{color:var(--orange)}.service-card--offline .metric:first-child strong{color:#6a5154}.skeleton{background:linear-gradient(90deg,#12161d 25%,#191e26 50%,#12161d 75%) 0 0/200% 100%;border-radius:4px;height:12px;animation:1.5s infinite skeleton;display:block}.skeleton--latency{width:45px}.skeleton--uptime{width:55px}@keyframes skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=560px){.service-card{min-height:auto;padding:20px}}
