.dm-heatcell{box-sizing:border-box;font-family:var(--mono);font-variant-numeric:tabular-nums;border-radius:6px;justify-content:center;align-items:center;font-weight:600;line-height:1;display:flex}.dm-heatcell--sm{min-width:30px;height:30px;padding:0 4px;font-size:10.5px}.dm-heatcell--md{min-width:44px;height:44px;padding:0 6px;font-size:12px}.dm-heatcell[data-step="1"]{background:var(--heat1)}.dm-heatcell[data-step="2"]{background:var(--heat2)}.dm-heatcell[data-step="3"]{background:var(--heat3)}.dm-heatcell[data-step="4"]{background:var(--heat4)}.dm-heatcell[data-step="5"]{background:var(--heat5)}[data-theme=light] .dm-heatcell[data-step="1"],[data-theme=light] .dm-heatcell[data-step="2"],[data-theme=light] .dm-heatcell[data-step="3"]{color:var(--text)}[data-theme=light] .dm-heatcell[data-step="4"],[data-theme=light] .dm-heatcell[data-step="5"]{color:#fff}[data-theme=dark] .dm-heatcell[data-step="1"],[data-theme=dark] .dm-heatcell[data-step="2"],[data-theme=dark] .dm-heatcell[data-step="3"],[data-theme=dark] .dm-heatcell[data-step="4"]{color:var(--text)}[data-theme=dark] .dm-heatcell[data-step="5"]{color:#15120f}
.dm-ic{align-items:center;gap:8px;display:inline-flex}.dm-ic__q{color:var(--dm-text-2,var(--wb-text-2,#666));white-space:nowrap;font-size:12px}.dm-ic__yes,.dm-ic__no{font:inherit;cursor:pointer;border:1px solid #0000;border-radius:8px;padding:4px 10px;font-size:12px;font-weight:600}.dm-ic__yes{background:var(--dm-danger,var(--wb-danger,#b3261e));color:var(--dm-on-danger,#fff)}.dm-ic__yes:focus-visible{outline:2px solid var(--dm-danger,#b3261e);outline-offset:2px}.dm-ic__no{color:var(--dm-text,var(--wb-text,#222));border-color:var(--dm-border,var(--wb-border,#ddd));background:0 0}.dm-ic__trigger{display:inline-flex}
