:root{font-family:Inter,Pretendard,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#20211f;background:#f7f7f5;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{width:100%;min-width:320px;height:100%;margin:0}button,textarea{font:inherit}button{color:inherit}.app-shell{display:flex;height:100dvh;overflow:hidden;background:#fbfbfa}.sidebar{position:relative;z-index:20;display:flex;width:276px;flex:0 0 276px;flex-direction:column;padding:24px 18px 18px;border-right:1px solid #e5e5e0;background:#f2f2ef}.brand-row{display:flex;align-items:center;gap:11px;padding:0 6px}.brand-mark,.message-avatar{display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:#24382f;color:#fff;font-weight:700}.brand-mark{width:38px;height:38px}.brand-row strong,.brand-row span{display:block}.brand-row strong{font-size:16px}.brand-row span{margin-top:2px;color:#777973;font-size:11px;letter-spacing:.03em}.sidebar-close{display:none;margin-left:auto;border:0;background:transparent;font-size:26px;cursor:pointer}.new-chat-button{display:flex;align-items:center;gap:9px;width:100%;margin-top:28px;padding:11px 13px;border:1px solid #d9dad5;border-radius:10px;background:#fff;font-weight:650;cursor:pointer;transition:border-color .15s ease,background .15s ease}.new-chat-button:hover{border-color:#afb3aa;background:#fafaf8}.conversation-nav{margin-top:26px}.section-label{margin:0 10px 9px;color:#898b85;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.conversation-item,.settings-button{display:flex;width:100%;align-items:center;border:0;background:transparent;text-align:left;cursor:pointer}.conversation-item{gap:10px;margin:3px 0;padding:10px 11px;border-radius:9px;color:#4f514c;font-size:14px}.conversation-item:hover,.conversation-item.is-active{background:#e5e6e1;color:#1f211e}.conversation-item.is-active{font-weight:650}.conversation-icon{color:#7e817a}.sidebar-footer{margin-top:auto;padding-top:16px;border-top:1px solid #dedfd9}.settings-button{gap:10px;padding:10px 8px;color:#62645f;font-size:14px}.coming-soon{margin-left:auto;color:#999b95;font-size:11px}.chat-main{display:grid;min-width:0;flex:1;grid-template-rows:auto 1fr auto;background:#fcfcfb}.chat-content{display:flex;min-height:0;flex-direction:column}.chat-header{display:flex;min-height:76px;align-items:center;gap:14px;padding:14px 28px;border-bottom:1px solid #e9e9e5;background:#fcfcfbf0}.header-eyebrow{display:block;margin-bottom:2px;color:#8a8c86;font-size:11px;font-weight:650}.chat-header h1{margin:0;font-size:17px;font-weight:680}.menu-button{display:none;width:38px;height:38px;border:1px solid #dfdfda;border-radius:9px;background:#fff;cursor:pointer}.header-actions{display:flex;align-items:center;gap:9px;margin-left:auto}.usage-summary{color:#858780;font-size:11px;white-space:nowrap}.status-pill{display:flex;align-items:center;gap:7px;padding:6px 10px;border:1px solid #e2e2de;border-radius:999px;color:#6d7069;font-size:11px}.status-pill span{width:6px;height:6px;border-radius:50%;background:#7d9b87}.message-list{min-height:0;flex:1;overflow-y:auto;padding:54px 28px 36px}.empty-chat{display:grid;min-height:45vh;place-items:center;align-content:center;color:#777973;text-align:center}.empty-chat h2{margin:18px 0 7px;color:#30322e;font-size:20px}.empty-chat p{margin:0;font-size:14px}.error-banner,.loading-banner,.sending-indicator{z-index:2;width:min(820px,calc(100% - 40px));margin:12px auto 0;font-size:13px}.error-banner{padding:10px 13px;border:1px solid #e5c7c1;border-radius:9px;background:#fff2ef;color:#8b3d33}.loading-banner,.sending-indicator{color:#777973}.sending-indicator{margin-top:0;margin-bottom:4px}.message-column{width:min(820px,100%);margin:0 auto}.message-row{display:flex;align-items:flex-start;gap:14px;margin-bottom:34px}.message-avatar{width:32px;height:32px;border-radius:9px;font-size:12px}.message-row.user .message-avatar{background:#dedfd9;color:#454742}.message-body{min-width:0;padding-top:2px}.message-author{display:block;margin-bottom:7px;color:#3a3c38;font-size:13px;font-weight:700}.message-body p{margin:0;color:#292a27;font-size:15.5px;line-height:1.75;white-space:pre-wrap;word-break:break-word}.composer-wrap{padding:14px 28px 20px;background:linear-gradient(0deg,#fcfcfb 75%,#fcfcfb00)}.composer{display:flex;width:min(840px,100%);align-items:flex-end;gap:12px;margin:0 auto;padding:12px 12px 12px 17px;border:1px solid #d9dad5;border-radius:16px;background:#fff;box-shadow:0 8px 30px #282a260f}.composer:focus-within{border-color:#aeb4aa;box-shadow:0 8px 30px #282a2614}.composer textarea{min-height:28px;max-height:160px;flex:1;resize:vertical;border:0;outline:0;background:transparent;color:#242522;font-size:15px;line-height:1.55}.composer textarea::placeholder{color:#989a94}.composer button{display:grid;width:34px;height:34px;place-items:center;flex:0 0 auto;border:0;border-radius:10px;background:#263a31;color:#fff;font-size:19px;cursor:pointer}.composer button:disabled{background:#d8dad5;cursor:default}.composer-hint{margin:8px auto 0;color:#999b95;font-size:11px;text-align:center}.sidebar-backdrop{display:none}@media(max-width:760px){.sidebar{position:fixed;inset:0 auto 0 0;width:min(84vw,300px);transform:translate(-102%);box-shadow:16px 0 40px #191b1824;transition:transform .18s ease}.sidebar.is-open{transform:translate(0)}.sidebar-close,.menu-button{display:block}.sidebar-backdrop{position:fixed;z-index:10;top:0;right:0;bottom:0;left:0;display:block;visibility:hidden;border:0;background:#14161447;opacity:0;transition:opacity .18s ease,visibility .18s ease}.sidebar-backdrop.is-visible{visibility:visible;opacity:1}.chat-header{min-height:68px;padding:11px 16px}.status-pill{display:none}.message-list{padding:34px 18px 24px}.message-row{gap:11px;margin-bottom:28px}.composer-wrap{padding:10px 12px 14px}.composer-hint{display:none}}@media(max-width:420px){.message-avatar{width:29px;height:29px}.message-body p{font-size:15px}}
