.gw-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:20px}.gw-head h1{margin:0}.gw-head__when{font-size:15px;color:var(--text-muted);margin:0 0 4px}.gw-head__actions{display:flex;flex-wrap:wrap;gap:10px}.gw-kicker{color:var(--gold-ink);margin:0 0 10px}.gw-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:16px}@media (min-width:1000px){.gw-grid--dash{grid-template-columns:minmax(0,1.75fr) minmax(280px,1fr)}}.gw-side{display:flex;flex-direction:column;gap:16px}.gw-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px}.gw-stat__label{font-size:14px;color:var(--text-muted);margin:0 0 6px}.gw-stat__value{font-size:28px;line-height:1.15;font-weight:700;color:var(--forest);margin:0}.gw-card-head{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:18px 18px 14px;border-bottom:1px solid var(--border)}.gw-card-head h2{margin:0}.gw-card-head__meta{margin-left:auto;font-size:14px;color:var(--text-muted)}.gw-tasks{display:flex;flex-direction:column}.gw-task{display:flex;flex-wrap:wrap;align-items:center;gap:14px;padding:16px 18px}.gw-task+.gw-task{border-top:1px solid var(--border)}.gw-task__icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;flex:none;border-radius:var(--r-md);background:var(--surface);color:var(--text-muted);font-size:16px}.gw-task__icon--urgent{background:var(--danger-soft);color:var(--danger)}.gw-task__icon--warn{background:var(--warn-soft);color:var(--warn)}.gw-task__body{flex:1 1 190px;min-width:0}.gw-task__title{font-size:17px;font-weight:600;color:var(--text);margin:0}.gw-task__note{font-size:14px;line-height:1.55;color:var(--text-muted);margin:3px 0 0}.gw-task .btn{flex:none;width:100%}@media (min-width:640px){.gw-task .btn{width:auto}}.gw-state{padding:16px 18px}.gw-kpi{background:var(--forest);border-radius:var(--r-xl);padding:20px;color:#fff}.gw-kpi__label{font-size:14px;color:rgba(255,255,255,.72);margin:0 0 6px}.gw-kpi__value{font-size:34px;line-height:1.1;font-weight:700;margin:0}.gw-kpi__trend{font-size:14px;line-height:1.5;color:var(--gold-on-dark);margin:8px 0 0}.gw-kpi__split{display:flex;justify-content:space-between;gap:16px;margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.16)}.gw-kpi__cell-label{font-size:13px;color:rgba(255,255,255,.72);margin:0}.gw-kpi__cell-value{font-size:20px;font-weight:600;margin:2px 0 0}a.gw-kpi:hover{background:#0f3227}.gw-tools{display:grid;grid-template-columns:1fr;gap:18px}@media (min-width:620px){.gw-tools{grid-template-columns:1fr 1fr}}@media (min-width:1000px){.gw-tools{grid-template-columns:repeat(4,1fr)}}.gw-tool{display:flex;align-items:center;gap:11px;min-height:var(--touch-min);padding:0 10px;border-radius:var(--r-sm);font-size:15px;color:var(--text-body)}.gw-tool:hover{background:var(--green-soft);color:var(--forest)}.gw-tool i{width:18px;text-align:center;color:var(--green)}