*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{color:#1d2939;background:#f5f7fb;font-family:Inter,Segoe UI,Arial,sans-serif}.login-screen{background:linear-gradient(135deg,#eef4ff 0%,#f8fafc 44%,#f0fdf4 100%);place-items:center;min-height:100vh;padding:24px;display:grid}.login-panel{background:#fff;border:1px solid #e4e7ec;border-radius:8px;width:min(420px,100%);padding:28px;box-shadow:0 18px 50px #1018281f}.auth-callback-panel{justify-items:center;gap:16px;display:grid}.app-shell,.app-sider{min-height:100vh}.brand{color:#fff;align-items:center;gap:10px;height:64px;padding:0 20px;font-size:18px;font-weight:700;display:flex}.app-header{background:#fff;border-bottom:1px solid #eaecf0;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex}.header-subtitle{margin-left:12px}.app-content{padding:24px}.page{gap:18px;display:grid}.page-title{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.page-title h2{margin:0 0 4px}.metric-grid{grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px;display:grid}.metric{background:#fff;border:1px solid #e4e7ec;border-radius:8px;padding:16px}.metric h3{margin:8px 0 0}.data-table,.action-bar,.filter-bar,.form-panel,.summary-grid,.ant-descriptions{background:#fff}.filter-bar,.form-panel{border:1px solid #e4e7ec;border-radius:8px;padding:16px}.form-grid{grid-template-columns:repeat(2,minmax(220px,1fr));gap:0 16px;display:grid}.summary-grid{grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px;display:grid}.action-bar{border:1px solid #e4e7ec;border-radius:8px;padding:14px}.full-width{width:100%}.app-error-screen{background:#f5f7fb;place-items:center;min-height:100vh;padding:24px;display:grid}@media (width<=900px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid,.summary-grid{grid-template-columns:1fr}.page-title,.app-header{flex-direction:column;align-items:stretch;height:auto;padding:16px}}@media (width<=640px){.app-sider{display:none}.metric-grid{grid-template-columns:1fr}}
