/* Derived unchanged base CSS from docs/design/fanhai-staff-console-v5.html, first style block. */

#fh-staff-v5{--fs-blue:#127f9c;--fs-price:light-dark(#de503e,#ff9d8f);--fs-bg:light-dark(#f3f6f8,#171e23);--fs-paper:light-dark(#fff,#222c33);--fs-ink:light-dark(#22323b,#edf3f6);--fs-muted:light-dark(#5e727e,#acbdc8);--fs-line:light-dark(#dce5e9,#3a4b55);--fs-tint:light-dark(#e7f3f7,#213f4c);--fs-on:#fff;--fs-gap:16px;color:var(--fs-ink);background:var(--fs-bg);font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;font-size:14px;line-height:1.6;width:100%;box-sizing:border-box}
#fh-staff-v5 *{box-sizing:border-box}#fh-staff-v5 button,#fh-staff-v5 input,#fh-staff-v5 textarea,#fh-staff-v5 select{font:inherit}#fh-staff-v5 button{cursor:pointer}#fh-staff-v5 button:disabled{cursor:not-allowed;opacity:.5}#fh-staff-v5 [hidden]{display:none!important}#fh-staff-v5 h1,#fh-staff-v5 h2,#fh-staff-v5 h3,#fh-staff-v5 strong,#fh-staff-v5 b{font-weight:500}#fh-staff-v5 h1{font-size:22px;margin:0}#fh-staff-v5 h2{font-size:17px;margin:0 0 12px}#fh-staff-v5 h3{font-size:15px;margin:14px 0 8px}#fh-staff-v5 p{margin:8px 0}#fh-staff-v5 small{font-size:12px;color:var(--fs-muted)}#fh-staff-v5 button{border:1px solid var(--fs-line);border-radius:6px;background:var(--fs-paper);color:var(--fs-ink);padding:7px 12px;line-height:1.5}#fh-staff-v5 .fs-primary{background:var(--fs-blue);border-color:var(--fs-blue);color:var(--fs-on)}#fh-staff-v5 .fs-link{border:0;background:none;color:light-dark(#126a84,#8cd5ed);padding:3px 0}#fh-staff-v5 .fs-danger{color:var(--fs-price)}#fh-staff-v5 .fs-muted{color:var(--fs-muted)}#fh-staff-v5 svg{width:19px;height:19px;vertical-align:middle;flex-shrink:0}#fh-staff-v5 .fs-head{background:var(--fs-paper);padding:17px 22px;border-bottom:1px solid var(--fs-line);display:flex;justify-content:space-between;gap:16px;align-items:center}#fh-staff-v5 .fs-brand{display:flex;align-items:center;gap:11px;min-width:0}#fh-staff-v5 .fs-brand>svg{color:var(--fs-blue);width:30px;height:30px}#fh-staff-v5 .fs-brand strong{font-size:18px;display:block}#fh-staff-v5 .fs-brand span{font-size:12px;color:var(--fs-muted);display:block}#fh-staff-v5 .fs-role{display:flex;align-items:center;gap:8px;color:var(--fs-muted);font-size:12px;flex-wrap:wrap}#fh-staff-v5 .fs-role select{max-width:245px}#fh-staff-v5 .fs-localbar{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:8px 22px;background:var(--fs-tint);color:var(--fs-muted);font-size:12px}#fh-staff-v5 .fs-layout{display:grid;grid-template-columns:182px minmax(0,1fr)}#fh-staff-v5 .fs-nav{padding:20px 12px;background:var(--fs-paper);border-right:1px solid var(--fs-line);display:flex;flex-direction:column;gap:8px}#fh-staff-v5 .fs-nav button{border:0;background:none;display:flex;gap:8px;align-items:center;text-align:left;padding:11px 9px;font-size:13px}#fh-staff-v5 .fs-nav button.is-active{background:var(--fs-tint);color:light-dark(#126a84,#8cd5ed)}#fh-staff-v5 .fs-navnote{border-top:1px solid var(--fs-line);padding:16px 8px;color:var(--fs-muted);font-size:12px;margin-top:16px}#fh-staff-v5 .fs-main{padding:22px;min-width:0}#fh-staff-v5 .fs-status:empty{display:none}#fh-staff-v5 .fs-status{padding:10px 12px;margin-bottom:12px;background:var(--fs-tint);border-radius:5px;overflow-wrap:anywhere;font-size:13px}#fh-staff-v5 .fs-status.is-error{color:var(--fs-price)}#fh-staff-v5 .fs-title{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:18px}#fh-staff-v5 .fs-title p{color:var(--fs-muted);font-size:12px;margin:4px 0 0}#fh-staff-v5 .fs-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}#fh-staff-v5 .fs-card{padding:18px;background:var(--fs-paper);border:1px solid var(--fs-line);border-radius:8px;margin-bottom:var(--fs-gap);min-width:0}#fh-staff-v5 .fs-cardhead{display:flex;align-items:center;justify-content:space-between;gap:9px;flex-wrap:wrap;margin-bottom:12px}#fh-staff-v5 .fs-cardhead h2{margin:0}#fh-staff-v5 .fs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}#fh-staff-v5 .fs-three{grid-template-columns:repeat(3,minmax(0,1fr))}#fh-staff-v5 .fs-field{display:flex;flex-direction:column;gap:6px;min-width:0;margin:0 0 12px}#fh-staff-v5 .fs-field>span{font-size:13px}#fh-staff-v5 input:not([type=checkbox]),#fh-staff-v5 select,#fh-staff-v5 textarea{width:100%;min-width:0;max-width:100%;padding:8px 10px;background:var(--fs-bg);border:1px solid var(--fs-line);border-radius:5px;color:var(--fs-ink);font-size:14px}#fh-staff-v5 textarea{min-height:94px;resize:vertical}#fh-staff-v5 .fs-check{display:flex;align-items:flex-start;gap:7px;font-size:13px;margin:9px 0}#fh-staff-v5 .fs-check input{margin:4px 0 0;accent-color:var(--fs-blue)}#fh-staff-v5 .fs-note{font-size:12px;color:var(--fs-muted);padding:11px 12px;background:var(--fs-tint);border-radius:5px;margin:12px 0;overflow-wrap:anywhere}#fh-staff-v5 .fs-tabs{display:flex;flex-wrap:wrap;gap:6px;border-bottom:1px solid var(--fs-line);padding-bottom:12px;margin-bottom:16px}#fh-staff-v5 .fs-tabs button.is-active{border-color:var(--fs-blue);background:var(--fs-tint);color:light-dark(#126a84,#8cd5ed)}#fh-staff-v5 .fs-pill{font-size:12px;padding:2px 8px;border-radius:12px;background:var(--fs-tint);color:var(--fs-muted);display:inline-block}#fh-staff-v5 .fs-table{width:100%;border-collapse:collapse;margin:5px 0}#fh-staff-v5 .fs-table th{font-size:12px;font-weight:400;color:var(--fs-muted);text-align:left;padding:10px 8px;border-bottom:1px solid var(--fs-line)}#fh-staff-v5 .fs-table td{padding:13px 8px;border-bottom:1px solid var(--fs-line);vertical-align:top;overflow-wrap:anywhere}#fh-staff-v5 .fs-table td small{display:block}#fh-staff-v5 .fs-productcell{max-width:255px}#fh-staff-v5 .fs-price{color:var(--fs-price);font-variant-numeric:tabular-nums}#fh-staff-v5 .fs-daypicker{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 16px}#fh-staff-v5 .fs-daypicker button.is-active{background:var(--fs-blue);color:var(--fs-on);border-color:var(--fs-blue)}#fh-staff-v5 .fs-pictures{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:12px 0}#fh-staff-v5 .fs-picture{border:1px solid var(--fs-line);border-radius:6px;padding:8px;min-width:0}#fh-staff-v5 .fs-picture img{width:100%;height:110px;object-fit:cover;display:block;border-radius:4px}#fh-staff-v5 .fs-picture small{display:block;overflow-wrap:anywhere;margin:4px 0}#fh-staff-v5 .fs-picture input{padding:6px;font-size:12px}#fh-staff-v5 .fs-picture .fs-actions{gap:4px;margin-top:6px}#fh-staff-v5 .fs-picture button{font-size:12px;padding:5px 6px}#fh-staff-v5 .fs-upload{display:flex;flex-direction:column;gap:7px;padding:14px;border:1px dashed var(--fs-line);border-radius:6px;color:var(--fs-muted);font-size:12px}#fh-staff-v5 input[type=file]{font-size:12px;padding:6px}#fh-staff-v5 .fs-preview{max-width:420px;margin:auto;background:var(--fs-paper);border:1px solid var(--fs-line);border-radius:8px;padding:16px}#fh-staff-v5 .fs-preview h2{font-size:21px}#fh-staff-v5 .fs-preview .fs-tabs{gap:7px;font-size:12px}#fh-staff-v5 .fs-preview figure{margin:10px 0}#fh-staff-v5 .fs-preview img{width:100%;display:block;border-radius:5px}#fh-staff-v5 .fs-preview figcaption{font-size:12px;color:var(--fs-muted);margin-top:3px}#fh-staff-v5 .fs-preview details{padding:12px 0;border-top:1px solid var(--fs-line)}#fh-staff-v5 .fs-preview summary{cursor:pointer;font-weight:500}#fh-staff-v5 .fs-preview p{white-space:pre-wrap;font-size:13px;overflow-wrap:anywhere}#fh-staff-v5 .fs-clientnav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));font-size:12px;color:var(--fs-muted);border-top:1px solid var(--fs-line);padding-top:13px;text-align:center}#fh-staff-v5 .fs-amounts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:15px 0}#fh-staff-v5 .fs-amounts div{border-left:2px solid var(--fs-line);padding-left:10px}#fh-staff-v5 .fs-amounts span{font-size:12px;color:var(--fs-muted);display:block}#fh-staff-v5 .fs-amounts strong{font-size:24px;white-space:nowrap;font-variant-numeric:tabular-nums}#fh-staff-v5 .fs-statusrows{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;font-size:13px;margin:14px 0}#fh-staff-v5 .fs-statusrows>div{display:flex;justify-content:space-between;gap:8px;padding:9px 10px;background:var(--fs-bg);border-radius:5px}#fh-staff-v5 .fs-statevalue{color:light-dark(#126a84,#8cd5ed);text-align:right}#fh-staff-v5 .fs-log{padding:10px 0;border-bottom:1px solid var(--fs-line);font-size:13px;overflow-wrap:anywhere}#fh-staff-v5 .fs-log small{display:block}#fh-staff-v5 .fs-confirmbox{padding:15px;border:1px solid var(--fs-blue);background:var(--fs-paper);border-radius:7px;margin-bottom:14px}#fh-staff-v5 .fs-confirmbox p{margin:4px 0 12px;font-size:13px}#fh-staff-v5 .fs-empty{padding:25px 12px;text-align:center;background:var(--fs-bg);border-radius:5px;color:var(--fs-muted)}#fh-staff-v5 .fs-checklist{padding-left:19px;font-size:13px}#fh-staff-v5 .fs-checklist li{margin:6px 0}#fh-staff-v5 .fs-textline{white-space:pre-wrap;overflow-wrap:anywhere}#fh-staff-v5 fieldset{border:0;padding:0;margin:0;min-width:0}#fh-staff-v5 fieldset:disabled{opacity:.65}
@media(max-width:790px){#fh-staff-v5 .fs-layout{grid-template-columns:minmax(0,1fr)}#fh-staff-v5 .fs-nav{flex-direction:row;flex-wrap:wrap;padding:10px 14px;border-right:0;border-bottom:1px solid var(--fs-line);gap:5px}#fh-staff-v5 .fs-navnote{display:none}#fh-staff-v5 .fs-main{padding:18px}#fh-staff-v5 .fs-head{padding:15px 18px}#fh-staff-v5 .fs-pictures{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){#fh-staff-v5 .fs-head{align-items:flex-start;flex-direction:column;padding:14px}#fh-staff-v5 .fs-role{width:100%}#fh-staff-v5 .fs-role select{max-width:none}#fh-staff-v5 .fs-localbar{align-items:flex-start;flex-direction:column;gap:5px;padding:10px 14px}#fh-staff-v5 .fs-nav{padding:9px;gap:3px}#fh-staff-v5 .fs-nav button{font-size:12px;padding:10px 7px}#fh-staff-v5 .fs-nav svg{display:none}#fh-staff-v5 .fs-main{padding:12px}#fh-staff-v5 .fs-grid,#fh-staff-v5 .fs-three,#fh-staff-v5 .fs-statusrows{grid-template-columns:minmax(0,1fr)}#fh-staff-v5 .fs-card{padding:13px}#fh-staff-v5 .fs-title{gap:10px}#fh-staff-v5 h1{font-size:20px}#fh-staff-v5 .fs-amounts{grid-template-columns:repeat(2,minmax(0,1fr))}#fh-staff-v5 .fs-amounts strong{font-size:22px}#fh-staff-v5 .fs-pictures{grid-template-columns:minmax(0,1fr)}#fh-staff-v5 .fs-picture img{height:165px}#fh-staff-v5 .fs-table,#fh-staff-v5 .fs-table tbody,#fh-staff-v5 .fs-table tr,#fh-staff-v5 .fs-table td{display:block;width:100%;max-width:none}#fh-staff-v5 .fs-table thead{display:none}#fh-staff-v5 .fs-table td{padding:9px 0;border-bottom:0}#fh-staff-v5 .fs-table tr{border-bottom:1px solid var(--fs-line);padding-bottom:12px}#fh-staff-v5 .fs-table td:before{content:attr(data-label);display:block;font-size:12px;color:var(--fs-muted);margin-bottom:3px}#fh-staff-v5 .fs-tabs button{font-size:12px;padding:8px}#fh-staff-v5 input:not([type=checkbox]),#fh-staff-v5 textarea,#fh-staff-v5 select{font-size:16px}}
@media(pointer:coarse){#fh-staff-v5 button{min-height:42px}#fh-staff-v5 .fs-link{min-height:40px}#fh-staff-v5 input:not([type=checkbox]),#fh-staff-v5 textarea,#fh-staff-v5 select{font-size:16px}}

#fh-staff-v5 .fs-member-row{border-top:1px solid var(--fs-line);padding-top:10px;margin-top:14px}
#fh-staff-v5 .fs-qr-preview{display:block;width:150px;max-width:100%;height:auto;margin:8px 0}
#fh-staff-v5 .fs-marketing-preview{max-width:440px;margin:0 auto}
#fh-staff-v5 .fs-marketing-preview p{overflow-wrap:anywhere}
#fh-staff-v5 .wf-intro{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;align-items:flex-start;margin-bottom:18px}
#fh-staff-v5 .wf-intro p{font-size:12px;color:var(--fs-muted)}
#fh-staff-v5 .wf-context{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:10px 12px;border:1px solid var(--fs-line);background:var(--fs-paper);border-radius:8px;margin-bottom:16px;font-size:12px;color:var(--fs-muted)}
#fh-staff-v5 .wf-context label{display:flex;align-items:center;gap:8px;flex:1;min-width:0;max-width:410px}
#fh-staff-v5 .wf-context select{flex:1;width:auto}
#fh-staff-v5 .wf-counts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px}
#fh-staff-v5 .wf-counts button{text-align:left;padding:14px;background:var(--fs-paper);border-radius:9px}
#fh-staff-v5 .wf-counts span{display:block;font-size:12px;color:var(--fs-muted)}
#fh-staff-v5 .wf-counts strong{display:block;font-size:26px;color:var(--fs-ink);margin-top:5px;font-variant-numeric:tabular-nums}
#fh-staff-v5 .wf-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:15px;padding:16px 0;border-bottom:1px solid var(--fs-line)}
#fh-staff-v5 .wf-row:last-child{border-bottom:0}
#fh-staff-v5 .wf-row h3{margin:0 0 4px;overflow-wrap:anywhere}
#fh-staff-v5 .wf-meta{display:flex;flex-wrap:wrap;gap:4px 12px;color:var(--fs-muted);font-size:12px;margin-top:5px}
#fh-staff-v5 .wf-priority{display:inline-flex;gap:6px;align-items:center;color:light-dark(#126a84,#8cd5ed);font-size:12px;margin-bottom:5px}
#fh-staff-v5 .wf-search{display:flex;gap:8px;margin-bottom:14px;align-items:center}
#fh-staff-v5 .wf-search input{flex:1;min-width:0}
#fh-staff-v5 .wf-tabs{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:16px}
#fh-staff-v5 .wf-tabs button[aria-pressed=true]{color:light-dark(#126a84,#8cd5ed);background:var(--fs-tint);border-color:var(--fs-blue)}
#fh-staff-v5 .wf-summary{padding:18px;background:var(--fs-paper);border:1px solid var(--fs-line);border-radius:10px;margin-bottom:16px}
#fh-staff-v5 .wf-summary h2{margin:6px 0 7px}
#fh-staff-v5 .wf-statusline{display:flex;gap:9px;align-items:center;flex-wrap:wrap}
#fh-staff-v5 .wf-next{display:flex;gap:10px;align-items:flex-start;background:var(--fs-tint);padding:12px;border-radius:7px;margin-top:13px}
#fh-staff-v5 .wf-next svg{margin-top:3px;color:light-dark(#126a84,#8cd5ed)}
#fh-staff-v5 .wf-next p{margin:0;font-size:13px}
#fh-staff-v5 .wf-readonly{padding:10px 12px;border-left:3px solid var(--fs-line);margin:12px 0;font-size:12px;color:var(--fs-muted)}
#fh-staff-v5 .wf-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
#fh-staff-v5 .wf-fields .fs-field{margin:0}
#fh-staff-v5 .wf-stages{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:16px 0}
#fh-staff-v5 .wf-stages>div{padding:9px;background:var(--fs-bg);border-radius:6px;font-size:12px;min-width:0}
#fh-staff-v5 .wf-stages span{display:block;color:var(--fs-muted);margin-bottom:3px}
#fh-staff-v5 .wf-dl{display:grid;grid-template-columns:100px minmax(0,1fr);gap:10px 15px;font-size:13px;margin:12px 0}
#fh-staff-v5 .wf-dl dt{color:var(--fs-muted)}
#fh-staff-v5 .wf-dl dd{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}
#fh-staff-v5 .wf-log{list-style:none;padding:0;margin:0}
#fh-staff-v5 .wf-log li{padding:11px 0 11px 17px;border-left:2px solid var(--fs-line);margin-left:3px;font-size:13px;overflow-wrap:anywhere}
#fh-staff-v5 .wf-log li p{margin:3px 0;white-space:pre-wrap}
#fh-staff-v5 .wf-log small{display:block}
#fh-staff-v5 .wf-mobile{max-width:460px;margin:0 auto;border:1px solid var(--fs-line);border-radius:12px;overflow:hidden;background:var(--fs-bg)}
#fh-staff-v5 .wf-mobile .fa-shell{min-width:0}
#fh-staff-v5 .wf-mobile .fa-card h2{margin:0 0 10px}
#fh-staff-v5 .wf-mobile .fa-card p{margin:6px 0}
#fh-staff-v5 .wf-mobile .fa-header h1{font-size:17px}
#fh-staff-v5 .wf-mobile .wf-next{margin:0;border-radius:0;padding:18px}
#fh-staff-v5 .wf-mobile .wf-next h2{margin:0;font-size:17px}
#fh-staff-v5 .wf-mobile .wf-dl{grid-template-columns:85px minmax(0,1fr);font-size:13px}
#fh-staff-v5 .wf-bridge{display:flex;align-items:flex-start;gap:10px;padding:12px;background:var(--fs-tint);border-radius:7px;color:var(--fs-muted);font-size:12px;margin-bottom:16px}
#fh-staff-v5 .wf-switch{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
#fh-staff-v5 .wf-help{margin:12px 0;font-size:12px;color:var(--fs-muted)}
#fh-staff-v5 details.wf-assignment{margin-top:15px;padding-top:12px;border-top:1px solid var(--fs-line)}
#fh-staff-v5 details.wf-assignment summary{cursor:pointer;color:light-dark(#126a84,#8cd5ed);font-size:13px}
#fh-staff-v5 .wf-assignment .fs-field{margin-top:12px}
#fh-staff-v5 .wf-statusrows{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:14px 0}
#fh-staff-v5 .wf-statusrows>div{background:var(--fs-bg);padding:9px 11px;border-radius:5px;font-size:13px}
#fh-staff-v5 .wf-statusrows span{display:block;color:var(--fs-muted);font-size:12px;margin-bottom:3px}
@media(max-width:790px){#fh-staff-v5 .fs-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px}#fh-staff-v5 .fs-navnote{grid-column:1/-1;margin:0;padding:9px}#fh-staff-v5 .fs-nav button{min-width:0;overflow-wrap:anywhere}}
@media(max-width:520px){#fh-staff-v5 .wf-counts{grid-template-columns:repeat(2,minmax(0,1fr))}#fh-staff-v5 .wf-fields,#fh-staff-v5 .wf-stages{grid-template-columns:repeat(2,minmax(0,1fr))}#fh-staff-v5 .wf-row{grid-template-columns:minmax(0,1fr);gap:9px}#fh-staff-v5 .wf-row>.fs-actions{justify-content:flex-start}#fh-staff-v5 .wf-summary{padding:13px}#fh-staff-v5 .wf-context label{display:block;max-width:100%;width:100%}#fh-staff-v5 .wf-context select{width:100%;margin-top:4px}#fh-staff-v5 .wf-tabs button{padding:8px;font-size:12px}#fh-staff-v5 .wf-fields{grid-template-columns:minmax(0,1fr)}#fh-staff-v5 .wf-mobile .fa-body{padding:9px}#fh-staff-v5 .wf-dl{grid-template-columns:82px minmax(0,1fr)}#fh-staff-v5 .fs-nav{grid-template-columns:repeat(3,minmax(0,1fr))}#fh-staff-v5 .fs-nav button{font-size:12px}}
@media(pointer:coarse){#fh-staff-v5 .wf-tabs button,#fh-staff-v5 [data-wf]{min-height:44px}}


/* Original V5 tokens, shell, cards and workflow layout above; controlled entry additions below. */
html,body{margin:0;min-height:100%;background:#f3f6f8;color-scheme:light}
#fh-staff-v5{min-height:100vh}
#fh-staff-v5 .fs-brand>img{width:39px;height:28px;object-fit:contain}
#fh-staff-v5 .feedback-wrap{padding:12px 22px 0}
#fh-staff-v5 .feedback-wrap:has(.fs-status:empty){display:none}
#fh-staff-v5 .login-view{max-width:560px;margin:44px auto}
#fh-staff-v5 .login-card{padding:28px}
#fh-staff-v5 .login-card h1{margin-bottom:10px}
#fh-staff-v5 .login-card .wf-help{margin-bottom:22px}
#fh-staff-v5 .fs-layout{min-height:calc(100vh - 110px)}
#fh-staff-v5 .wf-row h3{margin:0 0 4px}
#fh-staff-v5 .wf-log .internal-note{padding:9px 11px;background:var(--fs-bg);border-radius:5px}
#fh-staff-v5 .followup-pending{margin:12px 0}
#fh-staff-v5 .followup-success{padding:20px;margin:0 0 18px;border:1px solid var(--fs-blue);border-radius:8px;background:var(--fs-tint);color:var(--fs-ink);overflow-wrap:anywhere;scroll-margin:20px}
#fh-staff-v5 .followup-success h2{color:var(--fs-blue);font-size:21px;margin:0 0 10px}
#fh-staff-v5 .followup-success p{font-size:14px;line-height:1.7;margin:8px 0 0}
#fh-staff-v5 .followup-success .followup-receipt{font-size:12px;color:var(--fs-muted)}
#fh-staff-v5 .followup-success:focus{outline:2px solid var(--fs-blue);outline-offset:3px}
#fh-staff-v5 .fs-error-field{color:#b63f31;font-size:12px}
#fh-staff-v5 .business-loading{padding:26px;color:var(--fs-muted)}
#fh-staff-v5 button:focus-visible,#fh-staff-v5 input:focus-visible,#fh-staff-v5 textarea:focus-visible,#fh-staff-v5 select:focus-visible{outline:2px solid var(--fs-blue);outline-offset:3px}
#fh-staff-v5 .fs-nav button[disabled]{opacity:.65}
#fh-staff-v5 .fs-status{white-space:pre-wrap}
#fh-staff-v5 .fs-role{overflow-wrap:anywhere}
#fh-staff-v5 .wf-row h3,#fh-staff-v5 .wf-summary h2,#fh-staff-v5 .fs-card h2{overflow-wrap:anywhere}
#fh-staff-v5 .wf-statusline small{min-width:0;max-width:100%;overflow-wrap:anywhere}
@media(max-width:520px){#fh-staff-v5 .feedback-wrap{padding:10px 12px 0}#fh-staff-v5 .login-view{margin:15px auto}#fh-staff-v5 .login-card{padding:20px}#fh-staff-v5 .wf-search{flex-wrap:wrap}#fh-staff-v5 .wf-search input{flex-basis:100%}#fh-staff-v5 .wf-dl{grid-template-columns:82px minmax(0,1fr)}}
