:root{--bg:#f6f3ec;--surface:#fff;--text:#2c2a26;--muted:#6f6a60;--border:#e0dccf;--accent:#2b5a38;--accent-h:#224a2d;color:var(--text);background:var(--bg);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{min-height:100vh;margin:0}button{font:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}input{font:inherit}.page{overflow-wrap:break-word;max-width:1040px;margin:0 auto;padding:40px 24px 80px}.gate{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.gate-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:12px;width:100%;max-width:360px;padding:28px 24px;display:flex;box-shadow:0 8px 30px #00000014}.gate-card h1{margin:0;font-size:1.5rem}.gate-card p{color:var(--muted);margin:0;font-size:.9rem}.gate-card input{border:1px solid var(--border);border-radius:9px;outline:none;width:100%;padding:11px 12px}.gate-card input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2b5a381f}.gate-card button{background:var(--accent);color:#fff;border:none;border-radius:9px;margin-top:4px;padding:11px 16px;font-weight:600}.gate-card button:not(:disabled):hover{background:var(--accent-h)}.gate-error{color:#a23b2c!important;font-size:.85rem!important}.version-badge{z-index:50;color:var(--muted);background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:3px 9px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;text-decoration:none;position:fixed;top:10px;right:12px}.version-badge:hover{color:var(--accent);border-color:var(--accent)}.masthead-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.masthead h1{letter-spacing:-.01em;margin:0 0 6px;font-size:2rem}.reset-btn{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:#fff;border-radius:999px;flex:none;margin-bottom:6px;padding:5px 12px;font-size:.8rem;font-weight:600}.reset-btn:not(:disabled):hover{color:#a23b2c;background:#fbf4f3;border-color:#a23b2c}.reset-btn:disabled{opacity:.5;cursor:default}.masthead p{color:var(--muted);max-width:56ch;margin:0 0 28px}.controls{background:var(--surface);border:1px solid var(--border);border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:24px;display:grid}.field{flex-direction:column;gap:7px;min-width:0;display:flex}.field-label{color:var(--text);font-size:.82rem;font-weight:600}.optional{color:var(--muted);font-weight:400}.field-label-row{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.checkbox-row{color:var(--muted);cursor:pointer;align-items:center;gap:8px;margin-top:-4px;font-size:.82rem;line-height:1.35;display:flex}.checkbox-row input{cursor:pointer;flex-shrink:0}.suggest-btn{border:1px solid var(--border);color:var(--accent);cursor:pointer;background:#fff;border-radius:999px;flex:none;padding:3px 9px;font-size:.76rem;font-weight:600}.suggest-btn:not(:disabled):hover{border-color:var(--accent);background:#f3f6f3}.suggest-btn:disabled{color:var(--muted);cursor:default}.field-error{color:#a23b2c;font-size:.8rem}.field-wide{grid-column:1/-1}.field input,.field textarea{border:1px solid var(--border);background:#fff;border-radius:9px;outline:none;width:100%;padding:10px 12px;font-family:inherit}.field textarea{resize:vertical;min-height:44px}.field input[readonly],.field textarea[readonly]{background:var(--surface,#f4f4f1);color:var(--muted,#555);cursor:not-allowed}.field input[readonly]:focus,.field textarea[readonly]:focus{border-color:var(--border);box-shadow:none}.model-select{border:1px solid var(--border);width:100%;font:inherit;background:#fff;border-radius:9px;outline:none;padding:10px 12px}.model-select:focus,.field input:focus,.field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2b5a381f}.generate-btn{background:var(--accent);color:#fff;border:none;border-radius:10px;grid-column:1/-1;margin-top:4px;padding:13px 20px;font-size:1rem;font-weight:600}.generate-btn:not(:disabled):hover{background:var(--accent-h)}.color-select{position:relative}.color-select-trigger{border:1px solid var(--border);text-align:left;background:#fff;border-radius:9px;align-items:center;gap:10px;width:100%;padding:9px 12px;display:flex}.color-select-trigger:focus-visible{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #2b5a381f}.swatch{border:1px solid #0000002e;border-radius:5px;flex:none;width:20px;height:20px}.color-name{text-transform:capitalize;flex:1}.chevron{color:var(--muted);font-size:.8rem}.color-options{z-index:20;border:1px solid var(--border);background:#fff;border-radius:10px;max-height:280px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 32px #00000024}.color-options li{border-radius:7px;align-items:center;gap:10px;padding:7px 8px;display:flex}.color-options li:hover{background:#f1eee7}.color-options li.is-selected{background:#e8efe9}.ref-warning{color:#8a5a1a;margin:18px 2px 0;font-size:.85rem}.ref-warning code{background:#efe7d6;border-radius:4px;padding:1px 5px}.ref-warning-alert{color:#a23b2c;font-weight:600}.cast{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.cast-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.cast-header .section-heading{margin:0}.char-card{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:8px 8px 4px}.char-card-head{justify-content:space-between;align-items:center;gap:12px;padding:6px 14px 0;display:flex}.char-card-title{color:var(--muted);letter-spacing:.02em;text-transform:uppercase;font-size:.82rem;font-weight:700}.char-controls{background:0 0;border:none;padding:14px}.char-remove{color:#a23b2c}.pf-help{border:1px solid var(--border);border-left:3px solid var(--accent);color:var(--text);background:#f3f6f3;border-radius:8px;margin:0 0 22px;padding:13px 16px;font-size:.86rem;line-height:1.55}.pf-help-list{margin:8px 0 0;padding-left:20px}.pf-help-list li{margin:5px 0}.pf-guide{border:1px solid var(--border);border-left:3px solid var(--accent);color:var(--text);background:#f3f6f3;border-radius:8px;margin:0 0 24px;font-size:.86rem;line-height:1.55}.pf-guide>summary{cursor:pointer;color:var(--text);padding:13px 16px;font-weight:700;list-style:none}.pf-guide>summary::-webkit-details-marker{display:none}.pf-guide>summary:after{content:" ▾";color:var(--muted)}.pf-guide[open]>summary:after{content:" ▴"}.pf-guide-body{padding:0 18px 8px}.pf-guide-body p{margin:0 0 10px}.pf-guide-body ol{margin:8px 0 14px;padding-left:22px}.pf-guide-body li{margin:6px 0}.pf-guide-note{border:1px solid var(--border);background:#fff;border-radius:7px;padding:9px 12px}.mode-banner{box-sizing:border-box;border-radius:8px;align-items:flex-start;gap:9px;margin:0 0 4px;padding:9px 12px;font-size:.8rem;line-height:1.5;display:flex}.mode-banner.is-manual{color:#5c5238;background:#f4efe4}.mode-banner.is-locked{color:#2b5a38;background:#e8efe9}.mode-banner .mode-icon{flex:none;line-height:1.4}.group-heading{letter-spacing:.05em;text-transform:uppercase;color:var(--muted);grid-column:1/-1;margin:0;font-size:.72rem;font-weight:700}.group-heading.with-divider{border-top:1px dashed var(--border);margin-top:12px;padding-top:16px}.group-note{color:var(--muted);grid-column:1/-1;margin:-2px 0 2px;font-size:.8rem;line-height:1.5}.span-row{grid-column:1/-1}.pf-actions{align-items:center;margin-top:4px}button.ghost{border:1px solid var(--border);color:var(--accent);cursor:pointer;background:#fff;border-radius:9px;padding:7px 14px;font-size:.82rem;font-weight:600}button.ghost:hover{border-color:var(--accent)}.results{grid-template-columns:1fr;gap:18px;margin-top:28px;display:grid}.cost-total{color:var(--text);margin:0 2px}.cost-note{color:var(--muted);font-size:.85rem}.cost-chip{font-variant-numeric:tabular-nums;color:var(--muted);background:#f1eee7;border-radius:999px;align-self:center;margin-left:auto;padding:4px 10px;font-size:.85rem}.result-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:16px}.banner-frame{background:repeating-conic-gradient(#eee 0% 25%,#f7f7f7 0% 50%) 50%/18px 18px;border-radius:10px;justify-content:center;align-items:center;min-height:96px;padding:12px;display:flex}.banner-frame img{border-radius:4px;max-width:100%;height:auto;box-shadow:0 2px 10px #0000001f}.result-error{color:#a23b2c;text-align:center;padding:0 12px;font-size:.85rem}.section-heading{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:22px 2px 12px;font-size:.95rem;font-weight:600}.section-heading:first-of-type{margin-top:4px}.thumb-row{flex-wrap:wrap;gap:16px;display:flex}.thumb{flex-direction:column;align-items:center;gap:10px;display:flex}.thumb-frame{background:repeating-conic-gradient(#eee 0% 25%,#f7f7f7 0% 50%) 50%/14px 14px;border-radius:8px;justify-content:center;align-items:center;width:250px;min-height:56px;padding:8px;display:flex}.thumb-frame img{border-radius:3px;width:250px;height:auto;display:block;box-shadow:0 2px 8px #0000001f}.thumb button{border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:8px;align-self:stretch;padding:8px 14px;font-weight:600}.thumb button:not(:disabled):hover{filter:brightness(.96)}.slot-revise{flex-direction:column;align-self:stretch;gap:8px;width:250px;display:flex}.slot-revise textarea{box-sizing:border-box;width:100%}.slot-revise .result-actions{margin-top:0}.result-actions{gap:10px;margin-top:14px;display:flex}.result-actions button{border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:8px;padding:9px 16px;font-weight:600}.result-actions button.ghost{color:var(--accent);background:#fff}.result-actions button:not(:disabled):hover{filter:brightness(.96)}.loading-wrap{flex-direction:column;align-items:center;gap:10px;display:flex}.loading-note{color:var(--muted);text-align:center;font-size:.8rem}.spinner{border:3px solid #d8d3c8;border-top-color:var(--accent);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=620px){.controls{grid-template-columns:1fr}}.pf-subtitle{color:var(--muted);margin:4px 0 0}.pf-tool-group{margin-top:28px}.pf-tool-group .section-heading{margin-bottom:4px}.pf-group-note{color:var(--muted);margin:0 2px 14px;font-size:.88rem}.pf-tool-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.pf-tool-grid-full{grid-template-columns:1fr}.pf-tool-card{text-align:left;border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:14px;flex-direction:column;gap:6px;padding:22px;transition:border-color .15s,box-shadow .15s;display:flex}.pf-tool-card:hover:not(:disabled){border-color:var(--accent);box-shadow:0 6px 20px #0000000f}.pf-tool-card:disabled{opacity:.55;cursor:not-allowed}.pf-tool-card-highlight{background:#fbe7a2;border-color:#e3bb46}.pf-tool-card-highlight:hover:not(:disabled){border-color:#caa029;box-shadow:0 8px 22px #b48c142e}.pf-tool-card-highlight .pf-tool-title{font-size:1.35rem}.pf-tool-card-highlight .pf-tool-blurb{color:#6b5a1e}.pf-tool-tag{letter-spacing:.03em;text-transform:uppercase;color:#7a611a;background:#ffffff8c;border:1px solid #e3bb46;border-radius:999px;align-self:flex-start;padding:3px 10px;font-size:.72rem;font-weight:700}.pf-tool-title{color:var(--text);font-size:1.1rem;font-weight:600}.pf-tool-blurb{color:var(--muted);font-size:.9rem}.pf-tool-soon{color:var(--accent);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.pf-block{margin-top:16px}.pf-meta{color:var(--text);margin:8px 0 16px;padding-left:20px;font-size:.9rem;line-height:1.6}.pf-prompt{white-space:pre-wrap;word-break:break-word;border:1px solid var(--border);color:var(--text);background:#fbfaf6;border-radius:10px;margin:8px 0 16px;padding:16px;font-size:.85rem;line-height:1.5}.pf-prompt-edit{box-sizing:border-box;white-space:pre-wrap;word-break:break-word;border:1px solid var(--border);width:100%;color:var(--text);resize:vertical;background:#fbfaf6;border-radius:10px;margin:8px 0 12px;padding:16px;font-family:inherit;font-size:.85rem;line-height:1.5}.pf-style-preview{border:1px solid var(--border);border-radius:10px;width:100%;max-width:360px;margin:8px 0 16px;display:block}.pf-swatch{border:1px solid var(--border);background:var(--surface);border-radius:12px;margin-top:16px;padding:16px 18px}.pf-swatch .field{margin:0}.pf-swatch .result-actions{margin-top:12px}@media (width<=620px){.pf-tool-grid{grid-template-columns:1fr}.pf-tool-card-corner{grid-column:auto}}.pf-gallery-list{flex-direction:column;gap:20px;margin-top:8px;display:flex}.pf-gallery-card{border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:16px 18px 18px}.pf-gallery-cardhead{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.pf-gallery-cardhead .section-heading{overflow-wrap:anywhere;flex:1;min-width:0;margin:0}.pf-gallery-cardhead .ghost{flex:none}.pf-gallery-imgs{flex-wrap:wrap;gap:16px;display:flex}.pf-gallery-fig{flex:280px;min-width:0;margin:0}.pf-gallery-imgbtn{cursor:zoom-in;background:0 0;border:0;width:100%;padding:0;display:block}.pf-gallery-img{object-fit:contain;border:1px solid var(--border);background:var(--bg);border-radius:9px;width:100%;max-height:50vh;display:block}.pf-gallery-img-empty{aspect-ratio:1;color:var(--muted);justify-content:center;align-items:center;font-size:.85rem;display:flex}.pf-gallery-cap{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;margin-top:6px;font-size:.85rem;display:flex}.pf-gallery-cap span{overflow-wrap:anywhere;min-width:0}.pf-gallery-dl{font:inherit;cursor:pointer;color:var(--accent);white-space:nowrap;background:0 0;border:none;padding:0;text-decoration:none}.pf-gallery-dl:hover{text-decoration:underline}.pf-gallery-lock{color:var(--text);margin:14px 0 4px}.pf-gallery-meta{color:var(--muted);margin:0;font-size:.9rem}.pf-lightbox{z-index:50;cursor:zoom-out;background:#14120edb;justify-content:center;align-items:center;padding:32px;display:flex;position:fixed;inset:0}.pf-lightbox-img{cursor:default;border-radius:8px;max-width:100%;max-height:100%;box-shadow:0 12px 48px #00000080}.pf-lightbox-loading{color:#ffffffd9;cursor:default;font-size:.95rem}.pf-lightbox-close{color:#fff;cursor:pointer;background:#ffffff24;border:0;border-radius:50%;width:40px;height:40px;font-size:1.6rem;line-height:1;position:absolute;top:18px;right:22px}.pf-lightbox-close:hover{background:#ffffff42}.pf-maint{flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;display:flex}.pf-maint-status{color:var(--muted);font-size:.85rem}.pf-list{flex-direction:column;gap:8px;margin:12px 0 0;padding:0;list-style:none;display:flex}.pf-list-row{border:1px solid var(--border);background:var(--surface);border-radius:10px;align-items:center;gap:12px;padding:10px;display:flex}.pf-list-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.pf-list-text span{color:var(--muted);overflow-wrap:anywhere;font-size:.85rem}.pf-thumb{object-fit:cover;border:1px solid var(--border);border-radius:8px;flex-shrink:0;width:48px;height:48px}.pf-thumb-empty{color:var(--muted);background:#faf8f3;justify-content:center;align-items:center;font-size:.6rem;display:flex}
