:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--background-dark: #121212;--surface-dark: #1e1e1e;--primary-dark: #BB86FC;--secondary-dark: #03DAC6;--text-primary-dark: #E1E1E1;--text-secondary-dark: #B0B0B0}body{margin:0;font-family:Roboto,Arial,sans-serif;background-color:var(--background-dark);color:var(--text-primary-dark);overflow-y:scroll}div#root{display:flex;flex-direction:column;min-height:100vh;width:100%;max-width:100vw}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}::-webkit-scrollbar-thumb{background:var(--primary-dark);border-radius:10px;transition:background .3s}::-webkit-scrollbar-thumb:hover{background:#a56fe2}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;position:fixed;top:0;width:100%;background:var(--surface-dark);box-shadow:0 2px 8px #00000080;z-index:100}.logo img{height:40px}.main-content{margin-top:80px;max-width:1280px;margin-left:auto;margin-right:auto;padding:2rem}.hero{display:flex;align-items:center;justify-content:center;min-height:80vh;background:var(--surface-dark);border-radius:16px;margin-bottom:2rem;padding:2rem}.hero-content{text-align:center}.profile-picture{width:180px;height:180px;border-radius:50%;object-fit:cover;margin-bottom:1.5rem;border:3px solid var(--primary-dark);box-shadow:0 0 20px #bb86fc4d}.section-card{background:var(--surface-dark);border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px #0003}.contact-icon{color:var(--secondary-dark);margin-right:8px}.fade-in-section{opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-section.is-visible{opacity:1;transform:none}footer{background:var(--surface-dark);padding:2rem;text-align:center;color:var(--text-secondary-dark)}
