:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;background:#fff;color:#111;line-height:1.6;min-height:100vh;display:flex;align-items:center;justify-content:center}.container{max-width:480px;width:100%;padding:40px 24px;position:relative;z-index:1}.ascii-bg{position:fixed;inset:0;margin:0;padding:0;font-family:SF Mono,Menlo,Courier New,monospace;font-size:11px;line-height:1.2;color:#0000002e;pointer-events:none;z-index:0;-webkit-user-select:none;user-select:none;overflow:hidden;animation:drift 10s ease-in-out infinite;-webkit-mask-image:radial-gradient(ellipse 95% 85% at 50% 50%,black 25%,transparent 75%);mask-image:radial-gradient(ellipse 95% 85% at 50% 50%,black 25%,transparent 75%)}@keyframes drift{0%,to{transform:translate(0)}50%{transform:translate(-3px,2px)}}@media(max-width:768px){.ascii-bg{opacity:.4;font-size:9px;line-height:1.15;-webkit-mask-image:radial-gradient(ellipse 100% 80% at 50% 50%,black 10%,transparent 60%);mask-image:radial-gradient(ellipse 100% 80% at 50% 50%,black 10%,transparent 60%)}}header{text-align:center;margin-bottom:32px;animation:fadeUp .6s ease-out both}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.links{display:flex;justify-content:center;gap:16px;margin-top:12px;animation:fadeUp .6s ease-out .1s both}h2{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;margin-bottom:20px;color:#999;animation:fadeUp .6s ease-out .2s both}.project-card{animation:fadeUp .5s ease-out both}.project-card:nth-child(1){animation-delay:.3s}.project-card:nth-child(2){animation-delay:.4s}.project-card:nth-child(3){animation-delay:.5s}.project-card:nth-child(4){animation-delay:.6s}h1{font-size:1.5rem;font-weight:500;letter-spacing:-.01em;display:inline-flex;align-items:center;gap:8px}.name-logo{width:22px;height:22px;object-fit:contain}.bio{font-size:.95rem;color:#555;margin-top:10px;animation:fadeUp .6s ease-out .05s both}.location{font-size:.9rem}.bio a{color:#111;text-decoration:none;border-bottom:1px solid #ccc;transition:border-color .2s}.bio a:hover{border-color:#111}.project-grid{display:flex;flex-direction:column;gap:12px}.project-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.project-logos{display:flex;align-items:center;gap:6px}.project-logo{width:22px;height:22px;object-fit:contain}.project-link{text-decoration:none;color:inherit}.project-card h3{font-size:1rem;font-weight:500;display:inline-flex;align-items:center;gap:4px}.tag{font-size:.6rem;font-weight:600;color:#f60;margin-left:8px;padding:4px 6px 3px;background:#fff5eb;border-radius:0;display:inline-flex;align-items:center;justify-content:center;line-height:1;vertical-align:middle;letter-spacing:.02em}.arrow{font-size:.7rem;color:#999;transition:color .2s}.project-link:hover .arrow{color:#111}.project-card p{color:#666;font-size:.9rem;margin-left:0}.links a{color:#111;text-decoration:none;transition:opacity .2s;display:flex;align-items:center}.links a:hover{opacity:.6}.links svg{width:18px;height:18px}.copied-text{font-size:.75rem;color:#111}
