@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&family=JetBrains+Mono:wght@400;500&display=swap";:root{--ink: #0b1120;--ink-muted: #4a5568;--ink-faint: #94a3b8;--sky: #1a9fd8;--sky-light: #e8f4fd;--navy: #061428;--navy-2: #0a1f3d;--cream: #f8f9fb;--white: #ffffff;--border-light: rgba(0, 0, 0, .07);--accent: #0ea5e9;--accent-2: #38bdf8}html,body{margin:0;width:100%;min-height:100%}body{min-height:100vh;background:var(--cream);color:var(--ink);padding:0;font-family:DM Sans,sans-serif}*,*:before,*:after{box-sizing:border-box}svg{display:inline-block;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.welcome-pack{display:flex;flex-direction:column}.section-inner{max-width:1020px;margin:0 auto;width:100%}.section-label{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:1.5rem;display:flex;align-items:center;gap:10px}.section-label:after{content:"";flex:1;height:1px;background:var(--border-light)}.section-dark .section-label{color:#ffffff47}.section-dark .section-label:after{background:#ffffff14}.eyebrow-tag{display:inline-flex;align-items:center;gap:8px;font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-2);margin-top:1rem}.eyebrow-tag:before{content:"";width:18px;height:1px;background:currentColor}.hero{background:var(--navy);position:relative;overflow:hidden;padding:clamp(2rem,4vw,3.5rem) clamp(1.4rem,4vw,3rem) clamp(2.5rem,4vw,4rem)}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 55% at 88% -8%,rgba(14,165,233,.22),transparent),radial-gradient(ellipse 40% 50% at -5% 85%,rgba(56,189,248,.12),transparent);pointer-events:none}.hero-inner{position:relative;z-index:1;max-width:1020px;margin:0 auto}.brand-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:2rem}.brand-left{display:grid;gap:.35rem;max-width:62ch;justify-items:start}.logo-pill{display:inline-flex;align-items:center;gap:.5rem;width:fit-content;padding:.4rem .9rem .4rem .4rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:999px}.logo-dot{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--accent) 0%,#0284c7 100%);display:grid;place-items:center;font-family:JetBrains Mono,monospace;font-size:9px;color:#fff;font-weight:500;letter-spacing:.02em;flex-shrink:0}.logo-pill>span{font-family:JetBrains Mono,monospace;font-size:11px;color:#ffffffb3;letter-spacing:.07em;text-transform:uppercase}.brand-right{display:flex;align-items:center}.hero-mascot{height:auto;object-fit:contain;filter:drop-shadow(0 20px 20px rgba(0,0,0,.35)) drop-shadow(0 0 18px rgba(143,220,255,.22)) drop-shadow(0 0 34px rgba(143,220,255,.14))}h1{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(2.2rem,5.5vw,3.8rem);font-weight:800;line-height:1.08;letter-spacing:-.02em;color:#fff;margin:0 0 .9rem}h1 em{font-style:normal;color:#ffffffe6;-webkit-text-stroke:0}.hero-meta{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;margin-bottom:1.4rem}.meta-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border-radius:999px;background:#0ea5e924;border:1px solid rgba(14,165,233,.3);font-size:12px;font-weight:500;color:var(--accent-2)}.meta-chip svg{width:12px;height:12px}.meta-divider{width:3px;height:3px;border-radius:50%;background:#ffffff38}.tech-tags{font-family:JetBrains Mono,monospace;font-size:11px;color:#ffffff59;letter-spacing:.04em}.hero-desc{max-width:58ch;font-size:1rem;line-height:1.72;color:#ffffff94;font-weight:300;margin:0}.section-light{background:var(--white);padding:clamp(2rem,3.5vw,3rem) clamp(1.4rem,4vw,3rem)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.card{background:var(--white);border:1px solid var(--border-light);border-radius:16px;padding:1.4rem 1.4rem 1.2rem;display:flex;flex-direction:column;gap:.75rem;position:relative;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.card:after{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--accent) 0%,var(--accent-2) 100%);opacity:0;transition:opacity .2s ease}.card:hover{box-shadow:0 8px 28px #00000014;transform:translateY(-2px);border-color:#0ea5e940}.card:hover:after{opacity:1}.card-icon{width:36px;height:36px;border-radius:10px;background:var(--sky-light);display:grid;place-items:center;flex-shrink:0}.card-icon svg{width:18px;height:18px;stroke:var(--sky);stroke-width:2}.card h2{font-family:Plus Jakarta Sans,sans-serif;font-size:1.1rem;font-weight:700;color:var(--ink);margin:0;letter-spacing:-.01em}.card p{font-size:.88rem;line-height:1.65;color:var(--ink-muted);font-weight:300;margin:0;flex:1}.card a{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:500;color:var(--accent);text-decoration:none;font-family:JetBrains Mono,monospace;letter-spacing:.01em;margin-top:.2rem}.card a:hover{color:#0284c7}.card a svg{width:13px;height:13px;stroke-width:2.5}.letter-section{background:var(--white);padding:0 clamp(1.4rem,4vw,3rem) clamp(2rem,3.5vw,3rem);border-bottom:1px solid var(--border-light)}.letter-inner{max-width:1020px;margin:0 auto}.letter-card{background:var(--navy-2);border-radius:20px;padding:clamp(1.5rem,3vw,2.2rem) clamp(1.4rem,3vw,2.4rem);display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative;overflow:hidden;border:1px solid rgba(14,165,233,.2)}.letter-card:before{content:"";position:absolute;right:-60px;top:-60px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(14,165,233,.18),transparent 70%);pointer-events:none}.letter-body{position:relative;z-index:1}.letter-body h2{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(1.15rem,2.5vw,1.5rem);font-weight:700;color:#fff;margin:0 0 .6rem;letter-spacing:-.01em}.letter-body p{font-size:.9rem;line-height:1.65;color:#ffffff8c;font-weight:300;max-width:56ch;margin:0}.letter-cta{flex-shrink:0;display:inline-flex;align-items:center;gap:8px;padding:.7rem 1.4rem;border-radius:999px;background:var(--accent);color:#fff;font-size:.85rem;font-weight:500;text-decoration:none;white-space:nowrap;transition:background .18s ease;position:relative;z-index:1}.letter-cta:hover{background:#0284c7}.letter-cta svg{width:15px;height:15px;stroke-width:2.5}.section-dark{background:var(--navy);padding:clamp(2rem,3.5vw,3rem) clamp(1.4rem,4vw,3rem);position:relative;overflow:hidden}.section-dark:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 60% at 100% 100%,rgba(14,165,233,.1),transparent);pointer-events:none}.section-dark .section-inner{position:relative;z-index:1}.section-dark h2{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(1.3rem,3vw,1.6rem);font-weight:700;color:#fff;margin:0 0 .5rem;letter-spacing:-.01em}.section-dark>.section-inner>p{font-size:.9rem;line-height:1.7;color:#ffffff7a;font-weight:300;max-width:60ch;margin:0 0 1.6rem}.repos-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem}.repo-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.09);border-radius:14px;padding:1.1rem 1.2rem;display:flex;flex-direction:column;gap:.5rem;transition:background .2s ease,border-color .2s ease}.repo-card:hover{background:#0ea5e914;border-color:#0ea5e947}.repo-card a{display:flex;align-items:center;gap:6px;font-family:JetBrains Mono,monospace;font-size:.8rem;color:var(--accent-2);text-decoration:none;font-weight:500}.repo-card a:hover{color:#7dd3fc}.repo-card a svg{width:13px;height:13px;stroke-width:2.5}.repo-card a .out-icon{width:11px;height:11px;margin-left:auto;opacity:.65}.repo-card span{font-size:.8rem;line-height:1.55;color:#fff6;font-weight:300}.wiki-section{background:var(--white);border-top:1px solid var(--border-light);padding:clamp(1.8rem,3vw,2.5rem) clamp(1.4rem,4vw,3rem)}.wiki-inner{max-width:1020px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.wiki-text h2{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(1.1rem,2.5vw,1.35rem);font-weight:700;color:var(--ink);margin:0 0 .4rem;letter-spacing:-.01em}.wiki-text p{font-size:.88rem;line-height:1.65;color:var(--ink-muted);font-weight:300;max-width:54ch;margin:0}.wiki-link{display:inline-flex;align-items:center;gap:8px;padding:.65rem 1.25rem;border-radius:999px;border:1.5px solid var(--ink);color:var(--ink);font-size:.85rem;font-weight:500;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background .18s ease,color .18s ease}.wiki-link:hover{background:var(--ink);color:#fff}.wiki-link svg{width:14px;height:14px;stroke-width:2.5}.partner-logos{display:inline-flex;align-items:center;gap:.9rem}.logo-teamone-footer{height:78px;width:auto;object-fit:contain}.logo-dft-footer{height:84px;width:auto;object-fit:contain}.site-footer{background:#040d1a;border-top:1px solid rgba(255,255,255,.08);padding:clamp(1.6rem,3vw,2.2rem) clamp(1.4rem,4vw,3rem)}.footer-inner{max-width:1020px;margin:0 auto;display:grid;grid-template-columns:1.3fr auto 1fr;gap:1.2rem;align-items:start}.footer-brand p,.footer-meta p{margin:.45rem 0 0;font-size:.82rem;line-height:1.45;color:#ffffff8f}.footer-links{display:grid;gap:.45rem}.footer-links a{font-family:JetBrains Mono,monospace;font-size:.78rem;text-decoration:none;color:#8fdcff;letter-spacing:.02em}.footer-links a:hover{color:#c8edff}@media(max-width:800px){.brand-right{margin-left:auto}.hero-mascot{width:180px}.tech-tags{display:none}.letter-card{flex-direction:column;align-items:flex-start}.letter-cta{align-self:flex-start}.wiki-inner{flex-direction:column;align-items:flex-start}.footer-inner{grid-template-columns:1fr;gap:1rem}}@media(max-width:640px){.brand-bar{align-items:center}.hero-mascot{width:100px}.meta-divider{display:none}}
