:root{color:#302a24;font-synthesis:none;text-rendering:optimizelegibility;--bg:#f4f1ec;--bg-deep:#ebe5dc;--surface:#fffefa;--surface-soft:#faf7f2;--surface-muted:#f0ece5;--line:#dfd7cb;--line-strong:#c2b7a8;--text:#302a24;--muted:#74695e;--primary:#236f64;--primary-strong:#16594f;--primary-soft:#e5f0ed;--accent:#935226;--danger:#b42318;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--shadow-xs:0 1px 2px #302a240d;--shadow-sm:0 8px 22px #302a2412;--shadow-md:0 20px 48px #302a241a;--shadow:var(--shadow-md);--motion-fast:.16s ease;--motion-base:.22s ease;font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,Source Han Sans SC,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#app{min-height:100%;margin:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font:inherit}button{cursor:pointer;touch-action:manipulation}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit;text-decoration:none}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline-offset:2px;outline:3px solid #236f6457}.auth-page,.single-page{background:linear-gradient(135deg, #1f7a6d12, transparent 38%), linear-gradient(315deg, #8b4f2014, transparent 34%), var(--bg);place-items:center;min-height:100dvh;padding:32px 20px;display:grid}.auth-card,.panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);width:min(100%,440px);box-shadow:var(--shadow);padding:30px}.auth-card{box-shadow:var(--shadow-md)}.panel{box-shadow:var(--shadow-sm)}.panel.wide{width:min(100%,780px)}.panel-fluid{width:100%;max-width:none}.auth-brand,.brand{align-items:center;gap:10px;font-weight:700;display:inline-flex}.brand{border-bottom:1px solid var(--line);width:100%;color:var(--text);letter-spacing:.02em;padding:2px 2px 20px;font-size:16px}.brand-mark{background:var(--primary);color:#fff;border-radius:8px;place-items:center;width:34px;height:34px;display:inline-grid}.auth-card h1,.panel h1{margin:22px 0 8px;font-size:26px;line-height:1.25}.auth-card p,.muted{color:var(--muted)}.segmented{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-muted);grid-template-columns:1fr 1fr;gap:4px;margin:24px 0 18px;padding:4px;display:grid}.segmented button{border-radius:var(--radius-sm);min-height:38px;color:var(--muted);background:0 0;border:0}.segmented button.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-xs)}.form-stack,.assessment-grid{gap:16px;display:grid}label span,legend{margin-bottom:7px;font-size:14px;font-weight:600;display:block}input,select,textarea{border:1px solid var(--line);background:var(--surface);width:100%;min-height:44px;color:var(--text);transition:border-color var(--motion-fast), box-shadow var(--motion-fast), background var(--motion-fast);border-radius:10px;outline:none;padding:10px 12px}textarea{resize:vertical;line-height:1.6}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1f7a6d26}fieldset{border:1px solid var(--line);border-radius:10px;gap:8px;margin:0;padding:16px;display:grid}fieldset label{color:var(--muted);align-items:center;gap:8px;display:flex}fieldset input{width:auto;min-height:auto}.inline-input{gap:8px;display:flex}.inline-input input{min-width:0}.primary-button,.outline-button,.ghost-button{min-height:42px;transition:transform var(--motion-fast), background var(--motion-fast), border-color var(--motion-fast), color var(--motion-fast), box-shadow var(--motion-fast);border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:0 16px;font-weight:600;display:inline-flex}.primary-button{background:var(--primary);color:#fff;box-shadow:0 6px 14px #236f642e}.primary-button:hover{background:var(--primary-strong);transform:translateY(-1px);box-shadow:0 8px 18px #236f643d}.outline-button{border-color:var(--line);background:var(--surface);color:var(--text);box-shadow:var(--shadow-xs)}.outline-button:hover,.ghost-button:hover{border-color:var(--line-strong);background:var(--surface-muted)}.primary-button:active:not(:disabled),.outline-button:active:not(:disabled),.ghost-button:active:not(:disabled){transform:translateY(0)}.ghost-button{color:var(--muted);background:0 0;border-color:#0000}.compact{min-height:36px;padding:0 12px;font-size:14px}.full{width:100%}.full-row{grid-column:1/-1}.error-text{color:var(--danger);margin:0}.app-shell{background:var(--bg);grid-template-columns:236px minmax(0,1fr);min-height:100dvh;display:grid}.app-sidebar{border-right:1px solid var(--line);background:var(--surface);flex-direction:column;gap:22px;height:100dvh;padding:24px 22px;display:flex;position:sticky;top:0;box-shadow:8px 0 28px #302a2406}.nav-list{gap:7px;display:grid}.nav-item{min-height:42px;color:var(--muted);transition:background var(--motion-fast), border-color var(--motion-fast), color var(--motion-fast), transform var(--motion-fast);border:1px solid #0000;border-radius:10px;align-items:center;padding:0 13px;font-size:14px;font-weight:500;display:flex}.nav-item.router-link-active,.nav-item:hover{background:var(--primary-soft);color:var(--primary-strong);border-color:#236f641f}.nav-item:hover{transform:translate(2px)}.sidebar-logout{color:var(--muted);justify-content:flex-start;margin-top:auto}.app-main{min-width:0;padding:34px clamp(24px,3vw,44px) 48px}.page-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:30px;display:flex}.page-header h1,.section-heading h2{margin:0}.page-header h1{letter-spacing:-.025em;font-family:Georgia,Noto Serif SC,Songti SC,serif;font-size:clamp(28px,2.2vw,34px);font-weight:700;line-height:1.2}.page-header p{color:var(--muted);margin:8px 0 0;font-size:15px;line-height:1.7}.header-actions,.section-row{align-items:center;gap:10px;display:flex}.coin-pill{min-height:36px;color:var(--accent);font-variant-numeric:tabular-nums;white-space:nowrap;background:#93522611;border:1px solid #9352262e;border-radius:999px;align-items:center;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.loading-block{min-height:240px;color:var(--muted);place-items:center;display:grid}.workspace-notice{border:1px solid var(--line);background:var(--surface);border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px 12px;margin:-6px 0 20px;padding:12px 14px;display:flex}.workspace-notice p{margin:0}.workspace-load-more{margin-top:14px}.quick-grid,.stats-grid,.project-grid,.template-grid{gap:16px;display:grid}.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:24px}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:34px}.project-grid,.template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.action-card,.stat-card,.project-card,.template-card,.mini-card,.mentor-empty{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);text-align:left;box-shadow:var(--shadow-xs)}.action-card{cursor:pointer;gap:8px;min-height:104px;padding:22px;display:grid}.action-card,.project-card,.template-card{transition:transform var(--motion-base), border-color var(--motion-fast), box-shadow var(--motion-base), background var(--motion-fast)}.action-card:hover,.project-card:hover,.template-card:hover{border-color:var(--primary);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.quick-grid .action-card:first-child{border-color:var(--primary);background:var(--primary);color:#fff;box-shadow:0 12px 28px #236f642e}.quick-grid .action-card:first-child:hover{border-color:var(--primary-strong);background:var(--primary-strong);box-shadow:0 16px 32px #236f643d}.quick-grid .action-card:first-child small{color:#ffffffc2}.action-card span,.project-title{letter-spacing:-.01em;font-weight:700}.action-card small,.project-card .muted,.project-meta,.template-card p,.template-card span,.mini-card span{color:var(--muted)}.stat-card{gap:10px;padding:18px 20px;display:grid}.stat-card span{color:var(--muted);font-size:14px}.stat-card strong{color:var(--text);font-variant-numeric:tabular-nums;font-size:28px;line-height:1}.content-section{margin-top:34px}.section-heading{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.section-heading h2,.section-header h2,.panel h2{color:var(--text);letter-spacing:-.015em;font-family:Georgia,Noto Serif SC,Songti SC,serif}.empty-state{justify-items:start;gap:14px;width:100%;display:grid}.project-card{align-content:start;gap:10px;min-height:126px;padding:22px;display:grid}.template-card{min-height:140px;padding:22px}.template-card h3{margin:0 0 8px}.editor-page{background:var(--bg);flex-direction:column;height:100dvh;display:flex;overflow:hidden}.editor-header{border-bottom:1px solid var(--line);background:var(--surface);z-index:5;align-items:center;gap:10px;min-height:60px;padding:8px 18px;display:flex;box-shadow:0 4px 18px #302a2409}.editor-title-fields{flex:1;min-width:0}.editor-title-fields input{min-height:auto;box-shadow:none;background:0 0;border:0;padding:0}.editor-title-fields>input{color:var(--text);letter-spacing:-.01em;font-size:16px;font-weight:700}.editor-title-fields div{color:var(--muted);align-items:center;gap:9px;font-size:12px;display:flex}.editor-title-fields div input{width:84px;color:var(--muted)}.editor-save-status{min-width:0;color:var(--muted);white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.editor-save-status svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75px;flex:0 0 14px;width:14px;height:14px}.editor-save-status.is-saved{color:var(--primary-strong)}.editor-save-status.is-dirty{color:var(--accent)}.editor-save-status.is-dirty svg circle{fill:currentColor;stroke:none}.editor-save-status.is-saving svg{animation:.9s linear infinite editor-save-spin}.editor-save-status.is-saving svg circle{stroke-dasharray:20 14}.editor-save-status.is-error{color:var(--danger);font-weight:600}.editor-save-retry{min-height:28px;color:inherit;text-underline-offset:2px;background:0 0;border:0;border-radius:6px;padding:0 6px;text-decoration:underline}.editor-save-retry:hover,.editor-save-retry:focus-visible{background:#b4231814}@keyframes editor-save-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.editor-save-status.is-saving svg{animation:none}}.document-upload-input{display:none}.editor-layout{background:var(--bg-deep);flex:1;grid-template-columns:calc(71.4% - 4px) 8px calc(28.6% - 4px);min-height:0;display:grid;overflow:hidden}.layout-resize-handle{background:var(--surface-muted);cursor:col-resize;border:0;border-left:1px solid #0000;border-right:1px solid #0000;width:8px;min-width:8px;height:100%;padding:0;position:relative}.layout-resize-handle:after{content:"";background:var(--line-strong);border-radius:999px;width:2px;height:28px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-resize-handle:hover,.layout-resizing .layout-resize-handle{background:#1f7a6d24}.layout-resize-handle:hover:after,.layout-resizing .layout-resize-handle:after{background:var(--primary)}.layout-resizing{cursor:col-resize;-webkit-user-select:none;user-select:none}.layout-resizing iframe,.layout-resizing textarea,.layout-resizing .screenplay-prosemirror{pointer-events:none}.editor-pane{background:var(--surface);flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.editor-pane>.screenplay-editor{flex:1;min-height:0;overflow-y:auto}.stage-strip,.editor-footer{border-bottom:1px solid var(--line);background:var(--surface-soft);min-height:38px;color:var(--muted);justify-content:space-between;align-items:center;gap:10px;padding:0 18px;font-size:12px;display:flex}.editor-footer{border-top:1px solid var(--line);border-bottom:0}.format-check-result{min-width:0}.format-issue-list{color:var(--danger);margin:6px 0;padding-left:18px}.screenplay-editor{background:var(--surface);width:100%;box-shadow:none;border:none;border-radius:0;margin:0;overflow:hidden}.editor-toolbar{border-bottom:1px solid var(--line);background:var(--surface-soft);scrollbar-width:none;align-items:center;gap:7px;min-height:50px;padding:8px 12px;display:flex;overflow-x:auto}.editor-toolbar::-webkit-scrollbar{display:none}.toolbar-button{min-height:34px;color:var(--muted);transition:color var(--motion-fast), background var(--motion-fast), border-color var(--motion-fast), box-shadow var(--motion-fast);background:0 0;border:1px solid #0000;border-radius:9px;flex:none;padding:0 12px}.toolbar-button:hover{color:var(--primary);background:#1f7a6d1a}.toolbar-button.active{background:var(--primary);color:#fff;box-shadow:0 4px 10px #236f642e}.toolbar-button.active:hover{background:var(--primary-strong)}.toolbar-button.icon{width:32px;padding:0}.toolbar-divider{background:var(--line);align-self:stretch;width:1px;margin:0 4px}.editor-content{padding:30px clamp(24px,4vw,58px) 54px}.screenplay-prosemirror{width:min(100%,820px);min-height:52vh;color:var(--text);white-space:pre-wrap;outline:none;margin:0 auto;font-size:16px;line-height:1.9}.screenplay-prosemirror p{margin:0 0 .85rem}.screenplay-scene-heading{margin-top:1.15rem;font-weight:800}.screenplay-action{font-family:Georgia,Noto Serif SC,serif}.screenplay-character-name{text-align:center;margin-top:1rem;font-weight:800}.screenplay-dialogue{max-width:28rem;margin-left:auto;margin-right:auto}.is-empty:before{color:var(--muted);content:attr(data-placeholder);float:left;pointer-events:none;height:0}.mentor-pane{background:var(--surface-soft);flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.chat-tabs{border-bottom:1px solid var(--line);background:var(--surface);flex-shrink:0;align-items:stretch;min-height:42px;display:flex}.chat-tabs-list{scrollbar-width:none;flex:1;display:flex;overflow-x:auto}.chat-tabs-list::-webkit-scrollbar{display:none}.chat-tab{min-height:42px;color:var(--muted);cursor:pointer;white-space:nowrap;max-width:140px;transition:color var(--motion-fast), border-color var(--motion-fast), background var(--motion-fast);background:0 0;border:none;border-bottom:2px solid #0000;flex:none;align-items:center;gap:4px;padding:0 16px;font-size:12.5px;display:flex}.chat-tab:hover{color:var(--text);background:var(--surface-muted)}.chat-tab.active{color:var(--primary);border-bottom-color:var(--primary);background:var(--primary-soft);font-weight:600}.chat-tab-label{text-overflow:ellipsis;overflow:hidden}.chat-tab-add{border:none;border-left:1px solid var(--line);width:42px;min-height:42px;color:var(--muted);cursor:pointer;transition:color var(--motion-fast), background var(--motion-fast);background:0 0;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:300;display:flex}.chat-tab-add:hover{color:var(--primary);background:var(--surface-muted)}.chat-tab-add:disabled{opacity:.4;cursor:not-allowed}.editor-drawer{border-top:1px solid var(--line);flex-shrink:0}.editor-drawer-toggle{cursor:pointer;color:var(--muted);justify-content:center;align-items:center;gap:6px;padding:6px 16px;font-size:12px;list-style:none;transition:color .15s;display:flex}.editor-drawer-toggle:hover{color:var(--primary)}.editor-drawer-toggle::-webkit-details-marker{display:none}.editor-drawer-toggle:after{content:"▾";font-size:10px;transition:transform .15s}.editor-drawer[open]>.editor-drawer-toggle:after{transform:rotate(180deg)}.editor-drawer-body{gap:16px;max-height:40vh;padding:0 16px 10px;display:grid;overflow-y:auto}.drawer-group{gap:10px;display:grid}.drawer-group-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.drawer-group-header strong{font-size:13px}.drawer-group-header .muted{font-size:12px}.mini-card{gap:4px;margin-top:10px;padding:10px;font-size:13px;display:grid}.mentor-empty{min-height:120px;color:var(--muted);text-align:center;justify-content:center;align-items:center;padding:24px 20px;font-size:14px;line-height:1.7;display:flex}.document-card small{min-width:0;color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.setting-group{margin-top:10px}.setting-group-label{color:var(--muted);font-size:12px;font-weight:700;display:block}.setting-card.candidate{opacity:.72}.setting-candidate-tag{border:1px solid var(--line);color:var(--muted);border-radius:999px;margin-left:6px;padding:1px 6px;font-size:11px;font-style:normal;font-weight:500}.document-card-button{background:var(--surface);width:100%;color:inherit;text-align:left;cursor:pointer;border:1px solid #0000}.document-card-button:hover,.document-card-button.active{background:#1f7a6d0f;border-color:#1f7a6d47}.document-preview-pane{border-left:1px solid var(--line);background:var(--surface);flex-direction:column;min-width:0;display:flex;overflow:hidden}.document-preview-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:12px 16px;display:flex}.document-preview-header>div{min-width:0}.document-preview-header h2{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:15px;line-height:1.3;overflow:hidden}.document-preview-body{flex:1;align-content:start;gap:12px;min-height:0;padding:14px 16px;display:grid;overflow:auto}.document-meta-row{color:var(--muted);flex-wrap:wrap;gap:8px;font-size:12px;display:flex}.document-preview-surface{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;padding:14px}.word-document-preview{background:var(--surface);min-height:320px}.document-preview-surface p{color:var(--text);white-space:pre-wrap;margin:0;line-height:1.7}.document-preview-state{border:1px solid var(--line);background:var(--surface-muted);color:var(--muted);border-radius:8px;padding:14px;font-size:13px}.document-preview-state.error{color:var(--danger);background:#b423180f;border-color:#b4231838}.document-file-link{color:var(--primary);font-size:13px;font-weight:700;text-decoration:none}.document-preview-empty{color:var(--muted);padding:16px;font-size:13px}.agent-status-pill{min-height:24px;color:var(--primary);background:#1f7a6d14;border:1px solid #1f7a6d33;border-radius:999px;align-items:center;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.agent-flow-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.agent-flow-item{color:var(--muted);grid-template-columns:24px minmax(0,1fr);align-items:start;gap:9px;display:grid}.agent-flow-item strong,.agent-flow-item small{display:block}.agent-flow-item strong{color:var(--text);font-size:13px}.agent-flow-item small{margin-top:2px;font-size:12px}.agent-step-dot{border:1px solid var(--line);background:var(--surface);width:24px;height:24px;color:var(--muted);border-radius:999px;place-items:center;font-size:12px;font-weight:700;display:inline-grid}.agent-flow-item.done .agent-step-dot{color:var(--primary);background:#1f7a6d14;border-color:#1f7a6d3d}.agent-flow-item.active .agent-step-dot{border-color:var(--primary);background:var(--primary);color:#fff}.stage-agent-card{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;gap:8px;padding:12px;display:grid}.stage-agent-card .section-row{color:var(--muted);font-size:12px}.stage-agent-card .section-row em{color:var(--primary);font-style:normal;font-weight:700}.stage-agent-card strong{font-size:14px}.stage-agent-card p{color:var(--muted);margin:0;font-size:12px;line-height:1.6}.stage-agent-tags{flex-wrap:wrap;gap:6px;display:flex}.stage-agent-tags span{color:var(--primary);background:#1f7a6d12;border:1px solid #1f7a6d33;border-radius:999px;padding:3px 7px;font-size:12px}.agent-runtime-timeline{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:9px;padding:12px;display:grid}.agent-runtime-timeline .section-row{color:var(--muted);font-size:12px}.agent-runtime-timeline .section-row em{color:var(--primary);font-style:normal;font-weight:700}.agent-runtime-timeline ol{gap:8px;margin:0;padding:0;list-style:none;display:grid}.agent-runtime-timeline li{grid-template-columns:12px minmax(0,1fr);align-items:start;gap:8px;display:grid}.agent-runtime-timeline strong,.agent-runtime-timeline small,.agent-runtime-timeline li em{display:block}.agent-runtime-timeline strong{color:var(--text);font-size:12px}.agent-runtime-timeline small{color:var(--muted);margin-top:2px;font-size:12px;line-height:1.5}.agent-runtime-timeline li em{color:var(--primary);margin-top:4px;font-size:11px;font-style:normal;font-weight:700}.runtime-dot{background:#1f7a6d14;border:1px solid #1f7a6d40;border-radius:999px;width:9px;height:9px;margin-top:4px}.agent-runtime-timeline li.done .runtime-dot{background:var(--primary)}.agent-runtime-timeline li.info .runtime-dot{border-color:var(--line);background:var(--surface-muted)}.agent-structured-card{background:#8b4f200d;border:1px solid #8b4f2033;border-radius:8px;gap:9px;padding:12px;display:grid}.agent-structured-card .section-row{color:var(--muted);font-size:12px}.agent-structured-card .section-row em{color:var(--accent);font-style:normal;font-weight:700}.agent-structured-card strong{color:var(--text);font-size:14px}.agent-structured-card p{color:var(--muted);margin:0;font-size:12px;line-height:1.6}.structured-targets{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.structured-targets span{color:var(--muted);font-size:12px}.structured-targets em{color:var(--accent);background:#8b4f2014;border:1px solid #8b4f203d;border-radius:999px;padding:3px 7px;font-size:12px;font-style:normal;font-weight:700}.structured-actions{flex-wrap:wrap;gap:6px;display:flex}.structured-actions span{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:999px;padding:3px 7px;font-size:12px}.agent-confirmation-card{border:1px solid var(--line);background:var(--surface);border-radius:10px;gap:9px;padding:12px;display:grid}.agent-confirmation-card strong{font-size:14px}.agent-confirmation-card p{color:var(--muted);margin:0;font-size:13px;line-height:1.65}.agent-source-list{gap:6px;padding-top:2px;display:grid}.agent-source-list span{color:var(--muted);font-size:12px}.agent-source-list em{width:fit-content;max-width:100%;color:var(--accent);background:#8b4f2012;border:1px solid #8b4f202e;border-radius:999px;padding:3px 8px;font-size:12px;font-style:normal;display:inline-flex}.agent-card-actions{flex-wrap:wrap;gap:8px;display:flex}.chat-body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.chat-list{scroll-behavior:smooth;flex:1;align-content:start;gap:16px;min-height:0;padding:20px;display:grid;overflow-y:auto}.chat-message{border-radius:var(--radius-lg);background:var(--surface-muted);word-break:break-word;border:1px solid #0000;max-width:88%;padding:13px 15px;font-size:14px;line-height:1.7}.chat-message.user{background:var(--primary);color:#fff;border-radius:14px 14px 4px;justify-self:end;box-shadow:0 8px 18px #236f6429}.chat-message.assistant{border-color:var(--line);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:14px 14px 14px 4px;justify-self:start}.chat-md{word-break:break-word;font-size:14px;line-height:1.7}.chat-md p{margin:0 0 8px}.chat-md p:last-child{margin-bottom:0}.chat-md strong{font-weight:600}.chat-md ul,.chat-md ol{margin:4px 0 8px;padding-left:20px}.chat-md li{margin:2px 0}.chat-md blockquote{border-left:3px solid var(--primary);color:var(--muted);margin:6px 0;padding:4px 10px;font-style:italic}.chat-md code{background:#0000000f;border-radius:3px;padding:1px 4px;font-size:13px}.chat-md pre{background:#0000000d;border-radius:6px;margin:6px 0;padding:8px 10px;font-size:13px;overflow-x:auto}.chat-md h1,.chat-md h2,.chat-md h3{margin:8px 0 4px;font-size:14px;font-weight:600}.chat-md hr{border:none;border-top:1px solid var(--line);margin:8px 0}.chat-message.system{max-width:92%;color:var(--danger,#b42318);text-align:center;background:#b423180f;border:1px solid #b423182e;border-radius:10px;justify-self:center;font-size:13px}.chat-message p{white-space:pre-wrap;margin:0}.chat-message small{opacity:.6;margin-top:6px;font-size:11px;display:block}.thinking-block{width:100%;margin-bottom:6px;transition:opacity .4s}.thinking-block.collapsed{margin-bottom:4px;animation:.4s ease-out both thinking-collapse}@keyframes thinking-collapse{0%{opacity:1}to{opacity:1}}.thinking-toggle{border:1px dashed var(--line-strong);color:var(--muted);cursor:pointer;background:0 0;border-radius:6px;padding:4px 10px;font-size:12px;transition:all .2s}.thinking-toggle:hover{background:var(--surface-muted);border-color:var(--muted)}.thinking-steps{border-left:3px solid var(--line-strong);background:#f0ece699;border-radius:8px;margin-top:4px;padding:8px 12px}.thinking-step{color:var(--muted);margin:0;padding:3px 0;font-size:12.5px;line-height:1.5;animation:.5s ease-out both thinking-fade-in}.thinking-step:before{content:"";background:var(--line-strong);vertical-align:middle;border-radius:50%;width:5px;height:5px;margin-right:8px;display:inline-block}.thinking-step:last-child:not(.thinking-done){color:var(--text);font-weight:500}.thinking-step:last-child:not(.thinking-done):before{background:var(--primary);opacity:.7}.thinking-step.thinking-done{color:var(--primary);font-style:italic;font-weight:500}.thinking-step.thinking-done:before{background:var(--primary);opacity:.9}.apply-to-editor-btn{color:var(--primary);cursor:pointer;background:#1f7a6d14;border:1px solid #1f7a6d3d;border-radius:6px;align-items:center;gap:4px;margin-top:8px;padding:5px 14px;font-size:12px;transition:all .2s;display:inline-flex}.apply-to-editor-btn:hover{border-color:var(--primary);background:#1f7a6d24}.apply-to-editor-btn:active{transform:scale(.97)}@keyframes thinking-fade-in{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.thinking-dots{align-items:center;gap:4px;padding:4px 0;display:flex}.thinking-dots span{background:var(--muted);opacity:.4;border-radius:50%;width:5px;height:5px;animation:1.4s ease-in-out infinite thinking-dot-pulse}.thinking-dots span:nth-child(2){animation-delay:.2s}.thinking-dots span:nth-child(3){animation-delay:.4s}@keyframes thinking-dot-pulse{0%,60%,to{opacity:.25;transform:scale(1)}30%{opacity:.8;transform:scale(1.3)}}.typing-indicator{align-items:center;gap:5px;padding:4px 2px;display:flex}.typing-indicator span{background:var(--primary);opacity:.4;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite typing-bounce}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.chat-footer{border-top:1px solid var(--line);background:var(--surface);flex-shrink:0;box-shadow:0 -8px 24px #302a2409}.chat-input-block{flex-direction:column;padding:12px 14px;display:flex}.chat-input-block textarea{resize:vertical;border:1px solid var(--line);background:var(--surface-soft);width:100%;min-height:44px;max-height:120px;color:var(--text);border-radius:12px;padding:10px 13px;font-family:inherit;font-size:13.5px;line-height:1.5;transition:border-color .15s}.chat-input-block textarea:focus{border-color:var(--primary);background:var(--surface);outline:none}.chat-input-block textarea::placeholder{color:var(--muted)}.chat-toolbar{justify-content:space-between;align-items:center;gap:8px;padding-top:6px;display:flex}.chat-toolbar-left{flex-wrap:wrap;gap:4px;min-width:0;display:flex}.chat-toolbar-right{flex-shrink:0;align-items:center;gap:4px;display:flex}.toolbar-chip{border:1px solid var(--line);background:var(--surface);min-height:26px;color:var(--muted);cursor:pointer;border-radius:999px;padding:0 10px;font-size:11.5px;transition:border-color .15s,color .15s}.toolbar-chip:hover{border-color:var(--primary);color:var(--primary)}.toolbar-icon-btn{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex}.toolbar-icon-btn:hover{color:var(--primary);background:var(--surface-muted)}.toolbar-icon-btn:disabled{opacity:.35;cursor:not-allowed}.toolbar-send-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .15s;display:flex}.toolbar-send-btn:hover{opacity:.85}.toolbar-send-btn:disabled{opacity:.35;cursor:not-allowed}.toolbar-stop-btn{background:var(--danger);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .15s;display:flex}.toolbar-stop-btn:hover{opacity:.85}.full-screen{flex:1;min-height:0}.editor-toast{z-index:1000;color:#fff;text-align:center;pointer-events:none;background:#3a2e24eb;border-radius:8px;min-width:200px;max-width:400px;padding:10px 20px;font-size:14px;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #3a2e2433}.toast-fade-enter-active,.toast-fade-leave-active{transition:opacity .3s,transform .3s}.toast-fade-enter-from{opacity:0;transform:translate(-50%)translateY(12px)}.toast-fade-leave-to{opacity:0;transform:translate(-50%)translateY(-8px)}.brand-logo{object-fit:contain;border-radius:6px;width:32px;height:32px}.auth-brand .brand-logo{width:40px;height:40px}.account-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:10px;display:grid}.account-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft);flex-direction:column;gap:4px;padding:16px;display:flex}.account-card.highlight{border-color:var(--primary);background:var(--primary-soft)}.account-label{color:var(--muted);font-size:13px}.account-value{font-size:20px;font-weight:700}.account-value.coin{color:var(--accent)}.account-layout{grid-template-columns:380px minmax(0,1fr);align-items:start;gap:20px;display:grid}.account-left{flex-direction:column;gap:20px;display:flex}.account-right{min-height:0}.section-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.section-header h2{margin:0}.profile-row{align-items:flex-start;gap:24px;display:flex}.avatar-wrap{flex-shrink:0;position:relative}.avatar-img{object-fit:cover;border:3px solid var(--surface);width:80px;height:80px;box-shadow:0 0 0 1px var(--line), var(--shadow-sm);border-radius:50%}.avatar-placeholder{background:var(--surface-muted);border:3px solid var(--surface);width:80px;height:80px;box-shadow:0 0 0 1px var(--line), var(--shadow-sm);color:var(--muted);border-radius:50%;place-items:center;font-size:28px;font-weight:700;display:grid}.avatar-upload-label{background:var(--primary);color:#fff;cursor:pointer;border:2px solid var(--surface);border-radius:50%;place-items:center;width:26px;height:26px;font-size:11px;display:grid;position:absolute;bottom:0;right:0}.avatar-upload-label.disabled{opacity:.5;pointer-events:none}.profile-fields{flex-direction:column;flex:1;gap:12px;display:flex}.profile-field{align-items:center;gap:12px;display:flex}.field-label{width:60px;color:var(--muted);flex-shrink:0;font-size:13px}.field-value{font-size:15px;font-weight:500}.field-input{flex:1;font-size:14px;min-height:36px!important}.tx-list{flex-direction:column;gap:0;max-height:480px;display:flex;overflow-y:auto}.tx-item{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:12px 0;display:flex}.tx-item:last-child{border-bottom:0}.tx-info{flex-direction:column;gap:4px;display:flex}.tx-desc{font-size:14px}.tx-time{color:var(--muted);font-size:12px}.tx-amount{font-variant-numeric:tabular-nums;text-align:right;flex-shrink:0;min-width:80px;font-size:16px;font-weight:600}.tx-amount.positive{color:var(--primary)}.tx-amount.negative{color:var(--danger)}.tx-pager{border-top:1px solid var(--line);justify-content:center;align-items:center;gap:12px;margin-top:auto;padding:14px 0 4px;display:flex}.tx-pager button{border:1px solid var(--line);background:var(--surface);min-width:32px;min-height:32px;color:var(--text);cursor:pointer;border-radius:6px;font-size:14px}.tx-pager button:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.tx-pager button:disabled{opacity:.35;cursor:not-allowed}.tx-pager-info{color:var(--muted);font-size:13px}.modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;background:#1f1b1885;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-card{background:var(--surface);border-radius:var(--radius-xl);width:min(100%,420px);box-shadow:var(--shadow);border:1px solid #ffffff85;padding:30px}.modal-card h3{margin:0 0 6px;font-size:20px}.template-card.clickable{cursor:pointer;transition:transform var(--motion-base), border-color var(--motion-fast), box-shadow var(--motion-base)}.template-card.clickable:hover{border-color:var(--primary);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.template-card.clickable:disabled{cursor:not-allowed;opacity:.55}@media (width<=980px){.app-shell{grid-template-columns:1fr}.app-sidebar{z-index:20;border-right:0;border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;gap:10px 14px;height:auto;padding:12px 16px;display:grid;position:sticky;top:0}.app-sidebar .brand{min-width:0}.app-sidebar .nav-list{grid-area:2/1/auto/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.app-sidebar .nav-item{text-align:center;padding:8px 6px}.app-sidebar .sidebar-logout{margin-top:0}.quick-grid,.stats-grid,.project-grid,.template-grid,.editor-layout,.account-layout{grid-template-columns:1fr!important}.editor-page{height:auto;min-height:100dvh;overflow:visible}.editor-layout{overflow:visible}.layout-resize-handle{display:none}.mentor-pane{border-left:0;border-top:1px solid var(--line)}.chat-list{min-height:240px;max-height:60vh}.document-preview-pane{border-left:0;border-top:1px solid var(--line);min-height:360px}}@media (width<=680px){.page-header,.editor-header,.header-actions{flex-wrap:wrap}.editor-header{row-gap:6px;padding:8px 12px}.editor-title-fields{flex:calc(100% - 84px);min-width:220px}.editor-title-fields>input{width:100%}.editor-title-fields>div{flex-wrap:wrap;row-gap:2px;min-width:0}.editor-save-status{flex:150px}.app-main,.editor-content{padding:18px}.auth-card,.panel{padding:22px}}.quick-chat{background:var(--bg);height:100dvh;display:flex}.quick-chat input,.quick-chat select,.quick-chat textarea{min-height:unset;box-shadow:none}.quick-chat textarea{resize:none}.qc-sidebar{background:var(--surface);border-right:1px solid var(--line);flex-direction:column;flex-shrink:0;width:276px;padding:20px 18px;display:flex;box-shadow:8px 0 28px #302a2406}.qc-brand{color:var(--text);letter-spacing:.02em;align-items:center;gap:8px;margin-bottom:24px;font-size:16px;font-weight:600;text-decoration:none;display:flex}.qc-brand-logo{border-radius:6px;width:28px;height:28px}.qc-project-select{margin-bottom:16px}.qc-project-select label{color:var(--muted);margin-bottom:6px;font-size:12px;display:block}.qc-project-select select{border:1px solid var(--line);background:var(--surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237a6e60' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 10px center;appearance:none;cursor:pointer;border-radius:10px;outline:none;width:100%;min-height:40px;padding:8px 30px 8px 10px;font-size:14px}.qc-project-select select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1f7a6d26}.qc-sessions{flex-direction:column;flex:1;margin-bottom:16px;display:flex;overflow:hidden}.qc-sessions-header{color:var(--muted);justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px;display:flex}.qc-new-chat-btn{border:1px solid var(--line);background:var(--surface);cursor:pointer;width:32px;height:32px;color:var(--muted);border-radius:9px;justify-content:center;align-items:center;font-size:16px;display:flex}.qc-new-chat-btn:hover{border-color:var(--primary);color:var(--primary)}.qc-session-list{flex-direction:column;flex:1;gap:2px;display:flex;overflow-y:auto}.qc-session-item{text-align:left;cursor:pointer;width:100%;min-height:40px;color:var(--text);white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;border-radius:10px;padding:10px 12px;font-size:13px;display:block;overflow:hidden}.qc-session-item:hover{background:var(--surface-muted)}.qc-session-item.active{background:var(--primary-soft);color:var(--primary-strong);box-shadow:inset 3px 0 0 var(--primary);font-weight:600}.qc-nav{border-top:1px solid var(--line);flex-direction:column;gap:2px;margin-top:auto;padding-top:12px;display:flex}.qc-nav-item{min-height:40px;color:var(--muted);border-radius:10px;padding:10px 12px;font-size:13px;text-decoration:none;display:block}.qc-nav-item:hover{background:var(--surface-muted);color:var(--text)}.qc-logout{cursor:pointer;color:var(--muted);text-align:left;background:0 0;border:none;border-radius:8px;margin-top:8px;padding:8px 10px;font-size:13px}.qc-logout:hover{color:var(--danger)}.qc-main{flex-direction:column;flex:1;min-width:0;display:flex}.qc-header{background:var(--surface);border-bottom:1px solid var(--line);z-index:2;justify-content:space-between;align-items:center;min-height:64px;padding:14px 28px;display:flex;box-shadow:0 4px 18px #302a2409}.qc-header-title{align-items:center;gap:10px;display:flex}.qc-header-title h1{color:var(--text);margin:0;font-family:Georgia,Noto Serif SC,Songti SC,serif;font-size:18px;font-weight:700}.qc-header-right{align-items:center;gap:8px;display:flex}.qc-genre-tag{background:var(--primary-soft);color:var(--primary-strong);border:1px solid #236f641f;border-radius:999px;padding:2px 8px;font-size:12px}.qc-messages{flex-direction:column;flex:1;gap:20px;padding:32px 28px;display:flex;overflow-y:auto}.qc-empty-state{color:var(--muted);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;display:flex}.qc-empty-icon{color:#1f7a6d73;margin-bottom:8px}.qc-empty-state h2{color:var(--text);margin:0;font-size:18px;font-weight:600}.qc-empty-state p{color:var(--muted);margin:0;font-size:14px}.qc-agent-shortcuts{grid-template-columns:repeat(2,minmax(160px,1fr));gap:10px;width:min(100%,680px);margin-top:16px;display:grid}.qc-agent-shortcut{border:1px solid var(--line);background:var(--surface);min-height:72px;color:var(--text);cursor:pointer;text-align:left;border-radius:10px;gap:4px;padding:12px 14px;transition:background .15s,border-color .15s,box-shadow .15s;display:grid}.qc-agent-shortcut strong{font-size:14px;line-height:1.35}.qc-agent-shortcut span{color:var(--muted);font-size:12px;line-height:1.4}.qc-agent-shortcut:hover:not(:disabled){border-color:var(--primary);background:var(--primary-soft);box-shadow:var(--shadow-sm)}.qc-message{gap:12px;width:100%;max-width:920px;margin:0 auto;padding:0 16px;display:flex}.qc-message.user{flex-direction:row-reverse}.qc-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;margin-top:2px;font-size:13px;font-weight:600;display:flex}.qc-message.user .qc-avatar{background:var(--primary);color:#fff}.qc-message.assistant .qc-avatar{background:var(--primary-soft);color:var(--primary-strong);border:1px solid #236f6424}.qc-bubble{flex:1;min-width:0}.qc-message.user .qc-bubble{text-align:right}.qc-message.user .qc-bubble p{background:var(--primary);color:#fff;text-align:left;word-break:break-word;border-radius:18px 18px 4px;max-width:100%;margin:0;padding:10px 16px;font-size:14px;line-height:1.6;display:inline-block;box-shadow:0 8px 18px #236f6429}.qc-message.assistant .qc-bubble{text-align:left}.qc-md{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);color:var(--text);word-break:break-word;border-radius:6px 18px 18px;padding:17px 20px;font-size:14px;line-height:1.7}.qc-md p{margin:0 0 8px}.qc-md p:last-child{margin-bottom:0}.qc-md ul,.qc-md ol{margin:8px 0;padding-left:20px}.qc-md code{background:#0000000f;border-radius:4px;padding:2px 6px;font-size:13px}.qc-md pre{color:var(--text);background:#0000000d;border-radius:8px;margin:8px 0;padding:14px;font-size:13px;overflow-x:auto}.qc-md pre code{color:inherit;background:0 0;padding:0}.qc-md blockquote{border-left:3px solid var(--primary);color:var(--muted);margin:8px 0;padding-left:14px}.qc-md h1,.qc-md h2,.qc-md h3,.qc-md h4{margin:12px 0 6px;font-size:15px;font-weight:600}.qc-copy-btn{border:1px solid var(--line);background:var(--surface);cursor:pointer;color:var(--muted);border-radius:6px;align-items:center;gap:4px;margin-top:6px;padding:4px 10px;font-size:12px;transition:all .15s;display:inline-flex}.qc-copy-btn:hover{border-color:var(--primary);color:var(--primary);background:#1f7a6d0f}.qc-copy-btn.copied{color:var(--primary);background:#1f7a6d14;border-color:#1f7a6d66}.qc-thinking{margin-bottom:8px}.qc-thinking.collapsed .qc-thinking-steps{display:none}.qc-thinking-toggle{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:4px 0;font-size:12px}.qc-thinking-toggle:hover{text-decoration:underline}.qc-thinking-steps{background:var(--surface-muted);border:1px solid var(--line);border-radius:8px;padding:8px 12px}.qc-thinking-steps p{color:var(--muted);margin:0;padding:3px 0;font-size:12px}.qc-typing-dots{gap:4px;padding:8px 0;display:inline-flex}.qc-typing-dots span{background:#1f7a6d73;border-radius:50%;width:6px;height:6px;animation:1.4s infinite both qc-dot-bounce}.qc-typing-dots span:nth-child(2){animation-delay:.16s}.qc-typing-dots span:nth-child(3){animation-delay:.32s}@keyframes qc-dot-bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.qc-input-area{background:var(--surface);border-top:1px solid var(--line);padding:18px 28px 22px;box-shadow:0 -8px 24px #302a2409}.qc-input-form{max-width:920px;margin:0 auto}.qc-doc-chips{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:8px;display:flex}.qc-doc-chips-label,.qc-doc-chips-more{color:var(--muted);font-size:12px}.qc-doc-chip{max-width:220px;color:var(--accent);white-space:nowrap;text-overflow:ellipsis;background:#8b4f2012;border:1px solid #8b4f202e;border-radius:999px;align-items:center;padding:3px 10px;font-size:12px;display:inline-flex;overflow:hidden}.qc-attach-btn{width:36px;height:36px;color:var(--muted);cursor:pointer;transition:color var(--motion-fast), background var(--motion-fast);background:0 0;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.qc-attach-btn:hover:not(:disabled){color:var(--primary);background:var(--surface-muted)}.qc-attach-btn:disabled{opacity:.4;cursor:not-allowed}.qc-input-wrapper{background:var(--surface);border:1.5px solid var(--line);box-shadow:var(--shadow-xs);transition:border-color var(--motion-fast), box-shadow var(--motion-fast);border-radius:18px;align-items:flex-end;gap:8px;padding:11px 14px;display:flex}.qc-input-wrapper:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #1f7a6d1f}.qc-input-wrapper textarea{resize:none;flex:1;width:auto;min-height:24px;max-height:160px;padding:4px 0;font-family:inherit;font-size:14px;line-height:1.5;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}.qc-send-btn,.qc-stop-btn{cursor:pointer;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex}.qc-send-btn{background:var(--primary);color:#fff}.qc-send-btn:hover:not(:disabled){background:var(--primary-strong)}.qc-send-btn:disabled{background:var(--line-strong);cursor:not-allowed}.qc-stop-btn{background:var(--danger);color:#fff}.qc-stop-btn:hover{opacity:.85}@media (width<=768px){.quick-chat{flex-direction:column;height:auto;min-height:100dvh}.qc-sidebar{border-right:0;border-bottom:1px solid var(--line);width:100%;padding:14px 16px 12px}.qc-brand{margin-bottom:12px}.qc-project-select{margin-bottom:10px}.qc-sessions{margin-bottom:8px}.qc-session-list{max-height:76px}.qc-nav{flex-direction:row;align-items:center;gap:6px;padding-top:8px}.qc-nav-item,.qc-logout{text-align:center;flex:1;min-height:36px;margin:0;padding:8px}.qc-main{flex:1;min-height:60dvh}.qc-header{min-height:56px;padding:12px 16px}.qc-messages{gap:16px;padding:20px 14px}.qc-message{gap:8px;padding:0}.qc-avatar{width:34px;height:34px}.qc-md{padding:14px 16px}.qc-input-area{padding:12px 14px 16px}.qc-agent-shortcuts{grid-template-columns:minmax(0,1fr)}}
