@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-base:#0f0f0f;--bg-surface:#141414;--bg-raised:#1a1a1a;--border-subtle:#1a1a1a;--border-default:#1e1e1e;--border-strong:#2a2a2a;--text-primary:#d4d4d4;--text-secondary:#999;--text-muted:#777;--text-dim:#444;--accent-green:#0f8;--accent-green-dim:#00cc6a;--glitch-cyan:#0fc;--glitch-red:#f44;--sidebar-bg:#080808}@property --border-angle{syntax:"<angle>";inherits:false;initial-value:0deg}html{scroll-behavior:smooth}body{background:var(--bg-base);color:var(--text-primary);-webkit-font-smoothing:antialiased;overflow-wrap:break-word;word-wrap:break-word;font-family:JetBrains Mono,Courier New,monospace;line-height:1.6}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:#080808}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#555}.app{min-height:100vh;display:flex}.main-content{flex:1;width:0;min-width:0;margin-left:64px;overflow-x:hidden}.sidebar{background:var(--sidebar-bg);border-right:1px solid var(--border-default);z-index:1000;flex-direction:column;align-items:center;width:64px;height:100vh;padding:16px 0;display:flex;position:fixed;top:0;left:0}.sidebar-nav{flex-direction:column;flex:1;gap:4px;display:flex}.sidebar-nav-btn{width:40px;height:40px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.sidebar-nav-btn:hover{background:var(--bg-raised);color:var(--accent-green)}.sidebar-socials{border-top:1px solid var(--border-default);flex-direction:column;align-items:center;gap:4px;padding-top:14px;display:flex}.sidebar-social-link{width:32px;height:32px;color:var(--text-muted);border-radius:6px;justify-content:center;align-items:center;transition:color .15s;display:flex}.sidebar-social-link:hover{color:var(--hover-color,#d4d4d4)}.section{border-top:1px solid var(--border-subtle);max-width:960px;margin:0 auto;padding:88px 40px}.section-header{margin-bottom:40px}.section-number{color:var(--accent-green-dim);letter-spacing:3px;margin-bottom:10px;font-size:11px;font-weight:400;display:block}.section-heading{color:var(--text-primary);font-size:26px;font-weight:600}.section-underline{background:var(--accent-green);width:32px;height:2px;margin-top:10px}.body-text{color:var(--text-secondary);margin-bottom:16px;font-size:13px;font-weight:400;line-height:1.85}.text-highlight{color:var(--accent-green)}.text-accent{color:var(--accent-green-dim)}.hero{align-items:center;min-height:100vh;padding:0 80px;display:flex;position:relative;overflow:visible}.hero-dot-grid{pointer-events:none;background:radial-gradient(circle,#00ff880d 1px,#0000 1px) 0 0/32px 32px;position:absolute;inset:0}.hero-scanline{pointer-events:none;background:linear-gradient(#0000,#00ff8808,#0000);height:80px;animation:4s linear infinite scanline;position:absolute;left:0;right:0}.hero-corner-tl{color:var(--text-dim);font-size:11px;position:absolute;top:24px;left:80px}.hero-corner-tr{color:var(--text-dim);font-size:11px;position:absolute;top:24px;right:80px}.status-online{color:var(--accent-green)}.hero-content{z-index:2;max-width:540px;animation:.8s fadeInUp}.hero-prompt{margin-bottom:16px;font-size:13px}.prompt-path{color:var(--text-muted)}.prompt-dollar{color:var(--accent-green)}.prompt-cmd{color:var(--accent-green-dim)}.hero-name-wrapper{height:86px;margin-bottom:12px;position:relative}.hero-name{color:var(--text-primary);white-space:nowrap;font-size:72px;font-weight:700;line-height:1}.hero-name-glitch1{color:var(--glitch-cyan);z-index:2;animation:3.5s step-end infinite glitch-1;position:absolute;top:0;left:0}.hero-name-glitch2{color:var(--glitch-red);z-index:1;animation:3.5s step-end .5s infinite glitch-2;position:absolute;top:0;left:0}.hero-role{color:var(--accent-green);margin-bottom:20px;font-size:18px;font-weight:500}.hero-bio{color:var(--text-secondary);margin-bottom:28px;font-size:13px;line-height:1.8}.hero-cursor{background:var(--accent-green);vertical-align:text-bottom;width:2px;height:13px;margin-left:4px;animation:1s step-end infinite blink;display:inline-block}.hero-ctas{gap:14px;display:flex}.btn-primary{background:var(--accent-green);color:var(--bg-base);cursor:pointer;border:none;border-radius:6px;padding:10px 22px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s;display:inline-block}.btn-primary:hover{background:var(--accent-green-dim)}.btn-secondary{border:1px solid var(--border-strong);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:6px;padding:10px 22px;font-family:inherit;font-size:13px;transition:border-color .15s,color .15s;display:inline-block}.btn-secondary:hover{border-color:var(--accent-green);color:var(--accent-green)}.hero-video-wrapper{z-index:2;flex-direction:column;align-items:center;display:flex;position:absolute;top:50%;right:60px;transform:translateY(-50%)}.hero-video-container{will-change:transform;border-radius:14px;width:560px;animation:4s ease-in-out infinite holo-float;position:relative}.hero-video{object-fit:cover;opacity:.92;mix-blend-mode:screen;filter:brightness(1.05)contrast(1.05);border-radius:14px;width:100%;display:block}.hero-video-scanlines{pointer-events:none;z-index:2;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#00ff8804 2px 4px);border-radius:14px;position:absolute;inset:0}.hero-video-border-light{pointer-events:none;z-index:3;border-radius:16px;position:absolute;inset:-2px;overflow:hidden}.hero-video-border-light:before{content:"";background:conic-gradient(from var(--border-angle,0deg), transparent 0%, transparent 25%, #0f89 30%, #0f8 35%, #0f89 40%, transparent 45%, transparent 100%);-webkit-mask-composite:xor;border-radius:16px;padding:1.5px;animation:3s linear infinite border-spin;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.hero-video-glow{pointer-events:none;z-index:-1;background:radial-gradient(circle,#00ff881a,#0000 65%);border-radius:30px;position:absolute;inset:-30px}.hero-video-border{pointer-events:none;z-index:1;border:1px solid #00ff881f;border-radius:14px;position:absolute;inset:-1px}.hero-holo-projection{width:380px;height:60px;margin-top:-2px;position:relative}.hero-holo-cone{clip-path:polygon(15% 0%,85% 0%,60% 100%,40% 100%);background:linear-gradient(#00ff8814 0%,#00ff8808 40%,#0000 100%);width:100%;height:100%}.hero-holo-device{background:linear-gradient(#1a1a1a 0%,#111 100%);border:1px solid #00ff8826;border-top-color:#00ff8814;border-radius:3px 3px 8px 8px;justify-content:center;align-items:center;width:120px;height:14px;margin-top:-1px;display:flex;position:relative}.hero-holo-device:before{content:"";background:var(--accent-green);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite blink;box-shadow:0 0 6px #0f89}.hero-holo-device-glow{pointer-events:none;background:radial-gradient(#00ff8840,#0000);width:40px;height:8px;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.hero-photo-orb{background:radial-gradient(circle,#00ff880f,#0000 70%);border:1px solid #00ff881a;border-radius:50%;width:380px;height:380px;animation:6s ease-in-out infinite float;position:absolute;top:50%;right:80px;transform:translateY(-50%)}.hero-photo-inner{border:1px solid #00ff8814;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;inset:40px}.hero-photo-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.photo-label{color:var(--accent-green);letter-spacing:2px;font-size:9px}.orbit-dot{border-radius:50%;margin-top:-4px;margin-left:-4px;position:absolute;top:50%;left:50%}.orbit-dot-1{background:var(--accent-green);width:8px;height:8px;animation:8s linear infinite orbit}.orbit-dot-2{background:var(--accent-green-dim);width:5px;height:5px;animation:12s linear infinite orbit2}.hero-scroll-hint{color:var(--text-dim);align-items:center;gap:8px;font-size:11px;display:flex;position:absolute;bottom:32px;left:80px}.scroll-line{background:var(--text-dim);width:18px;height:1px;display:inline-block}.about-grid{grid-template-columns:1.2fr 1fr;gap:52px;display:grid}.quick-info-card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:8px;padding:24px}.quick-info-label{color:var(--text-muted);letter-spacing:2px;margin-bottom:16px;font-size:10px}.quick-info-row{border-bottom:1px solid var(--border-subtle);justify-content:space-between;padding:12px 0;display:flex}.quick-info-row:last-child{border-bottom:none}.quick-info-key{color:var(--text-muted);font-size:12px}.quick-info-value{color:var(--text-primary);font-size:12px}.quick-info-highlight{color:var(--accent-green)}.exp-mobile{display:none}.exp-desktop{display:flex}.exp-layout{gap:0;display:flex}.exp-tabs{border-right:1px solid var(--border-default);flex-shrink:0;width:220px}.exp-tab{text-align:left;border:none;border-bottom:1px solid var(--bg-surface);cursor:pointer;background:0 0;border-left:2px solid #0000;width:100%;padding:18px 20px;font-family:inherit;transition:color .15s}.exp-tab-top{align-items:center;gap:10px;display:flex}.exp-tab-logo{object-fit:cover;border:1px solid var(--border-default);border-radius:6px;width:28px;height:28px}.exp-tab-company{color:#999;font-size:13px;font-weight:500}.exp-tab-period{color:var(--text-muted);margin-top:4px;margin-left:38px;font-size:10px;display:block}.exp-tab-active{border-left-color:var(--accent-green);background:#00ff880a}.exp-tab-active .exp-tab-company{color:var(--accent-green)}.exp-content{flex:1;min-height:280px;padding:0 36px}.exp-role-header{margin-bottom:24px}.exp-role-top{align-items:center;gap:12px;margin-bottom:8px;display:flex}.exp-content-logo{object-fit:cover;border:1px solid var(--border-default);border-radius:8px;width:36px;height:36px}.exp-role{color:var(--text-primary);font-size:20px;font-weight:600}.exp-meta{align-items:center;gap:12px;margin-left:48px;display:flex}.exp-company-name{color:var(--accent-green);font-size:13px}.exp-period-badge{color:var(--text-muted);background:var(--bg-surface);border:1px solid var(--border-default);border-radius:4px;padding:3px 10px;font-size:10px}.exp-terminal-line{color:#666;margin-top:20px;margin-bottom:8px;font-size:11px}.terminal-arrow{color:var(--accent-green)}.exp-description{color:#999;border-left:2px solid var(--border-default);padding-left:16px;font-size:13px;line-height:1.85}.exp-tech-tags{flex-wrap:wrap;gap:8px;margin-top:8px;padding-left:16px;display:flex}.exp-tech-tag{color:var(--accent-green-dim);background:#00ff880f;border:1px solid #00ff882e;border-radius:4px;padding:4px 12px;font-size:11px}.exp-accordion{flex-direction:column;gap:8px}.exp-acc-item{border:1px solid var(--border-default);background:var(--bg-surface);border-radius:8px;transition:border-color .2s;overflow:hidden}.exp-acc-item-active{border-color:var(--accent-green)}.exp-acc-header{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 16px;font-family:inherit;display:flex}.exp-acc-header-left{align-items:center;gap:10px;min-width:0;display:flex}.exp-acc-header-info{flex-direction:column;gap:2px;min-width:0;display:flex}.exp-acc-company{color:var(--text-primary);text-align:left;font-size:13px;font-weight:500}.exp-acc-item-active .exp-acc-company{color:var(--accent-green)}.exp-acc-role-brief{color:var(--text-muted);text-align:left;white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.exp-acc-header-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.exp-acc-period{color:var(--text-muted);white-space:nowrap;font-size:10px}.exp-acc-chevron{color:var(--text-muted);align-items:center;transition:transform .25s;display:flex}.exp-acc-chevron-open{color:var(--accent-green);transform:rotate(180deg)}.exp-acc-body{max-height:0;padding:0 16px;transition:max-height .35s,padding .35s;overflow:hidden}.exp-acc-body-open{max-height:600px;padding:0 16px 20px}.exp-acc-body .exp-content-inner{border-top:1px solid var(--border-default);padding-top:8px}.exp-acc-body .exp-meta{flex-wrap:wrap;margin-left:0}.exp-acc-body .exp-role{font-size:16px}.exp-acc-body .exp-content-logo{width:28px;height:28px}.projects-section{overflow:hidden}.projects-carousel{margin:0 -40px;padding:0 0 8px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%)}.projects-track{will-change:transform;gap:16px;width:max-content;animation:30s linear infinite scroll-projects;display:flex}.projects-track:hover{animation-play-state:paused}.project-card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:8px;flex-direction:column;flex:0 0 340px;gap:10px;min-height:220px;padding:22px;transition:border-color .3s,transform .3s,box-shadow .3s;display:flex}.project-card:hover{border-color:var(--accent-green);transform:translateY(-4px);box-shadow:0 8px 24px #00ff880f}.project-name-row{justify-content:space-between;align-items:center;display:flex}.project-name{color:var(--text-primary);font-size:14px;font-weight:600}.project-stars{color:#999;align-items:center;gap:4px;font-size:11px;display:flex}.project-company{color:var(--accent-green-dim);letter-spacing:.5px;font-size:11px}.project-desc{color:var(--text-secondary);flex:1;font-size:12px;line-height:1.65}.project-tech-tags{flex-wrap:wrap;gap:6px;display:flex}.project-tech-tag{color:var(--text-secondary);background:var(--bg-base);border:1px solid var(--border-default);border-radius:4px;padding:2px 8px;font-size:10px}.project-links{border-top:1px solid var(--border-subtle);gap:10px;padding-top:10px;display:flex}.project-link-github{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:5px;align-items:center;gap:6px;padding:5px 10px;font-size:11px;transition:color .15s,border-color .15s;display:flex}.project-link-github:hover{color:var(--text-primary);border-color:var(--border-strong)}.project-link-demo{color:var(--accent-green-dim);background:#00ff880d;border:1px solid #00ff882e;border-radius:5px;align-items:center;gap:6px;padding:5px 10px;font-size:11px;transition:background .15s,border-color .15s;display:flex}.project-link-demo:hover{background:#00ff881a;border-color:#00ff8859}.skills-list{flex-direction:column;gap:22px;display:flex}.skill-row{grid-template-columns:130px 1fr;gap:16px;display:grid}.skill-category{color:var(--text-muted);letter-spacing:1px;padding-top:7px;font-size:11px}.skill-tags{flex-wrap:wrap;gap:8px;display:flex}.skill-tag{color:var(--text-secondary);background:var(--bg-surface);border:1px solid var(--border-default);cursor:default;border-radius:6px;padding:6px 14px;font-size:12px;transition:color .15s,border-color .15s,background .15s}.skill-tag:hover{color:var(--accent-green);background:#00ff880d;border-color:#00ff884d}.certs-scroll{gap:14px;padding-bottom:8px;display:flex;overflow-x:auto}.cert-card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:10px;flex:0 0 200px;text-decoration:none;transition:border-color .2s,transform .2s;overflow:hidden}.cert-card:hover{border-color:var(--accent-green);transform:translateY(-3px)}.cert-preview{border-bottom:1px solid var(--border-subtle);background:radial-gradient(circle,#00ff880a,#0000);justify-content:center;align-items:center;height:130px;display:flex;position:relative}.cert-accent-bar{background:linear-gradient(90deg,#0000,#00ff884d,#0000);height:3px;position:absolute;top:0;left:0;right:0}.cert-inner-frame{background:#00ff8804;border:1px solid #00ff881f;border-radius:4px;flex-direction:column;align-items:center;gap:8px;width:140px;padding:16px;display:flex}.cert-seal{border:2px solid #00ff884d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.cert-skeleton-line{background:#00ff881a;border-radius:2px;height:4px}.cert-skeleton-long{width:80%}.cert-skeleton-short{width:50%}.cert-bottom-rule{align-items:center;gap:6px;margin-top:4px;display:flex}.cert-rule-line{background:#00ff8826;width:20px;height:1px}.cert-rule-dot{background:#00ff8826;border-radius:50%;width:4px;height:4px}.cert-preview-img{object-fit:cover;border-radius:0;width:100%;height:100%}.cert-info{padding:14px}.cert-name{color:var(--text-primary);margin-bottom:6px;font-size:12px;font-weight:600;line-height:1.4;display:block}.cert-issuer{color:var(--accent-green-dim);margin-bottom:4px;font-size:10px;display:block}.cert-date{color:var(--text-muted);font-size:10px}.contact-grid{grid-template-columns:1fr 1.2fr;gap:52px;display:grid}.contact-links{flex-direction:column;gap:14px;margin-top:24px;display:flex}.contact-link{color:var(--text-secondary);align-items:center;gap:10px;font-size:12px;transition:color .15s;display:flex}.contact-link[data-type=email]:hover{color:var(--accent-green)}.contact-link[data-type=linkedin]:hover{color:#0a66c2}.contact-link[data-type=github]:hover{color:var(--text-primary)}.contact-form-card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:8px;padding:28px}.form-field{margin-bottom:16px}.form-label{color:var(--text-muted);letter-spacing:2px;margin-bottom:6px;font-family:inherit;font-size:10px;display:block}.form-input{background:var(--bg-base);width:100%;color:var(--text-primary);border:1px solid #222;border-radius:6px;outline:none;padding:10px 12px;font-family:inherit;font-size:12px;transition:border-color .15s}.form-input:focus{border-color:var(--accent-green)}.form-textarea{resize:vertical}.form-submit{background:var(--accent-green);width:100%;color:var(--bg-base);cursor:pointer;border:none;border-radius:6px;padding:10px 18px;font-family:inherit;font-size:12px;font-weight:600;transition:background .15s}.form-submit:hover{background:var(--accent-green-dim)}.form-submit:disabled{opacity:.6;cursor:not-allowed}.form-submit--success{background:var(--accent-green-dim)}.form-submit--error{background:var(--glitch-red)}.footer{border-top:1px solid var(--border-subtle);color:#666;justify-content:space-between;max-width:960px;margin:0 auto;padding:22px 40px;font-size:11px;display:flex}.footer-arrow{color:var(--accent-green)}@keyframes scanline{0%{transform:translateY(-80px)}to{transform:translateY(calc(100vh + 80px))}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(-50%)}50%{transform:translateY(calc(-50% - 8px))}}@keyframes holo-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes scroll-projects{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes border-spin{to{--border-angle:360deg}}@keyframes float-mobile{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes orbit{0%{transform:rotate(0)translate(150px)rotate(0)}to{transform:rotate(360deg)translate(150px)rotate(-360deg)}}@keyframes orbit2{0%{transform:rotate(180deg)translate(120px)rotate(-180deg)}to{transform:rotate(540deg)translate(120px)rotate(-540deg)}}@keyframes glitch-1{0%,70%,to{clip-path:inset(100% 0 0);transform:translate(0)}72%{clip-path:inset(18% 0 60%);transform:translate(-7px,2px)}74%{clip-path:inset(58% 0 12%);transform:translate(7px,-2px)}76%{clip-path:inset(32% 0 44%);transform:translate(-4px,1px)}78%{clip-path:inset(72% 0 8%);transform:translate(5px,-1px)}80%{clip-path:inset(100% 0 0);transform:translate(0)}}@keyframes glitch-2{0%,73%,to{clip-path:inset(100% 0 0);transform:translate(0)}75%{clip-path:inset(68% 0 8%);transform:translate(7px)}77%{clip-path:inset(8% 0 74%);transform:translate(-7px,-2px)}79%{clip-path:inset(42% 0 33%);transform:translate(5px,1px)}81%{clip-path:inset(100% 0 0);transform:translate(0)}}html,body{overflow-x:hidden}@media (width<=1024px){.hero-video-wrapper{right:20px}.hero-video-container{width:420px}.hero-holo-projection{width:280px;height:50px}.hero-holo-device{width:100px;height:12px}.hero-photo-orb{width:300px;height:300px;right:40px}.hero-content{max-width:480px}}@media (width<=768px){.sidebar{border-right:none;border-top:1px solid var(--border-default);z-index:1000;flex-direction:row;width:100%;height:56px;padding:0 8px;position:fixed;top:auto;bottom:0;left:0}.sidebar-nav{flex-direction:row;flex:1;justify-content:center;align-items:center;gap:2px}.sidebar-nav-btn{width:36px;height:36px}.sidebar-socials{display:none}.main-content{margin-left:0;padding-bottom:64px}.hero{flex-direction:column-reverse;justify-content:center;gap:24px;min-height:auto;padding:80px 24px 40px}.hero-corner-tl{top:16px;left:24px}.hero-corner-tr{top:16px;right:24px}.hero-name-wrapper{height:auto;margin-bottom:12px}.hero-name{white-space:normal;font-size:36px}.hero-name-glitch1,.hero-name-glitch2{font-size:36px}.hero-role{font-size:15px}.hero-content{width:100%;max-width:100%}.hero-ctas{flex-wrap:wrap}.hero-scroll-hint{display:none}.hero-video-wrapper{flex-shrink:0;margin:0 auto;position:relative;top:auto;right:auto;transform:none}.hero-video-container{width:100%;max-width:360px;animation:4s ease-in-out infinite holo-float}.hero-holo-projection{width:240px;height:40px}.hero-holo-device{width:90px;height:10px}.hero-photo-orb{flex-shrink:0;width:220px;height:220px;margin:0 auto;animation:6s ease-in-out infinite float-mobile;position:relative;top:auto;right:auto;transform:none}.section{max-width:100%;padding:56px 24px;overflow-x:hidden}.about-grid{grid-template-columns:1fr;gap:32px}.exp-desktop{display:none!important}.exp-mobile{display:flex!important}.projects-carousel{margin:0 -24px}.projects-track{animation-duration:25s}.project-card{flex:0 0 300px;min-height:200px}.skill-row{grid-template-columns:1fr;gap:8px}.skill-category{padding-top:0}.certs-scroll{padding-bottom:12px}.cert-card{flex:0 0 180px}.contact-grid{grid-template-columns:1fr;gap:32px}.footer{text-align:center;flex-direction:column;gap:8px;max-width:100%;padding:22px 24px;overflow:hidden}}@media (width<=480px){.hero{gap:20px;padding:60px 16px 32px}.hero-corner-tl,.hero-corner-tr{display:none}.hero-name,.hero-name-glitch1,.hero-name-glitch2{font-size:28px}.hero-role{font-size:13px}.hero-bio{font-size:12px}.hero-video-container{max-width:280px}.hero-holo-projection{width:180px;height:32px}.hero-holo-device{width:70px;height:8px}.hero-photo-orb{width:180px;height:180px}.section{max-width:100%;padding:40px 16px}.section-heading{font-size:20px}.section-number{font-size:10px}.sidebar-nav-btn{width:32px;height:32px}.about-grid{gap:24px}.quick-info-card{padding:16px}.exp-acc-header{padding:12px 14px}.exp-acc-company{font-size:12px}.exp-acc-body .exp-role{font-size:15px}.exp-acc-body .exp-description{padding-left:12px;font-size:12px}.exp-acc-body .exp-tech-tags{padding-left:12px}.projects-carousel{margin:0 -16px}.projects-track{animation-duration:20s}.project-card{flex:0 0 260px;min-height:180px;padding:16px}.project-name{font-size:13px}.project-desc{font-size:11px}.skill-tag{padding:5px 10px;font-size:11px}.cert-card{flex:0 0 160px}.cert-preview{height:100px}.cert-name{font-size:11px}.contact-form-card{padding:20px}.btn-primary,.btn-secondary{padding:8px 16px;font-size:12px}.footer{padding:16px;font-size:10px}}
