:root{--bg-main: #131313;--bg-panel: #1e1e1e;--bg-medium: #2a2a2a;--border: #363636;--border-subtle: rgba(255, 255, 255, .1);--text: #d8d8d8;--text-muted: #787878;--brand: #ff4d7e;--brand-soft: rgba(255, 77, 126, .15);--error: #f87171;--sidebar-w: 220px;--topnav-h: 63px;--mobile-tabbar-h: 56px;--ink: var(--text);--subtle: var(--text-muted);--line: var(--border);--panel: var(--bg-panel)}*{box-sizing:border-box}body{margin:0;font-family:Poppins,Noto Sans SC,PingFang SC,sans-serif;color:var(--text);background:var(--bg-main)}h1,h2,h3,p{margin:0}.top-nav{position:fixed;top:0;left:0;right:0;height:var(--topnav-h);background:var(--bg-main);border-bottom:1px solid var(--border);z-index:40;display:flex;align-items:center;gap:14px;padding:0 20px 0 16px}.top-nav-menu-toggle{width:36px;height:36px;border-radius:10px;border:1px solid var(--border-subtle);background:transparent;color:#e8e8e8;display:grid;place-items:center;cursor:pointer;transition:background .15s,border-color .15s}.top-nav-menu-toggle:hover{background:#2a2a2a;border-color:#fff3}.top-nav-menu-toggle svg{width:20px;height:20px}.top-nav-logo{border:none;background:transparent;padding:0;font-size:18px;font-weight:800;color:#fff;white-space:nowrap;letter-spacing:-.4px;-webkit-user-select:none;user-select:none;font-family:inherit;cursor:pointer}.top-nav-logo span{color:var(--brand)}.top-nav-spacer{flex:1}.top-nav-premium{display:flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid rgba(255,77,126,.4);border-radius:10px;background:transparent;color:#fff;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;font-family:inherit;transition:border-color .15s}.top-nav-premium:hover{border-color:#ff4d7eb3}.top-nav-auth-link,.top-nav-auth-cta{height:38px;border-radius:999px;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,transform .15s}.top-nav-auth-link{padding:0 16px;border:1px solid rgba(255,255,255,.12);background:transparent;color:#f1f1f1}.top-nav-auth-link:hover{background:#ffffff0f;border-color:#ffffff38}.top-nav-auth-cta{padding:0 18px;border:1px solid rgba(255,77,126,.46);background:linear-gradient(135deg,#ff6d93,#ff4d7e 56%,#db3164);color:#fff;box-shadow:0 10px 28px #ff4d7e2e}.top-nav-auth-cta:hover{transform:translateY(-1px);filter:brightness(1.05)}.top-nav-avatar{width:34px;height:34px;border-radius:50%;background:var(--bg-medium);border:1px solid var(--border-subtle);display:grid;place-items:center;cursor:pointer;font-size:16px;flex-shrink:0}.top-nav-account{position:relative;flex-shrink:0}.top-nav-account-button{min-width:0;height:40px;padding:0 10px 0 6px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#fff;display:inline-flex;align-items:center;gap:10px;cursor:pointer;font-family:inherit}.top-nav-account-button:hover{background:#ffffff0a}.top-nav-account-avatar{width:32px;height:32px;border-radius:999px;background:linear-gradient(180deg,#202020,#101010);border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;color:#fff}.top-nav-account-avatar svg{width:18px;height:18px}.top-nav-account-copy{color:#ffffffeb;font-size:14px;font-weight:600;line-height:1}.top-nav-account-chevron{width:20px;height:20px;color:#fff}.top-nav-account-menu{position:absolute;right:0;top:calc(100% + 10px);z-index:70;width:196px;padding:8px 0;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#181818;box-shadow:0 24px 44px #0000006b}.top-nav-account-item{width:100%;height:44px;padding:0 16px;border:none;background:#181818;color:#fff;display:flex;align-items:center;gap:12px;text-align:left;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer}.top-nav-account-item:hover:not(:disabled){background:#2b2b2b}.top-nav-account-item:disabled{opacity:.65;cursor:not-allowed}.top-nav-account-item-icon{width:20px;height:20px;color:#ffffff9e;display:grid;place-items:center;flex-shrink:0}.top-nav-account-item-icon svg{width:18px;height:18px}.app-shell{min-height:100vh;padding-top:var(--topnav-h);display:flex}.auth-callback-layout{min-height:100dvh;padding:24px 16px;background:var(--bg-main)}.mobile-sidebar-backdrop{display:none}.app-shell.is-icon-mode{--sidebar-w: 100px}.side-nav{position:fixed;top:var(--topnav-h);left:0;bottom:0;width:var(--sidebar-w);background:var(--bg-main);border-right:1px solid var(--border);z-index:30;display:flex;flex-direction:column;justify-content:space-between;padding:20px 0;overflow-y:auto;overflow-x:hidden}.side-nav-top,.side-nav-bottom{display:flex;flex-direction:column;align-items:stretch;gap:4px;padding:0 12px}.side-nav-item{position:relative;width:100%;height:40px;display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:0 10px;border-radius:10px;border:1px solid var(--border-subtle);background:transparent;color:var(--text-muted);cursor:pointer;transition:background .15s,color .15s;text-decoration:none;flex-shrink:0;font-family:inherit;font-size:12px;font-weight:500;white-space:nowrap}.side-nav-item:hover{background:#3f3f46;color:var(--text)}.side-nav-item.active{background:#303030;color:#fff}.side-nav-item svg{width:16px;height:16px;flex-shrink:0}.side-nav-item-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.app-shell.is-icon-mode .side-nav-top,.app-shell.is-icon-mode .side-nav-bottom{padding:0 10px}.app-shell.is-icon-mode .side-nav-item{width:52px;height:48px;margin:0 auto;justify-content:center;padding:0;border-radius:10px}.app-shell.is-icon-mode .side-nav-item-label{display:none}.app-shell.is-icon-mode .side-nav-item svg{width:18px;height:18px}.side-nav-item.premium{border:1px solid rgba(249,217,142,.3);background:linear-gradient(to top,rgba(91,69,20,.5) 2%,transparent 98%);color:#f9d98e}.side-nav-item.premium:hover{background:linear-gradient(to top,#5b4514cc 2%,#3f3f4680 98%)}.side-nav-separator{width:100%;height:1px;background:var(--border);margin:4px 0;flex-shrink:0}.auth-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;padding:24px;background:#050508b3;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.auth-modal-shell{position:relative;width:min(100%,1040px);min-height:min(86vh,640px);display:grid;grid-template-columns:minmax(280px,1.05fr) minmax(320px,.95fr);border:1px solid rgba(255,255,255,.08);border-radius:26px;overflow:hidden;background:#111113;box-shadow:0 36px 80px #00000080}.auth-modal-close{position:absolute;top:16px;right:16px;z-index:4;width:36px;height:36px;border:1px solid rgba(255,255,255,.1);border-radius:50%;background:#111113bf;color:#fff;display:grid;place-items:center;cursor:pointer}.auth-modal-close svg{width:16px;height:16px}.auth-modal-hero{position:relative;padding:48px 40px 40px;background:radial-gradient(circle at top left,rgba(255,122,154,.36),transparent 42%),radial-gradient(circle at bottom right,rgba(242,191,119,.18),transparent 36%),linear-gradient(180deg,#1b1620,#121215);display:grid;align-content:space-between;gap:24px}.auth-modal-badge{display:inline-flex;align-items:center;width:fit-content;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#f6d39d;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.auth-modal-hero h2{max-width:360px;font-size:clamp(34px,4vw,48px);line-height:.98;letter-spacing:-.04em;color:#fff}.auth-modal-hero p{max-width:370px;font-size:15px;line-height:1.7;color:#ffffffb8}.auth-modal-points{display:grid;gap:12px}.auth-modal-point{display:grid;gap:4px;padding:14px 16px;border-radius:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.auth-modal-point strong{color:#fff;font-size:14px}.auth-modal-point span{color:#ffffff9e;font-size:13px}.auth-modal-panel{padding:34px 34px 30px;display:grid;align-content:start;gap:20px;background:linear-gradient(180deg,#17171a,#121214)}.auth-modal-switcher{display:inline-grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:6px;border-radius:999px;background:#ffffff0d;width:fit-content}.auth-modal-switch{min-width:110px;height:38px;border:none;border-radius:999px;background:transparent;color:#fff9;font-family:inherit;font-weight:600;cursor:pointer}.auth-modal-switch.active{background:linear-gradient(135deg,#ff6f93,#ff4d7e);color:#fff}.auth-modal-copy{display:grid;gap:8px}.auth-modal-copy h3{font-size:28px;line-height:1.05;color:#fff}.auth-modal-copy p{font-size:14px;line-height:1.6;color:#ffffffa3}.auth-modal-form{display:grid;gap:12px}.auth-modal-field{display:grid;gap:7px}.auth-modal-field span{font-size:12px;font-weight:600;color:#ffffffb3}.auth-modal-field input{width:100%;height:48px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#0f0f11;color:#f2f2f2;padding:0 14px;font-family:inherit;font-size:14px;outline:none}.auth-modal-field input:focus{border-color:#ff4d7e99;box-shadow:0 0 0 3px #ff4d7e1f}.auth-modal-submit{height:50px;border:none;border-radius:14px;background:linear-gradient(135deg,#ff6f93,#ff4d7e 56%,#db3164);color:#fff;font-family:inherit;font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 18px 38px #ff4d7e38}.auth-modal-submit:disabled{opacity:.65;cursor:not-allowed}.auth-modal-feedback{padding:12px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#ffffffbd;font-size:13px;line-height:1.6}.auth-modal-devtools{display:grid;gap:10px;padding:14px;border-radius:16px;border:1px dashed rgba(246,195,109,.3);background:#f6c36d0f}.auth-modal-devtools-title{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#f6d39d}.auth-modal-dev-button{height:42px;border-radius:12px;border:1px solid rgba(246,195,109,.34);background:#f6c36d24;color:#fff1d3;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer}.auth-modal-dev-link{color:#ffffffa8;font-size:12px;line-height:1.5;word-break:break-all}.auth-modal-divider{position:relative;display:flex;align-items:center;justify-content:center;color:#ffffff6b;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.auth-modal-divider:before,.auth-modal-divider:after{content:"";flex:1;height:1px;background:#ffffff14}.auth-modal-divider:before{margin-right:12px}.auth-modal-divider:after{margin-left:12px}.auth-modal-socials{display:grid;gap:10px}.auth-modal-social{height:48px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#0f0f11;color:#f4f4f4;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer}.auth-modal-social-google{background:#fff;color:#111}.auth-modal-social-mark{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:800;background:#ffffff14}.auth-modal-social-google .auth-modal-social-mark{background:#f3f3f3}.auth-modal-footnote{font-size:11px;line-height:1.6;color:#ffffff6b}@media(max-width:900px){.auth-modal-shell{width:min(100%,520px);min-height:auto;grid-template-columns:1fr}.auth-modal-hero{display:none}.auth-modal-panel{padding:28px 24px 24px}}@media(max-width:640px){.top-nav-premium,.top-nav-auth-link,.top-nav-account-copy{display:none}.auth-modal-backdrop{padding:10px}.auth-modal-shell{border-radius:20px}.auth-modal-switch{min-width:0;width:100%}}.main-content{flex:1;margin-left:var(--sidebar-w);padding:20px;min-width:0}.page{display:grid;gap:14px}.tip{color:var(--text-muted);padding:8px 0}.error{color:var(--error)}.page-notice{display:inline-flex;align-items:center;gap:8px;max-width:min(100%,720px);padding:10px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#ffffffc7;font-size:13px;line-height:1.5}.page-notice-floating{position:fixed;top:calc(var(--topnav-h) + 14px);right:18px;z-index:90;max-width:min(420px,calc(100vw - 36px));box-shadow:0 16px 36px #00000047}.auth-callback-page{min-height:calc(100dvh - var(--topnav-h) - 40px);place-items:center}.auth-callback-card{width:min(100%,460px);padding:28px 24px;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:radial-gradient(circle at top left,rgba(255,77,126,.14),transparent 36%),linear-gradient(180deg,#19191e,#101014);display:grid;justify-items:center;gap:12px;text-align:center}.auth-callback-card h1{color:#fff;font-size:24px;line-height:1.15}.auth-callback-card p{max-width:320px;color:#ffffffad;font-size:14px;line-height:1.6}.auth-callback-spinner{width:34px;height:34px;border-radius:999px;border:2px solid rgba(255,255,255,.18);border-top-color:var(--brand);animation:auth-callback-spin .9s linear infinite}@keyframes auth-callback-spin{to{transform:rotate(360deg)}}.scene-grid-shell{width:min(100%,1200px);margin:0 auto;display:grid;gap:14px}.homepage-banners{position:relative;overflow:hidden;background:#111827;width:100%;aspect-ratio:2 / 1}.homepage-banners-track{display:flex;height:100%;transition:transform .5s ease}.homepage-banner-slide{position:relative;flex:0 0 100%;width:100%;height:100%}.homepage-banner-image{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.homepage-banner-nav{position:absolute;top:0;bottom:0;z-index:3;display:flex;align-items:center;justify-content:center;border:none;background:transparent;padding:0;width:50px;cursor:pointer}.homepage-banner-nav-left{left:0}.homepage-banner-nav-right{right:0}.homepage-banner-nav img{width:50px;height:100%}.homepage-banner-nav .hover,.homepage-banner-nav:hover .default{display:none}.homepage-banner-nav:hover .hover{display:block}.homepage-banner-dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;align-items:flex-end;gap:8px}.homepage-banner-dot{width:36px;height:4px;border:none;border-radius:999px;background:#fff6;transition:all .2s ease;cursor:pointer}.homepage-banner-dot.active{height:6px;background:var(--brand)}.scene-candy-header{display:grid;gap:12px;margin-top:4px}.scene-candy-title{margin:0;font-weight:700;letter-spacing:-.01em;font-size:19px;line-height:1.25}.scene-candy-title-primary{background:linear-gradient(268.18deg,#fc768a -14.8%,#e65073 102.08%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.scene-candy-title-secondary{color:#fff}.scene-filter-strip{display:flex;align-items:center;gap:8px;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;scrollbar-width:none;-ms-overflow-style:none}.scene-filter-strip::-webkit-scrollbar{display:none}.scene-filter-pill-v2{display:inline-flex;align-items:center;justify-content:center;gap:12px;height:40px;padding:10px 20px;border-radius:999px;border:2px solid #353535;background:#242424;color:#fff;white-space:nowrap;font-family:Poppins,Noto Sans SC,PingFang SC,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .12s ease}.scene-filter-pill-v2:hover{border-color:#4a4a4a;background:#2d2d2d}.scene-filter-pill-v2.active{background:linear-gradient(180deg,#f971873d,#e6507326);border-color:#8d3748}.scene-filter-pill-v2 span{line-height:1}.scene-tag-filter-shell{min-width:0;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px}.scene-tag-filter-strip{display:flex;align-items:center;gap:8px;min-width:0;width:100%;overflow:hidden}.scene-tag-filter-actions{display:flex;justify-content:flex-end;align-items:flex-start}.scene-tag-pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;padding:8px 14px;border-radius:12px;border:1px solid rgba(246,195,109,.18);background:linear-gradient(180deg,#ffd69914,#ffffff08);color:#fff5e6e0;white-space:nowrap;font-family:Poppins,Noto Sans SC,PingFang SC,sans-serif;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .12s ease,color .2s ease}.scene-tag-pill:hover{border-color:#f6c36d52;background:linear-gradient(180deg,#ffd69924,#ffffff0d)}.scene-tag-pill.active{border-color:#f6c36db8;background:linear-gradient(180deg,#f6c36d3d,#c67e2e29);color:#fff4da;box-shadow:0 0 0 1px #f6c36d29 inset}.scene-tag-pill-all{border-radius:999px;padding-inline:18px}.scene-tag-pill-label{font-size:13px;font-weight:600;line-height:1}.scene-tag-toggle,.scene-tag-collapse{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;padding:8px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#1f1f1f;color:#ffffffd6;font-family:Poppins,Noto Sans SC,PingFang SC,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.scene-tag-toggle:hover,.scene-tag-collapse:hover{background:#282828;border-color:#ffffff38;color:#fff}.scene-tag-toggle svg,.scene-tag-collapse svg{width:14px;height:14px}.scene-tag-filter-shell.expanded .scene-tag-filter-strip{flex-wrap:wrap;align-items:flex-start;overflow:visible}.scene-tag-filter-shell.expanded{grid-template-columns:minmax(0,1fr)}.scene-tag-filter-shell.expanded .scene-tag-filter-actions{justify-content:center}.scene-tag-collapse{padding-inline:12px}@media(max-width:767px){.scene-tag-filter-shell{grid-template-columns:minmax(0,1fr)}.scene-tag-filter-actions{justify-content:flex-end}}.scene-filter-pill{border:1px solid rgba(255,255,255,.18);background:#ffffff0a;color:#ffffffd1;padding:7px 14px;border-radius:999px;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s ease}.scene-filter-pill:hover{border-color:#ffffff57;background:#ffffff14}.scene-filter-pill.active{color:#fff;border-color:#ff4d7ead;background:linear-gradient(180deg,#ff4d7e5c,#ff4d7e33);box-shadow:0 0 0 1px #ff4d7e33 inset}.scene-load-more-trigger{width:100%;height:2px}.scene-load-more-tip{text-align:center;padding:4px 0 10px}.settings-page{padding-bottom:32px}.settings-shell{width:min(100%,760px);margin:0 auto;padding:18px 0 24px;display:grid;gap:20px}.settings-title{color:#fff;font-size:32px;font-weight:600;line-height:1.3;text-align:center}.settings-card{width:100%;background:#181818;border:1px solid #282828;border-radius:10px;padding:24px;display:grid;gap:20px}.settings-profile-card{grid-template-columns:112px minmax(0,1fr);align-items:center}.settings-avatar{width:100px;height:100px;border-radius:999px;background:linear-gradient(180deg,#202020,#0d0d0d);border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;color:#fff}.settings-avatar svg{width:42px;height:42px}.settings-profile-meta{display:grid;gap:14px}.settings-profile-name{color:#fff;font-size:20px;font-weight:600;line-height:1.4}.settings-profile-grid,.settings-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 24px}.settings-field{display:grid;gap:6px}.settings-label{color:#a3a3a3;font-size:14px;line-height:1.4}.settings-value{color:#fff;font-size:14px;font-weight:500;line-height:1.5}.settings-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.settings-section-title{color:#fff;font-size:20px;font-weight:600;line-height:1.5}.settings-section-copy{color:#a3a3a3;font-size:13px;line-height:1.6}.settings-chip{display:inline-flex;align-items:center;width:fit-content;min-height:32px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#202020;color:#fff;font-size:12px;font-weight:600}.settings-divider{height:1px;background:#ffffff14}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.settings-logout-button,.settings-login-button{height:44px;padding:0 18px;border-radius:10px;border:2px solid rgba(255,77,126,.92);background:transparent;color:var(--brand);font-family:inherit;font-size:14px;font-weight:600;cursor:pointer}.settings-login-button{background:var(--brand);color:#fff}.settings-empty{display:grid;gap:16px;justify-items:center;text-align:center;padding:36px 24px}.settings-empty p{max-width:420px;color:#a3a3a3;font-size:14px;line-height:1.7}@media(max-width:767px){.settings-page{padding-bottom:20px}.settings-shell{width:100%;padding:6px 0 18px;gap:12px}.settings-title{font-size:22px;text-align:left;padding:0 4px}.settings-card{padding:14px;gap:14px;border-radius:14px}.settings-profile-card{grid-template-columns:1fr;justify-items:start;text-align:left;gap:12px}.settings-avatar{width:72px;height:72px}.settings-avatar svg{width:30px;height:30px}.settings-profile-name{font-size:17px}.settings-profile-grid,.settings-info-grid{grid-template-columns:1fr;gap:12px}.settings-row,.settings-section-head{flex-direction:column;align-items:flex-start;gap:10px}.settings-label,.settings-value,.settings-section-copy{font-size:12px;line-height:1.5}.settings-section-title{font-size:17px;line-height:1.35}.settings-chip{min-height:28px;padding:0 10px;font-size:11px}.settings-logout-button,.settings-login-button{width:100%;height:40px;justify-content:center;font-size:13px}.settings-empty{justify-items:start;text-align:left;padding:18px 14px;gap:12px}.settings-empty p{max-width:none;font-size:12px}}@media(min-width:768px){.homepage-banners{aspect-ratio:5 / 1}.scene-candy-title{font-size:30px;line-height:1.15;font-weight:600}.scene-candy-header{margin-top:14px}}@media(min-width:1024px){.homepage-banners{border-radius:10px}}@media(max-width:767px){.scene-filter-pill-v2{padding:10px 14px}.scene-tag-pill{padding:8px 12px}}.scene-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;align-items:stretch}@media(min-width:768px){.scene-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px}}@media(min-width:1280px){.scene-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}}.portrait-card{position:relative;width:100%;border-radius:16px;overflow:hidden;cursor:pointer;aspect-ratio:3 / 5;background:var(--bg-medium);transition:transform .16s ease,box-shadow .16s ease}.portrait-card:hover{transform:translateY(-3px);box-shadow:0 14px 36px #0000008c}.portrait-card-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top}.portrait-card-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:var(--bg-medium);display:grid;place-items:center;font-size:56px}.portrait-card-gradient{position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to bottom,transparent,rgba(13,13,13,.93));z-index:2}.portrait-card-info{position:absolute;bottom:0;left:0;right:0;z-index:3;padding:10px 12px 14px}.portrait-card-info h3{font-size:15px;font-weight:600;color:#fff;line-height:1.3;margin-bottom:3px}.portrait-card-role{font-size:12px;color:#fff9;margin-bottom:4px}.portrait-card-desc{font-size:11px;color:#ffffff80;line-clamp:2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.scene-pagination{min-height:44px;display:flex;align-items:center;justify-content:center;gap:14px}.scene-page-arrow{width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.32);background:#111111a6;color:#ffffffe6;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .15s,border-color .15s,background .15s}.scene-page-arrow span{font-size:24px;line-height:1;transform:translateY(-1px)}.scene-page-arrow:hover:not(:disabled){border-color:#ffffffa6;background:#2d2d2db3}.scene-page-arrow:disabled{opacity:.35;cursor:not-allowed}.scene-page-dots{display:flex;align-items:center;gap:8px}.scene-page-dot{width:24px;height:4px;border-radius:999px;border:none;background:#ffffff59;cursor:pointer;transition:background .15s,width .15s}.scene-page-dot.active{width:34px;background:var(--brand)}.scene-page-dot:hover:not(.active){background:#ffffff8c}.chat-page-v2{display:flex;flex-direction:column;gap:12px;height:calc(100vh - var(--topnav-h) - 40px);overflow:hidden}.chat-v2-shell{flex:1;min-height:0;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#141414;display:grid;grid-template-columns:320px minmax(520px,1fr) 320px}.chat-v2-conversations{border-right:1px solid var(--border);background:#1a1a1a;display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden}.chat-v2-list-header{padding:16px 14px 12px;background:#1a1a1a}.chat-v2-list-header h2{font-size:18px;line-height:1.2;color:#fff}.chat-v2-list-header p{margin-top:3px;font-size:12px;color:#8c8c8c}.chat-v2-list{overflow-y:auto;flex:1;min-height:0;padding:10px;display:grid;align-content:start;gap:8px;scrollbar-width:thin;scrollbar-color:#3a3a3a transparent}.chat-v2-list::-webkit-scrollbar{width:4px}.chat-v2-list::-webkit-scrollbar-track{background:transparent}.chat-v2-list::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:99px}.chat-v2-list::-webkit-scrollbar-thumb:hover{background:#555}.chat-v2-list-item{width:100%;border:1px solid #3a3a3a;background:#1f1f1f;border-radius:12px;padding:10px 11px;display:flex;align-items:center;gap:10px;cursor:pointer;color:var(--text);transition:background .15s,border-color .15s,box-shadow .15s;text-align:left;font-family:inherit}.chat-v2-list-item:hover{background:#262626;border-color:#4a4a4a}.chat-v2-list-item.active{background:#303030;border-color:#585858;box-shadow:inset 0 0 0 1px #ffffff0a}.chat-v2-list-avatar{width:46px;height:46px;border-radius:50%;object-fit:cover;object-position:top;flex-shrink:0;border:1px solid rgba(255,255,255,.1)}.chat-v2-list-avatar.placeholder{display:grid;place-items:center;font-size:11px;color:#d0d0d0;background:#2a2a2a}.chat-v2-list-meta{min-width:0;flex:1}.chat-v2-list-meta h3{font-size:14px;font-weight:600;color:#f1f1f1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-v2-list-meta p{margin-top:3px;font-size:12px;color:#838383;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-v2-main{display:grid;grid-template-rows:auto 1fr auto;background:#131313;min-width:0;min-height:0;overflow:hidden;border-right:1px solid var(--border)}.chat-v2-header{min-height:74px;border-bottom:1px solid var(--border);padding:10px 18px;display:flex;align-items:center;gap:12px;background:var(--bg-main)}.chat-v2-header-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;object-position:top;border:1px solid rgba(255,255,255,.12);flex-shrink:0}.chat-v2-header-avatar.placeholder{display:grid;place-items:center;font-size:12px;color:#d0d0d0;background:#2a2a2a}.chat-v2-header-title{min-width:0}.chat-v2-header-title h1{font-size:20px;line-height:1.2;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-v2-header-title p{margin-top:2px;font-size:12px;color:#8d8d8d}.chat-v2-messages{overflow-y:auto;min-height:0;padding:14px max(24px,calc((100% - 760px)/2)) 10px;display:grid;align-content:start;gap:10px;background:linear-gradient(180deg,#131313,#191919);scrollbar-width:thin;scrollbar-color:#3a3a3a transparent}.chat-v2-story-intro{border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#ff4d7e1f,#212121d9);border-radius:14px;padding:12px 14px;margin-bottom:6px}.chat-v2-story-intro h3{font-size:13px;color:#fff;margin-bottom:6px}.chat-v2-story-intro p{font-size:12px;line-height:1.45;color:#d4d4d4;white-space:pre-wrap}.chat-v2-messages::-webkit-scrollbar{width:6px}.chat-v2-messages::-webkit-scrollbar-track{background:transparent}.chat-v2-messages::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:99px}.chat-v2-messages::-webkit-scrollbar-thumb:hover{background:#555}.chat-v2-row{display:flex;width:100%}.chat-v2-row.is-ai{justify-content:flex-start}.chat-v2-row.is-user{justify-content:flex-end}.chat-v2-bubble{max-width:min(76%,720px);padding:8px 11px;font-size:14px;line-height:1.38;white-space:pre-wrap;border:1px solid rgba(255,255,255,.1);color:#d9d9d9}.chat-v2-action-text{color:#69a8ff;font-style:italic}.chat-v2-row.is-ai .chat-v2-bubble{background:#2a2a2a;border-radius:14px 14px 14px 4px}.chat-v2-row.is-user .chat-v2-bubble{background:#ff4d7e2b;border-color:#ff4d7e47;color:#ffe3ec;border-radius:14px 14px 4px}.chat-v2-video-card,.chat-v2-image-card{max-width:min(76%,720px);border-radius:14px 14px 14px 4px;border:1px solid rgba(255,255,255,.12);background:#232323;padding:8px;color:#d9d9d9}.chat-v2-video-frame{width:100%;aspect-ratio:9 / 16;border-radius:12px;overflow:hidden;background:#111}@media(max-width:768px){.chat-v2-video-card,.chat-v2-image-card{max-width:min(90%,360px)}}.chat-v2-image-frame{width:100%;aspect-ratio:9 / 16;border-radius:12px;overflow:hidden;background:#111}.chat-v2-video-preview-button,.chat-v2-image-preview-button{border:none;padding:0;cursor:zoom-in;position:relative}.chat-v2-image-asset{width:100%;height:100%;display:block;object-fit:contain;background:#0f0f0f}.chat-v2-video-cover{width:100%;height:100%;display:block;object-fit:cover;background:#0f0f0f}.chat-v2-video-player{width:100%;height:100%;background:#0f0f0f;display:block}.chat-v2-video-preview-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:999px;background:#06060975;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:inset 0 0 0 1px #ffffff1a}.chat-v2-video-preview-play:after{content:"";position:absolute;left:22px;top:17px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:16px solid #fff}.chat-v2-video-placeholder{border:1px solid rgba(255,255,255,.12);background:radial-gradient(circle at 18% 20%,rgba(255,77,126,.18),transparent 42%),radial-gradient(circle at 82% 75%,rgba(105,168,255,.18),transparent 40%),#141414;display:grid;place-items:center}.chat-v2-image-placeholder{border:1px solid rgba(255,255,255,.12);background:radial-gradient(circle at 18% 18%,rgba(246,195,109,.2),transparent 42%),radial-gradient(circle at 82% 76%,rgba(105,168,255,.14),transparent 40%),#141414;display:grid;place-items:center}.chat-v2-video-placeholder.is-failed,.chat-v2-image-placeholder.is-failed{background:radial-gradient(circle at 18% 20%,rgba(249,135,135,.24),transparent 46%),#171212}.chat-v2-video-placeholder-content,.chat-v2-image-placeholder-content{width:100%;height:100%;padding:14px;display:grid;align-content:center;place-items:center;gap:6px;text-align:center}.chat-v2-video-spinner{width:26px;height:26px;margin:0;border-radius:50%;border:2px solid rgba(255,255,255,.2);border-top-color:#ff7ca3;animation:chat-v2-video-spin .9s linear infinite}.chat-v2-image-spinner{width:26px;height:26px;margin:0;border-radius:50%;border:2px solid rgba(255,255,255,.2);border-top-color:#f6c36d;animation:chat-v2-video-spin .9s linear infinite}@keyframes chat-v2-video-spin{to{transform:rotate(360deg)}}.chat-v2-video-caption,.chat-v2-image-caption{margin-top:8px;font-size:12px;color:#adadad}.chat-v2-video-status,.chat-v2-image-status{margin:0;font-size:12px;line-height:1.35;color:#d7d7d7}.chat-v2-video-status.is-error,.chat-v2-image-status.is-error{color:#f98787}.chat-v2-video-progress,.chat-v2-image-progress{margin:0;font-size:11px;line-height:1.2;color:#8f8f8f}.chat-v2-input-wrap{padding:8px max(12px,calc((100% - 760px)/2)) 8px;background:linear-gradient(to top,#1f1e25,#131313 62px)}.chat-v2-input-shell{border:1px solid rgba(255,255,255,.14);border-radius:16px;background:linear-gradient(to bottom,#262626e6,#2e2e2ee6);box-shadow:0 4px 24px #00000026;display:grid;grid-template-columns:auto 1fr auto;align-items:end;gap:8px;padding:8px 8px 8px 10px}.chat-v2-media-actions{display:inline-flex;align-items:center;gap:8px}.chat-v2-image-btn{height:34px;min-width:72px;border-radius:999px;border:1px solid rgba(246,195,109,.42);background:#f6c36d24;color:#fff1d3;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.chat-v2-image-btn:hover:not(:disabled){background:#f6c36d38;border-color:#f6c36db3}.chat-v2-video-btn{height:34px;min-width:72px;border-radius:999px;border:1px solid rgba(105,168,255,.45);background:#69a8ff26;color:#d8eaff;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.chat-v2-video-btn:hover:not(:disabled){background:#69a8ff38;border-color:#69a8ffb3}.chat-v2-input-shell textarea{width:100%;min-width:0;min-height:24px;max-height:92px;border:none;outline:none;resize:none;background:transparent;color:#e1e1e1;font-family:inherit;font-size:14px;line-height:1.3;padding:2px 0}.chat-v2-input-shell textarea::placeholder{color:#616162}.chat-v2-send-btn{height:34px;min-width:72px;border-radius:999px;border:1px solid rgba(255,77,126,.42);background:#ff4d7e;color:#fff;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:filter .15s}.chat-v2-send-btn:hover:not(:disabled){filter:brightness(1.08)}.chat-v2-send-btn:disabled,.chat-v2-image-btn:disabled,.chat-v2-video-btn:disabled{opacity:.5;cursor:not-allowed}.chat-v2-scene-panel{background:linear-gradient(180deg,#181818,#121212);padding:12px;overflow-y:auto;min-height:0}.chat-media-preview-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1400;display:grid;place-items:center;padding:20px;background:#030306d6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.chat-media-preview-shell{position:relative;width:min(100%,760px);max-height:min(100%,92vh);display:grid;gap:10px}.chat-media-preview-close{position:absolute;top:-6px;right:-6px;z-index:2;width:38px;height:38px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#121216d1;color:#fff;display:grid;place-items:center;cursor:pointer}.chat-media-preview-close svg{width:18px;height:18px}.chat-media-preview-stage{width:100%;max-height:min(100%,92vh);border-radius:22px;overflow:hidden;background:#0f0f12;display:grid;place-items:center;box-shadow:0 24px 70px #0000006b}.chat-media-preview-image,.chat-media-preview-video{width:100%;max-height:min(100%,92vh);display:block;object-fit:contain;background:#0f0f12}.chat-v2-scene-inner{border:1px solid rgba(255,255,255,.1);border-radius:14px;overflow:hidden;background:#1c1c1c}.chat-v2-scene-image{width:100%;aspect-ratio:3 / 4;object-fit:cover;object-position:top;background:#2b2b2b;display:block}.chat-v2-scene-image.placeholder{display:grid;place-items:center;color:#9b9b9b;font-size:13px}.chat-v2-scene-meta{padding:12px}.chat-v2-scene-meta h3{font-size:18px;line-height:1.25;color:#fff}.chat-v2-scene-subtitle{margin-top:4px;color:#a5a5a5;font-size:12px}.chat-v2-scene-desc{margin-top:12px;color:silver;font-size:13px;line-height:1.5;white-space:pre-wrap;max-height:260px;overflow:auto}.chat-v2-scene-empty{border:1px dashed rgba(255,255,255,.18);border-radius:14px;min-height:220px;display:grid;align-content:center;justify-items:center;text-align:center;gap:8px;padding:16px;color:#9a9a9a}.chat-v2-scene-empty h3{color:#ddd;font-size:16px}.chat-v2-scene-empty p{font-size:12px}.chat-v2-header-back,.chat-v2-mobile-empty-state{display:none}.search-page-shell{gap:16px}.scene-search-launch{width:100%;min-height:52px;border-radius:18px;border:1px solid #353535;background:linear-gradient(180deg,#1c1c1c,#252525);color:#a9a9a9;display:inline-flex;align-items:center;gap:12px;padding:0 16px;font-family:inherit;font-size:14px;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .12s ease}.scene-search-launch:hover{border-color:#494949;background:linear-gradient(180deg,#212121,#2b2b2b)}.scene-search-launch:active{transform:translateY(1px)}.scene-search-launch-icon{width:18px;height:18px;color:#ff7ca3;flex-shrink:0}.scene-search-form{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;border:1px solid var(--border);border-radius:18px;background:#171717;padding:10px}.scene-search-back,.scene-search-submit{height:42px;border-radius:999px;border:1px solid #3a3a3a;background:#232323;color:#f1f1f1;font-family:inherit}.scene-search-back{width:42px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.scene-search-back svg{width:18px;height:18px}.scene-search-input-shell{min-width:0;display:flex;align-items:center;gap:10px;height:42px;padding:0 14px;border-radius:999px;border:1px solid #303030;background:#202020}.scene-search-icon{width:18px;height:18px;color:#8d8d8d;flex-shrink:0}.scene-search-input{width:100%;border:none;outline:none;background:transparent;color:#f5f5f5;font-family:inherit;font-size:14px}.chat-list-page{width:min(100%,980px);margin:0 auto;padding-bottom:20px}.gallery-page{width:min(100%,980px);margin:0 auto;padding-bottom:28px}.gallery-detail-shell{display:grid;gap:14px}.gallery-detail-header{display:grid;gap:12px}.gallery-back-button{width:fit-content;min-height:38px;padding:0 14px 0 10px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#18181c;color:#fff;display:inline-flex;align-items:center;gap:6px;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer}.gallery-back-button svg{width:16px;height:16px}.gallery-detail-scene{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px}.gallery-detail-avatar,.gallery-scene-avatar{width:56px;height:56px;border-radius:16px;object-fit:cover;object-position:top}.gallery-detail-copy,.gallery-scene-copy{min-width:0}.gallery-detail-copy h1,.gallery-scene-copy h2{color:#fff;font-size:18px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gallery-detail-copy p,.gallery-scene-copy p,.gallery-scene-meta-row{margin-top:3px;color:#ffffff9e;font-size:12px;line-height:1.45}.gallery-scene-list{display:grid;gap:12px}.gallery-scene-card{width:100%;padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:linear-gradient(180deg,#1a1a1f,#101014);color:inherit;text-align:left;cursor:pointer;display:grid;gap:12px}.gallery-scene-card-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px}.gallery-scene-count{min-width:30px;height:30px;padding:0 8px;border-radius:999px;background:#ffffff14;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.gallery-scene-preview-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.gallery-scene-preview{position:relative;aspect-ratio:9 / 16;border-radius:14px;overflow:hidden;background:#16161a}.gallery-scene-preview.is-video:after{content:"";position:absolute;left:10px;bottom:10px;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid #fff;z-index:2}.gallery-scene-preview-image{width:100%;height:100%;display:block;object-fit:cover}.gallery-scene-meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.gallery-assets-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.gallery-asset-card{display:grid}.gallery-asset-card .gallery-card-body{padding-top:10px}.gallery-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:8px 2px 6px}.gallery-eyebrow{color:#f6d39d;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.gallery-hero h1{margin-top:8px;font-size:clamp(28px,6vw,40px);line-height:.96;letter-spacing:-.04em;color:#fff}.gallery-hero p:last-child{margin-top:10px;max-width:520px;color:#ffffffb3;font-size:14px;line-height:1.6}.chat-list-primary,.chat-list-secondary,.gallery-filter-pill{border-radius:999px;font-family:inherit;font-weight:600;cursor:pointer}.chat-list-primary{min-height:44px;padding:0 18px;border:1px solid rgba(255,77,126,.44);background:linear-gradient(135deg,#ff6f93,#ff4d7e);color:#fff;box-shadow:0 14px 30px #ff4d7e2e}.chat-list-secondary{min-height:44px;padding:0 18px;border:1px solid rgba(255,255,255,.14);background:#1d1d1f;color:#fff}.chat-list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px}.chat-list-card{width:100%;min-height:78px;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:radial-gradient(circle at top right,rgba(255,77,126,.16),transparent 34%),linear-gradient(180deg,#1d1d21,#131317);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;color:inherit;text-align:left;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.chat-list-card:hover{transform:translateY(-2px);border-color:#ffffff29;box-shadow:0 20px 36px #00000047}.chat-list-card-avatar,.chat-list-card-avatar-skeleton,.gallery-card-avatar{width:58px;height:58px;border-radius:18px;object-fit:cover;object-position:top;flex-shrink:0}.chat-list-card-avatar{border:1px solid rgba(255,255,255,.1)}.chat-list-card-avatar-placeholder,.gallery-card-avatar-placeholder{display:grid;place-items:center;background:#28282d;color:#f3f3f3;font-size:12px;font-weight:700}.chat-list-card-copy,.gallery-card-copy{min-width:0}.chat-list-card-copy h2,.gallery-card-copy h2{color:#fff;font-size:14px;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-list-card-copy p,.gallery-card-copy p,.gallery-card-status{margin-top:4px;color:#ffffff9e;font-size:11px;line-height:1.4}.gallery-page .gallery-hero{margin-bottom:4px}.chat-list-card-arrow{width:34px;height:34px;border-radius:999px;background:#ffffff0f;display:grid;place-items:center;color:#ffffffc2}.chat-list-card-arrow svg{width:18px;height:18px}.chat-list-grid-loading,.gallery-grid-loading{pointer-events:none}.chat-list-card-skeleton,.gallery-card-skeleton{overflow:hidden}.chat-list-card-skeleton:after,.gallery-card-skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.07),transparent);transform:translate(-100%);animation:mobile-skeleton-shimmer 1.4s ease infinite}.chat-list-card-skeleton{position:relative}.chat-list-card-avatar-skeleton{background:#27272b}.chat-list-card-copy-skeleton{display:grid;gap:10px}.chat-list-card-copy-skeleton span{display:block;height:10px;border-radius:999px;background:#27272b}.chat-list-card-copy-skeleton span:first-child{width:120px}.chat-list-card-copy-skeleton span:last-child{width:180px}.chat-list-empty,.gallery-empty{min-height:360px;border:1px dashed rgba(255,255,255,.12);border-radius:28px;background:radial-gradient(circle at top left,rgba(255,77,126,.12),transparent 36%),linear-gradient(180deg,#18181d,#111114);display:grid;place-items:center;text-align:center;gap:12px;padding:28px}.chat-list-empty-icon,.gallery-empty-icon{width:72px;height:72px;border-radius:24px;background:#ffffff0f;display:grid;place-items:center;color:#fff}.chat-list-empty-icon svg,.gallery-empty-icon svg{width:32px;height:32px}.chat-list-empty h2,.gallery-empty h2{color:#fff;font-size:24px}.chat-list-empty p,.gallery-empty p{max-width:460px;color:#ffffffa6;font-size:14px;line-height:1.7}.chat-list-empty-actions,.gallery-empty-actions,.gallery-filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center}.gallery-filter-pill{min-height:38px;padding:0 16px;border:1px solid rgba(255,255,255,.12);background:#19191c;color:#ffffffc2}.gallery-filter-pill.active{border-color:#f6c36d80;background:#f6c36d24;color:#fff3d0}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px}.gallery-card{width:100%;padding:0;border:1px solid rgba(255,255,255,.08);border-radius:24px;overflow:hidden;background:linear-gradient(180deg,#1a1a1f,#101014);color:inherit;text-align:left;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.gallery-card:hover{transform:translateY(-2px);border-color:#ffffff26;box-shadow:0 20px 40px #00000057}.gallery-card-media{position:relative;aspect-ratio:9 / 16;overflow:hidden;background:radial-gradient(circle at top left,rgba(246,195,109,.18),transparent 32%),radial-gradient(circle at bottom right,rgba(105,168,255,.18),transparent 34%),#16161a}.gallery-card-media-button{border:none;padding:0;cursor:zoom-in}.gallery-card-media-button:disabled{cursor:default}.gallery-card-media.is-video:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:999px;background:#06060975;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:inset 0 0 0 1px #ffffff1a}.gallery-card-media.is-video:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-28%,-50%);z-index:2;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:16px solid #fff}.gallery-card-image,.gallery-card-video{width:100%;height:100%;display:block;object-fit:cover}.gallery-asset-card .gallery-card-image,.gallery-asset-card .gallery-card-video{object-fit:contain;background:#0f0f12}.gallery-card-video{background:#101012}.gallery-card-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#ffffff9e;font-size:13px;font-weight:600}.gallery-card-type{position:absolute;top:14px;right:14px;padding:6px 10px;border-radius:999px;background:#0f0f12c7;color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.gallery-card-body{padding:14px}.gallery-card-action{margin-top:12px;width:100%;min-height:38px;padding:0 14px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0a;color:#fff;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.gallery-card-action:hover{background:#ffffff14;border-color:#ffffff2e}.gallery-card-scene{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px}.gallery-card-avatar{border-radius:16px}.gallery-card-status{margin-top:12px}.gallery-card-skeleton{position:relative;min-height:320px}@keyframes mobile-skeleton-shimmer{to{transform:translate(100%)}}@media(max-width:900px){.top-nav{padding:0 14px 0 12px;gap:10px}.top-nav-logo{font-size:17px}.app-shell.is-mobile-shell{display:block}.app-shell.is-mobile-shell .side-nav{width:min(72vw,252px);left:0;transform:translate(-100%);opacity:0;visibility:hidden;transition:transform .22s ease,opacity .18s ease;z-index:75;box-shadow:20px 0 40px #0000005c}.app-shell.is-mobile-shell .side-nav.is-open,.app-shell.is-mobile-shell.is-sidebar-open .side-nav{transform:translate(0);opacity:1;visibility:visible}.mobile-sidebar-backdrop{display:block;position:fixed;inset:var(--topnav-h) 0 0;z-index:60;border:none;padding:0;background:#0000004d}.main-content{margin-left:0;padding:10px 8px calc(var(--mobile-tabbar-h) + 10px + env(safe-area-inset-bottom))}.main-content.is-chat-route{padding:0;height:calc(100dvh - var(--topnav-h) - var(--mobile-tabbar-h) - env(safe-area-inset-bottom));overflow:hidden}.scene-grid-shell{gap:10px}.homepage-banners{aspect-ratio:1.55 / 1;border-radius:8px}.homepage-banner-dots{bottom:10px;gap:6px}.homepage-banner-dot{width:22px;height:3px}.homepage-banner-dot.active{width:28px;height:4px}.scene-candy-header{gap:8px}.scene-candy-title{font-size:23px}.scene-search-launch{min-height:46px;padding:0 12px;border-radius:14px;font-size:13px;gap:10px}.scene-filter-strip{gap:6px}.scene-filter-pill-v2{height:34px;padding:8px 12px;font-size:12px}.scene-tag-pill,.scene-tag-toggle,.scene-tag-collapse{min-height:32px;padding:6px 10px;border-radius:10px}.scene-tag-pill-label{font-size:12px}.portrait-card{border-radius:12px}.portrait-card-info{padding:8px 9px 10px}.portrait-card-info h3{font-size:13px;margin-bottom:2px}.portrait-card-role{font-size:10px;margin-bottom:2px}.portrait-card-desc{font-size:10px;line-height:1.35}.mobile-tabbar{position:fixed;left:0;right:0;bottom:0;z-index:80;height:var(--mobile-tabbar-h);padding:4px 6px env(safe-area-inset-bottom);border-radius:0;border-top:1px solid rgba(255,255,255,.08);background:#111114e0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 -10px 28px #0000003d;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2px}.mobile-tabbar-item{border:none;border-radius:10px;background:transparent;color:#ffffffa3;display:grid;justify-items:center;align-content:center;gap:2px;font-family:inherit;font-size:10px;font-weight:600;cursor:pointer}.mobile-tabbar-item svg{width:18px;height:18px}.mobile-tabbar-item.active{background:#ff4d7e1f;color:var(--brand);box-shadow:inset 0 0 0 1px #ff4d7e42}.page-notice-floating{top:calc(var(--topnav-h) + 10px);right:12px;left:12px;max-width:none}.auth-callback-page{min-height:calc(100dvh - var(--topnav-h) - var(--mobile-tabbar-h) - env(safe-area-inset-bottom))}.auth-callback-card{width:100%;padding:24px 18px;border-radius:20px}.auth-callback-card h1{font-size:21px}.auth-callback-card p{font-size:13px}.chat-page-v2{gap:0;height:calc(100dvh - var(--topnav-h) - var(--mobile-tabbar-h) - env(safe-area-inset-bottom))}.chat-v2-shell.is-mobile-layout{grid-template-columns:1fr;border:none;border-radius:0;background:transparent}.chat-v2-shell.is-mobile-layout .chat-v2-conversations,.chat-v2-shell.is-mobile-layout .chat-v2-scene-panel{display:none}.chat-v2-shell.is-mobile-layout .chat-v2-main{position:relative;border-right:none;border-radius:0;background:#141417;min-height:0}.chat-v2-shell.is-mobile-layout .chat-v2-main.has-mobile-backdrop:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--chat-mobile-backdrop);background-size:cover;background-position:top center;opacity:.26;filter:saturate(.95)}.chat-v2-shell.is-mobile-layout .chat-v2-main.has-mobile-backdrop:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0b0b0eb8,#0b0b0e66 24%,#0b0b0edb)}.chat-v2-shell.is-mobile-layout .chat-v2-header,.chat-v2-shell.is-mobile-layout .chat-v2-messages,.chat-v2-shell.is-mobile-layout .chat-v2-input-wrap{position:relative;z-index:1}.chat-v2-shell.is-mobile-layout .chat-v2-header{min-height:56px;padding:6px 8px;gap:8px;background:#0e0e128f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.chat-v2-header-back{height:30px;padding:0 8px 0 6px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff0a;color:#fff;display:inline-flex;align-items:center;gap:4px;font-family:inherit;font-size:11px;font-weight:700;flex-shrink:0}.chat-v2-header-back svg{width:16px;height:16px}.chat-v2-shell.is-mobile-layout .chat-v2-header-title h1{font-size:15px}.chat-v2-shell.is-mobile-layout .chat-v2-header-title p{margin-top:0;font-size:10px}.chat-v2-shell.is-mobile-layout .chat-v2-header-avatar{width:34px;height:34px}.chat-v2-shell.is-mobile-layout .chat-v2-messages{padding:8px 6px 2px;background:transparent;gap:6px;overscroll-behavior:contain}.chat-v2-story-intro{padding:10px 11px;border-radius:12px}.chat-v2-story-intro h3{font-size:14px;margin-bottom:5px}.chat-v2-story-intro p{font-size:13px;line-height:1.42}.chat-v2-shell.is-mobile-layout .chat-v2-story-intro,.chat-v2-shell.is-mobile-layout .chat-v2-row.is-ai .chat-v2-bubble,.chat-v2-shell.is-mobile-layout .chat-v2-video-card,.chat-v2-shell.is-mobile-layout .chat-v2-image-card{background:#18181cbd;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.chat-v2-shell.is-mobile-layout .chat-v2-row.is-user .chat-v2-bubble{background:#ff4d7e38;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.chat-v2-shell.is-mobile-layout .chat-v2-bubble,.chat-v2-shell.is-mobile-layout .chat-v2-video-card,.chat-v2-shell.is-mobile-layout .chat-v2-image-card{max-width:min(94%,420px)}.chat-v2-shell.is-mobile-layout .chat-v2-video-card,.chat-v2-shell.is-mobile-layout .chat-v2-image-card{max-width:min(76%,220px)}.chat-v2-shell.is-mobile-layout .chat-v2-input-wrap{margin-top:auto;position:sticky;bottom:0;padding:6px 6px 0;background:linear-gradient(to top,rgba(15,15,19,.92) 0%,rgba(15,15,19,.64) 62px,transparent 100%);overflow:hidden}.chat-v2-shell.is-mobile-layout .chat-v2-input-shell{grid-template-columns:minmax(0,1fr) auto;width:100%;padding:6px;gap:6px;overflow:hidden}.chat-v2-shell.is-mobile-layout .chat-v2-media-actions{grid-column:1 / -1;overflow-x:auto;padding-bottom:0;scrollbar-width:none}.chat-v2-shell.is-mobile-layout .chat-v2-media-actions::-webkit-scrollbar{display:none}.chat-v2-shell.is-mobile-layout .chat-v2-image-btn,.chat-v2-shell.is-mobile-layout .chat-v2-video-btn,.chat-v2-shell.is-mobile-layout .chat-v2-send-btn{min-width:62px;height:28px;padding:0 9px;font-size:11px;flex:0 0 auto}.chat-v2-shell.is-mobile-layout .chat-v2-input-shell textarea{font-size:13px;line-height:1.25}.chat-v2-video-preview-play{width:44px;height:44px}.chat-v2-video-preview-play:after{left:18px;top:14px;border-top-width:8px;border-bottom-width:8px;border-left-width:13px}.chat-media-preview-backdrop{padding:10px}.chat-media-preview-stage{border-radius:16px}.chat-v2-mobile-empty-state{display:grid;gap:10px;justify-items:start;padding:16px;border-radius:18px;background:#111115b8;border:1px dashed rgba(255,255,255,.14)}.chat-v2-mobile-empty-state h3{color:#fff;font-size:18px}.chat-v2-mobile-empty-state p{color:#ffffffad;font-size:13px;line-height:1.6}.chat-v2-mobile-empty-action{min-height:38px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff;font-family:inherit;font-weight:600}.gallery-page{width:100%}.gallery-detail-header{gap:10px}.gallery-back-button{min-height:34px;padding:0 12px 0 8px;font-size:12px}.gallery-detail-avatar,.gallery-scene-avatar{width:44px;height:44px;border-radius:12px}.gallery-detail-copy h1,.gallery-scene-copy h2{font-size:15px}.gallery-detail-copy p,.gallery-scene-copy p,.gallery-scene-meta-row{font-size:11px}.gallery-scene-list{gap:10px}.gallery-scene-card{padding:10px;border-radius:14px;gap:10px}.gallery-scene-card-head{gap:10px}.gallery-scene-preview-strip{gap:6px;grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-scene-preview{aspect-ratio:9 / 16;border-radius:10px}.gallery-scene-count{min-width:26px;height:26px;font-size:11px}.gallery-hero{align-items:flex-start;flex-direction:column;gap:10px;padding:2px 0 0}.gallery-hero h1{font-size:24px}.gallery-hero p:last-child{font-size:12px;line-height:1.5}.gallery-filters{width:100%;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px;scrollbar-width:none}.gallery-filters::-webkit-scrollbar{display:none}.gallery-filter-pill{min-height:32px;padding:0 12px;font-size:12px;flex:0 0 auto}.chat-list-grid,.gallery-grid{grid-template-columns:1fr}.chat-list-card{min-height:70px;padding:10px;border-radius:12px}.chat-list-card-avatar,.chat-list-card-avatar-skeleton{width:46px;height:46px;border-radius:14px}.chat-list-card-copy p{display:none}.gallery-card-media{aspect-ratio:9 / 16}.gallery-card{border-radius:16px}.gallery-assets-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.gallery-card-body{padding:10px}.gallery-card-scene{gap:10px}.gallery-card-avatar{width:44px;height:44px;border-radius:12px}.gallery-card-type{top:10px;right:10px;padding:5px 8px;font-size:10px}.gallery-card-media.is-video:after{width:44px;height:44px}.gallery-card-media.is-video:before{border-top-width:8px;border-bottom-width:8px;border-left-width:13px}.gallery-card-copy h2{font-size:13px}.gallery-card-copy p,.gallery-card-status{font-size:11px}.scene-search-form{gap:8px;padding:8px;border-radius:14px}.scene-search-back,.scene-search-submit{height:38px}.scene-search-input-shell{height:38px;padding:0 12px}}@media(max-width:390px){.main-content{padding:8px 6px calc(var(--mobile-tabbar-h) + 8px + env(safe-area-inset-bottom))}.homepage-banners{aspect-ratio:1.32 / 1}.scene-grid{gap:6px}.scene-filter-pill-v2{height:32px;padding:7px 10px;font-size:11px}.chat-page-v2{gap:0;height:calc(100dvh - var(--topnav-h) - var(--mobile-tabbar-h) - env(safe-area-inset-bottom))}.chat-v2-shell.is-mobile-layout .chat-v2-header{min-height:50px;padding:5px 6px}.chat-v2-shell.is-mobile-layout .chat-v2-header-avatar{width:30px;height:30px}.chat-v2-shell.is-mobile-layout .chat-v2-header-title h1{font-size:14px}.chat-v2-shell.is-mobile-layout .chat-v2-header-title p{font-size:9px}.chat-v2-shell.is-mobile-layout .chat-v2-messages{padding:6px 4px 1px;gap:5px}.chat-v2-shell.is-mobile-layout .chat-v2-bubble,.chat-v2-shell.is-mobile-layout .chat-v2-video-card,.chat-v2-shell.is-mobile-layout .chat-v2-image-card{max-width:96%}.chat-v2-shell.is-mobile-layout .chat-v2-video-card,.chat-v2-shell.is-mobile-layout .chat-v2-image-card{max-width:min(76%,188px)}.chat-v2-shell.is-mobile-layout .chat-v2-input-wrap{padding:4px 4px 0}.chat-v2-shell.is-mobile-layout .chat-v2-input-shell{padding:5px;gap:5px;border-radius:12px}.chat-v2-shell.is-mobile-layout .chat-v2-image-btn,.chat-v2-shell.is-mobile-layout .chat-v2-video-btn,.chat-v2-shell.is-mobile-layout .chat-v2-send-btn{min-width:54px;height:26px;padding:0 7px;font-size:10px}.chat-v2-shell.is-mobile-layout .chat-v2-input-shell textarea{font-size:12px;max-height:76px}.gallery-grid{gap:10px}.settings-shell{padding-bottom:calc(var(--mobile-tabbar-h) + 18px)}}.scene-search-input::placeholder{color:#6d6d6d}.scene-search-submit{min-width:92px;padding:0 18px;cursor:pointer;transition:border-color .2s ease,background .2s ease}.scene-search-submit:hover{border-color:#585858;background:#2b2b2b}.scene-search-meta{display:grid;gap:4px}.scene-search-count{margin:0;color:#8f8f8f;font-size:13px}.scene-filter-icon-pill{min-width:44px;padding:0 12px}.scene-filter-icon-pill svg{width:18px;height:18px}.scene-search-empty{min-height:280px;border:1px dashed rgba(255,255,255,.16);border-radius:18px;background:radial-gradient(circle at top left,rgba(255,77,126,.14),transparent 38%),radial-gradient(circle at bottom right,rgba(105,168,255,.12),transparent 34%),#181818;display:grid;align-content:center;justify-items:center;gap:10px;padding:24px;text-align:center}.scene-search-empty-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#ff4d7e24;color:#ff8ead;font-size:26px}.scene-search-empty h3{margin:0;color:#f3f3f3;font-size:18px}.scene-search-empty p{max-width:520px;margin:0;color:#9f9f9f;font-size:13px;line-height:1.6}@media(max-width:1280px){.chat-v2-shell{grid-template-columns:300px 1fr}.chat-v2-scene-panel{display:none}.chat-v2-main{border-right:none}}
