:root{color:#0d0d0d;background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,textarea,input{font:inherit}button{cursor:pointer}button:disabled,textarea:disabled{cursor:not-allowed;opacity:.62}.chat-app{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh;background:#fff}.sidebar{display:flex;flex-direction:column;gap:8px;min-height:100vh;border-right:1px solid #ececec;background:#f9f9f9;padding:10px;transition:margin-left .16s ease}.sidebar.closed{margin-left:-260px}.sidebar-top,.chat-header,.header-actions,.candidate-top,.advice-box{display:flex;align-items:center}.sidebar-top{justify-content:space-between;min-height:42px;padding:0 4px 4px}.app-name{font-size:18px;font-weight:700}.account-line{margin-top:2px;color:#676767;font-size:12px}.login-shell{display:grid;place-items:center;min-height:100vh;background:#fff;padding:20px}.login-panel{display:grid;gap:16px;width:min(360px,100%);border:1px solid #e4e4e7;border-radius:14px;background:#fff;padding:22px;box-shadow:0 16px 48px #00000014}.login-brand{display:flex;align-items:center;gap:12px}.login-brand svg{color:#17634f}.login-brand div,.login-panel label{display:grid;gap:5px}.login-brand strong{font-size:20px}.login-brand span,.login-panel label span,.login-panel p{color:#676767;font-size:13px}.login-panel input{width:100%;height:42px;border:1px solid #d8d8d8;border-radius:8px;outline:0;padding:0 11px}.login-panel input:focus{border-color:#227c68;box-shadow:0 0 0 3px #227c681f}.login-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border:0;border-radius:8px;background:#111;color:#fff}.login-error{color:#b42318;font-size:13px}.ghost-icon,.composer-icon,.send-button,.message-tools button{display:grid;place-items:center;border:0;background:transparent;color:#222}.ghost-icon{width:36px;height:36px;border-radius:8px}.ghost-icon:hover,.nav-action:hover,.session-link:hover{background:#ececec}.nav-action,.session-link{display:flex;align-items:center;width:100%;min-height:38px;border:0;border-radius:8px;background:transparent;color:#171717;text-align:left}.nav-action{gap:10px;padding:0 8px}.nav-action.muted{color:#3f3f46}.sidebar-section{display:grid;gap:3px;margin-top:18px}.sidebar-section>span{padding:10px 8px 5px;color:#676767;font-size:13px;font-weight:600}.session-link{display:grid;align-items:center;gap:2px;padding:7px 10px;font-size:14px}.session-link span,.session-link small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.session-link small{color:#71717a;font-size:12px}.session-link.active{background:#ececec}.empty-session-list{padding:8px 10px;color:#71717a;font-size:13px}.chat-main{display:grid;grid-template-rows:minmax(0,1fr);min-width:0;max-height:100vh}.chat-header{justify-content:space-between;padding:0 18px}.chat-title{display:grid;gap:3px;min-width:0;text-align:center}.chat-title strong{font-size:16px}.chat-title span{color:#676767;font-size:12px}.header-actions{gap:2px}.message-scroll{min-height:0;overflow:auto;padding:18px 18px 120px}.message-column{display:grid;gap:22px;width:min(820px,100%);margin:0 auto}.message-row{display:flex;gap:12px;min-width:0}.assistant-row{align-items:flex-start}.user-row{justify-content:flex-end}.assistant-avatar{display:grid;place-items:center;flex:0 0 auto;width:32px;height:32px;border:1px solid #d7d7d7;border-radius:50%;color:#276749}.assistant-content{display:grid;gap:12px;min-width:0;width:100%;padding-top:4px}.assistant-text{color:#171717;line-height:1.7}.loading-line{display:inline-flex;align-items:center;gap:8px;color:#676767}.loading-line svg,.send-button svg{animation:spin 1s linear infinite}.send-button svg:not(.lucide-loader-2){animation:none}.error-text{color:#b42318}.generation-panel{display:grid;gap:10px;justify-items:start}.generation-line{display:inline-flex;align-items:center;gap:8px;color:#52525b;font-size:14px}.generation-line svg{color:#227c68;animation:spin 1s linear infinite}.generation-steps{display:flex;gap:5px}.generation-steps span{width:24px;height:3px;border-radius:999px;background:#e4e4e7;transition:background .2s ease,width .2s ease}.generation-steps span.active{width:34px;background:#227c68}.home-generation-progress{margin-top:12px;border-top:1px solid #e5edf7;padding-top:12px}.home-generation-progress .generation-panel{border:1px solid #dbeafe;border-radius:8px;background:#f8fbff;padding:10px 12px}.user-bubble{max-width:min(620px,82%);border-radius:18px;background:#f4f4f4;padding:10px 15px;line-height:1.6}.choice-grid{display:flex;flex-wrap:wrap;gap:9px}.choice-chip{display:inline-flex;align-items:center;gap:6px;min-height:38px;border:1px solid #d8d8d8;border-radius:999px;background:#fff;color:#1f2937;padding:0 14px}.choice-chip:hover{border-color:#9ca3af;background:#f9fafb}.choice-chip:disabled{cursor:default}.choice-chip.selected{border-color:#227c68;background:#eef8f4;color:#17634f}.choice-chip.selected:disabled{opacity:1}.message-tools{display:flex;gap:4px;min-height:22px}.message-tools button{width:26px;height:26px;border-radius:6px;color:#777}.message-tools button:hover{background:#f1f1f1}.candidate-stack{display:grid;gap:10px}.analysis-panel{display:grid;gap:12px;width:100%;border:1px solid #dfe8e4;border-radius:14px;background:#fbfdfc;padding:14px}.analysis-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.analysis-head div{display:grid;gap:2px}.analysis-head strong{color:#18181b;font-size:15px}.analysis-head span{color:#71717a;font-size:12px}.analysis-confidence{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:62px;height:38px;border-radius:9px;background:#1f6f5f;color:#fff!important;font-weight:700;line-height:1}.analysis-confidence small{color:#ffffffd9!important;font-size:10px;font-weight:500}.analysis-confidence strong{color:#fff;font-size:15px}.tendency-line{display:grid;gap:4px}.tendency-line span{justify-self:start;border-radius:999px;background:#eef8f4;color:#17634f;padding:5px 10px;font-size:13px;font-weight:700}.tendency-line p,.analysis-note p{margin:0;color:#52525b;font-size:13px;line-height:1.55}.element-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.element-grid div{display:grid;gap:4px;min-width:0;border:1px solid #eceff1;border-radius:10px;background:#fff;padding:8px 10px}.element-grid span{color:#71717a;font-size:12px}.element-grid strong{overflow-wrap:anywhere;color:#27272a;font-size:13px;line-height:1.45}.analysis-note{display:grid;gap:4px;border-top:1px solid #edf2ef;padding-top:10px}.candidate-card{display:grid;gap:12px;width:100%;border:1px solid #e4e4e7;border-radius:16px;background:#fff;padding:14px;box-shadow:0 1px 2px #0000000a}.candidate-card.selected{border-color:#227c68;background:#f7fcfa}.candidate-top{gap:12px}.score{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;border-radius:12px;background:#1f6f5f;color:#fff;font-weight:700}.candidate-card h3,.candidate-card p,.advice-box p{margin:0}.candidate-card h3{font-size:16px;line-height:1.45}.candidate-card p{color:#4b5563;line-height:1.6;font-size:14px}.element-line{display:flex;flex-wrap:wrap;gap:8px}.element-line span{border-radius:999px;background:#f4f4f5;color:#3f3f46;padding:5px 10px;font-size:13px}.evaluation-table{display:grid;overflow:hidden;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.evaluation-head,.evaluation-row{display:grid;grid-template-columns:112px 88px minmax(0,1fr);align-items:center}.evaluation-head{background:#f4f7f6;color:#3f3f46;font-size:12px;font-weight:700}.evaluation-head span,.evaluation-row>span,.evaluation-row strong,.evaluation-row p{padding:8px 10px}.evaluation-row{border-top:1px solid #eef0f2}.evaluation-row>span{display:grid;gap:2px;color:#27272a;font-size:13px;font-weight:700}.evaluation-row small{color:#71717a;font-size:11px;font-weight:500}.evaluation-row strong{color:#1f6f5f;font-size:13px;letter-spacing:0;white-space:nowrap}.evaluation-row p{color:#52525b;font-size:13px;line-height:1.45}.policy-source-list{display:grid;gap:6px;border-left:3px solid #1f6f5f;background:#f8faf9;padding:8px 10px}.policy-source-list>span{color:#1f6f5f;font-size:12px;font-weight:700}.policy-source{display:grid;gap:2px}.policy-source strong{color:#27272a;font-size:13px;line-height:1.35}.policy-source small{color:#71717a;font-size:12px;line-height:1.45}.confirm-button{justify-self:start;min-height:36px;border:1px solid #d8d8d8;border-radius:999px;background:#fff;color:#171717;padding:0 14px}.confirm-button:hover{background:#f4f4f4}.advice-box{gap:10px;border-radius:16px;background:#eef8f4;padding:14px}.advice-box strong{color:#17634f}.composer-wrap{position:sticky;bottom:0;display:grid;justify-items:center;gap:8px;padding:16px 18px 12px;background:linear-gradient(#fff0,#fff 22%)}.composer{display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:end;width:min(820px,100%);min-height:56px;border:1px solid #d8d8d8;border-radius:28px;background:#fff;padding:7px;box-shadow:0 8px 28px #00000014}.composer textarea{width:100%;max-height:160px;min-height:40px;border:0;outline:0;resize:none;padding:9px 4px;line-height:1.55}.composer-icon,.send-button{width:40px;height:40px;border-radius:50%}.send-button{background:#111;color:#fff}.composer-icon:hover{background:#f4f4f4}.session-composer .composer{grid-template-columns:minmax(0,1fr) 40px}.composer-note{color:#777;font-size:12px}.home-landing{position:relative;display:grid;justify-items:center;gap:22px;align-content:start;min-height:100vh;border-bottom:1px solid #e7eefc;background:radial-gradient(circle at 30% 12%,rgba(37,99,235,.16),transparent 30%),radial-gradient(circle at 64% 46%,rgba(96,165,250,.18),transparent 24%),repeating-radial-gradient(ellipse at 50% 18%,rgba(37,99,235,.1) 0 1px,transparent 1px 14px),linear-gradient(180deg,#fbfdff,#eef5ff 54%,#f8fbff);padding:44px 22px 80px}.home-menu-button{position:absolute;left:18px;top:18px;display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:8px;background:#ffffffdb;color:#1f2937;box-shadow:0 8px 24px #2563eb1f}.home-hero-copy{display:grid;gap:8px;text-align:center}.home-hero-copy span{color:#2563eb;font-size:14px;font-weight:700}.home-hero-copy h1{margin:0;color:#1788f2;font-size:40px;line-height:1.25;letter-spacing:0}.topic-tab-card{display:grid;grid-template-columns:repeat(3,minmax(116px,1fr));width:min(424px,100%);border-radius:4px;background:#fff;padding:8px 10px;box-shadow:0 14px 34px #2563eb1f}.topic-tab{min-height:42px;border:0;border-radius:4px;background:transparent;color:#1f2937;font-size:16px;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.topic-tab:hover{background:#eef4ff;color:#1d4ed8}.topic-tab.active{background:#2563eb;color:#fff;box-shadow:0 8px 18px #2563eb3d}.home-prompt-card{display:grid;width:min(1092px,100%);min-height:216px;border:1px solid #d8dee9;border-radius:8px;background:#fffffff5;box-shadow:0 12px 28px #0f172a1a;padding:14px}.prompt-card-head{display:flex;align-items:center;gap:8px;color:#2563eb;font-size:14px;font-weight:700}.prompt-card-head small{color:#64748b;font-size:13px;font-weight:500}.default-prompt-line{display:flex;flex-wrap:wrap;align-items:center;gap:7px;color:#2563eb;font-size:14px;line-height:1.8}.default-prompt-line>span:first-child{font-weight:700}.fixed-path-chip{height:30px;border-radius:4px;background:#eef4ff;color:#1d4ed8;padding:0 10px;font-weight:700;line-height:30px}.prompt-select{position:relative;display:inline-grid;align-items:center}.prompt-select .field-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.prompt-select select{min-width:106px;height:30px;border:0;border-radius:4px;appearance:none;background:#eef4ff;color:#1d4ed8;cursor:pointer;outline:0;padding:0 26px 0 10px;font-size:14px;font-weight:700}.path-select select{min-width:146px}.path-tooltip{position:absolute;left:0;bottom:calc(100% + 10px);z-index:5;display:grid;gap:4px;width:min(360px,calc(100vw - 40px));border:1px solid #bfdbfe;border-radius:8px;background:#fff;color:#475569;padding:10px 12px;box-shadow:0 14px 34px #2563eb29;font-size:13px;line-height:1.5;opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .14s ease,transform .14s ease}.path-tooltip:after{position:absolute;left:18px;bottom:-6px;width:10px;height:10px;border-right:1px solid #bfdbfe;border-bottom:1px solid #bfdbfe;background:#fff;content:"";transform:rotate(45deg)}.path-tooltip strong{color:#1d4ed8;font-size:13px}.path-select:hover .path-tooltip,.path-select:focus-within .path-tooltip{opacity:1;transform:translateY(0)}.prompt-select select:focus{box-shadow:0 0 0 2px #2563eb38}.prompt-select:after{position:absolute;right:9px;color:#64748b;content:"⌄";font-size:13px;pointer-events:none}.home-prompt-card textarea{width:100%;min-height:118px;border:0;outline:0;resize:vertical;background:transparent;color:#111827;padding:12px 0;line-height:1.7}.prompt-card-footer,.prompt-options,.keyword-strip,.home-flow{display:flex;align-items:center}.prompt-card-footer{justify-content:space-between;gap:14px}.prompt-options{flex-wrap:wrap;gap:10px}.prompt-options span{border-radius:4px;background:#f1f5ff;color:#2563eb;padding:6px 10px;font-size:12px}.prompt-options .checked{background:#eaf2ff;color:#1d4ed8;font-weight:700}.prompt-send{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:5px;background:#2563eb;color:#fff}.prompt-send svg.lucide-loader-2{animation:spin 1s linear infinite}.keyword-strip{flex-wrap:wrap;justify-content:center;gap:12px;width:min(1092px,100%);color:#64748b;font-size:13px}.keyword-strip button{border:0;background:transparent;color:#1f2937;padding:0}.keyword-strip button:hover{color:#2563eb}.home-flow{justify-content:center;gap:18px;margin-top:18px}.home-flow span,.home-flow strong{min-height:38px;border-radius:7px;padding:9px 18px;font-size:14px}.home-flow span{border:1px solid #e5e7eb;background:#ffffffb8;color:#334155}.home-flow strong{position:relative;background:#2563eb;color:#fff;box-shadow:0 10px 22px #2563eb2e}.recommend-workspace{min-height:0;overflow:auto;background:radial-gradient(circle at 30% 12%,rgba(37,99,235,.12),transparent 30%),radial-gradient(circle at 64% 46%,rgba(96,165,250,.14),transparent 24%),repeating-radial-gradient(ellipse at 50% 18%,rgba(37,99,235,.08) 0 1px,transparent 1px 14px),linear-gradient(180deg,#fbfdff,#eef5ff 54%,#fff);padding:24px 18px 56px}.workspace-heading{display:grid;gap:4px;width:min(820px,100%);margin:0 auto 18px}.workspace-heading span{color:#2563eb;font-size:13px;font-weight:700}.workspace-heading strong{color:#111827;font-size:18px}.initial-profile-card{display:grid;gap:10px;border:1px solid #dbe7ff;border-radius:12px;background:#ffffffeb;padding:14px;box-shadow:0 10px 28px #2563eb14}.initial-profile-head,.initial-chip-row{display:flex;align-items:center}.initial-profile-head{gap:8px;color:#2563eb;font-size:14px}.initial-profile-head span{border-radius:999px;background:#eef4ff;color:#64748b;padding:2px 8px;font-size:12px}.initial-chip-row{flex-wrap:wrap;gap:8px}.initial-chip-row span{border-radius:5px;background:#eef4ff;color:#1d4ed8;padding:5px 9px;font-size:13px;font-weight:700}.initial-chip-row.secondary span{background:#f8fbff;color:#475569;font-weight:600}.initial-profile-card p{margin:0;color:#475569;font-size:14px;line-height:1.65}.tool-placeholder{min-height:0;overflow:auto;padding:34px 18px 80px}.tool-placeholder-panel{display:grid;gap:18px;width:min(820px,100%);margin:0 auto;border:1px solid #dbe7ff;border-radius:12px;background:#fff;padding:24px;box-shadow:0 14px 38px #2563eb14}.tool-kicker{justify-self:start;border-radius:999px;background:#eef4ff;color:#1d4ed8;padding:5px 12px;font-size:13px;font-weight:700}.tool-placeholder-panel h2,.tool-placeholder-panel p{margin:0}.tool-placeholder-panel h2{color:#111827;font-size:22px;line-height:1.45}.tool-placeholder-panel p{color:#6b7280;line-height:1.7}.tool-step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.tool-step{display:grid;gap:10px;min-height:118px;border:1px solid #e5edff;border-radius:10px;background:#f8fbff;padding:16px}.tool-step span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#2563eb;color:#fff;font-size:13px;font-weight:700}.tool-step strong{color:#1f2937;font-size:15px;line-height:1.45}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:860px){.chat-app{display:block}.sidebar{position:fixed;z-index:10;width:260px}.sidebar.open+.chat-main{width:calc(100vw - 260px);margin-left:260px}.sidebar.closed{margin-left:-270px}.chat-main{min-height:100vh}}@media(max-width:560px){.sidebar.open+.chat-main{width:100vw;margin-left:0}.chat-header{padding:0 10px}.chat-title{text-align:left}.message-scroll{padding:12px 12px 112px}.assistant-avatar{display:none}.user-bubble{max-width:92%}.element-grid{grid-template-columns:1fr}.composer-wrap{padding:12px 10px 10px}}@media(max-width:560px){.home-landing{gap:14px;padding:18px 10px 20px}.home-hero-copy h1{font-size:18px}.topic-tab-card{grid-template-columns:repeat(3,minmax(0,1fr));padding:6px}.topic-tab{min-height:38px;font-size:14px}.tool-placeholder,.recommend-workspace{padding:20px 10px 64px}.tool-placeholder-panel{padding:18px}.tool-step-grid{grid-template-columns:1fr}}@media(max-width:720px){.home-hero-copy h1{font-size:28px}.home-flow{flex-direction:column;gap:8px}.prompt-card-head{align-items:flex-start;flex-direction:column}}
