.events-panel{background-color:#181818;border:1px solid #333;border-radius:8px;padding:16px;margin-bottom:20px;box-shadow:0 1px 3px rgba(0,0,0,.4);color:#f1f1f1}.events-panel-title{font-size:1.1rem;font-weight:600;margin-bottom:8px;color:#fff}.events-panel-empty{color:#aaa;font-style:italic;margin:4px 0}.events-list{display:flex;flex-direction:column;gap:8px}.event-item-wrapper{background:#202020;border:1px solid #444;border-radius:6px;padding:8px;transition:background-color .2s ease,transform .1s ease}.event-item-wrapper:hover{background-color:#2a2a2a;transform:translateY(-1px)}@media (prefers-color-scheme:light){.events-panel{background-color:#fff;border-color:#ccc;color:#222}.event-item-wrapper{background-color:#fdfdfd;border-color:#ddd}.event-item-wrapper:hover{background-color:#f7f7f7}}.schedule-page{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background:#000;color:#fff;min-height:100vh}.schedule-title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.schedule-row.full{width:100%}.schedule-row.split{display:flex;flex-direction:column;gap:1rem}@media (min-width:768px){.schedule-row.split{flex-direction:row}.schedule-column{flex:1 1}}