@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0a;color:#fff;line-height:1.6}#root{min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#101010}::-webkit-scrollbar-thumb{background:#28e98c;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1eb464}.container{max-width:1400px;margin:0 auto;padding:0 20px}.text-gradient{background:linear-gradient(135deg,#28e98c,#1eb464);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;gap:4px;border:none;border-radius:8px;font-size:14px;text-decoration:none;cursor:pointer;transition:all .3s ease;font-family:inherit}.btn-primary{background:#28e98c;color:#000}.btn-primary:hover{background:#1eb464;transform:translateY(-2px)}.btn-secondary{background:#101010;color:#fff;border:1px solid #333}.btn-secondary:hover{background:#333;transform:translateY(-2px)}@media (max-width: 768px){.container{padding:0 16px}}@media (max-width: 480px){.container{padding:0 12px}}.shiny-text{color:#b5b5b5a4;background:linear-gradient(120deg,#fff0 40%,#fffc,#fff0 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block;animation:shine 5s linear infinite}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none}.app-store-badges{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.badge-link{display:inline-block;text-decoration:none;transition:transform .3s ease}.badge-link:hover{transform:translateY(-2px)}.badge-image{width:155px;height:auto;display:block;border-radius:8px}@media (max-width: 768px){.app-store-badges{gap:1rem}.badge-image{width:120px}}@media (max-width: 480px){.app-store-badges{gap:.8rem;justify-content:center}.badge-image{width:100px}}.project-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.project-modal{background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border-radius:20px;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;border:1px solid #333;position:relative;box-shadow:0 20px 60px #00000080}.modal-close-btn{position:absolute;top:-20px;right:20px;background:#28e98c;border:1px solid #333;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.modal-content{padding:40px;overflow-y:auto;flex:1;min-height:0;overscroll-behavior:contain}.modal-image-container{width:100%;height:300px;border-radius:12px;overflow:hidden;margin-bottom:30px;border:1px solid #333}.modal-image{width:100%;height:100%;object-fit:contain;background-color:#0000004d}.modal-info{display:flex;flex-direction:column;gap:20px}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.modal-header-left{display:flex;align-items:center;gap:16px;min-width:0}.modal-project-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.modal-title-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:inherit;cursor:pointer;transition:color .2s ease}.modal-title-link:hover .modal-title{color:#28e98c}.modal-title-arrow{opacity:0;color:#ef4444;flex-shrink:0;transition:opacity .2s ease,transform .2s ease}.modal-title-link:hover .modal-title-arrow{opacity:1;transform:translate(2px,-2px)}.modal-title{font-size:28px;font-weight:700;color:#fff;margin:0}.modal-category{font-size:14px;color:#9ca3af;margin:0}.modal-users-badge{display:inline-flex;align-items:center;align-self:flex-start;width:fit-content;padding:8px 16px;border-radius:9999px;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;font-size:15px;font-weight:600}.modal-users-badge .shiny-text{font-size:inherit;font-weight:inherit}.modal-description{font-size:16px;color:#d1d5db;line-height:1.6;margin:0}.modal-links{display:flex;gap:12px;flex-wrap:wrap}.app-link{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:8px;border:1px solid #333;color:#fff;text-decoration:none;font-weight:500;font-size:14px;transition:all .3s ease;cursor:pointer}.app-link:hover{transform:translateY(-2px)}.android-link{background:linear-gradient(135deg,#34a85333,#34a8531a);border-color:#34a853;color:#34a853}.android-link:hover{background:linear-gradient(135deg,#34a8534d,#34a85333)}.ios-link{background:linear-gradient(135deg,#0003,#ffffff1a);border-color:#999;color:#fff}.ios-link:hover{background:linear-gradient(135deg,#0000004d,#ffffff26)}.web-link{background:linear-gradient(135deg,#28e98c33,#28e98c1a);border-color:#28e98c;color:#28e98c}.web-link:hover{background:linear-gradient(135deg,#28e98c4d,#28e98c33)}.modal-video-container{width:100%;border-radius:12px;overflow:hidden;border:1px solid #333}.modal-video{display:block}.modal-screen-layouts{margin-top:30px;margin-left:-40px;margin-right:-40px}.screen-layouts-title{font-size:20px;font-weight:600;color:#fff;margin-bottom:20px;padding-left:40px}.screen-layouts-grid{display:flex;gap:20px;overflow-x:auto;padding:10px 40px;scrollbar-width:none;-ms-overflow-style:none}.screen-layouts-grid::-webkit-scrollbar{display:none}.screen-layout-item{display:flex;flex-direction:column;align-items:center;gap:10px}.screen-layout-image{width:180px;height:380px;object-fit:contain;border-radius:12px;border:2px solid #333;box-shadow:0 4px 12px #0000004d;background-color:#000}.screen-layouts-grid-web{gap:24px}.screen-layouts-grid-web .screen-layout-item{align-items:flex-start}.screen-layout-image-web{width:480px;height:270px;border-radius:14px;background-color:#111}.screen-layout-image-mobile{width:180px;height:380px}.screen-layout-title{font-size:14px;color:#d1d5db;text-align:center;margin:0;font-weight:500}@media (max-width: 768px){.project-modal{max-height:95vh}.modal-content{padding:24px}.modal-image-container{height:200px;margin-bottom:20px}.modal-title{font-size:22px}.modal-links{flex-direction:column}.app-link{width:100%;justify-content:center}.modal-screen-layouts{margin-left:-24px;margin-right:-24px}.screen-layouts-title{padding-left:24px}.screen-layouts-grid{gap:15px;padding:10px 24px}.screen-layout-image{width:140px;height:295px}.screen-layout-image-web{width:320px;height:190px}.screen-layouts-grid-web .screen-layout-item{align-items:center}.modal-video-container iframe{height:250px}.modal-video-container{margin-bottom:20px}}.loader-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a2e,#0a0a0a);display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden}.loader-content{position:relative;width:300px;height:300px;display:flex;align-items:center;justify-content:center}.loader-orb{position:absolute;width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#28e98c,#0096ff,#8a2be2);box-shadow:0 0 40px #28e98c99,0 0 80px #0096ff66,0 0 120px #8a2be24d;filter:blur(2px)}.loader-orb-inner{width:100%;height:100%;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fffc,#fff0 70%)}.loader-orbit{position:absolute;width:100%;height:100%}.loader-icon-wrapper{transform-origin:0 0}.loader-icon{color:#28e98c;filter:drop-shadow(0 0 10px rgba(40,233,140,.8))}.loader-ring{position:absolute;width:120px;height:120px;border-radius:50%;border:2px solid rgb(40,233,140);box-shadow:0 0 20px #28e98c80}.loader-text{position:absolute;bottom:-80px;text-align:center;width:100%}.loader-text h2{font-size:1.5rem;font-weight:700;background:linear-gradient(90deg,#28e98c,#0096ff,#8a2be2,#0096ff,#28e98c);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0;padding:0}.loader-dots{display:inline-flex;gap:4px;font-size:2rem;color:#28e98c;margin-top:8px}.loader-dots span{display:inline-block;font-weight:700}.loader-particle{position:absolute;width:4px;height:4px;border-radius:50%;background:#28e98c;box-shadow:0 0 10px #28e98ccc;pointer-events:none}@media (max-width: 768px){.loader-content{width:250px;height:250px}.loader-orb,.loader-ring{width:100px;height:100px}.loader-text h2{font-size:1.2rem}.loader-icon{width:20px;height:20px}}@media (max-width: 480px){.loader-content{width:200px;height:200px}.loader-orb,.loader-ring{width:80px;height:80px}.loader-text h2{font-size:1rem}}.app{min-height:100vh;background-color:#0a0a0a}.app-top-controls{position:fixed;top:20px;right:20px;z-index:1000;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.portfolio-container{display:flex;min-height:100vh;max-width:1400px;margin:0 auto;padding:0 20px}@media (max-width: 767px){.portfolio-container{padding:0 16px}}@media (max-width: 480px){.portfolio-container{padding:0 12px}}@media (max-width: 390px){.portfolio-container{padding:0 8px}}.sidebar{background-color:#0a0a0a;position:sticky;top:0;height:100vh;overflow-y:auto;display:flex;justify-content:center;align-items:center}.profile-sidebar{display:flex;flex-direction:column;text-align:center;background-color:#101010;border-radius:24px;padding:16px;border:1px solid #333;width:100%;transition:border-color .3s}.profile-sidebar:hover{border-color:#28e98c}.profile-image-container{margin-bottom:20px}.profile-image{height:300px;border-radius:20px;overflow:hidden;background-color:#101010;border:1px solid #333}@media (max-width: 768px){.profile-image{height:auto;min-height:300px}}.profile-image img{width:100%;height:100%;object-fit:cover;border-radius:12px}.profile-content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.availability-status{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;color:#fff;font-weight:500;border:1px solid #333;border-radius:8px;padding:8px 16px;background-color:#101010}.status-dot{width:8px;height:8px;background-color:#28e98c;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.profile-name{font-size:28px;font-weight:700;margin-bottom:20px;color:#28e98c}.social-icons{display:flex;gap:12px;margin-bottom:28px}.social-icon{width:44px;height:44px;border-radius:8px;background-color:#101010;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease;border:1px solid #333}.social-icon:hover{background-color:#28e98c;border-color:#28e98c;color:#000;transform:translateY(-2px)}.action-buttons{display:flex;flex-direction:row;gap:8px;width:100%;margin:0;padding:0}.action-buttons .btn{flex:1;justify-content:center;padding:12px 0;font-size:14px}.main-content{flex:1;padding:70px 0 40px 60px;background-color:#0a0a0a;overflow-y:auto;scroll-behavior:smooth}.content-wrapper{margin:0 auto}.hero-section{margin-bottom:80px}.hero-greeting{display:flex;align-items:center;gap:8px;margin-bottom:24px;font-size:16px;color:#c2c2c2;font-weight:500}.wave-icon,.typing-text{color:#28e98c}.typing-cursor{color:#28e98c;animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-location{font-size:24px;font-weight:600;margin-bottom:24px;color:#9ca3af}.hero-title{font-size:48px;font-weight:800;margin-bottom:16px;line-height:1.1;color:#fff}.hero-subtitle{font-size:32px;font-weight:700;margin-bottom:16px;color:#28e98c;min-height:48px;display:flex;align-items:center;gap:4px}.hero-description{font-size:18px;line-height:1.7;margin-bottom:48px;color:#d1d5db;text-align:justify}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}.stat-item{text-align:center;padding:24px 16px;background-color:#101010;border-radius:16px;border:1px solid #333;transition:border-color .3s}.stat-item:hover{border-color:#28e98c}.stat-number{display:block;font-size:32px;font-weight:800;color:#28e98c;margin-bottom:8px}.count-up-text{display:inline;font-size:inherit;font-weight:inherit;color:inherit}.stat-label{font-size:14px;color:#9ca3af;font-weight:500}.section-header{display:flex;align-items:center;gap:12px;margin-bottom:40px}.section-icon{color:#28e98c;width:24px;height:24px}.section-header h2{font-size:32px;font-weight:700;color:#fff}.experience-section{margin-bottom:80px}.experience-grid{display:flex;flex-direction:column;gap:24px}.experience-card{background-color:#101010;border-radius:16px;padding:24px;border:1px solid #333;transition:border-color .3s}.experience-card:hover{border-color:#28e98c}.experience-header{display:flex;align-items:flex-start;gap:16px}.company-logo{width:61px;height:61px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.experience-info{flex:1}.experience-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;flex-wrap:wrap;row-gap:8px}.experience-period-toggle{display:flex;align-items:center;gap:1rem}.job-title{font-size:20px;font-weight:600;color:#fff;margin-bottom:4px}.company-name{font-size:16px;color:#28e98c;font-weight:500}.period{font-size:14px;color:#9ca3af;background-color:#333;padding:4px 12px;border-radius:8px}.job-description{font-size:14px;line-height:1.6;color:#d1d5db}.projects-section{margin-bottom:80px}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:40px}.project-card{background-color:#101010;border-radius:16px;overflow:hidden;border:1px solid #333;transition:border-color .3s}.project-card:hover{border-color:#28e98c}.project-image{position:relative;height:200px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image img{transform:scale(1.05)}.neon-border:hover{border-color:#28e98c}.project-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-link{width:48px;height:48px;border-radius:50%;background-color:#28e98c;display:flex;align-items:center;justify-content:center;color:#000}.project-content{padding:20px}.project-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.project-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center}.project-title{font-size:18px;font-weight:600;color:#fff}.project-category{font-size:14px}.load-more-container{text-align:center}.load-more-btn{padding:16px 32px;font-size:16px}.education-section{margin-bottom:80px}.education-grid{display:flex;flex-direction:column;gap:24px}.education-card{background-color:#101010;border-radius:16px;padding:24px;border:1px solid #333;transition:border-color .3s}.education-card:hover{border-color:#28e98c}.education-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.education-info{flex:1}.degree-title{font-size:20px;font-weight:600;color:#fff;margin-bottom:4px}.institution-name{font-size:16px;color:#28e98c;margin-bottom:4px;font-weight:500}.degree-description{font-size:14px;line-height:1.6;color:#d1d5db}.skills-section{margin-bottom:80px}.skills-tabs{display:flex;flex-wrap:nowrap;gap:12px;margin-bottom:32px;overflow-x:auto;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}.skills-tabs::-webkit-scrollbar{display:none}.skill-tab{padding:12px 24px;background-color:#101010;border:1px solid #333;border-radius:12px;color:#9ca3af;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:inherit;flex-shrink:0;white-space:nowrap}.skill-tab:hover{border-color:#28e98c;color:#fff}.skill-tab.active{background-color:#28e98c;border-color:#28e98c;color:#000;font-weight:600}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.skill-card{background-color:#101010;border-radius:16px;padding:24px;border:1px solid #333;display:flex;align-items:center;gap:16px;transition:border-color .3s}.skill-card:hover{border-color:#28e98c}.skill-logo{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background-color:#28e98c;padding:8px}.skill-logo img{width:32px;height:32px;object-fit:contain;color:#61dafb}.skill-info{flex:1}.skill-name{font-size:18px;font-weight:600;color:#fff;margin-bottom:8px}.skill-level{display:flex;gap:4px;align-items:center}.star-filled,.star-empty{transition:all .2s ease}.skill-category{font-size:14px;color:#9ca3af}.contact-section{margin-bottom:80px}.contact-subtitle{font-size:24px;font-weight:600;color:#fff;margin-bottom:40px;text-align:center}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.contact-info{display:flex;flex-direction:column;gap:24px}.contact-item{display:flex;align-items:center;gap:16px;padding:20px;background-color:#101010;border-radius:16px;border:1px solid #333;transition:border-color .3s}.contact-item:hover{border-color:#28e98c}.contact-icon{width:48px;height:48px;border-radius:12px;background-color:#28e98c;display:flex;align-items:center;justify-content:center;color:#000;flex-shrink:0}.contact-details{display:flex;flex-direction:column;gap:4px}.contact-label{font-size:14px;color:#9ca3af;font-weight:500}.contact-value{font-size:16px;color:#fff;font-weight:600}.contact-overlay{margin-left:auto;display:flex;align-items:center}.contact-link{width:40px;height:40px;border-radius:50%;background-color:#28e98c;display:flex;align-items:center;justify-content:center;color:#000;opacity:0;transform:translate(10px) scale(1);transition:opacity .22s cubic-bezier(.2,.9,.2,1),transform .22s cubic-bezier(.2,.9,.2,1);will-change:transform,opacity}.contact-item:hover .contact-link{opacity:1;transform:translate(0) scale(1.06)}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group input,.form-group textarea{width:100%;padding:16px;background-color:#101010;border:1px solid #333;border-radius:12px;color:#fff;font-size:16px;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#28e98c}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.submit-btn{width:100%;padding:16px;font-size:16px;margin-top:12px}.footer{background-color:#101010;border-top:1px solid #333;padding:40px 0}.footer-content{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.footer-left,.footer-center,.footer-right{display:flex;align-items:center;gap:8px;color:#9ca3af;font-size:14px}.footer-left{flex:1;font-size:13px;justify-content:flex-start}.footer-center{flex-direction:column;align-items:center;gap:8px}.footer-built-in{display:flex;align-items:center;gap:8px;color:#9ca3af;font-size:14px;font-weight:500}.footer-built-in .react-icon{transition:transform .3s ease}.footer-built-in:hover .react-icon{transform:rotate(360deg)}.footer-profile{display:flex;align-items:center;gap:12px;cursor:pointer}.footer-profile-image{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #333;transition:all .3s ease}.footer-profile:hover .footer-profile-image{border-color:#61dafb;transform:scale(1.1)}.react-icon{width:16px;height:16px;filter:brightness(0) saturate(100%) invert(70%) sepia(100%) saturate(1000%) hue-rotate(180deg) brightness(1) contrast(1)}.footer-signature{font-family:Brush Script MT,cursive;font-size:18px;color:#fff}.footer-right{flex:1;justify-content:flex-end}.footer-button{background:none;border:none;color:#9ca3af;font-size:14px;cursor:pointer;padding:8px 12px;border-radius:8px;display:flex;align-items:center;gap:6px;transition:all .3s ease}.footer-button:hover{color:#fff;background-color:#333}@media (max-width: 1200px) and (min-width: 768px){.portfolio-container{flex-direction:column}.sidebar{width:100%;height:auto;position:static;border-right:none;border-bottom:1px solid #1a1a1a;padding:20px 16px}.profile-sidebar{flex-direction:row;text-align:left;width:100%;max-width:none;margin:0;gap:24px}.profile-image-container{flex-shrink:0;margin-bottom:0}.profile-image{width:250px;height:100%;min-height:200px}.profile-content{flex:1;align-items:flex-start}.social-icons{justify-content:flex-start}.action-buttons{justify-content:flex-start;width:100%}.main-content{padding:30px 20px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.projects-grid,.skills-grid{grid-template-columns:repeat(2,1fr)}.contact-content{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width: 767px){.portfolio-container{flex-direction:column}.sidebar{width:100%;height:auto;position:static;border-right:none;border-bottom:1px solid #1a1a1a;padding:20px 16px}.profile-sidebar{flex-direction:column;text-align:center;max-width:none;margin:0;align-items:center}.profile-content{align-items:center;text-align:center}.social-icons{justify-content:center}.action-buttons{justify-content:center;width:100%}.main-content{padding:30px 20px}.experience-header-top{flex-direction:column;align-items:flex-start}.experience-period-toggle{width:100%;justify-content:space-between}}@media (max-width: 768px){.sidebar{padding:20px 16px}.profile-sidebar{padding:24px 16px;gap:20px}.profile-image{width:320px;height:320px}.main-content{padding:20px 16px}.hero-title{font-size:36px}.hero-subtitle{font-size:24px}.hero-location{font-size:20px}.hero-description{font-size:16px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.section-header h2{font-size:28px}.footer-content{flex-direction:column;gap:20px;text-align:center;padding:0 20px}}@media (max-width: 480px){.profile-image{width:100%;height:auto;min-height:280px}}@media (max-width: 390px){.profile-image{width:100%;height:auto;min-height:260px}}@media (max-width: 767px){.contact-content{grid-template-columns:1fr;gap:40px}}@media (max-width: 767px){.skills-grid{grid-template-columns:1fr}}@media (max-width: 767px){.projects-grid{grid-template-columns:1fr}}@media (max-width: 767px){.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}}@media (max-width: 390px){.sidebar{padding:8px 6px}.profile-sidebar{padding:8px}.main-content{padding:8px 6px}.portfolio-container{padding:0 8px}}@media (max-width: 480px){.sidebar{padding:12px 8px}.profile-sidebar{align-items:center;text-align:center;padding:12px}.profile-content{align-items:center;text-align:center}.main-content{padding:12px 8px}.hero-title{font-size:28px}.hero-subtitle{font-size:20px}.hero-location{font-size:18px}.profile-name{font-size:24px}.social-icons{gap:8px}.social-icon{width:40px;height:40px}.action-buttons .btn{padding:10px 16px;font-size:13px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}}.setting-dropdown-container{position:relative}.setting-dropdown-btn{display:flex;align-items:center;gap:.5rem;border-radius:8px;color:#28e98c;border:none;background:none;font-size:1rem;cursor:pointer;box-shadow:0 2px 8px #00000014;transition:background .2s;margin-bottom:10px}.setting-dropdown-list{display:flex;flex-direction:column;gap:1rem;padding:1rem 1.2rem;border-radius:12px;background:#101010;box-shadow:0 4px 32px #0000002e;min-width:220px;max-width:90vw;position:absolute;top:120%;right:-400%;transform:translate(-50%);overflow:hidden;z-index:1001;border:1px solid #333}.setting-dropdown-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:1rem;color:#222}.setting-dropdown-label{font-size:1rem;font-weight:500;color:#ccc}.iphone-switch{position:relative;display:inline-block;width:44px;height:26px}.iphone-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:26px}.iphone-switch input:checked+.slider{background-color:#28e98c}.slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.iphone-switch input:checked+.slider:before{transform:translate(18px)}.background-music-btn{display:flex;align-items:center;gap:.5rem;border-radius:8px;color:#28e98c;border:none;background:none;font-size:1rem;cursor:pointer;transition:background .2s,color .2s}
