*{box-sizing:border-box}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-height:100vh;background-color:#f9fafb}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0}button{font-family:inherit}.chatbot-toggle-button{position:fixed;bottom:1.5rem;right:1.5rem;width:52px;height:52px;border-radius:50%;background:#667eea;color:#fff;border:none;cursor:pointer;box-shadow:0 4px 12px #667eea4d;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:1000;font-size:1.5rem}.chatbot-toggle-button:hover{background:#5568d3;box-shadow:0 6px 16px #667eea66}.chatbot-toggle-button.hidden{display:none}.chatbot-container{position:fixed;bottom:1.5rem;right:1.5rem;width:380px;height:550px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;display:flex;flex-direction:column;box-shadow:0 10px 25px #0000001a;z-index:1001;transform:translateY(calc(100% + 2rem));opacity:0;pointer-events:none;transition:transform .25s ease,opacity .25s ease}.chatbot-container.open{transform:translateY(0);opacity:1;pointer-events:all}@media (max-width: 768px){.chatbot-container{width:calc(100vw - 2rem);height:calc(100vh - 4rem);right:1rem;bottom:1rem}}.chatbot-header{padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;background:#667eea;border-radius:10px 10px 0 0;color:#fff;display:flex;justify-content:space-between;align-items:center}.chatbot-header h3{margin:0;font-size:1rem;font-weight:600}.chatbot-header p{margin:0;font-size:.8125rem;opacity:.9}.chatbot-close-button{background:#ffffff26;border:none;color:#fff;width:28px;height:28px;border-radius:6px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.chatbot-close-button:hover{background:#ffffff40}.chatbot-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.875rem}.chatbot-empty{display:flex;align-items:center;justify-content:center;height:100%;color:#9ca3af;text-align:center;font-size:.875rem}.chatbot-selection{display:flex;flex-direction:column;gap:1.5rem;padding:.5rem}.selection-section{display:flex;flex-direction:column;gap:.75rem}.selection-section h4{margin:0;font-size:.875rem;font-weight:600;color:#374151}.condition-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.5rem}.condition-button{padding:.5rem .75rem;border:2px solid #e5e7eb;background:#fff;border-radius:8px;cursor:pointer;font-size:.75rem;font-weight:500;color:#374151;transition:all .15s ease;text-align:center}.condition-button:hover{border-color:#667eea;background:#f5f7ff}.condition-button.selected{border-color:#667eea;background:#667eea;color:#fff}.escalation-options{display:flex;gap:.75rem}.escalation-button{flex:1;padding:.75rem 1rem;border:2px solid #e5e7eb;background:#fff;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;color:#374151;transition:all .15s ease}.escalation-button:hover{border-color:#667eea;background:#f5f7ff}.escalation-button.selected{border-color:#667eea;background:#667eea;color:#fff}.submit-button{padding:.875rem 1.25rem;background:#667eea;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:.875rem;transition:all .15s ease;margin-top:.5rem}.submit-button:hover:not(:disabled){background:#5568d3;box-shadow:0 2px 8px #667eea4d}.submit-button:disabled{opacity:.5;cursor:not-allowed}.reset-container{display:flex;justify-content:center;margin-top:.5rem}.reset-button{padding:.625rem 1.25rem;background:#fff;color:#667eea;border:2px solid #667eea;border-radius:8px;cursor:pointer;font-weight:500;font-size:.875rem;transition:all .15s ease}.reset-button:hover{background:#f5f7ff}.chatbot-message{display:flex;flex-direction:column;max-width:80%;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chatbot-message.user{align-self:flex-end}.chatbot-message.assistant{align-self:flex-start}.message-content{padding:.625rem .875rem;border-radius:10px;word-wrap:break-word;line-height:1.5;font-size:.875rem}.chatbot-message.user .message-content{background:#667eea;color:#fff;border-bottom-right-radius:4px}.chatbot-message.assistant .message-content{background:#f3f4f6;color:#374151;border-bottom-left-radius:4px}.message-time{font-size:.6875rem;color:#9ca3af;margin-top:.25rem;padding:0 .375rem}.chatbot-message.user .message-time{text-align:right}.typing-indicator{display:flex;gap:.3rem;align-items:center;padding:1rem 1.5rem}.typing-indicator span{width:8px;height:8px;background:#95a5a6;border-radius:50%;animation:bounce 1.4s infinite ease-in-out}.typing-indicator span:nth-child(1){animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.care-plan-builder{max-width:1400px;margin:0 auto;padding:1.5rem;background:#f9fafb;min-height:100vh}.header{text-align:center;margin-bottom:1.5rem;padding:1rem 0}.header h1{margin:0;font-size:1.875rem;color:#111827;margin-bottom:.375rem;font-weight:700;letter-spacing:-.025em}.header p{margin:0;color:#6b7280;font-size:.9375rem}.controls{background:#fff;padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000000f;border:1px solid #e5e7eb}.search-section{margin-bottom:1rem}.search-input{width:100%;padding:.5rem .875rem;font-size:.875rem;border:1px solid #e0e0e0;border-radius:6px;transition:all .2s ease;background:#fff;color:#2c3e50}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea14}.search-input::placeholder{color:#9ca3af}.table-filters{display:flex;flex-direction:column;gap:.875rem}.filter-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.filter-label{font-weight:600;color:#374151;font-size:.8125rem;min-width:120px;margin:0}.table-checkboxes{display:flex;flex-wrap:wrap;gap:.375rem;flex:1}.exclusion-filter{padding-top:.875rem;border-top:1px solid #e5e7eb;margin-top:.25rem}.exclusion-filter .filter-label{min-width:auto;margin-bottom:.5rem}.exclusion-search{margin-bottom:.625rem}.exclusion-search input{width:100%;max-width:400px;padding:.4rem .75rem;font-size:.8125rem;border:1px solid #e0e0e0;border-radius:6px;transition:all .2s ease}.exclusion-search input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea14}.exclusion-search input::placeholder{color:#9ca3af;font-size:.8125rem}.exclusions-container{display:flex;flex-wrap:wrap;gap:.375rem;max-height:140px;overflow-y:auto;padding:.375rem 0}.exclusions-container::-webkit-scrollbar{width:6px}.exclusions-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.exclusions-container::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.exclusions-container::-webkit-scrollbar-thumb:hover{background:#a0aec0}.loading-text{color:#7f8c8d;font-style:italic;margin:.5rem 0;font-size:.875rem}.checkbox-label{display:inline-flex;align-items:center;gap:.375rem;cursor:pointer;padding:.375rem .75rem;background:#f9fafb;border-radius:6px;transition:all .15s ease;border:1px solid #e5e7eb;font-weight:500;color:#4b5563;font-size:.8125rem;-webkit-user-select:none;user-select:none;white-space:nowrap}.checkbox-label:hover{background-color:#f3f4f6;border-color:#d1d5db}.checkbox-label input[type=checkbox]{display:none}.checkbox-label:has(input:checked){background:#667eea;border-color:#667eea;color:#fff;font-weight:600}.checkbox-label:has(input:checked):hover{background:#5568d3;border-color:#5568d3}.results-section{background:#fff;border-radius:8px;padding:0;box-shadow:0 1px 3px #0000000f;border:1px solid #e5e7eb}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0;padding:.875rem 1.25rem;border-bottom:1px solid #e5e7eb;background:#fff;position:sticky;top:0;z-index:100;border-radius:8px 8px 0 0}.results-header h2{margin:0;color:#111827;font-size:1.125rem;font-weight:600}.header-buttons{display:flex;gap:.625rem}.copy-button{background:#fff;color:#374151;border:1px solid #e5e7eb;padding:.5rem .875rem;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .15s ease;font-weight:500}.copy-button:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.copy-button:disabled{opacity:.5;cursor:not-allowed}.table-section{margin-bottom:0;border-bottom:1px solid #e5e7eb}.table-section:last-child{border-bottom:none}.table-section-header{display:flex;justify-content:space-between;align-items:center;padding:.875rem 1.25rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.table-section h3{color:#111827;font-size:.9375rem;margin:0;font-weight:600}.table-search-input{padding:.375rem .75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;width:250px;outline:none;transition:all .15s ease;background:#fff}.table-search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea14}.table-search-input::placeholder{color:#9ca3af}.table-container{overflow-x:auto;overflow-y:auto;max-height:400px;background:#fff}.records-table{width:100%;border-collapse:collapse;font-size:.8125rem}.records-table thead{position:sticky;top:0;background:#fff;z-index:10;border-bottom:1px solid #e5e7eb}.records-table th{text-align:left;padding:.625rem .875rem;font-weight:600;color:#374151;white-space:nowrap;font-size:.75rem;text-transform:uppercase;letter-spacing:.025em}.records-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background-color .1s}.records-table tbody tr:hover{background-color:#f9fafb}.records-table td{padding:.625rem .875rem;color:#4b5563;vertical-align:top}.cell-title{font-weight:600;color:#111827;min-width:180px;max-width:280px;font-size:.8125rem}.cell-description{min-width:280px;max-width:450px;line-height:1.5;color:#6b7280;font-size:.8125rem}.cell-link{min-width:80px}.cell-link a{color:#667eea;text-decoration:none;font-weight:500}.cell-link a:hover{text-decoration:underline}.copy-link-button{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;padding:.3rem .625rem;border-radius:4px;cursor:pointer;font-size:.75rem;font-weight:500;transition:all .15s ease}.copy-link-button:hover{background:#f3f4f6;border-color:#d1d5db}.checkbox-column{width:50px;text-align:center}.checkbox-cell{text-align:center;vertical-align:middle}.checkbox-cell input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#667eea}.selected-row{background-color:#eef2ff!important}.selected-row:hover{background-color:#e0e7ff!important}.modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .15s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:8px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:800px;width:90%;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .2s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;color:#111827;font-size:1.125rem;font-weight:600}.care-plan-tabs{display:flex;gap:0;border-bottom:1px solid #e5e7eb;background:#f9fafb}.care-plan-tab{flex:1;padding:.75rem 1rem;background:transparent;border:none;border-bottom:2px solid transparent;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.care-plan-tab:hover{background:#f3f4f6;color:#374151}.care-plan-tab.active{color:#667eea;border-bottom-color:#667eea;background:#fff}.modal-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:#6b7280;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .15s ease}.modal-close:hover{background:#f3f4f6;color:#111827}.modal-body{padding:1.25rem;overflow-y:auto;flex:1}.care-plan-textarea{width:100%;padding:.875rem;border:1px solid #e5e7eb;border-radius:6px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:.875rem;line-height:1.6;resize:vertical;min-height:400px;color:#374151}.care-plan-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea14}.care-plan-display{width:100%;padding:.875rem;border:1px solid #e5e7eb;border-radius:6px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:.875rem;line-height:1.6;min-height:400px;max-height:600px;overflow-y:auto;color:#374151;background:#fff;white-space:pre-wrap;word-wrap:break-word}.care-plan-display:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea14}.care-plan-display strong{font-weight:600;color:#111827}.modal-footer{padding:.875rem 1.25rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:.625rem;background:#f9fafb}.secondary-button{padding:.5rem .875rem;background:#fff;color:#374151;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .15s ease;font-weight:500;font-size:.875rem}.secondary-button:hover{background:#f9fafb;border-color:#d1d5db}.no-results{text-align:center;padding:3rem 1.5rem;color:#6b7280;font-size:.9375rem}.loading{text-align:center;padding:3rem 1.5rem;font-size:.9375rem;color:#667eea}.error{text-align:center;padding:2rem;background:#fef2f2;border-radius:8px;color:#dc2626;border:1px solid #fecaca;margin:1.5rem}.error h2{margin-top:0;color:#dc2626;font-size:1.125rem;font-weight:600}.error p{color:#6b7280;font-size:.875rem}.error button{margin-top:1rem;background:#dc2626;color:#fff;border:none;padding:.5rem .875rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .15s ease}.error button:hover{background:#b91c1c}.table-container::-webkit-scrollbar{width:8px;height:8px}.table-container::-webkit-scrollbar-track{background:#f9fafb}.table-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.table-container::-webkit-scrollbar-thumb:hover{background:#9ca3af}.cell-chips{display:flex;flex-wrap:nowrap;gap:.25rem;max-width:100%;align-items:center;position:relative;overflow:hidden}.cell-chip{display:inline-block;padding:.25rem .5rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;font-size:.75rem;color:#4b5563;white-space:nowrap;font-weight:500}.chip-overflow{display:inline-block;padding:.25rem .5rem;background:#667eea;border:1px solid #667eea;border-radius:4px;font-size:.75rem;color:#fff;white-space:nowrap;font-weight:600;cursor:help;position:relative}.chip-overflow:hover .chip-tooltip{display:block}.chip-tooltip{display:none;position:absolute;bottom:100%;left:0;margin-bottom:.5rem;padding:.5rem .75rem;background:#1f2937;color:#fff;border-radius:6px;font-size:.75rem;white-space:nowrap;z-index:1000;box-shadow:0 4px 12px #00000026}.chip-tooltip:after{content:"";position:absolute;top:100%;left:.75rem;border:5px solid transparent;border-top-color:#1f2937}.floating-care-plan-button{position:fixed;bottom:1.5rem;right:5.5rem;width:52px;height:52px;border-radius:50%;background:#10b981;color:#fff;border:none;cursor:pointer;box-shadow:0 4px 12px #10b9814d;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:1000;font-size:1.5rem}.floating-care-plan-button:hover{background:#059669;box-shadow:0 6px 16px #10b98166}.floating-care-plan-button:disabled{background:#9ca3af;cursor:not-allowed;box-shadow:0 4px 12px #9ca3af4d}.care-plan-badge{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;border-radius:10px;padding:.125rem .375rem;font-size:.6875rem;font-weight:600;min-width:20px;text-align:center}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1.5rem}.login-card{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:420px;width:100%;overflow:hidden}.login-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;text-align:center}.login-header h1{margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.login-header p{margin:0;font-size:.9375rem;opacity:.95}.login-form{padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.875rem}.form-group input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9375rem;transition:all .2s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background:#f9fafb;cursor:not-allowed}.otp-input{text-align:center;font-size:1.5rem;letter-spacing:.5rem;font-weight:600}.otp-info{margin-bottom:1.5rem;padding:1rem;background:#f0f9ff;border-radius:8px;text-align:center}.otp-info p{margin:0 0 .5rem;color:#6b7280;font-size:.875rem}.otp-info strong{color:#111827;font-size:.9375rem}.login-button{width:100%;padding:.875rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.login-button:hover:not(:disabled){background:#5568d3;transform:translateY(-1px)}.login-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.back-button{width:100%;padding:.75rem 1.5rem;background:#fff;color:#667eea;border:2px solid #667eea;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.75rem}.back-button:hover{background:#f0f4ff}.error-message{padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem;margin-bottom:1rem}.login-info{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;text-align:center}.login-info p{margin:0;color:#6b7280;font-size:.8125rem}.loading-state{padding:3rem 2rem;text-align:center}.spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.loading-state p{color:#6b7280;font-size:.9375rem;margin:0}.app{min-height:100vh;width:100%}.app-header{position:fixed;top:0;right:0;padding:.75rem 1.5rem;display:flex;align-items:center;gap:1rem;z-index:999;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom-left-radius:12px;box-shadow:0 2px 8px #0000000d}.user-email{font-size:.875rem;color:#374151;font-weight:500}.logout-button{padding:.4rem .875rem;background:#fff;color:#6b7280;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease}.logout-button:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}@media (prefers-color-scheme: light){.app{background-color:#fff}}@media (prefers-color-scheme: dark){.app{background-color:#f5f5f5}}
