:root{color-scheme:dark;--color-bg: #0b0d14;--color-bg-raised: #141622;--color-bg-card: #1a1d2e;--color-border: #262a3e;--color-primary: #7b68ee;--color-primary-hover: #8f7df0;--color-accent: #ff5d8f;--color-text: #f5f5f5;--color-text-dim: #9ca0b3;--color-text-muted: #5a5f75;--color-success: #2ecc71;--color-warning: #f5a623;--color-danger: #ef4444;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 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-md: 0 4px 16px rgba(0, 0, 0, .3);--font-sans: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", "Inter", sans-serif;--duration: .18s;--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}.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}.feature-nav__item--active{background:#2a1119;border-color:#f05b72}.feature-nav__item{padding:0 16px}.feature-nav__item strong{font-size:13px;font-weight:600}.site-tool{min-height:34px;padding:0 12px;background:#120f10}.site-tool--button{font:inherit;cursor:pointer}.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)}.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:12px}.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:610px;overflow:hidden;border-radius:32px;background:linear-gradient(180deg,#10070b,#1b0b12)}.hero-shell:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#12070c,#12070cb3 24%,#12070c26 44%,#12070ca6 66%,#12070d)}.hero-shell__media{position:absolute;inset:0}.hero-shell__figure{position:absolute;top:0;bottom:0;width:36%;object-fit:cover}.hero-shell__figure--left{left:6%;object-position:center top}.hero-shell__figure--right{right:0;width:28%;object-position:center top}.hero-shell__content{position:relative;z-index:2;max-width:420px;margin:0 auto;padding-top:148px;text-align:center}.hero-shell__content h1{margin:8px 0 12px;font-size:clamp(3rem,5vw,5rem);line-height:.95;letter-spacing:-.06em}.hero-shell__content p{margin:0 auto;max-width:320px;color:#f2dfe6;line-height:1.5}.hero-shell__actions{margin-top:18px;display:grid;justify-items:center;gap:12px}.hero-shell__meta{color:#f2dfe6;font-size:12px}.landing-section{display:grid;gap:14px}.live-action-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.live-action-card{overflow:hidden;border-radius:18px;background:#201014;border:1px solid #57343e}.live-action-card__image{width:100%;aspect-ratio:3 / 4;object-fit:cover;object-position:center 12%}.live-action-card__copy{display:grid;gap:4px;padding:10px 12px 12px}.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 12%}.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:12px}@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(5,minmax(0,1fr))}}.poster-square{display:flex;flex-direction:column;border:1px solid var(--line);background:#151515;border-radius:14px;overflow:hidden;min-width:0;transition:transform .15s ease,border-color .15s ease}.poster-square:hover{transform:translateY(-2px);border-color:#ffffff2e}.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 14%}.poster-square__art{width:100%;aspect-ratio:3 / 4;object-fit:cover;object-position:center 14%;display:block}.poster-square__content{display:grid;gap:8px;padding:8px;border-top:1px solid var(--line);background:#181818}.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:12px}.poster-square h3,.package-tile h3{margin:0;font-size:16px;line-height:1;letter-spacing:-.04em}.tag-strip{margin-bottom:14px}.tag-strip__item,.tag-strip__search{min-height:38px;padding:0 12px}.temperature-bar{display:block;width:min(240px,100%);min-width:160px}.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:first-child{color:#fff;font-weight:700}.temperature-bar__label span:last-child{color:var(--soft);font-size:11px}.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:width .5s ease,background .5s ease}.discover-hero,.chats-hero,.collection-focus,.builder-hero{padding:18px}.discover-hero{display:grid;grid-template-columns:320px minmax(0,1fr) 248px;gap:14px;align-items:stretch}.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 12%}.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:grid;align-content:start;gap:10px}.discover-rail__item{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;aspect-ratio:3 / 4;object-fit:cover;object-position:center 12%;border-radius:12px}.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:12px}.discover-card{overflow:hidden;padding:0;border:1px solid var(--line);background:#160f12;color:var(--text);border-radius:20px;cursor:pointer}.discover-card--active{border-color:var(--brand);background:#211419}.discover-card__image{width:100%;aspect-ratio:3 / 4;object-fit:cover;object-position:center 12%}.discover-card__body{display:grid;gap:6px;padding:12px;text-align:left}.discover-card__top{display:flex;align-items:center;justify-content:space-between;gap:10px}.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}.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:12px}.chats-hero__card{overflow:hidden;border:1px solid var(--line);background:#160f12;border-radius:20px}.chats-hero__image{width:100%;aspect-ratio:3 / 4;object-fit:cover;object-position:center 12%}.chats-hero__card-copy{display:grid;gap:4px;padding:12px}.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 12%;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 12%;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}.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:10px}.collection-card{display:grid;gap:10px;padding:0;text-align:left;color:var(--text);cursor:pointer;border:1px solid var(--line);background:#171717}.collection-card--active{border-color:var(--brand);background:#211519}.collection-card__image{height:240px}.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 12%;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 12%;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}.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}.entry-tabs{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:2px 2px 8px}.entry-tabs__item{min-width:0;min-height:48px;display:grid;align-content:center;gap:3px;padding:7px 8px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff0d;color:#ffffffc7;text-decoration:none;text-align:center}.entry-tabs__item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.entry-tabs__item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:10px}.entry-tabs__item--active{border-color:color-mix(in srgb,var(--accent) 70%,rgba(255,255,255,.18));background:color-mix(in srgb,var(--accent) 26%,rgba(255,255,255,.06));color:#fff}.entry-tabs__item--locked{cursor:not-allowed;opacity:.68}.entry-tabs__beta{display:inline-block;margin-left:4px;padding:1px 5px;font-size:9px;font-weight:700;letter-spacing:.04em;border-radius:4px;background:#ffb4502e;color:#f5b260;border:1px solid rgba(255,180,80,.35);vertical-align:middle}.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:10px 12px;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;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;object-fit:cover;object-position:center 12%;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:5px;flex-wrap:nowrap}.chat-room__controls .model-picker{display:flex;align-items:center}.chat-room__controls .model-picker span{display:none}.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 12%;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:56px}.chat-message__bubble p{margin:0;line-height:1.52;letter-spacing:-.01em;font-size:14px;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.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 12%;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) 64px;gap:8px;align-items:center;padding:6px;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:#111419d1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.composer__field{width:100%;height:40px;padding:0 14px;border:0;background:transparent;color:var(--text);border-radius:20px;outline:none}.composer__field::placeholder{color:#ffffff57}.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:64px;height:40px;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}.typing-dots i{display:block;width:6px;height:6px;border-radius:999px;background:#ffffffeb;animation:blink 1.05s infinite ease-in-out}.typing-dots i:nth-child(2){animation-delay:.14s}.typing-dots i:nth-child(3){animation-delay:.28s}.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 12%}.live-shell__video-fill{display:block;position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 12%;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-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 .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(82%,320px);background:#0707098a}.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:static;flex-shrink:0;border-top:1px solid rgba(255,255,255,.08);padding:10px;background:linear-gradient(180deg,#08080a14,#08080a9e)}.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:flex;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}.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}.app-content{padding:8px}.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:-4%}.hero-shell__figure--right{width:34%;right:-6%}.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{overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px;scrollbar-width:none}.story-rail::-webkit-scrollbar{display:none}.story-rail__item{flex:0 0 64px}.poster-grid,.poster-grid--wide,.discover-grid,.collection-gallery--board{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.poster-square,.poster-square--tall{min-height:0}.poster-square__content{gap:6px;padding:7px 7px 8px}.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))}.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:4px 2px 6px;position:sticky;top:0;z-index:2;background:linear-gradient(180deg,#11161ce8,#11161cbf);display:flex;flex-wrap:wrap;gap:6px;row-gap:4px}.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:36px minmax(0,1fr) 56px;gap:6px;padding:4px;border-radius:18px}.composer__field{height:36px;padding:0 10px;border-radius:14px}.composer__submit{min-width:56px;height:32px;border-radius:14px;font-size:12px;padding:0 10px}.composer__suggest{min-width:36px;min-height:32px;width:36px;height:32px}.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{display:none}.mobile-dock__item{display:grid;gap:4px;justify-items:center;padding:7px 4px;border:1px solid rgba(255,255,255,.06);background:#181818;border-radius:12px}.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}.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,.poster-grid,.poster-grid--wide,.collection-gallery,.discover-grid,.collection-gallery--board,.discover-hero__rail,.chats-hero__cards{grid-template-columns:1fr}.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:58px}.story-rail__item strong{font-size:11px}.poster-square__eyebrow span,.poster-square__footer small{font-size:9px}.poster-square h3{font-size:13px}.poster-square__content p{font-size:10px;line-height:1.35}.live-shell__stage{min-height:calc(100dvh - 168px)}.voice-phone__stage{min-height:calc(100dvh - 78px)}.voice-phone__poster,.live-shell__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-3);align-self:start;align-items:stretch;justify-content:stretch;padding:var(--space-4);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);background:linear-gradient(180deg,#1a1d2ef0,#141622e6);box-shadow:var(--shadow-md);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>.entry-tabs{position:absolute;top:max(14px,env(safe-area-inset-top,0px));left:50%;z-index:4;width:min(560px,calc(100% - 96px));padding:0;transform:translate(-50%)}.call-screen__portrait{width:100%;height:100%;object-fit:cover;object-position:center 12%}.call-screen__top{position:absolute;top:max(70px,calc(env(safe-area-inset-top,0px) + 60px));left:14px;right:14px;z-index:3;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.call-screen__back{min-height:34px;padding:0 10px;border:0;background:none;color:#fff;font:inherit}.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,.call-screen__body--active{align-content:space-between;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);text-align:center;color:#fff;text-shadow:0 8px 24px rgba(0,0,0,.42)}.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:14vh}.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:84px;min-height:84px;border:0;border-radius:999px;background:linear-gradient(180deg,#6fe287,#43b95d);color:#041006;font:inherit;font-weight:700}.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(84px,calc(env(safe-area-inset-top,0px) + 66px)) 20px max(38px,calc(env(safe-area-inset-bottom,0px) + 18px))}.call-screen__hero{display:none}.call-screen__hero-face{width:100%;height:100%}.call-screen__identity strong{font-size:2.35rem}.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%}
