/* ================================================================
   nuSport – Theme: Deutscher Schachbund e.V. (DSB)
   ----------------------------------------------------------------
   Verbandsfarben: DSB-Cyan + Dunkelnavy
   Primär-Cyan  #0cb4df = rgb(12, 180, 223)  — aus Website-Navigation
   Logo-Farben: Rot #FF0000, Gold #FFCC00, Dunkelbraun #32302E
   Quelle: https://www.schachbund.de/
   ----------------------------------------------------------------
   Nur Farben, Schriften und visuelle Tokens – keine Layout-Regeln.
   ================================================================ */



:root {
    --primary:        #0cb4df;
    --primary-rgb:    12, 180, 223;
    --primary-light:  #e0f6fc;

    --accent:         #0990b5;

    --bg:             #f4f4f4;
    --card:           #ffffff;

    --text:           #1a1a1a;
    --text-muted:     #555555;
    --text-light:     #777777;

    --border:         #dedede;
    --radius:         8px;
    --shadow:         0 2px 10px rgba(12, 180, 223, 0.10);

    --font:           "Open Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;

    --link-color:     var(--primary);
    --link-hover:     var(--accent);
    --surface:        var(--card);

    --header-bg:      #001821;
    --header-color:   #ffffff;
    --tabs-bg:        #002b3a;
}

/* DSB-Logo: SVG mit Rot/Gold/Weiß auf dunklem Navy-Header → weißer Chip */
#logo a::before {
    content:             "";
    display:             block;
    background-image:    url("../../img/logos/schachde/logo-dsb.svg");
    background-color:    #ffffff;
    background-size:     82% auto;
    background-position: center center;
    background-repeat:   no-repeat;
    width:               160px;
    height:              3rem;
    border-radius:       5px;
    box-shadow:          0 1px 4px rgba(0, 0, 0, 0.25);
}

.picto-pdf::before {
    content: ""; display: inline-block; width: 0.95em; height: 0.95em;
    margin-right: 0.3em; vertical-align: -0.12em;
    background-repeat: no-repeat; background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%230cb4df' d='M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v1.5z'/%3E%3Cpath fill='%230cb4df' d='M4.603 14.087a.81.81 0 0 1-.438-.42c-.195-.388-.13-.776.08-1.102.198-.307.526-.568.897-.787a7.68 7.68 0 0 1 1.482-.645 19.7 19.7 0 0 0 1.062-2.227 7.27 7.27 0 0 1-.43-1.295c-.086-.4-.119-.796-.046-1.136.075-.354.274-.672.65-.823.192-.077.4-.12.602-.077a.7.7 0 0 1 .477.365c.088.164.12.356.127.538.007.188-.012.396-.047.614-.084.51-.27 1.134-.52 1.794a10.954 10.954 0 0 0 .98 1.686 5.75 5.75 0 0 1 1.334.05c.364.066.734.195.96.465.12.144.193.32.2.518.007.192-.047.382-.138.563a1.04 1.04 0 0 1-.354.416.856.856 0 0 1-.51.138c-.331-.014-.654-.196-.933-.417a5.71 5.71 0 0 1-.911-.95 11.65 11.65 0 0 0-1.997.406 11.31 11.31 0 0 1-1.02 1.51c-.292.35-.609.656-.927.787a.793.793 0 0 1-.58.029z'/%3E%3C/svg%3E");
}
