:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:var(--color-text);background-color:var(--color-bg);--color-bg: #ffffff;--color-bg-subtle: #f8fafc;--color-surface: #ffffff;--color-surface-elevated: #ffffff;--color-border-subtle: #e5e7eb;--color-border-strong: #d1d5db;--color-text: #111827;--color-text-muted: #6b7280;--color-accent: #3b82f6;--color-accent-soft: #eff6ff;--color-danger: #ef4444;--color-sidebar-bg: #ffffff;--color-sidebar-footer-bg: #ffffff;--color-sidebar-hover: #f3f4f6;--color-sidebar-active-bg: #eff6ff;--color-sidebar-active-text: #3b82f6;--color-toggle-bg: #e5e7eb;--color-toggle-knob: #ffffff;--shadow-elevated: 0 1px 3px rgba(0, 0, 0, .1);--primary-color: #06334F;--secondary-color: #9985B0;--tertiary-color: #7C9CA8;--font-color-dark: black;--font-color-light: white;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=dark]{--color-bg: #020617;--color-bg-subtle: #020617;--color-surface: #020617;--color-surface-elevated: #020617;--color-border-subtle: #111827;--color-border-strong: #1f2937;--color-text: #e5e7eb;--color-text-muted: #9ca3af;--color-accent: #60a5fa;--color-accent-soft: #1d4ed8;--color-danger: #f97373;--color-sidebar-bg: #020617;--color-sidebar-footer-bg: #020617;--color-sidebar-hover: #111827;--color-sidebar-active-bg: #1e293b;--color-sidebar-active-text: #bfdbfe;--color-toggle-bg: #111827;--color-toggle-knob: #e5e7eb;--shadow-elevated: 0 1px 3px rgba(15, 23, 42, .8)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--color-bg);color:var(--color-text)}a{text-decoration:none}button{font-family:inherit}.sidebar{width:300px;border-right:1px solid var(--color-border-subtle);display:flex;flex-direction:column;flex-shrink:0;height:100vh;overflow:hidden;font-family:Inter,sans-serif;background:#fefefe}.sidebar-brand{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-bottom:1px solid var(--color-border-subtle)}.sidebar-brand-icon{width:32px;height:32px;background:var(--color-accent);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:1rem}.sidebar-brand-text{font-size:1.125rem;font-weight:700;color:#fefefe}.sidebar-nav{display:flex;flex-direction:column;padding:1rem .5rem;gap:.25rem;flex:1;min-height:0}.sidebar-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;text-decoration:none;color:var(--primary-fontcolor);font-size:.9375rem;transition:all .2s ease}.sidebar-nav-item:hover{background:var(--color-sidebar-hover);color:var(--color-text)}.sidebar-nav-item--active{background:var(--secondary-color);color:#f1f3f5;font-weight:600}.sidebar-nav-icon{font-size:1.125rem}.sidebar-nav-label{flex:1}.sidebar-footer{margin-top:auto;padding:1rem;border-top:1px solid var(--color-border-subtle);background:var(--color-sidebar-footer-bg);flex-shrink:0}.sidebar-theme{margin-bottom:.75rem}.sidebar-theme-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem;border-radius:9999px;border:1px solid var(--color-border-subtle);background:var(--color-surface);color:var(--color-text);cursor:pointer;font-size:.8125rem;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.sidebar-theme-toggle:hover{background:var(--color-sidebar-hover)}.sidebar-theme-toggle-icon{font-size:1rem}.sidebar-theme-toggle-label{flex:1;text-align:left}.sidebar-theme-toggle-switch{width:40px;height:22px;border-radius:9999px;background:var(--color-toggle-bg);display:inline-flex;align-items:center;padding:2px;transition:background-color .2s ease}.sidebar-theme-toggle-knob{width:18px;height:18px;border-radius:9999px;background:var(--color-toggle-knob);transform:translate(0);transition:transform .2s ease}.sidebar-theme-toggle-switch--on{background:var(--color-accent)}.sidebar-theme-toggle-switch--on .sidebar-theme-toggle-knob{transform:translate(18px)}.sidebar-user{display:flex;align-items:center;gap:.75rem}.sidebar-user-avatar{width:40px;height:40px;background:var(--color-bg-subtle);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.sidebar-user-info{flex:1;min-width:0}.sidebar-user-name{font-size:.875rem;font-weight:600;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-partner-name{font-size:.75rem;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-logout{margin-bottom:.75rem}.sidebar-logout-button{width:100%;display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:9999px;border:1px solid var(--color-border-subtle);background:var(--color-surface);color:var(--color-text);cursor:pointer;font-size:.8125rem;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.sidebar-logout-button:hover{background:var(--color-sidebar-hover)}.sidebar-logout-icon{font-size:1rem}.sidebar-logout-label{flex:1;text-align:left}.sidebar-nav-divider{height:1px;background:var(--color-border-subtle);margin:.5rem 1rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.stat-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.stat-card-title{font-size:1rem;font-weight:500;color:#6b7280;margin:0}.stat-card-icon{width:40px;height:40px;border-radius:0;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.stat-card-icon--black{background:#fefefe;color:var(--font-color-dark)}.stat-card-icon--noteworthy1{background:#9985b0;color:#06334f}.stat-card-icon--noteworthy2{background:#7c9ca8;color:#06334f}.stat-card-icon--green{background:#d1fae5;color:#059669}.stat-card-icon--blue{background:#dbeafe;color:#2563eb}.stat-card-icon--yellow{background:#fef3c7;color:#d97706}.stat-card-icon--purple{background:#e9d5ff;color:#a855f7}.stat-card-icon--orange{background:#fed7aa;color:#ea580c}.stat-card-icon--cyan{background:#cffafe;color:#0891b2}.stat-card-icon--indigo{background:#e0e7ff;color:#4f46e5}.stat-card-icon--red{background:#fecaca;color:#dc2626}.stat-card-value{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.stat-card-change{display:flex;align-items:center;gap:.5rem;font-size:.8125rem}.stat-card-trend{font-weight:600}.stat-card-trend--up{color:#10b981}.stat-card-trend--down{color:#ef4444}.stat-card-period{color:#9ca3af}.activity-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0}.activity-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem;font-weight:600}.activity-icon--success{background:#d1fae5;color:#059669}.activity-icon--info{background:#dbeafe;color:#2563eb}.activity-icon--warning{background:#fef3c7;color:#d97706}.activity-content{flex:1}.activity-title{margin:0;font-size:.875rem;color:#1f2937;line-height:1.5}.activity-time{font-size:.75rem;color:#9ca3af}.task-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0}.task-checkbox{margin-top:.25rem;width:18px;height:18px;border-radius:4px;cursor:pointer}.task-content{flex:1}.task-title{margin:0;font-size:.875rem;color:#1f2937;line-height:1.5}.task-title--completed{text-decoration:line-through;color:#06334f}.task-due{font-size:.75rem;color:#6b7280}.task-due--completed{color:#9ca3af}.report-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px;margin-bottom:.75rem}.report-icon{font-size:1.5rem;color:#ef4444}.report-content{flex:1}.report-title{margin:0 0 .25rem;font-size:.875rem;font-weight:600;color:#1f2937}.report-date{font-size:.75rem;color:#6b7280}.report-actions{display:flex;gap:.5rem}.report-action-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;border:none;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease;color:#6b7280;border:1px solid #e5e7eb}.report-action-btn:hover{background:#f3f4f6;color:#1f2937}.report-action-btn--preview{color:#fff;background:#9985b0}.report-action-btn--download{color:#fff;background:#7c9ca8}body[data-theme=dark] .stat-card{background:#020617;box-shadow:var(--shadow-elevated)}body[data-theme=dark] .stat-card-title,body[data-theme=dark] .stat-card-value,body[data-theme=dark] .activity-title,body[data-theme=dark] .task-title,body[data-theme=dark] .report-title{color:#e5e7eb}body[data-theme=dark] .stat-card-period,body[data-theme=dark] .activity-time,body[data-theme=dark] .task-due,body[data-theme=dark] .task-due--completed,body[data-theme=dark] .report-date{color:#9ca3af}body[data-theme=dark] .report-item{background:#020617}body[data-theme=dark] .report-action-btn{background:#020617;border-color:#111827;color:#e5e7eb}body[data-theme=dark] .report-action-btn--preview{color:#fff;background:#9985b0}body[data-theme=dark] .report-action-btn--download{color:#fff;background:#7c9ca8}body[data-theme=dark] .report-action-btn:hover{background:#f3f4f6;color:#1f2937}body[data-theme=dark] .task-checkbox{accent-color:#60a5fa}body[data-theme=dark] .stat-card-icon--green{background:#05966926;color:#34d399}body[data-theme=dark] .stat-card-icon--blue{background:#2563eb26;color:#60a5fa}body[data-theme=dark] .stat-card-icon--yellow{background:#d9770626;color:#fbbf24}body[data-theme=dark] .stat-card-icon--purple{background:#a855f726;color:#c084fc}body[data-theme=dark] .stat-card-icon--orange{background:#ea580c26;color:#fb923c}body[data-theme=dark] .stat-card-icon--cyan{background:#0891b226;color:#22d3ee}body[data-theme=dark] .stat-card-icon--indigo{background:#4f46e526;color:#818cf8}body[data-theme=dark] .stat-card-icon--red{background:#dc262626;color:#f87171}.dashboard-layout{display:flex;height:100vh;overflow:hidden;font-family:Inter,sans-serif;background:url(/assets/bg-partner-D2mmGWbQ.png) center center / cover no-repeat}.dashboard-main{flex:1;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;font-family:Inter,sans-serif;background:url(/assets/bg-partner-D2mmGWbQ.png) center center / cover no-repeat}.dashboard-main-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:var(--primary-color);border-bottom:1px solid #e5e7eb}.dashboard-main-title{font-size:1.5rem;font-weight:700;color:var(--font-color-light);margin:0}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:2rem;font-family:Inter,sans-serif}.dashboard-content-grid,.dashboard-reports-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:0 2rem 2rem}.dashboard-section,.dashboard-report-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.dashboard-section-title{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.dashboard-section-content{display:flex;flex-direction:column}.dashboard-report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.dashboard-report-icon-btn{width:32px;height:32px;border-radius:6px;border:none;background:#f3f4f6;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;transition:all .2s ease}.dashboard-report-icon-btn:hover{background:#e5e7eb}.dashboard-loading{display:flex;align-items:center;justify-content:center;min-height:400px;font-size:1.125rem;color:#ffffffe6}@media (max-width: 1200px){.dashboard-stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-content-grid,.dashboard-reports-grid{grid-template-columns:1fr}}@media (max-width: 768px){.dashboard-main-header{flex-direction:column;gap:1rem;align-items:flex-start}.dashboard-stats-grid{grid-template-columns:1fr;padding:1rem}.dashboard-content-grid,.dashboard-reports-grid{padding:0 1rem 1rem}}body[data-theme=dark] .dashboard-layout{background:#020617}body[data-theme=dark] .dashboard-main-header{background:#020617;border-bottom-color:#111827}body[data-theme=dark] .dashboard-main-title{color:#e5e7eb}body[data-theme=dark] .dashboard-section,body[data-theme=dark] .dashboard-report-section{background:#020617;box-shadow:var(--shadow-elevated)}body[data-theme=dark] .dashboard-section-title{color:#e5e7eb}body[data-theme=dark] .dashboard-report-icon-btn{background:#111827}body[data-theme=dark] .dashboard-report-icon-btn:hover{background:#1f2937}body[data-theme=dark] .dashboard-loading{color:#9ca3af}.mfo-container{padding:2rem}.mfo-header{margin-bottom:2rem}.mfo-title{font-size:1.875rem;font-weight:700;color:#fff;margin:0 0 .5rem}.mfo-subtitle{color:#fff;margin:0}.mfo-main-column{display:flex;flex-direction:column;gap:1.5rem;max-width:100%}.mfo-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.mfo-card-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:flex-start}.mfo-card-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.mfo-filter-indicator{font-size:.875rem;color:#6b7280;font-weight:400;margin-left:.5rem;margin-right:.75rem;display:inline}.mfo-badge{padding:.25rem .625rem;border-radius:4px;font-size:.875rem;font-weight:500}.mfo-badge-success{background:#d1fae5;color:#065f46}.mfo-card-content{padding:1.5rem}.mfo-operations-list{display:flex;flex-direction:column;gap:1rem}.mfo-operation{border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.mfo-operation-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.mfo-operation-info{flex:1}.mfo-operation-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.mfo-operation-desc{font-size:.875rem;color:#6b7280;margin:0}.mfo-status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;white-space:nowrap}.mfo-status-inprogress{background:#dbeafe;color:#1e40af}.mfo-status-planning{background:#fef3c7;color:#92400e}.mfo-status-review{background:#fed7aa;color:#9a3412}.mfo-operation-details{display:flex;flex-direction:column;gap:.5rem}.mfo-operation-meta{display:flex;justify-content:space-between;font-size:.875rem}.mfo-meta-item{color:#6b7280}.mfo-progress-container{margin-top:.5rem}.mfo-progress-label{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.25rem}.mfo-progress-text{color:#374151;font-weight:500}.mfo-progress-bar-bg{width:100%;background:#e5e7eb;border-radius:9999px;height:.5rem;overflow:hidden}.mfo-progress-bar-fill{background:#3b82f6;height:100%;border-radius:9999px;transition:width .3s ease}.mfo-table-container{overflow-x:auto}.mfo-table{width:100%;border-collapse:collapse;table-layout:fixed}.mfo-table thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}.mfo-table th{padding:.75rem 1.5rem;text-align:left;font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.mfo-table th:nth-child(1){width:45%}.mfo-table th:nth-child(2){width:20%}.mfo-table th:nth-child(3){width:20%}.mfo-table th:nth-child(4){width:15%}.mfo-table tbody{background:#fff}.mfo-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .2s}.mfo-table tbody tr:hover{background:#f9fafb}.mfo-table td{padding:1rem 1.5rem;font-size:.875rem;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mfo-table-project{font-weight:500;white-space:normal}.mfo-table-amount{color:#6b7280}.mfo-table-status{background:#d1fae5;color:#065f46;padding:.125rem .625rem;border-radius:4px;font-size:.75rem;font-weight:500;display:inline-block}.mfo-table-date{color:#6b7280}.mfo-table-link{color:#3b82f6;font-weight:500;text-decoration:none;cursor:pointer;transition:color .2s}.mfo-table-link:hover{color:#1e40af}.mfo-opportunities{display:flex;flex-direction:column;gap:1rem}.mfo-opportunity{border:1px solid #e5e7eb;border-radius:8px;padding:1rem;transition:border-color .2s;cursor:pointer}.mfo-opportunity:hover{border-color:#93c5fd}.mfo-opportunity-title{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.mfo-opportunity-desc{font-size:.875rem;color:#6b7280;margin:0 0 .75rem}.mfo-opportunity-meta{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.mfo-opportunity-meta-row{display:flex;justify-content:space-between;font-size:.875rem}.mfo-meta-label{color:#6b7280}.mfo-meta-value{font-weight:500;color:#1f2937}.mfo-opportunity-btn{width:100%;background:#3b82f6;color:#fff;font-weight:500;padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background-color .2s}.mfo-opportunity-btn:hover{background:#2563eb}.mfo-accordion{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.75rem;overflow:hidden}.mfo-accordion-header{width:100%;display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#f9fafb;border:none;cursor:pointer;text-align:left;font-size:1rem;font-weight:600;color:#1f2937;transition:background-color .2s ease}.mfo-accordion-header:hover{background:#f3f4f6}.mfo-accordion-chevron{width:1.25rem;height:1.25rem;flex-shrink:0;transition:transform .2s ease}.mfo-accordion-chevron.open{transform:rotate(180deg)}.mfo-accordion-customer{flex:1}.mfo-accordion-meta{display:flex;align-items:center;gap:.5rem;margin-left:auto}.mfo-accordion-count{color:#6b7280;font-weight:500;font-size:.875rem}.mfo-accordion-divider{color:#d1d5db}.mfo-accordion-total{color:#059669;font-weight:600;font-size:.875rem}.mfo-accordion-panel{display:none;padding:0}.mfo-accordion-panel.open{display:block}.mfo-empty-message{color:#6b7280;padding:1rem 0;margin:0}.mfo-table-width-toggle{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.mfo-table-width-toggle:hover{background:#e5e7eb;border-color:#9ca3af}.mfo-table-width-toggle svg{flex-shrink:0}.mfo-card.compact{width:fit-content;min-width:min(600px,100%);max-width:100%}.mfo-card.compact .mfo-table{width:100%;table-layout:auto}.mfo-card.compact .mfo-table th,.mfo-card.compact .mfo-table td{white-space:nowrap;width:auto;padding:.75rem 1rem}.mfo-card.compact .mfo-table th:nth-child(1),.mfo-card.compact .mfo-table td:nth-child(1){width:300px;max-width:300px}.mfo-card.compact .mfo-table th:nth-child(2),.mfo-card.compact .mfo-table th:nth-child(3),.mfo-card.compact .mfo-table th:nth-child(4){width:auto}.mfo-card.compact .mfo-table-project{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mfo-loading{display:flex;align-items:center;justify-content:center;height:16rem;font-size:1.125rem;color:#6b7280}.mfo-error{color:#dc2626;padding:1rem}@media (max-width: 1024px){.mfo-grid{grid-template-columns:1fr}}@media (max-width: 768px){.mfo-container{padding:1rem}.mfo-title{font-size:1.5rem;color:#fff}.mfo-card-content{padding:1rem}.mfo-table th,.mfo-table td{padding:.5rem .75rem}}body[data-theme=dark] .mfo-title,body[data-theme=dark] .mfo-card-title,body[data-theme=dark] .mfo-subtitle{color:#fff}body[data-theme=dark] .mfo-card{background:#020617;box-shadow:var(--shadow-elevated)}body[data-theme=dark] .mfo-card-header{border-bottom-color:#111827;color:#fff}body[data-theme=dark] .mfo-operation,body[data-theme=dark] .mfo-opportunity{border-color:#111827}body[data-theme=dark] .mfo-operation-title,body[data-theme=dark] .mfo-opportunity-title,body[data-theme=dark] .mfo-meta-value{color:#e5e7eb}body[data-theme=dark] .mfo-operation-desc,body[data-theme=dark] .mfo-meta-item,body[data-theme=dark] .mfo-meta-label,body[data-theme=dark] .mfo-table-amount,body[data-theme=dark] .mfo-table-date{color:#9ca3af}body[data-theme=dark] .mfo-table thead{background:#020617;border-bottom-color:#111827}body[data-theme=dark] .mfo-table tbody{background:#020617}body[data-theme=dark] .mfo-table tbody tr{border-bottom-color:#111827}body[data-theme=dark] .mfo-table tbody tr:hover{background:#111827}body[data-theme=dark] .mfo-table td{color:#e5e7eb}body[data-theme=dark] .mfo-opportunity-btn{background:#2563eb}body[data-theme=dark] .mfo-opportunity-btn:hover{background:#1d4ed8}body[data-theme=dark] .mfo-loading{color:#9ca3af}body[data-theme=dark] .mfo-accordion{border-color:#111827}body[data-theme=dark] .mfo-accordion-header{background:#0f172a;color:#e5e7eb}body[data-theme=dark] .mfo-accordion-header:hover{background:#1e293b}body[data-theme=dark] .mfo-accordion-count{color:#fff}body[data-theme=dark] .mfo-accordion-divider{color:#8b96a7}body[data-theme=dark] .mfo-accordion-total{color:#34d399}body[data-theme=dark] .mfo-empty-message{color:#9ca3af}.mfo-search-filters-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem;overflow:visible}.mfo-search-container{padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;display:flex;gap:1rem;align-items:center}.mfo-search-input{flex:1;padding:.625rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;outline:none;transition:border-color .2s}.mfo-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.mfo-clear-filters{padding:.625rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s;white-space:nowrap}.mfo-clear-filters:hover{background:#dc2626}.mfo-filters-container{padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:1rem;background:#f9fafb;overflow:visible}.mfo-filter-group{display:flex;flex-direction:column;gap:.5rem;flex:1 0 320px;min-width:320px}.mfo-filter-group-status{flex:0 0 120px;min-width:120px;max-width:150px}.mfo-autocomplete-container{position:relative}.mfo-autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:0 0 4px 4px;max-height:none;overflow-y:visible;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:1000;margin-top:-1px}.mfo-autocomplete-item{padding:.5rem .75rem;cursor:pointer;font-size:.875rem;color:#1f2937;transition:background-color .15s}.mfo-autocomplete-item:hover{background:#f3f4f6}.mfo-autocomplete-item:active{background:#e5e7eb}.mfo-filter-label{font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.mfo-filter-input{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:4px;font-size:.875rem;outline:none;transition:border-color .2s}.mfo-filter-input:focus{border-color:#3b82f6}.mfo-filter-input-small{width:100%}.mfo-filter-range{display:flex;align-items:center;gap:.5rem}.mfo-filter-range span{font-size:.875rem;color:#6b7280}body[data-theme=dark] .mfo-search-filters-section{background:#020617;box-shadow:var(--shadow-elevated)}body[data-theme=dark] .mfo-search-container,body[data-theme=dark] .mfo-filters-container{border-bottom-color:#111827}body[data-theme=dark] .mfo-filters-container{background:#0f172a}body[data-theme=dark] .mfo-search-input,body[data-theme=dark] .mfo-filter-input{background:#020617;border-color:#374151;color:#e5e7eb}body[data-theme=dark] .mfo-search-input:focus,body[data-theme=dark] .mfo-filter-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}body[data-theme=dark] .mfo-filter-label,body[data-theme=dark] .mfo-filter-range span,body[data-theme=dark] .mfo-filter-indicator{color:#9ca3af}body[data-theme=dark] .mfo-autocomplete-dropdown{background:#1f2937;border-color:#374151;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003}body[data-theme=dark] .mfo-autocomplete-item{color:#e5e7eb}body[data-theme=dark] .mfo-autocomplete-item:hover{background:#374151}body[data-theme=dark] .mfo-autocomplete-item:active{background:#4b5563}#root{width:100%;min-height:100vh}
