*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#f5f5f5;background:#0a0a0a;font-family:Arial,Helvetica,sans-serif}.navbar{justify-content:space-between;align-items:center;width:100%;padding:28px 48px;display:flex}.logo{color:#f5f5f5;align-items:center;gap:10px;text-decoration:none;display:flex}.logo-mark{letter-spacing:.08em;font-size:18px;font-weight:700}.logo-divider{color:#3f3f46;font-size:18px}.logo-name{color:#a1a1aa;letter-spacing:.08em;font-size:13px;font-weight:500}.nav-links{gap:32px;display:flex}.nav-links a{color:#a1a1aa;font-size:14px;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#f5f5f5}.hero{justify-content:space-between;align-items:center;gap:80px;min-height:calc(100vh - 90px);padding:80px 48px;display:flex}.hero-content{max-width:700px}.hero-label{color:#a1a1aa;letter-spacing:.15em;margin-bottom:24px;font-size:13px;font-weight:600}.hero h1{color:#f5f5f5;letter-spacing:-.04em;font-size:clamp(48px,6vw,88px);line-height:.95}.hero h1 span{color:#7c3aed}.hero-description{color:#a1a1aa;max-width:540px;margin-top:32px;font-size:18px;line-height:1.6}.hero-buttons{gap:16px;margin-top:40px;display:flex}.button{border:1px solid #27272a;padding:14px 22px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.button.primary{color:#fff;background:#7c3aed;border-color:#7c3aed}.button.primary:hover{background:#6d28d9}.button.secondary{color:#f5f5f5}.button.secondary:hover{background:#18181b}.terminal{background:#0f0f10;border:1px solid #27272a;width:420px;box-shadow:0 20px 60px #00000059}.terminal-header{border-bottom:1px solid #27272a;align-items:center;gap:7px;height:38px;padding:0 14px;display:flex}.terminal-header span{background:#3f3f46;border-radius:50%;width:9px;height:9px}.terminal-body{padding:28px;font-family:Courier New,monospace;font-size:14px;line-height:1.8}.terminal-symbol{color:#7c3aed}.terminal-output{color:#a1a1aa;margin-bottom:16px}.terminal-line{animation:.4s forwards terminalFadeIn}@keyframes terminalFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.cursor{color:#7c3aed;margin-left:3px;animation:1s infinite blink}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}main{width:100%;max-width:1600px;margin:0 auto}body{background-color:#0a0a0a;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:80px 80px}.cursor{color:#7c3aed;margin-left:3px;animation:1s infinite blink}.projects{padding:140px 48px}.section-heading{max-width:800px;margin-bottom:80px}.section-label{color:#a1a1aa;letter-spacing:.15em;margin-bottom:24px;font-size:13px;font-weight:600}.section-heading h2{color:#f5f5f5;letter-spacing:-.04em;font-size:clamp(40px,5vw,72px);line-height:1}.section-heading h2 span{color:#71717a}.projects-list{flex-direction:column;display:flex}.project-card{border-top:1px solid #27272a;grid-template-columns:80px 1fr auto;gap:40px;padding:48px 0;transition:padding .3s;display:grid;position:relative}.project-card:last-child{border-bottom:1px solid #27272a}.project-card:hover{background:#ffffff04;padding-left:20px;padding-right:20px}.project-number{color:#7c3aed;font-family:Courier New,monospace;font-size:14px}.project-content{max-width:700px}.project-subtitle{color:#7c3aed;letter-spacing:.12em;margin-bottom:10px;font-family:Courier New,monospace;font-size:11px;font-weight:600}.project-content h3{color:#f5f5f5;letter-spacing:-.02em;margin-bottom:18px;font-size:28px;font-weight:600}.project-content p{color:#a1a1aa;max-width:600px;font-size:16px;line-height:1.7}.project-technologies{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.project-technologies span{color:#a1a1aa;border:1px solid #27272a;padding:7px 11px;font-family:Courier New,monospace;font-size:12px}.project-link{color:#f5f5f5;letter-spacing:.05em;align-self:center;font-family:Courier New,monospace;font-size:12px;text-decoration:none;transition:color .2s}.project-link:hover{color:#7c3aed}.about{padding:160px 48px}.about-header{max-width:800px;margin-bottom:90px}.about-header h2{color:#f5f5f5;letter-spacing:-.04em;font-size:clamp(40px,5vw,72px);line-height:1}.about-header h2 span{color:#71717a}.about-content{grid-template-columns:1.3fr 1fr;gap:100px;max-width:1300px;display:grid}.about-text{max-width:700px}.about-text p{color:#a1a1aa;margin-bottom:28px;font-size:18px;line-height:1.8}.about-details{border-top:1px solid #27272a;flex-direction:column;display:flex}.about-detail{border-bottom:1px solid #27272a;padding:28px 0}.about-detail span{color:#7c3aed;letter-spacing:.12em;margin-bottom:10px;font-family:Courier New,monospace;font-size:11px;font-weight:600;display:block}.about-detail strong{color:#f5f5f5;font-size:16px;font-weight:500;display:block}.about-detail p{color:#71717a;margin-top:6px;font-size:14px}.skills{padding:160px 48px}.skills-grid{border-top:1px solid #27272a;grid-template-columns:repeat(2,1fr);display:grid}.skill-group{border-bottom:1px solid #27272a;grid-template-columns:60px 1fr;gap:24px;padding:40px 20px 40px 0;display:grid}.skill-group:nth-child(2n){border-left:1px solid #27272a;padding-left:40px}.skill-number{color:#7c3aed;font-family:Courier New,monospace;font-size:13px}.skill-content h3{color:#f5f5f5;letter-spacing:-.01em;margin-bottom:24px;font-size:18px;font-weight:600}.skill-list{flex-wrap:wrap;gap:10px;display:flex}.skill-list span{color:#a1a1aa;border:1px solid #27272a;padding:8px 12px;font-family:Courier New,monospace;font-size:12px;transition:color .2s,border-color .2s,background .2s}.skill-list span:hover{color:#f5f5f5;background:#7c3aed14;border-color:#7c3aed}.resume{padding:160px 48px}.resume-header{max-width:800px;margin-bottom:90px}.resume-header h2{color:#f5f5f5;letter-spacing:-.04em;font-size:clamp(40px,5vw,72px);line-height:1}.resume-header h2 span{color:#71717a}.resume-content{grid-template-columns:.8fr 1.2fr;gap:100px;max-width:1300px;display:grid}.resume-intro{max-width:500px}.resume-intro>p{color:#a1a1aa;margin-bottom:40px;font-size:18px;line-height:1.8}.resume-details{border-top:1px solid #27272a}.resume-item{border-bottom:1px solid #27272a;padding:32px 0}.resume-item>span{color:#7c3aed;letter-spacing:.12em;margin-bottom:14px;font-family:Courier New,monospace;font-size:11px;font-weight:600;display:block}.resume-item h3{color:#f5f5f5;margin-bottom:8px;font-size:18px;font-weight:500}.resume-item p{color:#a1a1aa;margin-bottom:6px;font-size:15px}.resume-item small{color:#71717a;font-family:Courier New,monospace;font-size:12px}.contact{align-items:center;min-height:70vh;padding:180px 48px;display:flex}.contact-content{max-width:1000px}.contact-content h2{color:#f5f5f5;letter-spacing:-.05em;font-size:clamp(48px,7vw,96px);line-height:.95}.contact-content h2 span{color:#7c3aed}.contact-description{color:#a1a1aa;max-width:650px;margin-top:36px;font-size:18px;line-height:1.8}.contact-links{align-items:center;gap:32px;margin-top:48px;display:flex}.contact-info{flex-direction:column;gap:6px;display:flex}.contact-info p{color:#71717a;font-family:Courier New,monospace;font-size:13px}.contact-info p:first-child{color:#a1a1aa}.contact-info a{color:inherit;text-decoration:none;transition:color .2s}.contact-info a:hover{color:#7c3aed}@media (width<=900px){.navbar{padding:24px}.nav-links{gap:18px}.nav-links a{font-size:12px}.logo-name{display:none}.hero{flex-direction:column;align-items:flex-start;gap:70px;min-height:auto;padding:100px 24px}.hero-content{width:100%}.hero h1{font-size:clamp(44px,11vw,70px)}.hero-description{font-size:16px}.terminal{width:100%}.projects{padding:110px 24px}.section-heading{margin-bottom:60px}.section-heading h2{font-size:clamp(38px,9vw,60px)}.project-card{grid-template-columns:45px 1fr;gap:20px;padding:36px 0}.project-link{grid-column:2;justify-self:start;margin-top:10px}.project-card:hover{padding-left:10px;padding-right:10px}.about{padding:110px 24px}.about-content{grid-template-columns:1fr;gap:60px}.about-text p{font-size:16px}.skills{padding:110px 24px}.skills-grid{grid-template-columns:1fr}.skill-group{grid-template-columns:45px 1fr;padding:32px 0}.skill-group:nth-child(2n){border-left:none;padding-left:0}.resume{padding:110px 24px}.resume-content{grid-template-columns:1fr;gap:60px}.resume-intro>p{font-size:16px}.contact{min-height:auto;padding:130px 24px}.contact-content h2{font-size:clamp(46px,11vw,80px)}.contact-description{font-size:16px}.contact-links{flex-direction:column;align-items:flex-start;gap:28px}}@media (width<=600px){.navbar{padding:20px}.nav-links{gap:12px}.nav-links a{font-size:11px}.hero{padding:80px 20px}.hero-buttons{flex-direction:column;align-items:stretch}.button{text-align:center}.terminal-body{padding:22px;font-size:12px}.projects,.about,.skills,.resume{padding-left:20px;padding-right:20px}.project-card{grid-template-columns:35px 1fr;gap:15px}.project-content h3{font-size:23px}.project-content p{font-size:14px}.skill-group{grid-template-columns:35px 1fr}.contact{padding-left:20px;padding-right:20px}}.resume-buttons{flex-wrap:wrap;gap:14px;display:flex}@media (width<=600px){.project-gallery{grid-template-columns:repeat(2,1fr)}.project-gallery img{height:130px}}.project-link,.project-close{color:#f5f5f5;letter-spacing:.05em;cursor:pointer;background:0 0;border:none;font-family:Courier New,monospace;font-size:12px;transition:color .2s}.project-link:hover,.project-close:hover{color:#7c3aed}.project-details{margin-top:30px}.project-details>p{color:#a1a1aa;max-width:700px;font-size:16px;line-height:1.7}.project-close{margin-top:30px}.project-gallery{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:40px;display:grid}.project-gallery img{object-fit:cover;border:1px solid #27272a;width:100%;height:260px;transition:transform .3s,border-color .3s;display:block}.project-gallery img:hover{border-color:#7c3aed;transform:translateY(-4px)}@media (width<=600px){.project-gallery{grid-template-columns:1fr}.project-gallery img{height:auto}}.project-image-button{cursor:pointer;background:0 0;border:none;padding:0;overflow:hidden}.project-image-button img{object-fit:cover;border:1px solid #27272a;width:100%;height:260px;transition:transform .3s,border-color .3s;display:block}.project-image-button:hover img{border-color:#7c3aed;transform:scale(1.02)}.image-modal{z-index:1000;background:#000000eb;justify-content:center;align-items:center;padding:40px;display:flex;position:fixed;inset:0}.image-modal img{object-fit:contain;border:1px solid #27272a;max-width:95vw;max-height:90vh}.image-modal-close{color:#f5f5f5;cursor:pointer;background:0 0;border:none;font-size:28px;transition:color .2s;position:absolute;top:25px;right:30px}.image-modal-close:hover{color:#7c3aed}@media (width<=600px){.image-modal{padding:20px}.image-modal img{max-width:100%;max-height:85vh}.image-modal-close{top:15px;right:20px}}.image-modal-arrow{color:#f5f5f5;cursor:pointer;background:#0f0f10d9;border:1px solid #3f3f46;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;transition:background .2s,border-color .2s,color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.image-modal-arrow:hover{color:#7c3aed;background:#18181b;border-color:#7c3aed}.image-modal-prev{left:30px}.image-modal-next{right:30px}.image-counter{color:#a1a1aa;letter-spacing:.08em;font-family:Courier New,monospace;font-size:12px;position:absolute;bottom:25px;left:50%;transform:translate(-50%)}@media (width<=600px){.image-modal-arrow{width:42px;height:42px;font-size:18px}.image-modal-prev{left:12px}.image-modal-next{right:12px}.image-counter{bottom:15px}}.footer{border-top:1px solid #27272a;padding:50px 48px 30px}.footer-top{justify-content:space-between;align-items:center;padding-bottom:40px;display:flex}.footer-logo{color:#f5f5f5;align-items:center;gap:10px;text-decoration:none;display:flex}.footer-logo span:first-child{letter-spacing:.08em;font-size:18px;font-weight:700}.footer-divider{color:#3f3f46}.footer-logo span:last-child{color:#a1a1aa;letter-spacing:.08em;font-size:12px}.footer-tagline{color:#71717a;letter-spacing:.08em;font-family:Courier New,monospace;font-size:11px}.footer-bottom{border-top:1px solid #18181b;justify-content:space-between;align-items:center;padding-top:24px;display:flex}.footer-links{gap:28px;display:flex}.footer-links a{color:#a1a1aa;letter-spacing:.08em;font-family:Courier New,monospace;font-size:11px;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#7c3aed}.footer-meta{color:#52525b;letter-spacing:.06em;gap:24px;font-family:Courier New,monospace;font-size:10px;display:flex}@media (width<=600px){.footer{padding:40px 20px 25px}.footer-top{flex-direction:column;align-items:flex-start;gap:20px}.footer-tagline{line-height:1.6}.footer-bottom{flex-direction:column;align-items:flex-start;gap:24px}.footer-meta{flex-direction:column;gap:8px}}
