@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800;900&display=swap";@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:Nunito,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;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#00000073;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);overflow-y:auto}.auth-modal-container{position:relative;width:100%;max-width:28rem;background:linear-gradient(135deg,#ffffff0d,#ffffff04),#0a0a1452;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:1rem;box-shadow:0 25px 50px -12px #000000b3,inset 0 1px #ffffff0f;margin:auto 0;overflow:hidden}.auth-modal-container:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(45deg,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);pointer-events:none;z-index:2}.auth-modal-close{position:absolute;top:.75rem;right:.75rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;color:#ffffff73;cursor:pointer;font-size:1.1rem;transition:color .2s ease,background .2s ease;z-index:3}.auth-modal-close:hover{color:#fff;background:#ffffff14}.auth-modal-icon{width:4rem;height:4rem;margin:0 auto 1rem;padding:3px;border-radius:50%;background:linear-gradient(45deg,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);box-sizing:border-box;position:relative;z-index:1}.auth-modal-icon .auth-modal-icon-inner{width:100%;height:100%;border-radius:50%;background:#0a0a14;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.auth-modal-header{padding:1.75rem 2rem .75rem;text-align:center;position:relative}.auth-modal-header .back-btn{position:absolute;left:.85rem;top:.85rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;color:#ffffff73;cursor:pointer;transition:color .2s ease,background .2s ease;z-index:2}.auth-modal-header .back-btn:hover{color:#fff;background:#ffffff14}.auth-modal-header h2{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .35rem;line-height:1.2}.auth-modal-header h3{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .35rem;line-height:1.25}.auth-modal-header p{color:#ffffffa6;font-size:.875rem;margin:0}.auth-form{padding:0 2rem 2rem;display:flex;flex-direction:column;gap:.875rem}.auth-form .error-banner{padding:.75rem;background:#f871711a;border:1px solid rgba(248,113,113,.35);border-radius:.5rem;color:#f87171;font-size:.875rem;text-align:center}.auth-form .form-group{display:flex;flex-direction:column}.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;font-size:.95rem;color:#ffffff73;pointer-events:none;transition:color .2s ease;z-index:2}.auth-form .form-group .input-wrapper input{width:100%;padding:.85rem 3rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;color:#fff;font-size:1rem;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.auth-form .form-group .input-wrapper input::placeholder{color:#ffffff73}.auth-form .form-group .input-wrapper input:focus{outline:none;border-color:#fa64d2;background:#ffffff14;box-shadow:0 0 0 3px #fa64d22e}.auth-form .form-group .input-wrapper input:focus~.input-icon{color:#fa64d2}.auth-form .form-group .input-wrapper input.error{border-color:#f87171a6}.auth-form .form-group .input-wrapper input.error~.input-icon{color:#f87171}.auth-form .form-group .input-wrapper input.success{border-color:#34d399a6}.auth-form .form-group .input-wrapper input.success~.input-icon{color:#34d399}.auth-form .form-group .input-wrapper input:disabled{opacity:.6;cursor:not-allowed}.auth-form .form-group .input-wrapper .password-toggle{position:absolute;right:.75rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:.375rem;color:#ffffff73;cursor:pointer;transition:color .2s ease,background .2s ease}.auth-form .form-group .input-wrapper .password-toggle:hover:not(:disabled){color:#fff;background:#ffffff0f}.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;pointer-events:none}.auth-form .form-group .input-wrapper .validation-indicator .checking{color:#ffffffa6;font-size:.95rem}.auth-form .form-group .input-wrapper .validation-indicator .valid{color:#34d399;font-size:1rem}.auth-form .form-group .input-wrapper .validation-indicator .invalid{color:#f87171;font-size:1rem}.auth-form .form-group .error-text{display:block;color:#f87171;font-size:.75rem;margin-top:.375rem;margin-left:.25rem}.auth-form .form-group .success-text{display:block;color:#34d399;font-size:.75rem;margin-top:.375rem;margin-left:.25rem}.auth-form .form-group .backup-toggle-btn{margin-top:.5rem}.auth-form .backup-code-toggle{display:flex;justify-content:center}.auth-form .backup-toggle-btn{background:none;border:none;color:#ffffffa6;font-size:.75rem;cursor:pointer;text-decoration:underline;padding:.25rem .5rem;transition:color .2s ease;align-self:center}.auth-form .backup-toggle-btn:hover{color:#fff}.auth-form .backup-toggle-btn:focus{outline:none;color:#fff}.auth-form .auth-submit-btn{width:100%;padding:.875rem 1rem;background:linear-gradient(45deg,#4ecdc4,#44a08d);border:none;border-radius:.75rem;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem;box-shadow:0 0 15px #4ecdc466;transition:box-shadow .25s ease,transform .15s ease,opacity .2s ease}.auth-form .auth-submit-btn:hover:not(:disabled){box-shadow:0 0 25px #4ecdc499;transform:translateY(-2px)}.auth-form .auth-submit-btn:active:not(:disabled){transform:translateY(0)}.auth-form .auth-submit-btn:disabled{opacity:.55;cursor:not-allowed}.auth-form .auth-submit-btn svg{font-size:.9rem}.auth-form .passkey-info{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:1.25rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.auth-form .passkey-info .passkey-icon{font-size:2.25rem;color:#fa64d2}.auth-form .passkey-info p{color:#ffffffa6;margin:0;line-height:1.5;font-size:.875rem}.auth-form .passkey-info ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;width:100%;font-size:.875rem;color:#ffffffd9}.auth-form .passkey-info ul li{display:flex;align-items:center;gap:.5rem}.auth-form .passkey-info ul li:before{content:"";width:.375rem;height:.375rem;border-radius:50%;background:#fa64d2;flex-shrink:0}.auth-form .forgot-password-link{display:flex;justify-content:center}.auth-form .forgot-password-link .forgot-password-btn{background:none;border:none;color:#ffffffa6;font-size:.875rem;cursor:pointer;padding:.25rem .5rem;transition:color .2s ease}.auth-form .forgot-password-link .forgot-password-btn:hover:not(:disabled){color:#fff}.auth-form .forgot-password-link .forgot-password-btn:disabled{opacity:.5;cursor:not-allowed}.auth-form .auth-alternatives{display:flex;flex-direction:column;gap:.625rem;margin-top:.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.auth-form .auth-alternatives .alt-auth-btn{width:100%;padding:.7rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:500;transition:background .2s ease,border-color .2s ease}.auth-form .auth-alternatives .alt-auth-btn:hover:not(:disabled){background:#ffffff1a;border-color:#fff3}.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,#25facc2e,#fa64d22e);border-color:#fa64d266;color:#fff;font-weight:600}.auth-form .auth-alternatives .alt-auth-btn.passkey-register-btn:hover:not(:disabled){background:linear-gradient(135deg,#25facc47,#fa64d247);border-color:#fa64d299}.auth-switch{padding:0 2rem 2rem;text-align:center}.auth-switch p{color:#ffffffa6;margin:0;font-size:.875rem}.auth-switch p .switch-mode-btn{background:none;border:none;color:#fa64d2;font-weight:700;cursor:pointer;margin-left:.35rem;padding:0;transition:color .2s ease}.auth-switch p .switch-mode-btn:hover:not(:disabled){color:#ffc16b}.auth-switch p .switch-mode-btn:disabled{opacity:.5;cursor:not-allowed}.success-message{padding:1.5rem 2rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.success-message .success-icon{width:4rem;height:4rem;border-radius:50%;background:#34d39926;display:flex;align-items:center;justify-content:center;font-size:1.75rem;color:#34d399}.success-message h2,.success-message h3{color:#fff;margin:0;font-weight:700}.success-message h2{font-size:1.25rem}.success-message h3{font-size:1.1rem}.success-message p{color:#ffffffa6;margin:0;line-height:1.5;font-size:.875rem}.success-message .secondary-btn{margin-top:.5rem;padding:.7rem 1.25rem;background:#ffffff14;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease}.success-message .secondary-btn:hover{background:#ffffff24;border-color:#fff3}.success-message .auth-submit-btn{width:auto;min-width:8rem;margin-top:.5rem;padding:.85rem 1.5rem;background:linear-gradient(45deg,#4ecdc4,#44a08d);border:none;border-radius:.75rem;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 0 15px #4ecdc466;transition:box-shadow .25s ease,transform .15s ease}.success-message .auth-submit-btn:hover{box-shadow:0 0 25px #4ecdc499;transform:translateY(-2px)}.success-message .auth-submit-btn:active{transform:translateY(0)}.backup-codes{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:1rem;margin:.5rem 0}.backup-codes h4{color:#fff;margin:0 0 .75rem;font-size:.95rem;font-weight:700}.backup-codes .codes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:.75rem}.backup-codes .codes-grid .backup-code{background:#0000004d;padding:.5rem;border-radius:.375rem;font-family:Courier New,monospace;font-size:.85rem;text-align:center;color:#fff;cursor:pointer;transition:background .2s ease}.backup-codes .codes-grid .backup-code:hover{background:#00000080}.backup-codes .backup-warning{padding:.5rem .75rem;background:#ff98001a;border:1px solid rgba(255,152,0,.3);border-radius:.375rem;color:#ff9800;font-size:.8rem}.qr-code-container{text-align:center;margin:1rem 0}.qr-code-container .qr-code{background:#fff;padding:1rem;border-radius:.5rem;display:inline-block;margin-bottom:.75rem}.qr-code-container .qr-code img{display:block;max-width:200px;height:auto}.qr-code-container .manual-entry{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:.5rem;padding:.75rem;margin-top:.75rem}.qr-code-container .manual-entry h4{color:#fff;margin:0 0 .5rem;font-size:.85rem;font-weight:700}.qr-code-container .manual-entry .secret-key{font-family:Courier New,monospace;font-size:.8rem;color:#fff;background:#0000004d;padding:.5rem;border-radius:.375rem;word-break:break-all;cursor:pointer;transition:background .2s ease}.qr-code-container .manual-entry .secret-key:hover{background:#00000080}@media (max-width: 480px){.auth-modal-backdrop{padding:1rem}.auth-modal-container{max-width:22rem}.auth-modal-icon{width:3.25rem;height:3.25rem;margin-bottom:.75rem}.auth-modal-header{padding:1.25rem 1.1rem .5rem}.auth-modal-header h2{font-size:1.15rem}.auth-modal-header p{font-size:.85rem}.auth-form{padding:0 1.1rem 1.25rem}.auth-form .auth-alternatives .alt-auth-btn{font-size:.85rem;padding:.65rem .85rem}.auth-switch{padding:0 1.1rem 1.25rem}.success-message{padding:1.25rem 1.25rem 1.5rem}.backup-codes .codes-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.auth-modal-close,.auth-modal-header .back-btn,.auth-form .auth-submit-btn,.auth-form .alt-auth-btn,.auth-form .password-toggle,.auth-form .input-wrapper input,.auth-form .input-wrapper .input-icon,.auth-switch .switch-mode-btn,.success-message .secondary-btn,.success-message .auth-submit-btn{transition:none}}@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:#fa64d2;box-shadow:0 0 0 3px #fa64d259}}.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:28px;height:18px;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;max-height:min(70vh,420px);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-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;padding:.5rem}.language-switcher .language-dropdown::-webkit-scrollbar{width:6px}.language-switcher .language-dropdown::-webkit-scrollbar-track{background:transparent}.language-switcher .language-dropdown::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:3px}.language-switcher .language-dropdown::-webkit-scrollbar-thumb:hover{background:#ffffff47}.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:28px;height:18px;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;max-height:min(60vh,360px)}.language-switcher .language-dropdown .language-option{padding:1rem 1.25rem;font-size:1rem}.language-switcher .language-dropdown .language-option .flag-icon{width:32px;height:22px}}.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;position:relative}.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{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:0}.nav-links li{display:flex;align-items:center}.nav-links li:not(:first-child):before{content:"";display:inline-block;height:24px;width:4px;margin:0 16px;background:linear-gradient(to bottom,#ff940000,#fa64d2,#0089fc00);opacity:.8;transform:skew(-12deg);box-shadow:0 0 8px #ff3ecd99}.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,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);transition:width .3s ease}.nav-links li a:hover{color:#fff}.nav-links li a.active{color:#c73aa0}.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{position:static;transform:none;flex-direction:column;width:100%;gap:0}.nav-links li{width:100%;border-bottom:1px solid rgba(255,255,255,.1)}.nav-links li:not(:first-child):before{display:none}.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:75vh;display:flex;align-items:center;background:transparent;overflow:visible}.hero .hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.hero .hero-bg .hero-bg-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;mask-image:radial-gradient(ellipse 110% 95% at 50% 20%,#000 30%,#000000d9 55%,#0000 85%);-webkit-mask-image:radial-gradient(ellipse 110% 95% at 50% 20%,rgb(0,0,0) 30%,rgba(0,0,0,.85) 55%,rgba(0,0,0,0) 85%)}.hero .hero-bg .hero-bg-darken{position:absolute;top:0;right:0;bottom:0;left:0;background:#0003;mask-image:radial-gradient(ellipse 110% 95% at 50% 20%,#000 30%,#000000d9 55%,#0000 85%);-webkit-mask-image:radial-gradient(ellipse 110% 95% at 50% 20%,rgb(0,0,0) 30%,rgba(0,0,0,.85) 55%,rgba(0,0,0,0) 85%)}.hero .hero-bg .hero-bg-dim{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 110% 100% at 50% 15%,transparent 35%,rgba(15,15,30,.45) 70%,rgba(15,15,30,0) 95%),linear-gradient(to bottom,transparent 0%,transparent 55%,rgba(15,15,30,.6) 85%,rgba(15,15,30,0) 100%)}.hero .container{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:2000px;margin:0 auto;padding:5rem 2rem 1.5rem;min-height:calc(75vh - 60px)}.hero .hero-content .hero-logo{margin-bottom:1.25rem;max-width:360px;display:flex;justify-content:center}.hero .hero-content .hero-logo .hero-logo-img{max-width:280px;width:100%;height:auto;filter:drop-shadow(0 10px 20px rgba(0,0,0,.5))}.hero .hero-content .hero-subtitle-container{margin-bottom:1rem;max-width:360px}.hero .hero-content .hero-subtitle{font-size:1.875rem;font-weight:800;color:#fff;margin:0;background:linear-gradient(45deg,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);-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:1rem;line-height:1.55;color:#fffc;margin:0 0 2rem;max-width:360px}.hero .hero-content .cta-buttons{display:flex;gap:1rem;flex-wrap:wrap;max-width:360px;justify-content:center}.hero .hero-content .cta-buttons .btn{padding:.65rem 1.4rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:.95rem;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 0 15px #4ecdc466}.hero .hero-content .cta-buttons .btn.primary-btn:hover{transform:translateY(-2px);box-shadow:0 0 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:440px;height:440px;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 .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:360px;height:360px}}@media (max-width: 768px){.hero .container{padding:5rem 1rem 1.5rem;min-height:80vh}.hero .scroll-indicator{display:none}.hero .hero-content .hero-subtitle{font-size:1.6rem}.hero .hero-content .hero-description{font-size:.95rem;margin-bottom:1.5rem}.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:280px;height:280px}}@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}}.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,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);-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,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);border-radius:2px}.features .spotlight-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem;margin-bottom:3rem}@media (min-width: 768px){.features .spotlight-grid{grid-template-columns:1fr 1fr}}.features .spotlight{position:relative;overflow:hidden;background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 20px 40px #00000080;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}@media (max-width: 1024px){.features .spotlight{backdrop-filter:none;-webkit-backdrop-filter:none;background:#00000080}}.features .spotlight:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(110deg,transparent 30%,rgba(255,255,255,.08) 50%,transparent 70%);transition:left .35s ease;pointer-events:none;z-index:2}.features .spotlight:hover{transform:scale(1.04);border-color:#ffffff4d;box-shadow:0 0 20px #ffffff1a}.features .spotlight:hover:before{left:100%}.features .spotlight:hover .spotlight-icon{transform:rotate(8deg)}.features .spotlight-body{position:relative;z-index:1}.features .spotlight-icon{width:3.5rem;height:3.5rem;border-radius:1rem;background:#ffffff1a;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 4px 12px #0000004d;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:transform .3s ease}.features .spotlight-icon-svg{color:#fff;width:2rem;height:2rem;font-size:2rem;filter:drop-shadow(0 0 8px rgba(255,255,255,.8))}.features .spotlight-title{font-size:1.875rem;font-weight:700;margin-bottom:.75rem;background:linear-gradient(45deg,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features .spotlight-desc{color:#fffc;line-height:1.6;font-weight:500}.features .feature-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:3rem}.features .feature-item{width:100%;display:flex}@media (min-width: 768px){.features .feature-item{width:calc(50% - .75rem)}}@media (min-width: 1024px){.features .feature-item{width:calc(33.3333% - 1rem)}}.features .feature-card{position:relative;overflow:hidden;height:100%;width:100%;background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 20px 40px #00000080;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}@media (max-width: 1024px){.features .feature-card{backdrop-filter:none;-webkit-backdrop-filter:none;background:#00000080}}.features .feature-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(110deg,transparent 30%,rgba(255,255,255,.08) 50%,transparent 70%);transition:left .35s ease;pointer-events:none;z-index:2}.features .feature-card:hover{transform:scale(1.04);border-color:#ffffff4d;box-shadow:0 0 20px #ffffff1a}.features .feature-card:hover:before{left:100%}.features .feature-card:hover .feature-icon{transform:rotate(8deg)}.features .feature-icon{width:3.5rem;height:3.5rem;border-radius:.75rem;background:linear-gradient(to bottom right,#ffffff1a,#ffffff0d);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease}.features .feature-icon-svg{color:#fff;width:1.75rem;height:1.75rem;font-size:1.75rem}.features .feature-title{display:block;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;background:linear-gradient(45deg,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features .feature-desc{color:#ffffffb3;font-size:.875rem;line-height:1.6}@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-card{padding:1.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:220px 1fr;gap:2rem;align-items:start}@media (max-width: 968px){.platforms-section .platforms-interface{grid-template-columns:1fr;gap:1.5rem}}.platforms-section .platforms-interface>*{min-width:0}.platforms-section .unified-sidebar{position:sticky;top:100px}@media (max-width: 968px){.platforms-section .unified-sidebar{position:relative;top:0}}.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:transparent;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:.85rem 1.1rem;color:#ffffffa6;cursor:pointer;display:inline-flex;align-items:center;gap:.9rem;font-size:1rem;font-weight:600;font-family:inherit;position:relative;text-align:left;overflow:hidden;isolation:isolate;width:fit-content;max-width:100%;transform-origin:left center;transition:color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.platforms-section .platform-tabs .platform-tab>*{position:relative;z-index:1}.platforms-section .platform-tabs .platform-tab:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#0003,#0003),linear-gradient(45deg,#4ecdc4b3,#44a08db3);z-index:0;transform:scaleX(0);transform-origin:var(--fill-origin, left);transition:transform .18s ease-out;pointer-events:none;border-radius:inherit}.platforms-section .platform-tabs .platform-tab .platform-tab-icon{width:2.25rem;height:2.25rem;border-radius:.6rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s ease,background .2s ease}.platforms-section .platform-tabs .platform-tab .platform-tab-icon svg{font-size:1.15rem}.platforms-section .platform-tabs .platform-tab .platform-tab-label{white-space:nowrap}.platforms-section .platform-tabs .platform-tab:hover{color:#fff;transform:scale(1.04);box-shadow:0 6px 18px #00000059}.platforms-section .platform-tabs .platform-tab:hover .platform-tab-icon{transform:rotate(8deg);background:#ffffff1f}.platforms-section .platform-tabs .platform-tab.active{color:#fff;border-color:transparent}.platforms-section .platform-tabs .platform-tab.active:before{transform:scaleX(1)}.platforms-section .platform-tabs .platform-tab.active .platform-tab-icon{background:#ffffff2e}.platforms-section .content-column{display:flex;flex-direction:column;gap:1.5rem}.platforms-section .method-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.08)}.platforms-section .method-tab{position:relative;z-index:1;padding:.55rem 1rem;border-radius:9999px;font-size:.85rem;font-weight:600;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);cursor:pointer;color:#ffffffb3;font-family:inherit;white-space:nowrap;display:inline-flex;align-items:center;gap:.45rem;overflow:hidden;isolation:isolate;transition:color .2s ease,border-color .2s ease}.platforms-section .method-tab>*{position:relative;z-index:1}.platforms-section .method-tab:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#0003,#0003),linear-gradient(45deg,#4ecdc4b3,#44a08db3);z-index:0;transform:scaleX(0);transform-origin:var(--fill-origin, left);transition:transform .22s ease-out;pointer-events:none;border-radius:inherit}.platforms-section .method-tab:hover{color:#fff}.platforms-section .method-tab.active{color:#fff;border-color:transparent}.platforms-section .method-tab.active:before{transform:scaleX(1)}.platforms-section .method-tab svg{font-size:.95rem}.platforms-section .platform-content{background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:2rem;position:relative;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 20px 40px #00000080;display:flex;flex-direction:column;gap:1.25rem;animation:platforms-card-slide-in .3s ease-out}@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;cursor:pointer;position:relative;min-width:0}.platforms-section .platform-content .content-body .downloads-section .download-link:hover{background:#4ecdc426;border-color:#4ecdc480}.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}.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 .platform-content .content-body .tools-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.platforms-section .platform-content .content-body .tools-section .tools-title{font-size:.85rem;color:#ffffffb3;font-weight:600;margin:0 0 .85rem;display:flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:.5px}.platforms-section .platform-content .content-body .tools-section .tools-title svg{font-size:.85rem}.platforms-section .platform-content .content-body .tools-section .tools-list{display:flex;flex-direction:column;gap:.5rem}.platforms-section .platform-content .content-body .tools-section .tool-link{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem .85rem;border-radius:8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#ffffffd9;font-size:.85rem;text-decoration:none;font-weight:500}.platforms-section .platform-content .content-body .tools-section .tool-link:hover{background:#ffffff14;border-color:#ffffff2e;color:#fff}.platforms-section .platform-content .content-body .tools-section .tool-link>svg:first-child{font-size:.85rem;flex-shrink:0;color:#fff9}.platforms-section .platform-content .content-body .tools-section .tool-link span{flex:1;min-width:0}.platforms-section .platform-content .content-body .tools-section .tool-link .tool-link-ext{font-size:.7rem;color:#fff6;flex-shrink:0}.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 .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{flex-direction:row;flex-wrap:nowrap;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.25rem;margin:0 -1rem;padding-left:1rem;padding-right:1rem}.platforms-section .unified-sidebar .platform-tabs::-webkit-scrollbar{display:none}.platforms-section .unified-sidebar .platform-tabs .platform-tab{flex-shrink:0;padding:.6rem .85rem;font-size:.85rem;gap:.55rem}.platforms-section .unified-sidebar .platform-tabs .platform-tab .platform-tab-icon{width:1.85rem;height:1.85rem}.platforms-section .unified-sidebar .platform-tabs .platform-tab .platform-tab-icon svg{font-size:1rem}.platforms-section .method-row{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -1rem;padding:0 1rem .85rem}.platforms-section .method-row::-webkit-scrollbar{display:none}.platforms-section .method-tab{flex-shrink:0;padding:.5rem .85rem;font-size:.8rem}.platforms-section .method-tab svg{font-size:.85rem}.platforms-section .platform-content{padding:1.25rem;border-radius:1.25rem;min-width:0;max-width:100%;overflow:hidden}.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{min-width:0}.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;overflow-wrap:anywhere;word-break:break-word}.platforms-section .platform-content .content-body .instruction .instruction-text p{min-width:0}.platforms-section .platform-content .content-body .instruction .instruction-steps li .step-content{overflow-wrap:anywhere;word-break:break-word;min-width:0}.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;flex-wrap:nowrap;gap:.6rem;width:100%}.platforms-section .platform-content .content-body .downloads-section .download-link{display:flex;align-items:center;gap:.85rem;padding:.85rem 1rem;border-radius:10px;width:100%;min-width:0;justify-content:flex-start;box-sizing:border-box}.platforms-section .platform-content .content-body .downloads-section .download-link>svg{font-size:1.1rem;width:1.1rem;flex-shrink:0}.platforms-section .platform-content .content-body .downloads-section .download-link .download-info{flex:1;min-width:0;gap:.2rem;overflow:hidden}.platforms-section .platform-content .content-body .downloads-section .download-link .download-info .download-name{display:block;font-size:.875rem;line-height:1.3;overflow-wrap:anywhere;word-break:break-word}.platforms-section .platform-content .content-body .downloads-section .download-link .download-info .download-description{display:block;font-size:.75rem;line-height:1.4;overflow-wrap:anywhere;word-break:break-word}.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 .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 .method-tab{padding:.45rem .75rem;font-size:.75rem}.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:.75rem .85rem;gap:.7rem}.platforms-section .platform-content .content-body .downloads-section .download-link>svg{font-size:1rem;width:1rem}.platforms-section .platform-content .content-body .downloads-section .download-link .download-info .download-name{font-size:.825rem}.platforms-section .platform-content .content-body .downloads-section .download-link .download-info .download-description{font-size:.7rem}.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 platforms-card-slide-in{0%{transform:translate(-30px);opacity:0}to{transform:translate(0);opacity:1}}.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,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);-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,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);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,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);-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,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);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:#0006;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;text-align:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 20px 40px #00000080;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:#4ecdc41f;opacity:0;transition:opacity .3s ease;z-index:1}.contributors .contributor-card:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(110deg,transparent 30%,rgba(255,255,255,.08) 50%,transparent 70%);transition:left .35s ease;pointer-events:none;z-index:3}.contributors .contributor-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000004d;border-color:#25facc66}.contributors .contributor-card:hover:before{opacity:1}.contributors .contributor-card:hover:after{left:100%}.contributors .contributor-card:hover .contributor-avatar img{transform:scale(1.05)}.contributors .contributor-card .contributor-avatar{margin:0 auto 1.5rem;position:relative;z-index:2;width:130px;height:130px;border-radius:50%;padding:5px;box-sizing:border-box;background:linear-gradient(45deg,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b)}.contributors .contributor-card .contributor-avatar img{width:100%;height:100%;border-radius:50%;border:none;transition:transform .3s ease;object-fit:cover;display:block}.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:#0006;border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:2rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 20px 40px #00000080}.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{width:108px;height:108px;padding:4px}.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:1fr 1fr 1fr;gap:4rem;margin-bottom:3rem;align-items:flex-start}.footer .footer-content .footer-logo{padding-right:2rem;margin-top:-1rem;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.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,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);-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{text-align:center}.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,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-transform:uppercase;letter-spacing:.5px;position:relative;display:inline-block}.footer .footer-content .footer-links h4:after,.footer .footer-content .footer-social h4:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:30px;height:2px;background:linear-gradient(45deg,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);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}.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,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);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;padding-left:3rem}.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;align-items:center}.footer .footer-content .footer-logo p{max-width:none}.footer .footer-content .footer-social{align-items:center;padding-left:0}.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{align-items: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}}.sparkles-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;contain:layout paint}.sparkle{position:absolute;display:block;pointer-events:none;opacity:0;transform:translateZ(0) scale3d(0,0,1) rotate(0);will-change:transform,opacity;animation-name:sparkle-twinkle;animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (max-width: 1024px){.sparkle:nth-child(n+4){display:none}}@keyframes sparkle-twinkle{0%,to{opacity:0;transform:translateZ(0) scale3d(0,0,1) rotate(0)}45%{opacity:1;transform:translateZ(0) scaleZ(1) rotate(180deg)}75%{opacity:.7;transform:translateZ(0) scale3d(.95,.95,1) rotate(280deg)}90%{opacity:0;transform:translateZ(0) scale3d(.4,.4,1) rotate(360deg)}}@media (prefers-reduced-motion: reduce){.sparkle{animation:none!important;opacity:.6;transform:scaleZ(1)}}.shared-background{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none;contain:strict;background:linear-gradient(135deg,#0a0f25,#12082b 55%,#1a0f2e);transform:translateZ(0)}.bg-orb{position:absolute;border-radius:50%;pointer-events:none;will-change:transform,opacity;transform:translateZ(0)}.bg-orb--orange{top:12%;right:8%;width:360px;height:360px;background:radial-gradient(circle,rgba(255,148,0,.55) 0%,rgba(255,148,0,.22) 32%,rgba(255,148,0,.06) 58%,transparent 78%);opacity:.55;animation:bg-orb-pulse-a 14s ease-in-out infinite}.bg-orb--pink{bottom:10%;left:6%;width:440px;height:440px;background:radial-gradient(circle,rgba(255,62,205,.5) 0%,rgba(255,62,205,.2) 32%,rgba(255,62,205,.06) 58%,transparent 78%);opacity:.5;animation:bg-orb-pulse-b 18s ease-in-out infinite;animation-delay:-4s}@media (max-width: 1024px){.bg-orb--orange{width:240px;height:240px;opacity:.45}.bg-orb--pink{width:300px;height:300px;opacity:.4}}.bg-particles{position:absolute;top:0;right:0;bottom:0;left:0;contain:layout paint}.bg-particle{position:absolute;border-radius:50%;pointer-events:none;will-change:transform,opacity;background:radial-gradient(circle,rgba(255,148,0,.95) 0%,rgba(255,148,0,.4) 50%,transparent 100%);opacity:.55;animation-name:bg-particle-float;animation-timing-function:ease-in-out;animation-iteration-count:infinite;transform:translateZ(0)}.bg-particle:nth-child(odd){background:radial-gradient(circle,rgba(255,62,205,.95) 0%,rgba(255,62,205,.4) 50%,transparent 100%)}.bg-particle:nth-child(3n){background:radial-gradient(circle,rgba(76,236,196,.9) 0%,rgba(76,236,196,.35) 50%,transparent 100%)}@media (max-width: 1024px){.bg-particle:nth-child(n+5){display:none}}.bg-sparkles{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}@keyframes bg-orb-pulse-a{0%,to{transform:translateZ(0) scaleZ(1);opacity:.45}50%{transform:translate3d(0,-6px,0) scale3d(1.08,1.08,1);opacity:.6}}@keyframes bg-orb-pulse-b{0%,to{transform:translateZ(0) scaleZ(1);opacity:.4}50%{transform:translate3d(6px,0,0) scale3d(1.12,1.12,1);opacity:.55}}@keyframes bg-particle-float{0%,to{transform:translateZ(0);opacity:.35}50%{transform:translate3d(var(--drift, 0px),-28px,0);opacity:.65}}@media (prefers-reduced-motion: reduce){.bg-orb,.bg-particle{animation:none!important}}.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-jaeger-page{display:flex;flex-direction:column;min-height:100vh}.admin-jaeger-page .jaeger-content{flex:1;display:flex;flex-direction:column;padding:1rem 1.5rem 1.5rem;gap:.75rem}.admin-jaeger-page .jaeger-state{display:flex;align-items:center;gap:.6rem;padding:1rem 1.25rem;border-radius:.5rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#ffffffd9}.admin-jaeger-page .jaeger-state.error{background:#dc26261f;border-color:#dc26264d;color:#fecaca}.admin-jaeger-page .jaeger-iframe{flex:1;width:100%;min-height:70vh;border:1px solid rgba(255,255,255,.08);border-radius:.5rem;background:#fff}.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-badges .badge.beta{background-color:#e67e22}.user-actions{display:flex;gap:10px;flex-wrap:wrap}.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}.user-actions .action-btn.beta-inactive{color:#e67e22}.user-actions .action-btn.beta-inactive:hover:not(:disabled){background-color:#e67e22;color:#fff}.user-actions .action-btn.beta-active{color:#e67e22;background-color:#e67e2233;border-color:#e67e2266}.user-actions .action-btn.beta-active:hover:not(:disabled){background-color:#e67e22;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-allowlist-page{min-height:100vh;padding-top:80px}.admin-allowlist-page .allowlist-panel{background:#141414d9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;margin:0 auto 40px;width:95%;max-width:1400px;overflow:hidden;position:relative}.admin-allowlist-page .allowlist-panel .panel-header{padding:30px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:flex-start}.admin-allowlist-page .allowlist-panel .panel-header .header-left h3{margin:0 0 20px;font-size:24px;font-weight:700;color:#fff;background:linear-gradient(135deg,#fff,#ffffffb3);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.admin-allowlist-page .allowlist-panel .panel-header .header-left .stats-group{display:flex;gap:20px}.admin-allowlist-page .allowlist-panel .panel-header .header-left .stats-group .stat-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:15px 25px;display:flex;flex-direction:column;align-items:center;min-width:120px}.admin-allowlist-page .allowlist-panel .panel-header .header-left .stats-group .stat-card .stat-value{font-size:32px;font-weight:700;color:#fff;line-height:1;margin-bottom:8px}.admin-allowlist-page .allowlist-panel .panel-header .header-left .stats-group .stat-card .stat-label{font-size:13px;color:#fff9;text-transform:uppercase;letter-spacing:.5px}.admin-allowlist-page .allowlist-panel .panel-header .header-actions{display:flex;flex-direction:column;align-items:flex-end;gap:15px}.admin-allowlist-page .allowlist-panel .panel-header .header-actions .add-ip-btn{background:#4caf50;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px}.admin-allowlist-page .allowlist-panel .panel-header .header-actions .add-ip-btn:hover{transform:translateY(-2px);background:#45a049;box-shadow:0 4px 12px #4caf504d}.admin-allowlist-page .allowlist-panel .panel-header .header-actions .search-container{position:relative;width:300px}.admin-allowlist-page .allowlist-panel .panel-header .header-actions .search-container .search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#fff6;font-size:14px;pointer-events:none;transition:color .3s ease}.admin-allowlist-page .allowlist-panel .panel-header .header-actions .search-container .search-input{width:100%;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 15px 12px 40px;color:#fff;font-size:15px;transition:all .3s ease}.admin-allowlist-page .allowlist-panel .panel-header .header-actions .search-container .search-input::placeholder{color:#ffffff4d}.admin-allowlist-page .allowlist-panel .panel-header .header-actions .search-container .search-input:focus{outline:none;border-color:#ffffff4d;background:#0006;box-shadow:0 4px 20px #0003}.admin-allowlist-page .allowlist-panel .panel-header .header-actions .search-container .search-input:focus+.search-icon{color:#fff}.admin-allowlist-page .allowlist-panel .add-form-container{padding:30px;border-bottom:1px solid rgba(255,255,255,.1);background:#0003}.admin-allowlist-page .allowlist-panel .add-form-container h4{margin:0 0 20px;color:#fff}.admin-allowlist-page .allowlist-panel .add-form-container form{display:flex;gap:20px;align-items:flex-end}.admin-allowlist-page .allowlist-panel .add-form-container form .form-group{flex:1;display:flex;flex-direction:column;gap:8px}.admin-allowlist-page .allowlist-panel .add-form-container form .form-group label{color:#ffffffb3;font-size:14px}.admin-allowlist-page .allowlist-panel .add-form-container form .form-group input{width:100%;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px 15px;color:#fff;font-size:15px;outline:none}.admin-allowlist-page .allowlist-panel .add-form-container form .form-group input:focus{border-color:#ffffff4d}.admin-allowlist-page .allowlist-panel .add-form-container form .form-actions{display:flex;gap:10px}.admin-allowlist-page .allowlist-panel .add-form-container form .form-actions button{padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;border:none;transition:all .2s}.admin-allowlist-page .allowlist-panel .add-form-container form .form-actions button.btn-primary{background:#fff;color:#000}.admin-allowlist-page .allowlist-panel .add-form-container form .form-actions button.btn-primary:hover{background:#ccc}.admin-allowlist-page .allowlist-panel .add-form-container form .form-actions button.btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.2)}.admin-allowlist-page .allowlist-panel .add-form-container form .form-actions button.btn-secondary:hover{background:#ffffff1a}.admin-allowlist-page .allowlist-panel .panel-content{padding:0}.admin-allowlist-page .allowlist-panel .panel-content .loading-section{padding:60px;display:flex;flex-direction:column;align-items:center;gap:20px;color:#fff9;font-size:1.1rem}.admin-allowlist-page .allowlist-panel .panel-content .loading-section .loading-spinner{font-size:2rem;color:#fff}.admin-allowlist-page .allowlist-panel .panel-content .table-container{overflow-x:auto}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table{width:100%;border-collapse:collapse;text-align:left}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table th{padding:20px 30px;color:#ffffff80;font-size:12px;text-transform:uppercase;letter-spacing:1px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1);white-space:nowrap}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table td{padding:20px 30px;border-bottom:1px solid rgba(255,255,255,.05);vertical-align:middle}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table tr{transition:background .2s;background:transparent}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table tr:hover{background:#ffffff05}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table tr.permanent-row{background:#4caf500d}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table tr.permanent-row:hover{background:#4caf501a}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table .ip-info .ip-val{font-family:monospace;font-size:16px;color:#fff;font-weight:600;margin-right:10px}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table .ip-info .badge{font-size:11px;padding:3px 8px;border-radius:12px;font-weight:600;text-transform:uppercase}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table .ip-info .badge.ip-version{background:#ffffff1a;color:#ccc}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table .ip-info .badge.permanent-badge{background:#4caf5033;color:#4caf50;margin-left:8px}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table .geo-info{display:flex;flex-direction:column;gap:4px}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table .geo-info svg{margin-right:6px;opacity:.5}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table .geo-info .geo-loc{color:#fff}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table .geo-info .geo-asn{font-size:13px;color:#fff9}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table .source-info{display:flex;flex-direction:column;gap:4px}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table .source-info span{font-weight:600}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table .source-info .source-admin{color:#4caf50}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table .source-info .source-user{color:#2196f3}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table .source-info .source-unknown{color:#ff9800}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table .source-info .source-desc{font-size:13px;color:#ffffff80;font-style:italic;font-weight:400;margin-top:2px}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table .source-info .added-at{font-size:12px;color:#fff6;margin-top:4px}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table .expiry-info{color:#fffc;display:flex;align-items:center;gap:6px}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table .expiry-info svg{color:#fff6}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table .expiry-info .expired{color:#f44336}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table .expiry-info .never-expires{color:#4caf50;font-weight:600}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table .actions-col .action-btn{width:36px;height:36px;border-radius:8px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:15px}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table .actions-col .action-btn.delete{background:#f443361a;color:#f44336;border:1px solid rgba(244,67,54,.2)}.admin-allowlist-page .allowlist-panel .panel-content .table-container .allowlist-table .actions-col .action-btn.delete:hover{background:#f4433633;transform:translateY(-2px);box-shadow:0 4px 12px #f4433626}.admin-page{position:relative;z-index:1;min-height:100vh;color:#fff;font-family:Nunito,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}.beta-tester-card{background:linear-gradient(135deg,#9b59b61f,#8e44ad0f);border-color:#9b59b640}.beta-tester-card .beta-icon{color:#9b59b6!important;background:linear-gradient(135deg,#9b59b640,#8e44ad1a)!important;box-shadow:0 4px 15px #9b59b633!important}.beta-tester-card .beta-status{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#9b59b614;border-radius:10px;border:1px solid rgba(155,89,182,.15);margin-bottom:1.25rem}.beta-tester-card .beta-status .beta-status-label{font-size:.95rem;color:#9ca3af;font-weight:500}.beta-tester-card .beta-status .beta-status-value{font-size:.95rem;font-weight:700;color:#2ecc71;text-transform:uppercase;letter-spacing:.5px}.beta-tester-card .allow-ip-btn{background:linear-gradient(135deg,#9b59b6,#8e44ad);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 #9b59b64d;width:100%;justify-content:center}.beta-tester-card .allow-ip-btn:hover{box-shadow:0 6px 20px #9b59b673;transform:translateY(-2px)}.beta-tester-card:hover{box-shadow:0 12px 40px #00000059,0 0 25px #9b59b626;border-color:#9b59b666}.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}.linked-profiles-list{margin-bottom:2rem}.linked-profiles-list h4{font-size:1.2rem;font-weight:600;margin:0 0 1.5rem;color:#e5e7eb}.linked-profiles-list .linked-profile-card{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:linear-gradient(135deg,#34d39914,#34d39908);border:1px solid rgba(52,211,153,.2);border-radius:16px;margin-bottom:1rem;transition:all .3s ease}.linked-profiles-list .linked-profile-card:hover{transform:translate(5px);box-shadow:0 4px 20px #34d39926;border-color:#34d39959}.linked-profiles-list .linked-profile-card .profile-info{display:flex;align-items:flex-start;gap:1.5rem;flex:1}.linked-profiles-list .linked-profile-card .profile-icon{width:50px;height:50px;border-radius:12px;background:linear-gradient(135deg,#34d39940,#34d3991f);display:flex;align-items:center;justify-content:center;color:#34d399;font-size:1.5rem;flex-shrink:0}.linked-profiles-list .linked-profile-card .profile-details{flex:1}.linked-profiles-list .linked-profile-card .profile-details .profile-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.linked-profiles-list .linked-profile-card .profile-details h5{font-size:1.2rem;font-weight:700;margin:0;color:#e5e7eb}.linked-profiles-list .linked-profile-card .profile-details .platform-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600;border:1px solid currentColor}.linked-profiles-list .linked-profile-card .profile-details .linked-date{font-size:.85rem;color:#9ca3af;margin:.5rem 0 0;font-style:italic}.linked-profiles-list .linked-profile-card .unlink-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#ef44441f;border:1px solid rgba(239,68,68,.25);border-radius:10px;color:#ef4444;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:600;white-space:nowrap}.linked-profiles-list .linked-profile-card .unlink-button:hover{background:#ef444433;transform:scale(1.05);box-shadow:0 4px 15px #ef444433}.linking-process .start-linking h4{font-size:1.2rem;font-weight:600;margin:0 0 1.5rem;color:#e5e7eb}.linking-process .start-linking .linking-steps{background:#0003;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem 1.5rem 1.5rem 2.5rem;margin:1.5rem 0;color:#9ca3af;line-height:1.8}.linking-process .start-linking .linking-steps li{margin-bottom:.75rem;font-size:1rem}.linking-process .start-linking .linking-steps li:last-child{margin-bottom:0}.linking-process .active-linking .code-display{background:linear-gradient(135deg,#4ecdc41f,#4ecdc40d);border:1px solid rgba(78,205,196,.25);border-radius:16px;padding:2rem;margin-bottom:2rem;text-align:center}.linking-process .active-linking .code-display h4{font-size:1.1rem;font-weight:600;margin:0 0 1.25rem;color:#e5e7eb}.linking-process .active-linking .code-display .code-box{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.linking-process .active-linking .code-display .code-box code{font-family:Courier New,monospace;font-size:2.5rem;font-weight:700;color:#4ecdc4;letter-spacing:.2em;text-shadow:0 2px 10px rgba(78,205,196,.3);padding:1rem 2rem;background:#0000004d;border:2px solid rgba(78,205,196,.3);border-radius:12px}.linking-process .active-linking .code-display .code-box .copy-button{background:#4ecdc426;border:1px solid rgba(78,205,196,.3);border-radius:10px;color:#4ecdc4;width:45px;height:45px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:1.1rem}.linking-process .active-linking .code-display .code-box .copy-button:hover{background:#4ecdc440;transform:scale(1.1)}.linking-process .active-linking .code-display .expiry-info{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#f59e0b;font-size:.9rem;font-weight:500;margin:0}.linking-process .active-linking .code-display .expiry-info svg{font-size:1rem}.linking-process .active-linking .instructions{background:#0003;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem;margin-bottom:2rem}.linking-process .active-linking .instructions h4{font-size:1.1rem;font-weight:600;margin:0 0 1.25rem;color:#e5e7eb}.linking-process .active-linking .instructions ol{padding-left:1.5rem;color:#9ca3af;line-height:1.8;margin:0}.linking-process .active-linking .instructions ol li{margin-bottom:1rem;font-size:1rem}.linking-process .active-linking .instructions ol li:last-child{margin-bottom:0}.linking-process .active-linking .instructions ol li strong{color:#e5e7eb;font-weight:600}.linking-process .active-linking .instructions .code-highlight{display:inline-block;font-family:Courier New,monospace;font-size:1.3rem;font-weight:700;color:#4ecdc4;background:#4ecdc41f;padding:.5rem 1rem;border-radius:8px;border:1px solid rgba(78,205,196,.25);margin-top:.5rem;letter-spacing:.15em}.linking-process .active-linking .platform-selector{background:#0003;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem;margin-bottom:2rem}.linking-process .active-linking .platform-selector h4{font-size:1.1rem;font-weight:600;margin:0 0 1.25rem;color:#e5e7eb}.linking-process .active-linking .platform-selector .platform-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.linking-process .active-linking .platform-selector .platform-option{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem 1rem;border:2px solid;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:inherit}.linking-process .active-linking .platform-selector .platform-option span{font-size:.9rem;font-weight:600;transition:all .3s ease}.linking-process .active-linking .platform-selector .platform-option:hover:not(.selected){transform:translateY(-3px);box-shadow:0 6px 20px #0003;border-color:#fff3!important}.linking-process .active-linking .platform-selector .platform-option.selected{transform:scale(1.05);box-shadow:0 8px 25px #0000004d}.linking-process .active-linking .linking-actions{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.linking-process .active-linking .linking-actions .action-button{flex:1;min-width:200px}.linking-process .active-linking .help-note{display:flex;align-items:flex-start;gap:.75rem;background:#f59e0b14;border:1px solid rgba(245,158,11,.2);border-radius:12px;padding:1rem;color:#9ca3af}.linking-process .active-linking .help-note svg{color:#f59e0b;margin-top:.125rem;flex-shrink:0;font-size:1.1rem}.linking-process .active-linking .help-note p{margin:0;line-height:1.5}.linking-process .active-linking .help-note p strong{color:#f59e0b;font-weight:600}.linked-profile .profile-info{display:flex;align-items:flex-start;gap:1.5rem;background:linear-gradient(135deg,#34d3991f,#34d3990d);border:1px solid rgba(52,211,153,.25);border-radius:16px;padding:2rem;margin-bottom:2rem}.linked-profile .profile-info .success-icon{font-size:3rem;color:#34d399;flex-shrink:0}.linked-profile .profile-info h4{font-size:1.4rem;font-weight:700;margin:0 0 1rem;color:#34d399}.linked-profile .profile-info p{font-size:1rem;color:#9ca3af;margin:.5rem 0;line-height:1.5}.linked-profile .profile-info p strong{color:#e5e7eb;font-weight:600;margin-right:.5rem}.linked-profile .success-message{display:flex;align-items:center;gap:.75rem;background:#34d39914;border:1px solid rgba(52,211,153,.2);border-radius:12px;padding:1rem;color:#34d399}.linked-profile .success-message svg{font-size:1.5rem;flex-shrink:0}.linked-profile .success-message p{margin:0;font-size:1rem;font-weight:500;line-height:1.5}.loading-state{text-align:center;padding:3rem 2rem;color:#9ca3af}.loading-state svg{font-size:3rem;color:#4ecdc4;margin-bottom:1rem}.loading-state p{font-size:1rem;margin:0}@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}}.privacy-setting{margin-top:2rem}.privacy-setting h4{font-size:1.3rem;margin-bottom:.75rem;color:#ff69b4}.privacy-setting .privacy-description{margin-bottom:2rem;padding:1rem;background:#ffffff0d;border-radius:10px;color:#fffc}.privacy-setting .privacy-options{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.privacy-setting .privacy-options .privacy-option{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:15px;cursor:pointer;transition:all .3s ease;text-align:left}.privacy-setting .privacy-options .privacy-option:hover:not(:disabled){background:#ffffff14;border-color:#ff69b480;transform:translateY(-2px)}.privacy-setting .privacy-options .privacy-option.selected{background:#ff69b426;border-color:#ff69b4;box-shadow:0 0 20px #ff69b44d}.privacy-setting .privacy-options .privacy-option.selected .option-icon{color:#ff69b4}.privacy-setting .privacy-options .privacy-option:disabled{opacity:.6;cursor:not-allowed}.privacy-setting .privacy-options .privacy-option .option-icon{font-size:2rem;color:#fff6;transition:color .3s ease}.privacy-setting .privacy-options .privacy-option .option-content{flex:1}.privacy-setting .privacy-options .privacy-option .option-content h5{font-size:1.1rem;margin-bottom:.25rem;color:#fff}.privacy-setting .privacy-options .privacy-option .option-content p{font-size:.9rem;color:#fff9;margin:0}.privacy-setting .updating-indicator{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#ff69b41a;border-radius:10px;color:#ff69b4;margin-bottom:1rem}.privacy-setting .updating-indicator svg{font-size:1.2rem}.profile-url-section{margin-top:2rem;padding-top:2rem;border-top:2px solid rgba(255,255,255,.1)}.profile-url-section h4{font-size:1.2rem;margin-bottom:1rem;color:#ffffffe6}.profile-url-section .url-box{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#0000004d;border:2px solid rgba(255,255,255,.1);border-radius:10px}.profile-url-section .url-box code{flex:1;font-size:1rem;color:#ff69b4;font-family:Courier New,monospace;word-break:break-all}.profile-url-section .url-box .copy-button{padding:.5rem 1rem;background:#ff69b433;border:1px solid #ff69b4;border-radius:8px;color:#ff69b4;cursor:pointer;transition:all .3s ease;font-size:1rem}.profile-url-section .url-box .copy-button:hover{background:#ff69b44d;transform:scale(1.05)}.profile-url-section .url-box .copy-button:active{transform:scale(.95)}@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}.privacy-options{grid-template-columns:1fr}.profile-url-section .url-box{flex-direction:column;align-items:stretch}.profile-url-section .url-box .copy-button{width:100%}}@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}.code-display .code-box{flex-direction:column;gap:1rem}.code-display .code-box code{font-size:1.8rem;padding:.8rem 1.5rem}.linking-actions{flex-direction:column}.linking-actions .action-button{min-width:auto;width:100%}.linked-profile-card{flex-direction:column;align-items:flex-start;gap:1.5rem}.linked-profile-card .profile-info{width:100%}.linked-profile-card .unlink-button{width:100%;justify-content:center}.platform-grid{grid-template-columns:1fr 1fr!important}.platform-grid .platform-option{padding:1rem .75rem}.platform-grid .platform-option span{font-size:.8rem}}.profile-page{min-height:100vh;position:relative;color:#fff;padding-top:80px}.profile-page .profile-loading,.profile-page .profile-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 80px);text-align:center;position:relative;z-index:1}.profile-page .profile-loading svg,.profile-page .profile-error svg{font-size:3rem;margin-bottom:1rem;color:#ff69b4}.profile-page .profile-loading p,.profile-page .profile-error p{font-size:1.2rem;color:#fffc}.profile-page .profile-loading h2,.profile-page .profile-error h2{font-size:2rem;margin-bottom:1rem}.profile-page .profile-private{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 80px);padding:2rem;position:relative;z-index:1}.profile-page .profile-private .private-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;text-align:left;max-width:800px;margin-top:0;padding:3rem;background:#0006;border-radius:20px;border:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);gap:3rem}.profile-page .profile-private .private-content .private-info-text{display:flex;flex-direction:column;align-items:flex-start}.profile-page .profile-private .private-content .private-avatar-section{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:0;width:230px;height:230px}.profile-page .profile-private .private-content .private-avatar-section .private-skin{width:230px;height:230px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:transparent}.profile-page .profile-private .private-content .private-avatar-section .private-skin img{width:100%;height:100%;object-fit:cover}.profile-page .profile-private .private-content .private-avatar-section .private-avatar{width:150px;height:150px;border-radius:50%;position:absolute;top:40px;z-index:2;background:transparent;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center}.profile-page .profile-private .private-content .lock-icon{font-size:2.5rem;color:#ff69b4;margin-bottom:.5rem}.profile-page .profile-private .private-content h2{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#ff69b4,#ff1493);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.profile-page .profile-private .private-content .private-message{font-size:1.2rem;color:#ffffffb3;margin-bottom:0}.profile-page .profile-header{position:relative;z-index:1;padding:2rem;max-width:1400px;margin:0 auto}.profile-page .profile-header .profile-hero{display:flex;flex-direction:column;background:transparent;border-radius:20px;border:1px solid rgba(255,255,255,.1);overflow:visible;position:relative}.profile-page .profile-header .profile-hero .profile-banner-container{height:250px;width:100%;position:relative;border-radius:20px 20px 0 0;overflow:hidden;background:#000}.profile-page .profile-header .profile-hero .profile-banner-container.unlinked{background:#0009}.profile-page .profile-header .profile-hero .profile-banner-container .profile-banner-image{width:100%;height:100%;object-fit:cover}.profile-page .profile-header .profile-hero .profile-banner-container .edit-banner-btn{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:50%;border:none;background:#0009;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .2s;opacity:0;transform:translateY(-10px)}.profile-page .profile-header .profile-hero .profile-banner-container .edit-banner-btn:hover{background:#00d2ff;transform:translateY(-10px) scale(1.1)}.profile-page .profile-header .profile-hero .profile-banner-container .edit-banner-btn svg{font-size:1.1rem}.profile-page .profile-header .profile-hero .profile-banner-container:hover .edit-banner-btn{opacity:1;transform:translateY(0)}.profile-page .profile-header .profile-hero .profile-banner-container:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(0,0,0,.5),transparent);pointer-events:none}.profile-page .profile-header .profile-hero .profile-info-container{background:#0006;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:0 0 20px 20px;padding:1rem 2rem 2rem;color:#fff;position:relative;min-height:120px}.profile-page .profile-header .profile-hero .profile-info-container .profile-header-content{position:relative;display:flex;align-items:flex-start}.profile-page .profile-header .profile-hero .profile-info-container .avatar-overlap-wrapper{position:absolute;top:-100px;left:2rem;z-index:10}.profile-page .profile-header .profile-hero .profile-info-container .avatar-overlap-wrapper .avatar-cutout-mask{position:relative;padding:0;background:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center}.profile-page .profile-header .profile-hero .profile-info-container .avatar-overlap-wrapper .avatar-cutout-mask.unlinked{background:transparent!important;padding:0}.profile-page .profile-header .profile-hero .profile-info-container .avatar-overlap-wrapper .avatar-cutout-mask .profile-skin{width:180px;height:180px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:transparent;position:relative}.profile-page .profile-header .profile-hero .profile-info-container .avatar-overlap-wrapper .avatar-cutout-mask .profile-skin.unlinked-skin{background:transparent;border:none}.profile-page .profile-header .profile-hero .profile-info-container .avatar-overlap-wrapper .avatar-cutout-mask .profile-skin.placeholder{background:#0000001a;border:2px dashed rgba(0,0,0,.2)}.profile-page .profile-header .profile-hero .profile-info-container .avatar-overlap-wrapper .avatar-cutout-mask .profile-skin img{width:100%;height:100%;object-fit:cover}.profile-page .profile-header .profile-hero .profile-info-container .avatar-overlap-wrapper .avatar-cutout-mask .profile-avatar,.profile-page .profile-header .profile-hero .profile-info-container .avatar-overlap-wrapper .avatar-cutout-mask .profile-avatar-placeholder{width:120px;height:120px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.profile-page .profile-header .profile-hero .profile-info-container .avatar-overlap-wrapper .avatar-cutout-mask .profile-avatar-placeholder{display:flex;align-items:center;justify-content:center;font-size:3rem;color:#ff69b4}.profile-page .profile-header .profile-hero .profile-info-container .avatar-overlap-wrapper .avatar-cutout-mask .profile-avatar-placeholder.unlinked{color:#ccc;font-size:4rem}.profile-page .profile-header .profile-hero .profile-info-container .avatar-overlap-wrapper .country-flag-badge{position:absolute;top:80px;right:-55px;width:40px;height:40px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;border:3px solid #FFD700;box-shadow:0 2px 4px #0003;z-index:20;overflow:hidden}.profile-page .profile-header .profile-hero .profile-info-container .avatar-overlap-wrapper .country-flag-badge .country-flag-img{width:100%;height:100%;object-fit:cover;object-position:center}.profile-page .profile-header .profile-hero .profile-info-container .profile-text-info{margin-left:240px;margin-right:0;padding-top:1rem;flex:1}.profile-page .profile-header .profile-hero .profile-info-container .profile-text-info .profile-text-header{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:.2rem}.profile-page .profile-header .profile-hero .profile-info-container .profile-text-info .profile-text-header h1{font-size:3.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0;padding-bottom:.2rem;background:linear-gradient(135deg,#ff69b4,#ff1493);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 4px 12px rgba(0,0,0,.1);text-align:right}.profile-page .profile-header .profile-hero .profile-info-container .profile-text-info .profile-text-header .platform-icons-container{display:flex;gap:1rem;margin-top:.5rem;margin-right:.2rem}.profile-page .profile-header .profile-hero .profile-info-container .profile-text-info .profile-text-header .platform-icons-container.private-platform-icons{margin:0 0 1rem;justify-content:center;width:100%}.profile-page .profile-header .profile-hero .profile-info-container .profile-text-info .profile-text-header .platform-icons-container.private-platform-icons .platform-icon-wrapper .icon-target{font-size:2rem;color:#ffffffe6}.profile-page .profile-header .profile-hero .profile-info-container .profile-text-info .profile-text-header .platform-icons-container .platform-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.profile-page .profile-header .profile-hero .profile-info-container .profile-text-info .profile-text-header .platform-icons-container .platform-icon-wrapper .icon-target{font-size:1.5rem;cursor:pointer;transition:transform .2s cubic-bezier(.34,1.56,.64,1);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.profile-page .profile-header .profile-hero .profile-info-container .profile-text-info .profile-text-header .platform-icons-container .platform-icon-wrapper .icon-target:hover{transform:scale(1.15) translateY(-2px)}.profile-page .profile-header .profile-hero .profile-info-container .profile-text-info .profile-text-header .platform-icons-container .platform-icon-wrapper .custom-tooltip{position:absolute;bottom:130%;left:50%;transform:translate(-50%) translateY(10px);background:#000000d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:12px 16px;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:140px;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.16,1,.3,1);pointer-events:none;z-index:1000;box-shadow:0 8px 32px #0006;border:1px solid rgba(255,255,255,.05)}.profile-page .profile-header .profile-hero .profile-info-container .profile-text-info .profile-text-header .platform-icons-container .platform-icon-wrapper .custom-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:8px;border-style:solid;border-color:rgba(0,0,0,.85) transparent transparent transparent}.profile-page .profile-header .profile-hero .profile-info-container .profile-text-info .profile-text-header .platform-icons-container .platform-icon-wrapper .custom-tooltip .tooltip-icon{font-size:1.2rem;margin-bottom:4px;filter:drop-shadow(0 0 8px currentColor)}.profile-page .profile-header .profile-hero .profile-info-container .profile-text-info .profile-text-header .platform-icons-container .platform-icon-wrapper .custom-tooltip .tooltip-platform{font-size:.9rem;color:#fff;margin-bottom:2px;font-weight:500;white-space:nowrap}.profile-page .profile-header .profile-hero .profile-info-container .profile-text-info .profile-text-header .platform-icons-container .platform-icon-wrapper .custom-tooltip .tooltip-nickname{font-size:.85rem;font-weight:700;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;text-align:center;line-height:1.2;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page .profile-header .profile-hero .profile-info-container .profile-text-info .profile-text-header .platform-icons-container .platform-icon-wrapper:hover .custom-tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.profile-page .profile-header .profile-hero .profile-info-container .profile-text-info h1{font-size:2.5rem;margin-bottom:.25rem;background:linear-gradient(135deg,#ff69b4,#ff1493);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-align:right}.profile-page .profile-header .profile-hero .profile-info-container .profile-text-info .profile-alias{font-size:1rem;color:#fffc;margin-bottom:.1rem;text-align:right;font-weight:500}.profile-page .profile-header .profile-hero .profile-info-container .profile-text-info .profile-meta{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:1rem}.profile-page .profile-header .profile-hero .profile-info-container .profile-text-info .profile-meta span{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#0000000d;border-radius:20px;color:#444;font-weight:500}.profile-page .profile-header .profile-hero .profile-info-container .profile-text-info .profile-meta span svg{color:#ff69b4}.profile-page .profile-content{position:relative;z-index:1;max-width:1400px;margin:2rem auto;padding:0 2rem 4rem}.profile-page .profile-content section{margin-bottom:3rem;padding:2rem;background:#0006;border-radius:20px;border:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-page .profile-content section h2{font-size:2rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;color:#ff69b4}.profile-page .profile-content section h2 svg{font-size:1.5rem}.profile-page .profile-content .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.profile-page .profile-content .stats-grid .stat-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;background:#ffffff0d;border-radius:15px;border:none;transition:all .3s ease}.profile-page .profile-content .stats-grid .stat-card:hover{background:#ffffff14;transform:translateY(-4px)}.profile-page .profile-content .stats-grid .stat-card .stat-icon{font-size:2.5rem;color:#ff69b4;margin-bottom:1rem}.profile-page .profile-content .stats-grid .stat-card .stat-value{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.profile-page .profile-content .stats-grid .stat-card .stat-label{font-size:.9rem;color:#fff9;text-align:center}.profile-page .profile-content .carousel-container{position:relative;width:100%}.profile-page .profile-content .carousel-container .nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:40px;height:40px;background:#00000080;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .2s}.profile-page .profile-content .carousel-container .nav-btn:hover{background:#ff69b4;transform:translateY(-50%) scale(1.1)}.profile-page .profile-content .carousel-container .nav-btn.left{left:-15px}.profile-page .profile-content .carousel-container .nav-btn.right{right:-5px}.profile-page .profile-content .performances-carousel{display:flex;gap:1.5rem;overflow-x:auto;padding-top:1.5rem;padding-left:1rem;padding-bottom:1rem;scroll-snap-type:x mandatory;scrollbar-width:none;mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent)}.profile-page .profile-content .performances-carousel::-webkit-scrollbar{display:none}.profile-page .profile-content .performance-card{width:260px;height:360px;flex-shrink:0;position:relative;border-radius:20px;scroll-snap-align:start;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);transition:transform .3s cubic-bezier(.34,1.56,.64,1);cursor:default}.profile-page .profile-content .performance-card:hover{transform:translateY(-5px) scale(1.02);z-index:10;box-shadow:0 10px 30px #00000080;border-color:#ff69b44d}.profile-page .profile-content .performance-card .card-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:20px;overflow:hidden}.profile-page .profile-content .performance-card .card-background img{width:100%;height:100%;object-fit:cover;object-position:center 35%;transition:transform .5s ease;-webkit-mask-image:linear-gradient(to bottom,black 40%,transparent 95%);mask-image:linear-gradient(to bottom,black 40%,transparent 95%)}.profile-page .profile-content .performance-card .card-background .cover-placeholder{width:100%;height:100%;background:linear-gradient(45deg,#1a1a1a,#2a2a2a)}.profile-page .profile-content .performance-card .card-background .card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000,#0006 40%,#000000f2 90%);z-index:1;display:block}.profile-page .profile-content .performance-card .favorite-badge{position:absolute;top:-15px;left:-15px;width:50px;height:50px;background:#ff69b4;border:4px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:20;box-shadow:0 4px 12px #0006;animation:heartBeat 2s infinite ease-in-out}.profile-page .profile-content .performance-card .favorite-badge svg{color:#fff;font-size:1.6rem}@keyframes heartBeat{0%{transform:scale(1)}5%{transform:scale(1.1)}10%{transform:scale(1)}15%{transform:scale(1.1)}50%{transform:scale(1)}to{transform:scale(1)}}.profile-page .profile-content .performance-card:hover .card-background img{transform:scale(1.1)}.profile-page .profile-content .performance-card .card-content{position:absolute;bottom:0;left:0;width:100%;padding:1.5rem;z-index:5;display:flex;flex-direction:column;gap:.25rem}.profile-page .profile-content .performance-card .card-content .song-title{font-size:1.6rem;font-weight:800;color:#fff;margin:0;line-height:1.1;text-shadow:0 2px 8px rgba(0,0,0,.8);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.5rem}.profile-page .profile-content .performance-card .card-content .song-stats{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem}.profile-page .profile-content .performance-card .card-content .song-stats .score{color:#ff69b4;font-weight:800;font-size:1.8rem;letter-spacing:.5px;line-height:1;text-shadow:0 2px 4px rgba(0,0,0,.5)}.profile-page .profile-content .performance-card .card-content .song-stats .stars-mini{height:28px;width:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.profile-page .activity-list{display:flex;flex-direction:column;gap:.75rem}.profile-page .activity-list .activity-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0d;border-radius:10px;transition:all .3s ease}.profile-page .activity-list .activity-item:hover{background:#ffffff14}.profile-page .activity-list .activity-item .activity-icon{color:#ff69b4;font-size:1.2rem}.profile-page .activity-list .activity-item .activity-song{flex:1;color:#fff}.profile-page .activity-list .activity-item .activity-score{color:#ff69b4;font-weight:700}.profile-page .activity-list .activity-item .activity-time{color:#ffffff80;font-size:.9rem}.profile-page .favorites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.profile-page .favorites-grid .favorite-item{position:relative;height:70px;display:flex;flex-direction:row;align-items:center;background:#ffffff0d;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1);transition:all .3s cubic-bezier(.34,1.56,.64,1);cursor:default}.profile-page .favorites-grid .favorite-item:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 20px #0006;border-color:#ff69b44d;z-index:5}.profile-page .favorites-grid .favorite-item:hover .favorite-bg img{transform:scale(1.1)}.profile-page .favorites-grid .favorite-item .favorite-bg{width:70px;height:70px;flex-shrink:0;position:relative;overflow:hidden;z-index:1}.profile-page .favorites-grid .favorite-item .favorite-bg img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}.profile-page .favorites-grid .favorite-item .favorite-bg .favorite-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,.4) 60%,transparent 100%);z-index:2}.profile-page .favorites-grid .favorite-item .favorite-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff3;font-size:2rem}.profile-page .favorites-grid .favorite-item .favorite-content{position:static;flex:1;width:auto;padding:0 1rem;display:flex;align-items:center;z-index:5}.profile-page .favorites-grid .favorite-item .favorite-content .favorite-title{color:#fff;font-size:1.1rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.8);line-height:1.2;display:block;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.profile-page .favorites-more-container{display:flex;justify-content:center;margin-top:2rem}.profile-page .favorites-more-container .show-more-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.8rem 2rem;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.8rem;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.profile-page .favorites-more-container .show-more-btn svg{font-size:.9rem;transition:transform .3s ease}.profile-page .favorites-more-container .show-more-btn:hover{background:#ff69b4;border-color:#ff69b4;transform:translateY(-2px);box-shadow:0 4px 15px #ff69b466}.profile-page .favorites-more-container .show-more-btn:hover svg{transform:translateY(3px) rotate(90deg)}.profile-page .stamps-more{text-align:center;margin-top:1rem;color:#fff9;font-style:italic}.profile-page .stamps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem}.profile-page .stamps-grid .stamp-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1rem;background:#ffd7001a;border-radius:10px;border:none;transition:all .3s ease;cursor:help}.profile-page .stamps-grid .stamp-item:hover{background:#ffd70026;transform:translateY(-4px)}.profile-page .stamps-grid .stamp-item svg{color:gold;font-size:2rem;margin-bottom:.5rem}.profile-page .stamps-grid .stamp-item .stamp-id{font-size:.8rem;color:#ffffffb3}.profile-page .vc-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.profile-page .vc-stats-grid .vc-stat{display:flex;flex-direction:column;align-items:center;padding:1.5rem;background:#ffffff0d;border-radius:12px;border:none}.profile-page .vc-stats-grid .vc-stat .vc-label{font-size:.9rem;color:#fff9;margin-bottom:.75rem;text-align:center}.profile-page .vc-stats-grid .vc-stat .vc-value{font-size:2rem;font-weight:700;color:#fff}.profile-page .vc-stats-grid .vc-stat .vc-value.win{color:#4ade80}.profile-page .vc-stats-grid .vc-stat .vc-value.loss{color:#f87171}@media (max-width: 768px){.profile-page .profile-private{min-height:auto;padding:1rem}.profile-page .profile-private .private-content{flex-direction:column-reverse;padding:2rem 1rem;gap:2rem;text-align:center;width:100%}.profile-page .profile-private .private-content .private-info-text{align-items:center;text-align:center;width:100%}.profile-page .profile-private .private-content .private-info-text h2{font-size:2rem;text-align:center}.profile-page .profile-private .private-content .private-info-text .private-message{text-align:center}.profile-page .profile-private .private-content .private-avatar-section{width:140px;height:140px;margin:0 auto}.profile-page .profile-private .private-content .private-avatar-section .private-skin{width:140px;height:140px}.profile-page .profile-private .private-content .private-avatar-section .private-avatar{width:100px;height:100px;top:20px}.profile-page .profile-header{padding:1rem}.profile-page .profile-header .profile-info-container{padding:1rem 1rem 2rem}.profile-page .profile-header .profile-info-container .profile-header-content{flex-direction:column;align-items:center;text-align:center}.profile-page .profile-header .profile-info-container .profile-header-content .avatar-overlap-wrapper{position:relative;margin-top:-80px;margin-bottom:1rem;display:flex;justify-content:center;align-items:center;width:100%;top:auto;left:auto;right:auto}.profile-page .profile-header .profile-info-container .profile-header-content .avatar-overlap-wrapper .country-flag-badge{position:absolute;top:50%;left:50%;transform:translateY(-50%);margin-left:95px;width:40px;height:40px;right:auto}.profile-page .profile-header .profile-info-container .profile-header-content .profile-text-info{margin-left:0;padding-top:0;width:100%}.profile-page .profile-header .profile-info-container .profile-header-content .profile-text-info .profile-text-header{align-items:center}.profile-page .profile-header .profile-info-container .profile-header-content .profile-text-info .profile-text-header h1{font-size:2.5rem;text-align:center}.profile-page .profile-header .profile-info-container .profile-header-content .profile-text-info .profile-text-header .profile-alias{text-align:center}.profile-page .profile-header .profile-info-container .profile-header-content .profile-text-info .profile-text-header .platform-icons-container{justify-content:center;margin-right:0}.profile-page .profile-content{padding:0 1rem 2rem}.profile-page .profile-content section{padding:1.5rem 1rem}.profile-page .profile-content section h2{font-size:1.5rem;justify-content:center}.profile-page .profile-content .stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.profile-page .profile-content .stats-grid .stat-card{padding:1.5rem .5rem}.profile-page .profile-content .stats-grid .stat-card .stat-value{font-size:1.5rem}.profile-page .profile-content .vc-stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.profile-page .profile-content .favorites-grid{grid-template-columns:1fr}.profile-page .profile-content .stamps-grid{grid-template-columns:repeat(auto-fill,minmax(70px,1fr))}}.banner-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#00000073;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto}.banner-modal-overlay .banner-modal-content{position:relative;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;background:linear-gradient(135deg,#ffffff0d,#ffffff04),#0a0a1452;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:1rem;box-shadow:0 25px 50px -12px #000000b3,inset 0 1px #ffffff0f}.banner-modal-overlay .banner-modal-content:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(45deg,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);pointer-events:none;z-index:2}.banner-modal-overlay .banner-modal-content::-webkit-scrollbar{width:6px}.banner-modal-overlay .banner-modal-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.banner-modal-overlay .banner-modal-content::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:3px}.banner-modal-overlay .banner-modal-content::-webkit-scrollbar-thumb:hover{background:#ffffff47}.banner-modal-overlay .banner-modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.banner-modal-overlay .banner-modal-content .modal-header h3{margin:0;font-size:1.15rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.65rem}.banner-modal-overlay .banner-modal-content .modal-header h3 svg{color:#fa64d2}.banner-modal-overlay .banner-modal-content .modal-header .close-btn{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;color:#ffffff73;cursor:pointer;font-size:1.1rem;transition:color .2s ease,background .2s ease}.banner-modal-overlay .banner-modal-content .modal-header .close-btn:hover{color:#fff;background:#ffffff14}.banner-modal-overlay .banner-modal-content .modal-header .close-btn:disabled{opacity:.5;cursor:not-allowed}.banner-modal-overlay .banner-modal-content .banners-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.875rem;padding:1.5rem}.banner-modal-overlay .banner-modal-content .banners-grid .banner-option{position:relative;border-radius:.625rem;overflow:hidden;cursor:pointer;aspect-ratio:3/1;border:2px solid transparent;transition:border-color .2s ease,transform .15s ease,box-shadow .2s ease}.banner-modal-overlay .banner-modal-content .banners-grid .banner-option img{width:100%;height:100%;object-fit:cover;display:block}.banner-modal-overlay .banner-modal-content .banners-grid .banner-option.selected{border-color:#fa64d2;box-shadow:0 0 0 3px #fa64d240}.banner-modal-overlay .banner-modal-content .banners-grid .banner-option.selected img{opacity:.85}.banner-modal-overlay .banner-modal-content .banners-grid .banner-option .selected-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2.25rem;height:2.25rem;background:linear-gradient(45deg,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);color:#0a0a14;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.95rem;box-shadow:0 4px 12px #fa64d266}.banner-modal-overlay .banner-modal-content .banners-grid .banner-option:hover:not(.selected){border-color:#fff3;transform:translateY(-2px)}.banner-modal-overlay .banner-modal-content .modal-actions{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;border-top:1px solid rgba(255,255,255,.08)}.banner-modal-overlay .banner-modal-content .modal-actions button{padding:.65rem 1.25rem;border-radius:.5rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .25s ease,transform .15s ease}.banner-modal-overlay .banner-modal-content .modal-actions button.cancel-btn{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:#fff}.banner-modal-overlay .banner-modal-content .modal-actions button.cancel-btn:hover:not(:disabled){background:#ffffff1f;border-color:#fff3}.banner-modal-overlay .banner-modal-content .modal-actions button.save-btn{background:linear-gradient(45deg,#4ecdc4,#44a08d);border:none;color:#fff;font-weight:700;box-shadow:0 0 15px #4ecdc466}.banner-modal-overlay .banner-modal-content .modal-actions button.save-btn:hover:not(:disabled){box-shadow:0 0 25px #4ecdc499;transform:translateY(-2px)}.banner-modal-overlay .banner-modal-content .modal-actions button.save-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.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;right:0;bottom:0;left:0;background:#00000073;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:9999;overflow-y:auto}.pix-modal-content{position:relative;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;padding:2.5rem;background:linear-gradient(135deg,#ffffff0d,#ffffff04),#0a0a1452;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:1rem;box-shadow:0 25px 50px -12px #000000b3,inset 0 1px #ffffff0f}.pix-modal-content:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(45deg,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);pointer-events:none;z-index:2}@media (max-width: 768px){.pix-modal-content{padding:2rem 1.5rem;max-height:95vh}}@media (max-width: 480px){.pix-modal-content{padding:1.4rem 1.1rem;max-width:22rem}}.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:#ffffff2e;border-radius:3px}.pix-modal-content::-webkit-scrollbar-thumb:hover{background:#ffffff47}.modal-header .pix-logo{width:4rem;height:4rem;margin:0 auto 1rem;padding:3px;border-radius:50%;background:linear-gradient(45deg,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);box-sizing:border-box;position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #fa64d240}.modal-header .pix-logo:before{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:#0a0a14;z-index:0}.modal-header .pix-logo svg{position:relative;z-index:1;font-size:1.5rem;color:#fff}.amount-section{margin-bottom:1.5rem}.amount-section label{display:block;font-size:.75rem;font-weight:700;color:#ffffff73;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.amount-section .amount-input-group{display:flex;align-items:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:.85rem 1rem;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.amount-section .amount-input-group:focus-within{border-color:#fa64d2;background:#ffffff14;box-shadow:0 0 0 3px #fa64d22e}.amount-section .amount-input-group .currency-symbol{color:#25facc;font-size: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:1rem;font-weight:600;padding:0}.amount-section .amount-input-group .amount-input::placeholder{color:#ffffff73}.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;-moz-appearance:none;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:.8rem;color:#ffffff73;margin-top:.5rem;text-align:center;font-style:italic}.qr-code-container{display:flex;justify-content:center;margin-bottom:1.75rem}.qr-code-container .qr-code-wrapper{position:relative;background:#fff;padding:1rem;border-radius:.75rem;box-shadow:0 10px 30px #0006}@media (max-width: 480px){.qr-code-container .qr-code-wrapper{padding:.85rem}}.qr-code-container .qr-code-wrapper canvas{display:block;border-radius:.375rem;max-width:100%;height:auto}.pix-key-section{margin-bottom:1.75rem}.pix-key-section label{display:block;font-size:.75rem;font-weight:700;color:#ffffff73;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.pix-key-section .key-input-group{display:flex;gap:.5rem}@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,.08);border-radius:.75rem;padding:.75rem 1rem;color:#fff;font-size:.8rem;font-family:Courier New,monospace;transition:border-color .2s ease,background .2s ease,box-shadow .2s 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:#fa64d2;background:#ffffff14;box-shadow:0 0 0 3px #fa64d22e}.pix-key-section .pix-info{font-size:.8rem;color:#ffffff73;margin-top:.5rem;text-align:center;font-style:italic}.pix-key-section .copy-button{display:flex;align-items:center;gap:.45rem;padding:.85rem 1.5rem;background:linear-gradient(45deg,#4ecdc4,#44a08d);border:none;border-radius:.75rem;color:#fff;font-weight:700;cursor:pointer;transition:box-shadow .25s ease,transform .15s ease,background .2s ease;white-space:nowrap;box-shadow:0 0 15px #4ecdc466}.pix-key-section .copy-button:hover{box-shadow:0 0 25px #4ecdc499;transform:translateY(-2px)}.pix-key-section .copy-button.copied{background:linear-gradient(135deg,#34d399,#10b981);color:#fff}@media (max-width: 768px){.pix-key-section .copy-button{justify-content:center;width:100%}}.instructions{margin-bottom:1.5rem}.instructions h3{font-size:1rem;font-weight:700;color:#25facc;margin:0 0 .75rem}.instructions ol{list-style:none;padding:0;margin:0}.instructions ol li{display:flex;align-items:center;gap:.85rem;padding:.6rem 0;color:#ffffffb3;font-size:.9rem}.instructions ol li .step-number{display:flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;background:linear-gradient(45deg,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);color:#0a0a14;border-radius:50%;font-weight:800;font-size:.8rem;flex-shrink:0}.instructions ol li span:last-child{flex:1}@media (max-width: 480px){.instructions ol li{font-size:.85rem;padding:.4rem 0}}.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;right:0;bottom:0;left:0;background:#00000073;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:9999;overflow-y:auto}.stripe-modal-content{position:relative;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;padding:2.5rem;background:linear-gradient(135deg,#ffffff0d,#ffffff04),#0a0a1452;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:1rem;box-shadow:0 25px 50px -12px #000000b3,inset 0 1px #ffffff0f}.stripe-modal-content:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(45deg,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);pointer-events:none;z-index:2}@media (max-width: 768px){.stripe-modal-content{padding:2rem 1.5rem;max-height:95vh}}@media (max-width: 480px){.stripe-modal-content{padding:1.4rem 1.1rem;max-width:22rem}}.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:#ffffff2e;border-radius:3px}.stripe-modal-content::-webkit-scrollbar-thumb:hover{background:#ffffff47}.modal-close{position:absolute;top:.75rem;right:.75rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;color:#ffffff73;cursor:pointer;font-size:1.1rem;transition:color .2s ease,background .2s ease;z-index:3}.modal-close:hover{color:#fff;background:#ffffff14}.modal-header{text-align:center;margin-bottom:1.75rem}.modal-header .stripe-logo{width:4rem;height:4rem;margin:0 auto 1rem;padding:3px;border-radius:50%;background:linear-gradient(45deg,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);box-sizing:border-box;position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #fa64d240}.modal-header .stripe-logo:before{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:#0a0a14;z-index:0}.modal-header .stripe-logo svg{position:relative;z-index:1;font-size:1.5rem;color:#fff}.modal-header h2{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .35rem;line-height:1.2}@media (max-width: 480px){.modal-header h2{font-size:1.25rem}}.modal-header p{font-size:.875rem;color:#ffffffb3;margin:0}.currency-selection{margin-bottom:1.5rem}.currency-selection label{display:block;font-size:.75rem;font-weight:700;color:#ffffff73;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.currency-selection .currency-select{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:.85rem 1rem;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.currency-selection .currency-select:hover{border-color:#fff3;background:#ffffff14}.currency-selection .currency-select:focus{outline:none;border-color:#fa64d2;background:#ffffff14;box-shadow:0 0 0 3px #fa64d22e}.currency-selection .currency-select option{background:#0a0a14;color:#fff}.donation-amounts{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.25rem}.donation-amounts .amount-button{position:relative;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:1.25rem;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .15s ease,box-shadow .2s ease;font-family:inherit}.donation-amounts .amount-button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(110deg,transparent 30%,rgba(255,255,255,.18) 50%,transparent 70%);background-size:200% 100%;background-position:200% 0;background-repeat:no-repeat;pointer-events:none;transition:background-position .6s ease}.donation-amounts .amount-button:hover:not(:disabled):after{background-position:-100% 0}.donation-amounts .amount-button.popular{border-color:#4ecdc480;background:#4ecdc414}.donation-amounts .amount-button.popular:hover:not(:disabled){border-color:#4ecdc4cc;background:#4ecdc426;box-shadow:0 8px 20px #4ecdc440}.donation-amounts .amount-button .badge{position:absolute;top:-8px;right:-8px;background:linear-gradient(45deg,#4ecdc4,#44a08d);color:#fff;font-size:.65rem;padding:.25rem .5rem;border-radius:.4rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 0 12px #4ecdc466}.donation-amounts .amount-button .amount-label{font-size:1.6rem;font-weight:800;color:#fff;display:block}.donation-amounts .amount-button:hover:not(:disabled){transform:translateY(-2px);border-color:#fa64d280;background:#fa64d21a;box-shadow:0 8px 20px #fa64d22e}.donation-amounts .amount-button.custom{border-color:#25facc66;background:#25facc0f}.donation-amounts .amount-button.custom:hover:not(:disabled){border-color:#25facc99;background:#25facc1f;box-shadow:0 8px 20px #25facc2e}.donation-amounts .amount-button:disabled{opacity:.5;cursor:not-allowed}.payment-form-container{margin-bottom:1.5rem}.payment-form-container .selected-amount{display:flex;justify-content:space-between;align-items:center;background:#fa64d214;border:1px solid rgba(250,100,210,.3);border-radius:.75rem;padding:.85rem 1.25rem;margin-bottom:1.25rem}.payment-form-container .selected-amount span{color:#ffffffb3;font-size:.9rem}.payment-form-container .selected-amount strong{color:#fa64d2;font-size:1.4rem;font-weight:800}.custom-amount-section{margin-bottom:1.5rem;overflow:hidden}.custom-amount-section label{display:block;font-size:.75rem;font-weight:700;color:#ffffff73;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.custom-amount-section .custom-input-group{display:flex;align-items:center;gap:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:.5rem .75rem;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.custom-amount-section .custom-input-group:focus-within{border-color:#fa64d2;background:#ffffff14;box-shadow:0 0 0 3px #fa64d22e}.custom-amount-section .custom-input-group .currency-symbol{color:#25facc;font-size:1rem;font-weight:700}.custom-amount-section .custom-input-group input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:1rem;font-weight:600;padding:.4rem 0;min-width:100px}.custom-amount-section .custom-input-group input::placeholder{color:#ffffff73}.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;-moz-appearance:none;appearance:none;margin:0}.custom-amount-section .custom-input-group input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;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(45deg,#4ecdc4,#44a08d);border:none;border-radius:.5rem;padding:.5rem 1rem;color:#fff;font-weight:700;cursor:pointer;transition:box-shadow .25s ease,transform .15s ease;white-space:nowrap;box-shadow:0 0 15px #4ecdc466}.custom-amount-section .custom-input-group .submit-custom-btn:hover:not(:disabled){box-shadow:0 0 25px #4ecdc499;transform:translateY(-2px)}.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}}@media (max-width: 480px){.custom-amount-section .custom-input-group{flex-wrap:wrap}}.loading-state{text-align:center;padding:2rem;color:#ffffffb3}.loading-state .spinner{font-size:1.75rem;color:#fa64d2;animation:spin 1s linear infinite;margin-bottom:.75rem}.loading-state p{font-size:.9rem;margin:0}.payment-methods{margin-bottom:1.5rem;text-align:center}.payment-methods .methods-label{font-size:.75rem;font-weight:700;color:#ffffff73;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.payment-methods .methods-icons{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.payment-methods .methods-icons .method-badge{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:.5rem;padding:.4rem .75rem;font-size:.8rem;font-weight:600;color:#ffffffb3;display:flex;align-items:center;gap:.35rem;transition:background .2s ease,border-color .2s ease}.payment-methods .methods-icons .method-badge:hover{background:#ffffff1a;border-color:#fff3}.security-note{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.75rem 1rem;background:#25facc14;border:1px solid rgba(37,250,204,.25);border-radius:.75rem;margin-bottom:1.5rem}.security-note .lock-icon{font-size:1.1rem}.security-note p{font-size:.8rem;font-weight:600;color:#25facc;margin:0}.thank-you-message{text-align:center;padding:1.25rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:.75rem}.thank-you-message .heart{font-size:1.75rem;display:block;margin-bottom:.4rem}.thank-you-message p{font-size:.9rem;font-weight:600;color:#fff;margin:0}.donations-table-container{width:100%;max-width:1000px;margin:3rem auto 0;padding:2rem;background:#0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:24px;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #00000080}@media (max-width: 1024px){.donations-table-container{backdrop-filter:none;-webkit-backdrop-filter:none;background:#00000080}}.donations-table-container .table-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.donations-table-container .table-thanks{text-align:center;font-size:1rem;color:#ffffffbf;line-height:1.6;max-width:640px;margin:0 auto 2rem}@media (max-width: 768px){.donations-table-container .table-thanks{font-size:.95rem;padding:0 .5rem}}@media (max-width: 480px){.donations-table-container .table-thanks{font-size:.9rem;line-height:1.55}}.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.col-amount,.donations-table-container .donations-table thead tr th.col-date{text-align:right}.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;padding-left:.5rem;text-align:right}.donations-table-container .donations-table tbody tr td.date{color:#fff9;font-size:.9rem;text-align:right}.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 .stats-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08)}.donations-table-container .stats-section .stats-title{font-size:1.05rem;font-weight:700;text-align:center;margin:0 0 1rem;color:#ffffffd9;text-transform:uppercase;letter-spacing:.5px}.donations-table-container .stats-section .stats-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.donations-table-container .stats-section .stat-pill{display:inline-flex;align-items:center;gap:.6rem;padding:.4rem .85rem .4rem .7rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:999px}.donations-table-container .stats-section .stat-pill .stat-currency{font-size:.7rem;font-weight:700;color:#ffffffa6;letter-spacing:.5px;text-transform:uppercase;padding:.15rem .5rem;background:#ffffff0f;border-radius:999px}.donations-table-container .stats-section .stat-pill .stat-amount{font-size:.95rem;font-weight:700;color:#fff;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}@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 .stats-section{margin-top:1.5rem;padding-top:1.25rem}.donations-table-container .stats-section .stats-title{font-size:.95rem;margin-bottom:.85rem}.donations-table-container .stats-section .stat-pill{padding:.35rem .75rem .35rem .6rem}.donations-table-container .stats-section .stat-pill .stat-currency{font-size:.65rem}.donations-table-container .stats-section .stat-pill .stat-amount{font-size:.875rem}}@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:6rem 0 4rem}@media (max-width: 768px){.donate-section{padding:5rem 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{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.5rem;padding:1.5rem;line-height:0}.donate-hero .hero-icon .heart-icon{position:relative;z-index:2;display:block;font-size:3.5rem;color:#ff6b6b;filter:drop-shadow(0 8px 20px rgba(255,107,107,.4));animation:heart-beat 1.6s ease-in-out infinite}@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 .hero-icon .heart-glow{position:absolute;top:50%;left:50%;width:5rem;height:5rem;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,#ff6b6b80,#ff6b6b00 70%);z-index:1;pointer-events:none;animation:heart-glow-pulse 2.4s ease-in-out infinite}@media (max-width: 480px){.donate-hero .hero-icon .heart-glow{width:4rem;height:4rem}}.donate-hero .hero-icon .sparkle{position:absolute;width:8px;height:8px;pointer-events:none;z-index:3;background:linear-gradient(transparent 45%,#fff 45%,#fff 55%,transparent 55%),linear-gradient(90deg,transparent 45%,#fff 45%,#fff 55%,transparent 55%);filter:drop-shadow(0 0 4px rgba(255,200,220,.9));opacity:0;transform:scale(0) rotate(0);animation:sparkle-twinkle 2.8s ease-in-out infinite}@media (max-width: 480px){.donate-hero .hero-icon .sparkle{width:6px;height:6px}}.donate-hero .hero-icon .sparkle-1{top:8%;left:12%;animation-delay:0s}.donate-hero .hero-icon .sparkle-2{top:18%;right:10%;width:10px;height:10px;animation-delay:.6s}@media (max-width: 480px){.donate-hero .hero-icon .sparkle-2{width:7px;height:7px}}.donate-hero .hero-icon .sparkle-3{bottom:12%;right:18%;animation-delay:1.2s}.donate-hero .hero-icon .sparkle-4{bottom:20%;left:8%;width:6px;height:6px;animation-delay:1.8s}@media (max-width: 480px){.donate-hero .hero-icon .sparkle-4{width:5px;height:5px}}.donate-hero .hero-icon .sparkle-5{top:45%;right:2%;width:7px;height:7px;animation-delay:2.2s}@media (max-width: 480px){.donate-hero .hero-icon .sparkle-5{width:5px;height:5px}}.donate-hero .donate-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1.5rem;background:linear-gradient(45deg,#fa64d2,#fa64d2 35%,#25facc,#ffc16b 65%,#ffc16b);-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{position:relative;overflow:hidden;display:block;width:100%;background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.1rem 1.6rem;cursor:pointer;text-align:left;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 20px 40px #00000080;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}@media (max-width: 1024px){.donor-identity-section .identity-options .identity-option{backdrop-filter:none;-webkit-backdrop-filter:none;background:#00000080}}@media (max-width: 768px){.donor-identity-section .identity-options .identity-option{padding:.9rem 1.1rem}}.donor-identity-section .identity-options .identity-option:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(110deg,transparent 30%,rgba(255,255,255,.08) 50%,transparent 70%);transition:left .2s ease-out;pointer-events:none;z-index:2}.donor-identity-section .identity-options .identity-option:hover{transform:scale(1.04);border-color:#ffffff4d;box-shadow:0 0 20px #ffffff1a}.donor-identity-section .identity-options .identity-option:hover:before{left:100%}.donor-identity-section .identity-options .identity-option:hover .option-icon{transform:rotate(8deg)}.donor-identity-section .identity-options .identity-option:active{transform:scale(.98)}.donor-identity-section .identity-options .identity-option.active{border-color:#fa64d2b3;box-shadow:0 0 26px #fa64d247}.donor-identity-section .identity-options .identity-option.active .option-icon{background:linear-gradient(135deg,#fa64d28c,#c83caa8c);border-color:#fa64d299}.donor-identity-section .identity-options .option-body{position:relative;z-index:1;display:flex;flex-direction:row;align-items:center;gap:1.25rem}@media (max-width: 480px){.donor-identity-section .identity-options .option-body{gap:.9rem}}.donor-identity-section .identity-options .option-icon{width:2.85rem;height:2.85rem;border-radius:.85rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #0000004d;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:transform .3s ease,background .3s ease,border-color .3s ease}.donor-identity-section .identity-options .option-icon-svg{color:#fff;width:1.5rem;height:1.5rem;font-size:1.5rem;filter:drop-shadow(0 0 8px rgba(255,255,255,.8))}.donor-identity-section .identity-options .option-text{flex:1;min-width:0;display:flex;flex-direction:column}.donor-identity-section .identity-options .option-title{display:inline-block;width:fit-content;font-size:1.2rem;font-weight:700;color:#fff;margin:0 0 .15rem;line-height:1.2}@media (max-width: 768px){.donor-identity-section .identity-options .option-title{font-size:1.05rem}}.donor-identity-section .identity-options .option-desc{color:#ffffffbf;font-size:.875rem;line-height:1.4;font-weight:500;margin:0}@media (max-width: 768px){.donor-identity-section .identity-options .option-desc{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;overflow:hidden;display:block;width:100%;text-align:center;padding:2rem;border-radius:16px;cursor:pointer;background:#0006;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 20px 40px #00000080;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;font:inherit;color:inherit}@media (max-width: 1024px){.donation-card{backdrop-filter:none;-webkit-backdrop-filter:none;background:#00000080}}@media (max-width: 768px){.donation-card{padding:1.6rem 1.4rem}}.donation-card:hover{transform:scale(1.04);border-color:#fa64d2b3;box-shadow:0 0 28px #fa64d259}.donation-card:hover .card-title,.donation-card:hover .card-cta{background:linear-gradient(90deg,#fa64d2,#25facc,#ffc16b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.donation-card:hover .arrow{transform:translateY(2px)}.donation-card:active{transform:scale(.98)}.donation-card .card-body{position:relative;z-index:1}.donation-card .card-icon{width:5.25rem;height:5.25rem;margin:0 auto 1.5rem;padding:3px;border-radius:50%;background:linear-gradient(45deg,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);box-sizing:border-box;box-shadow:0 6px 18px color-mix(in srgb,var(--card-color, #000) 30%,transparent);transition:box-shadow .3s ease}@media (max-width: 480px){.donation-card .card-icon{width:4.4rem;height:4.4rem;margin-bottom:1rem}}.donation-card .card-icon-inner{width:100%;height:100%;border-radius:50%;background:#0a0a14;display:flex;align-items:center;justify-content:center}.donation-card .card-icon-svg{color:#fff;width:2.2rem;height:2.2rem;font-size:2.2rem}@media (max-width: 480px){.donation-card .card-icon-svg{width:1.85rem;height:1.85rem;font-size:1.85rem}}.donation-card .card-content{margin-bottom:1.25rem}.donation-card .card-content .card-title{display:inline-block;width:fit-content;font-size:1.85rem;font-weight:800;margin:0 0 .3rem;line-height:1.2;color:#fff;transition:color .3s ease}@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.45rem}}.donation-card .card-content .card-subtitle{font-size:.95rem;color:#ffffffd9;font-weight:600;margin:0 0 .5rem}@media (max-width: 480px){.donation-card .card-content .card-subtitle{font-size:.9rem}}.donation-card .card-content .card-description{font-size:.9rem;color:#ffffffb3;line-height:1.5;margin:0}@media (max-width: 480px){.donation-card .card-content .card-description{font-size:.85rem}}.donation-card .card-cta{display:inline-flex;flex-direction:column;align-items:center;gap:.15rem;font-size:1.2rem;font-weight:700;color:#fff;transition:color .3s ease;width:fit-content;margin:0 auto}.donation-card .card-cta .arrow{display:block;width:1.1rem;height:1.1rem;font-size:1.1rem;transition:transform .3s ease}.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}}@keyframes heart-beat{0%,to{transform:scale(1)}25%{transform:scale(1.08)}40%{transform:scale(1)}60%{transform:scale(1.04)}}@keyframes heart-glow-pulse{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.25)}}@keyframes sparkle-twinkle{0%,to{opacity:0;transform:scale(0) rotate(0)}40%{opacity:1;transform:scale(1) rotate(90deg)}60%{opacity:1;transform:scale(1.15) rotate(135deg)}80%{opacity:0;transform:scale(.4) rotate(180deg)}}.disclaimer-modal{position:fixed;top:0;right:0;bottom:0;left: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;right:0;bottom:0;left:0;background:#00000073;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:2rem;overflow-y:auto}.disclaimer-modal .disclaimer-content{position:relative;width:100%;max-width:1000px;max-height:90vh;overflow-y:auto;background:linear-gradient(135deg,#ffffff0d,#ffffff04),#0a0a1452;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:1rem;box-shadow:0 25px 50px -12px #000000b3,inset 0 1px #ffffff0f}.disclaimer-modal .disclaimer-content:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(45deg,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);pointer-events:none;z-index:2}.disclaimer-modal .disclaimer-content .disclaimer-close{position:absolute;top:.75rem;right:.75rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;color:#ffffff73;cursor:pointer;font-size:1.1rem;transition:color .2s ease,background .2s ease;z-index:3}.disclaimer-modal .disclaimer-content .disclaimer-close:hover{color:#fff;background:#ffffff14}.disclaimer-modal .disclaimer-content h3{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 1.5rem;padding:2rem 2rem 0;text-align:center;line-height:1.2}.disclaimer-modal .disclaimer-content .disclaimer-text{padding:0 2rem 2rem;color:#ffffffc7;line-height:1.7}.disclaimer-modal .disclaimer-content .disclaimer-text h5{font-size:1.1rem;font-weight:700;color:#25facc;margin:2rem 0 .75rem}.disclaimer-modal .disclaimer-content .disclaimer-text h5:first-child{margin-top:0}.disclaimer-modal .disclaimer-content .disclaimer-text p{margin:0 0 1.25rem;font-size:.95rem;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:#fa64d2;text-decoration:none;font-weight:600;transition:color .2s ease;position:relative}.disclaimer-modal .disclaimer-content .disclaimer-text p .inline-link:after{content:"";position:absolute;left:0;bottom:-1px;height:1px;width:0;background:#ffc16b;transition:width .3s ease}.disclaimer-modal .disclaimer-content .disclaimer-text p .inline-link:hover{color:#ffc16b}.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:.5rem;right:.5rem;width:2.25rem;height:2.25rem;font-size:1rem}.disclaimer-modal .disclaimer-content h3{font-size:1.4rem;padding:1.75rem 1.5rem 0}.disclaimer-modal .disclaimer-content .disclaimer-text{padding:0 1.5rem 1.5rem}.disclaimer-modal .disclaimer-content .disclaimer-text h5{font-size:1rem}.disclaimer-modal .disclaimer-content .disclaimer-text p{font-size:.9rem;text-align:left}}@media (max-width: 480px){.disclaimer-modal .disclaimer-backdrop{padding:1rem .5rem .5rem}.disclaimer-modal .disclaimer-content{border-radius:.875rem}.disclaimer-modal .disclaimer-content h3{font-size:1.25rem;padding:1.5rem 1rem 0}.disclaimer-modal .disclaimer-content .disclaimer-text{padding:0 1rem 1rem}.disclaimer-modal .disclaimer-content .disclaimer-text h5{font-size:.95rem;margin:1.5rem 0 .65rem}.disclaimer-modal .disclaimer-content .disclaimer-text p{font-size:.875rem;margin-bottom:1rem}}.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}}@keyframes slide-down{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes slide-up{0%{opacity:0;transform:translate3d(0,20px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes slide-left{0%{opacity:0;transform:translate3d(-20px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes slide-right{0%{opacity:0;transform:translate3d(20px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes anim-float{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-10px,0)}}@keyframes pulse-glow-opacity{0%,to{opacity:.4}50%{opacity:1}}.slide-down{animation:slide-down .5s ease-out both}.slide-up{animation:slide-up .5s ease-out both}.slide-left{animation:slide-left .5s ease-out both}.slide-right{animation:slide-right .5s ease-out both}.animate-float{animation:anim-float 3s ease-in-out infinite;will-change:transform}.pulse-glow{position:relative;isolation:isolate}.pulse-glow:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;box-shadow:0 0 28px #4ecdc48c,inset 0 0 24px #ffffff0a;will-change:opacity;animation:pulse-glow-opacity 2.4s ease-in-out infinite;z-index:-1}.pulse-glow-pink{position:relative;isolation:isolate}.pulse-glow-pink:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;box-shadow:0 0 28px #ff3ecd8c,inset 0 0 24px #ffffff0a;will-change:opacity;animation:pulse-glow-opacity 2.4s ease-in-out infinite;z-index:-1}.pulse-glow-orange{position:relative;isolation:isolate}.pulse-glow-orange:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;box-shadow:0 0 28px #ff94008c,inset 0 0 24px #ffffff0a;will-change:opacity;animation:pulse-glow-opacity 2.4s ease-in-out infinite;z-index:-1}.pulse-glow-yellow{position:relative;isolation:isolate}.pulse-glow-yellow:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;box-shadow:0 0 28px #ffc1078c,inset 0 0 24px #ffffff0a;will-change:opacity;animation:pulse-glow-opacity 2.4s ease-in-out infinite;z-index:-1}@media (hover: none) and (pointer: coarse){.identity-option:hover,.donation-card:hover,.spotlight:hover,.feature-card:hover,.platform-tab:hover,.footer .social-icon:hover,.btn:hover{transform:none!important;box-shadow:inherit}.identity-option:hover .option-icon,.donation-card:hover .card-icon,.spotlight:hover .spotlight-icon,.feature-card:hover .feature-icon,.platform-tab:hover .platform-tab-icon{transform:none!important}.identity-option:before,.spotlight:before,.feature-card:before{display:none!important}.donation-card:hover .arrow{transform:none!important}}@media (prefers-reduced-motion: reduce){.slide-down,.slide-up,.slide-left,.slide-right,.animate-float,.pulse-glow,.pulse-glow-pink,.pulse-glow-orange,.pulse-glow-yellow{animation:none!important}.pulse-glow:before,.pulse-glow-pink:before,.pulse-glow-orange:before,.pulse-glow-yellow:before{animation:none!important;opacity:.7}}#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:Nunito,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,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);-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,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);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:#ffffff24;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn.secondary-btn:hover{background:#ffffff38;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,#fa64d2,#fa64d2 30%,#25facc,#ffc16b 70%,#ffc16b);-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}}
