@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.contact-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10002;padding:1rem;animation:fadeIn .3s ease-out;overflow-y:auto;-webkit-overflow-scrolling:touch}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.contact-modal{background:linear-gradient(135deg,#14141ef2,#1e1e2ef2);border:1px solid rgba(162,89,255,.3);border-radius:20px;padding:2rem;max-width:600px;width:100%;max-height:calc(100vh - 2rem);overflow-y:auto;position:relative;margin:auto;box-shadow:0 20px 60px #00000080,0 0 0 1px #a259ff33,inset 0 1px #ffffff1a;animation:slideUp .3s cubic-bezier(.4,0,.2,1);z-index:10003}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.contact-modal-close{position:absolute;top:1rem;right:1rem;background:#a259ff1a;border:1px solid rgba(162,89,255,.3);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#d1bfff;font-size:1.5rem;transition:all .3s ease}.contact-modal-close:hover{background:#a259ff33;border-color:#a259ff80;transform:rotate(90deg)}.contact-modal-header{text-align:center;margin-bottom:2rem}.contact-modal-header .contact-modal-icon{font-size:3rem;color:#a259ff;margin-bottom:1rem;filter:drop-shadow(0 0 10px rgba(162,89,255,.5))}.contact-modal-header h2{font-size:2rem;margin:.5rem 0;background:linear-gradient(135deg,#a259ff,#d1bfff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-modal-header p{color:#d1bfff;font-size:.95rem;margin:.5rem 0 0;opacity:.8}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#d1bfff;font-size:.9rem;font-weight:500}.form-group input,.form-group textarea{background:#14141e99;border:1px solid rgba(162,89,255,.2);border-radius:10px;padding:.875rem 1rem;color:#fff;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#d1bfff66}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#a259ff;box-shadow:0 0 0 3px #a259ff1a;background:#14141ecc}.form-group textarea{resize:vertical;min-height:120px}.form-success,.form-error{padding:1rem;border-radius:10px;text-align:center;font-size:.9rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#4ade80}.form-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171}.contact-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.schedule-call-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,#00c853,#00e676);border:none;border-radius:10px;padding:1rem 2rem;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px #00c85366,inset 0 1px #fff3}.schedule-call-btn svg{font-size:1.25rem}.schedule-call-btn:hover{transform:translateY(-2px);box-shadow:0 6px 30px #00c85399,inset 0 1px #fff3;background:linear-gradient(135deg,#00e676,#00c853)}.schedule-call-btn:active{transform:translateY(0)}.contact-submit-btn{background:linear-gradient(135deg,#8c52ff,#a259ff,#b366ff);border:none;border-radius:10px;padding:1rem 2rem;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #a259ff66,inset 0 1px #fff3}.contact-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 30px #a259ff99,inset 0 1px #fff3}.contact-submit-btn:active:not(:disabled){transform:translateY(0)}.contact-submit-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.contact-modal{padding:1.5rem;max-height:95vh}.contact-modal-header h2{font-size:1.5rem}.contact-modal-header .contact-modal-icon{font-size:2.5rem}.contact-form{gap:1.25rem}}.navbar{display:flex;justify-content:center;align-items:center;position:fixed;width:100%;z-index:10;height:70px;top:0;transition:all .7s ease;background-color:1,17,26,.55;box-shadow:0 0 10px #2d0057}.blur{background-color:#01111a8c;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(20px);box-shadow:0 0 10px #2d0057}.react-icon{color:#a259ff;margin-right:.6rem;font-size:1.5rem;vertical-align:middle}.nav-container{display:flex;justify-content:space-between;align-items:center;width:90%;max-width:1200px}.nav-logo a{font-size:28px;color:#d1bfff;text-decoration:none;font-weight:800;letter-spacing:1px;transition:.3s}.nav-logo a:hover{text-shadow:0 0 6px #caa7ff}.nav-links{display:flex;list-style:none;gap:30px;align-items:center}.nav-links li{position:relative}.nav-links li:after{display:none!important;content:none!important}.nav-links li:before{display:none!important;content:none!important}.nav-links li:not(:last-child):after{display:none!important;content:none!important}.nav-links li:not(:last-child):before{display:none!important;content:none!important}.nav-links li a{position:relative;display:flex;align-items:center;gap:8px;color:#d1bfff;text-decoration:none;font-size:20px;font-weight:600;transition:color .3s ease,text-shadow .3s ease;padding:.25rem 0}.nav-links li a:after{content:"";position:absolute;bottom:-4px;left:0;width:0%;height:2px;background:#fff;border-radius:2px;transition:width .3s ease}.nav-links li a:hover:after{width:100%}.nav-links li a:hover{color:#fff}.nav-icon{font-size:22px;transition:.3s ease}.nav-links li a:hover .nav-icon,.active a{color:#fff}.nav-contact-btn{position:relative;display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#8c52ff,#a259ff,#b366ff);border:none;border-radius:8px;padding:.5rem 1rem;color:#fff;text-decoration:none;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #a259ff4d,inset 0 1px #fff3;margin-top:2px}.nav-contact-btn:hover{transform:translateY(-2px);box-shadow:0 4px 20px #a259ff80,inset 0 1px #fff3;color:#fff}.nav-contact-btn .nav-icon{font-size:20px;color:#fff;filter:drop-shadow(0 0 3px rgba(255,255,255,.5))}.nav-contact-btn.mobile{width:100%;justify-content:flex-start;background:transparent;border:none;border-radius:0;padding:1rem 2rem;box-shadow:none;border-left:3px solid transparent}.nav-contact-btn.mobile:hover{background:#a259ff1a;border-left-color:#a259ff;transform:none;box-shadow:none}.hamburger{display:none;cursor:pointer;z-index:1000}.hamburger-icon{font-size:32px;color:#d1bfff;transition:color .3s ease,transform .3s ease}.hamburger:hover .hamburger-icon{color:#fff;transform:scale(1.1)}.mobile-nav{position:fixed;top:70px;right:-100%;width:250px;height:calc(100vh - 70px);background:#01111afa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:right .3s ease-in-out;z-index:999;box-shadow:-5px 0 15px #8252ff4d;border-left:1px solid rgba(162,89,255,.2)}.mobile-nav.open{right:0}.mobile-nav-links{list-style:none;padding:2rem 0;margin:0;display:flex;flex-direction:column;gap:0}.mobile-nav-links li{width:100%}.mobile-nav-links li a{display:flex;align-items:center;gap:15px;padding:1rem 2rem;color:#d1bfff;text-decoration:none;font-size:18px;font-weight:600;transition:all .3s ease;border-left:3px solid transparent}.mobile-nav-links li a:hover{background:#a259ff1a;color:#fff;border-left-color:#a259ff}.mobile-nav-links .active a{background:#a259ff26;border-left-color:#a259ff;color:#fff}@media screen and (max-width:968px){.desktop-nav{display:none}.hamburger{display:block}}@media screen and (min-width:969px){.mobile-nav{display:none}}.footer{width:100%;background:#01111af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#d1bfff;font-family:Raleway,sans-serif;box-shadow:0 -5px 20px #2d00574d;border-top:1px solid rgba(162,89,255,.2);padding:1.5rem 1.5rem 0;padding-bottom:0;z-index:10;margin-top:auto;flex-shrink:0;margin-bottom:0}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:1rem}.footer-section h3.footer-heading{color:#fff;font-size:1.2rem;margin-bottom:.5rem;text-shadow:0 0 10px rgba(162,89,255,.4);background:linear-gradient(135deg,#a259ff,#7aa2f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-section .footer-tagline{color:#d1bfff;font-size:.85rem;line-height:1.5;max-width:300px}.footer-section h4.footer-title{color:#fff;font-size:1rem;margin-bottom:.75rem;text-shadow:0 0 8px rgba(162,89,255,.3)}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.footer-links li a{color:#d1bfff;text-decoration:none;font-size:.85rem;transition:all .3s ease;display:inline-block}.footer-links li a:hover{color:#fff;text-shadow:0 0 5px rgba(162,89,255,.6);transform:translate(5px)}.footer-social{display:flex;gap:.75rem}.footer-social a{color:#d1bfff;font-size:1.3rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;background:#a259ff0d;border:1px solid rgba(162,89,255,.2)}.footer-social a:hover{color:#fff;background:#a259ff33;border-color:#a259ff;transform:translateY(-3px);box-shadow:0 5px 15px #a259ff66}.footer-social .footer-email-btn{color:#d1bfff;font-size:1.3rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;background:#a259ff0d;border:1px solid rgba(162,89,255,.2);cursor:pointer;padding:0;margin:0}.footer-social .footer-email-btn:hover{color:#fff;background:#a259ff33;border-color:#a259ff;transform:translateY(-3px);box-shadow:0 5px 15px #a259ff66}.footer-bottom{border-top:1px solid rgba(162,89,255,.2);padding:0;text-align:center;max-width:1200px;margin:0 auto}.footer-bottom p{margin:0;padding:.5rem 0;font-size:.8rem;color:#d1bfff}.footer-bottom .footer-credit{font-size:.75rem;color:#7aa2f7;display:flex;align-items:center;justify-content:center;gap:.5rem}.footer-bottom .footer-credit .heart-icon{color:#ff6b9d;animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media(max-width:968px){.footer-container{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-section:first-child{grid-column:1/-1;text-align:center}.footer-section:first-child .footer-tagline{margin:0 auto}}@media(max-width:640px){.footer{padding:2rem 1rem 1rem}.footer-container{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-section .footer-tagline{margin:0 auto}.footer-links{align-items:center}.footer-social{justify-content:center}.footer-bottom .footer-credit{font-size:.8rem}}.particles-container{position:fixed;top:0;left:0;z-index:-1;width:100%;height:100%;pointer-events:none;cursor:none}.neon-cursor-container{pointer-events:none;position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%}.cursor-main{position:absolute;width:20px;height:20px;background:#a259ffe6;border-radius:50%;box-shadow:0 0 10px #a259ffe6,0 0 30px #a259ff99;z-index:10001}.cursor-trail{position:absolute;width:40px;height:40px;border:2px solid #b993ff;border-radius:50%;z-index:10000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:0 0 20px #b993ff66;transition:border-color .2s ease,border-width .2s ease}.cursor-glow{position:absolute;width:60px;height:60px;border-radius:50%;background:radial-gradient(circle,rgba(185,147,255,.25) 0%,transparent 60%);opacity:.4;z-index:9999;transition:opacity .3s ease}.social-sidebar{position:fixed;top:50%;left:2rem;transform:translateY(-50%);display:flex;flex-direction:column;gap:1.2rem;z-index:1000}.social-sidebar a{color:#d1bfff;text-shadow:0 0 8px rgba(162,89,255,.6);font-size:1.8rem;transition:color .3s,transform .3s}.social-sidebar a:hover{color:#a259ff;transform:scale(1.2)}@media(max-width:768px){.social-sidebar{left:1rem;gap:1rem}.social-sidebar a{font-size:1.5rem}}@media(max-width:480px){.social-sidebar{left:.5rem;gap:.8rem}.social-sidebar a{font-size:1.3rem}}.page-wrapper{position:relative;z-index:1;background:transparent;min-height:100vh;padding:2rem}.home-page{position:relative;z-index:1;padding:4rem 2rem;min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;color:#fff;font-family:Raleway,sans-serif;overflow:hidden;margin-bottom:5rem;margin-top:5rem}.home-page .hero-container{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.home-page .intro-text{max-width:800px;width:100%;text-align:center}.home-page .intro-text h1{font-size:4rem;margin-bottom:1.5rem;color:#d1bfff;text-shadow:0 0 8px rgba(162,89,255,.6)}.home-page .intro-text h1 .gradient-text{background:linear-gradient(135deg,#a259ff,#7aa2f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-page .intro-text .hero-tagline{font-size:1.5rem;margin-bottom:3rem;color:#e0d1ff;font-weight:300;text-shadow:0 0 10px rgba(162,89,255,.3)}.home-page .intro-text .button-group{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.home-page .intro-text .explore-btn{display:inline-flex;align-items:center;justify-content:center;min-width:200px;padding:1rem 2.5rem;background:linear-gradient(135deg,#8c52ff,#a259ff,#b366ff);color:#fff;font-size:1.1rem;border:none;border-radius:12px;text-decoration:none;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #a259ff66,inset 0 1px #fff3;position:relative;overflow:hidden}.home-page .intro-text .explore-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.home-page .intro-text .explore-btn .icon{margin-left:.75rem;font-size:1.2rem;transition:transform .3s ease;position:relative;z-index:1}.home-page .intro-text .explore-btn:hover{background:linear-gradient(135deg,#b366ff,#a259ff,#8c52ff);transform:translateY(-4px);box-shadow:0 8px 30px #a259ff99,inset 0 1px #ffffff4d}.home-page .intro-text .explore-btn:hover:before{left:100%}.home-page .intro-text .explore-btn:hover .icon{transform:translate(6px)}.home-page .intro-text .explore-btn:active{transform:translateY(-2px);box-shadow:0 4px 15px #a259ff80,inset 0 1px #fff3}@media(max-width:768px){.home-page .hero-container{flex-direction:column;align-items:center}.home-page .intro-text h1{font-size:2.5rem}.home-page .intro-text .hero-tagline{font-size:1.2rem}.home-page .button-group{flex-direction:column;width:100%;gap:1rem}.home-page .button-group .explore-btn{width:100%;padding:1rem 2rem;font-size:1rem}}.about-page{position:relative;z-index:1;padding:10rem 2rem 4rem;max-width:1200px;margin:0 auto;font-family:Raleway,sans-serif;color:#d4d4e0;line-height:1.8}.about-header{margin-bottom:4rem}.about-header .header-content{display:flex;align-items:flex-start;gap:3rem;max-width:1100px;margin:0 auto;min-height:390px}.about-header .header-text{flex:1;text-align:left;background:#1e1e2e99;border:1px solid rgba(162,89,255,.15);border-radius:16px;padding:1rem 2rem 2rem;transition:all .3s ease}.about-header .header-text:hover{background:#28283cb3;border-color:#a259ff4d;box-shadow:0 10px 30px #a259ff33}.about-header .header-text h1{font-size:3.5rem;color:#e8e8f0;margin-top:0;margin-bottom:1.5rem;font-weight:700}.about-header .header-text h1 .gradient-text{background:linear-gradient(135deg,#a259ff,#7aa2f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-header .header-text .about-intro{font-size:1.15rem;color:#b8b8c8;line-height:1.8}.about-header .profile-photo-container{flex-shrink:0;position:relative;width:250px;height:390px;padding:0;display:inline-block;margin:0 0 0 auto}.about-header .profile-photo-container .profile-photo{width:100%;height:100%;object-fit:cover;border-radius:20px;border:2px solid rgba(162,89,255,.4);box-shadow:0 8px 32px #a259ff80,0 0 40px #a259ff4d,inset 0 1px #ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease;display:block;margin:0;padding:0}.about-header .profile-photo-container:hover .profile-photo{transform:translateY(-4px);box-shadow:0 12px 40px #a259ff99,0 0 50px #a259ff66,inset 0 1px #ffffff26;border-color:#a259ff99}.about-content{max-width:1100px;margin:0 auto}.info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.info-card{background:#1e1e2e99;border:1px solid rgba(162,89,255,.15);border-radius:16px;padding:2rem;transition:all .3s ease}.info-card:hover{transform:translateY(-5px);background:#28283cb3;border-color:#a259ff4d;box-shadow:0 10px 30px #a259ff33}.info-card h2{font-size:1.5rem;color:#e8e8f0;margin-bottom:1rem;font-weight:600}.info-card p{font-size:1rem;color:#b8b8c8;line-height:1.7}.hobbies-section{margin-top:3rem}.hobbies-section h2{font-size:2rem;color:#e8e8f0;margin-bottom:1rem;font-weight:600;text-align:center}.hobbies-section .hobbies-description{font-size:1.05rem;color:#b8b8c8;line-height:1.8;text-align:center;max-width:800px;margin:0 auto 2rem}.hobbies-interests-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.hobbies-interests-grid h3{font-size:1.5rem;color:#e8e8f0;margin-bottom:1.5rem;font-weight:600;padding-bottom:.75rem;border-bottom:2px solid rgba(162,89,255,.3)}.hobbies-column .hobby-list{display:flex;flex-direction:column;gap:1.5rem}.hobbies-column .hobby-item{background:#1e1e2e99;border:1px solid rgba(162,89,255,.15);border-radius:12px;padding:1.5rem;transition:all .3s ease}.hobbies-column .hobby-item:hover{transform:translateY(-3px);background:#28283cb3;border-color:#a259ff4d;box-shadow:0 8px 24px #a259ff33}.hobbies-column .hobby-item h4{font-size:1.2rem;color:#e8e8f0;margin-bottom:1rem;font-weight:600}.hobbies-column .hobby-item .equipment-list{list-style:none;padding:0;margin:0}.hobbies-column .hobby-item .equipment-list li{color:#b8b8c8;padding:.5rem 0;font-size:.95rem;border-bottom:1px solid rgba(162,89,255,.1);transition:all .2s ease;line-height:1.6}.hobbies-column .hobby-item .equipment-list li:last-child{border-bottom:none}.hobbies-column .hobby-item .equipment-list li:hover{color:#d4d4e0;padding-left:.5rem}.hobbies-column .hobby-item .equipment-list li:before{content:"▸";color:#a987ff;margin-right:.5rem;font-weight:700}.hobbies-column .hobby-item .equipment-list .hobby-link{color:#a987ff;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.hobbies-column .hobby-item .equipment-list .hobby-link:hover{color:#c8b0ff;transform:translate(5px)}.hobbies-column .hobby-item .equipment-list .hobby-link:before{content:"";margin-right:0}.interests-column .interests-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.interests-column .interests-list li{background:#1e1e2e99;border:1px solid rgba(162,89,255,.15);border-radius:8px;padding:1rem 1.25rem;color:#b8b8c8;font-size:.95rem;transition:all .3s ease;line-height:1.6}.interests-column .interests-list li:hover{background:#28283cb3;border-color:#a259ff4d;color:#d4d4e0;transform:translate(5px);box-shadow:0 4px 12px #a259ff26}.interests-column .interests-list li:before{content:"▹";color:#a987ff;margin-right:.75rem;font-weight:700;font-size:1rem}@media(max-width:968px){.info-cards{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:968px){.hobbies-interests-grid{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:768px){.about-page{padding:4rem 1.5rem 3rem}.about-header .header-content{flex-direction:column;align-items:center;text-align:center;gap:2rem}.about-header .header-text{text-align:center}.about-header .header-text h1{font-size:2.5rem}.about-header .header-text .about-intro{font-size:1rem}.about-header .profile-photo-container{width:200px;height:312px}.about-header .profile-photo-container .profile-photo{width:100%;height:100%}.hobbies-section h2{font-size:1.6rem}.hobbies-interests-grid{gap:2rem}.hobbies-interests-grid h3{font-size:1.3rem}.hobbies-column .hobby-item{padding:1.25rem}.interests-column .interests-list li{padding:.875rem 1rem;font-size:.9rem}.info-card{padding:1.5rem}}.resume-wrapper{position:relative;z-index:1;padding:10rem 2rem 4rem;max-width:1200px;margin:0 auto;font-family:Raleway,sans-serif;color:#d4d4e0;line-height:1.8}.resume-header{margin-bottom:3rem}.resume-title{font-size:3.5rem;color:#e8e8f0;margin-bottom:1.5rem;text-align:left;font-weight:700}.resume-title .gradient-text{background:linear-gradient(135deg,#a259ff,#7aa2f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.resume-cta-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.resume-download,.resume-contact{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:10px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;font-family:inherit}.resume-download svg,.resume-contact svg{font-size:1.1rem}.resume-download{background:linear-gradient(135deg,#a259ff,#8c52ff);color:#fff;box-shadow:0 4px 15px #a259ff4d;border:1px solid rgba(162,89,255,.5)}.resume-download:hover{background:linear-gradient(135deg,#8c52ff,#a259ff);transform:translateY(-2px);box-shadow:0 6px 20px #a259ff66}.resume-download:active{transform:translateY(0);box-shadow:0 2px 10px #a259ff4d}.resume-contact{background:#1e1e2ecc;color:#d1bfff;border:1px solid rgba(162,89,255,.3);box-shadow:0 4px 15px #a259ff26}.resume-contact:hover{background:#28283ce6;border-color:#a259ff80;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #a259ff40}.resume-contact:active{transform:translateY(0)}.resume-content{background:#1e1e2e99;border:1px solid rgba(162,89,255,.15);border-radius:16px;padding:3rem;transition:all .3s ease}.resume-content:hover{background:#28283cb3;border-color:#a259ff4d;box-shadow:0 10px 30px #a259ff33}.resume-name-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(162,89,255,.2)}.resume-name-header h2{font-size:2.5rem;color:#f0f0f5;margin:0 0 1rem;font-weight:700}.resume-name-header .contact-info{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;font-size:.95rem;color:#b8b8c8;line-height:1.6}.resume-name-header .contact-info span{white-space:nowrap}.resume-name-header .contact-info a{color:#a259ff;text-decoration:none;transition:color .3s ease}.resume-name-header .contact-info a:hover{color:#b366ff;text-decoration:underline}.resume-section{margin-bottom:2.5rem}.resume-section:last-child{margin-bottom:0}.section-title{font-size:1.5rem;font-weight:700;color:#e8e8f0;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid rgba(162,89,255,.3);padding-bottom:.5rem}.entry-item,.education-entry{margin-bottom:2rem;padding-left:1rem;border-left:2px solid rgba(162,89,255,.2);position:relative}.entry-item:before,.education-entry:before{content:"";position:absolute;left:-6px;top:.5rem;width:10px;height:10px;border-radius:50%;background:#a259ff;border:2px solid rgba(162,89,255,.4);box-shadow:0 0 8px #a259ff4d}.entry-item:last-child,.education-entry:last-child{margin-bottom:0}.entry-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem;margin-bottom:.5rem}.entry-header strong{color:#f0f0f5;font-weight:600;font-size:1.2rem}.entry-header .entry-date{color:#99a;font-size:.9rem;white-space:nowrap}.entry-role{color:#b8b8c8;font-style:italic;margin-bottom:.75rem;font-size:1rem}.skills-list{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.skill-category{color:#d0d0dc;font-size:.95rem;line-height:1.6}.skill-category strong{color:#e0d1ff;font-weight:600}ul{padding-left:1.5rem;margin:.75rem 0 0;list-style:none}ul li{color:#d0d0dc;font-size:.95rem;line-height:1.8;position:relative;margin-bottom:.5rem;padding-left:1rem}ul li:before{content:"●";color:#a259ff;font-weight:700;position:absolute;left:-.5rem}.background-visual{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1;overflow:hidden}.blur-circle{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:float 20s ease-in-out infinite}.circle1{width:400px;height:400px;background:radial-gradient(circle,#a259ff 0%,transparent 70%);top:10%;left:10%;animation-delay:0s}.circle2{width:300px;height:300px;background:radial-gradient(circle,#7aa2f7 0%,transparent 70%);top:60%;right:15%;animation-delay:5s}.circle3{width:350px;height:350px;background:radial-gradient(circle,#8c52ff 0%,transparent 70%);bottom:10%;left:50%;animation-delay:10s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@media(max-width:768px){.resume-wrapper{padding:4rem 1.5rem 3rem}.resume-title{font-size:2.5rem}.resume-content{padding:2rem 1.5rem}.resume-name-header h2{font-size:2rem}.resume-name-header .contact-info{font-size:.85rem;flex-direction:column;align-items:flex-start;gap:.25rem}.section-title{font-size:1.25rem}.entry-header{flex-direction:column;align-items:flex-start}.entry-item,.education-entry{padding-left:.75rem}}@media(max-width:480px){.resume-wrapper{padding:3rem 1rem}.resume-title{font-size:2rem}.resume-content{padding:1.5rem 1rem}.resume-name-header h2{font-size:1.75rem}.section-title{font-size:1.1rem}}.projects{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;background:transparent;color:#d4d4e0;text-align:center;line-height:1.8}.projects h1{font-size:3rem;margin-bottom:1rem;color:#e8e8f0;font-weight:700}.projects h1 .gradient-text{background:linear-gradient(135deg,#a259ff,#7aa2f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.projects .projects-intro{font-size:1.1rem;color:#b8b8c8;margin-bottom:2.5rem;max-width:600px}.projects .switch-container{display:flex;justify-content:center;margin-bottom:3rem}.projects .switch-wrapper{position:relative;display:flex;background:#14141ecc;border:1px solid rgba(162,89,255,.3);border-radius:50px;padding:.35rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000004d;width:400px;max-width:90%}.projects .switch-option{position:relative;z-index:2;flex:1;padding:1rem 2rem;border:none;background:transparent;color:#9090a8;border-radius:50px;cursor:pointer;font-size:1rem;font-weight:600;transition:color .3s ease;white-space:nowrap;text-align:center;min-width:0}.projects .switch-option:hover{color:#b8b8c8}.projects .switch-option.active{color:#fff}.projects .switch-slider{position:absolute;top:.35rem;left:.35rem;width:calc(50% - .35rem);height:calc(100% - .7rem);background:linear-gradient(135deg,#8c52ff,#a259ff,#b366ff);border-radius:50px;transition:transform .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #a259ff80,0 0 0 1px #a259ff66,inset 0 1px #fff3,inset 0 -1px #0003;z-index:1}.projects .switch-slider.right{transform:translate(calc(100% + .35rem))}.projects .switch-slider.left{transform:translate(0)}.projects .project-icon{display:flex;align-items:center;justify-content:center;font-size:64px;padding:1rem}.projects .project-icon svg{filter:drop-shadow(0 0 4px rgba(162,89,255,.3));color:#a987ff}.projects .projects-grid{display:grid;gap:2rem;max-width:900px;width:100%}.projects .projects-wrapper{position:relative;display:flex;justify-content:center;align-items:center;padding:2rem;z-index:1}.projects .project-card{display:flex;flex-direction:row;gap:1.5rem;background:#1e1e2e99;padding:2rem;border-radius:12px;text-decoration:none;color:inherit;transition:transform .3s ease,background .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #00000026;border:1px solid rgba(162,89,255,.15)}.projects .project-card:hover{transform:translateY(-4px);background:#28283cb3;box-shadow:0 8px 24px #a259ff33;border-color:#a259ff4d}.projects .project-card .project-image{width:120px;height:auto;object-fit:cover;border-radius:8px}.projects .project-card .project-content{flex:1}.projects .project-card .project-content h3{font-size:1.25rem;display:flex;align-items:center;justify-content:space-between;color:#e8e8f0;font-weight:600;margin-bottom:.75rem}.projects .project-card .project-content p{margin:.75rem 0;color:#b8b8c8;line-height:1.7}.projects .project-card .project-content .stars{font-size:.875rem;color:#9090a8}.projects .project-card .project-content .tech-stack{margin-top:1rem}.projects .project-card .project-content .tech-stack span{display:inline-block;background:#a259ff26;padding:.4rem .75rem;border-radius:6px;font-size:.8rem;margin-right:.5rem;margin-bottom:.5rem;color:#c8b0ff;border:1px solid rgba(162,89,255,.25);transition:all .2s ease}.projects .project-card .project-content .tech-stack span:hover{background:#a259ff40;border-color:#a259ff66}.projects .archive-link{display:inline-block;margin-top:2rem;font-weight:600;color:#a987ff;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px;border:1px solid rgba(162,89,255,.3)}.projects .archive-link:hover{color:#c8b0ff;background:#a259ff1a;border-color:#a259ff80;transform:translateY(-2px)}@media(max-width:768px){.projects h1{font-size:2.5rem}.projects .switch-wrapper{width:100%;max-width:320px}.projects .switch-option{padding:.75rem 1rem;font-size:.9rem}}.ventures-page{position:relative;z-index:1;padding:100px 2rem;max-width:1200px;margin:0 auto}.ventures-page h1{font-size:3.5rem;color:#e8e8f0;margin-bottom:1rem;text-align:center;font-weight:700}.ventures-page h1 .gradient-text{background:linear-gradient(135deg,#a259ff,#7aa2f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ventures-page .ventures-intro{text-align:center;color:#b8b8c8;font-size:1.2rem;line-height:1.8;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.ventures-timeline{position:relative;padding:2rem 0;max-width:1200px;margin:0 auto}.timeline-line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,transparent,rgba(162,89,255,.5) 10%,rgba(162,89,255,.5) 90%,transparent);transform:translate(-50%);z-index:0}.venture-card{position:relative;margin-bottom:4rem;display:flex;align-items:center;z-index:1}.venture-card.left{justify-content:flex-start}.venture-card.left .venture-content{margin-right:auto;margin-left:0}.venture-card.left .timeline-dot{order:1;margin-left:2rem}.venture-card.right{justify-content:flex-end}.venture-card.right .venture-content{margin-left:auto;margin-right:0}.venture-card.right .timeline-dot{order:-1;margin-right:2rem}.timeline-dot{position:absolute;left:50%;transform:translate(-50%);width:80px;height:80px;border-radius:50%;background:#1e1e2ee6;border:3px solid rgba(162,89,255,.5);display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 0 20px #a259ff4d}.timeline-dot .venture-icon{font-size:2.5rem}.venture-content{width:calc(50% - 80px);max-width:900px;background:#1e1e2e99;border:1px solid rgba(162,89,255,.15);border-radius:16px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.venture-content:hover{transform:translateY(-5px);background:#28283cb3;border-color:#a259ff4d;box-shadow:0 10px 40px #a259ff40}@media(min-width:1400px){.venture-content{max-width:900px}}@media(max-width:1200px){.venture-content{max-width:800px}}.venture-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.venture-header h2{color:#e8e8f0;font-size:1.6rem;margin-bottom:.5rem;font-weight:600;line-height:1.3}.venture-header .venture-role{color:#a987ff;font-size:.95rem;font-weight:500}.venture-meta{display:flex;gap:.5rem;align-items:center}.status-badge{padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:capitalize;border:1px solid;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.venture-description{color:#b8b8c8;font-size:1rem;line-height:1.8;margin-bottom:1.5rem}.technologies-section{margin-bottom:1.5rem}.technologies-section h3{color:#e8e8f0;font-size:.95rem;font-weight:600;margin-bottom:.75rem}.technologies-section .tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.technologies-section .tech-tag{background:#a259ff26;color:#c8b0ff;padding:.4rem .75rem;border-radius:6px;font-size:.8rem;font-weight:500;border:1px solid rgba(162,89,255,.25);transition:all .2s ease}.technologies-section .tech-tag:hover{background:#a259ff40;border-color:#a259ff66;transform:translateY(-1px)}.achievements-section{margin-bottom:1.5rem}.achievements-section h3{color:#e8e8f0;font-size:.95rem;font-weight:600;margin-bottom:.75rem}.achievements-section .achievements-list{list-style:none;padding:0;margin:0}.achievements-section .achievements-list li{color:#b8b8c8;padding:.5rem 0;display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.6}.achievements-section .achievements-list li .check-icon{color:#7dd3a6;font-weight:700;font-size:1.1rem;flex-shrink:0;margin-top:.1rem}.venture-footer{padding-top:1rem;border-top:1px solid rgba(162,89,255,.15);display:flex;justify-content:space-between;align-items:center}.venture-footer .venture-date{color:#9090a8;font-size:.85rem;font-weight:500}@media(max-width:968px){.timeline-line{left:40px}.venture-card.left,.venture-card.right{justify-content:flex-start;padding-left:100px}.venture-card.left .venture-content,.venture-card.right .venture-content{width:calc(100% - 100px);max-width:700px;margin-left:0;margin-right:0}.venture-card.left .timeline-dot,.venture-card.right .timeline-dot{position:absolute;left:40px;transform:translate(-50%);order:0;margin:0}}@media(max-width:768px){.ventures-page{padding:80px 1rem}.ventures-page h1{font-size:2.5rem}.ventures-page .ventures-intro{font-size:1rem}.timeline-dot{width:60px;height:60px}.timeline-dot .venture-icon{font-size:2rem}.venture-content{padding:1.5rem;max-width:100%}.venture-content .venture-header h2{font-size:1.5rem}}@media(max-width:480px){.venture-card.left,.venture-card.right{padding-left:70px}.venture-card.left .venture-content,.venture-card.right .venture-content{width:calc(100% - 70px);max-width:100%}.timeline-line{left:30px}.timeline-dot{left:30px;width:50px;height:50px}.timeline-dot .venture-icon{font-size:1.5rem}.venture-content{padding:1rem}.venture-content .venture-header{flex-direction:column;gap:1rem}}.equipment-page{position:relative;z-index:1;padding:100px 6rem 100px 2rem;max-width:1100px;margin:0 auto}.equipment-page h1{font-size:3.5rem;color:#fff;margin-bottom:1rem;text-align:center}.equipment-page h1 .gradient-text{background:linear-gradient(135deg,#a259ff,#7aa2f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.equipment-page .equipment-intro{text-align:center;color:#d1bfff;font-size:1.2rem;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.switch-container{display:flex;justify-content:center;margin-bottom:2rem;padding:0 1rem}.switch-wrapper{position:relative;display:flex;background:#14141ecc;border:1px solid rgba(162,89,255,.3);border-radius:50px;padding:.35rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000004d;width:400px;max-width:90%}.switch-option{position:relative;z-index:2;flex:1;padding:1rem 2rem;border:none;background:transparent;color:#9090a8;border-radius:50px;cursor:pointer;font-size:1rem;font-weight:600;transition:color .3s ease;white-space:nowrap;text-align:center;min-width:0}.switch-option:hover{color:#b8b8c8}.switch-option.active{color:#fff}.switch-slider{position:absolute;top:.35rem;left:.35rem;width:calc(50% - .35rem);height:calc(100% - .7rem);background:linear-gradient(135deg,#8c52ff,#a259ff,#b366ff);border-radius:50px;transition:transform .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #a259ff80,0 0 0 1px #a259ff66,inset 0 1px #fff3,inset 0 -1px #0003;z-index:1;box-sizing:border-box}.switch-slider:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.15) 0%,transparent 100%);border-radius:50px 50px 0 0;pointer-events:none}.switch-slider.left{transform:translate(0)}.switch-slider.right{transform:translate(100%)}.filter-container{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{padding:.75rem 1.5rem;border:2px solid rgba(162,89,255,.3);background:#a259ff0d;color:#d1bfff;border-radius:50px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.filter-btn:hover{background:#a259ff26;border-color:#a259ff;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #a259ff4d}.filter-btn.active{background:linear-gradient(135deg,#a259ff,#8c52ff);border-color:#a259ff;color:#fff;box-shadow:0 5px 20px #a259ff66}.equipment-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.equipment-card{background:#01111a99;border:1px solid rgba(162,89,255,.2);border-radius:20px;overflow:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.equipment-card:hover{transform:translateY(-10px);border-color:#a259ff;box-shadow:0 10px 40px #a259ff4d}.equipment-image{position:relative;width:100%;height:250px;background:linear-gradient(135deg,#a259ff1a,#7aa2f71a);display:flex;align-items:center;justify-content:center;overflow:hidden}.equipment-image img{width:100%;height:100%;object-fit:cover}.equipment-image .category-badge{position:absolute;top:1rem;left:1rem;background:#a259ffe6;color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:capitalize;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2}.placeholder-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#a259ff26,#7aa2f726)}.placeholder-image .equipment-icon{font-size:5rem;filter:grayscale(20%)}.equipment-content{padding:1.5rem}.equipment-content h3{color:#fff;font-size:1.5rem;margin-bottom:.5rem;text-shadow:0 0 10px rgba(162,89,255,.3)}.equipment-content .equipment-brand{color:#a259ff;font-size:.95rem;margin-bottom:1rem;font-weight:600}.equipment-content .equipment-description{color:#d1bfff;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.equipment-specs{margin-bottom:1.5rem}.equipment-specs h4{color:#fff;font-size:1rem;margin-bottom:.75rem;text-shadow:0 0 5px rgba(162,89,255,.2)}.equipment-specs .specs-grid{display:flex;flex-direction:column;gap:.5rem}.equipment-specs .spec-item{display:flex;justify-content:space-between;padding:.5rem;background:#a259ff0d;border-radius:8px;border-left:2px solid #a259ff}.equipment-specs .spec-item .spec-label{color:#7aa2f7;font-weight:600;font-size:.9rem}.equipment-specs .spec-item .spec-value{color:#d1bfff;font-size:.9rem;text-align:right}.equipment-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid rgba(162,89,255,.2)}.equipment-footer .price{color:#0f8;font-size:1.25rem;font-weight:700;text-shadow:0 0 10px rgba(0,255,136,.3)}.equipment-footer .year{color:#7aa2f7;font-size:.9rem;font-weight:600}@media(max-width:968px){.equipment-page{padding:100px 2rem}.switch-wrapper{width:350px}.switch-option{padding:.875rem 1.5rem;font-size:.95rem}}@media(max-width:768px){.equipment-page{padding:80px 1rem}.equipment-page h1{font-size:2.5rem}.equipment-page .equipment-intro{font-size:1rem}.equipment-grid{grid-template-columns:1fr;gap:1.5rem}.filter-container{gap:.5rem}.filter-btn{padding:.6rem 1.2rem;font-size:.9rem}.switch-wrapper{width:100%;max-width:320px}.switch-option{padding:.75rem 1rem;font-size:.9rem}}@media(max-width:480px){.equipment-page h1{font-size:2rem}.equipment-content h3{font-size:1.25rem}.software-grid{grid-template-columns:1fr}}.scroll-arrow{display:flex;justify-content:center;margin:4rem 0}.scroll-arrow .scroll-link{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 3rem;background:#1e1e2e99;border:1px solid rgba(162,89,255,.15);border-radius:16px;text-decoration:none;transition:all .3s ease}.scroll-arrow .scroll-link:hover{transform:translateY(-5px);background:#28283cb3;border-color:#a259ff4d;box-shadow:0 10px 30px #a259ff33}.scroll-arrow .scroll-link .arrow-text{font-size:1.2rem;color:#a987ff;font-weight:600}.scroll-arrow .scroll-link .arrow-icon{font-size:2rem;color:#a987ff;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.software-section{margin-top:2rem;padding-top:3rem;border-top:1px solid rgba(162,89,255,.15)}.software-section h2{font-size:2.5rem;color:#e8e8f0;text-align:center;margin-bottom:1rem;font-weight:600}.software-section h2 .gradient-text{background:linear-gradient(135deg,#a259ff,#7aa2f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.software-section .software-intro{text-align:center;color:#b8b8c8;font-size:1.1rem;margin-bottom:3rem;line-height:1.8}.software-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:1100px;margin:0 auto}.software-card{background:#1e1e2e99;border:1px solid rgba(162,89,255,.15);border-radius:12px;overflow:hidden;transition:all .3s ease}.software-card:hover{transform:translateY(-5px);background:#28283cb3;border-color:#a259ff4d;box-shadow:0 10px 30px #a259ff33}.software-card .software-image{position:relative;height:200px;overflow:hidden}.software-card .software-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.software-card .software-image .software-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.software-card .software-image .software-overlay .software-icon{font-size:3rem;filter:drop-shadow(0 0 8px rgba(162,89,255,.5))}.software-card .software-image:hover img{transform:scale(1.1)}.software-card .software-image:hover .software-overlay{background:#0003}.software-card h3{font-size:1.3rem;color:#e8e8f0;margin:1rem 1.5rem .75rem;font-weight:600}.software-card p{font-size:.95rem;color:#b8b8c8;line-height:1.6;margin:0 1.5rem 1.5rem}*{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.background-visual{display:none}.background-visual .blur-circle{position:absolute;border-radius:50%;filter:blur(100px);opacity:.4}.background-visual .circle1{width:500px;height:500px;background:radial-gradient(circle,rgba(162,89,255,.8) 0%,transparent 70%);bottom:-200px;left:15%}.background-visual .circle2{width:600px;height:600px;background:radial-gradient(circle,rgba(122,162,247,.6) 0%,transparent 70%);bottom:-250px;right:20%}.background-visual .circle3{width:450px;height:450px;background:radial-gradient(circle,rgba(180,100,255,.5) 0%,transparent 70%);bottom:-180px;left:50%;transform:translate(-50%)}@media(max-width:768px){.background-visual{height:250px}.background-visual .circle1,.background-visual .circle2,.background-visual .circle3{width:300px;height:300px}}
