/* 直连模式提示横幅 — ADR-0120/ADR-0122 */
.direct-access-banner {
    position: sticky;
    top: 0;
    z-index: 9999;
    padding: 6px 16px;
    background: #fef3c7;
    border-bottom: 1px solid #f59e0b;
    color: #92400e;
    font-size: 13px;
    text-align: center;
    line-height: 1.5;
}
.direct-access-banner a {
    color: #1d4ed8;
    text-decoration: underline;
    font-weight: 500;
}
.direct-access-banner a:hover {
    color: #1e40af;
}
