/**
 * Seamou Builder - Dedicated Shortcodes & Content Components Stylesheet
 * Optimized for esports, gaming guides, wiki embeds and high-retention content.
 * 100% Pure CSS - Zero Emoji Policy Enforced.
 *
 * @package SeamouBuilder
 * @version 2026.09.04
 */

/* 1. ITEM SHOWCASE CARD ([seamou_item_card]) */
.sm-item-showcase-card {
    background: linear-gradient(135deg, #090d16 0%, #0f172a 100%);
    border-radius: 12px;
    padding: 16px 20px;
    margin: 20px 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
    border: 1.5px solid #1e293b;
    transition: all 0.25s ease;
    font-family: 'Be Vietnam Pro', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #f8fafc;
}

.sm-item-showcase-card:hover {
    transform: translateY(-2px);
}

.sm-item-showcase-card.sm-rarity-mythic,
.sm-item-showcase-card.sm-rarity-mythical {
    border-color: #ff0077;
    box-shadow: 0 8px 30px rgba(255, 0, 119, 0.25);
}

.sm-item-showcase-card.sm-rarity-legendary {
    border-color: #f59e0b;
    box-shadow: 0 8px 30px rgba(245, 158, 11, 0.25);
}

.sm-item-showcase-card.sm-rarity-epic {
    border-color: #a855f7;
    box-shadow: 0 8px 30px rgba(168, 85, 247, 0.25);
}

.sm-item-showcase-card.sm-rarity-rare {
    border-color: #00f0ff;
    box-shadow: 0 8px 30px rgba(0, 240, 255, 0.25);
}

.sm-item-showcase-card.sm-rarity-uncommon {
    border-color: #22c55e;
    box-shadow: 0 8px 30px rgba(34, 197, 94, 0.2);
}

.sm-item-showcase-card.sm-rarity-common {
    border-color: #64748b;
}

.sm-item-card-inner {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
}

.sm-item-thumb-box {
    position: relative;
    width: 76px;
    height: 76px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #020617;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sm-item-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sm-item-tag-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(15, 23, 42, 0.9);
    color: #00f0ff;
    font-size: 0.62rem;
    font-weight: 900;
    text-align: center;
    padding: 2px 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-top: 1px solid rgba(0, 240, 255, 0.4);
}

.sm-item-details {
    flex: 1 1 240px;
}

.sm-item-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 4px;
}

.sm-item-name {
    margin: 0;
    font-size: 1.12rem;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.sm-item-stat-badge {
    background: rgba(0, 240, 255, 0.12);
    color: #00f0ff;
    border: 1px solid rgba(0, 240, 255, 0.35);
    font-size: 0.74rem;
    font-weight: 800;
    padding: 2px 10px;
    border-radius: 6px;
    white-space: nowrap;
}

.sm-item-sub-desc {
    margin: 0 0 6px 0;
    font-size: 0.84rem;
    color: #94a3b8;
    font-weight: 600;
}

.sm-item-body-text {
    font-size: 0.88rem;
    color: #cbd5e1;
    line-height: 1.55;
    margin-bottom: 8px;
}

.sm-item-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #00f0ff;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
}

.sm-item-link-btn:hover {
    color: #ffffff;
    transform: translateX(4px);
}

/* 2. TIER LIST BUILDER ([seamou_tier_list], [seamou_tier_row], [seamou_tier_item]) */
.sm-tier-builder-wrap {
    margin: 28px 0;
    background: #090d16;
    border: 1px solid #1e293b;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5);
    font-family: 'Be Vietnam Pro', sans-serif;
}

.sm-tier-builder-header {
    padding: 16px 20px;
    background: linear-gradient(90deg, #0f172a 0%, #1e293b 100%);
    border-bottom: 1.5px solid #00f0ff;
}

.sm-tier-builder-game-badge {
    display: inline-block;
    background: #00f0ff;
    color: #0f172a;
    font-weight: 900;
    font-size: 0.68rem;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.sm-tier-builder-title {
    margin: 0 0 4px 0;
    font-size: 1.25rem;
    font-weight: 900;
    color: #ffffff;
}

.sm-tier-builder-sub {
    margin: 0;
    font-size: 0.84rem;
    color: #94a3b8;
}

.sm-tier-builder-table {
    display: flex;
    flex-direction: column;
}

.sm-tier-row {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    min-height: 80px;
    background: #0b1120;
}

.sm-tier-row:last-child {
    border-bottom: none;
}

.sm-tier-rank-badge {
    width: 100px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #0f172a;
    font-weight: 900;
    text-align: center;
}

.sm-tier-rank-text {
    font-size: 1.15rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

.sm-tier-rank-desc {
    font-size: 0.65rem;
    font-weight: 800;
    opacity: 0.85;
    margin-top: 2px;
    text-transform: uppercase;
}

.sm-tier-items-grid {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
}

.sm-tier-item-card {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #1e293b;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 6px 10px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.sm-tier-item-card:hover {
    background: #334155;
    border-color: #00f0ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 240, 255, 0.25);
}

.sm-tier-item-thumb-wrap {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: radial-gradient(circle, #2d3f56 0%, #131d2e 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.sm-tier-item-thumb {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.6));
}

.sm-tier-item-tag {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(15, 23, 42, 0.92);
    color: #facc15;
    font-size: 0.52rem;
    font-weight: 800;
    padding: 1px 4px;
    border-top-left-radius: 4px;
    border-top: 1px solid rgba(250, 204, 21, 0.3);
    border-left: 1px solid rgba(250, 204, 21, 0.3);
    line-height: 1.1;
    white-space: nowrap;
}

.sm-tier-item-name {
    font-size: 0.82rem;
    font-weight: 800;
    white-space: nowrap;
}

.sm-tier-item-sub {
    font-size: 0.7rem;
    color: #94a3b8;
}

.sm-tier-item-rating {
    font-size: 0.72rem;
    color: #fbbf24;
    font-weight: 800;
}

/* 3. VERSUS SHOWDOWN ([seamou_versus]) */
.sm-versus-box {
    margin: 24px 0;
    background: #090d16;
    border: 1px solid #1e293b;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    font-family: 'Be Vietnam Pro', sans-serif;
}

.sm-versus-header {
    background: linear-gradient(90deg, #1e293b, #0f172a);
    padding: 14px 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sm-versus-title {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 900;
    color: #ffffff;
}

.sm-versus-arena {
    display: grid;
    grid-template-columns: 1fr 60px 1fr;
    gap: 16px;
    padding: 20px;
    align-items: center;
}

.sm-versus-side {
    background: #0f172a;
    border-radius: 10px;
    padding: 16px;
    border: 1px solid #334155;
    text-align: center;
}

.sm-versus-side-1 {
    border-color: rgba(0, 240, 255, 0.4);
}

.sm-versus-side-2 {
    border-color: rgba(239, 68, 68, 0.4);
}

.sm-versus-img {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    object-fit: cover;
    margin: 0 auto 10px;
    display: block;
    border: 2px solid rgba(255, 255, 255, 0.15);
}

.sm-versus-name {
    margin: 0 0 6px 0;
    font-size: 1.05rem;
    font-weight: 900;
    color: #ffffff;
}

.sm-versus-stat-badge {
    display: inline-block;
    background: rgba(0, 240, 255, 0.1);
    color: #00f0ff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.sm-versus-pros,
.sm-versus-cons {
    font-size: 0.8rem;
    text-align: left;
    margin-top: 6px;
    line-height: 1.4;
}

.sm-versus-pros { color: #4ade80; }
.sm-versus-cons { color: #f87171; }

.sm-versus-divider {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sm-versus-vs-badge {
    background: linear-gradient(135deg, #ef4444, #f59e0b);
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 900;
    padding: 8px 10px;
    border-radius: 50%;
    box-shadow: 0 0 16px rgba(239, 68, 68, 0.6);
}

.sm-versus-verdict-box {
    background: #020617;
    border-top: 1px solid #1e293b;
    padding: 16px 20px;
}

.sm-versus-verdict-tag {
    font-size: 0.72rem;
    font-weight: 900;
    color: #fbbf24;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.sm-versus-verdict-text {
    margin: 0;
    font-size: 0.88rem;
    color: #e2e8f0;
    line-height: 1.5;
}

/* 4. PRO TIP & PITFALL CALLOUTS */
.sm-pro-tip-box,
.sm-pitfall-box {
    margin: 20px 0;
    border-radius: 10px;
    padding: 16px 20px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.sm-pro-tip-box {
    background: rgba(34, 197, 94, 0.08);
    border-left: 4px solid #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.25);
    border-left-width: 4px;
}

.sm-pro-tip-header {
    font-weight: 900;
    font-size: 0.95rem;
    color: #4ade80;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.sm-pitfall-box {
    background: rgba(239, 68, 68, 0.08);
    border-left: 4px solid #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.25);
    border-left-width: 4px;
}

.sm-pitfall-header {
    font-weight: 900;
    font-size: 0.95rem;
    color: #f87171;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.sm-pro-tip-content,
.sm-pitfall-content {
    font-size: 0.88rem;
    color: #e2e8f0;
    line-height: 1.6;
}

/* 5. NESTED CONTAINERS ([seamou_container]) */
.sm-nested-container {
    margin: 24px 0;
    border-radius: 14px;
    padding: 20px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.sm-nested-container.style-glass {
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
}

.sm-nested-container.style-neon {
    background: #090d16;
    border: 1.5px solid #00f0ff;
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.2);
}

.sm-nested-container.style-gold {
    background: #0f172a;
    border: 1.5px solid #f59e0b;
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.2);
}

.sm-container-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 8px;
}

.sm-container-badge {
    background: #00f0ff;
    color: #0f172a;
    font-weight: 900;
    font-size: 0.7rem;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.sm-container-title {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 900;
    color: #ffffff;
}

/* 6. TEAM COMBO DECK & VISUAL SYNERGY BOARD */
.sm-team-deck-card {
    background: linear-gradient(135deg, #090d16 0%, #0f172a 100%);
    border: 1.5px solid #1e293b;
    border-radius: 14px;
    margin: 28px 0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    font-family: 'Be Vietnam Pro', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #f8fafc;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.sm-team-deck-card:hover {
    border-color: #00f0ff;
    box-shadow: 0 12px 35px rgba(0, 240, 255, 0.2);
}

.sm-deck-header {
    background: linear-gradient(90deg, #1e293b 0%, #0f172a 100%);
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
    gap: 12px;
}

.sm-deck-title-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sm-deck-rank-badge {
    background: linear-gradient(135deg, #ff0055, #ff5500);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 900;
    padding: 4px 10px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 2px 8px rgba(255, 0, 85, 0.4);
}

.sm-deck-title {
    margin: 0;
    font-size: 1.18rem;
    font-weight: 900;
    color: #ffffff;
}

.sm-deck-meta-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.sm-deck-tag {
    background: rgba(0, 240, 255, 0.12);
    color: #00f0ff;
    border: 1px solid rgba(0, 240, 255, 0.3);
    font-size: 0.72rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 4px;
}

.sm-team-hero-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 12px;
    padding: 18px 20px;
    background: #060911;
}

.sm-hero-slot-item {
    background: #0f172a;
    border: 1px solid #1e293b;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.sm-hero-slot-item:hover {
    background: #1e293b;
    border-color: #00f0ff;
    transform: translateY(-2px);
}

.sm-hero-avatar-wrap {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 10px;
    overflow: hidden;
    background: #020617;
    border: 2px solid #00f0ff;
    box-shadow: 0 4px 12px rgba(0, 240, 255, 0.3);
}

.sm-hero-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sm-hero-slot-name {
    font-size: 0.85rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
}

.sm-hero-role-badge {
    display: inline-block;
    background: rgba(245, 158, 11, 0.15);
    color: #fbbf24;
    border: 1px solid rgba(245, 158, 11, 0.4);
    font-size: 0.65rem;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* 7. COMBO SEQUENCE FLOW */
.sm-combo-card-wrap {
    background: #090d16;
    border: 1px solid #1e293b;
    border-radius: 10px;
    padding: 14px 18px;
    margin: 14px 20px;
}

.sm-combo-title {
    font-size: 0.76rem;
    font-weight: 900;
    color: #38bdf8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.sm-combo-seq {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.sm-combo-key {
    background: #1e293b;
    color: #f8fafc;
    border: 1px solid #334155;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 800;
}

.sm-combo-arrow {
    color: #00f0ff;
    font-weight: 900;
    font-size: 1rem;
}

/* 8. MATCHUP DUAL BOX */
.sm-deck-matchup-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 14px 20px 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sm-matchup-col {
    background: #0b1120;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 0.84rem;
}

.sm-matchup-pros {
    border-left: 3px solid #22c55e;
    color: #86efac;
}

.sm-matchup-cons {
    border-left: 3px solid #ef4444;
    color: #fca5a5;
}

.sm-matchup-header {
    font-weight: 900;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
}

.sm-matchup-pros .sm-matchup-header { color: #4ade80; }
.sm-matchup-cons .sm-matchup-header { color: #f87171; }

.sm-matchup-body {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.5;
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 768px) {
    .sm-versus-arena {
        grid-template-columns: 1fr;
    }
    .sm-versus-divider {
        margin: -8px 0;
    }
    .sm-tier-row {
        flex-direction: column;
    }
    .sm-tier-rank-badge {
        width: 100%;
        padding: 8px;
    }
    .sm-deck-matchup-box {
        grid-template-columns: 1fr;
    }
    .sm-team-hero-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

