:root{--bg:#14161A;--bg-raised:#1A1D22;--bg-inset:#0F1114;--border:#2A2D33;--border-soft:#21242A;--text:#EDEEF0;--text-dim:#9A9FA8;--text-faint:#5C616B;--accent:#5B5FEF;--accent-dim:#3D40A8;--accent-glow:rgba(91,95,239,0.18);--good:#4FD1A5;--warn:#E8B85C;--radius:6px;--radius-sm:4px;--nav-height:64px;--footer-height:36px;--font-display:"Archivo",sans-serif;--font-body:"Inter",sans-serif;--font-mono:"JetBrains Mono",monospace}*{box-sizing:border-box}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;overscroll-behavior:contain}body::-webkit-scrollbar,html::-webkit-scrollbar{display:none}@supports (scrollbar-width:none){body,html{scrollbar-width:none}}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.navbar{height:var(--nav-height);justify-content:space-between;padding:0 28px;border-bottom:1px solid var(--border);background:var(--bg);position:-webkit-sticky;position:sticky;top:0;z-index:50}.nav-brand,.navbar{display:flex;align-items:center}.nav-brand{gap:10px;font-family:var(--font-display);font-weight:700;font-size:18px;letter-spacing:-.01em}.nav-brand-mark{width:22px;height:22px;border-radius:6px;object-fit:cover;box-shadow:0 0 0 3px var(--accent-glow)}.nav-routes{display:flex;gap:6px}.nav-link{font-family:var(--font-mono);font-size:13px;font-weight:500;color:var(--text-dim);padding:8px 14px;border-radius:var(--radius-sm);transition:color .15s ease,background .15s ease;position:relative}.nav-link:hover{color:var(--text);background:var(--bg-raised)}.nav-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.nav-link.active{color:var(--text)}.nav-link.active:after{content:"";position:absolute;bottom:0;left:14px;right:14px;height:2px;background:var(--accent);border-radius:2px 2px 0 0}.nav-invite-btn{display:flex;align-items:center;gap:7px;font-family:var(--font-mono);font-size:13px;font-weight:500;color:#fff;padding:8px 16px;border-radius:999px;margin-left:10px;background:linear-gradient(135deg,#5865F2,#3d47c9);box-shadow:0 2px 10px rgba(88,101,242,.35);transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.nav-invite-btn:hover{filter:brightness(1.1);box-shadow:0 4px 14px rgba(88,101,242,.5);transform:translateY(-1px)}.nav-invite-btn:active{transform:translateY(0)}.nav-invite-icon{width:16px;height:16px;object-fit:contain;flex-shrink:0}.nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;background:none;border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;flex-shrink:0}.nav-hamburger span{display:block;width:100%;height:1.5px;background:var(--text-dim);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.nav-hamburger[aria-expanded=true] span:first-child{transform:translateY(6.5px) rotate(45deg)}.nav-hamburger[aria-expanded=true] span:nth-child(2){opacity:0}.nav-hamburger[aria-expanded=true] span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.nav-mobile-drawer{display:none;position:fixed;top:var(--nav-height);left:0;right:0;background:var(--bg-raised);border-bottom:1px solid var(--border);flex-direction:column;padding:10px 14px 18px;z-index:49;opacity:0;transform:translateY(-6px);pointer-events:none;transition:transform .2s ease,opacity .2s ease}.nav-mobile-drawer.open{opacity:1;transform:translateY(0);pointer-events:auto}.nav-mobile-link{font-family:var(--font-mono);font-size:14px;color:var(--text-dim);padding:13px 10px;border-bottom:1px solid var(--border-soft);border-radius:var(--radius-sm);transition:color .15s ease,background .15s ease}.nav-mobile-link:last-child{border-bottom:none}.nav-mobile-link:hover{color:var(--text);background:var(--bg-inset)}.nav-mobile-link.active{color:var(--accent)}.nav-mobile-invite-btn{display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-mono);font-size:14px;font-weight:500;color:#fff;padding:13px 10px;margin-top:8px;border-radius:var(--radius-sm);background:linear-gradient(135deg,#5865F2,#3d47c9)}.nav-mobile-invite-btn:hover{filter:brightness(1.1)}.status-bar{height:var(--footer-height);gap:8px;padding:0 28px;border-top:1px solid var(--border);font-family:var(--font-mono);font-size:11.5px;color:var(--text-faint);position:fixed;bottom:0;left:0;right:0;background:var(--bg);z-index:40}.footer-links,.status-bar{display:flex;align-items:center}.footer-links{gap:12px;margin-left:auto}.footer-links a{color:var(--text-faint);transition:color .15s ease}.footer-links a:hover{color:var(--text-dim)}.page{min-height:calc(100vh - var(--nav-height) - var(--footer-height));padding:48px 36px 70px;max-width:1200px;margin:0 auto}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:32px;flex-wrap:wrap}.header-text{flex:1 1;min-width:240px}.eyebrow{font-family:var(--font-mono);font-size:11px;color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px}h1{font-family:var(--font-display);font-weight:700;font-size:36px;letter-spacing:-.02em;margin:0 0 8px;line-height:1.1}.subtitle{font-size:14.5px;color:var(--text-dim);margin:0;line-height:1.55}.presence-bar{display:flex;align-items:center;gap:6px;flex-shrink:0;flex-wrap:wrap}.presence-item{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-mono);font-size:11.5px;padding:6px 12px;border-radius:var(--radius-sm);border:1px solid var(--border-soft);background:var(--bg-inset)}.presence-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.presence-item.online{color:#4FD1A5}.presence-item.online .presence-dot{background:#4FD1A5;box-shadow:0 0 6px rgba(79,209,165,.6)}.presence-item.idle{color:#E8B85C}.presence-item.idle .presence-dot{background:#E8B85C;box-shadow:0 0 6px rgba(232,184,92,.6)}.presence-item.dnd{color:#ED4245}.presence-item.dnd .presence-dot{background:#ED4245;box-shadow:0 0 6px rgba(237,66,69,.6)}.presence-item.offline{color:var(--text-faint)}.presence-item.offline .presence-dot{background:#5C616B}.controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.toolbar{display:flex;flex-wrap:wrap;gap:6px;flex:1 1}.filter{font-family:var(--font-mono);font-size:12px;font-weight:500;color:var(--text-dim);padding:7px 12px;background:var(--bg-inset);border:1px solid var(--border-soft);border-radius:var(--radius-sm);transition:color .15s ease,background .15s ease,border-color .15s ease;display:inline-flex;align-items:center;gap:6px}.filter:hover{color:var(--text);background:var(--bg-raised)}.filter.active{color:var(--text);background:var(--accent-glow);border-color:var(--accent-dim)}.filter span{color:var(--text-faint);font-size:11px}.filter.active span{color:var(--accent)}.refresh{font-family:var(--font-mono);font-size:12px;font-weight:500;color:var(--text-dim);padding:7px 14px;background:var(--bg-inset);border:1px solid var(--border-soft);border-radius:var(--radius-sm);transition:color .15s ease,border-color .15s ease;flex-shrink:0}.refresh:hover:not(:disabled){color:var(--text);border-color:var(--accent-dim)}.refresh:disabled{opacity:.5;cursor:wait}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.card{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);padding:18px;transition:border-color .15s ease,transform .15s ease}.card:hover{border-color:var(--accent-dim);transform:translateY(-1px)}.card-top{display:flex;align-items:center;gap:14px;margin-bottom:14px}.avatar-wrap{position:relative;flex-shrink:0}.avatar,.avatar-wrap{width:52px;height:52px}.avatar{border-radius:8px;object-fit:cover;background:var(--bg-inset);display:block}.status-badge{position:absolute;bottom:-4px;right:-4px}.status-badge,.status-ring{display:flex;align-items:center;justify-content:center}.status-ring{width:14px;height:14px;border-radius:50%;background:var(--bg-raised);box-shadow:0 0 0 2px var(--bg-raised)}.status-dot{width:9px;height:9px;border-radius:50%;background:var(--sc,#5C616B);box-shadow:0 0 5px var(--sg,transparent)}.status-label{display:none}.card-info{min-width:0;flex:1 1}.card-name{margin:0 0 3px;font-size:15px;font-weight:600;font-family:var(--font-display);letter-spacing:-.01em}.card-name,.card-tag{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-tag{margin:0;font-size:11.5px;color:var(--text-dim)}.card-legacy,.card-tag{font-family:var(--font-mono)}.card-legacy{margin:2px 0 0;font-size:10.5px;color:var(--text-faint)}.roles{display:flex;flex-wrap:wrap;gap:4px}.role{font-family:var(--font-mono);font-size:10px;color:var(--accent);padding:2px 7px;background:var(--bg-inset);border:1px solid var(--border-soft);border-radius:3px;line-height:1.6}.status-badge.online .status-dot{animation:pulse-online 2.5s ease-in-out infinite}@keyframes pulse-online{0%,to{box-shadow:0 0 4px var(--sg,transparent)}50%{box-shadow:0 0 10px var(--sg,transparent)}}@media (prefers-reduced-motion:reduce){.status-badge.online .status-dot{animation:none}}.empty,.error{padding:28px 20px;background:var(--bg-inset);border:1px solid var(--border-soft);border-radius:var(--radius);font-family:var(--font-mono)}.error{border-left:2px solid var(--warn)}.empty p,.error p{color:var(--text-dim);font-size:13px;line-height:1.5}.error .refresh{margin-top:8px}.skeletonBlock{width:52px;height:52px;border-radius:8px;flex-shrink:0}.skeletonBlock,.skeletonLine{background:var(--bg-inset);animation:skeleton-pulse 1.6s ease-in-out infinite}.skeletonLine{border-radius:3px}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}@media (prefers-reduced-motion:reduce){.skeletonBlock,.skeletonLine{animation:none}}@media(max-width:1024px){.grid{grid-template-columns:repeat(2,1fr)}.page{max-width:860px}}@media(max-width:640px){.nav-invite-btn,.nav-routes{display:none!important}.nav-hamburger{display:flex!important}.nav-mobile-drawer{display:flex}.navbar{padding:0 18px}.page{padding:28px 16px 70px}.page-header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:20px}.presence-bar{gap:5px}.controls{flex-wrap:wrap;gap:8px}.grid{grid-template-columns:1fr}h1{font-size:26px}.subtitle{font-size:14px}.status-bar{padding:0 18px;font-size:10.5px}.card{padding:14px}.footer-links{gap:10px}}.rpc-bar{margin-top:10px;padding-top:10px;border-top:1px solid var(--border-soft);position:relative}.rpc-primary{display:flex;align-items:center;gap:7px}.rpc-thumb{width:20px;height:20px;border-radius:4px;object-fit:cover;flex-shrink:0;background:var(--bg-inset)}.rpc-text{flex:1 1;min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:0 5px;overflow:hidden}.rpc-type{font-family:var(--font-mono);font-size:9.5px;color:var(--accent);letter-spacing:.04em;flex-shrink:0}.rpc-name{font-size:10.5px;color:var(--text-dim);max-width:100%}.rpc-det,.rpc-name{font-family:var(--font-mono);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rpc-det{font-size:10px;color:var(--text-faint);width:100%}.rpc-more{margin-left:auto;flex-shrink:0;font-family:var(--font-mono);font-size:10px;font-weight:600;color:var(--text-dim);background:var(--bg-inset);border:1px solid var(--border-soft);border-radius:3px;padding:1px 6px;line-height:1.6;transition:color .15s ease,border-color .15s ease,background .15s ease}.rpc-more.open,.rpc-more:hover{color:var(--text);border-color:var(--accent-dim);background:var(--accent-glow)}.rpc-drop{position:absolute;bottom:calc(100% + 6px);left:0;right:0;background:var(--bg-inset);border:1px solid var(--border);border-radius:var(--radius);padding:8px;z-index:200;display:flex;flex-direction:column;gap:8px;box-shadow:0 8px 28px rgba(0,0,0,.5)}.rpc-drop-item{display:flex;align-items:flex-start;gap:9px}.rpc-drop-img{object-fit:cover}.rpc-drop-img,.rpc-no-img{width:42px;height:42px;border-radius:6px;flex-shrink:0;background:var(--bg-raised)}.rpc-no-img{border:1px solid var(--border-soft)}.rpc-drop-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px;padding-top:2px}.rpc-drop-type{font-family:var(--font-mono);font-size:9px;color:var(--accent);text-transform:uppercase;letter-spacing:.05em}.rpc-drop-name{font-size:11px;font-weight:600;color:var(--text)}.rpc-drop-det,.rpc-drop-name{font-family:var(--font-mono);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rpc-drop-det{font-size:10px;color:var(--text-dim)}@font-face{font-family:Archivo;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo Fallback;src:local("Arial");ascent-override:88.96%;descent-override:21.28%;line-gap-override:0.00%;size-adjust:98.70%}.__className_9dd457{font-family:Archivo,Archivo Fallback;font-style:normal}.__variable_9dd457{--font-display:"Archivo","Archivo Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_37ef13{font-family:Inter,Inter Fallback;font-style:normal}.__variable_37ef13{--font-body:"Inter","Inter Fallback"}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono Fallback;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_6d24ac{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.__variable_6d24ac{--font-mono:"JetBrains Mono","JetBrains Mono Fallback"}