@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&display=swap";:root{--light-bg:#e2e4e4;--dark-bg:#000;--text-dark:#111;--text-light:#fff}html{box-sizing:border-box;scroll-behavior:smooth}*,:before,:after{box-sizing:inherit;margin:0;padding:0}body{background-color:var(--dark-bg);color:var(--text-light);font-family:Inter,sans-serif;overflow-x:hidden}.hero-section{flex-direction:column;min-height:100vh;display:flex;position:relative}.split-bg{background-color:var(--light-bg);clip-path:polygon(0 0,100% 0,75% 100%,0 100%);z-index:1;width:55vw;height:100%;position:absolute;top:0;left:0}.container-uniform{z-index:2;flex-direction:column;width:100%;max-width:1600px;height:100%;min-height:100vh;margin:0 auto;padding:0 5rem;display:flex;position:relative}.global-header{justify-content:space-between;align-items:center;width:100%;padding:2.5rem 0;display:flex}.top-nav{align-items:center;gap:3rem;display:flex}.top-nav a{color:var(--text-light);font-size:.95rem;font-weight:700;text-decoration:none;transition:color .3s}.top-nav a:hover{color:#ccc}.contact-btn{color:#000;cursor:pointer;background-color:#fff;border:none;border-radius:999px;padding:.75rem 1.5rem;font-size:.85rem;font-weight:800;transition:transform .3s}.contact-btn:hover{transform:scale(1.05)}.hero-content{flex:1;align-items:center;width:100%;display:flex}.left-pane,.right-pane{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.right-pane{align-items:flex-end}.intro-text{color:var(--text-dark)}.intro-text h2{margin-bottom:.5rem;font-size:2rem;font-weight:700}.intro-text h1{letter-spacing:-.03em;margin-bottom:1rem;font-size:5.5rem;font-weight:800;line-height:1.1}.intro-text h3{color:#888;margin-bottom:3rem;font-size:1.5rem;font-weight:700}.social-links{gap:1.5rem;display:flex}.social-btn{width:50px;height:50px;color:var(--text-dark);background-color:#d0d2d2;border-radius:10px;justify-content:center;align-items:center;transition:all .3s;display:flex;box-shadow:2px 2px 5px #0000001a,inset 1px 1px 2px #fffc}.social-btn:hover{background-color:#c4c6c6;transform:translateY(-2px)}.code-snippet-wrapper{width:100%;max-width:500px;margin-right:0;position:relative}@property --angle{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes spinSnake{to{--angle:360deg}}.glow-effect{z-index:1;pointer-events:none;position:absolute;inset:0}.glow-effect:before{content:"";background:conic-gradient(from var(--angle), transparent 65%, #ec4899 85%, #8b5cf6 100%);border-radius:19px;animation:2.5s linear infinite spinSnake;position:absolute;inset:-3px}.code-snippet{z-index:2;color:#24292e;text-align:left;background-color:#f8f9fa;border:1px solid #00000026;border-radius:16px;padding:1.5rem;font-family:Fira Code,Consolas,monospace;font-size:.72rem;line-height:1.6;position:relative;overflow-x:auto;box-shadow:0 20px 40px #00000080,0 0 120px 20px #8b5cf659,0 0 80px 10px #ec48994d}.code-snippet::-webkit-scrollbar{display:none}.code-snippet{-ms-overflow-style:none;scrollbar-width:none}.code-snippet pre{margin:0}.line-num{color:#babbbd;-webkit-user-select:none;user-select:none;text-align:right;width:20px;margin-right:1rem;display:inline-block}.keyword{color:#d73a49;font-weight:500}.string{color:#032f62}.function{color:#e36209;font-weight:500}.number{color:#005cc5}.comment{color:#6a737d;font-style:italic}.section-dark{background-color:var(--dark-bg);color:var(--text-light);padding:8rem 0}.section-light{background-color:var(--light-bg);color:var(--text-dark);padding:8rem 0}.section-dark .container-uniform,.section-light .container-uniform{justify-content:flex-start;min-height:auto;padding:0 5rem}.section-content{width:100%}h2{letter-spacing:-.02em;margin-bottom:3rem;font-size:3rem;font-weight:800}.section-dark h2{color:var(--text-light)}.section-light h2{color:var(--text-dark)}.skills-grid{flex-wrap:wrap;gap:1.5rem;display:flex}.skill-card{color:#111;background:#fff;border-radius:12px;padding:1.5rem 2.5rem;font-size:1.1rem;font-weight:700;box-shadow:0 4px 12px #0000000d}.portfolio-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;display:grid}.portfolio-item{color:#fff;cursor:pointer;background-color:#111;border:1px solid #333;border-radius:16px;justify-content:center;align-items:center;height:300px;font-size:1.25rem;font-weight:700;transition:transform .3s;display:flex}.portfolio-item:hover{border-color:#555;transform:translateY(-5px);box-shadow:0 10px 30px #00000080}@media (width<=1024px){.intro-text h1{font-size:3.5rem}.intro-text h2{font-size:1.5rem}.intro-text h3{font-size:1.2rem}.hero-content{flex-direction:column;padding-top:2rem}.split-bg{clip-path:polygon(0 0,100% 0,100% 85%,0 100%);width:100vw;height:55vh}.container-uniform,.section-dark .container-uniform,.section-light .container-uniform{padding:0 2rem}.code-snippet{padding:1rem;font-size:.65rem}.code-snippet-wrapper{max-width:100%}.left-pane,.right-pane{text-align:center;align-items:center;padding:2rem 0}.right-pane{align-items:center}.social-links{justify-content:center}.global-header{flex-direction:row;align-items:center;padding-top:1.5rem}.top-nav{flex-wrap:wrap;justify-content:flex-end;gap:1rem}}.section-dark{background-color:var(--dark-bg)}.section-light{background-color:var(--light-bg)}.section-title{letter-spacing:-.04em;color:var(--light-bg);margin-bottom:3rem;font-size:3.5rem;font-weight:800}.section-light .section-title{color:var(--dark-bg)}.glow-effect-premium{z-index:-1;filter:blur(25px);opacity:.6;background:conic-gradient(#0000 65%,#a1a1aa 85%,#fff 100%);border-radius:24px;animation:4s linear infinite rotate;position:absolute;inset:-15px}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.about-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:6rem;padding:6rem 0;display:grid}.about-image-wrapper{border-radius:20px;width:100%;position:relative}.about-image{aspect-ratio:4/5;object-fit:cover;z-index:1;border:1px solid #e2e4e426;border-radius:20px;width:100%;height:auto;position:relative}.about-content-wrapper{flex-direction:column;display:flex}.about-text-content{flex-direction:column;gap:1.5rem;margin-bottom:3.5rem;display:flex}.about-text-content p{color:#a1a1aa;font-size:1.15rem;font-weight:400;line-height:1.8}.about-text-content .lead-text{color:#fff;letter-spacing:-.01em;font-size:1.45rem;font-weight:500;line-height:1.6}.about-stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.stat-card{text-align:center;background:0 0;border:1px solid #e2e4e433;border-radius:12px;padding:1.5rem 1rem;transition:all .3s}.stat-card:hover{background:#e2e4e40d;border-color:#e2e4e466}.stat-card h4{color:var(--light-bg);margin-bottom:.25rem;font-size:2.2rem;font-weight:800}.stat-card span{text-transform:uppercase;letter-spacing:.05em;color:var(--light-bg);opacity:.7;font-size:.8rem;font-weight:600}.marquee-section{padding:6rem 0;overflow:hidden}.marquee-container{perspective:1000px;flex-direction:column;gap:2rem;display:flex;transform:rotate(-2deg)}.marquee{-webkit-user-select:none;user-select:none;gap:2rem;display:flex;overflow:hidden}.marquee-content{flex-shrink:0;gap:2rem;min-width:100%;display:flex}.marquee-left .marquee-content{animation:30s linear infinite scrollLeft}.marquee-right .marquee-content{animation:30s linear infinite scrollRight}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes scrollRight{0%{transform:translate(-100%)}to{transform:translate(0)}}.marquee-pill{color:#0000;-webkit-text-stroke:1px #0000004d;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:2.5rem;font-weight:800;transition:all .3s}.marquee-pill:hover{color:var(--dark-bg);-webkit-text-stroke:0px}.staggered-portfolio{flex-direction:column;gap:8rem;padding:4rem 0;display:flex}.staggered-project{grid-template-columns:1fr 1.2fr;align-items:center;gap:6rem;display:grid}.staggered-project.image-right{grid-template-columns:1.2fr 1fr}.staggered-image-wrapper{border-radius:20px;width:100%;position:relative;overflow:hidden}.staggered-image{aspect-ratio:16/10;object-fit:cover;will-change:transform;z-index:2;border:1px solid #e2e4e41a;border-radius:20px;width:100%;height:auto;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block;position:relative}.staggered-project:hover .staggered-image{transform:scale(1.05)}.staggered-info{flex-direction:column;justify-content:center;display:flex}.staggered-info h3{color:var(--light-bg);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3rem;font-weight:800}.staggered-info p{color:var(--light-bg);opacity:.8;margin-bottom:2rem;font-size:1.15rem;line-height:1.8}.tech-tags{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.tech-tags span{color:var(--light-bg);letter-spacing:.05em;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:6px;padding:.5rem 1rem;font-family:Fira Code,monospace;font-size:.85rem}.project-links{gap:2rem;display:flex}.project-link{color:var(--light-bg);align-items:center;gap:.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:opacity .3s;display:flex}.project-link:hover{opacity:.6}.footer{padding:6rem 0 2rem}.footer-content{border-bottom:1px solid #0000001a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2rem;padding-bottom:3rem;display:flex}.footer-left h2{letter-spacing:-.03em;color:var(--dark-bg);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.email-link{color:var(--dark-bg);font-size:1.25rem;font-weight:800;text-decoration:none}.footer-right{flex-wrap:wrap;gap:1.5rem;display:flex}.footer-link{color:var(--light-bg);background:var(--dark-bg);border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.footer-link:hover{background:#333}.footer-bottom{text-align:center;color:var(--dark-bg);opacity:.8;font-size:.9rem}@media (width<=900px){.about-grid{grid-template-columns:1fr;gap:3rem}.about-stats{grid-template-columns:1fr}.staggered-project{grid-template-columns:1fr;gap:3rem;width:100%;margin-left:0}.staggered-project.image-left .staggered-image-wrapper,.staggered-project.image-left .staggered-info,.staggered-project.image-right .staggered-info,.staggered-project.image-right .staggered-image-wrapper{padding-left:0;padding-right:0}.staggered-project.image-right{flex-direction:column-reverse;display:flex}}
