

    .lb-wrapper {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .lb-hero {
        position: relative;
        overflow: hidden;
        background: var(--surface);
        border: 1px solid var(--border);
        border-radius: 32px;
        padding: 50px 30px;
        text-align: center;
        margin-bottom: 30px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.03);
        box-sizing: border-box;
        width: 100%;
    }
    .lb-glow-1 { position: absolute; top: -50px; left: -50px; width: 250px; height: 250px; background: #FFD700; filter: blur(90px); opacity: 0.15; border-radius: 50%; pointer-events: none; }
    .lb-glow-2 { position: absolute; bottom: -50px; right: -50px; width: 250px; height: 250px; background: var(--accent); filter: blur(90px); opacity: 0.15; border-radius: 50%; pointer-events: none; }

    .lb-title { font-size: 3rem; margin: 0 0 10px 0; font-weight: 900; color: var(--text-main); position: relative; z-index: 1; word-break: break-word; }
    .lb-subtitle { font-size: 1.1rem; color: var(--text-muted); position: relative; z-index: 1; font-weight: 600; margin-bottom: 20px; }
    .lb-date-badge {
        display: inline-block; background: var(--bg); padding: 8px 20px; border-radius: 20px;
        font-size: 0.9rem; font-weight: 700; color: var(--accent); border: 1px solid var(--border);
        box-shadow: var(--shadow); position: relative; z-index: 1; max-width: 100%; box-sizing: border-box;
    }

    .stat-grid-top { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; margin-bottom: 40px; width: 100%; box-sizing: border-box; }
    .stat-card-main {
        background: var(--surface); border-radius: 28px; border: 1px solid var(--border);
        padding: 25px; display: flex; align-items: center; gap: 20px; box-shadow: var(--shadow);
        transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        min-width: 0; box-sizing: border-box; width: 100%;
    }
    .stat-card-main:hover { transform: translateY(-5px); border-color: var(--accent); }
    .stat-icon-wrap { width: 60px; height: 60px; border-radius: 20px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .stat-text { min-width: 0; flex: 1; overflow: hidden; }
    .stat-text h4 { margin: 0; font-size: 0.9rem; color: var(--text-muted); font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .stat-text div { font-size: 2rem; font-weight: 900; color: var(--text-main); line-height: 1.2; }

    .podium-section { background: var(--surface); border-radius: 32px; border: 1px solid var(--border); padding: 40px 30px; margin-bottom: 40px; text-align: center; box-shadow: var(--shadow); position: relative; overflow: hidden; width: 100%; box-sizing: border-box; }
    .podium-container { display: flex; justify-content: center; align-items: flex-end; gap: 25px; margin-top: 45px; position: relative; z-index: 2; width: 100%; max-width: 900px; margin-left: auto; margin-right: auto; box-sizing: border-box; }
    .podium-item { flex: 1; background: var(--bg); border-radius: 28px; padding: 35px 20px 25px 20px; width: 100%; max-width: 280px; text-align: center; border: 1px solid var(--border); transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1); text-decoration: none; display: flex; flex-direction: column; align-items: center; min-width: 0; box-sizing: border-box; position: relative; }
    .podium-item:hover { transform: translateY(-8px); }

    .podium-1 { border: 2px solid #FFD700; transform: translateY(-20px); order: 2; z-index: 3; box-shadow: 0 15px 35px rgba(255, 215, 0, 0.15); background: linear-gradient(to bottom, var(--surface), var(--bg)); }
    .podium-1:hover { transform: translateY(-28px); }
    .podium-2 { border: 2px solid #C0C0C0; order: 1; z-index: 2; }
    .podium-3 { border: 2px solid #CD7F32; order: 3; z-index: 1; }

    .pod-medal-icon { position: absolute; top: -24px; left: 50%; transform: translateX(-50%); background: var(--bg); border-radius: 50%; padding: 4px; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 12px rgba(0,0,0,0.15); z-index: 10; }
    .podium-1 .pod-medal-icon { top: -30px; background: var(--surface); padding: 5px; }

    .pod-avatar { width: 75px; height: 75px; margin: 0 auto 15px auto; border-radius: 50%; background: var(--surface); border: 3px solid transparent; position: relative; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 800; overflow: hidden; flex-shrink: 0; color: var(--accent); }
    .podium-1 .pod-avatar { width: 95px; height: 95px; border-color: #FFD700; font-size: 2.2rem; color: #FFD700; }
    .podium-2 .pod-avatar { border-color: #C0C0C0; color: #C0C0C0; }
    .podium-3 .pod-avatar { border-color: #CD7F32; color: #CD7F32; }
    .pod-avatar img { width: 100%; height: 100%; object-fit: cover; }

    .pod-name { font-weight: 800; color: var(--text-main); font-size: 1.05rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 5px; width: 100%; display: block; }
    .pod-score { color: var(--accent); font-weight: 900; font-size: 1.4rem; margin-bottom: 15px; }
    .podium-1 .pod-score { color: #FFD700; font-size: 1.8rem; }

    .pod-stats { border-top: 1px dashed var(--border); padding-top: 12px; font-size: 0.8rem; display: flex; flex-direction: column; gap: 6px; width: 100%; }
    .pod-stat-row { display: flex; justify-content: space-between; color: var(--text-muted); font-weight: 600; }
    .pod-stat-row strong { color: var(--text-main); }

    .analytics-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 40px; width: 100%; box-sizing: border-box; }
    .analytic-card { background: var(--surface); border-radius: 28px; border: 1px solid var(--border); padding: 30px; box-shadow: var(--shadow); min-width: 0; box-sizing: border-box; width: 100%; overflow: hidden; }

    .lb-columns { display: grid; grid-template-columns: 2fr 1.2fr; gap: 25px; width: 100%; box-sizing: border-box; }
    .lb-panel { background: var(--surface); border-radius: 28px; border: 1px solid var(--border); padding: 25px; box-shadow: var(--shadow); min-width: 0; box-sizing: border-box; width: 100%; overflow: hidden; }
    .lb-panel-header { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; font-size: 1.2rem; font-weight: 900; }

    .feed-item { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 15px; background: var(--bg); border-radius: 20px; margin-bottom: 12px; border: 1px solid var(--border); transition: 0.2s; text-decoration: none; min-width: 0; box-sizing: border-box; width: 100%; }
    .feed-item:hover { border-color: var(--accent); transform: translateX(5px); }

    .feed-user { display: flex; align-items: center; gap: 12px; flex: 1; min-width: 0; overflow: hidden; }
    .feed-avatar { width: 42px; height: 42px; border-radius: 50%; overflow: hidden; background: var(--surface); border: 2px solid var(--border); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-weight: 800; color: var(--accent); font-size: 1.1rem; }
    .feed-avatar img { width: 100%; height: 100%; object-fit: cover; }
    .feed-text-box { min-width: 0; flex: 1; display: flex; flex-direction: column; overflow: hidden; }
    .feed-name { font-weight: 800; color: var(--text-main); font-size: 0.95rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
    .feed-date { font-size: 0.75rem; color: var(--text-muted); font-weight: 600; white-space: nowrap; }

    .feed-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

    .top-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 15px; border-radius: 16px; margin-bottom: 8px; transition: 0.2s; text-decoration: none; gap: 10px; min-width: 0; box-sizing: border-box; width: 100%; }
    .top-item:hover { background: var(--bg); }

    .top-left { display: flex; align-items: center; gap: 10px; flex: 1; min-width: 0; overflow: hidden; }
    .top-rank { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 0.85rem; background: var(--bg); color: var(--text-muted); flex-shrink: 0; }
    .top-name { font-weight: 700; color: var(--text-main); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; flex: 1; min-width: 0; }

    .top-item.rank-1 .top-rank { background: #FFD700; color: #000; box-shadow: 0 2px 8px rgba(255,215,0,0.4); }
    .top-item.rank-2 .top-rank { background: #C0C0C0; color: #000; box-shadow: 0 2px 8px rgba(192,192,192,0.4); }
    .top-item.rank-3 .top-rank { background: #CD7F32; color: #fff; box-shadow: 0 2px 8px rgba(205,127,50,0.4); }

    .top-score { font-weight: 900; flex-shrink: 0; text-align: right; }

    @media(max-width: 900px) {
        .analytics-grid, .lb-columns { grid-template-columns: 1fr; gap: 15px; }

        .lb-hero { padding: 30px 15px; border-radius: 24px; }
        .lb-title { font-size: 2.2rem; }

        .stat-card-main { padding: 20px; border-radius: 20px; }
        .analytic-card, .lb-panel { padding: 15px; border-radius: 20px; }

        .podium-section { padding: 30px 15px; border-radius: 24px; }
        .podium-container { flex-direction: column; align-items: stretch; gap: 20px; margin-top: 30px; }
        .podium-item { max-width: 100%; transform: none !important; margin-bottom: 0; border-radius: 20px; padding: 30px 15px 20px 15px; }
        .podium-1 { order: 1; z-index: 3; } .podium-2 { order: 2; z-index: 2;} .podium-3 { order: 3; z-index: 1;}
        .podium-1:hover { transform: none !important; }

        .feed-item:hover { transform: none; border-color: var(--border); }
        .feed-item { padding: 12px 10px; gap: 8px; border-radius: 14px; }
        .feed-user { gap: 10px; }
        .feed-avatar { width: 36px; height: 36px; font-size: 1rem; }

        .top-item { padding: 10px; gap: 8px; border-radius: 12px; }
    }