*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#0a0a0a;color:#fff;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}::selection{background-color:#333;color:#fff}.container{display:flex;flex-direction:column;align-items:center;padding:4rem 2rem}.content{max-width:540px;width:100%}.header{margin-bottom:2.5rem}.name{font-size:2.5rem;font-weight:600;letter-spacing:-.02em;margin:0 0 .5rem;color:#fff}.title{font-size:1.125rem;font-weight:400;color:#888;margin:0}.about{margin-bottom:2rem}.about p{font-size:1rem;line-height:1.7;color:#b0b0b0;margin:0 0 1rem}.about p:last-child{margin-bottom:0}.location{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#666;margin-bottom:2.5rem}.location-dot{display:inline-block;width:8px;height:8px;background-color:#22c55e;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.social{display:flex;gap:1.25rem}.social-link{color:#666;transition:color .2s ease,transform .2s ease}.social-link:hover{color:#fff;transform:translateY(-2px)}@media(max-width:480px){.name{font-size:2rem}}
