.main-header{background-color:var(--bg-elevated);border-bottom:1px solid var(--border-color);padding:0 16px;box-shadow:var(--shadow-md);transition:background-color .3s ease,border-color .3s ease}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;height:60px;min-height:60px}.header-title{margin:0;font-size:clamp(20px,4vw,24px);color:var(--text-primary);display:flex;align-items:center;gap:8px;transition:color .3s ease}.header-tagline{color:var(--text-secondary);font-size:14px;transition:color .3s ease}@media (max-width: 480px){.header-tagline{display:none}}.main-header h1{color:var(--text-primary)!important}.main-header span{color:var(--text-secondary)!important}.nav-link{color:var(--text-secondary)!important;background-color:transparent!important}.nav-link:hover{color:var(--text-primary)!important;background-color:var(--bg-tertiary)!important}.nav-link.active{color:var(--accent-primary)!important;background-color:var(--bg-secondary)!important}.user-menu{background-color:var(--bg-elevated)!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow-lg)!important}.user-menu button{color:var(--text-primary)!important;background-color:transparent!important}.user-menu button:hover{background-color:var(--bg-tertiary)!important}.mobile-menu{background-color:var(--bg-elevated)!important;border-bottom:1px solid var(--border-color)!important;box-shadow:var(--shadow-md)!important}.mobile-menu a{color:var(--text-primary)!important;border-bottom:1px solid var(--border-color)!important}.mobile-menu a:hover{background-color:var(--bg-tertiary)!important}.download-btn{background-color:var(--bg-secondary)!important;border:2px solid var(--accent-secondary)!important;color:var(--accent-secondary)!important}.download-btn:hover{background-color:var(--accent-secondary)!important;color:var(--text-inverse)!important}.mobile-menu-btn{background-color:transparent!important;border:1px solid var(--border-color)!important;color:var(--text-primary)!important}.mobile-menu-btn:hover{background-color:var(--bg-tertiary)!important}.responsive-image{display:block;position:relative}.responsive-image img{width:100%;height:auto;transition:opacity .3s ease}.responsive-image img.loading{opacity:0}.responsive-image img.loaded{opacity:1}.responsive-image img.error{opacity:.7;filter:grayscale(50%)}.responsive-image-placeholder{min-height:200px;background:linear-gradient(45deg,#f3f4f6,#e5e7eb);animation:pulse 2s infinite}.loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid var(--accent-primary, #3b82f6);border-radius:50%;animation:spin 1s linear infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes spin{to{transform:rotate(360deg)}}.dark-theme .responsive-image-placeholder{background:linear-gradient(45deg,#374151,#4b5563)}.dark-theme .loading-spinner{border-color:#4b5563;border-top-color:var(--accent-primary, #60a5fa)}:root{--bg-primary: #ffffff;--bg-secondary: #f9fafb;--bg-tertiary: #f3f4f6;--bg-elevated: #ffffff;--text-primary: #1f2937;--text-secondary: #6b7280;--text-tertiary: #9ca3af;--text-inverse: #ffffff;--border-color: #e5e7eb;--border-secondary: #d1d5db;--border-accent: #3b82f6;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--accent-primary: #3b82f6;--accent-primary-hover: #2563eb;--accent-secondary: #10b981;--accent-warning: #f59e0b;--accent-danger: #ef4444;--overlay-bg: rgba(0, 0, 0, .5);--blur-bg: rgba(255, 255, 255, .8);--gradient-primary: linear-gradient(135deg, #3b82f6, #1d4ed8);--gradient-secondary: linear-gradient(135deg, #10b981, #059669)}.dark-theme{--bg-primary: #111827;--bg-secondary: #1f2937;--bg-tertiary: #374151;--bg-elevated: #1f2937;--text-primary: #f9fafb;--text-secondary: #d1d5db;--text-tertiary: #9ca3af;--text-inverse: #1f2937;--border-color: #374151;--border-secondary: #4b5563;--border-accent: #60a5fa;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -1px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4), 0 4px 6px -2px rgba(0, 0, 0, .3);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .4), 0 10px 10px -5px rgba(0, 0, 0, .3);--accent-primary: #60a5fa;--accent-primary-hover: #3b82f6;--accent-secondary: #34d399;--accent-warning: #fbbf24;--accent-danger: #f87171;--overlay-bg: rgba(0, 0, 0, .7);--blur-bg: rgba(17, 24, 39, .8);--gradient-primary: linear-gradient(135deg, #60a5fa, #3b82f6);--gradient-secondary: linear-gradient(135deg, #34d399, #10b981)}.light-theme{--bg-primary: #ffffff;--bg-secondary: #f9fafb;--bg-tertiary: #f3f4f6;--bg-elevated: #ffffff;--text-primary: #1f2937;--text-secondary: #6b7280;--text-tertiary: #9ca3af;--text-inverse: #ffffff;--border-color: #e5e7eb;--border-secondary: #d1d5db;--border-accent: #3b82f6;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--accent-primary: #3b82f6;--accent-primary-hover: #2563eb;--accent-secondary: #10b981;--accent-warning: #f59e0b;--accent-danger: #ef4444;--overlay-bg: rgba(0, 0, 0, .5);--blur-bg: rgba(255, 255, 255, .8);--gradient-primary: linear-gradient(135deg, #3b82f6, #1d4ed8);--gradient-secondary: linear-gradient(135deg, #10b981, #059669)}body{background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}.card{background:var(--bg-elevated);border:1px solid var(--border-color);box-shadow:var(--shadow-md)}.button-primary{background:var(--accent-primary);color:var(--text-inverse);border:none}.button-primary:hover{background:var(--accent-primary-hover)}.button-secondary{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color)}.button-secondary:hover{background:var(--bg-tertiary)}.input{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-primary)}.input:focus{border-color:var(--border-accent);box-shadow:0 0 0 3px #3b82f61a}.dark-theme .input:focus{box-shadow:0 0 0 3px #60a5fa1a}.modal-overlay{background:var(--overlay-bg)}.modal{background:var(--bg-elevated);border:1px solid var(--border-color);box-shadow:var(--shadow-xl)}.backdrop-blur{backdrop-filter:blur(10px);background:var(--blur-bg)}.nav{background:var(--blur-bg);border-bottom:1px solid var(--border-color)}.nav-link{color:var(--text-secondary)}.nav-link:hover{color:var(--text-primary)}.nav-link.active{color:var(--accent-primary)}.form-group{margin-bottom:1rem}.form-label{color:var(--text-secondary);font-weight:500;margin-bottom:.5rem;display:block}.form-control{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-primary);color:var(--text-primary);transition:border-color .2s ease,box-shadow .2s ease}.form-control:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #3b82f61a}.dark-theme .form-control:focus{box-shadow:0 0 0 3px #60a5fa1a}.alert{padding:1rem;border-radius:8px;border:1px solid;margin:1rem 0}.alert-info{background:var(--bg-secondary);border-color:var(--accent-primary);color:var(--text-primary)}.alert-warning{background:#fef3c7;border-color:var(--accent-warning);color:#92400e}.dark-theme .alert-warning{background:#451a03;color:#fbbf24}.alert-danger{background:#fee2e2;border-color:var(--accent-danger);color:#dc2626}.dark-theme .alert-danger{background:#450a0a;color:#f87171}.alert-success{background:#d1fae5;border-color:var(--accent-secondary);color:#065f46}.dark-theme .alert-success{background:#022c22;color:#34d399}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-tertiary{color:var(--text-tertiary)}.bg-primary{background-color:var(--bg-primary)}.bg-secondary{background-color:var(--bg-secondary)}.bg-elevated{background-color:var(--bg-elevated)}.border-default{border-color:var(--border-color)}.shadow-default{box-shadow:var(--shadow-md)}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease}.theme-transitioning *{transition:none!important}*{margin:0;padding:0;box-sizing:border-box}html{height:100%}body{margin:0;display:flex;min-width:320px;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc}#root{width:100%;max-width:100%;margin:0 auto;text-align:left}@media (max-width: 768px){body{font-size:14px}}@media (display-mode: standalone){body{user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}}.loading{display:flex;justify-content:center;align-items:center;min-height:200px}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.btn{padding:12px 24px;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover{background-color:#2563eb}.btn-secondary{background-color:#6b7280;color:#fff}.btn-secondary:hover{background-color:#4b5563}.card{background:#fff;border-radius:12px;padding:16px;margin-bottom:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.user-list{margin-top:16px}.user-item{display:flex;justify-content:space-between;align-items:center;padding:12px;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:8px;background:#f9fafb}.user-info{flex:1}.user-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.user-details{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:#6b7280}.admin-badge{background:#ef4444;color:#fff;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:700}.current-badge{background:#3b82f6;color:#fff;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:700}.feature-badge{background:#10b981;color:#fff;padding:2px 6px;border-radius:4px;font-size:10px}.user-type{color:#374151;font-weight:500}.last-seen{color:#9ca3af}.user-actions{display:flex;gap:8px}.btn-small{padding:4px 8px;font-size:12px}.user-count{color:#6b7280;font-size:14px;font-weight:500}.email-service-controls{margin-bottom:16px}.custom-message-section{margin-top:12px}.custom-message-section label{display:block;margin-bottom:6px;font-weight:500;color:#374151}.custom-message-input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:14px;resize:vertical;box-sizing:border-box}.custom-message-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.email-service-actions{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.email-history-section{margin-top:16px;padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.email-list{margin-top:12px}.email-item{display:flex;justify-content:space-between;align-items:flex-start;padding:12px;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:8px;background:#fff}.email-info{flex:1}.email-info p{margin:2px 0;font-size:12px}.email-status{padding:2px 6px;border-radius:4px;font-size:10px;font-weight:700;background:#dbeafe;color:#1e40af}.email-count-note{margin-top:12px;font-size:12px;color:#6b7280;text-align:center}.audit-controls{margin-bottom:16px}.audit-actions-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.audit-viewer-section{margin-top:16px;padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;max-height:600px;overflow-y:auto}.audit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.audit-list{margin-bottom:16px}.audit-item{display:flex;justify-content:space-between;align-items:flex-start;padding:12px;border-radius:6px;margin-bottom:8px;background:#fff;border-left:4px solid #e5e7eb}.audit-item.severity-info{border-left-color:#3b82f6}.audit-item.severity-warning{border-left-color:#f59e0b}.audit-item.severity-error{border-left-color:#ef4444}.audit-item.severity-critical{border-left-color:#dc2626;background:#fef2f2}.audit-main{flex:1}.audit-header-info{display:flex;gap:8px;align-items:center;margin-bottom:6px;flex-wrap:wrap}.audit-timestamp{font-size:12px;color:#6b7280;font-family:monospace}.audit-severity{padding:2px 6px;border-radius:4px;font-size:10px;font-weight:700}.audit-severity.info{background:#dbeafe;color:#1e40af}.audit-severity.warning{background:#fef3c7;color:#92400e}.audit-severity.error{background:#fecaca;color:#991b1b}.audit-severity.critical{background:#dc2626;color:#fff}.audit-category{background:#f3f4f6;color:#374151;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:500}.audit-action{margin:6px 0;font-size:14px;color:#111827}.audit-users{display:flex;gap:12px;margin:6px 0;flex-wrap:wrap}.audit-admin,.audit-target{font-size:12px;color:#6b7280}.audit-details{margin-top:6px;padding:6px;background:#f9fafb;border-radius:4px;font-size:11px;color:#4b5563}.audit-footer{text-align:center;color:#6b7280;font-size:12px;border-top:1px solid #e5e7eb;padding-top:12px}.btn-info{background:#0ea5e9;color:#fff}.btn-success{background:#10b981;color:#fff}.trip-preparation{max-width:1200px;margin:0 auto;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a}.preparation-header{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e5e7eb}.preparation-header h2{color:#1f2937;margin-bottom:8px;font-size:24px}.trip-dates{color:#6b7280;font-size:14px;margin-bottom:12px}.preparation-controls{display:flex;justify-content:space-between;align-items:center;margin-top:12px;gap:16px}.share-toggle label{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151;cursor:pointer}.ai-companion-btn{padding:8px 16px;background:#6366f1;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s;white-space:nowrap}.ai-companion-btn:hover{background:#5046e4}.section-nav{display:flex;gap:8px;margin-bottom:24px;border-bottom:1px solid #e5e7eb}.section-nav-btn{padding:12px 20px;background:none;border:none;color:#6b7280;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s;font-size:16px;font-weight:500}.section-nav-btn:hover{color:#374151}.section-nav-btn.active{color:#059669;border-bottom-color:#059669}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-header h3{color:#1f2937;font-size:20px}.add-section,.add-item{display:flex;gap:8px;margin-bottom:16px}.add-section input,.add-item input{flex:1;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.add-section button,.add-item button{padding:10px 16px;background:#059669;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s}.add-section button:hover,.add-item button:hover{background:#047857}.add-section button:disabled,.add-item button:disabled{background:#d1d5db;cursor:not-allowed}.packing-bag-section{margin-bottom:24px;padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;cursor:move;transition:all .2s ease}.packing-bag-section:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000001a}.packing-bag-section.dragging{opacity:.5;transform:scale(.95);z-index:1000}.packing-bag-section.drag-over{border-color:#059669;border-width:2px;background:#ecfdf5;transform:translateY(-2px)}.bag-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.bag-title-section{display:flex;align-items:center;gap:8px}.drag-handle{cursor:grab;color:#9ca3af;font-size:18px;font-weight:700;padding:4px;border-radius:4px;transition:all .2s;user-select:none}.drag-handle:hover{color:#059669;background:#f3f4f6}.drag-handle:active{cursor:grabbing}.bag-header h4{color:#374151;font-size:18px;margin:0}.delete-section-btn{padding:6px 12px;background:#dc2626;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px;transition:background .2s}.delete-section-btn:hover{background:#b91c1c}.delete-section-btn:disabled{background:#d1d5db;cursor:not-allowed}.checklist-items{display:flex;flex-direction:column;gap:8px}.checklist-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;transition:all .2s}.checklist-item:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}.checklist-label{display:flex;align-items:center;gap:8px;cursor:pointer;flex:1}.checklist-label input[type=checkbox]{width:16px;height:16px;cursor:pointer}.checklist-text{font-size:14px;color:#374151;transition:all .2s}.checklist-text.checked{text-decoration:line-through;color:#9ca3af}.delete-item-btn{padding:4px 8px;background:#f3f4f6;border:none;border-radius:4px;cursor:pointer;font-size:12px;color:#6b7280;transition:all .2s}.delete-item-btn:hover{background:#dc2626;color:#fff}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.delete-confirm-modal{background:#fff;padding:24px;border-radius:12px;max-width:400px;margin:20px;box-shadow:0 10px 25px #0000004d}.delete-confirm-modal h3{color:#dc2626;margin-bottom:12px;font-size:18px}.delete-confirm-modal p{color:#374151;margin-bottom:20px;line-height:1.5}.modal-actions{display:flex;gap:12px;justify-content:flex-end}.confirm-delete-btn{padding:8px 16px;background:#dc2626;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background .2s}.confirm-delete-btn:hover{background:#b91c1c}.cancel-btn{padding:8px 16px;background:#f3f4f6;color:#374151;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background .2s}.cancel-btn:hover{background:#e5e7eb}@media (max-width: 768px){.trip-preparation{margin:10px;padding:16px}.section-nav{flex-direction:column;gap:4px}.section-nav-btn{padding:10px 16px;text-align:left;border-bottom:none;border-left:3px solid transparent}.section-nav-btn.active{border-left-color:#059669;border-bottom-color:transparent}.section-header{flex-direction:column;align-items:flex-start;gap:12px}.add-section,.add-item{flex-direction:column}.bag-header,.checklist-item{flex-direction:column;align-items:flex-start;gap:8px}.checklist-label{width:100%}.delete-item-btn{align-self:flex-end}.modal-actions{flex-direction:column}}.setup-language-selector{margin:20px 0}.language-selection{margin:24px 0}.setup-btn.secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.setup-btn.secondary:hover{background:#e5e7eb}.setup-actions{display:flex;gap:12px;justify-content:space-between;margin-top:24px}@media (max-width: 768px){.setup-actions{flex-direction:column}.setup-btn{width:100%}}.two-factor-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.two-factor-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:480px;width:100%;padding:32px;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.two-factor-header{text-align:center;margin-bottom:32px}.two-factor-header h2{color:#1f2937;margin:0 0 12px;font-size:24px;font-weight:700}.two-factor-header p{color:#6b7280;margin:0 0 16px;line-height:1.5}.email-info{display:flex;align-items:center;justify-content:center;gap:8px;background:#f3f4f6;padding:12px 16px;border-radius:8px;margin-top:16px}.email-icon{font-size:16px}.email-address{font-family:Monaco,Menlo,Ubuntu Mono,monospace;color:#374151;font-weight:600}.verification-form,.code-input-container{margin-bottom:24px}.code-label{display:block;color:#374151;font-weight:600;margin-bottom:12px;text-align:center}.code-inputs{display:flex;gap:12px;justify-content:center;margin-bottom:16px}.code-input{width:48px;height:56px;border:2px solid #d1d5db;border-radius:8px;text-align:center;font-size:24px;font-weight:700;color:#1f2937;background:#fff;transition:all .2s ease}.code-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.code-input.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.code-input:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.error-message{display:flex;align-items:center;gap:8px;color:#ef4444;font-size:14px;background:#fef2f2;padding:12px 16px;border-radius:8px;border:1px solid #fecaca}.error-icon{font-size:16px}.timer-section{text-align:center;margin-bottom:24px}.timer{display:flex;align-items:center;justify-content:center;gap:8px;color:#6b7280;font-size:14px;font-weight:500}.timer.expired{color:#ef4444}.timer-icon{font-size:16px}.verification-actions{display:flex;flex-direction:column;gap:16px}.verify-btn{width:100%;padding:14px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.verify-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.verify-btn:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;transform:none}.secondary-actions{display:flex;gap:12px;justify-content:center}.resend-btn,.cancel-btn{padding:10px 20px;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px}.resend-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.cancel-btn:hover:not(:disabled){background:#fef2f2;border-color:#ef4444;color:#ef4444}.resend-btn:disabled,.cancel-btn:disabled{opacity:.5;cursor:not-allowed}.spinner{animation:spin 1s linear infinite}.security-notice{display:flex;gap:12px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:16px;margin-top:24px}.notice-icon{font-size:20px;color:#0ea5e9;flex-shrink:0}.notice-text{flex:1}.notice-text p{margin:0;color:#0c4a6e;font-size:14px;line-height:1.4}.notice-text p:first-child{font-weight:600;margin-bottom:4px}@media (max-width: 768px){.two-factor-modal{padding:24px;margin:16px}.code-inputs{gap:8px}.code-input{width:40px;height:48px;font-size:20px}.secondary-actions{flex-direction:column}.resend-btn,.cancel-btn{width:100%;justify-content:center}}.landing-page{min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.landing-header{position:fixed;top:0;left:0;right:0;background:#fffffff2;backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.1);transition:all .3s ease}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-section{display:flex;align-items:center;gap:.75rem}.header-logo{width:80px;height:80px;border-radius:16px;object-fit:cover;box-shadow:0 6px 12px #00000026}.brand-name{font-size:2.5rem;font-weight:900;color:#1f2937;text-decoration:none;background:linear-gradient(45deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-nav{display:flex;align-items:center;gap:2rem}.language-selector{position:relative}.language-dropdown{background:#ffffffe6;border:1px solid rgba(0,0,0,.1);color:#1f2937;padding:.5rem .75rem;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;outline:none;appearance:none;min-width:80px}.language-dropdown:hover{background:#fff}.language-dropdown option{background:#fff;color:#1f2937;padding:.5rem}.nav-link{color:#6b7280;text-decoration:none;font-weight:500;transition:color .2s;padding:.5rem 0}.nav-link:hover{color:#3b82f6}.login-btn{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;border:2px solid transparent}.login-btn:hover{background:#2563eb;transform:translateY(-1px)}.hero-section{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;inset:0;z-index:1}.hero-images-grid{display:grid;grid-template-columns:1fr 1fr 1fr;height:100vh;min-height:100vh;gap:2px}.hero-image-container{position:relative;overflow:hidden;min-height:33vh}.hero-image{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.hero-image-container:hover .hero-image{transform:scale(1.05)}.image-label{position:absolute;bottom:20px;left:20px;background:#000000b3;color:#fff;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:600;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);text-shadow:0 1px 2px rgba(0,0,0,.5)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(45deg,#0006,#3b82f633);z-index:5}.hero-content{position:relative;z-index:10;text-align:center;color:#fff;max-width:800px;padding:0 2rem;animation:heroFadeIn 1s ease-out}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;text-shadow:3px 3px 8px rgba(0,0,0,.8),0 0 20px rgba(0,0,0,.6),1px 1px 3px rgba(0,0,0,1)}.title-line-1{display:block;margin-bottom:.2rem}.title-line-2{display:block}.highlight{color:#fff}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto;text-shadow:2px 2px 8px rgba(0,0,0,.9),0 0 16px rgba(0,0,0,.6);background:#0000004d;padding:1.5rem 2.5rem;border-radius:16px;backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.2);color:#fff;font-weight:500}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-primary,.cta-secondary,.cta-large{padding:1rem 2rem;border-radius:12px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;cursor:pointer;border:none;font-size:1.1rem;position:relative;overflow:hidden}.cta-primary,.cta-large{background:linear-gradient(45deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 15px #3b82f64d}.cta-primary:hover,.cta-large:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.cta-secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);backdrop-filter:blur(10px)}.cta-secondary:hover{background:#fff3;border-color:#ffffff80}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.features-section,.gallery-section,.cta-section{padding:5rem 0}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#1f2937;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(45deg,#3b82f6,#60a5fa);border-radius:2px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000000d;text-align:center;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.feature-card img{width:100%;height:200px;object-fit:cover;border-radius:12px;margin-bottom:1.5rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#1f2937}.feature-card p{color:#6b7280;line-height:1.6}.gallery-section{background:linear-gradient(135deg,#f9fafb,#f3f4f6)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.gallery-item{border-radius:12px;overflow:hidden;position:relative}.gallery-item img{width:100%;height:250px;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.05)}.cta-section{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="80" r="3" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="70" r="1" fill="rgba(255,255,255,0.1)"/></svg>');opacity:.3}.cta-section>*{position:relative;z-index:1}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-large{margin-top:2rem;padding:1.25rem 3rem;font-size:1.25rem;background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);backdrop-filter:blur(10px)}.cta-large:hover{background:#ffffff4d;border-color:#ffffff80}.cta-subtitle{font-size:1.3rem;margin-bottom:2.5rem;line-height:1.5}.trial-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin:2rem 0;max-width:800px;margin-left:auto;margin-right:auto}.benefit-item{background:#ffffff26;padding:1rem 1.5rem;border-radius:12px;font-weight:500;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.benefit-item:hover{background:#ffffff40;transform:translateY(-2px)}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin:3rem 0 2rem}.cta-primary-trial{background:linear-gradient(45deg,#10b981,#059669);color:#fff;box-shadow:0 4px 15px #10b98166;font-size:1.2rem;padding:1.25rem 2.5rem;border:none}.cta-primary-trial:hover{background:linear-gradient(45deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 8px 25px #10b98180}.cta-secondary-trial{background:#ffffffe6;color:#1d4ed8;border:2px solid rgba(255,255,255,.9);font-size:1.2rem;padding:1.25rem 2.5rem;backdrop-filter:blur(10px)}.cta-secondary-trial:hover{background:#fff;color:#1e40af;border-color:#fff;transform:translateY(-2px)}.trial-note{font-size:.95rem;color:#fffc;margin-top:1rem;font-weight:400}.help-hero-background,.download-hero-background{position:fixed;inset:0;z-index:-2;overflow:hidden}.help-hero-images-grid,.download-hero-images-grid{display:grid;grid-template-columns:1fr 1fr 1fr;height:100%;gap:2px}.help-hero-image-container,.download-hero-image-container{position:relative;overflow:hidden}.help-hero-image,.download-hero-image{width:100%;height:100%;object-fit:cover;filter:blur(1px);transition:transform .8s ease}.help-hero-image-container:hover .help-hero-image,.download-hero-image-container:hover .download-hero-image{transform:scale(1.02)}.help-hero-overlay,.download-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#3b82f6cc,#1d4ed899);z-index:-1}.help-page,.download-page{position:relative;min-height:100vh;background:transparent}.help-header,.download-nav{background:#fffffff2;backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2)}.help-title-section{background:#fffffff2;backdrop-filter:blur(10px);padding:2rem 0;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.2)}.help-logo{width:80px;height:80px;border-radius:16px;margin-bottom:1rem;box-shadow:0 8px 16px #0000001a}.download-container{background:#fffffff2;backdrop-filter:blur(10px);margin:2rem;border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000001a}.travelforge-logo img{width:100px;height:100px;border-radius:20px;box-shadow:0 8px 16px #0000001a}.profile-page{position:relative;min-height:100vh;background:transparent}.profile-hero-background{position:fixed;inset:0;z-index:-2;overflow:hidden}.profile-hero-images-grid{display:grid;grid-template-columns:1fr 1fr 1fr;height:100%;gap:2px}.profile-hero-image-container{position:relative;overflow:hidden}.profile-hero-image{width:100%;height:100%;object-fit:cover;filter:blur(1px);transition:transform .8s ease}.profile-hero-image-container:hover .profile-hero-image{transform:scale(1.02)}.profile-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#3b82f6cc,#1d4ed899);z-index:-1}.profile-header{background:#fffffff2;backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);padding:1rem 0}.profile-nav{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.profile-container{background:#fffffff2;backdrop-filter:blur(10px);margin:2rem;border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000001a}.profile-title-section{text-align:center;padding:2rem 0;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:2rem}.profile-avatar{margin-bottom:1rem}.avatar-image{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid rgba(59,130,246,.2)}.avatar-placeholder{width:120px;height:120px;border-radius:50%;background:linear-gradient(45deg,#3b82f6,#60a5fa);display:flex;align-items:center;justify-content:center;margin:0 auto;border:4px solid rgba(255,255,255,.2)}.avatar-icon{font-size:3rem;color:#fff}.profile-logo{width:80px;height:80px;border-radius:16px;margin-bottom:1rem;box-shadow:0 8px 16px #0000001a}.profile-title h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.profile-title p{color:#6b7280;font-size:1.1rem}.message-box{padding:1rem 1.5rem;border-radius:12px;margin-bottom:2rem;display:flex;align-items:center;gap:.75rem;position:relative}.message-box.success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.message-box.error{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.message-box.info{background:#dbeafe;color:#1d4ed8;border:1px solid #bfdbfe}.message-close{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.5rem;cursor:pointer;opacity:.7}.message-close:hover{opacity:1}.section-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid rgba(0,0,0,.1)}.tab-btn{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-weight:500;color:#6b7280;transition:all .2s}.tab-btn.active{color:#3b82f6;border-bottom-color:#3b82f6}.tab-btn:hover:not(.active){color:#9ca3af}.section-content{padding:1rem 0}.section-content h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem}.profile-field{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.profile-field label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.field-display{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.field-display span{font-size:1rem;color:#1f2937}.verification-badge{padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.verification-badge.verified{background:#dcfce7;color:#166534}.verification-badge.unverified{background:#fef3c7;color:#d97706}.edit-field{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.profile-input{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;min-width:250px;transition:border-color .2s}.profile-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.edit-actions{display:flex;gap:.5rem}.security-option,.preference-option{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:#f8fafc80;border-radius:12px;margin-bottom:1rem}.security-info h4,.preference-info h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.security-info p,.preference-info p{color:#6b7280;font-size:.9rem}.pin-change-form{background:#fff;padding:1.5rem;border-radius:12px;margin:1rem 0;border:1px solid rgba(0,0,0,.1)}.pin-field{margin-bottom:1rem}.pin-field label{display:block;font-weight:500;color:#374151;margin-bottom:.5rem}.pin-input{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1.2rem;width:120px;text-align:center;font-family:monospace;letter-spacing:.2em}.pin-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.preference-select{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;min-width:150px}.notification-toggles{display:flex;flex-direction:column;gap:.75rem}.toggle-switch{display:flex;align-items:center;gap:.75rem;cursor:pointer}.toggle-slider{position:relative;width:50px;height:24px;background:#d1d5db;border-radius:12px;transition:background .2s}.toggle-slider:before{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background:#fff;top:2px;left:2px;transition:transform .2s}.toggle-switch input:checked+.toggle-slider{background:#3b82f6}.toggle-switch input:checked+.toggle-slider:before{transform:translate(26px)}.toggle-switch input{display:none}.toggle-label{font-size:.9rem;color:#374151}.profile-modal{background:#fff;border-radius:16px;padding:2rem;width:100%;max-width:500px;position:relative;box-shadow:0 20px 40px #0003}.modal-header{text-align:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.modal-header h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.modal-header p{color:#6b7280;font-size:.9rem}.modal-content{text-align:center}.modal-content p{margin-bottom:1.5rem;color:#374151}.current-email{background:#f9fafb;padding:1rem;border-radius:8px;margin-bottom:1rem;color:#374151}.profile-loading,.profile-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center;padding:2rem}.loading-spinner{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.profile-hero-images-grid{grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr}.profile-container{margin:1rem;padding:1.5rem}.section-tabs{flex-direction:column}.tab-btn{justify-content:center}.security-option,.preference-option{flex-direction:column;align-items:flex-start;gap:1rem}.field-display,.edit-field{flex-direction:column;align-items:flex-start}}.landing-footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-brand p{color:#9ca3af;margin-top:1rem}.footer-logo{width:50px;height:50px;margin-bottom:1rem;border-radius:8px}.footer-links h4{margin-bottom:1rem;color:#f3f4f6;font-weight:600}.footer-links a{display:block;color:#9ca3af;text-decoration:none;margin-bottom:.5rem;transition:color .2s}.footer-links a:hover{color:#60a5fa}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center;color:#9ca3af}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;backdrop-filter:blur(4px);overflow-y:auto}.login-modal{background:#fff;border-radius:16px;padding:2rem;width:100%;max-width:400px;max-height:90vh;position:relative;box-shadow:0 20px 40px #0003;animation:modalSlideIn .3s ease-out;overflow-y:auto;margin:auto}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#6b7280;transition:color .2s;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}.modal-close:hover{color:#ef4444;background:#ef44441a}.modal-header{text-align:center;margin-bottom:2rem}.modal-logo{width:60px;height:60px;margin-bottom:1rem;border-radius:12px}.modal-header h2{color:#1f2937;margin:0}.auth-tabs{display:flex;margin-bottom:2rem;border-bottom:1px solid #e5e7eb}.tab{flex:1;padding:1rem;background:none;border:none;cursor:pointer;font-weight:500;color:#6b7280;border-bottom:2px solid transparent;transition:all .2s}.tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.tab:hover:not(.active){color:#9ca3af}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-form input{padding:1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s}.auth-form input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.auth-submit{background:#3b82f6;color:#fff;border:none;padding:1rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}.auth-submit:hover:not(:disabled){background:#2563eb}.auth-submit:disabled{opacity:.5;cursor:not-allowed}.auth-divider{text-align:center;margin:1.5rem 0;position:relative;color:#6b7280}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e7eb;z-index:-1}.auth-divider span{background:#fff;padding:0 1rem}.social-auth{display:flex;gap:1rem}.google-auth{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;cursor:pointer;font-weight:500;transition:all .2s}.google-auth:hover{border-color:#9ca3af;box-shadow:0 2px 4px #0000001a}.google-auth img{width:20px;height:20px}.error-message{background:#fee2e2;color:#dc2626;padding:1rem;border-radius:8px;margin-bottom:1rem;text-align:center;border:1px solid #fecaca}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-actions{flex-direction:column;align-items:center}.cta-primary,.cta-secondary{width:100%;max-width:280px}.hero-images-grid{grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr}.image-label{bottom:10px;left:10px;font-size:.8rem;padding:6px 12px}.header-nav{gap:1rem}.nav-link{font-size:.9rem}.features-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.footer-grid{grid-template-columns:1fr;text-align:center}.section-title{font-size:2rem}.container{padding:0 1rem}.trial-benefits{grid-template-columns:1fr;gap:.75rem}.cta-buttons{flex-direction:column;align-items:center;gap:1rem}.cta-primary-trial,.cta-secondary-trial{width:100%;max-width:320px;padding:1rem 1.5rem;font-size:1.1rem}.help-hero-images-grid,.download-hero-images-grid{grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.header-container{padding:0 1rem}.brand-name{font-size:1.2rem}.login-modal{margin:.5rem;padding:1.5rem;max-height:95vh}}
