html,body{width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}#app{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;width:100%;height:100%;min-height:100vh}.app-error-screen,.route-error-screen{text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.app-error-screen h2,.app-error-screen h3,.route-error-screen h2,.route-error-screen h3{color:#333;margin-bottom:12px}.app-error-screen p,.route-error-screen p{color:#666;max-width:300px;margin-bottom:20px}.app-error-screen button,.route-error-screen button{color:#fff;cursor:pointer;background:#2e7b5e;border:none;border-radius:8px;padding:12px 24px}*{box-sizing:border-box;margin:0;padding:0}html,body{color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px}a{color:#2e7b5e;text-decoration:none;transition:color .3s}a:hover{color:#1b5e20}.btn{cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;padding:8px 16px;font-size:14px;transition:all .3s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.btn-primary{color:#fff;background-color:#2e7b5e}.btn.btn-primary:hover:not(:disabled){background-color:#1b5e20}.btn.btn-default{color:#333;background-color:#fff;border:1px solid #e5e5e5}.btn.btn-default:hover:not(:disabled){color:#2e7b5e;border-color:#2e7b5e}.btn.btn-danger{color:#fff;background-color:#ff4d4f}.btn.btn-danger:hover:not(:disabled){background-color:#ff1a1d}.card{background-color:#fff;border-radius:8px;margin-bottom:16px;padding:16px;box-shadow:0 2px 8px #00000014}.card .card-header{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;display:flex}.card .card-header h3{color:#333;font-size:16px;font-weight:600}.card .card-footer{border-top:1px solid #e5e5e5;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;display:flex}.form-group{margin-bottom:16px}.form-group label{color:#333;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.form-group input,.form-group textarea,.form-group select{border:1px solid #e5e5e5;border-radius:4px;width:100%;padding:10px 12px;font-size:14px;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#2e7b5e;outline:none}.form-group input::placeholder,.form-group textarea::placeholder,.form-group select::placeholder{color:#999}.table{border-collapse:collapse;width:100%}.table th,.table td{text-align:left;border-bottom:1px solid #e5e5e5;padding:12px}.table th{color:#333;background-color:#f5f5f5;font-weight:600}.table tbody tr:hover{background-color:#2e7b5e0d}.tag{color:#2e7b5e;background-color:#e8f5e9;border-radius:4px;padding:4px 8px;font-size:12px;display:inline-block}.tag.tag-success{color:#52c41a;background-color:#52c41a1a}.tag.tag-warning{color:#faad14;background-color:#faad141a}.tag.tag-danger{color:#ff4d4f;background-color:#ff4d4f1a}.page-container{background-color:#f5f5f5;min-height:100vh;padding:16px}.pagination{justify-content:center;align-items:center;gap:8px;padding:16px 0;display:flex}.pagination .page-item{cursor:pointer;border:1px solid #e5e5e5;border-radius:4px;padding:8px 12px;transition:all .3s}.pagination .page-item:hover:not(.disabled):not(.active){color:#2e7b5e;border-color:#2e7b5e}.pagination .page-item.active{color:#fff;background-color:#2e7b5e;border-color:#2e7b5e}.pagination .page-item.disabled{opacity:.5;cursor:not-allowed}.empty-state{text-align:center;color:#999;flex-direction:column;justify-content:center;align-items:center;padding:48px 16px;display:flex}.empty-state .empty-icon{opacity:.5;margin-bottom:16px;font-size:48px}.empty-state .empty-text{font-size:14px}.loading{justify-content:center;align-items:center;padding:48px 16px;display:flex}.loading .spinner{border:3px solid #e5e5e5;border-top-color:#2e7b5e;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.p-8{padding:8px}.p-16{padding:16px}.p-24{padding:24px}@media (width<=480px){.hide-on-xs{display:none!important}}@media (width<=768px){.hide-on-sm{display:none!important}}@media (width<=1024px){.hide-on-md{display:none!important}}@media (width<=1280px){.hide-on-lg{display:none!important}}@media (width<=1440px){.hide-on-xl{display:none!important}}
