.t40s-wrap{
    --t40s-bg:#121214;
    --t40s-surface:#1B1B1F;
    --t40s-line:#2B2B30;
    --t40s-text:#F2F1EC;
    --t40s-text-dim:#9A9A9F;
    --t40s-lime:#C6FF4D;
    --t40s-up:#6EE7A0;
    --t40s-down:#FF6B5E;
    background:var(--t40s-bg);
    color:var(--t40s-text);
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
    padding:32px 24px 40px;
    border-radius:10px;
    max-width:820px;
    margin:0 auto;
    box-sizing:border-box;
}
.t40s-wrap *{box-sizing:border-box;}
.t40s-banner{
    display:block;
    width:100%;
    height:auto;
    border-radius:10px;
    margin-bottom:20px;
}
.t40s-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    border-bottom:1px solid var(--t40s-line);
    padding-bottom:20px;
    margin-bottom:8px;
    flex-wrap:wrap;
    gap:12px;
}
.t40s-eyebrow{
    font-size:11px;
    letter-spacing:0.12em;
    text-transform:uppercase;
    color:var(--t40s-lime);
    margin:0 0 6px;
    font-weight:600;
}
.t40s-title{
    font-weight:700;
    font-size:28px;
    line-height:1.1;
    margin:0;
    letter-spacing:-0.01em;
    color:var(--t40s-text);
}
.t40s-updated{
    font-size:12px;
    color:var(--t40s-text-dim);
    text-align:right;
}
.t40s-updated strong{color:var(--t40s-text);font-weight:600;}
.t40s-table{
    width:100%;
    border-collapse:collapse;
    margin-top:8px;
}
.t40s-table thead th{
    text-align:left;
    font-size:11px;
    letter-spacing:0.06em;
    text-transform:uppercase;
    color:var(--t40s-text-dim);
    font-weight:400;
    padding:16px 8px 10px;
    border-bottom:1px solid var(--t40s-line);
}
.t40s-table th.t40s-num,
.t40s-table td.t40s-num{text-align:right;}
.t40s-table th.t40s-mv,
.t40s-table td.t40s-mv{text-align:center;}
.t40s-table tbody tr{border-bottom:1px solid var(--t40s-line);}
.t40s-table tbody tr:hover{background:var(--t40s-surface);}
.t40s-table td{padding:10px 8px;vertical-align:middle;}
.t40s-rank{
    font-weight:700;
    font-size:17px;
    color:var(--t40s-text);
    width:34px;
}
.t40s-rank.t40s-top{color:var(--t40s-lime);}
.t40s-mv-cell{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:4px;
    font-size:12px;
}
.t40s-arrow{font-size:10px;line-height:1;}
.t40s-up{color:var(--t40s-up);}
.t40s-down{color:var(--t40s-down);}
.t40s-flat{color:var(--t40s-text-dim);}
.t40s-track{font-weight:500;font-size:14px;line-height:1.35;}
.t40s-footer{
    margin-top:28px;
    padding-top:16px;
    border-top:1px solid var(--t40s-line);
    font-size:11px;
    color:var(--t40s-text-dim);
}
@media (max-width:600px){
    .t40s-title{font-size:22px;}
    .t40s-hide-mobile{display:none;}
    .t40s-table td,.t40s-table th{padding:8px 4px;}
}
