*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#eee;min-height:100vh;padding:2rem}.container{max-width:800px;margin:0 auto}header{text-align:center;padding:3rem 0}h1{font-size:3rem;margin-bottom:.5rem}.subtitle{color:#888;font-size:1.1rem}.section{background:hsla(0,0%,100%,.05);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.section h2{color:#f7b731;margin-bottom:1rem;font-size:1.3rem}.project{background:hsla(0,0%,100%,.05);border-radius:8px;padding:1rem;margin:.75rem 0}.project h3{color:#4ecdc4;margin-bottom:.5rem}.project p{color:#aaa;font-size:.9rem;line-height:1.5}.links{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:1rem}.links a{color:#74b9ff;text-decoration:none;font-size:.85rem}.links a:hover{text-decoration:underline}.status{display:inline-block;background:#27ae60;color:#fff;padding:.2rem .6rem;border-radius:4px;font-size:.75rem;margin-left:.5rem}.status.draft{background:#f39c12}footer{text-align:center;padding:2rem;color:#666;font-size:.85rem}.meta{color:#666;font-size:.8rem;margin-top:1rem}.meta a{color:#74b9ff}