:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:dark;--bg: #080611;--bg2: #0e0b1b;--card: rgba(24, 19, 40, .72);--card-solid: #151024;--text: #f8f7ff;--muted: #aaa5bd;--border: rgba(255,255,255,.09);--purple: #9b5cff;--purple2: #7137e8;--purple-soft: #c6a8ff;--shadow: 0 20px 70px rgba(0,0,0,.28)}:root[data-theme=light]{color-scheme:light;--bg: #f8f7fc;--bg2: #efedf7;--card: rgba(255,255,255,.78);--card-solid: #ffffff;--text: #171221;--muted: #6f687d;--border: rgba(32,20,60,.1);--purple: #7538e8;--purple2: #5a22c5;--purple-soft: #7137d6;--shadow: 0 20px 60px rgba(63,35,108,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 75% 0%,rgba(126,59,240,.14),transparent 32%),var(--bg);color:var(--text)}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}.app{min-height:100vh;overflow:hidden}.container{width:min(1120px,calc(100% - 40px));margin:0 auto}.nav-wrap{position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--bg) 78%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--border)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{border:0;background:transparent;color:var(--text);display:flex;align-items:center;gap:10px;font-weight:800;font-size:18px}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,var(--purple),#5d24c9);color:#fff;box-shadow:0 8px 25px #7c37e859}.nav-links{display:flex;gap:7px}.nav-links button,.footer-inner button{color:var(--muted);border:0;background:transparent;padding:9px 12px;font-size:13px}.nav-links button:hover,.footer-inner button:hover{color:var(--purple)}.nav-actions{display:flex;align-items:center;gap:9px}.icon-btn{width:40px;height:40px;border:1px solid var(--border);border-radius:50%;background:var(--card);color:var(--text);display:grid;place-items:center}.top-cta,.primary{border:0;color:#fff;background:linear-gradient(135deg,var(--purple),var(--purple2));box-shadow:0 12px 30px #7b38e845}.top-cta{border-radius:12px;padding:11px 18px;font-size:13px;font-weight:700}.mobile-menu{display:none}.hero{min-height:670px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px;position:relative}.hero-copy{padding:55px 0;position:relative;z-index:2}.eyebrow,.section-kicker{color:var(--purple-soft);font-size:14px;font-weight:700;letter-spacing:.02em}.eyebrow{display:inline-flex;align-items:center;gap:7px}.hero h1{font-size:clamp(48px,6vw,76px);line-height:.98;letter-spacing:-.05em;max-width:720px;margin:18px 0}.hero h1 span{color:var(--purple)}.hero p{max-width:590px;color:var(--muted);font-size:18px;line-height:1.75}.hero-buttons{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 19px;border-radius:13px;font-weight:700}.secondary{border:1px solid var(--border);color:var(--text);background:var(--card)}.socials{display:flex;gap:9px;margin-top:26px}.socials a{width:39px;height:39px;border-radius:50%;border:1px solid var(--border);display:grid;place-items:center;color:var(--muted);background:var(--card)}.socials a:hover{color:var(--purple);border-color:var(--purple)}.hero-art{min-height:550px;position:relative;display:grid;place-items:center}.glow{position:absolute;width:330px;height:330px;border-radius:50%;background:#7730ef45;filter:blur(55px)}.avatar{width:300px;height:380px;border-radius:48% 48% 35% 35%;display:grid;place-items:center;position:relative;z-index:2;background:linear-gradient(160deg,#2b174d,#0f0b19);border:1px solid rgba(190,145,255,.25);box-shadow:0 30px 100px #5f25be59,inset 0 0 60px #9953ff1f}.avatar span{font-size:88px;font-weight:900;letter-spacing:-.1em;color:#d2b8ff}.orbit{position:absolute;border:1px solid rgba(157,92,255,.35);border-radius:50%}.orbit-a{width:430px;height:290px;transform:rotate(-25deg)}.orbit-b{width:350px;height:430px;transform:rotate(32deg)}.floating-card{position:absolute;z-index:3;display:flex;gap:12px;align-items:center;padding:15px;min-width:190px;border:1px solid var(--border);background:color-mix(in srgb,var(--card-solid) 80%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:17px;box-shadow:var(--shadow)}.floating-card svg{color:var(--purple)}.floating-card b,.floating-card small{display:block}.floating-card b{font-size:13px}.floating-card small{color:var(--muted);margin-top:3px}.card-ai{top:22%;right:-2%}.card-web{bottom:19%;left:-1%}.section{padding:82px 0}.glass{background:var(--card);border:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow)}.about-card{padding:36px;border-radius:25px;display:grid;grid-template-columns:1fr 1fr;gap:45px}.about-card h2,.section-head h2,.contact-card h2{font-size:clamp(28px,4vw,42px);line-height:1.1;margin:12px 0 0;letter-spacing:-.035em}.about-card p,.contact-card p{color:var(--muted);line-height:1.8;margin:0;align-self:center}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.muted{color:var(--muted);font-size:13px}.text-link{display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:var(--purple-soft);padding:0;font-weight:700}.skills-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.skill-card{min-height:104px;border-radius:17px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:700;transition:transform .2s,border-color .2s}.skill-card:hover{transform:translateY(-4px);border-color:#9b5cff66}.skill-logo{min-width:38px;height:38px;padding:0 7px;border-radius:10px;display:grid;place-items:center;background:#7e46e71f;color:var(--purple-soft);font-weight:900}.projects-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.project{border-radius:20px;overflow:hidden;transition:transform .25s}.project:hover{transform:translateY(-6px)}.project-preview{height:170px;margin:9px;border-radius:14px;background:radial-gradient(circle at 50% 20%,rgba(155,92,255,.28),transparent 50%),var(--bg2);position:relative;display:grid;place-items:center;overflow:hidden}.project-type{position:absolute;top:10px;left:10px;background:#9b5cff2e;color:var(--purple-soft);border:1px solid rgba(155,92,255,.25);padding:5px 9px;border-radius:99px;font-size:10px;font-weight:800}.preview-icon{font-size:48px;filter:drop-shadow(0 10px 22px rgba(130,61,240,.3))}.preview-lines{position:absolute;bottom:16px;width:65%;display:grid;gap:6px}.preview-lines i{display:block;height:5px;border-radius:10px;background:#ffffff1f}.preview-lines i:nth-child(2){width:70%}.preview-lines i:nth-child(3){width:48%}.project-body{padding:8px 17px 20px}.project h3{margin:7px 0;font-size:18px}.project p{color:var(--muted);line-height:1.55;font-size:13px;min-height:63px}.tags{display:flex;gap:6px;flex-wrap:wrap;margin:14px 0 18px}.tags span{font-size:10px;color:var(--muted);border:1px solid var(--border);padding:5px 7px;border-radius:6px}.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:0;position:relative}.timeline:before{content:"";position:absolute;top:7px;left:0;right:0;height:1px;background:var(--border)}.timeline-item{position:relative;padding:28px 25px 10px;border-left:1px solid var(--border)}.timeline-item:first-child{border-left:0}.timeline-dot{width:11px;height:11px;border-radius:50%;background:var(--purple);position:absolute;top:2px;left:-5px;box-shadow:0 0 0 6px var(--bg)}.timeline-item:first-child .timeline-dot{left:0}.timeline-item span{color:var(--muted);font-size:12px}.timeline-item h3{margin:12px 0 8px;font-size:18px}.timeline-item p{color:var(--muted);line-height:1.6;font-size:13px;max-width:280px}.testimonial{border-radius:25px;padding:35px;display:flex;gap:25px;align-items:flex-start;max-width:820px}.quote-mark{color:var(--purple);font-size:80px;line-height:.7;font-family:Georgia,serif}.stars{color:#ffc93d;letter-spacing:3px}.testimonial p{color:var(--muted);line-height:1.75;font-size:17px}.testimonial small{display:block;color:var(--muted);margin-top:4px}.contact-card{border-radius:25px;padding:40px;display:grid;grid-template-columns:.85fr 1.15fr;gap:55px}.contact-copy p{margin-top:18px}.contact-email{display:inline-flex;align-items:center;gap:9px;color:var(--purple-soft);margin-top:25px;font-weight:700}form{display:grid;gap:12px}input,textarea{width:100%;border:1px solid var(--border);background:var(--bg2);color:var(--text);border-radius:12px;padding:14px;outline:none}input:focus,textarea:focus{border-color:var(--purple)}textarea{resize:vertical}form .primary{justify-self:start}footer{border-top:1px solid var(--border)}.footer-inner{min-height:80px;display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:12px}.rotate{transform:rotate(180deg)}@media(max-width:900px){.nav-links{display:none;position:absolute;top:76px;left:20px;right:20px;padding:12px;flex-direction:column;background:var(--card-solid);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow)}.nav-links.open{display:flex}.nav-links button{text-align:left;padding:13px}.mobile-menu{display:grid}.top-cta{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding-top:35px}.hero-art{min-height:450px;order:-1}.hero-copy{padding-top:0}.card-ai{right:3%}.card-web{left:3%}.about-card,.contact-card{grid-template-columns:1fr}.skills-grid{grid-template-columns:repeat(3,1fr)}.projects-grid{grid-template-columns:repeat(2,1fr)}.timeline{grid-template-columns:1fr;gap:15px}.timeline:before{display:none}.timeline-item{border-left:0;padding-left:25px;padding-top:5px}.timeline-dot,.timeline-item:first-child .timeline-dot{left:0;top:9px}}@media(max-width:600px){.container{width:min(100% - 28px,1120px)}.nav{height:68px}.hero h1{font-size:48px}.hero p{font-size:15px}.hero-art{min-height:370px}.avatar{width:220px;height:285px}.avatar span{font-size:65px}.orbit-a{width:300px;height:210px}.orbit-b{width:260px;height:320px}.floating-card{min-width:155px;padding:10px}.floating-card small{font-size:10px}.card-ai{top:11%;right:-1%}.card-web{bottom:8%;left:-1%}.section{padding:55px 0}.about-card,.contact-card{padding:24px}.section-head{align-items:flex-start;flex-direction:column}.skills-grid{grid-template-columns:repeat(2,1fr)}.projects-grid{grid-template-columns:1fr}.testimonial{padding:24px}.footer-inner{flex-direction:column;justify-content:center;gap:8px}}
