.calendar-month{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;font-family:sans-serif}.calendar-header{font-weight:700;text-align:center;padding:5px 0;border-bottom:1px solid #ccc}.calendar-month-title{text-align:center;font-size:1.8rem;font-weight:600;margin:1rem 0}.calendar-cell{background:#fff;border:1px solid #eee;min-height:120px;padding:6px;box-sizing:border-box;position:relative;font-size:12px;overflow:hidden}.calendar-cell.faded{background:#fafafa;color:#aaa}.day-number{font-weight:700;font-size:13px;margin-bottom:4px}.release-entry{display:flex;align-items:center;margin-bottom:4px;gap:6px;cursor:pointer;max-width:100%;overflow:hidden;white-space:nowrap}.dot-row{display:inline-flex;gap:2px;flex-shrink:0}.tier-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.release-title{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;flex:1 1 auto;min-width:0}.calendar-popup{position:absolute;z-index:9999;background:#fff;border:1px solid #ccc;padding:12px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.15);max-width:420px;min-width:260px;font-size:13px;pointer-events:none;display:none;word-wrap:break-word}.popup-content.with-image{display:flex;flex-direction:column}.popup-title{font-weight:600;font-size:14px;margin-bottom:8px;text-align:center}.popup-body{display:flex;flex-direction:row;gap:16px;align-items:flex-start}.popup-tiers{display:flex;flex-direction:column;gap:6px;min-width:120px}.popup-tier{font-size:13px;text-transform:capitalize;display:flex;align-items:center;gap:6px;justify-content:space-between}.popup-tier .popup-time{font-size:12px;color:#666;white-space:nowrap;flex-shrink:0}.popup-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.popup-image{width:180px;height:auto;max-height:180px;object-fit:cover;border-radius:8px;display:block}@media (max-width:480px){.popup-body{flex-direction:column;align-items:center}.popup-image{width:100%;max-width:100%;height:auto;margin-top:8px}.popup-tiers{align-items:center}.popup-tier{justify-content:center}.popup-tier .popup-time{margin-left:8px}}