:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Segoe UI,system-ui,sans-serif;line-height:1.6;color:#333;background:#fff}.app{min-height:100vh}.header{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;padding:1rem 0 2rem}.nav-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}.logo-icon{font-size:2rem}.logo-text{font-size:1.5rem;font-weight:700}.nav-links{display:flex;gap:2rem}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s}.nav-links a:hover{opacity:.8}.nav-button{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s}.nav-button:hover{background:#ffffff4d}.hero-section{max-width:1200px;margin:2rem auto 0;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:400px}.hero-text h2{font-size:3rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#fff}.hero-text p{font-size:1.25rem;opacity:.9;margin-bottom:2rem;color:#fff}.hero-visual{position:relative;height:300px}.floating-card{position:absolute;background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 20px 40px #0000001a;color:#333;max-width:250px;border:1px solid #e5e7eb}.floating-card.consultation{top:20px;left:0;animation:float 3s ease-in-out infinite}.floating-card.doctor{bottom:40px;right:0;animation:float 3s ease-in-out infinite 1.5s}.card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-weight:600;color:#1e40af}.card-icon{font-size:1.25rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.main-content{padding:4rem 2rem;background:#f8fafc;min-height:60vh}.section-header{text-align:center;margin-bottom:3rem}.section-header h3{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.section-header p{font-size:1.25rem;color:#6b7280}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.option-card{background:#fff;padding:2.5rem 2rem;border-radius:20px;text-align:center;box-shadow:0 8px 30px #00000014;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.option-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f;border-color:#3b82f6}.option-icon{font-size:3.5rem;margin-bottom:1.5rem}.option-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.option-card p{color:#6b7280;margin-bottom:1.5rem;line-height:1.5}.option-button{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s}.option-button:hover{background:#2563eb;transform:translateY(-2px)}.chat-section{max-width:800px;margin:0 auto}.chat-container{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;overflow:hidden;margin-bottom:2rem}.chat-header{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:1.5rem;text-align:center}.chat-header h3{margin:0;font-size:1.5rem}.disclaimer{background:#fef3cd;border:1px solid #fde68a;padding:1rem;font-size:.9rem;color:#92400e;text-align:center}.chat-messages{height:400px;padding:1.5rem;overflow-y:auto;background:#f8fafc;display:flex;flex-direction:column;gap:1rem}.message{padding:1rem 1.5rem;border-radius:18px;max-width:85%;word-wrap:break-word;line-height:1.5}.message.ai{background:#fff;color:#1f2937;border:1px solid #e5e7eb;border-bottom-left-radius:5px;box-shadow:0 2px 8px #00000014}.chat-input-container{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;gap:1rem;background:#fff}.chat-input-container input{flex:1;padding:1rem;border:1px solid #d1d5db;border-radius:12px;font-size:1rem;outline:none}.chat-input-container input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.chat-input-container button{background:#3b82f6;color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s}.chat-input-container button:hover{background:#2563eb}.back-button{background:#6b7280;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s}.back-button:hover{background:#4b5563}.features-section{padding:6rem 2rem;background:#fff}.features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:#fff;padding:2.5rem 2rem;border-radius:16px;text-align:center;box-shadow:0 4px 20px #00000014;transition:all .3s;border:1px solid #f1f5f9}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-card h4{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.feature-card p{color:#6b7280;line-height:1.6}.cta-section{padding:6rem 2rem;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;text-align:center}.cta-content h3{font-size:2.5rem;font-weight:700;margin-bottom:2rem}.cta-button{background:#10b981;color:#fff;border:none;padding:1.25rem 3rem;border-radius:50px;font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .3s}.cta-button:hover{background:#059669;transform:translateY(-2px)}.footer{background:#1f2937;color:#fff;padding:3rem 2rem;text-align:center}.footer-brand h3{margin-bottom:1rem;color:#fff}.footer-brand p{color:#d1d5db}@media(max-width:768px){.nav-container{flex-direction:column;gap:1rem}.hero-section{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-text h2{font-size:2.5rem}.options-grid{grid-template-columns:1fr}.floating-card{position:relative;margin:1rem 0}.hero-visual{height:auto}.message{max-width:95%}}.chat-section{max-width:100%;margin:0 auto}.demo-symptoms{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-bottom:1.5rem;width:100%}.demo-symptoms h4{margin-bottom:1rem;color:#1e40af;font-size:1.1rem}.demo-buttons{display:flex;flex-direction:column;gap:.75rem}.demo-btn{background:#f8fafc;border:1px solid #e5e7eb;padding:.75rem 1rem;border-radius:8px;text-align:left;cursor:pointer;transition:all .3s;font-size:.9rem;color:#374151}.demo-btn:hover{background:#3b82f6;color:#fff;border-color:#3b82f6}.demo-btn:disabled{opacity:.6;cursor:not-allowed}.clear-chat-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;cursor:pointer;margin-left:1rem;transition:all .3s}.clear-chat-btn:hover{background:#ffffff4d}.chat-container{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;overflow:hidden;margin-bottom:2rem;width:100%}.chat-header{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:1.5rem;text-align:center;width:100%;position:relative}.chat-header h4{margin:0;font-size:1.5rem}.status{background:#10b981;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;margin-top:.5rem;display:inline-block}.disclaimer{background:#fef3cd;border:1px solid #fde68a;padding:1rem;font-size:.9rem;color:#92400e;text-align:center;width:100%}.chat-messages{height:400px;padding:1.5rem;overflow-y:auto;background:#f8fafc;width:100%}.message{margin-bottom:1rem;padding:1rem;border-radius:15px;max-width:80%;word-wrap:break-word}.message.user{background:#3b82f6;color:#fff;margin-left:auto;border-bottom-right-radius:5px}.message.ai{background:#fff;color:#1f2937;border:1px solid #e5e7eb;border-bottom-left-radius:5px;box-shadow:0 2px 4px #0000000d}.chat-input-container{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;gap:1rem;background:#fff;width:100%;position:sticky;bottom:0}.chat-input-container input{flex:1;padding:1rem;border:1px solid #d1d5db;border-radius:10px;font-size:1rem}.chat-input-container button{background:#3b82f6;color:#fff;border:none;padding:1rem 2rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s}.chat-input-container button:disabled{background:#9ca3af;cursor:not-allowed}.chat-input-container button:hover:not(:disabled){background:#2563eb}.back-button{background:#6b7280;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;margin:2rem auto;display:block;transition:all .3s}.back-button:hover{background:#4b5563;transform:translateY(-2px)}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#f1f1f1}.chat-messages::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}@media(max-width:768px){.demo-buttons{gap:.5rem}.demo-btn{font-size:.8rem;padding:.6rem .8rem}.clear-chat-btn{position:static;margin:.5rem 0 0;display:block;width:fit-content;margin-left:auto;margin-right:auto}}
