@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;600&family=Nunito:wght@400;500;600;700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f5efe4;--surface:#fdfaf5;--surface2:#ede5d5;--text:#3b2f2a;--text-muted:#7a6a62;--accent:#c9832a;--accent-light:#f5e4c8;--border:#ddd3c0}body{font-family:Nunito,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}.logo{font-family:Lora,serif;color:var(--accent)}.kept-mobile-only{display:none!important}@media (max-width:640px){.kept-desktop-only{display:none!important}.kept-mobile-only{display:flex!important}.kept-fab-mobile-safe{bottom:84px!important}.kept-feedback-mobile-safe{bottom:152px!important}.kept-content-area-mobile-stack{flex-direction:column!important;align-items:stretch!important}.kept-sidebar-mobile-full{width:100%!important}.kept-main-mobile-safe{padding-bottom:140px!important}.kept-grid-cap-2-mobile{grid-template-columns:repeat(2,1fr)!important}}