
    /* 온카판식 유저 탭바: 마크 + 빠른메뉴 탭 */
    .sidebar-user-tabs{display:flex;align-items:center;gap:5px;padding:7px 9px;background:#1ea459;border-radius:8px;margin-bottom:10px}
    .sut-tab{flex:1;text-align:center;padding:6px 2px;font-size:12px;font-weight:700;color:#fcfcfc;text-decoration:none;border-radius:5px;transition:background 0.15s}
    .sut-tab:hover{background:rgba(255,255,255,0.2)}
    .sb-panel {
        background: #fcfcfc;
        border: 1px solid #dde3e9;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .sb-panel-head {
        display: flex; align-items: center; justify-content: space-between;
        padding: 10px 12px;
        background: linear-gradient(135deg, rgba(30, 164, 89,0.10) 0%, rgba(30, 164, 89,0.04) 100%);
        border-bottom: 1px solid #dde3e9;
    }
    .sb-panel-title {
        font-size: 13px; font-weight: 700; color: #333333;
        display: inline-flex; align-items: center; gap: 6px;
    }
    .sb-panel-icon {
        display: inline-flex; align-items: center; justify-content: center;
        width: 16px; height: 16px;
        color: #1ea459;
        flex-shrink: 0;
    }
    .sb-panel-icon svg { width: 100%; height: 100%; display: block; }
    .sb-panel-more { font-size: 11px; color: #1ea459; text-decoration: none; font-weight: 600; }
    .sb-panel-more:hover { color: #1ea459; }
    /* [온카판] 게시판 위젯 리스트 */
    .sbw-panel { margin-bottom: 10px; }
    .sbw-list { list-style: none; margin: 0; padding: 4px 0; }
    .sbw-list li { border-bottom: 1px solid rgba(0,0,0,0.05); }
    .sbw-list li:last-child { border-bottom: none; }
    .sbw-link { display: flex; align-items: center; gap: 5px; padding: 7px 12px; text-decoration: none; font-size: 12.5px; transition: background .12s; }
    .sbw-link:hover { background: rgba(30,164,89,0.06); }
    .sbw-cat { flex-shrink: 0; color: #1ea459; font-weight: 700; font-size: 11px; }
    .sbw-title { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #555555; }
    .sbw-link:hover .sbw-title { color: #1ea459; }
    .sbw-cmt { flex-shrink: 0; color: #e52955; font-weight: 700; font-size: 11px; }
    .sb-panel-body { padding: 6px 0; }
    .sb-panel-empty { padding: 18px 12px; text-align: center; color: #888888; font-size: 12px; }

    .sb-list { list-style: none; padding: 0; margin: 0; }
    .sb-list li { border-bottom: 1px solid rgba(0,0,0,0.05); }
    .sb-list li:last-child { border-bottom: none; }
    .sb-list a {
        display: flex; align-items: center; justify-content: space-between; gap: 6px;
        padding: 8px 12px; text-decoration: none;
        transition: background 0.12s;
    }
    .sb-list a:hover { background: rgba(30, 164, 89,0.06); }
    .sb-list .sb-list-title {
        flex: 1; min-width: 0;
        overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
        font-size: 12.5px; color: #555555;
    }
    .sb-list a:hover .sb-list-title { color: #1ea459; }
    .sb-list .sb-list-date {
        flex-shrink: 0; font-size: 10.5px; color: #888888;
        font-variant-numeric: tabular-nums;
    }

    /* 픽스터 패널 (단일 정보 박스) */
    .sb-pickster-box { padding: 12px; }
    .sb-pickster-time {
        display: flex; align-items: baseline; justify-content: center; gap: 4px;
        margin-bottom: 8px;
    }
    .sb-pickster-time .sb-pickster-time-num {
        font-size: 1.4rem; font-weight: 800; color: #a16207;
        font-variant-numeric: tabular-nums; letter-spacing: -0.5px;
    }
    /* 라이트 모드 대회일정 시간 글씨 검은색 (다크는 골드 유지) */
    [data-theme="light"] .sb-pickster-time .sb-pickster-time-num { color: #222222; }
    .sb-pickster-time .sb-pickster-time-sep { color: #475569; font-weight: 700; }
    .sb-pickster-time .sb-pickster-time-unit { font-size: 11px; color: #888888; margin-left: 2px; }
    .sb-pickster-meta {
        display: flex; justify-content: space-between; align-items: center;
        padding: 8px 10px; background: rgba(0,0,0,0.03);
        border: 1px solid rgba(0,0,0,0.06); border-radius: 6px;
        margin-bottom: 8px;
    }
    .sb-pickster-meta-label { font-size: 11px; color: #888888; }
    .sb-pickster-meta-value {
        font-size: 13px; font-weight: 700; color: #1ea459;
        font-variant-numeric: tabular-nums;
    }
    .sb-pickster-cta {
        display: block; text-align: center;
        padding: 8px 12px; background: rgba(30, 164, 89,0.18);
        border: 1px solid rgba(30, 164, 89,0.45);
        border-radius: 6px; color: #1ea459;
        font-size: 12px; font-weight: 700; text-decoration: none;
        transition: background 0.15s;
    }
    .sb-pickster-cta:hover { background: rgba(30, 164, 89,0.28); color: #333333; }

    /* 다크모드 시인성 개선 — 대회일정(오늘의 픽스터) 위젯 */
    [data-theme="dark"] .sb-pickster-time .sb-pickster-time-sep,
    [data-theme="dark"] .sb-pickster-time .sb-pickster-time-unit { color: #94a3b8; }
    [data-theme="dark"] .sb-pickster-meta {
        background: rgba(255,255,255,0.05);
        border-color: rgba(255,255,255,0.10);
    }
    [data-theme="dark"] .sb-pickster-meta-label { color: #94a3b8; }
    [data-theme="dark"] .sb-pickster-cta:hover { color: #eafff2; }
    