.calendar-action-bar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}.calendar-action-bar h1{margin-top:4px}.calendar-action-bar p{color:#858b99;margin-top:9px}.calendar-month-groups{display:grid;gap:28px}.calendar-month-group{background:#f1f3f8;border:1px solid #e2e5ee;border-radius:15px;padding:20px}.calendar-month-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.calendar-month-heading h2{font-size:20px;color:#4f6080}.calendar-month-heading span{font-size:12px;color:#8a92a2}.calendar-list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.calendar-card{background:white;border:1px solid #e1e5ee;border-radius:12px;padding:18px;box-shadow:0 3px 9px #34446b08}.calendar-card-head{display:flex;justify-content:space-between;align-items:center}.calendar-card-title{border:0;background:transparent;text-align:left;width:100%;padding:16px 0 12px}.calendar-card-title h2{font-size:18px;line-height:1.45;color:#343e55}.calendar-card-title p{font-size:13px;color:#8b92a0;margin-top:7px}.calendar-card-foot{display:flex;justify-content:space-between;gap:8px;font-size:12px;color:#858d9d;margin:10px 0 16px}.calendar-progress{height:7px;border-radius:9px;background:#eef0f5;overflow:hidden}.calendar-progress span{height:100%;display:block;background:linear-gradient(90deg,#5b7ed1,#70bba6);border-radius:inherit}.calendar-card>.button{width:100%;font-size:12px}.calendar-brief-panel{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:15px;background:#fff;border:1px solid #e4e6ee;border-radius:12px;padding:18px;margin:18px 0}.calendar-brief-panel>div{min-width:0;padding-right:15px;border-right:1px solid #eef0f4}.calendar-brief-panel>div:last-child{border-right:0}.calendar-brief-panel strong{display:block;font-size:13px;color:#616c82;margin-bottom:8px}.calendar-brief-panel p,.calendar-brief-panel a{display:block;color:#858c9a;font-size:13px;line-height:1.7;overflow-wrap:anywhere}.calendar-brief-panel a{color:#5475b6;text-decoration:underline}.calendar-workspace{display:grid;grid-template-columns:305px minmax(0,1fr);gap:18px;align-items:start}.calendar-slide-rail{background:#f5f6f9;border:1px solid #e2e5ed;border-radius:12px;padding:15px;max-height:760px;overflow:auto}.calendar-slide-rail .rail-title{display:flex;justify-content:space-between;margin-bottom:12px;color:#66738d}.calendar-slide-rail .rail-title span{font-size:12px;color:#818b9d}.calendar-slide-row{display:grid;grid-template-columns:29px 1fr 38px;align-items:center;gap:9px;width:100%;text-align:left;border:1px solid transparent;border-radius:8px;background:transparent;padding:10px 7px;margin-bottom:4px}.calendar-slide-row:hover{background:white;border-color:#e1e5ed}.calendar-slide-row.active{background:white;border-color:#7590c9;box-shadow:0 0 0 1px #7590c9}.calendar-slide-row>span:first-child{color:#9aa1ae;font:12px Arial}.calendar-slide-row strong,.calendar-slide-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-slide-row strong{font-size:13px;color:#4a556d}.calendar-slide-row small{font-size:11px;color:#8e96a5;margin-top:5px}.calendar-slide-detail{background:white;border:1px solid #e3e6ee;border-radius:12px;padding:22px;min-width:0}.calendar-detail-head{display:flex;gap:10px;align-items:center;flex-wrap:wrap;color:#89909d;font-size:12px}.calendar-detail-head .button{margin-left:auto;font-size:12px}.slide-progress-hero{display:flex;align-items:center;gap:18px;padding:22px 0;border-bottom:1px solid #edf0f4}.slide-progress-hero h2{font-size:24px;color:#394660}.slide-progress-hero p{font-size:13px;color:#8d95a3;margin:7px 0}.missing-label,.ready-label{font-size:12px;display:inline-block;padding:5px 8px;border-radius:5px;background:#fff0de;color:#a77e4e}.ready-label{background:#e1f5ed;color:#428c78}.linked-department-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:20px}.linked-department-card{border:1px solid #e5e8ee;border-top:3px solid var(--tone,#6f82b9);border-radius:10px;padding:15px;background:#fff}.linked-card-head,.linked-card-foot{display:flex;justify-content:space-between;gap:8px;align-items:center}.linked-card-head>span{font-size:12px;color:var(--tone,#667aa7);font-weight:600}.linked-department-card h3{font-size:15px;line-height:1.5;margin:12px 0 7px}.linked-department-card>p{font-size:12px;color:#8b929e;margin-bottom:16px}.linked-department-card .progress{margin-bottom:11px}.linked-card-foot{font-size:11px;color:#8a92a1}.linked-card-foot .button{font-size:11px;padding:7px 9px}.calendar-count-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:12px}.calendar-count-fields label{background:#f3f5fa;border:1px solid #e3e6ef;border-radius:8px;padding:10px}.calendar-count-fields input{background:white}.production-schedule-card{border-top:3px solid #bb6a61;background:#fffafa}.production-schedule-card h3{color:#9a635d}@media(max-width:1050px){.calendar-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.calendar-workspace{grid-template-columns:250px minmax(0,1fr)}.calendar-brief-panel{grid-template-columns:1fr 1fr}.calendar-brief-panel>div:nth-child(2){border-right:0}.calendar-brief-panel>div:last-child{grid-column:1/-1;border-top:1px solid #eef0f4;border-right:0;padding-top:13px}}@media(max-width:750px){.calendar-action-bar{align-items:flex-start;flex-direction:column}.calendar-list-grid{grid-template-columns:1fr}.calendar-workspace{grid-template-columns:1fr}.calendar-slide-rail{max-height:300px}.calendar-slide-row{grid-template-columns:29px 1fr 38px}.calendar-brief-panel{grid-template-columns:1fr}.calendar-brief-panel>div{border-right:0;border-bottom:1px solid #eef0f4;padding:0 0 12px}.calendar-brief-panel>div:last-child{border-bottom:0;padding-top:0}.linked-department-grid{grid-template-columns:1fr}.calendar-count-fields{grid-template-columns:1fr}}
.calendar-card{position:relative;overflow:hidden;padding:20px 22px 18px;border-radius:14px;border-color:#d9e1ee;box-shadow:0 4px 12px rgba(32,55,91,.06)}
.calendar-card::before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#5b78c9,#7a9be8)}
.calendar-card-head{padding-top:3px}.calendar-client-meta{display:flex;align-items:center;gap:10px}.calendar-client-meta>b,.calendar-client-meta>span:last-child{display:flex;flex-direction:column}.calendar-client-meta b{font-size:13px;color:#2e3d59}.calendar-client-meta small{font-size:9px;letter-spacing:.12em;color:#8b96a8;margin-top:3px}.calendar-month-pill{font-size:11px;font-weight:600;color:#435d91;background:#edf3ff;border:1px solid #d9e5fb;border-radius:999px;padding:7px 10px}.calendar-card-title{padding:18px 0 12px}.calendar-card-kicker{display:block;font-size:11px;font-weight:600;color:#5b78bd;margin-bottom:7px}.calendar-card-title h2{font-size:20px;color:#1f304d;margin:0}.calendar-card-title p{font-size:12px;color:#7b879a;margin-top:7px}.calendar-card-readiness{display:flex;justify-content:space-between;align-items:center;margin:2px 0 7px;color:#738097;font-size:11px}.calendar-card-readiness strong{font-size:18px;color:#4567ab}.calendar-progress{height:8px;background:#e9edf4;border-radius:99px}.calendar-progress span{background:linear-gradient(90deg,#5278c8,#7195e3)}.calendar-card-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:15px 0 16px}.calendar-card-metrics div{display:flex;flex-direction:column;gap:3px;background:#f6f8fb;border:1px solid #e8edf4;border-radius:8px;padding:9px 10px}.calendar-card-metrics b{font-size:17px;color:#283a5b}.calendar-card-metrics span{font-size:10px;color:#7c8798}.calendar-card-foot{margin:0;padding-top:12px;border-top:1px solid #edf0f5;align-items:center;color:#7e899a}.calendar-card-foot .button{width:auto;padding:8px 12px;font-size:11px;background:#f3f6fb;border-color:#dce5f2;color:#4569aa}.calendar-card-foot .button:hover{background:#eaf0fc;border-color:#bfcfea}
@media(max-width:520px){.calendar-card{padding:18px}.calendar-card-metrics{gap:6px}.calendar-card-metrics div{padding:8px 7px}}
