*,:before,:after{box-sizing:border-box}body{color:#1a1a1a;background:#f4f6fa;margin:0;padding:0;font-family:system-ui,-apple-system,Arial,sans-serif;font-size:13px}input,select,textarea,button{font-family:inherit}.cards-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}@media (max-width:1024px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.cards-grid{grid-template-columns:1fr}}.cards-grid-3{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (max-width:1024px){.cards-grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.cards-grid-3{grid-template-columns:1fr}}.cards-grid-2{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (max-width:640px){.cards-grid-2{grid-template-columns:1fr}}.form-grid-2{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (max-width:640px){.form-grid-2{grid-template-columns:1fr}}.form-grid-3{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (max-width:1024px){.form-grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.form-grid-3{grid-template-columns:1fr}}.form-grid-4{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}@media (max-width:1024px){.form-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.form-grid-4{grid-template-columns:1fr}}.table-wrap{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}@media (max-width:640px){.modal-overlay{align-items:flex-end;padding:0}}.modal-box{background:#fff;border-radius:12px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}@media (max-width:640px){.modal-box{border-radius:16px 16px 0 0;max-height:95vh}}.page-content{max-width:1400px;margin:0 auto;padding:24px 28px}@media (max-width:1024px){.page-content{padding:20px}}@media (max-width:640px){.page-content{padding:16px 14px}}.hide-mobile{display:block}@media (max-width:640px){.hide-mobile{display:none!important}}.show-mobile{display:none}@media (max-width:640px){.show-mobile{display:block!important}}.hide-tablet{display:block}@media (max-width:1024px){.hide-tablet{display:none!important}}.show-tablet{display:none}@media (max-width:1024px){.show-tablet{display:block!important}}.flex-col-mobile{display:flex}@media (max-width:640px){.flex-col-mobile{flex-direction:column}}.cell-truncate{white-space:nowrap;text-overflow:ellipsis;max-width:160px;overflow:hidden}@media (max-width:640px){.cell-truncate{max-width:100px}}.btn-full-mobile{display:inline-flex}@media (max-width:640px){.btn-full-mobile{justify-content:center;width:100%;display:flex}}.drawer-overlay{z-index:200;background:#0006;display:none;position:fixed;inset:0}.drawer-overlay.open{display:block}.drawer{z-index:201;background:#fff;width:280px;transition:transform .25s;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 20px #00000026}.drawer.open{transform:translate(0)}
