@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;--glass-pill-height: 34px;--glass-pill-radius: 999px;--glass-pill-pad-x: 13px;--glass-pill-font: 13px;--glass-pill-bg: rgba(255, 255, 255, .06);--glass-pill-blur: blur(20px) saturate(180%);--glass-pill-border: rgba(255, 255, 255, .12);--glass-pill-highlight: inset 0 1px 0 rgba(255, 255, 255, .1);--glass-pill-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 6px 16px -10px rgba(0, 0, 0, .55);--glass-pill-text: rgba(255, 255, 255, .92);--glass-pill-bg-hover: rgba(255, 255, 255, .11);--glass-pill-border-hover: rgba(255, 255, 255, .2);--glass-pill-bg-active: rgba(255, 255, 255, .18);--glass-pill-border-active: rgba(255, 255, 255, .3);--glass-pill-highlight-active: inset 0 1px 0 rgba(255, 255, 255, .24);--glass-pill-text-active: #ffffff;--glass-menu-bg: rgba(22, 22, 24, .72);--glass-menu-blur: blur(40px) saturate(180%);--glass-menu-border: rgba(255, 255, 255, .12);--glass-menu-radius: 16px;--glass-menu-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 16px 48px -12px rgba(0, 0, 0, .72);--glass-ease: cubic-bezier(.32, .72, 0, 1);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-paste-icon-btn{display:inline-flex;align-items:center;justify-content:center;align-self:stretch;width:44px;flex-shrink:0;border-radius:12px;background:transparent;border:none;color:#ffffff80;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .15s ease,color .15s ease}.otp-paste-icon-btn:hover{background:#ffffff0f;color:#fff}.otp-paste-icon-btn:active{background:#ffffff1a}.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:6px}.otp-digit-box{width:44px;height:58px;font-size:22px;border-radius:12px}.otp-paste-icon-btn{width:36px}}.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}.star-loader{display:block}.star-loader-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--bg-primary, #0D0D0D);z-index:100;animation:star-loader-fade-in .2s ease-out}@keyframes star-loader-fade-in{0%{opacity:0}to{opacity:1}}.otp-code-input-wrapper{width:100%}.otp-code-input-field{position:relative;width:100%}.otp-code-input{width:100%;padding:14px 48px;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}.otp-paste-icon-btn{position:absolute;right:7px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:transparent;border:none;color:#ffffff80;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .15s ease,color .15s ease}.otp-paste-icon-btn:hover{background:#ffffff14;color:#fff}.otp-paste-icon-btn:active{background:#ffffff21}.otp-paste-icon-btn:disabled{opacity:.4;cursor:not-allowed}.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)}}.recipe-detail-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#0009;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;padding:40px 16px;animation:recipe-overlay-in .18s ease}@keyframes recipe-overlay-in{0%{opacity:0}to{opacity:1}}.recipe-detail{position:relative;width:100%;max-width:640px;background:var(--bg-primary, #0d0d0d);border:1px solid var(--border-default, rgba(255, 255, 255, .08));border-radius:22px;overflow:hidden;box-shadow:0 24px 80px #0009;animation:recipe-panel-in .2s cubic-bezier(.2,.8,.2,1)}@keyframes recipe-panel-in{0%{transform:translateY(14px);opacity:0}to{transform:translateY(0);opacity:1}}.recipe-detail__hero{position:relative;width:100%;height:240px;background:var(--bg-tertiary, #262626)}.recipe-detail__hero-img{width:100%;height:100%;object-fit:cover;display:block}.recipe-detail__hero-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-tertiary, #666);background:linear-gradient(135deg,#2a2a2a,#161616)}.recipe-detail__hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000059,#0000,#0000 60%,#0d0d0de6);pointer-events:none}.recipe-detail__back,.recipe-detail__more{position:absolute;top:14px;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#00000080;color:#fff;border:none;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.recipe-detail__back{left:14px}.recipe-detail__more-wrap{position:absolute;top:14px;right:14px}.recipe-detail__more{position:static}.recipe-detail__more-dots{font-size:16px;line-height:1;letter-spacing:1px}.recipe-detail__menu{position:absolute;right:0;top:42px;background:var(--bg-secondary, #1a1a1a);border:1px solid var(--border-default, rgba(255,255,255,.08));border-radius:12px;padding:6px;min-width:160px;z-index:5;box-shadow:0 12px 40px #00000080}.recipe-detail__menu-item{display:flex;align-items:center;gap:8px;width:100%;background:none;border:none;color:var(--text-primary, #fff);padding:9px 10px;border-radius:8px;cursor:pointer;font-size:13.5px}.recipe-detail__menu-item:hover{background:var(--surface-hover, rgba(255,255,255,.06))}.recipe-detail__body{padding:18px 22px 28px}.recipe-detail__loading{color:var(--text-secondary, #999);padding:24px 0;text-align:center}.recipe-detail__title{font-size:24px;font-weight:700;line-height:1.2;color:var(--text-primary, #fff);margin:0}.recipe-detail__desc{color:var(--text-secondary, #999);font-size:14.5px;line-height:1.5;margin:8px 0 0}.recipe-detail__chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.recipe-detail__chip{font-size:12px;font-weight:500;text-transform:capitalize;color:var(--text-secondary, #bbb);background:var(--surface-muted, rgba(255,255,255,.04));border:1px solid var(--border-subtle, rgba(255,255,255,.06));padding:4px 10px;border-radius:999px}.recipe-detail__badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;padding:14px 0;border-top:1px solid var(--border-subtle, rgba(255,255,255,.06));border-bottom:1px solid var(--border-subtle, rgba(255,255,255,.06))}.recipe-detail__badge{display:flex;align-items:center;gap:6px;color:var(--text-secondary, #999);font-size:13px}.recipe-detail__badge-val{font-weight:700;color:var(--text-primary, #fff);font-size:14px}.recipe-detail__badge-label{color:var(--text-tertiary, #777);font-size:12px}.recipe-detail__badge--servings{gap:7px}.recipe-detail__scaler{display:inline-flex;align-items:center;gap:8px}.recipe-detail__scaler button{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--surface-active, rgba(255,255,255,.08));border:none;color:#fff;cursor:pointer}.recipe-detail__scaler button:hover{background:var(--border-active, rgba(255,255,255,.15))}.recipe-detail__section{margin-top:24px}.recipe-detail__section-head{display:flex;align-items:center;justify-content:space-between}.recipe-detail__section-title{font-size:16px;font-weight:700;color:var(--text-primary, #fff);margin:0 0 12px}.recipe-detail__cook-btn{display:inline-flex;align-items:center;gap:6px;background:var(--surface-active, rgba(255,255,255,.08));color:var(--text-primary, #fff);border:1px solid var(--border-muted, rgba(255,255,255,.1));padding:7px 12px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer}.recipe-detail__cook-btn:hover{background:var(--border-active, rgba(255,255,255,.15))}.recipe-detail__ing-group{margin-bottom:14px}.recipe-detail__ing-group:last-child{margin-bottom:0}.recipe-detail__ing-group-head{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary, #777);padding:4px 0 2px}.recipe-detail__ing-emoji{font-size:15px}.recipe-detail__ingredients{list-style:none;margin:0;padding:0}.recipe-detail__ingredient{display:flex;align-items:flex-start;gap:11px;padding:9px 0;border-bottom:1px solid var(--border-subtle, rgba(255,255,255,.05))}.recipe-detail__ingredient:last-child{border-bottom:none}.recipe-detail__check{background:none;border:none;padding:0;cursor:pointer;margin-top:1px}.recipe-detail__checkbox{display:block;width:18px;height:18px;border-radius:6px;border:1.5px solid var(--border-active, rgba(255,255,255,.25));transition:background .12s ease,border-color .12s ease}.recipe-detail__ingredient.checked .recipe-detail__checkbox{background:#4ade80;border-color:#4ade80;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size:12px;background-position:center;background-repeat:no-repeat}.recipe-detail__ingredient-text{font-size:14.5px;line-height:1.45;color:var(--text-primary, #fff)}.recipe-detail__ingredient.checked .recipe-detail__ingredient-text{color:var(--text-tertiary, #666);text-decoration:line-through}.recipe-detail__ingredient-text strong{font-weight:700}.recipe-detail__ingredient-prep{color:var(--text-secondary, #999)}.recipe-detail__ingredient-note{color:var(--text-tertiary, #777);font-style:italic}.recipe-detail__steps{list-style:none;margin:0;padding:0;counter-reset:step}.recipe-detail__step{display:flex;gap:13px;padding:11px 0;align-items:flex-start}.recipe-detail__step-num{flex-shrink:0;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--surface-active, rgba(255,255,255,.08));color:var(--text-primary, #fff);font-size:13px;font-weight:700}.recipe-detail__step-text{font-size:14.5px;line-height:1.55;color:var(--text-primary, #eee);padding-top:3px}.recipe-detail__source{display:flex;align-items:center;justify-content:space-between;background:var(--surface-muted, rgba(255,255,255,.04));border:1px solid var(--border-subtle, rgba(255,255,255,.06));border-radius:12px;padding:13px 15px;text-decoration:none}.recipe-detail__source:hover{background:var(--surface-hover, rgba(255,255,255,.06))}.recipe-detail__source-info{display:flex;flex-direction:column;gap:2px}.recipe-detail__source-platform{font-size:13.5px;font-weight:600;color:var(--text-primary, #fff);text-transform:none}.recipe-detail__source-user{font-size:12.5px;color:var(--text-secondary, #999)}.recipe-detail__source svg{color:var(--text-tertiary, #777)}.cook-mode{display:flex;flex-direction:column;min-height:480px;padding:18px}.cook-mode__top{display:flex;align-items:center;justify-content:space-between}.cook-mode__exit{display:inline-flex;align-items:center;gap:5px;background:none;border:none;color:var(--text-secondary, #999);font-size:14px;cursor:pointer}.cook-mode__counter{font-size:13px;color:var(--text-tertiary, #777);font-weight:600}.cook-mode__body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px 10px;gap:22px}.cook-mode__step-num{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#4ade80;color:#000;font-size:22px;font-weight:800}.cook-mode__step-text{font-size:22px;line-height:1.45;font-weight:500;color:var(--text-primary, #fff);max-width:460px}.cook-mode__nav{display:flex;gap:12px}.cook-mode__btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:14px;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer;background:var(--surface-active, rgba(255,255,255,.08));color:var(--text-primary, #fff);border:1px solid var(--border-muted, rgba(255,255,255,.1))}.cook-mode__btn.primary{background:#fff;color:#000;border-color:#fff}.cook-mode__btn:disabled{opacity:.4;cursor:default}@media(max-width:600px){.recipe-detail-overlay{padding:0}.recipe-detail{max-width:100%;min-height:100vh;border-radius:0;border:none}}.grocery-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#0009;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:flex-start;justify-content:flex-end;animation:grocery-overlay-in .18s ease}@keyframes grocery-overlay-in{0%{opacity:0}to{opacity:1}}.grocery-panel{width:100%;max-width:420px;height:100vh;display:flex;flex-direction:column;background:var(--bg-primary, #0d0d0d);border-left:1px solid var(--border-default, rgba(255, 255, 255, .08));box-shadow:-24px 0 80px #00000080;animation:grocery-panel-in .22s cubic-bezier(.2,.8,.2,1)}@keyframes grocery-panel-in{0%{transform:translate(24px);opacity:.6}to{transform:translate(0);opacity:1}}.grocery-panel__head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 14px;border-bottom:1px solid var(--border-subtle, rgba(255, 255, 255, .06))}.grocery-panel__title{display:flex;align-items:center;gap:9px;font-size:17px;font-weight:700;color:var(--text-primary, #fff)}.grocery-panel__count{font-size:12px;font-weight:600;color:var(--text-secondary, #999);background:var(--surface-muted, rgba(255, 255, 255, .05));padding:2px 8px;border-radius:999px}.grocery-panel__close{background:none;border:none;color:var(--text-secondary, #999);cursor:pointer;display:flex;padding:4px}.grocery-panel__close:hover{color:var(--text-primary, #fff)}.grocery-panel__recipes{display:flex;flex-wrap:wrap;gap:7px;padding:12px 20px;border-bottom:1px solid var(--border-subtle, rgba(255, 255, 255, .06))}.grocery-panel__recipe-chip{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text-primary, #fff);background:#ffffff12;border:1px solid rgba(255,255,255,.12);padding:4px 5px 4px 11px;border-radius:999px;max-width:100%}.grocery-panel__recipe-chip button{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:18px;height:18px;border-radius:50%;background:#ffffff24;border:none;color:#fffc;cursor:pointer;transition:background .14s ease,color .14s ease}.grocery-panel__recipe-chip button:hover{background:#f8717138;color:#f87171}.grocery-panel__body{flex:1;overflow-y:auto;padding:8px 20px 20px}.grocery-panel__msg{color:var(--text-secondary, #999);padding:24px 0;text-align:center}.grocery-panel__empty{display:flex;flex-direction:column;align-items:center;gap:9px;text-align:center;color:var(--text-secondary, #999);padding:60px 16px}.grocery-panel__empty svg{color:var(--text-tertiary, #666)}.grocery-panel__empty p{font-size:15px;font-weight:600;color:var(--text-primary, #fff);margin:4px 0 0}.grocery-panel__empty span{font-size:13px;color:var(--text-tertiary, #777);max-width:280px}.grocery-section{margin-top:18px}.grocery-section__head{font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-tertiary, #777);margin-bottom:6px}.grocery-section__items{list-style:none;margin:0;padding:0}.grocery-item{display:flex;align-items:flex-start;gap:11px;padding:9px 4px;cursor:pointer;border-radius:8px;transition:background .12s ease}.grocery-item:hover{background:var(--surface-subtle, rgba(255, 255, 255, .03))}.grocery-item__box{flex-shrink:0;width:19px;height:19px;border-radius:6px;margin-top:1px;border:1.5px solid var(--border-active, rgba(255, 255, 255, .25));display:flex;align-items:center;justify-content:center;color:#000;transition:background .12s ease,border-color .12s ease}.grocery-item.checked .grocery-item__box{background:#4ade80;border-color:#4ade80}.grocery-item__main{display:flex;flex-direction:column;gap:2px;min-width:0}.grocery-item__text{font-size:14.5px;line-height:1.4;color:var(--text-primary, #fff)}.grocery-item__text strong{font-weight:700}.grocery-item.checked .grocery-item__text{color:var(--text-tertiary, #666);text-decoration:line-through}.grocery-item__sources{display:flex;flex-wrap:wrap;align-items:center;gap:0 3px;font-size:12px;line-height:1.35;color:var(--text-tertiary, #777)}.grocery-item__sources>svg{margin-right:2px;flex-shrink:0}.grocery-item__source{background:none;border:none;padding:0;font-size:12px;color:var(--text-secondary, #9a9a9a);cursor:pointer;text-align:left}.grocery-item__source:hover{color:#4ade80;text-decoration:underline}.grocery-item__source-sep{color:var(--text-tertiary, #777)}.grocery-item.checked .grocery-item__sources{opacity:.5}.grocery-panel__actions{display:flex;gap:10px;padding:14px 20px;border-top:1px solid var(--border-subtle, rgba(255, 255, 255, .06))}.grocery-panel__action{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:11px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;background:var(--surface-active, rgba(255, 255, 255, .08));color:var(--text-primary, #fff);border:1px solid var(--border-muted, rgba(255, 255, 255, .1))}.grocery-panel__action:hover{background:var(--border-active, rgba(255, 255, 255, .15))}.grocery-panel__action.danger{color:#f87171}.grocery-panel__action.danger:hover{background:#f871711f}@media(max-width:600px){.grocery-panel{max-width:100%}}.ginvite-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#00000080;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:flex-end;justify-content:center;animation:ginvite-fade .2s ease}@keyframes ginvite-fade{0%{opacity:0}to{opacity:1}}.ginvite{width:100%;max-width:480px;max-height:88vh;display:flex;flex-direction:column;background:#1c1c1edb;backdrop-filter:blur(50px) saturate(180%);-webkit-backdrop-filter:blur(50px) saturate(180%);border:.5px solid rgba(255,255,255,.12);border-radius:28px 28px 0 0;box-shadow:0 -12px 60px #00000080;padding:8px 14px calc(20px + env(safe-area-inset-bottom,0px));color:#fff;animation:ginvite-up .36s cubic-bezier(.32,.72,0,1)}@keyframes ginvite-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(min-width:600px){.ginvite-overlay{align-items:center}.ginvite{border-radius:28px;padding-bottom:20px;animation:ginvite-pop .26s cubic-bezier(.32,.72,0,1)}@keyframes ginvite-pop{0%{transform:scale(.97);opacity:0}to{transform:scale(1);opacity:1}}}.ginvite__grabber{width:36px;height:5px;border-radius:3px;background:#ebebf54d;margin:4px auto 8px}@media(min-width:600px){.ginvite__grabber{display:none}}.ginvite__header{position:relative;text-align:center;padding:6px 0 18px}.ginvite__close{position:absolute;top:0;right:0;width:30px;height:30px;border-radius:50%;background:#7676804d;border:none;color:#ebebf5b3;display:flex;align-items:center;justify-content:center;cursor:pointer}.ginvite__close:hover{color:#fff}.ginvite__h1{font-size:20px;font-weight:700;letter-spacing:-.02em}.ginvite__h2{font-size:13.5px;color:#ebebf580;margin-top:2px;max-width:80%;margin-left:auto;margin-right:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ginvite__scroll{overflow-y:auto;-webkit-overflow-scrolling:touch}.ginvite__group{margin-bottom:18px}.ginvite__group:last-child{margin-bottom:4px}.ginvite__group-label{font-size:12.5px;font-weight:600;letter-spacing:-.01em;color:#ebebf573;padding:0 12px 7px}.ginvite__card{background:#76768029;border-radius:16px;overflow:hidden}.ginvite__card--pad{padding:5px}.ginvite__row{position:relative;width:100%;display:flex;align-items:center;gap:12px;padding:10px 14px;min-height:56px;background:none;border:none;color:#fff;cursor:pointer;text-align:left}.ginvite__row+.ginvite__row:before{content:"";position:absolute;top:0;left:50px;right:0;height:.5px;background:#ffffff14}button.ginvite__row:hover:not(:disabled){background:#ffffff0d}.ginvite__row:disabled{cursor:default}.ginvite__row--input{cursor:default}.ginvite__tile{width:30px;height:30px;border-radius:9px;flex-shrink:0;background:#76768080;display:flex;align-items:center;justify-content:center;color:#fff}.ginvite__row-title{flex:1;min-width:0;font-size:15.5px;font-weight:500;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ginvite__row-acc{font-size:14px;font-weight:600;color:#ebebf580;flex-shrink:0;display:flex;align-items:center}.ginvite__field{flex:1;min-width:0;background:none;border:none;outline:none;color:#fff;font-size:15.5px;letter-spacing:-.01em}.ginvite__field::placeholder{color:#ebebf559}.ginvite__row-send{width:30px;height:30px;border-radius:50%;flex-shrink:0;background:#fff;color:#0d0d0d;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.ginvite__row-send:disabled{background:#76768073;color:#ebebf566;cursor:default}.ginvite__row-x{width:28px;height:28px;border-radius:50%;flex-shrink:0;background:#76768066;border:none;color:#ebebf5b3;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease}.ginvite__row-x:hover{background:#ff453a40;color:#ff453a}.ginvite__seg{display:flex;gap:3px;background:#7676804d;border-radius:11px;padding:3px}.ginvite__seg button{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:9px;border:none;background:none;border-radius:9px;color:#ebebf599;font-size:13.5px;font-weight:600;cursor:pointer;transition:background .18s ease,color .18s ease}.ginvite__seg button.on{background:#fff;color:#0d0d0d}.ginvite__avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#7676804d}.ginvite__avatar--fallback{display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;background:linear-gradient(135deg,#3a3a3c,#1c1c1e)}.ginvite__hint{font-size:12.5px;font-weight:600;padding:8px 12px 0}.ginvite__hint.ok{color:#ebebf5d9}.ginvite__hint.err{color:#ff453a}.guide-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#00000080;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:flex-start;justify-content:flex-end;animation:guide-overlay-in .2s ease}@keyframes guide-overlay-in{0%{opacity:0}to{opacity:1}}.guide-panel{width:100%;max-width:440px;height:100vh;display:flex;flex-direction:column;background:#1c1c1eb8;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-left:.5px solid rgba(255,255,255,.12);box-shadow:-30px 0 80px #0000008c;animation:guide-panel-in .32s cubic-bezier(.32,.72,0,1);color:#fff}@keyframes guide-panel-in{0%{transform:translate(40px);opacity:0}to{transform:translate(0);opacity:1}}.guide-panel__head{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 12px;border-bottom:.5px solid rgba(255,255,255,.1)}.guide-panel__title{display:flex;align-items:center;gap:9px;font-size:17px;font-weight:700;letter-spacing:-.01em}.guide-panel__title>svg{color:#fff}.guide-panel__count{font-size:12px;font-weight:600;color:#ebebf599;background:#7676803d;padding:3px 9px;border-radius:999px}.guide-panel__close{display:flex;padding:5px;background:#7676803d;border:none;border-radius:50%;color:#ebebf599;cursor:pointer}.guide-panel__close:hover{color:#fff}.guide-panel__name{padding:12px 18px;border-bottom:.5px solid rgba(255,255,255,.08)}.guide-panel__name-input{width:100%;background:#7676803d;border:none;border-radius:12px;padding:12px 14px;color:#fff;font-size:16px;font-weight:600;letter-spacing:-.01em;outline:none}.guide-panel__name-input::placeholder{color:#ebebf54d;font-weight:500}.guide-panel__description-input{width:100%;margin-top:9px;background:#7676802e;border:none;border-radius:12px;padding:11px 14px;color:#fff;font-size:14px;line-height:1.45;font-family:inherit;outline:none;resize:vertical;min-height:64px}.guide-panel__description-input::placeholder{color:#ebebf54d}.guide-trip-date{display:flex;align-items:center;gap:8px;margin-top:9px;padding:8px 12px;background:#7676802e;border-radius:11px;color:#ebebf599;font-size:13px;font-weight:600}.guide-trip-date>svg{color:#fff;flex-shrink:0}.guide-trip-date__input{margin-left:auto;background:none;border:none;outline:none;color:#fff;font-size:13px;font-weight:600;color-scheme:dark;cursor:pointer}.guide-stop__day-row{margin-top:7px}.guide-stop__day{background:#7676803d;border:none;border-radius:8px;padding:4px 9px;color:#fff;font-size:12px;font-weight:600;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.guide-search{position:relative;display:flex;align-items:center;margin-top:9px}.guide-search__icon{position:absolute;left:11px;color:#ebebf566;pointer-events:none}.guide-search__input{width:100%;background:#7676802e;border:none;border-radius:11px;padding:10px 32px 10px 34px;color:#fff;font-size:14px;outline:none}.guide-search__input::placeholder{color:#ebebf54d}.guide-search__clear{position:absolute;right:8px;display:flex;padding:3px;background:none;border:none;color:#ebebf580;cursor:pointer}.guide-search__clear:hover{color:#fff}.guide-search__results{margin-top:7px;border-radius:13px;overflow:hidden;background:#76768029}.guide-search__msg{padding:12px 14px;font-size:13px;color:#ebebf580}.guide-search__result{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 14px;background:none;border:none;border-bottom:.5px solid rgba(255,255,255,.07);color:#fff;cursor:pointer;text-align:left}.guide-search__result:last-child{border-bottom:none}.guide-search__result:hover:not(:disabled){background:#ffffff29}.guide-search__result:disabled{color:#ebebf566;cursor:default}.guide-search__result>svg{flex-shrink:0;color:#fff}.guide-search__result:disabled>svg{color:#fff}.guide-search__result-main{min-width:0;display:flex;flex-direction:column;gap:1px}.guide-search__result-name{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guide-search__result-addr{font-size:12px;color:#ebebf580;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guide-panel__body{flex:1;overflow-y:auto;padding:10px 16px 20px}.guide-panel__msg{color:#ebebf580;padding:24px 0;text-align:center}.guide-panel__empty{display:flex;flex-direction:column;align-items:center;gap:9px;text-align:center;color:#ebebf580;padding:56px 20px}.guide-panel__empty>svg{color:#ebebf540}.guide-panel__empty p{font-size:16px;font-weight:600;color:#fff;margin:4px 0 0}.guide-panel__empty span{font-size:13.5px;color:#ebebf573;max-width:300px;line-height:1.45}.guide-stops{list-style:none;margin:0;padding:4px 0 0;display:flex;flex-direction:column;gap:8px}.guide-stop{display:flex;align-items:flex-start;gap:11px;padding:11px;border-radius:16px;background:#7676801f;border:.5px solid rgba(255,255,255,.06)}.guide-stop__index{flex-shrink:0;width:23px;height:23px;border-radius:50%;background:#fff3;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:2px}.guide-stop__thumb{flex-shrink:0;width:54px;height:54px;border-radius:12px;overflow:hidden;background:#76768033;display:flex;align-items:center;justify-content:center;color:#ebebf566}.guide-stop__thumb img{width:100%;height:100%;object-fit:cover}.guide-stop__main{flex:1;min-width:0}.guide-stop__name{font-size:15px;font-weight:600;letter-spacing:-.01em;line-height:1.25}.guide-stop__addr{font-size:12.5px;color:#ebebf580;margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guide-event{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:600;letter-spacing:-.01em;padding:3px 8px;border-radius:7px;margin-top:6px}.guide-event--upcoming{background:#ffffff29;color:#fff}.guide-event--now{background:#ffffff2e;color:#fff}.guide-event--ended{background:#76768033;color:#ebebf566}.guide-event--tbd{background:#76768033;color:#ebebf580}.guide-stop__links{display:flex;flex-wrap:wrap;gap:6px 12px;margin-top:7px}.guide-stop__link{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:600;color:#fff;text-decoration:none}.guide-stop__link:hover{color:#fff}.guide-stop__actions{display:flex;flex-direction:column;gap:5px;flex-shrink:0}.guide-stop__actions button{display:flex;align-items:center;justify-content:center;width:28px;height:26px;background:#7676803d;border:none;border-radius:8px;color:#ebebf5b3;cursor:pointer}.guide-stop__actions button:hover:not(:disabled){background:#76768066;color:#fff}.guide-stop__actions button:disabled{opacity:.3;cursor:default}.guide-stop__remove:hover:not(:disabled){background:#ff453a38!important;color:#ff453a!important}.guide-panel__footer{padding:12px 16px calc(14px + env(safe-area-inset-bottom,0px));border-top:.5px solid rgba(255,255,255,.1);background:#14141680;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%)}.guide-panel__publish{display:flex;align-items:center;gap:10px;margin-bottom:11px}.guide-panel__publish-label{font-size:13px;font-weight:600;color:#ebebf599;flex-shrink:0}.guide-panel__publish-select{flex:1;background:#7676803d;border:none;border-radius:10px;padding:9px 11px;color:#fff;font-size:14px;font-weight:600;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.guide-panel__actions{display:flex;align-items:center;gap:11px}.guide-publish{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:7px;height:50px;border-radius:25px;background:#fff;border:none;color:#0d0d0d;font-size:16px;font-weight:600;letter-spacing:-.01em;cursor:pointer;box-shadow:0 4px 16px #00000059;transition:background .15s ease,transform .1s ease}.guide-publish:hover:not(:disabled){background:#e8e8e8}.guide-publish:active:not(:disabled){transform:scale(.98)}.guide-publish:disabled{opacity:.5;cursor:default;box-shadow:none}.guide-discard{flex-shrink:0;width:50px;height:50px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#7676803d;border:none;color:#ff453a;cursor:pointer;transition:background .15s ease}.guide-discard:hover:not(:disabled){background:#ff453a33}.guide-discard:disabled{opacity:.5;cursor:default}.guide-panel--success{position:relative}.guide-success{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:40px 28px;text-align:center}.guide-success__cover{position:relative;width:124px;height:124px;border-radius:28px;margin-bottom:14px;background-color:#1a1a1c;background-size:cover;background-position:center;box-shadow:0 12px 40px #00000080}.guide-success__check{position:absolute;right:-8px;bottom:-8px;width:46px;height:46px;border-radius:50%;background:#fff;color:#0d0d0d;display:flex;align-items:center;justify-content:center;border:3px solid rgba(28,28,30,1);box-shadow:0 4px 14px #00000059}.guide-success__title{font-size:23px;font-weight:700;letter-spacing:-.02em;margin:4px 0 0}.guide-success__sub{font-size:14.5px;color:#ebebf599;margin:0 0 14px;line-height:1.4}.guide-success__sub strong{color:#fff;font-weight:600}.guide-success__view{width:100%;max-width:280px}.guide-success__copy{width:100%;max-width:280px;display:inline-flex;align-items:center;justify-content:center;gap:7px;height:46px;border-radius:23px;margin-top:10px;background:#7676803d;border:none;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s ease}.guide-success__copy:hover{background:#76768066}.guide-success__done{background:none;border:none;color:#ebebf599;font-size:15px;font-weight:600;cursor:pointer;padding:12px}.guide-success__done:hover{color:#fff}@media(max-width:600px){.guide-panel{max-width:100%}}.saves-confirm__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px}.saves-confirm{width:100%;max-width:400px;background:#161616;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:28px 24px 22px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.saves-confirm__icon{width:44px;height:44px;border-radius:14px;background:#ffffff12;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.saves-confirm__title{margin:0;font-size:18px;font-weight:700;color:#fff;letter-spacing:-.01em}.saves-confirm__body{margin:0 0 10px;font-size:13.5px;line-height:1.5;color:#fff9}.saves-confirm__primary{width:100%;padding:12px;font-size:14px;font-weight:600;font-family:inherit;color:#0d0d0d;background:#fff;border:none;border-radius:999px;cursor:pointer}.saves-confirm__primary:hover{opacity:.92}.saves-confirm__primary:disabled{opacity:.5;cursor:default}.saves-confirm__secondary{width:100%;padding:10px;font-size:13px;font-weight:600;font-family:inherit;color:#fff9;background:none;border:none;cursor:pointer}.saves-confirm__secondary:hover{color:#fff}.saves-confirm__secondary:disabled{opacity:.5;cursor:default}@media(max-width:600px){.saves-confirm__overlay{align-items:flex-end;padding:0}.saves-confirm{max-width:100%;border-radius:20px 20px 0 0;padding-bottom:calc(22px + env(safe-area-inset-bottom,0px))}}.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}.star-rating{position:relative;display:inline-flex;line-height:0}.star-rating__row{display:flex;gap:2px;pointer-events:none}.star-rating__star{position:relative;flex:none}.star-rating__glyph{display:block}.star-rating__clip{position:absolute;top:0;left:0;height:100%;overflow:hidden;pointer-events:none}.star-rating--interactive{cursor:pointer;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.star-rating--interactive:focus-visible{outline:1px solid rgba(255,255,255,.4);outline-offset:3px;border-radius:4px}.place-card{display:flex;align-items:center;gap:12px;padding:12px 20px;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.04);transition:background .15s ease}.place-card:hover,.place-card--cross-hover{background:#ffffff0a}.place-card__thumb{width:52px;height:52px;border-radius:10px;overflow:hidden;flex-shrink:0;background:#ffffff0a}.place-card--card{align-items:flex-start;gap:14px;padding:14px;background:#161616;border:1px solid rgba(255,255,255,.07);border-radius:16px}.place-card--card:hover,.place-card--card.place-card--cross-hover{background:#1b1b1b}.place-card__thumb--card{width:72px;height:72px;border-radius:10px}.place-card__statusline{display:flex;align-items:center;gap:8px;margin:4px 0 3px}.place-card__status-badge{font-size:11.5px;font-weight:600;color:#0d0d0d;background:#ffffffeb;border-radius:999px;padding:2px 9px}.place-card__type-muted{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#aaa;text-transform:capitalize}.place-card__thumb-img{width:100%;height:100%;object-fit:cover}.place-card__thumb-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ffffff26;font-weight:500;font-size:20px}.place-card__info{flex:1;min-width:0}.place-card__name{font-size:14px;font-weight:500;color:#fff;letter-spacing:-.01em;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.place-card__meta{font-size:12px;color:#aaa;display:flex;align-items:center;gap:4px;flex-wrap:wrap}.place-card__category-icon{flex-shrink:0;opacity:.6}.place-card__type{text-transform:capitalize}.place-card__dot{color:#ffffff26}.place-card__rating{display:inline-flex;align-items:center;gap:2px}.place-card__address{font-size:12px;color:#ffffff40;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.place-card__right{display:flex;align-items:center;flex-shrink:0}.place-card__status{font-size:10.5px;font-weight:600;padding:2px 6px;border-radius:4px}.place-card__status.open{color:#34d399;background:#34d3991a}.place-card__status.closed{color:#f87171;background:#f8717114}.place-card__status.unknown{color:#ffffff4d;background:#ffffff0a}.review-composer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px}.review-composer{width:100%;max-width:420px;max-height:90vh;overflow-y:auto;background:#161616;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:16px;display:flex;flex-direction:column;gap:14px}.review-composer__head{display:flex;align-items:center;justify-content:space-between}.review-composer__title{font-size:15px;font-weight:600;color:#fff}.review-composer__close,.review-composer__delete{background:none;border:none;color:#fff9;cursor:pointer;padding:2px;display:flex}.review-composer__delete:hover{color:#fff}.review-composer__place{font-size:13px;color:#ffffff80;text-align:center;margin-top:-6px}.review-composer__provenance{display:flex;align-items:center;gap:8px;padding:6px 8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px}.review-composer__provenance-thumb{width:32px;height:32px;border-radius:6px;object-fit:cover;flex:none}.review-composer__provenance-label{font-size:12px;color:#ffffff8c}.review-composer__status{display:flex;gap:6px}.review-composer__status-btn{flex:1;font-size:13px;font-weight:500;font-family:inherit;padding:10px;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#fff9;cursor:pointer;transition:all .12s ease}.review-composer__status-btn.active{background:#fff;border-color:#fff;color:#0d0d0d;font-weight:600}.review-composer__hint{font-size:12.5px;color:#fff6;text-align:center;padding:4px 0}.review-composer__stars{display:flex;flex-direction:column;align-items:center;gap:8px;padding:10px 0 4px}.review-composer__sentiment{font-size:13px;font-weight:500;color:#ffffff8c;letter-spacing:.2px}.review-composer__note{width:100%;resize:none;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:10px 12px;color:#fff;font-size:14px;font-family:inherit;line-height:1.4}.review-composer__note::placeholder{color:#ffffff4d}.review-composer__note:focus{outline:none;border-color:#fff3}.review-composer__tags{display:flex;flex-wrap:wrap;gap:6px}.review-composer__chip{font-size:12px;padding:6px 11px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#fff9;cursor:pointer;transition:all .12s ease}.review-composer__chip.active{background:#fff;border-color:#fff;color:#0d0d0d;font-weight:600}.review-composer__visibility{display:flex;gap:4px;padding:3px;background:#ffffff0a;border-radius:10px}.review-composer__seg{flex:1;font-size:13px;padding:8px;border-radius:7px;background:none;border:none;color:#ffffff80;cursor:pointer;transition:all .12s ease}.review-composer__seg.active{background:#ffffff1a;color:#fff;font-weight:600}.review-composer__error{font-size:12px;color:#ffffffb3;text-align:center}.review-composer__save{width:100%;padding:13px;border-radius:999px;background:#fff;color:#0d0d0d;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .12s ease}.review-composer__save:disabled{opacity:.4;cursor:not-allowed}@media(max-width:600px){.review-composer__overlay{align-items:flex-end;padding:0}.review-composer{max-width:100%;border-radius:18px 18px 0 0;max-height:92vh;padding-bottom:28px}}.review-select__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px}.review-select{width:100%;max-width:460px;max-height:82vh;background:#161616;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:14px;display:flex;flex-direction:column;gap:12px;overflow:hidden}.review-select__head{display:flex;align-items:center;justify-content:space-between}.review-select__title{font-size:15px;font-weight:600;color:#fff}.review-select__close{background:none;border:none;color:#fff9;cursor:pointer;padding:2px;display:flex}.review-select__close:hover{color:#fff}.review-select__kinds{display:flex;gap:6px}.review-select__kind{flex:1;padding:7px 0;font-size:13px;font-weight:600;font-family:inherit;color:#ffffff8c;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:999px;cursor:pointer}.review-select__kind:hover{color:#fff}.review-select__kind.active{color:#0d0d0d;background:#fff;border-color:#fff}.review-select__search{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:10px}.review-select__search-icon{color:#fff6;flex:none}.review-select__input{flex:1;min-width:0;background:none;border:none;color:#fff;font-size:14px;font-family:inherit}.review-select__input::placeholder{color:#ffffff4d}.review-select__input:focus{outline:none}.review-select__list{overflow-y:auto;display:flex;flex-direction:column;gap:2px;margin:0 -6px;padding:0 6px}.review-select__section{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:#fff6;padding:10px 6px 4px}.review-select__row{position:relative}.review-select__row--opening{opacity:.6;pointer-events:none}.review-select__badge{position:absolute;top:8px;left:8px;display:inline-flex;align-items:center;gap:2px;padding:2px 7px;font-size:11px;font-weight:600;color:#0d0d0d;background:#fff;border-radius:999px;pointer-events:none}.review-select__hint{font-size:13px;color:#fff6;text-align:center;padding:20px 10px}.review-select__film{display:flex;align-items:center;gap:12px;width:100%;padding:8px 6px;background:none;border:none;border-radius:12px;cursor:pointer;text-align:left;font-family:inherit}.review-select__film:hover{background:#ffffff0d}.review-select__film:disabled{opacity:.6;cursor:default}.review-select__film-poster{width:40px;height:60px;border-radius:6px;object-fit:cover;flex:none;background:#ffffff0f}.review-select__film-poster--empty{display:flex;align-items:center;justify-content:center;color:#ffffff59}.review-select__film-meta{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.review-select__film-title{font-size:14px;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-select__film-sub{font-size:12px;color:#ffffff73}.review-select__film-status{font-size:12px;color:#ffffff80;flex:none}.review-select__tmdb{font-size:10.5px;color:#ffffff4d;text-align:center;padding:10px 8px 2px}@media(max-width:600px){.review-select__overlay{align-items:flex-end;padding:0}.review-select{max-width:100%;border-radius:18px 18px 0 0;max-height:88vh;padding-bottom:24px}}.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-url{display:flex;align-items:center;gap:8px;height:56px;margin:0 16px;padding:0 8px 0 14px;background:#1f1f1f;border-radius:14px}.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-item--cart{position:relative}.mobile-nav-cart-badge{position:absolute;top:-1px;right:-1px;min-width:16px;height:16px;padding:0 4px;border-radius:9999px;background:#4ade80;color:#000;font-size:10px;font-weight:700;line-height:16px;text-align:center;box-shadow:0 0 0 2px #0d0d0df2;pointer-events:none}.mobile-nav-item--guide{position:relative}.mobile-nav-guide-badge{position:absolute;top:-1px;right:-1px;min-width:16px;height:16px;padding:0 4px;border-radius:9999px;background:#fff;color:#0d0d0d;font-size:10px;font-weight:700;line-height:16px;text-align:center;box-shadow:0 0 0 2px #0d0d0df2;pointer-events:none}.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}}
