.lore-streak-cal{display:flex;flex-direction:column;align-items:stretch;gap:8px;box-sizing:border-box;width:100%;min-width:244px;container-type:inline-size}.lore-streak-cal__title{margin:0}.lore-streak-cal .lore-streak-cal__title,.lore-streak-cal__title{color:var(--greyscale-700)}.lore-streak-cal__grid{display:flex;flex-direction:column;gap:8px;width:100%}.lore-streak-cal__row{display:flex;flex-direction:row;align-items:stretch;gap:8px;width:100%}.lore-streak-cal__day{display:flex;box-sizing:border-box;flex:1 1;align-items:center;justify-content:center;min-width:28px;aspect-ratio:1;padding:0;border:none;border-radius:4px;background:transparent;color:var(--greyscale-700)}.lore-streak-cal__day--outside{background:var(--greyscale-25);color:var(--greyscale-300)}.lore-streak-cal__day--partial{background:var(--teal-50);color:var(--greyscale-700)}.lore-streak-cal__day--complete{background:var(--brand-primary);color:var(--text-on-primary)}.lore-streak-cal__day--today{background:transparent;color:var(--greyscale-700);border:1px solid var(--greyscale-200)}.lore-streak-cal .lore-streak-cal__num{color:inherit;font-size:clamp(10px,calc((100cqi - 48px) / 7 * 12 / 36),16px);line-height:1}.lore-streak-cal__legend{display:flex;flex-direction:row;align-items:center;gap:16px}.lore-streak-cal__legend-item{display:flex;flex-direction:row;align-items:center;gap:6px;padding-top:6px}.lore-streak-cal__swatch{box-sizing:border-box;width:14px;height:14px;border-radius:2px}.lore-streak-cal__swatch--complete{background:var(--brand-primary)}.lore-streak-cal__swatch--partial{background:var(--teal-50)}.lore-streak-cal .lore-streak-cal__legend-label{margin:0;color:var(--greyscale-600)}