*{box-sizing:border-box}.home-container{min-height:100vh;background:var(--bg-secondary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;flex-direction:column}.home-header{padding:5rem 2rem 1rem;text-align:center}.home-header h1{font-size:1.75rem;font-weight:600;color:var(--text-primary);margin:0 0 .4rem;letter-spacing:-.02em}.home-subtitle{font-size:1rem;color:var(--text-secondary);margin:0;font-weight:400}.home-main{max-width:480px;margin:0 auto;padding:0 1.5rem 4rem;flex:1 1}.projects-section{margin-top:2.5rem}.section-title{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin:0 0 1rem .25rem}.project-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.project-link{display:flex;align-items:center;padding:16px 18px;background:var(--bg-card);border-radius:14px;color:var(--text-primary);text-decoration:none;box-shadow:var(--shadow-sm);transition:all .2s cubic-bezier(.25,.46,.45,.94)}.project-link:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg),0 2px 8px rgba(0,0,0,.06)}.project-link:active{transform:translateY(0)}.project-emoji{font-size:1.5rem;margin-right:14px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--bg-emoji);border-radius:12px;flex-shrink:0}.project-info{display:flex;flex-direction:column;gap:2px;min-width:0}.project-name{font-size:1rem;font-weight:550;color:var(--text-primary);display:flex;align-items:center;gap:6px}.external-icon{font-size:.8rem;color:var(--text-muted);font-weight:400}.project-badge{font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-primary);background:color-mix(in srgb,var(--accent) 22%,transparent);border:1px solid color-mix(in srgb,var(--accent) 55%,transparent);padding:.15rem .38rem;border-radius:999px;line-height:1.1}.project-description{font-size:.85rem;color:var(--text-subtle);font-weight:400}.home-footer{margin-top:auto;padding:3rem 2rem;text-align:center;background:var(--bg-card);border-top:1px solid var(--border-color)}.footer-content{max-width:480px;margin:0 auto}.footer-text{font-size:.9rem;color:var(--text-secondary);margin:0 0 1.25rem;line-height:1.6}.footer-links{display:flex;justify-content:center;gap:2rem}.footer-links a{color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .15s;display:flex;align-items:center;gap:.4rem}.footer-links a:hover{color:var(--text-primary)}.footer-divider{width:40px;height:1px;background:var(--divider);margin:1.5rem auto}.footer-copy{font-size:.8rem;color:var(--text-muted);margin:0}@media (min-width:1024px){.home-main{max-width:560px}.project-link{padding:18px 22px}}@media (min-width:1280px){.home-main{max-width:640px}.home-header h1{font-size:2rem}}@media (max-width:480px){.home-header{padding:3.5rem 1.5rem .5rem}.home-header h1{font-size:1.5rem}.home-main{padding:0 1rem 3rem}.projects-section{margin-top:2rem}.project-link{padding:14px 16px}.project-emoji{width:40px;height:40px;font-size:1.3rem;margin-right:12px}.project-name{font-size:.95rem}.project-description{font-size:.8rem}}