:root{font-family:Inter,Pretendard,Noto Sans KR,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;touch-action:manipulation;height:100%;overflow:hidden}body{margin:0;min-width:320px;width:100%;height:100%;min-height:100dvh;background:#fff;overflow:hidden;position:relative}html,body,#root{height:100%}button,textarea,input,select{font:inherit}button{cursor:pointer;touch-action:manipulation}.app-shell{display:grid;grid-template-columns:292px minmax(0,1fr) 380px;height:var(--app-height, 100dvh);width:100%;min-height:0;overflow:hidden}.app-shell.no-source-panel{grid-template-columns:292px minmax(0,1fr)}.sidebar{display:flex;flex-direction:column;gap:18px;border-right:1px solid #e4e9f2;background:#fbfcff;padding:26px 18px}.brand,.topbar-title{display:flex;align-items:center;gap:11px;font-size:24px;font-weight:760;letter-spacing:0}.logo-mark,.topbar-logo{display:block;object-fit:contain}.logo-mark{width:34px;height:34px}.topbar-logo{width:28px;height:28px}.new-chat,.send-button{border:0;background:#0f5dca;color:#fff;box-shadow:0 12px 24px #0f5dca33}.new-chat{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border-radius:8px;font-size:15px;font-weight:680}.search-box{display:flex;align-items:center;gap:9px;height:42px;border:1px solid #dce3ee;border-radius:8px;background:#fff;color:#6c778a;padding:0 12px}.search-box input{width:100%;border:0;outline:0;color:#172033;font-size:16px}.conversation-list{display:flex;flex:1;flex-direction:column;gap:7px;min-height:0;overflow:auto}.conversation-list p{margin:16px 4px 6px;color:#667287;font-size:13px;font-weight:700}.conversation-list button,.settings-button{display:flex;align-items:center;gap:9px;width:100%;min-height:42px;border:0;border-radius:8px;background:transparent;color:#334154;padding:0 10px;text-align:left}.conversation-list button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-list button.selected{background:#eaf2ff;color:#0f56c5;box-shadow:inset 3px 0 #0f5dca}.settings-button{color:#4d5a70}.main-pane{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;height:100%;max-height:var(--app-height, 100dvh);min-height:0;min-width:0;overflow:hidden;background:#fff}.topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:76px;border-bottom:1px solid #edf1f6;padding:0 28px}.topbar-title{font-size:18px}.mode-toggle{display:flex;overflow:hidden;border:1px solid #d8e0ec;border-radius:8px;background:#fff}.mode-toggle button{display:flex;align-items:center;gap:7px;min-width:132px;min-height:42px;justify-content:center;border:0;background:transparent;color:#334154;font-size:15px;font-weight:720}.mode-toggle button.active{background:#f1f6ff;color:#0f56c5}.mode-toggle button.thinking{background:#fff4e4;color:#c56b00}.mode-toggle.compact{width:auto}.mode-toggle.compact button{min-width:112px;min-height:38px;font-size:14px;white-space:nowrap}.icon-button{justify-self:end;display:grid;width:38px;height:38px;place-items:center;border:1px solid #dbe3ef;border-radius:8px;background:#fff;color:#4b5a70}.topbar-actions{display:flex;align-items:center;justify-self:end;gap:8px}.topbar-actions span{color:#536176;font-size:13px;font-weight:700}.trust-strip{display:flex;align-items:center;justify-content:center;gap:8px;min-height:42px;color:#5d6878;font-size:13px;border-bottom:1px solid #f0f3f8}.chat-window{display:flex;flex-direction:column;gap:28px;min-height:0;max-height:100%;overflow:auto;padding:38px min(7vw,86px) 24px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-gutter:stable}.compact-messages .chat-window{gap:18px;padding-top:24px}.message{display:grid;grid-template-columns:42px minmax(0,760px);gap:18px;align-items:start}.message.user{justify-content:end;grid-template-columns:minmax(0,520px) 42px}.message.user .avatar{grid-column:2;grid-row:1;background:#0f5dca;color:#fff}.message.user .message-body{grid-column:1;border:1px solid #dce8fa;background:#edf5ff}.avatar{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:#eef5ff;color:#0f56c5}.message-body{border-radius:8px;color:#182235;line-height:1.76;min-width:0;overflow-wrap:anywhere}.message.assistant .message-body{padding-top:2px}.message.user .message-body{padding:18px 22px}.message-body p{margin:0;white-space:pre-wrap}.thinking-applied,.rag-applied,.web-applied{display:flex;align-items:center;gap:8px;width:fit-content;margin-bottom:12px;border-radius:999px;padding:6px 10px;background:#f7f9fc;font-size:13px;font-weight:760}.thinking-applied:before{content:"";width:8px;height:8px;border-radius:50%;background:#ff9f1a}.thinking-applied{color:#d47400}.rag-applied{color:#0f56c5}.web-applied{color:#0c7d6f}.rag-applied:before,.web-applied:before{content:"";width:8px;height:8px;border-radius:50%}.rag-applied:before{background:#0f5dca}.web-applied:before{background:#149f90}.thinking-applied small,.rag-applied small,.web-applied small{color:#737e90;font-size:13px;font-weight:560}.file-chip,.pending-file,.attachment-item{display:inline-flex;align-items:center;gap:8px;border:1px solid #dce3ef;border-radius:8px;background:#fff;color:#536176;padding:6px 9px;font-size:13px;min-width:0}.pending-file{max-width:100%;margin-bottom:8px}.pending-file span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.attachment-item{max-width:min(100%,360px)}.attachment-item img{width:86px;height:64px;border-radius:7px;object-fit:cover}.attachment-item span:last-child{overflow:hidden;max-width:220px;text-overflow:ellipsis;white-space:nowrap}.attachment-icon{display:grid;width:26px;height:26px;place-items:center;border-radius:7px;background:#eef5ff;color:#0f56c5}.message-actions{display:flex;gap:6px;justify-content:flex-end;margin-top:20px}.message-actions button,.pending-file button,.source-card button{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:8px;background:transparent;color:#536176}.loading{color:#667287}.error-box{border:1px solid #ffd6d6;border-radius:8px;background:#fff7f7;color:#a03030;padding:12px 14px;font-size:14px}.composer{align-self:end;justify-self:center;display:grid;grid-template-rows:auto auto minmax(44px,auto) auto;width:min(920px,calc(100% - 48px));max-height:min(280px,34vh);margin:0 auto 24px;border:1px solid #dce3ee;border-radius:8px;background:#fff;box-shadow:0 16px 36px #1e304c1a;padding:14px;position:relative;z-index:2;overflow:hidden}.composer-header{display:flex;justify-content:flex-start;margin-bottom:10px}.composer textarea{width:100%;min-height:44px;max-height:128px;resize:none;border:0;outline:0;color:#172033;font-size:16px;line-height:1.55;overflow:auto}.composer-actions{display:flex;align-items:center;min-width:0;gap:9px;margin-top:10px;overflow:hidden}.secondary-button,.admin-upload label{display:inline-flex;align-items:center;gap:7px;min-height:38px;border:1px solid #dce3ef;border-radius:8px;background:#fff;color:#425069;padding:0 12px;font-size:14px;font-weight:650;white-space:nowrap}.send-button{display:grid;width:42px;height:42px;place-items:center;border-radius:8px;margin-left:auto}.send-button:disabled,.secondary-button:disabled{cursor:not-allowed;opacity:.55}.right-pane{display:flex;flex-direction:column;gap:16px;border-left:1px solid #e4e9f2;background:#fbfcff;padding:26px 22px;overflow:auto}.source-panel{flex:0 0 auto}.source-panel header{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.source-panel h2{margin:0;font-size:20px}.source-panel header span,.source-filter{color:#647084;font-size:13px}.source-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #e1e7f0;margin-bottom:18px}.source-tabs button{border:0;border-bottom:2px solid transparent;background:transparent;color:#607086;padding:0 0 12px;font-size:14px;font-weight:700}.source-tabs button.active{border-color:#0f5dca;color:#0f56c5}.source-filter{display:flex;align-items:center;gap:8px;margin-bottom:14px}.source-list{display:flex;flex-direction:column;gap:10px;max-height:32vh;overflow:auto;padding-right:2px}.source-card{position:relative;display:grid;grid-template-columns:24px 36px minmax(0,1fr) minmax(44px,auto) 24px;gap:10px;align-items:start;border:1px solid #e0e7f1;border-radius:8px;background:#fff;padding:14px 12px}.source-rank{display:grid;width:22px;height:22px;place-items:center;border-radius:6px;background:#0f5dca;color:#fff;font-size:12px;font-weight:800}.source-card:nth-child(2n) .source-rank{background:#149f90}.source-card:nth-child(3n) .source-rank{background:#f28c18}.source-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#eef5ff;color:#0f56c5}.source-card h3{margin:0 0 4px;font-size:14px;line-height:1.35}.source-card p,.source-card small{display:-webkit-box;overflow:hidden;margin:0;color:#647084;font-size:12px;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}.source-card strong{color:#536176;font-size:12px;font-weight:760;white-space:nowrap}.empty-sources{color:#667287;font-size:14px}.admin-upload{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e0e7f1;border-radius:8px;background:#fff;padding:14px}.admin-upload div{display:flex;align-items:center;gap:8px;color:#334154;font-size:14px;font-weight:700}.admin-upload label{cursor:pointer;white-space:nowrap}.admin-console{border:1px solid #e0e7f1;border-radius:8px;background:#fff;padding:14px}.admin-console header,.admin-console header div{display:flex;align-items:center}.admin-console header{justify-content:space-between;margin-bottom:12px}.admin-console header div{gap:8px}.admin-console h2,.admin-console h3{margin:0}.admin-console h2{font-size:16px}.admin-console h3{margin-bottom:8px;color:#334154;font-size:13px}.admin-console header button,.admin-upload-row button{display:grid;width:30px;height:30px;place-items:center;border:1px solid #dce3ef;border-radius:8px;background:#fff;color:#425069}.admin-key-form{display:grid;grid-template-columns:18px minmax(0,1fr) auto;gap:8px;align-items:center;border:1px solid #dce3ef;border-radius:8px;padding:7px 8px}.admin-key-form input{min-width:0;border:0;outline:0;color:#172033;font-size:16px}.admin-key-form button{border:0;border-radius:7px;background:#0f5dca;color:#fff;padding:6px 9px;font-size:12px;font-weight:760}.admin-status{margin:10px 0 14px;color:#647084;font-size:12px}.admin-section{margin-top:14px}.admin-list{display:flex;flex-direction:column;gap:8px;max-height:220px;overflow:auto}.admin-message,.admin-upload-row{border:1px solid #e5ebf4;border-radius:8px;background:#fbfcff;padding:10px}.admin-message span{display:inline-flex;margin-bottom:5px;color:#0f56c5;font-size:11px;font-weight:800}.admin-message p{display:-webkit-box;overflow:hidden;margin:0 0 6px;color:#243247;font-size:12px;line-height:1.45;-webkit-line-clamp:3;-webkit-box-orient:vertical}.admin-message small,.admin-upload-row small{color:#728095;font-size:11px}.admin-upload-row{display:grid;grid-template-columns:minmax(0,1fr) 30px;gap:10px;align-items:center}.admin-upload-row strong{display:block;overflow:hidden;color:#243247;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.auth-screen{display:grid;min-height:var(--app-height, 100dvh);place-items:center;background:linear-gradient(135deg,rgba(15,93,202,.08),transparent 34%),linear-gradient(315deg,rgba(20,159,144,.09),transparent 38%),#fff;color:#172033;overflow:auto;padding:24px}.auth-panel{width:min(100%,460px);border:1px solid #dde6f2;border-radius:8px;background:#fff;box-shadow:0 24px 70px #1f2e4724;padding:28px}.auth-brand{display:flex;align-items:center;gap:14px;margin-bottom:24px}.auth-brand .logo-mark{width:58px;height:58px}.auth-brand h1{margin:0;font-size:26px;letter-spacing:0}.auth-brand p{margin:4px 0 0;color:#647084;font-size:14px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border:1px solid #d8e0ec;border-radius:8px;margin-bottom:18px}.auth-tabs button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border:0;background:#fff;color:#425069;font-size:14px;font-weight:760}.auth-tabs button.active{background:#eef5ff;color:#0f56c5}.auth-form{display:flex;flex-direction:column;gap:14px}.auth-form label{display:flex;flex-direction:column;gap:7px;color:#334154;font-size:13px;font-weight:760}.auth-form input{width:100%;min-height:42px;border:1px solid #dce3ef;border-radius:8px;outline:0;padding:0 12px;color:#172033;font-size:16px}.terms-check{display:grid!important;grid-template-columns:18px minmax(0,1fr);gap:9px!important;align-items:start;color:#536176!important;font-weight:620!important;line-height:1.45}.terms-check input{min-height:auto;margin-top:2px}.auth-submit,.terms-open{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border-radius:8px;font-weight:760}.auth-submit{border:0;background:#0f5dca;color:#fff;box-shadow:0 12px 24px #0f5dca33}.auth-submit:disabled{cursor:not-allowed;opacity:.55}.terms-open{width:100%;margin-top:14px;border:1px solid #dce3ef;background:#fff;color:#425069}.auth-status{margin:14px 0 0;border:1px solid #dbe7ff;border-radius:8px;background:#f6f9ff;color:#334154;padding:10px 12px;font-size:13px;line-height:1.45;overflow-wrap:anywhere}.auth-status-inline{margin:0}.auth-help{margin:0;color:#667085;font-size:13px;line-height:1.5}.verification-title{display:flex;align-items:center;gap:8px;color:#172033}.field-error{margin-top:5px;color:#dc2626;font-size:12px}.empty-chat{display:flex;min-height:320px;flex:1;flex-direction:column;align-items:center;justify-content:center;color:#667085;text-align:center}.empty-chat img{width:54px;height:54px;margin-bottom:16px}.empty-chat h2{margin:0 0 6px;color:#172033;font-size:22px}.empty-chat p{margin:0}.admin-page{grid-template-columns:minmax(0,1fr)}.admin-main{width:100%;max-width:1160px}.admin-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;overflow:auto;padding:18px}.mobile-action-bar{display:none}.mobile-sheet,.settings-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;background:#101a2a6b;padding:18px}.mobile-sheet section,.settings-modal section{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(720px,100%);max-height:min(760px,88dvh);border-radius:8px;background:#fff;box-shadow:0 28px 80px #0f1b2d3d}.mobile-sheet header,.settings-modal header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5ebf4;padding:14px 16px}.mobile-sheet header button,.settings-modal header button,.settings-content button{border:1px solid #dce3ef;border-radius:8px;background:#fff;color:#334154;padding:8px 10px;font-size:13px;font-weight:760}.mobile-sheet .source-panel{min-height:0;overflow:auto;padding:16px}.mobile-sheet .source-list{max-height:none}.settings-content{display:flex;flex-direction:column;gap:12px;padding:16px}.settings-content div{display:grid;gap:4px;border:1px solid #e5ebf4;border-radius:8px;background:#fbfcff;padding:12px}.setting-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e5ebf4;border-radius:8px;background:#fbfcff;padding:12px;color:#334154;font-size:14px;font-weight:700}.setting-row select{min-height:34px;border:1px solid #dce3ef;border-radius:8px;background:#fff;color:#172033;padding:0 10px;font-size:16px}.setting-row input[type=checkbox]{width:18px;height:18px}.mobile-only{display:none}.settings-content span,.settings-content small{color:#647084;font-size:13px}.terms-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#101a2a6b;padding:24px}.terms-modal section{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(820px,100%);max-height:min(760px,88vh);border-radius:8px;background:#fff;box-shadow:0 28px 80px #0f1b2d3d}.terms-modal header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5ebf4;padding:16px 18px}.terms-modal h2{margin:0;font-size:18px}.terms-modal header button{border:1px solid #dce3ef;border-radius:8px;background:#fff;color:#334154;padding:7px 10px;font-size:13px;font-weight:760}.terms-modal pre{overflow:auto;margin:0;padding:18px;white-space:pre-wrap;color:#243247;font-family:inherit;font-size:13px;line-height:1.65}@media(max-width:1180px){.app-shell,.app-shell.no-source-panel{grid-template-columns:240px minmax(0,1fr)}.right-pane{display:none}.topbar{grid-template-columns:1fr auto 1fr}}@media(max-width:760px){.app-shell{grid-template-columns:1fr;height:var(--app-height, 100dvh);max-height:var(--app-height, 100dvh)}.app-shell.no-source-panel{grid-template-columns:1fr}.sidebar{display:none}.main-pane{grid-template-rows:auto auto minmax(0,1fr) auto;height:var(--app-height, 100dvh);max-height:var(--app-height, 100dvh);overflow:hidden}.topbar{grid-template-columns:40px 1fr 40px;gap:12px;min-height:auto;padding:12px 14px}.topbar-title{display:flex;justify-content:center}.mobile-only{display:grid}.topbar-actions{display:none}.mode-toggle{width:100%}.mode-toggle button{flex:1;min-width:0}.trust-strip{justify-content:flex-start;min-height:auto;padding:8px 14px;font-size:12px}.mobile-action-bar{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border-bottom:1px solid #edf1f6;padding:10px 14px}.mobile-action-bar button{min-height:38px;border:1px solid #dce3ef;border-radius:8px;background:#fff;color:#334154;font-size:13px;font-weight:760}.chat-window{min-height:0;padding:16px 14px 10px;overflow-y:auto}.message,.message.user{grid-template-columns:34px minmax(0,1fr);gap:11px}.message.user .avatar{grid-column:1}.message.user .message-body{grid-column:2}.avatar{width:34px;height:34px}.composer{width:calc(100% - 20px);max-height:min(260px,42vh);margin:0 10px max(8px,env(safe-area-inset-bottom));padding:12px;flex-shrink:0}.composer textarea{font-size:16px;max-height:96px;overflow:auto}.composer-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 42px;gap:8px}.composer-header{justify-content:flex-start}.mode-toggle.compact button{min-width:108px}.send-button{margin-left:0}.secondary-button{justify-content:center;min-width:0;padding:0 8px;white-space:nowrap}.secondary-button span{overflow:hidden;text-overflow:ellipsis}.attachment-item{max-width:100%}.attachment-item img{width:72px;height:54px}.mobile-sheet .sidebar{display:flex;width:100%;min-height:0;border-right:0}.mobile-sheet,.settings-modal{align-items:end;padding:0}.mobile-sheet section,.settings-modal section{width:100%;max-height:82dvh;border-radius:8px 8px 0 0}.admin-page .topbar{grid-template-columns:1fr}.admin-page .topbar-actions{display:flex;justify-self:stretch;justify-content:center}.admin-grid{padding:14px}}input,textarea,select{font-size:16px}
