:root{--rfh-success:#2e8540;--rfh-success-light:#e7f6e9;--rfh-success-dark:#1a4d1f;--rfh-warning:#b58105;--rfh-warning-light:#fef4d6;--rfh-warning-dark:#7a5500;--rfh-danger:#b50909;--rfh-danger-light:#fde0db;--rfh-danger-dark:#7c0606;--rfh-info:#0061b8;--rfh-info-light:#e1f3f8;--rfh-info-dark:#003e6e;--rfh-score-low-bg:#fde0db;--rfh-score-low-fg:#7c0606;--rfh-score-mid-bg:#fef4d6;--rfh-score-mid-fg:#7a5500;--rfh-score-good-bg:#e7f6e9;--rfh-score-good-fg:#1a4d1f;--rfh-score-top-bg:#e1f3f8;--rfh-score-top-fg:#003e6e}*:focus-visible{outline:2px solid var(--rfh-info,#0061b8);outline-offset:2px;border-radius:3px}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role="button"]:focus-visible{outline-offset:3px}.rfh-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;border:1px dashed var(--rfh-ink-200,#e2e8f0);border-radius:12px;background:repeating-linear-gradient(-45deg,transparent 0,transparent 8px,rgba(148,163,184,0.04) 8px,rgba(148,163,184,0.04) 9px),var(--bg,#fff);color:var(--rfh-ink-600,#475569);min-height:280px}.rfh-empty__icon{width:56px;height:56px;border-radius:50%;background:var(--rfh-deep-soft,rgba(10,22,40,0.06));color:var(--rfh-deep,#0a1628);display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:1.4rem;border:1px solid var(--rfh-ink-200,#e2e8f0)}.rfh-empty__title{font-size:1.05rem;font-weight:600;color:var(--rfh-ink-900,#0f172a);margin:0 0 6px}.rfh-empty__desc{font-size:.9rem;color:var(--rfh-ink-500,#64748b);max-width:420px;margin:0 0 20px;line-height:1.5}.rfh-empty__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.rfh-empty__btn{padding:9px 18px;border-radius:6px;font-size:.88rem;font-weight:500;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:all .15s}.rfh-empty__btn--primary{background:var(--rfh-deep,#0a1628);color:#fff;border-color:var(--rfh-deep,#0a1628)}.rfh-empty__btn--primary:hover{background:var(--rfh-deep-1,#14253e)}.rfh-empty__btn--secondary{background:transparent;color:var(--rfh-ink-700,#334155);border-color:var(--rfh-ink-300,#cbd5e1)}.rfh-empty__btn--secondary:hover{background:var(--rfh-ink-100,#f1f5f9)}@keyframes rfh-skel-shimmer{0%{background-position:-468px 0}100%{background-position:468px 0}}.rfh-skel{display:block;background:linear-gradient(90deg,rgba(148,163,184,0.10) 0,rgba(148,163,184,0.20) 50%,rgba(148,163,184,0.10) 100%),var(--rfh-ink-100,#f1f5f9);background-size:936px 100%;animation:rfh-skel-shimmer 1.4s infinite linear;border-radius:6px}.rfh-skel--line{height:14px;margin:8px 0}.rfh-skel--line-sm{height:10px;margin:6px 0}.rfh-skel--line-lg{height:22px;margin:10px 0}.rfh-skel--circle{border-radius:50%}.rfh-skel--w-25{width:25%}.rfh-skel--w-50{width:50%}.rfh-skel--w-75{width:75%}.rfh-skel--w-90{width:90%}.rfh-skel--w-full{width:100%}.rfh-skel-card{padding:20px;border:1px solid var(--rfh-ink-200,#e2e8f0);border-radius:10px;background:var(--bg,#fff)}.rfh-skel-row{display:flex;align-items:center;gap:16px;padding:14px 16px;border-bottom:1px solid var(--rfh-ink-100,#f1f5f9)}.rfh-skel-row>*{flex:1}.rfh-skel-row>.rfh-skel--circle{flex:0 0 auto}.rfh-score{display:inline-flex;align-items:baseline;gap:4px;padding:4px 10px;border-radius:14px;font-size:.85rem;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:.01em;background:var(--rfh-score-mid-bg);color:var(--rfh-score-mid-fg);line-height:1.2;white-space:nowrap}.rfh-score::after{content:'';width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.6;margin-left:2px;margin-bottom:1px;align-self:center}.rfh-score--top{background:var(--rfh-score-top-bg);color:var(--rfh-score-top-fg)}.rfh-score--good{background:var(--rfh-score-good-bg);color:var(--rfh-score-good-fg)}.rfh-score--mid{background:var(--rfh-score-mid-bg);color:var(--rfh-score-mid-fg)}.rfh-score--low{background:var(--rfh-score-low-bg);color:var(--rfh-score-low-fg)}.rfh-score__suffix{font-size:.7rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;opacity:.75}.rfh-pill{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:12px;font-size:.78rem;font-weight:500;line-height:1.4;background:var(--rfh-ink-100,#f1f5f9);color:var(--rfh-ink-700,#334155);border:1px solid var(--rfh-ink-200,#e2e8f0)}.rfh-pill::before{content:'';width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.rfh-pill--success{background:var(--rfh-success-light);color:var(--rfh-success-dark);border-color:rgba(46,133,64,0.2)}.rfh-pill--warning{background:var(--rfh-warning-light);color:var(--rfh-warning-dark);border-color:rgba(181,129,5,0.2)}.rfh-pill--danger{background:var(--rfh-danger-light);color:var(--rfh-danger-dark);border-color:rgba(181,9,9,0.2)}.rfh-pill--info{background:var(--rfh-info-light);color:var(--rfh-info-dark);border-color:rgba(0,97,184,0.2)}.tabulator{border:1px solid var(--rfh-ink-200,#e2e8f0) !important;border-radius:10px !important;box-shadow:0 1px 3px rgba(15,23,42,0.04);overflow:hidden}.tabulator .tabulator-header{background:var(--rfh-ink-50,#f8fafc) !important;border-bottom:1px solid var(--rfh-ink-200,#e2e8f0) !important}.tabulator .tabulator-header .tabulator-col{border-right:0 !important}.tabulator .tabulator-header .tabulator-col-title{font-size:.78rem !important;font-weight:600 !important;text-transform:uppercase;letter-spacing:.04em;color:var(--rfh-ink-600,#475569)}.tabulator .tabulator-row{transition:background-color .12s ease}.tabulator .tabulator-row.tabulator-row-even{background:transparent !important}.tabulator .tabulator-row:hover{background:var(--rfh-info-light,#f0f7ff) !important}.tabulator .tabulator-row .tabulator-cell{padding:12px 14px !important;font-size:.9rem;color:var(--rfh-ink-800,#1e293b)}input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,input[type="number"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="date"]:focus,select:focus,textarea:focus{border-color:var(--rfh-info,#0061b8);box-shadow:0 0 0 3px rgba(0,97,184,0.12);outline:0}input[aria-invalid="true"],input.is-invalid,.form-control.is-invalid{border-color:var(--rfh-danger,#b50909) !important}input[aria-invalid="true"]:focus,input.is-invalid:focus{box-shadow:0 0 0 3px rgba(181,9,9,0.15)}.form-helper{font-size:.82rem;color:var(--rfh-ink-500,#64748b);margin-top:4px}.form-error{font-size:.82rem;color:var(--rfh-danger,#b50909);margin-top:4px;font-weight:500}.card-interactive,[data-interactive]{transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;cursor:pointer}.card-interactive:hover,[data-interactive]:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(15,23,42,0.08);border-color:var(--rfh-ink-300,#cbd5e1)}.rfh-tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:10px;font-size:.72rem;font-weight:600;background:var(--rfh-deep-soft,rgba(10,22,40,0.06));color:var(--rfh-deep,#0a1628);text-transform:uppercase;letter-spacing:.05em;line-height:1.4}.rfh-tag--gold{background:var(--rfh-gold-soft,rgba(201,169,97,0.12));color:#8b7235}.rfh-kpi-tile{position:relative;padding:20px 22px;background:var(--bg,#fff);border:1px solid var(--rfh-ink-200,#e2e8f0);border-radius:10px;overflow:hidden;transition:box-shadow .15s ease}.rfh-kpi-tile::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--rfh-deep,#0a1628),var(--rfh-gold,#c9a961));opacity:.7}.rfh-kpi-tile:hover{box-shadow:0 4px 12px rgba(15,23,42,0.06)}.rfh-kpi-tile__label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--rfh-ink-500,#64748b);margin-bottom:6px}.rfh-kpi-tile__value{font-size:1.8rem;font-weight:700;color:var(--rfh-ink-900,#0f172a);font-variant-numeric:tabular-nums;line-height:1.1;margin:0}.rfh-kpi-tile__sub{font-size:.82rem;color:var(--rfh-ink-500,#64748b);margin-top:4px}.rfh-section-h{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin:32px 0 16px;padding-bottom:8px;border-bottom:1px solid var(--rfh-ink-200,#e2e8f0)}.rfh-section-h__title{font-size:1.15rem;font-weight:600;color:var(--rfh-ink-900,#0f172a);margin:0}.rfh-section-h__hint{font-size:.85rem;color:var(--rfh-ink-500,#64748b)}.rfh-section-h__action{font-size:.85rem;color:var(--rfh-info,#0061b8);text-decoration:none;font-weight:500}.rfh-section-h__action:hover{text-decoration:underline}.btn-fed{padding:8px 16px;background:var(--rfh-info,#0061b8);color:#fff;border:1px solid var(--rfh-info,#0061b8);border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .15s,box-shadow .15s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn-fed:hover{background:var(--rfh-info-dark,#003e6e)}.btn-fed:active{transform:translateY(1px)}.rfh-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}.rfh-skel{animation:none}}