:root{--fh-sidebar:#0d1526;--fh-sidebar-2:#111c33;--fh-accent:#f97316;--fh-accent-dark:#c2410c;--fh-bg:#f1f4f9;--fh-card:#ffffff;--fh-border:#e4e8f0;--fh-text:#101828;--fh-muted:#667085;--fh-blue:#2563eb;--fh-green:#16a34a;--fh-amber:#d97706;--fh-red:#dc2626}body.fh-body{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;background:var(--fh-bg);color:var(--fh-text);font-size:14px;-webkit-font-smoothing:antialiased;min-height:100vh}.fh-app{display:flex;min-height:100vh}.fh-sidebar{width:248px;background:linear-gradient(180deg,var(--fh-sidebar) 0,var(--fh-sidebar-2) 100%);color:#cbd5e1;display:flex;flex-direction:column;position:fixed;top:0;bottom:0;left:0;z-index:50;transition:transform .25s cubic-bezier(.4,0,.2,1)}.fh-brand-wrapper{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(255,255,255,.07);padding-right:12px;min-width:0}.fh-brand-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.fh-brand,.fh-brand-text{min-width:0;overflow:hidden}.fh-brand{display:flex;align-items:center;gap:12px;padding:22px 16px 22px 20px;text-decoration:none;flex:1}.fh-sidebar-collapse-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);color:#94a3b8;cursor:pointer;transition:all .15s ease;flex-shrink:0}.fh-sidebar-collapse-btn:hover{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.2)}.fh-sidebar-collapse-btn .material-symbols-outlined{font-size:18px}.fh-brand-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,var(--fh-accent),var(--fh-accent-dark));display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.fh-brand-icon .material-symbols-outlined{font-size:22px}.fh-brand-name{font-size:17px;font-weight:700;color:#fff;letter-spacing:.2px}.fh-brand-name,.fh-brand-sub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fh-brand-sub{font-size:11px;color:#8ea0bf;margin-top:1px}.fh-menu-label{font-size:10.5px;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;color:#64748b;padding:20px 20px 8px}.fh-menu{flex:1;overflow-y:auto}.fh-menu a{display:flex;align-items:center;gap:12px;padding:11px 20px;color:#aebdd6;text-decoration:none;font-size:13.5px;font-weight:500;border-left:3px solid transparent;transition:all .15s}.fh-menu a .material-symbols-outlined{font-size:19px;flex-shrink:0}.fh-menu a:hover{color:#fff;background:rgba(255,255,255,.04)}.fh-menu a.active,.fh-menu a[aria-current=page]{color:#fff;background:linear-gradient(90deg,rgba(249,115,22,.18),transparent);border-left-color:var(--fh-accent)}.fh-menu a.active .material-symbols-outlined,.fh-menu a[aria-current=page] .material-symbols-outlined{color:var(--fh-accent)}.fh-sidebar-footer{padding:16px 20px;border-top:1px solid rgba(255,255,255,.07);font-size:11px;color:#64748b}.fh-sidebar-footer b{color:#94a3b8;font-weight:600}.fh-main{margin-left:248px;flex:1;display:flex;flex-direction:column;min-width:0}.fh-topbar{background:#fff;border-bottom:1px solid var(--fh-border);padding:14px 28px;gap:18px;position:sticky;top:0;z-index:40}.fh-search,.fh-topbar{display:flex;align-items:center}.fh-search{flex:1;max-width:420px;gap:10px;background:var(--fh-bg);border:1px solid var(--fh-border);border-radius:9px;padding:0 14px;color:var(--fh-muted);font-size:13px}.fh-search .material-symbols-outlined{font-size:16px;color:#98a2b3}.fh-search input{border:none;background:transparent;outline:none;padding:9px 0;width:100%;font-size:13px;font-family:inherit;color:var(--fh-text)}.fh-search input::-moz-placeholder{color:#98a2b3}.fh-search input::placeholder{color:#98a2b3}.fh-topbar-right{margin-left:auto;gap:16px}.fh-icon-btn,.fh-topbar-right{display:flex;align-items:center}.fh-icon-btn{width:38px;height:38px;border-radius:9px;border:1px solid var(--fh-border);justify-content:center;position:relative;background:#fff;cursor:pointer;color:#475467}.fh-icon-btn .material-symbols-outlined{font-size:18px}.fh-icon-btn .fh-dot{position:absolute;top:8px;right:9px;width:7px;height:7px;border-radius:50%;background:var(--fh-accent);border:2px solid #fff}.fh-user-chip{gap:10px;padding:5px 12px 5px 5px;border:1px solid var(--fh-border);border-radius:99px;background:#fff;cursor:pointer;font-family:inherit;position:relative}.fh-avatar,.fh-user-chip{display:flex;align-items:center}.fh-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#334155,#0f172a);color:#fff;justify-content:center;font-size:12px;font-weight:700}.fh-user-chip .fh-u-name{font-size:13px;font-weight:600;line-height:1.15;color:var(--fh-text);text-align:left}.fh-user-chip .fh-u-role{font-size:11px;color:var(--fh-muted);text-align:left}.fh-user-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid var(--fh-border);border-radius:10px;box-shadow:0 8px 24px rgba(16,24,40,.12);min-width:180px;padding:6px;z-index:60}.fh-user-dropdown button{display:flex;align-items:center;gap:10px;width:100%;border:none;background:transparent;padding:9px 12px;border-radius:7px;font-size:13px;font-weight:600;color:#b42318;cursor:pointer;font-family:inherit}.fh-user-dropdown button:hover{background:#fef3f2}.fh-user-dropdown .material-symbols-outlined{font-size:16px}.fh-content{padding:26px 28px 40px;width:100%;max-width:1400px}.fh-page-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px;gap:16px;flex-wrap:wrap}.fh-page-title{font-size:22px;font-weight:700;letter-spacing:-.3px}.fh-page-sub{font-size:13px;color:var(--fh-muted);margin-top:4px}.fh-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:9px;font-size:13.5px;font-weight:600;border:none;cursor:pointer;text-decoration:none;font-family:inherit;transition:filter .15s,transform .05s}.fh-btn .material-symbols-outlined{font-size:16px}.fh-btn:disabled{opacity:.55;cursor:not-allowed}.fh-btn-primary{background:linear-gradient(135deg,var(--fh-accent),var(--fh-accent-dark));color:#fff;box-shadow:0 2px 8px rgba(249,115,22,.35)}.fh-btn-primary:hover:not(:disabled){filter:brightness(1.05)}.fh-btn-ghost{background:#fff;color:#344054;border:1px solid var(--fh-border)}.fh-btn-ghost:hover:not(:disabled){background:#f8fafc}.fh-btn-danger{background:#fff;color:var(--fh-red);border:1px solid #fecaca}.fh-btn-danger:hover:not(:disabled){background:#fef2f2}.fh-btn-block{width:100%;justify-content:center;padding:12px}.fh-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:22px}.fh-kpi{background:var(--fh-card);border:1px solid var(--fh-border);border-radius:14px;padding:20px;position:relative;overflow:hidden;text-decoration:none;color:inherit;display:block;transition:box-shadow .15s}a.fh-kpi:hover{box-shadow:0 4px 16px rgba(16,24,40,.08)}.fh-kpi:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--fh-kc,var(--fh-accent))}.fh-kpi-label{font-size:12px;color:var(--fh-muted);font-weight:500;text-transform:uppercase;letter-spacing:.6px}.fh-kpi-value{font-size:28px;font-weight:700;margin-top:8px;letter-spacing:-.5px;font-variant-numeric:tabular-nums}.fh-kpi-delta{font-size:12px;margin-top:6px;color:var(--fh-muted)}.fh-kpi-delta b{color:var(--fh-green);font-weight:600}.fh-kpi-icon{position:absolute;right:16px;top:18px;width:38px;height:38px;border-radius:10px;background:color-mix(in srgb,var(--fh-kc,var(--fh-accent)) 12%,#fff);display:flex;align-items:center;justify-content:center;color:var(--fh-kc,var(--fh-accent))}.fh-kpi-icon .material-symbols-outlined{font-size:19px}.fh-panel{background:var(--fh-card);border:1px solid var(--fh-border);border-radius:14px;padding:22px}.fh-panel--flush{padding:0;overflow:hidden}.fh-panel-title{font-size:15px;font-weight:700;margin-bottom:4px}.fh-panel-sub{font-size:12px;color:var(--fh-muted);margin-bottom:18px}.fh-grid-2{display:grid;grid-template-columns:1.9fr 1fr;gap:18px;margin-bottom:22px}.fh-grid-forms{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px}.fh-form-container{max-width:960px;margin:0 auto;width:100%}.fh-col-2{grid-column:span 2}.fh-col-3{grid-column:span 3}.fh-col-4{grid-column:span 4}.fh-col-6{grid-column:span 6}.fh-col-8{grid-column:span 8}.fh-col-12{grid-column:span 12}.fh-field{display:block}.fh-field>.fh-field-label{display:block;font-size:12.5px;font-weight:600;color:#344054;margin-bottom:6px}.fh-field .fh-req{color:var(--fh-accent)}.fh-field small{display:block;font-size:11.5px;color:var(--fh-muted);margin-top:5px}.fh-input,.fh-select,textarea.fh-input{width:100%;padding:10px 13px;border:1px solid #d3d9e3;border-radius:9px;font-size:13.5px;font-family:inherit;color:var(--fh-text);background:#fff;outline:none}.fh-input::-moz-placeholder{color:#a3abb9}.fh-input::placeholder{color:#a3abb9}.fh-input:focus,.fh-select:focus{border-color:var(--fh-accent);box-shadow:0 0 0 3px rgba(249,115,22,.12)}.fh-input.fh-input--search{padding-left:44px}.fh-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23667085' stroke-width='2.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:34px}.fh-form-section{grid-column:span 12;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--fh-accent-dark);margin:6px 0 2px;display:flex;align-items:center;gap:10px}.fh-form-section:after{content:"";flex:1;height:1px;background:var(--fh-border)}.fh-form-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid var(--fh-border)}.fh-form-feedback{grid-column:span 12;border-radius:9px;padding:12px 16px;font-size:13.5px;font-weight:500;display:flex;align-items:center;gap:12px;margin-bottom:16px;line-height:1.45}.fh-form-feedback.error{background:#fdeaea;color:#b91c1c;border:1px solid #fca5a5}.fh-form-feedback.success{background:#e8f7ee;color:#15803d;border:1px solid #86efac}.fh-filters{margin-bottom:18px;align-items:center}.fh-filters,.fh-filters-row{display:flex;gap:12px;flex-wrap:wrap;width:100%}.fh-filters-row{align-items:flex-end}.fh-filter-item{min-width:180px;flex:1}.fh-filter-actions{display:flex;gap:8px;margin-top:auto;align-items:center}.fh-filters .fh-search{max-width:320px;background:#fff}.fh-chips{display:flex;gap:8px;flex-wrap:wrap}.fh-chip{padding:8px 15px;border-radius:99px;font-size:12.5px;font-weight:600;border:1px solid var(--fh-border);background:#fff;color:#475467;cursor:pointer;font-family:inherit}.fh-chip.active{background:#101828;color:#fff;border-color:#101828}.fh-chip .n{opacity:.6;font-weight:500;margin-left:4px}.fh-table{width:100%;border-collapse:collapse}.fh-table th{text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--fh-muted);padding:12px 14px;border-bottom:1px solid var(--fh-border);background:#fafbfc}.fh-table td{padding:14px;border-bottom:1px solid #eef1f6;font-size:13px;vertical-align:middle}.fh-table tbody tr:last-child td{border-bottom:none}.fh-table tbody tr:hover{background:#f8fafc}.fh-t-main{font-weight:600}.fh-t-sub{font-size:11.5px;color:var(--fh-muted);margin-top:2px}.fh-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 11px;border-radius:99px;font-size:11.5px;font-weight:600;white-space:nowrap}.fh-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.fh-b-green{background:#dcfce7;color:#166534}.fh-b-blue{background:#dbeafe;color:#1e40af}.fh-b-amber{background:#fef3c7;color:#92400e}.fh-b-red{background:#fee2e2;color:#991b1b}.fh-b-gray{background:#f3f4f6;color:#374151}.fh-b-orange{background:#ffedd5;color:#9a3412}.fh-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end}.fh-act,a.fh-act,button.fh-act{width:36px!important;height:36px!important;min-width:36px!important;max-width:36px!important;min-height:36px!important;max-height:36px!important;border-radius:8px;border:1px solid var(--fh-border);background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#667085;text-decoration:none;transition:background .15s,color .15s,border-color .15s,box-shadow .15s;font-family:inherit;padding:0!important;box-sizing:border-box}.fh-act .material-symbols-outlined{font-size:18px!important;line-height:1}.fh-act:hover{background:#f8fafc;color:var(--fh-text);border-color:#cbd5e1}.fh-act--danger:hover{background:#fef2f2;color:var(--fh-red);border-color:#fecaca}.fh-act:disabled{opacity:.5;cursor:not-allowed}.fh-table-foot{justify-content:space-between;padding:14px 16px;font-size:12.5px;color:var(--fh-muted);gap:12px;flex-wrap:wrap}.fh-pager,.fh-table-foot{display:flex;align-items:center}.fh-pager{gap:6px}.fh-pg{min-width:30px;height:30px;border-radius:7px;border:1px solid var(--fh-border);background:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12.5px;font-weight:600;color:#475467;text-decoration:none;padding:0 6px;font-family:inherit;cursor:pointer}.fh-pg.on{background:#101828;color:#fff;border-color:#101828}.fh-pg.disabled{opacity:.35;cursor:default}.fh-pg .material-symbols-outlined{font-size:15px}.fh-bulk-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--fh-border);background:#fff8f1}.fh-bulk-bar .fh-bulk-count{font-size:13px;font-weight:600}.fh-checkbox{width:16px;height:16px;accent-color:var(--fh-accent);cursor:pointer}.fh-note{display:flex;gap:10px;align-items:flex-start;background:#fff8f1;border:1px solid #fed7aa;color:#9a3412;border-radius:10px;padding:12px 14px;font-size:12.5px;margin-bottom:18px}.fh-note .material-symbols-outlined{font-size:16px;flex-shrink:0;margin-top:1px}.fh-note--info{background:#eff4ff;border-color:#bfdbfe;color:#1e40af}.fh-toggle{width:40px;height:22px;border-radius:99px;background:#d0d5dd;position:relative;display:inline-block;border:none;cursor:pointer;padding:0;transition:background .15s}.fh-toggle:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;top:3px;left:3px;transition:left .15s}.fh-toggle.on{background:var(--fh-accent)}.fh-toggle.on:after{left:21px}.fh-login-wrap{min-height:100vh;display:flex}.fh-login-brand{flex:1.1;background:radial-gradient(1200px 800px at 20% 10%,#1e2c4d 0,#0d1526 55%,#090f1d 100%);color:#fff;padding:56px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.fh-login-brand:before{width:520px;height:520px;background:rgba(249,115,22,.13);filter:blur(10px);top:-160px;right:-140px}.fh-login-brand:after,.fh-login-brand:before{content:"";position:absolute;border-radius:50%}.fh-login-brand:after{width:380px;height:380px;border:1px solid rgba(255,255,255,.08);bottom:-140px;left:-100px}.fh-lb-top{display:flex;align-items:center;gap:12px}.fh-lb-mid,.fh-lb-top{position:relative;z-index:1}.fh-lb-mid{max-width:520px}.fh-lb-mid h1{font-size:36px;font-weight:800;letter-spacing:-.8px;line-height:1.18;margin-bottom:18px}.fh-lb-mid h1 span{color:var(--fh-accent)}.fh-lb-mid p{color:#a6b4cd;font-size:15px;line-height:1.65;margin-bottom:30px}.fh-lb-feats{display:flex;flex-direction:column;gap:14px}.fh-lb-feat{gap:12px;font-size:13.5px;color:#cdd8ea;font-weight:500}.fh-lb-feat,.fh-lb-feat .fh-fi{display:flex;align-items:center}.fh-lb-feat .fh-fi{width:34px;height:34px;border-radius:9px;background:rgba(255,255,255,.08);justify-content:center;flex-shrink:0;color:var(--fh-accent)}.fh-lb-feat .material-symbols-outlined{font-size:17px}.fh-lb-foot{font-size:12px;color:#64748b;position:relative;z-index:1}.fh-login-form{flex:1;display:flex;align-items:center;justify-content:center;padding:48px;background:#fff}.fh-lf-box{width:100%;max-width:400px}.fh-lf-box h2{font-size:24px;font-weight:800;letter-spacing:-.4px;margin-bottom:6px}.fh-lf-box .fh-lf-sub{font-size:13.5px;color:var(--fh-muted);margin-bottom:30px}.fh-lf-box .fh-field,.fh-lf-error{margin-bottom:18px}.fh-lf-error{background:#fdeaea;border:1px solid #fecaca;color:var(--fh-red);border-radius:9px;padding:11px 14px;font-size:13px;font-weight:500}.fh-lf-foot{text-align:center;font-size:11.5px;color:#98a2b3;margin-top:28px;padding-top:22px;border-top:1px solid var(--fh-border)}.fh-empty{padding:48px 24px;text-align:center;color:var(--fh-muted)}.fh-empty strong{display:block;color:var(--fh-text);font-size:14px;margin-bottom:6px}.fh-spinner{display:inline-block;width:18px;height:18px;border:2px solid #fed7aa;border-top:2px solid var(--fh-accent);border-radius:50%;animation:fh-spin .7s linear infinite}@keyframes fh-spin{to{transform:rotate(1turn)}}.fh-menu-toggle-btn,.fh-mobile-menu-btn{display:inline-flex;width:40px;height:40px;border-radius:9px;border:1px solid var(--fh-border);background:#fff;align-items:center;justify-content:center;cursor:pointer;color:#475467;font-family:inherit;transition:all .15s ease;flex-shrink:0}.fh-menu-toggle-btn:hover,.fh-mobile-menu-btn:hover{background:#f8fafc;color:var(--fh-accent-dark);border-color:#cbd5e1}.fh-menu-toggle-btn .material-symbols-outlined,.fh-mobile-menu-btn .material-symbols-outlined{font-size:22px}.fh-sidebar-backdrop{display:none}.fh-act:focus-visible,.fh-btn:focus-visible,.fh-chip:focus-visible,.fh-icon-btn:focus-visible,.fh-menu a:focus-visible,.fh-mobile-menu-btn:focus-visible,.fh-pg:focus-visible,.fh-toggle:focus-visible,.fh-user-chip:focus-visible{outline:2px solid var(--fh-accent);outline-offset:2px}.fh-skip-link{position:absolute;left:-9999px;z-index:100}.fh-skip-link:focus{left:16px;top:16px;background:#fff;padding:10px 16px;border-radius:8px;border:1px solid var(--fh-border);font-weight:600;color:var(--fh-text);text-decoration:none}@media (min-width:992px){.fh-sidebar.collapsed{transform:translateX(-100%)}.fh-app.sidebar-collapsed .fh-main{margin-left:0}}@media (max-width:1100px){.fh-cards{grid-template-columns:repeat(2,1fr)}.fh-grid-2{grid-template-columns:1fr}.fh-col-2,.fh-col-3,.fh-col-4{grid-column:span 6}}@media (max-width:991px){.fh-sidebar{transform:translateX(-100%);transition:transform .2s ease}.fh-sidebar.open{transform:translateX(0);box-shadow:0 0 48px rgba(9,15,29,.4)}.fh-sidebar-backdrop{display:block;position:fixed;inset:0;background:rgba(9,15,29,.5);z-index:45;border:none}.fh-main{margin-left:0}.fh-mobile-menu-btn{display:flex}.fh-topbar{padding:12px 16px;gap:12px}.fh-content{padding:20px 16px 32px;min-width:0;max-width:100%;overflow-x:hidden}.fh-page-head{flex-wrap:wrap;gap:14px}}@media (max-width:640px){.fh-page-head{flex-direction:column;align-items:stretch}.fh-page-head>div{width:100%}.fh-filters-row{flex-direction:column;align-items:stretch}.fh-filter-item{min-width:100%;width:100%}.fh-filter-actions{width:100%;justify-content:flex-end}.fh-grid-forms .fh-field{grid-column:span 12!important}.fh-cards{grid-template-columns:1fr}.fh-col-2,.fh-col-3,.fh-col-4,.fh-col-6,.fh-col-8{grid-column:span 12}.fh-user-chip .fh-u-name,.fh-user-chip .fh-u-role{display:none}.fh-user-chip{padding:5px}.fh-login-wrap{flex-direction:column}.fh-login-brand{padding:32px 24px;flex:0 0 auto}.fh-lb-mid h1{font-size:26px}.fh-lb-feats{display:none}.fh-login-form{padding:32px 24px}.fh-search{display:none}}@media (prefers-reduced-motion:reduce){.fh-btn,.fh-kpi,.fh-sidebar,.fh-toggle,.fh-toggle:after{transition:none}.fh-spinner{animation-duration:1.5s}}.combobox-input-row input[type=text],.multiselect-input{min-height:0;padding:10px 34px 10px 13px;border:1px solid #d3d9e3;border-radius:9px;background:#fff;color:var(--fh-text);font-size:13.5px}.combobox-input-row input[type=text][readonly]{background:#fff}.combobox-input-row input[type=text]:focus,.multiselect-input:focus{outline:none;border-color:var(--fh-accent);box-shadow:0 0 0 3px rgba(249,115,22,.12)}.combobox-dropdown,.multiselect-dropdown{background:#fff;border:1px solid var(--fh-border);border-radius:10px;box-shadow:0 8px 24px rgba(16,24,40,.12);color:var(--fh-text)}.combobox-option:hover,.multiselect-option:hover{background:#f8fafc}.multiselect-option.checked{background:#ffeee2}.multiselect-divider{border-top-color:var(--fh-border)}.multiselect-checkbox{border-color:#d3d9e3;background:#fff}.multiselect-checkbox:checked{background:var(--fh-accent);border-color:var(--fh-accent)}.combobox-clear,.multiselect-clear{color:var(--fh-muted)}.combobox-clear:hover,.multiselect-clear:hover{color:var(--fh-text);background:#eef1f5}.fh-legend-row{display:flex;align-items:center;justify-content:space-between;padding:11px 0;border-bottom:1px solid #f1f4f8;font-size:13px}.fh-legend-row:last-child{border-bottom:none}.fh-lg-left{display:flex;align-items:center;gap:10px;font-weight:500}.fh-progress{width:110px;height:7px;border-radius:99px;background:#eef1f6;overflow:hidden}.fh-progress i{display:block;height:100%;border-radius:99px}.fh-brand-action-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px!important;min-height:32px!important;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);color:#94a3b8;cursor:pointer;transition:all .15s ease;flex-shrink:0}.fh-brand-action-btn:hover{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.2)}.fh-brand-action-btn .material-symbols-outlined{font-size:18px}.fh-mobile-menu-close,.fh-sidebar-collapse-btn,.fh-sidebar-collapse-btn--desktop{display:none!important}@media (max-width:991px){.fh-mobile-menu-close{display:none!important}}.fh-form-header,.fh-unified-tabs{margin-bottom:24px}.fh-unified-tabs{display:flex;gap:8px;flex-wrap:wrap}.multiselect-search-box{padding:8px 10px;border-bottom:1px solid var(--fh-border);position:sticky;top:0;background:#fff;z-index:2}.multiselect-search-input{width:100%;padding:6px 10px 6px 28px;font-size:12.5px;border:1px solid #d3d9e3;border-radius:6px;outline:none;background:#f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") no-repeat 8px}.multiselect-search-input:focus{border-color:var(--fh-accent);background-color:#fff;box-shadow:0 0 0 2px rgba(249,115,22,.1)}.multiselect-option-content{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.multiselect-option-header{display:flex;align-items:center;gap:6px}.multiselect-option-title{font-weight:500;color:var(--fh-text);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.multiselect-option-badge{font-size:10.5px;font-weight:600;padding:1px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.multiselect-option-badge.grupo{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.multiselect-option-badge.individual{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.multiselect-option-subtitle{font-size:11px;color:var(--fh-muted);font-family:var(--font-mono,monospace);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.multiselect-empty{padding:14px 12px;text-align:center;font-size:12.5px;color:var(--fh-muted)}.fh-drawer-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.45);backdrop-filter:blur(2px);z-index:1000;display:flex;justify-content:flex-end;animation:fhFadeIn .2s cubic-bezier(.16,1,.3,1)}.fh-drawer-panel{width:100%;max-width:520px;height:100%;background:#fff;box-shadow:-8px 0 32px rgba(15,23,42,.15);display:flex;flex-direction:column;animation:fhSlideInRight .25s cubic-bezier(.16,1,.3,1);overflow:hidden;z-index:1001}.fh-drawer-header{padding:20px 24px;border-bottom:1px solid var(--fh-border);display:flex;align-items:flex-start;justify-content:space-between;gap:16px;background:#fafbfc}.fh-drawer-title-group{display:flex;flex-direction:column;gap:4px}.fh-drawer-sub{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--fh-muted)}.fh-drawer-title{font-size:20px;font-weight:700;color:var(--fh-text);margin:0;display:flex;align-items:center;gap:10px}.fh-drawer-close{width:32px;height:32px;border-radius:8px;border:1px solid var(--fh-border);background:#fff;color:var(--fh-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.fh-drawer-close:hover{background:#f1f5f9;color:var(--fh-text);border-color:#cbd5e1}.fh-drawer-body{padding:24px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:20px}.fh-drawer-section{display:flex;flex-direction:column;gap:12px}.fh-drawer-section-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--fh-accent-dark);display:flex;align-items:center;gap:8px;margin:0}.fh-drawer-section-title:after{content:"";flex:1;height:1px;background:var(--fh-border)}.fh-drawer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.fh-drawer-item{background:#f8fafc;padding:10px 14px;border-radius:8px;border:1px solid #edf2f7}.fh-drawer-item--full{grid-column:span 2}.fh-drawer-label{font-size:11.5px;font-weight:500;color:var(--fh-muted);margin-bottom:2px}.fh-drawer-value{font-size:13.5px;font-weight:600;color:var(--fh-text);word-break:break-word}.fh-drawer-footer{padding:16px 24px;border-top:1px solid var(--fh-border);background:#fafbfc;display:flex;align-items:center;justify-content:flex-end;gap:10px}.fh-modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.5);backdrop-filter:blur(2px);z-index:1100;display:flex;align-items:center;justify-content:center;padding:20px;animation:fhFadeIn .15s ease-out}.fh-modal-panel{width:100%;max-width:440px;background:#fff;border-radius:14px;box-shadow:0 20px 40px -8px rgba(15,23,42,.2);overflow:hidden;animation:fhPopIn .2s cubic-bezier(.16,1,.3,1);z-index:1101}.fh-modal-body{padding:24px;text-align:center}.fh-modal-icon-wrap{width:52px;height:52px;border-radius:50%;background:#fef2f2;color:var(--fh-red);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.fh-modal-icon-wrap .material-symbols-outlined{font-size:28px}.fh-modal-title{font-size:18px;font-weight:700;color:var(--fh-text);margin:0 0 8px}.fh-modal-desc{font-size:13.5px;color:var(--fh-muted);line-height:1.5;margin:0 0 16px}.fh-modal-target-badge{display:inline-block;background:#f1f5f9;color:#334155;font-family:var(--font-mono,monospace);font-size:13px;font-weight:600;padding:4px 10px;border-radius:6px;margin-bottom:20px;border:1px solid #e2e8f0}.fh-modal-actions{display:flex;gap:10px;justify-content:center}@keyframes fhFadeIn{0%{opacity:0}to{opacity:1}}@keyframes fhSlideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes fhPopIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@supports (padding:env(safe-area-inset-top)){.fh-sidebar{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.fh-content,.fh-topbar{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}.fh-drawer-panel,.fh-modal-panel{padding-bottom:max(16px,env(safe-area-inset-bottom))}}.fh-page-title{font-size:clamp(18px,5vw,22px)}.fh-panel{padding:clamp(16px,4vw,22px)}.fh-panel-title{font-size:clamp(14px,3.5vw,15px)}.fh-kpi-value{font-size:clamp(22px,6vw,28px)}.fh-content{padding:clamp(16px,4vw,26px) clamp(16px,4vw,28px) clamp(24px,6vw,40px)}@media (min-width:640px){.fh-page-head{flex-direction:row;align-items:flex-end}.fh-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.fh-cards{grid-template-columns:repeat(4,1fr)}.fh-grid-2{grid-template-columns:1.9fr 1fr}}@media (min-width:1024px){.fh-content{max-width:1400px}}.fh-card-list{display:grid;gap:12px}.fh-crud-card{background:#fff;border:1px solid var(--fh-border);border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .15s,border-color .15s;cursor:pointer}.fh-crud-card:hover{box-shadow:0 2px 12px rgba(16,24,40,.06)}.fh-crud-card.is-selected{border-color:var(--fh-accent);background:#fff8f1}.fh-crud-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.fh-crud-card__head-left{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.fh-crud-card__title{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.fh-crud-card__main{font-weight:700;font-size:14px}.fh-crud-card__main,.fh-crud-card__sub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fh-crud-card__sub{font-size:12px;color:var(--fh-muted)}.fh-crud-card__body{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px}.fh-crud-card__field{display:flex;flex-direction:column;gap:2px;min-width:0}.fh-crud-card__label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--fh-muted)}.fh-crud-card__value{font-size:13px;font-weight:500;word-break:break-word}.fh-crud-card__value.is-mono{font-family:ui-monospace,monospace;font-size:12.5px}.fh-crud-card__actions{display:flex;gap:8px;justify-content:flex-end;align-items:center;padding-top:10px;border-top:1px solid #eef1f6}.fh-card--empty{text-align:center;padding:24px;color:var(--fh-muted);background:#fff;border:1px solid var(--fh-border);border-radius:14px}.fh-card--empty strong{display:block;color:var(--fh-text);margin-bottom:6px}@media (max-width:639px){[data-testid=crud-table-wrap]{display:none!important}}@media (min-width:640px){[data-testid=crud-card-list]{display:none!important}}@media (max-width:639px){.fh-brand-action-btn,.fh-menu-toggle-btn,.fh-mobile-menu-btn{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}.combobox-input-row input[type=text],.fh-input,.fh-select,.multiselect-input,textarea.fh-input{font-size:16px!important}.fh-form-actions{position:sticky;bottom:0;z-index:10;background:#fff;margin:16px -16px -16px;padding:16px;border-top:1px solid var(--fh-border);justify-content:stretch}.fh-form-actions .fh-btn-primary{flex:1;justify-content:center}.fh-drawer-panel{max-width:100vw!important;width:100vw!important;max-height:90dvh!important;height:90dvh!important}.fh-modal-panel{max-width:min(440px,calc(100vw - 32px))!important;width:calc(100vw - 32px)!important}.fh-drawer-panel,.fh-modal-panel{padding-bottom:max(16px,env(safe-area-inset-bottom))}}.combobox-dropdown,.multiselect-dropdown{max-height:min(320px,60dvh);max-height:min(320px,60svh);overflow-y:auto;-webkit-overflow-scrolling:touch}.fh-filters-toggle{display:none}@media (max-width:639px){.fh-filters-toggle{display:flex;justify-content:flex-start;margin-bottom:12px}.fh-filters--collapsed{display:none!important}}@media (prefers-reduced-motion:reduce){.fh-card-list,.fh-crud-card,.fh-filters-toggle{transition:none!important}.fh-crud-card:hover{box-shadow:none!important}}