:root{--rhf-forest:#0a4a31;--rhf-leaf:#2f9d57;--rhf-lime:#b7e36a;--rhf-gold:#d8a323;--rhf-navy:#0c2e53;--rhf-ink:#17251f;--rhf-mist:#f4f7f1;--rhf-white:#fff;--rhf-line:#dfe8df}
.rhf-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;border-radius:999px;background:linear-gradient(135deg,var(--rhf-forest),#11734b);color:#fff!important;font-weight:800;text-decoration:none!important;padding:.9rem 1.35rem;cursor:pointer;box-shadow:0 10px 28px rgba(10,74,49,.18);transition:.2s ease}.rhf-button:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(10,74,49,.28)}.rhf-button-small{font-size:.85rem;padding:.65rem 1rem}.rhf-campaign-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.rhf-campaign-card{overflow:hidden;border:1px solid var(--rhf-line);border-radius:24px;background:#fff;box-shadow:0 18px 55px rgba(17,49,35,.09)}.rhf-campaign-image{display:block;aspect-ratio:16/10;overflow:hidden;background:#eaf1e9}.rhf-campaign-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.rhf-campaign-card:hover img{transform:scale(1.04)}.rhf-campaign-body{padding:1.35rem}.rhf-campaign-body h3{font-size:1.25rem;margin:.5rem 0}.rhf-campaign-body h3 a{color:var(--rhf-ink);text-decoration:none}.rhf-campaign-body p{color:#5b6c63;min-height:3em}.rhf-urgency{display:inline-flex;border-radius:999px;background:#fff2cc;color:#815c00;padding:.35rem .65rem;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.rhf-progress{height:9px;border-radius:99px;background:#e4ebe4;overflow:hidden;margin:1rem 0 .55rem}.rhf-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--rhf-gold),var(--rhf-lime))}.rhf-progress-meta{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1rem;font-size:.82rem;color:#58665e}.rhf-empty{grid-column:1/-1;border:1px dashed #b8cabd;border-radius:24px;padding:3rem;text-align:center;background:#f8faf7}.rhf-empty strong,.rhf-empty span{display:block}.rhf-empty span{color:#647269;margin-top:.5rem}
.rhf-command{min-height:100vh;background:linear-gradient(160deg,#f6f8f3,#eef5ef);color:var(--rhf-ink);padding:clamp(1rem,3vw,2.5rem);font-family:Inter,system-ui,-apple-system,sans-serif}.rhf-command-head{max-width:1400px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0 1.5rem}.rhf-command-head h1{font-size:clamp(2rem,5vw,4rem);line-height:1;margin:.2rem 0}.rhf-command-head p{margin:.5rem 0;color:#617067}.rhf-eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--rhf-leaf);font-weight:900;font-size:.72rem}.rhf-command-logout{color:var(--rhf-forest);font-weight:800}.rhf-command-tabs{max-width:1400px;margin:0 auto 1.25rem;display:flex;gap:.35rem;overflow:auto;padding:.4rem;background:rgba(255,255,255,.8);border:1px solid var(--rhf-line);border-radius:18px;position:sticky;top:.5rem;z-index:5;backdrop-filter:blur(14px)}.rhf-command-tabs a{white-space:nowrap;text-decoration:none!important;color:#5c6a62;padding:.75rem 1rem;border-radius:13px;font-weight:800}.rhf-command-tabs a.active{background:var(--rhf-forest);color:#fff}.rhf-command-main{max-width:1400px;margin:auto}.rhf-command-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.rhf-command-stat,.rhf-command-panel{background:#fff;border:1px solid var(--rhf-line);border-radius:22px;box-shadow:0 15px 45px rgba(17,49,35,.06)}.rhf-command-stat{padding:1.4rem}.rhf-command-stat span,.rhf-command-stat small{display:block;color:#66746c}.rhf-command-stat strong{display:block;font-size:2.4rem;margin:.45rem 0;color:var(--rhf-forest)}.rhf-command-panel{padding:clamp(1rem,2.5vw,2rem);margin-top:1rem}.rhf-command-panel h2{margin-top:0}.rhf-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.rhf-checklist p{margin:0;padding:1rem;border-radius:14px;background:#f4f8f2}.rhf-command-split{display:grid;grid-template-columns:minmax(320px,.8fr) minmax(420px,1.2fr);gap:1rem}.rhf-command-form{display:grid;gap:1rem}.rhf-command-form label{display:grid;gap:.4rem;font-weight:800;font-size:.86rem}.rhf-command-form input,.rhf-command-form select,.rhf-command-form textarea{width:100%;box-sizing:border-box;border:1px solid #ccd9cf;border-radius:12px;background:#fbfcfa;padding:.85rem;color:var(--rhf-ink);font:inherit}.rhf-command-form input:focus,.rhf-command-form select:focus,.rhf-command-form textarea:focus{outline:3px solid rgba(183,227,106,.4);border-color:var(--rhf-leaf)}.rhf-field-row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.rhf-command-list{display:grid;gap:.65rem}.rhf-command-list article{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--rhf-line);padding:.9rem 0}.rhf-command-list small,.rhf-table small{display:block;color:#728078;margin-top:.2rem}.rhf-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem}.rhf-table-wrap{overflow:auto}.rhf-table{width:100%;border-collapse:collapse;font-size:.86rem;min-width:760px}.rhf-table th{text-align:left;color:#718078;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.rhf-table th,.rhf-table td{padding:.85rem;border-bottom:1px solid var(--rhf-line);vertical-align:top}.rhf-status{display:inline-flex;border-radius:999px;padding:.35rem .6rem;font-size:.74rem;font-weight:900;background:#edf1ed}.rhf-status-successful{background:#dff5e4;color:#0a6332}.rhf-status-pending{background:#fff1ca;color:#725100}.rhf-status-failed,.rhf-status-cancelled{background:#ffe2df;color:#8e201b}.rhf-command-narrow{max-width:760px}.rhf-command-foot{text-align:center;color:#738179;font-size:.78rem;padding:2rem 0}.rhf-command-login{max-width:480px;margin:8vh auto;padding:2rem;border-radius:24px;background:#fff;border:1px solid var(--rhf-line);box-shadow:0 25px 80px rgba(17,49,35,.12)}.rhf-command-login input{width:100%;box-sizing:border-box;padding:.8rem;border:1px solid var(--rhf-line);border-radius:10px}.rhf-form-notice{display:none;padding:.8rem;border-radius:12px}.rhf-form-notice.success{display:block;background:#e1f6e6;color:#0b5c31}.rhf-form-notice.error{display:block;background:#ffe7e5;color:#84231c}
@media(max-width:980px){.rhf-campaign-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rhf-command-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rhf-command-split{grid-template-columns:1fr}.rhf-checklist{grid-template-columns:1fr}}
@media(max-width:620px){.rhf-campaign-grid,.rhf-command-grid{grid-template-columns:1fr}.rhf-command{padding:.75rem}.rhf-command-head{align-items:flex-start}.rhf-command-head h1{font-size:2.2rem}.rhf-field-row{grid-template-columns:1fr}.rhf-command-tabs{border-radius:14px}.rhf-command-panel{border-radius:18px}.rhf-panel-heading{align-items:flex-start;flex-direction:column}}

/* v1.0.1 responsive operations alignment and legibility */
.rhf-command,.rhf-command *{box-sizing:border-box}
.rhf-command{line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
.rhf-command-head>*,.rhf-command-main>*,.rhf-command-grid>*,.rhf-command-split>*,.rhf-panel-heading>*{min-width:0}
.rhf-command h1,.rhf-command h2,.rhf-command h3{color:var(--rhf-ink);line-height:1.15;overflow-wrap:break-word}
.rhf-command p,.rhf-command td,.rhf-command th,.rhf-command a,.rhf-command span,.rhf-command small{overflow-wrap:break-word}
.rhf-command-head p,.rhf-command-list small,.rhf-table small,.rhf-command-foot{color:#53645a}
.rhf-command-tabs a{color:#45574d}
.rhf-command-panel>p,.rhf-panel-heading p{color:#53645a}
.rhf-command-form input,.rhf-command-form select,.rhf-command-form textarea{min-height:48px;color:#17251f;background:#fff}
.rhf-command-form textarea{min-height:120px;resize:vertical}
.rhf-command-list article>div{min-width:0}
.rhf-command-list article>a{flex:0 0 auto}
.rhf-button:focus-visible,.rhf-command-tabs a:focus-visible,.rhf-command-form input:focus-visible,.rhf-command-form select:focus-visible,.rhf-command-form textarea:focus-visible{outline:3px solid var(--rhf-gold);outline-offset:3px}
@media(max-width:620px){.rhf-command-head{flex-direction:column}.rhf-command-head>div,.rhf-command-head>a{width:100%}.rhf-command-logout{text-align:left}.rhf-command-tabs{width:100%;top:.25rem}.rhf-command-list article{align-items:flex-start;flex-direction:column}.rhf-command-list article>a{align-self:flex-start}.rhf-table{min-width:680px}.rhf-button{width:100%}.rhf-panel-heading .rhf-button{width:auto}}
.rhf-command-notice{margin:0 0 1rem;padding:1rem 1.2rem;border-radius:18px;border:1px solid var(--rhf-line);background:#eaf7ee;color:#0b5c31;font-weight:700;box-shadow:0 12px 30px rgba(17,49,35,.06)}
.rhf-command-notice.error{background:#ffe7e5;color:#84231c;border-color:#f1c2bc}
.rhf-metric-editor{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.rhf-metric-editor label{display:grid;gap:.4rem;font-weight:800;font-size:.86rem}
.rhf-media-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.rhf-media-slot{background:#f9fbf8;border:1px solid var(--rhf-line);border-radius:18px;padding:1rem;display:grid;gap:.85rem}
.rhf-media-slot h4{margin:0;color:var(--rhf-forest)}
.rhf-media-preview{aspect-ratio:16/10;border-radius:14px;background:#eef4ef;border:1px dashed #bdd0c3;display:grid;place-items:center;overflow:hidden;color:#6f7e75;font-weight:700}
.rhf-media-preview img,.rhf-media-preview video{width:100%;height:100%;object-fit:cover;display:block;background:#eef4ef}
.rhf-media-actions{display:flex;gap:.6rem;flex-wrap:wrap}
.rhf-button-ghost{background:#fff!important;color:var(--rhf-forest)!important;border:1px solid rgba(10,74,49,.16);box-shadow:none}
.rhf-command-panel .description{margin-top:.2rem;color:#66746c;line-height:1.65}
@media(max-width:980px){.rhf-metric-editor,.rhf-media-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.rhf-metric-editor,.rhf-media-admin-grid{grid-template-columns:1fr}}

/* v1.0.4 campaign facts and improved empty state */
.rhf-campaign-facts{display:grid;gap:.35rem;margin:.9rem 0 1rem;padding:.9rem 1rem;border:1px solid var(--rhf-line);border-radius:16px;background:#f7faf6;color:#4d6157;font-size:.82rem}
.rhf-campaign-facts strong{color:var(--rhf-forest)}
.rhf-empty{background:linear-gradient(145deg,#fbfdf9,#f3f8f1);box-shadow:0 14px 36px rgba(17,49,35,.05)}

/* v1.0.5 final credibility cleanup */
.rhf-empty .rhf-button{margin-top:1.15rem}

/* v1.1.0 client portal and website-content controls */
.rhf-command{background:radial-gradient(circle at 8% 2%,rgba(183,227,106,.2),transparent 24%),radial-gradient(circle at 92% 8%,rgba(47,157,87,.13),transparent 25%),linear-gradient(160deg,#f8faf5,#edf5ef)}
.rhf-command-head-actions,.rhf-form-actions,.rhf-list-actions{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.rhf-command-head-actions>a{font-weight:850;color:var(--rhf-forest);text-decoration:none}.rhf-command-head-actions .rhf-command-logout{padding:.7rem 1rem;border-radius:999px;background:#fff;border:1px solid var(--rhf-line)}
.rhf-command-stat,.rhf-command-panel{position:relative;overflow:hidden;isolation:isolate;box-shadow:0 22px 70px rgba(17,49,35,.08),0 4px 16px rgba(17,49,35,.04)}.rhf-command-stat:after,.rhf-command-panel:after{content:"";position:absolute;width:180px;height:180px;right:-95px;bottom:-115px;border-radius:50%;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.9),rgba(183,227,106,.18) 32%,rgba(47,157,87,.08) 65%,transparent 68%);pointer-events:none;z-index:-1}.rhf-command-stat{border-top:4px solid var(--rhf-lime)}
.rhf-content-switch{display:flex;gap:.45rem;padding:.45rem;margin:0 0 1rem;width:max-content;max-width:100%;overflow:auto;border:1px solid var(--rhf-line);border-radius:16px;background:rgba(255,255,255,.86)}.rhf-content-switch a{white-space:nowrap;padding:.72rem 1rem;border-radius:12px;color:#4d6055;text-decoration:none!important;font-weight:850}.rhf-content-switch a.active{background:var(--rhf-forest);color:#fff}
.rhf-portal-media-field{display:grid;gap:.6rem;padding:1rem;border:1px solid var(--rhf-line);border-radius:18px;background:linear-gradient(145deg,#fbfdf9,#f0f7f1)}.rhf-portal-media-field .rhf-media-preview{max-width:420px}.rhf-field-label{font-size:.86rem;font-weight:850;color:var(--rhf-ink)}
.rhf-inline-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center!important;gap:.65rem!important}.rhf-inline-check input{width:18px!important;height:18px!important;min-height:0!important;margin:0}.rhf-list-actions{flex:0 0 auto}.rhf-list-actions a{padding:.42rem .7rem;border-radius:999px;background:#eef7e8;border:1px solid #d4e7c8;color:var(--rhf-forest);font-size:.78rem;font-weight:850;text-decoration:none!important}.rhf-form-actions .rhf-button{width:auto}
@media(max-width:620px){.rhf-command-head-actions{width:100%;justify-content:space-between}.rhf-command-head-actions>a{width:auto!important}.rhf-content-switch{width:100%}.rhf-form-actions{display:grid;grid-template-columns:1fr}.rhf-form-actions .rhf-button{width:100%}.rhf-list-actions{width:100%}.rhf-command-list article .rhf-list-actions a{flex:1;text-align:center}.rhf-portal-media-field .rhf-media-preview{max-width:none}}

/* v1.2.0 permanent response priorities */
.rhf-priority-intro{grid-column:1/-1;position:relative;overflow:hidden;padding:clamp(1.35rem,3vw,2.1rem);border-radius:28px;background:radial-gradient(circle at 92% 20%,rgba(183,227,106,.3),transparent 25%),linear-gradient(135deg,#073f2b,#0b6c46);color:#fff;box-shadow:0 24px 65px rgba(6,63,42,.18)}
.rhf-priority-intro:after{content:"";position:absolute;width:220px;height:220px;right:-90px;bottom:-130px;border:1px solid rgba(255,255,255,.18);border-radius:50%;box-shadow:0 0 0 32px rgba(255,255,255,.035),0 0 0 64px rgba(255,255,255,.025)}
.rhf-priority-intro>span{display:inline-flex;text-transform:uppercase;letter-spacing:.13em;font-size:.7rem;font-weight:900;color:#d9ff8c}
.rhf-priority-intro>strong{display:block;max-width:760px;margin:.55rem 0;font-size:clamp(1.45rem,3vw,2.35rem);line-height:1.12;letter-spacing:-.035em}
.rhf-priority-intro>p{max-width:790px;margin:0;color:rgba(255,255,255,.84);font-size:1rem;line-height:1.7}
.rhf-priority-grid{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.rhf-priority-grid.is-filtered{grid-template-columns:minmax(0,680px)}
.rhf-priority-card{position:relative;overflow:hidden;isolation:isolate;display:flex;flex-direction:column;align-items:flex-start;min-height:350px;padding:1.45rem;border:1px solid rgba(10,74,49,.11);border-radius:28px;background:linear-gradient(155deg,#fff,#f1f8ef);box-shadow:0 20px 55px rgba(17,49,35,.09);transition:transform .38s cubic-bezier(.2,.8,.2,1),box-shadow .38s ease,border-color .3s ease}
.rhf-priority-card:before{content:"";position:absolute;inset:-40% -65% auto auto;width:250px;height:250px;border-radius:50%;background:radial-gradient(circle,rgba(183,227,106,.3),transparent 67%);z-index:-1;transition:transform .55s ease}
.rhf-priority-card:hover{transform:perspective(900px) translateY(-9px) rotateX(2deg);border-color:rgba(47,157,87,.26);box-shadow:0 34px 80px rgba(17,49,35,.15)}.rhf-priority-card:hover:before{transform:translate(-24px,26px) scale(1.12)}
.rhf-priority-icon{width:68px;height:68px;display:grid;place-items:center;margin-bottom:1.25rem;border-radius:22px;background:radial-gradient(circle at 32% 22%,#f7ffdb 0 12%,#c7f36a 42%,#75bf4f 100%);color:#073f2b;box-shadow:inset -8px -10px 18px rgba(6,63,42,.16),inset 5px 5px 10px rgba(255,255,255,.65),0 18px 34px rgba(35,113,64,.22);transform:rotate(-4deg);transition:transform .35s ease}
.rhf-priority-card:hover .rhf-priority-icon{transform:translateY(-3px) rotate(3deg) scale(1.04)}.rhf-priority-icon svg{width:39px;height:39px;fill:none;stroke:currentColor;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}
.rhf-priority-label{display:inline-flex;margin-bottom:.65rem;color:#0a7648;text-transform:uppercase;letter-spacing:.11em;font-size:.67rem;font-weight:900}.rhf-priority-card h3{margin:0 0 .7rem;color:var(--rhf-ink);font-size:1.38rem;line-height:1.18}.rhf-priority-card p{margin:0 0 1.35rem;color:#53675c;line-height:1.68}.rhf-priority-card .rhf-button{margin-top:auto}.rhf-priority-card .rhf-button span{font-size:1rem;transition:transform .2s ease}.rhf-priority-card .rhf-button:hover span{transform:translateX(3px)}
@media(max-width:1100px){.rhf-priority-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rhf-priority-card{min-height:320px}}
@media(max-width:620px){.rhf-priority-grid,.rhf-priority-grid.is-filtered{grid-template-columns:1fr}.rhf-priority-intro,.rhf-priority-card{border-radius:22px}.rhf-priority-card{min-height:0}.rhf-priority-card .rhf-button{width:auto}}
