/* Self-hosted fonts — no external requests (GDPR) */
@font-face {
    font-family: 'DM Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/dmmono-400-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'DM Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/dmmono-400-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/fonts/syne-800-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/fonts/syne-800-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body { background-color: #f8f9fa; font-size: 0.9rem; }
.navbar-brand { font-weight: 700; letter-spacing: 0.5px; }
.table th { white-space: nowrap; }
.badge { font-size: 0.8em; }

/* Watermarks */
@keyframes wm-draw {
    from { stroke-dashoffset: 120; }
    to   { stroke-dashoffset: 0; }
}
.st-wm-line1 {
    stroke-dasharray: 120;
    stroke-dashoffset: 120;
    animation: wm-draw 0.8s cubic-bezier(0.4,0,0.2,1) 1.5s forwards;
}
.st-wm-line2 {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: wm-draw 0.8s cubic-bezier(0.4,0,0.2,1) 1.7s forwards;
}
.st-wm-brand {
    position: fixed;
    bottom: 10px;
    right: 12px;
    display: flex;
    align-items: center;
    gap: 7px;
    opacity: 0.55;
    pointer-events: none;
    z-index: 9990;
    transition: opacity 0.2s;
}
.st-wm-brand:hover { opacity: 0.85; }
.st-wm-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.st-wm-slice {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: #0d0d12;
    letter-spacing: -0.02em;
}
.st-wm-software {
    font-family: 'DM Mono', monospace;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    color: #6b8aad;
    margin-top: 4px;
    display: block;
    text-align: justify;
    text-align-last: justify;
}
.st-wm-copyright {
    position: fixed;
    bottom: 11px;
    left: 12px;
    font-family: 'DM Mono', monospace;
    font-size: 13px;
    color: #333;
    opacity: 0.6;
    pointer-events: none;
    z-index: 9990;
}
.st-wm-copyright a {
    pointer-events: auto;
}
@media print {
    .st-wm-brand, .st-wm-copyright { display: none; }
}
@media (max-width: 767.98px) {
    .st-wm-brand, .st-wm-copyright { display: none; }
}
