@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);--bg:var(--surface);--fg:#0f172a;--accent:var(--brand);--font-sans:"Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";--font-serif:"Noto Serif", serif}*{box-sizing:border-box}html,body,#root{height:100%;width:100%}body{margin:0;font-family:var(--font-sans);background:var(--bg);color:var(--fg)}.now-v1__card{background:var(--now-card-bg);border-radius:calc(var(--now-radius) * 2);box-shadow:var(--now-card-shadow);display:grid;grid-template-columns:1fr 1fr 1fr;gap:clamp(12px,3vw,24px);align-items:center}.now-v1__card--featured{box-shadow:0 0 0 2px #f59e0bb3,0 0 24px #f59e0b59,var(--now-card-shadow)}.now-v1__image{width:var(--now-image-col-size);height:var(--now-image-col-size);display:grid;place-items:center;justify-self:center}.now-v1__image img{width:var(--now-image-size);height:var(--now-image-size)}.now-v1__content{justify-self:center;text-align:center}.now-v1__ring{justify-self:center}.now-v1__note{grid-column:1 / -1;display:flex;align-items:center;gap:6px;color:var(--fg);opacity:.8;font-size:.9em;font-weight:400;margin-top:12px}@media (max-width: 640px){.now-v1__card{grid-template-columns:1fr}.now-v1__image{justify-self:center}.now-v1__ring{justify-self:center;width:100%}.now-v1__ring svg{width:min(90vw,360px);height:auto}}.template-shell{min-height:100dvh;width:100vw;background:var(--bg);color:var(--fg);display:flex;justify-content:center;padding:12px}.template-grid{width:min(900px,100%);display:grid;grid-template-areas:"header" "main" "sidebar" "footer";gap:16px}.template-region--header{grid-area:header}.template-region--main{grid-area:main}.template-region--sidebar{grid-area:sidebar}.template-region--footer{grid-area:footer}.template-header{padding:16px 18px;border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:6px}.template-title{font-size:24px;font-weight:700;font-family:var(--font-serif)}.template-subtitle{color:var(--muted);font-weight:600}.template-upcoming{display:flex;flex-direction:column;gap:12px}.template-cta{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:10px 18px;border:1px solid transparent;background:var(--accent);color:#fff;font-weight:600;text-decoration:none}.template-footer{color:var(--muted);font-size:14px;text-align:center}.template-error{padding:10px 12px;border-radius:8px;background:#fee2e2;color:#991b1b;font-size:13px}.progress-indicator{display:inline-block}.progress-indicator--ring,.progress-indicator--pie{width:72px;height:72px;border-radius:999px;background:conic-gradient(var(--accent) calc(var(--progress, 0) * 1turn),rgba(15,23,42,.12) 0)}.progress-indicator--ring{mask:radial-gradient(circle at center,transparent 55%,#000 56%)}.progress-indicator--bar{width:100%}@media (min-width: 900px){.template-grid{grid-template-areas:"header header" "main sidebar" "footer footer";grid-template-columns:2fr 1fr;align-items:start}}.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)}}
