@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Montserrat,-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:#0f0f1e;color:#fff;line-height:1.6;overflow-x:hidden}button{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}input,textarea,select{font:inherit;color:inherit}*:focus:not(:focus-visible){outline:none}*:focus-visible{outline:2px solid rgba(78,205,196,.5);outline-offset:2px}*{scroll-behavior:smooth}html,body{overflow-x:hidden}@media (prefers-contrast: high){*{border-color:currentColor!important}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.no-print{display:none!important}}.auth-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;background:#000000bf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;overflow-y:auto}.auth-modal-container{background:#1e1e32f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;width:100%;max-width:420px;position:relative;box-shadow:0 20px 40px #00000080;margin:auto 0}.auth-modal-close{position:absolute;top:1rem;right:1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#ffffffb3;cursor:pointer;transition:all .3s ease;z-index:10}.auth-modal-close:hover{background:#ff6b6b33;border-color:#ff6b6b;color:#ff6b6b;transform:scale(1.05)}.auth-modal-header{padding:2rem 2rem 1rem;text-align:center;position:relative}.auth-modal-header .back-btn{position:absolute;left:1rem;top:1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#ffffffb3;cursor:pointer;transition:all .3s ease}.auth-modal-header .back-btn:hover{background:#4ecdc433;border-color:#4ecdc4;color:#4ecdc4;transform:scale(1.05)}.auth-modal-header h2{font-size:1.75rem;font-weight:700;color:#4ecdc4;margin:0 0 .5rem}.auth-modal-header h3{font-size:1.4rem;font-weight:600;color:#4ecdc4;margin:0 0 .5rem}.auth-modal-header p{color:#ffffffb3;margin:0;font-size:.95rem}.auth-form{padding:0 2rem 2rem}.auth-form .error-banner{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);border-radius:8px;padding:.75rem 1rem;color:#ff6b6b;font-size:.9rem;margin-bottom:1.5rem;text-align:center}.auth-form .backup-code-toggle{display:flex;justify-content:center;margin-bottom:1rem}.auth-form .backup-toggle-btn{background:none;border:none;color:#fff9;font-size:.9rem;cursor:pointer;text-decoration:underline;transition:all .3s ease;padding:.5rem}.auth-form .backup-toggle-btn:hover{color:#4ecdc4;text-decoration:none}.auth-form .backup-toggle-btn:focus{outline:none;color:#4ecdc4}.auth-form .form-group .input-wrapper{position:relative;display:flex;align-items:center}.auth-form .form-group .input-wrapper .input-icon{position:absolute;left:1rem;color:#ffffff80;z-index:2;transition:color .3s ease}.auth-form .form-group .input-wrapper input{width:100%;padding:1rem 1rem 1rem 3rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:1rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-form .form-group .input-wrapper input::placeholder{color:#ffffff80}.auth-form .form-group .input-wrapper input:focus{outline:none;border-color:#4ecdc4;background:#ffffff14;box-shadow:0 0 0 3px #4ecdc41a}.auth-form .form-group .input-wrapper input:focus~.input-icon{color:#4ecdc4}.auth-form .form-group .input-wrapper input.error{border-color:#ff6b6b;background:#ff6b6b0d}.auth-form .form-group .input-wrapper input.error~.input-icon{color:#ff6b6b}.auth-form .form-group .input-wrapper input.success{border-color:#4ecdc4;background:#4ecdc40d}.auth-form .form-group .input-wrapper input.success~.input-icon{color:#4ecdc4}.auth-form .form-group .input-wrapper input:disabled{opacity:.6;cursor:not-allowed}.auth-form .form-group .input-wrapper .password-toggle{position:absolute;right:1rem;background:none;border:none;color:#ffffff80;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease}.auth-form .form-group .input-wrapper .password-toggle:hover:not(:disabled){color:#4ecdc4;background:#4ecdc41a}.auth-form .form-group .input-wrapper .password-toggle:disabled{opacity:.5;cursor:not-allowed}.auth-form .form-group .input-wrapper .validation-indicator{position:absolute;right:1rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;z-index:2}.auth-form .form-group .input-wrapper .validation-indicator .checking{color:#fff9;font-size:.9rem}.auth-form .form-group .input-wrapper .validation-indicator .valid{color:#4ecdc4;font-size:1rem}.auth-form .form-group .input-wrapper .validation-indicator .invalid{color:#ff6b6b;font-size:1rem}.auth-form .form-group .error-text{display:block;color:#ff6b6b;font-size:.85rem;margin-top:.5rem;margin-left:.25rem}.auth-form .form-group .success-text{display:block;color:#4ecdc4;font-size:.85rem;margin-top:.5rem;margin-left:.25rem}.auth-form .form-group .backup-toggle-btn{margin-top:.5rem;font-size:.85rem;color:#ffffff80}.auth-form .form-group .backup-toggle-btn:hover{color:#4ecdc4}.auth-form .checkbox-group{margin-bottom:1.5rem}.auth-form .checkbox-group .checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.75rem;border-radius:8px;transition:background-color .3s ease}.auth-form .checkbox-group .checkbox-label:hover{background:#ffffff0d}.auth-form .checkbox-group .checkbox-label input[type=checkbox]{display:none}.auth-form .checkbox-group .checkbox-label .checkbox-custom{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;transition:all .3s ease}.auth-form .checkbox-group .checkbox-label .checkbox-custom:after{content:"";position:absolute;top:2px;left:6px;width:6px;height:10px;border:solid #4ecdc4;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .3s ease}.auth-form .checkbox-group .checkbox-label input[type=checkbox]:checked+.checkbox-custom{background:#4ecdc433;border-color:#4ecdc4}.auth-form .checkbox-group .checkbox-label input[type=checkbox]:checked+.checkbox-custom:after{opacity:1}.auth-form .checkbox-group .checkbox-label .checkbox-text{color:#ffffffe6;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.auth-form .checkbox-group .checkbox-label .checkbox-text svg{color:#4ecdc4}.auth-form .auth-submit-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#4ecdc4,#44a08d);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;box-shadow:0 4px 15px #4ecdc44d}.auth-form .auth-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#5fd4cb,#4ea894);transform:translateY(-1px);box-shadow:0 6px 20px #4ecdc466}.auth-form .auth-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.auth-form .auth-submit-btn.passkey-btn{background:linear-gradient(135deg,#9c27b0,#673ab7);box-shadow:0 4px 15px #9c27b04d}.auth-form .auth-submit-btn.passkey-btn:hover:not(:disabled){background:linear-gradient(135deg,#ab47bc,#7986cb);box-shadow:0 6px 20px #9c27b066}.auth-form .auth-submit-btn svg{font-size:.9rem}.auth-form .passkey-info{background:#9c27b01a;border:1px solid rgba(156,39,176,.3);border-radius:12px;padding:1.5rem;text-align:center;margin:1rem 0}.auth-form .passkey-info .passkey-icon{font-size:2.5rem;color:#9c27b0;margin-bottom:1rem}.auth-form .passkey-info p{color:#ffffffe6;margin:0;line-height:1.5;font-size:.95rem}.auth-form .forgot-password-link{margin-top:1rem;text-align:center}.auth-form .forgot-password-link .forgot-password-btn{background:none;border:none;color:#ffffffb3;font-size:.9rem;cursor:pointer;text-decoration:underline;transition:all .3s ease;padding:.5rem}.auth-form .forgot-password-link .forgot-password-btn:hover:not(:disabled){color:#4ecdc4;text-decoration:none}.auth-form .forgot-password-link .forgot-password-btn:disabled{opacity:.5;cursor:not-allowed}.auth-form .auth-alternatives{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:.75rem}.auth-form .auth-alternatives .alt-auth-btn{width:100%;padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#ffffffe6;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem}.auth-form .auth-alternatives .alt-auth-btn:hover:not(:disabled){background:#ffffff1a;border-color:#fff3;transform:translateY(-1px)}.auth-form .auth-alternatives .alt-auth-btn:disabled{opacity:.5;cursor:not-allowed}.auth-form .auth-alternatives .alt-auth-btn svg{font-size:1rem}.auth-form .auth-alternatives .alt-auth-btn.passkey-register-btn{background:linear-gradient(135deg,#9c27b0,#673ab7);border-color:#9c27b080;color:#fff;font-weight:600}.auth-form .auth-alternatives .alt-auth-btn.passkey-register-btn:hover:not(:disabled){background:linear-gradient(135deg,#ab47bc,#7986cb);border-color:#9c27b0b3;transform:translateY(-2px);box-shadow:0 4px 15px #9c27b04d}.auth-switch{padding:1rem 2rem 2rem;text-align:center}.auth-switch p{color:#ffffffb3;margin:0;font-size:.9rem}.auth-switch p .switch-mode-btn{background:none;border:none;color:#4ecdc4;font-weight:600;cursor:pointer;margin-left:.5rem;transition:color .3s ease}.auth-switch p .switch-mode-btn:hover:not(:disabled){color:#5fd4cb;text-decoration:underline}.auth-switch p .switch-mode-btn:disabled{opacity:.5;cursor:not-allowed}.success-message{padding:2rem;text-align:center}.success-message .success-icon{font-size:3rem;color:#4ecdc4;margin-bottom:1rem}.success-message h2,.success-message h3{color:#4ecdc4;margin:0 0 1rem}.success-message h2{font-size:1.5rem}.success-message h3{font-size:1.3rem}.success-message p{color:#fffc;margin-bottom:1.5rem;line-height:1.5}.success-message .secondary-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#ffffffe6;padding:.75rem 1.5rem;cursor:pointer;transition:all .3s ease;font-size:.9rem}.success-message .secondary-btn:hover{background:#ffffff26;border-color:#ffffff4d}.success-message .auth-submit-btn{margin:1.5rem auto 0;background:linear-gradient(135deg,#4ecdc4,#44a08d);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;min-width:120px;box-shadow:0 4px 15px #4ecdc44d}.success-message .auth-submit-btn:hover{background:linear-gradient(135deg,#5fd4cb,#4ea894);transform:translateY(-1px);box-shadow:0 6px 20px #4ecdc466}.success-message .auth-submit-btn:active{transform:translateY(0)}.backup-codes{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1rem;margin:1rem 0}.backup-codes h4{color:#4ecdc4;margin:0 0 1rem;font-size:1rem}.backup-codes .codes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1rem}.backup-codes .codes-grid .backup-code{background:#0000004d;padding:.5rem;border-radius:4px;font-family:monospace;font-size:.9rem;text-align:center;color:#fff;position:relative;cursor:pointer;transition:background-color .3s ease}.backup-codes .codes-grid .backup-code:hover{background:#00000080}.backup-codes .backup-warning{color:#ff9800;font-size:.85rem;margin-top:1rem;padding:.5rem;background:#ff98001a;border-radius:4px;border:1px solid rgba(255,152,0,.3)}.qr-code-container{text-align:center;margin:1.5rem 0}.qr-code-container .qr-code{background:#fff;padding:1rem;border-radius:8px;display:inline-block;margin-bottom:1rem}.qr-code-container .qr-code img{display:block;max-width:200px;height:auto}.qr-code-container .manual-entry{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1rem;margin-top:1rem}.qr-code-container .manual-entry h4{color:#4ecdc4;margin:0 0 .5rem;font-size:.9rem}.qr-code-container .manual-entry .secret-key{font-family:monospace;font-size:.8rem;color:#fff;background:#0000004d;padding:.5rem;border-radius:4px;word-break:break-all;cursor:pointer;transition:background-color .3s ease}.qr-code-container .manual-entry .secret-key:hover{background:#00000080}@media (max-width: 480px){.auth-modal-backdrop{padding:.5rem}.auth-modal-container{max-width:100%}.auth-modal-header{padding:1.5rem 1.5rem 1rem}.auth-modal-header h2{font-size:1.5rem}.auth-modal-header .back-btn{left:.5rem;top:1rem}.auth-form{padding:0 1.5rem 1.5rem}.auth-form .auth-alternatives .alt-auth-btn{font-size:.85rem;padding:.6rem .8rem}.auth-switch{padding:1rem 1.5rem 1.5rem}.success-message{padding:1.5rem}.success-message .success-icon{font-size:2.5rem}.backup-codes .codes-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){.auth-modal-container{border:2px solid rgba(255,255,255,.5)}.auth-form .form-group .input-wrapper input{border:2px solid rgba(255,255,255,.3)}.auth-form .form-group .input-wrapper input:focus{border-color:#4ecdc4;box-shadow:0 0 0 3px #4ecdc44d}}.language-switcher{position:relative;z-index:100;display:inline-flex;flex-shrink:0}.language-switcher .language-button{display:flex;align-items:center;justify-content:center;gap:0;height:38px;width:44px;padding:0;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.18);border-radius:10px;color:#fff;cursor:pointer;transition:all .3s ease;font-size:.95rem;font-weight:500}.language-switcher .language-button .flag-icon{width:24px;height:24px;object-fit:cover;border-radius:3px;box-shadow:0 2px 4px #0000004d}.language-switcher .language-button .language-name{display:none;font-weight:600;letter-spacing:.02em}.language-switcher .language-button:hover{background-color:#ffffff1f;border-color:#4ecdc466;transform:translateY(-1px);box-shadow:0 4px 12px #4ecdc42e}.language-switcher .language-button:active{transform:translateY(0)}.language-switcher .language-dropdown{position:absolute;top:calc(100% + 10px);left:auto;right:0;min-width:200px;background:#1a1a2efa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);border-radius:12px;box-shadow:0 10px 40px #0009,0 0 0 1px #ffffff0d;overflow:hidden;display:flex;flex-direction:column;padding:.5rem}.language-switcher .language-dropdown .language-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background-color:transparent;border:none;border-radius:8px;color:#ffffffd9;cursor:pointer;font-size:.95rem;text-align:left;transition:all .2s ease;position:relative}.language-switcher .language-dropdown .language-option .flag-icon{width:24px;height:24px;object-fit:cover;border-radius:3px;box-shadow:0 2px 4px #0000004d;flex-shrink:0}.language-switcher .language-dropdown .language-option .language-name{flex-grow:1;font-weight:500}.language-switcher .language-dropdown .language-option .check-icon{color:#4ecdc4;font-size:1rem;margin-left:auto}.language-switcher .language-dropdown .language-option:hover{background-color:#4ecdc41f;color:#fff}.language-switcher .language-dropdown .language-option.active{background-color:#4ecdc42e;color:#4ecdc4;font-weight:600}@media (max-width: 768px){.language-switcher{width:100%}.language-switcher .language-button{width:100%;justify-content:center;height:50px;font-size:1rem;gap:.75rem;padding:0 1rem}.language-switcher .language-button .language-name{display:inline}.language-switcher .language-dropdown{width:100%;min-width:auto;left:0;right:0}.language-switcher .language-dropdown .language-option{padding:1rem 1.25rem;font-size:1rem}.language-switcher .language-dropdown .language-option .flag-icon{width:28px;height:28px}}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:background-color .3s ease,box-shadow .3s ease;background-color:transparent;border-bottom:1px solid transparent}.header.scrolled{background-color:transparent;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #0000004d}.header-container{display:flex;align-items:center;justify-content:space-between;height:64px;max-width:1200px;margin:0 auto;padding:0 1rem}.logo{flex-shrink:0;display:flex;align-items:center}.logo img{height:32px;transition:transform .3s ease}.logo:hover img{transform:scale(1.05)}.main-nav{display:flex;align-items:center;justify-content:flex-end;flex-grow:1}.nav-links{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:2rem}.nav-links li a{display:flex;align-items:center;height:64px;color:#fffc;text-decoration:none;font-size:.95rem;font-weight:500;position:relative;transition:color .3s ease}.nav-links li a:after{content:"";position:absolute;bottom:18px;left:0;width:0;height:2px;background:linear-gradient(90deg,#4ecdc4,#44a08d);transition:width .3s ease}.nav-links li a:hover{color:#fff}.nav-links li a.active{color:#4ecdc4}.nav-links li a.active:after{width:100%}.nav-actions{display:flex;align-items:center;gap:1rem;margin-left:2rem}.auth-btn{display:flex;align-items:center;justify-content:center;border:1px solid;border-radius:8px;height:38px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease}.auth-btn svg{margin-right:.5rem}.auth-btn.login{background-color:transparent;border-color:#fff3;color:#fffc;padding:0 1rem}.auth-btn.login:hover{background-color:#ffffff1a;border-color:#fff6;color:#fff}.auth-btn.register{background:linear-gradient(135deg,#4ecdc4,#44a08d);border-color:transparent;color:#fff;padding:0 1.25rem;box-shadow:0 2px 8px #4ecdc440}.auth-btn.register:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4ecdc459}@media (min-width: 1025px){.auth-btn{width:38px;padding:0}.auth-btn span{display:none}.auth-btn svg{margin:0;font-size:1rem}}.user-menu-container{position:relative}.user-menu-button{display:flex;align-items:center;gap:.5rem;height:38px;padding:0 .75rem;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;cursor:pointer;transition:background-color .3s ease}.user-menu-button .username{font-weight:600;font-size:.9rem}.user-menu-button .chevron{transition:transform .3s ease}.user-menu-button .chevron.open{transform:rotate(180deg)}.user-menu-button:hover{background-color:#fff3}.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:180px;background:#1a1a2e;border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 8px 25px #00000080;overflow:hidden;display:flex;flex-direction:column;padding:.5rem 0;z-index:10}.user-dropdown a,.user-dropdown button{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background-color:transparent;border:none;color:#fffc;cursor:pointer;font-size:.9rem;text-align:left;text-decoration:none;transition:background-color .2s ease,color .2s ease}.user-dropdown a svg,.user-dropdown button svg{width:16px;margin-right:.25rem;color:#fff9}.user-dropdown a:hover,.user-dropdown button:hover{background-color:#4ecdc41a;color:#4ecdc4}.user-dropdown a:hover svg,.user-dropdown button:hover svg{color:#4ecdc4}.user-dropdown button:hover{background-color:#ff6b6b1a;color:#ff6b6b}.user-dropdown button:hover svg{color:#ff6b6b}.header-right-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.mobile-menu-toggle{display:none}@media (max-width: 1024px){.header-container{padding:0 1rem}.main-nav{position:fixed;top:64px;left:0;width:100%;height:calc(100vh - 64px);background-color:#0a0a14;flex-direction:column;justify-content:flex-start;align-items:center;padding:2rem;transform:translate(100%);transition:transform .3s ease-in-out}.main-nav.open{transform:translate(0)}.nav-links{flex-direction:column;width:100%;gap:0}.nav-links li{width:100%;border-bottom:1px solid rgba(255,255,255,.1)}.nav-links li a{justify-content:center;width:100%;height:56px;font-size:1.1rem}.nav-links li a:after{display:none}.nav-actions{flex-direction:column;width:100%;margin:2rem 0 0;gap:1rem}.nav-actions .language-switcher,.nav-actions .auth-btn,.nav-actions .user-menu-container{width:100%}.nav-actions .auth-btn{height:48px;font-size:1.1rem}.header-right-actions{gap:.75rem}.mobile-menu-toggle{display:flex;flex-direction:column;justify-content:space-around;width:24px;height:24px;background:transparent;border:none;cursor:pointer;z-index:10}.mobile-menu-toggle .line{width:24px;height:2px;background-color:#fff;border-radius:2px;transition:all .3s ease-in-out}.mobile-menu-toggle .line1.open{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle .line2.open{opacity:0}.mobile-menu-toggle .line3.open{transform:rotate(-45deg) translate(7px,-6px)}}.hero{position:relative;z-index:1;min-height:100vh;display:flex;align-items:center;background:transparent;overflow:visible}.hero .container{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:2000px;margin:0 auto;padding:6rem 2rem 2rem;min-height:calc(100vh - 60px)}.hero .hero-content .hero-logo{margin-bottom:2rem}.hero .hero-content .hero-logo .hero-logo-img{max-width:400px;width:100%;height:auto;filter:drop-shadow(0 10px 20px rgba(0,0,0,.5))}.hero .hero-content .hero-subtitle-container{margin-bottom:1.5rem;max-width:400px}.hero .hero-content .hero-subtitle{font-size:2.5rem;font-weight:800;color:#fff;margin:0;background:linear-gradient(45deg,#4ecdc4,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;width:100%}.hero .hero-content .hero-description{font-size:1.2rem;line-height:1.6;color:#fffc;margin:0 0 3rem;max-width:400px}.hero .hero-content .cta-buttons{display:flex;gap:1.5rem;flex-wrap:wrap}.hero .hero-content .cta-buttons .btn{padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;position:relative;overflow:hidden;display:inline-flex;align-items:center;gap:.5rem}.hero .hero-content .cta-buttons .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}.hero .hero-content .cta-buttons .btn:hover:before{left:100%}.hero .hero-content .cta-buttons .btn.primary-btn{background:linear-gradient(45deg,#4ecdc4,#44a08d);color:#fff;box-shadow:0 4px 15px #4ecdc466}.hero .hero-content .cta-buttons .btn.primary-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4ecdc499}.hero .hero-content .cta-buttons .btn.secondary-btn{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero .hero-content .cta-buttons .btn.secondary-btn:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.hero .hero-graphics{position:relative;display:flex;justify-content:center;align-items:center}.hero .hero-graphics .hero-slideshow{position:relative;width:600px;height:600px;overflow:hidden}.hero .hero-graphics .hero-slideshow .slideshow-container{position:relative;width:100%;height:100%}.hero .hero-graphics .hero-slideshow .slideshow-container .slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;border:none;outline:none}.hero .hero-graphics .music-icon{position:absolute;top:-50px;right:-50px;font-size:4rem;color:#ff6b6b4d;z-index:-1}.hero .scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#ffffffb3;font-size:1.5rem;cursor:pointer;transition:color .3s ease}.hero .scroll-indicator:hover{color:#4ecdc4}@media (max-width: 1024px){.hero .container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero .hero-graphics .hero-slideshow{width:450px;height:500px}}@media (max-width: 768px){.hero .container{padding:1rem;min-height:90vh}.hero .hero-content .hero-subtitle{font-size:2rem}.hero .hero-content .hero-description{font-size:1.1rem;margin-bottom:2rem}.hero .hero-content .cta-buttons{flex-direction:column;align-items:center}.hero .hero-content .cta-buttons .btn{width:100%;max-width:300px;justify-content:center}.hero .hero-graphics .hero-slideshow{width:350px;height:400px}.hero .hero-graphics .music-icon{font-size:3rem}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-20px) rotate(120deg)}66%{transform:translateY(10px) rotate(240deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.1);opacity:.6}}.about{padding:6rem 0;background:transparent;position:relative}.about .container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.about .section-title{text-align:center;font-size:3rem;font-weight:800;color:#fff;margin-bottom:4rem;background:linear-gradient(45deg,#4ecdc4,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.about .section-title:after{content:"";position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(45deg,#4ecdc4,#ff6b6b);border-radius:2px}.about .about-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}.about .about-content .about-text{text-align:center;margin-bottom:2rem}.about .about-content .about-text p{font-size:1.3rem;line-height:1.8;color:#ffffffe6;max-width:800px;margin:0 auto;font-weight:300}.about .about-content .about-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:3rem 2rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;position:relative;overflow:hidden}.about .about-content .about-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#4ecdc41a,#ff6b6b1a);opacity:0;transition:opacity .3s ease}.about .about-content .about-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000004d;border-color:#4ecdc44d}.about .about-content .about-card:hover:before{opacity:1}.about .about-content .about-card:hover .icon-box{transform:scale(1.1);color:#4ecdc4}.about .about-content .about-card .icon-box{font-size:3rem;color:#ffffffb3;margin-bottom:1.5rem;transition:all .3s ease}.about .about-content .about-card h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.about .about-content .about-card p{font-size:1.1rem;line-height:1.6;color:#fffc;position:relative;z-index:2}@media (min-width: 768px){.about .about-content{grid-template-columns:1fr 1fr;gap:2rem}.about .about-content .about-text{grid-column:1/-1;margin-bottom:1rem}}@media (max-width: 768px){.about{padding:4rem 0}.about .container{padding:0 1rem}.about .section-title{font-size:2.5rem;margin-bottom:3rem}.about .about-content{gap:2rem}.about .about-content .about-text p{font-size:1.1rem}.about .about-content .about-card{padding:2rem 1.5rem}.about .about-content .about-card .icon-box{font-size:2.5rem}.about .about-content .about-card h3{font-size:1.3rem}.about .about-content .about-card p{font-size:1rem}}.features{padding:6rem 0;background:transparent;position:relative}.features .container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.features .section-title{text-align:center;font-size:3rem;font-weight:800;color:#fff;margin-bottom:4rem;background:linear-gradient(45deg,#4ecdc4,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.features .section-title:after{content:"";position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(45deg,#4ecdc4,#ff6b6b);border-radius:2px}.features .feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem}.features .feature-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:3rem 2rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .15s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;cursor:pointer}.features .feature-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#4ecdc40d,#ff6b6b0d);opacity:0;transition:opacity .15s cubic-bezier(.4,0,.2,1)}.features .feature-card:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.03),transparent);transform:rotate(-45deg);transition:transform .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.features .feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0003;border-color:#4ecdc433}.features .feature-card:hover:before{opacity:1}.features .feature-card:hover:after{transform:rotate(-45deg) translate(100%)}.features .feature-card:hover .feature-icon{transform:scale(1.1);color:#4ecdc4}.features .feature-card .feature-icon{font-size:3.5rem;color:#ffffffb3;margin-bottom:2rem;transition:all .15s cubic-bezier(.4,0,.2,1);position:relative;z-index:2}.features .feature-card h3{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:1.5rem;position:relative;z-index:2}.features .feature-card p{font-size:1rem;line-height:1.6;color:#fffc;position:relative;z-index:2}@media (max-width: 768px){.features{padding:4rem 0}.features .container{padding:0 1rem}.features .section-title{font-size:2.5rem;margin-bottom:3rem}.features .feature-grid{grid-template-columns:1fr;gap:2rem}.features .feature-card{padding:2.5rem 1.5rem}.features .feature-card .feature-icon{font-size:3rem}.features .feature-card h3{font-size:1.3rem}.features .feature-card p{font-size:.95rem}}@media (max-width: 480px){.features .feature-grid{grid-template-columns:1fr}.features .feature-card{padding:2rem 1rem}.features .feature-card .feature-icon{font-size:2.5rem}}.platforms-section{padding:4rem 0;background:transparent;position:relative}.platforms-section .container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.platforms-section .platforms-header{text-align:center;margin-bottom:3rem}.platforms-section .platforms-header .platforms-description{font-size:1.2rem;color:#fffc;line-height:1.6;max-width:800px;margin:0 auto}.platforms-section .platforms-interface{display:grid;grid-template-columns:320px 1fr;gap:2rem;align-items:start}@media (max-width: 968px){.platforms-section .platforms-interface{grid-template-columns:1fr;gap:1.5rem}}.platforms-section .unified-sidebar{position:sticky;top:100px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:1.5rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px #0000001a;overflow:hidden}@media (max-width: 968px){.platforms-section .unified-sidebar{position:relative;top:0;padding:1.25rem}}.platforms-section .unified-sidebar:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(78,205,196,.05) 0%,transparent 70%);opacity:0;transition:opacity .2s ease}.platforms-section .unified-sidebar:hover:before{opacity:1}.platforms-section .sidebar-section{margin-bottom:2rem}.platforms-section .sidebar-section:last-child{margin-bottom:0}.platforms-section .sidebar-section .sidebar-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#ffffff80;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.platforms-section .sidebar-section .sidebar-title svg{font-size:.9rem;color:#4ecdc4}.platforms-section .platform-tabs{display:flex;flex-direction:column;gap:.5rem}.platforms-section .platform-tabs .platform-tab{background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem 1.25rem;color:#ffffffb3;cursor:pointer;display:flex;align-items:center;gap:1rem;font-size:.95rem;font-weight:600;position:relative;overflow:hidden;transition:all .15s cubic-bezier(.4,0,.2,1)}.platforms-section .platform-tabs .platform-tab:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#4ecdc4,#44a08d);opacity:0;transition:opacity .15s ease}.platforms-section .platform-tabs .platform-tab:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(78,205,196,.1),transparent);transition:left .3s ease}.platforms-section .platform-tabs .platform-tab:hover:after{left:100%}.platforms-section .platform-tabs .platform-tab:hover{background:#ffffff1a;border-color:#4ecdc44d;color:#ffffffe6}.platforms-section .platform-tabs .platform-tab.active{background:#4ecdc41a;border-color:#4ecdc4;color:#4ecdc4;animation:pulseGlow 1.5s ease-in-out infinite}.platforms-section .platform-tabs .platform-tab.active:before{opacity:1}.platforms-section .platform-tabs .platform-tab svg{font-size:1.4rem;flex-shrink:0}.platforms-section .content-column{display:flex;flex-direction:column;gap:1.5rem}.platforms-section .pill-options{display:flex;flex-wrap:wrap;gap:.5rem}.platforms-section .subcategory-tabs .subcategory-tab{background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:20px;padding:.7rem 1.25rem;color:#ffffffb3;cursor:pointer;font-size:.875rem;font-weight:600;white-space:nowrap;display:inline-flex;align-items:center;gap:.5rem;position:relative;overflow:hidden;transition:all .15s cubic-bezier(.4,0,.2,1)}.platforms-section .subcategory-tabs .subcategory-tab:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ffc107,#ff9800);opacity:0;transition:opacity .15s ease;z-index:-1}.platforms-section .subcategory-tabs .subcategory-tab:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffc1074d;transform:translate(-50%,-50%);transition:width .3s,height .3s}.platforms-section .subcategory-tabs .subcategory-tab svg{font-size:1.3rem;position:relative;z-index:1}.platforms-section .subcategory-tabs .subcategory-tab span{position:relative;z-index:1}.platforms-section .subcategory-tabs .subcategory-tab:hover{border-color:#ffc10780;color:#ffc107;box-shadow:0 4px 15px #ffc1074d}.platforms-section .subcategory-tabs .subcategory-tab:hover:after{width:300px;height:300px}.platforms-section .subcategory-tabs .subcategory-tab.active{background:transparent;border-color:#ffc107;color:#ffc107;animation:pulseGlowYellow 1.5s ease-in-out infinite;font-weight:700}.platforms-section .subcategory-tabs .subcategory-tab.active:before{opacity:.15}.platforms-section .game-version-tabs .game-version-tab{background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:20px;padding:.7rem 1.25rem;color:#ffffffb3;cursor:pointer;font-size:.875rem;font-weight:600;white-space:nowrap;display:inline-flex;align-items:center;position:relative;overflow:hidden;transition:all .15s cubic-bezier(.4,0,.2,1)}.platforms-section .game-version-tabs .game-version-tab:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#4ecdc4,#44a08d);opacity:0;transition:opacity .15s ease;z-index:-1}.platforms-section .game-version-tabs .game-version-tab:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#4ecdc44d;transform:translate(-50%,-50%);transition:width .3s,height .3s}.platforms-section .game-version-tabs .game-version-tab span{position:relative;z-index:1}.platforms-section .game-version-tabs .game-version-tab:hover{border-color:#4ecdc480;color:#4ecdc4;box-shadow:0 4px 15px #4ecdc44d}.platforms-section .game-version-tabs .game-version-tab:hover:after{width:300px;height:300px}.platforms-section .game-version-tabs .game-version-tab.active{background:transparent;border-color:#4ecdc4;color:#4ecdc4;animation:pulseGlow 1.5s ease-in-out infinite;font-weight:700}.platforms-section .game-version-tabs .game-version-tab.active:before{opacity:.15}.platforms-section .platform-content{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001a}@media (max-width: 768px){.platforms-section .platform-content{padding:1.5rem}}.platforms-section .platform-content .content-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.platforms-section .platform-content .content-header .version-title{font-size:1.8rem;font-weight:700;color:#fff;margin:0;background:linear-gradient(135deg,#fff,#fffc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.platforms-section .platform-content .content-header .support-badge{font-size:.7rem;font-weight:700;padding:.5rem 1rem;border-radius:25px;color:#000;letter-spacing:.5px;text-transform:uppercase;display:inline-flex;align-items:center;gap:.4rem;box-shadow:0 4px 12px #0003}.platforms-section .platform-content .content-header .support-badge svg{font-size:.8rem}.platforms-section .platform-content .content-body .instruction{margin-bottom:1.5rem}.platforms-section .platform-content .content-body .instruction .instruction-text{color:#ffffffe6;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:.75rem}.platforms-section .platform-content .content-body .instruction .instruction-text .instruction-icon{color:#4ecdc4;font-size:1.1rem;margin-top:.1rem;flex-shrink:0}.platforms-section .platform-content .content-body .instruction .instruction-text p{margin:0;flex:1}.platforms-section .platform-content .content-body .instruction .instruction-steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:100%}.platforms-section .platform-content .content-body .instruction .instruction-steps li{display:flex;align-items:flex-start;padding:.5rem 0;text-align:left;width:100%}.platforms-section .platform-content .content-body .instruction .instruction-steps li .step-number{background:#ffc107;color:#000;font-weight:700;font-size:.8rem;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:.75rem;flex-shrink:0}.platforms-section .platform-content .content-body .instruction .instruction-steps li .step-content{line-height:1.5;font-size:.95rem;color:#ffffffe6;text-align:left;flex:1}.platforms-section .platform-content .content-body .notes-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.platforms-section .platform-content .content-body .notes-section h4{color:#ffc107;font-size:1rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.platforms-section .platform-content .content-body .notes-section h4 svg{font-size:.9rem}.platforms-section .platform-content .content-body .notes-section ul{list-style:none;padding:0;margin:0}.platforms-section .platform-content .content-body .notes-section ul li{color:#ffffffd9;margin-bottom:.75rem;padding-left:1.5rem;line-height:1.5;font-size:.9rem;position:relative;text-align:left}.platforms-section .platform-content .content-body .notes-section ul li:before{content:"•";color:#fff6;font-size:.8rem;position:absolute;left:0;top:.1rem}.platforms-section .platform-content .content-body .downloads-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.platforms-section .platform-content .content-body .downloads-section h4{color:#4ecdc4;font-size:1rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.platforms-section .platform-content .content-body .downloads-section h4 svg{font-size:.9rem}.platforms-section .platform-content .content-body .downloads-section .download-links{display:flex;flex-wrap:wrap;gap:.75rem}.platforms-section .platform-content .content-body .downloads-section .download-link{background:#4ecdc41a;border:1px solid rgba(78,205,196,.3);border-radius:6px;padding:.75rem 1rem;color:#4ecdc4;text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;cursor:pointer;position:relative;min-width:0}.platforms-section .platform-content .content-body .downloads-section .download-link:hover{background:#4ecdc426;border-color:#4ecdc480;transform:translateY(-1px);box-shadow:0 2px 8px #4ecdc433}.platforms-section .platform-content .content-body .downloads-section .download-link:focus{outline:2px solid rgba(78,205,196,.5);outline-offset:2px}.platforms-section .platform-content .content-body .downloads-section .download-link>svg{font-size:.9rem;flex-shrink:0;transition:all .3s ease}.platforms-section .platform-content .content-body .downloads-section .download-link>svg.downloading{color:#ffc107;animation:spin 1s linear infinite}.platforms-section .platform-content .content-body .downloads-section .download-link .download-info{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}.platforms-section .platform-content .content-body .downloads-section .download-link .download-info .download-name{font-weight:600;font-size:.85rem;color:#fff}.platforms-section .platform-content .content-body .downloads-section .download-link .download-info .download-description{font-size:.7rem;color:#ffffffb3;line-height:1.3}.platforms-section .platform-content .content-body .downloads-section .download-link .download-info .download-feedback{font-size:.65rem;color:#ffc107;font-weight:500;animation:pulse 2s ease-in-out infinite}.platforms-section .loading-spinner{text-align:center;color:#fffc;font-size:1.1rem;padding:3rem}.platforms-section .loading-spinner .spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top:3px solid #4ecdc4;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.platforms-section .error-message{text-align:center;color:#fffc;font-size:1.1rem;padding:3rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.platforms-section .error-message svg{font-size:2rem;color:#ff6b6b;margin-bottom:.5rem}.platforms-section .error-message p{margin:0 0 1rem;max-width:400px}.platforms-section .error-message .retry-button{background:#4ecdc41a;border:1px solid rgba(78,205,196,.3);border-radius:6px;padding:.75rem 1.5rem;color:#4ecdc4;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;transition:all .3s ease}.platforms-section .error-message .retry-button:hover:not(:disabled){background:#4ecdc426;border-color:#4ecdc480;transform:translateY(-1px)}.platforms-section .error-message .retry-button:disabled{opacity:.6;cursor:not-allowed}.platforms-section .error-message .retry-button svg{font-size:.9rem;color:inherit;margin:0}@media (max-width: 768px){.platforms-section{padding:2rem 0}.platforms-section .container{padding:0 1rem}.platforms-section .platforms-header{margin-bottom:2rem}.platforms-section .platforms-header .platforms-description{font-size:1rem;line-height:1.5}.platforms-section .unified-sidebar{padding:1.25rem}.platforms-section .unified-sidebar .sidebar-section{margin-bottom:1.5rem}.platforms-section .unified-sidebar .sidebar-section .sidebar-title{font-size:.7rem;margin-bottom:.75rem;padding-bottom:.5rem}.platforms-section .unified-sidebar .platform-tabs .platform-tab{padding:.85rem 1rem;font-size:.875rem}.platforms-section .unified-sidebar .platform-tabs .platform-tab svg{font-size:1.2rem}.platforms-section .subcategory-tabs .subcategory-tab,.platforms-section .subcategory-tabs .game-version-tab,.platforms-section .game-version-tabs .subcategory-tab,.platforms-section .game-version-tabs .game-version-tab{padding:.6rem 1rem;font-size:.825rem}.platforms-section .subcategory-tabs .subcategory-tab svg,.platforms-section .subcategory-tabs .game-version-tab svg,.platforms-section .game-version-tabs .subcategory-tab svg,.platforms-section .game-version-tabs .game-version-tab svg{font-size:.9rem}.platforms-section .platform-content{padding:1.25rem;border-radius:0 0 8px 8px}.platforms-section .platform-content .content-header{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem}.platforms-section .platform-content .content-header .version-title{font-size:1.25rem;line-height:1.3}.platforms-section .platform-content .content-header .support-badge{font-size:.65rem;padding:.35rem .7rem}.platforms-section .platform-content .content-body .instruction{margin-bottom:1.25rem}.platforms-section .platform-content .content-body .instruction .instruction-text{font-size:.9rem;line-height:1.5;margin-bottom:1.25rem}.platforms-section .platform-content .content-body .instruction .instruction-steps{grid-template-columns:1fr;gap:.5rem}.platforms-section .platform-content .content-body .instruction .instruction-steps li{padding:.75rem;background:#ffffff05;border-radius:6px;border:1px solid rgba(255,255,255,.05)}.platforms-section .platform-content .content-body .instruction .instruction-steps li .step-number{width:22px;height:22px;font-size:.7rem;margin-right:.65rem;flex-shrink:0}.platforms-section .platform-content .content-body .instruction .instruction-steps li .step-content{font-size:.85rem;line-height:1.4}.platforms-section .platform-content .content-body .notes-section{margin-top:1.5rem;padding-top:1.25rem}.platforms-section .platform-content .content-body .notes-section h4{font-size:.9rem;margin-bottom:.75rem}.platforms-section .platform-content .content-body .notes-section ul li{padding-left:1.25rem;font-size:.8rem;line-height:1.4;margin-bottom:.5rem}.platforms-section .platform-content .content-body .downloads-section{margin-top:1.5rem;padding-top:1.25rem}.platforms-section .platform-content .content-body .downloads-section h4{font-size:.9rem;margin-bottom:.75rem}.platforms-section .platform-content .content-body .downloads-section .download-links{flex-direction:column;gap:.5rem}.platforms-section .platform-content .content-body .downloads-section .download-link{padding:.75rem;border-radius:8px;width:100%;justify-content:flex-start}.platforms-section .platform-content .content-body .downloads-section .download-link svg{font-size:1rem}.platforms-section .platform-content .content-body .downloads-section .download-link .download-info{gap:.1rem}.platforms-section .platform-content .content-body .downloads-section .download-link .download-info .download-name{font-size:.8rem}.platforms-section .platform-content .content-body .downloads-section .download-link .download-info .download-description{font-size:.65rem;line-height:1.3}.platforms-section .platform-content .error-message{padding:2rem 1rem;font-size:1rem}.platforms-section .platform-content .error-message svg{font-size:1.5rem}.platforms-section .platform-content .error-message .retry-button{padding:.65rem 1.25rem;font-size:.85rem}}@media (max-width: 480px){.platforms-section{padding:1.5rem 0}.platforms-section .container{padding:0 .75rem}.platforms-section .platforms-header .platforms-description{font-size:.9rem}.platforms-section .unified-sidebar{padding:1rem}.platforms-section .unified-sidebar .sidebar-section{margin-bottom:1.25rem}.platforms-section .unified-sidebar .sidebar-section .sidebar-title{font-size:.65rem}.platforms-section .unified-sidebar .platform-tabs .platform-tab{padding:.75rem .85rem;font-size:.825rem}.platforms-section .unified-sidebar .platform-tabs .platform-tab svg{font-size:1.1rem}.platforms-section .subcategory-tabs .subcategory-tab,.platforms-section .subcategory-tabs .game-version-tab,.platforms-section .game-version-tabs .subcategory-tab,.platforms-section .game-version-tabs .game-version-tab{padding:.55rem .9rem;font-size:.8rem}.platforms-section .platform-content{padding:1rem}.platforms-section .platform-content .content-header .version-title{font-size:1.1rem}.platforms-section .platform-content .content-header .support-badge{font-size:.6rem;padding:.3rem .6rem}.platforms-section .platform-content .content-body .instruction .instruction-text{font-size:.85rem}.platforms-section .platform-content .content-body .instruction .instruction-steps li{padding:.65rem}.platforms-section .platform-content .content-body .instruction .instruction-steps li .step-number{width:20px;height:20px;font-size:.65rem;margin-right:.5rem}.platforms-section .platform-content .content-body .instruction .instruction-steps li .step-content{font-size:.8rem}.platforms-section .platform-content .content-body .notes-section h4,.platforms-section .platform-content .content-body .downloads-section h4{font-size:.85rem}.platforms-section .platform-content .content-body .notes-section ul li{font-size:.75rem;padding-left:1rem}.platforms-section .platform-content .content-body .downloads-section .download-link{padding:.65rem}.platforms-section .platform-content .content-body .downloads-section .download-link .download-info .download-name{font-size:.75rem}.platforms-section .platform-content .content-body .downloads-section .download-link .download-info .download-description{font-size:.6rem}.platforms-section .platform-content .error-message{padding:1.5rem .75rem;font-size:.9rem}.platforms-section .platform-content .error-message .retry-button{padding:.6rem 1rem;font-size:.8rem}}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes pulseGlow{0%,to{box-shadow:0 0 20px #4ecdc433,inset 0 0 20px #4ecdc41a}50%{box-shadow:0 0 30px #4ecdc466,inset 0 0 25px #4ecdc426}}@keyframes pulseGlowYellow{0%,to{box-shadow:0 0 20px #ffc10733,inset 0 0 20px #ffc1071a}50%{box-shadow:0 0 30px #ffc10766,inset 0 0 25px #ffc10726}}.contributors{padding:6rem 0;background:transparent;position:relative}.contributors .container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.contributors .section-title{text-align:center;font-size:3rem;font-weight:800;color:#fff;margin-bottom:2rem;background:linear-gradient(45deg,#4ecdc4,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.contributors .section-title:after{content:"";position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(45deg,#4ecdc4,#ff6b6b);border-radius:2px}.contributors .contributors-intro{text-align:center;font-size:1.2rem;line-height:1.6;color:#fffc;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.contributors .subsection-title{text-align:center;font-size:2.2rem;font-weight:700;color:#fff;margin:3rem 0 2rem;background:linear-gradient(45deg,#4ecdc4,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.contributors .subsection-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(45deg,#4ecdc4,#ff6b6b);border-radius:2px}.contributors .subsection-title.past-contributors-title{margin-top:5rem;opacity:.9}.contributors .past-contributors-intro{text-align:center;font-size:1.1rem;line-height:1.6;color:#ffffffb3;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;font-style:italic;opacity:.9}.contributors .contributors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.contributors .contributor-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;position:relative;overflow:hidden;cursor:pointer}.contributors .contributor-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#4ecdc41a,#ff6b6b1a);opacity:0;transition:opacity .3s ease}.contributors .contributor-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000004d;border-color:#4ecdc44d}.contributors .contributor-card:hover:before{opacity:1}.contributors .contributor-card:hover .contributor-avatar img{transform:scale(1.1)}.contributors .contributor-card .contributor-avatar{margin-bottom:1.5rem;position:relative;z-index:2;display:flex;align-items:center;justify-content:center}.contributors .contributor-card .contributor-avatar img{width:120px;height:120px;border-radius:50%;border:3px solid rgba(78,205,196,.3);transition:all .3s ease;object-fit:cover;position:relative;z-index:2}.contributors .contributor-card .contributor-avatar:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2.5rem;color:#fff9;z-index:1;display:none}.contributors .contributor-card .contributor-avatar.image-failed:before{display:block}.contributors .contributor-card .contributor-avatar.image-failed img{opacity:0}.contributors .contributor-card .contributor-info{position:relative;z-index:2}.contributors .contributor-card .contributor-info .contributor-name{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:.5rem}.contributors .contributor-card .contributor-info .contributor-role{font-size:1rem;color:#ffffffb3;line-height:1.4;margin:0}.contributors .contribution-note{text-align:center;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contributors .contribution-note p{font-size:1.1rem;line-height:1.6;color:#fffc;margin:0}.contributors .contribution-note p a{color:#4ecdc4;text-decoration:none;font-weight:600;transition:color .3s ease}.contributors .contribution-note p a:hover{color:#ff6b6b}.contributors .loading-spinner{text-align:center;color:#fffc;font-size:1.1rem;padding:3rem}.contributors .loading-spinner .spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top:3px solid #4ecdc4;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@media (max-width: 768px){.contributors{padding:4rem 0}.contributors .container{padding:0 1rem}.contributors .section-title{font-size:2.5rem;margin-bottom:1.5rem}.contributors .contributors-intro{font-size:1.1rem;margin-bottom:3rem}.contributors .subsection-title{font-size:1.8rem;margin:2.5rem 0 1.5rem}.contributors .subsection-title.past-contributors-title{margin-top:4rem}.contributors .past-contributors-intro{font-size:1rem;margin-bottom:2.5rem}.contributors .contributors-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.contributors .contributor-card{padding:1.5rem}.contributors .contributor-card .contributor-avatar img{width:100px;height:100px}.contributors .contributor-card .contributor-info .contributor-name{font-size:1.2rem}.contributors .contributor-card .contributor-info .contributor-role{font-size:.95rem}.contributors .contribution-note{padding:1.5rem}.contributors .contribution-note p{font-size:1rem}}@media (max-width: 480px){.contributors .contributors-grid{grid-template-columns:1fr}.contributors .contributor-card{padding:1.25rem}}.footer{background:transparent;padding:5rem 0 2rem;border-top:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.footer .container{max-width:1600px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.footer .footer-content{display:grid;grid-template-columns:2.5fr 1fr 1fr;gap:4rem;margin-bottom:3rem;align-items:flex-start}.footer .footer-content .footer-logo{padding-right:2rem}.footer .footer-content .footer-logo .footer-logo-svg{height:60px;width:auto;margin-bottom:1.5rem;filter:drop-shadow(0 4px 12px rgba(0,0,0,.4));transition:transform .3s ease}.footer .footer-content .footer-logo .footer-logo-svg:hover{transform:scale(1.05)}.footer .footer-content .footer-logo p{color:#fffc;margin:0 0 1rem;line-height:1.7;max-width:320px}.footer .footer-content .footer-logo p:first-of-type{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:.5rem;background:linear-gradient(45deg,#4ecdc4,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer .footer-content .footer-logo p:last-of-type{font-size:1rem;margin-bottom:0}.footer .footer-content .footer-links h4,.footer .footer-content .footer-social h4{color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:2rem;background:linear-gradient(45deg,#4ecdc4,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-transform:uppercase;letter-spacing:.5px;position:relative}.footer .footer-content .footer-links h4:after,.footer .footer-content .footer-social h4:after{content:"";position:absolute;bottom:-8px;left:0;width:30px;height:2px;background:linear-gradient(45deg,#4ecdc4,#ff6b6b);border-radius:1px}.footer .footer-content .footer-links ul,.footer .footer-content .footer-social ul{list-style:none;padding:0;margin:0}.footer .footer-content .footer-links ul li,.footer .footer-content .footer-social ul li{margin-bottom:1rem;transform:translate(0);transition:transform .3s ease}.footer .footer-content .footer-links ul li:hover,.footer .footer-content .footer-social ul li:hover{transform:translate(8px)}.footer .footer-content .footer-links ul li a,.footer .footer-content .footer-social ul li a{color:#ffffffbf;text-decoration:none;transition:all .3s ease;font-size:1rem;font-weight:500;position:relative;display:inline-block}.footer .footer-content .footer-links ul li a:before,.footer .footer-content .footer-social ul li a:before{content:"";position:absolute;width:0;height:2px;bottom:-3px;left:0;background:linear-gradient(45deg,#4ecdc4,#ff6b6b);transition:width .3s ease}.footer .footer-content .footer-links ul li a:hover,.footer .footer-content .footer-social ul li a:hover{color:#4ecdc4}.footer .footer-content .footer-links ul li a:hover:before,.footer .footer-content .footer-social ul li a:hover:before{width:100%}.footer .footer-content .footer-social{display:flex;flex-direction:column;align-items:flex-start}.footer .footer-content .footer-social .social-icons{display:flex;gap:1.2rem;flex-wrap:wrap}.footer .footer-content .footer-social .social-icons .social-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:16px;color:#ffffffb3;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:relative;overflow:hidden}.footer .footer-content .footer-social .social-icons .social-icon:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#4ecdc433,#ff6b6b33);opacity:0;transition:opacity .3s ease}.footer .footer-content .footer-social .social-icons .social-icon:hover{background:#4ecdc426;border-color:#4ecdc4;color:#4ecdc4;transform:translateY(-4px) scale(1.05);box-shadow:0 8px 25px #4ecdc44d}.footer .footer-content .footer-social .social-icons .social-icon:hover:before{opacity:1}.footer .footer-content .footer-social .social-icons .social-icon svg{font-size:1.2rem;position:relative;z-index:1}.footer .footer-bottom{padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.15);position:relative}.footer .footer-bottom:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100px;height:1px;background:linear-gradient(90deg,transparent,#4ecdc4,transparent)}.footer .footer-bottom .footer-legal{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.footer .footer-bottom .footer-legal p{color:#ffffffa6;margin:0;font-size:.95rem;font-weight:500;letter-spacing:.3px}.footer .footer-bottom .footer-legal p a{color:#4ecdc4;text-decoration:none;transition:all .3s ease;font-weight:600;position:relative}.footer .footer-bottom .footer-legal p a:after{content:"";position:absolute;width:0;height:1px;bottom:-2px;left:0;background:#ff6b6b;transition:width .3s ease}.footer .footer-bottom .footer-legal p a:hover{color:#ff6b6b}.footer .footer-bottom .footer-legal p a:hover:after{width:100%}.footer .footer-bottom .footer-legal .separator{color:#ffffff4d;font-size:1rem;font-weight:300}.footer .footer-bottom .footer-legal .footer-link{color:#4ecdc4;text-decoration:none;font-size:.95rem;font-weight:600;transition:all .3s ease;position:relative;letter-spacing:.3px}.footer .footer-bottom .footer-legal .footer-link:after{content:"";position:absolute;width:0;height:1px;bottom:-2px;left:0;background:#ff6b6b;transition:width .3s ease}.footer .footer-bottom .footer-legal .footer-link:hover{color:#ff6b6b}.footer .footer-bottom .footer-legal .footer-link:hover:after{width:100%}.footer .footer-bottom .footer-legal .disclaimer-trigger{background:none;border:none;color:#4ecdc4;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .3s ease;text-decoration:none;position:relative;letter-spacing:.3px}.footer .footer-bottom .footer-legal .disclaimer-trigger:after{content:"";position:absolute;width:0;height:1px;bottom:-2px;left:0;background:#ff6b6b;transition:width .3s ease}.footer .footer-bottom .footer-legal .disclaimer-trigger:hover{color:#ff6b6b}.footer .footer-bottom .footer-legal .disclaimer-trigger:hover:after{width:100%}@media (max-width: 968px){.footer .footer-content{grid-template-columns:1fr 1fr;gap:3rem}.footer .footer-content .footer-logo{grid-column:1/-1;text-align:center;padding-right:0;margin-bottom:1rem}.footer .footer-content .footer-logo p{max-width:none}.footer .footer-content .footer-social{align-items:center}.footer .footer-content .footer-social .social-icons{justify-content:center}}@media (max-width: 768px){.footer{padding:4rem 0 2rem}.footer .container{padding:0 1.5rem}.footer .footer-content{grid-template-columns:1fr;gap:2.5rem;text-align:center}.footer .footer-content .footer-logo .footer-logo-svg{height:55px}.footer .footer-content .footer-links h4:after,.footer .footer-content .footer-social h4:after{left:50%;transform:translate(-50%)}.footer .footer-content .footer-social{align-items:center}.footer .footer-content .footer-social .social-icons{justify-content:center}.footer .footer-bottom .footer-legal{flex-direction:column;gap:1rem;text-align:center}.footer .footer-bottom .footer-legal .separator{display:none}}@media (max-width: 480px){.footer{padding:3rem 0 1.5rem}.footer .container{padding:0 1rem}.footer .footer-content{gap:2rem}.footer .footer-content .footer-links h4,.footer .footer-content .footer-social h4{font-size:1.1rem;margin-bottom:1.5rem}.footer .footer-content .footer-social .social-icons{gap:1rem}.footer .footer-content .footer-social .social-icons .social-icon{width:45px;height:45px}.footer .footer-bottom{padding-top:2rem}.footer .footer-bottom .footer-legal{flex-direction:column;gap:1rem;text-align:center}.footer .footer-bottom .footer-legal .separator{display:none}}.disclaimer-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;pointer-events:none;opacity:0;transition:opacity .3s ease}.disclaimer-modal.active{pointer-events:all;opacity:1}.disclaimer-modal .disclaimer-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;padding:2rem}.disclaimer-modal .disclaimer-content{background:#0a0a14e6;border:1px solid rgba(255,255,255,.1);border-radius:20px;max-width:1000px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 40px #00000080}.disclaimer-modal .disclaimer-content .disclaimer-close{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#ffffffb3;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.disclaimer-modal .disclaimer-content .disclaimer-close:hover{background:#ff6b6b33;border-color:#ff6b6b;color:#ff6b6b;transform:scale(1.1)}.disclaimer-modal .disclaimer-content h3{font-size:2rem;font-weight:800;color:#fff;margin:0 0 2rem;padding:2rem 2rem 0;background:linear-gradient(45deg,#4ecdc4,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center}.disclaimer-modal .disclaimer-content .disclaimer-text{padding:0 2rem 2rem;color:#fffc;line-height:1.7}.disclaimer-modal .disclaimer-content .disclaimer-text h5{font-size:1.2rem;font-weight:700;color:#4ecdc4;margin:2rem 0 1rem}.disclaimer-modal .disclaimer-content .disclaimer-text h5:first-child{margin-top:0}.disclaimer-modal .disclaimer-content .disclaimer-text p{margin-bottom:1.5rem;font-size:1rem;text-align:justify}.disclaimer-modal .disclaimer-content .disclaimer-text p strong{color:#fff;font-weight:600}.disclaimer-modal .disclaimer-content .disclaimer-text p .inline-link{color:#4ecdc4;text-decoration:none;font-weight:600;transition:all .3s ease;position:relative}.disclaimer-modal .disclaimer-content .disclaimer-text p .inline-link:after{content:"";position:absolute;width:0;height:1px;bottom:-1px;left:0;background:#ff6b6b;transition:width .3s ease}.disclaimer-modal .disclaimer-content .disclaimer-text p .inline-link:hover{color:#ff6b6b}.disclaimer-modal .disclaimer-content .disclaimer-text p .inline-link:hover:after{width:100%}@media (max-width: 768px){.disclaimer-modal .disclaimer-backdrop{padding:2rem 1rem 1rem;align-items:flex-start}.disclaimer-modal .disclaimer-content{max-height:95vh}.disclaimer-modal .disclaimer-content .disclaimer-close{top:1rem;right:1rem;width:35px;height:35px}.disclaimer-modal .disclaimer-content h3{font-size:1.5rem;padding:1.5rem 1.5rem 0}.disclaimer-modal .disclaimer-content .disclaimer-text{padding:0 1.5rem 1.5rem}.disclaimer-modal .disclaimer-content .disclaimer-text h5{font-size:1.1rem}.disclaimer-modal .disclaimer-content .disclaimer-text p{font-size:.95rem;text-align:left}}@media (max-width: 480px){.disclaimer-modal .disclaimer-backdrop{padding:1rem .5rem .5rem}.disclaimer-modal .disclaimer-content{border-radius:15px}.disclaimer-modal .disclaimer-content h3{font-size:1.3rem;padding:1rem 1rem 0}.disclaimer-modal .disclaimer-content .disclaimer-text{padding:0 1rem 1rem}.disclaimer-modal .disclaimer-content .disclaimer-text h5{font-size:1rem;margin:1.5rem 0 .8rem}.disclaimer-modal .disclaimer-content .disclaimer-text p{font-size:.9rem;margin-bottom:1rem}}.shared-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:0;background:linear-gradient(135deg,#1e1e3c,#272749,#24314d);overflow:hidden}.shared-background .particles{position:absolute;width:100%;height:100%}.shared-background .particles .particle{position:absolute;width:4px;height:4px;background:#4cecc4b3;border-radius:50%;animation:float 6s ease-in-out infinite}.shared-background .particles .particle:nth-child(odd){background:#ff6b6bb3;animation-delay:-2s}.shared-background .particles .particle:nth-child(3n){animation-delay:-4s}.shared-background .particles .particle:nth-child(1){left:20.6670160394%;top:56.0357882822%;animation-duration:3.7961045396s}.shared-background .particles .particle:nth-child(2){left:99.0872266814%;top:6.3822973006%;animation-duration:3.8039984371s}.shared-background .particles .particle:nth-child(3){left:18.4809528635%;top:36.0418088475%;animation-duration:7.9311373424s}.shared-background .particles .particle:nth-child(4){left:60.3522952157%;top:30.1664388543%;animation-duration:8.3943125506s}.shared-background .particles .particle:nth-child(5){left:30.7006660044%;top:96.8851892036%;animation-duration:6.6383451577s}.shared-background .particles .particle:nth-child(6){left:50.4456253806%;top:71.209890524%;animation-duration:3.2548204569s}.shared-background .particles .particle:nth-child(7){left:42.4691183944%;top:82.2991824056%;animation-duration:4.1270980248s}.shared-background .particles .particle:nth-child(8){left:94.0861524637%;top:42.4887718492%;animation-duration:3.8731727467s}.shared-background .particles .particle:nth-child(9){left:6.4366775834%;top:40.5735324745%;animation-duration:6.2513921822s}.shared-background .particles .particle:nth-child(10){left:80.581922613%;top:32.3490597356%;animation-duration:8.9163241982s}.shared-background .particles .particle:nth-child(11){left:14.4385028003%;top:18.5281501077%;animation-duration:6.0481210639s}.shared-background .particles .particle:nth-child(12){left:91.6371511709%;top:27.3886366851%;animation-duration:7.2387746561s}.shared-background .particles .particle:nth-child(13){left:88.4892460708%;top:82.0993711918%;animation-duration:7.1383511679s}.shared-background .particles .particle:nth-child(14){left:48.1277040243%;top:98.944648303%;animation-duration:6.1834572297s}.shared-background .particles .particle:nth-child(15){left:57.783999877%;top:70.7301049217%;animation-duration:4.2341569491s}.shared-background .particles .particle:nth-child(16){left:6.9866968096%;top:46.1743028634%;animation-duration:3.7259939543s}.shared-background .particles .particle:nth-child(17){left:12.2126485652%;top:16.441915911%;animation-duration:6.3520266066s}.shared-background .particles .particle:nth-child(18){left:70.0674560172%;top:1.5593453675%;animation-duration:3.9451044271s}.shared-background .particles .particle:nth-child(19){left:8.3701570897%;top:94.6224427199%;animation-duration:7.0966374112s}.shared-background .particles .particle:nth-child(20){left:16.9695849369%;top:73.1860108183%;animation-duration:7.6586132328s}.shared-background .glow-circle{position:absolute;top:20%;right:10%;width:300px;height:300px;background:radial-gradient(circle,rgba(76,236,196,.3) 0%,transparent 70%);border-radius:50%;animation:pulse 4s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.home-page-container{background:transparent;color:#fff}.page-content{position:relative;z-index:1}.admin-login-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem}.admin-login-container{width:100%;max-width:480px;background:#ffffff14;border-radius:20px;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 20px 40px #00000080,0 4px 20px #4ecdc41a;padding:3rem 2.5rem;position:relative;overflow:hidden}.admin-login-container:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#4ecdc4 20%,#ff6b6b 80%,transparent)}.admin-login-header{text-align:center;margin-bottom:2.5rem}.admin-login-header .logo-container{margin-bottom:1.5rem}.admin-login-header .logo-container .admin-login-logo{width:80px;height:80px;filter:drop-shadow(0 10px 20px rgba(78,205,196,.3));transition:transform .3s ease}.admin-login-header .logo-container .admin-login-logo:hover{transform:scale(1.05)}.admin-login-header .admin-login-title{font-size:2.2rem;font-weight:800;margin:0 0 .5rem;background:linear-gradient(45deg,#4ecdc4,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.admin-login-header .admin-login-subtitle{font-size:1rem;color:#ffffffb3;margin:0;font-weight:500}.admin-login-form .admin-login-error{display:flex;align-items:center;gap:.75rem;background:linear-gradient(45deg,#ff6b6b26,#ff6b6b1a);border:1px solid rgba(255,107,107,.3);border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.5rem;color:#ff6b6b;font-size:.9rem;font-weight:500}.admin-login-form .admin-login-error svg{color:#ff6b6b;font-size:1rem}.admin-login-form .admin-login-info{display:flex;align-items:flex-start;gap:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:2rem}.admin-login-form .admin-login-info svg{color:#4ecdc4;font-size:1.2rem;margin-top:.1rem;flex-shrink:0}.admin-login-form .admin-login-info p{margin:0;color:#fffc;font-size:.95rem;line-height:1.5}.admin-login-form .admin-login-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(45deg,#4ecdc4,#5ef0e6);color:#fff;border:none;border-radius:50px;padding:1rem 2rem;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #4ecdc466;position:relative;overflow:hidden}.admin-login-form .admin-login-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}.admin-login-form .admin-login-btn:hover{box-shadow:0 8px 25px #4ecdc499}.admin-login-form .admin-login-btn:hover:before{left:100%}.admin-login-form .admin-login-btn:active{transform:translateY(1px)}.admin-login-form .admin-login-btn svg{font-size:1.1rem}.admin-login-footer{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.admin-login-footer p{margin:0;color:#ffffff80;font-size:.85rem;font-weight:500}@media (max-width: 768px){.admin-login-overlay{padding:1rem}.admin-login-container{padding:2.5rem 2rem}.admin-login-container .admin-login-header{margin-bottom:2rem}.admin-login-container .admin-login-header .logo-container .admin-login-logo{width:70px;height:70px}.admin-login-container .admin-login-header .admin-login-title{font-size:1.9rem}.admin-login-container .admin-login-form .admin-login-info{padding:1rem 1.25rem;gap:.75rem}.admin-login-container .admin-login-form .admin-login-info svg{font-size:1.1rem}.admin-login-container .admin-login-form .admin-login-info p{font-size:.9rem}.admin-login-container .admin-login-form .admin-login-btn{padding:.9rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.admin-login-container{padding:2rem 1.5rem}.admin-login-container .admin-login-header .admin-login-title{font-size:1.7rem}.admin-login-container .admin-login-header .admin-login-subtitle{font-size:.9rem}.admin-login-container .admin-login-form .admin-login-error{padding:.9rem 1rem;font-size:.85rem}.admin-login-container .admin-login-form .admin-login-info{padding:1rem;gap:.65rem}.admin-login-container .admin-login-form .admin-login-info p{font-size:.85rem}}.admin-header{position:fixed;top:0;left:0;right:0;z-index:1000;height:50px;background:#0a0f1499;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.1)}.admin-header .admin-header-container{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 20px;max-width:100%}.admin-header .admin-header-left{display:flex;align-items:center;gap:12px}.admin-header .admin-header-left .admin-logo{width:24px;height:24px}.admin-header .admin-header-left .admin-title{font-size:16px;font-weight:600;color:#fff;margin:0}.admin-header .admin-nav{display:flex;gap:8px}.admin-header .admin-nav .nav-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:6px;text-decoration:none;color:#ffffffb3;font-size:14px;font-weight:500;transition:all .2s ease}.admin-header .admin-nav .nav-btn:hover{background:#ffffff1a;color:#fff}.admin-header .admin-nav .nav-btn.active{background:#4ecdc433;color:#4ecdc4}.admin-header .admin-nav .nav-btn svg{font-size:12px}.admin-header .admin-nav .nav-btn span{display:inline}.admin-header .admin-controls{display:flex;gap:6px}.admin-header .admin-controls .control-btn{width:36px;height:36px;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:14px}.admin-header .admin-controls .control-btn.danger{background:#ff6b6b33;color:#ff6b6b}.admin-header .admin-controls .control-btn.danger:hover{background:#ff6b6b4d;transform:translateY(-1px)}.admin-header .admin-controls .control-btn.primary{background:#4ecdc433;color:#4ecdc4}.admin-header .admin-controls .control-btn.primary:hover{background:#4ecdc44d;transform:translateY(-1px)}.admin-header .admin-controls .control-btn.logout{background:#ffffff1a;color:#ffffffb3}.admin-header .admin-controls .control-btn.logout:hover{background:#fff3;color:#fff;transform:translateY(-1px)}body.admin-page{padding-top:50px}@media (max-width: 1200px){.admin-header-container{padding:1.25rem 1.5rem}.admin-header-left .admin-title-container .admin-title{font-size:1.6rem}}@media (max-width: 900px){.admin-navigation .nav-btn span,.admin-controls .admin-btn span{display:none}}@media (max-width: 768px){.admin-header-container{padding:0 10px}.admin-title{display:none}.admin-nav{flex-grow:1;justify-content:center}.admin-nav .nav-btn span{display:none}.admin-controls .control-btn{width:32px;height:32px;font-size:13px}}.log-viewer{height:100%;display:flex;flex-direction:column;background:transparent}.log-viewer .log-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff08}.log-viewer .log-header .header-left{display:flex;align-items:center;gap:8px}.log-viewer .log-header .header-left svg{color:#4ecdc4;font-size:16px}.log-viewer .log-header .header-left h3{font-size:16px;font-weight:600;margin:0;color:#fff}.log-viewer .log-header .header-right{display:flex;align-items:center;gap:16px}.log-viewer .log-header .auto-scroll-toggle{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.log-viewer .log-header .auto-scroll-toggle input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:3px;background:transparent;cursor:pointer;position:relative;transition:all .2s ease}.log-viewer .log-header .auto-scroll-toggle input[type=checkbox]:hover{border-color:#ffffff80}.log-viewer .log-header .auto-scroll-toggle input[type=checkbox]:checked{background:#4ecdc4;border-color:#4ecdc4}.log-viewer .log-header .auto-scroll-toggle input[type=checkbox]:checked:after{content:"";position:absolute;left:4px;top:1px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.log-viewer .log-header .auto-scroll-toggle .toggle-label{font-size:12px;color:#ffffffb3;transition:color .2s ease}.log-viewer .log-header .auto-scroll-toggle:hover .toggle-label{color:#ffffffe6}.log-viewer .log-header .log-status{display:flex;align-items:center;gap:8px;font-size:12px;color:#ffffffb3}.log-viewer .log-header .log-status .status-dot{width:6px;height:6px;border-radius:50%;background:#4ecdc4}.log-viewer .log-content{flex:1;padding:8px;overflow:hidden;display:flex;flex-direction:column}.log-viewer .log-content .log-list{flex:1;overflow-y:auto;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:8px;text-align:left}.log-viewer .log-content .log-list .log-entry{display:flex;align-items:flex-start;gap:8px;padding:4px 0;border-bottom:1px solid rgba(255,255,255,.05);font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;line-height:1.4}.log-viewer .log-content .log-list .log-entry:last-child{border-bottom:none}.log-viewer .log-content .log-list .log-entry .log-timestamp{color:#ffffff80;white-space:nowrap;min-width:80px;font-size:12px}.log-viewer .log-content .log-list .log-entry .log-level{min-width:50px;text-align:center;padding:1px 4px;border-radius:3px;font-weight:600;font-size:10px}.log-viewer .log-content .log-list .log-entry .log-level.info{background:#4ecdc433;color:#4ecdc4}.log-viewer .log-content .log-list .log-entry .log-level.warn{background:#ffa72633;color:#ffa726}.log-viewer .log-content .log-list .log-entry .log-level.error{background:#ff6b6b33;color:#ff6b6b}.log-viewer .log-content .log-list .log-entry .log-level.debug{background:#9c27b033;color:#ab47bc}.log-viewer .log-content .log-list .log-entry .log-message{flex:1;color:#ffffffe6;word-break:break-word;white-space:pre-wrap}.log-viewer .log-content .log-loading,.log-viewer .log-content .log-empty{display:flex;align-items:center;justify-content:center;height:100px;color:#ffffff80;font-size:14px}.log-viewer .log-content .log-loading .loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.1);border-top:2px solid #4ecdc4;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px}.log-viewer .log-list::-webkit-scrollbar{width:6px}.log-viewer .log-list::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.log-viewer .log-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.log-viewer .log-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.server-status-redesign{height:100%;padding:12px;overflow:auto;display:flex;flex-direction:column}.server-status-redesign .status-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1);font-size:14px;font-weight:600;color:#fff;flex-shrink:0}.server-status-redesign .status-header .status-dot{width:8px;height:8px;border-radius:50%;margin-left:auto;transition:all .3s ease}.server-status-redesign .status-header .status-dot.connected{background:#4ecdc4;box-shadow:0 0 5px #4ecdc4}.server-status-redesign .status-header .status-dot.disconnected{background:#ff6b6b;box-shadow:0 0 5px #ff6b6b}.server-status-redesign .status-cards-container{display:flex;flex-direction:column;gap:12px}.server-status-redesign .status-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px}.server-status-redesign .status-card .card-header{display:flex;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid rgba(255,255,255,.1);font-size:12px;font-weight:600;color:#fffc;background:#ffffff08}.server-status-redesign .status-card .card-header svg{color:#4ecdc4}.server-status-redesign .status-card .card-content{padding:12px;display:flex;flex-direction:column;gap:8px}.server-status-redesign .status-card .card-content.services{flex-direction:row;flex-wrap:wrap;gap:8px}.server-status-redesign .metric-row{display:flex;justify-content:space-between;align-items:center;font-size:13px}.server-status-redesign .metric-row .label{color:#ffffffb3}.server-status-redesign .metric-row .value{font-weight:600;color:#fff}.server-status-redesign .metric-row .status-ok{color:#4ecdc4}.server-status-redesign .metric-row .status-error{color:#ff6b6b}.server-status-redesign .metric-row.small{font-size:11px}.server-status-redesign .metric-row.small .value{max-width:60%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right}.server-status-redesign .resource-bar .resource-bar-info{display:flex;justify-content:space-between;margin-bottom:4px;font-size:12px;color:#fffc}.server-status-redesign .resource-bar .resource-bar-info .resource-value{font-weight:600;color:#fff}.server-status-redesign .resource-bar .progress-bar{height:6px;background:#0000004d;border-radius:3px;overflow:hidden}.server-status-redesign .resource-bar .progress-bar .progress-fill{height:100%;border-radius:3px;transition:width .3s ease}.server-status-redesign .resource-bar .progress-bar .progress-fill.memory-low,.server-status-redesign .resource-bar .progress-bar .progress-fill.load-low{background:#4ecdc4}.server-status-redesign .resource-bar .progress-bar .progress-fill.memory-medium,.server-status-redesign .resource-bar .progress-bar .progress-fill.load-medium{background:#ffa726}.server-status-redesign .resource-bar .progress-bar .progress-fill.memory-high,.server-status-redesign .resource-bar .progress-bar .progress-fill.load-high{background:#ff6b6b}.server-status-redesign .cpu-load-container{display:flex;flex-direction:column;gap:8px}.server-status-redesign .cpu-load-container .load-pills{display:flex;justify-content:space-between;gap:8px}.server-status-redesign .cpu-load-container .load-pill{flex:1;text-align:center;padding:6px;border-radius:6px;transition:all .2s ease}.server-status-redesign .cpu-load-container .load-pill .load-label{display:block;font-size:10px;font-weight:600;text-transform:uppercase;opacity:.7;margin-bottom:2px}.server-status-redesign .cpu-load-container .load-pill .load-value{display:block;font-size:14px;font-weight:700}.server-status-redesign .cpu-load-container .load-pill.low{background:#4ecdc426;color:#b2f0ea}.server-status-redesign .cpu-load-container .load-pill.medium{background:#ffa72626;color:#ffd18c}.server-status-redesign .cpu-load-container .load-pill.high{background:#ff6b6b26;color:#ffc2c2}.server-status-redesign .cpu-load-container .cpu-load-info{display:flex;align-items:center;justify-content:center;gap:6px;font-size:11px;color:#fff9}.server-status-redesign .service-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:500}.server-status-redesign .service-pill .service-dot{width:6px;height:6px;border-radius:50%}.server-status-redesign .service-pill.online{background:#4ecdc433;color:#4ecdc4}.server-status-redesign .service-pill.online .service-dot{background:#4ecdc4}.server-status-redesign .service-pill.offline{background:#ff6b6b26;color:#ff6b6b}.server-status-redesign .service-pill.offline .service-dot{background:#ff6b6b}.server-status-redesign .value-loading,.server-status-redesign .resource-bar-loading,.server-status-redesign .cpu-load-container-loading{background:#ffffff1a;border-radius:4px;animation:pulse 1.5s infinite ease-in-out}.server-status-redesign .value-loading{width:60px;height:14px;display:inline-block}.server-status-redesign .resource-bar-loading{height:32px}.server-status-redesign .cpu-load-container-loading{height:54px}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.status-content{flex:1;padding:1.5rem 2rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(78,205,196,.3) rgba(255,255,255,.05);display:flex;flex-direction:column;gap:2rem}.status-content::-webkit-scrollbar{width:8px;height:8px}.status-content::-webkit-scrollbar-track{background:#ffffff0d}.status-content::-webkit-scrollbar-thumb{background:#4ecdc44d;border-radius:4px;transition:background .3s ease}.status-content::-webkit-scrollbar-thumb:hover{background:#4ecdc480}@media (max-width: 768px){.status-content{padding:1rem;gap:1.5rem}}.status-section{background:#ffffff0d;border-radius:16px;border:1px solid rgba(255,255,255,.1);padding:1.5rem;transition:all .3s ease}.status-section:hover{background:#ffffff14;border-color:#ffffff26}.status-section .section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.status-section .section-header svg{color:#4ecdc4;font-size:1.2rem}.status-section .section-header h4{font-size:1.1rem;font-weight:700;margin:0;color:#fff}@media (max-width: 768px){.status-section{padding:1rem}}.basic-status .status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}@media (max-width: 768px){.basic-status .status-grid{grid-template-columns:1fr}}.basic-status .status-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.08);transition:all .3s ease}.basic-status .status-item:hover{background:#ffffff14;transform:translateY(-1px)}.basic-status .status-item .status-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#4ecdc433;border-radius:12px;color:#4ecdc4;font-size:1.1rem}.basic-status .status-item .status-info{flex:1}.basic-status .status-item .status-info .status-label{font-size:.85rem;color:#fff9;font-weight:500;margin-bottom:.25rem}.basic-status .status-item .status-info .status-value{font-size:1rem;font-weight:600;color:#fff}.basic-status .status-item .status-info .status-value.status-ok{color:#4ecdc4}.basic-status .status-item .status-info .status-value.status-error{color:#ff6b6b}.system-metrics .metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}@media (max-width: 768px){.system-metrics .metrics-grid{grid-template-columns:1fr}}.system-metrics .metric-card{background:#ffffff14;border-radius:12px;border:1px solid rgba(255,255,255,.1);padding:1.25rem;transition:all .3s ease;position:relative;overflow:hidden}.system-metrics .metric-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 20%,#4ecdc4 50%,transparent 80%)}.system-metrics .metric-card:hover{background:#ffffff1f;transform:translateY(-2px);box-shadow:0 8px 25px #0003}.system-metrics .metric-card .metric-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.system-metrics .metric-card .metric-header svg{color:#4ecdc4;font-size:1.1rem}.system-metrics .metric-card .metric-header span{font-size:.9rem;color:#ffffffb3;font-weight:600}.system-metrics .metric-card .metric-value{color:#fff;font-weight:600;font-size:.95rem;line-height:1.4}.system-metrics .memory-card .memory-display .memory-text{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.system-metrics .memory-card .memory-display .memory-text .memory-percentage{font-size:1.2rem;font-weight:700;color:#fff}.system-metrics .memory-card .memory-display .memory-text .memory-total{font-size:.85rem;color:#fff9}.system-metrics .memory-card .memory-display .progress-bar{width:100%;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.system-metrics .memory-card .memory-display .progress-bar .progress-fill{height:100%;border-radius:4px;transition:all .3s ease}.system-metrics .memory-card .memory-display .progress-bar .progress-fill.load-low{background:linear-gradient(90deg,#4ecdc4,#5ef0e6)}.system-metrics .memory-card .memory-display .progress-bar .progress-fill.load-medium{background:linear-gradient(90deg,gold,#ffed4e)}.system-metrics .memory-card .memory-display .progress-bar .progress-fill.load-high{background:linear-gradient(90deg,#ff6b6b,#ff8a8a)}.system-metrics .cpu-load-card .cpu-load-display .load-values{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.system-metrics .cpu-load-card .cpu-load-display .load-values .load-value{font-size:1.1rem;font-weight:700;padding:.25rem .5rem;border-radius:6px;background:#ffffff1a}.system-metrics .cpu-load-card .cpu-load-display .load-values .load-value.load-low{color:#4ecdc4;background:#4ecdc433}.system-metrics .cpu-load-card .cpu-load-display .load-values .load-value.load-medium{color:gold;background:#ffd70033}.system-metrics .cpu-load-card .cpu-load-display .load-values .load-value.load-high{color:#ff6b6b;background:#ff6b6b33}.system-metrics .cpu-load-card .cpu-load-display .load-values .load-separator{color:#fff6;font-weight:300}.system-metrics .cpu-load-card .cpu-load-display .load-labels{display:flex;gap:.75rem}.system-metrics .cpu-load-card .cpu-load-display .load-labels span{font-size:.75rem;color:#ffffff80;padding:.25rem .5rem}.services-status .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}@media (max-width: 768px){.services-status .services-grid{grid-template-columns:1fr}}.services-status .service-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.08);transition:all .3s ease}.services-status .service-item:hover{background:#ffffff14;transform:translateY(-1px)}.services-status .service-item .service-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#4ecdc426;border-radius:10px;color:#4ecdc4;font-size:1.1rem}.services-status .service-item .service-info{flex:1}.services-status .service-item .service-info .service-name{font-size:.9rem;color:#ffffffb3;font-weight:600;margin-bottom:.25rem}.services-status .service-item .service-info .service-status{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500}.services-status .service-item .service-info .service-status svg{font-size:.5rem}.services-status .service-item .service-info .service-status.status-enabled,.services-status .service-item .service-info .service-status.status-running{color:#4ecdc4}.services-status .service-item .service-info .service-status.status-enabled svg,.services-status .service-item .service-info .service-status.status-running svg{color:#4ecdc4}.services-status .service-item .service-info .service-status.status-disabled,.services-status .service-item .service-info .service-status.status-stopped{color:#ff6b6b}.services-status .service-item .service-info .service-status.status-disabled svg,.services-status .service-item .service-info .service-status.status-stopped svg{color:#ff6b6b}.user-section{display:flex;justify-content:space-between;align-items:center;background:#ffffff14;border-radius:16px;border:1px solid rgba(255,255,255,.1);padding:1.5rem;margin-top:auto}.user-section .user-info{display:flex;align-items:center;gap:1rem}.user-section .user-info .user-avatar{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(45deg,#4ecdc4,#ff6b6b);border-radius:50%;color:#fff;font-size:1.2rem;font-weight:700}.user-section .user-info .user-details .user-name{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.25rem}.user-section .user-info .user-details .user-role{font-size:.85rem;color:#fff9;font-weight:500}.user-section .logout-btn{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:linear-gradient(45deg,#ff6b6b,#ff8a8a);color:#fff;border:none;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b6b4d}.user-section .logout-btn:hover{box-shadow:0 6px 20px #ff6b6b80}.user-section .logout-btn svg{font-size:1rem}@media (max-width: 768px){.user-section .logout-btn span{display:none}}@media (max-width: 768px){.user-section{flex-direction:column;gap:1rem;text-align:center}.user-section .logout-btn{width:100%;justify-content:center}.user-section .logout-btn span{display:inline}}@media (max-width: 480px){.status-section .section-header h4{font-size:1rem}.basic-status .status-item .status-icon{width:35px;height:35px;font-size:1rem}.basic-status .status-item .status-info .status-label{font-size:.8rem}.basic-status .status-item .status-info .status-value{font-size:.9rem}.system-metrics .metric-card{padding:1rem}.system-metrics .metric-card .metric-header{margin-bottom:.75rem}.system-metrics .metric-card .metric-header span{font-size:.85rem}.system-metrics .metric-card .metric-value{font-size:.9rem}.user-section{padding:1rem}.user-section .user-info .user-avatar{width:45px;height:45px;font-size:1.1rem}.user-section .user-info .user-details .user-name{font-size:1rem}.user-section .user-info .user-details .user-role{font-size:.8rem}}.admin-dashboard{position:relative;z-index:1;min-height:100vh;background:transparent;padding-top:50px}.admin-dashboard .dashboard-content{display:flex;height:calc(100vh - 50px);gap:12px;padding:12px}.admin-dashboard .dashboard-content .logs-section{flex:0 0 70%;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.admin-dashboard .dashboard-content .status-section{flex:0 0 calc(30% - 12px);background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.admin-container{max-width:1600px;margin:0 auto;padding:2rem}@media (max-width: 1024px){.admin-container{padding:1.5rem}}@media (max-width: 768px){.admin-container{padding:1rem}}.admin-dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}@media (max-width: 1024px){.admin-dashboard-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.admin-dashboard-grid{gap:1rem}}.dashboard-card{background:#ffffff14;border-radius:20px;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 10px 30px #0000004d;overflow:hidden;position:relative;transition:all .3s ease}.dashboard-card:hover{transform:translateY(-2px);box-shadow:0 15px 40px #0006;border-color:#ffffff26}.dashboard-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 10%,#4ecdc4 30%,#ff6b6b 70%,transparent 90%);z-index:1}.dashboard-card>*{border:none;background:transparent;box-shadow:none;border-radius:0}@media (max-width: 1400px){.admin-container{max-width:1200px}}@media (max-width: 1200px){.admin-dashboard-grid{gap:1.5rem}}@media (max-width: 900px){.admin-dashboard-grid{grid-template-columns:1fr}}@media (max-width: 600px){.admin-container{padding:.75rem}.dashboard-card{border-radius:16px}}@media (max-width: 1024px){.admin-dashboard .dashboard-content{flex-direction:column;height:auto;min-height:calc(100vh - 50px)}.admin-dashboard .dashboard-content .logs-section,.admin-dashboard .dashboard-content .status-section{flex:none;height:50vh}}.admin-users-page{display:flex;flex-direction:column;height:100vh;background:transparent;color:#e0e0e0}.users-panel{flex-grow:1;margin:20px;background:#1e1e1eb3;border-radius:16px;box-shadow:0 4px 30px #0003;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;overflow:hidden}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;border-bottom:1px solid rgba(255,255,255,.1)}.panel-header h3{margin:0;font-size:1.8rem;font-weight:600}.panel-header .header-left{display:flex;align-items:center;gap:30px}.panel-header .stats-group{display:flex;gap:20px}.panel-header .stat-card{background:#ffffff0d;padding:8px 16px;border-radius:8px;text-align:center}.panel-header .stat-card .stat-value{font-size:1.4rem;font-weight:600}.panel-header .stat-card .stat-label{font-size:.75rem;color:#aaa;text-transform:uppercase}.search-container{display:flex;align-items:center;background-color:#0003;border-radius:8px;padding:8px 12px;width:300px;border:1px solid rgba(255,255,255,.1)}.search-container .search-icon{color:#888;margin-right:10px}.search-container .search-input{flex-grow:1;background:none;border:none;color:#e0e0e0;font-size:1rem;outline:none}.search-container .search-input::placeholder{color:#888}.panel-content{flex-grow:1;overflow-y:auto;padding:0 25px;position:relative}.panel-content::-webkit-scrollbar{width:8px}.panel-content::-webkit-scrollbar-track{background:#0003;border-radius:4px}.panel-content::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:4px;border:2px solid transparent;background-clip:content-box}.panel-content::-webkit-scrollbar-thumb:hover{background-color:#fff6}.loading-section{display:flex;justify-content:center;align-items:center;height:100%;flex-direction:column;gap:15px;font-size:1.2rem;color:#aaa}.loading-section .loading-spinner{font-size:2rem}.table-container{width:100%}.users-table{width:100%;border-collapse:collapse}.users-table th,.users-table td{padding:12px 15px;text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}.users-table th{font-size:.8rem;color:#aaa;text-transform:uppercase;font-weight:600;position:sticky;top:0;background:#1e1e1ee6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.users-table tr{transition:background-color .2s ease}.users-table tr:hover{background-color:#ffffff0d}.users-table td{vertical-align:middle}.user-info-cell{display:flex;align-items:center;gap:15px}.user-avatar{width:40px;height:40px;border-radius:50%;background-color:#3a8dff;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.user-details{display:flex;flex-direction:column}.user-name{font-weight:600;font-size:1rem;color:#fff}.user-email{font-size:.85rem;color:#aaa}.user-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.user-badges .badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:16px;font-size:.75rem;font-weight:600;color:#fff}.user-badges .badge.verified{background-color:#28a745}.user-badges .badge.totp{background-color:#007bff}.user-badges .badge.passkey{background-color:#6f42c1}.user-badges .badge.banned{background-color:#dc3545}.user-actions{display:flex;gap:10px}.user-actions .action-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#e0e0e0;padding:6px 12px;border-radius:6px;cursor:pointer;transition:background-color .2s,color .2s;font-size:.85rem;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.user-actions .action-btn span{line-height:1}.user-actions .action-btn:hover:not(:disabled){background-color:#fff3}.user-actions .action-btn:disabled{opacity:.5;cursor:not-allowed}.user-actions .action-btn.ban{color:#ffc107}.user-actions .action-btn.ban:hover:not(:disabled){background-color:#ffc107;color:#111}.user-actions .action-btn.unban{color:#28a745}.user-actions .action-btn.unban:hover:not(:disabled){background-color:#28a745;color:#fff}.user-actions .action-btn.email{color:#17a2b8}.user-actions .action-btn.email:hover:not(:disabled){background-color:#17a2b8;color:#fff}.panel-footer{display:flex;justify-content:space-between;align-items:center;padding:15px 25px;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem;color:#aaa}.panel-footer .pagination-controls{display:flex;gap:8px}.panel-footer .pagination-controls .page-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#e0e0e0;width:32px;height:32px;border-radius:6px;cursor:pointer;transition:background-color .2s}.panel-footer .pagination-controls .page-btn:hover:not(:disabled){background-color:#fff3}.panel-footer .pagination-controls .page-btn:disabled{opacity:.5;cursor:not-allowed}.admin-donations-page{min-height:100vh;padding:2rem;padding-top:100px}.admin-donations-page .donations-container{max-width:1400px;margin:0 auto}.admin-donations-page .donations-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding:2rem;background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(255,255,255,.1)}.admin-donations-page .donations-header .header-content{flex:1}.admin-donations-page .donations-header .header-content h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.admin-donations-page .donations-header .header-content h1 svg{color:#667eea;-webkit-text-fill-color:#667eea}.admin-donations-page .donations-header .header-content p{color:#ffffffb3;font-size:1rem}.admin-donations-page .donations-header .add-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px #667eea66;transition:all .3s ease}.admin-donations-page .donations-header .add-btn:hover{box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.admin-donations-page .donations-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.admin-donations-page .donations-stats .stat-card{padding:1.5rem;background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:1rem}.admin-donations-page .donations-stats .stat-card .stat-icon{width:50px;height:50px;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff}.admin-donations-page .donations-stats .stat-card .stat-content{flex:1;display:flex;flex-direction:column}.admin-donations-page .donations-stats .stat-card .stat-content .stat-label{font-size:.9rem;color:#fff9;margin-bottom:.25rem}.admin-donations-page .donations-stats .stat-card .stat-content .stat-value{font-size:1.75rem;font-weight:700;color:#fff}.admin-donations-page .donations-stats .stat-card .stat-content .stat-value-multi{display:flex;flex-direction:column;gap:.25rem}.admin-donations-page .donations-stats .stat-card .stat-content .stat-value-multi span{font-size:1.1rem;font-weight:700;color:#4ade80}.admin-donations-page .donation-form-container{margin-bottom:2rem;padding:2rem;background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(255,255,255,.1);overflow:hidden}.admin-donations-page .donation-form-container .donation-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.admin-donations-page .donation-form-container .donation-form .form-group{display:flex;flex-direction:column;gap:.5rem}.admin-donations-page .donation-form-container .donation-form .form-group label{font-size:.9rem;font-weight:600;color:#ffffffe6}.admin-donations-page .donation-form-container .donation-form .form-group input,.admin-donations-page .donation-form-container .donation-form .form-group select,.admin-donations-page .donation-form-container .donation-form .form-group textarea{padding:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:1rem;transition:all .3s ease}.admin-donations-page .donation-form-container .donation-form .form-group input:focus,.admin-donations-page .donation-form-container .donation-form .form-group select:focus,.admin-donations-page .donation-form-container .donation-form .form-group textarea:focus{outline:none;border-color:#667eea;background:#ffffff14}.admin-donations-page .donation-form-container .donation-form .form-group input::placeholder,.admin-donations-page .donation-form-container .donation-form .form-group select::placeholder,.admin-donations-page .donation-form-container .donation-form .form-group textarea::placeholder{color:#fff6}.admin-donations-page .donation-form-container .donation-form .form-group textarea{resize:vertical;font-family:inherit}.admin-donations-page .donation-form-container .donation-form .form-actions{display:flex;gap:1rem;margin-top:1.5rem}.admin-donations-page .donation-form-container .donation-form .form-actions button{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.admin-donations-page .donation-form-container .donation-form .form-actions button.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}.admin-donations-page .donation-form-container .donation-form .form-actions button.btn-primary:hover{box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.admin-donations-page .donation-form-container .donation-form .form-actions button.btn-secondary{background:#ffffff1a;color:#fff}.admin-donations-page .donation-form-container .donation-form .form-actions button.btn-secondary:hover{background:#ffffff26}.admin-donations-page .donations-table-container{padding:2rem;background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(255,255,255,.1)}.admin-donations-page .donations-table-container .table-loading,.admin-donations-page .donations-table-container .table-error,.admin-donations-page .donations-table-container .table-empty{text-align:center;padding:3rem 2rem;color:#ffffffb3}.admin-donations-page .donations-table-container .table-loading .spinner,.admin-donations-page .donations-table-container .table-error .spinner,.admin-donations-page .donations-table-container .table-empty .spinner{width:40px;height:40px;margin:0 auto 1rem;border:4px solid rgba(255,255,255,.1);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}.admin-donations-page .donations-table-container .table-loading svg,.admin-donations-page .donations-table-container .table-error svg,.admin-donations-page .donations-table-container .table-empty svg{font-size:3rem;color:#ffffff4d;margin-bottom:1rem}.admin-donations-page .donations-table-container .table-loading p,.admin-donations-page .donations-table-container .table-error p,.admin-donations-page .donations-table-container .table-empty p{font-size:1.1rem;margin:0}.admin-donations-page .donations-table-container .table-error{color:#f87171}.admin-donations-page .donations-table-container .table-wrapper{overflow-x:auto;border-radius:12px}.admin-donations-page .donations-table-container .table-wrapper::-webkit-scrollbar{height:8px}.admin-donations-page .donations-table-container .table-wrapper::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.admin-donations-page .donations-table-container .table-wrapper::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.admin-donations-page .donations-table-container .table-wrapper::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.admin-donations-page .donations-table-container .donations-table{width:100%;border-collapse:collapse;min-width:900px}.admin-donations-page .donations-table-container .donations-table thead tr{background:#ffffff0d}.admin-donations-page .donations-table-container .donations-table thead tr th{padding:1rem 1.25rem;text-align:left;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;color:#ffffffb3;border-bottom:2px solid rgba(255,255,255,.1)}.admin-donations-page .donations-table-container .donations-table tbody tr{border-bottom:1px solid rgba(255,255,255,.05);transition:all .3s ease}.admin-donations-page .donations-table-container .donations-table tbody tr:hover{background:#ffffff08}.admin-donations-page .donations-table-container .donations-table tbody tr:last-child{border-bottom:none}.admin-donations-page .donations-table-container .donations-table tbody tr td{padding:1rem 1.25rem;font-size:.95rem}.admin-donations-page .donations-table-container .donations-table tbody tr td.donor-name{font-weight:600;color:#fff}.admin-donations-page .donations-table-container .donations-table tbody tr td.amount{font-weight:700;color:#4ade80;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.admin-donations-page .donations-table-container .donations-table tbody tr td.currency{color:#fffc;font-weight:600}.admin-donations-page .donations-table-container .donations-table tbody tr td.payment-method .method-badge,.admin-donations-page .donations-table-container .donations-table tbody tr td.payment-method .status-badge,.admin-donations-page .donations-table-container .donations-table tbody tr td.status .method-badge,.admin-donations-page .donations-table-container .donations-table tbody tr td.status .status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;text-transform:uppercase}.admin-donations-page .donations-table-container .donations-table tbody tr td.payment-method .method-badge.stripe,.admin-donations-page .donations-table-container .donations-table tbody tr td.payment-method .status-badge.stripe,.admin-donations-page .donations-table-container .donations-table tbody tr td.status .method-badge.stripe,.admin-donations-page .donations-table-container .donations-table tbody tr td.status .status-badge.stripe{background:#635bff33;color:#635bff}.admin-donations-page .donations-table-container .donations-table tbody tr td.payment-method .method-badge.pix,.admin-donations-page .donations-table-container .donations-table tbody tr td.payment-method .status-badge.pix,.admin-donations-page .donations-table-container .donations-table tbody tr td.status .method-badge.pix,.admin-donations-page .donations-table-container .donations-table tbody tr td.status .status-badge.pix{background:#32bcad33;color:#32bcad}.admin-donations-page .donations-table-container .donations-table tbody tr td.payment-method .method-badge.manual,.admin-donations-page .donations-table-container .donations-table tbody tr td.payment-method .status-badge.manual,.admin-donations-page .donations-table-container .donations-table tbody tr td.status .method-badge.manual,.admin-donations-page .donations-table-container .donations-table tbody tr td.status .status-badge.manual{background:#9ca3af33;color:#9ca3af}.admin-donations-page .donations-table-container .donations-table tbody tr td.payment-method .method-badge.other,.admin-donations-page .donations-table-container .donations-table tbody tr td.payment-method .status-badge.other,.admin-donations-page .donations-table-container .donations-table tbody tr td.status .method-badge.other,.admin-donations-page .donations-table-container .donations-table tbody tr td.status .status-badge.other{background:#fbbf2433;color:#fbbf24}.admin-donations-page .donations-table-container .donations-table tbody tr td.payment-method .method-badge.succeeded,.admin-donations-page .donations-table-container .donations-table tbody tr td.payment-method .status-badge.succeeded,.admin-donations-page .donations-table-container .donations-table tbody tr td.status .method-badge.succeeded,.admin-donations-page .donations-table-container .donations-table tbody tr td.status .status-badge.succeeded{background:#4ade8033;color:#4ade80}.admin-donations-page .donations-table-container .donations-table tbody tr td.payment-method .method-badge.failed,.admin-donations-page .donations-table-container .donations-table tbody tr td.payment-method .status-badge.failed,.admin-donations-page .donations-table-container .donations-table tbody tr td.status .method-badge.failed,.admin-donations-page .donations-table-container .donations-table tbody tr td.status .status-badge.failed{background:#f8717133;color:#f87171}.admin-donations-page .donations-table-container .donations-table tbody tr td.payment-method .method-badge.pending,.admin-donations-page .donations-table-container .donations-table tbody tr td.payment-method .status-badge.pending,.admin-donations-page .donations-table-container .donations-table tbody tr td.status .method-badge.pending,.admin-donations-page .donations-table-container .donations-table tbody tr td.status .status-badge.pending{background:#fbbf2433;color:#fbbf24}.admin-donations-page .donations-table-container .donations-table tbody tr td.date{color:#fff9;font-size:.9rem}.admin-donations-page .donations-table-container .donations-table tbody tr td.actions{display:flex;gap:.5rem}.admin-donations-page .donations-table-container .donations-table tbody tr td.actions .action-btn{padding:.5rem;background:#ffffff1a;border:none;border-radius:8px;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px}.admin-donations-page .donations-table-container .donations-table tbody tr td.actions .action-btn:hover{background:#fff3}.admin-donations-page .donations-table-container .donations-table tbody tr td.actions .action-btn.edit:hover{background:#3b82f64d;color:#3b82f6}.admin-donations-page .donations-table-container .donations-table tbody tr td.actions .action-btn.delete:hover{background:#ef44444d;color:#ef4444}@media (max-width: 1024px){.admin-donations-page .donations-header{flex-direction:column;gap:1rem}.admin-donations-page .donations-header .add-btn{width:100%;justify-content:center}}@media (max-width: 768px){.admin-donations-page{padding:1rem;padding-top:80px}.admin-donations-page .donations-header{padding:1.5rem}.admin-donations-page .donations-header .header-content h1{font-size:1.5rem}.admin-donations-page .donations-header .header-content p{font-size:.9rem}.admin-donations-page .donations-stats{grid-template-columns:1fr}.admin-donations-page .donation-form-container{padding:1.5rem}.admin-donations-page .donation-form-container .donation-form .form-row{grid-template-columns:1fr}.admin-donations-page .donation-form-container .donation-form .form-actions{flex-direction:column}.admin-donations-page .donation-form-container .donation-form .form-actions button{width:100%;justify-content:center}.admin-donations-page .donations-table-container{padding:1rem}}.admin-page{position:relative;z-index:1;min-height:100vh;color:#fff;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.admin-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;position:relative;z-index:1}.admin-loading .loading-container{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.5rem;background:#ffffff14;border-radius:12px;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:3rem 4rem;box-shadow:0 4px 20px #00000080}.admin-loading .loading-container .loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.1);border-top:4px solid #4ecdc4;border-radius:50%;animation:spin 1s linear infinite}.admin-loading .loading-container p{color:#fff;font-size:1.2rem;font-weight:600;margin:0;text-align:center;background:linear-gradient(45deg,#4ecdc4,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.admin-loading .loading-container{padding:2rem 3rem;margin:1rem}.admin-loading .loading-container .loading-spinner{width:40px;height:40px;border-width:3px}.admin-loading .loading-container p{font-size:1.1rem}}@media (max-width: 480px){.admin-loading .loading-container{padding:1.5rem 2rem}.admin-loading .loading-container .loading-spinner{width:36px;height:36px}.admin-loading .loading-container p{font-size:1rem}}.auth-generator-modal{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#0000004d;z-index:2000;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.auth-generator-content{background:#222222df;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:2rem;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 20px 40px #00000080;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.auth-generator-content h3{color:#4ecdc4;font-size:1.6rem;margin:0 0 1.5rem;font-weight:700;text-align:center}.auth-generator-close{position:absolute;top:15px;right:15px;background:none;border:none;color:#ffffffb3;font-size:20px;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.auth-generator-close:hover{background:#ffffff1a;color:#fff}.auth-generator-close:focus{outline:2px solid rgba(78,205,196,.5);outline-offset:2px}.auth-warning{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);border-radius:6px;padding:.75rem 1rem;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:.75rem}.auth-warning svg{color:#ff6b6b;font-size:1.1rem;margin-top:.1rem;flex-shrink:0}.auth-warning span{color:#ffffffe6;font-size:.9rem;line-height:1.5}.user-info{background:#4ecdc41a;border:1px solid rgba(78,205,196,.3);border-radius:6px;padding:1rem;margin-bottom:1.5rem}.user-info p{margin:.5rem 0;color:#ffffffe6;font-size:.9rem}.user-info p:first-child{margin-top:0}.user-info p:last-child{margin-bottom:0}.user-info p strong{color:#4ecdc4;font-weight:600}.auth-form{margin:1.5rem 0}.auth-form .form-group{margin-bottom:1.25rem}.auth-form .form-group label{display:block;color:#fffc;font-weight:600;margin-bottom:.5rem;font-size:.9rem}.auth-form .form-group input,.auth-form .form-group select{width:100%;padding:.75rem 1rem;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff;font-size:.95rem;transition:all .2s ease;box-sizing:border-box;font-family:inherit}.auth-form .form-group input:focus,.auth-form .form-group select:focus{outline:none;border-color:#4ecdc4;box-shadow:0 0 0 2px #4ecdc433}.auth-form .form-group input:disabled,.auth-form .form-group select:disabled{opacity:.6;cursor:not-allowed}.auth-form .form-group input::placeholder,.auth-form .form-group select::placeholder{color:#ffffff80}.auth-form .form-group select{cursor:pointer}.auth-form .form-group select option{background:#1a1a2e;color:#fff}.auth-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.auth-generate-btn{background:#4ecdc41a;border:1px solid rgba(78,205,196,.3);color:#4ecdc4;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit;font-size:.9rem;display:flex;align-items:center;gap:.5rem;min-width:150px;justify-content:center}.auth-generate-btn:hover:not(:disabled){background:#4ecdc426;border-color:#4ecdc480;transform:translateY(-1px);box-shadow:0 2px 8px #4ecdc433;color:#fff}.auth-generate-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.auth-generate-btn:focus{outline:2px solid rgba(78,205,196,.5);outline-offset:2px}.auth-generate-btn svg{font-size:.9rem}.auth-generate-btn svg.spinning{animation:spin 1s linear infinite}.auth-footer{text-align:center;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.1)}.auth-footer span{color:#ffffff80;font-size:.75rem;font-style:italic}@media (max-width: 768px){.auth-generator-content{padding:1.25rem;margin:1rem;width:calc(100% - 2rem);max-height:90vh}.auth-generator-content h3{font-size:1.25rem;margin-bottom:1.25rem}.auth-warning{padding:.65rem;margin-bottom:1.25rem}.auth-warning span{font-size:.8rem}.auth-form .form-group{margin-bottom:1rem}.auth-buttons{flex-direction:column;gap:.75rem}.auth-buttons .auth-generate-btn{width:100%;justify-content:center}}@media (max-width: 480px){.auth-generator-content{padding:1rem;margin:.75rem;width:calc(100% - 1.5rem)}.auth-generator-content h3{font-size:1.1rem}.auth-warning{padding:.5rem}.auth-warning span{font-size:.75rem}.auth-form .form-group input,.auth-form .form-group select{padding:.65rem .75rem;font-size:.85rem}.auth-form .form-group label{font-size:.8rem}.auth-generate-btn{padding:.65rem 1.25rem;font-size:.8rem}}.dashboard-page{font-family:Inter,sans-serif;background:transparent;min-height:100vh;color:#e5e7eb;position:relative}.dashboard-page .dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;font-size:1.2rem;position:relative;z-index:2}.dashboard-page .dashboard-loading div{font-size:3rem;margin-bottom:1.5rem;color:#4ecdc4}.dashboard-page .dashboard-loading p{color:#9ca3af;font-weight:500}.dashboard-header{background:#0f0f19f2;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-bottom:1px solid rgba(255,255,255,.12);padding:1rem 2rem;position:sticky;top:0;z-index:100;box-shadow:0 4px 20px #0000001a}.dashboard-header .header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.dashboard-header .header-info h1{font-size:1.8rem;font-weight:700;margin:0;background:linear-gradient(135deg,#4ecdc4,#66d9ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.dashboard-header .account-dropdown-container{position:relative}.dashboard-header .account-dropdown-container .account-dropdown-button{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#e5e7eb;cursor:pointer;transition:all .3s ease;font-weight:500}.dashboard-header .account-dropdown-container .account-dropdown-button:hover{background:#ffffff1a;border-color:#4ecdc44d}.dashboard-header .account-dropdown-container .account-dropdown-button .chevron{transition:transform .3s ease}.dashboard-header .account-dropdown-container .account-dropdown-button .chevron.open{transform:rotate(180deg)}.dashboard-header .account-dropdown-container .account-dropdown{position:absolute;top:calc(100% + .5rem);right:0;width:320px;background:#0f0f19f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;box-shadow:0 8px 32px #0000004d;z-index:1000}.dashboard-header .account-dropdown-container .account-dropdown .dropdown-user-info{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.dashboard-header .account-dropdown-container .account-dropdown .dropdown-user-info .user-avatar{width:50px;height:50px;background:linear-gradient(135deg,#4ecdc4,#66d9ef);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem}.dashboard-header .account-dropdown-container .account-dropdown .dropdown-user-info .user-details{flex:1}.dashboard-header .account-dropdown-container .account-dropdown .dropdown-user-info .user-details .name{display:block;font-weight:600;color:#e5e7eb;margin-bottom:.25rem}.dashboard-header .account-dropdown-container .account-dropdown .dropdown-user-info .user-details .email{display:block;font-size:.85rem;color:#9ca3af}.dashboard-header .account-dropdown-container .account-dropdown .security-status{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.dashboard-header .account-dropdown-container .account-dropdown .dropdown-actions{display:flex;flex-direction:column;gap:.5rem}.dashboard-header .account-dropdown-container .account-dropdown .dropdown-actions button{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#e5e7eb;cursor:pointer;transition:all .3s ease;font-size:.9rem}.dashboard-header .account-dropdown-container .account-dropdown .dropdown-actions button:hover{background:#ffffff0d;border-color:#4ecdc44d}.dashboard-header .account-dropdown-container .account-dropdown .dropdown-actions button:disabled{opacity:.6;cursor:not-allowed}.dashboard-content{padding:2rem;max-width:1400px;margin:0 auto;position:relative;z-index:2}.dashboard-content .dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;align-items:start}.welcome-card{grid-column:1/-1;background:linear-gradient(135deg,#4ecdc41a,#4ecdc40d);border:1px solid rgba(78,205,196,.2);border-radius:16px;padding:2rem;text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.welcome-card h2{font-size:2rem;font-weight:700;margin:0 0 1rem;background:linear-gradient(135deg,#4ecdc4,#66d9ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.welcome-card p{font-size:1.1rem;color:#9ca3af;margin:0;line-height:1.6}.dashboard-card{background:#0f0f19cc;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:2rem;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 8px 32px #00000040;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.dashboard-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000059,0 0 25px #4ecdc41a;border-color:#4ecdc44d}.dashboard-card .card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.dashboard-card .card-header .card-icon{font-size:1.4rem;color:#4ecdc4;background:linear-gradient(135deg,#4ecdc433,#4ecdc414);width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 15px #4ecdc426}.dashboard-card .card-header .card-title h3{font-size:1.4rem;font-weight:700;margin:0;color:#e5e7eb;letter-spacing:-.01em}.dashboard-card .card-header .card-title p{color:#9ca3af;font-size:.9rem;margin-top:.3rem;font-weight:500}.dashboard-card .card-content p{color:#9ca3af;line-height:1.6;margin-bottom:1.5rem}.auth-card .generate-auth-btn{background:linear-gradient(135deg,#4ecdc4,#66d9ef);border:none;border-radius:8px;padding:.875rem 1.5rem;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-size:.95rem;box-shadow:0 4px 15px #4ecdc44d}.auth-card .generate-auth-btn:hover{box-shadow:0 6px 20px #4ecdc466;transform:translateY(-2px)}.game-status-card .status-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.game-status-card .status-grid .status-item{padding:1rem;background:#ffffff08;border-radius:8px;border:1px solid rgba(255,255,255,.05)}.game-status-card .status-grid .status-item .status-label{display:block;font-size:.8rem;color:#9ca3af;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.game-status-card .status-grid .status-item .status-value{display:block;font-size:.95rem;font-weight:600;color:#e5e7eb}.game-status-card .status-grid .status-item .status-value.active,.game-status-card .status-grid .status-item .status-value.verified{color:#34d399}.game-status-card .status-grid .status-item .status-value.unverified{color:#f59e0b}.email-warning-card{background:linear-gradient(135deg,#f59e0b26,#f59e0b0d);border-color:#f59e0b4d}.email-warning-card .warning-content{display:flex;align-items:center;gap:1rem}.email-warning-card .warning-content svg{color:#f59e0b;font-size:1.5rem;flex-shrink:0}.email-warning-card .warning-content .warning-text h4{color:#f59e0b;font-weight:600;margin:0 0 .4rem;font-size:1rem}.email-warning-card .warning-content .warning-text p{color:#f59e0bcc;margin:0;font-weight:500;font-size:.9rem}.security-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease}.security-chip.enabled{background:#34d39926;color:#34d399;border:1px solid rgba(52,211,153,.3)}.security-chip.disabled{background:#9ca3af1a;color:#9ca3af;border:1px solid rgba(156,163,175,.2)}.security-chip svg{font-size:.8rem}@media (max-width: 1400px){.dashboard-content{padding:2.5rem 1.5rem}}@media (max-width: 1200px){.dashboard-content .dashboard-grid{grid-template-columns:1fr;gap:2rem}.dashboard-card{padding:2rem}}@media (max-width: 768px){.dashboard-header{padding:1rem}.dashboard-header .header-info h1{font-size:1.5rem}.dashboard-header .account-dropdown-container .account-dropdown{width:280px;right:-1rem;padding:1rem}.dashboard-content{padding:1rem}.dashboard-content .dashboard-grid{grid-template-columns:1fr;gap:1.5rem}.dashboard-card{padding:1.5rem}.dashboard-card .card-header{flex-direction:column;text-align:center;gap:1rem}.game-status-card .status-grid{grid-template-columns:1fr}.profile-card .profile-content{flex-direction:column;text-align:center;gap:2rem}.profile-card .profile-meta,.profile-card .profile-email,.profile-card .profile-security-chips{justify-content:center}.profile-card .profile-stats{grid-template-columns:1fr;gap:1rem}.profile-card .stat-item{padding:1.25rem}}@media (max-width: 480px){.dashboard-header{padding:1.5rem 1rem}.dashboard-header .header-info h1{font-size:1.75rem}.dashboard-header .header-actions{flex-direction:column}.dashboard-header .header-actions .header-button{width:100%}.dashboard-card{padding:1.5rem}.profile-card .profile-avatar{font-size:4.5rem}.profile-card .profile-name{font-size:1.8rem}.profile-card .profile-stats{gap:.75rem}.profile-card .profile-stats .stat-item{padding:1rem;gap:1rem}.profile-card .email-warning,.profile-card .passkey-notice{margin-left:-1.5rem;margin-right:-1.5rem;padding:1.25rem;flex-direction:column;text-align:center;gap:1rem}.card-title-container{flex-direction:column;text-align:center;gap:1rem}.card-title-container .card-icon{align-self:center}}.settings-page{font-family:Inter,sans-serif;background:transparent;min-height:100vh;color:#e5e7eb;position:relative}.settings-page .settings-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;font-size:1.2rem}.settings-page .settings-loading div{font-size:3rem;margin-bottom:1.5rem;color:#4ecdc4}.settings-page .settings-loading p{color:#9ca3af;font-weight:500}.settings-header{background:#0f0f19f2;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-bottom:1px solid rgba(255,255,255,.1);padding:1.5rem 2rem;position:sticky;top:0;z-index:100;box-shadow:0 4px 20px #0000001a}.settings-header .header-content{display:flex;align-items:center;gap:1.25rem;max-width:1400px;margin:0 auto}.settings-header .back-button{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:12px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#e5e7eb;cursor:pointer;transition:all .3s ease;font-size:1rem}.settings-header .back-button:hover{background:#4ecdc426;border-color:#4ecdc466;color:#4ecdc4;transform:scale(1.05);box-shadow:0 4px 15px #4ecdc433}.settings-header .header-info h1{font-size:2rem;font-weight:700;margin:0 0 .25rem;background:linear-gradient(135deg,#4ecdc4,#66d9ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.settings-header .header-info p{color:#9ca3af;font-size:1rem;margin:0;font-weight:500}.settings-content{padding:2rem;max-width:1400px;margin:0 auto;position:relative;z-index:2}.settings-content .settings-container{display:grid;grid-template-columns:260px 1fr;gap:2rem;align-items:start}.settings-nav{background:#0f0f19cc;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:1rem;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 8px 32px #00000040;height:fit-content;position:sticky;top:105px}.settings-nav .nav-tab{display:flex;align-items:center;gap:.8rem;width:100%;padding:.9rem 1.25rem;background:transparent;border:1px solid transparent;border-radius:12px;color:#9ca3af;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);margin-bottom:.5rem;font-size:.95rem;font-weight:500;text-align:left;position:relative}.settings-nav .nav-tab:last-child{margin-bottom:0}.settings-nav .nav-tab svg{font-size:1.1rem;transition:all .15s ease;flex-shrink:0;width:20px;text-align:center}.settings-nav .nav-tab span{transition:all .15s ease}.settings-nav .nav-tab:hover{background:#ffffff14;color:#e5e7eb;transform:translate(4px);border-color:#ffffff26}.settings-nav .nav-tab:hover svg{color:#4ecdc4;transform:scale(1.1)}.settings-nav .nav-tab.active{background:linear-gradient(135deg,#4ecdc433,#4ecdc414);border-color:#4ecdc466;color:#4ecdc4;font-weight:600;box-shadow:0 4px 15px #4ecdc426}.settings-nav .nav-tab.active svg{color:#4ecdc4;transform:scale(1.1)}.settings-nav .nav-tab.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:50%;background:linear-gradient(180deg,#4ecdc4,#4ecdc480);border-radius:0 4px 4px 0}.settings-main{background:#0f0f19cc;border:1px solid rgba(255,255,255,.12);border-radius:16px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 8px 32px #00000040;overflow:hidden;min-height:500px}.tab-content .settings-section{padding:2.5rem}.tab-content .settings-section h3{font-size:1.7rem;font-weight:700;margin:0 0 .6rem;color:#e5e7eb;letter-spacing:-.02em}.tab-content .settings-section p{color:#9ca3af;font-size:1rem;margin:0 0 2rem;line-height:1.6;max-width:600px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem;flex-wrap:wrap;gap:1rem}.section-header .status-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.section-header .status-badge.enabled{background:#34d39926;color:#34d399;border:1px solid rgba(52,211,153,.3)}.section-header .status-badge.disabled{background:#f59e0b26;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#e5e7eb;margin-bottom:.75rem;font-size:.95rem;letter-spacing:-.01em}.form-group input[type=text],.form-group input[type=email],.form-group input[type=password]{width:100%;padding:1rem 1.25rem;background:#00000040;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:#e5e7eb;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group input[type=text]::placeholder,.form-group input[type=email]::placeholder,.form-group input[type=password]::placeholder{color:#9ca3afcc;font-weight:400}.form-group input[type=text]:focus,.form-group input[type=email]:focus,.form-group input[type=password]:focus{outline:none;border-color:#4ecdc4;background:#00000059;box-shadow:0 0 0 3px #4ecdc426;transform:translateY(-1px)}.form-group input[type=text]:hover:not(:focus),.form-group input[type=email]:hover:not(:focus),.form-group input[type=password]:hover:not(:focus){border-color:#fff3;background:#0000004d}.form-group .email-warning{display:flex;align-items:center;gap:.5rem;color:#f59e0b;font-size:.85rem;margin-top:.75rem;font-weight:500;padding:.5rem 0}.password-input{position:relative}.password-input input{padding-right:3.5rem}.password-input .toggle-password{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#9ca3af;cursor:pointer;font-size:1.1rem;transition:all .3s ease;padding:.5rem;border-radius:8px}.password-input .toggle-password:hover{color:#4ecdc4;background:#4ecdc41a}.action-button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.8rem 1.5rem;border:1px solid transparent;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;font-family:inherit;letter-spacing:-.01em}.action-button:disabled{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important}.action-button.primary{background:linear-gradient(135deg,#4ecdc4,#44a08d);color:#fff;box-shadow:0 5px 15px #4ecdc433}.action-button.primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 7px 20px #4ecdc44d;filter:brightness(1.1)}.action-button.primary:active:not(:disabled){transform:translateY(-1px)}.action-button.secondary{background:#ffffff0f;color:#e5e7eb;border-color:#ffffff26}.action-button.secondary:hover:not(:disabled){background:#ffffff1f;border-color:#4ecdc466;transform:translateY(-1px);box-shadow:0 4px 15px #0000001a}.action-button.danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 5px 15px #ef444433}.action-button.danger:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 7px 20px #ef44444d;filter:brightness(1.1)}.action-button.danger:active:not(:disabled){transform:translateY(-1px)}.form-actions{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.totp-setup,.disable-section,.backup-codes-section,.add-passkey-form{background:#0003;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2rem;margin-top:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.disable-section{background:#ef44440f;border-color:#ef444433}.disable-section h4{color:#ef4444;font-weight:600;margin:0 0 1.25rem;font-size:1.1rem}.disable-section .disable-form{display:flex;flex-direction:column;gap:1.25rem}.backup-codes-section{background:#f59e0b0f;border-color:#f59e0b33}.backup-codes-section h4{color:#e5e7eb;font-weight:600;margin:0 0 1.25rem;font-size:1.1rem}.backup-codes-section .backup-warning{display:flex;align-items:flex-start;gap:.75rem;background:#f59e0b1f;border:1px solid rgba(245,158,11,.3);border-radius:12px;padding:1rem;color:#f59e0b;font-weight:500;margin-bottom:1.5rem;line-height:1.5}.backup-codes-section .backup-warning svg{margin-top:.125rem;flex-shrink:0}.backup-codes-section .backup-warning strong{font-weight:600}.backup-codes-section .backup-codes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.backup-codes-section .backup-code{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:10px;transition:all .3s ease}.backup-codes-section .backup-code:hover{background:#ffffff14;border-color:#4ecdc44d}.backup-codes-section .backup-code code{font-family:Courier New,monospace;color:#e5e7eb;font-weight:600;font-size:.9rem;letter-spacing:.5px}.backup-codes-section .backup-code .copy-button{background:#4ecdc41f;border:1px solid rgba(78,205,196,.25);border-radius:8px;color:#4ecdc4;padding:.3rem .6rem;cursor:pointer;transition:all .3s ease;font-size:.8rem}.backup-codes-section .backup-code .copy-button:hover{background:#4ecdc433;transform:scale(1.05)}.backup-codes-section .backup-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.backup-codes-section .backup-actions .action-button{flex:1;min-width:150px;max-width:200px}.totp-setup .setup-steps{display:flex;flex-direction:column;gap:2rem}.totp-setup .step h4{font-size:1.1rem;font-weight:600;margin:0 0 1rem;color:#e5e7eb}.totp-setup .qr-container{padding:1rem;background:#fff;border-radius:12px;display:inline-block;margin:.5rem 0;box-shadow:0 4px 15px #0000001a}.totp-setup .qr-container img{display:block;border-radius:8px;max-width:100%;height:auto}.totp-setup .manual-entry{display:flex;align-items:center;gap:1rem;padding:1rem;background:#00000059;border:1px solid rgba(255,255,255,.1);border-radius:12px}.totp-setup .manual-entry code{font-family:Courier New,monospace;color:#4ecdc4;font-weight:600;flex:1;word-break:break-all;font-size:.9rem;letter-spacing:.5px}.totp-setup .manual-entry .copy-button{background:#4ecdc426;border:1px solid rgba(78,205,196,.3);border-radius:10px;color:#4ecdc4;padding:.5rem;cursor:pointer;transition:all .3s ease}.totp-setup .manual-entry .copy-button:hover{background:#4ecdc440;transform:scale(1.1)}.totp-setup .verification-form{display:flex;gap:1rem;align-items:end;flex-wrap:wrap}.totp-setup .verification-form input{flex:1;min-width:180px;text-align:center;font-size:1.05rem;letter-spacing:.15em;font-weight:600}.totp-setup .verification-form .action-button{min-width:150px}.passkeys-list{margin-top:2rem}.passkeys-list .loading-state,.passkeys-list .empty-state{text-align:center;padding:3rem 2rem;color:#9ca3af}.passkeys-list .loading-state svg,.passkeys-list .empty-state svg{font-size:3rem;color:#4ecdc4;margin-bottom:1.25rem}.passkeys-list .loading-state h4,.passkeys-list .empty-state h4{color:#e5e7eb;font-weight:600;margin:0 0 .6rem;font-size:1.2rem}.passkeys-list .loading-state p,.passkeys-list .empty-state p{font-size:1rem;max-width:400px;margin:0 auto}.passkeys-list .passkey-item{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:12px;margin-bottom:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.passkeys-list .passkey-item:hover{background:#ffffff14;border-color:#4ecdc44d;transform:translate(5px);box-shadow:0 4px 15px #0000001a}.passkeys-list .passkey-item .passkey-info{display:flex;align-items:center;gap:1rem}.passkeys-list .passkey-item .passkey-icon{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#4ecdc433,#4ecdc414);display:flex;align-items:center;justify-content:center;color:#4ecdc4;font-size:1.2rem;flex-shrink:0}.passkeys-list .passkey-item .passkey-details h4{font-size:1.1rem;font-weight:600;margin:0 0 .25rem;color:#e5e7eb}.passkeys-list .passkey-item .passkey-details p{font-size:.9rem;color:#9ca3af;margin:0}.passkeys-list .passkey-item .delete-button{background:#ef44441f;border:1px solid rgba(239,68,68,.25);border-radius:10px;color:#ef4444;width:40px;height:40px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;font-size:1rem}.passkeys-list .passkey-item .delete-button:hover{background:#ef444433;transform:scale(1.1);box-shadow:0 4px 15px #ef444433}@media (max-width: 1200px){.settings-content .settings-container{grid-template-columns:1fr;gap:2rem}.settings-content .settings-nav{position:static;display:flex;overflow-x:auto;padding:1rem;gap:.75rem}.settings-content .settings-nav .nav-tab{min-width:max-content;margin-right:0;margin-bottom:0;padding:.875rem 1.25rem;white-space:nowrap}.form-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.settings-header{padding:1rem 1.5rem}.settings-header .header-content{gap:1rem}.settings-header .header-info h1{font-size:1.8rem;margin-bottom:.25rem}.settings-header .header-info p{font-size:.9rem;margin:0}.settings-header .back-button{width:40px;height:40px;font-size:.9rem}.settings-content{padding:1.5rem 1rem}.tab-content .settings-section{padding:2rem 1.5rem}.totp-setup .verification-form{flex-direction:column;align-items:stretch}.totp-setup .verification-form .action-button{min-width:auto}.backup-codes-grid{grid-template-columns:1fr}.backup-actions{flex-direction:column}.backup-actions .action-button{max-width:none}}@media (max-width: 480px){.settings-header{padding:.75rem 1rem}.settings-header .header-info h1{font-size:1.6rem;margin-bottom:.2rem}.settings-header .header-info p{font-size:.85rem}.settings-header .back-button{width:36px;height:36px;font-size:.85rem}.tab-content .settings-section{padding:1.5rem}.form-actions{flex-direction:column}.form-actions .action-button{width:100%}.passkey-item{flex-direction:column;align-items:flex-start;gap:1.5rem}.passkey-item .passkey-info{width:100%}.passkey-item .delete-button{align-self:flex-end}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}}.reset-password-page{min-height:100vh;background:linear-gradient(135deg,#0f0f19,#1a1a2e,#16213e);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.reset-password-page .loading-container{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#fffc}.reset-password-page .loading-container .spinner{width:40px;height:40px;border:3px solid rgba(78,205,196,.2);border-top:3px solid #4ecdc4;border-radius:50%;animation:spin 1s linear infinite}.reset-password-page .loading-container p{font-size:1.1rem;font-weight:500}.reset-password-page .reset-password-container{position:relative;z-index:2;text-align:center;max-width:500px;padding:2rem}.reset-password-page .reset-password-container .background-decoration{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.reset-password-page .reset-password-container .background-decoration .floating-shape{position:absolute;border-radius:50%;background:linear-gradient(45deg,#4ecdc41a,#4ecdc40d);animation:float 6s ease-in-out infinite}.reset-password-page .reset-password-container .background-decoration .floating-shape.shape-1{width:200px;height:200px;top:-100px;left:-100px;animation-delay:0s}.reset-password-page .reset-password-container .background-decoration .floating-shape.shape-2{width:150px;height:150px;top:50%;right:-75px;animation-delay:2s}.reset-password-page .reset-password-container .background-decoration .floating-shape.shape-3{width:120px;height:120px;bottom:-60px;left:50%;animation-delay:4s}.reset-password-page .reset-password-container .reset-password-content h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#4ecdc4,#44a08d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.reset-password-page .reset-password-container .reset-password-content p{font-size:1.2rem;color:#ffffffb3;line-height:1.6;margin-bottom:2rem}.reset-password-page .error-container{position:relative;z-index:2;text-align:center;max-width:500px;padding:2rem;background:#1e1e32f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,107,107,.3);border-radius:16px;box-shadow:0 20px 40px #00000080}.reset-password-page .error-container .error-content .error-icon{font-size:3rem;color:#ff6b6b;margin-bottom:1.5rem}.reset-password-page .error-container .error-content h2{font-size:1.8rem;font-weight:700;color:#ff6b6b;margin-bottom:1rem}.reset-password-page .error-container .error-content p{font-size:1.1rem;color:#fffc;line-height:1.6;margin-bottom:2rem}.reset-password-page .error-container .error-content .error-actions{display:flex;flex-direction:column;gap:1rem;align-items:center}.reset-password-page .error-container .error-content .error-actions .primary-btn{background:linear-gradient(135deg,#4ecdc4,#44a08d);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;padding:1rem 2rem;box-shadow:0 4px 15px #4ecdc44d}.reset-password-page .error-container .error-content .error-actions .primary-btn:hover{background:linear-gradient(135deg,#5fd4cb,#4ea894);transform:translateY(-1px);box-shadow:0 6px 20px #4ecdc466}.reset-password-page .error-container .error-content .error-actions .secondary-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#ffffffe6;padding:.75rem 1.5rem;cursor:pointer;transition:all .3s ease;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.reset-password-page .error-container .error-content .error-actions .secondary-btn:hover{background:#ffffff26;border-color:#ffffff4d}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width: 768px){.reset-password-page{padding:1rem}.reset-password-page .reset-password-container{max-width:100%;padding:1rem}.reset-password-page .reset-password-container .reset-password-content h1{font-size:2rem}.reset-password-page .reset-password-container .reset-password-content p{font-size:1.1rem}.reset-password-page .error-container{max-width:100%;padding:1.5rem}.reset-password-page .error-container .error-content .error-icon{font-size:2.5rem}.reset-password-page .error-container .error-content h2{font-size:1.5rem}.reset-password-page .error-container .error-content p{font-size:1rem}.reset-password-page .error-container .error-content .error-actions .primary-btn{width:100%}.reset-password-page .error-container .error-content .error-actions .secondary-btn{width:100%;justify-content:center}}@media (prefers-contrast: high){.reset-password-page .reset-password-container .reset-password-content h1{background:linear-gradient(135deg,#5fd4cb,#4ea894);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.reset-password-page .reset-password-container .reset-password-content p{color:#ffffffe6}}@media (prefers-reduced-motion: reduce){.floating-shape{animation:none!important}.spinner{animation-duration:2s!important}}.pix-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:2rem;z-index:9999}@media (max-width: 768px){.pix-modal-backdrop{padding:1rem}}.pix-modal-content{background:#0a0a14f2;border:1px solid rgba(78,205,196,.3);border-radius:24px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 25px 60px #4ecdc44d;padding:2.5rem}@media (max-width: 768px){.pix-modal-content{padding:2rem 1.5rem;max-height:95vh}}.modal-header .pix-logo{display:inline-flex;align-items:center;justify-content:center;width:70px;height:70px;background:linear-gradient(135deg,#32bcad,#2a9d8f);border-radius:20px;margin-bottom:1.5rem;box-shadow:0 10px 30px #32bcad66}@media (max-width: 480px){.modal-header .pix-logo{width:60px;height:60px;margin-bottom:1rem}}.modal-header .pix-logo svg{font-size:2.5rem;color:#fff}@media (max-width: 480px){.modal-header .pix-logo svg{font-size:2rem}}.amount-section{margin-bottom:2rem}@media (max-width: 480px){.amount-section{margin-bottom:1.5rem}}.amount-section label{display:block;font-size:.9rem;font-weight:600;color:#ffffffb3;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.amount-section .amount-input-group{display:flex;align-items:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.875rem 1rem;transition:all .3s ease}.amount-section .amount-input-group:focus-within{border-color:#4ecdc480;background:#ffffff14}.amount-section .amount-input-group .currency-symbol{color:#4ecdc4;font-size:1.1rem;font-weight:700;margin-right:.5rem}.amount-section .amount-input-group .amount-input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:1.1rem;font-weight:600;padding:0}.amount-section .amount-input-group .amount-input::placeholder{color:#ffffff4d}.amount-section .amount-input-group .amount-input::-webkit-outer-spin-button,.amount-section .amount-input-group .amount-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.amount-section .amount-input-group .amount-input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.amount-section .amount-info{font-size:.85rem;color:#fff9;margin-top:.75rem;text-align:center;font-style:italic}.qr-code-container{display:flex;justify-content:center;margin-bottom:2rem}.qr-code-container .qr-code-wrapper{position:relative;background:#fff;padding:1.5rem;border-radius:20px;box-shadow:0 15px 40px #0000004d}@media (max-width: 480px){.qr-code-container .qr-code-wrapper{padding:1rem}}.qr-code-container .qr-code-wrapper canvas{display:block;border-radius:8px;max-width:100%;height:auto}.pix-key-section{margin-bottom:2rem}.pix-key-section label{display:block;font-size:.9rem;font-weight:600;color:#ffffffb3;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.pix-key-section .key-input-group{display:flex;gap:.75rem}@media (max-width: 768px){.pix-key-section .key-input-group{flex-direction:column}}.pix-key-section .pix-key-input{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.875rem 1rem;color:#fff;font-size:.85rem;font-family:Courier New,monospace;transition:all .3s ease;resize:vertical;min-height:80px;line-height:1.4;word-break:break-all}.pix-key-section .pix-key-input:focus{outline:none;border-color:#4ecdc480;background:#ffffff14}.pix-key-section .pix-info{font-size:.85rem;color:#fff9;margin-top:.75rem;text-align:center;font-style:italic}.pix-key-section .copy-button{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#32bcad,#2a9d8f);border:none;border-radius:12px;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.pix-key-section .copy-button:hover{box-shadow:0 8px 20px #32bcad66;transform:translateY(-2px)}.pix-key-section .copy-button.copied{background:linear-gradient(135deg,#34d399,#10b981)}@media (max-width: 768px){.pix-key-section .copy-button{justify-content:center;width:100%}}.instructions{margin-bottom:2rem}@media (max-width: 480px){.instructions{margin-bottom:1.5rem}}.instructions h3{font-size:1.2rem;font-weight:700;color:#4ecdc4;margin-bottom:1rem}@media (max-width: 480px){.instructions h3{font-size:1.1rem}}.instructions ol{list-style:none;padding:0;margin:0}.instructions ol li{display:flex;align-items:center;gap:1rem;padding:.75rem 0;color:#fffc;font-size:.95rem}.instructions ol li .step-number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:linear-gradient(135deg,#32bcad,#2a9d8f);border-radius:50%;font-weight:700;font-size:.85rem;flex-shrink:0}.instructions ol li span:last-child{flex:1}@media (max-width: 480px){.instructions ol li{font-size:.9rem;padding:.5rem 0}}.thank-you-message{text-align:center;padding:1.5rem;background:#4ecdc41a;border:1px solid rgba(78,205,196,.2);border-radius:16px}.thank-you-message p{font-size:1rem;font-weight:600;color:#4ecdc4;margin:0}.pix-modal-content::-webkit-scrollbar{width:6px}.pix-modal-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.pix-modal-content::-webkit-scrollbar-thumb{background:#4ecdc44d;border-radius:3px}.pix-modal-content::-webkit-scrollbar-thumb:hover{background:#4ecdc480}.checkout-form{width:100%;padding:1.5rem 0}.checkout-form .back-button{display:flex;align-items:center;gap:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.75rem 1rem;color:#fffc;cursor:pointer;transition:all .3s ease;margin-bottom:1.5rem;font-size:.9rem;font-family:Montserrat,sans-serif}.checkout-form .back-button:hover:not(:disabled){background:#ffffff14;color:#fff}.checkout-form .back-button:disabled{opacity:.5;cursor:not-allowed}.checkout-form .error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:.75rem 1rem;color:#ef4444;font-size:.9rem;margin:1rem 0;text-align:center}.checkout-form .submit-button{width:100%;background:linear-gradient(135deg,#635bff,#4f46e5);border:none;border-radius:12px;padding:1rem;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:Montserrat,sans-serif}.checkout-form .submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #635bff66}.checkout-form .submit-button:disabled{opacity:.6;cursor:not-allowed}.checkout-form .submit-button .spinner{animation:spin 1s linear infinite}.checkout-form .info-text{text-align:center;font-size:.85rem;color:#ffffff80;margin-top:1rem;margin-bottom:0}.stripe-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:2rem;z-index:9999}@media (max-width: 768px){.stripe-modal-backdrop{padding:1rem}}.stripe-modal-content{background:#0a0a14f2;border:1px solid rgba(99,91,255,.3);border-radius:24px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 25px 60px #635bff4d;padding:2.5rem}@media (max-width: 768px){.stripe-modal-content{padding:2rem 1.5rem;max-height:95vh}}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#ffffffb3;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10}.modal-close:hover{background:#ff6b6b33;border-color:#ff6b6b;color:#ff6b6b;transform:scale(1.1) rotate(90deg)}@media (max-width: 768px){.modal-close{width:35px;height:35px;top:1rem;right:1rem}}.modal-header{text-align:center;margin-bottom:2rem}@media (max-width: 480px){.modal-header{margin-bottom:1.5rem}}.modal-header .stripe-logo{display:inline-flex;align-items:center;justify-content:center;width:70px;height:70px;background:linear-gradient(135deg,#635bff,#4f46e5);border-radius:20px;margin-bottom:1.5rem;box-shadow:0 10px 30px #635bff66}@media (max-width: 480px){.modal-header .stripe-logo{width:60px;height:60px;margin-bottom:1rem}}.modal-header .stripe-logo svg{font-size:2.5rem;color:#fff}@media (max-width: 480px){.modal-header .stripe-logo svg{font-size:2rem}}.modal-header h2{font-size:2rem;font-weight:800;color:#fff;margin-bottom:.5rem}@media (max-width: 768px){.modal-header h2{font-size:1.7rem}}@media (max-width: 480px){.modal-header h2{font-size:1.5rem}}.modal-header p{font-size:1rem;color:#ffffffb3}@media (max-width: 480px){.modal-header p{font-size:.9rem}}.currency-selection{margin-bottom:2rem}@media (max-width: 480px){.currency-selection{margin-bottom:1.5rem}}.currency-selection label{display:block;font-size:.9rem;font-weight:600;color:#ffffffb3;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.currency-selection .currency-select{width:100%;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;padding:.875rem 1rem;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.currency-selection .currency-select:hover{border-color:#635bff66;background:#ffffff14}.currency-selection .currency-select:focus{outline:none;border-color:#635bff99;background:#ffffff14;box-shadow:0 0 0 4px #635bff1a}.currency-selection .currency-select option{background:#1a1a2e;color:#fff;padding:.5rem}.donation-amounts{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}@media (max-width: 480px){.donation-amounts{gap:.75rem;margin-bottom:1rem}}.donation-amounts .amount-button{position:relative;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease;font-family:Montserrat,sans-serif}@media (max-width: 480px){.donation-amounts .amount-button{padding:1.2rem}}.donation-amounts .amount-button.popular{border-color:#635bff80;background:#635bff1a}.donation-amounts .amount-button .badge{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,#635bff,#4f46e5);color:#fff;font-size:.7rem;padding:.25rem .5rem;border-radius:8px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.donation-amounts .amount-button .amount-label{font-size:1.8rem;font-weight:800;color:#fff;display:block}@media (max-width: 480px){.donation-amounts .amount-button .amount-label{font-size:1.5rem}}.donation-amounts .amount-button:hover:not(:disabled){transform:translateY(-2px);border-color:#635bffcc;background:#635bff26;box-shadow:0 8px 20px #635bff33}.donation-amounts .amount-button.custom{border-color:#4ecdc44d;background:#4ecdc40d}.donation-amounts .amount-button.custom:hover:not(:disabled){border-color:#4ecdc499;background:#4ecdc426;box-shadow:0 8px 20px #4ecdc433}.donation-amounts .amount-button:disabled{opacity:.5;cursor:not-allowed}.payment-form-container{margin-bottom:2rem}@media (max-width: 480px){.payment-form-container{margin-bottom:1.5rem}}.payment-form-container .selected-amount{display:flex;justify-content:space-between;align-items:center;background:#635bff1a;border:1px solid rgba(99,91,255,.3);border-radius:12px;padding:1rem 1.5rem;margin-bottom:1.5rem}@media (max-width: 480px){.payment-form-container .selected-amount{padding:.875rem 1.2rem}}.payment-form-container .selected-amount span{color:#ffffffb3;font-size:.95rem}.payment-form-container .selected-amount strong{color:#635bff;font-size:1.5rem;font-weight:800}@media (max-width: 480px){.payment-form-container .selected-amount strong{font-size:1.3rem}}.custom-amount-section{margin-bottom:2rem;overflow:hidden}@media (max-width: 480px){.custom-amount-section{margin-bottom:1.5rem}}.custom-amount-section label{display:block;font-size:.9rem;font-weight:600;color:#ffffffb3;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.custom-amount-section .custom-input-group{display:flex;align-items:center;gap:.75rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;padding:.875rem 1rem;transition:all .3s ease}.custom-amount-section .custom-input-group:focus-within{border-color:#4ecdc480;background:#ffffff14}@media (max-width: 480px){.custom-amount-section .custom-input-group{flex-wrap:wrap}}.custom-amount-section .custom-input-group .currency-symbol{color:#4ecdc4;font-size:1.1rem;font-weight:700}.custom-amount-section .custom-input-group input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:1.1rem;font-weight:600;padding:0;min-width:100px}.custom-amount-section .custom-input-group input::placeholder{color:#ffffff4d}.custom-amount-section .custom-input-group input::-webkit-outer-spin-button,.custom-amount-section .custom-input-group input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.custom-amount-section .custom-input-group input[type=number]{-moz-appearance:textfield}@media (max-width: 480px){.custom-amount-section .custom-input-group input{min-width:80px}}.custom-amount-section .custom-input-group .submit-custom-btn{background:linear-gradient(135deg,#4ecdc4,#44a896);border:none;border-radius:8px;padding:.5rem 1.25rem;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.custom-amount-section .custom-input-group .submit-custom-btn:hover:not(:disabled){box-shadow:0 4px 15px #4ecdc466;transform:translateY(-1px)}.custom-amount-section .custom-input-group .submit-custom-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 480px){.custom-amount-section .custom-input-group .submit-custom-btn{width:100%;margin-top:.5rem}}.loading-state{text-align:center;padding:2rem;color:#ffffffb3}@media (max-width: 480px){.loading-state{padding:1.5rem}}.loading-state .spinner{font-size:2rem;color:#635bff;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-state p{font-size:.95rem;margin:0}.payment-methods{margin-bottom:1.5rem;text-align:center}@media (max-width: 480px){.payment-methods{margin-bottom:1rem}}.payment-methods .methods-label{font-size:.9rem;font-weight:600;color:#ffffffb3;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 480px){.payment-methods .methods-label{font-size:.85rem}}.payment-methods .methods-icons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.payment-methods .methods-icons .method-badge{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;color:#fffc;transition:all .3s ease;display:flex;align-items:center;gap:.35rem}@media (max-width: 480px){.payment-methods .methods-icons .method-badge{padding:.4rem .8rem;font-size:.8rem}}.payment-methods .methods-icons .method-badge:hover{background:#ffffff1a;border-color:#635bff4d;transform:translateY(-2px)}.security-note{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;background:#4ecdc41a;border:1px solid rgba(78,205,196,.2);border-radius:12px;margin-bottom:1.5rem}@media (max-width: 480px){.security-note{padding:.875rem;margin-bottom:1rem}}.security-note .lock-icon{font-size:1.5rem}.security-note p{font-size:.9rem;font-weight:600;color:#4ecdc4;margin:0}@media (max-width: 480px){.security-note p{font-size:.85rem}}.thank-you-message{text-align:center;padding:1.5rem;background:#635bff1a;border:1px solid rgba(99,91,255,.2);border-radius:16px}@media (max-width: 480px){.thank-you-message{padding:1.2rem}}.thank-you-message .heart{font-size:2rem;display:block;margin-bottom:.5rem}@media (max-width: 480px){.thank-you-message .heart{font-size:1.8rem}}.thank-you-message p{font-size:1rem;font-weight:600;color:#635bff;margin:0}@media (max-width: 480px){.thank-you-message p{font-size:.9rem}}.stripe-modal-content::-webkit-scrollbar{width:6px}.stripe-modal-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.stripe-modal-content::-webkit-scrollbar-thumb{background:#635bff4d;border-radius:3px}.stripe-modal-content::-webkit-scrollbar-thumb:hover{background:#635bff80}.donations-table-container{width:100%;max-width:1000px;margin:3rem auto 0;padding:2rem;background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000001a}.donations-table-container .table-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.donations-table-container .table-wrapper{overflow-x:auto;border-radius:16px;background:#ffffff05}.donations-table-container .table-wrapper::-webkit-scrollbar{height:8px}.donations-table-container .table-wrapper::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.donations-table-container .table-wrapper::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.donations-table-container .table-wrapper::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.donations-table-container .donations-table{width:100%;border-collapse:collapse;min-width:500px}.donations-table-container .donations-table thead tr{background:#ffffff0d}.donations-table-container .donations-table thead tr th{padding:1rem 1.5rem;text-align:left;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;color:#ffffffb3;border-bottom:2px solid rgba(255,255,255,.1)}.donations-table-container .donations-table thead tr th:first-child{border-top-left-radius:16px}.donations-table-container .donations-table thead tr th:last-child{border-top-right-radius:16px}.donations-table-container .donations-table tbody tr{border-bottom:1px solid rgba(255,255,255,.05);transition:all .3s ease}.donations-table-container .donations-table tbody tr:hover{background:#ffffff08}.donations-table-container .donations-table tbody tr:last-child{border-bottom:none}.donations-table-container .donations-table tbody tr td{padding:1.2rem 1.5rem;font-size:1rem}.donations-table-container .donations-table tbody tr td.donor-name{font-weight:600;color:#fff;display:flex;align-items:center;gap:.5rem}.donations-table-container .donations-table tbody tr td.donor-name .donation-count{display:inline-flex;align-items:center;justify-content:center;padding:.15rem .5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;font-size:.75rem;font-weight:700;color:#fff;box-shadow:0 2px 8px #667eea4d}.donations-table-container .donations-table tbody tr td.amount{font-weight:700;color:#4ade80;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.donations-table-container .donations-table tbody tr td.date{color:#fff9;font-size:.9rem}.donations-table-container .table-loading,.donations-table-container .table-error,.donations-table-container .table-empty{text-align:center;padding:3rem 2rem;color:#ffffffb3}.donations-table-container .table-loading .spinner,.donations-table-container .table-error .spinner,.donations-table-container .table-empty .spinner{width:40px;height:40px;margin:0 auto 1rem;border:4px solid rgba(255,255,255,.1);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}.donations-table-container .table-loading .spinner.small,.donations-table-container .table-error .spinner.small,.donations-table-container .table-empty .spinner.small{width:20px;height:20px;border-width:3px;margin:0}.donations-table-container .table-loading p,.donations-table-container .table-error p,.donations-table-container .table-empty p{font-size:1.1rem;margin:0}.donations-table-container .table-error{color:#f87171}.donations-table-container .table-footer{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.donations-table-container .table-footer .showing-text{font-size:.9rem;color:#fff9;margin:0}.donations-table-container .table-footer .load-more-btn{padding:.75rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px #667eea66}.donations-table-container .table-footer .load-more-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.donations-table-container .table-footer .load-more-btn:disabled{opacity:.7;cursor:not-allowed}.donations-table-container .table-footer .load-more-btn .spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 768px){.donations-table-container{padding:1.5rem 1rem;margin-top:2rem}.donations-table-container .table-title{font-size:1.5rem;margin-bottom:1.5rem}.donations-table-container .donations-table{font-size:.9rem;min-width:450px}.donations-table-container .donations-table thead th{padding:.75rem 1rem;font-size:.8rem}.donations-table-container .donations-table tbody td{padding:1rem}.donations-table-container .donations-table tbody td.date{font-size:.8rem}.donations-table-container .table-footer .load-more-btn{padding:.6rem 1.5rem;font-size:.9rem}}@media (max-width: 480px){.donations-table-container{padding:1rem;border-radius:16px}.donations-table-container .table-title{font-size:1.3rem}.donations-table-container .table-wrapper{border-radius:12px}.donations-table-container .donations-table{min-width:400px}.donations-table-container .donations-table thead th{padding:.6rem .75rem}.donations-table-container .donations-table tbody td{padding:.75rem}}.donate-page-container{position:relative;min-height:100vh}.donate-page-container .page-content{position:relative;z-index:1}.donate-section{min-height:100vh;padding:10rem 0 4rem}@media (max-width: 768px){.donate-section{padding:8rem 0 3rem}}.donate-content{max-width:1200px;margin:0 auto}.donate-hero{text-align:center;margin-bottom:4rem}@media (max-width: 768px){.donate-hero{margin-bottom:3rem}}.donate-hero .hero-icon{display:inline-block;margin-bottom:1.5rem}.donate-hero .hero-icon .heart-icon{font-size:3.5rem;color:#ff6b6b;filter:drop-shadow(0 8px 20px rgba(255,107,107,.4))}@media (max-width: 768px){.donate-hero .hero-icon .heart-icon{font-size:3rem}}@media (max-width: 480px){.donate-hero .hero-icon .heart-icon{font-size:2.5rem}}.donate-hero .donate-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1.5rem;background:linear-gradient(45deg,#4ecdc4,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}@media (max-width: 768px){.donate-hero .donate-title{font-size:2.3rem}}@media (max-width: 480px){.donate-hero .donate-title{font-size:1.9rem}}.donate-hero .donate-subtitle{font-size:1.2rem;color:#ffffffd9;line-height:1.7;max-width:700px;margin:0 auto}.donate-hero .donate-subtitle strong{color:#4ecdc4;font-weight:700}@media (max-width: 768px){.donate-hero .donate-subtitle{font-size:1.1rem;padding:0 1.5rem}}@media (max-width: 480px){.donate-hero .donate-subtitle{font-size:1rem;padding:0 1rem}}.donor-identity-section{margin-bottom:3.5rem;text-align:center}@media (max-width: 768px){.donor-identity-section{margin-bottom:3rem}}.donor-identity-section .identity-title{font-size:2rem;font-weight:800;color:#fff;margin-bottom:.75rem}@media (max-width: 768px){.donor-identity-section .identity-title{font-size:1.7rem}}@media (max-width: 480px){.donor-identity-section .identity-title{font-size:1.5rem}}.donor-identity-section .identity-subtitle{font-size:1rem;color:#ffffffb3;margin-bottom:2rem}@media (max-width: 480px){.donor-identity-section .identity-subtitle{font-size:.95rem;padding:0 1rem}}.donor-identity-section .identity-options{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;max-width:700px;margin:0 auto 2rem}@media (max-width: 768px){.donor-identity-section .identity-options{gap:1rem}}@media (max-width: 480px){.donor-identity-section .identity-options{grid-template-columns:1fr;max-width:400px}}.donor-identity-section .identity-options .identity-option{background:#ffffff08;border:2px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:1rem;text-align:left}@media (max-width: 768px){.donor-identity-section .identity-options .identity-option{padding:1.25rem}}.donor-identity-section .identity-options .identity-option:hover{background:#ffffff0d;border-color:#4ecdc466;transform:translateY(-2px)}.donor-identity-section .identity-options .identity-option.active{background:#4ecdc426;border-color:#4ecdc499;box-shadow:0 8px 30px #4ecdc433}.donor-identity-section .identity-options .identity-option.active .option-icon{background:linear-gradient(135deg,#4ecdc4,#44a896);color:#fff}.donor-identity-section .identity-options .identity-option .option-icon{width:50px;height:50px;border-radius:12px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#ffffffb3;flex-shrink:0;transition:all .3s ease}@media (max-width: 768px){.donor-identity-section .identity-options .identity-option .option-icon{width:45px;height:45px;font-size:1.3rem}}.donor-identity-section .identity-options .identity-option .option-content{flex:1}.donor-identity-section .identity-options .identity-option .option-content h3{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.25rem}@media (max-width: 768px){.donor-identity-section .identity-options .identity-option .option-content h3{font-size:1rem}}.donor-identity-section .identity-options .identity-option .option-content p{font-size:.85rem;color:#fff9;margin:0}@media (max-width: 768px){.donor-identity-section .identity-options .identity-option .option-content p{font-size:.8rem}}.donor-identity-section .username-input-section{max-width:500px;margin:2rem auto 0;text-align:left}.donor-identity-section .username-input-section label{display:block;font-size:.9rem;font-weight:600;color:#ffffffb3;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.donor-identity-section .username-input-section input{width:100%;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem 1.25rem;color:#fff;font-size:1rem;font-weight:500;transition:all .3s ease}.donor-identity-section .username-input-section input::placeholder{color:#fff6}.donor-identity-section .username-input-section input:focus{outline:none;border-color:#4ecdc499;background:#ffffff14;box-shadow:0 0 0 4px #4ecdc41a}.donor-identity-section .username-input-section .input-hint{font-size:.85rem;color:#ffffff80;margin-top:.5rem;font-style:italic;text-align:center}.donation-methods{margin-bottom:3rem}@media (max-width: 768px){.donation-methods{margin-bottom:2.5rem}}.donation-methods .methods-title{text-align:center;font-size:2rem;font-weight:700;color:#fff;margin-bottom:2.5rem}@media (max-width: 768px){.donation-methods .methods-title{font-size:1.7rem;margin-bottom:2rem}}@media (max-width: 480px){.donation-methods .methods-title{font-size:1.5rem}}.donation-methods .methods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:800px;margin:0 auto}@media (max-width: 768px){.donation-methods .methods-grid{grid-template-columns:1fr;gap:1.5rem}}.donation-card{position:relative;padding:2.5rem 2rem;border-radius:20px;cursor:pointer;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;will-change:transform}@media (max-width: 768px){.donation-card{padding:2rem 1.5rem}}@media (max-width: 480px){.donation-card{padding:1.8rem 1.5rem}}.donation-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000001a;border-radius:24px;transition:opacity .3s ease}.donation-card:hover:before{opacity:0}.donation-card .card-shine{display:none}.donation-card .card-icon{font-size:3.5rem;color:#fff;margin-bottom:1.2rem;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}@media (max-width: 768px){.donation-card .card-icon{font-size:3rem}}@media (max-width: 480px){.donation-card .card-icon{font-size:2.5rem;margin-bottom:1rem}}.donation-card .card-content{position:relative;z-index:1;margin-bottom:1.5rem}@media (max-width: 480px){.donation-card .card-content{margin-bottom:1.2rem}}.donation-card .card-content .card-title{font-size:1.8rem;font-weight:800;color:#fff;margin-bottom:.4rem}@media (max-width: 768px){.donation-card .card-content .card-title{font-size:1.6rem}}@media (max-width: 480px){.donation-card .card-content .card-title{font-size:1.5rem}}.donation-card .card-content .card-subtitle{font-size:1rem;color:#ffffffd9;font-weight:600;margin-bottom:.8rem}@media (max-width: 480px){.donation-card .card-content .card-subtitle{font-size:.95rem}}.donation-card .card-content .card-description{font-size:.95rem;color:#ffffffbf;line-height:1.5}@media (max-width: 480px){.donation-card .card-content .card-description{font-size:.9rem}}.donation-card .card-cta{position:relative;z-index:1;display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:700;color:#fff}.donation-card .card-cta .arrow{font-size:1.5rem;transition:transform .3s ease}.donation-card:hover .arrow{transform:translate(5px)}.free-notice{text-align:center;background:linear-gradient(135deg,#4ecdc41f,#44a08d1f);border:2px solid rgba(78,205,196,.35);border-radius:20px;padding:2.5rem 2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:750px;margin:0 auto 3.5rem;box-shadow:0 8px 30px #4ecdc426}@media (max-width: 768px){.free-notice{padding:2rem 1.5rem;margin-bottom:3rem}}@media (max-width: 480px){.free-notice{padding:1.8rem 1.3rem;margin-bottom:2.5rem}}.free-notice .notice-icon{font-size:3rem;margin-bottom:1rem}@media (max-width: 768px){.free-notice .notice-icon{font-size:2.5rem;margin-bottom:.8rem}}.free-notice h3{font-size:1.8rem;font-weight:800;color:#4ecdc4;margin-bottom:1rem}@media (max-width: 768px){.free-notice h3{font-size:1.6rem;margin-bottom:.8rem}}@media (max-width: 480px){.free-notice h3{font-size:1.4rem}}.free-notice p{font-size:1.1rem;color:#ffffffe6;line-height:1.8}.free-notice p strong{color:#fff;font-weight:700}@media (max-width: 768px){.free-notice p{font-size:1.05rem;line-height:1.7}}@media (max-width: 480px){.free-notice p{font-size:.95rem;line-height:1.6}}.thank-you-note{text-align:center;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2rem 1.8rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:650px;margin:0 auto}@media (max-width: 768px){.thank-you-note{padding:1.8rem 1.5rem}}@media (max-width: 480px){.thank-you-note{padding:1.5rem 1.2rem}}.thank-you-note .heart-icon{font-size:2rem;margin-bottom:.8rem;display:block}@media (max-width: 768px){.thank-you-note .heart-icon{font-size:1.8rem}}.thank-you-note p{font-size:1rem;color:#fffc;line-height:1.7}@media (max-width: 768px){.thank-you-note p{font-size:.95rem}}@media (max-width: 480px){.thank-you-note p{font-size:.9rem;line-height:1.6}}.staging-banner{position:fixed;bottom:0;left:0;width:100%;z-index:1001;background:#0000004d;animation:slideUp .5s ease-out}.staging-banner-content{max-width:1200px;margin:0 auto;padding:.65rem 1rem;text-align:center;color:#fffffff2;font-weight:600;font-size:.875rem;letter-spacing:.3px;display:flex;align-items:center;justify-content:center;gap:.5rem}.staging-banner-content:before{content:"⚠️";font-size:1rem}.staging-banner-content{font-size:.875rem}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}body.has-staging-banner .footer{padding-bottom:55px}@media (max-width: 1024px){body.has-staging-banner .footer{padding-bottom:65px}}@media (max-width: 768px){.staging-banner-content{font-size:.8rem;padding:.55rem .75rem}.staging-banner-content:before{font-size:.9rem}body.has-staging-banner .footer{padding-bottom:80px}}@media (max-width: 480px){.staging-banner-content{font-size:.75rem;padding:.5rem}.staging-banner-content:before{font-size:.85rem}body.has-staging-banner .footer{padding-bottom:100px}}@media (max-width: 360px){body.has-staging-banner .footer{padding-bottom:120px}}#root{max-width:100%;padding:0rem;margin:0 auto;text-align:center}.logo{height:100%;padding:0;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em rgba(100,108,255,.6666666667))}.logo.react:hover{filter:drop-shadow(0 0 2em rgba(97,218,251,.6666666667))}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:0rem}.read-the-docs{color:#888}.app{position:relative;min-height:100vh;font-family:Montserrat,-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;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.container{padding:0 1rem}}.section-title{text-align:center;font-size:3rem;font-weight:800;color:#fff;margin-bottom:4rem;background:linear-gradient(45deg,#4ecdc4,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.section-title:after{content:"";position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(45deg,#4ecdc4,#ff6b6b);border-radius:2px}@media (max-width: 768px){.section-title{font-size:2.5rem;margin-bottom:3rem}}@media (max-width: 480px){.section-title{font-size:2rem}}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;position:relative;overflow:hidden;cursor:pointer;border:none}.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}.btn:hover:before{left:100%}.btn.primary-btn{background:linear-gradient(45deg,#4ecdc4,#44a08d);color:#fff;box-shadow:0 4px 15px #4ecdc466}.btn.primary-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4ecdc499}.btn.secondary-btn{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn.secondary-btn:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}@media (max-width: 768px){.btn{padding:.8rem 1.5rem;font-size:1rem}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#0a0a14;color:#e5e7eb;font-family:Inter,sans-serif}.loading-container .loading-spinner{margin-bottom:2rem}.loading-container .loading-spinner .spinner{width:48px;height:48px;border:3px solid rgba(78,205,196,.2);border-top:3px solid #4ecdc4;border-radius:50%}.loading-container p{font-size:1.1rem;font-weight:500;color:#9ca3af;margin:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:#4ecdc44d;border-radius:4px;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#4ecdc480}::selection{background:#4ecdc44d;color:#fff}::-moz-selection{background:#4ecdc44d;color:#fff}*:focus{outline:2px solid rgba(78,205,196,.5);outline-offset:2px}html{scroll-behavior:smooth}body.menu-open,body.modal-open{overflow:hidden}@keyframes noise{0%,to{transform:translate(0)}10%{transform:translate(-5%,-5%)}20%{transform:translate(-10%,5%)}30%{transform:translate(5%,-10%)}40%{transform:translate(-5%,15%)}50%{transform:translate(-10%,5%)}60%{transform:translate(15%)}70%{transform:translateY(15%)}80%{transform:translate(-15%,10%)}90%{transform:translate(10%,5%)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.fade-in-left{animation:fadeInLeft .6s ease-out}.fade-in-right{animation:fadeInRight .6s ease-out}.text-center{text-align:center}.text-gradient{background:linear-gradient(45deg,#4ecdc4,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mobile-only{display:none}@media (max-width: 768px){.mobile-only{display:block}}.desktop-only{display:block}@media (max-width: 768px){.desktop-only{display:none}}
