.workspace-modal{overscroll-behavior:contain;max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);color:var(--ink);margin:auto;position:fixed;inset:0;overflow:auto}.workspace-modal:not([open]){display:none}.workspace-modal::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#101a166b}.workspace-modal .dialog-actions{flex-wrap:wrap}.workspace-modal .dialog-actions button{height:auto;min-height:44px;padding-block:10px}.workspace-modal .dialog-close{flex:0 0 36px}.workspace-modal .ai-modes{flex-wrap:wrap;overflow:visible}.workspace-modal .ai-modes button{flex:1 0 auto}.workspace-modal textarea{width:100%;min-width:0}.theme-dark .workspace-modal p,.theme-dark .workspace-modal label{color:#b3c4bb}.theme-dark .workspace-modal .dialog-close{color:#dce7e1}.theme-dark .workspace-modal .dialog-actions .primary-btn{color:#10201d}.theme-dark .workspace-modal .dialog-actions button:not(.danger-btn):not(.primary-btn){color:#dce7e1;background:#10201d;border-color:#3b4c45}@media (max-width:600px){.workspace-modal .ai-modes{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media (max-width:380px){.workspace-modal.confirm-dialog{grid-template-columns:32px minmax(0,1fr);gap:10px;padding:16px}.workspace-modal .dialog-icon{width:32px;height:32px}.workspace-modal .dialog-actions button{flex:1}}@media print{.workspace-modal,.workspace-modal::backdrop{display:none!important}}
.help-dialog{--help-surface:#fff;--help-secondary:#53665c;--help-button-ink:#fff;width:min(660px,100% - 32px);max-height:min(740px, calc(var(--app-viewport-height,100dvh) - 32px));border:1px solid var(--line);color:var(--ink);background:var(--help-surface);border-radius:18px;margin:auto;padding:0;overflow:hidden;box-shadow:0 24px 80px #10251a33}.help-dialog[open]{grid-template-rows:auto minmax(0,1fr) auto;display:grid}.help-dialog::backdrop{background:#14231f66}.help-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:20px 24px 16px;display:flex}.help-eyebrow{letter-spacing:.12em;color:var(--green);margin:0 0 5px;font-size:10px;font-weight:700}.help-heading h2{margin:0;font-size:24px;font-weight:700;line-height:1.2}.help-close{border:1px solid var(--line);width:44px;height:44px;color:inherit;cursor:pointer;background:0 0;border-radius:50%;flex:0 0 44px;padding:0;font-size:25px;line-height:1}.help-close:hover{background:var(--mint)}.help-body{overscroll-behavior:contain;min-height:0;padding:16px 24px 24px;scroll-padding-block:12px;overflow-y:auto}.help-intro{color:var(--help-secondary);margin:0 0 16px;font-size:15px;line-height:1.5}.help-body details{border-top:1px solid var(--line)}.help-body summary{cursor:pointer;min-height:52px;padding:16px 3px;font-size:15px;font-weight:700;line-height:1.35}.help-body summary:hover,.help-body details[open] summary{color:var(--green)}.help-section{padding:0 3px 16px;font-size:14px;line-height:1.65}.help-section p{margin:0 0 12px}.help-section p:last-child{margin-bottom:0}.help-section strong{font-weight:700}.help-section .help-callout{border-left:3px solid var(--green);background:var(--mint);border-radius:0 8px 8px 0;padding:12px 14px}.help-section a{color:var(--green);text-underline-offset:3px;text-decoration:underline}.help-section small{color:var(--help-secondary);font-size:12px}.help-shortcuts{margin:14px 0}.help-shortcuts table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:13px;line-height:1.5}.help-shortcuts caption{text-align:left;padding-bottom:8px;font-weight:700}.help-shortcuts th,.help-shortcuts td{text-align:left;vertical-align:top;overflow-wrap:anywhere;border-bottom:1px solid var(--line);padding:9px 6px}.help-shortcuts thead{background:var(--mint)}.help-shortcuts tbody th{font-weight:400}.help-section kbd{border:1px solid var(--line);border-radius:4px;padding:1px 4px;font-size:12px}.help-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:14px 24px;display:flex}.help-footer>span{max-width:240px;color:var(--help-secondary);font-size:12px;line-height:1.4}.help-done{border:1px solid var(--green);background:var(--green);min-height:44px;color:var(--help-button-ink);cursor:pointer;border-radius:9px;flex:none;padding:10px 18px;font-weight:700}.help-done:hover{filter:brightness(.94)}.welcome-guide{z-index:3;border:1px solid var(--line);width:min(340px,100% - 94px);max-height:calc(100% - 32px);color:var(--ink);background:#fff;border-radius:14px;padding:12px 16px 14px;position:absolute;bottom:16px;left:16px;overflow-y:auto;box-shadow:0 8px 30px #17211d22}.welcome-guide-heading{justify-content:space-between;align-items:center;gap:8px;display:flex}.welcome-guide-heading h2{margin:0;font-size:16px;font-weight:700;line-height:1.3}.welcome-guide-heading .help-close{border:0;margin-right:-8px}.welcome-guide p{margin:6px 0 10px;font-size:13px;line-height:1.5}.help-link-button{min-height:44px;color:var(--green);text-align:left;cursor:pointer;background:0 0;border:0;padding:8px 0;font-size:13px;font-weight:700}.help-link-button:hover{text-decoration:underline}.interface-collapsed .welcome-guide{display:none}.theme-dark .help-dialog{--help-surface:#14231f;--help-secondary:#b0c0b6;--help-button-ink:#14231f}.theme-dark .welcome-guide{background:#14231f}.help-dialog :is(a,summary,h2):focus-visible{outline-offset:3px;outline:3px solid #2f80ed}.theme-dark .help-dialog :is(a,summary,h2):focus-visible{outline-color:#8fc5ff}@media (max-width:600px){.help-dialog{width:calc(100% - 16px);max-height:calc(var(--app-viewport-height,100dvh) - 16px);border-radius:14px}.help-heading{padding:12px 16px}.help-heading h2{font-size:21px}.help-body{padding:14px 16px 20px}.help-footer{padding:10px 16px calc(10px + env(safe-area-inset-bottom));gap:10px}.help-footer>span{max-width:130px}.help-done{padding-inline:12px;font-size:13px}.welcome-guide{padding-inline:12px;bottom:12px;left:12px}}@media (max-height:480px){.welcome-guide{display:none}}@media print{.welcome-guide,.help-dialog,.help-dialog::backdrop{display:none!important}}
.ai-tools{--ai-surface:#fff;--ai-muted:#53665c;--ai-primary-ink:#fff;width:min(560px,100% - 32px);max-width:none;max-height:calc(var(--app-viewport-height,100dvh) - 32px);border:1px solid var(--line);color:var(--ink);background:var(--ai-surface);border-radius:18px;margin:0;padding:0;position:fixed;inset:16px 16px auto auto;overflow:hidden;box-shadow:0 16px 60px #14231f33}.ai-tools[open]{grid-template-rows:auto minmax(0,1fr) auto;display:grid}.ai-tools::backdrop{background:#14231f40}.ai-tools-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;display:flex}.ai-tools-eyebrow{color:var(--green);letter-spacing:.1em;margin:0 0 6px;font-size:10px;font-weight:700}.ai-tools-heading h2{align-items:center;gap:8px;margin:0;font-size:21px;font-weight:700;line-height:1.2;display:flex}.ai-tools button{border:1px solid var(--line);background:var(--ai-surface);min-height:44px;color:var(--ink);cursor:pointer;border-radius:9px;padding:9px 12px;font-size:13px;font-weight:700}.ai-tools button:hover{background:var(--mint)}.ai-tools button:disabled{opacity:.6;cursor:default}.ai-tools .ai-tools-close{border-radius:50%;flex:0 0 44px;padding:0;font-size:25px}.ai-tools .ai-primary{background:var(--green);border-color:var(--green);color:var(--ai-primary-ink)}.ai-tools-body{overscroll-behavior:contain;overflow-wrap:anywhere;min-height:0;padding:16px 20px 22px;font-size:14px;line-height:1.5;overflow-y:auto}#ai-tools-description,.ai-tools .ai-hint{color:var(--ai-muted);margin:0 0 16px;font-size:12px}.ai-chips{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px;margin-bottom:16px;display:grid}.ai-tools .ai-chip{text-align:left;flex-direction:column;align-items:flex-start;gap:2px;min-height:auto;padding:10px 12px;display:flex}.ai-tools .ai-chip small{color:var(--ai-muted);font-size:11px;font-weight:500;line-height:1.35}.ai-tools .ai-chip.active{color:var(--green);border-color:var(--green);background:var(--mint);box-shadow:inset 0 -2px var(--green)}.ai-tools .ai-chip.active small{color:inherit;opacity:.85}.ai-option{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}.ai-option-label{color:var(--ai-muted);font-size:12px;font-weight:700}.ai-option-choices{flex-wrap:wrap;gap:6px;display:flex}.ai-tools .ai-option-choices button{min-height:38px;padding:6px 12px}.ai-tools .ai-option-choices button.active{color:var(--green);border-color:var(--green);background:var(--mint)}.ai-option select{border:1px solid var(--line);min-height:44px;font:inherit;color:var(--ink);background:var(--ai-surface);border-radius:9px;padding:10px 12px}.ai-source{border:1px solid var(--line);border-radius:9px;margin:0 0 16px;padding:10px 12px}.ai-source summary{cursor:pointer;color:var(--ai-muted);font-size:12px;font-weight:700}.ai-source p{white-space:pre-wrap;max-height:160px;margin:12px 0 0;overflow:auto}.ai-results{gap:12px;display:grid}.ai-result{border:1px solid var(--line);background:var(--ai-surface);border-radius:12px;padding:12px 14px}.ai-result>header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.ai-result h3{margin:0;font-size:14px;font-weight:700}.ai-result-actions{flex-wrap:wrap;gap:6px;display:flex}.ai-tools .ai-result-actions button{min-height:38px;padding:6px 10px;font-size:12px}.ai-result textarea{resize:vertical;border:1px solid var(--line);background:var(--ai-surface);width:100%;color:var(--ink);font:inherit;border-radius:9px;margin:0 0 8px;padding:12px;line-height:1.55;display:block}.ai-tools .ai-regenerate{min-height:36px;margin-top:8px;padding:6px 10px;font-size:12px;font-weight:600}.ai-result h4{color:var(--ai-muted);margin:12px 0 6px;font-size:12px;font-weight:700}.ai-passage{border:1px solid var(--line);white-space:pre-wrap;border-radius:8px;margin:0 0 8px;padding:10px 12px}.ai-passage del{color:#942f24;text-decoration-thickness:2px}.ai-passage ins{color:#1d6b4f;font-weight:700;text-decoration:none}.theme-dark .ai-passage del{color:#ffc9c0}.theme-dark .ai-passage ins{color:#8fe3bd}.ai-corrections{gap:12px;margin:0;padding-left:20px;display:grid}.ai-correction-change{margin:0 0 4px}.ai-correction-change del{color:#942f24;text-decoration-thickness:2px}.ai-correction-change ins{color:#1d6b4f;font-weight:700;text-decoration:none}.ai-correction-why{color:var(--ai-muted);margin:0 0 8px;font-size:12px}.ai-correction-actions{gap:6px;display:flex}.ai-tools .ai-correction-actions button{min-height:36px;padding:5px 10px;font-size:12px}.ai-tools .ai-error{color:#942f24;background:#fff0ed;border-radius:8px;padding:12px}.ai-tools .ai-message{background:var(--mint);border-radius:8px;padding:12px}.ai-tools-footer{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;gap:8px;padding:12px 20px;display:flex}.ai-tools-footer button{flex:1}.ai-tools :is(button,h2,textarea,summary,select):focus-visible{outline-offset:2px;outline:3px solid #2f80ed}.theme-dark .ai-tools{--ai-surface:#14231f;--ai-muted:#b0c0b6;--ai-primary-ink:#14231f}.theme-dark .ai-tools .ai-error{color:#ffc9c0;background:#492622}.theme-dark .ai-correction-change del{color:#ffc9c0}.theme-dark .ai-correction-change ins{color:#8fe3bd}.theme-dark .ai-tools :is(button,h2,textarea,summary,select):focus-visible{outline-color:#8fc5ff}@media (max-width:600px){.ai-tools{width:calc(100% - 16px);max-height:calc(var(--app-viewport-height,100dvh) - 16px);border-radius:14px;inset:8px 8px auto auto}.ai-tools-heading{padding:12px 16px}.ai-tools-body{padding:12px 16px 18px}.ai-tools-footer{padding:12px 16px}.ai-chips{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-tools .ai-chip small{display:none}}@media print{.ai-tools,.ai-tools::backdrop{display:none!important}}
