:root{--primary:#4a8f8b;--primary-light:#7fb3af;--primary-dark:#2f5e5b;--background:#f4efea;--white:#fff;--color-bg:var(--background);--color-surface:hsla(0,0%,100%,.9);--color-surface-strong:var(--white);--color-text:var(--primary-dark);--color-muted:#5f7270;--color-accent:var(--primary);--color-accent-strong:var(--primary-dark);--color-accent-soft:#e6f2f1;--color-line:rgba(47,94,91,.12);--shadow-lg:0 18px 42px rgba(47,94,91,.12);--shadow-md:0 10px 24px rgba(47,94,91,.08);--font-body:"DM Sans","Inter","Segoe UI","Trebuchet MS",sans-serif;--font-heading:"Poppins","DM Sans","Inter","Segoe UI",sans-serif}*{box-sizing:border-box;margin:0;padding:0}body,html{max-width:100vw;overflow-x:hidden}html{color-scheme:light;scroll-behavior:smooth}body{min-height:100vh;color:var(--color-text);background:linear-gradient(180deg,#fbf7f2 0,var(--color-bg) 100%);font-family:var(--font-body);text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button,input,select,textarea{font:inherit}::selection{background:rgba(127,179,175,.32);color:var(--color-text)}:focus-visible{outline:3px solid rgba(74,143,139,.35);outline-offset:3px}