.IntroChat-module__nEIKyq__novelWindow{cursor:pointer;flex-direction:column;flex:1;padding:1rem 1.5rem 1.5rem;display:flex;position:relative}.IntroChat-module__nEIKyq__nameTag{background:linear-gradient(135deg,var(--c-accent)0%,#c4487a 100%);color:#fff;font-size:.75rem;font-family:var(--f-sans);letter-spacing:.1em;border-radius:2px;align-self:flex-start;margin-bottom:1rem;padding:.3rem .8rem;display:inline-block}.IntroChat-module__nEIKyq__textArea{font-family:var(--f-serif);color:var(--c-text);flex:1;font-size:1.1rem;line-height:2}.IntroChat-module__nEIKyq__textArea.IntroChat-module__nEIKyq__in{animation:.2s ease-out forwards IntroChat-module__nEIKyq__fadeIn}.IntroChat-module__nEIKyq__textArea.IntroChat-module__nEIKyq__out{animation:.15s ease-out forwards IntroChat-module__nEIKyq__fadeOut}@keyframes IntroChat-module__nEIKyq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes IntroChat-module__nEIKyq__fadeOut{0%{opacity:1}to{opacity:0}}.IntroChat-module__nEIKyq__indicator{animation:1s ease-in-out infinite IntroChat-module__nEIKyq__bounce;position:absolute;bottom:1rem;right:1.5rem}.IntroChat-module__nEIKyq__indicatorArrow{color:var(--c-accent);font-size:.8rem}@keyframes IntroChat-module__nEIKyq__bounce{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(3px)}}.IntroChat-module__nEIKyq__actionArea{padding:0 1.5rem 1.5rem}.IntroChat-module__nEIKyq__startButton{background:linear-gradient(135deg,var(--c-accent)0%,#c4487a 100%);color:#fff;width:100%;font-family:var(--f-serif);letter-spacing:.1em;cursor:pointer;transition:all .3s var(--ease-elegant);box-shadow:0 4px 15px var(--c-accent-glow);border:none;border-radius:6px;padding:1rem;font-size:1rem}.IntroChat-module__nEIKyq__startButton:hover{box-shadow:0 6px 20px var(--c-accent-glow);transform:translateY(-2px)}
.GameScreen-module__WLqlrq__screen{background:var(--c-bg);width:100%;max-width:480px;height:100dvh;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 0 60px #00000080}.GameScreen-module__WLqlrq__background{background:radial-gradient(ellipse at 50% 30%,#e05a8d14 0%,transparent 50%),linear-gradient(180deg,var(--c-bg)0%,var(--c-bg-warm)100%);position:absolute;inset:0}.GameScreen-module__WLqlrq__characterPlaceholder{color:#e05a8d26;font-family:var(--f-serif);letter-spacing:.15em;flex-direction:column;justify-content:center;align-items:center;font-size:1rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-60%)}.GameScreen-module__WLqlrq__header{z-index:10;background:linear-gradient(#0a0608cc,#0000);justify-content:center;align-items:center;padding:1rem;display:flex;position:absolute;top:0;left:0;right:0}.GameScreen-module__WLqlrq__headerTitle{font-family:var(--f-serif);letter-spacing:.25em;color:var(--c-accent-soft);font-size:.75rem}.GameScreen-module__WLqlrq__textWindow{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20;background:linear-gradient(#1a1014e6 0%,#1a1014fa 100%);border-top:1px solid #e05a8d33;flex-direction:column;min-height:45%;max-height:70%;display:flex;position:absolute;bottom:0;left:0;right:0;overflow-y:auto}.GameScreen-module__WLqlrq__textWindow:before{content:"";background:linear-gradient(90deg,transparent,var(--c-accent),transparent);width:60px;height:3px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}
.CalculatingView-module__Ih8YfG__container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.CalculatingView-module__Ih8YfG__orb{background:radial-gradient(circle at 30% 30%,#c4956a66 0%,#8b4d3b33 50%,#0000 70%);border:1px solid #c4956a4d;border-radius:50%;width:80px;height:80px;margin-bottom:2rem;animation:2s ease-in-out infinite CalculatingView-module__Ih8YfG__pulse}@keyframes CalculatingView-module__Ih8YfG__pulse{0%,to{transform:scale(1);box-shadow:0 0 30px #c4956a33}50%{transform:scale(1.1);box-shadow:0 0 50px #c4956a66}}.CalculatingView-module__Ih8YfG__text{font-family:var(--f-serif);letter-spacing:.2em;color:var(--c-accent);font-size:1.2rem;animation:1s ease-out CalculatingView-module__Ih8YfG__fadeIn}.CalculatingView-module__Ih8YfG__subtext{color:var(--c-text-muted);letter-spacing:.1em;margin-top:1rem;font-size:.85rem}@keyframes CalculatingView-module__Ih8YfG__fadeIn{0%{opacity:0}to{opacity:1}}
.AgeGate-module__YwtEOa__overlay{z-index:9999;background:radial-gradient(at 40% 20%,#e05a8d1f,#0000 45%),radial-gradient(at 70% 70%,#c4956a1a,#0000 40%),#0a0608f2;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.AgeGate-module__YwtEOa__loading{font-family:var(--f-serif);color:var(--c-text-muted);letter-spacing:.1em;font-size:1rem}.AgeGate-module__YwtEOa__card{background:var(--c-glass);border:1px solid var(--c-glass-border);text-align:center;border-radius:12px;flex-direction:column;gap:1.25rem;width:min(420px,100%);padding:2rem;display:flex;box-shadow:0 20px 60px #0006}.AgeGate-module__YwtEOa__card.AgeGate-module__YwtEOa__in{animation:.25s ease-out forwards AgeGate-module__YwtEOa__fadeIn}.AgeGate-module__YwtEOa__card.AgeGate-module__YwtEOa__out{animation:.2s ease-out forwards AgeGate-module__YwtEOa__fadeOut}@keyframes AgeGate-module__YwtEOa__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes AgeGate-module__YwtEOa__fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.AgeGate-module__YwtEOa__brand{color:var(--c-accent);letter-spacing:.15em;background:#e05a8d24;border:1px solid #e05a8d59;border-radius:999px;align-self:center;padding:.25rem .75rem;font-size:.8rem;display:inline-flex}.AgeGate-module__YwtEOa__title{font-family:var(--f-serif);letter-spacing:.05em;color:var(--c-text);font-size:1.5rem}.AgeGate-module__YwtEOa__text{color:var(--c-text-muted);font-size:.9rem;line-height:1.7}.AgeGate-module__YwtEOa__cardGrid{flex-direction:column;gap:.6rem;margin-top:.5rem;display:flex}.AgeGate-module__YwtEOa__optionCard,.AgeGate-module__YwtEOa__optionCardSecondary,.AgeGate-module__YwtEOa__optionCardMuted{width:100%;font-family:var(--f-serif);cursor:pointer;text-align:center;border-radius:8px;padding:1rem;font-size:1rem;transition:all .2s}.AgeGate-module__YwtEOa__optionCard{color:var(--c-text);background:#e05a8d14;border:1px solid #e05a8d40}.AgeGate-module__YwtEOa__optionCard:hover{border-color:var(--c-accent);background:#e05a8d26;transform:translateY(-2px)}.AgeGate-module__YwtEOa__optionCardSecondary{color:var(--c-text-muted);background:0 0;border:1px solid #ffffff1a}.AgeGate-module__YwtEOa__optionCardSecondary:hover{color:var(--c-text);border-color:#ffffff40}.AgeGate-module__YwtEOa__optionCardMuted{color:var(--c-text-muted);background:0 0;border:1px solid #ffffff14;font-size:.9rem}.AgeGate-module__YwtEOa__optionCardMuted:hover{border-color:#fff3}.AgeGate-module__YwtEOa__notice{color:var(--c-accent);margin-top:.5rem;font-size:.9rem}
