:root { --home-red:#ef3535; --home-red-dark:#8e1111; --home-surface:#151519; --home-surface-2:#1b1b20; --home-border:rgba(255,255,255,.09); --home-muted:rgba(255,255,255,.62); }
* { box-sizing:border-box; }
.home-page { width:min(1440px,100%); margin:0 auto; padding:24px 28px 80px; }
.home-hero { position:relative; min-height:570px; display:flex; align-items:center; margin-bottom:70px; overflow:hidden; border:1px solid var(--home-border); border-radius:30px; background:#0b0b0d; box-shadow:0 30px 80px rgba(0,0,0,.55); }
.home-hero-bg,.home-hero-shade { position:absolute; inset:0; }
.home-hero-bg img { width:100%; height:100%; object-fit:cover; object-position:center; opacity:.72; }
.home-hero-shade { background:linear-gradient(90deg,rgba(5,5,7,.97) 0%,rgba(5,5,7,.82) 42%,rgba(5,5,7,.2) 76%,rgba(5,5,7,.55) 100%),linear-gradient(0deg,rgba(5,5,7,.75),transparent 55%); }
.home-hero-content { position:relative; z-index:2; width:min(660px,100%); padding:70px; }
.home-status-pill { display:inline-flex; align-items:center; gap:9px; margin-bottom:28px; padding:8px 13px; border:1px solid rgba(76,232,126,.24); border-radius:999px; background:rgba(76,232,126,.09); color:#baffcf; font-size:13px; font-weight:900; }
.home-status-pill span,.home-count-badge i { width:8px; height:8px; border-radius:50%; background:#47e87c; box-shadow:0 0 14px rgba(71,232,124,.8); }
.home-status-pill.is-maintenance { border-color:rgba(255,190,70,.28); background:rgba(255,190,70,.10); color:#ffe0a3; }
.home-status-pill.is-maintenance span { background:#ffbd46; box-shadow:0 0 14px rgba(255,189,70,.8); }
.home-kicker,.home-eyebrow { display:block; color:#ff5c5c; font-size:12px; font-weight:1000; letter-spacing:1.8px; text-transform:uppercase; }
.home-hero h1 { max-width:620px; margin:12px 0 20px; color:#fff; font-size:clamp(46px,6vw,82px); line-height:.98; letter-spacing:-3px; }
.home-hero p { max-width:570px; margin:0; color:rgba(255,255,255,.72); font-size:19px; line-height:1.65; }
.home-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.home-btn { min-height:48px; display:inline-flex; align-items:center; justify-content:center; padding:13px 22px; border:1px solid transparent; border-radius:13px; color:#fff; font-weight:950; text-decoration:none; transition:.18s ease; }
.home-btn:hover { transform:translateY(-2px); }
.home-btn-primary { background:linear-gradient(180deg,#ff4a4a,#a21414); border-color:rgba(255,255,255,.16); box-shadow:0 14px 30px rgba(190,0,0,.3); }
.home-btn-secondary { background:rgba(255,255,255,.07); border-color:rgba(255,255,255,.12); }
.home-statbar { position:absolute; z-index:3; left:50%; bottom:0; width:calc(100% - 80px); display:grid; grid-template-columns:repeat(4,1fr); transform:translate(-50%,50%); overflow:hidden; border:1px solid var(--home-border); border-radius:18px; background:rgba(18,18,22,.96); box-shadow:0 20px 45px rgba(0,0,0,.45); backdrop-filter:blur(16px); }
.home-statbar div { min-height:92px; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:16px; border-right:1px solid var(--home-border); }
.home-statbar div:last-child { border-right:0; }
.home-statbar strong { color:#fff; font-size:27px; line-height:1; }
.home-statbar span { margin-top:7px; color:var(--home-muted); font-size:13px; font-weight:800; }
.home-statbar .home-stat-live strong { color:#66f294; }
.home-section { margin-top:62px; }
.home-section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; margin-bottom:22px; }
.home-section-heading h2 { margin:7px 0 5px; color:#fff; font-size:34px; }
.home-section-heading p { margin:0; color:var(--home-muted); }
.home-section-heading-compact { margin-bottom:18px; }
.home-text-link { color:#ff6a6a; font-weight:900; text-decoration:none; white-space:nowrap; }
.home-arena-grid,.home-community-grid,.home-discovery-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.home-surface { min-width:0; padding:24px; border:1px solid var(--home-border); border-radius:20px; background:linear-gradient(180deg,var(--home-surface-2),var(--home-surface)); box-shadow:0 18px 45px rgba(0,0,0,.32); }
.home-live-panel { border-color:rgba(239,53,53,.2); box-shadow:0 20px 55px rgba(110,0,0,.17); }
.home-panel-header { display:flex; align-items:flex-start; justify-content:space-between; gap:18px; margin-bottom:18px; }
.home-panel-header h3 { margin:0 0 6px; color:#fff; font-size:21px; }
.home-panel-header p { margin:0; color:var(--home-muted); font-size:14px; }
.home-count-badge { display:inline-flex; align-items:center; gap:8px; padding:8px 11px; border:1px solid rgba(71,232,124,.2); border-radius:999px; background:rgba(71,232,124,.08); color:#baffcf; font-size:12px; font-weight:900; white-space:nowrap; }
.home-count-badge i { display:block; }
.home-list { display:grid; gap:8px; }
.home-scroll-list { max-height:420px; overflow:auto; padding-right:3px; }
.home-player-row,.home-result-row { min-height:59px; display:grid; align-items:center; gap:10px; padding:9px 11px; border:1px solid rgba(255,255,255,.065); border-radius:13px; background:rgba(255,255,255,.035); color:inherit; text-decoration:none; transition:.16s ease; }
.home-player-row { grid-template-columns:28px 40px minmax(0,1fr) auto; }
.home-result-row { grid-template-columns:58px minmax(0,1fr) auto; }
.home-player-row:hover,.home-result-row:hover { border-color:rgba(239,53,53,.25); background:rgba(255,255,255,.06); }
.home-rank-number { color:rgba(255,255,255,.48); font-weight:1000; text-align:center; }
.home-avatar { width:40px; height:40px; display:grid; place-items:center; overflow:hidden; border:1px solid rgba(255,255,255,.13); border-radius:50%; background:linear-gradient(145deg,#511515,#160909); color:#fff; font-size:13px; font-weight:1000; }
.home-avatar img { width:100%; height:100%; object-fit:cover; }
.home-player-copy { min-width:0; }
.home-player-copy strong,.home-player-copy small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.home-player-copy strong { color:#fff; font-size:14px; }
.home-player-copy small { margin-top:3px; color:rgba(255,255,255,.47); font-size:12px; }
.home-row-value { color:#ff6c6c; font-size:13px; font-weight:950; text-align:right; white-space:nowrap; }
.home-row-time { color:rgba(255,255,255,.43); font-size:11px; white-space:nowrap; }
.home-duo-avatars { position:relative; width:58px; height:40px; }
.home-duo-avatars .home-avatar { position:absolute; top:0; }
.home-duo-avatars .home-avatar:first-child { left:0; z-index:2; }
.home-duo-avatars .home-avatar:last-child { right:0; }
.home-panel-action { width:100%; margin-top:18px; }
.home-empty-state { min-height:120px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; padding:20px; border:1px dashed rgba(255,255,255,.1); border-radius:13px; color:var(--home-muted); text-align:center; }
.home-empty-state strong { color:#fff; }
.home-daily-card { min-height:290px; display:grid; grid-template-columns:minmax(150px,210px) 1fr; align-items:center; gap:26px; }
.home-daily-image img { width:100%; max-height:285px; object-fit:contain; filter:drop-shadow(0 18px 24px rgba(0,0,0,.5)); transition:.18s ease; }
.home-daily-image:hover img { transform:translateY(-4px) rotate(-1deg); }
.home-rarity { display:inline-flex; padding:6px 9px; border:1px solid rgba(239,53,53,.23); border-radius:999px; background:rgba(239,53,53,.1); color:#ff6c6c; font-size:11px; font-weight:950; text-transform:uppercase; }
.home-daily-copy h3 { margin:12px 0 4px; color:#fff; font-size:28px; }
.home-card-title { margin:0 0 15px; color:var(--home-muted); }
.home-card-stats { display:flex; gap:8px; margin-bottom:18px; }
.home-card-stats span { padding:8px 11px; border:1px solid var(--home-border); border-radius:10px; background:rgba(255,255,255,.045); color:#fff; font-weight:900; }
.home-news-timeline { display:grid; }
.home-news-row { display:grid; grid-template-columns:52px 1fr; gap:16px; padding:16px 0; border-bottom:1px solid var(--home-border); }
.home-news-row:last-child { border-bottom:0; }
.home-news-row time { color:#ff6868; font-size:13px; font-weight:1000; }
.home-news-row span { color:rgba(255,255,255,.45); font-size:10px; font-weight:950; letter-spacing:1px; text-transform:uppercase; }
.home-news-row h3 { margin:3px 0 4px; color:#fff; font-size:17px; }
.home-news-row p { display:-webkit-box; margin:0; overflow:hidden; color:var(--home-muted); font-size:13px; line-height:1.5; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.home-shop-banner { min-height:240px; display:flex; align-items:center; justify-content:space-between; gap:28px; margin-top:62px; padding:42px 48px; overflow:hidden; border:1px solid rgba(239,53,53,.22); border-radius:24px; background:radial-gradient(circle at 80% 20%,rgba(239,53,53,.2),transparent 35%),linear-gradient(120deg,#1b1b20,#0f0f12); box-shadow:0 24px 55px rgba(0,0,0,.4); }
.home-shop-banner h2 { margin:8px 0; color:#fff; font-size:36px; }
.home-shop-banner p { max-width:680px; margin:0; color:var(--home-muted); font-size:16px; }
.home-shop-tags { display:flex; flex-wrap:wrap; gap:8px; margin-top:18px; }
.home-shop-tags span { padding:7px 10px; border:1px solid var(--home-border); border-radius:999px; color:rgba(255,255,255,.72); font-size:12px; font-weight:800; }
.home-socials { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:26px; padding:18px 4px; color:rgba(255,255,255,.42); font-size:13px; }
.home-socials div { display:flex; flex-wrap:wrap; gap:18px; }
.home-socials a { color:rgba(255,255,255,.63); font-weight:800; text-decoration:none; }
.home-socials a:hover { color:#fff; }
@media (max-width:980px) { .home-hero-content{padding:52px 42px}.home-arena-grid,.home-community-grid,.home-discovery-grid{grid-template-columns:1fr}.home-statbar{width:calc(100% - 40px)} }
@media (max-width:720px) { .home-page{padding:14px 14px 60px}.home-hero{min-height:610px;margin-bottom:90px;border-radius:22px}.home-hero-content{padding:44px 24px 120px}.home-hero h1{font-size:48px;letter-spacing:-2px}.home-hero p{font-size:16px}.home-statbar{grid-template-columns:repeat(2,1fr);width:calc(100% - 24px);transform:translate(-50%,65%)}.home-statbar div{min-height:76px}.home-statbar div:nth-child(2){border-right:0}.home-statbar div:nth-child(-n+2){border-bottom:1px solid var(--home-border)}.home-section{margin-top:48px}.home-section-heading{align-items:flex-start;flex-direction:column;gap:12px}.home-section-heading h2{font-size:29px}.home-surface{padding:18px}.home-daily-card{grid-template-columns:1fr;text-align:center}.home-daily-image img{max-height:300px}.home-card-stats{justify-content:center}.home-shop-banner{align-items:flex-start;flex-direction:column;padding:30px 24px}.home-shop-banner .home-btn{width:100%}.home-socials{align-items:flex-start;flex-direction:column}.home-row-value{max-width:100px;overflow:hidden;text-overflow:ellipsis}.home-result-row{grid-template-columns:52px minmax(0,1fr)}.home-row-time{grid-column:2}.home-player-row{grid-template-columns:24px 38px minmax(0,1fr) auto}.home-avatar{width:38px;height:38px} }

/* Startseiten-Feinschliff: klare Trennung vom globalen Website-Header */
.home-hero {
    min-height: 530px;
    margin-bottom: 0;
}

.home-statbar {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% - 80px);
    margin: 18px auto 0;
    transform: none;
}

.home-arena-section {
    margin-top: 54px;
}

.home-arena-section .home-section-heading h2 {
    font-size: 38px;
    letter-spacing: -.7px;
}

.home-arena-grid {
    align-items: stretch;
}

.home-arena-grid > .home-surface {
    min-height: 510px;
    display: flex;
    flex-direction: column;
}

.home-panel-header {
    position: static;
    top: auto;
    z-index: auto;
    width: auto;
    height: auto;
    min-height: 0;
    padding: 0 0 16px;
    margin: 0 0 18px;
    justify-content: space-between;
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(239,53,53,.18);
    border-radius: 0;
    box-shadow: none;
    transform: none;
}

.home-panel-header::before,
.home-panel-header::after {
    content: none;
}

.home-panel-header h3 {
    padding-left: 13px;
    border-left: 3px solid var(--home-red);
    font-size: 22px;
}

.home-panel-header p {
    padding-left: 16px;
}

.home-arena-grid .home-list {
    flex: 1;
    align-content: start;
}

.home-avatar {
    width: 44px;
    height: 44px;
}

.home-player-row {
    grid-template-columns: 28px 44px minmax(0,1fr) auto;
}

.home-result-row {
    grid-template-columns: 64px minmax(0,1fr) auto;
}

.home-duo-avatars {
    width: 64px;
    height: 44px;
}

.home-panel-action {
    min-height: 44px;
    margin-top: 16px;
    box-shadow: 0 10px 22px rgba(190,0,0,.18);
}

@media (max-width: 980px) {
    .home-statbar { width: calc(100% - 40px); }
    .home-arena-grid > .home-surface { min-height: auto; }
}

@media (max-width: 720px) {
    .home-hero { min-height: 560px; margin-bottom: 0; }
    .home-statbar {
        width: calc(100% - 24px);
        margin-top: 14px;
        transform: none;
    }
    .home-arena-section { margin-top: 44px; }
    .home-arena-section .home-section-heading h2 { font-size: 32px; }
    .home-avatar { width: 40px; height: 40px; }
    .home-player-row { grid-template-columns: 24px 40px minmax(0,1fr) auto; }
    .home-result-row { grid-template-columns: 56px minmax(0,1fr); }
    .home-duo-avatars { width: 56px; height: 40px; }
}
