: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{font-weight:800;font-size:1.25rem;color:#fff;letter-spacing:-.02em}.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;border-radius:50%;border:1px solid #3f3f46;background:var(--accent);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;display:grid;place-items: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:grid;place-items: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-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}.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}}.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%}.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-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);cursor:zoom-in}.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-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}.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}.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,minmax(260px,1fr));gap:1rem}.library-media-item .prompt{margin:.5rem 0 .25rem}.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}.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}}.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;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;bottom:calc(100% + 8px);left:0;min-width:max(100%,200px);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-item{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-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-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)}
