@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;--bg-app: #0D0D0D;--bg-primary: #0D0D0D;--bg-secondary: #1a1a1a;--bg-tertiary: #262626;--surface-subtle: rgba(255, 255, 255, .02);--surface-muted: rgba(255, 255, 255, .04);--surface-hover: rgba(255, 255, 255, .06);--surface-active: rgba(255, 255, 255, .08);--border-subtle: rgba(255, 255, 255, .06);--border-default: rgba(255, 255, 255, .08);--border-muted: rgba(255, 255, 255, .1);--border-hover: rgba(255, 255, 255, .12);--border-active: rgba(255, 255, 255, .15);--text-primary: #ffffff;--text-secondary: #999999;--text-tertiary: #666666;--text-muted: #555555;--accent-white: #ffffff;--accent-white-hover: #f0f0f0;--accent-black: #000000;--accent-primary: #8b5cf6;--accent-hover: #7c3aed;--border-primary: rgba(255, 255, 255, .08);--border-secondary: rgba(255, 255, 255, .12);--text-muted-legacy: #6b7280;color:var(--text-primary);background:var(--bg-app);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;padding:0;min-height:100vh;min-width:320px;max-width:100vw;background:var(--bg-primary)}#root{min-height:100vh;width:100%}.profile-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.profile-restriction-modal{background:#fff;border-radius:16px;max-width:440px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0000001f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.profile-modal-header{padding:32px 32px 0;display:flex;align-items:center;justify-content:space-between}.profile-modal-title{margin:0;font-size:1.375rem;font-weight:600;color:#0d0d0d;line-height:1.3;letter-spacing:-.02em}.profile-close-button{background:none;border:none;font-size:1.5rem;color:#8e8e8e;cursor:pointer;padding:4px;border-radius:4px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:color .15s ease}.profile-close-button:hover{color:#0d0d0d}.profile-modal-content{padding:32px 32px 0}.profile-restriction-explanation{color:#6e6e6e;font-size:.9375rem;line-height:1.6;margin:0 0 40px;font-weight:400}.profile-features{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.profile-feature{color:#0d0d0d;font-size:.9375rem;line-height:1.5;font-weight:400}.profile-modal-actions{padding:0 32px 32px;display:flex;gap:12px}.profile-secondary-button{flex:1;padding:11px 20px;border:1px solid #d0d0d0;background:#fff;color:#0d0d0d;border-radius:999px;font-weight:500;font-size:.9375rem;cursor:pointer;transition:all .15s ease}.profile-secondary-button:hover:not(:disabled){background:#f7f7f7;border-color:#b0b0b0}.profile-secondary-button:disabled{opacity:.5;cursor:not-allowed}.profile-upgrade-button{flex:1;padding:11px 20px;background:#0d0d0d;color:#fff;border:1px solid #0d0d0d;border-radius:999px;font-weight:500;font-size:.9375rem;cursor:pointer;transition:all .15s ease}.profile-upgrade-button:hover:not(:disabled){background:#2d2d2d;border-color:#2d2d2d}.profile-upgrade-button:active:not(:disabled){background:#000;border-color:#000}.profile-upgrade-button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:640px){.profile-modal-overlay{padding:16px}.profile-restriction-modal{max-width:100%}.profile-modal-header{padding:24px 24px 0}.profile-modal-title{font-size:1.25rem}.profile-modal-content{padding:24px 24px 0}.profile-restriction-explanation,.profile-features{margin-bottom:32px}.profile-modal-actions{padding:0 24px 24px;flex-direction:column}.profile-secondary-button,.profile-upgrade-button,.profile-danger-button{width:100%}.profile-confirm-section{margin-top:20px}}.profile-danger-button{flex:1;padding:11px 20px;background:#dc2626;color:#fff;border:1px solid #dc2626;border-radius:999px;font-weight:500;font-size:.9375rem;cursor:pointer;transition:all .15s ease}.profile-danger-button:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.profile-danger-button:active:not(:disabled){background:#991b1b;border-color:#991b1b}.profile-danger-button:disabled{opacity:.5;cursor:not-allowed}.profile-features-warning .profile-feature{color:#6e6e6e;position:relative;padding-left:20px}.profile-features-warning .profile-feature:before{content:"•";position:absolute;left:0;color:#dc2626}.profile-modal-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:.875rem;text-align:center;margin-top:16px}.profile-confirm-section{margin-top:24px}.profile-confirm-label{display:block;font-size:.875rem;font-weight:500;color:#0d0d0d;margin-bottom:8px}.profile-confirm-input{width:100%;background:#fff;border:1px solid #d0d0d0;border-radius:8px;padding:14px 16px;color:#0d0d0d;font-size:.9375rem;text-align:center;font-weight:600;letter-spacing:1px;transition:all .15s ease;box-sizing:border-box}.profile-confirm-input:focus{outline:none;border-color:#0d0d0d;box-shadow:0 0 0 3px #0d0d0d14}.profile-confirm-input::placeholder{color:#8e8e8e;font-weight:400}.profile-restriction-explanation strong{color:#0d0d0d;font-weight:600}.profile-close-button:focus-visible,.profile-secondary-button:focus-visible,.profile-upgrade-button:focus-visible,.profile-danger-button:focus-visible{outline:2px solid #0d0d0d;outline-offset:2px}.recovery-progress-track{width:100%;height:4px;background:#e5e5e5;border-radius:2px;overflow:hidden;margin-bottom:24px}.recovery-progress-fill{height:100%;width:40%;background:#0d0d0d;border-radius:2px;animation:recovery-slide 1.2s ease-in-out infinite}@keyframes recovery-slide{0%{transform:translate(-100%)}to{transform:translate(350%)}}.auth-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s cubic-bezier(.4,0,.2,1)}.auth-modal{background:var(--bg-tertiary);border:1px solid var(--border-primary);padding:2rem;border-radius:12px;width:100%;max-width:400px;position:relative;box-shadow:0 20px 25px -5px #0006,0 10px 10px -5px #0003;animation:slideIn .3s cubic-bezier(.4,0,.2,1)}@keyframes slideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.auth-close{position:absolute;top:1rem;right:1rem;background:#ffffff1a;border:1px solid var(--border-primary);border-radius:6px;font-size:1.2rem;cursor:pointer;color:var(--text-secondary);padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.auth-close:hover{background:#fff3;color:var(--text-primary);transform:scale(1.05)}.auth-close:active{transform:scale(.95)}.auth-modal h2{margin:0 0 1.5rem;text-align:center;color:var(--text-primary);font-size:1.5rem;font-weight:600}.auth-form .form-group{margin-bottom:1.5rem}.auth-form .form-group:last-of-type{margin-bottom:1rem}.auth-form label{display:block;margin-bottom:.5rem;color:var(--text-primary);font-weight:500;font-size:.95rem}.auth-input{width:100%;padding:.875rem 1rem;font-size:.95rem;font-family:inherit;color:var(--text-primary);background-color:var(--bg-primary);border:1px solid var(--border-primary);border-radius:8px;outline:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.auth-input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #8b5cf61a}.auth-input:hover:not(:focus){border-color:var(--border-secondary)}.auth-input::placeholder{color:var(--text-muted)}.auth-error{background-color:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2);padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem;font-weight:500}.auth-submit{width:100%;padding:1rem 1.5rem;font-size:1rem;font-family:inherit;font-weight:600;color:#374151;background:#fff;border:none;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.auth-submit:hover:not(:disabled){background:#f3f4f6;color:#1f2937;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.auth-submit:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px #0000000d}.auth-submit:focus{outline:none;box-shadow:0 0 0 3px #3b82f64d,0 4px 6px -1px #0000001a}.auth-submit:disabled{background:#6b7280;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.auth-switch{text-align:center;margin-top:1.5rem;color:var(--text-secondary);font-size:.9rem}.auth-switch-btn{background:none;border:none;color:var(--accent-primary);cursor:pointer;font-weight:500;text-decoration:none;transition:color .2s;padding:0;margin-left:.25rem}.auth-switch-btn:hover{color:var(--accent-hover);text-decoration:underline}.auth-switch-btn:focus{outline:none;text-decoration:underline}.otp-digit-boxes-wrapper{width:100%}.otp-digit-boxes{display:flex;gap:10px;justify-content:center}.otp-digit-box{width:52px;height:64px;background:#ffffff0f;border:1.5px solid rgba(255,255,255,.15);border-radius:14px;color:#fff;font-size:24px;font-weight:600;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;text-align:center;outline:none;transition:border-color .2s ease,background .2s ease;caret-color:#fff;-webkit-appearance:none;-moz-appearance:textfield}.otp-digit-box:focus{border-color:#ffffff80;background:#ffffff14}.otp-digit-box.filled{border-color:#ffffff4d;background:#ffffff14}.otp-digit-box:disabled{opacity:.4;cursor:not-allowed}.otp-digit-box-error{border-color:#ef444499}.otp-digit-box-error:focus{border-color:#ef4444cc}.otp-digit-error{margin:12px 0 0;font-size:14px;color:#ef4444;text-align:center}.otp-digit-box::-webkit-outer-spin-button,.otp-digit-box::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media(max-width:400px){.otp-digit-boxes{gap:8px}.otp-digit-box{width:46px;height:58px;font-size:22px;border-radius:12px}}.email-verify-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.email-verify-modal{background:#1a1a1a;border:1px solid rgba(255,255,255,.08);border-radius:20px;width:420px;max-width:calc(100% - 40px);padding:40px 32px 32px;display:flex;flex-direction:column;align-items:center;text-align:center;animation:emailVerifyFadeIn .3s ease}@keyframes emailVerifyFadeIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.email-verify-modal-icon{width:56px;height:56px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#fff}.email-verify-modal-title{font-size:22px;font-weight:600;color:#fff;margin:0 0 8px;letter-spacing:-.02em}.email-verify-modal-subtitle{font-size:15px;color:#ffffff80;margin:0 0 28px;line-height:1.5}.email-verify-modal-subtitle strong{color:#fffc;font-weight:500}.email-verify-modal-error{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#f87171;padding:10px 16px;border-radius:10px;font-size:14px;margin-bottom:20px;width:100%;box-sizing:border-box}.email-verify-modal-form{width:100%;display:flex;flex-direction:column;gap:20px;align-items:center}.email-verify-modal-btn{width:100%;border:none;border-radius:12px;padding:14px 24px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease}.email-verify-modal-btn.primary{background:#fff;color:#0a0a0a}.email-verify-modal-btn.primary:hover:not(:disabled){background:#f0f0f0}.email-verify-modal-btn.primary:disabled{opacity:.3;cursor:not-allowed}.email-verify-spinner{animation:spin 1s linear infinite}.email-verify-modal-links{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:20px}.email-verify-link-btn{background:none;border:none;color:#fff6;font-size:14px;cursor:pointer;padding:4px 8px;transition:color .15s ease}.email-verify-link-btn:hover:not(:disabled){color:#ffffffb3}.email-verify-link-btn:disabled{cursor:default}.email-verify-separator{color:#ffffff26;font-size:13px}@media(max-width:480px){.email-verify-modal{padding:32px 24px 24px;border-radius:16px}}.email-verify-page{position:fixed;top:0;left:0;right:0;bottom:0;background:#0a0a0a;z-index:10000;display:flex;flex-direction:column;overflow:hidden}.email-verify-page-header{padding:12px 16px;flex-shrink:0}.email-verify-back-btn{background:none;border:none;color:#fff9;padding:8px;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:color .15s ease}.email-verify-back-btn:hover{color:#fff}.email-verify-page-content{flex:1;display:flex;flex-direction:column;align-items:center;padding:0 24px;padding-top:8vh}.email-verify-page-title{font-size:28px;font-weight:600;color:#fff;margin:0 0 12px;letter-spacing:-.02em}.email-verify-page-subtitle{font-size:16px;color:#ffffff73;margin:0 0 48px;line-height:1.5;text-align:center}.email-verify-page-boxes{margin-bottom:32px;width:100%;max-width:380px}.email-verify-page-error{color:#f87171;font-size:14px;margin:0 0 16px;text-align:center}.email-verify-page-loading{display:flex;align-items:center;gap:8px;color:#ffffff80;font-size:15px;margin-bottom:16px}.email-verify-spinner{animation:emailVerifySpin 1s linear infinite}@keyframes emailVerifySpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.email-verify-page-resend{background:none;border:none;color:#ffffff59;font-size:15px;cursor:pointer;padding:8px 16px;transition:color .15s ease}.email-verify-page-resend:hover:not(:disabled){color:#fff9}.email-verify-page-resend:disabled{cursor:default}.otp-code-input-wrapper{width:100%}.otp-code-input{width:100%;padding:14px 16px;font-size:24px;font-weight:600;letter-spacing:8px;text-align:center;background:#141414;border:1px solid #2a2a2a;border-radius:10px;color:#fff;outline:none;transition:border-color .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;box-sizing:border-box}.otp-code-input::placeholder{color:#444;letter-spacing:8px}.otp-code-input:focus{border-color:#555}.otp-code-input:disabled{opacity:.5;cursor:not-allowed}.otp-code-input-error{border-color:#ef4444}.otp-code-input-error:focus{border-color:#ef4444}.otp-code-error{margin:8px 0 0;font-size:13px;color:#ef4444;text-align:center}.auth-page{min-height:100vh;display:flex;flex-direction:column;position:relative;background:linear-gradient(0deg,#0d0d0d,#0d0d0d),#121212;overflow:hidden}.auth-container{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;z-index:1}.auth-card{background:#0d0d0d33;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid #242424;border-radius:20px;padding:40px;width:440px;max-width:100%;display:flex;flex-direction:column;align-items:center;animation:fadeInUp .5s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-logo{width:72px;height:78px;margin-bottom:20px;object-fit:contain}.auth-title{color:#fff;font-size:23px;font-family:Inter,-apple-system,sans-serif;font-weight:300;line-height:30px;text-align:center;margin:0 0 8px}.auth-subtitle{color:#aaa;font-size:14px;font-family:Roboto,-apple-system,sans-serif;font-weight:400;line-height:17px;text-align:center;margin:0 0 24px}.google-signin-btn{width:100%;height:58px;background:#ffffffe6;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.5);border-radius:9999px;box-shadow:0 1px 0 1px #fff inset;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .2s ease;margin-bottom:24px}.google-signin-btn:hover:not(:disabled){background:#fff;transform:translateY(-1px)}.google-signin-btn:active:not(:disabled){transform:translateY(0)}.google-signin-btn:disabled{opacity:.7;cursor:not-allowed}.google-icon{width:24px;height:24px;flex-shrink:0}.google-signin-btn span{color:#1f2937;font-size:13.6px;font-family:Inter,-apple-system,sans-serif;font-weight:500}.button-spinner{width:20px;height:20px;animation:spin 1s linear infinite;color:#1f2937}.auth-divider{width:100%;display:flex;align-items:center;gap:16px;margin-bottom:24px}.auth-divider-line{flex:1;height:1px;background:#252525}.auth-divider-text{color:#363636;font-size:14px;font-family:Roboto,-apple-system,sans-serif;font-weight:400;line-height:17px}.auth-form{width:100%;display:flex;flex-direction:column;gap:14px}.auth-input-wrapper{width:100%;height:58px;position:relative;background:#1d1d1d;border:1px solid #242424;border-radius:9999px;overflow:hidden;transition:border-color .2s ease}.auth-input-wrapper:focus-within{border-color:#3a3a3a}.auth-input{width:100%;height:100%;background:transparent;border:none;padding:0 28px;color:#fff;font-size:14px;font-family:Roboto,-apple-system,sans-serif;font-weight:400;outline:none;box-sizing:border-box}.auth-input::placeholder{color:#aaa}.auth-input:-webkit-autofill,.auth-input:-webkit-autofill:hover,.auth-input:-webkit-autofill:focus{-webkit-text-fill-color:white;-webkit-box-shadow:0 0 0px 1000px #1D1D1D inset;transition:background-color 5000s ease-in-out 0s}.password-input-wrapper{position:relative}.password-input-wrapper .auth-input{padding-right:56px}.password-toggle{position:absolute;right:20px;top:50%;transform:translateY(-50%);background:none;border:none;color:#69696c;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.password-toggle:hover{color:#aaa}.continue-btn{width:100%;height:58px;border:none;border-radius:9999px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;margin-top:10px}.continue-btn:not(:disabled){background:#fff}.continue-btn:not(:disabled) span{color:#0d0d0d;font-size:15px;font-family:Roboto,-apple-system,sans-serif;font-weight:500;line-height:19px}.continue-btn:not(:disabled):hover{background:#f0f0f0;transform:translateY(-1px)}.continue-btn:not(:disabled):active{transform:translateY(0)}.continue-btn:disabled{background:#1d1d1d;cursor:not-allowed}.continue-btn:disabled span{color:#fff;font-size:15px;font-family:Roboto,-apple-system,sans-serif;font-weight:500;line-height:19px;opacity:.5}.forgot-password-btn{background:none;border:none;color:#aaa;font-size:13px;font-family:Roboto,-apple-system,sans-serif;cursor:pointer;padding:8px 0;text-align:center;transition:color .2s ease;margin-top:4px}.forgot-password-btn:hover:not(:disabled){color:#fff;text-decoration:underline}.forgot-password-btn:disabled{opacity:.5;cursor:not-allowed}.auth-method-toggle{width:100%;display:flex;gap:8px;margin-bottom:20px;background:#1d1d1d;border-radius:9999px;padding:4px;border:1px solid #242424}.auth-method-btn{flex:1;height:42px;display:flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:9999px;background:transparent;color:#69696c;font-size:14px;font-family:Inter,-apple-system,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease}.auth-method-btn:hover:not(:disabled){color:#aaa}.auth-method-btn.active{background:#2a2a2a;color:#fff}.auth-method-btn:disabled{opacity:.5;cursor:not-allowed}.auth-phone-input-wrapper{width:100%;height:58px;display:flex;background:#1d1d1d;border:1px solid #242424;border-radius:9999px;overflow:hidden;transition:border-color .2s ease}.auth-phone-input-wrapper:focus-within{border-color:#242424}.auth-country-select{width:90px;flex-shrink:0;background:transparent;border:none;border-right:none;color:#fff;font-size:14px;font-family:Roboto,-apple-system,sans-serif;padding:0 8px 0 16px;outline:none;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}.auth-country-select,.auth-country-select:focus,.auth-country-select:focus-visible{outline:none!important;box-shadow:none!important;border-right:none!important;border-radius:0!important}.auth-country-select option{background:#1d1d1d;color:#fff}.auth-phone-input.auth-input,.auth-phone-input.auth-input:focus,.auth-phone-input.auth-input:focus-visible{outline:none!important;box-shadow:none!important;border:none!important;border-radius:0!important;transition:none!important}.auth-phone-input{flex:1;border:none!important;padding:0 20px!important}.auth-secondary-btn{width:100%;height:58px;border:1px solid #363636;border-radius:9999px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.auth-secondary-btn span{color:#aaa;font-size:15px;font-family:Roboto,-apple-system,sans-serif;font-weight:500;line-height:19px}.auth-secondary-btn:hover{border-color:#4a4a4a;background:#ffffff08}.auth-secondary-btn:hover span{color:#fff}.auth-terms{width:100%;text-align:center;margin-top:24px}.auth-terms-text{font-size:12px;font-family:Roboto,-apple-system,sans-serif;font-weight:400;line-height:16.5px;margin:0}.auth-terms-text .muted{color:#69696c}.auth-terms-link{color:#aaa;text-decoration:none;transition:color .2s ease}.auth-terms-link:hover{color:#fff;text-decoration:underline}.auth-mode-toggle{margin-top:20px;text-align:center}.auth-mode-toggle span{color:#69696c;font-size:14px;font-family:Roboto,-apple-system,sans-serif;font-weight:400}.auth-mode-toggle button{background:none;border:none;color:#aaa;font-size:14px;font-family:Roboto,-apple-system,sans-serif;font-weight:500;cursor:pointer;padding:4px 8px;margin-left:4px;transition:color .2s ease}.auth-mode-toggle button:hover{color:#fff;text-decoration:underline}.auth-error{width:100%;background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#f87171;padding:12px 16px;border-radius:12px;font-size:14px;font-family:Roboto,-apple-system,sans-serif;text-align:center;margin-bottom:16px}.auth-error.success{background:#22c55e26;border-color:#22c55e4d;color:#4ade80}.auth-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:300px}.loading-spinner{width:40px;height:40px;color:#aaa;animation:spin 1s linear infinite}.auth-loading p{color:#aaa;font-size:14px;font-family:Roboto,-apple-system,sans-serif;margin:0}.auth-back-btn,.auth-mobile-header{display:none}@media(max-width:768px){.auth-container{padding:1.5rem}.auth-card{padding:32px 24px}}@media(max-width:480px){.auth-page{padding-top:0}.auth-container{padding:0;align-items:flex-start}.auth-card{width:100%;min-height:100vh;border-radius:0;border:none;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;padding:80px 24px 40px}.auth-mobile-header{display:flex;position:fixed;top:0;left:0;right:0;height:64px;align-items:center;padding:0 24px;z-index:10;background:#0d0d0d}.auth-back-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#1d1d1d;border:none;border-radius:9999px;cursor:pointer;color:#fff;transition:background .2s ease}.auth-back-btn:hover{background:#2a2a2a}.auth-back-btn svg{width:16px;height:16px}.auth-subtitle{display:none}.auth-logo{margin-bottom:16px}.auth-title{margin-bottom:24px}.google-signin-btn,.auth-input-wrapper,.continue-btn{height:58px}}.auth-deleted-toast{position:fixed;bottom:40px;left:50%;transform:translate(-50%);background:#fff;color:#111;padding:12px 28px;border-radius:100px;font-size:14px;font-weight:500;box-shadow:0 4px 20px #0000004d;z-index:9999;animation:toast-in .3s ease-out,toast-out .3s ease-in 3.5s forwards}@keyframes toast-in{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes toast-out{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(20px)}}.create-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#242424;border-radius:24px;padding:6px;min-width:160px;z-index:1000;animation:dropdownFadeIn .15s ease-out;box-shadow:0 4px 20px #0000004d}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.create-dropdown-item{width:100%;padding:12px 16px;background:transparent;border:none;border-radius:18px;color:#fff;font-size:14px;font-weight:500;text-align:left;cursor:pointer;transition:background-color .15s ease}.create-dropdown-item:hover{background:#ffffff1a}.tne-container{display:flex;flex-direction:column;width:100%;flex:1;min-height:0}.tne-toolbar{display:inline-flex;align-self:flex-start;gap:4px;padding:8px;background:#2e2e2e;border-radius:8px;margin-bottom:8px;flex-shrink:0}.tne-toolbar-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;color:#ffffffb3;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif}.tne-toolbar-btn:hover{background:#ffffff1a;color:#fff}.tne-toolbar-btn.active{background:#ffffff26;color:#fff}.tne-editor-area{flex:1;overflow-y:auto;min-height:0}.tne-editor-content{height:100%}.tne-editor-content .tiptap{outline:none;height:100%;padding:8px 4px;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;line-height:1.5}.tne-editor-content .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#ffffff4d;pointer-events:none;height:0}.tne-editor-content .tiptap h1{font-size:14.5px;font-weight:400;margin:0 0 8px;line-height:1.3}.tne-editor-content .tiptap h2{font-size:17.4px;font-weight:600;margin:0 0 8px;line-height:1.3}.tne-editor-content .tiptap p{margin:0 0 8px}.tne-editor-content .tiptap strong{font-size:13.5px;font-weight:700}.tne-editor-content .tiptap ul{padding-left:20px;margin:0 0 8px}.tne-editor-content .tiptap li{margin-bottom:4px}.tne-footer{display:flex;align-items:center;justify-content:space-between;padding-top:8px;flex-shrink:0}.tne-char-count{font-size:12px;color:#fff6;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif}.tne-char-count.over-limit{color:#ef4444}.tne-submit-btn{padding:10px 24px;background:#ffffff1a;border:none;border-radius:300px;color:#fff;font-size:14px;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;cursor:not-allowed;pointer-events:none;transition:all .2s ease}.tne-submit-btn.active{background:#fff;color:#0d0d0d;cursor:pointer;pointer-events:auto}.tne-submit-btn.active:hover{background:#ffffffe6}.tne-submit-btn.active:active{transform:scale(.98)}.tne-desktop .tne-editor-content .tiptap{color:#fff}.tne-mobile .tne-toolbar{background:#2e2e2e}.tne-mobile .tne-toolbar-btn{color:#ffffffb3}.tne-mobile .tne-toolbar-btn:hover{background:#ffffff1a;color:#fff}.tne-mobile .tne-toolbar-btn.active{background:#ffffff26;color:#fff}.tne-mobile .tne-editor-content .tiptap{color:#fff}.tne-mobile .tne-editor-content .tiptap p.is-editor-empty:first-child:before{color:#ffffff4d}.tne-mobile .tne-footer{margin-top:auto;padding-bottom:16px}.tne-mobile .tne-char-count{color:#fff6;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.tne-mobile .tne-char-count.over-limit{color:#ef4444}.tne-detail .tne-editor-content .tiptap{color:#fff;padding:0}.tne-detail .tne-toolbar{opacity:0;transition:opacity .2s ease}.tne-detail:focus-within .tne-toolbar{opacity:1}.tne-detail .tne-footer{opacity:0;transition:opacity .2s ease}.tne-detail:focus-within .tne-footer{opacity:1}.upgrade-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0d0d0db3;display:flex;align-items:center;justify-content:center;z-index:10001;animation:upgradeModalFadeIn .15s ease-out}@keyframes upgradeModalFadeIn{0%{opacity:0}to{opacity:1}}.upgrade-modal-card{background:#fff;border-radius:24px;width:300px;padding:40px 30px 30px;box-shadow:0 1px 2px -1px #0000001a,0 1px 3px #0000001a;display:flex;flex-direction:column;align-items:center;animation:upgradeModalScaleIn .15s ease-out}@keyframes upgradeModalScaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.upgrade-modal-logo{height:40px;object-fit:contain;margin-bottom:16px}.upgrade-modal-message{color:#69696c;font-size:13.3px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;line-height:20px;text-align:center;margin-bottom:28px}.upgrade-modal-btn{width:240px;height:50px;background:#0d0d0d;border:none;border-radius:9999px;color:#fff;font-size:13px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;text-transform:uppercase;line-height:16px;letter-spacing:.3px;cursor:pointer;transition:background .2s ease}.upgrade-modal-btn:hover{background:#2a2a2a}.desktop-create-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0d0d0de6;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}.url-input-modal{display:flex;align-items:center;width:443px;height:72px;background:#242424;border-radius:16px;padding:0 16px;gap:8px;animation:scaleIn .15s ease-out}.url-submit-buttons{display:flex;gap:8px;flex-shrink:0}.url-submit-btn.url-submit-latest,.url-submit-btn.url-submit-popular{width:90px;background:#ffffff1a}.url-submit-btn.url-submit-latest.active,.url-submit-btn.url-submit-popular.active{background:#2e2e2e;color:#fff}.url-submit-btn.url-submit-latest.active:hover,.url-submit-btn.url-submit-popular.active:hover{background:#3a3a3a}.url-submit-btn.url-submit-all{width:90px}.url-submit-btn.url-submit-all.active{background:#fff;color:#0d0d0d}.url-submit-btn.url-submit-all.active:hover{background:#ffffffe6}.url-submit-btn.url-submit-upgrade{width:90px}.url-submit-btn.url-submit-upgrade.active{background:#fff;color:#0d0d0d}.url-submit-btn.url-submit-upgrade.active:hover{background:#ffffffe6}.source-input-modal{display:flex;flex-direction:column;width:443px;gap:8px;animation:scaleIn .15s ease-out}.source-input-bar{display:flex;align-items:center;width:100%;height:72px;background:#242424;border-radius:16px;padding:0 16px;gap:8px}.source-input-helper{color:#69696c;font-size:12px;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;text-align:center;padding:0 4px}.source-input-helper.source-input-error{color:#ef4444}.note-input-modal{position:relative;width:480px;height:400px;background:#242424;border-radius:16px;padding:16px;display:flex;flex-direction:column;animation:scaleIn .15s ease-out}.note-close-btn{position:absolute;top:12px;right:12px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;color:#ffffff80;cursor:pointer;transition:all .15s ease;z-index:1}.note-close-btn:hover{background:#ffffff1a;color:#fff}@media(max-width:480px){.url-input-modal,.source-input-modal{width:calc(100% - 32px);max-width:443px;margin:0 16px}.note-input-modal{width:calc(100% - 32px);max-width:480px;margin:0 16px;height:360px}}.choice-modal--v2{width:420px;padding:0;background:#242424;border-radius:20px;overflow:hidden}.choice-modal-photos{padding:18px 20px 4px}.choice-modal-photos__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px}.choice-modal-photos__title{font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-size:17px;font-weight:600;color:#fff}.choice-modal-photos__show-all{background:none;border:none;color:#2e80ff;font-size:15px;font-weight:500;cursor:pointer;padding:0}.choice-modal-photos__show-all:hover{text-decoration:underline}.choice-modal-photos__strip{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.choice-modal-photos__tile{aspect-ratio:1 / 1;border-radius:18px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ffffffd9;padding:0;overflow:hidden;transition:background .15s ease}.choice-modal-photos__tile--camera{background:#2e2e2e}.choice-modal-photos__tile--camera:hover{background:#3a3a3a}.choice-modal-photos__tile--placeholder{background:#1f1f1f}.choice-modal-photos__tile--placeholder:hover{background:#2a2a2a}.choice-modal-divider{height:1px;background:#ffffff14;margin:12px 20px}.choice-modal-rows{padding:4px 8px 12px;display:flex;flex-direction:column;gap:2px}.choice-modal-row{display:flex;align-items:center;gap:12px;width:100%;padding:12px;background:transparent;border:none;border-radius:12px;color:#fff;cursor:pointer;transition:background .15s ease;text-align:left}.choice-modal-row:hover{background:#ffffff0f}.choice-modal-row:active{background:#ffffff1a}.choice-modal-row__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#353536;border-radius:50%;flex-shrink:0}.choice-modal-row__label{font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-size:17px;font-weight:500;color:#fff;line-height:1.2}@media(max-width:480px){.choice-modal--v2{width:calc(100% - 24px);max-width:420px;margin:0 12px}}.mobile-bottom-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);touch-action:none;overscroll-behavior:none}.mobile-bottom-sheet-overlay.open{opacity:1;visibility:visible}.mobile-bottom-sheet{position:fixed;bottom:0;left:0;right:0;max-height:90vh;min-height:50vh;background:#1a1a1a;border-radius:20px 20px 0 0;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);overflow:hidden;padding-bottom:env(safe-area-inset-bottom,0)}.mobile-bottom-sheet-overlay.open .mobile-bottom-sheet{transform:translateY(0)}.mobile-bottom-sheet-drag-area{display:flex;justify-content:center;padding:12px 0 8px;cursor:grab;touch-action:none}.mobile-bottom-sheet-handle{width:36px;height:4px;background:#ffffff4d;border-radius:2px}.mobile-bottom-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:0 20px 16px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.mobile-bottom-sheet-header.centered{justify-content:center}.mobile-bottom-sheet-title{font-size:18px;font-weight:600;color:#fff;margin:0}.mobile-bottom-sheet-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;color:#fff6;cursor:pointer;transition:all .2s ease}.mobile-bottom-sheet-close:hover{color:#fff9}.mobile-bottom-sheet-close:active{transform:scale(.95);color:#fffc}.mobile-bottom-sheet-body{flex:1;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mobile-bottom-sheet-footer{padding:16px 20px;border-top:1px solid rgba(255,255,255,.1);background:#1a1a1a;flex-shrink:0}.bottom-sheet-search{padding:16px 20px;position:sticky;top:0;background:#1a1a1a;z-index:1}.bottom-sheet-search-input{width:100%;padding:14px 16px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;color:#fff;font-size:16px;outline:none;transition:all .2s ease}.bottom-sheet-search-input::placeholder{color:#fff6}.bottom-sheet-search-input:focus{background:#ffffff1a;border-color:#ffffff4d}.bottom-sheet-options{padding:8px 12px}.bottom-sheet-option{display:flex;align-items:center;gap:16px;width:100%;padding:16px;background:transparent;border:none;border-radius:12px;cursor:pointer;transition:all .15s ease;text-align:left;color:#ffffffe6}.bottom-sheet-option:hover{background:#ffffff0f}.bottom-sheet-option:active{background:#ffffff1a;transform:scale(.98)}.bottom-sheet-option.selected{background:#ffffff14}.bottom-sheet-checkbox{width:24px;height:24px;border:2px solid rgba(255,255,255,.3);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease;background:transparent}.bottom-sheet-checkbox.checked{background:#fff;border-color:#fff}.bottom-sheet-checkbox .checkmark{color:#000;font-size:14px;font-weight:700;line-height:1}.bottom-sheet-option-icon{display:flex;align-items:center;flex-shrink:0;color:#fff9}.bottom-sheet-option-content{flex:1;min-width:0}.bottom-sheet-option-name{font-size:16px;font-weight:500;color:#fff;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bottom-sheet-option-meta{font-size:14px;color:#ffffff80;margin-top:2px}.bottom-sheet-option-count{font-size:14px;color:#ffffff80;font-weight:500;flex-shrink:0}.bottom-sheet-empty,.bottom-sheet-loading{padding:40px 20px;text-align:center;color:#ffffff80;font-size:15px}.bottom-sheet-actions{display:flex;gap:12px}.bottom-sheet-action-btn{flex:1;padding:16px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.bottom-sheet-action-btn:active{transform:scale(.98)}.bottom-sheet-action-btn.clear{background:#ffffff1a;color:#fffc}.bottom-sheet-action-btn.clear:hover{background:#ffffff26}.bottom-sheet-action-btn.clear:disabled{opacity:.4;cursor:not-allowed}.bottom-sheet-action-btn.apply{background:#fff;color:#000}.bottom-sheet-action-btn.apply:hover{background:#ffffffe6}.bottom-sheet-select-all{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:8px}.bottom-sheet-select-all .bottom-sheet-option-name{font-weight:600;color:#fffc}.bottom-sheet-divider{height:1px;background:#ffffff1a;margin:8px 16px}.bottom-sheet-selection-count{font-size:14px;font-weight:500;color:#fff9;margin-left:8px}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(min-width:769px){.mobile-only-bottom-sheet{display:none}}.mobile-bottom-sheet-overlay.mobile-create-sheet{background:#0d0d0de6!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.mobile-bottom-sheet-overlay.mobile-create-sheet .mobile-bottom-sheet{background:#242424!important;border-radius:30px!important;width:calc(100% - 24px)!important;left:12px!important;right:12px!important;bottom:13px!important;height:261px!important;min-height:unset!important;max-height:unset!important;padding-bottom:0!important;overflow:visible!important}.mobile-bottom-sheet-overlay.mobile-create-sheet .mobile-bottom-sheet{transform:translateY(calc(100% + 26px))}.mobile-bottom-sheet-overlay.mobile-create-sheet.open .mobile-bottom-sheet{transform:translateY(0)!important}.mobile-bottom-sheet-overlay.mobile-create-sheet .mobile-bottom-sheet-drag-area{padding:3px 0 0!important;position:absolute!important;top:0!important;left:0!important;right:0!important;display:flex!important;justify-content:center!important}.mobile-bottom-sheet-overlay.mobile-create-sheet .mobile-bottom-sheet-handle{width:23px!important;height:4px!important;background:#ffffff4d!important;border-radius:2px!important}.mobile-bottom-sheet-overlay.mobile-create-sheet .mobile-bottom-sheet-header{border-bottom:none!important;padding:24px 20px 12px!important;justify-content:center!important}.mobile-bottom-sheet-overlay.mobile-create-sheet .mobile-bottom-sheet-close{display:none!important}.mobile-bottom-sheet-overlay.mobile-create-sheet .mobile-bottom-sheet-title{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-weight:300!important;font-size:17.3px!important;color:#fff!important;text-align:center!important}.mobile-create-menu{padding:8px 12px;display:flex;flex-direction:column;gap:8px}.mobile-create-menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px;background:#2e2e2e;border:none;color:#fff;cursor:pointer;transition:background-color .15s ease;border-radius:20px}.mobile-create-menu-item:hover,.mobile-create-menu-item:active{background:#3a3a3a}.mobile-create-menu-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#353536;border-radius:50%;flex-shrink:0}.mobile-create-menu-content{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:2px}.mobile-create-menu-title{font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;font-weight:500;color:#fff;line-height:1.2}.mobile-create-menu-subtitle{font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-weight:400;color:#aaa;line-height:1.2}.mobile-create-menu-chevron{color:#fff6;flex-shrink:0}.mobile-bottom-sheet-overlay.mobile-url-sheet .mobile-bottom-sheet{height:227px!important}.mobile-bottom-sheet-overlay.mobile-url-sheet .mobile-bottom-sheet-title{font-size:18.9px!important;line-height:23px!important}.mobile-url-content{display:flex;flex-direction:column;gap:10px;padding:0 24px}.mobile-url-input-row{position:relative;width:100%;height:58px;background:#2e2e2e;border-radius:29px;display:flex;align-items:center;overflow:hidden}.mobile-url-input{flex:1;height:100%;padding:0 110px 0 26px;background:transparent;border:none;color:#fff;font-size:15px;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;outline:none;box-sizing:border-box}.mobile-url-input::placeholder{color:#9ca3af}.mobile-url-input:disabled{opacity:.6}.mobile-url-public-badge{position:absolute;right:11px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px;padding:10px 12px;border-radius:9999px;outline:1px solid rgba(255,255,255,.06);outline-offset:-1px;cursor:pointer}.mobile-url-public-badge span{color:#fff;font-size:12px;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;line-height:15px}.mobile-url-public-badge svg{flex-shrink:0}.mobile-url-chevron-down{margin-left:2px}.mobile-url-error{font-size:13px;color:#ef4444;padding-left:4px;margin-top:-4px}.mobile-url-create-btn{width:100%;height:58px;background:#ffffff1a;border:none;border-radius:300px;color:#fff;font-size:15px;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;line-height:20px;cursor:not-allowed;pointer-events:none;transition:all .2s ease}.mobile-url-create-btn.active{background:#fff;color:#0d0d0d;cursor:pointer;pointer-events:auto}.mobile-url-create-btn.active:active{transform:scale(.98)}.mobile-bottom-sheet-overlay.mobile-url-sheet-profile .mobile-bottom-sheet{height:227px!important}.mobile-url-buttons-row{display:flex;flex-direction:row;gap:18px;width:100%}.mobile-url-latest-btn,.mobile-url-popular-btn{flex:1;height:58px;background:#ffffff1a;border:none;border-radius:300px;color:#fff;font-size:15px;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;line-height:20px;cursor:not-allowed;pointer-events:none;transition:all .2s ease}.mobile-url-latest-btn.active,.mobile-url-popular-btn.active{background:#2e2e2e;color:#fff;cursor:pointer;pointer-events:auto}.mobile-url-latest-btn.active:active,.mobile-url-popular-btn.active:active{transform:scale(.98)}.mobile-url-all-btn{flex:1;height:58px;background:#ffffff1a;border:none;border-radius:300px;color:#fff;font-size:15px;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;line-height:20px;cursor:not-allowed;pointer-events:none;transition:all .2s ease}.mobile-url-all-btn.active{background:#fff;color:#0d0d0d;cursor:pointer;pointer-events:auto}.mobile-url-all-btn.active:active{transform:scale(.98)}.mobile-url-upgrade-btn{width:100%;height:58px;background:#ffffff1a;border:none;border-radius:300px;color:#fff;font-size:15px;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;line-height:20px;cursor:not-allowed;pointer-events:none;transition:all .2s ease}.mobile-url-upgrade-btn.active{background:#fff;color:#0d0d0d;cursor:pointer;pointer-events:auto}.mobile-url-upgrade-btn.active:active{transform:scale(.98)}.mobile-bottom-sheet-overlay.mobile-note-sheet .mobile-bottom-sheet{height:400px!important}.mobile-bottom-sheet-overlay.mobile-note-sheet .mobile-bottom-sheet-body{display:flex;flex-direction:column}.mobile-note-content{display:flex;flex-direction:column;flex:1;padding:0 24px;min-height:0}.mobile-bottom-sheet-overlay.mobile-create-sheet--v2 .mobile-bottom-sheet{height:auto!important;max-height:80vh!important}.mobile-bottom-sheet-overlay.mobile-create-sheet--v2 .mobile-bottom-sheet-header{display:none!important}.mobile-create-photos{padding:18px 20px 4px}.mobile-create-photos__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px}.mobile-create-photos__title{font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-size:17px;font-weight:600;color:#fff}.mobile-create-photos__show-all{background:none;border:none;color:#2e80ff;font-size:15px;font-weight:500;cursor:pointer;padding:0}.mobile-create-photos__strip{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.mobile-create-photos__tile{aspect-ratio:1 / 1;border-radius:18px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ffffffd9;padding:0;overflow:hidden;transition:background .15s ease}.mobile-create-photos__tile--camera{background:#2e2e2e}.mobile-create-photos__tile--camera:hover,.mobile-create-photos__tile--camera:active{background:#3a3a3a}.mobile-create-photos__tile--placeholder{background:#1f1f1f}.mobile-create-photos__tile--placeholder:hover,.mobile-create-photos__tile--placeholder:active{background:#2a2a2a}.mobile-create-divider{height:1px;background:#ffffff14;margin:12px 20px}.mobile-create-menu-item--flat{background:transparent;border-radius:0;padding:12px 8px}.mobile-create-menu-item--flat:hover,.mobile-create-menu-item--flat:active{background:#ffffff0a;border-radius:12px}.mobile-create-menu-item--flat .mobile-create-menu-title{font-size:17px;font-weight:500}.uploading-card{width:100%;aspect-ratio:1 / 1;background:transparent;border:1px dashed #3E3D3D;border-radius:0;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;animation:cardFadeIn .3s ease-out}@keyframes cardFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.uploading-card.completed{border:1px solid #22C55E;background:#22c55e0d}.uploading-card.failed,.uploading-card.refresh-failed{border:1px solid #EF4444;background:#ef44440d}.uploading-card-content{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px}.spokes-spinner{position:relative}.spoke{position:absolute;top:50%;left:50%;width:2px;height:6px;margin-left:-1px;background:#fff;border-radius:1px;transform-origin:center 10px;animation:spokeFade 1s linear infinite}@keyframes spokeFade{0%,39%,to{opacity:.2}40%{opacity:1}}.uploading-check{width:40px;height:40px;background:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:checkPop .3s ease-out}.uploading-check svg{width:20px;height:20px;color:#fff}@keyframes checkPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.uploading-error{width:40px;height:40px;background:#ef4444;border-radius:50%;display:flex;align-items:center;justify-content:center}.uploading-error svg{width:20px;height:20px;color:#fff}.uploading-info{display:flex;flex-direction:column;align-items:center;gap:4px}.uploading-count{font-size:16px;font-weight:600;color:#fff}.uploading-status{font-size:12px;color:#fff9}.uploading-card.completed .uploading-status{color:#22c55e}.uploading-card.failed .uploading-status,.uploading-card.refresh-failed .uploading-status{color:#ef4444}.uploading-queued-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#ffffff80}.uploading-queued-count{font-size:11px;color:#fff6;margin-top:2px}.uploading-card.has-thumbnail{border:1px solid #22C55E;background:transparent}.uploading-card-thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.uploading-card.has-thumbnail .uploading-card-content{position:relative;z-index:1;background:#0009;padding:16px;border-radius:8px}.choice-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}.choice-modal{background:#242424;border-radius:16px;padding:8px;animation:scaleIn .2s ease-out}.choice-modal-cards{display:flex;flex-direction:row;gap:8px}.choice-card{display:flex;flex-direction:column;align-items:center;justify-content:center;width:170px;height:116px;background:#2e2e2e;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease-out;padding:0}.choice-card:hover{background:#3a3a3a}.choice-card:active{background:#333;transform:scale(.98)}.choice-card-icon{display:flex;align-items:center;justify-content:center;margin-bottom:12px}.choice-card-label{color:#fff;font-size:13px;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;line-height:16px;text-align:center}@media(max-width:480px){.choice-modal-cards{flex-direction:column}}.url-input-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0d0d0de6;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.url-input-modal{display:flex;align-items:center;width:409px;height:72px;background:#242424;border-radius:16px;padding:0 16px;gap:8px;animation:scaleIn .2s ease-out}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.url-input-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.url-input-field{flex:1;height:100%;background:transparent;border:none;color:#fff;font-size:15px;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;outline:none;box-sizing:border-box;min-width:0}.url-input-field::placeholder{color:#69696c}.url-input-field:disabled{opacity:.6}.url-submit-btn{flex-shrink:0;width:90px;height:40px;background:#ffffff1a;border:none;border-radius:300px;color:#fff;font-size:13px;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;line-height:16px;cursor:not-allowed;pointer-events:none;transition:all .2s ease}.url-submit-btn.active{background:#fff;color:#0d0d0d;cursor:pointer;pointer-events:auto}.url-submit-btn.active:hover{background:#ffffffe6}.url-submit-btn.active:active{transform:scale(.98)}.url-input-error-toast{position:absolute;top:calc(50% + 52px);left:50%;transform:translate(-50%);padding:12px 20px;background:#ef4444;border-radius:8px;color:#fff;font-size:13px;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;animation:fadeIn .2s ease-out}@media(max-width:480px){.url-input-modal{width:calc(100% - 32px);max-width:409px;margin:0 16px}}.notification-toast{position:fixed;bottom:40px;left:50%;transform:translate(-50%) translateY(100px);opacity:0;z-index:2000;background:#fff;border-radius:9999px;padding:12px 16px 12px 12px;display:flex;align-items:center;gap:12px;box-shadow:0 4px 20px #00000026;transition:all .3s cubic-bezier(.4,0,.2,1)}.notification-toast.visible{transform:translate(-50%) translateY(0);opacity:1}.toast-icon-circle{width:16px;height:16px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-check-icon{color:#fff;font-size:10px}.toast-message{color:#0d0d0d;font-size:13px;font-family:Roboto,sans-serif;font-weight:500;line-height:16px;white-space:nowrap}.toast-action-button{background:transparent;border:none;padding:4px 8px;margin-left:4px;color:#0d0d0d;font-size:13px;font-family:Roboto,sans-serif;font-weight:700;line-height:16px;cursor:pointer;border-radius:9999px;transition:background .15s ease}.toast-action-button:hover{background:#0000000f}.toast-action-button:active{background:#0000001f}@media(max-width:768px){.notification-toast{bottom:100px}}.mobile-nav-bar{display:none;position:fixed;left:50%;transform:translate(-50%);bottom:12px;width:auto;height:48px;border-radius:24px;border:1px solid rgba(255,255,255,.1);background:#0d0d0dd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:1000;justify-content:center;align-items:center;padding:0 4px;gap:4px}@media(max-width:751px){.mobile-nav-bar{display:flex}}.mobile-nav-item{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:18px;color:#aaa;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.mobile-nav-item:hover{color:#fff}.mobile-nav-item:active{transform:scale(.95)}.mobile-nav-item.active{color:#fff}.mobile-nav-avatar-container{position:relative;width:24px;height:24px}.mobile-nav-avatar{width:20px;height:20px;border-radius:50%;object-fit:cover;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#1d1d1d}.mobile-nav-avatar-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:22px;height:22px;border-radius:50%;border:2px solid #0D0D0D;pointer-events:none}.mobile-nav-avatar-ring.active{border-color:#fafafa}@media(max-width:751px){.app-main-content,.app-container .app-main-content,body{padding-bottom:72px}}.billing-error-banner{background:#dc2626;color:#fff;padding:10px 16px;width:100%;position:fixed;top:0;left:0;right:0;z-index:1001}.billing-error-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:10px;font-size:.875rem}.billing-error-icon{flex-shrink:0}.billing-error-message{font-weight:500}.billing-error-link{background:none;border:none;color:#fff;font-weight:600;cursor:pointer;padding:0;font-size:.875rem;text-decoration:underline;text-underline-offset:2px;white-space:nowrap;transition:opacity .15s ease}.billing-error-link:hover{opacity:.85}@media(max-width:640px){.billing-error-banner{padding:8px 12px}.billing-error-content{gap:8px;font-size:.8125rem}.billing-error-icon{display:none}.billing-error-message{flex:1;text-align:center}.billing-error-link{font-size:.8125rem}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-container{display:flex;min-height:100vh;background:var(--bg-primary)}.app-main-content{margin-left:240px;flex:1;min-width:0;transition:margin-left .3s ease;padding-left:2rem}@media(min-width:769px){.app-main-content{margin-left:0!important;padding-left:0!important}}@media(max-width:768px){.app-main-content{margin-left:0;padding-left:0}}.app-main-content.has-billing-banner{padding-top:38px}@media(max-width:640px){.app-main-content.has-billing-banner{padding-top:34px}}.user-bar{display:flex;justify-content:space-between;align-items:center;background:#ffffff1a;padding:1rem 2rem;border-radius:12px;margin-bottom:2rem;color:#fff}.sign-out-btn{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:background-color .2s}.sign-out-btn:hover{background:#ffffff4d}.input-download-container{background:#1c1c1ce6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:2.5rem;padding:1.5rem;margin-top:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem;box-shadow:0 8px 32px #0000004d,0 4px 6px -1px #0000001a,inset 0 1px #ffffff1a;position:relative;z-index:0;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1)}.input-download-row{display:flex;align-items:center;gap:1rem;width:100%}.input-container{position:relative;display:flex;align-items:center;flex:1;margin-bottom:0}.url-input{width:100%;padding:1.25rem 5rem 1.25rem 1.5rem;font-size:1.1rem;font-family:inherit;font-weight:400;color:#ffffffe6;background:#0f0f0f99;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.2);border-radius:2rem;outline:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0003,0 2px 4px -1px #0000000f,inset 0 1px #ffffff0d}.url-input.valid{background:#0f0f0fb3;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-color:#10b981;box-shadow:0 0 0 3px #10b98133,0 6px 24px #00000040,inset 0 1px #ffffff14}.url-input.invalid{background:#0f0f0fb3;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-color:#ef4444;box-shadow:0 0 0 3px #ef444433,0 6px 24px #00000040,inset 0 1px #ffffff14}.url-input::placeholder{color:var(--text-muted);opacity:1}.url-input:focus{background:#0f0f0fcc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-color:var(--accent-primary);box-shadow:0 0 0 3px #8b5cf633,0 8px 32px #0000004d,inset 0 1px #ffffff1a;transform:translateY(-2px)}.url-input:hover:not(:focus){background:#0f0f0fbf;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-color:#ffffff4d;box-shadow:0 6px 24px #00000040,0 2px 4px -1px #0000000f,inset 0 1px #ffffff14;transform:translateY(-1px)}.action-button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border:none;border-radius:50%;background:#fff;color:#374151;font-size:.875rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px -1px #0000001a,0 1px 2px -1px #0000000f;flex-shrink:0;z-index:10}.action-button:hover{background:#f3f4f6;color:#1f2937;transform:translateY(-50%) scale(1.05);box-shadow:0 4px 6px -1px #00000026,0 2px 4px -1px #0000001a}.action-button:active{transform:translateY(-50%) scale(.95);box-shadow:0 1px 2px #0000000d}.validation-message{margin-top:.75rem;font-size:.875rem;font-weight:500;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.validation-message.error{color:#dc2626}.validation-message.success{color:#059669}.action-button:focus{outline:none;box-shadow:0 0 0 3px #3b82f64d,0 4px 6px -1px #0000001a}.action-button svg{stroke-width:2px;fill:none;stroke:currentColor}.profile-toggle-container{margin-top:0rem;display:flex;justify-content:flex-end;width:100%}.toggle-label{display:flex;align-items:center;gap:.4rem;cursor:pointer;font-size:.9rem;font-weight:500;color:#ffffffe6;-webkit-user-select:none;user-select:none}.toggle-checkbox{display:none}.toggle-slider{position:relative;width:48px;height:24px;background-color:#fff3;border-radius:24px;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.1);box-shadow:0 0 8px #ffffff4d}.toggle-slider:before{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;background-color:#fff;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0003}.toggle-checkbox:checked+.toggle-slider{background-color:#10b981;border-color:#10b981}.toggle-checkbox:checked+.toggle-slider:before{transform:translate(24px)}.toggle-label:hover .toggle-slider{background-color:#ffffff4d}.toggle-checkbox:checked+.toggle-slider:hover{background-color:#059669}.toggle-text{font-weight:500;color:#ffffffe6}.toggle-icon{font-size:1.1rem;color:#ffffffe6}.profile-options-container{margin-top:1rem;padding:1.5rem;background-color:#ffffff0d;border-radius:1rem;width:100%;display:flex;flex-direction:column;gap:2rem}.profile-options-header-dark{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:0;text-align:left;display:flex;align-items:center;gap:.5rem}.profile-options-section{display:flex;flex-direction:column;gap:.5rem}.profile-options-label{font-size:.75rem;font-weight:600;color:#fff9;text-transform:uppercase;letter-spacing:.05em;margin:0}.posts-counter-horizontal{display:flex;align-items:center;justify-content:center;gap:1.5rem}.posts-control-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;color:#ffffffb3;cursor:pointer;transition:all .2s ease;font-size:1rem}.posts-control-btn:hover{background-color:#ffffff1a;color:#ec7d10;border-color:#ec7d1080}.posts-control-btn:active{transform:scale(.95)}.posts-counter-display{display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:140px}.posts-counter-input{width:100px;padding:.5rem;font-size:1.75rem;font-weight:600;color:#fff;background-color:#0000004d;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;text-align:center;outline:none;transition:all .2s ease;font-family:inherit}.posts-counter-input:focus{border-color:#ec7d10;box-shadow:0 0 0 2px #ec7d1033}.posts-counter-input.error{border-color:#ef4444;box-shadow:0 0 0 2px #ef444433}.posts-counter-input::placeholder{color:#ffffff4d}.posts-counter-label{font-size:.875rem;color:#ffffff80;text-align:center;line-height:1.4}.posts-counter-max{color:#ffffffb3;font-weight:500}.posts-input-error{margin-top:.5rem;font-size:.875rem;color:#ef4444;text-align:center;animation:slideIn .2s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.date-filter-container{display:flex;flex-direction:column;gap:1rem}.date-preset-buttons{display:flex;gap:.75rem;flex-wrap:nowrap}.date-preset-btn{flex:1;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#ffffffb3;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap}.date-preset-btn:hover{background-color:#ffffff1a;color:#fff;border-color:#ffffff40}.date-preset-btn.active{background-color:#ec7d1033;color:#ec7d10;border-color:#ec7d10}.date-filter-info{display:flex;align-items:center;gap:.5rem;padding:.75rem;background-color:#10b9811a;border-radius:.5rem;font-size:.875rem;color:#ffffffb3}.date-filter-info .info-icon{font-size:1rem;color:#10b981cc}.form-group-dark{display:flex;flex-direction:column;align-items:center;gap:.5rem}.profile-options-container .results-limit-slider{margin:0;width:100%;max-width:400px}.profile-options-container .results-limit-slider .slider-track{background-color:#ffffff14}.profile-options-container .results-limit-slider .slider-range{background:linear-gradient(90deg,#ec7d10,#fc2f00,#ec0868);box-shadow:0 2px 8px #ec08684d}.profile-options-container .results-limit-slider .slider-button{color:#ffffffb3;transition:all .2s ease}.profile-options-container .results-limit-slider .slider-button:hover{color:#ec7d10}@media(min-width:768px){.profile-options-container{padding:2rem}.date-preset-buttons{max-width:450px}}@media(max-width:480px){.date-preset-btn{padding:.5rem .75rem;font-size:.8rem}}.form-group-dark:last-child{margin-bottom:0}.form-label-dark{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:500;color:#fff;text-align:left}.form-input-dark{width:100%;padding:.75rem 1rem;font-size:.9rem;font-family:inherit;color:#fff;background-color:#0000004d;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;outline:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-input-dark:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.form-input-dark:hover:not(:focus){border-color:#ffffff4d}.form-input-dark::placeholder{color:#ffffff80}.form-description-dark{margin:.375rem 0 0;font-size:.75rem;color:#fff9;text-align:left;line-height:1.4}.datepicker-wrapper-dark{position:relative;width:100%;max-width:400px;z-index:10}.datepicker-input-dark{padding-right:3rem!important}.datepicker-icon-dark{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#fff9;pointer-events:none;z-index:10}.datepicker-wrapper-dark>.react-datepicker-wrapper{width:100%;position:relative}.datepicker-wrapper-dark>.react-datepicker-wrapper>.react-datepicker__input-container{width:100%;position:relative}.custom-datepicker-popper{z-index:1000!important}.custom-datepicker-popper[data-placement*=top]{transform:translateY(10px)!important}.custom-datepicker-popper .react-datepicker{position:relative!important}.custom-datepicker-calendar{background-color:var(--bg-tertiary)!important;border:1px solid var(--border-primary)!important;border-radius:.5rem!important;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d!important;height:280px!important;overflow:hidden!important}.react-datepicker__header{background-color:var(--bg-secondary)!important;border-bottom:1px solid var(--border-primary)!important;border-top-left-radius:.5rem!important;border-top-right-radius:.5rem!important}.react-datepicker__current-month{color:var(--text-primary)!important;font-weight:600!important}.react-datepicker__navigation{border:none!important}.react-datepicker__navigation--previous{border-right-color:var(--text-secondary)!important}.react-datepicker__navigation--next{border-left-color:var(--text-secondary)!important}.react-datepicker__day-names{border-bottom:1px solid var(--border-primary)!important}.react-datepicker__day-name{color:var(--text-secondary)!important;font-weight:500!important}.react-datepicker__day{color:var(--text-primary)!important;background-color:transparent!important}.react-datepicker__day:hover{background-color:var(--bg-primary)!important;border-radius:.25rem!important}.react-datepicker__day--selected{background-color:var(--accent-primary)!important;color:#fff!important;border-radius:.25rem!important}.react-datepicker__day--selected:hover{background-color:var(--accent-hover)!important}.react-datepicker__day--outside-month{color:var(--text-muted)!important}.react-datepicker__day--disabled{color:var(--text-muted)!important;opacity:.5!important}.react-datepicker__month-container{height:100%!important;display:flex!important;flex-direction:column!important}.react-datepicker__month{height:180px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}.react-datepicker__week{display:flex!important;justify-content:space-around!important;flex:1!important}.download-button{width:auto;min-width:120px;margin-top:0;padding:1.25rem 1.5rem;font-size:1.1rem;font-family:inherit;font-weight:600;color:#181c20;background:#efefef;border:none;border-radius:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;flex-shrink:0}.download-button:hover{background:#f3f4f6;color:#1f2937;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.download-button:active{transform:translateY(0);box-shadow:0 1px 2px #0000000d}.download-button:focus{outline:none;box-shadow:0 0 0 3px #3b82f64d,0 4px 6px -1px #0000001a}.download-button:disabled{opacity:.6;background:transparent;color:#fff;border:1px solid white;cursor:not-allowed;transform:none;box-shadow:none}.download-button:disabled:hover{background:transparent;color:#fff;border:1px solid white;transform:none;box-shadow:none}@media(max-width:640px){.app{padding:5rem 1rem 0}.input-download-container{padding:1.25rem;border-radius:1.5rem;gap:.75rem;margin-bottom:1rem;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.input-download-row{gap:.75rem}.input-container{max-width:100%;flex:1}.url-input{padding:1rem 4rem 1rem 1.25rem;font-size:1rem;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.url-input:focus{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transform:translateY(-1px)}.url-input:hover:not(:focus){backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.action-button{width:2.75rem;height:2.75rem;font-size:.8rem;right:.375rem}.validation-message{font-size:.8rem;margin-top:.5rem}.download-button{padding:1rem 1.25rem;font-size:1rem;margin-top:0;min-width:100px}.profile-options-header-dark{font-size:1rem}.form-label-dark{font-size:.85rem}.form-input-dark{padding:.625rem .875rem;font-size:.85rem}.form-description-dark{font-size:.7rem}.datepicker-input-dark{padding:.75rem 2.5rem .75rem .875rem!important;font-size:.9rem!important}.main-title{font-size:2rem}.main-subtitle{font-size:1rem;max-width:350px}}@media(max-width:480px){.main-container{padding-top:6vh}.input-download-container{padding:1rem;border-radius:1.25rem;gap:.5rem;margin-bottom:.75rem;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.input-download-row{flex-direction:column;gap:.75rem}.input-container{width:100%}.url-input{padding:.875rem 3.5rem .875rem 1rem;font-size:.95rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.url-input:focus{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transform:translateY(-1px)}.url-input:hover:not(:focus){backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.action-button{width:2.5rem;height:2.5rem;font-size:.75rem;right:.25rem}.validation-message{font-size:.75rem;margin-top:.375rem}.download-button{padding:.875rem 1rem;font-size:.95rem;margin-top:0;width:100%;min-width:auto}.profile-options-header-dark{font-size:.95rem}.form-label-dark{font-size:.8rem}.form-input-dark{padding:.5rem .75rem;font-size:.8rem}.form-description-dark{font-size:.65rem}.datepicker-input-dark{padding:.625rem 2.25rem .625rem .75rem!important;font-size:.85rem!important}.main-title{font-size:1.75rem}.main-subtitle{font-size:.95rem;max-width:300px}}@media(prefers-reduced-motion:reduce){.url-input,.action-button,.download-button,.form-input-dark,.datepicker-input-dark{transition:none!important}.url-input:focus,.url-input:hover:not(:focus){transform:none}.action-button:hover,.action-button:active{transform:translateY(-50%)}.download-button:hover,.download-button:active{transform:none}}.websocket-component{font-family:Montserrat,sans-serif}.connection-status{position:fixed;top:20px;right:20px;padding:8px 16px;border-radius:12px;font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:500;z-index:1000;-webkit-backdrop-filter:blur(8px) saturate(1.5);backdrop-filter:blur(8px) saturate(1.5);box-shadow:0 4px 16px #0003}.connection-status.connected{background:#00ff851a;color:#00ff85;border:1px solid rgba(0,255,133,.2)}.connection-status.disconnected{background:#ff00001a;color:red;border:1px solid rgba(255,0,0,.2)}.connection-status.reconnecting{background:#00e5ff1a;color:#00e5ff;border:1px solid rgba(0,229,255,.2);animation:fade-in-out 1.5s infinite alternate}.job-status-card{background:#1a1a1a4d;-webkit-backdrop-filter:blur(12px) saturate(1.8) brightness(1.1);backdrop-filter:blur(12px) saturate(1.8) brightness(1.1);border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:1.5rem;margin:1rem 0;font-family:Montserrat,sans-serif;box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1a}.job-status-card:hover{background:#1a1a1a59;-webkit-backdrop-filter:blur(14px) saturate(2) brightness(1.15);backdrop-filter:blur(14px) saturate(2) brightness(1.15);border:1px solid rgba(255,255,255,.08);transform:translateY(-1px);transition:all .3s ease-in-out}.status-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.status-icon{font-size:1.5rem}.status-label{font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:400;color:#fafafa}.last-update{margin-left:auto;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:400;color:#999}.status-label.queued{color:#00e5ff}.status-label.scraping{color:#00a3ff}.status-label.processing{color:#b026ff}.status-label.completed{color:#00ff85}.status-label.failed{color:red}.queue-position-card{background:#1a1a1a66;-webkit-backdrop-filter:blur(16px) saturate(2) brightness(1.2);backdrop-filter:blur(16px) saturate(2) brightness(1.2);border:1px solid rgba(0,229,255,.1);border-radius:16px;padding:1.5rem;text-align:center;font-family:Montserrat,sans-serif;box-shadow:0 12px 40px #0006,inset 0 1px #ffffff26,inset 0 -1px #ffffff0d}.position-info{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:1rem 0}.position-number{font-family:Montserrat,sans-serif;font-size:2.25rem;font-weight:300;color:#00e5ff}.queue-length{font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:500;color:#999}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:1rem}.stat-item{background:#1a1a1a33;-webkit-backdrop-filter:blur(8px) saturate(1.5);backdrop-filter:blur(8px) saturate(1.5);border:1px solid rgba(255,255,255,.03);border-radius:8px;padding:1rem;text-align:center;font-family:Montserrat,sans-serif;box-shadow:0 4px 16px #0003,inset 0 1px #ffffff14}.stat-label{display:block;font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:400;color:#999;margin-bottom:.5rem}.stat-value{display:block;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:400;color:#fafafa}@keyframes fade-in-out{0%{opacity:1}to{opacity:.7}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.smooth-transition{transition:all .3s ease-in-out}.error-display{background:#ff00001a;-webkit-backdrop-filter:blur(8px) saturate(1.5);backdrop-filter:blur(8px) saturate(1.5);border:1px solid rgba(255,0,0,.2);border-radius:8px;padding:1rem;margin:1rem 0;font-family:Montserrat,sans-serif;color:red;box-shadow:0 4px 16px #0003}.retry-button,.reconnect-btn{background:#ff00001a;-webkit-backdrop-filter:blur(8px) saturate(1.5);backdrop-filter:blur(8px) saturate(1.5);border:1px solid rgba(255,0,0,.2);color:red;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:500;margin-left:1rem;transition:all .3s ease-in-out}.retry-button:hover,.reconnect-btn:hover{background:#ff000026;border:1px solid rgba(255,0,0,.3);transform:translateY(-1px);box-shadow:0 6px 20px #0000004d}.retry-button:active,.reconnect-btn:active{background:#f003;transform:translateY(0);transition:all .15s ease-in-out}.job-id-display{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:400;color:#fafafa;margin-bottom:1rem;padding:.75rem;background:#1a1a1a33;-webkit-backdrop-filter:blur(8px) saturate(1.5);backdrop-filter:blur(8px) saturate(1.5);border:1px solid rgba(255,255,255,.03);border-radius:8px}.wait-time{font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:400;color:#999;margin-top:.5rem}.progress-indicator{width:100%;height:4px;background:#1a1a1a4d;border-radius:2px;overflow:hidden;margin:1rem 0}.progress-bar{height:100%;background:linear-gradient(90deg,#b026ff,#00e5ff);border-radius:2px;transition:width .3s ease-in-out}.status-loading{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:400;color:#999;text-align:center;padding:2rem;background:#1a1a1a33;border-radius:8px;margin:1rem 0}.job-info-section{width:100%;max-width:600px;margin:0 auto}.queue-stats-section{width:100%;max-width:600px;margin:2rem auto;padding:1.5rem;background:#1a1a1a33;-webkit-backdrop-filter:blur(8px) saturate(1.5);backdrop-filter:blur(8px) saturate(1.5);border:1px solid rgba(255,255,255,.03);border-radius:12px;font-family:Montserrat,sans-serif}.queue-stats-section h3{font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:500;color:#fafafa;margin:0 0 1rem;text-align:center}.status-details{margin-top:1rem;font-family:Montserrat,sans-serif}.status-details p{margin:.5rem 0;font-size:.875rem;color:#ccc}.status-details .error-message{color:red;font-weight:500}.nav-item{font-size:1rem}@media(max-width:768px){.nav-item{font-size:.9rem}}@media(max-width:480px){.nav-item{font-size:.875rem}}
