#sept-preview .wf-maker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}
#sept-preview .wf-maker-grid [hidden]{display:none}
#sept-preview .wf-maker-grid .sp-button{justify-content:flex-start;min-height:48px}
#sept-preview .wf-instructions{min-width:820px}
#sept-preview .wf-instructions td{padding:10px 6px}
#sept-preview .wf-instructions td:first-child{white-space:nowrap}
#sept-preview .wf-instructions select,#sept-preview .wf-instructions input{width:100%;min-width:115px}
#sept-preview .wf-details{border-top:1px solid var(--sp-line);padding-top:16px}
#sept-preview .wf-details summary{cursor:pointer;color:var(--sp-green)}
#sept-preview .wf-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:20px 0}
#sept-preview .wf-facts small,#sept-preview .wf-facts span{display:block;overflow-wrap:anywhere}
#sept-preview .wf-facts small{margin-bottom:4px}
#sept-preview .wf-cap-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:22px 0}
#sept-preview .wf-cap-kpis strong{display:block;font-size:27px;font-weight:600;font-variant-numeric:tabular-nums}
#sept-preview .wf-band{display:inline-block;padding:4px 8px;border-radius:5px;font-size:11px;font-weight:600}
#sept-preview .blue{--band:#70b8fc}#sept-preview .green{--band:#7cd0a5}#sept-preview .yellow{--band:#f3cc59}#sept-preview .red{--band:#f3949d}#sept-preview .over{--band:#ff687c}
#sept-preview .wf-band{color:var(--band);background:color-mix(in srgb,var(--band) 12%,transparent)}
#sept-preview .wf-legend{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}
#sept-preview .wf-meter{height:10px;background:#101720;position:relative;border-radius:4px;margin-top:10px}
#sept-preview .wf-meter i{display:block;height:100%;background:var(--band);border-radius:4px;opacity:.8}
#sept-preview .wf-meter b{position:absolute;top:-3px;bottom:-3px;width:2px;background:#fff9}
#sept-preview .wf-month{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:7px;margin-top:20px}
#sept-preview .wf-weekday{font-size:12px;color:var(--sp-muted);text-align:center;padding:4px}
#sept-preview .wf-day{min-height:112px;min-width:0;text-align:left;background:#131c25;color:var(--sp-text);border:1px solid var(--sp-line);border-top:3px solid var(--band);border-radius:8px;padding:10px}
#sept-preview .wf-day[aria-pressed=true]{outline:2px solid #b7dacc;outline-offset:1px}
#sept-preview .wf-day strong{display:block;font-size:16px;margin-bottom:4px}
#sept-preview .wf-day span{font-size:11px;font-variant-numeric:tabular-nums;white-space:nowrap}
#sept-preview .wf-day small{display:block;font-size:10px;margin-top:7px}
#sept-preview .wf-day.closed{opacity:.48}
#sept-preview .wf-queue{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0}
#sept-preview fieldset{border:0;padding:0;margin:0;min-width:0}
#sept-preview .wf-check{display:flex;align-items:center;gap:10px;color:var(--sp-text)}
#sept-preview .wf-check input{width:16px;height:16px;margin:0;flex-shrink:0}
#sept-preview input.wf-hours{width:95px}

/* Intake detail: C3 return-date picker with live C3 workload context. */
#sept-preview .c3-schedule{border-color:#356354;background:linear-gradient(145deg,#111b21 0%,#101c1c 100%)}
#sept-preview .c3-schedule-heading{align-items:flex-start}
#sept-preview .c3-schedule-heading h2{margin:4px 0 7px}
#sept-preview .c3-schedule-choice{min-width:225px;padding:13px 16px;border:1px solid #51816f;border-radius:9px;background:#102b23}
#sept-preview .c3-schedule-choice small,#sept-preview .c3-schedule-choice strong,#sept-preview .c3-schedule-choice span{display:block}
#sept-preview .c3-schedule-choice strong{margin:5px 0;color:#b9f2dc;font-size:23px;font-variant-numeric:tabular-nums}
#sept-preview .c3-schedule-choice span{font-size:11px;color:#96c7b4}
#sept-preview .c3-schedule-toolbar{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin:20px 0 14px}
#sept-preview .c3-schedule-toolbar>strong{min-width:210px;text-align:center;font-size:15px;font-variant-numeric:tabular-nums}
#sept-preview .c3-schedule-scroll{overflow-x:auto;padding:2px 2px 10px}
#sept-preview .c3-schedule-week{display:grid;grid-template-columns:repeat(7,minmax(130px,1fr));gap:7px;min-width:980px}
#sept-preview .c3-schedule-day{display:flex;flex-direction:column;gap:10px;min-height:205px;padding:12px 10px;border:1px solid #344a48;border-top:3px solid #5d7a76;border-radius:8px;background:#111d22;color:var(--sp-text);text-align:left}
#sept-preview .c3-schedule-day:not(:disabled):hover{border-color:#75d7b6;background:#15302a;transform:translateY(-1px)}
#sept-preview .c3-schedule-day.selected{border-color:#7be0bc;border-top-color:#7be0bc;background:#12392e;box-shadow:0 0 0 1px #7be0bc55,inset 0 0 24px #51c99c10}
#sept-preview .c3-schedule-day.unavailable{opacity:.38;cursor:not-allowed}
#sept-preview .c3-schedule-date{display:flex;align-items:center;gap:6px;min-height:26px}
#sept-preview .c3-schedule-date strong{font-size:19px;font-variant-numeric:tabular-nums}
#sept-preview .c3-schedule-date small{color:var(--sp-muted)}
#sept-preview .c3-schedule-date b{margin-left:auto;padding:3px 5px;border-radius:4px;background:#77d9b51c;color:#9fe9ce;font-size:9px}
#sept-preview .c3-schedule-load,#sept-preview .c3-schedule-intake,#sept-preview .c3-schedule-project{display:block;padding-top:8px;border-top:1px solid #2e413f}
#sept-preview .c3-schedule-load small,#sept-preview .c3-schedule-intake small,#sept-preview .c3-schedule-project small{display:block;margin-bottom:4px;color:#8ea6a0;font-size:10px}
#sept-preview .c3-schedule-load strong,#sept-preview .c3-schedule-intake strong,#sept-preview .c3-schedule-project strong{display:block;font-size:13px;font-variant-numeric:tabular-nums}
#sept-preview .c3-schedule-load em{display:block;margin-top:3px;color:#e5c270;font-size:9px;font-style:normal}
#sept-preview .c3-schedule-project{margin-top:auto;color:#b9f2dc}
#sept-preview .c3-schedule-project strong{font-size:17px}
#sept-preview .c3-schedule-select{margin-top:auto;color:#8fc8b3;font-size:11px}
#sept-preview .c3-schedule-foot{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:10px;color:var(--sp-muted);font-size:11px;line-height:1.7}
#sept-preview .c3-request-submit,#sept-preview .c3-request-confirmed{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;border:1px solid #4b7968;border-radius:11px;background:linear-gradient(135deg,#123329,#10241f)}
#sept-preview .c3-request-submit small,#sept-preview .c3-request-submit strong,#sept-preview .c3-request-submit span,#sept-preview .c3-request-confirmed small,#sept-preview .c3-request-confirmed strong,#sept-preview .c3-request-confirmed span{display:block}
#sept-preview .c3-request-submit small,#sept-preview .c3-request-confirmed small{color:#91cbb5;font-size:11px;letter-spacing:.05em}
#sept-preview .c3-request-submit strong,#sept-preview .c3-request-confirmed strong{margin:5px 0;color:#e3fff4;font-size:17px}
#sept-preview .c3-request-submit span,#sept-preview .c3-request-confirmed span{color:#9eb5ac;font-size:12px}
#sept-preview .c3-request-submit .sp-button,#sept-preview .c3-request-confirmed .sp-button{flex:none;padding:13px 20px}
#sept-preview .c3-request-confirmed{border-color:#466050;background:#18251f}
@container(max-width:900px){#sept-preview .wf-facts{grid-template-columns:repeat(2,minmax(0,1fr))}#sept-preview .wf-cap-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}#sept-preview .wf-month{gap:4px}#sept-preview .wf-day{padding:5px;min-height:95px}#sept-preview .wf-day span{font-size:9px}}
@container(max-width:580px){#sept-preview .wf-month{min-width:560px}#sept-preview .sp-panel:has(.wf-month){overflow:auto}#sept-preview .wf-facts{grid-template-columns:1fr}#sept-preview .c3-schedule-heading{display:grid}#sept-preview .c3-schedule-choice{min-width:0;width:100%}#sept-preview .c3-schedule-toolbar{justify-content:flex-start}#sept-preview .c3-request-submit,#sept-preview .c3-request-confirmed{align-items:stretch;flex-direction:column}}

#sept-preview .wf-maker-field{display:grid;gap:6px;min-width:0;align-self:start}
#sept-preview .wf-maker-control{position:relative;min-width:0}
#sept-preview #wf-maker-input{padding-right:42px}
#sept-preview .wf-maker-toggle{position:absolute;right:1px;top:1px;bottom:1px;width:38px;min-height:0;border:0;border-left:1px solid var(--sp-line);border-radius:0 5px 5px 0;background:var(--sp-paper);color:var(--sp-muted)}
#sept-preview .wf-maker-options{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:40;display:flex;flex-direction:column;max-height:260px;overflow-y:auto;overscroll-behavior:contain;padding:5px;border:1px solid var(--sp-line);border-radius:8px;background:var(--sp-paper);box-shadow:0 12px 28px #0005}
#sept-preview .wf-maker-options[hidden]{display:none}
#sept-preview .wf-maker-options [role=option]{display:block;flex:0 0 auto;width:100%;padding:10px 12px;text-align:left;white-space:normal;overflow-wrap:anywhere;font-size:14px;border:0;border-radius:5px;background:transparent;color:var(--sp-text)}
#sept-preview .wf-maker-options [role=option]:hover,#sept-preview .wf-maker-options [aria-selected=true]{background:var(--sp-soft);color:var(--sp-green)}
#sept-preview .wf-maker-empty{padding:10px 12px;font-size:13px;color:var(--sp-muted)}

/* Intake scheduling: month context and equal daily allocation. */
#sept-preview .wf-plan-layout{display:grid;grid-template-columns:minmax(235px,290px) minmax(0,1fr);gap:24px;margin:24px 0}
#sept-preview .wf-plan-controls{display:grid;gap:14px;padding:18px;background:#111a23;border:1px solid var(--sp-line);border-radius:10px}
#sept-preview .wf-plan-controls label{display:grid;gap:7px;font-size:12px;color:var(--sp-muted)}
#sept-preview .wf-plan-controls small{font-size:11px;line-height:1.7}
#sept-preview .wf-plan-controls input,#sept-preview .wf-plan-controls select,#sept-preview .wf-plan-controls textarea{width:100%;min-width:0}
#sept-preview .wf-plan-controls textarea{min-height:90px}
#sept-preview .wf-plan-pair{display:grid;grid-template-columns:1fr 1fr;gap:10px}
#sept-preview .wf-plan-average{padding:14px;border:1px solid #7cd0a530;border-radius:8px;background:#7cd0a508}
#sept-preview .wf-plan-average>small,#sept-preview .wf-plan-average strong{display:block}
#sept-preview .wf-plan-average strong{margin:6px 0;color:var(--sp-green);font-size:30px;font-variant-numeric:tabular-nums}
#sept-preview .wf-plan-average strong small{font-weight:400;font-size:12px}
#sept-preview .wf-plan-calendar{min-width:0}
#sept-preview .wf-plan-calendar-scroll{overflow-x:auto;padding:3px}
#sept-preview .wf-plan-monthnav{display:flex;align-items:center;justify-content:space-between;gap:16px}
#sept-preview .wf-plan-monthnav h3{margin:0;font-size:20px}
#sept-preview .wf-plan-monthnav button{min-width:40px;font-size:22px}
#sept-preview .wf-plan-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;min-width:560px}
#sept-preview .wf-plan-day{display:flex;flex-direction:column;gap:7px;min-width:0;min-height:154px;padding:10px 7px;border:1px solid var(--sp-line);border-top:3px solid var(--band,#293843);border-radius:7px;background:#131d27;text-align:left;color:var(--sp-text);font-size:11px;font-variant-numeric:tabular-nums}
#sept-preview .wf-plan-day:not(:disabled):hover{background:#1d2e39;border-color:var(--sp-green)}
#sept-preview .wf-plan-day[aria-pressed=true]{outline:2px solid var(--sp-green);outline-offset:1px}
#sept-preview .wf-plan-day:focus-visible{outline:2px solid #fff;outline-offset:2px}
#sept-preview .wf-plan-day.allocated{background:#7cd0a50c;border-color:#7cd0a575}
#sept-preview .wf-plan-day:disabled{cursor:default}
#sept-preview .wf-plan-day:disabled:not(.allocated){opacity:.55}
#sept-preview .wf-plan-day.outside{border-color:transparent;background:transparent;opacity:.3}
#sept-preview .wf-plan-date{display:flex;align-items:center;justify-content:space-between;gap:3px}
#sept-preview .wf-plan-date strong{font-size:18px}
#sept-preview .wf-plan-date b{font-size:9px;padding:2px 4px;border-radius:4px;background:#7cd0a530;color:var(--sp-green)}
#sept-preview .wf-plan-day small{font-size:10px;color:var(--sp-muted)}
#sept-preview .wf-plan-day em{font-style:normal;font-weight:600;min-height:28px;line-height:1.4}
#sept-preview .wf-plan-day.allocated em{color:var(--sp-green)}
#sept-preview .wf-plan-meter{display:flex;height:5px;margin-top:auto;overflow:hidden;background:#060f17;border-radius:4px}
#sept-preview .wf-plan-meter i{display:block;background:#718196;flex-shrink:0}
#sept-preview .wf-plan-meter b{display:block;background:var(--sp-green);flex-shrink:0}
#sept-preview .wf-plan-key{display:flex;gap:16px;flex-wrap:wrap;margin:14px 0;font-size:11px;color:#9aa9bd}
#sept-preview .wf-plan-key span:last-child{color:var(--sp-green)}
#sept-preview .wf-plan-summary{display:flex;align-items:center;flex-wrap:wrap;gap:14px 24px;padding:18px;border:1px solid var(--sp-line);border-radius:8px;background:#111a23}
#sept-preview .wf-plan-summary span{font-size:12px;color:var(--sp-muted)}
#sept-preview .wf-plan-state{font-size:13px;line-height:1.7;color:var(--sp-green)}
#sept-preview .wf-plan-warning,#sept-preview .wf-plan-day small.wf-plan-warning{color:#f3cc59}
@container(max-width:1120px){#sept-preview .wf-plan-layout{grid-template-columns:1fr}#sept-preview .wf-plan-controls{grid-template-columns:repeat(2,minmax(0,1fr))}#sept-preview .wf-plan-average{grid-row:span 2}#sept-preview .wf-plan-controls>label:last-child{grid-column:1/-1}}
@container(max-width:580px){#sept-preview .wf-plan-controls{grid-template-columns:1fr}#sept-preview .wf-plan-summary{align-items:flex-start;flex-direction:column}#sept-preview .wf-plan-day{min-height:148px}}

#sept-preview .cp-account{display:flex;align-items:center;gap:18px;flex-wrap:wrap;padding:18px 22px;border:1px solid #3d6257;border-radius:12px;background:#102820;margin-bottom:22px}
#sept-preview .cp-account strong,#sept-preview .cp-account small{display:block}
#sept-preview .cp-account strong{font-size:18px;color:#effff8}
#sept-preview .cp-account p{margin:0;margin-left:auto;color:#c4d7ce;font-size:14px}
#sept-preview .cp-progress{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;max-width:820px;margin:0 0 22px;padding:0;list-style:none}
#sept-preview .cp-progress li{position:relative;display:flex;align-items:center;gap:10px;color:#778c84;font-size:12px}
#sept-preview .cp-progress li:not(:last-child):after{content:"";height:1px;flex:1;margin-right:10px;background:#344840}
#sept-preview .cp-progress span{display:grid;place-items:center;width:28px;height:28px;flex:none;border:1px solid #40574e;border-radius:50%;background:#111d1b;color:#91a69d}
#sept-preview .cp-progress .current{color:#d9f7e9}
#sept-preview .cp-progress .current span{border-color:#78d8b5;background:#153e31;color:#b8f3dc;box-shadow:0 0 0 4px #58c99f12}
#sept-preview .cp-form{display:grid;gap:20px;max-width:1120px}
#sept-preview .cp-section{border-color:#2d4540;background:linear-gradient(145deg,#111c21 0%,#10191d 100%)}
#sept-preview .cp-section-title{display:flex;align-items:flex-start;gap:14px;margin-bottom:22px}
#sept-preview .cp-section-title>span{display:grid;place-items:center;width:38px;height:38px;flex:none;border:1px solid #4d8e77;border-radius:10px;color:#adf0d4;background:#123c30;font-size:14px}
#sept-preview .cp-section-title .sp-sub{margin-top:5px}
#sept-preview .cp-form label{font-size:14px;line-height:1.6;gap:7px}
#sept-preview .cp-form small{font-size:13px;color:var(--sp-muted)}
#sept-preview .cp-form input,#sept-preview .cp-form select,#sept-preview .cp-form textarea{font-size:16px;min-height:44px}
#sept-preview .cp-form input[type="checkbox"],#sept-preview .cp-form input[type="radio"]{width:18px;height:18px;min-height:0;margin:0;accent-color:#74d9b5}
#sept-preview .cp-review-fields{padding:16px;border:1px solid #2b4940;border-radius:10px;background:#0e1a1c}
#sept-preview .cp-instructions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}
#sept-preview .cp-instruction{padding:18px;border:1px solid var(--sp-line);border-radius:10px;background:#111d22;min-width:0}
#sept-preview .cp-instruction h3{margin:0 0 14px;font-size:16px;color:#c8f3e1}
#sept-preview .cp-instruction label{display:grid;margin-top:12px}
#sept-preview .cp-reference-upload{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px 20px;margin-top:18px;padding:18px;border:1px dashed #4c7568;border-radius:10px;background:#10201f}
#sept-preview .cp-reference-upload h3{margin:0 0 5px;font-size:16px;color:#d7f4e8}
#sept-preview .cp-reference-upload p{margin:0;color:#aebfb8;font-size:13px}
#sept-preview .cp-reference-upload>input[type="file"]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
#sept-preview .cp-file-button{display:inline-flex!important;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:1px solid #5a8c7b;border-radius:7px;background:#173229;color:#d8f8ea;cursor:pointer;white-space:nowrap}
#sept-preview .cp-file-button:hover{border-color:#7be0bc;background:#1c4436}
#sept-preview #cp-file-list{margin:8px 0 0;color:#c3e7d8;overflow-wrap:anywhere}
#sept-preview .cp-reference-upload>small{grid-column:1/-1}
#sept-preview .cp-pr{margin-top:18px;padding:18px;border:1px solid #304a43;border-radius:10px;background:#111d22}
#sept-preview .cp-pr legend{padding:0 8px;color:#c8f3e1;font-size:16px;font-weight:600}
#sept-preview .cp-choice-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:4px}
#sept-preview .cp-choice-row label{display:flex;align-items:center;gap:9px;min-width:130px;padding:10px 14px;border:1px solid #40594f;border-radius:8px;background:#0d171a;color:#d8e9e2;cursor:pointer}
#sept-preview .cp-pr-fields{margin-top:16px;padding-top:16px;border-top:1px solid #2e443e}
#sept-preview .cp-pr-fields[hidden]{display:none}
#sept-preview .cp-density-delivery{border-color:#5a5435;background:#211f16}
#sept-preview .cp-density-delivery legend{color:#f1e3a5}
#sept-preview .cp-density-delivery>.sp-sub{margin:0 0 14px}
#sept-preview .cp-notes{display:grid;margin-top:18px}
#sept-preview .cp-express{padding:14px 16px;border:1px solid #6e6238;border-radius:9px;background:#2b2514}
#sept-preview .cp-express>span{display:flex;align-items:center;gap:10px;color:#fff1bd;font-weight:600}
#sept-preview .cp-express small{margin-left:28px;color:#cfc39a}
#sept-preview .cp-security-note{display:flex;align-items:flex-start;gap:12px;margin-top:18px;padding:14px 16px;border-radius:9px;background:#102721;border:1px solid #365d50}
#sept-preview .cp-security-note:before{content:"非公開";padding:3px 6px;border:1px solid #57957f;border-radius:4px;color:#9be4c8;font-size:9px;font-weight:700;letter-spacing:.08em}
#sept-preview .cp-security-note strong{display:block;color:#d9f5e9;font-size:14px;white-space:nowrap}
#sept-preview .cp-security-note p{margin:0;color:#aebfb8;font-size:13px;line-height:1.7}
#sept-preview .cp-options{border-top:1px solid var(--sp-line);margin-top:22px;padding-top:18px}
#sept-preview .cp-options summary{cursor:pointer;color:#bde9d5;font-size:14px}
#sept-preview .cp-submit{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px;border-radius:12px;background:#132d24;border:1px solid #426c59}
#sept-preview .cp-submit strong{font-size:16px}#sept-preview .cp-submit p{font-size:13px;color:#b9cec3;margin:8px 0 0}
#sept-preview .cp-submit .sp-button{white-space:nowrap;padding:14px 24px;font-size:16px}
#sept-preview .cp-proxy-note{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:14px;margin-bottom:18px}
#sept-preview .cp-proxy-note a{color:#b3e6cc;text-decoration:underline}
#sept-preview .cp-request-list{display:grid;gap:14px;margin-top:20px}
#sept-preview .cp-request{display:flex;justify-content:space-between;gap:16px;text-align:left;padding:20px;border:1px solid #344c44;background:#121f21;border-radius:10px;color:var(--sp-text)}
#sept-preview .cp-request:hover,#sept-preview .cp-request:focus-visible{border-color:#70d8b8;background:#123d37;outline:2px solid #70d8b8;outline-offset:2px}
#sept-preview .cp-request h3{font-size:18px;margin:8px 0}#sept-preview .cp-request p{font-size:14px;margin:0;color:#bfd5cc}
#sept-preview .cp-open{display:block;margin-top:18px;font-size:14px;color:#acdfcb}
#sept-preview .cp-reference{overflow-wrap:anywhere}
#sept-preview[data-entry="client"] .sp-nav button[aria-current="page"]{background:#123d37;color:#effff8;box-shadow:inset 3px 0 #77ddbb}
#sept-preview[data-entry="client"] .sp-heading h1{font-size:28px}
@container(max-width:650px){#sept-preview .cp-progress strong{display:none}#sept-preview .cp-progress li:not(:last-child):after{margin-right:4px}#sept-preview .cp-instructions{grid-template-columns:1fr}#sept-preview .cp-reference-upload{grid-template-columns:1fr}#sept-preview .cp-reference-upload>small{grid-column:auto}#sept-preview .cp-file-button{justify-self:start}#sept-preview .cp-security-note{display:grid;grid-template-columns:auto 1fr}#sept-preview .cp-security-note p{grid-column:1/-1}#sept-preview .cp-submit{align-items:stretch;flex-direction:column}#sept-preview .cp-account p{margin-left:0}#sept-preview .cp-request{flex-direction:column}#sept-preview .cp-form .sp-form{grid-template-columns:1fr}#sept-preview[data-entry="client"] .wf-facts{grid-template-columns:1fr 1fr}}
