@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap";:root{font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#23362f;background:#f8f7f3;font-synthesis:none;font-weight:400;font-size:14px;line-height:1.65;--ink: #20372f;--muted: #7d8780;--green: #244e40;--green-dark: #183e30;--line: #e4e7df;--paper: #fff;--soft: #f2f4ed;--viewport-height: 100dvh}*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button:disabled{cursor:not-allowed;opacity:.45}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #9db6a1;outline-offset:3px}a{color:inherit;text-decoration:none}button{border:0;background:none}input,textarea{color:var(--ink)}textarea{resize:vertical}button svg,a svg{flex-shrink:0}h1,h2,h3,p{margin:0}input::placeholder,textarea::placeholder{color:#99a098}::selection{background:#dce7d7}button,a,input,textarea{touch-action:manipulation}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.muted{color:var(--muted);font-size:12px}.eyebrow{font-size:10px;letter-spacing:1.5px;color:#718174;font-weight:600}.status-dot{display:inline-block;width:6px;height:6px;background:#799778;border-radius:50%;flex-shrink:0}.brand{display:inline-flex;align-items:center;gap:11px}.brand-mark{font-family:Georgia,serif;font-weight:700;font-size:40px;line-height:1;letter-spacing:-5px;width:38px;color:#234b3b}.brand-mark>span{color:#b5bc88;font-size:39px}.brand-word{font-weight:800;font-size:17px;letter-spacing:-.6px;line-height:1.5}.brand-word small{display:block;font-weight:500;font-size:7px;letter-spacing:1.25px;color:#7b8578}.brand-small .brand-mark{font-size:32px;width:31px}.brand-small .brand-mark>span{font-size:32px}.brand-small .brand-word{font-size:14px}.brand-small .brand-word small{font-size:5.5px;letter-spacing:.9px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:7px;font-size:12px;font-weight:500;min-height:39px;padding:9px 15px;white-space:nowrap;transition:background .15s,border-color .15s}.button-primary{background:var(--green);color:#fff;border:1px solid var(--green)}.button-primary:not(:disabled):hover{background:var(--green-dark)}.button-secondary{background:#fff;border:1px solid var(--line)}.button-secondary:not(:disabled):hover{background:#f7f8f4;border-color:#bcc7ba}.button-ghost{color:#617065}.button-ghost:not(:disabled):hover{background:#ebeee7}.button-danger{background:#a63e3b;color:#fff}.button-danger-outline{color:#a34742;border:1px solid #eadbd7;background:#fff}.icon-button{padding:7px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;color:#7b877d}.icon-button:hover{background:#edf0e9;color:var(--ink)}.text-link{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:#627165}.text-link:hover{color:var(--green)}.notice{display:flex;align-items:flex-start;gap:8px;border-radius:7px;font-size:12px;line-height:1.7;padding:12px 14px;margin-bottom:15px;background:#edf2e8;color:#51694b;border:1px solid #dfe8d8}.notice>svg{margin-top:2px;flex-shrink:0}.notice>span{flex:1;min-width:0}.notice>.icon-button{padding:2px;margin-top:1px}.notice-error{background:#fcf0ec;color:#a15543;border-color:#f1dcd3}.notice-success{background:#edf3e9;border-color:#dce8d4;color:#557146}.inline-action{display:inline-flex;align-items:center;gap:4px;text-decoration:underline;text-underline-offset:3px;font-size:11px;margin-left:10px;color:inherit}.loading{display:flex;align-items:center;justify-content:center;gap:9px;color:var(--muted);padding:60px 20px;font-size:13px}.spin,.small-loader{animation:spin 1s linear infinite}.small-loader{width:14px;height:14px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{padding:55px 22px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:9px}.empty-state h3{font-size:14px;font-weight:600;margin-bottom:8px}.empty-state p{font-size:12px;color:var(--muted);line-height:1.8}.empty-state .button{margin-top:20px}.empty-icon{display:inline-flex;align-items:center;justify-content:center;background:#f0f3ea;border-radius:15px;width:59px;height:59px;color:#869a7d;margin-bottom:18px}.surface .empty-state{border:0;background:transparent}.markdown{font-size:13px;line-height:1.9;overflow-wrap:anywhere}.markdown p+p{margin-top:12px}.markdown h1,.markdown h2,.markdown h3,.markdown h4{font-size:15px;font-weight:700;margin:20px 0 9px;line-height:1.6}.markdown>:first-child{margin-top:0}.markdown>:last-child{margin-bottom:0}.markdown ul,.markdown ol{padding-left:21px;margin:10px 0}.markdown li{padding-left:2px;margin:4px 0}.markdown li p{margin:0}.markdown a{color:#327250;text-decoration:underline;text-underline-offset:3px;word-break:break-all}.markdown strong{font-weight:700}.markdown table{border-collapse:collapse;display:block;max-width:100%;overflow-x:auto;font-size:12px;margin:12px 0}.markdown th,.markdown td{border:1px solid #dbe2d5;text-align:left;padding:7px 10px}.markdown th{background:#edf2e7;font-weight:600}.markdown code{background:#edf0e9;padding:1px 4px;border-radius:3px;font-size:.9em}.markdown pre{background:#edf0e9;padding:12px;border-radius:6px;overflow-x:auto}.markdown pre code{padding:0}.markdown blockquote{margin:12px 0;padding-left:13px;border-left:3px solid #b8c8ad;color:#73836c}.markdown hr{border:0;border-top:1px solid var(--line);margin:20px 0}.chat-shell{max-width:1450px;margin:auto;height:var(--viewport-height);min-height:500px;display:flex;flex-direction:column;padding:0 5.2%}.chat-header{height:101px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7df}.new-chat{font-size:12px;border:1px solid #dce1d5;padding:8px 13px;min-height:35px}.chat-layout{flex:1;min-height:0;display:grid;grid-template-columns:minmax(280px,.86fr) minmax(460px,1.14fr);gap:8%;padding:33px 0 22px}.welcome-aside{display:flex;flex-direction:column;position:relative;overflow:hidden;min-width:0}.aside-top{padding-top:27px}.aside-top .eyebrow{display:flex;gap:8px;align-items:center;font-size:11px;letter-spacing:1px;color:#73816f}.aside-top h1{font-size:clamp(22px,2.3vw,32px);line-height:1.65;letter-spacing:-1.5px;font-weight:500;margin-top:22px;color:#294537}.aside-top h1 em{font-style:normal;font-weight:800;position:relative;z-index:1}.aside-top h1 em:after{content:"";position:absolute;left:0;right:0;bottom:0;height:13px;z-index:-1;background:#e0e7ce}.aside-top p{font-size:12px;line-height:2;color:#87907f;margin-top:16px;letter-spacing:-.1px}.aside-art{position:relative;flex:1;min-height:220px;max-height:340px;margin-top:10px;isolation:isolate}.art-ring{border:1px solid #d7ddcb;position:absolute;width:260px;height:260px;border-radius:50%;left:43%;top:50%;transform:translate(-50%,-50%)}.ring-one{width:190px;height:270px;transform:translate(-50%,-50%) rotate(32deg)}.ring-two{width:190px;height:270px;transform:translate(-50%,-50%) rotate(-32deg)}.ring-three{width:270px;height:190px;transform:translate(-50%,-50%)}.art-letter{font-family:Georgia,serif;font-size:127px;letter-spacing:-19px;line-height:1;color:#254d3b;position:absolute;left:40%;top:50%;transform:translate(-50%,-50%) rotate(-8deg);font-weight:600;text-shadow:3px 5px 0 #e5e8d9}.art-letter>span{color:#b4bd83}.art-caption{position:absolute;bottom:9%;right:3%;font-size:8px;line-height:1.9;letter-spacing:2px;color:#8b957c}.aside-bottom{display:flex;justify-content:space-between;color:#929a8b;font-size:8px;letter-spacing:1.5px;border-top:1px solid #e0e5d8;padding-top:17px;margin-top:auto}.chat-panel{display:flex;flex-direction:column;border:1px solid #e1e5d9;border-radius:13px;background:#fff;overflow:hidden;position:relative;min-height:0;box-shadow:0 5px 20px #1e382907}.conversation-header{display:flex;align-items:center;gap:11px;padding:20px 25px;border-bottom:1px solid #edf0e8;flex-shrink:0}.avatar{width:35px;height:35px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:#eaf0df;border-radius:12px;color:#61804c}.conversation-header h2{font-size:14px;line-height:1.5;font-weight:700}.conversation-header h2>span{display:inline-block;margin-left:5px;color:#839771;border:1px solid #dfe8d5;border-radius:4px;font-size:8px;font-weight:500;padding:1px 4px;vertical-align:middle}.conversation-header p{font-size:10px;color:#969d91;margin-top:2px}.connection-label{display:flex;align-items:center;gap:5px;color:#84957b;font-size:9px;margin-left:auto}.connection-label .status-dot{width:5px;height:5px}.connection-label.connecting{color:#a09d8b}.connecting .status-dot{background:#b0aa8b}.conversation-scroll{overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#dce3d6 transparent;flex:1;min-height:0;display:flex;flex-direction:column}.chat-intro{padding:37px 38px 22px;max-width:520px;margin:auto;width:100%;text-align:center}.intro-symbol{display:flex;align-items:center;justify-content:center;width:68px;height:68px;border:1px solid #e2e8d7;background:#f4f7ef;border-radius:22px;color:#65864f;margin:0 auto 21px;position:relative}.intro-symbol:before{content:"";position:absolute;width:8px;height:8px;background:#c4d0ab;border:3px solid white;box-sizing:content-box;border-radius:50%;right:-3px;top:-3px}.chat-intro>.eyebrow{font-size:10px;letter-spacing:.4px;color:#909a83}.chat-intro>h2{font-size:23px;letter-spacing:-.8px;font-weight:600;margin:8px 0 12px}.chat-intro>p{font-size:11px;color:#929a8c;line-height:1.9}.suggestion-grid{margin-top:27px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.suggestion{display:flex;align-items:center;gap:10px;border:1px solid #e6e9e0;border-radius:8px;padding:13px 12px;font-size:11px;text-align:left;background:#fcfdfa;transition:border-color .15s,background .15s}.suggestion>svg:first-child{color:#7d9271}.suggestion>svg:last-child{margin-left:auto;color:#a2ad96}.suggestion:hover:not(:disabled){background:#f3f6ed;border-color:#bdcfae}.registration-link{display:inline-flex;align-items:center;gap:7px;color:#87987c;font-size:10px;margin-top:22px;padding:5px}.registration-link:hover{color:#425e34}.message-list{padding:22px 23px 26px}.date-divider{text-align:center;color:#a5ad9c;font-size:9px;margin-bottom:25px}.message-row{display:flex;align-items:flex-start;gap:8px;margin:20px 0;animation:appear .2s ease-out}.message-row:last-child{margin-bottom:0}.message-avatar{width:28px;height:28px;border-radius:9px;margin-top:3px}.message-content{max-width:calc(100% - 35px);min-width:0}.message-author{display:block;font-size:10px;font-weight:500;color:#8b9681;padding:0 0 5px 3px}.message-bubble{border-radius:0 12px 12px;padding:13px 16px;background:#f5f7f1}.message-bubble .markdown{font-size:12px;line-height:1.9}.message-bubble .markdown h1,.message-bubble .markdown h2,.message-bubble .markdown h3{font-size:13px}.message-bubble>p{font-size:12px;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.85}.message-user{justify-content:flex-end}.message-user .message-content{max-width:84%}.message-user .message-bubble{background:#294c3c;color:#fff;border-radius:12px 0 12px 12px;padding:12px 16px}.typing{display:flex;gap:4px;padding:6px 3px}.typing i{width:5px;height:5px;background:#829671;border-radius:50%;animation:blink 1.4s ease-in-out infinite}.typing i:nth-child(2){animation-delay:.2s}.typing i:nth-child(3){animation-delay:.4s}@keyframes blink{0%,70%,to{opacity:.3;transform:translateY(0)}35%{opacity:1;transform:translateY(-2px)}}@keyframes appear{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.composer-area{padding:14px 22px 16px;background:#fff;flex-shrink:0;border-top:1px solid #f1f3ed;z-index:1}.composer-area .notice{font-size:10px;padding:9px 10px;margin-bottom:10px}.composer-area .notice>svg{width:15px;height:15px}.composer{display:flex;align-items:flex-end;gap:7px;border:1px solid #dce4d2;background:#fbfcf8;border-radius:10px;padding:8px 9px 8px 14px;transition:border-color .15s,box-shadow .15s}.composer:focus-within{border-color:#9cae8b;box-shadow:0 0 0 2px #edf1e7}.composer textarea{flex:1;min-width:0;min-height:34px;max-height:130px;resize:none;border:0;background:none;outline:none;padding:7px 0;font-size:12px;line-height:20px;scrollbar-width:thin}.composer textarea:focus-visible{outline:none}.send-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#315340;color:#fff;border-radius:7px;flex-shrink:0;margin-bottom:1px}.send-button:disabled{opacity:1;background:#e8eddf;color:#a0ae91}.send-wait{width:10px;height:10px;border-radius:2px;background:#8e9e7c;animation:blink 1.5s infinite}.composer-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 3px 0;font-size:8px;color:#a3aa9a}.composer-footer>svg{color:#aab49e}.scroll-bottom{position:absolute;bottom:127px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;width:33px;height:33px;background:#fff;border:1px solid #dbe3d1;border-radius:50%;box-shadow:0 2px 8px #203b2510;color:#748966;z-index:2}.site-footer{display:flex;justify-content:space-between;align-items:center;font-size:8px;color:#9aa18f;padding:0 0 18px;flex-shrink:0}.site-footer>a{padding:3px 0}.site-footer>a:hover{color:#49643c}.admin-shell{display:flex;min-height:100vh;background:#f6f7f3}.admin-sidebar{width:233px;flex-shrink:0;position:fixed;height:100dvh;border-right:1px solid #e5e8df;background:#fbfcf8;display:flex;flex-direction:column;padding:30px 18px 0}.admin-brand{padding-left:12px}.admin-workspace-label{font-size:10px;color:#97a08e;font-weight:500;padding-left:16px;margin:47px 0 13px;letter-spacing:1px}.admin-sidebar nav{display:flex;flex-direction:column;gap:6px}.admin-nav-item{display:flex;align-items:center;gap:11px;padding:12px 15px;text-align:left;border-radius:7px;color:#838e7b;font-size:12px;min-height:45px}.admin-nav-item>svg:last-child:not(:first-child){margin-left:auto}.admin-nav-item:hover{background:#f0f3e9}.admin-nav-item.active{color:#365438;background:#e9efdf;font-weight:600}.admin-sidebar-bottom{margin-top:auto}.admin-sidebar-bottom>a{display:flex;gap:8px;align-items:center;font-size:11px;color:#8d9781;padding:20px 15px;border-bottom:1px solid #e6eadf}.admin-account{display:flex;align-items:center;gap:10px;padding:20px 7px}.account-avatar{display:flex;align-items:center;justify-content:center;font-family:Georgia,serif;color:#547341;background:#e8eddf;width:32px;height:32px;border-radius:10px;font-size:18px}.admin-account>div{display:flex;flex-direction:column;gap:1px}.admin-account strong{font-weight:500;font-size:11px}.admin-account span:not(.account-avatar){color:#98a08f;font-size:9px}.admin-account>.icon-button{margin-left:auto}.admin-main{margin-left:233px;flex:1;min-width:0;display:flex;flex-direction:column}.admin-topbar{display:flex;justify-content:space-between;align-items:center;height:72px;flex-shrink:0;padding:0 40px;border-bottom:1px solid #e6e9df;background:#fbfcf9}.admin-topbar>span{display:flex;align-items:center;gap:10px;font-size:10px;color:#909b84}.admin-topbar>span.admin-security{color:#98a28b;font-size:9px;gap:5px}.admin-content{width:100%;max-width:1310px;padding:36px 40px 45px;margin:0 auto;flex:1}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:30px}.page-heading .eyebrow{font-size:8px;color:#99a28b;letter-spacing:1.7px}.page-heading h1{font-size:25px;letter-spacing:-.9px;font-weight:700;margin:5px 0 7px}.page-heading p{font-size:11px;color:#89957e;line-height:1.8}.live-label{display:flex;align-items:center;gap:6px;font-size:9px;color:#8b987d;white-space:nowrap;align-self:flex-end;margin-bottom:5px}.live-label .status-dot{width:5px;height:5px}.knowledge-overview{display:flex;align-items:center;padding:22px 25px;border:1px solid #dfe6d3;background:linear-gradient(110deg,#edf2e2,#f3f6ec);border-radius:9px;margin-bottom:25px;gap:28px}.knowledge-overview>div:first-child{display:flex;gap:16px;align-items:center;min-width:166px}.overview-icon{width:45px;height:45px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d5dfc6;border-radius:12px;background:#f7f9f1;color:#7c9563;flex-shrink:0}.knowledge-overview>div:first-child>div{display:flex;flex-direction:column}.knowledge-overview>div:first-child>div>span{font-size:10px;color:#8b977d}.knowledge-overview strong{font-size:27px;line-height:1.5;font-weight:600}.knowledge-overview strong>small{font-size:12px;margin-left:5px;font-weight:400;color:#8e9b80}.knowledge-overview .overview-copy{border-left:1px solid #dce4ce;padding-left:25px}.overview-copy>strong{font-size:12px;font-weight:500}.overview-copy>p{font-size:10px;color:#92a083;margin-top:5px}.active-count{display:flex;gap:6px;align-items:center;margin-left:auto;font-size:10px;white-space:nowrap;color:#7b9069;background:#f9fbf3;border:1px solid #dae4cc;border-radius:20px;padding:5px 10px}.section-toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:17px}.search-box{display:flex;align-items:center;gap:9px;border:1px solid #e0e5d7;background:#fff;border-radius:7px;padding:9px 13px;min-width:240px;max-width:380px;width:35%;color:#9caa8d}.search-box input{border:0;background:none;outline:0;font-size:11px;width:100%;min-width:0}.search-box:focus-within{border-color:#95ab7d}.search-box input:focus-visible{outline:none}.toolbar-actions{display:flex;gap:8px}.knowledge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.knowledge-card{background:#fff;border:1px solid #e2e7d8;border-radius:9px;overflow:hidden;transition:border-color .15s,box-shadow .15s;display:flex;flex-direction:column}.knowledge-card:hover{border-color:#c0cfae;box-shadow:0 3px 12px #3a4d2807}.knowledge-card-top{display:flex;align-items:center;justify-content:space-between;padding:16px 18px 0}.topic-number{font-family:Georgia,serif;color:#9fb28b;font-size:16px;font-style:italic}.toggle{width:29px;height:17px;background:#d9dfd3;border-radius:20px;padding:2px;display:flex;align-items:center;transition:background .15s;flex-shrink:0}.toggle>span{width:13px;height:13px;background:#fff;box-shadow:0 1px 3px #00000012;border-radius:50%;display:block;transition:transform .15s}.toggle.on{background:#78976c}.toggle.on>span{transform:translate(12px)}.knowledge-card-body{padding:13px 18px 18px;display:block;text-align:left;flex:1}.knowledge-card-body h2{font-size:15px;font-weight:600;letter-spacing:-.4px;margin-bottom:9px}.knowledge-card-body p{font-size:10px;line-height:1.85;color:#8a967d;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:55px}.knowledge-card-footer{display:flex;align-items:center;justify-content:space-between;padding:8px 11px 8px 18px;border-top:1px solid #f0f2ea}.knowledge-card-footer>span{display:flex;align-items:center;gap:6px;font-size:8px;color:#9ca78f}.knowledge-card-footer i{width:2px;height:2px;border-radius:50%;background:#b9c1ad}.subtle-note{display:flex;gap:6px;align-items:center;color:#a3ad95;font-size:9px;margin:20px 0 0}.admin-footer{display:flex;justify-content:space-between;align-items:center;margin:0 40px;padding:20px 0;border-top:1px solid #e1e6d7;font-size:8px;color:#a5ae99}.admin-footer>span:last-child{display:flex;align-items:center;gap:5px}.full-screen-loading{height:100dvh;display:flex;align-items:center;justify-content:center;flex-direction:column}.full-screen-loading .loading{padding:30px}.surface{background:#fff;border:1px solid #e0e6d7;border-radius:9px;overflow:hidden}.surface-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 23px;border-bottom:1px solid #edf0e7}.surface-heading h2{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600}.surface-heading h2>svg{color:#95a781}.surface-heading p{font-size:10px;margin-top:4px}.surface-heading .muted{font-size:9px}.field{display:flex;flex-direction:column;gap:8px}.field>span{font-size:11px;font-weight:500;display:flex;align-items:center;gap:7px}.field b,.field-required{font-size:8px;font-weight:500;color:#8da277;background:#f1f5eb;border:1px solid #e5ebdc;border-radius:3px;padding:0 4px}.field input,.field textarea{border:1px solid #dce3d3;border-radius:6px;background:#fff;padding:11px 12px;font-size:12px;outline:none;width:100%}.field input:focus,.field textarea:focus{border-color:#8ea479;box-shadow:0 0 0 2px #f0f3e8}.field input[readonly]{background:#f7f9f3;color:#92a183}.field small{font-size:9px;color:#9aa88d;line-height:1.8}.mono-input{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.editor-topline{display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#94a085;margin-bottom:20px}.unsaved-label{font-weight:400;color:#aa8c4e;border-radius:4px;background:#faf5e6;font-size:9px;margin-left:7px;padding:2px 5px}.editor-fields{padding:0 24px 25px}.editor-fields .surface-heading{padding-left:0;padding-right:0;margin-bottom:22px}.editor-fields .field+.field{margin-top:20px}.active-field{display:flex;align-items:center;gap:9px;font-size:10px;color:#8d9c7e}.body-editor{margin-top:20px}.segmented-control{display:inline-flex;gap:3px;padding:3px;background:#f3f5ee;border:1px solid #e8ecdf;border-radius:6px}.segmented-control button{padding:5px 10px;font-size:10px;display:flex;align-items:center;justify-content:center;gap:5px;border-radius:4px;color:#96a486}.segmented-control button.selected{background:#fff;color:#547140;box-shadow:0 1px 3px #30401810}.body-textarea{width:100%;display:block;border:0;background:#fff;outline:none;font-family:ui-monospace,SFMono-Regular,Menlo,Noto Sans KR,monospace;line-height:1.9;font-size:12px;padding:22px 24px;min-height:380px;resize:vertical;color:#516443}.body-textarea:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #dce6ce}.editor-help{display:flex;justify-content:space-between;gap:10px;font-size:9px;color:#9caa8d;padding:11px 23px;border-top:1px solid #edf0e7;background:#fcfdf9}.markdown-preview{min-height:380px;padding:25px}.editor-actions{display:flex;justify-content:space-between;gap:15px;margin-top:18px}.history-section{margin-top:25px}.history-layout{display:grid;grid-template-columns:180px 1fr;min-height:210px}.history-list{border-right:1px solid #e7ecdf;background:#fcfdf9;max-height:440px;overflow-y:auto}.history-list>button{display:flex;align-items:center;flex-wrap:wrap;gap:4px 7px;width:100%;padding:14px 17px;border-bottom:1px solid #edf0e6;text-align:left}.history-list>button>span{display:flex;align-items:center;gap:5px;font-size:11px;width:100%}.history-list>button>small{font-size:9px;color:#94a283}.history-list>button>svg{margin-left:auto;color:#a0ae90}.history-list>button.selected{background:#edf3e2;color:#5d7948}.history-preview{min-width:0;padding:22px}.history-preview .markdown{font-size:12px}.history-preview>.muted{margin-bottom:15px}.history-preview-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-bottom:18px;border-bottom:1px solid #eaf0e0;margin-bottom:18px}.history-preview-heading>strong{font-size:12px}.history-preview-heading .button{font-size:10px;padding:6px 9px;min-height:32px}.version-pill{font-size:10px;background:#f0f4e8;color:#85a069;border-radius:4px;padding:3px 8px;white-space:nowrap}.prompt-note{display:flex;align-items:center;gap:16px;background:#edf2e4;border:1px solid #dfe7d1;padding:21px 23px;border-radius:9px;margin-bottom:22px}.prompt-note strong{font-size:12px;font-weight:500}.prompt-note p{font-size:10px;color:#8c9d78;line-height:1.9;margin-top:5px}.prompt-textarea{min-height:450px}.prompt-history-body{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.9;font-size:12px;color:#748660;font-family:inherit;margin:0}.login-page{max-width:1280px;min-height:100dvh;display:flex;flex-direction:column;margin:auto;padding:0 50px;background:radial-gradient(ellipse at 50% 43%,#eaf0df55,transparent 60%)}.login-page>header{display:flex;align-items:center;justify-content:space-between;height:104px;border-bottom:1px solid #e4e9d9;flex-shrink:0}.login-card{width:390px;max-width:100%;margin:auto;text-align:center;padding:50px 0}.login-icon{display:flex;align-items:center;justify-content:center;width:61px;height:61px;margin:0 auto 25px;border:1px solid #dae3cc;border-radius:19px;background:#eff4e6;color:#7a9560}.login-card>.eyebrow{font-size:9px;letter-spacing:1.7px;color:#96a484}.login-card h1{font-size:25px;letter-spacing:-.8px;font-weight:600;margin:8px 0 13px}.login-card>p{font-size:12px;color:#929f82;line-height:1.95}.login-card form{margin-top:31px;text-align:left}.login-card .field input{height:47px;background:#fff}.login-card .notice{margin-top:23px}.login-submit{width:100%;margin-top:15px;min-height:45px;justify-content:space-between;padding:11px 16px}.login-footnote{display:flex;align-items:center;justify-content:center;gap:5px;font-size:9px;color:#a1ad92;margin-top:23px}.login-page>footer{text-align:center;padding:26px;font-size:9px;color:#a2ac97}.table-scroll{overflow-x:auto}.table-scroll table{border-collapse:collapse;width:100%;text-align:left;font-size:11px}.table-scroll th{font-size:10px;font-weight:500;color:#99a88a;background:#fafcf6;white-space:nowrap;padding:13px 22px;border-bottom:1px solid #e8edde}.table-scroll td{border-bottom:1px solid #edf1e7;padding:17px 22px;color:#8e9d7d;white-space:nowrap}.table-scroll tr:last-child td{border-bottom:0}.table-scroll td:first-child{width:66%;max-width:450px}.conversation-link{display:flex;align-items:center;gap:13px;text-align:left;padding:0;max-width:100%}.table-avatar{display:flex;align-items:center;justify-content:center;width:35px;height:35px;background:#f2f6e9;border:1px solid #e8efdc;border-radius:10px;color:#94aa7c;flex-shrink:0}.conversation-link>span:last-child{display:flex;flex-direction:column;gap:4px;min-width:0}.conversation-link strong{font-weight:500;font-size:11px;color:#536f40;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-link small{font-size:8px;color:#a3ae95}.conversation-link:hover strong{color:#234e30}.conversation-table .icon-button{color:#a6b296}.admin-messages{padding:10px 23px 27px}.admin-message{padding:20px 0;border-bottom:1px solid #edf1e5}.admin-message:last-child{border-bottom:0;padding-bottom:0}.admin-message>div:first-child{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px}.admin-message>div:first-child>span{display:flex;align-items:center;gap:7px;font-size:10px;color:#748f5d;font-weight:500}.admin-message time{font-size:9px;color:#a9b59a}.admin-message .markdown{font-size:12px;background:#f7f9f2;padding:15px 18px;border-radius:7px}.admin-message.user .markdown{background:#f0f5e7}.message-status{color:#a58c5e;font-size:9px}.delete-confirm{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:16px 19px;background:#fdf0eb;border:1px solid #f1dcd1;border-radius:8px;margin-bottom:20px}.delete-confirm strong{font-size:12px;color:#a06449;font-weight:500}.delete-confirm p{font-size:10px;color:#b0907f;margin-top:4px}.delete-confirm>div:last-child{display:flex;gap:8px}.run-details{margin-top:20px}.run-details summary{padding:17px 23px;font-size:12px;cursor:pointer}.run-details summary>span{font-size:10px;color:#9cac8b;margin-left:7px}.stats-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-bottom:23px}.stat-card{position:relative;padding:23px}.stat-card>span{font-size:11px;color:#849775}.stat-card>svg{position:absolute;right:23px;top:23px;color:#a3b98a}.stat-card>strong{display:block;font-size:31px;font-weight:600;margin-top:14px;line-height:1.5}.stat-card>strong>small{font-size:12px;font-weight:400;color:#a0af91;margin-left:6px}.stat-card p{font-size:9px;color:#a6b29a;margin-top:4px}.reports-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:20px}.question-ranking{list-style:none;margin:0;padding:0 22px}.question-ranking li{display:flex;align-items:center;gap:13px;padding:19px 0;border-bottom:1px solid #eef2e7}.question-ranking li:last-child{border-bottom:0}.rank{color:#99b17f;font-size:14px;font-family:Georgia,serif;font-style:italic}.question-ranking p{font-size:11px;color:#67834e;flex:1;min-width:0}.count-pill{border-radius:5px;background:#f1f5e8;padding:2px 7px;color:#93a77b;font-size:9px;white-space:nowrap}.skill-chart{padding:10px 23px}.skill-chart-item{margin:12px 0 17px}.skill-chart-button{display:flex;align-items:center;flex-wrap:wrap;width:100%;text-align:left;padding:0;gap:7px;font-size:11px;color:#698650}.skill-chart-button>strong{font-weight:500;margin-left:auto;font-size:11px;color:#8aa96b}.skill-chart-button>strong>small{font-weight:400;font-size:9px;margin-left:3px;color:#b0bea0}.bar-track{height:6px;width:100%;border-radius:6px;background:#f2f5ec;overflow:hidden}.bar-track>div{height:100%;background:#b6caa0;border-radius:6px}.skill-chart-item:nth-child(2n) .bar-track>div{background:#a7bf8e}.skill-questions{padding:9px 11px;background:#f7faf1;border-radius:5px;margin-top:10px;color:#899e75;font-size:10px}.skill-questions>p{display:flex;justify-content:space-between;gap:10px;padding:6px 0;line-height:1.8}.skill-questions small{white-space:nowrap}.chart-note{font-size:8px;color:#a6b39a;padding:8px 23px 20px}.knowledge-gaps{margin-top:22px}.knowledge-gaps ul{padding:0 23px;list-style:none;margin:0}.knowledge-gaps li{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 0;border-bottom:1px solid #edf1e5;font-size:11px;color:#7b9267}.knowledge-gaps li:last-child{border-bottom:0}@media(min-width:1450px){.chat-shell{padding:0 75px}.chat-layout{gap:95px}}@media(max-width:1199px){.chat-shell{padding:0 5%}.chat-layout{gap:5%;grid-template-columns:minmax(250px,.8fr) minmax(400px,1.2fr)}.aside-top h1{font-size:26px}.aside-art .art-caption{right:0}.admin-sidebar{width:204px;padding-left:12px;padding-right:12px}.admin-main{margin-left:204px}.admin-content{padding:30px 26px 40px}.admin-topbar{padding:0 26px}.admin-footer{margin:0 26px}.knowledge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.knowledge-overview{gap:20px;padding:20px}.overview-copy{display:none}.live-label{font-size:8px}.page-heading h1{font-size:24px}.surface-heading{padding:18px}.reports-grid{gap:15px}.reports-grid .surface-heading{flex-wrap:wrap;gap:5px}.stat-card{padding:19px}.stat-card>svg{right:19px;top:20px}.table-scroll th,.table-scroll td{padding-left:17px;padding-right:17px}}@media(max-width:899px){.chat-shell{padding:0 6%;max-width:780px}.chat-header{height:83px}.chat-layout{display:flex;padding-top:23px;padding-bottom:20px}.welcome-aside{display:none}.chat-panel{width:100%}.chat-intro{padding-top:35px;padding-bottom:30px;max-width:470px}.chat-intro>h2{font-size:25px}.chat-intro>p{font-size:12px}.suggestion{font-size:12px}.conversation-header{padding:18px 25px}.site-footer{padding-bottom:17px}.admin-sidebar{width:180px;padding-top:25px}.admin-main{margin-left:180px}.admin-brand{padding-left:5px}.brand-small{gap:8px}.brand-small .brand-mark{font-size:29px;width:27px}.brand-small .brand-word{font-size:13px}.brand-small .brand-word small{font-size:5px}.admin-nav-item{font-size:11px;gap:8px;padding:11px}.admin-nav-item>svg{width:17px}.admin-content{padding-left:21px;padding-right:21px}.admin-topbar{padding:0 21px}.admin-footer{margin:0 21px}.page-heading{align-items:flex-start;gap:10px;flex-direction:column}.live-label{align-self:flex-start;font-size:9px}.reports-grid{grid-template-columns:1fr}.stats-cards{gap:10px}.stat-card{padding:14px}.stat-card>svg{display:none}.stat-card>strong{font-size:28px}.stat-card p{font-size:8px}.search-box{min-width:180px}.toolbar-actions .button{font-size:10px;gap:5px;padding:9px 11px}.subtle-note{align-items:flex-start;font-size:8px}.history-layout{grid-template-columns:140px 1fr}.history-list>button{padding:13px}.history-preview{padding:17px}.history-preview-heading{align-items:flex-start;flex-direction:column}.history-preview-heading .button{font-size:9px}.surface-heading h2{font-size:12px}.knowledge-card-body h2{font-size:14px}.knowledge-card-footer{padding-left:14px}.knowledge-card-footer>span{font-size:7px;gap:4px}}@media(max-width:639px){:root{font-size:14px}.chat-shell{padding:0;max-width:none;min-height:0;background:#fff}.chat-header{height:68px;padding:0 20px;background:#f8f9f4;border-bottom:1px solid #e7ebdf}.chat-header .brand{gap:8px}.chat-header .brand-mark{font-size:33px;width:32px}.chat-header .brand-mark>span{font-size:33px}.chat-header .brand-word{font-size:15px}.chat-header .brand-word small{font-size:6px;letter-spacing:1.1px}.new-chat{min-height:32px;font-size:10px;padding:6px 9px;gap:4px}.new-chat svg{width:14px;height:14px}.chat-layout{padding:0;min-height:0}.chat-panel{border:0;border-radius:0;box-shadow:none}.conversation-header{padding:14px 20px}.small-avatar{height:31px;width:31px;border-radius:10px}.small-avatar svg{width:18px;height:18px}.conversation-header h2{font-size:13px}.conversation-header h2>span{font-size:8px}.conversation-header p{font-size:9px}.connection-label{font-size:8px}.chat-intro{padding:28px 26px 25px;max-width:440px}.intro-symbol{width:59px;height:59px;border-radius:19px;margin-bottom:18px}.intro-symbol>svg{width:27px;height:27px}.chat-intro>.eyebrow{font-size:10px}.chat-intro>h2{font-size:23px;margin-top:7px;margin-bottom:10px}.chat-intro>p{font-size:11px;line-height:1.9}.suggestion-grid{margin-top:24px;gap:9px}.suggestion{padding:13px 11px;font-size:11px;gap:8px}.suggestion>svg:first-child{width:18px}.registration-link{font-size:10px;margin-top:18px}.composer-area{padding:11px 17px calc(12px + env(safe-area-inset-bottom));border-top:1px solid #f1f4ea}.composer{padding:8px 8px 8px 13px;border-radius:11px;gap:7px}.composer textarea{font-size:16px;line-height:23px;min-height:37px;padding-top:7px;padding-bottom:7px}.composer textarea::placeholder{font-size:12px}.send-button{width:35px;height:35px;border-radius:8px}.composer-footer{font-size:8px;padding-top:9px}.composer-footer>svg{width:11px}.site-footer{display:none}.message-list{padding:18px 16px 24px}.message-bubble .markdown,.message-bubble>p{font-size:13px}.message-avatar{width:27px;height:27px}.message-row{gap:7px;margin:21px 0}.message-content{max-width:calc(100% - 34px)}.message-bubble{padding:12px 14px}.message-user .message-content{max-width:86%}.message-user .message-bubble{padding:11px 14px}.scroll-bottom{bottom:119px}.composer-area .notice{font-size:10px}.date-divider{font-size:8px}.admin-shell{display:block;padding-top:121px}.admin-sidebar{width:100%;height:121px;padding:16px 18px 0;top:0;z-index:10;border-right:0;border-bottom:1px solid #e0e7d4;display:block;background:#fbfcf8}.admin-brand{display:inline-block;padding:0}.admin-brand .brand-small .brand-word{font-size:13px}.admin-workspace-label{position:absolute;right:61px;top:20px;margin:0;padding:0;font-size:9px;letter-spacing:.5px}.admin-sidebar nav{margin-top:19px;display:grid;grid-template-columns:repeat(4,1fr);gap:3px}.admin-nav-item{font-size:9px;gap:6px;padding:10px 5px;justify-content:center;min-height:39px;border-radius:5px 5px 0 0;white-space:nowrap}.admin-nav-item>svg{width:15px;height:15px}.admin-nav-item>svg:last-child:not(:first-child){display:none}.admin-sidebar-bottom>a{display:none}.admin-account{position:absolute;right:16px;top:14px;padding:0}.admin-account>span,.admin-account>div{display:none}.admin-account>.icon-button{height:33px;width:33px}.admin-main{margin-left:0;min-height:calc(100dvh - 121px)}.admin-topbar{display:none}.admin-content{padding:26px 17px 30px}.page-heading{gap:12px;margin-bottom:23px}.page-heading h1{font-size:24px;margin-top:4px}.page-heading p{font-size:10px}.page-heading .eyebrow,.live-label{font-size:8px}.knowledge-overview{padding:17px;margin-bottom:20px}.knowledge-overview>div:first-child{min-width:0;gap:11px}.overview-icon{width:40px;height:40px;border-radius:10px}.knowledge-overview>div:first-child>div>span{font-size:9px}.knowledge-overview strong{font-size:23px}.active-count{font-size:9px;padding:4px 8px}.section-toolbar{gap:10px;flex-wrap:wrap;margin-bottom:14px}.search-box{width:100%;max-width:none;font-size:12px;order:2;min-height:40px}.search-box input{font-size:16px;line-height:21px}.search-box input::placeholder{font-size:11px}.toolbar-actions{margin-left:auto;width:100%;justify-content:space-between}.toolbar-actions .button{font-size:10px;min-height:37px;padding:8px 12px}.knowledge-grid{gap:10px}.knowledge-card-top{padding:14px 13px 0}.knowledge-card-body{padding:11px 13px 15px}.knowledge-card-body h2{font-size:13px;margin-bottom:7px}.knowledge-card-body p{font-size:9px;min-height:49px;line-height:1.8}.knowledge-card-footer{padding:7px 7px 7px 13px}.knowledge-card-footer>span{font-size:7px;gap:4px;flex-wrap:wrap}.knowledge-card-footer>span i:last-of-type{display:none}.knowledge-card-footer .icon-button{padding:5px}.knowledge-card-footer .icon-button>svg{width:14px}.topic-number{font-size:14px}.toggle{width:28px;height:16px}.toggle>span{width:12px;height:12px}.toggle.on>span{transform:translate(12px)}.admin-footer{margin:0 17px;font-size:7px;padding:16px 0}.admin-footer>span:last-child{font-size:7px;gap:3px}.admin-footer>span:last-child>svg{width:10px}.subtle-note{font-size:8px;line-height:1.8}.subtle-note>svg{flex-shrink:0;width:13px;margin-top:1px}.editor-topline{margin-bottom:18px}.editor-fields{padding:0 17px 20px}.editor-fields .surface-heading{margin-bottom:18px}.surface-heading{padding:17px}.surface-heading h2{font-size:12px}.field input,.field textarea{font-size:16px;line-height:1.7;padding:9px 10px}.field input::placeholder,.field textarea::placeholder{font-size:11px}.field>span{font-size:10px}.field small{font-size:8px}.field b,.field-required{font-size:7px}.field .mono-input{font-size:13px}.body-textarea{font-size:14px;min-height:330px;padding:18px;line-height:1.9}.editor-help{padding:10px 16px;font-size:8px}.editor-actions .button{font-size:11px}.body-editor .surface-heading{gap:8px}.segmented-control button{padding:5px 8px;font-size:9px}.segmented-control button>svg{width:12px}.active-field{font-size:9px;gap:7px}.history-layout{display:block}.history-list{display:flex;overflow-x:auto;border-right:0;border-bottom:1px solid #e8edde;max-height:none}.history-list>button{min-width:130px;width:auto;flex-shrink:0;border-bottom:0;border-right:1px solid #e8edde}.history-preview{padding:18px}.history-preview-heading{flex-direction:row;align-items:center}.history-preview-heading>strong{font-size:11px}.history-preview-heading .button{font-size:8px;gap:4px;padding:5px 7px}.history-preview-heading .button>svg{width:12px}.prompt-note{padding:17px;gap:12px}.prompt-note>.overview-icon{display:none}.prompt-note strong{font-size:11px}.prompt-note p{font-size:9px}.prompt-textarea{font-size:14px;min-height:430px}.prompt-history-body{font-size:12px}.stats-cards{grid-template-columns:1fr 1fr;gap:10px}.stats-cards>.stat-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr auto;align-items:center;padding:15px 17px}.stats-cards>.stat-card:last-child>strong{grid-row:1/3;grid-column:2;margin:0}.stats-cards>.stat-card:last-child>p{grid-column:1}.stat-card>span{font-size:10px}.stat-card>strong{font-size:29px;margin-top:10px}.stat-card>strong>small{font-size:10px}.reports-grid{gap:17px}.reports-grid .surface-heading{flex-wrap:nowrap}.surface-heading .muted{font-size:8px}.question-ranking{padding:0 17px}.question-ranking li{padding:16px 0}.question-ranking p{font-size:11px}.skill-chart{padding-left:17px;padding-right:17px}.table-scroll th,.table-scroll td{padding:14px 12px;font-size:10px}.table-scroll th:nth-child(2),.table-scroll td:nth-child(2){display:none}.table-scroll td:first-child{max-width:230px}.conversation-link{gap:9px}.conversation-link strong{font-size:10px;max-width:170px}.table-avatar{width:30px;height:30px;border-radius:9px}.table-avatar>svg{width:15px}.conversation-link small{font-size:7px}.table-scroll th{font-size:9px}.table-scroll td:nth-child(3){font-size:10px}.conversation-table td:last-child{padding-left:0}.admin-messages{padding:0 17px 20px}.admin-message .markdown{font-size:12px;padding:13px}.delete-confirm{padding:15px;align-items:flex-start;flex-direction:column}.delete-confirm>div:last-child{align-self:flex-end}.delete-confirm strong{font-size:11px}.delete-confirm p{font-size:9px}.run-details summary{padding:16px 17px}.run-details .table-scroll th:nth-child(2),.run-details .table-scroll td:nth-child(2){display:table-cell}.run-details .table-scroll th:nth-child(4),.run-details .table-scroll td:nth-child(4){display:none}.login-page{padding:0 23px}.login-page>header{height:84px}.login-page>header .brand-word{font-size:14px}.login-page>header .brand-mark{font-size:33px;width:31px}.login-page>header .brand-mark>span{font-size:33px}.login-page>header .brand-word small{font-size:6px}.login-page>header .text-link{font-size:10px;gap:5px}.login-page>header .text-link>svg{width:13px}.login-card{padding:42px 5px}.login-card h1{font-size:24px}.login-card>p{font-size:11px}.login-card form{margin-top:29px}.login-card .field>span{font-size:11px}.login-submit{font-size:12px}.login-card .field input{height:49px}.login-page>footer{font-size:8px;padding:23px}.notice{font-size:11px}.empty-state{padding:43px 20px}.empty-state h3{font-size:13px}.empty-state p{font-size:11px}.conversation-detail .surface-heading{gap:8px}.conversation-detail .surface-heading h2{font-size:11px}.conversation-detail .surface-heading p{font-size:8px}.version-pill{font-size:9px}}@media(max-width:359px){.chat-header{padding:0 15px}.chat-intro{padding-left:22px;padding-right:22px}.suggestion{font-size:10px;gap:6px}.registration-link{font-size:9px}.composer-area{padding-left:13px;padding-right:13px}.knowledge-grid{grid-template-columns:1fr}.knowledge-card-body p{min-height:0}.admin-nav-item{font-size:8px;gap:4px}.admin-nav-item>svg{width:13px}.admin-content{padding-left:14px;padding-right:14px}.composer-footer{font-size:7px}.history-preview-heading{flex-direction:column;align-items:flex-start}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.load-more{text-align:center;padding:22px 0 0}.load-more .muted{font-size:9px;margin-top:10px}
