:root{--background:#FDF7F2;--surface:#FFFFFF;--surface-elevated:#F7E9DE;--surface-overlay:rgba(43,30,20,0.42);--border:#E8DCC8;--text-primary:#6B5039;--text-secondary:#8B7355;--text-muted:#A89279;--accent:#DCAA79;--accent-strong:#F09037;--accent-strong-hover:#D87825;--success:#6B8E5A;--warning:#D9A441;--error:#B85450;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--shadow-sm:0 1px 2px rgba(107,80,57,0.08);--shadow-md:0 2px 8px rgba(107,80,57,0.10);--shadow-lg:0 8px 32px rgba(107,80,57,0.18);--toast-bg:#322617;--toast-fg:#F5E8D5;--fg:var(--text-primary);--bg:var(--background);--muted:var(--text-muted);--card:var(--surface);--warn:var(--warning);--err:var(--error);--nav-h:48px}[data-theme=dark]{--background:#1A1410;--surface:#251D14;--surface-elevated:#322617;--surface-overlay:rgba(0,0,0,0.55);--border:#3E3019;--text-primary:#F5E8D5;--text-secondary:#C9B091;--text-muted:#8B7355;--accent:#DCAA79;--accent-strong:#F09037;--accent-strong-hover:#FFA855;--success:#8FB374;--warning:#E5B450;--error:#D4716D;--shadow-sm:0 1px 2px rgba(0,0,0,0.40);--shadow-md:0 2px 8px rgba(0,0,0,0.45);--shadow-lg:0 8px 32px rgba(0,0,0,0.55);--toast-bg:#F5E8D5;--toast-fg:#1A1410}html{color-scheme:light}html[data-theme=dark]{color-scheme:dark}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:var(--background);color:var(--text-primary)}.card,.nav,.selector-card,body,button,details.turn-content>summary,input,select,textarea{transition:background-color .2s ease,color .2s ease,border-color .2s ease}a{color:var(--accent-strong);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;cursor:pointer;padding:.5rem 1rem;border:1px solid var(--border);background:var(--surface);color:var(--text-primary);border-radius:var(--radius-sm)}button:hover{background:var(--surface-elevated)}button.primary{background:var(--accent-strong);color:#fff;border-color:var(--accent-strong)}button.primary:hover{background:var(--accent-strong-hover);border-color:var(--accent-strong-hover);opacity:1}button.danger{background:var(--error);color:#fff;border-color:var(--error)}button.danger:hover{opacity:.9}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent-strong);outline-offset:2px}input,select,textarea{font:inherit;padding:.5rem;border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;background:var(--surface);color:var(--text-primary)}input:focus,select:focus,textarea:focus{border-color:var(--accent-strong);outline:none}textarea{resize:vertical}label{font-size:.85em;color:var(--text-muted);display:block;margin-bottom:.25rem}.field{margin-bottom:.75rem}.container{max-width:1100px;margin:2rem auto;padding:0 1rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;margin-bottom:.5rem;box-shadow:var(--shadow-sm)}.card.selected{border-color:var(--accent-strong);box-shadow:0 0 0 2px rgba(240,144,55,.18)}.row{display:flex;gap:1rem;align-items:center}.row.wrap{flex-wrap:wrap}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.muted{color:var(--text-muted);font-size:.9em}.badge{display:inline-block;font-size:.75em;padding:.1em .5em;border-radius:999px;border:1px solid}.badge-hero{color:var(--accent-strong);border-color:var(--accent-strong)}.badge-custom,.badge-hero{background:var(--surface-elevated)}.badge-custom{color:var(--accent);border-color:var(--accent)}.badge-locked{color:var(--text-muted);border-color:var(--text-muted)}.badge-locked,.badge-success{background:var(--surface-elevated)}.badge-success{color:var(--success);border-color:var(--success)}.badge-warn{color:var(--warning);border-color:var(--warning)}.badge-error,.badge-warn{background:var(--surface-elevated)}.badge-error{color:var(--error);border-color:var(--error)}.tag{font-size:.8em;background:var(--surface-elevated);color:var(--text-secondary);border-radius:var(--radius-sm);padding:.15em .5em}.nav{position:fixed;top:0;left:0;right:0;height:var(--nav-h);background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:1.5rem;padding:0 1.5rem;z-index:100}.nav-brand{font-weight:600;color:var(--text-primary);margin-right:.5rem}.nav a{color:var(--text-secondary);font-size:.9em}.nav a:hover{color:var(--text-primary);text-decoration:none}.nav-spacer{height:var(--nav-h)}.status-queued{color:var(--text-muted)}.status-generating{color:var(--accent)}.status-locked{color:var(--accent-strong)}.status-waiting_for_approval{color:var(--warning)}.status-done{color:var(--success)}.status-failed{color:var(--error)}h2{margin:1.5rem 0 .75rem;font-size:1.1rem}h2,h3{color:var(--text-primary)}h3{margin:0 0 .5rem;font-size:1rem}.selector-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.selector-card{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius-md);padding:.75rem;cursor:pointer;transition:border-color .15s,background-color .2s ease}.selector-card:hover{border-color:var(--accent)}.selector-card.selected{border-color:var(--accent-strong);background:var(--surface-elevated)}.selector-card .card-title{font-weight:600;font-size:.95rem;color:var(--text-primary)}.selector-card .card-sub{font-size:.8rem;color:var(--text-muted);margin-top:.2rem}a.tool-card-link{display:block}a.tool-card-link,a.tool-card-link:hover{text-decoration:none}a.tool-card-link .card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .2s ease,color .2s ease}a.tool-card-link:hover .card{transform:translateY(-1px);box-shadow:var(--shadow-md);border-color:var(--accent)}.card table tbody tr{transition:background-color .15s ease}.card table tbody tr:hover{background:var(--surface-elevated)}details summary{cursor:pointer;font-weight:600;padding:.5rem 0}details[open] summary{margin-bottom:.5rem}details.turn-content{margin-top:.5rem}details.turn-content>summary{list-style:none;font-weight:500;padding:.5rem .75rem;background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.88em;color:var(--text-primary);display:flex;align-items:center;gap:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}details.turn-content>summary:hover{background:var(--border)}details.turn-content>summary::-webkit-details-marker{display:none}details.turn-content>summary>.chevron{display:inline-block;transition:transform .15s ease;font-size:1em;color:var(--text-muted);flex-shrink:0;width:1em;text-align:center}details.turn-content[open]>summary>.chevron{transform:rotate(90deg)}details.turn-content>summary>.preview{flex:1 1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.92em;color:var(--text-muted)}details.turn-content>summary>.hint{color:var(--accent-strong);flex-shrink:0;font-weight:500}details.turn-content:not([open])>summary>.hint-hide,details.turn-content[open]>summary>.hint-show,details.turn-content[open]>summary>.preview{display:none}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_8b3a0b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_8b3a0b{--font-inter:"Inter","Inter Fallback"}