*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px}body{color:#eee;background-color:#111;min-height:100dvh;font-family:PT Sans,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden}#root{min-height:100dvh}a{color:#68d;text-decoration:none;transition:color .2s}a:hover{color:#8af;text-decoration:underline}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::selection{background:#68aadd4d}.moral-graph-wrap{box-sizing:border-box;width:100%;max-width:min(100%,480px);margin:1.5rem auto;padding:2.25rem 2.25rem 2.75rem;overflow:visible}.moral-graph{aspect-ratio:1;border:2px solid #fff3;border-radius:8px;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;width:100%;max-width:400px;margin:0 auto;display:grid;position:relative;overflow:visible}.quad{border:1px solid #ffffff1a}.q1{background:#4ade8014}.q2{background:#38bdf814}.q3{background:#fbbf2414}.q4{background:#ef444414}.xlabel,.ylabel{color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-family:PT Sans Caption,PT Sans,-apple-system,sans-serif;font-size:.7rem;line-height:1.2;position:absolute}.xlabel.left{transform-origin:100%;top:50%;right:calc(100% + 4px + .6em);transform:translateY(-50%)rotate(-90deg)translate(50%)}.xlabel.right{transform-origin:0;top:50%;left:calc(100% + 4px + .6em);transform:translateY(-50%)rotate(90deg)translate(-50%)}.ylabel.top{padding-bottom:4px;top:-4px;left:50%;transform:translate(-50%)translateY(-100%)}.ylabel.bottom{padding-top:4px;bottom:-4px;left:50%;transform:translate(-50%)translateY(100%)}.graph-point{z-index:10;background:#f43f5e;border:3px solid #fff;border-radius:50%;width:16px;height:16px;transition:left .5s,top .5s;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 12px #f43f5e99}.share-result-overlay{z-index:100;background:#000000a6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.share-result-modal{background:#1a1a1a;border:1px solid #ffffff1f;border-radius:12px;width:100%;max-width:400px;max-height:min(90dvh,640px);padding:1.25rem 1.25rem 1rem;overflow-y:auto;box-shadow:0 16px 48px #00000080}.share-result-modal-title{color:#fff;margin:0 0 .75rem;font-size:1.1rem;font-weight:700;line-height:1.3}.share-result-preview-label{color:#ccc;white-space:pre-wrap;word-break:break-word;margin:0 0 1rem;font-size:.9rem;line-height:1.5}.share-result-actions{flex-direction:column;gap:.5rem;display:flex}.share-result-action{color:#fff;width:100%;font-family:inherit;font-size:var(--story-text-size,1rem);cursor:pointer;text-align:center;touch-action:manipulation;background:#323232e6;border:1px solid #ffffff26;border-radius:10px;padding:.75rem 1rem;font-weight:400;transition:background .2s,border-color .2s}.share-result-action:hover{background:#464646f2;border-color:#ffffff40}.share-result-action.primary{background:#3c466480;border-color:#6888dd73}.share-result-action.primary:hover{background:#46557899}.share-result-hint{color:#888;margin:1rem 0 .75rem;font-size:.8rem;line-height:1.45}.share-result-close{color:#888;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;width:100%;margin-top:.25rem;padding:.6rem;font-family:inherit;font-size:.9rem;text-decoration:underline}.share-result-close:hover{color:#bbb}.share-result-toast{z-index:110;color:#eee;text-align:center;background:#222222fa;border:1px solid #ffffff1f;border-radius:8px;max-width:min(90vw,360px);padding:.65rem 1.1rem;font-size:.9rem;position:fixed;bottom:calc(60px + 1rem);left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0006}.game-scene{--story-text-size:1rem;flex-direction:column;height:calc(100dvh - 60px);margin-bottom:60px;display:flex;overflow:hidden}.scene-content{overscroll-behavior:contain;flex:1;width:100%;min-width:0;max-width:680px;margin:0 auto;padding:1rem 1.5rem;overflow:hidden auto}.start-header{text-align:center;padding-top:20vh}.start-title{color:#fff;margin-bottom:1rem;font-family:Commissioner,PT Sans,-apple-system,system-ui,sans-serif;font-size:clamp(22px,5.5vw + .45rem,46px);font-weight:700;line-height:1.12}.start-title-line{display:inline-block}.start-subtitle{color:#aaa;margin-bottom:2rem;font-size:1rem;font-weight:400;line-height:1.45}@media (width<=767px){.start-subtitle{flex-direction:column;align-items:center;gap:.2rem;display:flex}.start-subtitle-sep{display:none}}.scene-image{border-radius:8px;width:100%;max-width:100%;margin:0 auto 1rem;display:block;box-shadow:0 4px 12px #0006}.scene-text{color:#e8e8e8;font-size:var(--story-text-size);white-space:pre-wrap;line-height:1.6}.scene-text br{content:"";margin-top:.2em;display:block}.result-heading{color:#fff;text-wrap:balance;margin:0 0 1rem;font-size:1.2rem;font-weight:700;line-height:1.35}.result-heading br{content:"";margin-top:.2em;display:block}.result-description{margin-top:1.5rem}.choices-container{-webkit-backdrop-filter:blur(8px);z-index:10;background:#222222f2;border-top:1px solid #ffffff14;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex;position:relative;overflow-y:auto}@media (width<=767px){.choices-container{max-height:min(45dvh,360px)}}.choice-button{color:#fff;width:100%;max-width:600px;font-family:inherit;font-size:var(--story-text-size);cursor:pointer;text-align:center;touch-action:manipulation;background:#323232e6;border:1px solid #ffffff26;border-radius:10px;padding:.85rem 1.2rem;font-weight:400;line-height:1.4;transition:background .2s,border-color .2s,box-shadow .2s,transform .15s}.choice-button:hover{background:#505050e6;border-color:#ffffff4d;box-shadow:0 0 8px #96969633}.choice-button:active{transform:scale(.97)}.start-play-button{margin-top:1rem}.language-choices-wrap{flex-direction:column;align-items:center;gap:.45rem;width:100%;max-width:600px;display:flex}.language-choices-title{color:#bcbcbc;letter-spacing:.02em;font-size:.8rem}.language-choices{flex-wrap:wrap;justify-content:center;gap:.45rem;width:100%;max-width:600px;display:flex}.language-choice-button{background:#2d2d2de6;border-radius:8px;width:auto;min-width:110px;padding:.45rem .7rem;font-size:.82rem}.language-choice-button:hover{background:#464646e6}@media (width<=480px){.start-header{padding-top:min(14vh,5rem)}.language-choice-button{min-width:96px;font-size:.78rem}}@media (height<=700px){.start-header{padding-top:12vh}}@media (width>=768px){.scene-content{padding:2rem}.start-title{line-height:1.15}.result-heading{font-size:1.4rem}}.sound-button{cursor:pointer;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:opacity .2s;display:flex}.sound-button:hover{opacity:1}.sound-button img{display:block}.progress-dots{align-items:center;gap:8px;display:flex}.dot{background-color:#555;border-radius:50%;width:10px;height:10px;transition:background-color .3s}.dot--active{background-color:#4ade80;box-shadow:0 0 6px #4ade8080}.game-footer{z-index:20;background:#111111fa;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;height:60px;padding:0 1.5rem;display:flex;position:fixed;bottom:0;left:0;right:0}.site-button{cursor:pointer;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:opacity .2s;display:flex}.site-button:hover{opacity:1}.site-button img{display:block}.app{min-height:100dvh;position:relative}
