@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;900&family=Inter:wght@400;500;600&display=swap";body{margin:0;padding:0}:root{--gold:#c8892a;--gold-lt:#e8a83e;--gold-bg:#fdf6e9;--black:#1a1208;--dark:#2c2010;--mid:#6b5230;--light:#f5efe4;--white:#fff;--radius:14px;--safe-top:env(safe-area-inset-top,0px);--safe-right:env(safe-area-inset-right,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px)}*{box-sizing:border-box;margin:0;padding:0}html{background:var(--black);-webkit-text-size-adjust:100%;min-height:100%}body{background:var(--white);min-height:100dvh;color:var(--black);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;padding-top:var(--safe-top);padding-right:var(--safe-right);padding-left:var(--safe-left);font-family:Inter,sans-serif;line-height:1.5;overflow-x:hidden}#root{min-height:100dvh}.app-loading{min-height:100dvh;padding:calc(18px + var(--safe-top)) calc(18px + var(--safe-right)) calc(18px + var(--safe-bottom)) calc(18px + var(--safe-left));background:var(--black);color:var(--gold-lt);justify-content:center;align-items:center;font-family:Nunito,sans-serif;font-size:1.1rem;font-weight:900;display:flex}.app-loading:before{content:"";aspect-ratio:2/3;width:min(430px,92vw);max-height:calc(100dvh - 36px - var(--safe-top) - var(--safe-bottom));background:url(/assets/images/loading-huellapp.png) 50%/cover no-repeat;border-radius:26px}a{text-decoration:none}button,input,select,textarea{letter-spacing:normal;font-family:Inter,sans-serif;font-stretch:100%;line-height:1.45}button{touch-action:manipulation;min-height:38px;font-size:13px}a,button{-webkit-tap-highlight-color:transparent}input,select,textarea{font-size:14px}small{font-size:12px;line-height:1.45}p{line-height:1.55}@media (width<=700px){input,select,textarea{font-size:16px}.app-loading{padding:0}.app-loading:before{background-size:cover;border-radius:0;width:100vw;height:100dvh;min-height:100dvh}}
