body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#111827;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.container{margin:0 auto;max-width:1200px;padding:20px}.App{background-color:#fff;display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;overflow-y:auto}.app-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;padding:1.5rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-left{align-items:center;display:flex;gap:1rem}.app-logo{border-radius:8px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));object-fit:contain;transition:transform .2s ease}.app-logo:hover{filter:drop-shadow(0 4px 8px rgba(0,0,0,.15));transform:scale(1.02)}.header-title h1{color:#111827;font-size:1.75rem;font-weight:600;letter-spacing:-.025em;margin:0 0 .5rem}.header-title p{color:#6b7280;font-size:.875rem;font-weight:400;margin:0}.user-profile{align-items:center;display:flex;gap:1rem}.user-info{color:#374151;text-align:right}.user-email{color:#111827;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.user-name{color:#6b7280;font-size:.75rem}.logout-button{background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.logout-button:hover{background:#e5e7eb;border-color:#9ca3af;box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.app-main{display:none}.hero-header{justify-content:flex-end;padding:1rem 2rem;z-index:10}.hero-content,.hero-header{display:flex;flex-shrink:0;width:100%}.hero-content{align-items:center;flex-direction:column;gap:.5rem;padding:.125rem 2rem;text-align:center}.hero-logo{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));height:120px;object-fit:contain}.hero-ai-section{overflow:visible;padding:0 2rem;text-align:left}.hero-ai-section,.hero-ai-section .card{display:flex;flex:1 1;flex-direction:column;min-height:0;width:100%}.hero-ai-section .card{background:#0000;border:none;box-shadow:none;height:100%;margin-bottom:0;padding:0}.hero-ai-section .card:hover{box-shadow:none;transform:none}.workflow-summary{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.workflow-summary h2{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:1rem;margin-top:0}.summary-stats{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem}.stat-item{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;min-width:100px;padding:1rem}.stat-number{color:#111827;font-size:1.5rem;font-weight:600;margin-bottom:.25rem}.stat-label{color:#6b7280;font-size:.75rem;font-weight:500;letter-spacing:.05em;text-align:center;text-transform:uppercase}.workflow-actions{display:flex;flex-wrap:wrap;gap:1rem}.components-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}@media (max-width:768px){.components-grid{grid-template-columns:1fr}.summary-stats,.workflow-actions{justify-content:center}}.ai-section{margin-bottom:2rem}.ai-responses-history{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.ai-responses-history h2{color:#111827;font-size:1.125rem;font-weight:600;letter-spacing:-.025em;margin-bottom:1.25rem;margin-top:0}.conversation-container{flex:1 1;min-height:0;overflow-y:auto;padding-right:8px}.conversation-item{margin-bottom:2rem}.conversation-item:last-child{margin-bottom:0}.message-doctor{justify-content:flex-end}.message-ai,.message-doctor{display:flex;margin-bottom:.5rem}.message-ai{justify-content:flex-start}.message-bubble{word-wrap:break-word;border-radius:18px;font-size:14px;line-height:1.5;max-width:70%;padding:12px 16px;white-space:pre-wrap}.doctor-bubble{background:#3b82f6;border-radius:18px 18px 4px 18px;color:#fff}.ai-bubble{background:#f3f4f6;border-radius:18px 18px 18px 4px;color:#111827}.message-timestamp{color:#6b7280;font-size:12px;font-weight:500;margin:.5rem 0;text-align:center}.conversation-area{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex:1 1;flex-direction:column;margin-bottom:1rem;min-height:55vh;overflow:hidden}.conversation-area .conversation-container{flex:1 1;min-height:0;overflow-y:auto;padding:1rem;scroll-behavior:smooth}.conversation-container::-webkit-scrollbar{width:6px}.conversation-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.conversation-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.conversation-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.workflow-status{align-items:center;display:flex;gap:8px}.status-indicator{align-items:center;border-radius:12px;display:flex;font-size:12px;font-weight:500;gap:6px;padding:4px 8px;transition:all .2s ease}.status-indicator.clickable{border:1px solid #0000;cursor:pointer}.status-indicator.clickable:hover{box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.status-dot{animation:pulse 2s infinite;border-radius:50%;height:8px;width:8px}.status-text{font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.status-indicator.idle{background:#fef2f2;color:#dc2626}.status-indicator.idle .status-dot{background:#dc2626}.status-indicator.in-progress{background:#fffbeb;color:#d97706}.status-indicator.in-progress .status-dot{background:#d97706}.status-indicator.completed{background:#f0fdf4;color:#16a34a}.status-indicator.completed .status-dot{background:#16a34a}.status-indicator.completed.clickable{background:#dcfce7;border-color:#16a34a;color:#15803d}.status-indicator.completed.clickable:hover{background:#bbf7d0;border-color:#15803d}.status-indicator.completed.faded{background:#f0fdf4;color:#86efac;cursor:not-allowed;opacity:.6}.status-indicator.completed.faded .status-dot{background:#86efac}.status-indicator.cancel{background:#fef2f2;border-color:#dc2626;color:#dc2626}.status-indicator.cancel .status-dot{background:#dc2626}.status-indicator.cancel.clickable:hover{background:#fee2e2;border-color:#b91c1c}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.app-footer{display:none}.app-footer p{font-size:.75rem;margin:0}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem;padding:1.5rem;transition:box-shadow .2s ease}.card:hover{box-shadow:0 4px 6px #0000001a}.card h2{border-bottom:1px solid #f3f4f6;color:#111827;font-size:1.125rem;font-weight:600;letter-spacing:-.025em;margin-top:0;padding-bottom:.75rem}.card h2,.form-group{margin-bottom:1.25rem}.form-group label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-control{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#111827;font-size:.875rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.form-control:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-control:hover{border-color:#9ca3af}.btn{align-items:center;border:1px solid #0000;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;line-height:1.25;padding:.625rem 1rem;text-decoration:none;transition:all .2s ease}.btn:disabled{cursor:not-allowed;opacity:.5;transform:none!important}.btn-primary{background:#111827;border-color:#111827;color:#fff}.btn-primary:hover:not(:disabled){background:#374151;border-color:#374151}.btn-secondary{background:#fff;border-color:#d1d5db;color:#374151}.btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.search-results{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-top:.5rem;max-height:300px;overflow-y:auto}.search-result-item{border-bottom:1px solid #f3f4f6;cursor:pointer;padding:.875rem;transition:all .15s ease}.search-result-item:hover{background:#f9fafb}.search-result-item:last-child{border-bottom:none}.medication-name{color:#111827;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.medication-details{color:#6b7280;font-size:.75rem;line-height:1.4}.selected-medication{align-items:center;background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-top:.5rem;padding:.875rem}.selected-medication .medication-name{color:#0c4a6e;font-size:.875rem;font-weight:600}.remove-medication{background:#ef4444;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.75rem;font-weight:500;padding:.25rem .5rem;transition:background-color .15s ease}.remove-medication:hover{background:#dc2626}.date-range-container{align-items:end;display:flex;flex-wrap:wrap;gap:1rem}.date-input{flex:1 1;min-width:200px}@media (max-width:768px){.app-header{padding:1rem 0}.header-left{align-items:flex-start;flex-direction:column;gap:.5rem}.app-logo{height:60px!important}.header-title h1{font-size:1.5rem;margin-bottom:.25rem}.header-title p{font-size:.875rem}.user-profile{align-items:flex-end;flex-direction:column;gap:.5rem}.user-info{text-align:right}.logout-button{font-size:.75rem;padding:.375rem .75rem}.hero-header{align-items:center;flex-direction:column;gap:1rem;padding:1rem 1rem .5rem}.hero-content{padding:1rem}.hero-logo{height:100px}.conversation-area{min-height:48vh}.hero-header{padding:.75rem 1rem}.hero-content{padding:.5rem 1rem}.hero-ai-section{padding:0 1rem}.hero-title{font-size:2rem}.hero-description,.hero-subtitle{font-size:1rem}.hero-ai-section{padding:0 .5rem}.workflow-summary{padding:1.5rem}.summary-stats{gap:1rem}.stat-item{min-width:100px;padding:.75rem}.stat-number{font-size:1.5rem}.date-range-container{align-items:stretch;flex-direction:column}.date-input{min-width:auto}.card{padding:1.5rem}}
/*# sourceMappingURL=main.65fdb3a0.css.map*/