:root{--theme-primary:#319795;--theme-secondary:#4FD1C5;--theme-accent:#38B2AC;--theme-background:#FFFFFF;--theme-surface:#F7FAFC;--theme-text:#1A202C;--theme-text-muted:#718096;--theme-border:#E2E8F0;--theme-font-heading:system-ui,-apple-system,sans-serif;--theme-font-body:system-ui,-apple-system,sans-serif;--theme-radius:0.5rem;--theme-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06)}body[data-theme]{background-color:var(--theme-background);color:var(--theme-text);font-family:var(--theme-font-body)}body[data-theme] h1,body[data-theme] h2,body[data-theme] h3,body[data-theme] h4,body[data-theme] h5,body[data-theme] h6{font-family:var(--theme-font-heading)}.theme-bg-primary{background-color:var(--theme-primary)}.theme-bg-secondary{background-color:var(--theme-secondary)}.theme-bg-surface{background-color:var(--theme-surface)}.theme-text-primary{color:var(--theme-primary)}.theme-text-muted{color:var(--theme-text-muted)}.theme-border{border-color:var(--theme-border)}@keyframes thinking{0%{transform:rotate(0deg)}25%{transform:rotate(-20deg)}75%{transform:rotate(20deg)}to{transform:rotate(0deg)}}.thinking-emoji{display:inline-block;animation:thinking 2s ease-in-out infinite}body[data-theme]{transition:background-color .3s ease-out,color .3s ease-out}body[data-theme] .chakra-badge,body[data-theme] .chakra-box,body[data-theme] .chakra-button,body[data-theme] .chakra-card,body[data-theme] .chakra-flex,body[data-theme] .chakra-heading,body[data-theme] .chakra-text,body[data-theme] a,body[data-theme] button,body[data-theme] input{transition:background-color .25s ease-out,color .25s ease-out,border-color .25s ease-out,box-shadow .25s ease-out}body[data-theme] canvas,body[data-theme] img,body[data-theme] svg,body[data-theme] video{transition:none}@keyframes themeApplied{0%{opacity:0;transform:scale(.9)}50%{opacity:1;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}body[data-theme=gastronomia],body[data-theme=minimalista],body[data-theme=moda],body[data-theme=servicios]{animation:themeApplied .3s ease-out}body[data-theme=gastronomia]{--theme-shadow:0 4px 6px -1px rgba(234,88,12,0.1),0 2px 4px -1px rgba(234,88,12,0.06)}body[data-theme=moda]{--theme-shadow:0 4px 14px -3px rgba(0,0,0,0.12)}body[data-theme=minimalista]{--theme-shadow:0 1px 3px 0 rgba(0,0,0,0.08)}body[data-theme=servicios]{--theme-shadow:0 4px 6px -1px rgba(37,99,235,0.1),0 2px 4px -1px rgba(37,99,235,0.06)}