@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{font-family:DM Sans,Noto Sans SC,system-ui,sans-serif;color:#161616;background:#f3f3f3;font-synthesis:none;--bg: #f3f3f3;--surface: #ffffff;--surface-2: #eeeeee;--line: #dddddd;--text: #161616;--muted: #707070;--accent: #f5a623;--accent-dark: #d88900;--accent-soft: #fff1d3;--amber: #c77a00;--amber-soft: #fff0ce;--red: #b83b3b;--red-soft: #fbe9e7;--blue: #246b9c;--blue-soft: #e7f1f8;--shadow: 0 16px 40px rgba(0, 0, 0, .12)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;background:var(--bg)}button,input,textarea,select{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}.app-shell{min-height:100vh;display:flex}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:232px;padding:20px 14px;background:#111;color:#fff;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:11px;height:48px;padding:0 8px}.brand-mark{width:36px;height:36px;display:grid;place-items:center;background:#f5a623;color:#111;border-radius:7px;flex:0 0 auto}.brand>span:last-child{display:flex;flex-direction:column}.brand strong{font-size:18px;line-height:1.1}.brand small{color:#8f8f8f;font-size:9px;margin-top:3px}.sidebar nav{display:grid;gap:5px;margin-top:30px}.sidebar nav button{height:44px;border:0;border-radius:6px;padding:0 12px;color:#b5b5b5;background:transparent;display:flex;align-items:center;gap:11px;cursor:pointer;text-align:left;font-size:14px}.sidebar nav button:hover{background:#292929;color:#fff}.sidebar nav button.active{background:#f5a623;color:#111;font-weight:700}.sidebar nav button b{min-width:20px;height:20px;margin-left:auto;border-radius:10px;background:#fff;color:var(--accent);display:grid;place-items:center;font-size:11px}.sidebar-bottom{margin-top:auto;display:grid;gap:14px}.system-state{padding:12px;border:1px solid #343434;border-radius:7px;display:flex;align-items:center;gap:9px}.system-state>span{width:8px;height:8px;border-radius:50%;background:#f5a623;box-shadow:0 0 0 4px #f5a62324}.system-state div,.profile-button span{display:flex;flex-direction:column;min-width:0}.system-state strong,.profile-button strong{font-size:12px;overflow:hidden;text-overflow:ellipsis}.system-state small,.profile-button small{font-size:10px;color:#8f8f8f;margin-top:2px}.profile-button{width:100%;padding:8px;border:0;border-radius:7px;background:#242424;color:#fff;display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;cursor:pointer;text-align:left}.main-area{margin-left:232px;width:calc(100% - 232px);min-height:100vh}.topbar{height:64px;padding:0 28px;border-bottom:1px solid var(--line);background:#fffffff0;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20}.topbar-state{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:8px}.live-dot{width:7px;height:7px;border-radius:50%;background:#f5a623}.topbar-actions{display:flex;align-items:center;gap:10px}.balance-button{height:38px;border:1px solid var(--line);border-radius:6px;background:var(--surface);display:flex;align-items:center;gap:7px;padding:0 11px;cursor:pointer}.balance-button span{font-weight:700;font-size:13px}.mobile-menu{display:none!important}.content-area{padding:28px;max-width:1540px;margin:0 auto}.content-area.home-content{max-width:1680px;padding:18px 20px 36px}.home-view,.effect-catalog{min-width:0}.effect-catalog-header{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.effect-catalog-header h1{margin:3px 0 0;font-size:28px}.effect-catalog-header>div small{display:block;margin-top:5px;color:var(--muted);font-size:11px}.effect-search{width:min(420px,42vw);height:42px;padding:0 12px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--muted);display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px}.effect-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #f5a62329}.effect-search input{min-width:0;height:40px;padding:0;border:0;box-shadow:none!important}.effect-category-tabs{min-height:48px;margin:12px 0 18px;display:flex;align-items:center;gap:5px;overflow-x:auto;border-bottom:1px solid var(--line);scrollbar-width:thin}.effect-category-tabs button{flex:0 0 auto;align-self:stretch;padding:0 12px;border:0;border-bottom:3px solid transparent;background:transparent;color:var(--muted);display:inline-flex;align-items:center;gap:7px;cursor:pointer;font-size:12px}.effect-category-tabs button.active{color:var(--text);border-bottom-color:var(--accent);font-weight:700}.effect-category-tabs small{min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#e7e7e4;display:grid;place-items:center;font-size:9px}.effect-category-tabs button.active small{background:var(--accent);color:#17120a}.effect-catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}.effect-card{min-width:0;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:#fff;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.effect-card:hover{transform:translateY(-2px);border-color:#d9a64e;box-shadow:0 10px 24px #241e121a}.effect-card-main{width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.effect-card-cover{width:100%;aspect-ratio:16 / 10;position:relative;overflow:hidden;background:#252525;color:var(--accent);display:grid;place-items:center}.effect-card-cover:before{content:"";width:24px;height:24px;position:absolute;inset:50% auto auto 50%;margin:-12px 0 0 -12px;border:2px solid #555;border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.effect-card-cover:has(img):before,.effect-card-cover:has(.app-video-cover.is-ready):before{display:none}.effect-card-cover img,.effect-card-cover video{width:100%;height:100%;display:block;object-fit:cover}.app-video-cover{opacity:0;transition:opacity .18s ease}.app-video-cover.is-ready{opacity:1}.effect-card-copy{min-height:64px;padding:10px 12px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3px 10px}.effect-card-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.effect-card-copy small{grid-column:1;color:var(--muted);font-size:10px}.effect-card-copy b{grid-column:2;grid-row:1 / 3;color:var(--accent-dark);font-size:11px}.effect-card-share{width:34px;height:34px;position:absolute;top:10px;right:10px;border:1px solid rgba(255,255,255,.6);border-radius:5px;background:#0f0f0fc7;color:#fff;display:grid;place-items:center;cursor:pointer}.effect-card-share:hover{background:var(--accent);color:#17120a}.effect-catalog-grid>.empty-state{grid-column:1 / -1}.explore-home{display:grid;gap:18px}.explore-header{min-height:58px;display:grid;grid-template-columns:minmax(220px,auto) minmax(280px,620px) auto;align-items:center;gap:18px}.explore-header h1{margin:3px 0 0;font-size:24px}.explore-search{height:40px;border:1px solid var(--line);border-radius:6px;background:#fff;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px;padding:0 11px;color:var(--muted)}.explore-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #f5a62329}.explore-search input{height:38px;padding:0;border:0;box-shadow:none!important;min-width:0}.explore-tabs{min-height:42px;display:flex;align-items:center;gap:24px;border-bottom:1px solid var(--line);overflow-x:auto}.explore-tabs button{align-self:stretch;padding:0 2px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);cursor:pointer;white-space:nowrap;font-size:12px}.explore-tabs button.active{color:var(--text);border-bottom-color:var(--accent);font-weight:700}.recommended-band{padding:14px;border:1px solid var(--line);border-radius:7px;background:var(--surface);overflow:hidden}.band-heading{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.band-heading h2{margin:0;font-size:15px}.band-heading>span{color:var(--muted);font-size:9px}.recommended-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.recommended-card{min-width:0;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.recommended-media{aspect-ratio:16 / 9;border-radius:6px;overflow:hidden;background:#151918;position:relative;display:block}.recommended-media video{width:100%;height:100%;display:block;object-fit:cover}.recommended-media>i{position:absolute;inset:0;margin:auto;width:36px;height:36px;border-radius:50%;background:#080b0aa3;color:#fff;display:grid;place-items:center;opacity:0;transition:opacity .18s ease}.recommended-card:hover .recommended-media>i{opacity:1}.recommended-card>span:last-child{display:grid;gap:4px;padding:9px 2px 2px}.recommended-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.recommended-card small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:9px}.explore-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:18px}.explore-results{min-width:0}.explore-work-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.explore-work-grid .empty-state{grid-column:1 / -1}.explore-work-grid .work-card-body{min-height:96px}.work-card-body>p{margin:7px 0 0;height:30px;color:var(--muted);font-size:10px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.explore-side{display:grid;gap:14px;position:sticky;top:82px}.explore-side>section{padding:13px;border:1px solid var(--line);border-radius:7px;background:var(--surface)}.home-app-list{display:grid;gap:4px}.home-app-list>button{min-width:0;min-height:64px;padding:7px 6px;border:0;border-radius:5px;background:transparent;display:grid;grid-template-columns:64px minmax(0,1fr) auto auto;align-items:center;gap:9px;text-align:left;cursor:pointer}.home-app-list>button:hover{background:var(--surface-2)}.home-app-list>button>span{width:64px;height:48px;border-radius:5px;overflow:hidden;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center}.home-app-list img,.home-app-list video{width:100%;height:100%;object-fit:cover}.home-app-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.home-app-list small{color:var(--muted);font-size:9px;white-space:nowrap}.home-app-list>button>svg{color:var(--muted)}.side-empty{min-height:90px;display:grid;place-items:center;color:var(--muted);font-size:10px}.home-latest-result>button{width:100%;padding:0;border:0;border-radius:6px;overflow:hidden;background:#111513;color:#fff;cursor:pointer;text-align:left}.home-latest-result video,.home-latest-result img{width:100%;aspect-ratio:16 / 9;display:block;object-fit:contain}.home-latest-result button>span{min-height:40px;padding:0 10px;display:flex;align-items:center;justify-content:space-between}.home-latest-result strong{font-size:10px}.showcase-lead{min-height:410px;height:min(56vh,540px);position:relative;overflow:hidden;border-radius:8px;background:#101312;color:#fff}.showcase-lead>video,.showcase-lead>.video-poster{width:100%;height:100%;object-fit:cover;display:block}.showcase-lead>.video-poster{z-index:0}.video-poster{position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:cover;transition:opacity .2s ease;pointer-events:none}.video-poster.ready{opacity:0}.showcase-lead>video,.work-media>video,.showcase-player>video{position:relative;z-index:0}.lead-shade{position:absolute;inset:0;z-index:1;background:#06090885}.lead-content{position:absolute;z-index:2;left:clamp(24px,5vw,72px);bottom:clamp(34px,8vh,74px);width:min(600px,calc(100% - 48px))}.lead-content>span{display:flex;align-items:center;gap:7px;color:#f5a623;font-size:12px;font-weight:700}.lead-content h1{margin:12px 0 10px;font-size:42px;line-height:1.08;letter-spacing:0}.lead-content p{max-width:560px;margin:0;color:#d9e0dc;font-size:14px;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lead-content>div{display:flex;gap:9px;margin-top:22px}.lead-primary,.lead-secondary{height:42px;padding:0 16px;border:0;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;font-weight:700}.lead-primary{background:#f5a623;color:#111}.lead-secondary{background:#ffffff24;color:#fff;border:1px solid rgba(255,255,255,.4)}.lead-meta{position:absolute;z-index:2;right:22px;bottom:22px;padding:10px 12px;border-left:3px solid #ef9b32;background:#080b0ab3;display:flex;flex-direction:column}.lead-meta strong{font-size:12px}.lead-meta span{margin-top:3px;color:#abb6b0;font-size:10px}.showcase-feed{padding-top:26px}.feed-heading{min-height:46px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}.feed-heading h2{margin:3px 0 0;font-size:22px}.feed-actions{display:flex;align-items:center;gap:10px}.work-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.work-card{min-width:0;padding:0;border:1px solid var(--line);border-radius:7px;overflow:hidden;background:#fff;cursor:pointer;text-align:left}.work-card:hover{border-color:#9dadab;box-shadow:0 10px 28px #192d2414}.work-media{aspect-ratio:16 / 9;position:relative;display:block;overflow:hidden;background:#151918}.work-media video{width:100%;height:100%;object-fit:cover;display:block}.work-media>b{position:absolute;z-index:2;top:9px;left:9px;height:24px;padding:0 8px;border-radius:4px;background:#ef9b32;color:#1f160c;display:flex;align-items:center;gap:4px;font-size:10px}.work-media>i{position:absolute;z-index:2;inset:0;margin:auto;width:42px;height:42px;border-radius:50%;background:#080b0aa6;color:#fff;display:grid;place-items:center;opacity:0;transition:opacity .18s ease}.work-card:hover .work-media>i{opacity:1}.work-card-body{min-height:70px;padding:12px;display:block}.work-card-body>strong{display:block;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.work-card-body>small{margin-top:8px;color:var(--muted);display:flex;justify-content:space-between;gap:10px;font-size:10px}.showcase-modal-backdrop{position:fixed;inset:0;z-index:120;padding:24px;background:#080b0acc;display:grid;place-items:center}.showcase-modal{width:min(1040px,100%);max-height:calc(100vh - 48px);border-radius:8px;overflow:hidden;background:#fff;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(310px,.75fr);position:relative}.showcase-close{position:absolute;z-index:2;top:12px;right:12px;width:34px;height:34px;border:0;border-radius:50%;background:#0c100eb8;color:#fff;display:grid;place-items:center;cursor:pointer}.showcase-player{min-height:580px;background:#0d100f;display:grid;place-items:center;position:relative;overflow:hidden}.showcase-player video{width:100%;height:100%;max-height:calc(100vh - 48px);object-fit:contain}.showcase-info{padding:30px 24px 24px;overflow-y:auto}.showcase-kicker{color:var(--amber);font-size:10px;font-weight:700}.showcase-info h2{margin:7px 0 12px;font-size:22px}.creator-line{min-height:34px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:7px;color:var(--muted);font-size:11px}.creator-line small{font-size:9px}.work-specs{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0}.work-specs span{height:25px;padding:0 8px;border-radius:4px;background:var(--surface-2);display:inline-flex;align-items:center;color:#44534b;font-size:10px}.reference-source{margin:15px 0}.reference-source>span,.prompt-copy>span{display:block;color:var(--muted);font-size:10px;font-weight:700;margin-bottom:7px}.reference-source img{width:100%;max-height:170px;object-fit:contain;border:1px solid var(--line);border-radius:6px;display:block;background:var(--surface-2)}.prompt-copy{padding:14px;border:1px solid var(--line);border-radius:6px;background:#f8faf9}.prompt-copy p{margin:0 0 12px;color:#3d4a43;font-size:11px;line-height:1.7}.remix-button{margin-top:16px}.privacy-note{display:block;margin-top:8px;color:var(--muted);text-align:center;font-size:9px;line-height:1.5}.create-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:start}.generator,.queue-panel,.page-view{min-width:0}.section-heading{min-height:54px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.section-heading h1{margin:3px 0 0;font-size:26px;line-height:1.12;letter-spacing:0}.eyebrow{color:var(--accent);font-size:10px;font-weight:700}.segmented{display:inline-flex;padding:3px;background:#e6ebe8;border-radius:6px}.segmented button{min-height:34px;padding:0 15px;border:0;border-radius:4px;background:transparent;color:var(--muted);cursor:pointer;font-size:13px;display:inline-flex;align-items:center;justify-content:center;gap:7px}.segmented button.active{background:#fff;color:var(--text);font-weight:600;box-shadow:0 1px 3px #14281e1a}.generator-label{display:flex;align-items:center;gap:8px;margin:0 0 9px;color:var(--text)}.generator-label>span{width:25px;height:20px;border-radius:4px;display:grid;place-items:center;background:#dce6e1;color:#45564e;font-size:9px;font-weight:700}.generator-label>strong{font-size:12px}.generator-content-label,.generator-settings-label{margin-top:18px}.selected-effect-summary{min-height:88px;padding:10px 14px 10px 10px;border:1px solid var(--line);border-radius:7px;background:#fff;display:grid;grid-template-columns:112px minmax(0,1fr) auto;align-items:center;gap:14px}.selected-effect-summary>span{width:112px;height:68px;overflow:hidden;border-radius:5px;background:#161616;color:var(--accent);display:grid;place-items:center}.selected-effect-summary img,.selected-effect-summary video{width:100%;height:100%;object-fit:cover}.selected-effect-summary>div{min-width:0;display:grid;gap:4px}.selected-effect-summary small{color:var(--muted);font-size:10px}.selected-effect-summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px}.selected-effect-summary>b{color:var(--accent-dark);font-size:12px}.latest-result{margin:0 0 20px;border:1px solid var(--line);border-radius:7px;overflow:hidden;background:var(--surface)}.latest-result-heading{min-height:54px;padding:10px 13px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line)}.latest-result-heading>span{display:grid;gap:3px}.latest-result-heading b{font-size:13px}.latest-result-heading small{color:var(--muted);font-size:9px}.latest-result-heading i{font-style:normal}.latest-result-media{width:100%;max-height:560px;aspect-ratio:16 / 9;background:#111513}.latest-result-media video,.latest-result-media img{width:100%;height:100%;display:block;object-fit:contain}.latest-result-progress{min-height:112px;padding:18px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:5px 11px;color:var(--accent)}.latest-result-progress>span{display:grid;gap:4px}.latest-result-progress strong{color:var(--text);font-size:12px}.latest-result-progress small{color:var(--muted);font-size:9px}.latest-result-progress .progress{grid-column:1 / -1;width:100%}.model-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:16px}.model-strip>button{min-height:78px;border:1px solid var(--line);border-radius:7px;background:var(--surface);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 14px;text-align:left;cursor:pointer}.model-strip>button:hover{border-color:#d9a64e}.model-strip>button.selected{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.model-icon{width:42px;height:42px;border-radius:6px;background:var(--surface-2);display:grid;place-items:center;color:var(--accent)}.model-icon.with-cover{overflow:hidden}.model-icon.with-cover img,.model-icon.with-cover video{width:100%;height:100%;object-fit:cover}.model-strip strong,.model-strip small{display:block}.model-strip strong{font-size:14px}.model-strip small{font-size:11px;color:var(--muted);margin-top:4px}.model-strip>button>svg{color:var(--accent)}.model-strip>button.upcoming{background:#f2f2f0;color:#8b8b86;cursor:not-allowed;opacity:.78}.model-strip>button.upcoming:hover{border-color:var(--line)}.mode-panel{min-height:76px;padding:13px 15px;border:1px solid var(--line);border-radius:7px;background:var(--surface);display:flex;align-items:center;justify-content:space-between;gap:18px}.mode-panel .generator-label{margin:0}.mode-panel .segmented{min-width:310px}.mode-panel .segmented button{flex:1;min-height:40px}.generator-grid{display:grid;grid-template-columns:minmax(320px,1.25fr) minmax(240px,.75fr);gap:14px}.runninghub-simple{display:grid;grid-template-columns:minmax(320px,1fr) 260px;gap:14px}.runninghub-simple .upload-zone{height:430px}.runninghub-submit{height:430px;padding:18px;border:1px solid var(--line);border-radius:7px;background:var(--surface);display:flex;flex-direction:column;justify-content:space-between}.runninghub-cover{width:100%;aspect-ratio:16 / 9;border-radius:6px;object-fit:cover;border:1px solid var(--line)}.runninghub-template-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.runninghub-category-tabs{display:flex;gap:4px;overflow-x:auto;padding:0 0 9px;margin-bottom:12px;border-bottom:1px solid var(--line);scrollbar-width:thin}.runninghub-category-tabs button{flex:0 0 auto;height:34px;padding:0 10px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);display:inline-flex;align-items:center;gap:6px;cursor:pointer;font-size:11px}.runninghub-category-tabs button:hover{color:var(--text)}.runninghub-category-tabs button.active{color:var(--text);border-bottom-color:var(--accent);font-weight:700}.runninghub-category-tabs small{min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--surface-2);color:var(--muted);display:inline-grid;place-items:center;font-size:9px}.runninghub-category-tabs button.active small{background:var(--accent);color:#17120a}.runninghub-category-groups{display:grid;gap:20px}.runninghub-category-group{min-width:0}.runninghub-category-group>header{margin-bottom:9px;display:flex;align-items:center;justify-content:space-between;gap:12px}.runninghub-category-group>header h3{margin:0;font-size:13px}.runninghub-category-group>header span{color:var(--muted);font-size:10px}.runninghub-template-card{min-width:0;position:relative;border:1px solid var(--line);border-radius:7px;background:#fff;overflow:hidden}.runninghub-template-card.selected{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.runninghub-template-select{width:100%;padding:0 38px 10px 0;border:0;background:transparent;position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:center;gap:8px 10px;text-align:left;cursor:pointer}.runninghub-template-select>span{grid-column:1 / -1;width:calc(100% + 38px);aspect-ratio:16 / 9;background:var(--surface-2);color:var(--muted);display:grid;place-items:center;overflow:hidden}.runninghub-template-grid img,.runninghub-template-grid video{width:100%;height:100%;object-fit:cover}.runninghub-template-select strong{min-width:0;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.runninghub-template-select small{color:var(--muted);font-size:10px;white-space:nowrap}.runninghub-template-select>svg{position:absolute;top:9px;left:9px;width:25px;height:25px;padding:5px;border-radius:50%;background:var(--accent);color:#17120a;box-shadow:0 2px 8px #0000002e}.runninghub-template-share{width:30px;height:30px;position:absolute;top:8px;right:8px;z-index:2;border:1px solid rgba(255,255,255,.7);border-radius:5px;background:#141412c7;color:#fff;display:grid;place-items:center;cursor:pointer}.runninghub-template-share:hover{border-color:var(--accent);color:var(--accent-dark);background:var(--accent-soft)}.runninghub-template-grid .empty-state{grid-column:1 / -1}.runninghub-submit>span{min-height:38px;padding:0 10px;border-radius:5px;background:var(--surface-2);color:var(--muted);display:flex;align-items:center;gap:7px;font-size:11px}.runninghub-submit .generation-action{width:100%;display:grid;justify-items:stretch;gap:14px}.runninghub-submit .generation-action>div{text-align:left}.runninghub-submit .generation-action strong{justify-content:flex-start}.runninghub-submit .primary-button{width:100%}.upload-zone{height:350px;border:1px dashed #afbbb5;border-radius:7px;background:#f9fbfa;display:grid;place-items:center;position:relative;overflow:hidden;cursor:pointer}.upload-zone:hover{border-color:var(--accent);background:#fffaf0}.upload-zone>div{display:flex;flex-direction:column;align-items:center;text-align:center}.upload-icon{width:52px;height:52px;border-radius:7px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent);margin-bottom:14px}.upload-zone strong{font-size:14px}.upload-zone small{color:var(--muted);margin-top:7px;font-size:11px}.upload-zone input{position:absolute;opacity:0;pointer-events:none}.upload-zone img,.upload-zone video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#0f0f0f}.replace-image{position:absolute;right:10px;bottom:10px;height:32px;padding:0 10px;background:#17201cdb;color:#fff;border-radius:5px;display:flex;align-items:center;gap:6px;font-size:11px}.optional-upload:after{content:"可选";position:absolute;top:10px;left:10px;padding:4px 7px;border-radius:4px;background:#fff;color:var(--muted);font-size:10px;border:1px solid var(--line)}.prompt-block{height:350px;padding:18px;border:1px solid var(--line);border-radius:7px;background:var(--surface);display:flex;flex-direction:column}.field-label,label>span{font-size:12px;font-weight:600;color:#34423b}.prompt-block textarea{flex:1;min-height:0;border:0;resize:none;outline:none;padding:16px 0;line-height:1.8;color:var(--text);background:transparent;font-size:14px}.prompt-block textarea::placeholder{color:#9ba7a1}.prompt-footer{border-top:1px solid var(--line);padding-top:10px;display:flex;justify-content:space-between;font-size:10px;color:var(--muted)}.parameter-bar{min-height:112px;padding:17px;background:var(--surface);border:1px solid var(--line);border-radius:7px;display:grid;grid-template-columns:minmax(170px,.65fr) minmax(290px,1fr) auto;align-items:center;gap:28px}.parameter-group{display:grid;gap:9px}.parameter-group>span,.generation-action span{font-size:10px;color:var(--muted);font-weight:600}.choice-row{display:flex;gap:5px}.choice-row button{height:32px;min-width:48px;border:1px solid var(--line);background:#fff;border-radius:5px;font-size:11px;cursor:pointer}.choice-row button.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-dark);font-weight:700}.duration-picker{min-width:290px;display:grid;grid-template-columns:32px minmax(130px,1fr) 48px 32px;align-items:center;gap:9px}.duration-step{width:32px;height:32px;border:1px solid var(--line);border-radius:5px;background:#fff;display:grid;place-items:center;cursor:pointer}.duration-step:hover:not(:disabled){color:var(--accent-dark);border-color:#d9a64e}.duration-step:disabled{opacity:.38;cursor:not-allowed}.duration-range{min-width:0;display:grid;gap:3px}.duration-range input{width:100%;height:16px;margin:0;accent-color:var(--accent);cursor:pointer}.duration-range>div{display:flex;justify-content:space-between;color:var(--muted);font-size:8px}.duration-value{min-width:48px;font-size:21px;line-height:1;text-align:center;color:var(--accent-dark)}.duration-value small{margin-left:2px;font-size:10px;color:var(--muted)}.generation-action{justify-self:end;display:flex;align-items:center;gap:20px}.generation-action>div{display:grid;gap:4px;text-align:right}.generation-action strong{display:flex;align-items:center;justify-content:flex-end;gap:5px;font-size:16px}.primary-button,.secondary-button,.text-button{border:0;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}.primary-button{height:40px;padding:0 17px;color:#111;background:var(--accent);font-weight:700;font-size:13px}.primary-button:hover{background:var(--accent-dark)}.primary-button:disabled{opacity:.5;cursor:not-allowed}.secondary-button{height:38px;padding:0 13px;color:var(--text);background:#fff;border:1px solid var(--line);font-size:12px}.text-button{height:36px;color:var(--accent);background:transparent;font-size:12px}.full-button{width:100%}.icon-button{width:34px;height:34px;border:1px solid var(--line);border-radius:6px;background:#fff;display:inline-grid;place-items:center;cursor:pointer;color:var(--muted);text-decoration:none;flex:0 0 auto}.icon-button:hover{color:var(--text);border-color:#a9b6af}.queue-panel{background:var(--surface);border:1px solid var(--line);border-radius:7px;padding:16px;min-height:560px}.subheading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:13px}.subheading h2{font-size:15px;margin:2px 0 0}.compact-task-list,.task-list-full{display:grid;gap:8px}.task-row{min-width:0;padding:11px;border:1px solid var(--line);border-radius:6px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:10px;align-items:start;background:#fff}.task-actions{display:flex;gap:5px}.icon-button.is-public{color:var(--accent-dark);border-color:#e2bb73;background:var(--accent-soft)}.task-thumbnail{width:48px;height:48px;border-radius:5px;background:var(--surface-2);color:#8d9b94;display:grid;place-items:center;overflow:hidden}.task-thumbnail video,.task-thumbnail img{width:100%;height:100%;object-fit:cover}.task-result-player{grid-column:2 / -1;margin-top:2px;width:min(100%,760px);aspect-ratio:16 / 9;border-radius:6px;overflow:hidden;background:#111513}.task-result-player video,.task-result-player img{width:100%;height:100%;display:block;object-fit:contain}.task-result-player.image-result{background:var(--surface-2)}.task-main{min-width:0}.task-title-line{display:flex;align-items:center;gap:6px;justify-content:space-between}.task-title-line strong{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-main p{margin:5px 0;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:10px}.task-meta{display:flex;flex-wrap:wrap;gap:8px;font-size:9px;color:#8b9891}.task-meta span{display:flex;align-items:center;gap:3px}.progress{height:3px;background:#e7ece9;border-radius:2px;overflow:hidden;margin:8px 0}.progress span{display:block;height:100%;background:var(--accent);transition:width .5s ease}.status{display:inline-flex;align-items:center;min-height:20px;border-radius:4px;padding:2px 6px;font-size:9px;white-space:nowrap;background:var(--surface-2);color:var(--muted)}.status-processing,.status-submitting,.status-queued{background:var(--amber-soft);color:var(--amber)}.status-completed,.status-active{background:var(--accent-soft);color:var(--accent-dark)}.status-failed,.status-suspended{background:var(--red-soft);color:var(--red)}.task-error{margin-top:6px;color:var(--red);font-size:10px}.empty-queue,.empty-state{min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#87948d;text-align:center;gap:8px}.empty-queue strong{color:#4b5a52;font-size:12px}.empty-queue span{font-size:10px}.empty-queue button{border:0;background:transparent;color:var(--accent);cursor:pointer;font-size:11px}.page-view{max-width:1160px;margin:0 auto}.task-list-full .task-row{grid-template-columns:60px minmax(0,1fr) auto;padding:14px}.task-list-full .task-thumbnail{width:60px;height:60px}.task-list-full .task-main p{font-size:12px}.task-list-full .task-title-line strong{font-size:13px}.task-list-full .task-meta{font-size:10px}.wallet-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:18px}.payment-panel,.ledger-panel,.invitation-panel,.admin-section{background:var(--surface);border:1px solid var(--line);border-radius:7px;padding:18px}.payment-panel h2,.ledger-panel h2{margin:0 0 15px;font-size:15px}.invitation-panel h2{margin:0;font-size:15px}.balance-large{display:flex;align-items:baseline;gap:9px}.balance-large span{font-size:11px;color:var(--muted)}.balance-large strong{font-size:24px}.channel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.channel-grid button{min-height:68px;padding:9px 11px;border:1px solid var(--line);border-radius:6px;background:#fff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;text-align:left;cursor:pointer}.channel-grid button.selected{border-color:var(--accent);background:#fffaf0}.channel-grid button>svg{color:var(--accent)}.channel-grid strong,.channel-grid small{display:block}.channel-grid strong{font-size:12px}.channel-grid small{margin-top:4px;font-size:9px;color:var(--muted)}.redeem-form,.checkout-box{margin-top:18px;border-top:1px solid var(--line);padding-top:18px}.redeem-form{display:grid;grid-template-columns:1fr auto;gap:9px;align-items:end}.redeem-form label,.stack-form label,.code-maker label{display:grid;gap:7px}input,select,.stack-form textarea{height:40px;border:1px solid var(--line);border-radius:5px;padding:0 11px;outline:none;background:#fff}input:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #f5a62329}.amount-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-top:10px}.amount-grid button{min-height:48px;padding:6px;border:1px solid var(--line);border-radius:5px;background:#fff;cursor:pointer;font-weight:700;display:grid;place-items:center;gap:1px}.amount-grid button small{color:#b56d00;font-size:10px;font-weight:700}.amount-grid button.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-dark)}.checkout-total{display:flex;justify-content:space-between;margin:16px 0;font-size:12px}.checkout-total strong{color:var(--accent-dark)}.invitation-panel{grid-column:1 / -1}.invitation-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:15px;border-bottom:1px solid var(--line)}.invitation-heading .eyebrow{display:block;margin-bottom:3px}.invitation-stats{display:flex;align-items:center;gap:22px}.invitation-stats>span{display:grid;grid-template-columns:auto auto;align-items:center;gap:2px 6px;color:var(--muted)}.invitation-stats b{color:var(--ink);font-size:16px}.invitation-stats small{grid-column:1 / -1;font-size:10px}.invitation-code-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 0}.invitation-code-row>span{display:grid;gap:3px}.invitation-code-row small{color:var(--muted);font-size:10px}.invitation-code-row strong{font-size:20px;letter-spacing:0}.invited-user-list{border-top:1px solid var(--line)}.invited-user-list>div:not(.empty-state){min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line)}.invited-user-list>div>span{display:grid;grid-template-columns:auto auto;align-items:center;gap:1px 7px}.invited-user-list>div>span small{grid-column:2;color:var(--muted);font-size:10px}.invited-user-list>div>strong{color:var(--accent-dark);font-size:12px}.ledger-list{display:grid}.ledger-list>div{min-height:58px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;border-bottom:1px solid #edf0ee}.ledger-list>div:last-child{border-bottom:0}.ledger-list span:nth-child(2){display:flex;flex-direction:column}.ledger-list strong{font-size:11px}.ledger-list small{font-size:9px;color:var(--muted);margin-top:3px}.ledger-list b{font-size:12px}.ledger-icon{width:30px;height:30px;border-radius:5px;display:grid!important;place-items:center;background:var(--surface-2);color:var(--muted)}.ledger-icon.positive{background:var(--accent-soft);color:var(--accent)}.positive-text{color:var(--accent)}.library-count{color:var(--muted);font-size:11px}.library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.library-item{border:1px solid var(--line);border-radius:7px;overflow:hidden;background:#fff}.library-preview{position:relative;aspect-ratio:16 / 10;background:#e8eeeb;color:#839188;display:grid;place-items:center;overflow:hidden}.library-preview img,.library-preview video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.library-body{padding:12px}.library-body>div:first-child{display:flex;justify-content:space-between;color:var(--accent);font-size:9px;font-weight:700}.library-body>div:first-child small{color:var(--muted);font-weight:400}.library-body p{height:42px;margin:9px 0 12px;color:#4b5851;font-size:10px;line-height:1.6;overflow:hidden}.library-body>div:last-child{display:flex;align-items:center;gap:6px}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px}.api-queue-admin{margin-bottom:16px}.analytics-admin{margin-bottom:16px;padding-bottom:0;overflow:hidden}.analytics-heading{margin-bottom:0;padding-bottom:13px;border-bottom:1px solid var(--line)}.analytics-heading .eyebrow{display:block;margin-bottom:3px}.analytics-range{flex:none}.analytics-today{padding:14px 0;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.analytics-today>span{min-width:0;min-height:76px;padding:10px;border:1px solid var(--line);border-radius:6px;background:#f8faf9;display:flex;flex-direction:column;justify-content:center}.analytics-today small{color:var(--muted);font-size:9px}.analytics-today strong{margin:4px 0 2px;font-size:18px;line-height:1.1}.analytics-today i{color:var(--muted);font-size:9px;font-style:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-note{min-height:34px;margin:0 -16px;padding:8px 16px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--accent-soft);color:#665126;display:flex;align-items:center;gap:18px;font-size:9px}.analytics-note span:not(:first-child):before{content:"";display:inline-block;width:3px;height:3px;margin:0 8px 2px 0;border-radius:50%;background:var(--accent)}.analytics-table-wrap{margin:0 -16px;overflow-x:auto}.analytics-table{min-width:860px}.analytics-table th:first-child,.analytics-table td:first-child{padding-left:16px}.analytics-table th:last-child,.analytics-table td:last-child{padding-right:16px}.analytics-table td{white-space:nowrap}.analytics-table td small{color:var(--muted);font-size:9px}.analytics-loading{min-height:160px;display:flex;align-items:center;justify-content:center;gap:9px;color:var(--muted);font-size:11px}.api-queue-heading{padding-bottom:13px;border-bottom:1px solid var(--line)}.api-queue-heading .eyebrow{display:block;margin-bottom:3px}.queue-live{color:var(--muted);display:inline-flex;align-items:center;gap:7px;font-size:10px}.queue-live i{width:7px;height:7px;border-radius:50%;background:#32a66a;box-shadow:0 0 0 4px #32a66a1f}.queue-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:12px}.queue-metrics>span{min-height:62px;padding:10px 12px;border:1px solid var(--line);border-radius:6px;background:#f8f9f8;display:grid;gap:4px}.queue-metrics small{color:var(--muted);font-size:9px}.queue-metrics strong{font-size:20px}.queue-metrics strong i{color:var(--muted);font-size:11px;font-style:normal}.api-queue-list{display:grid;gap:6px}.api-queue-list article{min-width:0;min-height:58px;padding:8px 10px;border:1px solid var(--line);border-radius:6px;display:grid;grid-template-columns:36px minmax(180px,1fr) minmax(140px,220px) auto;align-items:center;gap:10px}.queue-position{width:30px;height:30px;border-radius:5px;background:#ecefed;color:var(--muted);display:grid;place-items:center;font-size:10px;font-weight:700}.queue-position.active{background:var(--accent-soft);color:var(--accent-dark)}.queue-task-copy{min-width:0;display:grid;gap:5px}.queue-task-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.queue-task-copy small{color:var(--muted);display:flex;align-items:center;gap:5px;font-size:9px}.queue-task-copy small svg:not(:first-child){margin-left:5px}.queue-progress{min-width:0;display:grid;grid-template-columns:1fr 30px;align-items:center;gap:7px}.queue-progress>span{height:5px;overflow:hidden;border-radius:3px;background:#e7ebe9}.queue-progress i{display:block;height:100%;background:var(--accent)}.queue-progress small{color:var(--muted);font-size:9px}.queue-empty{min-height:110px;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.queue-empty strong{color:var(--text);font-size:12px}.queue-empty span{font-size:9px}.metric-grid>div{height:86px;background:#fff;border:1px solid var(--line);border-radius:7px;padding:14px;display:flex;align-items:center;gap:12px}.metric-grid svg{color:var(--accent)}.metric-grid span{display:flex;flex-direction:column;color:var(--muted);font-size:10px}.metric-grid strong{color:var(--text);font-size:18px;margin-top:3px}.admin-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px;align-items:start}.admin-section{min-width:0}.showcase-admin,.moderation-admin{margin-bottom:16px}.moderation-heading{align-items:flex-end}.moderation-heading h2{margin-top:2px}.moderation-filters button{min-height:30px;padding:0 10px;font-size:10px}.moderation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.moderation-card{min-width:0;min-height:76px;padding:7px;border:1px solid var(--line);border-radius:6px;background:#fff;display:grid;grid-template-columns:88px minmax(0,1fr) auto;align-items:center;gap:10px;text-align:left;cursor:pointer}.moderation-card:hover{border-color:#9dadab;background:#fbfcfb}.moderation-preview{width:88px;height:62px;border-radius:4px;overflow:hidden;background:var(--surface-2);color:var(--muted);display:grid;place-items:center;position:relative}.moderation-preview img,.moderation-preview video{width:100%;height:100%;object-fit:cover}.moderation-preview .status{position:absolute;left:4px;bottom:4px;background-color:#ffffffeb}.moderation-copy{min-width:0;display:flex;flex-direction:column}.moderation-copy strong{font-size:11px}.moderation-copy>span{margin:5px 0;color:#526058;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.moderation-copy small{color:var(--muted);font-size:9px}.moderation-card>svg{color:var(--muted)}.admin-work-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.admin-work-list>div{min-width:0;min-height:58px;padding:7px;border:1px solid var(--line);border-radius:6px;display:grid;grid-template-columns:62px minmax(0,1fr) auto;align-items:center;gap:9px}.admin-work-list video{width:62px;height:44px;border-radius:4px;object-fit:cover;background:#151918}.admin-work-list span{min-width:0;display:flex;flex-direction:column}.admin-work-list strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-work-list small{color:var(--muted);font-size:8px;margin-top:3px}.admin-work-list .featured{color:#9f5c08;border-color:#e1b46f;background:var(--amber-soft)}.admin-work-list .admin-work-empty{grid-column:1 / -1;min-height:80px;display:grid;place-items:center;color:var(--muted);font-size:11px}.provider-settings{margin-bottom:16px;padding:0;overflow:hidden}.provider-heading{min-height:72px;padding:14px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:16px}.provider-title{display:flex;align-items:center;gap:10px}.provider-title>span:last-child{display:flex;flex-direction:column}.provider-title h2{margin:0;font-size:15px}.provider-title small{color:var(--muted);font-size:9px;margin-top:3px}.provider-logo{width:38px;height:38px;border-radius:6px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center}.payment-logo{background:var(--blue-soft);color:var(--blue)}.payment-callback{padding:11px;border:1px solid var(--line);border-radius:6px;background:#f8faf9;display:grid;gap:6px}.payment-callback>span{color:#34423b;font-size:11px;font-weight:600}.payment-callback code{color:var(--blue);font-size:10px;overflow-wrap:anywhere}.payment-callback small{color:var(--muted);font-size:9px}.connection-result>div:first-child>span{margin-left:auto;font-size:10px;color:var(--muted)}.provider-state{display:flex;align-items:center;gap:10px}.secure-note{display:flex;align-items:center;gap:5px;color:var(--accent);font-size:10px}.provider-form{padding:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.provider-form label{min-width:0;display:grid;gap:7px}.provider-form .field-span-2{grid-column:1 / -1}.provider-form textarea{min-height:92px;border:1px solid var(--line);border-radius:5px;padding:10px 11px;resize:vertical;outline:none;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;line-height:1.6}.runninghub-credentials{padding:14px 18px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:minmax(240px,1fr) auto auto;align-items:end;gap:12px}.runninghub-credentials>label{display:grid;gap:6px}.runninghub-credentials>label>span{font-size:10px}.runninghub-key-pool{padding:14px 18px;border-bottom:1px solid var(--line);background:#f8faf9;display:grid;gap:10px}.key-pool-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.key-pool-heading>span{display:grid;gap:3px}.key-pool-heading strong{font-size:12px}.key-pool-heading small{color:var(--muted);font-size:9px}.key-pool-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.key-pool-list>div{min-width:0;min-height:58px;padding:7px 8px;border:1px solid var(--line);border-radius:6px;background:#fff;display:grid;grid-template-columns:32px minmax(0,1fr) auto 32px 32px 32px;align-items:center;gap:7px}.key-pool-list>div.disabled{opacity:.62}.key-pool-icon{width:30px;height:30px;border-radius:5px;background:var(--accent-soft);color:var(--accent-dark);display:grid;place-items:center}.key-pool-list>div>span:nth-child(2){min-width:0;display:grid;gap:3px}.key-pool-list strong,.key-pool-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.key-pool-list strong{font-size:11px}.key-pool-list small{color:var(--muted);font-size:9px}.key-pool-list small.key-test-ok{color:var(--accent-dark)}.key-pool-list small.key-test-error{color:var(--red);white-space:normal}.key-pool-list i{font-style:normal}.key-editor>label{display:grid;gap:7px}.key-editor>label>small{color:var(--muted);font-size:9px}.runninghub-app-grid{padding:16px 18px 18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.runninghub-app-grid>article{min-width:0;padding:8px;border:1px solid var(--line);border-radius:7px;display:grid;grid-template-columns:82px minmax(0,1fr) auto;gap:10px;align-items:center}.runninghub-app-grid>article.disabled{opacity:.65}.runninghub-app-cover{width:82px;height:58px;padding:0;border:0;border-radius:5px;background:var(--surface-2);color:var(--muted);display:grid;place-items:center;overflow:hidden;cursor:pointer}.runninghub-app-cover img,.runninghub-app-cover video{width:100%;height:100%;object-fit:cover}.runninghub-app-grid article>div:nth-child(2){min-width:0;display:grid;gap:4px}.runninghub-app-grid article strong,.runninghub-app-grid article small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.runninghub-app-grid article strong{font-size:12px}.runninghub-app-grid article small{color:var(--muted);font-size:9px}.runninghub-app-grid article span{display:flex;align-items:center;gap:8px}.runninghub-app-grid article span b{font-size:10px}.runninghub-app-grid article span i{font-style:normal}.runninghub-app-actions{display:flex;gap:4px}.runninghub-app-editor{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.runninghub-app-editor>label{display:grid;gap:7px}.runninghub-app-editor .editor-wide{grid-column:1 / -1}.runninghub-app-editor textarea{min-height:100px;border:1px solid var(--line);border-radius:5px;padding:10px;font-family:ui-monospace,Consolas,monospace;font-size:11px}.decoder-settings{padding:13px;border:1px solid var(--line);border-radius:6px;background:#f8faf9;display:grid;gap:12px}.decoder-settings.enabled{border-color:#e2bb73;background:var(--accent-soft)}.resolution-settings{padding:13px;border:1px solid var(--line);border-radius:6px;background:#f8faf9;display:grid;gap:12px}.resolution-settings.enabled{border-color:#e2bb73;background:var(--accent-soft)}.resolution-settings>div,.decoder-settings>div{display:flex;align-items:center;justify-content:space-between;gap:16px}.resolution-settings>div>span,.decoder-settings>div>span{display:flex;flex-direction:column;gap:3px}.resolution-settings small,.decoder-settings small{color:var(--muted);font-size:9px}.resolution-settings label{display:grid;gap:7px}.resolution-settings textarea{min-height:82px;border:1px solid var(--line);border-radius:5px;padding:9px;font-family:ui-monospace,Consolas,monospace;font-size:10px}.decoder-settings>div{display:flex;align-items:center;justify-content:space-between;gap:14px}.decoder-settings>div>span,.decoder-settings>label{display:grid;gap:5px}.decoder-settings strong{font-size:12px}.decoder-settings small{color:var(--muted);font-size:9px}.editor-cover>div{min-height:72px;display:flex;align-items:center;gap:10px}.editor-cover>div>img,.editor-cover>div>video{width:100px;height:64px;border-radius:5px;object-fit:cover}.editor-cover .secondary-button{position:relative;cursor:pointer}.editor-cover input[type=file]{position:absolute;width:1px;height:1px;opacity:0}.editor-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:8px;border-top:1px solid var(--line);padding-top:14px}.provider-cover-control{min-height:52px;display:flex;align-items:center;gap:10px;position:relative}.provider-cover-control>input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.provider-cover-control .secondary-button{cursor:pointer}.provider-cover-preview{width:76px;height:48px;border-radius:5px;background:var(--surface-2);color:var(--muted);display:grid;place-items:center;overflow:hidden}.provider-cover-preview img,.provider-cover-preview video{width:100%;height:100%;object-fit:cover}.secret-field>div{height:40px;border:1px solid var(--line);border-radius:5px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding-left:11px;color:var(--muted)}.secret-field>div:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #f5a62329}.secret-field input{border:0;box-shadow:none!important;padding:0;min-width:0}.secret-field button{width:38px;height:38px;border:0;background:transparent;color:var(--muted);display:grid;place-items:center;cursor:pointer}.provider-footer{min-height:48px;border-top:1px solid var(--line);padding-top:14px;display:flex!important;flex-direction:row!important;align-items:center;justify-content:space-between;gap:16px}.provider-actions{display:flex;gap:8px}.toggle-control{min-height:34px;padding:0;border:0;background:transparent;display:flex;align-items:center;gap:9px;cursor:pointer}.toggle-control>span{width:34px;height:19px;border-radius:10px;background:#bec8c3;position:relative;transition:background .18s ease}.toggle-control>span:after{content:"";position:absolute;top:3px;left:3px;width:13px;height:13px;border-radius:50%;background:#fff;transition:transform .18s ease;box-shadow:0 1px 2px #0000002e}.toggle-control.on>span{background:var(--accent)}.toggle-control.on>span:after{transform:translate(15px)}.toggle-control b{font-size:11px}.connection-result{border-top:1px solid var(--line);padding:13px 18px 16px;background:#f8faf9}.connection-result>div:first-child{display:flex;align-items:center;gap:7px;color:var(--accent-dark);font-size:11px}.connection-result.error>div:first-child{color:var(--red)}.node-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-top:11px}.node-list span{min-width:0;height:30px;padding:0 8px;border:1px solid var(--line);border-radius:4px;background:#fff;display:flex;align-items:center;gap:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;color:var(--muted)}.node-list b{color:var(--text)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:11px}th{color:var(--muted);font-weight:600;text-align:left;padding:9px;border-bottom:1px solid var(--line)}td{padding:10px 9px;border-bottom:1px solid #edf0ee}td:first-child strong,td:first-child small{display:block}td:first-child small{color:var(--muted);font-size:9px;margin-top:3px}.code-maker{display:grid;gap:12px}.code-maker .subheading{margin-bottom:0}.code-output{min-height:150px;resize:vertical;border:1px solid var(--line);border-radius:5px;padding:10px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;line-height:1.7}.modal-backdrop{position:fixed;inset:0;z-index:100;background:#0a120e8f;display:grid;place-items:center;padding:18px}.modal{width:min(420px,100%);max-height:calc(100vh - 36px);overflow-y:auto;background:#fff;border-radius:8px;box-shadow:var(--shadow);padding:20px}.modal.modal-wide{width:min(920px,100%)}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.modal-header h2{font-size:17px;margin:0}.moderation-detail{display:grid;gap:16px}.moderation-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.moderation-media-grid>div{min-width:0}.moderation-media-grid>div>span,.moderation-prompt>span{display:block;margin-bottom:7px;color:var(--muted);font-size:10px;font-weight:700}.moderation-media-grid img,.moderation-media-grid video,.moderation-empty-media{width:100%;height:280px;border-radius:6px;border:1px solid var(--line);background:#111513;object-fit:contain}.moderation-empty-media{color:#829088;background:var(--surface-2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.moderation-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.moderation-facts>span{min-width:0;padding:10px;border:1px solid var(--line);border-radius:5px;display:flex;flex-direction:column}.moderation-facts small{color:var(--muted);font-size:9px}.moderation-facts strong{margin-top:4px;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.moderation-prompt{padding:13px;border:1px solid var(--line);border-radius:6px;background:#f8faf9}.moderation-prompt p{margin:0;max-height:140px;overflow-y:auto;color:#34423b;font-size:11px;line-height:1.7;white-space:pre-wrap}.moderation-actions{display:flex;justify-content:flex-end;gap:8px}.danger-button{color:var(--red);border-color:#e7b7b4}.auth-switch{width:100%;margin-bottom:15px}.auth-switch button{flex:1}.stack-form{display:grid;gap:13px}.captcha-field{display:grid;grid-template-columns:minmax(0,1fr) 158px;gap:8px}.captcha-field>button{height:48px;padding:0;border:1px solid var(--line);border-radius:6px;overflow:hidden;background:#f2f6f4;display:grid;grid-template-columns:1fr 22px;align-items:center;cursor:pointer;color:var(--muted)}.captcha-field img{width:128px;height:46px;object-fit:cover;display:block}.captcha-field input{height:48px}.inline-error{min-height:38px;padding:8px 10px;border-radius:5px;background:var(--red-soft);color:var(--red);display:flex;align-items:center;gap:7px;font-size:11px}.toast{position:fixed;z-index:150;right:22px;bottom:22px;min-height:46px;max-width:min(380px,calc(100vw - 32px));padding:10px 11px;border-radius:7px;background:#151515;color:#fff;box-shadow:var(--shadow);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;font-size:12px}.toast-error{background:#7f2828}.toast button{width:26px;height:26px;border:0;background:transparent;color:#fff;display:grid;place-items:center;cursor:pointer}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-boot,.loading-page{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:14px;color:var(--accent)}.nav-scrim{display:none}@media(max-width:1120px){.create-layout{grid-template-columns:1fr}.queue-panel{min-height:auto}.compact-task-list{grid-template-columns:repeat(2,minmax(0,1fr))}.wallet-layout{grid-template-columns:1fr}.work-grid,.library-grid,.admin-work-list{grid-template-columns:repeat(2,minmax(0,1fr))}.explore-layout{grid-template-columns:1fr}.explore-side{grid-template-columns:repeat(2,minmax(0,1fr));position:static}.effect-catalog-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.analytics-today{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:820px){.sidebar{transform:translate(-100%);transition:transform .22s ease}.sidebar.open{transform:translate(0)}.nav-scrim{display:block;position:fixed;inset:0;z-index:25;background:#0a120e66}.main-area{margin-left:0;width:100%}.mobile-menu{display:inline-grid!important}.topbar{padding:0 14px}.content-area{padding:18px 14px 28px}.generator-grid,.runninghub-simple{grid-template-columns:1fr}.runninghub-template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.runninghub-simple .upload-zone{height:320px}.runninghub-submit{height:auto;min-height:150px}.upload-zone,.prompt-block{height:280px}.mode-panel .segmented{min-width:280px}.parameter-bar{grid-template-columns:1fr 1fr;gap:16px}.generation-action{grid-column:1 / -1;width:100%;justify-self:stretch;justify-content:space-between;border-top:1px solid var(--line);padding-top:12px}.metric-grid{grid-template-columns:repeat(2,1fr)}.admin-layout,.moderation-grid{grid-template-columns:1fr}.provider-form{grid-template-columns:repeat(2,minmax(0,1fr))}.runninghub-credentials{grid-template-columns:1fr 1fr}.key-pool-list{grid-template-columns:1fr}.node-list{grid-template-columns:repeat(2,minmax(0,1fr))}.showcase-modal{grid-template-columns:1fr;overflow-y:auto}.showcase-player{min-height:0;height:46vh}.showcase-player video{max-height:46vh}.explore-header{grid-template-columns:1fr auto}.explore-search{grid-column:1 / -1;grid-row:2}.recommended-rail,.explore-work-grid,.queue-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.api-queue-list article{grid-template-columns:36px minmax(0,1fr) auto}.queue-progress{grid-column:2 / -1}}@media(max-width:560px){.topbar-state{display:none}.section-heading{align-items:flex-start}.section-heading h1{font-size:22px}.mode-panel{align-items:stretch;flex-direction:column}.mode-panel .mode-control{width:100%;min-width:0}.mode-control button{flex:1;padding:0 9px}.generator .section-heading{flex-direction:column}.effect-catalog-header{align-items:stretch;flex-direction:column;gap:14px}.effect-catalog-header h1{font-size:24px}.effect-search{width:100%}.effect-category-tabs{margin-top:8px}.effect-catalog-grid{grid-template-columns:1fr;gap:13px}.selected-effect-summary{grid-template-columns:84px minmax(0,1fr)}.selected-effect-summary>span{width:84px;height:58px}.selected-effect-summary>b{grid-column:2}.model-strip{grid-template-columns:1fr}.upload-zone,.prompt-block{height:250px}.parameter-bar{grid-template-columns:1fr}.duration-picker{min-width:0;grid-template-columns:32px minmax(110px,1fr) 45px 32px;gap:6px}.generation-action{grid-column:auto}.compact-task-list,.channel-grid,.metric-grid{grid-template-columns:1fr}.queue-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.api-queue-heading,.analytics-heading{align-items:flex-start;flex-direction:column}.analytics-today{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-note{align-items:flex-start;flex-direction:column;gap:4px}.redeem-form{grid-template-columns:1fr}.amount-grid{grid-template-columns:repeat(2,1fr)}.invitation-heading,.invitation-code-row{align-items:flex-start;flex-direction:column}.invitation-code-row .secondary-button{width:100%}.balance-large{flex-direction:column;align-items:flex-end;gap:1px}.topbar-actions .secondary-button{display:none}.task-list-full .task-row{grid-template-columns:48px minmax(0,1fr) auto}.task-list-full .task-thumbnail{width:48px;height:48px}.task-list-full .task-result-player{grid-column:1 / -1;width:100%}.provider-heading,.provider-footer{align-items:flex-start;flex-direction:column!important}.provider-form,.runninghub-template-grid,.runninghub-app-grid,.runninghub-app-editor,.runninghub-credentials{grid-template-columns:1fr}.key-pool-heading{align-items:flex-start;flex-direction:column}.key-pool-list>div{grid-template-columns:32px minmax(0,1fr) auto 32px 32px}.key-pool-list>div>.danger-button{display:none}.runninghub-app-editor .editor-wide,.editor-actions,.provider-form label,.provider-form .field-span-2{grid-column:1}.provider-actions{width:100%;flex-direction:column}.provider-actions button{width:100%}.node-list{grid-template-columns:1fr}.content-area.home-content{padding:10px 10px 24px}.showcase-lead{height:58vh;min-height:430px}.lead-content{left:20px;bottom:32px;width:calc(100% - 40px)}.lead-content h1{font-size:30px}.lead-content p{font-size:12px}.lead-meta{display:none}.feed-heading{align-items:flex-start;flex-direction:column}.feed-actions{width:100%;justify-content:space-between}.work-grid,.library-grid,.admin-work-list{grid-template-columns:1fr}.work-media>i{opacity:1}.showcase-modal-backdrop{padding:0}.showcase-modal{width:100%;max-height:100vh;height:100vh;border-radius:0}.showcase-player{height:42vh}.showcase-player video{max-height:42vh}.showcase-info{padding:20px 16px 28px}.captcha-field{grid-template-columns:1fr}.captcha-field>button{width:158px}.moderation-heading{align-items:flex-start;flex-direction:column}.moderation-filters{width:100%;overflow-x:auto}.moderation-filters button{flex:1}.moderation-media-grid,.moderation-facts{grid-template-columns:1fr}.moderation-media-grid img,.moderation-media-grid video,.moderation-empty-media{height:220px}.moderation-actions{flex-direction:column}.moderation-actions button{width:100%}.explore-header{grid-template-columns:1fr}.explore-header>.primary-button{width:100%}.explore-search{grid-column:1;grid-row:auto}.recommended-rail,.explore-work-grid,.explore-side{grid-template-columns:1fr}}
