:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1c1917;background-color:#faf9f7}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#faf9f7}button{cursor:pointer}.inline-edit{border-radius:6px;transition:background-color .12s ease,box-shadow .12s ease}.inline-edit:hover{background-color:#eceae6!important}.inline-edit:focus{background-color:#fff!important;box-shadow:inset 0 0 0 1px #d6d3d1;outline:none}.loading-spinner{width:32px;height:32px;border-radius:50%;border:3px solid rgba(194,65,12,.2);border-top-color:#c2410c;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes reviewCardEnter{0%{transform:scale(.962) translateY(14px);opacity:.55}to{transform:none;opacity:1}}@media (max-width:767px){input,select,textarea{font-size:16px!important}.m-stack{flex-direction:column!important}.m-grid-1{grid-template-columns:1fr!important}.m-full{width:100%!important;min-width:0!important;max-width:none!important;position:static!important}.m-wrap{flex-wrap:wrap!important}}