.silkroad-ending{position:fixed;inset:0;z-index:300;overflow:auto;background:radial-gradient(ellipse at 50% 30%,#17434b,#03151c 78%);display:grid;place-items:center;padding:24px;color:#f3e3bd;animation:ending-in 1.8s ease both}
.ending-shell{width:min(1100px,100%);text-align:center;position:relative;margin:auto}
.ending-kicker{font:10px var(--sans);letter-spacing:.3em;color:#d8ba79;margin:12px 0 18px}
.ending-map{margin:0 auto;width:min(900px,100%);height:min(54vh,580px);border:1px solid #bba06666;background:#061b22;box-shadow:0 0 55px #50c7c529;overflow:hidden;animation:ending-map 3s ease both}
.ending-map img{width:100%;height:100%;object-fit:contain;display:block}
.ending-words{margin:22px auto 18px;max-width:900px;font:clamp(17px,2.1vw,26px)/1.9 var(--serif);letter-spacing:.04em;text-wrap:balance}
.ending-words span{display:block;opacity:0;animation:ending-in 2.8s ease forwards}
.ending-words span:nth-child(1){animation-delay:2s}.ending-words span:nth-child(2){animation-delay:5s}.ending-words span:nth-child(3){animation-delay:8s;color:#efd18d}
.ending-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:22px auto 18px;max-width:920px;opacity:0;transform:translateY(14px);pointer-events:none;transition:opacity 1.2s ease,transform 1.2s ease}.ending-actions.ready{opacity:1;transform:none;pointer-events:auto}.ending-actions .btn{font-size:12px;line-height:1.55;min-height:58px}.ending-choice-note{opacity:0;color:#aebfbc;font-size:10px;letter-spacing:.12em;transition:opacity 1.2s ease}.ending-choice-note.ready{opacity:1}
.ending-replay{margin:18px 0;padding:12px 18px;border:1px solid #a8884e;background:#173b43;color:#eed9a5;cursor:pointer}
.ending-audio-cue{position:absolute;z-index:4;right:0;top:0;padding:8px 11px;border:1px solid #d1af62;background:#0b3039;color:#f1d99f;cursor:pointer;font-size:10px;letter-spacing:.08em}.ending-audio-cue[hidden]{display:none}
.finale-recall-mode .levels{opacity:.42}.finale-recall-mode .level-tab:disabled{cursor:default}.finale-level-complete{min-height:310px;display:grid;place-content:center;text-align:center;justify-items:center}.finale-level-complete h3{font-size:clamp(27px,4vw,42px)!important;margin:12px 0!important}.finale-level-complete p{color:#aebfbc;margin:0 0 24px}.finale-level-complete .btn{width:auto}
@keyframes ending-in{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}
@keyframes ending-map{from{opacity:0;filter:brightness(.45)}to{opacity:1;filter:brightness(1)}}
@media(max-width:600px){.silkroad-ending{padding:14px}.ending-map{height:auto;aspect-ratio:1200/1100}.ending-words{font-size:18px;margin-top:26px}.ending-words span{margin:9px 0}.ending-actions{grid-template-columns:1fr}.ending-actions .btn{width:100%}.ending-kicker{font-size:9px;letter-spacing:.12em}}
@media(prefers-reduced-motion:reduce){.silkroad-ending,.ending-map,.ending-words span{animation:none;opacity:1;transform:none}.ending-actions,.ending-choice-note{transition:none}}
