:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--primary:#2c6f58;--accent:#dff36b;--background:#eef3f1;--surface:#fbfdfb;--surface-soft:#f6faf8;--sidebar:#18342b;--sidebar-card:#24463b;--sidebar-border:#31584b;--text:#15201b;--text-secondary:#5f7169;--border:#dbe5e0;--shadow:0 12px 28px #1b342b14;color:var(--text);background:var(--background);font-synthesis:none;text-rendering:optimizelegibility;font-family:Segoe UI,Trebuchet MS,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;color:var(--text);background:var(--background);padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{grid-template-columns:280px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#f9fbf8;background:var(--sidebar);z-index:100;flex-direction:column;gap:24px;height:100vh;padding:22px;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar-header{justify-content:space-between;align-items:center;display:flex}.brand-block{align-items:center;gap:12px;display:flex}.brand-logo{object-fit:cover;border-radius:14px;width:54px;height:54px;box-shadow:0 0 0 1px #ffffff14,0 12px 24px #0000002e}.brand-block strong,.brand-block span{display:block}.brand-block span{color:#bdd3ca;margin-top:3px;font-size:.88rem}.sidebar-close{color:#bdd3ca;background:0 0;border:none;padding:4px;display:none}.nav-list{gap:8px;display:grid}.nav-list a{color:#dbe7e1;border-radius:8px;align-items:center;gap:10px;min-height:42px;padding:10px 12px;text-decoration:none;display:flex}.nav-list a.active,.nav-list a:hover{color:#15201b;background:var(--accent)}.sidebar-panel{min-height:0;padding-top:6px}.sidebar-panel h2{margin:0 0 10px;font-size:.95rem}.empty-state{color:#bdd3ca;margin:0;font-size:.9rem;line-height:1.5}.history-list{gap:8px;display:grid}.history-item{color:#f9fbf8;text-align:left;background:var(--sidebar-card);border:1px solid var(--sidebar-border);border-radius:8px;gap:4px;width:100%;padding:10px;display:grid}.history-item span{text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.history-item small{color:#bdd3ca}.workspace{min-width:0;padding:28px}.topbar{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:24px;display:flex}.topbar-left{align-items:flex-start;gap:12px;display:flex}.hamburger{color:var(--text);background:0 0;border:none;flex-shrink:0;padding:6px 4px;display:none}.topbar h1{letter-spacing:0;max-width:760px;margin:4px 0 0;font-size:clamp(1.7rem,3vw,3rem);line-height:1.05}.topbar-help{max-width:650px;color:var(--text-secondary);margin:12px 0 0;font-size:1rem;line-height:1.55}.eyebrow{color:#607169;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.74rem;font-weight:800;display:block}.content-grid{grid-template-columns:minmax(0,1.12fr) minmax(380px,.88fr);align-items:start;gap:18px;display:grid}.form-panel,.output-panel{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:8px}.form-panel{padding:20px}.section-heading,.output-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.section-heading{justify-content:flex-start;margin-bottom:18px}.section-heading svg{color:var(--primary);flex:none}.section-heading h2,.output-header h2{margin:0;font-size:1.05rem}.section-heading p{color:#63736c;margin:4px 0 0;line-height:1.45}.step-progress{border-bottom:1px solid var(--border);align-items:center;gap:6px;margin-bottom:20px;padding-bottom:16px;display:flex}.step-dot{color:#849b90;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:.78rem;font-weight:700;display:flex;position:relative}.step-dot+.step-dot{margin-left:4px;padding-left:10px}.step-dot+.step-dot:before{content:"";background:#dbe5e0;width:12px;height:2px;position:absolute;top:50%;left:-8px;transform:translateY(-50%)}.step-dot.done+.step-dot:before,.step-dot.active+.step-dot:before{background:var(--primary)}.step-dot-inner{color:#63736c;background:#eef3f1;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.82rem;font-weight:800;transition:background .2s,color .2s;display:inline-flex}.step-dot.active .step-dot-inner{background:var(--primary);color:#fff}.step-dot.done .step-dot-inner{background:var(--accent);color:#18342b}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.field{gap:7px;display:grid}.field-wide{grid-column:1/-1}.field span{color:#314239;font-size:.86rem;font-weight:750}.field input,.field select,.field textarea,.captcha-input{width:100%;min-height:50px;color:var(--text);background:var(--surface-soft);border:1px solid #cddbd4;border-radius:8px;outline:none;padding:12px 13px}.field textarea{resize:vertical;min-height:78px}.field input::placeholder,.field textarea::placeholder,.captcha-input::placeholder{color:#5f7169cc}.field input:focus,.field select:focus,.field textarea:focus,.captcha-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2c6f5824}.form-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.submit-button{min-width:160px}.captcha-panel{background:var(--surface-soft);border:1px solid var(--border);border-radius:8px;gap:12px;margin-top:20px;padding:16px;display:grid}.captcha-label{color:var(--text-secondary);margin:0 0 4px;font-size:.85rem}.captcha-controls{gap:10px;display:flex}.captcha-refresh{flex:0 0 50px;width:50px}.captcha-error{color:#c2410c;margin:0;font-size:.9rem}.output-panel{position:sticky;top:22px;overflow:hidden}.output-panel.output-full{position:static}.output-header{border-bottom:1px solid var(--border);padding:16px}.output-footer{border-top:1px solid var(--border);justify-content:center;padding:12px 16px;display:flex}pre{color:#24352e;white-space:pre-wrap;word-break:break-word;background:var(--surface-soft);min-height:720px;max-height:78vh;margin:0;padding:18px;font-family:Cascadia Mono,Consolas,monospace;font-size:.86rem;line-height:1.55;overflow:auto}.output-note{color:var(--text-secondary);border-top:1px solid var(--border);background:var(--surface-soft);margin:0;padding:14px 18px 18px;font-size:.95rem;line-height:1.6}.output-empty,.writing-state{text-align:center;background:var(--surface-soft);align-content:center;place-items:center;gap:12px;min-height:720px;padding:30px;display:grid}.output-empty svg{color:var(--primary)}.output-empty h3,.writing-state h3{color:var(--text);margin:0;font-size:1.05rem}.output-empty p,.writing-state p{color:#63736c;max-width:360px;margin:0;line-height:1.5}.writer-scene{width:170px;height:132px;margin-bottom:4px;position:relative}.writer-head{background:#d7ad7a;border:3px solid #18342b;border-radius:50%;width:42px;height:42px;position:absolute;top:14px;left:58px}.writer-body{background:var(--primary);border:3px solid #18342b;border-radius:8px 8px 18px 18px;width:70px;height:52px;position:absolute;top:58px;left:44px}.writer-arm{transform-origin:8px;background:#d7ad7a;border:3px solid #18342b;border-radius:99px;width:58px;height:12px;animation:.48s ease-in-out infinite alternate write-arm;position:absolute;top:75px;left:92px}.writer-paper{background:#fff;border:3px solid #18342b;border-radius:6px;gap:7px;width:72px;height:58px;padding:12px;display:grid;position:absolute;bottom:10px;right:8px;box-shadow:0 8px #dbe5e0}.writer-paper span{background:var(--accent);transform-origin:0;border-radius:99px;height:4px;animation:1.2s ease-in-out infinite writing-line;display:block}.writer-paper span:nth-child(2){width:82%;animation-delay:.18s}.writer-paper span:nth-child(3){width:58%;animation-delay:.32s}.progress-bar{background:#dbe5e0;border-radius:99px;width:min(280px,100%);height:8px;margin-top:8px;overflow:hidden}.progress-bar span{background:var(--primary);border-radius:inherit;transform-origin:0;width:100%;height:100%;animation:5s linear forwards progress-fill;display:block}@keyframes write-arm{0%{transform:rotate(-6deg)translate(0)}to{transform:rotate(9deg)translate(8px)}}@keyframes writing-line{0%,to{transform:scaleX(.45)}50%{transform:scaleX(1)}}@keyframes progress-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.primary-button,.ghost-button{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:9px 13px;font-weight:800;display:inline-flex}.primary-button{color:#15201b;background:var(--accent);border-color:#cfe25e}.primary-button:disabled{cursor:wait;opacity:.72}.ghost-button{color:#22342c;background:var(--surface);border-color:#cddbd4}.sidebar-overlay{z-index:99;background:#0006;display:none;position:fixed;inset:0}@media (width<=1180px){.app-shell{grid-template-columns:1fr}.sidebar{z-index:100;width:280px;transition:transform .25s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-overlay,.sidebar-close{display:block}.hamburger{display:inline-flex}.content-grid{grid-template-columns:1fr}.output-panel{position:static}pre,.output-empty,.writing-state{min-height:480px}}@media (width<=720px){.workspace,.sidebar{padding:16px}.topbar{display:grid}.form-grid{grid-template-columns:1fr}.output-header{align-items:flex-start}.primary-button,.ghost-button{width:100%}.form-actions{flex-direction:column;gap:10px}.form-actions .ghost-button,.form-actions .primary-button{width:100%}.captcha-controls{flex-direction:column}.captcha-refresh{width:100%}pre,.output-empty,.writing-state{min-height:380px}.step-progress{justify-content:center}}
