/* Tarot direct-selection and high-clarity artwork refinements. */
.tarot-card-back.selected{opacity:.58;transform:translateY(7px) scale(.97);cursor:pointer;border-color:var(--orange-2);box-shadow:0 8px 22px #0009,inset 0 0 0 4px #080808,inset 0 0 0 6px #ff9d2e90}
.tarot-card-back.selected:hover,.tarot-card-back.selected:focus-visible{opacity:.86;transform:translateY(-4px) scale(.98);border-color:#ffc27d}
.tarot-stage-actions{position:relative;z-index:2;display:flex;justify-content:center;margin-top:24px}
.tarot-stage-actions .btn{border:0;min-width:min(100%,260px);justify-content:center}
.tarot-stage-actions .btn:disabled{opacity:.45;cursor:not-allowed;filter:saturate(.5)}
#tarot-confirm-selection[hidden]{display:none}
.tarot-card-art-button{position:relative;display:block;width:100%;max-width:320px;margin:0 auto;padding:0;border:0;border-radius:18px;background:transparent;color:inherit;cursor:zoom-in;text-align:inherit}
.tarot-card-art-button:focus-visible{outline:3px solid #ff9d2ea8;outline-offset:5px}
.tarot-card-art-button:hover .tarot-card-art{box-shadow:0 22px 62px #000d,0 0 0 1px #ffb15b70;filter:brightness(1.035)}
.tarot-card-art-button:hover .tarot-card-zoom-label,.tarot-card-art-button:focus-visible .tarot-card-zoom-label{opacity:1;transform:translateY(0)}
.tarot-card-art-button .tarot-card-art{display:block;width:100%;max-width:none;background-image:none!important;background-size:auto!important;background-position:initial!important;background-repeat:no-repeat;isolation:isolate}
.tarot-card-art-svg{display:block;width:100%;height:100%;overflow:hidden;border-radius:inherit;shape-rendering:geometricPrecision;text-rendering:geometricPrecision}
.tarot-card-art-svg image{image-rendering:auto}
.tarot-card-art-missing{display:grid;place-items:center;width:100%;height:100%;padding:18px;color:#8f847c;background:#0d0d0d;text-align:center}
.tarot-card-zoom-label{position:absolute;right:10px;bottom:10px;z-index:3;padding:7px 10px;border:1px solid #ffffff22;border-radius:999px;background:#090909d9;color:#fff;font-size:11px;font-weight:900;letter-spacing:.02em;opacity:.76;transform:translateY(2px);transition:opacity .18s,transform .18s;pointer-events:none;backdrop-filter:blur(8px)}
.tarot-card-dialog{width:min(92vw,760px);max-height:95vh;margin:auto;padding:0;border:1px solid #ff9d2e55;border-radius:26px;background:linear-gradient(155deg,#17110e,#080808);color:#fff;box-shadow:0 32px 120px #000d;overflow:auto}
.tarot-card-dialog::backdrop{background:#050302d9;backdrop-filter:blur(10px)}
.tarot-card-dialog-inner{padding:18px 18px 22px}
.tarot-card-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.tarot-card-dialog-head p{margin:0;color:var(--orange-2);font-size:16px;font-weight:950}
.tarot-card-dialog-head button{border:1px solid #ffffff20;border-radius:999px;background:#ffffff09;color:#ddd;padding:9px 12px;cursor:pointer;font-weight:850}
.tarot-card-dialog-head button:hover,.tarot-card-dialog-head button:focus-visible{border-color:#ff9d2e88;color:#fff;outline:none}
.tarot-card-dialog-art{display:grid;place-items:center;min-height:240px}
.tarot-card-dialog-art .tarot-card-art{display:block;width:min(72vw,600px);max-width:600px;margin:auto;background-image:none!important;background-size:auto!important;box-shadow:0 25px 90px #000e,0 0 0 1px #ff9d2e35}
.tarot-card-dialog-note{max-width:620px;margin:14px auto 0;color:#958b84;font-size:12px;line-height:1.7;text-align:center}
@media(max-width:700px){.tarot-stage-actions{margin-top:18px}.tarot-card-art-button{max-width:300px}.tarot-card-dialog{width:96vw;border-radius:20px}.tarot-card-dialog-inner{padding:14px}.tarot-card-dialog-art .tarot-card-art{width:min(84vw,520px)}.tarot-card-dialog-note{font-size:11px}}
@media(prefers-reduced-motion:reduce){.tarot-card-zoom-label,.tarot-card-art-button .tarot-card-art{transition:none}}


/* Quick / detailed tarot setup */
.tarot-mode-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:10px}
.tarot-mode-switch button{display:flex;flex-direction:column;gap:4px;text-align:left;padding:14px 16px;border:1px solid #303035;border-radius:16px;background:#111114;color:#aaa;cursor:pointer;transition:.18s}
.tarot-mode-switch button strong{color:#f3eee9;font-size:14px}.tarot-mode-switch button span{font-size:10px;color:#777}
.tarot-mode-switch button.is-active{border-color:#b88747;background:linear-gradient(145deg,#211b16,#111114);box-shadow:0 0 0 1px #b8874730 inset}
.tarot-mode-switch button.is-active strong{color:#f1c879}.tarot-mode-help{margin:0 0 18px;color:#8e8781;font-size:12px;line-height:1.6}
.tarot-setup[data-tarot-mode="quick"] .tarot-question-label{margin-top:4px}
@media(max-width:600px){.tarot-mode-switch{grid-template-columns:1fr}.tarot-mode-switch button{padding:12px 14px}}
[data-theme="light"] .tarot-mode-switch button{border-color:#ddd2c7;background:#fff;color:#6e655e}[data-theme="light"] .tarot-mode-switch button strong{color:#342820}[data-theme="light"] .tarot-mode-switch button.is-active{border-color:#b88747;background:#fff8eb}[data-theme="light"] .tarot-mode-switch button.is-active strong{color:#815c23}
