.navbar{background:linear-gradient(to right,#151520,#151520 50%,#252538,#404057);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 25px #00000080;padding:1rem 2rem;position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;border-bottom:2px solid #6b6b8a}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:600;color:#fff;text-decoration:none;transition:all .2s ease;text-shadow:0 0 15px rgba(255,255,255,.5);display:flex;align-items:center;gap:.75rem}.navbar-icon{height:2rem;width:2rem;object-fit:contain;transition:all .2s ease}.navbar-logo:hover{color:#fff;text-shadow:0 0 20px rgba(73,249,195,1)}.navbar-logo:hover .navbar-icon{transform:scale(1.1);filter:drop-shadow(0 0 10px rgba(73,249,195,1)) drop-shadow(0 0 20px rgba(73,249,195,.8)) drop-shadow(0 0 30px rgba(73,249,195,.6))}.navbar-logo:active{transform:scale(.95)}.navbar-logo:active .navbar-icon{transform:scale(1.05);filter:drop-shadow(0 0 15px rgba(73,249,195,1)) drop-shadow(0 0 25px rgba(73,249,195,.9))}.navbar-menu{display:flex;gap:1.5rem;align-items:center}.navbar-link{color:#fff;text-decoration:none;font-weight:500;transition:all .2s ease;padding:.5rem 0;background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;position:relative}.navbar-link:hover{color:#49f9c3;text-shadow:0 0 10px rgba(73,249,195,.5)}.navbar-link:active{color:#7bffdb;transform:scale(.95);text-shadow:0 0 15px rgba(73,249,195,.8)}.navbar-divider{color:#6b6b8a;-webkit-user-select:none;user-select:none;opacity:.6}@media (max-width: 768px){.navbar{padding:1rem}.navbar-menu{gap:1rem;flex-wrap:wrap}.navbar-link{font-size:.9rem}}.feature-carousel{width:100%;max-width:960px;margin:0 auto;position:relative;padding:1.6rem 0}.carousel-container{position:relative;display:flex;align-items:center;justify-content:center;gap:1rem}.carousel-track{display:flex;align-items:center;justify-content:center;width:100%;max-width:960px;position:relative;height:320px;overflow:hidden}.feature-carousel .feature-card{position:absolute;width:256px;left:50%;top:50%;transform:translate(-50%,-50%) scale(.9);opacity:0;transition:all .5s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:1;background:#252538b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:16px;border:1.5px solid rgba(58,58,85,.5);box-shadow:0 8px 32px #0006;color:#e0e0e0;text-align:center}.feature-carousel .feature-card.hidden{opacity:0;transform:translate(-50%,-50%) scale(.8);pointer-events:none}.feature-carousel .feature-card.prev{opacity:.7;transform:translate(calc(-50% - 288px),-50%) scale(.95);pointer-events:all}.feature-carousel .feature-card.active{opacity:1;transform:translate(-50%,-50%) scale(1);pointer-events:all;z-index:2;border-color:#49f9c380;box-shadow:0 12px 40px #00000080,0 0 20px #49f9c333}.feature-carousel .feature-card.next{opacity:.7;transform:translate(calc(-50% + 288px),-50%) scale(.95);pointer-events:all}.feature-carousel .feature-icon{margin-bottom:1.2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin-left:auto;margin-right:auto}.feature-carousel .feature-icon img{width:100%;height:100%;object-fit:contain;transition:all .4s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 0 10px rgba(73,249,195,.3)) brightness(0) saturate(100%) invert(85%) sepia(100%) saturate(200%) hue-rotate(120deg)}.feature-carousel .feature-card.active .feature-icon img{filter:drop-shadow(0 0 10px rgba(73,249,195,.3)) brightness(0) saturate(100%) invert(85%) sepia(100%) saturate(200%) hue-rotate(120deg)}.feature-carousel .feature-card h3{font-size:1.2rem;margin-bottom:.8rem;color:#49f9c3;font-weight:600;transition:all .3s ease}.feature-carousel .feature-card p{color:#e0e0e0;line-height:1.6;opacity:.9}.carousel-button{background:#252538cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(73,249,195,.3);color:transparent;width:40px;height:40px;border-radius:50%;font-size:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;flex-shrink:0;line-height:1;padding:0;text-align:center;position:relative}.carousel-button-prev:before{content:"‹";position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% - 2px));line-height:1;font-size:1.6rem;color:#49f9c3}.carousel-button-next:before{content:"›";position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% - 2px));line-height:1;font-size:1.6rem;color:#49f9c3}.carousel-button:hover{background:#252538f2;border-color:#49f9c399;box-shadow:0 0 20px #49f9c366;transform:scale(1.1)}.carousel-button:hover:before{transform:translate(-50%,calc(-50% - 2px));color:#7bffdb}.carousel-button:active{transform:scale(.95)}.carousel-button:active:before{transform:translate(-50%,calc(-50% - 2px))}.carousel-indicators{display:flex;justify-content:center;gap:.6rem;margin-top:1.6rem}.indicator{width:10px;height:10px;border-radius:50%;border:2px solid rgba(73,249,195,.4);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.indicator:hover{border-color:#49f9c3b3;transform:scale(1.2)}.indicator.active{background:#49f9c3;border-color:#49f9c3;box-shadow:0 0 10px #49f9c399}@media (max-width: 1024px){.carousel-track{max-width:800px}.feature-carousel .feature-card{width:224px;padding:1.6rem}.feature-carousel .feature-card.prev{transform:translate(calc(-50% - 256px),-50%) scale(.95)}.feature-carousel .feature-card.next{transform:translate(calc(-50% + 256px),-50%) scale(.95)}}@media (max-width: 768px){.carousel-button{width:32px;height:32px;font-size:1.2rem}.carousel-track{height:280px}.feature-carousel .feature-card{width:192px;padding:1.2rem}.feature-carousel .feature-card.prev{transform:translate(calc(-50% - 224px),-50%) scale(.95)}.feature-carousel .feature-card.next{transform:translate(calc(-50% + 224px),-50%) scale(.95)}.feature-carousel .feature-card.hidden{display:none}}.home{text-align:center;color:#e0e0e0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:calc(100vh - 4.3rem);position:relative;width:100%;padding:2rem;z-index:1;overflow:hidden}.hero-section{padding:2rem;width:100%;max-width:800px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:1;flex:1 1 auto}.hero-title{font-size:4rem;font-weight:600;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);color:#fff}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.9;color:#e0e0e0}.motto-low{color:#f44;font-weight:700;text-shadow:0 0 8px rgba(255,68,68,.6);display:inline-block;animation:tremor .5s ease-in-out infinite}@keyframes tremor{0%,to{transform:translate(0)}25%{transform:translate(-1px)}75%{transform:translate(1px)}}.motto-high{color:#4f4;font-weight:700;position:relative;display:inline-block;text-shadow:0 0 8px rgba(68,255,68,.6)}.motto-high:before{content:"High";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,transparent 30%,rgba(255,255,255,1) 50%,transparent 70%,transparent 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 10px rgba(255,255,255,.9),0 0 12px rgba(255,255,255,.6);animation:white-sweep 3s linear infinite;z-index:1;pointer-events:none}@keyframes white-sweep{0%{background-position:120% 0}20%{background-position:-20% 0}25%{background-position:-20% 0;text-shadow:0 0 10px rgba(68,255,68,.8)}to{background-position:-20% 0;text-shadow:0 0 10px rgba(68,255,68,.6)}}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2.5rem;border-radius:30px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .2s ease;display:inline-block;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#49f9c34d;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.btn:active:before{width:300px;height:300px}.btn-primary{background:#3a3a55;color:#e0e0e0;box-shadow:0 4px 15px #0000004d;border:2px solid #6b6b8a}.btn-primary:hover{background:#4a4a6a;border-color:#6b6b8a;color:#fff;transform:translateY(-3px);box-shadow:0 6px 20px #49f9c380}.btn-primary:active{transform:translateY(-1px) scale(.98);box-shadow:0 3px 10px #49f9c3b3;background:#5a5a7a;border-color:#49f9c3}.btn-secondary{background:#3a3a55;color:#e0e0e0;box-shadow:0 4px 15px #0000004d;border:2px solid #6b6b8a}.btn-secondary:hover{background:#4a4a6a;border-color:#6b6b8a;color:#fff;transform:translateY(-3px);box-shadow:0 6px 20px #49f9c380}.btn-secondary:active{transform:translateY(-1px) scale(.98);box-shadow:0 3px 10px #49f9c3b3;background:#5a5a7a;border-color:#49f9c3}.features-section{margin-top:auto;width:100%;position:relative;z-index:1;padding:0 2rem 2rem;display:flex;justify-content:center;flex:0 0 auto}.feature-card{background:#252538b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:16px;border:1.5px solid rgba(58,58,85,.5);box-shadow:0 8px 32px #0006,0 0 #49f9c300;transition:all .4s cubic-bezier(.4,0,.2,1);color:#e0e0e0;position:relative;overflow:hidden;animation:fadeInUp .6s ease-out backwards}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.feature-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(73,249,195,.1),transparent);transition:left .5s ease}.feature-card:hover:before{left:100%}.feature-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 16px 48px #00000080,0 0 20px #49f9c34d,0 0 40px #49f9c31a;border-color:#49f9c380;background:#252538d9}.feature-icon{margin-bottom:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin-left:auto;margin-right:auto}.feature-icon img{width:100%;height:100%;object-fit:contain;transition:all .4s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 0 10px rgba(73,249,195,.3)) brightness(0) saturate(100%) invert(85%) sepia(100%) saturate(200%) hue-rotate(120deg)}.feature-card:hover .feature-icon img{transform:scale(1.15) rotate(5deg);filter:drop-shadow(0 0 20px rgba(73,249,195,.6)) brightness(0) saturate(100%) invert(85%) sepia(100%) saturate(200%) hue-rotate(120deg)}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#49f9c3;font-weight:600;transition:all .3s ease;position:relative}.feature-card:hover h3{color:#7bffdb;text-shadow:0 0 10px rgba(73,249,195,.5)}.feature-card p{color:#e0e0e0;line-height:1.6;opacity:.9}@media (max-width: 768px){.home{height:calc(100vh - 4.15rem)}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.features-section{grid-template-columns:1fr}}.login-page{display:flex;justify-content:center;align-items:center;min-height:70vh;padding:2rem;color:#e0e0e0;text-align:center}.download-page{display:flex;justify-content:center;align-items:center;min-height:70vh;padding:2rem;font-family:Roboto,Segoe UI,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.download-container{background:#252538;padding:3rem;border-radius:8px;border:2px solid #6b6b8a;box-shadow:0 10px 40px #00000080;max-width:700px;width:100%;text-align:center}.download-icon{font-size:5rem;margin-bottom:1.5rem;color:#49f9c3}.download-container h1{color:#49f9c3;margin-bottom:1rem;font-size:2.5rem;font-weight:600;font-family:Space Grotesk,sans-serif}.download-description{color:#e0e0e0;line-height:1.8;margin-bottom:2rem;font-size:1.1rem;opacity:.9}.download-features{background:#1a1a2e;padding:2rem;border-radius:6px;border:1.5px solid #3a3a55;margin-bottom:2rem;text-align:left}.feature-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;color:#e0e0e0;font-size:1.1rem}.feature-item:last-child{margin-bottom:0}.checkmark{color:#49f9c3;font-weight:700;font-size:1.3rem}.download-button{background:#49f9c3;color:#1e1e2e;border:none;padding:1rem 2.5rem;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000004d;margin-bottom:2rem}.download-button:hover:not(:disabled){background:#3ae0b0;color:#1e1e2e;transform:translateY(-3px);box-shadow:0 6px 20px #49f9c380}.download-button:disabled{opacity:.7;cursor:not-allowed}.download-button.downloading{background:#ccc;color:#fff}.download-info{background:#1a1a2e;padding:1.5rem;border-radius:6px;border:1.5px solid #3a3a55;text-align:left;margin-top:2rem}.download-info p{color:#e0e0e0;margin-bottom:.5rem;font-size:1rem}.download-info ul{list-style:none;padding-left:0;color:#e0e0e0;opacity:.9}.download-info li{padding:.5rem 0 .5rem 1.5rem;position:relative}.download-info li:before{content:"•";color:#49f9c3;font-weight:700;position:absolute;left:0}@media (max-width: 768px){.download-container{padding:2rem 1.5rem}.download-container h1{font-size:2rem}.download-button{padding:1rem 2rem;font-size:1rem}}.subscription-page{padding:2rem;min-height:70vh;font-family:Roboto,Segoe UI,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.subscription-container{max-width:1200px;margin:0 auto}.subscription-container h1{text-align:center;color:#fff;font-size:2.5rem;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);font-weight:600;font-family:Space Grotesk,sans-serif}.subscription-subtitle{text-align:center;color:#e0e0e0;font-size:1.2rem;margin-bottom:3rem;opacity:.9}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.plan-card{background:#252538;padding:2.5rem;border-radius:8px;border:1.5px solid #3a3a55;box-shadow:0 8px 30px #0000004d;transition:transform .3s ease,box-shadow .3s ease;position:relative;text-align:center}.plan-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0006;border-color:#6b6b8a}.plan-card.popular{border:2px solid #49F9C3;transform:scale(1.05)}.plan-card.popular:hover{transform:scale(1.05) translateY(-5px);border-color:#7bffdb}.popular-badge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:#49f9c3;color:#1e1e2e;padding:.5rem 1.5rem;border-radius:6px;font-size:.9rem;font-weight:600;border:2px solid #49F9C3}.plan-card h3{font-size:1.8rem;color:#49f9c3;margin-bottom:1rem;font-weight:600;font-family:Space Grotesk,sans-serif}.plan-price{margin:1.5rem 0}.plan-price .currency{font-size:1.5rem;color:#49f9c3;vertical-align:top}.plan-price .amount{font-size:3rem;font-weight:700;color:#49f9c3}.plan-price .period{font-size:1rem;color:#e0e0e0;margin-left:.5rem;opacity:.9}.plan-features{list-style:none;padding:0;margin:2rem 0;text-align:left}.plan-features li{color:#e0e0e0;border-bottom:1px solid rgba(58,58,85,.3);position:relative;padding:.75rem 0 .75rem 1.5rem;opacity:.9}.plan-features li:before{content:"✓";position:absolute;left:0;color:#49f9c3;font-weight:700}.plan-features li:last-child{border-bottom:none}.plan-button{width:100%;padding:1rem;background:#3a3a55;color:#e0e0e0;border:2px solid #6b6b8a;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.plan-button:hover{background:#4a4a6a;border-color:#6b6b8a;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #49f9c380}.checkout-form-container{background:#252538;padding:3rem;border-radius:8px;border:2px solid #6b6b8a;box-shadow:0 10px 40px #00000080;max-width:600px;margin:2rem auto}.selected-plan-summary{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(58,58,85,.3)}.selected-plan-summary h3{color:#49f9c3;font-size:1.5rem;margin-bottom:.5rem;font-weight:600;font-family:Space Grotesk,sans-serif}.plan-summary-price{font-size:2rem;font-weight:700;color:#49f9c3}.checkout-form{margin-top:2rem}.form-group{margin-bottom:2rem}.form-group label{display:block;margin-bottom:.5rem;color:#e0e0e0;font-weight:600}.card-element-wrapper{padding:1rem;border:1.5px solid #3a3a55;border-radius:6px;background:#1a1a2e}.error-message{background:#3a3a554d;color:#f99;padding:1rem;border-radius:6px;margin-bottom:1rem;border-left:4px solid #6b6b8a}.checkout-buttons{display:flex;gap:1rem;margin-top:2rem}.cancel-button,.submit-button{flex:1;padding:1rem;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:2px solid #6b6b8a}.cancel-button{background:#2d2d44;color:#e0e0e0;border:2px solid #6b6b8a}.cancel-button:hover:not(:disabled){background:#3a3a55;border-color:#6b6b8a;transform:translateY(-2px)}.submit-button{background:#3a3a55;color:#e0e0e0;border:2px solid #6b6b8a}.submit-button:hover:not(:disabled){background:#4a4a6a;border-color:#6b6b8a;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #49f9c380}.submit-button:disabled{opacity:.7;cursor:not-allowed}.checkout-success{background:#252538;padding:3rem;border-radius:8px;border:2px solid #6b6b8a;box-shadow:0 10px 40px #00000080;text-align:center;max-width:500px;margin:2rem auto}.success-icon{font-size:4rem;color:#49f9c3;margin-bottom:1rem}.checkout-success h2{color:#49f9c3;margin-bottom:1rem;font-weight:600;font-family:Space Grotesk,sans-serif}.checkout-success p{color:#e0e0e0;margin-bottom:.5rem;opacity:.9}@media (max-width: 768px){.plans-grid{grid-template-columns:1fr}.plan-card.popular{transform:scale(1)}.checkout-form-container{padding:2rem 1.5rem}.checkout-buttons{flex-direction:column}}.getting-started-page{padding:2rem;min-height:70vh;font-family:Roboto,Segoe UI,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.getting-started-container{max-width:900px;margin:0 auto}.getting-started-container h1{text-align:center;color:#fff;font-size:2.5rem;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);font-weight:600;font-family:Space Grotesk,sans-serif}.getting-started-subtitle{text-align:center;color:#e0e0e0;font-size:1.2rem;margin-bottom:3rem;opacity:.9}.sections-container{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.section-card{background:#252538;border-radius:8px;border:1.5px solid #3a3a55;box-shadow:0 4px 15px #0003;overflow:hidden;transition:all .3s ease}.section-card:hover{border-color:#49f9c3;box-shadow:0 6px 20px #49f9c31a}.section-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:transparent;border:none;cursor:pointer;transition:all .2s ease}.section-header:hover{background:#49f9c30d}.section-header:active{background:#49f9c326;transform:scale(.99)}.section-header.expanded{background:#49f9c314;border-bottom:1px solid #3a3a55}.section-title{display:flex;align-items:center;gap:1rem}.section-icon{font-size:2rem}.section-header h2{color:#fff;font-size:1.5rem;margin:0;font-weight:600;font-family:Space Grotesk,sans-serif}.expand-icon{color:#49f9c3;font-size:2rem;font-weight:300;line-height:1;transition:transform .3s ease}.section-header.expanded .expand-icon{transform:rotate(180deg)}.section-content{padding:2rem;color:#e0e0e0;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.section-content h3{color:#49f9c3;font-size:1.3rem;margin-top:1.5rem;margin-bottom:1rem;font-weight:600;font-family:Space Grotesk,sans-serif}.section-content h3:first-child{margin-top:0}.section-content p{line-height:1.7;margin-bottom:1rem;color:#d0d0d0}.section-content ul,.section-content ol{margin:1rem 0;padding-left:2rem}.section-content li{margin-bottom:.7rem;line-height:1.6;color:#d0d0d0}.section-content li strong{color:#49f9c3}.section-content a{color:#49f9c3;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.section-content a:hover{border-bottom-color:#49f9c3}.guide-image-container{margin:1.5rem 0;text-align:center;background:#1a1a2e;padding:1rem;border-radius:8px;border:1px solid #3a3a55;display:block;width:100%;box-sizing:border-box}.section-content li .guide-image-container{margin-left:auto;margin-right:auto;max-width:100%}.image-wrapper{position:relative;cursor:pointer;display:inline-block;max-width:100%}.guide-image{max-width:100%;height:auto;border-radius:6px;box-shadow:0 4px 15px #0000004d;transition:transform .3s ease,opacity .3s ease;display:block;margin:0 auto}.image-wrapper:hover .guide-image{transform:scale(1.02);opacity:.9}.image-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000b3;color:#49f9c3;padding:.5rem 1rem;border-radius:6px;display:flex;align-items:center;gap:.5rem;opacity:0;transition:opacity .3s ease;pointer-events:none;font-size:.9rem;font-weight:500}.image-wrapper:hover .image-overlay{opacity:1}.open-image-icon{font-size:1rem}.open-image-text{font-family:Space Grotesk,sans-serif}.image-caption{margin-top:.75rem;font-size:.9rem;color:#a0a0a0;font-style:italic}.collapsible-image-container{max-height:0;overflow:hidden;transition:max-height .3s ease,margin .3s ease;margin:0}.collapsible-image-container.expanded{max-height:5000px;margin:.75rem 0 0}.collapsible-additional-content{margin-top:1rem}.guide-image-container .collapsible-additional-content{margin-top:.75rem}.clickable-list-item{position:relative;display:block}.list-item-toggle{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;color:inherit;transition:color .2s ease;background:none;border:none;padding:0;margin:0;font:inherit;text-align:left;width:100%}.list-item-toggle .toggle-chevron{flex-shrink:0;margin-top:.2rem}.list-item-toggle-content{flex:1;display:block}.list-item-toggle-content strong{display:block;margin-bottom:.5rem;transition:color .2s ease}.list-item-toggle-content strong:after{content:"\a";white-space:pre}.nested-list{margin-top:.5rem;margin-left:1.5rem;padding-left:1.5rem}.list-item-toggle:hover{color:#49f9c3}.list-item-toggle:hover .list-item-toggle-content strong{color:#9fffe5}.list-item-toggle:focus{outline:2px solid #49F9C3;outline-offset:2px;border-radius:4px}.toggle-chevron{display:inline-block;font-size:.8rem;color:#49f9c3;transition:transform .2s ease;flex-shrink:0;margin-top:.2rem}.heading-toggle{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;transition:color .2s ease;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit}.heading-toggle:hover{color:#49f9c3}.heading-toggle:focus{outline:2px solid #49F9C3;outline-offset:2px;border-radius:4px}.clickable-text{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;color:#49f9c3;margin-top:.5rem;transition:color .2s ease}.clickable-text:hover{color:#7bffdb}.clickable-text:focus{outline:2px solid #49F9C3;outline-offset:2px;border-radius:4px}.image-annotation-list{margin:.75rem auto 0;padding:0;list-style-position:inside;text-align:left;max-width:fit-content;font-size:.85rem;color:#a0a0a0;line-height:1.4}.image-annotation-list li{margin-bottom:.25rem;padding:0;color:#a0a0a0}.note-box,.tip-box,.warning-box{padding:1rem 1.5rem;border-radius:6px;margin:1.5rem 0;border-left:4px solid}.note-box{background:#3b82f61a;border-left-color:#3b82f6}.tip-box{background:#49f9c31a;border-left-color:#49f9c3}.warning-box{background:#f59e0b1a;border-left-color:#f59e0b}.note-box strong,.tip-box strong,.warning-box strong{display:block;margin-bottom:.5rem;font-size:1.05rem}.help-section{background:#252538;padding:2rem;border-radius:8px;border:1.5px solid #3a3a55;margin-top:2rem}.help-section h3{color:#49f9c3;font-size:1.5rem;margin-top:0;margin-bottom:1rem;font-weight:600;font-family:Space Grotesk,sans-serif}.help-section p{color:#d0d0d0;line-height:1.7;margin-bottom:1rem}.help-section ul{list-style:none;padding:0}.help-section li{margin-bottom:.7rem;padding-left:1.5rem;position:relative;color:#d0d0d0}.help-section li:before{content:"→";position:absolute;left:0;color:#49f9c3;font-weight:700}.help-section a{color:#49f9c3;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.help-section a:hover{border-bottom-color:#49f9c3}@media (max-width: 768px){.getting-started-page{padding:1rem}.getting-started-container h1{font-size:2rem}.getting-started-subtitle{font-size:1rem}.section-header{padding:1rem 1.5rem}.section-header h2{font-size:1.2rem}.section-icon{font-size:1.5rem}.section-content{padding:1.5rem}.section-content h3{font-size:1.1rem}.section-content ul,.section-content ol{padding-left:1.5rem}}.app{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#1e1e2e,#252538,#1e1e2e,#2d2d44,#1e1e2e);position:relative;overflow:hidden}.app:before{content:"";position:fixed;top:-30%;left:-30%;width:160%;height:160%;background:radial-gradient(circle,rgba(73,249,195,.08) 0%,transparent 70%);pointer-events:none;z-index:0}.app:after{content:"";position:fixed;top:50%;right:-15%;width:500px;height:500px;background:radial-gradient(circle,rgba(73,249,195,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.main-content:has(.home){background:linear-gradient(135deg,#1e1e2e,#252538,#1e1e2e,#2d2d44,#1e1e2e);background-size:400% 400%;animation:gradientShift 15s ease infinite;overflow:hidden;position:relative;padding:0;max-width:100%}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.main-content:has(.home):before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(73,249,195,.1) 0%,transparent 70%);animation:rotate 20s linear infinite;pointer-events:none;z-index:0}.main-content:has(.home):after{content:"";position:absolute;top:50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(73,249,195,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.main-content{flex:1;padding:6rem 2rem 2rem;max-width:1200px;width:100%;margin:0 auto;position:relative;z-index:1}@media (max-width: 768px){.main-content{padding:5rem 1rem 1rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Roboto,Segoe UI,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#1e1e2e,#252538,#1e1e2e,#2d2d44,#1e1e2e);background-attachment:fixed;min-height:100vh;color:#e0e0e0}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif}button{transition:all .2s ease;position:relative}button:not(:disabled):active{transform:scale(.97);filter:brightness(1.1)}@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(4);opacity:0}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
