.todo-matrix{display:grid;grid-template-columns:1fr 1fr;gap:16px}.matrix-card{min-height:205px;border:1px solid #e5eaf2;border-radius:14px;background:#fff;overflow:hidden}.matrix-card.urgent{border-color:#ffc6c8}.matrix-card.important{border-color:#cbdcff}.matrix-card.delegate{border-color:#ffe29a}.matrix-head{padding:13px 17px;display:flex;justify-content:space-between;align-items:center}.urgent .matrix-head{background:#fff0f0}.important .matrix-head{background:#eff5ff}.delegate .matrix-head{background:#fff8dc}.later .matrix-head{background:#f5f7fa}.matrix-head h3{margin:0;font-size:15px}.matrix-head small{color:#8090aa}.matrix-head b{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#5e6d85}.matrix-list{padding:9px 14px}.matrix-task{padding:9px 0;border-bottom:1px solid #edf0f4;font-size:12px}.matrix-task:last-child{border:0}.matrix-task strong{display:block;color:#283752}.matrix-task small{color:#8290a5}.holiday-calendar{display:none;margin-top:18px;background:#fff;border:1px solid #e5eaf2;border-radius:12px;padding:18px}.holiday-calendar.open{display:block}.holiday-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.holiday-item{padding:11px;border-radius:8px;background:#f7f9fc;font-size:12px}.holiday-item strong{display:block;color:#33445f}.holiday-item small{color:#7c899e}@media(max-width:700px){.todo-matrix,.holiday-list{grid-template-columns:1fr}}
