.topbar-header{background:#fff;box-shadow:0 1px 2px #0000000a;border-bottom:1px solid #e5e7eb;width:100%}.topbar-container{width:100%;max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;display:flex;align-items:center;height:4rem;justify-content:space-between}.topbar-logo{font-size:1.25rem;font-weight:800;color:#2563eb;cursor:pointer;transition:color .2s}.topbar-logo:hover{color:#1d4ed8}.topbar-nav{display:flex;flex-direction:row;align-items:center;gap:2rem;padding-right:.5rem}.topbar-link{color:#374151;font-weight:500;cursor:pointer;padding-left:.5rem;padding-right:.5rem;transition:color .2s}.topbar-link:hover{color:#2563eb}.hero-section{padding:5rem 1rem}.hero-container{max-width:56rem;margin-left:auto;margin-right:auto;text-align:center}.hero-title{font-size:3rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.hero-title .highlight{color:#2563eb}.hero-desc{font-size:1.25rem;color:#4b5563;margin-bottom:2rem;max-width:40rem;margin-left:auto;margin-right:auto}.hero-form{display:flex;flex-direction:column;gap:1.5rem;max-width:32rem;margin-left:auto;margin-right:auto;align-items:stretch}.hero-input-group{display:flex;flex-direction:column;gap:.5rem;text-align:left}.hero-label{font-size:1rem;font-weight:600;color:#374151;margin-bottom:.25rem}.hero-input{width:100%;padding:.75rem 1rem;font-size:1.125rem;border:1px solid #d1d5db;border-radius:.5rem;outline:none;transition:all .2s ease;box-sizing:border-box}.hero-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.hero-input::-moz-placeholder{color:#9ca3af}.hero-input::placeholder{color:#9ca3af}.selected-plan-indicator{margin-top:.5rem;padding:.5rem;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:.375rem}.hero-btn-group{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width: 640px){.hero-btn-group{flex-direction:row}}.insurance-search-root,.insurance-search-input-wrapper{position:relative;width:100%}.insurance-search-spinner-wrapper{position:absolute;right:1rem;top:50%;transform:translateY(-50%);display:flex;align-items:center}.insurance-search-spinner{border:2px solid #dbeafe;border-top:2px solid #2563eb;border-radius:50%;width:1.25rem;height:1.25rem;animation:insurance-spin .7s linear infinite}@keyframes insurance-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.insurance-search-dropdown{position:absolute;z-index:20;width:100%;margin-top:.25rem;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;box-shadow:0 4px 16px #00000012;max-height:15rem;overflow-y:auto}.insurance-search-suggestion{padding:.75rem 1rem;cursor:pointer;transition:background .15s;display:flex;flex-direction:column;align-items:flex-start}.insurance-search-suggestion:hover,.insurance-search-suggestion.selected{background:#f0f7ff}.insurance-search-suggestion-title{font-weight:500;color:#1e293b;font-size:1.08rem}.insurance-search-suggestion-meta{font-size:.95rem;color:#64748b;margin-top:.1rem}.insurance-search-no-results{padding:.75rem 1rem;color:#64748b;font-size:1rem}.insurance-search-suggestion-title mark{background:#fef08a;color:#b45309;padding:0 2px;border-radius:2px}.chat-section{padding:4rem 1rem 8rem;background:#f9fafb;min-height:100vh}.chat-section-container{max-width:64rem;margin-left:auto;margin-right:auto;width:100%}.chat-section-title{font-size:2rem;font-weight:700;color:#111827;text-align:center;margin-bottom:3rem}.chat-card{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;min-height:24rem;display:flex;flex-direction:column}.chat-messages-container{flex:1;overflow-y:visible;margin-bottom:1rem;padding:1rem;min-height:20rem}.chat-messages-list{display:flex;flex-direction:column;gap:.5rem;width:100%;padding:.5rem 0}.chat-message{display:flex}.chat-message.user{justify-content:flex-end}.chat-message.bot{justify-content:flex-start}.chat-message-content{max-width:70%;padding:.75rem 1rem;border-radius:1.25rem;font-size:1rem;line-height:1.5;word-wrap:break-word;white-space:pre-wrap}.chat-message.user .chat-message-content{background:#007aff;color:#fff;border-bottom-right-radius:.25rem}.chat-message.bot .chat-message-content{background:#e9e9eb;color:#000;border-bottom-left-radius:.25rem}@media (min-width: 1024px){.chat-message-content{max-width:60%}}@media (max-width: 768px){.chat-section{padding:1rem .5rem 6rem}.chat-card{min-height:20rem}.chat-messages-container{min-height:16rem}.chat-message-content{font-size:.95rem;max-width:80%}.google-ads-space{height:4rem}}.chat-loading-message{display:flex;justify-content:flex-start}.chat-loading-content{background:#e5e7eb;color:#374151;padding:.75rem 1rem;border-radius:.5rem}.chat-loading-dots{display:flex;gap:.25rem}.chat-loading-dot{width:.5rem;height:.5rem;background:#9ca3af;border-radius:50%;animation:chat-bounce 1.4s ease-in-out infinite both}.chat-loading-dot:nth-child(1){animation-delay:-.32s}.chat-loading-dot:nth-child(2){animation-delay:-.16s}@keyframes chat-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-input-form{display:flex;gap:.5rem;padding:1rem;border-top:1px solid #e5e7eb}.chat-input-field{flex:1;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:1.25rem;font-size:.875rem;transition:border-color .2s;background:#f8f9fa}.chat-input-field:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.chat-input-field:disabled{background:#f3f4f6;cursor:not-allowed}.chat-send-button{background:#007aff;color:#fff;border:none;border-radius:50%;padding:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;width:2.5rem;height:2.5rem}.chat-send-button:hover:not(:disabled){background:#1d4ed8}.chat-send-button:disabled{background:#9ca3af;cursor:not-allowed}.chat-send-icon{width:1.25rem;height:1.25rem}.token-usage-display{padding:8px 12px;background-color:#f8f9fa;border-bottom:1px solid #e9ecef;text-align:right}.token-usage-text{font-size:12px;color:#6c757d;font-weight:500}.chat-warning-message{padding:12px 16px;background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;margin:8px 16px;display:flex;align-items:center;gap:8px;font-size:14px;color:#856404}.warning-icon{font-size:16px}.chat-error-message{padding:12px 16px;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;margin:8px 16px;color:#721c24;font-size:14px}.chat-bot-label{font-weight:600;color:#2563eb;margin-right:8px}.google-ads-space{position:fixed;bottom:0;left:0;right:0;height:6rem;background:#f9fafb;border-top:1px solid #e5e7eb;z-index:10;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:.875rem}.about-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:0;margin:0}.about-content{max-width:100%;margin:0;padding:0;background:#fff;border-radius:0;box-shadow:none;overflow:hidden}.about-title{font-size:3rem;font-weight:800;color:#1e40af;text-align:center;margin:2rem 0 1rem;padding:0 2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-section{padding:2rem;border-bottom:1px solid #e5e7eb}.about-section:last-child{border-bottom:none}.about-subtitle{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.about-description{font-size:1.125rem;line-height:1.75;color:#4b5563;margin-bottom:1.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:#f8fafc;padding:2rem;border-radius:.75rem;border:1px solid #e2e8f0;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#3b82f6}.feature-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.feature-card h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.feature-card p{color:#6b7280;line-height:1.6}@media (max-width: 768px){.about-content{margin:0;border-radius:0}.about-title{font-size:2rem;margin:2rem 0 1rem}.about-section{padding:1rem}.about-subtitle{font-size:1.5rem}.features-grid{grid-template-columns:1fr;gap:1rem}.feature-card{padding:1.5rem}}.privacy-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:0;margin:0}.privacy-content{max-width:100%;margin:0;padding:0;background:#fff;border-radius:0;box-shadow:none;overflow:hidden}.privacy-title{font-size:2.5rem;font-weight:800;color:#1e40af;text-align:center;margin:2rem 0 .5rem;padding:0 2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.privacy-last-updated{text-align:center;color:#6b7280;font-size:.875rem;margin-bottom:2rem}.privacy-section{padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.privacy-section:last-child{border-bottom:none}.privacy-section h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.privacy-section h3{font-size:1.25rem;font-weight:600;color:#374151;margin:1.5rem 0 .75rem}.privacy-section p{font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:1rem}.privacy-section ul{margin:1rem 0;padding-left:1.5rem}.privacy-section li{font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:.5rem}.privacy-section strong{color:#1f2937;font-weight:600}@media (max-width: 768px){.privacy-content{margin:0;border-radius:0}.privacy-title{font-size:2rem;margin:1.5rem 0 .5rem}.privacy-section{padding:1rem}.privacy-section h2{font-size:1.25rem}.privacy-section h3{font-size:1.125rem}}.terms-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:0;margin:0}.terms-content{max-width:100%;margin:0;padding:0;background:#fff;border-radius:0;box-shadow:none;overflow:hidden}.terms-title{font-size:2.5rem;font-weight:800;color:#1e40af;text-align:center;margin:2rem 0 .5rem;padding:0 2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.terms-last-updated{text-align:center;color:#6b7280;font-size:.875rem;margin-bottom:2rem}.terms-section{padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.terms-section:last-child{border-bottom:none}.terms-section h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.terms-section p{font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:1rem}.terms-section ul{margin:1rem 0;padding-left:1.5rem}.terms-section li{font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:.5rem}.terms-section strong{color:#1f2937;font-weight:600}@media (max-width: 768px){.terms-content{margin:0;border-radius:0}.terms-title{font-size:2rem;margin:1.5rem 0 .5rem}.terms-section{padding:1rem}.terms-section h2{font-size:1.25rem}}.contact-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:0;margin:0}.contact-content{max-width:100%;margin:0;padding:0;background:#fff;border-radius:0;box-shadow:none;overflow:hidden}.contact-title{font-size:3rem;font-weight:800;color:#1e40af;text-align:center;margin:2rem 0 1rem;padding:0 2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-subtitle{text-align:center;color:#6b7280;font-size:1.125rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:0 2rem 2rem}.contact-info h2{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.contact-info p{font-size:1.125rem;line-height:1.6;color:#4b5563;margin-bottom:2rem}.contact-features{display:flex;flex-direction:column;gap:1.5rem}.contact-feature{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f8fafc;border-radius:.75rem;border:1px solid #e2e8f0}.contact-icon{font-size:2rem;flex-shrink:0}.contact-feature h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.contact-feature p{font-size:.875rem;color:#6b7280;margin:0}.contact-form-container{background:#f8fafc;padding:2rem;border-radius:.75rem;border:1px solid #e2e8f0}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#374151;font-size:.875rem}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:120px}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px -5px #0000001a}.submit-button:disabled{opacity:.7;cursor:not-allowed}.submit-button.submitting{background:#6b7280}.success-message{background:#d1fae5;color:#065f46;padding:1rem;border-radius:.5rem;border:1px solid #a7f3d0;margin-top:1rem;text-align:center}.error-message{background:#fee2e2;color:#991b1b;padding:1rem;border-radius:.5rem;border:1px solid #fca5a5;margin-top:1rem;text-align:center}.contact-note{background:#f0f9ff;border:1px solid #bae6fd;border-radius:.5rem;padding:1.5rem;margin:0 2rem 2rem}.contact-note p{margin:.5rem 0;color:#0c4a6e;font-size:.875rem}.contact-note strong{color:#0369a1}@media (max-width: 768px){.contact-content{margin:0;border-radius:0}.contact-title{font-size:2rem;margin:2rem 0 1rem}.contact-subtitle{font-size:1rem;margin-bottom:2rem}.contact-grid{grid-template-columns:1fr;gap:2rem;padding:0 1rem 2rem}.contact-info h2{font-size:1.5rem}.contact-info p{font-size:1rem}.contact-form-container{padding:1.5rem}.contact-note{margin:0 1rem 2rem}}#root{width:100%;margin:0;padding:0;text-align:left}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;margin-bottom:1rem}.btn-primary{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-primary:hover{background:#1d4ed8}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.btn-secondary{background:#fff;color:#374151;border:2px solid #d1d5db;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.input-field{width:100%;padding:.75rem;border:2px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s}.input-field:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.read-the-docs{color:#888}
