@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Instrument+Serif:ital@0;1&display=swap");:root{--bg:#f8f7f4;--surface:#ffffff;--surface2:#f1f0ec;--border:#e2e0d8;--text:#1a1a1f;--muted:#6b6b76;--accent:#3d6b1e;--accent-dim:#5a8f2e;--danger:#d64545;--success:#1f8a5c;--radius:10px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,system-ui,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{font-family:"Instrument Serif",Georgia,serif;font-weight:400}.btn,button{font-family:inherit;cursor:pointer;border:none;border-radius:var(--radius);padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:opacity .15s,transform .1s}button:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background:var(--accent);color:#ffffff}.btn-primary:hover:not(:disabled){opacity:.9}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-danger{background:var(--danger);color:white}input,select,textarea{font-family:inherit;background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:var(--radius);padding:.65rem .85rem;width:100%;font-size:.9rem}textarea{min-height:120px;resize:vertical}label{display:block;font-size:.8rem;color:var(--muted);margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.04em}.card{background:var(--surface);border:1px solid var(--border);border-radius:calc(var(--radius) + 2px);padding:1.25rem;box-shadow:0 1px 3px rgba(26,26,31,.04)}.badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600;background:var(--surface2);border:1px solid var(--border);color:var(--text)}.badge-success{background:#e8f5ee;color:var(--success);border-color:#b8e0cc}.badge-warn{background:#fef9e8;color:#9a7b0a;border-color:#f0e0a0}.badge-danger{background:#fdeeee;color:var(--danger);border-color:#f5c4c4}.grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}@media (max-width:768px){.grid-2{grid-template-columns:1fr}}.app-shell{max-width:1200px;margin:0 auto;padding:1.5rem}.app-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 0 2rem;border-bottom:1px solid var(--border);margin-bottom:2rem}.logo{font-family:"Instrument Serif",serif;font-size:1.75rem;color:var(--text)}.logo span{color:var(--accent)}.tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.tab{padding:.5rem 1rem;border-radius:var(--radius);background:transparent;color:var(--muted);border:1px solid transparent;cursor:pointer}.tab.active{background:var(--surface);color:var(--text);border-color:var(--border);box-shadow:0 1px 2px rgba(26,26,31,.05)}.entity-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1rem;gap:1rem}.entity-card{display:flex;flex-direction:column;padding:1rem}.entity-preview-link{display:block;text-decoration:none;color:inherit}.entity-preview{position:relative;width:100%;aspect-ratio:16/9;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.entity-preview-img{width:100%;height:100%;object-fit:contain;display:block;background:#eae9e4}.entity-preview-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;color:var(--muted);font-size:.85rem;text-align:center;padding:1rem}.stat{font-size:2rem;font-family:"Instrument Serif",serif;color:var(--accent)}.render-log-panel h3{margin:0;font-size:1.1rem}.render-progress{height:6px;background:var(--surface2);border-radius:999px;overflow:hidden}.render-progress-bar{height:100%;background:var(--accent);border-radius:999px;transition:width .4s ease}.render-log{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.75rem;line-height:1.45;background:#1a1a1f;color:#d8e8c8;border-radius:var(--radius);padding:1rem;max-height:360px;overflow:auto;white-space:pre-wrap;word-break:break-word;margin:0}.system-prompt-tab{display:flex;flex-direction:column;gap:.75rem}.system-section{padding:0;overflow:hidden}.system-section[open]{padding-bottom:.25rem}.system-section-title{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem;cursor:pointer;font-weight:600;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.system-section-title::-webkit-details-marker{display:none}.system-section-title:before{content:"▸";margin-right:.5rem;color:var(--muted);transition:transform .15s}.system-section[open]>.system-section-title:before{transform:rotate(90deg)}.system-section-body{padding:0 1.25rem 1rem}.system-json,.system-prompt{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.75rem;line-height:1.5;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;white-space:pre-wrap;word-break:break-word;margin:0;max-height:280px;overflow:auto}.system-json{max-height:420px}.system-kv{display:flex;flex-direction:column;gap:.35rem}.system-kv-row{display:grid;grid-template-columns:180px 1fr;grid-gap:.75rem;gap:.75rem;font-size:.85rem;padding:.35rem 0;border-bottom:1px solid var(--border)}.system-kv-key{color:var(--muted);font-family:ui-monospace,monospace;font-size:.8rem}.system-kv-val{word-break:break-word}@media (max-width:600px){.system-kv-row{grid-template-columns:1fr}}