@import "https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap";
:root{--bg-color:#09090b;--text-main:#fafafa;--text-muted:#a1a1aa;--accent:red;--accent-glow:#f009;--card-bg:#18181bb3;--card-border:#ffffff14;--font-main:"Space Mono", monospace}*{box-sizing:border-box}body{background-color:var(--bg-color);color:var(--text-main);font-family:var(--font-main);justify-content:center;align-items:center;min-height:100vh;margin:0;display:flex;overflow-x:hidden}.grid-bg{z-index:-2;pointer-events:none;background-image:linear-gradient(90deg,#ffffff08 1px,#0000 1px),linear-gradient(#ffffff08 1px,#0000 1px);background-size:40px 40px;position:fixed;inset:0}.glow-orb{filter:blur(100px);opacity:.6;z-index:-1;pointer-events:none;border-radius:50%;animation:12s ease-in-out infinite alternate float;position:fixed}.glow-orb-1{background:#4f46e5;width:40vw;height:40vw;top:-10%;left:-10%}.glow-orb-2{background:var(--accent);width:30vw;height:30vw;animation-delay:-5s;bottom:-10%;right:-5%}@keyframes float{0%{transform:translate(0)scale(1)}to{transform:translate(30px,50px)scale(1.1)}}.scanline{z-index:-1;pointer-events:none;opacity:.5;background:linear-gradient(#0000 50%,#0000001a 51%) 0 0/100% 4px;width:100%;height:100%;position:fixed;top:0;left:0}.cursor-glow{pointer-events:none;z-index:9999;mix-blend-mode:overlay;background:radial-gradient(circle,#fffc 0%,#fff0 70%);border-radius:50%;transition:width .15s,height .15s;position:fixed;transform:translate(-50%,-50%)}.wrapper{z-index:10;grid-template-columns:repeat(4,1fr);gap:15px;width:90%;max-width:950px;margin:0 auto;display:grid}.bento-card{background:var(--card-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--card-border);border-radius:20px;flex-direction:column;padding:1.5rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex}.bento-card:hover{border-color:#ffffff26;transform:translateY(-5px);box-shadow:0 10px 30px -10px #00000080}.card-header{color:var(--text-muted);justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.85rem;display:flex}.card-intro{text-align:center;grid-area:1/1/auto/3;align-items:center}.profile-img{border:3px solid var(--card-border);object-fit:cover;background:#ffffff1a;border-radius:50%;width:90px;height:90px;margin-bottom:1rem}.headline{margin:0 0 .5rem;font-size:2.1rem;font-weight:700}.subheadline{color:var(--text-muted);margin-bottom:1.2rem;font-size:1rem;line-height:1.4}.subheadline strong{color:#fff}.badge-status{color:#10b981;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:30px;align-items:center;gap:8px;margin-bottom:1rem;padding:5px 12px;font-size:.8rem;display:inline-flex}.badge-dot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;box-shadow:0 0 10px #10b981}@keyframes pulse{0%{box-shadow:0 0 #10b981b3}70%{box-shadow:0 0 0 8px #10b98100}to{box-shadow:0 0 #10b98100}}.cta-button{background:var(--text-main);color:var(--bg-color);font-family:var(--font-main);cursor:pointer;border:none;border-radius:30px;margin-top:auto;padding:10px 20px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.cta-button:hover{background:var(--accent);color:#fff;box-shadow:0 0 20px var(--accent-glow)}.card-projects{grid-area:1/3/auto/5}.projects-list{grid-template-columns:repeat(2,1fr);gap:15px;margin-top:10px;display:grid}.project-item{border:1px solid var(--card-border);cursor:pointer;background:linear-gradient(145deg,#ffffff08 0%,#ffffff03 100%);border-radius:12px;flex-direction:column;justify-content:space-between;padding:1rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.project-item:before{content:"";background:linear-gradient(45deg, transparent, var(--accent), transparent);-webkit-mask-composite:xor;opacity:0;border-radius:12px;padding:1px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-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}.project-item:hover{box-shadow:0 10px 20px -10px var(--accent-glow);background:#ffffff0d;transform:translateY(-5px)scale(1.02)}.project-item:hover:before{opacity:1}.project-item h4{color:#fff;margin:0 0 5px;font-size:1rem}.project-item p{color:var(--text-muted);margin:0;font-size:.8rem;line-height:1.4}.project-arrow{color:var(--accent);align-self:flex-end;margin-top:10px;font-size:1.1rem;font-weight:700;transition:transform .3s;transform:translate(0)}.project-item:hover .project-arrow{transform:translate(5px)}.card-experience{grid-area:2/1/auto/3}.timeline{flex-direction:column;justify-content:center;gap:1rem;height:100%;display:flex}.timeline-item{border-left:2px solid var(--accent);padding-left:20px;font-size:.9rem;position:relative}.timeline-item:before{content:"";background:var(--accent);width:12px;height:12px;box-shadow:0 0 10px var(--accent-glow);border-radius:50%;position:absolute;top:5px;left:-7px}.timeline-item strong{color:#fff;margin-bottom:2px;font-size:1.1rem;display:block}.timeline-item span{color:var(--text-muted);font-size:.85rem}.card-music{flex-direction:column;grid-area:2/3/auto/5;justify-content:center;padding:1.5rem 1.8rem;display:flex}.player-container{flex-direction:column;gap:1.5rem;margin-top:1rem;display:flex}.player-main{align-items:center;gap:1.2rem;display:flex}.playlist-cover{background-position:50%;background-size:cover;border:1px solid #ffffff1a;border-radius:18px;flex-shrink:0;width:90px;height:90px;box-shadow:0 8px 24px #0006}.playlist-cover.spin{border-radius:50%;animation:8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.player-info{flex-direction:column;justify-content:center;display:flex;overflow:hidden}.track-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .3rem;font-size:1.3rem;font-weight:700;overflow:hidden}.artist-name{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin:0 0 .6rem;font-size:.95rem;overflow:hidden}.player-controls{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;align-items:center;gap:15px;font-size:.7rem;display:flex}.play-btn{background:var(--text-main);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:transform .2s;display:flex}.play-btn:hover{background:var(--accent);transform:scale(1.1)}.player-footer{justify-content:space-between;align-items:center;gap:15px;display:flex}.progress-bar{background:#ffffff1a;border-radius:10px;flex-grow:1;height:6px;overflow:hidden}.progress-fill{background:var(--accent);border-radius:10px;width:45%;height:100%}.equalizer{align-items:flex-end;gap:3px;height:20px;display:flex}.eq-bar{background-color:var(--accent);border-radius:2px 2px 0 0;width:3px}.eq-1{animation:.8s infinite alternate equalize}.eq-2{animation:1.2s infinite alternate-reverse equalize}.eq-3{animation:1s infinite alternate equalize}.eq-4{animation:.7s infinite alternate-reverse equalize}@keyframes equalize{0%{height:4px}to{height:20px}}.bento-footer{flex-direction:row;grid-area:3/1/auto/-1;justify-content:space-between;align-items:center;padding:1.2rem 2rem}.copyright{color:var(--text-muted);font-size:.85rem}.socials{align-items:center;gap:20px;display:flex}.social-btn{color:var(--text-muted);justify-content:center;align-items:center;transition:all .3s;display:flex}.social-btn:hover{color:var(--accent);filter:drop-shadow(0 0 8px var(--accent-glow));transform:translateY(-3px)scale(1.1)}.contact-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:3000;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.contact-modal{background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;width:100%;max-width:450px;padding:2.5rem;position:relative;box-shadow:0 25px 50px -12px #00000080}.close-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:2rem;transition:color .3s;position:absolute;top:15px;right:20px}.close-btn:hover{color:var(--accent)}.contact-form{flex-direction:column;gap:1.2rem;display:flex}.input-group{flex-direction:column;gap:5px;display:flex}.input-group label{color:var(--text-muted);font-size:.85rem}.contact-form input,.contact-form textarea{color:#fff;font-family:var(--font-main);resize:none;background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;outline:none;padding:12px;font-size:.9rem;transition:border-color .3s,box-shadow .3s}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent);box-shadow:0 0 10px #f003}.contact-form input:disabled,.contact-form textarea:disabled{opacity:.5;cursor:not-allowed}.submit-btn{background:var(--text-main);color:var(--bg-color);font-family:var(--font-main);cursor:pointer;border:none;border-radius:8px;margin-top:10px;padding:12px;font-size:1rem;font-weight:700;transition:all .3s}.submit-btn:hover:not(:disabled){background:var(--accent);color:#fff;box-shadow:0 0 15px var(--accent-glow)}.submit-btn:disabled{color:#888;cursor:not-allowed;background:#444}.success-message{text-align:center;padding:2rem 0}.check-icon{color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;font-size:2rem;display:flex;box-shadow:0 0 20px #10b98166}#project-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;background:#000000e6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}#project-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:24px;flex-direction:column;width:100%;max-width:750px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0009}.project-hero{border-bottom:1px solid var(--card-border);background-position:50%;background-size:cover;width:100%;height:300px}.project-content-inner{padding:2.5rem 3rem}#close-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:35px;height:35px;color:var(--text-main);cursor:pointer;z-index:10;background:#00000080;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:15px;right:20px}#close-overlay:hover{background:var(--accent);border-color:var(--accent);color:#fff}#project-title{color:#fff;margin:0 0 1rem;font-size:2.2rem}#project-description{color:var(--text-muted);margin-bottom:2rem;font-size:1rem;line-height:1.7}.project-meta{color:var(--accent);border-bottom:1px solid #ffffff0d;margin-bottom:1.5rem;padding-bottom:1.5rem;font-size:.9rem}.project-tech{color:var(--text-main)}.live-link-btn{background:var(--text-main);color:var(--bg-color);font-family:var(--font-main);border-radius:30px;justify-content:center;align-items:center;padding:12px 24px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.live-link-btn:hover{background:var(--accent);color:#fff;box-shadow:0 0 20px var(--accent-glow);transform:translateY(-2px)}@media (max-width:900px){.project-hero{height:200px}.project-content-inner{padding:1.5rem}#project-title{font-size:1.8rem}}
