/* HMCW 2.8.3 – isolated monthly closing process styles. */
.month-process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:2px 0 4px}
.month-process-card{position:relative;display:flex;flex-direction:column;min-width:0;min-height:300px;padding:24px;border:1px solid #dbe5d8;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(23,57,47,.06);overflow:hidden}
.month-process-card:before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:#cfdcca}
.month-process-card.is-complete{border-color:#bfd8b5;background:linear-gradient(180deg,#f7fbf4 0,#fff 45%)}
.month-process-card.is-complete:before{background:#6e995d}
.month-process-card.is-attention{border-color:#ead7ad;background:linear-gradient(180deg,#fffaf0 0,#fff 45%)}
.month-process-card.is-attention:before{background:#d2a84e}
.month-process-card.is-disabled{background:#f7f8f6;color:#778078}
.month-process-card__header{display:flex;align-items:center;gap:11px;margin-bottom:24px}
.month-process-number{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:12px;background:#e8f0e4;color:#2f5c3a;font-size:16px;font-weight:800}
.is-complete .month-process-number{background:#dcefd1;color:#2d6938}
.is-attention .month-process-number{background:#fff0cc;color:#8a6520}
.month-process-label{font-size:10px;font-weight:800;letter-spacing:1.35px;text-transform:uppercase;color:#7c8b79}
.month-process-card__body{display:block;margin-bottom:24px}
.month-process-card__body h2{margin:0 0 10px;font-size:20px;line-height:1.25;color:#17372f}
.month-process-card__body p{margin:0;font-size:12px;line-height:1.65;color:#68776a}
.month-process-card__action{margin-top:auto;width:100%}
a.month-process-card__action,.month-process-card__action .button{display:inline-flex;align-items:center;justify-content:center;min-height:44px}
.month-select-form{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}
.month-select-form label{display:block;width:100%}
.month-select-form label>span{display:block;margin-bottom:6px;font-size:10px;font-weight:700;color:#617061}
.month-select-form input[type=month]{width:100%;min-height:44px;background:#fbfcfa}
.month-process-card__action form{width:100%}
.month-process-card__action .button,.month-process-card form>.button{width:100%}
@media(max-width:1120px){.month-process{grid-template-columns:1fr}.month-process-card{min-height:0}.month-process-card__body{margin-bottom:18px}.month-process-card__action{margin-top:0}}
@media(max-width:600px){.month-process{gap:12px}.month-process-card{padding:20px;border-radius:13px}.month-process-card__header{margin-bottom:18px}.month-process-card__body h2{font-size:18px}}
