@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600&family=Instrument+Sans:wght@400;500;600&family=Fira+Code:wght@400&display=swap";:root{--bg: #080808;--surface: #121212;--surface-hover: #1a1a1a;--text: #ececec;--text-muted: #888888;--border: #2a2a2a;--accent: #ffffff;--font-display: "Space Grotesk", system-ui, sans-serif;--font-body: "Instrument Sans", system-ui, sans-serif;--font-mono: "Fira Code", monospace;--token-comment: #6a727c;--token-keyword: #ff7b72;--token-function: #d2a8ff;--token-string: #a5d6ff;--token-operator: #79c0ff;--container-width: 1200px;--spacing-section: 160px;--spacing-block: 2rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-body);background-color:var(--bg);color:var(--text);line-height:1.6;scroll-behavior:smooth}img,video,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;line-height:1.1;letter-spacing:-.02em}h1{font-size:clamp(3rem,8vw,6rem);font-weight:300}h2{font-size:clamp(2rem,4vw,3.5rem);margin-bottom:2rem}h3{font-size:1.5rem;margin-bottom:1rem}p{font-size:1.125rem;color:var(--text-muted);margin-bottom:1.5rem;font-weight:400}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 2rem}section{padding:var(--spacing-section) 0}.hero{height:100vh;min-height:700px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;overflow:hidden;padding:0}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.4;z-index:-2}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent,var(--bg));z-index:-1}.hero-content{max-width:1200px;width:100%;padding:0 2rem;z-index:1;display:flex;flex-direction:column;align-items:center}.hero h1{text-shadow:0 4px 20px rgba(0,0,0,.5);margin-bottom:1.5rem;max-width:900px}.hero p{font-size:1.5rem;color:#ffffffe6;font-weight:400;max-width:700px}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.card{background:var(--surface);border:1px solid var(--border);border-radius:1px;padding:2.5rem;transition:transform .3s ease,border-color .3s ease;height:100%;display:flex;flex-direction:column}.card:hover{transform:translateY(-4px);border-color:var(--text-muted)}.card-icon{margin-bottom:1.5rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.card-icon svg{width:100%;height:100%}.code-comparison{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:4rem}.code-block{background:#0d0d0d;border:1px solid var(--border);border-radius:4px;padding:1.5rem;font-family:var(--font-mono);font-size:.9rem;overflow-x:auto;line-height:1.7}.hero .code-comparison{margin-top:3rem;width:100%;max-width:1200px;text-align:left}.hero .code-block{background:#0000001a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px #0006}.hero .code-label{text-shadow:0 2px 4px rgba(0,0,0,.5)}.token-comment{color:var(--token-comment);font-style:italic}.token-keyword{color:var(--token-keyword)}.token-function{color:var(--token-function)}.token-string{color:var(--token-string)}.token-operator{color:var(--token-operator)}.code-label{font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;display:block}.code-label.bad{color:#ff453a}.code-label.good{color:#30d158}pre{margin:0}.bg-heuristic{background:var(--surface);border:1px solid var(--border);padding:2rem}.bg-heuristic h3{font-size:2rem}.resource-link{display:flex;flex-direction:column;justify-content:space-between;padding:2.5rem;background:var(--surface);border:1px solid var(--border);transition:all .3s ease;height:100%;min-height:200px}.resource-link:hover{transform:translateY(-4px);border-color:var(--text);background:var(--surface-hover)}.resource-meta{font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1rem;display:flex;justify-content:space-between;width:100%}.resource-info h3{font-size:1.5rem;margin:0 0 .5rem;line-height:1.2}.resource-author{font-size:1rem;color:var(--text-muted);font-weight:400}.resource-arrow{margin-top:2rem;opacity:.5;transition:opacity .3s;align-self:flex-end}.resource-link:hover .resource-arrow{opacity:1}footer{text-align:center;padding:4rem 2rem;border-top:1px solid var(--border);margin-top:4rem;color:var(--text-muted)}@media(max-width:768px){.hero h1{font-size:3rem}.hero p{font-size:1.125rem}h2{font-size:2rem}h3{font-size:1.25rem}section{padding:6rem 0}.container{padding:0 1.5rem}.grid-2,.grid-3{grid-template-columns:1fr}.hero{height:auto;min-height:auto;padding:8rem 0 6rem}.code-comparison{grid-template-columns:minmax(0,1fr);margin-top:2rem}.card,.bg-heuristic,.resource-link{padding:1.5rem}.hero .code-comparison{margin-top:2rem}}
