/* ═══════════════════════════════════════════════════
   DION PRIVATE SERVER – boosted-creature.css
   Bestiário Diário Oficial do Reino
   ═══════════════════════════════════════════════════ */

/* ─── HERO SECTION ─── */
#bc-hero {
    position: relative;
    min-height: 70vh;
    padding-top: calc(var(--header-h) + 6rem);
    padding-bottom: 6rem;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.bc-hero-bg {
    position: absolute; inset: 0; z-index: 0;
    background: 
        radial-gradient(ellipse at 50% 30%, rgba(111, 44, 255, 0.2) 0%, transparent 60%),
        radial-gradient(ellipse at 50% 100%, var(--obsidian) 0%, transparent 70%),
        linear-gradient(180deg, rgba(9, 9, 9, 0.6) 0%, var(--obsidian) 100%);
}

.bc-hero-bg::before {
    content: '';
    position: absolute; inset: 0;
    background: url('../images/background_dion.png') center/cover no-repeat;
    opacity: 0.15;
    filter: grayscale(0.5) brightness(0.4);
}

.bc-hero-fog {
    position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: 
        radial-gradient(ellipse at 10% 80%, rgba(255, 122, 24, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 90% 20%, rgba(111, 44, 255, 0.06) 0%, transparent 45%);
    animation: fog-drift 35s ease-in-out infinite alternate;
}

.bc-hero-inner { position: relative; z-index: 5; text-align: center; }

.bc-hero-title {
    font-family: 'Cinzel Decorative', serif;
    font-size: clamp(2.5rem, 8vw, 5.5rem);
    font-weight: 900;
    background: linear-gradient(180deg, #fff 0%, var(--gold-light) 40%, var(--gold) 70%, var(--gold-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 40px rgba(212, 175, 55, 0.3));
    line-height: 1;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

.bc-hero-sub {
    font-family: 'IM Fell English', serif;
    font-style: italic;
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: var(--text-dim);
    max-width: 650px;
    margin: 0 auto 3rem;
    line-height: 1.8;
}

/* Contador */
.bc-timer-wrap {
    display: inline-flex; flex-direction: column; align-items: center; gap: 1rem;
    background: rgba(0,0,0,0.4); border: 1px solid var(--border);
    padding: 2rem 3rem; border-radius: 4px; backdrop-filter: blur(10px);
}
.timer-label { font-family: 'Cinzel', serif; font-size: 0.6rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); }
.bc-timer { display: flex; align-items: center; gap: 1.5rem; }
.timer-unit { display: flex; flex-direction: column; }
.timer-unit span { font-family: 'Cinzel Decorative', serif; font-size: 2.5rem; color: #fff; line-height: 1; }
.timer-unit small { font-family: 'Cinzel', serif; font-size: 0.5rem; color: var(--text-dark); letter-spacing: 1px; }
.timer-sep { font-family: 'Cinzel Decorative', serif; font-size: 2rem; color: var(--gold-dark); opacity: 0.5; }
.timer-info { font-family: 'Cinzel', serif; font-size: 0.55rem; color: var(--text-dark); text-transform: uppercase; }

/* ─── DESTAQUE PRINCIPAL ─── */
#bc-feature {
    padding: 6rem 2rem;
    background: linear-gradient(180deg, var(--obsidian), var(--stone));
    position: relative; z-index: 10;
}

.bc-feature-container {
    max-width: 1200px; margin: 0 auto;
    background: linear-gradient(160deg, rgba(20, 15, 32, 0.98), rgba(10, 8, 18, 0.99));
    border: 1px solid var(--border); padding: 4rem;
    display: grid; grid-template-columns: 1fr 1.5fr; gap: 5rem; align-items: center;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.bc-feature-visual {
    position: relative; display: flex; align-items: center; justify-content: center;
    background: radial-gradient(circle, rgba(255, 122, 24, 0.15), transparent 70%);
    padding: 3rem; border: 1px solid rgba(255, 122, 24, 0.1); border-radius: 50%;
}
.bc-outfit-glow {
    position: absolute; inset: 0; border-radius: 50%;
    box-shadow: 0 0 60px rgba(255, 122, 24, 0.1);
    animation: ls-text-blink 4s infinite;
}
.bc-main-outfit { width: 160px; height: 160px; object-fit: contain; image-rendering: pixelated; z-index: 5; }

.bc-boost-badge {
    position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%);
    background: linear-gradient(135deg, var(--fire), #ff4400);
    color: #fff; font-family: 'Cinzel', serif; font-size: 0.6rem; font-weight: 900;
    padding: 0.5rem 1.5rem; border-radius: 20px; letter-spacing: 2px;
    box-shadow: 0 5px 15px rgba(255, 122, 24, 0.3);
}

.bc-name {
    font-family: 'Cinzel Decorative', serif; font-size: 3rem;
    color: var(--gold-light); margin-bottom: 1rem;
}
.bc-tags { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.bc-tag {
    background: rgba(255,255,255,0.03); border: 1px solid var(--border);
    padding: 0.4rem 1rem; font-family: 'Cinzel', serif; font-size: 0.6rem;
    text-transform: uppercase; color: var(--text-dim); letter-spacing: 1px;
}
.bc-tag.threat-high { border-color: #ff4444; color: #ff4444; background: rgba(255, 68, 68, 0.05); }

.bc-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 3rem; }
.bc-info-item { display: flex; flex-direction: column; gap: 0.4rem; }
.bc-info-label { font-family: 'Cinzel', serif; font-size: 0.55rem; text-transform: uppercase; color: var(--text-dark); letter-spacing: 2px; }
.bc-info-val { font-family: 'IM Fell English', serif; font-size: 1.1rem; color: var(--text); font-style: italic; }

.bc-boost-benefits {
    display: flex; gap: 1.5rem; padding-top: 2.5rem; border-top: 1px solid rgba(255,255,255,0.05);
}
.benefit-item { flex: 1; text-align: center; background: rgba(255,255,255,0.02); padding: 1.5rem; border: 1px solid rgba(212, 175, 55, 0.05); }
.benefit-val { display: block; font-family: 'Cinzel Decorative', serif; font-size: 1.8rem; color: var(--fire); margin-bottom: 0.25rem; }
.benefit-label { display: block; font-family: 'Cinzel', serif; font-size: 0.55rem; text-transform: uppercase; color: var(--text-dark); letter-spacing: 1px; }

/* ─── STATUS E RESISTÊNCIAS ─── */
#bc-stats { padding: 4rem 2rem; background: var(--stone); }
.bc-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; max-width: 1200px; margin: 0 auto; }

.bc-panel {
    background: linear-gradient(180deg, rgba(25, 20, 35, 0.98), rgba(12, 10, 20, 0.99));
    border: 1px solid var(--border);
}
.panel-title {
    padding: 1.25rem 2rem; border-bottom: 1px solid var(--border);
    font-family: 'Cinzel', serif; font-size: 0.8rem; text-transform: uppercase;
    color: var(--gold-light); letter-spacing: 2px; background: rgba(255,255,255,0.02);
}
.panel-body { padding: 2rem; }

.stat-row {
    display: flex; justify-content: space-between; padding: 0.8rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.05); font-family: 'IM Fell English', serif;
}
.stat-row:last-child { border-bottom: none; }
.stat-row span { color: var(--text-dark); }
.stat-row strong { color: var(--text); }

.res-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 1rem; }
.res-item {
    background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.05);
    padding: 1.5rem 1rem; text-align: center; border-radius: 4px; transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.res-item:hover { border-color: var(--border2); background: rgba(255,255,255,0.03); }
.res-item img { display: block; margin: 0 auto; }
.res-val { display: block; margin: 0; font-family: 'Cinzel', serif; font-size: 0.85rem; font-weight: 700; }

.res-item.resist .res-val { color: #44ff44; }
.res-item.weak .res-val { color: #ff4444; }
.res-item.neutral .res-val { color: #888888; }

/* ─── LOOT TABLE ─── */
#bc-loot { padding: 6rem 2rem; background: var(--stone2); }
.loot-container { max-width: 1200px; margin: 0 auto; }
.loot-tabs { display: flex; gap: 1rem; margin-bottom: 3rem; justify-content: center; }
.loot-tab {
    padding: 0.75rem 2rem; background: none; border: 1px solid var(--border);
    color: var(--text-dim); font-family: 'Cinzel', serif; font-size: 0.7rem;
    text-transform: uppercase; letter-spacing: 2px; cursor: pointer; transition: all 0.3s;
}
.loot-tab.active { background: var(--gold); color: #000; border-color: var(--gold); }

.loot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.loot-card {
    background: rgba(0,0,0,0.3); border: 1px solid var(--border);
    padding: 1.5rem; display: flex; align-items: center; gap: 1.5rem;
    transition: all 0.3s;
}
.loot-card:hover { transform: translateX(10px); border-color: var(--border2); }

.loot-icon {
    width: 64px; height: 64px; background: rgba(255,255,255,0.03);
    display: flex; align-items: center; justify-content: center; border-radius: 4px;
}
.loot-icon img { width: 42px; height: 42px; object-fit: contain; image-rendering: pixelated; }

.loot-info { flex: 1; }
.loot-name { display: block; font-family: 'Cinzel', serif; font-size: 0.9rem; font-weight: 700; color: #fff; margin-bottom: 0.25rem; }
.loot-chance { display: block; font-family: 'IM Fell English', serif; font-size: 0.75rem; color: var(--text-dark); font-style: italic; }

.loot-rarity { font-family: 'Cinzel', serif; font-size: 0.5rem; text-transform: uppercase; letter-spacing: 1px; color: var(--text-dark); }
.loot-card.legendary { border-color: var(--gold); background: linear-gradient(90deg, rgba(212, 175, 55, 0.05), transparent); }
.loot-card.legendary .loot-rarity { color: var(--gold); }

/* ─── LORE E ESTRATÉGIA ─── */
#bc-lore { padding: 6rem 2rem; background: var(--stone); }
.lore-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 4rem; max-width: 1200px; margin: 0 auto; }

.lore-scroll {
    background: #e8dcc8; color: #2c1e0f; padding: 4rem;
    position: relative; border-radius: 2px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}
.lore-scroll::before, .lore-scroll::after {
    content: ''; position: absolute; left: 0; right: 0; height: 20px;
    background: linear-gradient(180deg, #d4c4a8, #e8dcc8);
}
.lore-scroll::before { top: -10px; border-radius: 10px 10px 0 0; }
.lore-scroll::after { bottom: -10px; border-radius: 0 0 10px 10px; transform: scaleY(-1); }

.scroll-title { font-family: 'Cinzel Decorative', serif; font-size: 1.8rem; margin-bottom: 2rem; text-align: center; border-bottom: 1px solid rgba(0,0,0,0.1); padding-bottom: 1rem; }
.scroll-inner p { font-family: 'IM Fell English', serif; font-size: 1.2rem; line-height: 1.6; margin-bottom: 1.5rem; }

.strat-vocation { margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
.strat-label { display: block; font-family: 'Cinzel', serif; font-size: 0.6rem; text-transform: uppercase; color: var(--text-dark); margin-bottom: 1rem; letter-spacing: 2px; }
.voc-icons { font-size: 1.5rem; display: flex; gap: 1rem; }

.strat-tips { display: flex; flex-direction: column; gap: 1.25rem; }
.tip-item { font-family: 'IM Fell English', serif; font-size: 1rem; color: var(--text-dim); }
.tip-item strong { color: var(--text); }

/* ─── FOOTER CONTENT ─── */
#bc-footer-content { padding: 6rem 2rem; background: var(--obsidian); text-align: center; }
.history-title { font-family: 'Cinzel', serif; font-size: 0.8rem; text-transform: uppercase; color: var(--text-dark); margin-bottom: 3rem; letter-spacing: 3px; }
.history-grid { display: flex; justify-content: center; gap: 3rem; margin-bottom: 5rem; flex-wrap: wrap; }
.hist-item { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
.hist-item img { width: 64px; height: 64px; object-fit: contain; image-rendering: pixelated; opacity: 0.5; transition: opacity 0.3s; }
.hist-item:hover img { opacity: 1; }
.hist-item span { font-family: 'Cinzel', serif; font-size: 0.9rem; color: var(--text-dim); }
.hist-item small { font-family: 'IM Fell English', serif; font-size: 0.7rem; color: var(--text-dark); }

.bc-share { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; }
.bc-share span { font-family: 'Cinzel', serif; font-size: 0.7rem; text-transform: uppercase; color: var(--text-dark); letter-spacing: 2px; }
.share-btns { display: flex; gap: 1rem; }
.share-btn {
    padding: 0.75rem 1.5rem; font-family: 'Cinzel', serif; font-size: 0.6rem;
    text-transform: uppercase; border: 1px solid var(--border); color: var(--text-dim);
    transition: all 0.3s;
}
.share-btn:hover { border-color: var(--gold); color: var(--gold); }

/* ─── RESPONSIVIDADE ─── */
@media (max-width: 1024px) {
    .bc-feature-container { grid-template-columns: 1fr; padding: 3rem; text-align: center; }
    .bc-info-grid { grid-template-columns: 1fr; }
    .bc-stats-grid { grid-template-columns: 1fr; }
    .lore-grid { grid-template-columns: 1fr; }
    .bc-boost-benefits { flex-direction: column; }
}

@media (max-width: 768px) {
    .bc-hero-title { font-size: 3rem; }
    .bc-timer { gap: 0.75rem; }
    .timer-unit span { font-size: 1.8rem; }
    .loot-grid { grid-template-columns: 1fr; }
}

/* Loot Pagination Styles */
.loot-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
    width: 100%;
}
.pag-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.8rem;
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.pag-btn:hover:not(:disabled) {
    background: var(--gold);
    border-color: var(--gold);
    color: #000;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
}
.pag-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.pag-pages {
    display: flex;
    gap: 8px;
}
.page-num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #a8a8a8;
    cursor: pointer;
    font-family: 'Cinzel', serif;
    transition: all 0.3s ease;
}
.page-num.active {
    background: var(--gold);
    border-color: var(--gold);
    color: #000;
    font-weight: bold;
}
.page-num:hover:not(.active) {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}
