@import"https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&family=Noto+Serif:wght@400;600;700&display=swap";:root{--brand:#2084E4;--active:#1fb36d;--upcoming:#e8f1ff;--active-bg:#e9f9f1;--muted:#6b7280;--card:#ffffff;--surface:#f5f7fb;--radius:16px;--shadow:0 10px 30px rgba(2,24,61,.08)}*{box-sizing:border-box}html,body,#root{height:100%;width:100%}body{margin:0;font-family:Noto Sans,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,"Apple Color Emoji","Segoe UI Emoji";background:var(--surface);color:#0f172a}.app{min-height:100dvh;width:100vw;display:grid;place-items:center;padding:8px}.card{background:var(--card);border-radius:10px;box-shadow:var(--shadow);padding:4%;width:min(640px,100%);container-type:inline-size}.header{display:flex;flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(15,23,42,.08)}.title{font-size:24px;font-weight:700;margin:0;line-height:1.15;font-family:"Noto Serif",serif}.today-label{color:var(--muted);font-weight:600;line-height:1.2}@container (min-width:560px){.header{flex-direction:row;align-items:baseline;justify-content:space-between;gap:16px}}.schedule{display:flex;flex-direction:column;gap:10px}.event{border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:10px;border:1px solid transparent;container-type:inline-size}.event.placeholder{background:#fff;border:4px dashed rgba(32,132,228,.45);color:#0f172a}.event.placeholder .event-header{align-items:center}.event.placeholder .placeholder-card__details{gap:8px}.event.placeholder .placeholder-card__title{font-size:1.2em;font-weight:700;color:#0f172a}.event.placeholder .placeholder-card__description{margin:0;color:#27324b}.event.placeholder .placeholder-card__hint{margin:0;color:var(--muted);font-size:.85em}.event.placeholder .placeholder-card__action{margin-top:12px}.event.placeholder .placeholder-card__media{display:flex;align-items:center;justify-content:center}.event.placeholder .placeholder-card__icon{font-size:32px;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.event .event-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.event .event-details{display:flex;flex-direction:column;gap:4px;min-width:0}.event .event-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.event .event-inline-timer{margin-top:4px}.event .event-inline-timer .countdown-blocks{margin-top:0}.event .event-media{flex-shrink:0;width:84px;height:84px;border-radius:12px;display:flex;align-items:center;justify-content:center}.event .event-icon-img{width:100%;height:100%;object-fit:contain;display:block;padding:5%;box-sizing:border-box}.event .event-footer{display:flex;flex-direction:column;gap:8px}.event .event-footer--with-timer{gap:8px}.event .event-footer:not(.event-footer--with-timer){gap:0}.event .event-footer--with-timer .progress-wrap,.event .event-footer--with-timer .countdown-blocks{margin-top:0}.event .name{font-size:1.25em;font-weight:700;margin:0;line-height:1.2;font-family:"Noto Serif",serif}.event .details{color:var(--muted);font-size:13px;display:flex;align-items:center;gap:10px;font-weight:500}.event .details .time{font-weight:500}.event.upcoming{background:var(--upcoming);border-color:#d6e7ff}.event.active{background:var(--active-bg);border-color:#bff0da}.event.future{background:#f3f4f6;border-color:#e5e7eb}.event.featured{border-color:#f59e0b99;box-shadow:var(--shadow),0 0 0 1px #f59e0b40;background-image:linear-gradient(120deg,rgba(245,158,11,.07),transparent)}.event.active.featured,.event.upcoming.featured{border-color:#f4c16f}.featured-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:999px;background:#f59e0b1f;color:#b45309;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.progress-wrap{width:100%}.progress{width:100%;height:12px;border-radius:.25em;background:#e5e7eb;overflow:hidden;position:relative;border:2px solid #fff}.progress>i{display:block;height:100%;background:var(--active);width:0%}.event.upcoming .progress>i{background:var(--brand)}.upnext{display:inline-block;font-size:12px;font-weight:600;line-height:1;padding:6px 10px;border-radius:999px;background:#2084e41f;color:#1e3a8a;letter-spacing:.02em}.event .countdown-blocks{display:inline-flex;align-items:center;gap:.25rem;margin-top:6px;font-size:.8em;font-weight:600;line-height:1;color:#0f172a}.event .countdown-inline-label{font-size:12px;font-weight:600;color:var(--muted);align-self:center}.event .countdown-inline-label--prefix{margin-right:.25rem}.event .countdown-inline-label--suffix{margin-left:.25rem}.event .countdown-block{display:inline-flex;align-items:center;gap:.25em;padding:.4em .6em;border-radius:.25em;background:var(--muted);color:#fff}.event.active .countdown-block{background:var(--active)}.event.upcoming .countdown-block{background:var(--brand)}.event .countdown-value{font-variant-numeric:tabular-nums}.event .countdown-suffix{text-transform:lowercase}@container (min-width:560px){.event{grid-template-columns:minmax(0,20%) 1fr}.event .event-body{grid-template-rows:repeat(4,auto)}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
