:root{--font-mono:"Roboto Mono",monospace}*{box-sizing:border-box}html{font-size:18px;line-height:32px;background:rgb(255,255,255);-webkit-font-smoothing:antialiased}#app,body,html{height:100%}body{font-family:system-ui;font-size:18px;line-height:32px;color:#333333;margin:0;padding:20px}.home{max-width:800px;margin:0 auto;padding:2rem 0}.home h1{color:#1a1a1a;margin-bottom:30px;text-align:center}.events-list{display:flex;flex-direction:column;gap:20px}.event-card{background:#ffffff;border:1px solid #e5e5e5;border-radius:8px;padding:20px;transition:background-color .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.1)}.event-card:hover{background:#f8f9fa;box-shadow:0 4px 8px rgba(0,0,0,.15)}.event-header{margin-bottom:15px}.event-title{color:#1a1a1a;margin:0 0 8px;font-size:24px;font-weight:600}.event-subtitle{color:#666666;margin:0 0 12px;font-size:18px;font-weight:400;font-style:italic}.event-datetime{color:#666666;font-size:16px;font-weight:500}.event-details{display:flex;flex-direction:column;gap:8px}.event-address,.event-capacity,.event-category,.event-initiator,.event-series,.event-source,.event-status,.event-tags,.event-url{color:#555555;font-size:16px}.event-address strong,.event-capacity strong,.event-category strong,.event-initiator strong,.event-series strong,.event-source strong,.event-status strong,.event-tags strong,.event-url strong{color:#1a1a1a;margin-right:8px}.event-variable-fields{color:#555555;font-size:16px}.event-variable-fields strong{color:#1a1a1a;margin-right:8px}.event-variable-fields ul{margin:8px 0 0 20px;padding:0}.event-variable-fields li{margin-bottom:4px}.event-url a{color:#0066cc;text-decoration:none}.event-url a:hover{text-decoration:underline}.event-description{margin-top:15px;padding-top:15px;border-top:1px solid #e5e5e5}.event-description p{color:#444444;margin:0;line-height:1.5}.pagination-info{text-align:center;margin-bottom:20px;color:#666666;font-size:16px}.pagination-wrapper{margin-top:40px;margin-bottom:20px}.pagination-wrapper [data-slot=pagination-link]{color:#333333;border-color:#e5e5e5}.pagination-wrapper [data-slot=pagination-link]:hover{background-color:#f8f9fa;color:#1a1a1a}.pagination-wrapper [data-slot=pagination-link][data-active=true]{background-color:#1a1a1a;color:#ffffff;border-color:#1a1a1a}.pagination-wrapper [data-slot=pagination-ellipsis]{color:#666666}