*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#0f172a,#1e293b 50%,#334155);color:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;min-height:100vh}::selection{background:#38bdf84d;color:#f0f9ff}a{color:inherit;text-decoration:none}img{height:auto;max-width:100%}button{cursor:pointer}button,input,textarea{font-family:inherit}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:2rem;position:relative}.hero-background{inset:0;position:absolute;z-index:0}.gradient-orb{animation:float 20s ease-in-out infinite;border-radius:50%;filter:blur(80px);opacity:.4;position:absolute}.orb-1{animation-delay:0s;background:linear-gradient(135deg,#0ea5e9,#06b6d4);height:600px;right:-100px;top:-200px;width:600px}.orb-2{animation-delay:-7s;background:linear-gradient(135deg,#14b8a6,#10b981);bottom:-150px;height:500px;left:-100px;width:500px}.orb-3{animation-delay:-14s;background:linear-gradient(135deg,#f59e0b,#f97316);height:400px;left:50%;top:50%;transform:translate(-50%,-50%);width:400px}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.hero-content{max-width:600px;position:relative;text-align:center;z-index:1}.avatar-container{height:180px;margin:0 auto 2rem;position:relative;width:180px}.avatar{border:4px solid #ffffff1a;border-radius:50%;box-shadow:0 20px 40px #0000004d;height:100%;object-fit:cover;width:100%}.avatar-ring{animation:rotate 8s linear infinite;background:linear-gradient(135deg,#0ea5e9,#14b8a6,#f59e0b) border-box;border:2px solid #0000;border-radius:50%;inset:-8px;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;position:absolute}@keyframes rotate{to{transform:rotate(1turn)}}.hero-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f8fafc,#cbd5e1);-webkit-background-clip:text;background-clip:text;font-family:Playfair Display,serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:600;margin-bottom:.75rem}.hero-tagline{color:#94a3b8;font-size:clamp(1.1rem,2.5vw,1.35rem);font-weight:400;letter-spacing:.02em;margin-bottom:1.5rem}.hero-location{align-items:center;color:#64748b;display:flex;font-size:.95rem;gap:.5rem;justify-content:center;margin-bottom:2rem}.location-icon{color:#0ea5e9;height:18px;width:18px}.hero-cta{margin-top:1rem}.btn-primary{align-items:center;background:linear-gradient(135deg,#0ea5e9,#06b6d4);border:none;border-radius:50px;box-shadow:0 4px 15px #0ea5e94d;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary:hover{box-shadow:0 8px 25px #0ea5e966;transform:translateY(-3px)}.scroll-indicator{animation:bounce 2s ease-in-out infinite;bottom:2rem;left:50%;position:absolute;transform:translateX(-50%)}.mouse{border:2px solid #ffffff4d;border-radius:13px;display:flex;height:40px;justify-content:center;padding-top:8px;width:26px}.wheel{animation:scroll 2s ease-in-out infinite;background:#ffffff80;border-radius:2px;height:8px;width:4px}@keyframes bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(10px)}}@keyframes scroll{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.3;transform:translateY(6px)}}.about{background:linear-gradient(180deg,#0000,#0f172a80);padding:6rem 2rem;position:relative}.about-container{margin:0 auto;max-width:900px}.about-header{margin-bottom:3rem;text-align:center}.section-label{background:linear-gradient(135deg,#0ea5e926,#14b8a626);border:1px solid #0ea5e933;border-radius:50px;color:#38bdf8;display:inline-block;font-size:.85rem;font-weight:500;letter-spacing:.05em;margin-bottom:1rem;padding:.5rem 1.25rem;text-transform:uppercase}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f8fafc,#94a3b8);-webkit-background-clip:text;background-clip:text;font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:600}.about-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;padding:3rem}.about-text{color:#94a3b8;font-size:1.15rem;line-height:1.8;margin:0 auto 3rem;max-width:700px;text-align:center}.about-highlights{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.highlight-card{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid #ffffff14;border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.highlight-card:hover{border-color:#0ea5e94d;box-shadow:0 20px 40px #0003;transform:translateY(-5px)}.highlight-icon{align-items:center;background:linear-gradient(135deg,#0ea5e933,#14b8a633);border-radius:14px;display:flex;height:56px;justify-content:center;margin:0 auto 1.25rem;width:56px}.highlight-icon svg{color:#38bdf8;height:28px;width:28px}.highlight-card h3{color:#f1f5f9;font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.highlight-card p{color:#64748b;font-size:.9rem;line-height:1.6}@media (max-width:768px){.about{padding:4rem 1.5rem}.about-content{padding:2rem 1.5rem}}.footer{background:linear-gradient(180deg,#0000,#0000004d);border-top:1px solid #ffffff0d;padding:3rem 2rem}.footer-container{margin:0 auto;max-width:900px}.footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:2rem}.footer-brand h3{color:#f8fafc;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.footer-brand p{color:#64748b;font-size:.9rem}.footer-social{display:flex;gap:1rem}.social-link{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#94a3b8;display:flex;height:44px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:44px}.social-link svg{height:20px;width:20px}.social-link:hover{background:linear-gradient(135deg,#0ea5e933,#14b8a633);border-color:#0ea5e94d;color:#38bdf8;transform:translateY(-3px)}.footer-bottom{border-top:1px solid #ffffff0d;padding-top:2rem;text-align:center}.footer-bottom p{color:#475569;font-size:.85rem}@media (max-width:600px){.footer-content{flex-direction:column;text-align:center}}.app{flex-direction:column}.app,.loading-screen{display:flex;min-height:100vh}.loading-screen{align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b);justify-content:center}.loader{animation:spin 1s linear infinite;border:3px solid #38bdf833;border-radius:50%;border-top-color:#38bdf8;height:50px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}