:root{--bg:#07111f;--soft:#0b1727;--surface:#101e30;--text:#eef4fb;--muted:#93a5ba;--line:rgba(255,255,255,.1);--accent:#9af27e;--purple:#8e7dff;--light:#f4f6f1;--ink:#0b1727;--shadow:0 28px 80px rgba(0,0,0,.3);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.65 "DM Sans",sans-serif;overflow-x:hidden}body.light{--bg:#f4f6f1;--soft:#e9ede5;--surface:#fff;--text:#102033;--muted:#5c6a79;--line:rgba(12,30,49,.12)}a{color:inherit;text-decoration:none}button{font:inherit}.wrap{width:min(calc(100% - 40px),1160px);margin:auto}.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.skip{position:fixed;top:10px;left:10px;transform:translateY(-150%);background:var(--accent);color:var(--ink);padding:10px 16px;z-index:99}.skip:focus{transform:none}header{position:fixed;inset:0 0 auto;z-index:20;background:rgba(7,17,31,.75);backdrop-filter:blur(18px);border-bottom:1px solid transparent}body.light header{background:rgba(244,246,241,.8)}header.scrolled{border-color:var(--line)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px;font:700 20px "Space Grotesk"}.brand b{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--accent);color:var(--ink);font-size:13px;transform:rotate(-5deg)}.links{display:flex;align-items:center;gap:34px;color:var(--muted);font-size:14px;font-weight:600}.links a:hover{color:var(--text)}.theme{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;color:var(--text);background:var(--surface);cursor:pointer}.menu{display:none;background:none;border:0;color:var(--text);font-size:24px}.hero{min-height:100vh;padding-top:145px;padding-bottom:75px;display:grid;grid-template-columns:1.12fr .88fr;align-items:center;gap:75px}.kicker,.label{color:var(--accent);text-transform:uppercase;letter-spacing:2px;font-size:12px;font-weight:700}.kicker{display:flex;align-items:center;gap:10px}.kicker i{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 5px rgba(154,242,126,.1)}h1,h2,h3{font-family:"Space Grotesk",sans-serif;line-height:1.08;margin-top:0}h1{font-size:clamp(52px,6vw,84px);letter-spacing:-4.8px;margin:20px 0 26px}h1 em{color:var(--accent);font-style:normal}.intro{color:var(--muted);max-width:640px;font-size:18px;margin-bottom:34px}.intro strong{color:var(--text)}.actions{display:flex;gap:14px;flex-wrap:wrap}.btn{min-height:52px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;font-weight:700;transition:.2s}.btn:hover{transform:translateY(-3px)}.primary{color:var(--ink);background:var(--accent);box-shadow:0 12px 34px rgba(154,242,126,.18)}.secondary{border:1px solid var(--line);background:var(--surface)}.social{display:flex;gap:14px;margin-top:34px;color:var(--muted);font-size:14px}.social a:hover,.text-link{color:var(--accent)}.visual{position:relative;min-height:520px;display:grid;place-items:center}.code-card{width:min(100%,470px);background:rgba(15,30,48,.9);border:1px solid rgba(255,255,255,.13);border-radius:20px;box-shadow:var(--shadow);transform:rotate(2deg);z-index:2;overflow:hidden}body.light .code-card{background:rgba(255,255,255,.92);border-color:var(--line)}.code-top,.ready{padding:15px 20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:12px}.code-top span{color:#ff766f;letter-spacing:3px}.code-card pre{margin:0;padding:34px;font:500 16px/2 "DM Sans",monospace;white-space:pre-wrap}.code-card code i{color:#bd9cff}.code-card code b{color:var(--accent)}.ready{border:0;border-top:1px solid var(--line);justify-content:flex-start}.ready:first-letter{color:var(--accent)}.orbit{position:absolute;border:1px solid var(--line);border-radius:50%}.orbit.one{width:490px;height:490px}.orbit.two{width:380px;height:380px;border-style:dashed;animation:spin 28s linear infinite}.float{position:absolute;z-index:4;display:grid;place-items:center;width:62px;height:62px;border-radius:18px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);color:var(--accent);font:700 18px "Space Grotesk";animation:float 4s ease-in-out infinite}.f1{top:55px;right:18px}.f2{left:12px;bottom:85px;color:#bd9cff;animation-delay:-1.5s}.f3{right:45px;bottom:18px;animation-delay:-2.8s}@keyframes spin{to{transform:rotate(360deg)}}@keyframes float{50%{transform:translateY(-12px) rotate(4deg)}}.section{padding:120px 0}.light-section{background:var(--light);color:var(--ink)}body.light .light-section{background:#102033;color:#eef4fb}.about{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px}.heading h2{font-size:clamp(38px,5vw,60px);letter-spacing:-3px;margin-bottom:0}.heading.row{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:54px}.heading.row>p{max-width:310px;color:var(--muted)}.about-copy .lead{font:600 clamp(23px,2.4vw,32px)/1.35 "Space Grotesk";letter-spacing:-1px;margin-top:36px}.about-copy>p:not(.lead){color:#607080;font-size:17px}body.light .about-copy>p:not(.lead){color:#aab7c4}.stats{margin-top:48px;padding-top:32px;border-top:1px solid rgba(14,31,50,.15);display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.stats div{display:flex;flex-direction:column}.stats b{font:700 30px "Space Grotesk";color:#6c54e8}.stats span{color:#637181;font-size:13px}.skill-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:34px;position:relative;transition:.25s}.card:hover{transform:translateY(-7px);border-color:rgba(154,242,126,.45)}.card>small{position:absolute;top:24px;right:26px;color:var(--muted)}.icon{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;color:var(--ink);background:var(--accent);font-style:normal;font-size:20px;margin-bottom:38px}.icon.purple{background:#bd9cff}.icon.yellow{background:#ffd66e}.card h3{font-size:23px;margin-bottom:14px}.card p,.project-copy p{color:var(--muted)}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.tags span{border:1px solid var(--line);border-radius:999px;padding:5px 10px;color:var(--muted);font-size:12px}.projects{background:var(--soft)}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.project{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.featured{grid-column:1/-1;display:grid;grid-template-columns:1.15fr .85fr}.project-art{min-height:290px;display:grid;place-items:center;position:relative;overflow:hidden}.featured .project-art{min-height:480px}.workforce{background:linear-gradient(145deg,#795fe8,#a796ff)}.window{width:82%;background:#f8fafc;border-radius:12px;box-shadow:0 26px 65px rgba(29,21,72,.35);transform:rotate(-3deg);overflow:hidden}.window-top{height:28px;padding:5px 10px;background:#edf0f5;color:#ef7770;font-size:9px;letter-spacing:3px}.dash{height:290px;display:grid;grid-template-columns:24% 76%}.dash aside{background:#111c31}.dash section{padding:32px}.dash section>i{display:block;width:42%;height:10px;background:#c7cfdb;border-radius:6px}.dash section>div{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:24px 0}.dash section>div b{height:52px;background:#eceffc;border-radius:8px;border-left:4px solid #846fea}.dash figure{height:120px;display:flex;gap:12px;align-items:end;margin:0;padding:20px;background:#f2f4f8;border-radius:8px}.dash figure span{flex:1;height:45%;background:#9af27e;border-radius:4px 4px 0 0}.dash figure span:nth-child(2){height:70%}.dash figure span:nth-child(3){height:52%}.dash figure span:nth-child(4){height:88%}.dash figure span:nth-child(5){height:66%}.api{background:#10283a}.api:before,.api:after{content:"";position:absolute;width:260px;height:1px;background:rgba(154,242,126,.3);transform:rotate(25deg)}.api:after{transform:rotate(-38deg)}.node{position:absolute;width:70px;height:70px;display:grid;place-items:center;border:1px solid rgba(154,242,126,.5);border-radius:50%;color:#9af27e;background:#122b3f;font-weight:700}.n1{left:42%;top:38%}.n2{left:18%;top:20%}.n3{right:17%;bottom:18%}.data{background:linear-gradient(145deg,#f1c960,#ffde89)}.ring{width:118px;height:118px;border:18px solid rgba(16,32,51,.14);border-right-color:#6c54e8;border-radius:50%;display:grid;place-items:center;color:#102033;font-size:30px}.bars{position:absolute;left:10%;bottom:13%;display:flex;align-items:end;gap:7px;height:90px}.bars i{width:14px;height:30%;background:rgba(16,32,51,.65);border-radius:4px 4px 0 0}.bars i:nth-child(2){height:55%}.bars i:nth-child(3){height:40%}.bars i:nth-child(4){height:85%}.bars i:nth-child(5){height:68%}.project-copy{padding:38px}.featured .project-copy{display:flex;flex-direction:column;justify-content:center;padding:54px}.meta{display:flex;justify-content:space-between;color:var(--accent);text-transform:uppercase;font-size:11px;letter-spacing:1.3px;margin-bottom:24px}.project-copy h3{font-size:30px;margin-bottom:15px}.featured h3{font-size:40px}.text-link{font-weight:700}.featured .text-link{margin-top:auto}.process{margin-top:65px;border-top:1px solid rgba(14,31,50,.15)}.process>div{display:grid;grid-template-columns:80px .55fr 1fr;gap:40px;align-items:center;padding:30px 0;border-bottom:1px solid rgba(14,31,50,.15)}.process b{color:#6c54e8}.process h3,.process p{margin:0}.process p{color:#637181}.contact{padding:130px 0;background:#7e66ee;color:#fff;text-align:center}.contact .label{color:#cfffbe}.contact h2{font-size:clamp(48px,7vw,82px);letter-spacing:-4px;margin:18px 0}.contact p:not(.label){max-width:650px;margin:0 auto 34px;color:rgba(255,255,255,.75);font-size:18px}.white{background:#fff;color:#2e235f}.contact small{display:block;margin-top:30px;color:rgba(255,255,255,.65)}footer{padding:34px 0;background:#050d17;color:#8698aa}footer .wrap{display:flex;align-items:center;justify-content:space-between;font-size:13px}footer .brand{color:white}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s,transform .7s}.reveal.visible{opacity:1;transform:none}@media(max-width:900px){.hero{grid-template-columns:1fr;gap:30px}.visual{min-height:470px}.about{grid-template-columns:1fr;gap:30px}.skill-grid{grid-template-columns:1fr}.featured{grid-template-columns:1fr}.project-grid{grid-template-columns:1fr}.featured{grid-column:auto}}@media(max-width:700px){.visual{overflow:hidden;width:100%}.orbit.one{width:350px;height:350px}.orbit.two{width:285px;height:285px}.float{width:54px;height:54px}.wrap{width:min(calc(100% - 28px),1160px)}.menu{display:block}.links{position:fixed;inset:78px 14px auto;flex-direction:column;align-items:stretch;padding:20px;border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:var(--shadow);transform:translateY(-20px);opacity:0;pointer-events:none;transition:.25s}.links.open{transform:none;opacity:1;pointer-events:auto}h1{font-size:52px;letter-spacing:-3px}.section{padding:88px 0}.heading.row{display:block}.heading.row>p,.heading.row>a{display:inline-block;margin-top:20px}.stats{grid-template-columns:1fr}.project-copy,.featured .project-copy{padding:28px}.featured .project-art{min-height:350px}.dash{height:210px}.dash section{padding:20px}.dash figure{height:80px;padding:10px}.process>div{grid-template-columns:45px 1fr;gap:15px}.process p{grid-column:2}footer .wrap{flex-direction:column;gap:15px;text-align:center}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
.ticket{background:linear-gradient(145deg,#14324b,#1e4a66)}.ticket-box{width:76%;padding:24px;display:grid;grid-template-columns:auto 1fr;gap:8px 18px;align-items:center;border:1px solid rgba(154,242,126,.35);border-radius:16px;background:rgba(7,17,31,.65);box-shadow:var(--shadow)}.ticket-box span{grid-row:1/4;display:grid;place-items:center;width:52px;height:52px;border-radius:14px;background:var(--accent);color:var(--ink);font-weight:700}.ticket-box b{color:#fff;font:600 18px "Space Grotesk"}.ticket-box i{color:#9af27e;font-style:normal;font-size:13px}.ticket-box strong{color:#bd9cff;font-size:13px}.portfolio-art{background:linear-gradient(145deg,#7d65eb,#5d49c7)}.portfolio-card{width:72%;min-height:160px;padding:26px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;border:1px solid rgba(255,255,255,.25);border-radius:20px;background:rgba(7,17,31,.28);box-shadow:var(--shadow);transform:rotate(3deg)}.portfolio-card b{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--accent);color:var(--ink);font:700 15px "Space Grotesk"}.portfolio-card span{margin-top:18px;color:#fff;font:700 24px "Space Grotesk"}.portfolio-card i{color:rgba(255,255,255,.7);font-style:normal;font-size:12px}.repo-button{display:inline-block;margin-top:8px}.project-actions,.contact-actions{display:flex;gap:20px;flex-wrap:wrap;align-items:center}.contact-actions{justify-content:center}.contact-secondary{border:1px solid rgba(255,255,255,.4);color:#fff}.ring{font-size:16px;font-weight:700}.project:not(.featured) .project-copy{display:flex;flex-direction:column}.project:not(.featured) .repo-button{margin-top:auto;padding-top:10px}@media(max-width:700px){.project-actions,.contact-actions{gap:12px}.contact-actions .btn{width:100%}}