/* SO-BahnVerkehr · Desktop >= 1101px */
@media(min-width:761px){body.compact-board .train-row{padding:7px 10px}body.compact-board .time-cell strong{font-size:18px}body.compact-board .meta-line{margin-top:1px;font-size:10px}body.compact-board .platform-cell strong{height:29px;min-width:29px}body.compact-board .favorite-btn,body.compact-board .details-btn{height:30px;min-width:30px}body.compact-board .board-card{padding-top:16px;padding-bottom:16px}}

/* Desktop: Informationsdichte nutzen, ohne Touch-/Lesbarkeit zu opfern */
.app-shell{width:min(1500px,calc(100% - 40px))}
.station-picker-card,.journey-card{padding:20px}
.map-frame{height:520px}
.content-grid{align-items:start}
.toolbar-card{position:relative}
.map-actions .mini-btn{min-width:44px}
.guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}

/* Vollbild: Karte nutzt auf grossen Displays die komplette verfuegbare Flaeche. */
.map-card-main.map-fullscreen .map-frame{min-height:300px}
