    :root {
        --font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }

    .wb-author-hero {
        background: #fff;
        border-bottom: 2px solid #e4e6ed;
        padding: 28px 0 26px;
    }
    .wb-author-hero-inner {
        display: flex;
        gap: 28px;
        align-items: flex-start;
    }
    .wb-author-photo {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        flex-shrink: 0;
        overflow: hidden;
        border: 3px solid #e4e6ed;
        background: #dde6f0;
    }
    .wb-author-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .wb-author-info { flex: 1; }
    .wb-author-tag {
        display: inline-block;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .8px;
        color: #468AFD;
        background: #eef4ff;
        border: 1px solid #ccdeff;
        border-radius: 3px;
        padding: 3px 9px;
        margin-bottom: 10px;
        font-family: var(--font);
    }
    .wb-author-name {
        font-size: 26px;
        font-weight: 700;
        color: #193b56;
        margin: 0 0 4px;
        font-family: var(--font);
        line-height: 1.2;
    }
    .wb-author-role {
        font-size: 13px;
        color: #468AFD;
        font-weight: 600;
        margin-bottom: 14px;
        font-family: var(--font);
    }
    .wb-author-bio {
        font-size: 13px;
        color: #555;
        line-height: 1.7;
        max-width: 620px;
        font-family: var(--font);
    }
    .wb-author-stats {
        display: flex;
        gap: 0;
        margin-top: 18px;
        border: 1px solid #e4e6ed;
        border-radius: 4px;
        overflow: hidden;
        width: fit-content;
    }
    .wb-author-stat {
        padding: 10px 20px;
        text-align: center;
        border-right: 1px solid #e4e6ed;
        background: #f8f8fd;
    }
    .wb-author-stat:last-child { border-right: none; }
    .wb-author-stat-n {
        font-size: 18px;
        font-weight: 700;
        color: #193b56;
        line-height: 1;
        font-family: var(--font);
    }
    .wb-author-stat-l {
        font-size: 10px;
        color: #aaa;
        margin-top: 3px;
        font-family: var(--font);
    }
    .wb-author-verify {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: #eaf6ee;
        border: 1px solid #b8e6c8;
        border-radius: 4px;
        padding: 4px 10px;
        font-size: 11px;
        color: #1a7a36;
        font-weight: 600;
        margin-top: 14px;
        font-family: var(--font);
    }
    .wb-verify-dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #1a7a36;
        flex-shrink: 0;
    }

    /* =================================== ОБЩИЕ =================================== */
    .wb-sec-hd {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        padding-bottom: 9px;
        border-bottom: 2px solid #193b56;
        margin-bottom: 20px;
    }
    .wb-sec-hd h2 {
        font-size: 13px;
        font-weight: 700;
        color: #193b56;
        text-transform: uppercase;
        letter-spacing: .4px;
        margin: 0;
        font-family: var(--font);
    }
    .wb-section {
        background: #fff;
        border: 1px solid #e4e6ed;
        border-radius: 4px;
        padding: 20px 22px 22px;
        margin-bottom: 16px;
    }
    .wb-text {
        font-size: 13px;
        color: #555;
        line-height: 1.75;
        font-family: var(--font);
    }
    .wb-text + .wb-text { margin-top: 10px; }
	
	    /* SPORTS COVERAGE */
    .wb-sports { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 4px; }
    .wb-sport-card { border: 1px solid #e4e6ed; border-radius: 4px; padding: 14px 16px; background: #f8f8fd; display: flex; align-items: flex-start; gap: 12px; }
    .wb-sport-icon { width: 36px; height: 36px; border-radius: 50%; background: #eef4ff; border: 1px solid #ccdeff; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
    .wb-sport-title{ font-size: 13px; font-weight: 700; color: #193b56; margin-bottom: 4px; font-family: var(--font); }
    .wb-sport-text { font-size: 11.5px; color: #777; line-height: 1.55; font-family: var(--font); }

    /* ================================== ЭКСПЕРТИЗА — теги ===================================== */
    .wb-expertise { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
    .wb-exp-tag { background: #f8f8fd; border: 1px solid #e4e6ed; border-radius: 4px; padding: 6px 14px; font-size: 12.5px; color: #193b56; font-weight: 500; font-family: var(--font); }

    /* ===================================== МЕТОДОЛОГИЯ — шаги ================================= */
    .wb-steps {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin-top: 4px;
    }
    .wb-step {
        border: 1px solid #e4e6ed;
        border-radius: 4px;
        padding: 14px 16px 16px;
        background: #f8f8fd;
    }
    .wb-step-num {
        font-size: 26px;
        font-weight: 800;
        color: #dde3ef;
        line-height: 1;
        margin-bottom: 7px;
        font-family: var(--font);
    }
    .wb-step-title {
        font-size: 13px;
        font-weight: 700;
        color: #193b56;
        margin-bottom: 5px;
        font-family: var(--font);
    }
    .wb-step-text {
        font-size: 11.5px;
        color: #777;
        line-height: 1.6;
        font-family: var(--font);
    }
	
	    /* HOW PREDICTIONS WORK */
    .wb-pred-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 4px; }
    .wb-pred-step { border: 1px solid #e4e6ed; border-radius: 4px; padding: 14px 14px 16px; background: #f8f8fd; }
    .wb-pred-step-num { font-size: 24px; font-weight: 800; color: #dde3ef; line-height: 1; margin-bottom: 7px; font-family: var(--font); }
    .wb-pred-step-title { font-size: 12px; font-weight: 700; color: #193b56; margin-bottom: 4px; font-family: var(--font); }
    .wb-pred-step-text { font-size: 11px; color: #777; line-height: 1.55; font-family: var(--font); }

    /* =================================== СТАТЬИ АВТОРА ============================== */
    .wb-art-row {
        display: flex;
        gap: 12px;
        padding: 12px 0;
        border-bottom: 1px solid #eef0f5;
        text-decoration: none;
        align-items: flex-start;
    }
    .wb-art-row:last-child { border-bottom: none; }
    .wb-art-row:hover { opacity: .85; }
    .wb-art-thumb {
        width: 82px;
        height: 54px;
        border-radius: 3px;
        flex-shrink: 0;
        overflow: hidden;
        background: #dde3ef;
    }
    .wb-art-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .wb-art-body { flex: 1; min-width: 0; }
    .wb-art-cat {
        font-size: 9px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .7px;
        margin-bottom: 3px;
        font-family: var(--font);
    }
    .cf { color: #1a7a36; }
    .ca { color: #5b20a0; }
    .wb-art-title {
        font-size: 12.5px;
        font-weight: 600;
        color: #193b56;
        line-height: 1.4;
        margin-bottom: 4px;
        font-family: var(--font);
        transition: color .15s;
    }
    .wb-art-row:hover .wb-art-title { color: #468AFD; }
    .wb-art-date { font-size: 10.5px; color: #bbb; font-family: var(--font); }

    /* ======================= DISCLAIMER ====================== */
    .wb-disclaimer {
        background: #fff;
        border: 1px solid #e4e6ed;
        border-radius: 4px;
        padding: 14px 18px;
        margin-bottom: 0;
        font-size: 11.5px;
        color: #888;
        line-height: 1.65;
        font-family: var(--font);
    }

    @media (max-width: 640px) {
        .wb-author-hero-inner { flex-direction: column; align-items: center; text-align: center; }
        .wb-author-stats { margin: 18px auto 0; }
        .wb-sports { grid-template-columns: 1fr; }
		.wb-steps { grid-template-columns: 1fr; }
        .wb-pred-steps { grid-template-columns: 1fr 1fr; }
        .wb-author-name { font-size: 22px; }
    }