@media (max-width:1023px){:root{--bg:#08090b;--panel:#111418;--muted:#a9b5c5;--line:#292f38;--topbar-h:50px;--mobile-nav-h:calc(50px + env(safe-area-inset-bottom,0px))}.app,body,html{background:#08090b;color:#f7f7f8;font-family:Arial,PingFang SC,Microsoft YaHei,sans-serif}html{scrollbar-width:none}html::-webkit-scrollbar{display:none}.reverie-chat .messages{scrollbar-width:none}.reverie-chat .messages::-webkit-scrollbar{display:none}.desktop-only{display:none!important}.mobile-only{display:block}.m-header{height:calc(50px + env(safe-area-inset-top,0px));padding:env(safe-area-inset-top,0) 18px 0;justify-content:space-between;border-bottom:1px solid #20252d;background:#08090b;position:relative;z-index:40;gap:12px}.m-brand,.m-header{display:flex;align-items:center}.m-brand{gap:13px;flex-shrink:0}.m-brand img{width:32px;height:32px;object-fit:contain}.m-brand span{font-family:Georgia,Times New Roman,serif;font-size:25px;line-height:1;font-weight:400;letter-spacing:-.4px}.m-language{position:relative}.m-language-trigger{display:flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:0;border:0;background:transparent;color:#f4f4f5;font-size:15px;cursor:pointer}.m-language-trigger svg:first-child{color:#d7e3f1}.m-language-menu{position:absolute;right:0;top:calc(100% + 7px);width:min(320px,calc(100vw - 36px));max-height:min(70dvh,520px);overflow:auto;overscroll-behavior:contain;padding:10px;border:1px solid #343a44;border-radius:12px;background:#15171c;box-shadow:0 14px 40px #0009;z-index:60}.m-menu-heading{font-size:13px;color:#a9b5c5;padding:8px 10px}.m-language-menu button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;padding:9px 10px;background:none;border:0;border-radius:7px;color:#e9e9ed;text-align:start;cursor:pointer;font-size:15px}.m-language-menu button[aria-checked=true]{background:var(--reverie-accent-soft);color:var(--reverie-accent)}.m-language-menu button:hover{background:#ffffff0b}.m-home{padding:0 16px calc(74px + env(safe-area-inset-bottom,0px));max-width:760px;margin:auto}.m-pull-refresh{display:flex;align-items:center;justify-content:center;gap:8px;overflow:hidden;color:var(--accent);font-size:12px;line-height:1;transition:height .18s ease}.m-pull-refresh.is-pulling{transition:none}.m-pull-refresh svg{flex:none;transition:transform .18s ease}.m-pull-refresh.is-ready svg{transform:rotate(120deg)}.m-pull-refresh.is-refreshing svg{animation:m-pull-spin .8s linear infinite}@keyframes m-pull-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.m-pull-refresh,.m-pull-refresh svg{transition:none}.m-pull-refresh.is-refreshing svg{animation:none}}.m-filters{display:flex;align-items:center;gap:12px;padding:12px 0;margin-right:-16px;min-width:0}.m-home .ugc-explore-heading{margin-top:4px;gap:8px 12px}.m-home .ugc-explore-title{flex-basis:100%;gap:10px}.m-home .ugc-home-search{max-width:none;height:34px}.m-home .ugc-explore-heading span{font-size:11px}.m-gender{position:relative;flex:0 0 auto;max-width:48%;padding-right:13px;border-right:1px solid #343942}.m-gender-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:34px;max-width:100%;padding:6px 10px 6px 12px;border:1px solid #2c333e;border-radius:14px;background:#111418;color:#d9e6f6;font-size:12px;cursor:pointer}.m-gender-trigger>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m-gender-trigger svg{flex:0 0 auto;color:#e3ebf7;transition:transform .16s ease}.m-gender-trigger svg.is-open{transform:rotate(180deg)}.m-gender-menu{position:absolute;z-index:80;top:calc(100% + 8px);left:0;width:max-content;min-width:150px;padding:6px;border:1px solid #343640;border-radius:14px;background:#121318;box-shadow:0 14px 36px #0009}.m-gender-menu button{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;min-height:46px;padding:10px 12px;border:0;border-radius:10px;background:transparent;color:#eeeef2;font-size:14px;text-align:left;white-space:nowrap}.m-gender-menu button:hover{background:#1b1d24}.m-gender-menu button[aria-selected=true]{background:var(--reverie-accent-soft);color:var(--reverie-accent)}.m-tags{display:flex;align-items:center;gap:5px;overflow-x:auto;min-width:0;padding-right:16px;scrollbar-width:none;overscroll-behavior-x:contain}.m-tags::-webkit-scrollbar{display:none}.m-tags button{flex:0 0 auto;min-width:47px;min-height:30px;border:1px solid #2c333e;border-radius:16px;padding:6px 13px;background:#111418;color:#d9e6f6;font-size:12px;cursor:pointer;white-space:nowrap}.m-tags button[aria-pressed=true]{color:#170c25;border-color:var(--reverie-accent);background:var(--reverie-accent)}.m-story-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:9px;gap:9px}.m-story-card{min-width:0;border:1px solid #303845;border-radius:8px;background:#111418;overflow:hidden}.m-story-card a{display:flex;height:100%;flex-direction:column}.m-story-card img{width:100%;aspect-ratio:.95;object-fit:cover;object-position:center 30%;display:block}.m-story-card:nth-child(n+3) img{aspect-ratio:1.12}.m-story-copy{padding:6px 11px 5px;flex:1 1}.m-story-copy h2{font-size:16px;font-weight:500;line-height:1.25;margin:0 0 3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m-story-copy p{font-size:13px;line-height:1.38;color:#a9b5c5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.m-nav.mobile-nav{position:fixed;left:0;right:0;bottom:0;display:flex;z-index:50;height:var(--mobile-nav-h);padding:4px 14px env(safe-area-inset-bottom,0);border-top:1px solid #20252d;background:#08090bf5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.m-nav .mobile-nav-item{flex:1 1;min-height:44px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;color:#a8b7c9;font-size:11.2px;line-height:15.2px;border-radius:0;background:none}.m-nav .mobile-nav-item.active{color:var(--reverie-accent);background:none}.m-chats-title{font-size:22px;font-weight:500;margin:20px 0 18px}.m-empty{padding:70px 16px;text-align:center;color:#a9b5c5}.m-empty h2{font-size:18px;font-weight:500;color:#f6f6f6}.m-empty p{font-size:14px;line-height:1.5}.m-empty a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:12px;padding:8px 20px;border:1px solid var(--reverie-accent);border-radius:12px;color:var(--reverie-accent)}.m-header :focus-visible,.m-home :focus-visible,.m-nav :focus-visible,.reverie-chat :focus-visible{outline:2px solid var(--reverie-accent);outline-offset:3px}.app:has(.reverie-chat) .m-header{display:none}.reverie-chat.chat-screen{position:fixed;inset:0;min-height:0;height:100dvh;background:#08090b;overflow:hidden;isolation:isolate;--chat-head-h:calc(44px + env(safe-area-inset-top,0px))}.reverie-chat .chat-bg{height:calc(44.2% + var(--chat-head-h));z-index:0;background-size:cover;background-position:top;background-repeat:no-repeat;filter:none;transform:none;opacity:1;-webkit-mask-image:linear-gradient(180deg,#000,#000 42%,transparent);mask-image:linear-gradient(180deg,#000,#000 42%,transparent)}.reverie-chat .chat-bg,.reverie-chat .chat-overlay{display:block!important;position:absolute;left:0;right:0;top:0;bottom:auto;pointer-events:none}.reverie-chat .chat-overlay{height:calc(49.4% + var(--chat-head-h));z-index:1;background:linear-gradient(180deg,rgba(8,9,11,.75),rgba(8,9,11,.32) 18%,rgba(8,9,11,.48) 55%,#08090b)}.reverie-chat .back-home,.reverie-chat .chat-avatar,.reverie-chat .chat-sub,.reverie-chat .first-guide,.reverie-chat .hide-mobile,.reverie-chat .intro-art,.reverie-chat .recent-rail,.reverie-chat .recent-strip,.reverie-chat .right-info{display:none!important}.reverie-chat .chat-stage{position:relative;z-index:2;display:flex;align-items:stretch;height:100%;width:100%;padding:0;margin:0}.reverie-chat .chat-window{flex-direction:column;width:100%;height:100%;max-width:760px;min-height:0;margin:0 auto;border:0;border-radius:0;box-shadow:none}.reverie-chat .chat-head,.reverie-chat .chat-window{position:relative;display:flex;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.reverie-chat .chat-head{z-index:3;align-items:center;justify-content:space-between;flex:0 0 auto;min-height:var(--chat-head-h);height:auto;padding:env(safe-area-inset-top,0) 16px 0;border-bottom:0;gap:10px}.reverie-chat .chat-head-left{display:flex;align-items:center;flex:1 1;min-width:0;gap:10px}.reverie-chat .back-in-head{display:flex;align-items:center;justify-content:center;width:28px;height:44px;flex:0 0 28px;border:0;border-radius:0;background:none}.reverie-chat .back-in-head svg{width:28px;height:28px}.reverie-chat .chat-head-copy{min-width:0;flex:1 1;text-align:center}.reverie-chat .chat-title{font-size:17px;font-weight:500;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reverie-chat .chat-title-toggle{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;font:inherit;color:inherit;border:0;background:none;min-height:44px;padding:0;cursor:pointer}.reverie-chat .chat-title-toggle span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reverie-chat .chat-title-toggle svg{flex-shrink:0}.reverie-chat .chat-actions{flex:0 0 auto;display:flex;align-items:center;gap:6px}.reverie-chat .player-name-btn{width:36px;height:32px;max-width:36px;padding:0;justify-content:center;border:1px solid #343b46;background:#191c22;border-radius:16px;color:#f3efff}.reverie-chat .player-name-btn span{display:none}.reverie-chat .player-name-field input,.reverie-chat .player-name-field textarea{background:#12151b;border-color:#343b46;color:#f2f2f3}.reverie-chat .chat-actions .iconbtn{width:28px;height:44px;background:none;border:0;border-radius:0}.reverie-chat .model-switch{height:28px;padding:2px;border:1px solid #343b46;background:#191c22;border-radius:14px}.reverie-chat .model-switch button{min-width:24px;height:24px;padding:0 5px;font-size:9px;border-radius:12px;color:#9aa3b2;background:transparent}.reverie-chat .model-switch button.on{background:#3a3348;color:#f3efff}.reverie-chat .chat-more-menu{z-index:20;background:#191c22;border:1px solid #343b46;min-width:185px;border-radius:10px}.reverie-chat .chat-more-menu a{display:none}.reverie-chat .chat-more-menu button{min-height:44px}.reverie-chat .messages{flex:1 1;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scroll-behavior:auto;padding:20px 20px 50px;-webkit-mask-image:linear-gradient(180deg,#000 0,#000 calc(100% - 46px),rgba(0,0,0,.22) calc(100% - 12px),transparent);mask-image:linear-gradient(180deg,#000 0,#000 calc(100% - 46px),rgba(0,0,0,.22) calc(100% - 12px),transparent)}.reverie-chat .story-introduction{display:block}.reverie-chat .story-section-label{font-size:14px;font-weight:500;color:#aab5c7;line-height:1.5;margin:0 0 8px}.reverie-chat .story-synopsis{font-size:18px;line-height:1.42;color:#f2f2f3;margin:0 0 24px;white-space:pre-wrap;overflow-wrap:anywhere}.reverie-chat .story-cast{display:flex;flex-direction:column;gap:11px}.reverie-chat .story-cast article{display:flex;align-items:flex-start;gap:13px;min-width:0}.reverie-chat .story-cast article>:is(img,.cast-avatar-tile){width:64px;height:81px;flex:0 0 64px;border-radius:6px;border:1px solid #292e38;object-fit:cover;object-position:center top}.reverie-chat .story-cast article>div{min-width:0;padding-top:6px;flex:1 1}.reverie-chat .story-cast h2{font-size:15px;line-height:1.4;font-weight:500;margin:0 0 5px;color:#f6f6f7}.reverie-chat .story-cast p{font-size:16px;line-height:1.45;margin:0;color:#a9b5c5;white-space:pre-wrap;overflow-wrap:anywhere;max-height:none;overflow:visible}.reverie-chat .opening-divider{border-top:1px solid #292d35;margin:21px 0 8px;padding-top:14px;font-size:14px;font-weight:500;color:#aab5c7}.reverie-chat .assistant-turn{padding:0;--speak-avatar:49px;--speak-gap:12px}.reverie-chat .msg-tools-row{margin:8px 0 12px}.reverie-chat .msg-tools{gap:.5em}.reverie-chat .msg-tool{height:2em;min-height:0;font-size:15px;color:#f0f0f4;background:#1a1c21;border-color:#4a5160}.reverie-chat .speaker-turn{gap:12px}.reverie-chat .narrator-row{padding:0;margin:0 0 8px}.reverie-chat .narrator-bubble{background:none;border:0;padding:0;border-radius:0;gap:0;font-size:16px;line-height:1.5;box-shadow:none}.reverie-chat .narrator-icon{display:none}.reverie-chat .chat-rich em,.reverie-chat .narrator-copy em{color:#a9b5c5;line-height:1.45}.reverie-chat .speak-row{padding:0 16px 0 0;gap:12px;margin:0 0 1px;align-items:flex-start}.reverie-chat .speak-avatar{width:49px;height:49px;flex:0 0 49px;border:1px solid #f5f5f5;object-fit:cover}.reverie-chat .speak-col{gap:3px;flex:1 1;min-width:0}.reverie-chat .speak-name{font-size:15px;line-height:21px;color:#f5f5f5;margin:2px 0 0;font-weight:400}.reverie-chat .bubble{font-size:17px;line-height:1.45;padding:10px 15px;border-radius:12px;box-shadow:none;width:-moz-fit-content;width:fit-content;max-width:100%}.reverie-chat .character-bubble{background:#222326;border:0}.reverie-chat .chat-rich p+p{margin-top:2px}.reverie-chat .speak-row.right{padding:14px 0 14px 16px;gap:12px}.reverie-chat .user-bubble{background:var(--reverie-accent)}.reverie-chat .composer{flex:0 0 auto;display:flex;align-items:center;gap:0;margin:12px 18px calc(26px + env(safe-area-inset-bottom,0px));min-height:54px;padding:6px;border:1px solid #303642;border-radius:10px;background:#12151a}.reverie-chat .rewrite-sheet{height:50%;min-height:260px;background:#12151a;border-color:#303642}.reverie-chat .rewrite-sheet textarea{max-height:none;min-height:0;height:100%;font-size:16px;line-height:1.55;padding:6px 18px}.reverie-chat .rewrite-sheet-bar{padding:6px 16px calc(10px + env(safe-area-inset-bottom,0px))}.reverie-chat .composer-tools{display:flex;align-items:center;justify-content:center;width:49px;flex:0 0 49px;height:34px;border-right:1px solid #2c323c;margin-right:14px}.reverie-chat .composer .iconbtn{width:40px;height:40px;flex:0 0 40px;border:0;background:none;border-radius:0}.reverie-chat .composer .iconbtn svg{width:28px;height:28px}.reverie-chat .input-shell{flex:1 1;min-width:0;display:flex;align-items:center;gap:8px;background:none;border:0;border-radius:0;padding:0;min-height:40px}.reverie-chat textarea{flex:1 1;min-width:0;width:100%;padding:5px 0;min-height:30px;max-height:110px;font-size:16px;line-height:20px;color:#f5f5f5}.reverie-chat textarea::placeholder{color:#8390a4;opacity:1}.reverie-chat .send{width:46px;height:40px;flex:0 0 46px;display:flex;align-items:center;justify-content:center;border:1px solid var(--reverie-accent);border-radius:9px;background:var(--reverie-accent);color:#110a1c;font-size:inherit}.reverie-chat .send svg{width:27px;height:27px}.reverie-chat .send:disabled{opacity:.5;cursor:wait}.reverie-chat .chat-confirm-card{background:#191c22;border-color:#353c49}.reverie-chat .chat-confirm-actions button{min-height:44px}@media(min-width:600px){.m-home{padding-left:24px;padding-right:24px}.m-story-grid{gap:16px}.m-story-copy h2{font-size:20px}.m-story-copy p{font-size:16px}.m-story-copy{padding:10px 14px 14px}.m-filters{padding:18px 0}.m-gender-trigger,.m-tags button{font-size:15px;min-height:42px}.m-header{height:72px;padding-left:24px;padding-right:24px}.m-brand span{font-size:34px}.reverie-chat .messages{padding-left:30px;padding-right:30px}}@media(max-width:360px){.m-home{padding-left:12px;padding-right:12px}.m-brand{gap:8px}.m-brand span{font-size:25px}.m-filters{gap:8px}.m-story-copy{padding-left:8px;padding-right:8px}.m-story-copy h2{font-size:14px}.m-story-copy p{font-size:12px}.reverie-chat .messages{padding-left:16px;padding-right:16px}.reverie-chat .assistant-turn{--speak-avatar:42px;--speak-gap:9px}.reverie-chat .speak-row{gap:9px;padding-right:0}.reverie-chat .speak-avatar{width:42px;height:42px;flex-basis:42px}.reverie-chat .composer{margin-left:14px;margin-right:14px}}@media(max-height:540px){.reverie-chat .composer{margin-bottom:calc(8px + env(safe-area-inset-bottom,0px));margin-top:6px}}}@media(min-width:1024px){.m-header,.m-home,.m-nav{display:none!important}}@media(max-width:1023px){.m-header{border-bottom:0}.m-story-card{position:relative;aspect-ratio:.64;border:0;border-radius:12px;background:#202023;isolation:isolate}.m-story-card a{position:relative;overflow:hidden}.m-story-card img,.m-story-card:nth-child(n+3) img{aspect-ratio:auto}.m-story-card .story-cover-video,.m-story-card img,.m-story-card:nth-child(n+3) img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}.m-story-card .story-cover-video{opacity:0;pointer-events:none}.m-story-card .story-cover-video.is-playing{opacity:1}.m-story-card a:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,transparent 35%,rgba(25,25,28,.1) 45%,rgba(25,25,28,.78) 69%,#202023 88%)}.m-story-copy{position:relative;z-index:2;flex:0 0 auto;margin-top:auto;padding:45px 11px 13px;min-width:0}.m-story-copy h2{font-size:16px;font-weight:600;margin:0 0 6px;color:#fff;line-height:1.3}.m-story-copy p{font-size:13px;line-height:1.4;color:#ededf0;-webkit-line-clamp:3}.m-page-heading{font-size:25px;font-weight:600;line-height:1.3;margin:0;padding:24px 0 18px;border:0}.m-chat-list{display:flex;flex-direction:column;gap:0}.m-chat-list-item{display:flex;align-items:center;gap:12px;min-height:88px;padding:13px 0}.m-chat-list-item>img{width:48px;height:48px;flex:0 0 48px;border-radius:50%;object-fit:cover}.m-chat-list-copy{flex:1 1;min-width:0}.m-chat-list-copy h2{font-size:16px;font-weight:400;margin:0 0 6px;line-height:1.3}.m-chat-list-copy h2,.m-chat-list-copy p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m-chat-list-copy p{font-size:13px;line-height:1.4;margin:0;color:#909099}.m-chat-list-item time{font-size:12px;color:#86868f;flex:0 0 auto;align-self:flex-start;margin-top:8px}.m-settings-language{display:flex;align-items:center;justify-content:space-between;padding:13px 14px;border-radius:12px;background:#16181d;gap:12px}.m-settings-label,.m-settings-row{display:flex;align-items:center;gap:10px;font-size:16px;color:#eee}.m-settings-row{width:100%;min-height:62px;padding:14px 0;border:0;border-bottom:1px solid #28282d;border-radius:0;background:none;text-align:left;text-decoration:none;cursor:pointer}.m-settings-row svg{flex:0 0 auto;color:#eee}.m-settings-row.is-link:after,.m-settings-row[href]:after{content:"›";margin-left:auto;color:#999;font-size:24px}.m-settings-language .m-language-trigger>svg:first-child{display:none}.m-settings-language .m-language-menu{right:0}.m-settings-list{display:flex;flex-direction:column}.reverie-chat .messages{padding:15px 12px 50px}.reverie-chat .assistant-turn{--speak-avatar:26px;--speak-gap:6px}.reverie-chat .speak-row,.reverie-chat .speak-row.right{gap:6px;padding:0;margin:0 0 9px}.reverie-chat .speak-avatar{width:26px;height:26px;flex-basis:26px;border:0}.reverie-chat .speak-col{gap:4px}.reverie-chat .speak-name{font-size:11.5px;line-height:15px;color:#b8b8c0;margin:0}.reverie-chat .speak-name.user{color:var(--reverie-accent)}.reverie-chat .bubble{font-size:15px;line-height:1.45;padding:9px 11px;max-width:94%;border-radius:0 14px 14px 14px}.reverie-chat .msg-tool{font-size:13px}.reverie-chat .user-bubble{border-radius:14px 0 14px 14px}.reverie-chat .chat-rich p+p{margin-top:10px}.reverie-chat .speaker-turn{gap:9px}.reverie-chat .narrator-row{margin:9px 0 17px;padding:0 3px}.reverie-chat .narrator-bubble{font-size:15px;line-height:1.45;gap:8px}.reverie-chat .narrator-icon{display:block;width:13px;height:13px;flex:0 0 13px;margin-top:3px;color:#a9a9b2}.reverie-chat .story-cast article>:is(img,.cast-avatar-tile){width:48px;height:62px;flex-basis:48px}.reverie-chat .story-cast article{gap:10px}.reverie-chat .story-cast p{font-size:15px}@media(min-width:600px){.m-story-card{aspect-ratio:.78}.m-story-copy{padding:65px 16px 20px}.m-story-copy h2{font-size:20px}.m-story-copy p{font-size:16px}.reverie-chat .bubble,.reverie-chat .msg-tool,.reverie-chat .narrator-bubble{font-size:17px}}}@media(max-width:1023px){.m-story-copy h2{font-size:15px;font-weight:500}.m-story-copy p{font-size:12px;color:#9598a4}.reverie-chat .story-synopsis{font-size:15px}.reverie-chat .composer{min-height:44px;padding:5px;border-radius:8px;gap:0}.reverie-chat .composer-tools{width:39px;flex-basis:39px;height:27px;margin-right:11px}.reverie-chat .composer .iconbtn{width:32px;height:32px;flex-basis:32px}.reverie-chat .composer .iconbtn svg{width:22px;height:22px}.reverie-chat .input-shell{min-height:32px;gap:6px}.reverie-chat textarea{font-size:16px;line-height:22px;min-height:24px;max-height:88px;padding:3px 0}.reverie-chat .send{width:37px;height:32px;flex-basis:37px;border-radius:7px}.reverie-chat .send svg{width:22px;height:22px}.reverie-chat textarea:focus,.reverie-chat textarea:focus-visible{outline:none;box-shadow:none}.reverie-chat .composer:focus-within{outline:none;box-shadow:none;border-color:#303642}.reverie-chat .input-shell:focus-within{outline:none;box-shadow:none}@media(min-width:600px){.reverie-chat textarea{font-size:16px;line-height:22px}}}@media(max-width:1023px){.story-hover{display:none!important}.page{padding:8px 16px calc(74px + env(safe-area-inset-bottom,0px));max-width:760px;margin:0 auto;min-width:0}.page-title{font-size:clamp(22px,6vw,25px);font-weight:600;line-height:1.3;margin:8px 0 10px}.page-lead{font-size:14px;line-height:1.55;color:#a9b5c5;max-width:none;margin:0 0 18px}.empty,.faq details,.guide-step,.list-row,.panel,.pay-card,.plan{background:#16181d;border:1px solid #2c333e;border-radius:12px}.panel{padding:16px}.plan-grid{grid-template-columns:1fr;gap:12px}.plan .price{font-size:22px}.page .ghost-btn,.page .primary-btn{width:100%;min-height:44px;justify-content:center;border-radius:12px;font-weight:600}.page .primary-btn{background:var(--reverie-accent);color:#170c25;border:0}.page .ghost-btn{border:1px solid #2c333e;background:#111418;color:#f5f5f5}.page .pill{background:#16181d;border-color:#2c333e;min-height:36px;height:auto;padding:6px 12px}.profile-head{flex-direction:column;align-items:flex-start;gap:12px}.profile-avatar{width:72px;height:72px}.btn-row{flex-direction:column}.field-row{grid-template-columns:1fr}.pay-grid{grid-template-columns:1fr 1fr}.upload-tile{min-height:120px;height:auto;aspect-ratio:16/10}.footer{margin:24px 0 8px;padding:12px 0 8px;gap:12px;flex-direction:column;align-items:flex-start;color:#6d7684;font-size:12px}.footer .links{gap:10px 16px}.footer-cluster{gap:16px}.footer-copy{white-space:normal}.legal{max-width:none}.legal h2{font-size:15px}.faq summary{min-height:44px;display:flex;align-items:center}}@media(max-width:1023px) and (min-width:700px){.m-home,.page{max-width:none;padding-left:24px;padding-right:24px}.m-story-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.m-story-card{aspect-ratio:.7}.m-story-copy h2{font-size:17px}.m-story-copy p{font-size:13px}.plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.field-row{grid-template-columns:1fr 1fr}.pay-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.page .ghost-btn,.page .primary-btn{width:auto;min-width:160px}.btn-row{flex-direction:row}.reverie-chat .chat-window{max-width:none}}@media(max-width:1023px) and (max-height:500px){.reverie-chat .chat-head{min-height:44px}.reverie-chat .messages{padding:8px 16px 44px}.reverie-chat .story-cast article>:is(img,.cast-avatar-tile){width:36px;height:46px;flex-basis:36px}.reverie-chat .composer{margin:6px 12px calc(6px + env(safe-area-inset-bottom,0px))}.m-nav.mobile-nav{height:calc(44px + env(safe-area-inset-bottom,0px))}}:root{--reverie-accent-ink:#211934;--purple:var(--reverie-accent)}.reverie-chat .user-bubble{background:var(--reverie-message-bg);color:inherit}.reverie-chat .user-bubble .chat-rich p{color:inherit}.reverie-chat .speak-name.user{color:var(--reverie-speaker-name)}.reverie-chat .send{background:var(--reverie-accent);border-color:var(--reverie-accent);color:var(--reverie-accent-ink)}.language-options button[aria-checked=true],.m-language-menu button[aria-checked=true]{background:var(--reverie-accent-soft);color:var(--reverie-accent)}@media(max-width:1023px){.reverie-chat .chat-head{min-height:calc(44px + env(safe-area-inset-top,0px))}.reverie-chat .chat-title{font-size:16px}.reverie-chat .back-in-head,.reverie-chat .chat-actions .iconbtn{height:40px}.reverie-chat .back-in-head svg{width:24px;height:24px}.reverie-chat .chat-actions .iconbtn svg{width:22px;height:22px}.reverie-chat .narrator-row{padding-left:0;padding-right:0}.reverie-chat .narrator-bubble{gap:17px}.reverie-chat .narrator-icon{width:26px;height:26px;flex:0 0 26px;margin-top:0}}.reverie-empty button{background:var(--reverie-accent-soft);color:var(--reverie-accent);border-color:var(--reverie-accent)}@media(min-width:1024px){.reverie-chat{--reverie-message-bg:#222224;--reverie-speaker-name:#cacbd4}}@media(max-width:1023px){.reverie-chat{--reverie-message-bg:#222326;--reverie-speaker-name:#b8b8c0}}.ugc-shell{--ugc-line:rgba(255,255,255,0.1);--ugc-muted:#a49fa9;--ugc-accent:#d7b9f2;max-width:1380px;margin:0 auto;padding:30px 40px 100px;color:var(--text-primary);font-size:14px;line-height:1.6}.ugc-shell *{box-sizing:border-box}.ugc-shell h1,.ugc-shell h2,.ugc-shell h3,.ugc-shell p{margin-top:0}.ugc-shell h1{font-size:34px;letter-spacing:-1px;line-height:1.3;margin-bottom:12px;font-weight:600}.ugc-shell h2{font-size:22px;line-height:1.4}.ugc-shell h3{font-size:16px}.ugc-shell a.ugc-primary,.ugc-shell button,.ugc-shell input,.ugc-shell select,.ugc-shell textarea{font:inherit}.ugc-shell a.ugc-primary,.ugc-shell button{border:1px solid var(--ugc-line);background:var(--bg-panel);color:var(--text-primary);padding:9px 15px;border-radius:9px;cursor:pointer;transition:background .16s}.ugc-shell button:hover:not(:disabled){background:var(--bg-panel)}.ugc-shell button:disabled{opacity:.4;cursor:not-allowed}.ugc-shell a{color:inherit;text-decoration:none}.ugc-shell a:hover{text-decoration:underline}.ugc-shell .ugc-primary{background:var(--ugc-accent);color:#201828;border-color:var(--ugc-accent);font-weight:600;display:inline-flex;align-items:center;justify-content:center}.ugc-shell .ugc-primary:hover:not(:disabled){background:#e4cef8}.ugc-shell input:not([type=checkbox]):not([type=radio]),.ugc-shell select,.ugc-shell textarea{background:var(--bg-input);border:1px solid var(--border-default);color:inherit;border-radius:8px;padding:11px 12px;min-width:0}.ugc-shell input:focus,.ugc-shell select:focus,.ugc-shell textarea:focus{outline:2px solid #9c7cb9;outline-offset:2px}.ugc-shell textarea{resize:vertical;min-height:110px}.ugc-shell input[type=checkbox]{accent-color:#d0b1ec;width:16px;height:16px}.ugc-shell :focus-visible{outline:2px solid #d3b4ef;outline-offset:3px}.ugc-nav{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:42px;border-bottom:1px solid var(--ugc-line);padding-bottom:18px}.ugc-nav>div{display:flex;gap:26px}.ugc-nav a,.ugc-nav a[aria-current]{color:var(--text-secondary)}.ugc-header{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:26px}.ugc-header p{color:var(--ugc-muted);margin-bottom:0}.ugc-eyebrow{font-size:10px;letter-spacing:3px;color:var(--text-secondary);display:block;margin-bottom:12px}.ugc-header-actions{display:flex;gap:16px;align-items:center;white-space:nowrap}.ugc-header-actions>span{color:var(--ugc-muted);font-size:12px}.ugc-statuses{display:inline-flex;gap:6px;flex-wrap:wrap}.ugc-badge{display:inline-block;border:1px solid #4f4459;color:var(--text-secondary);background:var(--bg-panel);border-radius:5px;padding:3px 8px;font-size:11px;white-space:nowrap}.ugc-badge.approved,.ugc-badge.published{background:#203c33;color:#a6dac0;border-color:#3c6051}.ugc-badge.deleted,.ugc-badge.pending,.ugc-badge.rejected{background:var(--bg-panel);color:var(--text-secondary);border-color:var(--border-default)}.ugc-steps{display:flex;border:1px solid var(--ugc-line);border-radius:12px;background:var(--bg-panel);margin:25px 0 30px;padding:6px;gap:6px}.ugc-shell .ugc-steps button{flex:1 1;background:transparent;border:0;color:var(--text-secondary);text-align:left;padding:12px 16px}.ugc-steps button>span{display:inline-flex;border:1px solid var(--border-default);border-radius:50%;width:25px;height:25px;align-items:center;justify-content:center;margin-right:10px;font-size:12px}.ugc-shell .ugc-steps button[aria-current]{background:var(--bg-panel);color:var(--text-primary)}.ugc-steps button[aria-current]>span{background:#c3a8db;color:#292130;border-color:#c3a8db}.ugc-editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:32px;gap:32px;align-items:start}.ugc-editor-layout.previewing{display:block;max-width:850px;margin:0 auto}.ugc-panel{padding:26px;border:1px solid var(--ugc-line);border-radius:13px;background:var(--bg-panel);margin-bottom:22px}.ugc-muted{color:var(--ugc-muted);font-size:13px}.ugc-field{display:block;margin:22px 0}.ugc-field>span{display:flex;align-items:baseline;gap:8px;margin-bottom:8px;font-size:13px;font-weight:500}.ugc-field>span>small{margin-left:auto;font-size:11px}.ugc-field em,.ugc-field>span>small{font-weight:400;color:var(--text-secondary)}.ugc-field em{font-size:10px;font-style:normal}.ugc-field>input,.ugc-field>textarea{display:block;width:100%}.ugc-field>small{display:block;color:var(--ugc-muted);margin-top:7px;font-size:11px}.ugc-field.invalid input,.ugc-field.invalid textarea{border-color:#c092e9}.ugc-field.validation-flash input,.ugc-field.validation-flash select,.ugc-field.validation-flash textarea{border-color:#e45f6f;box-shadow:0 0 0 1px #e45f6f}.ugc-image-validation{width:-moz-fit-content;width:fit-content;max-width:100%;padding:3px;border:1px solid transparent;border-radius:14px;transition:border-color .18s ease,box-shadow .18s ease}.ugc-image-validation.validation-flash{border-color:#e45f6f;box-shadow:0 0 0 1px #e45f6f}.ugc-field-error{display:block;color:var(--text-secondary);font-size:12px;margin-top:6px}.ugc-notice{padding:14px 18px;background:var(--bg-panel);border:1px solid #554860;color:var(--text-secondary);border-radius:10px;margin:18px 0}.ugc-notice a,.ugc-notice button{margin-left:12px}.ugc-error{padding:12px 16px;border-radius:8px;background:var(--bg-panel);color:var(--text-secondary);border:1px solid #5d4275;margin:16px 0;overflow-wrap:anywhere}.ugc-success{color:#afdec6}.ugc-loading{text-align:center;color:var(--ugc-muted);padding:65px 15px}.reverie-feed-loading{min-height:min(48vh,420px);display:grid;place-items:center;margin:0;padding:0;font-size:15px;color:var(--text-secondary)}.m-story-grid,.reverie-grid{animation:reverie-feed-in .18s ease-out}@keyframes reverie-feed-in{0%{opacity:.35}to{opacity:1}}.ugc-preserve{white-space:pre-wrap;overflow-wrap:anywhere}.ugc-editor-aside{position:-webkit-sticky;position:sticky;top:95px}.ugc-preview{border:1px solid var(--ugc-line);border-radius:12px}.ugc-cover-preview,.ugc-preview{background:var(--bg-panel);overflow:hidden}.ugc-cover-preview{aspect-ratio:3/2;position:relative}.ugc-cover-preview>img{width:100%;height:100%;object-fit:cover;cursor:zoom-in}.ugc-cover-preview>div:last-child{position:absolute;bottom:0;left:0;right:0;padding:50px 24px 20px;background:linear-gradient(transparent,rgba(15,10,16,.92))}.ugc-cover-preview>div:last-child>span{font-size:10px;letter-spacing:1px;color:var(--text-secondary)}.ugc-cover-preview h2{font-size:26px;margin:7px 0 0}.ugc-preview.compact .ugc-cover-preview{aspect-ratio:3/4}.ugc-preview.compact h2{font-size:22px}.ugc-preview-body{padding:24px}.ugc-preview.compact .ugc-preview-body{max-height:450px;overflow:auto}.ugc-preview-body>p{color:var(--text-secondary);font-size:13px}.ugc-preview-body h3{margin-top:23px}.ugc-cast-preview{display:flex;gap:12px;align-items:flex-start;margin:15px 0}.ugc-avatar-placeholder,.ugc-cast-preview img{width:42px;height:42px;border-radius:50%;object-fit:cover;flex-shrink:0;cursor:zoom-in}.ugc-avatar-placeholder{background:var(--bg-panel);display:grid;place-items:center;color:var(--text-secondary)}.ugc-cast-preview p{font-size:12px;color:var(--text-secondary);margin:6px 0 0}.ugc-opening-preview{padding:12px 14px;border-left:2px solid var(--border-default);background:var(--bg-panel);margin:12px 0;border-radius:0 8px 8px 0}.ugc-opening-preview>span{font-size:11px;color:var(--text-secondary)}.ugc-opening-preview p{font-size:13px;color:var(--text-secondary);margin:7px 0 0}.ugc-image-placeholder{min-height:180px;display:grid;place-items:center;color:var(--text-secondary);background:radial-gradient(ellipse at 65% 25%,#463556,#27202e 70%);font-size:12px}.ugc-image-field{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:15px}.ugc-image-actions{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.ugc-image-actions>small{max-width:260px;color:var(--ugc-muted);font-size:11px}.ugc-shell .ugc-selected-image{padding:0;position:relative;overflow:hidden}.ugc-selected-image img{width:120px;height:120px;object-fit:cover;display:block}.ugc-selected-image.cover img{height:175px}.ugc-selected-image span{position:absolute;bottom:0;left:0;right:0;font-size:10px;padding:6px;background:#141018cc}.ugc-candidates{width:100%;display:flex;gap:10px;overflow:auto}.ugc-candidates>div{width:80px;flex-shrink:0}.ugc-candidates img{width:78px;height:78px;object-fit:cover;display:block}.ugc-shell .ugc-candidates button{padding:0;overflow:hidden;display:block;width:100%;font-size:10px;margin-bottom:5px}.ugc-section-heading{display:flex;gap:15px;justify-content:space-between;align-items:center;margin-bottom:14px}.ugc-section-heading h2,.ugc-section-heading h3{margin:0}.ugc-section-heading p{margin:6px 0 0}.ugc-button-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.ugc-button-row>a{padding:8px 10px;border:1px solid var(--ugc-line);border-radius:8px;font-size:12px}.ugc-opening-editor{padding:18px;background:var(--bg-panel);border:1px solid var(--ugc-line);border-radius:10px;margin:20px 0}.ugc-editor-footer{display:flex;justify-content:space-between;gap:20px;margin-top:25px}.ugc-shell .ugc-text-button{background:transparent;padding:0;border:0;color:var(--text-secondary);font-size:12px;text-decoration:underline}.ugc-shell .ugc-danger{color:var(--text-secondary);border-color:var(--border-default);background:var(--bg-panel)}.ugc-work-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.ugc-work-card{background:var(--bg-panel);border:1px solid var(--ugc-line);border-radius:12px;overflow:hidden;display:grid;grid-template-columns:130px 1fr}.ugc-work-card>img{width:130px;height:100%;min-height:210px;object-fit:cover}.ugc-work-card>div:last-child{padding:22px}.ugc-work-card h2{font-size:20px;margin:10px 0}.ugc-review-feedback{font-size:12px;color:var(--text-secondary)}.ugc-empty{text-align:center;padding:70px 25px;color:var(--ugc-muted)}.ugc-empty>span{font-size:38px;color:var(--text-secondary)}.ugc-empty h2{color:var(--text-primary);margin:20px 0 12px}.ugc-empty p{margin-bottom:24px}.ugc-empty h3{color:var(--text-primary);margin:0 0 12px}.ugc-empty button{padding:10px 24px;border:1px solid #695879;border-radius:9px;color:var(--text-secondary);background:var(--bg-panel);cursor:pointer}.ugc-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:25px}.ugc-stat-grid>div{background:var(--bg-panel);border:1px solid var(--ugc-line);padding:18px 20px;border-radius:12px}.ugc-stat-grid span{font-size:11px;color:var(--text-secondary);display:block}.ugc-stat-grid strong{display:block;font-size:28px;margin-top:5px}.ugc-stat-grid .ugc-stat-time{font-size:12px;font-weight:500;margin-top:12px}.ugc-admin{max-width:1540px}.ugc-filters{display:flex;flex-wrap:wrap;gap:10px}.ugc-filters>input:first-child{min-width:220px;flex:1 1}.ugc-filters>input,.ugc-filters>select{font-size:12px!important;padding:8px 10px!important}.ugc-shell .ugc-list-panel{padding:20px}.ugc-batch-bar{display:flex;gap:15px;align-items:center;justify-content:space-between;padding:20px 0}.ugc-batch-bar>span{font-size:12px;color:var(--text-secondary);white-space:nowrap}.ugc-batch-bar button{font-size:11px;padding:6px 10px}.ugc-table-scroll{overflow:auto}.ugc-admin table{width:100%;border-collapse:collapse;text-align:left;font-size:12px;min-width:850px}.ugc-admin th{font-weight:400;font-size:11px;color:var(--text-secondary);padding:12px 10px;background:var(--bg-panel)}.ugc-admin td,.ugc-admin th{border-bottom:1px solid var(--ugc-line)}.ugc-admin td{padding:17px 10px;vertical-align:middle}.ugc-table-work{display:flex;gap:12px;align-items:center}.ugc-shell .ugc-thumbnail{padding:0;border:0;border-radius:6px;overflow:hidden;flex-shrink:0}.ugc-thumbnail img{width:45px;height:64px;object-fit:cover;display:block}.ugc-shell .ugc-title-button{padding:0;border:0;background:none;font-weight:500;text-align:left}.ugc-table-work p{color:var(--text-secondary);margin:3px 0;font-size:11px;max-width:240px}.ugc-admin td>small,.ugc-table-work small{font-size:10px;color:var(--text-secondary)}.ugc-block{display:block}.ugc-pagination{display:flex;justify-content:space-between;align-items:center;padding-top:20px;font-size:12px;color:var(--text-secondary)}.ugc-pagination button{margin-left:8px;font-size:12px}.ugc-shell .ugc-number{width:65px;padding:8px}.ugc-confirm-overlay,.ugc-drawer-overlay{position:fixed;inset:0;background:#09060db3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;display:flex;justify-content:flex-end}.ugc-drawer{width:min(790px,95vw);background:var(--bg-panel);display:flex;flex-direction:column;max-height:100dvh;border-left:1px solid #453850}.ugc-drawer-header{display:flex;justify-content:space-between;align-items:flex-start;padding:25px;border-bottom:1px solid var(--ugc-line);gap:15px}.ugc-drawer-header h2{margin-bottom:9px}.ugc-drawer-body{padding:25px;overflow:auto;flex:1 1}.ugc-drawer-body>.ugc-button-row,.ugc-drawer-body>.ugc-preview{margin-bottom:25px}.ugc-drawer-footer{padding:17px 25px;display:flex;gap:10px;flex-wrap:wrap;border-top:1px solid var(--ugc-line);background:var(--bg-panel)}.ugc-drawer .ugc-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ugc-log{padding:15px 0;border-bottom:1px solid var(--ugc-line)}.ugc-log time{float:right;font-size:10px;color:var(--text-secondary)}.ugc-log p{font-size:12px;margin:7px 0}.ugc-log small{font-size:9px;color:var(--text-secondary);overflow-wrap:anywhere}.ugc-shell details{margin-top:14px}.ugc-shell summary{cursor:pointer;color:var(--text-secondary);font-size:12px}.ugc-shell pre{font-size:11px;overflow:auto;background:var(--bg-panel);padding:12px;border-radius:8px;max-height:350px}.ugc-confirm-overlay{z-index:1100;align-items:center;justify-content:center}.ugc-confirm{max-width:540px;width:90vw;padding:30px;background:var(--bg-panel);border:1px solid #584866;border-radius:15px;box-shadow:0 25px 100px #0008}.ugc-lightbox{position:fixed;inset:0;width:100vw;max-width:none;height:100dvh;max-height:none;background:#100c15f5;color:#eee;border:0;padding:0;overflow:hidden}.ugc-lightbox::-webkit-backdrop{background:#050208e6}.ugc-lightbox::backdrop{background:#050208e6}.ugc-lightbox-toolbar{height:80px;padding:20px;display:flex;justify-content:space-between;align-items:center;gap:20px;background:var(--bg-panel)}.ugc-lightbox-toolbar>div{display:flex;align-items:center;gap:10px}.ugc-lightbox-stage{height:calc(100% - 145px);display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:none;cursor:-webkit-grab;cursor:grab}.ugc-lightbox-stage img{object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0}.ugc-lightbox-bottom{height:65px;display:flex;align-items:center;justify-content:center;gap:20px}.ugc-explore-heading{display:flex;justify-content:space-between;align-items:center;gap:12px 18px;flex-wrap:wrap;margin:12px 0 15px}.ugc-explore-title{display:flex;align-items:center;gap:12px;min-width:0;flex:1 1 280px}.ugc-explore-heading h2{font-size:18px;color:var(--text-primary);margin:0;flex:0 0 auto;white-space:nowrap}.ugc-explore-heading span{font-size:11px;color:var(--text-secondary);flex:0 0 auto;margin-left:auto}.ugc-home-search{display:flex;align-items:center;gap:8px;min-width:0;flex:1 1 180px;max-width:340px;height:36px;padding:0 12px;border:1px solid #5e4d6d;border-radius:999px;background:var(--bg-panel);color:var(--text-primary)}.ugc-home-search svg{flex:0 0 auto;color:var(--text-secondary)}.ugc-home-search input{flex:1 1;min-width:0;height:100%;border:0;outline:0;background:none;color:var(--text-primary);font:inherit;font-size:13px}.ugc-home-search input::placeholder{color:var(--text-secondary)}.ugc-home-search-clear{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:0;border-radius:50%;color:var(--text-secondary);cursor:pointer}.ugc-home-search-clear,.ugc-home-search-clear:hover{background:var(--bg-panel)}.ugc-home-more{text-align:center;margin:25px auto}.ugc-home-more button{padding:10px 24px;border:1px solid #695879;border-radius:9px;color:var(--text-secondary);cursor:pointer}.ugc-home-more button,.ugc-home-more button:hover:not(:disabled){background:var(--bg-panel)}.ugc-home-more button:disabled{opacity:.55;cursor:wait}.ugc-readonly{border:1px solid #6d5880;border-radius:8px;padding:12px 16px;color:var(--text-secondary);background:var(--bg-panel);margin:10px}.ugc-account-links{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.ugc-account-links a{border:1px solid #534461;border-radius:8px;padding:10px 16px;color:var(--text-secondary)}.header-tools{display:flex;align-items:center;gap:14px;flex:0 0 auto;margin-left:auto}.account-switch{font-size:12px;cursor:pointer;white-space:nowrap}.account-switch,.header-signin{border:1px solid #5c4c6a;background:var(--bg-panel);color:var(--text-secondary);border-radius:8px;padding:8px 12px}.header-session-error{border:1px solid #a33b4a;background:rgba(163,59,74,.14);color:#f0b7bf;border-radius:8px;padding:8px 12px;font-size:12px;white-space:nowrap;cursor:help}.account-switch.is-admin{border-color:#9056c4;color:var(--text-secondary);background:var(--bg-panel)}.account-switch.is-compact{font-size:11px;padding:6px 10px}.account-switch:disabled{opacity:.6;cursor:wait}.m-me .account-switch{margin:4px 0 16px}.ugc-forbidden{max-width:560px}.ugc-forbidden h1{margin:12px 0 10px}.ugc-forbidden a{color:var(--text-secondary);border-bottom:1px solid #5c4c6a}.ugc-ops{list-style:none;margin:0 0 28px;padding:0;display:grid;grid-gap:10px;gap:10px}.ugc-ops li{border:1px solid var(--ugc-line,#40354a);border-radius:10px;padding:10px 14px;background:rgba(0,0,0,.18)}.ugc-ops strong{margin-right:12px}.ugc-ops span{color:var(--ugc-muted,#b1a9b8);font-size:12px}.ugc-ops p{margin:6px 0 0;color:var(--text-secondary)}@media (max-width:1000px){.ugc-shell{padding:24px 24px 95px}.ugc-editor-layout{grid-template-columns:minmax(0,1fr) 260px;gap:20px}.ugc-work-grid{grid-template-columns:1fr}.ugc-header h1{font-size:28px}.ugc-batch-bar{align-items:flex-start;flex-direction:column}.ugc-stat-grid strong{font-size:24px}}@media (max-width:720px){.ugc-shell{padding:20px 16px 110px}.ugc-nav{margin-bottom:25px;font-size:11px;gap:10px}.ugc-nav>div{gap:13px}.ugc-header{align-items:flex-start;flex-direction:column}.ugc-header h1{font-size:27px}.ugc-header-actions{width:100%;justify-content:space-between}.ugc-editor-layout{display:block}.ugc-editor-aside{display:none}.ugc-steps{gap:2px}.ugc-shell .ugc-steps button{padding:9px 4px;text-align:center;font-size:11px}.ugc-steps button>span{display:flex;margin:0 auto 5px;width:23px;height:23px}.ugc-panel{padding:19px}.ugc-section-heading{align-items:flex-start;flex-wrap:wrap}.ugc-work-card{grid-template-columns:90px 1fr}.ugc-work-card>img{width:90px;min-height:210px}.ugc-work-card>div:last-child{padding:17px}.ugc-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ugc-filters>input:first-child{width:100%;flex-basis:100%}.ugc-drawer{width:100vw}.ugc-drawer-body{padding:15px}.ugc-lightbox-toolbar{height:auto;min-height:110px;flex-wrap:wrap;padding:12px}.ugc-lightbox-toolbar strong{font-size:12px}.ugc-lightbox-toolbar>div{gap:6px;flex-wrap:wrap}.ugc-lightbox-toolbar button{font-size:11px;padding:6px 9px}.ugc-lightbox-stage{height:calc(100% - 180px)}.ugc-cover-preview h2{font-size:23px}.ugc-drawer-header{padding:18px}.ugc-drawer-header h2{font-size:20px}.ugc-batch-bar>.ugc-button-row{gap:6px}}.ugc-header-links{margin-left:auto;display:flex;align-items:center;gap:25px;margin-right:20px;font-size:13px;color:var(--text-secondary)}.ugc-header-links a:first-child{border:1px solid #5c4c6a;padding:8px 14px;border-radius:8px;background:var(--bg-panel);color:var(--text-secondary)}.ugc-home-create{display:flex;justify-content:space-between;align-items:center;margin:5px 0 22px;font-size:12px;color:var(--text-secondary)}.ugc-home-create a:first-child{padding:9px 14px;background:var(--bg-panel);border:1px solid #645076;border-radius:8px}@media (max-width:1000px){.ugc-header-links{gap:14px;margin-right:20px;font-size:12px}}@media (max-width:720px){.ugc-header-links{display:none}}.ugc-shell.ugc-create input:focus,.ugc-shell.ugc-create input:focus-visible,.ugc-shell.ugc-create select:focus,.ugc-shell.ugc-create select:focus-visible,.ugc-shell.ugc-create textarea:focus,.ugc-shell.ugc-create textarea:focus-visible{outline:none;box-shadow:none;border-color:#9e929f}.ugc-create .ugc-steps{grid-template-columns:repeat(3,minmax(0,1fr))}.ugc-create .ugc-section-heading:has(>button:only-child){justify-content:flex-end}.ugc-image-picker{margin-top:24px}.ugc-image-label{display:block;font-weight:600;margin-bottom:12px}.ugc-upload-root{position:relative;width:-moz-fit-content;width:fit-content;max-width:100%}.ugc-create .ugc-upload-tile{width:190px;height:214px;border:1px dashed #786b79;background:var(--bg-panel);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;box-sizing:border-box;overflow:visible}.ugc-upload-selected{position:relative;width:170px}.ugc-upload-selected>img{width:170px;height:214px;border-radius:12px;object-fit:cover}.ugc-create .ugc-remove-image{position:absolute;right:8px;top:8px;padding:6px;background:#161018dd;border-radius:50%;display:grid;place-items:center}.ugc-create .ugc-image-replace{box-sizing:border-box;width:100%;min-width:0;margin-top:8px;padding-inline:8px;white-space:nowrap}.ugc-upload-menu{position:absolute;z-index:20;top:70px;left:calc(100% + 12px);width:170px;padding:8px;border:1px solid #625464;border-radius:14px;background:var(--bg-panel);box-shadow:0 12px 32px #0005}.ugc-create .ugc-upload-menu button{border:none;background:transparent;width:100%;display:flex;align-items:center;gap:16px;text-align:left;padding:14px}.ugc-generation-dialog{width:min(1240px,calc(100vw - 48px));max-width:none;max-height:calc(100dvh - 48px);margin:auto;padding:0;border:1px solid #524354;border-radius:20px;background:var(--bg-panel);color:var(--text-primary);overflow:auto}.ugc-generation-dialog::-webkit-backdrop{background:#09060cbb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.ugc-generation-dialog::backdrop{background:#09060cbb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.ugc-generation-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border-default)}.ugc-generation-header h2{margin:0;font-size:22px}.ugc-generation-header button{display:grid;place-items:center;padding:7px}.ugc-generation-grid{display:grid;grid-template-columns:minmax(170px,.75fr) minmax(280px,1.5fr) minmax(220px,1fr);grid-gap:24px;gap:24px;padding:24px}.ugc-generation-grid>section{min-width:0}.ugc-generation-grid h3{font-size:15px;margin:0 0 14px}.ugc-generation-grid h3 small{color:var(--text-secondary);font-size:12px;font-weight:400}.ugc-face-reference{padding:18px;border:1px dashed #57485e;border-radius:14px}.ugc-create .ugc-reference-upload{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:18px;width:100%;min-height:240px;border:1px dashed #65556c;background:transparent;padding:20px 10px;color:var(--text-secondary)}.ugc-reference-upload small{font-size:11px}.ugc-reference-selected img{width:100%;border-radius:10px;max-height:280px;object-fit:contain}.ugc-reference-selected button{width:100%;margin-top:12px}.ugc-generation-controls{display:flex;flex-direction:column;gap:24px;height:100%}.ugc-generation-controls .ugc-field{margin:0}.ugc-generation-controls textarea{width:100%;margin-top:12px;box-sizing:border-box}.ugc-default-model{display:flex;align-items:center;gap:10px;padding:16px;background:var(--bg-panel);border:1px solid #74535f;border-radius:12px}.ugc-default-model span{margin-left:auto}.ugc-style-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:9px;gap:9px}.ugc-create .ugc-style-options button{padding:5px;background:var(--bg-panel);border:1px solid transparent;border-radius:10px;font-size:12px}.ugc-create .ugc-style-options button[aria-pressed=true]{border-color:#deab76;color:#f6cf9b;background:#41302e}.ugc-style-swatch{display:grid;place-items:center;height:54px;margin-bottom:5px;border-radius:7px;background:var(--bg-panel);color:var(--text-secondary)}.ugc-style-anime .ugc-style-swatch{background:var(--bg-panel);color:var(--text-primary)}.ugc-style-western .ugc-style-swatch{background:#403229;color:#ebc9a8}.ugc-style-realistic .ugc-style-swatch{background:#2c3734;color:#c1d8cf}.ugc-style-cinematic .ugc-style-swatch,.ugc-style-sci-fi .ugc-style-swatch{background:var(--bg-panel);color:var(--text-secondary)}.ugc-style-painting .ugc-style-swatch{background:var(--bg-panel);color:var(--text-primary)}.ugc-generate-button{width:min(100%,280px);min-height:46px;align-self:center}.ugc-generation-preview{display:flex;flex-direction:column;gap:16px;border-left:1px solid var(--border-default);padding-left:24px}.ugc-generation-preview h3{text-align:center;margin:0}.ugc-generated-image{display:flex;flex:1 1;min-height:340px;flex-direction:column;gap:16px;align-items:center;justify-content:center;border:1px solid #46394c;border-radius:14px;background:var(--bg-panel);overflow:hidden;color:var(--text-secondary);font-size:13px;text-align:center}.ugc-generated-image img{display:block;width:100%;max-height:520px}.ugc-generation-preview>button,.ugc-use-image-button{min-height:46px;width:min(100%,280px);align-self:center}@media (max-width:1000px){.ugc-generation-grid{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr)}.ugc-face-reference{grid-column:1/-1}.ugc-create .ugc-reference-upload{min-height:120px}.ugc-reference-selected img{max-height:150px}}@media (max-width:600px){.ugc-create .ugc-header{align-items:flex-start;gap:16px}.ugc-create .ugc-header h1{font-size:28px}.ugc-create .ugc-steps{gap:6px}.ugc-create .ugc-steps button{padding:12px 5px;font-size:12px}.ugc-upload-menu{top:95px;left:80px;width:156px}.ugc-generation-dialog{width:100%;max-height:100dvh;height:100dvh;border-radius:0;border:none}.ugc-generation-header{padding:16px;position:-webkit-sticky;position:sticky;top:0;z-index:2;background:var(--bg-panel)}.ugc-generation-grid{display:flex;flex-direction:column;padding:16px 16px max(24px,env(safe-area-inset-bottom));gap:24px}.ugc-face-reference{padding:14px}.ugc-generation-preview{border-left:none;border-top:1px solid var(--border-default);padding:20px 0 0}.ugc-generated-image{min-height:280px}.ugc-generation-controls textarea{font-size:16px}.ugc-generation-grid button{min-height:44px}}.ugc-shell.ugc-create .ugc-image-replace,.ugc-shell.ugc-create .ugc-upload-menu button,.ugc-shell.ugc-create .ugc-upload-tile{font-style:normal;letter-spacing:normal;line-height:1.45;white-space:normal;overflow:visible;text-overflow:clip;padding-inline:12px}.ugc-shell.ugc-create .ugc-image-replace,.ugc-shell.ugc-create .ugc-upload-menu button{white-space:nowrap;padding-inline:20px}.ugc-shell.ugc-create .ugc-image-replace{min-width:0;padding-inline:8px}.ugc-shell.ugc-create .ugc-upload-tile>span{display:block;width:auto;max-width:100%;box-sizing:border-box;text-align:center;padding-inline:5px;line-height:1.6;overflow:visible;word-break:keep-all}.ugc-visibility-field{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:26px;padding-top:22px;border-top:1px solid var(--ugc-line)}.ugc-visibility-field p{margin:6px 0 0;font-size:12px}.ugc-shell .ugc-visibility-field button{display:flex;align-items:center;gap:10px;white-space:nowrap;background:transparent;border:none;padding:10px 0 10px 10px}.ugc-switch-track{display:block;width:40px;height:24px;border-radius:20px;padding:3px;background:#5a5261}.ugc-switch-track>span{display:block;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .15s}[aria-checked=true] .ugc-switch-track{background:#a987df}[aria-checked=true] .ugc-switch-track>span{transform:translateX(16px)}.ugc-submission-success{padding:22px;border:1px solid #56745f;background:#22332a;border-radius:14px;margin-bottom:24px}.ugc-submission-success h2{font-size:20px;margin-bottom:8px}.ugc-submission-success a{display:inline-block;margin-top:10px;text-decoration:underline}@media (max-width:1023px){.m-header{justify-content:space-between}.m-search-trigger{display:grid;place-items:center;width:44px;height:44px;color:#eee}.m-me .ugc-account-links{display:flex;flex-direction:column;margin:0;gap:0}.m-me .ugc-account-links a{display:flex;align-items:center;gap:10px;min-height:62px;padding:14px 0;border:0;border-bottom:1px solid #28282d;border-radius:0;background:none;font-size:16px;color:#eee}.m-me .ugc-account-links a:after{content:"›";margin-left:auto;color:#999;font-size:24px}.m-me .m-settings-language{min-height:62px;padding:14px 0;border-radius:0;background:none;border-bottom:1px solid #28282d}.m-me .m-settings-label{color:#eee}.m-me .account-switch{margin:0;width:100%;min-height:62px;padding:14px 0;border:0;border-bottom:1px solid #28282d;border-radius:0;background:none;color:#eee;font-size:16px;justify-content:flex-start;gap:10px;display:flex;align-items:center}.m-my-works-back{display:grid;place-items:center;width:44px;height:44px;margin:8px 0 0;color:#eee;text-decoration:none}.m-search{padding:0 16px 32px;min-height:100dvh;background:#101113;color:#eee}.m-search-header{display:flex;align-items:center;gap:10px;padding:12px 0 24px}.m-search-header>a{display:grid;place-items:center;min-width:32px;height:44px;color:inherit}.m-search-header form{display:flex;flex:1 1;min-width:0;background:#191a1e;border:1px solid #3b3c43;border-radius:12px}.m-search-header input{width:100%;min-width:0;height:44px;background:transparent;border:0;padding:10px 12px;color:#eee;font-size:16px}.m-search-header input:focus,.m-search-header input:focus-visible{outline:none!important;box-shadow:none!important;border:0!important}.m-search button{color:inherit;border:0;background:none;cursor:pointer}.m-search-header form button{padding:0 12px;display:grid;place-items:center}.m-search section{margin-bottom:32px}.m-search h1,.m-search h2{font-size:18px;margin:0 0 16px;font-weight:600}.m-search-heading{display:flex;justify-content:space-between;align-items:baseline}.m-search-empty,.m-search-heading>button{color:var(--text-secondary);font-size:14px}.m-search-tags{display:flex;gap:10px;flex-wrap:wrap}.m-search-tags>button,.m-search-tags>span{background:#333338;border-radius:24px;min-height:38px;padding:8px 15px;font-size:15px}.m-search-tags>span.recent{display:flex;align-items:center;gap:6px;background:none;border:1px solid #424249;padding:0 8px}.m-search-tags .recent button{min-height:38px;padding:6px}.ugc-editor.ugc-shell{padding:0 16px calc(100px + env(safe-area-inset-bottom));max-width:760px;--ugc-accent:var(--reverie-accent);--ugc-muted:#999ba6}.ugc-editor .ugc-editor-aside,.ugc-editor .ugc-nav,.ugc-editor .ugc-steps{display:none}.ugc-editor .ugc-header{position:relative;display:block;min-height:84px;margin:0;padding:16px 80px 28px}.ugc-editor .ugc-header h1{text-align:center;letter-spacing:0;font-size:19px;white-space:nowrap;margin:0;line-height:28px}.ugc-editor .ugc-header .ugc-eyebrow,.ugc-editor .ugc-header p{display:none}.ugc-editor .m-editor-back{position:absolute;left:0;top:6px;font-size:34px;line-height:44px;width:44px;text-align:center}.ugc-editor .ugc-header-actions{position:static}.ugc-editor .ugc-header-actions button{position:absolute;right:0;top:9px;padding:10px 0;background:none;border:0;color:var(--reverie-accent);font-size:13px}.ugc-editor .ugc-header-actions>span{position:absolute;left:0;right:0;top:52px;text-align:center;font-size:11px}.ugc-editor .m-editor-step{font-size:20px;margin:22px 0 18px}.ugc-editor .ugc-editor-layout{display:block}.ugc-editor .ugc-panel{padding:16px;border-radius:12px;background:#17181c;margin-bottom:16px;min-width:0}.ugc-editor .ugc-panel h2,.ugc-editor .ugc-section-heading h2{font-size:17px}.ugc-editor .ugc-section-heading{flex-wrap:wrap;gap:12px;align-items:center}.ugc-editor .ugc-field>span{flex-wrap:wrap;gap:4px}.ugc-editor input:not([type=checkbox]),.ugc-editor select,.ugc-editor textarea{max-width:100%;font-size:16px;background:#101114;border-color:#36373f}.ugc-editor textarea{min-height:120px}.ugc-editor .ugc-button-row{flex-wrap:wrap;gap:6px}.ugc-editor .ugc-button-row button{padding:7px 10px;min-height:38px;background:var(--bg-panel)}.ugc-editor .ugc-image-field{flex-wrap:wrap}.ugc-editor .ugc-image-actions{min-width:0;flex:1 1}.ugc-editor .ugc-editor-footer{position:fixed;z-index:60;bottom:0;left:0;right:0;display:flex;gap:12px;margin:0;padding:12px max(16px,calc((100vw - 728px)/2)) calc(12px + env(safe-area-inset-bottom));background:#101113f5;border-top:1px solid #2b2b31;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ugc-editor .ugc-editor-footer button{flex:1 1;min-height:44px}.ugc-editor .m-add-character{width:100%;min-height:46px;margin-bottom:18px;border:1px dashed #52505c;background:transparent;color:var(--reverie-accent)}.ugc-editor .ugc-primary:hover:not(:disabled){background:var(--reverie-accent)}.ugc-shell .ugc-nav a[href="/admin"]{display:none}}.ugc-shell .ugc-image-picker:lang(zh-TW),.ugc-shell .ugc-image-picker:lang(zh-TW) button,.ugc-shell .ugc-image-picker:lang(zh-TW) input,.ugc-shell .ugc-image-picker:lang(zh-TW) textarea{font-family:PingFang TC,Microsoft JhengHei,Noto Sans CJK TC,sans-serif}.ugc-shell .ugc-image-picker button>span,.ugc-shell .ugc-image-picker h3{overflow:visible;text-overflow:unset;padding-right:2px}.ugc-ai-icon{flex-shrink:0;vertical-align:middle}.ugc-shell .ugc-style-options{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ugc-shell .ugc-style-swatch{height:auto;aspect-ratio:1;display:block;overflow:hidden;padding:0;background:var(--bg-panel)}.ugc-style-swatch img{width:100%;height:100%;display:block;object-fit:cover}.ugc-generation-progress{display:grid;grid-gap:8px;gap:8px}.ugc-generation-progress>div{display:flex;justify-content:space-between;color:var(--text-secondary);font-size:13px}.ugc-generation-progress progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:7px;border:none;border-radius:10px;background:var(--bg-panel);overflow:hidden}.ugc-generation-progress progress::-webkit-progress-bar{background:var(--bg-panel);border-radius:10px}.ugc-generation-progress progress::-webkit-progress-value{background:#c4a1ee;border-radius:10px;-webkit-transition:width .45s linear;transition:width .45s linear}.ugc-generation-progress progress::-moz-progress-bar{background:#c4a1ee;border-radius:10px}.ugc-generation-progress small{color:var(--text-secondary)}.ugc-row-actions{display:flex;flex-wrap:wrap;gap:7px;min-width:240px;max-width:340px}.ugc-shell .ugc-row-actions button{white-space:nowrap;padding:7px 10px;font-size:12px}.ugc-stat-grid>.ugc-stat-filter{text-align:left;display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:24px}.ugc-stat-filter[aria-pressed=true]{border-color:var(--accent,#b995f5);box-shadow:inset 0 0 0 1px var(--accent,#b995f5)}.ugc-stat-filter:hover{background:rgba(185,149,245,.16)}.ugc-required{color:var(--text-secondary)}.ugc-generation-dialog[open]{display:flex;flex-direction:column;height:min(900px,calc(100dvh - 32px));max-height:calc(100dvh - 32px);overflow:hidden}.ugc-generation-header{flex:0 0 auto}.ugc-generation-grid{flex:1 1;min-height:0;overflow:hidden}.ugc-face-reference,.ugc-generation-controls{overflow-y:auto;min-height:0}.ugc-generation-controls{overflow:hidden}.ugc-generation-controls-body{overflow-y:auto;min-height:0;flex:1 1;display:flex;flex-direction:column;gap:24px}.ugc-generation-controls .ugc-generate-button{flex:0 0 auto;margin-top:16px}.ugc-generation-preview{min-height:0;overflow:hidden}.ugc-generation-preview .ugc-generated-image{min-height:0}.ugc-generated-image img{height:100%;max-height:100%;min-height:0;object-fit:contain}.ugc-generation-preview .ugc-use-image-button{flex:0 0 auto;margin-top:16px}.ugc-generation-actions{display:flex;justify-content:flex-end;gap:16px;padding:16px 24px max(16px,env(safe-area-inset-bottom));border-top:1px solid var(--border-default);background:var(--bg-panel);flex-shrink:0}.ugc-generation-actions button{flex:1 1;max-width:320px;min-height:46px}@media (min-width:1024px){.ugc-generation-main-actions{display:none}}@media (min-width:601px) and (max-width:1000px){.ugc-generation-grid{grid-template-columns:minmax(130px,.65fr) minmax(240px,1.2fr) minmax(180px,1fr);gap:14px;padding:14px}.ugc-face-reference{grid-column:auto}}@media (max-width:600px){.ugc-generation-dialog[open]{height:100dvh;max-height:100dvh}.ugc-generation-grid{overflow-y:auto}.ugc-face-reference,.ugc-generation-controls,.ugc-generation-preview{overflow:visible;flex-shrink:0}.ugc-generation-preview .ugc-generated-image{height:min(45dvh,340px);flex:auto}.ugc-generation-actions{padding:12px 16px max(12px,env(safe-area-inset-bottom));gap:12px}}.ugc-shell .ugc-work-actions>a,.ugc-shell .ugc-work-actions>button{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;flex:0 0 112px;width:112px;height:44px;min-height:44px;margin:0;padding:0 10px;font-size:14px;line-height:1.2;font-weight:500;text-align:center;border-radius:10px}.ugc-shell .ugc-badge.pending{background:#203745;color:#b6dfff;border-color:#52738b}.ugc-shell .ugc-badge.rejected{background:#45272d;color:#ffc2c8;border-color:#89565e}.ugc-shell .ugc-badge.draft,.ugc-shell .ugc-badge.unpublished,.ugc-shell .ugc-badge.withdrawn{border-color:var(--border-default,#34343c)}.ugc-operation-toast{position:fixed;top:24px;left:50%;transform:translateX(-50%);z-index:10000;max-width:min(560px,calc(100vw - 32px));padding:14px 22px;border:1px solid #537663;border-radius:12px;background:#203c33;color:#d1f4df;box-shadow:0 8px 32px #0005;font-size:14px;overflow-wrap:anywhere}.ugc-operation-toast.is-error{background:#45272d;border-color:#89565e;color:#ffc2c8}.auth-overlay{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;padding:18px;background:rgba(0,0,0,.55);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-modal{position:relative;width:min(440px,100%);overflow:hidden;border-radius:16px;padding:24px 24px 22px;background:rgba(18,18,24,.82);border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 60px -15px rgba(0,0,0,.7);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}@media (min-width:640px){.auth-modal{padding:40px 40px 32px}}.auth-modal-blob{position:absolute;width:256px;height:256px;border-radius:50%;pointer-events:none;filter:blur(64px);mix-blend-mode:screen;animation:auth-blob 8s ease-in-out infinite}.auth-modal-blob-a{top:-80px;right:-80px;background:rgba(124,58,237,.3)}.auth-modal-blob-b{bottom:-80px;left:-80px;background:rgba(79,70,229,.3);animation-delay:2s}.auth-modal-blob-c{top:50%;left:50%;background:rgba(219,39,119,.2);opacity:.5;animation-name:auth-blob-center;animation-delay:4s}@keyframes auth-blob{0%,to{transform:translate(0) scale(1)}33%{transform:translate(18px,-12px) scale(1.06)}66%{transform:translate(-14px,10px) scale(.94)}}@keyframes auth-blob-center{0%,to{transform:translate(-50%,-50%) scale(1)}33%{transform:translate(calc(-50% + 14px),calc(-50% - 10px)) scale(1.06)}66%{transform:translate(calc(-50% - 12px),calc(-50% + 8px)) scale(.94)}}.auth-modal-close{position:absolute;top:16px;right:16px;z-index:2;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);color:#e2e8f0;cursor:pointer}.auth-modal-close:hover{color:#fff;background:rgba(255,255,255,.1)}.auth-modal-close-icon{width:20px;height:20px}.auth-modal-body{position:relative;z-index:1}.auth-modal-title{margin:0 8px 24px;text-align:center;font-size:22px;line-height:1.25;font-weight:800;color:#fff}@media (min-width:640px){.auth-modal-title{font-size:28px}}.auth-modal-highlight{display:inline-block;background:linear-gradient(90deg,#c4b5fd,#818cf8,#f0abfc);-webkit-background-clip:text;background-clip:text;color:transparent}.auth-modal-social{display:flex;flex-direction:column;gap:10px}.auth-modal-google{width:100%;height:50px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;border:1px solid rgba(255,255,255,.2);background:#fff;color:#0f172a;font-size:15px;font-weight:650;cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,.18);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.auth-modal-google:hover{background:#f3f4f6;transform:translateY(-1px);box-shadow:0 16px 32px rgba(0,0,0,.22)}.auth-modal-google:disabled{opacity:.6;cursor:wait;transform:none}.auth-modal-google-icon{width:22px;height:22px;flex:0 0 22px}.auth-modal-dev{width:100%;height:42px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;cursor:pointer}.auth-modal-divider{display:flex;align-items:center;gap:12px;margin:18px 0 16px;color:#94a3b8;font-size:11px;font-weight:700;letter-spacing:.12em}.auth-modal-divider:after,.auth-modal-divider:before{content:"";flex:1 1;height:1px;background:rgba(255,255,255,.12)}.auth-modal-steps{display:flex;justify-content:center;gap:8px;margin-bottom:16px}.auth-modal-steps span{width:10px;height:10px;border-radius:50%;background:#4b5563}.auth-modal-steps span.is-active{background:#6366f1}.auth-modal-form{display:flex;flex-direction:column;gap:12px}.auth-modal-field label{display:block;margin-bottom:6px;font-size:13px;font-weight:650;color:#e5e7eb}.auth-modal-field input{width:100%;height:46px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:#fff;padding:0 14px;outline:none}.auth-modal-field input:focus{border-color:rgba(129,140,248,.7);box-shadow:0 0 0 3px rgba(99,102,241,.18)}.auth-modal-hint{margin:6px 0 0;font-size:12px;color:#9ca3af;text-align:left}.auth-modal-hint.is-dev{color:#c4b5fd}.auth-modal-error{font-size:12px;color:#fca5a5}.auth-modal-actions{display:flex;gap:12px;margin-top:4px}.auth-modal-submit{flex:2 1;height:46px;border:0;border-radius:12px;background:linear-gradient(90deg,#6366f1,#8b5cf6);color:#fff;font-weight:700;cursor:pointer}.auth-modal-submit:disabled{opacity:.55;cursor:wait}.auth-modal-back{flex:1 1;height:46px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);color:#e5e7eb;cursor:pointer}.auth-modal-resend{border:0;background:transparent;color:#a5b4fc;font-size:12px;cursor:pointer;padding:0;align-self:flex-start}.auth-modal-resend:disabled{color:#6b7280;cursor:default}.auth-modal-switch{margin-top:16px;text-align:center;font-size:13px;color:#94a3b8}.auth-modal-switch button{border:0;background:transparent;color:#c4b5fd;font-weight:700;cursor:pointer;padding:0}.header-signin{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#fff;border-radius:999px;padding:8px 14px;font-size:12px;cursor:pointer;white-space:nowrap}:root{--reverie-accent:#b995fc;--reverie-accent-soft:rgba(185,149,252,.14);--reverie-accent-line:rgba(185,149,252,.38)}.ugc-shell{--ugc-accent:var(--reverie-accent);--ugc-muted:#aba6b8;--ugc-line:rgba(185,149,252,.18)}.sidebar-search,.ugc-home-search{border-color:var(--reverie-accent-line)}.sidebar-search:focus-within,.ugc-home-search:focus-within{border-color:var(--reverie-accent);box-shadow:0 0 0 2px var(--reverie-accent-soft)}.account-switch,.account-switch.is-admin,.ugc-account-links a,.ugc-header-links a,.ugc-home-create a{color:var(--reverie-accent);border-color:var(--reverie-accent-line);background:var(--reverie-accent-soft)}.account-switch:hover,.ugc-header-links a:hover,.ugc-home-create a:hover{background:rgba(185,149,252,.23);color:#e5d6ff}.ugc-shell input:focus,.ugc-shell select:focus,.ugc-shell textarea:focus{outline-color:var(--reverie-accent);border-color:var(--reverie-accent)}@media(min-width:1024px){:root{--sidebar-width:232px}.desktop-sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar-width);z-index:30;display:flex!important;flex-direction:column;padding:0 14px 20px;background:#1c1c26;border-right:1px solid #2b2938}.sidebar-brand{display:flex;align-items:center;gap:10px;min-height:86px;padding:0 10px;text-decoration:none;color:#f5f2fa;font:30px Georgia,serif;flex-shrink:0}.sidebar-brand img{width:39px;height:39px;object-fit:contain}.sidebar-functions{display:flex;flex-direction:column;gap:6px;margin:12px 0 24px;flex-shrink:0}.sidebar-functions a{display:flex;align-items:center;gap:13px;min-height:48px;padding:11px 14px;border-radius:10px;color:#c4c2ce;font-size:15px;text-decoration:none}.sidebar-functions a svg{flex-shrink:0}.sidebar-functions a:hover,.sidebar-history a:hover{background:#2a2837;color:#eee7fc}.sidebar-functions a[aria-current=page]{background:#373044;color:#e7d7ff}.sidebar-search{display:flex;align-items:center;gap:6px;padding:8px;margin:0 0 6px;border:1px solid var(--reverie-accent-line);border-radius:9px;background:#14141d;color:var(--reverie-accent)}.sidebar-search input{width:0;min-width:0;flex:1 1;background:none;color:#eee;border:0;outline:0;font-size:13px}.sidebar-search button{display:flex;border:0;padding:3px;background:none;color:var(--reverie-accent);cursor:pointer}.sidebar-history-heading{border-top:1px solid #34313f;padding:23px 12px 15px;display:flex;align-items:center;gap:12px;font-size:14px;color:#b6b2c3;flex-shrink:0}.sidebar-history{border-top:1px solid #34313f;padding-top:16px;display:flex;flex-direction:column;gap:6px;min-height:0;overflow:auto;scrollbar-width:none;scrollbar-color:#514b5c transparent}.sidebar-history.is-scrolling{scrollbar-width:thin}.sidebar-history::-webkit-scrollbar{width:8px}.sidebar-history::-webkit-scrollbar-thumb{background:transparent;border-radius:99px}.sidebar-history.is-scrolling::-webkit-scrollbar-thumb{background:#514b5c}.sidebar-history a{display:flex;align-items:center;gap:12px;padding:9px 10px;border-radius:9px;color:#cecad8;text-decoration:none;min-height:64px;flex-shrink:0}.sidebar-history a[aria-current=page]{background:var(--reverie-accent-soft);color:#e5d6ff}.sidebar-history img{width:43px;height:50px;object-fit:cover;border-radius:8px;flex-shrink:0}.sidebar-history span{font-size:14px;line-height:21px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.reverie-header,.reverie-header.is-chat,body:has(.conversation-mode) .reverie-header{margin-left:var(--sidebar-width);padding:0 28px;height:70px;justify-content:flex-end;gap:16px;width:auto}.reverie-header .header-tools,.reverie-header .ugc-header-links{margin-left:0}.reverie-home,.reverie-home.has-recents{margin-left:var(--sidebar-width);padding:26px 30px 70px;min-height:calc(100dvh - 70px)}.reverie-home .reverie-filters{margin:0 0 24px}.reverie-home .ugc-home-search{display:none}.reverie-home .reverie-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:24px}.reverie-chat.conversation-mode,.reverie-chat.opening-mode{margin:20px 28px 24px calc(var(--sidebar-width) + 28px);height:calc(100dvh - 114px);width:auto;max-width:none;padding:0;grid-template-columns:minmax(230px,30%) minmax(0,1fr);gap:20px}.ugc-shell{margin-left:var(--sidebar-width);margin-right:0;max-width:none;padding:28px 36px 100px}.ugc-nav{display:none}@media(max-width:1280px){:root{--sidebar-width:212px}.reverie-home .reverie-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.reverie-chat.conversation-mode,.reverie-chat.opening-mode{grid-template-columns:minmax(190px,28%) minmax(0,1fr);margin-left:calc(var(--sidebar-width) + 20px);margin-right:20px;gap:16px}.reverie-header .header-tools{gap:8px}}@media(min-width:1800px){.reverie-home .reverie-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}}@media(max-width:600px){.m-header{height:auto;min-height:50px;flex-wrap:wrap;padding-top:calc(10px + env(safe-area-inset-top,0px));padding-bottom:10px;gap:10px}.m-header-tools{max-width:100%;flex-wrap:wrap;gap:6px;margin-left:0}}@media(min-width:1024px){:root:has(.desktop-sidebar[data-collapsed=true]){--sidebar-width:80px}.sidebar-brand-row{display:flex;align-items:center;gap:4px;min-height:86px;flex-shrink:0}.sidebar-brand-row .sidebar-brand{min-height:0;min-width:0;padding:0 2px;gap:7px;flex:1 1;font-size:26px}.sidebar-brand-row .sidebar-brand img{width:32px;height:32px}.sidebar-toggle{display:grid;place-items:center;width:32px;height:36px;flex:0 0 32px;padding:0;border:0;border-radius:8px;background:transparent;color:var(--text-secondary);cursor:pointer}.sidebar-toggle:hover{background:var(--bg-panel);color:var(--text-primary)}.sidebar-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.desktop-sidebar[data-collapsed=true]{padding-left:10px;padding-right:10px}.desktop-sidebar[data-collapsed=true] .sidebar-brand-row{justify-content:center}.desktop-sidebar[data-collapsed=true] .sidebar-brand,.desktop-sidebar[data-collapsed=true] .sidebar-functions a span,.desktop-sidebar[data-collapsed=true] .sidebar-history a span,.desktop-sidebar[data-collapsed=true] .sidebar-search{display:none}.desktop-sidebar[data-collapsed=true] .sidebar-functions a{justify-content:center;padding:11px 0}.desktop-sidebar[data-collapsed=true] .sidebar-history a{justify-content:center;padding:8px 0}.desktop-sidebar[data-collapsed=true] .sidebar-history img{width:40px;height:48px}}