@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}:root{--primary-color:#6366f1;--primary-hover:#4f46e5;--primary-light:#818cf8;--secondary-color:#8b5cf6;--success-color:#10b981;--warning-color:#f59e0b;--error-color:#ef4444;--info-color:#1890ff;--bg-gradient:linear-gradient(135deg,#667eea 0%,#764ba2 100%);--sidebar-bg:#1e1b4b;--sidebar-hover:#312e81;--card-shadow:0 4px 20px #00000014;--card-shadow-hover:0 8px 30px #0000001f;--status-waiting:#1890ff;--status-waiting-bg:#e6f7ff;--status-called:#722ed1;--status-called-bg:#f9f0ff;--status-served:#52c41a;--status-served-bg:#f6ffed;--status-skipped:#fa8c16;--status-skipped-bg:#fff7e6;--text-primary:#262626;--text-secondary:#595959;--text-tertiary:#8c8c8c;--text-disabled:#bfbfbf;--bg-primary:#fff;--bg-secondary:#fafafa;--bg-tertiary:#f5f5f5;--border-color:#d9d9d9;--border-light:#f0f0f0}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{min-height:100vh}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translate(-50%)translateY(-100px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{left:-100%}to{left:200%}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.fade-in{animation:.3s ease-out fadeIn}.slide-in{animation:.4s ease-out slideIn}.ant-card{box-shadow:var(--card-shadow)!important;border:1px solid #f0f0f0!important;border-radius:16px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.ant-card:hover{transform:translateY(-4px);box-shadow:var(--card-shadow-hover)!important;border-color:#e0e0e0!important}.ant-card-head{border-bottom:1px solid #f1f5f9!important;padding:20px 24px!important;font-weight:600!important}.ant-card-body{padding:24px!important}.ant-btn-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)!important;border:none!important;border-radius:8px!important;font-weight:600!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 4px 12px #667eea4d!important}.ant-btn-primary:hover{opacity:.95;transform:translateY(-2px);box-shadow:0 6px 20px #667eea66!important}.ant-btn-lg{height:44px!important;padding:0 24px!important;font-size:15px!important}.ant-table{overflow:hidden;border-radius:12px!important}.ant-table-thead>tr>th{background:#f8fafc!important;border-bottom:2px solid #e2e8f0!important;font-weight:600!important}.ant-table-tbody>tr:hover>td{background:#f8fafc!important}.ant-modal-content{overflow:hidden;border-radius:20px!important;box-shadow:0 25px 50px -12px #00000040!important}.ant-modal-header{background:linear-gradient(135deg,#fafafa 0%,#fff 100%);border-bottom:1px solid #f0f0f0!important;border-radius:20px 20px 0 0!important;padding:20px 24px!important}.ant-modal-title{color:#262626!important;font-size:18px!important;font-weight:700!important}.ant-modal-body{padding:24px!important}.ant-modal-footer{border-top:1px solid #f0f0f0!important;padding:16px 24px!important}.ant-tag{border:none!important;border-radius:6px!important;padding:4px 12px!important;font-weight:500!important}.ant-input,.ant-input-number,.ant-select-selector{border:1px solid #e2e8f0!important;border-radius:8px!important;font-size:14px!important;transition:all .3s!important}.ant-input:focus,.ant-input-number:focus,.ant-select-focused .ant-select-selector{border-color:#667eea!important;box-shadow:0 0 0 3px #667eea1a!important}.ant-input:hover,.ant-select-selector:hover{border-color:#667eea!important}.ant-form-item-label>label{color:#262626!important;font-weight:600!important}.ant-statistic{padding:0}.ant-statistic-title{text-transform:uppercase;letter-spacing:.5px;color:#64748b!important;margin-bottom:12px!important;font-size:13px!important;font-weight:600!important}.ant-statistic-content{font-weight:800!important}.ant-statistic-content-prefix{margin-right:8px!important;font-size:20px!important}.ant-progress-bg,.ant-progress-outer{border-radius:8px!important}.ant-progress-inner{background:#f0f0f0!important;border-radius:8px!important}.ant-badge-status-processing{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 0 0 3px #667eea33}.ant-select-dropdown{border-radius:12px!important;padding:8px!important;box-shadow:0 8px 24px #0000001f!important}.ant-select-item{border-radius:6px!important;margin:2px 0!important}.ant-select-item-option-selected{background:linear-gradient(135deg,#f0f4ff 0%,#f5f3ff 100%)!important;font-weight:600!important}.ant-tooltip-inner{background:#000000d9!important;border-radius:8px!important;padding:8px 12px!important;font-size:13px!important;font-weight:500!important}.ant-collapse-ghost>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding-top:8px!important;padding-bottom:8px!important}@media print{body *{visibility:hidden}.print-area,.print-area *{visibility:visible}.print-area{position:absolute;top:0;left:0}}
