@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--bg: #191314;--bg-soft: #251c1d;--surface: #312426;--ink: #f6ecec;--muted: #c1a9ab;--accent: #c85a73;--accent-2: #7a8a42;--line: #5a3f44}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Space Grotesk,sans-serif;color:var(--ink);background:linear-gradient(120deg,rgba(200,90,115,.18),transparent 38%),linear-gradient(280deg,rgba(122,138,66,.16),transparent 38%),var(--bg)}.page{min-height:100vh;padding:2rem 1.1rem 2.5rem}.shell{width:min(78rem,100%);margin:0 auto}.topbar{display:grid;gap:.9rem}h1{margin:0;font-size:clamp(1.65rem,3vw,2.4rem);line-height:1.05}.search{display:grid;gap:.45rem;color:var(--muted);font-size:.9rem}.search input{border:1px solid var(--line);background:var(--bg-soft);color:var(--ink);font:inherit;padding:.72rem .8rem}.search input:focus{outline:2px solid var(--accent);outline-offset:1px}.grid{margin-top:1.15rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(17.5rem,1fr));gap:.9rem}.site-tile{border:1px solid var(--line);background:var(--surface);border-radius:0;box-shadow:0 14px 28px #00000059;padding:.9rem;display:grid;gap:.65rem}.site-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem}.site-top h2{margin:0;font-size:1.02rem;line-height:1.2}.site-url{margin:0;color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:.72rem;word-break:break-all}.stack-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}.stack-item{border:1px solid var(--line);background:#241a1d;padding:.26rem .44rem;display:inline-flex;align-items:center;gap:.34rem}.stack-icon{width:.9rem;height:.9rem}.stack-label{font-family:IBM Plex Mono,monospace;font-size:.73rem;color:var(--muted);line-height:1}.visit{text-decoration:none;color:#1f1416;background:var(--accent);border:1px solid #9d4258;padding:.32rem .5rem;font-size:.72rem;font-weight:600;white-space:nowrap}.visit:hover{background:var(--accent-2);border-color:#627032;color:#13100c}.empty{margin:1rem 0 0;color:var(--muted)}@media (max-width: 640px){.page{padding:1.1rem .75rem 2rem}.site-top{flex-direction:column;gap:.55rem}}
