.project-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:background .2s,border-color .2s}.project-card:hover{background:var(--bg-card-hover);border-color:#3f3f46}.card-link{flex:1;display:flex;flex-direction:column;text-decoration:none;color:inherit}.card-image{aspect-ratio:16/10;background:linear-gradient(135deg,#1a1a1f,#0d0d0f);position:relative;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;display:block}.image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e1e24,#16161a);opacity:0;transition:opacity .2s}.image-placeholder.visible{opacity:1}.placeholder-icon{font-size:3rem;color:var(--border);opacity:.5}.card-content{padding:1.25rem}.card-content h2{font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.description{color:var(--text-muted);font-size:.9375rem;margin:0 0 1rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{font-family:JetBrains Mono,monospace;font-size:.75rem;padding:.25rem .5rem;background:#22d3ee1a;color:var(--accent);border-radius:6px}.card-actions{padding:0 1.25rem 1.25rem;display:flex;gap:.75rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:8px;text-decoration:none;transition:background .2s,color .2s;font-family:inherit}.btn-primary{background:var(--accent);color:var(--bg)}.btn-primary:hover{background:var(--accent-dim)}.btn-ghost{color:var(--text-muted);font-weight:500}.btn-ghost:hover{color:var(--text)}.app{min-height:100vh;display:flex;flex-direction:column}.header{padding:4rem 1.5rem 3rem;text-align:center;max-width:640px;margin:0 auto}.header h1{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}.subtitle{color:var(--text-muted);font-size:1.125rem;margin:0 0 1rem}.github-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-muted);text-decoration:none;font-size:.9375rem;transition:color .2s}.github-link:hover{color:var(--accent)}.projects-grid{flex:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem;padding:0 1.5rem 3rem;max-width:1200px;margin:0 auto;width:100%}.footer{padding:1.5rem;text-align:center;color:var(--text-muted);font-size:.875rem}:root{--bg: #0d0d0f;--bg-card: #16161a;--bg-card-hover: #1c1c21;--text: #e4e4e7;--text-muted: #a1a1aa;--accent: #22d3ee;--accent-dim: #0891b2;--border: #27272a;--radius: 12px}*{box-sizing:border-box}body{margin:0;font-family:DM Sans,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}#root{min-height:100vh}
