main.speaker-view {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:1rem;
    padding:1rem;
    background:#111;
    color:#eee;
    font-family: Inter,sans-serif;
    height:100vh;
    box-sizing:border-box;

    .deck > article::before { display:none }
}
