:root{--bg: #f5f8f6;--paper: #ffffff;--paper-soft: #fbfdfb;--ink: #17211d;--muted: #6b7771;--line: #dce7df;--mint: #60c7a1;--mint-dark: #279b76;--aqua: #dff6ee;--blue: #6697e8;--rose: #ef6f78;--amber: #f4be57;--shadow: 0 18px 48px rgba(32, 63, 48, .12);--radius: 8px;font-family:Inter,SF Pro Display,PingFang SC,Microsoft YaHei,Arial,sans-serif}*{box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{width:0;height:0;display:none}body{margin:0;min-height:100vh;overflow:hidden;color:var(--ink)}button,input,textarea{font:inherit}button{height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:#26332e;font-weight:700;font-size:13px;cursor:pointer}button:disabled{opacity:.58;cursor:not-allowed}.dark button{border-color:var(--line);background:#17211d;color:var(--ink)}.dark button:hover{background:#1f2b26}.app-root{min-height:100vh;background:radial-gradient(circle at 6% 7%,rgba(96,199,161,.24),transparent 28%),linear-gradient(135deg,#f7faf8,#eef7f3 54%,#f9f3ee);color:var(--ink)}.app-root.dark{--paper: #151d1a;--paper-soft: #1b2521;--ink: #edf6f1;--muted: #9baaa3;--line: #2b3a34;--aqua: #1d3b32;--shadow: 0 18px 48px rgba(0, 0, 0, .34);background:radial-gradient(circle at 6% 7%,rgba(96,199,161,.14),transparent 28%),linear-gradient(135deg,#0f1714,#131d19 54%,#1b1917)}.shell{width:100vw;height:100vh;height:100dvh;padding:0}.app-frame{height:100%;display:grid;grid-template-rows:58px 1fr;overflow:hidden;border:1px solid rgba(255,255,255,.78);border-radius:0;background:#ffffffbd;box-shadow:none;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.dark .app-frame{border-color:#ffffff14;background:#121b17d1}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 18px 0 20px;border-bottom:1px solid var(--line);background:#ffffffb8}.dark .topbar{background:#121b17cc}.brand{display:flex;align-items:center;gap:12px;min-width:230px}.logo{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;overflow:hidden;background:transparent;color:#fff;box-shadow:none}.logo img{width:100%;height:100%;display:block;object-fit:contain}.brand h1{margin:0;font-size:17px;line-height:1.1;letter-spacing:0}.brand span{display:block;margin-top:3px;color:var(--muted);font-size:12px;font-weight:500}.endpoint{min-width:0;flex:1;max-width:560px;display:flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:var(--paper-soft);color:var(--muted);font-size:12px}.endpoint code{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#2c3a34;font-family:JetBrains Mono,Consolas,monospace;font-size:12px}.dark .endpoint code{color:#dbe8e1}.dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:var(--mint);box-shadow:0 0 0 5px #60c7a129}.dot.warn{background:var(--amber);box-shadow:0 0 0 5px #f4be5729}.top-actions{display:flex;align-items:center;gap:10px}.primary{border-color:transparent;background:#1e9f78;color:#fff;box-shadow:0 10px 22px #279b7638}.dark .primary,.dark .primary:hover{border-color:transparent;background:#1e9f78;color:#fff;box-shadow:0 10px 22px #279b762e}.full{width:100%}.main{display:grid;grid-template-columns:var(--sidebar-width, 244px) 2px minmax(0,1fr) 318px;min-height:0}.main.settings-hidden,.main.gallery-mode{grid-template-columns:var(--sidebar-width, 244px) 2px minmax(0,1fr)}.sidebar,.inspector{min-height:0;padding:16px;background:#fbfdfbd1}.dark .sidebar,.dark .inspector{background:#151d1ae0}.sidebar{display:flex;flex-direction:column;padding-right:10px}.sidebar-resizer{width:2px;min-height:0;cursor:col-resize;background:linear-gradient(to right,var(--line),transparent);opacity:.72;transition:background .15s ease,opacity .15s ease}.sidebar-resizer:hover{opacity:1;background:var(--mint)}.inspector{overflow:auto;border-left:1px solid var(--line)}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;color:var(--ink);font-size:13px;font-weight:800}.session-list{display:grid;gap:8px;flex:1;align-content:start;overflow:auto}.session{height:auto;display:block;width:100%;padding:8px 9px;border:1px solid transparent;border-radius:var(--radius);background:transparent;text-align:left;transition:background .18s ease,border-color .18s ease,transform .18s ease}.session.active{border-color:#b7e8d6;background:#effbf6}.dark .session.active{border-color:#2b7e63;background:#17342b}.session:hover{border-color:#cfe5da;transform:translateY(-1px)}.dark .session:hover{border-color:#2f4a40;background:#edf6f10a}.session-line{display:grid;grid-template-columns:minmax(0,1fr) 16px 24px;align-items:center;gap:6px;width:100%;min-width:0}.icon-only{width:24px;height:24px;display:inline-grid;place-items:center;border-radius:6px}.danger{color:#bb4b55}.dark .danger{color:#ffadb4}.session-delete{flex:0 0 auto;justify-self:end}.session-loading-slot{width:16px;height:16px;display:grid;place-items:center;color:#2b8b6b}.dark .session-loading-slot{color:#8ce0bd}.session.generating:not(.active){background:#dff6ee7a}.dark .session.generating:not(.active){background:#1d3b3257}.pill{display:inline-flex;align-items:center;gap:5px;min-height:22px;padding:3px 8px;border:0;border-radius:999px;background:#eef3f0;color:var(--muted);font-size:11px;font-weight:800;box-shadow:none}.pill.good{background:var(--aqua);color:#25815f}.pill.warn{background:#fff3dd;color:#95661c}.pill.fail{background:#ffe9ea;color:#b7424c}.pill.blue{background:#e9f0ff;color:#356ec8}.dark .pill{background:#22302b;color:#aab8b2}.dark .pill.good{background:#1d3b32;color:#8ce0bd}.dark .pill.warn{background:#3d3320;color:#f3c86c}.dark .pill.fail{background:#3b2227;color:#ffadb4}.dark .pill.blue{background:#1e2d49;color:#a8c4ff}.tiny{min-height:23px;padding:0 7px;border-radius:6px;font-size:10px}.draft{display:-webkit-box;min-height:34px;overflow:hidden;color:var(--muted);font-size:12px;line-height:1.42;-webkit-line-clamp:2;-webkit-box-orient:vertical}.session-draft{display:block;min-height:0;min-width:0;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-line-clamp:unset;-webkit-box-orient:initial}.app-footer{display:grid;gap:10px;padding-top:14px;margin-top:14px;border-top:1px solid var(--line)}.version-line,.theme-toggle{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:11px;font-weight:800}.theme-toggle{width:100%;background:#ffffff9e}.dark .theme-toggle{background:#111a17eb;border-color:#2b3a34;color:#edf6f1}.dark .theme-toggle .switch{background:#60c7a1;box-shadow:inset 0 0 0 1px #ffffff14}.dark .theme-toggle .switch.off{background:#36433d}.dark .theme-toggle .switch:after{box-shadow:0 2px 5px #00000059}.workspace{min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);background:#ffffff94}.dark .workspace,.dark .gallery-page,.dark .prompt-library-page{background:#121b17a8}.composer{min-width:0;padding:10px 16px 10px 12px;border-bottom:1px solid var(--line)}.composer.drop-active{background:#2ead7c14}.dark .composer.drop-active{background:#60c7a11a}.composer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px}.composer-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.composer-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.composer-head button{height:30px;padding:0 10px;border-radius:8px;font-size:12px;font-weight:800;line-height:1}.composer-head button svg{flex:0 0 auto}.composer-head .clear-prompt-button{font-family:Microsoft YaHei UI,Microsoft YaHei,PingFang SC,Arial,sans-serif;font-size:12px;font-weight:600;line-height:1;letter-spacing:0;font-synthesis:none}.composer-head .clear-prompt-button span{display:inline-block;font:inherit;line-height:1}.composer-head .clear-prompt-button svg{width:14px;height:14px}.reference-strip{display:flex;align-items:center;gap:10px;min-width:0;margin-bottom:8px}.reference-list{min-width:0;flex:1 1 auto;display:flex;align-items:center;gap:8px;overflow-x:auto;padding:2px 0}.reference-chip{flex:0 0 auto;width:46px;height:46px;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:grab}.reference-chip>svg{position:absolute;left:4px;top:4px;z-index:1;color:#23342db8}.dark .reference-chip>svg{color:#edf6f1c2}.reference-chip img{width:100%;height:100%;object-fit:cover;display:block}.reference-chip button{position:absolute;right:4px;top:4px;width:18px;height:18px;padding:0;border-radius:6px;background:#ffffffb8}.dark .reference-chip button{border-color:#ffffff14;background:#111a17a8;color:#edf6f1}.reference-empty{color:var(--muted);font-size:12px;font-weight:700}.dark .reference-chip{background:#17211d;border-color:var(--line)}.reference-footer-button{position:relative;flex:0 0 auto;width:32px;height:32px;min-width:32px;padding:0;border-radius:8px;border:0;background:transparent;color:#245e4ca8;box-shadow:none}.reference-footer-button:hover{background:transparent;color:#1e9f78eb}.dark .reference-footer-button{background:transparent;color:#b8e9d4ad}.dark .reference-footer-button:hover{background:transparent;color:#8ce0bdf0}.reference-footer-button span{position:absolute;top:-6px;right:-6px;min-width:17px;height:17px;display:grid;place-items:center;padding:0 4px;border-radius:999px;background:#1e9f78;color:#fff;font-size:10px;font-weight:900;line-height:1}.prompt-box{display:grid;grid-template-rows:1fr 44px;height:142px;border:1px solid #bee6d5;border-radius:12px;background:#fff;box-shadow:0 10px 24px #2b5f460f}.dark .prompt-box,.dark .panel,.dark .history-card,.dark .input-control,.dark .search-wrap{background:#17211d}.dark .prompt-box{border-color:#2b5f4e;box-shadow:0 10px 24px #0000002e}.dark .input-control{color:var(--ink)}.dark .input-control::placeholder,.dark textarea::placeholder,.dark .search-wrap input::placeholder{color:#75867f}textarea{resize:none;width:100%;height:100%;min-height:0;display:block;overflow-y:auto;padding:12px 16px;border:0;outline:0;border-radius:12px 12px 0 0;background:transparent;color:#202b27;font-family:inherit;font-size:15px;font-weight:500;line-height:1.62;scroll-padding-block:15px}.dark textarea{color:#edf6f1}.prompt-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 10px 7px 16px}.hint{min-width:0;overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:650;line-height:1.3}.field .hint{white-space:normal}.field-label-with-help{display:inline-flex;align-items:center;gap:6px;min-width:0}.info-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border:0;border-radius:999px;background:transparent;color:var(--muted);box-shadow:none}.info-icon:hover{background:transparent;color:var(--mint-dark)}.dark .info-icon{color:#9baaa3}.dark .info-icon:hover{color:#8ce0bd}.mini-controls{display:flex;align-items:center;gap:7px;flex:0 0 auto}.prompt-foot button{height:31px;min-width:72px;padding:0 11px;border-radius:8px;font-size:12px;font-weight:800;line-height:1}.prompt-foot .reference-footer-button{width:32px;min-width:32px;padding:0}.generate-button{min-width:106px}.canvas-area{min-height:0;overflow:auto;padding:18px 20px 18px 14px;scrollbar-width:none;-ms-overflow-style:none}.canvas-area::-webkit-scrollbar{width:0;height:0}.history-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px}.history-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:900}.workspace-summary{min-width:0;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px}.workspace-head-actions{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.clear-failed-button{height:26px;padding:0 10px;border-color:#be414c38;background:#ffebede0;color:#b74450;font-size:12px;font-weight:850}.clear-failed-button:hover{background:#ffe1e5fa}.dark .clear-failed-button{border-color:#ffadb42e;background:#2c161aeb;color:#ffb8be}.dark .clear-failed-button:hover{background:#3d1c21fa}.summary-chip{display:inline-flex;align-items:center;gap:4px;height:24px;padding:0 8px;border:1px solid var(--line);border-radius:999px;background:#ffffff9e;color:var(--muted);font-size:12px;font-weight:850;white-space:nowrap}.dark .summary-chip{border-color:#dbe6e014;background:#edf6f10f;color:#c8d5ce}.summary-chip strong{color:inherit;font-weight:950}.summary-chip.total{border-color:#3854492e;background:#f8faf9d1;color:#43534d}.summary-chip.success{border-color:#1f846038;background:#e0f8edd1;color:#1f7658}.summary-chip.danger{border-color:#be414c38;background:#ffebeddb;color:#b74450}.summary-chip.active{border-color:#2571ad3d;background:#e0f2ffdb;color:#256a9f}.dark .summary-chip.total{border-color:#dbe6e014;background:#edf6f114;color:#c8d5ce}.dark .summary-chip.success{border-color:#3ecc9633;background:#235d4861;color:#8fe2c0}.dark .summary-chip.danger{border-color:#f4727e33;background:#742d356b;color:#f0a0aa}.dark .summary-chip.active{border-color:#64b5f633;background:#244e6f70;color:#a9d8ff}.preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1px;align-content:start;align-items:start}.art-card{position:relative;width:100%;height:auto;align-self:start;aspect-ratio:3 / 4;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:3px;background:#eaf5ef;box-shadow:0 12px 25px #203f301a}.dark .art-card{border-color:#ffffff14;background:#18231f;box-shadow:0 12px 25px #00000038}.art-card.selectable{cursor:pointer}.art-card.selected{border-color:#1e9f78;box-shadow:0 0 0 2px #1e9f783d,0 12px 25px #203f301a}.image-card{cursor:pointer}.image-card>img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .18s ease}.image-card:hover>img{transform:scale(1.02)}.art-card.loading{background:linear-gradient(135deg,#edf8f3,#f8fbf9 52%,#e5f1ff);display:grid;place-items:center}.dark .art-card.loading{background:linear-gradient(135deg,#17211d,#1d3029 52%,#1e2d49)}.generating-card{gap:10px;contain:layout paint}.generating-label{color:#245e4c;font-size:13px;font-weight:900}.dark .generating-label{color:#b8e9d4}.generating-meta{position:absolute;left:8px;right:8px;bottom:8px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#245e4c;font-size:11px;font-weight:800}.dark .generating-meta{color:#b8e9d4}.cancel-chip{height:22px;padding:0 8px;border:0;border-radius:999px;background:#ffffff85;color:inherit;font-size:11px;font-weight:800;box-shadow:none}.dark .cancel-chip{background:#111a177a}.dark .cancel-chip:hover{background:#111a17ad}.art-card.failed{display:grid;place-items:center;background:#fff7f4;box-shadow:none;cursor:pointer}.dark .art-card.failed{background:#2a171a}.fail-content{position:relative;z-index:1;width:calc(100% - 34px);display:grid;place-items:center;gap:0;padding:0 10px;border:0;border-radius:0;background:transparent;box-shadow:none;text-align:center}.fail-content strong{min-width:0;display:block;color:#aa3b45;font-size:13px;line-height:1.42;word-break:break-word}.dark .fail-content strong{color:#ffadb4}.art-tools{position:absolute;top:8px;right:8px;z-index:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:5px;padding:0;background:transparent}.art-tools button{width:22px;height:22px;padding:0;border-radius:6px;border-color:#ffffff2e;background:#ffffff85;color:#31413a;box-shadow:0 4px 10px #0000001f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:.88}.art-tools button:hover{opacity:1;background:#ffffffb8}.art-tools button svg{flex:0 0 auto}.tile-select{position:absolute;top:5px;left:5px;z-index:2;width:16px;height:16px;padding:0;border:1px solid rgba(255,255,255,.42);border-radius:4px;background:#ffffff9e;color:#fff;box-shadow:0 4px 10px #0000001f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tile-select.selected{border-color:transparent;background:#1e9f78}.dark .art-tools{background:transparent}.dark .art-tools button{border-color:#ffffff14;background:#111a177a;color:#edf6f1}.dark .art-tools button:hover{background:#1e2b26b8}.filled{fill:#ef6f78;color:#ef6f78}.config-stack{display:grid;gap:13px}.panel{padding:13px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.panel h3{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 0 11px;color:var(--ink);font-size:13px}.field{display:grid;gap:6px;margin-bottom:10px;color:var(--muted);font-size:11px;font-weight:800}.field-error{color:#b74450;font-size:11px;font-weight:850;line-height:1.35}.dark .field-error{color:#ffadb4}.input-control{height:34px;width:100%;padding:0 10px;border:1px solid var(--line);border-radius:var(--radius);outline:0;background:#fbfdfb;color:var(--ink);font-size:12px;font-weight:700}.segmented{display:grid;grid-template-columns:repeat(auto-fit,minmax(54px,1fr));gap:5px;padding:4px;border:1px solid var(--line);border-radius:9px;background:#f5f8f6}.dark .segmented{background:#111a17}.segmented button{height:28px;padding:0;border:0;border-radius:7px;background:transparent;color:var(--muted);font-size:11px}.segmented .on{background:#fff;color:#1d7f61;box-shadow:0 3px 10px #26544014}.dark .segmented .on{background:#22302b;color:#8ce0bd}.dark .segmented button{background:transparent;color:var(--muted)}.toggle-row{display:flex;align-items:center;width:100%;justify-content:space-between;padding:8px 0;border:0;border-top:1px solid #edf3ef;border-radius:0;background:transparent;color:var(--ink);font-size:12px}.toggle-row .info-icon{width:14px;height:14px}.switch{width:38px;height:22px;padding:3px;border-radius:999px;background:#60c7a1}.switch:after{content:"";display:block;width:16px;height:16px;margin-left:16px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #23372e38;transition:margin .18s ease}.switch.off{background:#d7ded9}.dark .switch.off{background:#36433d}.switch.off:after{margin-left:0}.status-error{margin-bottom:10px;padding:9px;border-radius:8px;background:#fff1f2;color:#9c3440;font-size:12px;line-height:1.45}.dark .status-error{background:#3b2227;color:#ffadb4}.advanced-settings{margin-top:2px;margin-bottom:10px;padding-top:4px}.advanced-settings>summary{display:flex;align-items:center;justify-content:space-between;min-height:38px;padding:0 10px;border:1px solid rgba(30,159,120,.42);border-radius:8px;background:linear-gradient(135deg,#dff6eef5,#e9f0ffeb);color:#17694f;box-shadow:0 8px 18px #279b761f;font-size:12px;font-weight:900;cursor:pointer;list-style:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.advanced-settings>summary:hover{border-color:#1e9f78b3;box-shadow:0 10px 22px #279b762e;transform:translateY(-1px)}.dark .advanced-settings>summary{border-color:#60c7a161;background:linear-gradient(135deg,#1d3b32f5,#1e2d49b8);color:#8ce0bd;box-shadow:0 8px 18px #00000038}.dark .advanced-settings>summary:hover{border-color:#8ce0bd9e;box-shadow:0 10px 22px #0000004d}.advanced-settings>summary::-webkit-details-marker{display:none}.advanced-settings-body{display:grid;gap:8px;padding-top:10px}.gallery-page{min-width:0;min-height:0;display:grid;grid-template-rows:auto auto auto minmax(0,1fr) auto;padding:20px 20px 20px 14px;overflow:hidden;background:#fafcfaeb}.gallery-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid var(--line)}.gallery-hero h2{margin:0 0 6px;font-size:24px;letter-spacing:0}.gallery-hero p{margin:0;color:var(--muted);font-size:13px}.gallery-tools{position:relative;z-index:4;display:flex;align-items:center;gap:6px;padding:10px 0 8px;flex-wrap:wrap;overflow:visible}.gallery-tools .search-wrap{flex:0 0 292px;width:292px}.gallery-tools button{height:34px;padding:0 10px;font-size:12px;white-space:nowrap}.search-wrap{flex:1;height:34px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--muted)}.search-wrap input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--ink);font-size:12px}.active-soft{background:var(--aqua);color:#25815f}.dark .active-soft,.dark button.active-soft{border-color:#3ecc9638;background:#1d3b32;color:#8ce0bd}.gallery-select{position:relative;flex:0 0 auto;min-width:78px}.settings-select{width:100%;min-width:0}.settings-select .gallery-select-trigger{width:100%}.gallery-tools .gallery-select{flex-basis:112px;width:112px;min-width:112px}.gallery-select.model-select,.gallery-select.sort-select{min-width:112px}.gallery-select.page-size-select{min-width:82px}.gallery-select-trigger{width:100%;height:34px;justify-content:space-between;gap:8px;padding:0 10px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--ink);font-size:12px;font-weight:750;box-shadow:none}.gallery-select-trigger span{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.gallery-select-trigger svg{flex:0 0 auto;color:var(--muted);transition:transform .16s ease}.gallery-select-trigger[aria-expanded=true]{border-color:#279b767a;box-shadow:0 0 0 3px #60c7a124}.dark .gallery-select-trigger[aria-expanded=true]{border-color:#60c7a16b;box-shadow:0 0 0 3px #60c7a11f}.gallery-select-trigger[aria-expanded=true] svg{transform:rotate(180deg)}.gallery-select-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:20;width:max-content;min-width:100%;max-width:min(260px,70vw);max-height:280px;display:grid;gap:3px;overflow:auto;padding:5px;border:1px solid rgba(205,224,214,.92);border-radius:8px;background:#fffffffa;box-shadow:0 16px 36px #203f3029}.gallery-select-menu button{width:100%;height:30px;justify-content:space-between;gap:12px;padding:0 8px;border:0;border-radius:6px;background:transparent;color:var(--ink);font-size:12px;font-weight:750;box-shadow:none}.gallery-select-menu button:hover{background:#eef9f4;color:#1d7f61}.gallery-select-menu button.selected{background:#dff6ee;color:#1e8767}.gallery-select-menu button span{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.gallery-select-menu button svg{flex:0 0 auto}.gallery-pagination .gallery-select-menu{top:auto;bottom:calc(100% + 6px)}.dark .gallery-select-trigger{background:#17211d;color:#edf6f1}.dark .gallery-select-menu{border-color:#ffffff14;background:#17211dfa;box-shadow:0 16px 36px #00000047}.dark .gallery-select-menu button:hover{background:#22302b;color:#8ce0bd}.dark .gallery-select-menu button.selected{background:#1d3b32;color:#8ce0bd}.gallery-bulkbar{min-width:0;display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:0 0 10px}.gallery-bulk-actions{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:7px}.gallery-bulk-title{min-height:28px;flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:12px;font-weight:800;white-space:nowrap}.muted-line{color:var(--muted);font-size:12px;font-weight:750}.gallery-bulk-actions{justify-content:flex-start}.gallery-bulk-actions button{height:28px;padding:0 8px;font-size:12px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1px;align-content:start;align-items:start;min-height:0;overflow:auto;grid-auto-flow:row;grid-auto-rows:auto;padding-bottom:8px}.gallery-tile-frame{aspect-ratio:auto;position:relative;width:100%;min-width:0}.gallery-tile-frame:before{content:"";display:block;padding-top:133.3333%}.gallery-tile-frame>.art-card{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;aspect-ratio:auto}.gallery-tile-frame>.image-card>img{width:100%;height:100%;object-fit:cover}.gallery-pagination{display:flex;align-items:center;justify-content:flex-end;gap:7px;padding-top:10px;border-top:1px solid var(--line);color:var(--muted);font-size:12px;font-weight:800}.gallery-pagination button{height:28px;padding:0 8px;font-size:12px}.gallery-pagination .gallery-select-trigger{height:28px;padding:0 8px}.gallery-pagination .gallery-select-menu button{height:30px;padding:0 8px}.prompt-library-page{min-width:0;min-height:0;display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:0;padding:20px 20px 20px 14px;overflow:hidden;background:#fafcfaeb}.prompt-library-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;padding-bottom:16px;border-bottom:1px solid var(--line)}.prompt-library-hero h2{margin:0 0 6px;font-size:24px;letter-spacing:0}.prompt-library-hero p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.prompt-library-summary{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.prompt-library-tools{padding-top:10px}.prompt-library-tools .gallery-select-menu{top:calc(100% + 1px);border-radius:7px;box-shadow:0 10px 22px #2f55421f}.prompt-library-grid{min-height:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(244px,1fr));gap:10px;overflow:auto;padding-top:10px;align-content:start}.prompt-template-card{display:grid;grid-template-rows:auto auto 1fr auto;gap:10px;min-height:100%;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fffffff0;box-shadow:0 12px 25px #203f3014;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.prompt-template-card:hover{transform:translateY(-1px);border-color:#cfe5da;box-shadow:0 14px 28px #203f301f}.dark .prompt-template-card{border-color:var(--line);background:#17211d;box-shadow:0 12px 25px #0000002e}.prompt-template-card-head{display:grid;gap:8px}.prompt-template-card-head h3{margin:0 0 4px;color:var(--ink);font-size:15px;line-height:1.3}.prompt-template-card-head p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.prompt-template-card-badges,.prompt-template-tags,.prompt-library-summary{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.prompt-template-card-text{margin:0;overflow:hidden;color:#202b27;white-space:pre-wrap;word-break:break-word;font-family:JetBrains Mono,Consolas,monospace;font-size:11px;line-height:1.58;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical}.dark .prompt-template-card-head h3,.dark .prompt-template-card-text,.dark .prompt-template-panel-card p,.dark .prompt-template-side a{color:#edf6f1}.dark .prompt-template-card-head p,.dark .prompt-template-panel-card p{color:#9baaa3}.prompt-template-card-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-start}.prompt-template-card-actions button{flex:0 0 34px;width:34px;height:34px;padding:0;border-radius:8px;border-color:var(--line);background:#fff;color:var(--ink);box-shadow:none}.prompt-template-card-actions button svg{flex:0 0 auto}.prompt-template-card-actions .primary{flex-basis:34px;background:#60c7a1;border-color:#60c7a1;color:#fff}.prompt-template-card-actions .danger{background:#ffebedeb;border-color:#be414c3d;color:#b74450}.prompt-template-card-actions button:hover{background:#eef9f4}.prompt-template-card-actions .primary:hover{background:#4fb18f}.prompt-template-card-actions .danger:hover{background:#ffe1e5fa}.prompt-template-panel{width:min(1180px,calc(100vw - 24px));height:min(860px,92vh);border-color:#dce7df;background:#fff;box-shadow:0 28px 72px #2f554229;color:var(--ink)}.prompt-template-panel .mini-controls button,.prompt-editor-panel .mini-controls button{border-color:var(--line);background:#fff;color:var(--ink)}.prompt-template-panel .mini-controls button:hover,.prompt-editor-panel .mini-controls button:hover{background:#eef9f4}.prompt-template-panel .prompt-template-side-actions button,.prompt-editor-panel .prompt-editor-actions button{border-color:var(--line);background:#fff;color:var(--ink)}.prompt-template-panel .prompt-template-side-actions .primary,.prompt-editor-panel .prompt-editor-actions .primary{background:#60c7a1;color:#fff;border-color:#60c7a1}.prompt-template-panel .prompt-template-side-actions .primary:hover,.prompt-editor-panel .prompt-editor-actions .primary:hover{background:#4fb18f}.prompt-template-body{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:0;border-top:1px solid var(--line);background:#f6f7f8}.prompt-template-main{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);gap:10px;padding:18px 22px}.prompt-template-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.prompt-template-section{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);gap:8px}.prompt-template-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--ink);font-size:13px;font-weight:900}.ghost-link{height:auto;min-height:0;padding:0;border:0;background:transparent;color:var(--mint-dark);box-shadow:none}.prompt-template-text{margin:0;overflow:auto;padding:12px;border-radius:8px;border:1px solid var(--line);background:#fff;color:var(--ink);white-space:pre-wrap;word-break:break-word;font-family:JetBrains Mono,Consolas,monospace;font-size:12px;line-height:1.7}.prompt-template-side{min-height:0;display:grid;gap:10px;padding:18px 22px;border-left:1px solid var(--line);background:#fff}.prompt-template-panel-card{display:grid;gap:10px;align-content:start;padding:0;border:0;background:transparent;box-shadow:none}.prompt-template-panel-card h3{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0;font-size:13px}.prompt-template-panel-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}.prompt-template-side-actions{display:grid;gap:8px}.prompt-template-panel-card .prompt-template-params{display:flex;flex-wrap:wrap;gap:6px}.prompt-template-source{display:flex;align-items:center;gap:6px;min-width:0;color:var(--mint-dark);text-decoration:none;font-size:12px;line-height:1.4}.prompt-template-source span{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.prompt-editor-panel{width:min(760px,calc(100vw - 24px));height:auto;max-height:92vh;border-color:#dce7df;background:#fff;box-shadow:0 28px 72px #2f554229;color:var(--ink)}.prompt-editor-body{min-height:0;display:grid;align-content:start;grid-auto-rows:max-content;gap:6px;overflow:auto;padding:16px 24px 20px;border-top:1px solid var(--line);background:#f6f7f8;color:var(--ink)}.prompt-editor-body .field{margin:0;align-content:start;grid-auto-rows:max-content;gap:2px;color:var(--muted)}.prompt-editor-body .input-control,.prompt-editor-body .gallery-select-trigger{border-color:var(--line);background:#fff;color:var(--ink)}.prompt-editor-top-row{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;align-content:start;gap:6px}.editable-select{position:relative;min-width:0}.editable-select-menu{position:absolute;top:calc(100% + 1px);left:0;z-index:6;width:100%;max-height:220px;overflow:auto;display:grid;gap:3px;padding:4px;border:1px solid var(--line);border-radius:7px;background:#fff;box-shadow:0 10px 22px #2f55421f}.editable-select-option{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:32px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:var(--ink);box-shadow:none;font-size:12px;font-weight:700}.editable-select-option:hover,.editable-select-option.selected{background:#eef9f4;color:#1d7f61}.editable-select-option.create{background:#f4f6f7;color:#44504a}.editable-select-empty{padding:8px 10px;color:var(--muted);font-size:12px}.editable-multi-select{position:relative;min-width:0}.editable-multi-select-input{display:flex;flex-wrap:wrap;align-items:center;gap:6px;min-height:34px;padding:4px 8px;border:1px solid var(--line);border-radius:8px;background:#fff}.tag-pill{display:inline-flex;align-items:center;gap:4px;height:24px;padding:0 8px;border:1px solid rgba(96,199,161,.22);border-radius:999px;background:#e0f8ed;color:#1d7f61;font-size:12px;font-weight:750}.prompt-editor-panel .tag-pill{background:#e0f8ed;border-color:#60c7a138;color:#1d7f61}.prompt-editor-panel .tag-pill:hover{background:#d1f2e4}.tag-pill svg{flex:0 0 auto}.editable-multi-select-text{flex:1 1 28px;min-width:28px;height:24px;padding:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:12px;font-weight:700}.editable-multi-select-text::placeholder{color:var(--muted)}.editable-multi-select-menu{position:absolute;top:calc(100% + 1px);left:0;z-index:6;width:100%;max-height:220px;overflow:auto;display:grid;gap:3px;padding:4px;border:1px solid var(--line);border-radius:7px;background:#fff;box-shadow:0 10px 22px #2f55421f}.prompt-editor-panel .editable-multi-select-menu{border-color:var(--line);background:#fff}.editable-multi-select-option{display:flex;align-items:center;justify-content:space-between;gap:8px;height:30px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:var(--ink);box-shadow:none;font-size:12px;font-weight:700}.editable-multi-select-option:hover,.editable-multi-select-option.selected{background:#eef9f4;color:#1d7f61}.editable-multi-select-option.create{background:#f4f6f7;color:#44504a}.prompt-editor-body .gallery-select-trigger svg{color:var(--muted)}.prompt-editor-body .gallery-select-menu{top:calc(100% + 1px);border-color:var(--line);background:#fff;gap:3px;padding:4px;box-shadow:0 10px 22px #2f55421f}.prompt-editor-body .gallery-select-menu button{min-height:32px;color:var(--ink)}.prompt-editor-body .gallery-select-menu button:hover,.prompt-editor-body .gallery-select-menu button.selected{background:#eef9f4;color:#1d7f61}.prompt-editor-textarea{height:auto;min-height:92px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font-size:12px;line-height:1.62;resize:vertical}.prompt-editor-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;align-content:start;gap:6px}.prompt-editor-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:4px}@media (max-width: 1080px){.prompt-library-hero{align-items:flex-start}.prompt-library-summary{justify-content:flex-start}}@media (max-width: 760px){.prompt-editor-top-row,.prompt-editor-row{grid-template-columns:1fr}.prompt-template-body{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto}.prompt-template-side{border-left:0;border-top:1px solid var(--line)}.prompt-template-card-actions{gap:6px}}@media (max-width: 640px){.prompt-library-page{padding:16px 14px 14px 12px}.prompt-library-hero h2{font-size:22px}.prompt-library-summary{width:100%}.prompt-template-card-actions button{width:32px;height:32px;flex-basis:32px}.prompt-editor-body{padding-left:20px;padding-right:20px}}.workspace-pagination{margin-top:10px}.history-card{display:grid;grid-template-columns:74px 1fr;gap:10px;min-height:118px;padding:9px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.thumb{position:relative;overflow:hidden;border-radius:8px;background:linear-gradient(135deg,#a8ead3,#83aaf0 55%,#ffc1aa)}.thumb img{width:100%;height:100%;object-fit:cover}.thumb.fail{background:linear-gradient(135deg,#fff0ed,#ffe1e5)}.dark .thumb.fail{background:linear-gradient(135deg,#3b2227,#2a171a)}.history-info{min-width:0}.history-info strong{display:block;overflow:hidden;margin-bottom:5px;white-space:nowrap;text-overflow:ellipsis;font-size:12px}.history-info p{display:-webkit-box;overflow:hidden;margin:0 0 9px;color:var(--muted);font-size:11px;line-height:1.38;-webkit-line-clamp:2;-webkit-box-orient:vertical}.history-actions{display:flex;flex-wrap:wrap;gap:5px}.empty-state{display:grid;place-items:center;min-height:240px;border:1px dashed var(--line);border-radius:12px;color:var(--muted);font-size:13px}.grid-empty{grid-column:1 / -1}.modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;padding:12px;background:#080c0abd;z-index:20}.modal.open{display:flex}.modal-panel{width:min(1220px,calc(100vw - 24px));height:min(920px,94vh);display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#0a100dfa;box-shadow:0 28px 80px #00000075;contain:layout paint}.modal-panel:fullscreen{width:100vw;height:100vh;border-radius:0}.error-details-panel{width:min(1120px,calc(100vw - 24px));height:min(860px,94vh)}.error-details-body{min-height:0;display:grid;gap:12px;padding:14px;overflow:auto;border-top:1px solid rgba(255,255,255,.08);color:#edf6f1}.error-details-meta{display:flex;flex-wrap:wrap;align-items:center;gap:0 8px;color:#edf6f1e0;font-size:12px;font-weight:750}.error-details-meta-item{display:inline-flex;align-items:baseline;gap:6px;white-space:nowrap}.error-details-meta-label{color:#edf6f194;font-weight:800}.error-details-meta-value{color:#edf6f1eb}.error-details-meta-separator{margin:0 2px;color:#edf6f152;font-weight:800}.error-details-section{display:grid;gap:8px}.error-details-section h4{margin:0;font-size:13px}.error-details-section pre{margin:0;overflow:auto;max-height:240px;padding:12px;border-radius:8px;background:#ffffff0d;color:#edf6f1e6;white-space:pre-wrap;word-break:break-word;font-family:JetBrains Mono,Consolas,monospace;font-size:11px;line-height:1.5}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;color:#edf6f1}.modal-head span{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:800;font-size:13px}.modal-head .mini-controls{flex-wrap:wrap;justify-content:flex-end}.modal-head .mini-controls button{height:28px;padding:0 10px;border-color:#ffffff1f;background:#ffffff14;color:#edf6f1}.zoom-value{min-width:42px;text-align:center;color:#edf6f1d1;font-size:12px;font-weight:800}.prompt-template-panel,.prompt-editor-panel{border-color:#dce7df;background:#fff;box-shadow:0 28px 72px #2f554229;color:var(--ink)}.modal-panel.prompt-editor-panel{width:min(760px,calc(100vw - 24px));height:auto;max-height:92vh}.prompt-template-panel .modal-head,.prompt-editor-panel .modal-head{color:var(--ink)}.prompt-template-panel .modal-head .mini-controls button,.prompt-editor-panel .modal-head .mini-controls button{border-color:var(--line);background:#fff;color:var(--ink)}.prompt-template-panel .modal-head .mini-controls button:hover,.prompt-editor-panel .modal-head .mini-controls button:hover{background:#eef9f4}.modal-body{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 320px;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.modal-art{position:relative;min-height:0;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:18px;background:radial-gradient(circle at center,#ffffff05,#fff0)}.modal-image-stage{display:inline-flex;align-items:center;justify-content:center;cursor:grab;touch-action:none;transition:transform .12s ease;will-change:transform}.modal-image-stage.dragging{cursor:grabbing;transition:none}.modal-art img{max-width:none;max-height:none;height:auto;border-radius:10px;box-shadow:0 18px 42px #00000061;-webkit-user-select:none;user-select:none;pointer-events:none;transition:transform .12s ease}.modal-nav{position:absolute;top:50%;z-index:2;width:38px;height:54px;padding:0;transform:translateY(-50%);border-color:#ffffff1f;border-radius:10px;background:#ffffff14;color:#edf6f1e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-nav.previous{left:18px}.modal-nav.next{right:18px}.modal-nav:disabled{opacity:0;pointer-events:none}.modal-counter{position:absolute;left:50%;bottom:16px;z-index:2;transform:translate(-50%);color:#edf6f1c7;font-size:12px;font-weight:900}.modal-prompt{min-height:0;display:grid;grid-template-rows:auto auto minmax(96px,1fr) auto;gap:12px;padding:16px;border-left:1px solid rgba(255,255,255,.08);background:#ffffff09;color:#edf6f1}.modal-meta{display:grid;gap:7px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.08)}.modal-meta-row{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:10px;min-width:0;font-size:12px}.modal-meta-row span{color:#edf6f194;font-weight:800}.modal-meta-row strong{min-width:0;overflow:hidden;color:#edf6f1eb;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.modal-prompt-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.modal-prompt-head span{font-size:13px;font-weight:900}.modal-prompt-head button{height:28px;padding:0 9px;border-color:#ffffff1f;background:#ffffff14;color:#edf6f1;font-size:12px}.modal-prompt p{min-height:0;margin:0;overflow:auto;padding-right:4px;color:#edf6f1db;white-space:pre-wrap;font-size:13px;line-height:1.65}.modal-references{min-height:0;display:grid;grid-template-rows:24px minmax(0,1fr);gap:8px;padding-top:4px;border-top:1px solid rgba(255,255,255,.08)}.modal-references .modal-prompt-head{min-height:24px}.modal-reference-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:72px;gap:10px;overflow:auto;padding-right:2px}.modal-reference-grid button{width:100%;height:72px;padding:0;border:0;border-radius:8px;background:transparent;box-shadow:none}.dark .modal-reference-grid button{background:transparent;border-color:transparent}.dark .modal-reference-grid button:hover{background:transparent}.modal-reference-grid img{width:100%;height:100%;object-fit:contain;display:block;border-radius:8px}.reference-preview-panel{width:min(980px,calc(100vw - 24px));height:min(820px,92vh)}.reference-preview-body{position:relative;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:18px;border-top:1px solid rgba(255,255,255,.08)}.reference-preview-body img{max-width:100%;max-height:100%;object-fit:contain;border-radius:10px;box-shadow:0 18px 42px #00000061}@media (max-width: 860px){.modal-body{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) 190px}.modal-prompt{border-left:0;border-top:1px solid rgba(255,255,255,.08)}.prompt-template-body{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) 240px}.prompt-template-side{border-left:0;border-top:1px solid rgba(255,255,255,.08)}}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%) translateY(16px);padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:#17211de6;color:#fff;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:30;font-size:13px;font-weight:800}.toast.show{opacity:1;transform:translate(-50%) translateY(0)}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1180px){.shell{padding:0}.main,.main.settings-hidden{grid-template-columns:minmax(180px,var(--sidebar-width, 220px)) 2px minmax(0,1fr)}.inspector,.endpoint{display:none}.preview-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (max-width: 900px){.app-frame{grid-template-rows:auto minmax(0,1fr)}.topbar{min-height:58px;align-items:center;gap:10px;padding:9px 12px}.brand{min-width:116px;flex:0 0 auto}.logo{width:30px;height:30px}.brand h1{font-size:16px}.top-actions{min-width:0;flex:1 1 auto;justify-content:flex-end;gap:6px;overflow-x:auto;padding-bottom:1px}.top-actions button{flex:0 0 auto;height:32px;padding:0 9px;font-size:12px;white-space:nowrap}.main,.main.settings-hidden,.main.gallery-mode{grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr)}.sidebar-resizer{display:none}.sidebar{min-height:auto;padding:10px 12px;border-bottom:1px solid var(--line)}.sidebar .section-title{margin-bottom:7px}.session-list{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.session{flex:0 0 210px;padding:7px 8px}.session:hover{transform:none}.app-footer{display:none}.workspace{min-height:0}.composer{padding:10px 12px}.composer-head{align-items:stretch;flex-direction:column;gap:8px}.composer-tools,.composer-actions{justify-content:flex-start;gap:6px}.composer-head button{height:32px}.prompt-box{height:176px;grid-template-rows:1fr 44px}.canvas-area{padding:14px 12px 16px}.history-head{align-items:flex-start;flex-direction:column;gap:8px}.workspace-head-actions,.workspace-summary{justify-content:flex-start}.preview-grid,.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.inspector{position:fixed;left:0;right:0;bottom:0;z-index:18;display:block;max-height:min(76vh,680px);overflow:auto;padding:14px 12px calc(18px + env(safe-area-inset-bottom));border-top:1px solid var(--line);border-left:0;box-shadow:0 -22px 54px #17211d2e}.config-stack{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}}@media (max-width: 640px){button{min-width:0}.topbar{display:grid;grid-template-columns:1fr;gap:8px}.brand{min-width:0}.top-actions{justify-content:flex-start;width:100%}.top-actions button{padding:0 8px}.main,.main.settings-hidden,.main.gallery-mode{grid-template-rows:auto minmax(0,1fr)}.sidebar{padding:9px 10px}.session{flex-basis:178px}.composer{padding:9px 10px 10px}.composer-tools .pill{height:24px;padding:0 8px;font-size:11px}.composer-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.composer-actions button{width:100%;padding:0 6px}.composer-actions button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reference-chip{width:42px;height:42px}.prompt-box{height:188px;border-radius:10px}textarea{padding:10px 12px;font-size:14px;line-height:1.55}.prompt-foot{padding:6px 8px}.generate-button{min-width:96px}.canvas-area{padding:12px 10px 14px}.preview-grid,.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2px}.summary-chip{height:22px;padding:0 7px;font-size:11px}.gallery-page{padding:14px 10px 12px}.gallery-hero{align-items:flex-start;flex-direction:column;gap:8px;padding-bottom:12px}.gallery-hero h2{font-size:20px}.gallery-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.gallery-tools .search-wrap{grid-column:1 / -1;width:100%;flex-basis:auto}.gallery-tools .gallery-select,.gallery-tools .gallery-select.model-select,.gallery-tools .gallery-select.sort-select,.gallery-tools .gallery-select.page-size-select{width:100%;min-width:0;flex-basis:auto}.gallery-tools button{width:100%}.gallery-bulkbar{align-items:flex-start;flex-direction:column;gap:7px}.gallery-pagination,.workspace-pagination{justify-content:center;flex-wrap:wrap;gap:7px}.inspector{max-height:50vh;padding:12px 10px calc(16px + env(safe-area-inset-bottom))}.config-stack{grid-template-columns:1fr;gap:10px}.panel{padding:11px}.segmented{grid-template-columns:repeat(auto-fit,minmax(48px,1fr))}.modal{padding:8px}.modal-panel,.error-details-panel,.reference-preview-panel{width:calc(100vw - 16px);height:calc(100dvh - 16px);max-height:none;border-radius:10px}.modal-head{align-items:flex-start;flex-direction:column;gap:8px;padding:10px}.modal-head .mini-controls{width:100%;justify-content:flex-start}.modal-body{grid-template-rows:minmax(0,1fr) 210px}.modal-art{padding:10px}.modal-nav{width:34px;height:46px}.modal-nav.previous{left:8px}.modal-nav.next{right:8px}.modal-prompt{gap:8px;padding:12px}}@media (max-width: 380px){.preview-grid,.gallery-grid,.composer-actions{grid-template-columns:1fr}.session{flex-basis:156px}}
