body{color:#f8fafc;background:linear-gradient(135deg,#0f172a 0%,#1a1a2e 50%,#16213e 100%) fixed;justify-content:center;align-items:center;min-height:100vh;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.6;display:flex}.main{background:#1e293b;border:1px solid #334155;border-radius:20px;flex-direction:column;width:90%;max-width:420px;padding:2.5rem;display:flex;box-shadow:0 25px 50px -12px #0006,inset 0 0 0 1px #ffffff0d}@media (width>=768px){.main{flex-direction:row;gap:2.5rem;max-width:800px;padding:2.5rem}}.header{text-align:center;flex-direction:column;align-items:center;margin-bottom:2rem;display:flex}@media (width>=768px){.header{flex:none;align-items:center;margin-bottom:0}}.photo{margin-bottom:1.5rem}.photo img{object-fit:cover;border:3px solid #3b82f6;border-radius:50%;width:140px;height:140px;transition:transform .3s,box-shadow .3s;box-shadow:0 0 30px #3b82f64d}.photo img:hover{transform:scale(1.05);box-shadow:0 0 40px #3b82f680}@media (width>=768px){.photo img{width:160px;height:160px}}.header-content h1{letter-spacing:-.025em;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#f8fafc 0%,#60a5fa 100%) text;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}@media (width>=768px){.header-content h1{font-size:2rem}}.header-content .role{color:#3b82f6;margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.header-content .tech-stack{color:#94a3b8;font-family:JetBrains Mono,monospace;font-size:.9rem}.contact{flex:1}.contact h4{text-transform:uppercase;letter-spacing:.1em;color:#64748b;border-bottom:1px solid #334155;margin-bottom:1rem;padding-bottom:.75rem;font-size:.75rem;font-weight:600}.contact ul{margin:0;padding:0;list-style:none}.contact li{background:#ffffff05;border:1px solid #334155;border-radius:12px;align-items:center;margin-bottom:.5rem;padding:.875rem 1rem;transition:all .2s;display:flex}.contact li:hover{background:#334155;border-color:#3b82f6;transform:translate(4px)}.contact li:last-child{margin-bottom:0}.contact .icon{color:#3b82f6;background:#3b82f61a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-right:1rem;font-size:1rem;font-weight:600;display:flex}.contact .label{color:#94a3b8;word-break:break-all;font-family:JetBrains Mono,monospace;font-size:.9rem}@media (width>=768px){.contact .label{font-size:.85rem}}.contact a{color:#94a3b8;text-decoration:none;transition:color .2s}.contact a:hover{color:#60a5fa}.at:after{content:"@"}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.main{animation:.6s ease-out fadeIn}@media (width<=480px){.main{padding:1.75rem}.contact .icon{width:32px;height:32px;font-size:.85rem}.contact li{padding:.75rem}}@media (width>=768px){.contact li{padding:.75rem 1rem}}