@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap";:root{--bg: #09090B;--bg2: #111116;--surface: rgba(255, 255, 255, .04);--surface-hover: rgba(255, 255, 255, .07);--border: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .16);--accent: #2563EB;--accent-2: #7C3AED;--gradient: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);--text: #FAFAFA;--text-2: #A1A1AA;--text-3: #52525B;--font-head: "Archivo", sans-serif;--font-body: "Space Grotesk", sans-serif;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 24px;--shadow: 0 8px 32px rgba(0, 0, 0, .5)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{background-color:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{text-decoration:none;color:inherit}button{font-family:var(--font-body)}::selection{background:var(--accent);color:#fff}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:rgba(255,255,255,.12);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.2)}.content-wrapper{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:100px 0}@media screen and (max-width: 768px){.section{padding:72px 0}}.section-label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:10px}.section-title{font-family:var(--font-head);font-size:clamp(30px,5vw,52px);font-weight:800;color:var(--text);line-height:1.05;letter-spacing:-.025em;margin-bottom:12px}.section-sub{font-size:16px;color:var(--text-2);line-height:1.6;max-width:520px}.glass{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:border-color .25s ease,box-shadow .25s ease}.glass:hover{border-color:var(--border-hover);box-shadow:var(--shadow)}.tag{display:inline-block;padding:3px 9px;background:rgba(37,99,235,.1);border:1px solid rgba(37,99,235,.2);border-radius:4px;font-size:11px;font-weight:500;color:#60a5fa}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;background:var(--gradient);color:#fff;border:none;border-radius:var(--r-sm);font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s,transform .2s;white-space:nowrap}.btn-primary:hover{opacity:.88;transform:translateY(-1px)}.btn-primary:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--r-sm);font-size:15px;font-weight:600;cursor:pointer;transition:border-color .2s,background .2s,transform .2s;white-space:nowrap}.btn-ghost:hover{border-color:var(--border-hover);background:var(--surface-hover);transform:translateY(-1px)}.input-field{display:flex;flex-direction:column;gap:6px}.input-field label{font-size:12px;font-weight:600;color:var(--text-2);text-transform:uppercase;letter-spacing:.06em}.input-field input{background:rgba(255,255,255,.04);border:1px solid var(--border);border-radius:var(--r-sm);padding:11px 14px;color:var(--text);font-family:var(--font-body);font-size:14px;outline:none;width:100%;transition:border-color .2s,box-shadow .2s}.input-field input::placeholder{color:var(--text-3)}.input-field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1f}.contact .contact-inner{display:grid;grid-template-columns:1fr;gap:40px}@media screen and (min-width: 1024px){.contact .contact-inner{grid-template-columns:1fr 1.3fr;gap:60px;align-items:start}}.contact .contact-left{display:flex;flex-direction:column}.contact .contact-left .section-title{margin-bottom:16px}.contact .contact-left .section-sub{margin-bottom:36px}.contact .contact-details{display:flex;flex-direction:column;gap:20px}.contact .contact-detail{display:flex;flex-direction:column;gap:3px}.contact .detail-label{font-size:11px;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.1em}.contact .detail-value{font-size:15px;color:var(--text);font-weight:500;transition:color .2s}.contact .detail-value[href]:hover{color:var(--accent)}.contact .contact-right{padding:28px}.contact .contact-form{display:flex;flex-direction:column;gap:16px}.contact .form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media screen and (max-width: 580px){.contact .form-row{grid-template-columns:1fr}}.contact .form-field{display:flex;flex-direction:column;gap:6px}.contact .form-field label{font-size:12px;font-weight:600;color:var(--text-2);text-transform:uppercase;letter-spacing:.06em}.contact .form-field textarea{background:rgba(255,255,255,.04);border:1px solid var(--border);border-radius:var(--r-sm);padding:12px 14px;color:var(--text);font-family:var(--font-body);font-size:14px;resize:vertical;min-height:120px;outline:none;transition:border-color .2s,box-shadow .2s}.contact .form-field textarea::placeholder{color:var(--text-3)}.contact .form-field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1f}.contact .btn-primary{width:100%}.experience .exp-header{margin-bottom:48px}.experience .timeline{display:flex;flex-direction:column}.experience .timeline-item{display:flex;gap:20px}.experience .timeline-item:last-child .timeline-line{display:none}.experience .timeline-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0;padding-top:22px}.experience .timeline-dot{width:14px;height:14px;border-radius:50%;flex-shrink:0;position:relative;z-index:1}.experience .timeline-dot .dot-ring{position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:50%;border:1.5px solid;opacity:.22}.experience .timeline-line{width:1px;flex:1;min-height:20px;background:var(--border);margin:6px 0}.experience .timeline-card{flex:1;padding:22px 24px;margin-bottom:16px}.experience .timeline-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;flex-wrap:wrap}.experience .timeline-role{font-family:var(--font-head);font-size:17px;font-weight:700;color:var(--text);margin-bottom:4px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.experience .badge-current{font-family:var(--font-body);font-size:10px;font-weight:600;padding:2px 8px;background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.25);border-radius:100px;color:#22c55e;letter-spacing:.04em;text-transform:uppercase}.experience .timeline-company{font-size:14px;font-weight:600;margin-bottom:2px}.experience .timeline-location{font-size:12px;color:var(--text-3)}.experience .timeline-date{font-size:11px;color:var(--text-3);white-space:nowrap;padding:4px 10px;background:var(--surface);border:1px solid var(--border);border-radius:100px;flex-shrink:0;height:fit-content}.experience .timeline-bullets{list-style:none;margin-bottom:14px;display:flex;flex-direction:column;gap:5px}.experience .timeline-bullets li{font-size:13px;color:var(--text-2);line-height:1.55;padding-left:14px;position:relative}.experience .timeline-bullets li:before{content:"–";position:absolute;left:0;color:var(--accent)}.experience .timeline-tags{display:flex;flex-wrap:wrap;gap:6px}.footer{border-top:1px solid var(--border);padding:28px 0}.footer .footer-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer .footer-logo{font-family:var(--font-head);font-size:18px;font-weight:900;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer .footer-copy{font-size:13px;color:var(--text-3)}.footer .footer-socials{display:flex;gap:8px}.footer .footer-socials a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;color:var(--text-2);background:var(--surface);border:1px solid var(--border);cursor:pointer;transition:color .2s,border-color .2s}.footer .footer-socials a:hover{color:var(--text);border-color:var(--border-hover)}.header-wrapper{background-color:#d9d9d9}@media screen and (min-width: 1024px){.header-wrapper{display:flex;align-items:center;padding:24px 100px}}.nav-desktop{position:fixed;top:0;left:0;right:0;z-index:100;padding:18px 0;background:rgba(9,9,11,.35);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:background .35s,backdrop-filter .35s,border-color .35s,padding .35s;border-bottom:1px solid transparent}.nav-desktop--solid{padding:12px 0;background:rgba(9,9,11,.82);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom-color:var(--border)}.nav-desktop .nav-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.nav-desktop .nav-logo{font-family:var(--font-head);font-size:22px;font-weight:900;letter-spacing:-.04em;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:default;flex-shrink:0}.nav-desktop .nav-links{display:flex;list-style:none;gap:2px}.nav-desktop .nav-links .nav-link{display:block;padding:7px 13px;border-radius:6px;font-size:14px;font-weight:500;color:var(--text);cursor:pointer;transition:color .2s,background .2s;white-space:nowrap}.nav-desktop .nav-links .nav-link:hover,.nav-desktop .nav-links .nav-link--active{color:var(--text);background:rgba(255,255,255,.08)}.nav-desktop .nav-socials{display:flex;gap:6px;flex-shrink:0}.nav-desktop .nav-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;color:var(--text);cursor:pointer;transition:color .2s,background .2s}.nav-desktop .nav-icon:hover{background:rgba(255,255,255,.08)}.nav-mobile-bar{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:rgba(9,9,11,.78);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.nav-mobile-bar .nav-mobile-logo{font-family:var(--font-head);font-size:20px;font-weight:900;letter-spacing:-.04em;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-mobile-bar .nav-mobile-toggle{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);cursor:pointer;transition:background .2s,border-color .2s}.nav-mobile-bar .nav-mobile-toggle:hover{background:var(--surface-hover);border-color:var(--border-hover)}.nav-mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background:rgba(9,9,11,.96);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);display:flex;flex-direction:column;justify-content:center;padding:80px 32px 48px}.nav-mobile-overlay .nav-mobile-links{list-style:none;display:flex;flex-direction:column;gap:4px;margin-bottom:48px}.nav-mobile-overlay .nav-mobile-link{display:flex;align-items:center;gap:18px;padding:14px 12px;border-radius:10px;font-family:var(--font-head);font-size:30px;font-weight:800;color:var(--text-2);cursor:pointer;transition:color .2s,background .2s;letter-spacing:-.02em}.nav-mobile-overlay .nav-mobile-link:hover{color:var(--text);background:var(--surface)}.nav-mobile-overlay .nav-mobile-link .link-num{font-size:12px;font-weight:400;font-family:var(--font-body);color:var(--text-3);letter-spacing:0;min-width:22px}.nav-mobile-overlay .nav-mobile-socials{display:flex;gap:12px}.nav-mobile-overlay .nav-mobile-socials a{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--surface);border:1px solid var(--border);border-radius:10px;color:var(--text-2);cursor:pointer;transition:color .2s,border-color .2s}.nav-mobile-overlay .nav-mobile-socials a:hover{color:var(--text);border-color:var(--border-hover)}.hero{position:relative;height:auto;min-height:100svh;display:flex;align-items:flex-start;overflow:hidden}@media screen and (min-width: 1024px){.hero{height:100vh;min-height:680px;align-items:center}}.hero-canvas{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-vignette{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:radial-gradient(ellipse 90% 90% at 50% 50%,transparent 20%,rgba(9,9,11,.8) 100%);pointer-events:none}.hero-content{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:88px 24px 80px}@media screen and (min-width: 1024px){.hero-content{padding:88px 24px 0}}.hero-inner{display:flex;flex-direction:column;align-items:flex-start;gap:48px;width:100%}@media screen and (min-width: 1024px){.hero-inner{flex-direction:row;align-items:center;justify-content:space-between;gap:60px}}.hero-text{display:flex;flex-direction:column;max-width:560px;width:100%}@media screen and (min-width: 1024px){.hero-text{flex:1}}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:100px;font-size:13px;font-weight:500;color:var(--text-2);margin-bottom:28px;width:fit-content}.hero-dot{width:8px;height:8px;background:#22C55E;border-radius:50%;flex-shrink:0;animation:blink 2s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero-heading{font-family:var(--font-head);font-size:clamp(38px,11vw,104px);font-weight:900;line-height:.92;letter-spacing:-.035em;color:var(--text);margin-bottom:24px}.hero-gradient{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-desc{font-size:clamp(14px,2vw,16px);color:var(--text-2);line-height:1.65;margin-bottom:36px}.hero-desc strong{color:var(--text);font-weight:600}.hero-stats{display:flex;gap:24px;margin-bottom:36px;flex-wrap:wrap}.hero-stat{display:flex;flex-direction:column;gap:3px}.stat-val{font-family:var(--font-head);font-size:24px;font-weight:800;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.stat-lbl{font-size:11px;color:var(--text-3);text-transform:uppercase;letter-spacing:.06em}.hero-ctas{display:flex;gap:12px;margin-bottom:32px;flex-wrap:wrap}.hero-socials{display:flex;gap:10px}.social-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-sm);color:var(--text-2);cursor:pointer;transition:color .2s,border-color .2s,transform .2s,background .2s}.social-btn:hover{color:var(--text);border-color:var(--border-hover);background:var(--surface-hover);transform:translateY(-2px)}.hero-terminal-side{width:100%;flex-shrink:0}@media screen and (min-width: 1024px){.hero-terminal-side{width:420px}}.terminal{width:100%;background:rgba(8,10,14,.88);border:1px solid rgba(255,255,255,.09);border-radius:12px;overflow:hidden;box-shadow:0 0 0 1px #2563eb14,0 0 40px #2563eb1a,0 24px 64px #0000008c;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.terminal-header{display:flex;align-items:center;gap:12px;padding:12px 16px;background:rgba(255,255,255,.035);border-bottom:1px solid rgba(255,255,255,.06)}.terminal-dots{display:flex;gap:6px}.t-dot{width:12px;height:12px;border-radius:50%}.t-dot--red{background:#FF5F56}.t-dot--yellow{background:#FFBD2E}.t-dot--green{background:#27C93F}.terminal-title{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;color:#ffffff4d;letter-spacing:.02em}.terminal-body{padding:18px 20px 20px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:13px;line-height:1.75;min-height:300px}@media screen and (min-width: 1024px){.terminal-body{font-size:13.5px}}.t-blank{height:6px}.t-cmd{color:#e2e8f0;margin-top:2px}.t-prompt{color:#27c93f;font-weight:700;margin-right:2px}.t-out{color:#94a3b8;padding-left:14px}.t-key{display:flex;gap:14px;padding-left:14px}.t-key .t-lbl{color:#60a5fa;white-space:pre;flex-shrink:0}.t-key .t-val{color:#cbd5e1}.t-award{color:#fbbf24;padding-left:14px}.t-status{color:#a78bfa;padding-left:14px}.t-cursor{color:#27c93f;font-weight:700}.t-cursor--blink{animation:cur-blink 1.1s step-end infinite}@keyframes cur-blink{0%,to{opacity:1}50%{opacity:0}}.hero-scroll{position:absolute;bottom:28px;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:5px;color:var(--text-3);font-size:10px;letter-spacing:.12em;text-transform:uppercase;pointer-events:none}.project-card{position:relative;border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--border);background:var(--surface);aspect-ratio:16/10;transition:border-color .3s,transform .3s}.project-card:hover{border-color:var(--border-hover);transform:translateY(-4px)}.project-card:hover .project-img{transform:scale(1.07);filter:brightness(.35)}.project-card:hover .project-overlay{opacity:1}.project-card:hover .project-bar{opacity:0}.project-card .project-img-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.project-card .project-img{width:100%;height:100%;object-fit:cover;filter:brightness(.65);transition:transform .45s ease,filter .45s ease}.project-card .project-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;opacity:0;transition:opacity .3s ease;background:linear-gradient(to top,rgba(9,9,11,.97) 55%,rgba(9,9,11,.55) 100%);gap:8px}.project-card .project-name{font-family:var(--font-head);font-size:17px;font-weight:700;color:var(--text)}.project-card .project-desc{font-size:12px;color:var(--text-2);line-height:1.5}.project-card .project-tags{display:flex;flex-wrap:wrap;gap:5px}.project-card .project-link{display:inline-flex;align-items:center;gap:5px;margin-top:4px;padding:7px 14px;background:var(--gradient);border-radius:6px;font-size:12px;font-weight:600;color:#fff;width:fit-content;transition:opacity .2s}.project-card .project-link:hover{opacity:.85}.project-card .project-bar{position:absolute;bottom:0;left:0;right:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:linear-gradient(to top,rgba(9,9,11,.88) 0%,transparent 100%);transition:opacity .3s}.project-card .project-bar-name{font-size:13px;font-weight:600;color:var(--text)}.project-card .project-bar-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text-2);transition:color .2s,border-color .2s}.project-card .project-bar-btn:hover{color:var(--text);border-color:var(--border-hover)}.projects .projects-header{margin-bottom:48px}.projects .projects-grid{display:grid;grid-template-columns:1fr;gap:16px}@media screen and (min-width: 580px){.projects .projects-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1024px){.projects .projects-grid{grid-template-columns:repeat(3,1fr)}}.projects .projects-footer{display:flex;justify-content:center;margin-top:40px}.projects .projects-more{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;background:var(--surface);border:1px solid var(--border);border-radius:8px;font-size:14px;font-weight:500;color:var(--text-2);cursor:pointer;transition:color .2s,border-color .2s,background .2s}.projects .projects-more:hover{color:var(--text);border-color:var(--border-hover);background:var(--surface-hover)}.service-card{padding:28px;display:flex;flex-direction:column;gap:14px;height:100%}.service-card .service-icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:10px;flex-shrink:0}.service-card .service-title{font-family:var(--font-head);font-size:18px;font-weight:700;color:var(--text)}.service-card .service-text{font-size:14px;color:var(--text-2);line-height:1.7}.services .services-header{margin-bottom:48px}.services .services-grid{display:grid;grid-template-columns:1fr;gap:16px}@media screen and (min-width: 768px){.services .services-grid{grid-template-columns:repeat(2,1fr)}}.tech-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:18px 10px;cursor:default;transition:border-color .25s,box-shadow .25s,transform .25s}.tech-card:hover{transform:translateY(-3px);box-shadow:0 0 22px #2563eb24;border-color:#2563eb47}.tech-card .tech-logo{width:38px;height:38px}.tech-card .tech-name{font-size:11px;font-weight:600;color:var(--text-2);text-align:center;white-space:nowrap}.tech-card .tech-category{font-size:9px;color:var(--text-3);text-transform:uppercase;letter-spacing:.07em}.techstack .techstack-header{margin-bottom:48px}.techstack .tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}@media screen and (min-width: 580px){.techstack .tech-grid{grid-template-columns:repeat(5,1fr)}}@media screen and (min-width: 768px){.techstack .tech-grid{grid-template-columns:repeat(7,1fr);gap:14px}}.scroll-top{position:fixed;bottom:28px;right:28px;z-index:90;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--gradient);border:none;border-radius:10px;color:#fff;cursor:pointer;box-shadow:0 4px 20px #2563eb59}
