diff --git a/index.html b/index.html index 7c1ab0c..5e96ba3 100644 --- a/index.html +++ b/index.html @@ -21,9 +21,9 @@ * { margin: 0; box-sizing: border-box; } body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; padding: 24px; } .container { max-width: 1400px; margin: 0 auto; } -header { margin-bottom: 32px; } -h1 { font-size: 28px; font-weight: 700; color: var(--text); margin-bottom: 8px; } -.subtitle { color: var(--text-secondary); font-size: 14px; } +header { margin-bottom: 32px; background: linear-gradient(135deg, #00b8cc 0%, #0095a8 100%); border-radius: 16px; padding: 32px; color: white; } +h1 { font-size: 28px; font-weight: 700; color: white; margin-bottom: 8px; } +.subtitle { color: rgba(255,255,255,0.9); font-size: 14px; } /* KPI карточки */ .kpi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-bottom: 32px; }