body{font-family:sans-serif;margin:0}:root{--theme-primary: #4f46e5;--theme-primary-light: #6366f1;--theme-primary-active: #3730a3;--theme-app-bg: #f9fafb;--theme-app-text: #111827;--theme-text-muted: #6b7280;--theme-error: #b42318;--theme-status-active: #059669;--theme-status-inactive: #dc2626;--theme-sidebar-bg: #ffffff;--theme-sidebar-text: #374151;--theme-sidebar-active: #4f46e5;--theme-sidebar-active-text: #4f46e5;--theme-input-bg: #ffffff;--theme-input-border: #d1d5db;--theme-input-focus-border: #4f46e5;--theme-input-text: #111827;--theme-select-bg: #ffffff;--theme-tab-selected-text: #4f46e5;--theme-tab-selected-bg: #ffffff;--theme-tab-header: #6b7280;--theme-tab-border: #4f46e5;--theme-list-header: #111827;--theme-list-header-bg: #f9fafb;--theme-list-zebra-1: #ffffff;--theme-list-zebra-2: #f9fafb;--theme-list-hover: #f0f0ff;--theme-list-border: #e5e7eb;--theme-list-subtotal-bg: #f9fafb;--theme-list-total-bg: #eef6ff;--theme-button-bg: #4f46e5;--theme-button-border: transparent;--theme-button-text: #ffffff;--theme-button-hover: #4338ca;--theme-button-active: #3730a3;--theme-button-secondary-bg: #ffffff;--theme-button-secondary-border: #d1d5db;--theme-button-secondary-text: #111827;--theme-button-secondary-hover: #f3f4f6;--theme-card-bg: #ffffff;--theme-card-border: #e5e7eb;--theme-paginate-header: #6b7280;--theme-paginate-button-bg: #ffffff;--theme-paginate-button-border: #e5e7eb}:root{--fc-primary: var(--theme-primary);--fc-primary-light: var(--theme-primary-light);--fc-border: var(--theme-input-border);--fc-border-focus: var(--theme-input-focus-border);--fc-bg: var(--theme-input-bg);--fc-bg-hover: var(--theme-list-subtotal-bg);--fc-radius: 10px;--fc-radius-sm: 6px;--fc-text: var(--theme-app-text);--fc-text-muted: var(--theme-text-muted);--fc-transition: .15s ease-in-out}.mw-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:.75rem 2.25rem .75rem .75rem;border-radius:var(--fc-radius);border:1px solid var(--theme-input-border);background-color:var(--theme-select-bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236b7280' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px 8px;color:var(--fc-text);font-size:inherit;font-family:inherit;line-height:1.5;cursor:pointer;box-sizing:border-box;transition:border-color var(--fc-transition),box-shadow var(--fc-transition)}.mw-select:hover{border-color:var(--fc-primary-light)}.mw-select:focus{outline:none;border-color:var(--fc-border-focus);box-shadow:0 0 0 3px color-mix(in srgb,var(--fc-primary) 15%,transparent)}.mw-select:disabled{background-color:#f3f4f6;color:var(--fc-text-muted);cursor:not-allowed}.mw-select-sm{padding:.4rem 2rem .4rem .5rem;font-size:.85rem}.mw-radio{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;border:1px solid var(--fc-primary);border-radius:50%;background-color:var(--fc-bg);cursor:pointer;transition:border-color var(--fc-transition),background-color var(--fc-transition),box-shadow var(--fc-transition);flex-shrink:0;position:relative}.mw-radio:hover{border-color:var(--fc-primary-light)}.mw-radio:focus{outline:none;box-shadow:0 0 0 3px #16324f1f}.mw-radio:checked{border-color:var(--fc-primary);background-color:var(--fc-bg)}.mw-radio:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background-color:var(--fc-primary)}.mw-radio:disabled{border-color:#e5e7eb;background-color:#f3f4f6;cursor:not-allowed}.mw-radio:disabled:checked:after{background-color:#9ca3af}.mw-checkbox{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2px solid var(--fc-border);border-radius:var(--fc-radius-sm);background-color:var(--fc-bg);cursor:pointer;transition:border-color var(--fc-transition),background-color var(--fc-transition),box-shadow var(--fc-transition);flex-shrink:0;position:relative}.mw-checkbox:hover{border-color:var(--fc-primary-light)}.mw-checkbox:focus{outline:none;box-shadow:0 0 0 3px #16324f1f}.mw-checkbox:checked{border-color:var(--fc-primary);background-color:var(--fc-primary)}.mw-checkbox:checked:after{content:"";position:absolute;top:3px;left:6px;width:5px;height:9px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.mw-checkbox:disabled{border-color:#e5e7eb;background-color:#f3f4f6;cursor:not-allowed}.mw-checkbox:disabled:checked{background-color:#9ca3af}.mw-radio-label,.mw-checkbox-label{display:flex;align-items:center;gap:.4rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:inherit}.mw-radio-group,.mw-checkbox-group{display:flex;gap:1rem;align-items:center}
