:root{--bg-dark:#0a0a0a;--card-bg:#111;--text-white:#fff;--text-gray:#9ca3af;--purple-light:#c084fc;--purple-neon:#a855f7;--purple-dark:#9333ea}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-width:thin}.portfolio-container{background-color:var(--bg-dark);min-height:100vh;color:var(--text-white);font-family:system-ui,-apple-system,sans-serif}::selection{background-color:var(--purple-neon);color:var(--text-white)}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#0a0a0acc;justify-content:space-between;align-items:center;max-width:1600px;margin:0 auto;padding:1.5rem 2rem;display:flex;position:sticky;top:0}.nav-buttons{align-items:center;gap:1.5rem;display:flex}.logo{letter-spacing:.1em;color:var(--purple-light);gap:1rem;font-size:1.25rem;font-weight:700;display:flex}.logo span{color:var(--text-white)}.nav-links{gap:2rem;display:none}@media (width>=768px){.nav-links{display:flex}}.nav-links a{color:var(--text-white);letter-spacing:.05em;border-bottom:2px solid #0000;padding-bottom:.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s}.nav-links a:hover{color:var(--purple-light);border-bottom-color:var(--purple-light)}.resume-btn{background-color:var(--purple-dark);color:var(--text-white);cursor:pointer;border:none;border-radius:.375rem;padding:.5rem 1.5rem;font-weight:600;transition:all .3s;box-shadow:0 0 15px #9333ea80}.resume-btn:hover{background-color:var(--purple-neon);box-shadow:0 0 25px #9333eacc}.hero{flex-direction:column;justify-content:space-between;align-items:center;gap:3rem;max-width:1600px;margin:0 auto;padding:6rem 2rem 4rem;display:flex}@media (width>=1024px){.hero{flex-direction:row;padding-top:5rem;padding-bottom:0}}.hero-text{flex:1}.subtitle{color:var(--purple-light);letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;font-size:1rem;font-weight:600}.title{letter-spacing:-.05em;cursor:crosshair;width:max-content;margin:0;font-size:4rem;font-weight:900;line-height:1}@media (width>=768px){.title{font-size:11rem}}.neon-text{filter:drop-shadow(0 0 20px #a855f766)}.neon-text .glitch-char{background:linear-gradient(to right, var(--purple-light), var(--purple-dark));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glitch-char{padding:4px;transition:all .7s;display:inline-block}.glitch-char-1:hover{font-family:Courier New,Courier,monospace;transform:translateY(-2px)rotate(-2deg)}.glitch-char-2:hover{font-family:Georgia,serif;font-style:italic;font-weight:400}.glitch-char-3:hover{font-family:Impact,sans-serif;transform:translateY(2px)}.glitch-char-4:hover{font-family:Trebuchet MS,sans-serif}.glitch-char-5:hover{font-family:Times New Roman,Times,serif;font-weight:300;transform:rotate(2deg)}.projects-grid-section{max-width:1600px;margin:0 auto;padding:4rem 2rem 1rem}.section-title{color:#fff;letter-spacing:-.02em;margin-bottom:4rem;font-size:2.5rem;font-weight:800}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2rem;display:grid}@media (width<=480px){.projects-grid{grid-template-columns:1fr}.myself-image{width:300px;height:300px}}.myself-image{object-fit:cover;border:4px solid var(--purple-light);border-radius:50%;width:380px;height:380px;box-shadow:0 0 20px #a855f780}.linkedin-icon{filter:drop-shadow(0 0 5px #a855f780);width:32px;height:32px}.github-icon{filter:drop-shadow(0 0 5px #a855f780)}.portfolio-container:before{content:"";background:radial-gradient(600px circle at var(--mouse-x,50vw) var(--mouse-y,50vh), #a855f71f, transparent 40%);z-index:1;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0}.hero,.projects-grid-section,.skills-section,.project-detail-container{z-index:10;position:relative}.skills-section{max-width:1600px;margin:0 auto;padding:2rem 2rem 8rem;scroll-margin-top:100px}.skills-large-card{background-color:var(--card-bg);border:1.5px solid #222;border-radius:1rem;padding:4rem;box-shadow:0 20px 40px #0006}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(225px,1fr));gap:1.5rem;display:grid}.skill-mini-card{background-color:var(--bg-dark);cursor:default;border:1px solid #333;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 1rem;transition:all .3s;display:flex}.skill-name{color:var(--text-gray);letter-spacing:.05em;text-align:center;font-size:1.1rem;font-weight:700;transition:color .3s}.skill-mini-card:hover{border-color:var(--purple-neon);background-color:#a855f70d;flex-direction:column;gap:1rem;display:flex;transform:translateY(-5px);box-shadow:0 10px 20px #a855f726}.skill-mini-card:hover .skill-name{color:var(--text-white)}.skill-icon{width:64px;height:64px}.lang-btn{border:1px solid var(--purple-dark);color:var(--text-white);cursor:pointer;background:0 0;border-radius:.25rem;padding:.2rem .5rem;font-size:.8rem;font-weight:600;transition:all .3s}.lang-btn:hover{border-color:var(--purple-neon);background-color:#9333ea33}.big-footer-section{background-color:var(--bg-dark);width:100%;padding:8rem 2rem 4rem;scroll-margin-top:100px}.footer-container{flex-direction:column;gap:6rem;max-width:1600px;margin:0 auto;display:flex}.massive-title{letter-spacing:-.04em;color:var(--text-white);text-transform:uppercase;margin:0;font-size:8rem;font-weight:900;line-height:.9}.purple-text{color:var(--purple-neon);text-shadow:0 0 30px #a855f766}.footer-bottom{border-top:1px solid #333;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3rem;padding-top:3rem;display:flex}.footer-subtitle{color:var(--text-gray);max-width:400px;font-size:1.25rem;line-height:1.6}.footer-links{flex-direction:column;gap:1rem;display:flex}.big-footer-link{color:var(--text-white);text-transform:uppercase;align-items:center;gap:1rem;font-size:2.5rem;font-weight:800;text-decoration:none;transition:all .3s;display:flex}.big-footer-link:hover{text-shadow:0 0 20px #a855f780;transform:translate(15px)}.linkedin-link:hover{color:#0e76a8}.email-link:hover{color:#c71610}.github-link:hover{color:#5c5c5c}.contact-content{flex-flow:wrap;justify-content:space-between;align-items:center;gap:2rem;width:100%;display:flex}.experience-section{max-width:1000px;margin:0 auto;padding:2rem 2rem 10rem;scroll-margin-top:100px}.timeline-container{position:relative}.timeline-container:before{content:"";background-color:#333;width:2px;position:absolute;top:0;bottom:0;left:7px}.timeline-item{margin-bottom:2.5rem;padding-left:3rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-dot{background-color:var(--bg-dark);border:2px solid var(--purple-light);width:16px;height:16px;box-shadow:0 0 10px var(--purple-neon);z-index:2;border-radius:50%;position:absolute;top:2rem;left:0}.timeline-card{background-color:var(--card-bg);border:1px solid #222;border-radius:1rem;padding:2rem;transition:all .3s}.timeline-card:hover{border-color:#444;transform:translate(5px);box-shadow:0 10px 30px #00000080}.exp-date{color:var(--text-gray);margin-bottom:.5rem;font-family:monospace;font-size:.9rem}.exp-title{color:var(--text-white);margin-bottom:.25rem;font-size:1.5rem;font-weight:800}.exp-company{color:var(--purple-light);margin-bottom:1.5rem;font-size:1.1rem;font-weight:500}.exp-bullets{flex-direction:column;gap:.8rem;padding:0;list-style-type:none;display:flex}.exp-bullets li{color:var(--text-gray);padding-left:1.2rem;font-size:.95rem;line-height:1.6;position:relative}.exp-bullets li:before{content:"•";color:var(--purple-neon);font-size:1.5rem;position:absolute;top:-4px;left:0}@media (width<=768px){.skills-large-card{padding:2rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(110px,1fr))}.navbar{flex-wrap:wrap;justify-content:center;gap:1rem;padding:1rem}.logo{gap:.5rem;font-size:1rem}.nav-buttons{gap:1rem}.resume-btn{padding:.4rem 1rem;font-size:.85rem}.linkedin-icon,.github-icon{width:26px;height:26px}.massive-title{font-size:3rem}.experience-section{padding:2rem 1rem}.timeline-card{padding:1.5rem}.exp-title{font-size:1.25rem}}:root{--card-bg:#111;--card-border:#222;--purple-neon:#a855f7;--text-white:#fff;--text-gray:#9ca3af}.card-link{color:inherit;text-decoration:none;transition:transform .3s;display:block}.card-link:hover{transform:translateY(-5px)}.project-card{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:1rem;flex-direction:column;height:100%;transition:border-color .3s,box-shadow .3s;display:flex;overflow:hidden}.card-link:hover .project-card{border-color:var(--purple-neon);box-shadow:0 10px 30px #a855f726}.card-image-wrapper{width:100%;height:200px;position:relative}.card-image{object-fit:cover;width:100%;height:100%}.card-overlay{background:linear-gradient(#1110,#111);width:100%;height:70%;position:absolute;bottom:0;left:0}.card-content{flex-direction:column;flex-grow:1;justify-content:space-between;padding:1.5rem;display:flex}.card-header{margin-bottom:.75rem}.card-subtitle{color:var(--purple-neon);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:600;display:block}.card-title{color:var(--text-white);letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:800}.card-description{color:var(--text-gray);margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.div-tags{flex-wrap:wrap;gap:.5rem;display:flex}.tag-badge{color:var(--purple-neon);letter-spacing:.05em;text-transform:uppercase;background-color:#a855f71a;border:1px solid #a855f74d;border-radius:2rem;padding:.25rem .75rem;font-size:.7rem;font-weight:700}body{background-color:#000}a{color:gray;text-decoration:underline}.project-detail-container{max-width:1200px;color:var(--text-white);background-color:#0a0a0a;margin:0 auto;padding:4rem 2rem}.back-button{color:var(--text-gray);margin-bottom:2rem;font-size:.9rem;text-decoration:none;transition:color .3s;display:inline-block}.back-button:hover{color:var(--purple-neon)}.detail-header{margin-bottom:3rem}.detail-title{letter-spacing:-.05em;margin-bottom:.5rem;font-size:4rem;font-weight:900}.detail-subtitle{color:var(--text-gray);margin-bottom:1.5rem;font-size:1.25rem}.detail-tags{flex-wrap:wrap;gap:.75rem;display:flex}.detail-main-image{border:1px solid #222;border-radius:1rem;width:100%;height:auto;margin-bottom:4rem}.detail-main-content{grid-template-columns:2fr 1fr;gap:4rem;display:grid}@media (width<=768px){.detail-main-content{grid-template-columns:1fr}}.description-section h2{margin-bottom:1.5rem;font-size:2rem}.description-section p{color:var(--text-gray);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.project-links{gap:1rem;display:flex}.project-links a{color:var(--text-white);background-color:#111;border:1px solid #333;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s}.project-links a:hover{border-color:var(--purple-neon);background-color:#a855f71a}.detail-sidebar h3{color:var(--purple-neon);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:1.25rem}.team-section,.gallery-section{background-color:#111;border:1px solid #222;border-radius:1rem;margin-bottom:2rem;padding:2rem}.team-section ul{color:var(--text-gray);padding:0;list-style:none}.team-section li{margin-bottom:.75rem}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;padding:1rem 0;display:grid}.gallery-section{margin-top:2em}.gallery-item{object-fit:cover;border:1px solid #333;border-radius:.5rem;width:100%;height:100%;transition:transform .3s,border-color .3s}.gallery-item:hover{border-color:var(--purple-neon);transform:scale(1.02)}.error-page{text-align:center;color:#fff;padding:10rem}.back-link{color:var(--purple-neon)}@media (width<=768px){.gallery-grid{grid-template-columns:1fr}}
