.overlay{--rf-bg:#121416;--rf-panel:#1c222a;--rf-panel-2:#232b35;--rf-border:#2c333d;--rf-border-strong:#3a4350;--rf-text:#e9edf1;--rf-text-muted:#9aa4b0;--rf-primary:#0054a8;--rf-primary-hover:#003f80;--rf-radius:6px;--rf-radius-lg:12px;--rf-shadow:0 6px 24px rgba(0,0,0,.45);position:fixed;inset:0;background:rgba(8,11,16,.62);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:100;padding:24px;color:var(--rf-text)}.rf-modal{width:100%;max-width:400px;max-height:86vh;display:flex;flex-direction:column;background:var(--rf-panel);border:1px solid var(--rf-border);border-radius:var(--rf-radius-lg);box-shadow:var(--rf-shadow)}.rf-modal-head{position:relative;display:flex;align-items:center;justify-content:center;padding:16px;border-bottom:1px solid var(--rf-border)}.rf-modal-head h3{margin:0;font-size:16px;font-weight:700}.close-btn{background:transparent;border:none;color:var(--rf-text-muted);display:inline-flex;cursor:pointer}.rf-modal-head .close-btn{position:absolute;right:14px;top:50%;transform:translateY(-50%)}.rf-modal-body{overflow-y:auto}.rf-section{border-bottom:1px solid var(--rf-border)}.rf-head{display:flex;align-items:center;gap:14px;width:100%;padding:15px 18px;background:transparent;border:none;color:var(--rf-text);font-size:15px;text-align:left;cursor:pointer}.rf-head:hover{background:var(--rf-panel-2)}.rf-ico{font-size:20px;color:var(--rf-text-muted)}.rf-label{flex:1}.rf-count{min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:var(--rf-primary);color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.rf-chev{font-size:22px;color:var(--rf-text-muted)}.rf-body{padding:0 18px 16px}.rf-dates{display:grid;grid-template-columns:1fr 1fr;gap:12px}.rf-dates .field{margin-bottom:0}.rf-dates label{display:block;font-size:12px;color:var(--rf-text-muted);margin-bottom:6px}.rf-dates .input{width:100%;height:42px;color:var(--rf-text);font-size:14px;outline:none;color-scheme:dark}.rf-dates .input,.rf-search{padding:0 12px;background:var(--rf-bg);border:1px solid var(--rf-border-strong);border-radius:var(--rf-radius)}.rf-search{display:flex;align-items:center;gap:8px;height:38px;margin-bottom:10px}.rf-search .material-icons{font-size:18px;color:var(--rf-text-muted)}.rf-search input{flex:1;min-width:0;background:transparent;border:none;outline:none;color:var(--rf-text);font-size:14px}.rf-options{max-height:190px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.rf-opt{display:flex;align-items:center;gap:10px;padding:7px 8px;border-radius:6px;font-size:14px;cursor:pointer}.rf-opt:hover{background:var(--rf-panel-2)}.rf-opt input{width:16px;height:16px;accent-color:var(--rf-primary)}.rf-empty{padding:10px 8px;color:var(--rf-text-muted);font-size:13px}.rf-modal-foot{display:flex;align-items:center;gap:10px;padding:14px 18px;border-top:1px solid var(--rf-border)}.rf-modal-foot .btn{flex:1;justify-content:center}.overlay .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;padding:0 18px;border-radius:var(--rf-radius);border:1px solid transparent;font-size:14px;font-weight:600;background:var(--rf-panel-2);color:var(--rf-text);cursor:pointer}.overlay .btn-primary{background:var(--rf-primary);color:#fff}.overlay .btn-primary:hover{background:var(--rf-primary-hover)}.overlay .btn-ghost{background:transparent;border-color:var(--rf-border-strong)}.overlay.rf-spin{z-index:2000}.rf-spin .rf-modal{max-width:520px}.rf-spin .rf-modal-head h3{padding:0 8px}.rf-spin .rf-modal-body{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;min-height:196px;padding:28px 18px}.rf-spin .rf-spin-ring{flex:0 0 auto}.rf-spin .rf-p{font-size:14px;line-height:20px;color:var(--rf-text-muted);text-align:center;margin:0;max-width:380px}