:root{--primary: #1B98D5;--primary-hover: #167DB2;--secondary: #F58920;--heading: #1A1A1A;--text: #333333;--text-muted: #666666;--background: #FFFFFF;--border: #CBD5E1;--border-focus: #1B98D5;--error: #DC3545;--success: #16A34A;--disabled-bg: #E5E7EB;--disabled-text: #9CA3AF;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 18px;--radius-full: 999px;--font-family: "Roboto", Arial, sans-serif;--transition: .2s ease;--chart-1: #1B98D5;--chart-2: #F58920;--chart-3: #16A34A;--chart-4: #7C6FD0;--chart-grid: #E5E7EB}*{box-sizing:border-box}html,body,#app{width:100%;min-height:100%;margin:0}body{background:var(--background);color:var(--text);font-family:var(--font-family)}.btn{height:44px;padding:0 16px;border-radius:var(--radius-md);border:1px solid transparent;cursor:pointer;font-family:inherit;transition:var(--transition)}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-outline{background:transparent;color:var(--primary);border-color:var(--primary)}.btn-outline:hover{background:#1b98d514}.btn:disabled,.btn-disabled{background:var(--disabled-bg);color:var(--disabled-text);cursor:not-allowed}.form-input{width:100%;height:44px;border:1px solid var(--border);border-radius:var(--radius-md);padding:0 12px;font-family:inherit}.form-input:focus{outline:none;border-color:var(--border-focus)}.form-input.is-error{border-color:var(--error)}.select-control{position:relative;display:block;width:100%;min-width:0}.select-control select{width:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:38px;border-radius:var(--radius-md)}.select-control .select-chevron{position:absolute;top:50%;right:13px;width:15px;height:15px;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}.select-control select:disabled+.select-chevron{color:var(--disabled-text)}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-hover)}.card{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border)}.chart-container{width:100%;min-height:280px}.btn-full{width:100%}.responsive-filter-toggle{display:none;width:128px;align-items:center;justify-content:space-between;gap:10px}.responsive-filter-toggle-label{display:inline-flex;align-items:center;gap:8px}.responsive-filter-icon,.responsive-filter-chevron{flex:0 0 auto;width:16px;height:16px}.responsive-filter-chevron{transition:transform var(--transition)}.responsive-filter-toggle[aria-expanded=true] .responsive-filter-chevron{transform:rotate(180deg)}.responsive-filter-panel{min-width:0}@media(max-width:1024px){.responsive-filter-toggle{display:inline-flex}.responsive-filter-panel{display:none;margin-top:12px}.responsive-filter-panel.is-open{display:block}}.table-process-cell{height:92px!important;color:var(--text-muted);text-align:center!important}.table-process-state{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:12px}.table-process-spinner{width:18px;height:18px;flex:0 0 18px;border:2px solid #DCE7EE;border-top-color:var(--primary);border-radius:50%;animation:table-process-spin .7s linear infinite}@keyframes table-process-spin{to{transform:rotate(360deg)}}body:has([aria-modal=true]){overflow:hidden}.global-loading[data-v-2d400925]{position:fixed;inset:0 0 auto;z-index:2300;height:3px;overflow:hidden;pointer-events:none}.global-loading-bar[data-v-2d400925]{display:block;width:42%;height:100%;border-radius:0 var(--radius-full) var(--radius-full) 0;background:var(--primary);animation:loading-slide-2d400925 .9s ease-in-out infinite}@keyframes loading-slide-2d400925{0%{transform:translate(-110%)}to{transform:translate(340%)}}.global-loading-enter-active[data-v-2d400925],.global-loading-leave-active[data-v-2d400925]{transition:opacity .12s ease}.global-loading-enter-from[data-v-2d400925],.global-loading-leave-to[data-v-2d400925]{opacity:0}.toast-stack[data-v-8dce15fe]{position:fixed;top:18px;right:18px;z-index:2200;display:grid;gap:8px;width:min(360px,calc(100vw - 32px));pointer-events:none}.toast-item[data-v-8dce15fe]{min-height:44px;display:grid;grid-template-columns:minmax(0,1fr) 28px;align-items:center;gap:10px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);background:#eef7fc;color:var(--text);pointer-events:auto}.toast-item.is-success[data-v-8dce15fe]{border-color:#bfe4cf;background:#eff9f3}.toast-item.is-error[data-v-8dce15fe]{border-color:#f0c5cb;background:#fff2f3}.toast-item.is-warning[data-v-8dce15fe]{border-color:#eedca7;background:#fff8e8}.toast-item.is-info[data-v-8dce15fe]{border-color:#bfdfee;background:#eef7fc}.toast-message[data-v-8dce15fe]{padding:10px 0 10px 12px;font-size:12px;line-height:1.4}.toast-close[data-v-8dce15fe]{width:28px;height:28px;padding:0;border:0;background:transparent;color:var(--text-muted);font-family:inherit;font-size:20px;line-height:1;cursor:pointer;margin-right:6px}.toast-close[data-v-8dce15fe]:hover{color:var(--heading)}.toast-enter-active[data-v-8dce15fe],.toast-leave-active[data-v-8dce15fe]{transition:.18s ease}.toast-enter-from[data-v-8dce15fe],.toast-leave-to[data-v-8dce15fe]{opacity:0;transform:translateY(-6px)}@media(max-width:640px){.toast-stack[data-v-8dce15fe]{top:12px;right:12px;width:calc(100vw - 24px)}}
