:root{color-scheme:dark;--color-bg: #08070b;--color-bg-raised: rgba(255, 255, 255, .05);--color-bg-card: rgba(255, 255, 255, .05);--color-border: rgba(255, 255, 255, .1);--color-primary: #ff2d78;--color-primary-hover: #ff5b96;--color-accent: #7e3ff2;--color-text: #fff8fb;--color-text-dim: rgba(255, 255, 255, .7);--color-text-muted: rgba(255, 255, 255, .48);--color-success: #2ecc71;--color-warning: #f5a623;--color-danger: #ef4444;--bg-deep: #08070b;--bg-glass: rgba(255, 255, 255, .05);--glass-line: rgba(255, 255, 255, .1);--neon-pink: #ff2d78;--main-grad: linear-gradient(135deg, #ff2d78, #7e3ff2);--glass-blur: blur(20px);--glass-shadow: 0 8px 32px rgba(0, 0, 0, .5);--space-0: 0;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--font-size-12: 12px;--font-size-14: 14px;--font-size-16: 16px;--font-size-18: 18px;--font-size-20: 20px;--font-size-24: 24px;--font-size-32: 32px;--radius-sm: 8px;--radius-md: 24px;--radius-lg: 24px;--radius-xl: 32px;--z-dropdown: 100;--z-sticky: 200;--z-toast: 900;--z-overlay: 999;--z-modal: 1000;--z-popover: 1100;--z-tooltip: 1200;--overlay-backdrop: rgba(0, 0, 0, .72);--modal-surface: var(--color-bg-raised);--shadow-sm: var(--glass-shadow);--shadow-md: var(--glass-shadow);--shadow-lg: 0 18px 70px rgba(0, 0, 0, .58);--font-sans: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif;--duration: .18s;--card-grid-gap: 14px;--portrait-card-ratio: 3 / 4;--kr-letter-tight: -.022em;--kr-letter-normal: -.012em;--kr-line-tight: 1.32;--kr-line-normal: 1.55;--bg: var(--color-bg);--bg-2: var(--color-bg-raised);--panel: var(--color-bg-card);--panel-2: #20243a;--line: var(--color-border);--line-strong: #343950;--text: var(--color-text);--muted: var(--color-text-dim);--soft: var(--color-text-muted);--brand: var(--color-accent);--brand-2: var(--color-primary);--green: var(--color-success);--yellow: var(--color-warning);--font-ui: var(--font-sans)}.voice-shell{min-height:100dvh!important;height:100dvh!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:#000!important}.voice-phone{min-height:100dvh!important;height:100dvh!important;padding:0!important;gap:0!important;border:0!important;border-radius:0!important;background:#000!important;box-shadow:none!important}.voice-phone__stage{min-height:100dvh!important;height:100dvh!important;border-radius:0!important}.voice-phone__poster{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:100dvh!important;max-height:none!important;object-fit:cover!important;object-position:center 14%!important}.voice-phone__status{position:absolute!important;top:max(18px,env(safe-area-inset-top,0px))!important;left:16px!important;right:16px!important;z-index:3!important}.voice-phone__confirm,.voice-phone__incoming{position:absolute!important;inset:0!important;z-index:2!important;padding:112px 24px max(44px,env(safe-area-inset-bottom,0px))!important}.voice-phone__confirm,.voice-phone__incoming{display:grid!important;align-content:space-between!important;justify-items:center!important}.voice-phone__copy,.voice-phone__copy--hero{width:min(100%,320px)!important;padding:0!important;border:0!important;background:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-radius:0!important;text-align:center!important;justify-items:center!important;text-shadow:0 4px 18px rgba(0,0,0,.48)!important}.voice-config{width:min(100%,320px)!important;padding:0!important;border:0!important;background:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-radius:0!important}.voice-phone__incoming .tool-row{align-self:end!important;justify-content:center!important;gap:24px!important}.voice-phone__call,.voice-phone__dock-button,.voice-phone__hangup{min-width:74px!important;min-height:74px!important;border-radius:999px!important}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:#080808;color:var(--text);font-family:var(--font-ui);font-feature-settings:"ss01","kern","liga";letter-spacing:var(--kr-letter-normal);word-break:keep-all;line-break:strict}h1,h2,h3,h4{letter-spacing:var(--kr-letter-tight);line-height:var(--kr-line-tight);word-break:keep-all}p{line-height:var(--kr-line-normal);word-break:keep-all}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea{font:inherit}.btn,.tool-row__item{display:inline-flex;align-items:center;justify-content:center;min-height:40px;height:40px;padding:0 16px;border:1px solid transparent;border-radius:var(--radius-md);background:var(--color-bg-card);color:var(--color-text);font-weight:700;line-height:1;text-decoration:none;cursor:pointer;transition:background var(--duration) ease,border-color var(--duration) ease,box-shadow var(--duration) ease,color var(--duration) ease,transform var(--duration) ease}.btn:hover,.tool-row__item:hover{border-color:color-mix(in srgb,var(--color-primary) 52%,var(--color-border));background:#20243a}.btn:disabled,.btn[aria-disabled=true],.tool-row__item:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn--primary{border-color:color-mix(in srgb,var(--color-primary) 76%,white 8%);background:linear-gradient(180deg,var(--color-primary-hover) 0%,var(--color-primary) 100%);color:#fff;box-shadow:0 0 22px #7b68ee42}.btn--accent{border-color:color-mix(in srgb,var(--color-accent) 72%,white 8%);background:linear-gradient(180deg,#ff74a1 0%,var(--color-accent) 100%);color:#fff;box-shadow:0 0 22px #ff5d8f3d}.btn--ghost,.tool-row__item{border-color:var(--color-border);background:#1a1d2eb8}.btn--danger{border-color:color-mix(in srgb,var(--color-danger) 72%,white 6%);background:#ef44441f;color:#fecaca}.btn--success{border-color:color-mix(in srgb,var(--color-success) 64%,white 6%);background:#2ecc7124;color:#b7f7cf}.btn--sm{min-height:32px;height:32px;padding:0 12px;border-radius:var(--radius-sm);font-size:.82rem}.btn--lg{min-height:48px;height:48px;padding:0 20px;border-radius:var(--radius-lg);font-size:.98rem}.card,.panel-surface,.builder-card,.collection-shell,.policy-panel{border-color:var(--color-border);background:var(--color-bg-raised);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.app-shell{min-height:100dvh;background:radial-gradient(circle at top,#401123,#12070d 32%,#080808 62%),#080808}.site-header__brand small,.promo-banner small,.section-header span,.temperature-bar strong,.collection-card span,.builder-card small,.wallet-box small,.package-tile small,.fact-grid__item small,.chat-index__meta small,.chat-index__top span,.voice-phone__confirm small,.live-shell__status span,.note-list__item,.profile-panel__tab,.poster-square__footer small{color:var(--muted);font-size:12px;letter-spacing:.02em}.site-header{max-width:1360px;margin:0 auto;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:16px;position:sticky;top:0;z-index:var(--z-sticky);background:linear-gradient(180deg,#080808f5,#080808d1);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header__brand{display:flex;align-items:center}.site-header__brand strong{font-size:26px;line-height:1;letter-spacing:-.03em;font-weight:700;background:linear-gradient(90deg,#ff7aa7,#f5b260);-webkit-background-clip:text;background-clip:text;color:transparent}.site-header__nav,.site-header__tools{display:flex;align-items:center;gap:10px}.site-header__tools{flex-wrap:wrap;justify-content:flex-end}.site-tool,.feature-nav__item{min-height:40px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #56414a;background:#150f12;color:#efe8ec;border-radius:999px;text-decoration:none}.feature-nav__item--active{background:#2a1119;border-color:#f05b72}.feature-nav__item{padding:0 16px;gap:8px}.feature-nav__item strong{font-size:15px;font-weight:600}.nav-icon{width:22px;height:22px;flex:0 0 auto}.nav-icon--raster{display:inline-block;object-fit:contain;opacity:.78;transition:opacity .15s ease,transform .15s ease}.feature-nav__item--active .nav-icon--raster,.feature-nav__item:hover .nav-icon--raster,.site-tool:hover .nav-icon--raster{opacity:1}.safe-mode-toggle{display:inline-flex;align-items:center;gap:6px}.site-tool{min-height:34px;padding:0 12px;background:#120f10}.site-tool--button{font:inherit;cursor:pointer}.locale-switcher{display:inline-flex;align-items:center}.locale-switcher select{min-height:34px;max-width:132px;padding:0 30px 0 12px;border:1px solid #56414a;border-radius:999px;background:#120f10;color:#efe8ec;font:inherit;font-size:12px;cursor:pointer}.auth-panel{min-height:100dvh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 0%,rgba(255,122,167,.18),transparent 34%),#08070a}.auth-card{width:min(420px,100%);display:grid;gap:18px;padding:24px;border:1px solid #3a2831;border-radius:12px;background:#130e12;box-shadow:0 24px 80px #00000061}.auth-card__header{display:grid;gap:6px}.auth-card__header strong{font-size:26px;line-height:1.1}.auth-card__header span{color:var(--muted)}.auth-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid #49333d;border-radius:10px;overflow:hidden}.auth-tabs__item{min-height:42px;border:0;background:#0d0b0d;color:var(--muted);cursor:pointer}.auth-tabs__item--active{background:#2a1119;color:#fff}.auth-form{display:grid;gap:14px}.auth-form label{display:grid;gap:8px;color:#efe8ec;font-size:13px}.auth-form input{min-height:46px;padding:0 13px;border:1px solid #49333d;border-radius:8px;background:#08070a;color:#fff}.auth-form__error{margin:0;color:#ff8da9;font-size:13px}.rail-buy,.search-button,.mode-chip,.tag-strip__search{width:100%;min-height:42px;border:1px solid var(--line-strong);background:#232323;color:var(--text);cursor:pointer}.tag-strip__search{padding:0 12px}.app-topbar__modes,.app-topbar__tools,.filter-strip,.tag-strip,.story-rail,.tool-row,.package-strip{display:flex;flex-wrap:wrap;gap:10px}.app-topbar__mode,.token-chip,.profile-chip,.filter-strip__item,.tag-strip__item,.mode-toggle__item,.tool-row__item,.dock-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border:1px solid var(--line-strong);background:#181416;border-radius:999px}.app-topbar__mode--active,.filter-strip__item--active,.tag-strip__item--active,.mode-toggle__item--active,.mobile-dock__item--active{border-color:var(--brand);background:#281a1e}.model-picker{display:inline-grid;gap:4px}.model-picker span{color:var(--muted);font-size:11px;letter-spacing:.06em;text-transform:uppercase}.model-picker__select{min-height:36px;padding:0 36px 0 12px;border:1px solid var(--line-strong);background:#120f10;color:var(--text)}.model-picker__rate{color:#ffffff94;font-size:11px;line-height:1.15;white-space:nowrap}.character-actions{display:grid;gap:8px;margin-top:12px}.character-actions--compact{margin-top:0}.character-actions__row{display:flex;flex-wrap:wrap;gap:6px}.character-actions--compact .character-actions__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));width:100%}.character-actions--compact .character-actions__row .btn{width:100%;min-width:0;padding-inline:8px;text-align:center;white-space:normal;line-height:1.08}.character-actions__report{display:flex;align-items:stretch;gap:6px;max-width:520px}.character-actions__report textarea{min-width:220px;min-height:38px;resize:vertical;border:1px solid var(--line-strong);background:#120f10;color:var(--text);padding:8px 10px}.character-actions__notice{color:#ffffffb8;line-height:1.35;overflow-wrap:anywhere}.token-chip{border-color:#5d2f36;background:#2a171b}.profile-chip{background:#242424}.app-content{min-width:0;padding:0 18px 32px;max-width:1360px;width:100%;margin:0 auto}.admin-banner{margin:0 0 12px;padding:10px 14px;border:1px solid var(--line);border-radius:8px;background:#ffffff0d;display:flex;justify-content:space-between;gap:12px;align-items:center}.admin-banner div{display:flex;gap:10px;align-items:center;min-width:0}.admin-banner strong,.admin-banner span{font-size:.84rem}.admin-banner span{opacity:.72}.admin-banner a{color:var(--accent);font-size:.82rem;text-decoration:none;white-space:nowrap}.app-content--immersive{padding:0}.page-stack{display:grid;gap:36px}@media(max-width:720px){.page-stack{gap:28px}}.home-stage,.promo-banner,.panel-surface,.collection-shell,.builder-shell,.chat-shell,.live-shell,.voice-shell,.explore-stage,.chat-shell__list,.chat-shell__room,.chat-shell__profile{border:1px solid var(--line);background:#130f11;border-radius:24px}.hero-shell{position:relative;min-height:640px;overflow:hidden;border-radius:32px;background:linear-gradient(180deg,#0a040a73,#0f0610eb 78%),url(/banners/hero_main-desktop.jpg) center/cover no-repeat;box-shadow:inset 0 -1px #ff60a840}.hero-shell:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at 22% 70%,rgba(255,70,150,.32) 0%,transparent 55%),radial-gradient(ellipse at 80% 30%,rgba(120,60,220,.3) 0%,transparent 60%),linear-gradient(180deg,transparent 45%,rgba(10,4,10,.88) 100%)}@media(max-width:720px){.hero-shell{min-height:560px;background:linear-gradient(180deg,#0a040a59,#0f0610f2 80%),url(/banners/hero_main-mobile.jpg) center/cover no-repeat;border-radius:22px}}.hero-shell__media{position:absolute;inset:0;z-index:1;display:flex;justify-content:flex-end;align-items:stretch;pointer-events:none}.hero-shell__media>*{pointer-events:auto}.hero-shell__video-card{position:relative;width:38%;max-width:460px;height:100%;margin:0;border-radius:28px 0 0 28px;overflow:hidden;box-shadow:-30px 0 60px #00000073}.hero-shell__video{width:100%;height:100%;object-fit:cover;object-position:center 32%}.hero-shell__figure{display:none}.hero-shell__content{position:relative;z-index:2;max-width:560px;margin:0;padding:80px 56px;text-align:left}.hero-shell__content small{display:inline-block;padding:6px 12px;border-radius:999px;background:#ff46962e;border:1px solid rgba(255,96,168,.4);color:#ffc6dc;font-size:12px;letter-spacing:.06em;text-transform:uppercase}.hero-shell__content h1{margin:18px 0 16px;font-size:clamp(2.8rem,5.5vw,5.2rem);font-weight:800;line-height:.98;letter-spacing:-.05em;background:linear-gradient(135deg,#fff,#ffb8d4 55%,#ff5fa0);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 40px rgba(255,96,168,.18)}.hero-shell__content p{margin:0;max-width:440px;color:#ecd8df;line-height:1.6;font-size:15.5px}.hero-shell__actions{margin-top:28px;display:flex;flex-wrap:wrap;align-items:center;gap:12px}.hero-shell__meta{color:#f2dfe6;font-size:13px;opacity:.85}.hero-shell__signals{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px}.hero-shell__signals span{padding:5px 12px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);font-size:12px;color:#f6e6ec}@media(max-width:900px){.hero-shell__media{justify-content:center;opacity:.32}.hero-shell__video-card{width:60%;max-width:320px;border-radius:24px;box-shadow:none}.hero-shell__content{max-width:none;padding:56px 24px 64px;text-align:center}.hero-shell__content p{margin:0 auto}.hero-shell__actions,.hero-shell__signals{justify-content:center}}.landing-section{display:grid;gap:14px}.scroll-row-section{display:grid;gap:12px}.scroll-row{display:flex;gap:14px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;padding:6px 4px 14px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 12px,#000 calc(100% - 32px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 12px,#000 calc(100% - 32px),transparent 100%)}.scroll-row::-webkit-scrollbar{display:none}.scroll-row__card{position:relative;flex:0 0 auto;width:200px;aspect-ratio:3/4;scroll-snap-align:start;border-radius:18px;overflow:hidden;background:#161013;border:1px solid rgba(255,255,255,.06);text-decoration:none;color:inherit;transition:transform .22s cubic-bezier(.2,.8,.2,1),border-color .22s,box-shadow .22s;isolation:isolate}.scroll-row__card:hover{transform:translateY(-6px);border-color:#ff60a88c;box-shadow:0 24px 56px #0000008c,0 0 32px #ff60a838}.scroll-row__card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.scroll-row__card:hover img{transform:scale(1.06)}.scroll-row__card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 44%,rgba(8,3,10,.54) 70%,rgba(8,3,10,.94) 100%);z-index:1}.scroll-row__caption{position:absolute;inset:auto 0 0;z-index:2;padding:18px 12px 12px;display:grid;gap:4px}.scroll-row__caption strong{display:block;font-size:15px;font-weight:700;color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.5)}.scroll-row__caption span{font-size:11.5px;line-height:1.25;color:#d8c4cb;opacity:.92;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.scroll-row__badge{position:absolute;top:10px;right:10px;z-index:3;padding:3px 8px;border-radius:999px;font-size:10.5px;font-weight:700;letter-spacing:.04em}.scroll-row__badge--adult{background:linear-gradient(135deg,#ff3b6a,#c8245a);color:#fff;box-shadow:0 4px 14px #c8245a80}.scroll-row__badge--new{background:linear-gradient(135deg,#6f56ff,#4836c8);color:#fff;box-shadow:0 4px 14px #6f56ff73}body[data-safe-mode=on] .scroll-row__card--adult img{filter:blur(16px) saturate(.7) brightness(.85)}body[data-safe-mode=on] .scroll-row__card--adult:hover img{filter:blur(8px) saturate(.85) brightness(.92)}@media(max-width:720px){.scroll-row__card{width:148px}.scroll-row__caption strong{font-size:14px}.scroll-row__caption{padding-bottom:13px}}.live-action-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--card-grid-gap)}.live-action-card{overflow:hidden;border-radius:18px;background:#201014;border:1px solid #57343e;min-width:0}.live-action-card__image{width:100%;aspect-ratio:var(--portrait-card-ratio);object-fit:cover;object-position:center top}.live-action-card__copy{display:grid;gap:4px;padding:10px 12px 12px;min-width:0}.live-action-card__copy small,.live-action-card__copy span{color:var(--muted);font-size:11px}.creator-banner{display:grid;grid-template-columns:minmax(0,.92fr) minmax(340px,1.08fr);align-items:stretch;overflow:hidden;border-radius:28px;background:linear-gradient(135deg,#4a1730,#6b2f55 48%,#31445f)}.creator-banner__image{width:100%;min-height:320px;object-fit:cover;object-position:center top}.creator-banner__copy{display:grid;align-content:center;gap:10px;padding:28px}.creator-banner__copy h2{margin:0;font-size:clamp(2.2rem,4vw,3.4rem);line-height:.95;letter-spacing:-.05em}.creator-banner__copy p{margin:0;color:#f3dde7;line-height:1.6}.promo-banner{display:grid;grid-template-columns:minmax(0,1fr) 360px 220px;align-items:stretch;gap:16px;padding:22px;background:linear-gradient(135deg,#631826,#b12546 48%,#3b1324)}.promo-banner__copy{display:grid;align-content:end}.promo-banner h1,.collection-shell__top h1{margin:6px 0 0;font-size:clamp(1.9rem,3vw,3rem);line-height:.95;letter-spacing:-.04em}.promo-banner__image{width:100%;height:236px;border:1px solid #d56a83;object-fit:cover;object-position:center top}.promo-banner__action{min-width:220px;padding:18px;border:1px solid #d56a83;background:#36131c}.promo-banner__action strong,.wallet-box strong,.package-tile strong,.level-box__top strong,.fact-grid__item strong{display:block}.filter-strip__item,.tag-strip__item,.mode-toggle__item,.tool-row__item,.note-list__item,.benefit-list__item{color:var(--muted);cursor:pointer}.panel-surface,.collection-shell,.builder-shell{padding:12px}.section-header{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:16px}.section-header h2,.chat-shell__profile h2{margin:0;font-size:28px;line-height:1;letter-spacing:-.03em}.section-header p,.chat-index__row p,.poster-square__content p,.builder-card p,.voice-phone__copy p,.profile-panel__body p,.live-command p,.message-card__bubble p,.dialog-bubble p,.voice-phone__confirm p{margin:8px 0 0;color:var(--muted);line-height:1.5}.status-line{padding:12px 14px;border:1px solid var(--line);background:#202020;color:var(--muted)}.toast{position:fixed;top:calc(16px + env(safe-area-inset-top));right:16px;z-index:var(--z-toast);display:flex;align-items:center;gap:10px;max-width:min(420px,calc(100vw - 32px));padding:12px 14px;border-radius:var(--radius-lg);border:1px solid var(--line);background:color-mix(in srgb,var(--modal-surface) 96%,black 4%);color:#fff;box-shadow:0 22px 48px #00000061;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.toast span{min-width:0;overflow-wrap:anywhere}.toast--success{border-color:#22c55e7a}.toast--warning{border-color:#f59e0b94}.toast--error{border-color:#ef444499}.toast button{border:0;background:transparent;color:inherit;cursor:pointer}.charge-modal{position:fixed;inset:0;z-index:var(--z-overlay);display:grid;place-items:center;padding:20px;background:var(--overlay-backdrop);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.charge-modal__panel{position:relative;z-index:var(--z-modal);width:min(720px,100%);max-height:min(720px,calc(100vh - 40px));overflow:auto;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--modal-surface);padding:18px;box-shadow:0 28px 80px #00000075;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.charge-modal__head,.ledger-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.charge-modal__head{margin-bottom:14px}.charge-modal__head button{border:1px solid var(--line);border-radius:8px;background:transparent;color:var(--text);padding:8px 12px;cursor:pointer}.charge-modal__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.charge-coupon{margin-top:16px;display:grid;gap:8px;border-top:1px solid var(--line);padding-top:16px}.charge-coupon__row{display:flex;gap:8px;flex-wrap:wrap}.charge-coupon input{flex:1 1 220px;min-height:40px;border:1px solid var(--line);border-radius:8px;background:#ffffff0d;color:var(--text);padding:8px 10px}.charge-coupon button{border:0;border-radius:8px;background:var(--accent);color:#050505;padding:8px 12px;font-weight:700}.charge-coupon span{font-size:.8rem;color:var(--muted)}.charge-package{display:grid;gap:6px;text-align:left;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--text);padding:14px;cursor:pointer}.charge-package strong{font-size:1rem}.charge-package small,.ledger-panel p,.ledger-row small{color:var(--muted)}.ledger-panel{margin-top:16px;display:grid;gap:8px}.ledger-row{border-top:1px solid var(--line);padding-top:8px}.media-lightbox{position:fixed;inset:0;z-index:var(--z-popover);display:grid;place-items:center;padding:16px}.media-lightbox__backdrop{position:absolute;inset:0;background:#000000eb}.media-lightbox__frame{position:relative;z-index:1;max-width:min(96vw,720px);max-height:92vh}.media-lightbox__media{display:block;max-width:100%;max-height:92vh;object-fit:contain}.media-lightbox__media--image{width:min(92vw,420px);aspect-ratio:9 / 16;object-fit:cover}.media-lightbox__media--video{width:min(92vw,420px);aspect-ratio:9 / 16}.chat-message__media{cursor:pointer}.story-rail__item{width:88px;display:grid;gap:6px}.story-rail__thumb,.chat-index__thumb,.chat-list__avatar,.message-card__photo,.collection-card__image{border:1px solid var(--line);width:100%;object-fit:cover;object-position:center top}.story-rail__thumb{height:auto;aspect-ratio:3 / 4;object-position:center top}.chat-index__thumb{height:92px}.chat-list__avatar{height:60px}.message-card__photo{height:132px}.story-rail__item strong,.chat-list__row strong,.chat-index__row strong,.message-card__bubble strong,.profile-panel__body h2,.collection-card strong,.builder-card strong,.voice-phone__copy strong,.live-command strong{font-size:16px;font-weight:700}.poster-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--card-grid-gap)}@media(min-width:720px){.poster-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.poster-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1440px){.poster-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.character-card-link{display:block;color:inherit;text-decoration:none;min-width:0;position:relative;transition:transform .22s cubic-bezier(.2,.8,.2,1)}.character-card-link:hover{transform:translateY(-6px);z-index:2}.character-card-link__profile{position:relative;display:block;overflow:hidden;border-radius:22px;isolation:isolate}.character-card-link__profile:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#0000 55%,#14050eeb);opacity:.6;transition:opacity .18s ease;z-index:1}.character-card-link:hover .character-card-link__profile:before{opacity:.95}.character-card-link .poster-square{transition:box-shadow .22s ease,border-color .22s ease}.character-card-link:hover .poster-square{border-color:#ff60a88c;box-shadow:0 28px 72px #00000080,0 0 0 1px #ff60a84d,0 0 36px #ff60a840}.character-card-link:after{content:"▶";position:absolute;top:50%;left:50%;transform:translate(-50%,-42%) scale(.6);width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,#ff79a1,#e1325f);color:#fff;font-size:22px;padding-left:4px;box-shadow:0 12px 36px #e1325f8c;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .25s cubic-bezier(.2,.9,.3,1.4);z-index:3}.character-card-link:hover:after{opacity:.96;transform:translate(-50%,-50%) scale(1)}.character-card-link[data-session-active=true]:before{content:"LIVE";position:absolute;top:12px;left:12px;z-index:4;padding:4px 10px;border-radius:999px;background:linear-gradient(135deg,#ff3b6a,#ff6f9c);color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;box-shadow:0 6px 20px #ff3b6a73;animation:pulse-live 2s ease-in-out infinite}@keyframes pulse-live{0%,to{box-shadow:0 6px 20px #ff3b6a73}50%{box-shadow:0 6px 28px #ff3b6ad9}}.character-card-link[data-new=true] .poster-square:after{content:"NEW";position:absolute;width:auto;height:auto;inset:12px auto auto 12px;z-index:4;padding:4px 10px;border-radius:999px;background:linear-gradient(135deg,#6f56ff,#4836c8);color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;box-shadow:0 6px 18px #6f56ff73}.poster-square{display:flex;flex-direction:column;border:1px solid var(--line);background:#151515;border-radius:22px;overflow:hidden;min-width:0;min-height:100%;box-shadow:0 18px 44px #00000042;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.poster-square:hover{transform:translateY(-4px);border-color:#ffffff3d;box-shadow:0 24px 58px #00000057}.poster-square__art,.profile-panel__art,.live-shell__poster,.voice-phone__poster,.collection-card__image,.explore-stage__art{width:100%;object-fit:cover;object-position:center top}.poster-square__art{width:100%;aspect-ratio:var(--portrait-card-ratio);object-fit:cover;object-position:center top;display:block}.poster-square__content{display:grid;gap:10px;padding:14px;border-top:1px solid var(--line);background:#181818;min-width:0}.poster-square__eyebrow,.poster-square__footer,.chat-index__top,.chat-index__meta,.collection-card__top,.level-box__top,.chat-room__top,.chat-room__controls,.temperature-bar,.live-shell__top,.voice-phone__status,.voice-phone__dock{display:flex;align-items:center;justify-content:space-between;gap:12px}.poster-square__eyebrow span,.chat-room__top span,.voice-phone__copy span{color:var(--soft);font-size:13px}.poster-square h3,.package-tile h3{margin:0;font-size:23px;line-height:1.05;letter-spacing:-.03em;overflow-wrap:anywhere}.poster-square__content p{min-height:3em;font-size:15px;overflow-wrap:anywhere}.tag-strip{margin-bottom:14px}.home-search{margin:12px 0 16px}.home-search__bar{position:relative;display:flex;align-items:center;gap:10px;width:100%;max-width:820px;margin:0 auto;padding:0 18px 0 52px;height:56px;border-radius:999px;background:#0f0c12d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1.5px solid rgba(255,255,255,.08);box-shadow:0 4px 20px #0000004d;transition:all .2s ease}.home-search__bar:hover{border-color:#ffffff26;background:#19151ce6}.home-search__bar:focus-within{border-color:#ff60a8;background:#141018f2;box-shadow:0 0 0 1px #ff60a8,0 0 16px #ff60a840}.home-filter-strip{margin-bottom:24px;gap:8px}.home-character-section .filter-strip__item,.home-filter-strip .filter-strip__item{border-radius:999px;min-height:36px;padding:0 16px;font-size:14px;font-weight:500;background:#ffffff0d;border:1px solid transparent;color:#fff9;transition:all .2s ease}.home-character-section .filter-strip__item:hover,.home-filter-strip .filter-strip__item:hover{background:#ffffff1a;color:#fff}.home-character-section .filter-strip__item--active,.home-filter-strip .filter-strip__item--active{background:#ff60a8;color:#fff;box-shadow:0 4px 12px #ff60a859;border-color:transparent}@media(max-width:720px){.home-search__bar{height:44px;padding:0 12px 0 42px;border-width:1px}.home-filter-strip{margin-bottom:16px;gap:6px}.home-character-section .filter-strip__item,.home-filter-strip .filter-strip__item{min-height:32px;padding:0 14px;font-size:13px}}.home-search__icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#ffffff80;pointer-events:none}.home-search__input{flex:1;height:100%;background:transparent;border:0;outline:0;color:#fff;font-size:15px;letter-spacing:-.01em}.home-search__input::placeholder{color:#ffffff6b}.home-search__clear{width:28px;height:28px;border-radius:999px;border:0;background:#ffffff1a;color:#fff;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.home-search__clear:hover{background:#ff60a880}.home-tag-row{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:4px 4px 8px;scrollbar-width:none;-ms-overflow-style:none;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 12px,#000 calc(100% - 24px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 12px,#000 calc(100% - 24px),transparent 100%)}.home-tag-row::-webkit-scrollbar{display:none}.home-tag-row__item{flex:0 0 auto;display:inline-flex;align-items:center;height:34px;padding:0 14px;border-radius:999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#ffffffc7;font-size:13px;white-space:nowrap;cursor:pointer;transition:all .15s ease}.home-tag-row__item:hover{border-color:#ff60a86b;color:#fff}.home-tag-row__item--active{background:linear-gradient(135deg,#ff60a838,#e1325f38);border-color:#ff60a8b3;color:#fff;font-weight:600}@media(max-width:720px){.home-search__bar{height:46px;padding:0 14px 0 44px}.home-search__icon{left:16px;width:18px;height:18px}.home-search__input{font-size:14.5px}}.tag-strip__item,.tag-strip__search{min-height:38px;padding:0 12px}.page-stack>.filter-strip{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;padding:4px 28px 8px 4px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 12px,#000 calc(100% - 12px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 12px,#000 calc(100% - 12px),transparent 100%)}.page-stack>.filter-strip::-webkit-scrollbar{display:none}.page-stack>.filter-strip .filter-strip__item{flex:0 0 auto;white-space:nowrap}@media(max-width:720px){.home-character-section .tag-strip,.home-character-section .filter-strip,.home-filter-strip{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 12px,#000 calc(100% - 24px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 12px,#000 calc(100% - 24px),transparent 100%)}.home-character-section .tag-strip::-webkit-scrollbar,.home-character-section .filter-strip::-webkit-scrollbar,.home-filter-strip::-webkit-scrollbar{display:none}.home-character-section .tag-strip__item,.home-character-section .filter-strip__item,.home-filter-strip .filter-strip__item{flex:0 0 auto;white-space:nowrap;min-height:34px;padding:0 14px;font-size:13px}.home-character-section .tag-strip__search{flex:1 0 60%}}.temperature-bar{display:block;width:min(240px,100%);min-width:160px}.temperature-info{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;margin-left:5px;font-size:9px;font-weight:700;line-height:1;border-radius:999px;color:var(--muted);background:#ffffff12;border:1px solid rgba(255,255,255,.16);cursor:help;vertical-align:middle;transition:color var(--duration),border-color var(--duration),background var(--duration)}.temperature-info:hover,.temperature-info:focus-visible{color:var(--brand);border-color:color-mix(in srgb,var(--brand) 60%,transparent);background:color-mix(in srgb,var(--brand) 16%,transparent);outline:none}.temperature-bar__label{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;gap:6px;color:#ffffffd1;font-size:12px;line-height:1.2;white-space:nowrap}.temperature-bar__label>span{display:inline-flex;align-items:center;min-width:0;line-height:1}.temperature-bar__label span:first-child{color:#fff;font-weight:700}.temperature-bar__label span:last-child{color:var(--soft);font-size:11px;justify-content:flex-end;text-align:right}.temperature-bar__meter,.xp-bar{flex:1;height:8px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;border-radius:999px;overflow:hidden}.temperature-bar__meter i,.xp-bar i{display:block;height:100%;background:linear-gradient(90deg,#64748b,#3b82f6 32%,#f59e0b 56%,#ef4444,#f43f5e);transition:background .3s ease}.discover-hero,.chats-hero,.collection-focus,.builder-hero{padding:18px}.discover-hero{position:relative;width:100%;aspect-ratio:4 / 5;max-height:78vh;overflow:hidden;border-radius:24px;padding:0;background:#0a0408}.discover-hero__bgblur{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:blur(34px) brightness(.45) saturate(1.1);transform:scale(1.12);z-index:0}.discover-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center;z-index:1}.discover-hero__overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#08030800 30%,#0803088c 60%,#080308f2),radial-gradient(ellipse at 25% 80%,rgba(255,70,150,.22) 0%,transparent 55%)}.discover-hero__content{position:absolute;inset:auto 0 0;z-index:2;padding:28px 24px 30px;display:flex;flex-direction:column;gap:14px;color:#fff}.discover-hero__category{display:inline-block;align-self:flex-start;justify-self:start;width:fit-content;max-width:100%;padding:5px 12px;border-radius:999px;background:#ff46962e;border:1px solid rgba(255,96,168,.4);color:#ffc6dc;font-size:12px;letter-spacing:.06em;text-transform:uppercase}.discover-hero__content h1{margin:4px 0 6px;font-size:clamp(2.4rem,5.2vw,4.2rem);line-height:1.02;letter-spacing:-.04em;background:linear-gradient(135deg,#fff,#ffb8d4 55%,#ff5fa0);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 40px rgba(255,96,168,.18)}.discover-hero__headline{margin:0;font-size:16px;color:#f2e4ea;line-height:1.5}.discover-hero__tagline{margin:0;font-size:14px;color:#cbb3bc;line-height:1.55;max-width:56ch;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.discover-hero__copy,.builder-hero__copy,.chats-hero__copy{display:grid;align-content:center;gap:10px}.discover-hero__copy small,.builder-hero__copy small,.chats-hero__copy small,.collection-focus__copy small{color:var(--muted);font-size:12px;letter-spacing:.06em;text-transform:uppercase}.discover-hero__copy h1,.builder-hero__copy h1,.chats-hero__copy h1,.collection-focus__copy h2{margin:0;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.15;letter-spacing:-.04em}.discover-hero__copy p,.builder-hero__copy p,.chats-hero__copy p,.collection-focus__copy p,.discover-hero__meta p{margin:0;color:var(--muted);line-height:1.55}.discover-hero__actions{display:flex;flex-wrap:wrap;gap:10px}.discover-hero__focus{position:relative;overflow:hidden;min-height:460px;border:1px solid var(--line);background:#130f11;border-radius:24px}.discover-hero__image{width:100%;height:100%;object-fit:cover;object-position:center top}.discover-hero__meta{position:absolute;right:16px;bottom:16px;left:16px;display:grid;gap:6px;padding:14px;border:1px solid #4c3039;background:linear-gradient(180deg,#120c0eb3,#120c0ef2);border-radius:18px}.discover-hero__meta strong,.discover-rail__copy strong,.discover-card__top strong,.chats-hero__card-copy strong{font-size:18px}.discover-hero__meta span,.discover-card__body small,.discover-rail__copy small,.chats-hero__card-copy span{color:var(--muted);font-size:12px}.discover-hero__rail{display:flex;gap:10px;padding:8px 4px 12px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 12px,#000 calc(100% - 24px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 12px,#000 calc(100% - 24px),transparent 100%)}.discover-hero__rail::-webkit-scrollbar{display:none}.discover-rail__item{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:4px;width:72px;background:transparent;border:0;padding:0;text-align:center;cursor:pointer;opacity:.7;transition:opacity .2s}.discover-rail__item:hover{opacity:1}.discover-rail__copy{width:100%;min-width:0}.discover-rail__copy strong{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1023px){.discover-hero__rail .discover-rail__copy{display:none}}@media(min-width:1024px){.discover-hero{aspect-ratio:auto;height:72vh;min-height:620px;max-height:none}.discover-hero__content{padding:56px 56px 60px;max-width:720px}.discover-hero__rail{position:absolute;inset:auto 24px 24px auto;width:360px;flex-direction:column;background:#0a04089e;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:18px;padding:14px;max-height:calc(72vh - 48px);overflow-y:auto;overflow-x:hidden;gap:8px;z-index:3;-webkit-mask-image:none;mask-image:none}.discover-rail__item{flex-direction:row;width:100%;gap:12px;padding:8px;border-radius:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.discover-rail__item:hover{background:#ffffff0f}.discover-rail__thumb{width:56px;height:56px;border-radius:50%;aspect-ratio:1 / 1}.discover-rail__copy{flex:1;display:flex;flex-direction:column;gap:2px}}.discover-rail__item--legacy{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;align-items:center;padding:8px;border:1px solid var(--line);background:#171316;color:var(--text);border-radius:16px;cursor:pointer}.discover-rail__item--active{border-color:var(--brand);background:#24161c}.discover-rail__thumb{width:72px;height:96px;aspect-ratio:3 / 4;object-fit:cover;object-position:center top;border-radius:12px;border:2px solid transparent;transition:border-color .2s}.discover-rail__item--active .discover-rail__thumb{border-color:var(--brand, #ff5fa0)}.discover-social-bar{display:flex;justify-content:center;gap:10px;margin-top:-8px}.filter-strip__item{border:none;background:#ffffff0d;border-radius:999px;padding:10px 18px;font-weight:600;color:#ffffff9e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .18s ease}.filter-strip__item:hover{background:#ffffff14;color:#fff}.filter-strip__item--active{background:linear-gradient(135deg,#ff79a1,#e1325f);color:#fff;box-shadow:0 8px 22px #e1325f59}.discover-hero__content h1{font-weight:800;letter-spacing:-.05em;background:linear-gradient(180deg,#fff 40%,#ffc6dc);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 4px 18px rgba(0,0,0,.35)}@media(min-width:1024px){.discover-hero__rail{background:#0a040866;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:-10px 0 30px #00000080}.discover-rail__item{background:#ffffff08;border:1px solid transparent;transition:all .3s cubic-bezier(.23,1,.32,1)}.discover-rail__item:hover{transform:scale(1.02)}.discover-rail__item--active{background:#ffffff14;border-color:#ff5fa080;transform:scale(1.02);box-shadow:0 0 24px #ff5fa033}}@media(max-width:1023px){.discover-hero{border-radius:18px}.discover-hero__rail{position:absolute;inset:auto 0 18px;width:100%;padding:0 18px;background:transparent;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 12px,#000 calc(100% - 24px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 12px,#000 calc(100% - 24px),transparent 100%);z-index:10}.discover-rail__item{width:56px;opacity:.92}.discover-rail__thumb{width:56px;height:56px;border-radius:50%;border:2px solid rgba(255,255,255,.2);aspect-ratio:1 / 1}.discover-rail__item--active .discover-rail__thumb{border-color:#ff5fa0f2;box-shadow:0 0 18px #ff5fa073}.discover-hero__rail .discover-rail__copy{display:none}}.discover-hero__overlay{background:linear-gradient(180deg,#08030800,#08030833 40%,#080308e6),radial-gradient(circle at center,transparent 0%,rgba(8,3,8,.4) 100%),radial-gradient(ellipse at 25% 80%,rgba(255,70,150,.22) 0%,transparent 55%)}.discover-rail__copy{display:grid;gap:4px;text-align:left}.discover-grid,.collection-gallery--board{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--card-grid-gap)}.discover-card{overflow:hidden;padding:0;border:1px solid var(--line);background:#160f12;color:var(--text);border-radius:20px;cursor:pointer;min-width:0}.discover-card--active{border-color:var(--brand);background:#211419}.discover-card__image{width:100%;aspect-ratio:var(--portrait-card-ratio);object-fit:cover;object-position:center top}.discover-card__body{display:grid;gap:6px;padding:12px;text-align:left;min-width:0}.discover-card__top{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.discover-card__top strong,.chats-hero__card-copy strong,.live-action-card__copy strong{min-width:0;overflow-wrap:anywhere}.discover-card__save{border:0;background:transparent;color:var(--muted);font-size:11px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.discover-card__body p{margin:0;color:var(--muted);line-height:1.5;overflow-wrap:anywhere}.character-detail{position:relative;display:grid;grid-template-columns:minmax(360px,.92fr) minmax(0,1fr);gap:28px;padding:28px;align-items:stretch;border-radius:32px;overflow:hidden;background:linear-gradient(140deg,#0f050f8c,#14061200,#140612f2),var(--poster-fill, #171316)}.character-detail:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at 18% 80%,rgba(255,70,150,.22) 0%,transparent 60%),radial-gradient(ellipse at 90% 18%,rgba(120,60,220,.22) 0%,transparent 65%);z-index:0}.character-detail__media{position:relative;z-index:1;overflow:hidden;min-height:640px;border:1px solid rgba(255,96,168,.2);border-radius:28px;background:var(--poster-fill, #171316);box-shadow:0 32px 80px #00000073}@media(max-width:720px){.character-detail{grid-template-columns:minmax(0,1fr);padding:16px;gap:16px}.character-detail__media{min-height:0;aspect-ratio:4 / 5;max-height:52vh;border-radius:22px}.character-detail__body{padding:4px 4px 12px}.character-detail__headline h1{font-size:clamp(2.2rem,8vw,3rem)}}.character-detail__poster{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.character-detail__media:hover .character-detail__poster{transform:scale(1.04)}.character-detail__body{position:relative;z-index:1;display:grid;align-content:center;gap:22px;padding:clamp(8px,2vw,28px)}.character-detail__headline h1{background:linear-gradient(135deg,#fff,#ffb8d4 60%,#ff5fa0);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 32px rgba(255,96,168,.15)}.character-detail__actions .btn--accent{background:linear-gradient(180deg,#ff79a1,#e1325f);color:#fff;border-color:#ffc4d56b;box-shadow:0 16px 40px #e1325f66,inset 0 1px #ffffff2e}.character-detail__back{width:fit-content;color:var(--muted);font-size:14px;text-decoration:none}.character-detail__headline{display:grid;gap:10px}.character-detail__headline small{color:var(--muted);font-size:14px;letter-spacing:.08em;text-transform:uppercase}.character-detail__headline h1{margin:0;font-size:clamp(3rem,7vw,6rem);line-height:.92;letter-spacing:-.04em}.character-detail__headline p,.character-detail__intro{margin:0;max-width:62ch;color:var(--soft);font-size:clamp(1.08rem,1.5vw,1.35rem);line-height:1.65}.character-detail__tags,.character-detail__meta,.character-detail__actions{display:flex;flex-wrap:wrap;gap:10px}.character-detail__tags span,.character-detail__meta span{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border:1px solid var(--line-strong);border-radius:999px;background:#181416;color:#efe8ec;font-size:14px}.character-detail__actions .btn{min-width:156px}.chats-hero{display:grid;grid-template-columns:320px minmax(0,1fr);gap:14px}.chats-hero__cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--card-grid-gap)}.chats-hero__card{overflow:hidden;border:1px solid var(--line);background:#160f12;border-radius:20px;min-width:0}.chats-hero__image{width:100%;aspect-ratio:var(--portrait-card-ratio);object-fit:cover;object-position:center top}.chats-hero__card-copy{display:grid;gap:4px;padding:12px;min-width:0}.collection-focus{display:grid;gap:16px}.collection-focus__top{display:flex;align-items:center;justify-content:space-between;gap:16px}.collection-focus__title{display:grid;justify-items:start;gap:4px}.collection-focus__title h1{margin:0;font-size:36px;line-height:.95;letter-spacing:-.05em}.collection-focus__title span{color:var(--muted);font-size:12px}.collection-focus__body{display:grid;grid-template-columns:minmax(300px,.84fr) minmax(0,1.16fr);gap:14px;align-items:stretch}.collection-focus__image{width:100%;min-height:420px;object-fit:cover;object-position:center top;border:1px solid var(--line);border-radius:24px}.collection-focus__copy{display:grid;align-content:center;gap:12px;padding:18px;border:1px solid var(--line);background:#151114;border-radius:24px}.builder-hero{display:grid;gap:18px}.builder-shell{padding:0}.builder-card--preview{background:linear-gradient(180deg,#1e1317,#161214)}.builder-preview--hero{grid-template-columns:168px minmax(0,1fr)}.explore-stage{display:grid;grid-template-columns:minmax(0,1.25fr) 320px;gap:10px;padding:10px}.explore-stage__frame{min-height:480px;display:grid;grid-template-rows:1fr auto;border:1px solid var(--line);background:#111}.explore-stage__art{height:100%}.explore-stage__overlay{display:flex;align-items:end;justify-content:space-between;gap:14px;padding:12px;border-top:1px solid var(--line);background:#161616}.explore-stage__title{display:grid;gap:6px}.explore-stage__title strong{font-size:36px;line-height:1;letter-spacing:-.04em}.explore-stage__title span{color:var(--muted);line-height:1.5}.explore-stage__actions,.explore-feed{display:grid;gap:10px}.explore-feed__item{display:grid;grid-template-columns:72px minmax(0,1fr) 48px;gap:10px;align-items:center;padding:8px;border:1px solid var(--line);background:#171717;color:var(--text);cursor:pointer}.explore-feed__item--active{border-color:var(--brand);background:#211519}.explore-feed__thumb{width:72px;aspect-ratio:3 / 4;object-fit:cover;object-position:center top;border:1px solid var(--line)}.explore-feed__copy{display:grid;gap:4px;text-align:left}.explore-feed__copy small,.explore-feed__like{color:var(--muted);font-size:12px}.explore-stage__notes,.voice-shell__notes{display:grid;align-content:start;gap:14px;padding:18px;border:1px solid var(--line);background:#1b1b1b}.note-list,.benefit-list,.chat-index,.chat-list__rows,.builder-grid,.fact-grid{display:grid;gap:12px}.live-shell__rail{position:absolute;right:18px;bottom:18px;z-index:12;width:min(420px,calc(100vw - 36px));height:min(640px,calc(100dvh - 126px));display:flex;flex-direction:column;overflow:hidden}.note-list__item,.benefit-list__item,.live-command,.builder-card,.wallet-box,.package-tile,.level-box,.dialog-bubble,.voice-phone__confirm,.message-card__bubble{padding:12px;border:1px solid var(--line);background:#202020}.chat-index__row{display:grid;grid-template-columns:92px minmax(0,1fr) 168px;gap:12px;align-items:center;padding:10px;border:1px solid var(--line);background:#1b1b1b;box-sizing:border-box;max-width:100%;min-width:0;overflow:hidden}.collection-shell__top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.collection-shell--split{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:10px}.collection-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,280px));gap:var(--card-grid-gap)}.collection-card{display:grid;gap:10px;padding:0;text-align:left;color:var(--text);cursor:pointer;border:1px solid var(--line);background:#171717;min-width:0;overflow:hidden}.collection-card--active{border-color:var(--brand);background:#211519}.collection-card__image{width:100%;height:auto;aspect-ratio:var(--portrait-card-ratio);object-fit:cover;object-position:center top}.collection-detail{display:grid;align-content:start;gap:10px;padding:12px;border:1px solid var(--line);background:#171717}.collection-detail__image{width:100%;aspect-ratio:3 / 4;object-fit:cover;object-position:center top;border:1px solid var(--line)}.builder-shell{display:grid;grid-template-columns:minmax(0,1.35fr) 320px;gap:10px}.builder-shell__lead,.builder-shell__side{display:grid;gap:14px}.builder-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.builder-card--form{align-content:start}.builder-field{display:grid;gap:6px}.builder-field span{color:var(--muted);font-size:12px}.builder-field input,.builder-field textarea{width:100%;padding:10px 12px;border:1px solid var(--line);background:#171717;color:var(--text)}.builder-preview{display:grid;grid-template-columns:132px minmax(0,1fr);gap:12px;margin-top:14px}.builder-preview__image{width:132px;aspect-ratio:3 / 4;object-fit:cover;object-position:center top;border:1px solid var(--line)}.builder-preview__copy{display:grid;align-content:start;gap:8px}.builder-preview__copy p,.builder-preview__copy small{margin:0;color:var(--muted)}.builder-card__lines{display:grid;gap:10px;margin-top:14px}.builder-card__lines i{height:38px;border:1px solid var(--line);background:#171717}.creator-tabs{display:flex;gap:0;margin-bottom:16px;border-bottom:1px solid var(--line);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.creator-tabs::-webkit-scrollbar{display:none}.creator-tab{padding:10px 14px;background:none;border:none;border-bottom:2px solid transparent;color:var(--muted);font-size:.85rem;cursor:pointer;transition:color .15s,border-color .15s;white-space:nowrap;flex-shrink:0}@media(max-width:480px){.creator-tab{padding:10px;font-size:.78rem}}.creator-tab:hover{color:var(--text)}.creator-tab--active{color:var(--text);border-bottom-color:var(--accent, #f05b72)}.tag-chip{display:inline-flex;align-items:center;gap:4px;background:#00c8c826;color:#0cc;padding:3px 10px;border-radius:14px;font-size:.78rem}.tag-chip__x{background:none;border:none;color:inherit;cursor:pointer;padding:0;font-size:.7rem;opacity:.7}.tag-chip__x:hover{opacity:1}.gen-prompt-overlay{position:fixed;inset:0;background:var(--overlay-backdrop);display:flex;align-items:center;justify-content:center;z-index:var(--z-overlay);padding:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gen-prompt-modal{position:relative;z-index:var(--z-modal);background:var(--modal-surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:20px;width:min(400px,100%);box-shadow:0 28px 80px #00000075;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.gen-prompt-modal p,.gen-prompt-modal strong{overflow-wrap:anywhere}.gen-prompt-modal input{width:100%;padding:10px 12px;border:1px solid var(--line);background:var(--color-bg-card);color:var(--text);border-radius:6px}.gen-prompt-quality{margin:0 0 10px;width:100%}.gen-prompt-quality .mode-toggle__item{flex:1 1 0}.earn-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}.earn-grid div{padding:12px;border:1px solid var(--line);background:#171717}.earn-grid b{display:block;margin-top:8px;font-size:24px}.wallet-box strong{margin:10px 0 4px;font-size:34px;line-height:1;letter-spacing:-.04em}.wallet-box span,.package-tile span{color:var(--muted);line-height:1.5}.package-tile{min-width:220px;flex:1}.package-tile--highlight{border-color:var(--brand);background:#27191d}.package-tile p{margin:8px 0 0;color:var(--muted)}.chat-shell{height:calc(100dvh - 36px);min-height:calc(100dvh - 36px);display:grid;grid-template-columns:minmax(0,1fr);width:min(100%,820px);margin:0 auto;background:linear-gradient(180deg,#12161b,#0d1014);overflow:hidden;border-color:#ffffff0f;box-shadow:0 24px 80px #00000047}.chat-shell__list{display:grid;align-content:start;gap:10px;padding:10px;background:#151515;min-height:0;overflow-y:auto}.chat-shell__room{display:flex;flex-direction:column;padding:10px;background:radial-gradient(circle at top,rgba(255,255,255,.04),transparent 40%),linear-gradient(180deg,#151920,#0f1217);min-height:0;position:relative;overflow:hidden}.chat-shell__room>.chat-room__canvas{flex:1 1 auto;min-height:0}.chat-room__sticky{position:sticky;top:0;z-index:7;background:#12161b;padding-top:4px}.chat-room__sticky .chat-room__top{position:static;background:transparent;box-shadow:none;margin-bottom:0}.entry-tabs{position:relative;z-index:2;display:flex;align-items:stretch;gap:4px;padding:4px;margin:0 0 14px;border-radius:999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);width:100%;flex-wrap:nowrap;overflow:hidden;scrollbar-width:none}.entry-tabs::-webkit-scrollbar{display:none}@media(max-width:720px){.entry-tabs{gap:2px;padding:3px}.entry-tabs__item{padding:0 4px!important;min-height:32px;font-size:11px;white-space:nowrap}.entry-tabs__item strong{font-size:11px;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}.entry-tabs__beta{font-size:7px;padding:1px 3px;margin-left:2px;flex:0 0 auto;letter-spacing:0}}.entry-tabs__item{position:relative;flex:1 1 0;min-width:0;min-height:34px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:4px 8px;border:0;border-radius:999px;background:transparent;color:#ffffff9e;text-decoration:none;text-align:center;font-size:13px;font-weight:500;cursor:pointer;transition:all .18s ease;overflow:visible}.entry-tabs__item>strong{white-space:nowrap;overflow:visible;flex:none}.entry-tabs__item>small{display:none}.entry-tabs__item:hover{color:#fff;background:#ffffff0f}.entry-tabs__item strong{font-size:13px;font-weight:600}.entry-tabs__item small{display:none}.entry-tabs__item--active{background:linear-gradient(135deg,#ff60a838,#e1325f38);border:1px solid rgba(255,96,168,.7);color:#fff}.entry-tabs__item--locked{cursor:not-allowed;opacity:.68}.entry-tabs__beta{display:inline-block;margin-left:5px;padding:1px 5px;font-size:8px;font-weight:700;letter-spacing:.06em;border-radius:999px;background:#ffffff14;color:var(--muted);border:1px solid rgba(255,255,255,.16);vertical-align:middle;text-transform:uppercase}.chat-room__top,.chat-room__canvas,.chat-room__footer{position:relative;z-index:1}.chat-list__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.chat-list__head h1{margin:0;font-size:28px}.chat-list__row{display:grid;grid-template-columns:60px minmax(0,1fr);gap:10px;padding:8px;border:1px solid var(--line);background:#181818}.chat-list__row--active{border-color:var(--brand);background:#24171b}.chat-list__avatar{height:56px}.chat-list__row p{margin:6px 0 0;color:var(--muted);font-size:13px;line-height:1.4}.mode-toggle{display:flex;gap:4px}.chat-mode-hint{display:flex;align-items:flex-start;justify-content:space-between;position:relative;z-index:3;gap:10px;margin:8px 2px 0;padding:11px 16px 11px 14px;border:1px solid rgba(255,255,255,.08);border-left:3px solid var(--brand);border-radius:var(--radius-md);background:color-mix(in srgb,var(--color-bg-raised) 94%,var(--brand) 6%);box-shadow:0 12px 30px #0003;color:var(--muted);font-size:12px;line-height:1.5}.chat-mode-hint__content{display:grid;gap:2px;min-width:0}.chat-mode-hint strong{color:var(--text);font-size:12px}.chat-mode-hint p,.chat-mode-hint small{margin:0}.chat-mode-hint small{color:color-mix(in srgb,var(--brand) 72%,#ffffff 28%);font-size:11px}.chat-mode-hint__close{flex:0 0 auto;position:relative;z-index:1;margin-right:2px;width:24px;height:24px;padding:0;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:var(--color-bg-card);color:#ffffff9e;font-size:11px;line-height:1;cursor:pointer}.chat-room__top{display:flex;align-items:center;gap:8px;padding:2px 2px 8px;border-bottom:1px solid rgba(255,255,255,.08)}.chat-room__identity-wrap{display:flex;align-items:center;gap:8px;min-width:0;flex:1 1 auto}.chat-room__back{min-height:30px;padding:0 10px;background:#ffffff0f;border-color:#ffffff14;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.chat-room__avatar{width:38px;height:38px;flex:0 0 auto;min-width:38px;aspect-ratio:1 / 1;object-fit:cover;object-position:center top;border-radius:14px;border:1px solid rgba(255,255,255,.08)}.chat-room__identity{display:flex;align-items:baseline;gap:6px;min-width:0}.chat-room__top strong{display:block;font-size:16px;margin-bottom:0;white-space:nowrap;flex-shrink:0}.chat-room__identity span{display:inline-block;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px}.chat-room__controls{flex:0 0 auto;gap:10px;flex-wrap:nowrap}.chat-room__controls .character-actions--compact{margin-left:10px}.chat-room__controls .model-picker{display:grid;align-items:center}.chat-room__controls .model-picker span,.chat-room__controls .model-picker__rate{display:none}.chat-room__controls .character-actions__report{position:absolute;right:8px;top:74px;z-index:15;width:min(420px,calc(100vw - 24px));padding:8px;border:1px solid rgba(255,255,255,.12);background:#120f10f5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.chat-room__controls .character-actions__notice{position:absolute;right:8px;top:122px;max-width:min(360px,calc(100vw - 24px));padding:7px 9px;border-radius:8px;background:#120f10eb}.chat-room__canvas{display:flex;flex-direction:column;gap:8px;padding:10px 4px 72px;min-height:0;overflow-y:auto;overflow-x:hidden}.chat-room__canvas>:first-child{margin-top:auto}.chat-message{display:grid;gap:4px}.chat-message--user{justify-items:end}.chat-message__row{display:flex;align-items:end;gap:5px}.chat-message--user .chat-message__row{flex-direction:row-reverse}.chat-message__avatar{width:30px;height:30px;object-fit:cover;object-position:center top;border-radius:11px;border:1px solid rgba(255,255,255,.08);flex:0 0 auto;margin-bottom:2px}.chat-message__time{color:#ffffff6b;font-size:10px;white-space:nowrap}.chat-message__bubble{position:relative;max-width:min(68%,480px);min-width:0;padding:11px 14px;border:1px solid rgba(255,255,255,.07);border-radius:18px;box-shadow:0 10px 30px #0000002e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow-wrap:anywhere;word-break:break-word}.chat-message__bubble--typing{min-width:64px;transform-origin:left bottom;animation:typing-bubble-breathe 1.65s ease-in-out infinite}.chat-message__bubble p{margin:0;line-height:1.55;letter-spacing:-.01em;font-size:16px;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.msg-action{display:block;color:#9aa0aa;font-style:italic;opacity:.8;font-size:.92em;margin:2px 0;padding-left:10px;border-left:2px solid rgba(255,255,255,.12)}.msg-dialogue{display:block;color:inherit;font-weight:600;margin:2px 0}@media(max-width:600px){html,body{font-size:15px}.character-card-link h3,.character-card-link__profile h3,.poster-square h3{font-size:1.05rem;line-height:1.3}.character-card-link p,.character-card-link__profile p,.poster-square p{font-size:.9rem;line-height:1.4}.feature-nav__item,.site-tool,.mobile-dock a{font-size:.92rem}.chat-message__bubble,.chat-message__bubble p{font-size:.98rem;line-height:1.55}.character-card-link__profile,.poster-square{min-height:220px}.feature-nav__item svg,.mobile-dock svg{width:22px;height:22px}.live-action-strip,.discover-grid,.collection-gallery--board,.chats-hero__cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(min-width:601px)and (max-width:1023px){.live-action-strip,.discover-grid,.collection-gallery--board,.chats-hero__cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:601px)and (max-width:1023px){html,body{font-size:15.5px}.character-card-link__profile,.poster-square{min-height:260px}}.character-card-link--adult .character-card-link__profile{position:relative}.character-card-link--adult .character-card-link__profile img,.character-card-link--adult .character-card-link__profile picture,.character-card-link--adult .character-card-link__profile video{transition:filter .18s ease}body[data-safe-mode=on] .character-card-link--adult .character-card-link__profile img,body[data-safe-mode=on] .character-card-link--adult .character-card-link__profile picture,body[data-safe-mode=on] .character-card-link--adult .character-card-link__profile video{filter:blur(18px) saturate(.7) brightness(.85)}body[data-safe-mode=on] .character-card-link--adult:hover .character-card-link__profile img,body[data-safe-mode=on] .character-card-link--adult:hover .character-card-link__profile picture,body[data-safe-mode=on] .character-card-link--adult:hover .character-card-link__profile video{filter:blur(8px) saturate(.85) brightness(.92)}.safe-mode-toggle{font-weight:600}.safe-mode-toggle--off{background:linear-gradient(135deg,#d8316b,#9b1f4b);color:#fff;border-color:#d8316b99}.character-card-link__adult-badge{position:absolute;top:8px;right:8px;background:#dc2626eb;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:999px;z-index:2;pointer-events:none;letter-spacing:.5px}.chat-message__bubble--media{padding:6px;min-width:156px}.chat-message__media{display:block;width:min(220px,48vw);aspect-ratio:9 / 16;object-fit:cover;object-position:center top;border-radius:14px}.chat-message__media--image,.chat-message__media--video{aspect-ratio:9 / 16}.chat-message__media-loading{position:absolute;right:14px;bottom:14px;width:18px;height:18px;border:2px solid rgba(255,255,255,.24);border-top-color:#fff;border-radius:999px;animation:spin .9s linear infinite}.chat-message__bubble--assistant{background:linear-gradient(180deg,color-mix(in srgb,var(--brand) 20%,rgba(255,255,255,.06)),#ffffff08);color:#f4f6f8;border-color:color-mix(in srgb,var(--brand) 20%,rgba(255,255,255,.08));border-top-left-radius:6px}.chat-message__bubble--user{background:linear-gradient(180deg,#ffffff29,#ffffff17);color:#f7f7f7;border-color:#ffffff1a;border-top-right-radius:6px}.chat-room__footer{display:grid;gap:8px;padding-top:8px;border-top:0;background:linear-gradient(180deg,#0f121700,#0f1217fa 34%);position:sticky;bottom:0}.tool-row__item{color:var(--muted);background:#ffffff0d;border-color:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.tool-row__item--pending{border-color:#8f4157;background:#4a142247;color:#f1dbe1;box-shadow:inset 0 0 0 1px #ffffff0f}.chat-room__controls .mode-toggle__item,.chat-room__controls .tool-row__item,.chat-room__back,.chat-room__controls .btn,.chat-room__footer .btn{min-height:28px;padding:0 9px;font-size:11px}.chat-room__controls .model-picker__select{min-height:28px;padding:0 24px 0 8px;font-size:11px;max-width:84px}.composer{display:grid;grid-template-columns:40px minmax(0,1fr) 56px;gap:10px;align-items:center;padding:6px 8px;border:1px solid rgba(255,255,255,.08);border-radius:26px;background:#111419d1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.composer__field{width:100%;min-width:0;height:48px;padding:0 12px;border:0;background:transparent;color:#f5f5f5!important;caret-color:#ff7aa7;border-radius:22px;outline:none;font-size:16px;line-height:48px;text-overflow:clip;-webkit-text-fill-color:#f5f5f5}.composer__field::placeholder{color:#ffffff9e;font-size:15px}.composer__suggest{min-width:40px;min-height:40px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;padding:0}.composer__submit{min-width:56px;width:56px;height:44px;background:linear-gradient(135deg,#ff7aa7,#b94a78)!important;color:#fff!important;border:0!important;border-radius:18px;font-weight:600;font-size:13px;box-shadow:0 4px 14px #ff5d8f47;transition:transform .12s,box-shadow .12s,opacity .12s}.composer__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #ff5d8f6b}.composer__submit:disabled{opacity:.5}.suggestion-strip{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.suggestion-strip__item{flex:0 0 auto;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#ffffff0f;color:var(--text);padding:8px 12px;font-size:12px;white-space:nowrap}.typing-dots{display:flex;align-items:center;gap:5px;min-height:18px;padding:1px 0}.typing-dots i,.typing-dots span{display:block;width:7px;height:7px;border-radius:999px;background:color-mix(in srgb,var(--accent, var(--color-primary)) 34%,#ffffff);box-shadow:0 0 12px #e85d7f3d;animation:typing-dot-wave 1.18s infinite cubic-bezier(.42,0,.24,1)}.typing-dots i:nth-child(2),.typing-dots span:nth-child(2){animation-delay:.14s}.typing-dots i:nth-child(3),.typing-dots span:nth-child(3){animation-delay:.28s}@keyframes typing-dot-wave{0%,72%,to{opacity:.46;transform:translateZ(0) scale(.82)}34%{opacity:1;transform:translate3d(0,-4px,0) scale(1)}}@keyframes typing-bubble-breathe{0%,to{box-shadow:0 10px 30px #0000002e}50%{box-shadow:0 14px 38px #00000038,0 0 0 1px color-mix(in srgb,var(--accent, var(--color-primary)) 18%,transparent)}}.media-wait-note{display:block;margin-top:8px;color:var(--muted);font-size:12px;line-height:1.45}.fact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fact-grid__item{padding:12px;border:1px solid var(--line);background:#1f1f1f}.live-shell{height:100dvh;position:relative;overflow:hidden;background:#050505;border:0;border-radius:0;isolation:isolate}.live-shell__top{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:max(14px,env(safe-area-inset-top)) 18px 18px;background:linear-gradient(180deg,#000000b8,#00000047 58%,#0000);z-index:20;pointer-events:none}.live-shell__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;pointer-events:auto}.live-shell__top .entry-tabs{flex:1 1 380px;max-width:540px;padding:0;pointer-events:auto}.live-shell__status{display:grid;justify-items:end;gap:2px;min-width:0;text-align:right;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.76)}.live-shell__status em{padding:2px 8px;border-radius:999px;background:#ffffff29;color:#fff;font-size:.76rem;font-style:normal}.live-shell .btn{min-height:38px;border-color:#ffffff2e;background:#07070885;color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.live-shell__body{position:absolute;inset:0;overflow:hidden;background:#000}.live-shell__stage{position:absolute;inset:0;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#000;z-index:1}.live-shell__stage:after{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;background:linear-gradient(90deg,#00000057,#00000014 34%,#0000006b),linear-gradient(180deg,#00000038,#0000 42%,#000000c7)}.live-shell__poster-frame{position:relative;height:100%;width:100%;overflow:hidden;background:#000;display:flex;align-items:center;justify-content:center}.live-shell__poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}.live-shell__video-fill{display:block;position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:inherit}.live-shell__poster-frame video.live-shell__video-fill{z-index:1}.live-shell__poster-frame canvas.live-shell__video-fill{z-index:2}.live-shell__room-frame{position:absolute;inset:0;z-index:2;width:100%;height:100%;border:0;background:#000}.live-shell__room-status{position:absolute;left:16px;bottom:16px;z-index:4;display:flex;max-width:min(420px,calc(100% - 32px));flex-direction:column;gap:4px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#00000075;color:#fff;padding:8px 10px;font-size:12px;line-height:1.35;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.live-shell__room-status small{color:#ffffffad;overflow-wrap:anywhere}.live-action-menu{position:relative}.live-action-menu__panel{position:absolute;top:calc(100% + 8px);right:0;z-index:var(--z-dropdown);width:220px;max-height:min(360px,70vh);overflow-y:auto;padding:8px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:color-mix(in srgb,var(--modal-surface) 95%,black 5%);box-shadow:0 20px 60px #00000073;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.live-action-menu__panel button{display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;gap:2px 10px;width:100%;min-height:52px;padding:6px;border:0;border-radius:10px;background:transparent;color:#fff;text-align:left;cursor:pointer}.live-action-menu__panel button:hover{background:#ffffff14}.live-action-menu__panel img,.live-action-menu__panel button>span{grid-row:1 / span 2;width:42px;height:42px;border-radius:8px;object-fit:cover;background:#ffffff1f}.live-action-menu__panel strong{align-self:end;font-size:.86rem}.live-action-menu__panel small{min-width:0;overflow:hidden;color:#ffffff9e;text-overflow:ellipsis;white-space:nowrap}.live-shell__prompt,.live-shell__input{position:absolute;right:16px;left:16px;padding:16px;border:1px solid #4b3038;background:linear-gradient(180deg,#130d0fcc,#130d0ff2);border-radius:16px}.level-box small,.live-shell__prompt,.live-shell__input{color:var(--muted)}.live-shell__input{bottom:86px}.live-shell__prompt{bottom:16px}.live-shell__chat{display:flex;flex-direction:column;height:100%;background:#0607095c;border:1px solid rgba(255,255,255,.12);border-radius:22px;box-shadow:0 24px 80px #00000075;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow:hidden}.live-shell__chat-top{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 14px 8px;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.live-shell__chat-actions{display:flex;align-items:center;gap:8px;min-width:0}.live-shell__reset{white-space:nowrap}.live-shell .temperature-bar{width:min(240px,calc(100% - 28px));min-width:160px;margin:0 14px 8px}.live-shell .temperature-bar__label{justify-content:space-between}.live-shell__chat-log{flex:1;overflow-y:auto;padding:12px 12px 16px;background:transparent}.live-shell__chat-log .chat-message__bubble{max-width:min(88%,360px);background:#0707098a;padding:13px 16px}.live-shell__chat-log .chat-message__bubble p{font-size:15px;line-height:1.55}.live-shell__chat-log .chat-message__bubble--user{background:color-mix(in srgb,var(--brand) 48%,rgba(14,14,16,.56))}.live-shell__composer{position:sticky;bottom:0;z-index:12;flex-shrink:0;border-top:1px solid rgba(255,255,255,.08);padding:10px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));background:linear-gradient(180deg,#08080a9e,#08080aeb);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.live-shell__composer.composer{grid-template-columns:minmax(0,1fr) 64px;gap:8px;padding:8px 10px}.live-shell__composer .composer__field{height:48px;padding:0 14px;font-size:16px;line-height:48px}.live-shell__composer .composer__submit{width:64px;min-width:64px;height:48px}.live-shell__chat-error{padding:10px 12px;border:1px solid #5f3842;border-radius:14px;background:#180e12;color:var(--muted)}.live-shell__avatar-chip{position:absolute;left:16px;right:16px;bottom:16px;display:none;gap:2px;padding:12px 14px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#08080ab8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.live-shell__avatar-chip strong{font-size:13px}.live-shell__avatar-chip span,.live-shell__avatar-chip small{color:var(--muted)}.live-shell__voice{display:grid;gap:10px;margin-bottom:12px;padding:14px;border:1px solid #3a2a31;border-radius:16px;background:#0a0a0ad6}.live-shell__voice-line{display:grid;gap:6px;padding:10px 12px;border:1px solid #2f2328;border-radius:12px;background:#0e0a0c}.live-shell__voice-line span{color:var(--muted);font-size:12px}.live-shell__voice-line p{margin:0;color:var(--text);line-height:1.45}.live-shell__hidden-media{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.live-shell__hidden-status{display:none}.voice-shell{min-height:100dvh;display:grid;grid-template-columns:1fr;justify-content:stretch;padding:0;background:#000}.voice-phone{display:grid;grid-template-rows:auto 1fr;gap:0;padding:0;border:0;background:#000;border-radius:0;overflow:hidden;box-shadow:none;min-height:100dvh}.voice-phone__stage{position:relative;overflow:hidden;min-height:100dvh;border:0;border-radius:0;background:#000;background-position:center 14%;background-repeat:no-repeat;background-size:cover}.voice-phone__stage:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#08080a6b,#08080a29 22%,#08080a38 52%,#08080ae0);pointer-events:none}.voice-phone__confirm{display:grid;gap:18px;align-content:space-between;justify-items:center;position:absolute;inset:0;padding:112px 24px max(44px,env(safe-area-inset-bottom,0px));z-index:1;text-align:center}.voice-config{display:grid;gap:12px;width:min(100%,320px);justify-items:center;padding:0;border:0;background:none;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:0}.voice-config__toggles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px}.voice-config__toggles label{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.voice-phone__confirm label{display:flex;align-items:center;gap:10px;color:#d4cad0}.voice-phone__incoming{display:grid;gap:18px;align-content:space-between;justify-items:center;position:absolute;inset:0;padding:112px 24px max(44px,env(safe-area-inset-bottom,0px));z-index:1}.voice-phone__poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 14%;opacity:0;pointer-events:none}.voice-phone__copy{display:grid;gap:10px;justify-items:center;text-align:center;width:min(100%,320px);padding:0;border:0;background:none;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:0;text-shadow:0 4px 18px rgba(0,0,0,.48)}.voice-phone__copy--hero{align-self:center}.voice-phone__hangup{min-height:74px;min-width:74px;border:1px solid #b14357;background:linear-gradient(180deg,#ff607f,#d73f60);color:#fff;cursor:pointer}.voice-phone__back{min-height:32px;padding:0 10px;background:none;border:0;box-shadow:none;color:#fff}.voice-phone__status{position:absolute;top:max(18px,env(safe-area-inset-top,0px));left:16px;right:16px;z-index:2;justify-content:flex-start}.voice-phone__confirm strong,.voice-phone__copy strong{font-size:34px;letter-spacing:-.05em}.voice-phone__copy span,.voice-phone__confirm small,.voice-phone__copy small{font-size:13px;color:#e2d7dc}.voice-phone__copy p,.voice-phone__confirm p{margin:0;color:#f6edf1;font-size:15px;line-height:1.45}.voice-phone__incoming .tool-row{justify-content:center;gap:24px;align-self:end}.voice-phone__dock-button{min-height:74px;min-width:74px;padding:0 16px;border-radius:999px;font-size:11px;color:#fff}.voice-phone__call{min-height:74px;min-width:74px;padding:0 20px;border-radius:999px}.voice-phone__incoming .tool-row__item{background:#ffffff24;border-color:#ffffff2e;color:#fff}.mobile-dock{display:none}@keyframes blink{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-1px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1200px){.home-stage,.explore-stage,.builder-shell,.live-shell__body,.voice-shell,.discover-hero,.chats-hero,.collection-focus__body{grid-template-columns:1fr}.discover-grid,.collection-gallery--board{grid-template-columns:repeat(4,minmax(0,1fr))}.chats-hero__cards{grid-template-columns:repeat(5,minmax(140px,1fr));overflow-x:auto}.discover-hero__rail{grid-template-columns:repeat(3,minmax(0,1fr))}.home-stage__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-shell--split,.chat-shell{grid-template-columns:1fr}}@media(max-width:900px){.app-shell{grid-template-columns:1fr;background:radial-gradient(circle at top,#2f1019,#12090d 32%,#0a0a0a 68%),#0a0a0a}.site-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 10px 8px;position:sticky;top:0;z-index:var(--z-sticky);background:radial-gradient(circle at top,#32101b,#160a10 42%,#0a0a0a),#0a0a0a;border-bottom:1px solid #2a1c22;max-width:none}.site-header__brand{display:flex;align-items:center;flex:0 0 auto}.site-header__brand strong{font-size:18px;letter-spacing:-.02em;background:linear-gradient(90deg,#ff7aa7,#f5b260);-webkit-background-clip:text;background-clip:text;color:transparent}.site-header__nav{display:none;overflow-x:auto;flex-wrap:nowrap;gap:6px;padding-bottom:2px;scrollbar-width:none;flex:1 1 auto}.site-header__nav::-webkit-scrollbar{display:none}.site-header__tools{display:flex;flex:0 0 auto}.site-header__tools .site-tool:not(.site-tool--button),.site-header__tools .locale-switcher{display:none}.feature-nav__item{min-height:28px;padding:0 10px;white-space:nowrap;flex:0 0 auto}.feature-nav__item strong{font-size:10px}.site-tool{min-height:28px;padding:0 10px;white-space:nowrap;background:#150f12;border-color:#56414a;color:#efe8ec;font-size:10px}.locale-switcher select{min-height:28px;max-width:112px;padding-left:10px;font-size:10px}.app-content{padding:8px 8px calc(104px + env(safe-area-inset-bottom,0px))}.page-stack{gap:10px}.hero-shell{min-height:250px;border-radius:16px}.hero-shell:after{background:linear-gradient(180deg,#12070ccc,#12070c66 32%,#12070cd9)}.hero-shell__figure{width:44%}.hero-shell__figure--left{left:0}.hero-shell__figure--right{width:34%;right:0}.hero-shell__content{max-width:220px;padding:94px 14px 16px}.hero-shell__content h1{font-size:clamp(1.7rem,8vw,2.2rem)}.hero-shell__content p{max-width:180px;font-size:11px}.hero-shell__actions{gap:6px}.btn--lg{min-height:42px}.live-action-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.creator-banner{grid-template-columns:1fr;border-radius:22px}.creator-banner__image{min-height:170px;max-height:170px}.creator-banner__copy{padding:18px}.story-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible;padding-bottom:2px}.story-rail::-webkit-scrollbar{display:none}.story-rail__item{width:auto;min-width:0}.poster-grid,.poster-grid--wide,.discover-grid,.collection-gallery--board{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--card-grid-gap)}.poster-square,.poster-square--tall{min-height:0}.poster-square__content{gap:8px;padding:12px}.poster-square h3{font-size:20px}.poster-square__content p{font-size:14px}.panel-surface,.collection-shell,.builder-shell,.explore-stage,.live-shell,.voice-shell,.promo-banner{border-radius:20px}.chat-shell{grid-template-columns:1fr;width:calc(100% + 16px);margin:-8px -8px 0;height:100dvh;min-height:100dvh;border-radius:0;overflow:hidden}.chat-shell__list{display:none}.discover-hero__rail,.chats-hero__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.character-detail{grid-template-columns:1fr;gap:16px;padding:12px}.character-detail__media{min-height:min(68dvh,640px);border-radius:22px}.character-detail__body{padding:4px}.chat-shell{width:100%;height:100dvh;min-height:100dvh;border-radius:0;border-left:0;border-right:0}.chat-shell__room{min-height:100dvh;height:calc(100dvh - env(safe-area-inset-bottom,0px));padding:6px 6px 0;border:0;border-radius:0}.chat-room__top{padding:6px 4px 8px;position:sticky;top:0;z-index:6;background:#11161c;box-shadow:0 4px 12px #00000073;display:flex;flex-wrap:wrap;gap:6px;row-gap:4px;margin-bottom:6px}.chat-mode-hint{margin-top:12px}.chat-room__identity-wrap{gap:6px;flex:1 1 100%;min-width:0}.chat-room__identity{flex:1 1 auto;min-width:0}.chat-room__avatar{width:34px;height:34px}.chat-index__row,.builder-grid,.earn-grid,.fact-grid,.composer,.builder-preview,.collection-shell__top,.explore-stage__overlay{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.chat-room__controls{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:4px;overflow-x:auto;min-width:0}.promo-banner{grid-template-columns:1fr}.chat-room__canvas{padding:10px 2px 92px;gap:7px}.chat-message__row{gap:4px}.chat-message__avatar{width:26px;height:26px;border-radius:9px}.chat-message__bubble{max-width:84%;padding:10px 12px}.chat-message__bubble p{font-size:13px;line-height:1.48}.chat-message__bubble--media{padding:4px}.chat-message__media{width:min(210px,62vw)}.temperature-bar{width:min(220px,100%);min-width:150px}.media-lightbox__media--video{width:100vw}.chat-room__footer{gap:6px;padding-top:6px;padding-bottom:calc(8px + env(safe-area-inset-bottom,0px))}.composer{grid-template-columns:40px minmax(0,1fr) 64px;gap:8px;padding:8px 10px;border-radius:22px}.composer__field{height:48px;padding:0 14px;border-radius:20px;font-size:15px}.composer__submit{min-width:64px;height:48px;border-radius:20px;font-size:13px;padding:0 12px}.composer__suggest{min-width:40px;min-height:48px;width:40px;height:48px}.chat-room__identity span{max-width:60vw;font-size:10px}.chat-room__top strong{font-size:14px}.collection-focus__top,.discover-card__top{flex-direction:column;align-items:stretch}.live-shell{min-height:100dvh;height:100dvh;padding:0;border-radius:0;border:0}.live-shell__top{gap:8px;padding:max(10px,env(safe-area-inset-top)) 10px 74px;align-items:start;flex-direction:column}.live-shell__actions{width:100%;justify-content:flex-start;gap:6px}.live-shell__body{position:absolute;inset:0}.live-shell__stage{min-height:100dvh}.live-shell__poster-frame{border-radius:0}.live-shell__rail{left:10px;right:10px;bottom:10px;width:auto;height:min(46dvh,390px)}.live-shell__chat{border-radius:18px}.live-shell__chat-top{padding:10px 10px 6px}.live-shell__chat-log{padding:8px 8px 10px}.live-shell__composer{padding:8px}.live-shell__prompt,.live-shell__input{left:10px;right:10px;padding:12px;border-radius:12px}.live-shell__input{bottom:74px}.live-shell__prompt{bottom:10px}.voice-shell{min-height:100dvh;grid-template-columns:1fr;padding:0;border:0;border-radius:0}.voice-phone{gap:0;padding:0;border:0;min-height:100dvh;border-radius:0}.voice-phone__stage{min-height:100dvh;border-radius:0}.voice-phone__confirm,.voice-phone__incoming{right:0;left:0;bottom:0;padding:112px 24px max(44px,env(safe-area-inset-bottom,0px))}.voice-config__toggles{grid-template-columns:1fr}.mobile-dock{position:fixed;left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom,0px));z-index:var(--z-sticky);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;padding:7px;border:1px solid rgba(255,255,255,.1);background:#0a0a0ae6;border-radius:22px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 44px #00000061}.mobile-dock__item{display:grid;gap:5px;justify-items:center;align-content:center;min-height:58px;padding:8px 4px;border:1px solid rgba(255,255,255,.06);background:#181818;color:#efe8ec;text-decoration:none;border-radius:16px}.mobile-dock__item .nav-icon{width:25px;height:25px}.mobile-dock__item small{font-size:11px;font-weight:700;line-height:1}.app-topbar{display:none}}@media(max-width:640px){.site-header{gap:8px;padding:8px 8px 6px}.site-header__brand strong{font-size:18px}.site-header__brand small{font-size:10px}.feature-nav__item{min-height:26px;padding:0 8px}.feature-nav__item strong,.site-tool{font-size:9px}.app-content{padding:0 0 calc(104px + env(safe-area-inset-bottom,0px))}.panel-surface,.collection-shell,.builder-shell,.explore-stage,.promo-banner{padding:10px;border-radius:12px}.hero-shell{min-height:224px;border-radius:12px}.hero-shell__content{padding:86px 12px 14px}.hero-shell__content h1{font-size:clamp(1.5rem,7vw,1.95rem)}.hero-shell__content p{font-size:10px;max-width:160px}.live-action-strip,.collection-gallery,.discover-grid,.collection-gallery--board,.discover-hero__rail,.chats-hero__cards{grid-template-columns:1fr}.live-action-strip,.discover-grid,.collection-gallery--board,.chats-hero__cards,.poster-grid,.poster-grid--wide{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--card-grid-gap)}.creator-banner__image{min-height:210px;max-height:210px}.creator-banner__copy{padding:14px}.creator-banner__copy h2,.promo-banner h1,.collection-shell__top h1{font-size:22px}.section-header{margin-bottom:10px}.section-header h2,.chat-shell__profile h2{font-size:18px}.chat-shell{width:100%;margin:0;height:100dvh;min-height:100dvh;border-radius:0}.chat-room__top strong{font-size:14px}.chat-room__top span{font-size:11px}.chat-message__bubble{max-width:88%;padding:9px 11px;border-radius:16px}.chat-message__bubble p{font-size:12.5px}.chat-message__time{font-size:9px}.chat-room__controls .mode-toggle__item,.chat-room__controls .tool-row__item,.chat-room__back,.chat-room__controls .btn,.chat-room__footer .btn{min-height:24px;padding:0 7px;font-size:9px}.chat-room__controls .model-picker__select{min-height:24px;font-size:9px}.tool-row{gap:4px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px}.tool-row__item{min-height:24px;padding:0 8px;font-size:9px;white-space:nowrap;flex:0 0 auto}.entry-tabs{gap:4px}.entry-tabs__item{min-height:44px;padding:6px 4px}.entry-tabs__item strong{font-size:10px}.entry-tabs__item small{font-size:8px}.filter-strip{gap:4px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px}.filter-strip__item,.tag-strip__item{min-height:28px;padding:0 9px;font-size:10px;white-space:nowrap;flex:0 0 auto}.story-rail__item{width:auto}.story-rail__item strong,.poster-square__eyebrow span,.poster-square__footer small{font-size:11px}.poster-square h3{font-size:18px}.poster-square__content p{font-size:13px;line-height:1.45;min-height:2.9em}.poster-square__content,.character-detail{padding:10px}.character-detail__media{min-height:58dvh;border-radius:18px}.character-detail__headline h1{font-size:clamp(2.7rem,15vw,4.2rem)}.character-detail__headline p,.character-detail__intro{font-size:1.03rem}.character-detail__actions{display:grid;grid-template-columns:1fr}.live-shell__stage{min-height:100dvh}.voice-phone__stage{min-height:calc(100dvh - 78px)}.voice-phone__poster,.live-shell__poster,.live-shell__video-fill,.live-shell__poster-frame iframe,.live-shell__poster-frame canvas{height:100%;min-height:100%}.live-shell__poster,.live-shell__video-fill{object-position:center top}.voice-phone__poster,.explore-stage__frame,.discover-hero__focus,.collection-focus__image{min-height:0;height:360px}.media-lightbox__frame{width:100vw;max-width:100vw;max-height:100dvh;padding:0}.media-lightbox__media{width:100vw;max-height:100dvh}}.btn.btn--primary{border-color:color-mix(in srgb,var(--color-primary) 76%,white 8%);background:linear-gradient(180deg,var(--color-primary-hover) 0%,var(--color-primary) 100%);color:#fff;box-shadow:0 0 22px #7b68ee42}.btn.btn--accent{border-color:color-mix(in srgb,var(--color-accent) 72%,white 8%);background:linear-gradient(180deg,#ff74a1 0%,var(--color-accent) 100%);color:#fff;box-shadow:0 0 22px #ff5d8f3d}.btn.btn--danger{border-color:color-mix(in srgb,var(--color-danger) 72%,white 6%);background:#ef44441f;color:#fecaca}@media(min-width:769px){.live-shell{display:grid;grid-template-columns:minmax(0,1fr) clamp(360px,26vw,400px);grid-template-rows:auto minmax(0,1fr);gap:var(--space-4);height:100vh;min-height:800px;padding:var(--space-5);overflow:auto;background:radial-gradient(circle at 18% 18%,rgba(123,104,238,.18),transparent 34%),radial-gradient(circle at 88% 14%,rgba(255,93,143,.14),transparent 30%),var(--color-bg)}.live-shell__top{position:relative;inset:auto;grid-column:2;grid-row:1;display:grid;gap:var(--space-2);align-self:start;align-items:stretch;justify-content:stretch;padding:0 0 var(--space-3);border:0;background:transparent;box-shadow:none;pointer-events:auto}.live-shell__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-2);width:100%}.live-shell__actions>.btn,.live-shell__actions>.live-action-menu{width:100%;min-width:0}.live-shell__top .entry-tabs{width:100%;max-width:none;flex:none}.live-shell__status{justify-items:start;text-align:left}.live-shell__body{display:contents;position:static;inset:auto;overflow:visible;background:transparent}.live-shell__stage{position:relative;inset:auto;grid-column:1;grid-row:1 / span 2;justify-self:center;align-self:center;width:min(100%,calc((100vh - 48px)*.75));max-width:760px;min-height:0;aspect-ratio:3 / 4;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:#000;box-shadow:0 26px 80px #0000007a,0 0 44px #7b68ee21}.live-shell__stage:after{background:linear-gradient(90deg,#00000029,#0000 42%,#00000038),linear-gradient(180deg,#00000014,#0000 52%,#00000047)}.live-shell__poster-frame{height:100%;border-radius:inherit}.live-shell__poster,.live-shell__video-fill,.live-shell__poster-frame iframe{object-fit:contain;object-position:center center;background:#000}.live-shell__rail{position:relative;inset:auto;grid-column:2;grid-row:2;z-index:12;width:100%;height:100%;min-height:0}.live-shell__chat{border-radius:var(--radius-lg);background:linear-gradient(180deg,#1a1d2ef0,#0e101aeb)}.live-shell .temperature-bar{margin:0 var(--space-4) var(--space-3)}.live-shell__chat-log{min-height:0}.live-shell .btn{border-radius:var(--radius-md)}}.call-screen{position:relative;min-height:100dvh;height:100dvh;overflow:hidden;background:#050506}.call-screen__visual{position:absolute;inset:0;z-index:0;overflow:hidden}.call-screen__visual:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#0505068c,#0505061f 22%,#05050600 45%,#0505062e 72%,#0505069e)}.call-screen>.entry-tabs{position:absolute;top:max(14px,env(safe-area-inset-top,0px));left:50%;z-index:4;width:min(560px,calc(100% - 32px));padding:4px;transform:translate(-50%);background:#08060cc7;border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 8px 28px #00000080}@media(max-width:720px){.call-screen>.entry-tabs{top:max(8px,env(safe-area-inset-top,0px));gap:2px;padding:3px}.call-screen>.entry-tabs .entry-tabs__item{padding:0 8px;min-height:32px;font-size:11px}.call-screen>.entry-tabs .entry-tabs__item strong{font-size:11px;white-space:nowrap}.call-screen>.entry-tabs .entry-tabs__beta{font-size:8px;padding:1px 4px}}.call-screen__portrait{width:100%;height:100%;object-fit:cover;object-position:center 12%}.call-screen__top{position:absolute;top:max(86px,calc(env(safe-area-inset-top,0px) + 78px));left:14px;right:14px;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:16px}.call-screen__temperature{width:min(280px,58vw);min-width:172px;padding:9px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:#08060aa8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 12px 34px #00000061}.call-screen__temperature .temperature-bar{width:100%;min-width:0;padding:0;border:0;background:transparent;box-shadow:none}@media(max-width:720px){.call-screen__top{top:max(84px,calc(env(safe-area-inset-top,0px) + 76px));left:12px;right:12px;gap:8px;align-items:center}.call-screen__temperature{width:min(228px,58vw);min-width:0;padding:8px}.call-screen__body:before{content:"";position:absolute;top:0;left:0;right:0;height:max(150px,calc(env(safe-area-inset-top,0px) + 130px));z-index:0;pointer-events:none;background:linear-gradient(180deg,#000000c7,#00000080 45%,#0000)}.call-screen__identity{position:relative;z-index:1;text-shadow:0 1px 2px rgba(0,0,0,1),0 2px 6px rgba(0,0,0,.95),0 6px 22px rgba(0,0,0,.7)}.call-screen__identity span,.call-screen__identity small{color:#ffffffeb}}.call-screen__back{min-height:34px;padding:6px 14px;border:1px solid rgba(255,255,255,.35);background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;color:#fff;font:inherit;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.7)}.live-shell__back{position:absolute;top:max(12px,env(safe-area-inset-top));right:14px;z-index:30;pointer-events:auto;min-height:34px;padding:6px 14px;border:1px solid rgba(255,255,255,.35);background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;color:#fff;font:inherit;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.7)}.live-shell__status{padding-right:64px}.call-screen__body{position:relative;z-index:2;min-height:100dvh;padding:max(88px,calc(env(safe-area-inset-top,0px) + 72px)) 24px max(42px,calc(env(safe-area-inset-bottom,0px) + 24px));display:grid}.call-screen__body--outgoing{align-content:end;gap:16px;justify-items:center}.call-screen__body--active{align-content:end;gap:18px;justify-items:center}.call-screen__hero{display:none}.call-screen__hero-face{width:100%;height:100%}.call-screen__identity{display:grid;gap:8px;justify-items:center;width:min(100%,320px);padding:13px 16px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:#06050885;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 18px 42px #00000057;text-align:center;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.95),0 6px 22px rgba(0,0,0,.7)}.call-screen__identity strong{font-size:clamp(2.15rem,4vw,2.8rem);line-height:1;letter-spacing:-.04em}.call-screen__identity span,.call-screen__identity small{color:#ffffffc7;font-size:13px}.call-screen__identity p{margin:0;color:#fffffff0;font-size:15px;line-height:1.45}.call-screen__identity--active{margin-top:0}.call-screen__setup{display:grid;gap:14px;justify-items:center;width:min(100%,320px)}.call-screen__voice{display:grid;gap:8px;width:100%}.call-screen__voice span{color:#ffffffdb;font-size:12px}.call-screen__voice select,.call-screen__voice input{width:100%;min-height:48px;padding:0 14px;border:1px solid rgba(255,255,255,.22);background:#0a0a0c61;color:#fff;font:inherit}.call-screen__voice input::placeholder{color:#ffffff8a}.call-screen__accept{min-width:92px;min-height:92px;border:0;border-radius:999px;background:linear-gradient(180deg,#6fe287,#2fae50);color:#041006;font:inherit;font-weight:800;box-shadow:0 10px 30px #2bb95d80,0 0 0 8px #43b95d2e}.call-screen__accept:disabled{opacity:.7}.call-screen__dock{display:flex;align-items:center;justify-content:center;gap:26px;width:100%;padding-bottom:4px}.call-screen__icon{min-width:84px;min-height:84px;border-radius:999px;border:0;color:#fff;font:inherit;font-size:12px;font-weight:700}.call-screen__icon--mute{background:#fff3;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.call-screen__icon--hangup{background:linear-gradient(180deg,#ff617d,#da3e5f)}@media(max-width:640px){.call-screen__portrait{object-position:center 10%}.call-screen__body{padding:max(92px,calc(env(safe-area-inset-top,0px) + 76px)) 20px max(42px,calc(env(safe-area-inset-bottom,0px) + 20px))}.call-screen__hero{display:none}.call-screen__hero-face{width:100%;height:100%}.call-screen__identity strong{font-size:2rem}.call-screen__identity--active{margin-top:10vh}.call-screen__identity p{font-size:14px}.call-screen__accept,.call-screen__icon{min-width:82px;min-height:82px}}.story-banner{margin:0 16px 8px;padding:10px 14px;border-radius:10px;background:linear-gradient(90deg,#ffb4502e,#ff50a02e);border:1px solid rgba(255,160,120,.4);display:flex;justify-content:space-between;align-items:center;gap:10px}.story-banner__meta{flex:1;min-width:0}.story-banner__label{font-size:.65rem;letter-spacing:1px;opacity:.7;text-transform:uppercase}.story-banner__title{font-weight:700;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.story-banner__chapter{font-size:.78rem;opacity:.85}.story-stage{position:relative;margin:0 16px 12px;border-radius:18px;overflow:hidden;background:#000;box-shadow:0 12px 30px -10px #000000b3,0 0 0 1px #ffffff14 inset;isolation:isolate;animation:story-stage-fade .45s ease-out}@keyframes story-stage-fade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.story-stage__btn{display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.story-stage__img{width:100%;max-height:38vh;object-fit:cover;display:block}.story-stage__gradient{position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(180deg,#0000,#000000d9 95%);pointer-events:none}.story-stage__caption{position:absolute;left:18px;right:70px;bottom:14px;color:#fff;pointer-events:none}.story-stage__caption-eyebrow{display:inline-flex;align-items:center;gap:6px;padding:3px 9px;border-radius:999px;font-size:.62rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;background:#ff648240;border:1px solid rgba(255,130,150,.5);color:#ffe2eb;margin-bottom:6px}.story-stage__caption-title{font-size:1.05rem;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.7);line-height:1.25}.story-stage__caption-progress{font-size:.78rem;opacity:.85;margin-top:2px;text-shadow:0 1px 4px rgba(0,0,0,.7)}.story-stage__collapse{position:absolute;top:12px;right:12px;background:#0000008c;border:1px solid rgba(255,255,255,.2);color:#fff;width:34px;height:34px;border-radius:999px;cursor:pointer;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .15s}.story-stage__collapse:hover{background:#000000bf}.story-stage--collapsed{margin:0 16px 8px}.story-stage--collapsed button{width:100%;padding:9px 14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#ffffffd9;cursor:pointer;font-size:.82rem;display:flex;align-items:center;justify-content:space-between}.story-stage--collapsed button:hover{background:#ffffff14}.story-stage-fullscreen{position:fixed;inset:0;background:#000000f2;z-index:1100;display:flex;align-items:center;justify-content:center;cursor:zoom-out;animation:story-stage-fade .2s ease-out}.story-stage-fullscreen img{max-width:100%;max-height:100%;object-fit:contain}.story-stage-fullscreen__close{position:absolute;top:18px;right:18px;background:#000000b3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:8px 14px;border-radius:999px;cursor:pointer;font-size:.85rem}.story-start-row{margin:0 16px 8px;display:flex;justify-content:space-between;align-items:center;gap:10px}.story-start-row__label{opacity:.6;font-size:.78rem}.story-start-row__btn{background:linear-gradient(90deg,#ffb4504d,#ff50a04d);border:1px solid rgba(255,160,120,.4)}.story-narration{display:flex;flex-direction:column;align-items:center;margin:14px auto;width:calc(100% - 32px);max-width:560px;box-sizing:border-box;padding:12px 18px;border-radius:14px;background:linear-gradient(135deg,#ffc8640f,#ff50a00f);border:1px solid rgba(255,200,100,.14);text-align:center;animation:story-stage-fade .5s ease-out}.story-narration__chapter{font-size:.7rem;letter-spacing:2px;text-transform:uppercase;color:#ffc882d9;font-weight:700;margin-bottom:6px}.story-narration__text{font-style:italic;font-size:.9rem;line-height:1.6;color:#ffffffd1;margin:0;text-shadow:0 1px 1px rgba(0,0,0,.4);overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap;max-width:100%}.choice-modal{position:fixed;inset:0;z-index:1300;display:flex;align-items:center;justify-content:center;padding:18px;background:#000000ad}.choice-modal__panel,.persona-modal__panel{width:min(420px,100%);box-sizing:border-box;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#17171d;color:#fff;padding:18px;box-shadow:0 18px 60px #00000073}.choice-modal__panel strong,.persona-modal__panel strong{display:block;font-size:1rem}.choice-modal__panel p{margin:8px 0 14px;color:#ffffffad;font-size:.86rem;line-height:1.5}.choice-modal__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.choice-modal__actions{display:flex;flex-direction:column;gap:8px}.choice-modal__actions .btn{justify-content:center;width:100%}.persona-modal__panel{display:flex;flex-direction:column;gap:10px}.persona-modal__panel label{display:flex;flex-direction:column;gap:5px;color:#ffffffb8;font-size:.78rem}.persona-modal__panel input{width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#ffffff0f;color:#fff;padding:10px 11px;font:inherit}body{background:radial-gradient(circle at 18% 0%,rgba(232,93,127,.12),transparent 34%),linear-gradient(180deg,#09070a,#060506)}.site-header{border-bottom:1px solid rgba(255,255,255,.08);background:#09070ad6;box-shadow:0 16px 42px #00000047}.site-header__brand strong{background:linear-gradient(90deg,var(--color-primary),var(--color-accent));-webkit-background-clip:text;background-clip:text;color:transparent}.btn,.site-tool,.feature-nav__item,.auth-tabs__item,.filter-strip__item,.tag-strip__item,.mode-chip,.mode-toggle__item,.tool-row__item,.dock-button{transition:transform var(--duration) ease,border-color var(--duration) ease,background var(--duration) ease,color var(--duration) ease,box-shadow var(--duration) ease}.btn:hover:not(:disabled),.site-tool:hover,.feature-nav__item:hover,.auth-tabs__item:hover,.filter-strip__item:hover,.tag-strip__item:hover,.mode-chip:hover,.mode-toggle__item:hover,.tool-row__item:hover{transform:translateY(-1px);border-color:#e85d7f9e}.btn:active:not(:disabled),.site-tool:active,.feature-nav__item:active,.auth-tabs__item:active,.filter-strip__item:active,.tag-strip__item:active,.mode-chip:active,.mode-toggle__item:active,.tool-row__item:active{transform:scale(.98)}.btn--primary,.btn--accent,.composer__submit{background:linear-gradient(135deg,var(--color-primary) 0%,#b64361 100%)!important;color:#fff!important;border-color:#ffffff14!important;box-shadow:0 12px 34px #e85d7f47}.btn--ghost,.site-tool,.feature-nav__item,.auth-tabs__item,.filter-strip__item,.tag-strip__item,.mode-chip,.mode-toggle__item,.tool-row__item{background:#ffffff0e;border-color:#ffffff1a;color:var(--color-text-dim)}.feature-nav__item--active,.auth-tabs__item--active,.filter-strip__item--active,.tag-strip__item--active,.mode-chip--active,.mode-toggle__item--active{border-color:#e85d7fcc;background:#e85d7f2e;color:var(--color-text);box-shadow:inset 0 1px #ffffff14}input,textarea,select,.tag-strip__search,.auth-form input,.builder-field input,.builder-field textarea,.character-actions__report textarea,.persona-modal__panel input,.profile-form input{border-radius:var(--radius-sm);border-color:#ffffff1f;background:#ffffff0e;color:var(--color-text);outline:none}input:focus,textarea:focus,select:focus,.tag-strip__search:focus,.auth-form input:focus,.builder-field input:focus,.builder-field textarea:focus,.profile-form input:focus{border-color:#e85d7fc7;box-shadow:0 0 0 3px #e85d7f2e}a:focus-visible,button:focus-visible,.btn:focus-visible,.site-tool:focus-visible,.mobile-dock__item:focus-visible,.feature-nav__item:focus-visible{outline:2px solid color-mix(in srgb,var(--accent, var(--color-primary)) 72%,#ffffff);outline-offset:3px;box-shadow:0 0 0 5px #e85d7f29,0 0 24px #e85d7f38}.profile-form input:focus{border-color:#ff7aa7f5;background:#ffffff14;box-shadow:0 0 0 3px #e85d7f3d,0 0 30px #e85d7f38}.panel-surface,.collection-shell,.builder-shell,.chat-shell,.auth-card,.choice-modal__panel,.persona-modal__panel,.profile-hero,.profile-form,.profile-summary{border-color:#ffffff1a;background:linear-gradient(180deg,#ffffff09,#ffffff03),var(--color-bg-raised);box-shadow:var(--shadow-md)}.poster-square,.discover-card,.chats-hero__card,.collection-card,.live-action-card,.chat-index__row,.discover-rail__item,.builder-card,.wallet-box,.package-tile,.benefit-list__item,.note-list__item{border-color:#ffffff1a;background:var(--color-bg-card);border-radius:var(--radius-lg)}.poster-square:hover,.discover-card:hover,.chats-hero__card:hover,.collection-card:hover,.live-action-card:hover,.chat-index__row:hover,.discover-rail__item:hover{transform:translateY(-3px);border-color:#e85d7f8f;box-shadow:var(--shadow-md)}.poster-square__content,.discover-card__body,.chats-hero__card-copy,.live-action-card__copy{background:linear-gradient(180deg,#191316f5,#110d0ffa)}.state-panel{grid-column:1 / -1;width:100%;min-height:188px;display:grid;place-items:center;align-content:center;gap:var(--space-3);padding:var(--space-6);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);background:radial-gradient(circle at 50% 0%,rgba(232,93,127,.12),transparent 38%),#ffffff09;color:var(--color-text);text-align:center}.state-panel strong{font-size:var(--font-size-20);line-height:1.15}.state-panel p{max-width:38ch;margin:0;color:var(--color-text-dim);line-height:1.55}.state-panel__mark{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid rgba(232,93,127,.28);border-radius:18px;background:#e85d7f1a}.state-panel__mark span{width:16px;height:16px;border-radius:999px;border:2px solid rgba(255,255,255,.48);border-top-color:var(--color-primary)}.state-panel--loading .state-panel__mark i{width:7px;height:7px;border-radius:999px;background:#fff;animation:blink 1.05s infinite ease-in-out}.state-panel--loading .state-panel__mark i:nth-child(2){animation-delay:.14s}.state-panel--loading .state-panel__mark i:nth-child(3){animation-delay:.28s}.state-panel--empty .state-panel__mark span{border-color:#ffffff52;background:linear-gradient(135deg,#e85d7fb3,#f2a65ab3)}.state-panel--error{border-color:#ef444452;background:#ef444414}.state-panel--not-found{min-height:min(62dvh,520px);background:radial-gradient(circle at 50% 0%,rgba(232,93,127,.18),transparent 36%),linear-gradient(180deg,#ffffff0d,#ffffff05),#120b0f}.state-panel__code{font-size:clamp(3.5rem,13vw,8rem);font-weight:900;line-height:.9;letter-spacing:0;color:color-mix(in srgb,var(--accent, var(--color-primary)) 72%,#ffffff);text-shadow:0 18px 46px rgba(0,0,0,.34)}.state-panel__skeleton{width:min(320px,100%);display:grid;gap:8px}.state-panel__skeleton span{height:10px;border-radius:999px;background:linear-gradient(90deg,#ffffff14,#ffffff2e,#ffffff14);background-size:200% 100%;animation:skeleton-shimmer 1.2s infinite linear}.state-panel__skeleton span:nth-child(2){width:82%;justify-self:center}.state-panel__skeleton span:nth-child(3){width:62%;justify-self:center}.status-line{border-radius:var(--radius-sm);border-color:#ef444442;background:#ef444414;color:#f6c4ce}.auth-panel{background:radial-gradient(circle at 50% 0%,rgba(232,93,127,.2),transparent 34%),#09070a}.auth-tabs__item{min-height:42px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.profile-page{padding-bottom:96px}.profile-hero{display:flex;align-items:end;justify-content:space-between;gap:var(--space-5);padding:var(--space-6)}.profile-hero__copy{display:grid;gap:var(--space-2)}.profile-hero__copy small{color:var(--color-text-muted);font-size:var(--font-size-12);letter-spacing:.08em;text-transform:uppercase}.profile-hero__copy h1{margin:0;font-size:clamp(2.1rem,5vw,4.4rem);line-height:.95}.profile-hero__copy p{margin:0;color:var(--color-text-dim)}.profile-hero__stats{display:grid;justify-items:end;gap:var(--space-2);color:var(--color-text-dim)}.profile-hero__stats strong{color:var(--color-text);font-size:var(--font-size-24)}.profile-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:var(--space-4)}.profile-form,.profile-summary{display:grid;align-content:start;gap:var(--space-4);padding:var(--space-5)}.profile-form label{display:grid;gap:var(--space-2);color:var(--color-text-dim);font-size:var(--font-size-14)}.profile-form input{min-height:48px;padding:0 var(--space-4)}.profile-form__split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3)}.profile-summary__list{display:grid;gap:var(--space-3)}.profile-summary__list span{display:flex;justify-content:space-between;gap:var(--space-4);padding:var(--space-3) 0;border-bottom:1px solid rgba(255,255,255,.08);color:var(--color-text-dim)}.profile-summary__list b{color:var(--color-text)}.mobile-dock{border:1px solid rgba(255,255,255,.1);background:#09070ae0;box-shadow:0 18px 60px #00000085;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-dock__item{border:1px solid transparent;border-radius:var(--radius-md);color:var(--color-text-dim);transition:transform var(--duration) ease,background var(--duration) ease,border-color var(--duration) ease}.mobile-dock__item--active{border-color:#e85d7fb8;background:#e85d7f2e;color:var(--color-text)}@keyframes skeleton-shimmer{to{background-position:-200% 0}}@media(max-width:760px){.app-content{padding-bottom:calc(118px + env(safe-area-inset-bottom,0px))}.app-content--immersive{padding:0}.site-header{padding:10px 8px 8px}.site-header__brand strong{font-size:20px}.site-header__tools{gap:6px}.site-tool{min-height:30px;padding:0 10px;font-size:11px}.profile-hero,.profile-grid,.profile-form__split{grid-template-columns:1fr}.profile-hero{display:grid;align-items:start;padding:var(--space-5)}.profile-hero__stats{justify-items:start}.state-panel{min-height:164px;padding:var(--space-5) var(--space-4)}.live-shell__status{display:none}.live-shell__top{padding-bottom:10px}.live-shell__top .entry-tabs{width:100%;max-width:none}}:root{--font-display: "Bricolage Grotesque", "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;--motion-ease: cubic-bezier(.16, 1, .3, 1)}html{view-transition-name:root}::view-transition-old(root),::view-transition-new(root){animation-duration:.28s;animation-timing-function:var(--motion-ease)}.route-frame{animation:route-fade-slide .32s var(--motion-ease) both}@keyframes route-fade-slide{0%{opacity:0;transform:translate3d(0,14px,0)}to{opacity:1;transform:translateZ(0)}}body{font-family:var(--font-ui);font-variation-settings:"wght" 500;text-rendering:geometricPrecision}h1,h2,.hero-shell__content h1,.discover-hero__copy h1,.builder-hero__copy h1,.chats-hero__copy h1,.collection-focus__copy h2,.profile-hero__copy h1{font-family:var(--font-display);font-feature-settings:"ss01","ss02","kern","liga";font-variation-settings:"wdth" 92,"wght" 760}.hero-shell{min-height:min(72dvh,660px);isolation:isolate;background:radial-gradient(circle at 16% 12%,rgba(232,93,127,.24),transparent 34%),linear-gradient(180deg,#12070c,#090609);box-shadow:0 34px 110px #00000085;transform:translateZ(0)}.hero-shell__mesh{position:absolute;inset:-24%;z-index:0;background:conic-gradient(from 90deg at 50% 50%,#e85d7f57,#f2a65a2e,#365b8d3d,#e85d7f57);filter:blur(54px) saturate(1.18);opacity:.72;animation:hero-mesh-spin 18s linear infinite;will-change:transform}.hero-shell:after{z-index:1;background:linear-gradient(90deg,#0c0609f0,#0c0609a3 30%,#0c06092e 58%,#0c0609e0),radial-gradient(circle at 62% 20%,rgba(255,255,255,.16),transparent 32%)}.hero-shell__media{z-index:1}.hero-shell__video-card{position:absolute;inset:34px auto 34px 8%;width:min(42vw,430px);border:1px solid rgba(255,255,255,.13);border-radius:30px;overflow:hidden;background:#ffffff0f;box-shadow:inset 0 1px #ffffff24,0 30px 90px #00000075;animation:hero-video-enter .68s var(--motion-ease) both}.hero-shell__video{width:100%;height:100%;display:block;object-fit:cover;object-position:center 32%}.hero-shell__figure--right{display:none}.hero-shell__content{max-width:480px;margin-left:auto;margin-right:9%;padding-top:172px;text-align:left}.hero-shell__content small{display:inline-flex;min-height:28px;align-items:center;padding:0 12px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff12;color:#ffe6ed;font-size:12px;font-weight:800}.hero-shell__content h1{margin-top:16px;font-size:clamp(3.25rem,5vw,5.7rem);line-height:.91;letter-spacing:-.052em;text-wrap:balance}.hero-shell__content p{margin-left:0;color:#fff0f5db;font-size:17px}.hero-shell__actions{justify-items:start}.hero-shell__meta{padding-left:2px;color:#fff0f5b8;font-weight:800}.hero-shell .temperature-bar{width:min(320px,100%);margin-top:18px}.premium-character-card,.poster-square,.discover-card,.chats-hero__card,.live-action-card,.story-rail__item{position:relative;transform-style:preserve-3d;transform:perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateZ(0);transition:transform .26s var(--motion-ease),border-color .22s ease,box-shadow .22s ease,filter .22s ease;will-change:transform}.premium-character-card:before,.poster-square:before,.discover-card:before,.chats-hero__card:before,.live-action-card:before,.story-rail__item:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;border-radius:inherit;background:radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 20%),color-mix(in srgb,var(--accent, var(--color-primary)) 32%,transparent),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.12),transparent 42%);opacity:0;transition:opacity .18s ease}.premium-character-card:hover,.poster-square:hover,.discover-card:hover,.chats-hero__card:hover,.live-action-card:hover,.story-rail__item:hover{border-color:color-mix(in srgb,var(--accent, var(--color-primary)) 58%,rgba(255,255,255,.24));box-shadow:0 26px 68px #0000006b,0 0 0 1px color-mix(in srgb,var(--accent, var(--color-primary)) 32%,transparent),0 0 34px color-mix(in srgb,var(--accent, var(--color-primary)) 20%,transparent);filter:saturate(1.06)}.premium-character-card:hover:before,.poster-square:hover:before,.discover-card:hover:before,.chats-hero__card:hover:before,.live-action-card:hover:before,.story-rail__item:hover:before{opacity:1}.poster-square__content,.discover-card__body,.chats-hero__card-copy,.live-action-card__copy{position:relative;z-index:2;transition:transform .22s var(--motion-ease),opacity .22s ease}.poster-square:hover .poster-square__content,.discover-card:hover .discover-card__body,.chats-hero__card:hover .chats-hero__card-copy,.live-action-card:hover .live-action-card__copy{transform:translate3d(0,-5px,18px)}.poster-square__art,.discover-card__image,.chats-hero__image,.live-action-card__image{transition:transform .42s var(--motion-ease)}.poster-square:hover .poster-square__art,.discover-card:hover .discover-card__image,.chats-hero__card:hover .chats-hero__image,.live-action-card:hover .live-action-card__image{transform:scale(1.035)}.btn,.site-tool--button,.filter-strip__item,.tag-strip__item,.tool-row__item{position:relative;overflow:hidden;isolation:isolate}.btn:after,.site-tool--button:after,.filter-strip__item:after,.tag-strip__item:after,.tool-row__item:after{content:"";position:absolute;left:50%;top:50%;width:140%;aspect-ratio:1;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.34),transparent 58%);opacity:0;transform:translate(-50%,-50%) scale(0);transition:transform .52s var(--motion-ease),opacity .52s ease}.btn:active:after,.site-tool--button:active:after,.filter-strip__item:active:after,.tag-strip__item:active:after,.tool-row__item:active:after{opacity:.28;transform:translate(-50%,-50%) scale(1);transition-duration:0ms}.temperature-bar{--temp-fill: linear-gradient(90deg, #38bdf8 0%, #60a5fa 26%, #e85d7f 62%, #ef4444 100%);padding:10px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff0b;box-shadow:inset 0 1px #ffffff0d}.temperature-bar__meter,.xp-bar{height:10px;background:linear-gradient(90deg,#38bdf82e,#e85d7f29,#ef444429),#ffffff0f}.temperature-bar__meter i,.xp-bar i{background:var(--temp-fill);box-shadow:0 0 18px #e85d7f47;transition:filter .22s ease}.toast{border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#ffffff1c,#ffffff0b),#12090de6;box-shadow:inset 0 1px #ffffff1f,0 24px 70px #00000075;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:toast-in .26s var(--motion-ease) both}input:focus,textarea:focus,select:focus,.tag-strip__search:focus,.auth-form input:focus,.builder-field input:focus,.builder-field textarea:focus,.profile-form input:focus{box-shadow:0 0 0 3px #e85d7f47,0 0 34px #e85d7f42}@keyframes hero-mesh-spin{to{transform:rotate(360deg) scale(1.04)}}@keyframes hero-video-enter{0%{opacity:0;transform:translate3d(-28px,18px,0) scale(.98)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes toast-in{0%{opacity:0;transform:translate3d(-50%,-10px,0) scale(.98)}to{opacity:1;transform:translate3d(-50%,0,0) scale(1)}}@media(hover:none),(pointer:coarse),(max-width:760px){.premium-character-card,.poster-square,.discover-card,.chats-hero__card,.live-action-card,.story-rail__item{transform:none!important;will-change:auto}.premium-character-card:before,.poster-square:before,.discover-card:before,.chats-hero__card:before,.live-action-card:before,.story-rail__item:before{display:none}}@media(max-width:760px){.hero-shell{min-height:430px}.hero-shell__mesh{inset:-36%;opacity:.64}.hero-shell:after{background:linear-gradient(180deg,#0c060938,#0c0609b3 54%,#0c0609f5)}.hero-shell__video-card{inset:14px 14px auto;width:auto;height:292px;border-radius:20px}.hero-shell__figure--right{display:none}.hero-shell__content{position:absolute;left:18px;right:18px;bottom:22px;max-width:none;margin:0;padding:0}.hero-shell__content h1{font-size:clamp(2.15rem,11vw,3.15rem);letter-spacing:-.046em}.hero-shell__content p{max-width:280px;font-size:13px}.hero-shell__actions{margin-top:14px}}@media(prefers-reduced-motion:reduce){.route-frame,.hero-shell__mesh,.hero-shell__video-card,.toast{animation:none!important}.premium-character-card,.poster-square,.discover-card,.chats-hero__card,.live-action-card,.story-rail__item{transition:none!important}}.site-header{flex-wrap:nowrap!important;gap:12px;min-height:56px;padding:8px 18px;max-width:100vw}.site-header__tools{flex-wrap:nowrap!important;gap:8px;overflow-x:auto;scrollbar-width:none}.site-header__tools::-webkit-scrollbar{display:none}.site-header__tools .site-tool{white-space:nowrap;font-size:13px;padding:6px 10px}.site-header__tools .locale-switcher select{font-size:13px;padding:4px 6px}@media(max-width:900px){.site-header__nav{display:none}.site-header__tools .site-tool{font-size:12px;padding:5px 8px}}:root{--color-bg: #080609;--color-bg-raised: #130c10;--color-bg-card: #1b1116;--color-border: rgba(255, 214, 226, .12);--color-primary: #e45f86;--color-primary-hover: #f0789b;--color-accent: #d99a5b;--shadow-md: 0 22px 70px rgba(0, 0, 0, .42);--shadow-lg: 0 34px 110px rgba(0, 0, 0, .56)}html,body,#root,.app-shell{overflow-x:clip}.admin-banner{border-color:#e45f863d;background:linear-gradient(90deg,#e45f8629,#d99a5b14);color:#fff1f6d6}.hero-shell{min-height:min(78dvh,720px);border:1px solid rgba(255,214,226,.1);background:radial-gradient(circle at 20% 20%,rgba(228,95,134,.22),transparent 34%),radial-gradient(circle at 84% 76%,rgba(217,154,91,.18),transparent 30%),#080609}.hero-shell__video-card{inset:30px auto 30px 6%;width:min(45vw,500px);border-radius:34px}.hero-shell__video-card:after,.poster-square:after,.discover-card:after,.live-action-card:after{content:"";position:absolute;inset:auto 0 0;height:42%;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(8,6,9,.76))}.hero-shell__content{max-width:520px;margin-right:7%}.hero-shell__content h1{max-width:8.6em;color:#fff8fb;text-shadow:0 18px 54px rgba(0,0,0,.34)}.hero-shell__actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.hero-shell__signals{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.hero-shell__signals span{display:inline-flex;min-height:30px;align-items:center;padding:0 11px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#fff1;color:#ffeff4c7;font-size:12px;font-weight:800}.btn--primary,.btn--accent,.composer__submit{box-shadow:inset 0 1px #ffffff29,0 14px 36px #e45f8647}.btn:active,.site-tool--button:active,.filter-strip__item:active,.tag-strip__item:active,.tool-row__item:active{transform:translate3d(0,1px,0) scale(.99)}.filter-strip,.tag-strip{position:sticky;top:58px;z-index:40;padding:8px 0;background:linear-gradient(180deg,#080609f0,#080609b8);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.tag-strip__search{border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.22);box-shadow:inset 0 1px #ffffff0d}.tag-strip__search::placeholder{color:#fff7f99e;opacity:1}.poster-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}@media(min-width:860px){.poster-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.poster-square{border-radius:18px;background:#120c10}.poster-square__art,.live-action-card__image,.discover-card__image{aspect-ratio:4 / 5.35;object-position:center 12%}.poster-square__content{min-height:152px;background:linear-gradient(180deg,#ffffff0e,#ffffff06),#120c10}.poster-square__eyebrow span:first-child,.discover-card__body small,.live-action-card__copy small{color:color-mix(in srgb,var(--accent, var(--color-primary)) 62%,#ffffff 38%);font-weight:900}.character-detail{grid-template-columns:minmax(320px,.86fr) minmax(0,1fr);min-height:min(78dvh,760px);overflow:hidden}.character-detail__media{min-height:620px}.character-detail__poster{height:100%;object-fit:cover;object-position:center 10%}.character-detail__opening{display:grid;gap:6px;padding:16px;border:1px solid color-mix(in srgb,var(--accent, var(--color-primary)) 36%,rgba(255,255,255,.1));border-radius:18px;background:linear-gradient(180deg,#ffffff17,#ffffff09),#e45f8614;box-shadow:inset 0 1px #ffffff1a}.character-detail__opening small{color:#fff0f594;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.character-detail__opening strong{color:#fff8fb;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.45}.chat-shell{width:min(100%,900px);border-color:#e45f8633;background:radial-gradient(circle at 20% 0%,color-mix(in srgb,var(--accent, var(--color-primary)) 16%,transparent),transparent 34%),#0d1014}.chat-shell__room:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.07),transparent 30%),linear-gradient(180deg,rgba(228,95,134,.08),transparent 30%);opacity:.9}.chat-room__top{min-height:74px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.chat-message__bubble{max-width:min(72%,560px)}.chat-message__bubble--assistant{background:linear-gradient(180deg,color-mix(in srgb,var(--accent, var(--color-primary)) 24%,rgba(255,255,255,.07)),#ffffff09)}.tool-row__item{min-width:74px}.composer{grid-template-columns:64px minmax(0,1fr) 64px;border-color:#ffffff1f;background:#0d1014e6;box-shadow:inset 0 1px #ffffff14,0 18px 46px #00000042}.composer__suggest{width:auto;min-width:54px;font-size:12px;font-weight:900}.charge-modal__panel{border-color:#e45f8638;background:radial-gradient(circle at 16% 0%,rgba(228,95,134,.18),transparent 34%),#130c10}.charge-modal__head strong:after{content:" · 오늘 대화 흐름을 끊지 않게";color:#fff0f594;font-size:12px;font-weight:700}.charge-package{border-color:#ffffff1c;background:linear-gradient(180deg,#ffffff14,#ffffff09),#171015;transition:transform .18s var(--motion-ease),border-color .18s ease,box-shadow .18s ease}.charge-package:hover:not(:disabled){transform:translate3d(0,-3px,0);border-color:#e45f866b;box-shadow:0 22px 58px #00000061}@media(max-width:760px){.hero-shell{min-height:560px}.hero-shell__video-card{height:360px}.hero-shell__actions{align-items:stretch}.hero-shell__actions .btn{flex:1 1 148px}.hero-shell__signals{margin-top:10px}.filter-strip,.tag-strip{top:0;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;max-height:52px;gap:6px}.tag-strip::-webkit-scrollbar{display:none}.tag-strip__item{flex:0 0 auto}.tag-strip__search{flex:0 0 auto;min-width:150px}.character-detail{grid-template-columns:1fr;min-height:auto}.character-detail__media{min-height:420px}.composer{grid-template-columns:56px minmax(0,1fr) 58px}}body{font-size:16px}.hero-shell{min-height:min(66dvh,620px)}.hero-shell__video-card{inset:24px auto 24px 6%}.hero-shell__content{padding-top:136px}.hero-shell__content h1,.discover-hero__copy h1,.builder-hero__copy h1,.chats-hero__copy h1,.character-detail__headline h1,.promo-banner h1,.collection-shell__top h1{font-size:48px}.section-header h2,.chat-shell__profile h2,.creator-banner__copy h2{font-size:32px}.page-stack{gap:12px}.home-character-section{margin-top:0}.home-character-section .section-header{margin-bottom:10px}.home-character-section .tag-strip{top:58px;margin-bottom:10px;max-width:100%}.filter-strip__item,.tag-strip__item{min-height:44px;padding:0 18px}.chat-message__avatar{width:24px;height:24px;border-radius:8px}.chat-message__avatar--user{display:inline-flex;align-items:center;justify-content:center;background:#ffffff1f;color:#ffffffc2;font-size:10px;font-weight:900}.chat-message__bubble{max-width:min(70%,560px);border-radius:20px;padding:11px 15px}.chat-message__bubble--assistant{border-top-left-radius:7px;background:linear-gradient(180deg,#ffffff1b,#ffffff0b),color-mix(in srgb,var(--accent, var(--color-primary)) 18%,#11161c)}.chat-message__bubble--user{border-top-right-radius:7px;background:linear-gradient(180deg,#e85d7fc7,#b2375cb8);border-color:#ffffff24}.chat-message__time{color:#ffffff47;font-size:10px}.live-shell__chat-log .chat-message__bubble{max-width:min(70%,520px)}.character-detail__meta span{min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 13px;border-radius:999px;background:linear-gradient(180deg,#ffffff14,#ffffff08),#12141bd6}.character-detail__meta small{color:color-mix(in srgb,var(--accent, var(--color-primary)) 58%,#ffffff);font-size:10px;font-weight:900;letter-spacing:.08em}.character-detail__opening{padding:20px;border-width:1px;background:linear-gradient(180deg,#ffffff1f,#ffffff0a),color-mix(in srgb,var(--accent, var(--color-primary)) 14%,#150d12);box-shadow:inset 0 1px #ffffff1f,0 18px 46px #00000038,0 0 0 1px color-mix(in srgb,var(--accent, var(--color-primary)) 14%,transparent)}@media(max-width:760px){.hero-shell{min-height:460px}.hero-shell__video-card{inset:16px 16px auto;width:auto;height:284px}.hero-shell__content{max-width:none;margin:0;padding:308px 16px 16px}.hero-shell__content h1,.discover-hero__copy h1,.builder-hero__copy h1,.chats-hero__copy h1,.character-detail__headline h1,.promo-banner h1,.collection-shell__top h1{font-size:38px}.section-header h2,.chat-shell__profile h2,.creator-banner__copy h2{font-size:28px}.filter-strip__item,.tag-strip__item{min-height:48px;padding:0 20px;font-size:14px}.tag-strip__search{min-height:48px;padding-inline:16px;font-size:14px}.home-character-section .tag-strip{flex-wrap:wrap;overflow-x:visible}.home-character-section .tag-strip__search{flex:1 0 100%}.chat-message__bubble,.live-shell__chat-log .chat-message__bubble{max-width:70%}.live-shell__body{position:absolute;inset:0;display:grid;grid-template-rows:60dvh 40dvh;overflow:hidden}.live-shell__stage,.live-shell__rail{position:relative;inset:auto}.live-shell__stage{height:60dvh;min-height:0}.live-shell__rail{left:auto;right:auto;bottom:auto;width:auto;height:40dvh;padding:0 10px 10px}.live-shell__chat{border-radius:18px 18px 0 0}}@media(min-width:900px){.hero-shell{min-height:55vh;height:55vh;max-height:600px}.hero-shell__video-card{inset:20px auto 20px 6%;width:min(40vw,430px)}.hero-shell__content{padding-top:clamp(86px,12vh,122px)}.hero-shell__content h1{font-size:clamp(2.7rem,4.3vw,4.65rem)}.home-character-section .tag-strip{flex-wrap:wrap;align-items:center;overflow-x:clip}.home-character-section .tag-strip__search{width:240px;flex:0 0 240px}.home-character-section .tag-strip__item{flex:0 1 auto}.home-filter-strip{flex-wrap:wrap;overflow-x:clip}.home-filter-strip .filter-strip__item{flex:0 1 auto}.home-filter-strip .filter-strip__item,.home-character-section .tag-strip__item,.home-character-section .tag-strip__search{min-height:38px}.home-character-section .section-header{margin-bottom:6px}}.character-card-link{position:relative;display:block}.character-card-link__profile{display:block;color:inherit;text-decoration:none}.poster-square__cta{position:absolute;left:14px;right:14px;bottom:14px;z-index:6;min-height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:linear-gradient(135deg,#e85d7ff5,#d99a5beb);color:#fff8fb;font-size:14px;font-weight:900;text-decoration:none;box-shadow:0 16px 38px #0000005c;opacity:0;transform:translate3d(0,18px,0) scale(.98);transition:opacity .22s var(--motion-ease),transform .22s var(--motion-ease),box-shadow .22s ease}.character-card-link:hover .poster-square__cta,.character-card-link:focus-within .poster-square__cta{opacity:1;transform:translateZ(0) scale(1)}.poster-square__cta:hover{box-shadow:0 20px 48px #00000075}.character-detail__body>*{opacity:0;transform:translate3d(0,12px,0);animation:detail-stagger-in .52s var(--motion-ease) forwards}.character-detail__body>*:nth-child(1){animation-delay:0ms}.character-detail__body>*:nth-child(2){animation-delay:.1s}.character-detail__body>*:nth-child(3){animation-delay:.2s}.character-detail__body>*:nth-child(4){animation-delay:.3s}.character-detail__body>*:nth-child(5){animation-delay:.4s}.character-detail__body>*:nth-child(6){animation-delay:.5s}.character-detail__body>*:nth-child(7){animation-delay:.6s}.mobile-dock__item--active{background:linear-gradient(135deg,#e85d7f47,#d99a5b29),#ffffff12;transform:scale(1.05);box-shadow:inset 0 1px #ffffff1f,0 12px 26px #00000047}@keyframes detail-stagger-in{to{opacity:1;transform:translateZ(0)}}@media(hover:none),(pointer:coarse){.poster-square__cta{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.character-detail__body>*{opacity:1;transform:none;animation:none!important}.poster-square__cta{transition:none}}.page-stack{grid-template-columns:minmax(0,1fr)}.page-stack>*{min-width:0}.home-hero-layout{display:grid;grid-template-columns:minmax(0,7fr) minmax(280px,3fr);gap:14px;align-items:stretch;width:100%;max-width:100%;min-width:0;overflow:hidden}.home-hero-layout .hero-shell{width:100%;height:560px;min-height:560px;min-width:0}.home-hero-layout .hero-shell__video-card{position:absolute;inset:36px 5% 36px auto;width:min(36%,320px);height:auto;border-radius:24px;box-shadow:0 30px 80px #00000080,0 0 0 1px #ff98bc2e}.home-hero-layout .hero-shell__content{max-width:520px;margin:0 0 0 5%;padding:80px 0 60px;text-align:left}.home-hero-layout .hero-shell__content h1{max-width:8em;font-family:var(--font-display);font-size:clamp(2.8rem,4.2vw,4.6rem);line-height:.98;letter-spacing:-.04em;font-variation-settings:"wdth" 92,"wght" 800}.home-hero-layout .hero-shell__content p{max-width:330px;font-size:14px}.home-hero-layout .hero-shell__actions .btn--accent{border-color:#ffc4d56b;background:linear-gradient(180deg,#ff79a1fa,#e1325ffa);color:#fff8fb;box-shadow:inset 0 1px #ffffff3d,0 18px 42px #e1325f57,0 0 0 1px #ffc4d51f}.hero-character-grid{height:560px;width:100%;max-width:100%;min-width:0;overflow-y:auto;overflow-x:hidden;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:270px;gap:10px;padding:0 2px 0 0;scrollbar-width:thin;scrollbar-color:#6f3a47 transparent}.hero-character-grid::-webkit-scrollbar{width:6px}.hero-character-grid::-webkit-scrollbar-thumb{background:#6f3a47;border-radius:999px}.hero-character-card{position:relative;min-width:0;overflow:hidden;border:1px solid rgba(255,214,226,.12);border-radius:18px;background:#130c10;color:inherit;text-decoration:none}.hero-character-card__image{width:100%;height:100%;object-fit:cover;object-position:center 12%}.hero-character-card__copy{position:absolute;left:10px;right:10px;bottom:10px;z-index:2;display:grid;gap:2px;padding:10px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#0c0609ad;color:#fff8fb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-character-card__copy small{color:color-mix(in srgb,var(--accent, var(--color-primary)) 64%,#ffffff 36%);font-size:11px;font-weight:900}.hero-character-card__copy strong{font-size:15px;line-height:1.1}.hero-character-card__copy span{color:#fff0f5b8;font-size:12px;font-weight:800}.poster-square__hover-copy{position:absolute;left:14px;right:14px;bottom:68px;z-index:5;display:grid;gap:5px;padding:13px 14px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:#0c0609bd;color:#fff8fb;opacity:0;pointer-events:none;transform:translate3d(0,18px,0);transition:opacity .22s var(--motion-ease),transform .22s var(--motion-ease);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.poster-square__hover-copy small{color:color-mix(in srgb,var(--accent, var(--color-primary)) 62%,#ffffff 38%);font-size:12px;font-weight:900}.poster-square__hover-copy strong{display:-webkit-box;overflow:hidden;font-size:15px;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical}.character-card-link:hover .poster-square__hover-copy,.character-card-link:focus-within .poster-square__hover-copy{opacity:1;transform:translateZ(0)}@media(max-width:980px){.home-hero-layout{grid-template-columns:1fr;gap:10px}.hero-character-grid{display:none}.home-hero-layout .hero-shell{height:auto;min-height:460px}.home-hero-layout .hero-shell__video-card{inset:16px 16px auto;width:auto;height:284px}.home-hero-layout .hero-shell__content{max-width:none;margin:0;padding:308px 16px 16px}.home-hero-layout .hero-shell__content h1{font-size:38px}}@media(hover:none),(pointer:coarse){.poster-square__hover-copy{display:none}}body[data-safe-mode=on] .character-card-link[data-nsfw=adult] .poster-square__art,body[data-safe-mode=on] .character-card-link[data-nsfw=adult] .poster-square__hero{filter:blur(16px) saturate(.7);transition:filter .3s ease}body[data-safe-mode=on] .character-card-link[data-nsfw=adult]:hover .poster-square__art{filter:blur(0px) saturate(1)}.character-card-link[data-nsfw=adult]:after{content:"18+";position:absolute;top:10px;right:10px;background:#e85d7ff2;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px;pointer-events:none;z-index:2}@media(max-width:640px){.chat-room__top{align-items:stretch}.chat-room__controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:100%;min-width:0;flex:1 1 100%;gap:6px}.chat-room__controls .mode-toggle,.chat-room__controls .temperature-bar,.chat-room__controls .character-actions--compact{grid-column:1 / -1;width:100%;max-width:100%;min-width:0}.chat-room__controls .mode-toggle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.chat-room__controls .model-picker,.chat-room__controls .model-picker__select{width:100%;max-width:100%;min-width:0}.chat-room__controls .character-actions__row{flex-wrap:wrap}}.chat-index__body,.chat-index__top,.chat-index__row p,.chat-index__row strong,.chat-index__row span{min-width:0;overflow-wrap:anywhere}@media(max-width:640px){.chat-index__row{width:100%}.chat-index__thumb{max-width:100%}}.hero-shell{overflow:hidden}.hero-shell__mesh{inset:0}.hero-shell__video-card{box-sizing:border-box}@media(max-width:760px){.home-hero-layout .hero-shell__video-card,.hero-shell__video-card{left:16px;right:16px;width:auto;max-width:calc(100% - 32px)}}.builder-card--form{display:flex!important;flex-direction:column!important;gap:28px!important;padding:24px!important}.builder-card--form>strong{display:block!important;font-size:20px!important;font-weight:700!important;margin-bottom:-8px!important;letter-spacing:-.01em}.builder-field{display:flex!important;flex-direction:column!important;gap:8px!important;margin:0!important;cursor:default!important}.builder-field>span{display:block!important;font-size:15px!important;font-weight:700!important;color:#f4eaef!important;letter-spacing:-.01em!important;line-height:1.4!important}.builder-field>p,.builder-field>span small{display:block!important;font-size:13px!important;font-weight:400!important;color:#93838c!important;opacity:1!important;margin:4px 0 0!important;line-height:1.5!important;letter-spacing:0!important}.builder-field .tool-row{display:flex!important;gap:8px!important;margin-top:4px!important;flex-wrap:wrap}.builder-field .tool-row>.btn{flex:1 1 0!important;min-width:0!important;height:auto!important;min-height:52px!important;padding:12px 16px!important;font-size:14px!important;font-weight:600!important;border-radius:12px!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;transition:all .2s ease!important}.builder-field .tool-row>.btn div{font-weight:700!important;font-size:14px!important}.builder-field .tool-row>.btn small{display:block!important;font-size:11px!important;opacity:.62!important;line-height:1.35!important;margin-top:2px!important;white-space:normal!important;word-break:keep-all!important}.tag-chip{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:6px 14px!important;background:#ffffff0d!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:999px!important;font-size:13px!important}.tag-chip__x{margin-left:2px!important;opacity:.6!important;cursor:pointer!important}.builder-field input[type=text],.builder-field input[type=datetime-local],.builder-field textarea,.builder-field input:not([type]){width:100%!important;padding:12px 16px!important;background:#00000047!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;font-size:14px!important;color:#fff;transition:border-color .18s ease}.builder-field input:focus,.builder-field textarea:focus{outline:none;border-color:#ff60a899!important}@media(max-width:600px){.builder-card--form{padding:16px!important;gap:24px!important}.builder-field .tool-row>.btn{min-width:calc(50% - 4px)!important}}.chat-message__bubble{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 4px 12px #00000073}.character-card-link{transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s}.character-card-link:hover .poster-square{box-shadow:0 14px 28px #0000008c,0 0 0 1px #ff60a84d}.character-detail__intro,.character-detail__headline p,.character-detail__body p{max-width:720px;line-height:1.65}@keyframes pulse-live-status{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.96)}}.live-shell__status em{animation:pulse-live-status 1.8s ease-in-out infinite}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff24;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#ff60a866}.voice-phone__end,.voice-shell__hangup,button[aria-label*=종료],button[aria-label*=hangup],button[aria-label*=끊기]{background:linear-gradient(135deg,#ff3b6a,#c8245a)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 8px 20px #c8245a80!important}.collection-empty,.empty-state{padding:48px 24px}.empty-state strong{background:linear-gradient(135deg,#fff,#ffb8d4);-webkit-background-clip:text;background-clip:text;color:transparent}@media(max-width:600px){.chat-room__top{padding:5px 4px 6px!important;gap:4px!important;row-gap:4px!important}.chat-room__avatar{width:30px!important;height:30px!important}.chat-room__identity strong{font-size:.95rem}.chat-room__identity span{font-size:.72rem}.chat-room__back{padding:4px 9px!important;min-height:30px}.mode-toggle__item{padding:4px 9px;font-size:.78rem}.story-banner{margin:0 8px 6px;padding:6px 10px}.story-banner__title{font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:46vw}.story-banner__label{font-size:.62rem}.chat-room__canvas{padding-top:6px}.live-shell__rail{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.live-shell__composer{background:#08060ceb}}.character-card-link .poster-square__content{padding-bottom:66px}.character-card-link .poster-square__footer{margin-bottom:0}.story-banner{gap:8px}.story-banner>.btn{flex:0 0 auto;white-space:nowrap}.story-banner__chapter{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.call-screen__body--outgoing{justify-items:center}.call-screen__setup{margin-left:auto;margin-right:auto;justify-self:center}.chat-model-select{flex:0 0 auto;max-width:140px;padding:5px 8px;border-radius:8px;border:1px solid rgba(255,255,255,.16);background:#ffffff12;color:#efe8ec;font:inherit;font-size:.78rem;cursor:pointer}.chat-model-select option{background:#14161c;color:#efe8ec}.play-shell .play-shell__body{position:absolute;inset:0;display:flex;flex-direction:row;align-items:stretch;overflow:hidden;background:#07070b}.play-shell .play-stage{position:relative;inset:auto;flex:1 1 auto;min-width:0}.play-stage__reset{position:absolute;left:16px;bottom:16px;z-index:6;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.play-panel{position:relative;inset:auto;flex:0 0 360px;max-width:42vw;height:100%;overflow-y:auto;padding:max(72px,env(safe-area-inset-top)) 18px 24px;background:linear-gradient(180deg,#0a0a0eeb,#0a0a0efa);border-left:1px solid rgba(255,255,255,.08);z-index:5;display:flex;flex-direction:column;gap:16px;color:#efe8ec}.play-panel__head{display:flex;flex-direction:column;gap:12px}.play-panel__title{font-size:1.12rem;letter-spacing:.02em}.play-panel__xp{display:flex;flex-direction:column;gap:6px}.play-panel__xp-top{display:flex;justify-content:space-between;align-items:baseline;gap:10px;flex-wrap:wrap;font-size:.82rem;font-weight:600;color:#f6d2e0}.play-panel__xp-top>span:first-child{flex:0 0 auto}.play-panel__xp-top>span:last-child{margin-left:auto;text-align:right}.play-panel__xp-bar{height:8px;border-radius:999px;background:#ffffff1a;overflow:hidden}.play-panel__xp-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#ff5d8f,#ff9d6c);transition:width .3s ease}.play-panel__xp-note{font-size:.72rem;color:#efe8ec99}.play-panel__stages{display:flex;flex-direction:column;gap:22px}.play-stage-group{display:flex;flex-direction:column;gap:13px;padding:16px 10px 12px;margin-inline:-10px;border:1px solid transparent;border-radius:20px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.play-stage-group--locked{opacity:.78}.play-stage-group--active{border-color:#ff74bd6b;background:linear-gradient(135deg,#ff5d8f1f,#8a5cf61a) padding-box,linear-gradient(135deg,#ff5d8fbd,#9a68ffa3) border-box;box-shadow:0 0 0 1px #ffffff0a inset,0 12px 36px #ff5d8f2e,0 0 24px #9a68ff24}.play-stage-group__head{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.play-stage-group__level{display:inline-flex;align-items:center;justify-content:center;min-height:22px;font-size:.68rem;font-weight:800;line-height:1;padding:4px 9px;border-radius:999px;background:#ffffff17;color:#ffd6e5;border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px #ffffff1a}.play-stage-group--active .play-stage-group__level{background:linear-gradient(135deg,#ff5d8f,#9a68ff);color:#fff;border-color:#ffffff47}.play-stage-group__head strong{font-size:1.06rem;font-weight:900;line-height:1.22}.play-stage-group__lock{font-size:.74rem;font-weight:700;color:#ffc06b;display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;background:#ff9d4c24;border:1px solid rgba(255,157,76,.32)}.play-stage-group__items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.play-stage-group__items .play-item:only-child{grid-column:1 / -1;width:calc((100% - 10px)/2);justify-self:center}.play-item{position:relative;display:grid;grid-template-rows:auto 1fr auto;justify-items:center;align-items:center;gap:8px;width:100%;aspect-ratio:1 / 1;min-height:112px;text-align:center;padding:14px 10px 12px;border-radius:16px;border:1px solid rgba(255,255,255,.16);background:linear-gradient(180deg,#ffffff21,#ffffff0e),#1610188a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:#efe8ec;font:inherit;cursor:pointer;overflow:hidden;box-shadow:inset 0 1px #ffffff24,0 10px 28px #0000002e;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease,opacity .16s ease}.play-item:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.18),transparent 46%);opacity:.55}.play-item:after{content:"";position:absolute;inset:auto 0 0;z-index:0;height:54%;pointer-events:none;background:linear-gradient(180deg,#0000,#00000047 42%,#00000094)}.play-item:hover:not(:disabled){background:linear-gradient(180deg,#ffffff2b,#ffffff13),#24162a9e;border-color:#ff87b894;box-shadow:inset 0 1px #ffffff2e,0 14px 34px #ff5d8f26}.play-item:active:not(:disabled){transform:scale(.97)}.play-item--active{border-color:#ff74bde0;background:linear-gradient(135deg,#ff5d8f38,#9a68ff33) padding-box,linear-gradient(135deg,#ff5d8f,#9a68ff) border-box;box-shadow:inset 0 1px #fff3,0 14px 38px #ff5d8f42,0 0 26px #9a68ff33}.play-item--locked{cursor:not-allowed;opacity:.68;background:linear-gradient(180deg,#ffffff13,#ffffff09),#100f137a}.play-item__icon{position:relative;z-index:1;display:inline-grid;place-items:center;width:36px;height:36px;border-radius:999px;font-size:.92rem;line-height:1;text-align:center;background:linear-gradient(180deg,#fff3,#ffffff14),#ffffff17;border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px #fff3,0 8px 18px #0000002e}.play-item--active .play-item__icon{background:linear-gradient(135deg,#ff5d8f,#9a68ff);border-color:#ffffff57;color:#fff}.play-item--locked .play-item__icon{color:#ffffffb8;background:#ffffff14}.play-item__label{position:relative;z-index:1;align-self:end;width:100%;min-width:0;color:#fff8fb;font-size:.86rem;font-weight:800;line-height:1.28;letter-spacing:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow-wrap:anywhere}.play-item__lock{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}@media(max-width:720px){.play-shell.live-shell{display:flex;flex-direction:column;height:100dvh;min-height:0;overflow-y:auto;overflow-x:hidden}.play-shell .live-shell__top{position:relative;inset:auto;flex:none;flex-direction:column;align-items:stretch;gap:8px;padding:max(8px,env(safe-area-inset-top)) 12px 10px;background:linear-gradient(180deg,#08080cf5,#08080ceb);border-bottom:1px solid rgba(255,255,255,.08);pointer-events:auto;z-index:2}.play-shell .live-shell__top .entry-tabs{width:100%;max-width:none;flex:none;margin:0}.play-shell .live-shell__top .entry-tabs__item{min-height:38px;padding:6px 8px!important}.play-shell .live-shell__status{justify-items:start;text-align:left;text-shadow:none;color:#fff}.play-shell .live-shell__back{align-self:flex-start;min-height:34px;padding:4px 14px}.play-shell .play-shell__body{position:relative;inset:auto;flex:1 1 auto;flex-direction:column;min-height:0}.play-shell .play-stage{flex:none;width:100%;aspect-ratio:3 / 4;min-height:0}.play-shell .live-shell__poster-frame{height:100%}.play-panel{flex:1 1 auto;max-width:none;width:100%;height:auto;padding:16px 16px 24px;border-left:none;border-top:1px solid rgba(255,255,255,.08)}}.chat-shell__profile{display:none}.chat-room__canvas{scroll-behavior:smooth}.chat-message__bubble{line-height:1.55}.chat-message__bubble--assistant:not(.chat-message__bubble--media),.chat-message__bubble--user{padding:14px 18px}.chat-room__footer{gap:7px;padding-top:10px;background:linear-gradient(180deg,#0f121700,#0f1217f5 24%)}.chat-room__footer .tool-row{align-items:center;gap:8px;flex-wrap:nowrap}.chat-room__footer .tool-row__item{min-height:36px;padding:0 14px;font-size:12px;font-weight:800;line-height:1}.chat-room__footer .composer{grid-template-columns:58px minmax(0,1fr) 60px;gap:8px;align-items:center;min-height:56px;padding:6px 7px;border-radius:22px;background:#0d1014f5;box-shadow:inset 0 1px #ffffff12}.chat-room__footer .composer__field{height:44px;padding:0 14px;line-height:44px}.chat-room__footer .composer__suggest,.chat-room__footer .composer__submit{min-height:44px;height:44px;margin:0}.chat-room__footer .composer__suggest{min-width:58px;width:58px}.chat-room__footer .composer__submit{min-width:60px;width:60px;border-radius:18px;box-shadow:inset 0 1px #ffffff29}.story-browse{padding-top:6px;padding-bottom:calc(90px + env(safe-area-inset-bottom,0px))}.story-browse__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;align-content:start}.story-browse__card{display:flex;flex-direction:column;border-radius:16px;overflow:hidden;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);transition:border-color .18s ease,transform .18s ease}.story-browse__card:hover{border-color:#ffffff38;transform:translateY(-2px)}.story-browse__cover{width:100%;aspect-ratio:3 / 4;object-fit:cover;display:block}.story-browse__cover--placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#ffffff14,#ffffff05);color:#ffffff8c;font-weight:700;letter-spacing:.04em}.story-browse__body{display:flex;flex-direction:column;gap:6px;padding:12px 12px 14px;flex:1 1 auto}.story-browse__eyebrow{font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;opacity:.6}.story-browse__title{margin:0;font-size:1rem;font-weight:700;line-height:1.25}.story-browse__intro{margin:0;font-size:.8rem;line-height:1.45;opacity:.82;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.story-browse__footer{margin-top:auto;padding-top:8px;display:flex;align-items:center;justify-content:space-between;gap:8px}.story-browse__chapters{font-size:.7rem;opacity:.6}.story-browse__start{flex:0 0 auto}@media(min-width:1100px){.chat-shell{width:min(100%,1180px);grid-template-columns:minmax(0,1fr) 320px}.chat-shell__profile{display:flex;flex-direction:column;gap:16px;padding:18px 16px 22px;overflow-y:auto;min-height:0;background:radial-gradient(circle at top,rgba(255,255,255,.05),transparent 45%),linear-gradient(180deg,#141820,#0e1116);border-left:1px solid rgba(255,255,255,.06);border-radius:0 24px 24px 0}.story-browse-shell{grid-template-columns:minmax(0,1fr);width:min(100%,1000px)}.chat-profile__portrait{width:100%;aspect-ratio:3 / 4;border-radius:16px;overflow:hidden;background:#ffffff0a}.chat-profile__portrait img{width:100%;height:100%;object-fit:cover;display:block}.chat-profile__head{display:flex;flex-direction:column;gap:4px}.chat-profile__name{font-size:1.25rem;font-weight:700}.chat-profile__headline{font-size:.82rem;opacity:.72}.chat-profile__tags{display:flex;flex-wrap:wrap;gap:6px}.chat-profile__tag{font-size:.68rem;padding:3px 9px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);opacity:.85}.chat-profile__section h3{margin:0 0 6px;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;opacity:.55}.chat-profile__section p{margin:0;font-size:.84rem;line-height:1.55;opacity:.88}.chat-profile__facts{margin:0;display:flex;flex-direction:column;gap:8px}.chat-profile__fact{display:flex;justify-content:space-between;gap:12px;font-size:.8rem}.chat-profile__fact dt{opacity:.6;flex:0 0 auto;white-space:nowrap}.chat-profile__fact dd{margin:0;text-align:right;opacity:.92;flex:1 1 auto;min-width:0;overflow-wrap:anywhere;word-break:break-word}.chat-profile__live-meta{display:flex;justify-content:space-between;gap:12px;font-size:.76rem;opacity:.8;margin-bottom:6px}.chat-profile__live-meter{height:5px;border-radius:999px;background:#ffffff1a;overflow:hidden;margin-bottom:10px}.chat-profile__live-meter i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--brand-2),var(--brand));transition:width var(--duration) ease}.chat-profile__live-play{width:100%;font-size:.82rem;padding:8px 12px}.chat-shell__room .story-start-row{flex-wrap:wrap;gap:8px 12px}.chat-shell__room .story-start-row__label{flex:1 1 auto;min-width:0;overflow-wrap:anywhere;word-break:keep-all;line-height:1.4}.chat-shell__room .story-start-row__btn{flex:0 0 auto;white-space:nowrap}.chat-room__controls .temperature-bar{margin-right:8px}.chat-room__controls .character-actions--compact{margin-left:4px;flex:0 0 auto}}.mobile-dock__item--active{border-color:#e85d7f6b;box-shadow:inset 0 1px #ffffff14,0 8px 18px #00000038}.mobile-dock__item--active .nav-icon{transform:none}.call-screen__body:after{content:"";position:absolute;inset:auto 0 0;z-index:0;height:min(48vh,360px);pointer-events:none;background:linear-gradient(180deg,#05050600,#05050694 46%,#050506eb)}.call-screen__identity,.call-screen__setup,.call-screen__dock{position:relative;z-index:1}@media(max-width:720px){.call-screen__body:before{top:auto;bottom:0;height:min(52vh,380px);background:linear-gradient(180deg,#0000,#00000080 48%,#000000e0)}.call-screen__identity{width:min(100%,310px);margin-bottom:2px}}@media(max-width:640px){.chat-room__controls{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;overflow:visible}.chat-room__controls .mode-toggle{grid-column:1 / span 2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.chat-room__controls>.btn{width:100%;min-width:0;padding-inline:8px}.chat-room__controls .temperature-bar,.chat-room__controls .character-actions--compact{grid-column:1 / -1;margin-left:0;margin-right:0}.chat-room__controls .character-actions__row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;width:100%}}:root{--color-bg: #08070b;--color-bg-raised: rgba(255, 255, 255, .05);--color-bg-card: rgba(255, 255, 255, .05);--color-border: rgba(255, 255, 255, .1);--color-primary: #ff2d78;--color-primary-hover: #ff5b96;--color-accent: #7e3ff2;--color-text: #fff8fb;--color-text-dim: rgba(255, 255, 255, .7);--color-text-muted: rgba(255, 255, 255, .48);--bg-deep: #08070b;--bg-glass: rgba(255, 255, 255, .05);--glass-line: rgba(255, 255, 255, .1);--neon-pink: #ff2d78;--main-grad: linear-gradient(135deg, #ff2d78, #7e3ff2);--glass-blur: blur(20px);--glass-shadow: 0 8px 32px rgba(0, 0, 0, .5);--radius-md: 24px;--radius-lg: 24px;--shadow-sm: var(--glass-shadow);--shadow-md: var(--glass-shadow);--shadow-lg: 0 18px 70px rgba(0, 0, 0, .58)}body{background:var(--bg-deep);color:var(--color-text);font-family:var(--font-sans);font-weight:500;letter-spacing:-.01em}.app-shell{background:radial-gradient(circle at 18% -8%,rgba(255,45,120,.16),transparent 30%),radial-gradient(circle at 92% 8%,rgba(126,63,242,.14),transparent 34%),var(--bg-deep)}h1,h2,h3,h4,.chat-shell__profile h2,.chats-hero__copy h1,.character-detail__headline h1{font-weight:800;letter-spacing:-.02em}p,.chat-message__bubble p,.builder-card p,.character-detail__intro{color:#ffffffb3;font-size:14px;font-weight:500;letter-spacing:-.01em}.btn,.site-tool,.feature-nav__item,.mode-toggle__item,.tool-row__item,.entry-tabs__item,.mobile-dock__item,.card,.panel-surface,.builder-card,.auth-card,.collection-card,.discover-card,.chats-hero__card,.live-action-card,.chat-index__row,.call-screen__temperature,.call-screen__identity,.call-screen__voice select,.call-screen__voice input,input,select,textarea{border-color:var(--glass-line);background:var(--bg-glass);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);box-shadow:inset 0 1px #ffffff14,var(--glass-shadow)}.btn,.site-tool,.feature-nav__item,.mode-toggle__item,.tool-row__item{border-radius:999px;color:#ffffffe0}.btn:hover,.site-tool:hover,.feature-nav__item:hover,.mode-toggle__item:hover,.tool-row__item:hover{border-color:#ff2d785c;background:#ffffff14;transform:translate3d(0,-1px,0)}.btn--primary,.feature-nav__item--active,.mode-toggle__item--active,.mobile-dock__item--active,.composer__submit{border-color:#ffffff2e;background:var(--main-grad)!important;color:#fff!important;box-shadow:inset 0 1px #ffffff38,0 12px 34px #ff2d784d,0 0 28px #7e3ff22e}.btn--ghost,.site-tool--button,.tool-row__item{background:#ffffff0e!important;color:#ffffffdb!important}select,.model-picker__select,.chat-model-select,.locale-selector{appearance:none;-webkit-appearance:none;border-radius:999px;background-image:linear-gradient(45deg,transparent 50%,rgba(255,255,255,.78) 50%),linear-gradient(135deg,rgba(255,255,255,.78) 50%,transparent 50%);background-position:calc(100% - 17px) 50%,calc(100% - 12px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}input[type=range]{appearance:none;-webkit-appearance:none;width:100%;height:8px;border:1px solid var(--glass-line);border-radius:999px;background:#ffffff14;cursor:pointer}input[type=range]::-webkit-slider-runnable-track{height:8px;border-radius:999px;background:transparent}input[type=range]::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:22px;height:22px;margin-top:-8px;border:2px solid rgba(255,255,255,.82);border-radius:999px;background:var(--main-grad);box-shadow:0 0 18px #ff2d7875}input[type=range]::-moz-range-track{height:8px;border:1px solid var(--glass-line);border-radius:999px;background:#ffffff14}input[type=range]::-moz-range-thumb{width:22px;height:22px;border:2px solid rgba(255,255,255,.82);border-radius:999px;background:#ff2d78;box-shadow:0 0 18px #ff2d7875}input[type=range]:focus-visible{outline:2px solid rgba(255,255,255,.72);outline-offset:4px}.safe-mode-toggle{min-width:0;background:#ffffff0e!important}.safe-mode-toggle--off{background:var(--main-grad)!important;box-shadow:0 10px 28px #ff2d7847}.poster-square,.character-card-link__profile,.hero-character-card,.scroll-row__card,.discover-card,.chats-hero__card,.live-action-card,.collection-card{overflow:hidden;border:1px solid var(--glass-line);border-radius:24px;background:#ffffff0a;box-shadow:var(--glass-shadow)}.poster-square{position:relative;display:block;isolation:isolate;min-height:0}.poster-square__art{min-height:100%;transition:transform .36s cubic-bezier(.16,1,.3,1),filter .36s ease}.poster-square:after,.character-card-link__profile:before,.hero-character-card:after,.scroll-row__card:before,.discover-card:after,.chats-hero__card:after,.live-action-card:after{content:"";position:absolute;inset:auto 0 0;z-index:1;height:58%;pointer-events:none;background:linear-gradient(to top,rgba(0,0,0,.82),rgba(0,0,0,.38) 48%,transparent)}.poster-square__content,.hero-character-card__copy,.scroll-row__copy,.discover-card__body,.chats-hero__card-copy,.live-action-card__copy{position:absolute;left:0;right:0;bottom:0;z-index:2;border:0;background:transparent!important;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;color:#fff}.poster-square__content{padding:18px 16px 16px!important;gap:8px}.poster-square h3,.hero-character-card__copy strong,.scroll-row__copy strong,.discover-card__top strong,.chats-hero__card-copy strong,.live-action-card__copy strong{color:#fff;font-size:24px;font-weight:800;letter-spacing:-.02em;text-shadow:0 2px 18px rgba(0,0,0,.58)}.poster-square__eyebrow span,.poster-square__footer small,.scroll-row__copy span,.hero-character-card__copy small,.hero-character-card__copy span,.discover-card__body small,.chats-hero__card-copy span,.live-action-card__copy small{display:inline-flex;align-items:center;min-height:20px;padding:0 8px;border:1px solid var(--glass-line);border-radius:999px;background:#ffffff14;color:#ffffffc7;font-size:10px;font-weight:800;letter-spacing:0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.poster-square__content p{min-height:0;margin:0;color:#ffffffc2;font-size:14px;line-height:1.38;text-shadow:0 2px 14px rgba(0,0,0,.56)}.poster-square__cta{border:0!important;background:var(--main-grad)!important;box-shadow:0 10px 28px #ff2d7857}.mobile-dock{border:1px solid var(--glass-line)!important;background:#08070b94!important;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:inset 0 1px #ffffff14,0 12px 38px #00000085}.mobile-dock__item{border-color:transparent!important;background:transparent!important;box-shadow:none!important}.mobile-dock__item--active{background:var(--main-grad)!important;box-shadow:inset 0 1px #ffffff2e,0 10px 26px #ff2d783d!important}.mobile-dock__item .nav-icon,.feature-nav__item .nav-icon{opacity:.82;filter:drop-shadow(0 0 10px rgba(255,45,120,0))}.mobile-dock__item--active .nav-icon,.feature-nav__item--active .nav-icon{opacity:1;filter:drop-shadow(0 0 12px rgba(255,255,255,.3))}.chat-shell{border-color:var(--glass-line);background:radial-gradient(circle at 20% 0%,rgba(255,45,120,.12),transparent 34%),#08070bdb;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur)}.chat-room__top{min-height:64px;border-bottom:1px solid rgba(255,255,255,.06);background:#08070b75}.chat-room__controls{gap:7px}.chat-room__controls .mode-toggle__item,.chat-room__controls .tool-row__item,.chat-room__back,.chat-room__controls .btn,.chat-room__footer .btn,.chat-room__controls .model-picker__select{min-height:32px;border-radius:999px}.chat-message__bubble{border:1px solid var(--glass-line);border-radius:22px;box-shadow:var(--glass-shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.chat-message__bubble--assistant:not(.chat-message__bubble--media){background:#ffffff0e;color:#ffffffe6}.chat-message__bubble--user{border-color:#ffffff29;background:var(--main-grad);color:#fff;box-shadow:0 14px 32px #ff2d783d,0 0 22px #7e3ff229}.chat-message__bubble--assistant,.chat-message__bubble--user{border-top-left-radius:22px;border-top-right-radius:22px}.chat-room__footer{padding:8px 10px max(10px,env(safe-area-inset-bottom,0px));background:linear-gradient(180deg,#08070b00,#08070b94 36%);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.composer,.chat-room__footer .composer,.live-shell__composer.composer{min-height:60px;border:1px solid var(--glass-line);border-radius:28px;background:#ffffff0f!important;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:inset 0 1px #ffffff1a,0 14px 38px #00000075}.composer__field{color:#fff!important;-webkit-text-fill-color:#fff}.composer__field::placeholder{color:#ffffff80}.composer__suggest{border-radius:999px;background:#ffffff14!important}.composer__submit{background:var(--main-grad)!important;box-shadow:inset 0 1px #ffffff38,0 12px 30px #ff2d7852!important}.temperature-bar{border:1px solid var(--glass-line);border-radius:20px;background:#ffffff0e;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:inset 0 1px #ffffff14,0 8px 26px #0000005c}.temperature-bar__label{color:#ffffffb8;font-size:11px;font-weight:800}.temperature-bar__meter{background:#ffffff14;box-shadow:inset 0 0 0 1px #ffffff0f}.temperature-bar__meter i,.chat-profile__live-meter i{background:#ff2d78;box-shadow:0 0 12px #ff2d78b3,0 0 24px #ff2d7873}.call-screen{background:var(--bg-deep)}.call-screen__accept{border:1px solid rgba(255,255,255,.18);background:var(--main-grad);color:#fff;box-shadow:0 0 0 10px #ff2d781f,0 16px 38px #ff2d7857,0 0 34px #7e3ff247;animation:fewoov-call-pulse 2.1s ease-in-out infinite}.call-screen__accept:disabled{animation:none;filter:saturate(.74)}.call-screen__icon--mute,.voice-phone__dock-button{border:1px solid var(--glass-line);background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.play-item{border-color:var(--glass-line);border-radius:24px;background:linear-gradient(180deg,#ffffff17,#ffffff09),#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:inset 0 1px #ffffff1a,var(--glass-shadow)}.play-item--active{border-color:#ff2d78b8;background:linear-gradient(135deg,#ff2d7847,#7e3ff23d),#ffffff0f;box-shadow:inset 0 1px #ffffff2e,0 14px 38px #ff2d784d,0 0 30px #7e3ff22e}.play-item__icon,.play-item--active .play-item__icon{background:var(--main-grad);color:#fff;box-shadow:0 0 20px #ff2d785c}@keyframes fewoov-call-pulse{0%,to{transform:translateZ(0) scale(1);box-shadow:0 0 0 8px #ff2d781f,0 16px 38px #ff2d7857,0 0 34px #7e3ff247}50%{transform:translateZ(0) scale(1.035);box-shadow:0 0 0 14px #ff2d780f,0 18px 46px #ff2d7875,0 0 42px #7e3ff257}}@media(max-width:640px){.chat-room__top{padding:7px 6px 8px!important;gap:6px!important}.chat-room__controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:6px;overflow:visible}.chat-room__controls .mode-toggle{grid-column:1 / span 2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;min-width:0}.chat-room__controls .temperature-bar,.chat-room__controls .character-actions--compact{grid-column:1 / -1;min-width:0;margin-left:0;margin-right:0}.chat-room__controls .character-actions__row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;width:100%}.chat-message__bubble{max-width:min(82%,560px)}.chat-room__footer{padding-inline:8px}.poster-square h3,.hero-character-card__copy strong,.scroll-row__copy strong,.discover-card__top strong,.chats-hero__card-copy strong,.live-action-card__copy strong{font-size:21px}.poster-square__content{padding:16px 14px 14px!important}}.site-header .site-tool--button:not(.safe-mode-toggle--off){border:1px solid rgba(255,255,255,.12);background:#ffffff0d!important;-webkit-backdrop-filter:blur(22px) saturate(1.18);backdrop-filter:blur(22px) saturate(1.18);box-shadow:inset 0 1px #ffffff1a,0 10px 24px #00000038}.hero-shell__content>small{display:inline-flex;margin-bottom:18px}.hero-shell__content h1{margin-top:0}.nav-icon--line{display:inline-block;overflow:visible;color:#ffffffc2;filter:drop-shadow(0 0 10px rgba(255,45,120,0));transition:color .16s ease,filter .16s ease,transform .16s ease}.nav-icon__fill{opacity:0;transition:opacity .16s ease}.nav-icon__line{transition:stroke-width .16s ease}.mobile-dock__item--active .nav-icon--line,.feature-nav__item--active .nav-icon--line{color:#fff;filter:drop-shadow(0 0 12px rgba(255,255,255,.34))}.mobile-dock__item--active .nav-icon__fill,.feature-nav__item--active .nav-icon__fill{opacity:.42}.mobile-dock__item--active .nav-icon__line,.feature-nav__item--active .nav-icon__line{stroke-width:2.15}.chat-message__bubble--assistant:not(.chat-message__bubble--media){border-color:#ffffff1c;border-top-color:#ffffff3d;background:linear-gradient(180deg,#ffffff1b,#ffffff0d 46%,#ffffff0a),#ffffff09;-webkit-backdrop-filter:blur(30px) saturate(1.22);backdrop-filter:blur(30px) saturate(1.22);box-shadow:inset 0 1px #ffffff2e,inset 0 -1px #ffffff09,0 18px 44px #00000057}.chat-message__bubble--assistant:not(.chat-message__bubble--media):before{content:"";position:absolute;top:0;left:16px;right:16px;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.52),transparent)}.chat-mode-hint{overflow:hidden;border:1px solid rgba(255,255,255,.105);border-left-color:#ffffff1b;background:linear-gradient(180deg,#fff1,#ffffff08),#09070d9e;-webkit-backdrop-filter:blur(22px) saturate(1.16);backdrop-filter:blur(22px) saturate(1.16);box-shadow:inset 0 1px #ffffff14,0 14px 34px #00000042}.chat-mode-hint:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,rgba(255,45,120,.62),rgba(126,63,242,.5),transparent)}.composer,.chat-room__footer .composer,.live-shell__composer.composer{border:1px solid transparent;background:linear-gradient(180deg,#0d1014f0,#08070bf5) padding-box,linear-gradient(135deg,#ffffff29,#ff2d783d,#7e3ff22e) border-box!important;box-shadow:inset 0 1px #ffffff1c,0 16px 42px #0000007a,0 0 0 1px #ffffff09}.call-screen__temperature{padding:0;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.call-screen__temperature .temperature-bar{border-radius:999px;background:#08070b52;-webkit-backdrop-filter:blur(20px) saturate(1.18);backdrop-filter:blur(20px) saturate(1.18)}.call-screen__back{display:inline-grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:linear-gradient(180deg,#ffffff18,#ffffff09),#08070b6b;color:transparent;-webkit-backdrop-filter:blur(22px) saturate(1.2);backdrop-filter:blur(22px) saturate(1.2);box-shadow:inset 0 1px #ffffff24,0 0 0 1px #ff2d781f,0 12px 30px #00000057,0 0 24px #7e3ff229}.call-screen__back:before{content:"<";color:#fff;font-size:24px;font-weight:800;line-height:1;transform:translate(-1px)}.play-shell .play-shell__body,.play-shell .live-shell__poster-frame{background:radial-gradient(circle at 38% 34%,rgba(255,45,120,.22),transparent 30%),radial-gradient(circle at 66% 58%,rgba(126,63,242,.2),transparent 34%),radial-gradient(circle at 52% 82%,rgba(255,118,171,.12),transparent 28%),#08070b}.live-action-card,.play-item{border-color:#ffffff1f!important}.btn--ghost:not(.btn--primary):not(.btn--accent):not(.btn--danger):not(.btn--success),.entry-tabs__item:not(.entry-tabs__item--active),.mode-toggle__item:not(.mode-toggle__item--active),.tool-row__item:not(.tool-row__item--pending),.filter-strip__item:not(.filter-strip__item--active){border:1px solid rgba(255,255,255,.1)!important;background:#ffffff0d!important;color:var(--color-text-dim);-webkit-backdrop-filter:blur(12px) saturate(1.14);backdrop-filter:blur(12px) saturate(1.14);box-shadow:inset 0 1px #ffffff13}.btn--ghost:not(.btn--primary):not(.btn--accent):not(.btn--danger):not(.btn--success):hover,.entry-tabs__item:not(.entry-tabs__item--active):hover,.mode-toggle__item:not(.mode-toggle__item--active):hover,.tool-row__item:not(.tool-row__item--pending):hover,.filter-strip__item:not(.filter-strip__item--active):hover{border-color:#ffffff29!important;background:#ffffff13!important;box-shadow:inset 0 1px #ffffff1a,0 0 18px #ff2d7814}.entry-tabs__item--active,.mode-toggle__item--active,.filter-strip__item--active,.tool-row__item--active{border:1px solid rgba(255,255,255,.18)!important;background:var(--main-grad)!important;color:#fff!important;-webkit-backdrop-filter:blur(12px) saturate(1.16);backdrop-filter:blur(12px) saturate(1.16);box-shadow:inset 0 1px #fff3,0 10px 26px #ff2d7842,0 0 22px #7e3ff229!important}.mobile-dock{border:1px solid rgba(255,255,255,.1)!important;border-top-color:#ffffff29!important;background:#08070ba3!important;-webkit-backdrop-filter:blur(20px) saturate(1.16);backdrop-filter:blur(20px) saturate(1.16);box-shadow:inset 0 1px #ffffff1a,0 14px 42px #00000080!important}.mobile-dock__item--active{border-color:#ffffff2e!important;background:var(--main-grad)!important;box-shadow:inset 0 1px #ffffff38,0 10px 28px #ff2d7847,0 0 20px #7e3ff22e!important}.chat-message__bubble--assistant:not(.chat-message__bubble--media){border:1px solid rgba(255,255,255,.1)!important}.call-screen__back{border:1px solid rgba(255,255,255,.1)!important;background:linear-gradient(180deg,#ffffff14,#ffffff09),#08070ba8!important;-webkit-backdrop-filter:blur(18px) saturate(1.16);backdrop-filter:blur(18px) saturate(1.16);box-shadow:inset 0 1px #ffffff1f,0 14px 34px #0000005c,0 0 28px #ff2d781f!important}.call-screen__temperature .temperature-bar{border:1px solid rgba(255,255,255,.1)!important;background:#08070b9e!important;-webkit-backdrop-filter:blur(18px) saturate(1.16);backdrop-filter:blur(18px) saturate(1.16);box-shadow:inset 0 1px #ffffff1f,0 14px 36px #00000057,0 0 22px #ff2d781a!important}.call-screen__accept{box-shadow:0 0 0 14px #ff2d781a,0 18px 48px #ff2d786b,0 0 58px #ff2d7847,0 0 42px #7e3ff247!important}.play-panel__xp-fill,.chat-profile__live-meter i{background:#ff2d78!important;box-shadow:0 0 12px #ff2d78b8,0 0 28px #ff2d7875!important}.live-action-card,.play-item{border:1px solid rgba(255,255,255,.1)!important;box-shadow:inset 0 1px #ffffff14,0 0 0 1px #ffffff06,0 0 18px #ff2d781a!important}.live-action-card:hover,.play-item:hover:not(:disabled){border-color:#ff2d786b!important;box-shadow:inset 0 1px #ffffff1f,0 14px 34px #0000003d,0 0 24px #ff2d782e!important}@keyframes fewoov-call-pulse{0%,to{transform:translateZ(0) scale(1);box-shadow:0 0 0 14px #ff2d781a,0 18px 48px #ff2d786b,0 0 58px #ff2d7847,0 0 42px #7e3ff247}50%{transform:translateZ(0) scale(1.035);box-shadow:0 0 0 22px #ff2d780b,0 20px 58px #ff2d7885,0 0 72px #ff2d7857,0 0 52px #7e3ff252}}.call-screen__top{left:max(16px,calc(env(safe-area-inset-left,0px) + 12px))!important}.call-screen__back{flex:0 0 auto!important;width:44px!important;height:44px!important;min-width:44px!important;padding:0!important;border-radius:999px!important;display:inline-grid!important;place-items:center!important;color:transparent!important;overflow:visible!important;transform:none!important}.call-screen__back:before{content:"‹"!important;color:#fff!important;font-size:26px!important;font-weight:700!important;line-height:1!important;transform:translateY(-1px)!important}@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.chat-message__bubble--assistant:not(.chat-message__bubble--media),.chat-mode-hint,.composer,.chat-room__footer .composer,.live-shell__composer.composer,.temperature-bar,.play-item{background:#0e0d12e6!important}.mobile-dock,.call-screen__back,.call-screen__temperature .temperature-bar{background:#08070be6!important}}@media(max-width:480px){.chat-room__controls{gap:6px!important;padding-top:4px!important;padding-bottom:4px!important}.chat-room__controls .mode-toggle__item,.chat-room__controls>.btn,.chat-room__controls .tool-row__item{min-height:34px!important;padding-top:6px!important;padding-bottom:6px!important;font-size:12px!important}.chat-room__controls .temperature-bar{padding:6px 8px!important}.chat-room__controls .temperature-bar__label{font-size:11px!important}.chat-room__identity{gap:8px!important}}.play-stage-group__items{display:flex!important;flex-direction:column!important;gap:10px!important}.play-item{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;width:100%!important;text-align:left!important;padding:13px 16px!important;border-radius:14px!important;background:#ffffff0b!important;border:1px solid rgba(255,255,255,.08)!important;min-height:0!important;aspect-ratio:auto!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.play-item:before,.play-item:after{content:none!important;background:none!important}.play-item__label{order:0!important;flex:1 1 auto!important;text-align:left!important;font-size:.95rem!important;font-weight:600!important;color:#fff!important;white-space:normal!important;-webkit-line-clamp:2!important}.play-item__icon{order:2!important;flex:0 0 auto!important;width:38px!important;height:38px!important;min-width:38px!important;border-radius:999px!important;display:grid!important;place-items:center!important;background:#ff2d78!important;color:#fff!important;font-size:.9rem!important;box-shadow:0 0 14px #ff2d7873!important}.play-item--locked .play-item__icon{background:#ffffff1f!important;box-shadow:none!important}.play-item__lock{order:3!important;flex:0 0 auto!important}.chat-mode-hint{display:none!important}.call-screen__back,.play-shell .live-shell__back,.live-shell .live-shell__back{position:relative!important;width:44px!important;height:44px!important;min-width:44px!important;padding:0!important;border-radius:999px!important;display:inline-grid!important;place-items:center!important;color:transparent!important;font-size:0!important;background:#14121a9e!important;border:1.5px solid rgba(255,255,255,.42)!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;box-shadow:0 4px 16px #00000080,inset 0 1px #fff3!important}.call-screen__back:before,.play-shell .live-shell__back:before,.live-shell .live-shell__back:before{content:"‹"!important;color:#fff!important;font-size:28px!important;font-weight:800!important;line-height:1!important;transform:translateY(-2px)!important}.call-screen__back:after,.live-shell__back:after{content:none!important}.chat-room__back,.character-detail__back{position:relative!important;width:44px!important;height:44px!important;min-width:44px!important;padding:0!important;border-radius:999px!important;display:inline-grid!important;place-items:center!important;color:transparent!important;font-size:0!important;background:#14121a9e!important;border:1.5px solid rgba(255,255,255,.42)!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;box-shadow:0 4px 16px #00000073,inset 0 1px #fff3!important;flex:0 0 auto!important}.chat-room__back:before,.character-detail__back:before{content:"‹"!important;color:#fff!important;font-size:28px!important;font-weight:800!important;line-height:1!important;transform:translateY(-2px)!important}.chat-room__top{align-items:center!important}.chat-room__controls{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:8px!important}.chat-room__controls .character-actions,.chat-room__controls .character-actions--compact{display:inline-flex!important;align-items:center!important;margin:0!important}.chat-room__controls .character-actions__row{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:6px!important;align-items:center!important;width:auto!important}.chat-room__controls .mode-toggle{display:inline-flex!important;gap:4px!important}.chat-room__controls .mode-toggle__item,.chat-room__controls>.btn,.chat-room__controls .character-actions__row .btn{height:38px!important;min-height:38px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important}.chat-room__controls .temperature-bar{align-self:center!important}.chat-room__top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}.chat-room__menu-btn{flex:0 0 auto;width:40px;height:40px;border-radius:999px;display:inline-grid;place-items:center;font-size:22px;line-height:1;font-weight:700;color:#fff;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;transition:background .15s ease}.chat-room__menu-btn:hover{background:#ffffff1f}.chat-room__controls--sheet{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:10px!important;margin:8px 0 4px!important;padding:12px 14px!important;border-radius:16px!important;background:#121016eb!important;border:1px solid rgba(255,255,255,.12)!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 12px 34px #00000080!important;position:relative;z-index:6}.chat-room__controls--sheet .character-actions__row{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:6px!important;width:auto!important}.chat-room__controls--sheet .mode-toggle__item,.chat-room__controls--sheet>.btn,.chat-room__controls--sheet .character-actions__row .btn{height:36px!important;min-height:36px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important}.chat-room__top{flex-wrap:nowrap!important}.chat-room__identity-wrap{flex:1 1 auto!important;min-width:0!important}.chat-room__menu-btn{margin-left:auto!important;align-self:center!important}.chat-room__controls--sheet .character-actions__row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.chat-room__controls--sheet>.btn{width:100%!important}.entry-tabs,.call-screen>.entry-tabs,.live-shell__top .entry-tabs,.play-shell .live-shell__top .entry-tabs{gap:5px!important;padding:5px!important}.entry-tabs__item,.call-screen>.entry-tabs .entry-tabs__item,.live-shell__top .entry-tabs .entry-tabs__item,.play-shell .live-shell__top .entry-tabs__item{min-height:40px!important;height:40px!important;padding:0 14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important}.entry-tabs__item strong,.call-screen>.entry-tabs .entry-tabs__item strong,.live-shell__top .entry-tabs .entry-tabs__item strong{font-size:12px!important}.call-screen__top{gap:10px!important}.call-screen__nav-avatar{width:38px;height:38px;border-radius:999px;object-fit:cover;flex:0 0 auto;border:1px solid rgba(255,255,255,.25)}.call-screen__nav-name{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:1px;text-shadow:0 1px 6px rgba(0,0,0,.7)}.call-screen__nav-name strong{font-size:.95rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.call-screen__nav-name span{font-size:.72rem;color:#ffffffbf;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.call-screen__temperature{flex:0 0 auto!important;width:min(150px,40vw)!important;min-width:0!important}@media(max-width:480px){.call-screen__nav-name span{display:none}.call-screen__temperature{width:min(130px,38vw)!important}}.play-shell .live-shell__navrow{display:flex!important;align-items:center!important;gap:10px!important;padding:8px 14px 4px!important;position:relative;z-index:4}.play-shell .live-shell__navrow .call-screen__nav-name strong{font-size:.95rem;color:#fff}.play-shell .live-shell__navrow .call-screen__nav-name span{font-size:.72rem;color:#ffffffbf}.call-screen__top,.play-shell .live-shell__navrow{background:linear-gradient(180deg,#08070bb8,#08070b52)!important;border-radius:16px!important;padding:8px 12px!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}@media(max-width:480px){.call-screen__nav-name span,.play-shell .live-shell__navrow .call-screen__nav-name span{display:block!important}}.chat-room__top,.call-screen__top,.play-shell .live-shell__navrow{display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap!important;gap:10px!important;min-height:64px!important;height:64px!important;padding:8px 12px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:16px!important;background:linear-gradient(180deg,#08070bb8,#08070b52)!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;box-shadow:0 12px 34px #00000047!important}.chat-room__identity-wrap,.call-screen__top .chat-room__identity-wrap,.play-shell .live-shell__navrow .chat-room__identity-wrap{display:flex!important;align-items:center!important;flex:1 1 auto!important;min-width:0!important;gap:8px!important}.chat-room__avatar,.call-screen__nav-avatar,.play-shell .live-shell__navrow .call-screen__nav-avatar{width:38px!important;height:38px!important;min-width:38px!important;flex:0 0 38px!important;aspect-ratio:1 / 1!important;border-radius:999px!important;object-fit:cover!important;object-position:center top!important;border:1px solid rgba(255,255,255,.25)!important}.chat-room__identity,.call-screen__nav-name,.play-shell .live-shell__navrow .call-screen__nav-name{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;flex:1 1 auto!important;min-width:0!important;gap:1px!important;text-shadow:0 1px 6px rgba(0,0,0,.7)!important}.chat-room__identity strong,.call-screen__nav-name strong,.play-shell .live-shell__navrow .call-screen__nav-name strong{display:block!important;max-width:100%!important;margin:0!important;color:#fff!important;font-size:.95rem!important;font-weight:800!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.chat-room__identity span,.call-screen__nav-name span,.play-shell .live-shell__navrow .call-screen__nav-name span{display:block!important;max-width:100%!important;min-width:0!important;color:#ffffffbf!important;font-size:.72rem!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.chat-room__menu-btn,.call-screen__top .chat-room__menu-btn,.play-shell .live-shell__navrow .chat-room__menu-btn{flex:0 0 40px!important;width:40px!important;height:40px!important;margin-left:auto!important;padding:0!important;border-radius:999px!important;display:inline-grid!important;place-items:center!important;color:#fff!important;background:#ffffff0f!important;border:1px solid rgba(255,255,255,.14)!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;font-size:22px!important;font-weight:700!important;line-height:1!important;cursor:pointer!important}.chat-room__menu-btn:hover,.call-screen__top .chat-room__menu-btn:hover,.play-shell .live-shell__navrow .chat-room__menu-btn:hover{background:#ffffff1f!important}.call-screen__menu-sheet{padding:12px 14px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:16px!important;background:#121016eb!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;box-shadow:0 12px 34px #00000080!important}.call-screen__menu-sheet .temperature-bar{width:100%!important;min-width:0!important;margin:0!important}.call-screen>.call-screen__menu-sheet{position:absolute!important;top:max(158px,calc(env(safe-area-inset-top,0px) + 150px))!important;right:max(16px,calc(env(safe-area-inset-right,0px) + 12px))!important;z-index:4!important;width:min(240px,calc(100vw - 32px))!important}.play-shell .live-shell__top .call-screen__menu-sheet{position:relative!important;z-index:5!important;width:min(240px,calc(100% - 28px))!important;margin:8px 14px 0 auto!important}.chat-room__top,.call-screen__top,.play-shell .live-shell__navrow{background:#0e0c12cc!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:16px!important}.home-hero-layout{grid-template-columns:minmax(420px,.92fr) minmax(520px,1.08fr);gap:18px;align-items:start;overflow:visible}.home-hero-layout .hero-shell{height:640px;min-height:640px;overflow:hidden;border-radius:28px;background:#08070b}.home-hero-layout .hero-shell__mesh{display:none}.home-hero-layout .hero-shell:after{z-index:2;background:linear-gradient(to top,rgba(0,0,0,.88) 0%,rgba(0,0,0,.34) 42%,transparent 74%),linear-gradient(90deg,rgba(0,0,0,.58) 0%,transparent 52%)}.home-hero-layout .hero-shell__media{position:absolute;inset:0;z-index:1;display:block}.home-hero-layout .hero-shell__video-card{inset:0;width:100%;height:100%;border:0;border-radius:inherit;background:#08070b;box-shadow:none}.home-hero-layout .hero-shell__video-card:after{content:none}.home-hero-layout .hero-shell__video{width:100%;height:100%;object-fit:cover;object-position:center 15%}.home-hero-layout .hero-shell__content{position:absolute;left:22px;right:22px;bottom:22px;z-index:3;max-width:360px;margin:0;padding:0;text-align:left}.home-hero-layout .hero-shell__content>small{min-height:24px;margin:0 0 8px;padding:0 9px;border-color:#ffffff29;background:#00000052;color:#ffffffc7;font-size:11px;font-weight:800;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.home-hero-layout .hero-shell__content h1{max-width:none;margin:0;color:#fff;font-family:var(--font-ui);font-size:clamp(1.55rem,2vw,2.05rem);font-weight:800;line-height:1.12;letter-spacing:0;text-shadow:0 3px 20px rgba(0,0,0,.72)}.home-hero-layout .hero-shell__content p,.home-hero-layout .hero-shell__signals,.home-hero-layout .hero-shell .temperature-bar{display:none}.home-hero-layout .hero-shell__actions{display:flex;gap:8px;margin-top:12px}.home-hero-layout .hero-shell__actions .btn{min-height:38px;height:38px;padding:0 13px;border-radius:999px;font-size:13px}.hero-character-grid{height:640px;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:auto;gap:14px;padding:0;overflow:visible;scrollbar-width:none}.hero-character-grid::-webkit-scrollbar{display:none}.hero-character-card,.scroll-row__card,.home-character-section .character-card-link__profile,.home-character-section .poster-square{aspect-ratio:3 / 4;min-height:0;border-radius:18px}.hero-character-card{display:block;height:auto;border-color:#ffffff1a;box-shadow:0 18px 42px #0000006b}.hero-character-card__image,.scroll-row__card img,.home-character-section .poster-square__art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 12%}.hero-character-card:after,.scroll-row__card:before,.home-character-section .character-card-link__profile:before,.home-character-section .poster-square:after{content:"";position:absolute;inset:auto 0 0;z-index:1;height:58%;pointer-events:none;background:linear-gradient(to top,rgba(0,0,0,.85),rgba(0,0,0,.34) 52%,transparent)}.hero-character-card__copy,.scroll-row__caption,.home-character-section .poster-square__content{position:absolute;left:0;right:0;bottom:0;z-index:2;display:grid;gap:5px;padding:18px 14px 14px!important;border:0;background:transparent!important;color:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.hero-character-card__copy strong,.scroll-row__caption strong,.home-character-section .poster-square h3{color:#fff;font-size:clamp(1.12rem,1.35vw,1.5rem);font-weight:800;line-height:1.05;letter-spacing:0;text-shadow:0 3px 18px rgba(0,0,0,.72)}.hero-character-card__copy small,.home-character-section .poster-square__eyebrow span{width:fit-content;min-height:19px;padding:0 7px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#0000004d;color:#ffffffc7;font-size:10px;font-weight:800;letter-spacing:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-character-section .poster-square__content p,.home-character-section .poster-square__footer,.home-character-section .poster-square__hover-copy,.hero-character-card__copy span,.scroll-row__caption span{display:none!important}.section-header h2{font-size:clamp(2rem,2.8vw,2.8rem);font-weight:800;letter-spacing:0}.section-header p{margin-top:4px;font-size:14px}.scroll-row-section{gap:14px}.scroll-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px;overflow:visible;padding:0;-webkit-mask-image:none;mask-image:none}.scroll-row__card{width:auto;min-width:0;box-shadow:0 18px 42px #0000005c}.poster-grid{gap:14px}.home-character-section .poster-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.home-character-section.panel-surface{padding:18px}@media(max-width:1180px){.home-hero-layout{grid-template-columns:minmax(360px,.82fr) minmax(420px,1.18fr)}.hero-character-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.home-hero-layout{grid-template-columns:1fr}.home-hero-layout .hero-shell{height:auto;min-height:520px}.hero-character-grid{display:grid;height:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.scroll-row,.home-character-section .poster-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media(max-width:640px){.home-hero-layout .hero-shell{min-height:480px;border-radius:22px}.home-hero-layout .hero-shell__content{left:16px;right:16px;bottom:16px}.home-hero-layout .hero-shell__content h1{font-size:1.42rem}.home-hero-layout .hero-shell__actions{align-items:stretch}.home-hero-layout .hero-shell__actions .btn{flex:1 1 0;min-width:0;padding-inline:10px}.hero-character-card,.scroll-row__card,.home-character-section .character-card-link__profile,.home-character-section .poster-square{border-radius:14px}.hero-character-card__copy,.scroll-row__caption,.home-character-section .poster-square__content{padding:14px 10px 10px!important}.hero-character-card__copy strong,.scroll-row__caption strong,.home-character-section .poster-square h3{font-size:1.05rem}.section-header h2{font-size:1.8rem}}@media(max-width:720px){.app-content:not(.app-content--immersive){padding-bottom:calc(100px + env(safe-area-inset-bottom,0px))!important}.collection-shell,.builder-shell{padding-bottom:calc(100px + env(safe-area-inset-bottom,0px))!important}}.discover-social-bar{margin-top:4px!important}@media(max-width:1023px){.discover-hero__rail{padding:10px 4px 6px!important}.discover-social-bar{margin-top:10px!important;padding:0 4px}.discover-social-bar .btn{flex:1}}.chat-room__canvas.story-browse{display:flex;flex-direction:column;min-height:62vh}.chat-room__canvas.story-browse>.state-panel{margin:auto}.chat-room__canvas.story-browse>.story-browse__grid{width:100%;margin:0}.tool-row .mode-chip{width:auto!important;min-height:36px;padding:0 16px;border-radius:999px;white-space:nowrap}.collection-focus .tool-row{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.collection-focus .tool-row::-webkit-scrollbar{display:none}@media(max-width:720px){.character-detail__media{max-height:38vh!important}.character-detail__actions{margin:6px 0 8px}.character-detail__headline h1{font-size:clamp(1.8rem,6.5vw,2.4rem)!important}}@media(max-width:1023px){.discover-hero{max-height:64vh}}.chat-message__avatar--user{display:none!important}.chat-shell__room>.chat-room__canvas,.chat-room__canvas{padding-top:20px!important}.play-shell .live-shell__poster{object-position:center 24%!important}.play-shell .state-panel--empty{padding-bottom:32px!important}@media(max-width:720px){.character-detail,.character-detail__body{padding-bottom:calc(112px + env(safe-area-inset-bottom,0px))!important}}.builder-field input::placeholder,.builder-field textarea::placeholder{color:#ffffff94!important;opacity:1}.discover-hero__copy{position:relative;width:fit-content;max-width:min(100%,620px);padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:#06050975;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 18px 46px #0000005c}.discover-hero__rail{margin-top:20px!important}.discover-social-bar{margin-top:22px!important}@media(max-width:1023px){.discover-hero__content{gap:20px!important}.discover-hero__rail{padding-top:14px!important;padding-bottom:14px!important}}.auth-tabs__item{position:relative}.auth-tabs__item--active{background:linear-gradient(135deg,#ff2d78,#e01961)!important;color:#fff!important;font-weight:800;box-shadow:inset 0 1px #ffffff38}.auth-tabs__item--active:after{content:"";position:absolute;left:14px;right:14px;bottom:5px;height:3px;border-radius:999px;background:#ffffffd1}.call-screen__accept{min-width:136px!important;min-height:56px!important;padding:0 22px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:999px!important;background:linear-gradient(135deg,#ff2d78,#d91558)!important;color:#fff!important;text-shadow:0 1px 6px rgba(0,0,0,.55);box-shadow:0 10px 24px #ff2d7852,0 0 0 5px #ff2d781f!important}.call-screen__accept-icon{width:18px;height:18px;flex:0 0 auto;fill:currentColor}.mobile-dock__item--active{box-shadow:inset 0 1px #ffffff2e,0 6px 14px #ff2d7829!important}.mobile-dock__item--active .nav-icon{filter:drop-shadow(0 0 6px rgba(255,255,255,.22))!important}@media(max-width:640px){.chat-index{max-width:calc(100vw - 32px);margin-inline:auto}}.chat-index__row .temperature-bar__meter{height:12px!important}.tool-row .mode-chip:not(.mode-chip--active){border:1px solid rgba(255,255,255,.16)!important;background:#ffffff13!important;color:#ffffffc2!important}.home-hero-layout{display:block!important;width:100%!important;overflow:visible!important}.hero-character-grid{display:none!important}.home-character-section.panel-surface,.scroll-row-section{width:100%!important}.home-character-section .poster-grid,.scroll-row{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important;gap:24px!important;width:100%!important;max-width:1440px!important;margin-inline:auto!important;padding:0!important;overflow:visible!important;-webkit-mask-image:none!important;mask-image:none!important}.home-character-section .poster-square,.home-character-section .character-card-link__profile,.scroll-row__card{position:relative!important;aspect-ratio:3 / 4!important;width:100%!important;min-width:0!important;min-height:0!important;height:auto!important;border-radius:16px!important;overflow:hidden!important;background:#0f0f12!important}.home-character-section .poster-square{display:block!important;border:0!important;box-shadow:0 18px 44px #00000047!important}.home-character-section .poster-square__art,.scroll-row__card img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center 25%!important;transform:scale(1)!important;transition:transform .24s ease!important}.home-hero-layout .hero-shell__media img,.home-hero-layout .hero-shell__figure{object-position:center 22%!important}.home-character-section .character-card-link__profile:before,.scroll-row__card:before{content:""!important;position:absolute!important;inset:auto 0 0!important;z-index:1!important;height:42%!important;pointer-events:none!important;background:linear-gradient(to top,rgba(0,0,0,.9),transparent)!important;opacity:1!important}.home-character-section .poster-square__content,.scroll-row__caption{position:absolute!important;left:0!important;right:0!important;bottom:0!important;z-index:2!important;display:grid!important;gap:6px!important;min-width:0!important;padding:64px 16px 16px!important;border:0!important;background:linear-gradient(to top,rgba(0,0,0,.9),transparent)!important;color:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.home-character-section .poster-square h3,.scroll-row__caption strong{margin:0!important;color:#fff!important;font-size:18px!important;font-weight:700!important;line-height:1.15!important;letter-spacing:0!important;text-shadow:0 2px 16px rgba(0,0,0,.8)!important}.home-character-section .poster-square__content p,.home-character-section .poster-square__footer,.home-character-section .poster-square__hover-copy,.scroll-row__caption span{display:none!important}.home-character-section .poster-square__eyebrow{order:-1!important;display:flex!important;justify-content:flex-start!important;gap:6px!important}.home-character-section .poster-square__eyebrow span,.scroll-row__badge{width:fit-content!important;min-height:22px!important;padding:0 8px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:999px!important;background:#0000006b!important;color:#ffffffdb!important;font-size:11px!important;font-weight:800!important;letter-spacing:0!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.character-card-link__adult-badge{z-index:5!important}.home-character-section .poster-square__cta{display:none!important}.character-card-link:hover .poster-square,.scroll-row__card:hover{transform:none!important}.character-card-link:hover .poster-square__art,.character-card-link:focus-within .poster-square__art,.scroll-row__card:hover img,.scroll-row__card:focus-visible img{transform:scale(1.05)!important}@media(max-width:768px){.home-character-section.panel-surface{padding-right:0!important;padding-left:0!important}.home-search,.home-filter-strip,.home-character-section .section-header{margin-right:16px!important;margin-left:16px!important}.home-character-section .poster-grid,.scroll-row{grid-template-columns:1fr 1fr!important;gap:12px!important;padding:0 16px!important}.home-character-section .poster-square,.home-character-section .character-card-link__profile,.scroll-row__card{border-radius:16px!important}.home-character-section .poster-square__content,.scroll-row__caption{padding:48px 12px 12px!important}.home-character-section .poster-square h3,.scroll-row__caption strong{font-size:15px!important;line-height:1.18!important}}.home-hero-layout .hero-shell:after{content:""!important;position:absolute!important;inset:0!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.4) 40%,transparent 70%),linear-gradient(90deg,rgba(0,0,0,.58) 0%,rgba(0,0,0,.2) 38%,transparent 68%)!important}.home-hero-layout .hero-shell__content{z-index:3!important}.home-hero-layout .hero-shell__content h1{color:#fff!important;text-shadow:0 3px 22px rgba(0,0,0,.9),0 1px 4px rgba(0,0,0,.72)!important}.home-hero-layout .hero-shell{position:relative!important;width:100%!important;height:min(72dvh,660px)!important;min-height:610px!important;max-height:660px!important;overflow:hidden!important;border-radius:32px!important;background:linear-gradient(180deg,#10070b,#1b0b12)!important}.home-hero-layout .hero-shell__mesh,.home-hero-layout .hero-shell__video-card{display:none!important}.home-hero-layout .hero-shell:after{content:""!important;position:absolute!important;inset:0!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(180deg,#0c050924,#0c05094d 48%,#0c0509d1),linear-gradient(90deg,#12070cfa,#12070cb3 24%,#12070c3d 46%,#12070ca8 66%,#12070dfa)!important}.home-hero-layout .hero-shell__media{position:absolute!important;inset:0!important;z-index:1!important;display:block!important;width:100%!important;height:100%!important;overflow:hidden!important;opacity:1!important;pointer-events:none!important}.home-hero-layout .hero-shell__figure{position:absolute!important;top:0!important;bottom:0!important;display:block!important;height:100%!important;object-fit:cover!important;object-position:center top!important;transform:none!important}.home-hero-layout .hero-shell__figure--left{left:6%!important;right:auto!important;width:36%!important}.home-hero-layout .hero-shell__figure--right{right:0!important;left:auto!important;width:28%!important}.home-hero-layout .hero-shell__content{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;z-index:3!important;width:auto!important;max-width:420px!important;margin:0 auto!important;padding:148px 20px 0!important;text-align:center!important}.home-hero-layout .hero-shell__content>small{display:inline-flex!important}.home-hero-layout .hero-shell__content h1{margin:8px 0 12px!important;color:#fff!important;font-size:clamp(3rem,5vw,5rem)!important;line-height:.95!important;letter-spacing:0!important}.home-hero-layout .hero-shell__content p{display:block!important;max-width:320px!important;margin:0 auto!important;color:#f2dfe6!important;font-size:15px!important;line-height:1.5!important}.home-hero-layout .hero-shell__actions{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;justify-items:center!important;gap:12px!important;margin-top:18px!important}.home-hero-layout .hero-shell__actions .btn,.home-hero-layout .hero-shell__actions .btn--primary{display:inline-flex!important}@media(max-width:900px){.home-hero-layout .hero-shell{height:520px!important;min-height:520px!important;max-height:none!important;border-radius:24px!important}.home-hero-layout .hero-shell__figure--left{left:-8%!important;width:56%!important}.home-hero-layout .hero-shell__figure--right{right:-10%!important;width:48%!important}.home-hero-layout .hero-shell__content{max-width:360px!important;padding:132px 18px 28px!important}.home-hero-layout .hero-shell__content h1{font-size:clamp(2.2rem,9vw,3.15rem)!important}}@media(max-width:520px){.home-hero-layout .hero-shell{height:430px!important;min-height:430px!important;border-radius:18px!important}.home-hero-layout .hero-shell__figure--left{left:-18%!important;width:68%!important}.home-hero-layout .hero-shell__figure--right{right:-24%!important;width:62%!important}.home-hero-layout .hero-shell__content{max-width:300px!important;padding:98px 14px 20px!important}.home-hero-layout .hero-shell__content h1{font-size:clamp(1.9rem,9vw,2.6rem)!important}.home-hero-layout .hero-shell__content p{max-width:240px!important;font-size:13px!important}.home-hero-layout .hero-shell__actions .btn{min-height:42px!important;padding:0 14px!important;font-size:13px!important}}.scroll-row__card:before,.home-character-section .character-card-link__profile:before{content:""!important;position:absolute!important;inset:auto 0 0!important;z-index:1!important;height:56%!important;pointer-events:none!important;background:linear-gradient(to top,rgba(0,0,0,.94) 0%,rgba(0,0,0,.58) 48%,transparent 100%)!important;opacity:1!important}.scroll-row__caption,.home-character-section .poster-square__content{position:absolute!important;inset:auto 0 0!important;z-index:2!important;display:grid!important;min-width:0!important;padding:68px 16px 16px!important;background:linear-gradient(to top,rgba(0,0,0,.92) 0%,rgba(0,0,0,.56) 44%,transparent 100%)!important;color:#fff!important;opacity:1!important;visibility:visible!important;transform:none!important}.scroll-row__caption strong,.home-character-section .poster-square__content h3{display:block!important;max-width:100%!important;margin:0!important;overflow:hidden!important;color:#fff!important;font-size:18px!important;font-weight:800!important;line-height:1.15!important;letter-spacing:0!important;text-overflow:ellipsis!important;text-shadow:0 2px 14px rgba(0,0,0,.95),0 1px 3px rgba(0,0,0,.8)!important;white-space:nowrap!important;opacity:1!important;visibility:visible!important}@media(max-width:768px){.scroll-row__caption,.home-character-section .poster-square__content{padding:56px 12px 12px!important}.scroll-row__caption strong,.home-character-section .poster-square__content h3{font-size:16px!important}}.character-detail__media .character-detail__back{position:absolute!important;top:20px!important;left:20px!important;z-index:5!important}.call-screen__body--outgoing{align-content:initial!important;align-items:center!important;display:flex!important;flex-direction:column!important;gap:20px!important;justify-content:flex-end!important;justify-items:center!important;padding-bottom:max(48px,calc(env(safe-area-inset-bottom,0px) + 48px))!important}.call-screen__body--outgoing:after{height:min(54vh,420px)!important;background:linear-gradient(180deg,#05050600,#0505069e 42%,#050506f0)!important}.call-screen__body--outgoing .call-screen__identity,.call-screen__body--outgoing .call-screen__setup{margin:0 auto!important}:root{--fewoov-unify-gutter: 20px;--fewoov-unify-card-radius: 24px;--fewoov-unify-ui-radius: 12px;--fewoov-unify-header-h: 56px}.site-header,.chat-room__top,.call-screen__top,.live-shell__top,.chat-room__sticky{min-height:var(--fewoov-unify-header-h)!important}.site-header{height:var(--fewoov-unify-header-h)!important;padding-top:0!important;padding-bottom:0!important}.chat-room__top,.call-screen__top,.live-shell__top{padding-top:8px!important;padding-bottom:8px!important}.character-detail__back,.chat-room__back,.call-screen__back,.live-shell__back,.play-shell .live-shell__back,.live-shell .live-shell__back{position:relative!important;inset:auto!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;flex:0 0 40px!important;padding:0!important;border-radius:999px!important;display:inline-grid!important;place-items:center!important;overflow:hidden!important;color:transparent!important;font-size:0!important;line-height:0!important;text-decoration:none!important;background:#14121a9e!important;border:1px solid rgba(255,255,255,.42)!important;-webkit-backdrop-filter:blur(16px) saturate(1.14)!important;backdrop-filter:blur(16px) saturate(1.14)!important;box-shadow:0 8px 22px #0000005c,inset 0 1px #fff3!important}.character-detail__back:before,.chat-room__back:before,.call-screen__back:before,.live-shell__back:before,.play-shell .live-shell__back:before,.live-shell .live-shell__back:before{content:"‹"!important;color:#fff!important;display:block!important;font-size:24px!important;font-weight:800!important;line-height:1!important;transform:translateY(-1px)!important}.character-detail__media .character-detail__back{position:absolute!important;top:16px!important;left:16px!important;z-index:5!important}.chat-room__top>.chat-room__back,.call-screen__top>.call-screen__back,.call-screen__top>.chat-room__back,.live-shell__navrow>.live-shell__back,.live-shell__top .live-shell__back{margin-left:0!important;margin-right:8px!important}.character-detail__back,.chat-room__back,.call-screen__back,.live-shell__back,.play-shell .live-shell__back,.live-shell .live-shell__back{appearance:none!important;-webkit-appearance:none!important;box-sizing:border-box!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;flex:0 0 40px!important;padding:0!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:50%!important;display:inline-grid!important;place-items:center!important;overflow:hidden!important;background:#00000073!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;box-shadow:0 8px 22px #0000005c,inset 0 1px #fff3!important;color:transparent!important;font-size:0!important;line-height:0!important;text-decoration:none!important}.character-detail__back:before,.chat-room__back:before,.call-screen__back:before,.live-shell__back:before,.play-shell .live-shell__back:before,.live-shell .live-shell__back:before{content:"‹"!important;color:#fff!important;display:block!important;width:22px!important;height:22px!important;font-size:22px!important;font-weight:800!important;line-height:22px!important;text-align:center!important;transform:translateY(-1px)!important}.character-detail__back:after,.chat-room__back:after,.call-screen__back:after,.live-shell__back:after{content:none!important}.chat-room__top,.call-screen__top,.live-shell__top,.live-shell__navrow,.chat-room__identity-wrap{overflow:visible!important}.chat-room__identity-wrap>.chat-room__back,.chat-room__identity-wrap>.call-screen__back,.live-shell__navrow>.live-shell__back,.live-shell__top>.live-shell__back{margin-left:0!important;margin-right:8px!important}.collection-shell__top h1,.collection-shell h1,.chats-hero__copy h1,.chats-hero h1,.builder-hero__copy h1,.builder-shell h1,.builder-card h1,.builder-shell__lead h1{margin-top:24px!important;margin-bottom:0!important;font-size:28px!important;font-weight:700!important;line-height:1.4!important;letter-spacing:0!important}.poster-square,.character-card-link__profile,.premium-character-card,.scroll-row__card,.chats-hero__card,.hero-character-card,.promo-banner,.panel-surface,.collection-shell,.builder-shell,.builder-card,.builder-preview,.builder-preview--hero,.auth-card,.home-stage,.discover-hero,.collection-focus,.builder-hero,.chats-hero{border-radius:var(--fewoov-unify-card-radius)!important}.btn,.site-tool,.feature-nav__item,.auth-form input,.auth-tabs__item,.builder-field input,.builder-field textarea,.mode-chip,.tag-chip,.token-chip,.profile-chip,.filter-strip__item,.tag-strip__item,.mode-toggle__item,.tool-row__item,.chat-room__controls--sheet,.chat-room__menu-btn,.temperature-bar,.admin-banner{border-radius:var(--fewoov-unify-ui-radius)!important}.poster-square__art,.scroll-row__card img,.chats-hero__image,.builder-preview__image,.promo-banner__image{border-radius:inherit!important}@media(max-width:720px){.app-content:not(.app-content--immersive){padding-left:var(--fewoov-unify-gutter)!important;padding-right:var(--fewoov-unify-gutter)!important}.home-character-section,.scroll-row-section,.collection-shell,.builder-shell,.chats-hero,.builder-hero,.collection-focus,.auth-panel{padding-left:var(--fewoov-unify-gutter)!important;padding-right:var(--fewoov-unify-gutter)!important}.page-stack{width:100%!important}.chat-index{max-width:calc(100vw - (var(--fewoov-unify-gutter) * 2))!important;margin-left:auto!important;margin-right:auto!important}.page-stack>.filter-strip{margin-left:calc(var(--fewoov-unify-gutter) * -1)!important;margin-right:calc(var(--fewoov-unify-gutter) * -1)!important;padding-left:var(--fewoov-unify-gutter)!important;padding-right:var(--fewoov-unify-gutter)!important}.site-header{min-height:var(--fewoov-unify-header-h)!important;height:var(--fewoov-unify-header-h)!important;padding-left:var(--fewoov-unify-gutter)!important;padding-right:var(--fewoov-unify-gutter)!important}}.builder-hero .creator-tabs{gap:10px!important;min-height:40px!important;align-items:stretch!important;overflow-x:auto!important;overflow-y:hidden!important;flex-wrap:nowrap!important;padding-bottom:2px!important;-webkit-overflow-scrolling:touch}.builder-hero .creator-tab{min-height:40px!important;flex:0 0 auto!important}.discover-social-bar+.tag-strip{margin-top:16px!important}.chat-shell:not(.story-browse-shell) .chat-room__sticky>.entry-tabs+.chat-room__top{margin-top:12px!important}.chat-room__canvas.story-browse>.state-panel--empty,.play-shell .state-panel--empty{min-height:220px!important;padding:28px 22px!important;border:1px solid rgba(255,255,255,.16)!important;background:radial-gradient(circle at 50% 0%,rgba(255,45,120,.16),transparent 42%),linear-gradient(180deg,#ffffff12,#ffffff08)!important;box-shadow:inset 0 1px #ffffff14!important}.chat-room__canvas.story-browse>.state-panel--empty .state-panel__mark,.play-shell .state-panel--empty .state-panel__mark{width:56px!important;height:56px!important;border-radius:20px!important;border-color:#ffffff2e!important;background:linear-gradient(135deg,#ff2d7838,#7e3ff224),#ffffff0f!important}.chat-room__canvas.story-browse>.state-panel--empty .state-panel__mark span,.play-shell .state-panel--empty .state-panel__mark span{width:22px!important;height:22px!important}.home-character-section .poster-square,.home-character-section .character-card-link__profile,.scroll-row__card{background:#222!important;transition:filter .2s ease!important}.home-character-section .poster-square__art,.scroll-row__card img{background:#222!important}.home-character-section .poster-square:before{content:none!important;background:none!important;opacity:0!important}.scroll-row__card:before,.home-character-section .character-card-link__profile:before,.home-character-section .character-card-link:not([data-new=true]) .poster-square:after{content:""!important;position:absolute!important;inset:0!important;z-index:1!important;height:100%!important;pointer-events:none!important;background:linear-gradient(to top,#000000a6,#0000 28%)!important;opacity:1!important}.home-character-section .poster-square__content,.scroll-row__caption{background:linear-gradient(to top,#000000a6,#0000 28%)!important}.character-card-link:hover .poster-square,.character-card-link:focus-within .poster-square,.scroll-row__card:hover,.scroll-row__card:focus-visible{filter:brightness(1.08)!important}
