.responsive-title{font-size:clamp(20px,5vw,28px)!important;line-height:1.2!important}.responsive-subtitle{font-size:clamp(14px,3.5vw,18px)!important;line-height:1.3!important}.responsive-text{font-size:clamp(13px,3vw,16px)!important;line-height:1.4!important}.responsive-small-text{font-size:clamp(11px,2.5vw,14px)!important;line-height:1.3!important}.responsive-padding{padding:clamp(16px,4vw,32px)!important}.responsive-card-padding{padding:clamp(12px,3vw,20px)!important}.dashboard-grid{display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:768px){.dashboard-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (min-width:1024px){.dashboard-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media (min-width:1200px){.dashboard-grid{grid-template-columns:repeat(4,1fr)}}.responsive-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.responsive-table-wrapper .ant-table{min-width:800px}.responsive-button{font-size:clamp(12px,2.8vw,14px)!important;padding:clamp(6px,1.5vw,8px) clamp(12px,3vw,16px)!important;height:auto!important;min-width:auto!important;white-space:nowrap}@media (max-width:767px){.responsive-button{font-size:12px!important;padding:8px 12px!important;min-height:32px!important}.mobile-hide{display:none!important}.mobile-full-width{width:100%!important}.mobile-stack{flex-direction:column!important}.mobile-center{text-align:center!important}.search-controls{flex-direction:column;gap:12px;align-items:stretch}.search-controls .ant-input{width:100%!important}.recharts-responsive-container{height:200px!important}}@media (min-width:768px) and (max-width:1023px){.tablet-hide{display:none!important}.tablet-full-width{width:100%!important}}.responsive-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;transition:all .2s ease}.responsive-card:hover{border-color:var(--border-hover-color);box-shadow:0 4px 12px rgba(0,0,0,.1)}:root[data-theme=dark]{--card-bg:#161b22;--border-color:#30363d;--border-hover-color:#404852;--text-primary:#f0f6fc;--text-secondary:#8b949e}:root[data-theme=light]{--card-bg:#ffffff;--border-color:#d1d9e0;--border-hover-color:#bdc6cf;--text-primary:#1f2328;--text-secondary:#656d76}.flex-responsive{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.flex-responsive.justify-between{justify-content:space-between}.flex-responsive.justify-center{justify-content:center}.flex-responsive.justify-end{justify-content:flex-end}@media (max-width:767px){.flex-responsive.stack-mobile{flex-direction:column;align-items:stretch}.flex-responsive.stack-mobile>*{width:100%}}.space-responsive{gap:clamp(8px,2vw,16px)}.margin-responsive{margin:clamp(12px,3vw,24px)}.padding-responsive{padding:clamp(12px,3vw,24px)}.text-responsive-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:767px){.text-responsive-overflow{white-space:normal;word-break:break-word}}