:root{--fm-font: system-ui, -apple-system, Segoe UI, Roboto, Arial}html,body{height:100%;font-family:var(--fm-font);background:#03040a;font-size:18px}input,textarea,select,button{font-size:1rem}@media(min-width:1100px){html,body{font-size:19px}}@media(min-width:1500px){html,body{font-size:20px}}*{box-sizing:border-box}main,section,form{max-width:100%}div[style*=grid-template-columns]{align-items:stretch!important}div[style*=grid-template-columns]>div{height:100%}div[style*=border-radius]{min-height:fit-content}select,input,textarea,button{max-width:100%}button{white-space:nowrap}@media(min-width:900px){div[style*="grid-template-columns: repeat"]>div{display:flex;flex-direction:column;justify-content:center}}.fm-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;width:100%}.fm-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.fm-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.fm-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:900px){.fm-grid-2,.fm-grid-3,.fm-grid-4{grid-template-columns:1fr}}.fm-card{padding:18px;border-radius:14px;background:linear-gradient(180deg,#0f1428e6,#0a0e1ee6);border:1px solid rgba(255,255,255,.05);min-height:120px;display:flex;flex-direction:column;justify-content:center}.fm-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.fm-form input,.fm-form select{height:44px}section{margin-bottom:24px}.fm-form,.fm-form-grid,.form-grid,.filter-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))!important;gap:16px!important;align-items:end!important;width:100%!important}.fm-form>*,.fm-form-grid>*,.form-grid>*,.filter-grid>*{min-width:0!important}.fm-form input,.fm-form select,.fm-form textarea,.fm-form-grid input,.fm-form-grid select,.fm-form-grid textarea,.form-grid input,.form-grid select,.form-grid textarea,.filter-grid input,.filter-grid select,.filter-grid textarea{width:100%!important;min-height:48px!important}.fm-card-grid,.kpi-grid,.stats-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))!important;gap:18px!important;align-items:stretch!important}.fm-card-grid>*,.kpi-grid>*,.stats-grid>*{min-height:130px!important;height:100%!important}@media(max-width:900px){.fm-form,.fm-form-grid,.form-grid,.filter-grid,.fm-card-grid,.kpi-grid,.stats-grid{grid-template-columns:1fr!important}}
