:root{--spotify-green: #1DB954;--spotify-black: #121212;--spotify-dark-gray: #181818;--spotify-gray: #B3B3B3;--spotify-light-gray: #A7A7A7;--spotify-white: #FFFFFF;--spotify-hover-bg: #282828}body{margin:0;padding:0;background-color:var(--spotify-black);color:var(--spotify-white);font-family:Circular,Helvetica Neue,Arial,sans-serif}.spotify-home{min-height:100vh;background:linear-gradient(180deg,#3b1254,#121212 25%);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 20px}.home-content{display:flex;flex-direction:column;align-items:center;max-width:600px;text-align:center}.newest-release{text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:2px;color:var(--spotify-gray);margin-bottom:16px}.album-container{position:relative;width:300px;height:300px;box-shadow:0 8px 24px #00000080;border-radius:8px;overflow:hidden;transition:transform .3s ease;margin-bottom:24px}.album-container:hover{transform:scale(1.02)}.album-cover{width:100%;height:100%;object-fit:cover;transition:filter .3s ease}.album-container:hover .album-cover{filter:brightness(.7)}.play-button-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.play-button{background-color:var(--spotify-green);width:64px;height:64px;border-radius:50%;border:none;color:var(--spotify-black);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 16px #0000004d;transform:scale(0);animation:scaleIn .2s forwards;transition:transform .2s ease,background-color .2s ease}@keyframes scaleIn{to{transform:scale(1)}}.play-button:hover{transform:scale(1.06);background-color:#1ed760}.play-button svg{width:28px;height:28px;margin-left:4px}.portfolio-title{font-size:28px;font-weight:700;letter-spacing:-.04em;margin:8px 0 0;color:var(--spotify-white)}@media (max-width: 480px){.album-container{width:250px;height:250px}.play-button{width:56px;height:56px}.play-button svg{width:24px;height:24px}.portfolio-title{font-size:24px}}.play-button-fixed{width:48px;height:48px;border-radius:50%;background-color:#1ed760;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #0000004d;transition:all .2s ease;color:#000}.album-container{position:relative;display:inline-block}.play-button-container-fixed{position:absolute;bottom:8px;right:8px;z-index:10}.play-button-fixed{width:48px;height:48px;border-radius:50%;background-color:var(--spotify-green);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #0000004d;transition:all .2s ease;color:var(--spotify-black)}.play-button-fixed:hover{background-color:#1fdf64;transform:scale(1.05);box-shadow:0 6px 16px #0006}.play-button-fixed:active{transform:scale(.95)}.portfolio-title{text-transform:uppercase;font-size:28px;font-weight:700;letter-spacing:2px;color:var(--spotify-gray);margin:8px 0 0}.play-instruction{text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:2px;color:var(--spotify-gray);margin-top:8px}@media (max-width: 480px){.portfolio-title{font-size:24px}}.spotify-tracklist{--spotify-green: #1DB954;--spotify-black: #121212;--spotify-dark-gray: #181818;--spotify-gray: #B3B3B3;--spotify-light-gray: #A7A7A7;--spotify-white: #FFFFFF;--spotify-hover-bg: #282828;background:linear-gradient(180deg,#3b1254,#121212 25%);padding:40px 20px;margin:0;text-align:left;color:var(--spotify-white);font-family:Circular,Helvetica Neue,Arial,sans-serif}.tracklist-header{display:flex;margin-bottom:24px;padding:0 16px}.album-info{display:flex;align-items:flex-end;margin-left:0}.album-thumbnail{width:232px;height:232px;box-shadow:0 8px 24px #00000080;border-radius:4px;margin-right:24px}.album-details{display:flex;flex-direction:column;justify-content:flex-end}.album-type{text-transform:uppercase;font-size:12px;font-weight:700;margin-bottom:8px}.album-title{font-size:48px;font-weight:900;letter-spacing:-.04em;margin:8px 0}.artist-info{display:flex;align-items:center;margin-top:8px}.artist-image{width:24px;height:24px;border-radius:50%;overflow:hidden;margin-right:8px}.artist-image img{width:100%;height:100%;object-fit:cover}.artist-name{font-size:14px;font-weight:700}.album-year{font-size:14px;color:var(--spotify-gray);margin-left:4px}.tracklist-controls{display:flex;align-items:center;padding:24px 32px}.play-all-button{background-color:var(--spotify-green);width:56px;height:56px;border-radius:50%;border:none;color:var(--spotify-black);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 16px #0000004d;transition:transform .2s ease,background-color .2s ease}.play-all-button:hover{transform:scale(1.06);background-color:#1ed760}.play-all-button svg{width:24px;height:24px;margin-left:2px}.tracks-container{padding:0 32px}.tracks-header{display:grid;grid-template-columns:48px 1fr 120px;border-bottom:1px solid rgba(255,255,255,.1);color:var(--spotify-gray);font-size:14px;font-weight:400;padding:16px 0;margin-bottom:8px}.tracks-header .track-number,.tracks-header .track-title,.tracks-header .track-duration{text-align:left}.tracks-list{list-style:none;padding:0;margin:0}.track-item{display:grid;grid-template-columns:48px 1fr 120px;padding:8px 0;border-radius:4px;transition:background-color .2s ease;align-items:center}.track-item:hover{background-color:var(--spotify-hover-bg);padding:8px 16px;margin:0 -16px}.track-number{display:flex;align-items:center;color:var(--spotify-gray);font-size:16px;text-align:left;padding-left:8px}.track-info{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding-left:16px}.track-title-link{color:var(--spotify-white);text-decoration:none;font-size:16px;font-weight:400;margin-bottom:4px;transition:color .2s ease;text-align:left;display:block;width:100%}.track-title-link:hover{color:var(--spotify-green);text-decoration:underline}.track-content{color:var(--spotify-gray);font-size:14px;text-align:left;margin-top:2px;line-height:1.4}.track-duration{display:flex;align-items:center;justify-content:flex-start;color:var(--spotify-gray);font-size:14px;text-align:left}@media (max-width: 768px){.album-info{flex-direction:column;align-items:center;text-align:center}.album-thumbnail{margin-right:0;margin-bottom:24px}.album-title{font-size:32px}.artist-info{justify-content:center}.tracks-header,.track-item{grid-template-columns:32px 1fr 80px}.track-duration{font-size:12px}.track-info{padding-left:8px}.track-number{padding-left:4px}}@media (max-width: 480px){.album-thumbnail{width:180px;height:180px}.album-title{font-size:28px}.track-content{display:none}.track-item{padding:12px 8px}.album-info{align-items:flex-start;text-align:left}.artist-info{justify-content:flex-start}}.github-profile{margin:10px 0 15px;display:flex;align-items:center}.github-link{display:flex;align-items:center;text-decoration:none;color:#fff;font-size:14px;font-weight:500;transition:color .2s ease}.github-link:hover{color:#1db954}.github-icon{font-size:20px;margin-right:8px}.github-username{color:#ffffffe6}.github .projects-container{--spotify-green: #1DB954;--spotify-light-green: #1ed760;--spotify-dark-green: #1aa34a;--spotify-black: #121212;--spotify-dark-gray: #181818;--spotify-gray: #282828;--spotify-light-gray: #b3b3b3;--spotify-white: #FFFFFF;--card-radius: 16px;--transition-speed: .3s;--card-shadow: 0 8px 16px rgba(0, 0, 0, .2);background-color:var(--spotify-black);min-height:100vh;color:var(--spotify-white);padding:40px;font-family:Circular,Helvetica Neue,Arial,sans-serif;max-width:1400px;margin:0 auto;box-sizing:border-box}.projects-container .spotify-scrollbar{scrollbar-width:thin;scrollbar-color:var(--spotify-green) var(--spotify-black)}.main-heading{margin-bottom:40px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.1);text-align:center}.spotify-heading{color:var(--spotify-green);font-size:2.5rem;font-weight:700;margin-bottom:10px;letter-spacing:-.5px}.spotify-underline{width:100px;height:3px;background-color:var(--spotify-green);margin:0 auto 10px}.spotify-green-text{color:var(--spotify-green);font-weight:600}.projects-list{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:40px;padding:10px 0}.project-card{background-color:var(--spotify-dark-gray);border-radius:var(--card-radius);overflow:hidden;display:flex;flex-direction:column;height:100%;box-shadow:var(--card-shadow);position:relative;border:1px solid rgba(255,255,255,.05);transition:transform .2s ease}.project-image-container{height:180px;overflow:hidden;position:relative;border-radius:var(--card-radius) var(--card-radius) 0 0}.project-image{width:100%;height:100%;object-fit:cover}.project-card-info{padding:20px;display:flex;flex-direction:column;flex-grow:1;height:auto}.project-name{margin-top:0;margin-bottom:12px;font-size:1.4rem;color:var(--spotify-white);font-weight:700;line-height:1.2}.project-description{color:var(--spotify-light-gray);margin-bottom:15px;line-height:1.5;font-size:14px;flex-grow:1}.tech-bubbles{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}.tech-bubble{display:flex;align-items:center;background-color:#1db95433;border:1px solid var(--spotify-green);color:var(--spotify-green);padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:500;margin-bottom:4px;box-shadow:0 2px 4px #0003}.tech-bubble:has(svg[data-icon=discord]){background-color:#5865f233;border-color:#5865f2;color:#5865f2}.tech-icon{margin-right:6px;display:flex;align-items:center}.tech-icon svg{width:1.2em;height:1.2em}.tech-icon svg[data-icon=discord]{width:1.5em;height:1.5em;color:#5865f2}.project-links{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:15px;border-top:1px solid rgba(255,255,255,.1)}.github-link{color:var(--spotify-white);font-size:1.8rem;display:flex;align-items:center;padding:8px;border-radius:50%;background-color:#ffffff1a;transition:all var(--transition-speed)}.github-link:hover{color:var(--spotify-white);background-color:var(--spotify-green);transform:scale(1.1);box-shadow:0 0 10px #1db95480}.github-icon{vertical-align:middle;width:1.2em;height:1.2em}.project-status{background-color:var(--spotify-green);color:var(--spotify-black);padding:4px 10px;border-radius:500px;font-size:.8rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin:0}.coming-soon .project-status{background-color:var(--spotify-light-gray);color:var(--spotify-black)}.coming-soon .project-name{color:var(--spotify-light-gray)}.coming-soon{opacity:.8}.projects-footer{margin-top:50px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}.navigation-buttons{display:flex;justify-content:space-between;gap:20px}.nav-button{display:flex;align-items:center;justify-content:center;background-color:var(--spotify-green);color:var(--spotify-black);border:none;border-radius:25px;padding:12px 24px;font-weight:600;font-size:14px;cursor:pointer;transition:all var(--transition-speed);min-width:120px}.nav-button:hover{background-color:var(--spotify-light-green);transform:scale(1.02)}.nav-button.prev i{margin-right:8px}.nav-button.next i{margin-left:8px}@media (min-width: 1400px){.projects-container{padding:50px 40px}.projects-list{gap:35px}.project-card-info{padding:25px}}@media (max-width: 1399px){.projects-container{padding:40px 35px}.projects-list{gap:28px}}@media (max-width: 1199px){.projects-container{padding:40px 30px;max-width:1200px}.projects-list{grid-template-columns:repeat(3,1fr);gap:25px}.project-card-info{padding:18px}.project-name{font-size:1.3rem}.project-image-container{height:170px}}@media (max-width: 991px){.projects-container{padding:35px 25px}.projects-list{grid-template-columns:repeat(2,1fr);gap:25px}.spotify-heading{font-size:2.2rem}.main-heading{margin-bottom:35px}.project-image-container{height:160px}.project-card-info{padding:16px}.project-name{font-size:1.25rem;margin-bottom:10px}.project-description{font-size:13px;margin-bottom:12px}.tech-bubble{padding:5px 10px;font-size:.8rem}.navigation-buttons{gap:15px}.nav-button{padding:10px 20px;min-width:100px}}@media (max-width: 767px){.projects-container{padding:30px 20px}.projects-list{grid-template-columns:repeat(2,1fr);gap:20px}.spotify-heading{font-size:2rem}.main-heading{margin-bottom:30px}.project-image-container{height:140px}.project-card-info{padding:15px}.project-name{font-size:1.1rem;margin-bottom:8px}.project-description{font-size:12px;margin-bottom:10px;line-height:1.4}.tech-bubbles{gap:6px;margin-bottom:12px}.tech-bubble{padding:4px 8px;font-size:.75rem}.tech-icon svg{width:1em;height:1em}.github-link{font-size:1.5rem;padding:6px}.project-status{font-size:.7rem;padding:3px 8px}.projects-footer{margin-top:40px}.navigation-buttons{gap:12px}.nav-button{padding:10px 18px;font-size:13px;min-width:90px}}@media (max-width: 575px){.projects-container{padding:25px 15px}.projects-list{grid-template-columns:1fr;gap:20px}.spotify-heading{font-size:1.8rem}.spotify-underline{width:80px;height:2px}.main-heading{margin-bottom:25px}.project-card{max-width:400px;margin:0 auto}.project-image-container{height:160px}.project-card-info{padding:16px}.project-name{font-size:1.2rem;margin-bottom:10px}.project-description{font-size:13px;margin-bottom:12px}.tech-bubbles{gap:8px;margin-bottom:15px}.tech-bubble{padding:5px 10px;font-size:.8rem}.tech-icon svg{width:1.1em;height:1.1em}.github-link{font-size:1.6rem;padding:7px}.project-status{font-size:.75rem;padding:4px 9px}.projects-footer{margin-top:35px}.navigation-buttons{flex-direction:column;gap:12px}.nav-button{width:100%;padding:12px 20px;font-size:14px;justify-content:center}}@media (max-width: 479px){.projects-container{padding:20px 12px}.spotify-heading{font-size:1.6rem}.project-image-container{height:150px}.project-card-info{padding:14px}.project-name{font-size:1.1rem}.project-description{font-size:12px;line-height:1.3}.tech-bubble{padding:4px 8px;font-size:.75rem}.tech-icon svg{width:1em;height:1em}.github-link{font-size:1.4rem;padding:6px}.project-status{font-size:.7rem;padding:3px 7px}}@media (max-width: 374px){.projects-container{padding:18px 10px}.spotify-heading{font-size:1.5rem}.spotify-underline{width:70px}.main-heading{margin-bottom:20px}.project-image-container{height:140px}.project-card-info{padding:12px}.project-name{font-size:1rem;margin-bottom:8px}.project-description{font-size:11px;margin-bottom:10px}.tech-bubbles{gap:5px;margin-bottom:12px}.tech-bubble{padding:3px 6px;font-size:.7rem}.tech-icon{margin-right:4px}.tech-icon svg{width:.9em;height:.9em}.github-link{font-size:1.3rem;padding:5px}.project-status{font-size:.65rem;padding:2px 6px}.projects-footer{margin-top:30px}.nav-button{padding:10px 16px;font-size:13px}}@media (max-width: 319px){.projects-container{padding:15px 8px}.spotify-heading{font-size:1.3rem}.project-card-info{padding:10px}.project-name{font-size:.95rem}.project-description{font-size:10px}.tech-bubble{padding:2px 5px;font-size:.65rem}.github-link{font-size:1.2rem;padding:4px}.project-status{font-size:.6rem;padding:2px 5px}.nav-button{padding:8px 12px;font-size:12px}}@media (max-height: 500px) and (orientation: landscape){.projects-container{padding:15px}.main-heading{margin-bottom:20px}.project-image-container{height:120px}.project-card-info{padding:12px}.projects-footer{margin-top:25px}}.spotify-about-container{background-color:#121212;color:#fff;font-family:Circular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;padding-bottom:50px}.profile-image-container{display:flex;flex-direction:column;align-items:center;padding-top:40px;padding-bottom:30px;background:linear-gradient(to bottom,#1db954,#121212);position:relative}.profile-image-circle{width:180px;height:180px;border-radius:50%;object-fit:cover;border:4px solid #1db954;box-shadow:0 8px 24px #00000080;transition:transform .3s ease}.profile-image-circle:hover{transform:scale(1.05)}.profile-name{margin-top:20px;font-size:36px;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.5);text-align:center}.spotify-header{display:flex;justify-content:space-between;align-items:center;padding:20px;background-color:#0003}.spotify-logo{display:flex;align-items:center;font-size:24px}.portfolio-link{margin-left:15px;color:#fff;text-decoration:none;font-weight:700;transition:color .2s}.portfolio-link:hover{color:#1db954}.spotify-resume-button{margin-left:auto;margin-right:15px}.resume-link{background-color:#1db954;color:#fff;padding:8px 16px;border-radius:20px;text-decoration:none;font-weight:700;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.resume-link:hover{background-color:#1ed760;transform:scale(1.05)}.download-icon{font-size:14px}.spotify-action-bar{display:flex;justify-content:space-between;align-items:center;padding:20px;background-color:#0003}.spotify-icons{display:flex;align-items:center;gap:20px}.spotify-icons a{color:#b3b3b3;font-size:20px;transition:color .2s,transform .2s}.spotify-icons a:hover{color:#fff;transform:scale(1.2)}.spotify-more-button{background:none;border:none;color:#b3b3b3;font-size:20px;cursor:pointer;transition:color .2s}.spotify-more-button:hover{color:#fff}.content-boxes{display:flex;flex-wrap:wrap;gap:20px;padding:20px;width:100%;max-width:1200px;margin:0 auto}.content-box{flex:1;min-width:300px;background-color:#282828;border-radius:8px;padding:20px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.content-box:hover{transform:translateY(-5px)}.section-header{display:flex;align-items:center;gap:10px;margin-bottom:15px}.section-icon{color:#1db954;font-size:1.5rem}.box-title{color:#1db954;margin:0;font-size:1.5rem;border-bottom:1px solid #3E3E3E;padding-bottom:10px;width:100%}.about-box{flex:2}.about-box p{margin-bottom:15px;line-height:1.6;color:#dadada}.education-list{display:flex;flex-direction:column;gap:15px}.education-item{display:flex;gap:15px;padding-bottom:15px;border-bottom:1px solid #3E3E3E}.education-item:last-child{border-bottom:none}.education-year{font-weight:700;color:#1db954;min-width:80px}.education-details h3{margin:0 0 5px;font-size:1rem;color:#fff}.education-details p{margin:0;color:#b3b3b3;font-size:.9rem}.involvement{margin-top:10px}.involvement h4{margin-bottom:5px;font-size:.9em;color:#1db954}.involvement ul{padding-left:20px;margin:0}.involvement li{font-size:.85em;margin-bottom:3px;color:#b3b3b3}.skill-list-container{max-height:300px;overflow-y:auto;scrollbar-width:thin;padding-right:5px}.skill-list-container::-webkit-scrollbar{width:5px}.skill-list-container::-webkit-scrollbar-track{background:#0000001a;border-radius:10px}.skill-list-container::-webkit-scrollbar-thumb{background:#1db954;border-radius:10px}.skill-list-container::-webkit-scrollbar-thumb:hover{background:#1ed760}.skill-list{display:flex;flex-direction:column;gap:12px}.skill-item{display:flex;align-items:center;gap:15px;padding:12px;border-radius:8px;background-color:#333;transition:all .2s ease}.skill-item:hover{background-color:#1db9541a}.skill-logo{display:flex;align-items:center;justify-content:center;width:50px;height:50px;margin-right:12px}.skill-icon{font-size:2rem;color:#1db954;transition:transform .2s ease,color .2s ease}.skill-item:hover .skill-icon{transform:scale(1.1);color:#1ed760}.skill-info{display:flex;flex-direction:column}.skill-name{font-weight:500;color:#fff}.skill-level{font-size:.8rem;color:#fff9;margin-top:2px}.current-project-container{padding:0 20px;width:100%;max-width:1200px;margin:0 auto 20px}.current-project-box{width:100%;background-color:#282828;border-radius:8px;padding:25px;box-shadow:0 4px 6px #0000001a;border-left:4px solid #1DB954}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;flex-wrap:wrap;gap:15px}.project-title{font-size:1.3rem;margin:0;color:#fff}.project-progress{display:flex;align-items:center;gap:10px}.progress-bar{width:150px;height:8px;background-color:#ffffff1a;border-radius:10px;overflow:hidden}.progress-fill{height:100%;background-color:#1db954;border-radius:10px;transition:width .3s ease}.progress-text{font-size:.8rem;color:#b3b3b3}.project-description{line-height:1.6;margin-bottom:20px;color:#dadada}.project-tech{margin-bottom:20px}.project-tech h4{margin:0 0 8px;font-size:1rem;color:#fff}.tech-tags{display:flex;flex-wrap:wrap;gap:8px}.tech-tag{background-color:#1db95426;border:1px solid #1DB954;color:#1db954;padding:5px 10px;border-radius:15px;font-size:.8rem;display:inline-block}.spotify-navigation{padding:0 20px;margin-top:40px;display:flex;justify-content:flex-end}.spotify-next-button{display:flex;align-items:center;justify-content:space-between;width:auto;max-width:200px;background-color:#1db954;border:none;border-radius:24px;padding:12px 20px;color:#fff;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.spotify-next-button:hover{background-color:#1ed760;transform:scale(1.03)}.spotify-next-button span{margin-right:10px}.spotify-next-button i{font-size:12px}.About-footer{margin-top:50px;padding:20px;border-top:1px solid rgba(255,255,255,.1)}.navigation-buttons{display:flex;gap:15px;justify-content:center}.nav-button{background-color:#1db954;color:#fff;border:none;padding:12px 24px;border-radius:25px;cursor:pointer;display:flex;align-items:center;gap:8px;font-weight:600;transition:all .2s ease}.nav-button:hover{background-color:#1ed760;transform:scale(1.05)}.spotify-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000}.spotify-modal{background-color:#282828;width:90%;max-width:800px;border-radius:8px;overflow:hidden;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #333}.modal-header h2{margin:0;color:#fff}.modal-close{background:none;border:none;color:#b3b3b3;font-size:20px;cursor:pointer;transition:color .2s}.modal-close:hover{color:#fff}.modal-gallery{position:relative;display:flex;align-items:center;justify-content:center;padding:30px}.gallery-image-container{display:flex;flex-direction:column;align-items:center}.gallery-image{max-width:100%;max-height:500px;border-radius:4px}.image-caption{margin-top:10px;color:#b3b3b3}.gallery-arrow{background:#00000080;border:none;color:#fff;font-size:24px;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;position:absolute}.gallery-arrow:hover{background:#000c}.gallery-arrow.left{left:10px}.gallery-arrow.right{right:10px}.modal-footer{padding:20px;border-top:1px solid #333;display:flex;justify-content:center}.social-links{display:flex;gap:20px}.social-links a{color:#b3b3b3;font-size:24px;transition:color .2s,transform .2s}.social-links a:hover{color:#fff;transform:scale(1.2)}html{scrollbar-width:thin;scrollbar-color:#1DB954 #121212}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#121212}::-webkit-scrollbar-thumb{background-color:#1db954;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:#1ed760}@media (min-width: 1200px){.content-boxes{padding:30px}.current-project-container{padding:0 30px}}@media (max-width: 1199px){.content-boxes{padding:25px;gap:18px}.current-project-container{padding:0 25px}}@media (max-width: 991px){.profile-image-circle{width:150px;height:150px}.profile-name{font-size:28px}.spotify-header{padding:15px;flex-wrap:wrap;gap:10px}.spotify-logo{font-size:20px}.portfolio-link{margin-left:10px}.content-boxes{padding:20px;gap:15px}.content-box{min-width:280px}.about-box{flex:1;order:1}.education-box{order:2}.skills-box{order:3}.current-project-container{padding:0 20px}.current-project-box{padding:20px}.project-header{flex-direction:column;align-items:flex-start;gap:10px}.progress-bar{width:100%;max-width:200px}.navigation-buttons{gap:12px}.nav-button{padding:10px 20px;font-size:14px}}@media (max-width: 767px){.profile-image-circle{width:120px;height:120px}.profile-name{font-size:24px}.spotify-header{padding:12px;flex-direction:column;text-align:center;gap:15px}.spotify-resume-button{margin:0}.resume-link{padding:10px 16px;font-size:14px}.spotify-action-bar{padding:15px;flex-direction:column;gap:15px}.spotify-icons{justify-content:center;gap:25px}.content-boxes{flex-direction:column;padding:15px;gap:15px}.content-box{min-width:auto;width:100%;padding:15px}.section-header{flex-direction:column;align-items:flex-start;gap:5px}.box-title{font-size:1.3rem}.education-item{flex-direction:column;gap:8px}.education-year{min-width:auto;font-size:1rem}.skill-list-container{max-height:250px}.skill-item{padding:10px;gap:12px}.skill-logo{width:40px;height:40px}.skill-icon{font-size:1.5rem}.current-project-container{padding:0 15px}.current-project-box{padding:15px}.project-title{font-size:1.1rem}.tech-tags{gap:6px}.tech-tag{font-size:.75rem;padding:4px 8px}.spotify-navigation{padding:0 15px;justify-content:center}.spotify-next-button{max-width:180px;padding:10px 16px;font-size:13px}.navigation-buttons{flex-direction:column;gap:10px}.nav-button{width:100%;justify-content:center;padding:12px 20px}.About-footer{padding:15px}}@media (max-width: 575px){.profile-image-container{padding-top:30px;padding-bottom:20px}.profile-image-circle{width:100px;height:100px;border-width:3px}.profile-name{font-size:20px;margin-top:15px}.spotify-header{padding:10px}.spotify-logo{font-size:18px}.resume-link{padding:8px 12px;font-size:12px}.download-icon{font-size:12px}.spotify-action-bar{padding:12px}.spotify-icons a{font-size:18px}.content-boxes{padding:10px;gap:12px}.content-box{padding:12px}.box-title{font-size:1.2rem}.about-box p{font-size:14px;line-height:1.5}.education-details h3{font-size:.9rem}.education-details p,.involvement h4{font-size:.8rem}.involvement li{font-size:.75rem}.skill-item{padding:8px;gap:10px}.skill-logo{width:35px;height:35px}.skill-icon{font-size:1.3rem}.skill-name{font-size:.9rem}.skill-level{font-size:.75rem}.current-project-container{padding:0 10px}.current-project-box{padding:12px}.project-title{font-size:1rem}.project-description{font-size:14px}.project-tech h4{font-size:.9rem}.tech-tag{font-size:.7rem;padding:3px 6px}.progress-bar{width:100px;height:6px}.progress-text{font-size:.7rem}.spotify-next-button{max-width:150px;padding:8px 12px;font-size:12px}.nav-button{padding:10px 16px;font-size:13px}.spotify-modal{width:95%;margin:10px}.modal-header,.modal-gallery{padding:15px}.gallery-arrow{width:35px;height:35px;font-size:18px}.gallery-arrow.left{left:5px}.gallery-arrow.right{right:5px}.modal-footer{padding:15px}.social-links a{font-size:20px}}@media (max-width: 400px){.profile-image-circle{width:90px;height:90px}.profile-name{font-size:18px}.content-boxes{padding:8px}.content-box{padding:10px}.current-project-container{padding:0 8px}.current-project-box{padding:10px}.spotify-navigation{padding:0 8px}.About-footer{padding:10px}}.spotify-contact-container{max-width:800px;margin:0 auto;padding:40px 20px;font-family:Circular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#fff;background-color:#121212;border-radius:8px;box-shadow:0 4px 60px #00000080;position:relative}.back-button{position:absolute;top:20px;left:20px;background-color:transparent;color:#1db954;border:none;font-size:16px;font-weight:600;cursor:pointer;padding:8px 12px;border-radius:20px;transition:all .2s ease}.back-button:hover{background-color:#1db9541a;transform:scale(1.05)}.portfolio-link-container{position:absolute;top:20px;right:20px}.portfolio-link{color:#1db954;font-weight:600;cursor:pointer;padding:8px 12px;border-radius:20px;transition:all .2s ease}.portfolio-link:hover{background-color:#1db9541a;text-decoration:none}.contact-header{text-align:center;margin-top:40px;margin-bottom:50px}.contact-header h1{font-size:42px;font-weight:700;margin-bottom:15px;background:linear-gradient(to right,#1db954,#1ed760);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-header p{font-size:18px;color:#b3b3b3;max-width:500px;margin:0 auto}.contact-info{display:flex;flex-direction:column;gap:25px;max-width:500px;margin:0 auto}.contact-item{display:flex;align-items:center;padding:16px 20px;background-color:#181818;border-radius:8px;transition:all .3s ease}.contact-item:hover{background-color:#282828;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.contact-icon{font-size:22px;color:#1db954;margin-right:15px;min-width:24px}.contact-link,.contact-text{font-size:16px;color:#fff;text-decoration:none;font-weight:500}@media (max-width: 600px){.contact-header h1{font-size:32px}.contact-header p{font-size:16px}.contact-item{padding:12px 16px}}.spotify-contact-container{background-color:#121212;color:#fff;min-height:100vh;padding:20px;font-family:Circular,Helvetica Neue,Helvetica,Arial,sans-serif}.contact-header-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:15px;border-bottom:1px solid #333}.back-button{display:flex;align-items:center;background:none;border:none;color:#b3b3b3;cursor:pointer;font-size:16px;padding:10px 0;transition:color .2s ease}.back-button:hover{color:#fff}.back-button svg{margin-right:5px}.portfolio-link-container{position:absolute;top:20px;left:50%;transform:translate(-50%)}.portfolio-link{color:#1db954;cursor:pointer;font-weight:700;font-size:18px;transition:color .2s ease}.portfolio-link:hover{color:#1ed760;text-decoration:underline}.menu-container{position:relative;display:inline-block}.menu-button{background-color:#1db954;color:#fff;border:none;border-radius:20px;padding:10px 15px;font-size:16px;cursor:pointer;display:flex;align-items:center;transition:background-color .3s ease}.menu-button:hover{background-color:#1ed760}.menu-button svg{font-size:18px}.dropdown-menu{position:absolute;top:100%;right:0;background-color:#282828;min-width:160px;box-shadow:0 8px 16px #00000080;z-index:10;border-radius:4px;margin-top:5px}.dropdown-menu ul{list-style-type:none;padding:0;margin:0}.dropdown-menu li{color:#fff;padding:12px 16px;text-decoration:none;display:block;cursor:pointer;transition:background-color .2s ease}.dropdown-menu li:hover{background-color:#333}.dropdown-menu:before{content:"";position:absolute;top:-10px;right:15px;border-width:5px;border-style:solid;border-color:transparent transparent #282828 transparent}.contact-header{text-align:center;margin:40px 0}.contact-header h1{font-size:42px;font-weight:700;margin-bottom:15px;background:linear-gradient(45deg,#1db954,#1ed760);background-clip:text;-webkit-background-clip:text;color:transparent}.contact-header p{color:#b3b3b3;font-size:18px;max-width:600px;margin:0 auto}.contact-info{display:flex;flex-direction:column;gap:20px;max-width:500px;margin:0 auto;background-color:#181818;padding:30px;border-radius:8px;box-shadow:0 4px 12px #0003}.contact-item{display:flex;align-items:center;padding:10px 0;transition:transform .2s ease}.contact-item:hover{transform:translate(5px)}.contact-icon{font-size:24px;color:#1db954;margin-right:15px}.contact-link{color:#fff;text-decoration:none;font-size:18px;transition:color .2s ease}.contact-link:hover{color:#1db954;text-decoration:underline}.contact-text{color:#fff;font-size:18px}.contact-footer{display:flex;justify-content:center;margin-top:60px}.navigation-buttons{display:flex;gap:20px}.nav-button{display:flex;align-items:center;background-color:#282828;border:none;border-radius:20px;padding:10px 20px;color:#fff;cursor:pointer;transition:background-color .3s ease}.nav-button:hover{background-color:#333}.nav-button.prev .nav-icon{margin-right:8px}.nav-button.next .nav-icon{margin-left:8px}@media (max-width: 768px){.contact-header h1{font-size:32px}.contact-header p{font-size:16px}.contact-info{padding:20px}.contact-link,.contact-text{font-size:16px}}
