.app{min-height:100vh;display:flex;flex-direction:column;position:relative}.paper-grain{pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;opacity:.015}.main-content{flex:1;width:100%}.main-content-centered{max-width:720px;margin:0 auto;padding:2.5rem 2rem;width:100%}.error-state{max-width:500px;margin:4rem auto;text-align:center;background:var(--surface);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow-md)}.error-state h2{color:var(--red);margin-bottom:.75rem}.error-state p{color:var(--grey-600);margin-bottom:1.5rem}.btn-primary{background:var(--foreground);color:#fff;border:none;border-radius:var(--radius-full);padding:.75rem 2rem;font-weight:600;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase;transition:background .3s ease}.btn-primary:hover{background:var(--interactive)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #F9F8F4;--surface: #ffffff;--surface-warm: #F2F0EB;--foreground: #2D3A31;--primary: #8C9A84;--primary-light: #B5C4AE;--secondary: #DCCFC2;--border: #E6E2DA;--interactive: #C27B66;--interactive-hover: #A86652;--green: #8C9A84;--green-dark: #6B7D62;--green-light: #E8EDE5;--amber: #C4A265;--amber-light: #F5EDD8;--red: #C27B66;--red-light: #F3E3DD;--grey-50: #FAF9F6;--grey-100: #F2F0EB;--grey-200: #E6E2DA;--grey-300: #D1CCC3;--grey-400: #A9A49B;--grey-500: #8A857D;--grey-600: #6B6760;--grey-700: #524F49;--grey-800: #3A3834;--grey-900: #2D3A31;--radius: 12px;--radius-lg: 24px;--radius-xl: 40px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(45, 58, 49, .04);--shadow: 0 4px 6px -1px rgba(45, 58, 49, .05);--shadow-md: 0 10px 15px -3px rgba(45, 58, 49, .05);--shadow-lg: 0 20px 40px -10px rgba(45, 58, 49, .05);--shadow-xl: 0 25px 50px -12px rgba(45, 58, 49, .15)}body{font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--foreground);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;line-height:1.2}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}
