@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";:root{color:#202123;background:#fff;font-family:Pretendard,Inter,ui-sans-serif,system-ui,sans-serif;font-synthesis:none;line-break:strict;text-rendering:optimizeLegibility;word-break:keep-all}*{box-sizing:border-box}body{margin:0;background:#fff;overflow:hidden}button,input{font:inherit}h1,h2,h3,strong{font-weight:500}button{cursor:pointer}button:disabled,input:disabled{cursor:default;opacity:.45}.app-shell{display:grid;grid-template-columns:260px minmax(520px,1fr) 390px;gap:0;height:100vh;padding:0;overflow:hidden}.chat-list,.conversation,.medical-panel{height:100vh;min-height:0;border:0;border-radius:0;background:#fff}.chat-list,.medical-panel{padding:28px 22px}.chat-list{padding:12px;border-right:1px solid #ececf1;background:#f7f7f8}.chat-list-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:18px}.chat-list h1,.medical-panel h2{margin:0;font-size:24px;font-weight:500}.chat-list h1{font-size:17px}.new-chat-button{display:inline-flex;align-items:center;gap:6px;border:1px solid #d9d9e3;border-radius:8px;padding:8px 10px;background:#fff;color:#202123;font-size:13px;font-weight:400}.chat-section-label{margin:14px 8px 6px;color:#6e6e80;font-size:12px}.chat-item{display:block;width:100%;margin-bottom:2px;border:0;border-radius:8px;padding:10px 12px;background:transparent;color:#343541;text-align:left;font-size:14px;font-weight:400;line-height:1.35}.chat-item.active{background:#ececf1;color:#202123}.chat-item:hover{background:#ececf1}.conversation{display:flex;flex-direction:column;gap:16px;padding:28px 40px;overflow-y:auto}.top-bar{display:flex;align-items:center;justify-content:space-between;gap:16px}.top-bar h2{margin:4px 0 0;font-size:22px;font-weight:500}.eyebrow{margin:0;color:#6e6e80;font-size:13px;font-weight:500}.message-row{display:flex}.message-row.user{justify-content:flex-end}.photo-chip,.bubble{border-radius:18px;padding:14px 18px;background:#f4f4f5;font-weight:400}.photo-chip{display:inline-flex;align-items:center;gap:10px;min-height:104px}.extract-panel,.answer{border:1px solid #ececf1;border-radius:16px;padding:18px;background:#fff}.extract-panel{display:flex;align-items:center;justify-content:space-between;gap:16px}.extract-panel h3{margin:4px 0 6px}.extract-panel p{margin:0;color:#6e6e80}.confirm-button,.send-button,.icon-button{display:inline-flex;align-items:center;justify-content:center;border:0}.confirm-button{gap:8px;min-width:104px;border-radius:10px;padding:12px 16px;background:#10a37f;color:#fff;font-weight:500}.confirm-button.done{background:#0e8f70}.icon-button,.send-button{width:52px;height:52px;flex:0 0 auto;border-radius:12px;background:#f4f4f5;color:#202123}.send-button{background:#202123;color:#fff}.context-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.context-column{min-height:210px;border-radius:12px;padding:14px;background:#fff}.context-column h3{margin:0 0 12px;font-size:16px;font-weight:500}.context-column.included{border:1px solid #d6eee6}.context-column.needs-check{border:1px solid #efe2bf}.context-column.excluded{border:1px solid #ececf1}.context-item{margin-bottom:10px;border-radius:10px;padding:12px;background:#f7f7f8}.context-item p,.context-item small{display:block;margin:6px 0 0;color:#6e6e80;line-height:1.45}.status-actions{display:flex;gap:6px;margin-top:10px}.status-actions button{border:1px solid #d9d9e3;border-radius:8px;padding:6px 10px;background:#fff;font-size:12px;font-weight:400}.answer-source{display:flex;align-items:center;gap:8px;margin-bottom:14px;font-weight:400;color:#6e6e80;font-size:14px}.assistant-summary{max-width:760px;margin:0 0 18px;color:#202123;font-size:17px;line-height:1.75}.assistant-loading{display:inline-flex;align-items:center;gap:6px;width:fit-content;border:1px solid #ececf1;border-radius:16px;padding:16px 18px;background:#fff}.assistant-loading span{width:7px;height:7px;border-radius:50%;background:#8e8ea0;animation:pulse-dot 1s infinite ease-in-out}.assistant-loading span:nth-child(2){animation-delay:.12s}.assistant-loading span:nth-child(3){animation-delay:.24s}.answer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.answer-grid div{border:1px solid #ececf1;border-radius:12px;padding:14px;background:#fff}.answer-grid h3,.answer-grid p{margin:0}.answer-grid h3{color:#6e6e80;font-size:13px}.answer-grid p{margin-top:8px;color:#343541;font-size:14px;line-height:1.55}.composer{display:flex;gap:10px;margin-top:auto}.composer input{width:100%;min-width:0;border:0;border-radius:12px;padding:0 18px;background:#f4f4f5;font-weight:400}.medical-panel{position:relative;border-left:1px solid #ececf1;background:#fbfbfc;overflow-y:auto}.medical-panel section{margin-bottom:14px;border:1px solid #ececf1;border-radius:14px;padding:14px;background:#fff}.medical-panel h3{margin:0 0 12px;font-size:18px;font-weight:500}.medical-panel p{margin:0;line-height:1.55;font-weight:400}.panel-section-title{margin-bottom:12px;border-bottom:1px solid #ececf1;padding-bottom:10px}.panel-section-title p{color:#6e6e80;font-size:13px}.medical-panel .context-board{grid-template-columns:1fr}.medical-panel .context-column{min-height:0;border-color:#ececf1;padding:12px;background:#fbfbfc}.medical-panel .context-column h3{margin-bottom:8px;font-size:14px}.medical-panel .context-item{padding:10px;background:#fff}.medical-panel .context-item strong{font-weight:500}.medical-panel .context-item p,.medical-panel .context-item small{font-size:13px}.medicine-row{display:grid;grid-template-columns:38px 1fr;gap:12px;margin-bottom:12px;border-top:1px solid #f0f0f3;padding-top:12px}.medicine-row:first-of-type{border-top:0;padding-top:0}.medicine-row span{width:38px;height:38px;border-radius:50%;background:#ececf1}.medicine-row p{color:#6e6e80;font-size:13px;font-weight:400}.history{border-top:1px solid #f0f0f3;padding-top:10px;margin-bottom:8px!important}.updated{margin-top:28px!important;text-align:right}@keyframes pulse-dot{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}@media(max-width:1100px){.app-shell{grid-template-columns:1fr}.chat-list,.medical-panel{height:auto}.context-board,.answer-grid{grid-template-columns:1fr}}
