*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0a;color:#fff}.app{min-height:100vh;background:#000}.navbar{background:#0a0a0a;padding:1.5rem 0;border-bottom:1px solid #1a1a1a;position:sticky;top:0;z-index:100}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.nav-logo{font-size:1.8rem;font-weight:800;color:#e6fa4b;letter-spacing:1px;text-decoration:none;display:flex;align-items:center;flex-shrink:0}.logo-image{height:50px;width:auto;object-fit:contain}.nav-links{display:flex;gap:2.5rem;flex:1;justify-content:center}.nav-status{flex-shrink:0}.status-badge{display:flex;align-items:center;gap:.5rem;background:#28a7451a;border:1px solid rgba(40,167,69,.3);padding:.6rem 1.2rem;border-radius:20px;font-size:.9rem;font-weight:600;color:#28a745}.status-dot{width:8px;height:8px;background:#28a745;border-radius:50%;animation:pulse 2s infinite}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;font-size:1rem;display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-radius:8px;position:relative}.nav-links a:hover{color:#e6fa4b;background:#e6fa4b1a;transform:translateY(-2px)}.nav-icon{width:1.2rem;height:1.2rem;display:inline-block}.discord-icon{width:1.2rem;height:1.2rem}.hero{padding:13rem 2rem;text-align:center;background:linear-gradient(180deg,#0003 0% 100%),url(/banner.png);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-content h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;color:#e6fa4b;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.3rem;color:#e6fa4b;font-weight:600;margin-bottom:3rem;text-shadow:1px 1px 3px rgba(0,0,0,.5);line-height:1.6}.hero-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.hero-feature{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#0009;border:2px solid #E6FA4B;border-radius:50px;color:#e6fa4b;font-size:.95rem;font-weight:600;transition:all .3s ease}.hero-feature:hover{background:#000000bf;transform:translateY(-2px);box-shadow:0 4px 8px #0006}.feature-icon-svg{width:20px;height:20px;color:#e6fa4b;flex-shrink:0}.feature-icon{font-size:1.5rem}.categories{padding:5rem 2rem;max-width:1400px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#e6fa4b}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.category-card{border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .3s;background:#0f0f0f;border:1px solid #1a1a1a}.category-card:hover{transform:translateY(-5px);border-color:#e6fa4b}.category-image{height:380px;background-size:cover;background-position:center;position:relative;background-color:#1a1a1a}.category-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.9) 100%)}.category-overlay h3{font-size:1.3rem;font-weight:600;color:#fff}.why-choose{padding:5rem 2rem;background:#0a0a0a;max-width:1400px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#0f0f0f;border:1px solid #1a1a1a;padding:2.5rem;border-radius:12px;text-align:center;transition:all .3s}.feature-card:hover{border-color:#e6fa4b;transform:translateY(-5px)}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#e6fa4b}.feature-card p{color:#888;line-height:1.6}.faq{padding:5rem 2rem;max-width:900px;margin:0 auto}.faq-container{margin-top:3rem}.faq-item{background:#0f0f0f;border:1px solid #1a1a1a;border-radius:8px;margin-bottom:1rem;overflow:hidden;transition:border-color .3s}.faq-item:hover{border-color:#e6fa4b}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.faq-question h3{font-size:1.1rem;font-weight:600;color:#e6fa4b}.faq-icon{font-size:1.5rem;color:#e6fa4b;font-weight:300}.faq-answer{padding:0 1.5rem 1.5rem;border-top:1px solid #1a1a1a;animation:fadeIn .3s}.faq-answer p{color:#888;line-height:1.6;margin-top:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.footer{background:#0a0a0a;border-top:1px solid #1a1a1a;padding:2rem;text-align:center;color:#666}.discord-page{min-height:calc(100vh - 80px);background:#000;display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.discord-container{max-width:900px;margin:0 auto}.discord-content{text-align:center}.discord-logo{width:120px;height:120px;margin:0 auto 2rem;display:block}.discord-content h1{font-size:3rem;font-weight:800;color:#e6fa4b;margin-bottom:1.5rem}.discord-description{font-size:1.2rem;color:#888;margin-bottom:3rem;line-height:1.6}.discord-button{display:inline-flex;align-items:center;gap:1rem;background:#e6fa4b;color:#000;padding:1.2rem 3rem;border-radius:12px;font-size:1.2rem;font-weight:700;text-decoration:none;transition:all .3s ease;border:2px solid #E6FA4B}.discord-button:hover{background:transparent;color:#e6fa4b;transform:translateY(-3px);box-shadow:0 10px 30px #e6fa4b4d}.discord-button-icon{width:1.5rem;height:1.5rem}.discord-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:4rem}.discord-feature{background:#0f0f0f;border:1px solid #1a1a1a;padding:2rem;border-radius:12px;transition:all .3s}.discord-feature:hover{border-color:#e6fa4b;transform:translateY(-5px)}.feature-emoji{font-size:3rem;display:block;margin-bottom:1rem}.discord-feature h3{font-size:1.5rem;color:#e6fa4b;margin-bottom:.5rem}.discord-feature p{color:#888;line-height:1.6}.status-page{min-height:calc(100vh - 80px);background:#000;padding:4rem 2rem}.status-container{max-width:1200px;margin:0 auto}.status-header{text-align:center;margin-bottom:4rem}.status-header h1{font-size:3rem;font-weight:800;color:#e6fa4b;margin-bottom:1rem}.status-description{font-size:1.2rem;color:#888}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.status-card{background:#0f0f0f;border:1px solid #1a1a1a;padding:2rem;border-radius:12px;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;transition:all .3s}.status-card:hover{transform:translateY(-2px);border-color:#2a2a2a}.status-card-left{display:flex;gap:1.5rem;align-items:flex-start;flex:1}.status-indicator{width:20px;height:20px;border-radius:50%;flex-shrink:0;margin-top:.3rem}.status-card.operational .status-indicator{background:#28a745;box-shadow:0 0 15px #28a74580;animation:pulse 2s infinite}.status-card.coming-soon .status-indicator{background:#e6fa4b;box-shadow:0 0 15px #e6fa4b4d;animation:none}.status-card.degraded .status-indicator{background:#ffc107;box-shadow:0 0 15px #ffc10780}.status-card.down .status-indicator{background:#dc3545;box-shadow:0 0 15px #dc354580}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.status-info{flex:1}.status-info h3{font-size:1rem;color:#fff;margin:0;font-weight:600;line-height:1}.status-timestamp{color:#666;font-size:.85rem;margin:0}.status-badge{padding:.5rem 1.25rem;border-radius:6px;font-size:.9rem;font-weight:600;white-space:nowrap}.operational-badge{background:transparent;color:#28a745;border:1px solid #28a745}.coming-soon-badge{background:transparent;color:#e6fa4b;border:1px solid #E6FA4B}.status-label{color:#e6fa4b;font-weight:600;margin-bottom:.5rem}.status-details{color:#888;font-size:.9rem}.status-footer{text-align:center;padding-top:2rem;border-top:1px solid #1a1a1a;color:#666}.footer-new{background:#0a0a0a;border-top:1px solid #1a1a1a;margin-top:auto;padding:3rem 2rem 2rem}.footer-container-new{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}.footer-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.footer-left-section{display:flex;flex-direction:column;gap:.8rem;align-items:flex-start}.footer-logo-img{height:45px;width:auto;object-fit:contain;align-self:flex-start}.footer-tagline-new{color:#666;font-size:.95rem;margin:0}.footer-middle{display:flex;justify-content:flex-end;gap:6rem}.footer-column{display:flex;flex-direction:column;gap:.8rem}.footer-column h4{color:#e6fa4b;font-size:.95rem;font-weight:600;margin-bottom:.3rem}.footer-column a{color:#888;text-decoration:none;font-size:.9rem;transition:color .3s}.footer-column a:hover{color:#e6fa4b}.footer-bottom-new{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #1a1a1a}.footer-bottom-new p{color:#666;font-size:.85rem;margin:0}.footer-status-inline{display:flex;align-items:center;gap:.5rem;color:#28a745;font-size:.85rem;font-weight:500}.footer-status-dot{width:6px;height:6px;background:#28a745;border-radius:50%;animation:pulse 2s infinite}@media(max-width:768px){.footer-content-grid{grid-template-columns:1fr;gap:2rem}.footer-middle{justify-content:flex-start;gap:3rem}.footer-bottom-new{flex-direction:column;gap:1rem;text-align:center}}@media(max-width:768px){.nav-container{flex-direction:column;gap:1rem}.nav-links{gap:1.5rem;font-size:.9rem}.hero-content h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-features{gap:1.5rem}.section-title{font-size:2rem}.categories-grid,.features-grid{grid-template-columns:1fr}}.store-page{min-height:calc(100vh - 80px);background:#000;padding:5rem 2rem}.store-container{max-width:800px;margin:0 auto}.store-container-wide{max-width:1400px;margin:0 auto}.store-header{text-align:center;margin-bottom:4rem}.store-header h1{font-size:3rem;color:#fff;margin-bottom:1rem;font-weight:700}.store-subtitle{color:#888;font-size:1.1rem}.store-back-button{display:inline-flex;align-items:center;gap:.5rem;color:#888;font-size:.95rem;margin-bottom:2rem;cursor:pointer;transition:color .3s}.store-back-button:hover{color:#e6fa4b}.store-back-button svg{width:20px;height:20px}.store-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-bottom:3rem}.store-product-card{background:#0f0f0f;border:1px solid #1a1a1a;padding:1.75rem;border-radius:12px;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;transition:all .3s}.store-product-card.clickable{cursor:pointer}.store-product-card.clickable:hover{transform:translateY(-2px);border-color:#2a2a2a}.store-product-card.operational.clickable:hover{border-color:#28a745}.store-product-card-left{display:flex;gap:1.5rem;align-items:flex-start;flex:1}.store-product-indicator{width:20px;height:20px;border-radius:50%;flex-shrink:0;margin-top:.3rem}.store-product-card.operational .store-product-indicator{background:#28a745;box-shadow:0 0 15px #28a74580;animation:pulse 2s infinite}.store-product-card.coming-soon .store-product-indicator{background:#e6fa4b;box-shadow:0 0 15px #e6fa4b4d;animation:none}.store-product-info{flex:1}.store-product-info h3{font-size:1rem;color:#fff;margin:0;font-weight:600;line-height:1}.store-product-timestamp{color:#666;font-size:.85rem;margin:.5rem 0 0}.store-product-badge{padding:.5rem 1.25rem;border-radius:6px;font-size:.9rem;font-weight:600;white-space:nowrap}.store-error{background:#dc35451a;border:1px solid #dc3545;color:#dc3545;padding:1.25rem;border-radius:12px;margin-bottom:2rem;display:flex;align-items:center;gap:1rem;font-size:.95rem}.error-icon{width:24px;height:24px;flex-shrink:0}.store-product-section{margin-bottom:3rem}.product-card{background:#0f0f0f;border:1px solid #1a1a1a;border-radius:16px;padding:3rem;transition:all .3s}.product-card:hover{border-color:#e6fa4b;transform:translateY(-5px)}.product-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #1a1a1a}.product-icon{width:60px;height:60px;background:#e6fa4b1a;border:1px solid #E6FA4B;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-icon svg{width:32px;height:32px;color:#e6fa4b}.product-header h2{font-size:1.8rem;color:#fff;margin-bottom:.5rem;font-weight:700}.product-badge{background:#e6fa4b1a;color:#e6fa4b;padding:.35rem .85rem;border-radius:50px;font-size:.75rem;font-weight:600;border:1px solid #E6FA4B}.product-features{display:grid;gap:1rem;margin-bottom:2.5rem}.feature-item{display:flex;align-items:center;gap:.75rem;color:#fff;font-size:.95rem}.feature-item svg{width:20px;height:20px;color:#28a745;flex-shrink:0}.product-price{display:flex;align-items:baseline;justify-content:center;margin-bottom:2rem;padding:2rem 0;border-top:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a}.price-currency{color:#888;font-size:1.5rem;font-weight:600;margin-right:.5rem}.price-amount{color:#e6fa4b;font-size:4rem;font-weight:700;line-height:1}.price-period{color:#888;font-size:1.2rem;margin-left:.5rem}.store-buy-button{width:100%;background:#e6fa4b;color:#000;border:none;padding:1.25rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.store-buy-button:hover:not(:disabled){background:#d4e843;transform:translateY(-2px)}.store-buy-button:disabled{opacity:.6;cursor:not-allowed}.store-buy-button svg{width:24px;height:24px}.button-loading{display:flex;align-items:center;gap:.75rem}.spinner{width:20px;height:20px;animation:spin 1s linear infinite}.spinner-circle{stroke-dasharray:60;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dashoffset:60}50%{stroke-dashoffset:15}to{stroke-dashoffset:60}}.product-secure{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#666;font-size:.85rem}.product-secure svg{width:16px;height:16px}.store-plans-section{margin-bottom:3rem}.plans-title{text-align:center;font-size:2rem;color:#fff;margin-bottom:3rem;font-weight:700}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.plan-card{background:#0f0f0f;border:1px solid #1a1a1a;border-radius:16px;padding:2.5rem 2rem;transition:all .3s;position:relative;display:flex;flex-direction:column}.plan-card:hover{border-color:#2a2a2a;transform:translateY(-5px)}.plan-card.popular{border-color:#e6fa4b;background:#e6fa4b08}.plan-card.popular:hover{border-color:#e6fa4b;box-shadow:0 0 30px #e6fa4b1a}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#e6fa4b;color:#000;padding:.4rem 1rem;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.plan-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #1a1a1a}.plan-header h3{font-size:1.5rem;color:#fff;margin-bottom:.5rem;font-weight:700}.plan-duration{color:#888;font-size:.9rem;margin:0}.plan-price{display:flex;align-items:baseline;justify-content:center;margin-bottom:2rem;padding:1.5rem 0}.plan-price .price-currency{color:#888;font-size:1.2rem;font-weight:600;margin-right:.3rem}.plan-price .price-amount{color:#e6fa4b;font-size:3.5rem;font-weight:700;line-height:1}.plan-features{display:grid;gap:.85rem;margin-bottom:2rem;flex:1}.plan-buy-button{width:100%;background:#e6fa4b;color:#000;border:none;padding:1.1rem 2rem;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.6rem;margin-bottom:1rem}.plan-buy-button:hover:not(:disabled){background:#d4e843;transform:translateY(-2px)}.plan-buy-button:disabled{opacity:.6;cursor:not-allowed}.plan-buy-button svg{width:20px;height:20px}.plan-secure{display:flex;align-items:center;justify-content:center;gap:.4rem;color:#666;font-size:.8rem;margin:0}.plan-secure svg{width:14px;height:14px}.store-success-section{margin-bottom:3rem}.success-card{background:#0f0f0f;border:1px solid #1a1a1a;border-radius:16px;padding:3rem;text-align:center}.success-icon{width:80px;height:80px;background:#28a7451a;border:2px solid #28a745;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.success-icon svg{width:48px;height:48px;color:#28a745}.success-card h2{font-size:2rem;color:#28a745;margin-bottom:1rem;font-weight:700}.success-card>p{color:#888;font-size:1.05rem;margin-bottom:2.5rem}.store-activate-button{background:#28a745;color:#fff;border:none;padding:1.25rem 2.5rem;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s;display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1rem}.store-activate-button:hover:not(:disabled){background:#218838;transform:translateY(-2px)}.store-activate-button:disabled{opacity:.6;cursor:not-allowed}.store-activate-button svg{width:24px;height:24px}.license-key-display{background:#e6fa4b0d;border:2px dashed #E6FA4B;border-radius:12px;padding:2.5rem;margin-top:2rem}.license-label{color:#888;font-size:.9rem;margin-bottom:1rem;text-align:left}.license-key{background:#0a0a0a;border:1px solid #1a1a1a;border-radius:8px;padding:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.license-key code{font-family:Courier New,monospace;color:#e6fa4b;font-size:1.5rem;font-weight:600;letter-spacing:.05em;word-break:break-all}.copy-button{background:#e6fa4b1a;border:1px solid #E6FA4B;color:#e6fa4b;padding:.75rem;border-radius:8px;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.copy-button:hover{background:#e6fa4b33;transform:scale(1.05)}.copy-button svg{width:20px;height:20px}.license-instructions{color:#666;font-size:.85rem;text-align:left;margin:0}@media(max-width:768px){.store-page{padding:3rem 1rem}.store-header h1{font-size:2rem}.product-card,.success-card{padding:2rem}.product-header{flex-direction:column;text-align:center}.price-amount{font-size:3rem}.license-key{flex-direction:column}.license-key code{font-size:1.1rem}}
