:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{min-height:100%;background:#1e293b}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;position:relative;background:#1e293b}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#1e293b;z-index:-1}h1{font-size:3.5em;line-height:1.1;margin-bottom:.5rem;color:#fff;font-weight:700;letter-spacing:-.02em}#app{max-width:500px;margin:0 auto;padding:3rem 2rem;text-align:center;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,255,255,.2)}.profile-image{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:1.5rem;border:3px solid rgba(255,255,255,.3);box-shadow:0 4px 12px #0003;transition:transform .3s ease}.profile-image:hover{transform:scale(1.05)}.subtitle{font-size:1em;color:#ffffffb3;margin-bottom:2rem;font-weight:300}.links-container{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.link-card{display:block;padding:1rem 1.5rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fffffff2;text-decoration:none;border-radius:12px;font-weight:500;transition:all .3s ease;box-shadow:0 2px 8px #00000026;border:1px solid rgba(255,255,255,.25)}.link-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000040;background:#ffffff40;border:1px solid rgba(255,255,255,.4)}.link-card:active{transform:translateY(0)}@media(prefers-color-scheme:light){:root{color:#333}html,body{background:#fff}body:before{background:#fff}h1{color:#000}#app{background:#00000008;border:1px solid rgba(0,0,0,.1)}.subtitle{color:#0009}.profile-image{border:3px solid rgba(0,0,0,.2)}.link-card{background:#0000000d;color:#333;border:1px solid rgba(0,0,0,.15)}.link-card:hover{background:#0000001a;border:1px solid rgba(0,0,0,.25)}}
