.meihao-tarot-wrap { max-width:760px;margin:0 auto;font-family:inherit; }
.meihao-step-label { font-size:.95rem;color:#555;margin-bottom:12px;margin-top:0; }
.meihao-hint-text  { font-size:.85rem;color:#888;margin:12px 0 4px; }

#tarot-detail {
    width:100%;box-sizing:border-box;padding:10px 12px;font-size:.9rem;
    border:1px solid #ccc;border-radius:6px;resize:vertical;font-family:inherit;line-height:1.6;
}
#tarot-detail:focus { outline:none;border-color:#888; }

/* ── 問事類別 ── */
.meihao-category-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px; }
@media(max-width:480px){ .meihao-category-grid{grid-template-columns:repeat(2,1fr);} }

.meihao-cat-btn {
    padding:12px 8px;font-size:.9rem;border:1px solid #ccc;border-radius:6px;
    background:#fff;color:#333;cursor:pointer;font-family:inherit;text-align:center;
    transition:background .15s,border-color .15s;
}
.meihao-cat-btn:hover  { border-color:#888;background:#f5f5f5; }
.meihao-cat-btn.selected { background:#333;color:#fff;border-color:#333; }
.meihao-selected-cat { font-size:.9rem;color:#666;margin-bottom:8px; }

/* ── 按鈕 ── */
.meihao-actions { margin-top:14px;display:flex;gap:10px;flex-wrap:wrap; }
.meihao-btn { padding:10px 24px;font-size:.95rem;border:none;border-radius:6px;cursor:pointer;font-family:inherit;transition:opacity .2s; }
.meihao-btn:disabled { opacity:.5;cursor:not-allowed; }
.meihao-btn-primary  { background:#333;color:#fff; }
.meihao-btn-primary:hover:not(:disabled) { background:#555; }
.meihao-btn-secondary { background:#f0f0f0;color:#333; }
.meihao-btn-secondary:hover:not(:disabled) { background:#e0e0e0; }

/* ── 待抽張數 ── */
.tarot-count-label { font-size:1.2rem;font-weight:700;text-align:center;color:#333;margin-bottom:10px; }
.tarot-count-label span { font-size:1.8rem;color:#5a3e8a; }

/* ── 扇形展牌容器 ── */
.tarot-fan-wrapper {
    position:relative;
    width:100%;
    /* overflow:visible 讓偽元素可以顯示，用 viewport 的 overflow:hidden 來裁切 */
}
.tarot-fan-wrapper::before,
.tarot-fan-wrapper::after {
    content:'';position:absolute;top:0;bottom:0;width:50px;z-index:300;pointer-events:none;
}
.tarot-fan-wrapper::before { left:0;background:linear-gradient(to right,#fff 0%,transparent 100%); }
.tarot-fan-wrapper::after  { right:0;background:linear-gradient(to left,#fff 0%,transparent 100%); }

/* 操作提示 */
.tarot-fan-hint {
    text-align:center;font-size:.78rem;color:#aaa;margin-bottom:8px;letter-spacing:.02em;
}

#tarot-fan-viewport {
    position:relative;
    width:100%;
    overflow:hidden;
    cursor:grab;
    user-select:none;
    -webkit-user-select:none;
    touch-action:none;  /* 防止手機拖曳時同時捲動頁面 */
}
#tarot-fan-viewport:active { cursor:grabbing; }
#tarot-fan-track { position:relative;width:100%;height:100%; }

/* ── 單張牌（牌背） ── */
.tarot-fan-card {
    position:absolute;
    border-radius:4px 4px 3px 3px;
    border:1px solid rgba(200,180,220,0.4);
    background:linear-gradient(135deg,#3d2070 0%,#5a3e8a 50%,#3d2070 100%);
    background-size:cover;background-position:center;
    box-shadow:1px 2px 4px rgba(0,0,0,0.2);
    cursor:pointer;
    transition:opacity .3s, filter .15s;
    will-change:transform;
}
.tarot-fan-card:hover {
    filter:brightness(1.25);
    box-shadow:0 0 12px rgba(120,80,200,0.7);
}

/* ── 選牌槽位 ── */
.tarot-selection-slots {
    display:flex;gap:12px;justify-content:center;margin-top:16px;
}
.tarot-slot { display:flex;flex-direction:column;align-items:center;flex:1;min-width:80px;max-width:140px; }
.tarot-slot-inner {
    position:relative;width:100%;aspect-ratio:617/1024;
    border-radius:8px;border:2px dashed #ddd;background:#f9f9f9;
    overflow:hidden;transition:border-color .25s;
}
.tarot-slot-inner.filled { border-color:#5a3e8a;border-style:solid; }
.tarot-slot-img { width:100%;height:100%;object-fit:cover;display:block; }
.tarot-slot-placeholder { position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#e0e0e0;font-size:1.8rem; }
.tarot-slot-badge {
    position:absolute;top:6px;left:6px;width:22px;height:22px;
    background:#5a3e8a;color:#fff;border-radius:50%;
    font-size:.78rem;font-weight:700;display:flex;align-items:center;justify-content:center;
}
.tarot-slot-info { margin-top:5px;text-align:center; }
.tarot-slot-card-name   { display:block;font-size:.78rem;font-weight:600;color:#222;margin-bottom:2px; }
.tarot-slot-card-orient { display:inline-block;font-size:.72rem;padding:1px 6px;border-radius:4px;background:#f0f0f0;color:#555; }
.tarot-slot-card-orient.reversed { background:#fff0f0;color:#cc4444; }
.tarot-slot-label { font-size:.8rem;color:#888;margin-top:5px; }

/* ── 結果頁 ── */
.meihao-tarot-spread-sm { display:flex;gap:10px;justify-content:center;margin-bottom:16px; }
.meihao-tarot-card-slot-sm { display:flex;flex-direction:column;align-items:center;flex:1;min-width:80px; }
.meihao-tarot-position-label { font-size:.8rem;color:#888;margin-bottom:4px; }
.tarot-result-card-name  { font-size:.82rem;font-weight:600;color:#333;text-align:center;margin-bottom:3px; }
.tarot-result-card-orient{ font-size:.75rem;color:#888; }

.meihao-qian-card { border:1px solid #ddd;border-radius:8px;padding:20px 24px;background:#fafafa;margin-bottom:4px; }
.meihao-interpret-card { background:#fff;margin-top:12px; }
.meihao-interpret-label { font-size:.8rem;color:#999;margin-bottom:12px; }
#tarot-interpret-content { font-size:.95rem;line-height:1.8;color:#333;white-space:pre-line; }

.meihao-loading { margin-top:10px;font-size:.9rem;color:#888; }
.meihao-error {
    margin-top:12px;padding:10px 14px;background:#fff0f0;
    border-left:3px solid #cc0000;border-radius:4px;font-size:.9rem;color:#cc0000;
}
