*{scrollbar-width:thin;scrollbar-color:rgba(135,186,255,.35) transparent}::-webkit-scrollbar{width:10px;height:10px;background:transparent}::-webkit-scrollbar-track{background:transparent;border-radius:999px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(135,186,255,.32),rgba(155,130,235,.28));border:2px solid transparent;border-radius:999px;background-clip:padding-box;-webkit-transition:background .16s ease;transition:background .16s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,rgba(135,186,255,.55),rgba(155,130,235,.5));background-clip:padding-box}::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,rgba(135,186,255,.75),rgba(155,130,235,.7));background-clip:padding-box}::-webkit-scrollbar-corner{background:transparent}[data-native-scrollbar=true],[data-native-scrollbar=true] *{scrollbar-width:auto;scrollbar-color:auto}[data-native-scrollbar=true] ::-webkit-scrollbar,[data-native-scrollbar=true]::-webkit-scrollbar{width:auto;height:auto}[data-native-scrollbar=true] ::-webkit-scrollbar-thumb,[data-native-scrollbar=true]::-webkit-scrollbar-thumb{background:initial;border:initial;border-radius:initial}:root{--bg-base:#050710;--bg-1:#0a0e1a;--bg-2:#0f1424;--surface-1:rgba(255,255,255,0.035);--surface-2:rgba(255,255,255,0.06);--border-1:rgba(255,255,255,0.06);--border-2:rgba(255,255,255,0.1);--text-1:#eef1f8;--text-2:#a0a8bd;--text-3:#606a82;--text-4:#3d4557;--violet:#8b5cf6;--violet-fade:rgba(139,92,246,0.14);--cyan:#06b6d4;--vega:#bfd8ff;--vega-deep:#87baff;--emerald:#10b981;--amber:#f59e0b;--rose:#f43f5e;--purple:#a855f7;--shell-max:1600px;--header-h:56px;--sidebar-w:240px;--radius-sm:6px;--radius-md:10px;--radius-lg:12px;--status-backlog:#6b7280;--status-in-progress:var(--cyan);--status-in-review:var(--vega);--status-blocker:var(--rose);--status-done:var(--emerald);--priority-low:var(--text-3);--priority-medium:var(--vega);--priority-high:var(--amber);--type-task:var(--vega);--type-research:var(--violet);--type-bug:var(--rose);--shadow-card:0 1px 0 rgba(255,255,255,0.04),0 8px 24px -12px rgba(0,0,0,0.6);--shadow-popover:0 8px 40px -8px rgba(0,0,0,0.7);--max-content-width:1440px}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{font-family:var(--font-sans),system-ui,-apple-system,sans-serif;font-size:13px;color:var(--text-1);background:radial-gradient(1000px 600px at 92% 8%,rgba(135,186,255,.1),transparent 55%),radial-gradient(1200px 700px at 10% -10%,rgba(99,102,241,.18),transparent 60%),radial-gradient(900px 600px at 95% 95%,rgba(139,92,246,.1),transparent 55%),radial-gradient(1000px 500px at 50% 110%,rgba(6,182,212,.06),transparent 60%),linear-gradient(180deg,#0a0e1a 0,var(--bg-base) 100%);background-attachment:fixed;background-color:var(--bg-base);min-height:100vh;overflow-x:hidden;position:relative;-webkit-font-smoothing:antialiased}.login-shell{min-height:100vh;display:grid;place-items:center;padding:2rem}.login-card{width:min(420px,100%);padding:2.5rem 2rem;border-radius:16px;background:rgba(16,20,36,.7);border:1px solid rgba(191,216,255,.12);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 60px rgba(0,0,0,.4)}.login-wordmark{font-size:1rem;letter-spacing:.24em;color:#bfd8ff;text-align:center;margin:0 0 2rem;font-weight:600}.login-form{display:flex;flex-direction:column;gap:.75rem}.login-form label{font-size:.85rem;color:#94a3b8}.login-form input{padding:.75rem 1rem;border-radius:10px;border:1px solid rgba(191,216,255,.2);background:rgba(10,13,24,.6);color:#e2e8f0;font-size:1rem}.login-form input:focus{outline:none;border-color:#bfd8ff;box-shadow:0 0 0 3px rgba(191,216,255,.15)}.login-form button{margin-top:.5rem;padding:.75rem 1rem;border-radius:10px;border:none;background:linear-gradient(135deg,#bfd8ff,#7aa8f5);color:#0a0d18;font-weight:600;cursor:pointer}.login-form button:hover{filter:brightness(1.1)}.login-sent{color:#94a3b8;text-align:center;line-height:1.6}.login-swap{min-height:196px;display:flex;flex-direction:column;justify-content:center}.login-swap>*{animation:login-fade .18s ease-out}@keyframes login-fade{0%{opacity:0}to{opacity:1}}.login-error{color:#f87171;font-size:.85rem;margin:.25rem 0 0}.tokens-shell{max-width:760px;margin:3rem auto;padding:0 1.5rem}.tokens-shell h1{color:#bfd8ff}.tokens-help{color:#94a3b8;margin-bottom:2rem}.tokens-create{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.tokens-create input,.tokens-create select{padding:.6rem .9rem;border-radius:8px;border:1px solid rgba(191,216,255,.2);background:rgba(10,13,24,.6);color:#e2e8f0}.tokens-create button{padding:.6rem 1.2rem;border-radius:8px;border:none;background:linear-gradient(135deg,#bfd8ff,#7aa8f5);color:#0a0d18;font-weight:600;cursor:pointer}.tokens-error{color:#fda4af;align-self:center}.tokens-reveal{background:rgba(191,216,255,.08);border:1px solid rgba(191,216,255,.25);border-radius:12px;padding:1rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.75rem}.tokens-reveal code{background:rgba(0,0,0,.4);padding:.75rem;border-radius:8px;font-family:ui-monospace,monospace;color:#bfd8ff;word-break:break-all}.tokens-reveal button{align-self:flex-start;background:transparent;color:#94a3b8;border:1px solid #334155;padding:.4rem .9rem;border-radius:8px;cursor:pointer}.tokens-list{list-style:none;padding:0;margin:0}.tokens-list li{display:flex;gap:1rem;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(191,216,255,.08)}.tokens-name{color:#e2e8f0;font-weight:500;flex:1 1}.tokens-scope{font-size:.75rem;letter-spacing:.1em;color:#bfd8ff;background:rgba(191,216,255,.1);padding:.2rem .5rem;border-radius:4px}.tokens-meta{color:#64748b;font-size:.85rem}.tokens-list button{background:transparent;color:#fda4af;border:1px solid rgba(253,164,175,.3);padding:.4rem .9rem;border-radius:6px;cursor:pointer}.tokens-empty{color:#64748b;padding:1rem 0}.home-shell{max-width:720px;margin:4rem auto;padding:0 1.5rem;display:flex;flex-direction:column;gap:1rem}.home-wordmark{font-size:1rem;letter-spacing:.24em;color:#bfd8ff;font-weight:600;margin:0}.home-tagline{color:#94a3b8;margin:0 0 2rem}.home-cta{align-self:flex-start;padding:.7rem 1.4rem;border-radius:10px;background:linear-gradient(135deg,#bfd8ff,#7aa8f5);color:#0a0d18;font-weight:600;text-decoration:none}.home-section{color:#bfd8ff;font-size:.9rem;letter-spacing:.14em;margin:1rem 0 .5rem;text-transform:uppercase}.home-spaces{list-style:none;padding:0;margin:0}.home-spaces li{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(191,216,255,.08)}.home-spaces a{color:#e2e8f0;text-decoration:none;font-size:1.05rem}.home-spaces a:hover{color:#bfd8ff}.home-role{color:#64748b;font-size:.85rem}.home-footer{margin-top:3rem;color:#64748b;font-size:.9rem}.home-footer a{color:#94a3b8;margin-right:.5rem}.home-footer a:hover{color:#bfd8ff}.container{max-width:var(--max-content-width);margin-inline:auto;padding-inline:24px}body[data-dnd-active=true],body[data-dnd-active=true] *{cursor:-webkit-grabbing!important;cursor:grabbing!important}body[data-dnd-active=true]{-webkit-user-select:none;-moz-user-select:none;user-select:none}a,img,svg{-webkit-user-drag:none;user-drag:none}@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.p.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.p.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.p.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;font-style:normal;font-weight:700;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:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.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:700;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:700;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:700;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:700;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:700;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_52ad5f{font-family:Inter,Inter Fallback;font-style:normal}.__variable_52ad5f{--font-sans:"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"}.starfield_root___3AtJ{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.starfield_layer__gc70D{position:absolute;top:0;left:0;width:1px;height:1px;background:transparent;border-radius:50%}.starfield_layerA__HnQ7P{animation:starfield_starfield-twinkle-slow__Tp1n5 7s ease-in-out infinite;box-shadow:4vw 6vh 0 rgba(255,255,255,.35),9vw 12vh 0 rgba(255,255,255,.28),14vw 4vh 0 rgba(255,255,255,.4),19vw 9vh 0 rgba(255,255,255,.3),24vw 14vh 0 rgba(255,255,255,.35),29vw 6vh 0 rgba(255,255,255,.42),34vw 11vh 0 rgba(255,255,255,.25),39vw 3vh 0 rgba(255,255,255,.32),44vw 13vh 0 rgba(255,255,255,.38),49vw 8vh 0 rgba(255,255,255,.3),54vw 4vh 0 rgba(255,255,255,.42),59vw 15vh 0 rgba(255,255,255,.28),64vw 7vh 0 rgba(255,255,255,.35),69vw 12vh 0 rgba(255,255,255,.3),74vw 3vh 0 rgba(255,255,255,.4),79vw 9vh 0 rgba(255,255,255,.32),84vw 14vh 0 rgba(255,255,255,.28),89vw 6vh 0 rgba(255,255,255,.38),94vw 11vh 0 rgba(255,255,255,.3),98vw 4vh 0 rgba(255,255,255,.35),2vw 20vh 0 rgba(255,255,255,.32),7vw 27vh 0 rgba(255,255,255,.4),12vw 22vh 0 rgba(255,255,255,.3),17vw 30vh 0 rgba(255,255,255,.35),22vw 25vh 0 rgba(255,255,255,.42),27vw 32vh 0 rgba(255,255,255,.28),32vw 21vh 0 rgba(255,255,255,.38),37vw 28vh 0 rgba(255,255,255,.32),42vw 24vh 0 rgba(255,255,255,.35),47vw 31vh 0 rgba(255,255,255,.3),52vw 26vh 0 rgba(255,255,255,.4),57vw 22vh 0 rgba(255,255,255,.32),62vw 30vh 0 rgba(255,255,255,.38),67vw 25vh 0 rgba(255,255,255,.28),72vw 32vh 0 rgba(255,255,255,.35),77vw 23vh 0 rgba(255,255,255,.4),82vw 28vh 0 rgba(255,255,255,.3),87vw 21vh 0 rgba(255,255,255,.35),92vw 30vh 0 rgba(255,255,255,.32),97vw 25vh 0 rgba(255,255,255,.4),3vw 40vh 0 rgba(255,255,255,.35),8vw 47vh 0 rgba(255,255,255,.3),13vw 42vh 0 rgba(255,255,255,.42),18vw 49vh 0 rgba(255,255,255,.28),23vw 44vh 0 rgba(255,255,255,.38),28vw 50vh 0 rgba(255,255,255,.32),33vw 41vh 0 rgba(255,255,255,.35),38vw 48vh 0 rgba(255,255,255,.3),43vw 43vh 0 rgba(255,255,255,.4),48vw 50vh 0 rgba(255,255,255,.32),53vw 45vh 0 rgba(255,255,255,.38),58vw 42vh 0 rgba(255,255,255,.28),63vw 49vh 0 rgba(255,255,255,.35),68vw 44vh 0 rgba(255,255,255,.4),73vw 51vh 0 rgba(255,255,255,.3),78vw 43vh 0 rgba(255,255,255,.35),83vw 48vh 0 rgba(255,255,255,.32),88vw 42vh 0 rgba(255,255,255,.38),93vw 49vh 0 rgba(255,255,255,.3),98vw 44vh 0 rgba(255,255,255,.35),5vw 60vh 0 rgba(255,255,255,.3),10vw 67vh 0 rgba(255,255,255,.4),15vw 62vh 0 rgba(255,255,255,.35),20vw 69vh 0 rgba(255,255,255,.28),25vw 64vh 0 rgba(255,255,255,.38),30vw 71vh 0 rgba(255,255,255,.32),35vw 61vh 0 rgba(255,255,255,.42),40vw 68vh 0 rgba(255,255,255,.3),45vw 63vh 0 rgba(255,255,255,.35),50vw 70vh 0 rgba(255,255,255,.4),55vw 65vh 0 rgba(255,255,255,.32),60vw 62vh 0 rgba(255,255,255,.38),65vw 69vh 0 rgba(255,255,255,.28),70vw 64vh 0 rgba(255,255,255,.35),75vw 71vh 0 rgba(255,255,255,.4),80vw 63vh 0 rgba(255,255,255,.3),85vw 68vh 0 rgba(255,255,255,.35),90vw 62vh 0 rgba(255,255,255,.32),95vw 69vh 0 rgba(255,255,255,.38),4vw 80vh 0 rgba(255,255,255,.35),9vw 87vh 0 rgba(255,255,255,.3),14vw 82vh 0 rgba(255,255,255,.4),19vw 89vh 0 rgba(255,255,255,.28),24vw 84vh 0 rgba(255,255,255,.38),29vw 91vh 0 rgba(255,255,255,.32),34vw 81vh 0 rgba(255,255,255,.35),39vw 88vh 0 rgba(255,255,255,.3),44vw 83vh 0 rgba(255,255,255,.42),49vw 90vh 0 rgba(255,255,255,.28),54vw 85vh 0 rgba(255,255,255,.38),59vw 82vh 0 rgba(255,255,255,.32),64vw 89vh 0 rgba(255,255,255,.35),69vw 84vh 0 rgba(255,255,255,.4),74vw 91vh 0 rgba(255,255,255,.3),79vw 83vh 0 rgba(255,255,255,.35),84vw 88vh 0 rgba(255,255,255,.32),89vw 82vh 0 rgba(255,255,255,.38),94vw 89vh 0 rgba(255,255,255,.3),99vw 85vh 0 rgba(255,255,255,.42)}.starfield_layerB__h_ukC{width:1.5px;height:1.5px;animation:starfield_starfield-twinkle-med__4sSdx 5s ease-in-out infinite;animation-delay:-2s;box-shadow:11vw 18vh 0 rgba(255,255,255,.85),38vw 6vh 0 rgba(255,255,255,.8),65vw 16vh 0 rgba(255,255,255,.8),88vw 28vh 0 rgba(255,255,255,.85),21vw 38vh 0 rgba(255,255,255,.75),45vw 52vh 0 rgba(255,255,255,.8),72vw 41vh 0 rgba(255,255,255,.9),95vw 58vh 0 rgba(255,255,255,.8),8vw 66vh 0 rgba(255,255,255,.85),31vw 74vh 0 rgba(255,255,255,.8),57vw 78vh 0 rgba(255,255,255,.85),80vw 85vh 0 rgba(255,255,255,.8),14vw 92vh 0 rgba(255,255,255,.75),43vw 94vh 0 rgba(255,255,255,.8),67vw 13vh 0 rgba(255,255,255,.85),92vw 72vh 0 rgba(255,255,255,.8)}.starfield_layerC__AD5vR{width:2px;height:2px;animation:starfield_starfield-twinkle-bright__iPE1j 4s ease-in-out infinite;box-shadow:18vw 24vh 0 var(--vega),18vw 24vh 6px rgba(191,216,255,.35),62vw 47vh 0 var(--vega),62vw 47vh 6px rgba(191,216,255,.35),88vw 15vh 0 var(--vega),88vw 15vh 6px rgba(191,216,255,.3),48vw 78vh 0 var(--vega),48vw 78vh 6px rgba(191,216,255,.3),33vw 12vh 0 #fff,33vw 12vh 5px rgba(255,255,255,.3),76vw 68vh 0 #fff,76vw 68vh 5px rgba(255,255,255,.3)}@keyframes starfield_starfield-twinkle-slow__Tp1n5{0%,to{opacity:.65}50%{opacity:1}}@keyframes starfield_starfield-twinkle-med__4sSdx{0%,to{opacity:1}50%{opacity:.4}}@keyframes starfield_starfield-twinkle-bright__iPE1j{0%,to{opacity:1}50%{opacity:.6}}