:root{color-scheme:light;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--starx-color-text: #141414;--starx-color-text-secondary: #686b73;--starx-color-text-muted: #999ca3;--starx-color-border: #eceef2;--starx-color-surface: #ffffff;--starx-color-surface-muted: #f6f7f9;--starx-color-primary: #4b7dff;--starx-color-primary-hover: #3f6fe8;--starx-color-primary-pressed: #345fce;--starx-color-primary-soft: rgb(75 125 255 / 10%);--starx-gradient-primary: linear-gradient(90deg, #204ffc 0%, #5c38fa 100%);--starx-color-success: #00a83b;--starx-color-warning: #f59e0b;--starx-color-danger: #ff4050;--starx-container-wide: 1200px;--starx-container-standard: 1080px;--starx-container-detail: 1092px;--starx-space-1: 4px;--starx-space-2: 8px;--starx-space-3: 12px;--starx-space-4: 16px;--starx-space-5: 20px;--starx-space-6: 24px;--starx-space-8: 32px;--starx-space-10: 40px;--starx-control-sm: 32px;--starx-control-md: 44px;--starx-radius-sm: 8px;--starx-radius-md: 12px;--starx-radius-lg: 16px;--starx-radius-pill: 999px;--starx-shadow-focus: 0 0 0 3px rgb(75 125 255 / 20%);--starx-shadow-overlay: 0 18px 60px rgb(0 0 0 / 16%);--starx-duration-instant: .1s;--starx-duration-fast: .16s;--starx-duration-normal: .22s;--starx-ease-standard: cubic-bezier(.2, 0, 0, 1)}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{color:var(--starx-color-text);background:var(--starx-color-surface)}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:2px solid var(--starx-color-primary);outline-offset:2px;box-shadow:var(--starx-shadow-focus)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--web-sidebar-width: 168px;--web-page-padding: 20px;--web-bg: #fff;--web-sidebar-bg: #f8f8f8;--web-surface: #fff;--web-surface-soft: #f6f7f9;--web-surface-raised: #fff;--web-text: #1e2024;--web-text-strong: #111;--web-text-muted: #777d8a;--web-border: #e7e9ee;--web-shadow: 0 10px 30px rgb(39 48 72 / 14%)}html{overflow-y:auto;scrollbar-gutter:stable}@supports not (scrollbar-gutter: stable){html{overflow-y:scroll}}body{overflow-x:hidden}.login-overlay,.license-dialog-backdrop,.sensitive-consent-backdrop,.share-edit-overlay,.order-dialog-overlay,.scene-preview-overlay,.certificate-preview-overlay{width:100vw;max-width:none;inset-inline:0 auto}button{color:inherit}.mock-mode-toggle{display:inline-flex;height:32px;align-items:center;gap:6px;padding:0 9px;border:1px solid #d8dce5;border-radius:999px;color:#626a79;background:#f7f8fa;cursor:pointer;font-size:11px;font-weight:800;letter-spacing:.08em;transition:color .16s ease,background-color .16s ease,border-color .16s ease}.mock-mode-toggle i{width:7px;height:7px;border-radius:50%;background:#a8afbb}.mock-mode-toggle:hover{border-color:#f0a400;color:#9a6700}.mock-mode-toggle.is-enabled{border-color:#f0a400;color:#8a5b00;background:#fff5d9}.mock-mode-toggle.is-enabled i{background:#f0a400;box-shadow:0 0 0 3px #f0a4002e}.app-shell--dark .mock-mode-toggle{border-color:#3c4453;color:#b2bac9;background:#151b27}.app-shell--dark .mock-mode-toggle.is-enabled{border-color:#f0b52b;color:#ffd978;background:#3b2e11}.web-toast-viewport{position:fixed;z-index:1200;top:max(18px,env(safe-area-inset-top));left:50%;display:grid;width:min(420px,calc(100vw - 32px));gap:10px;pointer-events:none;transform:translate(-50%)}.web-toast{display:grid;min-height:48px;grid-template-columns:20px minmax(0,1fr) 24px;align-items:center;gap:10px;padding:10px 10px 10px 14px;border:1px solid rgb(216 221 231 / 92%);border-radius:12px;color:#252932;background:#fffffff5;box-shadow:0 12px 36px #1f273a29,0 2px 8px #1f273a14;font-size:14px;line-height:20px;pointer-events:auto;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:web-toast-enter .22s var(--starx-ease-standard) both}.web-toast__icon{color:#3564f5}.web-toast--success .web-toast__icon{color:#1f9d55}.web-toast--error .web-toast__icon{color:#e5484d}.web-toast--warning .web-toast__icon{color:#d98b10}.web-toast--loading .web-toast__icon{animation:publish-spin .8s linear infinite}.web-toast>span{min-width:0;overflow-wrap:anywhere}.web-toast>button{display:grid;width:24px;height:24px;padding:0;cursor:pointer;place-items:center;border:0;border-radius:6px;color:#8b919d;background:transparent}.web-toast>button:hover{color:#343942;background:#f0f2f5}.web-toast>button:focus-visible{outline:3px solid rgb(53 100 245 / 32%);outline-offset:1px}@keyframes web-toast-enter{0%{opacity:0;transform:translateY(-12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.web-toast{animation:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell{min-height:100vh;color:var(--web-text);background:var(--web-bg);transition:color .18s ease,background-color .18s ease}.app-shell--dark{--web-bg: #090d16;--web-sidebar-bg: #0d121d;--web-surface: #121826;--web-surface-soft: #181f2e;--web-surface-raised: #171e2d;--web-text: #dce2ee;--web-text-strong: #f5f7fb;--web-text-muted: #929bad;--web-border: #293245;--web-shadow: 0 14px 38px rgb(0 0 0 / 34%)}.sidebar{position:fixed;inset:0 auto 0 0;z-index:10;box-sizing:border-box;display:flex;width:var(--web-sidebar-width);flex-direction:column;overflow:hidden;padding:20px 12px 24px;background:var(--web-sidebar-bg)}.brand{display:flex;align-items:center;padding:0 0 37px}.sidebar__brand{flex:none;display:block;color:inherit;text-decoration:none}.sidebar__brand .brand{justify-content:center;padding-bottom:20px}.brand__logo{display:block;width:132px;height:40px;flex:none;object-fit:contain}.brand-certification-badge{display:inline-flex;box-sizing:border-box;height:25px;flex:none;align-items:center;justify-content:center;gap:3px;padding:0 9px;border-radius:var(--starx-radius-pill);color:#214ffc;background:transparent;font-size:12px;font-style:normal;font-weight:600;line-height:1;vertical-align:middle;white-space:nowrap}.brand-certification-badge__mark{--brand-mark-size: 15px;position:relative;display:inline-block;width:15px;height:15px;flex:0 0 15px;overflow:hidden}.brand-certification-badge .brand-certification-badge__mark>img{position:absolute;top:50%;left:0;display:block;width:280.85%;max-width:none;height:85.11%;transform:translateY(-50%)}.brand-certification-badge--compact{height:20px;gap:2px;padding:0 7px;font-size:10px}.brand-certification-badge--compact .brand-certification-badge__mark{--brand-mark-size: 12px;width:12px;height:12px;flex-basis:12px}.brand--vertical{justify-content:center}.sidebar__nav{min-height:0;flex:1 1 auto;overflow-y:auto;display:grid;align-content:start;gap:8px;scrollbar-width:thin}.sidebar__nav-group{display:grid;gap:4px}.sidebar__nav-group+.sidebar__nav-group{padding-top:0;border-top:0}.sidebar__nav-title{margin:0 12px 2px;color:var(--web-text-muted);font-size:11px;font-weight:700;letter-spacing:.08em;line-height:16px}.sidebar__link{position:relative;display:flex;min-height:44px;align-items:center;gap:12px;padding:0 12px;border-radius:10px;color:var(--web-text);text-decoration:none;transition:background-color var(--starx-duration-fast) var(--starx-ease-standard),color var(--starx-duration-fast) var(--starx-ease-standard),box-shadow var(--starx-duration-fast) var(--starx-ease-standard),transform var(--starx-duration-instant) var(--starx-ease-standard)}.sidebar__link:hover{background:var(--web-surface-soft)}.sidebar__link:active{transform:scale(.98)}.sidebar__link.is-active{color:var(--starx-color-primary);background:var(--starx-color-primary-soft);font-weight:600}.sidebar__link.is-active:before{position:absolute;top:10px;bottom:10px;left:0;width:3px;border-radius:0 3px 3px 0;background:currentColor;content:""}.sidebar__link:focus-visible,.sidebar__footer button:focus-visible{outline:3px solid rgb(75 125 255 / 35%);outline-offset:2px}.design-icon{display:block;width:var(--design-icon-size, 20px);height:var(--design-icon-size, 20px);flex:0 0 var(--design-icon-size, 20px);background:currentColor;-webkit-mask:var(--design-icon-url) center / 100% 100% no-repeat;mask:var(--design-icon-url) center / 100% 100% no-repeat}.design-icon--asset{background:var(--design-icon-url) center / 100% 100% no-repeat;-webkit-mask:none;mask:none}.design-icon--home{--design-icon-url: url(/assets/icons/navigation/home-outline.svg)}.design-icon--mine{--design-icon-url: url(/assets/icons/navigation/mine.svg)}.design-icon--publish{--design-icon-url: url(/assets/icons/navigation/publish.svg)}.design-icon--canvas{--design-icon-url: url(/assets/icons/navigation/canvas.svg)}.design-icon--share{--design-icon-url: url(/assets/icons/navigation/share.svg)}.design-icon--orders{--design-icon-url: url(/assets/icons/navigation/orders.svg)}.design-icon--support{--design-icon-url: url(/assets/icons/navigation/support.svg)}.design-icon--more{--design-icon-url: url(/assets/icons/navigation/more.svg)}.design-icon--search{--design-icon-url: url(/assets/icons/navigation/search.svg)}.design-icon--bell{--design-icon-url: url(/assets/icons/navigation/bell.svg)}.design-icon--home-authorizations{--design-icon-url: url(/assets/icons/pages/home-authorizations.svg)}.design-icon--home-favorites{--design-icon-url: url(/assets/icons/pages/home-favorites.svg)}.design-icon--home-sort{--design-icon-url: url(/assets/icons/pages/home-sort.svg)}.design-icon--chevron-down{--design-icon-url: url(/assets/icons/pages/chevron-down.svg)}.design-icon--detail-heart{--design-icon-url: url(/assets/icons/pages/detail-heart.svg)}.design-icon--gallery-left{--design-icon-url: url(/assets/icons/pages/gallery-left.svg)}.design-icon--gallery-right{--design-icon-url: url(/assets/icons/pages/gallery-right.svg)}.design-icon--shield-check-small{--design-icon-url: url(/assets/icons/pages/shield-check-small.svg)}.design-icon--file-check{--design-icon-url: url(/assets/icons/pages/file-check.svg)}.design-icon--verified-check{--design-icon-url: url(/assets/icons/pages/verified-check.svg)}.design-icon--shield-check{--design-icon-url: url(/assets/icons/pages/shield-check.svg)}.design-icon--verification-badge{--design-icon-url: url(/assets/icons/pages/verification-badge.svg)}.design-icon--edit{--design-icon-url: url(/assets/icons/actions/edit.svg)}.design-icon--logout{--design-icon-url: url(/assets/icons/actions/logout.svg)}.design-icon--back{--design-icon-url: url(/assets/icons/actions/back.svg)}.design-icon--close-circle{--design-icon-url: url(/assets/icons/actions/close-circle.svg)}.design-icon--add{--design-icon-url: url(/assets/icons/actions/add.svg)}.design-icon--upload{--design-icon-url: url(/assets/icons/actions/upload.svg)}.design-icon--download{--design-icon-url: url(/assets/icons/actions/download.svg)}.design-icon--share-light{--design-icon-url: url(/assets/icons/actions/share-light.svg)}.design-icon--folder{--design-icon-url: url(/assets/icons/actions/folder.svg)}.design-icon--folder-light{--design-icon-url: url(/assets/icons/actions/folder-light.svg)}.design-icon--user-check{--design-icon-url: url(/assets/icons/pages/user-check.svg)}.design-icon--user{--design-icon-url: url(/assets/icons/pages/user.svg)}.design-icon--file-check-muted{--design-icon-url: url(/assets/icons/pages/file-check-muted.svg)}.design-icon--identity-file{--design-icon-url: url(/assets/icons/pages/identity-file.svg)}.design-icon--identity-file-light{--design-icon-url: url(/assets/icons/pages/identity-file-light.svg)}.design-icon--checkbox{--design-icon-url: url(/assets/icons/status/checkbox.svg)}.design-icon--checkbox-light{--design-icon-url: url(/assets/icons/status/checkbox-light.svg)}.design-icon--radio-selected{--design-icon-url: url(/assets/icons/status/radio-selected.svg)}.design-icon--radio{--design-icon-url: url(/assets/icons/status/radio.svg)}.design-icon--check-light{--design-icon-url: url(/assets/icons/status/check-light.svg)}.design-icon--check-filled{--design-icon-url: url(/assets/icons/status/check-filled.svg)}.design-icon--success-large{--design-icon-url: url(/assets/icons/status/success-large.svg)}.sidebar__link.is-active .design-icon--home{--design-icon-url: url(/assets/icons/navigation/home.svg)}.sidebar__link.is-active .design-icon--mine{--design-icon-url: url(/assets/icons/navigation/mine-filled.svg)}.sidebar__link.is-active .design-icon--publish{--design-icon-url: url(/assets/icons/navigation/publish-filled.svg)}.sidebar__link.is-active .design-icon--canvas{--design-icon-url: url(/assets/icons/navigation/canvas-filled.svg)}.sidebar__link.is-active .design-icon--share{--design-icon-url: url(/assets/icons/navigation/share-filled.svg)}.sidebar__link.is-active .design-icon--orders{--design-icon-url: url(/assets/icons/navigation/orders-filled.svg)}.sidebar__link.is-active .design-icon{background:var(--design-icon-url) center / 100% 100% no-repeat;-webkit-mask:none;mask:none}.sidebar__footer{flex:none;display:flex;flex-direction:column;gap:6px;justify-content:space-between;margin-top:auto;padding-top:16px;border-top:1px solid var(--web-border)}.support-control,.legal-control{position:relative;width:100%;height:44px;flex:none}.support-card{position:absolute;z-index:30;bottom:50px;left:9px;display:grid;width:150px;min-height:206px;align-content:start;justify-items:center;margin:0;padding:20px 12px 16px;border-radius:12px;background:#fff;box-shadow:0 8px 24px #1f24321f;text-align:center;animation:starx-sidebar-panel-enter var(--starx-duration-fast) var(--starx-ease-standard) both}.support-card:after{position:absolute;bottom:-7px;left:25px;width:14px;height:14px;background:#fff;content:"";transform:rotate(45deg)}.support-card__qr{display:block;width:110px;height:110px;object-fit:contain}.support-card strong{margin-top:10px;color:#111;font-size:14px;font-weight:600;line-height:20px;white-space:nowrap}.support-card span{margin-top:4px;color:#666;font-size:12px;line-height:18px}.legal-card{position:absolute;z-index:30;right:auto;left:0;bottom:52px;display:grid;width:168px;min-height:304px;align-content:start;padding:12px 16px 16px;border:1px solid #edf0f4;border-radius:12px;background:#fff;box-shadow:0 8px 24px #1f243224;animation:starx-sidebar-panel-enter var(--starx-duration-fast) var(--starx-ease-standard) both}.legal-card:after{position:absolute;right:25px;bottom:-7px;width:14px;height:14px;border-right:1px solid #edf0f4;border-bottom:1px solid #edf0f4;background:#fff;content:"";transform:rotate(45deg)}.legal-card nav{display:grid;padding-bottom:9px;border-bottom:1px solid #e8e9ed}.legal-card nav a{display:flex;height:33px;align-items:center;justify-content:space-between;border-radius:5px;color:#111;font-size:12px;font-weight:600;text-decoration:none}.legal-card nav a:hover{background:var(--web-surface-soft)}.legal-card nav a:focus-visible{outline:2px solid var(--starx-color-primary);outline-offset:1px}.legal-card__brand{display:grid;padding:15px 0 14px;border-bottom:1px solid #e8e9ed}.legal-card__brand .brand{padding:0}.legal-card__brand .brand__logo{width:116px;height:auto}.legal-card__brand strong{margin-top:8px;color:#060f24;font-size:12px}.legal-card__brand>span{margin-top:7px;color:#060f24;font-size:11px}.legal-card footer{display:grid;gap:7px;padding-top:13px;color:#999;font-size:11px;line-height:1.5}@keyframes starx-sidebar-panel-enter{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.support-card,.legal-card,.sidebar__link,.sidebar__footer button{animation:none;transition:none}}.sidebar__footer button{display:flex;width:100%;height:44px;align-items:center;justify-content:flex-start;gap:8px;padding:0 10px;cursor:pointer;border:0;border-radius:10px;color:var(--web-text-muted);background:transparent;font:inherit;font-size:12px;font-weight:600}.sidebar__footer button.is-active{color:var(--starx-color-primary);background:var(--starx-color-primary-soft)}.icon-button,.avatar-button,.hero__arrow{display:grid;cursor:pointer;place-items:center;border:0;background:transparent}.sidebar__footer button:hover{color:var(--web-text);background:var(--web-surface-soft)}.main{min-width:0;margin-left:var(--web-sidebar-width)}.topbar{position:relative;z-index:40;display:flex;height:72px;align-items:center;gap:20px;padding:0 var(--web-page-padding)}.search{display:flex;min-width:0;flex:1;align-items:center;gap:8px;height:44px;padding:0 6px 0 12px;border-radius:22px;background:#f6f7f9}.search input{min-width:0;flex:1;padding:0;border:0;outline:0;background:transparent;font-size:14px}.search__submit{width:60px;height:32px;padding:0;cursor:pointer;border:0;border-radius:16px;background:#fff;font-size:14px}.search__clear{display:grid;width:18px;height:18px;flex:none;padding:0;cursor:pointer;place-items:center;border:0;border-radius:50%;background:#c8cbd1;color:#fff}.search input:placeholder-shown+.search__clear{visibility:hidden}.icon-button{position:relative;width:36px;height:36px;border-radius:50%;background:#f6f7f9}.theme-toggle{flex:none;color:#5f6470;transition:color .16s ease,background-color .16s ease,transform .16s ease}.theme-toggle:hover{color:#5d43e8;background:#eeebff;transform:rotate(8deg)}.notification-dot{position:absolute;top:6px;right:5px;width:8px;height:8px;border:2px solid #fff;border-radius:50%;background:#ed5a5a}.avatar-button{width:44px;height:44px;padding:3px;border:1px solid #214ffc;border-radius:50%;background:#fff}.avatar-button img{display:block;width:36px;height:36px;border-radius:50%;object-fit:cover}.user-menu{position:relative;display:grid;width:44px;height:44px;flex:none}.user-menu__popover{position:absolute;z-index:30;top:46px;right:-18px;display:grid;width:134px;padding:10px 8px;border:1px solid #f1f1f1;border-radius:8px;background:#fff;box-shadow:0 10px 28px #1f243229}.user-menu__popover:before{position:absolute;top:-5px;right:31px;width:10px;height:10px;border-top:1px solid #f1f1f1;border-left:1px solid #f1f1f1;background:#fff;content:"";transform:rotate(45deg)}.user-menu__popover button{position:relative;display:flex;width:100%;height:40px;align-items:center;gap:12px;padding:0 8px;cursor:pointer;border:0;border-radius:6px;background:transparent;color:#333;font-size:14px;font-weight:600;white-space:nowrap;transition:background-color var(--starx-duration-fast) var(--starx-ease-standard)}@media(hover:hover)and (pointer:fine){.user-menu__popover button:hover{background:#f6f7f9}}.content{padding:10px var(--web-page-padding) 32px}.home-page,.mine-page{width:min(1200px,100%);margin-right:auto;margin-left:auto}.hero{position:relative;height:220px;overflow:hidden;touch-action:pan-y;border-radius:12px;background-color:#edf3fb;background-position:center;background-repeat:no-repeat;background-size:cover}.hero--loading{isolation:isolate}.hero__slides{position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;visibility:hidden;opacity:0;will-change:transform,opacity}.hero__slide.is-active{visibility:visible;opacity:1}.hero__badge{position:absolute;z-index:1;top:64px;left:38px;display:grid;width:72px;height:23px;place-items:center;border-radius:22px;background:linear-gradient(180deg,#f2eaff,#d6efff);color:#000;font-size:12px;font-weight:600}.hero__indicators{position:absolute;z-index:1;bottom:10px;left:50%;display:flex;align-items:center;gap:6px;transform:translate(-50%)}.hero__indicators button{width:8px;height:8px;padding:0;cursor:pointer;border:0;border-radius:4px;background:#ffffffad;transition:width .18s ease,background .18s ease}.hero__indicators button.is-active{width:24px;background:#4b7dff}.hero__arrow{position:absolute;z-index:2;top:50%;width:34px;height:34px;border-radius:50%;color:#fff;opacity:0;background:#151b268f;transform:translateY(-50%);transition:opacity .16s ease,background .16s ease}.hero__arrow--previous{left:10px}.hero__arrow--next{right:10px}.hero:hover .hero__arrow,.hero:focus-within .hero__arrow{opacity:1}.hero__arrow:hover{background:#151b26c7}.hero__arrow:focus-visible,.hero__indicators button:focus-visible{outline:3px solid rgb(255 255 255 / 76%);outline-offset:2px}.hero img{display:block;width:100%;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none}@media(prefers-reduced-motion:reduce){.hero__slide,.asset-gallery figure,.mine-gallery figure{will-change:auto}}.category-tabs{display:flex;height:42px;gap:20px;margin-top:10px;border-bottom:1px solid var(--starx-color-border)}.category-tabs button{position:relative;display:flex;height:41px;align-items:center;padding:0 10px;cursor:pointer;border:0;background:transparent;color:#7b7e86;font-size:18px}.category-tabs button.is-active{color:#111;font-weight:600}.category-tabs button.is-active:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:#111;content:""}.filter-row{display:flex;align-items:center;justify-content:space-between;min-height:52px;gap:20px;padding:10px 0}.taxonomy-filter{flex-direction:column;overflow:auto;flex:1;gap:18px;max-height:420px;padding:2px 8px 12px 0}.taxonomy-filter>button{align-self:flex-start}.taxonomy-filter__group{min-width:0;border:0;padding:0;margin:0}.taxonomy-filter__group legend{padding:0;margin-bottom:10px;font-size:14px;font-weight:600}.taxonomy-filter__options{display:flex;flex-wrap:wrap;gap:8px}.taxonomy-filter__options button{max-width:100%;white-space:normal;height:auto;min-height:32px;border-radius:6px}.filter-row:has(.taxonomy-filter){align-items:flex-start}.tag-list{display:flex;min-width:0;gap:2px;overflow:auto;scrollbar-width:none}.tag-list::-webkit-scrollbar{display:none}.tag-list button,.filter-button{flex:none;height:32px;padding:0 8px;cursor:pointer;border:0;border-radius:4px;background:transparent;font-size:14px;white-space:nowrap}.tag-list button.is-active{color:#333;background:#f6f7f9;font-weight:400}.filter-button{display:flex;align-items:center;width:110px;justify-content:center;gap:4px;padding:0 11px;border:1px solid #eceef2;border-radius:20px;background:#fff;white-space:nowrap}.market-sort{position:relative;flex:none}.market-sort .filter-button{width:148px}.market-sort__menu{position:absolute;z-index:8;top:calc(100% + 8px);right:0;display:flex;width:328px;min-height:71px;gap:10px;padding:16px;border:1px solid #e7eaf0;border-radius:12px;background:#fff;box-shadow:0 10px 30px #27304824}.market-sort__menu:before{position:absolute;top:-6px;right:28px;width:12px;height:12px;border-top:1px solid #e7eaf0;border-left:1px solid #e7eaf0;background:#fff;content:"";transform:rotate(45deg)}.market-sort__menu button{flex:1;min-width:0;height:33px;padding:0 10px;border:0;border-radius:4px;background:#f6f7f9;color:#666;cursor:pointer;font-size:12px;white-space:nowrap}.market-sort__menu button.is-active{color:#fff;background:linear-gradient(135deg,#315df4,#6139ec)}.market-state{display:flex;min-height:260px;align-items:center;justify-content:center;gap:8px;color:#7b8190}.market-state .is-spinning{animation:market-spin .8s linear infinite}@keyframes market-spin{to{transform:rotate(360deg)}}.asset-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:10px}.home-page--search .asset-grid{margin-top:0}.list-empty-state{display:grid;width:100%;min-height:calc(100dvh - 114px);grid-column:1 / -1;place-content:center;justify-items:center;pointer-events:none;transform:translateY(-14vh)}.list-empty-state img{display:block;width:156px;height:156px;object-fit:contain}.list-empty-state p{margin:8px 0 0;color:#666;font-size:14px}.search-empty .list-empty-state{min-height:calc(100dvh - 114px)}.asset-card{position:relative;aspect-ratio:232 / 316;overflow:hidden;border-radius:4px;background:#e7e9ed}.asset-card>img{display:block;width:100%;height:100%;object-fit:cover}.asset-card__tags{position:absolute;z-index:1;top:10px;left:10px;right:10px;display:flex;flex-wrap:nowrap;overflow:hidden;gap:5px}.asset-card__tags span{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;height:21px;padding:0 8px;border-radius:10.5px;color:#fff;background:#0f12168c;font-size:12px;font-weight:600;line-height:21px}.asset-card footer{position:absolute;right:0;bottom:0;left:0;display:flex;justify-content:space-between;height:60px;align-items:flex-end;padding:0 10px 8px;color:#fff;background:linear-gradient(transparent,#000000b3);font-size:12px;font-weight:600}.asset-card__owner,.asset-card__metrics{display:flex;align-items:center;gap:4px}.asset-card__metrics{margin-right:-2px}.asset-card__owner i{width:20px;height:20px;border:1px solid rgb(255 255 255 / 82%);border-radius:50%;background:#eee}.asset-card__owner i{overflow:hidden}.asset-card__owner i img{display:block;width:100%;height:100%;object-fit:cover}@media(max-width:720px){.market-sort__menu{right:0;width:min(340px,calc(100vw - 28px));flex-direction:column}.filter-row{height:auto;align-items:flex-start}}.placeholder-page{min-height:calc(100vh - 116px);padding:72px;border-radius:16px;background:#f7f8fa}.placeholder-page p{color:var(--starx-color-primary);font-weight:600}.placeholder-page h1{margin:8px 0 14px;font-size:38px}.placeholder-page span{color:var(--starx-color-text-secondary)}@media(max-width:1200px){.asset-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.home-page,.mine-page,.profile-page__content{width:min(var(--starx-container-wide),100%)}.publish-page{width:min(var(--starx-container-standard),100%)}.sidebar__link,.icon-button,.avatar-button,.search button,.filter-button,.mine-filters button,.asset-action,.publish-submit,.publish-review-actions a,.profile-summary>button{transition:background-color var(--starx-duration-fast) var(--starx-ease-standard),border-color var(--starx-duration-fast) var(--starx-ease-standard),color var(--starx-duration-fast) var(--starx-ease-standard),box-shadow var(--starx-duration-fast) var(--starx-ease-standard),transform var(--starx-duration-instant) var(--starx-ease-standard)}@media(hover:hover)and (pointer:fine){.icon-button:hover,.search button:hover,.filter-button:hover,.mine-filters button:hover{background:#eceff4}.publish-submit:hover,.publish-review-actions a:last-child:hover{background:var(--starx-gradient-primary)}.profile-summary>button:hover{background:var(--starx-color-primary-hover)}.asset-card:hover img,.mine-asset-card:hover .mine-asset-card__link>img{transform:scale(1.025)}}.asset-card img,.mine-asset-card__link>img{transition:transform var(--starx-duration-normal) var(--starx-ease-standard)}.publish-submit:active,.publish-review-actions a:active,.profile-summary>button:active{transform:scale(.98)}.profile-page{min-height:auto}.profile-page__content{margin:0 auto}@media(max-width:760px){.mine-tabs{overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.mine-tabs::-webkit-scrollbar{display:none}.mine-tabs a{min-width:88px;flex:1 0 auto;font-size:16px}.mine-filters{overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.mine-asset-grid,.mine-asset-grid--favorites,.profile-assets{grid-template-columns:repeat(2,minmax(0,1fr))}.mine-asset-card__tags{right:8px;left:8px;overflow:hidden}.mine-asset-card__tags i{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mine-asset-card footer{gap:3px;padding-right:8px;padding-left:8px;font-size:11px}.mine-asset-card__owner,.mine-asset-card__metrics{flex:none;gap:2px;white-space:nowrap}.mine-asset-card__owner>i{width:18px;height:18px}.following-grid{grid-template-columns:minmax(0,1fr)}.mine-detail__heading{height:auto;align-items:flex-start;flex-direction:column;gap:var(--starx-space-2)}.mine-detail__heading h1{font-size:18px}.mine-gallery{width:100%;margin-right:0;margin-left:0}.mine-gallery__stage{grid-template-columns:minmax(0,1fr);gap:0}.mine-gallery figure{width:100%;height:auto;aspect-ratio:360 / 490}.mine-gallery figure+figure{display:none}.mine-gallery__thumbs{display:flex;gap:var(--starx-space-2);overflow-x:auto;padding:2px;scroll-snap-type:x mandatory}.mine-gallery__thumbs button{width:84px;height:112px;flex:0 0 84px;scroll-snap-align:start}.profile-summary{height:auto;grid-template-columns:42px minmax(0,1fr);gap:var(--starx-space-3);padding:var(--starx-space-4) 0 var(--starx-space-5)}.profile-summary__back{margin-top:0}.profile-summary__person{grid-template-columns:76px minmax(0,1fr);gap:var(--starx-space-3);margin-top:0;margin-left:0}.profile-summary__person>img,.profile-summary__avatar-fallback{width:76px;height:76px}.profile-summary__identity{min-width:0;padding-top:0}.profile-summary h1{flex-wrap:wrap}.profile-summary p{line-height:18px}.profile-summary dl{flex-wrap:wrap}.profile-summary>button{width:100%;height:var(--starx-control-md);margin-top:0;grid-column:1 / -1}}@media(max-width:560px){.content{padding-bottom:calc(80px + env(safe-area-inset-bottom))}.sidebar{height:calc(64px + env(safe-area-inset-bottom));padding-bottom:calc(8px + env(safe-area-inset-bottom))}.license-dialog-backdrop{padding:var(--starx-space-3)}.license-dialog{max-height:calc(100dvh - 24px);min-height:0}.license-dialog article{min-height:0;overflow-y:auto}}.scene-gallery-section{grid-column:1 / -1;min-width:0;padding:44px 0 28px 11px}.scene-gallery-section>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:26px}.scene-gallery-section h2{margin:0 0 8px;color:#333;font-size:20px;line-height:28px}.scene-gallery-section nav{display:flex;flex-wrap:wrap;gap:10px}.scene-gallery-section nav button{min-height:32px;padding:0 10px;cursor:pointer;border:0;border-radius:16px;color:#333;background:#f6f7f9;font-size:14px;transition:color .16s ease,background-color .16s ease,box-shadow .16s ease}.scene-gallery-section nav button.is-active{color:#fff;background:var(--starx-gradient-primary)}.scene-gallery-section nav button:focus-visible,.scene-gallery-upload:focus-visible,.scene-card button:focus-visible{outline:3px solid rgb(53 100 245 / 34%);outline-offset:2px}.scene-gallery-upload{display:flex;min-width:128px;height:44px;flex:none;align-items:center;justify-content:center;gap:7px;padding:0 18px;cursor:pointer;border:1px solid #204ffc;border-radius:22px;color:#214ffc;background:#fff;font-size:14px;font-weight:600;transition:color .16s ease,background-color .16s ease,transform .1s ease}.scene-gallery-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.scene-card{position:relative;min-width:0;overflow:hidden;border-radius:4px;background:#e9edf4;height:284px}.scene-card__preview{display:block;width:100%;height:100%;padding:0;cursor:zoom-in;border:0;background:transparent}.scene-card__preview img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .18s ease}.scene-card__status{position:absolute;z-index:2;top:10px;left:10px;min-height:21px;padding:2px 8px;border-radius:11px;color:#fff;font-size:12px;font-weight:600;line-height:17px;pointer-events:none}.scene-card__status.is-pending{background:#00b238}.scene-card__status.is-rejected{background:#f04344}.scene-card__status.is-hidden{background:#666}.scene-card--hidden:after{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background:#ffffffb3;content:"";pointer-events:none}.scene-card__hidden-icon{position:absolute;z-index:3;top:50%;left:50%;display:grid;width:72px;height:72px;place-items:center;border-radius:50%;color:#5976dc;background:#5976dc1f;transform:translate(-50%,-50%);pointer-events:none}.scene-card__hidden-icon svg{width:42px;height:42px}.scene-card__actions{position:absolute;z-index:4;right:0;bottom:0;left:0;display:flex;min-height:62px;align-items:flex-end;gap:8px;padding:10px;opacity:0;background:linear-gradient(180deg,transparent,rgb(0 0 0 / 82%));transform:translateY(5px);transition:opacity .16s ease,transform .16s ease}.scene-card:focus-within .scene-card__actions{opacity:1;transform:translateY(0)}.scene-card__actions button{display:flex;height:25px;align-items:center;gap:4px;padding:0 12px;cursor:pointer;border:0;border-radius:4px;color:#fff;background:#fff3;font-size:12px;font-weight:600}.scene-card__actions button svg{width:14px;height:14px}.scene-card__actions button:disabled{cursor:wait;opacity:.55}.scene-gallery-state{display:grid;min-height:220px;place-content:center;justify-items:center;gap:10px;border-radius:8px;color:#999;background:#f8f9fb;font-size:14px}.scene-dialog-overlay,.scene-preview-overlay,.certificate-preview-overlay{position:fixed;z-index:1100;top:0;right:0;bottom:0;left:0;display:grid;padding:24px;place-items:center;background:#000000a3;animation:order-overlay-enter .18s ease both}.scene-upload-dialog{width:min(518px,calc(100vw - 32px));height:min(756px,calc(100dvh - 48px));max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);overflow:auto;padding:19px;border:1px solid #e7e9ee;border-radius:12px;background:#fff;box-shadow:0 18px 54px #0000002e;animation:starx-dialog-enter .22s var(--starx-ease-standard) both;overscroll-behavior:contain}.scene-upload-dialog>header{margin-bottom:21px}.scene-upload-dialog.is-empty{width:min(496px,calc(100vw - 32px))}.scene-upload-dialog.is-empty>header{margin-bottom:20px}.scene-upload-dialog.is-submitted{height:min(909px,calc(100dvh - 48px))}.scene-upload-dialog__title{display:flex;height:22px;align-items:center;gap:4px}.scene-upload-dialog__title svg{width:20px;height:20px;color:#000}.scene-upload-dialog h2{margin:0;color:#333;font-size:16px;font-weight:600;line-height:22px}.scene-upload-dialog header p{margin:8px 0 0;color:#999;font-size:12px;line-height:17px;white-space:nowrap}.scene-preview header button{display:grid;width:36px;height:36px;flex:none;padding:0;cursor:pointer;place-items:center;border:0;border-radius:50%;background:transparent}.scene-upload-dialog__input{display:none}.scene-upload-empty{display:grid;width:200px;height:273px;place-content:center;justify-items:center;gap:6px;cursor:pointer;border:2px solid #ebebeb;border-radius:4px;color:#666;background:#fff;font-size:12px}.scene-upload-featured{width:200px;height:272px;overflow:hidden;border-radius:4px;background:#e9edf4}.scene-upload-featured img{width:100%;height:100%;object-fit:cover}.scene-upload-thumbs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:20px}.scene-upload-thumbs>button,.scene-upload-thumbs figure{position:relative;display:grid;min-width:0;aspect-ratio:1;margin:0;overflow:hidden;place-content:center;border:1px solid #e7e9ee;border-radius:4px;color:#666;background:#fafbfc}.scene-upload-thumbs>button{cursor:pointer;font-size:12px}.scene-upload-thumbs>button svg{margin:0 auto 3px}.scene-upload-thumb-select{display:block;width:100%;height:100%;padding:0;cursor:pointer;border:0;background:transparent}.scene-upload-thumb-select img{display:block;width:100%;height:100%;object-fit:cover}.scene-upload-thumbs>figure.is-selected{padding:3px;border-color:#4b7dff}.scene-upload-thumbs>figure.is-selected .scene-upload-thumb-select img{border-radius:3px}.scene-upload-thumb-remove{position:absolute;top:2px;right:2px;display:grid;width:18px;height:18px;padding:0;cursor:pointer;place-items:center;border:0;border-radius:50%;color:#fff;background:#000000bf}.scene-upload-dialog>footer{display:flex;width:296px;gap:16px;margin-top:20px}.scene-upload-dialog>footer button{height:44px;flex:0 0 140px;cursor:pointer;border:0;border-radius:25px;background:#f6f7f9;font-size:16px;font-weight:600}.scene-upload-dialog>footer button:last-child{color:#fff;background:var(--starx-gradient-primary)}.scene-upload-dialog.is-submitted>footer button:last-child{border:1px solid #214ffc;color:#214ffc;background:#fff}.scene-upload-dialog>footer button:disabled{cursor:not-allowed;opacity:.55}.scene-submitted-preview{width:200px;height:272px;overflow:hidden;border-radius:4px}.scene-submitted-preview img{width:100%;height:100%;object-fit:cover}.scene-submitted-card{margin-top:20px;height:271px;padding:20px;border:1px solid #e7e9ee;border-radius:12px}.scene-submitted-card>div{display:grid;justify-items:start}.scene-submitted-card h3{margin:0;font-size:18px;line-height:25px}.scene-submitted-card p{margin:6px 0 20px;color:#666;font-size:12px;line-height:17px}.scene-submitted-card img{width:110px;height:110px;object-fit:contain}.scene-submitted-card strong{margin-top:10px;font-size:14px;line-height:20px}.scene-submitted-card span{margin-top:4px;font-size:12px;line-height:17px}.scene-preview{position:relative;display:grid;width:min(1200px,calc(100vw - 48px));height:min(88vh,900px);height:min(88dvh,900px);padding:52px 64px 26px;border-radius:12px;background:#11151d;animation:starx-dialog-enter .22s var(--starx-ease-standard) both}.scene-preview>header{position:absolute;z-index:3;top:8px;right:12px;left:20px;display:flex;align-items:center;justify-content:space-between;color:#fff;font-variant-numeric:tabular-nums}.scene-preview>header button{color:#fff}.scene-preview>img{width:100%;height:100%;object-fit:contain}.scene-preview>.is-previous,.scene-preview>.is-next{position:absolute;z-index:2;top:50%;display:grid;width:44px;height:44px;padding:0;cursor:pointer;place-items:center;border:0;border-radius:50%;color:#fff;background:#ffffff2e;transform:translateY(-50%)}.scene-preview>.is-previous{left:10px}.scene-preview>.is-next{right:10px}.scene-preview__reason{position:absolute;right:20px;bottom:20px;left:20px;display:grid;gap:4px;margin:0;padding:12px 14px;border-radius:8px;color:#fff;background:#c43034e5;font-size:13px}@media(hover:hover)and (pointer:fine){.scene-gallery-upload:hover{color:#fff;background:#214ffc}.scene-gallery-upload:active{transform:scale(.98)}.scene-card:hover .scene-card__actions{opacity:1;transform:translateY(0)}.scene-card:hover .scene-card__preview img{transform:scale(1.025)}}@media(max-width:980px){.scene-gallery-section{padding-left:0}.scene-gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.scene-card{height:auto;aspect-ratio:209 / 284}}@media(max-width:720px){.scene-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:560px){.scene-gallery-section{padding-top:30px}.scene-gallery-section>header{align-items:stretch;flex-direction:column}.scene-gallery-upload{align-self:flex-end}.scene-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.scene-card__actions{opacity:1;transform:none}.scene-dialog-overlay,.scene-preview-overlay,.certificate-preview-overlay{padding:0}.scene-upload-dialog,.scene-upload-dialog.is-empty,.scene-upload-dialog.is-submitted{width:100%;height:auto;max-height:100dvh;border-radius:16px 16px 0 0;align-self:end}.scene-upload-thumbs{grid-template-columns:repeat(5,minmax(0,1fr))}.scene-preview{width:100%;height:100dvh;padding-inline:48px;border-radius:0}.certificate-preview{width:100%;height:100dvh;max-height:100dvh;padding:52px 18px 24px;border-radius:0}}@media(prefers-reduced-motion:reduce){.scene-dialog-overlay,.scene-preview-overlay,.certificate-preview-overlay,.scene-upload-dialog,.scene-preview,.certificate-preview{animation:none}.scene-card__preview img,.scene-card__actions{transition:none}}.orders-page{width:min(1100px,100%);margin:0 auto;padding:14px 0 60px}.orders-tabs{display:flex;height:54px;align-items:flex-end;gap:34px;border-bottom:1px solid #eceef2}.orders-tabs a{position:relative;padding:0 4px 15px;color:#61656d;font-size:17px;text-decoration:none}.orders-tabs a.is-active{color:#16181c;font-weight:600}.orders-tabs a.is-active:after{position:absolute;right:0;bottom:-1px;left:0;height:3px;border-radius:2px;background:#557cf5;content:""}.orders-filters{display:flex;gap:12px;padding:24px 0 18px}.orders-filters button{height:32px;padding:0 20px;cursor:pointer;border:0;border-radius:16px;background:#f4f5f7}.orders-filters button.is-active{color:#fff;background:#557cf5}.orders-table-header{display:grid;grid-template-columns:minmax(360px,1fr) 160px 160px 150px;padding:13px 22px;color:#72767e;background:#f6f7f9;font-size:13px;text-align:center}.orders-table-header span:first-child{text-align:left}.orders-list{display:grid;gap:14px;margin-top:12px}.order-card{overflow:hidden;border:1px solid #eceef2;border-radius:8px;background:#fff}.order-card>header{display:flex;min-height:42px;align-items:center;gap:28px;padding:0 20px;color:#838790;background:#fafafa;font-size:12px}.order-card__body{display:grid;min-height:126px;grid-template-columns:minmax(360px,1fr) 160px 160px 150px;align-items:center;text-align:center}.order-product{display:flex;min-width:0;align-items:center;gap:16px;padding:16px 22px;text-align:left}.order-product>img{width:80px;height:94px;flex:0 0 auto;border-radius:4px;background:#edf0f5;object-fit:cover}.order-product p{display:grid;min-width:0;gap:10px;margin:0}.order-product strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-product span{color:#8c9098;font-size:12px}.order-price{font-size:15px}.order-status{color:#68758b;font-size:14px}.order-status--pending_pay{color:#e34242}.order-status--completed{color:#57708f}.order-card__actions{display:grid;justify-items:center;gap:8px}.order-action{display:grid;min-width:82px;min-height:32px;padding:0 12px;cursor:pointer;place-items:center;border:1px solid #d8dce4;border-radius:4px;color:#4e535c;background:#fff;font-size:13px;text-decoration:none}.order-action--primary{border-color:transparent;color:#fff;background:var(--starx-gradient-primary)}.orders-loading,.orders-empty{display:grid;min-height:280px;place-content:center;justify-items:center;gap:12px;color:#888d96}.orders-empty>button{height:38px;padding:0 22px;cursor:pointer;border:0;border-radius:20px;color:#fff;background:var(--starx-gradient-primary)}.order-dialog-overlay{box-sizing:border-box;position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:grid;padding:20px;place-items:center;background:#000000b3;animation:order-overlay-enter .18s ease both}.order-dialog-overlay.is-exiting{animation:order-overlay-exit .15s ease both}@keyframes order-overlay-enter{0%{background-color:#0000}to{background-color:#000000b3}}@keyframes order-overlay-exit{0%{background-color:#000000b3}to{background-color:#0000}}.purchase-license-dialog,.purchase-confirm-dialog{width:min(321px,100%);border:1px solid #e7e9ee;border-radius:12px;background:#fff;box-shadow:0 16px 40px #12192a2e;animation:starx-dialog-enter .2s ease both}.purchase-license-dialog{display:grid;min-height:514px;align-content:start;justify-items:center;padding:0 14px 20px}.purchase-license-dialog>header{display:flex;width:100%;height:59px;align-items:center;justify-content:space-between;padding:0 5px}.purchase-license-dialog h2,.purchase-confirm-dialog h2{margin:0;font-size:20px}.purchase-license-dialog header button{display:grid;width:32px;height:32px;padding:0;cursor:pointer;place-items:center;border:0;background:transparent}.purchase-license-dialog__success{display:grid;width:55px;height:55px;place-items:center;border:0;border-radius:50%;background:transparent}.purchase-license-dialog__title{margin-top:8px;font-size:14px}.purchase-license-dialog__hint,.purchase-license-dialog__service{margin:5px 0 0;color:#111;font-size:12px}.purchase-license-dialog__detail{margin-top:11px;padding:4px 10px;border-radius:4px;color:#315cff;background:#eef1ff;font-size:12px;text-decoration:none}.purchase-license-dialog__info{display:grid;width:100%;height:100px;align-content:center;gap:10px;margin:16px 0 14px;padding:12px 16px;border-radius:8px;background:#f5f6fd;font-size:12px}.purchase-license-dialog__info div{display:flex;justify-content:space-between;gap:12px}.purchase-license-dialog__info dt{color:#8b8f97}.purchase-license-dialog__info dd{overflow-wrap:anywhere;margin:0;text-align:right}.purchase-license-dialog>img{width:110px;height:110px;object-fit:contain}.purchase-license-dialog__scan{margin-top:8px;font-size:12px}.purchase-confirm-dialog{padding:20px}.purchase-confirm-dialog>header{display:flex;align-items:center;justify-content:space-between}.purchase-confirm-dialog>header button{display:grid;width:32px;height:32px;padding:0;cursor:pointer;place-items:center;border:0;background:transparent}.purchase-confirm-dialog__product{display:flex;align-items:center;gap:10px;margin:21px 0 20px}.purchase-confirm-dialog__product img{width:88px;height:120px;border-radius:4px;object-fit:cover}.purchase-confirm-dialog__product p{display:grid;gap:8px;margin:0}.purchase-confirm-dialog__product span{color:#8b8f97;font-size:12px}.purchase-confirm-dialog>button{width:100%;height:54px;cursor:pointer;border:0;border-radius:12px;color:#fff;background:var(--starx-gradient-primary);font-size:14px;font-weight:600}.visibility-confirm-dialog{box-sizing:border-box;width:min(360px,100%);padding:20px;border-radius:12px;background:#fff;box-shadow:0 16px 40px #12192a2e;animation:starx-dialog-enter .2s ease both}.visibility-confirm-dialog>header{display:flex;align-items:center;justify-content:space-between}.visibility-confirm-dialog h2{margin:0;color:#222;font-size:20px}.visibility-confirm-dialog header button{display:grid;width:32px;height:32px;padding:0;cursor:pointer;place-items:center;border:0;background:transparent}.visibility-confirm-dialog>p{margin:22px 0 24px;color:#666;font-size:14px;line-height:1.7}.visibility-confirm-dialog>footer{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.visibility-confirm-dialog footer button{height:42px;cursor:pointer;border:0;border-radius:8px;color:#333;background:#f3f4f6;font-size:14px;font-weight:600}.visibility-confirm-dialog footer button:last-child{color:#fff;background:var(--starx-gradient-primary)}.visibility-confirm-dialog button:disabled{cursor:wait;opacity:.65}@media(max-width:760px){.orders-table-header{display:none}.order-card__body{grid-template-columns:1fr 1fr;gap:14px;padding-bottom:16px}.order-product,.order-card__actions{grid-column:1 / -1}.orders-filters{overflow-x:auto}.orders-filters button{flex:0 0 auto}}@media(max-width:340px){.mine-asset-grid,.mine-asset-grid--favorites,.profile-assets{grid-template-columns:minmax(0,1fr)}}.app-shell--dark :is(.publish-page,.asset-detail,.mine-page,.mine-detail,.orders-page,.profile-page,.profile-page__content,.share-page){color:var(--web-text)}.app-shell--dark .profile-page{background:var(--web-bg)}.app-shell--dark :is(.publish-card h2,.publish-upload-item>strong,.publish-identity-upload>strong,.publish-identity-grid label,.publish-review-card h1,.profile-summary h1,.profile-summary dd,.order-product strong,.order-price,.publisher__identity strong,.verification h2,.verification h3,.verification dd,.mine-review-card h2,.mine-license-card h2,.mine-verification h2,.mine-verification h3,.mine-verification dd,.mine-license-card__identity b,.mine-license-card__order>strong,.mine-license-card__order dd){color:var(--web-text-strong)}.app-shell--dark :is(.publish-steps li,.publish-kind-selector small,.publish-card>p,.publish-upload-item>small,.publish-review-card p,.profile-summary p,.profile-summary dt,.profile-summary small,.publisher__stats,.verification dt,.mine-verification dt,.mine-verification>p,.mine-review-card__info>span,.mine-license-card__status-label,.mine-license-card__order dt,.order-product span){color:var(--web-text-muted)}.app-shell--dark .publish-steps li:not(:last-child):after{background:var(--web-border)}.app-shell--dark .publish-steps li>span{color:#aeb7c8;background:var(--web-surface-soft)}.app-shell--dark .publish-steps li.is-active{color:#c7bdff}.app-shell--dark .publish-steps li.is-active>span{color:#fff;border-color:#332a55;background:linear-gradient(135deg,#3d64ff,#6944ed)}.app-shell--dark .publish-kind-selector a{color:var(--web-text-strong);border-color:var(--web-border);background:var(--web-surface)}.app-shell--dark .publish-kind-selector a.is-active{border-color:#6686ff;background:#4b7dff21}.app-shell--dark :is(.publish-card,.publish-review-card){color:var(--web-text);border-color:var(--web-border);background:var(--web-surface)}.app-shell--dark :is(.publish-upload-control,.publish-identity-upload>.publish-upload-control,.publish-face-check){color:#aeb7c8;border-color:#39445a;background:var(--web-surface-soft)}.app-shell--dark .publish-identity-upload>.publish-upload-control{color:#8fa8ff}.app-shell--dark .publish-fields input{color:var(--web-text-strong);border-color:#3a455a;background:var(--web-surface-soft)}.app-shell--dark .publish-fields input::placeholder{color:#778197}.app-shell--dark .publish-fields input:focus{border-color:#6686ff;background:#1d2637;box-shadow:0 0 0 3px #4b7dff2e}.app-shell--dark .publish-face-check>svg{color:#8fa8ff;background:#222d49}.app-shell--dark .publish-consent{color:var(--web-text)}.app-shell--dark :is(.mine-review-card__info>time,.mine-review-card__info>b,.owner-work-status dd){color:var(--web-text-strong)}.app-shell--dark :is(.mine-verification>article,.mine-license-card__seller,.mine-license-card__order){color:var(--web-text);background:var(--web-surface-soft)}.app-shell--dark .mine-license-card__seller:after{background:var(--web-border)}.app-shell--dark .profile-summary__back{color:var(--web-text);border-color:var(--web-border);background:var(--web-surface)}html[data-theme=dark] :is(.purchase-license-dialog,.purchase-confirm-dialog,.visibility-confirm-dialog,.license-dialog,.scene-upload-dialog){color:#dce2ee;border-color:#30394d;background:#121826;box-shadow:0 22px 64px #0000007a}html[data-theme=dark] :is(.purchase-license-dialog h2,.purchase-confirm-dialog h2,.visibility-confirm-dialog h2,.license-dialog h2,.license-dialog h3,.scene-upload-dialog h2,.scene-upload-dialog__title svg){color:#f4f6fb}html[data-theme=dark] :is(.purchase-license-dialog__hint,.purchase-license-dialog__service,.visibility-confirm-dialog>p,.license-dialog article p,.scene-upload-dialog header p){color:#9ba4b6}html[data-theme=dark] :is(.purchase-license-dialog__info,.license-dialog article,.scene-upload-empty,.scene-upload-thumbs>button,.scene-upload-thumbs figure){color:#dce2ee;border-color:#354057;background:#1a2232}html[data-theme=dark] :is(.purchase-license-dialog header button,.purchase-confirm-dialog header button,.visibility-confirm-dialog header button,.license-dialog header button){color:#dce2ee;border-color:#7e899e;background:#171e2d}html[data-theme=dark] .visibility-confirm-dialog footer button:first-child{color:#dce2ee;background:#252e40}html[data-theme=dark] .purchase-license-dialog__success{background:#171e2d}.app-shell--dark .sidebar{border-color:var(--web-border);box-shadow:1px 0 0 var(--web-border)}.app-shell--dark .sidebar__nav-group+.sidebar__nav-group,.app-shell--dark .mine-tabs-region,.app-shell--dark .mine-tabs,.app-shell--dark .category-tabs,.app-shell--dark .orders-tabs{border-color:var(--web-border)}.app-shell--dark .sidebar__link{color:var(--web-text)}.app-shell--dark .sidebar__nav-title{color:#aab4c6}.app-shell--dark .sidebar__footer{border-color:var(--web-border)}.app-shell--dark .sidebar__link:hover,.app-shell--dark .sidebar__footer button:hover{background:var(--web-surface-soft)}.app-shell--dark .sidebar__link.is-active,.app-shell--dark .sidebar__footer button.is-active{color:#b8aaff;background:#7460eb2e}.app-shell--dark .topbar{color:var(--web-text);background:#090d16db;box-shadow:0 1px 0 var(--web-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.app-shell--dark .search,.app-shell--dark .icon-button{color:var(--web-text-muted);background:var(--web-surface-soft)}.app-shell--dark .search input{color:var(--web-text-strong)}.app-shell--dark .search input::placeholder{color:#727c90}.app-shell--dark .search__submit,.app-shell--dark .avatar-button{color:var(--web-text);border-color:#5969d9;background:var(--web-surface-raised)}.app-shell--dark .theme-toggle{color:#baaaff;background:#211c37}.app-shell--dark .theme-toggle:hover{color:#f4d57e;background:#302844}.app-shell--dark .notification-dot{border-color:var(--web-bg)}.app-shell--dark .user-menu__popover,.app-shell--dark .support-card,.app-shell--dark .legal-card,.app-shell--dark .market-sort__menu{color:var(--web-text);border-color:var(--web-border);background:var(--web-surface-raised);box-shadow:var(--web-shadow)}.app-shell--dark .user-menu__popover:before,.app-shell--dark .support-card:after,.app-shell--dark .legal-card:after,.app-shell--dark .market-sort__menu:before{border-color:var(--web-border);background:var(--web-surface-raised)}.app-shell--dark .user-menu__popover button,.app-shell--dark .legal-card nav a,.app-shell--dark .legal-card__brand strong,.app-shell--dark .legal-card__brand>span,.app-shell--dark .support-card strong{color:var(--web-text-strong)}.app-shell--dark .support-card span,.app-shell--dark .legal-card footer{color:#aeb8c9}.app-shell--dark .user-menu__popover button:hover{background:var(--web-surface-soft)}.app-shell--dark .legal-card nav,.app-shell--dark .legal-card__brand{border-color:var(--web-border)}.app-shell--dark :is(.category-tabs button.is-active,.mine-tabs a.active,.orders-tabs a.is-active,.mine-profile-overview__identity h1,.mine-profile-overview__identity dd,.asset-detail__heading h1,.mine-detail__heading h1,.profile-summary h1,.scene-gallery-section h2,.publish-page h1){color:var(--web-text-strong)}.app-shell--dark .category-tabs button.is-active:after,.app-shell--dark .mine-tabs a.active:after{background:#a795ff}.app-shell--dark .mine-tab-count{color:#aab2c2;background:#252e40}.app-shell--dark .mine-tabs a.active .mine-tab-count{color:#c8bcff;background:#302844}.app-shell--dark :is(.category-tabs button,.tag-list button,.mine-tabs a,.orders-tabs a,.mine-profile-overview__identity>p,.asset-detail__heading time,.mine-detail__heading time,.list-empty-state p){color:var(--web-text-muted)}.app-shell--dark .tag-list button.is-active,.app-shell--dark .mine-filters button,.app-shell--dark .orders-filters button,.app-shell--dark .scene-gallery-section nav button,.app-shell--dark .market-sort__menu button{color:var(--web-text);background:var(--web-surface-soft)}.app-shell--dark .filter-button,.app-shell--dark .asset-detail__back,.app-shell--dark .mine-detail__heading a,.app-shell--dark .order-action,.app-shell--dark .scene-gallery-upload{color:var(--web-text);border-color:var(--web-border);background:var(--web-surface)}.app-shell--dark :is(.market-sort__menu button.is-active,.mine-filters button.is-active,.orders-filters button.is-active,.scene-gallery-section nav button.is-active){color:#fff;background:var(--starx-gradient-primary)}.app-shell--dark :is(.placeholder-page,.publisher,.asset-action--secondary,.verification__item,.owner-work-status,.following-card,.mine-review-card__info,.mine-license-card__seller,.mine-license-card__order,.scene-gallery-state){color:var(--web-text);background:var(--web-surface-soft)}.app-shell--dark :is(.publisher--owner,.verification,.mine-review-card,.mine-license-card,.mine-verification,.mine-create-card,.order-card,.purchase-license-dialog,.purchase-confirm-dialog,.visibility-confirm-dialog,.scene-upload-dialog,.publish-card,.license-dialog){color:var(--web-text);border-color:var(--web-border);background:var(--web-surface);box-shadow:var(--web-shadow)}.app-shell--dark .mine-create-card,.app-shell--dark .following-card,.app-shell--dark .mine-detail__heading a,.app-shell--dark .publisher--owner,.app-shell--dark .owner-work-status dd,.app-shell--dark .scene-gallery-section h2{color:var(--web-text-strong)}.app-shell--dark .mine-asset-card__empty-image{color:var(--web-text-muted);background:linear-gradient(145deg,#1b2332,#111723)}.app-shell--dark .following-card__identity em,.app-shell--dark .following-card__state{color:#b8c5e8;background:#222b40}.app-shell--dark .orders-table-header,.app-shell--dark .order-card>header{color:var(--web-text-muted);background:var(--web-surface-soft)}.app-shell--dark .order-card{border-color:var(--web-border)}.app-shell--dark .asset-detail__tags>span,.app-shell--dark .asset-detail__metrics>span,.app-shell--dark .purchase-license-dialog__info,.app-shell--dark .license-dialog article{color:var(--web-text);background:var(--web-surface-soft)}.app-shell--dark .asset-action--primary:disabled{color:#737d90;background:#252d3d}.app-shell--dark .publisher>button.is-active,.app-shell--dark .mine-gallery figure>button{color:var(--web-text);background:var(--web-surface-raised)}.app-shell--dark :is(input,textarea,select){color:var(--web-text-strong)}.app-shell--dark :is(.scene-upload-empty,.scene-upload-thumbs>button,.scene-upload-thumbs figure,.publish-upload-item,.publish-identity-upload){color:var(--web-text-muted);border-color:var(--web-border);background:var(--web-surface-soft)}html[data-theme=dark] body{color:#dce2ee;background:#090d16}html[data-theme=dark] .web-toast{color:#e5e9f2;border-color:#30394d;background:#141a28f5;box-shadow:0 14px 38px #00000061}html[data-theme=dark] .web-toast>button:hover{color:#fff;background:#293145}@media(max-width:560px){.app-shell--dark .sidebar{border-color:var(--web-border);box-shadow:0 -1px #0000003d}.topbar .theme-toggle{display:grid}}.search{transition:background-color var(--starx-duration-fast) var(--starx-ease-standard),box-shadow var(--starx-duration-fast) var(--starx-ease-standard)}.search:focus-within{background:#fff;box-shadow:var(--starx-shadow-focus)}.search input:focus,.search input:focus-visible{outline:none;box-shadow:none}.route-transition{min-height:0}.route-transition.is-entering{animation:starx-page-enter var(--starx-duration-normal) var(--starx-ease-standard) both}.tab-content-transition,.mine-tab-panel{animation:starx-tab-content-enter .2s var(--starx-ease-standard) both}.license-dialog-backdrop{animation:starx-overlay-enter .18s var(--starx-ease-standard) both}.license-dialog{transform-origin:50% 44%;animation:starx-dialog-enter var(--starx-duration-normal) var(--starx-ease-standard) both}.license-dialog-backdrop.is-exiting{animation:starx-overlay-exit .16s var(--starx-ease-standard) both}.license-dialog-backdrop.is-exiting .license-dialog{animation:starx-dialog-exit .14s var(--starx-ease-standard) both}@keyframes starx-page-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes starx-tab-content-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes starx-overlay-enter{0%{background-color:#0000}to{background-color:#0000006b}}@keyframes starx-overlay-exit{0%{background-color:#0000006b}to{background-color:#0000}}@keyframes starx-dialog-enter{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes starx-dialog-exit{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(4px) scale(.985)}}@media(max-width:820px){:root{--web-sidebar-width: 72px;--web-page-padding: 20px}.sidebar{align-items:center;padding-right:10px;padding-left:10px}.sidebar__label{display:none}.sidebar__nav-title,.sidebar__footer button>span{display:none}.sidebar .brand__logo{width:35px;height:30px;object-fit:cover;object-position:left center}.sidebar__link{justify-content:center;padding:0}.sidebar__footer{width:100%;align-items:center;flex-direction:column;gap:16px;padding:0}.support-control,.legal-control{width:44px;flex:none}.sidebar__footer button{justify-content:center;padding:0}.support-control{display:none}.topbar{gap:10px}.search__submit{display:none}.asset-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){:root{--web-sidebar-width: 0px}.sidebar{top:auto;right:0;z-index:20;width:auto;height:64px;flex-direction:row;padding:8px 10px;border-top:1px solid var(--starx-color-border);border-right:0}.sidebar__brand,.sidebar__footer{display:none}.sidebar__nav{display:flex;width:100%;gap:0;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x proximity;scrollbar-width:none}.sidebar__nav::-webkit-scrollbar{display:none}.sidebar__nav-group{display:contents}.sidebar__nav-group+.sidebar__nav-group{padding-top:0;border-top:0}.sidebar__link{min-height:48px;flex:0 0 calc((100vw - 20px)/5);margin-top:0;scroll-snap-align:center}.topbar{height:68px}.icon-button{display:none}.hero{min-height:190px}.asset-grid{grid-template-columns:1fr;padding-bottom:60px}}.asset-card__tags,.asset-card footer{pointer-events:none}.asset-card__image-link,.asset-card__image-link img{display:block;width:100%;height:100%}.asset-card__image-link img{object-fit:cover}.asset-card__image-link:focus-visible{box-shadow:inset var(--starx-shadow-focus)}.asset-detail{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;max-width:1091px;margin:0 auto;padding-top:10px;translate:-5.5px 0}.asset-detail__main{min-width:0}.asset-detail__heading,.asset-detail__title-row,.asset-detail__meta,.asset-detail__metrics,.asset-detail__metrics>span,.asset-detail__tags,.asset-detail__tags>span,.asset-protection,.verification h2,.verification h3,.verification__certificate-header,.verification footer,.verification footer em,.verification>p{display:flex;align-items:center}.asset-detail__heading{justify-content:space-between}.asset-detail__title-row{gap:10px}.asset-detail__back{display:grid;width:42px;height:42px;place-items:center;border:1px solid #e5e7eb;border-radius:50%;color:#25272b}.asset-detail__heading h1{margin:0;font-size:20px;font-weight:600}.asset-detail__heading time{color:#999;font-size:12px}.asset-detail__meta{justify-content:space-between;height:25px;margin:20px 0 20px 11px}.asset-detail__tags,.asset-detail__metrics{gap:10px}.asset-detail__tags>span,.asset-detail__metrics>span{height:25px;gap:4px;padding:0 10px;border-radius:12.5px;background:#f6f7fa;color:#42454b;font-size:12px}.asset-detail__metrics>span{padding:0 9.5px}.asset-detail__metrics:only-child{margin-left:auto}.asset-video{position:relative;width:calc(100% - 11px);max-width:740px;aspect-ratio:740 / 416;margin:0 auto 20px;overflow:hidden;border-radius:4px;background:#111}.asset-video>video{display:block;width:100%;height:100%;object-fit:cover}.asset-video__play{position:absolute;top:50%;left:50%;display:grid;width:36px;height:36px;padding:0;place-items:center;border:0;background:transparent;cursor:pointer;translate:-50% -50%}.asset-video__play img{display:block;width:36px;height:36px}.asset-gallery__stage{display:grid;width:calc(100% - 11px);grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-left:11px;touch-action:pan-y}.asset-detail--purchased .asset-gallery{margin-top:20px}.asset-gallery__stage.is-single{grid-template-columns:minmax(0,1fr)}.asset-gallery figure{position:relative;height:490px;margin:0;overflow:hidden;border-radius:4px;background:#e8ebf2;will-change:transform,opacity}.asset-gallery figure>img{width:100%;height:calc(100% - 32px);cursor:zoom-in;object-fit:contain}.asset-gallery__caption{display:flex;align-items:center;justify-content:space-between;gap:8px;height:32px;padding:0 12px;font-size:12px;color:#333b49;background:#f1f3f7}.asset-gallery__caption span{color:#667085}.asset-gallery figure>img:focus-visible{outline:3px solid #fff;outline-offset:-5px;box-shadow:inset 0 0 0 6px #315efb}.asset-image-preview{width:min(1400px,calc(100vw - 48px));height:calc(100dvh - 48px);max-height:none;overflow:hidden;grid-template-rows:minmax(0,1fr)}.asset-image-preview>img{min-width:0;min-height:0;background-color:transparent!important}.asset-gallery__arrow{position:absolute;top:50%;display:grid;width:40px;height:40px;margin-top:-20px;place-items:center;cursor:pointer;border:0;border-radius:50%;color:#fff;background:#080c14c2}.asset-gallery__arrow.is-left{left:12px}.asset-gallery__arrow.is-right{right:12px}.asset-watermark,.publisher__badge{display:grid;place-items:center;border:7px solid #fff;border-radius:50%;color:#fff;background:#7287ad;box-shadow:0 3px 9px #00000040}.asset-watermark{position:absolute;top:56%;left:50%;width:62px;height:62px;translate:-50% -50%;font-size:24px}.asset-gallery__thumbs{display:flex;width:calc(100% - 11px);gap:12px;overflow-x:auto;padding:3px 3px 8px;margin-top:20px;margin-left:11px}.asset-gallery__thumbs button{position:relative;height:132px;flex:0 0 104px;overflow:hidden;padding:0;cursor:pointer;border:0;border-radius:4px;background:#e8ebf2}.asset-gallery__thumbs img{width:100%;height:calc(100% - 28px);object-fit:contain}.asset-gallery__thumbs button>span{display:block;height:28px;line-height:28px;font-size:11px;color:#333b49;background:#f1f3f7;white-space:nowrap}.asset-gallery__thumbs button:focus-visible{outline:2px solid #315efb;outline-offset:1px}.asset-gallery__thumbs button.is-active{outline:2px solid #557cf5;outline-offset:-2px}.asset-gallery__thumbs button.is-locked:after{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffab;content:""}.asset-detail__sidebar{display:grid;align-content:start;gap:10px}.publisher{position:relative;display:grid;grid-template-columns:44px 1fr auto;gap:10px;min-height:110px;align-items:start;padding:16px;border-radius:12px;background:#f6f7f9}.publisher__avatar{display:grid;width:44px;height:44px;margin-top:3px;place-items:center;border-radius:50%;color:#fff;background:#282a2e;font-size:12px;overflow:hidden}.publisher__avatar img{width:100%;height:100%;object-fit:cover}.publisher__identity{display:grid;gap:4px}.publisher__identity--link{color:inherit;text-decoration:none}.publisher__identity strong{font-size:16px;line-height:22px}.publisher__identity>span{display:flex;width:65px;height:25px;align-items:center;justify-content:center;gap:2px;border-radius:12.5px;color:#214ffc;background:linear-gradient(180deg,#f2eaff,#d6efff);font-size:12px;font-weight:600;line-height:17px}.publisher__identity>span img{width:15px;height:15px;flex:0 0 15px;object-fit:contain}.publisher__stats{display:flex;align-items:center;gap:6px;margin-top:7px;color:#999;font-size:12px}.publisher>button{height:25px;padding:0 10px;border:0;border-radius:4px;color:#4b7dff;background:#e9edff;cursor:pointer;font-size:12px;transition:color var(--starx-duration-fast) var(--starx-ease-standard),background-color var(--starx-duration-fast) var(--starx-ease-standard),box-shadow var(--starx-duration-fast) var(--starx-ease-standard),transform var(--starx-duration-instant) var(--starx-ease-standard)}.publisher>button.is-active{color:#777d88;background:#fff}.publisher__follow{display:flex;height:25px;align-items:center;gap:3px;padding:0 10px;border-radius:4px;color:#214ffc;background:#e9edff;font-size:12px;font-weight:600;text-decoration:none}.publisher--owner{grid-template-columns:44px minmax(0,1fr) auto;min-height:310px;padding:15px;border:1px solid #e7e9ee;background:#fff}.publisher--owner>h2{display:flex;grid-column:1 / -1;align-items:center;gap:5px;margin:0 0 6px;color:#333;font-size:16px}.publisher--owner>.publisher__avatar{margin-left:16px}.publisher--owner>.publisher__identity{margin-left:16px}.owner-work-status{display:grid;grid-column:1 / -1;gap:13px;margin-top:8px;padding:16px;border-radius:8px;background:#f6f8ff}.owner-work-status dl{display:grid;grid-template-columns:1fr auto;gap:10px;margin:0;font-size:12px}.owner-work-status dt{color:#999}.owner-work-status dd{margin:0;color:#333;text-align:right}.owner-work-status dd:first-of-type{color:#00b238}.owner-work-status dd.is-hidden{color:#999}.owner-work-status>button{display:flex;width:max-content;height:25px;align-items:center;gap:4px;padding:0 12px;cursor:pointer;border:0;border-radius:4px;color:#214ffc;background:#e9edff;font-size:12px;font-weight:600}.owner-work-status>button:disabled{cursor:wait;opacity:.65}.publisher__badge{position:absolute;top:4px;right:57px;width:62px;height:62px;font-size:22px}.asset-action{display:flex;height:54px;align-items:center;justify-content:center;gap:7px;cursor:pointer;border:0;border-radius:12px;font-size:18px;font-weight:600}.asset-action--primary{color:#fff;background:var(--starx-gradient-primary)}.asset-action--primary:disabled{cursor:not-allowed;color:#7d8493;background:#e7e9ee}.asset-action--secondary{background:#f6f7f9}.asset-action--secondary.is-active{color:#214ffc;background:#e9edff}.asset-action--secondary svg{transform-origin:center;transition:fill var(--starx-duration-fast) var(--starx-ease-standard)}.asset-protection{height:32px;justify-content:space-between;padding:5px 9px 10px;color:#999;font-size:12px}.asset-protection span:first-child{display:flex;align-items:center;gap:4px}.verification{min-height:335px;box-sizing:border-box;padding:15px;border:1px solid #e3e5ea;border-radius:12px}.verification.is-pending{min-height:0}.verification h2{gap:4px;margin:0 0 20px;font-size:16px;line-height:22px}.verification__item{min-height:268px;padding:16px;overflow:hidden;border-radius:8px;background:#f5f6fc}.verification__item.is-pending{min-height:0}.verification__item+.verification__item{margin-top:20px}.verification h3{min-width:0;flex:1;height:32px;gap:10px;margin:0;font-size:12px}.verification h3>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.verification__certificate-header{justify-content:space-between;gap:8px}.verification__certificate-status{flex:0 0 auto;color:#557cf5;font-size:12px;font-weight:600;white-space:nowrap}.verification__icon-box{display:grid;width:32px;height:32px;flex:0 0 32px;padding:6px;place-items:center;border-radius:6px;color:#fff;background:#323438}.verification dl{display:grid;grid-template-columns:88px 1fr;column-gap:0;row-gap:10px;margin:0;font-size:12px;line-height:17px}.verification dt{color:#9a9da5}.verification dd{min-width:0;overflow:hidden;margin:0;text-overflow:ellipsis;text-align:right;white-space:nowrap}.verification__did{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.verification__certificate-body{display:grid;grid-template-columns:minmax(0,1fr) 76px;align-items:end;column-gap:12px;row-gap:14px;margin-top:15px}.verification__certificate-body.is-pending{grid-template-columns:minmax(0,1fr)}.verification__certificate-fields{display:grid;grid-column:1 / -1;min-width:0;align-content:start;gap:14px}.verification__certificate-actions{display:grid;grid-column:1;grid-row:2;align-self:center;min-width:0;gap:14px}.verification__certificate-view{display:inline-flex;width:fit-content;min-height:30px;align-items:center;gap:4px;padding:0 14px;cursor:pointer;border:0;border-radius:4px;color:#557cf5;background:#e9edff;font-size:12px}.verification__certificate-view:hover{background:#dfe6ff}.verification__certificate-view:focus-visible,.verification__certificate-thumb:focus-visible{outline:2px solid #557cf5;outline-offset:2px}.verification__certificate-thumb{display:block;grid-column:2;grid-row:2;align-self:center;width:76px;height:108px;overflow:hidden;padding:0;cursor:zoom-in;border:1px solid #dce2f2;border-radius:4px;background:#fff}.verification__certificate-thumb img{display:block;width:100%;height:100%;object-fit:cover}.verification__certificate-result{display:flex;align-items:center;gap:4px;min-width:0;margin-top:0;color:#35aa5c;font-size:11px}.verification footer{justify-content:space-between;margin-top:16px}.verification footer>span{padding:5px 18px;border-radius:3px;color:#557cf5;background:#e9edff;font-size:12px}.verification footer em{gap:4px;color:#35aa5c;font-size:11px;font-style:normal}.verification>p{gap:2px;margin:17px 5px 0;color:#999;font-size:12px}.certificate-preview-overlay{position:fixed;z-index:1100;top:0;right:0;bottom:0;left:0;display:grid;padding:24px;place-items:center;background:#000000b3;animation:order-overlay-enter .18s ease both}.certificate-preview{position:relative;display:grid;grid-template-rows:minmax(0,1fr);width:min(760px,calc(100vw - 48px));height:min(960px,calc(100dvh - 48px));max-height:calc(100dvh - 48px);min-height:0;overflow:hidden;padding:52px 32px 32px;border-radius:12px;background:#11151d;animation:starx-dialog-enter .22s var(--starx-ease-standard) both}.certificate-preview>header{position:absolute;z-index:1;top:8px;right:12px;left:20px;display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:13px}.certificate-preview>header button{display:grid;width:36px;height:36px;padding:0;cursor:pointer;place-items:center;border:0;border-radius:50%;color:#fff;background:transparent}.certificate-preview>img{display:block;width:100%;height:100%;min-width:0;min-height:0;object-fit:contain}@media(max-width:560px){.certificate-preview-overlay{padding:0}.certificate-preview{width:100%;height:100dvh;max-height:100dvh;padding:52px 18px 24px;border-radius:0}}.asset-description{margin:18px 0 0 11px;color:#666;font-size:14px;line-height:1.8;white-space:pre-wrap}.asset-gallery-empty,.asset-detail-state{display:grid;min-height:420px;place-content:center;justify-items:center;gap:12px;color:#777;text-align:center}.asset-gallery-empty{margin-left:11px;border-radius:12px;background:#f6f7f9}.asset-detail-state p{margin:0}.asset-detail-state a{display:flex;height:38px;align-items:center;gap:4px;padding:0 16px;border-radius:19px;color:#fff;background:#557cf5;text-decoration:none}@media(max-width:1200px){.asset-detail{grid-template-columns:minmax(0,1fr) 320px}.asset-gallery figure{height:470px}.asset-gallery__thumbs button{height:160px}}@media(max-width:980px){.asset-detail{grid-template-columns:1fr;margin-top:22px;translate:0}.asset-gallery figure{height:min(62vw,520px)}.verification{min-height:0}}@media(max-width:560px){.asset-detail{padding-bottom:72px}.asset-detail__heading{align-items:flex-start}.asset-detail__heading time{padding-top:14px;font-size:11px}.asset-detail__heading h1{font-size:19px}.asset-detail__meta{height:auto;align-items:flex-start;flex-direction:column;gap:10px;margin-right:0;margin-left:0}.asset-detail__tags,.asset-detail__metrics{flex-wrap:wrap}.asset-gallery__stage{grid-template-columns:1fr;gap:10px}.asset-gallery figure{height:118vw;max-height:590px}.asset-gallery__thumbs{gap:7px;margin-top:10px}.asset-gallery__thumbs button{height:26vw}.asset-image-preview{width:100%;height:100dvh;border-radius:0}}.sidebar__nav-group--data{padding-top:0!important;border-top:0!important}.mine-page{min-height:calc(100vh - 72px);margin-top:-10px}.mine-profile-overview{display:grid;min-height:138px;grid-template-columns:100px minmax(0,1fr) auto;align-items:center;gap:28px;padding:10px 0 18px}.mine-profile-overview__avatar{display:grid;width:100px;height:100px;overflow:hidden;place-items:center;border-radius:50%;background:linear-gradient(145deg,#dce9ff,#b8caf5);color:#fff;font-size:32px;font-weight:600}.mine-profile-overview__avatar img{width:100%;height:100%;object-fit:cover}.mine-profile-overview__identity{min-width:0}.mine-profile-overview__identity h1{display:flex;align-items:center;gap:10px;margin:0;color:#333;font-size:18px;font-weight:600}.mine-profile-overview__identity h1 span{display:inline-flex;height:25px;align-items:center;gap:4px;padding:0 10px;border-radius:13px;background:linear-gradient(180deg,#f2eaff,#d6efff);color:#214ffc;font-size:12px;font-weight:600}.mine-profile-overview__identity h1 img{width:15px;height:15px}.mine-profile-overview__identity>p{overflow:hidden;margin:9px 0 14px;color:#555;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.mine-profile-overview__identity dl{display:flex;gap:30px;margin:0}.mine-profile-overview__identity dl div{display:flex;align-items:baseline;gap:6px}.mine-profile-overview__identity dt{color:#999;font-size:12px}.mine-profile-overview__identity dd{margin:0;color:#333;font-size:24px;font-weight:600;line-height:1}.mine-profile-overview__actions{display:flex;gap:10px}.mine-profile-overview__actions button{width:132px;height:38px;cursor:pointer;border:0;border-radius:8px;background:var(--starx-gradient-primary);color:#fff;font-size:16px;font-weight:600;transition:filter var(--starx-duration-fast) var(--starx-ease-standard),transform var(--starx-duration-fast) var(--starx-ease-standard)}@media(hover:hover)and (pointer:fine){.mine-profile-overview__actions button:hover{filter:brightness(1.06)}}.mine-profile-overview__actions button:active{transform:translateY(1px)}.mine-tabs-region{margin-top:10px;padding-top:10px;border-top:1px solid var(--starx-color-border)}.mine-tabs{display:flex;height:42px;gap:20px;border-bottom:1px solid #f3f3f3}.mine-tabs a{position:relative;display:flex;width:92px;height:41px;align-items:center;justify-content:center;color:#888;font-size:18px;text-decoration:none;transition:color var(--starx-duration-fast) var(--starx-ease-standard)}.mine-tabs a>span:first-child{white-space:nowrap}.mine-tab-count{display:inline-grid;min-width:18px;height:18px;margin-left:5px;padding:0 5px;place-items:center;border-radius:9px;color:#777d88;background:#f0f1f4;font-size:11px;font-variant-numeric:tabular-nums;font-weight:600;line-height:18px}.mine-tab-count.is-loading{color:#b2b5bc}.mine-tabs a.active{color:#000;font-weight:600}.mine-tabs a.active .mine-tab-count{color:#315cff;background:#edf0ff}.mine-tabs a.active:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:#000;content:""}.mine-filters{display:flex;height:32px;gap:10px;margin-top:9px}.mine-tab-panel{min-width:0}.mine-filters button{height:32px;flex:0 0 auto;padding:0 10px;cursor:pointer;border:0;border-radius:16px;background:#f6f7f9;color:#333;font-size:14px;white-space:nowrap}.mine-filters button.is-active{color:#fff;background:#333;font-weight:600}.mine-asset-grid,.profile-assets{display:grid;grid-template-columns:repeat(5,232px);gap:10px}.mine-asset-grid{margin-top:21px}.mine-asset-grid--favorites,.following-grid{margin-top:20px}.mine-asset-card,.mine-create-card{position:relative;display:block;width:232px;height:316px;overflow:hidden;border-radius:4px;color:#fff;text-decoration:none;background:#e7e9ed}.mine-asset-card__link{position:absolute;top:0;right:0;bottom:0;left:0;display:block;color:inherit;text-decoration:none}.mine-asset-card__link>img{display:block;width:100%;height:100%;object-fit:cover}.mine-asset-card__empty-image{display:grid;height:100%;place-items:center;color:#9297a2;background:linear-gradient(145deg,#f3f4f7,#e4e7ed);font-size:13px}.mine-assets-loading{display:flex;min-height:180px;align-self:stretch;align-items:center;justify-content:center;grid-column:2 / -1;gap:8px;color:#8d95a3;font-size:13px}.mine-assets-loading svg{animation:publish-spin .8s linear infinite}.mine-assets-state{display:grid;min-height:180px;grid-column:span 3;align-content:center;justify-items:center;gap:10px;padding:24px;border:1px dashed #d9dce2;border-radius:8px;color:#777d88}.mine-assets-state p{margin:0}.mine-assets-state a,.mine-assets-state button{display:flex;align-items:center;gap:6px;border:0;color:#4b7dff;background:none;text-decoration:none;cursor:pointer}.mine-asset-grid>.list-empty-state,.following-grid>.list-empty-state,.profile-assets>.list-empty-state{margin-top:-20px}.orders-list>.list-empty-state{min-height:calc(100dvh - 260px);transform:translateY(-7vh)}.mine-asset-card__tags,.mine-asset-card__status{position:absolute;top:10px;left:10px;z-index:1}.mine-asset-card__tags{display:flex;gap:6px}.mine-asset-card__tags i,.mine-asset-card__status{height:21px;padding:0 8px;border-radius:10.5px;color:#fff;background:#0000008c;font-size:12px;font-style:normal;font-weight:600;line-height:21px}.mine-asset-card__status.is-green{background:#00b042}.mine-asset-card__status.is-blue{background:#4b7dff}.mine-asset-card__status.is-red{background:#ff4050}.mine-asset-card__status.is-gray{background:#666}.mine-asset-card.is-hidden .mine-asset-card__link>img{opacity:.3}.mine-asset-card__hidden-mark{position:absolute;top:50%;left:50%;z-index:1;color:#315af4;transform:translate(-50%,-50%)}.mine-asset-card footer,.mine-asset-card__date{position:absolute;right:0;bottom:0;left:0;color:#fff;background:linear-gradient(transparent,#0000009e)}.mine-asset-card footer{display:flex;height:60px;align-items:flex-end;justify-content:space-between;padding:0 10px 8px;font-size:12px;font-weight:600}.mine-asset-card__owner,.mine-asset-card__metrics{display:flex;height:20px;align-items:center;gap:4px}.mine-asset-card__owner>i{width:20px;height:20px;border:1px solid rgb(255 255 255 / 85%);border-radius:50%;background:#eee}.mine-asset-card__owner>img{width:20px;height:20px;border:1px solid rgb(255 255 255 / 85%);border-radius:50%;object-fit:cover}.mine-asset-card__metrics{margin-right:-2px}.mine-asset-card__date{height:60px;padding:33px 10px 0;font-size:12px;font-weight:600}.mine-asset-card__actions{position:absolute;right:10px;bottom:10px;z-index:3;opacity:0;transition:opacity .16s ease}.mine-asset-card:hover .mine-asset-card__actions,.mine-asset-card:focus-within .mine-asset-card__actions{opacity:1}.mine-asset-card__actions button{display:flex;height:25px;align-items:center;gap:5px;padding:0 10px;cursor:pointer;border:0;border-radius:4px;color:#fff;background:#0000007a;font-size:12px;font-weight:600}.mine-asset-card__actions button:disabled{cursor:wait;opacity:.7}.mine-create-card{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;border:1px dashed #d9dce2;color:#333;background:#fff}.mine-create-card strong{margin-top:2px;font-size:18px}.mine-create-card span{font-size:12px}.following-grid{display:grid;grid-template-columns:repeat(3,392px);gap:10px}.following-card{position:relative;display:grid;height:110px;grid-template-columns:44px minmax(0,1fr);gap:10px;padding:19px 16px;border-radius:12px;color:#333;text-decoration:none;background:#f6f7f9}.following-card__avatar{display:grid;width:44px;height:44px;align-self:start;place-items:center;border-radius:50%;color:#fff;background:#333;font-size:12px;overflow:hidden}.following-card__avatar img{display:block;width:100%;height:100%;border-radius:inherit;object-fit:cover}.following-card__identity{display:grid;min-width:0;align-content:start;gap:4px}.following-card__identity>.brand-certification-badge{justify-self:start}.following-card__identity strong{font-size:16px;line-height:22px}.following-card__identity em{width:max-content;height:21px;padding:0 8px;border-radius:10.5px;color:#333;background:#e9edff;font-size:12px;font-style:normal;line-height:21px}.following-card__identity small{display:flex;align-items:center;gap:5px;margin-top:4px;color:#999;font-size:12px}.following-card__state{position:absolute;top:16px;right:16px;height:25px;padding:0 10px;border-radius:4px;background:#fff;color:#999;font-size:12px;line-height:25px}.mine-detail{display:grid;grid-template-columns:751px 320px;gap:20px;width:1091px;margin:0 auto;padding-top:10px;translate:-5.5px 0}.mine-detail-state{display:grid;min-height:360px;grid-column:1 / -1;place-content:center;justify-items:center;gap:10px;color:#777d88}.mine-detail-state p{margin:0}.mine-detail-state a,.mine-detail-state button{border:0;color:#4b7dff;background:none;text-decoration:none;cursor:pointer}.mine-detail__heading,.mine-detail__heading>div{display:flex;align-items:center}.mine-detail__heading{height:42px;justify-content:space-between}.mine-detail__heading>div{gap:10px}.mine-detail__heading a{display:grid;width:42px;height:42px;place-items:center;border:1px solid #e5e7eb;border-radius:50%;color:#333}.mine-detail__heading h1{margin:0;color:#333;font-size:20px;font-weight:600}.mine-detail__heading time{color:#999;font-size:12px}.mine-gallery{margin-top:20px;margin-left:11px}.mine-gallery__stage{display:grid;grid-template-columns:repeat(2,360px);gap:20px;touch-action:pan-y}.mine-gallery figure{position:relative;width:360px;height:490px;margin:0;overflow:hidden;border-radius:4px;will-change:transform,opacity}.mine-gallery figure>img,.mine-gallery__thumbs img{display:block;width:100%;height:100%;object-fit:cover}.mine-gallery figure>button{position:absolute;top:50%;display:grid;width:40px;height:40px;margin-top:-20px;padding:0;cursor:pointer;place-items:center;border:0;border-radius:50%;color:#333;background:#ffffffb3}.mine-gallery figure:first-child>button{left:10px}.mine-gallery figure:last-child>button{right:10px}.mine-gallery__thumbs{display:grid;grid-template-columns:repeat(5,132px);gap:20px;margin-top:20px}.mine-gallery__thumbs button{position:relative;width:132px;height:180px;overflow:hidden;padding:0;border:0;border-radius:4px}.mine-gallery__thumbs button.is-active{outline:2px solid #4b7dff;outline-offset:-2px}.mine-gallery__thumbs button.is-locked:after{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffab;content:""}.mine-detail__sidebar{align-self:start}.mine-review-card,.mine-license-card,.mine-verification{border:1px solid #e3e5ea;border-radius:12px;background:#fff}.mine-review-card{min-height:210px;padding:15px}.mine-review-card--rejected{min-height:273px}.mine-review-card h2,.mine-license-card h2,.mine-verification h2{display:flex;height:22px;align-items:center;gap:4px;margin:0;font-size:16px}.mine-review-card>.mine-review-card__info{display:grid;min-height:80px;grid-template-columns:1fr auto;align-items:center;gap:9px 12px;margin-top:16px;padding:16px;border-radius:8px;background:#f5f6fc;font-size:12px}.mine-review-card--approved>.mine-review-card__info,.mine-review-card--chain_pending>.mine-review-card__info,.mine-review-card--chain_failed>.mine-review-card__info,.mine-review-card--chained>.mine-review-card__info,.mine-review-card--published>.mine-review-card__info{min-height:107px}.mine-review-card__info>span{color:#999}.mine-review-card__info>strong{height:21px;padding:0 8px;justify-self:end;border-radius:10.5px;color:#fff;background:#00b042;line-height:21px}.mine-review-card--rejected .mine-review-card__info>strong{background:#f04344}.mine-review-card__info>time,.mine-review-card__info>b{color:#333;font-size:12px;font-weight:400;text-align:right}.mine-review-card__info>b{color:#4b7dff}.mine-license-card__order>a{position:absolute;bottom:16px;left:16px;display:grid;height:25px;padding:0 10px;place-items:center;border:0;border-radius:4px;color:#4b7dff;background:#e9edff;font-size:12px;font-weight:600;text-decoration:none}.mine-review-card>p{margin:13px 18px 0;color:#999;font-size:12px}.mine-review-card>.mine-review-card__reason{min-height:66px;margin:16px 0 0;padding:14px 16px;border-radius:8px;color:#f04344;background:#f0434412;line-height:18px}.mine-review-card>.mine-review-card__actions{display:flex;gap:10px;margin-top:16px}.mine-review-card__actions button{min-width:68px;height:25px;padding:0 10px;border:0;border-radius:4px;color:#4b7dff;background:#4b7dff1a;font-size:12px;font-weight:600;cursor:pointer}.mine-review-card__actions button:last-child{color:#fff;background:#4b7dff}.mine-detail__sidebar--purchase{display:grid;gap:20px}.mine-license-card{min-height:446px;padding:15px}.mine-license-card__seller,.mine-license-card__order{position:relative;border-radius:8px;background:#f5f6fc}.mine-license-card__seller{display:grid;height:163px;grid-template-columns:44px 1fr auto;grid-template-rows:30px 62px 1px 37px;column-gap:10px;margin-top:16px;padding:16px}.mine-license-card__seller>strong{grid-column:1 / -1;grid-row:1;font-size:12px}.mine-license-card__avatar{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;color:#fff;background:#333;font-size:12px;grid-row:2;overflow:hidden;text-decoration:none}.mine-license-card__avatar img{width:100%;height:100%;object-fit:cover}.mine-license-card__identity{display:grid;align-content:start;gap:3px;grid-row:2;color:inherit;text-decoration:none}.mine-license-card__identity b{font-size:16px}.mine-license-card__identity>.brand-certification-badge{width:max-content;justify-self:start}.publisher__avatar:focus-visible,.publisher__identity--link:focus-visible,.mine-license-card__avatar:focus-visible,.mine-license-card__identity:focus-visible{outline:2px solid #4b7dff;outline-offset:3px}.mine-license-card__identity em{display:flex;width:65px;height:25px;align-items:center;justify-content:center;gap:2px;border-radius:12.5px;color:#214ffc;background:linear-gradient(180deg,#f2eaff,#d6efff);font-size:12px;font-style:normal;font-weight:600;line-height:17px}.mine-license-card__identity em img{width:15px;height:15px;flex:0 0 15px;object-fit:contain}.mine-license-card__seller>button{height:25px;padding:0 10px;cursor:pointer;border:0;border-radius:4px;color:#4b7dff;background:#e9edff;font-size:12px;grid-row:2;transition:color var(--starx-duration-fast) var(--starx-ease-standard),background-color var(--starx-duration-fast) var(--starx-ease-standard),box-shadow var(--starx-duration-fast) var(--starx-ease-standard),transform var(--starx-duration-instant) var(--starx-ease-standard)}.mine-license-card__seller>button.is-active{color:#777d88;background:#fff}.mine-license-card__seller>button:disabled{cursor:wait;opacity:.65}@media(hover:hover)and (pointer:fine){.publisher>button:not(:disabled):hover,.mine-license-card__seller>button:not(:disabled):hover{box-shadow:0 4px 12px #214ffc24;transform:translateY(-1px)}.asset-action--secondary:not(:disabled):hover{box-shadow:0 6px 18px #214ffc1f}.asset-action--secondary:not(:disabled):hover .social-motion__icon{transform:scale(1.08)}}.publisher>button:not(:disabled):active,.mine-license-card__seller>button:not(:disabled):active,.asset-action--secondary:not(:disabled):active{transform:scale(.98)}.publisher>button:focus-visible,.mine-license-card__seller>button:focus-visible,.asset-action--secondary:focus-visible{outline:3px solid rgb(33 79 252 / 28%);outline-offset:2px}.social-motion{position:relative;isolation:isolate}.social-motion__label{position:relative;z-index:2;display:inline-block;will-change:transform,opacity}.social-motion__ring{position:absolute;z-index:0;top:-4px;right:-4px;bottom:-4px;left:-4px;border:2px solid rgb(75 125 255 / 42%);border-radius:inherit;opacity:0;pointer-events:none;will-change:transform,opacity}.social-motion__icon-wrap{position:relative;display:inline-grid;place-items:center}.social-motion__icon{position:relative;z-index:1;will-change:transform}.social-motion__particle{position:absolute;z-index:0;width:4px;height:4px;border-radius:50%;background:currentColor;opacity:0;pointer-events:none;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.publisher>button,.mine-license-card__seller>button,.asset-action--secondary,.asset-action--secondary svg,.social-motion__label{transition-duration:.01ms}.social-motion__label,.social-motion__ring,.social-motion__icon,.social-motion__particle{will-change:auto}.publisher>button:not(:disabled):active,.mine-license-card__seller>button:not(:disabled):active,.asset-action--secondary:not(:disabled):active,.asset-action--secondary:not(:disabled):hover .social-motion__icon{transform:none}}.mine-license-card__seller:after{grid-column:1 / -1;grid-row:3;width:100%;height:1px;background:#e3e5ea;content:""}.mine-license-card__status-label{grid-column:1 / 3;grid-row:4;align-self:end;color:#999;font-size:12px}.mine-license-card__status{grid-row:4;align-self:end;height:21px;padding:0 8px;border-radius:10.5px;color:#fff;background:#ff4050;font-size:12px;font-weight:600;line-height:21px;white-space:nowrap}.mine-license-card__status.is-completed{background:#214ffc}.mine-license-card__order{height:198px;margin-top:15px;padding:16px}.mine-license-card__order>strong{font-size:12px}.mine-license-card__order dl{display:grid;grid-template-columns:78px 1fr;row-gap:10px;margin:12px 0 0;font-size:12px}.mine-license-card__order dt{color:#999}.mine-license-card__order dd{margin:0;text-align:right}.mine-license-card__order dd.is-danger{color:#ff4050}.mine-license-card__order dd.is-completed{color:#00b238}.mine-license-card__certificate{position:relative;min-height:163px;margin-top:15px;padding:16px;border-radius:8px;background:#214ffc0d}.mine-license-card__certificate>strong{display:block;font-size:12px}.mine-license-card__certificate dl{display:grid;grid-template-columns:78px 1fr;gap:10px;margin:14px 0 0;color:#333;font-size:12px}.mine-license-card__certificate dt{color:#999}.mine-license-card__certificate dd{margin:0;text-align:right}.certificate-download{display:flex;width:100%;height:44px;align-items:center;justify-content:center;gap:5px;margin-top:16px;cursor:pointer;border:0;border-radius:4px;color:#fff;background:linear-gradient(90deg,#204ffc,#5c38fa);font-size:14px;font-weight:600}.certificate-download:disabled{cursor:wait;opacity:.7}.mine-verification{height:491px;padding:15px}.mine-verification>article{height:186px;padding:16px;border-radius:8px;background:#f5f6fc}.mine-verification>h2{margin-bottom:20px}.mine-verification>article+article{margin-top:20px}.mine-verification h3,.mine-verification footer,.mine-verification footer em,.mine-verification>p{display:flex;align-items:center}.mine-verification h3{height:32px;gap:10px;margin:0 0 10px;font-size:12px}.mine-verification h3 svg{width:32px;height:32px;padding:6px;border-radius:6px;color:#fff;background:#333}.mine-verification dl{display:grid;grid-template-columns:88px 1fr;row-gap:10px;margin:0;font-size:12px;line-height:17px}.mine-verification dt{color:#999}.mine-verification dd{margin:0;text-align:right}.mine-verification footer{justify-content:space-between;margin-top:16px}.mine-verification footer span{height:25px;padding:0 18px;border-radius:3px;color:#4b7dff;background:#e9edff;font-size:12px;line-height:25px}.mine-verification footer em{gap:4px;color:#00b238;font-size:11px;font-style:normal}.mine-verification>p{gap:2px;margin:17px 5px 0;color:#999;font-size:12px}.profile-page{min-height:100vh;background:#fff}.profile-page__content{width:1200px;margin:0 auto}.profile-summary{position:relative;display:grid;height:129px;grid-template-columns:minmax(0,1fr) auto;gap:20px}.profile-summary__person{display:grid;min-width:0;grid-template-columns:99px minmax(0,1fr);gap:30px;margin-top:10px;margin-left:0}.profile-summary__person>img{width:99px;height:99px;border-radius:50%;object-fit:cover}.profile-summary__avatar-fallback{display:grid;width:99px;height:99px;place-items:center;border-radius:50%;color:#fff;background:#333;font-size:28px}.profile-summary__identity{min-width:0;padding-top:8px}.profile-summary h1{display:flex;align-items:center;gap:10px;margin:0;font-size:17px;font-weight:600}.profile-summary h1 span{display:flex;width:65px;height:25px;align-items:center;justify-content:center;gap:2px;border-radius:12.5px;color:#214ffc;background:linear-gradient(180deg,#f2eaff,#d6efff);font-size:12px;font-weight:600;line-height:17px}.profile-summary h1 span img{width:15px;height:15px;flex:0 0 15px}.profile-summary p{margin:7px 0 0;color:#333;font-size:12px;line-height:17px}.profile-summary dl{display:flex;align-items:center;gap:8px;margin:13px 0 0}.profile-summary dt{color:#999;font-size:12px;line-height:17px}.profile-summary dd{margin:0 17px 0 0;font-size:24px;font-weight:600;line-height:29px}.profile-summary>button{width:132px;height:38px;margin-top:41px;border:0;border-radius:8px;color:#fff;background:#4b7dff;font-size:16px;font-weight:600}.profile-summary>button.is-active{color:#777d88;background:#eef0f4}.profile-summary>button:disabled{cursor:wait;opacity:.72}.profile-assets{padding-bottom:32px}.profile-assets .mine-asset-card{transform:none}.publish-page{width:min(1080px,100%);margin:28px auto 0;padding-bottom:40px}.publish-steps{display:grid;grid-template-columns:repeat(4,1fr);margin:0 0 40px;padding:0 4px;list-style:none}.publish-steps li{position:relative;display:grid;justify-items:center;gap:8px;color:#333;font-size:12px}.publish-steps li:not(:last-child):after{position:absolute;top:20px;left:calc(50% + 30px);width:calc(100% - 60px);height:1px;background:#e7e9ee;content:""}.publish-steps li>span{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:#f6f7f9}.publish-steps li.is-active>span{border:4px solid #eeecff;color:#fff;background:#080808}.publish-steps strong{font-weight:500}.publish-kind-selector{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:20px}.publish-kind-selector a{display:flex;height:88px;align-items:center;justify-content:space-between;padding:0 20px;border:1px solid #e7e9ee;border-radius:12px;color:#000;text-decoration:none}.publish-kind-selector a.is-active{border-color:#4b7dff;background:#4b7dff1a}.publish-kind-selector a.is-active>svg{color:#4b7dff;fill:#fff;stroke-width:3}.publish-kind-selector span{display:grid;gap:7px}.publish-kind-selector strong{font-size:18px}.publish-kind-selector small{color:#666;font-size:12px}.publish-card,.publish-review-card{border:1px solid #e7e9ee;border-radius:12px}.publish-card{padding:20px;margin-bottom:20px}.publish-card h2{margin:0;font-size:18px}.publish-card>p{margin:5px 0 20px;color:#666;font-size:12px}.publish-upload-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.publish-upload-item{display:grid;justify-items:center}.publish-upload-control{position:relative;display:grid;width:100%;height:273px;place-content:center;justify-items:center;gap:8px;border:2px dashed #ebebeb;border-radius:4px;color:#666;background:#fff;cursor:pointer;overflow:hidden}.publish-upload-control input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.publish-upload-control img{width:100%;height:100%;object-fit:cover}.publish-upload-control.has-image span{position:absolute;right:8px;bottom:8px;padding:5px 9px;border-radius:999px;color:#fff;background:#0009}.publish-upload-control .is-spinning{animation:publish-spin .8s linear infinite}.publish-upload-item>strong{margin-top:8px;font-size:12px}.publish-upload-item>small{margin-top:4px;color:#666;font-size:12px;text-align:center}.publish-video-upload{position:relative;display:grid;width:min(740px,100%);aspect-ratio:740 / 416;place-content:center;justify-items:center;gap:8px;overflow:hidden;border:2px dashed #ebebeb;border-radius:4px;color:#666;background:#fbfdff;cursor:pointer}.publish-video-upload:disabled{cursor:not-allowed;opacity:.65}.publish-video-upload.has-video{display:block;border-style:solid;background:#111;cursor:default}.publish-video-upload>video{display:block;width:100%;height:100%;object-fit:cover}.publish-video-upload.has-video>video{cursor:pointer}.publish-video-upload__play,.publish-video-upload__meta,.publish-video-upload__actions,.publish-video-upload__progress{position:absolute;z-index:1}.publish-video-upload__play{top:50%;left:50%;display:grid;width:44px;height:44px;padding:0;place-items:center;border:0;border-radius:50%;background:transparent;cursor:pointer;translate:-50% -50%;pointer-events:auto}.publish-video-upload__play:hover{background:#00000029}.publish-video-upload__play:focus-visible{outline:2px solid #fff;outline-offset:3px}.publish-video-upload__play:disabled{cursor:not-allowed;opacity:.65}.publish-video-upload__play img{display:block;width:36px;height:36px;pointer-events:none}.publish-video-upload__meta{right:12px;bottom:48px;left:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#fff}.publish-video-upload__meta strong{overflow:hidden;font-size:13px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.publish-video-upload__meta small{flex:0 0 auto;font-size:12px}.publish-video-upload__actions{top:12px;right:12px;display:flex;gap:8px}.publish-video-upload__actions button{padding:5px 9px;border:0;border-radius:999px;color:#fff;background:#0009;cursor:pointer}.publish-video-upload__actions button:disabled{cursor:not-allowed;opacity:.65}.publish-video-upload__progress{right:12px;bottom:8px;left:12px;display:flex;align-items:center;gap:8px;color:#fff}.publish-video-upload__progress:before{position:absolute;right:0;bottom:0;left:0;height:4px;border-radius:2px;background:#ffffff47;content:""}.publish-video-upload__progress span{position:relative;z-index:1;display:block;height:4px;border-radius:2px;background:#557cf5;transition:width .12s ease}.publish-video-upload__progress small{position:absolute;right:0;bottom:8px;font-size:11px}.publish-identity-grid{display:grid;grid-template-columns:200px 200px 255px minmax(260px,1fr);gap:10px}.publish-identity-grid label,.publish-identity-upload{display:grid;gap:10px;font-size:12px}.publish-identity-upload>.publish-upload-control{display:grid;height:132px;place-content:center;justify-items:center;gap:5px;border:2px dashed #ebebeb;color:#4b7dff;background:#fbfdff;cursor:pointer}.publish-upload-control--identity.has-image img{width:100%;height:100%;object-fit:contain}.publish-fields{display:grid;gap:14px}.publish-fields input{box-sizing:border-box;width:100%;height:45px;padding:0 10px;border:1px solid #e7e9ee;border-radius:8px;outline:0}.publish-fields input:focus{border-color:#4b7dff;box-shadow:0 0 0 3px #4b7dff1f}.publish-face-check{display:flex;min-height:132px;align-items:center;gap:16px;padding:0 20px;border:2px dashed #ebebeb}.publish-face-check>svg{box-sizing:content-box;padding:14px;border-radius:14px;color:#4b7dff;background:#edf3ff}.publish-face-check>img{width:104px;height:104px;flex:0 0 auto;object-fit:contain}.publish-face-check.is-passed{border-color:#00a83b59;background:#00a83b0d}.publish-face-check.is-passed p{color:#008f34;font-weight:600}.publish-face-check p{margin:0;font-size:12px;line-height:20px}.identity-editor-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:20px;background:#0000008f}.identity-editor{display:grid;width:min(680px,100%);max-height:calc(100dvh - 40px);gap:20px;padding:24px;border-radius:16px;background:#fff;box-shadow:0 24px 70px #0000003d}.identity-editor header,.identity-editor footer,.identity-editor__rotation{display:flex;align-items:center}.identity-editor header{justify-content:space-between;gap:20px}.identity-editor h2{margin:0;font-size:18px}.identity-editor header p{margin:6px 0 0;color:#686b73;font-size:13px}.identity-editor header>button{display:grid;width:40px;height:40px;flex:0 0 auto;padding:0;place-items:center;border:0;border-radius:10px;color:#4b4f58;background:#f3f4f7;cursor:pointer}.identity-editor__stage{display:grid;min-height:320px;place-items:center;border-radius:12px;background:linear-gradient(45deg,#eceef2 25%,transparent 25%) 0 0 / 24px 24px,linear-gradient(-45deg,#eceef2 25%,transparent 25%) 0 12px / 24px 24px,linear-gradient(45deg,transparent 75%,#eceef2 75%) 12px -12px / 24px 24px,linear-gradient(-45deg,transparent 75%,#eceef2 75%) -12px 0 / 24px 24px,#f7f8fa;overflow:hidden}.identity-editor__stage img{width:min(82%,520px);max-height:300px;object-fit:contain;transition:transform .18s var(--starx-ease-standard)}.identity-editor__rotation{justify-content:center;gap:16px}.identity-editor__rotation button{display:inline-flex;min-height:44px;align-items:center;gap:7px;padding:0 16px;border:1px solid #dde1e8;border-radius:10px;color:#30343b;background:#fff;cursor:pointer}.identity-editor__rotation span{min-width:38px;color:#686b73;font-size:13px;text-align:center}.identity-editor footer{justify-content:flex-end;gap:10px}.identity-editor footer button{min-width:112px;height:44px;border:1px solid #dde1e8;border-radius:22px;color:#30343b;background:#fff;font-weight:600;cursor:pointer}.identity-editor footer button:last-child{border-color:transparent;color:#fff;background:var(--starx-gradient-primary)}.identity-editor button:focus-visible{outline:2px solid #4b7dff;outline-offset:2px}.identity-editor button:disabled{cursor:wait;opacity:.6}.publish-consent{display:flex;align-items:center;gap:6px;margin:0 20px 18px;font-size:12px;font-weight:600}.publish-consent input{width:18px;height:18px;margin:0;accent-color:#4b7dff}.publish-consent button{padding:0;border:0;color:#4b7dff;background:none;cursor:pointer}.publish-submit,.license-dialog__agree{border:0;color:#fff;background:var(--starx-gradient-primary);font-weight:600;cursor:pointer}.publish-submit{width:140px;height:44px;margin-left:20px;border-radius:25px;font-size:16px}.publish-submit:disabled{cursor:wait;opacity:.65}.publish-page--review{margin-top:28px}.publish-page--review .publish-steps{margin-bottom:40px}.publish-review-card{display:grid;height:88px;place-content:center;justify-items:center}.publish-review-card h1{margin:0;font-size:18px}.publish-review-card p{margin:7px 0 0;color:#666;font-size:12px}.publish-review-actions{display:flex;justify-content:center;gap:10px;margin-top:20px}.publish-review-actions a{display:grid;width:140px;height:44px;place-items:center;border:1px solid #4b7dff;border-radius:25px;color:#4b7dff;text-decoration:none;font-weight:600}.publish-review-actions a:last-child{color:#fff;background:var(--starx-gradient-primary)}.license-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:20px;background:#0000006b}.license-dialog{box-sizing:border-box;display:grid;width:415px;min-height:756px;grid-template-rows:auto 1fr auto;padding:20px;border:1px solid #e7e9ee;border-radius:12px;background:#fff;box-shadow:0 18px 60px #00000029}.license-dialog header{display:flex;align-items:center;justify-content:space-between}.license-dialog h2{margin:0;font-size:18px}.license-dialog header button{display:grid;width:32px;height:32px;padding:0;place-items:center;border:3px solid #444;border-radius:50%;background:#fff;cursor:pointer}.license-dialog article{margin-top:20px;padding:20px 12px;border-radius:12px;background:#f6f7f9}.license-dialog h3{margin:0 0 12px;font-size:14px;text-align:center}.license-dialog article{overflow-y:auto}.license-dialog article p{margin:0 0 12px;font-size:12px;line-height:1.75}.license-dialog article p:last-child{margin-bottom:0}.license-dialog__agree{height:54px;margin-top:20px;border-radius:12px;font-size:16px}.sensitive-consent-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:grid;place-items:center;padding:20px;background:#00000094}.sensitive-consent-dialog{display:grid;width:min(760px,100%);height:min(760px,calc(100dvh - 40px));max-height:calc(100dvh - 40px);grid-template-rows:auto minmax(0,1fr) auto;border-radius:18px;color:#24272d;background:#fff;box-shadow:0 28px 90px #00000047}.sensitive-consent-dialog>header{padding:24px 28px 20px;border-bottom:1px solid #eceef2}.sensitive-consent-dialog h2{margin:0;font-size:24px;line-height:1.4}.sensitive-consent-dialog__body{min-height:0;overflow-y:auto;padding:22px 28px 28px;overscroll-behavior:contain;scrollbar-gutter:stable}.sensitive-consent-dialog__meta{display:flex;flex-wrap:wrap;gap:6px 20px;margin-bottom:20px;color:#737984;font-size:13px;line-height:1.5}.sensitive-consent-dialog__section+.sensitive-consent-dialog__section{margin-top:24px;padding-top:20px;border-top:1px solid #eceef2}.sensitive-consent-dialog__section h3{margin:0 0 10px;color:#282c33;font-size:16px;line-height:1.5}.sensitive-consent-dialog__section p{margin:0;font-size:14px;color:#5a606b;line-height:1.8}.sensitive-consent-dialog__section p+p{margin-top:10px}.sensitive-consent-dialog__signature{margin:24px 0 0;color:#737984;font-size:13px;line-height:1.5;text-align:right}.sensitive-consent-dialog__scroll-hint{grid-column:1 / -1;margin:0;padding:9px 12px;border-radius:8px;color:#795316;background:#fff6dc;font-size:13px;line-height:1.5;text-align:center}.sensitive-consent-dialog>footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px 24px 22px;border-top:1px solid #eceef2}.sensitive-consent-dialog>footer button{min-height:48px;padding:8px 12px;border:1px solid #315dff;border-radius:24px;color:#315dff;background:#fff;font-size:15px;font-weight:600;cursor:pointer}.sensitive-consent-dialog>footer button:last-child{color:#fff;background:#315dff}.sensitive-consent-dialog>footer button:disabled{border-color:#d8dbe2;color:#9298a3;background:#eceef2;cursor:not-allowed}.sensitive-consent-dialog button:focus-visible{outline:3px solid rgb(49 93 255 / 28%);outline-offset:2px}.app-shell--dark .sensitive-consent-dialog{color:#e8ebf2;background:#161c29;box-shadow:0 28px 90px #0000008f}.app-shell--dark .sensitive-consent-dialog>header,.app-shell--dark .sensitive-consent-dialog>footer,.app-shell--dark .sensitive-consent-dialog__section+.sensitive-consent-dialog__section{border-color:#30384b}.app-shell--dark .sensitive-consent-dialog h2,.app-shell--dark .sensitive-consent-dialog__section h3{color:#eef1f7}.app-shell--dark .sensitive-consent-dialog__meta,.app-shell--dark .sensitive-consent-dialog__section p,.app-shell--dark .sensitive-consent-dialog__signature{color:#a8b0c0}.app-shell--dark .sensitive-consent-dialog>footer button{color:#b9c6ff;background:#1c2435}.app-shell--dark .sensitive-consent-dialog>footer button:last-child{color:#fff;background:#315dff}.app-shell--dark .sensitive-consent-dialog__scroll-hint{color:#f0d28f;background:#332b1d}.app-shell--dark .sensitive-consent-dialog>footer button:disabled{border-color:#363e4e;color:#747e91;background:#252c3a}@keyframes publish-spin{to{transform:rotate(360deg)}}@media(max-width:1100px){.publish-upload-grid{grid-template-columns:repeat(3,minmax(150px,1fr))}.publish-identity-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.publish-page{margin-top:12px}.publish-steps strong{font-size:10px}.publish-kind-selector{grid-template-columns:1fr}.publish-upload-grid{grid-template-columns:repeat(2,minmax(120px,1fr))}.publish-upload-control{height:180px}.publish-identity-grid{grid-template-columns:1fr}.identity-editor{gap:14px;padding:16px}.identity-editor__stage{min-height:260px}.identity-editor__stage img{max-height:240px}.identity-editor__rotation{gap:8px}.identity-editor__rotation button{padding:0 11px}.identity-editor footer button{min-width:0;flex:1}.license-dialog{width:min(415px,100%);min-height:min(756px,calc(100vh - 40px))}.sensitive-consent-backdrop{align-items:end;padding:12px}.sensitive-consent-dialog{width:100%;height:calc(100dvh - 24px);max-height:calc(100dvh - 24px);border-radius:18px 18px 12px 12px}.sensitive-consent-dialog>header{padding:18px 18px 14px}.sensitive-consent-dialog h2{font-size:20px}.sensitive-consent-dialog__body{padding:16px 18px 22px}.sensitive-consent-dialog__section+.sensitive-consent-dialog__section{margin-top:20px;padding-top:16px}.sensitive-consent-dialog>footer{gap:10px;padding:14px 18px max(18px,env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){.identity-editor__stage img{transition:none}}@media(max-width:1200px){.mine-profile-overview{grid-template-columns:84px minmax(0,1fr) auto;gap:20px}.mine-profile-overview__avatar{width:84px;height:84px}.mine-profile-overview__actions{flex-direction:column}.mine-profile-overview__actions button{width:116px}.mine-asset-grid,.profile-assets{grid-template-columns:repeat(3,232px)}.following-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.profile-page__content{width:min(var(--starx-container-wide),100%);margin:0 auto}.profile-page__cover{border-radius:var(--starx-radius-md)}.mine-detail{width:min(var(--starx-container-detail),100%);translate:none}.mine-asset-grid,.profile-assets{grid-template-columns:repeat(5,minmax(0,1fr))}.mine-asset-card,.mine-create-card{width:100%;height:auto;aspect-ratio:232 / 316}.following-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:1200px){.mine-asset-grid,.profile-assets{grid-template-columns:repeat(3,minmax(0,1fr))}.following-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mine-detail{grid-template-columns:minmax(0,1fr);max-width:751px}.mine-detail__sidebar{width:100%}.mine-review-card,.mine-license-card,.mine-verification{height:auto}}@media(max-width:760px){.mine-tabs{overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.mine-tabs::-webkit-scrollbar,.mine-filters::-webkit-scrollbar{display:none}.mine-tabs a{min-width:106px;flex:1 0 auto;font-size:16px}.mine-filters{overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.mine-asset-grid,.mine-asset-grid--favorites,.profile-assets{grid-template-columns:repeat(2,minmax(0,1fr))}.following-grid{grid-template-columns:minmax(0,1fr)}.mine-detail__heading{height:auto;align-items:flex-start;flex-direction:column;gap:var(--starx-space-2)}.mine-detail__heading h1{font-size:18px}.mine-gallery{width:100%;margin-right:0;margin-left:0}.mine-gallery__stage{grid-template-columns:minmax(0,1fr);gap:0}.mine-gallery figure{width:100%;height:auto;aspect-ratio:360 / 490}.mine-gallery figure+figure{display:none}.mine-gallery__thumbs{display:flex;gap:var(--starx-space-2);overflow-x:auto;padding:2px;scroll-snap-type:x mandatory}.mine-gallery__thumbs button{width:84px;height:112px;flex:0 0 84px;scroll-snap-align:start}.profile-summary{height:auto;grid-template-columns:minmax(0,1fr);gap:var(--starx-space-3);padding:var(--starx-space-4) 0 var(--starx-space-5)}.profile-summary__person{grid-template-columns:76px minmax(0,1fr);gap:var(--starx-space-3);margin-top:0;margin-left:0}.profile-summary__person>img,.profile-summary__avatar-fallback{width:76px;height:76px}.profile-summary__identity{min-width:0;padding-top:0}.profile-summary h1,.profile-summary dl{flex-wrap:wrap}.profile-summary p{line-height:18px}.profile-summary>button{width:100%;height:var(--starx-control-md);margin-top:0;grid-column:1 / -1}}@media(max-width:560px){.mine-profile-overview{grid-template-columns:72px minmax(0,1fr);gap:14px;padding-top:14px}.mine-profile-overview__avatar{width:72px;height:72px}.mine-profile-overview__identity h1{gap:6px;font-size:16px}.mine-profile-overview__identity>p{margin:7px 0 11px}.mine-profile-overview__identity dl{gap:16px}.mine-profile-overview__identity dd{font-size:20px}.mine-profile-overview__actions{display:grid;grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr))}.mine-profile-overview__actions button{width:100%}.content{padding-bottom:calc(80px + env(safe-area-inset-bottom))}.sidebar{height:calc(64px + env(safe-area-inset-bottom));padding-bottom:calc(8px + env(safe-area-inset-bottom))}.license-dialog-backdrop{padding:var(--starx-space-3)}.license-dialog{max-height:calc(100dvh - 24px);min-height:0}.license-dialog article{min-height:0;overflow-y:auto}}@media(max-width:340px){.mine-asset-grid,.mine-asset-grid--favorites,.profile-assets{grid-template-columns:minmax(0,1fr)}.mine-assets-loading{min-height:96px;grid-column:1 / -1}}.route-transition{width:100%;min-width:0}.home-page,.mine-page,.profile-page__content,.orders-page,.asset-detail,.mine-detail,.share-page{width:100%;max-width:none;margin-right:0;margin-left:0;translate:none}.hero{width:100%;height:auto;min-height:0}.asset-grid,.mine-asset-grid,.mine-asset-grid--favorites,.profile-assets{grid-template-columns:repeat(auto-fill,minmax(min(210px,100%),1fr))}.following-grid{grid-template-columns:repeat(auto-fill,minmax(min(320px,100%),1fr))}.mine-detail{grid-template-columns:minmax(0,1fr) 320px}@media(max-width:1200px){.mine-detail{grid-template-columns:minmax(0,1fr)}}.creation-page{width:min(1180px,100%);margin:0 auto;padding:26px 0 68px}.creation-page__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.creation-page__heading h1{margin:5px 0 8px;color:var(--web-text-strong);font-size:clamp(26px,3vw,36px);letter-spacing:-.04em}.creation-page__heading p:last-child{margin:0;color:var(--web-text-muted);font-size:14px}.creation-eyebrow{display:flex;align-items:center;gap:7px;margin:0;color:#3564f5;font-size:11px;font-weight:700;letter-spacing:.1em}.creation-cinema .creation-eyebrow{font-size:12px}.creation-layout{display:grid;grid-template-columns:minmax(275px,.82fr) minmax(0,1.45fr);gap:18px;align-items:start}.creation-panel{border:1px solid var(--web-border);border-radius:18px;background:var(--web-surface);box-shadow:var(--web-shadow)}.creation-ip-panel,.creation-composer{padding:22px}.creation-panel__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:20px}.creation-panel__heading>div{display:grid;gap:5px}.creation-panel__heading>div>span{color:var(--web-text-strong);font-size:17px;font-weight:700}.creation-panel__heading small{color:var(--web-text-muted);font-size:12px}.creation-count,.creation-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;color:#3564f5;background:#eef2ff;font-size:11px;font-weight:700}.creation-badge{color:#7b50d9;background:#f3edff}.creation-search{display:block;margin-bottom:12px}.creation-search input{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid var(--web-border);border-radius:10px;outline:none;color:var(--web-text);background:var(--web-surface-soft);font:inherit;font-size:13px}.creation-search input:focus,.creation-field textarea:focus{border-color:#7d95ff;box-shadow:0 0 0 3px #3564f51f}.creation-ip-list{display:grid;gap:8px;max-height:590px;overflow:auto}.creation-ip-card{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:11px;width:100%;padding:8px;border:1px solid transparent;border-radius:12px;color:var(--web-text);background:transparent;text-align:left;cursor:pointer}.creation-ip-card:hover{background:var(--web-surface-soft)}.creation-ip-card.is-selected{border-color:#9ab1ff;background:#f3f5ff}.creation-ip-card img,.creation-ip-card__placeholder{display:grid;width:48px;height:54px;place-items:center;border-radius:9px;object-fit:cover;color:#7d8aa8;background:#e9edf6}.creation-ip-card>span:last-child{min-width:0;display:grid;gap:3px}.creation-ip-card strong{overflow:hidden;color:var(--web-text-strong);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.creation-ip-card small{overflow:hidden;color:var(--web-text-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.creation-ip-card em{overflow:hidden;color:#3564f5;font-size:10px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.creation-mode-row{display:grid;gap:8px;margin-bottom:20px;color:var(--web-text-muted);font-size:12px}.creation-mode-row>div{display:flex;gap:8px}.creation-mode-row button,.creation-segmented button{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:9px 13px;border:1px solid var(--web-border);border-radius:9px;color:var(--web-text-muted);background:var(--web-surface-soft);font:inherit;font-size:12px;cursor:pointer}.creation-mode-row button.is-active,.creation-segmented button.is-active{border-color:#a8b9ff;color:#3564f5;background:#f0f3ff;font-weight:600}.creation-mode-row button:disabled{cursor:not-allowed;opacity:.58}.creation-field{position:relative;display:grid;gap:8px;margin-bottom:20px}.creation-field>span,.creation-options legend{color:var(--web-text-strong);font-size:12px;font-weight:600}.creation-field textarea{box-sizing:border-box;width:100%;min-height:156px;resize:vertical;padding:13px;border:1px solid var(--web-border);border-radius:12px;outline:none;color:var(--web-text);background:var(--web-surface-soft);font:inherit;font-size:14px;line-height:1.65}.creation-field small{position:absolute;right:11px;bottom:11px;color:var(--web-text-muted);font-size:10px}.creation-options{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;margin-bottom:20px}.creation-options fieldset{min-width:0;margin:0;padding:0;border:0}.creation-options legend{margin-bottom:8px}.creation-segmented{display:flex;flex-wrap:wrap;gap:6px}.creation-segmented button{flex:1;min-width:47px;padding:8px 5px}.creation-selected-ip{display:grid;grid-template-columns:auto 1fr;gap:3px 9px;align-items:baseline;margin-bottom:20px;padding:11px 13px;border-radius:10px;background:var(--web-surface-soft)}.creation-selected-ip span{color:var(--web-text-muted);font-size:11px}.creation-selected-ip strong{color:var(--web-text-strong);font-size:13px}.creation-selected-ip small{grid-column:2;color:var(--web-text-muted);font-size:10px}.creation-submit{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:17px;border-top:1px solid var(--web-border)}.creation-submit>div{display:grid;gap:5px}.creation-submit strong{color:var(--web-text-strong);font-size:13px}.creation-submit small{color:var(--web-text-muted);font-size:11px}.creation-primary-button,.creation-secondary-button,.creation-submit button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:10px;font:inherit;font-size:13px;text-decoration:none;cursor:pointer}.creation-primary-button,.creation-submit button{padding:11px 17px;border:0;color:#fff;background:#3564f5;box-shadow:0 8px 20px #3564f538}.creation-submit button:disabled{cursor:not-allowed;opacity:.52}.creation-secondary-button{padding:10px 14px;border:1px solid var(--web-border);color:var(--web-text);background:var(--web-surface)}.creation-empty,.creation-loading{display:grid;min-height:160px;place-items:center;align-content:center;gap:9px;color:var(--web-text-muted);font-size:13px;text-align:center}.creation-empty p{margin:0}.creation-empty a{color:#3564f5;font-size:12px;text-decoration:none}.creation-empty--error p,.is-error{color:#c94850}.creation-empty button,.creation-task-status button{display:inline-flex;align-items:center;gap:5px;padding:7px 10px;border:1px solid var(--web-border);border-radius:8px;color:var(--web-text);background:var(--web-surface);cursor:pointer;font:inherit;font-size:12px}.creation-task-status{display:grid;gap:10px;margin-top:20px;padding:15px;border:1px solid var(--web-border);border-radius:12px;background:var(--web-surface-soft)}.creation-task-status__head{display:flex;justify-content:space-between;gap:10px;color:var(--web-text-strong);font-size:13px}.creation-task-status__head span{color:var(--web-text-muted);font-size:12px}.creation-task-status>p{margin:0;color:#c94850;font-size:12px}.creation-task-status>small{color:var(--web-text-muted);font-size:11px}.creation-task-status--success{border-color:#a5dcc7;background:#f0fbf6}.creation-task-status--active{border-color:#b8c9ff}.creation-progress{height:5px;overflow:hidden;border-radius:99px;background:#dfe5f1}.creation-progress i{display:block;height:100%;border-radius:inherit;background:#3564f5;transition:width .26s ease}.creation-result-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px}.creation-result-grid img{display:block;width:100%;aspect-ratio:1;border-radius:8px;object-fit:cover}.creation-login-state{display:grid;min-height:52vh;place-items:center;align-content:center;gap:10px;color:var(--web-text-muted);text-align:center}.creation-login-state h1,.creation-login-state p{margin:0}.creation-login-state h1{color:var(--web-text-strong)}.creation-login-state a{color:#3564f5}.projects-page{max-width:1100px}.creation-project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.creation-project-card{position:relative;display:grid;grid-template-columns:94px minmax(0,1fr);min-height:118px;overflow:hidden;border:1px solid var(--web-border);border-radius:14px;background:var(--web-surface);box-shadow:0 7px 20px #27304812}.creation-project-card__cover{display:grid;min-height:118px;place-items:center;color:#8290ad;background:var(--web-surface-soft)}.creation-project-card__cover img{width:100%;height:100%;object-fit:cover}.creation-project-card__body{display:grid;align-content:center;gap:7px;padding:15px}.creation-project-card__body>p,.creation-project-card__body>small{margin:0;color:var(--web-text-muted);font-size:11px}.creation-project-card__body>small{display:inline-flex;align-items:center;gap:4px}.creation-project-card__title{display:flex;align-items:center;gap:8px}.creation-project-card__title h2{overflow:hidden;margin:0;color:var(--web-text-strong);font-size:14px;text-overflow:ellipsis;white-space:nowrap}.creation-project-card__title span{flex:none;color:#3564f5;font-size:10px}.creation-project-card>a{position:absolute;top:0;right:0;bottom:0;left:0}.creation-empty--page{min-height:330px;margin-top:18px;border:1px dashed var(--web-border);border-radius:14px}.creation-empty--page h2{margin:0;color:var(--web-text-strong);font-size:17px}@media(max-width:800px){.creation-layout{grid-template-columns:1fr}.creation-ip-list{max-height:350px}.creation-ip-panel{order:2}.creation-composer{order:1}}@media(max-width:560px){.creation-page{padding-top:15px}.creation-page__heading{align-items:flex-start;flex-direction:column}.creation-options{grid-template-columns:1fr}.creation-submit{align-items:stretch;flex-direction:column}.creation-submit button{width:100%}.creation-mode-row>div{flex-wrap:wrap}}.is-spinning{animation:publish-spin .8s linear infinite}.creation-home{width:min(1180px,100%);padding-top:34px}.creation-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 390px;align-items:center;min-height:188px;gap:28px;overflow:hidden;padding:28px 32px;border:1px solid #dfe5f3;border-radius:22px;background:linear-gradient(115deg,#f8faff,#eef3ff 57%,#f9f7ff)}.creation-hero:after{position:absolute;right:26%;bottom:-90px;width:250px;height:190px;border-radius:50%;background:#7584ff2b;content:"";filter:blur(4px)}.creation-hero__copy{position:relative;z-index:1}.creation-hero__copy h1{margin:7px 0 10px;color:#141b32;font-size:clamp(30px,4.2vw,48px);font-weight:700;letter-spacing:-.055em;line-height:1.08}.creation-hero__copy>p:last-child{max-width:510px;margin:0;color:#66708b;font-size:14px;line-height:1.7}.creation-hero__reel{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;height:132px}.creation-hero__reel span{display:block;width:110px;height:106px;overflow:hidden;border:4px solid rgb(255 255 255 / 75%);border-radius:13px;box-shadow:0 12px 26px #3f4b8b2e;transform:rotate(8deg) translate(19px)}.creation-hero__reel span:last-child{transform:rotate(-8deg) translate(-19px)}.creation-hero__reel span.is-main{z-index:1;width:142px;height:130px;border-color:#fff;transform:translateY(-4px)}.creation-hero__reel img{width:100%;height:100%;object-fit:cover}.creation-console{position:relative;z-index:2;margin:-22px 22px 0;padding:21px 22px 18px;border-color:#d6dcf0;border-radius:18px;background:#202532;box-shadow:0 18px 42px #202a4d33}.creation-console__top{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:15px}.creation-console__kicker{color:#8d9df3;font-size:10px;font-weight:700;letter-spacing:.14em}.creation-console h2{margin:5px 0 0;color:#f8faff;font-size:18px;letter-spacing:-.025em}.creation-console .creation-badge{color:#adbcff;background:#7588ff2b}.creation-console__body{overflow:hidden;border:1px solid rgb(255 255 255 / 11%);border-radius:13px;background:#292f3e}.creation-console__mode{display:flex;gap:5px;padding:7px 8px 0}.creation-console__mode button{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:0;border-radius:8px 8px 0 0;color:#929bb1;background:transparent;font:inherit;font-size:12px;cursor:pointer}.creation-console__mode button.is-active{color:#f7f9ff;background:#343c4d}.creation-console__mode button:disabled{cursor:not-allowed;opacity:.55}.creation-console__mode button span{color:#7f899f;font-size:10px}.creation-prompt{position:relative;display:block;padding:12px 15px 10px}.creation-prompt textarea{box-sizing:border-box;width:100%;min-height:96px;padding:3px 0 20px;resize:vertical;border:0;outline:0;color:#f1f4fb;background:transparent;font:inherit;font-size:14px;line-height:1.7}.creation-prompt textarea::placeholder{color:#818ba1}.creation-prompt small{position:absolute;right:15px;bottom:10px;color:#7f899f;font-size:10px}.creation-console__footer{display:flex;align-items:center;gap:12px;padding:10px 13px 12px;border-top:1px solid rgb(255 255 255 / 8%)}.creation-quick-actions,.creation-console__specs{display:flex;align-items:center;gap:7px}.creation-quick-actions button{display:inline-flex;align-items:center;gap:5px;padding:7px 8px;border:1px solid rgb(255 255 255 / 11%);border-radius:7px;color:#c2c9d7;background:#ffffff08;font:inherit;font-size:11px;cursor:pointer}.creation-quick-actions button:hover{border-color:#96a7ff7f;background:#ffffff12}.creation-console__specs{margin-left:auto;color:#8f99b0;font-size:11px}.creation-console__specs span{padding:0 7px;border-left:1px solid rgb(255 255 255 / 11%);white-space:nowrap}.creation-console__specs b{color:#dce2ef;font-weight:600}.creation-console__submit{min-height:38px;padding:9px 13px;border-radius:8px;box-shadow:none;font-size:12px;white-space:nowrap}.creation-console__submit:disabled{color:#8b95aa;background:#3a4252;box-shadow:none}.creation-console__options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;margin-top:15px}.creation-console__options legend{color:#929bb1}.creation-console__options .creation-segmented button{border-color:#ffffff1f;color:#aeb6c8;background:#ffffff0a}.creation-console__options .creation-segmented button.is-active{border-color:#879aff;color:#e1e6ff;background:#7588ff2b}.creation-console__hint{margin:14px 0 0;color:#a4aec2;font-size:11px}.creation-console .creation-selected-ip{margin:14px 0 0;color:#d8dfef;background:#ffffff12}.creation-console .creation-selected-ip span,.creation-console .creation-selected-ip small{color:#919bb1}.creation-console .creation-selected-ip strong{color:#eef2ff}.creation-console .creation-task-status{border-color:#8ca0ff47;background:#0b0f1b59}.creation-console .creation-task-status__head{color:#edf1fc}.creation-console .creation-task-status__head span,.creation-console .creation-task-status>small{color:#9ba5bb}.creation-console .creation-task-status--success{border-color:#63cda073;background:#1a594240}.creation-section-heading{display:flex;align-items:end;justify-content:space-between;gap:15px}.creation-section-heading h2{margin:5px 0 0;color:var(--web-text-strong);font-size:21px;letter-spacing:-.035em}.creation-section-heading>div>p:last-child{margin:7px 0 0;color:var(--web-text-muted);font-size:12px}.creation-section-heading>a{display:inline-flex;align-items:center;gap:4px;color:#3564f5;font-size:12px;text-decoration:none;white-space:nowrap}.creation-recent{margin:38px 0 0}.creation-recent__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:15px}.creation-recent-card{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:63px;padding:8px 11px 8px 8px;border:1px solid var(--web-border);border-radius:11px;color:inherit;background:var(--web-surface);text-decoration:none;transition:border-color .16s ease,transform .16s ease}.creation-recent-card:hover{border-color:#b7c6ff;transform:translateY(-1px)}.creation-recent-card>span:nth-child(2){min-width:0;display:grid;gap:4px}.creation-recent-card strong{overflow:hidden;color:var(--web-text-strong);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.creation-recent-card small{color:var(--web-text-muted);font-size:10px}.creation-cinema .creation-recent-card small{font-size:12px}.creation-recent-card>svg{color:#8190b6}.creation-recent-card__cover{display:grid;width:44px;height:44px;place-items:center;overflow:hidden;border-radius:8px;color:#7788d3;background:#eef1ff}.creation-recent-card__cover img{width:100%;height:100%;object-fit:cover}.creation-recent__loading,.creation-recent__empty{min-height:63px;display:flex;align-items:center;gap:8px;margin:15px 0 0;padding:0 14px;border:1px dashed var(--web-border);border-radius:11px;color:var(--web-text-muted);font-size:12px}.creation-recent__empty{margin-bottom:0}.creation-recent__error{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:63px;margin:15px 0 0;padding:0 14px;border:1px solid rgb(225 88 96 / 30%);border-radius:11px;color:#c94850;background:#fff7f7;font-size:12px}.creation-recent__error p{margin:0}.creation-recent__error button{display:inline-flex;align-items:center;gap:5px;flex:none;padding:7px 10px;border:1px solid currentColor;border-radius:8px;color:inherit;background:transparent;cursor:pointer;font:inherit;font-size:11px}.creation-discovery{margin-top:42px}.creation-discovery__grid{display:grid;grid-template-columns:minmax(0,1.44fr) minmax(280px,.76fr);gap:16px;margin-top:16px;align-items:start}.creation-discovery .creation-ip-panel{padding:19px}.creation-discovery .creation-ip-list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:none}.creation-discovery .creation-ip-card{position:relative}.creation-ip-card__check{position:absolute;right:10px;color:#3564f5}.creation-guide{padding:19px}.creation-guide>.creation-panel__heading{margin-bottom:7px}.creation-guide>.creation-panel__heading>svg{color:#7f91eb}.creation-guide ol{display:grid;gap:4px;margin:0;padding:0;list-style:none}.creation-guide li{display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;padding:15px 3px;border-bottom:1px solid var(--web-border)}.creation-guide li:last-child{border-bottom:0}.creation-guide li>span{display:grid;width:27px;height:27px;place-items:center;border-radius:8px;color:#5d72d6;background:#eff2ff;font-size:10px;font-weight:700}.creation-guide li>div{display:grid;gap:4px}.creation-guide li strong{color:var(--web-text-strong);font-size:13px}.creation-guide li small{color:var(--web-text-muted);font-size:11px;line-height:1.6}.creation-guide__note{display:flex;align-items:center;gap:9px;margin-top:12px;padding:11px;border-radius:10px;color:#5268c8;background:#f0f3ff}.creation-guide__note>span{display:grid;gap:3px}.creation-guide__note strong{font-size:12px}.creation-guide__note small{color:#667198;font-size:10px}@media(prefers-reduced-motion:reduce){.creation-recent-card{transition:none}}html[data-theme=dark] .creation-hero{border-color:#303b5b;background:linear-gradient(115deg,#182139,#1d2948 57%,#22203b)}html[data-theme=dark] .creation-hero:after{background:#7588ff3d}html[data-theme=dark] .creation-hero__copy h1{color:#f2f5ff}html[data-theme=dark] .creation-hero__copy>p:last-child{color:#aeb8cf}html[data-theme=dark] .creation-hero__reel span{border-color:#e1e7ff5c;box-shadow:0 12px 26px #00000052}html[data-theme=dark] .creation-hero__reel span.is-main{border-color:#eef2ffb8}html[data-theme=dark] .creation-recent-card{border-color:#303b50;background:#121a2a}html[data-theme=dark] .creation-recent-card:hover{border-color:#6c7ed0}html[data-theme=dark] .creation-recent-card__cover{color:#aebaff;background:#202b4e}html[data-theme=dark] .creation-section-heading h2{color:#f1f4fc}html[data-theme=dark] .creation-guide{border-color:#303b50;background:#121a2a}html[data-theme=dark] .creation-guide li{border-color:#303b50}html[data-theme=dark] .creation-guide li>span{color:#bdc8ff;background:#242f54}html[data-theme=dark] .creation-guide__note{color:#c1cbff;background:#202b4e}html[data-theme=dark] .creation-guide__note small{color:#aeb8d7}html[data-theme=dark] .creation-recent__error{border-color:#79434d;color:#ff9ba0;background:#2a1821}@media(max-width:820px){.creation-home{padding-top:22px}.creation-hero{grid-template-columns:1fr 240px;padding:24px}.creation-hero__reel{transform:scale(.82);transform-origin:right center}.creation-console{margin-inline:10px}.creation-discovery__grid{grid-template-columns:1fr}.creation-guide{order:-1}.creation-recent__grid{grid-template-columns:1fr}}@media(max-width:560px){.creation-home{padding-top:15px}.creation-hero{display:block;min-height:auto;padding:23px 18px 9px}.creation-hero__copy h1{font-size:32px}.creation-hero__reel{height:105px;justify-content:flex-end;margin-top:-7px;transform:scale(.72);transform-origin:right center}.creation-console{margin:-13px 0 0;padding:17px 14px 14px;border-radius:15px}.creation-console__footer{align-items:stretch;flex-wrap:wrap}.creation-console__specs{order:3;width:100%;margin-left:0;justify-content:space-between}.creation-console__submit{flex:1}.creation-console__options{grid-template-columns:1fr;gap:13px}.creation-section-heading{align-items:flex-start;flex-direction:column}.creation-discovery{margin-top:32px}.creation-discovery .creation-ip-list{grid-template-columns:1fr}.creation-discovery .creation-ip-card{min-height:70px}}.app-shell--studio{--web-sidebar-width: 168px;--web-bg: #090b10;--web-sidebar-bg: #0d0f16;--web-surface: #17191f;--web-surface-soft: #22252b;--web-surface-raised: #24272e;--web-text: #d8dbe2;--web-text-strong: #f5f6f8;--web-text-muted: #858994;--web-border: #2d3038;--web-shadow: 0 18px 42px rgb(0 0 0 / 34%);background:#090b10}.app-shell--studio .sidebar{align-items:stretch;padding:20px 12px 24px;border-color:#232630;background:#0d0f16;box-shadow:1px 0 #232630}.app-shell--studio .sidebar__nav{gap:8px}.app-shell--studio .sidebar__nav-group{gap:4px}.app-shell--studio .sidebar__nav-group+.sidebar__nav-group{padding-top:0;border-top:0}.app-shell--studio .sidebar__brand{display:block;padding-bottom:0}.app-shell--studio .sidebar__brand:after{content:none}.app-shell--studio .sidebar .brand__logo{width:132px;height:40px;object-fit:contain}.app-shell--studio .sidebar__label{display:inline}.app-shell--studio .sidebar__nav-title,.app-shell--studio .sidebar__footer button>span{display:inline}.app-shell--studio .sidebar__link{justify-content:flex-start;padding:0 12px}.app-shell--studio .sidebar__footer{flex-direction:column;gap:6px}.app-shell--studio .sidebar__footer{padding-top:16px;border-top:1px solid #22252e}.app-shell--studio .support-control,.app-shell--studio .legal-control,.app-shell--studio .sidebar__footer button{width:100%}.app-shell--studio .sidebar__link{color:#858a98}.app-shell--studio .sidebar__link:hover{color:#d5d9e3;background:#171a22}.app-shell--studio .sidebar__link.is-active{color:#87f6e2;background:linear-gradient(110deg,#5c5d9157,#3f718333)}.app-shell--studio .sidebar__footer button{color:#858a98}.app-shell--studio .topbar{color:#d9dce4;background:#090b10f0;box-shadow:0 1px #21242c;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.app-shell--studio .topbar .theme-toggle,.app-shell--studio .topbar .avatar-button{color:#afb4c0;border-color:#292d36;background:#14171d}.app-shell--studio .content{overflow:hidden;padding:0 0 72px;background:#090b10}.app-shell--studio:has(.infinite-canvas-page) .content{padding-bottom:0}.studio-topbar__breadcrumb{display:flex;min-width:0;flex:1;align-items:center;gap:12px;color:#666b76;font-size:13px}.studio-topbar__breadcrumb strong{color:#d8dbe2;font-weight:650}.creation-cinema{box-sizing:border-box;width:100%;max-width:none;margin:0;padding:28px clamp(22px,3.2vw,64px) 64px;color:#e7e8eb;background:radial-gradient(circle at 50% 0,rgb(45 49 74 / 20%),transparent 31%),#090b10}.creation-cinema button,.creation-cinema input,.creation-cinema textarea{font-family:inherit}.creation-cinema__hero{max-width:1360px;margin:0 auto}.creation-cinema__reel{position:relative;height:172px;max-width:920px;margin:0 auto;perspective:1200px}.creation-cinema__reel-card{position:absolute;top:24px;width:340px;height:136px;margin:0;overflow:hidden;border:2px solid rgb(255 255 255 / 22%);border-radius:16px;background:#181a20;box-shadow:0 24px 52px #0000007a}.creation-cinema__reel-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.78) contrast(1.04) brightness(.76)}.creation-cinema__reel-card:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 48%,rgb(3 4 7 / 78%));content:""}.creation-cinema__reel-card>span,.creation-cinema__reel-card>div{position:absolute;z-index:1;right:18px;bottom:14px;left:18px;color:#fff;font-size:12px;font-weight:800;letter-spacing:.08em}.creation-cinema__reel-card.is-left{left:8px;transform:rotateY(15deg) translateZ(-60px)}.creation-cinema__reel-card.is-right{right:8px;transform:rotateY(-15deg) translateZ(-60px)}.creation-cinema__reel-card.is-center{z-index:2;top:0;left:50%;width:430px;height:164px;border:4px solid rgb(217 231 238 / 46%);transform:translate(-50%)}.creation-cinema__reel-card.is-center>div{display:flex;align-items:flex-end;justify-content:space-between}.creation-cinema__reel-card.is-center b{font-size:26px;font-style:italic;font-weight:900;letter-spacing:-.06em}.creation-cinema__reel-card.is-center span{max-width:150px;text-align:right}.creation-cinema__title{margin:14px auto 28px;text-align:center}.creation-cinema__title p{margin:0 0 12px;color:#7dffdb;font-size:12px;font-weight:800;letter-spacing:.22em}.creation-cinema__title h1{margin:0;background:linear-gradient(180deg,#fff 15%,#c7c9ce 58%,#6f7177);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:clamp(34px,4vw,56px);font-weight:950;letter-spacing:-.065em;line-height:.95;text-shadow:0 15px 35px rgb(0 0 0 / 35%)}.creation-cinema__title>span{display:block;margin-top:10px;color:#777a82;font-size:13px}.creation-director{display:grid;grid-template-columns:120px minmax(0,1fr);gap:12px;align-items:end}.creation-director__mode{display:grid;gap:7px;padding:8px;border:8px solid #1b1d21;border-radius:34px;background:#202226;box-shadow:0 17px 30px #00000052}.creation-director__mode button{position:relative;display:grid;min-height:94px;place-items:center;align-content:center;gap:8px;border:0;border-radius:27px;color:#777a81;background:transparent;font-size:12px;font-weight:700;cursor:pointer}.creation-director__mode button.is-active{color:#fff;background:#2b2d31}.creation-director__mode button.is-active svg{color:#a86bff}.creation-director__mode button:disabled{cursor:not-allowed;opacity:.54}.creation-director__mode small{position:absolute;bottom:8px;color:#666a73;font-size:12px}.creation-director__console{position:relative;padding:12px;border:9px solid #1c1e22;border-radius:34px;background:#202225;box-shadow:0 22px 48px #00000052}.creation-director__prompt{position:relative;min-height:196px;padding:0 212px 58px 0;border-radius:24px;background:#2a2c2f}.creation-director__prompt label{display:block}.creation-director__prompt textarea{box-sizing:border-box;width:100%;height:128px;resize:none;padding:24px 25px;border:0;outline:0;color:#eceef2;background:transparent;font-size:18px;line-height:1.55}.creation-director__prompt textarea::placeholder{color:#76797f}.creation-director__counter{position:absolute;top:16px;right:225px;color:#65686e;font-size:12px}.creation-director__toolbar{position:absolute;right:224px;bottom:14px;left:16px;display:flex;align-items:center;flex-wrap:wrap;gap:7px;overflow:visible}.creation-director__toolbar>button,.creation-param-select__trigger{display:flex;height:38px;flex:0 0 auto;align-items:center;justify-content:center;gap:7px;padding:0 11px;border:0;border-radius:10px;color:#e6e7eb;background:#34363a;font-size:12px}.creation-director__toolbar>button{cursor:pointer}.creation-director__toolbar>button{width:38px;padding:0}.creation-director__toolbar svg,.creation-param-select svg{width:16px}.creation-param-select{position:relative;min-width:0;flex:0 0 auto}.creation-param-select__trigger{min-width:86px;cursor:pointer;white-space:nowrap}.creation-param-select__trigger>span:not(.creation-ratio-icon,.model-brand-icon){overflow:hidden;text-overflow:ellipsis}.model-brand-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;line-height:0}.creation-param-select__trigger>svg:last-child{width:13px;margin-left:2px;color:#8e929b;transition:transform .16s ease}.creation-param-select__trigger>svg:last-child.is-open{transform:rotate(180deg)}.creation-director__toolbar .creation-param-select,.creation-director__toolbar .creation-param-select__trigger{max-width:100%}.creation-director__toolbar .creation-param-select--model{width:196px;min-width:0;flex:0 1 196px}.creation-param-select--model .creation-param-select__trigger{width:100%;min-width:0}.creation-param-select--model .creation-param-select__trigger>svg:first-child{color:#d95ecf}.creation-director__toolbar .creation-param-select--resolution{width:112px;flex:0 1 112px}.creation-director__toolbar .creation-param-select--ratio{width:104px;flex:0 1 104px}.creation-param-select--resolution .creation-param-select__trigger,.creation-param-select--ratio .creation-param-select__trigger{width:100%;min-width:0}.creation-param-select__menu{position:absolute;z-index:30;bottom:calc(100% + 8px);left:0;display:grid;min-width:100%;gap:3px;padding:5px;border:1px solid #494d57;border-radius:12px;background:#202226;box-shadow:0 14px 32px #0000006b}.creation-param-select__menu button{display:flex;min-width:100%;height:34px;align-items:center;justify-content:space-between;gap:12px;padding:0 9px;border:0;border-radius:8px;color:#c7cad1;background:transparent;font-size:12px;text-align:left;white-space:nowrap;cursor:pointer}.creation-param-select__menu button:hover,.creation-param-select__menu button:focus-visible{outline:0;color:#fff;background:#30333a}.creation-param-select__menu button.is-selected{color:#c8bcff;background:#7e5ce72b}.creation-param-select__menu button svg{width:14px;color:#a98bff}.creation-param-select__option-label{display:inline-flex;min-width:0;align-items:center;gap:8px}.creation-ratio-icon{display:inline-block;flex:0 0 auto;box-sizing:border-box;border:1px solid currentColor;border-radius:2px}.creation-duration-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:1px solid currentColor;border-radius:4px;font-size:12px}.creation-audio-toggle{display:inline-flex;width:88px;height:38px;flex:0 0 auto;align-items:center;justify-content:center;gap:8px;box-sizing:border-box;padding:0 14px;border:1px solid #464951;border-radius:10px;color:#a6a9b1;background:#303238;font-size:12px;white-space:nowrap;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.creation-director__toolbar>button.creation-audio-toggle{width:88px}.creation-audio-toggle:hover,.creation-audio-toggle:focus-visible{outline:0;border-color:#777c87;color:#eef0f4}.creation-audio-toggle.is-active{border-color:#c8ff2857;color:#d8ff72;background:#343b29}.creation-prompt-mention-editor{position:relative;min-width:0}.creation-prompt-mention-editor__input{box-sizing:border-box;width:100%;min-height:128px;max-height:128px;overflow:auto;padding:24px 25px;outline:0;color:#eceef2;background:transparent;font-size:18px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.creation-prompt-mention-editor__input{user-select:text;-webkit-user-select:text;overscroll-behavior:contain}.creation-prompt-mention-editor__input:empty:before{content:attr(data-placeholder);color:#76797f;pointer-events:none}.creation-prompt-mention{display:inline-flex;box-sizing:border-box;height:26px;max-width:100%;align-items:center;gap:5px;margin:0 2px;padding:1px 7px 1px 3px;border:1px solid rgb(169 139 255 / 42%);border-radius:7px;color:#e7ddff;background:#7e5ce738;font-size:12px;line-height:22px;vertical-align:middle;-webkit-user-select:none;user-select:none}.creation-prompt-mention__label{min-width:0;max-width:24ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creation-prompt-mention--video{border-color:#4bb4ff6b;color:#d5efff;background:#297eb938}.creation-prompt-mention--audio{border-color:#9adc576b;color:#e6ffd2;background:#59892b38}.creation-prompt-mention img,.creation-prompt-mention video{width:22px;height:22px;flex:0 0 auto;border-radius:4px;object-fit:cover}.creation-prompt-mention__icon{display:inline-flex;flex:0 0 auto;width:22px;height:22px;align-items:center;justify-content:center;border-radius:4px;color:#c9bbff;background:#0000002e;font-size:12px}.creation-prompt-mention-panel{position:absolute;z-index:40;top:calc(100% - 1px);left:16px;right:16px;display:grid;max-height:240px;overflow:auto;padding:6px;border:1px solid #494d57;border-radius:12px;background:#202226;box-shadow:0 14px 32px #0000006b}.creation-prompt-mention-panel button{display:flex;min-width:0;align-items:center;gap:9px;padding:7px;border:0;border-radius:8px;color:#c7cad1;background:transparent;text-align:left;cursor:pointer}.creation-prompt-mention-panel button:hover,.creation-prompt-mention-panel button:focus-visible,.creation-prompt-mention-panel button.is-active{outline:0;color:#fff;background:#30333a}.creation-prompt-mention-panel__preview{display:inline-flex;width:38px;height:32px;flex:0 0 auto;align-items:center;justify-content:center;overflow:hidden;border-radius:6px;color:#d2c9ff;background:#30284a}.creation-prompt-mention-panel__preview--video{color:#bfe9ff;background:#263e4e}.creation-prompt-mention-panel__preview--audio{color:#d4ffb7;background:#2e4327}.creation-prompt-mention-panel__preview img,.creation-prompt-mention-panel__preview video{width:100%;height:100%;object-fit:cover}.creation-prompt-mention-panel__text{display:grid;min-width:0;max-width:30ch;gap:2px}.creation-prompt-mention-panel__text strong,.creation-prompt-mention-panel__text small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creation-prompt-mention-panel__text strong{font-size:12px;font-weight:650}.creation-prompt-mention-panel__text small{color:#8f94a0;font-size:12px}.creation-prompt-mention-panel__empty{padding:10px;color:#8f94a0;font-size:12px}.creation-director__generate{position:absolute;right:18px;bottom:17px;display:grid;width:184px;height:154px;place-items:center;align-content:center;gap:9px;border:0;border-radius:24px;color:#fff;background:linear-gradient(135deg,#645cff,#9d5dff 46%,#e25dbf);box-shadow:0 7px #4934a4,0 15px 30px #8254ff47,inset 0 1px #ffffff47;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.creation-director__generate span{display:flex;max-width:164px;align-items:center;justify-content:center;gap:5px;font-size:11px;line-height:1.35;text-align:center;flex-wrap:wrap}.creation-director__generate:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 9px #4934a4,0 20px 36px #a85aff61,inset 0 1px #ffffff52}.creation-director__generate:disabled{cursor:wait;filter:saturate(.65);opacity:.7}.creation-director__generate strong{font-size:14px;font-weight:950}.creation-director__generate span{display:flex;max-width:164px;align-items:center;justify-content:center;gap:5px;font-size:12px;line-height:1.35;text-align:center;flex-wrap:wrap}.creation-director__generate svg{width:14px}.creation-director__console>.creation-task-status{margin:12px 0 0;border-color:#393d48;color:#cdd1da;background:#292c33}.creation-director__console .creation-task-status__head{color:#f1f2f5}.creation-director__console .creation-task-status__head span,.creation-director__console .creation-task-status>small{color:#9a9faa}.creation-video-materials{margin:0 0 12px;padding:14px 16px 16px;border:1px solid #3b3e45;border-radius:20px;background:#242629}.creation-video-materials__header{display:flex;align-items:center;justify-content:space-between;gap:16px}.creation-video-materials__title{display:grid;gap:4px}.creation-video-materials__title strong{color:#f1f2f5;font-size:14px}.creation-video-materials__title span{color:#858992;font-size:12px}.creation-video-materials__uploads{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.creation-video-materials__uploads>span{display:inline-flex;align-items:center;gap:5px}.creation-video-materials__uploads button{display:inline-flex;min-height:34px;align-items:center;gap:5px;padding:0 10px;border:1px solid #454952;border-radius:9px;color:#c9cbd1;background:#303238;font-size:12px;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.creation-video-materials__uploads button:hover:not(:disabled),.creation-video-materials__uploads button:focus-visible{outline:0;border-color:#9e83f1;color:#fff;background:#383a41}.creation-video-materials__uploads button:disabled{cursor:wait;opacity:.62}.creation-upload-format-hint{display:inline-grid;width:24px;height:24px;flex:0 0 auto;place-items:center;border:1px solid rgb(231 184 94 / 26%);border-radius:50%;color:#e7b85e;background:#e7b85e12;cursor:help}.creation-upload-format-hint>svg{flex:0 0 auto;color:#e7b85e}.creation-video-materials__filters{display:flex;min-height:36px;align-items:center;gap:5px;margin:10px 0;border-top:1px solid #34373e;border-bottom:1px solid #34373e}.creation-video-materials__filters button{padding:4px 9px;border:0;border-radius:7px;color:#858992;background:transparent;font-size:12px;cursor:pointer}.creation-video-materials__filters button:hover,.creation-video-materials__filters button:focus-visible{outline:0;color:#e8e9ed;background:#30333a}.creation-video-materials__filters button.is-active{color:#d9ceff;background:#8c71e42e}.creation-video-materials__filters>span{margin-left:auto;color:#6f737d;font-size:12px;font-variant-numeric:tabular-nums}.creation-video-materials__state{display:flex;min-height:82px;align-items:center;justify-content:center;gap:8px;color:#858992;font-size:12px}.creation-video-materials__state--error{flex-wrap:wrap;color:#ff9ea7}.creation-video-materials__state button{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border:1px solid #67404a;border-radius:8px;color:#ffc0c5;background:#35242a;font-size:12px;cursor:pointer}.creation-video-materials__grid{display:grid;max-height:312px;overflow:auto;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:1px;scrollbar-color:#4a4d55 transparent}.creation-material-library{position:relative;z-index:4;display:grid;gap:10px;max-height:480px;margin:0 0 12px;padding:13px;overflow:auto;border:1px solid #565064;border-radius:15px;background:#1d1f24;box-shadow:0 18px 46px #05060a52}.creation-material-library__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.creation-material-library__header>div,.creation-material-library__subhead{display:grid;gap:3px}.creation-material-library__header strong{color:#f1f2f5;font-size:13px}.creation-material-library__header span,.creation-material-library__subhead span{color:#858992;font-size:12px}.creation-material-library__header>button{display:grid;width:30px;height:30px;place-items:center;padding:0;border:1px solid #41444d;border-radius:8px;color:#bfc2ca;background:#292c32;cursor:pointer}.creation-material-library__header>button:hover,.creation-material-library__header>button:focus-visible{outline:0;border-color:#a98bff;color:#fff}.creation-material-library__filters{display:flex;align-items:center;gap:5px;min-height:32px;border-top:1px solid #34373e;border-bottom:1px solid #34373e}.creation-material-library__filters button{padding:4px 9px;border:0;border-radius:7px;color:#858992;background:transparent;font-size:12px;cursor:pointer}.creation-material-library__filters button:hover,.creation-material-library__filters button:focus-visible{outline:0;color:#e8e9ed;background:#30333a}.creation-material-library__filters button.is-active{color:#d9ceff;background:#8c71e42e}.creation-material-library__filters>span{margin-left:auto;color:#6f737d;font-size:12px;font-variant-numeric:tabular-nums}.creation-material-library__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.creation-material-library__card{position:relative;display:block;min-width:0;padding:0;overflow:hidden;border:1px solid #393c43;border-radius:11px;color:#c7cad1;background:#292c32;cursor:pointer;text-align:left}.creation-material-library__card:hover,.creation-material-library__card:focus-visible{outline:0;border-color:#a98bff;box-shadow:0 0 0 2px #a98bff2e}.creation-material-library__card.is-selected{border-color:#a98bff;background:#8c71e424}.creation-material-library__card:disabled{cursor:default;opacity:.82}.creation-material-library__card .creation-material-card__preview{height:70px}.creation-material-library__card .creation-material-card__preview img,.creation-material-library__card .creation-material-card__preview video{object-fit:contain}.creation-material-library__card-meta{display:grid;gap:3px;padding:7px 8px 8px}.creation-material-library__card-meta strong,.creation-material-library__card-meta small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creation-material-library__card-meta strong{color:#e9eaf0;font-size:12px}.creation-material-library__card-meta small{color:#8b8f9a;font-size:12px}.creation-material-library__check{position:absolute;top:6px;right:6px;display:grid;width:20px;height:20px;place-items:center;border-radius:6px;color:#16131f;background:#c7a6ff;font-size:12px;font-weight:800}.creation-material-library__ip{display:grid;gap:8px;padding-top:10px;border-top:1px solid #34373e}.creation-material-library__subhead{grid-template-columns:auto 1fr auto;align-items:center;column-gap:8px}.creation-material-library__subhead strong{color:#e6e7eb;font-size:12px}.creation-material-library__subhead>svg{color:#a98bff}.creation-material-library__grid--ip{grid-template-columns:repeat(3,minmax(0,1fr))}.creation-material-library__ip-preview{display:block;width:100%;height:100%}.creation-material-library__ip-preview img{display:block;width:100%;height:100%;object-fit:contain}.creation-ip-references{margin:0 0 12px;padding:10px 11px;border:1px solid #343844;border-radius:13px;background:#202228}.creation-ip-references__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;color:#858994}.creation-ip-references__head>div{display:grid;gap:3px}.creation-ip-references__head strong{color:#e6e7eb;font-size:12px}.creation-ip-references__head span{font-size:12px}.creation-ip-references__head>svg{color:#a98bff}.creation-ip-references__state{display:flex;min-height:54px;align-items:center;justify-content:center;gap:7px;color:#858994;font-size:12px}.creation-ip-references__state--error{flex-wrap:wrap;color:#ffabb2}.creation-ip-references__state button{display:inline-flex;align-items:center;gap:4px;padding:5px 8px;border:1px solid #68424d;border-radius:7px;color:#ffc3c8;background:#35242a;font-size:12px;cursor:pointer}.creation-ip-references__grid{display:grid;max-height:144px;overflow:auto;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;scrollbar-color:#4a4d55 transparent}.creation-ip-reference-card{display:grid;min-width:0;grid-template-columns:38px minmax(0,1fr);gap:7px;padding:6px;border:1px solid #393c45;border-radius:9px;background:#2a2c32}.creation-ip-reference-card.is-selected{border-color:#a98bff;background:#8c71e424}.creation-ip-reference-card__preview{display:grid;width:38px;height:38px;overflow:hidden;place-items:center;border-radius:6px;color:#c8baff;background:#37334d}.creation-ip-reference-card__preview img{display:block;width:100%;height:100%;object-fit:cover}.creation-ip-reference-card__meta{display:grid;min-width:0;align-content:center;gap:3px}.creation-ip-reference-card__meta strong,.creation-ip-reference-card__meta small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creation-ip-reference-card__meta strong{color:#e9eaf0;font-size:12px}.creation-ip-reference-card__meta small{color:#8b8f9a;font-size:12px}.creation-ip-reference-card>button{grid-column:1 / -1;min-height:30px;padding:0 6px;border:1px solid #4a465e;border-radius:7px;color:#d7ceff;background:#343044;font-size:12px;cursor:pointer}.creation-ip-reference-card>button:hover:not(:disabled),.creation-ip-reference-card>button:focus-visible{outline:0;border-color:#a98bff;color:#fff;background:#473c68}.creation-ip-reference-card>button:disabled{cursor:default;opacity:.72}.creation-material-card{position:relative;min-width:0;align-self:start;overflow:visible;border:1px solid #393c43;border-radius:12px;background:#2d3034;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.creation-material-card:hover{transform:translateY(-1px);border-color:#555962}.creation-material-card.is-selected{border-color:#a98bff;box-shadow:0 0 0 1px #a98bff3d}.creation-material-card__select{position:relative;display:block;width:100%;padding:0;overflow:hidden;border:0;border-radius:11px 11px 0 0;color:#c7cad1;background:#24262a;cursor:pointer;text-align:left}.creation-material-card__select:focus-visible{outline:2px solid #b29bff;outline-offset:-2px}.creation-material-card__select:disabled{cursor:default}.creation-material-card__preview{display:grid;height:82px;overflow:hidden;place-items:center;color:#b5ffbf;background:#18372d}.creation-material-card__preview--video{color:#c9bcff;background:#29263e}.creation-material-card__preview--audio{color:#bfffb6;background:#20392c}.creation-material-card__preview img,.creation-material-card__preview video{display:block;width:100%;height:100%;object-fit:cover}.creation-material-card__meta{display:grid;gap:3px;padding:8px 9px}.creation-material-card__meta strong{overflow:hidden;color:#e9eaf0;font-size:12px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.creation-material-card__meta small{display:flex;align-items:center;gap:4px;color:#81858e;font-size:12px}.creation-material-card__remove{position:absolute;z-index:2;top:6px;right:6px;display:grid;width:24px;height:24px;place-items:center;padding:0;border:0;border-radius:7px;color:#fff;background:#08090cc7;cursor:pointer}.creation-material-card__remove:hover,.creation-material-card__remove:focus-visible{outline:0;color:#20230d;background:#d5ff5f}.creation-material-card__role{width:calc(100% - 12px);margin:0 6px 6px}.creation-material-card__role .creation-param-select__trigger{width:100%;min-width:0;height:34px;padding:0 7px;color:#d8d4e6;background:#37363f;font-size:12px}.creation-material-card__role .creation-param-select__menu{bottom:auto;top:calc(100% + 5px);min-width:150px}.creation-cinema__library{max-width:1240px;margin:88px auto 0;scroll-margin-top:28px}.creation-cinema__library--recent{margin-top:32px}.creation-cinema__library--recent .creation-cinema__recent-list{grid-template-columns:repeat(3,minmax(0,1fr))}.creation-cinema__library .creation-eyebrow{color:#7dffdb}.creation-cinema__library .creation-section-heading h2{color:#f3f4f6}.creation-cinema__library .creation-section-heading>div>p:last-child{color:#7e828c}.creation-cinema__library .creation-section-heading>a{color:#a98bff}.creation-cinema__library-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(290px,.72fr);gap:16px;margin-top:18px;align-items:start}.creation-cinema__ip-panel,.creation-cinema__recent{padding:18px;border:1px solid #2d3038;border-radius:20px;background:#17191f;box-shadow:0 18px 42px #0000003d}.creation-cinema__ip-head{display:flex;align-items:center;gap:14px;margin-bottom:14px}.creation-cinema__ip-head .creation-search{flex:1;margin:0}.creation-cinema__ip-head .creation-search input{color:#eef0f4;border-color:#363a44;background:#22252b}.creation-cinema__ip-head>span{color:#858994;font-size:12px}.creation-cinema__ip-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.creation-cinema .creation-ip-card{position:relative;color:#d8dbe2}.creation-cinema .creation-ip-card:hover{background:#22252b}.creation-cinema .creation-ip-card.is-selected{border-color:#8668e8;background:#7b5be124}.creation-cinema .creation-ip-card strong{color:#f1f2f5}.creation-cinema .creation-ip-card em,.creation-cinema .creation-ip-card__check{color:#a98bff}.creation-cinema__recent-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;color:#7dffdb;font-size:12px;font-weight:800;letter-spacing:.12em}.creation-cinema__recent-head a{display:inline-flex;align-items:center;gap:4px;color:#a98bff;font-size:12px;font-weight:500;letter-spacing:0;text-decoration:none}.creation-cinema__recent-list{display:grid;gap:8px}.creation-cinema .creation-recent-card{border-color:#2f333c;background:#202329}.creation-cinema .creation-recent-card:hover{border-color:#705ac2}.creation-cinema .creation-recent-card strong{color:#eceef2}.creation-cinema .creation-recent-card__cover{color:#aa92ff;background:#2b2a43}.creation-cinema__recent-empty{display:grid;min-height:155px;place-items:center;align-content:center;gap:8px;color:#777c86;text-align:center}.creation-cinema__recent-empty svg{color:#8c71e4}.creation-cinema__recent-empty p{margin:0;font-size:12px}.creation-cinema .creation-recent__loading{border-color:#343841;color:#858994}.creation-cinema .creation-recent__error{border-color:#75404b;color:#ff989f;background:#291820}.creation-cinema .creation-empty{color:#858994}.creation-cinema .creation-empty button{color:#d7dae2;border-color:#3b3f49;background:#22252b}.creation-cinema__library--templates{margin-top:68px}.creation-template-library__heading{margin-bottom:18px}.creation-template-library__count{flex:none;color:#858994;font-size:12px}.creation-template-waterfall{column-count:4;column-gap:14px;transition:opacity .18s ease}.creation-template-waterfall.is-fetching{opacity:.58}.creation-template-card{position:relative;display:inline-flex;width:100%;box-sizing:border-box;break-inside:avoid;flex-direction:column;margin:0 0 14px;overflow:hidden;border:1px solid #2c3038;border-radius:16px;background:#17191f;box-shadow:0 14px 30px #0000002e;vertical-align:top}.creation-template-card:hover,.creation-template-card.is-selected{border-color:#8668e8}.creation-template-card.is-selected{box-shadow:0 0 0 1px #8668e8,0 17px 34px #4f379c3d}.creation-template-card__select{display:block;width:100%;padding:0;border:0;color:inherit;background:transparent;text-align:left;cursor:pointer}.creation-template-card__media{display:block;width:100%;aspect-ratio:9 / 13;overflow:hidden;background:#242733}.creation-template-card__media img,.creation-template-card__media video{display:block;width:100%;height:100%;object-fit:contain}.creation-template-card__media-fallback{display:grid;height:100%;place-items:center;align-content:center;gap:8px;color:#777d8b}.creation-template-card__media-fallback small{font-size:12px}.creation-template-card__body{display:grid;gap:6px;padding:12px 12px 11px}.creation-template-card__body>strong{overflow:hidden;color:#f0f1f5;font-size:13px;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.creation-template-card__body>small{width:max-content;max-width:100%;padding:3px 7px;border-radius:999px;color:#b9a5ff;background:#8668e821;font-size:12px}.creation-template-card__prompt{display:-webkit-box;overflow:hidden;color:#8f949f;font-size:12px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3}.creation-template-card__replicate{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:38px;margin:0 10px 10px;border:1px solid #4b4267;border-radius:9px;color:#d9d0ff;background:#292337;font-size:12px;font-weight:700;cursor:pointer}.creation-template-card__replicate:hover:not(:disabled),.creation-template-card__replicate:focus-visible:not(:disabled){border-color:#a48aff;color:#fff;background:#493d70}.creation-template-card__replicate:disabled{cursor:not-allowed;opacity:.38}.creation-template-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:8px;color:#8c909a;font-size:12px}.creation-template-pagination>span strong{color:#f0f1f5;font-weight:750}.creation-template-pagination button{display:inline-flex;align-items:center;gap:4px;min-height:34px;padding:0 10px;border:1px solid #373b46;border-radius:8px;color:#c8cbd2;background:#202329;font-size:12px;cursor:pointer}.creation-template-pagination button:hover:not(:disabled),.creation-template-pagination button:focus-visible:not(:disabled){border-color:#7963c7;color:#fff}.creation-template-pagination button:disabled{cursor:not-allowed;opacity:.38}.creation-template-library__state{display:flex;min-height:160px;align-items:center;justify-content:center;gap:8px;border:1px dashed #343844;border-radius:16px;color:#858994;font-size:12px}.creation-template-library__state--error{border-color:#75404b;color:#ff989f;background:#291820}.creation-template-library__state--error button{display:inline-flex;align-items:center;gap:4px;padding:6px 9px;border:1px solid #8b4c59;border-radius:7px;color:#ffd3d6;background:transparent;font-size:12px;cursor:pointer}.creation-cinema--embedded{position:fixed;z-index:30;right:14px;bottom:16px;left:calc(var(--web-sidebar-width) + 14px);width:auto;max-width:1080px;min-height:0;box-sizing:border-box;margin:0 auto;padding:0;background:transparent}.creation-cinema--embedded .creation-cinema__hero{max-width:none}.creation-cinema--embedded .creation-cinema__reel,.creation-cinema--embedded .creation-cinema__title,.creation-cinema--embedded .creation-cinema__library{display:none}.creation-cinema--embedded .creation-director{grid-template-columns:104px minmax(0,1fr)}.creation-cinema--embedded .creation-director__mode button{min-height:94px}@media(max-width:1180px){.creation-director{grid-template-columns:96px minmax(0,1fr)}.creation-director__mode button{min-height:82px}.creation-video-materials__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.creation-material-library__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.creation-template-waterfall{column-count:3}}@media(max-width:920px){.creation-cinema{padding-top:38px}.creation-cinema__library-grid,.creation-cinema__library--recent .creation-cinema__recent-list{grid-template-columns:1fr}.creation-template-waterfall{column-count:2}}@media(max-width:820px){.creation-cinema__reel{height:170px}.creation-cinema__reel-card{display:none}.creation-cinema__reel-card.is-center{top:0;display:block;width:min(520px,88vw);height:170px}.creation-cinema__title{margin:22px auto 35px}.creation-cinema__title h1{font-size:38px}.creation-director,.creation-cinema--embedded .creation-director{grid-template-columns:1fr}.creation-cinema--embedded .creation-director__mode button{min-height:54px}.creation-director__mode{grid-template-columns:1fr 1fr;border-width:5px;border-radius:22px}.creation-director__mode button{min-height:54px;display:flex;border-radius:16px}.creation-director__mode small{position:static}.creation-director__prompt{padding-right:0;padding-bottom:126px}.creation-director__counter{right:16px}.creation-director__toolbar{right:16px;bottom:76px}.creation-director__generate{right:16px;bottom:14px;left:16px;display:flex;width:auto;height:50px;border-radius:14px;box-shadow:0 4px #4934a4,0 12px 24px #8254ff3d}.creation-video-materials__grid,.creation-material-library__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:560px){.app-shell--studio{--web-sidebar-width: 0px}.app-shell--studio .content{padding-bottom:calc(68px + env(safe-area-inset-bottom))}.studio-topbar__breadcrumb{font-size:11px}.creation-cinema{padding:28px 14px 64px}.creation-cinema__title h1{font-size:31px}.creation-cinema__title>span{font-size:12px}.creation-director__console{padding:7px;border-width:5px;border-radius:24px}.creation-director__prompt{min-height:240px;padding-bottom:178px}.creation-director__prompt textarea{font-size:14px}.creation-director__toolbar{flex-wrap:wrap;overflow:visible}.creation-video-materials{padding:12px;border-radius:16px}.creation-video-materials__header{align-items:stretch;flex-direction:column}.creation-video-materials__uploads{display:grid;grid-template-columns:repeat(3,1fr)}.creation-video-materials__uploads>span{min-width:0;flex-wrap:wrap;justify-content:center}.creation-video-materials__uploads button{width:100%;justify-content:center;padding-inline:6px}.creation-video-materials__filters{flex-wrap:wrap;padding:5px 0}.creation-video-materials__filters>span{width:100%;margin:0}.creation-video-materials__grid,.creation-material-library__grid,.creation-material-library__grid--ip{grid-template-columns:repeat(2,minmax(0,1fr))}.creation-material-library__subhead{grid-template-columns:1fr auto}.creation-material-library__subhead span{grid-column:1 / -1}.creation-cinema__library{margin-top:58px}.creation-cinema__library .creation-section-heading{display:flex}.creation-cinema__ip-head{align-items:stretch;flex-direction:column}.creation-cinema__ip-list{grid-template-columns:1fr}.creation-template-waterfall{column-count:1}.creation-template-library__heading{align-items:flex-start}}@media(prefers-reduced-motion:reduce){.creation-director__generate{transition:none}}.points-page{box-sizing:border-box;width:min(100%,1320px);min-height:calc(100vh - var(--web-topbar-height, 68px));margin:0 auto;padding:34px 28px 72px;color:var(--web-text-strong)}.points-page__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.points-page__header p{display:flex;align-items:center;gap:7px;margin:0 0 7px;color:#4b7dff;font-size:11px;font-weight:750}.points-page__header h1{margin:0 0 7px;font-size:30px;letter-spacing:-.04em}.points-page__header span{color:var(--web-text-muted);font-size:12px}.points-page__header>a{display:inline-flex;flex:none;align-items:center;gap:7px;padding:11px 15px;border-radius:10px;color:#fff;background:#4b7dff;font-size:12px;font-weight:700;text-decoration:none}.points-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.points-overview article{display:grid;min-height:120px;box-sizing:border-box;align-content:center;gap:6px;padding:20px;border:1px solid var(--web-border);border-radius:14px;background:var(--web-surface);box-shadow:0 8px 24px #1e2a460f}.points-overview article.is-primary{color:#fff;border-color:#4b7dff;background:linear-gradient(135deg,#4b7dff,#6c54e8)}.points-overview article>span{color:var(--web-text-muted);font-size:11px}.points-overview article.is-primary>span,.points-overview article.is-primary small{color:#ffffffbd}.points-overview article.is-primary small button{padding:0;border:0;color:inherit;background:transparent;cursor:pointer;font:inherit;text-decoration:underline;text-underline-offset:2px}.points-overview strong{font-size:28px;font-variant-numeric:tabular-nums}.points-overview small{color:var(--web-text-muted);font-size:10px}.points-records{overflow:hidden;border:1px solid var(--web-border);border-radius:16px;background:var(--web-surface);box-shadow:0 12px 34px #1e2a4612}.points-records__tabs{display:flex;gap:26px;padding:0 20px;border-bottom:1px solid var(--web-border)}.points-records__tabs button{position:relative;min-height:52px;border:0;color:var(--web-text-muted);background:transparent;cursor:pointer;font-size:12px}.points-records__tabs button.is-active{color:var(--web-text-strong);font-weight:700}.points-records__tabs button.is-active:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;content:"";background:#4b7dff}.points-records__filters{display:flex;flex-wrap:wrap;gap:8px;padding:14px 20px;border-bottom:1px solid var(--web-border);background:var(--web-surface-soft)}.points-records__filters label{display:flex;min-height:36px;align-items:center;gap:6px;padding:0 9px;border:1px solid var(--web-border);border-radius:8px;color:var(--web-text-muted);background:var(--web-surface)}.points-records__filters input,.points-records__filters select{min-width:0;border:0;outline:0;color:var(--web-text-strong);background:transparent;font:inherit;font-size:11px}.points-filter-search{min-width:170px}.points-filter-search input{width:100%}.points-records__filters>button{display:grid;min-width:36px;min-height:36px;place-items:center;padding:0 12px;border:1px solid var(--web-border);border-radius:8px;color:var(--web-text-muted);background:var(--web-surface);cursor:pointer}.points-records__filters>button.is-primary{color:#fff;border-color:#4b7dff;background:#4b7dff}.points-records__table-wrap{overflow-x:auto}.points-records table{width:100%;min-width:1120px;border-collapse:collapse;font-size:11px}.points-records th{padding:12px 14px;color:var(--web-text-muted);background:var(--web-surface-soft);font-weight:650;text-align:left;white-space:nowrap}.points-records td{max-width:230px;padding:14px;border-top:1px solid var(--web-border);color:var(--web-text-muted);vertical-align:middle}.points-records tbody tr:hover{background:#4b7dff0a}.points-records td strong,.points-records td a{display:block;overflow:hidden;max-width:170px;color:var(--web-text-strong);text-overflow:ellipsis;white-space:nowrap}.points-records td a{margin-top:4px;color:#4b7dff;text-decoration:none}.points-kind{display:inline-flex;align-items:center;gap:5px;color:var(--web-text-strong);white-space:nowrap}.points-prompt{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.points-status{display:inline-flex;padding:4px 7px;border-radius:999px;color:#6d5c00;background:#fff6c5;white-space:nowrap}.points-status--succeeded{color:#087a34;background:#e7f8ed}.points-status--failed,.points-status--canceled{color:#ba2c37;background:#ffedef}.points-value{font-weight:750;font-variant-numeric:tabular-nums}.points-value.is-consumed{color:#e14853}.points-value.is-refunded{color:#00a83b}.points-records__state{display:grid;min-height:320px;place-items:center;align-content:center;gap:9px;color:var(--web-text-muted);font-size:12px;text-align:center}.points-records__state p{margin:0}.points-records__state.is-error{color:#e14853}.points-records__state button{display:inline-flex;align-items:center;gap:5px;padding:8px 11px;border:1px solid var(--web-border);border-radius:8px;background:var(--web-surface);cursor:pointer}.points-records__footer{display:flex;min-height:56px;align-items:center;justify-content:space-between;gap:16px;padding:0 20px;border-top:1px solid var(--web-border);color:var(--web-text-muted);font-size:11px}.points-records__footer>span{display:inline-flex;align-items:center;gap:6px}.points-records__footer>div{display:flex;align-items:center;gap:9px}.points-records__footer button{display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--web-border);border-radius:7px;color:var(--web-text-strong);background:var(--web-surface);cursor:pointer}.points-records__footer button:disabled{opacity:.38;cursor:not-allowed}@media(max-width:900px){.points-overview{grid-template-columns:1fr 1fr}.points-page{padding-inline:18px}}@media(max-width:560px){.points-page{padding:24px 14px calc(92px + env(safe-area-inset-bottom))}.points-page__header{align-items:flex-start;flex-direction:column}.points-overview{grid-template-columns:1fr 1fr;gap:8px}.points-overview article{min-height:100px;padding:14px}.points-overview strong{font-size:23px}.points-records__tabs{gap:18px;overflow-x:auto}.points-records__tabs button{flex:none}.points-records__filters label{box-sizing:border-box;flex:1 1 140px}.points-filter-search{flex-basis:100%!important}.points-records__footer{align-items:flex-start;flex-direction:column;padding-block:12px}}.recharge-page{box-sizing:border-box;width:min(100%,1180px);min-height:calc(100vh - var(--web-topbar-height, 68px));margin:0 auto;padding:34px 28px 72px;color:var(--web-text-strong)}.recharge-page__header{display:flex;min-width:0;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.recharge-page__header h1{margin:0;font-size:30px;letter-spacing:-.04em}.recharge-summary{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:14px;margin-bottom:18px}.recharge-summary>article{position:relative;display:grid;min-width:0;min-height:174px;box-sizing:border-box;align-content:center;overflow:hidden;gap:9px;padding:25px 28px;border:1px solid var(--web-border);border-radius:17px;background:var(--web-surface);box-shadow:0 10px 30px #1e2a4612}.recharge-balance-card{color:#fff;border-color:#527af5!important;background:linear-gradient(135deg,#4f7df7,#6759e7)!important}.recharge-balance-card:after{position:absolute;right:-60px;bottom:-110px;width:250px;height:250px;border-radius:50%;background:#ffffff14;content:"";pointer-events:none}.recharge-summary article>span{position:relative;z-index:1;display:inline-flex;align-items:center;gap:7px;color:var(--web-text-muted);font-size:12px;font-weight:700}.recharge-balance-card>span,.recharge-balance-card>small{color:#ffffffc2!important}.recharge-balance-card>strong,.recharge-balance-card__error>strong{position:relative;z-index:1;font-size:38px;font-variant-numeric:tabular-nums;letter-spacing:-.04em;line-height:1}.recharge-balance-card>strong.is-loading{opacity:.7}.recharge-balance-card>small{position:relative;z-index:1;font-size:11px}.recharge-balance-card__error{position:relative;z-index:1;display:flex;align-items:center;gap:12px}.recharge-balance-card__error button{display:inline-flex;min-height:32px;align-items:center;gap:5px;padding:0 10px;border:1px solid rgb(255 255 255 / 32%);border-radius:8px;color:#fff;background:#ffffff1a;cursor:pointer;font:inherit;font-size:11px}.recharge-rate-card:after{position:absolute;top:-42px;right:-30px;width:150px;height:150px;border-radius:50%;background:#4b7dff0f;content:""}.recharge-rate-card>strong{position:relative;z-index:1;display:flex;align-items:baseline;gap:9px;margin-top:2px;font-variant-numeric:tabular-nums}.recharge-rate-card>strong i{color:var(--web-text-strong);font-size:30px;font-style:normal;letter-spacing:-.035em}.recharge-rate-card>strong em{color:#8490a5;font-size:17px;font-style:normal;font-weight:500}.recharge-rate-card>strong small{color:#4b7dff;font-size:12px}.recharge-packages{margin-bottom:18px;padding:22px;border:1px solid var(--web-border);border-radius:17px;background:var(--web-surface);box-shadow:0 10px 30px #1e2a4612}.recharge-packages>header{margin-bottom:18px}.recharge-packages h2,.recharge-bills__header h2{margin:0;font-size:18px}.recharge-package-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.recharge-package-grid>button{position:relative;display:grid;min-width:0;min-height:146px;box-sizing:border-box;justify-items:start;align-content:center;gap:5px;padding:18px;border:1px solid var(--web-border);border-radius:13px;color:var(--web-text-strong);background:var(--web-surface-soft);cursor:pointer;text-align:left;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease,transform .1s ease}.recharge-package-grid>button:hover{border-color:#aabdf9;background:#4b7dff0a}.recharge-package-grid>button:active{transform:scale(.985)}.recharge-package-grid>button.is-selected{border-color:#4b7dff;background:#f1f5ff;box-shadow:inset 0 0 0 1px #4b7dff,0 8px 22px #4b7dff1c}.recharge-package-grid button>span{color:var(--web-text-muted);font-size:10px}.recharge-package-grid button>strong{font-size:30px;font-variant-numeric:tabular-nums;letter-spacing:-.04em;line-height:1.2}.recharge-package-grid button>strong small{margin-left:5px;color:#4b7dff;font-size:11px;letter-spacing:0}.recharge-package-grid button>em{color:var(--web-text-muted);font-size:12px;font-style:normal;font-weight:650}.recharge-package-grid button>i{position:absolute;top:12px;right:12px;color:var(--web-text-muted);font-size:9px;font-style:normal}.recharge-package-grid button.is-selected>i{color:#315fdc;font-weight:700}.recharge-packages>footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding-top:18px;border-top:1px solid var(--web-border)}.recharge-selection-summary{display:grid;flex:none;gap:4px}.recharge-packages>footer span{color:var(--web-text-muted);font-size:10px}.recharge-packages>footer strong{font-size:13px;font-variant-numeric:tabular-nums}.recharge-start-payment{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:7px;padding:0 18px;border:0;border-radius:10px;color:#fff;background:#4b7dff;box-shadow:0 8px 20px #4b7dff38;cursor:pointer;font:inherit;font-size:12px;font-weight:700;transition:background-color .15s ease,transform .1s ease}.recharge-start-payment:hover{background:#3769ed}.recharge-start-payment:active{transform:scale(.98)}.recharge-bills{overflow:hidden;border:1px solid var(--web-border);border-radius:17px;background:var(--web-surface);box-shadow:0 12px 34px #1e2a4612}.recharge-bills__header{display:flex;align-items:center;gap:8px;padding:22px 22px 17px}.recharge-bills__header>svg{color:#4b7dff}.recharge-bills__types{display:flex;gap:8px;overflow-x:auto;padding:0 20px 13px;border-bottom:1px solid var(--web-border);scrollbar-width:none}.recharge-bills__types::-webkit-scrollbar{display:none}.recharge-bills__types button{min-height:34px;flex:none;padding:0 13px;border:1px solid transparent;border-radius:999px;color:var(--web-text-muted);background:transparent;cursor:pointer;font:inherit;font-size:12px;transition:color .15s ease,border-color .15s ease,background-color .15s ease}.recharge-bills__types button:hover{color:var(--web-text-strong);background:var(--web-surface-soft)}.recharge-bills__types button.is-active{color:#315fdc;border-color:#dce5ff;background:#edf2ff;font-weight:700}.recharge-bills__filters{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 18px;padding:14px 20px;border-bottom:1px solid var(--web-border);background:var(--web-surface-soft)}.recharge-date-range{display:flex;min-width:0;align-items:center;gap:8px;color:var(--web-text-muted)}.recharge-date-range>label{display:flex;min-height:38px;box-sizing:border-box;align-items:center;gap:8px;padding:0 10px;border:1px solid var(--web-border);border-radius:9px;background:var(--web-surface);transition:border-color .15s ease,box-shadow .15s ease}.recharge-date-range>label:focus-within{border-color:#91aaff;box-shadow:0 0 0 3px #4b7dff21}.recharge-date-range label>span{color:var(--web-text-muted);font-size:10px;white-space:nowrap}.recharge-date-range input{min-width:0;width:118px;border:0;outline:0;color:var(--web-text-strong);background:transparent;font:inherit;font-size:11px}.recharge-date-range>i{color:var(--web-text-muted);font-size:11px;font-style:normal}.recharge-date-range>label.recharge-source-filter{min-width:138px}.recharge-source-filter select{width:100%;min-width:0;border:0;outline:0;color:var(--web-text-strong);background:transparent;font:inherit;font-size:11px}.recharge-bills__filter-actions{display:flex;align-items:center;gap:8px}.recharge-bills__filter-actions>button:not(.recharge-icon-button){display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:6px;padding:0 13px;border:1px solid var(--web-border);border-radius:9px;color:var(--web-text-muted);background:var(--web-surface);cursor:pointer;font:inherit;font-size:12px}.recharge-bills__filter-actions>button.is-primary{color:#fff;border-color:#4b7dff;background:#4b7dff}.recharge-icon-button{display:grid;width:40px;height:40px;flex:none;place-items:center;padding:0;border:1px solid var(--web-border);border-radius:10px;color:var(--web-text-muted);background:var(--web-surface);cursor:pointer;transition:color .15s ease,border-color .15s ease,background-color .15s ease}.recharge-icon-button:hover{color:#4b7dff;border-color:#b8c8f5}.recharge-icon-button:disabled{opacity:.55;cursor:wait}.recharge-filter-error{width:100%;margin:0;color:#d84d57;font-size:11px}.recharge-panel-state{display:grid;min-height:250px;place-content:center;justify-items:center;gap:9px;padding:22px;color:var(--web-text-muted);text-align:center}.recharge-panel-state strong{color:var(--web-text-strong);font-size:14px}.recharge-panel-state span{max-width:440px;font-size:12px;line-height:1.6}.recharge-panel-state.is-error>svg{color:#d84d57}.recharge-panel-state.is-empty>svg{color:#91a7df}.recharge-panel-state button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:6px;margin-top:4px;padding:0 13px;border:1px solid var(--web-border);border-radius:9px;color:var(--web-text-strong);background:var(--web-surface);cursor:pointer;font:inherit;font-size:12px}.recharge-bills__table-wrap{overflow-x:auto}.recharge-bills table{width:100%;min-width:920px;border-collapse:collapse;font-size:12px}.recharge-bills th{padding:13px 16px;color:var(--web-text-muted);background:var(--web-surface-soft);font-weight:650;text-align:left;white-space:nowrap}.recharge-bills td{max-width:300px;padding:16px;border-top:1px solid var(--web-border);color:var(--web-text-muted);vertical-align:middle}.recharge-bills tbody tr:hover{background:#4b7dff0a}.recharge-bills .is-number{font-variant-numeric:tabular-nums;text-align:right}.recharge-bill-type{display:inline-flex;min-height:26px;box-sizing:border-box;align-items:center;padding:4px 9px;border-radius:7px;font-size:11px;font-weight:700;white-space:nowrap}.recharge-bill-type.is-income{color:#24864d;background:#eaf8ef}.recharge-bill-type.is-expense{color:#c5454d;background:#fff0f1}.recharge-bill-type.is-payment{color:#386dda;background:#edf4ff}.recharge-bill-type.is-gift{color:#8b5cc0;background:#f5edff}.recharge-bill-description{display:block;overflow:hidden;max-width:300px;color:var(--web-text-strong);text-overflow:ellipsis;white-space:nowrap}.recharge-bill-delta{font-weight:750;font-variant-numeric:tabular-nums}.recharge-bill-delta.is-positive{color:#2fa259}.recharge-bill-delta.is-negative{color:#e04e57}.recharge-bill-after{color:var(--web-text-strong)!important;font-weight:700}.recharge-bills code{color:var(--web-text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;white-space:nowrap}.recharge-bills__cards{display:none}.recharge-bills__footer{display:flex;min-height:56px;box-sizing:border-box;align-items:center;justify-content:space-between;gap:16px;padding:10px 20px;border-top:1px solid var(--web-border);color:var(--web-text-muted);font-size:11px}.recharge-bills__footer>div{display:flex;align-items:center;gap:10px}.recharge-bills__footer button{display:grid;width:32px;height:32px;place-items:center;padding:0;border:1px solid var(--web-border);border-radius:8px;color:var(--web-text-strong);background:var(--web-surface);cursor:pointer}.recharge-bills__footer button:disabled{opacity:.38;cursor:not-allowed}.recharge-package-grid>button:focus-visible,.recharge-packages>footer button:focus-visible,.recharge-bills button:focus-visible,.recharge-balance-card button:focus-visible{outline:3px solid rgb(75 125 255 / 28%);outline-offset:2px}.app-shell--dark .recharge-rate-card:after{background:#6284ff1a}.app-shell--dark .recharge-package-grid>button.is-selected{border-color:#668eff;background:#1c2947;box-shadow:inset 0 0 0 1px #668eff}.app-shell--dark .recharge-bills__types button.is-active{color:#adc0ff;border-color:#354a7d;background:#202d4e}.app-shell--dark .recharge-bill-type.is-income{color:#83d9a4;background:#193728}.app-shell--dark .recharge-bill-type.is-expense{color:#ff9da4;background:#42242a}.app-shell--dark .recharge-bill-type.is-payment{color:#a8c2ff;background:#20345b}.app-shell--dark .recharge-bill-type.is-gift{color:#d1adff;background:#38264c}.recharge-payment-overlay{position:fixed;z-index:2200;top:0;right:0;bottom:0;left:0;display:grid;box-sizing:border-box;place-items:center;overflow-y:auto;padding:24px;background:#0f141f94;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.recharge-payment-dialog{position:relative;width:min(100%,420px);box-sizing:border-box;overflow:hidden;border:1px solid rgb(255 255 255 / 42%);border-radius:20px;color:#1c2433;background:#fff;box-shadow:0 28px 90px #050c1c47}.recharge-payment-dialog>header{display:flex;min-height:66px;box-sizing:border-box;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid #edf0f5}.recharge-payment-dialog>header h2{margin:0;font-size:19px}.recharge-payment-dialog>header button{display:grid;width:34px;height:34px;place-items:center;padding:0;border:0;border-radius:50%;color:#7a8392;background:transparent;cursor:pointer}.recharge-payment-dialog>header button:hover{color:#25304a;background:#f2f4f8}.recharge-payment-pending{display:grid;justify-items:center;padding:22px 28px 28px;text-align:center}.recharge-payment-amount{display:flex;align-items:baseline;justify-content:center;gap:8px;margin-bottom:17px;color:#8a93a3}.recharge-payment-amount>span{font-size:11px}.recharge-payment-amount>strong{color:#121826;font-size:27px;font-variant-numeric:tabular-nums;letter-spacing:-.03em}.recharge-payment-amount>em{color:#4b7dff;font-size:11px;font-style:normal;font-weight:700}.recharge-payment-method-picker{display:grid;min-height:310px;box-sizing:border-box;align-content:center;gap:17px;padding:28px}.recharge-payment-method-picker .recharge-payment-amount{margin:0}.recharge-payment-method-picker__options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.recharge-payment-method-picker__options>button{display:flex;min-width:0;min-height:82px;align-items:center;gap:11px;padding:14px;border:1px solid #e1e5ed;border-radius:12px;color:#7b8494;background:#f9fafc;cursor:pointer;font:inherit;text-align:left;transition:color .15s ease,border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.recharge-payment-method-picker__options>button>span{display:grid;min-width:0;gap:3px}.recharge-payment-method-picker__options>button strong{color:#252d3b;font-size:13px}.recharge-payment-method-picker__options>button small{color:#8b94a3;font-size:10px}.recharge-payment-method-picker__options>button.is-selected{color:#376fe0;border-color:#8ca9f2;background:#f0f5ff;box-shadow:inset 0 0 0 1px #8ca9f2}.recharge-payment-method-picker__options>button[data-channel=wechat].is-selected{color:#1b9a52;border-color:#84d2a5;background:#eefaf3;box-shadow:inset 0 0 0 1px #84d2a5}.recharge-payment-method-picker__options>button:disabled{opacity:.48;cursor:not-allowed}.recharge-payment-brand{flex:0 0 32px;width:32px;height:32px}.recharge-payment-method-picker__options>button:focus-visible{outline:2px solid #4b7dff;outline-offset:3px}.recharge-payment-method-picker__error{margin:-6px 0 0;color:#d54f58;font-size:11px;text-align:center}.recharge-payment-method-picker>button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:7px;border:0;border-radius:10px;color:#fff;background:#4b7dff;cursor:pointer;font:inherit;font-size:12px;font-weight:700}.recharge-payment-method-picker>button:disabled{opacity:.64;cursor:wait}.recharge-payment-qr{display:grid;width:216px;height:216px;box-sizing:border-box;place-items:center;margin-bottom:16px;padding:10px;border:1px solid #e8ebf1;border-radius:15px;background:#fff;box-shadow:0 8px 28px #17244114}.recharge-payment-qr img{display:block;width:100%;height:100%;object-fit:contain;image-rendering:pixelated}.recharge-payment-redirect{display:grid;width:216px;min-height:170px;place-content:center;justify-items:center;gap:18px;margin-bottom:16px;border:1px solid #dce6ff;border-radius:15px;color:#3973e9;background:#f4f7ff}.recharge-payment-redirect a{padding:11px 16px;border-radius:9px;color:#fff;background:#3973e9;font-size:12px;font-weight:700;text-decoration:none}.recharge-payment-pending>strong{font-size:15px}.recharge-payment-pending>p{margin:6px 0 13px;color:#8a93a3;font-size:11px}.recharge-payment-checking{display:inline-flex;align-items:center;gap:6px;color:#7b8596;font-size:11px}.recharge-payment-error{display:grid;justify-items:center;gap:8px;color:#d54f58;font-size:11px}.recharge-payment-error button,.recharge-payment-state button,.recharge-payment-success>button{min-height:38px;padding:0 15px;border:0;border-radius:9px;color:#fff;background:#4b7dff;cursor:pointer;font:inherit;font-size:12px;font-weight:700}.recharge-payment-success,.recharge-payment-state{display:grid;min-height:330px;box-sizing:border-box;place-content:center;justify-items:center;gap:10px;padding:28px;text-align:center}.recharge-payment-success>span{display:grid;width:70px;height:70px;place-items:center;margin-bottom:4px;border-radius:50%;color:#2aa85c;background:#eaf9f0}.recharge-payment-success>strong{color:#1f8c4b;font-size:27px;font-variant-numeric:tabular-nums;letter-spacing:-.03em}.recharge-payment-success>p{margin:0 0 8px;color:#7a8392;font-size:12px}.recharge-payment-state{color:#858e9f}.recharge-payment-state>strong{color:#252e3d;font-size:16px}.recharge-payment-state>p{max-width:320px;margin:0;color:#7a8392;font-size:12px;line-height:1.7}.recharge-payment-state.is-processing>svg{color:#3973e9}.recharge-payment-state.is-failed>svg{color:#d54f58}.recharge-payment-dialog button:focus-visible{outline:3px solid rgb(75 125 255 / 28%);outline-offset:2px}html[data-theme=dark] .recharge-payment-dialog{color:#edf1f8;border-color:#354057;background:#151c2a;box-shadow:0 30px 100px #0009}html[data-theme=dark] .recharge-payment-dialog>header{border-color:#2b3446}html[data-theme=dark] .recharge-payment-dialog>header button{color:#aab3c3}html[data-theme=dark] .recharge-payment-dialog>header button:hover{color:#fff;background:#242e40}html[data-theme=dark] .recharge-payment-amount>strong{color:#f5f7fb}html[data-theme=dark] .recharge-payment-method-picker__options>button{color:#aab3c2;border-color:#364056;background:#1b2332}html[data-theme=dark] .recharge-payment-method-picker__options>button strong{color:#eef2f8}html[data-theme=dark] .recharge-payment-method-picker__options>button.is-selected{color:#a9c1ff;border-color:#5875b5;background:#202d4e;box-shadow:inset 0 0 0 1px #5875b5}html[data-theme=dark] .recharge-payment-method-picker__options>button[data-channel=wechat].is-selected{color:#90e3b1;border-color:#376c50;background:#193728;box-shadow:inset 0 0 0 1px #376c50}html[data-theme=dark] .recharge-payment-qr{border-color:#364057}html[data-theme=dark] .recharge-payment-state>strong{color:#eef2f8}@media(max-width:900px){.recharge-page{padding-inline:18px}.recharge-summary{grid-template-columns:1fr 1fr}.recharge-package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.recharge-bills__filters{align-items:stretch;flex-direction:column}.recharge-bills__filter-actions{justify-content:flex-end}}@media(max-width:720px){.recharge-summary{grid-template-columns:1fr}.recharge-bills__table-wrap{display:none}.recharge-bills__cards{display:grid}.recharge-bills__cards article{display:grid;gap:12px;padding:18px;border-top:1px solid var(--web-border)}.recharge-bills__cards article:first-child{border-top:0}.recharge-bills__cards header{display:flex;align-items:center;justify-content:space-between;gap:14px}.recharge-bills__cards p{margin:0;color:var(--web-text-strong);font-size:13px;line-height:1.55;overflow-wrap:anywhere}.recharge-bills__cards dl{display:grid;grid-template-columns:1fr 1fr;gap:9px 16px;margin:0}.recharge-bills__cards dl>div{display:grid;min-width:0;gap:3px}.recharge-bills__cards dl>div:last-child{grid-column:1 / -1}.recharge-bills__cards dt{color:var(--web-text-muted);font-size:10px}.recharge-bills__cards dd{min-width:0;overflow:hidden;margin:0;color:var(--web-text-strong);font-size:11px;text-overflow:ellipsis;white-space:nowrap}}@media(max-width:560px){.recharge-page{padding:24px 14px calc(92px + env(safe-area-inset-bottom))}.recharge-page__header h1{font-size:27px}.recharge-summary>article{min-height:154px;padding:22px}.recharge-packages{padding:18px 14px}.recharge-packages>footer{align-items:stretch;flex-direction:column}.recharge-package-grid{gap:8px}.recharge-package-grid>button{min-height:132px;padding:14px}.recharge-package-grid button>strong{font-size:27px}.recharge-start-payment{min-height:44px;width:100%}.recharge-bills__header{padding:19px 16px 15px}.recharge-bills__types{padding:0 14px 12px}.recharge-bills__types button{min-height:38px}.recharge-bills__filters{padding:14px}.recharge-date-range{display:grid;width:100%;grid-template-columns:1fr;gap:8px}.recharge-date-range>svg,.recharge-date-range>i{display:none}.recharge-date-range>label{min-height:44px;justify-content:space-between}.recharge-date-range input{width:auto;max-width:150px}.recharge-date-range>label.recharge-source-filter{width:100%}.recharge-bills__filter-actions{display:grid;grid-template-columns:1fr 1fr 44px}.recharge-bills__filter-actions>button:not(.recharge-icon-button){min-height:44px}.recharge-icon-button{width:44px;height:44px}.recharge-bills__footer{align-items:flex-start;flex-direction:column;padding:13px 18px}.recharge-bills__footer>div{width:100%;justify-content:space-between}.recharge-panel-state{min-height:230px}.recharge-payment-overlay{align-items:end;padding:12px}.recharge-payment-dialog{border-radius:20px 20px 14px 14px}.recharge-payment-dialog>header{min-height:60px;padding:0 18px}.recharge-payment-pending{padding:18px 20px max(24px,env(safe-area-inset-bottom))}.recharge-payment-method-picker{min-height:340px;padding:22px 18px max(24px,env(safe-area-inset-bottom))}.recharge-payment-method-picker__options{grid-template-columns:1fr}.recharge-payment-qr{width:204px;height:204px}}@media(prefers-reduced-motion:reduce){.sidebar__nav{scroll-behavior:auto}.recharge-package-grid>button{transition:none}}.app-shell--studio:has(.project-workspace) .content{padding-bottom:0}.project-workspace{min-height:calc(100vh - var(--web-topbar-height, 68px));color:#e9eaf0;background:#101116}.project-workspace__main{display:flex;min-width:0;min-height:calc(100vh - var(--web-topbar-height, 68px));flex-direction:column;padding:0 14px 430px}.project-workspace__header{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #25272d}.project-workspace__header>div{display:flex;min-width:0;align-items:center;gap:8px;color:#70747e;font-size:12px}.project-workspace__header>div>a{color:#aeb2bc;text-decoration:none;transition:color .15s ease}.project-workspace__header>div>a:hover,.project-workspace__header>div>a:focus-visible{outline:0;color:#fff}.project-workspace__header strong{overflow:hidden;color:#dedfe4;text-overflow:ellipsis;white-space:nowrap}.project-workspace__header>a,.project-workspace__state>a{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:8px;color:#111308;background:#c8ff28;font-size:11px;font-weight:800;text-decoration:none}.project-assets-grid{display:grid;grid-template-columns:repeat(3,minmax(230px,1fr));gap:4px}.project-asset-card{position:relative;box-sizing:border-box;aspect-ratio:1;overflow:hidden;min-height:0;margin:0;border:1px solid #292b31;background:#202124}.project-asset-card--result{display:grid;min-height:0;grid-template-rows:minmax(0,1fr) auto}.project-asset-card--result.is-selected{z-index:1;border-color:#b49aff;box-shadow:inset 0 0 0 1px #b49aff61}.project-asset-card__open{position:relative;display:block;width:100%;height:100%;min-height:0;padding:0;overflow:hidden;border:0;color:inherit;background:transparent;cursor:pointer;text-align:left}.project-asset-card__open:focus-visible{outline:2px solid #c8ff28;outline-offset:-3px}.project-asset-card--result img,.project-asset-card--result video{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;min-width:0;min-height:0;object-fit:contain;background:#202124}.project-asset-card__details{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:5px 10px;padding:9px 11px 10px;border-top:1px solid #2d3037;color:#8c909a;background:#1a1b20}.project-asset-card__details>span{display:grid;min-width:0;gap:2px}.project-asset-card__details>span:first-child{min-width:0;flex:1 1 100px}.project-asset-card__details small{color:#70747f;font-size:8px;letter-spacing:.04em}.project-asset-card__details strong{display:inline-flex;min-width:0;align-items:center;gap:4px;color:#d4d7df;font-size:10px;font-weight:700;white-space:nowrap}.project-asset-card__details strong>span{overflow:hidden;text-overflow:ellipsis}.project-mock-badge{position:absolute;z-index:1;top:12px;left:12px;padding:6px 9px;border:1px solid rgb(255 198 73 / 72%);border-radius:999px;color:#5c3d00;background:#ffd66d;box-shadow:0 4px 14px #0000002e;font-size:10px;font-weight:900;letter-spacing:.08em}.project-asset-card__overlay{position:absolute;inset:auto 0 0;display:flex;align-items:center;gap:10px;padding:28px 12px 10px;color:#d8dbe2;background:linear-gradient(transparent,#000000b3);font-size:10px;opacity:0;transition:opacity .15s ease}.project-asset-card__overlay time{margin-left:auto}.project-asset-card:hover .project-asset-card__overlay{opacity:1}.project-asset-card__fullscreen{position:absolute;z-index:2;right:10px;bottom:36px;display:inline-flex;align-items:center;gap:5px;padding:7px 9px;border:1px solid rgb(255 255 255 / 18%);border-radius:8px;color:#e8ffc0;background:#0a0b0ec7;font-size:10px;font-weight:750;cursor:zoom-in;opacity:1;transition:border-color .15s ease,background .15s ease}.project-asset-card:hover .project-asset-card__fullscreen,.project-asset-card__fullscreen:focus-visible{opacity:1}.project-asset-card__fullscreen:hover,.project-asset-card__fullscreen:focus-visible{outline:0;border-color:#c8ff28;background:#1d2214eb}@media(hover:none){.project-asset-card__fullscreen{opacity:1}}.project-result-preview{position:fixed;z-index:300;top:0;right:0;bottom:0;left:0;display:grid;padding:clamp(14px,3vw,36px);place-items:center;background:#030407eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.project-result-preview>section{display:grid;width:min(1480px,100%);height:min(920px,100%);min-height:0;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid #3b3e47;border-radius:18px;background:#111217;box-shadow:0 28px 80px #00000094}.project-result-preview header{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:20px;padding:13px 16px;border-bottom:1px solid #292c34}.project-result-preview header>div{display:grid;min-width:0;gap:3px}.project-result-preview header strong{display:inline-flex;align-items:center;gap:6px;color:#f1f2f5;font-size:13px}.project-result-preview header span{overflow:hidden;color:#8f939d;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.project-result-preview header button{display:grid;width:36px;height:36px;flex:none;place-items:center;padding:0;border:1px solid #414550;border-radius:10px;color:#e8e9ed;background:#272930;cursor:pointer}.project-result-preview header button:hover,.project-result-preview header button:focus-visible{outline:0;border-color:#b49aff;color:#fff;background:#36333f}.project-result-preview__media{position:relative;display:grid;width:100%;height:100%;min-width:0;min-height:0;box-sizing:border-box;overflow:hidden;place-items:center;background:#08090c8a}.project-result-preview__media img,.project-result-preview__media video{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:contain}.project-result-preview footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 16px;border-top:1px solid #292c34;color:#888d97;font-size:10px}.project-asset-card--generating{display:grid;min-height:0;place-items:center;color:#baff25;background:radial-gradient(circle at 50% 15%,rgb(190 255 36 / 8%),transparent 42%),#222324}.project-generating-badge{position:absolute;top:16px;left:16px;display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border:1px solid #33362e;border-radius:999px;color:#bdff27;background:#282a25;font-size:11px;font-weight:750}.project-generating-badge b{color:#ffd66d;font-weight:900}.project-generating-mark{color:#42453d}.project-generating-copy{position:absolute;right:16px;bottom:17px;left:16px;display:grid;gap:6px}.project-generating-copy strong{overflow:hidden;color:#e4e6e9;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.project-generating-copy>span,.project-generating-copy small{color:#7e828a;font-size:9px}.project-generating-copy>span{display:inline-flex;align-items:center;gap:4px}.project-generating-progress{height:3px;overflow:hidden;border-radius:999px;background:#373a3e}.project-generating-progress i{display:block;height:100%;border-radius:inherit;background:#c5ff25;transition:width .3s ease}.project-asset-card--failed{display:grid;place-items:center;align-content:center;gap:8px;padding:24px;color:#ff7d85;text-align:center;background:#261b1f}.project-asset-card--failed strong{color:#f2d9dc;font-size:13px}.project-asset-card--failed p{max-width:280px;margin:0;color:#aa8589;font-size:10px;line-height:1.6}.project-asset-card--failed small{color:#765d61;font-size:9px}.project-workspace__state{display:grid;min-height:420px;place-items:center;align-content:center;gap:10px;color:#8b8f99;font-size:12px;text-align:center}.project-workspace__state h1,.project-workspace__state p{margin:0}.project-workspace__state h1{color:#e7e8ec;font-size:17px}.project-workspace__state button{display:inline-flex;align-items:center;gap:5px;padding:7px 11px;border:1px solid #41444c;border-radius:7px;color:#d8dae0;background:#25272d;cursor:pointer}.project-workspace__state--error{color:#ff858d}@media(max-width:1100px){.project-assets-grid{grid-template-columns:repeat(2,minmax(210px,1fr))}}@media(max-width:760px){.project-assets-grid{grid-template-columns:1fr 1fr}.project-asset-card,.project-asset-card--result,.project-asset-card__open,.project-asset-card--result img,.project-asset-card--result video{min-height:0}.project-asset-card__details{gap:4px 7px;padding-inline:8px}.project-asset-card__details small{font-size:7px}.project-asset-card__details strong{font-size:9px}}@media(max-width:820px){.project-workspace__main{padding-bottom:460px}.creation-cinema.creation-cinema--embedded{padding:0}}@media(max-width:520px){.project-assets-grid{grid-template-columns:1fr}.project-workspace__main{padding-inline:8px}.creation-cinema--embedded{right:8px;bottom:calc(72px + env(safe-area-inset-bottom));left:8px}.project-result-preview{padding:0}.project-result-preview>section{width:100%;height:100%;border:0;border-radius:0}.project-result-preview footer{align-items:flex-start;flex-direction:column;gap:4px}}.creation-generation-controls:not(:has(.creation-audio-toggle))>.creation-param-select:last-child .creation-param-select__trigger{min-width:92px;color:#e9ebf0;font-variant-numeric:tabular-nums;font-weight:700}.creation-generation-controls:not(:has(.creation-audio-toggle))>.creation-param-select:last-child .creation-param-select__menu{min-width:112px}.creation-generation-controls:not(:has(.creation-audio-toggle))>.creation-param-select:last-child .creation-param-select__option-label{font-variant-numeric:tabular-nums}.creation-director__prompt textarea,.creation-prompt-mention-editor__input{scrollbar-color:#5b5f69 transparent;scrollbar-width:thin}.creation-director__prompt textarea::-webkit-scrollbar,.creation-prompt-mention-editor__input::-webkit-scrollbar{width:7px}.creation-director__prompt textarea::-webkit-scrollbar-track,.creation-prompt-mention-editor__input::-webkit-scrollbar-track{background:transparent}.creation-director__prompt textarea::-webkit-scrollbar-thumb,.creation-prompt-mention-editor__input::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#5b5f69;background-clip:padding-box}.creation-cinema--embedded{max-height:min(360px,calc(100vh - 84px));overflow-y:auto;overscroll-behavior:contain;scrollbar-color:#4c505a transparent;scrollbar-gutter:stable;scrollbar-width:thin}.creation-cinema--embedded::-webkit-scrollbar{width:7px}.creation-cinema--embedded::-webkit-scrollbar-track{background:transparent}.creation-cinema--embedded::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#4c505a;background-clip:padding-box}.creation-director{grid-template-columns:94px minmax(0,1fr);gap:10px}.creation-director__mode{gap:5px;padding:6px;border-width:6px;border-radius:26px}.creation-director__mode button{min-height:59px;gap:5px;border-radius:19px;font-size:12px}.creation-director__mode button svg{width:19px;height:19px}.creation-cinema--embedded .creation-director{grid-template-columns:94px minmax(0,1fr)}.creation-cinema--embedded .creation-director__mode button{min-height:59px}.creation-director__console{padding:8px;border-width:7px;border-radius:27px}.creation-director__prompt{min-height:142px;padding:0 172px 50px 0;border-radius:20px}.creation-director__prompt textarea,.creation-prompt-mention-editor__input{height:90px;min-height:90px;max-height:90px;padding:16px 19px;font-size:14px;line-height:1.45}.creation-director__counter{top:10px;right:184px}.creation-director__toolbar{right:180px;bottom:9px;left:14px;gap:6px}.creation-director__prompt.has-material-trigger .creation-director__toolbar{left:57px}.creation-director__toolbar>button,.creation-param-select__trigger{height:34px;border-radius:9px;font-size:12px}.creation-director__toolbar .creation-param-select__trigger{min-width:72px;padding-inline:9px}.creation-director__toolbar .creation-param-select--model{width:145px;flex-basis:145px}.creation-director__toolbar .creation-param-select--resolution{width:82px;flex-basis:82px}.creation-director__toolbar .creation-param-select--ratio{width:78px;flex-basis:78px}.creation-audio-toggle,.creation-director__toolbar>button.creation-audio-toggle{height:34px}.creation-director__generate{right:12px;bottom:12px;width:148px;height:118px;gap:6px;border-radius:18px}.creation-director__generate strong{font-size:12px}.creation-director__generate span{max-width:130px;font-size:12px}.creation-director__material-trigger{position:absolute;z-index:3;bottom:9px;left:14px;display:grid;width:34px;height:34px;place-items:center;padding:0;border:0;border-radius:9px;color:#d7d9df;background:#3a3c41;cursor:pointer}.creation-director__material-trigger>svg{width:16px;height:16px}.creation-director__material-trigger:hover,.creation-director__material-trigger:focus-visible{outline:0;color:#fff;background:#494c53;box-shadow:0 0 0 2px #a98bff3d}.creation-director__material-trigger:disabled{cursor:wait;opacity:.55}.creation-director__material-tooltip{position:absolute;bottom:calc(100% + 9px);left:0;width:max-content;padding:5px 8px;border-radius:6px;color:#f1f2f5;background:#141519;box-shadow:0 6px 18px #00000057;font-size:12px;font-weight:600;pointer-events:none;opacity:0;transform:translateY(3px);transition:opacity .12s ease,transform .12s ease}.creation-director__material-trigger:hover .creation-director__material-tooltip,.creation-director__material-trigger:focus-visible .creation-director__material-tooltip{opacity:1;transform:translateY(0)}.creation-selected-materials{position:static;display:flex;width:100%;height:84px;box-sizing:border-box;align-items:center;gap:10px;margin-bottom:8px;padding:4px 8px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.creation-selected-materials::-webkit-scrollbar{display:none}.creation-selected-material{position:relative;display:inline-flex;width:76px;height:76px;flex:0 0 auto;align-items:center;justify-content:center;overflow:visible;border:1px solid #4b4f57;border-radius:13px;color:#d8d0ff;background:#302d40}.creation-selected-material--audio{color:#d8ffb9;background:#263a2b}.creation-selected-material__preview{padding:0;border:0;color:inherit;background:transparent;cursor:pointer;display:grid;width:100%;height:100%;overflow:hidden;place-items:center;border-radius:12px}.creation-selected-material__preview img,.creation-selected-material__preview video{display:block;width:100%;height:100%;object-fit:cover}.creation-selected-material>.creation-selected-material__remove{position:absolute;top:4px;right:4px;display:grid;width:24px;height:24px;place-items:center;padding:0;border:1px solid #50535b;border-radius:50%;color:#e7e8ec;background:#1a1c20;cursor:pointer}.creation-selected-material>.creation-selected-material__remove:hover,.creation-selected-material>.creation-selected-material__remove:focus-visible{outline:0;color:#262812;background:#d5ff5f}.creation-reference-modal{position:fixed;z-index:300;top:0;right:0;bottom:0;left:0;display:grid;box-sizing:border-box;place-items:center;padding:24px;background:#050609b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.creation-reference-modal>.creation-video-materials{width:min(960px,100%);max-height:min(720px,calc(100dvh - 48px));box-sizing:border-box;margin:0;padding:18px;overflow:auto;border-color:#444851;border-radius:22px;background:#202226;box-shadow:0 28px 80px #0000008a;scrollbar-color:#50545e transparent}.creation-reference-modal .creation-video-materials__header{align-items:flex-start}.creation-reference-modal .creation-video-materials__title strong{font-size:16px}.creation-reference-modal .creation-video-materials__uploads{align-items:center}.creation-video-materials__library-label{display:inline-flex;align-items:center;gap:5px;padding:0 5px;color:#858992;font-size:12px}.creation-reference-modal .creation-material-library{max-height:none;margin-bottom:10px;overflow:visible;border-color:#363a42;background:#1b1d21;box-shadow:none}.creation-reference-modal .creation-video-materials__grid{max-height:none;grid-template-columns:repeat(5,minmax(0,1fr));overflow:visible}.creation-reference-modal__dialog{width:min(960px,100%);max-height:min(720px,calc(100dvh - 48px));box-sizing:border-box;overflow:auto;padding:20px;border:1px solid #444851;border-radius:22px;color:#e7e8eb;background:#202226;box-shadow:0 28px 80px #0000008a;scrollbar-color:#50545e transparent}.creation-reference-modal__header{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:16px}.creation-reference-modal__header strong{color:#f1f2f5;font-size:16px}.creation-reference-modal__header span{color:#858992;font-size:12px;line-height:1.5}.creation-reference-modal__header>button{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;padding:0;border:1px solid #41444d;border-radius:9px;color:#bfc2ca;background:#292c32;cursor:pointer}.creation-reference-modal__header>button:hover,.creation-reference-modal__header>button:focus-visible{outline:0;border-color:#a98bff;color:#fff}.creation-reference-modal__primary-tabs,.creation-reference-modal__secondary-tabs{display:flex;align-items:center;gap:6px;overflow-x:auto;scrollbar-width:none}.creation-reference-modal__primary-tabs::-webkit-scrollbar,.creation-reference-modal__secondary-tabs::-webkit-scrollbar{display:none}.creation-reference-modal__primary-tabs{gap:4px;margin-top:18px;border-bottom:1px solid #34373e}.creation-reference-modal__primary-tabs button{position:relative;display:inline-flex;min-height:42px;flex:0 0 auto;align-items:center;gap:6px;padding:0 13px;border:0;color:#858992;background:transparent;font-size:12px;cursor:pointer}.creation-reference-modal__primary-tabs button.is-active{color:#eeeaff;font-weight:700}.creation-reference-modal__primary-tabs button.is-active:after{position:absolute;right:8px;bottom:-1px;left:8px;height:2px;border-radius:999px;background:#a98bff;content:""}.creation-reference-modal__section-heading{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:14px;margin:18px 0 10px}.creation-reference-modal__section-heading strong{color:#e9eaf0;font-size:14px}.creation-reference-modal__section-heading span{color:#858992;font-size:12px;line-height:1.5}.creation-reference-modal__section-heading>span{flex:none;color:#a98bff;font-variant-numeric:tabular-nums}.creation-reference-upload-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.creation-reference-upload-card{display:block;min-width:0}.creation-reference-upload-card__button{display:flex;width:100%;min-height:82px;box-sizing:border-box;align-items:center;gap:10px;padding:12px;border:1px solid #393c43;border-radius:13px;color:#c9cbd1;background:#292c32;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease}.creation-reference-upload-card__button:hover:not(:disabled),.creation-reference-upload-card__button:focus-visible{outline:0;border-color:#a98bff;background:#30303a}.creation-reference-upload-card__button:disabled{cursor:wait;opacity:.62}.creation-reference-upload-card__icon{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:10px;color:#c8baff;background:#37334d}.creation-reference-upload-card__button--video .creation-reference-upload-card__icon{color:#bfe9ff;background:#263e4e}.creation-reference-upload-card__button--audio .creation-reference-upload-card__icon{color:#d4ffb7;background:#2e4327}.creation-reference-upload-card__button>span:nth-child(2){display:grid;min-width:0;gap:4px}.creation-reference-upload-card__button strong,.creation-reference-upload-card__button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creation-reference-upload-card__button strong{color:#eef0f4;font-size:13px}.creation-reference-upload-card__button small{color:#8b8f9a;font-size:12px}.creation-reference-upload-card__plus{margin-left:auto;flex:0 0 auto;color:#a98bff}.creation-reference-modal__secondary-tabs{margin:18px 0 12px;padding-bottom:8px;border-bottom:1px solid #34373e}.creation-reference-modal__secondary-tabs button{min-height:30px;flex:0 0 auto;padding:0 10px;border:0;border-radius:7px;color:#858992;background:transparent;font-size:12px;cursor:pointer}.creation-reference-modal__secondary-tabs button:hover,.creation-reference-modal__secondary-tabs button:focus-visible{outline:0;color:#f1f2f5;background:#30333a}.creation-reference-modal__secondary-tabs button.is-active{color:#d9ceff;background:#8c71e42e}.creation-material-picker-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.creation-material-picker-card{position:relative;min-width:0;overflow:hidden;border:1px solid #393c43;border-radius:12px;background:#292c32}.creation-material-picker-card.is-selected{border-color:#a98bff;box-shadow:0 0 0 1px #a98bff3d}.creation-material-picker-card.is-unavailable{opacity:.58}.creation-material-picker-card__pick{display:block;width:100%;padding:0;border:0;color:#c7cad1;background:transparent;text-align:left;cursor:pointer}.creation-material-picker-card__pick:focus-visible{outline:2px solid #b29bff;outline-offset:-2px}.creation-material-picker-card__pick:disabled{cursor:not-allowed}.creation-material-picker-card__preview{position:relative;display:grid;height:240px;place-items:center;overflow:hidden;color:#c8baff;background:#302d40}.creation-material-picker-card__preview--video{color:#bfe9ff;background:#263e4e}.creation-material-picker-card__preview--audio{color:#d4ffb7;background:#2e4327}.creation-material-picker-card__preview img,.creation-material-picker-card__preview video{display:block;width:100%;height:100%;object-fit:contain}.creation-material-picker-card__kind{position:absolute;right:7px;bottom:7px;padding:3px 6px;border-radius:5px;color:#f1f2f5;background:#08090cb8;font-size:12px}.creation-material-picker-card__meta{display:grid;min-width:0;gap:4px;padding:9px}.creation-material-picker-card__meta strong{color:#e9eaf0;font-size:12px}.creation-material-picker-card__meta small{color:#8b8f9a;font-size:12px}.creation-material-picker-card__check{position:absolute;top:7px;right:7px;display:grid;width:22px;height:22px;place-items:center;border-radius:6px;color:#16131f;background:#c7a6ff;font-size:12px;font-weight:800}.creation-material-picker-card__preview-action{display:inline-flex;min-height:30px;align-items:center;justify-content:center;gap:5px;width:calc(100% - 18px);margin:0 9px 9px;padding:0 7px;border:1px solid #4b4267;border-radius:8px;color:#d9d0ff;background:#292337;font-size:12px;cursor:pointer}.creation-material-picker-card__preview-action:hover,.creation-material-picker-card__preview-action:focus-visible{outline:0;border-color:#a48aff;color:#fff;background:#493d70}.creation-reference-modal__state{display:flex;min-height:140px;align-items:center;justify-content:center;gap:8px;color:#858992;font-size:12px;text-align:center}.creation-reference-modal__state--error{flex-wrap:wrap;color:#ff9ea7}.creation-reference-modal__state button{display:inline-flex;min-height:32px;align-items:center;gap:5px;padding:0 10px;border:1px solid #67404a;border-radius:8px;color:#ffc0c5;background:#35242a;font-size:12px;cursor:pointer}.creation-reference-modal .creation-video-materials__grid,.creation-reference-modal .creation-material-library__grid{max-height:none;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible}@media(max-width:820px){.creation-reference-upload-grid{grid-template-columns:1fr}.creation-material-picker-grid,.creation-reference-modal .creation-video-materials__grid,.creation-reference-modal .creation-material-library__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:560px){.creation-reference-modal{align-items:end;padding:0}.creation-reference-modal__dialog{width:100%;max-height:min(86dvh,760px);padding:14px;border-radius:20px 20px 0 0}.creation-reference-modal__header{gap:10px}.creation-reference-modal__header span{max-width:270px}.creation-material-picker-grid,.creation-reference-modal .creation-video-materials__grid,.creation-reference-modal .creation-material-library__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.creation-reference-modal__section-heading{flex-direction:column;gap:5px}.creation-reference-modal__section-heading>span{flex:none}}@media(max-width:820px){.creation-director{grid-template-columns:1fr}.creation-director__mode{grid-template-columns:1fr 1fr}.creation-director__mode button{min-height:46px}.creation-director__prompt{min-height:202px;padding-right:0;padding-bottom:110px}.creation-director__prompt textarea,.creation-prompt-mention-editor__input{height:90px;min-height:90px;max-height:90px}.creation-director__counter,.creation-selected-materials{right:16px}.creation-director__toolbar{right:14px;bottom:66px}.creation-director__generate{right:14px;bottom:10px;left:14px;display:flex;width:auto;height:46px;border-radius:13px}}@media(max-width:560px){.creation-director__prompt{min-height:258px;padding-bottom:166px}.creation-director__toolbar{bottom:62px;flex-wrap:wrap}.creation-director__prompt.has-material-trigger .creation-director__toolbar{left:54px}.creation-director__material-trigger{left:11px}.creation-reference-modal{align-items:end;padding:0}.creation-reference-modal>.creation-video-materials{width:100%;max-height:min(82dvh,760px);padding:14px;border-radius:20px 20px 0 0}.creation-reference-modal .creation-video-materials__header{align-items:stretch;flex-direction:column}.creation-reference-modal .creation-video-materials__uploads{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.creation-video-materials__library-label{display:none}.creation-reference-modal .creation-video-materials__grid,.creation-reference-modal .creation-material-library__grid,.creation-reference-modal .creation-material-library__grid--ip{grid-template-columns:repeat(2,minmax(0,1fr))}}.creation-reference-modal__dialog{display:grid;width:min(1120px,100%);height:min(840px,calc(100dvh - 32px));max-height:min(840px,calc(100dvh - 32px));min-height:0;grid-template-rows:auto auto minmax(0,1fr);overflow:hidden;padding:0;border:1px solid #444851;border-radius:22px;background:#202226;box-shadow:0 28px 80px #05060a8a}.creation-reference-modal__header{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 24px 18px}.creation-reference-modal__header>div{display:grid;min-width:0;gap:5px}.creation-reference-modal__header strong{color:#f4f5f7;font-size:19px;font-weight:750}.creation-reference-modal__header span{color:#858a95;font-size:12px}.creation-reference-modal__header>button{display:grid;width:38px;height:38px;flex:none;place-items:center;padding:0;border:1px solid #424650;border-radius:10px;color:#c6c9d1;background:#2b2e35;cursor:pointer}.creation-reference-modal__header>button:hover,.creation-reference-modal__header>button:focus-visible{outline:0;border-color:#a98bff;color:#fff;background:#363441}.creation-reference-modal__primary-tabs{display:flex;gap:6px;margin-top:0;padding:0 24px;border-bottom:1px solid #34373f}.creation-reference-modal__primary-tabs button{position:relative;display:inline-flex;min-height:49px;min-width:118px;align-items:center;justify-content:space-between;gap:7px;padding:0 12px;border:0;color:#858a95;background:transparent;cursor:pointer;font-size:13px;font-weight:700}.creation-reference-modal__primary-tabs button:after{position:absolute;right:10px;bottom:-1px;left:10px;height:2px;border-radius:2px;background:transparent;content:""}.creation-reference-modal__primary-tabs button:hover,.creation-reference-modal__primary-tabs button:focus-visible{outline:0;color:#eceef2}.creation-reference-modal__primary-tabs button.is-active{color:#d9ceff}.creation-reference-modal__primary-tabs button.is-active:after{background:#a98bff}.creation-reference-modal__primary-tab-label{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.creation-reference-modal__primary-tab-count{min-width:22px;padding:3px 6px;border:1px solid #444852;border-radius:999px;color:#8f95a2;background:#292c32;font-size:11px;font-variant-numeric:tabular-nums;line-height:1;text-align:center}.creation-reference-modal__primary-tabs button.is-active .creation-reference-modal__primary-tab-count{border-color:#6b5a9c;color:#e1d7ff;background:#8c71e43d}.creation-reference-modal__dialog>[role=tabpanel]{min-height:0;padding:20px 24px 26px;overflow-x:hidden;overflow-y:auto;scrollbar-color:#50545e transparent}.creation-reference-modal__section-heading{display:flex;min-width:0;align-items:flex-end;justify-content:space-between;gap:16px;margin:0 0 12px}.creation-reference-modal__section-heading>div{display:grid;min-width:0;gap:4px}.creation-reference-modal__section-heading strong{color:#f0f1f4;font-size:14px}.creation-reference-modal__section-heading span{color:#858a95;font-size:12px;line-height:1.5}.creation-reference-modal__section-heading>span{flex:none;color:#8f95a2;font-size:12px;font-variant-numeric:tabular-nums}.creation-reference-upload-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:20px}.creation-reference-upload-card{min-width:0}.creation-reference-upload-card__button{display:flex;width:100%;min-height:82px;align-items:center;gap:11px;box-sizing:border-box;padding:13px;border:1px solid #3d414b;border-radius:13px;color:#d9dbe1;background:#292c32;cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease,transform .15s ease}.creation-reference-upload-card__button:hover:not(:disabled),.creation-reference-upload-card__button:focus-visible{outline:0;border-color:#a98bff;background:#32313e;transform:translateY(-1px)}.creation-reference-upload-card__button:disabled{cursor:wait;opacity:.66}.creation-reference-upload-card__icon{display:grid;width:38px;height:38px;flex:none;place-items:center;border-radius:10px;color:#d8caff;background:#39334f}.creation-reference-upload-card__button--video .creation-reference-upload-card__icon{color:#bfe7ff;background:#2d4250}.creation-reference-upload-card__button--audio .creation-reference-upload-card__icon{color:#d9ffb8;background:#30442d}.creation-reference-upload-card__button>span:nth-child(2){display:grid;min-width:0;gap:5px}.creation-reference-upload-card__button strong{color:#f0f1f4;font-size:12px}.creation-reference-upload-card__button small{overflow:hidden;color:#9297a2;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.creation-reference-upload-card__plus{margin-left:auto;flex:none;color:#777d89}.creation-reference-modal__secondary-tabs{display:flex;min-height:39px;align-items:center;gap:4px;margin-bottom:14px;border-top:1px solid #34373f;border-bottom:1px solid #34373f}.creation-reference-modal__secondary-tabs button{min-height:27px;padding:0 11px;border:0;border-radius:7px;color:#858a95;background:transparent;cursor:pointer;font-size:12px}.creation-reference-modal__secondary-tabs button:hover,.creation-reference-modal__secondary-tabs button:focus-visible{outline:0;color:#edeef2;background:#30333a}.creation-reference-modal__secondary-tabs button.is-active{color:#e5dcff;background:#8c71e43d}.creation-reference-modal__secondary-tabs--summary{justify-content:flex-start}.creation-reference-modal__secondary-tabs-summary{flex:none;margin-left:auto;color:#8f95a2;font-size:12px;font-variant-numeric:tabular-nums;white-space:nowrap}.creation-material-picker-grid{display:grid;grid-auto-rows:max-content;grid-template-columns:repeat(4,minmax(0,1fr));align-content:start;align-items:start;gap:12px}.creation-material-picker-card{position:relative;min-width:0;overflow:hidden;border:1px solid #3d414a;border-radius:13px;background:#292c32;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.creation-material-picker-card:hover{border-color:#626775;transform:translateY(-1px)}.creation-material-picker-card.is-selected{border-color:#aa8eff;box-shadow:0 0 0 1px #a98bff47}.creation-material-picker-card.is-unavailable{border-color:#383b42}.creation-material-picker-card__pick{display:block;width:100%;padding:0;border:0;color:#c9cbd1;background:transparent;cursor:pointer;text-align:left}.creation-material-picker-card__pick:focus-visible{outline:2px solid #b49aff;outline-offset:-3px}.creation-material-picker-card__pick:disabled{cursor:not-allowed;opacity:.58}.creation-material-picker-card__preview{position:relative;display:grid;height:240px;min-width:0;overflow:hidden;place-items:center;color:#b5ffbf;background:#18372d}.creation-material-picker-card__preview.creation-material-card__preview--video{color:#c9bcff;background:#29263e}.creation-material-picker-card__preview.creation-material-card__preview--audio{color:#bfffb6;background:#20392c}.creation-material-picker-card__preview img,.creation-material-picker-card__preview video{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:contain}.creation-material-picker-card__kind{position:absolute;z-index:1;right:8px;bottom:8px;padding:4px 6px;border:1px solid rgb(255 255 255 / 14%);border-radius:5px;color:#eef0f3;background:#07080b9e;font-size:12px}.creation-material-picker-card__meta{display:grid;min-width:0;gap:5px;padding:10px 10px 12px}.creation-material-picker-card__meta strong,.creation-material-picker-card__meta small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creation-material-picker-card__meta strong{color:#ebecf0;font-size:12px}.creation-material-picker-card__meta small{color:#9297a2;font-size:12px}.creation-material-picker-card__check{position:absolute;z-index:2;top:8px;right:auto;left:8px;display:grid;width:22px;height:22px;place-items:center;border-radius:7px;color:#17131f;background:#c7a6ff;font-size:13px;font-weight:850}.creation-material-picker-card__preview-action{position:absolute;z-index:3;top:8px;right:8px;display:inline-flex;width:auto;min-height:28px;align-items:center;gap:4px;margin:0;padding:0 7px;border:1px solid rgb(255 255 255 / 18%);border-radius:7px;color:#f2f3f5;background:#08090cb8;cursor:zoom-in;font-size:12px}.creation-material-picker-card__preview-action:hover,.creation-material-picker-card__preview-action:focus-visible{outline:0;border-color:#c4adff;color:#fff;background:#322b48eb}.creation-reference-modal__state{display:flex;min-height:170px;align-items:center;justify-content:center;gap:8px;color:#858a95;font-size:12px;text-align:center}.creation-reference-modal__state--error{flex-wrap:wrap;color:#ffabb2}.creation-reference-modal__state button{display:inline-flex;align-items:center;gap:5px;padding:6px 10px;border:1px solid #68424d;border-radius:8px;color:#ffc3c8;background:#35242a;cursor:pointer;font-size:12px}.creation-reference-modal__state button:hover,.creation-reference-modal__state button:focus-visible{outline:0;border-color:#ff9ea7}.creation-reference-modal__dialog .creation-material-library__grid--ip{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.creation-reference-modal__dialog .creation-material-library__card .creation-material-card__preview{height:240px}.creation-reference-modal__dialog .creation-material-library__card-meta{padding:10px 10px 12px}.creation-reference-modal__dialog .creation-video-materials__grid{max-height:none;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible}.creation-reference-modal__dialog .creation-material-card__preview{height:240px}.creation-material-full-preview{position:fixed;z-index:320;top:0;right:0;bottom:0;left:0;display:grid;padding:clamp(14px,3vw,36px);place-items:center;background:#030407eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.creation-material-full-preview__dialog{display:grid;width:min(1280px,100%);height:min(820px,100%);min-height:0;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid #414550;border-radius:18px;background:#111217;box-shadow:0 28px 80px #00000094}.creation-material-full-preview__dialog header{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:18px;padding:13px 16px;border-bottom:1px solid #292c34}.creation-material-full-preview__dialog header>div{display:grid;min-width:0;gap:3px}.creation-material-full-preview__dialog header strong{color:#f1f2f5;font-size:13px}.creation-material-full-preview__dialog header span{overflow:hidden;color:#8f939d;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.creation-material-full-preview__dialog header button{display:grid;width:36px;height:36px;flex:none;place-items:center;padding:0;border:1px solid #414550;border-radius:10px;color:#e8e9ed;background:#272930;cursor:pointer}.creation-material-full-preview__dialog header button:hover,.creation-material-full-preview__dialog header button:focus-visible{outline:0;border-color:#b49aff;color:#fff;background:#36333f}.creation-material-full-preview__media{position:relative;display:grid;width:100%;height:100%;min-width:0;min-height:0;overflow:hidden;place-items:center;color:#858a95;background:#08090c;font-size:12px}.creation-material-full-preview__media img,.creation-material-full-preview__media video{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:contain}.creation-material-full-preview__media--audio{background:#101810}.creation-material-full-preview__audio{display:grid;width:min(520px,calc(100% - 32px));place-items:center;gap:22px;color:#d9ffb8}.creation-material-full-preview__audio audio{width:100%}.creation-material-full-preview__dialog footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 16px;border-top:1px solid #292c34;color:#888d97;font-size:12px}@media(max-width:900px){.creation-material-picker-grid,.creation-material-picker-grid--generated,.creation-reference-modal__dialog .creation-video-materials__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.creation-reference-modal{align-items:end;padding:0}.creation-reference-modal__dialog{width:100%;height:min(90dvh,760px);max-height:90dvh;border-radius:20px 20px 0 0}.creation-reference-modal__header{padding:17px 16px 14px}.creation-reference-modal__primary-tabs{padding-inline:16px}.creation-reference-modal__dialog>[role=tabpanel]{padding:16px 16px 22px}.creation-reference-upload-grid{grid-template-columns:1fr}.creation-material-picker-grid,.creation-material-picker-grid--generated,.creation-reference-modal__dialog .creation-video-materials__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.creation-material-picker-card__preview,.creation-reference-modal__dialog .creation-material-card__preview{height:180px}.creation-reference-modal__dialog .creation-material-library__grid--ip{grid-template-columns:repeat(2,minmax(0,1fr))}.creation-reference-modal__dialog .creation-material-library__card .creation-material-card__preview{height:180px}.creation-material-full-preview{padding:0}.creation-material-full-preview__dialog{width:100%;height:100%;border:0;border-radius:0}.creation-material-full-preview__dialog footer{align-items:flex-start;flex-direction:column;gap:4px}}@media(max-width:420px){.creation-reference-modal__header strong{font-size:17px}.creation-reference-modal__header span{font-size:12px}.creation-reference-modal__secondary-tabs{overflow-x:auto}.creation-reference-modal__secondary-tabs button{flex:none;padding-inline:10px}.creation-material-picker-card__preview,.creation-reference-modal__dialog .creation-material-card__preview{height:160px}.creation-material-picker-card__preview-action span{display:none}.creation-material-picker-card__preview-action{width:28px;padding:0;justify-content:center}}.creation-reference-modal__dialog>.creation-reference-upload-panel{display:flex;height:100%;min-height:0;flex-direction:column;overflow:hidden}.creation-reference-modal__dialog #reference-generated-panel,.creation-reference-modal__dialog #reference-ip-panel{display:flex;height:100%;min-height:0;flex-direction:column;overflow:hidden}.creation-reference-modal__dialog #reference-ip-panel .creation-reference-ip-panel{display:flex;min-height:0;flex:1 1 0;flex-direction:column}.creation-reference-upload-panel .creation-material-picker-grid,.creation-reference-modal__dialog #reference-generated-panel .creation-material-picker-grid,.creation-reference-modal__dialog #reference-ip-panel .creation-material-picker-grid,.creation-reference-modal__dialog .creation-video-materials__grid,.creation-reference-modal__dialog .creation-material-library__grid{height:auto;max-height:none;min-height:0;flex:1 1 0;grid-auto-rows:max-content;align-content:start;align-items:start;overflow-x:hidden;overflow-y:auto;scrollbar-gutter:stable;scrollbar-color:#50545e transparent}@media(max-width:640px){.creation-reference-upload-panel .creation-material-picker-grid,.creation-reference-modal__dialog #reference-generated-panel .creation-material-picker-grid,.creation-reference-modal__dialog #reference-ip-panel .creation-material-picker-grid,.creation-reference-modal__dialog .creation-video-materials__grid,.creation-reference-modal__dialog .creation-material-library__grid{height:auto;max-height:none;min-height:0;flex-basis:0}}.creation-director__prompt{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(90px,auto) auto auto;align-items:stretch;gap:8px;min-height:0;padding:0 14px 14px}.creation-director__prompt>label,.creation-director__prompt>.creation-prompt-mention-editor{grid-column:1;grid-row:1;min-width:0}.creation-director__parameters{display:grid;grid-template-columns:34px minmax(0,1fr);min-width:0;align-items:flex-start;gap:6px;grid-column:1;grid-row:2;width:100%;padding:0}.creation-director__parameters>.creation-director__material-trigger{position:relative;inset:auto;grid-column:1;grid-row:1}.creation-director__parameters>.creation-generation-controls{grid-column:2;grid-row:1;min-width:0;width:100%}.creation-director__parameters:not(:has(.creation-director__material-trigger))>.creation-generation-controls{grid-column:1 / -1}.creation-director__toolbar{position:static;right:auto;bottom:auto;left:auto;min-width:0;flex:1 1 auto;align-items:flex-start;align-content:flex-start;flex-wrap:wrap;overflow:visible}.creation-director__toolbar .creation-param-select--model{width:170px;flex:0 0 170px}.creation-director__toolbar .creation-param-select--resolution{width:96px;flex:0 0 96px}.creation-director__toolbar .creation-param-select--ratio{width:114px;flex:0 0 114px}.creation-director__toolbar .creation-param-select--duration,.creation-director__toolbar .creation-param-select--format{width:96px;flex:0 0 96px}.creation-director__toolbar .creation-param-select--duration .creation-param-select__trigger,.creation-director__toolbar .creation-param-select--format .creation-param-select__trigger{width:100%;min-width:0}.creation-director__toolbar>button.creation-audio-toggle{width:104px;flex:0 0 104px}.creation-director__prompt>.creation-director__generate{position:static;grid-column:1;grid-row:3;justify-self:end;width:148px;height:auto;min-height:58px;margin:0}.creation-director__counter,.creation-selected-materials{right:16px}@media(max-width:820px){.creation-director__prompt{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(90px,auto) auto auto;gap:8px;padding:0 0 10px}.creation-director__prompt>label,.creation-director__prompt>.creation-prompt-mention-editor{grid-column:1;grid-row:1}.creation-director__parameters{grid-column:1;grid-row:2;padding-inline:0}.creation-director__prompt>.creation-director__generate{grid-column:1;grid-row:3;justify-self:end;width:148px;min-height:46px}.creation-director__toolbar{align-items:flex-start;align-content:flex-start}.creation-director__counter,.creation-selected-materials{right:16px}.creation-director__prompt>.creation-director__generate{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;align-content:center}}@media(max-width:560px){.creation-director__prompt{padding-bottom:10px}.creation-director__parameters{padding-inline:0}.creation-director__prompt>.creation-director__generate{justify-self:stretch;width:auto}}@media(max-width:820px){.creation-director__parameters{box-sizing:border-box;padding-left:14px}}@media(min-width:821px){.creation-director{align-items:stretch}.creation-director__mode{height:100%;box-sizing:border-box;grid-template-rows:repeat(2,minmax(0,1fr))}.creation-director__prompt{min-height:196px}.creation-director__parameters{box-sizing:border-box;padding-left:14px}}@media(min-width:1400px){.creation-director__prompt{grid-template-columns:minmax(0,1fr) 148px;grid-template-rows:minmax(90px,1fr) auto;min-height:176px;gap:8px 14px;padding:0 14px 14px 0}.creation-director__prompt>label,.creation-director__prompt>.creation-prompt-mention-editor{grid-column:1;grid-row:1}.creation-director__parameters{grid-column:1;grid-row:2;align-self:end}.creation-director__prompt>.creation-director__generate{grid-column:2;grid-row:1 / span 2;align-self:stretch;width:auto;min-height:0}.creation-director__counter,.creation-selected-materials{right:176px}}@media(min-width:1400px){.creation-director__parameters,.creation-director__parameters>.creation-generation-controls{align-self:end}}@media(max-width:820px){.app-shell--studio{--web-sidebar-width: 72px}.app-shell--studio .sidebar{align-items:center;padding-inline:10px}.app-shell--studio .sidebar__label,.app-shell--studio .sidebar__nav-title,.app-shell--studio .sidebar__footer button>span{display:none}.app-shell--studio .sidebar .brand__logo{width:35px;height:30px;object-fit:cover;object-position:left center}.app-shell--studio .sidebar__link{justify-content:center;padding-inline:0}.app-shell--studio .sidebar__footer{width:100%;align-items:center;gap:16px;padding:0}.app-shell--studio .sidebar__footer button{justify-content:center;padding-inline:0}}@media(max-width:560px){.app-shell--studio{--web-sidebar-width: 0px}.app-shell--studio .sidebar{top:auto;right:0;width:auto;height:64px;flex-direction:row;padding:8px 10px;border-top:1px solid #232630;border-right:0}.app-shell--studio .sidebar__brand,.app-shell--studio .sidebar__footer{display:none}.app-shell--studio .sidebar__nav{display:flex;width:100%;gap:0;overflow-x:auto;overflow-y:hidden}.app-shell--studio .sidebar__nav-group{display:flex}}.app-shell--studio:has(.projects-index) .content{padding-bottom:0}.projects-index{box-sizing:border-box;width:100%;min-height:calc(100vh - var(--web-topbar-height, 68px));padding:28px clamp(22px,4vw,64px) 72px;color:#e9eaf0;background:radial-gradient(circle at 75% 0,rgb(57 62 95 / 18%),transparent 34%),#101116}.projects-index__header{display:flex;max-width:1360px;align-items:center;justify-content:flex-end;gap:24px;margin:0 auto 20px}.projects-index__new{display:inline-flex;min-height:40px;box-sizing:border-box;flex:none;align-items:center;gap:7px;padding:10px 15px;border:1px solid rgb(200 255 40 / 18%);border-radius:10px;color:#111308;background:#c8ff28;box-shadow:0 8px 20px #adea1821;font-size:12px;font-weight:800;text-decoration:none;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.projects-index__new:hover{background:#d4ff55;transform:translateY(-1px)}.projects-index__summary{display:grid;max-width:1360px;grid-template-columns:1.2fr repeat(4,minmax(0,1fr));gap:10px;margin:0 auto 24px}.projects-index__summary-item{position:relative;display:flex;min-width:0;min-height:88px;box-sizing:border-box;align-items:center;gap:12px;padding:16px 17px;overflow:hidden;border:1px solid #2b2e38;border-radius:14px;background:linear-gradient(135deg,#1f212bf0,#16181ff5);box-shadow:inset 0 1px #ffffff08,0 10px 22px #0000001a;transition:border-color .16s ease,transform .16s ease}.projects-index__summary-item:after{position:absolute;right:-25px;bottom:-35px;width:100px;height:100px;border-radius:50%;background:currentColor;content:"";opacity:.035;pointer-events:none}.projects-index__summary-item:hover{border-color:#4a4e5d;transform:translateY(-1px)}.projects-index__summary-icon{display:grid;width:36px;height:36px;flex:none;place-items:center;border:1px solid currentColor;border-radius:10px;background:#ffffff0a;color:#8c71e4}.projects-index__summary-copy{display:grid;min-width:0;gap:5px}.projects-index__summary strong{color:#f2f3f5;font-size:25px;font-variant-numeric:tabular-nums;letter-spacing:-.04em;line-height:1}.projects-index__summary-copy>span{overflow:hidden;color:#858994;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.projects-index__summary-item--total{border-color:#c8ff2842;background:linear-gradient(135deg,#303920eb,#191d1cf5);color:#c8ff28}.projects-index__summary-item--total .projects-index__summary-icon{color:#c8ff28;background:#c8ff2814}.projects-index__summary-item--total strong{color:#c8ff28;font-size:30px}.projects-index__summary-item--generating{color:#b8a5ff}.projects-index__summary-item--generating .projects-index__summary-icon{color:#b8a5ff;background:#b8a5ff14}.projects-index__summary-item--completed{color:#8ee8c5}.projects-index__summary-item--completed .projects-index__summary-icon{color:#8ee8c5;background:#8ee8c514}.projects-index__summary-item--failed{color:#ff9ca3}.projects-index__summary-item--failed .projects-index__summary-icon{color:#ff9ca3;background:#ff9ca314}.projects-index__summary-item--draft{color:#b9b3c9}.projects-index__summary-item--draft .projects-index__summary-icon{color:#b9b3c9;background:#b9b3c914}.projects-index__new:focus-visible{outline:3px solid rgb(200 255 40 / 42%);outline-offset:3px}.projects-index__grid{display:grid;max-width:1360px;grid-template-columns:repeat(4,minmax(220px,1fr));gap:12px;margin:0 auto}.projects-index__card{min-width:0;overflow:hidden;border:1px solid #292c34;border-radius:11px;background:#17191f;box-shadow:0 14px 30px #00000029;transition:border-color .16s ease,transform .16s ease}.projects-index__card:hover{border-color:#575d70;transform:translateY(-2px)}.projects-index__card-link{display:block;color:inherit;text-decoration:none}.projects-index__cover{position:relative;display:grid;width:100%;aspect-ratio:1.35;min-width:0;min-height:0;place-items:center;overflow:hidden;color:#806bd0;background:#101116}.projects-index__cover>img,.projects-index__cover>video{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;min-width:0;min-height:0;object-fit:contain;background:#101116}.projects-index__status{position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;gap:5px;padding:6px 8px;border:1px solid rgb(255 255 255 / 14%);border-radius:999px;color:#d9dbe1;background:#0a0b0fb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:10px;font-weight:750}.projects-index__card--generating .projects-index__status{color:#c8ff28;border-color:#c8ff284d}.projects-index__card--completed .projects-index__status{color:#8ee8c5;border-color:#8ee8c54d}.projects-index__card--failed .projects-index__status{color:#ff9ca3;border-color:#ff9ca34d}.projects-index__card--draft .projects-index__status{color:#b9b3c9}.projects-index__card-body{position:relative;display:grid;gap:8px;padding:14px}.projects-index__card-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.projects-index__card-title h2{min-width:0;flex:1;overflow:hidden;margin:0;color:#eceef2;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.projects-index__mock-badge{justify-self:end;padding:3px 5px;border:1px solid rgb(255 214 109 / 50%);border-radius:4px;color:#ffd66d;font-size:8px;letter-spacing:.08em}.projects-index__state{display:grid;min-height:430px;place-items:center;align-content:center;gap:10px;max-width:1360px;margin:0 auto;color:#858994;font-size:12px;text-align:center}.projects-index__state h2,.projects-index__state p{margin:0}.projects-index__state h2{color:#e7e8ec;font-size:18px}.projects-index__state p{color:#858994}.projects-index__state a,.projects-index__state button{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:8px;color:#111308;background:#c8ff28;font:inherit;font-size:11px;font-weight:800;text-decoration:none;cursor:pointer}.projects-index__state button{border:1px solid #41444c;color:#d8dae0;background:#25272d}.projects-index__state--error{color:#ff858d}.projects-index--login{display:grid;place-items:center;align-content:center;gap:10px;text-align:center}.projects-index--login h1,.projects-index--login p{margin:0}.projects-index--login h1{color:#f4f5f7;font-size:20px}.projects-index--login p{color:#858994}.projects-index--login a{color:#b8a5ff;font-size:12px;text-decoration:none}@media(max-width:1050px){.projects-index__grid{grid-template-columns:repeat(3,minmax(210px,1fr))}}@media(max-width:780px){.projects-index__summary{grid-template-columns:repeat(4,minmax(0,1fr))}.projects-index__summary-item--total{grid-column:1 / -1}.projects-index__grid{grid-template-columns:repeat(2,minmax(210px,1fr))}}@media(max-width:560px){.projects-index{padding:20px 14px 64px}.projects-index__header{margin-bottom:16px}.projects-index__new{width:100%;justify-content:center}.projects-index__summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:20px}.projects-index__summary-item{min-height:76px;gap:9px;padding:12px;border-radius:12px}.projects-index__summary-icon{width:30px;height:30px;border-radius:8px}.projects-index__summary strong{font-size:21px}.projects-index__summary-item--total strong{font-size:26px}.projects-index__grid{grid-template-columns:1fr}}.creation-generation-controls>button.creation-parameter-summary{display:inline-flex;flex:0 0 auto;width:auto;max-width:320px;align-items:center;gap:7px;padding-inline:10px;white-space:nowrap}.creation-parameter-summary>span{min-width:0;overflow:hidden;text-overflow:ellipsis}.creation-parameter-summary>svg{flex:0 0 auto}.creation-parameter-summary .is-open{transform:rotate(180deg)}.creation-parameter-panel{position:fixed;z-index:1000;box-sizing:border-box;width:min(344px,calc(100vw - 16px));overflow:auto;overscroll-behavior:contain;padding:12px;border:1px solid #494949;border-radius:16px;color:#ddd;background:#242424;box-shadow:0 12px 32px #0006;outline:none}.creation-parameter-panel header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-size:12px}.creation-parameter-panel header button{display:grid;place-items:center;padding:4px;border:0;color:#aaa;background:transparent;cursor:pointer}.creation-parameter-panel fieldset{min-width:0;margin:0 0 12px;padding:0;border:0}.creation-parameter-panel legend{margin-bottom:8px;padding:0;color:#999;font-size:12px}.creation-parameter-panel__choices{display:flex;flex-wrap:wrap;gap:8px}.creation-parameter-panel__choices button{display:flex;min-width:0;min-height:32px;flex:1 1 0;align-items:center;justify-content:center;gap:6px;padding:6px;border:1px solid #505050;border-radius:8px;color:#aaa;background:transparent;font:inherit;font-size:12px;cursor:pointer}.creation-parameter-panel__choices button[aria-pressed=true]{border-color:#eee;color:#fff;background:#424242}.creation-parameter-panel__ratios .creation-parameter-panel__choices{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.creation-parameter-panel__ratios button{min-height:64px;flex-direction:column}.creation-parameter-panel__ratio-icon{display:grid;height:18px;place-items:center}.creation-parameter-panel__duration{display:flex;align-items:center;gap:12px}.creation-parameter-panel__duration input{min-width:0;flex:1;accent-color:#eee}.creation-parameter-panel__duration output{min-width:48px;padding:4px;border-radius:6px;background:#333;text-align:center;font-size:12px}.creation-parameter-panel__audio{display:flex;align-items:center;justify-content:space-between;font-size:12px}.creation-parameter-panel__audio input{accent-color:#eee}.creation-parameter-panel button:focus-visible,.creation-parameter-panel input:focus-visible{outline:2px solid #ad9cff;outline-offset:2px}.projects-index__search{display:flex;min-width:0;gap:8px;margin-right:auto}.projects-index__search input{min-width:0;width:min(260px,40vw);padding:9px 12px;border:1px solid #41454c;border-radius:8px;color:inherit;background:#202226}.projects-index__search button,.projects-index__pagination button{padding:8px 12px;border:1px solid #41454c;border-radius:8px;color:inherit;background:#292c33;cursor:pointer}.projects-index__summary button{justify-content:center;color:inherit;font:inherit;cursor:pointer}.projects-index__summary button[aria-pressed=true]{border-color:#ad9cff;background:#ad9cff20}.projects-index__summary button:focus-visible{outline:2px solid #ad9cff;outline-offset:2px}.projects-index__result-count{color:#9298a3;font-size:13px}.projects-index__pagination{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:24px}.projects-index__pagination button:disabled{opacity:.4;cursor:default}@media(max-width:600px){.projects-index__header{flex-wrap:wrap;gap:10px}.projects-index__search{width:100%}.projects-index__search input{flex:1}}.projects-index__summary{display:flex;gap:8px;overflow-x:auto;padding:2px}.projects-index__summary button{min-height:40px;flex:0 0 auto;padding:9px 18px;border-radius:9px;font-size:13px}.projects-index__summary button:after{display:none}.projects-index__tab-count{margin-left:8px;font-variant-numeric:tabular-nums;color:#b6bbc5}.projects-index__times{color:#9298a3;font-size:11px;line-height:1.5;font-variant-numeric:tabular-nums}.projects-index__times>span{display:flex;flex-wrap:wrap;gap:8px}.projects-index__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px}.projects-index__card{border-radius:14px;overflow:hidden;transition:border-color .15s,box-shadow .15s}.projects-index__card:hover{border-color:#686073;box-shadow:0 6px 24px #0003}.projects-index__cover{aspect-ratio:16 / 10;height:auto;min-height:0;background:radial-gradient(ellipse at 50% 35%,#282438 0,#12141b 75%)}.projects-index__cover img{width:100%;height:100%;object-fit:contain}.projects-index__cover>svg{opacity:.45}.projects-index__card-body{padding:14px 16px 16px}.projects-index__card-title h2{font-size:14px;line-height:1.5}@media(max-width:540px){.projects-index__grid{grid-template-columns:1fr}}.creation-selected-material__preview:focus-visible{outline:2px solid #b2a1ff;outline-offset:-3px}.project-workspace{height:calc(100dvh - var(--web-topbar-height, 68px));min-height:0}.project-workspace__main{box-sizing:border-box;height:100%;min-height:0;padding:0 20px 12px;overflow:hidden}.project-workspace__header{flex:0 0 auto}.project-workspace__header>a{flex-shrink:0}.project-workspace__history{min-height:100px;flex:1 1 auto;overflow:auto;overscroll-behavior:contain;scrollbar-color:#4c505a transparent;scrollbar-width:thin;padding:20px 0}.project-workspace__history:focus-visible{outline:2px solid #ad9cff;outline-offset:-2px}.project-task-list{display:grid;gap:28px}.project-task{min-width:0}.project-task__header{display:grid;gap:8px;margin-bottom:12px}.project-task__header p{margin:0;color:#dedfe4;font-size:14px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere}.project-task__header>div{display:flex;align-items:center;gap:14px}.project-task__header time{color:#9298a3;font-size:11px}.project-task__header button,.project-workspace__composer-toggle{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:7px 10px;border:1px solid #41454c;border-radius:8px;color:#dedfe4;background:#25272d;font:inherit;font-size:12px;cursor:pointer}.project-task__header button:focus-visible,.project-workspace__composer-toggle:focus-visible{outline:2px solid #ad9cff;outline-offset:2px}.project-task .project-assets-grid{grid-template-columns:repeat(auto-fill,minmax(min(260px,100%),1fr));gap:12px}.project-task .project-asset-card{border-radius:12px;max-width:520px}.project-task .project-asset-card__fullscreen{top:10px;bottom:auto}.project-workspace__composer{flex:0 0 auto;min-width:0;padding-top:8px;border-top:1px solid #292b31}.project-workspace__composer-toggle{display:flex;margin:0 auto 8px}.project-workspace__composer .creation-cinema--embedded{position:relative;inset:auto;width:100%;max-width:none;max-height:min(340px,48dvh);margin:0}.project-workspace__composer .creation-director{grid-template-columns:minmax(0,1fr)}.project-workspace__composer .creation-director__mode{display:none}.project-workspace__composer .creation-director__prompt{min-height:0;grid-template-columns:minmax(0,1fr) 148px;grid-template-rows:auto auto;padding:0 10px 10px}.project-workspace__composer .creation-director__prompt>label,.project-workspace__composer .creation-prompt-mention-editor{grid-column:1 / -1;grid-row:1}.project-workspace__composer .creation-director__parameters{grid-column:1;grid-row:2;align-self:center;padding:0}.project-workspace__composer .creation-generation-controls{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin}.project-workspace__composer .creation-director__generate{grid-column:2;grid-row:2;position:static;width:148px;min-height:46px;align-self:center}.project-workspace__composer .creation-director__counter{right:16px}.creation-director__editor{position:relative;grid-column:1;grid-row:1;min-width:0;border-radius:18px}.creation-director__editor .creation-director__counter{position:absolute;z-index:2;top:auto;right:12px;bottom:5px;display:block;padding:2px 7px;border-radius:6px;color:#a2a7b2;background:#2a2c2f;pointer-events:none;text-align:right;font-size:11px;line-height:16px;font-variant-numeric:tabular-nums}.creation-director__editor:focus-within{box-shadow:none}.creation-director__editor textarea,.creation-director__editor .creation-prompt-mention-editor__input{display:block;border-radius:18px;padding-bottom:30px}.creation-director__editor textarea:focus,.creation-director__editor textarea:focus-visible,.creation-director__editor .creation-prompt-mention-editor__input:focus,.creation-director__editor .creation-prompt-mention-editor__input:focus-visible{outline:none;box-shadow:none}.creation-director__prompt>.creation-director__generate strong{font-size:17px;font-weight:850;letter-spacing:.08em;line-height:1.3;text-shadow:0 1px 8px rgb(65 36 163 / 25%)}.project-workspace__composer .creation-director__generate strong{font-size:16px}.project-workspace__composer .creation-director__editor{grid-column:1 / -1}.creation-prompt-mention{height:1.7em;margin:3px 2px;padding:1px 5px 1px 2px;font-size:inherit;line-height:1.25;vertical-align:middle}.creation-prompt-mention img,.creation-prompt-mention video,.creation-prompt-mention__icon{width:1.35em;height:1.35em;font-size:inherit}@media(max-width:600px){.project-workspace{height:calc(100dvh - var(--web-topbar-height, 68px) - 64px)}.project-workspace__main{padding:0 8px 8px}.project-workspace__header{gap:8px}.project-workspace__header>a{padding:7px;font-size:10px}.project-workspace__composer .creation-director__prompt{grid-template-columns:minmax(0,1fr) 112px}.project-workspace__composer .creation-director__generate{width:112px}.project-workspace__composer .creation-director__generate strong{font-size:15px}}.points-filter-search select{width:100%;max-width:240px}.points-records__filters label:focus-within{outline:2px solid var(--web-accent, #ad9cff);outline-offset:2px}.creation-director__editor:after{content:"";position:absolute;z-index:1;right:2px;bottom:0;left:2px;height:27px;border-radius:0 0 16px 16px;background:#2a2c2f;pointer-events:none}.creation-director__editor:before{content:"";position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;box-sizing:border-box;border:2px solid transparent;border-radius:inherit;pointer-events:none}.creation-director__editor:focus-within:before{border-color:#9c87eb}.project-workspace__composer .creation-director__editor{margin-inline:-10px}.creation-director__prompt>.creation-director__generate{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;box-sizing:border-box;padding:9px 10px}.project-workspace__composer .creation-director__prompt>.creation-director__generate{min-height:62px}.creation-director__generate>strong,.creation-director__generate>span{margin:0}.creation-director__generate>span{line-height:1.3}.creation-points-number{display:inline-flex;align-items:baseline;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:15px;font-weight:700;font-variant-numeric:tabular-nums;line-height:1;letter-spacing:-.04em}.creation-points-number i{display:block;font-style:normal}.creation-points-number__digit{width:1ch;height:1em;overflow:hidden}.creation-points-number__reel{transition:transform .36s cubic-bezier(.2,.75,.25,1)}.creation-points-number__reel>i{height:1em;line-height:1}@media(prefers-reduced-motion:reduce){.creation-points-number__reel{transition:none}}.creation-director__generate>span{display:flex;flex-wrap:nowrap;align-items:center;gap:3px;max-width:none;white-space:nowrap}.creation-director__generate>span>svg{flex-shrink:0;width:12px;height:12px}@media(max-width:600px){.project-workspace__composer .creation-director__generate>span{font-size:10.5px}.project-workspace__composer .creation-director__generate>span>svg{display:none}.project-workspace__composer .creation-points-number{font-size:14px}}.project-task-list{gap:44px}.project-task__header{gap:5px;max-width:1100px}.project-task__header p{font-size:13px}.project-task__metadata{flex-wrap:wrap;gap:5px 0!important;color:#9298a3;font-size:11px;line-height:1.6}.project-task__metadata>span{display:inline-flex;align-items:center;gap:5px;padding-inline:9px;border-right:1px solid #393c43}.project-task__metadata>span:first-child{padding-left:0}.project-task__metadata>time{padding-left:9px}.project-task .project-assets-grid{display:flex;flex-wrap:wrap;align-items:flex-start;gap:10px}.project-task .project-asset-card{width:min(280px,100%);flex:0 0 auto;border-radius:10px}.project-task .project-asset-card--result{grid-template-rows:minmax(0,1fr)}.project-task .project-assets-grid--video .project-asset-card{width:min(504px,100%);aspect-ratio:16 / 9}.project-task__actions{display:flex;gap:6px;margin-top:10px}.project-task__actions button,.project-workspace__return-bottom{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #34373e;border-radius:8px;padding:8px 11px;background:#22252b;color:#d9dde5;font:inherit;font-size:12px;cursor:pointer}.project-task__actions button:hover,.project-workspace__return-bottom:hover{background:#30343d}.project-task__actions button:focus-visible,.project-workspace__return-bottom:focus-visible{outline:2px solid #ad9cff;outline-offset:2px}.project-workspace__return-bottom{align-self:center;flex-shrink:0;margin-block:4px;border-radius:99px}@media(max-width:600px){.project-task-list{gap:30px}.project-task .project-asset-card{width:min(100%,340px)}}.creation-director__prompt textarea,.creation-director__prompt .creation-prompt-mention-editor__input,.creation-prompt-mention-editor__input{line-height:2.2}.creation-prompt-mention{margin-block:0;vertical-align:middle}.projects-index__card-actions{display:flex;justify-content:flex-end;gap:8px;padding:0 12px 12px}.projects-index__card-actions button{border:1px solid #41454f;border-radius:6px;padding:6px 10px;color:#d7d9e0;background:#262931;font:inherit;font-size:12px;cursor:pointer}.projects-index__card-actions button:focus-visible{outline:2px solid #b39afa;outline-offset:2px}.projects-index__card-actions button:disabled{opacity:.5;cursor:wait}.projects-index__recycle-notice{color:#a2a7b2;font-size:13px;line-height:1.6}.projects-index__card{position:relative}.projects-index__card-link,.projects-index__card-body,.projects-index__card-title{min-width:0}.projects-index__card-title{padding-right:12px}.projects-index__card-title h2{width:0;max-width:100%}.projects-index__delete{position:absolute;z-index:2;top:10px;right:10px;min-height:28px;padding:4px 8px;border:1px solid #555965;border-radius:6px;background:#13151be0;color:#e1e3e9;font:inherit;font-size:11px;line-height:18px;cursor:pointer}.projects-index__delete:hover{border-color:#b98f96;color:#ffccd2}.projects-index__delete:focus-visible{outline:2px solid #b39afa;outline-offset:2px}.projects-index__delete:disabled{opacity:.5;cursor:wait}.share-page{display:grid;width:100%;grid-template-columns:minmax(0,1fr) 320px;gap:var(--starx-space-5);margin:10px 0 0;padding-bottom:var(--starx-space-8)}.share-preview-panel{display:grid;min-height:928px;place-items:center;border-radius:var(--starx-radius-md);background:var(--starx-color-surface-muted)}.share-phone{box-sizing:border-box;width:376px;height:776px;padding:16px;border-radius:48px;background:#050505;box-shadow:0 12px 30px #141e321f}.share-phone__screen{position:relative;height:100%;overflow:hidden;padding:12px 10px 0;border-radius:34px;background:#fff}.share-phone__screen:before{position:absolute;z-index:4;top:0;left:50%;width:166px;height:27px;border-radius:0 0 15px 15px;background:#050505;content:"";transform:translate(-50%)}.share-phone__background{position:absolute;z-index:0;top:0;right:0;left:0;width:100%;height:150px;object-fit:cover;object-position:center}.share-phone__status,.share-phone__toolbar{display:flex;align-items:center;justify-content:space-between}.share-phone__status{position:relative;z-index:3;height:22px;padding:0 16px;color:#fff;font-size:12px;text-shadow:0 1px 2px rgb(0 0 0 / 28%)}.share-phone__status span{font-size:9px;letter-spacing:1px}.share-phone__status-icons{display:inline-flex;align-items:center;gap:4px;color:#fff;letter-spacing:0}.share-phone__cellular{display:inline-flex;height:11px;align-items:end;gap:1px;font-style:normal}.share-phone__cellular b{display:block;width:2px;border-radius:1px;background:currentColor}.share-phone__cellular b:nth-child(1){height:4px}.share-phone__cellular b:nth-child(2){height:6px}.share-phone__cellular b:nth-child(3){height:8px}.share-phone__cellular b:nth-child(4){height:10px}.share-phone__toolbar{height:48px;position:relative;z-index:3;color:#fff}.share-phone__back-control,.share-phone__menu-control{display:inline-flex;flex:none;align-items:center;justify-content:center;padding:0;border:0;color:#fff;background-color:transparent;cursor:pointer}.share-phone__back-control{width:32px;height:32px}.share-phone__menu-control{width:72px;height:32px;gap:9px}.share-phone__miniapp-circle{position:relative;display:grid;width:22px;height:22px;flex:none;place-items:center;border:2px solid #fff;border-radius:50%}.share-phone__miniapp-circle i{width:7px;height:7px;border-radius:50%;background:#fff}.share-phone__profile{position:relative;z-index:1;display:grid;justify-items:center;margin:40px -10px 0;padding:0 10px;border-radius:28px 28px 0 0;color:#333;background:#fff}.share-phone__profile>img{width:88px;height:88px;border-radius:50%;object-fit:cover;margin-top:-44px}.share-phone__profile h2{margin:8px 0 4px;font-size:20px}.share-phone__profile>span{padding:3px 10px;border-radius:var(--starx-radius-pill);color:var(--starx-color-primary);background:var(--starx-color-primary-soft);font-size:10px}.share-phone__profile>p{margin:12px 0 14px;color:#555;font-size:12px}.share-phone__profile dl{display:grid;width:100%;grid-template-columns:repeat(3,1fr);margin:0 0 16px}.share-phone__profile dl>div{display:grid;justify-items:center}.share-phone__profile dd{margin:0;font-size:20px;font-weight:600}.share-phone__profile dt{margin-top:1px;color:#999;font-size:10px}.share-phone__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.share-phone__grid article{position:relative;height:238px;overflow:hidden;border-radius:10px}.share-phone__grid img{width:100%;height:100%;object-fit:cover}.share-phone__grid article>span{position:absolute;top:8px;left:8px;padding:3px 8px;border-radius:var(--starx-radius-pill);color:#fff;background:#0000008c;font-size:10px}.share-phone__grid article>.share-phone__tag--secondary{left:60px}.share-phone__grid footer{position:absolute;right:0;bottom:0;left:0;padding:22px 6px 7px;color:#fff;background:linear-gradient(transparent,#0009);font-size:8px;white-space:nowrap}.share-phone__home-indicator{position:absolute;bottom:7px;left:50%;width:120px;height:4px;border-radius:2px;background:#050505;transform:translate(-50%)}.share-sidebar{display:grid;align-content:start;gap:var(--starx-space-5)}.share-card{border:1px solid var(--starx-color-border);border-radius:var(--starx-radius-md);background:#fff}.share-profile-card{height:114px;padding:var(--starx-space-4)}.share-profile-card header{display:flex;align-items:center;justify-content:space-between}.share-profile-card h1,.share-qr-card h2{margin:0;color:#333;font-size:16px}.share-profile-card header button{height:25px;padding:0 10px;border:0;border-radius:4px;color:var(--starx-color-primary);background:var(--starx-color-primary-soft);cursor:pointer}.share-profile-card>div{display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px;margin-top:13px}.share-profile-card__avatar{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;color:#fff;background:#333;font-size:12px}.share-profile-card p{display:grid;min-width:0;gap:4px;margin:0}.share-profile-card strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.share-profile-card em{padding:2px 7px;border-radius:var(--starx-radius-pill);color:#333;background:#e9edff;font-size:11px;font-style:normal;font-weight:400}.share-profile-card small{overflow:hidden;color:#999;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.share-qr-card{display:grid;min-height:399px;justify-items:center;padding:var(--starx-space-4)}.share-qr-card h2{width:100%}.share-qr-placeholder{display:grid;width:160px;height:160px;margin-top:18px;place-items:center;border:1px dashed #d8dce5;border-radius:12px;color:#999;background:#f6f7f9;font-size:13px}.share-mini-program-code{display:block;width:160px;height:160px;margin-top:18px;border-radius:12px;object-fit:contain}.share-qr-card p{margin:8px 0 18px;color:#999;font-size:12px}.share-qr-card button{display:flex;width:100%;height:54px;align-items:center;justify-content:center;gap:7px;border:0;border-radius:var(--starx-radius-md);background:var(--starx-color-surface-muted);cursor:pointer;font-size:16px;font-weight:600}.share-qr-card button+button{margin-top:10px}.share-qr-card button:disabled{cursor:not-allowed;opacity:.55}.share-qr-card button.is-primary{color:#fff;background:var(--starx-gradient-primary)}.share-edit-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:var(--starx-space-5);background:#0000006b;animation:starx-overlay-enter .18s var(--starx-ease-standard) both}.share-edit-dialog{position:relative;display:grid;width:min(415px,100%);min-height:756px;align-content:start;padding:20px;border:1px solid var(--starx-color-border);border-radius:var(--starx-radius-md);background:#fff;box-shadow:var(--starx-shadow-overlay);animation:starx-dialog-enter var(--starx-duration-normal) var(--starx-ease-standard) both}@media(min-width:821px){.share-edit-dialog{zoom:1}}.share-edit-overlay.is-exiting{animation:starx-overlay-exit .16s var(--starx-ease-standard) both}.share-edit-overlay.is-exiting .share-edit-dialog{animation:starx-dialog-exit .14s var(--starx-ease-standard) both}.share-edit-dialog__close{position:absolute;top:20px;right:20px;display:grid;width:32px;height:32px;padding:0;place-items:center;border:0;border-radius:50%;background:transparent;cursor:pointer}.share-edit-avatar{display:grid;justify-items:center}.share-edit-avatar img{width:88px;height:88px;border-radius:50%;object-fit:cover}.share-edit-avatar button{height:25px;margin-top:10px;padding:0 10px;border:0;border-radius:4px;color:var(--starx-color-primary);background:var(--starx-color-primary-soft);cursor:pointer;font-size:12px}.share-edit-file-input{display:none}.share-edit-avatar button:disabled,.share-background-upload:disabled,.share-edit-actions button:disabled{cursor:not-allowed;opacity:.6}.share-background-upload.has-preview{overflow:hidden;justify-content:center;background-position:center;background-size:cover}.share-background-upload.has-preview span{padding:4px 8px;border-radius:4px;color:#fff;background:#00000094}.share-profile-card__avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.share-edit-field{display:grid;gap:10px;margin-top:20px;color:#333;font-size:14px}.share-edit-field strong em{color:var(--starx-color-danger);font-style:normal}.share-edit-control{display:flex;height:44px;align-items:center;gap:8px;padding:0 10px;border-radius:var(--starx-radius-md);background:var(--starx-color-surface-muted)}.share-edit-control:focus-within{box-shadow:var(--starx-shadow-focus)}.share-edit-control input,.share-edit-control textarea{min-width:0;flex:1;padding:0;border:0;outline:0;background:transparent;resize:none}.share-edit-control input:focus-visible,.share-edit-control textarea:focus-visible{outline:none;box-shadow:none}.share-edit-control small{align-self:center;color:#999}.share-edit-control--textarea{height:88px;align-items:stretch;padding-top:12px;padding-bottom:10px}.share-edit-control--textarea small{align-self:end}.share-background-upload{display:grid;height:180px;place-content:center;justify-items:center;gap:8px;border:2px dashed #ebebeb;border-radius:4px;color:#666;background:#fff;cursor:pointer}.share-background-helper{color:#999;font-size:12px}.share-edit-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-top:20px}.share-edit-actions button{height:54px;border:0;border-radius:var(--starx-radius-md);background:var(--starx-color-surface-muted);cursor:pointer;font-size:16px;font-weight:600}.share-edit-actions button:last-child{color:#fff;background:var(--starx-gradient-primary)}@media(hover:hover)and (pointer:fine){.share-profile-card header button:hover,.share-edit-avatar button:hover{background:#4b7dff29}.share-qr-card button:hover,.share-edit-actions button:hover{background:#eceff4}.share-qr-card button.is-primary:hover,.share-edit-actions button:last-child:hover{background:var(--starx-gradient-primary)}}@media(max-width:1050px){.share-page{grid-template-columns:minmax(0,1fr) 300px}.share-preview-panel{min-height:820px}}@media(max-width:820px){.share-page{grid-template-columns:minmax(0,1fr)}.share-preview-panel{min-height:820px}.share-sidebar{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media(max-width:560px){.share-page{margin-top:0}.share-preview-panel{min-height:0;padding:24px 12px}.share-phone{width:min(376px,100%);height:auto;aspect-ratio:376 / 776;padding:12px;border-radius:40px}.share-phone__screen{border-radius:29px}.share-phone__grid article{height:auto;aspect-ratio:156 / 238}.share-sidebar{grid-template-columns:minmax(0,1fr)}.share-edit-overlay{padding:12px}.share-edit-dialog{max-height:calc(100dvh - 24px);min-height:0;overflow-y:auto}}.poster-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:24px;background:#222}.poster-dialog{display:grid;width:min(798px,100%);grid-template-columns:375px 303px;gap:120px;align-items:center;padding:0;border-radius:0;background:transparent;box-shadow:none}.poster-preview{width:375px;height:812px;padding:0;border-radius:0;background:#111;box-shadow:0 16px 40px #00000029}.poster-preview__paper{position:relative;display:flex;height:100%;flex-direction:column;align-items:center;overflow:hidden;padding:55px 36px 24px;background-color:#111;background-position:center;background-size:cover}.poster-preview__avatar{position:relative;z-index:2;box-sizing:border-box;width:45px;height:45px;border:2px solid #fff;border-radius:50%;object-fit:cover}.poster-preview__paper>strong{position:relative;z-index:2;margin-top:6px;color:#fff;font-size:18px}.poster-preview__cert{position:relative;z-index:2;margin-top:8px;display:inline-flex;width:50px;height:20px;box-sizing:border-box;align-items:center;justify-content:center;gap:2px;text-align:center;white-space:nowrap;padding:3px 9px;border-radius:12px;color:#214ffc;background:linear-gradient(180deg,#f2eaff,#d6efff);font-size:10px;line-height:20px}.poster-preview__cert img{width:12px;height:12px;object-fit:cover}.poster-preview__works{position:relative;z-index:1;display:grid;width:100%;height:412px;grid-template-columns:repeat(3,1fr);gap:8px;align-content:start;margin-top:36px}.poster-preview--single .poster-preview__works{grid-template-columns:1fr}.poster-preview--multiple .poster-preview__works{row-gap:154px}.poster-preview__works img{width:100%;height:129px;border-radius:0;object-fit:cover}.poster-preview--single .poster-preview__works img{height:412px;box-shadow:0 0 0 999px #0003}.poster-preview__overlay-art{position:absolute;z-index:3;top:326px;left:28px;width:319px;height:138px;object-fit:fill;opacity:1;pointer-events:none}.poster-preview__mini-code{position:absolute;z-index:4;right:24px;bottom:21px;width:80px;height:80px;padding:4px;border-radius:6px;background:#fff;object-fit:contain}.poster-picker{display:flex;height:812px;flex-direction:column;min-width:0;color:#fff}.poster-picker__tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.poster-picker__tabs button,.poster-picker__actions button{height:30px;border:0;border-radius:10px;color:#333;background:#fff;cursor:pointer;font-size:14px}.poster-picker__tabs button{color:#333}.poster-picker__tabs button.is-active{color:#214ffc;background:#e8edff}.poster-picker__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;max-height:430px;overflow:auto}.poster-picker__grid button{position:relative;aspect-ratio:95 / 129;padding:0;overflow:hidden;border:2px solid transparent;border-radius:7px;background:#fff;cursor:pointer}.poster-picker__grid button.is-selected{border-color:#214ffc}.poster-picker__grid img{width:100%;height:100%;object-fit:cover}.poster-picker__grid i{position:absolute;top:5px;right:5px;display:grid;width:20px;height:20px;place-items:center;border-radius:50%;background:transparent}.poster-picker__actions{display:grid;gap:16px;margin-top:auto}.poster-picker__actions button{height:54px;display:flex;align-items:center;justify-content:center;gap:8px}.poster-picker__actions button.is-primary{color:#fff;background:var(--starx-gradient-primary)}.poster-picker__actions button:disabled{cursor:not-allowed;opacity:.55}@media(max-width:760px){.poster-dialog{width:min(420px,100%);max-height:calc(100dvh - 24px);grid-template-columns:1fr;gap:20px;overflow-y:auto;padding:20px}.poster-preview{width:min(375px,100%);height:auto;aspect-ratio:375 / 812;margin:0 auto}.poster-picker{height:auto}}.app-shell--dark .share-preview-panel{background:#0f1521}.app-shell--dark .share-card{color:var(--web-text);border-color:var(--web-border);background:var(--web-surface)}.app-shell--dark :is(.share-profile-card h1,.share-qr-card h2,.share-profile-card strong){color:var(--web-text-strong)}.app-shell--dark :is(.share-profile-card small,.share-qr-card p){color:var(--web-text-muted)}.app-shell--dark .share-profile-card em{color:#c3cbe0;background:#222b40}.app-shell--dark .share-qr-placeholder,.app-shell--dark .share-qr-card button:not(.is-primary){color:var(--web-text);border-color:var(--web-border);background:var(--web-surface-soft)}html[data-theme=dark] .share-edit-dialog{color:#dce2ee;border-color:#30394d;background:#121826;box-shadow:0 22px 64px #0000007a}html[data-theme=dark] .share-edit-dialog__close{color:#dce2ee;background:transparent}html[data-theme=dark] .share-edit-field{color:#eef1f7}html[data-theme=dark] .share-edit-control{color:#eef1f7;background:#1a2232}html[data-theme=dark] .share-edit-control :is(input,textarea){color:#eef1f7}html[data-theme=dark] .share-edit-control :is(input,textarea)::placeholder{color:#788196}html[data-theme=dark] .share-background-upload{color:#aab3c5;border-color:#39445a;background:#1a2232}html[data-theme=dark] .share-edit-actions button:first-child{color:#dce2ee;background:#252e40}.orders-page{width:100%;margin:-10px 0 0;padding:0 0 var(--starx-space-10)}.orders-tabs{display:flex;height:42px;align-items:flex-start;gap:31px;border-bottom:1px solid var(--starx-color-border)}.orders-tabs a{position:relative;padding:10px 10px 8px;color:var(--starx-color-text-muted);font-size:17px;font-weight:500;text-decoration:none;transition:color var(--starx-duration-fast) var(--starx-ease-standard)}.orders-tabs a:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;border-radius:2px;background:var(--starx-color-text);content:"";opacity:0;transform:scaleX(.6);transition:opacity var(--starx-duration-fast),transform var(--starx-duration-fast)}.orders-tabs a.is-active{color:var(--starx-color-text);font-weight:650}.orders-tabs a.is-active:after{opacity:1;transform:scaleX(1)}.orders-filters{display:flex;gap:8px;padding:10px 0 20px}.orders-filters button{min-width:49px;height:32px;padding:0 13px;border:0;border-radius:var(--starx-radius-pill);color:#55585f;background:var(--starx-color-surface-muted);cursor:pointer;transition:color var(--starx-duration-fast),background var(--starx-duration-fast),transform var(--starx-duration-instant)}.orders-filters button.is-active{color:#fff;background:#333}.orders-filters button:active{transform:scale(.96)}.orders-table-header,.order-card__body{display:grid;grid-template-columns:minmax(420px,1fr) 180px 180px 130px;align-items:center}.orders-table-header{height:44px;padding:0 19px;border:1px solid #e1e4ea;border-radius:var(--starx-radius-md);color:#777a81;background:var(--starx-color-surface-muted);font-size:14px}.orders-table-header span:not(:first-child){text-align:center}.orders-list{display:grid;gap:20px;margin-top:20px}.order-card{overflow:hidden;border:1px solid #e1e4ea;border-radius:var(--starx-radius-md);background:#fff;transition:border-color var(--starx-duration-fast),box-shadow var(--starx-duration-fast),transform var(--starx-duration-fast)}.order-card>header{display:flex;height:44px;align-items:center;gap:22px;padding:0 19px;border-bottom:1px solid #e1e4ea;color:#767980;background:var(--starx-color-surface-muted);font-size:14px}.order-card__body{min-height:158px;padding:19px}.order-product{display:flex;min-width:0;align-items:center;gap:20px;padding:0}.order-product img{width:88px;height:120px;flex:0 0 auto;border-radius:4px;background:#f4f4f4;object-fit:cover}.order-product p{display:grid;gap:8px;margin:0}.order-product strong{font-size:15px}.order-product span{color:var(--starx-color-text-secondary);font-size:13px}.order-price,.order-status,.order-card__actions{text-align:center}.order-price,.order-status{font-size:14px}.order-status--pending-payment,.order-status--pending-settlement{color:var(--starx-color-danger)}.order-status--completed{color:var(--starx-color-success)}.order-status--cancelled{color:#333}.order-actions-stack{display:grid;justify-content:center;gap:10px}.order-action{min-width:96px;height:40px;padding:0 16px;border:0;border-radius:var(--starx-radius-md);color:#333;background:var(--starx-color-surface-muted);font-weight:600;cursor:pointer;transition:background var(--starx-duration-fast),box-shadow var(--starx-duration-fast),transform var(--starx-duration-instant)}.order-action--primary{color:#fff;background:var(--starx-gradient-primary)}.order-action:active{transform:scale(.97)}.order-dialog-overlay{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;overflow-y:auto;padding:28px 16px;place-items:center;background:#0f12187a;animation:order-overlay-in var(--starx-duration-normal) var(--starx-ease-standard) both}.purchase-license-dialog{display:flex;width:min(321px,calc(100vw - 32px));min-height:514px;align-items:center;flex-direction:column;padding:0 14px 20px;border:1px solid #e7e9ee;border-radius:12px;background:#fff;box-shadow:var(--starx-shadow-overlay);text-align:center;animation:order-dialog-in .26s var(--starx-ease-standard) both}.purchase-license-dialog header{display:flex;width:100%;height:59px;flex:0 0 59px;align-items:center;justify-content:space-between;padding:0 5px}.purchase-license-dialog h2{margin:0;font-size:18px}.purchase-license-dialog header button{display:grid;width:24px;height:24px;padding:0;place-items:center;border:2px solid #454545;border-radius:50%;color:#333;background:#fff;cursor:pointer}.purchase-license-dialog__success{display:grid;width:55px;height:55px;flex:0 0 55px;margin:5px auto 0;place-items:center;border:0;border-radius:50%}.purchase-license-dialog__title{margin-top:4px;line-height:20px}.purchase-license-dialog__title,.purchase-license-dialog__scan{display:block;font-size:14px}.purchase-license-dialog__hint,.purchase-license-dialog__service{margin:2px 0 0;font-size:12px;line-height:17px}.purchase-license-dialog__detail{display:inline-flex;width:96px;height:25px;align-items:center;justify-content:center;margin-top:4px;padding:0;border:0;border-radius:4px;color:var(--starx-color-primary);background:var(--starx-color-primary-soft);font-size:12px;font-weight:600;line-height:1;cursor:pointer;text-decoration:none}.purchase-license-dialog__info{display:grid;width:100%;height:100px;flex:0 0 100px;align-content:center;gap:10px;margin:16px 0 0;padding:12px 15px;border-radius:8px;background:#f5f7ff}.purchase-license-dialog__info div{display:flex;justify-content:space-between;gap:12px;font-size:12px}.purchase-license-dialog__info dt{color:#a3a6ad}.purchase-license-dialog__info dd{margin:0;color:#44474f;white-space:nowrap}.purchase-license-dialog>img{display:block;width:110px;height:110px;flex:0 0 110px;margin:16px auto 0;object-fit:contain}.purchase-license-dialog__scan{margin-top:12px;line-height:20px}.purchase-license-dialog.is-contact{min-height:273px}.purchase-license-dialog.is-contact>img{margin-top:5px}html[data-theme=dark] .purchase-license-dialog,html[data-theme=dark] .purchase-confirm-dialog{color:#e8edf7;border-color:#303b52;background:#121826;box-shadow:0 22px 64px #0000007a}html[data-theme=dark] .purchase-license-dialog h2,html[data-theme=dark] .purchase-license-dialog__title,html[data-theme=dark] .purchase-license-dialog__scan,html[data-theme=dark] .purchase-confirm-dialog h2,html[data-theme=dark] .purchase-confirm-dialog__product strong{color:#f1f4fb}html[data-theme=dark] .purchase-license-dialog header button,html[data-theme=dark] .purchase-confirm-dialog>header button{color:#dce4f2}html[data-theme=dark] .purchase-license-dialog__hint,html[data-theme=dark] .purchase-license-dialog__service,html[data-theme=dark] .purchase-confirm-dialog__product span{color:#aeb8ca}html[data-theme=dark] .purchase-license-dialog__detail{color:#c7c1ff;background:#29264b}html[data-theme=dark] .purchase-license-dialog__success{background:#182238}html[data-theme=dark] .purchase-license-dialog__info{color:#e8edf7;background:#1a2436}html[data-theme=dark] .purchase-license-dialog__info dt{color:#96a2b7}html[data-theme=dark] .purchase-license-dialog__info dd{color:#e8edf7}.order-dialog-overlay.is-exiting{animation:order-overlay-out var(--starx-duration-fast) var(--starx-ease-standard) both}.order-dialog-overlay.is-exiting .purchase-license-dialog{animation:order-dialog-out var(--starx-duration-fast) var(--starx-ease-standard) both}@keyframes order-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes order-overlay-out{0%{opacity:1}to{opacity:0}}@keyframes order-dialog-in{0%{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes order-dialog-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(8px) scale(.98)}}@media(hover:hover){.orders-tabs a:hover{color:var(--starx-color-text)}.orders-filters button:not(.is-active):hover,.order-action:not(.order-action--primary):hover{background:#eceef2}.order-action--primary:hover{background:var(--starx-gradient-primary);box-shadow:0 6px 14px #4b7dff33}.order-card:hover{border-color:#d8dce5;box-shadow:0 8px 24px #1e283c0f;transform:translateY(-1px)}}@media(max-width:1120px){.orders-table-header,.order-card__body{grid-template-columns:minmax(320px,1fr) 120px 120px 112px}}@media(max-width:760px){.orders-page{margin-top:-6px}.orders-tabs{height:43px;gap:20px}.orders-tabs a{padding-inline:4px;font-size:16px}.orders-filters{overflow-x:auto;padding-bottom:15px;scrollbar-width:none}.orders-filters::-webkit-scrollbar{display:none}.orders-table-header{display:none}.orders-list{gap:14px;margin-top:0}.order-card>header{height:auto;min-height:42px;flex-wrap:wrap;gap:3px 14px;padding:9px 12px;font-size:12px}.order-card__body{display:grid;min-height:0;grid-template-columns:1fr auto;gap:15px 12px;padding:14px 12px}.order-product{grid-column:1 / -1;gap:14px}.order-product img{width:72px;height:96px}.order-product strong{font-size:14px}.order-price,.order-status{align-self:center;text-align:left}.order-price:before,.order-status:before,.order-card__actions:before{display:block;margin-bottom:4px;color:var(--starx-color-text-muted);content:attr(data-label);font-size:11px;font-weight:400}.order-card__actions{grid-column:1 / -1;text-align:left}.order-actions-stack{display:flex;justify-content:flex-start}.order-action{min-width:92px;height:38px}}.login-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;overflow-y:auto;place-items:center;padding:max(20px,env(safe-area-inset-top)) max(20px,env(safe-area-inset-right)) max(20px,env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left));background:#080b1457;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:login-overlay-in .18s var(--starx-ease-standard) both}.login-overlay--required{cursor:not-allowed}.login-dialog{position:relative;width:min(400px,100%);padding:22px 20px 20px;border-radius:24px;background:#fff;box-shadow:0 24px 80px #0000003d;animation:login-dialog-in var(--starx-duration-normal) var(--starx-ease-standard) both}.login-dialog__close{position:absolute;top:18px;right:18px;display:grid;width:32px;height:32px;padding:0;cursor:pointer;place-items:center;border:0;border-radius:50%;background:transparent;color:#333;transition:color var(--starx-duration-fast),background-color var(--starx-duration-fast),transform var(--starx-duration-instant)}.login-dialog__close:active:not(:disabled){transform:scale(.94)}.login-dialog__close:disabled{cursor:wait;opacity:.55}.login-dialog .brand{padding:0}.login-dialog .brand--vertical{height:46px;margin:2px auto 22px}.login-dialog .brand__logo{width:150px;height:46px}.login-dialog__title{margin:-8px 0 6px;color:#1e2024;font-size:22px;font-weight:700;line-height:30px;text-align:center}.login-dialog__intro{margin:0 20px 18px;color:#777d8a;font-size:13px;line-height:20px;text-align:center}.login-dialog form{display:grid;gap:10px}.login-field{display:flex;width:100%;height:55px;align-items:center;gap:10px;padding:0 20px;border-radius:28px;background:#f6f8ff;transition:background-color var(--starx-duration-fast),box-shadow var(--starx-duration-fast)}.login-field:focus-within{background:#fff;box-shadow:0 0 0 2px #214ffc4d}.login-field.is-invalid:not(:focus-within){box-shadow:0 0 0 2px #ff40506b}.login-field--phone>span:first-child{flex:none;color:#333;font-size:18px;font-weight:600}.login-field input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#333;font-size:18px}.login-field input:focus,.login-field input:focus-visible{outline:none;box-shadow:none}.login-field input::placeholder{color:#bbb}.login-field button{flex:none;cursor:pointer;border:0;background:transparent;min-width:96px;padding:0;color:#214ffc;font-size:18px;font-variant-numeric:tabular-nums;text-align:right;transition:color var(--starx-duration-fast),opacity var(--starx-duration-fast)}.login-field button:disabled{cursor:default;color:#9aabdc}.login-dialog__submit{display:inline-flex;width:100%;height:54px;align-items:center;justify-content:center;gap:8px;padding:0;cursor:pointer;border:0;border-radius:27px;background:var(--starx-gradient-primary);color:#fff;font-size:18px;font-weight:600;transition:background-color var(--starx-duration-fast),transform var(--starx-duration-instant)}.login-dialog__submit:hover:not(:disabled){background:var(--starx-gradient-primary)}.login-dialog__submit:active:not(:disabled){transform:scale(.985)}.login-dialog__submit:disabled{cursor:wait;opacity:.72}.login-dialog__submit svg{animation:login-spin .8s linear infinite}.login-dialog__agreement{display:flex;align-items:flex-start;justify-content:center;gap:7px;margin:16px 0 0;color:#999;font-size:11px;line-height:16px;cursor:pointer}.login-dialog__agreement input{width:16px;height:16px;flex:0 0 auto;margin:0;accent-color:#214ffc;cursor:pointer}.login-dialog__agreement span{text-align:left}.login-dialog__agreement a{border-radius:3px;color:#214ffc;text-decoration:none}.login-dialog__agreement-hint{margin:4px 0 0 23px;color:#aaa;font-size:11px;line-height:16px;text-align:center}.login-dialog__agreement input:focus-visible{outline:3px solid rgb(33 79 252 / 28%);outline-offset:2px}.login-overlay.is-exiting{pointer-events:none;animation:login-overlay-out .15s var(--starx-ease-standard) both}.login-overlay.is-exiting .login-dialog{animation:login-dialog-out .15s var(--starx-ease-standard) both}@keyframes login-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes login-overlay-out{0%{opacity:1}to{opacity:0}}@keyframes login-dialog-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes login-dialog-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(4px) scale(.985)}}@keyframes login-spin{to{transform:rotate(360deg)}}@media(hover:hover){.login-dialog__close:hover:not(:disabled){color:#214ffc;background:#f3f5ff}.login-field button:hover:not(:disabled){color:#1a43d6}.login-dialog__agreement a:hover{text-decoration:underline;text-underline-offset:2px}}@media(max-width:480px){.login-overlay{align-items:end;padding:12px}.login-dialog{width:100%;padding-top:20px;padding-bottom:max(20px,env(safe-area-inset-bottom));padding-right:16px;padding-left:16px;border-radius:24px 24px 16px 16px}.login-dialog .brand--vertical{height:43px;margin-bottom:18px}.login-dialog .brand__logo{width:142px;height:43px}.login-field input,.login-field button,.login-field--phone>span:first-child{font-size:16px}}html[data-theme=dark] .login-dialog{color:#e6eaf3;border:1px solid #30384b;background:#121826;box-shadow:0 28px 90px #0000008f}html[data-theme=dark] .login-dialog__title{color:#f5f7fb}html[data-theme=dark] .login-dialog__intro{color:#929bad}html[data-theme=dark] .login-dialog__close{color:#dce2ee;background:transparent}html[data-theme=dark] .login-field{color:#e6eaf3;background:#1a2232}html[data-theme=dark] .login-field:focus-within{background:#202a3d;box-shadow:0 0 0 2px #687eff73}html[data-theme=dark] .login-field--phone>span:first-child,html[data-theme=dark] .login-field input{color:#eef1f7}html[data-theme=dark] .login-field input::placeholder{color:#788196}html[data-theme=dark] .login-dialog__agreement{color:#8f98aa}html[data-theme=dark] .login-dialog__agreement-hint{color:#717b8e}.infinite-canvas-page{position:relative;display:flex;height:calc(100vh - 72px);min-height:560px;flex-direction:column;overflow:hidden;color:#e7eaf2;background:#0a0d14}.infinite-canvas-page--entry{align-items:center;justify-content:center;background-color:#0a0d14;background-image:radial-gradient(#30384a 1px,transparent 1px);background-size:24px 24px}.infinite-canvas-entry{display:grid;width:min(430px,calc(100% - 32px));box-sizing:border-box;justify-items:center;gap:10px;padding:38px 32px;border:1px solid #293344;border-radius:18px;background:#121722eb;box-shadow:0 24px 70px #00000057;text-align:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.infinite-canvas-entry__icon{display:grid;width:62px;height:62px;place-items:center;margin-bottom:4px;border:1px solid #35565e;border-radius:18px;color:#8af2df;background:#163039}.infinite-canvas-entry h1{margin:0;color:#f3f6fb;font-size:23px;letter-spacing:-.02em}.infinite-canvas-entry p{max-width:340px;margin:0 0 12px;color:#8b96aa;font-size:12px;line-height:1.7}.infinite-canvas-entry>button{display:inline-flex;min-width:138px;min-height:42px;align-items:center;justify-content:center;gap:7px;padding:0 18px;border:1px solid #78d9cb;border-radius:10px;color:#071512;background:#87f6e2;box-shadow:0 10px 24px #50e1ca29;cursor:pointer;font:inherit;font-size:13px;font-weight:750}.infinite-canvas-entry>button:hover,.infinite-canvas-entry>button:focus-visible{background:#a1faeb;box-shadow:0 12px 28px #50e1ca38}.infinite-canvas-entry>button:focus-visible{outline:3px solid rgb(135 246 226 / 28%);outline-offset:3px}.infinite-canvas-entry>button:disabled{cursor:wait;opacity:.62}.infinite-canvas-entry__error{display:inline-flex;align-items:center;gap:5px;color:#ef9a9e;font-size:11px}.infinite-canvas-toolbar{z-index:4;display:flex;min-height:66px;align-items:center;justify-content:space-between;gap:18px;padding:10px 22px;border-bottom:1px solid #252b39;background:#0f131df0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.infinite-canvas-toolbar__leading,.infinite-canvas-toolbar__title,.infinite-canvas-toolbar__actions,.infinite-canvas-toolbar__title>div{display:flex;align-items:center}.infinite-canvas-toolbar__leading{min-width:0;flex:0 0 auto;gap:14px}.infinite-canvas-toolbar__title{min-width:150px;gap:10px;color:#89f5df}.infinite-canvas-toolbar__title>div{align-items:flex-start;flex-direction:column;gap:2px}.infinite-canvas-toolbar__title strong{color:#f5f7fb;font-size:15px}.infinite-canvas-toolbar__title span{color:#8993a9;font-size:11px}.infinite-canvas-project-switcher{display:inline-flex;width:150px;min-width:150px;flex:0 0 150px}.infinite-canvas-project-switcher select{width:100%;height:38px;padding:0 28px 0 10px;border:1px solid #30384a;border-radius:8px;color:#d6dcea;background:#171d2a;cursor:pointer;font:inherit;font-size:12px}.infinite-canvas-project-switcher select:hover,.infinite-canvas-project-switcher select:focus-visible{border-color:#78d9cb;outline:0}.infinite-canvas-project-switcher select:disabled{cursor:not-allowed;opacity:.52}.infinite-canvas-projects-link{display:inline-flex;min-height:38px;align-items:center;padding:0 7px;color:#8fa0b8;font-size:11px;white-space:nowrap}.infinite-canvas-projects-link:hover,.infinite-canvas-projects-link:focus-visible{color:#d9fff8}.infinite-canvas-toolbar__actions{min-width:0;flex:1 1 0;flex-wrap:nowrap;justify-content:flex-start;gap:4px;overflow-x:hidden;scrollbar-width:none}.infinite-canvas-toolbar__actions::-webkit-scrollbar{display:none}.infinite-canvas-toolbar__actions>*{flex:0 0 auto}.infinite-canvas-toolbar__actions button,.infinite-canvas-empty button{display:inline-flex;min-height:38px;align-items:center;gap:5px;padding:0 7px;border:1px solid #30384a;border-radius:8px;color:#bfc6d7;background:#171d2a;cursor:pointer;font:inherit;font-size:12px}.infinite-canvas-toolbar__actions button:hover,.infinite-canvas-toolbar__actions button:focus-visible{border-color:#78d9cb;color:#e9fffb;background:#1d2d34}.infinite-canvas-toolbar__actions button:disabled{cursor:not-allowed;opacity:.42}.infinite-canvas-toolbar__divider{width:1px;height:25px;margin:0 2px;background:#30384a}.infinite-canvas-zoom{width:40px;color:#8792a8;font-size:11px;text-align:center}.infinite-canvas-hint{position:absolute;z-index:2;top:78px;left:24px;display:flex;align-items:center;gap:5px;color:#707b92;font-size:11px;pointer-events:none}.infinite-canvas-model-retry{margin-left:8px;padding:2px 6px;border:1px solid #6b4b53;border-radius:4px;color:#f0a4a9;background:#24171d;cursor:pointer;font:inherit;font-size:10px;pointer-events:auto}.infinite-canvas-viewport{position:relative;min-height:0;flex:1;overflow:clip;cursor:grab;background-color:#0a0d14;background-image:radial-gradient(#30384a 1px,transparent 1px);background-position:0 0;background-size:24px 24px;touch-action:none}.infinite-canvas-viewport:active{cursor:grabbing}.infinite-canvas-loading{position:absolute;z-index:12;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#0a0d14d1;pointer-events:auto}.infinite-canvas-world{position:absolute;top:0;right:0;bottom:0;left:0;transform-origin:0 0;user-select:none;-webkit-user-select:none}.infinite-canvas-world input,.infinite-canvas-world textarea,.infinite-canvas-world [contenteditable=true]{user-select:text;-webkit-user-select:text}.infinite-canvas-edges{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible;color:#58647c;pointer-events:none}.infinite-canvas-snap-guide{stroke:#7be8d6;stroke-width:1.5;stroke-dasharray:5 5;filter:drop-shadow(0 0 3px rgb(123 232 214 / 55%));pointer-events:none}.infinite-canvas-edge{pointer-events:stroke;cursor:pointer}.infinite-canvas-edge path{fill:none;stroke:currentColor;stroke-width:2}.infinite-canvas-edge.is-selected{color:#87f6e2}.infinite-canvas-edge.is-selected path{stroke-width:3}.infinite-canvas-connection-preview{stroke:#87f6e2;stroke-width:2.5;stroke-dasharray:7 5}.infinite-canvas-edge foreignObject{overflow:visible;opacity:0;pointer-events:auto}.infinite-canvas-edge:hover foreignObject,.infinite-canvas-edge.is-selected foreignObject{opacity:1}.infinite-canvas-edge foreignObject button{display:inline-flex;align-items:center;gap:3px;padding:4px 7px;border:1px solid #38455c;border-radius:5px;color:#c8d1e3;background:#161d2b;cursor:pointer;font:inherit;font-size:10px;white-space:nowrap}.infinite-canvas-node{position:absolute;box-sizing:border-box;overflow:visible;border:1px solid #303a4d;border-radius:13px;background:#151b27;box-shadow:0 16px 38px #00000047;cursor:grab}.infinite-canvas-node:hover,.infinite-canvas-node.is-selected{border-color:#74d9ca;box-shadow:0 0 0 1px #74d9ca52,0 18px 42px #00000059}.infinite-canvas-node__header{display:flex;height:42px;align-items:center;justify-content:space-between;padding:0 11px;border-bottom:1px solid #293244}.infinite-canvas-node__header>div{display:flex;gap:2px}.infinite-canvas-node__header-main{min-width:0;flex:1 1 auto;align-items:center;gap:7px!important}.infinite-canvas-node__header-title{min-width:0;flex:1 1 auto}.infinite-canvas-node__header-title .infinite-canvas-node__title{width:100%;margin:0;padding:2px 0;border-bottom-color:transparent}.infinite-canvas-node__header button{display:grid;width:27px;height:27px;place-items:center;border:0;border-radius:6px;color:#77849b;background:transparent;cursor:pointer}.infinite-canvas-node__header button:hover{color:#d7fdf7;background:#273441}.infinite-canvas-node__header button:disabled{cursor:not-allowed;opacity:.32}.infinite-canvas-node__header button:disabled:hover{color:#77849b;background:transparent}.infinite-canvas-node__kind{display:inline-flex;align-items:center;gap:6px;color:#93a1b8;font-size:11px;font-weight:700;letter-spacing:.08em}.infinite-canvas-node--text .infinite-canvas-node__kind{color:#75c4ef}.infinite-canvas-node--image .infinite-canvas-node__kind{color:#72d9ac}.infinite-canvas-node--video .infinite-canvas-node__kind{color:#c3a1ff}.infinite-canvas-node--audio .infinite-canvas-node__kind{color:#e7bd6d}.infinite-canvas-node__title{display:block;box-sizing:border-box;width:calc(100% - 22px);margin:10px 11px 7px;padding:3px 0;border:0;border-bottom:1px solid #30394b;outline:0;color:#eef1f8;background:transparent;font:inherit;font-size:14px;font-weight:650}.infinite-canvas-node__title:focus{border-color:#7ce0d0}.infinite-canvas-node__content{display:block;box-sizing:border-box;width:calc(100% - 22px);min-height:82px;margin:0 11px 10px;padding:7px 8px;resize:vertical;border:1px solid #293344;border-radius:7px;outline:0;color:#c7cedc;background:#101620;font:inherit;font-size:12px;line-height:1.55}.infinite-canvas-node__content:focus{border-color:#70cdbf;box-shadow:0 0 0 2px #70cdbf1f}.infinite-canvas-node__media{display:grid;min-height:94px;margin:0 11px 9px;overflow:hidden;place-items:center;border-radius:8px;background:#0b1019}.infinite-canvas-node__media img,.infinite-canvas-node__media video{display:block;width:100%;max-height:145px;object-fit:cover}.infinite-canvas-node__media audio{width:calc(100% - 14px)}.infinite-canvas-node__import{display:flex;width:calc(100% - 22px);min-height:70px;align-items:center;justify-content:center;gap:7px;margin:0 11px 9px;border:1px dashed #39455a;border-radius:8px;color:#8794ac;background:#101620;cursor:pointer;font:inherit;font-size:11px}.infinite-canvas-node__import:hover{border-color:#77dccc;color:#bdf9ef}.infinite-canvas-node__media--state{box-sizing:border-box;min-height:120px;gap:8px;padding:14px 11px;color:#a2adbf;text-align:center}.infinite-canvas-node__media--queued,.infinite-canvas-node__media--processing{color:#e6c56f}.infinite-canvas-node__media--failed{color:#f19ca0}.infinite-canvas-node__media-status{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:650}.infinite-canvas-node__media-error{display:-webkit-box;max-width:100%;overflow:hidden;color:#f19ca0;font-size:10px;line-height:1.4;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}.infinite-canvas-node__media-import{display:inline-flex;min-height:27px;align-items:center;gap:5px;margin-top:2px;padding:0 8px;border:1px dashed #4b5b73;border-radius:6px;color:#a7b7cf;background:#121a27;cursor:pointer;font:inherit;font-size:10px}.infinite-canvas-node__media-import:hover{border-color:#77dccc;color:#c5fff7}.infinite-canvas-node__settings{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:0 11px 10px}.infinite-canvas-node__settings label{display:grid;gap:3px;color:#7c889e;font-size:10px}.infinite-canvas-node__settings select,.infinite-canvas-node__settings input{min-width:0;height:28px;padding:0 5px;border:1px solid #303a4d;border-radius:6px;color:#cbd3e1;background:#101620;outline:0;font:inherit;font-size:10px}.infinite-canvas-node__settings select:focus,.infinite-canvas-node__settings input:focus{border-color:#70cdbf}.infinite-canvas-node__footer{display:flex;min-height:38px;align-items:center;gap:6px;padding:0 11px;border-top:1px solid #293244}.infinite-canvas-status{display:inline-flex;align-items:center;gap:4px;color:#8994a7;font-size:10px;white-space:nowrap}.infinite-canvas-status--succeeded{color:#73d8aa}.infinite-canvas-status--failed{color:#f18b91}.infinite-canvas-status--processing,.infinite-canvas-status--queued{color:#e5bd6a}.infinite-canvas-error{min-width:0;overflow:hidden;color:#ed9298;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.infinite-canvas-generate{display:inline-flex;min-height:29px;align-items:center;gap:4px;margin-left:auto;padding:0 9px;border:0;border-radius:6px;color:#071512;background:#87f6e2;cursor:pointer;font:inherit;font-size:11px;font-weight:700}.infinite-canvas-generate:disabled{cursor:wait;opacity:.48}.infinite-canvas-node__settings .infinite-canvas-node__checkbox{display:flex;min-height:28px;align-items:center;gap:6px;align-self:end;padding:0 6px;border:1px solid #303a4d;border-radius:6px;color:#aeb8ca;background:#101620;cursor:pointer}.infinite-canvas-node__settings .infinite-canvas-node__checkbox input{width:14px;height:14px;padding:0;accent-color:#73ddca}.infinite-canvas-handle{position:absolute;z-index:2;top:54px;width:13px;height:13px;padding:0;border:2px solid #151b27;border-radius:50%;background:#66738d;cursor:crosshair}.infinite-canvas-handle:hover{background:#87f6e2;transform:scale(1.25)}.infinite-canvas-handle--out{right:-8px}.infinite-canvas-handle--in{left:-8px}.infinite-canvas-node__add{position:absolute;z-index:5;top:50%;transform:translateY(-50%)}.infinite-canvas-node__add--upstream{left:-15px}.infinite-canvas-node__add--downstream{right:-15px}.infinite-canvas-node__add>button{display:grid;width:28px;height:28px;padding:0;place-items:center;border:1px solid #42516a;border-radius:50%;color:#a7b3c8;background:#182130;box-shadow:0 6px 18px #0000005c;cursor:pointer}.infinite-canvas-node__add>button:hover,.infinite-canvas-node__add:focus-within>button{border-color:#7de1d1;color:#d5fff8;background:#1c3a3b}.infinite-canvas-node__add>div{position:absolute;top:50%;display:none;width:148px;gap:3px;padding:7px;border:1px solid #35445a;border-radius:10px;background:#182130;box-shadow:0 16px 38px #00000075;transform:translateY(-50%)}.infinite-canvas-node__add--upstream>div{right:23px}.infinite-canvas-node__add--downstream>div{left:23px}.infinite-canvas-node__add:hover>div,.infinite-canvas-node__add:focus-within>div{display:grid}.infinite-canvas-node__add>div>span{padding:4px 6px;color:#77869d;font-size:9px;letter-spacing:.06em}.infinite-canvas-node__add>div>button{display:flex;min-height:30px;align-items:center;gap:7px;padding:0 7px;border:0;border-radius:6px;color:#b9c4d5;background:transparent;cursor:pointer;font:inherit;font-size:11px;text-align:left}.infinite-canvas-node__add>div>button:hover,.infinite-canvas-node__add>div>button:focus-visible{color:#eafffb;background:#243441}.infinite-canvas-empty{position:absolute;top:50%;left:50%;display:grid;justify-items:center;gap:8px;color:#8591a7;text-align:center;transform:translate(-50%,-50%)}.infinite-canvas-empty__icon{display:grid;width:62px;height:62px;place-items:center;border:1px solid #35565e;border-radius:18px;color:#8af2df;background:#163039}.infinite-canvas-empty h1{margin:9px 0 0;color:#eef2f8;font-size:21px}.infinite-canvas-empty p{margin:0 0 10px;font-size:12px}.infinite-canvas-empty>div:last-child{display:flex;gap:8px}.infinite-canvas-empty button{border-color:#365864;color:#baf8ed;background:#163039}.infinite-canvas-storage-warning{position:absolute;z-index:20;right:20px;bottom:18px;display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid #6b5431;border-radius:8px;color:#eecb83;background:#2c2416;font-size:11px}.infinite-canvas-storage-warning button{padding:3px 7px;border:1px solid currentColor;border-radius:5px;color:inherit;background:transparent;cursor:pointer;font:inherit;font-size:10px}.infinite-canvas-node button:focus-visible,.infinite-canvas-node input:focus-visible,.infinite-canvas-node textarea:focus-visible,.infinite-canvas-node select:focus-visible,.infinite-canvas-toolbar button:focus-visible{outline:2px solid #87f6e2;outline-offset:2px}@keyframes infinite-canvas-spin{to{transform:rotate(360deg)}}.infinite-canvas-page .is-spinning{animation:infinite-canvas-spin .9s linear infinite}@media(max-width:760px){.infinite-canvas-toolbar{align-items:flex-start;flex-direction:column;gap:8px;padding:10px 14px}.infinite-canvas-toolbar__leading{width:100%;justify-content:space-between}.infinite-canvas-toolbar__title{min-width:0;flex:1 1 auto}.infinite-canvas-project-switcher{width:120px;min-width:120px;flex-basis:120px}.infinite-canvas-toolbar__actions{width:100%;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;padding-bottom:2px}.infinite-canvas-hint{top:126px;left:15px;font-size:10px}.infinite-canvas-page{height:calc(100vh - 64px)}.infinite-canvas-empty{width:calc(100% - 32px)}.infinite-canvas-empty h1{font-size:18px}.infinite-canvas-empty>div:last-child{flex-direction:column}.infinite-canvas-empty button{justify-content:center}}@media(prefers-reduced-motion:reduce){.infinite-canvas-node,.infinite-canvas-toolbar__actions button,.infinite-canvas-handle{transition:none}.infinite-canvas-page .is-spinning{animation-duration:0s}}.infinite-canvas-edge.is-related{color:#69bfff}.infinite-canvas-edge.is-related .infinite-canvas-edge__track{stroke-width:2.4;stroke-dasharray:5 8;animation:infinite-canvas-flow .9s linear infinite;filter:drop-shadow(0 0 4px rgb(91 188 255 / 48%))}.infinite-canvas-edge__particle{fill:#b9f5ff;stroke:#4aa7ff;stroke-width:1;filter:drop-shadow(0 0 5px #57c7ff);pointer-events:none}.infinite-canvas-node{border-radius:10px;background:#15191f;box-shadow:0 14px 32px #00000047}.infinite-canvas-node__header{height:34px;padding-inline:9px;border-color:#292e37}.infinite-canvas-node__title{width:calc(100% - 18px);margin:7px 9px 6px;padding-block:2px;border-color:transparent;font-size:12px}.infinite-canvas-node__media{height:120px;min-height:0;margin:0 9px 7px;border-radius:7px;background:#000}.infinite-canvas-node__media{user-select:none;-webkit-user-select:none}.infinite-canvas-node__media img,.infinite-canvas-node__media video{-webkit-user-drag:none}.infinite-canvas-node__media--audio{display:flex;min-height:62px;flex-direction:column;align-items:stretch;justify-content:center;gap:5px;padding:7px 9px}.infinite-canvas-node__media--audio audio{width:100%}.infinite-canvas-node__media-duration{align-self:flex-end;color:#8794a8;font-size:10px;line-height:1}.infinite-canvas-node__media--result{height:auto}.infinite-canvas-node__media img,.infinite-canvas-node__media video{height:100%;max-height:none}.infinite-canvas-node__media img{object-fit:cover}.infinite-canvas-node__media video{object-fit:contain;background:#000}.infinite-canvas-node__import{width:calc(100% - 18px);min-height:102px;margin:0 9px 7px;border-color:#39414d;border-radius:7px;background:#101319}.infinite-canvas-composer{position:absolute;z-index:8;right:max(22px,calc((100% - 830px)/2));bottom:0;left:max(22px,calc((100% - 830px)/2));box-sizing:border-box;max-height:min(520px,calc(100% - 32px));overflow:visible;border:1px solid #3b404a;border-bottom:0;border-radius:19px 19px 0 0;color:#e8ebf0;background:#222428f5;box-shadow:0 24px 70px #0000007a,inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.infinite-canvas-composer__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 14px 8px}.infinite-canvas-composer__header>div{display:flex;min-width:0;align-items:center;gap:9px}.infinite-canvas-composer__header strong{overflow:hidden;color:#f4f5f7;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.infinite-canvas-composer__header>button{display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;border:0;border-radius:8px;color:#8f949d;background:transparent;cursor:pointer}.infinite-canvas-composer__header>button:hover{color:#fff;background:#35383e}.infinite-canvas-composer__mode{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;padding:4px 7px;border-radius:7px;color:#9bdac8;background:#263b36;font-size:10px}.infinite-canvas-composer__mode--video{color:#cab6f5;background:#393144}.infinite-canvas-composer__references{padding:0 14px 7px}.infinite-canvas-composer__reference-list{display:flex;align-items:center;gap:6px;overflow-x:auto;padding:2px 1px 3px}.infinite-canvas-composer__reference-list figure{position:relative;display:grid;place-items:center;box-sizing:border-box;width:52px;height:52px;margin:0;flex:0 0 52px;overflow:hidden;border:1px solid #4a4f58;border-radius:8px;background:#17191d}.infinite-canvas-composer__reference-preview>img,.infinite-canvas-composer__reference-preview>video{display:block;width:100%;height:100%;object-fit:cover}.infinite-canvas-composer__reference-index{position:absolute;z-index:1;top:3px;left:3px;display:grid;width:15px;height:15px;place-items:center;border-radius:50%;color:#101216;background:#f0f2f5;font-size:8px;font-weight:700}.infinite-canvas-composer__context{display:inline-flex;max-width:120px;min-height:32px;align-items:center;gap:5px;flex:0 0 auto;overflow:hidden;padding:0 8px;border:1px solid #444951;border-radius:8px;color:#aeb4bd;background:#292c31;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.infinite-canvas-composer__reference-error{display:flex;align-items:center;gap:5px;margin:4px 0 0;color:#ef9a9e;font-size:9px}.infinite-canvas-composer__prompt{position:relative;margin:0 10px;border:1px solid #34383f;border-radius:12px;background:#292b30}.infinite-canvas-composer__prompt textarea{display:block;box-sizing:border-box;width:100%;height:84px;resize:none;padding:13px 15px 20px;border:0;outline:0;color:#e7e9ed;background:transparent;font:inherit;font-size:13px;line-height:2.2}.infinite-canvas-composer__prompt textarea::placeholder{color:#696e76}.infinite-canvas-composer__prompt textarea:focus{border-radius:12px;box-shadow:inset 0 0 0 1px #6f72e6}.infinite-canvas-composer__prompt>span{position:absolute;right:11px;bottom:6px;color:#666b73;font-size:8px}.infinite-canvas-composer__prompt .creation-prompt-mention-editor__input{height:84px;min-height:84px;max-height:min(420px,50dvh);resize:vertical;overflow:auto;padding:13px 15px 20px;border-radius:12px;font-size:13px;line-height:2.2}.infinite-canvas-composer__prompt .creation-prompt-mention-editor__input:focus{box-shadow:inset 0 0 0 1px #6f72e6}.infinite-canvas-composer__prompt .creation-prompt-mention-panel{top:auto;right:4px;bottom:calc(100% + 4px);left:4px;max-height:min(190px,35dvh);overscroll-behavior:contain}.infinite-canvas-composer__footer{display:flex;align-items:center;gap:9px;padding:9px 10px 10px}.infinite-canvas-composer .infinite-canvas-composer__controls{position:static;min-width:0;flex:1 1 0;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scrollbar-width:thin;padding-block:3px 6px}.infinite-canvas-composer .creation-param-select__menu{z-index:80;max-height:238px;overflow-y:auto;overscroll-behavior:contain}.infinite-canvas-composer .creation-param-select--ratio .creation-param-select__menu{width:128px;overflow-x:hidden}.infinite-canvas-composer .creation-param-select__trigger,.infinite-canvas-composer .creation-director__toolbar>button{height:34px;border:1px solid #41454c;border-radius:9px;color:#c9cdd3;background:#313339;font-size:10px}.infinite-canvas-composer .creation-director__toolbar>.creation-audio-toggle.is-active{border-color:#66703f;color:#d8ff72;background:#3a402e}.infinite-canvas-composer .creation-director__toolbar .creation-param-select--model{width:160px;flex-basis:160px}.infinite-canvas-composer .creation-director__toolbar .creation-param-select--resolution{width:100px;flex-basis:100px}.infinite-canvas-composer .creation-director__toolbar .creation-param-select--ratio{width:92px;flex-basis:92px}.infinite-canvas-composer__generate{display:inline-flex;height:44px;min-width:130px;align-items:center;justify-content:center;gap:6px;flex:0 0 auto;padding:0 12px;border:0;border-radius:12px;color:#fff;background:linear-gradient(135deg,#7d62ec,#5d74ed);box-shadow:0 5px #43399a,0 10px 24px #5c53e542;cursor:pointer;font:inherit}.infinite-canvas-composer__generate span{font-size:11px;font-weight:700}.infinite-canvas-composer__generate small{color:#d9d5ff;font-size:8px}.infinite-canvas-composer__generate:disabled{cursor:wait;filter:saturate(.35);opacity:.6}@keyframes infinite-canvas-flow{to{stroke-dashoffset:-26}}@media(max-width:760px){.infinite-canvas-composer{right:8px;bottom:calc(68px + env(safe-area-inset-bottom));left:8px;max-height:calc(100% - 84px - env(safe-area-inset-bottom));overflow-y:auto;border-bottom:1px solid #3b404a;border-radius:14px}.infinite-canvas-composer__prompt textarea{height:92px}.infinite-canvas-composer__footer{align-items:center;flex-direction:row}.infinite-canvas-composer .infinite-canvas-composer__controls{width:auto;flex:1 1 0}.infinite-canvas-composer__generate{width:auto;min-width:110px;height:42px;box-shadow:0 3px #43399a}}@media(prefers-reduced-motion:reduce){.infinite-canvas-edge.is-related .infinite-canvas-edge__track{animation-duration:0s}.infinite-canvas-edge__particle{display:none}}.infinite-canvas-save-state{display:inline-flex;min-height:24px;align-items:center;padding:0 7px;border-radius:6px;color:#8e99aa;background:#1a202b;font-size:10px;white-space:nowrap}.infinite-canvas-save-state--saving{color:#e8c878}.infinite-canvas-save-state--saved{color:#7bd7ae}.infinite-canvas-save-state--failed,.infinite-canvas-save-state--conflict{color:#f19b9f;background:#332329}.infinite-canvas-node__media--failed .infinite-canvas-node__media-error{display:block;font-size:11px;line-height:1.6;overflow-wrap:anywhere}.infinite-canvas-composer>.infinite-canvas-composer__reference-error{margin:8px 14px;line-height:1.6}.infinite-canvas-composer__reference-list figure>svg,.infinite-canvas-composer__reference-preview>svg{width:24px;height:24px}.infinite-canvas-composer__reference-preview{display:grid;place-items:center;width:100%;height:100%;padding:0;border:0;color:inherit;background:transparent;cursor:pointer}.infinite-canvas-composer__reference-preview:focus-visible{outline:2px solid #b2a1ff;outline-offset:-3px}.infinite-canvas-composer__prompt>span{right:22px;pointer-events:none}.infinite-canvas-node__media--result{position:relative}.infinite-canvas-node__media--audio{height:auto}.infinite-canvas-media-drag{cursor:grab;touch-action:none}.infinite-canvas-media-drag:active{cursor:grabbing}.infinite-canvas-media-drag--video{position:absolute;top:0;right:0;bottom:48px;left:0}.infinite-canvas-media-drag--audio{display:flex;min-height:72px;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#959dab}.infinite-canvas-media-drag--audio span{font-size:10px}.infinite-canvas-node__script{margin:0 11px 10px;cursor:text}.infinite-canvas-node__script .creation-prompt-mention-editor__input{height:110px;min-height:82px;max-height:300px;padding:8px;resize:vertical;border:1px solid #293344;border-radius:7px;color:#c7cedc;background:#101620;font-size:12px;line-height:1.55}.infinite-canvas-node__script .creation-prompt-mention-panel{max-height:180px;overscroll-behavior:contain}.infinite-canvas-node--text:focus-within{z-index:2}.infinite-canvas-node__media{position:relative}.infinite-canvas-node__media-delete{position:absolute;z-index:2;top:6px;right:6px;min-height:28px;padding:3px 9px;border:1px solid #556174;border-radius:6px;background:#151a23eb;color:#fff;font:inherit;font-size:11px;cursor:pointer}.infinite-canvas-node__media-delete:hover{background:#71333a;border-color:#f19ca0}.infinite-canvas-node__media-delete:focus-visible{outline:2px solid #b9a2ff;outline-offset:2px}.infinite-canvas-node__media-delete:active{background:#54272d}.infinite-canvas-node__media-delete:disabled{opacity:.5;cursor:not-allowed}.infinite-canvas-composer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:310;display:grid;place-items:center;padding:24px;background:#030509a8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.infinite-canvas-composer.infinite-canvas-composer--expanded{position:relative;inset:auto;display:flex;flex-direction:column;width:min(1120px,100%);height:min(780px,calc(100dvh - 48px));max-height:none;min-height:0;border:1px solid #3b404a;border-radius:18px;background:#24262a;overflow:hidden}.infinite-canvas-composer--expanded .infinite-canvas-composer__header{padding:16px 18px 10px;flex:0 0 auto}.infinite-canvas-composer--expanded .infinite-canvas-composer__references{max-height:140px;overflow:auto;flex:0 0 auto}.infinite-canvas-composer--expanded .infinite-canvas-composer__prompt{display:flex;flex:1 1 0;min-height:80px;margin:8px 16px}.infinite-canvas-composer--expanded .creation-prompt-mention-editor{display:flex;flex:1;min-height:0}.infinite-canvas-composer--expanded .creation-prompt-mention-editor__input{flex:1;width:100%;height:100%;min-height:0;max-height:none;resize:none;box-sizing:border-box;font-size:15px}.infinite-canvas-composer--expanded .creation-prompt-mention-panel{top:44px;bottom:auto}.infinite-canvas-composer--expanded .infinite-canvas-composer__footer{flex:0 0 auto;padding:10px 16px 18px}@media(max-width:760px){.infinite-canvas-composer-overlay{padding:12px}.infinite-canvas-composer.infinite-canvas-composer--expanded{height:calc(100dvh - 24px)}.infinite-canvas-composer--expanded .infinite-canvas-composer__prompt{margin-inline:10px}.infinite-canvas-composer--expanded .infinite-canvas-composer__header{padding-inline:12px}.infinite-canvas-composer--expanded .infinite-canvas-composer__footer{padding-inline:10px}}.infinite-canvas-composer{--composer-gutter: 16px;--composer-section-gap: 8px}.infinite-canvas-composer.infinite-canvas-composer--expanded{--composer-gutter: 20px;--composer-section-gap: 10px}.infinite-canvas-composer .infinite-canvas-composer__header{padding:14px var(--composer-gutter) var(--composer-section-gap)}.infinite-canvas-composer .infinite-canvas-composer__references{padding:0 var(--composer-gutter) var(--composer-section-gap)}.infinite-canvas-composer .infinite-canvas-composer__reference-list{gap:8px;padding:0 0 4px}.infinite-canvas-composer .infinite-canvas-composer__prompt{margin:0 var(--composer-gutter)}.infinite-canvas-composer .infinite-canvas-composer__footer{gap:14px;padding:var(--composer-section-gap) var(--composer-gutter) 16px}.infinite-canvas-composer .infinite-canvas-composer__controls{gap:8px;padding-block:3px}@media(max-width:760px){.infinite-canvas-composer,.infinite-canvas-composer.infinite-canvas-composer--expanded{--composer-gutter: 12px;--composer-section-gap: 8px}.infinite-canvas-composer .infinite-canvas-composer__footer{gap:10px;padding-bottom:14px}}.infinite-canvas-composer__prompt .creation-prompt-mention-editor__input,.infinite-canvas-composer__prompt textarea{resize:none;padding-bottom:28px}.infinite-canvas-composer__prompt>span{z-index:2;right:12px;bottom:6px;padding:2px 6px;border-radius:5px;color:#d5d8df;background:#454951;line-height:1.5;font-variant-numeric:tabular-nums}.infinite-canvas-composer__prompt ::-webkit-scrollbar-corner{background:transparent}.infinite-canvas-image-group{position:absolute;box-sizing:border-box;border:1px solid #8172bb;border-radius:16px;background:#735eb212;pointer-events:none}.infinite-canvas-image-group__header{position:absolute;left:10px;right:10px;top:7px;display:flex;align-items:center;gap:8px;pointer-events:auto;color:#d3c9f3;font-size:12px}.infinite-canvas-image-group__header strong{margin-right:auto;white-space:nowrap}.infinite-canvas-image-group__header button,.infinite-canvas-image-group__header select{max-width:170px;padding:4px 8px;border:1px solid #625680;border-radius:6px;background:#252132;color:#e2d9f5;font:inherit;cursor:pointer}.infinite-canvas-image-group__header button:focus-visible,.infinite-canvas-image-group__header select:focus-visible{outline:2px solid #b7a2ff;outline-offset:2px}.infinite-canvas-composer__group-reference{display:flex;align-items:center;gap:8px;margin:0 var(--composer-gutter) 8px;color:#c6b9ec;font-size:11px}.infinite-canvas-composer__group-reference button{border:1px solid #605674;border-radius:5px;color:#d8ccef;background:#322d3e;padding:3px 6px;cursor:pointer}.infinite-canvas-image-group__header{cursor:grab}.infinite-canvas-image-group__header strong{min-width:0;overflow:hidden;text-overflow:ellipsis}.infinite-canvas-image-group__header select{min-width:0;flex:0 1 150px}.infinite-canvas-image-group__header button{flex-shrink:0;white-space:nowrap}.infinite-canvas-toolbar button[aria-pressed=true]{border-color:#9e89db;color:#e0d5ff;background:#342b4a}.enterprise-page{max-width:1120px;margin:0 auto;padding:32px 36px 64px;color:var(--text-primary, #2b2633)}.enterprise-page header{display:flex;align-items:center;gap:14px;margin-bottom:28px}.enterprise-page h1{font-size:25px;margin:0 0 6px}.enterprise-page p{color:#8a8294;font-size:14px;line-height:1.7}.enterprise-page header p{margin:0}.enterprise-page-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;color:#9356e7;background:#f3edff}.enterprise-panel,.enterprise-approved{padding:30px;border:1px solid #eee8f4;border-radius:20px;background:var(--surface, #fff)}.enterprise-page h2{font-size:18px;display:flex;align-items:center;gap:10px;margin:0 0 24px}.enterprise-page button,.enterprise-page a{transition:background-color .16s,opacity .16s;cursor:pointer}.enterprise-primary{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;padding:12px 24px;color:#fff;background:linear-gradient(110deg,#a13eff,#3976ff);font-size:14px;text-decoration:none;font-weight:600}.enterprise-secondary{border:1px solid #dfd1ee;border-radius:10px;padding:10px 20px;background:#faf7ff;color:#8957c6}.enterprise-page button:disabled{opacity:.5;cursor:not-allowed}.enterprise-license{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:320px;min-height:210px;background:#faf8fe;border:1px dashed #d7c4ed;border-radius:16px;color:#9664d5;cursor:pointer;position:relative;overflow:hidden}.enterprise-license input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.enterprise-license img{max-width:100%;height:210px;object-fit:contain;image-orientation:from-image}.enterprise-license span{font-size:12px;color:#9a91a3}.enterprise-fields{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:28px 0}.enterprise-fields label,.enterprise-material-form label{display:flex;flex-direction:column;gap:10px;font-size:14px}.enterprise-page input:not([type=file]),.enterprise-page textarea{border:1px solid #e9e2f1;background:#fcfbff;color:inherit;padding:12px 14px;border-radius:10px;font:inherit;min-width:0}.enterprise-page input:focus-visible,.enterprise-page textarea:focus-visible{outline:2px solid #ac7de8;outline-offset:2px}.enterprise-page textarea{min-height:130px;resize:vertical}.enterprise-approved{text-align:center;padding:48px 30px;color:#9461d4}.enterprise-approved h2{justify-content:center;margin-top:18px}.enterprise-approved__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:18px}.enterprise-page--binding{padding-top:16px;padding-bottom:20px}.enterprise-page--binding header{margin-bottom:16px}.enterprise-page--binding .enterprise-approved{padding:20px 24px}.enterprise-page--binding .enterprise-approved>svg{width:28px;height:28px}.enterprise-page--binding .enterprise-approved h2{margin:8px 0}.enterprise-page--binding .enterprise-approved>p{margin:6px 0}.enterprise-page--binding .enterprise-guide{gap:32px;margin:16px 0}.enterprise-guide__scan{display:flex;flex-direction:column;align-items:center;flex:0 1 320px;min-width:0}.enterprise-guide__scan h2{max-width:100%;text-wrap:balance;line-height:1.5}.enterprise-guide__scan p{margin:8px 0 14px}.enterprise-page--binding .enterprise-phone-pair{zoom:.82}.enterprise-page--binding .enterprise-approved__actions{margin-top:12px}.enterprise-edit-notice{grid-column:1 / -1}@media(min-width:1100px)and (max-height:800px){.enterprise-page--binding .enterprise-phone-pair{zoom:.74}.enterprise-page--binding .enterprise-guide{margin:10px 0}}.enterprise-phone-editor{width:min(100%,420px);margin:28px auto 0;text-align:left}.enterprise-phone-editor label{display:flex;flex-direction:column;gap:10px;font-size:14px}.enterprise-phone-editor__actions{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}.enterprise-guide{display:flex;justify-content:center;align-items:center;gap:48px;margin:32px 0}.enterprise-phone-pair{display:flex;align-items:flex-start;gap:16px}.enterprise-phone-step{display:grid;width:232px;min-width:232px;justify-items:center;grid-template-rows:16px 1fr;gap:8px}.enterprise-phone-step__label{color:#a7b2cf;font-size:11px;letter-spacing:.02em}.enterprise-qr-frame{display:grid;place-items:center;flex:0 0 auto;width:216px;height:216px;padding:12px;box-sizing:border-box;border:1px solid #e6ddef;border-radius:28px;background:linear-gradient(145deg,#fff,#faf8ff);box-shadow:0 16px 34px #7c57a51f,inset 0 0 0 1px #fffc}.enterprise-qr{display:block;width:100%;height:100%;padding:8px;box-sizing:border-box;border:1px solid #ececf4;border-radius:14px;background:#fff;object-fit:contain}.enterprise-phone{position:relative;flex:0 0 232px;width:232px;height:534px;min-height:534px;padding:9px;box-sizing:border-box;border:1px solid #2d3c62;border-radius:28px;background:linear-gradient(160deg,#18213b,#070e22 72%);color:#e9edff;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 18px 42px #0000004d,inset 0 0 0 1px #ffffff0f}.enterprise-phone__chrome{display:grid;gap:8px;padding:1px 4px 9px}.enterprise-phone__camera{width:54px;height:4px;margin:0 auto;border-radius:999px;background:#ffffff2e}.enterprise-phone__guide-meta{display:flex;justify-content:space-between;align-items:center;color:#a7b2cf;font-size:10px;letter-spacing:.04em}.enterprise-phone__guide-meta span:last-child{color:#c7b5ff;font-weight:600}.enterprise-phone__screen{position:relative;flex:1 1 auto;min-height:0;overflow:hidden;border:1px solid rgb(134 153 206 / 22%);border-radius:20px;background:radial-gradient(circle at 15% 0%,rgb(99 112 255 / 20%),transparent 42%),linear-gradient(160deg,#111c36,#081126 80%)}.enterprise-phone__screen-body{position:relative;z-index:1;display:flex;flex-direction:column;height:100%;min-height:0;padding:13px 11px;box-sizing:border-box;text-align:left}.enterprise-phone__nav{display:grid;grid-template-columns:28px minmax(0,1fr) 28px;align-items:center;min-height:28px;padding-bottom:11px;border-bottom:1px solid rgb(154 171 220 / 14%);color:#e9edff}.enterprise-phone__nav strong{color:inherit;font-size:14px;text-align:center}.enterprise-phone__nav-icon,.enterprise-phone__nav-more{color:#bdc8e7;font-size:16px}.enterprise-phone__nav-more{text-align:right;letter-spacing:2px}.enterprise-phone__account-head{display:flex;align-items:center;gap:10px;margin:19px 0 15px;padding:12px;border:1px solid rgb(125 145 210 / 24%);border-radius:15px;background:#13203ec7}.enterprise-phone__avatar{display:grid;flex:0 0 34px;place-items:center;width:34px;height:34px;border-radius:12px;color:#fff;background:linear-gradient(135deg,#a13eff,#3976ff);font-size:14px;font-weight:700}.enterprise-phone__account-head>span:last-child{display:grid;gap:4px;min-width:0}.enterprise-phone__account-head strong,.enterprise-phone__entry-copy strong{color:#f4f5ff;font-size:13px}.enterprise-phone__account-head small,.enterprise-phone__entry-copy small{color:#8e9abb;font-size:10px}.enterprise-phone__menu-list{display:grid;gap:8px}.enterprise-phone__menu-row,.enterprise-phone__enterprise-entry{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:43px;padding:0 11px;box-sizing:border-box;border:1px solid rgb(125 145 210 / 18%);border-radius:12px;color:#d8def3;background:#182648b8;font-size:11px}.enterprise-phone__menu-row span:last-child{color:#8491b5;font-size:10px}.enterprise-phone__enterprise-entry{width:100%;color:#fff;cursor:default;text-align:left;background:linear-gradient(110deg,#6844c68a,#3360d261)}.enterprise-phone__entry-copy{display:grid;gap:3px}.enterprise-phone__coachmark{position:absolute;right:13px;bottom:14px;left:13px;z-index:2;display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px;padding:10px;border:1px solid rgb(199 181 255 / 58%);border-radius:15px;background:linear-gradient(130deg,#302668f5,#162a5af5);box-shadow:0 12px 28px #00000047;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.enterprise-phone__coachmark:before{position:absolute;top:-6px;left:43%;width:11px;height:11px;border-top:1px solid rgb(199 181 255 / 58%);border-left:1px solid rgb(199 181 255 / 58%);background:#302668;content:"";transform:rotate(45deg)}.enterprise-phone__coachmark-dot{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;color:#281d59;background:#c7b5ff;font-size:11px;font-weight:800}.enterprise-phone__coachmark-copy{display:grid;gap:3px;min-width:0}.enterprise-phone__coachmark-copy strong{color:#fff;font-size:11px}.enterprise-phone__coachmark-copy span{overflow:hidden;color:#c0c9e5;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.enterprise-phone__screen-body--binding{padding-right:14px;padding-left:14px}.enterprise-phone__back-icon{display:flex;align-items:center;width:28px;padding:0;border:0;color:#cbd4ee;background:transparent;font-size:25px;line-height:1;text-align:left}.enterprise-phone__binding{display:grid;gap:15px;padding:20px 1px 112px;text-align:left}.enterprise-phone__company-card{display:grid;gap:5px;padding:14px;border:1px solid rgb(125 145 210 / 24%);border-radius:14px;background:#13203ecc}.enterprise-phone__company-card span,.enterprise-phone__binding label{color:#9ca9c8;font-size:10px}.enterprise-phone__company-card strong{overflow-wrap:anywhere;color:#f1f3ff;font-size:14px;line-height:1.45}.enterprise-phone__binding label{display:grid;gap:7px}.enterprise-phone__binding input{width:100%;min-height:39px;padding:9px 10px;box-sizing:border-box;border:1px solid rgb(125 145 210 / 24%);border-radius:10px;outline:0;color:#e9edff;background:#0c1428;font-size:11px}.enterprise-phone__binding input::placeholder{color:#687695}.enterprise-phone__code-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px}.enterprise-phone__code-row button,.enterprise-phone__code-button{display:inline-flex;align-items:center;justify-content:center;min-height:39px;padding:0 8px;border:1px solid rgb(199 181 255 / 36%);border-radius:10px;color:#c7b5ff;background:#7460eb1f;font-size:10px;white-space:nowrap}.enterprise-phone__confirm{display:grid;place-items:center;min-height:42px;margin-top:3px;border-radius:11px;color:#fff;background:linear-gradient(110deg,#a13eff,#3976ff);font-size:13px;font-weight:700}.enterprise-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.enterprise-toolbar h2{margin:0}.enterprise-toolbar small{color:#999;font-size:12px;font-weight:400}.enterprise-table-scroll{overflow-x:auto}.enterprise-page table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap}.enterprise-page th{background:#faf8fe;color:#9b90a5;font-size:12px;font-weight:400}.enterprise-page th,.enterprise-page td{padding:17px 14px;border-bottom:1px solid #f0ebf5}.enterprise-page td{font-size:14px}.enterprise-page td button{background:none;border:0;color:#9560d6}.enterprise-badge{background:#ecf9f4;color:#37a27a;padding:4px 8px;border-radius:6px;font-size:12px}.enterprise-badge.muted{background:#f3eff7;color:#9789a5}.enterprise-empty{padding:50px;text-align:center;color:#ab97c4}.enterprise-pagination{display:flex;justify-content:flex-end;align-items:center;gap:18px;margin-top:24px;font-size:13px}.enterprise-pagination button{background:#faf8ff;border:1px solid #eee5f8;padding:8px 14px;border-radius:8px}.enterprise-share{text-align:left}.enterprise-share--overview{margin-top:22px}.enterprise-invitations-page{display:grid;gap:18px}.enterprise-campaign{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);align-items:center;gap:44px}.enterprise-campaign__content h2{margin:14px 0 10px;font-size:22px}.enterprise-campaign__content>p{max-width:540px;margin:0 0 22px}.enterprise-campaign__eyebrow{display:flex;align-items:center;gap:8px;color:#b6a5ff;font-size:12px;font-weight:700}.enterprise-campaign__qr-block{display:flex;align-items:center;gap:18px;padding:16px;border:1px solid var(--web-border, #e8e1f0);border-radius:8px;background:var(--web-surface-soft, #faf8fe)}.enterprise-campaign__qr-block .enterprise-qr,.enterprise-campaign__qr-loading{width:116px;height:116px;flex:0 0 116px}.enterprise-campaign__qr-loading{display:grid;place-items:center;align-content:center;gap:7px;color:#9588ad;background:#fff;font-size:11px}.enterprise-campaign__qr-block>div:last-child{display:grid;gap:7px}.enterprise-campaign__qr-block span,.enterprise-campaign__code-row>span{color:var(--web-text-muted, #8a8294);font-size:12px}.enterprise-campaign__code-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:14px;padding:13px 16px;border-radius:8px;background:#7460eb17}.enterprise-campaign__code-row strong{color:#c7b5ff;font-size:18px;letter-spacing:2px}.enterprise-campaign__actions{display:flex;gap:12px;margin-top:18px}.enterprise-campaign__actions button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.enterprise-poster-shell{display:grid;justify-items:center;gap:10px}.enterprise-poster-shell__label{color:var(--web-text-muted, #8a8294);font-size:12px}.enterprise-poster{box-sizing:border-box;width:320px;min-height:380px;overflow:hidden;position:relative;padding:22px;border:1px solid rgb(178 156 255 / 25%);border-radius:16px;color:#f8fafc;background:radial-gradient(ellipse at 100% 0%,#252044,#10162b 48%,#0b1122);box-shadow:0 20px 48px #0000003d}.enterprise-poster__logo{width:96px;height:32px;object-fit:contain}.enterprise-poster:before{content:"";position:absolute;pointer-events:none;width:240px;height:240px;top:-120px;right:-84px;border:1px solid rgb(181 142 255 / 18%);border-radius:50%;box-shadow:0 0 0 26px #9273f00d,0 0 0 27px #8b97ff1f,0 0 0 54px #6f78eb0a}.enterprise-poster:after{content:"";position:absolute;pointer-events:none;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 76% 20%,rgb(209 184 255 / 45%) 0 1px,transparent 2px),radial-gradient(circle at 91% 32%,rgb(159 182 255 / 35%) 0 1px,transparent 2px),radial-gradient(circle at 58% 12%,rgb(209 184 255 / 30%) 0 1px,transparent 2px)}.enterprise-poster__topline,.enterprise-poster__footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.enterprise-poster__topline{position:relative;color:#c8d1e8;font-size:10px;letter-spacing:1px}.enterprise-poster__mark{display:grid;place-items:center;width:48px;height:48px;margin-top:52px;border-radius:8px;color:#d8ceff;background:#8b71ff47}.enterprise-poster>p{position:relative;margin:44px 0 12px;color:#a8b2c9!important;font-size:12px}.enterprise-poster h3{position:relative;max-width:250px;margin:0;color:#fff!important;font-size:21px;line-height:1.4;overflow-wrap:anywhere}.enterprise-poster__statement{position:relative;margin-top:13px;color:#cbb9ff;font-size:13px}.enterprise-poster__footer{position:absolute;left:24px;right:24px;bottom:49px;padding-top:16px;border-top:1px solid rgb(177 116 255 / 40%)}.enterprise-poster__footer>div{display:grid;gap:6px}.enterprise-poster__footer span{color:#a8b2c9;font-size:10px}.enterprise-poster__footer strong{color:#fff;font-size:17px;letter-spacing:2px}.enterprise-poster__footer img{width:64px;height:64px;padding:3px;background:#fff}.enterprise-poster>small{position:absolute;left:24px;bottom:20px;color:#8792aa;font-size:9px}.enterprise-panel dl{display:grid;grid-template-columns:180px 1fr;gap:24px;font-size:14px}.enterprise-panel dt{color:#94859f}.enterprise-panel dd{margin:0}.enterprise-error{background:#fff4f0;color:#b46a53;padding:14px 18px;border-radius:12px;margin-bottom:20px}.enterprise-error button{margin-left:15px;border:0;background:none;color:inherit;text-decoration:underline}.enterprise-rejection{display:grid;gap:8px;margin-top:4px;padding-top:18px;border-top:1px solid #eee8f4}.enterprise-rejection h2{display:block;margin:0;font-size:16px;line-height:1.5}.enterprise-rejection p{margin:0;color:#8a8294;font-size:14px;line-height:1.7;overflow-wrap:anywhere}.enterprise-six{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:25px 0}.enterprise-artist-controls{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 20px}.enterprise-segmented{display:inline-flex;padding:3px;border:1px solid var(--web-border, #eee8f4);border-radius:8px;background:var(--web-surface-soft, #faf7ff)}.enterprise-segmented button{min-height:34px;padding:0 14px;border:0;border-radius:6px;color:var(--web-text-muted, #8a8294);background:transparent}.enterprise-segmented button.is-active{color:var(--web-text, #2b2633);background:var(--web-surface, #fff);box-shadow:0 1px 5px #2318311a}.enterprise-artist-search{display:flex;align-items:center;width:min(330px,100%);height:42px;padding:0 5px 0 13px;border:1px solid var(--web-border, #eee8f4);border-radius:8px;color:var(--web-text-muted, #8a8294);background:var(--web-surface-soft, #faf7ff);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.enterprise-artist-search:focus-within{border-color:#9b6cf0;background:var(--web-surface, #fff);box-shadow:0 0 0 3px #9b6cf01f}.enterprise-artist-search input{min-width:0;flex:1;height:100%;padding:0 10px;border:0;outline:0;color:inherit;background:transparent}.enterprise-artist-search button{display:grid;place-items:center;border:0;cursor:pointer}.enterprise-artist-search__clear{width:28px;height:28px;flex:0 0 28px;border-radius:6px;color:var(--web-text-muted, #8a8294);background:transparent}.enterprise-artist-search__submit{width:32px;height:32px;flex:0 0 32px;border-radius:7px;color:#fff;background:linear-gradient(135deg,#9b5ced,#5d76ff);box-shadow:0 4px 12px #7e54e033}.enterprise-artist-identity{display:flex;align-items:center;gap:11px}.enterprise-artist-identity>img,.enterprise-artist-identity>span{width:40px;height:40px;flex:0 0 40px;border-radius:8px;object-fit:cover}.enterprise-artist-identity>span{display:grid;place-items:center;color:#9b5ced;background:#f1eaff;font-weight:700}.enterprise-artist-identity div{display:grid;gap:4px}.enterprise-artist-identity small{color:var(--web-text-muted, #8a8294)}.enterprise-table-action,.enterprise-inline-action{display:inline-flex;align-items:center;gap:6px;border:0;color:#9b5ced;background:transparent}.enterprise-material-header{justify-content:space-between}.enterprise-material-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:var(--web-text-muted, #8a8294);font-size:13px}.enterprise-badge.is-rejected{color:#d75a67;background:#d75a671f}.enterprise-material-section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.enterprise-material-section-title h2,.enterprise-material-section-title p{margin:0}.enterprise-material-section-title p{margin-top:6px}.enterprise-material-section-title>span{flex:0 0 auto;padding:5px 9px;border-radius:6px;color:#a36622;background:#fff3dc;font-size:12px}.enterprise-material-photo{position:relative;text-align:center}.enterprise-material-photo>label{height:210px;border:1px dashed #dbc7f4;border-radius:14px;background:#faf7ff;display:grid;place-items:center;cursor:pointer;overflow:hidden}.enterprise-material-photo img{width:100%;height:210px;object-fit:contain}.enterprise-material-photo input{position:absolute;width:100%;height:210px;opacity:0;cursor:pointer;left:0;top:0}.enterprise-material-photo p{margin:8px 0;font-size:12px}.enterprise-material-form{display:grid;gap:20px}.enterprise-material-page{max-width:960px;padding-top:24px}.enterprise-material-notice{margin:12px 0;padding:12px 16px;border-radius:8px;color:var(--web-text-muted, #8a8294);background:var(--web-surface-soft, #faf7ff);font-size:13px}.enterprise-material-page>.enterprise-secondary{margin-bottom:16px}.enterprise-material-page .enterprise-panel{padding:22px;border-radius:14px}.enterprise-material-page .enterprise-material-section-title{margin-bottom:18px}.enterprise-material-page .enterprise-material-section-title h2{margin-bottom:0;font-size:17px}.enterprise-material-page .enterprise-material-section-title p{font-size:13px}.enterprise-material-page .enterprise-material-form{gap:14px}.enterprise-material-page .enterprise-material-form label{gap:7px;font-size:13px}.enterprise-material-page textarea{min-height:88px}.enterprise-material-page .enterprise-six{gap:16px;margin:18px 0}.enterprise-material-page .enterprise-material-photo>label,.enterprise-material-page .enterprise-material-photo img,.enterprise-material-page .enterprise-material-photo input{height:156px}.enterprise-material-page .enterprise-material-photo>label{border-radius:10px}.enterprise-material-page .enterprise-material-photo button{padding:5px 12px;font-size:12px}.enterprise-material-page .enterprise-material-actions{padding:12px 0}.enterprise-material-actions{display:flex;gap:14px;justify-content:flex-end;position:sticky;bottom:0;background:var(--web-surface, #fff);padding:18px 0}@media(max-width:700px){.enterprise-artist-controls{align-items:stretch;flex-direction:column}.enterprise-artist-search{width:100%}.enterprise-artist-status-link{align-items:flex-start;flex-wrap:wrap}.enterprise-artist-status-link>span:nth-child(2){flex:1}.enterprise-artist-status-link__action{width:100%;margin-left:54px}}.sidebar__enterprise-children{display:grid;padding-left:23px;border-left:1px solid #eadff6;margin:1px 0 4px 18px}.sidebar__nav-group--enterprise .sidebar__link{position:relative;padding-right:28px}.sidebar__nav-group--enterprise .sidebar__label{white-space:nowrap}.sidebar__enterprise-chevron{position:absolute;right:10px;transform:rotate(90deg)}.sidebar__enterprise-children a{font-size:13px;padding:7px 0;color:#94889f;text-decoration:none}.sidebar__enterprise-children a.is-active{color:#9b5ced;font-weight:600}.enterprise-access-notice{display:grid;justify-items:start;gap:12px}.enterprise-access-notice h2,.enterprise-access-notice p{margin:0}@media(max-width:700px){.enterprise-page{padding:20px 15px}.enterprise-panel{padding:20px}.enterprise-campaign{grid-template-columns:1fr;gap:30px}.enterprise-campaign__actions{flex-direction:column}.enterprise-campaign__actions button{width:100%}.enterprise-campaign__qr-block{align-items:flex-start}.enterprise-poster{width:min(100%,320px)}.enterprise-fields{grid-template-columns:1fr}.enterprise-license{width:100%}.enterprise-guide{gap:25px;flex-wrap:wrap}.enterprise-phone-pair{width:100%;flex-direction:column;align-items:center;gap:18px}.enterprise-phone-step{width:232px;min-width:232px}.enterprise-phone{flex-basis:min(232px,100%);width:min(232px,100%)}.enterprise-six{gap:10px}.enterprise-material-photo>label,.enterprise-material-photo input,.enterprise-material-photo img{height:140px}.enterprise-panel dl{grid-template-columns:1fr;gap:10px}.enterprise-panel dd{margin-bottom:15px}}@media(min-width:900px){.enterprise-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:32px;row-gap:24px;align-items:start}.enterprise-form .enterprise-license{grid-column:1;grid-row:1 / span 2;width:100%;height:auto;align-self:stretch}.enterprise-form .enterprise-license img{height:150px}.enterprise-form .enterprise-fields{display:contents}.enterprise-form .enterprise-fields label:nth-child(1){grid-column:2;grid-row:1}.enterprise-form .enterprise-fields label:nth-child(2){grid-column:2;grid-row:2}.enterprise-form .enterprise-fields label:nth-child(3){grid-column:1;grid-row:3}.enterprise-form .enterprise-fields label:nth-child(4){grid-column:2;grid-row:3}.enterprise-form>.enterprise-primary{grid-column:2;grid-row:4;justify-self:end}.enterprise-form>.enterprise-rejection{grid-column:1 / -1;grid-row:5}}.enterprise-invitation-records{width:100%;text-align:left}.enterprise-artist-status-link{display:flex;align-items:center;gap:14px;min-height:76px;padding:14px 18px;border:1px solid var(--web-border, #e8e1f0);border-radius:8px;color:var(--web-text, #2b2633);background:var(--web-surface, #fff);text-decoration:none;transition:border-color .16s ease,transform .16s ease}.enterprise-artist-status-link:hover{border-color:#9b6cf0;transform:translateY(-1px)}.enterprise-artist-status-link__icon,.enterprise-invitation-records__header>span{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:8px;color:#8654db;background:#9b5ced1c}.enterprise-artist-status-link>span:nth-child(2){display:grid;gap:4px;min-width:0}.enterprise-artist-status-link small{color:var(--web-text-muted, #8a8294)}.enterprise-artist-status-link__action{display:inline-flex;align-items:center;gap:6px;margin-left:auto;color:#8654db;font-weight:700;white-space:nowrap}.enterprise-invitation-records__header{display:flex;align-items:center;gap:14px;margin-bottom:8px}.enterprise-invitation-records__header h2,.enterprise-invitation-records__header p{margin:0}.enterprise-invitation-records__header p{margin-top:4px;font-size:13px}.enterprise-invitation-row{display:flex;align-items:center;gap:13px;min-height:66px;padding:12px 4px;border-bottom:1px solid var(--web-border, #ece9f3)}.enterprise-invitation-row__avatar{display:grid;place-items:center;width:36px;height:36px;flex:0 0 36px;border-radius:8px;color:#238a68;background:#37a27a1f}.enterprise-invitation-row__avatar.is-unbind{color:var(--web-text-muted, #8a8294);background:var(--web-surface-soft, #f5f2f8)}.enterprise-invitation-row__identity{display:grid;gap:4px;flex:1;min-width:0}.enterprise-invitation-row time{color:var(--web-text-muted, #777);font-size:13px}.enterprise-invitation-empty{display:grid;justify-items:center;gap:7px;padding:34px 16px 24px;color:var(--web-text-muted, #8a8294);text-align:center}.enterprise-invitation-empty strong{color:var(--web-text, #2b2633)}.enterprise-invitation-empty span{font-size:13px}.enterprise-invitation-more{margin:18px auto 0}.enterprise-ocr-status{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;color:var(--text-secondary, #777);grid-column:1}.app-shell--dark .enterprise-page{color-scheme:dark;color:var(--web-text)}.app-shell--dark .enterprise-page :is(h1,h2,h3,label){color:var(--web-text-strong)}.app-shell--dark .enterprise-page p{color:var(--web-text-muted)}.app-shell--dark .enterprise-page-icon{color:#c7b5ff;background:#7460eb2e}.app-shell--dark :is(.enterprise-panel,.enterprise-approved){color:var(--web-text);border-color:var(--web-border);background:var(--web-surface)}.app-shell--dark .enterprise-primary:disabled{border:1px solid var(--web-border);color:var(--web-text-muted);background:var(--web-surface-soft);opacity:1}.app-shell--dark .enterprise-secondary{border-color:var(--web-border);color:#c7b5ff;background:var(--web-surface-soft)}.app-shell--dark .enterprise-secondary:hover:not(:disabled){border-color:#6f62a6;background:var(--web-surface-raised)}.app-shell--dark .enterprise-license{border-color:#c7b5ff7a;color:#c7b5ff;background:#7460eb1a}.app-shell--dark .enterprise-license span{color:var(--web-text-muted)}.app-shell--dark .enterprise-page :is(input:not([type=file]),textarea){border-color:var(--web-border);color:var(--web-text-strong);background:var(--web-surface-soft)}.app-shell--dark .enterprise-page :is(input:not([type=file]),textarea)::placeholder{color:var(--web-text-muted)}.app-shell--dark .enterprise-page :is(input:not([type=file]),textarea):disabled{color:var(--web-text-muted);background:var(--web-surface-raised)}.app-shell--dark .enterprise-page :is(input,textarea):focus-visible{outline-color:#b8aaff}.app-shell--dark .enterprise-approved{color:#c7b5ff}.app-shell--dark .enterprise-phone-editor input{border-color:var(--web-border);color:var(--web-text-strong);background:var(--web-surface-soft)}.app-shell--dark .enterprise-phone{border-color:#8699ce57;background:linear-gradient(160deg,#18213b,#070e22 72%);box-shadow:0 18px 42px #0000004d,inset 0 0 0 1px #ffffff0f}.app-shell--dark .enterprise-qr-frame{border-color:#c7b5ff6b;background:linear-gradient(145deg,rgb(116 96 235 / 18%),var(--web-surface-raised));box-shadow:0 16px 34px #0000003d,inset 0 0 0 1px #c7b5ff1a}.app-shell--dark .enterprise-qr{border-color:#fff}.app-shell--dark .enterprise-toolbar small,.app-shell--dark .enterprise-page th,.app-shell--dark .enterprise-panel dt,.app-shell--dark .enterprise-invitation-row time,.app-shell--dark .enterprise-ocr-status{color:var(--web-text-muted)}.app-shell--dark .enterprise-page th{background:var(--web-surface-soft)}.app-shell--dark .enterprise-page :is(th,td){border-bottom-color:var(--web-border)}.app-shell--dark .enterprise-page td button,.app-shell--dark .enterprise-artist-status-link__action{color:#c7b5ff}.app-shell--dark .enterprise-badge{color:#7ad7ac;background:#37a27a2b}.app-shell--dark .enterprise-badge.muted{color:var(--web-text-muted);background:var(--web-surface-soft)}.app-shell--dark .enterprise-empty{color:var(--web-text-muted)}.app-shell--dark .enterprise-pagination button,.app-shell--dark .enterprise-guide>div:first-child>button{border-color:var(--web-border);color:var(--web-text);background:var(--web-surface-soft)}.app-shell--dark .enterprise-phone__nav strong,.app-shell--dark .enterprise-phone__account-head strong,.app-shell--dark .enterprise-phone__entry-copy strong,.app-shell--dark .enterprise-phone__company-card strong{color:#f4f5ff}.app-shell--dark .enterprise-phone__binding label{color:#9ca9c8}.app-shell--dark .enterprise-phone__binding input{border-color:#7d91d23d;color:#e9edff;background:#0c1428}.app-shell--dark .enterprise-phone__code-row button,.app-shell--dark .enterprise-phone__code-button{border-color:#c7b5ff5c;color:#c7b5ff;background:#7460eb1f}.app-shell--dark .enterprise-code{color:#c7b5ff}.app-shell--dark .enterprise-error{border:1px solid rgb(229 72 77 / 26%);color:#ffb4ab;background:#e5484d24}.app-shell--dark .enterprise-rejection{border-top-color:var(--web-border)}.app-shell--dark .enterprise-rejection h2{color:var(--web-text-strong)}.app-shell--dark .enterprise-rejection p{color:var(--web-text-muted)}.app-shell--dark .enterprise-material-photo>label{border-color:var(--web-border);color:var(--web-text-muted);background:var(--web-surface-soft)}.app-shell--dark .enterprise-material-actions{border-top:1px solid var(--web-border);background:var(--web-surface)}.app-shell--dark .sidebar__enterprise-children{border-left-color:var(--web-border)}.app-shell--dark .sidebar__enterprise-children a{color:var(--web-text-muted)}.app-shell--dark .sidebar__enterprise-children a.is-active{color:#c7b5ff}.purchase-confirm-dialog:has(.ip-purchase-terms){max-height:calc(100dvh - 40px);overflow-y:auto}.ip-purchase-terms{display:grid;grid-template-columns:76px minmax(0,1fr);gap:10px 16px;margin:20px 0;font-size:14px;line-height:1.6;text-align:left}.ip-purchase-terms dt{color:var(--text-secondary, #74777f)}.ip-purchase-terms dd{margin:0;overflow-wrap:anywhere}.ip-purchase-contract{margin:16px 0;text-align:left;font-size:14px}.ip-purchase-contract summary{cursor:pointer;padding:8px 0}.ip-purchase-contract p{max-height:160px;overflow-y:auto;white-space:pre-wrap;line-height:1.7}.ip-purchase-consent{display:flex;align-items:center;gap:8px;margin:16px 0;font-size:14px;text-align:left}.ip-purchase-consent input{width:18px;height:18px;flex:none}.ip-order-create-link{display:block;margin-top:16px;text-align:center}.checkout-switch-method{border:0;background:transparent;padding:10px 16px;color:inherit;text-decoration:underline;cursor:pointer}.creation-ip-source-filters{flex-wrap:wrap}.creation-ip-source-filters button{min-height:40px}.creation-selected-material__unavailable{position:absolute;bottom:3px;left:3px;padding:2px 4px;border-radius:4px;background:#fff;color:#9c3838;font-size:10px}.purchase-confirm-dialog>button:disabled{opacity:.5;cursor:not-allowed}.ip-order-dialog .ip-order-create-link{color:var(--primary, #4944ee);text-decoration:none;font-weight:500}.landing-page{--landing-ink: #111629;--landing-muted: #697084;--landing-line: #e8eaf4;min-width:0;color:var(--landing-ink);background:radial-gradient(circle at 74% 9%,rgb(125 91 255 / 11%),transparent 25rem),linear-gradient(#fff,#fbfcff 36%,#fff);font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif}.landing-page button,.landing-page input{font:inherit}.landing-page button{cursor:pointer}.landing-header{position:sticky;z-index:100;top:0;display:flex;min-height:76px;align-items:center;gap:32px;padding:0 max(28px,calc((100vw - 1440px)/2));border-bottom:1px solid rgb(237 239 247 / 80%);background:#ffffffe0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.landing-header__brand{flex:none;text-decoration:none}.landing-header__brand .brand{padding:0}.landing-header__brand .brand__logo{width:145px;height:auto}.landing-header__brand .brand__logo,.landing-footer .brand__logo{background-color:transparent!important}.landing-nav{display:flex;flex:1;align-items:center;justify-content:center;gap:clamp(18px,2.2vw,38px)}.landing-nav a,.landing-nav button{position:relative;padding:27px 0 25px;border:0;color:#33394a;background:transparent;font-size:14px;text-decoration:none;white-space:nowrap}.landing-nav a:after,.landing-nav button:after{position:absolute;right:0;bottom:19px;left:0;height:2px;border-radius:2px;background:#6955f8;content:"";opacity:0;transform:scaleX(.5);transition:opacity .16s ease,transform .16s ease}.landing-nav a:hover:after,.landing-nav button:hover:after,.landing-nav .is-active:after{opacity:1;transform:scaleX(1)}.landing-nav .is-active{color:#614bff}.landing-header__actions{display:flex;flex:none;align-items:center;gap:10px}.landing-search{display:flex;width:280px;height:40px;align-items:center;gap:8px;padding:0 13px;border:1px solid #d9ddea;border-radius:22px;color:#8b91a2;background:#fff}.landing-search:focus-within{border-color:#7763f9;box-shadow:0 0 0 3px #7763f924}.landing-search input{min-width:0;flex:1;border:0;outline:0;color:#202538;background:transparent;font-size:12px}.landing-login{height:40px;padding:0 20px;border:1px solid #d3d7e3;border-radius:22px;background:#fff}.landing-theme-toggle{display:grid;width:40px;height:40px;flex:none;padding:0;place-items:center;border:1px solid #d3d7e3;border-radius:50%;color:#50586c;background:#fff;transition:color .16s ease,border-color .16s ease,background-color .16s ease,transform .16s ease}.landing-theme-toggle:hover{border-color:#b7acef;color:#694fff;background:#f7f5ff}.landing-primary{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:8px;padding:0 30px;border:0;border-radius:9px;color:#fff;background:linear-gradient(100deg,#a342ff,#3578ff);box-shadow:0 10px 26px #644af842;font-weight:700;transition:box-shadow .16s ease,transform .16s ease}.landing-primary--small{min-height:40px;padding:0 20px;border-radius:22px;font-size:13px}.landing-primary:hover{box-shadow:0 13px 30px #644af859;transform:translateY(-1px)}.landing-page button:active{transform:translateY(1px)}.landing-page button:focus-visible,.landing-page a:focus-visible{border-radius:6px;outline:3px solid rgb(105 85 248 / 32%);outline-offset:3px}.landing-hero{position:relative;display:grid;min-height:620px;grid-template-columns:minmax(410px,.88fr) minmax(580px,1.12fr);align-items:center;gap:36px;padding:64px max(40px,calc((100vw - 1360px)/2)) 72px;overflow:hidden}.landing-hero:after{position:absolute;z-index:0;right:-8%;bottom:1%;width:70%;height:18%;border-radius:50%;background:radial-gradient(ellipse,rgb(100 73 255 / 20%),transparent 67%);filter:blur(12px);content:""}.landing-hero__copy{position:relative;z-index:3;min-width:0}.landing-eyebrow{display:inline-flex;align-items:center;gap:7px;margin:0 0 21px;color:#7559ff;font-size:13px;font-weight:600;letter-spacing:.08em}.landing-hero h1{margin:0;font-size:clamp(38px,3.55vw,58px);font-weight:750;letter-spacing:-.045em;line-height:1.28}.landing-hero h1 em{color:#7350ff;font-style:normal}.landing-hero__points{display:flex;align-items:center;gap:15px;margin:23px 0 14px;color:#5e63dd;font-size:16px}.landing-hero__points i{width:3px;height:3px;border-radius:50%;background:currentColor}.landing-hero__desc{margin:0;color:var(--landing-muted);font-size:16px;line-height:1.8}.landing-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:24px}.landing-benefits span{display:grid;grid-template-columns:25px 1fr;color:#3a4053;font-size:12px;font-weight:650}.landing-benefits svg{grid-row:1 / 3;color:#725bff}.landing-benefits small{margin-top:4px;color:#9297a7;font-size:10px;font-weight:400}.landing-handwriting{width:max-content;margin:27px 0 18px;border-bottom:2px solid #795dff;color:#6f52ef;font-family:cursive;font-size:24px;font-style:italic;transform:rotate(-3deg)}.landing-hero__buttons{display:flex;gap:20px}.landing-secondary{min-width:205px;min-height:48px;padding:0 28px;border:1px solid #989db0;border-radius:25px;background:#ffffffb8;font-weight:650}.hero-stack{position:relative;z-index:2;height:480px;min-width:0;perspective:1000px;isolation:isolate}.hero-stack:after{position:absolute;z-index:0;bottom:7px;left:50%;width:94%;height:102px;border-radius:50%;background:radial-gradient(ellipse,rgb(126 91 255 / 20%) 0%,rgb(126 91 255 / 8%) 35%,transparent 71%);filter:blur(12px);content:"";transform:translate(-50%)}.hero-ripples{position:absolute;z-index:0;right:0;bottom:6px;left:0;height:126px;pointer-events:none}.hero-ripples:before{position:absolute;bottom:28px;left:50%;width:48%;height:40px;border:1px solid rgb(123 94 255 / 28%);border-radius:50%;box-shadow:0 0 0 21px #7b5eff1f,0 0 0 43px #7b5eff14,0 0 0 66px #7b5eff0d;content:"";transform:translate(-50%)}.hero-ripples i{position:absolute;bottom:0;left:50%;width:78%;height:82px;border:1px solid rgb(132 102 255 / 24%);border-radius:50%;box-shadow:inset 0 0 22px #7259ff0d;opacity:.72;transform:translate(-50%) scale(.72);animation:landing-ripple 3.2s ease-out infinite}.hero-ripples i:nth-child(2){width:91%;height:104px;animation-delay:1.05s}.hero-ripples i:nth-child(3){width:100%;height:122px;animation-delay:2.1s}.hero-card{position:absolute;z-index:1;bottom:38px;left:50%;width:220px;margin-left:-110px;overflow:hidden;border:1px solid rgb(179 158 255 / 55%);border-radius:15px;background:#fffffff0;box-shadow:0 20px 50px #3f2e8826;will-change:transform,opacity}.hero-card[aria-current=true]{box-shadow:0 25px 65px #573cb338}.hero-card img{display:block;width:100%;height:300px;object-fit:cover;object-position:center 25%}.hero-card div{display:grid;gap:7px;padding:13px}.hero-card strong{font-size:14px}.hero-card span{width:max-content;padding:4px 8px;border-radius:4px;color:#83889a;background:#f5f5fa;font-size:10px}.hero-card b{font-size:19px}@keyframes landing-ripple{0%{opacity:.72;transform:translate(-50%) scale(.68)}72%,to{opacity:0;transform:translate(-50%) scale(1.04)}}.assurance-bar{display:grid;width:min(1370px,calc(100% - 64px));margin:0 auto;border:1px solid var(--landing-line);border-radius:16px;background:#ffffffe0;box-shadow:0 12px 38px #38457014}.assurance-bar i{display:grid;width:42px;height:42px;flex:none;place-items:center;border-radius:50%;color:#6e58fa;background:#f4f2ff;font-style:normal}.assurance-bar p{display:grid;gap:5px;margin:0}.assurance-bar span{color:#8c92a2;font-size:12px}.landing-section{width:min(1370px,calc(100% - 64px));margin:0 auto;padding-top:52px}.landing-section--center>h2,.process-section>h2{text-align:center}.landing-section h2{margin:0;font-size:27px;letter-spacing:-.02em}.landing-section__heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.landing-section__heading button{display:inline-flex;align-items:center;border:0;color:#73798d;background:transparent}.landing-assets{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.landing-assets-state{grid-column:1 / -1;min-height:240px;margin:0;display:grid;place-items:center;color:#858b9c}.landing-asset-card{min-width:0;padding:7px 7px 13px;overflow:hidden;border:1px solid #e5e8f2;border-radius:12px;background:#fff;text-align:left;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.landing-asset-card:hover{border-color:#cfc6ff;box-shadow:0 12px 28px #3a32681c;transform:translateY(-3px)}.landing-asset-card>img{display:block;width:100%;aspect-ratio:1 / .96;border-radius:8px;object-fit:cover;object-position:center 23%}.landing-asset-card>strong{display:block;margin:11px 5px 8px;font-size:14px}.landing-asset-card>span{display:inline-block;margin-left:5px;padding:4px 8px;border-radius:4px;color:#8d92a2;background:#f5f6fa;font-size:10px}.landing-asset-card footer{display:flex;align-items:baseline;gap:5px;margin:10px 5px 0}.landing-asset-card footer b{font-size:15px}.landing-asset-card footer small{color:#9398a7;font-size:9px}.landing-asset-card footer em{display:inline-flex;align-items:center;gap:3px;margin-left:auto;color:#8990a0;font-size:10px;font-style:normal}.landing-filters{display:grid;grid-template-columns:repeat(8,1fr);gap:14px;margin-top:24px}.landing-filters button{min-height:48px;border:1px solid #e3e6ef;border-radius:10px;background:#fff;font-size:14px}.landing-filters .is-active{border-color:#9b87ff;color:#6d50fb;background:#fbfaff}.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:20px}.problem-grid article{display:grid;min-height:205px;grid-template-rows:auto auto 1fr;justify-items:center;padding:27px 25px 18px;border:1px solid #e3e6f0;border-radius:14px;background:#fff;box-shadow:0 8px 24px #3b46690d;text-align:center}.problem-grid h3{margin:0;font-size:16px}.problem-grid p{max-width:260px;margin:12px 0 15px;color:#777e91;font-size:12px;line-height:1.65}.problem-grid svg{width:54px;height:54px;align-self:end;color:#735bff;stroke-width:1.5}.process-section{margin-top:44px;padding:0 24px 25px;border:1px solid #dcd6ff;border-radius:22px}.process-section h2{width:max-content;margin:-19px auto 8px;padding:0 26px;background:#fff}.process-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.process-grid article{position:relative;display:grid;justify-items:center;padding:16px 10px;text-align:center}.process-grid article>i{display:grid;width:37px;height:37px;place-items:center;margin-bottom:10px;border-radius:10px;color:#fff;background:linear-gradient(145deg,#9276ff,#597eff);box-shadow:0 8px 18px #614deb40;font-style:normal;font-weight:700}.process-grid strong{font-size:14px}.process-grid p{margin:8px 0 0;color:#818697;font-size:11px;line-height:1.6}.process-arrow{position:absolute;top:29px;right:-13px;color:#b8bfd0}.scene-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:20px}.scene-grid article{display:grid;overflow:hidden;border:1px solid #e6e8f1;border-radius:14px;background:#fff;box-shadow:0 8px 24px #3b46690d}.scene-grid img{width:100%;aspect-ratio:1.65;object-fit:cover;object-position:center 30%}.scene-grid strong{padding:13px 14px 5px;font-size:16px}.scene-grid span{padding:0 14px 16px;color:#83899a;font-size:12px}.assurance-bar{min-height:104px;grid-template-columns:repeat(5,1fr);align-items:center;margin-top:42px}.assurance-bar>div{display:flex;align-items:center;justify-content:center;gap:13px;border-right:1px solid var(--landing-line)}.assurance-bar>div:last-child{border:0}.assurance-bar strong{font-size:14px}.landing-footer{display:grid;grid-template-columns:2fr repeat(3,.75fr) 1.7fr;gap:42px;width:min(1370px,calc(100% - 64px));margin:32px auto 0;padding:45px 0 28px;border-top:1px solid #edf0f6;color:#62697d;font-size:12px}.landing-footer .brand{padding:0}.landing-footer__brand>p{max-width:390px;line-height:1.8}.landing-footer>div:not(.landing-footer__brand){display:flex;flex-direction:column;align-items:flex-start;gap:11px}.landing-footer strong{color:#22283a;font-size:14px}.landing-footer a,.landing-footer button{padding:0;border:0;color:#666d7f;background:none;font-size:12px;text-decoration:none}.landing-footer__subscribe p{margin:0}.landing-footer__subscribe form{display:flex;width:100%;height:42px;margin-top:8px;padding-left:15px;border:1px solid #e1e4ee;border-radius:22px}.landing-footer__subscribe input{min-width:0;flex:1;border:0;outline:0}.landing-footer__subscribe form button{display:grid;width:42px;place-items:center;color:#527bff}.landing-footer__subscribe svg{width:17px}.landing-copyright{grid-column:1 / -1;margin:18px 0 0;padding-top:22px;border-top:1px solid #edf0f6;color:#9ba0ad}.landing-page--dark{--landing-ink: #f2f4ff;--landing-muted: #a4abba;--landing-line: #272d3e;color-scheme:dark;background:radial-gradient(circle at 74% 8%,rgb(105 78 255 / 22%),transparent 29rem),radial-gradient(circle at 18% 42%,rgb(37 112 255 / 9%),transparent 36rem),linear-gradient(180deg,#090c14,#0d111c 38%,#090c14)}.landing-page--dark .landing-header{border-color:#2b3144d9;background:#090c14e0;box-shadow:0 8px 30px #0000002e}.landing-page--dark .landing-nav a,.landing-page--dark .landing-nav button{color:#c4c9d6}.landing-page--dark .landing-nav .is-active{color:#9c88ff}.landing-page--dark .landing-search,.landing-page--dark .landing-login,.landing-page--dark .landing-theme-toggle{border-color:#343a4d;color:#dce0ec;background:#151a28}.landing-page--dark .landing-search input{color:#eef1fa}.landing-page--dark .landing-search input::placeholder{color:#747c90}.landing-page--dark .landing-theme-toggle:hover{border-color:#7464c8;color:#b3a5ff;background:#211b38}.landing-page--dark .landing-secondary{border-color:#596176;color:#edf0fa;background:#131826bd}.landing-page--dark .landing-benefits span{color:#d3d7e4}.landing-page--dark .landing-benefits small{color:#878fa2}.landing-page--dark .landing-hero:after{background:radial-gradient(ellipse,rgb(104 75 255 / 28%),transparent 67%)}.landing-page--dark .hero-card{border-color:#8269e675;color:#f1f3fb;background:#111623f5;box-shadow:0 24px 62px #0000006b}.landing-page--dark .hero-card[aria-current=true]{box-shadow:0 28px 72px #3b258f61,0 20px 48px #0000006b}.landing-page--dark .hero-card span{color:#aeb4c4;background:#252b3a}.landing-page--dark .assurance-bar{border-color:#292f40;background:#111622e5;box-shadow:0 16px 46px #00000047}.landing-page--dark .assurance-bar span{color:#9299aa}.landing-page--dark .assurance-bar i{color:#9a85ff;background:#211b3a}.landing-page--dark .landing-section__heading button{color:#a0a7b8}.landing-page--dark .landing-assets-state{color:#9199aa}.landing-page--dark .landing-asset-card,.landing-page--dark .problem-grid article,.landing-page--dark .scene-grid article{border-color:#292f40;color:#eef1fa;background:#121725;box-shadow:0 10px 30px #0000002e}.landing-page--dark .landing-asset-card:hover{border-color:#6755bd;box-shadow:0 15px 34px #00000047}.landing-page--dark .landing-asset-card>span{color:#a6adbd;background:#242a39}.landing-page--dark .landing-asset-card footer small,.landing-page--dark .landing-asset-card footer em,.landing-page--dark .problem-grid p,.landing-page--dark .scene-grid span,.landing-page--dark .process-grid p{color:#9199aa}.landing-page--dark .landing-filters button{border-color:#2b3142;color:#c8cdd9;background:#121725}.landing-page--dark .landing-filters .is-active{border-color:#765ff1;color:#b4a6ff;background:#201a36}.landing-page--dark .process-section{border-color:#3d355e;background:#0f131fb8}.landing-page--dark .process-section h2{background:#0c101a}.landing-page--dark .process-arrow{color:#545d71}.landing-page--dark .landing-footer{border-color:#242a39;color:#959cad}.landing-page--dark .landing-footer strong{color:#ecf0f8}.landing-page--dark .landing-footer a,.landing-page--dark .landing-footer button{color:#a0a7b8}.landing-page--dark .landing-footer__subscribe form{border-color:#303648;background:#111624}.landing-page--dark .landing-footer__subscribe input{color:#edf0fa;background:transparent}.landing-page--dark .landing-copyright{border-color:#242a39;color:#727a8d}@media(max-width:1240px){.landing-header{gap:18px}.landing-nav{display:none}.landing-header__actions{margin-left:auto}.landing-hero{grid-template-columns:minmax(390px,.85fr) minmax(500px,1.15fr);padding-inline:36px}.hero-stack{transform:scale(.88);transform-origin:center}.landing-assets{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.landing-search{display:none}.landing-hero{min-height:auto;grid-template-columns:minmax(0,1fr);padding-top:54px}.landing-hero__copy{max-width:680px;margin:0 auto}.hero-stack{width:720px;max-width:100%;margin:-10px auto 0;transform:scale(.9)}.landing-filters{grid-template-columns:repeat(4,1fr)}.problem-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(3,1fr)}.process-arrow{display:none}.scene-grid{grid-template-columns:repeat(2,1fr)}.scene-grid article:last-child{grid-column:1 / -1}.assurance-bar{grid-template-columns:repeat(2,1fr)}.assurance-bar>div{min-height:82px;border-bottom:1px solid var(--landing-line)}.assurance-bar>div:nth-child(2n){border-right:0}.assurance-bar>div:last-child{grid-column:1 / -1}.landing-footer{grid-template-columns:repeat(3,1fr)}.landing-footer__brand,.landing-footer__subscribe{grid-column:span 3}}@media(max-width:600px){.landing-header{min-height:64px;padding:0 16px}.landing-header__brand .brand__logo{width:124px}.landing-login{padding:0 16px}.landing-primary--small{display:none}.landing-hero{padding:42px 20px 12px}.landing-hero h1{max-width:100%;font-size:clamp(32px,9.6vw,40px);overflow-wrap:anywhere}.landing-hero__points{flex-wrap:wrap;gap:9px;font-size:14px}.landing-hero__desc br{display:none}.landing-benefits{grid-template-columns:repeat(2,1fr)}.landing-hero__buttons{flex-direction:column}.landing-secondary{width:100%}.hero-stack{height:330px;margin-top:24px;transform:none}.hero-stack:after{width:118%;height:78px}.hero-ripples{right:-22%;left:-22%;height:88px}.hero-ripples:before{bottom:18px;height:28px;box-shadow:0 0 0 15px #7b5eff1f,0 0 0 31px #7b5eff14,0 0 0 48px #7b5eff0d}.hero-ripples i{height:58px}.hero-ripples i:nth-child(2){height:72px}.hero-ripples i:nth-child(3){height:86px}.hero-card{width:140px;margin-left:-70px}.hero-card img{height:190px}.hero-card div{padding:8px}.hero-card b{font-size:13px}.landing-section,.assurance-bar,.landing-footer{width:calc(100% - 32px)}.landing-section{padding-top:40px}.landing-section h2{font-size:22px}.landing-assets{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-filters{grid-template-columns:repeat(2,1fr)}.problem-grid,.process-grid,.scene-grid{grid-template-columns:1fr}.scene-grid article:last-child{grid-column:auto}.process-section{width:calc(100% - 32px);margin-top:52px}.process-section h2{font-size:20px}.assurance-bar{grid-template-columns:1fr}.assurance-bar>div,.assurance-bar>div:nth-child(2n){justify-content:flex-start;padding-left:24%;border-right:0}.assurance-bar>div:last-child{grid-column:auto}.landing-footer{grid-template-columns:repeat(2,1fr);gap:30px}.landing-footer__brand,.landing-footer__subscribe{grid-column:span 2}.landing-copyright{grid-column:1 / -1}}@media(max-width:360px){.landing-header{gap:12px}.landing-header__brand .brand__logo{width:106px}.landing-login{padding:0 13px}.landing-header__actions{gap:7px}}@media(prefers-reduced-motion:reduce){.landing-page *,.landing-page *:before,.landing-page *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}.hero-ripples i{opacity:.35;transform:translate(-50%) scale(1)}}.legal-page{min-height:100dvh;color:#20232a;background:#f6f7f9}.legal-page__header{position:sticky;z-index:10;top:0;display:grid;min-height:68px;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;padding:10px max(20px,calc((100vw - 1120px)/2));border-bottom:1px solid #e7e9ee;background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.legal-page__back{display:inline-flex;width:max-content;min-height:40px;align-items:center;gap:7px;border-radius:10px;color:#4d535e;text-decoration:none}.legal-page__brand{color:inherit;text-decoration:none}.legal-page__brand .brand{padding:0}.legal-page__brand .brand__logo{width:112px}.legal-page__header nav{display:flex;justify-content:flex-end;gap:8px}.legal-page__header nav a{min-height:40px;padding:9px 13px;border-radius:10px;color:#686e78;font-size:14px;text-decoration:none}.legal-page__header nav a.is-active{color:#214ffc;background:#eef2ff;font-weight:600}.legal-document{width:min(860px,calc(100% - 40px));margin:30px auto 60px;padding:clamp(24px,5vw,58px);border:1px solid #e7e9ee;border-radius:18px;background:#fff;box-shadow:0 16px 48px #2a324814}.legal-document__title{padding-bottom:24px;border-bottom:1px solid #eceef2;text-align:center}.legal-document__title h1{margin:0 0 16px;color:#15171b;font-size:clamp(26px,4vw,34px);line-height:1.25}.legal-document__title p{margin:4px 0;color:#777d88;font-size:13px}.legal-document__notice{margin:24px 0;padding:14px 16px;border:1px solid #f0d8a7;border-radius:10px;color:#795316;background:#fff9ea;font-size:13px;line-height:1.75}.legal-document__intro,.legal-document__section{margin-top:30px}.legal-document h2{margin:0 0 14px;color:#1d2026;font-size:18px;line-height:1.5}.legal-document p{margin:0 0 12px;color:#4d535e;font-size:15px;line-height:1.9;text-align:justify}.legal-document__intro p{color:#343941;font-weight:500}.legal-document>footer{margin-top:38px;padding-top:22px;border-top:1px solid #eceef2;color:#343941;font-size:14px;text-align:right}.legal-page a:focus-visible{outline:3px solid rgb(33 79 252 / 28%);outline-offset:2px}@media(hover:hover){.legal-page__back:hover,.legal-page__header nav a:hover{color:#214ffc;background:#f2f5ff}}@media(max-width:640px){.legal-page__header{grid-template-columns:auto 1fr;gap:8px 12px;padding:8px 14px}.legal-page__brand{justify-self:end}.legal-page__header nav{grid-column:1 / -1;justify-content:stretch}.legal-page__header nav a{flex:1;text-align:center}.legal-document{width:calc(100% - 24px);margin:14px auto 30px;padding:24px 18px 32px;border-radius:14px}.legal-document p{font-size:14px;line-height:1.85}}html[data-theme=dark] .legal-page{color:#e8ebf2;background:#0e131d}html[data-theme=dark] .legal-page__header,html[data-theme=dark] .legal-document{border-color:#30384b;background:#121826f5}html[data-theme=dark] .legal-document__title,html[data-theme=dark] .legal-document>footer{border-color:#30384b}html[data-theme=dark] .legal-document h1,html[data-theme=dark] .legal-document h2,html[data-theme=dark] .legal-document__intro p,html[data-theme=dark] .legal-document>footer{color:#eef1f7}html[data-theme=dark] .legal-document p,html[data-theme=dark] .legal-page__back,html[data-theme=dark] .legal-page__header nav a{color:#aeb6c5}html[data-theme=dark] .legal-page__header nav a.is-active{color:#d9d4ff;background:#292544}@media(hover:hover){html[data-theme=dark] .legal-page__back:hover,html[data-theme=dark] .legal-page__header nav a:hover{color:#e5e1ff;background:#222a3a}html[data-theme=dark] .legal-page__header nav a.is-active:hover{background:#332d59}}.publish-upload-grid--portrait{grid-template-columns:repeat(3,minmax(0,1fr))}.portrait-fields{display:grid;gap:18px}.portrait-fields label{display:grid;gap:8px;min-width:0;font-size:14px}.portrait-fields input,.portrait-fields textarea{width:100%;padding:12px;border:1px solid var(--web-border, #dce1eb);border-radius:6px;color:inherit;font:inherit;background:var(--web-surface, #fff)}.portrait-fields input:focus-visible,.portrait-fields textarea:focus-visible{outline:2px solid #426bff;outline-offset:2px}.portrait-fields textarea{min-height:80px;resize:vertical}.portrait-tags{display:flex;flex-wrap:wrap;gap:8px}.portrait-tags button{padding:6px 13px;border:1px solid var(--web-border, #dce1eb);border-radius:20px;color:var(--web-text, #555);background:var(--web-surface, #fff);cursor:pointer}.portrait-tags button[aria-pressed=true]{color:#315dff;border-color:#315dff;background:#f1f4ff}.portrait-error{color:#ce3434;font-size:13px}.portrait-sign-body{padding:20px 28px;overflow:auto;text-align:center}.portrait-sign-qr{width:220px;height:220px;object-fit:contain}.portrait-signature{width:min(100%,320px);height:140px;object-fit:contain;background:var(--web-surface, #fff)}.portrait-agreement-text{margin-top:14px;text-align:left;white-space:pre-wrap;font-size:14px;line-height:1.9}.portrait-sign-body summary{cursor:pointer;color:#315dff}.portrait-evidence{display:grid;gap:12px;padding:20px;border:1px solid var(--web-border, #e1e5ef);border-radius:10px;background:var(--web-surface, #fff)}.portrait-evidence h3,.portrait-evidence p{margin:0}.portrait-evidence code{overflow-wrap:anywhere;font-size:12px}.portrait-evidence a,.portrait-evidence summary,.portrait-evidence button{color:#315dff;cursor:pointer}.portrait-evidence details{min-width:0}@media(max-width:600px){.publish-upload-grid--portrait .publish-upload-control{height:150px}.portrait-sign-body{padding:16px}}.portrait-link{color:#315dff;border:0;background:transparent;padding:8px 12px;font:inherit;font-size:13px;cursor:pointer}.publish-face-check{position:relative;flex-wrap:wrap}.publish-face-check .portrait-link{flex-basis:100%}.portrait-sign-dialog .portrait-signature{background:#fff}.portrait-evidence>button{justify-self:start;border:0;padding:6px 0;background:transparent;font:inherit}.license-dialog.portrait-sign-dialog{height:auto;min-height:0;max-height:calc(100dvh - 40px);width:min(440px,calc(100vw - 32px))}.portrait-sign-dialog>header{flex-shrink:0}.portrait-sign-body{min-height:0}.task-cancellation{position:relative;padding:8px 12px;font-size:12px}.task-cancellation p{margin:4px 0 8px;line-height:1.6}.task-cancellation__button{border:1px solid currentColor;border-radius:8px;padding:8px 14px;min-width:112px;background:transparent;color:inherit;cursor:pointer;font:inherit}.task-cancellation__button:hover:not(:disabled){opacity:.75}.task-cancellation__button:focus-visible{outline:2px solid currentColor;outline-offset:3px}.task-cancellation__button:disabled{opacity:.5;cursor:wait}.task-cancellation__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1600;background:#00000073;display:grid;place-items:center;padding:20px}.task-cancellation__dialog{background:var(--web-surface-raised);color:var(--web-text);border-radius:16px;padding:24px;width:min(440px,100%);max-height:85dvh;overflow:auto}.task-cancellation__dialog h2{margin:0 0 12px;font-size:20px}.task-cancellation__dialog p{font-size:14px;line-height:1.7}.task-cancellation__dialog footer{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}.task-cancellation__button:active:not(:disabled){opacity:.6}
