.watermark-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    pointer-events: none;
    user-select: none;
    background-repeat: repeat;
}

.watermark-badge {
    position: fixed;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    pointer-events: none;
    user-select: none;
    padding: 4px 14px;
    border-radius: 4px;
    font-size: 12px;
    letter-spacing: 1px;
    white-space: nowrap;
    opacity: 0.45;
}

.watermark-badge--light {
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.watermark-badge--dark {
    color: rgba(80, 80, 80, 0.8);
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.08);
}
