:root{color-scheme:dark;--bg:#0d1117;--panel:#111820;--line:#26313c;--muted:#8b949e;--text:#f0f6fc;--blue:#58a6ff;--green:#3fb950;--violet:#bc8cff}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;background:radial-gradient(ellipse 70% 50% at 50% -10%,#18283a 0%,var(--bg) 65%);color:var(--text);font:14px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}.noise{position:fixed;inset:0;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}.topbar{height:64px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100% - 1180px)/2));background:#0d1117cc;backdrop-filter:blur(14px);position:relative;z-index:2}.brand{color:var(--text);display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:650;letter-spacing:-.2px}.brand-mark{display:grid;place-items:center;width:28px;height:28px;border:1px solid #3b4652;border-radius:7px;color:var(--blue);font-size:19px}.topbar-right{display:flex;align-items:center;gap:18px}.status{color:var(--muted);font-size:11px;letter-spacing:.5px}.status i,.live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 10px #3fb950;margin-right:6px}.icon-button{border:0;background:none;color:var(--muted);font-size:19px;cursor:pointer}.shell{max-width:1180px;margin:0 auto;padding:92px 24px 34px}.hero{max-width:730px;padding-bottom:86px}.eyebrow,.section-kicker,.project-meta,.coming{font:600 10px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:1.5px;color:var(--blue)}.pulse{display:inline-block;width:6px;height:6px;border:1px solid var(--blue);border-radius:50%;margin-right:8px;box-shadow:0 0 0 4px #58a6ff12}.hero h1{font-size:clamp(48px,7vw,82px);line-height:.98;letter-spacing:-5px;margin:20px 0 24px;font-weight:700}.hero h1 em{font-style:normal;color:#7d8792}.hero-copy{color:var(--muted);font-size:16px;max-width:440px;margin:0 0 34px}.search-wrap{position:relative;max-width:560px}.search-wrap input{width:100%;height:48px;background:#111820;border:1px solid #34404c;border-radius:7px;padding:0 62px 0 42px;color:var(--text);font-size:14px;outline:none;box-shadow:0 8px 30px #0003}.search-wrap input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #58a6ff22}.search-icon{position:absolute;left:15px;top:9px;color:var(--muted);font-size:25px;z-index:1}.search-wrap kbd{position:absolute;right:14px;top:13px;color:#768390;border:1px solid #3a4652;border-radius:4px;font:11px ui-monospace;padding:2px 7px}.section-head{display:flex;align-items:end;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:16px}.section-head h2{margin:7px 0 0;font-size:23px;letter-spacing:-.6px}.count{color:var(--muted);font:11px ui-monospace;letter-spacing:.5px}.projects{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:24px 0 64px}.project-card{display:flex;min-height:298px;flex-direction:column;text-decoration:none;color:inherit;background:linear-gradient(145deg,#151d26,#10161d);border:1px solid var(--line);border-radius:10px;overflow:hidden;position:relative;transition:transform .2s,border-color .2s,box-shadow .2s}.project-card:hover{transform:translateY(-5px);border-color:#527a9e;box-shadow:0 18px 45px #0005}.project-card.featured{border-color:#315675}.card-top{display:flex;justify-content:space-between;align-items:center;padding:22px 22px 0}.project-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:9px;font-size:23px;font-weight:500}.blue{color:var(--blue);background:#58a6ff18;border:1px solid #58a6ff3b}.violet{color:var(--violet);background:#bc8cff18;border:1px solid #bc8cff3b}.open-arrow{color:#71808e;font-size:20px;transition:transform .2s}.project-card:hover .open-arrow{transform:translate(3px,-3px);color:var(--text)}.project-body{padding:38px 22px 20px;flex:1}.project-meta{color:#7e8b98;font-size:9px}.project-meta .live-dot{width:5px;height:5px;margin-right:4px}.slash{color:#4f5c68;margin:0 6px}.project-body h3{font-size:21px;margin:11px 0 8px;letter-spacing:-.5px}.project-body p{color:var(--muted);line-height:1.55;max-width:270px;margin:0}.card-bottom{display:flex;justify-content:space-between;gap:10px;border-top:1px solid #26313c99;padding:14px 22px;color:#7d8a96;font:10px ui-monospace;letter-spacing:.5px}.card-bottom span:last-child{color:#9ab4cc}.add-card{align-items:center;justify-content:center;text-align:center;background:transparent;border-style:dashed;color:var(--muted)}.add-card:hover{border-color:#527a9e;transform:none;box-shadow:none}.add-card .plus{font-size:32px;color:#566573;font-weight:200}.add-card h3{font-size:15px;color:#a7b1bb;margin:10px 0 2px}.add-card p{font-size:12px;margin:0 20px 16px}.coming{font-size:9px;color:#596775}.metrics{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:25px 0;margin-bottom:28px}.metrics div{border-right:1px solid var(--line);padding-left:22px}.metrics div:first-child{padding-left:0}.metrics div:last-child{border:0}.metrics strong,.metrics span{display:block}.metrics strong{font:24px ui-monospace;color:#d5dde5;letter-spacing:-1px}.metrics span{color:#6f7c88;font:9px ui-monospace;letter-spacing:1px;margin-top:5px}footer{display:flex;justify-content:space-between;color:#596673;font:10px ui-monospace;letter-spacing:.4px}footer b{color:#3fb950;margin:0 4px}@media(max-width:760px){.topbar{padding:0 18px}.status{display:none}.shell{padding:60px 18px 28px}.hero{padding-bottom:62px}.hero h1{letter-spacing:-3px}.projects{grid-template-columns:1fr;padding-bottom:46px}.project-card{min-height:250px}.metrics{grid-template-columns:repeat(2,1fr);gap:22px}.metrics div{border:0;padding:0}.metrics div:nth-child(3),.metrics div:nth-child(4){border-top:1px solid var(--line);padding-top:18px}footer{gap:12px;flex-direction:column}}@media(prefers-reduced-motion:no-preference){.hero{animation:rise .7s ease both}.project-card{animation:rise .6s ease both}.project-card:nth-child(2){animation-delay:.08s}.project-card:nth-child(3){animation-delay:.16s}@keyframes rise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}}
