:root{--background-color: #F8FAFC;--text-color: #334155;--header-bg: linear-gradient(135deg, #0d7c4d 0%, #16a34a 100%);--header-scrolled-bg: linear-gradient(135deg, #0a5f3a 0%, #16a34a 100%);--header-text: white;--button-bg: white;--button-text: #16a34a;--card-bg: #ffffff;--heading-color: #0F172A;--secondary-text-color: #64748B;--border-color: rgba(0, 0, 0, .1);--shadow-color: rgba(0, 0, 0, .08)}body.dark{--background-color: #0F172A;--text-color: #E2E8F0;--header-bg: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);--header-scrolled-bg: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);--header-text: white;--button-bg: #1E293B;--button-text: white;--card-bg: #1E293B;--heading-color: #F8FAFC;--secondary-text-color: #94A3B8;--border-color: rgba(255, 255, 255, .1);--shadow-color: rgba(0, 0, 0, .3)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;line-height:1.6;background-color:var(--background-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#9ca3af80;border-radius:20px;border:3px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background-color:#6b7280cc}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}app-dynamic-page .section-header .section-title,app-preview .section-header .section-title,app-dynamic-page .widget-header .header-title,app-preview .widget-header .header-title,app-dynamic-page .section-header .main-header,app-preview .section-header .main-header{font-size:2.5rem!important;line-height:1.2}
