@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600;700;900&family=Oswald:wght@300;400;500&display=swap");:root{--ink:#171815;--paper:#e8e2d6;--paper2:#d8d0c2;--red:#9d2b23;--muted:#807c72;--line:rgba(23,24,21,.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--ink);font-family:"Noto Serif SC",serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.topbar{height:72px;color:#eee7da;justify-content:space-between;padding:0 4vw;border-bottom:1px solid #383934;position:-webkit-sticky;position:sticky;top:0;background:rgba(23,24,21,.94);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:20}.brand,.topbar{display:flex;align-items:center}.brand{gap:10px}.brand span{font-size:22px;font-weight:900;letter-spacing:.2em}.brand i{font:300 10px Oswald,sans-serif;letter-spacing:.28em;color:#898a81}.model-pill{font:400 10px Oswald,sans-serif;letter-spacing:.14em;border:1px solid #44453f;padding:8px 12px;border-radius:20px;color:#aaa99e}.model-pill span{display:inline-block;width:6px;height:6px;background:#b63a2f;border-radius:50%;box-shadow:0 0 12px #d54739;margin-right:8px}.quiet{border:0;background:transparent;color:#898a81;display:flex;gap:7px;align-items:center;font-size:11px}.hero{min-height:620px;color:#eae4d8;padding:110px 12vw 80px;position:relative;overflow:hidden;background:radial-gradient(circle at 72% 40%,rgba(157,43,35,.17),transparent 28%),linear-gradient(120deg,#171815,#20211d)}.hero:after{content:"";position:absolute;inset:0;opacity:.12;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E")}.kicker{font:400 11px Oswald,sans-serif;letter-spacing:.35em;color:#a3a196;margin-bottom:50px}.hero h1{font-size:clamp(42px,6vw,88px);line-height:1.18;margin:0;font-weight:700;letter-spacing:.02em}.hero h1 em{color:#b94a3e;font-style:normal}.hero p{font-size:15px;line-height:2;max-width:600px;color:#aaa99e;margin:38px 0}.down{position:absolute;bottom:45px;left:12vw;color:#8f8e83;animation:bob 2s ease-in-out infinite}@keyframes bob{50%{transform:translateY(8px)}}.workspace{display:flex;background:var(--paper);max-width:1500px;margin:auto}.rail{width:72px;flex:0 0 72px;background:#20211d;color:#77786f;display:flex;flex-direction:column;align-items:center;padding:80px 0;gap:14px;font:400 11px Oswald,sans-serif;letter-spacing:.1em}.rail i{height:52px;width:1px;background:#41423c}.rail .active{color:#e04a3e}.content{flex:1 1;min-width:0}.chapter{padding:76px clamp(28px,7vw,100px);border-bottom:1px solid var(--line)}.chapter-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:38px}.chapter-head>div{display:flex;align-items:baseline;gap:18px}.chapter-head b{font:400 13px Oswald,sans-serif;color:var(--red)}.chapter-head span{font-size:26px;font-weight:700}.chapter-head small{font-size:11px;color:var(--muted)}.credentials{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.credentials label,.select-field{display:flex;flex-direction:column;gap:9px}.credentials label>span,.select-field span{font:500 10px Oswald,sans-serif;letter-spacing:.15em;color:#62635d}.credentials input,.select-field select{width:100%;border:1px solid var(--line);background:rgba(255,255,255,.24);padding:15px 16px;outline:none}.credentials input:focus,.select-field select:focus{border-color:var(--red)}.input-wrap{display:flex;border:1px solid var(--line);background:rgba(255,255,255,.24)}.input-wrap button,.input-wrap input{border:0;background:transparent}.input-wrap button{padding:0 14px;color:#777}.upload-row{display:flex;gap:16px;flex-wrap:wrap}.thumb,.upload-card{height:210px;width:164px;border:1px dashed #9c978b;background:rgba(255,255,255,.2);position:relative}.upload-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#575850}.upload-card svg{color:var(--red)}.upload-card strong{font-size:13px}.upload-card small{font-size:10px;color:#88857c}.thumb img{width:100%;height:100%;object-fit:cover;filter:saturate(.85)}.thumb span{left:8px;bottom:8px;background:#171815;padding:4px 7px;font:10px Oswald,sans-serif}.thumb button,.thumb span{position:absolute;color:white}.thumb button{right:6px;top:6px;border:0;border-radius:50%;width:28px;height:28px;background:rgba(23,24,21,.8);display:grid;place-items:center}.preset-grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line)}.preset{min-height:150px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:transparent;text-align:left;padding:20px;position:relative;transition:.25s}.preset:hover{background:rgba(255,255,255,.28)}.preset.selected{background:#20211d;color:#eee8dc}.preset i{display:block;width:38px;height:3px;background:var(--accent);margin:22px 0 16px}.preset strong{display:block;font-size:16px}.preset small{display:block;margin-top:8px;color:#89867d;font-size:10px}.preset-no{font:10px Oswald,sans-serif;color:#99968c}.check{position:absolute;right:16px;top:16px;color:var(--accent)}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:34px}.reference-section{background:var(--paper2)}.reference-grid{display:grid;grid-template-columns:minmax(260px,.8fr) 1.2fr;grid-gap:28px;gap:28px}.reference-drop{min-height:370px;border:1px dashed #979184;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;overflow:hidden;background:rgba(255,255,255,.18);cursor:pointer}.reference-drop img{width:100%;height:370px;object-fit:cover}.reference-drop svg{color:var(--red)}.reference-drop strong{font-size:14px}.reference-drop small{font-size:10px;color:#77736a}.analysis-panel{border-top:3px solid var(--ink);padding:22px 4px;display:flex;flex-direction:column}.analysis-title{font:500 11px Oswald,sans-serif;letter-spacing:.2em;display:flex;justify-content:space-between}.analysis-title b{color:var(--red)}.analysis-panel h3{font-size:22px;line-height:1.5}.analysis-panel dl{display:grid;grid-template-columns:56px 1fr;margin:0;font-size:12px;line-height:1.8}.analysis-panel dt{color:var(--red)}.analysis-panel dd{margin:0;color:#55564f}.analysis-empty{display:grid;place-items:center;min-height:190px;color:#7a776e;text-align:center;font-size:13px;line-height:2;padding:30px}.palette{display:flex;margin:22px 0}.palette i{height:28px;flex:1 1}.outline-action{margin-top:auto;align-self:flex-start;border:1px solid var(--ink);background:transparent;padding:13px 18px;display:flex;align-items:center;gap:8px}.outline-action:disabled{opacity:.4}.finale{padding:60px clamp(28px,7vw,100px);background:#1d1e1a;color:#eee7da;display:flex;justify-content:space-between;align-items:center}.finale span,.result-head span{font:500 10px Oswald,sans-serif;letter-spacing:.22em;color:#b33b32}.finale h2,.result h2{font-size:30px;margin:8px 0}.finale p{font-size:11px;color:#8d8e84}.generate{border:0;background:var(--red);color:#fff;padding:18px 26px;display:flex;align-items:center;gap:10px;font-weight:700;box-shadow:0 12px 30px rgba(157,43,35,.24)}.generate:disabled{opacity:.55}.error{margin:22px clamp(28px,7vw,100px);border-left:3px solid var(--red);padding:16px;background:#f0d9d4;display:flex;gap:16px;align-items:center;font-size:12px}.error span{flex:1 1}.error button{border:0;background:transparent}.result{padding:76px clamp(28px,7vw,100px);background:#cfc6b7}.result-head{justify-content:space-between}.result-head,.result-head a{display:flex;align-items:center}.result-head a{background:#171815;color:white;padding:13px 18px;text-decoration:none;gap:8px;font-size:12px}.result>img{display:block;max-width:min(100%,820px);max-height:1000px;object-fit:contain;margin:30px auto 0;box-shadow:0 28px 70px rgba(25,25,21,.28)}footer{height:90px;color:#77786f;display:flex;align-items:center;justify-content:space-between;padding:0 4vw;font-size:10px;letter-spacing:.12em}footer span{color:#c9c5ba;font-weight:700}@media(max-width:900px){.quiet{display:none}.hero{min-height:540px;padding-left:8vw}.workspace{display:block}.rail{display:none}.preset-grid{grid-template-columns:repeat(2,1fr)}.credentials,.form-grid,.reference-grid{grid-template-columns:1fr}.chapter-head{align-items:flex-start;gap:12px}.chapter-head small{max-width:45%;text-align:right}.finale{flex-direction:column;align-items:flex-start;gap:24px}.reference-drop{min-height:280px}.reference-drop img{height:300px}}@media(max-width:520px){.topbar{padding:0 18px}.model-pill{display:none}.hero{padding:80px 24px}.hero h1{font-size:42px}.chapter{padding:54px 20px}.chapter-head span{font-size:21px}.chapter-head small{display:none}.preset-grid{grid-template-columns:1fr 1fr}.preset{min-height:135px;padding:14px}.thumb,.upload-card{width:calc(50% - 8px);height:190px}.finale,.result{padding:45px 20px}}.prop-picker{grid-column:1/-1;margin:0;padding:16px;border:1px solid var(--line);background:rgba(255,255,255,.16)}.prop-picker legend{padding:0 8px;font:500 11px Oswald,sans-serif;letter-spacing:.12em;color:#62635d}.prop-picker legend small{font-family:"Noto Serif SC",serif;letter-spacing:0;color:#8b877d;margin-left:8px}.prop-mode,.prop-tags{display:flex;flex-wrap:wrap;gap:8px}.prop-mode{padding-bottom:13px;margin-bottom:13px;border-bottom:1px solid var(--line)}.prop-picker button{border:1px solid rgba(23,24,21,.22);background:transparent;color:#575850;padding:8px 11px;font-size:11px;display:inline-flex;align-items:center;gap:5px;transition:.18s}.prop-picker button:hover{border-color:#6b6a62;background:rgba(255,255,255,.3)}.prop-picker button.active{border-color:var(--red);background:var(--red);color:#fff}.prop-picker button svg{width:12px;height:12px}.prop-picker input{width:100%;margin-top:14px;border:0;border-bottom:1px solid var(--line);background:transparent;padding:11px 3px;outline:none;font-size:12px}.prop-picker input:focus{border-color:var(--red)}.custom-field>span{font:500 10px Oswald,sans-serif;letter-spacing:.16em;color:var(--red)}.custom-field{display:flex;flex-direction:column;gap:9px;margin-top:22px}.custom-field textarea{min-height:90px;resize:vertical;border:1px solid var(--line);background:rgba(255,255,255,.24);padding:14px;outline:none}.custom-field textarea:focus{border-color:var(--red)}.generation-lock{position:relative;margin:0;padding:0;border:0;min-width:0;transition:opacity .25s ease,filter .25s ease}.generation-lock:disabled{opacity:.42;filter:saturate(.45);cursor:wait}.generation-lock:disabled *{cursor:wait!important}.generation-lock-note{position:-webkit-sticky;position:sticky;top:86px;z-index:12;width:max-content;max-width:100%;margin:0 0 18px auto;padding:10px 14px;background:#20211d;color:#eee7da;box-shadow:0 8px 24px rgba(23,24,21,.18);font-size:11px;letter-spacing:.08em;display:flex;align-items:center;gap:8px}.generation-lock-note svg{color:#d94b3e}.finale-estimate{display:block;margin-top:8px;color:#e9c8bf}.visual-pass-toggle{display:flex;align-items:flex-start;gap:10px;margin:14px 0;padding:12px 14px;border:1px solid var(--line);background:rgba(255,255,255,.16);cursor:pointer}.visual-pass-toggle input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:15px;height:15px;margin:2px 0 0;border:1px solid var(--ink);background:transparent;display:grid;place-items:center}.visual-pass-toggle input:checked{border-color:var(--red);background:var(--red)}.visual-pass-toggle input:checked:after{content:"✓";font-size:11px;color:#fff}.visual-pass-toggle input:disabled{opacity:.35}.visual-pass-toggle span{display:flex;flex-direction:column;gap:3px}.visual-pass-toggle b{font-size:13px;font-weight:600;color:var(--ink)}.visual-pass-toggle small{font-size:11px;line-height:1.5;color:var(--muted)}.execution-preview{margin:28px 0 0;border-top:2px solid var(--ink);border-bottom:1px solid var(--line);background:rgba(255,255,255,.14)}.execution-preview summary{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:16px 0;cursor:pointer;list-style:none}.execution-preview summary::-webkit-details-marker{display:none}.execution-preview summary:before{content:"+";margin:0 10px 0 14px;color:var(--red);font:500 18px Oswald,sans-serif}.execution-preview[open] summary:before{content:"−"}.execution-preview summary span{margin-right:auto;font-family:var(--serif);font-size:18px;font-weight:700}.execution-preview summary small{margin-right:14px;color:var(--muted);font-size:11px}.execution-preview-body{padding:0 14px 16px}.execution-preview-body>p{margin:0 0 12px;color:var(--muted);font-size:12px}.execution-preview-body pre{max-height:300px;overflow:auto;white-space:pre-wrap;word-break:break-word;margin:0;padding:15px;border:1px solid var(--line);background:rgba(255,255,255,.28);font-family:var(--serif);font-size:13px;line-height:1.8;color:var(--ink)}.credentials label span{display:flex;align-items:center;gap:6px}.credentials label span i{font-style:normal;color:#a39e92;font-size:9px;font-weight:400;letter-spacing:.05em}.credentials-note{margin:12px 0 0;color:#817d73;font-size:11px;line-height:1.7}.credentials-note code{font-family:Oswald,sans-serif;color:#8d3029}.customization-panel,.visual-reference-panel{margin-top:26px;border-top:2px solid var(--ink);border-bottom:1px solid var(--line);background:rgba(255,255,255,.11)}.customization-panel summary,.visual-reference-panel summary{display:flex;align-items:baseline;gap:14px;padding:18px 16px;cursor:pointer;list-style:none}.customization-panel summary::-webkit-details-marker,.visual-reference-panel summary::-webkit-details-marker{display:none}.customization-panel summary:before,.visual-reference-panel summary:before{content:"+";font:500 18px Oswald,sans-serif;color:var(--red)}.customization-panel[open] summary:before,.visual-reference-panel[open] summary:before{content:"−"}.customization-panel summary span,.visual-reference-panel summary span{font-family:var(--serif);font-size:19px;font-weight:700}.customization-panel summary small,.visual-reference-panel summary small{margin-left:auto;color:var(--muted);font-size:11px}.customization-panel .form-grid{padding:0 16px}.customization-panel .custom-field{margin:22px 16px}.visual-reference-panel .embedded-reference{margin:0 16px 24px}.visual-reference-panel .embedded-reference-head{padding-top:10px}.reference-grid{align-items:stretch}.reference-stack{min-width:0;display:flex;flex-direction:column}.reference-stack .reference-drop{width:100%;min-height:160px;flex:1 1}.reference-thumbs{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:6px;gap:6px;margin-top:8px}.reference-thumbs>div{height:92px;position:relative;overflow:hidden;background:#aaa}.reference-thumbs img{width:100%;height:100%;object-fit:cover}.reference-thumbs button{position:absolute;right:3px;top:3px;border:0;background:rgba(20,20,18,.75);color:#fff;width:22px;height:22px;display:grid;place-items:center}.reference-thumbs span{position:absolute;left:4px;bottom:3px;background:#171815;color:#fff;padding:2px 4px;font:9px Oswald,sans-serif}.analysis-type{font:10px Oswald,sans-serif;letter-spacing:.12em;color:var(--red);margin-bottom:15px}.analysis-fields{margin-top:18px;border-top:1px solid var(--line)}.analysis-fields>div{padding:11px 0;border-bottom:1px solid var(--line)}.analysis-fields b{font-size:11px;color:#8d3029}.analysis-fields p,.analysis-list,.reverse-prompt p{font-size:11px;line-height:1.8;margin:5px 0;color:#55564f}.analysis-list b,.reverse-prompt b{color:#8d3029}.reverse-prompt{margin-top:18px;background:rgba(255,255,255,.28);padding:14px}.analysis-panel{max-height:760px;overflow:auto;padding-right:12px}@media(max-width:700px){.reference-thumbs{grid-template-columns:repeat(3,1fr)}}.model-source{display:grid;grid-template-columns:minmax(260px,1fr) auto;grid-gap:10px 14px;gap:10px 14px;align-items:end;margin-bottom:24px;padding:16px;border:1px solid var(--line);background:rgba(255,255,255,.18)}.model-source label{display:flex;flex-direction:column;gap:8px}.model-source label span{font:500 10px Oswald,sans-serif;letter-spacing:.14em;color:#62635d}.model-source select{width:100%;padding:12px;border:1px solid var(--line);background:#ece6da;outline:none}.model-source button{padding:12px 16px;border:1px solid var(--ink);background:transparent}.model-source button:disabled{opacity:.4}.model-source p{grid-column:1/-1;margin:0;color:#817d73;font-size:10px;line-height:1.7}@media(max-width:650px){.model-source{grid-template-columns:1fr}.model-source p{grid-column:auto}}.embedded-reference{margin-top:50px;padding-top:34px;border-top:2px solid var(--ink)}.embedded-reference-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px}.embedded-reference-head span{font:500 10px Oswald,sans-serif;letter-spacing:.16em;color:var(--red)}.embedded-reference-head h3{font-size:21px;margin:7px 0 0}.embedded-reference-head p{margin:0;color:#817d73;font-size:10px}.embedded-reference .model-source{margin-bottom:20px}@media(max-width:700px){.embedded-reference-head{display:block}.embedded-reference-head p{margin-top:8px}}.reference-actions{display:flex;align-items:center;gap:10px;margin-top:auto;flex-wrap:wrap}.reference-actions .outline-action{margin-top:0}.reset-reference{border:0;background:transparent;color:#8d3029;padding:12px 8px;text-decoration:underline;text-underline-offset:4px;font-size:11px}.reset-reference:disabled{opacity:.35;cursor:not-allowed}.estimate-note{font:500 11px Oswald,sans-serif;letter-spacing:.06em;color:#8d3029;white-space:nowrap}.visual-pass-toggle-above-action{margin-top:auto}.settings-page{min-height:100vh;background:var(--paper);color:var(--ink)}.settings-topbar{height:72px;background:var(--ink);justify-content:space-between;padding:0 7vw;font:500 10px Oswald,sans-serif;letter-spacing:.16em}.settings-back,.settings-topbar{color:#eae4d8;display:flex;align-items:center}.settings-back{gap:8px;text-decoration:none;font:500 12px "Noto Serif SC",serif;letter-spacing:0}.settings-shell{max-width:1120px;margin:auto;padding:84px 32px}.settings-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:42px;border-bottom:2px solid var(--ink);padding-bottom:24px}.settings-card-head>span,.settings-heading span{font:500 11px Oswald,sans-serif;letter-spacing:.2em;color:var(--red)}.settings-heading h1{font-size:42px;margin:8px 0 0}.settings-heading p{margin:0;max-width:370px;color:var(--muted);font-size:12px;line-height:1.8}.settings-card{border:1px solid var(--line);padding:28px;margin-bottom:18px;background:rgba(255,255,255,.18)}.settings-card-head{display:flex;gap:18px;margin-bottom:28px}.settings-card h2{font-size:20px;margin:0}.settings-card p{margin:7px 0 0;color:var(--muted);font-size:11px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.settings-grid label{display:flex;flex-direction:column;gap:8px}.settings-grid label>span{display:flex;align-items:center;gap:6px;font:500 10px Oswald,sans-serif;letter-spacing:.14em;color:#62635d}.settings-grid label i{font-style:normal;color:#a39e92}.settings-grid input,.settings-grid select{width:100%;min-height:48px;padding:12px 14px;border:1px solid var(--line);background:rgba(255,255,255,.28);outline:none}.settings-grid input:focus,.settings-grid select:focus{border-color:var(--red)}.settings-input-wrap{display:flex;border:1px solid var(--line);background:rgba(255,255,255,.28)}.settings-input-wrap button,.settings-input-wrap input{border:0;background:transparent}.settings-input-wrap button{padding:0 13px;color:var(--muted)}.settings-actions{display:flex;gap:14px;align-items:center;margin-top:18px}.settings-actions small,.settings-hint{font-size:11px;line-height:1.7;color:var(--muted)}.settings-outline{padding:10px 14px;border:1px solid var(--ink);background:transparent}.settings-hint code{font-family:Oswald,sans-serif;color:var(--red)}.settings-message{padding:12px 14px;border-left:3px solid var(--red);background:#f0d9d4;font-size:12px}.settings-footer{display:flex;justify-content:space-between;align-items:center;margin-top:32px}.settings-footer>div{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:11px}.settings-save{padding:14px 19px;background:var(--red);color:#fff;text-decoration:none;font-weight:700;font-size:13px}@media(max-width:700px){.settings-topbar{padding:0 24px}.settings-shell{padding:52px 20px}.settings-heading{display:block}.settings-heading p{margin-top:16px}.settings-grid{grid-template-columns:1fr}.settings-footer{align-items:flex-start;flex-direction:column;gap:18px}}@media(min-width:901px){.settings-topbar{position:fixed;inset:0 auto 0 0;z-index:20;width:278px;height:100vh;padding:30px 20px 24px;flex-direction:column;align-items:stretch;justify-content:flex-end;gap:12px;border-right:1px solid rgba(231,225,213,.17);font-size:8px}.settings-back{order:2;padding:13px 12px;border:1px solid rgba(231,225,213,.26)}.settings-shell{max-width:1120px;margin-left:278px;margin-right:auto;padding:76px clamp(38px,5vw,84px)}}.service-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:20px}.service-status{display:flex;align-items:center;gap:10px;padding:15px 16px;border:1px solid var(--line);border-radius:12px;color:var(--muted);background:rgba(255,255,255,.45)}.service-status svg{font-size:20px;color:#bc8f9c}.service-status.ready{color:var(--ink)}.service-status.ready svg{color:#72a884}.service-status b{margin-left:auto;font-size:12px;font-weight:700}@media(max-width:620px){.service-status-grid{grid-template-columns:1fr}}.desktop-nav{display:none}.history-panel{border-top:1px solid var(--line);background:#e5dfd3;padding:24px 20px}.history-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}.history-heading>div{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700}.history-heading svg{color:var(--red)}.history-heading small{color:var(--muted);font-size:11px;text-align:right;line-height:1.4}.history-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));grid-gap:12px;gap:12px}.history-item{margin:0;border:1px solid var(--line);background:rgba(255,255,255,.35)}.history-image{display:block;width:100%;height:150px;padding:0;border:0;background:#222;overflow:hidden}.history-image img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.history-image:hover img{transform:scale(1.04)}.history-item>div{display:flex;align-items:center;justify-content:space-between;padding:7px 8px}.history-item time{font:500 9px Oswald,sans-serif;color:var(--muted);letter-spacing:.06em}.history-delete{display:grid;place-items:center;border:0;background:transparent;color:#8a615b}.history-delete svg{width:14px;height:14px}.history-empty{min-height:170px;display:grid;place-content:center;text-align:center;grid-gap:10px;gap:10px;color:var(--muted);font-size:12px;line-height:1.7}.history-empty svg{margin:auto;color:#b6afa2;font-size:26px}@media (min-width:901px){.topbar{position:fixed;inset:0 auto 0 0;z-index:20;width:278px;height:100vh;padding:30px 20px 24px;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;border-right:1px solid rgba(231,225,213,.17);border-bottom:0}.topbar .brand{padding:0 4px 26px;border-bottom:1px solid rgba(231,225,213,.17)}.topbar .brand i{display:block;margin:6px 0 0 37px;font-size:8px}.desktop-nav{display:flex;flex-direction:column;gap:4px;padding:26px 0}.desktop-nav>span{padding:0 12px 8px;color:#9c9a92;font:500 10px Oswald,sans-serif;letter-spacing:.18em}.desktop-nav a{padding:12px;border-left:2px solid transparent;color:#c9c4b9;text-decoration:none;font:500 14px "Noto Serif SC",serif;transition:.18s ease}.desktop-nav a.active,.desktop-nav a:hover{border-left-color:var(--red);background:rgba(255,255,255,.07);color:#fff}.topbar .model-pill{margin-top:auto;align-self:stretch;padding:10px 12px;font-size:8px;letter-spacing:.09em}.topbar .quiet{margin-top:auto;padding:13px 12px;border:1px solid rgba(231,225,213,.26);justify-content:flex-start;color:#f4efe4}.workspace{display:block;max-width:none;min-height:100vh;margin:0 0 0 278px;padding:0;background:var(--paper)}.workspace .rail{display:none}.workspace .content{width:100%;max-width:1180px;margin:0 auto;padding:28px clamp(32px,4vw,62px) 36px}.chapter{padding:0;border:0}.chapter+.chapter{margin-top:18px;border:0}.compact-note{margin:0 0 14px;color:var(--muted);font-size:13px;line-height:1.6}.customization-panel,.visual-reference-panel{background:rgba(255,255,255,.12)}.execution-preview{margin-left:0;margin-right:0}.finale{position:static;margin:18px 0 0;padding:16px 18px;box-shadow:none;border:1px solid #34352f}.result{margin-left:0;margin-right:0}}@media(max-width:900px){.history-panel{margin:0;padding:28px 20px;border-top:1px solid var(--line)}.compact-note{margin-bottom:14px;color:var(--muted);font-size:13px;line-height:1.6}.finale{position:static;margin-top:18px;padding:16px 20px;box-shadow:none}}.history-page{min-height:100vh;background:var(--paper);color:var(--ink)}.history-page-content{max-width:1280px;margin:0 auto;padding:52px clamp(24px,6vw,92px)}.history-page-head{display:flex;justify-content:space-between;align-items:end;padding-bottom:24px;border-bottom:2px solid var(--ink)}.history-page-head span{font:500 10px Oswald,sans-serif;letter-spacing:.2em;color:var(--red)}.history-page-head h1{margin:8px 0 0;font-size:38px}.history-page-head p{margin:0;color:var(--muted);font-size:13px}.history-page-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px;margin-top:30px}.history-card{overflow:hidden;background:#ded7ca;border:1px solid var(--line)}.history-card>img{display:block;width:100%;aspect-ratio:3/4;object-fit:cover}.history-card>div{display:flex;align-items:center;justify-content:space-between;padding:10px}.history-card time{color:var(--muted);font-size:10px}.history-card>div>div{display:flex;gap:4px}.history-card a,.history-card button{display:grid;place-items:center;width:29px;height:29px;border:0;background:transparent;color:var(--ink)}.history-card a:hover,.history-card button:hover{background:rgba(23,24,21,.1)}.history-page-empty{min-height:58vh;display:grid;place-content:center;text-align:center}.history-page-empty>svg{margin:auto;color:#bcb5a8;font-size:36px}.history-page-empty h2{margin:16px 0 7px;font-size:22px}.history-page-empty p{margin:0;color:var(--muted);font-size:13px}.history-page-empty a{justify-self:center;margin-top:22px;padding:12px 16px;background:var(--ink);color:#fff;text-decoration:none;font-size:12px}@media(min-width:901px){.history-page-content{margin-left:278px;max-width:calc(1280px + 278px);padding-top:58px}}@media(max-width:900px){.history-page-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.history-page-content{padding-top:30px}.history-page-head{align-items:flex-start;flex-direction:column;gap:12px}}@media(max-width:520px){.history-page-grid{grid-template-columns:1fr}.history-page-head h1{font-size:30px}}:root{--ink:#594852;--paper:#fff8f7;--paper2:#ffede9;--red:#ed7897;--muted:#927882;--line:rgba(177,112,131,.25)}body{background:#fff5f6;background-image:radial-gradient(circle at 90% 4%,rgba(255,218,172,.5),transparent 26%),radial-gradient(circle at 4% 92%,rgba(204,229,249,.45),transparent 24%)}.topbar{background:rgba(255,224,231,.92);border-color:#f3c6d0;color:#704b5b;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{gap:8px}.brand svg{color:#ef7696}.brand span{font-size:20px;letter-spacing:.08em}.brand i{color:#b17c8d;letter-spacing:.16em}.model-pill{border-color:#f2b9c7;background:#fff9fa;color:#b17789}.model-pill span{background:#8cc9e7;box-shadow:0 0 12px #8cc9e7}.quiet{color:#8e6573}.quiet:hover{color:#e65d84}.history-page,.workspace{background:transparent}.customization-panel,.execution-preview,.settings-card,.thumb,.upload-card,.visual-reference-panel{border-radius:18px}.upload-card{border-color:#efb8c7;background:linear-gradient(145deg,#fffefe,#fff0f2);box-shadow:0 10px 26px rgba(224,134,157,.1)}.upload-card svg{color:#ef7696}.upload-card strong{color:#725661}.upload-card small{color:#b88b96}.thumb{border:0;border-radius:16px;overflow:hidden;box-shadow:0 8px 18px rgba(168,101,122,.2)}.thumb span{background:#ef7696;border-radius:8px}.thumb button{background:rgba(111,78,90,.75)}.customization-panel,.execution-preview,.visual-reference-panel{border-color:#f2c8d0;background:rgba(255,255,255,.68);box-shadow:0 8px 24px rgba(221,146,165,.08)}.customization-panel summary,.visual-reference-panel summary{padding:16px 18px}.customization-panel summary:before,.execution-preview summary:before,.visual-reference-panel summary:before{color:#ef7696}.customization-panel summary span,.execution-preview summary span,.visual-reference-panel summary span{color:#684f59}.custom-field textarea,.model-source,.prop-picker,.reference-drop,.select-field select{border-color:#f0c6ce!important;background:#fffdfd!important;border-radius:12px}.custom-field textarea:focus,.select-field select:focus{border-color:#ef7696!important;box-shadow:0 0 0 3px rgba(239,118,150,.12)}.prop-picker button.active,.visual-pass-toggle input:checked{background:#ef7696!important;border-color:#ef7696!important}.reference-drop{border-style:dashed;border-width:1px}.reference-drop svg{color:#ef7696}.analysis-panel{border-color:#f19ab1}.analysis-fields b,.analysis-list b,.analysis-title b,.analysis-type,.reverse-prompt b{color:#e76d8e}.generation-lock-note{background:#fff1f3;color:#71525e;box-shadow:0 8px 24px rgba(220,143,163,.18)}.generation-lock-note svg{color:#ef7696}.finale{background:linear-gradient(110deg,#ffc8d5,#ffadbf);border-color:transparent!important;border-radius:18px;color:#653b4a}.finale p{color:#8b596a}.generate{border-radius:14px;background:linear-gradient(135deg,#ef7093,#f596ad);box-shadow:0 12px 24px rgba(229,100,137,.26)}.error{border-color:#ef7696;background:#fff0f2;border-radius:12px}.result{background:#fff0ef}.result-head a{border-radius:12px;background:#ef7696}.result>img{border-radius:20px;box-shadow:0 24px 58px rgba(191,109,136,.25)}.history-page-head{border-color:#f2becb}.history-page-head span{color:#ef7696}.history-card{border-color:#f0ccd2;border-radius:16px;background:#fff;box-shadow:0 10px 24px rgba(213,140,158,.14)}.history-card>img{border-radius:16px 16px 0 0}.history-page-empty a{border-radius:12px;background:#ef7696}.history-page-empty>svg{color:#eea7b7}.settings-page{background:transparent}.settings-topbar{background:#ffe0e7;color:#6e4a59}.settings-back{color:#6e4a59}.settings-card{background:rgba(255,255,255,.62);border-color:#f1cbd2;border-radius:18px;box-shadow:0 9px 26px rgba(220,143,163,.1)}.settings-grid input,.settings-grid select,.settings-input-wrap{border-color:#f0cbd2;background:#fffdfd}.settings-save{border-radius:12px;background:#ef7696}.settings-message{border-color:#ef7696;background:#fff0f2}@media(min-width:901px){.topbar{border-right-color:#f2c6d1}.topbar .brand{border-bottom-color:#f2c6d1}.desktop-nav a{color:#8c6573;border-radius:0 12px 12px 0}.desktop-nav a.active,.desktop-nav a:hover{border-left-color:#ef7696;background:#fff7f8;color:#e66588}.topbar .quiet{border-color:#f0b9c8;color:#8e6573;background:#fff7f8}.topbar .quiet:hover{background:#fff}.settings-topbar{border-right-color:#f2c6d1}.settings-back{border-color:#f0b9c8;background:#fff7f8;border-radius:12px}}body,button,input,select,textarea{font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,sans-serif;font-size:14px}.analysis-title,.analysis-type,.brand i,.custom-field>span,.desktop-nav>span,.history-card time,.history-page-head span,.model-pill,.select-field span,.settings-card-head>span,.settings-grid label>span,.settings-heading span,small{font-size:12px!important;font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,sans-serif;letter-spacing:.02em!important}.embedded-reference-head p,.execution-preview summary small,.reference-drop small,.settings-actions small,.settings-card p,.settings-hint,.upload-card small,.visual-pass-toggle small{font-size:12px!important;line-height:1.65}.topbar{border-radius:0}.brand span{font-weight:800}.brand i{font-weight:600}.model-pill{border-radius:10px}.customization-panel,.execution-preview,.history-card,.settings-card,.thumb,.upload-card,.visual-reference-panel{border-radius:12px}.thumb{border-radius:10px}.custom-field textarea,.model-source,.prop-picker,.reference-drop,.select-field select,.settings-grid input,.settings-grid select,.settings-input-wrap,.visual-pass-toggle{border-radius:10px!important}.history-page-empty a,.outline-action,.prop-mode button,.prop-picker button,.prop-tags button,.settings-outline,.settings-save{border-radius:9px!important}.generate{border-radius:10px}.finale{border-radius:12px}.result>img{border-radius:14px}.history-card>img{border-radius:12px 12px 0 0}.history-card{box-shadow:0 5px 16px rgba(213,140,158,.13)}.customization-panel,.execution-preview,.settings-card,.upload-card,.visual-reference-panel{box-shadow:0 4px 14px rgba(221,146,165,.1)}:root{--ink:#4d4164;--paper:#f8f7fc;--paper2:#eeebf6;--red:#9380bc;--muted:#81778e;--line:rgba(132,116,164,.22)}body{background:#f4f2f8;background-image:radial-gradient(circle at 0 6%,rgba(252,209,219,.62),transparent 32%),radial-gradient(circle at 100% 92%,rgba(173,217,243,.55),transparent 30%),linear-gradient(135deg,#f8f2f6,#edf0fa)}.topbar{background:rgba(244,239,249,.82);border-color:rgba(183,168,214,.3);color:#4d4164}.brand svg{color:#9885bf}.brand i{color:#9384a7}.model-pill{border-color:rgba(147,128,188,.25);background:rgba(255,255,255,.6);color:#796d8e}.model-pill span{background:#add9f3;box-shadow:0 0 12px rgba(173,217,243,.9)}.quiet{color:#786d86}.quiet:hover{color:#66517f}.upload-card{border-color:rgba(183,168,214,.38);background:rgba(255,255,255,.66);box-shadow:0 14px 30px rgba(126,109,157,.1)}.reference-drop svg,.upload-card svg{color:#9380bc}.upload-card strong{color:#554967}.upload-card small{color:#95899f}.thumb span{background:#9380bc}.customization-panel,.execution-preview,.visual-reference-panel{border-color:rgba(183,168,214,.35);background:rgba(255,255,255,.64);box-shadow:0 12px 26px rgba(126,109,157,.08)}.customization-panel summary:before,.execution-preview summary:before,.visual-reference-panel summary:before{color:#9380bc}.customization-panel summary span,.execution-preview summary span,.visual-reference-panel summary span{color:#4d4164}.custom-field textarea,.model-source,.prop-picker,.reference-drop,.select-field select{border-color:rgba(183,168,214,.33)!important;background:rgba(255,255,255,.78)!important}.custom-field textarea:focus,.select-field select:focus{border-color:#9380bc!important;box-shadow:0 0 0 3px rgba(147,128,188,.12)}.prop-picker button.active,.visual-pass-toggle input:checked{background:#9380bc!important;border-color:#9380bc!important}.analysis-panel{border-color:#b7a8d6}.analysis-fields b,.analysis-list b,.analysis-title b,.analysis-type,.reverse-prompt b{color:#7c69a6}.generation-lock-note{background:#f4f0fb;color:#5d5070;box-shadow:0 8px 22px rgba(126,109,157,.14)}.finale{background:linear-gradient(105deg,rgba(252,209,219,.88),rgba(183,168,214,.82) 58%,rgba(173,217,243,.75));color:#4d4164}.finale p{color:#685a78}.generate{background:linear-gradient(135deg,#8973b2,#a88fc8);box-shadow:0 12px 24px rgba(111,89,153,.22)}.error{border-color:#b7a8d6;background:#f8f1f7}.result{background:rgba(255,255,255,.48)}.history-page-empty a,.result-head a,.settings-save{background:#8973b2}.history-card{border-color:rgba(183,168,214,.28);background:rgba(255,255,255,.76);box-shadow:0 8px 20px rgba(126,109,157,.1)}.history-page-head{border-color:rgba(183,168,214,.42)}.history-page-head span{color:#8973b2}.settings-topbar{background:rgba(244,239,249,.85);color:#4d4164}.settings-back{color:#4d4164}.settings-card{border-color:rgba(183,168,214,.3);background:rgba(255,255,255,.64);box-shadow:0 12px 26px rgba(126,109,157,.08)}.settings-grid input,.settings-grid select,.settings-input-wrap{border-color:rgba(183,168,214,.3);background:rgba(255,255,255,.78)}.desktop-nav a{font-size:16px!important;font-weight:700!important;letter-spacing:.01em!important}.desktop-nav a,.desktop-nav>span{font-family:"Noto Serif SC",Songti SC,serif!important}.desktop-nav>span{font-size:14px!important;font-weight:600!important;color:#766b82!important}.desktop-nav a.active,.desktop-nav a:hover{border-left-color:#9380bc!important;background:rgba(255,255,255,.66)!important;color:#514365!important}.topbar .quiet{border-color:rgba(147,128,188,.28);background:rgba(255,255,255,.55);color:#625573}.settings-back{border-color:rgba(147,128,188,.28)!important;background:rgba(255,255,255,.55)!important}.admin-page{min-height:100vh;background:#f1f0f6;color:#403a50;font-family:PingFang SC,Microsoft YaHei,sans-serif}.admin-loading{display:grid;place-items:center;color:#8d82a3}.admin-login{width:min(440px,calc(100vw - 40px));margin:14vh auto;padding:45px;background:rgba(255,255,255,.8);border:1px solid rgba(145,126,180,.26);border-radius:28px;box-shadow:0 24px 70px rgba(82,68,108,.14)}.admin-brand,.admin-mark{display:flex;align-items:center;gap:9px;font-family:"Noto Serif SC",serif;font-weight:800}.admin-mark svg{color:#9b84bd;font-size:28px}.admin-mark span{font-size:24px}.admin-eyebrow,.admin-panel header span{display:block;margin-top:30px;color:#aa91bb;font-size:11px;letter-spacing:.15em}.admin-login h1{font-family:"Noto Serif SC",serif;font-size:34px;margin:8px 0}.admin-login p{font-size:13px;line-height:1.8;color:#847a91}.admin-login form{display:flex;gap:10px;margin-top:28px}.admin-login label{flex:1 1;display:flex;align-items:center;gap:8px;padding:0 13px;border:1px solid rgba(145,126,180,.28);border-radius:12px;background:#fff}.admin-login input{min-width:0;width:100%;border:0;outline:0;padding:13px 0;background:transparent}.admin-login button,.admin-savebar button{border:0;border-radius:12px;background:#8c74b4;color:#fff;font-weight:700;padding:0 18px}.admin-login small{display:block;margin-top:12px;color:#bd647e}.admin-login>a{display:inline-flex;align-items:center;gap:6px;margin-top:28px;color:#76688a;text-decoration:none;font-size:13px}.admin-topbar{height:68px;padding:0 clamp(20px,5vw,74px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(145,126,180,.2);background:rgba(250,249,253,.83);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.admin-topbar a,.admin-topbar button{display:flex;align-items:center;gap:7px;border:0;background:transparent;color:#6f637e;text-decoration:none;font-size:13px}.admin-brand{font-size:18px}.admin-brand span{font-family:PingFang SC,sans-serif;font-size:10px;letter-spacing:.12em;color:#9e91af}.admin-shell{max-width:1120px;margin:auto;padding:54px 24px 100px}.admin-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:28px}.admin-heading span{font-size:11px;letter-spacing:.15em;color:#ad90bd}.admin-heading h1{font:800 36px/1.2 "Noto Serif SC",serif;margin:7px 0}.admin-heading p{font-size:13px;color:#82778e;margin:0}.admin-live{padding:8px 12px;border-radius:99px;background:#e9f3ed;color:#5f8e6e;font-size:12px}.admin-live i{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#67ad7a}.admin-panel{margin-bottom:16px;padding:25px;border:1px solid rgba(145,126,180,.24);border-radius:20px;background:rgba(255,255,255,.66);box-shadow:0 8px 25px rgba(106,91,132,.06)}.admin-panel header{display:flex;gap:13px}.admin-panel-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:#f1eafa;color:#8870ae}.admin-panel h2{margin:0;font:800 19px "Noto Serif SC",serif}.admin-panel p{margin:4px 0 0;color:#8c8196;font-size:12px}.admin-panel header span{margin:0;font-size:10px}.admin-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:13px;gap:13px;margin-top:20px}.admin-field{display:flex;flex-direction:column;gap:7px}.admin-field span{font-size:11px;color:#776b86}.admin-field input,.admin-field select{height:42px;padding:0 11px;border:1px solid rgba(145,126,180,.26);border-radius:10px;background:rgba(255,255,255,.8);color:#4b405a;outline:none}.admin-field input:focus,.admin-field select:focus{border-color:#a78dca;box-shadow:0 0 0 3px rgba(167,141,202,.13)}.admin-savebar{position:-webkit-sticky;position:sticky;bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 17px;border:1px solid rgba(145,126,180,.28);border-radius:17px;background:rgba(250,249,253,.93);box-shadow:0 12px 35px rgba(86,70,108,.16);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.admin-savebar span{font-size:12px;color:#776b86}.admin-savebar button{display:flex;align-items:center;gap:7px;height:42px}.admin-savebar button:disabled{opacity:.58}@media(max-width:760px){.admin-topbar{padding:0 18px}.admin-brand span{display:none}.admin-shell{padding:34px 16px 76px}.admin-heading{align-items:flex-start;flex-direction:column;gap:14px}.admin-heading h1{font-size:29px}.admin-fields{grid-template-columns:1fr}.admin-savebar{align-items:stretch;flex-direction:column}.admin-savebar button{justify-content:center;height:44px}.admin-login{margin:9vh auto;padding:32px 24px}.admin-login form{flex-direction:column}.admin-login button{height:44px}}.admin-field input:disabled{cursor:not-allowed;background:#f1edf5;color:#81768d}.admin-url-history{display:flex;flex-wrap:wrap;gap:5px;margin-top:1px}.admin-url-history button{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid rgba(145,126,180,.2);border-radius:99px;background:#f6f2fa;color:#806995;padding:4px 8px;font-size:10px}.admin-url-history button:hover{border-color:#a78dca;background:#ece4f4}