*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg:#F5F5F0;--surface:#ffffff;--surface-hover:#FAF9F5;--border:#D3D1C7;--text:#2C2C2A;--text-secondary:#5F5E5A;--text-muted:#888780;--primary:#D97757;--primary-light:#FAECE7;--primary-dark:#993C1D;--accent:#D85A30;--patient-bg:#ffffff;--system-bg:#FAEEDA;--system-text:#633806;--green:#1D9E75;--exam-bg:#edf7f2;--exam-text:#04342C;--exam-border:#9FE1CB;--exam-accent:#1D9E75;--mentor-bg:#EEEDFE;--mentor-text:#26215C;--mentor-border:#CECBF6;--mentor-accent:#7F77DD;--danger:#E24B4A;--danger-light:#FCEBEB;--danger-dark:#A32D2D;--danger-border:#F7C1C1;--radius:16px;--radius-sm:10px;--shadow-sm:0 1px 2px rgba(0,0,0,.05);--shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--transition:.15s cubic-bezier(.4,0,.2,1)}[data-theme=dark]{color-scheme:dark;--bg:#2b2a27;--surface:#343330;--surface-hover:#3a3936;--border:#4a4945;--text:#e8e6e3;--text-secondary:#9a9893;--text-muted:#6b6a68;--primary:#D97757;--primary-light:#3d2a22;--primary-dark:#F0997B;--accent:#D85A30;--patient-bg:#3a3936;--system-bg:#3d3020;--system-text:#FAC775;--green:#5DCAA5;--exam-bg:#1a2e25;--exam-text:#9FE1CB;--exam-border:#085041;--exam-accent:#5DCAA5;--mentor-bg:#252035;--mentor-text:#CECBF6;--mentor-border:#3C3489;--mentor-accent:#AFA9EC;--danger:#E24B4A;--danger-light:#3d2020;--danger-dark:#F09595;--danger-border:#791F1F;--shadow-sm:0 1px 2px rgba(0,0,0,.2);--shadow:0 1px 3px rgba(0,0,0,.3),0 1px 2px rgba(0,0,0,.2);--shadow-md:0 4px 6px -1px rgba(0,0,0,.3),0 2px 4px -2px rgba(0,0,0,.2)}html,body{height:100%;height:100dvh}body{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:15px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;overflow-x:hidden;overscroll-behavior-x:none}#app{height:100%;display:flex;flex-direction:column}.screen-cases{flex:1;display:flex;flex-direction:column;align-items:center;padding:40px 20px;overflow-y:auto}.screen-cases.hidden{display:none}.hero{text-align:center;margin-bottom:32px}.hero-icon{width:72px;height:72px;margin:0 auto 16px;background:var(--primary-light);border-radius:20px;display:flex;align-items:center;justify-content:center}.hero-icon svg{width:36px;height:36px;color:var(--primary)}.hero h1{font-size:1.5rem;font-weight:700;margin-bottom:6px}.hero p{color:var(--text-secondary);font-size:.95rem;max-width:420px;line-height:1.5}.cases-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;width:100%;max-width:900px}.case-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;cursor:pointer;transition:all var(--transition);overflow:hidden;display:flex;flex-direction:column;gap:10px}.case-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.case-card-top{display:flex;align-items:center;gap:8px}.case-card-dot{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#fff;flex-shrink:0}.case-card-dot.female{background:#d4a0b0}.case-card-dot.male{background:#8fb3d4}.case-card-age{font-size:.85rem;font-weight:600;color:var(--text)}.case-card-id{margin-left:auto;font-size:.72rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.case-card-complaint{font-size:.95rem;font-weight:500;color:var(--text);line-height:1.45}.case-card-bottom{display:flex;align-items:center;justify-content:space-between}.case-card-profession{font-size:.8rem;color:var(--text-secondary)}.case-card-arrow{color:var(--text-muted);transition:all var(--transition);flex-shrink:0}.case-card:hover .case-card-arrow{color:var(--primary);transform:translate(3px)}.feedback-section{width:100%;max-width:900px;margin-top:32px;padding:28px 24px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.feedback-title{font-size:1rem;font-weight:600;margin-bottom:6px}.feedback-desc{font-size:.88rem;color:var(--text-secondary);line-height:1.5;margin-bottom:14px}.feedback-input{width:100%;padding:12px 14px;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.93rem;font-family:inherit;color:var(--text);background:var(--bg);resize:vertical;min-height:70px;outline:none;transition:border-color var(--transition)}.feedback-input:focus{border-color:var(--primary)}.feedback-input::placeholder{color:var(--text-muted)}.feedback-btn{margin-top:10px;padding:10px 24px;border:none;border-radius:var(--radius-sm);background:var(--primary);color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;font-family:inherit;transition:all var(--transition)}.feedback-btn:hover{background:var(--primary-dark)}.feedback-btn:disabled{background:var(--border);cursor:not-allowed}.feedback-status{margin-top:8px;font-size:.82rem;min-height:1.2em}.feedback-ok{color:var(--green)}.feedback-err{color:var(--danger)}.screen-chat{flex:1;display:flex;flex-direction:column;max-width:760px;width:100%;margin:0 auto;background:var(--surface);box-shadow:var(--shadow);position:relative;overflow:hidden;min-height:0}.screen-chat.hidden{display:none}@media(min-width:768px){.screen-chat{margin:16px auto;border-radius:var(--radius);height:calc(100% - 32px);overflow:hidden}}.chat-header{display:flex;align-items:center;gap:12px;padding:14px 20px;border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0}.btn-back{width:36px;height:36px;border:none;border-radius:var(--radius-sm);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all var(--transition);flex-shrink:0}.btn-back:hover{background:var(--bg);color:var(--text)}.chat-header-info{flex:1;min-width:0}.chat-header-name{font-weight:600;font-size:.95rem}.chat-header-sub{font-size:.8rem;color:var(--text-secondary)}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--green);flex-shrink:0}.messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:10px;background:var(--bg)}.msg{max-width:80%;padding:12px 16px;line-height:1.55;white-space:pre-wrap;word-break:break-word;animation:msg-in .25s ease-out;font-size:.93rem}@keyframes msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.msg-doctor{align-self:flex-end;background:var(--primary);color:#fff;border-radius:var(--radius) var(--radius) 4px var(--radius)}.msg-patient{align-self:flex-start;background:var(--patient-bg);color:var(--text);border:1px solid var(--border);border-radius:var(--radius) var(--radius) var(--radius) 4px;box-shadow:var(--shadow-sm)}.msg-system{align-self:center;background:var(--surface-hover);color:var(--text-muted);border-radius:var(--radius-sm);font-size:.82rem;padding:8px 14px}.msg-streaming{border-color:var(--accent)}.msg-streaming .cursor{display:inline-block;width:2px;height:1em;background:var(--accent);margin-left:1px;animation:blink .5s step-end infinite;vertical-align:text-bottom}@keyframes blink{50%{opacity:0}}.typing{align-self:flex-start;padding:14px 18px;background:var(--patient-bg);border:1px solid var(--border);border-radius:var(--radius) var(--radius) var(--radius) 4px;display:flex;gap:5px;align-items:center;box-shadow:var(--shadow-sm)}.typing-dot{width:7px;height:7px;border-radius:50%;background:var(--text-muted);animation:typing-bounce .6s ease-in-out infinite}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.input-bar{display:flex;gap:10px;padding:14px 20px;border-top:1px solid var(--border);background:var(--surface);flex-shrink:0}.input-field{flex:1;padding:12px 16px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.95rem;font-family:inherit;color:var(--text);outline:none;transition:border-color var(--transition);background:var(--surface)}.input-field:focus{border-color:var(--primary)}.input-field:disabled{background:var(--bg);color:var(--text-muted)}.input-field::placeholder{color:var(--text-muted)}.btn-send{width:46px;height:46px;border:none;border-radius:var(--radius);background:var(--primary);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition);flex-shrink:0}.btn-send:hover{background:var(--primary-dark)}.btn-send:disabled{background:var(--border);cursor:not-allowed}.btn-send svg{width:20px;height:20px}.welcome-msg{text-align:center;padding:32px 20px;color:var(--text-secondary);line-height:1.6}.welcome-msg strong{color:var(--text);font-weight:600}.btn-greet{display:block;margin:16px auto 0;padding:12px 24px;border:1.5px solid var(--primary);border-radius:var(--radius);background:var(--primary-light);color:var(--primary-dark);font-size:.93rem;font-family:inherit;font-weight:500;cursor:pointer;transition:all var(--transition)}.btn-greet:hover{background:var(--primary);color:#fff}.entrance-card{align-self:stretch;background:var(--surface-hover);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius-sm);padding:20px 22px;margin-bottom:4px;color:var(--text);line-height:1.7;font-size:.9rem;font-style:italic;animation:entrance-in .6s ease-out}.entrance-card p{margin-bottom:10px}.entrance-card p:last-child{margin-bottom:0}@keyframes entrance-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.msg-exam{align-self:flex-start;background:var(--patient-bg);color:var(--text);border:1px solid var(--border);border-radius:var(--radius) var(--radius) var(--radius) 4px;box-shadow:var(--shadow-sm);font-size:.9rem;border-left:3px solid var(--exam-accent)}.btn-exam{width:46px;height:46px;border:1.5px solid var(--border);border-radius:var(--radius);background:var(--surface);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition);flex-shrink:0;color:var(--text-secondary)}.btn-exam:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.btn-exam svg{width:22px;height:22px}.msg-mentor{align-self:flex-start;background:var(--patient-bg);color:var(--text);border:1px solid var(--border);border-radius:var(--radius) var(--radius) var(--radius) 4px;box-shadow:var(--shadow-sm);font-size:.9rem;border-left:3px solid var(--mentor-accent)}.mentor-header{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:6px}.btn-mentor{width:46px;height:46px;border:1.5px solid var(--border);border-radius:var(--radius);background:var(--surface);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition);flex-shrink:0;color:var(--text-secondary)}.btn-mentor:hover{border-color:var(--mentor-accent);color:var(--mentor-accent);background:var(--mentor-bg)}.btn-mentor:disabled{opacity:.5;cursor:not-allowed}.btn-mentor svg{width:22px;height:22px}.btn-mentor-loading{border-color:var(--mentor-accent);color:var(--mentor-accent);animation:pulse-mentor 1s ease-in-out infinite}@keyframes pulse-mentor{0%,to{opacity:1}50%{opacity:.4}}.exam-panel{position:absolute;bottom:76px;left:12px;right:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);max-height:60vh;display:flex;flex-direction:column;animation:panel-in .2s ease-out;z-index:10}@keyframes panel-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.exam-panel-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--border);font-weight:600;font-size:.95rem;flex-shrink:0}.exam-panel-close{width:32px;height:32px;border:none;border-radius:8px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all var(--transition)}.exam-panel-close:hover{background:var(--bg);color:var(--text)}.exam-panel-body{padding:12px 18px 18px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.exam-group-label{font-size:.78rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.exam-point-btn{display:block;width:100%;text-align:left;padding:10px 14px;margin-bottom:4px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer;font-size:.9rem;color:var(--text);font-family:inherit;transition:all var(--transition)}.exam-point-btn:hover{border-color:var(--primary);background:var(--primary-light);color:var(--primary-dark)}.exam-empty{text-align:center;color:var(--text-muted);padding:20px;font-size:.9rem}.loading-screen{flex:1;display:flex;align-items:center;justify-content:center;color:var(--text-muted);gap:10px}.spinner{width:20px;height:20px;border:2.5px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.btn-help{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border:2px solid var(--danger-border);border-radius:999px;background:var(--danger-light);cursor:pointer;color:var(--danger);font-size:.85rem;font-weight:600;font-family:inherit;transition:all var(--transition);margin:14px auto 0;animation:help-pulse 2.5s ease-in-out infinite}.btn-help:hover{border-color:var(--danger);background:var(--danger-light);transform:scale(1.05)}.btn-help svg{width:18px;height:18px;flex-shrink:0}.btn-help.tour-seen{animation:none;border-color:var(--border);background:var(--surface);color:var(--text-secondary)}.btn-help.tour-seen:hover{border-color:var(--danger-border);color:var(--danger);background:var(--danger-light)}@keyframes help-pulse{0%,to{box-shadow:0 0 #e24b4a59}50%{box-shadow:0 0 0 10px #e24b4a00}}.btn-reset-chat{width:32px;height:32px;border:none;border-radius:50%;background:transparent;cursor:pointer;color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:all var(--transition);flex-shrink:0}.btn-reset-chat:hover{color:var(--danger);background:var(--danger-light)}.btn-reset-chat svg{width:17px;height:17px}.reset-confirm{display:flex;align-items:center;gap:8px;animation:confirm-in .2s ease-out}@keyframes confirm-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:none}}.reset-confirm-text{font-size:.8rem;color:var(--text-secondary);font-weight:500;white-space:nowrap}.reset-confirm-yes{padding:5px 14px;border:none;border-radius:8px;background:var(--danger);color:#fff;cursor:pointer;font-size:.78rem;font-weight:600;font-family:inherit;transition:all var(--transition)}.reset-confirm-yes:hover{background:var(--danger-dark)}.reset-confirm-no{padding:5px 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-secondary);cursor:pointer;font-size:.78rem;font-weight:500;font-family:inherit;transition:all var(--transition)}.reset-confirm-no:hover{background:var(--bg);color:var(--text)}.btn-help-chat{width:34px;height:34px;border:1.5px solid var(--danger-border);border-radius:50%;background:var(--danger-light);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition);flex-shrink:0;margin-left:4px;animation:help-pulse 2.5s ease-in-out infinite}.btn-help-chat:hover{border-color:var(--danger);background:var(--danger-light);transform:scale(1.1)}.btn-help-chat svg{width:18px;height:18px}.btn-help-chat.tour-seen{animation:none;border-color:var(--border);background:transparent}.btn-help-chat.tour-seen:hover{border-color:var(--danger-border);background:var(--danger-light)}.tour-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9990;cursor:pointer}.tour-spotlight{position:fixed;z-index:9991;border-radius:var(--radius-sm);box-shadow:0 0 0 9999px #0009;transition:all .3s ease-out;pointer-events:none;animation:tour-fade-in .3s ease-out}@keyframes tour-fade-in{0%{opacity:0}to{opacity:1}}.tour-tooltip{position:fixed;z-index:9995;background:var(--surface);border-radius:var(--radius);box-shadow:0 20px 60px #0000004d;padding:20px;width:320px;max-width:calc(100vw - 24px);cursor:default;animation:tour-tooltip-in .3s ease-out}@keyframes tour-tooltip-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.tour-tooltip-title{font-weight:700;font-size:1rem;color:var(--text);display:flex;align-items:center;gap:8px;margin-bottom:8px}.tour-counter{font-size:.7rem;font-weight:600;color:var(--primary);background:var(--primary-light);padding:2px 8px;border-radius:10px;margin-left:auto}.tour-tooltip-text{font-size:.9rem;color:var(--text-secondary);line-height:1.55;margin-bottom:16px}.tour-tooltip-actions{display:flex;justify-content:flex-end;gap:8px}.tour-btn-skip{padding:8px 16px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);cursor:pointer;font-size:.85rem;font-family:inherit;transition:all var(--transition)}.tour-btn-skip:hover{color:var(--text);background:var(--bg)}.tour-btn-next{padding:8px 20px;border:none;border-radius:var(--radius-sm);background:var(--primary);color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;font-family:inherit;transition:all var(--transition)}.tour-btn-next:hover{background:var(--primary-dark)}@media(max-width:480px){body{font-size:14px}.screen-cases{padding:24px 14px}.hero{margin-bottom:20px}.hero-icon{width:56px;height:56px;border-radius:14px}.hero-icon svg{width:28px;height:28px}.hero h1{font-size:1.25rem}.hero p{font-size:.9rem}.btn-help{padding:6px 14px;font-size:.8rem}.cases-grid{gap:10px}.case-card{padding:14px 16px;gap:8px}.chat-header{gap:8px;padding:10px 12px}.btn-back{width:34px;height:34px}.chat-header-name{font-size:.88rem}.chat-header-sub{display:none}.btn-reset-chat{width:30px;height:30px}.btn-reset-chat svg{width:15px;height:15px}.btn-help-chat{width:30px;height:30px;margin-left:0}.btn-help-chat svg{width:15px;height:15px}.messages{padding:12px 10px;gap:8px}.msg{max-width:90%;padding:10px 13px;font-size:.9rem}.entrance-card{padding:14px 16px;font-size:.85rem;line-height:1.6}.welcome-msg{padding:20px 14px}.btn-greet{padding:10px 18px;font-size:.88rem}.input-bar{gap:5px;padding:8px}.btn-exam,.btn-mentor{width:36px;height:36px}.btn-exam svg,.btn-mentor svg{width:18px;height:18px}.btn-send{width:40px;height:40px}.btn-send svg{width:18px;height:18px}.input-field{padding:8px 10px;font-size:16px}.exam-panel{left:6px;right:6px;bottom:66px;max-height:55vh}.exam-panel-header{padding:12px 14px;font-size:.9rem}.exam-panel-body{padding:10px 14px 14px}.exam-point-btn{padding:10px 12px;font-size:.88rem}.tour-tooltip{padding:16px;width:280px}.tour-tooltip-title{font-size:.93rem}.tour-tooltip-text{font-size:.85rem;margin-bottom:12px}.reset-confirm{gap:6px}.reset-confirm-text{font-size:.75rem}.reset-confirm-yes,.reset-confirm-no{padding:4px 10px;font-size:.75rem}}@supports (padding:env(safe-area-inset-bottom)){.input-bar{padding-bottom:calc(10px + env(safe-area-inset-bottom))}.screen-cases{padding-bottom:calc(20px + env(safe-area-inset-bottom))}.exam-panel{bottom:calc(66px + env(safe-area-inset-bottom))}@media(max-width:480px){.input-bar{padding-bottom:calc(10px + env(safe-area-inset-bottom))}.exam-panel{bottom:calc(66px + env(safe-area-inset-bottom))}}}.messages{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}
