:root{--page-width:1500px;--bg:#f4f6f9;--surface:#ffffff;--sidebar-bg:#1E2A38;--sidebar-text:#b8c2cf;--sidebar-active-bg:#2D8CFF;--sidebar-active-text:#ffffff;--border:#d8dde5;--border-strong:#c9d0d9;--text:#1E2A38;--text-muted:#5a6573;--accent:#2D8CFF;--link:#2D8CFF;--success:#16a34a;--alert:#dc2626;--warning:#f59e0b;--row-alt:#f9fafc;--surface-2:#f1f5f9;--text-bright:#1E2A38;--navy:#1E2A38;--status-approved:#16a34a;--status-rejected:#dc2626;--status-pending:#f59e0b;--status-owed:#b45309;--status-paid:#16a34a;--status-info:#2D8CFF;--status-warn:#f59e0b;--space:16px;--control-height:40px;--font-scale:1}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans),"Source Sans 3",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}a{color:var(--link,var(--accent))}body.ff-cam-native{background:transparent!important}body.ff-cam-native>:not(.ff-cam-portal){visibility:hidden!important}.card{text-align:center;padding:44px 40px;border:1px solid var(--border);border-radius:14px;background:var(--surface);max-width:460px;width:92%;margin:12vh auto;box-shadow:0 2px 12px rgba(30,42,56,.06)}.card h1{font-size:26px;font-weight:600;margin-bottom:8px;color:var(--text)}.card p{color:var(--text-muted);font-size:15px;line-height:1.6}.inp{display:block;width:100%;margin:8px 0;padding:10px 12px;border-radius:8px;border:1px solid var(--border-strong);background:var(--surface);color:var(--text);font-size:14px}.inp:focus{outline:none;border-color:var(--accent)}.row{display:flex;gap:8px;margin-top:10px;justify-content:center}.btn{display:inline-block;padding:10px 16px;border-radius:8px;border:none;background:var(--accent);color:#fff;font-size:14px;cursor:pointer;text-decoration:none}.btn.ghost{background:transparent;border:1px solid var(--border-strong);color:var(--text)}.msg{margin-top:12px;color:var(--text-muted)}.rust{color:#c8743f}.app{max-width:var(--page-width,1500px);margin:0 auto;padding:0 16px 60px}.bar{display:flex;justify-content:space-between;align-items:center;padding:16px 4px;border-bottom:1px solid var(--border);margin-bottom:20px}.brand{font-size:18px;font-weight:600;color:var(--text)}.who{color:var(--text-muted)}.link,.who{font-size:13px}.link{background:none;border:none;color:var(--accent);cursor:pointer;padding:0}.sec{font-size:14px;color:var(--text-muted);font-weight:500;margin-bottom:10px}.settings-mod{color:var(--text)}.settings-mod .page-h1{font-size:22px;font-weight:800;color:var(--text-bright);letter-spacing:-.01em}.settings-mod .page-meta{font-size:13px;color:var(--text-muted);margin:2px 0 16px}.settings-mod .panel{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:14px;overflow:hidden}.settings-mod .panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px;border-bottom:1px solid var(--border)}.settings-mod .panel-title{font-size:14px;font-weight:700;color:var(--text-bright)}.settings-mod .panel-foot{padding:10px 16px;font-size:11px;color:var(--text-muted);background:var(--surface-2);border-top:1px solid var(--border)}.settings-mod .btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid var(--border-strong);background:var(--surface);color:var(--text-bright);font-size:13px;font-weight:600;border-radius:6px;cursor:pointer;font-family:inherit;transition:background .12s,border-color .12s}.settings-mod .btn:hover{background:var(--surface-2)}.settings-mod .btn.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.settings-mod .btn.btn-primary:hover{filter:brightness(.96);background:var(--accent)}.settings-mod .btn.btn-sm{padding:5px 10px;font-size:11px}.settings-mod table{width:100%;border-collapse:collapse}.settings-mod thead th{text-align:left;padding:8px 12px;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:700;border-bottom:1px solid var(--border)}.settings-mod tbody td{padding:10px 12px;font-size:13px;border-bottom:1px solid var(--border);color:var(--text)}.settings-mod tbody tr:last-child td{border-bottom:none}.settings-mod .fld-label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:700;display:block;margin-bottom:5px}.settings-mod .fld-hint{font-size:10px;color:var(--text-muted);margin-top:3px}.settings-mod input[type=email],.settings-mod input[type=number],.settings-mod input[type=tel],.settings-mod input[type=text],.settings-mod input[type=url],.settings-mod select,.settings-mod textarea{width:100%;padding:9px 12px;border:1px solid var(--border);border-radius:5px;font-family:inherit;font-size:13px;background:var(--surface);color:var(--text);box-sizing:border-box}.settings-mod input:focus,.settings-mod select:focus,.settings-mod textarea:focus{outline:none;border-color:var(--accent)}.settings-mod input[readonly],.settings-mod textarea[readonly]{background:#f8fafc}.settings-mod .save-bar{position:-webkit-sticky;position:sticky;bottom:0;padding:14px;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;display:flex;justify-content:space-between;align-items:center;gap:12px;box-shadow:0 -4px 12px rgba(0,0,0,.04);margin-top:4px}.settings-mod .callout{padding:11px 14px;border-radius:5px;font-size:12px;line-height:1.5;margin-bottom:14px}.settings-mod .callout-info{background:rgba(45,140,255,.06);border:1px solid rgba(45,140,255,.25);border-left:4px solid var(--accent);color:var(--text)}.settings-mod .callout-warn{background:rgba(245,158,11,.08);border:1px solid rgba(245,158,11,.3);border-left:4px solid #f59e0b;color:#854F0B}.txf-scope{--accent-soft:rgba(45,140,255,0.08);--accent-soft-2:rgba(45,140,255,0.14);--purple:#7c3aed;--purple-soft:rgba(124,58,237,0.10);--orange:#f59e0b;--orange-soft:rgba(245,158,11,0.14);--red:#dc2626;--red-soft:rgba(220,38,38,0.10);--green:#16a34a;--shadow-1:0 1px 2px rgba(16,24,40,0.05)}.txf-scope .stat-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:10px;gap:10px;margin-bottom:18px}@media (max-width:960px){.txf-scope .stat-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:560px){.txf-scope .stat-grid{grid-template-columns:repeat(2,1fr)}}.txf-scope .stat-card{background:#fff;border-radius:3px;border:1px solid var(--border);border-top:3px solid var(--accent);padding:14px 16px;cursor:pointer;transition:border-color .1s}.txf-scope .stat-card:hover{border-color:var(--accent)}.txf-scope .stat-card.warn,.txf-scope .stat-card.warning{border-top-color:var(--warning)}.txf-scope .stat-card.alert,.txf-scope .stat-card.danger{border-top-color:var(--alert)}.txf-scope .stat-card.success{border-top-color:var(--success)}.txf-scope .stat-card.plain{border-top-color:#cbd5e1}.txf-scope .stat-label{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:700;margin-bottom:4px}.txf-scope .stat-value{font-size:22px;font-weight:700;color:var(--navy);line-height:1.1}.txf-scope .stat-meta{font-size:11px;color:var(--text-muted);margin-top:2px}.txf-scope .saved-view-row{display:flex;gap:6px;margin-bottom:12px;flex-wrap:wrap;align-items:center}.txf-scope .saved-view-label{font-size:11px;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-right:4px}.txf-scope .view-chip{padding:4px 9px;border-radius:12px;font-size:11px;font-weight:600;background:#fff;border:1px solid var(--border);cursor:pointer;color:var(--text);display:inline-flex;align-items:center;gap:5px;transition:all .1s}.txf-scope .view-chip:hover{border-color:var(--accent)}.txf-scope .view-chip.active{background:var(--accent);color:#fff;border-color:var(--accent)}.txf-scope .view-chip-flag{width:8px;height:8px;border-radius:50%}.txf-scope .view-chip-flag.red{background:var(--red)}.txf-scope .view-chip-flag.green{background:var(--green)}.txf-scope .view-chip-flag.blue{background:var(--accent)}.txf-scope .view-chip-flag.orange{background:var(--orange)}.txf-scope .view-chip-flag.purple{background:var(--purple)}.txf-scope .filter-chips{display:flex;gap:6px;margin-bottom:12px;flex-wrap:wrap;align-items:center}.txf-scope .chip{padding:5px 11px;border:1px solid var(--border);border-radius:14px;background:#fff;font-size:12px;cursor:pointer;color:var(--text);display:inline-flex;align-items:center;gap:5px;transition:all .1s}.txf-scope .chip:hover{border-color:var(--accent)}.txf-scope .chip.active{background:var(--navy);color:#fff;border-color:var(--navy)}.txf-scope .chip-count{font-size:10px;font-weight:700;background:rgba(0,0,0,.06);color:var(--text);padding:1px 6px;border-radius:8px;min-width:18px;text-align:center}.txf-scope .chip.active .chip-count{background:rgba(255,255,255,.25);color:#fff}.txf-scope .panel{background:#fff;border:1px solid var(--border);border-radius:6px;overflow:hidden;box-shadow:var(--shadow-1);margin-bottom:12px}.txf-scope .panel-header{padding:11px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);background:#fafbfc}.txf-scope .panel-title{font-size:13px;font-weight:700;color:var(--navy)}.txf-scope table{width:100%;border-collapse:collapse;font-size:12px}.txf-scope thead th{background:#f9fafb;color:var(--text-muted);font-size:10px;text-transform:uppercase;letter-spacing:.06em;font-weight:700;padding:9px 12px;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}.txf-scope tbody td{padding:10px 12px;border-bottom:1px solid #f3f4f6;color:var(--text);vertical-align:middle}.txf-scope tbody tr{cursor:pointer;transition:background .08s}.txf-scope tbody tr:hover{background:var(--accent-soft)}.txf-scope .side-chip{display:inline-flex;align-items:center;justify-content:center;padding:2px 7px;border-radius:3px;font-size:10px;font-weight:700;letter-spacing:.04em;min-width:24px}.txf-scope .side-chip.L{background:var(--accent-soft-2);color:#1565c0;border:1px solid rgba(45,140,255,.3)}.txf-scope .side-chip.B{background:var(--purple-soft);color:#6b21a8;border:1px solid rgba(124,58,237,.3)}.txf-scope .status-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:10px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.txf-scope .status-badge.prelist{background:var(--orange-soft);color:#854F0B}.txf-scope .status-badge.active{background:var(--accent-soft-2);color:#1565c0}.txf-scope .status-badge.contract{background:var(--purple-soft);color:#6b21a8}.txf-scope .status-badge.pending{background:rgba(245,158,11,.15);color:#854F0B}.txf-scope .status-badge.closed{background:rgba(22,163,74,.12);color:#15803d}.txf-scope .type-chip{display:inline-block;padding:1px 7px;border-radius:3px;font-size:10px;font-weight:700;background:#f3f4f6;color:#4b5563;border:1px solid var(--border);text-transform:uppercase;letter-spacing:.04em}.txf-scope .type-chip.reo{background:var(--accent-soft);color:#1565c0;border-color:rgba(45,140,255,.2)}.txf-scope .type-chip.trad{background:rgba(124,58,237,.06);color:#6b21a8;border-color:rgba(124,58,237,.2)}.txf-scope .type-chip.rent{background:rgba(22,163,74,.06);color:#15803d;border-color:rgba(22,163,74,.2)}.txf-scope .type-chip.short{background:rgba(245,158,11,.06);color:#92400e;border-color:rgba(245,158,11,.2)}.txf-scope .dash-id{display:inline-block;padding:1px 5px;background:#f3f4f6;border-radius:3px;font-family:Courier New,monospace;font-size:10px;color:var(--text-muted)}.txf-scope .addr-cell strong{font-size:13px;color:var(--navy);display:block}.txf-scope .addr-cell .addr-meta{font-size:11px;color:var(--text-muted);margin-top:1px}.txf-scope .progress-cell{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--text-muted)}.txf-scope .progress-bar{flex:1 1;height:5px;background:#e5e7eb;border-radius:3px;overflow:hidden;min-width:50px;max-width:80px}.txf-scope .progress-fill{height:100%;background:var(--accent)}.txf-scope .progress-fill.high{background:var(--green)}.txf-scope .progress-fill.med{background:var(--orange)}.txf-scope .progress-fill.low{background:var(--red)}.txf-scope .tx-tabs{display:flex;gap:0;background:#fff;border:1px solid var(--border);border-radius:6px;padding:0 16px;overflow-x:auto;justify-content:center;margin:10px 0 16px}.txf-scope .tx-tab{padding:12px 14px;font-size:13px;font-weight:500;color:var(--text-muted);cursor:pointer;border:none;border-bottom:2px solid transparent;background:none;white-space:nowrap;display:flex;align-items:center;gap:5px}.txf-scope .tx-tab:hover{color:var(--navy)}.txf-scope .tx-tab.active{color:var(--navy);border-bottom-color:var(--accent);font-weight:600}.txf-scope .tx-tab-count{background:#f3f4f6;color:var(--text-muted);padding:1px 6px;border-radius:8px;font-size:10px;font-weight:700;min-width:18px;text-align:center}.txf-scope .tx-tab.active .tx-tab-count{background:var(--accent);color:#fff}.txf-scope .flag-pill{display:inline-flex;align-items:center;padding:1px 6px;margin:0 3px 2px 0;border-radius:3px;font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#fff;border:1px solid var(--border);white-space:nowrap}.txf-scope .flag-pill.hb{color:#b91c1c;border-color:rgba(220,38,38,.4);background:var(--red-soft)}.txf-scope .flag-pill.hold{color:#92400e;border-color:rgba(245,158,11,.4);background:var(--orange-soft)}.txf-scope .flag-pill.offers{color:#1565c0;border-color:rgba(45,140,255,.4);background:var(--accent-soft)}.txf-scope .flag-pill.stale{color:var(--text-muted);border-color:var(--border)}.txf-scope .flag-pill.priced{color:#0f766e;border-color:rgba(20,184,166,.4);background:rgba(20,184,166,.06)}.txf-scope .col-menu{position:absolute;right:0;top:calc(100% + 4px);background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px rgba(16,24,40,.12);padding:8px;z-index:20;min-width:180px}.txf-scope .col-menu label{display:flex;align-items:center;gap:8px;padding:5px 8px;font-size:12px;cursor:pointer;border-radius:6px}.txf-scope .col-menu label:hover{background:var(--accent-soft)}.txf-scope .more-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:10px;gap:10px;padding:12px 14px;background:#fff;border:1px solid var(--border);border-radius:8px;margin-bottom:12px}.txf-scope .mf-label{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:700;margin-bottom:4px;display:block}.txf-scope .mf-input{width:100%;padding:7px 9px;border:1px solid var(--border);border-radius:6px;font-size:13px;box-sizing:border-box}.txf-scope{--shadow-2:0 8px 24px rgba(16,24,40,0.12)}.txf-scope .content{padding:0}.txf-scope .btn{background:#fff;border:1px solid var(--border);border-radius:4px;padding:6px 12px;font-size:12px;font-weight:500;cursor:pointer;color:var(--text);font-family:inherit;transition:background .1s;display:inline-flex;align-items:center;gap:5px}.txf-scope .btn:hover{background:#f9fafb}.txf-scope .btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.txf-scope .btn-primary:hover{background:#1e7ce8}.txf-scope .btn-success{background:var(--green);color:#fff;border-color:var(--green)}.txf-scope .btn-warn{background:var(--orange);color:#fff;border-color:var(--orange)}.txf-scope .btn-danger{background:var(--red);color:#fff;border-color:var(--red)}.txf-scope .btn-sm{font-size:11px;padding:4px 9px}.txf-scope .stat-card.highlight{border-top-color:var(--accent)}.txf-scope .stat-meta.danger{color:#b91c1c;font-weight:600}.txf-scope .stat-meta.warn{color:#92400e;font-weight:600}.txf-scope .tx-header-compact{background:#fff;border:1px solid var(--border);border-radius:6px;box-shadow:var(--shadow-1);padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:4px}.txf-scope .tx-title-compact{font-family:inherit;font-size:20px;font-weight:600;color:var(--navy);display:flex;align-items:center;gap:10px;margin:0}.txf-scope .tx-property-link{cursor:pointer;border-radius:6px;transition:color .12s,-webkit-text-decoration-color .12s;transition:color .12s,text-decoration-color .12s;transition:color .12s,text-decoration-color .12s,-webkit-text-decoration-color .12s;text-decoration:underline;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;text-underline-offset:3px}.txf-scope .tx-property-link:hover{color:var(--blue,#2D8CFF);-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.txf-scope .tx-meta-compact{font-size:11px;color:var(--text-muted);display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:4px}.txf-scope .empty-state{padding:60px 30px;text-align:center;color:var(--text-muted)}.txf-scope .empty-icon{font-size:36px;margin-bottom:12px}.txf-scope .empty-title{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:4px}.txf-scope .empty-meta{font-size:13px;color:var(--text-muted);margin-bottom:16px}.txf-scope .section{background:#fff;border:1px solid var(--border);border-radius:6px;margin-bottom:14px;overflow:hidden;box-shadow:var(--shadow-1)}.txf-scope .section-header{padding:10px 14px;border-bottom:1px solid var(--border);background:#fafbfc;display:flex;align-items:center;justify-content:space-between}.txf-scope .section-title{font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:700;color:var(--navy);display:flex;align-items:center;gap:6px}.txf-scope .section-action{font-size:11px;color:var(--accent);cursor:pointer;font-weight:500}.txf-scope .section-action:hover{text-decoration:underline}.txf-scope .section-body{padding:14px}.txf-scope .field-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px 24px;gap:10px 24px}.txf-scope .field-row{display:flex;align-items:baseline;gap:12px;font-size:13px}.txf-scope .field-label{color:var(--text-muted);font-size:12px;min-width:130px;font-weight:500}.txf-scope .field-value{color:var(--text);font-weight:600;flex:1 1}.txf-scope .mini-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;padding:14px;background:#fafbfc}.txf-scope .mini-stat{text-align:center}.txf-scope .mini-stat-value{font-size:18px;font-weight:700;color:var(--navy);line-height:1.1}.txf-scope .mini-stat-label{font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-top:2px;font-weight:600}.txf-scope .alert{padding:10px 12px;border-radius:5px;font-size:12px;margin-bottom:8px;border-left:3px solid;display:flex;align-items:flex-start;gap:8px;line-height:1.4}.txf-scope .alert.danger{background:var(--red-soft);border-color:var(--red);color:#b91c1c}.txf-scope .alert.warn{background:var(--orange-soft);border-color:var(--orange);color:#92400e}.txf-scope .alert.info{background:var(--accent-soft);border-color:var(--accent);color:#185FA5}.txf-scope .alert.success{background:rgba(22,163,74,.1);border-color:var(--green);color:#15803d}.txf-scope .alert-icon{font-size:14px;flex-shrink:0}.txf-scope .agent-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid #f3f4f6;font-size:13px}.txf-scope .agent-row:last-child{border-bottom:0}.txf-scope .agent-avatar{width:30px;height:30px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.txf-scope .agent-info{flex:1 1}.txf-scope .agent-name{font-weight:600;color:var(--text)}.txf-scope .agent-meta{font-size:11px;color:var(--text-muted)}.txf-scope .agent-contact{font-size:11px;color:var(--accent);cursor:pointer}.txf-scope .side-card{background:#fff;border:1px solid var(--border);border-radius:6px;margin-bottom:14px;overflow:hidden;box-shadow:var(--shadow-1)}.txf-scope .side-card-header{padding:10px 14px;border-bottom:1px solid var(--border);background:#fafbfc;font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:700;color:var(--navy)}.txf-scope .side-card-body{padding:12px 14px;font-size:12px}.txf-scope .stat-block{display:flex;align-items:center;justify-content:space-between;padding:7px 0;border-bottom:1px solid #f3f4f6}.txf-scope .stat-block:last-child{border-bottom:0}.txf-scope .stat-block-label{font-size:11px;color:var(--text-muted)}.txf-scope .stat-block-value{font-size:14px;font-weight:700;color:var(--navy)}.txf-scope .stat-block-value.danger{color:#dc2626}.txf-scope .stat-block-value.warn{color:#92400e}.txf-scope .stat-block-value.success{color:#15803d}.txf-scope .checklist-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:14px;flex-wrap:wrap}.txf-scope .checklist-panel{background:#fff;border:1px solid var(--border);border-radius:6px;overflow:hidden;box-shadow:var(--shadow-1);margin-bottom:16px}.txf-scope .checklist-panel.priority{border-left:3px solid var(--red)}.txf-scope .checklist-header{padding:12px 16px;border-bottom:1px solid var(--border);background:#fafbfc;display:flex;align-items:center;justify-content:space-between}.txf-scope .checklist-title-row{display:flex;align-items:center;gap:10px;flex:1 1;min-width:0}.txf-scope .checklist-collapse-icon{font-size:11px;color:var(--text-muted);cursor:pointer;width:14px;text-align:center}.txf-scope .checklist-icon{font-size:14px}.txf-scope .checklist-title{font-size:13px;font-weight:700;color:var(--navy)}.txf-scope .checklist-meta{font-size:11px;color:var(--text-muted)}.txf-scope .checklist-pin{font-size:10px;background:var(--orange-soft);color:#92400e;padding:1px 7px;border-radius:8px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.txf-scope .checklist-progress-bar{flex:0 0 90px;height:5px;background:#e5e7eb;border-radius:3px;overflow:hidden}.txf-scope .checklist-progress-fill{height:100%;background:var(--green)}.txf-scope .checklist-progress-fill.med{background:var(--orange)}.txf-scope .checklist-progress-fill.low{background:var(--red)}.txf-scope .checklist-progress-text{font-size:11px;font-weight:700;color:var(--navy);min-width:40px;text-align:right}.txf-scope .task{display:flex;align-items:flex-start;gap:10px;padding:8px 16px 8px 14px;border-bottom:1px solid #f3f4f6;font-size:12px}.txf-scope .task:last-child{border-bottom:0}.txf-scope .task:hover{background:rgba(45,140,255,.04)}.txf-scope .task-check{width:18px;height:18px;border-radius:3px;border:1.5px solid #d1d5db;background:#fff;cursor:pointer;flex-shrink:0;margin-top:1px;display:flex;align-items:center;justify-content:center;font-size:11px;color:#fff;position:relative}.txf-scope .task-check.agent-checked{background:#fef3c7;border-color:var(--orange);color:#92400e}.txf-scope .task-check.agent-checked:after{content:"✓"}.txf-scope .task-check.admin-checked{background:var(--green);border-color:var(--green)}.txf-scope .task-check.admin-checked:after{content:"✓"}.txf-scope .task-check.waived{background:#f3f4f6;border-color:#9ca3af;color:#6b7280}.txf-scope .task-check.waived:after{content:"—";font-size:10px}.txf-scope .task-content{flex:1 1;min-width:0}.txf-scope .task-name{color:var(--text);font-weight:500;line-height:1.4}.txf-scope .task-name .form-code{background:#f3f4f6;color:var(--text-muted);padding:0 4px;border-radius:2px;font-family:Courier New,monospace;font-size:10px;margin-left:4px;border:1px solid var(--border)}.txf-scope .task-name .req-mark{color:#dc2626;margin-left:3px;font-weight:700}.txf-scope .task-name .mention{color:var(--accent);background:var(--accent-soft);padding:0 4px;border-radius:3px;font-weight:600}.txf-scope .task-name.completed{color:var(--text-muted);text-decoration:line-through}.txf-scope .task-meta{display:flex;align-items:center;gap:12px;font-size:10px;color:var(--text-muted);margin-top:3px;flex-wrap:wrap}.txf-scope .task-meta-item.overdue{color:#b91c1c;font-weight:600}.txf-scope .task-meta-item.upcoming{color:#92400e;font-weight:600}.txf-scope .task-meta-item.done{color:#15803d}.txf-scope .task-meta-item.linked{color:var(--accent);cursor:pointer}.txf-scope .task-status-pill{display:inline-flex;align-items:center;padding:1px 6px;border-radius:8px;font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.txf-scope .task-status-pill.agent{background:rgba(245,158,11,.12);color:#92400e}.txf-scope .task-status-pill.admin{background:rgba(22,163,74,.12);color:#15803d}.txf-scope .task-status-pill.waived{background:#f3f4f6;color:#6b7280}.txf-scope .task-status-pill.in-progress{background:rgba(45,140,255,.1);color:#1565c0}.txf-scope .task-status-pill.overdue{background:rgba(220,38,38,.1);color:#b91c1c}.txf-scope .pill{padding:5px 11px;border:1px solid var(--border);border-radius:14px;background:#fff;font-size:11px;cursor:pointer;color:var(--text);display:inline-flex;align-items:center;gap:5px;font-weight:500}.txf-scope .pill:hover{border-color:var(--accent)}.txf-scope .pill.active{background:var(--navy);color:#fff;border-color:var(--navy)}.txf-scope .pill-count{font-size:10px;font-weight:700;background:rgba(0,0,0,.06);padding:1px 5px;border-radius:8px;min-width:18px;text-align:center}.txf-scope .pill.active .pill-count{background:rgba(255,255,255,.25);color:#fff}.txf-scope .legend-item{display:flex;align-items:center;gap:8px;font-size:11px;margin-bottom:6px;color:var(--text);line-height:1.4}.txf-scope .legend-icon{width:16px;height:16px;border-radius:3px;border:1.5px solid #d1d5db;background:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;color:#fff;flex-shrink:0}.txf-scope .legend-icon.agent-checked{background:#fef3c7;border-color:var(--orange);color:#92400e}.txf-scope .legend-icon.agent-checked:after{content:"✓"}.txf-scope .legend-icon.admin-checked{background:var(--green);border-color:var(--green)}.txf-scope .legend-icon.admin-checked:after{content:"✓"}.txf-scope .legend-icon.waived{background:#f3f4f6;border-color:#9ca3af;color:#6b7280}.txf-scope .legend-icon.waived:after{content:"—";font-size:9px}.txf-scope .legend-text strong{color:var(--navy);font-weight:600}.txf-scope .tx-two-col{display:grid;grid-template-columns:1fr 320px;grid-gap:16px;gap:16px;align-items:start}.txf-scope .tx-two-col.narrow-rail{grid-template-columns:1fr 280px}@media (max-width:900px){.txf-scope .tx-two-col,.txf-scope .tx-two-col.narrow-rail{grid-template-columns:1fr}}.txf-scope .dropdown{position:relative;display:inline-block}.txf-scope .dropdown-menu{position:absolute;top:100%;right:0;min-width:230px;background:#fff;border:1px solid var(--border);border-radius:5px;box-shadow:var(--shadow-2);margin-top:4px;padding:4px 0;z-index:50}.txf-scope .dropdown-item{padding:7px 14px;font-size:12px;cursor:pointer;color:var(--text);display:flex;align-items:center;gap:8px}.txf-scope .dropdown-item:hover{background:var(--accent-soft)}.txf-scope .dropdown-item.danger{color:#dc2626}.txf-scope .dropdown-divider{height:1px;background:var(--border);margin:4px 0}.txf-scope .dropdown-section{padding:5px 14px 3px;font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:700}.offer-public{max-width:960px;margin:0 auto;padding:1rem;color:var(--text)}.offer-public .offer-card{background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 1px 2px rgba(16,24,40,.04);padding:16px 18px;margin-bottom:14px}.offer-public .offer-header{border-top:3px solid var(--accent)}.offer-public .confirm-wrap{max-width:560px;margin:5vh auto}.offer-public .track-timeline{display:flex;flex-direction:column;gap:0}.offer-public .track-node{display:flex;gap:12px;position:relative;padding-bottom:16px}.offer-public .track-node:not(:last-child):before{content:"";position:absolute;left:13px;top:26px;bottom:0;width:2px;background:var(--border)}.offer-public .track-node.done:not(:last-child):before{background:#16a34a}.offer-public .track-dot{flex-shrink:0;width:28px;height:28px;border-radius:50%;border:2px solid var(--border);background:#fff;color:var(--text-muted);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.offer-public .track-node.done .track-dot{border-color:#16a34a;background:#16a34a;color:#fff}.offer-public .track-node.current .track-dot{border-color:var(--accent);box-shadow:0 0 0 3px rgba(45,140,255,.18)}.offer-public .track-label{font-size:13px;font-weight:700;color:var(--navy)}.offer-public .track-when{font-size:11px;color:var(--text-muted)}.offer-public .offer-hb{background:rgba(245,158,11,.12);border:1px solid rgba(245,158,11,.4);color:#92400e;border-radius:8px;padding:10px 14px;margin-bottom:14px;font-size:13px;line-height:1.5}.offer-public .offer-hb.past{background:rgba(220,38,38,.08);border-color:rgba(220,38,38,.4);color:#b91c1c}.offer-public .offer-alert{background:rgba(220,38,38,.06);border:1px solid rgba(220,38,38,.35);color:#b91c1c;border-radius:8px;padding:10px 14px;margin-bottom:12px;font-size:13px}.offer-public .offer-alert ul{margin:6px 0 0 18px}.offer-public .wizard{display:grid;grid-template-columns:1fr 240px;grid-gap:1.25rem;gap:1.25rem;align-items:start}.offer-public .summary-rail{position:-webkit-sticky;position:sticky;top:1rem;align-self:start}.offer-public .wizard-step{min-height:220px}.offer-public .step-title{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:14px}.offer-public .wizard-nav{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.offer-public .stepper-dots{display:flex;gap:6px;margin-bottom:14px;flex-wrap:wrap}.offer-public .stepper-dot{display:inline-flex;align-items:center;gap:6px;background:none;border:0;cursor:pointer;padding:4px 6px;border-radius:6px;color:var(--text-muted);font:inherit}.offer-public .stepper-dot:disabled{cursor:default;opacity:.7}.offer-public .stepper-dot .dot-num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;border:1.5px solid var(--border);font-size:11px;font-weight:700}.offer-public .stepper-dot .dot-label{font-size:12px;font-weight:600}.offer-public .stepper-dot.active{color:var(--navy)}.offer-public .stepper-dot.active .dot-num{border-color:var(--accent);background:var(--accent);color:#fff}.offer-public .stepper-dot.done .dot-num{border-color:#16a34a;background:#16a34a;color:#fff}.offer-public .stepper-compact{display:none;flex-direction:column;gap:6px;margin-bottom:14px;font-size:13px;color:var(--text)}.offer-public .progress{height:6px;background:var(--surface-2);border-radius:4px;overflow:hidden}.offer-public .progress-fill{height:100%;background:var(--accent);transition:width .25s ease}.offer-public .field-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px 16px;gap:12px 16px}.offer-public .field-row-inline{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end}.offer-public .fld{display:flex;flex-direction:column;gap:4px}.offer-public .fld-label{font-size:12px;font-weight:600;color:var(--text)}.offer-public .fld .req{color:#b91c1c}.offer-public .hint{font-size:11px;color:var(--text-muted)}.offer-public input,.offer-public select,.offer-public textarea{font-size:16px;min-height:44px;padding:8px 11px;border:1px solid var(--border);border-radius:7px;background:#fff;color:var(--text);font-family:inherit;box-sizing:border-box;width:100%}.offer-public textarea{min-height:74px;resize:vertical}.offer-public input:focus,.offer-public select:focus,.offer-public textarea:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}.offer-public .gate{display:flex;gap:10px;align-items:flex-start;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:12px 14px;font-size:13px;line-height:1.45;cursor:pointer;margin-bottom:14px}.offer-public .gate.compact{align-items:center;margin-bottom:0}.offer-public .gate input{width:18px;min-height:18px;height:18px;margin-top:2px;flex-shrink:0}.offer-public fieldset.sub{border:1px solid var(--border);border-radius:8px;padding:12px 14px;margin:14px 0 0}.offer-public fieldset.sub legend{font-size:12px;font-weight:700;color:var(--navy);padding:0 6px}.offer-public .chips{display:flex;gap:8px;flex-wrap:wrap}.offer-public .chip{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:999px;padding:6px 12px;font-size:12px;cursor:pointer;background:#fff;min-height:44px}.offer-public .chip.on{border-color:var(--accent);background:var(--accent-soft,rgba(45,140,255,.08));color:#185FA5;font-weight:600}.offer-public .chip input{width:16px;min-height:16px;height:16px}.offer-public .doc-slots{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.offer-public .doc-slot{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1.5px dashed var(--border);border-radius:8px;padding:12px 14px}.offer-public .doc-slot.filled{border-style:solid;border-color:#16a34a;background:rgba(22,163,74,.04)}.offer-public .doc-slot-main{display:flex;align-items:center;gap:12px;min-width:0}.offer-public .doc-slot-icon{font-size:18px}.offer-public .review{border:1px solid var(--border);border-radius:8px;overflow:hidden}.offer-public .review-row{display:grid;grid-template-columns:120px 1fr auto;grid-gap:10px;gap:10px;align-items:center;padding:9px 14px;border-bottom:1px solid var(--border);font-size:13px}.offer-public .review-row:last-child{border-bottom:0}.offer-public .review-label{color:var(--text-muted);font-size:12px}.offer-public .review-value{color:var(--text);font-weight:600}.offer-public .review-value.strong{color:#15803d;font-weight:700}.offer-public .review-edit{background:none;border:0;color:var(--accent);font-size:12px;cursor:pointer}.offer-public .rail-title{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:700;margin-bottom:8px}.offer-public .rail-row{display:flex;justify-content:space-between;font-size:12px;color:var(--text-muted);padding:3px 0}.offer-public .rail-net{display:flex;justify-content:space-between;align-items:baseline;border-top:1px solid var(--border);margin-top:8px;padding-top:8px;font-size:13px;color:var(--navy)}.offer-public .rail-net strong{font-size:17px;color:#15803d}.offer-public .need-row{display:flex;align-items:center;gap:8px;font-size:12px;padding:3px 0;color:var(--text)}.offer-public .need-dot{width:18px;text-align:center;color:var(--text-muted)}.offer-public .need-dot.ok{color:#16a34a;font-weight:700}.offer-public .stepper-compact,.offer-public .sticky-summary-bar{display:none}.offer-public .sticky-summary-bar{position:-webkit-sticky;position:sticky;bottom:0;z-index:20;gap:12px;align-items:center;justify-content:space-between;padding:10px 14px;background:#fff;border-top:1px solid var(--border);box-shadow:0 -2px 10px rgba(16,24,40,.06)}.offer-public .review-edit:focus-visible,.offer-public .stepper-dot:focus-visible,.offer-public button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (max-width:1023px){.offer-public .wizard{grid-template-columns:1fr}.offer-public .summary-rail{position:static;order:-1}}@media (max-width:639px){.offer-public{padding:.5rem}.offer-public .stepper-dots{display:none}.offer-public .stepper-compact{display:flex}.offer-public .summary-rail{display:none}.offer-public .sticky-summary-bar{display:flex}.offer-public .field-grid{grid-template-columns:1fr}.offer-public .wizard-nav{flex-direction:column-reverse;gap:8px}.offer-public .wizard-nav .btn{width:100%;justify-content:center}.offer-public .review-row{grid-template-columns:110px 1fr}.offer-public .review-edit{grid-column:2;justify-self:end}}@media (prefers-reduced-motion:reduce){.offer-public *,.offer-public .progress-fill{transition:none!important;scroll-behavior:auto!important}}.listings-public{max-width:1180px;margin:0 auto;padding:1rem;color:var(--text)}.listings-public button,.listings-public input,.listings-public select{font-size:16px;min-height:44px}.listings-public .search input{width:100%;padding:10px 14px;border:1px solid var(--border);border-radius:10px;box-sizing:border-box}.listings-public .search input:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}.listings-public .chips{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.listings-public .chip{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:999px;padding:6px 14px;font-size:13px;cursor:pointer;background:#fff;color:var(--text)}.listings-public .chip.on{border-color:var(--accent);background:var(--accent-soft,rgba(45,140,255,.1));color:#185FA5;font-weight:600}.listings-public .popover{position:relative;z-index:31;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 12px 30px rgba(16,24,40,.14);padding:14px;max-width:360px;margin:0 0 12px}.listings-public .popover input{width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:7px;box-sizing:border-box}.listings-public .grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}.listings-public .card{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff;text-decoration:none;color:inherit;box-shadow:0 1px 2px rgba(16,24,40,.04);transition:box-shadow .12s,transform .12s}.listings-public .card:hover{box-shadow:0 8px 22px rgba(16,24,40,.12);transform:translateY(-1px)}.listings-public .card-cover{position:relative;aspect-ratio:4/3;background:var(--surface-2,#eef2f7)}.listings-public .card-cover img{width:100%;height:100%;object-fit:cover;display:block}.listings-public .cover-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:40px;opacity:.4}.listings-public .badge{position:absolute;top:8px;left:8px;font-size:10px;font-weight:700;padding:3px 8px;border-radius:6px;text-transform:uppercase;letter-spacing:.04em}.listings-public .badge.first-look{background:#7c3aed;color:#fff}.listings-public .badge.hb{background:#f59e0b;color:#fff}.listings-public .card-body{padding:10px 12px;display:flex;flex-direction:column;gap:2px}.listings-public .card-price{font-size:18px;font-weight:700;color:var(--navy)}.listings-public .card-addr{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listings-public .card-facts{font-size:12px;color:var(--text-muted)}.listings-public .card-cta{margin-top:6px;font-size:12px;font-weight:600;color:var(--accent)}.listings-public .card.skeleton{min-height:260px}.listings-public .card.skeleton .card-cover{animation:listings-pulse 1.2s ease-in-out infinite}@keyframes listings-pulse{0%,to{opacity:1}50%{opacity:.55}}.listings-public .card:focus-visible,.listings-public .chip:focus-visible,.listings-public button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (max-width:639px){.listings-public{padding:.5rem}.listings-public .grid{grid-template-columns:1fr 1fr;gap:10px}.listings-public .chips{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}.listings-public .chip{white-space:nowrap}}@media (prefers-reduced-motion:reduce){.listings-public .card,.listings-public .card.skeleton .card-cover{transition:none!important;animation:none!important}}.support-wrap{padding:24px}.support-cols{display:grid;grid-template-columns:minmax(0,1fr) 280px;grid-gap:16px;gap:16px;align-items:start}@media (max-width:720px){.support-wrap{padding:14px}.support-cols{grid-template-columns:1fr}}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3 Fallback;src:local("Arial");ascent-override:109.21%;descent-override:42.66%;line-gap-override:0.00%;size-adjust:93.76%}.__className_38712a{font-family:Source Sans\ 3,Source Sans\ 3 Fallback;font-style:normal}.__variable_38712a{--font-sans:"Source Sans 3","Source Sans 3 Fallback"}