:root{font-family:system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.5;--sidebar-w: 88px;--topbar-h: 56px;--sidebar-bg: #0a0a0b;--sidebar-text: #a1a1aa;--sidebar-active: #fff;--accent: #6366f1;--bg: #0a0a0b;--surface: #161618;--surface-2: #202024;--border: #2a2a30;--text: #f4f4f5;--text-muted: #a1a1aa;color:var(--text);background:var(--bg)}*{box-sizing:border-box}*{scrollbar-width:thin;scrollbar-color:var(--border) transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track,*::-webkit-scrollbar-corner{background:transparent}*::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}*::-webkit-scrollbar-thumb:hover{background:#3f3f46}body{margin:0}a{color:inherit;text-decoration:none}.app-shell{display:flex;min-height:100vh}.topbar{position:fixed;inset:0 0 auto 0;height:var(--topbar-h);display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;background:var(--sidebar-bg);border-bottom:1px solid #1f1f23;z-index:200}.topbar-brand{display:inline-flex;align-items:center;gap:.55rem;font-weight:800;font-size:1.25rem;color:#fff;letter-spacing:-.02em}.topbar-brand-mark{width:29px;height:29px;flex:0 0 auto;filter:drop-shadow(0 3px 8px rgba(99,102,241,.28))}.topbar-right{display:flex;align-items:center;gap:1rem}.credits-chip{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;color:#e4e4e7;background:#ffffff14;border:1px solid #2b2b31;padding:.3rem .75rem;border-radius:999px}.topbar-login{font-size:.9rem;color:#fff;background:var(--accent);padding:.4rem 1rem;border-radius:8px}.topbar-user{position:relative}.avatar-btn{width:34px;height:34px;padding:0;border-radius:50%;border:1px solid #3f3f46;background:var(--accent);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:1;text-align:center}.user-card{position:absolute;top:calc(100% + .6rem);right:0;width:300px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 12px 32px #00000024;padding:1rem;color:var(--text)}.user-card-header{display:flex;align-items:center;gap:.75rem;padding-bottom:.85rem;border-bottom:1px solid var(--border)}.user-card-avatar{width:42px;height:42px;border-radius:50%;background:var(--accent);color:#fff;font-size:1.15rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;line-height:1;text-align:center;flex-shrink:0}.user-card-names{display:flex;flex-direction:column;min-width:0}.user-card-nickname{font-weight:600}.user-card-email{font-size:.8rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-card-rows{margin:.85rem 0;display:flex;flex-direction:column;gap:.5rem}.user-card-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;font-size:.85rem}.user-card-row dt{color:var(--text-muted);flex-shrink:0}.user-card-row dd{margin:0;text-align:right}.user-card-id{font-family:ui-monospace,monospace;font-size:.7rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-card-actions{display:flex;flex-direction:column;margin:.85rem 0;padding:.45rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.user-card-link{display:flex;align-items:center;gap:.65rem;min-width:0;padding:.62rem .45rem;border-radius:8px;color:var(--text)}.user-card-link:hover{background:var(--surface-2)}.user-card-link-icon{width:1.35rem;color:var(--text-muted);text-align:center;flex-shrink:0}.user-card-link-copy{display:flex;flex-direction:column;min-width:0;flex:1}.user-card-link-title{font-size:.84rem;font-weight:600}.user-card-link-desc{margin-top:.1rem;color:var(--text-muted);font-size:.72rem}.user-card-link-arrow{color:var(--text-muted);font-size:1.1rem}.user-card-logout{width:100%;background:transparent;border:1px solid var(--border);color:#dc2626;padding:.5rem .75rem;font-size:.85rem;border-radius:8px;cursor:pointer}.user-card-logout:hover{background:#dc26261f;border-color:#dc262673}.main-full{margin-top:var(--topbar-h)}.sidebar{width:var(--sidebar-w);background:var(--sidebar-bg);color:var(--sidebar-text);flex-shrink:0;position:fixed;inset:var(--topbar-h) auto 0 0;display:flex;flex-direction:column;padding:1.25rem 0;z-index:100;border-right:1px solid #1f1f23}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:.35rem;padding:0 .4rem}.sidebar-link{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.65rem .25rem;border-radius:12px;color:var(--sidebar-text);font-size:.7rem;text-align:center;transition:background .15s,color .15s}.sidebar-link:hover{color:#e4e4e7;background:#ffffff0f}.sidebar-link.active{color:var(--sidebar-active);background:#ffffff1a}.sidebar-icon{font-size:1.35rem;line-height:1;opacity:.9}.main-content{margin-left:var(--sidebar-w);margin-top:var(--topbar-h);flex:1;min-width:0;min-height:calc(100vh - var(--topbar-h));background:var(--bg);padding:1.25rem 1.5rem 2.5rem}.page{max-width:none;margin:0}.explore-page,.explore-page>.hscroll-wrap,.explore-page .template-section,.explore-page .template-grid{width:100%;min-width:0;max-width:none}.explore-page .template-grid{columns:unset;display:grid;grid-template-columns:repeat(auto-fit,minmax(clamp(180px,14vw,260px),1fr));grid-auto-rows:4px;gap:.6rem;align-items:start}.explore-page .template-grid .template-card{margin-bottom:0}.page-hero{margin-bottom:1.5rem}.page-hero h1{margin:0 0 .25rem;font-size:1.75rem;letter-spacing:-.02em}.template-section{margin-bottom:2rem}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.section-header h2{margin:0;font-size:1.15rem}.section-more{margin-left:auto;font-size:.9rem;color:var(--accent)}.section-more:hover{text-decoration:underline}.gallery-wrap{position:relative}.template-gallery{display:flex;gap:.6rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;--cols: 4}.template-gallery::-webkit-scrollbar{display:none}.template-gallery .template-card{flex:0 0 calc((100% - (var(--cols) - 1) * .6rem) / var(--cols));scroll-snap-align:start}.template-gallery .template-cover{aspect-ratio:16 / 9}@media(max-width:1280px){.template-gallery{--cols: 4}}@media(max-width:960px){.template-gallery{--cols: 3}}@media(max-width:640px){.template-gallery{--cols: 2}}.gallery-arrow{position:absolute;top:38%;transform:translateY(-50%);z-index:5;width:40px;height:40px;border-radius:999px;background:#161618eb;color:var(--text);border:1px solid var(--border);box-shadow:0 4px 14px #0006;display:grid;place-items:center;font-size:1.5rem;line-height:1;padding:0;cursor:pointer}.gallery-arrow:hover{background:var(--surface-2);border-color:#3f3f46}.gallery-arrow.prev{left:-6px}.gallery-arrow.next{right:-6px}.template-grid{columns:6;column-gap:.6rem}.template-grid .template-card{width:100%;margin-bottom:.6rem;break-inside:avoid}@media(max-width:1280px){.template-grid{columns:5}}@media(max-width:960px){.template-grid{columns:4}}@media(max-width:640px){.template-grid{columns:2}.explore-page .template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.template-card{display:block;border-radius:12px;overflow:hidden;background:#000;position:relative;color:inherit;text-decoration:none;transition:transform .15s,box-shadow .15s}.template-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px #0000002e}.template-cover{aspect-ratio:var(--card-ratio, 3 / 4);position:relative;background-size:cover;background-position:center;overflow:hidden;min-height:0}.template-cover-video{width:100%;height:100%;object-fit:cover;display:block}.template-hover{position:absolute;left:0;right:0;bottom:0;padding:.85rem .75rem .75rem;display:flex;flex-direction:column;gap:.5rem;background:linear-gradient(to top,#000000e0,#0000);opacity:0;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease;pointer-events:none}.template-card:hover .template-hover{opacity:1;transform:translateY(0)}.template-hover-title{margin:0;font-size:.9rem;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-generate{display:block;padding:.4rem 1rem;background:var(--surface);color:var(--text);border-radius:999px;font-size:.85rem;font-weight:500;text-align:center}.category-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.category-tabs-scroll{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.35rem;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.category-tabs-scroll .category-tab{flex-shrink:0}.category-tab{background:var(--surface);color:#52525b;border:1px solid var(--border);padding:.45rem .9rem;border-radius:999px;font-size:.85rem;cursor:pointer}.category-tab.active{background:var(--text);color:#0a0a0b;border-color:var(--text)}.category-block{margin-top:2rem}.tools-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem}@media(max-width:900px){.tools-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.tools-grid{grid-template-columns:repeat(2,1fr)}}.tool-card{background:var(--surface);border-radius:12px;overflow:hidden;border:1px solid var(--border);transition:transform .15s,box-shadow .15s;display:block}.tool-card:not(.disabled):hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.tool-card.disabled{opacity:.55;cursor:not-allowed}.tool-cover{aspect-ratio:16 / 9;overflow:hidden}.tool-cover-media{width:100%;height:100%;object-fit:cover;display:block}.tool-body{padding:1rem}.tool-body h3{margin:0 0 .25rem;font-size:1rem}.template-studio{display:grid;grid-template-columns:340px minmax(0,1fr) 200px;gap:1.25rem;height:calc(100vh - var(--topbar-h) - 4.75rem);min-height:480px}.template-panel{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;overflow:hidden}.template-panel-title{margin:0 0 .25rem;font-size:1.25rem;letter-spacing:-.01em}.template-specs{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1rem;margin:.9rem 0 0}.template-spec{margin:0}.template-spec dt{font-size:.7rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.template-spec dd{margin:.1rem 0 0;font-size:.82rem;color:var(--text);word-break:break-word}.template-prompt-details{margin:.9rem 0 0;font-size:.82rem}.template-prompt-details summary{cursor:pointer;color:var(--text-muted);font-weight:600}.template-prompt-text{margin:.5rem 0 0;padding:.6rem;background:var(--surface-2);border-radius:8px;color:#3f3f46;line-height:1.45}.studio-tabs{display:flex;gap:.4rem;margin:.6rem 0 0;flex-wrap:wrap}.template-panel-form{display:flex;flex-direction:column;flex:1;min-height:0;margin-top:1rem}.template-panel-fields{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;padding-right:.4rem}.template-panel-footer{flex-shrink:0;margin:0 -1.25rem -1.25rem;padding:.9rem 1.25rem 1.25rem;background:var(--surface);border-top:1px solid var(--border);border-radius:0 0 12px 12px}.template-panel-footer .cost-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.65rem;padding:.5rem .75rem;border-radius:10px;background:var(--surface-2);font-size:.95rem}.cost-label{color:var(--text-muted)}.cost-value{font-weight:600;color:var(--text)}.template-panel-footer button{width:100%}.generation-submit{position:relative;isolation:isolate;overflow:hidden}.generation-submit>span{position:relative;z-index:1}.generation-submit.is-generating{border:1px solid #4f46e5;background:var(--surface-2);cursor:wait}.generation-submit.is-generating:disabled{opacity:1;cursor:wait}.generation-submit.is-generating:before{content:"";position:absolute;z-index:0;inset:0 auto 0 0;width:var(--generation-progress, 1%);background:linear-gradient(90deg,#4f46e5,var(--accent));transition:width .65s ease-out}.generation-submit.is-generating:after{content:"";position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,transparent 30%,rgba(255,255,255,.16) 50%,transparent 70%);transform:translate(-100%);animation:generation-progress-shimmer 1.8s linear infinite}@keyframes generation-progress-shimmer{to{transform:translate(100%)}}.template-stage{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem 1.25rem;min-width:0;overflow:hidden}.template-stage-label{margin:0 0 .6rem;font-size:.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.template-stage-media{flex:1;min-height:0;width:100%;object-fit:contain;background:#000;border-radius:10px}.example-flow{flex:1;min-height:0;display:flex;align-items:stretch;justify-content:center;gap:1rem}.example-preview{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000;border-radius:10px}.example-io{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-height:0}.example-io-label{font-size:.7rem;font-weight:600;color:#a1a1aa;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.example-io-square{width:100%;flex:0 1 auto;min-height:0;max-height:100%;display:flex;align-items:center;justify-content:center;gap:4px}.example-media{max-width:100%;max-height:min(100%,62vh);width:auto;height:auto;object-fit:contain;border-radius:10px;border:1px solid var(--border)}.example-media.example-preview-media{width:100%;height:100%;max-width:100%;max-height:100%;border:0}.example-inputs .example-media:not(:only-child){flex:1 1 0;min-width:0;height:100%}.example-arrow{font-size:1.4rem;color:#a1a1aa;flex-shrink:0;align-self:center}.template-stage-samples{display:flex;align-items:center;gap:.6rem;margin-top:.75rem}.template-stage-samples img,.template-stage-samples video{width:48px;height:48px;object-fit:cover;border-radius:6px;border:1px solid var(--border);background:#000}.template-stage-caption{margin:0 0 .75rem;font-size:1.05rem;font-weight:600;color:var(--text);flex-shrink:0}.library-rail{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.85rem;overflow:hidden;min-height:0}.library-rail-header{display:flex;align-items:center;justify-content:space-between;font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.6rem}.library-rail-header a{color:var(--accent);text-transform:none;letter-spacing:0;font-weight:500}.library-rail-list{display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;min-height:0}.library-rail-item{padding:0;border:1px solid var(--border);border-radius:8px;overflow:hidden;cursor:pointer;background:#000;flex-shrink:0}.library-rail-item:hover{border-color:#a1a1aa}.library-rail-item img,.library-rail-item video{width:100%;aspect-ratio:1;object-fit:cover;display:block}.preview-card{position:relative;background:var(--surface);border-radius:14px;padding:1rem;max-width:min(920px,92vw);max-height:90vh;display:flex;flex-direction:column}.preview-card-media{max-width:100%;max-height:calc(90vh - 7rem);min-height:200px;object-fit:contain;background:#000;border-radius:10px}.preview-card-meta{padding-top:.65rem}.preview-card-title{margin:0 0 .2rem;font-size:.9rem;font-weight:600;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.preview-card-meta p{margin:0}.preview-card-actions{display:flex;align-items:center;gap:.5rem;margin-top:.65rem}.preview-card-action{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.4rem .75rem;border:1px solid var(--border);border-radius:7px;color:var(--text);background:var(--surface-2);font-size:.82rem;font-weight:600}.preview-card-action:hover{border-color:#52525b;background:#29292e}.preview-card-action.primary{border-color:var(--accent);background:var(--accent);color:#fff}.preview-card-action.danger{border-color:#ef444473;background:#ef44441a;color:#f87171}.preview-card-action.danger:hover,.preview-card-action.danger.confirming{border-color:#ef4444;background:#dc2626;color:#fff}.preview-delete-confirm,.preview-delete-error{margin-top:.5rem!important;font-size:.76rem}.preview-delete-confirm{color:#fbbf24}.preview-delete-error{color:#f87171}.preview-close{position:absolute;top:.5rem;right:.65rem;z-index:1}.thumb.clickable{cursor:zoom-in}.tool-stage-placeholder{flex:1;min-height:0;border-radius:10px;display:grid;place-items:center;color:#fff;font-size:.9rem;text-shadow:0 1px 6px rgba(0,0,0,.35)}.back-link{display:inline-block;margin-bottom:.75rem;color:var(--accent);font-size:.9rem}.back-link:hover{text-decoration:underline}.studio-hint{margin:-.5rem 0 1rem}.layout{min-height:100vh}.page h2{margin-top:0}.card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem}.auth-page{min-height:100vh;display:grid;place-items:center}.auth-card,.auth-modal{width:min(400px,92vw)}.modal-dialog.auth-modal-2col{width:min(880px,96vw);height:min(92vh,660px);display:grid;grid-template-columns:1fr 1fr;padding:0;overflow:hidden}.auth-visual{background:linear-gradient(160deg,#4c1d95,#db2777);background-size:cover;background-position:center;min-height:100%}.auth-panel{position:relative;padding:2rem 2rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto}.auth-panel-close{position:absolute;top:.6rem;right:.85rem}.auth-brand{font-weight:800;font-size:1.35rem;letter-spacing:-.02em}.auth-welcome{margin:.25rem 0 0;font-size:1.6rem;font-weight:700}.auth-sub{margin:0;color:var(--text-muted);font-size:.9rem}.auth-promo{margin:.25rem 0 .5rem;padding:.55rem .85rem;border-radius:10px;font-size:.85rem;color:#a7f3d0;background:#10b9811f;border:1px solid rgba(16,185,129,.35);text-align:center}.oauth-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:.7rem 1rem;border-radius:10px;background:var(--surface-2);border:1px solid var(--border);color:var(--text);font-weight:500;font-size:.9rem;cursor:pointer}.oauth-btn:hover{border-color:#3f3f46;background:#2a2a30}.oauth-btn:disabled{opacity:.5;cursor:not-allowed}.auth-email-toggle{align-self:center;font-size:.85rem;margin-top:.15rem}.auth-email-form{display:flex;flex-direction:column;gap:.35rem}.auth-divider{display:flex;align-items:center;gap:.6rem;color:var(--text-muted);font-size:.78rem;margin:.35rem 0 .15rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.auth-error{margin:0;font-size:.82rem}.age-check{display:flex;align-items:flex-start;gap:.5rem;font-size:.82rem;color:var(--text-muted);margin-top:.25rem}.age-check input{width:auto;margin:.15rem 0 0;accent-color:var(--accent)}.auth-terms{margin:.1rem 0 0;font-size:.72rem;color:var(--text-muted)}.auth-terms a{color:var(--text-muted);text-decoration:underline}@media(max-width:640px){.modal-dialog.auth-modal-2col{grid-template-columns:1fr;height:auto;max-height:92vh}.auth-visual{display:none}}.auth-card h1{margin:0 0 .25rem}form label{display:block;margin-bottom:.75rem;font-size:.9rem}input,textarea,select,button{font:inherit}input,textarea,select{width:100%;margin-top:.25rem;padding:.5rem .65rem;border:1px solid var(--border);border-radius:6px;background:var(--surface-2);color:var(--text)}input::placeholder,textarea::placeholder{color:var(--text-muted)}button{padding:.55rem 1rem;border:none;border-radius:6px;background:var(--accent);color:#fff;cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}button.link{background:none;color:#2563eb;padding:0}.muted{color:var(--text-muted)}.small{font-size:.85rem}.error{color:#dc2626}.center{min-height:calc(100vh - var(--topbar-h));display:grid;place-items:center}.tabs{display:flex;gap:.5rem;margin-bottom:1rem}.tab{background:var(--surface);color:var(--text);border:1px solid var(--border)}.tab.active{background:var(--text);color:#0a0a0b;border-color:var(--text)}.form .row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.result{margin-top:1rem}.preview,.thumb{width:100%;max-height:480px;object-fit:contain;border-radius:8px;background:#000}.history-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.history-item .prompt{margin:.5rem 0}.meta{display:flex;gap:.5rem;align-items:center}.badge{font-size:.75rem;background:var(--surface-2);padding:.15rem .45rem;border-radius:4px}.status.completed{color:#16a34a}.status.failed{color:#dc2626}.ref-section{margin-bottom:.75rem}.ref-section-label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:500}.upload-box{width:100%;min-height:130px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;padding:1.1rem;border:1.5px dashed var(--border);border-radius:12px;background:var(--surface-2);color:var(--text-muted);cursor:pointer;transition:border-color .15s,color .15s}.upload-box:hover{border-color:var(--accent);color:var(--text)}.upload-box-hint{font-size:.82rem;text-align:center;line-height:1.4;max-width:24rem}.upload-box-thumbs{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;width:100%}.upload-thumb{width:92px;height:92px;object-fit:cover;border-radius:8px;border:1px solid var(--border);background:#000;display:block}.upload-thumb.video{width:128px}.upload-thumb-wrap{position:relative;display:inline-block}.upload-thumb-remove{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;background:#18181b;border:1px solid var(--border);color:#fff;font-size:.85rem;line-height:18px;text-align:center;cursor:pointer}.upload-thumb-remove:hover{background:#dc2626;border-color:#dc2626}.upload-thumb.add{display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--text-muted);cursor:pointer}.upload-thumb.add:hover{border-color:var(--accent);color:var(--accent)}.ref-picker-hint{margin:0 0 .5rem}.ref-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem;max-height:280px;overflow-y:auto;padding:.25rem;border:1px solid var(--border);border-radius:8px;background:var(--surface-2)}.ref-picker-item{display:flex;flex-direction:column;gap:.25rem;padding:.35rem;border:2px solid transparent;border-radius:6px;background:var(--surface);cursor:pointer;text-align:left}.ref-picker-item:hover{border-color:#a1a1aa}.ref-picker-item.selected{border-color:var(--text);box-shadow:0 0 0 1px var(--border)}.ref-picker-item img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:4px;background:var(--surface-2)}.ref-picker-caption{font-size:.65rem;color:var(--text-muted);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ref-selected{display:flex;align-items:center;gap:.75rem;margin:.75rem 0}.ref-preview{width:80px;height:80px;object-fit:cover;border-radius:6px;border:1px solid var(--border)}.ref-upload{display:block;margin-top:.5rem}.ref-upload input[type=file]{margin-top:.25rem}.model-id{margin:-.25rem 0 .75rem}.model-id code{font-size:.8rem;word-break:break-all}.input-mode-badge{display:inline-block;margin-left:.5rem;font-size:.75rem;background:#2563eb24;color:#1d4ed8;padding:.1rem .45rem;border-radius:4px}.params-section{margin-bottom:.75rem;padding:.75rem;background:var(--surface-2);border:1px solid var(--border);border-radius:8px}.params-title{margin:0 0 .35rem;font-size:.85rem;font-weight:600}.params-hint{margin:0 0 .5rem}.params-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.params-full{grid-column:1 / -1}.param-control{min-width:0}.param-control-label{display:block;margin-bottom:.35rem;color:var(--text-muted);font-size:.78rem;font-weight:600}.param-stepper{width:100%;min-height:38px;display:grid;grid-template-columns:38px minmax(0,1fr) 38px;align-items:stretch;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.param-stepper button{padding:0;border:0;border-radius:0;background:transparent;color:var(--text);font-size:1.1rem}.param-stepper button:first-child{border-right:1px solid var(--border)}.param-stepper button:last-child{border-left:1px solid var(--border)}.param-stepper button:not(:disabled):hover{background:var(--surface-2)}.param-stepper output{display:grid;place-items:center;color:var(--text);font-size:.86rem;font-weight:600;font-variant-numeric:tabular-nums}.param-text-control{min-height:64px;margin:0;resize:vertical;border-radius:10px;line-height:1.4}.ref-selected-row{display:flex;flex-wrap:wrap;gap:.75rem;margin:.75rem 0}.library-field{margin-bottom:.5rem}.library-field-row{display:flex;align-items:center;gap:.75rem}.library-pick-btn{background:var(--surface);color:var(--text);border:1px solid var(--border);padding:.5rem 1rem;border-radius:8px;font-size:.9rem}.library-pick-btn:hover{border-color:var(--text);background:var(--surface-2)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0000008c;display:grid;place-items:center;padding:1rem}.modal-dialog{background:var(--surface);border-radius:14px;width:min(720px,100%);max-height:min(85vh,720px);display:flex;flex-direction:column;box-shadow:0 24px 48px #0003}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 1.25rem .75rem;border-bottom:1px solid var(--border)}.modal-header h2{margin:0;font-size:1.1rem}.modal-close{background:transparent;color:var(--text-muted);font-size:1.5rem;line-height:1;padding:0 .35rem;border:none}.modal-close:hover{color:var(--text)}.modal-body{flex:1;overflow-y:auto;padding:1rem 1.25rem}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:.85rem 1.25rem 1.25rem;border-top:1px solid var(--border)}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--surface-2)}.library-modal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.65rem}.library-section{margin-bottom:1.5rem}.library-section-title{margin:0 0 .75rem;font-size:1rem}.library-upload-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.library-upload-item{padding:.75rem}.library-upload-item .thumb{max-height:160px;margin-bottom:.35rem}.video-pick-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem;margin-top:.5rem}.video-pick-item{padding:2px;border:2px solid transparent;border-radius:8px;background:none;cursor:pointer}.video-pick-item.selected{border-color:var(--text)}.video-pick-item video{width:100%;aspect-ratio:16 / 9;object-fit:contain;background:#000;border-radius:6px;display:block}.library-signin{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 1rem;text-align:center}.library-tabs{display:flex;gap:.5rem;margin:1rem 0 1.25rem}.library-tab{background:var(--surface);color:#52525b;border:1px solid var(--border);padding:.5rem 1rem;border-radius:999px;font-size:.9rem;cursor:pointer}.library-tab.active{background:var(--text);color:#0a0a0b;border-color:var(--text)}.library-media-grid{display:grid;grid-template-columns:repeat(auto-fill,280px);gap:1rem;align-items:start}.library-media-item{width:280px;height:430px;padding:0;overflow:hidden;display:grid;grid-template-rows:42px 210px minmax(0,1fr) 42px;box-sizing:border-box}.library-card-header{min-width:0;padding:0 .75rem;border-bottom:1px solid var(--border);overflow:hidden}.library-card-header .badge:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.library-card-header .cost-badge{margin-left:auto;flex-shrink:0;white-space:nowrap}.library-card-preview{width:100%;height:100%;padding:0;border:0;border-radius:0;overflow:hidden;background:#000;cursor:zoom-in}.library-card-preview img,.library-card-preview video{display:block;width:100%;height:100%;max-height:none;object-fit:contain;border-radius:0;background:#000}.library-card-details{min-height:0;padding:.8rem .85rem;overflow:hidden}.library-card-prompt,.library-card-model{margin:0;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;overflow-wrap:anywhere}.library-card-prompt{color:var(--text);font-size:.86rem;line-height:1.45;-webkit-line-clamp:3}.library-card-model{margin-top:.55rem;color:var(--text-muted);font-size:.76rem;line-height:1.35;-webkit-line-clamp:2}.library-card-footer{display:flex;align-items:center;padding:0 .85rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.76rem;white-space:nowrap;overflow:hidden}@media(max-width:460px){.library-media-grid{grid-template-columns:minmax(0,1fr)}.library-media-item{width:100%}}.credits-chip:hover{border-color:var(--accent);color:#fff}.topbar-recharge{font-size:.85rem;color:#fff;background:var(--accent);padding:.3rem .85rem;border-radius:999px}.billing-success{color:#34d399;font-size:.9rem}.billing-packages{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin:1rem 0 2rem}.billing-package{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem;cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit;transition:border-color .15s}.billing-package:hover{border-color:var(--accent)}.billing-package-usd{font-size:1.5rem;font-weight:700}.billing-package-credits{font-size:.85rem;color:#a1a1aa}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:grid;place-items:center;z-index:100}.modal-card{max-width:360px;width:calc(100% - 2rem)}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}.billing-txns-title{margin-bottom:.75rem}.billing-txns{width:100%;border-collapse:collapse;font-size:.85rem}.billing-txns th,.billing-txns td{text-align:left;padding:.5rem .75rem;border-bottom:1px solid #26262b}.billing-txns .num{text-align:right}.account-page{max-width:1040px}.account-signin{margin-top:1rem}.subscription-card{max-width:680px;margin-top:1.25rem;padding:1.3rem;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.subscription-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.subscription-eyebrow{color:var(--text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.subscription-card h3{margin:.2rem 0 0;font-size:1.65rem}.subscription-status{padding:.3rem .55rem;border-radius:999px;background:var(--surface-2);color:var(--text-muted);font-size:.76rem;white-space:nowrap}.subscription-status.active{background:#34d3991f;color:#34d399}.subscription-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:1.2rem 0}.subscription-details div{min-width:0;padding:.8rem;border-radius:10px;background:var(--surface-2)}.subscription-details dt{color:var(--text-muted);font-size:.75rem}.subscription-details dd{margin:.25rem 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.subscription-notice{padding:.8rem;border:1px solid var(--border);border-radius:10px;color:var(--text-muted);font-size:.84rem;line-height:1.5}.subscription-billing-link{display:inline-block;margin-top:1rem;color:var(--accent);font-size:.86rem}.task-records-state{margin-top:1.25rem}.task-records-table-wrap{margin-top:1.25rem;overflow-x:auto;border:1px solid var(--border);border-radius:12px}.task-records-table{min-width:780px;background:var(--surface)}.task-records-table th:first-child,.task-records-table td:first-child{padding-left:1rem}.task-record-time{white-space:nowrap}.task-record-event{display:inline-block;padding:.18rem .45rem;border-radius:999px;background:var(--surface-2);color:var(--text-muted);font-size:.72rem}.task-record-event.consume{background:#f871711a;color:#f87171}.task-record-event.refund{background:#34d3991a;color:#34d399}@media(max-width:600px){.subscription-card-head,.subscription-details{grid-template-columns:minmax(0,1fr)}.subscription-card-head{flex-direction:column}}.billing-txn-note{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.txn-plus{color:#34d399}.txn-minus{color:#f87171}.estimate-hint{margin:.25rem 0}.cost-badge{margin-left:.5rem}.admin-page{padding:1.25rem 1.5rem 3rem;max-width:1200px;margin:0 auto}.admin-page h1{margin:0 0 1rem}.admin-head{display:flex;align-items:baseline;justify-content:space-between}.admin-gate{min-height:100vh;display:flex;align-items:center;justify-content:center}.admin-gate-card{display:flex;flex-direction:column;gap:.75rem;width:min(340px,90vw);padding:2rem;background:var(--surface);border:1px solid var(--border);border-radius:16px}.admin-gate-card h1{margin:0 0 .5rem;font-size:1.3rem;text-align:center}.admin-page h3{margin:1.5rem 0 .6rem}.admin-tabs{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1.25rem}.admin-tab{padding:.45rem .9rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;font-size:.85rem}.admin-tab.active{background:var(--accent);border-color:var(--accent);color:#fff}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.admin-stat{display:flex;flex-direction:column;gap:.15rem;padding:.9rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:12px}.admin-stat-value{font-size:1.5rem;font-weight:700}.admin-stat-label{color:var(--text-muted);font-size:.82rem}.admin-stat-sub{color:#34d399;font-size:.78rem}.admin-bars{display:flex;align-items:flex-end;gap:.35rem;height:120px;padding:.5rem;background:var(--surface);border:1px solid var(--border);border-radius:12px}.admin-bar-col{flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;height:100%;gap:.25rem}.admin-bar{width:100%;min-height:2px;border-radius:3px 3px 0 0;background:var(--accent)}.admin-bar-label{font-size:.62rem;color:var(--text-muted);white-space:nowrap}.admin-cols{display:grid;grid-template-columns:1fr 1.5fr;gap:1.25rem}.admin-note{font-size:.85rem;line-height:1.6;margin:0 0 .75rem}.admin-table{width:100%;border-collapse:collapse;font-size:.82rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.admin-table th,.admin-table td{padding:.5rem .7rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:top}.admin-table th{color:var(--text-muted);font-weight:500;background:var(--surface-2);white-space:nowrap}.admin-table tr:last-child td{border-bottom:none}.admin-table td.num,.admin-table th.num{text-align:right;font-variant-numeric:tabular-nums}.admin-table code{font-size:.76rem;word-break:break-all}.admin-table .nowrap{white-space:nowrap}.admin-prompt{max-width:360px;color:var(--text-muted);font-size:.76rem}.admin-row-off{opacity:.45}@media(max-width:900px){.admin-cols{grid-template-columns:1fr}}.admin-shell{min-height:100vh;background:radial-gradient(circle at 15% -10%,rgba(99,102,241,.16),transparent 32rem),radial-gradient(circle at 90% 5%,rgba(14,165,233,.1),transparent 28rem),#0b0b0e}.admin-topbar{position:sticky;top:0;z-index:30;height:68px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 2rem;border-bottom:1px solid rgba(255,255,255,.08);background:#0b0b0ed1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.admin-brand,.admin-brand>span:last-child,.admin-topbar-actions,.admin-live{display:flex;align-items:center}.admin-brand{gap:.75rem}.admin-brand-mark,.admin-gate-mark{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;background:linear-gradient(135deg,#818cf8,#4f46e5 58%,#7c3aed);box-shadow:0 8px 28px #4f46e547;font-weight:800;letter-spacing:-.04em}.admin-brand-mark{width:38px;height:38px;border-radius:11px;font-size:.78rem}.admin-brand>span:last-child{flex-direction:column;align-items:flex-start;line-height:1.15}.admin-brand strong{font-size:.96rem}.admin-brand small{margin-top:.18rem;color:var(--text-muted);font-size:.7rem}.admin-topbar-actions{gap:.55rem}.admin-live{gap:.42rem;margin-right:.35rem;padding:.28rem .62rem;border:1px solid rgba(52,211,153,.18);border-radius:999px;color:#86efac;background:#34d39912;font-size:.72rem}.admin-live i{width:6px;height:6px;border-radius:50%;background:#34d399;box-shadow:0 0 0 4px #34d3991a}.admin-quiet,.admin-primary,.admin-danger,.admin-action{min-height:0;border-radius:9px;cursor:pointer;font:inherit;transition:border-color .15s,background .15s,color .15s,transform .15s}.admin-quiet{padding:.45rem .72rem;border:1px solid var(--border);background:#ffffff09;color:var(--text-muted);font-size:.78rem}.admin-quiet:hover{border-color:#52525b;color:var(--text)}.admin-primary,.admin-danger{padding:.68rem 1rem;border:1px solid transparent;color:#fff;font-weight:650}.admin-primary{background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 7px 20px #4f46e533}.admin-primary:hover{transform:translateY(-1px);background:linear-gradient(135deg,#818cf8,#6366f1)}.admin-primary.inline{padding:.58rem .85rem;white-space:nowrap}.admin-danger{background:#dc2626}.admin-danger:hover{background:#ef4444}.admin-tabbar{position:sticky;top:68px;z-index:25;display:flex;gap:.4rem;padding:.75rem max(2rem,calc((100vw - 1480px)/2));overflow-x:auto;border-bottom:1px solid rgba(255,255,255,.06);background:#0b0b0ebd;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.admin-tab{display:inline-flex;align-items:center;gap:.45rem;flex-shrink:0;margin:0;padding:.5rem .78rem;border:1px solid transparent;border-radius:9px;background:transparent;color:#8f8f9a;font-size:.8rem}.admin-tab:hover{color:var(--text);background:#ffffff0a}.admin-tab.active{border-color:#818cf840;color:#c7d2fe;background:#6366f11f}.admin-tab small{min-width:1.25rem;padding:.05rem .35rem;border-radius:999px;background:#ffffff0f;color:#71717a;text-align:center;font-size:.62rem}.admin-content{width:min(1480px,100%);min-height:calc(100vh - 122px);margin:0 auto;padding:2rem 2rem 4rem}.admin-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:1.4rem}.admin-section-head h1{margin:.22rem 0 .28rem;font-size:clamp(1.65rem,2.5vw,2.25rem);line-height:1.12;letter-spacing:-.035em}.admin-section-head p,.admin-panel-title p{margin:0;color:var(--text-muted);font-size:.83rem}.admin-eyebrow{color:#818cf8;font-size:.65rem;font-weight:750;letter-spacing:.16em}.admin-notice{margin:0 0 1rem;padding:.7rem .9rem;border:1px solid var(--border);border-radius:10px;font-size:.82rem}.admin-notice.success{border-color:#34d39933;color:#86efac;background:#34d39912}.admin-notice.error,.admin-form-error{color:#fca5a5}.admin-loading{display:grid;min-height:45vh;place-items:center;color:var(--text-muted)}.admin-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.admin-stat{position:relative;gap:.35rem;min-height:132px;justify-content:center;padding:1.1rem 1.2rem;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:linear-gradient(145deg,#1d1d23f5,#121216f5)}.admin-stat:after{content:"";position:absolute;width:110px;height:110px;top:-55px;right:-35px;border-radius:50%;opacity:.12;background:currentColor;filter:blur(2px)}.admin-stat.purple{color:#a5b4fc}.admin-stat.blue{color:#7dd3fc}.admin-stat.orange{color:#fdba74}.admin-stat.green{color:#6ee7b7}.admin-stat strong{color:var(--text);font-size:1.8rem;line-height:1.1;letter-spacing:-.035em}.admin-stat-label{order:-1;color:#8b8b96;font-size:.75rem}.admin-stat small{color:currentColor;font-size:.72rem}.admin-panel{margin-top:1.2rem;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:#131317e6;box-shadow:0 18px 50px #00000024}.admin-panel-title{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.15rem 0}.admin-panel-title h2{margin:0;font-size:.96rem}.admin-chart-panel{margin-top:1rem;padding-bottom:1rem}.admin-bars{height:210px;margin:1rem 1.15rem 0;padding:1rem .55rem .2rem;border:0;border-top:1px solid rgba(255,255,255,.05);border-radius:0;background:transparent}.admin-bar-col{position:relative;gap:.35rem}.admin-bar{max-width:32px;border-radius:6px 6px 2px 2px;background:linear-gradient(180deg,#818cf8,#4f46e5);box-shadow:0 7px 18px #4f46e526}.admin-bar-value{position:absolute;bottom:calc(100% - 16px);color:#71717a;font-size:.6rem}.admin-bar-label{font-size:.62rem}.admin-cols{grid-template-columns:minmax(260px,.72fr) minmax(0,1.6fr);gap:1rem}.admin-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.85rem 1rem;border-bottom:1px solid rgba(255,255,255,.06)}.admin-search{width:min(440px,100%);display:flex;align-items:center;gap:.55rem;padding:.45rem .72rem;border:1px solid var(--border);border-radius:9px;background:#00000029;color:#71717a}.admin-search:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.admin-search input{width:100%;min-height:0;margin:0;padding:0;border:0;outline:0;background:transparent;color:var(--text);font-size:.8rem}.admin-toolbar-actions{display:flex;align-items:center;gap:.55rem}.admin-filter{width:auto;min-height:34px;margin:0;padding:.35rem 1.8rem .35rem .65rem;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);color:var(--text);font-size:.76rem}.admin-table-wrap{width:100%;overflow:auto}.admin-table{min-width:760px;border:0;border-radius:0;background:transparent;font-size:.76rem}.admin-table th,.admin-table td{padding:.78rem .85rem;border-bottom-color:#ffffff0e;vertical-align:middle}.admin-table th{color:#74747e;background:#ffffff05;font-size:.67rem;font-weight:650;letter-spacing:.025em;text-transform:uppercase}.admin-table tbody tr{transition:background .12s}.admin-table tbody tr:hover{background:#ffffff06}.admin-table.compact{min-width:0}.admin-table code{color:#c4b5fd;font-size:.7rem}.admin-table-summary{margin:0;padding:.65rem 1rem;border-top:1px solid rgba(255,255,255,.05);color:#71717a;font-size:.7rem}.admin-user-cell{display:flex;align-items:center;gap:.6rem;min-width:180px}.admin-user-cell>span{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:9px;color:#c7d2fe;background:#6366f121;font-weight:750}.admin-user-cell>div{display:flex;flex-direction:column;min-width:0}.admin-user-cell strong{font-size:.75rem;font-weight:600}.admin-user-cell small,.admin-block-id{color:#71717a;font-size:.66rem}.admin-experience,.admin-plan,.admin-status,.admin-switch-state{display:inline-flex;align-items:center;justify-content:center;padding:.18rem .44rem;border-radius:999px;white-space:nowrap;font-size:.64rem;font-weight:650}.admin-experience.a{color:#93c5fd;background:#3b82f61f}.admin-experience.b{color:#f9a8d4;background:#ec48991f}.admin-plan{color:#d4d4d8;background:#ffffff0e}.admin-status,.admin-switch-state{color:#a1a1aa;background:#ffffff0e}.admin-status.completed,.admin-status.refunded,.admin-switch-state.on{color:#6ee7b7;background:#34d3991a}.admin-status.failed,.admin-switch-state.off{color:#fca5a5;background:#f871711a}.admin-status.pending,.admin-status.processing,.admin-status.persisting,.admin-status.charged{color:#fcd34d;background:#fbbf241a}.admin-credits{color:#fde68a;white-space:nowrap}.admin-action{display:inline-flex;align-items:center;justify-content:center;padding:.34rem .58rem;border:1px solid #3f3f46;background:transparent;color:#d4d4d8;white-space:nowrap;font-size:.7rem}.admin-action:hover{border-color:#6366f1;color:#c7d2fe;background:#6366f114}.admin-action.danger{border-color:#ef444466;color:#fca5a5;background:#ef444414}.admin-multipliers{max-width:240px;color:#8b8b96}.admin-prompt{max-width:300px}.admin-prompt>span,.admin-error-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-error-text{margin-top:.22rem;color:#f87171}.admin-block-id{display:block;margin-top:.2rem;font-family:ui-monospace,monospace}.admin-row-off{opacity:.5}.admin-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:1rem;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.admin-modal{width:min(520px,100%);max-height:min(760px,calc(100vh - 2rem));overflow-y:auto;border:1px solid #34343b;border-radius:16px;background:#17171b;box-shadow:0 28px 90px #00000080}.admin-modal-head{position:sticky;top:0;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.1rem 1.2rem;border-bottom:1px solid var(--border);background:#17171bf2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.admin-modal-head h2{margin:0;font-size:1.05rem}.admin-modal-head p{margin:.22rem 0 0;color:var(--text-muted);font-size:.74rem;word-break:break-all}.admin-modal-head button{width:28px;height:28px;min-height:0;padding:0;border:0;border-radius:8px;color:#a1a1aa;background:#ffffff0d;font-size:1.1rem;cursor:pointer}.admin-form{display:flex;flex-direction:column;gap:.85rem;padding:1.2rem}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.admin-field{display:flex;flex-direction:column;gap:.35rem}.admin-field>span{color:#b4b4bd;font-size:.72rem;font-weight:600}.admin-field input,.admin-field select{width:100%;min-height:40px;padding:.58rem .68rem;border:1px solid var(--border);border-radius:9px;outline:0;background:#111114;color:var(--text);font:inherit;font-size:.82rem}.admin-field input:focus,.admin-field select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11c}.admin-current-balance,.admin-confirm-box{padding:.7rem .8rem;border-radius:9px;font-size:.76rem}.admin-current-balance{display:flex;align-items:center;justify-content:space-between;background:#ffffff09;color:var(--text-muted)}.admin-current-balance strong{color:#fde68a}.admin-confirm-box{border:1px solid rgba(251,191,36,.2);background:#fbbf2412;color:#fde68a}.admin-toggle{display:flex;align-items:flex-start;gap:.7rem;padding:.75rem;border:1px solid var(--border);border-radius:10px;background:#ffffff06}.admin-toggle input{margin-top:.2rem}.admin-toggle span{display:flex;flex-direction:column}.admin-toggle strong{font-size:.8rem}.admin-toggle small{margin-top:.2rem;color:var(--text-muted);font-size:.7rem}.admin-modal-actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:.25rem}.admin-gate{padding:1.2rem;background:radial-gradient(circle at 50% 12%,rgba(99,102,241,.2),transparent 30rem),linear-gradient(180deg,#0d0d12,#08080a)}.admin-gate-card{width:min(410px,100%);gap:1rem;padding:2rem;border-color:#ffffff1a;background:#16161beb;box-shadow:0 28px 90px #00000061;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.admin-gate-mark{width:52px;height:52px;margin:0 auto .1rem;border-radius:15px}.admin-gate-copy{text-align:center}.admin-gate-copy h1{margin:.25rem 0;font-size:1.5rem}.admin-gate-copy p,.admin-gate-hint{margin:0;color:var(--text-muted);font-size:.74rem}.admin-gate-hint{text-align:center}.admin-form-error{margin:0;font-size:.76rem}.admin-table-error{margin:0 1.2rem 1rem;color:#ff9a9a;font-size:.78rem}.admin-toolbar-actions{flex:1;flex-wrap:wrap;justify-content:flex-end}.admin-mini-stats{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}.admin-mini-stats span{min-width:128px;padding:.6rem .8rem;border:1px solid rgba(255,255,255,.07);border-radius:10px;color:#858590;background:#ffffff06;font-size:.7rem}.admin-mini-stats strong{margin-right:.3rem;color:#e4e4e7;font-size:.95rem}.admin-pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-top:1px solid rgba(255,255,255,.055);color:#71717a;font-size:.7rem}.admin-pagination>div,.admin-action-group,.admin-row-actions{display:flex;align-items:center;gap:.5rem}.admin-pagination strong{min-width:54px;color:#c4c4cc;text-align:center}.admin-pagination .admin-quiet{min-height:30px;padding:.25rem .55rem;font-size:.68rem}.admin-model-name{display:flex;flex-direction:column;gap:.22rem;min-width:220px}.admin-model-name strong{color:#f1f1f3;font-size:.78rem}.admin-model-name code{max-width:280px;overflow:hidden;color:#777783;text-overflow:ellipsis;white-space:nowrap}.admin-tag-stack{display:flex;align-items:flex-start;flex-wrap:wrap;gap:.3rem}.admin-category-tag,.admin-spicy-tag,.admin-output-badge,.admin-featured-badge{display:inline-flex;align-items:center;padding:.2rem .45rem;border-radius:999px;white-space:nowrap;font-size:.62rem;font-weight:700}.admin-category-tag{color:#a5b4fc;background:#6366f11f}.admin-spicy-tag{color:#fdba74;background:#f973161f}.admin-model-usage{display:flex;flex-direction:column;gap:.2rem;min-width:180px;max-width:270px}.admin-model-usage span{overflow:hidden;color:#b4b4bd;font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.admin-model-usage em{color:#f59e0b;font-size:.67rem;font-style:normal}.admin-cell-sub{display:block;margin-top:.2rem;color:#696974;font-size:.64rem}.admin-model-detail-head{padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.06)}.admin-model-detail-head>div{display:flex;gap:.35rem}.admin-model-detail-head h3{margin:.65rem 0 .25rem;font-size:1.15rem}.admin-model-detail-head p,.admin-meta-note{margin:0;color:#8b8b96;font-size:.72rem;line-height:1.55}.admin-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.admin-detail-grid>div{min-width:0;padding:.65rem .7rem;border:1px solid rgba(255,255,255,.055);border-radius:9px;background:#ffffff05}.admin-detail-grid span,.admin-detail-block>span,.admin-result-detail>span{display:block;margin-bottom:.3rem;color:#71717a;font-size:.65rem;font-weight:650}.admin-detail-grid strong,.admin-detail-grid code{display:block;overflow:hidden;color:#d4d4d8;font-size:.72rem;text-overflow:ellipsis}.admin-modal{width:min(680px,100%)}.admin-modal-actions.split{justify-content:space-between}.admin-delete-link{min-height:36px;padding:.45rem .65rem;border:1px solid rgba(239,68,68,.24);color:#fca5a5;background:#ef44440a;font-size:.72rem}.admin-delete-panel,.admin-generation-detail,.admin-template-detail{display:flex;flex-direction:column;gap:.9rem;padding:1.2rem}.admin-danger-box{padding:.85rem;border:1px solid rgba(239,68,68,.25);border-radius:10px;background:#ef444412}.admin-danger-box strong{color:#fca5a5;font-size:.82rem}.admin-danger-box p{margin:.35rem 0 0;color:#b9a0a0;font-size:.72rem;line-height:1.55}.admin-result-cell{width:230px}.admin-result-cell>a{display:block;overflow:hidden;color:#a5b4fc;font-family:ui-monospace,monospace;font-size:.66rem;text-overflow:ellipsis;white-space:nowrap}.admin-result-cell>span{display:flex;gap:.6rem;margin-top:.3rem}.admin-result-cell>span a{color:#858590;font-size:.64rem}.admin-empty{color:#575761}.admin-detail-block,.admin-result-detail{padding:.75rem;border:1px solid rgba(255,255,255,.06);border-radius:10px;background:#ffffff05}.admin-detail-block p,.admin-template-detail>p{margin:0;color:#c4c4cc;font-size:.76rem;line-height:1.6;white-space:pre-wrap}.admin-detail-block code{display:block;overflow-wrap:anywhere;color:#c4b5fd;font-size:.72rem}.admin-detail-block.error{border-color:#ef44442e;background:#ef44440b}.admin-result-detail>a{display:block;overflow-wrap:anywhere;color:#a5b4fc;font-family:ui-monospace,monospace;font-size:.7rem}.admin-result-preview{display:grid;place-items:center;max-height:360px;margin-top:.75rem;overflow:hidden;border-radius:9px;background:#09090b}.admin-result-preview img,.admin-result-preview video{width:100%;max-height:360px;object-fit:contain}.admin-template-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;padding:1rem}.admin-template-card{min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.075);border-radius:12px;background:#ffffff05}.admin-template-poster{position:relative;aspect-ratio:16 / 9;overflow:hidden;background:#0b0b0e}.admin-template-poster img,.admin-template-poster>div{width:100%;height:100%;object-fit:cover}.admin-output-badge,.admin-featured-badge{color:#e0e7ff;background:#0f0f14c7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.admin-output-badge.video{color:#c4b5fd}.admin-output-badge.image{color:#7dd3fc}.admin-template-poster .admin-output-badge{position:absolute;left:.55rem;top:.55rem}.admin-template-poster .admin-featured-badge{position:absolute;right:.55rem;top:.55rem;color:#fde68a}.admin-template-copy{padding:.75rem .8rem .65rem}.admin-template-copy>small{color:#818cf8;font-size:.62rem;font-weight:650}.admin-template-copy h3{margin:.25rem 0 .35rem;overflow:hidden;color:#eeeeef;font-size:.84rem;text-overflow:ellipsis;white-space:nowrap}.admin-template-copy p{display:-webkit-box;height:2.8em;margin:0;overflow:hidden;color:#858590;font-size:.68rem;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.admin-template-meta{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.65rem}.admin-template-meta span{padding:.16rem .35rem;border-radius:5px;color:#8f8f99;background:#ffffff0b;font-size:.58rem}.admin-template-actions{display:flex;justify-content:space-between;gap:.5rem;padding:0 .8rem .8rem}.admin-template-actions .admin-action{flex:1}.admin-template-detail-poster{width:100%;max-height:340px;border-radius:10px;object-fit:cover;background:#09090b}.admin-shell,.admin-gate{--text: #172033;--text-muted: #697386;--surface: #ffffff;--surface-2: #f7f9fc;--border: #e3e8f0;color:var(--text);color-scheme:light}.admin-shell{background:radial-gradient(circle at 10% -5%,rgba(99,102,241,.09),transparent 28rem),radial-gradient(circle at 95% 8%,rgba(14,165,233,.07),transparent 24rem),#f4f7fb}.admin-topbar{border-bottom-color:#d5dce8d9;background:#ffffffe6;box-shadow:0 1px #10182805,0 8px 26px #1018280a}.admin-brand strong,.admin-section-head h1,.admin-panel-title h2,.admin-modal-head h2,.admin-gate-copy h1{color:#172033}.admin-brand small,.admin-section-head p,.admin-panel-title p,.admin-modal-head p,.admin-gate-copy p,.admin-gate-hint{color:#697386}.admin-live{border-color:#bbf7d0;color:#15803d;background:#f0fdf4}.admin-live i{background:#22c55e;box-shadow:0 0 0 4px #22c55e1f}.admin-quiet{border-color:#dfe4ec;color:#556176;background:#fff;box-shadow:0 1px 2px #10182808}.admin-quiet:hover{border-color:#aeb7c6;color:#172033;background:#f8fafc}.admin-tabbar{border-bottom-color:#e5eaf1;background:#f8fafdeb;box-shadow:0 4px 18px #10182806}.admin-tab{color:#687386}.admin-tab:hover{color:#343e52;background:#eef1f6}.admin-tab.active{border-color:#d9dcff;color:#4338ca;background:#eef0ff}.admin-tab small{color:#778196;background:#e9edf4}.admin-tab.active small{color:#4f46e5;background:#fff}.admin-eyebrow{color:#4f46e5}.admin-notice{border-color:#dfe4ec;background:#fff}.admin-notice.success{border-color:#bbf7d0;color:#15803d;background:#f0fdf4}.admin-notice.error,.admin-form-error,.admin-table-error,.admin-error-text{color:#dc2626}.admin-stat{border-color:#e3e8f0;background:linear-gradient(145deg,#fff,#f9fbfd);box-shadow:0 8px 24px #1c27390e}.admin-stat.purple{color:#6366f1}.admin-stat.blue{color:#0ea5e9}.admin-stat.orange{color:#f59e0b}.admin-stat.green{color:#10b981}.admin-stat strong{color:#172033}.admin-stat-label{color:#6d788c}.admin-panel{overflow:visible;border-color:#e2e7ef;background:#fff;box-shadow:0 10px 32px #1824380e}.admin-bars{border-top-color:#edf0f5}.admin-bar-value,.admin-bar-label{color:#7b8698}.admin-toolbar{align-items:flex-end;gap:1rem;padding:1rem;border-bottom-color:#e8ecf2;border-radius:14px 14px 0 0;background:#fbfcfe}.admin-search{min-height:42px;padding:.55rem .78rem;border-color:#dce2eb;border-radius:10px;color:#8a94a6;background:#fff;box-shadow:0 1px 2px #10182808}.admin-search:hover{border-color:#c8d0dc}.admin-search:focus-within{border-color:#818cf8;box-shadow:0 0 0 3px #6366f11c}.admin-search input{color:#172033}.admin-search input::placeholder{color:#929caf}.admin-toolbar-actions{align-items:flex-end;gap:.55rem}.admin-filter-field{position:relative;display:flex;flex:0 0 108px;flex-direction:column;gap:.32rem;width:108px;min-width:0;margin:0}.admin-filter-field>span{padding-left:.15rem;color:#7c879a;font-size:.64rem;font-weight:700;letter-spacing:.02em;line-height:1}.admin-filter-field .qc-dd{width:100%}.admin-filter-field .qc-dd-trigger{justify-content:space-between;width:100%;min-height:40px;padding:.5rem .7rem;overflow:hidden;border-radius:9px}.admin-filter-field .qc-dd-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-toolbar-actions .admin-filter-field:last-child .qc-dd-menu{right:0;left:auto}.admin-shell .qc-dd-trigger{border-color:#dce2eb;color:#263147;background:#fff;box-shadow:0 1px 2px #10182808}.admin-shell .qc-dd-trigger:hover{border-color:#bcc6d4}.admin-shell .qc-dd-trigger:focus-visible{border-color:#818cf8;outline:0;box-shadow:0 0 0 3px #6366f11c}.admin-shell .qc-dd-menu{min-width:max(100%,180px);border-color:#dde3eb;color:#263147;background:#fff;box-shadow:0 16px 38px #1f293729}.admin-shell .qc-dd-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.65rem;color:#354158}.admin-shell .qc-dd-item:hover,.admin-shell .qc-dd-item:focus-visible{outline:0;background:#f3f5f9}.admin-shell .qc-dd-item.active{color:#4338ca;background:#eef0ff}.admin-shell .qc-dd-check{color:#4f46e5;font-size:.72rem;font-weight:800}.admin-shell .qc-dd-item-desc{grid-column:1 / -1}.admin-table th,.admin-table td{border-bottom-color:#ebeff4}.admin-table th{color:#667186;background:#f8fafc}.admin-table tbody tr:hover{background:#f8faff}.admin-table code{color:#5b4bd8}.admin-table-summary,.admin-pagination{border-color:#e8ecf2;color:#748095;background:#fbfcfe}.admin-user-cell>span{color:#4f46e5;background:#eef0ff}.admin-user-cell strong{color:#263147}.admin-user-cell small,.admin-block-id,.admin-cell-sub{color:#7b8698}.admin-experience.a{color:#1d4ed8;background:#eff6ff}.admin-experience.b{color:#be185d;background:#fdf2f8}.admin-plan,.admin-status,.admin-switch-state{color:#556176;background:#eef1f5}.admin-status.completed,.admin-status.refunded,.admin-switch-state.on{color:#047857;background:#ecfdf5}.admin-status.failed,.admin-switch-state.off{color:#b91c1c;background:#fef2f2}.admin-status.pending,.admin-status.processing,.admin-status.persisting,.admin-status.charged{color:#b45309;background:#fffbeb}.admin-credits{color:#a16207}.admin-action{border-color:#d9dfe8;color:#455168;background:#fff}.admin-action:hover{border-color:#a5b4fc;color:#4338ca;background:#f5f6ff}.admin-action.danger,.admin-delete-link{border-color:#fecaca;color:#b91c1c;background:#fff7f7}.admin-multipliers,.admin-model-detail-head p,.admin-meta-note{color:#758095}.admin-modal-backdrop{background:#29334557}.admin-modal{border-color:#dfe4ec;background:#fff;box-shadow:0 28px 80px #18243833}.admin-modal-head{border-bottom-color:#e6eaf0;background:#fffffff5}.admin-modal-head button{color:#697386;background:#f1f4f8}.admin-modal-head button:hover{color:#172033;background:#e8ecf2}.admin-field>span{color:#556176}.admin-field input,.admin-field select{border-color:#dce2eb;color:#172033;background:#fff}.admin-field input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.admin-field input[type=number]::-webkit-inner-spin-button,.admin-field input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.admin-current-balance{color:#697386;background:#f5f7fa}.admin-current-balance strong{color:#a16207}.admin-confirm-box{border-color:#fde68a;color:#92400e;background:#fffbeb}.admin-toggle{width:100%;color:#263147;border-color:#dfe4ec;background:#f8fafc;font:inherit;text-align:left;cursor:pointer}.admin-toggle:hover{border-color:#c8d0dc;background:#f5f7fb}.admin-toggle:focus-visible{border-color:#818cf8;outline:0;box-shadow:0 0 0 3px #6366f11c}.admin-toggle .admin-toggle-track{position:relative;display:inline-flex;flex:0 0 38px;width:38px;height:22px;margin-top:.05rem;border:1px solid #cbd3df;border-radius:999px;background:#dfe4eb;transition:border-color .18s,background .18s}.admin-toggle-track i{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #1f293733;transition:transform .18s}.admin-toggle.active .admin-toggle-track{border-color:#6366f1;background:#6366f1}.admin-toggle.active .admin-toggle-track i{transform:translate(16px)}.admin-gate{background:radial-gradient(circle at 50% 8%,rgba(99,102,241,.14),transparent 30rem),linear-gradient(180deg,#f8faff,#eef2f8)}.admin-gate-card{border-color:#d6dce7e6;background:#fffffff0;box-shadow:0 24px 70px #27324626}.admin-mini-stats span{border-color:#e2e7ef;color:#687386;background:#ffffffb8;box-shadow:0 2px 8px #18243806}.admin-mini-stats strong,.admin-pagination strong,.admin-model-name strong{color:#263147}.admin-model-name code{color:#748095}.admin-category-tag{color:#4338ca;background:#eef0ff}.admin-spicy-tag{color:#c2410c;background:#fff7ed}.admin-model-usage span{color:#526077}.admin-model-usage em{color:#b45309}.admin-model-detail-head{border-bottom-color:#e8ecf2}.admin-detail-grid>div,.admin-detail-block,.admin-result-detail{border-color:#e2e7ef;background:#f8fafc}.admin-detail-grid span,.admin-detail-block>span,.admin-result-detail>span{color:#748095}.admin-detail-grid strong,.admin-detail-grid code,.admin-detail-block p,.admin-template-detail>p{color:#344057}.admin-detail-block code,.admin-result-detail>a,.admin-result-cell>a{color:#4f46e5}.admin-danger-box{border-color:#fecaca;background:#fef2f2}.admin-danger-box strong{color:#b91c1c}.admin-danger-box p{color:#7f4a4a}.admin-result-cell>span a{color:#667186}.admin-empty{color:#98a1b1}.admin-detail-block.error{border-color:#fecaca;background:#fff7f7}.admin-template-card{border-color:#e1e6ee;background:#fff;box-shadow:0 5px 18px #1824380e;transition:transform .16s,box-shadow .16s,border-color .16s}.admin-template-card:hover{border-color:#cfd5e1;box-shadow:0 12px 28px #18243817;transform:translateY(-1px)}.admin-output-badge,.admin-featured-badge{color:#fff;background:#1f2937c7}.admin-template-copy>small{color:#4f46e5}.admin-template-copy h3{color:#263147}.admin-template-copy p{color:#687386}.admin-template-meta span{color:#637086;background:#f0f3f7}.admin-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-analytics-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1rem}.admin-breakdown-list{display:flex;flex-direction:column;gap:.85rem;padding:1rem 1.1rem 1.15rem}.admin-breakdown-row{min-width:0}.admin-breakdown-row>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.admin-breakdown-row strong{overflow:hidden;color:#2f3a50;font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.admin-breakdown-row>div:first-child span,.admin-breakdown-row>small{color:#7a8598;font-size:.64rem;white-space:nowrap}.admin-breakdown-track{height:7px;margin:.38rem 0 .3rem;overflow:hidden;border-radius:999px;background:#edf1f6}.admin-breakdown-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#6366f1,#8b5cf6)}.admin-analytics-empty{margin:0;padding:1.4rem;color:#8a94a5;font-size:.72rem}.admin-chart-legend{display:flex;align-items:center;gap:.8rem;color:#738095;font-size:.65rem}.admin-chart-legend span:before{display:inline-block;width:7px;height:7px;margin-right:.3rem;border-radius:2px;content:""}.admin-chart-legend .completed:before,.admin-bar-stack .completed{background:#34d399}.admin-chart-legend .failed:before,.admin-bar-stack .failed{background:#fb7185}.admin-chart-legend .other:before,.admin-bar-stack .other{background:#818cf8}.admin-bar-stack{display:flex;flex:0 0 auto;flex-direction:column-reverse;width:24px;min-height:3px;overflow:hidden;border-radius:5px 5px 2px 2px;background:#edf1f6}.admin-bar-stack i{display:block;width:100%;min-height:0}.admin-generation-summary{flex-wrap:wrap}.admin-generation-list{display:flex;flex-direction:column;gap:.8rem;padding:1rem}.admin-generation-card{display:grid;grid-template-columns:220px minmax(0,1fr);min-width:0;overflow:hidden;border:1px solid #e1e6ee;border-left:4px solid #cbd5e1;border-radius:13px;background:#fff;box-shadow:0 5px 18px #1824380b}.admin-generation-card.completed{border-left-color:#34d399}.admin-generation-card.failed{border-left-color:#fb7185}.admin-generation-card.processing,.admin-generation-card.persisting{border-left-color:#fbbf24}.admin-generation-result{display:grid;min-height:228px;overflow:hidden;place-items:center;border-right:1px solid #e7ebf1;background:linear-gradient(135deg,rgba(99,102,241,.08),transparent 55%),#111827}.admin-generation-result img,.admin-generation-result video{width:100%;height:100%;max-height:330px;object-fit:contain}.admin-generation-no-result{display:flex;align-items:center;flex-direction:column;gap:.65rem;color:#a7b0bf;font-size:.72rem}.admin-generation-copy{display:flex;min-width:0;padding:.9rem 1rem;flex-direction:column;gap:.65rem}.admin-generation-card-head,.admin-generation-identity,.admin-generation-actions{display:flex;align-items:center;justify-content:space-between;gap:.85rem}.admin-job-type,.admin-job-provider{display:inline-flex;padding:.2rem .45rem;border-radius:999px;color:#526077;background:#eef1f5;font-size:.62rem;font-weight:700}.admin-job-provider{color:#4f46e5;background:#eef0ff}.admin-job-cost{color:#a16207;font-size:.76rem;white-space:nowrap}.admin-generation-identity{align-items:flex-start}.admin-generation-identity>div{display:flex;min-width:0;flex-direction:column}.admin-generation-identity strong{color:#263147;font-size:.78rem}.admin-generation-identity span{margin-top:.15rem;color:#7b8698;font-size:.62rem}.admin-generation-identity code{max-width:48%;overflow:hidden;color:#5b4bd8;font-size:.67rem;text-overflow:ellipsis;white-space:nowrap}.admin-generation-specs{display:flex;flex-wrap:wrap;gap:.35rem}.admin-generation-specs>span{display:inline-flex;align-items:center;gap:.28rem;padding:.3rem .45rem;border:1px solid #e4e8ef;border-radius:7px;color:#344057;background:#f8fafc;font-size:.66rem;font-weight:650}.admin-generation-specs small{color:#8993a4;font-size:.58rem;font-weight:600}.admin-generation-prompt{min-width:0;padding:.6rem .7rem;border-radius:9px;background:#f7f9fc}.admin-generation-prompt>span,.admin-generation-inputs>span{display:block;margin-bottom:.28rem;color:#778297;font-size:.6rem;font-weight:700}.admin-generation-prompt p{max-height:5.1em;margin:0;overflow:auto;color:#39455b;font-size:.7rem;line-height:1.5;white-space:pre-wrap}.admin-negative-prompt{display:flex;gap:.45rem;margin:-.15rem 0 0;color:#7c8798;font-size:.64rem}.admin-negative-prompt strong{color:#59657a;white-space:nowrap}.admin-generation-inputs>div,.admin-detail-inputs{display:flex;flex-wrap:wrap;gap:.45rem}.admin-input-media{position:relative;display:grid;width:66px;height:66px;overflow:hidden;place-items:center;border:1px solid #dfe4ec;border-radius:8px;background:#eef2f7}.admin-input-media img,.admin-input-media video{width:100%;height:100%;object-fit:cover}.admin-input-media small{position:absolute;inset:auto 0 0;padding:.2rem .25rem;overflow:hidden;color:#fff;background:#111827b8;font-size:.53rem;text-align:center;text-overflow:ellipsis;white-space:nowrap}.admin-input-media-kind{color:#6366f1;font-size:1.4rem}.admin-inline-error{display:flex;gap:.45rem;padding:.48rem .6rem;border-radius:7px;color:#991b1b;background:#fef2f2;font-size:.65rem}.admin-inline-error strong{white-space:nowrap}.admin-generation-actions{padding-top:.6rem;border-top:1px solid #edf0f4}.admin-generation-actions>div{display:flex;flex-wrap:wrap;gap:.4rem}.admin-modal.wide{width:min(940px,100%)}.admin-params-json{max-height:300px;margin:0;padding:.75rem;overflow:auto;border-radius:8px;color:#344057;background:#eef2f7;font-size:.67rem;line-height:1.5;white-space:pre-wrap}@media(max-width:1050px){.admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-cols,.admin-analytics-three{grid-template-columns:minmax(0,1fr)}.admin-generation-card{grid-template-columns:190px minmax(0,1fr)}.admin-template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-toolbar{align-items:stretch;flex-direction:column}.admin-search{width:100%}.admin-toolbar-actions{justify-content:flex-start}}@media(max-width:700px){.admin-topbar{height:60px;padding:0 .85rem}.admin-brand small,.admin-live{display:none}.admin-tabbar{top:60px;padding:.6rem .8rem}.admin-content{padding:1.25rem .8rem 3rem}.admin-section-head{align-items:flex-start;flex-direction:column;gap:.8rem}.admin-section-head .admin-primary.inline{width:100%}.admin-stats{grid-template-columns:minmax(0,1fr)}.admin-stat{min-height:108px}.admin-bars{height:170px;overflow-x:auto}.admin-bar-col{min-width:34px}.admin-toolbar{align-items:stretch;flex-direction:column}.admin-search{width:100%}.admin-toolbar-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.admin-filter-field{width:100%;min-width:0;flex-basis:auto}.admin-filter{width:100%}.admin-form-grid{grid-template-columns:minmax(0,1fr)}.admin-mini-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.admin-mini-stats span{min-width:0}.admin-pagination{align-items:stretch;flex-direction:column}.admin-pagination>div{justify-content:space-between}.admin-detail-grid,.admin-generation-card{grid-template-columns:minmax(0,1fr)}.admin-generation-result{min-height:220px;border-right:0;border-bottom:1px solid #e7ebf1}.admin-generation-result img,.admin-generation-result video{max-height:300px}.admin-generation-card-head,.admin-generation-identity,.admin-generation-actions{align-items:flex-start;flex-direction:column}.admin-generation-identity code{max-width:100%}.admin-generation-actions{align-items:stretch}.admin-generation-actions>div{width:100%}.admin-template-grid{grid-template-columns:minmax(0,1fr);padding:.75rem}.admin-modal-actions.split{align-items:stretch;flex-direction:column-reverse}.admin-action-group{justify-content:flex-end}}@media(max-width:460px){.admin-toolbar-actions{grid-template-columns:minmax(0,1fr)}}.hscroll-wrap{position:relative;min-width:0}.hscroll{display:flex;flex-wrap:nowrap!important;gap:.4rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.hscroll::-webkit-scrollbar{display:none}.hscroll>*{flex-shrink:0;white-space:nowrap}.hscroll-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:28px;height:28px;border-radius:50%;border:1px solid var(--border);background:#161618eb;color:var(--text);font-size:1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.hscroll-arrow:hover{background:var(--surface-2)}.hscroll-arrow.prev{left:-4px}.hscroll-arrow.next{right:-4px}.home-nav{position:fixed;top:var(--topbar-h);left:var(--sidebar-w);right:0;z-index:20;padding:.4rem 1.5rem;background:#0a0a0beb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.home-nav.shown{opacity:1;transform:none;pointer-events:auto}.home-nav-tab,.major-tab{padding:.5rem .35rem;border:none;background:none;color:var(--text-muted);font-size:.9rem;font-weight:600;cursor:pointer}.home-nav-tab:hover,.major-tab:hover{color:var(--text)}.home-nav-tab.active,.major-tab.active{color:var(--accent)}.major-tabs{margin-bottom:.75rem;border-bottom:1px solid var(--border)}.home-grid-clip{position:relative;overflow:hidden;max-height:calc((100vw - var(--sidebar-w) - 3rem - 5 * .6rem) / 6 * 1.55)}.home-grid-clip .template-grid{columns:unset;display:grid;grid-template-columns:repeat(6,1fr);gap:.6rem}.home-grid-clip .template-card{margin-bottom:0}.home-grid-clip .template-cover{aspect-ratio:1 / 1}@media(max-width:1240px){.home-grid-clip{max-height:calc((100vw - var(--sidebar-w) - 3rem - 3 * .6rem) / 4 * 1.55)}.home-grid-clip .template-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:760px){.home-grid-clip{max-height:calc((100vw - var(--sidebar-w) - 3rem - .6rem) / 2 * 1.55)}.home-grid-clip .template-grid{grid-template-columns:repeat(2,1fr)}}.home-grid-fade{position:absolute;left:0;right:0;bottom:0;height:58%;background:linear-gradient(to bottom,transparent,var(--bg) 78%);pointer-events:none}.section-viewall{padding:.55rem 1.4rem;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#161618b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--text);font-size:.88rem;font-weight:500}.home-grid-clip .section-viewall{position:absolute;left:50%;bottom:1rem;transform:translate(-50%)}.section-viewall:hover{border-color:var(--accent);color:var(--accent)}.home-section{scroll-margin-top:calc(var(--topbar-h) + 56px);margin-bottom:1.75rem}.home-empty{padding:2.25rem 1rem;text-align:center;color:var(--text-muted);font-size:.88rem;background:var(--surface);border:1px dashed var(--border);border-radius:12px}.photo-template-card{width:100%;padding:0;border:none;cursor:pointer;text-align:left}.quick-composer{position:fixed;left:calc(var(--sidebar-w) + (100vw - var(--sidebar-w)) / 2);transform:translate(-50%);bottom:1.1rem;z-index:30;width:min(680px,calc(100vw - var(--sidebar-w) - 3rem));display:flex;flex-direction:column;gap:.4rem}.quick-composer.collapsed{flex-direction:row;align-items:center;gap:.6rem;padding:.5rem .6rem;border-radius:999px;border:1px solid var(--border);background:#161618eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 30px #00000073;cursor:pointer}.qc-placeholder{flex:1;color:var(--text-muted);font-size:.92rem}.qc-generate.muted{background:#3f3f46;color:#a1a1aa}.quick-composer.expanded{padding:.85rem;border-radius:18px;border:1px solid var(--border);background:#161618f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 12px 40px #0000008c;gap:.6rem}.qc-top{display:flex;align-items:flex-start;gap:.55rem}.qc-upload,.qc-upload-box{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;border:1px dashed #3f3f46;background:var(--surface-2);color:var(--text-muted);cursor:pointer}.qc-upload{width:36px;height:36px;border-radius:50%;font-size:1.2rem}.qc-upload-box{width:56px;height:56px;border-radius:12px;font-size:1.5rem}.qc-upload-box:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.qc-upload-box:disabled{opacity:.4;cursor:not-allowed}.qc-thumb{flex-shrink:0;width:56px;height:56px;padding:0;border-radius:12px;border:1px solid var(--border);overflow:hidden;cursor:pointer;background:none}.qc-thumb img{width:100%;height:100%;object-fit:cover}.qc-prompt{flex:1;min-width:0;border:none;background:transparent;color:var(--text);font-size:.95rem;outline:none;resize:none;font-family:inherit;line-height:1.45;padding:.3rem .2rem}.qc-controls{display:flex;align-items:center;gap:.45rem}.qc-spacer{flex:1}.qc-dd{position:relative}.qc-dd-trigger{display:flex;align-items:center;gap:.35rem;padding:.42rem .7rem;border-radius:10px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:.82rem;cursor:pointer}.qc-dd-trigger:hover{border-color:#3f3f46}.qc-dd-caret{color:var(--text-muted);font-size:.7rem;transform:rotate(180deg);transition:transform .15s}.qc-dd-caret.up{transform:rotate(0)}.qc-dd-menu{position:absolute;left:0;min-width:max(100%,220px);max-height:300px;overflow-y:auto;padding:.35rem;border-radius:12px;border:1px solid var(--border);background:#1c1c20;box-shadow:0 10px 34px #0000008c;display:flex;flex-direction:column;gap:2px;z-index:40}.qc-dd-menu.up{bottom:calc(100% + 8px)}.qc-dd-menu.down{top:calc(100% + 8px)}.qc-dd.block{width:100%}.qc-dd.block .qc-dd-trigger{width:100%;justify-content:space-between;padding:.55rem .8rem;font-weight:400}.qc-dd-item-label{display:block}.qc-dd-item-desc{display:block;grid-column:1 / -1;font-size:.74rem;font-weight:400;color:var(--text-muted);white-space:normal;margin-top:2px}.qc-dd-item.active .qc-dd-item-desc{color:inherit;opacity:.75}.qc-dd-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.6rem;padding:.5rem .65rem;border:none;border-radius:8px;background:none;color:var(--text);font-size:.84rem;text-align:left;white-space:nowrap;cursor:pointer}.qc-dd-check{color:var(--accent);font-size:.72rem;font-weight:800}.qc-dd-item:hover{background:var(--surface-2)}.qc-dd-item.active{color:var(--accent);font-weight:600}.qc-generate{flex-shrink:0;display:flex;align-items:center;gap:.45rem;padding:.55rem 1.2rem;border-radius:999px;border:none;background:var(--accent);color:#fff;font-weight:600;font-size:.88rem;cursor:pointer}.qc-generate:hover{filter:brightness(1.1)}.qc-credits{font-size:.8rem;font-weight:500;opacity:.9}.qc-cost-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.45rem .7rem;border-radius:10px;background:var(--surface-2);color:var(--text-muted);font-size:.82rem}.qc-cost-row strong{color:var(--text);font-weight:600}.qc-error{margin:0;text-align:center;font-size:.78rem;color:#f87171;text-shadow:0 1px 4px rgba(0,0,0,.6)}.home-page{padding-bottom:7rem}.tool-page .tool-switcher{margin-bottom:.9rem;padding:.15rem 0}.tool-switch-tab{flex-shrink:0;padding:.4rem .9rem;background:none;border:none;border-radius:0;color:var(--text-muted);font-size:.86rem;font-weight:400;white-space:nowrap;cursor:pointer}.tool-switch-tab:hover{color:var(--text)}.tool-switch-tab.active{color:var(--accent);font-weight:600}.tool-page .template-studio{height:calc(100vh - var(--topbar-h) - 4.75rem - 52px)}.field{display:block;font-size:.9rem}.field-label{display:block;margin-bottom:.35rem}.prompt-box{position:relative}.prompt-box textarea{width:100%;padding-bottom:1.6rem;resize:vertical}.prompt-count{position:absolute;right:.6rem;bottom:.5rem;font-size:.72rem;color:var(--text-muted);pointer-events:none}.model-desc{display:block;margin-top:.3rem;font-size:.78rem;font-weight:400;color:var(--text-muted)}.mode-tabs{display:flex;gap:.35rem;padding:.25rem;background:var(--surface-2, rgba(255, 255, 255, .04));border:1px solid var(--border, rgba(255, 255, 255, .08));border-radius:10px}.mode-tab{flex:1;padding:.5rem .6rem;border:none;border-radius:7px;background:transparent;color:var(--text-muted);font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.mode-tab:hover{color:var(--text)}.mode-tab.active{background:var(--accent, #7c5cff);color:#fff}@media(max-width:760px){:root{--topbar-h: 52px;--mobile-nav-h: 64px}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}body{padding-bottom:env(safe-area-inset-bottom)}.topbar{padding:0 .8rem}.topbar-brand{font-size:1.08rem;gap:.45rem}.topbar-brand-mark{width:26px;height:26px}.topbar-right{gap:.55rem}.credits-chip{gap:.22rem;padding:.25rem .55rem;font-size:.78rem}.credits-label{display:none}.avatar-btn{width:32px;height:32px}.user-card{position:fixed;top:calc(var(--topbar-h) + .5rem);left:.75rem;right:.75rem;width:auto}.sidebar{inset:auto 0 0 0;width:100%;height:calc(var(--mobile-nav-h) + env(safe-area-inset-bottom));padding:0 0 env(safe-area-inset-bottom);border-right:0;border-top:1px solid #1f1f23;z-index:190}.sidebar-nav{flex-direction:row;align-items:stretch;gap:0;padding:0}.sidebar-link{flex:1 1 0;min-width:0;justify-content:center;gap:.18rem;padding:.45rem .1rem .35rem;border-radius:0;font-size:.62rem}.sidebar-link.active{background:#ffffff0f}.sidebar-icon{font-size:1.15rem}.main-content{margin-left:0;padding:.8rem .75rem calc(var(--mobile-nav-h) + 1.25rem + env(safe-area-inset-bottom))}.form .row{grid-template-columns:minmax(0,1fr);gap:0}.tabs,.studio-tabs,.library-tabs{overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none;-webkit-overflow-scrolling:touch}.tabs::-webkit-scrollbar,.studio-tabs::-webkit-scrollbar,.library-tabs::-webkit-scrollbar{display:none}.page-hero{margin-bottom:1rem}.page-hero h1{font-size:1.35rem}.section-header{margin-bottom:.65rem}.section-header h2{font-size:1.02rem}.home-nav{left:0;padding:.3rem .75rem}.home-section{scroll-margin-top:calc(var(--topbar-h) + 48px);margin-bottom:1.25rem}.hscroll-arrow,.gallery-arrow{display:none}.hscroll,.template-gallery{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.template-gallery .template-card{flex-basis:min(78vw,360px)}.template-grid,.explore-page .template-grid{columns:unset;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto;gap:.55rem}.explore-page .template-grid .template-card{grid-row-end:auto!important}.template-grid .template-card{margin-bottom:0}.home-grid-clip{max-height:calc((100vw - 2.05rem)*.775)}.home-grid-clip .template-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.home-grid-clip .section-viewall{bottom:.65rem;max-width:calc(100% - 1rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-tab{min-height:38px;padding:.42rem .78rem}.major-tab,.home-nav-tab,.tool-switch-tab{min-height:40px}.template-hover{opacity:1;transform:none;padding:1.35rem .55rem .5rem}.template-hover-title{font-size:.76rem}.template-generate{display:none}.tools-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.tool-body{padding:.7rem}.tool-body h3{font-size:.88rem}.tool-body p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.template-studio,.tool-page .template-studio{grid-template-columns:minmax(0,1fr);height:auto;min-height:0;gap:.8rem}.template-panel,.template-stage,.library-rail{width:100%;min-width:0;overflow:visible}.template-panel{padding:.95rem}.template-panel-form{min-height:0}.template-panel-fields{overflow:visible;padding-right:0}.template-panel-footer{position:static;margin:.9rem -.95rem -.95rem;padding:.8rem .95rem .95rem}.template-stage{min-height:min(580px,72vh);padding:.85rem}.template-stage-caption{font-size:.92rem}.example-flow{flex-direction:column;align-items:center;gap:.6rem}.example-io{width:100%;flex:1 1 auto}.example-arrow{transform:rotate(90deg)}.example-media{max-height:46vh}.library-rail{padding:.75rem}.library-rail-list{flex-direction:row;overflow-x:auto;overflow-y:hidden;padding-bottom:.25rem}.library-rail-item{flex:0 0 104px}.quick-composer{left:50%;bottom:calc(var(--mobile-nav-h) + .55rem + env(safe-area-inset-bottom));width:calc(100vw - 1.25rem)}.quick-composer.expanded{max-height:min(62vh,520px);overflow-y:auto}.quick-composer.collapsed{padding:.45rem .5rem}.qc-placeholder{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qc-controls{flex-wrap:wrap}.qc-spacer{display:none}.qc-generate{margin-left:auto}.preview-card{width:calc(100vw - 1rem);max-width:none;max-height:calc(100dvh - 1rem);padding:.75rem}.preview-card-media{max-height:calc(100dvh - 8rem);min-height:0}.modal-overlay{padding:.5rem}.modal-dialog.auth-modal-2col{width:100%}.auth-panel{padding:1.25rem 1rem 1rem}.modal-body{padding:.85rem}.billing-txns{display:block;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}input,textarea,select,button{min-height:42px}.avatar-btn,.hscroll-arrow,.preview-close,button.link{min-height:0}}@media(max-width:390px){.main-content{padding-left:.6rem;padding-right:.6rem}.topbar-login{padding-left:.75rem;padding-right:.75rem}.tools-grid{grid-template-columns:minmax(0,1fr)}}.upload-box.audio{min-height:90px}.audio-preview{flex:1;min-width:0;height:34px}
