/* Poster: stark editorial look with EUS red */

:root {
    --paper: #f7f7f5;
    --surface: #ffffff;
    --surface-muted: #ececea;
    --ink: #111111;
    --ink-soft: #333333;
    --ink-muted: #666666;
    --line: rgba(17, 17, 17, 0.12);
    --line-strong: rgba(17, 17, 17, 0.35);
    --green: #c41e3a;
    --green-hover: #9e1830;
    --green-tint: #fde8ec;
    --on-accent: #ffffff;
    --warn: #9a3d2e;
    --warn-bg: #fef2f0;
    --highlight: #ffe566;
    --radius: 2px;
    --shadow-hover: none;
    --modal-overlay: rgba(17, 17, 17, 0.55);
    --font-display: 'Syne', sans-serif;
    --font-body: 'Source Sans 3', system-ui, sans-serif;
    --theme-color: #f7f7f5;
}

.rb-header {
    border-bottom: 2px solid var(--ink);
    padding-bottom: 22px;
}

.rb-header h1 {
    text-transform: uppercase;
    letter-spacing: -0.02em;
    font-weight: 800;
}

.rb-card:hover {
    transform: none;
    border-color: var(--ink);
    border-width: 2px;
    box-shadow: none;
}

.rb-card:hover .rb-card-photo img {
    transform: none;
}

.rb-day .dow {
    letter-spacing: 0.08em;
}

.rb-time.selected {
    box-shadow: inset 4px 0 0 var(--green);
}
