@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;background-color:#f8fafc;color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:0}*{box-sizing:border-box}.animate-fade-in{animation:fadeIn .4s cubic-bezier(.4,0,.2,1)}.animate-slide-up{animation:slideUp .5s cubic-bezier(.4,0,.2,1)}.hover-elevate{transition:transform .2s ease,box-shadow .2s ease}.hover-elevate:hover{box-shadow:0 10px 25px -5px #0000001a;transform:translateY(-2px)}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.input-premium{border:1px solid #e2e8f0;transition:all .3s ease}.input-premium:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633;outline:none}.btn-premium{overflow:hidden;position:relative;transition:all .3s ease}.btn-premium:active{transform:scale(.97)}.stat-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.form-row{display:flex;flex-wrap:wrap;gap:16px}.form-col{flex:1 1;min-width:200px}.card-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.table-responsive{-webkit-overflow-scrolling:touch;border-radius:12px;overflow-x:auto}.table-responsive table{min-width:600px;width:100%}.modal-box{border-radius:16px;max-height:90vh;max-width:560px;overflow-y:auto;width:90%}.hide-mobile{display:block}.show-mobile{display:none}@media (max-width:1024px){.stat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.stat-grid{gap:10px;grid-template-columns:repeat(2,1fr)}.card-grid{grid-template-columns:1fr}.form-row{flex-direction:column}.form-col{min-width:100%}.modal-box{border-radius:12px;width:95%}.hide-mobile{display:none!important}.show-mobile{display:block!important}}@media (max-width:480px){.stat-grid{grid-template-columns:1fr}.modal-box{border-radius:12px 12px 0 0;width:100%}.table-stack thead{display:none}.table-stack,.table-stack tbody,.table-stack td,.table-stack tr{display:block;width:100%}.table-stack tr{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 4px #0000000a;margin-bottom:12px;padding:10px}.table-stack td{font-size:13px;padding:5px 10px;text-align:right}.table-stack td:before{color:#64748b;content:attr(data-label);float:left;font-size:12px;font-weight:600}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%{box-shadow:0 0 0 0 #3b82f666}70%{box-shadow:0 0 0 10px #3b82f600}to{box-shadow:0 0 0 0 #3b82f600}}
/*# sourceMappingURL=main.347675a1.css.map*/