:root { --primary: #445def; --primary-hover: #5e7eff; --primary-light: rgba(68, 93, 239, 0.1); --primary-dark: #2f40c2; --primary-contrast: #fff; --background: #1e293b; --background-secondary: #0f172a; --background-muted: rgba(30, 41, 59, 0.95); --primary-green: #22c55e; --light-green: #f0fdf4; --danger: #ef4444; --warning: #f59e0b; --info: #3b82f6; --success: var(--primary-green); --gray-50: #f8fafc; --gray-100: #f1f5f9; --gray-200: #e2e8f0; --gray-300: #cbd5e1; --gray-400: #94a3b8; --gray-500: #64748b; --gray-600: #475569; --gray-700: #334155; --gray-800: #1e293b; --gray-900: #0f172a; --white: #fff; --black: #000; --radius-sm: 4px; --radius: 8px; --radius-lg: 12px; --radius-xl: 16px; --radius-full: 9999px; --space-xs: 0.25rem; --space-sm: 0.5rem; --space-md: 1rem; --space-lg: 1.5rem; --space-xl: 2rem; --space-2xl: 3rem; --space-3xl: 4rem; --space-4xl: 6rem; --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.02); --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05); --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03); --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.02); --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02); --shadow-inset: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05); --font-sans: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif; --font-mono: "Courier New", courier, monospace; --text-xs: 0.75rem; --text-sm: 0.875rem; --text-base: 1rem; --text-lg: 1.125rem; --text-xl: 1.25rem; --text-2xl: 1.5rem; --text-3xl: 1.875rem; --text-4xl: 2.25rem; --font-normal: 400; --font-medium: 500; --font-semibold: 600; --font-bold: 700; --leading-none: 1; --leading-tight: 1.25; --leading-snug: 1.375; --leading-normal: 1.5; --leading-relaxed: 1.625; --leading-loose: 2; --z-dropdown: 100; --z-sticky: 200; --z-fixed: 300; --z-modal-backdrop: 400; --z-modal: 500; --z-popover: 600; --z-tooltip: 700; --z-notification: 800; --transition-fast: 150ms; --transition-base: 250ms; --transition-slow: 350ms; --container-max: 1400px; --container-padding: var(--space-lg); --primary-green-light: #86efac; --primary-green-deep: #059669; --primary-green-whatsapp: #25d366; --primary-green-whatsapp-dark: #1fa855; --status-pending: #f59e0b; --status-confirmed: #22c55e; --status-cancelled: #ef4444; --status-cancelled-dark: #dc2626; --status-cancelled-border: #b91c1c; --status-warning: #fbbf24; --status-warning-light: #fde047; --status-warning-dark: #d97706; --status-completed: #3b82f6; --gray-250: #e5e7eb; --gray-350: #d1d5db; --gray-450: #9ca3af; --gray-650: #374151; --gray-750: #1f2937; --gray-950: #0b1120; --surface-muted: #f9fafb; color-scheme: light; --color-canvas: #f3f6f9; --color-canvas-subtle: #edf1f5; --color-surface: #ffffff; --color-surface-raised: #ffffff; --color-surface-muted: #f2f2f7; --color-surface-strong: #e5e5ea; --color-surface-glass: rgba(255, 255, 255, 0.92); --color-surface-glass-strong: #ffffff; --color-text: #1d1d1f; --color-text-secondary: #6e6e73; --color-text-muted: #8e8e93; --color-text-faint: #aeaeb2; --color-text-inverse: #fff; --color-border: rgba(60, 60, 67, 0.16); --color-border-subtle: rgba(60, 60, 67, 0.1); --color-border-strong: rgba(60, 60, 67, 0.24); --color-control: #f2f2f7; --color-control-hover: #eaeaed; --color-control-active: rgba(68, 93, 239, 0.1); --color-overlay: rgba(0, 0, 0, 0.38); --color-focus-ring: rgba(68, 93, 239, 0.14); --color-info-surface: rgba(59, 130, 246, 0.08); --color-info-border: rgba(59, 130, 246, 0.42); --color-highlight: rgba(255, 255, 255, 0.72); --color-browser-chrome: #445def; --color-scrollbar-track: var(--gray-100); --color-scrollbar: var(--gray-400); --color-scrollbar-hover: var(--gray-500); --color-map-status-muted: #6b7280; --color-map-info-muted: #666; --color-map-code-muted: #999; --color-map-error: #dc2626; --color-map-marker-surface: #fff; --color-map-marker-text: #fff; --shadow-map-marker: 0 2px 4px rgba(0, 0, 0, 0.2); --shadow-color: 0, 0, 0; --shadow-surface-sm: 0 1px 2px rgba(var(--shadow-color), 0.03); --shadow-surface: 0 2px 20px rgba(var(--shadow-color), 0.06), 0 0 0 0.5px rgba(var(--shadow-color), 0.04); --shadow-surface-lg: 0 20px 48px rgba(var(--shadow-color), 0.14), 0 0 0 0.5px rgba(var(--shadow-color), 0.06); --glass-blur: saturate(175%) blur(20px); --primary-blue: var(--primary); --secondary-blue: var(--primary-dark); --lighter-blue: var(--color-canvas-subtle); --blue-50: var(--primary-light); --opacity-10: 0.1; --opacity-20: 0.2; --opacity-30: 0.3; --opacity-40: 0.4; --opacity-50: 0.5; --opacity-60: 0.6; --opacity-80: 0.8; --backdrop-blur-sm: blur(4px); --backdrop-blur-md: blur(8px); --backdrop-blur-lg: blur(12px); --font-body: "Roboto", "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Arial", sans-serif; --safe-area-inset-top: env(safe-area-inset-top, 0px); --safe-area-inset-bottom: env(safe-area-inset-bottom, 0px); --safe-area-inset-left: env(safe-area-inset-left, 0px); --safe-area-inset-right: env(safe-area-inset-right, 0px); } :root[data-theme="dark"] { color-scheme: dark; --primary: #445def; --primary-hover: #5e7eff; --primary-light: rgba(68, 93, 239, 0.16); --primary-dark: #2f40c2; --primary-contrast: #fff; --color-canvas: #0a0b0e; --color-canvas-subtle: #0e1014; --color-surface: #14161b; --color-surface-raised: #1a1c22; --color-surface-muted: #16181d; --color-surface-strong: #22252c; --color-surface-glass: rgba(28, 30, 36, 0.72); --color-surface-glass-strong: rgba(28, 30, 36, 0.9); --color-text: #e8e9eb; --color-text-secondary: #a3a6ad; --color-text-muted: #8b8e97; --color-text-faint: #6f737c; --color-text-inverse: #0a0b0e; --color-border: #2e323a; --color-border-subtle: rgba(255, 255, 255, 0.08); --color-border-strong: rgba(255, 255, 255, 0.14); --color-control: #1e2128; --color-control-hover: #262a32; --color-control-active: rgba(68, 93, 239, 0.18); --color-overlay: rgba(10, 15, 20, 0.72); --color-focus-ring: rgba(68, 93, 239, 0.3); --color-info-surface: rgba(96, 165, 250, 0.12); --color-info-border: rgba(96, 165, 250, 0.44); --color-highlight: rgba(255, 255, 255, 0.06); --color-browser-chrome: #0a0b0e; --color-scrollbar-track: #0e1014; --color-scrollbar: rgba(68, 93, 239, 0.42); --color-scrollbar-hover: rgba(68, 93, 239, 0.7); --color-map-status-muted: var(--color-text-muted); --color-map-info-muted: var(--color-text-muted); --color-map-code-muted: var(--color-text-faint); --color-map-error: var(--status-cancelled); --color-map-marker-surface: var(--color-surface); --color-map-marker-text: var(--color-text-inverse); --shadow-map-marker: var(--shadow-surface-sm); --shadow-color: 10, 15, 20; --shadow-surface-sm: 0 1px 1px rgba(var(--shadow-color), 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.025); --shadow-surface: 0 18px 46px rgba(var(--shadow-color), 0.42), 0 1px 0 rgba(255, 255, 255, 0.025); --shadow-surface-lg: 0 30px 80px rgba(var(--shadow-color), 0.58), 0 1px 0 rgba(255, 255, 255, 0.035); --surface-muted: var(--color-surface-muted); --background: var(--color-surface-raised); --background-secondary: var(--color-canvas); --background-muted: var(--color-surface-glass-strong); } @media (max-width: 428px) { :root { --text-xs: 0.875rem; --text-sm: 1rem; --text-base: 1.125rem; } } *, *::before, *::after { box-sizing: border-box; } * { margin: 0; padding: 0; } html { font-size: 16px; line-height: 1.5; color-scheme: light; background: var(--color-canvas); -webkit-text-size-adjust: 100%; text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } html[data-theme="dark"] { color-scheme: dark; scrollbar-color: var(--color-scrollbar) var(--color-scrollbar-track); scrollbar-width: thin; } body { font-family: var(--font-sans); color: var(--color-text); background: var(--color-canvas); min-height: 100vh; -webkit-overflow-scrolling: touch; } ::selection { background: var(--primary-light); color: var(--primary-dark); } html[data-theme="dark"] input[type="checkbox"], html[data-theme="dark"] input[type="radio"], html[data-theme="dark"] input[type="range"], html[data-theme="dark"] progress { accent-color: var(--primary); } html[data-theme="dark"] body { color: var(--color-text); background: var(--color-canvas); } html[data-theme="dark"] ::selection { color: var(--color-text); } h1, h2, h3, h4, h5, h6 { font-weight: var(--font-semibold); line-height: var(--leading-tight); } p { margin-bottom: var(--space-md); } a { color: var(--primary); text-decoration: none; transition: color var(--transition-fast) ease; } a:hover { color: var(--primary-hover); } ul, ol { list-style: none; } img { max-width: 100%; height: auto; display: block; } button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: inherit; margin: 0; } input, textarea, select { -webkit-appearance: none; appearance: none; border-radius: 0; font-size: 16px; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: auto; } button { cursor: pointer; -webkit-appearance: none; appearance: none; } button:disabled { cursor: not-allowed; } table { border-collapse: collapse; width: 100%; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } :focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; } ::-webkit-scrollbar { width: 10px; height: 10px; } ::-webkit-scrollbar-track { background: var(--color-scrollbar-track); } ::-webkit-scrollbar-thumb { background: var(--color-scrollbar); border-radius: var(--radius); } html[data-theme="dark"] ::-webkit-scrollbar-thumb { border: 2px solid var(--color-scrollbar-track); } ::-webkit-scrollbar-thumb:hover { background: var(--color-scrollbar-hover); } .auth-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 10050; justify-content: center; align-items: center; backdrop-filter: blur(4px); } .auth-modal.active, .auth-modal.closing { display: flex; } .auth-modal.active { animation: fade-in 0.3s ease forwards; } .auth-modal.closing { animation: fade-out 0.25s ease forwards; } .auth-modal-content { background: white; border-radius: 16px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); width: 90%; max-width: 440px; max-height: 90vh; overflow: hidden; position: relative; display: flex; flex-direction: column; } .auth-modal.active .auth-modal-content { animation: slide-up 0.3s ease forwards; } .auth-modal.closing .auth-modal-content { animation: slide-down 0.25s ease forwards; } .auth-modal-close { position: absolute; top: 15px; right: 15px; background: none; border: none; font-size: 28px; color: #64748b; cursor: pointer; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: all 0.2s ease; z-index: 1; } .auth-modal-close:hover { background: rgba(100, 116, 139, 0.1); color: #1e293b; } .auth-modal-header { background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.95) 100%); padding: 30px; text-align: center; border-radius: 16px 16px 0 0; flex-shrink: 0; } .auth-modal-header h2 { color: #8b9cff; font-size: 24px; font-weight: 700; margin: 0 0 8px; font-family: 'Outfit', sans-serif; } .auth-modal-header p { color: #cbd5e1; font-size: 14px; margin: 0; } .auth-debug-button { border: 1px solid rgba(68, 93, 239, 0.4); background: rgba(68, 93, 239, 0.08); color: #445def; font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 999px; cursor: pointer; transition: all 0.2s ease; } .auth-debug-button:hover { border-color: rgba(68, 93, 239, 0.8); background: rgba(68, 93, 239, 0.16); } .auth-debug-textarea { width: calc(100% - 48px); margin: 0 24px 20px; min-height: 240px; max-height: 50vh; resize: vertical; font-family: ui-monospace, "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace; font-size: 12px; line-height: 1.4; background: #0f172a; color: #e2e8f0; border: 1px solid #1e293b; border-radius: 10px; padding: 12px; } .auth-debug-actions { display: flex; align-items: center; gap: 12px; padding: 16px 24px 24px; border-top: 1px solid #e2e8f0; } .auth-debug-copy { border: none; border-radius: 8px; padding: 10px 16px; background: linear-gradient(135deg, #445def 0%, #8b9cff 100%); color: #0f172a; font-weight: 600; cursor: pointer; transition: all 0.2s ease; } .auth-debug-copy:hover { transform: translateY(-1px); box-shadow: 0 6px 12px rgba(15, 23, 42, 0.2); } .auth-debug-status { font-size: 12px; color: #64748b; } .auth-form { padding: 30px; overflow-y: auto; flex: 1 1 auto; scrollbar-width: thin; scrollbar-color: rgba(148, 163, 184, 0.3) transparent; } .auth-form::-webkit-scrollbar { width: 8px; } .auth-form::-webkit-scrollbar-track { background: transparent; } .auth-form::-webkit-scrollbar-thumb { background: rgba(148, 163, 184, 0.3); border-radius: 4px; } .auth-form::-webkit-scrollbar-thumb:hover { background: rgba(148, 163, 184, 0.5); } .auth-form .form-group { margin-bottom: 20px; } .auth-form .form-group label { display: block; font-size: 14px; font-weight: 600; color: #1e293b; margin-bottom: 8px; } .auth-form input[type="email"], .auth-form input[type="password"] { width: 100%; padding: 12px 16px; border: 1px solid rgba(30, 41, 59, 0.15); border-radius: 8px; font-size: 15px; transition: all 0.3s ease; background: white; } .auth-form input[type="email"]:focus, .auth-form input[type="password"]:focus { outline: none; border-color: rgba(68, 93, 239, 0.3); box-shadow: 0 0 0 3px rgba(68, 93, 239, 0.1); } .auth-form .remember-me { display: flex; align-items: center; gap: 8px; } .auth-form .remember-me input[type="checkbox"] { width: auto; margin: 0; } .auth-form .remember-me label { margin: 0; font-weight: 500; color: #475569; } .auth-submit-btn { width: 100%; padding: 14px; background: linear-gradient(135deg, #445def 0%, #8b9cff 100%); color: #1e293b; border: none; border-radius: 8px; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; margin-top: 10px; } .auth-submit-btn:hover { background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.95) 100%); color: #8b9cff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(15, 23, 42, 0.3); } .auth-divider { text-align: center; margin: 25px 0; position: relative; } .auth-divider span { background: white; padding: 0 15px; color: #94a3b8; font-size: 14px; position: relative; } .auth-divider::before { content: ''; position: absolute; top: 50%; left: 0; right: 0; height: 1px; background: #e2e8f0; } .auth-google-btn { width: 100%; padding: 14px; background: white; color: #475569; border: 1px solid rgba(30, 41, 59, 0.15); border-radius: 8px; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 10px; } .auth-google-btn:hover { background: rgba(68, 93, 239, 0.1); border-color: rgba(68, 93, 239, 0.3); color: #445def; } .auth-footer { margin-top: 25px; text-align: center; } .auth-footer p { margin: 8px 0; font-size: 14px; color: #64748b; } .auth-footer a { color: #445def; text-decoration: none; font-weight: 600; transition: color 0.3s ease; } .auth-footer a:hover { color: #2563eb; text-decoration: underline; } @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @keyframes fade-out { from { opacity: 1; } to { opacity: 0; } } @keyframes slide-up { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } @keyframes slide-down { from { transform: translateY(0); opacity: 1; } to { transform: translateY(20px); opacity: 0; } } .auth-notification { max-width: 400px; background: white; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); z-index: 10001; opacity: 0; transition: opacity 0.3s ease, transform 0.3s ease; } .auth-notification:not(.positioned, .centered) { position: fixed; top: 20px; right: 20px; transform: translateX(420px); } .auth-notification.positioned { position: fixed; opacity: 0; transform: translateX(-50%) translateY(-10px); } .auth-notification.positioned.show { opacity: 1; transform: translateX(-50%) translateY(0); } .auth-notification.centered { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.9); } .auth-notification.centered.show { opacity: 1; transform: translate(-50%, -50%) scale(1); } .auth-notification:not(.positioned, .centered).show { transform: translateX(0); opacity: 1; } .notification-arrow { display: none; position: absolute; width: 0; height: 0; border-style: solid; } .auth-notification.arrow-bottom .notification-arrow { display: block; bottom: -8px; left: 50%; transform: translateX(-50%); border-width: 8px 8px 0; border-color: white transparent transparent; } .auth-notification.arrow-top .notification-arrow { display: block; top: -8px; left: 50%; transform: translateX(-50%); border-width: 0 8px 8px; border-color: transparent transparent white; } .auth-notification-content { padding: 16px 20px; display: flex; align-items: center; gap: 12px; } .auth-notification-content i { font-size: 20px; flex-shrink: 0; } .auth-notification-content p { margin: 0; flex: 1; font-size: 14px; color: #475569; } .auth-notification-close { background: none; border: none; font-size: 24px; color: #64748b; cursor: pointer; padding: 0; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .auth-notification-close:hover { color: #1e293b; } .auth-notification-success { border-left: 4px solid #22c55e; } .auth-notification-success i { color: #22c55e; } .auth-notification-error { border-left: 4px solid #ef4444; } .auth-notification-error i { color: #ef4444; } .auth-notification-info { border-left: 4px solid #445def; } .auth-notification-info i { color: #445def; } .auth-notification-warning { border-left: 4px solid #f59e0b; } .auth-notification-warning i { color: #f59e0b; } .auth-container { min-height: calc(100vh - 70px); display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 40px 20px; background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); } .auth-card { background: white; border-radius: 16px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); max-width: 480px; width: 100%; overflow: hidden; } .auth-header { background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.95) 100%); color: white; padding: 40px 30px; text-align: center; } .auth-icon { font-size: 48px; color: #8b9cff; margin-bottom: 20px; } .auth-header h1 { font-size: 28px; font-weight: 700; margin-bottom: 10px; font-family: 'Outfit', sans-serif; } .auth-header p { font-size: 16px; color: #cbd5e1; margin: 0; } .auth-content { padding: 40px 30px; } .auth-benefits { margin-bottom: 30px; } .benefit-item { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; color: #475569; font-size: 15px; } .benefit-item i { color: #10b981; font-size: 18px; } .auth-actions { margin-top: 30px; } .google-signin-btn { width: 100%; padding: 14px 20px; border: 1px solid #e5e7eb; border-radius: 8px; background: white; display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 16px; font-weight: 600; color: #1f2937; cursor: pointer; transition: all 0.3s ease; } .google-signin-btn:hover { background: #f9fafb; border-color: #445def; box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15); } .google-signin-btn img { width: 20px; height: 20px; } .auth-terms { text-align: center; font-size: 13px; color: #6b7280; line-height: 1.6; } .auth-terms a { color: #445def; text-decoration: none; } .auth-terms a:hover { text-decoration: underline; } .user-menu { position: relative; display: flex; align-items: center; gap: 12px; } .user-menu-toggle { display: flex; align-items: center; gap: 8px; border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; padding: 4px; border-radius: 8px; transition: background 0.2s ease; } .user-menu-toggle:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; } .user-menu-toggle:hover { background: rgba(68, 93, 239, 0.08); } .user-avatar { width: 36px; height: 36px; border-radius: 50%; border: 2px solid #8b9cff; cursor: pointer; transition: transform 0.3s ease; } .user-avatar:hover { transform: scale(1.05); } .user-dropdown { position: absolute; top: 100%; right: 0; margin-top: 12px; background: white; border-radius: 12px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); min-width: 220px; display: none; z-index: 1000; } .user-dropdown.active { display: block; } .user-dropdown-header { padding: 16px; border-bottom: 1px solid #e5e7eb; } .user-dropdown-name { font-size: 15px; font-weight: 600; color: #1e293b; margin-bottom: 4px; } .user-dropdown-email { font-size: 13px; color: #6b7280; margin-bottom: 8px; } .user-provider-badge { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; font-size: 12px; font-weight: 500; color: #475569; margin-top: 4px; } .user-provider-badge i { font-size: 11px; } .user-dropdown-menu { padding: 8px 0; } .user-dropdown-item { display: flex; align-items: center; gap: 12px; padding: 12px 16px; color: #475569; text-decoration: none; transition: background 0.2s ease; } .user-dropdown-item:hover { background: #f9fafb; color: #445def; } .user-dropdown-item i { width: 20px; text-align: center; } .user-dropdown-divider { height: 1px; background: #e5e7eb; margin: 8px 0; } .login-btn { display: flex; align-items: center; gap: var(--space-sm); padding: 0.875rem 1.5rem; background: var(--white); color: var(--gray-700); border: 1px solid var(--gray-300); border-radius: var(--radius); font-weight: 600; font-size: 14px; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); } .login-btn:hover { background: var(--gray-50); border-color: var(--gray-400); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); } .notification { position: fixed; top: 100px; right: 20px; background: white; padding: 16px 20px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); display: flex; align-items: center; gap: 12px; z-index: 10000; transform: translateX(400px); transition: transform 0.3s ease; max-width: 400px; } .notification.show { transform: translateX(0); } .notification i { font-size: 20px; } .notification-success { border-left: 4px solid #10b981; } .notification-success i { color: #10b981; } .notification-error { border-left: 4px solid #ef4444; } .notification-error i { color: #ef4444; } .notification-info { border-left: 4px solid #445def; } .notification-info i { color: #445def; } .auth-cancel-btn { padding: 10px 24px; background: rgba(30, 41, 59, 0.05); border: 1px solid rgba(30, 41, 59, 0.15); border-radius: 8px; color: #475569; font-weight: 600; cursor: pointer; transition: all 0.3s ease; font-size: 14px; } .auth-cancel-btn:hover { background: rgba(68, 93, 239, 0.1); border-color: rgba(68, 93, 239, 0.3); color: #445def; } .auth-cancel-btn:focus { outline: none; box-shadow: 0 0 0 3px rgba(68, 93, 239, 0.2); } @media (max-width: 768px) { .auth-modal { padding: 1rem; padding-top: max(1rem, env(safe-area-inset-top, 1rem)); align-items: flex-end; } .auth-modal-content { width: 100%; max-width: 100%; max-height: calc(85vh - env(safe-area-inset-top, 0px)); margin: 0; border-radius: 24px 24px 0 0; } .auth-modal.active .auth-modal-content { animation: slide-up-mobile 0.3s cubic-bezier(0.4, 0, 0.2, 1); } .auth-modal.closing .auth-modal-content { animation: slide-down-mobile 0.25s cubic-bezier(0.4, 0, 0.2, 1); } .auth-modal-header { padding: 24px 20px; background: linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(30, 41, 59, 0.9) 100%); } .auth-modal-header h2 { font-size: 22px; margin: 0 0 6px; } .auth-modal-header p { font-size: 13px; } .auth-modal-close { top: 12px; right: 12px; width: 40px; height: 40px; min-width: 40px; min-height: 40px; font-size: 26px; background: rgba(255, 255, 255, 0.1); flex-shrink: 0; aspect-ratio: 1; } .auth-form { padding: 20px; } .form-group label { font-size: 0.875rem; } .form-group input { padding: 0.75rem; font-size: 16px; min-height: 48px; } .auth-submit-btn, .auth-google-btn { padding: 14px; font-size: 15px; min-height: 50px; border-radius: 12px; } .auth-footer { font-size: 0.875rem; } .benefit-item { font-size: 14px; margin-bottom: 12px; } .benefit-item i { font-size: 16px; } } @media (max-width: 640px) { .auth-modal { padding: 0; padding-top: env(safe-area-inset-top, 10px); align-items: flex-end; background: rgba(0, 0, 0, 0.7); } .auth-modal-content { width: 100%; max-height: calc(95vh - env(safe-area-inset-top, 10px)); border-radius: 20px 20px 0 0; padding-bottom: env(safe-area-inset-bottom, 20px); box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.2); } .auth-modal-header { padding: 20px; padding-top: 28px; position: relative; } .auth-modal-header i { display: none; } .auth-modal-header h2 { font-size: 20px; margin: 0 0 4px; } .auth-modal-header p { font-size: 12px; opacity: 0.9; } .auth-modal-close { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; min-width: 36px; min-height: 36px; font-size: 24px; background: rgba(255, 255, 255, 0.15); color: white; flex-shrink: 0; aspect-ratio: 1; } .auth-modal-close:hover { background: rgba(255, 255, 255, 0.25); color: white; } .auth-form { padding: 20px; padding-top: 10px; } .auth-benefits { margin-bottom: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; } .benefit-item { font-size: 13px; margin-bottom: 0; } .benefit-item i { font-size: 14px; } .auth-google-btn { background: linear-gradient(135deg, #445def 0%, #8b9cff 100%); color: white; border: none; font-weight: 600; box-shadow: 0 4px 12px rgba(68, 93, 239, 0.3); } .auth-google-btn:hover { background: linear-gradient(135deg, #5e7eff 0%, #8b9cff 100%); transform: translateY(-1px); } .auth-google-btn img { filter: brightness(0) invert(1); } .auth-divider { margin: 20px 0; } .auth-divider span { font-size: 12px; } .auth-terms { font-size: 11px; line-height: 1.5; padding: 0 10px; color: #64748b; } .auth-card { border-radius: 0; max-width: 100%; min-height: 100vh; } .auth-container { padding: 0; } } @media (max-width: 480px) { .auth-modal-content { max-height: 92vh; } .auth-modal-header { padding: 16px; padding-top: 24px; } .auth-modal-header h2 { font-size: 18px; } .auth-form { padding: 16px; } .auth-benefits { grid-template-columns: 1fr; gap: 8px; } .benefit-item { font-size: 12px; } .auth-notification { max-width: calc(100% - 40px); } .auth-notification.positioned, .auth-notification.centered, .auth-notification:not(.positioned, .centered) { position: fixed; top: 50%; left: 50%; right: auto; transform: translate(-50%, -50%) scale(0.9); } .auth-notification.show { transform: translate(-50%, -50%) scale(1); opacity: 1; } .notification-arrow { display: none !important; } .auth-notification-content { padding: 12px 16px; } .auth-notification-content p { font-size: 13px; } } @keyframes slide-up-mobile { from { transform: translateY(100%); } to { transform: translateY(0); } } @keyframes slide-down-mobile { from { transform: translateY(0); } to { transform: translateY(100%); } } @keyframes scale-in { from { transform: scale(0); opacity: 0; } to { transform: scale(1); opacity: 1; } } .shake-animation { animation: shake 0.5s ease-in-out; } @keyframes shake { 0%, 100% { transform: translateX(0); } 10%, 30%, 50%, 70%, 90% { transform: translateX(-8px); } 20%, 40%, 60%, 80% { transform: translateX(8px); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes fade-in-text { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes shimmer { 0% { left: -100%; } 100% { left: 200%; } } @media (max-width: 768px) { .auth-modal-plane-icon { display: none; } .auth-modal-subtitle { display: none; } .benefit-item-recommendations { display: none !important; } .auth-benefits { display: flex !important; flex-direction: column !important; gap: 12px !important; } .benefit-item { margin-bottom: 0 !important; } .auth-modal { align-items: center; justify-content: center; } .auth-modal-content { position: relative; border-radius: 16px; } } .auth-modal-content--password { background: #0f1419; border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55); color: #e8eaed; } .auth-modal-content--password .auth-modal-header { background: transparent; border-bottom: 1px solid rgba(255, 255, 255, 0.06); padding: 28px 28px 18px; text-align: left; } .auth-modal-content--password .auth-modal-header h2 { color: #f8fafc; font-size: 22px; font-weight: 650; letter-spacing: -0.02em; margin: 0 0 6px; } .auth-modal-content--password .auth-modal-subtitle, .auth-modal-content--password .auth-modal-header p { color: rgba(226, 232, 240, 0.62); font-size: 13.5px; line-height: 1.45; margin: 0; } .auth-modal-content--password .auth-modal-close { color: rgba(226, 232, 240, 0.55); top: 14px; right: 14px; } .auth-modal-content--password .auth-modal-close:hover { background: rgba(255, 255, 255, 0.08); color: #f8fafc; } .auth-modal-content--password .auth-form, .auth-modal-content--password .auth-password-form { padding: 20px 28px 28px; background: transparent; } .auth-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; margin: 0 0 20px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 12px; } .auth-tab { appearance: none !important; -webkit-appearance: none !important; border: 0 !important; outline: none !important; box-shadow: none !important; background: transparent !important; color: rgba(226, 232, 240, 0.55) !important; font-size: 13.5px !important; font-weight: 600 !important; line-height: 1.2 !important; padding: 10px 12px !important; border-radius: 9px !important; cursor: pointer; transition: background 0.18s ease, color 0.18s ease; } .auth-tab:hover { color: rgba(248, 250, 252, 0.88) !important; } .auth-tab.active { background: rgba(95, 212, 196, 0.14) !important; color: #8b9cff !important; } .auth-field-label { display: block; font-size: 11px; font-weight: 650; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(226, 232, 240, 0.45); margin: 0 0 8px; } .auth-modal-content--password .auth-email-field, .auth-password-form .auth-email-field { width: 100%; box-sizing: border-box; margin: 0 0 14px; padding: 13px 14px; border-radius: 11px; border: 1px solid rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.04); color: #f8fafc; font-size: 15px; outline: none; transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease; } .auth-modal-content--password .auth-email-field::placeholder { color: rgba(226, 232, 240, 0.35); } .auth-modal-content--password .auth-email-field:focus { border-color: rgba(95, 212, 196, 0.55); background: rgba(95, 212, 196, 0.06); box-shadow: 0 0 0 3px rgba(95, 212, 196, 0.12); } .auth-confirm-wrap { margin-bottom: 2px; } .auth-field-hint { margin: -8px 0 14px; padding: 0; font-size: 11px; font-weight: 450; line-height: 1.3; letter-spacing: 0.01em; color: rgba(226, 232, 240, 0.32); } .auth-error { margin: 0 0 14px; padding: 11px 13px; border-radius: 10px; background: rgba(239, 68, 68, 0.1); border: 1px solid rgba(248, 113, 113, 0.28); color: #fecaca; font-size: 13px; line-height: 1.45; text-align: left; } .auth-modal-content--password .auth-primary-btn { width: 100%; margin-top: 4px; padding: 13px 16px; border: none; border-radius: 12px; background: linear-gradient(135deg, #445def 0%, #8b9cff 100%); color: #041016; font-size: 15px; font-weight: 700; letter-spacing: 0.01em; cursor: pointer; transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease; } .auth-modal-content--password .auth-primary-btn:hover:not(:disabled) { filter: brightness(1.05); transform: translateY(-1px); box-shadow: 0 10px 24px rgba(68, 93, 239, 0.28); } .auth-primary-btn.is-loading, .auth-primary-btn:disabled { opacity: 0.7; cursor: wait; transform: none !important; } .auth-modal-content--password .auth-terms { margin: 16px 0 0; color: rgba(226, 232, 240, 0.42); font-size: 12px; line-height: 1.5; text-align: center; } .auth-modal-content--password .auth-terms a { color: #8b9cff; text-decoration: none; } .auth-modal-content--password .auth-terms a:hover { text-decoration: underline; } .auth-modal { --am-bg: #fff; --am-fill: #f5f5f7; --am-fill-hover: #efeff4; --am-text: #1d1d1f; --am-label: #86868b; --am-separator: rgba(60, 60, 67, 0.14); --am-radius-shell: 20px; --am-radius-control: 12px; --am-shadow: 0 24px 64px rgba(0, 0, 0, 0.14), 0 0 0 0.5px rgba(0, 0, 0, 0.06); --am-font: -apple-system, blinkmacsystemfont, "SF Pro Text", "SF Pro Display", system-ui, sans-serif; background: rgba(0, 0, 0, 0.32); backdrop-filter: saturate(180%) blur(12px); -webkit-backdrop-filter: saturate(180%) blur(12px); } :root[data-theme="dark"] .auth-modal { --am-bg: var(--color-surface-raised); --am-fill: var(--color-control); --am-fill-hover: var(--color-control-hover); --am-text: var(--color-text); --am-label: var(--color-text-muted); --am-separator: var(--color-border-subtle); --am-shadow: var(--shadow-surface-lg); background: var(--color-overlay); } .auth-modal-content { width: min(420px, calc(100% - 2rem)); max-width: 420px; border-radius: var(--am-radius-shell); box-shadow: var(--am-shadow); background: var(--am-bg); overflow: hidden; } .auth-modal-close { top: 0.875rem; right: 0.875rem; width: 30px; height: 30px; font-size: 1.25rem; line-height: 1; color: var(--am-label); background: var(--am-fill); border-radius: 50%; } .auth-modal-close:hover { background: var(--am-fill-hover); color: var(--am-text); } .auth-modal-header { background: var(--am-bg); padding: 1.75rem 1.75rem 0; border-radius: 0; text-align: left; } .auth-modal-header h2 { margin: 0; font-family: var(--am-font); font-size: 1.375rem; font-weight: 600; letter-spacing: -0.022em; line-height: 1.2; color: var(--am-text); } .auth-modal-header p, .auth-modal-subtitle { margin: 0.375rem 0 0; font-family: var(--am-font); font-size: 0.875rem; font-weight: 400; line-height: 1.4; color: var(--am-label); } .auth-modal-plane-icon, .auth-modal-header > i { display: none; } .auth-modal-header .auth-modal-icon { display: flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; margin-bottom: 0.875rem; border-radius: 10px; background: rgba(68, 93, 239, 0.1); color: var(--primary); font-size: 1.125rem; } .auth-form { padding: 1.25rem 1.75rem 1.75rem; font-family: var(--am-font); } .auth-form-actions { display: flex; flex-direction: column; gap: 0.5rem; } .auth-provider-btn { display: flex; align-items: center; justify-content: center; gap: 0.625rem; width: 100%; min-height: 48px; padding: 0.6875rem 1rem; border: none; border-radius: var(--am-radius-control); background: var(--am-fill); color: var(--am-text); font-family: var(--am-font); font-size: 0.9375rem; font-weight: 500; letter-spacing: -0.01em; line-height: 1.2; cursor: pointer; transition: background 0.2s ease, transform 0.15s ease; } .auth-provider-btn:hover { background: var(--am-fill-hover); } .auth-provider-btn:active { transform: scale(0.985); } .auth-provider-btn img { width: 1.125rem; height: 1.125rem; flex-shrink: 0; } .auth-provider-btn i { font-size: 1.125rem; flex-shrink: 0; } .auth-provider-btn--apple i { color: var(--am-text); } .auth-provider-btn--phone i { color: var(--primary); } .auth-divider { display: flex; align-items: center; gap: 0.75rem; margin: 1.125rem 0; color: var(--am-label); font-size: 0.75rem; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; text-align: unset; position: static; } .auth-divider::before { display: none; } .auth-divider span { background: var(--am-bg); padding: 0; color: inherit; font-size: inherit; position: static; } .auth-divider-line { flex: 1; height: 1px; background: var(--am-separator); } .auth-email-field { box-sizing: border-box; width: 100%; min-height: 48px; margin-bottom: 0.625rem; padding: 0.8125rem 1rem; border: none; border-radius: var(--am-radius-control); background: var(--am-fill); color: var(--am-text); font-family: var(--am-font); font-size: 1rem; letter-spacing: -0.01em; transition: background 0.2s ease, box-shadow 0.2s ease; } .auth-email-field::placeholder { color: var(--am-label); } .auth-email-field:focus { outline: none; background: var(--am-bg); box-shadow: 0 0 0 3px rgba(68, 93, 239, 0.18), inset 0 0 0 0.5px rgba(68, 93, 239, 0.35); } .auth-primary-btn { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 48px; margin-bottom: 0.75rem; padding: 0.75rem 1.25rem; border: none; border-radius: 980px; background: var(--primary); color: var(--primary-contrast); font-family: var(--am-font); font-size: 0.9375rem; font-weight: 600; letter-spacing: -0.01em; cursor: pointer; transition: background 0.2s ease, opacity 0.2s ease, transform 0.15s ease; } .auth-primary-btn:hover { background: var(--primary-hover); } .auth-primary-btn:active { transform: scale(0.985); } .auth-terms { margin: 0.75rem 0 0; text-align: center; font-size: 0.6875rem; line-height: 1.45; color: var(--am-label); } .auth-terms a { color: var(--primary); font-weight: 500; text-decoration: none; } .auth-terms a:hover { text-decoration: underline; } .auth-modal-body { padding: 0 1.75rem 1.75rem; } .auth-modal-body .auth-primary-btn, .auth-modal-body .auth-provider-btn { margin-bottom: 0.5rem; } .auth-modal-body .auth-provider-btn--ghost { background: transparent; color: var(--am-label); min-height: 44px; } .auth-modal-body .auth-provider-btn--ghost:hover { background: var(--am-fill); color: var(--am-text); } .auth-form input[type="email"], .auth-form input[type="password"], .auth-form input[type="tel"], .auth-form input[type="text"] { box-sizing: border-box; width: 100%; min-height: 48px; padding: 0.8125rem 1rem; border: none; border-radius: var(--am-radius-control); background: var(--am-fill); color: var(--am-text); font-family: var(--am-font); font-size: 1rem; transition: background 0.2s ease, box-shadow 0.2s ease; } .auth-form input[type="email"]:focus, .auth-form input[type="password"]:focus, .auth-form input[type="tel"]:focus, .auth-form input[type="text"]:focus { outline: none; background: var(--am-bg); box-shadow: 0 0 0 3px rgba(68, 93, 239, 0.18), inset 0 0 0 0.5px rgba(68, 93, 239, 0.35); } .auth-form .form-group label { font-family: var(--am-font); font-size: 0.8125rem; font-weight: 500; color: var(--am-label); } .auth-submit-btn, .auth-google-btn { min-height: 48px; border: none; border-radius: 980px; background: var(--primary); color: var(--primary-contrast); font-family: var(--am-font); font-size: 0.9375rem; font-weight: 600; box-shadow: none; transform: none; } .auth-submit-btn:hover, .auth-google-btn:hover { background: var(--primary-hover); color: var(--primary-contrast); transform: none; box-shadow: none; } .auth-google-btn { background: var(--am-fill); color: var(--am-text); border: none; } .auth-google-btn:hover { background: var(--am-fill-hover); color: var(--am-text); } .auth-cancel-btn { border: none; border-radius: 980px; background: var(--am-fill); color: var(--am-text); font-family: var(--am-font); font-weight: 500; } .auth-cancel-btn:hover { background: var(--am-fill-hover); color: var(--am-text); } @media (max-width: 768px) { .auth-modal { align-items: center; justify-content: center; padding: 1rem; padding-top: max(1rem, env(safe-area-inset-top, 1rem)); } .auth-modal-content { width: min(420px, calc(100% - 1.5rem)); max-width: 100%; max-height: min(90vh, 640px); margin: 0; border-radius: var(--am-radius-shell); } .auth-modal-header { padding: 1.5rem 1.5rem 0; } .auth-modal-header h2 { font-size: 1.25rem; } .auth-form { padding: 1rem 1.5rem 1.5rem; } .auth-modal-close { top: 0.75rem; right: 0.75rem; width: 32px; height: 32px; background: var(--am-fill); color: var(--am-label); } .auth-modal-subtitle { display: block; } } @media (max-width: 640px) { .auth-modal-content { width: calc(100% - 1.25rem); border-radius: 18px; } .auth-form { padding: 0.875rem 1.25rem 1.25rem; } .auth-modal-header { padding: 1.375rem 1.25rem 0; } } #toast-stack, #notification-container { --toast-bg: var(--color-surface-glass-strong); --toast-text: var(--color-text); --toast-label: var(--color-text-muted); --toast-radius: 14px; --toast-shadow: var(--shadow-surface); --toast-font: -apple-system, blinkmacsystemfont, "SF Pro Text", "SF Pro Display", system-ui, sans-serif; position: fixed; top: calc(68px + 0.75rem); right: 1rem; left: auto; bottom: auto; z-index: 10001; display: flex; flex-direction: column; align-items: flex-end; gap: 0.5rem; width: min(380px, calc(100vw - 2rem)); max-width: min(380px, calc(100vw - 2rem)); pointer-events: none; } #toast-stack .auth-notification, #notification-container .notification { position: relative; top: auto; right: auto; left: auto; bottom: auto; width: 100%; max-width: 100%; min-width: 0; margin: 0; pointer-events: auto; overflow: hidden; border: none; border-left: none; border-radius: var(--toast-radius); background: var(--toast-bg); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); box-shadow: var(--toast-shadow); opacity: 0; transform: translate3d(110%, 0, 0) scale(0.96); transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease; } #toast-stack .auth-notification.show, #notification-container .notification.notification-slide-in { opacity: 1; transform: translate3d(0, 0, 0) scale(1); } #toast-stack .auth-notification:not(.show), #notification-container .notification.notification-slide-out { opacity: 0; transform: translate3d(110%, 0, 0) scale(0.96); transition: transform 0.28s cubic-bezier(0.4, 0, 1, 1), opacity 0.22s ease; } #toast-stack .auth-notification-content, #notification-container .notification-content { display: flex; align-items: center; gap: 0.75rem; padding: 0.8125rem 0.875rem 0.8125rem 0.9375rem; } #toast-stack .auth-notification-icon, #notification-container .notification-icon { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 1.75rem; height: 1.75rem; border-radius: 50%; font-size: 0.875rem; line-height: 1; } #toast-stack .auth-notification-content > i:not(.auth-notification-close i) { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 1.75rem; height: 1.75rem; border-radius: 50%; font-size: 0.875rem; line-height: 1; } #toast-stack .auth-notification-content p, #notification-container .notification-message { flex: 1; min-width: 0; margin: 0; font-family: var(--toast-font); font-size: 0.875rem; font-weight: 500; letter-spacing: -0.01em; line-height: 1.35; color: var(--toast-text); } #toast-stack .auth-notification-close, #notification-container .notification-close { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 1.5rem; height: 1.5rem; padding: 0; border: none; border-radius: 50%; background: var(--color-control); color: var(--toast-label); font-size: 1rem; line-height: 1; cursor: pointer; transition: background 0.2s ease, color 0.2s ease; } #toast-stack .auth-notification-close:hover, #notification-container .notification-close:hover { background: var(--color-control-hover); color: var(--toast-text); } #toast-stack .auth-notification-success, #notification-container .notification-success { background: var(--toast-bg); } #toast-stack .auth-notification-success .auth-notification-content > i, #toast-stack .auth-notification-success .auth-notification-icon { background: rgba(52, 199, 89, 0.14); color: #34c759; } #notification-container .notification-success .notification-icon { background: rgba(52, 199, 89, 0.14); color: #34c759; font-style: normal; } #toast-stack .auth-notification-error, #notification-container .notification-error { background: var(--toast-bg); } #toast-stack .auth-notification-error .auth-notification-content > i, #toast-stack .auth-notification-error .auth-notification-icon { background: rgba(255, 59, 48, 0.12); color: #ff3b30; } #notification-container .notification-error .notification-icon { background: rgba(255, 59, 48, 0.12); color: #ff3b30; font-style: normal; } #toast-stack .auth-notification-info, #notification-container .notification-info { background: var(--toast-bg); } #toast-stack .auth-notification-info .auth-notification-content > i, #toast-stack .auth-notification-info .auth-notification-icon { background: rgba(68, 93, 239, 0.12); color: var(--primary); } #notification-container .notification-info .notification-icon { background: rgba(68, 93, 239, 0.12); color: var(--primary); font-style: normal; } #toast-stack .auth-notification-warning, #notification-container .notification-warning { background: var(--toast-bg); } #toast-stack .auth-notification-warning .auth-notification-content > i, #toast-stack .auth-notification-warning .auth-notification-icon { background: rgba(255, 149, 0, 0.14); color: #ff9500; } #notification-container .notification-warning .notification-icon { background: rgba(255, 149, 0, 0.14); color: #ff9500; font-style: normal; } #notification-container .notification-warning .notification-message, #toast-stack .auth-notification-warning .auth-notification-content p { color: var(--toast-text); } #notification-container .notification-icon i { font-size: 0.875rem; line-height: 1; } #notification-container .notification-link { color: var(--primary); font-weight: 600; } #toast-stack .auth-notification .notification-arrow { display: none; } @media (max-width: 768px) { #toast-stack, #notification-container { top: calc(56px + 0.625rem); right: 0.875rem; left: 0.875rem; width: auto; max-width: none; align-items: stretch; } #toast-stack .auth-notification, #notification-container .notification { transform: translate3d(0, -120%, 0) scale(0.98); } #toast-stack .auth-notification.show, #notification-container .notification.notification-slide-in { transform: translate3d(0, 0, 0) scale(1); } #toast-stack .auth-notification:not(.show), #notification-container .notification.notification-slide-out { transform: translate3d(0, -120%, 0) scale(0.98); } } @media (max-width: 480px) { #toast-stack, #notification-container { top: calc(56px + 0.5rem); right: 0.75rem; left: 0.75rem; } #toast-stack .auth-notification-content, #notification-container .notification-content { padding: 0.75rem 0.8125rem 0.75rem 0.875rem; gap: 0.625rem; } #toast-stack .auth-notification-content p, #notification-container .notification-message { font-size: 0.8125rem; } #toast-stack .auth-notification-close, #notification-container .notification-close { width: 28px; height: 28px; min-width: 28px; max-width: 28px; max-height: 28px; aspect-ratio: 1; padding: 0; flex-shrink: 0; } } .cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: var(--color-surface-raised); box-shadow: var(--shadow-surface); z-index: 9999; padding: 1.5rem; transform: translateY(100%); transition: transform 0.2s ease-out; border-top: 1px solid var(--color-border); pointer-events: auto; } .cookie-banner.show { transform: translateY(0); animation: slide-up-instant 0.2s ease-out; } .cookie-banner-container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; } .cookie-banner-content { flex: 1 1 500px; } .cookie-banner-title { font-size: 1.125rem; font-weight: 600; color: var(--color-text); margin-bottom: 0.5rem; } .cookie-banner-text { color: var(--color-text-secondary); font-size: 0.875rem; line-height: 1.5; } .cookie-banner-text a { color: var(--primary); text-decoration: none; font-weight: 500; } .cookie-banner-text a:hover { text-decoration: underline; } .cookie-banner-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; } .cookie-banner-btn { padding: 0.625rem 1.25rem; border-radius: 6px; font-size: 0.875rem; font-weight: 500; border: none; cursor: pointer; transition: all 0.2s; white-space: nowrap; pointer-events: auto; position: relative; z-index: 1; } .cookie-banner-btn-accept { background: var(--primary); color: var(--primary-contrast); } .cookie-banner-btn-accept:hover { background: var(--primary-hover); } .cookie-banner-btn-reject { background: var(--color-control); color: var(--color-text-secondary); } .cookie-banner-btn-reject:hover { background: var(--color-control-hover); } .cookie-banner-btn-settings { background: transparent; color: var(--primary); border: 1px solid var(--primary); } .cookie-banner-btn-settings:hover { background: var(--primary); color: var(--primary-contrast); } .cookie-settings-modal { display: none; position: fixed; inset: 0; z-index: 10000; } .cookie-settings-modal.show { display: flex; align-items: center; justify-content: center; } .cookie-settings-overlay { position: absolute; inset: 0; background: var(--color-overlay); backdrop-filter: blur(4px); } .cookie-settings-container { position: relative; background: var(--color-surface-raised); border-radius: 12px; max-width: 600px; width: 90%; max-height: 85vh; display: flex; flex-direction: column; box-shadow: var(--shadow-surface-lg); } .cookie-settings-header { padding: 1.5rem; border-bottom: 1px solid var(--color-border); display: flex; align-items: center; justify-content: space-between; } .cookie-settings-title { font-size: 1.25rem; font-weight: 600; color: var(--color-text); } .cookie-settings-close { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; background: transparent; border: none; border-radius: 6px; cursor: pointer; color: var(--color-text-muted); transition: all 0.2s; } .cookie-settings-close:hover { background: var(--color-control-hover); color: var(--color-text); } .cookie-settings-body { padding: 1.5rem; overflow-y: auto; flex: 1; } .cookie-settings-intro { color: var(--gray-600); font-size: 0.875rem; line-height: 1.6; margin-bottom: 1.5rem; } .cookie-category { margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--gray-100); } .cookie-category:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; } .cookie-category-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.75rem; } .cookie-category-title { font-weight: 600; color: var(--gray-900); font-size: 0.9375rem; display: flex; align-items: center; gap: 0.5rem; } .cookie-category-required { background: var(--gray-200); color: var(--gray-600); padding: 0.125rem 0.5rem; border-radius: 4px; font-size: 0.75rem; font-weight: 500; } .cookie-category-description { color: var(--gray-600); font-size: 0.8125rem; line-height: 1.5; margin-bottom: 0.5rem; } .cookie-toggle { position: relative; width: 44px; height: 24px; } .cookie-toggle input { opacity: 0; width: 0; height: 0; } .cookie-toggle-slider { position: absolute; cursor: pointer; inset: 0; background-color: var(--gray-300); transition: 0.3s; border-radius: 24px; } .cookie-toggle-slider::before { position: absolute; content: ""; height: 18px; width: 18px; left: 3px; bottom: 3px; background-color: white; transition: 0.3s; border-radius: 50%; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); } .cookie-toggle input:checked + .cookie-toggle-slider { background-color: var(--primary); } .cookie-toggle input:checked + .cookie-toggle-slider::before { transform: translateX(20px); } .cookie-toggle.disabled { opacity: 0.5; pointer-events: none; } .cookie-toggle.disabled .cookie-toggle-slider { background-color: var(--gray-200); } .cookie-settings-footer { padding: 1.5rem; border-top: 1px solid var(--gray-200); display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; } .cookie-settings-footer-links { display: flex; gap: 1rem; flex-wrap: wrap; } .cookie-settings-footer-link { color: var(--primary); text-decoration: none; font-size: 0.875rem; font-weight: 500; } .cookie-settings-footer-link:hover { text-decoration: underline; } .cookie-settings-footer-actions { display: flex; gap: 0.75rem; } .cookie-settings-btn { padding: 0.625rem 1.25rem; border-radius: 6px; font-size: 0.875rem; font-weight: 500; border: none; cursor: pointer; transition: all 0.2s; } .cookie-settings-btn-save { background: var(--primary); color: white; } .cookie-settings-btn-save:hover { background: var(--primary-hover); } .cookie-settings-btn-accept-all { background: transparent; color: var(--primary); border: 1px solid var(--primary); } .cookie-settings-btn-accept-all:hover { background: var(--primary); color: white; } @media (max-width: 768px) { .cookie-banner { padding: 1rem; } .cookie-banner-container { flex-direction: column; gap: 1rem; align-items: stretch; } .cookie-banner-content { flex: 1 1 auto; } .cookie-banner-title { font-size: 1rem; } .cookie-banner-actions { flex-direction: column; width: 100%; } .cookie-banner-btn { width: 100%; padding: 0.75rem; } .cookie-settings-container { width: 100%; height: 100%; max-height: 100%; border-radius: 0; } .cookie-settings-footer { flex-direction: column; align-items: stretch; } .cookie-settings-footer-links { order: 2; justify-content: center; } .cookie-settings-footer-actions { order: 1; flex-direction: column; } .cookie-settings-btn { width: 100%; } } @keyframes slide-up { from { transform: translateY(100%); opacity: 0; } to { transform: translateY(0); opacity: 1; } } @keyframes slide-up-instant { from { transform: translateY(100%); } to { transform: translateY(0); } } @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } .cookie-settings-modal.show .cookie-settings-container { animation: fade-in 0.2s ease-out; } .cookie-banner { --cc-bg: var(--color-surface-glass-strong); --cc-fill: var(--color-control); --cc-fill-hover: var(--color-control-hover); --cc-text: var(--color-text); --cc-label: var(--color-text-muted); --cc-separator: var(--color-border-subtle); --cc-radius: 20px; --cc-border: rgba(68, 93, 239, 0.42); --cc-shadow: var(--shadow-surface); --cc-font: -apple-system, blinkmacsystemfont, "SF Pro Text", "SF Pro Display", system-ui, sans-serif; left: 50%; right: auto; bottom: max(0.875rem, env(safe-area-inset-bottom, 0px)); width: min(680px, calc(100% - 1.5rem)); max-width: min(680px, calc(100% - 1.5rem)); padding: 1rem 1.125rem; margin: 0; border: 1px solid var(--cc-border); border-top: 1px solid var(--cc-border); border-radius: var(--cc-radius); background: var(--cc-bg); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); box-shadow: var(--cc-shadow); transform: translate3d(-50%, calc(100% + 2rem), 0); transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease; } .cookie-banner.show { transform: translate3d(-50%, 0, 0); animation: none; } .cookie-banner-container { gap: 1rem; align-items: flex-end; } .cookie-banner-title { margin: 0 0 0.25rem; font-family: var(--cc-font); font-size: 0.9375rem; font-weight: 600; letter-spacing: -0.02em; color: var(--cc-text); } .cookie-banner-text { margin: 0; font-family: var(--cc-font); font-size: 0.8125rem; font-weight: 400; letter-spacing: -0.01em; line-height: 1.45; color: var(--cc-label); } .cookie-banner-text a { color: var(--primary); font-weight: 500; text-decoration: none; } .cookie-banner-text a:hover { text-decoration: underline; } .cookie-banner-actions { display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 0.75rem; width: 100%; flex-shrink: 0; } .cookie-banner-actions-row { display: flex; align-items: center; justify-content: flex-end; gap: 0.5rem; flex-shrink: 0; margin-left: auto; } .cookie-banner-btn { display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box; min-height: 36px; padding: 0.5rem 1rem; border: none; border-radius: 980px; font-family: var(--cc-font); font-size: 13px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.2; text-align: center; white-space: nowrap; cursor: pointer; transition: background 0.2s ease, opacity 0.2s ease, transform 0.15s ease; } .cookie-banner-actions-row .cookie-banner-btn { flex: 0 0 auto; min-width: 0; } .cookie-banner-btn-accept { background: var(--cc-text); color: var(--color-text-inverse); } .cookie-banner-btn-accept:hover { background: var(--color-text-secondary); opacity: 0.92; } .cookie-banner-btn-reject { background: var(--cc-fill); color: var(--cc-text); box-shadow: inset 0 0 0 0.5px var(--cc-separator); } .cookie-banner-btn-reject:hover { background: var(--cc-fill-hover); } .cookie-banner-btn-settings { flex-shrink: 0; align-self: center; min-height: 32px; padding: 0.375rem 0.75rem; background: transparent; color: var(--primary); box-shadow: none; font-size: 12px; font-weight: 500; } .cookie-banner-btn-settings:hover { background: rgba(68, 93, 239, 0.08); color: var(--primary); } .cookie-settings-modal { backdrop-filter: saturate(180%) blur(12px); -webkit-backdrop-filter: saturate(180%) blur(12px); } .cookie-settings-overlay { background: var(--color-overlay); backdrop-filter: saturate(180%) blur(12px); -webkit-backdrop-filter: saturate(180%) blur(12px); } .cookie-settings-container { width: min(480px, calc(100% - 2rem)); max-width: 480px; max-height: min(85vh, 640px); border: 1px solid var(--cc-border); border-radius: var(--cc-radius); background: var(--color-surface-raised); box-shadow: var(--cc-shadow); animation: cookie-modal-in 0.34s cubic-bezier(0.22, 1, 0.36, 1); } .cookie-settings-header { padding: 1rem 1.125rem 0.875rem; border-bottom: none; } .cookie-settings-title { font-family: var(--cc-font); font-size: 1.0625rem; font-weight: 600; letter-spacing: -0.02em; color: var(--cc-text); } .cookie-settings-close { width: 1.875rem; height: 1.875rem; border-radius: 50%; background: var(--cc-fill); color: var(--cc-label); } .cookie-settings-close:hover { background: var(--cc-fill-hover); color: var(--cc-text); } .cookie-settings-close svg { width: 14px; height: 14px; } .cookie-settings-body { padding: 0 1.125rem 1rem; } .cookie-settings-intro { margin-bottom: 1rem; font-family: var(--cc-font); font-size: 0.8125rem; line-height: 1.45; letter-spacing: -0.01em; color: var(--cc-label); } .cookie-category { margin-bottom: 0.75rem; padding: 0.75rem 0.875rem; border: none; border-radius: 12px; background: var(--cc-fill); } .cookie-category:last-child { margin-bottom: 0; } .cookie-category-header { margin-bottom: 0.375rem; } .cookie-category-title { font-family: var(--cc-font); font-size: 0.875rem; font-weight: 600; letter-spacing: -0.01em; color: var(--cc-text); } .cookie-category-required { padding: 0.125rem 0.4375rem; border-radius: 980px; background: var(--color-control-hover); font-family: var(--cc-font); font-size: 0.625rem; font-weight: 600; letter-spacing: 0.03em; text-transform: uppercase; color: var(--cc-label); } .cookie-category-description { margin-bottom: 0; font-family: var(--cc-font); font-size: 0.75rem; line-height: 1.4; color: var(--cc-label); } .cookie-toggle { width: 51px; height: 31px; } .cookie-toggle-slider { background-color: var(--color-border-strong); border-radius: 980px; } .cookie-toggle-slider::before { height: 27px; width: 27px; left: 2px; bottom: 2px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18); } .cookie-toggle input:checked + .cookie-toggle-slider { background-color: #34c759; } .cookie-toggle input:checked + .cookie-toggle-slider::before { transform: translateX(20px); } .cookie-settings-footer { padding: 0.875rem 1.125rem 1rem; border-top: none; background: linear-gradient(to top, var(--color-surface-raised) 70%, transparent); } .cookie-settings-footer-link { font-family: var(--cc-font); font-size: 0.8125rem; font-weight: 500; } .cookie-settings-btn { min-height: 34px; padding: 0.4375rem 0.9375rem; border: none; border-radius: 980px; font-family: var(--cc-font); font-size: 13px; font-weight: 600; letter-spacing: -0.01em; } .cookie-settings-btn-save { background: var(--cc-text); color: var(--color-text-inverse); } .cookie-settings-btn-save:hover { background: var(--color-text-secondary); } .cookie-settings-btn-accept-all { background: var(--cc-fill); color: var(--cc-text); box-shadow: inset 0 0 0 0.5px var(--cc-separator); } .cookie-settings-btn-accept-all:hover { background: var(--cc-fill-hover); color: var(--cc-text); } @media (max-width: 768px) { .cookie-banner { bottom: max(0.75rem, env(safe-area-inset-bottom, 0px)); width: calc(100% - 1rem); max-width: calc(100% - 1rem); padding: 0.875rem 1rem; } .cookie-banner-container { flex-direction: column; align-items: stretch; gap: 0.875rem; } .cookie-banner-actions { width: 100%; } .cookie-banner-actions-row .cookie-banner-btn { padding: 0.5rem 0.75rem; font-size: 12px; } .cookie-banner .cookie-banner-btn { width: auto; } .cookie-settings-container { width: 100%; max-width: 100%; max-height: 100%; border-radius: 20px 20px 0 0; align-self: flex-end; } .cookie-settings-modal.show { align-items: flex-end; } } @keyframes cookie-modal-in { from { opacity: 0; transform: translate3d(0, 16px, 0) scale(0.98); } to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); } } .cookie-settings-modal.show .cookie-settings-container { animation: cookie-modal-in 0.34s cubic-bezier(0.22, 1, 0.36, 1); } @import url("https://fonts.googleapis.com/css2?family=Archivo:wdth,wght@100..125,400..800&display=swap"); .top-nav { --sh-bg: rgba(255, 255, 255, 0.68); --sh-bg-scrolled: rgba(255, 255, 255, 0.84); --sh-bg-fallback: rgba(255, 255, 255, 0.94); --sh-fill: rgba(245, 245, 247, 0.72); --sh-fill-hover: rgba(60, 60, 67, 0.08); --sh-text: #1d1d1f; --sh-label: #6e6e73; --sh-separator: rgba(60, 60, 67, 0.12); --sh-glass-edge: rgba(60, 60, 67, 0.1); --sh-glass-highlight: rgba(255, 255, 255, 0.72); --sh-blur: saturate(180%) blur(20px); --sh-blur-mobile: saturate(160%) blur(14px); --sh-shadow: inset 0 1px 0 var(--sh-glass-highlight), 0 0.5px 0 rgba(0, 0, 0, 0.04), 0 8px 32px rgba(0, 0, 0, 0.05); --sh-shadow-scrolled: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 0.5px 0 rgba(0, 0, 0, 0.05), 0 12px 40px rgba(0, 0, 0, 0.08); --sh-font: -apple-system, blinkmacsystemfont, "SF Pro Text", "SF Pro Display", system-ui, sans-serif; position: -webkit-sticky; position: sticky; top: 0; z-index: var(--z-sticky, 200); padding-top: var(--safe-area-inset-top, 0); isolation: isolate; background: var(--sh-bg-fallback); backdrop-filter: var(--sh-blur); -webkit-backdrop-filter: var(--sh-blur); border-bottom: 0.5px solid var(--sh-glass-edge); box-shadow: var(--sh-shadow); transition: background-color 0.32s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.32s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.32s cubic-bezier(0.25, 0.1, 0.25, 1); } :root[data-theme="dark"] .top-nav { --sh-bg: var(--color-surface-glass); --sh-bg-scrolled: var(--color-surface-glass-strong); --sh-bg-fallback: var(--color-surface-glass-strong); --sh-fill: var(--color-control); --sh-fill-hover: var(--color-control-hover); --sh-text: var(--color-text); --sh-label: var(--color-text-muted); --sh-separator: var(--color-border-subtle); --sh-glass-edge: var(--color-border-subtle); --sh-glass-highlight: var(--color-highlight); --sh-shadow: inset 0 1px 0 var(--sh-glass-highlight), var(--shadow-surface); --sh-shadow-scrolled: inset 0 1px 0 var(--sh-glass-highlight), var(--shadow-surface-lg); } @supports ( (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px)) ) { .top-nav { background: var(--sh-bg); } .top-nav.is-scrolled { background: var(--sh-bg-scrolled); } } .top-nav.is-scrolled { border-bottom-color: rgba(60, 60, 67, 0.14); box-shadow: var(--sh-shadow-scrolled); } :root[data-theme="dark"] .top-nav.is-scrolled { border-bottom-color: var(--color-border-strong); } .top-nav .nav-container { box-sizing: border-box; width: 100%; max-width: 1400px; height: 68px; margin: 0 auto; padding: 0 1.25rem; display: flex; justify-content: space-between; align-items: center; gap: 0.75rem; } .top-nav .nav-logo { display: flex; align-items: center; gap: 0; min-width: 0; flex: 1 1 auto; } .top-nav .logo-link { display: flex; flex-shrink: 0; gap: 0; align-items: center; text-decoration: none; color: var(--sh-text); } .top-nav .logo-link:hover, .top-nav .logo-link:focus, .top-nav .logo-link:visited { color: var(--sh-text); } .top-nav .logo-wordmark { font-family: "Archivo", "Helvetica Neue", arial, sans-serif; font-weight: 750; font-stretch: 112%; font-size: 1.125rem; letter-spacing: 0.05em; line-height: 1; color: var(--sh-text); } .top-nav .logo-full, .top-nav .logo-compact { display: none !important; } .top-nav .nav-menu { display: flex; list-style: none; padding: 0; margin: 0 0 0 auto; flex: 0 0 auto; gap: 0.125rem; align-items: center; } .top-nav .nav-item { position: relative; list-style: none; } .top-nav .nav-toggle { display: none !important; } .top-nav .nav-link { padding: 0.4375rem 0.75rem; border-radius: 980px; font-family: var(--sh-font); font-size: 13px; font-weight: 500; letter-spacing: -0.01em; color: var(--sh-label); } .top-nav .nav-link:hover:not(.nav-link--text) { background: var(--sh-fill-hover); color: var(--sh-text); } .top-nav .nav-link.active:not(.nav-link--text) { background: var(--sh-fill); color: var(--sh-text); font-weight: 600; box-shadow: inset 0 0 0 0.5px var(--color-border-subtle), inset 0 1px 0 rgba(255, 255, 255, 0.45); } .top-nav .nav-link.active::after { display: none; } .top-nav .nav-link--text { display: inline-flex; align-items: center; min-height: 34px; padding: 0.25rem 0.7rem; border-radius: 0; background: transparent; box-shadow: none; font-weight: 400; font-size: 13px; letter-spacing: 0.02em; color: var(--sh-label); -webkit-font-smoothing: antialiased; transition: color 0.2s ease, opacity 0.2s ease; } .top-nav .nav-link--text:hover { background: transparent; color: var(--sh-text); } .top-nav .nav-link--text.active { background: transparent; box-shadow: none; font-weight: 500; color: var(--sh-text); } :root[data-theme="dark"] .top-nav .nav-link--text { color: rgba(232, 233, 235, 0.82); } :root[data-theme="dark"] .top-nav .nav-link--text:hover, :root[data-theme="dark"] .top-nav .nav-link--text.active { background: transparent; box-shadow: none; color: var(--sh-text); } .top-nav .nav-menu > .currency-selector-wrapper, .top-nav .nav-menu > .user-menu, .top-nav .nav-menu > .login-btn-wrapper { margin-left: 0.5rem; } .top-nav .currency-selector-wrapper { margin-right: 0; } .top-nav .currency-selector-btn { display: inline-flex; align-items: center; gap: 0.375rem; min-height: 34px; padding: 0.375rem 0.75rem; border: none; border-radius: 980px; background: var(--sh-fill); box-shadow: inset 0 0 0 1px var(--color-border-subtle), inset 0 1px 0 rgba(255, 255, 255, 0.42); color: var(--sh-text); font-family: var(--sh-font); font-size: 13px; font-weight: 500; letter-spacing: -0.01em; -webkit-font-smoothing: antialiased; transition: background 0.2s ease, box-shadow 0.2s ease; } .top-nav .currency-selector-btn:hover { background: var(--color-control-hover); border-color: transparent; transform: none; box-shadow: inset 0 0 0 1px var(--color-border-strong), inset 0 1px 0 rgba(255, 255, 255, 0.55); } :root[data-theme="dark"] .top-nav .nav-link.active:not(.nav-link--text) { background: var(--color-control-active); box-shadow: inset 0 0 0 1px rgba(68, 93, 239, 0.34), inset 0 1px 0 var(--color-highlight); } :root[data-theme="dark"] .top-nav .currency-selector-btn { box-shadow: inset 0 0 0 1px var(--color-border-subtle), inset 0 1px 0 var(--color-highlight); } :root[data-theme="dark"] .top-nav .currency-selector-btn:hover { box-shadow: inset 0 0 0 1px var(--color-border-strong), inset 0 1px 0 var(--color-highlight); } .top-nav .currency-selector-btn .currency-symbol { font-size: 14px; } .top-nav .currency-selector-btn i { font-size: 9px; color: var(--sh-label); } .top-nav .login-btn, .top-nav .nav-menu .login-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.375rem; min-height: 34px; padding: 0.4375rem 0.9375rem; border: none; border-radius: 980px; background: var(--sh-text); box-shadow: none; color: var(--color-text-inverse); font-family: var(--sh-font); font-size: 13px; font-weight: 600; letter-spacing: -0.01em; transition: background 0.2s ease, transform 0.15s ease, opacity 0.2s ease; } .top-nav .login-btn:hover, .top-nav .nav-menu .login-btn:hover { background: #000; border-color: transparent; transform: none; box-shadow: none; opacity: 0.92; } :root[data-theme="dark"] .top-nav .login-btn:hover, :root[data-theme="dark"] .top-nav .nav-menu .login-btn:hover { background: var(--color-text); } .top-nav .user-menu-toggle { border-radius: 980px; padding: 0.1875rem 0.5rem 0.1875rem 0.1875rem; } .top-nav .user-menu-toggle:hover { background: var(--sh-fill); } .top-nav .user-avatar { width: 32px; height: 32px; border: 2px solid rgba(68, 93, 239, 0.35); } .top-nav .user-dropdown { border: none; border-radius: 14px; box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 0 0 0.5px rgba(0, 0, 0, 0.06); } .contact-bar { --cb-font: -apple-system, blinkmacsystemfont, "SF Pro Text", system-ui, sans-serif; --cb-shell-radius: 10px; --cb-track-radius: 9px; --cb-segment-radius: 7px; --cb-icon-size: 34px; --cb-icon-glyph: 15px; --cb-icon-neutral: #636366; --cb-sep-color: rgba(60, 60, 67, 0.14); --cb-sep-height: 14px; --cb-sep-gap: 0.625rem; --cb-glass-bg: rgba(255, 255, 255, 0.58); --cb-glass-bg-fallback: rgba(245, 245, 247, 0.94); --cb-glass-blur: saturate(180%) blur(16px); display: flex; justify-content: center; background: transparent; border-bottom: none; padding: 0.625rem 1rem 0.75rem; } :root[data-theme="dark"] .contact-bar { --cb-icon-neutral: var(--color-text-secondary); --cb-sep-color: var(--color-border-subtle); --cb-glass-bg: var(--color-surface-glass); --cb-glass-bg-fallback: var(--color-surface-glass-strong); } .contact-bar .contact-container { display: flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap; gap: 0.5rem; width: fit-content; max-width: 100%; margin-inline: auto; padding: 0.4375rem 0.5625rem 0.4375rem 0.75rem; background: var(--cb-glass-bg-fallback); backdrop-filter: var(--cb-glass-blur); -webkit-backdrop-filter: var(--cb-glass-blur); border: 0.5px solid rgba(255, 255, 255, 0.42); border-radius: var(--cb-shell-radius); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), 0 2px 16px rgba(0, 0, 0, 0.05), inset 0 0 0 0.5px rgba(60, 60, 67, 0.08); } :root[data-theme="dark"] .contact-bar .contact-container { border-color: var(--color-border-subtle); box-shadow: inset 0 1px 0 var(--color-highlight), var(--shadow-surface-sm), inset 0 0 0 0.5px var(--color-border-subtle); } @supports ( (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px)) ) { .contact-bar .contact-container { background: var(--cb-glass-bg); } } .contact-bar .contact-meta { display: flex; align-items: center; flex: 0 1 auto; min-width: 0; overflow: hidden; white-space: nowrap; } .contact-bar .contact-label { flex: 0 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; padding-right: 0; font-family: var(--cb-font); font-size: 13px; font-weight: 500; letter-spacing: -0.01em; color: var(--color-text); white-space: nowrap; } .contact-bar .contact-label-short { display: none; } .contact-bar .contact-phone { flex: 0 0 auto; font-family: var(--cb-font); font-size: 13px; font-weight: 600; letter-spacing: -0.01em; color: var(--color-text); font-variant-numeric: tabular-nums; white-space: nowrap; } .contact-bar .contact-phone::before { content: "\00b7"; margin: 0 0.4375rem; color: var(--color-text-muted); font-weight: 400; } .contact-bar .contact-meta::after { content: ""; flex: 0 0 auto; width: 1px; height: var(--cb-sep-height); margin-inline: 0.5rem 0.125rem; background: var(--cb-sep-color); } .contact-bar .contact-actions { display: flex; align-items: center; flex: 0 0 auto; flex-wrap: nowrap; gap: var(--cb-sep-gap); padding: 0; background: transparent; } .contact-bar .contact-actions .contact-btn + .contact-btn { position: relative; margin-left: 0; padding-left: 0; } .contact-bar .contact-actions .contact-btn + .contact-btn::before { content: ""; position: absolute; left: calc(var(--cb-sep-gap) / -2); top: 50%; width: 1px; height: var(--cb-sep-height); background: var(--cb-sep-color); transform: translate(-50%, -50%); pointer-events: none; } .contact-bar .contact-btn { display: inline-flex; align-items: center; justify-content: center; width: var(--cb-icon-size); height: var(--cb-icon-size); min-width: var(--cb-icon-size); min-height: var(--cb-icon-size); padding: 0; border: none; border-radius: var(--cb-segment-radius); background: transparent; font-family: var(--cb-font); line-height: 1; color: var(--color-text); cursor: pointer; text-decoration: none; box-shadow: none; transform: none; transition: background 0.18s ease; -webkit-tap-highlight-color: transparent; } .contact-bar .contact-btn:hover { background: rgba(60, 60, 67, 0.08); transform: none; opacity: 1; box-shadow: none; } .contact-bar .contact-btn:active { background: rgba(60, 60, 67, 0.12); } :root[data-theme="dark"] .contact-bar .contact-btn:hover { background: var(--color-control); } :root[data-theme="dark"] .contact-bar .contact-btn:active { background: var(--color-control-hover); } .contact-bar .contact-btn-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } .contact-bar .contact-btn--labeled { width: auto; min-width: var(--cb-icon-size); padding: 0 0.5625rem 0 0.4375rem; gap: 0.3125rem; } .contact-bar .contact-btn--labeled .contact-btn-text { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; font-size: 12px; font-weight: 600; letter-spacing: -0.01em; line-height: 1; color: var(--cb-icon-neutral); } .contact-bar .contact-btn i { font-size: var(--cb-icon-glyph); line-height: 1; } .contact-bar .phone-btn i { font-size: calc(var(--cb-icon-glyph) - 1px); color: var(--cb-icon-neutral); } .contact-bar .chat-btn i { color: var(--cb-icon-neutral); } .contact-bar .whatsapp-btn i, .contact-bar .telegram-btn i { font-size: calc(var(--cb-icon-glyph) + 2px); } .contact-bar .whatsapp-btn i { color: #25d366; } .contact-bar .telegram-btn i { color: #229ed9; } .contact-bar .contact-actions .phone-btn, .contact-bar .contact-actions .chat-btn, .contact-bar .contact-actions .whatsapp-btn, .contact-bar .contact-actions .telegram-btn { background: transparent; border: none; box-shadow: none; color: var(--color-text); } .contact-bar .contact-actions .whatsapp-btn:hover, .contact-bar .contact-actions .phone-btn:hover, .contact-bar .contact-actions .chat-btn:hover, .contact-bar .contact-actions .telegram-btn:hover { background: rgba(60, 60, 67, 0.08); border: none; box-shadow: none; } :root[data-theme="dark"] .contact-bar .contact-actions .whatsapp-btn:hover, :root[data-theme="dark"] .contact-bar .contact-actions .phone-btn:hover, :root[data-theme="dark"] .contact-bar .contact-actions .chat-btn:hover, :root[data-theme="dark"] .contact-bar .contact-actions .telegram-btn:hover { background: var(--color-control); } .contact-bar .contact-btn .notification-badge, .contact-bar .chat-btn .notification-badge { border: 2px solid rgba(255, 255, 255, 0.82); } @media (max-width: 1024px) { .contact-bar .contact-container { gap: 0.5rem; } .contact-bar .contact-phone { display: none; } .contact-bar .contact-phone::before { display: none; } } @media (max-width: 900px) { .top-nav .nav-item--link { display: none; } } @media (max-width: 768px) { .top-nav { --sh-bg: rgba(255, 255, 255, 0.76); --sh-bg-scrolled: rgba(255, 255, 255, 0.9); backdrop-filter: var(--sh-blur-mobile); -webkit-backdrop-filter: var(--sh-blur-mobile); } .contact-bar { --cb-glass-bg: rgba(255, 255, 255, 0.66); --cb-glass-blur: saturate(160%) blur(12px); padding: 0.4375rem 0.875rem 0.625rem; } :root[data-theme="dark"] .top-nav { --sh-bg: var(--color-surface-glass); --sh-bg-scrolled: var(--color-surface-glass-strong); } :root[data-theme="dark"] .contact-bar { --cb-glass-bg: var(--color-surface-glass); } .top-nav .nav-container { box-sizing: border-box; height: 60px; min-height: 60px; padding: 0 0.875rem; align-items: center; } .top-nav .nav-logo { align-items: center; align-self: center; } .top-nav .logo-wordmark { font-size: 1.0625rem; } .top-nav .logo-full, .top-nav .logo-compact { display: none !important; } .top-nav .currency-selector-btn, .top-nav .login-btn, .top-nav .nav-menu .login-btn { min-height: 32px; padding: 0.3125rem 0.625rem; font-size: 12px; } .contact-bar .contact-container { display: flex; flex-wrap: nowrap; align-items: center; width: fit-content; max-width: 100%; margin-inline: auto; padding: 0.375rem 0.4375rem 0.375rem 0.5625rem; gap: 0.375rem; border-radius: var(--cb-shell-radius); } .contact-bar .contact-meta { flex: 0 1 auto; min-width: 0; } .contact-bar .contact-label { font-size: 12px; line-height: 1.2; } .contact-bar .contact-label-long { display: none; } .contact-bar .contact-label-short { display: inline; } .contact-bar .contact-meta::after { margin-inline: 0.4375rem 0.125rem; } .contact-bar .contact-btn { width: 32px; height: 32px; min-width: 32px; min-height: 32px; } .contact-bar .contact-btn--labeled { width: auto; min-width: 32px; padding: 0 0.5rem 0 0.375rem; } .contact-bar .contact-btn--labeled .contact-btn-text { font-size: 11px; } .contact-bar .contact-btn i { font-size: 14px; } .contact-bar .phone-btn i { font-size: 13px; } .contact-bar .whatsapp-btn i, .contact-bar .telegram-btn i { font-size: 16px; } } @media (max-width: 640px) { .contact-bar .contact-btn { width: 30px; height: 30px; min-width: 30px; min-height: 30px; border-radius: 6px; } .contact-bar .contact-btn--labeled { width: auto; min-width: 30px; padding: 0 0.4375rem 0 0.3125rem; } .contact-bar .contact-btn--labeled .contact-btn-text { font-size: 11px; } .contact-bar .contact-btn i { font-size: 13px; } .contact-bar .phone-btn i { font-size: 12px; } .contact-bar .whatsapp-btn i, .contact-bar .telegram-btn i { font-size: 15px; } } @media (max-width: 480px) { .top-nav .nav-container { height: 60px; min-height: 60px; padding: 0 0.75rem; } .top-nav .logo-wordmark { font-size: 1rem; } .contact-bar { padding: 0.375rem 0.75rem 0.5rem; } .contact-bar .contact-container { padding: 0.375rem 0.4375rem 0.375rem 0.5625rem; gap: 0.3125rem; } .contact-bar .contact-label { font-size: 11px; font-weight: 500; } } @media (max-height: 500px) and (orientation: landscape) { .top-nav .logo-wordmark { font-size: 1rem; } .top-nav .logo-full, .top-nav .logo-compact { display: none !important; } } @media (prefers-reduced-transparency: reduce) { .top-nav { --sh-bg: rgba(255, 255, 255, 0.96); --sh-bg-scrolled: #fff; backdrop-filter: none; -webkit-backdrop-filter: none; } :root[data-theme="dark"] .top-nav { --sh-bg: var(--color-surface); --sh-bg-scrolled: var(--color-surface); } .contact-bar .contact-container { background: rgba(245, 245, 247, 0.98); backdrop-filter: none; -webkit-backdrop-filter: none; } :root[data-theme="dark"] .contact-bar .contact-container { background: var(--color-surface); } } @media (prefers-reduced-motion: reduce) { .top-nav { transition: none; } } .currency-selector-wrapper { position: relative; margin-right: 0.5rem; } .nav-menu .currency-selector-wrapper:first-child { margin-left: auto; } .nav-menu > .nav-item:first-child:not(.currency-selector-wrapper) { margin-left: auto; } .currency-selector { position: relative; } .currency-selector-btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: var(--radius); color: var(--primary); font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.3s ease; } .currency-selector-btn:hover { background: rgba(255, 255, 255, 0.15); border-color: rgba(147, 197, 253, 0.5); transform: translateY(-1px); } .currency-selector-btn .currency-symbol { font-weight: 600; font-size: 16px; } .currency-selector-btn .currency-code { font-weight: 500; } .currency-selector-btn i { font-size: 10px; margin-left: 0.25rem; transition: transform 0.3s ease; } .currency-dropdown { position: absolute; top: calc(100% + 0.5rem); right: 0; width: 320px; max-height: 500px; background: white; border-radius: var(--radius-lg); box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); z-index: 1000; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s ease; } .currency-dropdown.active { opacity: 1; visibility: visible; transform: translateY(0); } .currency-search { position: relative; padding: 0.75rem 1.25rem; border-bottom: 1px solid var(--gray-200); } .currency-search-input { width: 100%; padding: 0.5rem 2.5rem 0.5rem 0.75rem; border: 1px solid var(--gray-300); border-radius: var(--radius); font-size: 14px; color: var(--gray-700); background: var(--gray-50); transition: all 0.2s ease; } .currency-search i { position: absolute; right: 2rem; top: 50%; transform: translateY(-50%); color: var(--gray-400); font-size: 14px; pointer-events: none; } .currency-list { max-height: 350px; overflow-y: auto; padding: 0.5rem 0; } .currency-section { padding: 0.5rem 0; } .currency-section-title { padding: 0.5rem 1.25rem; font-size: 12px; font-weight: 600; color: var(--gray-500); text-transform: uppercase; letter-spacing: 0.5px; } .currency-separator { height: 1px; background: var(--gray-200); margin: 0.5rem 1.25rem; } .currency-option { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem 1.25rem; cursor: pointer; transition: background 0.2s ease; } .currency-option:hover { background: var(--gray-50); } .currency-option.selected { background: var(--blue-50); } .currency-option-symbol { width: 24px; font-size: 18px; font-weight: 600; color: var(--gray-700); text-align: center; } .currency-option-code { font-weight: 600; color: var(--gray-800); font-size: 14px; min-width: 40px; } .currency-option-name { flex: 1; color: var(--gray-600); font-size: 14px; } .currency-option .fa-check { color: var(--primary-blue); margin-left: auto; } .currency-notification { position: absolute; top: calc(100% + 0.75rem); right: 0; background: white; color: var(--gray-800); padding: 0.875rem 1.25rem; border-radius: var(--radius); border-left: 3px solid var(--primary-green); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.05); display: flex; align-items: center; gap: 0.625rem; font-size: 14px; font-weight: 500; min-width: 200px; max-width: 320px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); z-index: 800; white-space: nowrap; } .currency-notification.show { opacity: 1; visibility: visible; transform: translateY(0); } .currency-notification i { color: var(--primary-green); font-size: 16px; } .currency-loading-overlay { position: fixed; inset: 0; background: rgba(15, 23, 42, 0.8); backdrop-filter: blur(4px); z-index: 10000; display: none; justify-content: center; align-items: center; opacity: 0; transition: opacity 0.3s ease; } .currency-loading-overlay.active { opacity: 1; } .currency-loading-content { background: white; border-radius: 12px; padding: 2rem; text-align: center; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); animation: currency-scale-in 0.3s ease; } .currency-loading-spinner { font-size: 2.5rem; color: var(--primary); margin-bottom: 1rem; } .currency-loading-spinner i { animation: currency-spin 1s linear infinite; } .currency-loading-text { font-size: 1rem; color: var(--text-secondary); font-weight: 500; } @keyframes currency-scale-in { from { transform: scale(0.95); opacity: 0; } to { transform: scale(1); opacity: 1; } } @keyframes currency-spin { to { transform: rotate(360deg); } } @media (max-width: 768px) { .currency-selector-wrapper { margin-right: 0.5rem; } .nav-menu .currency-selector-wrapper:first-child { margin-left: 0; } .nav-menu > .nav-item:first-child:not(.currency-selector-wrapper) { margin-left: 0; } .currency-selector-btn { padding: 0.4rem 0.6rem; font-size: 0.9rem; min-height: 36px; } .currency-selector-btn .currency-code { display: inline-block; } .currency-dropdown { width: 280px; right: -10px; } } @media (max-width: 480px) { .currency-selector-btn { padding: 0.3rem 0.35rem; font-size: 0.8rem; min-height: 30px; } } @media (max-width: 400px) { .currency-selector-btn { padding: 0.25rem 0.3rem; font-size: 0.75rem; min-height: 28px; } .currency-selector-btn .currency-code { display: none; } .currency-selector-wrapper { margin-right: 0.25rem; } } .header-popover.user-dropdown, .header-popover.currency-dropdown { --hp-bg: var(--color-surface-glass-strong); --hp-fill: var(--color-control); --hp-fill-hover: rgba(60, 60, 67, 0.06); --hp-text: var(--color-text); --hp-label: var(--color-text-muted); --hp-separator: rgba(60, 60, 67, 0.1); --hp-radius: 16px; --hp-shadow: var(--shadow-surface-lg), 0 0 0 0.5px var(--color-border-subtle); --hp-font: -apple-system, blinkmacsystemfont, "SF Pro Text", "SF Pro Display", system-ui, sans-serif; display: block; opacity: 0; visibility: hidden; pointer-events: none; transform: translate3d(0, -8px, 0) scale(0.97); transform-origin: top right; transition: opacity 0.26s cubic-bezier(0.22, 1, 0.36, 1), transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.26s ease; backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); background: var(--hp-bg); border: none; border-radius: var(--hp-radius); box-shadow: var(--hp-shadow); overflow: hidden; } :root[data-theme="dark"] .header-popover.user-dropdown, :root[data-theme="dark"] .header-popover.currency-dropdown { --hp-fill-hover: var(--color-control-hover); --hp-separator: var(--color-border-subtle); } .header-popover.user-dropdown.active, .header-popover.currency-dropdown.active { opacity: 1; visibility: visible; pointer-events: auto; transform: translate3d(0, 0, 0) scale(1); } .header-popover.user-dropdown { top: calc(100% + 0.5rem); right: 0; margin-top: 0; min-width: 240px; max-width: min(280px, calc(100vw - 2rem)); z-index: 1002; } .header-popover.currency-dropdown { top: calc(100% + 0.5rem); right: 0; width: min(320px, calc(100vw - 2rem)); max-height: min(420px, calc(100vh - 6rem)); z-index: 1002; } .user-dropdown-header { padding: 0.875rem 1rem 0.75rem; border-bottom: none; } .user-dropdown-name { margin: 0 0 0.125rem; font-family: var(--hp-font); font-size: 0.9375rem; font-weight: 600; letter-spacing: -0.02em; line-height: 1.25; color: var(--hp-text); } .user-dropdown-email { margin: 0 0 0.5rem; font-family: var(--hp-font); font-size: 0.8125rem; font-weight: 400; letter-spacing: -0.01em; line-height: 1.35; color: var(--hp-label); } .user-provider-badge { display: inline-flex; align-items: center; gap: 0.375rem; margin-top: 0; padding: 0.25rem 0.5rem; border: none; border-radius: 980px; background: var(--hp-fill); box-shadow: inset 0 0 0 0.5px var(--color-border-subtle); font-family: var(--hp-font); font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; color: var(--hp-label); } .user-provider-badge i { font-size: 0.6875rem; color: var(--hp-label); } .user-dropdown-menu { padding: 0.375rem; } .user-dropdown-item { gap: 0.625rem; padding: 0.5625rem 0.625rem; border-radius: 10px; font-family: var(--hp-font); font-size: 0.875rem; font-weight: 500; letter-spacing: -0.01em; color: var(--hp-text); text-decoration: none; transition: background 0.18s ease; } .user-dropdown-item:hover { background: var(--hp-fill-hover); color: var(--hp-text); } .user-dropdown-item i { width: 1.125rem; font-size: 0.8125rem; color: var(--hp-label); text-align: center; } .user-dropdown-divider { height: 0.5px; margin: 0.25rem 0.625rem; background: var(--hp-separator); } .user-avatar-initial { display: flex; align-items: center; justify-content: center; background: linear-gradient(145deg, #ff6b9d 0%, #c850c0 100%); color: #fff; font-family: var(--hp-font); font-size: 0.875rem; font-weight: 600; letter-spacing: -0.02em; } :root[data-theme="dark"] .user-avatar-initial { background: linear-gradient(145deg, var(--primary) 0%, var(--primary-dark) 100%); color: var(--primary-contrast); } .top-nav .user-name { font-family: var(--hp-font); font-size: 13px; font-weight: 600; letter-spacing: -0.01em; color: var(--hp-text); } .currency-dropdown-header { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; padding: 0.875rem 1rem 0.625rem; border-bottom: none; } .currency-dropdown-header h4 { margin: 0; font-family: var(--hp-font); font-size: 0.9375rem; font-weight: 600; letter-spacing: -0.02em; color: var(--hp-text); } .currency-dropdown-close { display: inline-flex; align-items: center; justify-content: center; width: 1.75rem; height: 1.75rem; padding: 0; border: none; border-radius: 50%; background: var(--hp-fill); color: var(--hp-label); font-size: 1.125rem; line-height: 1; cursor: pointer; transition: background 0.18s ease, color 0.18s ease; } .currency-dropdown-close:hover { background: var(--color-control-hover); color: var(--hp-text); } .currency-search { padding: 0 0.75rem 0.625rem; border-bottom: none; } .currency-search-input { width: 100%; padding: 0.5625rem 2.25rem 0.5625rem 0.75rem; border: none; border-radius: 10px; background: var(--hp-fill); box-shadow: inset 0 0 0 0.5px var(--color-border-subtle); font-family: var(--hp-font); font-size: 0.875rem; font-weight: 400; letter-spacing: -0.01em; color: var(--hp-text); transition: background 0.18s ease, box-shadow 0.18s ease; } .currency-search-input::placeholder { color: var(--hp-label); } .currency-search-input:focus { outline: none; background: var(--color-control-hover); box-shadow: inset 0 0 0 0.5px var(--color-border-strong), 0 0 0 3px var(--color-focus-ring); } .currency-search i { right: 1.375rem; font-size: 0.8125rem; color: var(--hp-label); pointer-events: none; } .currency-list { max-height: min(300px, calc(100vh - 12rem)); padding: 0.25rem 0.375rem 0.5rem; scrollbar-width: thin; scrollbar-color: rgba(60, 60, 67, 0.22) transparent; } .currency-list::-webkit-scrollbar { width: 4px; } .currency-list::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(60, 60, 67, 0.22); } :root[data-theme="dark"] .currency-list { scrollbar-color: var(--color-scrollbar) transparent; } :root[data-theme="dark"] .currency-list::-webkit-scrollbar-thumb { background: var(--color-scrollbar); } .currency-section { padding: 0.125rem 0; } .currency-section-title { padding: 0.375rem 0.625rem 0.25rem; font-family: var(--hp-font); font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--hp-label); } .currency-separator { height: 0.5px; margin: 0.25rem 0.625rem; background: var(--hp-separator); } .currency-option { gap: 0.625rem; padding: 0.5rem 0.625rem; border-radius: 10px; transition: background 0.18s ease; } .currency-option:hover { background: var(--hp-fill-hover); } .currency-option.selected { background: rgba(68, 93, 239, 0.08); } .currency-option-symbol { width: 1.375rem; font-family: var(--hp-font); font-size: 0.9375rem; font-weight: 600; color: var(--hp-text); text-align: center; } .currency-option-code { min-width: 2.25rem; font-family: var(--hp-font); font-size: 0.875rem; font-weight: 600; letter-spacing: -0.01em; color: var(--hp-text); } .currency-option-name { flex: 1; font-family: var(--hp-font); font-size: 0.8125rem; font-weight: 400; letter-spacing: -0.01em; color: var(--hp-label); } .currency-option .fa-check { display: inline-flex; align-items: center; justify-content: center; width: 1.25rem; height: 1.25rem; margin-left: auto; border-radius: 50%; background: var(--primary); color: var(--primary-contrast); font-size: 0.5625rem; } .currency-loading, .currency-error { padding: 1rem 0.75rem; font-family: var(--hp-font); font-size: 0.8125rem; color: var(--hp-label); text-align: center; } .top-nav .currency-selector-btn[aria-expanded="true"] i { transform: rotate(180deg); } @media (max-width: 768px) { .header-popover.currency-dropdown { position: fixed; top: calc(56px + 0.5rem); right: 0.875rem; left: 0.875rem; width: auto; max-height: min(420px, calc(100vh - 5rem)); transform-origin: top center; transform: translate3d(0, -12px, 0) scale(0.98); } .header-popover.currency-dropdown.active { transform: translate3d(0, 0, 0) scale(1); } .header-popover.user-dropdown { right: 0; transform-origin: top right; } } #footer-container { margin-top: clamp(2.5rem, 5vw, 4rem); position: relative; z-index: 2; clear: both; isolation: isolate; } .seo-intro + #footer-container { margin-top: clamp(2.25rem, 4vw, 3.25rem); } .seo-intro:has(.ej-news) + #footer-container { margin-top: clamp(1.25rem, 2.5vw, 2rem); } .container, main:not(.main-content) { padding-bottom: clamp(1.5rem, 3vw, 2.5rem); } .results-section, .bookings-section, .bookings-list { padding-bottom: 0.75rem; } .site-footer { --ft-bg: #f5f5f7; --ft-surface: rgba(255, 255, 255, 0.72); --ft-text: #1d1d1f; --ft-link: #424245; --ft-label: #86868b; --ft-separator: rgba(60, 60, 67, 0.12); --ft-font: -apple-system, blinkmacsystemfont, "SF Pro Text", "SF Pro Display", system-ui, sans-serif; --ft-body: 0.8125rem; --ft-caption: 0.75rem; --ft-brand: 1.375rem; background: var(--ft-bg); border-top: 0.5px solid var(--ft-separator); margin-top: 0; padding: 3.25rem 0 1.75rem; font-family: var(--ft-font); font-size: var(--ft-body); min-height: auto; -webkit-font-smoothing: antialiased; } :root[data-theme="dark"] .site-footer { --ft-bg: var(--color-canvas-subtle); --ft-surface: var(--color-surface-glass); --ft-text: var(--color-text); --ft-link: var(--color-text-secondary); --ft-label: var(--color-text-muted); --ft-separator: var(--color-border-subtle); } .site-footer a { min-height: auto; } .footer-container { max-width: 1400px; margin: 0 auto; padding: 0 var(--space-md); } .footer-content { display: grid; grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr)); gap: 2.25rem 2rem; } .footer-section { color: var(--ft-label); } .footer-links, .social-links { list-style: none; padding: 0; margin: 0; } .footer-about .footer-title { font-size: var(--ft-brand); font-weight: 600; letter-spacing: -0.022em; color: var(--ft-text); margin-bottom: 0.75rem; } .footer-title { font-size: var(--ft-body); font-weight: 600; letter-spacing: -0.01em; color: var(--ft-text); margin-bottom: 0.875rem; } .footer-description { font-size: var(--ft-body); line-height: 1.55; letter-spacing: -0.01em; color: var(--ft-label); margin-bottom: 0.875rem; } .footer-stats { display: flex; flex-direction: column; gap: 0.375rem; } .footer-about-contact { margin-top: 1.75rem; } .footer-about-contact .footer-title { margin-bottom: 0.75rem; } .footer-stat { display: inline-flex; align-items: center; font-size: var(--ft-body); letter-spacing: -0.01em; color: var(--ft-label); gap: 0.5rem; } .footer-stat i { font-size: var(--ft-caption); color: var(--ft-label); opacity: 0.85; } .footer-links li { margin-bottom: 0.375rem; } .footer-links a { font-size: var(--ft-body); line-height: 1.5; letter-spacing: -0.01em; color: var(--ft-link); transition: color 0.18s ease; } .footer-links a:hover { color: var(--ft-text); text-decoration: underline; text-underline-offset: 0.2em; } .footer-app-section { margin-top: 1.25rem; padding-top: 0; border-top: none; } .footer-app-section-label { margin: 0 0 0.625rem; font-size: var(--ft-caption); font-weight: 600; letter-spacing: -0.01em; color: var(--ft-label); text-transform: none; } .footer-app-stores { display: flex; align-items: center; gap: 0.5rem; } .footer-app-store-btn { display: inline-flex; align-items: center; justify-content: center; width: 2.25rem; height: 2.25rem; border-radius: 980px; border: 0.5px solid var(--ft-separator); background: var(--ft-surface); color: var(--ft-text); box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.65); backdrop-filter: saturate(180%) blur(12px); -webkit-backdrop-filter: saturate(180%) blur(12px); transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.15s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.18s ease; } .footer-app-store-btn i { font-size: 1.0625rem; } .footer-app-store-btn:hover { background: var(--color-surface-raised); border-color: var(--color-border-strong); color: var(--ft-text); transform: scale(1.04); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.8); } :root[data-theme="dark"] .footer-app-store-btn:hover { box-shadow: var(--shadow-surface-sm), inset 0 1px 0 var(--color-highlight); } .footer-app-store-btn--apple:hover { color: var(--color-text); } .footer-app-store-btn--google:hover { color: #0f9d58; } .footer-app-store-btn:active { transform: scale(0.96); } .social-links a { gap: 0.625rem; } .social-links i { width: 1rem; font-size: 0.8125rem; color: var(--ft-label); opacity: 0.88; transition: color 0.18s ease, opacity 0.18s ease; } .social-links a:hover i { color: var(--ft-text); opacity: 1; } .footer-sub-header { margin-top: 0.875rem; margin-bottom: 0.25rem; font-size: var(--ft-caption); font-weight: 600; letter-spacing: -0.01em; color: var(--ft-text); text-transform: none; gap: 0.375rem; } .footer-sub-header:first-child { margin-top: 0; } .footer-sub-header i { font-size: 0.75rem; color: var(--ft-label); width: 0.875rem; } .top-channels-links li:not(.footer-sub-header) { padding-left: 1.125rem; } .footer-contact { display: flex; flex-direction: column; gap: 0.75rem; } .contact-phone-row { gap: 0.375rem; flex-wrap: wrap; } .contact-messenger-icon { display: inline-flex; align-items: center; justify-content: center; width: 1.625rem; height: 1.625rem; border-radius: 980px; border: 0.5px solid var(--ft-separator); background: var(--ft-surface); font-size: 0.75rem; color: var(--ft-label); transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease; } .contact-messenger-icon:hover { color: var(--ft-text); background: var(--color-surface-raised); border-color: var(--color-border-strong); } .contact-value { font-size: var(--ft-body); font-weight: 400; letter-spacing: -0.01em; color: var(--ft-text); } .contact-value:hover { color: var(--primary); } .site-footer .footer-contact .contact-item { display: flex; align-items: flex-start; gap: 0.625rem; } .site-footer .footer-contact .contact-item i { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 1rem; font-size: 0.8125rem; color: var(--ft-label); margin-top: 0.125rem; } .site-footer .footer-contact .contact-item div { display: flex; flex-direction: column; gap: 0.25rem; min-width: 0; } .footer-contact-label { font-size: var(--ft-caption); font-weight: 600; letter-spacing: -0.01em; color: var(--ft-label); text-transform: none; } .footer-bottom { margin-top: 2.5rem; padding: 1.125rem 0 0.25rem; border-top: 0.5px solid var(--ft-separator); } .footer-bottom-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; } .footer-copyright { font-size: var(--ft-body); letter-spacing: -0.01em; color: var(--ft-label); } .footer-legal a { font-size: var(--ft-body); color: var(--ft-label); } .footer-legal a:hover { color: var(--ft-text); } .footer-legal-links a:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; border-radius: 4px; } @media (max-width: 1180px) { .footer-content { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem 1.75rem; } .footer-about { grid-column: 1 / -1; max-width: 40rem; } } @media (max-width: 768px) { .site-footer { padding: 2rem 0 1.25rem; } .footer-container { padding: 0 1rem; } .footer-content { display: grid; grid-template-columns: 1fr; gap: 0; } .footer-section { padding: 1rem 0; border-bottom: 0.5px solid var(--ft-separator); } .footer-section:last-child { border-bottom: none; padding-bottom: 0; } .footer-about { order: -1; padding-top: 0; max-width: none; } .footer-about .footer-title { font-size: 1.25rem; } .footer-title { margin-bottom: 0.625rem; } .footer-links li { margin-bottom: 0.25rem; } .footer-links a { display: inline-flex; padding: 0.125rem 0; } .footer-bottom { margin-top: 1.25rem; padding-top: 1rem; } .footer-bottom-content { align-items: flex-start; text-align: left; } .footer-copyright { font-size: var(--ft-caption); } } @media (max-width: 640px) { .footer-container { padding: 0 0.875rem; } } @media (prefers-reduced-motion: reduce) { .footer-app-store-btn, .footer-links a, .contact-messenger-icon, .social-links i { transition: none; } .footer-app-store-btn:hover, .footer-app-store-btn:active { transform: none; } } .theme-selector { padding: 0.375rem 0.625rem 0.5rem; font-family: var(--hp-font, var(--font-sans)); } .theme-selector-label { margin: 0 0 0.4rem; color: var(--hp-label, var(--color-text-muted)); font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.045em; text-transform: uppercase; } .theme-mode-group { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3px; padding: 3px; border: 1px solid var(--color-border-subtle); border-radius: 11px; background: var(--hp-fill, var(--color-control)); } .theme-mode-option { display: inline-flex; min-width: 0; min-height: 34px; align-items: center; justify-content: center; gap: 0.3rem; padding: 0.375rem 0.3rem; border: 0; border-radius: 8px; background: transparent; color: var(--hp-label, var(--color-text-muted)); font: inherit; font-size: 0.6875rem; font-weight: 600; line-height: 1; cursor: pointer; transition: color var(--transition-fast) ease, background var(--transition-fast) ease, box-shadow var(--transition-fast) ease; } .theme-mode-option:hover { color: var(--hp-text, var(--color-text)); background: var(--color-control-hover); } .theme-mode-option.is-active { color: var(--hp-text, var(--color-text)); background: var(--color-surface-raised); box-shadow: 0 1px 4px rgba(var(--shadow-color), 0.14), inset 0 0 0 0.5px var(--color-border-subtle); } .theme-mode-option:focus-visible { outline: 2px solid var(--primary); outline-offset: 1px; } .theme-mode-option i { flex: 0 0 auto; font-size: 0.625rem; } @media (max-width: 360px) { .theme-mode-option { gap: 0.2rem; font-size: 0.625rem; } }