:root{--hub-bg:#0a0e1a;--hub-card:#111827;--hub-text:#e8edf5;--hub-muted:#94a3b8;--hub-line:rgba(0,212,255,.16);--hub-cyan:#00d4ff;--hub-purple:#8b5cf6;--hub-green:#06ffa5}
[data-bs-theme="light"]{--hub-bg:#f8fafc;--hub-card:#fff;--hub-text:#0f172a;--hub-muted:#475569;--hub-line:rgba(91,33,182,.16);--hub-cyan:#5b21b6;--hub-purple:#7c3aed;--hub-green:#047857}
*{box-sizing:border-box}body{margin:0;background:var(--hub-bg);color:var(--hub-text);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.6}a{color:inherit}.hub-nav{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:16px clamp(20px,5vw,72px);background:color-mix(in srgb,var(--hub-bg) 90%,transparent);backdrop-filter:blur(14px);border-bottom:1px solid var(--hub-line)}.hub-brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800;letter-spacing:.05em}.hub-brand img{width:38px;height:38px;border-radius:10px}.hub-links{display:flex;gap:18px}.hub-links a{text-decoration:none;color:var(--hub-muted);font-size:.92rem}.hub-links a:hover{color:var(--hub-cyan)}.hub-main{width:min(1180px,calc(100% - 32px));margin:auto}.hub-hero{padding:clamp(64px,10vw,120px) 0 48px}.hub-kicker{color:var(--hub-green);font:700 .78rem/1.2 ui-monospace,monospace;letter-spacing:.16em;text-transform:uppercase}.hub-hero h1{max-width:900px;margin:14px 0;font-size:clamp(2.4rem,7vw,5.6rem);line-height:.98;letter-spacing:-.055em}.hub-hero h1 span{background:linear-gradient(90deg,var(--hub-cyan),var(--hub-purple));background-clip:text;color:transparent}.hub-lead{max-width:780px;color:var(--hub-muted);font-size:clamp(1rem,2vw,1.25rem)}.hub-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hub-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:10px;border:1px solid var(--hub-line);text-decoration:none;font-weight:700}.hub-button.primary{background:linear-gradient(100deg,var(--hub-cyan),var(--hub-purple));color:#061018;border:0}.hub-section{padding:28px 0 70px}.hub-section h2{font-size:clamp(1.55rem,3vw,2.5rem);margin:0 0 10px}.hub-section>p{color:var(--hub-muted);max-width:760px}.hub-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:14px;margin-top:24px}.hub-card{display:block;padding:22px;border:1px solid var(--hub-line);border-radius:16px;background:linear-gradient(145deg,color-mix(in srgb,var(--hub-card) 96%,var(--hub-cyan)),var(--hub-card));text-decoration:none;transition:transform .2s,border-color .2s}.hub-card:hover{transform:translateY(-3px);border-color:var(--hub-cyan)}.hub-card h3{margin:0 0 7px;font-size:1.05rem}.hub-card p{margin:0;color:var(--hub-muted);font-size:.92rem}.hub-card small{display:block;margin-top:14px;color:var(--hub-green);font-family:ui-monospace,monospace}.hub-profile{display:grid;grid-template-columns:180px 1fr;gap:32px;align-items:center;margin-top:25px;padding:28px;border:1px solid var(--hub-line);border-radius:20px;background:var(--hub-card)}.hub-profile img{width:180px;height:180px;object-fit:cover;border-radius:20px;border:1px solid var(--hub-line)}.hub-footer{margin-top:40px;padding:34px clamp(20px,5vw,72px);border-top:1px solid var(--hub-line);color:var(--hub-muted);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.hub-footer a{color:var(--hub-cyan)}@media(max-width:700px){.hub-links a:not(:first-child){display:none}.hub-profile{grid-template-columns:1fr}.hub-profile img{width:120px;height:120px}.hub-hero{padding-top:55px}}
