@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&family=Rajdhani:wght@300;500;700&display=swap";:root{--bg-dark: #10002b;--bg-light: #240046;--text-primary: #e0aaff;--text-secondary: #9d4edd;font-family:Inter,system-ui,sans-serif}body{margin:0;padding:0;background:transparent;background-attachment:fixed;color:var(--text-primary);width:100%;min-height:100vh}#root{width:100%;height:100%}:root{--font-size-h1: clamp(2rem, 5vw, 4rem);--font-size-h2: clamp(1.5rem, 4vw, 3rem);--font-size-body: clamp(.9rem, 2vw, 1.1rem);--glass-bg: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .08);--glass-highlight: rgba(255, 255, 255, .15);--glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, .2)}.glass-panel{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:12px}@media(max-width:768px){:root{--glass-bg: rgba(255, 255, 255, .05)}.glass-panel{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}}.rotating-quote-container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:100%;max-width:100%;padding:0 2rem;box-sizing:border-box;overflow:hidden}.quote-card{position:relative;width:90vw;min-height:150px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:transparent;border:none;box-shadow:none;padding:.5rem;margin:0 auto;margin-top:10vh}.author-card{position:relative;width:300px;height:50px;display:flex;justify-content:center;align-items:center;background:#7f7f7f0d;backdrop-filter:blur(8px) saturate(180%);-webkit-backdrop-filter:blur(8px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:50px;box-shadow:0 8px 32px #0000001a;margin:0 auto;margin-top:1rem}.quote-text{font-family:Orbitron,sans-serif;font-size:clamp(2rem,5vw,4rem);font-weight:700;font-style:normal;line-height:1.1;letter-spacing:.02em;text-transform:uppercase;background:linear-gradient(115deg,#000 50%,#fff 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;margin:0;padding:0;max-width:100%;overflow:visible}.quote-text.long-text{font-size:clamp(1.5rem,3.5vw,2.8rem)}.quote-text.very-long-text{font-size:clamp(1rem,2.5vw,1.8rem)}.quote-author-wrapper{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%;height:100%}.quote-line{height:1px;width:40px;background:linear-gradient(90deg,transparent,#c77dff,transparent);opacity:.8;box-shadow:0 0 10px #c77dff}.quote-author{font-family:Rajdhani,sans-serif;font-size:clamp(.8rem,1.5vw,1.2rem);font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:#8a2be2}@media(max-width:768px){.rotating-quote-container{padding:1rem}.quote-text{font-size:clamp(1.2rem,6vw,2.5rem);margin-bottom:2rem}.quote-text:before{left:0}.quote-text:after{right:0}}.marquee-container{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;gap:4rem;pointer-events:none;z-index:2000;overflow:visible}.marquee-container.visible{pointer-events:auto}.marquee-track-wrapper{width:100%;overflow:hidden;position:relative;min-height:200px;padding:2rem 0;background:#0000}.marquee-item-instance{position:absolute;top:2rem;left:0;display:inline-flex;white-space:nowrap;will-change:transform}.big-card-view{display:flex;gap:1.5rem;padding:2rem;background:#10002b08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(16,0,43,.08);border-radius:30px;margin-right:4rem;flex-shrink:0}.project-card{width:200px;height:120px;border-radius:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;box-shadow:0 4px 15px #0000001a;opacity:1!important;white-space:normal}.project-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 10px 25px #0003}.project-card h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:800}.project-card p{margin:0;font-size:.85rem;font-weight:500;opacity:.9;line-height:1.2}.project-card.pro{background:#32127a;color:#fff;border:2px solid #4B1DB0}.project-card.fun{background:#0ff;color:#000;border:2px solid #00CCCC}.project-modal-backdrop{position:fixed;inset:0;width:100%;height:100%;background:#000000a6;backdrop-filter:blur(16px) saturate(120%);-webkit-backdrop-filter:blur(16px) saturate(120%);z-index:3000;display:flex;justify-content:center;align-items:center;padding:2rem;touch-action:none;overscroll-behavior:none;box-sizing:border-box}.project-modal-content{background:#1e0c4be0;backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 80px #00000080,inset 0 0 0 1px #ffffff08;border-radius:28px;width:100%;max-width:680px;max-height:85vh;overflow:hidden;position:relative;display:flex;flex-direction:column;color:#fff}.project-modal-content:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at top right,rgba(165,180,252,.06),transparent 60%);pointer-events:none;z-index:0}.close-button{position:absolute;top:1.25rem;right:1.25rem;width:36px;height:36px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:50%;color:#ffffff80;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.close-button:hover{background:#ffffff1a;border-color:#fff3;color:#fff;transform:scale(1.05)}.close-button:active{transform:scale(.95)}.modal-image-container{width:100%;height:220px;background:#10002b80;display:flex;justify-content:center;align-items:center;position:relative;z-index:1;overflow:hidden;flex-shrink:0}.modal-image-container:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:60px;background:linear-gradient(to top,rgba(30,12,75,.88),transparent);pointer-events:none}.modal-image-container img{width:100%;height:100%;object-fit:cover}.modal-image-container img.img-bottom{object-position:bottom}.placeholder-image{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#ffffff4d}.placeholder-text{font-size:.85rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase}.modal-body{position:relative;z-index:1;display:flex;flex-direction:column;overflow:hidden}.modal-header{padding:1.75rem 2rem .75rem;display:flex;flex-direction:column;gap:.75rem}.modal-type-badge{display:inline-flex;align-self:flex-start;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;padding:.25rem .75rem;border-radius:100px;background:#a78bfa1f;border:1px solid rgba(167,139,250,.15);color:#a78bfa}.modal-header h2{margin:0;font-size:1.65rem;font-weight:300;background:linear-gradient(135deg,#fff,#cbd5e1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-family:Outfit,sans-serif;letter-spacing:-.02em;line-height:1.25;padding-right:2.5rem}.modal-text{padding:.5rem 2rem 2rem;overflow-y:auto}.modal-short-desc{font-size:1.05rem;font-weight:400;line-height:1.7;color:#a78bfa;margin:0 0 1.25rem;border-left:3px solid rgba(167,139,250,.2);padding-left:1.25rem}.modal-details-divider{height:1px;width:100%;background:linear-gradient(90deg,#ffffff14,#fff0);margin-bottom:1.25rem}.modal-description{font-size:.9rem;line-height:1.85;color:#ffffffb3;font-weight:300;margin:0 0 1.75rem}.tech-highlight{color:#ffffffeb;font-weight:500;transition:color .2s ease}.tech-highlight:hover{color:#a78bfa}.github-link{display:inline-flex;align-items:center;gap:.6rem;padding:.7rem 1.4rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:100px;color:#ffffffd9;text-decoration:none;font-size:.85rem;font-weight:500;transition:all .3s ease}.github-link-wrapper{display:flex;justify-content:center;margin-top:1.5rem}.github-link:hover{background:#ffffff14;border-color:#fff3;color:#fff;transform:translateY(-2px);box-shadow:0 4px 20px #0003}.github-link svg{flex-shrink:0}.private-repo-msg{display:inline-flex;align-items:center;gap:.4rem;font-style:italic;opacity:.7;font-size:.8rem}.private-repo-msg .lock-icon{font-size:.9rem}.private-repo-msg .smirk{opacity:.5;font-size:.75rem;font-style:normal;font-family:monospace}.github-link:hover .private-repo-msg{opacity:1}.modal-text::-webkit-scrollbar{width:4px}.modal-text::-webkit-scrollbar-track{background:transparent}.modal-text::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.modal-text::-webkit-scrollbar-thumb:hover{background:#fff3}@media(max-width:768px){.marquee-container{gap:2rem}.marquee-track-wrapper{min-height:140px;padding:1rem 0}.project-card{width:160px;height:100px;padding:1rem;border-radius:12px}.project-card h3{font-size:.9rem}.project-card p{font-size:.75rem}.big-card-view{gap:1rem;padding:1rem;border-radius:20px;margin-right:2rem}.project-modal-backdrop{padding:1rem;align-items:center;justify-content:center}.project-modal-content{width:92vw;max-width:420px;max-height:85vh;border-radius:24px;display:flex;flex-direction:column}.modal-image-container{height:160px;flex-shrink:0}.modal-header{padding:1.25rem 1.25rem .5rem;flex-shrink:0}.modal-header h2{font-size:1.15rem;padding-right:2rem}.modal-text{padding:.25rem 1.25rem 1.25rem;overflow-y:auto}.modal-short-desc{font-size:.95rem;padding-left:1rem}.modal-description{font-size:.85rem;line-height:1.75}.close-button{top:.75rem;right:.75rem;width:32px;height:32px}.github-link{padding:.6rem 1.2rem;font-size:.8rem}.modal-type-badge{font-size:.65rem}}.mobile-projects-container{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;padding:1rem .5rem;padding-top:0;margin-top:-5vh;box-sizing:border-box;position:relative;gap:1rem}.mobile-projects-header{font-family:Orbitron,sans-serif;font-size:1.5rem;font-weight:700;color:#32127a;text-align:center;text-transform:uppercase;letter-spacing:.2em;margin:0;margin-bottom:1rem;margin-top:0;text-shadow:0 0 15px rgba(50,18,122,.4);z-index:101;position:relative;display:inline-block;align-self:center}.mobile-projects-header:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:0;height:3px;background:#4b1db0;box-shadow:0 0 10px #32127a;transition:width 1s ease-out}.marquee-container.visible .mobile-projects-header:after{width:60%;animation:expandFull 1.5s ease-out forwards .5s}@keyframes expandFull{0%{width:0}50%{width:60%}to{width:100vw}}.mobile-projects-top,.mobile-projects-bottom{width:100%;z-index:100}.mobile-projects-center{height:15vh;flex:0 0 auto}.mobile-project-row{display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:.25rem}.mobile-project-title{font-size:.8rem;font-weight:600;padding:1.5vh 0;border-radius:15px;border:none;cursor:pointer;width:90vw;text-align:center;transition:all .2s ease;box-shadow:0 2px 8px #0003}.mobile-projects-bottom{margin-top:0;position:relative;z-index:102}.mobile-project-title.pro{background:#32127a;color:#fff;border:1px solid #4B1DB0}.mobile-project-title.pro:active{background:#4b1db0}.mobile-project-title.fun{background:#0ff;color:#000;border:1px solid #00CCCC}.mobile-project-title.fun:active{background:#0cc}html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}.lotus-ring-container{position:absolute;top:0;left:0;width:60vw;height:100%;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:20}@media(max-width:1024px){.lotus-ring-container{width:100%;height:100%;left:0;justify-content:center;opacity:1}.lotus-ring-inner{transform:scale(.5)}.lotus-ring-petal{width:12vh;height:18vh}.lotus-petal-text{font-size:1.4vh}}@media(max-width:600px){.lotus-ring-inner{transform:scale(.4)}.lotus-ring-petal{width:10vh;height:15vh}.lotus-petal-text{font-size:1.2vh}}.lotus-ring-inner{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center}.lotus-ring-petal{position:absolute;width:18vh;height:26vh;border-radius:0 100%;border:1px solid rgba(255,255,255,.15);box-sizing:border-box;background-image:linear-gradient(135deg,#240046,#10002b);transform-origin:center center;will-change:transform,opacity;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;transition:box-shadow .3s ease,border-color .3s ease}.lotus-ring-petal.active{background-image:linear-gradient(135deg,#c77dff,#9d4edd);border-color:#c77dff80;box-shadow:0 0 25px #9d4edd80}.lotus-ring-petal:hover{border-color:#c77dff4d;box-shadow:0 0 15px #9d4edd40}.lotus-petal-text{color:#ffffffe6;font-size:1.8vh;font-weight:500;text-transform:uppercase;letter-spacing:.1em;pointer-events:none;transform:rotate(45deg);text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.5);width:60%}.mobile-lotus-ring-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding-top:22vh;box-sizing:border-box;pointer-events:none;z-index:20}.mobile-lotus-ring-inner{width:80vw;height:80vw;max-width:450px;max-height:450px;position:relative;display:flex;align-items:center;justify-content:center}.mobile-lotus-ring-petal{position:absolute;width:20vw;height:30vw;border-radius:0 100%;border:1px solid rgba(255,255,255,.15);box-sizing:border-box;background-image:linear-gradient(135deg,#240046,#10002b);transform-origin:center center;will-change:transform,opacity;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;transition:box-shadow .3s ease,border-color .3s ease}.mobile-lotus-ring-petal.active{background-image:linear-gradient(135deg,#c77dff,#9d4edd);border-color:#c77dff80;box-shadow:0 0 25px #9d4edd80}.mobile-lotus-ring-petal:hover{border-color:#c77dff4d;box-shadow:0 0 15px #9d4edd40}.mobile-lotus-petal-text{color:#ffffffe6;font-size:2.5vw;font-weight:500;text-transform:uppercase;letter-spacing:.08em;pointer-events:none;transform:rotate(45deg);text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.5);width:60%}.skills-detail-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:40}.skills-detail-card-wrapper{position:absolute;top:10vh;right:2vw;transform:none;width:40vw;max-width:800px;z-index:40;pointer-events:auto}.skills-detail-card{background:#241058b3;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 50px #0006,inset 0 0 0 1px #ffffff0d;border-radius:32px;height:80vh;padding:3.5rem;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;gap:1.5rem;position:relative;overflow:hidden}.skills-detail-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(165,180,252,.08),transparent 60%);pointer-events:none;z-index:0}.skills-header{position:relative;z-index:1;display:flex;flex-direction:column;gap:1rem;margin-bottom:.5rem}.skills-detail-title{font-size:3.5rem;font-weight:200;margin:0;background:linear-gradient(135deg,#fff,#cbd5e1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.02em;line-height:1;font-family:Outfit,sans-serif}.skills-divider{height:1px;width:100%;background:linear-gradient(90deg,#fff3,#fff0);transform-origin:left}.skills-detail-desc-wrapper{position:relative;z-index:1;flex:1;overflow-y:auto;padding-right:.25rem}.skills-detail-desc-wrapper::-webkit-scrollbar{width:3px}.skills-detail-desc-wrapper::-webkit-scrollbar-track{background:transparent}.skills-detail-desc-wrapper::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:2px}.skills-detail-desc{font-size:1.05rem;line-height:1.8;color:#ffffffb3;font-weight:300;margin:0;border-left:2px solid rgba(167,139,250,.15);padding-left:1.25rem}.skill-term-highlight{color:#ffffffeb;font-weight:500;transition:color .2s ease}.skill-term-highlight:hover{color:#a78bfa}.skills-tools-section{position:relative;z-index:1;margin-top:1.25rem;display:flex;flex-direction:column;gap:1rem;flex-shrink:0}.skills-tools-section h4{margin:0;font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;color:#fff6;font-weight:500;display:flex;align-items:center;gap:.5rem}.tools-label-icon{display:inline-flex;opacity:.6}.skills-tools-grid{display:flex;flex-wrap:wrap;gap:.75rem}.skill-tool-tag{font-size:.9rem;color:#ffffffe6;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:.5rem 1rem;border-radius:100px;transition:all .3s ease;cursor:default}.skill-tool-tag:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}@media(max-width:1024px){.skills-detail-card-wrapper{width:90vw;right:5vw;padding:0;top:50%;transform:translateY(-50%)!important;height:auto;max-height:80vh}.skills-detail-card{padding:2rem;height:auto;min-height:50vh}.skills-detail-title{font-size:2.5rem}}@media(max-width:768px){.skills-detail-container{display:block;position:relative;height:100%;width:100%}.skills-detail-card-wrapper{position:relative;top:auto;right:auto;width:100%;max-width:none;transform:none!important;height:auto;max-height:none;margin-top:15vh}.skills-detail-card{padding:6vw;height:auto;min-height:auto;border-radius:5vw}.skills-detail-title{font-size:8vw}.skills-detail-desc-wrapper{flex:none;overflow:visible}.skills-detail-desc{font-size:3.8vw;line-height:1.6}.skill-tool-tag{font-size:3vw;padding:1.5vw 3vw}.skills-tools-section h4{font-size:3vw}}.email-modal-backdrop{position:fixed;inset:0;width:100%;height:100%;background:#000000b3;backdrop-filter:blur(16px) saturate(120%);-webkit-backdrop-filter:blur(16px) saturate(120%);z-index:3500;display:flex;justify-content:center;align-items:center;padding:2rem;box-sizing:border-box}.email-modal-content{background:#140a32d9;backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 80px #0009,inset 0 0 0 1px #ffffff08;border-radius:28px;width:100%;max-width:580px;position:relative;display:flex;flex-direction:column;color:#fff;overflow:hidden;padding:2.5rem 2rem;box-sizing:border-box}.email-modal-content:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at top right,rgba(165,180,252,.08),transparent 60%);pointer-events:none;z-index:0}.email-close-button{position:absolute;top:1.25rem;right:1.25rem;width:36px;height:36px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:50%;color:#ffffff80;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.email-close-button:hover{background:#ffffff1a;border-color:#fff3;color:#fff;transform:scale(1.05)}.email-close-button:active{transform:scale(.95)}.email-modal-header{position:relative;z-index:1;margin-bottom:2rem}.email-modal-header h2{margin:0 0 .5rem;font-size:1.8rem;font-weight:300;background:linear-gradient(135deg,#fff,#cbd5e1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-family:Outfit,sans-serif;letter-spacing:-.02em}.email-modal-header p{margin:0;font-size:.9rem;color:#fff9;line-height:1.4}.email-form{position:relative;z-index:1;display:flex;flex-direction:column;gap:1.25rem}.email-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.email-form-group{display:flex;flex-direction:column;gap:.5rem}.email-form-group label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#a5b4fc}.email-input,.email-textarea{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:.75rem 1rem;color:#fff;font-size:.95rem;outline:none;transition:all .3s ease;width:100%;box-sizing:border-box}.email-input:focus,.email-textarea:focus{background:#ffffff0d;border-color:#a5b4fc;box-shadow:0 0 10px #a5b4fc26}.email-textarea{resize:none;min-height:120px;font-family:inherit}.email-validation-error{font-size:.8rem;color:#f87171;margin-top:-.25rem}.email-submit-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.85rem;background:linear-gradient(135deg,#4f46e5,#3730a3);border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #4f46e54d;margin-top:.5rem}.email-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#6366f1,#4f46e5);transform:translateY(-2px);box-shadow:0 6px 20px #4f46e566}.email-submit-btn:active:not(:disabled){transform:translateY(0)}.email-submit-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.email-success-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1rem;z-index:1}.email-success-icon-wrapper{width:72px;height:72px;background:#34d3991a;border:1px solid rgba(52,211,153,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#34d399;margin-bottom:1.5rem}.email-success-container h3{margin:0 0 .75rem;font-size:1.6rem;font-family:Outfit,sans-serif;color:#34d399}.email-success-container p{margin:0 0 2rem;font-size:.95rem;line-height:1.6;color:#ffffffb3;max-width:380px}.email-success-close-btn{padding:.75rem 2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.email-success-close-btn:hover{background:#ffffff1a;border-color:#fff3}.email-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:email-spin .8s linear infinite}@keyframes email-spin{to{transform:rotate(360deg)}}@media(max-width:600px){.email-modal-backdrop{padding:1rem}.email-modal-content{padding:2rem 1.25rem;border-radius:24px;max-height:90vh;overflow-y:auto}.email-form-row{grid-template-columns:1fr;gap:1.25rem}.email-modal-header h2{font-size:1.5rem}.email-modal-header p{font-size:.85rem}.email-input,.email-textarea{font-size:.9rem;padding:.65rem .85rem}.email-textarea{min-height:100px}}.contacts-grid a:hover .email-card-button{background:#a5b4fc2e!important;border-color:#a5b4fc!important;color:#fff!important;box-shadow:0 0 12px #a5b4fc33}.mobile-contacts-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:100%;padding:3vh 0;box-sizing:border-box;overflow-y:auto}.mobile-contacts-header{text-align:center;margin-bottom:2rem;z-index:10}.mobile-contacts-header h2{font-size:1.8rem;background:linear-gradient(to right,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 .5rem}.mobile-contacts-header p{font-size:.85rem;color:#fff9;margin:0;max-width:280px;line-height:1.4}.mobile-contacts-grid{display:flex;flex-direction:column;gap:3vh;width:90%;max-width:400px;z-index:10}.mobile-contact-card{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;text-decoration:none;color:#fff;width:100%;height:100px;background:#ffffff0f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:1rem 1.25rem;box-sizing:border-box;transition:all .3s ease}.mobile-contact-card:active{transform:scale(.98);background:#ffffff1a}.mobile-contact-card-title{font-size:1rem;font-weight:600;margin-bottom:.2rem}.mobile-contact-card-value{font-size:.85rem;font-family:Courier New,monospace;color:#ffffffe6;word-break:break-all;margin-bottom:.15rem}.mobile-contact-card-desc{font-size:.7rem;color:#ffffff80;margin-top:auto}.mobile-contact-card-button{font-size:.75rem;font-weight:600;padding:.25rem .6rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#a5b4fc;margin-top:.15rem;transition:all .2s ease;align-self:flex-start}.mobile-contact-card:active .mobile-contact-card-button{background:#a5b4fc26;border-color:#a5b4fc;color:#fff}.skill-modal-backdrop{position:fixed;inset:0;width:100%;height:100%;background:#000000a6;backdrop-filter:blur(16px) saturate(120%);-webkit-backdrop-filter:blur(16px) saturate(120%);z-index:3000;display:flex;justify-content:center;align-items:center;padding:2rem;box-sizing:border-box}.skill-modal-content{background:#1e0c4be0;backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 80px #00000080,inset 0 0 0 1px #ffffff08;border-radius:28px;width:100%;max-width:600px;max-height:85vh;overflow:hidden;position:relative;display:flex;flex-direction:column;color:#fff}.skill-modal-banner{width:100%;height:80px;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.05)}.skill-modal-glow{position:absolute;width:120px;height:120px;border-radius:50%;filter:blur(50px);opacity:.6;top:-60px;left:50%;transform:translate(-50%)}.skill-modal-category{font-size:.75rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:#ffffff80;z-index:1}.skill-term-highlight{color:#fff;font-weight:600;transition:color .2s ease}.skill-term-highlight:hover{color:var(--skill-theme-color, #a78bfa)}@media(max-width:768px){.skill-modal-backdrop{padding:1rem}.skill-modal-content{width:92vw;max-width:420px;max-height:85vh;border-radius:24px}.skill-modal-banner{height:60px}.modal-header h2{font-size:1.25rem!important;padding-right:2.5rem}.modal-description{font-size:.85rem!important;line-height:1.65!important}}html,body{margin:0;padding:0;scroll-snap-type:y mandatory;scroll-behavior:smooth;overflow-x:hidden}.scroll-container{background:transparent;position:relative;width:100%}.scroll-track{width:100%}.snap-point{width:100%;height:100vh;scroll-snap-align:start}.liquid-ui-container{position:fixed;top:0;left:0;width:100%;height:100vh;display:grid;grid-template-columns:1fr auto 1fr;grid-template-rows:200px 1fr 100px;padding:0;box-sizing:border-box;z-index:10;pointer-events:none;grid-template-areas:"left header right" "left lotus right" "left lotus right"}.top-name,.side-region{pointer-events:auto}.top-name{grid-area:header;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;padding:1rem;z-index:20;background:#7f7f7f0d;backdrop-filter:blur(8px) saturate(180%);-webkit-backdrop-filter:blur(8px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:30px;box-shadow:0 8px 32px #0000001a;margin:5rem 1rem 1rem;align-self:start;justify-self:center;width:auto;min-width:500px}.top-name h1{margin:0;font-size:3.5rem;font-weight:800;letter-spacing:.2em;white-space:nowrap;color:#8a2be2;background:none;background-clip:border-box;-webkit-background-clip:border-box;mix-blend-mode:normal;margin-bottom:.5rem;display:flex;flex-direction:column;align-items:center;line-height:1}.name-split-row{display:flex;justify-content:center;align-items:center}.portfolio-label{font-size:.8rem;font-weight:400;opacity:.7;letter-spacing:.4em;margin-top:.2rem;text-transform:uppercase;color:#8a2be2;background:none;background-clip:border-box;-webkit-background-clip:border-box;mix-blend-mode:normal}.header-slogan-wrapper{min-width:400px;display:flex;justify-content:center;align-items:center}.top-nav{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:center;align-items:center;padding:1.25rem 1rem 0;z-index:500;pointer-events:none}.top-nav-inner{display:flex;gap:.25rem;padding:.4rem;background:#10002b8c;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border:1px solid rgba(255,255,255,.08);border-radius:100px;box-shadow:0 8px 32px #0000004d;pointer-events:auto}.nav-logo{height:28px;width:auto;margin-right:.5rem;align-self:center;border-radius:4px}.nav-item{position:relative;background:transparent;border:none;color:#ffffff80;font-family:Inter,system-ui,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.04em;padding:.5rem 1.1rem;border-radius:100px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.nav-item:hover{color:#fffc;background:#ffffff0a}.nav-item.active{color:#fff;background:#a78bfa26}.nav-item-label{position:relative;z-index:1}.nav-item-indicator{position:absolute;bottom:.2rem;left:50%;transform:translate(-50%);width:12px;height:2px;background:#a78bfa;border-radius:2px}.nav-lang-divider{width:1px;height:20px;background:#ffffff1a;margin:0 .25rem;align-self:center}.nav-lang-toggle{display:flex;gap:1px;padding:1px;align-self:center}.nav-lang-btn{background:transparent;border:1px solid transparent;color:#fff6;border-radius:6px;padding:3px 8px;font-size:.7rem;font-weight:700;font-family:Inter,sans-serif;letter-spacing:.5px;cursor:pointer;transition:all .2s ease;line-height:1.4}.nav-lang-btn.active{background:#a5b4fc26;color:#fff;border-color:#a5b4fc4d}.nav-lang-btn:hover{color:#ffffffb3}@media(max-width:768px){.top-nav{padding:.75rem .5rem 0}.top-nav-inner{gap:.1rem;padding:.3rem .6rem;width:auto;max-width:95vw;justify-content:center;align-items:center}.nav-logo{height:22px;margin-right:.25rem}.nav-item{font-size:.7rem;padding:.4rem .7rem}.nav-item-indicator{width:8px;height:1.5px}.nav-lang-toggle{margin-left:0}.nav-lang-btn{font-size:.65rem;padding:2px 6px}}.side-region{display:flex;flex-direction:column;justify-content:center;gap:2rem;padding:0 4rem;position:relative;z-index:100}.side-region.left{grid-area:left;align-items:flex-start}.side-region.right{grid-area:right;align-items:flex-end}.glass-card{background:#ffffff0d;backdrop-filter:blur(50px) saturate(180%);-webkit-backdrop-filter:blur(50px) saturate(180%);border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 40px #0003;border-radius:24px;padding:2rem;width:180px;height:180px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;transition:all .5s ease;position:relative;z-index:101}.info-glass-card{flex:1 1 0px;min-width:0;height:auto;margin:0 10px;background:#ffffff05;backdrop-filter:blur(40px) saturate(180%) brightness(1.1);-webkit-backdrop-filter:blur(40px) saturate(180%) brightness(1.1);border-radius:20px;border:1px solid rgba(255,255,255,.15);box-shadow:0 8px 32px #0006,inset 0 0 0 1px #ffffff0d;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2.5rem 1.5rem;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:backdrop-filter,transform;z-index:100;position:relative}.static-info .info-label{font-size:.7rem;color:#ffffff80;letter-spacing:.2em;margin-bottom:.5rem;text-transform:uppercase;display:block}.static-info .info-value{font-size:1.5rem;font-weight:600;color:#fff;letter-spacing:.05em;line-height:1.2}.lotus-container{grid-area:lotus;position:relative;display:flex;z-index:5;pointer-events:none;align-self:end;padding-bottom:10vh;width:100%}.scroll-instruction{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);font-size:.7rem;letter-spacing:.3em;color:#8a2be2;background:none;background-clip:border-box;-webkit-background-clip:border-box;mix-blend-mode:normal;pointer-events:none;z-index:20}@media(max-width:1024px){.liquid-ui-container{display:flex;flex-direction:column;align-items:center;padding-bottom:20vh;overflow-y:auto;overflow-x:hidden;grid-template-areas:none;grid-template-columns:1fr;grid-template-rows:auto}.top-name{margin-top:2rem;width:90%;min-width:unset;max-width:600px}.top-name h1{font-size:clamp(2rem,8vw,3.5rem)}.side-region{width:100%;padding:1rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;justify-content:center;justify-items:center}.side-region.left,.side-region.right{align-items:stretch}.glass-card,.info-glass-card{width:100%;max-width:200px;height:auto;aspect-ratio:1/1;margin:0}.info-glass-card{padding:1.5rem;min-width:unset;aspect-ratio:unset}.lotus-container{position:fixed;bottom:0;left:0;width:100%;height:40vh;pointer-events:none;z-index:-1;justify-content:center;align-items:flex-end;padding-bottom:0}}@media(max-width:600px){.top-name{width:85%;min-width:unset;max-width:300px;margin:1.5rem auto 1rem;padding:.75rem}.top-name h1{font-size:1.6rem;margin-bottom:.1rem}.portfolio-label{font-size:.6rem;letter-spacing:.3em}.name-split-row{min-width:unset!important;width:100%!important;flex-direction:column;gap:0}.name-split-row>div{text-align:center!important;margin:0!important}.name-split-row span{display:none!important}.side-region{grid-template-columns:1fr;max-width:350px;margin:0 auto}.info-glass-card{width:100%;max-width:100%;margin-bottom:.5rem}.static-info .info-value{font-size:1.25rem}}.intro-cards-grid{position:absolute;top:50%;left:50%;display:flex;flex-direction:row;justify-content:center;align-items:stretch;width:80%;max-width:1200px;z-index:20;gap:20px}@media(max-width:1024px){.intro-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);width:90%;gap:15px;top:45%}}@media(max-width:600px){.intro-cards-grid{display:flex;flex-direction:column;align-items:center;width:90%;max-width:320px;gap:12px;top:45%}.intro-cards-grid .info-glass-card{width:100%;max-width:280px;padding:1.25rem 1rem;margin:0}}.contacts-grid{display:grid;grid-template-columns:repeat(3,240px);gap:1.5rem;width:100%;max-width:1200px;padding:0 1rem;margin:0 auto;justify-content:center}.contacts-grid>a{width:240px;height:160px;box-sizing:border-box}@media(max-width:1024px){.contacts-grid{grid-template-columns:repeat(2,240px)}}@media(max-width:600px){.contacts-grid{grid-template-columns:1fr;gap:3vh;width:90%;padding:0;margin:3vh auto}.contacts-grid>a{width:100%;height:120px}}@media(max-width:768px){html,body{scroll-snap-type:none!important;scroll-behavior:smooth!important;overflow-y:auto!important}.mobile-app-layout{width:100%;min-height:100vh;overflow-x:hidden;background:transparent;position:relative}.mobile-content-flow{padding:5rem 1rem 3rem;display:flex;flex-direction:column;gap:4rem;width:100%;box-sizing:border-box}.mobile-section{width:100%;min-height:auto;display:flex;flex-direction:column;position:relative;z-index:10}.mobile-intro-section{align-items:center;text-align:center;min-height:calc(100vh - 8rem);justify-content:center;gap:2rem}.mobile-info-cards{display:flex;flex-direction:column;gap:.75rem;width:90%;max-width:320px;margin:2rem auto 0;box-sizing:border-box}.mobile-info-cards .info-glass-card{width:100%;max-width:none;aspect-ratio:auto!important;height:auto!important;padding:1.25rem 1.5rem;margin:0;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem}.mobile-section-header{margin-bottom:1.5rem;align-self:center;text-align:center;position:relative}.mobile-section-header h2{font-family:Orbitron,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#fff;margin:0}.mobile-header-underline{width:40px;height:3px;background:#a78bfa;margin:.5rem auto 0;border-radius:2px;box-shadow:0 0 10px #a78bfa99}.mobile-projects-list{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:480px;margin:0 auto;padding:0 1rem;box-sizing:border-box}.mobile-projects-list h3{font-size:1rem;font-weight:600;color:#fff9;margin:.5rem 0;letter-spacing:.05em;text-transform:uppercase}.mobile-project-card{background:#190a33;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:1.25rem;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;width:100%;box-sizing:border-box;transition:background .3s,transform .2s,box-shadow .3s;box-shadow:0 4px 20px #0000004d}.mobile-project-card.pro{border-left:4px solid #4B1DB0}.mobile-project-card.fun{border-left:4px solid #00FFFF}.mobile-project-card:active{background:#25124a;transform:scale(.98);box-shadow:0 2px 10px #0006}.mobile-project-card-header{display:flex;justify-content:space-between;align-items:center}.mobile-project-card-header h4{margin:0;font-size:1rem;font-weight:600;color:#fff}.mobile-project-card p{margin:0;font-size:.8rem;line-height:1.4;color:#fff9}.mobile-skills-list{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:480px;margin:0 auto;padding:0 1rem;box-sizing:border-box}.mobile-skill-card{background:#190a33;border:1px solid rgba(255,255,255,.12);border-left:4px solid var(--skill-color);border-radius:16px;padding:1.25rem;cursor:pointer;display:flex;flex-direction:column;gap:.75rem;width:100%;box-sizing:border-box;transition:background .3s,transform .2s,box-shadow .3s;box-shadow:0 4px 20px #0000004d}.mobile-skill-card:active{background:#25124a;transform:scale(.98);box-shadow:0 2px 10px #0006}.mobile-skill-card-header{display:flex;justify-content:space-between;align-items:center}.mobile-skill-card-header h4{margin:0;font-size:1rem;font-weight:600;color:#fff}.mobile-skill-card-header .arrow-icon{color:#fff6;font-size:1.2rem}.mobile-skill-tools-preview{display:flex;flex-wrap:wrap;gap:.4rem}.skill-tool-tag-preview{font-size:.7rem;padding:.2rem .5rem;border-radius:6px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#fff9}.skill-tool-tag-preview.more{color:#a78bfa;background:#a78bfa1a;border-color:#a78bfa33}}
