*{box-sizing:border-box}html{height:100dvh;margin:0}body{height:100%;margin:0;display:flex;align-items:center;justify-content:center;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;background:radial-gradient(ellipse at top,#1c1f2c,#0d0e14 70%);color:#f2e9d8;word-break:keep-all;overflow-wrap:break-word}#root{height:100%;width:100%;display:flex;align-items:center;justify-content:center}button{font-family:inherit;cursor:pointer}.splash-screen{height:100%;width:100%;max-width:560px;max-height:980px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;padding:24px;background-image:linear-gradient(#08090e8c,#08090ecc),url(../img/splash-throne.webp);background-size:cover;background-position:center}.splash-eyebrow{font-size:13px;letter-spacing:.08em;color:#c9b98a;margin:0}.splash-title{font-size:40px;margin:4px 0;background:linear-gradient(180deg,#f6e7bd,#d4af37);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:.04em}.splash-tagline{color:#a99f8c;margin:0 0 24px;text-wrap:balance}.splash-record{margin:-12px 0 20px;font-size:13px;color:#c9b98a}.splash-record strong{color:#d4af37;font-size:16px}.splash-start{padding:14px 40px;font-size:16px;border:1px solid #d4af37;border-radius:999px;background:transparent;color:#f2e9d8;transition:background .2s ease,color .2s ease}.splash-start:active{background:#d4af37;color:#14161f}.prologue-screen{height:100%;width:100%;max-width:560px;max-height:980px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:24px;background-image:linear-gradient(#08090ea6,#08090ed9),url(../img/splash-throne.webp);background-size:cover;background-position:center}.prologue-body{max-width:440px;text-align:center;display:flex;flex-direction:column;gap:8px;min-height:160px;justify-content:center}.prologue-line{font-size:18px;line-height:1.6;margin:0;color:#f2e9d8;text-wrap:balance}.prologue-advisors{display:grid;grid-template-columns:repeat(2,1fr);justify-items:center;gap:18px 20px;margin-top:20px}.prologue-advisor{display:flex;flex-direction:column;align-items:center;gap:8px}.prologue-advisor img{width:132px;height:132px;border-radius:50%;object-fit:cover;border:2px solid #d4af37}.prologue-advisor span{font-size:15px;color:#c9b98a}.prologue-dots{display:flex;gap:8px}.dot{width:6px;height:6px;border-radius:50%;background:#3a3d4d}.dot-active{background:#d4af37}.prologue-next{padding:12px 36px;font-size:15px;border:1px solid #d4af37;border-radius:999px;background:transparent;color:#f2e9d8}.prologue-next:active{background:#d4af37;color:#14161f}.screen{height:100%;width:100%;max-width:560px;max-height:980px;display:flex;flex-direction:column;padding:12px;position:relative}.screen.shaking{animation:screenShake .4s ease}@keyframes screenShake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(5px)}60%{transform:translate(-4px)}80%{transform:translate(3px)}}.particle-layer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:50}.gauges{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;flex-shrink:0}.gauge{display:flex;flex-direction:column;gap:3px;align-items:center}.gauge-body{display:flex;align-items:center;gap:3px}.gauge-dots{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:6px;height:46px}.gauge-label{font-size:10px;line-height:1;color:#c9b98a;letter-spacing:-.02em}.gauge-icon-wrap{line-height:0}.gauge-icon{position:relative;width:34px;height:46px;background:#5b6178;-webkit-mask-image:var(--gauge-icon);mask-image:var(--gauge-icon);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.gauge-fill{position:absolute;left:0;right:0;bottom:0;background:#9aa2bd;transition:height .25s ease}.gauge-fill.gauge-flash-up{animation:gaugeFlashUp .6s ease}.gauge-fill.gauge-flash-down{animation:gaugeFlashDown .6s ease}@keyframes gaugeFlashUp{0%{background:#6fce7a}to{background:#d4af37}}@keyframes gaugeFlashDown{0%{background:#d1544c}to{background:#d4af37}}.gauge-favored .gauge-label{color:#e8b04b;font-weight:600}.gauge-favored .gauge-icon-wrap{filter:drop-shadow(0 0 5px rgba(232,176,75,.9))}.gauge-maxed .gauge-label{color:#e8746a}.gauge-maxed .gauge-icon-wrap{animation:maxedPulse 1s ease-in-out infinite}.gauge-maxed .gauge-fill{background:#e0685c}@keyframes maxedPulse{0%,to{filter:drop-shadow(0 0 4px rgba(224,104,92,.8))}50%{filter:drop-shadow(0 0 10px rgba(224,104,92,1))}}.favor-warning-max{color:#e8746a;border-color:#e0685c8c;background:#e0685c1a}.favor-warning{flex-shrink:0;margin:6px 0 0;padding:5px 10px;font-size:12px;line-height:1.4;text-align:center;color:#e8b04b;border:1px solid rgba(232,176,75,.45);border-radius:6px;background:#e8b04b14}.status-row{height:30px;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0 4px}.reign-counter{margin:0;font-size:13px;color:#c9b98a}.reign-total{color:#6f6a5e;margin-left:6px}.preview-dot{width:5px;height:5px;border-radius:50%;background:#d4af37;display:inline-block}.aftermath{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:24px;background:#08090edb;border-radius:12px;z-index:30;animation:aftermathFade 1.6s ease forwards}@keyframes aftermathFade{0%{opacity:0}10%{opacity:1}85%{opacity:1}to{opacity:0}}.preview-unknown{margin:0;font-size:12px;letter-spacing:.1em;color:#b78cd8}.aftermath-twist{background:#0e0a14e6;box-shadow:inset 0 0 0 1px #b48cdc73}.aftermath-flag{margin:0;font-size:11px;letter-spacing:.22em;color:#b78cd8}.aftermath-text{margin:0;font-size:16px;line-height:1.6;color:#f2e9d8;text-align:center;text-wrap:balance}.aftermath-badges{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.feedback-badge{font-size:12px;padding:4px 10px;border-radius:999px;background:#1c1f2c;border:1px solid #3a3d4d}.feedback-up{color:#6fce7a;border-color:#6fce7a}.feedback-down{color:#e08079;border-color:#e08079}.card-area{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;border-radius:12px}.card-frame{position:relative;width:100%;flex:none;aspect-ratio:3 / 4;max-height:100%;overflow:hidden;border-radius:12px;touch-action:none;-webkit-user-select:none;user-select:none}.card{position:absolute;top:0;right:0;bottom:0;left:0;cursor:grab;will-change:transform}.card:active{cursor:grabbing}.card-rotor{position:absolute;top:0;right:0;bottom:0;left:0;will-change:transform}.card-illustration{width:100%;height:100%;object-fit:cover;object-position:center;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;background:#14161f}.card-choice{position:absolute;top:0;left:0;right:0;z-index:20;min-height:104px;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px 18px;border-radius:12px 12px 0 0;background:linear-gradient(180deg,#08090ee6,#08090e00);pointer-events:none}.card-choice-side{pointer-events:auto;margin:0;padding:0;border:0;background:none;font-family:inherit;font-size:14px;font-weight:700;line-height:1.35;color:#cbbf9e;max-width:46%;text-wrap:balance;text-shadow:0 2px 8px rgba(0,0,0,.95);transition:transform .18s ease,color .18s ease}.card-choice-left{text-align:left;transform-origin:left top}.card-choice-right{text-align:right;transform-origin:right top}.card-choice-side.is-active{transform:scale(1.42);color:#f6e7bd}.card-choice-side:disabled{cursor:default}.card-plate{position:absolute;left:0;right:0;top:75%;z-index:20;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;padding:18px 20px;background:linear-gradient(180deg,#08090e00,#08090e69 22%,#08090e69 78%,#08090e00);pointer-events:none}.card-who{font-size:11px;letter-spacing:.08em;color:#c9b98a}.card-text{font-size:18px;line-height:1.55;margin:0;text-wrap:balance;text-shadow:0 2px 10px rgba(0,0,0,.95)}.swipe-hint{position:absolute;left:50%;bottom:14%;transform:translate(-50%);margin:0;padding:10px 18px;white-space:nowrap;font-size:14px;border-radius:999px;background:#08090eeb;border:1px solid #d4af37;color:#f6e7bd;pointer-events:none;animation:hintFade .4s ease}@keyframes hintFade{0%{opacity:0}to{opacity:1}}.card-hinting .card-rotor{animation:cardWiggle 1.6s ease-in-out .4s 2}@keyframes cardWiggle{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(-14px) rotate(-1.6deg)}75%{transform:translate(14px) rotate(1.6deg)}}.dead-card{width:100%;flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px 12px;text-align:center;cursor:default}.dead-headline{margin:0;font-size:20px;color:#f6e7bd;text-wrap:balance}.dead-body{margin:0 0 8px;font-size:15px;line-height:1.6;color:#a99f8c;text-wrap:balance}.dynasty-summary{display:flex;flex-direction:column;align-items:center;gap:10px;padding-top:12px;border-top:1px solid #3a3d4d;width:100%;max-width:320px}.dynasty-title{margin:0;font-size:15px;letter-spacing:.06em;color:#d4af37}.dynasty-log{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px;width:100%}.dynasty-log li{display:flex;justify-content:space-between;font-size:14px;color:#a99f8c}.dynasty-log strong{color:#f2e9d8}.dynasty-score{margin:4px 0 8px;font-size:16px;color:#c9b98a}.dynasty-record{margin:-4px 0 8px;font-size:13px;color:#a99f8c}.dynasty-record-new{color:#d4af37;font-weight:600;letter-spacing:.04em}.dynasty-score strong{font-size:26px;color:#d4af37;margin-right:2px}.restart-button{padding:12px 32px;font-size:15px;border:1px solid #d4af37;border-radius:999px;background:transparent;color:#f2e9d8}.restart-button:active{background:#d4af37;color:#14161f}
