:root{--bg-slate:#000;--ele-1:#111113;--ele-2:#1a1a1c;--border-dim:transparent;--border-lit:transparent;--accent:#4493f8;--accent-dim:#4493f826;--text-primary:#efefef;--text-muted:#888890;--font-sans:"Inter", -apple-system, sans-serif;--font-serif:"Newsreader", serif;--font-mono:"JetBrains Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}html{font-size:120%}body{font-family:var(--font-sans);background-color:var(--bg-slate);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}.card:before,.card:after{content:"";opacity:0;pointer-events:none;width:12px;height:12px;transition:opacity .3s;position:absolute}.card:before{border-top:1px solid var(--accent);border-left:1px solid var(--accent);top:6px;left:6px}.card:after{border-bottom:1px solid var(--accent);border-right:1px solid var(--accent);bottom:6px;right:6px}.card:hover:before,.card:hover:after{opacity:.6}.section-header{display:inline-block;position:relative}.deco-cross{opacity:.15;width:8px;height:8px;position:absolute}.deco-cross:before,.deco-cross:after{content:"";background:var(--accent);position:absolute}.deco-cross:before{width:100%;height:1px;top:50%;transform:translateY(-50%)}.deco-cross:after{width:1px;height:100%;left:50%;transform:translate(-50%)}.blueprint-section:before{content:"";background:linear-gradient(90deg, var(--accent), transparent);opacity:.3;width:60px;height:1px;position:absolute;top:-20px;left:0}.blueprint-section:after{content:"";background:linear-gradient(-90deg, var(--accent), transparent);opacity:.3;width:60px;height:1px;position:absolute;top:-20px;right:0}::-webkit-scrollbar{background:var(--bg-slate);width:6px}::-webkit-scrollbar-track{background:var(--bg-slate);border-left:1px solid var(--border-dim)}::-webkit-scrollbar-thumb{background:var(--ele-2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}.mono-tag{font-family:var(--font-mono);letter-spacing:.05em;color:var(--text-muted);font-size:.75rem}.serif-italic{font-family:var(--font-serif);font-style:italic;font-weight:400}.copper-text{color:var(--accent)}.text-xl{font-size:1.3rem}.mt-2{margin-top:1rem}.mt-spacing{margin-top:2rem}.mt-section{margin-top:2.5rem}.mt-card{margin-top:1.5rem}.floating-nav{z-index:1000;width:auto;position:fixed;top:1rem;left:50%;transform:translate(-50%)}.nav-pill{-webkit-backdrop-filter:blur(12px)saturate(180%);backdrop-filter:blur(12px)saturate(180%);z-index:1000;background:#111113a6;border:1px solid #ffffff1f;border-radius:14px;align-items:center;gap:1.5rem;height:56px;padding:0 1.5rem;display:flex;position:relative;transform:translate(0,0);box-shadow:0 8px 32px #0006}.nav-brand{color:var(--text-primary);font-family:var(--font-mono);white-space:nowrap;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;text-decoration:none;display:flex}.nav-logo{object-fit:cover;border:1px solid #ffffff1a;border-radius:6px;width:24px;height:24px}.nav-divider{background:#ffffff26;width:1px;height:20px}.nav-pill .nav-links{align-items:center;gap:.35rem;display:flex}.nav-pill .nav-links a{color:#ffffff8c;font-family:var(--font-mono);white-space:nowrap;border-radius:8px;padding:.35rem .75rem;font-size:.8rem;font-weight:400;text-decoration:none;transition:color .2s,background .2s}.nav-pill .nav-links a:hover{color:var(--text-primary);background:#ffffff0f}.hero-split{align-items:center;min-height:100vh;padding-top:60px;display:flex}.hero-typography{border-right:1px solid var(--border-dim);flex-direction:column;justify-content:center;width:60%;padding:0 6% 0 8%;display:flex}.kicker{font-family:var(--font-mono);color:var(--accent);margin-bottom:2rem;font-size:.85rem}.hero-title{letter-spacing:-.03em;margin-bottom:2rem;font-size:clamp(3rem,6vw,5.5rem);font-weight:400;line-height:1.05}.hero-description{color:var(--text-muted);max-width:550px;margin-bottom:4rem;font-size:clamp(1.1rem,1.5vw,1.3rem);line-height:1.6}.btn-physical{background:var(--ele-2);border:1px solid var(--border-lit);color:var(--text-primary);font-family:var(--font-sans);cursor:pointer;border-radius:4px;align-items:center;gap:.75rem;padding:.8rem 1.5rem;font-size:.95rem;font-weight:500;transition:background .2s,border-color .2s;display:inline-flex;box-shadow:0 4px 10px #00000080,inset 0 1px 1px #ffffff0d}.btn-physical:hover{background:#222225;border-color:#ffffff4d}.hero-visual{background:radial-gradient(circle at center, var(--ele-1), var(--bg-slate));box-sizing:border-box;justify-content:center;align-items:center;width:40%;padding:0;display:flex;position:relative;overflow:hidden}.hero-gif{object-fit:cover;opacity:.9;width:100%;height:100%;box-shadow:none;filter:grayscale(.2)contrast(1.1);border-radius:0;display:block}.blueprint-section{max-width:1600px;margin:0 auto;padding:8rem 5%}.section-header{border-bottom:1px solid var(--border-dim);margin-bottom:3rem;padding-bottom:1rem}.blueprint-grid{grid-template-columns:repeat(12,1fr);align-items:stretch;gap:1.5rem;display:grid}.span-8{grid-column:span 8}.span-4{grid-column:span 4}.card{background:var(--ele-1);width:100%;color:inherit;border:none;border-radius:4px;text-decoration:none;display:block;position:relative;overflow:hidden}.card-elevated{background:#161618;border:none;box-shadow:0 20px 40px #00000080}.card-inner{z-index:1;box-sizing:border-box;flex-direction:column;width:100%;height:100%;min-height:320px;padding:2rem;display:flex;position:relative}.full-width-card .card-inner{padding:0!important}.full-width-card .card-top-bar{box-sizing:border-box;width:100%;margin-bottom:0;padding:1.5rem 2rem 1rem}.card-vis{box-sizing:border-box;flex:1;justify-content:center;align-items:center;width:100%;min-height:180px;display:flex}.full-width-card .card-vis{padding:0}.full-width-card .discord-activity{margin:.5rem;padding:.75rem}.flex-col{flex-direction:column;display:flex}.card-top-bar{justify-content:space-between;margin-bottom:2rem;display:flex}.flex-row{flex-direction:row;display:flex}.gap-1{gap:1rem}.align-center{align-items:center}.justify-between{justify-content:space-between}.border-bottom{border-bottom:1px solid var(--border-dim);padding-bottom:1rem}.top-tag{font-family:var(--font-mono);color:var(--text-muted);font-size:.7rem}.card-title{letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.5rem;font-weight:500}.card-desc{color:var(--text-muted);font-size:.95rem;line-height:1.6}.metrics-content{flex-direction:column;flex:1;gap:3rem;margin-top:2rem;display:flex}.metric-value{font-family:var(--font-mono);color:var(--text-primary);letter-spacing:-.05em;font-size:clamp(3rem,4vw,4rem);font-weight:400;line-height:1}.metric-unit{color:var(--accent);font-size:1.5rem}.metric-label{font-family:var(--font-mono);color:var(--text-muted);margin-top:.5rem;font-size:.75rem}.mt-auto{margin-top:auto}.editorial{justify-content:center;align-items:center;padding:2rem 0;display:flex}.large-quote{color:var(--text-primary);text-align:left;font-size:clamp(1.5rem,2vw,2rem);line-height:1.4}.stack-list{flex-direction:column;gap:1rem;display:flex}.stack-item{font-family:var(--font-mono);color:var(--text-primary);border-bottom:1px solid #ffffff08;align-items:center;gap:.75rem;padding:.75rem 0;font-size:.9rem;display:flex}.stack-item span{color:var(--accent)}.span-6{grid-column:span 6}.span-12{grid-column:span 12}.gh-stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.5rem;display:grid}.gh-stat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.gh-stat-value{font-family:var(--font-mono);color:var(--text-primary);font-size:1.5rem;font-weight:600}.gh-stat-label{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;font-size:.7rem}.lang-list{flex-direction:column;gap:.8rem;margin-top:1rem;display:flex}.lang-item{font-family:var(--font-mono);align-items:center;gap:1rem;display:flex}.lang-label{align-items:center;gap:8px;min-width:100px;display:flex}.lang-dot{border-radius:50%;width:8px;height:8px}.lang-name{color:var(--text-primary);font-size:.8rem}.lang-track{background:#ffffff0d;border-radius:2px;flex:1;height:4px;overflow:hidden}.lang-progress{border-radius:2px;height:100%;transition:width 1s}.lang-percent{color:var(--text-muted);text-align:right;min-width:40px;font-size:.75rem}.justify-center{justify-content:center}.gh-repo-title{color:#4493f8;font-size:1.15rem;font-weight:600}.gh-repo-badge{color:#8b949e;border:1px solid #30363d;border-radius:20px;padding:2px 7px;font-size:.75rem}.gh-repo-archive{color:#ffa62b;background:#ffa62b26;border:1px solid #ffa62b66}.gh-repo-fork{color:#8b949e;margin-bottom:.5rem;font-size:.75rem}.gh-fork-link{text-decoration:underline}.gh-repo-desc{color:#8b949e;margin-bottom:1.5rem;font-size:.85rem;line-height:1.5}.gh-repo-footer{color:#8b949e;justify-content:space-between;align-items:center;margin-top:auto;font-size:.75rem;display:flex}.gh-repo-stats{gap:1rem;display:flex}.gh-stat-item{align-items:center;gap:.25rem;display:flex}.gh-stat-item i{font-size:.85rem}.gh-repo-updated{font-family:var(--font-mono);color:var(--text-muted);margin-top:.75rem;font-size:.65rem}.gh-repo-icon{color:var(--text-muted);flex-shrink:0;font-size:1.5rem}.gh-repo-title-row{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.gh-repo-meta-full{flex:1;min-width:0}.gh-repo-header{align-items:flex-start;gap:.75rem;width:100%;margin-bottom:1rem;display:flex}.gh-repo-lang{color:#8b949e;align-items:center;font-size:.75rem;display:flex}.gh-lang-color{border-radius:50%;width:12px;height:12px;margin-right:.5rem;display:inline-block}.gh-lang-name{color:#8b949e}.discord-activity{background:#ffffff08;border:none;border-radius:8px;width:100%;padding:1.5rem}.discord-header{border-bottom:1px solid #ffffff0d;align-items:center;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.discord-avatar{background-color:#313338;background-size:cover;border-radius:50%;width:56px;height:56px;position:relative}.discord-status{background:#80848e;border:4px solid #111113;border-radius:50%;width:16px;height:16px;position:absolute;bottom:0;right:0}.discord-user-info{flex-direction:column;gap:.15rem;display:flex}.discord-name{color:#fff;letter-spacing:-.01em;font-size:1.2rem;font-weight:700}.discord-handle-row{align-items:center;gap:.5rem;display:flex}.discord-username{font-family:var(--font-sans);color:#b5bac1;font-size:.9rem;font-weight:600}.discord-badges{align-items:center;gap:4px;display:flex}.discord-badges img{object-fit:contain;width:20px;height:20px}.discord-presence-body{background:#00000026;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.presence-header{font-family:var(--font-sans);text-transform:uppercase;color:#fff;letter-spacing:.05em;margin-bottom:0;font-size:.75rem;font-weight:800}.presence-header i{display:none}.presence-content{align-items:flex-start;gap:1.25rem;display:flex}.activity-asset{width:80px;min-width:80px;height:80px;position:relative}.activity-asset img{object-fit:cover;border-radius:12px;width:100%;height:100%}.activity-small-asset{z-index:2;background:#1e1f22 0 0/cover;border:4px solid #1e1f22;border-radius:50%;width:28px;height:28px;display:none;position:absolute;bottom:-6px;right:-6px}.activity-text{color:#dbdee1;flex-direction:column;flex:1;gap:.15rem;font-size:.95rem;display:flex;overflow:hidden}.activity-name{color:#fff;margin-bottom:2px;font-size:1.1rem;font-weight:600}.activity-details,.activity-state{color:#b5bac1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.activity-time-row{font-family:var(--font-mono);color:#23a559;align-items:center;gap:6px;margin-top:6px;font-size:.85rem;display:flex}.activity-time-row i{font-size:1.1rem}.activity-time{font-weight:500}.blueprint-visual{border:1px dashed var(--border-dim);background:#0003;border-radius:2px;flex:1;justify-content:center;align-items:center;min-height:200px;margin-bottom:2rem;display:flex;position:relative;overflow:hidden}.card-sheen{pointer-events:none;z-index:0;background:linear-gradient(90deg,#0000,#ffffff08,#0000);width:50%;height:100%;transition:none;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.card:hover .card-sheen{animation:.8s forwards sheen}@keyframes sheen{to{left:200%}}.rigid-footer{border-top:1px solid var(--border-dim);margin-top:4rem;padding:6rem 5% 2rem}.footer-grid{grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:6rem;display:grid}.footer-brand h2{max-width:400px;margin-bottom:1.5rem;font-size:3rem;line-height:1.1}.copper-link{color:var(--accent);font-family:var(--font-mono);font-size:1rem;text-decoration:none}.footer-links{flex-direction:column;align-items:flex-end;gap:1rem;display:flex}.footer-a{color:var(--text-primary);font-size:1.1rem;text-decoration:none}.footer-a:hover{color:var(--accent)}.footer-base{justify-content:space-between;padding-top:2rem;display:flex}.footer-brand{position:relative}.border-top{border-top:1px solid var(--border-dim)}@media (width<=1024px){.hero-split{flex-direction:column}.hero-typography,.hero-visual{border-right:none;width:100%}.hero-visual{border-top:none;height:40vh}.blueprint-grid{flex-direction:column;display:flex}.footer-grid{text-align:center;grid-template-columns:1fr}}.ff-blue{color:#08f}.ff-cyan{color:#00d4d4}.ff-white{color:#fff}.ff-grey{color:#888}.ff-yellow{color:#ff0}
