:root{--studio-primary:#6d4aff;--studio-primary-hover:#5a36ec;--studio-primary-soft:#f1edff;--studio-text:#17151f;--studio-subtext:#5b5866;--studio-dim:#8b8797;--studio-muted:#a9a5b8;--studio-line:#e9e6f1;--studio-line-soft:#f0edf7;--studio-surface:#ffffff;--studio-canvas:#fbfafd;--studio-success:#12a06a;--studio-danger:#d93f4c;--studio-warning:#b8860b;--studio-lime:#e9ff63;--studio-radius-sm:8px;--studio-radius:14px;--studio-radius-lg:20px;--studio-shadow:0 14px 38px rgba(49,37,77,0.08);--studio-shadow-pop:0 18px 46px rgba(30,20,60,0.16);--studio-sidebar:80px;--studio-announce:52px}@keyframes studioRise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes studioPulse{0%,to{opacity:.35}50%{opacity:1}}@keyframes studioSheen{0%{transform:translateX(-120%)}to{transform:translateX(220%)}}@keyframes studioHeroIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes studioPop{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.video-studio{min-height:100%;background:var(--studio-canvas);color:var(--studio-text);font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,system-ui,-apple-system,Helvetica Neue,sans-serif;font-size:13px;line-height:1.6;-webkit-font-smoothing:antialiased;color-scheme:light}.video-studio *{box-sizing:border-box}.video-studio :where(button){font:inherit;color:inherit;cursor:pointer}.video-studio :where(button:disabled){cursor:not-allowed}.video-studio :where(a){text-decoration:none;color:inherit}.video-studio :where(img,video){display:block}.video-studio :focus-visible{outline:2px solid var(--studio-primary);outline-offset:2px;border-radius:6px}.video-studio :focus-visible:where(input:not([type=range]),select,textarea){outline:none}.studio-icon{flex:none;display:block}.studio-main{max-width:none;margin-left:var(--studio-sidebar);margin-right:0;padding:26px max(32px,calc((100% - var(--studio-sidebar) - 1116px) / 2)) 96px}.video-studio.has-announcement .studio-main{padding-top:calc(26px + var(--studio-announce))}.studio-announcement{position:fixed;inset:0 0 auto 0;z-index:40;height:var(--studio-announce);display:flex;align-items:center;justify-content:center;gap:20px;padding:0 52px 0 20px;background:var(--studio-lime);color:var(--studio-text);font-size:14px;font-weight:600;letter-spacing:.01em;overflow:hidden}.studio-announcement__sheen{position:absolute;top:0;left:0;width:120px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.75),transparent);animation:studioSheen 4.5s linear infinite;pointer-events:none}.studio-announcement__text{position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.studio-announcement__divider{width:1px;height:18px;background:rgba(23,21,31,.22)}.studio-announcement__cta{position:relative;flex:none;height:32px;padding:0 16px;border:0;border-radius:16px;background:var(--studio-text);color:#fff;font-size:13px;font-weight:500;transition:transform .16s ease,background .16s ease}.studio-announcement__cta:hover{background:#3a2aa8;transform:translateY(-1px)}.studio-announcement__close{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:14px;background:transparent;color:var(--studio-text);transition:background .16s ease}.studio-announcement__close:hover{background:rgba(23,21,31,.1)}.studio-sidebar{position:fixed;left:0;top:0;bottom:0;z-index:35;width:var(--studio-sidebar);display:flex;flex-direction:column;align-items:stretch;padding:14px 0 12px;background:var(--studio-surface);border-right:1px solid var(--studio-line)}.video-studio.has-announcement .studio-sidebar{top:var(--studio-announce)}.studio-brand{display:flex;align-items:center;justify-content:center;height:44px;margin-bottom:10px}.studio-brand__mark{width:34px;height:34px}.studio-nav__item{position:relative;width:100%;height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:0;background:transparent;color:var(--studio-subtext);font-size:11px;line-height:1.2;transition:color .16s ease,background .16s ease}.studio-nav__item:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:2px;border-radius:2px;background:transparent}.studio-nav__item:hover{color:var(--studio-text);background:#f3f0fc}.studio-nav__item.is-active{color:var(--studio-primary);background:var(--studio-primary-soft)}.studio-nav__item.is-active:before{background:var(--studio-primary)}.studio-nav__badge{position:absolute;top:8px;right:16px;min-width:16px;height:16px;padding:0 4px;display:grid;place-items:center;border-radius:8px;background:var(--studio-primary);color:#fff;font-size:10px;font-weight:600}.studio-sidebar__bottom{margin-top:auto;gap:10px;padding-top:12px;border-top:1px solid var(--studio-line)}.studio-balance,.studio-sidebar__bottom{display:flex;flex-direction:column;align-items:center}.studio-balance{width:100%;padding:8px 0;gap:1px;border:0;background:transparent;transition:background .16s ease}.studio-balance b{font-size:14px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--studio-primary)}.studio-balance span{font-size:11px;color:#8b8797}.studio-balance:hover{background:#f3f0fc}.studio-sidebar__links{display:flex;flex-direction:column;align-items:center;gap:6px}.studio-more>button,.studio-sidebar__links>a,.studio-sidebar__links>button,.studio-support>button{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--studio-line);border-radius:10px;background:var(--studio-surface);color:var(--studio-subtext);transition:all .16s ease}.studio-sidebar__links>button b{font-size:10px;font-weight:700;letter-spacing:.04em}.studio-more>button:hover,.studio-more>button[aria-expanded=true],.studio-sidebar__links>a:hover,.studio-sidebar__links>button:hover,.studio-support>button:hover,.studio-support>button[aria-expanded=true]{border-color:#c9bcff;color:#5b36f0}.studio-account,.studio-more,.studio-support{position:relative}.studio-account__popover,.studio-more__popover,.studio-support__popover{position:absolute;left:calc(100% + 8px);bottom:0;z-index:20;padding:6px;border:1px solid var(--studio-line);border-radius:12px;background:var(--studio-surface);box-shadow:0 18px 40px -18px rgba(40,26,100,.45)}.studio-support__popover{padding:10px}.studio-support__popover img{width:160px;height:auto;border-radius:8px}.studio-account__popover button,.studio-more__popover a,.studio-more__popover button{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:none;border-radius:8px;background:none;color:var(--studio-text);font-size:13px;white-space:nowrap;transition:background .16s ease,color .16s ease}.studio-account__popover button:hover,.studio-more__popover a:hover,.studio-more__popover button:hover{background:var(--studio-primary-soft);color:#5b36f0}.studio-account__popover{min-width:180px;max-width:260px}.studio-account__name{margin:4px 10px 0;font-size:13px;font-weight:600;color:var(--studio-text);overflow-wrap:anywhere}.studio-account__id{margin:2px 10px 8px;padding-bottom:8px;border-bottom:1px solid var(--studio-line);font-size:12px;color:var(--studio-dim)}.studio-avatar{width:30px;height:30px;display:grid;place-items:center;padding:0;border:none;border-radius:50%;background:linear-gradient(140deg,#8b6bff,#4b22e0);color:#fff;font-size:12px;font-weight:600}.primary-button{height:32px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:9px;background:var(--studio-primary);color:#fff;font-size:13px;font-weight:600;transition:background .16s ease}.primary-button:hover{background:var(--studio-primary-hover)}.primary-button:disabled{background:#c8bff2}.ghost-button{height:32px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--studio-line);border-radius:9px;background:var(--studio-surface);color:var(--studio-text);font-size:13px}.ghost-button:hover{border-color:var(--studio-primary);color:var(--studio-primary)}.ghost-button:disabled{color:var(--studio-dim);color:var(--studio-muted);border-color:var(--studio-line)}.ghost-button.is-wide{width:100%;margin-top:12px}.link-button{border:0;background:transparent;color:var(--studio-primary);font-size:12px}.icon-button{width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--studio-line);border-radius:8px;background:var(--studio-surface);color:var(--studio-subtext)}.icon-button:hover{border-color:var(--studio-primary);color:var(--studio-primary)}.studio-art{background:linear-gradient(135deg,#d9d3f7,#b9aeef)}.art-0{background:linear-gradient(135deg,#5b36f0,#b44bff 55%,#2bc6d6)}.art-1{background:linear-gradient(135deg,#12203f,#3b2c8f 60%,#8b6bff)}.art-2{background:linear-gradient(140deg,#ff7a45,#c43a6b 55%,#3b1e6b)}.art-3{background:linear-gradient(135deg,#0f2a2e,#12756b 60%,#7be0b8)}.art-4{background:linear-gradient(140deg,#2b1b4d,#6d4aff 60%,#ff9ad5)}.art-5{background:linear-gradient(135deg,#1a1726,#4a4560 55%,#b9b2d6)}.studio-loading{padding:44px 0;display:flex;align-items:center;justify-content:center;gap:6px;color:var(--studio-muted);font-size:12px}.studio-loading span{width:6px;height:6px;border-radius:50%;background:var(--studio-primary);animation:studioPulse 1.1s ease-in-out infinite}.studio-loading span:nth-child(2){animation-delay:.16s}.studio-loading span:nth-child(3){margin-right:6px;animation-delay:.32s}.studio-empty{padding:56px 20px;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--studio-muted);text-align:center}.studio-empty strong{color:var(--studio-text);font-size:14px}.studio-empty span{font-size:12px}.studio-empty .primary-button{margin-top:8px}.studio-backtop{position:fixed;right:28px;bottom:28px;z-index:45;width:42px;height:42px;display:grid;place-items:center;border:1px solid #e4e0f0;border-radius:50%;background:var(--studio-surface);color:var(--studio-subtext);box-shadow:0 10px 26px -14px rgba(40,26,100,.6);animation:studioPop .2s ease}.studio-backtop:hover{color:var(--studio-primary);border-color:var(--studio-primary)}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:26px}.page-heading>div:first-child{flex:1;min-width:300px}.page-heading h1{margin:0;font-size:26px;font-weight:600;letter-spacing:-.01em;color:var(--studio-text)}.page-heading p{margin:8px 0 0;color:var(--studio-dim);font-size:13px}.heading-actions{display:flex;gap:8px}.heading-actions .ghost-button{height:34px;padding:0 14px;border-color:#e4e0f0;border-radius:10px;font-size:13px;color:var(--studio-text)}.heading-actions .ghost-button:hover{border-color:#c9bcff;color:#5b36f0}.heading-actions .primary-button{height:34px;padding:0 16px;border-radius:10px;background:linear-gradient(100deg,#6d4aff,#8b36f0);font-size:13px;font-weight:400;box-shadow:0 6px 16px -8px rgba(109,74,255,.9)}.section-title{display:flex;align-items:baseline;gap:6px;margin:28px 0 14px;font-size:16px;font-weight:600;color:var(--studio-text)}.section-title span{color:var(--studio-muted);font-size:13px;font-weight:400}.assets-page,.create-page,.points-page,.tasks-page{animation:studioRise .26s ease}.create-hero{position:relative;min-height:126px;padding:16px 220px 0 0;animation:studioRise .3s ease}.create-hero__projector{position:absolute;top:-6px;right:32px;width:174px;isolation:isolate;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.create-hero__projector:after{position:absolute;right:4px;bottom:4px;z-index:-1;width:62%;height:13%;border-radius:50%;background:rgba(112,82,150,.14);filter:blur(5px);transform:translate(8px,5px) skewX(-18deg);content:""}.create-hero__projector img{width:100%;height:auto}.launch-badge{display:inline-flex;align-items:center;gap:8px;color:#5b36f0;font-size:17px;font-weight:600}.create-hero h1{margin:12px 0 0;font-size:40px;line-height:1.18;font-weight:600;letter-spacing:-.02em}.create-hero h1 b,.create-hero h1 span{font-weight:inherit}.create-hero h1 i,.launch-badge i{display:inline-block;font-style:inherit;animation:studioHeroIn .5s ease both}.create-hero h1 span i{background-image:linear-gradient(96deg,#6d4aff,#b44bff 45%,#2bc6d6 70%,#6d4aff);background-repeat:no-repeat;-webkit-background-clip:text;background-clip:text;color:transparent}.creator-card{margin-top:22px;border:1px solid #e4e0f0;border-radius:18px;background:var(--studio-surface);box-shadow:0 1px 2px rgba(30,20,80,.04),0 12px 32px -20px rgba(60,40,140,.35);transition:border-color .18s ease}.creator-card:hover{border-color:#cfc3ff}.creator-card__body{display:flex;align-items:stretch;gap:16px;padding:16px 18px;min-height:172px}.creator-editor{position:relative;flex:1;min-width:0;display:flex;flex-direction:column}.creator-editor__input{flex:1;min-height:96px;max-height:220px;width:100%;padding:4px 2px;overflow-x:hidden;overflow-y:auto;border:0;background:transparent;color:var(--studio-text);cursor:text;font:inherit;font-size:14px;line-height:1.7;outline:none;overflow-wrap:anywhere;white-space:pre-wrap}.creator-editor__input:focus-visible{outline:none}.creator-card:focus-within{border-color:#cfc3ff}.creator-editor__input:empty:before{content:attr(data-placeholder);color:var(--studio-muted);pointer-events:none}.prompt-image-token{display:inline-flex;align-items:center;gap:5px;height:24px;margin:0 2px;padding:0 7px;border:0;border-radius:8px;background:transparent;color:#5e5968;cursor:default;font-size:14px;font-weight:500;line-height:18px;vertical-align:-7px;white-space:nowrap}.prompt-image-token:hover{background:rgba(109,74,255,.07)}.prompt-image-token img{width:18px;height:18px;border-radius:4px;-o-object-fit:cover;object-fit:cover}.prompt-image-preview{position:fixed;z-index:500;width:252px;padding:6px;transform:translateX(-50%);border:1px solid #e2ddeb;border-radius:12px;background:var(--studio-surface);box-shadow:0 16px 40px -18px rgba(34,24,70,.52);opacity:0;pointer-events:none;transition:opacity .14s ease}.prompt-image-preview.is-open{opacity:1}.prompt-image-preview.is-above{transform:translate(-50%,-100%)}.prompt-image-preview>img{width:100%;height:auto;aspect-ratio:1;border-radius:8px;-o-object-fit:cover;object-fit:cover;transform:scale(.96);transition:transform .14s ease}.prompt-image-preview.is-open>img{transform:none}.prompt-mentions{position:absolute;z-index:120;margin-top:6px;width:min(360px,100%);max-height:270px;padding:6px;overflow-y:auto;border:1px solid #e3def1;border-radius:14px;background:var(--studio-surface);box-shadow:0 18px 42px -20px rgba(40,26,100,.48);animation:studioPop .14s ease both}.prompt-mentions__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:5px 7px 7px;color:var(--studio-subtext);font-size:11px}.prompt-mentions__head small{color:var(--studio-muted);font-size:10px;white-space:nowrap}.prompt-mentions button{width:100%;display:flex;align-items:center;gap:10px;padding:7px;border:0;border-radius:10px;background:transparent;text-align:left}.prompt-mentions button.is-active,.prompt-mentions button:hover{background:#f4f1ff}.prompt-mentions button img{flex:none;width:38px;height:38px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.prompt-mentions button span{min-width:0}.prompt-mentions button b,.prompt-mentions button small{display:block}.prompt-mentions button b{color:#5b36f0;font-size:12px;font-weight:500}.prompt-mentions button small{margin-top:3px;overflow:hidden;color:var(--studio-subtext);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.prompt-mentions__empty{margin:0;padding:16px 8px;color:var(--studio-muted);font-size:12px;text-align:center}.ref-panel{position:relative;flex:none;width:250px;padding-right:16px;border-right:1px solid var(--studio-line-soft);transition:background .16s ease}.ref-panel.is-dragging{background:#f5f2fe}.ref-panel__pills{display:flex;gap:6px;margin-bottom:10px}.ref-pill{display:inline-flex;align-items:center;gap:5px;height:24px;padding:0 10px;border:1px solid var(--studio-line);border-radius:12px;background:var(--studio-surface);color:#8b8797;font-size:11px;white-space:nowrap;font-variant-numeric:tabular-nums}.ref-pill.is-used{border-color:#c9bcff;background:#f5f2fe;color:var(--studio-primary)}.ref-pill.is-full{color:var(--studio-warning)}.ref-stack{position:relative;height:84px;display:flex;align-items:center}.ref-chip{position:relative;flex:none;width:56px;height:56px;display:grid;place-items:center;border-radius:11px;border:2px solid #fff;box-shadow:0 4px 12px -6px rgba(40,26,100,.55);color:rgba(255,255,255,.94);overflow:hidden;cursor:pointer;transition:transform .26s cubic-bezier(.22,.85,.26,1),box-shadow .22s ease}.ref-chip.is-hovered{box-shadow:0 14px 28px -10px rgba(40,26,100,.78)}.ref-chip img,.ref-chip video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ref-chip__meta{position:absolute;left:0;bottom:0;padding:1px 4px;border-top-right-radius:6px;background:rgba(0,0,0,.52);color:#fff;font-size:9px;font-variant-numeric:tabular-nums}.ref-chip__remove{position:absolute;top:3px;right:3px;width:14px;height:14px;display:none;place-items:center;padding:0;border:0;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;transition:background .16s ease}.ref-chip__remove:hover{background:var(--studio-danger)}.ref-chip.is-hovered .ref-chip__remove{display:grid}.ref-stack__add{position:absolute;z-index:90;width:34px;height:34px;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;background:#efeaff;color:#5b36f0;box-shadow:0 4px 12px -4px rgba(40,26,100,.5);transition:left .26s cubic-bezier(.22,.85,.26,1),top .26s cubic-bezier(.22,.85,.26,1),transform .16s ease,background .16s ease}.ref-stack__add:hover{transform:scale(1.1);background:#e2d9ff}.ref-panel__hint{margin:2px 0 0;color:#c4c0d0;font-size:11px;line-height:1.5}.ref-panel__empty{width:100%;height:96px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1px dashed #d8d3e8;border-radius:12px;background:#faf9fe;color:#8b8797;font-size:12px;line-height:1.5;transition:all .16s ease}.ref-panel__empty span{color:var(--studio-muted);font-size:11px}.ref-panel__empty:hover{border-color:var(--studio-primary);background:#f5f2fe;color:#5b36f0}.frame-slots{flex:none;display:flex;gap:10px}.frame-slot{position:relative;width:94px;height:94px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:1px dashed #d6d0e2;border-radius:var(--studio-radius);background:#fcfbfe;color:var(--studio-subtext);font-size:11px;overflow:hidden}.frame-slot:hover{border-color:var(--studio-primary);color:var(--studio-primary)}.frame-slot.is-filled{border-style:solid;border-color:var(--studio-line);padding:0}.frame-slot img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.frame-slot__label{position:absolute;left:0;right:0;bottom:0;padding:2px 0;background:rgba(12,10,22,.55);color:#fff;font-size:10px}.frame-slot__clear{position:absolute;top:4px;right:4px;width:16px;height:16px;display:grid;place-items:center;border-radius:50%;background:rgba(12,10,22,.66);color:#fff}.creator-toolbar{position:relative;display:flex;align-items:center;gap:8px;padding:12px 18px;border-top:1px solid var(--studio-line-soft);background:#fcfbfe;border-radius:0 0 17px 17px}.creator-toolbar__options{flex:1;min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.toolbar-menu{position:relative}.toolbar-menu__trigger{height:34px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--studio-line);border-radius:10px;background:var(--studio-surface);color:var(--studio-text);font-size:13px;white-space:nowrap;transition:all .16s ease}.toolbar-menu__trigger.is-icon{width:34px;padding:0;justify-content:center;color:var(--studio-subtext)}.toolbar-menu__trigger:hover{border-color:#c9bcff}.toolbar-menu__trigger.is-icon:hover{color:#5b36f0}.toolbar-menu__trigger.is-open{border-color:#8b6bff}.toolbar-menu__popover{position:absolute;left:0;bottom:42px;z-index:30;max-width:calc(100vw - 120px);border:1px solid #e4e0f0;border-radius:14px;background:var(--studio-surface);box-shadow:0 18px 40px -18px rgba(40,26,100,.45);animation:studioPop .14s ease both}.folder-destination+.folder-destination{margin-top:12px;padding-top:12px;border-top:1px solid var(--studio-line-soft)}.folder-destination header{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:0 4px 7px}.folder-destination header strong{color:var(--studio-text);font-size:12px;font-weight:600}.folder-destination header small{overflow:hidden;color:var(--studio-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.folder-destination__options{max-height:126px;overflow:auto}.folder-destination__options button{width:100%;min-width:0;height:32px;display:flex;align-items:center;gap:8px;padding:0 9px;border:0;border-radius:9px;background:transparent;color:var(--studio-subtext);font-size:12px;text-align:left}.folder-destination__options button:hover{background:#f6f3ff}.folder-destination__options button.is-selected{background:var(--studio-primary-soft);color:var(--studio-primary)}.folder-destination__options button span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-caption{margin:0;padding:4px 8px;color:var(--studio-muted);font-size:11px}.menu-row{width:100%;display:flex;align-items:center;gap:8px;padding:9px 10px;border:0;border-radius:10px;background:transparent;color:var(--studio-text);font-size:13px;text-align:left}.menu-row span{margin-left:auto;color:#8b8797;font-size:12px}.menu-row.is-selected{background:var(--studio-primary-soft);color:#5b36f0}.menu-row.is-button:hover{background:#f5f2fe}.menu-row.is-disabled{color:#c4c0d0}.menu-row.is-disabled span{color:inherit}.menu-mode{width:100%;height:58px;margin-bottom:2px;display:flex;align-items:center;gap:10px;padding:0 10px;border:0;border-radius:10px;background:transparent;color:var(--studio-text);text-align:left;transition:background .14s ease}.menu-mode:hover{background:#f5f2fe}.menu-mode.is-selected{background:var(--studio-primary-soft);color:#5b36f0}.menu-mode span{display:block;font-size:13px;line-height:1.35}.menu-mode small{display:block;margin-top:3px;color:#8b8797;font-size:12px;line-height:1.35}.menu-mode .studio-icon{flex:none}.menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:13px;color:var(--studio-subtext)}.menu-head b{color:var(--studio-text);font-size:13px;font-variant-numeric:tabular-nums}.menu-scale{display:flex;justify-content:space-between;margin-top:6px;color:var(--studio-muted);font-size:11px}.menu-note{margin:8px 0 0;color:#8b8797;font-size:12px;line-height:1.5}.menu-note b{color:var(--studio-text)}.menu-resolution{display:flex;gap:8px;margin-bottom:14px}.menu-resolution span{flex:1;height:38px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #edeaf6;border-radius:10px;font-size:13px}.menu-resolution .is-selected{border-color:#c9bcff;background:var(--studio-primary-soft);color:#5b36f0}.menu-resolution .is-disabled{background:#f8f7fc;color:#c4c0d0;cursor:not-allowed}.menu-resolution b{padding:1px 6px;border-radius:7px;background:#f1eff8;color:var(--studio-muted);font-size:10px;font-weight:400}.menu-ratios{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:4px}.menu-ratios button{height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1px solid var(--studio-line);border-radius:10px;background:var(--studio-surface);color:var(--studio-subtext);font-size:12px;transition:all .14s ease}.menu-ratios button i{display:block;border:1.5px solid;border-radius:2px}.menu-ratios button:hover{border-color:#c9bcff}.menu-ratios button.is-selected{border-color:#c9bcff;background:var(--studio-primary-soft);color:#5b36f0}.menu-switch{width:100%;display:flex;align-items:center;gap:8px;padding:0;border:0;background:transparent;font-size:13px;gap:10px}.menu-switch i{position:relative;width:36px;height:20px;flex:none;border-radius:10px;background:#d9d5e3;transition:background .16s ease}.menu-switch i:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:left .16s ease}.menu-switch i.is-on{background:var(--studio-primary)}.menu-switch i.is-on:after{left:18px}.menu-field{display:block;margin:14px 0 6px;color:var(--studio-text);font-size:13px}.menu-seed{display:flex;gap:6px}.menu-seed input{flex:1;min-width:0;height:32px;padding:0 10px;border:1px solid #e4e0f0;border-radius:9px;background:var(--studio-surface);color:var(--studio-text);font:inherit;font-size:13px;outline:none}.menu-seed input:focus{border-color:var(--studio-primary)}.menu-seed button{width:34px;display:grid;place-items:center;border:1px solid #e4e0f0;border-radius:9px;background:var(--studio-surface);color:var(--studio-subtext)}.menu-seed button:hover{color:#5b36f0;border-color:#c9bcff}.toolbar-menu__popover input[type=range]{width:100%;height:4px;-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:999px;background:#e7e4f0;outline:none}.toolbar-menu__popover input[type=range]::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:16px;height:16px;border:3px solid #fff;border-radius:50%;background:var(--studio-primary);box-shadow:0 2px 6px rgba(49,37,77,.3);cursor:pointer}.toolbar-menu__popover input[type=range]::-moz-range-thumb{width:16px;height:16px;border:3px solid #fff;border-radius:50%;background:var(--studio-primary);cursor:pointer}.creator-submit{flex:none;margin-left:auto;display:flex;align-items:center;gap:16px}.creator-submit>span{display:block;text-align:right;color:#8b8797;font-size:12px;line-height:1.4}.creator-submit b{color:var(--studio-text);font-size:14px;font-variant-numeric:tabular-nums}.creator-submit small{display:block;color:#8b8797;font-size:12px}.create-button{height:40px;padding:0 22px;display:inline-flex;align-items:center;gap:7px;border:0;border-radius:12px;background:linear-gradient(100deg,#6d4aff,#8b36f0);color:#fff;font-size:14px;font-weight:500;box-shadow:0 6px 18px -8px rgba(109,74,255,.9);transition:transform .16s ease,box-shadow .16s ease}.create-button:hover{transform:translateY(-1px);box-shadow:0 12px 26px -10px rgba(109,74,255,.95)}.create-button:active{transform:translateY(0)}.create-button:disabled{background:#c8bff2;box-shadow:none;transform:none}.recent-section{margin-top:20px;border:1px solid var(--studio-line);border-radius:16px;background:var(--studio-surface);overflow:hidden;animation:studioRise .3s ease both}.recent-section header{display:flex;align-items:center;gap:12px;padding:12px 18px;border-bottom:1px solid var(--studio-line-soft)}.recent-section h2{margin:0;font-size:14px;font-weight:600}.recent-section header .link-button{margin-left:auto;color:#5b36f0;font-size:13px}.recent-running{display:flex;align-items:center;gap:8px;color:#5b36f0;font-size:12px}.recent-running>i{width:6px;height:6px;border-radius:50%;background:currentColor;animation:studioPulse 1.4s ease-in-out infinite}.recent-running em{display:block;width:96px;height:3px;border-radius:2px;background:#eeebf7;overflow:hidden}.recent-running em b{display:block;height:100%;background:linear-gradient(90deg,#6d4aff,#2bc6d6);transition:width .35s linear}.recent-running small{color:var(--studio-muted);font-size:12px}.recent-running button{padding:0;border:0;background:transparent;color:#8b8797;font-size:12px}.recent-running button:hover{color:var(--studio-danger)}.recent-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;padding:16px 18px}.recent-card{position:relative;padding:0;border:1px solid #ece9f5;border-radius:12px;background:var(--studio-surface);overflow:hidden;transition:all .16s ease}.recent-card:first-child,.recent-card:hover{border-color:#8b6bff}.recent-card:hover{transform:translateY(-2px)}.recent-card__media{display:block;width:100%;aspect-ratio:16/9;background:#eeebf5}.recent-card__media video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.recent-card__progress{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:rgba(14,12,22,.55);color:#fff;font-size:13px;font-weight:500;font-variant-numeric:tabular-nums}.recent-card__progress i{display:block;width:64%;height:3px;border-radius:2px;background:rgba(255,255,255,.24);overflow:hidden}.recent-card__progress em{display:block;height:100%;background:linear-gradient(90deg,#8b6bff,#2bc6d6);transition:width .35s linear}.recent-card__failed{position:absolute;inset:0;display:grid;place-items:center;background:rgba(12,10,22,.5);color:#ffd3d8;font-size:12px}.recent-card__duration{position:absolute;right:6px;bottom:6px;padding:2px 6px;border-radius:6px;background:rgba(0,0,0,.55);color:#fff;font-size:11px}.studio-banners{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:26px}.feature-banner{--mx:0;--my:0;position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;min-height:156px;padding:22px 24px;border:0;border-radius:16px;background:#0d0a18;color:#fff;text-align:left;overflow:hidden;isolation:isolate;box-shadow:inset 0 1px rgba(255,255,255,.06);transition:transform .22s ease}.feature-banner:hover{transform:translateY(-2px)}.feature-banner__art{position:absolute;z-index:-1;inset:-4%;width:108%;height:108%;transform:translate3d(calc(var(--mx) * -12px),calc(var(--my) * -8px),0) scale(1.02);transition:transform .18s ease-out;pointer-events:none}.feature-banner.is-tutorial .feature-banner__art{background:linear-gradient(115deg,#1a1030,#4b22e0 55%,#8b36f0)}.feature-banner.is-pricing .feature-banner__art{background:linear-gradient(115deg,#3b1e6b,#b44bff 60%,#ff7ac2)}.feature-banner__glyph{position:absolute;color:#fff;right:-10px;top:50%;z-index:-1;font-size:78px;font-weight:700;line-height:1;letter-spacing:-.04em;opacity:.24;transform:translate3d(calc(var(--mx) * -26px),calc(-50% + var(--my) * -18px),0);transition:transform .18s ease-out;pointer-events:none}.feature-banner__mark{position:relative;display:inline-flex;align-items:center;height:22px;padding:0 9px;border:1px solid rgba(255,255,255,.2);border-radius:11px;background:rgba(14,10,31,.54);color:#8fd7ff;font-size:10px;font-weight:700;line-height:1;letter-spacing:.08em}.feature-banner.is-pricing .feature-banner__mark{color:#c8b9ff}.feature-banner strong{position:relative;display:block;color:#fff;margin-top:11px;font-size:21px;font-weight:650;line-height:1.25;letter-spacing:-.01em;text-shadow:0 1px 12px rgba(0,0,0,.24)}.feature-banner small{position:relative;display:block;margin-top:7px;max-width:64%;font-size:13px;line-height:1.55;color:rgba(255,255,255,.7);text-shadow:0 1px 10px rgba(0,0,0,.2)}.feed-section{margin-top:30px}.feed-tools{display:flex;align-items:center;gap:18px;flex-wrap:wrap;padding-bottom:12px;border-bottom:1px solid #edeaf6}.feed-tools h2{margin:0;font-size:15px;font-weight:600}.feed-tools__right{margin-left:auto;display:flex;align-items:center;gap:8px;padding-bottom:6px}.feed-search{display:flex;align-items:center;gap:6px;height:32px;padding:0 12px;border:1px solid var(--studio-line);border-radius:10px;background:var(--studio-surface);color:#8b8797}.feed-search:focus-within{border-color:var(--studio-primary)}.feed-search input{width:130px;border:0;background:transparent;color:var(--studio-text);font:inherit;font-size:13px;outline:none}.studio-select{position:relative}.studio-select__trigger{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 10px 0 12px;border:1px solid var(--studio-line);border-radius:10px;background:var(--studio-surface);color:var(--studio-subtext);font-size:13px;white-space:nowrap}.studio-select__trigger:hover{border-color:#c9bcff;color:#5b36f0}.studio-select__trigger.is-open{border-color:var(--studio-primary)}.studio-select__popover{position:absolute;top:calc(100% + 6px);right:0;z-index:20;min-width:100%;padding:6px;border:1px solid var(--studio-line);border-radius:12px;background:var(--studio-surface);box-shadow:0 18px 40px -18px rgba(40,26,100,.45)}.studio-select__popover button{display:block;width:100%;padding:7px 12px 7px 10px;border:none;border-radius:8px;background:none;color:var(--studio-text);font-size:13px;text-align:left;white-space:nowrap;transition:background .16s ease,color .16s ease}.studio-select__popover button:hover{background:var(--studio-primary-soft);color:#5b36f0}.studio-select__popover button.is-active{color:#5b36f0;font-weight:600}.feed-grid{margin-top:18px;display:grid;gap:16px}.feed-column{display:flex;flex-direction:column;gap:16px;min-width:0}.feed-item{animation:studioRise .34s ease both}.feed-card{position:relative;display:block;width:100%;padding:0;border:1px solid #ece9f5;border-radius:14px;background:var(--studio-surface);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.feed-card:hover{transform:translateY(-3px);border-color:#c9bcff;box-shadow:0 20px 34px -24px rgba(40,26,100,.65)}.feed-card__media{display:block;width:100%;background:#eeebf5}.feed-card__media video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.feed-card__tag{position:absolute;top:8px;left:8px;padding:3px 8px;border-radius:8px;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);color:#fff;font-size:11px;opacity:0;transition:opacity .2s ease}.feed-card:focus-visible .feed-card__tag,.feed-card:hover .feed-card__tag{opacity:1}.feed-card__mask{position:absolute;inset:0;padding:12px;display:flex;flex-direction:column;justify-content:flex-end;gap:8px;text-align:left;background:linear-gradient(180deg,rgba(0,0,0,0) 42%,rgba(0,0,0,.78));color:#fff;opacity:0;transition:opacity .2s ease}.feed-card:hover .feed-card__mask{opacity:1}.feed-card__meta{display:flex;align-items:center;gap:8px;font-size:11px;color:rgba(255,255,255,.75)}.feed-card__title{overflow:hidden;color:#fff;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.feed-card__use{margin-left:auto;color:rgba(255,255,255,.78);font-weight:600;transition:color .16s ease,text-shadow .16s ease}.feed-card__use:hover{color:#fff;text-shadow:0 0 10px rgba(255,255,255,.65)}.feed-load-more{display:grid;min-height:56px;place-items:center;color:var(--studio-dim);font-size:12px}.info-trio{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:34px;border:1px solid var(--studio-line);border-radius:16px;background:var(--studio-surface);overflow:hidden}.info-trio article{padding:24px;display:flex;flex-direction:column}.info-trio article:not(:last-child){border-right:1px solid var(--studio-line-soft)}.info-trio h3{margin:0;font-size:14px;font-weight:600}.info-trio p{margin:12px 0 0;color:var(--studio-subtext);font-size:13px;line-height:1.65}.info-trio p b{color:var(--studio-text);font-weight:500}.info-trio__list{margin-top:12px;display:flex;flex-direction:column;gap:8px;color:var(--studio-subtext);font-size:13px;line-height:1.6}.info-trio__list b{color:var(--studio-text);font-weight:500}.info-trio .ghost-button.is-wide{align-self:flex-start;width:auto;margin-top:auto;padding:0 14px;border-color:#e4e0f0;border-radius:10px}.info-trio .ghost-button.is-wide:hover{border-color:#c9bcff;color:#5b36f0}.studio-confirm{position:fixed;inset:0;z-index:70;display:grid;place-items:center;padding:24px;background:rgba(12,10,22,.5);backdrop-filter:blur(4px)}.studio-confirm__panel{width:min(400px,100%);padding:22px 24px 18px;border-radius:16px;background:var(--studio-surface);box-shadow:0 24px 60px -24px rgba(40,26,100,.55);animation:studioPop .16s ease both}.studio-confirm__panel h2{margin:0;font-size:17px;font-weight:600;color:var(--studio-text)}.studio-confirm__panel p{margin:10px 0 0;font-size:13px;line-height:1.65;color:var(--studio-subtext)}.asset-folder-dialog label{display:block;margin-top:16px}.asset-folder-dialog label span{display:block;margin-bottom:7px;color:var(--studio-subtext);font-size:12px}.asset-folder-dialog input{width:100%;height:38px;padding:0 11px;border:1px solid var(--studio-line);border-radius:10px;outline:0;background:var(--studio-surface);color:var(--studio-text);font:inherit;font-size:13px}.asset-folder-dialog input:focus{border-color:#b7a7f6}.asset-folder-dialog__error{display:block;margin-top:7px;color:var(--studio-danger);font-size:12px}.studio-apikey{width:min(520px,100%)}.studio-apikey__list{margin:16px 0 0;padding:0;border:1px solid var(--studio-line);border-radius:12px;list-style:none}.studio-apikey__list li{display:flex;align-items:center;gap:10px;padding:8px 8px 8px 14px;border-top:1px solid var(--studio-line-soft)}.studio-apikey__list li:first-child{border-top:none}.studio-apikey__list b{flex:1;min-width:0;overflow:hidden;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.studio-apikey__list code{flex:none;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;color:var(--studio-subtext)}.studio-apikey__list small{flex:none;color:var(--studio-dim);font-size:12px}.studio-apikey__list button{flex:none;display:inline-grid;place-items:center;height:26px;padding:0 8px;border:none;border-radius:7px;background:none;color:var(--studio-dim);font-size:12px;transition:background .16s ease,color .16s ease}.studio-apikey__list button:hover{background:var(--studio-primary-soft);color:#5b36f0}.studio-apikey__list .studio-select{margin-left:-8px}.studio-apikey__list .studio-select__popover button{display:flex;align-items:center;gap:8px;width:100%;height:auto;padding:7px 12px 7px 10px;color:var(--studio-text)}.studio-apikey__list .studio-select__popover button.is-danger:hover{background:#fdeceb;color:#e2453c}.studio-apikey__create input,.studio-apikey__list input{height:32px;padding:0 10px;border:1px solid #e4e0f0;border-radius:9px;background:var(--studio-surface);color:var(--studio-text);font:inherit;font-size:13px}.studio-apikey__create input:focus,.studio-apikey__list input:focus{border-color:var(--studio-primary)}.studio-apikey__list input{flex:1;min-width:0}.studio-apikey__create{display:flex;gap:8px;margin-top:12px}.studio-apikey__create input{flex:1;min-width:0}.studio-apikey__empty{margin:16px 0 0;padding:22px 0;border:1px dashed var(--studio-line);border-radius:12px;font-size:13px;color:var(--studio-dim);text-align:center}.studio-confirm__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.studio-apikey__foot{justify-content:space-between;align-items:center;margin-top:16px;padding-top:14px;border-top:1px solid var(--studio-line-soft)}.studio-apikey__foot a{display:inline-flex;align-items:center;gap:6px;color:#5b36f0;font-size:13px}.studio-lightbox{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:40px;background:rgba(12,10,22,.72);backdrop-filter:blur(6px)}.studio-lightbox__panel{display:flex;width:min(1000px,100%);max-height:80vh;border-radius:18px;background:var(--studio-surface);overflow:hidden;animation:studioPop .16s ease both}.studio-lightbox__media{flex:1;min-width:0;min-height:420px;display:grid;place-items:center;background:#0c0a16}.studio-lightbox__media video{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;background:#0c0a16}.studio-lightbox__unavailable{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:rgba(0,0,0,.4);color:#fff}.studio-lightbox__info{flex:none;width:320px;padding:24px;display:flex;flex-direction:column;overflow-y:auto}.studio-lightbox__tag{align-self:flex-start;padding:3px 9px;border-radius:9px;background:var(--studio-primary-soft);color:#5b36f0;font-size:11px}.studio-lightbox__info p{flex:none;margin:14px 0 0;max-height:186px;padding-right:8px;overflow-y:auto;overscroll-behavior:contain;font-size:14px;line-height:1.65;text-wrap:pretty}.studio-lightbox__info dl{margin:18px 0 0;display:flex;flex-direction:column;gap:9px;font-size:12px}.studio-lightbox__info dl>div{display:flex;justify-content:space-between}.studio-lightbox__info dt{color:var(--studio-muted)}.studio-lightbox__info dd{margin:0;color:var(--studio-text)}.studio-lightbox__refs{display:flex;flex-wrap:wrap;gap:8px}.studio-lightbox__refs a{position:relative;width:56px;height:56px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--studio-line);border-radius:9px;background:var(--studio-canvas);color:var(--studio-dim)}.studio-lightbox__refs a:hover{border-color:#c9bcff}.studio-lightbox__refs img,.studio-lightbox__refs video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.studio-lightbox__refs span{position:absolute;left:0;right:0;bottom:0;padding:2px 0;background:rgba(23,21,31,.62);color:#fff;font-size:11px;text-align:center}.studio-lightbox__actions{margin-top:auto;display:flex;gap:8px;padding-top:20px}.studio-lightbox__actions .primary-button{flex:1;height:38px;border-radius:11px;background:linear-gradient(100deg,#6d4aff,#8b36f0);font-weight:400;box-shadow:0 6px 16px -8px rgba(109,74,255,.9)}.studio-lightbox__actions .ghost-button{width:38px;height:38px;padding:0;border-color:#e4e0f0;border-radius:11px;color:var(--studio-subtext)}.studio-lightbox__actions .ghost-button:hover{border-color:#c9bcff}.underline-tabs{margin:20px 0 16px;border-bottom:1px solid #edeaf6}.underline-tabs,.underline-tabs__list{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.underline-tabs__list button{position:relative;display:inline-flex;align-items:center;gap:6px;padding:8px 2px 12px;border:0;background:none;color:var(--studio-subtext);font-size:14px;font-weight:400}.underline-tabs__list button:hover{color:var(--studio-text)}.underline-tabs__list button span{padding:1px 6px;border-radius:8px;background:#f3f1fa;color:var(--studio-muted);font-size:11px;font-weight:400}.underline-tabs__list button.is-active{color:var(--studio-text);font-weight:600}.underline-tabs__list button.is-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:2px;background:var(--studio-primary)}.underline-tabs__list button.is-active span{background:var(--studio-primary-soft);color:var(--studio-primary)}.underline-tabs.is-large{margin:28px 0 14px}.underline-tabs.is-large .underline-tabs__list button{padding:6px 2px 12px;font-size:16px}.underline-tabs.is-large .underline-tabs__list button span{padding:1px 7px}.underline-tabs__note{margin-left:auto;padding-bottom:8px;color:var(--studio-muted);font-size:12px}.date-filter{margin-left:auto;margin-bottom:6px}.date-filter .studio-icon{color:var(--studio-dim)}.asset-folder-nav{margin-top:20px;display:flex;align-items:flex-start;gap:12px}.asset-folder-nav__label{flex:none;padding-top:9px;color:var(--studio-muted);font-size:12px}.asset-folder-nav__items{flex:1;min-width:0;display:flex;align-items:center;gap:8px;overflow-x:auto;padding:0 0 6px}.asset-folder-nav__item{flex:0 0 auto;position:relative;display:block}.asset-folder-nav__item>button:first-child{min-width:124px;max-width:190px;height:36px;display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid var(--studio-line);border-radius:10px;background:var(--studio-surface);color:var(--studio-subtext);font-size:12px}.asset-folder-nav__item>button:first-child:hover{border-color:#c9bcff;background:#fbfaff}.asset-folder-nav__item>button:first-child.is-active{border-color:#c9bcff;background:var(--studio-primary-soft);color:var(--studio-primary)}.asset-folder-nav__item>button:first-child span{flex:1;min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.asset-folder-nav__item>button:first-child small{color:var(--studio-muted);font-size:10px;font-variant-numeric:tabular-nums}.asset-folder-nav__delete{position:absolute;top:-5px;right:-5px;width:18px;height:18px;display:grid;place-items:center;padding:0;border:1px solid #e4e0f0;border-radius:50%;background:var(--studio-surface);color:var(--studio-muted);opacity:0;transition:opacity .16s ease,color .16s ease}.asset-folder-nav__delete:focus-visible,.asset-folder-nav__item:hover .asset-folder-nav__delete{opacity:1}.asset-folder-nav__delete:hover:not(:disabled){color:var(--studio-danger)}.asset-folder-nav__delete:disabled{cursor:not-allowed}.asset-tabs{margin-top:12px;margin-bottom:0}.asset-tools{margin-left:auto;padding-bottom:6px;display:flex;align-items:center;gap:8px}.asset-search,.asset-usage{height:32px;display:inline-flex;align-items:center;gap:6px;padding:0 12px;border:1px solid var(--studio-line);border-radius:10px;background:var(--studio-surface);color:var(--studio-subtext);font-size:13px}.asset-search .studio-icon,.asset-usage .studio-icon{flex:none;color:var(--studio-dim)}.asset-search input{width:130px;border:0;outline:0;background:transparent;color:var(--studio-text);font:inherit}.asset-search input::-moz-placeholder{color:var(--studio-muted)}.asset-search input::placeholder{color:var(--studio-muted)}.asset-media-filter{margin-top:14px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.asset-media-filter button{height:30px;display:inline-flex;align-items:center;gap:6px;padding:0 12px;border:1px solid var(--studio-line);border-radius:15px;background:var(--studio-surface);color:var(--studio-subtext);font-size:13px;transition:border-color .16s ease,background .16s ease,color .16s ease}.asset-media-filter button:hover{border-color:#c9bcff}.asset-media-filter button.is-active{border-color:#c9bcff;background:var(--studio-primary-soft);color:var(--studio-primary)}.asset-media-filter button span{color:var(--studio-muted);font-size:11px;font-variant-numeric:tabular-nums}.asset-grid{margin-top:18px;display:grid;grid-template-columns:repeat(auto-fill,minmax(206px,1fr));gap:14px}.asset-card{position:relative;min-width:0;overflow:hidden;border:1px solid #ece9f5;border-radius:14px;background:var(--studio-surface);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.asset-card:focus-within,.asset-card:hover{border-color:#c9bcff;box-shadow:0 20px 34px -26px rgba(40,26,100,.6);transform:translateY(-3px)}.asset-card__open{width:100%;display:block;padding:0;border:0;background:transparent;text-align:left}.asset-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:16/10;background:#17151f}.asset-card__media>img,.asset-card__media>video{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.asset-card__play{place-items:center;color:rgba(255,255,255,.92);filter:drop-shadow(0 2px 6px rgba(0,0,0,.35))}.asset-card__audio,.asset-card__play{position:absolute;inset:0;display:grid}.asset-card__audio{place-items:center;color:rgba(255,255,255,.86)}.asset-card__kind,.asset-card__meta{position:absolute;display:inline-flex;align-items:center;border-radius:8px;color:#fff;font-size:11px;font-variant-numeric:tabular-nums}.asset-card__kind{top:8px;left:8px;gap:5px;height:22px;padding:0 8px;background:rgba(14,12,22,.6)}.asset-card__meta{right:8px;bottom:8px;padding:2px 7px;background:rgba(0,0,0,.55)}.asset-card__info{display:block;padding:11px 12px 12px}.asset-card__info strong{display:block;overflow:hidden;color:var(--studio-text);font-size:13px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.asset-card__info small{margin-top:5px;display:flex;align-items:center;justify-content:space-between;gap:8px;overflow:hidden;color:var(--studio-muted);font-size:11px;white-space:nowrap}.asset-card__actions{position:absolute;top:8px;right:8px;display:flex;gap:5px;opacity:0;pointer-events:none;transition:opacity .16s ease}.asset-card:focus-within .asset-card__actions,.asset-card:hover .asset-card__actions{opacity:1;pointer-events:auto}.asset-card__actions button{width:26px;height:26px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;background:rgba(14,12,22,.66);color:#fff}.asset-card__actions button:hover{background:var(--studio-primary)}.asset-card__actions button.is-danger:hover{background:#d93f4c}.asset-state{min-height:260px;margin-top:18px;display:grid;place-items:center}.asset-state.studio-empty{border:1px dashed var(--studio-line);border-radius:16px;background:rgba(255,255,255,.46)}.asset-more{display:flex;justify-content:center;padding-top:20px}.asset-more .ghost-button{height:34px;border-radius:10px}.asset-preview__media>img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain}.asset-preview__audio{width:min(360px,calc(100% - 48px));display:flex;flex-direction:column;align-items:center;gap:28px;color:rgba(255,255,255,.82)}.asset-preview__audio audio{width:100%}.studio-lightbox__actions .ghost-button.is-danger{color:#d93f4c}.studio-lightbox__actions .ghost-button.is-danger:hover{border-color:#efb3b8;background:#fff4f4}.task-list{margin-top:16px;border:1px solid var(--studio-line);border-radius:16px;background:var(--studio-surface)}.task-list>:first-child{border-radius:16px 16px 0 0}.task-row{display:flex;align-items:center;gap:16px;padding:14px 18px;border-bottom:1px solid #f4f2fa;cursor:pointer;transition:background .16s ease}.task-row:hover{background:#faf9fe}.task-row__thumb{position:relative;flex:none;width:96px;height:54px;border-radius:9px;background:#eeebf5;overflow:hidden}.task-row__thumb img,.task-row__thumb video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.task-row__summary{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}.task-row__summary b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:400;color:var(--studio-text)}.task-row__summary>span{display:flex;align-items:center;gap:8px;color:var(--studio-dim);font-size:11px}.task-row__summary em{padding:1px 7px;border-radius:8px;background:#f3f1fa;font-style:normal}.task-row__status{flex:none;width:216px;font-size:12px}.task-row__status b{display:flex;align-items:center;gap:6px;font-weight:400;color:var(--studio-subtext)}.task-row__status b i{width:7px;height:7px;flex:none;border-radius:50%;background:currentColor}.task-row__status em{display:block;width:100%;height:3px;margin-top:6px;border-radius:2px;background:#eeebf7;overflow:hidden}.task-row__status em i{display:block;height:100%;background:linear-gradient(90deg,#6d4aff,#2bc6d6);transition:width .35s linear}.task-row__status small{display:block;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--studio-muted);font-size:11px}.task-row__status.is-success b{color:var(--studio-success)}.task-row__status.is-failed b{color:var(--studio-danger)}.task-row__status.is-active b{color:var(--studio-primary)}.task-row__status.is-active b i{animation:studioPulse 1.2s ease-in-out infinite}.task-row__points{flex:none;width:88px;text-align:right;font-size:13px;color:var(--studio-text);font-variant-numeric:tabular-nums}.task-row__points small{display:block;color:var(--studio-muted);font-size:11px}.task-row__time{flex:none;width:88px;text-align:right;color:var(--studio-dim);font-size:12px;font-variant-numeric:tabular-nums}.task-row__actions{flex:none;width:156px;display:flex;justify-content:flex-end;gap:8px}.task-row__actions>button:not(.icon-button){padding:0 12px;font-size:12px;color:var(--studio-text);white-space:nowrap}.task-row__actions .icon-button,.task-row__actions>button:not(.icon-button){height:30px;border:1px solid #e4e0f0;border-radius:9px;background:var(--studio-surface)}.task-row__actions .icon-button{width:30px;color:var(--studio-dim)}.task-row__actions .icon-button:hover,.task-row__actions>button:hover{border-color:#c9bcff;color:#5b36f0}.task-row__more{position:relative}.task-row__menu{position:absolute;right:0;top:calc(100% + 6px);z-index:20;min-width:148px;padding:6px;border:1px solid var(--studio-line);border-radius:12px;background:var(--studio-surface);box-shadow:0 18px 40px -18px rgba(40,26,100,.45)}.task-row__menu button{display:flex;align-items:center;gap:8px;width:100%;height:32px;padding:0 10px;border:none;border-radius:8px;background:none;color:var(--studio-text);font-size:13px;white-space:nowrap}.task-row__menu button:hover{background:var(--studio-primary-soft);color:#5b36f0}.task-row__menu button.is-danger:hover{background:#fdeef0;color:#c73545}.task-pagination{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 18px;color:var(--studio-dim);font-size:12px}.task-pagination div{display:flex;gap:6px}.task-pagination button{min-width:30px;height:30px;padding:0 8px;display:grid;place-items:center;border:1px solid #e4e0f0;border-radius:9px;background:var(--studio-surface);color:var(--studio-subtext);font-size:12px}.task-pagination button:hover:not(:disabled){border-color:#c9bcff}.task-pagination button.is-active{border-color:#8b6bff;background:var(--studio-primary-soft);color:var(--studio-primary)}.task-pagination button:disabled{color:#d3cfdc}.expiry-alert{display:flex;align-items:center;gap:14px;margin-top:20px;padding:16px 18px;border:1px solid #f3dfa8;border-radius:var(--studio-radius);background:#fff9ea;color:var(--studio-warning)}.expiry-alert>svg{flex:none}.expiry-alert div{flex:1;min-width:0}.expiry-alert strong{display:block;font-size:14px;font-weight:600;color:#7a5b08}.expiry-alert small{display:block;margin-top:4px;color:#8b7333;font-size:13px}.expiry-alert button{flex:none;height:32px;padding:0 14px;border:1px solid #e5ce8a;border-radius:10px;background:var(--studio-surface);font-size:13px;color:#7a5b08}.expiry-alert button:hover{border-color:var(--studio-warning)}.point-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:16px}.point-stats article{padding:18px;border:1px solid var(--studio-line);border-radius:var(--studio-radius);background:var(--studio-surface);transition:border-color .16s ease}.point-stats article:hover{border-color:#c9bcff}.point-stats span{display:block;color:var(--studio-dim);font-size:12px}.point-stats strong{display:flex;align-items:baseline;margin:8px 0 6px;font-size:26px;font-weight:600;color:var(--studio-text);font-variant-numeric:tabular-nums}.point-stats em{margin-left:5px;font-size:13px;font-style:normal;font-weight:400;color:var(--studio-dim)}.point-stats small{display:block;color:var(--studio-muted);font-size:12px}.pending-api{color:var(--studio-warning)!important}.package-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px}.package-card.is-free{border-color:#d9d3f2;background:radial-gradient(120% 90% at 100% 0,#eeeafd 0,#faf9ff 58%,var(--studio-surface) 100%);--studio-card-ink:#30265f;--studio-card-ink-soft:#756b9c}.package-card.is-free:after{content:"新用户";position:absolute;top:15px;right:15px;padding:3px 7px;border-radius:999px;background:rgba(98,72,190,.08);color:#6854ad;font-size:10px}.package-card{position:relative;padding:20px;border:1px solid var(--studio-line);border-radius:16px;background:var(--studio-surface);transition:transform .18s ease,box-shadow .18s ease}.package-card:hover{transform:translateY(-3px);box-shadow:0 20px 34px -26px rgba(40,26,100,.6)}.package-card.is-tone-white{border-color:#e6e4ee;background:radial-gradient(120% 90% at 100% 0,#f4f3f8 0,#fbfafd 58%,var(--studio-surface) 100%)}.package-card.is-tone-blue{border-color:#cfe0ff;background:radial-gradient(120% 90% at 100% 0,#e6efff 0,#f5f9ff 58%,var(--studio-surface) 100%);--studio-card-ink:#10305c;--studio-card-ink-soft:#566f96}.package-card.is-tone-violet{border-color:#ded5ff;background:radial-gradient(120% 90% at 100% 0,#efe9ff 0,#f8f6ff 58%,var(--studio-surface) 100%);--studio-card-ink:#2c1c66;--studio-card-ink-soft:#6b5fa3}.package-card.is-tone-gold{border-color:#f0e0b3;background:radial-gradient(120% 90% at 100% 0,#fdf2d9 0,#fefaef 58%,var(--studio-surface) 100%);--studio-card-ink:#52400a;--studio-card-ink-soft:#8c7736}.package-card h3{display:flex;align-items:baseline;margin:0;font-size:24px;font-weight:600;color:var(--studio-card-ink,var(--studio-text));font-variant-numeric:tabular-nums}.package-card h3 span{margin-left:6px;font-size:13px;font-weight:400;color:var(--studio-card-ink-soft,var(--studio-dim))}.package-card dl{margin:14px 0 0;display:flex;flex-direction:column;gap:8px}.package-card dl div{display:flex;justify-content:space-between;font-size:12px}.package-card dt{color:var(--studio-card-ink-soft,var(--studio-muted))}.package-card dd{margin:0;color:var(--studio-card-ink,var(--studio-text))}.package-card footer{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:10px}.package-card footer strong{color:var(--studio-card-ink,var(--studio-text));font-size:18px;font-weight:600;font-variant-numeric:tabular-nums}.package-card footer button{height:32px;padding:0 16px;border-radius:10px;font-size:13px;font-weight:400}.package-card footer .ghost-button{border-color:#e4e0f0;background:rgba(255,255,255,.72);color:var(--studio-card-ink,var(--studio-text))}.package-card footer .ghost-button:hover:not(:disabled){border-color:#c9bcff;color:#5b36f0}.package-card__balance{display:block;margin-top:8px;color:var(--studio-warning);font-size:11px}.record-table{border:1px solid var(--studio-line);border-radius:16px;background:var(--studio-surface);overflow:hidden;animation:studioRise .24s ease both}.record-row{display:grid;grid-template-columns:132px minmax(0,1fr) 130px 78px 96px 78px 86px;align-items:center;gap:16px;padding:14px 18px;border-bottom:1px solid #f4f2fa;font-size:13px;transition:background .16s ease}.is-no-actions .record-row{grid-template-columns:132px minmax(0,1fr) 130px 78px 96px 78px}.record-row:not(.is-head):hover{background:#faf9fe}.record-row>:nth-child(3),.record-row>:nth-child(4),.record-row>:nth-child(5),.record-row>:nth-child(7){text-align:right}.record-row>:nth-child(6){display:flex;justify-content:center}.record-row>:nth-child(7){display:flex;justify-content:flex-end}.record-row.is-head{padding:10px 18px;border-bottom-color:#f0edf7;background:#fbfafe;color:var(--studio-muted);font-size:11px}.record-row.is-head>:nth-child(6),.record-row.is-head>:nth-child(7){display:block}.record-row.is-head>:nth-child(6){text-align:center}.record-row strong{display:block;font-size:13px;font-weight:400;color:var(--studio-text)}.record-row code{display:block;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--studio-muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.record-row time{color:var(--studio-dim);font-variant-numeric:tabular-nums}.record-row time.is-soon{color:var(--studio-warning)}.record-row__usage b{display:block;font-size:13px;font-weight:400;color:var(--studio-text);font-variant-numeric:tabular-nums}.record-row__usage i{color:var(--studio-muted);font-style:normal;font-weight:400}.record-row__usage em{display:block;margin-top:5px;height:3px;border-radius:2px;background:#eeebf7;overflow:hidden}.record-row__usage em i{display:block;height:100%;background:var(--studio-primary)}.record-row__usage em.is-soon i{background:#e8a33d}.record-row button{height:28px;padding:0 10px;border:1px solid #e4e0f0;border-radius:9px;background:var(--studio-surface);color:var(--studio-text);font-size:12px}.record-row button:hover:not(:disabled){border-color:#c9bcff;color:#5b36f0}.package-status{padding:2px 8px;border-radius:8px;background:#f3f1fa;color:var(--studio-dim);font-size:11px;font-weight:400}.package-status.is-active,.package-status.is-invoiced,.package-status.is-paid{background:#e8f7ef;color:var(--studio-success)}.package-status.is-pending{background:var(--studio-primary-soft);color:var(--studio-primary)}.package-status.is-soon{background:#fff4dc;color:var(--studio-warning)}.package-status.is-cancelled,.package-status.is-expired{background:#fdeef0;color:var(--studio-danger)}.record-table__footer{display:flex;align-items:center;gap:8px;padding:13px 18px;color:var(--studio-dim);font-size:12px}.record-pagination{justify-content:space-between}.record-pagination div{display:flex;align-items:center;gap:8px}.record-pagination button{height:28px;padding:0 10px;border:1px solid #e4e0f0;border-radius:9px;background:var(--studio-surface);color:var(--studio-text);font-size:12px}.record-pagination button:disabled{color:var(--studio-muted)}.transaction-row{display:grid;grid-template-columns:150px 130px minmax(0,1fr) 96px 176px;align-items:center;gap:16px;padding:14px 18px;border-bottom:1px solid #f4f2fa;font-size:13px}.transaction-row.is-head{padding-top:10px;padding-bottom:10px;background:#fbfafe;color:var(--studio-muted);font-size:11px}.transaction-row:not(.is-head):hover{background:#faf9fe}.transaction-row>:nth-child(4),.transaction-row>:nth-child(5){text-align:right}.transaction-row time{color:var(--studio-dim)}.transaction-row strong{display:block;font-weight:500}.transaction-row small{display:block;margin-top:3px;color:var(--studio-muted)}.transaction-row code{overflow:hidden;color:var(--studio-muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.transaction-row b.is-income{color:var(--studio-success)}.transaction-row b.is-cost{color:var(--studio-danger)}.transaction-row__balance strong{font-size:12px;font-weight:500}.transaction-row__balance small{white-space:nowrap}@media (max-width:1240px){.recent-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1080px){.studio-main{padding:20px 18px 96px}.creator-card__body{flex-wrap:wrap}.frame-slots,.ref-panel{width:100%}.ref-panel{padding:0 0 14px;border-right:0;border-bottom:1px solid var(--studio-line-soft)}.creator-toolbar{flex-wrap:wrap}.creator-submit{width:100%;justify-content:flex-end}.package-grid,.point-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.info-trio{grid-template-columns:1fr}.info-trio article:not(:last-child){border-right:0;border-bottom:1px solid var(--studio-line-soft)}.task-row__status{width:150px}.record-row{grid-template-columns:110px minmax(0,1.2fr) 120px 80px 110px 88px 70px}.is-no-actions .record-row{grid-template-columns:110px minmax(0,1.2fr) 120px 80px 110px 88px}}@media (max-width:900px){.create-hero{min-height:0;padding-right:0}.create-hero__projector{display:none}.recent-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.studio-banners{grid-template-columns:1fr}.toolbar-menu__popover{left:auto;right:0}.studio-lightbox__panel{flex-direction:column;max-height:90vh}.studio-lightbox__info{width:100%}.studio-lightbox__info p{max-height:93px}.asset-preview__media>img,.studio-lightbox__media video{max-height:46vh}.asset-tools{width:100%;margin-left:0}.task-row{flex-wrap:wrap}.task-row__summary{flex-basis:calc(100% - 110px)}.task-row__actions,.task-row__points,.task-row__status,.task-row__time{width:auto;flex:1 1 auto}.record-row{grid-template-columns:minmax(0,1.3fr) 120px 84px 84px 72px}.record-row>:first-child,.record-row>:nth-child(5){display:none}.transaction-row{grid-template-columns:130px minmax(0,1fr) 90px 168px}.transaction-row>:first-child{display:none}}@media (max-width:640px){.video-studio{--studio-sidebar:0px}.studio-sidebar{top:auto;right:0;bottom:0;width:100%;height:60px;flex-direction:row;justify-content:space-around;padding:0;border-right:0;border-top:1px solid var(--studio-line)}.video-studio.has-announcement .studio-sidebar{top:auto}.studio-balance span,.studio-brand,.studio-sidebar__links{display:none}.studio-nav__item{height:100%}.studio-nav__item:before{inset:0 auto auto 0;width:100%;height:2px}.studio-sidebar__bottom{margin:0;flex-direction:row;align-items:center;gap:8px;padding-right:10px}.studio-balance{width:auto;padding:4px 10px}.studio-main{padding-bottom:84px}.create-hero h1{font-size:28px}.recent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.package-grid,.point-stats{grid-template-columns:1fr}.date-filter,.underline-tabs__note{margin-left:0}.toolbar-menu__popover{width:min(300px,calc(100vw - 36px))!important}.menu-ratios{grid-template-columns:repeat(3,1fr)}.feed-search input{width:96px}.asset-tools{align-items:stretch;flex-wrap:wrap}.asset-search{flex:1}.asset-search input{width:100%;min-width:90px}.asset-usage{flex:none}.record-row{grid-template-columns:minmax(0,1fr) 96px 76px 64px}.record-row>:nth-child(4){display:none}.transaction-row{grid-template-columns:110px 80px minmax(0,1fr)}.transaction-row>:nth-child(3){display:none}.feed-card__mask{opacity:1}}@media (hover:none){.asset-card__actions{opacity:1;pointer-events:auto}}@media (prefers-reduced-motion:reduce){.video-studio *{animation:none!important;transition:none!important}.feature-banner__art{transform:scale(1.02)}}