@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--primary:#469536;--primary-light:#5db34c;--primary-dark:#357527;--tertiary:#c66915;--tertiary-light:#e07f23;--tertiary-dark:#a3530e;--background:#fdfdfd;--surface:#fff;--surface-variant:#f4f5f7;--text-primary:#1d1b1e;--text-secondary:#4a454e;--text-tertiary:#7c757e;--border:#e9eaec;--color-prod:#469536;--color-beta:#c66915;--color-hml:#2d7cbd;--color-dev:#7c757e;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--shadow-sm:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-md:0 10px 15px -3px #0000000d, 0 4px 6px -2px #00000005;--shadow-lg:0 20px 25px -5px #0000000d, 0 10px 10px -5px #00000005}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.glass{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff4d}.app-container{background:linear-gradient(135deg,#fdfdfd 0%,#f0f7ef 100%);flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;width:100%;max-width:1000px;margin:0 auto;padding:40px 24px}
