@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.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}.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}.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;text-shadow:0 0 5px #ffffff,0 0 10px #8c52ff}.nav-icon{font-size:22px;transition:.3s ease}.nav-links li a:hover .nav-icon{color:#fff;filter:drop-shadow(0 0 5px #8c52ff)}.active a{color:#fff;text-shadow:0 0 8px #8c52ff}.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;text-shadow:0 0 5px #ffffff,0 0 10px #8c52ff}.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 1rem;z-index:10;margin-top:auto}.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-bottom{border-top:1px solid rgba(162,89,255,.2);padding-top:1rem;text-align:center;max-width:1200px;margin:0 auto}.footer-bottom p{margin:.2rem 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}.particles-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,#9c5dff26,#0b0f1afa 80%);z-index:-2}.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:100vh;display:flex;align-items:center;justify-content:center;color:#fff;font-family:Raleway,sans-serif;overflow:hidden}.home-page .hero-container{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;gap:clamp(2rem,6vw,6rem)}.home-page .intro-text{max-width:700px;width:100%;text-align:left}.home-page .intro-text h1{font-size:3rem;margin-bottom:3rem;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 p{font-size:1.2rem;margin-bottom:2rem;color:#c2c2d6}.home-page .intro-text .button-group{display:flex;gap:2rem;margin-top:2rem;flex-wrap:wrap}.home-page .intro-text .explore-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;background:linear-gradient(135deg,#a259ff,#7e5bef);color:#fff;font-size:1rem;border:none;border-radius:8px;text-decoration:none;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:all .3s ease,transform .3s ease,box-shadow .3s ease;box-shadow:0 0 10px #a259ff80}.home-page .intro-text .explore-btn .icon{margin-left:.75rem;font-size:1.2rem;transition:transform .3s ease}.home-page .intro-text .explore-btn:hover{background:linear-gradient(135deg,#7e5bef,#a259ff);transform:translateY(-3px);box-shadow:0 0 20px #a259ffb3}.home-page .intro-text .explore-btn:hover .icon{transform:translate(5px)}.home-page .intro-text .explore-btn:active{transform:translateY(1px);box-shadow:0 0 8px #a259ff80}.home-page .code-profile-box{background:#1c0b3ad9;padding:2rem 2.5rem;text-align:left;border-radius:10px;font-family:Fira Code,monospace;font-size:1.1rem;color:#d1bfff;box-shadow:0 0 25px #b4d2ff4d;white-space:pre-wrap;line-height:1.8;overflow-wrap:break-word;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);max-width:400px;min-width:350px;min-height:400px}@media(max-width:768px){.home-page .hero-container{flex-direction:column;align-items:center}.home-page .code-profile-box{display:none}}.about-page{position:relative;z-index:1;padding:6rem 2rem 4rem;max-width:1200px;margin:0 auto;font-family:Raleway,sans-serif;color:#d4d4e0;line-height:1.8}.about-header{text-align:center;margin-bottom:4rem}.about-header h1{font-size:3.5rem;color:#e8e8f0;margin-bottom:1.5rem;font-weight:700}.about-header h1 .gradient-text{background:linear-gradient(135deg,#a259ff,#7aa2f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-header .about-intro{font-size:1.15rem;color:#b8b8c8;line-height:1.8;max-width:800px;margin:0 auto}.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 .card-icon{font-size:3rem;margin-bottom:1rem;filter:drop-shadow(0 0 8px rgba(162,89,255,.3))}.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}.hobby-equipment{margin-top:2rem;padding:2rem;background:#1e1e2e66;border-radius:16px;border:1px solid rgba(162,89,255,.15)}.hobby-equipment .hobby-dropdown-trigger{font-size:1.3rem;color:#a987ff;margin-bottom:0;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .3s ease;padding:1rem;border-radius:10px;font-weight:600}.hobby-equipment .hobby-dropdown-trigger:hover{background:#a259ff1a;color:#c8b0ff}.hobby-equipment .hobby-dropdown-content{max-height:0;overflow:hidden;transition:max-height .5s ease,margin-top .5s ease;margin-top:0}.hobby-equipment .hobby-dropdown-content.open{max-height:2000px;margin-top:2rem}.hobby-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.hobby-card{background:#1e1e2e99;border:1px solid rgba(162,89,255,.15);border-radius:12px;padding:1.5rem;transition:all .3s ease}.hobby-card:hover{transform:translateY(-3px);background:#28283cb3;border-color:#a259ff4d;box-shadow:0 8px 24px #a259ff33}.hobby-card .hobby-icon{font-size:2.5rem;text-align:center;margin-bottom:1rem;filter:drop-shadow(0 0 8px rgba(162,89,255,.3))}.hobby-card h4{font-size:1.2rem;color:#e8e8f0;text-align:center;margin-bottom:1rem;font-weight:600}.hobby-card .equipment-list{list-style:none;padding:0;margin:0}.hobby-card .equipment-list li{color:#b8b8c8;padding:.5rem 0;font-size:.9rem;border-bottom:1px solid rgba(162,89,255,.1);transition:all .2s ease;line-height:1.6}.hobby-card .equipment-list li:last-child{border-bottom:none}.hobby-card .equipment-list li:hover{color:#d4d4e0;padding-left:.5rem}.hobby-card .equipment-list li:before{content:"▸";color:#a987ff;margin-right:.5rem;font-weight:700}.hobby-card .equipment-list .hobby-link{color:#a987ff;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.hobby-card .equipment-list .hobby-link:hover{color:#c8b0ff;transform:translate(5px)}.hobby-card .equipment-list .hobby-link:before{content:"";margin-right:0}@media(max-width:968px){.info-cards{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:768px){.about-page{padding:4rem 1.5rem 3rem}.about-header h1{font-size:2.5rem}.about-header .about-intro{font-size:1rem}.hobbies-section h2{font-size:1.6rem}.hobby-grid{grid-template-columns:1fr}.hobby-equipment,.info-card{padding:1.5rem}}.resume-wrapper{position:relative;z-index:1;padding:4rem 6rem 4rem 2rem;max-width:900px;margin:0 auto;margin-top:10vh;font-family:Raleway,sans-serif;color:#d4d4e0;line-height:1.8}.resume-download{display:inline-flex;align-items:center;margin-bottom:3rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#a259ff,#8c52ff);color:#fff;border-radius:10px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;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-title{font-size:2.5rem;color:#a259ff;margin-bottom:3rem;text-align:left;text-shadow:0 0 5px rgba(162,89,255,.2);border-left:4px solid #a259ff;padding-left:1rem}.resume-title .gradient-text{background:linear-gradient(135deg,#a259ff,#7aa2f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.resume-line{position:relative;border-left:2px solid rgba(162,89,255,.2);margin-left:20px;padding-left:2.5rem}.resume-entry{position:relative;margin-bottom:4rem}.resume-entry .dot{position:absolute;left:-28px;top:6px;width:12px;height:12px;border-radius:50%;border:2px solid #a259ff;background:#a259ff66;box-shadow:0 0 8px #a259ff4d}.resume-entry .resume-content h2{color:#b598ff;margin-bottom:1.5rem;font-size:1.5rem;font-weight:500;text-shadow:0 0 3px rgba(162,89,255,.2)}.resume-entry .resume-content .entry-group{display:flex;flex-direction:column;gap:2rem}.resume-entry .resume-content .entry-group strong{color:#f0f0f5;font-weight:500;font-size:1.05rem}.resume-entry .resume-content .entry-group em{color:#b8b8c8;display:block;margin-bottom:.5rem;font-style:italic;font-size:.9rem}.resume-entry .resume-content .entry-group .date{float:right;font-size:.85rem;color:#99a;font-weight:400}.resume-entry .resume-content .entry-group ul{padding-left:1.5rem;margin:.5rem 0 0}.resume-entry .resume-content .entry-group ul li{color:#d0d0dc;font-size:.95rem;line-height:1.8;position:relative;margin-bottom:.5rem}.resume-entry .resume-content .entry-group ul li:before{content:"•";color:#a259ff;font-weight:700;display:inline-block;width:1rem;margin-left:-1rem}.skill-group{margin-bottom:2.5rem}.skill-group h3{font-size:1.05rem;color:#b598ff;margin-bottom:1rem;font-weight:500;text-shadow:0 0 3px rgba(162,89,255,.2)}.skill-icons{display:flex;flex-wrap:wrap;gap:.8rem;list-style:none;padding:0;margin:0}.skill-icons li{display:flex;align-items:center;gap:.4rem;background:#a259ff14;color:#d8d8e8;padding:.5rem .9rem;border-radius:999px;font-size:.9rem;border:1px solid rgba(162,89,255,.15);transition:all .3s ease}.skill-icons li svg{font-size:1rem}.skill-icons li:hover{background:#a259ff26;border-color:#a259ff66;box-shadow:0 0 10px #a259ff33;transform:translateY(-2px)}@media(max-width:768px){.resume-wrapper{padding:4rem 2rem}.resume-title{font-size:2rem}.resume-line{margin-left:15px;padding-left:2rem}.resume-entry{margin-bottom:3rem}.resume-entry .dot{left:-24px}}@media(max-width:480px){.resume-wrapper{padding:3rem 1rem}}.projects{position:relative;z-index:1;min-height:100vh;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 .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 h2{font-size:2rem;margin-bottom:2rem}.projects h2 .gradient-text{background:linear-gradient(135deg,#a259ff,#7aa2f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.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;min-height:100vh;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)}.equipment-page{position:relative;z-index:1;min-height:100vh;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}.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}}@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}}@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}.ventures-page{position:relative;z-index:1;min-height:100vh;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}.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);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}.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);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}.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)}.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}}*{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.background-visual{position:fixed;bottom:0;left:0;width:100%;height:400px;pointer-events:none;overflow:hidden;z-index:0}.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}}
