@charset "UTF-8";:root{--white: 255, 255, 255;--black: 0, 0, 0;--main: 232, 103, 13;--primary: 232, 103, 13;--primary-2: 255, 152, 80;--primary-hover: 184, 84, 10;--primary-lite: 255, 215, 186;--secondary: 139, 167, 182;--secondary-hover: 88, 115, 129;--warn: 250, 191, 45;--warn-lite: 255, 249, 235;--success: 46, 127, 99;--success-lite: 209, 231, 222;--error: 182, 37, 37;--error-hover: 135, 30, 30;--error-lite: 247, 205, 205;--color-bg: #e3e8ec;--color-surface: #ffffff;--color-surface-alt: #eef1f3;--color-border: #c9d1d8;--color-text: #23303a;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 14px rgba(0, 0, 0, .1)}*,*:before,*:after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;color:#23303a;background-color:#e3e8ec;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,p{margin:0}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.aic{align-items:center}.items-start{align-items:flex-start}.jc-sb{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap10{gap:10px}.gap20{gap:20px}.gap30{gap:30px}.gap40{gap:40px}.full-width{width:100%}.text-muted{color:#64748099}.text-primary{color:#e8670d}.text-danger{color:#b62525}.text-success{color:#2e7f63}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.card{background:#fff;border-radius:12px;box-shadow:0 4px 14px #0000001a;border:1px solid #c9d1d8;padding:24px}.card.card-sm{padding:16px}.card.card-lg{padding:32px}.add-row,.filters{background:#fff;border-radius:12px;box-shadow:0 4px 14px #0000001a;border:1px solid #c9d1d8;padding:16px 20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:8px;border:1px solid transparent;cursor:pointer;font-size:14px;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1;transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease;text-decoration:none;white-space:nowrap}.btn:disabled{opacity:.55;cursor:not-allowed}.btn.btn-primary{background:#e8670d;color:#fff}.btn.btn-primary:hover:not(:disabled){background:#b8540a;box-shadow:0 4px 14px #0000001a}.btn.btn-outline{background:transparent;color:#e8670d;border-color:#e8670d}.btn.btn-outline:hover:not(:disabled){background:#e8670d;color:#fff}.btn.btn-ghost{background:transparent;color:#64748099;border-color:transparent}.btn.btn-ghost:hover:not(:disabled){background:#eef1f3;color:#23303a}.btn.btn-danger{background:#b62525;color:#fff}.btn.btn-danger:hover:not(:disabled){background:#871e1e}.btn.btn-icon{padding:8px;width:36px;height:36px}.btn.btn-sm{padding:6px 14px;font-size:12px}.btn.btn-lg{padding:14px 28px;font-size:16px}.btn.btn-full{width:100%}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:12px;font-weight:600;color:#64748099;text-transform:uppercase;letter-spacing:.03em}.input,.select,textarea.input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #c9d1d8;background:#fff;color:#23303a;font-size:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;transition:border-color .2s ease,box-shadow .2s ease}.input:focus,.select:focus,textarea.input:focus{outline:none;border-color:#e8670d;box-shadow:0 0 0 3px #e8670d1f}.input::placeholder,.select::placeholder,textarea.input::placeholder{color:#64748099}.input:disabled,.select:disabled,textarea.input:disabled{background:#eef1f3;cursor:not-allowed}select.select{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748099' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 10px center;padding-right:32px}.radio-group{display:flex;gap:16px;flex-wrap:wrap}.radio-option,.checkbox-option{display:inline-flex;align-items:center;gap:8px;font-size:14px;cursor:pointer;-webkit-user-select:none;user-select:none}.radio-option input[type=radio],.radio-option input[type=checkbox],.checkbox-option input[type=radio],.checkbox-option input[type=checkbox]{width:16px;height:16px;accent-color:#e8670d;cursor:pointer}.badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.03em;white-space:nowrap}.badge.badge-success{background:#2e7f631f;color:#2e7f63}.badge.badge-danger{background:#b625251f;color:#b62525}.badge.badge-warning{background:#fabf2d2e;color:#956b04}.badge.badge-info{background:#2f7fb81f;color:#2f7fb8}.badge.badge-primary{background:#e8670d1f;color:#e8670d}.badge.badge-neutral{background:#eef1f3;color:#64748099}.app-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #00000014}.app-table th,.app-table td{padding:12px 16px;text-align:left;font-size:13px;border-bottom:1px solid #c9d1d8}.app-table th{background:#eef1f3;color:#64748099;font-weight:600;text-transform:uppercase;font-size:11px;letter-spacing:.04em}.app-table tbody tr:hover{background:#eef1f3}.app-table tbody tr:last-child td{border-bottom:none}.chip-set{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.chip{display:inline-flex;align-items:center;gap:6px;padding:4px 6px 4px 12px;border-radius:999px;background:#eef1f3;color:#23303a;font-size:12px;font-weight:500;white-space:nowrap}.chip-remove{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;border-radius:50%;background:transparent;color:#64748099;cursor:pointer;font-size:14px;line-height:1;padding:0}.chip-remove:hover{background:#b625251f;color:#b62525}.dropzone{display:flex;align-items:center;justify-content:center;min-height:160px;border:2px dashed #c9d1d8;border-radius:12px;background:#eef1f3;cursor:pointer;padding:24px;transition:border-color .2s ease,background-color .2s ease}.dropzone:hover{border-color:#e8670d}.dropzone.dropzone-dragover{border-color:#e8670d;background:#e8670d0f}.dropzone.dropzone-has-file{cursor:default;background:#fff}.dropzone-input{display:none}.dropzone-empty{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.dropzone-plus{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#e8670d1a;color:#e8670d}.dropzone-label{font-size:13px;color:#64748099;max-width:320px}.dropzone-preview{display:flex;align-items:center;gap:14px;width:100%}.dropzone-preview .dropzone-file-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.dropzone-preview .dropzone-file-name{font-weight:600;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropzone-preview .dropzone-file-size{font-size:12px}.dropzone-error{margin-top:8px;font-size:12px}.tabs-header{display:flex;gap:4px;border-bottom:1px solid #c9d1d8;margin-bottom:20px}.tab-btn{padding:10px 18px;border:none;background:transparent;font-size:14px;font-weight:500;color:#64748099;cursor:pointer;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.tab-btn:hover{color:#23303a}.tab-btn.active{color:#e8670d;border-bottom-color:#e8670d}.dialog-backdrop{position:fixed;inset:0;background:#0f171e80;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.dialog-panel{background:#fff;border-radius:12px;box-shadow:0 10px 28px #00000024;width:100%;max-width:480px;max-height:90vh;overflow:auto;padding:24px}.dialog-panel h2{font-size:18px;font-weight:700;margin-bottom:16px}.dialog-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.toast-host{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:1100;display:flex;flex-direction:column;gap:8px;align-items:center}.toast{display:flex;align-items:center;gap:16px;background:#1f2733;color:#fff;padding:12px 20px;border-radius:8px;box-shadow:0 10px 28px #00000024;font-size:13px;min-width:280px;animation:toast-in .2s ease}.toast.toast-error{background:#b62525}.toast.toast-success{background:#2e7f63}.toast .toast-close{background:transparent;border:none;color:#ffffffd9;cursor:pointer;font-weight:600;font-size:12px;text-transform:uppercase;margin-left:auto}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dropdown-menu{position:absolute;top:calc(100% + 8px);background:#fff;border-radius:8px;box-shadow:0 10px 28px #00000024;border:1px solid #c9d1d8;min-width:220px;overflow:hidden;z-index:200;animation:toast-in .15s ease}.dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 16px;background:transparent;border:none;text-align:left;font-size:13px;color:#23303a;cursor:pointer;text-decoration:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.dropdown-item:hover{background:#eef1f3}.dropdown-divider{height:1px;background:#c9d1d8;margin:4px 0}.combobox{position:relative}.combobox-panel{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border-radius:8px;box-shadow:0 10px 28px #00000024;border:1px solid #c9d1d8;max-height:260px;overflow-y:auto;z-index:200}.combobox-option{padding:10px 14px;font-size:13px;cursor:pointer}.combobox-option:hover,.combobox-option.active{background:#eef1f3}.paginator{display:flex;align-items:center;justify-content:flex-end;gap:16px;padding:12px 4px;font-size:13px;color:#64748099}.paginator .paginator-size select{padding:4px 8px}.paginator .paginator-nav{display:flex;align-items:center;gap:4px}.paginator button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:8px;cursor:pointer;color:#23303a}.paginator button:disabled{opacity:.4;cursor:not-allowed}.paginator button:hover:not(:disabled){background:#eef1f3}.spinner{width:20px;height:20px;border:2px solid rgba(232,103,13,.25);border-top-color:#e8670d;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#e3e8ec}::-webkit-scrollbar-thumb{background:#e8670d4d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#e8670d80}
