:root{color-scheme:dark;font-family:PingFang SC,Noto Sans SC,Microsoft YaHei,system-ui,sans-serif;color:#f8f6ff;background:#07060d;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #0b0a12;--surface: #17151f;--surface-strong: #211e2c;--line: rgba(255, 255, 255, .09);--muted: #a6a0b4;--primary: #8d5cf6;--primary-bright: #b56cff;--accent: #ff5c93;--safe-bottom: max(10px, env(safe-area-inset-bottom))}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:#07060d}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 25% 5%,rgba(105,66,183,.2),transparent 34%),#07060d;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}button,input,textarea{font:inherit}button{color:inherit}button,[role=button]{touch-action:manipulation}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid #c39cff;outline-offset:2px}img{display:block;max-width:100%}.prototype-shell{min-height:100vh;display:grid;place-items:center}.phone-frame{position:relative;width:min(100%,430px);min-height:100dvh;overflow:hidden;background:var(--bg);isolation:isolate}.screen{position:relative;width:100%;min-height:100dvh;background:var(--bg)}.screen-scroll{height:100dvh;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}.screen-scroll::-webkit-scrollbar{display:none}.status-bar{position:relative;z-index:5;height:48px;padding:max(14px,env(safe-area-inset-top)) 20px 0;display:flex;align-items:flex-start;justify-content:space-between;font-size:14px;font-weight:700;letter-spacing:.02em}.status-icons{display:flex;align-items:center;gap:5px}.eyebrow{margin:0;color:#b69ce8;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.section-title{margin:0;font-size:22px;line-height:1.2}.muted{color:var(--muted)}.icon-button{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:#14121db8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);cursor:pointer}.pill-button{min-height:40px;border:1px solid var(--line);border-radius:999px;padding:0 18px;background:#1b1825d1;cursor:pointer}.primary-button{min-height:48px;border:0;border-radius:999px;padding:0 22px;background:linear-gradient(115deg,#ff637d,#c43de5 54%,#7a4cf8);box-shadow:0 12px 32px #b43de857;font-weight:750;cursor:pointer}.surface-card{border:1px solid var(--line);border-radius:22px;background:#17151fe0;box-shadow:0 14px 34px #0000002e}.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}@media(min-width:520px){.prototype-shell{padding:24px}.phone-frame{min-height:min(900px,calc(100vh - 48px));height:min(900px,calc(100vh - 48px));border:1px solid rgba(255,255,255,.12);border-radius:34px;box-shadow:0 28px 100px #0009}.screen,.screen-scroll{min-height:100%;height:100%}}.bottom-nav{position:absolute;z-index:40;left:6px;right:6px;bottom:max(4px,env(safe-area-inset-bottom));height:55px;padding:4px 8px;border:1px solid rgba(255,255,255,.09);border-radius:26px;display:grid;grid-template-columns:repeat(5,1fr);align-items:end;background:#14131de6;box-shadow:0 -12px 42px #00000047;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.nav-item{min-width:0;height:47px;border:0;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#a4a0af;background:transparent;font-size:10px;cursor:pointer}.nav-item svg{transition:transform .18s ease,color .18s ease}.nav-item.active{color:#fff}.nav-item.active:after{content:"";width:22px;height:2px;border-radius:999px;background:#a769ff;box-shadow:0 0 12px #a769ff}.nav-item:active svg{transform:scale(.9)}.nav-create{justify-content:flex-start;transform:translateY(-10px);color:#b9a7d8}.nav-create .create-orb{width:44px;height:44px;border:5px solid rgba(14,12,23,.96);border-radius:16px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#bc75ff,#7548e9);box-shadow:0 0 0 2px #9c68ff47,0 10px 28px #6f3aeb73}.nav-create.active{color:#fff}.nav-create.active .create-orb{box-shadow:0 0 0 2px #c9a5ff73,0 10px 30px #6f3aeb9e}.nav-create.active:after{display:none}.nav-create span:last-child{margin-top:1px}.sheet-backdrop{position:absolute;z-index:80;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;background:#02010694;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;pointer-events:none;transition:opacity .18s ease}.sheet-backdrop.open{opacity:1;pointer-events:auto}.create-sheet{width:100%;padding:12px 18px calc(22px + var(--safe-bottom));border:1px solid var(--line);border-radius:30px 30px 0 0;background:#17141f;transform:translateY(105%);transition:transform .22s cubic-bezier(.2,.8,.2,1)}.sheet-backdrop.open .create-sheet{transform:translateY(0)}.sheet-handle{width:42px;height:4px;margin:0 auto 18px;border-radius:999px;background:#57515f}.sheet-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.sheet-heading h2{margin:0;font-size:20px}.sheet-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.sheet-action{min-height:112px;border:1px solid var(--line);border-radius:22px;padding:15px 8px 12px;display:flex;flex-direction:column;align-items:center;gap:10px;color:#f7f2ff;background:#211d2b;cursor:pointer}.sheet-action .sheet-icon{width:48px;height:48px;border-radius:17px;display:grid;place-items:center;color:#d6bdff;background:#8e5bf538}.toast{position:absolute;z-index:120;left:50%;bottom:108px;max-width:calc(100% - 40px);padding:10px 16px;border:1px solid var(--line);border-radius:999px;color:#fff;background:#1f1c28f0;box-shadow:0 10px 30px #00000059;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);font-size:13px;white-space:nowrap;transform:translate(-50%,12px);opacity:0;pointer-events:none;transition:.18s ease}.toast.visible{opacity:1;transform:translate(-50%)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.home-page{position:relative;width:100%;height:100dvh;min-height:640px;overflow:hidden;background:#0a0911}.home-feed{position:absolute;top:0;right:0;bottom:0;left:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;scroll-behavior:smooth;scroll-snap-type:y mandatory;scrollbar-width:none}.home-feed::-webkit-scrollbar{display:none}.home-feed:focus-visible{outline:2px solid #c39cff;outline-offset:-3px}.media-slide{position:relative;width:100%;height:100%;min-height:100%;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always;background:#0a0911}.home-hero{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.media-slide:nth-child(2) .home-hero{object-position:50% 38%}.audio-book-feed-slide .home-hero{object-position:center;filter:saturate(.82) brightness(.72);transform:scale(1.08)}.audio-book-feed-shade{background:radial-gradient(circle at 52% 34%,rgba(151,91,194,.2),transparent 34%),linear-gradient(to bottom,#09070e1f 22%,#08060d57,#07060cf0 94%);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.home-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#07071014 32%,#06060f33 58%,#07070feb 93%),linear-gradient(to right,rgba(5,5,12,.28),transparent 72%);pointer-events:none}.home-status{position:absolute;z-index:12;inset:0 0 auto;pointer-events:none}.home-top-actions{position:absolute;z-index:14;top:44px;left:18px;right:18px;display:grid;grid-template-columns:auto 1fr 34px;align-items:center;gap:12px}.ai-notice{height:30px;padding:0 10px;border:1px solid rgba(255,255,255,.17);border-radius:999px;display:flex;align-items:center;gap:7px;color:#ffffffdb;background:#201d2894;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);font-size:10px;white-space:nowrap}.home-search-button{width:34px;height:34px;border:1px solid rgba(255,255,255,.13);border-radius:50%;display:grid;place-items:center;background:#2424339e;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:pointer}.home-sound-toggle{justify-self:end;width:34px;height:34px;border:1px solid rgba(255,255,255,.13);border-radius:50%;display:grid;place-items:center;color:#ffffffe6;background:#2424339e;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.home-content{position:absolute;z-index:4;left:22px;right:20px;bottom:60px}.home-cta{min-height:44px;width:min(310px,calc(100% - 34px));margin:0 auto 9px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px}.audio-book-feed-cta{background:linear-gradient(135deg,#b67be0,#7663dc);box-shadow:0 10px 30px #5b3d9757}.media-lower{position:relative;min-height:78px}.media-info{width:100%;min-width:0}.creator-row{display:flex;align-items:center;gap:6px}.creator-avatar-button{width:30px;height:30px;flex:0 0 30px;border:0;border-radius:50%;padding:0;overflow:hidden;background:transparent}.creator-avatar{width:30px;height:30px;border:2px solid rgba(255,255,255,.9);border-radius:50%;object-fit:cover}.creator-row strong{min-width:0;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.follow-button{height:25px;margin-left:2px;border:1px solid rgba(255,255,255,.58);border-radius:999px;padding:0 8px;background:#100e1847;font-size:8px;cursor:pointer;white-space:nowrap}.follow-button.followed{border-color:#a46eff8f;color:#dbc9ff;background:#7d46dc4d}.home-copy{width:calc(100% - 126px);margin-top:5px}.home-copy h1{margin:0 0 3px;font-size:16px;line-height:1.25}.home-audio-book-label{margin-bottom:4px;display:block;color:#e2baf0;font-size:9px;letter-spacing:.1em}.home-content-preview{width:100%;border:0;padding:0;display:block;margin:0;overflow:hidden;color:#ffffffc7;background:transparent;font-size:10px;line-height:1.4;text-align:left;text-overflow:ellipsis;white-space:nowrap}.topic-tag{display:inline;padding:0;color:#d8b4ff;font-size:inherit}.home-social{position:absolute;right:0;bottom:8px;display:flex;flex-direction:row;align-items:center;gap:4px}.home-social button{width:32px;min-height:44px;border:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:2px;color:#fff;background:transparent;font-size:8px;filter:drop-shadow(0 3px 10px rgba(0,0,0,.6));cursor:pointer}.home-social .liked{color:#ff5c87;filter:drop-shadow(0 0 9px rgba(255,92,135,.46))}.home-social .sound-disc{min-height:46px;filter:none}.sound-disc>span{position:relative;width:29px;height:29px;border:2px solid rgba(255,255,255,.76);border-radius:50%;display:grid;place-items:center;overflow:hidden;color:#fff;background-color:var(--disc-tone);background-position:center;background-size:cover;box-shadow:0 4px 14px #00000073}.sound-disc>span:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#07050c6b}.sound-disc>span svg{position:relative}.sound-disc>small{color:#ffffffd1;font-size:8px}.sound-disc.playing>span{animation:soundDiscSpin 5s linear infinite}@keyframes soundDiscSpin{to{transform:rotate(360deg)}}.sound-detail-page{position:absolute;z-index:180;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;overflow:hidden;color:#f6f1f8;background:radial-gradient(circle at 78% -8%,rgba(122,72,198,.34),transparent 36%),#0a0810;animation:soundDetailIn .22s ease-out}@keyframes soundDetailIn{0%{opacity:0;transform:translateY(18px)}}.sound-detail-header{flex:0 0 auto;min-height:70px;padding:max(14px,env(safe-area-inset-top)) 15px 10px;border-bottom:1px solid rgba(255,255,255,.07);display:grid;grid-template-columns:40px 1fr 40px;align-items:center;gap:8px;background:#0a0810e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.sound-detail-header>button{width:38px;height:38px;border:1px solid rgba(255,255,255,.08);border-radius:50%;display:grid;place-items:center;background:#ffffff0a}.sound-detail-header>div{display:flex;flex-direction:column;align-items:center;gap:2px}.sound-detail-header strong{font-size:15px}.sound-detail-header small{color:#9f82c3;font-size:8px;letter-spacing:.12em}.sound-detail-scroll{flex:1;min-height:0;padding:16px 16px 110px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}.sound-detail-scroll::-webkit-scrollbar{display:none}.sound-hero-card{min-height:154px;border:1px solid rgba(255,255,255,.07);border-radius:24px;padding:15px;display:flex;align-items:center;gap:15px;background:radial-gradient(circle at 90% 0,rgba(173,91,203,.19),transparent 44%),#ffffff07}.sound-hero-cover{position:relative;flex:0 0 116px;width:116px;height:116px;border-radius:26px;display:grid;place-items:center;overflow:hidden;background-color:var(--sound-tone);background-position:center;background-size:cover;box-shadow:0 18px 38px color-mix(in srgb,var(--sound-tone) 30%,transparent)}.sound-hero-cover:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,#ffffff14,#06040a8f)}.sound-hero-cover>span{position:relative;width:50px;height:50px;border:1px solid rgba(255,255,255,.22);border-radius:50%;display:grid;place-items:center;background:#08060d8a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sound-hero-copy{min-width:0;flex:1}.sound-type-badge{display:inline-flex;border-radius:999px;padding:4px 7px;color:#d6b5f7;background:#7d48be2e;font-size:8px}.sound-hero-copy h2{margin:9px 0 4px;font-size:20px;line-height:1.15}.sound-hero-copy p{margin:0;color:#a79cac;font-size:10px}.sound-hero-copy>div{margin-top:10px;display:flex;flex-wrap:wrap;gap:5px}.sound-hero-copy>div span{border:1px solid rgba(255,255,255,.07);border-radius:7px;padding:3px 5px;color:#968d9c;background:#ffffff08;font-size:8px}.sound-preview-row{margin-top:11px;display:grid;grid-template-columns:1.3fr 1fr;gap:8px}.sound-preview-row button{min-height:43px;border:1px solid rgba(255,255,255,.07);border-radius:14px;display:flex;align-items:center;justify-content:center;gap:7px;background:#ffffff0b;font-size:10px}.sound-preview-row button:first-child{border-color:#b57ef452;color:#ecd9ff;background:#7544b633}.sound-preview-row button.saved{color:#ff91b9}.sound-stats-card{margin-top:11px;border:1px solid rgba(255,255,255,.06);border-radius:18px;padding:12px 0;display:grid;grid-template-columns:1fr 1fr;background:#ffffff06}.sound-stats-card>div{display:flex;flex-direction:column;align-items:center;gap:3px}.sound-stats-card>div+div{border-left:1px solid rgba(255,255,255,.07)}.sound-stats-card strong{display:flex;align-items:center;gap:4px;color:#e8d8f6;font-size:13px}.sound-stats-card>div:last-child strong{color:#c28ef4;font-size:10px}.sound-stats-card small{color:#7f7687;font-size:8px}.sound-description{margin:13px 3px 0;color:#9a909f;font-size:10px;line-height:1.6}.sound-works-section{margin-top:20px}.sound-section-heading{display:flex;align-items:flex-end;justify-content:space-between}.sound-section-heading span{color:#a27cd2;font-size:8px;letter-spacing:.13em}.sound-section-heading h3{margin:3px 0 0;font-size:15px}.sound-section-heading button{border:0;display:flex;align-items:center;gap:2px;color:#948a9d;background:transparent;font-size:9px}.sound-work-grid{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.sound-work-grid>button{position:relative;height:166px;border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:0;overflow:hidden;text-align:left;background:#17131e}.sound-work-grid img{width:100%;height:100%;object-fit:cover}.sound-work-grid>button:after{content:"";position:absolute;top:45%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#06050af0)}.sound-work-grid>button>span{position:absolute;z-index:2;right:9px;bottom:8px;left:9px;display:flex;flex-direction:column;gap:3px}.sound-work-grid b{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.sound-work-grid small{display:flex;align-items:center;gap:3px;color:#bbb0c1;font-size:8px}.sound-rights-note{margin-top:14px;border-radius:16px;padding:11px;display:flex;gap:9px;color:#a77cda;background:#7142b01a}.sound-rights-note span{display:flex;flex-direction:column;gap:3px}.sound-rights-note b{color:#c8b8d7;font-size:9px}.sound-rights-note small{color:#756c7c;font-size:8px;line-height:1.4}.sound-detail-footer{position:absolute;z-index:4;right:0;bottom:0;left:0;min-height:80px;padding:10px 16px max(12px,env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:11px;background:#0a0810f0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.sound-detail-footer>div{min-width:0;flex:1;display:flex;flex-direction:column;gap:2px}.sound-detail-footer small{color:#7e7585;font-size:8px}.sound-detail-footer strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.sound-detail-footer>button{min-height:47px;border:0;border-radius:15px;padding:0 15px;display:flex;align-items:center;gap:7px;background:linear-gradient(110deg,#a25dec,#7b4ced);box-shadow:0 12px 28px #7343d257;font-size:10px;font-weight:750}.swipe-hint{position:absolute;z-index:5;left:50%;top:88px;bottom:auto;border:0;display:flex;align-items:center;gap:4px;color:#ffffffa8;background:transparent;font-size:9px;transform:translate(-50%);animation:feed-hint 1.7s ease-in-out infinite;cursor:pointer}@keyframes feed-hint{0%,to{transform:translate(-50%,2px)}50%{transform:translate(-50%,-3px)}}.home-overlay{position:absolute;z-index:70;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;background:#04030a94;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);opacity:0;pointer-events:none;transition:opacity .18s ease}.home-overlay.open{opacity:1;pointer-events:auto}.search-panel,.comments-panel,.content-detail-panel{width:100%;min-height:300px;padding:20px 20px calc(26px + var(--safe-bottom));border:1px solid var(--line);border-radius:30px 30px 0 0;background:#17141f}.content-detail-panel{max-height:78%;overflow-y:auto}.content-detail-author{margin-top:20px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:9px}.content-detail-author>button:first-child{width:38px;height:38px;border:0;border-radius:50%;padding:0;overflow:hidden;background:transparent}.content-detail-author img{width:100%;height:100%;object-fit:cover}.content-detail-author>span{min-width:0;display:grid;gap:3px}.content-detail-author strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.content-detail-author small{color:#847b8a;font-size:7px}.content-detail-author>button:last-child{min-height:30px;border:0;border-radius:999px;padding:0 11px;color:#fff;background:#9b5ad4;font-size:8px}.content-detail-copy{margin-top:17px;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:16px}.content-detail-copy>p{margin:0 0 10px;color:#c8becd;font-size:11px;line-height:1.7}.content-detail-copy>span{color:#d7b0ef;font-size:8px}.content-detail-comments article{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.07);display:grid;grid-template-columns:34px minmax(0,1fr) 24px;align-items:start;gap:9px}.content-detail-comments article>img{width:34px;height:34px;border-radius:50%;object-fit:cover}.content-detail-comments article>div{min-width:0}.content-detail-comments strong{color:#bda7c9;font-size:8px}.content-detail-comments p{margin:5px 0;color:#c8becd;font-size:9px;line-height:1.55}.content-detail-comments small{color:#746b79;font-size:6px}.content-detail-comments small button{padding:0;color:#9f8bab;font:inherit;border:0;background:transparent}.content-comment-replies{margin-top:7px;padding:7px 8px;border-left:2px solid rgba(183,142,207,.45);border-radius:0 8px 8px 0;background:#ffffff0b}.content-comment-replies p{margin:0 0 4px;font-size:7px}.content-comment-replies p b{color:#a690b2}.content-comment-replies>span{display:block;margin-bottom:5px;color:#bcb2c2;font-size:8px;line-height:1.5}.content-detail-comments article>svg{color:#887f8e}.content-detail-composer{position:sticky;bottom:-26px;margin:12px -20px -26px;padding:11px 20px calc(14px + var(--safe-bottom));display:grid;grid-template-columns:minmax(0,1fr) 48px;gap:8px;background:#17141ff5}.content-detail-composer input{min-width:0;height:38px;border:1px solid rgba(255,255,255,.09);border-radius:999px;padding:0 13px;color:#fff;background:#ffffff0d;outline:none;font-size:8px}.content-detail-composer button{border:0;border-radius:999px;color:#fff;background:#8750c6;font-size:8px}.content-detail-composer .cancel-reply{display:grid;flex:0 0 22px;width:22px;height:22px;padding:0;place-items:center;color:#9c8fa3;border-radius:50%;background:#ffffff14}.overlay-heading{display:flex;align-items:center;justify-content:space-between}.overlay-heading h2{margin:4px 0 0;font-size:23px}.search-form{height:54px;margin-top:25px;padding:0 17px;border:1px solid rgba(178,136,255,.36);border-radius:18px;display:flex;align-items:center;gap:10px;background:#201c2a}.search-form input{width:100%;border:0;outline:0;color:#fff;background:transparent}.search-hint{color:#8f899c;font-size:12px}.comment-row{min-height:57px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:11px}.comment-avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(145deg,#8063d9,#d883a9)}.comment-row p{margin:0;color:#d9d4e2;font-size:13px}@media(max-height:720px){.home-content{bottom:63px}.home-cta{min-height:41px;margin-bottom:9px}.home-social button{min-height:49px}.home-content{left:18px;right:16px}.home-copy{margin-top:6px}.home-copy h1{font-size:16px}.home-copy p{margin-bottom:4px;font-size:11px;-webkit-line-clamp:1}.topic-tag{padding:3px 6px;font-size:9px}.home-sound-ticker{height:20px;margin-top:3px}.home-social{bottom:9px;gap:4px}.home-social .sound-disc{min-height:50px}.sound-detail-header{min-height:60px;padding-top:9px;padding-bottom:7px}.sound-detail-scroll{padding-top:10px}.sound-hero-card{min-height:134px}.sound-hero-cover{flex-basis:96px;width:96px;height:96px;border-radius:21px}}@media(min-width:520px){.home-page{height:100%;min-height:0}}.square-page{background:radial-gradient(circle at 88% 3%,rgba(132,77,230,.18),transparent 29%),#0b0a12}.square-ranking-page{position:absolute;top:0;right:0;bottom:0;left:0;z-index:120;overflow:hidden;color:#f8f4fb;background:radial-gradient(circle at 82% 12%,rgba(255,202,122,.27),transparent 24%),radial-gradient(circle at 14% 5%,rgba(176,116,255,.28),transparent 32%),linear-gradient(155deg,#32203e,#1b1525 48%,#111018)}.ranking-topbar{position:absolute;z-index:2;top:0;left:0;right:0;display:flex;align-items:center;gap:8px;padding:calc(env(safe-area-inset-top,0px) + 14px) 14px 10px;background:linear-gradient(180deg,#1a1223eb,#1a122300)}.ranking-topbar>button{display:grid;width:34px;height:34px;place-items:center;color:inherit;border:0;border-radius:50%;background:#ffffff14}.ranking-topbar nav{display:flex;flex:1;gap:3px;padding:3px;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:#ffffff12}.ranking-topbar nav button{flex:1;padding:7px 3px;color:#ffffff8f;font-size:9px;border:0;border-radius:12px;background:transparent;white-space:nowrap}.ranking-topbar nav button.active{color:#30253b;font-weight:800;background:#fff;box-shadow:0 5px 16px #00000029}.ranking-scroll{height:100%;overflow-y:auto;padding:calc(env(safe-area-inset-top,0px) + 78px) 13px 32px}.ranking-hero{padding:22px 10px 21px}.ranking-hero>span{display:flex;align-items:center;gap:6px;color:#ffd9a8;font-size:7px;letter-spacing:.18em}.ranking-hero h1{margin:9px 0 5px;font-size:24px;letter-spacing:-.04em}.ranking-hero p{margin:0;color:#ffffff8c;font-size:9px}.ranking-card{padding:12px 10px 18px;color:#312b36;border-radius:23px;background:#fffffff5;box-shadow:0 24px 65px #0000003d}.ranking-periods{display:flex;width:172px;margin:0 auto 10px;padding:3px;border-radius:13px;background:#f1edf3}.ranking-periods button{flex:1;padding:6px 4px;color:#8a818e;font-size:9px;border:0;border-radius:10px;background:transparent}.ranking-periods button.active{color:#392e43;font-weight:800;background:#fff;box-shadow:0 3px 10px #2d20371a}.ranking-note{display:flex;align-items:flex-start;gap:6px;margin:2px 4px 10px;padding:8px 9px;color:#755d86;font-size:7px;line-height:1.5;border-radius:11px;background:#f3edf8}.ranking-note svg{flex:0 0 auto;margin-top:1px;color:#8d5cc0}.ranking-list{display:grid}.ranking-list>button{position:relative;display:grid;grid-template-columns:61px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:79px;padding:9px 4px;color:inherit;text-align:left;border:0;border-bottom:1px solid #eee9f0;background:transparent}.ranking-list>button:last-child{border-bottom:0}.ranking-list img{width:61px;height:61px;object-fit:cover;border-radius:13px}.ranking-number{position:absolute;z-index:1;top:5px;left:0;padding:3px 5px;color:#fff;font-size:7px;font-weight:800;border-radius:7px 2px;background:#96919a;box-shadow:0 3px 7px #00000021}.ranking-number.top-1{background:linear-gradient(135deg,#ff6d94,#9b5cff)}.ranking-number.top-2{background:linear-gradient(135deg,#54cfe4,#498bec)}.ranking-number.top-3{background:linear-gradient(135deg,#efb64b,#ee7b52)}.ranking-entry-copy{display:grid;min-width:0;gap:4px}.ranking-entry-copy strong{overflow:hidden;font-size:10px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.ranking-entry-copy small{overflow:hidden;color:#918795;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.ranking-entry-copy em{color:#8a5eaa;font-size:7px;font-style:normal;font-weight:700}.ranking-list>button>svg{color:#a79daa}.ranking-follow{min-width:45px;padding:6px 7px;color:#fff;font-size:7px;font-weight:800;text-align:center;border-radius:12px;background:linear-gradient(135deg,#9b6ed0,#7250aa)}.ranking-follow.followed{color:#8c7f92;background:#eee9f0}.ranking-heat{display:grid;min-width:48px;gap:3px;text-align:right}.ranking-heat small{display:flex;align-items:center;justify-content:flex-end;gap:2px;color:#765389;font-size:6px;font-weight:800}.ranking-heat small svg{color:#a856d8;filter:drop-shadow(0 2px 4px rgba(155,72,204,.28))}.ranking-heat strong{color:#754692;font-size:9px;font-weight:850;white-space:nowrap}.square-scroll{padding:10px 16px 112px}.square-header{padding-top:max(9px,env(safe-area-inset-top));display:grid;gap:6px}.square-header-tools{min-height:36px;display:grid;grid-template-columns:minmax(0,1fr) 46px;align-items:center;gap:8px}.square-ranking{width:46px;border:0;padding:0;display:grid;justify-items:center;gap:2px;color:#eee5f5;background:transparent}.square-ranking>span{width:27px;height:27px;border:1px solid rgba(201,164,238,.2);border-radius:13px;display:grid;place-items:center;color:#e8bd68;background:linear-gradient(145deg,#ffd87e21,#9a69d921)}.square-ranking small{font-size:7px;font-weight:700;white-space:nowrap}.square-search{width:100%;height:34px;margin:0;padding:0 13px;border:1px solid rgba(255,255,255,.07);border-radius:999px;display:flex;align-items:center;gap:8px;color:#867d92;background:#ffffff0e}.square-channel-switch{position:relative;width:136px;min-height:33px;display:grid;grid-template-columns:repeat(2,64px);align-items:start;gap:8px}.square-channel-indicator{position:absolute;bottom:-1px;left:19px;width:27px;height:9px;border:3px solid transparent;border-bottom-color:#9667e5;border-radius:50%;background:transparent;filter:drop-shadow(0 3px 5px rgba(157,94,220,.34));transition:transform .28s cubic-bezier(.2,.78,.2,1)}.square-channel-switch.audio .square-channel-indicator{transform:translate(72px)}.square-channel-switch button{border:0;min-width:64px;padding:1px 0 7px;color:#77707f;background:transparent;cursor:pointer}.square-channel-switch button strong{display:block;font-size:16px;font-weight:550;letter-spacing:-.03em;transform:scale(.96);transition:color .22s ease,font-size .22s ease,transform .22s ease}.square-channel-switch button.active{color:#f6effa}.square-channel-switch button.active strong{font-size:20px;font-weight:700;transform:scale(1)}.square-search input{width:100%;border:0;outline:0;color:#fff;background:transparent}.square-tabs{margin:-2px -16px 10px;padding:0 16px 2px;display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}.square-tabs::-webkit-scrollbar{display:none}.square-tabs button{flex:0 0 auto;height:30px;border:1px solid transparent;border-radius:999px;padding:0 11px;display:flex;align-items:center;gap:4px;color:#928b9e;background:transparent;font-size:11px;cursor:pointer}.square-tabs button.active{border-color:#ae7dff47;color:#fff;background:#8953e633}.square-tabs .square-filter-trigger{margin-left:auto;border-color:#ffffff14;padding:0 10px;color:#aaa0b0;background:#ffffff0a}.square-tabs .square-filter-trigger.active{border-color:#ae7dff59;color:#e8d7f2;background:#8953e62e}.square-channel-panel{animation:square-channel-enter .22s ease-out}@keyframes square-channel-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.masonry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:10px}.masonry-column{min-width:0;display:grid;align-content:start;gap:16px}.masonry-column-offset{padding-top:26px}.square-card{width:100%;margin:0}.card-image-button{position:relative;width:100%;min-height:170px;border:0;border-radius:18px;padding:0;overflow:hidden;background:#1a1722;cursor:pointer}.square-card.tall .card-image-button{min-height:240px}.card-image-button img{width:100%;height:auto;min-height:170px;object-fit:cover}.square-card.tall .card-image-button img{min-height:240px}.card-open-indicator{position:absolute;right:9px;bottom:9px;width:30px;height:30px;border:1px solid rgba(255,255,255,.15);border-radius:50%;display:grid;place-items:center;background:#100d199e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.square-card-copy{padding:9px 3px 0}.square-card h2{margin:0;font-size:14px;line-height:1.42}.square-card h2 span{margin-right:5px;padding:2px 6px;border-radius:999px;color:#d7c3ff;background:#6d48cc;font-size:9px}.square-card-meta{margin-top:7px;display:flex;align-items:center;justify-content:space-between;color:#8e8798}.square-card-meta small{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.square-card-meta button{border:0;display:flex;align-items:center;gap:3px;color:#91899d;background:transparent;font-size:11px;cursor:pointer}.square-card-meta button svg[weight=fill]{color:#ff5d8d}.square-empty{padding:80px 20px;display:grid;place-items:center;color:#7f778b}.square-audio-shelf{display:grid;gap:14px}.square-audio-recommendations{margin:0 -16px;padding:0 16px 4px;display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.square-audio-recommendations::-webkit-scrollbar{display:none}.square-audio-recommendations>button{position:relative;flex:0 0 84%;min-height:126px;border:1px solid rgba(204,164,239,.16);border-radius:20px;padding:15px;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 36px;align-items:end;gap:10px;color:#fff;background:#211b29;text-align:left;scroll-snap-align:start}.square-audio-recommendations>button>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.square-audio-recommendations>button>i{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#110d17e0,#16111d61 70%,#120e1829)}.square-audio-recommendations>button>span{position:relative;z-index:1;min-width:0;display:grid;gap:4px}.square-audio-recommendations small{color:#d5aae7;font-size:7px;font-weight:800;letter-spacing:.08em}.square-audio-recommendations strong{overflow:hidden;font-family:Georgia,Songti SC,serif;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.square-audio-recommendations em{overflow:hidden;color:#ffffff9e;font-size:8px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.square-audio-recommendations b{position:relative;z-index:1;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;justify-self:end;color:#fff;background:#fff3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.square-audio-featured{position:relative;width:100%;min-height:112px;border:1px solid rgba(204,164,239,.16);border-radius:22px;padding:14px;overflow:hidden;display:grid;grid-template-columns:68px minmax(0,1fr) 40px;align-items:center;gap:12px;color:#fff;background:#211b29;text-align:left}.square-audio-featured>img{position:absolute;top:-30px;right:-30px;bottom:-30px;left:-30px;width:calc(100% + 60px);height:calc(100% + 60px);object-fit:cover;filter:blur(25px) brightness(.36) saturate(.8)}.square-audio-featured>i{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#16111cf2,#1f1726b8)}.square-audio-featured-cover{position:relative;z-index:1;grid-column:1;width:68px;height:84px;border-radius:8px 12px 12px 8px;overflow:hidden;box-shadow:8px 10px 20px #00000042}.square-audio-featured-cover img{width:100%;height:100%;object-fit:cover}.square-audio-featured-copy{position:relative;z-index:1;grid-column:2;min-width:0;display:grid;gap:4px}.square-audio-featured-copy small{color:#c79ce0;font-size:8px;font-weight:800;letter-spacing:.1em}.square-audio-featured-copy strong{overflow:hidden;font-family:Georgia,Songti SC,serif;font-size:17px;text-overflow:ellipsis;white-space:nowrap}.square-audio-featured-copy em{overflow:hidden;color:#a69dab;font-size:8px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.square-audio-featured>b{position:relative;z-index:1;grid-column:3;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#a66cd1,#6553c7);box-shadow:0 9px 21px #3b28696b}.square-audio-book-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px 10px}.square-audio-book-card{min-width:0}.square-audio-book-main{width:100%;border:0;padding:0;display:grid;gap:9px;color:inherit;background:transparent;text-align:left;cursor:pointer}.square-audio-book-cover{position:relative;width:100%;aspect-ratio:.76;border-radius:12px 18px 18px 12px;overflow:hidden;background:#26212d;box-shadow:9px 12px 24px #00000047,inset 4px 0 #ffffff17}.square-audio-book-cover:after{content:"";position:absolute;inset:0 auto 0 9px;width:1px;background:#ffffff30}.square-audio-book-cover img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.square-audio-book-main:active .square-audio-book-cover img{transform:scale(1.025)}.square-audio-book-cover>i{position:absolute;right:7px;top:7px;border-radius:999px;padding:4px 7px;color:#fff;background:#0e0b14b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:7px;font-style:normal}.square-audio-book-cover>b{position:absolute;right:7px;bottom:7px;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:4px 6px;display:flex;align-items:center;gap:3px;color:#eee9f3;background:#0e0b14b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:7px}.square-audio-book-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.square-audio-book-copy>small{color:#b895ce;font-size:7px;font-weight:700}.square-audio-book-copy>strong{width:100%;margin-top:4px;overflow:hidden;color:#f2edf5;font-family:Georgia,Songti SC,serif;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.square-audio-book-copy>em{width:100%;margin-top:3px;overflow:hidden;color:#8f8795;font-size:8px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.square-audio-book-stats{width:100%;margin-top:7px;display:flex;align-items:center;justify-content:space-between;gap:6px;color:#77707e}.square-audio-book-stats b{min-width:0;display:flex;align-items:center;gap:3px;font-size:6px;font-weight:600}.square-audio-book-progress{position:relative;width:100%;height:2px;margin-top:7px;border-radius:99px;background:#ffffff14}.square-audio-book-progress>i{height:100%;border-radius:inherit;display:block;background:linear-gradient(90deg,#b471e4,#7764df)}.square-audio-book-progress>small{width:100%;margin-top:4px;overflow:hidden;display:block;color:#6f6875;font-size:6px;text-overflow:ellipsis;white-space:nowrap}.square-filter-backdrop{position:absolute;z-index:80;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;background:#04030794;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.square-filter-sheet{width:100%;max-height:78%;border:1px solid rgba(255,255,255,.1);border-radius:24px 24px 0 0;padding:18px 18px calc(18px + var(--safe-bottom));overflow-y:auto;color:#f3edf5;background:#17131d;box-shadow:0 -18px 60px #00000057}.square-filter-sheet>header{display:grid;grid-template-columns:minmax(0,1fr) 36px;align-items:start;gap:10px}.square-filter-sheet>header>div{display:grid;gap:3px}.square-filter-sheet>header small{color:#a475b9;font-size:6px;font-weight:800;letter-spacing:.16em}.square-filter-sheet h2{margin:0;font-size:17px}.square-filter-sheet>header span{color:#84798a;font-size:7px}.square-filter-sheet>header button{width:36px;height:36px;border:0;border-radius:50%;display:grid;place-items:center;color:#aaa0ae;background:#ffffff0e}.square-filter-groups{margin-top:17px;display:grid;gap:18px}.square-filter-groups>div{display:grid;gap:9px}.square-filter-groups>div>strong{color:#bdb3c1;font-size:8px}.square-filter-groups>div>span{display:flex;flex-wrap:wrap;gap:7px}.square-filter-groups button{min-height:30px;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:0 11px;display:flex;align-items:center;gap:4px;color:#93899a;background:#ffffff09;font-size:8px}.square-filter-groups button.active{border-color:#b778de6b;color:#ead8f2;background:#8953b433}.square-filter-sheet>footer{position:sticky;bottom:-18px;margin:19px -18px -18px;border-top:1px solid rgba(255,255,255,.07);padding:12px 18px calc(18px + var(--safe-bottom));display:grid;grid-template-columns:78px minmax(0,1fr);gap:9px;background:linear-gradient(to bottom,#17131de6,#17131d 25%)}.square-filter-sheet>footer button{min-height:42px;border:1px solid rgba(255,255,255,.09);border-radius:13px;color:#aaa0ae;background:#ffffff0a;font-size:9px}.square-filter-sheet>footer button:last-child{border:0;color:#251d29;background:linear-gradient(135deg,#e6d2eb,#c99fda);font-weight:800}.messages-page{padding:max(20px,env(safe-area-inset-top)) 16px 106px;background:radial-gradient(circle at 100% 0,rgba(119,78,205,.17),transparent 32%),#0d0c12}.messages-header{min-height:62px;display:flex;align-items:center;justify-content:space-between}.messages-header h1{margin:3px 0 0;font-size:29px}.messages-tools{display:flex;gap:8px}.messages-tools button,.messages-search button{width:42px;height:42px;border:1px solid var(--line);border-radius:15px;display:grid;place-items:center;background:#17151d;cursor:pointer}.messages-search{width:100%;height:48px;padding-left:14px;border:1px solid rgba(178,136,255,.32);border-radius:16px;display:flex;align-items:center;gap:9px;background:#191620}.messages-search input{flex:1;border:0;outline:0;color:#fff;background:transparent}.messages-search button{width:38px;height:38px;border:0;background:transparent}.messages-settings{position:absolute;z-index:20;top:78px;right:16px;width:190px;padding:12px}.messages-settings strong{display:block;padding:7px 8px 10px;font-size:13px}.messages-settings button{width:100%;min-height:40px;border:0;border-radius:11px;padding:0 8px;color:#c8c1d2;background:transparent;text-align:left;font-size:12px;cursor:pointer}.messages-settings button:hover{background:#25212d}.saved-plot-card{min-height:128px;margin-top:18px;padding:20px;border:1px solid var(--line);border-radius:24px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,#6b43b338,#1b1824e0)}.saved-plot-card h2{margin:5px 0 0;white-space:nowrap;font-size:18px}.saved-plot-card>p{max-width:205px;margin:0;color:#9e96a8;font-size:12px;line-height:1.6}.conversation-section{margin-top:27px}.conversation-sort{height:34px;border:0;padding:0;display:flex;align-items:center;gap:5px;background:transparent;font-weight:700;cursor:pointer}.conversation-list{margin-top:7px}.conversation-row{width:100%;min-height:78px;border:0;border-bottom:1px solid rgba(255,255,255,.045);padding:11px 0;display:grid;grid-template-columns:50px 1fr auto;align-items:center;gap:12px;background:transparent;text-align:left;cursor:pointer}.avatar-wrap{position:relative;width:50px;height:50px}.avatar-wrap img{width:50px;height:50px;border-radius:50%;object-fit:cover}.online-dot{position:absolute;right:0;bottom:1px;width:11px;height:11px;border:2px solid #0d0c12;border-radius:50%;background:#69df9c}.conversation-copy{min-width:0;display:flex;flex-direction:column;gap:5px}.conversation-copy strong{font-size:14px}.conversation-title{min-width:0;display:flex;align-items:center;gap:7px}.conversation-title strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-type{flex:0 0 auto;border:1px solid rgba(183,137,218,.2);border-radius:999px;padding:3px 6px;color:#bba7c8;background:#6f448b1f;font-size:8px;font-weight:750}.conversation-type.h5{border-color:#74c0d838;color:#a9d8e6;background:#377b9124}.conversation-copy>span:not(.conversation-title){overflow:hidden;color:#97909f;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.conversation-row small{align-self:flex-start;margin-top:8px;color:#6f6976;font-size:10px}.messages-empty{margin-top:50px;color:#7e7688;text-align:center;font-size:13px}.chat-page{position:relative;height:100dvh;min-height:680px;overflow:hidden;background:#0a0910}.chat-compat-on .chat-character-backdrop>img{opacity:0}.chat-compat-on .chat-character-backdrop{background:#0c0b12}.chat-compat-on .chat-backdrop-filter,.chat-compat-on .chat-theater-entry{display:none}.chat-character-backdrop{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.chat-character-backdrop>img{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;width:calc(100% + 12px);height:calc(100% + 12px);display:block;object-fit:cover;object-position:center 24%;opacity:var(--chat-bg-opacity, 1);filter:brightness(var(--chat-bg-brightness, 1)) contrast(var(--chat-bg-contrast, 1)) saturate(var(--chat-bg-saturation, 1)) blur(var(--chat-bg-blur, 0px));transition:transform .36s ease,object-position .36s ease,opacity .18s ease,filter .18s ease}.background-motion-on .chat-character-backdrop>img{animation:chat-background-drift 14s ease-in-out infinite alternate}.background-motion-off .chat-character-backdrop>img{animation:none}@keyframes chat-background-drift{0%{transform:translate3d(-2px,-3px,0)}to{transform:translate3d(2px,3px,0)}}.chat-backdrop-filter{position:absolute;top:0;right:0;bottom:0;left:0}.chat-backdrop-filter:before,.chat-backdrop-filter:after{position:absolute;content:"";transition:opacity .46s cubic-bezier(.22,.72,.24,1)}.chat-backdrop-filter:before{top:0;right:0;bottom:0;left:0;opacity:0;background:#08060c85;-webkit-backdrop-filter:blur(var(--chat-overlay-blur, 0px));backdrop-filter:blur(var(--chat-overlay-blur, 0px))}.chat-backdrop-filter:after{top:0;right:0;bottom:0;left:0;opacity:0;background:linear-gradient(to bottom,#08060c00 0,#08060c00 24%,#08060c1f 31%,#08060c7a 43%,#08060cb8 58%,#08060cd1);-webkit-backdrop-filter:blur(var(--chat-overlay-blur, 0px));backdrop-filter:blur(var(--chat-overlay-blur, 0px));-webkit-mask-image:linear-gradient(to bottom,transparent 0,transparent 24%,rgba(0,0,0,.3) 33%,#000 46%);mask-image:linear-gradient(to bottom,transparent 0,transparent 24%,rgba(0,0,0,.3) 33%,#000 46%)}.story-display-framed .chat-character-backdrop>img{object-position:center 18%}.chat-backdrop-filter.full:before{opacity:var(--chat-overlay-strength, 1)}.chat-backdrop-filter.framed:after{opacity:calc(.28 + .72 * var(--chat-overlay-strength, 1))}.chat-header{position:absolute;z-index:20;inset:0 0 auto;height:calc(70px + env(safe-area-inset-top));padding:max(12px,env(safe-area-inset-top)) 16px 10px;border-bottom:1px solid rgba(255,255,255,.07);display:grid;grid-template-columns:40px minmax(0,1fr) repeat(4,35px);align-items:center;gap:6px;background:#0a0910eb;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);transition:background .32s ease,backdrop-filter .32s ease,border-color .32s ease}.story-display-framed .chat-header{border-bottom-color:transparent;background:linear-gradient(to bottom,#08060c94,#08060c14);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.chat-back-button{width:38px;height:38px;border:1px solid rgba(255,255,255,.08);border-radius:50%;display:grid;place-items:center;background:#17141e;cursor:pointer}.chat-title{min-width:0;display:flex;flex-direction:column;gap:1px}.chat-title>strong{overflow:hidden;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.chat-title>span{color:#77707f;font-size:9px;letter-spacing:.05em}.chat-settings-button{width:35px;height:35px;border:1px solid rgba(255,255,255,.08);border-radius:50%;display:grid;place-items:center;color:#d8cde1;background:#1b1722cc;cursor:pointer}.chat-header-tool-button{width:35px;height:35px;border:1px solid rgba(255,255,255,.08);border-radius:50%;display:grid;place-items:center;color:#cfc4d6;background:#1b1722b8;cursor:pointer}.chat-header-tool-button.active{border-color:#b977dc61;color:#e5b6f3;background:#69437e80}.chat-model-style-page{position:absolute;z-index:150;top:0;right:0;bottom:0;left:0;overflow:hidden;color:#f3edf7;background:#100e18}.chat-model-style-page>header{min-height:calc(70px + env(safe-area-inset-top));padding:max(12px,env(safe-area-inset-top)) 14px 10px;border-bottom:1px solid rgba(255,255,255,.07);display:grid;grid-template-columns:42px 1fr 58px;align-items:center;gap:8px;background:#100e18f5}.chat-model-style-page>header>button:first-child{width:40px;height:40px;border:0;border-radius:50%;display:grid;place-items:center;color:#fff;background:#ffffff0d}.chat-model-style-page>header>button:last-child{min-height:38px;border:0;border-radius:19px;color:#fff;background:#8a54df;font-weight:800}.chat-model-style-page nav{height:48px;display:flex;justify-content:center;gap:28px}.chat-model-style-page nav button{position:relative;border:0;color:#766f82;background:transparent;font-size:16px;font-weight:800}.chat-model-style-page nav button.active{color:#fff}.chat-model-style-page nav button.active:after{position:absolute;right:8px;bottom:1px;left:8px;height:3px;border-radius:99px;background:#9c62eb;content:""}.chat-model-style-list{position:absolute;inset:calc(70px + env(safe-area-inset-top)) 0 0;padding:16px;overflow-y:auto;display:grid;align-content:start;gap:12px}.chat-model-style-list>button{position:relative;min-height:128px;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:18px;color:#eee8f3;background:#1a1725;text-align:left}.chat-model-style-list>button.selected{border-color:#a461eab8;box-shadow:0 0 0 1px #a461ea33}.chat-model-style-list>button>span{display:flex;justify-content:space-between;gap:14px}.chat-model-style-list strong{font-size:16px}.chat-model-style-list b{color:#d9b9f3;font-size:12px}.chat-model-style-list p{margin:12px 0;color:#9d94aa;font-size:12px;line-height:1.55}.chat-model-style-list small{color:#766d81;font-size:10px}.chat-model-style-list>button>svg{position:absolute;right:15px;bottom:14px;color:#a76bea}.chat-save-menu-backdrop{position:absolute;z-index:24;top:0;right:0;bottom:0;left:0;border:0;background:transparent}.chat-save-menu{position:absolute;z-index:25;top:calc(76px + env(safe-area-inset-top));right:58px;width:min(274px,calc(100% - 34px));padding:8px;border:1px solid rgba(224,212,230,.2);border-radius:18px;background:#1f1d22f5;box-shadow:0 18px 38px #00000061;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);animation:chat-save-menu-in .18s ease-out}@keyframes chat-save-menu-in{0%{opacity:0;transform:translateY(-7px) scale(.98)}}.chat-save-menu button{width:100%;min-height:48px;border:0;border-radius:12px;padding:0 10px;display:flex;align-items:center;gap:11px;color:#f0eaf3;background:transparent;font-size:14px;text-align:left;cursor:pointer}.chat-save-menu button:hover,.chat-save-menu button:focus-visible{outline:none;background:#ffffff13}.chat-save-menu button svg{color:#c5bbc9}.chat-quick-actions button:disabled{cursor:wait;opacity:.58}.chat-scroll{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;padding:calc(81px + env(safe-area-inset-top)) 22px 138px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;transition:top .36s cubic-bezier(.22,.75,.24,1),padding-top .36s cubic-bezier(.22,.75,.24,1),padding-bottom .22s ease}.story-display-framed .chat-scroll{top:33.333%;padding-top:26px;-webkit-mask-image:linear-gradient(to bottom,transparent 0,rgba(0,0,0,.34) 16px,rgba(0,0,0,.78) 38px,#000 64px);mask-image:linear-gradient(to bottom,transparent 0,rgba(0,0,0,.34) 16px,rgba(0,0,0,.78) 38px,#000 64px)}.chat-scroll.composer-menu-open{padding-bottom:360px}.chat-scroll.view-novel{padding-inline:24px}.chat-scroll::-webkit-scrollbar{display:none}.chat-word-encounter-entry{position:absolute;z-index:26;top:156px;right:0;width:52px;min-height:62px;border:1px solid rgba(199,148,229,.18);border-right:0;border-radius:17px 0 0 17px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#d6b9e5;background:#1f1925e0;box-shadow:-8px 10px 24px #0000003d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:pointer}.chat-word-encounter-entry span{font-size:9px;font-weight:750}.chat-word-encounter-entry.active{color:#fff;background:#604571}.word-encounter-page{position:absolute;z-index:170;top:0;right:0;bottom:0;left:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;color:#f3edf6;background:radial-gradient(circle at 90% 4%,rgba(133,86,166,.18),transparent 31%),#0d0b12;animation:word-page-in .22s cubic-bezier(.22,.72,.24,1)}@keyframes word-page-in{0%{opacity:0;transform:translate(18px)}}.word-encounter-header{min-height:calc(66px + env(safe-area-inset-top));padding:max(12px,env(safe-area-inset-top)) 14px 10px;border-bottom:1px solid rgba(255,255,255,.07);display:grid;grid-template-columns:40px 1fr 40px;align-items:center;background:#0e0b12e0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.word-encounter-header>button{width:38px;height:38px;border:1px solid rgba(255,255,255,.08);border-radius:50%;display:grid;place-items:center;color:#eee5f2;background:#ffffff0a}.word-encounter-header>div{display:grid;justify-items:center;gap:2px}.word-encounter-header strong{font-size:15px}.word-encounter-header small{color:#8e8493;font-size:10px}.word-encounter-scroll{min-height:0;padding:14px 14px 24px;overflow-y:auto;scrollbar-width:none}.word-encounter-scroll::-webkit-scrollbar{display:none}.word-encounter-hero{min-height:132px;border:1px solid rgba(198,150,226,.15);border-radius:22px;padding:16px;display:grid;grid-template-columns:1fr auto;gap:14px;align-items:start;background:linear-gradient(135deg,#5b3a6f57,#211927a8);box-shadow:0 16px 36px #0000002e}.word-encounter-hero-copy{min-width:0}.word-encounter-hero-copy>span{display:inline-flex;align-items:center;gap:6px;color:#d6afe8;font-size:10px;font-weight:750}.word-encounter-hero h2{margin:9px 0 7px;max-width:240px;font-size:19px;line-height:1.28;letter-spacing:-.025em}.word-encounter-hero p{margin:0;color:#a79dab;font-size:11px;line-height:1.55}.word-encounter-switch{width:50px;height:29px;border:0;border-radius:999px;padding:3px;background:#3a333e;transition:background .18s ease}.word-encounter-switch span{width:23px;height:23px;border-radius:50%;display:block;background:#f3edf5;box-shadow:0 2px 8px #00000052;transition:transform .18s ease}.word-encounter-switch.on{background:#875ca0}.word-encounter-switch.on span{transform:translate(21px)}.word-encounter-content{transition:opacity .18s ease}.word-encounter-content.disabled{opacity:.42;pointer-events:none}.word-section-heading{margin:19px 2px 10px;display:flex;align-items:end;justify-content:space-between;gap:12px}.word-section-heading.compact{margin-top:20px}.word-section-heading>div{display:grid;gap:3px}.word-section-heading h3{margin:0;font-size:14px}.word-section-heading p{margin:0;color:#817887;font-size:10px}.word-section-heading>span{color:#d4afe5;font-size:17px;font-weight:800}.word-section-heading>span small{color:#746b79;font-size:10px}.word-book-list{border:1px solid rgba(255,255,255,.065);border-radius:20px;padding:5px 11px;background:#ffffff06}.word-book-list>button{width:100%;min-height:62px;border:0;border-bottom:1px solid rgba(255,255,255,.055);padding:7px 0;display:grid;grid-template-columns:42px 1fr 27px;align-items:center;gap:10px;color:#ded5e3;background:transparent;text-align:left}.word-book-list>button:last-child{border-bottom:0}.word-book-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center}.word-book-icon.mint{color:#9bdabb;background:#3f936b2b}.word-book-icon.violet{color:#c4a1ea;background:#7d4eae33}.word-book-icon.rose{color:#ec9fca;background:#ae437e2e}.word-book-icon.blue{color:#93c4ef;background:#3479b430}.word-book-icon.amber{color:#efbe82;background:#b16e272e}.word-book-copy{min-width:0;display:grid;gap:3px}.word-book-copy strong{font-size:13px}.word-book-copy small{overflow:hidden;color:#918797;font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}.word-book-check{width:25px;height:25px;border:1.5px solid #514958;border-radius:50%;display:grid;place-items:center;color:#fff}.word-book-list>button.selected .word-book-check{border-color:#9c6db7;background:#81559a}.word-upload-card{width:100%;min-height:68px;margin-top:11px;border:1px solid rgba(199,151,227,.13);border-radius:18px;padding:10px 13px;display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;color:#dcd2e2;background:#5b3a6f26;text-align:left}.word-upload-card>span{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;color:#d0a5e6;background:#8953a929}.word-upload-card>div{min-width:0;display:grid;gap:3px}.word-upload-card strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.word-upload-card small{color:#918697;font-size:9.5px}.word-upload-card>svg{color:#a978c1}.word-display-segment{height:43px;border:1px solid rgba(255,255,255,.06);border-radius:15px;padding:3px;display:grid;grid-template-columns:1fr 1fr;gap:3px;background:#ffffff06}.word-display-segment button{border:0;border-radius:11px;color:#8e8493;background:transparent;font-size:10px;font-weight:700}.word-display-segment button.active{color:#f3eaf6;background:#4d375a;box-shadow:0 4px 12px #0000002e}.word-preview-card{margin-top:11px;border:1px solid rgba(255,255,255,.06);border-radius:18px;padding:12px 13px;background:#ffffff06}.word-preview-card header{display:flex;justify-content:space-between;color:#918798;font-size:9.5px}.word-preview-card p{margin:10px 0 6px;color:#e9e1ec;font-size:12px}.word-preview-card mark{border-radius:5px;padding:1px 4px;color:#e7c7f5;background:#925ab23d}.word-preview-card small{color:#aa91b6;font-size:9.5px}.word-encounter-footer{position:relative;z-index:2;padding:10px 14px calc(10px + env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.065);background:#0d0b12f5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.word-encounter-footer button{width:100%;min-height:46px;border:0;border-radius:15px;color:#fff;background:#76508c;font-size:12px;font-weight:800;box-shadow:0 8px 22px #46255857}.mini-player{position:absolute;z-index:28;border:1px solid rgba(255,255,255,.08);background:#1a1622eb;box-shadow:0 14px 38px #0006;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);touch-action:none;-webkit-user-select:none;user-select:none;transition:width .18s ease,min-height .18s ease,border-radius .18s ease,box-shadow .18s ease}.mini-player.expanded{width:min(292px,calc(100% - 28px));min-height:164px;padding:11px 12px 12px;border-radius:27px;display:flex;flex-direction:column;gap:9px;cursor:grab}.mini-player.expanded:active{cursor:grabbing}.mini-player.collapsed{width:58px;height:58px;border-radius:50%;padding:4px}.player-orb-button{position:relative;width:48px;height:48px;border:0;border-radius:50%;padding:0;overflow:visible;color:#fff;background:#241b31;cursor:grab}.player-orb-button:active{cursor:grabbing}.player-orb-button>img{width:100%;height:100%;border-radius:inherit;display:block;object-fit:cover}.player-orb-button>span{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;display:grid;place-items:center;background:#0f091457}.player-orb-button>i{position:absolute;right:-1px;bottom:1px;width:12px;height:12px;border:2px solid #17121d;border-radius:50%;background:#c18ce8;box-shadow:0 0 0 3px #c18ce821;animation:player-live-pulse 1.1s ease-in-out infinite}@keyframes player-live-pulse{50%{box-shadow:0 0 0 6px #c18ce80a;transform:scale(.86)}}.track-summary{width:100%;display:grid;grid-template-columns:46px minmax(0,1fr) 32px;align-items:center;gap:10px}.track-cover{width:46px;height:46px;border-radius:14px;display:block;object-fit:cover;box-shadow:0 7px 18px #00000047}.track-main{min-width:0;border:0;display:flex;flex-direction:column;align-items:flex-start;gap:2px;color:#fff}.track-main strong{font-size:14px}.track-main span{overflow:hidden;color:#91899e;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.track-expand-button{width:32px;height:32px;border:0;border-radius:50%;display:grid;place-items:center;color:#aaa2b5;background:transparent;cursor:pointer}.track-progress{width:100%;height:26px;padding:0 2px;display:flex;flex-direction:column;justify-content:center;gap:4px}.track-progress input{width:100%;height:3px;margin:0;border-radius:999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(to right,#9c6ee7 var(--progress),#3b3542 var(--progress))}.track-progress input::-webkit-slider-thumb{width:10px;height:10px;border:0;border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff}.track-progress small{display:flex;justify-content:space-between;color:#756e7d;font-size:8px;line-height:1}.track-controls{width:100%;min-height:40px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;justify-items:center}.track-controls>button{width:34px;height:34px;border:0;border-radius:50%;display:grid;place-items:center;color:#b9afc2;background:transparent;cursor:pointer}.track-controls>button:active{background:#ffffff12;transform:scale(.92)}.track-controls .track-primary-control{width:40px;height:40px;color:#17101d;background:#c8a2df;box-shadow:0 7px 18px #764b9152}.story-stream{padding-top:18px}.chat-theater-entry{width:min(100%,250px);min-height:60px;margin:0 auto 20px;border:1px solid rgba(205,160,232,.2);border-radius:18px;padding:8px 12px;display:grid;grid-template-columns:38px minmax(0,1fr) 22px;align-items:center;gap:10px;color:#e9ddf0;background:linear-gradient(120deg,#493057c7,#1d1823e0);box-shadow:0 12px 28px #00000038;text-align:left;cursor:pointer}.chat-theater-entry>span{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;color:#efdfff;background:#deb2f624}.chat-theater-entry>div{display:grid;gap:3px}.chat-theater-entry small{color:#a99ab2;font-size:11px}.chat-theater-entry strong{font-size:15px}.chat-theater-entry>svg{color:#ad9ab8}.narration-card{position:relative;margin:0 0 25px 14px;padding:2px 8px 2px 28px;color:#aaa3b1}.narration-line{position:absolute;top:0;bottom:0;left:0;width:3px;border-radius:999px;background:#8f70b7}.narration-card p,.chat-message p{margin:0;white-space:pre-line;font-size:14px;line-height:1.8}.chat-message{position:relative;margin:0 0 25px;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:11px}.chat-message>img{width:42px;height:42px;border:2px solid rgba(255,255,255,.14);border-radius:50%;object-fit:cover;box-shadow:0 6px 18px #00000042}.message-body{min-width:0;padding:2px 4px 0}.chat-message strong{display:block;margin:0 0 6px;color:#f3eff7;font-size:14px}.chat-message p{color:#d0c9d7}.chat-message em{display:block;margin-top:8px;color:#928b99;font-size:13px;line-height:1.7}.chat-message.user-message{grid-template-columns:1fr;margin-left:62px;text-align:right}.chat-message.user-message .message-body,.chat-message.user-message>div{display:flex;flex-direction:column;align-items:flex-end}.chat-message.user-message p{max-width:88%;padding:10px 14px;border-radius:18px 5px 18px 18px;color:#f2edf8;background:#59406f;text-align:left}.plot-generating-state,.scene-image-loading,.scene-video-loading{min-height:74px;margin:2px 0 18px 53px;padding:13px 14px;border:1px solid rgba(178,137,247,.16);border-radius:18px;display:flex;align-items:center;gap:12px;color:#bcaec9;background:linear-gradient(115deg,#68488429,#19151fe0),#18151d;overflow:hidden}.plot-generating-state>div,.scene-image-loading>div:last-child,.scene-video-loading>div:last-child{min-width:0;display:flex;flex-direction:column;gap:4px}.plot-generating-state strong,.scene-image-loading strong,.scene-video-loading strong{color:#f0e9f6;font-size:12px}.plot-generating-state>div>span,.scene-image-loading>div:last-child>span,.scene-video-loading>div:last-child>span{color:#8e8697;font-size:10px}.generation-orbit,.scene-loading-visual{position:relative;flex:0 0 auto;width:42px;height:42px;border:1px solid rgba(194,147,235,.18);border-radius:14px;display:grid;place-items:center;color:#c699e7;background:#261d31}.generation-orbit{border-radius:50%;animation:scene-pulse 1.1s ease-in-out infinite}.scene-loading-visual:after{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid rgba(199,154,237,.38);border-radius:inherit;content:"";animation:scene-pulse 1.1s ease-in-out infinite}.scene-loading-visual svg:last-child{position:absolute;top:5px;right:4px;color:#f2d6ff;animation:scene-twinkle .9s ease-in-out infinite alternate}@keyframes scene-pulse{50%{box-shadow:0 0 0 7px #a66cd30f;transform:scale(1.04)}}@keyframes scene-twinkle{to{opacity:.45;transform:rotate(18deg) scale(.8)}}.scene-image-card,.scene-video-card{margin:4px 0 18px 53px;border:1px solid rgba(255,255,255,.09);border-radius:21px;overflow:hidden;background:#17141d;box-shadow:0 14px 34px #0000004d;animation:scene-card-in .26s ease-out}.chat-scroll.view-novel .plot-generating-state,.chat-scroll.view-novel .scene-image-loading,.chat-scroll.view-novel .scene-video-loading,.chat-scroll.view-novel .scene-image-card,.chat-scroll.view-novel .scene-video-card{width:min(100%,620px);margin-right:auto;margin-left:auto}.chat-scroll.view-novel .scene-image-card,.chat-scroll.view-novel .scene-video-card{border-radius:12px;background:#121016;box-shadow:0 12px 30px #00000038}@keyframes scene-card-in{0%{opacity:0;transform:translateY(8px) scale(.985)}}.scene-image-preview{position:relative;width:100%;height:238px;border:0;padding:0;display:block;overflow:hidden;color:#fff;background:#0f0d12;text-align:left;cursor:zoom-in}.scene-image-preview>img{width:100%;height:100%;object-fit:cover;object-position:center 28%}.scene-video-preview{position:relative;height:238px;overflow:hidden;background:#0f0d12}.scene-video-preview>video{width:100%;height:100%;display:block;object-fit:cover}.scene-image-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(7,5,9,.86),transparent 46%)}.scene-image-badge{position:absolute;top:12px;left:12px;min-height:27px;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:0 9px;display:flex;align-items:center;gap:5px;background:#0e0a12a3;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);font-size:9px;font-weight:700}.scene-image-preview>strong{position:absolute;right:14px;bottom:13px;left:14px;font-size:12px;line-height:1.45}.scene-image-footer{min-height:57px;padding:8px 10px 8px 13px;display:grid;grid-template-columns:minmax(0,1fr) 36px 36px;align-items:center;gap:7px}.scene-image-footer>span{min-width:0;display:flex;flex-direction:column;gap:2px}.scene-image-footer>span small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scene-image-footer strong{color:#e9e2ee;font-size:10px}.scene-image-footer small{color:#817a87;font-size:9px}.scene-image-footer>button{width:35px;height:35px;border:1px solid rgba(255,255,255,.08);border-radius:50%;display:grid;place-items:center;color:#c9bdcf;background:#221d28;cursor:pointer}.scene-image-footer>.scene-share-button{grid-column:1 / -1;grid-row:2;width:100%;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:5px;border-color:#eec8683d;color:#fff0bd;background:linear-gradient(120deg,#65472d,#60405f);font-size:8px;font-weight:800}.scene-share-button svg{color:#ffd66f}.chat-video-prompt-page{position:absolute;z-index:155;top:0;right:0;bottom:0;left:0;padding:18px;display:flex;align-items:flex-end;justify-content:center;background:#060509ad;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:video-prompt-backdrop-in .18s ease-out}@keyframes video-prompt-backdrop-in{0%{opacity:0}}.chat-video-prompt-dialog{width:100%;border:1px solid rgba(255,255,255,.1);border-radius:26px;padding:16px;color:#f1ebf4;background:#18141d;box-shadow:0 28px 70px #00000085;animation:video-prompt-in .22s cubic-bezier(.22,.72,.24,1)}@keyframes video-prompt-in{0%{opacity:0;transform:translateY(18px)}}.chat-video-prompt-dialog>header{display:grid;grid-template-columns:42px minmax(0,1fr) 38px;align-items:center;gap:10px}.chat-video-prompt-dialog>header>span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:#d8afea;background:#c794e521}.chat-video-prompt-dialog>header>div{display:grid;gap:3px}.chat-video-prompt-dialog>header strong{font-size:15px}.chat-video-prompt-dialog>header small{color:#948a9a;font-size:10px;line-height:1.4}.chat-video-prompt-dialog>header>button{width:38px;height:38px;border:0;border-radius:50%;display:grid;place-items:center;color:#b9afbf;background:#ffffff0d}.chat-video-prompt-dialog>label{position:relative;margin-top:15px;display:grid;gap:7px}.chat-video-prompt-dialog>label>span{font-size:12px;font-weight:750}.chat-video-prompt-dialog>label>span small{color:#8b8190;font-size:9px;font-weight:500}.chat-video-prompt-dialog textarea{width:100%;min-height:94px;resize:none;border:1px solid rgba(255,255,255,.09);border-radius:16px;outline:0;padding:12px 12px 25px;color:#eee7f2;background:#100d14;font:inherit;font-size:12px;line-height:1.55}.chat-video-prompt-dialog textarea:focus{border-color:#c38ee575;box-shadow:0 0 0 3px #9358b81c}.chat-video-prompt-dialog>label>small{position:absolute;right:10px;bottom:8px;color:#716978;font-size:9px}.chat-video-prompt-suggestions{margin-top:9px;display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}.chat-video-prompt-suggestions button{flex:0 0 auto;min-height:31px;border:1px solid rgba(255,255,255,.07);border-radius:999px;padding:0 10px;color:#aaa0b0;background:#ffffff09;font-size:9px}.chat-video-prompt-dialog>footer{margin-top:15px;display:grid;grid-template-columns:.7fr 1.3fr;gap:8px}.chat-video-prompt-dialog>footer button{min-height:44px;border:1px solid rgba(255,255,255,.08);border-radius:14px;color:#c7bdcc;background:#ffffff0a;font-size:12px;font-weight:750}.chat-video-prompt-dialog>footer button:last-child{border:0;display:flex;align-items:center;justify-content:center;gap:6px;color:#fff;background:linear-gradient(120deg,#664578,#8a5ba0)}.chat-composer{position:absolute;z-index:30;inset:auto 0 0;padding:7px 14px calc(10px + var(--safe-bottom));background:linear-gradient(to top,#0a0910 72%,#0a091000)}.chat-composer.expanded{background:linear-gradient(to top,#0a0910 94%,#0a091000)}.chat-quick-actions{min-height:40px;padding:3px 4px;border:none;border-radius:24px;display:grid;grid-template-columns:auto auto 1fr 30px 30px 30px;align-items:center;gap:6px;background:transparent;box-shadow:none}.chat-quick-actions.h5{grid-template-columns:1fr 30px 30px 30px}.chat-quick-actions button{height:30px;border:1px solid rgba(255,255,255,.07);border-radius:999px;padding:0 10px;display:flex;align-items:center;gap:5px;color:#cbc4d2;background:#211d27;font-size:10px;cursor:pointer}.chat-quick-actions .quick-icon{width:30px;padding:0;justify-content:center}.chat-quick-actions .quick-display-mode.framed{color:#eadcf3;border-color:#be8fe033;background:#392d42}.chat-quick-actions .quick-magic{color:#fff;background:#5f4870}.chat-quick-actions .quick-magic.active{background:#8a62a4;box-shadow:0 0 0 2px #be8fe033,0 5px 16px #6f458c61}.composer-row{min-height:58px;margin-top:7px;padding:5px;border:1px solid rgba(255,255,255,.08);border-radius:30px;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;gap:6px;background:#18151df5;box-shadow:0 11px 28px #00000047;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.voice-button,.send-button{width:48px;height:48px;border:0;border-radius:50%;display:grid;place-items:center;color:#fff;background:#5c466d;cursor:pointer}.voice-button.active{color:#171021;background:#c5a7df}.composer-input{height:44px;padding:0 14px;border:1px solid rgba(255,255,255,.07);border-radius:999px;display:flex;align-items:center;gap:8px;color:#8f8999;background:#100e14}.composer-input input{flex:1;min-width:0;border:0;outline:0;color:#fff;background:transparent}.composer-input>button{flex:1;border:0;color:#d7cee3;background:transparent}.composer-emoji-button{flex:0 0 34px!important;width:34px;height:34px;border-radius:50%!important;display:grid;place-items:center;color:#91899a!important;cursor:pointer}.composer-emoji-button.active{color:#eadcf3!important;background:#3b2c45!important}.send-button{background:#4c395b}.send-button.ready{background:#78558e}.send-button.menu-open{background:#76558d;box-shadow:0 0 0 3px #b180d51f}.composer-tools-panel{margin:9px -14px calc(-10px - var(--safe-bottom));padding:17px 14px calc(18px + var(--safe-bottom));border-top:1px solid rgba(255,255,255,.075);background:radial-gradient(circle at 50% 0,rgba(119,75,151,.14),transparent 54%),#0d0b11fb;box-shadow:0 -18px 42px #00000038;animation:composer-tools-in .21s ease-out}.composer-archive-entry{width:100%;min-height:62px;margin:0 0 13px;border:1px solid rgba(205,160,232,.17);border-radius:15px;padding:8px 10px;display:grid;grid-template-columns:38px minmax(0,1fr) 20px;align-items:center;gap:9px;color:#eee5f2;background:#5839693d;text-align:left;cursor:pointer}.composer-archive-entry:hover,.composer-archive-entry:focus-visible{outline:none;border-color:#daaaef5c;background:#68447d57}.composer-archive-entry>span{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;color:#e2c1ed;background:#cf9de721}.composer-archive-entry>div,.chat-archive-record>div{min-width:0;display:grid;gap:3px}.composer-archive-entry strong{font-size:12px}.composer-archive-entry small{overflow:hidden;color:#a79bab;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.composer-archive-entry>svg{color:#a997b0}.chat-emoji-panel{height:252px;margin:9px -14px calc(-10px - var(--safe-bottom));padding:10px 14px calc(14px + var(--safe-bottom));border-top:1px solid rgba(255,255,255,.075);overflow:hidden;background:#0d0b11fc;animation:composer-tools-in .19s ease-out}.chat-emoji-pack-tabs{height:45px;border-bottom:1px solid rgba(255,255,255,.065);display:flex;align-items:center;gap:5px;overflow-x:auto;scrollbar-width:none}.chat-emoji-pack-tabs::-webkit-scrollbar{display:none}.chat-emoji-pack-tabs button{flex:0 0 39px;width:39px;height:36px;border:0;border-radius:11px;display:grid;place-items:center;color:#827a88;background:transparent}.chat-emoji-pack-tabs button.active{color:#d9acee;background:#32253a}.chat-emoji-pack-tabs img{width:25px;height:25px;border-radius:8px;object-fit:cover}.chat-sticker-section-heading{height:33px;display:flex;align-items:end;justify-content:space-between;padding:0 2px 6px}.chat-sticker-section-heading span{color:#b6abbc;font-size:9px;font-weight:700}.chat-sticker-section-heading small{color:#6f6874;font-size:8px}.chat-sticker-grid{height:197px;padding-top:9px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-rows:max-content;gap:8px;overflow-y:auto}.chat-sticker-grid button{min-width:0;aspect-ratio:1;border:0;border-radius:12px;padding:0;overflow:hidden;display:grid;place-items:center;color:#b38aca;background:#ffffff09}.chat-sticker-grid img{width:100%;height:100%;display:block;border-radius:inherit;object-fit:cover}.chat-sticker-grid.compact{height:153px;grid-template-columns:repeat(5,minmax(0,1fr))}.chat-sticker-grid .chat-add-sticker{border:1px dashed rgba(195,148,222,.25);place-items:center;align-content:center;color:#b38aca;background:#6b418414}.sticker-store-page{position:absolute;z-index:172;top:0;right:0;bottom:0;left:0;display:grid;grid-template-rows:auto minmax(0,1fr);color:#f2ebf5;background:radial-gradient(circle at 82% 5%,rgba(125,76,153,.2),transparent 28%),#0d0b12;animation:word-page-in .22s cubic-bezier(.22,.72,.24,1)}.sticker-store-header{min-height:calc(66px + env(safe-area-inset-top));padding:max(12px,env(safe-area-inset-top)) 14px 10px;border-bottom:1px solid rgba(255,255,255,.07);display:grid;grid-template-columns:40px 1fr 40px;align-items:center;background:#0e0b12e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.sticker-store-header>button{width:38px;height:38px;border:1px solid rgba(255,255,255,.08);border-radius:50%;display:grid;place-items:center;color:#eee5f2;background:#ffffff0a}.sticker-store-header>div{display:grid;justify-items:center;gap:2px}.sticker-store-header strong{font-size:15px}.sticker-store-header small{color:#8e8493;font-size:10px}.sticker-store-scroll{min-height:0;padding:14px 14px calc(24px + env(safe-area-inset-bottom));overflow-y:auto;scrollbar-width:none}.sticker-store-scroll::-webkit-scrollbar{display:none}.sticker-store-search{height:42px;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:0 13px;display:flex;align-items:center;gap:8px;color:#847b89;background:#ffffff09}.sticker-store-search input{flex:1;min-width:0;border:0;outline:0;color:#eee5f1;background:transparent;font-size:11px}.sticker-store-featured{min-height:142px;margin-top:12px;border:1px solid rgba(195,145,224,.14);border-radius:22px;padding:15px;overflow:hidden;display:grid;grid-template-columns:1fr 112px;gap:12px;align-items:center;background:linear-gradient(135deg,#5d39736b,#211928c2)}.sticker-store-featured>div{min-width:0}.sticker-store-featured span{display:inline-flex;align-items:center;gap:5px;color:#d5ade7;font-size:9px;font-weight:750}.sticker-store-featured h2{margin:8px 0 6px;font-size:18px;line-height:1.28;letter-spacing:-.025em}.sticker-store-featured p{margin:0;color:#9c92a1;font-size:9px}.sticker-store-featured img{width:112px;aspect-ratio:1;border-radius:19px;object-fit:cover;transform:rotate(4deg)}.sticker-store-section-heading{margin:19px 2px 10px}.sticker-store-section-heading h3{margin:0;font-size:14px}.sticker-store-section-heading p{margin:3px 0 0;color:#817887;font-size:9px}.sticker-store-list{display:grid;gap:8px}.sticker-store-list article{min-height:78px;border:1px solid rgba(255,255,255,.06);border-radius:17px;padding:8px;display:grid;grid-template-columns:60px 1fr auto;align-items:center;gap:10px;background:#ffffff07}.sticker-store-list article>img{width:60px;height:60px;border-radius:14px;object-fit:cover}.sticker-store-list article>div{min-width:0;display:grid;gap:3px}.sticker-store-list strong{font-size:12px}.sticker-store-list small{overflow:hidden;color:#938a99;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.sticker-store-list article>div>span{color:#766e7b;font-size:8px}.sticker-store-list article>button{min-width:58px;min-height:34px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:3px;color:#fff;background:#68477a;font-size:9px;font-weight:750}.sticker-store-list article>button:disabled{color:#8d8492;background:#28222c}.chat-tool-sheet-page{position:absolute;z-index:158;top:0;right:0;bottom:0;left:0;padding:16px;display:flex;align-items:flex-end;background:#060509ad;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.chat-tool-sheet{width:100%;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:14px;color:#eee7f2;background:#18141d;box-shadow:0 28px 70px #0000007a;animation:video-prompt-in .2s ease-out}.chat-tool-sheet>header{display:grid;grid-template-columns:42px 1fr 38px;align-items:center;gap:9px}.chat-tool-sheet>header>span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:#d4aee7;background:#8c54ad29}.chat-tool-sheet>header>div{display:grid;gap:3px}.chat-tool-sheet>header strong{font-size:14px}.chat-tool-sheet>header small{color:#8e8493;font-size:9px}.chat-tool-sheet>header>button{width:38px;height:38px;border:0;border-radius:50%;display:grid;place-items:center;color:#aaa0ae;background:#ffffff0d}.chat-voice-options,.chat-command-options{margin-top:13px;display:grid;gap:7px}.chat-voice-options>button,.chat-command-options>button{position:relative;min-height:62px;border:1px solid rgba(255,255,255,.065);border-radius:15px;padding:8px 10px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:9px;color:#ded5e3;background:#ffffff06;text-align:left}.chat-voice-options>button.selected{border-color:#c189e252;background:#673d8129}.chat-voice-options>button>span,.chat-command-options>button>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;color:#c79ddd;background:#804c9e24}.chat-voice-options>button>div,.chat-command-options>button>div{display:grid;gap:3px}.chat-voice-options strong,.chat-command-options strong{font-size:11px}.chat-voice-options small,.chat-command-options small{color:#887f8e;font-size:8px}.chat-command-options code{color:#b99ac9;font-size:8px}@keyframes composer-tools-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.composer-tools-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 8px}.composer-tools-grid.h5-tools{grid-template-columns:repeat(2,72px);justify-content:start;gap:18px}.composer-tools-grid>button{min-width:0;border:0;padding:0;display:flex;flex-direction:column;align-items:center;gap:7px;color:#c9c1d0;background:transparent;cursor:pointer}.composer-tools-grid>button>span{width:65px;height:57px;border:1px solid rgba(190,146,223,.11);border-radius:17px;display:grid;place-items:center;color:#d7a9f1;background:linear-gradient(145deg,#784b9938,#241c2ceb),#211a29;box-shadow:inset 0 1px #ffffff0a;transition:transform .15s ease,border-color .15s ease,background .15s ease}.composer-tools-grid>button:active>span{border-color:#d19ef457;background:#3b2948;transform:scale(.94)}.composer-tools-grid strong{overflow:hidden;color:#c8c0ce;font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.ai-reply-panel{position:absolute;z-index:35;right:22px;bottom:calc(132px + var(--safe-bottom));left:22px;max-height:calc(100% - 228px);padding:11px;border:1px solid rgba(255,255,255,.09);border-radius:24px;overflow-y:auto;background:#1b1722fa;box-shadow:0 18px 54px #00000080;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);animation:ai-reply-in .18s ease-out}@keyframes ai-reply-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.ai-reply-heading{min-height:31px;padding:0 3px 8px 6px;display:flex;align-items:center;justify-content:space-between;color:#cfc5d8}.ai-reply-heading>span{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700}.ai-reply-heading>button{width:29px;height:29px;border:0;border-radius:50%;display:grid;place-items:center;color:#a69eab;background:transparent;cursor:pointer}.ai-reply-list{display:grid;gap:8px}.ai-reply-option{min-height:58px;border:1px solid rgba(255,255,255,.07);border-radius:16px;display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:stretch;overflow:hidden;background:#34303b}.ai-reply-send{border:0;padding:11px 8px 11px 13px;color:#f0eaf3;background:transparent;text-align:left;font-size:12px;line-height:1.45;cursor:pointer}.ai-reply-edit{border:0;border-left:1px solid rgba(255,255,255,.06);display:grid;place-items:center;color:#f0eaf3;background:transparent;cursor:pointer}.ai-reply-send:hover,.ai-reply-edit:hover{background:#ffffff0b}.scene-viewer{position:absolute;z-index:60;top:0;right:0;bottom:0;left:0;padding:calc(58px + env(safe-area-inset-top)) 16px calc(24px + var(--safe-bottom));display:flex;align-items:center;justify-content:center;background:#050407eb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:scene-viewer-in .18s ease-out}@keyframes scene-viewer-in{0%{opacity:0}}.scene-viewer-close{position:absolute;z-index:2;top:calc(14px + env(safe-area-inset-top));right:15px;width:40px;height:40px;border:1px solid rgba(255,255,255,.11);border-radius:50%;display:grid;place-items:center;color:#fff;background:#1e1924e0;cursor:pointer}.scene-viewer-content{width:100%;max-height:100%;border:1px solid rgba(255,255,255,.09);border-radius:26px;overflow:hidden;background:#17131c;box-shadow:0 28px 72px #0000008a}.scene-viewer-content>img,.scene-viewer-content>video{width:100%;max-height:58dvh;display:block;object-fit:cover;object-position:center 25%}.scene-viewer-content>video{aspect-ratio:16 / 10;background:#050406;object-position:center}.scene-viewer-caption{padding:15px 17px 12px;display:flex;flex-direction:column;gap:5px}.scene-viewer-caption>span{display:flex;align-items:center;gap:5px;color:#c89be6;font-size:9px;font-weight:800}.scene-viewer-caption strong{color:#f3edf7;font-size:14px;line-height:1.5}.scene-viewer-caption small{color:#817987;font-size:9px}.scene-viewer-actions{padding:0 14px 14px;display:grid;grid-template-columns:1fr 1.18fr;gap:8px}.scene-viewer-actions button{min-height:43px;border:1px solid rgba(255,255,255,.08);border-radius:999px;display:flex;align-items:center;justify-content:center;gap:6px;color:#e5dce9;background:#24202a;font-size:11px;font-weight:700;cursor:pointer}.scene-viewer-actions button:last-child{background:linear-gradient(120deg,#573d69,#78528d)}.history-media-actions{grid-template-columns:1fr 1fr}.chat-settings-overlay{position:absolute;z-index:110;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;background:#04030794;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:chat-settings-fade-in .18s ease-out}.chat-settings-drawer{width:min(88%,360px);height:100%;border-left:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;color:#f3edf7;background:radial-gradient(circle at 90% 0,rgba(121,76,153,.2),transparent 31%),#100d14;box-shadow:-20px 0 48px #00000073;animation:chat-settings-slide-in .24s cubic-bezier(.2,.82,.24,1)}@keyframes chat-settings-fade-in{0%{opacity:0}}@keyframes chat-settings-slide-in{0%{transform:translate(100%)}}.chat-settings-header{min-height:calc(70px + env(safe-area-inset-top));padding:max(12px,env(safe-area-inset-top)) 12px 10px;border-bottom:1px solid rgba(255,255,255,.07);display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:8px;background:#100d14e6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.chat-settings-header>button{width:42px;height:42px;border:1px solid rgba(255,255,255,.08);border-radius:50%;display:grid;place-items:center;color:#d7cedd;background:#ffffff09;cursor:pointer}.chat-settings-header>div{min-width:0;display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center}.chat-settings-header strong{font-size:17px}.chat-settings-header small{color:#a098a5;font-size:12px}.chat-settings-content,.chat-model-picker{flex:1;min-height:0;padding:16px 14px calc(28px + var(--safe-bottom));overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}.chat-settings-section{margin-bottom:20px;border:1px solid rgba(255,255,255,.07);border-radius:22px;padding:15px;background:#1d1823d6}.chat-theater-settings-entry{width:100%;min-height:68px;margin-bottom:12px;border:1px solid rgba(203,154,230,.16);border-radius:20px;padding:10px 12px;display:grid;grid-template-columns:42px minmax(0,1fr) 24px;align-items:center;gap:10px;color:#e9e0ed;background:linear-gradient(120deg,#452d5294,#1c1721e6);text-align:left;cursor:pointer}.chat-theater-settings-entry>span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:#d8afea;background:#c794e51f}.chat-theater-settings-entry>div{display:grid;gap:4px}.chat-theater-settings-entry strong{font-size:15px}.chat-theater-settings-entry small{color:#9d93a1;font-size:12px}.chat-theater-settings-entry>svg{color:#9f94a5}.chat-archive-page{position:absolute;z-index:174;top:0;right:0;bottom:0;left:0;display:grid;grid-template-rows:auto minmax(0,1fr);color:#f2ebf5;background:radial-gradient(circle at 76% 2%,rgba(124,77,149,.18),transparent 29%),#0d0b12;animation:word-page-in .22s cubic-bezier(.22,.72,.24,1)}.chat-archive-header{min-height:calc(66px + env(safe-area-inset-top));padding:max(12px,env(safe-area-inset-top)) 14px 10px;border-bottom:1px solid rgba(255,255,255,.07);display:grid;grid-template-columns:40px 1fr 40px;align-items:center;background:#0e0b12e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.chat-archive-header>button{width:38px;height:38px;border:1px solid rgba(255,255,255,.08);border-radius:50%;display:grid;place-items:center;color:#eee5f2;background:#ffffff0a}.chat-archive-header>div{min-width:0;display:grid;justify-items:center;gap:2px}.chat-archive-header strong{font-size:15px}.chat-archive-header small{color:#8e8493;font-size:10px}.chat-archive-scroll{min-height:0;padding:14px 14px calc(24px + env(safe-area-inset-bottom));overflow-y:auto;scrollbar-width:none}.chat-archive-scroll::-webkit-scrollbar{display:none}.chat-archive-record{width:100%;min-height:88px;margin-bottom:9px;border:1px solid rgba(255,255,255,.07);border-radius:17px;padding:11px;display:grid;grid-template-columns:40px minmax(0,1fr) 20px;align-items:center;gap:10px;color:#eee8f1;background:#ffffff09;text-align:left}.chat-archive-record:hover,.chat-archive-record:focus-visible{outline:none;border-color:#cd9fe447;background:#69447d2b}.chat-archive-record>span{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;color:#d9b6e6;background:#c28eda1f}.chat-archive-record strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.chat-archive-record small{color:#968b9a;font-size:9px}.chat-archive-record p{margin:3px 0 0;overflow:hidden;color:#b9aebd;font-size:10px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.chat-archive-record>svg{color:#978a9d}.chat-archive-empty{min-height:360px;display:grid;place-content:center;justify-items:center;gap:9px;padding:28px;color:#9b8fa0;text-align:center}.chat-archive-empty svg{color:#b78fca}.chat-archive-empty strong{color:#e8e0ec;font-size:15px}.chat-archive-empty p{max-width:250px;margin:0;font-size:11px;line-height:1.65}.chat-theater-page{position:absolute;z-index:135;top:0;right:0;bottom:0;left:0;overflow:hidden;color:#f5f1f7;background:#09080c;animation:chat-theater-in .22s ease-out}@keyframes chat-theater-in{0%{opacity:0;transform:translateY(12px)}}.chat-theater-backdrop,.chat-theater-backdrop img,.chat-theater-backdrop i{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.chat-theater-backdrop img{object-fit:cover;object-position:center 18%;filter:saturate(.8)}.chat-theater-backdrop i{background:linear-gradient(180deg,#08060a8f,#08060ad1 35%,#08060af5);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.chat-theater-header{position:absolute;z-index:3;inset:0 0 auto;min-height:calc(70px + env(safe-area-inset-top));padding:max(12px,env(safe-area-inset-top)) 14px 10px;border-bottom:1px solid rgba(255,255,255,.08);display:grid;grid-template-columns:42px 1fr 42px;align-items:center;background:#09080cbd;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.chat-theater-header>button,.chat-theater-header>span{width:42px;height:42px;border:1px solid rgba(255,255,255,.1);border-radius:50%;display:grid;place-items:center;color:#efe8f3;background:#ffffff0a}.chat-theater-header>div{display:grid;gap:2px;text-align:center}.chat-theater-header strong{font-size:17px}.chat-theater-header small{color:#a397a8;font-size:11px}.chat-theater-header>span{margin-left:auto;color:#d7aae9}.chat-theater-scroll{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;padding:calc(86px + env(safe-area-inset-top)) 16px calc(32px + var(--safe-bottom));overflow-y:auto;scrollbar-width:none}.chat-theater-music{width:100%;min-height:58px;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:7px 14px;display:grid;grid-template-columns:38px 1fr 24px;align-items:center;gap:10px;color:#eef4f6;background:#181b2194;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);text-align:left}.chat-theater-music>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#ffffff17}.chat-theater-music div{display:grid;gap:3px}.chat-theater-music strong{font-size:14px}.chat-theater-music small{color:#9cabb2;font-size:11px}.chat-theater-music.playing{border-color:#bae6fd59;background:#233039ad}.chat-theater-hero{padding:36px 5px 26px;text-align:center}.chat-theater-hero>div{display:flex;justify-content:center;flex-wrap:wrap;gap:7px}.chat-theater-hero>div span{border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:5px 9px;color:#c8ecfb;background:#ffffff0f;font-size:11px}.chat-theater-hero>p{margin:22px 0 8px;color:#9cb1bb;font-size:10px;letter-spacing:.12em}.chat-theater-hero h2{margin:0;font-size:34px;line-height:1.14;letter-spacing:-.05em;text-shadow:0 8px 28px rgba(0,0,0,.75)}.chat-theater-hero>small{display:block;margin-top:12px;color:#bdb5c1;font-size:13px;line-height:1.65}.chat-theater-profile,.chat-theater-quote{border:1px solid rgba(255,255,255,.14);border-radius:21px;padding:14px;background:#181a1f8c;box-shadow:0 18px 38px #00000042;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.chat-theater-profile>header{display:flex;align-items:center;gap:11px}.chat-theater-profile>header img{width:50px;height:50px;border:1px solid rgba(255,255,255,.2);border-radius:15px;object-fit:cover}.chat-theater-profile>header div{display:grid;gap:4px}.chat-theater-profile>header small{color:#a5bbc6;font-size:10px;letter-spacing:.08em}.chat-theater-profile>header strong{font-size:14px}.chat-theater-profile-switch{margin-top:13px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.chat-theater-profile-switch button{min-height:104px;border:1px solid rgba(255,255,255,.08);border-radius:15px;padding:11px 8px;display:grid;align-content:center;gap:6px;color:#9ea8ad;background:#0000002e;text-align:center}.chat-theater-profile-switch button.active{border-color:#bae6fd57;color:#edf9ff;background:linear-gradient(180deg,#a5def824,#a5def808)}.chat-theater-profile-switch span{color:#a6c0cc;font-size:11px}.chat-theater-profile-switch b{font-size:14px}.chat-theater-profile-switch small{color:#89959a;font-size:11px;line-height:1.4}.chat-theater-quote{margin:12px 0 14px}.chat-theater-quote span{color:#9ab8c7;font-size:11px;font-weight:700}.chat-theater-quote p{margin:9px 0 0;color:#eef3f5;font-size:14px;line-height:1.75}.chat-theater-accept{width:100%;min-height:50px;border:1px solid rgba(255,255,255,.22);border-radius:999px;display:flex;align-items:center;justify-content:center;gap:7px;color:#fff;background:linear-gradient(135deg,#714f84e6,#44314fe6);font-size:14px;font-weight:800}.chat-theater-accept.accepted{border-color:#7dcd974d;color:#dff8e6;background:#3c795085}.chat-settings-section-title{margin-bottom:14px;display:flex;align-items:center;gap:10px;color:#c79ae1}.chat-settings-section-title>span{display:flex;flex-direction:column;gap:2px}.chat-settings-section-title strong{color:#eee7f2;font-size:15px}.chat-settings-section-title small{color:#9a919f;font-size:12px;line-height:1.4}.chat-display-choice{min-height:46px;margin-bottom:12px;border:1px solid rgba(255,255,255,.07);border-radius:15px;padding:4px;display:grid;grid-template-columns:repeat(2,1fr);gap:4px;background:#100d14}.chat-display-choice>button{min-height:38px;border:0;border-radius:11px;color:#887f91;background:transparent;font-size:14px;font-weight:700;cursor:pointer}.chat-display-choice>button.active{color:#f4eafb;background:#483454;box-shadow:0 5px 14px #00000038}.chat-setting-toggle{min-height:52px;display:grid;grid-template-columns:minmax(0,1fr) 46px;align-items:center;gap:10px;cursor:pointer}.chat-dynamic-setting{padding-block:10px}.chat-compat-setting{padding-block:4px 10px}.chat-compat-label{display:grid;gap:2px}.chat-compat-label small{color:#8d8492;font-size:11px}.chat-setting-toggle strong{color:#eee7f2;font-size:15px}.chat-setting-toggle input{position:absolute;opacity:0;pointer-events:none}.chat-setting-toggle>i{position:relative;width:46px;height:27px;border-radius:999px;background:#302a35;transition:background .18s ease}.chat-setting-toggle>i:after{position:absolute;top:4px;left:4px;width:19px;height:19px;border-radius:50%;background:#a49ca9;content:"";transition:transform .18s ease,background .18s ease}.chat-setting-toggle input:checked+i{background:#684b78}.chat-setting-toggle input:checked+i:after{background:#f4eafb;transform:translate(19px)}.chat-background-panel-layer{position:absolute;z-index:82;top:0;right:0;bottom:0;left:0;background:#04030747}.chat-background-panel{position:absolute;top:calc(68px + env(safe-area-inset-top));right:10px;width:min(310px,calc(100% - 20px));border:1px solid rgba(203,154,230,.18);border-radius:20px;padding:12px;color:#f1eaf4;background:#221e2af7;box-shadow:0 20px 48px #0000007a;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);animation:chat-background-panel-in .18s ease-out}@keyframes chat-background-panel-in{0%{opacity:0;transform:translateY(-6px) scale(.98)}}.chat-background-panel>header{display:flex;align-items:center;justify-content:space-between;gap:10px}.chat-background-panel>header>div{display:flex;align-items:center;gap:9px}.chat-background-panel>header>div>span{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;color:#ddb4ee;background:#ba7cd721}.chat-background-panel>header>div>div{display:grid;gap:2px}.chat-background-panel>header strong{font-size:12px}.chat-background-panel>header small{color:#8d8492;font-size:7px}.chat-background-panel>header>button{width:32px;height:32px;border:0;border-radius:50%;display:grid;place-items:center;color:#9f96a5;background:#ffffff0a}.chat-background-preview{position:relative;height:108px;margin-top:11px;border-radius:14px;overflow:hidden;background:#0d0b12}.chat-background-preview>img{position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;width:calc(100% + 10px);height:calc(100% + 10px);object-fit:cover}.chat-background-preview>i{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#08060c0f,#08060c9e)}.chat-background-preview>span{position:absolute;top:9px;left:9px;border-radius:999px;padding:4px 7px;display:flex;align-items:center;gap:4px;color:#e6ddeb;background:#0f0c148c;font-size:7px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.chat-background-preview>strong{position:absolute;right:10px;bottom:9px;color:#ffffffe6;font-size:10px;text-shadow:0 2px 8px rgba(0,0,0,.7)}.chat-bgm-toggle-row{margin-top:12px;padding:10px 12px;border:1px solid rgba(255,255,255,.08);border-radius:14px;display:flex;align-items:center;gap:10px;background:#ffffff0a}.chat-bgm-icon{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;color:#d9c4f0;background:linear-gradient(135deg,#8c5cbe80,#46305c66)}.chat-bgm-toggle-row>div{flex:1;display:grid;gap:1px}.chat-bgm-toggle-row strong{font-size:11px;color:#efe7f4}.chat-bgm-toggle-row small{font-size:7px;color:#8d8492}.chat-bgm-switch{width:40px;height:23px;flex:0 0 auto;border:0;border-radius:999px;padding:0;position:relative;cursor:pointer;background:#ffffff29;transition:background .2s ease}.chat-bgm-switch.on{background:linear-gradient(120deg,#8a5ba0,#b174ee)}.chat-bgm-switch i{position:absolute;top:2px;left:2px;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0000004d;transition:transform .2s ease}.chat-bgm-switch.on i{transform:translate(17px)}.chat-background-upload{display:grid;place-items:center;gap:4px;aspect-ratio:1;border:1px dashed rgba(255,255,255,.22);border-radius:12px;color:#b7abc4;cursor:pointer;background:#ffffff08}.chat-background-upload span{font-size:8px}.chat-background-upload input{display:none}.chat-background-library{margin-top:10px}.chat-background-library>div:first-child{margin-bottom:7px;display:flex;align-items:center;justify-content:space-between}.chat-background-library>div:first-child strong{color:#c8becd;font-size:9px}.chat-background-library>div:first-child small{color:#817788;font-size:7px}.chat-background-library>div:last-child{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.chat-background-library button{position:relative;height:72px;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:0;overflow:hidden;color:#e9e0ed;background:#17131d;cursor:pointer}.chat-background-library button.selected{border-color:#d29eeb85;box-shadow:0 0 0 2px #ae68cf1f}.chat-background-library button img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 24%}.chat-background-library button span{position:absolute;inset:auto 0 0;min-height:24px;padding:0 8px;display:flex;align-items:center;justify-content:space-between;gap:5px;background:linear-gradient(to top,#08060ce6,#08060c3d);font-size:8px;font-weight:700}.chat-background-library button span svg{color:#e0b8ef}.chat-background-controls{margin-top:10px;display:grid;gap:10px}.chat-background-controls label{display:grid;gap:6px}.chat-background-controls label>span{display:flex;align-items:center;justify-content:space-between}.chat-background-controls b{color:#c8becd;font-size:9px}.chat-background-controls em{color:#c79add;font-size:9px;font-style:normal}.chat-background-controls input{width:100%;height:3px;accent-color:#9d53d2}.chat-background-panel>footer{margin-top:10px;border-top:1px solid rgba(255,255,255,.06);padding-top:9px;display:flex;align-items:center;gap:5px;color:#817788;font-size:7px}.chat-background-panel>footer svg{color:#aa78c2}.chat-model-entries{display:flex;flex-direction:column;gap:8px}.chat-model-entries>button{min-height:62px;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:9px 10px;display:grid;grid-template-columns:38px minmax(0,1fr) 20px;align-items:center;gap:9px;color:#cfc5d5;background:#17131b;text-align:left;cursor:pointer}.chat-model-entry-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;color:#c99ce2;background:#30243a}.chat-model-entries>button>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:3px}.chat-model-entries strong{font-size:14px}.chat-model-entries small{overflow:hidden;color:#9a919f;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.chat-model-options{display:flex;flex-direction:column;gap:10px}.chat-model-options>button{position:relative;min-height:104px;border:1px solid rgba(255,255,255,.07);border-radius:19px;padding:14px 42px 13px 14px;color:#ded5e4;background:#1b171f;text-align:left;cursor:pointer}.chat-model-options>button.selected{border-color:#c794e561;background:linear-gradient(135deg,#563967ad,#211925)}.chat-model-options>button>span{display:flex;align-items:center;gap:7px}.chat-model-options strong{font-size:15px}.chat-model-options em{border-radius:999px;padding:3px 6px;color:#ddc1ed;background:#c794e521;font-size:10px;font-style:normal}.chat-model-options p{margin:7px 0 8px;color:#aaa0ae;font-size:13px;line-height:1.5}.chat-model-options small{color:#cda7e1;font-size:12px}.chat-model-options>button>svg{position:absolute;top:16px;right:15px;color:#e5c8f3}.chat-model-option-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.chat-model-price{min-height:28px;border:1px solid rgba(231,191,116,.18);border-radius:999px;padding:4px 8px;display:inline-flex;align-items:center;gap:3px;color:#efd398;background:#724f1f33;white-space:nowrap}.chat-model-price b{font-size:13px;line-height:1}.chat-model-price small{color:#cbb887;font-size:10px}.chat-share-page{position:absolute;z-index:120;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:16px;background:#040307a8;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);animation:chat-share-overlay-in .18s ease-out}.chat-share-dialog{width:100%;max-height:min(78dvh,650px);border:1px solid rgba(255,255,255,.1);border-radius:27px;display:flex;flex-direction:column;overflow:hidden;color:#f3edf7;background:radial-gradient(circle at 82% -4%,rgba(112,67,145,.24),transparent 29%),#0b0910;box-shadow:0 28px 70px #0000008f;animation:chat-share-dialog-in .24s cubic-bezier(.2,.82,.24,1)}@keyframes chat-share-overlay-in{0%{opacity:0}}@keyframes chat-share-dialog-in{0%{opacity:0;transform:translateY(16px) scale(.97)}}.chat-share-header{flex:0 0 auto;min-height:64px;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.07);display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:center;gap:8px;background:#0b0910eb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.chat-share-header>button{width:42px;height:42px;border:1px solid rgba(255,255,255,.08);border-radius:50%;display:grid;place-items:center;color:#ddd4e2;background:#ffffff09;cursor:pointer}.chat-share-header>div{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:2px}.chat-share-header strong{font-size:15px}.chat-share-header small{color:#8d8493;font-size:9px}.chat-share-scroll{flex:1;min-height:0;padding:12px 12px 14px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}.chat-share-preview{position:relative;min-height:172px;border:1px solid rgba(255,255,255,.08);border-radius:17px;overflow:hidden;background:#151119;box-shadow:0 16px 34px #0000004d}.chat-share-preview>img,.chat-share-preview>video{width:100%;height:100%;display:block;object-fit:cover}.chat-share-preview>span{position:absolute;top:11px;left:11px;min-height:28px;border:1px solid rgba(255,255,255,.13);border-radius:999px;padding:0 9px;display:flex;align-items:center;gap:5px;background:#0c090fad;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:9px;font-weight:700}.chat-share-compact-main,.chat-share-music{margin-bottom:12px;border:1px solid rgba(255,255,255,.07);border-radius:19px;padding:11px;background:#1a161fe6}.chat-share-compact-main{display:grid;grid-template-columns:108px minmax(0,1fr);align-items:stretch;gap:11px}.chat-share-inline-heading{margin-bottom:8px;display:flex;align-items:center;gap:8px;color:#bd8fd7}.chat-share-inline-heading>div{display:flex;flex-direction:column;gap:1px}.chat-share-inline-heading strong{color:#e9e1ed;font-size:11px}.chat-share-inline-heading small{color:#807786;font-size:8px}.chat-share-form{min-width:0;display:flex;flex-direction:column;gap:8px}.chat-share-form>label{display:flex;flex-direction:column;gap:5px;color:#cfc5d5;font-size:9px;font-weight:700}.chat-share-form input,.chat-share-form textarea{width:100%;border:1px solid rgba(255,255,255,.08);border-radius:11px;outline:0;padding:9px;color:#f2ebf6;background:#100d14;font:inherit;font-size:10px;line-height:1.45;resize:none}.chat-share-form input{height:38px}.chat-share-form textarea{min-height:70px}.chat-share-form input:focus,.chat-share-form textarea:focus{border-color:#be8bdc7a;box-shadow:0 0 0 3px #ac71cf17}.chat-share-form label>small{align-self:flex-end;color:#766e7c;font-size:8px;font-weight:500}.chat-share-music .creator-audio-field{margin:0;border:0;border-radius:0;padding:0;background:transparent;box-shadow:none}.chat-share-music .creator-audio-heading{display:none}.chat-share-music .selected-music-card{min-height:62px;border-radius:14px;padding:7px;gap:8px}.chat-share-music .music-artwork.large{width:48px;height:48px;border-radius:13px}.chat-share-music .selected-music-copy{gap:2px}.chat-share-music .selected-music-copy b{font-size:11px}.chat-share-music .selected-music-copy small{font-size:8px}.chat-share-music .selected-music-copy p{display:none}.chat-share-music .music-summary-actions{margin-top:7px;gap:6px}.chat-share-music .music-summary-actions button{min-height:35px;border-radius:11px;font-size:9px}.chat-share-music .music-summary-tip{display:none}.chat-share-footer{position:relative;z-index:4;flex:0 0 auto;min-height:64px;padding:9px 12px;border-top:1px solid rgba(255,255,255,.07);display:flex;align-items:flex-start;background:#0b0910f0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.chat-share-footer>button{width:100%;min-height:46px;border:0;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;background:linear-gradient(120deg,#5f4172,#8a5aa2);font-size:11px;font-weight:800;cursor:pointer;box-shadow:0 10px 24px #58316c57}@media(prefers-reduced-motion:reduce){.background-motion-on .chat-character-backdrop>img{animation:none}.chat-settings-overlay,.chat-settings-drawer,.chat-share-page,.chat-share-dialog{animation:none}}@media(max-height:720px){.chat-scroll{padding-bottom:130px}.chat-scroll.composer-menu-open{padding-bottom:344px}.story-stream{padding-top:14px}.chat-message,.narration-card{margin-bottom:19px}.scene-image-preview,.scene-video-preview{height:210px}.ai-reply-panel{right:14px;bottom:calc(124px + var(--safe-bottom));left:14px}}@media(min-width:520px){.chat-page{height:100%;min-height:0}}.work-detail-page{position:absolute;z-index:200;top:0;right:0;bottom:0;left:0;overflow:hidden;color:#f3edf7;background:#12121b}.work-detail-header{position:absolute;z-index:4;inset:0 0 auto;min-height:calc(66px + env(safe-area-inset-top));padding:max(10px,env(safe-area-inset-top)) 12px 8px;border-bottom:1px solid rgba(255,255,255,.06);display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;background:#12121bed;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.work-detail-header>button{width:42px;height:42px;border:0;border-radius:50%;display:grid;place-items:center;color:#eee9f2;background:#ffffff09;font-size:18px;letter-spacing:.08em}.work-detail-header>div{min-width:0;display:grid;gap:2px;text-align:center}.work-detail-header strong{overflow:hidden;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.work-detail-header small{color:#86808e;font-size:9px;letter-spacing:.08em}.work-detail-scroll{position:absolute;top:0;right:0;bottom:0;left:0;padding:calc(78px + env(safe-area-inset-top)) 10px calc(96px + var(--safe-bottom));overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}.work-detail-scroll::-webkit-scrollbar{display:none}.work-detail-creator{padding:8px 2px 11px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.work-detail-creator-profile{min-width:0;border:0;padding:0;display:grid;grid-template-columns:50px minmax(0,1fr);align-items:center;gap:9px;color:inherit;background:transparent;text-align:left}.work-detail-creator-profile img{width:50px;height:50px;border:1px solid rgba(255,255,255,.16);border-radius:50%;object-fit:cover;box-shadow:0 6px 20px #00000047}.work-detail-creator-profile span{min-width:0;display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:6px}.work-detail-creator-profile small{grid-column:1/-1;color:#8e8796;font-size:8px;letter-spacing:.08em}.work-detail-creator-profile strong{font-size:13px}.work-detail-creator-profile em{color:#d1c9d7;font-size:9px;font-style:normal}.work-detail-creator-profile p{grid-column:1/-1;margin:3px 0 0;overflow:hidden;color:#9b94a2;font-size:9px;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.work-detail-creator-profile>svg{display:none}.work-detail-creator>button:last-child{min-width:60px;min-height:35px;border:0;border-radius:999px;color:#fff;background:#7563d8;font-size:11px;font-weight:800}.work-detail-creator>button:last-child.followed{color:#aaa3b1;background:#ffffff14}.work-detail-creator-note{margin-top:6px;border:1px solid rgba(196,145,216,.2);border-radius:14px;padding:12px;background:linear-gradient(145deg,#3e2b489e,#201d29f0)}.work-detail-creator-note>header{display:flex;align-items:center;gap:8px}.work-detail-creator-note>header>span{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;color:#dcaceb;background:#c485dd21}.work-detail-creator-note>header>div{display:grid;gap:1px}.work-detail-creator-note small{color:#a37cac;font-size:7px;letter-spacing:.08em}.work-detail-creator-note h2{margin:0;font-size:12px}.work-detail-creator-note>p{margin:10px 0 0;color:#c2b8c8;font-size:10px;line-height:1.65}.work-detail-creator-note>footer{margin-top:9px;display:flex;align-items:center;gap:6px;color:#8f8595;font-size:8px}.work-detail-creator-note>footer img{width:19px;height:19px;border-radius:50%;object-fit:cover}.work-detail-content-tabs{position:sticky;z-index:5;top:calc(68px + env(safe-area-inset-top));min-height:60px;margin:12px -10px 0;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(170,124,194,.14);padding:0 10px;display:grid;align-items:end;background:#191420f5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.work-detail-content-tabs.two-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.work-detail-content-tabs>button{position:relative;min-height:52px;border:0;border-radius:25px 25px 0 0;display:flex;align-items:center;justify-content:center;gap:4px;color:#8f8298;background:transparent;font-size:11px;font-weight:750}.work-detail-content-tabs>button span{color:#75687d;font-size:8px}.work-detail-content-tabs>button.active{color:#f4edf7;background:linear-gradient(to top,rgba(105,71,126,.54),rgba(82,57,97,.24) 70%,transparent)}.work-detail-content-tabs>button.active span{color:#d0b7da}.work-detail-content-tabs>button.active:after{position:absolute;right:28%;bottom:5px;left:28%;height:3px;border-radius:99px;background:linear-gradient(90deg,#884ee0,#bd71e2,#884ee0);box-shadow:0 0 9px #a75bdc80;content:""}.work-detail-content-tabs~.work-detail-section,.work-detail-content-tabs~.work-detail-theater,.work-detail-content-tabs~.work-detail-comments{animation:work-detail-tab-in .18s ease-out}@keyframes work-detail-tab-in{0%{opacity:0;transform:translateY(5px)}}.work-detail-section{margin-top:10px;border:1px solid rgba(155,128,195,.2);border-radius:13px;padding:14px;background:#22202c}.work-detail-section header{display:flex;align-items:center;gap:7px;color:#bc98cf}.work-detail-section h2{margin:0;color:#eee9f1;font-size:13px}.work-detail-section p{margin:9px 0 0;color:#aea7b3;font-size:11px;line-height:1.72}.work-detail-chapter-overview{margin-top:10px;border:1px solid rgba(154,104,222,.25);border-radius:14px;padding:12px;background:linear-gradient(145deg,#422a5680,#1f1d28f5)}.work-detail-chapter-overview>header{display:flex;align-items:end;justify-content:space-between;gap:12px}.work-detail-chapter-overview>header>div{display:grid;gap:2px}.work-detail-chapter-overview header small{color:#a36fe4;font-size:7px;font-weight:800;letter-spacing:.12em}.work-detail-chapter-overview h2{margin:0;font-size:14px}.work-detail-chapter-overview header>span{color:#9a8da3;font-size:8px}.work-detail-chapter-overview nav{margin-top:10px;display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}.work-detail-chapter-overview nav::-webkit-scrollbar{display:none}.work-detail-chapter-overview button,.work-detail-chapter-overview>p{flex:0 0 auto;min-height:34px;margin:9px 0 0;border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:0 11px 0 7px;display:flex;align-items:center;gap:7px;color:#aaa1af;background:#ffffff09;font-size:9px}.work-detail-chapter-overview nav button{margin-top:0}.work-detail-chapter-overview button>span,.work-detail-chapter-overview>p>span{width:23px;height:23px;border-radius:7px;display:grid;place-items:center;color:#ac82d2;background:#965bcd21;font-size:7px}.work-detail-chapter-overview button.active{border-color:#b876f18c;color:#fff;background:#854cc342}.work-detail-chapter-overview button.active>span{color:#fff;background:#8d55d9}.work-detail-chapter-opening header>div{display:grid;gap:2px}.work-detail-chapter-opening header small{color:#947ca2;font-size:7px}.work-detail-chapter-opening>p{font-family:Georgia,Songti SC,serif;color:#d7cddc;font-size:12px;line-height:1.85}.work-detail-identity{background:linear-gradient(145deg,#292436,#201e2a)}.work-detail-theater{margin-top:10px;overflow:hidden;border:1px solid rgba(159,132,199,.28);border-radius:14px;background:#22202d}.work-detail-theater>header{height:42px;padding:0 12px;display:flex;align-items:center;justify-content:space-between}.work-detail-theater>header>div{display:flex;align-items:center;gap:6px}.work-detail-theater>header>div>span{min-width:0;display:grid;gap:1px}.work-detail-theater>header>div>span>small{color:#a78ab7;font-size:7px;letter-spacing:.08em}.work-detail-theater>header h2{margin:0;font-size:12px}.work-detail-theater>header small{color:#9d91a5;font-size:8px}.work-detail-theater-scroll{height:350px;padding:0 8px 8px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(177,140,197,.52) rgba(255,255,255,.04)}.work-detail-theater-scroll::-webkit-scrollbar{width:3px}.work-detail-theater-scroll::-webkit-scrollbar-thumb{border-radius:99px;background:#b18cc585}.work-detail-theater-slide{position:relative;width:100%;min-height:310px;margin-bottom:7px;border:1px solid rgba(255,255,255,.1);border-radius:11px;overflow:hidden;background:#171620}.work-detail-theater-cover>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:brightness(.42);transform:scale(1.02)}.work-detail-theater-cover>i{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0f0f1714,#12111a59 50%,#0f0e16db)}.work-detail-theater-cover>div{position:relative;z-index:1;height:100%;padding:44px 18px 24px;display:flex;flex-direction:column;align-items:center;text-align:center}.work-detail-theater-cover>div>span{color:#eae2f194;font-size:7px;letter-spacing:.22em}.work-detail-theater-cover h2{max-width:250px;margin:16px 0 4px;font-family:Georgia,Songti SC,serif;color:#f3edf4;font-size:23px;font-weight:400;letter-spacing:.13em;text-shadow:0 2px 14px rgba(0,0,0,.8)}.work-detail-theater-cover p{margin:auto 0 14px;color:#ded6e2;font-family:Georgia,Songti SC,serif;font-size:12px}.work-detail-theater-cover button{position:relative;width:58px;height:58px;border:0;border-radius:50%;background:#1f243466}.work-detail-theater-cover button i{position:absolute;top:4px;right:4px;bottom:4px;left:4px;border:1px dashed rgba(205,220,255,.72);border-radius:50%;animation:work-detail-orbit 10s linear infinite}.work-detail-theater-cover button i:nth-child(2){top:10px;right:10px;bottom:10px;left:10px;border-style:solid;border-color:#accaff9e;animation-direction:reverse}.work-detail-theater-cover button i:nth-child(3){top:17px;right:17px;bottom:17px;left:17px;border-style:dotted;border-color:#82b4ffd9}.work-detail-theater-cover button span{position:absolute;top:22px;right:22px;bottom:22px;left:22px;border:1px solid #73adff;border-radius:50%;background:#5088d038;box-shadow:0 0 20px #5f9eff73}@keyframes work-detail-orbit{to{transform:rotate(360deg)}}.work-detail-theater-profile{min-height:320px;padding:13px 17px;display:flex;flex-direction:column;align-items:center;background:radial-gradient(circle at 50% 5%,rgba(109,82,132,.32),transparent 34%),#181720}.work-detail-theater-profile>img{width:122px;height:146px;border:1px solid rgba(224,216,230,.72);object-fit:cover;box-shadow:0 10px 22px #0006}.work-detail-theater-tags{margin-top:8px;display:flex;flex-wrap:wrap;justify-content:center;gap:4px}.work-detail-theater-tags span{border:1px solid rgba(230,225,236,.38);padding:2px 6px;color:#ddd6e1;font-size:7px}.work-detail-theater-profile nav{width:100%;margin-top:9px;padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.13);display:flex;justify-content:space-around;color:#e0d9e44d;font-family:Georgia,Songti SC,serif;font-size:8px}.work-detail-theater-profile nav strong{color:#f1eaf3;font-size:11px;font-weight:500}.work-detail-theater-profile dl{width:100%;margin:8px 0 0;display:grid;gap:4px;color:#d7d0dc;font-family:Georgia,Songti SC,serif;font-size:8px;line-height:1.35}.work-detail-theater-profile dl div{display:grid;grid-template-columns:31px minmax(0,1fr)}.work-detail-theater-profile dt{color:#aaa1ae}.work-detail-theater-profile dd{margin:0}.work-detail-theater-choice{min-height:300px;padding:28px 18px 20px;display:flex;flex-direction:column;background:radial-gradient(circle at 80% 10%,rgba(116,86,146,.3),transparent 36%),linear-gradient(155deg,#262232,#16151e)}.work-detail-theater-choice:before{content:"";position:absolute;width:210px;height:210px;top:-105px;right:-85px;border:1px solid rgba(196,173,219,.11);border-radius:50%;box-shadow:0 0 0 30px #c4addb08,0 0 0 60px #c4addb06}.work-detail-theater-choice>span{color:#9e86ac;font-size:7px;letter-spacing:.17em}.work-detail-theater-choice h3{margin:20px 0 12px;font-family:Georgia,Songti SC,serif;font-size:19px;font-weight:400;letter-spacing:.12em}.work-detail-theater-choice>div{border:1px solid rgba(255,255,255,.1);padding:12px;background:#0c0b1152}.work-detail-theater-choice p{margin:0;color:#bbb3bf;font-family:Georgia,Songti SC,serif;font-size:9px;line-height:1.7}.work-detail-theater-choice p+p{margin-top:9px}.work-detail-theater-choice>button{width:100%;min-height:39px;margin-top:auto;border:1px solid rgba(201,178,221,.42);color:#eee5f3;background:#694b7e3d;font-size:10px}.work-detail-theater-scroll-cue{min-height:28px;border-top:1px solid rgba(255,255,255,.05);display:grid;place-items:center;color:#84778b;background:#13121bc7;font-size:8px}.work-detail-comments{margin-top:10px}.work-detail-comments>header{min-height:43px;padding:0 4px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.work-detail-comments>header div{display:grid;gap:2px}.work-detail-comments>header span{color:#9979aa;font-size:7px;font-weight:800;letter-spacing:.13em}.work-detail-comments>header small{color:#746a7b;font-size:7px}.work-detail-comments h2{margin:0;font-size:14px}.work-detail-comment-composer{min-height:58px;margin-top:8px;border:1px solid rgba(155,128,195,.18);border-radius:14px;padding:8px;display:grid;grid-template-columns:34px minmax(0,1fr) 34px auto;align-items:center;gap:7px;background:#24212d}.work-detail-comment-composer>img{width:34px;height:34px;border-radius:50%;object-fit:cover}.work-detail-comment-composer>div{min-width:0;display:grid;gap:4px}.work-detail-comment-composer>div>span{display:flex;align-items:center;gap:5px;color:#b899c8;font-size:8px}.work-detail-comment-composer>div>span button{width:20px;height:20px;border:0;color:#8f8494;background:transparent;font-size:13px}.work-detail-comment-composer input{width:100%;height:34px;border:0;border-radius:10px;padding:0 10px;outline:0;color:#eee8f1;background:#ffffff0e;font:inherit;font-size:10px}.work-detail-comment-composer input:focus{box-shadow:0 0 0 1px #b483cf73}.work-detail-comment-composer>button{min-width:48px;min-height:34px;border:0;border-radius:10px;color:#fff;background:#7255a0;font-size:9px;font-weight:750}.work-detail-comment-composer>button:disabled{color:#77707b;background:#ffffff0e}.work-detail-comment-image-button{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#aa9db0;background:#ffffff0d;cursor:pointer}.work-detail-comment-image-button input,.work-detail-inline-reply label input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.work-detail-comment-image-preview,.work-detail-inline-image-preview{position:relative;width:62px;height:62px;margin:2px 0 4px;display:block}.work-detail-comment-image-preview img,.work-detail-inline-image-preview img{width:100%;height:100%;border-radius:9px;object-fit:cover}.work-detail-comment-image-preview button,.work-detail-inline-image-preview button{position:absolute;top:-5px;right:-5px;width:18px;height:18px;border:1px solid rgba(255,255,255,.15);border-radius:50%;display:grid;place-items:center;color:#fff;background:#342c3b;font-size:11px}.work-detail-review-list{margin-top:4px;display:grid;gap:0}.work-detail-review-list>article{border:0;border-bottom:1px solid rgba(255,255,255,.07);border-radius:0;padding:13px 4px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:start;gap:9px;background:transparent;cursor:text}.work-detail-review-list>article>img:first-child{width:32px;height:32px;border-radius:50%;object-fit:cover}.work-detail-review-list article>div{min-width:0}.work-detail-review-list strong{color:#ddd6e1;font-size:10px}.work-detail-review-list p{margin:5px 0 7px;color:#c0b8c5;font-size:10px;line-height:1.58}.work-detail-review-list small{color:#756e7a;font-size:8px}.work-detail-review-media{width:min(100%,190px);max-height:128px;margin:1px 0 8px;border-radius:10px;display:block;object-fit:cover}.work-detail-review-list article>button{min-width:40px;min-height:34px;border:0;display:flex;align-items:center;justify-content:flex-end;gap:3px;color:#807987;background:transparent;font-size:8px}.work-detail-review-list article>button.active{color:#ef7f9e}.work-detail-review-list article>div>footer{margin-top:7px;display:flex;align-items:center;gap:9px}.work-detail-review-list article>div>footer button{min-height:28px;border:0;display:flex;align-items:center;gap:3px;color:#a49aa9;background:transparent;font-size:8px;font-weight:700}.work-detail-inline-reply{margin-top:7px;border:1px solid rgba(172,137,194,.16);border-radius:10px;padding:8px;display:grid;gap:6px;background:#0f0e155c}.work-detail-inline-reply>span{color:#ae92bd;font-size:8px}.work-detail-inline-reply>div{display:grid;grid-template-columns:minmax(0,1fr) 33px auto auto;align-items:center;gap:5px}.work-detail-inline-reply input{width:100%;height:33px;border:0;border-radius:9px;padding:0 9px;outline:0;color:#eee8f1;background:#ffffff0f;font:inherit;font-size:9px}.work-detail-inline-reply input:focus{box-shadow:0 0 0 1px #b483cf6b}.work-detail-inline-reply button{min-height:33px;border:0;border-radius:8px;padding:0 8px;color:#a79dab;background:#ffffff0e;font-size:8px}.work-detail-inline-reply button[type=submit]{color:#fff;background:#7255a0}.work-detail-inline-reply button[type=submit]:disabled{color:#77707b;background:#ffffff0e}.work-detail-inline-reply label{width:33px;height:33px;border-radius:8px;display:grid;place-items:center;color:#a89aae;background:#ffffff0e;cursor:pointer}.work-detail-comment-replies{margin:7px 0 2px;border-left:2px solid rgba(167,122,191,.22);border-radius:0;padding:2px 0 2px 9px;display:grid;gap:5px;background:transparent}.work-detail-comment-replies p{margin:0;color:#aaa1af;font-size:8px;line-height:1.5}.work-detail-comment-replies p strong{margin-right:5px;color:#cbb9d3;font-size:8px}.work-detail-comment-replies>div{display:grid;gap:4px}.work-detail-comment-replies>div>img{width:82px;height:82px;border-radius:9px;object-fit:cover}.work-detail-comment-end{margin:18px 0 5px;color:#716a76;font-size:8px;text-align:center}.work-detail-comments-closed{border:1px solid rgba(155,128,195,.14);border-radius:14px;padding:12px;background:#211f2a}.work-detail-comments-closed>header{min-height:32px;padding:0}.work-detail-comments-closed>div:last-child{min-height:130px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#77707d;text-align:center}.work-detail-comments-closed>div:last-child strong{margin-top:9px;color:#c0b7c4;font-size:11px}.work-detail-comments-closed>div:last-child p{margin:4px 0 0;font-size:9px}.work-detail-tab-comments .work-detail-scroll{padding-bottom:calc(176px + var(--safe-bottom))}.work-detail-comment-composer-fixed{position:absolute;z-index:8;right:10px;bottom:calc(78px + var(--safe-bottom));left:10px;margin:0;border-color:#bd8bd547;background:#2b2234f7;box-shadow:0 -10px 28px #0d0a127a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.work-detail-tab-comments .work-detail-review-list>article{min-height:92px;padding:16px 4px;grid-template-columns:40px minmax(0,1fr) auto;gap:11px}.work-detail-tab-comments .work-detail-review-list>article>img:first-child{width:40px;height:40px}.work-detail-tab-comments .work-detail-review-list strong{font-size:11px}.work-detail-tab-comments .work-detail-review-list p{margin-top:7px;font-size:11px;line-height:1.6}.work-detail-tab-comments .work-detail-review-list small{color:#8b7399;font-size:8px}.work-detail-footer{position:absolute;z-index:6;right:0;bottom:0;left:0;padding:20px 10px calc(9px + var(--safe-bottom));display:grid;grid-template-columns:auto minmax(135px,1fr);align-items:center;gap:8px;background:linear-gradient(to bottom,transparent,rgba(18,18,27,.97) 30%)}.work-detail-social-actions{display:grid;grid-template-columns:repeat(3,43px);gap:1px}.work-detail-social-actions button{min-width:43px;height:50px;border:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#aaa2af;background:transparent}.work-detail-social-actions button small{max-width:42px;overflow:hidden;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.work-detail-social-actions button.active{color:#ef88a7}.work-detail-start{width:100%;min-height:50px;border:0;border-radius:11px;display:flex;align-items:center;justify-content:center;gap:7px;color:#fff;background:linear-gradient(120deg,#7060dc,#806ae0);box-shadow:0 12px 30px #382b786b;font-size:13px;font-weight:800}.audio-book-detail-page{position:absolute;z-index:220;top:0;right:0;bottom:0;left:0;overflow:hidden;color:#f4eef7;background:#100f17}.audio-book-detail-header{position:absolute;z-index:5;inset:0 0 auto;min-height:calc(66px + env(safe-area-inset-top));padding:max(10px,env(safe-area-inset-top)) 12px 8px;border-bottom:1px solid rgba(255,255,255,.055);display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;background:#100f17d1;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.audio-book-detail-header>button{width:42px;height:42px;border:0;border-radius:50%;display:grid;place-items:center;color:#eee8f2;background:#ffffff0b}.audio-book-detail-header>div{min-width:0;display:grid;gap:2px;text-align:center}.audio-book-detail-header strong{font-size:14px}.audio-book-detail-header small{color:#887f8e;font-size:8px;letter-spacing:.12em}.audio-book-detail-scroll{position:absolute;top:0;right:0;bottom:0;left:0;padding:calc(66px + env(safe-area-inset-top)) 0 calc(86px + var(--safe-bottom));overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}.audio-book-detail-scroll::-webkit-scrollbar{display:none}.audio-book-hero{position:relative;min-height:256px;overflow:hidden}.audio-book-hero-backdrop{position:absolute;top:-30px;right:-30px;bottom:-30px;left:-30px;width:calc(100% + 60px);height:calc(100% + 60px);object-fit:cover;filter:blur(26px) brightness(.32) saturate(.9);transform:scale(1.08)}.audio-book-hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0c0a1214,#100f17 94%)}.audio-book-hero-content{position:relative;z-index:1;padding:24px 18px 18px;display:grid;grid-template-columns:124px minmax(0,1fr);align-items:center;gap:17px}.audio-book-detail-cover{position:relative;height:176px;border-radius:9px 15px 15px 9px;overflow:hidden;box-shadow:13px 18px 34px #0000006b,inset 4px 0 #ffffff14}.audio-book-detail-cover:after{content:"";position:absolute;inset:0 auto 0 8px;width:1px;background:#ffffff38}.audio-book-detail-cover>img{width:100%;height:100%;object-fit:cover}.audio-book-detail-cover>span{position:absolute;right:7px;bottom:7px;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:4px 7px;display:flex;align-items:center;gap:3px;color:#fff;background:#0e0b14ad;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:7px}.audio-book-detail-meta{min-width:0}.audio-book-detail-meta>small{color:#c298dc;font-size:8px;font-weight:750}.audio-book-detail-meta h1{margin:8px 0 5px;font-family:Georgia,Songti SC,serif;font-size:22px;line-height:1.2}.audio-book-detail-meta>p{margin:0;color:#aea5b2;font-size:9px}.audio-book-detail-meta>div{margin-top:13px;display:flex;flex-wrap:wrap;gap:5px}.audio-book-detail-meta>div span{border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:4px 6px;color:#968c9c;background:#ffffff09;font-size:7px}.audio-book-detail-meta aside{margin-top:15px;display:flex;gap:8px}.audio-book-detail-meta aside button{min-height:32px;border:1px solid rgba(255,255,255,.09);border-radius:999px;padding:0 9px;display:flex;align-items:center;gap:4px;color:#b1a8b5;background:#ffffff0a;font-size:8px}.audio-book-detail-meta aside button.active{border-color:#e381ae4d;color:#f089ac;background:#b950811f}.audio-book-player-card{margin:2px 12px 0;border:1px solid rgba(183,135,222,.2);border-radius:22px;padding:18px 16px 16px;background:radial-gradient(circle at 20% 0,rgba(147,86,198,.18),transparent 40%),linear-gradient(145deg,#24202e,#1a1822);box-shadow:0 16px 34px #00000038}.audio-book-now-playing{text-align:center}.audio-book-now-playing>span{color:#9a78af;font-size:7px;font-weight:800;letter-spacing:.18em}.audio-book-now-playing h2{margin:7px 0 5px;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.audio-book-now-playing p{margin:0;display:flex;align-items:center;justify-content:center;gap:4px;color:#918897;font-size:8px}.audio-book-waveform{height:48px;margin:15px 1px 4px;display:flex;align-items:center;justify-content:space-between;gap:2px}.audio-book-waveform i{width:3px;min-height:7px;border-radius:99px;display:block;background:#ffffff1f}.audio-book-waveform i.played{background:linear-gradient(to top,#765de0,#c37bdc);box-shadow:0 0 7px #ac69dd3d}.audio-book-progress-range{width:100%;height:2px;margin:0;accent-color:#a66bd5}.audio-book-time{margin-top:4px;display:flex;justify-content:space-between;color:#756d7a;font-size:7px}.audio-book-player-controls{margin-top:8px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;justify-items:center}.audio-book-player-controls button{width:38px;height:38px;border:0;border-radius:50%;display:grid;place-items:center;color:#c9c1cd;background:transparent;font-size:9px}.audio-book-player-controls button b{font-size:9px}.audio-book-player-controls .audio-book-main-play{width:56px;height:56px;color:#fff;background:linear-gradient(145deg,#9f70d0,#6755c9);box-shadow:0 10px 25px #4e399070}.audio-book-voice-section,.audio-book-intro-section,.audio-book-chapter-section{margin:12px;border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:15px;background:#1d1b25}.audio-book-voice-section>header{display:flex;align-items:center;justify-content:space-between;gap:10px}.audio-book-voice-section>header>div{display:flex;align-items:center;gap:9px;color:#c68fe3}.audio-book-voice-section>header span{display:grid;gap:2px}.audio-book-voice-section>header small{color:#8f788f;font-size:7px;letter-spacing:.1em}.audio-book-voice-section h2,.audio-book-intro-section h2,.audio-book-chapter-section h2{margin:0;color:#eee8f1;font-size:13px}.audio-book-voice-section>header em{border-radius:999px;padding:4px 7px;color:#9f8aa8;background:#ffffff0d;font-size:7px;font-style:normal}.audio-book-voice-section>p{margin:10px 0 12px;color:#867e8b;font-size:8px;line-height:1.5}.audio-book-voice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.audio-book-voice-grid button{position:relative;min-width:0;min-height:62px;border:1px solid rgba(255,255,255,.07);border-radius:13px;padding:8px;display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:7px;color:inherit;background:#ffffff06;text-align:left}.audio-book-voice-grid button.active{border-color:#be7ce27a;background:linear-gradient(145deg,#8f52b833,#6751b521);box-shadow:inset 0 0 0 1px #c58fe217}.audio-book-voice-grid img{width:36px;height:36px;border-radius:50%;object-fit:cover}.audio-book-voice-grid button>span{min-width:0;display:grid;gap:3px}.audio-book-voice-grid strong{font-size:9px}.audio-book-voice-grid small{overflow:hidden;color:#817986;font-size:6px;text-overflow:ellipsis;white-space:nowrap}.audio-book-voice-grid button>i{position:absolute;right:6px;top:5px;color:#a788b4;font-size:6px;font-style:normal}.audio-book-voice-grid button.active>i{color:#d4a8e7}.audio-book-intro-section>header{display:flex;align-items:center;justify-content:space-between}.audio-book-intro-section>header span{border-radius:999px;padding:4px 7px;color:#a590af;background:#ffffff0d;font-size:7px}.audio-book-intro-section>p{margin:10px 0 0;color:#a9a0ae;font-size:9px;line-height:1.7}.audio-book-chapter-section>header{display:flex;align-items:center;justify-content:space-between}.audio-book-chapter-section>header>div{display:flex;align-items:baseline;gap:7px}.audio-book-chapter-section>header small{color:#817986;font-size:7px}.audio-book-chapter-section>header button{border:0;display:flex;align-items:center;gap:2px;color:#9b8ca3;background:transparent;font-size:7px}.audio-book-chapter-section>div{margin-top:8px}.audio-book-chapter-section>div>button{width:100%;min-height:56px;border:0;border-bottom:1px solid rgba(255,255,255,.06);padding:7px 2px;display:grid;grid-template-columns:28px minmax(0,1fr) 28px;align-items:center;gap:7px;color:#b4acb9;background:transparent;text-align:left}.audio-book-chapter-section>div>button>span{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;color:#766e7b;background:#ffffff09;font-size:8px}.audio-book-chapter-section>div>button>div{min-width:0;display:grid;gap:4px}.audio-book-chapter-section>div>button strong{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.audio-book-chapter-section>div>button small{color:#766f7b;font-size:7px}.audio-book-chapter-section>div>button>svg{color:#6f6874}.audio-book-chapter-section>div>button.active{color:#d7a9e9}.audio-book-chapter-section>div>button.active>span,.audio-book-chapter-section>div>button.active>svg{color:#c483df}.audio-book-all-chapters{width:100%;min-height:38px;margin-top:10px;border:1px solid rgba(185,133,214,.18);border-radius:11px;color:#b99fc4;background:#7e52981a;font-size:8px}.audio-book-mini-player{position:absolute;z-index:6;right:10px;bottom:calc(8px + var(--safe-bottom));left:10px;min-height:58px;border:1px solid rgba(210,170,236,.18);border-radius:18px;padding:7px 8px;display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:9px;background:#231e2bf0;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:0 15px 34px #0000006b}.audio-book-mini-player>img{width:42px;height:42px;border-radius:8px;object-fit:cover}.audio-book-mini-player>div{min-width:0;display:grid;gap:4px}.audio-book-mini-player strong{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.audio-book-mini-player small{color:#8d8392;font-size:7px}.audio-book-mini-player>button{width:40px;height:40px;border:0;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#9c6ecc,#6451c2)}.audio-book-overview-page{position:absolute;z-index:220;top:0;right:0;bottom:0;left:0;overflow:hidden;color:#f4eef7;background:#100f17}.audio-book-overview-header{position:absolute;z-index:7;inset:0 0 auto;min-height:calc(66px + env(safe-area-inset-top));padding:max(10px,env(safe-area-inset-top)) 12px 8px;display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;background:linear-gradient(to bottom,rgba(13,12,18,.94),rgba(13,12,18,.72),transparent)}.audio-book-overview-header>button{width:42px;height:42px;border:1px solid rgba(255,255,255,.08);border-radius:50%;display:grid;place-items:center;color:#eee8f2;background:#16121c80;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.audio-book-overview-header>div{min-width:0;display:grid;gap:2px;text-align:center}.audio-book-overview-header strong{font-size:13px}.audio-book-overview-header small{color:#8e8494;font-size:7px;letter-spacing:.08em}.audio-book-overview-scroll{position:absolute;top:0;right:0;bottom:0;left:0;padding-bottom:calc(88px + var(--safe-bottom));overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}.audio-book-overview-scroll::-webkit-scrollbar{display:none}.audio-book-overview-hero{position:relative;min-height:330px;padding-top:calc(72px + env(safe-area-inset-top));overflow:hidden}.audio-book-overview-backdrop{position:absolute;top:-42px;right:-42px;bottom:-42px;left:-42px;width:calc(100% + 84px);height:calc(100% + 84px);object-fit:cover;filter:blur(28px) brightness(.36) saturate(.9);transform:scale(1.08)}.audio-book-overview-hero>i{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0c0a1226,#100f178c 58%,#100f17)}.audio-book-overview-hero-content{position:relative;z-index:1;padding:22px 18px 24px;display:grid;grid-template-columns:126px minmax(0,1fr);align-items:center;gap:17px}.audio-book-overview-cover{position:relative;height:182px;border-radius:10px 16px 16px 10px;overflow:hidden;box-shadow:14px 18px 38px #00000075,inset 4px 0 #ffffff14}.audio-book-overview-cover:after{content:"";position:absolute;inset:0 auto 0 8px;width:1px;background:#ffffff38}.audio-book-overview-cover img{width:100%;height:100%;object-fit:cover}.audio-book-overview-cover span{position:absolute;right:7px;bottom:7px;border:1px solid rgba(255,255,255,.17);border-radius:999px;padding:4px 7px;display:flex;align-items:center;gap:3px;color:#fff;background:#0d0a12ad;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:7px}.audio-book-overview-meta{min-width:0}.audio-book-overview-tags{display:flex;flex-wrap:wrap;gap:4px}.audio-book-overview-tags span{border-radius:999px;padding:4px 6px;color:#cfa9e3;background:#ae67d824;font-size:6px}.audio-book-overview-meta h1{margin:10px 0 5px;font-family:Georgia,Songti SC,serif;font-size:22px;line-height:1.2}.audio-book-overview-meta>p{margin:0;color:#aaa0ae;font-size:8px}.audio-book-overview-meta dl{margin:13px 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.audio-book-overview-meta dl div{min-width:0;display:grid;gap:2px}.audio-book-overview-meta dt{overflow:hidden;color:#eee9f1;font-size:10px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.audio-book-overview-meta dd{margin:0;color:#7f7685;font-size:6px}.audio-book-overview-meta>button{width:100%;min-height:34px;margin-top:15px;border:1px solid rgba(188,129,221,.24);border-radius:999px;display:flex;align-items:center;justify-content:center;gap:5px;color:#d6b6e5;background:#854ba924;font-size:8px}.audio-book-overview-meta>button.active{color:#fff;background:linear-gradient(90deg,#9864cd,#7058d1)}.audio-book-overview-intro,.audio-book-overview-episodes,.audio-book-overview-voices,.audio-book-overview-team,.audio-book-overview-comments{margin:12px;border:1px solid rgba(255,255,255,.07);border-radius:19px;padding:15px;background:#1d1b25}.audio-book-overview-intro header,.audio-book-overview-episodes>header,.audio-book-overview-team>header,.audio-book-overview-comments>header{display:flex;align-items:center;justify-content:space-between;gap:10px}.audio-book-overview-intro h2,.audio-book-overview-episodes h2,.audio-book-overview-voices h2,.audio-book-overview-team h2,.audio-book-overview-comments h2{margin:0;color:#f0ebf3;font-size:13px}.audio-book-overview-intro header button,.audio-book-overview-episodes>header button,.audio-book-overview-comments>header button{border:0;display:flex;align-items:center;gap:2px;color:#9d8ba6;background:transparent;font-size:7px}.audio-book-overview-intro p{margin:10px 0 0;overflow:hidden;color:#aaa1af;font-size:9px;line-height:1.75;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.audio-book-overview-intro p.expanded{display:block}.audio-book-overview-episodes>header>div{display:flex;align-items:baseline;gap:7px}.audio-book-overview-episodes>header small{color:#817987;font-size:7px}.audio-book-overview-episode-rail{margin:12px -15px -2px;padding:0 15px 2px;display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.audio-book-overview-episode-rail::-webkit-scrollbar{display:none}.audio-book-overview-episode-rail>button{position:relative;flex:0 0 146px;min-height:116px;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:11px;display:flex;flex-direction:column;align-items:flex-start;color:#bdb4c2;background:#ffffff06;text-align:left;scroll-snap-align:start}.audio-book-overview-episode-rail>button>span{color:#bd8bd2;font-size:7px;font-weight:800}.audio-book-overview-episode-rail strong{width:100%;margin-top:7px;overflow:hidden;color:#ece7ef;font-size:10px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.audio-book-overview-episode-rail small{margin-top:4px;color:#7f7784;font-size:7px}.audio-book-overview-episode-rail em{margin-top:auto;display:flex;align-items:center;gap:4px;color:#746d79;font-size:6px;font-style:normal}.audio-book-overview-episode-rail i{position:absolute;right:8px;top:8px;color:#d7a8e9;font-size:6px;font-style:normal}.audio-book-overview-voices>header{display:flex;align-items:center;justify-content:space-between;gap:10px}.audio-book-overview-voices>header>div{display:flex;align-items:center;gap:8px;color:#c38cdf}.audio-book-overview-voices>header span{display:grid;gap:2px}.audio-book-overview-voices>header small{color:#88778c;font-size:6px;letter-spacing:.08em}.audio-book-overview-voices>header em{color:#8d8292;font-size:7px;font-style:normal}.audio-book-overview-voices>p{margin:10px 0 12px;color:#887f8d;font-size:8px;line-height:1.55}.audio-book-overview-voices>div:last-child{margin-right:-15px;padding-right:15px;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.audio-book-overview-voices>div:last-child::-webkit-scrollbar{display:none}.audio-book-overview-voices>div:last-child>button{position:relative;flex:0 0 158px;min-height:60px;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:8px;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:8px;color:inherit;background:#ffffff06;text-align:left}.audio-book-overview-voices>div:last-child>button.active{border-color:#be7ce275;background:linear-gradient(145deg,#8f52b833,#6751b521)}.audio-book-overview-voices img{width:38px;height:38px;border-radius:50%;object-fit:cover}.audio-book-overview-voices button>span{min-width:0;display:grid;gap:3px}.audio-book-overview-voices strong{font-size:9px}.audio-book-overview-voices button small{overflow:hidden;color:#817986;font-size:6px;text-overflow:ellipsis;white-space:nowrap}.audio-book-overview-voices button i{position:absolute;right:7px;top:6px;color:#a886b5;font-size:6px;font-style:normal}.audio-book-overview-voices button.active i{color:#d5a8e8}.audio-book-overview-team>header>div{display:flex;align-items:center;gap:7px;color:#c49bda}.audio-book-overview-team>header small{color:#7f7684;font-size:7px}.audio-book-overview-team>div:last-child{margin:12px -15px -2px;padding:0 15px 2px;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.audio-book-overview-team>div:last-child::-webkit-scrollbar{display:none}.audio-book-overview-team article{flex:0 0 94px;border-radius:14px;padding:12px 8px 9px;display:grid;place-items:center;background:#ffffff06;text-align:center}.audio-book-overview-team article img{width:45px;height:45px;border-radius:50%;object-fit:cover}.audio-book-overview-team article strong{width:100%;margin-top:7px;overflow:hidden;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.audio-book-overview-team article small{margin-top:3px;color:#7e7682;font-size:6px}.audio-book-overview-team article button{min-height:23px;margin-top:7px;border:1px solid rgba(179,118,214,.25);border-radius:999px;padding:0 9px;color:#c499d8;background:#8b51ab1f;font-size:6px}.audio-book-overview-comments article{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06);display:grid;grid-template-columns:36px minmax(0,1fr);gap:9px}.audio-book-overview-comments article:last-child{border-bottom:0;padding-bottom:0}.audio-book-overview-comments article img{width:36px;height:36px;border-radius:50%;object-fit:cover}.audio-book-overview-comments article div{min-width:0}.audio-book-overview-comments article strong{font-size:8px}.audio-book-overview-comments article p{margin:4px 0;color:#aaa2ae;font-size:8px;line-height:1.55}.audio-book-overview-comments article small{color:#746d78;font-size:6px}.audio-book-overview-actions{position:absolute;z-index:8;right:0;bottom:0;left:0;min-height:calc(76px + var(--safe-bottom));padding:10px 12px calc(10px + var(--safe-bottom));display:grid;grid-template-columns:62px minmax(0,1fr);align-items:center;gap:9px;background:linear-gradient(to bottom,transparent,rgba(16,15,23,.97) 25%)}.audio-book-overview-actions>button{border:0;border-radius:16px;color:#b8afbc}.audio-book-overview-actions>button:first-child{height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:#ffffff0d;font-size:7px}.audio-book-overview-actions>button:first-child.active{color:#d9b7e8}.audio-book-overview-actions .audio-book-overview-play{min-width:0;height:50px;padding:0 16px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;background:linear-gradient(90deg,#9a64ce,#6c57d2);box-shadow:0 12px 28px #47308261}.audio-book-overview-play span{overflow:hidden;font-size:10px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.audio-book-immersive-page{position:absolute;z-index:230;top:0;right:0;bottom:0;left:0;overflow:hidden;color:#fff;background:#15111b}.audio-book-immersive-backdrop{position:absolute;top:-30px;right:-30px;bottom:-30px;left:-30px;width:calc(100% + 60px);height:calc(100% + 60px);object-fit:cover;object-position:center 30%;filter:blur(13px) brightness(.42) saturate(.68);opacity:.92;transform:scale(1.12)}.audio-book-immersive-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 31%,rgba(159,100,193,.2),transparent 36%),linear-gradient(to bottom,#0c0a1238,#0c0a1280 54%,#0a080fe0)}.audio-book-immersive-scroll{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;overflow:hidden}.audio-book-immersive-scroll::-webkit-scrollbar{display:none}.audio-book-immersive-header{position:absolute;z-index:12;inset:0 0 auto;min-height:calc(66px + env(safe-area-inset-top));padding:max(12px,env(safe-area-inset-top)) 16px 8px;display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;background:linear-gradient(to bottom,rgba(12,9,17,.48),transparent);pointer-events:none}.audio-book-immersive-header>button{width:40px;height:40px;border:1px solid rgba(255,255,255,.09);border-radius:50%;display:grid;place-items:center;color:#fff;background:#0f0c1638;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:auto}.audio-book-immersive-header>div{min-width:0;display:grid;gap:3px;text-align:center}.audio-book-immersive-header strong{overflow:hidden;font-size:12px;text-shadow:0 2px 12px rgba(0,0,0,.7);text-overflow:ellipsis;white-space:nowrap}.audio-book-immersive-header small{overflow:hidden;color:#ffffff9e;font-size:7px;letter-spacing:.08em;text-overflow:ellipsis;white-space:nowrap}.audio-book-immersive-primary{position:relative;height:100%;min-height:100svh;display:flex;flex-direction:column}.audio-book-immersive-stage{position:relative;min-height:0;flex:1 1 auto;padding:calc(78px + env(safe-area-inset-top)) 24px 8px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.audio-book-immersive-stage-meta{position:relative;z-index:2;width:100%}.audio-book-immersive-danmaku{position:absolute;z-index:3;inset:calc(90px + env(safe-area-inset-top)) 0 36%;overflow:hidden;pointer-events:none}.audio-book-immersive-danmaku span{--danmaku-index: 0;position:absolute;top:calc(11% + var(--danmaku-index) * 20%);left:100%;border:1px solid rgba(255,255,255,.13);border-radius:999px;padding:5px 9px;color:#ffffffd6;background:#0d0a1257;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:8px;text-shadow:0 1px 5px rgba(0,0,0,.7);white-space:nowrap;animation:audio-book-danmaku-move 9s linear infinite;animation-delay:calc(var(--danmaku-index) * -2.1s)}@keyframes audio-book-danmaku-move{0%{transform:translate(0)}to{transform:translate(-520px)}}.audio-book-immersive-work-intro{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.audio-book-immersive-cover-shell{position:relative;width:clamp(138px,40vw,174px);aspect-ratio:.76;border-radius:18px;isolation:isolate}.audio-book-immersive-cover-shell:before{position:absolute;z-index:-1;top:10%;right:-13%;bottom:-8%;left:-13%;border-radius:30px;background:inherit;box-shadow:0 28px 65px #00000085,0 0 52px #bc70e22e;content:""}.audio-book-immersive-cover-shell>img{width:100%;height:100%;border:1px solid rgba(255,255,255,.16);border-radius:inherit;object-fit:cover;box-shadow:0 24px 55px #00000080}.audio-book-immersive-cover-shell>i{position:absolute;right:12px;bottom:11px;width:8px;height:8px;border:2px solid rgba(255,255,255,.8);border-radius:50%;background:#bd73e7;box-shadow:0 0 0 5px #bd73e72e;opacity:0}.audio-book-immersive-stage.is-playing .audio-book-immersive-cover-shell>i{opacity:1;animation:player-live-pulse 1.1s ease-in-out infinite}.audio-book-immersive-work-intro>div:last-child{min-width:0;width:100%;display:grid;gap:5px}.audio-book-immersive-work-intro span,.audio-book-player-episodes header span,.audio-book-player-details header span,.audio-book-player-comments header span{color:#e6c9efb3;font-size:6px;font-weight:800;letter-spacing:.17em}.audio-book-immersive-work-intro h1{margin:1px 0 2px;overflow:hidden;font-family:Georgia,Songti SC,serif;font-size:clamp(21px,6vw,27px);line-height:1.25;text-shadow:0 2px 18px rgba(0,0,0,.36);text-overflow:ellipsis;white-space:nowrap}.audio-book-immersive-work-intro strong{overflow:hidden;color:#ffffffc7;font-family:Georgia,Songti SC,serif;font-size:11px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.audio-book-immersive-work-intro p{margin:0;color:#ffffff6e;font-size:8px}.audio-book-immersive-transcript{margin-top:13px;animation:audio-book-transcript-in .3s ease-out}.audio-book-immersive-transcript p{margin:0;color:#ffffffeb;font-family:Georgia,Songti SC,serif;font-size:14px;line-height:1.7}.audio-book-immersive-transcript strong{margin-top:10px;display:block;color:#ffffff9e;font-family:Georgia,Songti SC,serif;font-size:12px;font-weight:400;line-height:1.7}.audio-book-immersive-transcript small{margin-top:10px;display:block;color:#ffffff4f;font-family:Georgia,Songti SC,serif;font-size:10px;line-height:1.75}@keyframes audio-book-transcript-in{0%{opacity:0;transform:translateY(7px)}}.audio-book-immersive-console{position:relative;z-index:4;flex:0 0 auto;padding:10px 20px calc(12px + var(--safe-bottom));background:linear-gradient(to bottom,transparent,rgba(10,8,15,.18))}.audio-book-immersive-readalong{width:100%;min-height:40px;margin-bottom:12px;border:1px solid rgba(255,255,255,.11);border-radius:14px;padding:0 12px;display:grid;grid-template-columns:auto minmax(0,1fr) 16px;align-items:center;gap:8px;color:#ffffffb8;background:#ffffff0e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.audio-book-immersive-readalong>span{display:flex;align-items:center;gap:5px;font-size:9px;font-weight:800;white-space:nowrap}.audio-book-immersive-readalong>strong{overflow:hidden;color:#ffffff94;font-size:8px;font-weight:500;text-align:right;text-overflow:ellipsis;white-space:nowrap}.audio-book-immersive-readalong>svg{transition:transform .2s ease}.audio-book-immersive-readalong>svg.is-open{transform:rotate(180deg)}.audio-book-immersive-progress-copy{min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;color:#ffffff80;font-size:7px}.audio-book-immersive-progress-copy strong{overflow:hidden;color:#ffffff6b;font-size:7px;font-weight:500;text-align:center;text-overflow:ellipsis;white-space:nowrap}.audio-book-immersive-progress-copy span:last-child{text-align:right}.audio-book-immersive-progress-row{display:grid;grid-template-columns:36px minmax(0,1fr) 36px;align-items:center;gap:9px}.audio-book-immersive-progress-row>button{position:relative;width:36px;height:36px;border:0;display:grid;place-items:center;color:#ffffffc7;background:transparent}.audio-book-immersive-progress-row>button:after{position:absolute;width:29px;height:29px;border:1.5px solid rgba(255,255,255,.36);border-radius:50%;content:""}.audio-book-immersive-progress-row>button:first-child:before,.audio-book-immersive-progress-row>button:last-child:before{position:absolute;z-index:1;top:5px;width:9px;height:5px;border-top:1.5px solid rgba(255,255,255,.5);content:""}.audio-book-immersive-progress-row>button:first-child:before{left:3px;transform:rotate(-35deg)}.audio-book-immersive-progress-row>button:last-child:before{right:3px;transform:rotate(35deg)}.audio-book-immersive-progress-track{min-width:0}.audio-book-immersive-progress-track>input[type=range]{width:100%;height:3px;margin:7px 0 3px;accent-color:#c47bea;cursor:pointer}.audio-book-immersive-main-controls{margin-top:7px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;justify-items:center}.audio-book-immersive-main-controls button{position:relative;width:46px;height:50px;border:0;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#e0d7e4;background:transparent}.audio-book-immersive-main-controls button>small{color:#ffffff6b;font-size:6px}.audio-book-immersive-main-controls .audio-book-immersive-play{width:64px;height:64px;border-radius:50%;color:#fff;background:linear-gradient(145deg,#d08befeb,#7553d2f5);box-shadow:0 13px 34px #462c8b7a,inset 0 0 0 1px #fff3;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.audio-book-immersive-main-controls .audio-book-immersive-play:active{transform:scale(.97)}.audio-book-immersive-main-controls .audio-book-control-secondary{height:50px;color:#ffffff94}.audio-book-immersive-main-controls .audio-book-control-secondary.active{color:#e4b9f2}.audio-book-immersive-main-controls .audio-book-control-secondary small{font-size:6px}.audio-book-immersive-tools{margin-top:5px;border-top:1px solid rgba(255,255,255,.07);padding-top:4px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.audio-book-immersive-tools button{min-width:0;min-height:48px;border:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#ffffff80;background:transparent}.audio-book-immersive-tools button.active{color:#ffffffe6}.audio-book-immersive-tools button>span{min-height:20px;display:grid;place-items:center;color:#ffffffa6;font-size:9px;font-weight:800}.audio-book-immersive-tools button>img{width:21px;height:21px;border:1px solid rgba(255,255,255,.2);border-radius:50%;object-fit:cover}.audio-book-immersive-tools small{font-size:7px}@media(max-height:740px){.audio-book-immersive-stage{padding-top:calc(70px + env(safe-area-inset-top))}.audio-book-immersive-cover-shell{width:112px}.audio-book-immersive-work-intro{gap:10px}.audio-book-immersive-work-intro h1{font-size:19px}.audio-book-immersive-console{padding-top:5px}.audio-book-immersive-readalong{min-height:36px;margin-bottom:7px}.audio-book-immersive-tools button{min-height:42px}}.audio-book-immersive-page{--player-ink: rgba(255,255,255,.95);--player-muted: rgba(255,255,255,.56);--player-faint: rgba(255,255,255,.31);background:#33262f}.audio-book-immersive-backdrop{top:-48px;right:-48px;bottom:-48px;left:-48px;width:calc(100% + 96px);height:calc(100% + 96px);object-position:center;filter:blur(40px) brightness(.72) saturate(.78);opacity:1;transform:scale(1.24)}.audio-book-immersive-shade{background:linear-gradient(to bottom,#120d1233,#120d120f 32%,#ffffff0f 72%,#120d121a),#291b2538}.audio-book-immersive-page.listening-mode .audio-book-immersive-backdrop{top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center;filter:brightness(.68) saturate(.92);opacity:1;transform:none}.audio-book-immersive-page.listening-mode .audio-book-immersive-shade{background:linear-gradient(to bottom,#08070c47,#08070c0d 26%,#08070c29 56%,#08070cbd),radial-gradient(circle at 50% 48%,transparent 20%,rgba(7,6,10,.22) 78%)}.audio-book-immersive-page.reading-mode .audio-book-immersive-stage{padding-top:calc(88px + env(safe-area-inset-top));padding-bottom:0}.audio-book-immersive-page.reading-mode .audio-book-immersive-work-intro{gap:9px}.audio-book-immersive-page.reading-mode .audio-book-immersive-work-intro>img{width:64px;height:82px;border-radius:10px;box-shadow:7px 5px #ffffff17,0 12px 24px #160c132e}.audio-book-immersive-page.reading-mode .audio-book-immersive-work-intro>div:last-child{width:100%;flex:1 1 auto;gap:4px}.audio-book-immersive-page.reading-mode .audio-book-immersive-listening{width:100%}.audio-book-immersive-page.reading-mode .audio-book-immersive-listening>button{margin-left:auto}.audio-book-immersive-page.reading-mode .audio-book-immersive-work-intro h1{font-size:15px}.audio-book-immersive-page.reading-mode .audio-book-immersive-work-intro strong{font-size:8px}.audio-book-immersive-page.reading-mode .audio-book-immersive-work-intro p{font-size:7px}.audio-book-immersive-page.reading-mode .audio-book-immersive-listening>button{min-height:22px;padding:0 7px;font-size:6px}.audio-book-immersive-page.reading-mode .audio-book-immersive-transcript{margin-top:7px;padding-bottom:8px}.audio-book-immersive-page.reading-mode .audio-book-immersive-transcript small{margin-bottom:9px}.audio-book-immersive-page.reading-mode .audio-book-immersive-transcript p{margin-bottom:16px;font-size:13px;line-height:1.52}.audio-book-immersive-page.reading-mode .audio-book-immersive-transcript p:last-of-type{margin-bottom:10px}.audio-book-immersive-page.reading-mode .audio-book-immersive-transcript p.current{font-size:15px;line-height:1.55}.audio-book-immersive-page.reading-mode .audio-book-immersive-readalong{margin-bottom:4px}.audio-book-immersive-header{min-height:calc(76px + env(safe-area-inset-top));padding:max(19px,env(safe-area-inset-top)) 21px 8px;grid-template-columns:42px 1fr 42px;background:none}.audio-book-immersive-header>div{visibility:hidden}.audio-book-immersive-header>button{width:42px;height:42px;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.audio-book-immersive-primary{min-height:100dvh}.audio-book-immersive-stage{justify-content:flex-start;padding:calc(98px + env(safe-area-inset-top)) 25px 5px}.audio-book-immersive-stage-meta{height:100%;display:flex;flex-direction:column}.audio-book-immersive-work-intro{flex-direction:row;align-items:center;gap:18px;text-align:left}.audio-book-immersive-work-intro>img{width:86px;height:112px;flex:0 0 auto;border:1px solid rgba(255,255,255,.22);border-radius:13px;object-fit:cover;box-shadow:11px 8px #ffffff1a,0 18px 34px #160c1338}.audio-book-immersive-work-intro>div:last-child{width:auto;min-width:0;gap:7px}.audio-book-immersive-work-intro h1{margin:0 0 2px;color:var(--player-ink);font-family:inherit;font-size:18px;font-weight:700;text-align:left}.audio-book-immersive-work-intro strong{color:#ffffffbf;font-family:inherit;font-size:10px}.audio-book-immersive-work-intro p{color:var(--player-muted);font-size:9px}.audio-book-immersive-listening{display:flex;align-items:center;justify-content:space-between;gap:8px}.audio-book-immersive-listening>button{min-height:25px;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:0 9px;display:flex;align-items:center;gap:3px;color:#ffffffc7;background:#ffffff14;font-size:7px}.audio-book-immersive-listening>button.active{color:#fffffff5;background:#ffffff2b}.audio-book-immersive-transcript{min-height:0;margin-top:28px;padding:0 7px 28px 0;flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;scroll-behavior:smooth;scrollbar-width:none;-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 18px,#000 calc(100% - 24px),transparent 100%);animation:none}.audio-book-immersive-transcript::-webkit-scrollbar{display:none}.audio-book-immersive-transcript small{margin:0 0 23px;display:block;color:var(--player-muted);font-family:inherit;font-size:13px;line-height:1.45}.audio-book-immersive-transcript p{margin:0 0 13px;color:var(--player-muted);font-family:inherit;font-size:14px;line-height:1.56}.audio-book-immersive-transcript p.current{color:var(--player-ink);font-size:16px;line-height:1.56}.audio-book-immersive-transcript strong{margin:0 0 20px;color:var(--player-muted);font-family:inherit;font-size:14px;font-weight:400;line-height:1.65}.audio-book-immersive-transcript em{display:block;color:var(--player-faint);font-size:12px;font-style:normal;line-height:1.6}.audio-book-immersive-transcript.is-reading p.current{text-shadow:0 0 18px rgba(255,255,255,.12)}.audio-book-listening-focus{height:100%;padding:0 15px 20px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;text-shadow:0 3px 22px rgba(0,0,0,.7)}.audio-book-listening-focus>em{margin-bottom:auto;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:5px 9px;color:#ffffff7a;background:#0a080f29;font-size:7px;font-style:normal;letter-spacing:.06em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.audio-book-listening-focus>span{color:#ffffff94;font-size:8px;letter-spacing:.08em}.audio-book-listening-focus>p{max-width:320px;margin:18px 0 16px;color:#fffffffa;font-family:Georgia,Songti SC,serif;font-size:17px;line-height:1.7;animation:audio-book-listening-line .42s cubic-bezier(.2,.75,.25,1)}.audio-book-listening-focus>small{color:#ffffff7a;font-size:8px}@keyframes audio-book-listening-line{0%{opacity:0;transform:translateY(8px);filter:blur(3px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.audio-book-immersive-console{padding:5px 23px calc(14px + var(--safe-bottom));background:none}.audio-book-immersive-readalong{min-height:43px;margin-bottom:12px;border:0;border-radius:999px;padding:0 15px;color:var(--player-ink);background:#ffffff2b;box-shadow:inset 0 0 0 1px #ffffff0a}.audio-book-immersive-readalong.active{background:#ffffff36}.audio-book-immersive-readalong>strong{color:#ffffffc2;font-size:9px}.audio-book-immersive-progress-row{gap:7px}.audio-book-immersive-progress-row>button{color:var(--player-ink)}.audio-book-immersive-progress-row>button:after{border-color:#fffc}.audio-book-immersive-progress-copy{color:#ffffffe0;font-size:7px}.audio-book-immersive-progress-copy strong{display:none}.audio-book-immersive-progress-copy{grid-template-columns:auto 1fr auto}.audio-book-immersive-progress-track>input[type=range]{accent-color:rgba(255,255,255,.92)}.audio-book-immersive-main-controls{margin-top:6px}.audio-book-immersive-main-controls button{color:var(--player-ink)}.audio-book-immersive-main-controls button>small{color:#ffffffad;font-size:7px}.audio-book-immersive-main-controls .audio-book-immersive-play{width:62px;height:62px;background:#ffffff30;box-shadow:none}.audio-book-immersive-tools{margin-top:7px;border-top:0;padding-top:0;grid-template-columns:repeat(5,minmax(0,1fr))}.audio-book-immersive-tools button{min-height:54px;gap:5px;color:#ffffffc2}.audio-book-immersive-tools button>span,.audio-book-immersive-tools button>img{color:#ffffffdb}.audio-book-sound-sheet{display:grid;gap:18px}.audio-book-sound-control{border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:13px 14px;display:grid;gap:10px;background:#ffffff06}.audio-book-sound-control>div{display:flex;align-items:center;justify-content:space-between}.audio-book-sound-control span{color:#eee8f1;font-size:10px;font-weight:700}.audio-book-sound-control output{color:#cda3df;font-size:8px;font-variant-numeric:tabular-nums}.audio-book-sound-control input{width:100%;height:4px;accent-color:#c186d8}.audio-book-sound-control small{color:#887e8d;font-size:7px}.audio-book-sound-done{min-height:42px;border:0;border-radius:14px;color:#281f2c;background:linear-gradient(135deg,#ead9ee,#cfa9dc);font-size:10px;font-weight:800}.audio-book-immersive-tools small{color:#ffffff9e;font-size:7px}.audio-book-auto-like{min-height:24px;margin:-2px 2px 0 auto;border:0;display:flex;align-items:center;gap:5px;color:#ffffff6b;background:transparent;font-size:7px}.audio-book-auto-like.active{color:#ffffffb8}.audio-book-immersive-primary{height:100%;min-height:0}.audio-book-immersive-console{padding:3px 20px calc(8px + var(--safe-bottom))}.audio-book-immersive-readalong{width:fit-content;min-height:32px;margin:0 0 6px auto;padding:0 10px;grid-template-columns:auto 14px;gap:5px;background:#ffffff1f}.audio-book-immersive-readalong>strong{display:none}.audio-book-immersive-readalong>span{font-size:8px}.audio-book-immersive-progress-track{position:relative;min-width:0;height:38px;display:block}.audio-book-immersive-progress-track>i{position:absolute;top:18px;right:0;left:0;height:3px;border-radius:999px;overflow:hidden;background:#ffffff4d}.audio-book-immersive-progress-track>i>span{height:100%;display:block;border-radius:inherit;background:#ffffffe6}.audio-book-immersive-progress-track>output{position:absolute;z-index:2;top:7px;left:clamp(36px,var(--progress-position),calc(100% - 36px));min-width:70px;border-radius:999px;padding:4px 8px;color:#271e25db;background:#fffffff2;box-shadow:0 3px 12px #1e141d29;font-size:7px;font-variant-numeric:tabular-nums;text-align:center;transform:translate(-50%);pointer-events:none}.audio-book-immersive-progress-track>input[type=range]{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;width:100%;height:38px;margin:0;opacity:0;cursor:grab}.audio-book-immersive-progress-track>input[type=range]:active{cursor:grabbing}.audio-book-immersive-progress-row{min-height:42px}.audio-book-immersive-progress-row>button{width:38px;height:38px}.audio-book-immersive-progress-row>button:after,.audio-book-immersive-progress-row>button:before{display:none}.audio-book-immersive-progress-row>button svg{position:absolute;top:3px;right:3px;bottom:3px;left:3px;color:#ffffffe0}.audio-book-immersive-progress-row>button b{position:relative;z-index:2;font-size:7px}.audio-book-immersive-main-controls{min-height:66px;margin-top:-1px}.audio-book-immersive-main-controls button{height:52px}.audio-book-immersive-main-controls .audio-book-immersive-play{width:66px;height:66px}.audio-book-immersive-tools{min-height:48px;margin-top:0}.audio-book-immersive-tools button{min-height:48px}.audio-book-immersive-tools button>img{width:25px;height:25px;box-shadow:0 3px 11px #0003}.audio-book-feedback-sheet{display:grid;gap:13px}.audio-book-feedback-gift{border:1px solid rgba(224,171,239,.16);border-radius:16px;padding:11px;display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:9px;background:linear-gradient(145deg,#9a5bb826,#ffffff06)}.audio-book-feedback-gift>span{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:#ffffff12;font-size:17px}.audio-book-feedback-gift p{margin:0;display:grid;gap:4px}.audio-book-feedback-gift strong{font-size:9px}.audio-book-feedback-gift small{color:#968a9b;font-size:7px;line-height:1.45}.audio-book-feedback-field{position:relative;display:grid;gap:7px}.audio-book-feedback-field>span{color:#c9becd;font-size:8px;font-weight:700}.audio-book-feedback-field>span b{color:#e491b3}.audio-book-feedback-field textarea,.audio-book-feedback-field input{width:100%;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:11px 12px;color:#fff;background:#ffffff0b;outline:none;font-size:8px}.audio-book-feedback-field textarea{min-height:100px;resize:none}.audio-book-feedback-field input{height:43px}.audio-book-feedback-field textarea:focus,.audio-book-feedback-field input:focus{border-color:#cf8bec8c;box-shadow:0 0 0 3px #af68d21a}.audio-book-feedback-field>small{position:absolute;right:10px;bottom:8px;color:#746a78;font-size:6px}.audio-book-feedback-submit{min-height:46px;border:0;border-radius:14px;color:#fff;background:linear-gradient(100deg,#a86dd3,#765bd1);box-shadow:0 10px 24px #4f37914d;font-size:9px;font-weight:800}@media(max-height:740px){.audio-book-immersive-stage{padding-top:calc(78px + env(safe-area-inset-top))}.audio-book-immersive-work-intro>img{width:68px;height:88px}.audio-book-immersive-transcript{margin-top:14px}.audio-book-immersive-transcript small{margin-bottom:10px}.audio-book-immersive-transcript p{margin-bottom:8px;font-size:14px}.audio-book-immersive-transcript strong{margin-bottom:8px;font-size:12px}.audio-book-immersive-readalong{min-height:36px;margin-bottom:5px}.audio-book-immersive-main-controls .audio-book-immersive-play{width:54px;height:54px}.audio-book-auto-like{min-height:19px}.audio-book-immersive-main-controls{min-height:56px}.audio-book-immersive-tools{min-height:40px;margin-top:-2px}.audio-book-immersive-tools button{min-height:40px}}.audio-book-player-sheet-backdrop{position:absolute;z-index:60;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;background:#08060b8f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:audio-book-sheet-fade-in .18s ease-out}@keyframes audio-book-sheet-fade-in{0%{opacity:0}}.audio-book-player-sheet{width:100%;max-height:min(82%,680px);border:1px solid rgba(255,255,255,.12);border-width:1px 0 0;border-radius:28px 28px 0 0;padding:19px 17px calc(18px + var(--safe-bottom));color:#f4eef6;background:linear-gradient(155deg,#2b2233fa,#14111bfc);box-shadow:0 -28px 70px #00000075;animation:audio-book-sheet-rise .24s cubic-bezier(.2,.78,.2,1)}@keyframes audio-book-sheet-rise{0%{transform:translateY(100%)}}.audio-book-player-sheet>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.audio-book-player-sheet>header>div{display:grid;gap:3px}.audio-book-player-sheet>header small{color:#a67abb;font-size:6px;font-weight:800;letter-spacing:.14em}.audio-book-player-sheet>header h2{margin:0;font-family:Georgia,Songti SC,serif;font-size:18px}.audio-book-player-sheet>header span{color:#7f7584;font-size:7px}.audio-book-player-sheet>header>button{width:38px;height:38px;border:0;border-radius:50%;display:grid;place-items:center;color:#bfb5c3;background:#ffffff0e}.audio-book-player-sheet>p{margin:10px 0 14px;color:#837987;font-size:8px;line-height:1.55}.audio-book-voice-sheet-list{display:grid;gap:7px}.audio-book-voice-sheet-list>button{width:100%;min-height:61px;border:1px solid rgba(255,255,255,.07);border-radius:15px;padding:8px 10px 8px 8px;display:grid;grid-template-columns:42px minmax(0,1fr) 28px;align-items:center;gap:9px;color:#bbb1bf;background:#ffffff06;text-align:left}.audio-book-voice-sheet-list>button.active{border-color:#c681e57a;color:#e7c9f3;background:linear-gradient(145deg,#9755b938,#56449b26)}.audio-book-voice-sheet-list img{width:42px;height:42px;border-radius:50%;object-fit:cover}.audio-book-voice-sheet-list button>span{min-width:0;display:grid;gap:4px}.audio-book-voice-sheet-list strong{font-size:10px}.audio-book-voice-sheet-list button small{overflow:hidden;color:#807682;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.audio-book-voice-sheet-list button>svg{justify-self:center;color:#b995c9}.audio-book-timer-options{display:grid;gap:6px}.audio-book-timer-options>button{min-height:48px;border:0;border-bottom:1px solid rgba(255,255,255,.07);padding:0 4px;display:flex;align-items:center;justify-content:space-between;color:#aaa0ae;background:transparent;font-size:9px;text-align:left}.audio-book-timer-options>button.active{color:#ddb4ed}.audio-book-episode-picker{height:min(72%,620px);display:flex;flex-direction:column}.audio-book-episode-picker-list{min-height:0;margin-top:12px;display:grid;gap:6px;overflow-y:auto;scrollbar-width:none}.audio-book-episode-picker-list::-webkit-scrollbar{display:none}.audio-book-episode-picker-list>button{min-height:58px;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:8px 11px;display:grid;grid-template-columns:34px minmax(0,1fr) 22px;align-items:center;gap:8px;color:#afa5b3;background:#ffffff06;text-align:left}.audio-book-episode-picker-list>button.active{border-color:#c681e573;color:#e5c4f0;background:linear-gradient(145deg,#9755b933,#56449b24)}.audio-book-episode-picker-list>button>span{color:#a979bd;font-size:8px;font-weight:800}.audio-book-episode-picker-list>button>div{min-width:0;display:grid;gap:4px}.audio-book-episode-picker-list strong{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.audio-book-episode-picker-list small{color:#766d79;font-size:6px}.audio-book-episode-comments-sheet{height:min(76%,650px);display:flex;flex-direction:column}.audio-book-episode-comment-list{min-height:0;margin-top:8px;overflow-y:auto;scrollbar-width:none}.audio-book-episode-comment-list::-webkit-scrollbar{display:none}.audio-book-episode-comment-list article{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.075);display:grid;grid-template-columns:38px minmax(0,1fr) 30px;align-items:start;gap:9px}.audio-book-episode-comment-list article>img{width:38px;height:38px;border-radius:50%;object-fit:cover}.audio-book-episode-comment-list article>div{min-width:0}.audio-book-episode-comment-list article strong{font-size:8px}.audio-book-episode-comment-list article p{margin:5px 0;color:#b9afbd;font-size:8px;line-height:1.6}.audio-book-episode-comment-list article small{color:#776e7a;font-size:6px}.audio-book-episode-comment-list article>button{width:30px;min-height:38px;border:0;display:flex;flex-direction:column;align-items:center;gap:2px;color:#95899a;background:transparent}.audio-book-episode-comment-composer{margin-top:auto;border-top:1px solid rgba(255,255,255,.08);padding-top:12px;display:grid;grid-template-columns:34px minmax(0,1fr) 40px;align-items:center;gap:8px}.audio-book-episode-comment-composer>img{width:34px;height:34px;border-radius:50%;object-fit:cover}.audio-book-episode-comment-composer input{min-width:0;height:42px;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:0 13px;color:#fff;background:#ffffff0e;outline:none;font-size:8px}.audio-book-episode-comment-composer input:focus{border-color:#cf8bec8c;box-shadow:0 0 0 3px #af68d21a}.audio-book-episode-comment-composer input::placeholder{color:#746a78}.audio-book-episode-comment-composer>button{width:40px;height:40px;border:0;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#a66bd3,#6d58cf)}.audio-book-player-work{margin:12px 12px 0;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:11px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:10px;background:#17121d85;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.audio-book-player-work>img{width:48px;height:58px;border-radius:7px;object-fit:cover;box-shadow:0 8px 18px #00000047}.audio-book-player-work>div{min-width:0;display:grid;gap:3px}.audio-book-player-work>div small{color:#a481b2;font-size:6px;letter-spacing:.1em}.audio-book-player-work>div strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.audio-book-player-work>div span{color:#817687;font-size:7px}.audio-book-player-work>button{min-height:34px;border:1px solid rgba(199,139,229,.28);border-radius:999px;padding:0 10px;display:flex;align-items:center;gap:4px;color:#d0a3e4;background:#9954bc21;font-size:7px}.audio-book-player-work>button.active{color:#fff;background:linear-gradient(90deg,#9e62cd,#7059d3)}.audio-book-player-episodes,.audio-book-player-details,.audio-book-player-comments{scroll-margin-top:72px;margin:12px;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:15px;background:linear-gradient(145deg,#251b2ca3,#120f188a);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);box-shadow:0 14px 34px #00000026}.audio-book-player-episodes>header,.audio-book-player-comments>header{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.audio-book-player-episodes header>div,.audio-book-player-comments header>div,.audio-book-player-details>header{display:grid;gap:4px}.audio-book-player-episodes h2,.audio-book-player-details h2,.audio-book-player-comments h2{margin:0;font-family:Georgia,Songti SC,serif;font-size:17px}.audio-book-player-episodes header>small,.audio-book-player-comments header>small{color:#887d8c;font-size:7px}.audio-book-player-episode-rail{margin:12px -15px -2px;padding:0 15px 3px;display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.audio-book-player-episode-rail::-webkit-scrollbar{display:none}.audio-book-player-episode-rail>button{position:relative;flex:0 0 146px;min-height:116px;border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:12px;display:flex;flex-direction:column;align-items:flex-start;color:#bcb1c0;background:#ffffff09;text-align:left;scroll-snap-align:start}.audio-book-player-episode-rail>button.active{border-color:#cc85eb8a;background:linear-gradient(145deg,#9c58bf42,#5b46a92e);box-shadow:inset 0 0 0 1px #d49cee14}.audio-book-player-episode-rail>button>span{color:#c390d9;font-size:7px;font-weight:800}.audio-book-player-episode-rail strong{width:100%;margin-top:7px;overflow:hidden;color:#f0ebf2;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.audio-book-player-episode-rail small{margin-top:4px;color:#817684;font-size:7px}.audio-book-player-episode-rail em{margin-top:auto;color:#8b7e90;font-size:6px;font-style:normal}.audio-book-player-episode-rail i{position:absolute;right:8px;top:8px;color:#e0afea;font-size:6px;font-style:normal}.audio-book-player-detail-title{margin-top:13px;display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:10px}.audio-book-player-detail-title img{width:52px;height:64px;border-radius:8px;object-fit:cover}.audio-book-player-detail-title div{min-width:0;display:grid;gap:4px}.audio-book-player-detail-title strong{font-size:11px}.audio-book-player-detail-title small{color:#887e8d;font-size:7px}.audio-book-player-details>p{margin:13px 0 0;color:#b6aab9;font-family:Georgia,Songti SC,serif;font-size:9px;line-height:1.8}.audio-book-player-details dl{margin:15px 0 0;border-top:1px solid rgba(255,255,255,.08);padding-top:13px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.audio-book-player-details dl div{display:grid;gap:3px;text-align:center}.audio-book-player-details dt{color:#e5dae8;font-size:10px;font-weight:800}.audio-book-player-details dd{margin:0;color:#7f7483;font-size:6px}.audio-book-player-comment-list{margin-top:8px}.audio-book-player-comment-list article{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.08);display:grid;grid-template-columns:36px minmax(0,1fr) 28px;align-items:start;gap:9px}.audio-book-player-comment-list article>img{width:36px;height:36px;border-radius:50%;object-fit:cover}.audio-book-player-comment-list article>div{min-width:0}.audio-book-player-comment-list article strong{font-size:8px}.audio-book-player-comment-list article p{margin:5px 0;color:#b8aebc;font-size:8px;line-height:1.6}.audio-book-player-comment-list article small{color:#786f7c;font-size:6px}.audio-book-player-comment-list article>button{width:28px;min-height:38px;border:0;display:flex;flex-direction:column;align-items:center;gap:2px;color:#95899a;background:transparent}.audio-book-player-comment-composer{margin-top:13px;display:grid;grid-template-columns:34px minmax(0,1fr) 38px;align-items:center;gap:8px}.audio-book-player-comment-composer>img{width:34px;height:34px;border-radius:50%;object-fit:cover}.audio-book-player-comment-composer input{min-width:0;height:40px;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:0 13px;color:#fff;background:#ffffff0e;outline:none;font-size:8px}.audio-book-player-comment-composer input:focus{border-color:#cf8bec8c;box-shadow:0 0 0 3px #af68d21a}.audio-book-player-comment-composer input::placeholder{color:#746a78}.audio-book-player-comment-composer>button{width:38px;height:38px;border:0;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#a66bd3,#6d58cf)}.audio-book-player-end{padding:13px 0 8px;color:#cfb7d875;font-family:Georgia,Songti SC,serif;font-size:8px;letter-spacing:.18em;text-align:center}.creator-detail-page{position:absolute;z-index:210;top:0;right:0;bottom:0;left:0;overflow:hidden;color:#f3edf7;background:radial-gradient(circle at 50% 0,rgba(112,72,138,.26),transparent 30%),#0c0a0f}.creator-detail-header{position:absolute;z-index:3;inset:0 0 auto;min-height:calc(70px + env(safe-area-inset-top));padding:max(12px,env(safe-area-inset-top)) 15px 10px;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;border-bottom:1px solid rgba(255,255,255,.07);background:#0c0a0fdb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.creator-detail-header button{width:42px;height:42px;border:1px solid rgba(255,255,255,.09);border-radius:50%;display:grid;place-items:center;color:#eee7f2;background:#ffffff0a;font-size:18px}.creator-detail-header strong{text-align:center;font-size:16px}.creator-detail-scroll{position:absolute;top:0;right:0;bottom:0;left:0;padding:calc(96px + env(safe-area-inset-top)) 14px calc(30px + var(--safe-bottom));overflow-y:auto;scrollbar-width:none}.creator-detail-scroll::-webkit-scrollbar{display:none}.creator-detail-profile{position:relative;overflow:hidden;border:1px solid rgba(220,182,244,.15);border-radius:27px;padding:27px 20px 20px;display:flex;flex-direction:column;align-items:center;background:linear-gradient(155deg,#362442e6,#16121bf7 65%);text-align:center}.creator-detail-aura{position:absolute;top:-75px;left:50%;width:210px;height:150px;border-radius:50%;background:#a467c747;filter:blur(30px);transform:translate(-50%)}.creator-detail-profile>img{position:relative;width:82px;height:82px;border:2px solid rgba(255,255,255,.16);border-radius:25px;object-fit:cover;box-shadow:0 13px 30px #0000004d}.creator-detail-profile h1{margin:14px 0 5px;font-size:23px}.creator-detail-profile>p{max-width:280px;margin:0;color:#aaa0af;font-size:12px;line-height:1.6}.creator-detail-stats{width:100%;margin:20px 0 16px;display:grid;grid-template-columns:repeat(3,1fr)}.creator-detail-stats span{border-left:1px solid rgba(255,255,255,.07);display:grid;gap:3px}.creator-detail-stats span:first-child{border-left:0}.creator-detail-stats strong{font-size:17px}.creator-detail-stats small{color:#8e8493;font-size:9px}.creator-detail-profile>button{width:100%;min-height:46px;border:0;border-radius:15px;color:#fff;background:linear-gradient(120deg,#684679,#955daa);font-size:13px;font-weight:800}.creator-detail-profile>button.followed{color:#b4a9b8;background:#ffffff14}.creator-detail-feature{margin-top:12px;border:1px solid rgba(255,255,255,.07);border-radius:19px;padding:13px;display:grid;grid-template-columns:38px 1fr;gap:11px;background:#19151d}.creator-detail-feature>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;color:#e3b9f9;background:#6f46846b}.creator-detail-feature div{display:grid;gap:3px}.creator-detail-feature small{color:#9e75b1;font-size:8px;letter-spacing:.08em}.creator-detail-feature strong{font-size:12px}.creator-detail-feature p{margin:1px 0 0;color:#8e8492;font-size:10px;line-height:1.5}.creator-detail-works,.creator-detail-updates{margin-top:12px;border:1px solid rgba(255,255,255,.07);border-radius:21px;padding:15px;background:#18141c}.creator-detail-works>header{display:flex;align-items:flex-end;justify-content:space-between}.creator-detail-works>header div{display:grid;gap:2px}.creator-detail-works>header small{color:#9d75b1;font-size:8px;letter-spacing:.13em}.creator-detail-works h2,.creator-detail-updates h2{margin:0;font-size:16px}.creator-detail-works>header button{min-height:32px;border:0;display:flex;align-items:center;color:#94889a;background:transparent;font-size:10px}.creator-detail-works>div{margin-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.creator-detail-works>div>button{min-width:0;border:0;padding:0;display:grid;gap:7px;color:#ede7f0;background:transparent;text-align:left}.creator-detail-works img{width:100%;aspect-ratio:.78;border-radius:13px;object-fit:cover}.creator-detail-works span{display:grid;gap:2px}.creator-detail-works span strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.creator-detail-works span small{display:flex;align-items:center;gap:2px;color:#8d8292;font-size:8px}.creator-detail-works span small svg{color:#d77293}.creator-detail-updates>header{display:flex;align-items:center;gap:7px;color:#c493de}.creator-detail-updates article{margin-top:12px;display:grid;grid-template-columns:78px 1fr;gap:11px}.creator-detail-updates article>img{width:78px;height:78px;border-radius:14px;object-fit:cover}.creator-detail-updates article>div{display:flex;flex-direction:column;align-items:flex-start}.creator-detail-updates article strong{font-size:12px}.creator-detail-updates article p{margin:5px 0;color:#978d9b;font-size:10px;line-height:1.55}.creator-detail-updates article small{margin-top:auto;display:flex;align-items:center;gap:4px;color:#766e7a;font-size:8px}.novel-story-view{--novel-ink: #f0ebf3;--novel-muted: #c3bcc9;--novel-violet: #b994d2;--novel-cyan: #78ced2;width:min(100%,620px);margin:0 auto;padding:6px 2px 40px;color:var(--novel-ink);font-family:Songti SC,STSong,"Noto Serif SC",ui-serif,serif;font-size:17.5px;line-height:2.05;letter-spacing:.025em;animation:novel-view-in .22s ease-out;text-shadow:0 1px 10px rgba(0,0,0,.72),0 0 3px rgba(0,0,0,.6)}.novel-paragraph{margin:0 0 1.15em;color:#ece6f0;text-align:justify;text-indent:2em;text-wrap:pretty}.novel-character-block{margin:0 0 1.25em}.novel-speaker-cue{display:block;margin-bottom:.16em;color:var(--novel-violet);font-family:ui-sans-serif,system-ui,sans-serif;font-size:10.5px;font-weight:650;letter-spacing:.16em;text-shadow:0 0 12px rgba(178,131,208,.22)}.novel-character-copy{display:contents}.novel-dialogue,.novel-stage,.novel-user-entry p{margin:0 0 .72em;white-space:pre-line;text-wrap:pretty}.novel-dialogue{color:#eee3f5;font-size:1.04em;font-weight:650;line-height:1.95}.novel-character-block:nth-of-type(3n+1) .novel-dialogue,.novel-character-block:nth-of-type(3n+1) .novel-dialogue:before,.novel-character-block:nth-of-type(3n+1) .novel-dialogue:after{color:#8fe3a2}.novel-character-block:nth-of-type(3n+2) .novel-dialogue,.novel-character-block:nth-of-type(3n+2) .novel-dialogue:before,.novel-character-block:nth-of-type(3n+2) .novel-dialogue:after{color:#7fd4e6}.novel-character-block:nth-of-type(3n+3) .novel-dialogue,.novel-character-block:nth-of-type(3n+3) .novel-dialogue:before,.novel-character-block:nth-of-type(3n+3) .novel-dialogue:after{color:#f0d98a}.novel-dialogue:before{content:"“";color:var(--novel-violet)}.novel-dialogue:after{content:"”";color:var(--novel-violet)}.novel-stage{color:var(--novel-muted);font-size:.92em;font-style:italic;line-height:1.85;text-indent:2em}.novel-user-entry{margin:1.45em 0 1.7em;padding:.72em .2em .8em;border-block:1px solid rgba(174,153,190,.2);color:#ded5e6;background:transparent}.novel-user-entry>span{display:block;margin-bottom:.28em;color:#8dc8cc;font-family:ui-sans-serif,system-ui,sans-serif;font-size:10px;font-weight:700;letter-spacing:.18em}.novel-user-entry p{margin-bottom:0;font-family:ui-sans-serif,system-ui,sans-serif;font-size:.94em;line-height:1.75}.novel-story-view ::selection{color:#fff;background:#8f5db89e}.story-media-history{display:grid;grid-template-columns:minmax(0,1fr);gap:7px;width:min(calc(100% - 52px),360px);margin:2px 0 18px 52px}.story-media-history.multiple{grid-template-columns:repeat(2,minmax(0,1fr))}.story-media-history-item{position:relative;height:128px;margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#19151d;box-shadow:0 8px 24px #0003}.story-media-open{width:100%;height:100%;border:0;padding:0;display:block;color:inherit;background:transparent;cursor:pointer}.story-media-open:focus-visible{outline:2px solid #c79ae1;outline-offset:-3px}.story-media-play{position:absolute;inset:50% auto auto 50%;width:38px;height:38px;border:1px solid rgba(255,255,255,.28);border-radius:50%;display:grid;place-items:center;color:#fff;background:#0d0a10ad;box-shadow:0 5px 18px #00000052;transform:translate(-50%,-50%);pointer-events:none}.story-media-history.multiple .story-media-history-item{height:104px}.story-media-history-item img,.story-media-history-item video{display:block;width:100%;height:100%;object-fit:cover}.story-media-history-item figcaption{position:absolute;top:8px;left:8px;display:inline-flex;align-items:center;gap:4px;padding:4px 7px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#ffffffe6;background:#0f0b12b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:ui-sans-serif,system-ui,sans-serif;font-size:10px;font-weight:650;line-height:1;pointer-events:none}.story-media-history.novel{width:min(100%,340px);margin:.35em 0 1.45em}.story-media-history.novel .story-media-history-item{height:120px}.story-media-history.novel.multiple .story-media-history-item{height:100px}@keyframes novel-view-in{0%{opacity:0}to{opacity:1}}.chat-message-avatar-fallback{width:42px;height:42px;border:2px solid rgba(255,255,255,.12);border-radius:50%;display:grid;place-items:center;color:#bbb0c4;background:#221d29;font-size:13px;font-style:normal}.segmented-story-view .chat-message:not(.user-message) .message-body{width:100%;max-width:100%;padding:2px 4px 0;display:flex;flex-direction:column;align-items:flex-start}.segmented-story-view .chat-message:not(.user-message) .message-body strong{color:#d8cfde}.segmented-story-view .chat-message:not(.user-message) .message-body p{max-width:88%;padding:10px 14px;border:1px solid rgba(255,255,255,.055);border-radius:5px 18px 18px;color:#e2dce7;background:#28232d;text-align:left;box-shadow:0 7px 18px #00000029}.segmented-story-view .chat-message:not(.user-message) .message-body em{max-width:88%}@media(max-width:390px){.novel-story-view{padding-bottom:38px;font-size:15.5px;letter-spacing:.018em}}@media(prefers-reduced-motion:reduce){.novel-story-view{animation:none}}.profile-page{background:radial-gradient(circle at 78% 0,rgba(158,103,242,.24),transparent 35%),radial-gradient(circle at 0 36%,rgba(60,126,150,.08),transparent 27%),#0b0a12}.profile-xhs-page{--profile-accent: #c66bff;--profile-accent-soft: rgba(198,107,255,.18);--profile-accent-glow: rgba(190,77,255,.32);background:#0c0b10}.profile-theme-white{--profile-accent: #fff;--profile-accent-soft: rgba(255,255,255,.15);--profile-accent-glow: rgba(255,255,255,.2)}.profile-theme-black{--profile-accent: #8c8792;--profile-accent-soft: rgba(80,76,88,.28);--profile-accent-glow: rgba(0,0,0,.35)}.profile-theme-purple{--profile-accent: #d578ff;--profile-accent-soft: rgba(206,95,255,.22);--profile-accent-glow: rgba(195,69,255,.38)}.profile-xhs-scroll{padding:0 0 112px}.profile-xhs-hero{position:relative;height:268px;overflow:hidden}.profile-cover{width:100%;height:100%;display:block;object-fit:cover;object-position:center 28%}.profile-cover-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#05040824,#07060a47 28%,#0c0b10f7 82%)}.profile-xhs-topbar{position:absolute;top:max(16px,env(safe-area-inset-top));left:17px;right:17px;display:flex;align-items:center;justify-content:space-between}.profile-xhs-topbar>strong{font-size:15px;text-shadow:0 1px 10px rgba(0,0,0,.55)}.profile-xhs-topbar>button{width:36px;height:36px;border:1px solid rgba(255,255,255,.13);border-radius:50%;display:grid;place-items:center;color:#fff;background:#0c0a0f57;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.profile-xhs-info{position:absolute;top:92px;left:17px;right:17px;display:grid;gap:7px}.profile-xhs-identity{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:9px}.profile-xhs-identity>img{width:58px;height:58px;border:2px solid rgba(255,255,255,.82);border-radius:50%;object-fit:cover;box-shadow:0 8px 28px #0000004d}.profile-xhs-identity h1{margin:0;font-size:20px;letter-spacing:-.02em}.profile-xhs-identity p{margin:5px 0 0;color:#a8a1ad;font-size:9px}.profile-xhs-identity>button{height:34px;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:0 11px;display:flex;align-items:center;gap:4px;color:#f5f1f7;background:#ffffff0e;font-size:9px}.profile-cover-bio{margin:0;overflow:hidden;color:#ded9e2;font-size:10px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.profile-traits{display:flex;flex:0 0 auto;gap:5px}.profile-traits span{border-radius:999px;padding:3px 7px;color:#c2bac7;background:#ffffff14;font-size:7px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-manual{min-width:0;height:27px;flex:1;border:1px solid rgba(255,255,255,.09);border-radius:999px;padding:0 8px;display:flex;align-items:center;gap:4px;color:#fff;background:#14111852;text-align:left;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-manual svg{color:#bd90f4}.profile-manual b{flex:0 0 auto;font-size:8px}.profile-manual small{min-width:0;flex:1;overflow:hidden;color:#958d99;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.profile-manual>svg:last-child{color:#746c79}.profile-xhs-stats{padding:3px 0;border-top:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09);display:grid;grid-template-columns:repeat(3,1fr)}.profile-manual-card{margin:10px 15px 0;border:1px solid rgba(188,131,235,.15);border-radius:18px;padding:14px;background:linear-gradient(145deg,#31253bd1,#1b1721eb);box-shadow:0 12px 28px #00000021}.profile-manual-card>header{display:flex;align-items:center;gap:9px}.profile-manual-card>header>span{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;color:#d4b0fa;background:#9b60d82e}.profile-manual-card>header>div{display:grid;gap:2px}.profile-manual-card strong{color:#f5eef8;font-size:11px}.profile-manual-card small{color:#897f8e;font-size:7px}.profile-manual-card>p{margin:10px 0 0;display:-webkit-box;overflow:hidden;color:#c8becd;font-size:9px;line-height:1.62;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:7}.profile-editor-fields label>span>small{float:right;color:#706878;font-size:7px}.profile-wallet-entry{width:calc(100% - 30px);min-height:58px;margin:12px 15px 0;border:1px solid rgba(185,128,237,.15);border-radius:17px;padding:9px 12px;display:grid;grid-template-columns:38px minmax(0,1fr) auto 16px;align-items:center;gap:9px;color:#fff;background:linear-gradient(145deg,#2f2339e6,#1b1721f0);text-align:left}.wallet-entry-icon{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;color:#ffe9c0;background:linear-gradient(145deg,#f1b548b3,#ac691c6b);box-shadow:0 0 20px #eeac4359}.profile-wallet-entry>span:nth-child(2){min-width:0;display:grid;gap:3px}.profile-wallet-entry small{color:#928899;font-size:7px}.profile-wallet-entry strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.profile-wallet-entry em{color:#b999d8;font-size:7px;font-style:normal;white-space:nowrap}.profile-wallet-entry>svg{color:#756d7b}.profile-benefits{margin:12px 15px 0;display:grid;gap:8px}.profile-benefit-primary{border:1px solid color-mix(in srgb,var(--profile-accent) 28%,transparent);border-radius:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;background:linear-gradient(135deg,var(--profile-accent-soft),rgba(255,255,255,.035));box-shadow:0 12px 28px #00000029,0 0 24px var(--profile-accent-glow)}.profile-benefit-primary>button{min-width:0;min-height:68px;border:0;padding:10px;display:grid;grid-template-columns:37px minmax(0,1fr) 14px;align-items:center;gap:8px;color:#fff;background:transparent;text-align:left}.profile-benefit-primary>button+button{border-left:1px solid rgba(255,255,255,.1)}.profile-benefit-primary button>span:nth-child(2),.profile-invite-banner>span:nth-child(2){min-width:0;display:grid;gap:3px}.profile-benefits strong{font-size:12px;font-weight:800}.profile-benefits small{overflow:hidden;color:#bdb4c3;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.benefit-icon{width:37px;height:37px;border-radius:12px;display:grid;place-items:center}.benefit-icon.recharge{color:#ffe29b;background:linear-gradient(145deg,#f2bc504d,#b8761929)}.benefit-icon.member{color:#f4d9ff;background:linear-gradient(145deg,var(--profile-accent-soft),rgba(255,255,255,.08))}.profile-invite-banner{width:100%;min-height:61px;border:1px solid color-mix(in srgb,var(--profile-accent) 22%,transparent);border-radius:17px;padding:9px 11px;display:grid;grid-template-columns:37px minmax(0,1fr) auto 14px;align-items:center;gap:9px;color:#fff;background:linear-gradient(100deg,rgba(255,255,255,.045),var(--profile-accent-soft));text-align:left}.benefit-icon.invite{color:var(--profile-accent);background:var(--profile-accent-soft);box-shadow:0 0 18px var(--profile-accent-glow)}.profile-invite-banner em{border-radius:999px;padding:5px 8px;color:#fff;background:var(--profile-accent);font-size:7px;font-style:normal;font-weight:800;white-space:nowrap}.profile-service-menu{margin:10px 15px 0;border:1px solid rgba(255,255,255,.075);border-radius:18px;overflow:hidden;background:#ffffff07}.profile-service-menu>button,.profile-theme-setting>button{width:100%;min-height:50px;border:0;border-bottom:1px solid rgba(255,255,255,.06);padding:7px 11px;display:grid;grid-template-columns:32px 1fr auto 15px;align-items:center;gap:9px;color:#fff;background:transparent;text-align:left}.profile-service-menu button>span:first-child{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;color:var(--profile-accent);background:var(--profile-accent-soft)}.profile-service-menu strong{font-size:10px}.profile-service-menu small{color:#79717f;font-size:7px}.profile-service-menu svg:last-child{color:#6f6874}.profile-theme-setting>button{border-bottom:0}.profile-theme-setting.open>button{border-bottom:1px solid rgba(255,255,255,.06)}.profile-theme-setting.open>button>svg{transform:rotate(90deg)}.profile-theme-options{padding:9px 11px 12px 52px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.profile-theme-options button{height:32px;border:1px solid rgba(255,255,255,.08);border-radius:10px;display:flex;align-items:center;justify-content:center;gap:5px;color:#aaa2ae;background:#ffffff09;font-size:8px}.profile-theme-options button>span{width:13px;height:13px;border:2px solid rgba(255,255,255,.26);border-radius:50%}.profile-theme-options .white>span{background:#fff}.profile-theme-options .black>span{background:#17151b}.profile-theme-options .purple>span{background:#d578ff}.profile-theme-options button.active{border-color:var(--profile-accent);color:#fff;box-shadow:inset 0 0 0 1px var(--profile-accent-soft)}.profile-wallet-kong>button{min-width:0;min-height:58px;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:9px 10px;display:grid;grid-template-columns:36px minmax(0,1fr) 15px;align-items:center;gap:8px;color:#fff;background:#ffffff0f;text-align:left}.profile-wallet-kong>button:nth-child(1){background:linear-gradient(135deg,#f1b54857,#ac691c1f);border-color:#f1b5488c}.profile-wallet-kong>button:nth-child(2){background:linear-gradient(135deg,#51b4e357,#3670a91f);border-color:#51b4e38c}.profile-wallet-kong>button>span:nth-child(2){min-width:0;display:grid;gap:3px}.profile-wallet-kong strong{font-size:13px;font-weight:800;color:#fff}.profile-wallet-kong small{overflow:hidden;color:#b0a7b6;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.profile-wallet-kong svg:last-child{color:#716977}.wallet-entry-icon.claim{color:#e5f7ff;background:linear-gradient(145deg,#51b4e3b8,#3670a973);box-shadow:0 0 20px #50b0e15c}.profile-xhs-stats button{border:0;border-right:1px solid rgba(255,255,255,.075);display:grid;gap:2px;color:#fff;background:transparent}.profile-xhs-stats button:last-child{border-right:0}.profile-xhs-stats strong{font-size:13px}.profile-xhs-stats span{color:#8c8491;font-size:7px}.profile-block{margin:16px 15px 0;border:1px solid rgba(255,255,255,.07);border-radius:19px;padding:15px;background:#ffffff06}.profile-block>header{display:flex;align-items:center;justify-content:space-between}.profile-block>header small{color:#a778df;font-size:7px;font-weight:800;letter-spacing:.12em}.profile-block>header h2{margin:3px 0 0;font-size:14px}.profile-block>header button{border:0;display:flex;align-items:center;gap:2px;color:#8d8592;background:transparent;font-size:8px}.profile-recharge-grid{margin-top:13px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.profile-recharge-grid>button{min-width:0;border:0;border-radius:15px;padding:12px 5px;display:flex;flex-direction:column;align-items:center;gap:5px;color:#fff;background:#ffffff09}.profile-recharge-grid>button:disabled{opacity:.72}.profile-recharge-grid strong{font-size:9px}.profile-recharge-grid small{color:#7f7784;font-size:7px;line-height:1.35}.recharge-icon{width:38px;height:38px;border-radius:13px;display:grid;place-items:center}.recharge-icon.member{color:#d6b7ff;background:#8d57d529}.recharge-icon.coin{color:#ffd083;background:#ca8f2d26}.recharge-icon.ice{color:#9fdcff;background:#3f8fba26}.profile-creator-hub{margin-top:10px;padding:8px 10px}.profile-creator-hub>div{margin-top:6px;display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.profile-creator-hub>div button{min-width:0;border:0;border-radius:10px;padding:5px 2px;display:flex;flex-direction:column;align-items:center;gap:2px;color:#fff;background:#ffffff08}.profile-creator-hub>div button>span{width:22px;height:22px;border-radius:8px;display:grid;place-items:center;color:#c7a3f0;background:#8857c424}.profile-creator-hub>div button>span svg{width:15px;height:15px}.profile-creator-hub>div strong{font-size:8px}.profile-creator-hub>div small{color:#7f7784;font-size:6px}.profile-content{margin-top:18px;border-top:1px solid rgba(255,255,255,.065)}.profile-content-tabs{height:46px;display:grid;grid-template-columns:repeat(3,1fr);position:sticky;top:0;z-index:3;background:#0c0b10f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.profile-content-tabs button{position:relative;border:0;color:#817985;background:transparent;font-size:10px}.profile-content-tabs button.active{color:#fff;font-weight:800}.profile-content-tabs button.active:after{content:"";position:absolute;left:39%;right:39%;bottom:5px;height:2px;border-radius:999px;background:var(--profile-accent);box-shadow:0 0 10px var(--profile-accent-glow)}.profile-content-grid{padding:2px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px}.profile-content-grid>button{min-width:0;border:0;padding:0 0 10px;display:grid;grid-template-columns:1fr auto;color:#fff;background:#111016;text-align:left}.profile-content-grid img{grid-column:1 / -1;width:100%;aspect-ratio:.86;object-fit:cover}.profile-content-type{grid-column:1 / -1;margin:8px 9px 3px;display:inline-flex;align-items:center;gap:3px;width:fit-content;padding:2px 7px;border-radius:999px;color:#fff;background:var(--profile-accent);font-size:8px;font-weight:700}.posts-grid .profile-content-type{background:#51b4e3e6}.posts-grid>button{background:#0d1016}.generated-grid .profile-content-type{background:#5ec48ceb}.generated-grid>button{background:#0c1410}.profile-content-grid strong{margin-left:9px;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.profile-content-grid small{margin-right:9px;color:#716a75;font-size:7px;white-space:nowrap}.profile-activity-grid{padding:13px 15px 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.profile-activity-grid button{min-width:0;border:1px solid rgba(255,255,255,.06);border-radius:15px;padding:13px 5px;display:flex;flex-direction:column;align-items:center;gap:5px;color:#fff;background:#ffffff06}.profile-activity-grid button>span{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;color:#bd9ce4;background:#8a57c724}.profile-activity-grid button.rose>span{color:#ef9ab5;background:#ce527f21}.profile-activity-grid button.blue>span{color:#9ecaf2;background:#437ab226}.profile-activity-grid button.gold>span{color:#edc47b;background:#b67e2424}.profile-activity-grid button.green>span{color:#8ed9b6;background:#37976b24}.profile-activity-grid strong{font-size:11px}.profile-activity-grid small{color:#827a87;font-size:7px}.profile-editor{position:absolute;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;flex-direction:column;color:#fff;background:#0d0c12}.profile-editor>header{min-height:64px;padding:max(14px,env(safe-area-inset-top)) 14px 10px;border-bottom:1px solid rgba(255,255,255,.07);display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:9px;background:#0d0c12f5}.profile-editor>header button{min-height:34px;border:0;border-radius:999px;padding:0 11px;color:#fff;background:#ffffff0f;font-size:9px}.profile-editor>header button:first-child{width:34px;padding:0;display:grid;place-items:center}.profile-editor>header div{display:grid;gap:2px}.profile-editor>header strong{font-size:14px}.profile-editor>header small{color:#817a86;font-size:7px}.profile-editor-scroll{flex:1;min-height:0;overflow-y:auto;padding-bottom:30px}.profile-background-editor{height:180px;position:relative;display:block;overflow:hidden}.profile-background-editor img{width:100%;height:100%;object-fit:cover}.profile-background-editor:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent,#00000080)}.profile-background-editor span{position:absolute;z-index:1;left:50%;bottom:18px;transform:translate(-50%);border-radius:999px;padding:8px 12px;display:flex;align-items:center;gap:5px;color:#fff;background:#0c0a0fad;font-size:8px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.profile-background-editor input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;opacity:0;cursor:pointer}.profile-editor-fields{padding:17px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 10px}.profile-editor-fields label{min-width:0;display:grid;gap:6px;color:#9d95a2;font-size:9px}.profile-editor-fields label.full{grid-column:1 / -1}.profile-editor-fields input,.profile-editor-fields select,.profile-editor-fields textarea{width:100%;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:10px 11px;outline:0;color:#fff;background:#ffffff0a;font:inherit;resize:vertical}.profile-editor-fields input:focus,.profile-editor-fields select:focus,.profile-editor-fields textarea:focus{border-color:#ae70ebb8;box-shadow:0 0 0 3px #9358cf1f}.recharge-page{background:#0c0b11}.recharge-scroll{padding:max(16px,env(safe-area-inset-top)) 15px 34px}.recharge-header{display:flex;align-items:center;gap:10px}.recharge-header>button{width:36px;height:36px;border:1px solid rgba(255,255,255,.08);border-radius:50%;display:grid;place-items:center;color:#fff;background:#ffffff0a}.recharge-header small{color:#a575dc;font-size:7px;font-weight:800;letter-spacing:.13em}.recharge-header h1{margin:2px 0 0;font-size:20px}.recharge-membership-banner{width:100%;min-height:66px;margin-top:15px;border:1px solid rgba(189,134,240,.17);border-radius:18px;padding:11px 12px;display:grid;grid-template-columns:38px 1fr auto 15px;align-items:center;gap:9px;color:#fff;background:linear-gradient(135deg,#4f3065db,#271d31f0);text-align:left}.recharge-membership-banner>span{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;color:#ebcaff;background:#ffffff14}.recharge-membership-banner>div{display:grid;gap:3px}.recharge-membership-banner strong{font-size:11px}.recharge-membership-banner small{color:#b7a7c1;font-size:7px}.recharge-membership-banner em{color:#e0c9f5;font-size:8px;font-style:normal;white-space:nowrap}.recharge-balance-card{margin-top:10px;border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:14px;background:#ffffff08}.recharge-balance-card>header{display:grid;grid-template-columns:repeat(2,1fr)}.recharge-balance-card>header>div{display:grid;gap:4px}.recharge-balance-card>header>div:last-child{border-left:1px solid rgba(255,255,255,.07);padding-left:14px}.recharge-balance-card small{color:#8e8594;font-size:8px}.recharge-balance-card strong{font-size:17px}.recharge-balance-card strong em{color:#b09abf;font-size:8px;font-style:normal;font-weight:500}.recharge-balance-card>p{margin:11px 0 0;padding-top:10px;border-top:1px solid rgba(255,255,255,.06);color:#7e7584;font-size:7px;line-height:1.5}.recharge-methods{margin-top:10px;display:grid;gap:8px}.recharge-methods>button{min-height:60px;border:1px solid rgba(255,255,255,.065);border-radius:16px;padding:9px 11px;display:grid;grid-template-columns:38px 1fr 16px;align-items:center;gap:10px;color:#fff;background:#ffffff07;text-align:left}.recharge-methods>button>div{display:grid;gap:3px}.recharge-methods strong{font-size:10px}.recharge-methods small{color:#827987;font-size:7px}.recharge-methods>button>svg{color:#716977}.recharge-icon.reward{color:#aee2ff;background:#4491b926}.free-ice-tasks{margin-top:14px}.free-ice-tasks>header{display:flex;align-items:end;justify-content:space-between}.free-ice-tasks>header small{color:#a575dc;font-size:7px;font-weight:800;letter-spacing:.12em}.free-ice-tasks>header h2{margin:3px 0 0;font-size:14px}.free-ice-tasks>header>span{color:#756d79;font-size:7px}.free-ice-tasks>div{margin-top:9px;border:1px solid rgba(255,255,255,.065);border-radius:17px;overflow:hidden;background:#ffffff06}.free-ice-tasks button{width:100%;min-height:53px;border:0;border-bottom:1px solid rgba(255,255,255,.055);padding:8px 11px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;color:#fff;background:transparent;text-align:left}.free-ice-tasks button:last-child{border-bottom:0}.free-ice-tasks button>span{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;color:#c7a4e7;background:#8857c41f}.free-ice-tasks button>div{display:grid;gap:2px}.free-ice-tasks strong{font-size:9px}.free-ice-tasks small{color:#8e8295;font-size:7px}.free-ice-tasks em{color:#b28bd6;font-size:7px;font-style:normal}.free-ice-tasks.claim-only{margin-top:16px}.purchase-tabs{margin-top:14px;border-radius:13px;padding:3px;display:grid;grid-template-columns:repeat(2,1fr);background:#ffffff0b}.purchase-tabs button{height:34px;border:0;border-radius:10px;color:#817887;background:transparent;font-size:9px}.purchase-tabs button.active{color:#fff;background:#975ed53d;font-weight:800}.purchase-swipe-panel{margin-top:9px;border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:14px;background:#ffffff08;touch-action:pan-y}.purchase-swipe-panel>header{display:flex;align-items:center;gap:10px}.purchase-swipe-panel>header>div{display:grid;gap:3px}.purchase-swipe-panel>header strong{font-size:12px}.purchase-swipe-panel>header small{color:#847a89;font-size:7px}.purchase-package-grid{margin-top:13px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.purchase-package-grid button{min-height:52px;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:8px;color:#e6ddea;background:#ffffff09;font-size:8px}.purchase-swipe-panel>p{margin:11px 0 0;color:#68606d;font-size:7px;text-align:center}.profile-scroll{padding:max(20px,env(safe-area-inset-top)) 16px 112px}.profile-topbar{display:flex;align-items:center;justify-content:space-between}.profile-topbar h1,.profile-subheader h1{margin:3px 0 0;font-size:29px;letter-spacing:-.03em}.profile-hero{margin-top:18px;padding:18px;overflow:hidden;background:radial-gradient(circle at 90% 5%,rgba(124,78,222,.36),transparent 45%),#191622eb}.profile-identity{display:grid;grid-template-columns:62px 1fr auto;align-items:center;gap:12px}.profile-identity>img{width:62px;height:62px;border:2px solid rgba(255,255,255,.78);border-radius:50%;object-fit:cover}.profile-identity h2{margin:0;font-size:18px}.profile-identity input{width:100%;border:0;border-bottom:1px solid #9c73ef;outline:0;color:#fff;background:transparent;font-weight:700}.profile-identity p{margin:5px 0 0;color:#97909f;font-size:10px;line-height:1.45}.profile-identity>button{height:34px;border:1px solid var(--line);border-radius:999px;padding:0 10px;display:flex;align-items:center;gap:4px;background:#272230;font-size:10px;cursor:pointer}.profile-stats{margin-top:22px;padding-top:17px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr)}.profile-stats button{min-width:0;border:0;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:5px;background:transparent;cursor:pointer}.profile-stats button:last-child{border-right:0}.profile-stats strong{font-size:18px}.profile-stats span{color:#918a9b;font-size:9px}.profile-conversation-summary{width:100%;min-height:92px;margin-top:14px;border:1px solid rgba(171,121,242,.2);border-radius:22px;padding:14px 15px;display:grid;grid-template-columns:46px minmax(0,1fr) auto 18px;align-items:center;gap:11px;color:#fff;background:radial-gradient(circle at 95% 5%,rgba(131,86,225,.28),transparent 46%),linear-gradient(145deg,#221c2df7,#17141ff5);box-shadow:0 14px 32px #00000029;text-align:left;cursor:pointer}.conversation-summary-icon{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;color:#d8c2ff;background:#8858dc33}.conversation-summary-copy{min-width:0;display:grid;gap:2px}.conversation-summary-copy small{color:#a59dad;font-size:8px}.conversation-summary-copy strong{font-size:22px;letter-spacing:-.02em}.conversation-summary-copy em{overflow:hidden;color:#777080;font-size:7px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.conversation-summary-trend{border-radius:999px;padding:5px 7px;color:#a7dbbd;background:#3f97691f;font-size:7px;white-space:nowrap}.profile-conversation-summary>svg{color:#797182}.profile-interactions{margin-top:14px;padding:17px 15px 15px}.profile-interactions .profile-section-heading>div{display:grid;gap:3px}.profile-interactions .profile-section-heading>div>small{color:#8f6fb5;font-size:7px;font-weight:800;letter-spacing:.13em}.profile-interactions .profile-section-heading>span{color:#746d7a;font-size:7px}.profile-interaction-grid{margin-top:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.profile-interaction-grid>button{min-width:0;min-height:102px;border:1px solid rgba(255,255,255,.06);border-radius:17px;padding:10px 5px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#b8afbf;background:#ffffff06;cursor:pointer}.profile-interaction-grid>button>span{width:35px;height:35px;border-radius:13px;display:grid;place-items:center}.profile-interaction-grid>button.like>span{color:#f09ab6;background:#ce527f21}.profile-interaction-grid>button.favorite>span{color:#d7b6ff;background:#814ecf26}.profile-interaction-grid>button.comment>span{color:#9ecaf2;background:#437ab226}.profile-interaction-grid strong{font-size:14px}.profile-interaction-grid small{color:#8c8492;font-size:8px}.profile-assets{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.token-card,.daily-card{min-height:144px;border:1px solid var(--line);border-radius:22px;padding:14px;display:flex;flex-direction:column;justify-content:space-between;background:#181520eb;box-shadow:0 12px 32px #00000024}.token-card{background:radial-gradient(circle at 90% 0,rgba(230,178,82,.2),transparent 44%),#191620f0}.daily-card{background:radial-gradient(circle at 90% 0,rgba(122,87,211,.24),transparent 46%),#191620f0}.daily-card.claimed{background:radial-gradient(circle at 90% 0,rgba(60,154,118,.19),transparent 46%),#161c1cf0}.asset-card-heading{display:flex;align-items:center;gap:9px}.asset-icon{width:39px;height:39px;flex:0 0 39px;border-radius:14px;display:grid;place-items:center}.asset-icon.token{color:#ffd388;background:#d79b3429}.asset-icon.reward{color:#d5b9ff;background:#7748c82e}.claimed .asset-icon.reward{color:#8de0b5;background:#38976a2b}.asset-card-heading>div{min-width:0;display:flex;flex-direction:column;gap:3px}.asset-card-heading small{color:#8d8595;font-size:9px}.asset-card-heading strong{overflow:hidden;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.token-card>button,.daily-card>button{height:34px;border:1px solid rgba(255,255,255,.07);border-radius:999px;padding:0 11px;display:flex;align-items:center;justify-content:center;gap:3px;color:#cfc6d6;background:#ffffff0a;font-size:9px;cursor:pointer}.daily-card>button{border-color:#a778f13d;color:#dfccff;background:#7748c829}.daily-card>button:disabled{border-color:#499b7026;color:#82cda4;background:#358b601c;cursor:default}.profile-entry-grid{margin-top:14px;display:grid;gap:10px}.profile-entry-card{min-height:82px;border:1px solid var(--line);border-radius:21px;padding:13px 14px;display:grid;grid-template-columns:48px 1fr 20px;align-items:center;gap:11px;color:#fff;background:#181520eb;text-align:left;cursor:pointer}.profile-entry-card.card-pack-entry{background:radial-gradient(circle at 95% 0,rgba(71,122,199,.15),transparent 42%),#181520f0}.profile-entry-card.creation-entry{background:radial-gradient(circle at 95% 0,rgba(195,78,137,.13),transparent 42%),#181520f0}.profile-entry-card.creator-center-entry{min-height:94px;grid-template-columns:48px minmax(0,1fr) auto 20px;background:radial-gradient(circle at 95% 0,rgba(181,85,160,.2),transparent 45%),linear-gradient(145deg,#251b2cf7,#181521f2)}.creator-center-entry .entry-icon{color:#f0b9da;background:#b94c8e24}.profile-entry-badge{border:1px solid rgba(213,147,190,.16);border-radius:999px;padding:5px 7px;color:#c398b4;background:#ab4f891a;font-size:7px;white-space:nowrap}.entry-icon{width:48px;height:48px;border-radius:17px;display:grid;place-items:center;color:#ceb3ff;background:#7748c829}.card-pack-entry .entry-icon{color:#9fc6ff;background:#3d71be26}.profile-entry-card>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:5px}.profile-entry-card strong{font-size:14px}.profile-entry-card small{overflow:hidden;color:#8c8594;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.profile-entry-card>svg{color:#716a79}.profile-section{margin-top:14px;padding:18px 16px}.profile-section-heading{display:flex;align-items:center;justify-content:space-between}.profile-section-heading h2{margin:0;font-size:16px}.feature-grid{margin-top:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px 6px}.feature-grid button{min-width:0;border:0;display:flex;flex-direction:column;align-items:center;gap:8px;color:#b5aebe;background:transparent;font-size:9px;cursor:pointer}.feature-grid button>span{width:43px;height:43px;border:1px solid rgba(161,113,245,.12);border-radius:15px;display:grid;place-items:center;color:#b7afc2;background:#ffffff06}.profile-version{margin:24px 0 0;color:#5d5864;text-align:center;font-size:9px}.profile-subheader{min-height:61px;display:grid;grid-template-columns:42px 1fr;align-items:center;gap:11px}.profile-subheader>button{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:#191620;cursor:pointer}.card-pack-summary{min-height:112px;margin-top:17px;padding:17px;display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:12px;background:radial-gradient(circle at 92% 5%,rgba(103,73,189,.26),transparent 46%),#181520f0}.card-pack-summary>span{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;color:#d6bfff;background:#7748c833}.card-pack-summary>div{display:flex;flex-direction:column;gap:4px}.card-pack-summary small{color:#8e8696;font-size:9px}.card-pack-summary strong{font-size:26px}.card-pack-summary i{margin-left:3px;color:#a69dad;font-size:10px;font-style:normal}.card-pack-summary>button{height:33px;border:1px solid var(--line);border-radius:999px;padding:0 10px;color:#b9b0c1;background:#ffffff09;font-size:9px;cursor:pointer}.card-pack-list{margin-top:13px;display:grid;gap:12px}.generation-card{min-height:222px;border:1px solid var(--line);border-radius:24px;padding:17px;overflow:hidden;background:#181520f0;box-shadow:0 14px 34px #00000026}.generation-card.voice{background:radial-gradient(circle at 100% 0,rgba(83,129,218,.2),transparent 48%),#171622f5}.generation-card.video{background:radial-gradient(circle at 100% 0,rgba(201,75,144,.18),transparent 48%),#191521f5}.generation-card-top{display:flex;align-items:center;justify-content:space-between}.generation-card-icon{width:45px;height:45px;border-radius:16px;display:grid;place-items:center;color:#adcaff;background:#4977cc2b}.video .generation-card-icon{color:#ffb4d9;background:#bf428429}.generation-card-type{padding:5px 8px;border-radius:999px;color:#9f96a8;background:#ffffff0a;font-size:8px}.generation-card h2{margin:15px 0 0;font-size:18px}.generation-card>p{margin:5px 0 0;color:#8f8797;font-size:9px}.generation-balance{margin-top:17px;display:flex;align-items:baseline;gap:4px}.generation-balance strong{font-size:28px}.generation-balance span{color:#8b8392;font-size:9px}.generation-progress{height:5px;margin-top:8px;border-radius:999px;overflow:hidden;background:#ffffff0f}.generation-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(to right,#729ee9,#a982f0)}.video .generation-progress span{background:linear-gradient(to right,#d769a3,#a880ee)}.generation-card-footer{margin-top:15px;display:flex;align-items:center;justify-content:space-between}.generation-card-footer small{display:flex;align-items:center;gap:4px;color:#746d79;font-size:8px}.generation-card-footer button{height:31px;border:1px solid var(--line);border-radius:999px;padding:0 10px;color:#bab1c1;background:#ffffff08;font-size:8px;cursor:pointer}.creation-filter-tabs{margin:18px 0 14px;padding:4px;border:1px solid var(--line);border-radius:16px;display:grid;grid-template-columns:repeat(4,1fr);background:#15121be0}.creator-center-summary{margin-top:17px;padding:16px;background:radial-gradient(circle at 100% 0,rgba(159,89,207,.25),transparent 50%),#191521f2}.creator-center-summary>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.creator-center-summary>header>div{display:grid;gap:3px}.creator-center-summary header small{color:#9a73ad;font-size:7px;font-weight:800;letter-spacing:.12em}.creator-center-summary h2,.creator-content-heading h2{margin:0;font-size:16px}.creator-center-summary header button{border:0;display:flex;align-items:center;gap:2px;color:#9b8ba4;background:transparent;font-size:8px}.creator-center-summary>div:last-child{margin-top:15px;border-top:1px solid var(--line);padding-top:14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.creator-center-summary article{min-width:0;border-right:1px solid var(--line);display:grid;gap:4px;text-align:center}.creator-center-summary article:last-child{border-right:0}.creator-center-summary article strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.creator-center-summary article small{color:#817987;font-size:7px}.creator-content-heading{margin-top:21px;display:flex;align-items:baseline;justify-content:space-between}.creator-content-heading small{color:#79717e;font-size:8px}.creation-filter-tabs button{height:36px;border:0;border-radius:12px;color:#89818f;background:transparent;font-size:10px;cursor:pointer}.creation-filter-tabs button.active{color:#fff;background:#7b4bc93b}.my-creation-list{display:grid;gap:10px}.my-creation-card{min-height:113px;border:1px solid var(--line);border-radius:20px;padding:10px;display:grid;grid-template-columns:86px 1fr 38px;align-items:center;gap:11px;background:#17141ee8}.my-creation-card>img{width:86px;height:92px;border-radius:14px;object-fit:cover}.my-creation-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.creation-type-label{display:flex;align-items:center;gap:4px;color:#b79be6;font-size:8px}.my-creation-copy h2{width:100%;margin:7px 0 5px;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.my-creation-copy>small{color:#6f6875;font-size:8px}.creation-status{margin-top:8px;padding:4px 7px;border-radius:999px;display:flex;align-items:center;gap:3px;color:#a79dad;background:#ffffff0a;font-size:8px}.creation-status.public{color:#85d5ad;background:#3c986a1f}.my-creation-card>button{width:37px;height:37px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:#c4b5d5;background:#ffffff09;cursor:pointer}@media(max-width:350px){.conversation-summary-trend,.profile-entry-badge{display:none}.profile-conversation-summary{grid-template-columns:43px minmax(0,1fr) 18px}.profile-entry-card.creator-center-entry{grid-template-columns:48px minmax(0,1fr) 20px}.profile-assets{grid-template-columns:1fr}.my-creation-card{grid-template-columns:72px 1fr 36px}.my-creation-card>img{width:72px;height:82px}}.create-page{background:radial-gradient(circle at 84% 0,rgba(135,82,224,.2),transparent 31%),radial-gradient(circle at 5% 30%,rgba(54,112,164,.1),transparent 28%),#0b0a12}.create-scroll{padding:max(20px,env(safe-area-inset-top)) 16px 112px}.create-scroll.creator-active{padding:0 0 178px}.create-page-header{min-height:59px;display:flex;align-items:center;justify-content:space-between;gap:11px}.create-page-header.with-back{position:sticky;z-index:62;top:0;min-height:calc(68px + env(safe-area-inset-top));padding:max(10px,env(safe-area-inset-top)) 13px 9px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:38px minmax(0,1fr) auto;background:#0b0a12f5;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.create-page-header h1{margin:3px 0 0;font-size:29px;letter-spacing:-.03em}.create-page-header.with-back h1{margin:0;font-size:17px;letter-spacing:-.02em}.create-back-button{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:#18151f;cursor:pointer}.create-title-group{min-width:0}.create-title-group>span{display:flex;align-items:center;gap:5px}.create-title-group>span>button{width:28px;height:28px;border:0;border-radius:50%;display:grid;place-items:center;color:#857d8d;background:transparent;cursor:pointer}.create-header-actions{display:flex;align-items:center;gap:5px}.create-header-actions button{height:36px;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:0 10px;display:flex;align-items:center;gap:4px;color:#c8c0cf;background:#1b1821;font-size:9px;font-weight:700;cursor:pointer}.create-header-actions button:last-child{width:36px;padding:0;justify-content:center}.create-header-badge{padding:6px 10px;border:1px solid rgba(177,131,255,.22);border-radius:999px;color:#d8c4fa;background:#7346ba2b;font-size:9px}.create-intro{margin-top:18px;padding:18px;display:grid;grid-template-columns:48px 1fr;align-items:center;gap:13px;background:linear-gradient(135deg,#7643c23d,#181520e6)}.create-intro-icon{width:48px;height:48px;border-radius:17px;display:grid;place-items:center;color:#e4d5ff;background:linear-gradient(145deg,#8f5eea,#5c35b4);box-shadow:0 10px 26px #6636be57}.create-intro h2{margin:0;font-size:16px;line-height:1.35}.create-intro p{margin:6px 0 0;color:#9991a3;font-size:10px;line-height:1.55}.creation-grid{margin-top:15px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.creation-card{position:relative;min-height:176px;border:1px solid var(--line);border-radius:23px;padding:14px;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;color:#fff;background:#181520e8;text-align:left;cursor:pointer}.creation-card:before{content:"";position:absolute;top:-34px;right:-32px;width:100px;height:100px;border-radius:50%;background:var(--card-glow, rgba(129, 79, 214, .2));filter:blur(24px);pointer-events:none}.creation-card.violet{--card-accent: #bb96ff;--card-glow: rgba(138, 84, 230, .38)}.creation-card.blue{--card-accent: #8ec6ff;--card-glow: rgba(51, 120, 202, .34)}.creation-card.rose{--card-accent: #ff9fc5;--card-glow: rgba(199, 61, 125, .3)}.creation-card.amber{--card-accent: #f5c484;--card-glow: rgba(185, 112, 41, .28)}.creation-card.cyan{--card-accent: #8fe5de;--card-glow: rgba(37, 151, 150, .28)}.creation-card.wide{grid-column:1 / -1;min-height:143px}.creation-card-top{width:100%;display:flex;align-items:center;justify-content:space-between}.creation-type-icon{width:43px;height:43px;border-radius:15px;display:grid;place-items:center;color:var(--card-accent);background:#ffffff0e}.creation-badge{padding:4px 7px;border-radius:999px;color:var(--card-accent);background:#ffffff0b;font-size:8px}.creation-card>strong{margin-top:15px;font-size:17px}.creation-description{margin-top:5px;color:#948d9e;font-size:10px;line-height:1.45}.creation-enter{margin-top:auto;padding-top:12px;display:flex;align-items:center;gap:3px;color:var(--card-accent);font-size:10px}.creator-form{margin-top:16px}.required-note{margin:0 0 11px;color:#837b8c;font-size:9px}.required-note b,.create-field-label b{margin-left:2px;color:#ff739f}.create-form-section,.advanced-settings{margin-bottom:14px;border:1px solid var(--line);border-radius:24px;padding:17px 15px;background:#17141ee6;box-shadow:0 14px 34px #00000024}.create-section-heading{margin-bottom:18px;display:flex;align-items:center;justify-content:space-between}.create-section-heading>div{display:flex;align-items:center;gap:9px}.create-section-heading>div>span{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;color:#d9c5ff;background:#814edb33;font-size:9px;font-weight:800}.create-section-heading h2{margin:0;font-size:16px}.create-section-heading>small{color:#8c8495;font-size:9px}.create-field{min-width:0;margin:0 0 17px;display:block}.create-field:last-child{margin-bottom:0}.create-field-label{min-height:23px;margin-bottom:7px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;color:#dfd8e5;font-size:11px}.create-field-label>small{max-width:60%;color:#776f7f;text-align:right;font-size:8px;line-height:1.4}.create-field input:not([type=radio]):not([type=file]),.create-field select,.create-field textarea{width:100%;border:1px solid rgba(255,255,255,.08);border-radius:15px;color:#f5f0f8;background:#100e15;transition:border-color .16s ease,box-shadow .16s ease}.create-field input:not([type=radio]):not([type=file]),.create-field select{height:47px;padding:0 13px}.create-field textarea{min-height:94px;padding:12px 13px;resize:vertical;line-height:1.6}.create-field input:focus,.create-field select:focus,.create-field textarea:focus{border-color:#ae7eff85;outline:0;box-shadow:0 0 0 3px #8b55e51a}.create-field input::placeholder,.create-field textarea::placeholder{color:#625c68}.upload-zone{position:relative;min-height:142px;border:1px dashed rgba(177,132,250,.34);border-radius:18px;overflow:hidden;display:grid;place-items:center;color:#a99db5;background:#5a388b12;cursor:pointer}.upload-zone.avatar{width:118px;min-height:118px;border-radius:50%}.upload-zone.poster{width:145px;min-height:188px}.upload-zone input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.upload-empty{padding:20px;display:flex;flex-direction:column;align-items:center;gap:7px;text-align:center}.upload-empty>span{width:43px;height:43px;border-radius:14px;display:grid;place-items:center;color:#c6a8f7;background:#814edb2e}.upload-empty>strong{color:#c9c0d1;font-size:11px}.upload-empty>small{display:flex;align-items:center;gap:4px;color:#756d7d;font-size:8px}.upload-preview-grid{position:absolute;top:0;right:0;bottom:0;left:0;display:grid}.upload-preview-grid.multiple{grid-template-columns:repeat(3,1fr);gap:2px}.upload-preview-grid img,.upload-preview-grid video{width:100%;height:100%;min-height:0;object-fit:cover}.preview-count{position:absolute;right:8px;bottom:8px;padding:4px 7px;border-radius:999px;color:#fff;background:#08070cb8;font-size:9px}.visibility-field{padding:0;border:0}.visibility-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.visibility-options.three{grid-template-columns:repeat(3,minmax(0,1fr))}.visibility-options label{position:relative}.visibility-options input{position:absolute;opacity:0;pointer-events:none}.visibility-options label>span{min-height:78px;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:10px 7px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#8e8796;background:#110f16;text-align:center;cursor:pointer}.visibility-options input:checked+span{border-color:#af7eff73;color:#d8c5fa;background:#7748c529;box-shadow:0 0 0 2px #7848c612}.visibility-options b{color:#ddd6e3;font-size:10px}.visibility-options small{color:#716a77;font-size:8px}.advanced-settings{padding:0;overflow:hidden}.advanced-settings summary{min-height:72px;padding:14px 16px;display:flex;flex-direction:column;justify-content:center;gap:4px;cursor:pointer;list-style:none}.advanced-settings summary::-webkit-details-marker{display:none}.advanced-settings summary>span{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:700}.advanced-settings summary>small{color:#7d7585;font-size:9px}.advanced-settings[open] summary{border-bottom:1px solid var(--line)}.advanced-settings-body{padding:17px 15px 4px}.story-mode-options{display:grid;gap:8px}.story-mode-options label{min-height:73px;border:1px solid rgba(255,255,255,.07);border-radius:17px;padding:10px 12px;display:grid;grid-template-columns:42px 1fr;align-items:center;gap:10px;background:#100e15;cursor:pointer}.story-mode-options label.selected{border-color:#ae7eff73;background:#6b41b126}.story-mode-options input{position:absolute;opacity:0;pointer-events:none}.story-mode-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:#c9aafa;background:#824fd92b}.story-mode-options label>span:last-child{display:flex;flex-direction:column;gap:4px}.story-mode-options b{font-size:11px}.story-mode-options small{color:#7f7788;font-size:8px;line-height:1.4}.custom-prompt-field{margin-top:16px}.create-inline-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.assumption-note{margin-bottom:12px;padding:11px 13px;border:1px solid rgba(237,186,109,.16);border-radius:14px;color:#c1ac8c;background:#8e5b1d1a;font-size:9px;line-height:1.55}.create-form-actions{margin-top:16px;display:grid;grid-template-columns:.9fr 1.25fr;gap:9px}.story-creator-wizard{min-height:100%;background:#0b0a12}.creator-step-tabs{position:sticky;z-index:60;top:calc(68px + env(safe-area-inset-top));min-height:108px;padding:9px 12px 8px;border-bottom:1px solid var(--line);display:block;background:#0d0b12f7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.creator-step-status{margin-bottom:8px;display:flex;align-items:center;justify-content:space-between;gap:8px}.creator-step-status span{color:#7f7686;font-size:9px}.creator-step-status strong{color:#d9cee0;font-size:10px}.creator-step-tab-list{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(74px,1fr);gap:6px;overflow-x:auto;scrollbar-width:none}.creator-step-tab-list::-webkit-scrollbar{display:none}.creator-step-tabs button{min-height:47px;border:1px solid rgba(255,255,255,.06);border-radius:13px;padding:5px 7px;display:flex;align-items:center;justify-content:center;gap:6px;color:#87808d;background:#ffffff06;font-weight:750;cursor:pointer}.creator-step-tabs button>span{flex:0 0 auto;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;color:#9a8da2;background:#ffffff0e;font-size:9px}.creator-step-tabs button small{color:inherit;font-size:9px;font-weight:750;white-space:nowrap}.creator-step-tabs button small b{margin-left:2px;color:#ff6f96}.creator-step-tabs button.active{border-color:#b47cf461;color:#f4eff7;background:linear-gradient(120deg,#7141b14d,#4d2e6238);box-shadow:0 6px 16px #41265b2e}.creator-step-tabs button.active>span{color:#fff;background:#7650a4}.role-rating-field{display:grid;gap:9px}.role-rating-options{grid-template-columns:repeat(2,minmax(0,1fr))}.role-updated-flow .role-audio-stack{display:grid;gap:10px}.role-updated-flow .role-audio-stack>*{margin:0}.role-dialogue-list{display:grid;gap:10px}.role-dialogue-item{border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:12px;background:#ffffff06}.role-dialogue-item>header{margin-bottom:11px;display:flex;align-items:center;justify-content:space-between}.role-dialogue-item>header strong{font-size:12px}.role-dialogue-item>header button{width:32px;height:32px;border:0;border-radius:10px;display:grid;place-items:center;color:#93899a;background:#ffffff0b}.role-dialogue-add{width:100%;min-height:42px;margin-top:10px;border:1px dashed rgba(187,137,225,.24);border-radius:14px;display:flex;align-items:center;justify-content:center;gap:6px;color:#c8a8d8;background:#67408014;font-size:10px;font-weight:700}.role-dialogue-add:disabled{opacity:.38}.role-prompt-panel{margin-top:13px;border:1px solid rgba(188,137,224,.12);border-radius:18px;padding:12px;background:#59376d17}.role-prompt-panel>header{margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.role-prompt-panel>header>div{display:grid;gap:3px}.role-prompt-panel>header strong{font-size:12px}.role-prompt-panel>header small{color:#847b8a;font-size:8px}.role-prompt-panel>header button{min-height:34px;border:1px solid rgba(190,139,226,.18);border-radius:11px;padding:0 10px;display:inline-flex;align-items:center;gap:5px;color:#dcc2e9;background:#70448b2e;font-size:9px;font-weight:700}.role-prompt-panel>header button:disabled{opacity:.34}.role-author-note{margin-bottom:14px;border:1px solid rgba(185,134,221,.13);border-radius:14px;padding:11px 12px;display:flex;align-items:flex-start;gap:8px;color:#aa91b7;background:#6840801a;font-size:9px;line-height:1.55}.role-author-note svg{flex:0 0 auto;margin-top:1px;color:#c58adb}.role-settings-page .creator-visibility-setting{margin-top:0}.role-comment-setting{min-height:76px;margin-top:12px;border:1px solid rgba(255,255,255,.065);border-radius:17px;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#ffffff06}.role-comment-setting>div{min-width:0}.role-comment-setting strong{font-size:12px}.role-comment-setting p{margin:4px 0 0;color:#847b89;font-size:8px;line-height:1.45}.role-comment-setting>button{flex:0 0 auto;width:48px;height:28px;border:0;border-radius:999px;padding:3px;background:#3a333e;transition:background .18s ease}.role-comment-setting>button span{width:22px;height:22px;border-radius:50%;display:block;background:#f1eaf4;transition:transform .18s ease}.role-comment-setting>button.on{background:#81549a}.role-comment-setting>button.on span{transform:translate(20px)}.role-settings-checklist{margin-top:12px;border-radius:16px;padding:11px 12px;display:grid;gap:8px;color:#938a99;background:#ffffff05}.role-settings-checklist span{display:flex;align-items:center;gap:7px;font-size:9px}.role-settings-checklist svg{color:#76b58c}.creator-step-progress{position:sticky;z-index:59;top:calc(176px + env(safe-area-inset-top));height:2px;background:#1b1722}.creator-step-progress span{height:100%;display:block;background:linear-gradient(to right,#7e50db,#c178f2);transition:width .22s ease}.creator-step-content{padding-bottom:20px}.creator-auto-panel{min-height:82px;margin-top:9px;padding:14px 15px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px;background:#121019}.creator-auto-panel>div{min-width:0;display:flex;flex-direction:column;gap:4px}.creator-auto-panel strong{font-size:13px}.creator-auto-panel span{color:#7f7887;font-size:8px}.creator-auto-panel button,.creator-inline-generate{min-height:38px;border:1px solid rgba(183,133,247,.19);border-radius:13px;padding:0 11px;display:flex;align-items:center;justify-content:center;gap:5px;color:#e1c9f5;background:#6e42a82e;font-size:9px;font-weight:700;cursor:pointer}.creator-mobile-section{margin-top:9px;padding:21px 16px 11px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#121018f5}.creator-step-heading{margin-bottom:22px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:start;gap:10px}.creator-step-heading>span{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;color:#d9c3f8;background:#8551cf33;font-size:9px;font-weight:800}.creator-step-heading h2{margin:1px 0 4px;font-size:17px}.creator-step-heading p{margin:0;color:#7d7585;font-size:8px;line-height:1.5}.creator-inline-generate{min-height:33px;padding:0 9px}.counted-input-wrap{position:relative;display:block}.counted-input-wrap>input,.counted-input-wrap>textarea{padding-right:55px!important;padding-bottom:27px!important}.counted-input-wrap>small{position:absolute;right:12px;bottom:9px;color:#6e6674;font-size:8px;pointer-events:none}.managed-image-layout{display:grid;grid-template-columns:120px minmax(0,1fr);align-items:center;gap:14px}.managed-image-preview{width:120px;height:168px;border:1px dashed rgba(191,145,238,.28);border-radius:18px;overflow:hidden;display:grid;place-items:center;color:#8d7c9c;background:#1b1722}.managed-image-preview.reference{height:146px}.managed-image-preview img{width:100%;height:100%;object-fit:cover}.managed-image-preview>span{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;color:#b78de0;background:#8953c629}.managed-image-info{min-width:0}.managed-image-info>p{margin:0 0 12px;color:#8c8493;font-size:9px;line-height:1.65}.managed-image-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.managed-image-actions button{min-height:39px;border:1px solid rgba(255,255,255,.07);border-radius:12px;display:flex;align-items:center;justify-content:center;gap:5px;color:#cbc3d1;background:#211d27;font-size:9px;cursor:pointer}.managed-image-actions button:last-child{grid-column:auto}.managed-image-actions button:disabled{opacity:.38;cursor:not-allowed}.creator-policy-note{margin:5px 0 9px;padding:10px 11px;border:1px solid rgba(255,255,255,.055);border-radius:12px;color:#817a87;background:#15121a;font-size:8px;line-height:1.55}.creator-subsection-title{margin:23px 0 12px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.creator-subsection-title>div{display:flex;flex-direction:column;gap:4px}.creator-subsection-title strong{font-size:12px}.creator-subsection-title span,.creator-subsection-title>b{color:#7c7483;font-size:8px}.creator-add-button{width:100%;min-height:40px;border:1px dashed rgba(185,140,233,.2);border-radius:13px;display:flex;align-items:center;justify-content:center;gap:5px;color:#baa4ca;background:#70459b12;font-size:9px;cursor:pointer}.creator-add-button.standalone{margin-bottom:9px}.opening-format-editor{margin:0 0 16px}.creator-import-overlay{position:absolute;z-index:340;top:0;right:0;bottom:0;left:0;height:100%;min-height:0;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr) auto;color:#f7f2fb;background:radial-gradient(circle at 82% 8%,rgba(126,78,202,.2),transparent 29%),#0b0910}.creator-import-header{min-height:calc(68px + env(safe-area-inset-top));padding:max(10px,env(safe-area-inset-top)) 14px 9px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;gap:10px;background:#0b0910eb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.creator-import-header>button{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:#ddd5e4;background:#1a1720;cursor:pointer}.creator-import-header>div{min-width:0;display:flex;flex-direction:column;align-items:center;gap:3px}.creator-import-header strong{font-size:16px}.creator-import-header small{color:#8e8697;font-size:9px}.creator-import-scroll{min-height:0;padding:18px 16px;overflow-y:auto;overscroll-behavior:contain}.creator-import-intro{padding:18px;border:1px solid rgba(176,130,246,.18);border-radius:22px;display:grid;grid-template-columns:45px minmax(0,1fr);gap:13px;background:linear-gradient(135deg,#6e42b340,#18141fdb)}.creator-import-intro>span{width:45px;height:45px;border-radius:15px;display:grid;place-items:center;color:#e5d5ff;background:linear-gradient(145deg,#8c5dde,#6035ad)}.creator-import-intro h2{margin:0;font-size:16px;line-height:1.35}.creator-import-intro p{margin:7px 0 0;color:#aaa1b2;font-size:10px;line-height:1.65}.creator-import-formats{margin-top:22px}.creator-import-section-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.creator-import-section-title h3{margin:0;font-size:13px}.creator-import-section-title span{color:#7f7788;font-size:9px}.creator-import-format-list{margin-top:10px;display:grid;gap:8px}.creator-import-format-list article{padding:12px;border:1px solid rgba(255,255,255,.07);border-radius:16px;display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:10px;background:#19161fe0}.creator-import-format-list article>span{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;color:#c6a8ef;background:#8555c924}.creator-import-format-list strong{display:block;color:#ded0ef;font-size:11px}.creator-import-format-list p{margin:3px 0 0;color:#8f8798;font-size:9px;line-height:1.45}.creator-import-dropzone{margin-top:18px;min-height:154px;border:1px dashed rgba(181,137,239,.38);border-radius:22px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#f3ebfa;background:#7046ab14;text-align:center;cursor:pointer}.creator-import-dropzone.has-error{border-color:#ff688b80}.creator-import-dropzone input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.creator-import-upload-icon{width:45px;height:45px;border-radius:15px;display:grid;place-items:center;color:#d4bbf7;background:#251c31}.creator-import-dropzone strong{margin-top:11px;font-size:12px}.creator-import-dropzone small{margin-top:5px;color:#8e8598;font-size:9px}.creator-import-error{margin:8px 2px 0;color:#ff8ba8;font-size:10px}.creator-import-selected{margin-top:10px;padding:12px;border:1px solid rgba(122,211,168,.2);border-radius:16px;display:grid;grid-template-columns:42px minmax(0,1fr) 24px;align-items:center;gap:10px;background:#20453533}.creator-import-selected>span{padding:7px 3px;border-radius:8px;color:#ddc7fb;background:#2a2037;font-size:8px;font-weight:800;text-align:center}.creator-import-selected div{min-width:0}.creator-import-selected strong{display:block;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.creator-import-selected small{display:block;margin-top:3px;color:#8fae9d;font-size:8px}.creator-import-selected>svg{color:#6fd3a2}.creator-import-note{margin-top:18px;padding:14px;border-radius:16px;color:#9b93a3;background:#ffffff09}.creator-import-note strong{color:#c8bfce;font-size:10px}.creator-import-note p{margin:5px 0 0;font-size:9px;line-height:1.6}.creator-import-footer{position:relative;z-index:2;padding:12px 16px calc(14px + var(--safe-bottom));border-top:1px solid var(--line);display:grid;grid-template-columns:90px minmax(0,1fr);gap:9px;background:#0d0b11f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.creator-import-footer button{min-height:46px;border:1px solid var(--line);border-radius:15px;color:#c7bfce;background:#1b1820;font-size:11px;font-weight:750;cursor:pointer}.creator-import-footer button:last-child{border:0;display:flex;align-items:center;justify-content:center;gap:6px;color:#fff;background:linear-gradient(115deg,#9264e5,#6e3dbc)}.creator-import-footer button:disabled{opacity:.38;cursor:default}.opening-editor-heading{min-height:23px;margin-bottom:9px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#dfd8e5;font-size:11px}.opening-editor-heading b{margin-left:2px;color:#ff739f}.opening-editor-heading small{color:#776f7f;font-size:8px}.opening-editor-mode{width:100%;margin-bottom:10px;padding:3px;border:1px solid rgba(255,255,255,.07);border-radius:13px;display:grid;grid-template-columns:1fr 1fr;gap:3px;background:#100e15}.opening-editor-mode button{min-height:44px;border:0;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:6px;color:#746d7c;background:transparent;font-size:9px;font-weight:700;cursor:pointer;touch-action:manipulation}.opening-editor-mode button.active{color:#eee4f5;background:#2a2232;box-shadow:0 4px 12px #0003}.opening-raw-textarea,.opening-block-card textarea{width:100%;border:1px solid rgba(255,255,255,.08);border-radius:15px;color:#f5f0f8;background:#100e15;resize:vertical;transition:border-color .16s ease,box-shadow .16s ease}.opening-raw-textarea{min-height:310px;padding:14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;line-height:1.7}.opening-text-editor-wrap{position:relative;border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;background:#100e15}.opening-text-editor-wrap .opening-raw-textarea{display:block;border:0;border-radius:0;background:transparent;padding-bottom:68px}.opening-text-editor-wrap .opening-raw-textarea:focus{box-shadow:inset 0 0 0 1px #ae7eff7a}.opening-tag-toolbar{position:absolute;right:9px;bottom:9px;left:9px;z-index:2;border:1px solid rgba(255,255,255,.075);border-radius:13px;padding:5px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;background:#19151ef0;box-shadow:0 8px 20px #00000038;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.opening-tag-toolbar button{min-height:34px;border:0;border-radius:9px;color:#cdbbd7;background:#7546971a;font-size:9px;font-weight:700;cursor:pointer}.opening-tag-toolbar button:active{color:#f1e4f8;background:#814ca940}.opening-raw-textarea:focus,.opening-block-card textarea:focus{border-color:#ae7eff85;outline:0;box-shadow:0 0 0 3px #8b55e51a}.opening-raw-textarea::placeholder,.opening-block-card textarea::placeholder{color:#554f5c}.opening-block-editor{display:grid;gap:8px}.opening-block-empty{min-height:138px;border:1px dashed rgba(185,140,233,.2);border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#645d6c;background:#70459b0a}.opening-block-empty strong{margin:8px 0 3px;color:#aaa1b1;font-size:10px}.opening-block-empty span{font-size:8px}.opening-block-card{--opening-type-color: #ad82e8;display:grid;grid-template-columns:minmax(0,1fr) 40px;align-items:start;gap:7px}.opening-block-content{min-width:0;padding:7px 8px 8px;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:#14111aeb}.opening-block-card.type-narration .opening-block-content{--opening-type-color: #b9a9c7;border:1px solid rgba(185,169,199,.22);background:#15121a;box-shadow:none}.opening-block-card.type-message .opening-block-content{--opening-type-color: #b4a4c2;border-color:transparent;padding:0;background:transparent}.opening-block-delete{width:40px;height:44px;border:1px solid rgba(255,255,255,.06);border-radius:10px;display:grid;place-items:center;color:#716979;background:#151219;cursor:pointer;touch-action:manipulation}.opening-block-delete:hover{color:#c69aaa;background:#c69aaa14}.opening-block-card textarea{min-height:50px;padding:8px 9px;border-radius:10px;font-size:10px;line-height:1.55}.opening-block-card.type-narration textarea{border-color:transparent;color:#ddd5e2;background:transparent;text-align:center;font-weight:650}.opening-message-component{position:relative}.opening-message-row{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:7px}.opening-speaker-avatar-button{width:34px;height:34px;border:0;border-radius:50%;padding:0;display:grid;place-items:center;margin-top:2px;background:transparent;cursor:pointer}.opening-speaker-avatar-static{width:34px;height:34px;margin-top:2px;display:grid;place-items:center}.opening-speaker-avatar-button>img,.opening-speaker-avatar-button>.opening-blank-avatar,.opening-speaker-avatar-static>img,.opening-speaker-avatar-static>.opening-blank-avatar{width:34px;height:34px}.opening-message-row img,.opening-speaker-dialog img{border:1px solid rgba(255,255,255,.12);border-radius:50%;object-fit:cover;background:#211a29}.opening-message-row>div{min-width:0}.opening-speaker-chip{min-height:24px;margin:0 0 -2px 5px;border:1px solid rgba(255,255,255,.1);border-radius:5px 5px 0 0;padding:0 8px;display:inline-flex;align-items:center;gap:5px;color:#d7cce0;background:#302839;font-size:9px;font-weight:850;cursor:pointer;touch-action:manipulation}.opening-speaker-chip.is-empty{border-style:dashed;color:#9b90a3;background:#211c27}.opening-speaker-chip.fixed{cursor:default}.opening-message-row textarea.opening-message-bubble{min-height:46px;border:1px solid rgba(255,255,255,.09);border-radius:4px 14px 14px;color:#e8e1eb;background:#211d27;box-shadow:0 5px 14px #0000002e;font-weight:560}.opening-message-row textarea.opening-message-bubble::placeholder{color:#746c7a}.opening-blank-avatar{width:38px;height:38px;border:1px dashed rgba(255,255,255,.2);border-radius:50%;display:grid;flex:0 0 auto;place-items:center;color:#77707d;background:#1c1920}.opening-custom-speaker>button{min-height:44px;border:1px solid rgba(174,151,193,.2);border-radius:10px;padding:0 10px;color:#b6a7c2;background:#7e61941f;font-size:8px;font-weight:750;cursor:pointer;touch-action:manipulation}.opening-custom-speaker{min-height:68px;border:1px solid rgba(174,151,193,.18);border-radius:12px;padding:8px;display:grid;grid-template-columns:34px minmax(0,1fr) 40px;align-items:center;gap:8px;background:#111015}.opening-custom-speaker>.opening-blank-avatar{width:34px;height:34px}.opening-custom-speaker label{min-width:0;display:grid;gap:4px}.opening-custom-speaker label span{color:#85808b;font-size:7px}.opening-custom-speaker input{width:100%;height:36px;border:0;border-bottom:1px solid rgba(255,255,255,.14);outline:0;color:#f3edf5;background:transparent;font-size:10px}.opening-custom-speaker>button{width:40px;padding:0;display:grid;place-items:center}.opening-custom-speaker>button:disabled{opacity:.35;cursor:default}.opening-speaker-overlay{position:fixed;z-index:240;top:0;bottom:0;left:50%;width:min(100%,430px);padding:24px 16px;display:flex;align-items:center;background:#050408ad;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translate(-50%)}.opening-speaker-dialog{width:100%;max-height:min(70vh,520px);border:1px solid rgba(255,255,255,.09);border-radius:20px;padding:8px;display:grid;gap:4px;overflow:hidden;background:#17141c;box-shadow:0 24px 70px #00000085}.opening-speaker-dialog>div:first-child{min-height:48px;padding:0 4px 0 10px;display:flex;align-items:center;justify-content:space-between}.opening-speaker-dialog>div:first-child strong{color:#eae2ee;font-size:13px}.opening-speaker-dialog>div:first-child button{width:40px;height:40px;border:0;border-radius:10px;display:grid;place-items:center;color:#847b8c;background:transparent;cursor:pointer}.opening-speaker-options{display:grid;gap:3px;overflow-y:auto;scrollbar-width:none}.opening-speaker-options::-webkit-scrollbar{display:none}.opening-speaker-options>button{width:100%;min-height:52px;border:0;border-radius:10px;padding:5px 8px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;color:#dcd4e1;background:transparent;text-align:left;font-size:9px;cursor:pointer;touch-action:manipulation}.opening-speaker-options>button:hover{background:#ffffff0d}.opening-speaker-options>button img,.opening-speaker-options>button .opening-blank-avatar{width:34px;height:34px}.opening-speaker-options>button>svg{color:#a994ba}.opening-speaker-options>p{margin:8px 10px 10px;color:#736b79;font-size:8px}.opening-speaker-options>button.opening-custom-speaker-button{border-top:1px solid rgba(255,255,255,.07);border-radius:0 0 9px 9px;color:#b5a7c0}.opening-add-wrap{position:relative}.opening-add-button{width:100%;min-height:44px;border:1px dashed rgba(185,140,233,.24);border-radius:13px;display:flex;align-items:center;justify-content:center;gap:6px;color:#baa4ca;background:#70459b0f;font-size:9px;cursor:pointer;touch-action:manipulation}.opening-add-wrap.open .opening-add-button{border-style:solid;color:#8d8296;background:#17131d}.opening-type-menu{margin-top:7px;display:grid;grid-template-columns:1fr 1fr;gap:7px}.opening-type-menu button{--opening-type-color: #ad82e8;min-height:54px;padding:8px 10px;border:1px solid rgba(255,255,255,.07);border-radius:12px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;color:#dcd4e1;background:#15121a;text-align:left;cursor:pointer;touch-action:manipulation}.opening-type-menu button.type-narration{--opening-type-color: #b9a8c7}.opening-type-menu button.type-message{--opening-type-color: #b4a4c2}.opening-type-menu button span{color:var(--opening-type-color);font-size:10px;font-weight:750}.opening-type-menu button small{color:#716979;font-size:7px;line-height:1.45}.create-inline-fields.three,.media-select-row{grid-template-columns:repeat(3,minmax(0,1fr))}.image-quality-callout{margin:-4px 0 19px;padding:13px;border:1px solid rgba(184,132,244,.2);border-radius:16px;display:grid;grid-template-columns:35px 1fr;align-items:start;gap:10px;background:linear-gradient(125deg,#6e3da633,#15111bf5)}.image-quality-callout>span{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;color:#e0b8f7;background:#a766d82e}.image-quality-callout strong{font-size:11px}.image-quality-callout p{margin:5px 0 0;color:#8e8494;font-size:8px;line-height:1.55}.image-strategy-field{padding:0;border:0}.image-strategy-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.image-strategy-options label{position:relative}.image-strategy-options input{position:absolute;opacity:0}.image-strategy-options label>span{min-height:95px;border:1px solid rgba(255,255,255,.065);border-radius:16px;padding:12px 10px;display:flex;flex-direction:column;align-items:flex-start;gap:6px;color:#9a8aa5;background:#0f0d14;cursor:pointer}.image-strategy-options label.selected>span{border-color:#b884f46b;color:#d5a9ef;background:#6e3da629}.image-strategy-options b{color:#ded6e3;font-size:10px}.image-strategy-options small{color:#776f7e;font-size:8px;line-height:1.45}.creator-context-builder{margin:18px 0;padding:13px;border:1px solid rgba(255,255,255,.06);border-radius:17px;background:#0f0d14}.creator-context-builder>div{display:flex;flex-direction:column;gap:3px}.creator-context-builder strong{font-size:11px}.creator-context-builder>div span{color:#77707d;font-size:8px}.creator-context-builder ul{margin:12px 0 0;padding:0;display:grid;gap:8px;list-style:none}.creator-context-builder li{display:flex;align-items:center;gap:6px;color:#aaa1b0;font-size:9px}.creator-context-builder li svg{flex:0 0 auto;color:#9f70d5}.prompt-token-row{margin:-9px 0 18px;display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}.prompt-token-row::-webkit-scrollbar{display:none}.prompt-token-row button{flex:0 0 auto;min-height:29px;border:1px solid rgba(176,130,226,.14);border-radius:999px;padding:0 9px;color:#a990b8;background:#70469917;font-family:ui-monospace,monospace;font-size:7px;cursor:pointer}.consistency-options{padding:0;border:0}.consistency-options label{min-height:43px;border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:center;gap:8px;color:#a79eac;font-size:9px}.consistency-options input{accent-color:#9b67df}.image-matrix{min-width:0;margin-bottom:12px;border:1px solid rgba(255,255,255,.07);border-radius:16px;overflow:hidden;background:#0f0d14}.matrix-head,.matrix-row{display:grid;grid-template-columns:65px repeat(2,minmax(0,1fr));align-items:center}.matrix-head{min-height:34px;border-bottom:1px solid rgba(255,255,255,.06);color:#807987;font-size:8px;text-align:center}.matrix-row{min-height:82px;border-bottom:1px solid rgba(255,255,255,.05)}.matrix-row:last-child{border-bottom:0}.matrix-row>strong{color:#958c9c;font-size:8px;text-align:center}.matrix-row button{height:72px;margin:5px;border:0;border-radius:11px;padding:0;overflow:hidden;background:#211c27;cursor:pointer}.matrix-row img{width:100%;height:100%;object-fit:cover}.multi-media-step .creator-step-heading{margin-bottom:16px}.multi-media-system-card{margin:-3px 0 19px;padding:14px;border:1px solid rgba(184,132,244,.22);border-radius:17px;display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;background:linear-gradient(135deg,#6f3ea938,#110e17f7)}.multi-media-system-card>span{width:35px;height:35px;border-radius:11px;display:grid;place-items:center;color:#e4bafb;background:#ab67dc30}.multi-media-system-card strong{color:#eee7f1;font-size:11px}.multi-media-system-card p{margin:5px 0 0;color:#94899b;font-size:8px;line-height:1.55}.multi-media-system-card ul{margin:11px 0 0;padding:0;display:grid;gap:7px;list-style:none}.multi-media-system-card li{display:flex;align-items:flex-start;gap:6px;color:#b3a9b8;font-size:8px;line-height:1.45}.multi-media-system-card li svg{flex:0 0 auto;margin-top:1px;color:#a876df}.default-visual-focus,.visual-style-field{min-width:0;margin:0 0 20px;padding:0;border:0}.default-visual-focus .create-field-label,.visual-style-field .create-field-label{width:100%}.visual-focus-options{display:flex;gap:8px;overflow-x:auto;padding:2px 1px 4px;scrollbar-width:none}.visual-focus-options::-webkit-scrollbar,.visual-style-options::-webkit-scrollbar{display:none}.visual-focus-options button{position:relative;flex:0 0 76px;min-height:79px;border:1px solid rgba(255,255,255,.07);border-radius:15px;padding:9px 7px 7px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#a69cac;background:#100d15;cursor:pointer}.visual-focus-options button.selected{border-color:#ba7eef94;color:#ead7f5;background:#7441a933;box-shadow:inset 0 0 0 1px #b576ea14}.visual-focus-options img{width:39px;height:39px;border-radius:50%;object-fit:cover}.visual-focus-options span{max-width:100%;overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.visual-focus-options svg{position:absolute;top:7px;right:7px;width:17px;height:17px;border-radius:50%;padding:3px;color:#17101d;background:#c48af0}.visual-profile-title{margin-top:2px}.visual-profile-list{display:grid;gap:9px}.cast-visual-card{min-width:0;min-height:230px;border:1px solid rgba(255,255,255,.075);border-radius:16px;display:grid;grid-template-columns:105px minmax(0,1fr);overflow:hidden;background:#0f0d14}.cast-visual-media{position:relative;min-height:230px;border-right:1px solid rgba(255,255,255,.06);display:grid;place-items:center;overflow:hidden;color:#716779;background:#17131d}.cast-visual-media>img{width:100%;height:100%;object-fit:cover;object-position:center 18%}.cast-visual-media-label{position:absolute;z-index:1;top:6px;left:6px;border-radius:999px;padding:4px 6px;color:#eee8f1;background:#0c0910ad;font-size:7px;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.cast-visual-actions{position:absolute;right:6px;bottom:6px;left:6px;display:grid;grid-template-columns:repeat(2,1fr);gap:4px}.cast-visual-actions button{min-width:0;height:29px;border:1px solid rgba(255,255,255,.13);border-radius:8px;padding:0;display:grid;place-items:center;color:#eee6f3;background:#0d0a11d1;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);cursor:pointer}.cast-visual-actions button:disabled{opacity:.35}.cast-visual-fields{min-width:0;padding:10px 9px;display:flex;flex-direction:column;gap:8px}.cast-visual-heading{min-height:22px;display:flex;align-items:center;justify-content:space-between;gap:8px}.cast-visual-heading strong{color:#e8e0ec;font-size:11px}.cast-visual-heading>b{border-radius:999px;padding:4px 7px;font-size:7px;font-weight:600}.cast-visual-heading>b.complete{color:#9fc9ad;background:#3f855421}.cast-visual-heading>b.incomplete{color:#d5ae83;background:#97652c24}.cast-visual-inline-fields{display:grid;grid-template-columns:minmax(0,1fr) 56px;gap:7px}.cast-visual-inline-fields label,.cast-visual-appearance{min-width:0;display:grid;gap:5px}.cast-visual-inline-fields span,.cast-visual-appearance>span{color:#817987;font-size:8px}.cast-visual-inline-fields input,.cast-visual-appearance textarea{width:100%;min-width:0;border:1px solid rgba(255,255,255,.07);border-radius:9px;outline:none;color:#ded7e3;background:#07070a73;font:inherit;font-size:9px}.cast-visual-inline-fields input{height:33px;padding:0 8px}.cast-visual-appearance{flex:1}.cast-visual-appearance>span{display:flex;align-items:center;justify-content:space-between;gap:8px}.cast-visual-appearance>span b{color:#9b929f;font-weight:500}.cast-visual-appearance>span small{color:#665f6c;font-size:7px}.cast-visual-appearance textarea{min-height:118px;padding:8px;line-height:1.5;resize:vertical}.cast-visual-inline-fields input:focus,.cast-visual-appearance textarea:focus{border-color:#b77ee76b}.multi-character-settings-title{margin-top:4px}.multi-character-settings-list{display:grid;gap:10px}.multi-character-tabs{margin-bottom:10px;display:flex;gap:7px;overflow-x:auto;padding:1px 1px 3px;scrollbar-width:none}.multi-character-tabs::-webkit-scrollbar{display:none}.multi-character-tabs button{flex:0 0 auto;min-height:48px;border:1px solid rgba(255,255,255,.07);border-radius:13px;padding:6px 9px 6px 6px;display:flex;align-items:center;gap:7px;color:#8d8493;background:#0f0d14;font-size:8px;cursor:pointer}.multi-character-tabs button.selected{border-color:#b77ee773;color:#eadcf0;background:#6d3d992b}.character-tab-avatar{width:34px;height:34px;border-radius:9px;display:block;overflow:hidden;background:#17131d}.multi-character-tabs button img{width:100%;height:100%;object-fit:cover;transform-origin:center}.multi-character-tabs .add-character-tab{width:48px;justify-content:center;padding:0;border-style:dashed;color:#ad8dbf}.multi-character-settings-card{border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:12px;display:grid;gap:10px;background:#0f0d14}.multi-character-settings-card header{display:flex;align-items:center;gap:0}.multi-character-settings-card header span{min-width:0;display:flex;flex-direction:column;gap:3px}.multi-character-settings-card header strong{color:#e7dfe9;font-size:11px}.multi-character-settings-card header small{color:#746d79;font-size:8px}.character-image-pair-field{border:0;border-radius:0;padding:0;display:grid;grid-template-columns:92px 82px minmax(0,1fr);align-items:end;gap:9px;background:transparent}.character-full-body-preview,.character-avatar-crop{min-width:0;display:flex;flex-direction:column;gap:6px}.character-full-body-preview>span,.character-avatar-crop>span{color:#817987;font-size:8px}.character-full-body-preview>img{width:92px;height:136px;border-radius:10px;object-fit:cover;object-position:center top;background:#17131d}.character-avatar-frame{width:82px;height:82px;border:2px solid rgba(183,126,231,.28);border-radius:12px;overflow:hidden;background:#17131d}.character-avatar-frame img{width:100%;height:100%;object-fit:cover;transform-origin:center}.character-avatar-crop>small{color:#6f6775;font-size:7px}.character-image-actions{grid-column:3;display:flex;flex-direction:column;gap:6px}.character-image-upload-button,.character-image-actions>button{position:relative;min-height:38px;border:1px solid rgba(183,126,231,.18);border-radius:9px;display:flex;align-items:center;justify-content:center;gap:6px;color:#b99aca;background:#6e3f9917;font-size:8px;cursor:pointer}.character-image-actions>button{width:100%;padding:0 8px}.multi-character-settings-card .character-image-upload-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.avatar-crop-overlay{position:fixed;z-index:130;top:50%;left:50%;width:min(100%,430px);height:min(100dvh,900px);padding:18px;display:flex;align-items:center;justify-content:center;background:#07060ae6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform:translate(-50%,-50%)}.avatar-crop-dialog{width:100%;border:1px solid rgba(255,255,255,.09);border-radius:22px;padding:16px;background:#15121a;box-shadow:0 28px 80px #0000008a}.avatar-crop-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.avatar-crop-dialog>header div{display:grid;gap:5px}.avatar-crop-dialog>header strong{color:#eee7f1;font-size:14px}.avatar-crop-dialog>header small{color:#817987;font-size:8px;line-height:1.5}.avatar-crop-dialog>header button{width:34px;height:34px;border:1px solid rgba(255,255,255,.08);border-radius:50%;display:grid;place-items:center;color:#cfc6d4;background:#211c27;cursor:pointer}.avatar-crop-stage{position:relative;width:250px;aspect-ratio:1;margin:20px auto 16px;border-radius:18px;overflow:hidden;background:#09080c;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.avatar-crop-stage:active{cursor:grabbing}.avatar-crop-stage img{width:100%;height:100%;object-fit:cover;transform-origin:center;pointer-events:none;-webkit-user-select:none;user-select:none}.avatar-crop-stage span{position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid rgba(205,153,240,.78);border-radius:18px;box-shadow:inset 0 0 0 1px #00000073;pointer-events:none}.avatar-crop-stage small{position:absolute;right:0;bottom:10px;left:0;color:#ffffffc2;font-size:8px;text-align:center;text-shadow:0 1px 5px rgba(0,0,0,.8);pointer-events:none}.avatar-crop-control{display:grid;gap:8px}.avatar-crop-control span{color:#a69cab;font-size:9px}.avatar-crop-control input{width:100%;accent-color:#a668d3}.avatar-crop-reset{min-height:30px;margin-top:8px;border:0;padding:0;color:#9f91a8;background:transparent;font-size:8px;cursor:pointer}.avatar-crop-actions{margin-top:18px;display:grid;grid-template-columns:1fr 1.45fr;gap:8px}.avatar-crop-actions button{min-height:42px;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:#cfc6d4;background:#211c27;font-size:10px;cursor:pointer}.avatar-crop-actions button:last-child{border-color:transparent;color:#fff;background:linear-gradient(115deg,#9664e8,#713fca)}.advanced-module-title{margin-top:4px}.advanced-module-section{padding-top:0}.multi-character-settings-title{margin-top:10px;margin-bottom:12px}.multi-character-settings-title strong{font-size:16px}.multi-character-settings-title span{margin-top:4px;font-size:12px;line-height:1.45}.multi-character-settings-title>b{font-size:12px}.multi-character-tabs{gap:8px;margin-bottom:14px}.multi-character-tabs button{min-height:56px;border-radius:15px;padding:7px 12px 7px 7px;gap:9px;font-size:12px}.character-tab-avatar{width:40px;height:40px;border-radius:11px}.multi-character-tabs .add-character-tab{width:56px;padding:0}.multi-character-settings-card{border-radius:18px;padding:14px;gap:14px}.multi-character-settings-card header{justify-content:space-between;gap:12px}.multi-character-settings-card header strong{font-size:16px}.multi-character-settings-card header small{font-size:12px;line-height:1.45}.remove-story-character{min-width:70px;min-height:40px;border:1px solid rgba(210,111,126,.15);border-radius:11px;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:5px;color:#c9959d;background:#7e313d14;font-size:12px;cursor:pointer}.character-image-pair-field{grid-template-columns:96px 88px minmax(0,1fr);gap:10px}.character-full-body-preview>span,.character-avatar-crop>span{font-size:12px}.character-full-body-preview>img{width:96px;height:148px;border-radius:12px}.character-avatar-frame{width:88px;height:88px;border-radius:13px}.character-avatar-crop>small{font-size:11px;line-height:1.4}.character-image-upload-button,.character-image-actions>button{min-height:44px;border-radius:11px;font-size:12px}.multi-character-inline-fields{grid-template-columns:minmax(0,1fr) 82px;gap:10px}.multi-character-inline-fields span,.multi-character-wide-field>span{font-size:15px;line-height:1.4}.multi-character-wide-field>span small{font-size:13px}.multi-character-inline-fields span b,.multi-character-wide-field>span b{font-size:15px}.multi-character-settings-card input{height:52px;padding:0 14px;font-size:17px}.multi-character-settings-card textarea{min-height:132px;padding:14px;font-size:17px;line-height:1.6}.multi-character-inline-fields label,.multi-character-wide-field{gap:8px}.avatar-crop-overlay{padding:0;background:#08070a;-webkit-backdrop-filter:none;backdrop-filter:none}.avatar-crop-dialog{width:100%;height:100%;border:0;border-radius:0;padding:0;display:flex;flex-direction:column;background:#08070a;box-shadow:none}.avatar-crop-dialog>.avatar-crop-topbar{min-height:58px;padding:max(8px,env(safe-area-inset-top)) 14px 8px;display:grid;grid-template-columns:64px 1fr 64px;align-items:end;gap:8px;border-bottom:1px solid rgba(255,255,255,.06)}.avatar-crop-topbar strong{align-self:center;color:#f1ecf3;font-size:15px;text-align:center}.avatar-crop-dialog>.avatar-crop-topbar button{width:auto;height:42px;border:0;border-radius:10px;padding:0 10px;display:block;color:#b8afbd;background:transparent;font-size:13px}.avatar-crop-dialog>.avatar-crop-topbar button:last-child{color:#c995ef;font-weight:700}.avatar-crop-workspace{min-height:0;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;overflow:hidden}.avatar-crop-workspace .avatar-crop-stage{width:min(calc(100% - 40px),350px);margin:0;border-radius:2px}.avatar-crop-stage span{border:1.5px solid rgba(255,255,255,.9);border-radius:2px;background:linear-gradient(90deg,transparent 33.1%,rgba(255,255,255,.2) 33.3%,rgba(255,255,255,.2) 33.6%,transparent 33.8%,transparent 66.1%,rgba(255,255,255,.2) 66.3%,rgba(255,255,255,.2) 66.6%,transparent 66.8%),linear-gradient(0deg,transparent 33.1%,rgba(255,255,255,.2) 33.3%,rgba(255,255,255,.2) 33.6%,transparent 33.8%,transparent 66.1%,rgba(255,255,255,.2) 66.3%,rgba(255,255,255,.2) 66.6%,transparent 66.8%)}.avatar-crop-workspace p{margin:0;color:#8c858f;font-size:12px}.avatar-crop-dialog>.avatar-crop-reset{min-height:52px;margin:0 20px calc(16px + var(--safe-bottom));border:1px solid rgba(255,255,255,.08);border-radius:14px;color:#c3bac7;background:#151218;font-size:13px}.multi-character-inline-fields{display:grid;grid-template-columns:minmax(0,1fr) 68px;gap:8px}.multi-character-inline-fields label,.multi-character-wide-field{min-width:0;display:grid;gap:5px}.multi-character-inline-fields span,.multi-character-wide-field>span{color:#89808f;font-size:8px}.multi-character-inline-fields span b,.multi-character-wide-field>span b{margin-left:2px;color:#c381e9}.multi-character-wide-field>span{display:flex;align-items:center}.multi-character-wide-field>span small{margin-left:auto;color:#665f6c;font-size:7px}.multi-character-settings-card input,.multi-character-settings-card textarea{width:100%;min-width:0;border:1px solid rgba(255,255,255,.07);border-radius:9px;outline:none;color:#ded7e3;background:#07070a73;font:inherit;font-size:9px}.multi-character-settings-card input{height:34px;padding:0 8px}.multi-character-settings-card textarea{min-height:82px;padding:8px;line-height:1.5;resize:vertical}.multi-character-settings-card input:focus,.multi-character-settings-card textarea:focus{border-color:#b77ee76b}.visual-profile-card{border:1px solid rgba(255,255,255,.07);border-radius:17px;overflow:hidden;background:#0f0d14}.visual-profile-card.expanded{border-color:#b176e038}.visual-profile-header{width:100%;min-height:63px;border:0;padding:9px 11px;display:grid;grid-template-columns:42px minmax(0,1fr) auto 18px;align-items:center;gap:9px;color:inherit;background:transparent;text-align:left;cursor:pointer}.visual-profile-header>img{width:42px;height:42px;border-radius:13px;object-fit:cover}.visual-profile-header>span{min-width:0;display:flex;flex-direction:column;gap:4px}.visual-profile-header strong{color:#e5dee9;font-size:11px}.visual-profile-header small{color:#77707d;font-size:8px}.visual-profile-header>b{border-radius:999px;padding:4px 7px;font-size:7px;font-weight:600;white-space:nowrap}.visual-profile-header>b.complete{color:#9fc9ad;background:#3f855421}.visual-profile-header>b.incomplete{color:#d5ae83;background:#97652c24}.visual-profile-header>svg{color:#766e7d;transition:transform .18s ease}.visual-profile-card.expanded .visual-profile-header>svg{transform:rotate(180deg)}.visual-profile-body{border-top:1px solid rgba(255,255,255,.055);padding:13px 11px 1px;background:#ffffff03}.visual-profile-body .managed-image-layout{grid-template-columns:91px minmax(0,1fr)}.visual-profile-body .managed-image-preview.reference{min-height:112px}.add-visual-profile{margin-top:10px;margin-bottom:22px}.visual-profile-empty-state{margin-bottom:22px;border:1px dashed rgba(184,132,244,.22);border-radius:17px;padding:22px 16px;display:flex;flex-direction:column;align-items:center;gap:7px;color:#8f8597;background:#6a3f9412;text-align:center}.visual-profile-empty-state strong{color:#ded5e3;font-size:11px}.visual-profile-empty-state p{max-width:250px;margin:0;font-size:8px;line-height:1.55}.visual-profile-empty-state button{min-height:32px;margin-top:4px;border:1px solid rgba(186,126,239,.25);border-radius:999px;padding:0 13px;color:#c9a7dd;background:#6f409e29;font-size:8px;cursor:pointer}.visual-style-options{width:calc(100% + 14px);display:flex;gap:9px;overflow-x:auto;padding:2px 14px 8px 1px;scroll-snap-type:x mandatory;scrollbar-width:none}.visual-style-options label{position:relative;flex:0 0 152px;min-width:0;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:7px 7px 10px;display:flex;flex-direction:column;gap:6px;background:#0f0d14;scroll-snap-align:start;cursor:pointer}.visual-style-options label.selected{border-color:#be81f194;background:#703ea42b;box-shadow:inset 0 0 0 1px #bd80ef14}.visual-style-options input{position:absolute;opacity:0;pointer-events:none}.visual-style-preview{position:relative;height:94px;border-radius:11px;overflow:hidden;background:#211b29}.visual-style-preview img{width:100%;height:100%;object-fit:cover}.visual-style-preview>b{position:absolute;top:7px;right:7px;width:22px;height:22px;border:2px solid rgba(25,15,31,.75);border-radius:50%;display:grid;place-items:center;color:#1a1120;background:#c991f2}.visual-style-options strong{color:#e2dae6;font-size:9px;line-height:1.4}.visual-style-options small{color:#7f7786;font-size:7px;line-height:1.45}.visual-system-note{margin-top:0}.visual-profile-card.side-layout{display:grid;grid-template-columns:105px minmax(0,1fr);grid-template-rows:auto 1fr}.side-layout .visual-profile-header{grid-column:2;grid-row:1;min-height:55px;grid-template-columns:34px minmax(0,1fr) auto;padding:8px 10px;border-bottom:1px solid rgba(255,255,255,.055)}.side-layout .visual-profile-header>img{width:34px;height:34px;border-radius:10px}.side-layout .visual-profile-body{display:contents}.side-layout .managed-image-field.profile-side{grid-column:1;grid-row:1 / 3;min-width:0;margin:0;padding:8px;border-right:1px solid rgba(255,255,255,.055)}.profile-side>.create-field-label,.profile-side .managed-image-info>p{display:none}.profile-side .managed-image-layout{height:100%;display:flex;flex-direction:column;gap:7px}.profile-side .managed-image-preview.reference{width:100%;min-height:168px;flex:1;border-radius:11px}.profile-side .managed-image-info{min-width:0}.profile-side .managed-image-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.profile-side .managed-image-actions button{min-width:0;min-height:29px;padding:0;gap:0;font-size:0}.profile-side .managed-image-actions svg{width:14px;height:14px}.side-layout .visual-profile-body>.create-field:not(.managed-image-field){grid-column:2;grid-row:2;min-width:0;margin:0;padding:9px 10px 10px}.side-layout .visual-profile-body textarea{min-height:142px}.creator-publish-checklist{margin-bottom:10px;padding:12px;border:1px solid rgba(126,187,155,.14);border-radius:15px;display:grid;gap:8px;color:#9fc4ae;background:#31714a14;font-size:9px}.creator-publish-checklist span{display:flex;align-items:center;gap:6px}.creator-secondary-settings{margin:9px 0 0;padding:14px 16px 16px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#0f0d14f5}.creator-secondary-settings>header{min-height:34px;margin-bottom:9px;display:flex;align-items:center;justify-content:space-between;gap:10px}.creator-secondary-settings>header>div{display:grid;gap:2px}.creator-secondary-settings>header strong{font-size:13px}.creator-secondary-settings>header small{color:#776f7e;font-size:8px}.creator-secondary-settings>header>span{border-radius:999px;padding:4px 7px;color:#9a8da2;background:#ffffff0b;font-size:8px}.creator-compact-setting{position:relative;min-height:62px;margin-top:7px;border:1px solid rgba(255,255,255,.07);border-radius:17px;overflow:hidden;background:#ffffff07}.creator-compact-setting summary,.compact-music-main{width:100%;min-height:62px;border:0;padding:8px 11px;display:grid;grid-template-columns:42px minmax(0,1fr) auto 18px;align-items:center;gap:9px;color:#e5dce9;background:transparent;text-align:left;cursor:pointer;list-style:none}.creator-compact-setting summary::-webkit-details-marker{display:none}.creator-compact-setting summary>span:nth-child(2),.compact-music-main>span{min-width:0;display:grid;gap:3px}.creator-compact-setting summary strong,.compact-music-main strong{font-size:12px}.creator-compact-setting summary small,.compact-music-main small{overflow:hidden;color:#8d8493;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.creator-compact-setting summary em,.compact-music-main em{border-radius:999px;padding:4px 7px;color:#bda5ca;background:#b883da1a;font-size:8px;font-style:normal}.creator-compact-setting summary>svg,.compact-music-main>svg{color:#8d8292;transition:transform .18s ease}.creator-compact-setting[open] summary>svg{transform:rotate(180deg)}.creator-compact-setting-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;color:#c99ce2;background:#8752a629}.creator-compact-setting-body{padding:2px 11px 12px;border-top:1px solid rgba(255,255,255,.055)}.creator-compact-setting-note{min-height:35px;display:flex;align-items:center;gap:6px;color:#837989;font-size:8px}.creator-compact-setting-body .story-tag-selector{margin-top:2px}.creator-compact-setting-body .visibility-field{margin-top:13px}.creator-compact-setting-body .visibility-options label>span{min-height:58px;border-radius:13px;padding:7px 4px}.creator-visibility-setting{margin-top:7px;border:1px solid rgba(255,255,255,.07);border-radius:17px;padding:10px;background:#ffffff07}.creator-visibility-setting>header{min-height:42px;margin-bottom:8px;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:9px}.creator-visibility-setting>header>span:last-child{display:grid;gap:3px}.creator-visibility-setting>header strong{font-size:12px}.creator-visibility-setting>header small{color:#8d8493;font-size:9px}.creator-visibility-setting .visibility-options label>span{min-height:58px;border-radius:13px;padding:7px 4px}.compact-music-selector{padding-right:88px;overflow:visible}.compact-music-main{grid-template-columns:42px minmax(0,1fr) auto 18px}.compact-music-selector .music-artwork{width:42px;height:42px;border-radius:13px}.compact-music-selector .music-artwork>span{width:24px;height:24px}.compact-music-play,.compact-music-edit{position:absolute;z-index:2;top:11px;border:1px solid rgba(255,255,255,.07);color:#cdbfd3;background:#25202a}.compact-music-play{right:49px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center}.compact-music-edit{right:8px;width:36px;height:38px;border-radius:12px;display:grid;place-items:center;font-size:0}.compact-music-main em,.compact-music-main>svg{display:none}.creator-wizard-footer{position:fixed;z-index:75;right:0;bottom:0;left:50%;width:min(100%,430px);padding:0 14px calc(12px + var(--safe-bottom));background:#0b0a12fa;box-shadow:0 -18px 44px #00000057;transform:translate(-50%)}.creator-preview-bar{width:calc(100% + 28px);min-height:43px;margin-left:-14px;border:0;padding:0 15px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#d2cad7;background:#2a2630;font-size:10px;text-align:left;cursor:pointer}.creator-preview-bar>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creator-preview-bar b{flex:0 0 auto;display:flex;align-items:center;gap:5px}.creator-next-button{width:100%;min-height:52px;margin-top:10px;border:0;border-radius:17px;color:#fff;background:linear-gradient(115deg,#8f62e8,#713fca);box-shadow:0 9px 24px #5b2fa747;font-size:12px;font-weight:800;cursor:pointer}.story-preview-overlay{position:fixed;z-index:110;top:50%;left:50%;width:min(100%,430px);height:min(100dvh,900px);padding:max(58px,env(safe-area-inset-top)) 20px calc(24px + var(--safe-bottom));display:flex;flex-direction:column;align-items:center;justify-content:center;background:#08070bf0;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);transform:translate(-50%,-50%)}.story-preview-close{position:absolute;top:max(14px,env(safe-area-inset-top));right:14px;width:40px;height:40px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:#1d1923;cursor:pointer}.story-preview-card{width:100%;border:1px solid rgba(255,255,255,.09);border-radius:24px;overflow:hidden;background:#17141d;box-shadow:0 25px 70px #00000080}.story-preview-card>img{width:100%;height:350px;object-fit:cover;object-position:center 20%}.story-preview-card>div{padding:16px}.story-preview-card>div>span{color:#b98cda;font-size:9px;font-weight:800}.story-preview-card h2{margin:8px 0 6px;font-size:19px}.story-preview-card p{margin:0;color:#928a99;font-size:10px;line-height:1.6}.story-preview-card>div>div{margin-top:14px;display:flex;flex-wrap:wrap;gap:6px}.story-preview-card>div>div b{padding:5px 8px;border-radius:999px;color:#cbb5d9;background:#784c9d29;font-size:8px}.story-preview-primary{width:100%;min-height:49px;margin-top:12px;border:0;border-radius:999px;color:#fff;background:#7047a0;font-size:11px;font-weight:800;cursor:pointer}.create-form-actions button{min-height:49px;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:700;cursor:pointer}.draft-button{border:1px solid var(--line);color:#b6aebe;background:#1b1821}.create-submit-button{border:0;color:#fff;background:linear-gradient(115deg,#8f62e8,#6d3fc7);box-shadow:0 10px 26px #5f30b54d}.video-placeholder{min-height:430px;margin-top:18px;padding:30px 25px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.video-placeholder-icon{width:70px;height:70px;margin-bottom:18px;border-radius:25px;display:grid;place-items:center;color:#d3b6ff;background:#7e4bd32e}.video-placeholder h2{margin:8px 0 0;font-size:21px}.video-placeholder>p:not(.eyebrow){max-width:270px;margin:12px 0 21px;color:#8d8596;font-size:11px;line-height:1.7}.video-placeholder button{min-height:43px;border:1px solid rgba(174,126,255,.25);border-radius:999px;padding:0 17px;display:flex;align-items:center;gap:6px;color:#dbc8fa;background:#6f41b62e;cursor:pointer}.worldbook-center{padding:4px 15px 30px}.worldbook-tabs{height:44px;border-bottom:1px solid rgba(255,255,255,.075);display:flex;gap:24px}.worldbook-tabs button{position:relative;border:0;color:#77717e;background:transparent;font-size:13px;font-weight:700}.worldbook-tabs button.active{color:#c998ff}.worldbook-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:99px;background:#9b63f4;box-shadow:0 0 12px #9b63f480}.worldbook-search{height:42px;margin-top:12px;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:0 12px;display:flex;align-items:center;gap:8px;color:#746e79;background:#ffffff09}.worldbook-search input{flex:1;min-width:0;border:0;outline:0;color:#fff;background:transparent;font-size:10px}.worldbook-search input::placeholder{color:#615b66}.worldbook-search button{width:28px;height:28px;border:0;display:grid;place-items:center;color:#8d8592;background:transparent}.worldbook-toolbar{margin-top:10px;display:flex;align-items:center;gap:8px}.worldbook-sort{height:34px;flex:0 0 auto;border:1px solid rgba(255,255,255,.13);border-radius:999px;padding:0 11px;display:flex;align-items:center;gap:4px;color:#ddd6e2;background:#ffffff09;font-size:9px}.worldbook-category-scroll{min-width:0;display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}.worldbook-category-scroll::-webkit-scrollbar{display:none}.worldbook-category-scroll button{height:32px;flex:0 0 auto;border:1px solid transparent;border-radius:999px;padding:0 12px;color:#817a87;background:#ffffff0b;font-size:9px}.worldbook-category-scroll button.active{border-color:#9662e8;color:#dbc6ff;background:#844dd824}.worldbook-create-button{height:36px;border:1px solid rgba(176,115,246,.34);border-radius:11px;padding:0 12px;display:flex;align-items:center;justify-content:center;gap:5px;color:#fff;background:linear-gradient(135deg,#9b63f4,#7742d5);box-shadow:0 8px 18px #6738b533;font-size:9px;font-weight:800}.worldbook-mine-heading{margin-top:13px;display:flex;align-items:center;justify-content:space-between}.worldbook-mine-heading>div{display:grid;gap:3px}.worldbook-mine-heading strong{font-size:12px}.worldbook-mine-heading small{color:#716a77;font-size:7px}.worldbook-list{margin-top:12px;display:grid;gap:12px}.worldbook-card{border:1px solid rgba(255,255,255,.075);border-radius:18px;overflow:hidden;background:#18171c;box-shadow:0 12px 28px #00000024}.worldbook-cover{height:134px;position:relative;overflow:hidden;background:#edecef}.worldbook-cover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,.34),transparent 34%,rgba(0,0,0,.08))}.worldbook-cover img{width:100%;height:100%;display:block;object-fit:cover}.worldbook-author,.worldbook-visibility{position:absolute;z-index:1;top:10px;border-radius:999px;padding:5px 8px;display:flex;align-items:center;gap:4px;color:#fff;background:#18161ca6;font-size:8px;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.worldbook-author{left:10px}.worldbook-visibility{right:10px}.worldbook-visibility.public{background:#613b97b8}.worldbook-card-copy{padding:12px}.worldbook-card-copy>header{display:flex;align-items:center;justify-content:space-between}.worldbook-card-copy h3{margin:0;font-size:14px}.worldbook-card-copy header button{border:0;color:#aaa2ae;background:transparent}.worldbook-tags{margin-top:6px;display:flex;flex-wrap:wrap;gap:5px}.worldbook-tags span{border-radius:999px;padding:3px 7px;color:#c6a4ef;background:#8b56cb26;font-size:7px}.worldbook-card-copy>p{margin:8px 0 0;overflow:hidden;color:#817b85;font-size:9px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.worldbook-stats{margin-top:11px;display:grid;grid-template-columns:repeat(3,1fr)}.worldbook-stats span{border-right:1px solid rgba(255,255,255,.07);padding-left:10px;display:grid;gap:2px}.worldbook-stats span:first-child{padding-left:0}.worldbook-stats span:last-child{border-right:0}.worldbook-stats strong{font-size:12px}.worldbook-stats small{color:#655f69;font-size:7px}.worldbook-add{width:100%;height:34px;margin-top:11px;border:1px solid rgba(159,99,233,.34);border-radius:10px;color:#d6b8fc;background:#874dcf1f;font-size:8px;font-weight:700}.worldbook-add.added{border-color:#ffffff12;color:#77717d;background:#ffffff08}.worldbook-empty{min-height:160px;display:grid;place-items:center;align-content:center;gap:6px;color:#756c7e}.worldbook-empty strong{color:#aaa2ae;font-size:11px}.worldbook-empty small{font-size:8px}.worldbook-create-sheet{position:absolute;top:0;right:0;bottom:0;left:0;z-index:70;display:flex;align-items:flex-end}.worldbook-sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#000000ad;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.worldbook-create-sheet form{position:relative;width:100%;border-radius:24px 24px 0 0;padding:18px 16px max(24px,env(safe-area-inset-bottom));display:grid;gap:13px;color:#fff;background:#18161e}.worldbook-create-sheet form header{display:grid;grid-template-columns:36px 1fr 32px;align-items:center;gap:9px}.worldbook-create-sheet form header>span{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;color:#d8b5ff;background:#9358d729}.worldbook-create-sheet form header div{display:grid;gap:3px}.worldbook-create-sheet form header strong{font-size:14px}.worldbook-create-sheet form header small{color:#817987;font-size:7px}.worldbook-create-sheet form header button{border:0;color:#9b929f;background:transparent}.worldbook-create-sheet label{display:grid;gap:6px;color:#aaa2ae;font-size:9px}.worldbook-create-sheet input,.worldbook-create-sheet textarea{border:1px solid rgba(255,255,255,.09);border-radius:12px;padding:10px;outline:0;color:#fff;background:#ffffff0a;font:inherit;resize:none}.worldbook-create-sheet form>button{height:42px;border:0;border-radius:13px;color:#fff;background:#955be8;font-size:10px;font-weight:800}.worldbook-create-choice{position:relative;width:100%;border-radius:24px 24px 0 0;padding:18px 16px max(24px,env(safe-area-inset-bottom));display:grid;gap:12px;color:#fff;background:#18161e}.worldbook-create-choice header{display:grid;grid-template-columns:36px 1fr 32px;align-items:center;gap:9px}.worldbook-create-choice header>span{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;color:#d8b5ff;background:#9358d729}.worldbook-create-choice header div{display:grid;gap:3px}.worldbook-create-choice header strong{font-size:14px}.worldbook-create-choice header small{color:#817987;font-size:7px}.worldbook-create-choice header button{border:0;color:#9b929f;background:transparent}.worldbook-create-choice>button,.worldbook-create-choice>label{min-height:72px;position:relative;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:10px;display:grid;grid-template-columns:40px 1fr 16px;align-items:center;gap:10px;color:#fff;background:#ffffff09;text-align:left}.worldbook-create-choice>button>span,.worldbook-create-choice>label>span{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;color:#cda8ff;background:#955be829}.worldbook-create-choice>button div,.worldbook-create-choice>label div{display:grid;gap:4px}.worldbook-create-choice>button strong,.worldbook-create-choice>label strong{font-size:11px}.worldbook-create-choice>button small,.worldbook-create-choice>label small{color:#817987;font-size:7px;line-height:1.45}.worldbook-create-choice b{color:#716a77}.worldbook-create-choice input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.worldbook-detail{min-height:100%;background:#0d0c11}.worldbook-detail-header{min-height:58px;position:sticky;top:0;z-index:5;border-bottom:1px solid rgba(255,255,255,.07);padding:8px 14px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;background:#0e0d12f5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.worldbook-detail-header>button{min-height:34px;border:0;border-radius:999px;padding:0 11px;display:grid;place-items:center;color:#fff;background:#ffffff0e;font-size:8px}.worldbook-detail-header>div{display:grid;gap:2px}.worldbook-detail-header strong{font-size:13px}.worldbook-detail-header small{color:#766f7b;font-size:7px}.worldbook-detail-body{padding:14px 15px 34px;display:grid;gap:15px}.worldbook-detail-cover{height:142px;position:relative;border:1px dashed rgba(255,255,255,.14);border-radius:16px;display:block;overflow:hidden}.worldbook-detail-cover img{width:100%;height:100%;object-fit:cover}.worldbook-detail-cover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent,#0000008a)}.worldbook-detail-cover span{position:absolute;z-index:1;left:50%;bottom:13px;transform:translate(-50%);border-radius:999px;padding:7px 10px;display:flex;align-items:center;gap:5px;color:#fff;background:#0f0d12b8;font-size:8px;white-space:nowrap}.worldbook-detail-cover input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;opacity:0}.worldbook-detail-field{display:grid;gap:7px;color:#d8d2dc;font-size:9px}.worldbook-detail-field>span{display:flex;align-items:center;gap:4px;font-weight:700}.worldbook-detail-field b{color:#a867ff}.worldbook-detail-field small{margin-left:auto;color:#665f6a;font-size:7px}.worldbook-detail-field input,.worldbook-detail-field textarea,.worldbook-advanced-fields textarea{border:1px solid rgba(255,255,255,.075);border-radius:12px;padding:10px;outline:0;color:#fff;background:#ffffff09;font:inherit;resize:none}.worldbook-detail-tags{min-height:42px;border:1px solid rgba(255,255,255,.075);border-radius:12px;padding:7px;display:flex;flex-wrap:wrap;gap:5px;background:#ffffff08}.worldbook-detail-tags button{border:0;border-radius:999px;padding:4px 8px;color:#d2c7da;background:#ffffff14;font-size:7px}.worldbook-strategy,.worldbook-entry-section,.worldbook-linked{border-top:1px solid rgba(255,255,255,.07);padding-top:14px}.worldbook-strategy>header,.worldbook-entry-section>header,.worldbook-linked>header{display:flex;align-items:end;justify-content:space-between}.worldbook-strategy header div,.worldbook-entry-section header div,.worldbook-linked header div{display:grid;gap:3px}.worldbook-strategy header strong,.worldbook-entry-section header strong,.worldbook-linked header strong{font-size:12px}.worldbook-strategy header small,.worldbook-entry-section header small,.worldbook-linked header small{color:#6f6873;font-size:7px}.worldbook-strategy header>span{color:#766d7b;font-size:7px}.worldbook-strategy>div{margin-top:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.worldbook-number-control{min-width:0;display:grid;gap:6px;color:#aaa2ae;font-size:7px}.worldbook-number-control div{height:36px;border:1px solid rgba(255,255,255,.08);border-radius:10px;display:grid;grid-template-columns:24px 1fr 24px;align-items:center;background:#ffffff08}.worldbook-number-control button{height:100%;border:0;color:#8f8794;background:transparent}.worldbook-number-control strong{overflow:hidden;font-size:8px;text-align:center;text-overflow:ellipsis}.worldbook-entry-section header>button,.worldbook-linked header>button{height:30px;border:0;border-radius:9px;padding:0 9px;display:flex;align-items:center;gap:4px;color:#fff;background:#8f57df;font-size:8px}.worldbook-entry-actions{margin-top:9px;display:flex;gap:7px}.worldbook-entry-actions button{height:30px;border:1px solid rgba(255,255,255,.1);border-radius:9px;padding:0 9px;display:flex;align-items:center;gap:4px;color:#b7afb9;background:#ffffff06;font-size:7px}.worldbook-entry-list{margin-top:9px;display:grid;gap:7px}.worldbook-entry-list article{min-height:49px;border:1px solid transparent;border-radius:13px;padding:7px 5px;display:grid;grid-template-columns:12px 22px minmax(0,1fr) auto 35px 22px 22px 14px;align-items:center;gap:3px;background:#ffffff0a}.worldbook-entry-list article:has(.worldbook-switch.on){border-color:#8f57df7a}.worldbook-drag{color:#5f5863}.worldbook-check{width:21px;height:21px;border:1px solid #766d7b;border-radius:6px;color:#fff;background:#8f57dfc7;font-size:8px}.worldbook-entry-list strong{overflow:hidden;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.worldbook-entry-list small{color:#aaa2ae;font-size:6px}.worldbook-entry-list article>button:not(.worldbook-check):not(.worldbook-switch){border:0;color:#aaa2ae;background:transparent}.worldbook-switch{width:34px;height:20px;border:0;border-radius:99px;padding:2px;background:#454149}.worldbook-switch span{width:16px;height:16px;border-radius:50%;display:block;background:#aaa6ae;transition:transform .18s ease}.worldbook-switch.on{background:#8652dd}.worldbook-switch.on span{transform:translate(14px);background:#fff}.worldbook-linked>div{margin-top:9px}.worldbook-linked article{border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:10px;display:grid;grid-template-columns:35px 1fr 28px;align-items:center;gap:8px;background:#ffffff09}.worldbook-linked article>b{font-size:18px}.worldbook-linked article>span{display:grid;gap:4px}.worldbook-linked article strong{font-size:9px}.worldbook-linked article small{color:#756d7a;font-size:7px}.worldbook-linked article button{border:0;color:#a59daa;background:transparent}.worldbook-advanced-toggle{border-top:1px solid rgba(255,255,255,.07);padding-top:14px;display:flex;align-items:center;gap:9px}.worldbook-advanced-toggle strong{font-size:12px}.worldbook-advanced-fields{display:grid;gap:13px}.worldbook-advanced-fields label{display:grid;gap:7px;color:#d8d1dd;font-size:9px;font-weight:700}.worldbook-detail-body{padding-bottom:86px}.worldbook-entry-item{border:1px solid transparent;border-radius:14px;overflow:hidden}.worldbook-entry-item.expanded{border-color:#8f57df94;background:#7041b00e}.worldbook-entry-item.expanded>article{border:0;border-bottom:1px solid rgba(255,255,255,.06);border-radius:0}.worldbook-entry-editor{padding:12px;display:grid;gap:12px}.worldbook-entry-editor>label,.worldbook-entry-trigger label,.worldbook-entry-more label{display:grid;gap:6px;color:#c8c1cc;font-size:8px}.worldbook-entry-editor label>span{display:flex;align-items:center;gap:3px}.worldbook-entry-editor label b{color:#a86cff}.worldbook-entry-editor label small{margin-left:auto}.worldbook-entry-editor input:not([type=range]),.worldbook-entry-editor textarea,.worldbook-entry-editor select{width:100%;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:9px;outline:0;color:#fff;background:#ffffff0a;font:inherit;resize:none}.worldbook-entry-trigger{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.worldbook-entry-trigger label:only-child{grid-column:1/-1}.worldbook-entry-more-button{min-height:36px;border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;color:#a29aa7;background:#ffffff06;font-size:8px}.worldbook-entry-more{border-top:1px solid rgba(255,255,255,.06);padding-top:11px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 8px}.worldbook-entry-more>label:first-child{grid-column:1/-1}.worldbook-entry-more>label:first-child>div{display:grid;grid-template-columns:1fr auto;align-items:center;gap:9px}.worldbook-entry-more input[type=range]{accent-color:#995fe8}.worldbook-recursion{grid-column:1/-1;display:flex;gap:16px}.worldbook-recursion label{display:flex;align-items:center;gap:5px}.worldbook-recursion input{accent-color:#995fe8}.worldbook-detail-footer{min-height:62px;position:sticky;bottom:0;z-index:6;border-top:1px solid rgba(255,255,255,.08);padding:9px 13px max(9px,env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:7px;background:#0e0d12f5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.worldbook-detail-footer span{color:#7d7582;font-size:7px}.worldbook-detail-footer button{height:36px;border:0;border-radius:11px;padding:0 11px;color:#ddd5e3;background:#ffffff12;font-size:8px;font-weight:700}.worldbook-detail-footer button:last-child{color:#fff;background:#8e57dd}.creator-final-actions{padding-top:10px;display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:10px}.creator-final-actions .creator-next-button{margin-top:0}.creator-save-button{min-height:52px;border:1px solid rgba(205,174,230,.18);border-radius:17px;color:#e8e0ed;background:#24202a;font-size:12px;font-weight:800;cursor:pointer}.creator-save-button:active,.creator-next-button:active{transform:scale(.985)}.multi-character-settings-card .multi-character-inline-fields span,.multi-character-settings-card .multi-character-wide-field>span{font-size:11px;line-height:1.4}.multi-character-settings-card .multi-character-inline-fields span b,.multi-character-settings-card .multi-character-wide-field>span b{font-size:11px}.multi-character-settings-card .multi-character-wide-field>span small{font-size:8px}.multi-character-settings-card input,.multi-character-settings-card textarea{color:#f0eaf3;font-size:16px}.multi-character-settings-card input{height:47px;padding:0 13px}.multi-character-settings-card textarea{min-height:94px;padding:12px 13px;line-height:1.6}.multi-character-settings-card input::placeholder,.multi-character-settings-card textarea::placeholder{color:#756d7b;font-size:16px}.multi-media-step .creator-step-heading h2{font-size:18px}.multi-media-step .creator-step-heading p{font-size:12px;line-height:1.55}.multi-media-step .multi-media-system-card strong{font-size:15px}.multi-media-step .multi-media-system-card p,.multi-media-step .multi-media-system-card li{font-size:12px;line-height:1.55}.multi-media-step .creator-subsection-title strong{font-size:15px}.multi-media-step .creator-subsection-title span,.multi-media-step .creator-subsection-title>b{font-size:11px}.multi-media-step .cast-visual-heading strong{font-size:15px}.multi-media-step .cast-visual-heading>b{font-size:10px}.multi-media-step .cast-visual-media-label{font-size:10px}.multi-media-step .cast-visual-inline-fields span,.multi-media-step .cast-visual-appearance>span{font-size:11px}.multi-media-step .cast-visual-appearance>span small{font-size:9px}.multi-media-step .cast-visual-inline-fields input,.multi-media-step .cast-visual-appearance textarea{font-size:16px}.multi-media-step .cast-visual-inline-fields input{height:47px;padding:0 11px}.multi-media-step .cast-visual-appearance textarea{min-height:112px;padding:11px;line-height:1.55}.multi-media-step .add-visual-profile{min-height:44px;font-size:12px}.multi-media-step .visual-style-options label{flex-basis:170px}.multi-media-step .visual-style-options strong{font-size:12px}.multi-media-step .visual-style-options small{font-size:10px;line-height:1.5}.multi-media-step .create-field-label>span{font-size:12px}.multi-media-step .create-field-label>small{font-size:10px}.multi-media-step .counted-input-wrap>textarea{font-size:16px}.multi-media-step .counted-input-wrap>small{font-size:9px}.multi-media-step .visual-system-note{font-size:11px;line-height:1.55}.scene-image-feature-card{margin:-2px 0 18px;border:1px solid rgba(184,132,244,.22);border-radius:19px;padding:15px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:start;gap:11px;background:linear-gradient(135deg,#6f3ea938,#110e17fa)}.scene-image-feature-card.enabled{border-color:#7bbe973d;background:linear-gradient(135deg,#2f6b4929,#110e17fa)}.scene-image-feature-card>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;color:#e4bafa;background:#ab67dc33}.scene-image-feature-card.enabled>span{color:#a7d6b7;background:#458b5b2e}.scene-image-feature-card>div{min-width:0}.scene-image-feature-card strong{color:#eee8f1;font-size:15px;line-height:1.4}.scene-image-feature-card p{margin:6px 0 0;color:#9c91a3;font-size:12px;line-height:1.55}.scene-image-feature-card ul{margin:12px 0 0;padding:0;display:grid;gap:8px;list-style:none}.scene-image-feature-card li{display:flex;align-items:flex-start;gap:6px;color:#b8aebe;font-size:11px;line-height:1.45}.scene-image-feature-card li svg{flex:0 0 auto;margin-top:1px;color:#a876df}.scene-image-enable-switch{display:flex;flex-direction:column;align-items:center;gap:5px;cursor:pointer}.scene-image-enable-switch input{position:absolute;opacity:0;pointer-events:none}.scene-image-enable-switch>span{position:relative;width:46px;height:27px;border-radius:999px;background:#36313c;transition:background .16s ease}.scene-image-enable-switch>span:after{position:absolute;top:3px;left:3px;width:21px;height:21px;border-radius:50%;background:#d8d1dc;content:"";transition:transform .16s ease,background .16s ease}.scene-image-enable-switch input:checked+span{background:#8c58d3}.scene-image-enable-switch input:checked+span:after{background:#fff;transform:translate(19px)}.scene-image-enable-switch b{color:#8f8597;font-size:10px;font-weight:600}.visual-import-callout{margin-bottom:14px;border:1px solid rgba(99,171,124,.16);border-radius:15px;padding:12px;display:flex;align-items:flex-start;gap:9px;color:#9ac9aa;background:#33774b14}.visual-import-callout>svg{flex:0 0 auto;margin-top:1px}.visual-import-callout strong{font-size:13px}.visual-import-callout p{margin:4px 0 0;color:#89a391;font-size:11px;line-height:1.5}.visual-material-tabs{margin-bottom:15px;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:4px;display:grid;grid-template-columns:1fr 1fr;gap:4px;background:#0f0d14}.visual-material-tabs button{min-height:42px;border:0;border-radius:10px;color:#8d8494;background:transparent;font-size:12px;cursor:pointer}.visual-material-tabs button.selected{color:#eee5f2;background:#7342a03d;box-shadow:0 4px 14px #0000002e}.other-visual-materials{display:grid;gap:15px}.other-materials-intro{border-left:3px solid rgba(177,112,224,.48);padding:3px 0 3px 11px}.other-materials-intro strong{font-size:14px}.other-materials-intro p{margin:5px 0 0;color:#8c8492;font-size:11px;line-height:1.55}.other-visual-materials .create-field-label>span{font-size:12px}.other-visual-materials .create-field-label>small{font-size:10px}.other-visual-materials .upload-empty strong{font-size:12px}.other-visual-materials .upload-empty small{font-size:10px}@media(max-width:350px){.creation-grid{grid-template-columns:1fr}.creation-card.wide{grid-column:auto}.create-inline-fields,.visibility-options.three{grid-template-columns:1fr}.managed-image-layout{grid-template-columns:102px minmax(0,1fr)}.managed-image-preview{width:102px;height:150px}}@media(min-width:520px){.creator-wizard-footer{bottom:max(24px,calc((100vh - 900px)/2))}}.h5-reference-creator{--h5-accent: #8c55c7;--h5-soft: rgba(140, 85, 199, .14)}.h5-reference-creator .creator-step-content{padding-bottom:132px}.h5-reference-tools{margin-bottom:10px;padding:9px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.h5-reference-tools button,.h5-reference-code-actions button,.h5-reference-regex-toolbar button{min-height:37px;border:1px solid rgba(255,255,255,.07);border-radius:11px;padding:0 7px;display:flex;align-items:center;justify-content:center;gap:5px;color:#a79eac;background:#ffffff09;font-size:9px;font-weight:700;cursor:pointer}.h5-reference-guide{margin:0 12px 10px;border:1px solid rgba(233,185,38,.23);border-left:4px solid #d79d16;border-radius:14px;padding:11px 12px;display:flex;align-items:center;flex-wrap:wrap;gap:5px;color:#b9943c;background:#5b460521;font-size:9px;line-height:1.55}.h5-reference-guide button{border:0;padding:0;color:#e2ad36;background:transparent;font-size:9px;font-weight:800;text-decoration:underline;cursor:pointer}.h5-reference-setting-group,.h5-reference-content-type{margin:0 0 17px;border:1px solid rgba(255,255,255,.065);border-radius:16px;padding:12px;background:#ffffff06}.h5-reference-content-type legend{margin-bottom:9px;padding:0;color:#dfd8e5;font-size:11px}.h5-reference-content-type>div{padding:3px;border-radius:12px;display:grid;grid-template-columns:repeat(3,1fr);gap:3px;background:#100e15}.h5-reference-content-type button{min-height:39px;border:0;border-radius:10px;color:#7e7684;background:transparent;font-size:10px;font-weight:750;cursor:pointer}.h5-reference-content-type button.active{color:#f5eff9;background:#3a2948;box-shadow:0 4px 13px #00000038}.h5-reference-switch-row{min-height:54px;border-bottom:1px solid rgba(255,255,255,.055);display:flex;align-items:center;justify-content:space-between;gap:13px}.h5-reference-switch-row:last-child{border-bottom:0}.h5-reference-switch-row>div{min-width:0;display:grid;gap:3px}.h5-reference-switch-row strong{color:#ddd5e1;font-size:11px}.h5-reference-switch-row small{color:#78717d;font-size:8px;line-height:1.4}.h5-reference-switch{width:43px;height:25px;flex:0 0 auto;border:0;border-radius:999px;padding:3px;background:#36313a;cursor:pointer;transition:background .17s ease}.h5-reference-switch>span{width:19px;height:19px;border-radius:50%;display:block;background:#e7e0e9;box-shadow:0 2px 7px #0000005c;transition:transform .17s ease}.h5-reference-switch.on{background:#8852c4}.h5-reference-switch.on>span{transform:translate(18px)}.h5-reference-upload{position:relative;min-height:160px;border:1px dashed rgba(169,119,224,.32);border-radius:17px;overflow:hidden;display:grid;place-items:center;color:#8f8498;background:#100e15;cursor:pointer}.h5-reference-upload.square{width:min(100%,190px);min-height:190px;aspect-ratio:1}.h5-reference-upload.portrait{width:min(100%,185px);min-height:246px;aspect-ratio:3 / 4}.h5-reference-upload input,.h5-reference-file-upload input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.h5-reference-upload>span:not(.h5-reference-upload-change){padding:20px;display:grid;place-items:center;gap:7px;text-align:center}.h5-reference-upload strong{color:#bdb3c4;font-size:11px}.h5-reference-upload small{color:#675f6e;font-size:8px}.h5-reference-upload img{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover}.h5-reference-upload-change{position:absolute;right:8px;bottom:8px;border:1px solid rgba(255,255,255,.11);border-radius:999px;padding:5px 8px;display:flex;align-items:center;gap:4px;color:#fff;background:#09070cc7;font-size:8px}.h5-reference-tag-trigger{width:100%;min-height:52px;border:1px solid rgba(255,255,255,.08);border-radius:15px;padding:8px 11px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#9c8ba8;background:#100e15;cursor:pointer}.h5-reference-tag-trigger>span{min-width:0;display:flex;flex-wrap:wrap;gap:5px}.h5-reference-tag-trigger b{border-radius:999px;padding:5px 8px;color:#d9c5e8;background:#8c55c729;font-size:8px}.h5-reference-tag-trigger em{color:#625c68;font-size:10px;font-style:normal}.h5-reference-tag-overlay,.h5-regex-overlay{position:fixed;z-index:150;top:0;right:0;bottom:0;left:0;padding:env(safe-area-inset-top) 0 env(safe-area-inset-bottom);display:grid;background:#0c0a10}.h5-reference-tag-overlay>section,.h5-regex-overlay>section{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto}.h5-reference-tag-overlay header,.h5-regex-overlay>section>header{min-height:68px;border-bottom:1px solid rgba(255,255,255,.07);padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.h5-reference-tag-overlay h2{margin:0;font-size:17px}.h5-reference-tag-overlay h2 span{color:#a875d7;font-size:10px}.h5-reference-tag-overlay header button,.h5-regex-overlay>section>header button{width:38px;height:38px;border:0;border-radius:12px;display:grid;place-items:center;color:#9b929f;background:#ffffff0d}.h5-reference-tag-scroll,.h5-regex-scroll{min-height:0;overflow-y:auto;padding:18px 15px 120px}.h5-reference-tag-scroll>h3{margin:0 0 14px;color:#eee8f2;font-size:13px}.h5-reference-tag-group{margin-bottom:22px}.h5-reference-tag-group>div{margin-bottom:9px;display:flex;align-items:center;gap:6px}.h5-reference-tag-group strong{font-size:11px}.h5-reference-tag-group small{color:#9d74bd;font-size:8px}.h5-reference-tag-group>span{display:flex;flex-wrap:wrap;gap:7px}.h5-reference-tag-group>span button{min-height:34px;border:1px solid rgba(255,255,255,.07);border-radius:999px;padding:0 11px;display:flex;align-items:center;gap:4px;color:#918995;background:#ffffff09;font-size:9px}.h5-reference-tag-group>span button.selected{border-color:#a86bdc70;color:#eadcf4;background:#8c55c72e}.h5-reference-tag-group>span button:disabled{opacity:.35}.h5-reference-custom-tag{padding:4px;border:1px solid rgba(255,255,255,.08);border-radius:13px;display:grid;grid-template-columns:minmax(0,1fr) auto;background:#100e15}.h5-reference-custom-tag input{height:39px;border:0;padding:0 10px;color:#fff;background:transparent}.h5-reference-custom-tag button{border:0;border-radius:9px;padding:0 12px;display:flex;align-items:center;gap:5px;color:#eee3f5;background:#64428a;font-size:9px}.h5-reference-tag-overlay footer,.h5-regex-overlay footer{position:absolute;right:0;bottom:0;left:0;min-height:82px;border-top:1px solid rgba(255,255,255,.075);padding:12px 15px calc(12px + env(safe-area-inset-bottom));display:grid;background:#100d14f5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.h5-reference-tag-overlay footer button{border:0;border-radius:14px;color:#fff;background:linear-gradient(120deg,#8e55c8,#663e92);font-size:12px;font-weight:800}.h5-reference-role-list{display:grid;gap:11px}.h5-reference-transfer-actions{margin-top:10px;display:grid;grid-template-columns:minmax(0,1fr) 46px 46px;gap:7px}.h5-reference-transfer-actions>button{min-height:46px;border:0;border-radius:13px;display:flex;align-items:center;justify-content:center;gap:6px;color:#fff;background:#7164ca;font-size:10px;font-weight:800;cursor:pointer}.h5-reference-transfer-actions>button:nth-child(2){background:#2768c9}.h5-reference-transfer-actions>button:nth-child(3){background:#159853}.h5-reference-transfer-actions>button:disabled{opacity:.38;cursor:default}.h5-reference-transfer-actions.item{margin-top:11px}.h5-reference-role-card,.h5-reference-item-card{border:1px solid rgba(167,113,223,.24);border-radius:18px;padding:13px 12px;background:linear-gradient(145deg,#8c55c714,#ffffff05)}.h5-reference-role-card>header,.h5-reference-item-card>header{min-height:35px;margin-bottom:12px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:flex-start;justify-content:space-between;color:#d9cbe3;font-size:11px;font-weight:800}.h5-reference-role-card>header button,.h5-reference-item-card>header button{border:0;color:#876f8e;background:transparent}.h5-reference-age-stepper{width:150px;height:43px;border:1px solid rgba(255,255,255,.08);border-radius:13px;overflow:hidden;display:grid;grid-template-columns:42px 1fr 42px;background:#100e15}.h5-reference-age-stepper button{border:0;display:grid;place-items:center;color:#a791b4;background:#ffffff09}.h5-reference-age-stepper input{width:100%;border:0;color:#fff;background:transparent;text-align:center;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.h5-reference-order-list{margin-bottom:17px}.h5-reference-order-list>div:not(.create-field-label){min-height:48px;margin-bottom:6px;border:1px solid rgba(255,255,255,.065);border-radius:13px;padding:0 8px;display:grid;grid-template-columns:25px minmax(0,1fr) auto 34px 34px;align-items:center;gap:4px;background:#100e15}.h5-reference-order-list>div>span{color:#9f7abb;font-size:9px}.h5-reference-order-list>div>strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.h5-reference-order-list>div>small{color:#796b80;font-size:7px}.h5-reference-order-list>div>button{height:32px;border:0;border-radius:9px;display:grid;place-items:center;color:#9986a5;background:#ffffff0a}.h5-reference-code-actions{margin:-9px 0 17px;display:grid;grid-template-columns:1fr 1fr;gap:7px}.h5-regex-code-field .create-field-label>button{min-height:27px;border:0;border-radius:999px;padding:0 10px;color:#dfc5f0;background:#8c55c730;font-size:8px;font-weight:750}.h5-reference-advanced{padding:0;overflow:hidden}.h5-reference-advanced summary{min-height:76px;padding:13px 15px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 10px;list-style:none;cursor:pointer}.h5-reference-advanced summary::-webkit-details-marker{display:none}.h5-reference-advanced summary>span{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:800}.h5-reference-advanced summary>small{grid-column:1;color:#7e7584;font-size:8px}.h5-reference-advanced summary>svg{grid-column:2;grid-row:1 / span 2;color:#8f7b9b;transition:transform .18s ease}.h5-reference-advanced[open] summary>svg{transform:rotate(180deg)}.h5-reference-advanced>div{border-top:1px solid rgba(255,255,255,.065);padding:16px 14px 2px}.h5-reference-interactions{margin-bottom:14px}.h5-reference-interactions>label{min-height:44px;margin-bottom:6px;border:1px solid rgba(255,255,255,.08);border-radius:12px;display:grid;grid-template-columns:minmax(0,1fr) 42px;background:#100e15}.h5-reference-interactions>label input{border:0;padding:0 11px;color:#fff;background:transparent}.h5-reference-interactions>label button{border:0;color:#876f8e;background:transparent}.h5-reference-interactions>button{min-height:39px;border:1px dashed rgba(167,113,223,.28);border-radius:12px;display:flex;align-items:center;justify-content:center;gap:5px;color:#b898cc;background:#8c55c712;font-size:9px;font-weight:750}.h5-reference-item-switches{border-top:1px solid rgba(255,255,255,.06)}.h5-reference-item-switches>div{min-height:51px;border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:center;justify-content:space-between;color:#c9c1cd;font-size:10px}.h5-reference-database-note{margin-bottom:14px;border:1px solid rgba(234,186,66,.3);border-radius:16px;padding:13px;color:#9d96a4;background:#2d230a2e;font-size:9px;line-height:1.7}.h5-reference-database-note strong{color:#e3c458;font-size:10px}.h5-reference-database-note ol{margin:8px 0 0;padding-left:19px}.h5-reference-file-upload{position:relative;min-height:158px;border:1px dashed rgba(169,119,224,.32);border-radius:17px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#9f7fba;background:#8c55c70b;cursor:pointer}.h5-reference-file-upload strong{color:#c8bacf;font-size:11px}.h5-reference-file-upload small{color:#6f6675;font-size:8px}.h5-reference-regex-toolbar{min-height:50px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:8px}.h5-reference-regex-toolbar>strong{color:#dbd2df;font-size:11px}.h5-reference-regex-toolbar>span{display:flex;gap:5px}.h5-reference-regex-toolbar button{min-height:34px}.h5-reference-regex-list{display:grid;gap:7px}.h5-reference-regex-list article{min-height:62px;border:1px solid rgba(255,255,255,.07);border-radius:15px;padding:7px 8px;display:grid;grid-template-columns:35px minmax(0,1fr) 43px 32px;align-items:center;gap:6px;background:#100e15}.h5-reference-regex-list article>span{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;color:#bd92dc;background:#8c55c724}.h5-reference-regex-list article>button{min-width:0;border:0;color:#8d7f95;background:transparent;text-align:left}.h5-reference-regex-list article>button:nth-child(2){display:grid;gap:3px}.h5-reference-regex-list article strong{overflow:hidden;color:#d8cedd;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.h5-reference-regex-list article small{color:#716a75;font-size:7px}.h5-reference-empty{min-height:230px;border:1px dashed rgba(255,255,255,.08);border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#655d69;background:#ffffff04;text-align:center}.h5-reference-empty strong{color:#99909e;font-size:11px}.h5-reference-empty span{font-size:8px}.h5-regex-overlay>section>header>div{display:grid;gap:3px}.h5-regex-overlay>section>header>div>span{display:flex;align-items:center;gap:7px}.h5-regex-overlay>section>header strong{color:#eee8f1;font-size:16px}.h5-regex-overlay>section>header>div>span>button{width:auto;height:auto;min-height:0;border-radius:0;padding:0;color:#9b72d2;background:transparent;font-size:9px;font-weight:750}.h5-regex-overlay>section>header small{color:#796f7f;font-size:8px}.h5-regex-mode-tabs,.h5-regex-tool-tabs{margin-bottom:17px;padding:3px;border-radius:13px;display:grid;grid-template-columns:1fr 1fr;gap:3px;background:#100e15}.h5-regex-mode-tabs button,.h5-regex-tool-tabs button{min-height:42px;border:0;border-radius:10px;color:#77717b;background:transparent;font-size:10px;font-weight:800}.h5-regex-mode-tabs button.active,.h5-regex-tool-tabs button.active{color:#fff;background:linear-gradient(120deg,#9855df,#7435bc)}.h5-regex-tool{margin-top:16px;border:1px solid rgba(255,255,255,.07);border-radius:17px;padding:12px;background:#ffffff06}.h5-regex-tool-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.h5-regex-tool-tabs button{min-height:38px;font-size:8px}.h5-regex-tool-heading{min-height:34px;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between;gap:8px}.h5-regex-tool-heading>span{display:flex;align-items:center;gap:7px;color:#d6ceda;font-size:10px;font-weight:750}.h5-regex-tool-heading>span button{border:0;padding:0;color:#af78d3;background:transparent;font-size:8px}.h5-regex-tool-heading>button{min-height:32px;border:0;border-radius:999px;padding:0 11px;display:flex;align-items:center;gap:5px;color:#fff;background:linear-gradient(120deg,#9b52e5,#7538b9);font-size:8px;font-weight:800}.h5-regex-symbol-fields{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:end;gap:7px}.h5-regex-symbol-fields>span{height:47px;border-radius:12px;padding:0 8px;display:grid;place-items:center;color:#d7cfdb;background:#ffffff12;font-size:8px;font-weight:800}.h5-regex-test-panel{margin-top:14px;border:1px solid rgba(166,112,218,.2);border-radius:17px;padding:13px;background:#4f2a6f14}.h5-regex-test-panel h3{margin:0 0 14px;font-size:14px}.h5-regex-test-panel>button{width:100%;min-height:44px;border:0;border-radius:13px;color:#fff;background:linear-gradient(120deg,#9b52e5,#7538b9);font-size:11px;font-weight:800}.h5-regex-test-panel>div{margin-top:15px}.h5-regex-test-panel>div>strong{font-size:10px}.h5-regex-test-panel pre{min-height:125px;margin:8px 0 0;border:1px solid rgba(255,255,255,.07);border-radius:13px;padding:11px;overflow-wrap:anywhere;color:#918897;background:#100e15;font-family:inherit;font-size:9px;line-height:1.6;white-space:pre-wrap}.h5-regex-overlay footer{grid-template-columns:.8fr 1.2fr;gap:8px}.h5-regex-overlay footer button{border:0;border-radius:13px;color:#d5ced9;background:#39343d;font-size:11px;font-weight:800}.h5-regex-overlay footer button:last-child{color:#fff;background:linear-gradient(120deg,#9855df,#7135b3)}.h5-regex-overlay footer button:disabled{opacity:.38}.h5-reference-preview{overflow:hidden}.h5-reference-preview-art{min-height:230px;display:grid;place-items:center;color:#d8b7ee;background:radial-gradient(circle at 50% 40%,rgba(178,110,230,.38),transparent 31%),linear-gradient(145deg,#2b183b,#10121f)}@media(min-width:720px){.h5-reference-tag-overlay,.h5-regex-overlay{padding:28px;place-items:center;background:#050408c2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.h5-reference-tag-overlay>section,.h5-regex-overlay>section{width:min(760px,100%);max-height:min(860px,calc(100vh - 56px));border:1px solid rgba(255,255,255,.09);border-radius:22px;overflow:hidden;background:#17141c;box-shadow:0 24px 80px #00000080}.h5-reference-tag-overlay footer,.h5-regex-overlay footer{position:static}.h5-reference-tag-scroll,.h5-regex-scroll{padding-bottom:24px}}@media(max-width:350px){.h5-reference-tools,.h5-regex-tool-tabs{grid-template-columns:repeat(2,1fr)}}.multi-character-name-row{display:flex;align-items:flex-start}.multi-character-name-field{width:min(46%,150px);display:grid;gap:6px}.multi-character-name-field>span{color:#9b919f;font-size:9px}.multi-character-name-field input{width:100%;min-height:39px;border:1px solid rgba(255,255,255,.075);border-radius:11px;padding:0 10px;color:#eee8f1;background:#ffffff06}.multi-media-step .visual-style-options{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;overflow:visible;padding:2px 0 8px;scroll-snap-type:none}.multi-media-step .visual-style-options label{width:auto;min-width:0;flex:none}.multi-media-step .visual-style-preview{height:88px}.voice-library-title{margin:8px 17px 0;display:flex;align-items:center;gap:7px;color:#e5dce9;font-size:13px}.voice-library-title svg{color:#b68adb}.voice-page-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.voice-page-tabs button{min-width:0;padding:0 3px;font-size:9px;white-space:nowrap}.worldbook-subheading{margin-top:18px;display:flex;align-items:baseline;justify-content:space-between;gap:10px}.worldbook-subheading strong{color:#e5dee8;font-size:12px}.worldbook-subheading small{color:#817786;font-size:9px}.uploaded-worldbook-list{margin-bottom:4px}.comments-open-tip{margin:10px 2px 0;display:flex;align-items:flex-start;gap:6px;color:#9bc7aa;font-size:10px;line-height:1.5}.comments-open-tip svg{flex:none;margin-top:1px}.story-rating-field{margin:2px 0 17px}.story-work-type{margin:0 0 17px;border:1px solid rgba(255,255,255,.065);border-radius:16px;padding:12px;background:#ffffff06}.story-work-type legend{margin-bottom:9px;padding:0;color:#dfd8e5;font-size:11px;font-weight:650}.story-work-type legend b{margin-left:3px;color:#ff6f96}.story-work-type>div{padding:3px;border-radius:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;background:#100e15}.story-work-type button{min-height:42px;border:0;border-radius:10px;color:#7e7684;background:transparent;font-size:10px;font-weight:750;cursor:pointer}.story-work-type button.active{color:#f5eff9;background:#3a2948;box-shadow:0 4px 13px #00000038}.role-rating-field{margin-top:2px;gap:6px}.role-rating-field>.create-field-label{display:flex;align-items:center;justify-content:space-between}.role-rating-field>.create-field-label>small{color:#847b89;font-size:8px}.role-rating-options{gap:7px}.role-rating-options label>span{min-height:48px;border-radius:12px;padding:7px 9px;align-items:flex-start}.role-rating-options b{font-size:10px}.role-rating-options small{font-size:8px}.role-audio-stack{display:grid;gap:10px}.role-audio-card{border:1px solid rgba(255,255,255,.07);border-radius:17px;padding:11px;background:#ffffff06}.role-audio-card .creator-audio-field{margin:0}.role-audio-card .creator-audio-heading{margin-bottom:9px}.role-audio-card .creator-audio-heading>span{width:31px;height:31px;border-radius:10px}.role-audio-card .creator-audio-heading strong{font-size:12px}.role-audio-card .creator-audio-heading small{font-size:8px}.role-audio-card .voice-picker-entry{min-height:58px;border-radius:13px;padding:8px 10px}.role-music-card{padding:0;overflow:hidden}.role-music-card .compact-music-selector{border:0;border-radius:17px;background:transparent}.creator-switch-row{min-height:68px;border:1px solid rgba(255,255,255,.075);border-radius:16px;padding:13px 14px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#ffffff06}.creator-switch-row>span{display:grid;gap:4px}.creator-switch-row strong{color:#eee8f2;font-size:13px}.creator-switch-row small{max-width:245px;color:#8e8495;font-size:10px;line-height:1.5}.creator-switch-row input{width:42px;height:24px;accent-color:#9562ca;flex:none}.user-identity-card{margin-top:12px;border:1px solid rgba(161,105,217,.22);border-radius:18px;padding:14px;display:grid;grid-template-columns:84px 1fr;gap:13px;background:#63368b1a}.user-identity-avatar{position:relative;display:grid;align-content:start;gap:7px;cursor:pointer}.user-identity-avatar input{position:absolute;opacity:0;pointer-events:none}.user-identity-avatar img{width:82px;aspect-ratio:1;border-radius:16px;object-fit:cover}.user-identity-avatar span{color:#bca4ce;font-size:9px;display:flex;align-items:center;justify-content:center;gap:4px}.user-identity-card>div{display:grid;gap:9px}.user-identity-card>div label{display:grid;gap:5px;color:#a99eae;font-size:10px}.user-identity-card input,.user-identity-card textarea,.story-dialogue-examples textarea,.worldbook-search input{width:100%;border:1px solid rgba(255,255,255,.075);border-radius:12px;padding:10px 11px;color:#eee9f1;background:#0c0b0f85;font:inherit;resize:vertical}.user-identity-card>p{grid-column:1 / -1;margin:0;color:#bfa5d5;font-size:10px;line-height:1.5;display:flex;gap:6px}.user-identity-gender{margin:0;border:0;padding:0}.user-identity-gender legend{margin-bottom:5px;color:#a99eae;font-size:10px}.user-identity-gender>div{padding:3px;border-radius:11px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;background:#0c0b0f85}.user-identity-gender>div>label{display:block;cursor:pointer}.user-identity-gender input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.user-identity-gender span{min-height:34px;border-radius:9px;display:grid;place-items:center;color:#8f8595;font-size:9px;font-weight:750}.user-identity-gender label.selected span{color:#f5eff9;background:#4b315e;box-shadow:0 4px 12px #0000002e}.expression-style-grid{margin-bottom:16px;display:grid;grid-template-columns:1fr 1fr;gap:9px}.expression-style-grid label{position:relative;cursor:pointer}.expression-style-grid input{position:absolute;opacity:0}.expression-style-grid label>span{min-height:76px;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:12px;display:grid;align-content:center;gap:5px;background:#ffffff06}.expression-style-grid strong{color:#dcd5e0;font-size:12px}.expression-style-grid small{color:#817987;font-size:9px;line-height:1.45}.expression-style-grid label.selected>span{border-color:#ac6fe173;background:#70439933;box-shadow:inset 0 0 0 1px #ae71df1f}.expression-style-grid label.selected strong{color:#f2e8fa}.story-dialogue-examples{display:grid;gap:11px}.story-dialogue-examples article{border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:12px;display:grid;gap:10px;background:#ffffff06}.story-dialogue-examples header{display:flex;align-items:center;justify-content:space-between}.story-dialogue-examples header strong{color:#e2dbe6;font-size:12px}.story-dialogue-examples header button{border:0;padding:5px 7px;display:flex;gap:4px;color:#9c8da3;background:transparent;font-size:9px}.story-dialogue-examples label{display:grid;gap:5px;color:#9c919f;font-size:9px}.worldbook-upload{position:relative;margin-top:12px;min-height:76px;border:1px dashed rgba(171,116,217,.35);border-radius:16px;padding:14px;display:flex;align-items:center;gap:12px;color:#ad8eca;background:#653b8914;cursor:pointer}.worldbook-upload input{position:absolute;opacity:0;pointer-events:none}.worldbook-upload>span{display:grid;gap:4px}.worldbook-upload strong{color:#e5d9eb;font-size:12px}.worldbook-upload small{color:#887c8d;font-size:9px}.worldbook-search{margin-top:12px;display:flex;align-items:center;gap:8px}.worldbook-search>span{color:#aa87c7;font-size:22px}.worldbook-list{margin-top:10px;display:grid;gap:8px}.worldbook-list button{min-height:62px;border:1px solid rgba(255,255,255,.065);border-radius:14px;padding:11px 13px;display:flex;align-items:center;justify-content:space-between;color:#9d77be;background:#ffffff06;text-align:left}.worldbook-list button>span{display:grid;gap:4px}.worldbook-list strong{color:#dcd4e0;font-size:11px}.worldbook-list small{color:#827987;font-size:9px}.worldbook-list button.selected{border-color:#a96cdb6e;background:#683d912e}.visual-rules-heading{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:10px}.visual-rules-heading>span{display:grid;gap:3px}.visual-rules-heading strong{color:#e6dee9;font-size:12px}.visual-rules-heading small{color:#8a808e;font-size:9px}.visual-rules-heading button{min-height:34px;border:1px solid rgba(169,110,217,.3);border-radius:999px;padding:0 12px;display:flex;align-items:center;gap:5px;color:#d6b5ed;background:#663c8c2e;font-size:10px;font-weight:700}.story-settings-section .creator-visibility-setting{margin:0 0 12px}.multi-character-tabs .add-character-tab:disabled,.creator-add-button:disabled{opacity:.35;cursor:not-allowed}.regex-rule-section{margin-top:4px;border:1px solid rgba(204,157,242,.15);border-radius:20px;padding:15px;background:radial-gradient(circle at 96% 0,rgba(171,102,221,.1),transparent 34%),#120e17b8;box-shadow:0 14px 34px #00000029}.regex-rule-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.regex-rule-section-header>div{min-width:0}.regex-rule-section-header>div>span{color:#9f70c8;font:650 7px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em}.regex-rule-section-header h3{margin:4px 0 3px;color:#efe8f3;font-size:15px}.regex-rule-section-header p{margin:0;color:#887f8e;font-size:9px;line-height:1.45}.regex-rule-section-header>small{flex:0 0 auto;margin-top:3px;border:1px solid rgba(255,255,255,.07);border-radius:999px;padding:5px 8px;color:#8f8495;background:#ffffff06;font-size:7px}.regex-rule-list{margin-top:14px;display:grid;gap:8px}.regex-rule-row{position:relative;min-height:58px;border:1px solid rgba(213,174,244,.15);border-radius:15px;padding:4px 5px 4px 10px;display:grid;grid-template-columns:minmax(0,1fr) 43px 36px;align-items:center;overflow:hidden;background:#ffffff06;transition:border-color .18s ease,background .18s ease}.regex-rule-row.enabled{border-color:#cc8af05c;background:#814caa17}.regex-rule-accent{position:absolute;top:17px;bottom:17px;left:7px;width:3px;border-radius:99px;background:#b67dde;opacity:.42}.regex-rule-row.enabled .regex-rule-accent{background:#ed87a8;box-shadow:0 0 10px #ed87a86b;opacity:1}.regex-rule-open{min-width:0;min-height:48px;border:0;padding:0 8px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;color:#e8e0ec;background:transparent;text-align:left;cursor:pointer}.regex-rule-index{color:#9d91a5;font:700 9px ui-monospace,SFMono-Regular,Menlo,monospace}.regex-rule-open>span:nth-child(2){min-width:0;display:grid;gap:3px}.regex-rule-open strong,.regex-rule-open small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.regex-rule-open strong{font-size:11px}.regex-rule-open small{color:#7c7482;font-size:7px}.regex-rule-open>svg{color:#6f6576}.regex-rule-toggle{position:relative;width:37px;height:22px;border:0;border-radius:999px;padding:0;background:#3b3540;cursor:pointer;transition:background .18s ease}.regex-rule-toggle i{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#eee9f0;box-shadow:0 2px 7px #0000004d;transition:transform .18s ease}.regex-rule-toggle.on{background:#ec557d}.regex-rule-toggle.on i{transform:translate(15px)}.regex-rule-toggle:disabled{cursor:not-allowed;opacity:.34}.regex-rule-delete{width:34px;height:38px;border:0;border-radius:10px;display:grid;place-items:center;color:#806d78;background:transparent;cursor:pointer}.regex-rule-delete:active{color:#ef7893;background:#e059781a}.regex-rule-empty{min-height:150px;margin-top:14px;border:1px dashed rgba(214,177,240,.14);border-radius:16px;padding:22px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#ffffff04}.regex-rule-empty>span{width:42px;height:42px;margin-bottom:10px;border:1px solid rgba(187,127,230,.17);border-radius:14px;display:grid;place-items:center;color:#ad80cf;background:#7b469f1a}.regex-rule-empty strong{color:#cfc5d5;font-size:11px}.regex-rule-empty p{max-width:250px;margin:6px 0 0;color:#766e7c;font-size:8px;line-height:1.55}.regex-rule-add{width:100%;min-height:42px;margin-top:11px;border:1px solid rgba(195,139,235,.24);border-radius:13px;display:flex;align-items:center;justify-content:center;gap:6px;color:#d7bce9;background:linear-gradient(135deg,#75459f2e,#412a5814);font-size:10px;font-weight:720;cursor:pointer}.regex-rule-editor-overlay{position:fixed;z-index:140;top:50%;left:50%;width:min(100%,430px);height:min(100dvh,900px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;color:#eee8f2;background:radial-gradient(circle at 88% 0,rgba(147,82,207,.18),transparent 25%),#0b0910;transform:translate(-50%,-50%);animation:creator-code-expand .24s cubic-bezier(.2,.86,.25,1) both}.regex-rule-editor-header{min-height:calc(62px + env(safe-area-inset-top));padding:max(10px,env(safe-area-inset-top)) 12px 10px;border-bottom:1px solid rgba(255,255,255,.075);display:grid;grid-template-columns:46px minmax(0,1fr) 52px;align-items:center;gap:8px;background:#0d0a11e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.regex-rule-editor-header>button{min-height:36px;border:0;border-radius:11px;display:grid;place-items:center;color:#b1a6b8;background:#ffffff09;font-size:9px;cursor:pointer}.regex-rule-editor-header>button:last-child{color:#f0e3f8;background:#7948b4}.regex-rule-editor-header>div{min-width:0;display:grid;gap:3px;text-align:center}.regex-rule-editor-header strong,.regex-rule-editor-header small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.regex-rule-editor-header strong{font-size:13px}.regex-rule-editor-header small{color:#796f80;font-size:7px}.regex-rule-editor-scroll{min-height:0;padding:13px 13px 24px;overflow-y:auto;overscroll-behavior:contain}.regex-rule-editor-section{margin-bottom:12px;border:1px solid rgba(255,255,255,.07);border-radius:17px;padding:14px;background:#ffffff06}.regex-rule-editor-section>header{margin-bottom:13px;display:grid;grid-template-columns:29px minmax(0,1fr);align-items:start;gap:9px}.regex-rule-editor-section>header>span{width:29px;height:29px;border:1px solid rgba(191,130,232,.2);border-radius:9px;display:grid;place-items:center;color:#b481d6;background:#7745991c;font:700 8px ui-monospace,SFMono-Regular,Menlo,monospace}.regex-rule-editor-section>header h3{margin:0 0 3px;color:#ddd4e2;font-size:11px}.regex-rule-editor-section>header p{margin:0;color:#756d7b;font-size:8px;line-height:1.45}.regex-rule-field{display:grid;gap:7px}.regex-rule-field>span{min-height:20px;display:flex;align-items:center;color:#a99eaf;font-size:9px;font-weight:680}.regex-rule-field>span b{margin-left:3px;color:#dc7ba3}.regex-rule-field>span button{margin-left:auto;border:0;padding:3px 0 3px 8px;display:flex;align-items:center;gap:4px;color:#bd8cdb;background:transparent;font-size:8px;cursor:pointer}.regex-rule-field input,.regex-rule-field textarea{width:100%;border:1px solid rgba(255,255,255,.08);border-radius:12px;outline:0;padding:10px 11px;color:#ddd5e1;background:#0504078a;caret-color:#cf91f3;font-size:10px;line-height:1.55;transition:border-color .16s ease}.regex-rule-field textarea{resize:vertical}.regex-rule-field.code textarea{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px}.regex-rule-field>small{color:#6f6675;font-size:8px;line-height:1.45}.regex-rule-field input:focus,.regex-rule-field textarea:focus{border-color:#bf83eb61}.regex-rule-field input::placeholder,.regex-rule-field textarea::placeholder{color:#5e5763}.regex-rule-scope{margin:0;border:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.regex-rule-scope legend{margin-bottom:7px;color:#a99eaf;font-size:9px;font-weight:680}.regex-rule-scope label{min-height:39px;border:1px solid rgba(255,255,255,.07);border-radius:11px;padding:0 10px;display:flex;align-items:center;gap:7px;color:#aca1b2;background:#05040759;font-size:9px}.regex-rule-scope input{accent-color:#9e63c8}.regex-rule-test-button{width:100%;min-height:42px;margin-top:11px;border:1px solid rgba(187,126,230,.3);border-radius:12px;display:flex;align-items:center;justify-content:center;gap:6px;color:#eadcf3;background:linear-gradient(135deg,#7142a3,#583376);font-size:10px;font-weight:740;cursor:pointer}.regex-rule-test-result{margin-top:11px;border:1px solid rgba(255,255,255,.07);border-radius:13px;overflow:hidden;background:#04040673}.regex-rule-test-result>header{min-height:35px;padding:0 10px;display:flex;align-items:center;gap:6px;color:#c9becf;font-size:9px;font-weight:680}.regex-rule-test-result.success>header{color:#83cba0;background:#318b5414}.regex-rule-test-result.error>header{color:#e08b9f;background:#9f314a14}.regex-rule-render-preview{border-top:1px solid rgba(255,255,255,.06);padding:10px;display:grid;gap:7px}.regex-rule-render-preview>span{color:#7f7585;font-size:7px}.regex-rule-render-preview iframe{width:100%;min-height:180px;border:0;border-radius:10px;background:#fff}.regex-rule-editor-footer{min-height:calc(62px + env(safe-area-inset-bottom));padding:10px 13px max(10px,env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.07);display:grid;grid-template-columns:minmax(0,1fr) 96px;align-items:center;gap:10px;color:#716878;background:#0d0a11f5;font-size:7px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.regex-rule-editor-footer button{min-height:39px;border:0;border-radius:12px;color:#eee2f6;background:#6f439a;font-size:9px;font-weight:720;cursor:pointer}@media(max-width:350px){.regex-rule-section{padding:12px}.regex-rule-row{grid-template-columns:minmax(0,1fr) 39px 32px;padding-left:7px}.regex-rule-open{padding:0 6px;gap:6px}}.advanced-config-module+.advanced-config-module{margin-top:18px}.advanced-config-module .advanced-module-title{margin:0}.advanced-config-module .advanced-module-title>b{color:#82758a;font-size:8px;font-weight:650}.advanced-config-list{margin-top:10px}.advanced-config-row{min-height:62px;grid-template-columns:minmax(0,1fr) 44px;padding-right:4px}.advanced-config-row .regex-rule-open{min-height:52px}.advanced-config-row .regex-rule-delete{width:44px;height:48px}.advanced-config-empty{min-height:78px;margin-top:10px;border:1px dashed rgba(213,174,244,.14);border-radius:14px;padding:16px;display:grid;place-content:center;gap:4px;color:#92879a;background:#ffffff05;text-align:center}.advanced-config-empty span{font-size:10px;font-weight:700}.advanced-config-empty small{color:#6f6675;font-size:8px}.advanced-config-module .regex-rule-add{min-height:44px}.advanced-config-editor-overlay .regex-rule-editor-header>button,.advanced-config-editor-overlay .regex-rule-editor-footer button{min-height:44px}.advanced-config-editor-scroll .regex-rule-field+.regex-rule-field{margin-top:14px}@media(max-width:350px){.advanced-config-row{grid-template-columns:minmax(0,1fr) 42px}}.h5-instruction-section{padding-top:18px}.h5-instruction-rule-section{padding:0;border:0;background:transparent}.h5-instruction-rule-row{grid-template-columns:minmax(0,1fr) 36px}.h5-instruction-rule-row .regex-rule-open{min-height:52px}.h5-instruction-rule-row .regex-rule-delete{height:44px}.h5-instruction-manager{padding:14px;border:1px solid rgba(255,255,255,.07);border-radius:20px;background:#16131be0}.h5-instruction-manager>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.h5-instruction-manager>header>div{min-width:0;display:grid;gap:4px}.h5-instruction-manager>header strong{font-size:14px}.h5-instruction-manager>header span{color:#8d8495;font-size:9px;line-height:1.45}.h5-instruction-manager>header>button{min-width:90px;min-height:36px;border:1px solid rgba(182,139,242,.22);border-radius:12px;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:4px;color:#eadcff;background:#2c2038;font-size:9px;font-weight:750;white-space:nowrap;cursor:pointer}.h5-instruction-empty{min-height:130px;margin-top:14px;border:1px dashed rgba(191,154,239,.2);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#766d7d;background:#ffffff04}.h5-instruction-empty svg{color:#9578b8}.h5-instruction-empty strong{margin-top:9px;color:#aaa0b1;font-size:11px}.h5-instruction-empty span{margin-top:4px;font-size:8px}.h5-instruction-list{margin-top:12px;display:grid;gap:8px}.h5-instruction-list>article{min-height:78px;border:1px solid rgba(255,255,255,.065);border-radius:15px;padding:7px 4px 7px 7px;display:grid;grid-template-columns:58px minmax(0,1fr) 38px;align-items:center;gap:7px;background:#19161e}.h5-instruction-list>article>img{width:58px;height:58px;border-radius:11px;object-fit:cover}.h5-instruction-list>article>button{min-width:0;border:0;color:inherit;background:transparent;cursor:pointer}.h5-instruction-list>article>button:nth-child(2){display:grid;grid-template-columns:minmax(0,1fr) auto 18px;align-items:center;gap:7px;text-align:left}.h5-instruction-list>article>button:nth-child(2)>span:first-child{min-width:0;display:grid;gap:4px}.h5-instruction-list>article>button:nth-child(2) strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.h5-instruction-list>article>button:nth-child(2) small{overflow:hidden;color:#817988;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.h5-instruction-meta{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.h5-instruction-meta b{color:#c5a7ee;font-size:8px}.h5-instruction-meta i{color:#746b7b;font-size:7px;font-style:normal;white-space:nowrap}.h5-instruction-list>article>button:last-child{width:38px;height:44px;display:grid;place-items:center;color:#8d7f92}.h5-instruction-editor-overlay{position:fixed;z-index:360;top:50%;left:50%;width:min(100%,430px);height:min(100dvh,900px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;color:#f0ebf3;background:radial-gradient(circle at 88% 0,rgba(130,79,193,.16),transparent 25%),#0b0910;transform:translate(-50%,-50%);animation:creator-code-expand .22s cubic-bezier(.2,.86,.25,1) both}.h5-instruction-editor-header{min-height:calc(66px + env(safe-area-inset-top));padding:max(10px,env(safe-area-inset-top)) 14px 10px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:minmax(0,1fr) 40px;align-items:center;gap:10px;background:#0c0a10ed;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.h5-instruction-editor-header>div{min-width:0;display:grid;gap:3px}.h5-instruction-editor-header strong{font-size:16px}.h5-instruction-editor-header small{color:#82798a;font-size:8px}.h5-instruction-editor-header>button{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:#aaa0b0;background:#1b1820;cursor:pointer}.h5-instruction-editor-scroll{min-height:0;padding:17px 14px 24px;overflow-y:auto;overscroll-behavior:contain}.h5-instruction-basic-fields,.h5-instruction-functions>article{padding:14px;border:1px solid rgba(255,255,255,.07);border-radius:18px;background:#19161ee6}.h5-instruction-image-field{display:grid;gap:8px}.h5-instruction-image-field>span{font-size:10px;font-weight:720}.h5-instruction-image-field>span b{margin-left:2px;color:#ff789f}.h5-instruction-image-field input{position:absolute;width:1px;height:1px;opacity:0}.h5-instruction-image-field>i,.h5-instruction-image-field>img{width:112px;height:112px;border:1px dashed rgba(205,168,242,.24);border-radius:15px}.h5-instruction-image-field>i{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#a184c4;background:#744a9f12;font-style:normal;cursor:pointer}.h5-instruction-image-field>i strong{color:#93879b;font-size:9px}.h5-instruction-image-field>img{object-fit:cover}.h5-instruction-image-field>small{max-width:112px;overflow:hidden;color:#746b7b;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.h5-instruction-basic-fields>.regex-rule-field{margin-top:15px}.h5-instruction-choice-field{margin:15px 0 0;padding:0;border:0}.h5-instruction-choice-field legend{color:#d5cdd9;font-size:10px;font-weight:720}.h5-instruction-choice-field>div{margin-top:8px;display:flex;flex-wrap:wrap;gap:7px}.h5-instruction-choice-field button{min-height:34px;border:1px solid rgba(255,255,255,.06);border-radius:999px;padding:0 15px;color:#a79eac;background:#211e25;font-size:9px;cursor:pointer}.h5-instruction-choice-field button.active{border-color:#ad7ced42;color:#e1d0f7;background:#4c3470}.h5-instruction-functions{margin-top:12px;display:grid;gap:10px}.h5-instruction-functions>article{position:relative}.h5-instruction-functions>article:before{content:"";position:absolute;top:14px;bottom:14px;left:10px;width:3px;border-radius:3px;background:#9560dc}.h5-instruction-functions>article>header{padding-left:8px;display:flex;align-items:center;justify-content:space-between}.h5-instruction-functions>article>header strong{font-size:11px}.h5-instruction-functions>article>header button{width:34px;height:32px;border:0;border-radius:9px;display:grid;place-items:center;color:#96879c;background:#ffffff09;cursor:pointer}.h5-instruction-functions .regex-rule-field{margin:14px 0 0 8px}.h5-instruction-switch-row{min-height:48px;margin:12px 0 0 8px;display:grid;grid-template-columns:minmax(0,1fr) 43px;align-items:center;gap:10px;color:#bdb4c2;font-size:9px;line-height:1.45}.h5-instruction-switch{position:relative;width:43px;height:25px;border:0;border-radius:999px;padding:3px;background:#37323d;cursor:pointer;transition:background .16s ease}.h5-instruction-switch i{display:block;width:19px;height:19px;border-radius:50%;background:#c7becb;transition:transform .16s ease,background .16s ease}.h5-instruction-switch.active{background:#8054c2}.h5-instruction-switch.active i{background:#fff;transform:translate(18px)}.h5-instruction-add-function{min-height:42px;border:0;border-radius:13px;display:flex;align-items:center;justify-content:center;gap:5px;color:#bd8efa;background:#774bac17;font-size:9px;font-weight:720;cursor:pointer}.h5-instruction-add-function:disabled{color:#5f5664;cursor:default}.h5-instruction-help{margin-top:12px;padding:13px;border-radius:15px;display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;color:#9472bd;background:#70479e14}.h5-instruction-help p{margin:0;display:grid;gap:4px}.h5-instruction-help strong{color:#b9a6ca;font-size:9px}.h5-instruction-help span{color:#807487;font-size:8px;line-height:1.55}.h5-instruction-editor-footer{padding:11px 14px calc(13px + var(--safe-bottom));border-top:1px solid var(--line);display:grid;grid-template-columns:84px minmax(0,1fr);gap:9px;background:#0c0a10f0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.h5-instruction-editor-footer button{min-height:45px;border:1px solid var(--line);border-radius:14px;color:#b5acba;background:#1c1921;font-size:10px;font-weight:750;cursor:pointer}.h5-instruction-editor-footer button:last-child{border:0;color:#fff;background:linear-gradient(115deg,#8c5ed4,#65409e)}.h5-instruction-editor-footer button:disabled{opacity:.38;cursor:default}.creator-enhancements-page{padding:22px 14px 30px;background:radial-gradient(circle at 90% 0,rgba(140,78,211,.16),transparent 24%),#0b0a12}.enhancements-heading{margin:0 2px 14px}.enhancement-intro{margin-bottom:14px;border:1px solid rgba(188,137,238,.17);border-radius:16px;padding:12px;display:flex;align-items:center;gap:10px;color:#cda9f2;background:linear-gradient(135deg,#7441ad33,#18131fb8)}.enhancement-intro>svg{flex:0 0 auto}.enhancement-intro p{margin:0;display:grid;gap:3px}.enhancement-intro strong{color:#eee5f3;font-size:11px}.enhancement-intro span{color:#8f8397;font-size:8px}.enhancement-card{margin-bottom:14px;border:1px solid rgba(255,255,255,.075);border-radius:22px;overflow:hidden;background:#14111af5;box-shadow:0 18px 44px #0003}.enhancement-card.enabled{border-color:#a96fe440}.enhancement-card-header{padding:15px 14px 11px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:start;gap:10px}.enhancement-card-icon{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;color:#ddc0fa;background:linear-gradient(145deg,#9052d757,#4c2b7133)}.enhancement-card.theater .enhancement-card-icon{color:#8ce6ed;background:linear-gradient(145deg,#1d9dae40,#154e5e29)}.enhancement-card-header>div>span{color:#806f8b;font-size:6px;font-weight:800;letter-spacing:.12em}.enhancement-card-header h3{margin:2px 0 3px;color:#f1eaf4;font-size:15px}.enhancement-card-header p{margin:0;color:#817887;font-size:8px}.enhancement-switch{position:relative;width:40px;height:23px;margin-top:5px;border:0;border-radius:999px;padding:0;background:#302a37;cursor:pointer;transition:background .18s ease}.enhancement-switch i{position:absolute;top:3px;left:3px;width:17px;height:17px;border-radius:50%;background:#8e8694;transition:transform .22s cubic-bezier(.2,.8,.2,1),background .18s ease}.enhancement-switch.on{background:#8d55d3}.enhancement-switch.on i{background:#fff;transform:translate(17px)}.enhancement-card-links{min-height:36px;padding:0 14px;border-top:1px solid rgba(255,255,255,.045);border-bottom:1px solid rgba(255,255,255,.045);display:flex;align-items:center;justify-content:space-between}.enhancement-card-links button{border:0;padding:0;display:flex;align-items:center;gap:4px;color:#a795b2;background:transparent;font-size:8px;cursor:pointer}.enhancement-card-links>span{display:flex;align-items:center;gap:4px;color:#726a79;font-size:7px}.enhancement-card-links>span.active{color:#8fbea0}.enhancement-disabled-pitch{padding:12px}.enhancement-disabled-pitch>div{height:150px;border-radius:15px;overflow:hidden;opacity:.72;pointer-events:none}.enhancement-disabled-pitch>p{margin:10px 2px;color:#8f8695;font-size:9px;line-height:1.55}.enhancement-disabled-pitch>button,.enhancement-run-button{width:100%;min-height:42px;border:1px solid rgba(184,126,237,.24);border-radius:13px;color:#ead9f6;background:linear-gradient(135deg,#7e49b873,#5a328457);font-size:10px;font-weight:750;cursor:pointer}.enhancement-mode-tabs{margin:12px 12px 0;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:3px;display:grid;grid-template-columns:1fr 1fr;gap:3px;background:#0c0a10}.enhancement-mode-tabs button{position:relative;min-height:34px;border:0;border-radius:9px;display:flex;align-items:center;justify-content:center;gap:5px;color:#756d7b;background:transparent;font-size:9px;cursor:pointer}.enhancement-mode-tabs button.active{color:#e9dff0;background:#28222f;box-shadow:0 4px 12px #0000003d}.enhancement-mode-tabs button i{position:absolute;top:7px;right:28%;width:5px;height:5px;border-radius:50%;background:#d987ff;box-shadow:0 0 8px #bb72e5}.enhancement-editor-panel,.enhancement-preview-panel{padding:11px 12px 13px}.enhancement-aura-button{width:100%;min-height:55px;margin-bottom:9px;border:1px solid rgba(195,142,244,.24);border-radius:15px;padding:0 12px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;color:#e8cefb;background:radial-gradient(circle at 90% 0,rgba(195,119,255,.18),transparent 42%),#62378b2b;text-align:left;cursor:pointer}.enhancement-aura-button span{display:grid;gap:3px}.enhancement-aura-button b{color:#eee3f5;font-size:10px}.enhancement-aura-button small{color:#957fa3;font-size:7px}.enhancement-code-field{position:relative;border:1px solid rgba(255,255,255,.075);border-radius:15px;overflow:hidden;background:#09080c}.enhancement-code-field>div{min-height:32px;padding:0 10px;border-bottom:1px solid rgba(255,255,255,.055);display:flex;align-items:center;justify-content:space-between;color:#9e8faa;background:#121017;font-size:7px}.enhancement-code-field>div small{color:#625b68;font-size:7px}.enhancement-code-field textarea{width:100%;height:154px;border:0;outline:0;padding:12px 12px 43px;resize:none;color:#cfc5d5;background:#09080c;font:8px/1.65 ui-monospace,SFMono-Regular,Menlo,monospace}.enhancement-code-field>button{position:absolute;right:9px;bottom:9px;min-height:28px;border:1px solid rgba(255,255,255,.08);border-radius:9px;padding:0 9px;display:flex;align-items:center;gap:5px;color:#c9bbd2;background:#231e29f0;font-size:8px;cursor:pointer}.enhancement-stale-note{margin:7px 2px 8px;display:flex;align-items:center;gap:5px;color:#c59add;font-size:8px}.enhancement-stale-note i{width:5px;height:5px;border-radius:50%;background:#c575e3}.enhancement-run-button{margin-top:9px;display:flex;align-items:center;justify-content:center;gap:6px}.enhancement-preview{position:relative;min-height:264px;border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden}.chat-skin-preview{padding:13px;color:#eee8f2;background:linear-gradient(180deg,#21142fc2,#08070bf7),url(/assets/home-hero-clean.png) center 22% / cover}.skin-preview-ambient{position:absolute;top:-30px;right:-10px;width:140px;height:140px;border-radius:50%;background:#ae65e840;filter:blur(45px)}.chat-skin-preview>header{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between}.chat-skin-preview>header span{display:flex;align-items:center;gap:5px;color:#c9a3e3;font-size:6px;letter-spacing:.14em}.chat-skin-preview>header i{width:5px;height:5px;border-radius:50%;background:#b77fe0;box-shadow:0 0 8px #b77fe0}.chat-skin-preview>header small{color:#d6cadc;font-size:8px}.skin-preview-messages{position:relative;z-index:1;margin-top:25px}.skin-preview-narration{margin:0 0 14px;color:#887b90;font-size:7px;text-align:center}.skin-preview-character{display:flex;align-items:flex-end;gap:7px}.skin-preview-character img{width:25px;height:25px;border-radius:8px;object-fit:cover}.skin-preview-character p,.skin-preview-user{width:fit-content;max-width:74%;margin:0;border:1px solid rgba(255,255,255,.12);border-radius:4px 13px 13px;padding:8px 10px;color:#e5dce9;background:#1e1725c2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:8px;line-height:1.45;box-shadow:0 12px 30px #00000038}.skin-preview-user{margin:10px 0 0 auto;border-radius:13px 4px 13px 13px;color:#f2e6f8;background:#7946a06b}.skin-preview-actions{position:absolute;right:13px;bottom:48px;left:13px;display:flex;gap:5px}.skin-preview-actions button{flex:1;min-height:27px;border:1px solid rgba(205,157,235,.18);border-radius:999px;color:#c8b4d3;background:#17121db8;font-size:7px}.skin-preview-composer{position:absolute;right:13px;bottom:12px;left:13px;min-height:30px;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:0 6px 0 11px;display:flex;align-items:center;justify-content:space-between;color:#655c6b;background:#0d0a10c2;font-size:7px}.skin-preview-composer b{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;color:#1d1324;background:#c79ce2}.theater-preview{min-height:294px;padding:14px;color:#fff;background:#08080b}.theater-preview>img,.theater-preview-shade{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.theater-preview>img{object-fit:cover;opacity:.48;transition:transform .5s ease,filter .5s ease}.theater-preview.revealed>img{filter:hue-rotate(38deg) saturate(1.25);transform:scale(1.08)}.theater-preview-shade{background:linear-gradient(180deg,#04040733,#050508eb)}.theater-preview-order,.theater-preview-copy,.theater-preview>button,.theater-preview-index{position:relative;z-index:1}.theater-preview-order{color:#7fe6ee;font:6px ui-monospace,monospace;letter-spacing:.14em}.theater-preview-copy{position:absolute;right:16px;bottom:88px;left:16px}.theater-preview-copy small{color:#ffdd69;font-size:7px}.theater-preview-copy h3{max-width:260px;margin:6px 0;font-size:19px;line-height:1.12;letter-spacing:-.04em}.theater-preview-copy p{max-width:250px;margin:0;color:#a9a4ae;font-size:8px;line-height:1.5}.theater-preview>button{position:absolute;right:16px;bottom:44px;min-height:31px;border:0;border-radius:4px;padding:0 11px;display:flex;align-items:center;gap:6px;color:#111016;background:#ffe54f;font-size:8px;font-weight:850;cursor:pointer;transform:rotate(-2deg)}.theater-preview-index{position:absolute;right:16px;bottom:13px;left:16px;display:flex;justify-content:space-between;color:#65606b;font:6px ui-monospace,monospace;letter-spacing:.12em}.enhancement-preview-stale{min-height:37px;margin-bottom:8px;border:1px solid rgba(196,133,229,.18);border-radius:11px;padding:0 9px;display:flex;align-items:center;justify-content:space-between;color:#a991b7;background:#6c3d8b1a;font-size:8px}.enhancement-preview-stale button,.enhancement-return-edit{border:0;color:#d9bceb;background:transparent;font-size:8px;font-weight:750;cursor:pointer}.enhancement-return-edit{width:100%;min-height:35px;margin-top:8px;border:1px solid rgba(255,255,255,.07);border-radius:11px;display:flex;align-items:center;justify-content:center;gap:5px;color:#9d91a5;background:#ffffff06}.creator-code-editor-overlay{position:fixed;z-index:150;top:50%;left:50%;width:min(100%,430px);height:min(100dvh,900px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;color:#eee8f2;background:radial-gradient(circle at 85% 0,rgba(147,82,207,.2),transparent 28%),#0b0910;transform:translate(-50%,-50%);transform-origin:center bottom;animation:creator-code-expand .26s cubic-bezier(.2,.86,.25,1) both}@keyframes creator-code-expand{0%{opacity:0;transform:translate(-50%,-46%) scale(.94);clip-path:inset(65% 4% 4% 4% round 22px)}to{opacity:1;transform:translate(-50%,-50%) scale(1);clip-path:inset(0 round 0)}}.creator-code-editor-overlay>header{min-height:calc(62px + env(safe-area-inset-top));padding:max(10px,env(safe-area-inset-top)) 14px 10px;border-bottom:1px solid rgba(255,255,255,.075);display:grid;grid-template-columns:55px minmax(0,1fr) 55px;align-items:center;gap:8px;background:#0d0a11e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.creator-code-editor-overlay>header button{border:0;padding:0;color:#aaa0b0;background:transparent;font-size:10px;cursor:pointer}.creator-code-editor-overlay>header button:last-child{min-height:32px;border-radius:10px;color:#f0e3f8;background:#7948b4}.creator-code-editor-overlay>header div{display:grid;gap:2px;text-align:center}.creator-code-editor-overlay>header strong{font-size:14px}.creator-code-editor-overlay>header small{color:#746b7a;font-size:7px}.creator-code-editor-body{min-height:0;padding:12px;display:grid;grid-template-rows:auto minmax(0,1fr)}.creator-code-editor-meta{min-height:35px;padding:0 3px;display:flex;align-items:center;justify-content:space-between;color:#a795b1;font-size:8px}.creator-code-editor-meta span{display:flex;align-items:center;gap:5px}.creator-code-editor-meta small{color:#665e6d;font-size:7px}.creator-code-editor-body textarea{width:100%;height:100%;min-height:0;border:1px solid rgba(255,255,255,.08);border-radius:16px;outline:0;padding:15px;resize:none;color:#d6ccd9;background:#060508db;caret-color:#cf91f3;font:10px/1.7 ui-monospace,SFMono-Regular,Menlo,monospace;box-shadow:inset 0 0 0 1px #0003}.creator-code-editor-body textarea:focus{border-color:#bf83eb59}.creator-code-editor-overlay>footer{min-height:calc(52px + env(safe-area-inset-bottom));padding:11px 15px max(11px,env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;color:#706776;background:#0d0b11;font-size:7px}.creator-code-editor-overlay>footer b{color:#9986a7;font-weight:650}.enhancement-optional-badge{margin-top:6px;border:1px solid rgba(255,255,255,.07);border-radius:999px;padding:4px 7px;color:#766e7d;background:#ffffff06;font-size:7px;font-weight:650;white-space:nowrap}.enhancements-page-mode{position:sticky;z-index:8;top:calc(124px + env(safe-area-inset-top));margin:0 0 14px;border:1px solid rgba(255,255,255,.07);border-radius:15px;padding:4px;display:grid;grid-template-columns:.82fr 1.18fr;gap:4px;background:#0b090feb;box-shadow:0 12px 28px #0000003d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.enhancements-page-mode button{position:relative;min-height:40px;border:0;border-radius:11px;display:flex;align-items:center;justify-content:center;gap:6px;color:#77707d;background:transparent;font-size:9px;font-weight:750;cursor:pointer;transition:color .18s ease,background .18s ease,transform .18s ease}.enhancements-page-mode button.active{color:#eee5f3;background:linear-gradient(135deg,#7341ac94,#4d2d717a);box-shadow:0 6px 18px #4e277747}.enhancements-page-mode button:active{transform:scale(.98)}.enhancements-page-mode button i{position:absolute;top:8px;right:19px;width:5px;height:5px;border-radius:50%;background:#e08bff;box-shadow:0 0 8px #d876ffd6}.enhancements-editor-stack{display:grid;gap:14px}.enhancements-editor-stack .enhancement-card{margin-bottom:0}.combined-experience-preview{border:1px solid rgba(174,119,222,.18);border-radius:22px;padding:11px;overflow:hidden;background:radial-gradient(circle at 84% 0,rgba(132,75,184,.17),transparent 24%),#110e16f5;box-shadow:0 20px 52px #00000040}.combined-preview-notice{min-height:48px;margin:1px 2px 11px;display:flex;align-items:center;gap:9px;color:#cfa8e7}.combined-preview-notice>svg{width:32px;height:32px;border-radius:11px;padding:8px;background:#7b48aa33}.combined-preview-notice>div{display:grid;gap:3px}.combined-preview-notice strong{color:#eee7f1;font-size:11px}.combined-preview-notice span{color:#807687;font-size:7px}.combined-preview-transition{min-height:51px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;color:#8c7a98;font-size:7px;text-align:center}.combined-preview-transition i{height:1px;background:linear-gradient(90deg,transparent,rgba(191,135,223,.27))}.combined-preview-transition i:last-child{background:linear-gradient(90deg,rgba(191,135,223,.27),transparent)}.combined-opening-message{position:relative;margin-bottom:10px;border:1px solid rgba(255,255,255,.08);border-radius:15px;padding:14px;overflow:hidden;background:linear-gradient(145deg,#2a1e34e0,#141019eb)}.combined-opening-message:after{position:absolute;top:-34px;right:-24px;width:96px;height:96px;border-radius:50%;background:#9d5bd226;filter:blur(22px);content:""}.combined-opening-message>span{position:relative;z-index:1;color:#c7a6dc;font-size:7px;font-weight:750;letter-spacing:.08em}.combined-opening-message>p{position:relative;z-index:1;margin:8px 0 0;color:#ded5e3;font-size:9px;line-height:1.65}.combined-chat-preview{min-height:326px}.rendered-chat-preview{border:1px solid rgba(255,255,255,.1);border-radius:22px;overflow:hidden;background:#08080b;box-shadow:0 24px 60px #00000057}.rendered-chat-preview-header{min-height:54px;padding:0 13px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;background:#15131a}.rendered-chat-preview-header>div{display:flex;align-items:center;gap:8px;color:#cab0dd}.rendered-chat-preview-header>div>span{display:grid;gap:2px}.rendered-chat-preview-header strong{color:#f0eaf3;font-size:11px}.rendered-chat-preview-header small{color:#746c7a;font-size:7px}.rendered-chat-preview-header button{min-height:29px;border:1px solid rgba(255,104,111,.2);border-radius:9px;padding:0 9px;color:#ffaaa9;background:#992b3121;font-size:8px;font-weight:750;cursor:pointer}.rendered-chat-screen{position:relative;height:610px;overflow:hidden;color:#f4eef6;background:#0a090d}.rendered-chat-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#08080c61,#09080c21 45%,#08070ae6),url(/assets/character-jiyuan.jpg) center top / cover;filter:saturate(.7) contrast(1.06);transform:scale(1.02)}.rendered-chat-character-bar{position:absolute;z-index:3;top:0;right:0;left:0;min-height:54px;padding:0 12px;border-bottom:1px solid rgba(255,255,255,.08);display:grid;grid-template-columns:31px minmax(0,1fr) auto;align-items:center;gap:8px;background:#0c0b0fb8;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.rendered-chat-character-bar>img{width:31px;height:31px;border:1px solid rgba(255,255,255,.18);border-radius:50%;object-fit:cover}.rendered-chat-character-bar>div{display:grid;gap:2px}.rendered-chat-character-bar strong{font-size:10px}.rendered-chat-character-bar small{display:flex;align-items:center;gap:4px;color:#8b8390;font-size:7px}.rendered-chat-character-bar small i{width:5px;height:5px;border-radius:50%;background:#78c98e;box-shadow:0 0 7px #5eca7cb3}.rendered-chat-character-bar>span{color:#a39aa8;font-size:10px;letter-spacing:.12em}.rendered-chat-scroll{position:absolute;z-index:1;top:54px;right:0;bottom:58px;left:0;padding:12px 12px 30px;overflow-y:auto;scrollbar-width:none}.rendered-chat-scroll::-webkit-scrollbar{display:none}.rendered-chat-theater{position:relative;min-height:286px;border:1px solid rgba(255,255,255,.13);border-radius:18px;overflow:hidden;background:#0b0a0eb8;box-shadow:0 18px 44px #00000059}.rendered-chat-theater>img,.rendered-chat-theater-shade{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.rendered-chat-theater>img{object-fit:cover;opacity:.74;transition:filter .42s ease,transform .42s ease}.rendered-chat-theater.revealed>img{filter:hue-rotate(32deg) saturate(1.25);transform:scale(1.06)}.rendered-chat-theater-shade{background:linear-gradient(180deg,#04040714,#060509e6),linear-gradient(90deg,rgba(7,6,10,.34),transparent 66%)}.rendered-chat-theater-label,.rendered-chat-theater>div:not(.rendered-chat-theater-shade),.rendered-chat-theater>button{position:absolute;z-index:1}.rendered-chat-theater-label{top:13px;left:13px;color:#8fe1e9;font:6px ui-monospace,monospace;letter-spacing:.14em}.rendered-chat-theater>div:not(.rendered-chat-theater-shade){right:14px;bottom:58px;left:14px}.rendered-chat-theater>div small{color:#ffe36d;font-size:7px}.rendered-chat-theater>div h3{max-width:280px;margin:6px 0 5px;font-size:19px;line-height:1.12;letter-spacing:-.04em;text-shadow:0 3px 18px rgba(0,0,0,.72)}.rendered-chat-theater>div p{margin:0;color:#c4bdc8;font-size:8px;line-height:1.45}.rendered-chat-theater>button{right:14px;bottom:15px;min-height:31px;border:0;border-radius:999px;padding:0 12px;display:flex;align-items:center;gap:6px;color:#121116;background:#ffe35a;box-shadow:0 7px 20px #0000004d;font-size:8px;font-weight:850;cursor:pointer}.rendered-chat-opening{margin-top:14px}.rendered-chat-opening>span{display:block;margin:0 2px 8px;color:#c2b7c8;font-size:7px;font-weight:750;letter-spacing:.08em}.rendered-opening-blocks{display:grid;gap:10px}.rendered-opening-narration{border:1px solid rgba(185,169,199,.22);border-radius:12px;padding:10px 12px;background:#15121ad1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.rendered-opening-narration p{margin:0;color:#ddd5e2;font-size:9px;font-weight:650;line-height:1.65;text-align:center;text-shadow:0 2px 10px rgba(0,0,0,.44)}.rendered-opening-message{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:start;gap:7px}.rendered-opening-message>img,.rendered-opening-blank-avatar{width:32px;height:32px;border:1px solid rgba(255,255,255,.12);border-radius:50%;object-fit:cover;background:#1c1920}.rendered-opening-blank-avatar{display:grid;place-items:center;color:#77707d}.rendered-opening-message>div{min-width:0}.rendered-opening-message small{min-height:21px;margin:0 0 -1px 5px;border:1px solid rgba(255,255,255,.1);border-radius:5px 5px 0 0;padding:0 7px;display:inline-flex;align-items:center;color:#d7cce0;background:#302839;font-size:7px;font-weight:800}.rendered-opening-message p{margin:0;border:1px solid rgba(255,255,255,.09);border-radius:4px 12px 12px;padding:9px 10px;color:#e8e1eb;background:#211d27e0;box-shadow:0 5px 14px #0000002e;font-size:9px;line-height:1.6}.rendered-chat-narration{margin:17px 10px;color:#ffffffd6;font-size:9px;line-height:1.65;text-align:center;text-shadow:0 2px 9px rgba(0,0,0,.72)}.rendered-chat-quick-replies{display:grid;grid-template-columns:1fr 1fr;gap:7px}.rendered-chat-quick-replies button{min-height:34px;border:1px solid rgba(255,255,255,.15);border-radius:999px;color:#e0d9e3;background:#0f0d12a8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:7px}.rendered-chat-composer{position:absolute;z-index:4;right:10px;bottom:10px;left:10px;min-height:42px;border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:0 7px 0 12px;display:flex;align-items:center;justify-content:space-between;color:#756f79;background:#141318db;box-shadow:0 12px 30px #00000057;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);font-size:8px}.rendered-chat-composer button{width:29px;height:29px;border:0;border-radius:50%;color:#24162d;background:#caa1e0;font-size:13px;cursor:pointer}.rendered-chat-theater.theater-format-preview{min-height:0;border:0;border-radius:0;padding:4px 2px 8px;display:grid;gap:11px;overflow:visible;background:transparent;box-shadow:none}.rendered-chat-theater.theater-format-preview>div,.rendered-chat-theater.theater-format-preview>section,.rendered-chat-theater.theater-format-preview>button{position:static;z-index:auto;right:auto;bottom:auto;left:auto}.theater-music-pill{width:100%;min-height:48px;border:1px solid rgba(255,255,255,.18)!important;border-radius:999px!important;padding:0 13px!important;display:grid!important;grid-template-columns:29px minmax(0,1fr) auto;align-items:center;gap:9px!important;color:#edf4f8!important;background:#181b2180!important;box-shadow:0 12px 30px #0000003d!important;-webkit-backdrop-filter:blur(18px) saturate(150%);backdrop-filter:blur(18px) saturate(150%);text-align:left;transform:none!important}.theater-music-pill>span{width:29px;height:29px;border:1px solid rgba(255,255,255,.16);border-radius:50%;display:grid;place-items:center;color:#d8f2ff;background:#ffffff14}.theater-music-pill>div{display:grid;gap:3px}.theater-music-pill strong{color:#f4f8fb;font-size:8px}.theater-music-pill small{color:#8fa3ae;font-size:6px;letter-spacing:.05em}.theater-music-pill.playing{border-color:#bae6fd66!important;background:#23303994!important}.theater-music-pill.playing>svg{color:#bae6fd;animation:theater-music-pulse 1.4s ease-in-out infinite}@keyframes theater-music-pulse{50%{opacity:.45;transform:scale(.86)}}.theater-format-hero{padding:13px 8px 10px;text-align:center}.theater-format-hero>div{display:flex;justify-content:center;flex-wrap:wrap;gap:5px}.theater-format-hero>div span{border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:4px 7px;color:#c8ecfb;background:#ffffff12;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);font-size:6px;font-weight:750}.theater-format-hero h3{margin:11px 0 7px!important;color:#f7fbfd;font-size:19px!important;line-height:1.22!important;letter-spacing:-.035em!important;text-shadow:0 7px 22px rgba(0,0,0,.68)}.theater-format-hero p{margin:0!important;color:#ebf2f6b8!important;font-size:7px!important;font-style:italic}.theater-profile-card,.theater-quote-card{border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:11px;background:#181a1f7a;box-shadow:0 15px 34px #0000003b;-webkit-backdrop-filter:blur(18px) saturate(145%);backdrop-filter:blur(18px) saturate(145%)}.theater-profile-card>header{display:flex;align-items:center;gap:9px}.theater-profile-card>header img{width:39px;height:39px;border:1px solid rgba(255,255,255,.24);border-radius:11px;object-fit:cover}.theater-profile-card>header div{display:grid;gap:3px}.theater-profile-card>header small{color:#a5bbc6;font-size:6px;letter-spacing:.1em}.theater-profile-card>header strong{color:#f1f5f7;font-size:8px}.theater-profile-switch{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:6px}.theater-profile-switch button{min-height:78px;border:1px solid rgba(255,255,255,.08);border-radius:11px;padding:8px 6px;display:grid;align-content:center;gap:4px;color:#a4aeb4;background:#0000002e;text-align:center;cursor:pointer}.theater-profile-switch button.active{border-color:#bae6fd57;color:#eaf8ff;background:linear-gradient(180deg,#a5def821,#a5def806);box-shadow:inset 0 0 17px #bae6fd0d}.theater-profile-switch span{color:#9eb8c4;font-size:6px;font-weight:750}.theater-profile-switch b{font-size:8px}.theater-profile-switch small{color:#7f8a90;font-size:6px;line-height:1.4}.theater-quote-card>span{display:block;margin-bottom:7px;color:#9ab8c7;font-size:6px;font-weight:750;letter-spacing:.08em}.theater-quote-card>p{margin:0!important;color:#edf3f6!important;font-size:8px!important;line-height:1.65!important}.theater-request-button{width:100%;min-height:43px;border:1px solid rgba(255,255,255,.28)!important;border-radius:999px!important;padding:0 14px!important;display:flex!important;align-items:center;justify-content:center;gap:6px!important;color:#f5f8fa!important;background:linear-gradient(135deg,#fff3,#ffffff12)!important;box-shadow:0 12px 28px #00000040,inset 0 0 14px #ffffff0f!important;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px);font-size:8px!important;font-weight:800!important;transform:none!important}.theater-request-button.accepted{border-color:#7dcd974d!important;color:#dff8e6!important;background:#3c795047!important}.creator-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.creator-aura-assist{min-height:34px;border:1px solid rgba(190,133,245,.22);border-radius:999px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:5px;color:#dec9f2;background:#7e48b024;font-size:11px;font-weight:700;white-space:nowrap;cursor:pointer}.creator-intent-card,.creator-summary-card,.creator-expandable-details,.creator-readiness-card{margin:14px 0 18px;border:1px solid rgba(255,255,255,.075);border-radius:18px;overflow:hidden;background:linear-gradient(145deg,#1f1b24f0,#131117f5)}.creator-intent-card>header,.creator-summary-card>header{padding:15px 15px 0;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.creator-intent-card h3,.creator-summary-card h3{margin:3px 0 0;color:#f4eef7;font-size:15px}.creator-intent-card header span,.creator-summary-card header span{color:#b68be0;font-size:9px;font-weight:800;letter-spacing:.12em}.creator-intent-card header p,.creator-summary-card header p{margin:5px 0 0;color:#8e8593;font-size:10px;line-height:1.5}.creator-intent-body{padding:13px 15px 15px}.creator-plain-question{margin:0 0 10px;color:#d8cfdc;font-size:12px;line-height:1.55}.creator-direct-field-group{margin:12px 0 18px}.creator-direct-field-group .creator-subsection-title{margin-top:0}.creator-collapsible-section>summary{cursor:pointer;list-style:none}.creator-collapsible-section>summary::-webkit-details-marker{display:none}.creator-collapse-caret{margin-left:auto;color:#83778c;transition:transform .18s ease}.creator-collapsible-section[open] .creator-collapse-caret{transform:rotate(180deg)}.creator-collapsible-body{padding-top:4px}.creator-intent-body>textarea{box-sizing:border-box;width:100%;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:11px;color:#eee7f1;background:#0000002e;resize:vertical}.creator-choice-chips{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:12px}.creator-choice-chips button{min-height:32px;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:0 10px;display:inline-flex;align-items:center;gap:4px;color:#aaa1af;background:#ffffff09;font-size:10px}.creator-choice-chips button.selected{border-color:#b97eee5c;color:#e0c7f4;background:#894ebc2e}.creator-summary-card{border-color:#ab6fe029;background:linear-gradient(145deg,#3a244b52,#141118f5)}.creator-summary-rows{padding:12px 15px 15px;display:grid;gap:8px}.creator-summary-rows>div{border-radius:11px;padding:10px 11px;display:grid;grid-template-columns:84px 1fr;gap:8px;background:#ffffff09}.creator-summary-rows span{color:#8f8495;font-size:10px}.creator-summary-rows strong{color:#dcd4e1;font-size:11px;line-height:1.5;font-weight:600}.creator-expandable-details>button{box-sizing:border-box;width:100%;min-height:62px;border:0;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;text-align:left;color:#dcd4e1;background:transparent}.creator-expandable-details>button span{display:grid;gap:3px}.creator-expandable-details>button strong{font-size:12px}.creator-expandable-details>button small{color:#817887;font-size:9px;font-weight:400}.creator-expandable-body{border-top:1px solid rgba(255,255,255,.06);padding:14px}.creator-readiness-card{padding:14px;border-color:#74b4892e;background:linear-gradient(145deg,#2557362e,#121614f5)}.creator-readiness-card>header{display:flex;gap:9px;color:#8fc5a1}.creator-readiness-card>header div{display:grid;gap:3px}.creator-readiness-card>header strong{color:#dcebe1;font-size:13px}.creator-readiness-card>header small{color:#74867a;font-size:9px}.creator-readiness-card>div{margin:12px 0;display:grid;gap:7px}.creator-readiness-card>div span{display:flex;align-items:center;gap:6px;color:#817b84;font-size:10px}.creator-readiness-card>div span.done{color:#a9c8b3}.creator-readiness-card>button{width:100%;min-height:42px;border:0;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:6px;color:#172019;background:#b8d9c2;font-size:11px;font-weight:800}.assistant-conversation.assistant-flow{justify-content:flex-start;overflow-y:auto;padding-bottom:150px}.assistant-flow .assistant-aura{min-height:148px;margin-top:-12px;flex:0 0 auto}.assistant-phase-card{width:min(100%,430px);box-sizing:border-box;margin:-18px auto 0;border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:20px;position:relative;z-index:2;color:#eee8f1;background:#141118e6;box-shadow:0 24px 60px #00000042;animation:assistant-card-enter .26s ease-out both}.assistant-step-label{color:#b992dc;font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.assistant-phase-card h2{margin:8px 0 10px;color:#f5eff7;font-size:19px;line-height:1.35}.assistant-phase-card>p{color:#958c9a;font-size:11px;line-height:1.65}.assistant-example{width:100%;border:1px dashed rgba(190,134,239,.25);border-radius:14px;padding:12px;color:#bdaac8;background:#74469b1a;text-align:left;font-size:11px;line-height:1.55}.assistant-understanding-list{margin:16px 0;display:grid;gap:9px}.assistant-understanding-list p{margin:0;display:flex;align-items:flex-start;gap:8px;color:#d3cbd7;font-size:11px;line-height:1.5}.assistant-understanding-list svg{flex:0 0 auto;color:#a977d2}.assistant-back-link{border:0;padding:0;display:flex;align-items:center;gap:4px;color:#8f8694;background:transparent;font-size:10px}.assistant-primary-action{width:100%;min-height:44px;border:0;border-radius:13px;display:flex;align-items:center;justify-content:center;gap:6px;color:#fff;background:linear-gradient(135deg,#a66dd7,#7141a1);font-size:11px;font-weight:800}.assistant-generation-progress{display:flex;gap:6px;margin-top:18px}.assistant-generation-progress i{height:4px;flex:1;border-radius:99px;background:#8a57b5;animation:assistant-orb-breathe 1.1s ease-in-out infinite}.assistant-generation-progress i:nth-child(2){animation-delay:.18s}.assistant-generation-progress i:nth-child(3){animation-delay:.36s}.assistant-draft-ready-list{margin:15px 0;display:grid;gap:8px}.assistant-draft-ready-list span{border-radius:11px;padding:10px 11px;display:flex;align-items:center;gap:7px;color:#cfc5d4;background:#ffffff09;font-size:10px}.assistant-draft-ready-list svg{color:#a978d0}.assistant-finish-actions{display:grid;gap:8px}.assistant-finish-actions>button:not(.assistant-primary-action){min-height:40px;border:1px solid rgba(255,255,255,.08);border-radius:12px;display:flex;align-items:center;justify-content:center;gap:6px;color:#c6bdcb;background:#ffffff0a;font-size:10px;font-weight:700}.assistant-phase-card.applied{text-align:center}.assistant-success-icon{color:#84c39a}.assistant-finish-actions{margin-top:18px}.assistant-finish-actions .assistant-undo{border:0!important;color:#7f7683!important;background:transparent!important}.h5-creator-header{gap:7px;padding-right:10px;padding-left:10px}.h5-creator-header .create-title-group h1{font-size:15px}.h5-header-actions{gap:3px}.h5-header-actions button,.h5-header-actions button:last-child{width:auto;min-width:0;height:36px;border-radius:10px;padding:0 6px;justify-content:center;gap:3px;font-size:8px}.h5-header-actions button svg{width:14px;height:14px}.story-creator-wizard,.story-creator-wizard :is(input,select,textarea,button){font-family:inherit}.story-creator-wizard .creator-step-content,.h5-reference-creator .creator-step-content{padding:12px 12px 138px;display:grid;gap:12px}.story-creator-wizard .creator-mobile-section{margin:0;border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:18px 15px 13px;background:linear-gradient(150deg,#1d1924f7,#110f16fa);box-shadow:0 12px 30px #0000001f}.story-creator-wizard .creator-mobile-section.creator-section-primary{border-color:#ae77e233;background:linear-gradient(145deg,#4b2f6038,#141119fa 42%);box-shadow:inset 3px 0 #9f65d36b,0 14px 34px #00000026}.story-creator-wizard .creator-step-heading{margin-bottom:19px;grid-template-columns:32px minmax(0,1fr) auto;gap:10px}.story-creator-wizard .creator-step-heading>span{width:30px;height:30px;border-radius:9px;color:#ead9f7;background:#8e56bf45;font-size:9px}.story-creator-wizard .creator-step-heading h2{margin:0 0 5px;color:#f2edf4;font-size:16px;line-height:1.3;letter-spacing:-.01em}.story-creator-wizard .creator-step-heading p{max-width:315px;color:#99909e;font-size:10px;line-height:1.55}.story-creator-wizard .create-field{margin-bottom:18px}.story-creator-wizard .create-field-label{min-height:22px;margin-bottom:8px;align-items:baseline;color:#e8e2eb;font-size:12px;font-weight:650;line-height:1.45}.story-creator-wizard .create-field-label>small{max-width:56%;color:#908795;font-size:9px;font-weight:450;line-height:1.45}.story-creator-wizard .create-field input:not([type=radio]):not([type=file]),.story-creator-wizard .create-field select,.story-creator-wizard .create-field textarea{border-color:#ffffff18;border-radius:13px;color:#f4eff6;background:#0a090db8;font-size:14px;box-shadow:inset 0 1px #ffffff05}.story-creator-wizard .create-field input:not([type=radio]):not([type=file]),.story-creator-wizard .create-field select{height:49px;padding:0 13px}.story-creator-wizard .create-field textarea{min-height:96px;padding:13px;line-height:1.65}.story-creator-wizard .create-field textarea[rows="2"]{min-height:76px}.story-creator-wizard .create-field textarea[rows="4"]{min-height:104px}.story-creator-wizard .create-field textarea[rows="5"]{min-height:124px}.story-creator-wizard .create-field textarea[rows="6"]{min-height:140px}.story-creator-wizard .create-field textarea[rows="7"]{min-height:156px}.story-creator-wizard .create-field textarea[rows="8"]{min-height:174px}.story-creator-wizard .create-field textarea[rows="9"],.story-creator-wizard .create-field textarea[rows="10"]{min-height:196px}.story-creator-wizard .create-field input::placeholder,.story-creator-wizard .create-field textarea::placeholder{color:#716a77;font-size:12px;line-height:1.55}.story-creator-wizard .create-field input:focus,.story-creator-wizard .create-field select:focus,.story-creator-wizard .create-field textarea:focus,.story-creator-wizard :is(.worldbook-search,.h5-reference-custom-tag) input:focus{border-color:#b57bec9e;outline:0;box-shadow:0 0 0 3px #8e53c424}.story-creator-wizard .counted-input-wrap>small{right:12px;bottom:9px;border-radius:999px;padding:3px 6px;color:#9a8ea0;background:#0f0c12d1;font-size:9px}.story-creator-wizard .creator-subsection-title{margin-top:24px}.story-creator-wizard .creator-subsection-title strong{color:#e8e1eb;font-size:13px}.story-creator-wizard .creator-subsection-title span,.story-creator-wizard .creator-subsection-title>b{color:#948a99;font-size:9px;line-height:1.5}.story-creator-wizard .creator-add-button,.story-creator-wizard .role-dialogue-add{min-height:46px;border-radius:13px;font-size:10px}.story-creator-wizard .managed-image-layout{align-items:stretch;gap:13px}.story-creator-wizard .managed-image-info{display:flex;flex-direction:column;justify-content:space-between;gap:10px}.story-creator-wizard .managed-image-info>p{margin:1px 0 0;color:#9a919f;font-size:10px;line-height:1.6}.story-creator-wizard .managed-image-actions button{min-height:44px;border-radius:12px;font-size:10px}.story-creator-wizard .single-role-image-pair{border-color:#ffffff16;background:#0a090d9e}.story-creator-wizard .single-role-image-actions{align-content:end}.story-creator-wizard .single-role-image-actions label,.story-creator-wizard .single-role-image-actions button{min-height:46px;border-radius:12px;font-size:10px}.story-creator-wizard .single-role-image-field>p{margin-top:10px;color:#948b99;font-size:10px}.h5-reference-creator .create-inline-fields{grid-template-columns:minmax(0,1.5fr) minmax(116px,.82fr);gap:10px}.h5-reference-creator .role-rating-field{margin-bottom:18px}.h5-reference-creator .role-rating-options label>span{min-height:56px;border-radius:13px;padding:9px 10px}.h5-reference-creator .role-rating-options b{font-size:11px}.h5-reference-creator .role-rating-options small{font-size:9px}.h5-reference-content-type{margin-bottom:18px;border-color:#ffffff14;padding:11px;background:#ffffff05}.h5-reference-content-type legend{margin-bottom:10px;color:#e8e2eb;font-size:12px;font-weight:650}.h5-reference-content-type button{min-height:44px;font-size:11px}.h5-reference-tag-trigger{min-height:54px;border-radius:13px;padding:9px 12px;background:#0a090db8}.h5-reference-tag-trigger em{color:#746c79;font-size:12px}.h5-reference-role-list{gap:13px}.h5-role-settings-section>.single-role-image-field{margin-bottom:18px}.h5-chapter-section{border-color:#975fe233;background:linear-gradient(145deg,#422b5833,#16131beb)}.h5-global-beautification-section{border-color:#5594d52e;background:linear-gradient(145deg,#1f42652e,#141319f0)}.h5-basic-settings-section{border-color:#ffffff14;background:#110f15e0}.h5-basic-settings-section .creator-switch-row{margin-top:4px}.h5-chapter-list{display:grid;gap:12px}.h5-chapter-card{border:1px solid rgba(255,255,255,.085);border-radius:17px;padding:15px 13px;display:grid;gap:14px;background:#0b0a0e8f}.h5-chapter-card:focus-within{border-color:#ac70e157;box-shadow:0 0 0 2px #8950bc12}.h5-chapter-card>header{min-height:30px;display:flex;align-items:center;justify-content:space-between}.h5-chapter-card>header strong{color:#eee7f1;font-size:13px}.h5-chapter-card>header button{width:32px;height:32px;border:0;border-radius:9px;display:grid;place-items:center;color:#8d8391;background:#ffffff0a}.h5-theater-add-action{margin-top:10px}.h5-theater-add-action>button{width:100%}.h5-chapter-rich-field{display:grid;gap:8px}.h5-chapter-rich-field>textarea{width:100%;border:1px solid rgba(255,255,255,.09);border-radius:14px;padding:12px;outline:0;color:#eee8f1;background:#ffffff09;font:10px/1.65 ui-monospace,SFMono-Regular,Menlo,monospace;resize:vertical}.h5-chapter-rich-field>textarea:focus{border-color:#a768eba6;box-shadow:0 0 0 3px #8c4ecd1a}.h5-chapter-rich-field>p{margin:0;color:#756d7b;font-size:7px;line-height:1.5}.h5-format-switch{width:fit-content;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:3px;display:flex;gap:3px;background:#ffffff06}.h5-format-switch button{height:27px;border:0;border-radius:7px;padding:0 10px;color:#807886;background:transparent;font-size:8px}.h5-format-switch button.active{color:#fff;background:#9156da52;box-shadow:inset 0 0 0 1px #b980f438}.h5-role-subsection-heading{margin:24px 0 14px;border-top:1px solid rgba(255,255,255,.075);padding-top:18px;display:grid;gap:4px}.h5-role-subsection-heading strong{color:#eee7f1;font-size:13px}.h5-role-subsection-heading span{color:#8d8492;font-size:9px;line-height:1.5}.h5-user-identity-card{margin-bottom:2px}.h5-reference-role-card,.h5-reference-item-card{border-color:#ffffff16;border-radius:17px;padding:15px 13px;background:#0b0a0e8f}.h5-reference-role-card:focus-within,.h5-reference-item-card:focus-within{border-color:#ac70e157;box-shadow:0 0 0 2px #8950bc12}.h5-reference-role-card>header,.h5-reference-item-card>header{min-height:39px;margin-bottom:14px;align-items:center;color:#eee7f1;font-size:13px}.h5-reference-role-card .create-inline-fields{grid-template-columns:minmax(0,1fr) minmax(140px,.9fr)}.h5-reference-age-stepper{width:100%;height:49px;border-radius:13px}.h5-reference-age-stepper input{font-size:14px}.h5-reference-transfer-actions:not(.item){grid-template-columns:1fr}.h5-reference-transfer-actions>button,.h5-reference-interactions>button{min-height:46px;border-radius:13px;font-size:10px}.h5-reference-interactions>label{min-height:48px;border-radius:12px;background:#0a090db8}.h5-reference-interactions>label input{font-size:13px}.h5-reference-item-switches>div{min-height:56px;color:#ddd6e0;font-size:11px}.h5-reference-order-list>div:not(.create-field-label){min-height:52px;border-radius:12px;background:#0a090db8}.h5-reference-order-list>div>strong{font-size:11px}.h5-reference-code-actions button,.h5-reference-regex-toolbar button{min-height:42px;border-radius:12px;font-size:10px}.h5-regex-code-field textarea{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important;font-size:13px!important;line-height:1.7!important}.worldbook-upload{min-height:82px;border-radius:15px;padding:15px}.worldbook-upload strong,.worldbook-subheading strong{font-size:12px}.worldbook-upload small,.worldbook-subheading small{font-size:9px}.worldbook-search{min-height:49px;border:1px solid rgba(255,255,255,.09);border-radius:13px;padding:0 11px;background:#0a090db8}.worldbook-search input{border:0;padding:0;background:transparent;font-size:13px}.worldbook-list button{min-height:68px;border-radius:14px;padding:12px 14px}.worldbook-list strong{font-size:12px}.worldbook-list small{font-size:9px}.creator-step-tabs button{min-height:49px}.creator-step-status span{font-size:9px}.creator-step-status strong{font-size:10px}.creator-step-tabs button small{font-size:9px}.creator-next-button{min-height:54px;font-size:13px}@media(max-width:370px){.h5-header-actions button,.h5-header-actions button:last-child{padding:0 4px;font-size:7px}.h5-header-actions button svg{width:13px;height:13px}.h5-reference-creator .create-inline-fields,.h5-reference-role-card .create-inline-fields{grid-template-columns:1fr}.story-creator-wizard .managed-image-layout{grid-template-columns:108px minmax(0,1fr)}.story-creator-wizard .managed-image-preview{width:108px}}.story-tag-selector{margin:4px 0 20px}.story-tag-field-label{display:block;margin-bottom:8px;color:#e6dfe9;font-size:12px;font-weight:700}.story-tag-field{box-sizing:border-box;width:100%;min-height:52px;border:2px solid #4d4a55;border-radius:14px;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#7f7889;background:#0f0e128f;text-align:left;cursor:pointer}.story-tag-field:hover{border-color:#66616e}.story-tag-field>svg{flex:0 0 auto;color:#777184}.story-tag-field-content{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.story-tag-field-content em{color:#756f7f;font-size:12px;font-style:normal}.story-tag-field-content b{border-radius:999px;padding:6px 9px;color:#e4dde7;background:#45424d;font-size:10px;font-weight:600}.story-tag-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:320;display:flex;align-items:stretch;justify-content:center;background:#040407c7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.story-tag-dialog{position:relative;width:100%;height:100%;min-height:0;display:grid;grid-template-rows:auto 1fr auto;color:#eee9f1;background:#18171c;box-shadow:0 0 70px #00000085}.story-tag-dialog>header{min-height:68px;border-bottom:1px solid rgba(255,255,255,.065);padding:0 18px;display:flex;align-items:center;justify-content:space-between}.story-tag-dialog h2{margin:0;color:#f3eef5;font-size:19px}.story-tag-dialog h2 span{color:#d1c9d5}.story-tag-dialog>header button{width:38px;height:38px;border:0;border-radius:50%;display:grid;place-items:center;color:#aaa3b0;background:transparent}.story-tag-scroll{min-height:0;overflow-y:auto;padding:18px 18px 120px}.story-tag-group{margin-bottom:24px}.story-tag-group h3,.story-tag-selected h3{margin:0 0 12px;color:#eee8f1;font-size:14px}.story-tag-group>div:not(.story-tag-custom-input){display:flex;flex-wrap:wrap;gap:9px}.story-tag-group>div>button{min-height:34px;border:2px solid #494750;border-radius:999px;padding:0 12px;display:inline-flex;align-items:center;gap:4px;color:#d8d2dc;background:transparent;font-size:11px;cursor:pointer}.story-tag-group>div>button.selected{border-color:#9f6bc9;color:#f0e1fb;background:#8b52b933}.story-tag-group>div>button:disabled{opacity:.32;cursor:not-allowed}.story-tag-custom-input{display:grid;grid-template-columns:1fr 90px;gap:8px}.story-tag-custom-input input{min-width:0;min-height:46px;border:0;border-radius:13px;padding:0 13px;color:#eee8f1;background:#29272e;outline:none}.story-tag-custom-input button{min-height:46px;border:0;border-radius:13px;display:flex;align-items:center;justify-content:center;gap:5px;color:#f1eafa;background:#39363f;font-size:11px;font-weight:700}.story-tag-custom-input button:disabled{opacity:.42}.story-tag-selected{min-height:90px}.story-tag-selected>div{display:flex;flex-wrap:wrap;gap:8px}.story-tag-selected button{min-height:34px;border:0;border-radius:999px;padding:0 10px 0 12px;display:inline-flex;align-items:center;gap:5px;color:#f0e9f3;background:#514e59;font-size:11px}.story-tag-selected p{margin:0;color:#746d7a;font-size:11px}.story-tag-dialog>footer{position:absolute;inset:auto 0 0;min-height:86px;padding:14px 18px 20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#18171c00,#18171c 28%)}.story-tag-dialog>footer>button{width:min(240px,72%);min-height:48px;border:0;border-radius:999px;color:#fff;background:linear-gradient(135deg,#a566d8,#7642aa);font-size:14px;font-weight:800;box-shadow:0 12px 30px #6f3b9d47}.single-role-image-field{margin-bottom:22px}.single-role-image-pair{border:1px solid rgba(255,255,255,.075);border-radius:18px;padding:10px;display:grid;grid-template-columns:132px minmax(0,1fr);gap:10px;background:#121016;box-shadow:0 10px 24px #00000024}.single-role-image-showcase{position:relative;width:132px;aspect-ratio:2 / 3;border-radius:14px;overflow:hidden;background:#1c1822}.single-role-full-body{width:100%;height:100%}.single-role-full-body>img{width:100%;height:100%;display:block;object-fit:cover;object-position:center top}.single-role-full-body:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#07050a05 60%,#07050a7a);pointer-events:none;content:""}.single-role-full-body>span{position:absolute;z-index:2;top:8px;left:8px;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:4px 7px;color:#eee7f2;background:#0f0c1294;font-size:9px;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.single-role-image-side{min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.single-role-avatar{min-height:74px;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:8px;display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:9px;background:#ffffff06}.single-role-avatar>div{width:56px;aspect-ratio:1;border:1px solid rgba(188,137,241,.38);border-radius:11px;overflow:hidden;background:#1c1822}.single-role-avatar>span{min-width:0;display:grid;gap:5px}.single-role-avatar>span b{color:#d8cedd;font-size:10px}.single-role-avatar>div img{width:100%;height:100%;object-fit:cover;transform-origin:center}.single-role-avatar>span small{display:flex;align-items:center;gap:4px;color:#86b798;font-size:8px;line-height:1.4}.single-role-image-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.single-role-image-actions .ai-generate{grid-column:1 / -1;min-height:44px;border-color:#be82f44d;color:#f1e6fa;background:linear-gradient(115deg,#7747ae,#5f378d);box-shadow:0 8px 20px #522a7e3d}.single-role-image-actions .ai-generate:disabled{opacity:.58;cursor:wait}.single-role-image-actions label,.single-role-image-actions button{position:relative;min-height:44px;border:1px solid rgba(255,255,255,.08);border-radius:13px;display:flex;align-items:center;justify-content:center;gap:6px;color:#cfc5d4;background:#1b1820;font-size:10px;font-weight:700;cursor:pointer}.single-role-image-actions button{color:#c5bbc9;background:#1b1820}.single-role-image-actions input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.single-role-image-field>p{margin:9px 3px 0;color:#77707d;font-size:10px;line-height:1.55}@media(max-width:350px){.single-role-image-pair{grid-template-columns:118px minmax(0,1fr);gap:8px}.single-role-image-showcase{width:118px}.single-role-avatar{grid-template-columns:48px minmax(0,1fr);gap:7px}.single-role-avatar>div{width:48px}}.visual-anchor-library{display:grid;gap:14px}.anchor-library-guide{border:1px solid rgba(177,124,234,.18);border-radius:18px;padding:13px;display:flex;align-items:flex-start;gap:10px;background:linear-gradient(135deg,#653d9729,#110e16f5)}.anchor-library-guide>span{flex:0 0 auto;width:36px;height:36px;border-radius:12px;display:grid;place-items:center;color:#d9b5f3;background:#9c5bcd2e}.anchor-library-guide strong{color:#eee8f1;font-size:14px}.anchor-library-guide p{margin:5px 0 0;color:#928898;font-size:11px;line-height:1.55}.anchor-type-tabs{border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:4px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;background:#0f0d14}.anchor-type-tabs button{min-width:0;min-height:58px;border:0;border-radius:12px;padding:7px 4px;display:flex;align-items:center;justify-content:center;gap:5px;color:#817887;background:transparent;cursor:pointer}.anchor-type-tabs button.selected{color:#ebdef1;background:linear-gradient(145deg,#7546a952,#4b2d6833);box-shadow:0 6px 16px #0000002e}.anchor-type-tabs button>span{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:2px;font-size:10px;font-weight:700;white-space:nowrap}.anchor-type-tabs button small{color:#746b7b;font-size:8px;font-weight:500}.anchor-type-tabs button.selected small{color:#aa98b5}.anchor-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.anchor-section-heading>div{min-width:0;display:flex;flex-direction:column;gap:4px}.anchor-section-heading strong{color:#eee7f1;font-size:15px}.anchor-section-heading span{color:#827986;font-size:10px;line-height:1.45}.anchor-section-heading>b{flex:0 0 auto;color:#a998b2;font-size:11px}.visual-anchor-list{display:grid;gap:10px}.visual-anchor-card{border:1px solid rgba(255,255,255,.07);border-radius:19px;overflow:hidden;background:#100e15}.visual-anchor-card>header{min-height:43px;border-bottom:1px solid rgba(255,255,255,.055);padding:0 9px 0 13px;display:flex;align-items:center;justify-content:space-between;color:#aaa0b1;font-size:11px;font-weight:700}.visual-anchor-card>header button{width:34px;height:34px;border:0;border-radius:10px;display:grid;place-items:center;color:#8d737b;background:transparent;cursor:pointer}.visual-anchor-body{padding:11px;display:grid;grid-template-columns:98px minmax(0,1fr);align-items:start;gap:11px}.anchor-image-uploader{position:relative;width:98px;height:142px;border:1px dashed rgba(184,132,238,.28);border-radius:14px;overflow:hidden;display:grid;place-items:center;color:#9b83ad;background:#1b1722;cursor:pointer}.anchor-image-uploader input{position:absolute;width:1px;height:1px;opacity:0}.anchor-image-uploader>span{display:flex;flex-direction:column;align-items:center;gap:7px}.anchor-image-uploader>span b{font-size:9px}.anchor-image-uploader img{width:100%;height:100%;object-fit:cover}.anchor-image-uploader>small{position:absolute;right:6px;bottom:6px;border-radius:999px;padding:5px 7px;display:flex;align-items:center;gap:3px;color:#fff;background:#0a080dbd;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:8px}.anchor-detail-fields{min-width:0;display:grid;gap:10px}.anchor-detail-fields label{min-width:0;display:grid;gap:6px}.anchor-detail-fields label>span{display:flex;align-items:center;justify-content:space-between;gap:7px;color:#cfc6d5;font-size:11px}.anchor-detail-fields label>span small{color:#716a77;font-size:8px;font-weight:500;text-align:right}.anchor-detail-fields label>span b{margin-left:2px;color:#e878a0}.anchor-detail-fields input,.anchor-detail-fields textarea{width:100%;border:1px solid rgba(255,255,255,.075);border-radius:12px;outline:0;color:#eee9f1;background:#0b0a0f;font-size:12px;transition:border-color .16s ease,box-shadow .16s ease}.anchor-detail-fields input{height:43px;padding:0 11px}.anchor-detail-fields textarea{min-height:83px;padding:10px 11px;resize:vertical;line-height:1.5}.anchor-detail-fields input:focus,.anchor-detail-fields textarea:focus{border-color:#b079ed70;box-shadow:0 0 0 3px #874ec417}.anchor-detail-fields input::placeholder,.anchor-detail-fields textarea::placeholder{color:#615a66}.anchor-empty-state{min-height:145px;border:1px dashed rgba(181,132,228,.2);border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#8f769f;background:#613c860e;text-align:center}.anchor-empty-state strong{color:#c3b8c9;font-size:12px}.anchor-empty-state p{max-width:250px;margin:0;color:#746d79;font-size:10px;line-height:1.5}.add-anchor-button{margin-top:-2px}@media(max-width:350px){.visual-anchor-body{grid-template-columns:82px minmax(0,1fr)}.anchor-image-uploader{width:82px;height:126px}.anchor-type-tabs button{gap:3px}.anchor-type-tabs button>svg{display:none}}.creator-audio-field{margin:22px 0 8px}.creator-audio-heading{margin-bottom:12px;display:flex;align-items:center;gap:10px}.creator-audio-heading>span{width:36px;height:36px;border:1px solid rgba(196,151,255,.14);border-radius:12px;display:grid;place-items:center;color:#d8b8ff;background:linear-gradient(145deg,#864dd347,#5233801f)}.creator-audio-heading>div{display:flex;flex-direction:column;gap:3px}.creator-audio-heading strong{color:#eee8f2;font-size:14px}.creator-audio-heading small{color:#8b8292;font-size:11px}.music-option-list{margin:0 -16px;padding:0 16px 5px;display:flex;gap:9px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}.music-option-list::-webkit-scrollbar{display:none}.music-option-list>button{position:relative;flex:0 0 204px;min-height:68px;border:1px solid rgba(255,255,255,.07);border-radius:17px;padding:9px 34px 9px 9px;display:flex;align-items:center;gap:10px;color:#dcd4e1;background:linear-gradient(135deg,#191620,#121017);text-align:left;scroll-snap-align:start;cursor:pointer;transition:transform .18s ease-out,border-color .18s ease-out,background .18s ease-out}.music-option-list>button:active{transform:scale(.975)}.music-option-list>button.selected{border-color:#b27ff47a;background:linear-gradient(135deg,#6d41a947,#15111c);box-shadow:inset 0 0 0 1px #ab77ee14}.music-cover{flex:0 0 auto;width:48px;height:48px;border-radius:13px;display:grid;place-items:center;color:#fff;background:radial-gradient(circle at 28% 25%,rgba(255,255,255,.32),transparent 23%),linear-gradient(145deg,color-mix(in srgb,var(--audio-tone) 92%,white),color-mix(in srgb,var(--audio-tone) 65%,#111));box-shadow:0 8px 20px color-mix(in srgb,var(--audio-tone) 24%,transparent)}.music-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.music-copy b{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.music-copy small{color:#8d8494;font-size:10px}.audio-preview-button{position:absolute;right:9px;bottom:9px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;color:#e4d8ec;background:#ffffff14}.audio-selected-check{position:absolute;top:9px;right:10px;color:#c69afa}.voice-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.voice-option-grid>button{position:relative;min-height:64px;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:9px 31px 9px 9px;display:flex;align-items:center;gap:9px;color:#ded7e3;background:#121017;text-align:left;cursor:pointer;transition:transform .18s ease-out,border-color .18s ease-out,background .18s ease-out}.voice-option-grid>button:active{transform:scale(.97)}.voice-option-grid>button.selected{border-color:#b17ff26b;background:#6a41a12b}.music-summary-field{border:1px solid rgba(174,124,244,.16);border-radius:22px;padding:15px;background:radial-gradient(circle at 90% 0,rgba(138,91,224,.2),transparent 38%),linear-gradient(145deg,#1c1726f5,#0e0c14fa);box-shadow:0 18px 40px #0000002e}.music-summary-field .creator-audio-heading{margin-bottom:14px}.creator-audio-heading>em{margin-left:auto;border:1px solid rgba(197,153,255,.2);border-radius:999px;padding:5px 8px;color:#c8a7f6;background:#7e4cc224;font-size:9px;font-style:normal}.selected-music-card{min-height:88px;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:11px;display:flex;align-items:center;gap:11px;background:#07060c7a}.music-artwork{position:relative;flex:0 0 auto;width:52px;height:52px;border-radius:15px;display:grid;place-items:center;overflow:hidden;color:#fff;background-color:var(--music-tone);background-position:center;background-size:cover;box-shadow:0 10px 24px color-mix(in srgb,var(--music-tone) 28%,transparent)}.music-artwork:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,#ffffff26,#0a070f7a)}.music-artwork>span{position:relative;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#07060c70;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.music-artwork.large{width:66px;height:66px;border-radius:18px}.music-artwork.playing>span{animation:musicPulse 1.4s ease-in-out infinite}@keyframes musicPulse{50%{transform:scale(1.1);background:#8a52e6ad}}.selected-music-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.selected-music-copy>span{display:flex;align-items:center;gap:6px}.selected-music-copy b{overflow:hidden;color:#f2edf7;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.selected-music-copy>span em{border-radius:5px;padding:2px 5px;color:#f1c8e5;background:#bc579433;font-size:8px;font-style:normal}.selected-music-copy small{color:#9990a0;font-size:10px}.selected-music-copy p{margin:2px 0 0;display:flex;align-items:center;gap:4px;color:#bba4d5;font-size:9px}.selected-music-play{flex:0 0 auto;width:34px;height:34px;border:1px solid rgba(255,255,255,.08);border-radius:50%;display:grid;place-items:center;color:#efe3fa;background:#ffffff12}.music-summary-actions{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.music-summary-actions button{min-height:42px;border:1px solid rgba(255,255,255,.08);border-radius:13px;display:flex;align-items:center;justify-content:center;gap:7px;color:#ddd4e5;background:#ffffff0b;font-size:11px;font-weight:650}.music-summary-actions button:first-child{border-color:#b17af557;color:#e7d3ff;background:#7041b02e}.music-summary-tip{margin:10px 2px 0;display:flex;align-items:flex-start;gap:5px;color:#827989;font-size:9px;line-height:1.45}.music-summary-tip svg{flex:0 0 auto;margin-top:1px;color:#a879e3}.music-fullscreen-page{position:fixed;z-index:220;top:0;right:0;bottom:0;left:0;width:min(100%,430px);height:100dvh;margin:0 auto;display:flex;flex-direction:column;overflow:hidden;color:#f4eff8;background:radial-gradient(circle at 78% -5%,rgba(98,55,165,.28),transparent 30%),#0a0810;animation:musicPageIn .22s ease-out}@keyframes musicPageIn{0%{opacity:0;transform:translateY(18px)}}.music-fullscreen-header{position:relative;z-index:3;flex:0 0 auto;min-height:68px;padding:max(14px,env(safe-area-inset-top)) 14px 10px;border-bottom:1px solid rgba(255,255,255,.07);display:grid;grid-template-columns:40px 1fr 40px;align-items:center;gap:8px;background:#0a0810eb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.music-fullscreen-header>button{width:38px;height:38px;border:1px solid rgba(255,255,255,.08);border-radius:50%;display:grid;place-items:center;background:#ffffff0a}.music-fullscreen-header>div{min-width:0;display:flex;flex-direction:column;align-items:center;gap:2px}.music-fullscreen-header strong{font-size:15px}.music-fullscreen-header small{color:#8f8797;font-size:9px}.music-header-spacer{width:38px}.music-fullscreen-scroll{flex:1;min-height:0;padding:14px 16px 110px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}.music-fullscreen-scroll::-webkit-scrollbar{display:none}.music-search-box{height:44px;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:0 13px;display:flex;align-items:center;gap:9px;color:#8f8796;background:#ffffff0d}.music-search-box input{min-width:0;flex:1;border:0;outline:0;color:#eee8f3;background:transparent;font-size:11px}.music-search-box input::placeholder{color:#746d7a}.original-upload-hero{width:100%;min-height:76px;margin-top:12px;border:1px solid rgba(197,149,255,.28);border-radius:18px;padding:12px;display:flex;align-items:center;gap:11px;text-align:left;background:radial-gradient(circle at 90% 10%,rgba(232,93,185,.2),transparent 40%),linear-gradient(120deg,#6538ae61,#2a1a444d)}.original-upload-hero>span:first-child{flex:0 0 auto;width:46px;height:46px;border-radius:15px;display:grid;place-items:center;color:#fff;background:linear-gradient(140deg,#9b62f3,#cf5ba5);box-shadow:0 10px 24px #8f4bde47}.original-upload-hero>span:nth-child(2){min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.original-upload-hero strong{font-size:13px}.original-upload-hero small{color:#b7a9c2;font-size:9px;line-height:1.4}.music-category-tabs{margin:17px -16px 0;padding:0 16px 8px;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.music-category-tabs::-webkit-scrollbar{display:none}.music-category-tabs button,.music-filter-chips button{flex:0 0 auto;min-height:32px;border:1px solid rgba(255,255,255,.07);border-radius:999px;padding:0 12px;display:flex;align-items:center;gap:4px;color:#938a9b;background:#ffffff09;font-size:10px}.music-category-tabs button.active,.music-filter-chips button.active{border-color:#b27bf46b;color:#f0dfff;background:#7542b842}.music-filter-chips{margin-top:3px;display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}.music-filter-chips button{min-height:27px;padding:0 10px;font-size:9px}.music-list-heading{margin:20px 2px 9px;display:flex;align-items:flex-end;justify-content:space-between}.music-list-heading>div{display:flex;flex-direction:column;gap:3px}.music-list-heading strong{font-size:14px}.music-list-heading small,.music-list-heading>span{color:#7f7787;font-size:9px}.music-track-list{display:grid;gap:7px}.music-track-row{position:relative;min-height:74px;border:1px solid rgba(255,255,255,.065);border-radius:17px;display:flex;align-items:center;background:#ffffff07}.music-track-row.selected{border-color:#b17af561;background:linear-gradient(120deg,#6a3ea938,#ffffff05)}.music-track-main{min-width:0;flex:1;border:0;padding:9px 72px 9px 9px;display:flex;align-items:center;gap:10px;text-align:left;background:transparent}.music-track-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.music-track-copy b{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.music-track-copy small{overflow:hidden;color:#918897;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.music-track-copy em{color:#a780cf;font-size:8px;font-style:normal}.music-track-main>svg{margin-left:auto;color:#b888f1}.music-track-actions{position:absolute;right:9px;display:flex;gap:6px}.music-track-actions button{width:29px;height:29px;border:1px solid rgba(255,255,255,.07);border-radius:50%;display:grid;place-items:center;background:#ffffff0d}.music-track-actions button.saved{color:#ff78a8}.music-empty-state{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#746d7a}.music-empty-state strong{color:#aaa0b1;font-size:12px}.music-empty-state small{font-size:9px}.music-fullscreen-footer{position:absolute;z-index:5;right:0;bottom:0;left:0;min-height:78px;padding:10px 16px max(12px,env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:12px;background:#0a0810f0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.music-fullscreen-footer>div{min-width:0;flex:1;display:flex;flex-direction:column;gap:2px}.music-fullscreen-footer small{color:#81798a;font-size:8px}.music-fullscreen-footer strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.music-fullscreen-footer>button{min-height:46px;border:0;border-radius:15px;padding:0 19px;display:flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(110deg,#985df1,#7a4eea);box-shadow:0 10px 28px #7647d257;font-size:12px;font-weight:700}.music-fullscreen-footer.single-action>button{width:100%}.original-upload-intro{border:1px solid rgba(182,128,244,.16);border-radius:16px;padding:11px;display:flex;align-items:flex-start;gap:9px;color:#b788ef;background:#693fa621}.original-upload-intro p{margin:0;display:flex;flex-direction:column;gap:3px}.original-upload-intro strong{color:#d9cbea;font-size:11px}.original-upload-intro span{color:#958a9e;font-size:9px;line-height:1.45}.original-file-drop{min-height:158px;margin-top:12px;border:1px dashed rgba(191,143,251,.3);border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;background:#ffffff06}.original-file-drop input{position:absolute;width:1px;height:1px;opacity:0}.original-file-drop>span{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;color:#d5b7f8;background:#824eca33}.original-file-drop strong{font-size:12px}.original-file-drop small{color:#7f7787;font-size:9px}.original-file-drop em{margin-top:4px;border-radius:999px;padding:6px 11px;color:#cdb5e9;background:#ffffff0f;font-size:9px;font-style:normal}.original-file-drop.ready{border-style:solid;border-color:#6fbe9547;background:#46946c0f}.music-form-section{margin-top:14px;border:1px solid rgba(255,255,255,.065);border-radius:20px;padding:14px;background:#ffffff06}.music-section-title{margin-bottom:13px;display:flex;align-items:center;gap:9px}.music-section-title>span{width:28px;height:28px;border-radius:10px;display:grid;place-items:center;color:#caa9f2;background:#7646b733;font-size:9px}.music-section-title>div{display:flex;flex-direction:column;gap:2px}.music-section-title strong{font-size:12px}.music-section-title small{color:#807788;font-size:8px}.music-form-section>label:not(.music-toggle-row):not(.music-rights-confirm):not(.music-range-label):not(.mixer-range){margin-top:11px;display:flex;flex-direction:column;gap:6px}.music-form-section>label>span{color:#a49aa9;font-size:9px}.music-form-section input[type=text],.music-form-section input:not([type]),.music-form-section textarea{width:100%;border:1px solid rgba(255,255,255,.075);border-radius:12px;padding:10px 11px;outline:0;color:#eee8f2;background:#05040973;font-size:11px;resize:none}.music-waveform{position:relative;height:72px;padding:10px 5px;display:flex;align-items:center;gap:2px;overflow:hidden}.music-waveform i{flex:1;min-width:2px;border-radius:3px;background:#4e4559}.music-waveform>span{position:absolute;top:5px;bottom:5px;border:1px solid #b985f4;border-radius:7px;background:#8b52da38;box-shadow:0 0 18px #9256e42e}.music-waveform>span:before,.music-waveform>span:after{content:"";position:absolute;top:50%;width:5px;height:20px;border-radius:3px;background:#c79bf8;transform:translateY(-50%)}.music-waveform>span:before{left:-3px}.music-waveform>span:after{right:-3px}.music-range-label{margin-top:7px;display:flex;flex-direction:column;gap:7px}.music-range-label>span{display:flex;justify-content:space-between}.music-range-label b{color:#d7c3eb}.music-fullscreen-page input[type=range]{width:100%;accent-color:#9a62ea}.music-toggle-row{min-height:58px;display:flex;align-items:center;gap:10px}.music-toggle-row>span{flex:1;display:flex;flex-direction:column;gap:3px}.music-toggle-row b{color:#dbd2e1;font-size:10px}.music-toggle-row small{color:#817889;font-size:8px}.music-toggle-row input{position:absolute;opacity:0}.music-toggle-row>i{position:relative;width:42px;height:24px;border-radius:999px;background:#35313c}.music-toggle-row>i:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#8b8391;transition:.18s ease}.music-toggle-row input:checked+i{background:#7750bf}.music-toggle-row input:checked+i:after{left:21px;background:#fff}.music-visibility-options{margin:12px 0 0;border:0;padding:0}.music-visibility-options legend{margin-bottom:7px;color:#a49aa9;font-size:9px}.music-visibility-options>label{min-height:50px;margin-top:6px;border:1px solid rgba(255,255,255,.06);border-radius:13px;padding:8px 10px;display:flex;align-items:center;gap:8px;background:#ffffff06}.music-visibility-options input{position:absolute;opacity:0}.music-visibility-options label>span{flex:1;display:flex;flex-direction:column;gap:2px}.music-visibility-options b{font-size:10px}.music-visibility-options small{color:#7f7686;font-size:8px}.music-visibility-options svg{opacity:0;color:#c295f5}.music-visibility-options label.selected{border-color:#b17bf459;background:#6f42b029}.music-visibility-options label.selected svg{opacity:1}.music-rights-confirm{margin-top:13px;display:flex;align-items:flex-start;gap:9px}.music-rights-confirm input{margin-top:2px;accent-color:#9a62ea}.music-rights-confirm span{display:flex;flex-direction:column;gap:3px}.music-rights-confirm b{color:#d2c7d9;font-size:9px;line-height:1.4}.music-rights-confirm small{color:#746c7a;font-size:8px;line-height:1.4}.clip-track-hero{min-height:90px;border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:12px;display:flex;align-items:center;gap:11px;background:linear-gradient(130deg,#6b3ea933,#ffffff06)}.clip-track-hero>div{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.clip-track-hero strong{font-size:13px}.clip-track-hero small{color:#968c9e;font-size:9px}.clip-track-hero em{align-self:flex-start;border-radius:6px;padding:3px 6px;color:#c9a8ef;background:#7744b72e;font-size:8px;font-style:normal}.clip-track-hero>button{width:36px;height:36px;border:1px solid rgba(255,255,255,.08);border-radius:50%;display:grid;place-items:center;background:#ffffff0f}.clip-time-row{display:flex;align-items:center;justify-content:space-between;color:#d9c8e9;font-size:9px}.clip-time-row>span{border-radius:999px;padding:4px 8px;color:#b98be9;background:#7e4ac329}.clip-length-options{margin-top:10px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.clip-length-options button,.fade-options button{min-height:34px;border:1px solid rgba(255,255,255,.07);border-radius:11px;background:#ffffff09;color:#938a9b;font-size:9px}.clip-length-options button.active,.fade-options button.active{border-color:#b27cf561;color:#e3cff8;background:#7142b133}.mixer-range{margin-top:12px;display:flex;flex-direction:column;gap:7px}.mixer-range>span{display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:4px}.mixer-range b{color:#cfc5d5;font-size:9px}.mixer-range em{color:#b98bea;font-size:9px;font-style:normal}.ducking-note{margin-top:12px;border-radius:13px;padding:9px;display:flex;gap:8px;color:#ae7de4;background:#6c3fab1f}.ducking-note span{display:flex;flex-direction:column;gap:3px}.ducking-note b{color:#cbb8dd;font-size:9px}.ducking-note small{color:#7f7587;font-size:8px}.fade-options{display:grid;grid-template-columns:1fr repeat(3,68px);align-items:center;gap:6px}.fade-options>span{color:#a097a5;font-size:9px}.playback-mode-list{margin-top:12px;display:grid;gap:6px}.playback-mode-list button{min-height:48px;border:1px solid rgba(255,255,255,.06);border-radius:13px;padding:8px 10px;display:flex;align-items:center;text-align:left;background:#ffffff06}.playback-mode-list button>span{flex:1;display:flex;flex-direction:column;gap:2px}.playback-mode-list b{font-size:9px}.playback-mode-list small{color:#766e7d;font-size:8px}.playback-mode-list svg{opacity:0;color:#c294f5}.playback-mode-list button.selected{border-color:#b27cf559;background:#7042b026}.playback-mode-list button.selected svg{opacity:1}.music-preview-card{margin-top:14px;border:1px solid rgba(191,142,250,.18);border-radius:20px;padding:12px;background:linear-gradient(145deg,#673da32b,#ffffff05)}.preview-label{display:flex;align-items:center;gap:5px;color:#b889eb;font-size:8px}.music-preview-card>div{margin-top:9px;display:flex;align-items:center;gap:9px}.music-preview-card>div>span{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.music-preview-card b{font-size:10px}.music-preview-card small{color:#857b8c;font-size:8px}.music-preview-card>div>svg{color:#ae7de6}@media(max-height:720px){.music-fullscreen-header{min-height:58px;padding-top:9px;padding-bottom:7px}.music-fullscreen-scroll{padding-top:10px}.original-upload-hero{min-height:66px}.original-file-drop{min-height:132px}}.voice-orb{flex:0 0 auto;width:39px;height:39px;border-radius:50%;display:grid;place-items:center;color:#fff;background:radial-gradient(circle at 30% 26%,white -38%,var(--voice-tone) 48%,#292034 100%);box-shadow:0 6px 16px color-mix(in srgb,var(--voice-tone) 30%,transparent)}.voice-option-grid>button>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:3px}.voice-option-grid b{font-size:13px}.voice-option-grid small{overflow:hidden;color:#817989;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.voice-preview{position:absolute;right:8px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;color:#bfb5c6;background:#ffffff0f}.multi-character-settings-card .voice-picker{margin:2px 0 0}.multi-character-settings-card .creator-audio-heading strong{font-size:15px}.multi-character-settings-card .creator-audio-heading small{font-size:12px}.voice-picker-entry{width:100%;min-height:72px;border:1px solid rgba(255,255,255,.075);border-radius:18px;padding:10px 12px;display:flex;align-items:center;gap:11px;color:#e5dde9;background:linear-gradient(135deg,#231d2cf0,#100e15fa);text-align:left;cursor:pointer;transition:transform .18s ease-out,border-color .18s ease-out}.voice-picker-entry:active{border-color:#b27ef159;transform:scale(.985)}.voice-picker-entry>span:nth-child(2){min-width:0;display:flex;flex:1;flex-direction:column;gap:4px}.voice-picker-entry>span:nth-child(2) b{font-size:14px}.voice-picker-entry>span:nth-child(2) small{color:#8d8393;font-size:10px}.voice-picker-entry>span:last-child{display:flex;align-items:center;gap:3px;color:#ae8bd0;font-size:10px;white-space:nowrap}.voice-page-tabs{margin:4px 15px 0;border:1px solid rgba(255,255,255,.07);border-radius:15px;padding:4px;display:grid;grid-template-columns:1fr 1fr;gap:4px;background:#ffffff09}.voice-page-tabs button{min-height:42px;border:0;border-radius:11px;display:flex;align-items:center;justify-content:center;gap:6px;color:#82798a;background:transparent;font-size:11px;font-weight:700;cursor:pointer}.voice-page-tabs button.active{color:#eee5f3;background:#7f4cbb3d;box-shadow:0 5px 16px #0000002b}.voice-fullscreen-scroll{padding-top:17px}.voice-library-intro{margin-bottom:14px}.voice-library-intro strong{font-size:17px}.voice-library-intro p{margin:5px 0 0;color:#887f8e;font-size:11px}.voice-library-list{display:grid;gap:9px}.voice-library-list>article{min-height:72px;border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:7px;display:flex;align-items:center;gap:6px;background:#ffffff07;transition:border-color .17s ease-out,background .17s ease-out}.voice-library-list>article.selected{border-color:#b17cf066;background:#6a3e9e29}.voice-library-main{min-width:0;border:0;padding:4px;display:flex;flex:1;align-items:center;gap:11px;color:#e5dee9;background:transparent;text-align:left;cursor:pointer}.voice-library-main>span:nth-child(2){min-width:0;display:flex;flex:1;flex-direction:column;gap:4px}.voice-library-main b{font-size:13px}.voice-library-main small{color:#8b8191;font-size:10px}.voice-library-main>svg{color:#b788e7}.voice-library-list>article>button:last-child{flex:0 0 auto;width:40px;height:40px;border:1px solid rgba(255,255,255,.07);border-radius:50%;display:grid;place-items:center;color:#c9bdcf;background:#ffffff0b;cursor:pointer}.voice-library-list>article>button:last-child.playing{color:#eddffc;background:#814bba42}.custom-voice-builder{display:grid;gap:14px}.custom-voice-hero{border:1px solid rgba(183,131,241,.18);border-radius:20px;padding:15px;display:flex;align-items:flex-start;gap:11px;background:linear-gradient(135deg,#6f42a333,#120f18f0)}.custom-voice-hero>span{flex:0 0 auto;width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:#f0dcff;background:linear-gradient(145deg,#8561dc,#ad4e9f);box-shadow:0 9px 22px #67329747}.custom-voice-hero strong{font-size:15px}.custom-voice-hero p{margin:5px 0 0;color:#9a8fa0;font-size:11px;line-height:1.55}.custom-voice-upload{position:relative;min-height:104px;border:1px dashed rgba(186,132,241,.32);border-radius:19px;padding:16px;display:flex;align-items:center;gap:12px;color:#d9c8e6;background:#643b8e14;cursor:pointer}.custom-voice-upload.has-file{border-style:solid;border-color:#5bb17d40;background:#30704717}.custom-voice-upload input{position:absolute;width:1px;height:1px;opacity:0}.custom-voice-upload>span{flex:0 0 auto;width:45px;height:45px;border-radius:14px;display:grid;place-items:center;color:#dcbef3;background:#8952bc2e}.custom-voice-upload.has-file>span{color:#a5d6b6;background:#4c946526}.custom-voice-upload>div{min-width:0;display:flex;flex:1;flex-direction:column;gap:5px}.custom-voice-upload strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.custom-voice-upload small{color:#877d8d;font-size:9px}.custom-voice-upload>svg{flex:0 0 auto;color:#8f7c9c}.custom-voice-upload.has-file>svg{color:#83c399}.custom-voice-form{border:1px solid rgba(255,255,255,.065);border-radius:19px;padding:14px;display:grid;gap:12px;background:#ffffff06}.custom-voice-form>label:first-child{display:grid;gap:7px}.custom-voice-form>label:first-child span{color:#cfc5d5;font-size:11px}.custom-voice-form>label:first-child input{width:100%;height:46px;border:1px solid rgba(255,255,255,.08);border-radius:13px;padding:0 12px;outline:0;color:#f0eaf3;background:#0d0b11;font-size:12px}.custom-voice-form>label:first-child input:focus{border-color:#b17aed73;box-shadow:0 0 0 3px #874ec41a}.custom-voice-source-types{display:flex;gap:8px}.custom-voice-source-types span{border-radius:999px;padding:6px 9px;display:flex;align-items:center;gap:4px;color:#908596;background:#ffffff0b;font-size:9px}.voice-consent{position:relative;cursor:pointer}.voice-consent>input{position:absolute;opacity:0}.voice-consent>span{min-height:58px;border:1px solid rgba(255,255,255,.065);border-radius:14px;padding:10px;display:grid;grid-template-columns:24px 1fr;align-items:center;color:#8b818f;background:#0e0c12}.voice-consent>span svg{grid-row:1 / 3;color:#796d82}.voice-consent>span b{font-size:10px;font-weight:600}.voice-consent>span small{color:#6f6874;font-size:8px}.voice-consent>input:checked+span{border-color:#5eaf7d45;color:#b8d8c3;background:#3370491a}.voice-consent>input:checked+span svg{color:#86c39c}.custom-voice-result{border:1px solid rgba(113,187,140,.2);border-radius:18px;padding:11px;display:flex;align-items:center;gap:10px;background:#31714817}.custom-voice-result>div{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.custom-voice-result strong{font-size:12px}.custom-voice-result small{color:#7e9586;font-size:9px}.custom-voice-result>button{width:38px;height:38px;border:0;border-radius:50%;display:grid;place-items:center;color:#d7e9dd;background:#ffffff12}.voice-fullscreen-footer>.custom-voice-generate{width:100%}.voice-fullscreen-footer>.custom-voice-generate:disabled{opacity:.34;box-shadow:none}.creator-assistant-orb{position:absolute;z-index:120;right:15px;bottom:119px;width:58px;height:58px;border:0;border-radius:50%;padding:0;display:grid;place-items:center;color:#fff;background:transparent;filter:drop-shadow(0 12px 24px rgba(54,22,91,.48));cursor:pointer;isolation:isolate}.creator-assistant-orb:before{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;z-index:-1;border-radius:inherit;background:conic-gradient(from 20deg,#7be8ff,#765cff,#e66dd2,#ff9a68,#7be8ff);content:"";animation:assistant-orb-spin 8s linear infinite}.creator-assistant-orb:after{position:absolute;top:-9px;right:-9px;bottom:-9px;left:-9px;z-index:-2;border-radius:inherit;background:#8757de42;filter:blur(8px);content:"";animation:assistant-orb-breathe 2.6s ease-in-out infinite}.assistant-orb-core{width:52px;height:52px;border:2px solid #0d0b12;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.32),transparent 24%),radial-gradient(circle at 68% 70%,#6f3cc7,transparent 52%),#17101f}.assistant-orb-label{position:absolute;right:51px;min-width:64px;border:1px solid rgba(255,255,255,.08);border-radius:999px 5px 5px 999px;padding:6px 12px 6px 9px;color:#d9cdea;background:#15111ce0;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);font-size:10px;white-space:nowrap}.creator-assistant-overlay{position:absolute;z-index:300;top:0;right:0;bottom:0;left:0;overflow:hidden;display:flex;flex-direction:column;color:#fff;background:radial-gradient(circle at 50% 32%,rgba(87,52,152,.24),transparent 35%),linear-gradient(180deg,#090810,#0d0911 64%,#08070b);animation:assistant-overlay-enter .28s cubic-bezier(.2,.8,.2,1) both}.assistant-ambient{position:absolute;border-radius:50%;filter:blur(80px);opacity:.2;pointer-events:none}.assistant-ambient-one{top:14%;left:-22%;width:250px;height:250px;background:#415fe0}.assistant-ambient-two{right:-28%;bottom:18%;width:280px;height:280px;background:#bf4b9f}.assistant-topbar{position:relative;z-index:2;min-height:calc(66px + env(safe-area-inset-top));padding:max(12px,env(safe-area-inset-top)) 14px 9px;display:grid;grid-template-columns:42px 1fr 42px;align-items:center}.assistant-topbar>button{width:42px;height:42px;border:1px solid rgba(255,255,255,.08);border-radius:50%;display:grid;place-items:center;color:#d8d0dd;background:#ffffff0b;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);cursor:pointer}.assistant-topbar>div{display:flex;flex-direction:column;align-items:center;gap:2px}.assistant-topbar strong{font-size:17px;letter-spacing:-.02em}.assistant-topbar span{display:flex;align-items:center;gap:5px;color:#8e8597;font-size:10px}.assistant-topbar i{width:5px;height:5px;border-radius:50%;background:#79d6a0;box-shadow:0 0 8px #79d6a0}.assistant-conversation{position:relative;z-index:2;flex:1;min-height:0;padding:22px 19px 10px;overflow-y:auto}.assistant-aura{position:relative;width:154px;height:154px;margin:4px auto 22px;display:grid;place-items:center;filter:drop-shadow(0 18px 35px rgba(69,36,116,.32))}.assistant-aura>span{position:absolute;border-radius:48% 52% 53% 47%/49% 43% 57% 51%;mix-blend-mode:screen;transition:transform .26s ease-out}.assistant-aura>span:nth-child(1){top:7px;right:7px;bottom:7px;left:7px;background:radial-gradient(circle at 30% 24%,#69dcff,#5e51de 48%,transparent 72%);animation:assistant-aura-drift 5.4s ease-in-out infinite alternate}.assistant-aura>span:nth-child(2){top:18px;right:3px;bottom:2px;left:25px;background:radial-gradient(circle at 72% 35%,#f37ecb,#713bd0 52%,transparent 72%);animation:assistant-aura-drift 4.6s ease-in-out -1.2s infinite alternate-reverse}.assistant-aura>span:nth-child(3){top:30px;right:22px;bottom:10px;left:7px;background:radial-gradient(circle at 48% 60%,#ffa269,#c742a8 48%,transparent 73%);animation:assistant-aura-drift 4.9s ease-in-out -.8s infinite alternate}.assistant-aura.listening>span{animation-duration:1.5s}.assistant-waveform{position:relative;z-index:3;height:42px;display:flex;align-items:center;gap:3px}.assistant-waveform i{width:3px;height:8px;border-radius:999px;background:#ffffffd1}.assistant-aura.listening .assistant-waveform i{animation:assistant-wave .85s ease-in-out infinite alternate}.assistant-waveform i:nth-child(3n+1){animation-delay:-.26s!important}.assistant-waveform i:nth-child(3n+2){animation-delay:-.52s!important}.assistant-greeting{max-width:300px;margin:0 auto;color:#e8e1ec;font-size:19px;font-weight:600;line-height:1.45;text-align:center;letter-spacing:-.02em}.assistant-dialogue-stack{margin-top:-5px;display:grid;gap:13px}.assistant-user-message{max-width:85%;margin-left:auto;border:1px solid rgba(190,154,240,.16);border-radius:19px 19px 5px;padding:12px 14px;color:#eee8f2;background:linear-gradient(135deg,#7148ab6b,#432d6359);font-size:13px;line-height:1.55}.assistant-reply{display:flex;align-items:flex-start;gap:9px}.assistant-reply>span{flex:0 0 auto;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#7c66e6,#b84ca0)}.assistant-reply p{margin:2px 0 0;color:#bdb4c4;font-size:13px;line-height:1.55}.assistant-proposal-card{margin-top:17px;border:1px solid rgba(194,153,245,.17);border-radius:20px;padding:14px;background:linear-gradient(145deg,#281f34e6,#131019f0);box-shadow:0 18px 40px #0000003d;animation:assistant-card-enter .26s ease-out both}.assistant-proposal-card header{display:flex;align-items:center;gap:9px}.assistant-proposal-card header>span{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;color:#9de0b7;background:#4d9a6824}.assistant-proposal-card header>div{display:flex;flex-direction:column;gap:2px}.assistant-proposal-card header strong{font-size:14px}.assistant-proposal-card header small{color:#89818f;font-size:10px}.assistant-proposal-card>div{margin:13px 0;display:flex;flex-wrap:wrap;gap:6px}.assistant-proposal-card>div span{border:1px solid rgba(255,255,255,.06);border-radius:999px;padding:6px 9px;color:#bdb3c5;background:#ffffff09;font-size:10px}.assistant-proposal-card>button{width:100%;min-height:45px;border:0;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:7px;color:#fff;background:linear-gradient(115deg,#8060e7,#b64d9f);font-size:13px;font-weight:700;box-shadow:0 10px 24px #6f39a04d;cursor:pointer}.assistant-input-dock{position:relative;z-index:3;padding:10px 14px max(18px,env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.055);background:#0b090fc7;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.assistant-mode-switch{width:164px;margin:0 auto 10px;border:1px solid rgba(255,255,255,.07);border-radius:999px;padding:3px;display:grid;grid-template-columns:1fr 1fr;background:#ffffff0a}.assistant-mode-switch button{min-height:31px;border:0;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:4px;color:#77707d;background:transparent;font-size:10px;cursor:pointer}.assistant-mode-switch button.active{color:#eee8f1;background:#ffffff17;box-shadow:0 4px 12px #00000029}.assistant-suggestions{margin:0 -14px 10px;padding:0 14px;display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.assistant-suggestions::-webkit-scrollbar{display:none}.assistant-suggestions button{flex:0 0 auto;min-height:34px;border:1px solid rgba(255,255,255,.07);border-radius:999px;padding:0 12px;color:#a9a0b1;background:#ffffff09;font-size:10px;cursor:pointer}.assistant-mic-button{width:100%;min-height:62px;border:1px solid rgba(190,147,247,.14);border-radius:20px;display:flex;align-items:center;justify-content:center;gap:11px;color:#e9e1ee;background:linear-gradient(135deg,#5b408452,#2d213e59);cursor:pointer}.assistant-mic-button>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#7864e5,#bc4ca0);box-shadow:0 7px 20px #753da461}.assistant-mic-button b{font-size:13px}.assistant-mic-button.active>span{animation:assistant-mic-pulse 1.3s ease-in-out infinite}.assistant-text-composer{height:56px;border:1px solid rgba(255,255,255,.09);border-radius:19px;padding:5px 5px 5px 15px;display:flex;align-items:center;gap:8px;background:#ffffff0e}.assistant-text-composer input{flex:1;min-width:0;border:0;outline:0;color:#f3edf6;background:transparent;font-size:13px}.assistant-text-composer input::placeholder{color:#746d7a}.assistant-text-composer button{width:44px;height:44px;border:0;border-radius:15px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#8165e4,#a64da7);cursor:pointer}.assistant-text-composer button:disabled{opacity:.3}@keyframes assistant-orb-spin{to{transform:rotate(360deg)}}@keyframes assistant-orb-breathe{50%{transform:scale(1.12);opacity:.52}}@keyframes assistant-overlay-enter{0%{opacity:0;transform:scale(.97) translateY(12px)}}@keyframes assistant-aura-drift{to{transform:rotate(35deg) scale(1.09) translate(4px,-3px)}}@keyframes assistant-wave{to{height:35px;opacity:.72}}@keyframes assistant-card-enter{0%{opacity:0;transform:translateY(12px) scale(.98)}}@keyframes assistant-mic-pulse{50%{transform:scale(1.08);box-shadow:0 0 0 8px #9758ce1f,0 8px 24px #753da47a}}@media(prefers-reduced-motion:reduce){.creator-assistant-orb:before,.creator-assistant-orb:after,.assistant-aura>span,.assistant-aura.listening .assistant-waveform i,.assistant-mic-button.active>span{animation:none}.creator-assistant-overlay,.assistant-proposal-card{animation-duration:1ms}}.role-visual-import-card{margin-bottom:20px;border:1px solid rgba(111,190,143,.2);border-radius:20px;padding:12px;display:grid;grid-template-columns:104px minmax(0,1fr);align-items:center;gap:13px;background:linear-gradient(135deg,#2a654324,#100e15fa)}.role-visual-import-card.empty{border-color:#be8bee2e;background:linear-gradient(135deg,#643e9221,#100e15fa)}.role-visual-import-preview{width:104px;height:136px;border-radius:15px;overflow:hidden;display:grid;place-items:center;color:#a98bc5;background:#201a27}.role-visual-import-preview img{width:100%;height:100%;object-fit:cover}.role-visual-import-card>div:last-child{min-width:0}.role-visual-import-status{margin-bottom:8px;display:flex;align-items:center;gap:5px;color:#8fc9a6;font-size:10px;font-weight:700}.role-visual-import-card strong{display:block;color:#eee8f1;font-size:14px;line-height:1.4}.role-visual-import-card p{margin:5px 0 10px;color:#918797;font-size:11px;line-height:1.55}.role-visual-import-card button{min-height:35px;border:1px solid rgba(255,255,255,.08);border-radius:11px;padding:0 11px;color:#cfc5d5;background:#ffffff0d;font-size:10px;cursor:pointer}.role-visual-extract-button{width:100%;min-height:46px;margin:-7px 0 20px;border:1px solid rgba(185,132,242,.2);border-radius:14px;display:flex;align-items:center;justify-content:center;gap:7px;color:#e0c7f1;background:linear-gradient(135deg,#7345a938,#422b5b1f);font-size:12px;font-weight:700;cursor:pointer;transition:transform .18s ease-out,background .18s ease-out}.role-visual-extract-button:active{transform:scale(.98)}.role-visual-system-note{margin:4px 0 20px;border:1px solid rgba(104,176,130,.15);border-radius:16px;padding:12px;display:flex;align-items:flex-start;gap:9px;color:#91c4a3;background:#2e684314}.role-visual-system-note>svg{flex:0 0 auto;margin-top:1px}.role-visual-system-note strong{color:#cce1d3;font-size:12px}.role-visual-system-note p{margin:4px 0 0;color:#82978a;font-size:10px;line-height:1.55}@media(max-width:350px){.role-visual-import-card{grid-template-columns:88px minmax(0,1fr)}.role-visual-import-preview{width:88px;height:124px}}.worldbook-primary-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.worldbook-primary-actions .worldbook-upload{min-width:0;height:92px;margin:0;align-content:center}.worldbook-create-link{width:100%;border:1px dashed rgba(151,110,213,.4);color:inherit;text-align:left;cursor:pointer}.worldbook-create-link>svg:last-child{margin-left:auto;color:#a678e1}@media(max-width:440px){.worldbook-primary-actions{grid-template-columns:1fr}}.h5-collapsible-section{padding:0;overflow:hidden}.h5-collapsible-section>summary{min-height:66px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none}.h5-collapsible-section>summary::-webkit-details-marker{display:none}.h5-collapsible-section>summary>span{display:grid;gap:4px}.h5-collapsible-section>summary strong{font-size:15px}.h5-collapsible-section>summary small{color:#8f8796;font-size:10px}.h5-collapsible-section>summary>svg{color:#a67ada;transition:transform .2s ease}.h5-collapsible-section[open]>summary>svg{transform:rotate(180deg)}.h5-collapsible-content{border-top:1px solid rgba(255,255,255,.06);padding:15px}.h5-collapsible-subheading{margin:16px 0 10px;display:flex;justify-content:space-between;color:#eee8f2}.h5-writing-style-price-note{margin-top:7px;display:block;color:#8e8497;font-size:10px;line-height:1.5}.h5-writing-style-publish-type{margin-top:15px}.h5-writing-style-free-note{margin-top:14px;border:1px solid rgba(151,102,208,.22);border-radius:13px;padding:13px;display:flex;align-items:center;gap:10px;color:#ba8ee8;background:#7b4aad17}.h5-writing-style-free-note>span{display:grid;gap:3px}.h5-writing-style-free-note strong{color:#eee7f3;font-size:12px}.h5-writing-style-free-note small{color:#958a9e;font-size:10px}
