:root{--bg-primary: #fafafa;--bg-secondary: #ffffff;--text-primary: #1a1a1a;--text-secondary: #666666;--text-muted: #999999;--border: #e5e5e5;--accent: #1a1a1a;--link-hover: #444444;--shadow: rgba(0, 0, 0, .06)}[data-theme=dark]{--bg-primary: #0a0a0a;--bg-secondary: #141414;--text-primary: #f5f5f5;--text-secondary: #a0a0a0;--text-muted: #666666;--border: #2a2a2a;--accent: #f5f5f5;--link-hover: #cccccc;--shadow: rgba(0, 0, 0, .3)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.7;transition:background-color .3s ease,color .3s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem;position:relative}.theme-toggle{position:fixed;top:1.5rem;right:1.5rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-secondary);transition:all .2s ease;box-shadow:0 2px 8px var(--shadow)}.theme-toggle:hover{color:var(--text-primary);transform:scale(1.05);border-color:var(--text-muted)}.content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:680px;width:100%;text-align:center;padding:3rem 0}.profile-image{width:340px;border-radius:16px;overflow:hidden;margin-bottom:2.5rem;background:var(--bg-secondary);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px var(--shadow)}.profile-image img{width:100%;height:100%;object-fit:cover}.placeholder-text{font-family:"Instrument Serif",Georgia,serif;font-size:2.5rem;color:var(--text-muted);font-style:italic}.name{font-family:"Instrument Serif",Georgia,serif;font-size:3rem;font-weight:400;letter-spacing:-.02em;margin-bottom:.75rem;color:var(--text-primary)}.title{font-size:1.1rem;color:var(--text-secondary);font-weight:400;letter-spacing:.02em;margin-bottom:3rem}.bio{margin-bottom:3rem}.bio p{color:var(--text-secondary);font-size:1.05rem;margin-bottom:1.5rem;line-height:1.85}.bio p:last-child{margin-bottom:0}.links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.link{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);text-decoration:none;font-size:.9rem;padding:.625rem 1rem;border-radius:8px;transition:all .2s ease;border:1px solid transparent}.link:hover{color:var(--text-primary);background:var(--bg-secondary);border-color:var(--border)}.link svg{flex-shrink:0}.footer{padding:2rem 0 1rem;color:var(--text-muted);font-size:.85rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.content{animation:fadeIn .6s ease-out}.profile-image{animation:fadeIn .6s ease-out .1s both}.name{animation:fadeIn .6s ease-out .2s both}.title{animation:fadeIn .6s ease-out .3s both}.bio{animation:fadeIn .6s ease-out .4s both}.links{animation:fadeIn .6s ease-out .5s both}@media (max-width: 480px){.container{padding:1.5rem 1.25rem}.name{font-size:2.25rem}.profile-image{width:280px;height:200px}.theme-toggle{top:1rem;right:1rem}.bio p{font-size:1rem}}
