:root{--bg:#151516;--surface:#212122;--surface-raised:#2b2b2c;--border:rgba(255,255,255,0.08);--text-strong:#ffffff;--text-muted:rgba(255,255,255,0.7);--text-label:rgba(255,255,255,0.5);--accent:#ff4f9a;--accent-bg:rgba(255,79,154,0.15);--accent-border:rgba(255,79,154,0.7);--accent-soft:#ff9ac5;--accent-highlight:#ff8fbd;--on-accent:#ffffff;--outside-bg:#050506;--overlay-bg:rgba(0,0,0,0.58);--chat-backdrop-top:rgba(10,10,12,0.22);--chat-backdrop-bottom:rgba(10,10,12,0.38);--art-gradient-start:#1c1a22;--art-gradient-end:#0b0b0d;--art-scrim-top:rgba(11,11,13,0.55);--art-scrim-upper:rgba(11,11,13,0.28);--art-scrim-lower:rgba(11,11,13,0.5);--art-scrim-bottom:rgba(11,11,13,0.94);--art-tag-bg:rgba(11,11,13,0.62);--art-badge-bg:rgba(0,0,0,0.5);--art-fade-clear:rgba(11,11,13,0);--app-shell-max:480px;--app-header-height:52px;--app-bottom-nav-height:52px;--app-composer-min-height:53px;--app-page-gutter:16px;--app-grid-gap:8px;--app-safe-bottom:env(safe-area-inset-bottom,0px);--radius-control:8px;--radius-card:12px;--radius-feature-card:20px;--radius-dialog:16px;--motion-fast:150ms;--motion-standard-easing:cubic-bezier(0.4,0,0.2,1);--size-icon-sm:14px;--size-avatar-sm:32px;--card-overlay-reveal:76px;--card-name-size:15px;--card-name-line-height:22px;--card-copy-size:12px;--card-tag-size:11px;--card-copy-line-height:16px;--scene-content-top:clamp(200px,34dvh,340px);--scene-title-size:clamp(22px,6vw,28px);--scene-label-size:14px;--scene-body-size:15px;--scene-quote-size:17px;--scene-action-size:16px;--scene-action-min-height:52px;--scene-teaser-label-size:12px;--scene-teaser-label-line-height:16px;--cinematic-rail-peek:10%;--cinematic-card-width:100%;--cinematic-card-aspect-ratio:4/5;--cinematic-card-name-size:20px;--cinematic-card-name-line-height:28px;--cinematic-card-copy-size:13px;--cinematic-card-copy-line-height:20px;--cinematic-card-copy-measure:240px;--cinematic-action-min-height:36px;--z-modal:50;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--font-serif:Georgia,"Iowan Old Style","Noto Serif","Times New Roman",serif;--font-sans:"Pretendard Variable",-apple-system,"system-ui",system-ui,Roboto,"Helvetica Neue","Segoe UI","Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic",sans-serif}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}html{min-height:100%;color-scheme:dark}body{min-height:100dvh;background:var(--outside-bg);color:var(--text-strong);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.2}html[lang=ko-KR] body{overflow-wrap:break-word;word-break:keep-all}a{text-decoration:none}a,button{color:inherit}button{font:inherit;background:none;border:none;cursor:pointer}:focus-visible{outline:2px solid var(--accent-soft);outline-offset:3px}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}input,textarea{font:inherit;color:inherit}@keyframes glow-in{0%{box-shadow:0 0 0 rgba(232,99,124,0)}30%{box-shadow:0 0 22px rgba(232,99,124,.32)}to{box-shadow:0 0 0 rgba(232,99,124,0)}}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}