/* ============================================================
 * alchemy.css — Panel Fabrication (Forge + Alchimie)
 * ============================================================ */

/* ---- Panel Fabrication header + tabs (pattern miroir sanctuary) ---- */
.panel-fabrication { padding: 20px; }

.fabrication-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.fabrication-header .panel-title {
    font-family: 'Cinzel', serif;
    color: var(--gold-title);
    font-size: 1.75rem;
    letter-spacing: 1px;
    margin: 0;
}

.fabrication-tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 1rem;
    border-bottom: 2px solid rgba(var(--gold-rgb), 0.2);
    padding-bottom: 0;
}
.fabrication-tab {
    padding: 10px 20px;
    font-family: 'Cinzel', serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-secondary);
    background: transparent;
    border: none;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: color 0.2s, border-color 0.2s;
    letter-spacing: 0.4px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
}
.fabrication-tab:hover { color: var(--gold); }
.fabrication-tab.active {
    color: var(--gold-light);
    border-bottom-color: var(--gold);
    text-shadow: 0 0 8px rgba(var(--gold-rgb), 0.4);
}
.fabrication-tab .tab-badge {
    background: var(--rarity-ancien);
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 0.7rem;
    padding: 2px 6px;
    border-radius: 10px;
    min-width: 16px;
    text-align: center;
}
.fabrication-tab-content { display: none; }
.fabrication-tab-content.active { display: block; }


#alchemy-panel .inline-icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

#alchemy-panel .panel-loading,
#alchemy-panel .panel-error {
    text-align: center;
    padding: 40px;
    font-family: 'Oswald', sans-serif;
    opacity: 0.7;
}
#alchemy-panel .panel-error {
    color: var(--rarity-ancien);
}

/* ---- Build card (tier 0) ---- */
.alchemy-build-card {
    max-width: 480px;
    margin: 40px auto;
    padding: 32px;
    text-align: center;
    border: 2px solid rgba(var(--gold-rgb), 0.35);
    background: linear-gradient(135deg, rgba(var(--gold-rgb), 0.08), rgba(0, 0, 0, 0.4));
    border-radius: 12px;
    box-shadow: 0 0 40px rgba(var(--gold-rgb), 0.15);
}

.alchemy-build-title {
    font-family: 'Cinzel', serif;
    color: var(--gold-title);
    font-size: 1.4rem;
    margin-bottom: 8px;
}

.alchemy-build-desc {
    opacity: 0.85;
    margin-bottom: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}

.alchemy-build-cost {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 18px;
    font-size: 1.05rem;
}

/* ============================================================
 * Layout global (miroir .forge-layout — 2 colonnes, stage sticky)
 * ============================================================ */
.alchemy-subtitle {
    margin-top: 8px;
    margin-bottom: 14px;
    color: var(--text-secondary);
    font-size: 0.88rem;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.2px;
}

.alchemy-layout {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}

@media (max-width: 980px) {
    .alchemy-layout { grid-template-columns: 1fr; }
}

/* ============================================================
 * Stage (autel vertical, sticky — theme violet/arcanique)
 * ============================================================ */
.alchemy-stage {
    position: sticky;
    top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background:
        radial-gradient(circle at 50% 38%, rgba(170, 100, 255, 0.22) 0%, transparent 55%),
        radial-gradient(circle at 50% 92%, rgba(138, 80, 220, 0.25), transparent 60%),
        linear-gradient(180deg, rgba(14, 10, 22, 0.9), rgba(8, 6, 14, 0.96));
    border: 1px solid rgba(170, 100, 255, 0.35);
    border-radius: 18px;
    padding: 18px 20px 22px;
    height: 480px;
    box-shadow:
        0 0 0 1px rgba(170, 100, 255, 0.12) inset,
        0 0 42px rgba(138, 80, 220, 0.10) inset,
        0 14px 36px rgba(0, 0, 0, 0.55);
    overflow: hidden;
}

.alchemy-stage::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 70%, rgba(170, 100, 255, 0.14), transparent 60%);
    pointer-events: none;
    animation: alchemy-breath 4.6s ease-in-out infinite;
}

.alchemy-stage::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 72%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(170, 100, 255, 0.7), transparent);
}

@keyframes alchemy-breath {
    0%, 100% { opacity: 0.85; }
    50%      { opacity: 1; }
}

.alchemy-canvas-frame {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    padding: 6px 10px 0;
}

.alchemy-cauldron-glow {
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    width: 80%;
    height: 22px;
    background:
        radial-gradient(ellipse at center, rgba(170, 100, 255, 0.55), rgba(120, 60, 200, 0.15) 55%, transparent 75%);
    filter: blur(3px);
    pointer-events: none;
    animation: alchemy-cauldron-pulse 2.8s ease-in-out infinite;
}

@keyframes alchemy-cauldron-pulse {
    0%, 100% { opacity: 0.7; transform: translateX(-50%) scaleX(1); }
    50%      { opacity: 1;   transform: translateX(-50%) scaleX(1.08); }
}

.alchemy-canvas {
    width: 288px;
    height: 288px;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    display: block;
    filter:
        drop-shadow(0 6px 14px rgba(0, 0, 0, 0.75))
        drop-shadow(0 0 22px rgba(170, 100, 255, 0.28));
    position: relative;
    z-index: 1;
}

.alchemy-stage-title {
    position: relative;
    z-index: 3;
    font-family: 'Cinzel', serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #d4a9ff;
    text-shadow: 0 0 10px rgba(170, 100, 255, 0.45);
    margin: 0 0 12px;
    opacity: 0.95;
}

.alchemy-stage-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
}

.alchemy-stage-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    width: 100%;
    padding-top: 4px;
}

.alchemy-state-label {
    font-family: 'Cinzel', serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #d4a9ff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-shadow: 0 0 12px rgba(170, 100, 255, 0.4);
}

.alchemy-state-recipe {
    font-size: 0.86rem;
    color: var(--text-main);
    font-family: 'Roboto Condensed', sans-serif;
    min-height: 1.2em;
    max-width: 280px;
    opacity: 0.9;
}

.alchemy-countdown {
    font-family: 'Oswald', sans-serif;
    font-size: 1.85rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 4px;
    padding: 8px 22px;
    border-radius: 10px;
    background:
        linear-gradient(180deg, rgba(170, 100, 255, 0.18), rgba(170, 100, 255, 0.06));
    border: 1px solid rgba(170, 100, 255, 0.45);
    box-shadow:
        0 0 18px rgba(170, 100, 255, 0.22) inset,
        0 4px 12px rgba(0, 0, 0, 0.4);
    text-shadow: 0 0 8px rgba(170, 100, 255, 0.55);
}

.alchemy-collect-btn {
    margin-top: 4px;
    min-width: 160px;
    letter-spacing: 1px;
}

.alchemy-collect-btn.is-ready {
    animation: alchemy-pulse 1.4s ease-in-out infinite;
}

.alchemy-cancel-hint {
    opacity: 0.7;
    cursor: default;
    font-size: 0.78rem;
    letter-spacing: 0.5px;
}

@keyframes alchemy-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(170, 100, 255, 0.55), 0 0 18px rgba(170, 100, 255, 0.25); }
    50%      { box-shadow: 0 0 18px 4px rgba(170, 100, 255, 0.4), 0 0 28px rgba(170, 100, 255, 0.5); }
}

/* ---- Gouttelettes qui montent (miroir embers) ---- */
.alchemy-stage-droplets {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.alchemy-stage-droplets .droplet {
    position: absolute;
    bottom: -6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(210, 160, 255, 0.95), rgba(150, 90, 230, 0.4) 60%, transparent 80%);
    box-shadow: 0 0 6px rgba(170, 100, 255, 0.75);
    opacity: 0;
    animation: alchemy-droplet 5.8s linear infinite;
}

.alchemy-stage-droplets .droplet-1 { left: 18%; animation-delay: 0s;   animation-duration: 5.8s; }
.alchemy-stage-droplets .droplet-2 { left: 32%; animation-delay: 1.4s; animation-duration: 6.5s; }
.alchemy-stage-droplets .droplet-3 { left: 48%; animation-delay: 2.8s; animation-duration: 5.2s; }
.alchemy-stage-droplets .droplet-4 { left: 62%; animation-delay: 1.0s; animation-duration: 6.9s; }
.alchemy-stage-droplets .droplet-5 { left: 75%; animation-delay: 3.6s; animation-duration: 5.9s; }
.alchemy-stage-droplets .droplet-6 { left: 88%; animation-delay: 4.3s; animation-duration: 6.3s; }

@keyframes alchemy-droplet {
    0%   { opacity: 0;   transform: translateY(0) translateX(0) scale(0.6); }
    15%  { opacity: 1; }
    80%  { opacity: 0.55; }
    100% { opacity: 0;   transform: translateY(-380px) translateX(-10px) scale(1.2); }
}

/* ---- Etat endormi (is-idle) ---- */
.alchemy-stage.is-idle {
    background:
        radial-gradient(circle at 50% 38%, rgba(110, 110, 130, 0.12) 0%, transparent 55%),
        radial-gradient(circle at 50% 92%, rgba(170, 100, 255, 0.10), transparent 60%),
        linear-gradient(180deg, rgba(12, 10, 18, 0.92), rgba(6, 4, 10, 0.97));
    border-color: rgba(170, 100, 255, 0.18);
    box-shadow:
        0 0 0 1px rgba(170, 100, 255, 0.06) inset,
        0 0 32px rgba(0, 0, 0, 0.35) inset,
        0 14px 36px rgba(0, 0, 0, 0.55);
}
.alchemy-stage.is-idle::before {
    background: radial-gradient(ellipse at 50% 70%, rgba(130, 120, 140, 0.06), transparent 60%);
    animation: none; opacity: 0.6;
}
.alchemy-stage.is-idle::after {
    background: linear-gradient(90deg, transparent, rgba(170, 100, 255, 0.25), transparent);
}
.alchemy-stage.is-idle .alchemy-canvas {
    filter:
        drop-shadow(0 6px 14px rgba(0, 0, 0, 0.75))
        grayscale(0.55) brightness(0.7);
}
.alchemy-stage.is-idle .alchemy-cauldron-glow {
    background: radial-gradient(ellipse at center, rgba(120, 110, 130, 0.18), rgba(80, 70, 90, 0.06) 55%, transparent 75%);
    animation: none; opacity: 0.35;
}
.alchemy-stage.is-idle .alchemy-stage-title { opacity: 0.5; }
.alchemy-stage.is-idle .alchemy-stage-droplets .droplet { display: none; }

/* ============================================================
 * Catalog (colonne droite : EP+upgrade + sous-onglets)
 * ============================================================ */
.alchemy-catalog {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.alchemy-catalog-header {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 14px;
    align-items: stretch;
}

@media (max-width: 720px) {
    .alchemy-catalog-header { grid-template-columns: 1fr; }
}

.alchemy-ep-display {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(170, 100, 255, 0.28);
    background: linear-gradient(180deg, rgba(20, 14, 30, 0.75), rgba(10, 8, 18, 0.85));
    border-radius: 10px;
    position: relative;
}

.alchemy-ep-icon {
    width: 52px;
    height: 52px;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(170, 100, 255, 0.55));
}

.alchemy-ep-stats { flex: 1; }

.alchemy-ep-label {
    font-family: 'Oswald', sans-serif;
    font-size: 0.82rem;
    opacity: 0.75;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.alchemy-ep-count {
    font-family: 'Oswald', sans-serif;
    font-size: 1.65rem;
    font-weight: 700;
    color: #e0c4ff;
    text-shadow: 0 0 10px rgba(170, 100, 255, 0.35);
}

.alchemy-catalog-ashes {
    font-family: 'Oswald', sans-serif;
    font-size: 0.85rem;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

/* ---- Sous-onglets (Decomposer / Potions) ---- */
.alchemy-subtabs {
    display: flex;
    gap: 4px;
    border-bottom: 2px solid rgba(170, 100, 255, 0.22);
    margin-bottom: 8px;
}
.alchemy-subtab {
    padding: 9px 18px;
    font-family: 'Cinzel', serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-secondary);
    background: transparent;
    border: none;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    letter-spacing: 0.4px;
    transition: color 0.2s, border-color 0.2s;
}
.alchemy-subtab:hover { color: #d4a9ff; }
.alchemy-subtab.active {
    color: #e0c4ff;
    border-bottom-color: #aa66ff;
    text-shadow: 0 0 8px rgba(170, 100, 255, 0.4);
}
.alchemy-subtab-content { display: none; }
.alchemy-subtab-content.active { display: block; }

.alchemy-decraft-progress {
    padding: 24px;
    border: 1px dashed rgba(170, 100, 255, 0.3);
    background: rgba(20, 14, 30, 0.4);
    border-radius: 10px;
    text-align: center;
}

.alchemy-upgrade-card {
    padding: 16px;
    border: 1px solid rgba(170, 100, 255, 0.28);
    background: linear-gradient(180deg, rgba(20, 14, 30, 0.75), rgba(10, 8, 18, 0.85));
    border-radius: 10px;
    text-align: center;
}

.alchemy-upgrade-card.is-max {
    opacity: 0.7;
    font-style: italic;
    font-family: 'Oswald', sans-serif;
    padding: 20px;
}

.alchemy-upgrade-title {
    font-family: 'Cinzel', serif;
    color: #d4a9ff;
    font-size: 1rem;
    margin-bottom: 4px;
    text-shadow: 0 0 10px rgba(170, 100, 255, 0.3);
}

.alchemy-upgrade-desc {
    opacity: 0.8;
    font-size: 0.85rem;
    margin-bottom: 8px;
}

.alchemy-upgrade-cost {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10px;
    font-size: 1rem;
}

/* ---- Section titles ---- */
.alchemy-section-title {
    font-family: 'Cinzel', serif;
    color: #d4a9ff;
    font-size: 1.2rem;
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(170, 100, 255, 0.22);
    text-shadow: 0 0 8px rgba(170, 100, 255, 0.25);
}

.alchemy-section-desc {
    opacity: 0.8;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9rem;
    margin-bottom: 14px;
}

/* ---- Decraft builder ---- */
.alchemy-decraft-builder {
    padding: 20px;
    border: 1px solid rgba(170, 100, 255, 0.25);
    background: linear-gradient(180deg, rgba(18, 12, 28, 0.7), rgba(10, 8, 18, 0.8));
    border-radius: 10px;
    margin-bottom: 28px;
    box-shadow:
        0 0 0 1px rgba(170, 100, 255, 0.08) inset,
        0 6px 18px rgba(0, 0, 0, 0.45);
}

.alchemy-empty {
    text-align: center;
    padding: 30px;
    opacity: 0.6;
    font-style: italic;
    font-family: 'Roboto Condensed', sans-serif;
}

.alchemy-rarity-group {
    margin-bottom: 16px;
}

.alchemy-rarity-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    margin-bottom: 8px;
    border-left: 4px solid var(--rarity-fragile);
    background: rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-family: 'Oswald', sans-serif;
}

.alchemy-rarity-group[data-rarity="robuste"]    .alchemy-rarity-header { border-left-color: var(--rarity-robuste); }
.alchemy-rarity-group[data-rarity="alpha"]      .alchemy-rarity-header { border-left-color: var(--rarity-alpha); }
.alchemy-rarity-group[data-rarity="ancien"]     .alchemy-rarity-header { border-left-color: var(--rarity-ancien); }
.alchemy-rarity-group[data-rarity="primordial"] .alchemy-rarity-header { border-left-color: var(--rarity-primordial); }

.alchemy-rarity-label {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.alchemy-rarity-rate {
    opacity: 0.85;
    font-size: 0.9rem;
}

.alchemy-essence-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
}

.alchemy-essence-card {
    padding: 10px;
    border: 1px solid rgba(170, 100, 255, 0.2);
    background: linear-gradient(180deg, rgba(22, 16, 34, 0.7), rgba(10, 8, 18, 0.8));
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.alchemy-essence-card:hover {
    border-color: rgba(170, 100, 255, 0.42);
    box-shadow: 0 6px 16px rgba(170, 100, 255, 0.12);
}

.alchemy-essence-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.alchemy-essence-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.alchemy-essence-name {
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    line-height: 1.2;
}

.alchemy-essence-stock {
    font-size: 0.8rem;
    opacity: 0.7;
}

.alchemy-essence-controls {
    display: flex;
    align-items: center;
    gap: 4px;
}

.alchemy-qty-btn {
    background: rgba(170, 100, 255, 0.14);
    color: #d4a9ff;
    border: 1px solid rgba(170, 100, 255, 0.4);
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    font-size: 0.85rem;
    transition: background 0.15s;
}
.alchemy-qty-btn:hover { background: rgba(170, 100, 255, 0.28); }

.alchemy-qty-max {
    font-size: 0.75rem;
    padding: 4px 6px;
}

.alchemy-qty-input {
    flex: 1;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(170, 100, 255, 0.32);
    color: var(--text-main);
    padding: 4px 6px;
    border-radius: 4px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    width: 50px;
    min-width: 50px;
}
.alchemy-qty-input:focus {
    outline: none;
    border-color: rgba(170, 100, 255, 0.6);
    box-shadow: 0 0 0 2px rgba(170, 100, 255, 0.12);
}
.alchemy-qty-input::-webkit-inner-spin-button,
.alchemy-qty-input::-webkit-outer-spin-button { appearance: none; margin: 0; }

.alchemy-decraft-summary {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px dashed rgba(170, 100, 255, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-family: 'Oswald', sans-serif;
}

.alchemy-preview-ep {
    font-size: 1.1rem;
    color: #c9a6ff;
}
.alchemy-preview-ep strong {
    color: #e0c4ff;
    font-size: 1.4rem;
    text-shadow: 0 0 10px rgba(170, 100, 255, 0.45);
}

.alchemy-preview-warn {
    color: var(--rarity-primordial);
    font-size: 0.9rem;
    font-style: italic;
}

.alchemy-preview-timer {
    opacity: 0.8;
    font-size: 0.9rem;
}

/* ---- Potions block ---- */
.alchemy-potions-block {
    padding: 20px;
    border: 1px solid rgba(170, 100, 255, 0.25);
    background: linear-gradient(180deg, rgba(18, 12, 28, 0.7), rgba(10, 8, 18, 0.8));
    border-radius: 10px;
    box-shadow:
        0 0 0 1px rgba(170, 100, 255, 0.08) inset,
        0 6px 18px rgba(0, 0, 0, 0.45);
}

.alchemy-potions-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
}

.alchemy-potion-card {
    padding: 14px;
    border: 1px solid rgba(170, 100, 255, 0.25);
    background:
        linear-gradient(180deg, rgba(26, 18, 40, 0.65), rgba(12, 8, 20, 0.8));
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.alchemy-potion-card:not(.is-locked):hover {
    border-color: rgba(170, 100, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(170, 100, 255, 0.18);
}

.alchemy-potion-card.is-locked {
    opacity: 0.55;
}

.alchemy-potion-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.alchemy-potion-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.alchemy-potion-name {
    font-family: 'Cinzel', serif;
    color: #d4a9ff;
    font-size: 1rem;
    text-shadow: 0 0 8px rgba(170, 100, 255, 0.28);
}

.alchemy-potion-effect {
    font-size: 0.85rem;
    opacity: 0.85;
}

.alchemy-potion-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    padding: 6px 0;
    border-top: 1px dashed rgba(170, 100, 255, 0.18);
}

.alchemy-potion-cost {
    display: flex;
    align-items: center;
    gap: 4px;
}

.alchemy-potion-actions {
    display: flex;
    gap: 8px;
}

.alchemy-potion-actions .btn {
    flex: 1;
    padding: 8px 10px;
    font-size: 0.85rem;
}

.alchemy-potion-locked {
    text-align: center;
    font-style: italic;
    font-family: 'Oswald', sans-serif;
    font-size: 0.85rem;
    color: var(--rarity-fragile);
    padding: 8px;
    border: 1px dashed rgba(var(--rarity-fragile-rgb), 0.4);
    border-radius: 6px;
}
