:root{--primary-dark: #002060;--primary-light: #E3EDF9;--background: #ffffff;--white: #ffffff;--text-dark: #1a1a1a;--text-gray: #666666;--border-light: #e5e0db}html,body{height:100%;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hyve-container{display:flex;flex-direction:column;height:100dvh;width:100vw;background-color:var(--background);overflow:hidden;position:relative;justify-content:space-between}.status-bar{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;font-size:14px;font-weight:600;color:var(--text-dark);background-color:var(--background);border-bottom:1px solid var(--border-light)}.status-bar .time{flex:1}.status-bar .status-icons{display:flex;gap:6px;font-size:14px}.header{padding:12px 16px;flex-shrink:0}.menu-btn{width:44px;height:44px;border-radius:50%;border:none;background-color:#f0f0f0;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.menu-btn:active{background-color:#e0e0e0}.main-content{flex:1;overflow-y:auto;padding:0 20px 20px;-webkit-overflow-scrolling:touch;min-height:0}.main-content::-webkit-scrollbar{display:none}.greeting-section{margin-top:20px;margin-bottom:24px}.greeting-title{font-size:48px;font-weight:800;color:var(--primary-dark);line-height:1.1;letter-spacing:-1px}.user-name{font-size:18px;color:var(--text-dark);margin-top:12px;font-weight:500}.messages-section{margin-bottom:32px}.message-text{font-size:16px;line-height:1.6;color:var(--text-dark);font-weight:400;white-space:pre-line}.message-text p{margin:0 0 .75em}.message-text p:last-child{margin-bottom:0}.message-text strong{font-weight:600;color:var(--primary-dark)}.message-text em{font-style:italic}.message-text ul,.message-text ol{margin:.5em 0;padding-left:1.5em}.message-text li{margin:.25em 0}.message-text code{background-color:#f5f5f5;padding:.2em .4em;border-radius:3px;font-family:monospace;font-size:.9em}.conversation-view{display:flex;flex-direction:column;gap:16px;padding:0;margin-top:0}.message{animation:slideUp .3s ease-out;display:block}.message.user-message{text-align:right}.message.hyve-message{text-align:left}.message-content{display:inline-block}.user-message .message-content{background-color:transparent;border-radius:0;padding:0;box-shadow:none}.user-message .message-text{color:var(--primary-dark);font-size:16px;margin:0;line-height:1.6;font-weight:500}.hyve-message .message-content{background-color:transparent;border-radius:0;padding:0;box-shadow:none}.hyve-message .message-text{color:var(--text-dark);font-size:16px;margin:0;line-height:1.6;font-weight:400}.options-section{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.option-button{width:100%;padding:14px 20px;border-radius:24px;border:1px solid var(--border-light);background-color:var(--white);color:var(--text-dark);font-size:16px;font-weight:500;text-align:left;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.option-button:active{background-color:#f9f9f9;box-shadow:0 2px 8px #0000001a}.option-text{display:inline-block}.focused-input-section{padding:20px 0;margin-bottom:20px}.focused-message-title{font-size:32px;font-weight:800;color:var(--primary-dark);line-height:1.2;margin-bottom:16px;letter-spacing:-.5px}.focused-message-text{font-size:16px;line-height:1.6;color:var(--text-dark);font-weight:400}.quick-actions-container{flex-shrink:0;padding:12px 20px;background-color:var(--background);display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;border-bottom:1px solid var(--border-light);z-index:99}.quick-action-button{padding:8px 16px;border-radius:20px;border:none;background-color:#f0f0f0;color:var(--text-dark);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent;white-space:nowrap;box-shadow:0 1px 3px #00000014;-webkit-user-select:none;user-select:none}.quick-action-button:active{background-color:#e0e0e0;box-shadow:0 2px 4px #0000001f;transform:scale(.98)}.input-container{flex-shrink:0;padding:16px 20px 24px;background-color:var(--background);transition:all .3s ease;border-top:1px solid var(--border-light);position:relative;z-index:100}.text-input{width:100%;padding:14px 20px;border:1px solid #e0e0e0;border-radius:28px;background-color:var(--white);font-size:16px;color:var(--text-dark);font-family:inherit;font-weight:400;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .2s ease,box-shadow .2s ease}.text-input::placeholder{color:#999}.text-input:focus{border-color:var(--primary-dark);box-shadow:0 0 0 3px #0020601a;scroll-margin-bottom:200px}.menu-view{display:flex;flex-direction:column;height:100%;padding:0;background-color:var(--white)}.menu-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;flex-shrink:0}.menu-action-item-header{display:flex;align-items:center;gap:.5rem;padding:0;border:none;background:transparent;color:var(--text-dark);font-size:16px;font-weight:400;cursor:pointer;transition:opacity .2s ease;text-align:left;font-family:inherit;-webkit-tap-highlight-color:transparent}.menu-action-item-header:hover,.menu-action-item-header:active{opacity:.7}.menu-action-item-header svg{flex-shrink:0;stroke:currentColor}.menu-action-item-header span{flex:1}.close-menu-btn{width:40px;height:40px;border-radius:50%;border:none;background-color:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-dark);transition:background-color .2s ease;-webkit-tap-highlight-color:transparent}.close-menu-btn:hover,.close-menu-btn:active{background-color:#f0f0f0}.menu-actions{display:flex;flex-direction:column;padding:1rem 0;border-bottom:1px solid #e0e0e0;flex-shrink:0}.menu-action-item{display:flex;align-items:center;gap:1rem;padding:.875rem 1.5rem;border:none;background:transparent;color:var(--text-dark);font-size:16px;font-weight:400;cursor:pointer;transition:background-color .2s ease;text-align:left;font-family:inherit;-webkit-tap-highlight-color:transparent}.menu-action-item:hover,.menu-action-item:active{background-color:#f5f5f5}.menu-action-item svg{flex-shrink:0;stroke:currentColor}.menu-action-item span{flex:1}.conversation-history{flex:1;overflow-y:auto;padding:1rem 0;-webkit-overflow-scrolling:touch}.conversation-history::-webkit-scrollbar{display:none}.history-title{font-size:13px;font-weight:500;color:#888;margin-bottom:.5rem;padding:0 1.5rem;text-transform:uppercase;letter-spacing:.5px}.conversation-item{padding:.875rem 1.5rem;margin:0;background-color:transparent;border-radius:0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f0f0f0;-webkit-tap-highlight-color:transparent}.conversation-item:hover,.conversation-item:active{background-color:#f9f9f9}.conversation-item:last-child{border-bottom:none}.conversation-title{font-size:15px;font-weight:400;color:var(--text-dark);line-height:1.4;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.new-conversation-btn{width:100%;padding:16px 20px;border-radius:28px;border:none;background-color:#e3edf9;color:var(--text-dark);font-size:16px;font-weight:600;text-align:center;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent;display:flex;align-items:center;justify-content:center;gap:8px}.new-conversation-btn:active{opacity:.8}.plus-icon{font-size:20px;font-weight:700}@media (max-width: 768px){.hyve-container{font-size:16px}.greeting-title{font-size:40px}.main-content{padding:0 16px}.conversation-view{padding:0;margin-top:20px}.user-message .message-text,.hyve-message .message-text{font-size:15px}.quick-actions-container{padding:10px 16px;gap:6px}.quick-action-button{padding:6px 12px;font-size:13px}.input-container{padding:12px 16px 20px}}@media (max-height: 600px){.greeting-section,.messages-section{margin-bottom:16px}.option-button{padding:12px 16px;font-size:14px}.options-section{gap:8px}}button{-webkit-user-select:none;user-select:none}.main-content{scroll-behavior:smooth}@supports (padding: max(0px)){.status-bar{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}.input-container{padding-bottom:max(24px,calc(24px + env(safe-area-inset-bottom)));padding-left:max(20px,env(safe-area-inset-left));padding-right:max(20px,env(safe-area-inset-right))}.main-content{padding-left:max(20px,env(safe-area-inset-left));padding-right:max(20px,env(safe-area-inset-right))}}@viewport{width:device-width;initial-scale:1}.auth-container{min-height:100vh;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:2rem 1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.auth-content{width:100%;max-width:800px;display:flex;flex-direction:column;gap:1rem}.auth-title{font-size:2.5rem;font-weight:800;color:#002060;margin:0;line-height:1.2;text-align:center}.auth-subtitle{font-size:1.125rem;color:#666;margin:0;text-align:center;line-height:1.6}.array-enroll-wrapper{width:100%;margin-top:0rem;display:flex;justify-content:center;align-items:flex-start}array-account-enroll{display:block;width:100%;max-width:800px}@media (max-width: 768px){.auth-container{padding:1.5rem 1rem}.auth-title{font-size:2rem}.auth-subtitle{font-size:1rem}.auth-content{gap:1.5rem}}@media (max-width: 480px){.auth-container{padding:1rem .75rem}.auth-title{font-size:1.75rem}.auth-subtitle{font-size:.95rem}}.credit-report-container{min-height:100vh;background:linear-gradient(to bottom right,#f8fafc,#fff,#eff6ff4d);padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.credit-report-navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #E5E7EB}.credit-report-nav-container{max-width:1400px;margin:0 auto;padding:16px 40px;display:flex;align-items:center;justify-content:space-between}.credit-report-nav-left{display:flex;align-items:center;gap:48px}.credit-report-logo img{height:48px;width:auto;object-fit:contain}.credit-report-nav-right{display:flex;align-items:center;gap:16px}.user-profile-btn{display:flex;align-items:center;gap:12px;padding:8px 16px;border-radius:12px;background-color:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #E5E7EB;cursor:pointer;transition:all .2s;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#002060;font-size:16px}.user-profile-btn:hover{background-color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.dropdown-arrow{color:#002060;transition:transform .2s}.profile-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#002060,#0040a0);display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:600}.dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background-color:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;min-width:160px;overflow:hidden;z-index:1001;animation:dropdownFadeIn .2s ease-out}.dropdown-item{width:100%;padding:12px 16px;border:none;background:none;text-align:left;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;color:#002060;transition:background-color .2s}.sign-in-btn{background:linear-gradient(135deg,#002060,#0040a0);color:#fff;font-size:16px;font-weight:600;padding:12px 28px;border:none;border-radius:12px;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #0020604d;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.sign-in-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #00206066}.credit-report-header{max-width:1200px;margin:0 auto 2rem;text-align:center;padding:2rem 0;margin-top:80px}.credit-report-header h1{font-size:2.5rem;font-weight:700;color:#002060;margin-bottom:.5rem}.report-date,.report-id{color:#64748b;font-size:.875rem;margin:.25rem 0}.credit-report-content{max-width:1200px;margin:0 auto}.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;margin-top:80px}.loading-spinner{width:64px;height:64px;border:4px solid #E3EDF9;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.loading-state h2{color:#002060;margin-bottom:.5rem}.loading-state p{color:#64748b}.error-state h2{color:#dc2626;margin-bottom:1rem}.insights-section{margin-bottom:2rem}.insights-section h2{font-size:1.5rem;font-weight:600;color:#002060;margin-bottom:1rem}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-bottom:2rem}.insight-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border-left:4px solid;transition:transform .2s,box-shadow .2s}.insight-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.insight-positive{border-left-color:#10b981}.insight-warning{border-left-color:#f59e0b}.insight-info{border-left-color:#3b82f6}.insight-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.insight-icon{font-size:1.25rem;font-weight:700}.insight-category{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.insight-title{font-size:1.125rem;font-weight:600;color:#002060;margin-bottom:.5rem}.insight-description{font-size:.875rem;color:#475569;line-height:1.5}.tabs-container{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid #E3EDF9}.tab{padding:.75rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;font-size:1rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s;margin-bottom:-2px}.tab:hover{color:#002060;background:#2563eb0d}.tab.active{color:#2563eb;border-bottom-color:#2563eb;font-weight:600}.tab-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.summary-section{margin-bottom:2rem}.summary-section:last-child{margin-bottom:0}.summary-section h3{font-size:1.25rem;font-weight:600;color:#002060;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #E3EDF9}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.summary-card{background:#f8fafc;border-radius:8px;padding:1.25rem;text-align:center}.summary-label{font-size:.875rem;color:#64748b;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.summary-value{font-size:1.5rem;font-weight:700;color:#002060}.summary-value.warning{color:#f59e0b}.utilization-display{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.utilization-bar-container{flex:1;height:24px;background:#e3edf9;border-radius:12px;overflow:hidden}.utilization-bar{height:100%;background:linear-gradient(90deg,#10b981,#f59e0b 70%,#dc2626);transition:width .5s ease}.utilization-percent{font-size:1.25rem;font-weight:600;color:#002060;min-width:80px;text-align:right}.utilization-accounts{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.utilization-account{display:flex;justify-content:space-between;padding:.5rem;background:#f8fafc;border-radius:6px;font-size:.875rem;color:#475569}.derogatory-marks-list{display:flex;flex-direction:column;gap:1rem}.derogatory-mark-card{background:#fef2f2;border:1px solid #FECACA;border-radius:8px;padding:1rem}.mark-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.mark-type{font-weight:600;color:#991b1b;font-size:.875rem}.mark-status{padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.mark-status.unpaid{background:#fee2e2;color:#991b1b}.mark-status.paid{background:#d1fae5;color:#065f46}.mark-status.settled{background:#fef3c7;color:#92400e}.mark-details{display:flex;gap:1rem;font-size:.875rem;color:#64748b}.inquiries-list{display:flex;flex-direction:column;gap:.75rem}.inquiry-item{display:flex;justify-content:space-between;padding:.75rem;background:#f8fafc;border-radius:6px;font-size:.875rem}.inquiry-date{color:#475569}.inquiry-bureau{color:#002060;font-weight:500}.tradelines-section{display:flex;flex-direction:column;gap:1.5rem}.tradeline-card{background:#f8fafc;border-radius:12px;padding:1.5rem;border:1px solid #E3EDF9;transition:box-shadow .2s}.tradeline-card:hover{box-shadow:0 4px 12px #0000001a}.tradeline-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #E3EDF9}.tradeline-info h4{font-size:1.125rem;font-weight:600;color:#002060;margin-bottom:.25rem}.tradeline-id{font-size:.75rem;color:#64748b}.tradeline-status{padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase}.tradeline-status.open{background:#d1fae5;color:#065f46}.tradeline-status.closed{background:#e3edf9;color:#475569}.tradeline-status.paid_off{background:#dbeafe;color:#1e40af}.tradeline-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.tradeline-row{display:flex;flex-direction:column;gap:.25rem}.tradeline-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.tradeline-value{font-size:1rem;font-weight:600;color:#002060}.tradeline-value.warning{color:#f59e0b}.credit-report-actions{max-width:1200px;margin:2rem auto 0;display:flex;justify-content:center;gap:1rem;padding:2rem 0}.btn-primary,.btn-secondary{padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.btn-secondary{background:#fff;color:#002060;border:2px solid #E3EDF9}.btn-secondary:hover{background:#f8fafc;border-color:#2563eb}@media (max-width: 768px){.credit-report-container{padding:1rem}.credit-report-nav-container{padding:12px 16px}.credit-report-logo img{height:36px}.credit-report-header,.loading-state,.error-state{margin-top:70px}.credit-report-header h1{font-size:2rem}.insights-grid,.summary-grid,.tradeline-details{grid-template-columns:1fr}.credit-report-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}@media print{.credit-report-container{background:#fff;padding:0}.credit-report-actions,.tabs-container{display:none}.tab-content{box-shadow:none;padding:0}}.credit-score-loading-container{min-height:100vh;background:linear-gradient(to bottom right,#f8fafc,#fff,#eff6ff4d);display:flex;align-items:center;justify-content:center;padding:2rem}.loading-content{text-align:center;max-width:32rem;width:100%}.loading-spinner{display:flex;justify-content:center;margin-bottom:2rem}.spinner-circle{width:64px;height:64px;border:4px solid #E3EDF9;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-size:1.5rem;font-weight:600;color:#002060;margin-bottom:1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:opacity .3s ease-in-out}.loading-dots{display:flex;justify-content:center;gap:.5rem}.dot{width:8px;height:8px;border-radius:50%;background-color:#2563eb;animation:bounce 1.4s infinite ease-in-out both}.dot:nth-child(1){animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}.dot:nth-child(3){animation-delay:0}@keyframes bounce{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}@media (min-width: 768px){.loading-text{font-size:2rem}.spinner-circle{width:80px;height:80px;border-width:5px}}.get-started-container{min-height:100vh;background:linear-gradient(to bottom right,#f8fafc,#fff,#eff6ff4d);overflow-y:auto;position:relative}.close-btn{position:fixed;top:32px;right:32px;z-index:50;width:48px;height:48px;border-radius:50%;background-color:transparent;border:none;color:#1e293b;font-size:24px;cursor:pointer;transition:all .2s}.close-btn:hover{background-color:#f1f5f980}.get-started-content{display:flex;flex-direction:column;min-height:100vh}.get-started-left{width:100%;padding:3rem 1.5rem;flex-grow:1;display:flex;flex-direction:column;justify-content:center}.get-started-form{max-width:32rem;margin:0 auto;width:100%}.form-group{margin-bottom:1rem}.form-group input{width:100%;padding:1rem 1.25rem;border-radius:.75rem;border:2px solid var(--border-color);background-color:#fff9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-size:1rem;color:var(--text-dark);font-family:var(--font-family);transition:all .2s}.form-group input:hover{border-color:#cbd5e1}.form-group input:focus{outline:none;border-color:#60a5fa;background-color:#fff}.form-group input.error{border-color:#ef4444}.form-group input[type=date]{cursor:pointer}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;padding:1rem;border-radius:.75rem;background-color:#fff9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:2px solid var(--border-color);transition:all .2s}.checkbox-label:hover{border-color:#cbd5e1;background-color:#fffc}.checkbox-label input[type=checkbox]{width:1.25rem;height:1.25rem;margin-top:.125rem;cursor:pointer;flex-shrink:0;accent-color:var(--primary-color)}.checkbox-label input[type=checkbox].error{outline:2px solid #EF4444;outline-offset:2px}.checkbox-text{font-size:.875rem;color:var(--text-dark);line-height:1.5;font-family:var(--font-family)}.checkbox-text strong{color:var(--primary-color);font-weight:600}.error-message{color:#ef4444;font-size:.75rem;margin-top:.375rem;display:block}.submit-btn{width:100%;padding:1rem 1.5rem;border-radius:.75rem;font-weight:600;color:#fff;font-size:1rem;border:none;cursor:pointer;transition:all .2s;font-family:var(--font-family)}.submit-btn:disabled{opacity:.4;cursor:not-allowed}.submit-btn:not(:disabled){background:var(--primary-color)}.submit-btn:not(:disabled):hover{box-shadow:0 12px 32px #00206080;transform:translateY(-2px)}@media (min-width: 1024px){.get-started-content{flex-direction:row}.get-started-left{width:50%;padding:3rem 5rem}}:root{--primary-color: #002060;--primary-light: #0040a0;--bg-color: #E3EDF9;--text-dark: #002060;--text-gray: #475569;--text-light: #64748b;--border-color: rgba(226, 232, 240, .8);--white: #ffffff;--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-dark);line-height:1.6;overflow-x:hidden}#navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:transparent}.nav-container{max-width:1400px;margin:0 auto;padding:32px 40px;display:flex;align-items:center;justify-content:space-between}.nav-left{display:flex;align-items:center;gap:48px}.logo img{height:96px;width:auto;object-fit:contain}.nav-right{display:flex;align-items:center;gap:16px}.user-profile{display:flex;align-items:center;gap:12px;padding:8px 16px;border-radius:12px;background-color:#ffffff80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.user-profile.hidden{display:none}.user-profile-dropdown{position:relative}.user-profile-btn{display:flex;align-items:center;gap:12px;padding:8px 16px;border-radius:12px;background-color:#ffffff80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;cursor:pointer;transition:all .2s;font-family:var(--font-family);color:var(--text-dark);font-size:16px}.user-profile-btn:hover{background-color:#ffffffb3;transform:translateY(-1px)}.dropdown-arrow{transition:transform .2s;color:var(--text-dark)}.dropdown-arrow.open{transform:rotate(180deg)}.profile-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:600}.dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background-color:var(--white);border-radius:12px;box-shadow:0 4px 16px #0000001a;min-width:160px;overflow:hidden;z-index:1001;animation:dropdownFadeIn .2s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{width:100%;padding:12px 16px;border:none;background:none;text-align:left;cursor:pointer;font-family:var(--font-family);font-size:16px;color:var(--text-dark);transition:background-color .2s}.dropdown-item:hover{background-color:#0020600d}.dropdown-item:active{background-color:#0020601a}.sign-in-btn{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);color:#fff;font-size:16px;font-weight:600;padding:12px 28px;border:none;border-radius:12px;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #a855f74d;font-family:var(--font-family)}.sign-in-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #a855f766}#animated-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0}#hero{position:relative;z-index:10;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:120px 40px 80px;text-align:center}.hero-content{max-width:900px;margin:0 auto}.hero-title{background:linear-gradient(135deg,var(--primary-color) 0%,#000000 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:clamp(2rem,7vw,4rem);font-weight:700;margin:0 0 32px;line-height:1.1;letter-spacing:-.02em}.hero-subtitle{background:linear-gradient(135deg,var(--primary-color) 0%,#000000 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:clamp(1.125rem,2.5vw,1.5rem);line-height:1.6;max-width:800px;margin:0 auto 48px}.cta-button{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);color:#fff;font-size:18px;font-weight:600;padding:16px 48px;border:none;border-radius:50px;cursor:pointer;transition:all .2s;box-shadow:0 8px 24px #00206066;font-family:var(--font-family)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 32px #00206080}.hidden{display:none!important}.initial-questions-container{min-height:100vh;background:#fff;display:flex;flex-direction:column;padding:0 0 100px;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.close-button{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#002060;transition:all .2s ease;z-index:10}.close-button:hover{transform:scale(1.1);color:#001a47}.close-button svg{width:24px;height:24px;stroke-width:2.5}.progress-bar-container{position:sticky;top:0;left:0;right:0;height:3px;background-color:#e0e0e0;z-index:100;overflow:hidden}.progress-bar{height:100%;background-color:#3d3d3d;transition:width .3s ease}.question-content{width:100%;background:#fff;border-radius:0;padding:0 1.5rem 2rem;box-shadow:none;animation:slideUp .4s ease-out;margin-top:2rem;flex:1;display:flex;flex-direction:column;justify-content:flex-start}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.question-info,.question-info p,.question-info strong,.key-points,.key-point,.bullet,.question-divider{display:none}.question-title{font-size:1.8rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem;line-height:1.4;word-wrap:break-word}.question-counter{color:#888;font-size:.95rem;font-weight:400;margin:.25rem 0 2rem;text-transform:none;letter-spacing:0}.question-options{margin-top:0;flex:1}.radio-option{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid #eeeeee;cursor:pointer;transition:background-color .2s ease;background-color:transparent;border:none;width:100%;text-align:left;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.radio-option:hover{background-color:#f9f9f9}.radio-option:last-child{border-bottom:none}.radio-option input[type=radio]{flex-shrink:0;width:1.25rem;height:1.25rem;cursor:pointer;accent-color:#002060}.radio-option label{flex:1;cursor:pointer;color:#1a1a1a;font-size:1rem;font-weight:400;line-height:1.5;margin:0}.dropdown-select{width:100%;padding:1rem 1.5rem;border:1px solid #e0e0e0;border-radius:.375rem;font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#fff;color:#1a1a1a;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.dropdown-select:hover{border-color:#002060}.dropdown-select:focus{outline:none;border-color:#002060;box-shadow:0 0 0 3px #0020601a}.dropdown-select option{color:#1a1a1a}.text-input-group{margin-top:2rem;flex:1}.text-input-group input{width:100%;padding:1rem 1.5rem;border:1px solid #e0e0e0;border-radius:.375rem;font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.text-input-group input:focus{outline:none;border-color:#002060;box-shadow:0 0 0 3px #0020601a}.next-button-container{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e0e0e0;padding:1rem 1.5rem;z-index:50;display:flex;gap:.75rem}.next-button-container button{flex:1;padding:.875rem 1.5rem;border:none;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.next-button-container .continue-btn{background-color:#002060;color:#fff}.next-button-container .continue-btn:hover:not(:disabled){background-color:#001a47;box-shadow:0 4px 6px -1px #00206033}.next-button-container .continue-btn:disabled{background-color:#cbd5e1;cursor:not-allowed;opacity:.6}@media (max-width: 768px){.initial-questions-container{padding:0 0 120px}.question-content{padding:1.5rem 1.25rem;margin-top:1.5rem;border-radius:0}.question-title{font-size:1.5rem;margin-top:0}.close-button{top:.75rem;right:.75rem}.next-button-container{padding:.875rem 1rem}.radio-option{padding:1rem}}@media (max-width: 480px){.initial-questions-container{padding-bottom:140px}.question-content{padding:1.25rem 1rem;margin-top:1rem}.question-title{font-size:1.3rem}.question-info p{font-size:.9rem}.key-point{font-size:.85rem}.next-button-container{padding:.75rem}.next-button-container button{padding:.75rem 1rem;font-size:.9rem}.radio-option{padding:1rem .75rem}}.questions-container{min-height:100vh;background:linear-gradient(to bottom right,#f8fafc,#fff,#eff6ff4d);display:flex;flex-direction:column}.close-button{position:fixed;top:1.5rem;right:1.5rem;z-index:40;padding:.5rem;background-color:transparent;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease-in-out;outline:none}.close-button:hover,.close-button-hovered{background-color:#f1f5f9}.close-icon{width:1.5rem;height:1.5rem;color:#475569}.content-wrapper{display:flex;flex-direction:column;min-height:100vh}.question-column{padding:3rem 1.5rem;flex-grow:1;display:flex;flex-direction:column;justify-content:center}.question-box{max-width:32rem;margin:0 auto;width:100%}.progress-section{margin-bottom:2rem}.progress-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.progress-labels{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.progress-label-main{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#2563eb99}.progress-label-time,.progress-percentage{font-size:.75rem;font-weight:500;color:#64748b}.progress-bar-container{height:.375rem;background-color:#e2e8f0;border-radius:9999px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(to right,#2563eb,#3b82f6);transition:width .5s ease-in-out}.question-title{font-size:2rem;line-height:1.25;font-weight:700;margin-bottom:3rem;color:#002060}.navigation-buttons{display:flex;align-items:center;justify-content:space-between;margin-top:2rem;gap:1rem}.nav-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background-color:#fff;color:#002060;border:1px solid #E2E8F0;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .2s;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.nav-button:not(.nav-button-disabled):hover{background-color:#f8fafc;border-color:#cbd5e1}.nav-button-disabled{background-color:#f1f5f9;color:#94a3b8;cursor:not-allowed;opacity:.5}.info-column{padding:3rem 1.5rem;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(to bottom left,rgba(37,99,235,.05),transparent,rgba(241,245,249,.3));border-left:1px solid rgba(226,232,240,.5);margin-top:2rem}.info-section{margin-bottom:2rem}.info-header{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem}.info-dot{width:.5rem;height:.5rem;border-radius:50%;background-color:#2563eb}.info-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#2563eb99}.info-text{font-size:1rem;color:#475569;line-height:1.625}.key-points-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.key-point-item{display:flex;align-items:flex-start;gap:.75rem}.key-point-icon{width:1.25rem;height:1.25rem;color:#2563eb;flex-shrink:0;margin-top:.125rem}.key-point-text{font-size:.875rem;color:#475569}.progress-badge-container{padding-top:1.5rem;border-top:1px solid rgba(226,232,240,.5)}.progress-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;background-color:#eff6ff;border:1px solid #DBEAFE}.progress-badge-text{font-size:.75rem;font-weight:600;color:#2563eb}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem}.popup-content{background-color:#fff;border-radius:1rem;padding:2.5rem;max-width:32rem;width:100%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.popup-title{font-size:1.5rem;font-weight:700;color:#002060;margin-bottom:1rem;line-height:1.3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.popup-text{font-size:1rem;color:#475569;line-height:1.625;margin-bottom:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.popup-info-box{margin-bottom:2rem;padding:1rem;background-color:#f8fafc;border-radius:.5rem;border:1px solid #E2E8F0}.popup-info-title{font-size:.875rem;font-weight:600;color:#002060;margin-bottom:.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.popup-list{margin:0;padding-left:1.25rem;font-size:.875rem;color:#475569;line-height:1.75;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.popup-button{background:linear-gradient(135deg,#002060,#0040a0);color:#fff;font-size:1rem;font-weight:600;padding:.75rem 2rem;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.popup-button:hover{transform:translateY(-1px);box-shadow:0 6px 16px #00206066}@media (min-width: 768px){.content-wrapper{flex-direction:row}.question-column{width:50%;padding:3rem 2rem}.info-column{width:50%;padding:3rem 2rem;margin-top:0;border-left:1px solid rgba(226,232,240,.5)}.question-title{font-size:2.5rem}}@media (min-width: 1024px){.question-column,.info-column{padding:4rem 3rem}.question-box{max-width:36rem}}:root{--primary-dark: #002060;--primary-light: #E3EDF9;--white: #ffffff;--text-dark: #1a1a1a;--text-gray: #4A5568;--border-light: #e0e0e0;--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at center,#f0f8ff,#fff);min-height:100vh}.waitlist-container{min-height:100vh;display:flex;flex-direction:column;background-color:transparent}.navbar{width:100%;padding:1.5rem 2rem;background-color:transparent;position:fixed;top:1rem;left:0;right:0;z-index:50;pointer-events:none}.navbar-content{max-width:800px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;background-color:#e3edf9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1.5rem;border-radius:9999px;box-shadow:0 8px 32px #00000014;pointer-events:auto;gap:1.5rem}.navbar-logo{font-size:1.25rem;font-weight:700;color:var(--primary-dark);min-width:auto;white-space:nowrap}.navbar-links-desktop{display:flex;align-items:center;gap:1.5rem;flex:0;justify-content:flex-start}@media (max-width: 768px){.navbar-links-desktop{display:none}}.nav-link{color:var(--primary-dark);text-decoration:none;font-weight:500;transition:color .2s ease;font-size:.95rem;white-space:nowrap}.nav-link:hover{color:#001a47}.navbar-actions{display:flex;align-items:center;gap:1.5rem}.navbar-cta-btn{background-color:#002060;color:var(--white);padding:.5rem 1.5rem;border-radius:9999px;font-weight:600;border:none;cursor:pointer;transition:opacity .2s ease,transform .2s ease;font-size:1rem;font-family:var(--font-family)}.navbar-cta-btn:hover{opacity:.9;transform:translateY(-1px)}.navbar-cta-btn:active{transform:translateY(0)}.hero-section{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem 3rem;min-height:100vh}.hero-content{max-width:800px;text-align:center;width:100%}.hero-title{font-size:3.75rem;font-weight:700;color:var(--primary-dark);margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em}@media (max-width: 768px){.hero-title{font-size:2.25rem}}@media (max-width: 480px){.hero-title{font-size:1.875rem}.hero-subtitle{margin-bottom:3rem}}.hero-subtitle{font-size:1.25rem;color:var(--text-gray);margin-bottom:2rem;line-height:1.6;max-width:1000px;margin-left:auto;margin-right:auto}.typing-container{position:relative;display:block;text-align:center;min-height:1.6em;overflow:visible;width:100%}.typing-text{display:block;text-align:center;color:var(--text-gray);white-space:pre-wrap;word-wrap:break-word;line-height:1.6;min-height:1.6em}.typing-placeholder{display:none}@media (max-width: 768px){.hero-subtitle{font-size:1.125rem}}@media (max-width: 480px){.hero-subtitle{font-size:1rem}}.typing-cursor{display:inline-block;margin-left:2px;animation:blink 1s infinite;color:var(--primary-dark)}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.cta-section{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.user-type-question{width:100%;max-width:600px;text-align:center;margin-bottom:.5rem}.user-type-question-text{font-size:1.125rem;font-weight:500;color:var(--text-dark);margin:0}.user-type-btn{flex:0 0 auto;padding:.75rem 1.5rem;border:1px solid var(--border-light);border-radius:9999px;font-size:.95rem;font-weight:500;font-family:var(--font-family);background-color:var(--white);color:var(--text-gray);cursor:pointer;transition:all .2s ease;white-space:nowrap}.user-type-btn:hover{border-color:var(--primary-dark);color:var(--primary-dark)}.user-type-btn.active{background-color:var(--primary-dark);color:var(--white);border-color:var(--primary-dark)}.waitlist-form{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:600px;align-items:center}@media (min-width: 640px){.waitlist-form{flex-direction:row;gap:.75rem;justify-content:center}}.waitlist-input{flex:1;min-width:0;padding:.875rem 1.25rem;border:1px solid var(--border-light);border-radius:9999px;font-size:1rem;font-family:var(--font-family);background-color:var(--white);color:var(--text-dark);transition:border-color .2s ease,box-shadow .2s ease}.waitlist-input::placeholder{color:#999}.waitlist-input:focus{outline:none;border-color:var(--primary-dark);box-shadow:0 0 0 3px #0020601a}.waitlist-button{background-color:var(--primary-dark);color:var(--white);padding:.875rem 2rem;border-radius:9999px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:opacity .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;font-family:var(--font-family)}.waitlist-button svg{display:flex;align-items:center;justify-content:center;flex-shrink:0}.waitlist-button:hover{opacity:.9;transform:translateY(-1px)}.waitlist-button:active{transform:translateY(0)}.waitlist-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.waitlist-button:disabled:hover{transform:none}@media (max-width: 640px){.waitlist-button{width:100%;justify-content:center}}.error-message{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background-color:#fee2e2;border-radius:.5rem;color:#dc2626;font-weight:500;animation:slideDown .3s ease-out;width:100%;max-width:500px}.success-message{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background-color:#f0f9ff;border-radius:.5rem;color:var(--primary-dark);font-weight:500;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.badge{display:flex;align-items:center;gap:.5rem;color:var(--text-gray);font-weight:500;font-size:.95rem}.badge-text{display:block}@media (max-width: 480px){.badge{font-size:.875rem}.badge-text{display:block}}@media (max-width: 640px){.navbar{padding:.75rem 1rem}.navbar-content{gap:.5rem}.navbar-logo{font-size:1.25rem;min-width:auto}.navbar-actions{gap:.75rem}.nav-link{font-size:.875rem}.navbar-cta-btn{padding:.5rem 1rem;font-size:.875rem}.hero-section{padding:2rem 1rem;min-height:auto}.hero-content{align-items:flex-start;text-align:left}.hero-subtitle{text-align:center;width:100%}.cta-section{gap:1rem;align-items:flex-start;width:100%}.waitlist-form{max-width:100%;flex-direction:row;flex-wrap:wrap;width:100%;gap:.5rem}.waitlist-input{width:100%}.user-type-btn{flex:1;min-width:0}.waitlist-button{width:100%;flex-basis:100%}.waitlist-button{width:100%;justify-content:center;display:flex;align-items:center;gap:.5rem}.waitlist-button svg{width:20px;height:20px}.badge{align-items:flex-start}.hero-subtitle.typing-container{text-align:center;width:100%}.typing-text{text-align:center;color:var(--text-gray)}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.navbar,.hero-section{display:none}}
