:root{--black: #006B30;--gray-900: #007A36;--gray-800: #009A44;--gray-700: #00B050;--gray-600: #33C46E;--gray-500: #66D48E;--gray-400: #99E4AE;--gray-300: #BBEDCC;--gray-200: #DDF5E6;--gray-100: #F0FBF4;--white: #ffffff;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--transition: .3s ease-in-out}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,var(--gray-100) 0%,var(--white) 100%);color:var(--gray-900);line-height:1.6}h1,h2,h3{font-weight:300;letter-spacing:-.02em;color:var(--black)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gray-600)}
