:root{--theme-bg: #0a0a0a;--theme-bg-alt: #050505;--theme-surface: #141414;--theme-surface-strong: #1a1a1a;--theme-surface-hover: #1f1f1f;--theme-field-bg: #1e1e1e;--theme-field-bg-focus: #252525;--theme-overlay: rgba(0, 0, 0, .85);--theme-overlay-soft: rgba(0, 0, 0, .3);--theme-header-bg: rgba(10, 10, 10, .95);--theme-header-text: var(--theme-text);--theme-header-link: var(--theme-text);--theme-header-logo: var(--theme-primary);--theme-header-border: var(--theme-primary-border);--theme-logo-width: 190px;--theme-logo-height: 46px;--theme-footer-bg: var(--theme-bg-alt);--theme-footer-text: var(--theme-text);--theme-footer-muted: var(--theme-text-muted);--theme-footer-border: var(--theme-border);--theme-footer-logo-filter: none;--theme-login-bg: radial-gradient( circle at 50% 50%, var(--theme-surface-strong) 0%, var(--theme-bg) 100% );--theme-admin-bg: radial-gradient( circle at 10% 20%, rgba(212, 175, 55, .03) 0%, transparent 40% ), radial-gradient( circle at 90% 80%, rgba(212, 175, 55, .03) 0%, transparent 40% );--theme-text: #ffffff;--theme-text-muted: #d1d1d1;--theme-text-soft: rgba(255, 255, 255, .4);--theme-text-inverse: #ffffff;--theme-primary: #d4af37;--theme-primary-hover: #f1c40f;--theme-primary-contrast: #000000;--theme-primary-soft: rgba(212, 175, 55, .05);--theme-primary-muted: rgba(212, 175, 55, .1);--theme-primary-border: rgba(212, 175, 55, .15);--theme-primary-border-soft: rgba(212, 175, 55, .2);--theme-primary-border-strong: rgba(212, 175, 55, .3);--theme-danger: #e74c3c;--theme-danger-hover: #c0392b;--theme-danger-soft: rgba(231, 76, 60, .1);--theme-danger-border: rgba(231, 76, 60, .2);--theme-danger-muted: rgba(231, 76, 60, .5);--theme-danger-shadow: 0 5px 15px rgba(231, 76, 60, .3);--theme-success: #2ecc71;--theme-whatsapp: #25d366;--theme-whatsapp-hover: #20ba5a;--theme-whatsapp-text: #ffffff;--theme-whatsapp-shadow: 0 6px 20px rgba(37, 211, 102, .4);--theme-border: rgba(255, 255, 255, .05);--theme-border-subtle: rgba(255, 255, 255, .03);--theme-border-strong: #444444;--theme-border-muted: #333333;--theme-border-hover: #666666;--theme-shadow-sm: 0 4px 15px rgba(0, 0, 0, .3);--theme-shadow-md: 0 10px 30px rgba(0, 0, 0, .5);--theme-shadow-nav: -10px 0 30px rgba(0, 0, 0, .5);--theme-shadow-login: 0 30px 60px rgba(0, 0, 0, .6);--theme-shadow-lg: 0 50px 100px rgba(0, 0, 0, .8);--theme-focus-shadow: 0 0 15px rgba(212, 175, 55, .1);--theme-font-body: "Montserrat", sans-serif;--theme-font-heading: "Playfair Display", serif;--theme-font-weight-normal: 400;--theme-font-weight-semibold: 600;--theme-font-weight-bold: 700;--theme-letter-spacing-subtle: 1px;--theme-letter-spacing-wide: 2px;--theme-radius-sm: 4px;--theme-radius-md: 8px;--theme-radius-lg: 16px;--theme-radius-pill: 999px;--theme-card-hover-lift: -10px;--theme-image-opacity: .7;--theme-transition: .3s cubic-bezier(.25, .8, .25, 1);--theme-transition-slow: .4s cubic-bezier(.25, .8, .25, 1);--theme-container-padding: 8%;--theme-section-padding-y: 100px;--theme-section-padding-y-mobile: 60px;--theme-content-max-width: 1200px;--theme-hero-padding-y: 80px;--theme-hero-min-height: 90vh;--theme-hero-image-width: 380px;--theme-hero-image-height: 480px;--theme-section-gap: 60px;--theme-grid-gap: 30px;--theme-card-image-height: 220px;--theme-post-content-max-width: 900px;--theme-post-image-max-height: 450px;--theme-post-image-opacity: .9;--theme-control-size: 50px;--bg-dark: var(--theme-bg);--bg-card: var(--theme-surface);--accent: var(--theme-primary);--accent-light: var(--theme-primary-hover);--text-main: var(--theme-text);--text-dim: var(--theme-text-muted);--transition: var(--theme-transition);--border-radius: var(--theme-radius-sm);--container-padding: var(--theme-container-padding)}body.theme-premium{--theme-bg: #0a0a0a;--theme-bg-alt: #050505;--theme-surface: #141414;--theme-surface-strong: #1a1a1a;--theme-surface-hover: #1f1f1f;--theme-field-bg: #1e1e1e;--theme-field-bg-focus: #252525;--theme-header-bg: rgba(10, 10, 10, .95);--theme-admin-bg: radial-gradient( circle at 10% 20%, rgba(212, 175, 55, .03) 0%, transparent 40% ), radial-gradient( circle at 90% 80%, rgba(212, 175, 55, .03) 0%, transparent 40% );--theme-text: #ffffff;--theme-text-muted: #d1d1d1;--theme-primary: #d4af37;--theme-primary-hover: #f1c40f;--theme-primary-contrast: #000000;--theme-font-body: "Montserrat", sans-serif;--theme-font-heading: "Playfair Display", serif;--theme-radius-sm: 4px;--theme-radius-md: 8px;--theme-card-hover-lift: -10px;--theme-image-opacity: .7}body.theme-modern{--theme-bg: #f8fafc;--theme-bg-alt: #eef2f7;--theme-surface: #ffffff;--theme-surface-strong: #ffffff;--theme-surface-hover: #f1f5f9;--theme-field-bg: #ffffff;--theme-field-bg-focus: #f8fafc;--theme-overlay: rgba(15, 23, 42, .65);--theme-overlay-soft: rgba(15, 23, 42, .05);--theme-header-bg: rgba(248, 250, 252, .92);--theme-login-bg: radial-gradient( circle at 50% 50%, #dbeafe 0%, #f8fafc 100% );--theme-admin-bg: radial-gradient( circle at 10% 20%, rgba(37, 99, 235, .08) 0%, transparent 40% ), radial-gradient( circle at 90% 80%, rgba(14, 165, 233, .07) 0%, transparent 40% );--theme-text: #0f172a;--theme-text-muted: #475569;--theme-text-soft: rgba(15, 23, 42, .45);--theme-text-inverse: #ffffff;--theme-primary: #2563eb;--theme-primary-hover: #1d4ed8;--theme-primary-contrast: #ffffff;--theme-primary-soft: rgba(37, 99, 235, .08);--theme-primary-muted: rgba(37, 99, 235, .12);--theme-primary-border: rgba(37, 99, 235, .18);--theme-primary-border-soft: rgba(37, 99, 235, .22);--theme-primary-border-strong: rgba(37, 99, 235, .34);--theme-border: rgba(15, 23, 42, .08);--theme-border-subtle: rgba(15, 23, 42, .05);--theme-border-strong: #cbd5e1;--theme-border-muted: #e2e8f0;--theme-border-hover: #94a3b8;--theme-shadow-sm: 0 10px 30px rgba(15, 23, 42, .08);--theme-shadow-md: 0 18px 45px rgba(15, 23, 42, .1);--theme-shadow-lg: 0 35px 90px rgba(15, 23, 42, .16);--theme-shadow-login: 0 28px 70px rgba(15, 23, 42, .16);--theme-focus-shadow: 0 0 0 4px rgba(37, 99, 235, .14);--theme-font-body: "Inter", sans-serif;--theme-font-heading: "Inter", sans-serif;--theme-radius-sm: 10px;--theme-radius-md: 16px;--theme-radius-lg: 24px;--theme-card-hover-lift: -6px;--theme-image-opacity: .92}body.theme-editorial{--theme-bg: #fbf7ef;--theme-bg-alt: #f1eadc;--theme-surface: #fffdf8;--theme-surface-strong: #fffaf0;--theme-surface-hover: #f6eedf;--theme-field-bg: #fffdf8;--theme-field-bg-focus: #fffaf0;--theme-overlay: rgba(41, 32, 24, .72);--theme-overlay-soft: rgba(41, 32, 24, .06);--theme-header-bg: rgba(251, 247, 239, .94);--theme-login-bg: radial-gradient( circle at 50% 50%, #efe3cf 0%, #fbf7ef 100% );--theme-admin-bg: radial-gradient( circle at 15% 20%, rgba(146, 64, 14, .08) 0%, transparent 42% ), radial-gradient( circle at 90% 75%, rgba(120, 53, 15, .06) 0%, transparent 38% );--theme-text: #2f241b;--theme-text-muted: #6f5f50;--theme-text-soft: rgba(47, 36, 27, .45);--theme-primary: #92400e;--theme-primary-hover: #78350f;--theme-primary-contrast: #ffffff;--theme-primary-soft: rgba(146, 64, 14, .08);--theme-primary-muted: rgba(146, 64, 14, .14);--theme-primary-border: rgba(146, 64, 14, .2);--theme-primary-border-soft: rgba(146, 64, 14, .24);--theme-primary-border-strong: rgba(146, 64, 14, .35);--theme-border: rgba(47, 36, 27, .1);--theme-border-subtle: rgba(47, 36, 27, .06);--theme-border-strong: #d6c7b5;--theme-border-muted: #e7dacb;--theme-border-hover: #b8a28d;--theme-shadow-sm: 0 10px 30px rgba(47, 36, 27, .08);--theme-shadow-md: 0 16px 40px rgba(47, 36, 27, .1);--theme-shadow-lg: 0 35px 90px rgba(47, 36, 27, .16);--theme-shadow-login: 0 30px 70px rgba(47, 36, 27, .16);--theme-focus-shadow: 0 0 0 4px rgba(146, 64, 14, .14);--theme-font-body: "Lora", serif;--theme-font-heading: "Playfair Display", serif;--theme-radius-sm: 2px;--theme-radius-md: 4px;--theme-radius-lg: 8px;--theme-card-hover-lift: -4px;--theme-image-opacity: .88}body.theme-minimal{--theme-bg: #ffffff;--theme-bg-alt: #f5f5f5;--theme-surface: #ffffff;--theme-surface-strong: #fafafa;--theme-surface-hover: #f3f4f6;--theme-field-bg: #ffffff;--theme-field-bg-focus: #fafafa;--theme-overlay: rgba(0, 0, 0, .68);--theme-overlay-soft: rgba(0, 0, 0, .04);--theme-header-bg: rgba(255, 255, 255, .96);--theme-login-bg: radial-gradient( circle at 50% 50%, #f5f5f5 0%, #ffffff 100% );--theme-admin-bg: none;--theme-text: #111111;--theme-text-muted: #555555;--theme-text-soft: rgba(17, 17, 17, .45);--theme-primary: #111111;--theme-primary-hover: #333333;--theme-primary-contrast: #ffffff;--theme-primary-soft: rgba(17, 17, 17, .05);--theme-primary-muted: rgba(17, 17, 17, .1);--theme-primary-border: rgba(17, 17, 17, .16);--theme-primary-border-soft: rgba(17, 17, 17, .2);--theme-primary-border-strong: rgba(17, 17, 17, .32);--theme-border: rgba(17, 17, 17, .08);--theme-border-subtle: rgba(17, 17, 17, .04);--theme-border-strong: #d4d4d4;--theme-border-muted: #e5e5e5;--theme-border-hover: #a3a3a3;--theme-shadow-sm: none;--theme-shadow-md: none;--theme-shadow-lg: 0 24px 80px rgba(0, 0, 0, .12);--theme-shadow-login: 0 24px 80px rgba(0, 0, 0, .1);--theme-focus-shadow: 0 0 0 3px rgba(17, 17, 17, .1);--theme-font-body: "Inter", sans-serif;--theme-font-heading: "Inter", sans-serif;--theme-radius-sm: 0;--theme-radius-md: 0;--theme-radius-lg: 0;--theme-card-hover-lift: 0;--theme-image-opacity: 1}body.theme-fun{--theme-bg: #fff7ed;--theme-bg-alt: #ffedd5;--theme-surface: #ffffff;--theme-surface-strong: #ffffff;--theme-surface-hover: #fef3c7;--theme-field-bg: #ffffff;--theme-field-bg-focus: #fff7ed;--theme-overlay: rgba(67, 20, 7, .7);--theme-overlay-soft: rgba(236, 72, 153, .08);--theme-header-bg: rgba(255, 247, 237, .92);--theme-login-bg: radial-gradient(circle at 30% 20%, #fbcfe8 0%, transparent 35%), radial-gradient(circle at 80% 70%, #bbf7d0 0%, #fff7ed 45%);--theme-admin-bg: radial-gradient( circle at 10% 20%, rgba(236, 72, 153, .12) 0%, transparent 35% ), radial-gradient( circle at 90% 80%, rgba(34, 197, 94, .12) 0%, transparent 35% );--theme-text: #27272a;--theme-text-muted: #71717a;--theme-text-soft: rgba(39, 39, 42, .45);--theme-primary: #ec4899;--theme-primary-hover: #db2777;--theme-primary-contrast: #ffffff;--theme-primary-soft: rgba(236, 72, 153, .1);--theme-primary-muted: rgba(236, 72, 153, .16);--theme-primary-border: rgba(236, 72, 153, .24);--theme-primary-border-soft: rgba(236, 72, 153, .28);--theme-primary-border-strong: rgba(236, 72, 153, .42);--theme-border: rgba(39, 39, 42, .08);--theme-border-subtle: rgba(39, 39, 42, .05);--theme-border-strong: #f9a8d4;--theme-border-muted: #fbcfe8;--theme-border-hover: #f472b6;--theme-shadow-sm: 0 8px 0 rgba(39, 39, 42, .12);--theme-shadow-md: 0 12px 0 rgba(39, 39, 42, .1);--theme-shadow-lg: 0 20px 60px rgba(236, 72, 153, .18);--theme-shadow-login: 0 20px 60px rgba(236, 72, 153, .2);--theme-focus-shadow: 0 0 0 4px rgba(236, 72, 153, .18);--theme-font-body: "Nunito", sans-serif;--theme-font-heading: "Poppins", sans-serif;--theme-radius-sm: 14px;--theme-radius-md: 24px;--theme-radius-lg: 32px;--theme-card-hover-lift: -5px;--theme-image-opacity: .95}body.theme-corporate{--theme-bg: #0f172a;--theme-bg-alt: #111827;--theme-surface: #1e293b;--theme-surface-strong: #263449;--theme-surface-hover: #334155;--theme-field-bg: #111827;--theme-field-bg-focus: #172033;--theme-overlay: rgba(2, 6, 23, .82);--theme-overlay-soft: rgba(148, 163, 184, .08);--theme-header-bg: rgba(15, 23, 42, .94);--theme-login-bg: radial-gradient( circle at 50% 50%, #1e3a8a 0%, #0f172a 100% );--theme-admin-bg: radial-gradient( circle at 10% 20%, rgba(14, 165, 233, .09) 0%, transparent 40% ), radial-gradient( circle at 90% 80%, rgba(59, 130, 246, .08) 0%, transparent 40% );--theme-text: #f8fafc;--theme-text-muted: #cbd5e1;--theme-text-soft: rgba(248, 250, 252, .45);--theme-primary: #38bdf8;--theme-primary-hover: #0ea5e9;--theme-primary-contrast: #082f49;--theme-primary-soft: rgba(56, 189, 248, .08);--theme-primary-muted: rgba(56, 189, 248, .14);--theme-primary-border: rgba(56, 189, 248, .2);--theme-primary-border-soft: rgba(56, 189, 248, .24);--theme-primary-border-strong: rgba(56, 189, 248, .36);--theme-border: rgba(248, 250, 252, .08);--theme-border-subtle: rgba(248, 250, 252, .04);--theme-border-strong: #475569;--theme-border-muted: #334155;--theme-border-hover: #64748b;--theme-shadow-sm: 0 10px 30px rgba(2, 6, 23, .3);--theme-shadow-md: 0 18px 50px rgba(2, 6, 23, .36);--theme-shadow-lg: 0 45px 100px rgba(2, 6, 23, .5);--theme-shadow-login: 0 35px 90px rgba(2, 6, 23, .48);--theme-focus-shadow: 0 0 0 4px rgba(56, 189, 248, .16);--theme-font-body: "Inter", sans-serif;--theme-font-heading: "Merriweather", serif;--theme-radius-sm: 6px;--theme-radius-md: 10px;--theme-radius-lg: 16px;--theme-card-hover-lift: -6px;--theme-image-opacity: .82}body.theme-neon{--theme-bg: #070812;--theme-bg-alt: #0d1024;--theme-surface: #11162e;--theme-surface-strong: #171d3a;--theme-surface-hover: #202855;--theme-field-bg: #0b1022;--theme-field-bg-focus: #131a36;--theme-overlay: rgba(7, 8, 18, .86);--theme-overlay-soft: rgba(0, 245, 255, .08);--theme-header-bg: rgba(7, 8, 18, .9);--theme-login-bg: radial-gradient( circle at 25% 20%, rgba(255, 0, 128, .3) 0%, transparent 35% ), radial-gradient( circle at 80% 70%, rgba(0, 245, 255, .24) 0%, #070812 45% );--theme-admin-bg: radial-gradient( circle at 12% 18%, rgba(255, 0, 128, .16) 0%, transparent 35% ), radial-gradient( circle at 88% 80%, rgba(0, 245, 255, .14) 0%, transparent 38% );--theme-text: #f8fbff;--theme-text-muted: #aeb8ff;--theme-text-soft: rgba(248, 251, 255, .45);--theme-primary: #00f5ff;--theme-primary-hover: #ff0080;--theme-primary-contrast: #070812;--theme-primary-soft: rgba(0, 245, 255, .1);--theme-primary-muted: rgba(0, 245, 255, .18);--theme-primary-border: rgba(0, 245, 255, .28);--theme-primary-border-soft: rgba(0, 245, 255, .34);--theme-primary-border-strong: rgba(0, 245, 255, .52);--theme-border: rgba(248, 251, 255, .08);--theme-border-subtle: rgba(248, 251, 255, .04);--theme-border-strong: #354074;--theme-border-muted: #222b58;--theme-border-hover: #5f6ec8;--theme-shadow-sm: 0 0 24px rgba(0, 245, 255, .14);--theme-shadow-md: 0 0 38px rgba(255, 0, 128, .12);--theme-shadow-lg: 0 40px 100px rgba(0, 0, 0, .55);--theme-shadow-login: 0 30px 90px rgba(0, 245, 255, .18);--theme-focus-shadow: 0 0 0 4px rgba(0, 245, 255, .18);--theme-whatsapp-shadow: 0 0 24px rgba(37, 211, 102, .45);--theme-font-body: "Inter", sans-serif;--theme-font-heading: "Poppins", sans-serif;--theme-radius-sm: 12px;--theme-radius-md: 22px;--theme-radius-lg: 32px;--theme-card-hover-lift: -8px;--theme-image-opacity: .78}body.theme-eric-leal{--theme-bg: #ffffff;--theme-bg-alt: #f5f6f8;--theme-surface: #ffffff;--theme-surface-strong: #fbf8f1;--theme-surface-hover: #f7f1e6;--theme-field-bg: #ffffff;--theme-field-bg-focus: #fbf8f1;--theme-overlay: rgba(31, 35, 43, .78);--theme-overlay-soft: rgba(31, 35, 43, .05);--theme-header-bg: rgba(255, 255, 255, .96);--theme-header-text: #202838;--theme-header-link: #667085;--theme-header-logo: #ad8434;--theme-header-border: rgba(32, 40, 56, .08);--theme-header-shadow: 0 10px 30px rgba(32, 40, 56, .08);--theme-header-padding-y: 12px;--theme-logo-width: 260px;--theme-logo-height: 64px;--theme-dark-section-bg: #2f2f39;--theme-dark-section-text: #ffffff;--theme-dark-section-muted: #c9ccd4;--theme-footer-bg: #252730;--theme-footer-text: #ffffff;--theme-footer-muted: #c6cad3;--theme-footer-border: rgba(255, 255, 255, .1);--theme-footer-logo-filter: none;--theme-login-bg: radial-gradient( circle at 18% 20%, rgba(173, 132, 52, .13) 0%, transparent 36% ), radial-gradient( circle at 78% 75%, rgba(35, 38, 46, .08) 0%, #ffffff 46% );--theme-admin-bg: linear-gradient(135deg, rgba(35, 38, 46, .04) 0%, transparent 35%), radial-gradient( circle at 88% 18%, rgba(173, 132, 52, .09) 0%, transparent 34% );--theme-text: #202838;--theme-text-muted: #667085;--theme-text-soft: rgba(32, 40, 56, .46);--theme-text-inverse: #ffffff;--theme-primary: #ad8434;--theme-primary-hover: #8b6b18;--theme-primary-contrast: #ffffff;--theme-primary-soft: rgba(173, 132, 52, .08);--theme-primary-muted: rgba(173, 132, 52, .15);--theme-primary-border: rgba(173, 132, 52, .22);--theme-primary-border-soft: rgba(173, 132, 52, .28);--theme-primary-border-strong: rgba(173, 132, 52, .42);--theme-border: rgba(32, 40, 56, .09);--theme-border-subtle: rgba(32, 40, 56, .05);--theme-border-strong: #d9d2c2;--theme-border-muted: #e5dfd2;--theme-border-hover: #bda66f;--theme-shadow-sm: 0 10px 24px rgba(32, 40, 56, .08);--theme-shadow-md: 0 18px 40px rgba(32, 40, 56, .1);--theme-shadow-nav: -10px 0 30px rgba(0, 0, 0, .26);--theme-shadow-lg: 0 34px 84px rgba(32, 40, 56, .16);--theme-shadow-login: 0 28px 72px rgba(32, 40, 56, .14);--theme-focus-shadow: 0 0 0 4px rgba(173, 132, 52, .15);--theme-font-body: "Inter", sans-serif;--theme-font-heading: "Merriweather", serif;--theme-letter-spacing-subtle: .3px;--theme-letter-spacing-wide: 2.5px;--theme-radius-sm: 9px;--theme-radius-md: 14px;--theme-radius-lg: 18px;--theme-card-hover-lift: -5px;--theme-image-opacity: .92;--theme-section-padding-y: 108px}body.theme-eric-classic{--theme-bg: #f8f6f0;--theme-bg-alt: #eee8dc;--theme-surface: #fffdf8;--theme-surface-strong: #f6efe2;--theme-surface-hover: #efe6d6;--theme-field-bg: #fffdf8;--theme-field-bg-focus: #f6efe2;--theme-overlay: rgba(43, 43, 52, .74);--theme-overlay-soft: rgba(43, 43, 52, .05);--theme-header-bg: rgba(248, 246, 240, .96);--theme-header-text: #2f2f39;--theme-header-link: #6a6570;--theme-header-logo: #8b6b18;--theme-header-border: rgba(47, 47, 57, .1);--theme-header-shadow: 0 12px 34px rgba(47, 47, 57, .07);--theme-header-padding-y: 12px;--theme-logo-width: 260px;--theme-logo-height: 64px;--theme-dark-section-bg: #34333c;--theme-dark-section-text: #ffffff;--theme-dark-section-muted: #d6d2c8;--theme-footer-bg: #2f2f39;--theme-footer-text: #ffffff;--theme-footer-muted: #d6d2c8;--theme-footer-border: rgba(255, 255, 255, .12);--theme-footer-logo-filter: none;--theme-login-bg: radial-gradient(circle at 18% 20%, rgba(139, 107, 24, .14) 0%, transparent 34%), radial-gradient(circle at 82% 72%, rgba(47, 47, 57, .08) 0%, #f8f6f0 48%);--theme-admin-bg: linear-gradient(135deg, rgba(47, 47, 57, .04) 0%, transparent 35%), radial-gradient(circle at 88% 18%, rgba(139, 107, 24, .1) 0%, transparent 34%);--theme-text: #2f2f39;--theme-text-muted: #6a6570;--theme-text-soft: rgba(47, 47, 57, .46);--theme-text-inverse: #ffffff;--theme-primary: #8b6b18;--theme-primary-hover: #6f5513;--theme-primary-contrast: #ffffff;--theme-primary-soft: rgba(139, 107, 24, .08);--theme-primary-muted: rgba(139, 107, 24, .15);--theme-primary-border: rgba(139, 107, 24, .22);--theme-primary-border-soft: rgba(139, 107, 24, .28);--theme-primary-border-strong: rgba(139, 107, 24, .42);--theme-border: rgba(47, 47, 57, .1);--theme-border-subtle: rgba(47, 47, 57, .06);--theme-border-strong: #d0c4ad;--theme-border-muted: #e1d8c8;--theme-border-hover: #a99463;--theme-shadow-sm: 0 12px 28px rgba(47, 47, 57, .08);--theme-shadow-md: 0 20px 48px rgba(47, 47, 57, .1);--theme-shadow-nav: -10px 0 30px rgba(47, 47, 57, .18);--theme-shadow-lg: 0 36px 90px rgba(47, 47, 57, .16);--theme-shadow-login: 0 30px 76px rgba(47, 47, 57, .15);--theme-focus-shadow: 0 0 0 4px rgba(139, 107, 24, .15);--theme-font-body: "Lora", serif;--theme-font-heading: "Playfair Display", serif;--theme-letter-spacing-subtle: .5px;--theme-letter-spacing-wide: 3px;--theme-radius-sm: 3px;--theme-radius-md: 6px;--theme-radius-lg: 10px;--theme-card-hover-lift: -4px;--theme-image-opacity: .9;--theme-section-padding-y: 112px}body.theme-eric-dark{--theme-bg: #1f2027;--theme-bg-alt: #181920;--theme-surface: #262832;--theme-surface-strong: #2f313d;--theme-surface-hover: #353744;--theme-field-bg: #20222b;--theme-field-bg-focus: #292b35;--theme-overlay: rgba(12, 13, 17, .86);--theme-overlay-soft: rgba(255, 255, 255, .05);--theme-header-bg: rgba(31, 32, 39, .96);--theme-header-text: #f8f6ef;--theme-header-link: #c8c4b8;--theme-header-logo: #c39a3c;--theme-header-border: rgba(255, 255, 255, .08);--theme-header-shadow: 0 12px 36px rgba(0, 0, 0, .24);--theme-header-padding-y: 12px;--theme-logo-width: 260px;--theme-logo-height: 64px;--theme-dark-section-bg: #101116;--theme-dark-section-text: #ffffff;--theme-dark-section-muted: #bfc1c9;--theme-footer-bg: #101116;--theme-footer-text: #ffffff;--theme-footer-muted: #bfc1c9;--theme-footer-border: rgba(255, 255, 255, .1);--theme-footer-logo-filter: none;--theme-login-bg: radial-gradient(circle at 18% 20%, rgba(195, 154, 60, .16) 0%, transparent 34%), radial-gradient(circle at 78% 75%, rgba(255, 255, 255, .06) 0%, #1f2027 46%);--theme-admin-bg: radial-gradient(circle at 12% 18%, rgba(195, 154, 60, .11) 0%, transparent 34%), linear-gradient(135deg, rgba(255, 255, 255, .04) 0%, transparent 35%);--theme-text: #f8f6ef;--theme-text-muted: #c8c4b8;--theme-text-soft: rgba(248, 246, 239, .48);--theme-text-inverse: #1f2027;--theme-primary: #c39a3c;--theme-primary-hover: #d7ae52;--theme-primary-contrast: #1f2027;--theme-primary-soft: rgba(195, 154, 60, .1);--theme-primary-muted: rgba(195, 154, 60, .17);--theme-primary-border: rgba(195, 154, 60, .24);--theme-primary-border-soft: rgba(195, 154, 60, .3);--theme-primary-border-strong: rgba(195, 154, 60, .48);--theme-border: rgba(255, 255, 255, .08);--theme-border-subtle: rgba(255, 255, 255, .05);--theme-border-strong: #565863;--theme-border-muted: #383a45;--theme-border-hover: #777263;--theme-shadow-sm: 0 12px 28px rgba(0, 0, 0, .22);--theme-shadow-md: 0 22px 52px rgba(0, 0, 0, .28);--theme-shadow-nav: -10px 0 30px rgba(0, 0, 0, .38);--theme-shadow-lg: 0 42px 100px rgba(0, 0, 0, .42);--theme-shadow-login: 0 32px 82px rgba(0, 0, 0, .35);--theme-focus-shadow: 0 0 0 4px rgba(195, 154, 60, .18);--theme-font-body: "Inter", sans-serif;--theme-font-heading: "Merriweather", serif;--theme-letter-spacing-subtle: .2px;--theme-letter-spacing-wide: 2.8px;--theme-radius-sm: 7px;--theme-radius-md: 12px;--theme-radius-lg: 16px;--theme-card-hover-lift: -5px;--theme-image-opacity: .84;--theme-section-padding-y: 108px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--theme-font-body);background-color:var(--theme-bg);color:var(--theme-text);line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}.section-padding{padding:var(--theme-section-padding-y) var(--theme-container-padding)}.title-center{text-align:center;margin-bottom:60px}.title-center h2{font-family:var(--theme-font-heading);font-size:2.5rem;position:relative;display:inline-block;padding-bottom:15px}.title-center h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:2px;background:var(--theme-primary)}.text-accent{color:var(--theme-primary)}.text-dim{color:var(--theme-text-muted)}.text-center{text-align:center}.w-100{width:100%}.opacity-50{opacity:.5}.grid-full-width{grid-column:1 / -1}.mb-25{margin-bottom:25px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-50{margin-top:50px}.btn-cta{background:var(--theme-primary);color:var(--theme-primary-contrast);padding:18px 35px;border-radius:var(--theme-radius-sm);text-decoration:none;font-weight:var(--theme-font-weight-bold);text-transform:uppercase;font-size:.85rem;transition:var(--theme-transition);display:inline-block;border:none;cursor:pointer;text-align:center}.btn-cta:hover{background:var(--theme-primary-hover)}.photo-frame{width:100%;border:1px solid var(--theme-primary);border-radius:var(--theme-radius-md);position:relative;display:flex;align-items:center;justify-content:center;background:var(--theme-surface-strong);z-index:1;overflow:hidden}.photo-frame:after{content:"";position:absolute;top:20px;left:20px;width:100%;height:100%;border:1px solid var(--theme-primary-border-strong);border-radius:var(--theme-radius-md);z-index:-1}.profile-img{width:100%;height:100%;object-fit:cover;object-position:top}.card{padding:45px;background:var(--theme-surface-strong);border:1px solid var(--theme-border);border-radius:var(--theme-radius-md);transition:var(--theme-transition)}.card:hover{border-color:var(--theme-primary);transform:translateY(var(--theme-card-hover-lift));background:var(--theme-surface-hover)}.card h3{font-family:var(--theme-font-heading);margin-bottom:15px;font-size:1.5rem;color:var(--theme-primary)}.card p{color:var(--theme-text-muted);font-size:.95rem}.whatsapp-float{position:fixed;width:60px;height:60px;bottom:30px;right:30px;background-color:var(--theme-whatsapp);color:var(--theme-whatsapp-text);border-radius:var(--theme-radius-pill);display:flex;align-items:center;justify-content:center;font-size:30px;box-shadow:var(--theme-shadow-sm);z-index:10000;text-decoration:none;transition:all .3s ease}.whatsapp-float:hover{transform:scale(1.1) rotate(10deg);background-color:var(--theme-whatsapp-hover);box-shadow:var(--theme-whatsapp-shadow)}.site-header{padding:var(--theme-header-padding-y, 20px) var(--theme-container-padding);background:var(--theme-header-bg);border-bottom:1px solid var(--theme-header-border);box-shadow:var(--theme-header-shadow, none);position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-inner{width:100%;max-width:var(--theme-header-max-width, 1240px);margin:0 auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:28px}.logo{font-family:var(--theme-font-heading);font-size:1.4rem;color:var(--theme-header-logo);letter-spacing:var(--theme-letter-spacing-subtle);display:flex;align-items:center;text-decoration:none;flex:0 0 auto;max-width:var(--theme-logo-width);height:var(--theme-logo-height);overflow:hidden}.logo-img{width:100%;height:100%;display:block;object-fit:contain;object-position:left center}.logo-img-icon{display:none}.header-right{display:flex;align-items:center;gap:20px}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px}.main-nav{display:flex;justify-content:center;gap:6px;align-items:center;min-width:0}.nav-link{color:var(--theme-header-link);text-decoration:none;font-size:.8rem;letter-spacing:var(--theme-letter-spacing-subtle);text-transform:uppercase;font-weight:var(--theme-font-weight-semibold);position:relative;padding:10px 14px;border-radius:var(--theme-radius-pill);transition:color var(--theme-transition),background-color var(--theme-transition)}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;right:0;background-color:var(--theme-primary);transition:width .3s ease}.nav-link:hover{color:var(--theme-primary);background:var(--theme-primary-soft)}.nav-link:hover:after{width:0}.nav-dropdown{position:relative}.nav-dropdown:after{content:"";position:absolute;left:0;right:0;top:100%;height:14px}.nav-dropdown-menu{position:absolute;top:calc(100% + 8px);left:50%;width:min(320px,86vw);padding:10px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--theme-radius-md);box-shadow:var(--theme-shadow-lg);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-6px);transition:var(--theme-transition);z-index:1100}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.nav-dropdown-link{display:block;padding:12px 14px;color:var(--theme-text);border-radius:var(--theme-radius-sm);text-decoration:none;font-size:.82rem;line-height:1.35;transition:var(--theme-transition)}.nav-dropdown-link:hover{color:var(--theme-primary);background:var(--theme-primary-soft)}.header-btn{padding:12px 20px;font-size:.78rem;white-space:nowrap;box-shadow:var(--theme-shadow-sm)}.menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.menu-toggle span{width:100%;height:3px;background-color:var(--theme-header-logo);border-radius:var(--theme-radius-lg);transition:all .3s ease}.site-footer{padding:56px var(--theme-container-padding) 26px;background:var(--theme-footer-bg);color:var(--theme-footer-text);border-top:1px solid var(--theme-footer-border)}.footer-inner{width:100%;max-width:var(--theme-content-max-width);margin:0 auto;display:grid;grid-template-columns:minmax(260px,1.4fr) minmax(140px,.7fr) minmax(220px,.9fr);gap:clamp(34px,6vw,90px);align-items:start}.footer-logo{display:inline-flex;width:min(210px,100%);height:58px;align-items:center}.footer-logo img{width:100%;height:100%;object-fit:contain;object-position:left center;filter:var(--theme-footer-logo-filter)}.footer-brand p{max-width:420px;margin-top:22px;color:var(--theme-footer-muted);font-size:.92rem;line-height:1.75}.footer-nav,.footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-nav h4,.footer-contact h4{margin-bottom:6px;color:var(--theme-primary);font-family:var(--theme-font-body);font-size:.72rem;font-weight:var(--theme-font-weight-bold);letter-spacing:var(--theme-letter-spacing-wide);text-transform:uppercase}.footer-nav a,.footer-contact a{color:var(--theme-footer-muted);text-decoration:none;font-size:.88rem;line-height:1.5;transition:var(--theme-transition)}.footer-nav a:hover,.footer-contact a:hover{color:var(--theme-footer-text)}.footer-cta{margin-top:8px;padding:11px 16px;border:1px solid var(--theme-primary-border-strong);border-radius:var(--theme-radius-pill);color:var(--theme-footer-text)!important}.footer-cta:hover{background:var(--theme-primary);border-color:var(--theme-primary);color:var(--theme-primary-contrast)!important}.footer-location{width:100%;max-width:var(--theme-content-max-width);margin:42px auto 0;padding:18px;display:grid;grid-template-columns:minmax(220px,.72fr) minmax(320px,1fr);gap:22px;align-items:center;border:1px solid var(--theme-footer-border);border-radius:var(--theme-radius-lg);background:#ffffff09}.footer-location-text h4{margin-bottom:8px;color:var(--theme-primary);font-size:.72rem;font-weight:var(--theme-font-weight-bold);letter-spacing:var(--theme-letter-spacing-wide);text-transform:uppercase}.footer-location-text p{color:var(--theme-footer-muted);font-size:.9rem;line-height:1.7}.footer-map{height:180px;overflow:hidden;border-radius:var(--theme-radius-md);background:var(--theme-overlay-soft)}.footer-map iframe{width:100%;height:100%;border:0;filter:grayscale(100%) contrast(.92)}.footer-bottom{width:100%;max-width:var(--theme-content-max-width);margin:42px auto 0;padding-top:20px;border-top:1px solid var(--theme-footer-border);display:flex;justify-content:space-between;gap:20px;color:var(--theme-footer-muted)}.footer-bottom p{font-size:.74rem;line-height:1.5}@media(max-width:992px){.header-inner{grid-template-columns:auto minmax(0,1fr) auto;gap:14px}.logo{max-width:210px;height:54px}.main-nav{gap:2px}.nav-link{padding:9px 10px;font-size:.74rem;letter-spacing:0;white-space:nowrap}.header-btn{display:none}.footer-inner{grid-template-columns:1.2fr .8fr}.footer-contact{grid-column:1 / -1}}@media(max-width:1100px)and (min-width:993px){.header-inner{gap:18px}.logo{max-width:230px;height:58px}.nav-link{padding:9px 11px;font-size:.74rem;letter-spacing:0}.header-btn{padding:10px 16px;font-size:.72rem}}@media(max-width:900px){:root{--theme-container-padding: 5%}.site-header{padding:12px max(12px,calc(var(--theme-container-padding) * .45))}.header-inner{grid-template-columns:auto auto;gap:14px}.logo{max-width:48px;height:48px}.logo-img{height:100%}.logo-img-full{display:none}.logo-img-icon{display:block;object-position:center}.menu-toggle{display:flex}.header-actions{justify-self:end}.header-btn{display:none}.main-nav{position:absolute;top:calc(100% + 1px);left:var(--theme-container-padding);right:var(--theme-container-padding);width:auto;background:var(--theme-surface);flex-direction:column;align-items:stretch;justify-content:flex-start;gap:4px;padding:12px;border:1px solid var(--theme-border);border-radius:var(--theme-radius-md);transition:var(--theme-transition-slow);z-index:1000;box-shadow:var(--theme-shadow-lg);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px)}.main-nav.active{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.nav-link{color:var(--theme-text);font-size:.9rem;margin-bottom:0;padding:14px 16px;text-align:left;background:transparent}.nav-dropdown{width:100%}.nav-dropdown:after{display:none}.nav-dropdown-menu{position:static;display:none;flex-direction:column;gap:2px;width:100%;margin-top:4px;padding:4px 0 4px 16px;background:transparent;border:0;border-left:1px solid var(--theme-primary-border);border-radius:0;box-shadow:none;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}.main-nav.active .nav-dropdown-menu{display:flex}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{transform:none}.nav-dropdown-link{display:block;padding:10px 12px;font-size:.84rem;color:var(--theme-text-muted);opacity:1}.menu-toggle.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.section-padding{padding:var(--theme-section-padding-y-mobile) var(--theme-container-padding)}.footer-inner{grid-template-columns:1fr;gap:34px}.footer-contact{grid-column:auto}.footer-bottom{flex-direction:column;gap:8px}.footer-location{grid-template-columns:1fr}.footer-map{height:220px}}@media(max-width:600px){.whatsapp-float{width:50px;height:50px;bottom:20px;right:20px;font-size:25px}}@media(max-width:480px){.logo{max-width:42px;height:42px}.nav-link{font-size:.85rem}}
