@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700&display=swap");.hbgc-card{border-radius:var(--radius-lg);overflow:hidden;background:var(--color-bg);box-shadow:0 2px 8px oklch(.1 .04 220/.08),0 0 0 1px oklch(.88 .02 220/.6);transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s cubic-bezier(.22,1,.36,1);container-type:inline-size;height:100%;display:flex;flex-direction:column}.hbgc-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px oklch(.1 .04 220/.14),0 0 0 1px oklch(.82 .04 220/.5)}.hbgc-image{position:relative;height:176px;overflow:hidden}.hbgc-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.22,1,.36,1)}.hbgc-card:hover .hbgc-img{transform:scale(1.05)}.hbgc-img-fallback{background:linear-gradient(160deg,oklch(.48 .11 218),oklch(.3 .07 228))}.hbgc-scrim{position:absolute;inset:0;background:linear-gradient(0deg,oklch(.08 .03 222/.92) 0,oklch(.08 .03 222/.2) 50%,transparent);display:flex;flex-direction:column;justify-content:flex-end;padding:12px 14px}.hbgc-eyebrow{font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:oklch(.82 .08 205);margin-bottom:3px}.hbgc-title{font-family:var(--font-antonio),var(--font-sans);font-size:28px;font-weight:700;line-height:1.05;color:oklch(.97 .005 220);margin:0;word-break:break-word;text-shadow:0 1px 4px oklch(0 0 0/.3)}.hbgc-delete{position:absolute;top:10px;right:10px;opacity:0;transition:opacity .18s ease;background:oklch(.99 0 0/.88);border-radius:var(--radius-full);padding:5px 6px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center}.hbgc-card:hover .hbgc-delete{opacity:1}@media (hover:none){.hbgc-delete{opacity:1}}.hbgc-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:9px;flex:1 1}.hbgc-stats{display:flex;gap:0;border-bottom:1px solid var(--color-border);padding-bottom:10px}.hbgc-stat{display:flex;flex-direction:column;gap:1px;flex:1 1}.hbgc-stat+.hbgc-stat{border-left:1px solid var(--color-border);padding-left:14px;margin-left:14px}.hbgc-stat-value{font-size:20px;font-weight:700;color:var(--color-text-primary);line-height:1.1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hbgc-stat-label{font-size:10px;font-weight:500;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.07em}.hbgc-months-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.hbgc-months{display:flex;flex-wrap:wrap;gap:4px;flex:1 1}.hbgc-alert-badges{display:flex;gap:4px;flex-shrink:0;align-self:flex-start}@container (max-width: 420px){.hbgc-alert-badges.hbgc-alert-badges--wrap{flex-direction:column}}.hbgc-month{padding:3px 9px;border-radius:var(--radius-full);background:oklch(.91 .04 218);color:oklch(.4 .09 218);font-size:11px;font-weight:600;letter-spacing:.02em}.hbgc-days{display:flex;gap:3px}.hbgc-day{flex:1 1;height:26px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-xs);font-size:9.5px;font-weight:500;color:var(--color-text-muted);background:var(--color-bg-overlay);letter-spacing:.01em}.hbgc-day-active{background:oklch(.52 .11 218);color:oklch(.97 .005 218);font-weight:700}.hbgc-status{display:flex;align-items:center;gap:7px}.hbgc-pulse{width:7px;height:7px;border-radius:50%;background:oklch(.55 .17 145);flex-shrink:0;animation:hbgc-pulse 2.2s ease-in-out infinite}@keyframes hbgc-pulse{0%,to{box-shadow:0 0 0 0 oklch(.55 .17 145/.45)}55%{box-shadow:0 0 0 5px oklch(.55 .17 145/0)}}.hbgc-status-text{font-size:12px;color:var(--color-text-secondary);flex:1 1}.hbgc-alert-badge{font-size:10px;font-weight:600;padding:2px 7px;border-radius:var(--radius-full);background:oklch(.93 .03 280);color:oklch(.42 .1 280);letter-spacing:.04em;text-transform:uppercase}.hbgc-from{display:flex;align-items:baseline;gap:6px}.hbgc-from-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);flex-shrink:0}.hbgc-from-value{font-size:13px;font-weight:500;color:var(--color-text-primary)}