:root{--primary-rgb:13, 27, 42;--secondary-rgb:27, 73, 101;--accent-rgb:212, 175, 55;--accent-secondary-rgb:98, 182, 203;--background:#f8fafc;--foreground:#0f172a;--card-bg:#fffc;--card-border:#e2e8f0cc;--nav-bg:#fffc;--nav-border:#e2e8f0cc;--text-muted:#64748b;--text-inverse:#fff;--primary:rgb(var(--primary-rgb));--secondary:rgb(var(--secondary-rgb));--accent:rgb(var(--accent-rgb));--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-lg:0 10px 15px -3px #0000000d, 0 4px 6px -2px #00000005;--shadow-xl:0 20px 25px -5px #00000014, 0 10px 10px -5px #0000000a;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"Plus Jakarta Sans", sans-serif;--transition-fast:.2s cubic-bezier(.16, 1, .3, 1);--transition-normal:.3s cubic-bezier(.16, 1, .3, 1);--transition-slow:.5s cubic-bezier(.16, 1, .3, 1)}html[data-color-theme=navy-gold]{--primary-rgb:13, 27, 42;--secondary-rgb:27, 73, 101;--accent-rgb:212, 175, 55;--accent-secondary-rgb:98, 182, 203;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--font-serif:"Playfair Display", Georgia, serif}html[data-color-theme=emerald-gold]{--primary-rgb:15, 81, 50;--secondary-rgb:10, 54, 34;--accent-rgb:229, 192, 96;--accent-secondary-rgb:147, 197, 253;--radius-sm:16px;--radius-md:26px;--radius-lg:36px;--radius-full:9999px;--font-serif:"Plus Jakarta Sans", sans-serif;--shadow-md:0 10px 30px #0f51320d;--shadow-lg:0 20px 40px #0f513214}html[data-color-theme=crimson-silver]{--primary-rgb:128, 0, 32;--secondary-rgb:74, 0, 18;--accent-rgb:190, 194, 197;--accent-secondary-rgb:236, 72, 153;--radius-sm:0px;--radius-md:0px;--radius-lg:0px;--radius-full:0px;--font-serif:"Plus Jakarta Sans", sans-serif;--shadow-md:0 0 0 2px #8000201f, 0 4px 12px #0000000d;--shadow-lg:0 0 0 3px #8000202e, 0 10px 24px #0000001a}[data-theme=dark]{--background:#090d16;--foreground:#f8fafc;--card-bg:#11182799;--card-border:#ffffff14;--nav-bg:#090d16b3;--nav-border:#ffffff0d;--text-muted:#94a3b8;--text-inverse:#0f172a;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 6px -1px #0000004d, 0 2px 4px -1px #0003;--shadow-lg:0 10px 15px -3px #0006, 0 4px 6px -2px #0000004d;--shadow-xl:0 20px 25px -5px #00000080, 0 10px 10px -5px #0006}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;font-family:var(--font-sans);color:var(--foreground);background-color:var(--background);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;overflow-x:hidden}body{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}input,textarea,select,button{font-family:inherit}button{cursor:pointer;background:0 0;border:none;outline:none}.glass{background:var(--card-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--card-border)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.animate-fade-in-up{animation:fadeInUp var(--transition-slow) forwards}.animate-fade-in{animation:fadeIn var(--transition-normal) forwards}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--secondary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--accent)}table{border-collapse:collapse;width:100%;margin:1.5rem 0}th,td{text-align:left;border-bottom:1px solid var(--card-border);padding:12px 16px}th{color:var(--primary);background-color:rgba(var(--primary-rgb), .05);font-weight:600}tr:hover{background-color:rgba(var(--primary-rgb), .02)}
.Header-module__RAkLJa__header{z-index:1000;transition:all var(--transition-normal);background:var(--nav-bg);border-bottom:1px solid var(--nav-border);position:fixed;top:0;left:0;right:0}.Header-module__RAkLJa__scrolled{box-shadow:var(--shadow-md);background:var(--nav-bg);padding:8px 0}.Header-module__RAkLJa__container{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:16px 24px;display:flex}.Header-module__RAkLJa__logo{color:var(--foreground);align-items:center;gap:12px;font-size:1.25rem;font-weight:800;display:flex}.Header-module__RAkLJa__logoIcon{color:var(--accent)}.Header-module__RAkLJa__logoText{letter-spacing:-.5px}.Header-module__RAkLJa__logoTextHighlight{color:var(--accent);font-weight:500}.Header-module__RAkLJa__desktopNav{align-items:center;gap:32px;display:flex}.Header-module__RAkLJa__navLink{color:var(--text-muted);padding:6px 0;font-size:.95rem;font-weight:500;position:relative}.Header-module__RAkLJa__navLink:hover{color:var(--foreground)}.Header-module__RAkLJa__navLink:after{content:"";background-color:var(--accent);width:0;height:2px;transition:width var(--transition-fast);position:absolute;bottom:0;left:0}.Header-module__RAkLJa__navLink:hover:after{width:100%}.Header-module__RAkLJa__activeLink{color:var(--foreground);font-weight:600}.Header-module__RAkLJa__activeLink:after{width:100%}.Header-module__RAkLJa__actions{align-items:center;gap:16px;display:flex}.Header-module__RAkLJa__themeToggle,.Header-module__RAkLJa__adminButton{border-radius:var(--radius-full);border:1px solid var(--card-border);width:40px;height:40px;color:var(--foreground);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.Header-module__RAkLJa__themeToggle:hover,.Header-module__RAkLJa__adminButton:hover{background-color:rgba(var(--primary-rgb), .05);border-color:var(--accent)}.Header-module__RAkLJa__ctaButton{background:linear-gradient(135deg, var(--secondary), var(--primary));color:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-sm);transition:all var(--transition-normal);align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:600;display:flex}.Header-module__RAkLJa__ctaButton:hover{box-shadow:var(--shadow-md);filter:brightness(1.1);transform:translateY(-2px)}.Header-module__RAkLJa__mobileTrigger{color:var(--foreground);display:none}.Header-module__RAkLJa__mobileDrawer{background:var(--nav-bg);border-bottom:1px solid var(--nav-border);box-shadow:var(--shadow-lg);padding:24px;position:absolute;top:100%;left:0;right:0}.Header-module__RAkLJa__mobileNav{flex-direction:column;gap:16px;display:flex}.Header-module__RAkLJa__mobileNavLink{color:var(--text-muted);border-bottom:1px solid rgba(var(--primary-rgb), .05);padding:8px 0;font-size:1.1rem;font-weight:600}.Header-module__RAkLJa__mobileNavLink:hover{color:var(--foreground)}.Header-module__RAkLJa__mobileActiveLink{color:var(--foreground);border-bottom-color:var(--accent)}.Header-module__RAkLJa__mobileCta{text-align:center;background:var(--accent);color:var(--text-inverse);border-radius:var(--radius-md);margin-top:16px;padding:12px;font-weight:700}.Header-module__RAkLJa__dropdownContainer{position:relative}.Header-module__RAkLJa__dropdownTrigger{cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;display:flex}.Header-module__RAkLJa__chevron{transition:transform var(--transition-fast);color:var(--text-muted)}.Header-module__RAkLJa__dropdownContainer:hover .Header-module__RAkLJa__chevron{color:var(--foreground);transform:rotate(180deg)}.Header-module__RAkLJa__dropdownMenu{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-sm);width:230px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transition:all var(--transition-fast);z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;gap:2px;padding:8px;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px)}.Header-module__RAkLJa__dropdownContainer:hover .Header-module__RAkLJa__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__RAkLJa__dropdownItem{border-radius:calc(var(--radius-sm) - 4px);color:var(--text-muted);transition:all var(--transition-fast);padding:10px 14px;font-size:.88rem;font-weight:600}.Header-module__RAkLJa__dropdownItem:hover{background-color:rgba(var(--primary-rgb), .04);color:var(--foreground);padding-left:18px}.Header-module__RAkLJa__mobileSubmenuGroup{border-bottom:1px solid rgba(var(--primary-rgb), .05);flex-direction:column;gap:8px;padding-bottom:8px;display:flex}.Header-module__RAkLJa__mobileSubmenuTitle{color:var(--foreground);padding:8px 0 4px;font-size:1.1rem;font-weight:700}.Header-module__RAkLJa__mobileSubmenuLinks{flex-direction:column;gap:6px;padding-left:16px;display:flex}.Header-module__RAkLJa__mobileSubmenuLink{color:var(--text-muted);padding:6px 0;font-size:.95rem;font-weight:600}.Header-module__RAkLJa__mobileSubmenuLink:hover{color:var(--foreground)}@media (max-width:992px){.Header-module__RAkLJa__desktopNav,.Header-module__RAkLJa__ctaButton{display:none}.Header-module__RAkLJa__mobileTrigger{display:block}}
.Footer-module__oFknxG__footer{color:#94a3b8;background-color:#0b0f19;border-top:1px solid #ffffff0d;margin-top:auto;font-size:.95rem}.Footer-module__oFknxG__container{grid-template-columns:2fr 1fr 1.5fr 1.5fr;gap:48px;max-width:1280px;margin:0 auto;padding:80px 24px 60px;display:grid}.Footer-module__oFknxG__brandCol{flex-direction:column;gap:20px;display:flex}.Footer-module__oFknxG__logo{color:#fff;align-items:center;gap:12px;font-size:1.5rem;font-weight:800;display:flex}.Footer-module__oFknxG__logoIcon{color:var(--accent)}.Footer-module__oFknxG__logoTextHighlight{color:var(--accent);font-weight:500}.Footer-module__oFknxG__tagline{line-height:1.6}.Footer-module__oFknxG__socials{gap:12px;display:flex}.Footer-module__oFknxG__socialIcon{border-radius:var(--radius-full);color:#fff;width:36px;height:36px;transition:all var(--transition-fast);background-color:#ffffff0d;justify-content:center;align-items:center;display:flex}.Footer-module__oFknxG__socialIcon:hover{background-color:var(--accent);color:#0b0f19;transform:translateY(-2px)}.Footer-module__oFknxG__title{color:#fff;margin-bottom:24px;padding-bottom:8px;font-size:1.15rem;font-weight:700;position:relative}.Footer-module__oFknxG__title:after{content:"";background-color:var(--accent);width:40px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__oFknxG__list{flex-direction:column;gap:12px;list-style:none;display:flex}.Footer-module__oFknxG__link{color:#94a3b8;transition:color var(--transition-fast);align-items:center;gap:6px;display:inline-flex}.Footer-module__oFknxG__link:hover{color:var(--accent)}.Footer-module__oFknxG__link svg{opacity:0;transition:all var(--transition-fast);transform:translate(-3px,3px)}.Footer-module__oFknxG__link:hover svg{opacity:1;transform:translate(0)}.Footer-module__oFknxG__contactList{flex-direction:column;gap:16px;list-style:none;display:flex}.Footer-module__oFknxG__contactItem{align-items:flex-start;gap:12px;line-height:1.5;display:flex}.Footer-module__oFknxG__contactIcon{color:var(--accent);flex-shrink:0;margin-top:2px}.Footer-module__oFknxG__contactItem a:hover{color:#fff}.Footer-module__oFknxG__ctaCard{border-radius:var(--radius-md);background:linear-gradient(135deg,#1b49654d,#0d1b2a80);border:1px solid #ffffff14;flex-direction:column;gap:12px;padding:24px;display:flex}.Footer-module__oFknxG__ctaCard h4{color:#fff;font-size:1.1rem;font-weight:600}.Footer-module__oFknxG__ctaCard p{font-size:.85rem;line-height:1.5}.Footer-module__oFknxG__whatsappButton{color:#fff;border-radius:var(--radius-md);transition:all var(--transition-fast);background-color:#25d366;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:.9rem;font-weight:700;display:flex;box-shadow:0 4px 12px #25d36633}.Footer-module__oFknxG__whatsappButton:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 6px 16px #25d3664d}.Footer-module__oFknxG__bottomBar{border-top:1px solid #ffffff0d;padding:30px 24px}.Footer-module__oFknxG__bottomContainer{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;font-size:.85rem;display:flex}.Footer-module__oFknxG__bottomLinks{gap:24px;display:flex}.Footer-module__oFknxG__bottomLinks a:hover{color:#fff}@media (max-width:1024px){.Footer-module__oFknxG__container{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:600px){.Footer-module__oFknxG__container{grid-template-columns:1fr;gap:32px;padding:60px 24px 40px}.Footer-module__oFknxG__bottomContainer{text-align:center;flex-direction:column;gap:16px}.Footer-module__oFknxG__copy{justify-content:center}}.Footer-module__oFknxG__copy{flex-wrap:wrap;align-items:center;gap:6px;line-height:1.6;display:flex}.Footer-module__oFknxG__separator{color:#ffffff1a;-webkit-user-select:none;user-select:none;margin:0 4px;font-size:.8rem}.Footer-module__oFknxG__credit{color:#ffffff73;font-size:.78rem}.Footer-module__oFknxG__creditLink{color:var(--accent);transition:all var(--transition-fast);font-weight:600}.Footer-module__oFknxG__creditLink:hover{color:#fff;text-decoration:underline}
.Chatbot-module__PD1TUW__chatbotWrapper{z-index:1000;font-family:var(--font-sans);position:fixed;bottom:30px;right:30px}.Chatbot-module__PD1TUW__triggerBtn{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--secondary), var(--primary));color:#fff;width:60px;height:60px;box-shadow:0 8px 24px rgba(var(--primary-rgb), .3);transition:all var(--transition-normal);border:1px solid #ffffff1a;justify-content:center;align-items:center;display:flex;position:relative}.Chatbot-module__PD1TUW__triggerBtn:hover{box-shadow:0 12px 32px rgba(var(--primary-rgb), .4);background:var(--accent);color:#0b0f19;transform:scale(1.08)translateY(-2px)}.Chatbot-module__PD1TUW__tooltip{color:#fff;border-radius:var(--radius-sm);white-space:nowrap;opacity:0;visibility:hidden;transition:all var(--transition-fast);box-shadow:var(--shadow-md);background-color:#090d16;border:1px solid #ffffff14;padding:6px 14px;font-size:.8rem;font-weight:700;position:absolute;right:75px;transform:translate(10px)}.Chatbot-module__PD1TUW__triggerBtn:hover .Chatbot-module__PD1TUW__tooltip{opacity:1;visibility:visible;transform:translate(0)}.Chatbot-module__PD1TUW__chatWindow{border-radius:var(--radius-md);background:var(--card-bg);border:1px solid var(--card-border);flex-direction:column;width:380px;height:520px;display:flex;overflow:hidden;box-shadow:0 12px 48px #00000040}.Chatbot-module__PD1TUW__header{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.Chatbot-module__PD1TUW__botProfile{align-items:center;gap:12px;display:flex}.Chatbot-module__PD1TUW__avatar{border-radius:var(--radius-full);width:36px;height:36px;color:var(--accent);background-color:#ffffff26;border:1px solid #fff3;justify-content:center;align-items:center;display:flex}.Chatbot-module__PD1TUW__profileMeta h3{font-size:.95rem;font-weight:700;line-height:1.2}.Chatbot-module__PD1TUW__onlineStatus{color:#ffffffb3;align-items:center;gap:6px;font-size:.75rem;display:flex}.Chatbot-module__PD1TUW__dot{border-radius:var(--radius-full);background-color:#25d366;width:6px;height:6px}.Chatbot-module__PD1TUW__closeBtn{color:#ffffffb3;transition:color var(--transition-fast)}.Chatbot-module__PD1TUW__closeBtn:hover{color:#fff}.Chatbot-module__PD1TUW__chatBody{background-color:rgba(var(--primary-rgb), .01);flex-direction:column;flex-grow:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.Chatbot-module__PD1TUW__chatBody::-webkit-scrollbar{width:4px}.Chatbot-module__PD1TUW__chatBody::-webkit-scrollbar-thumb{background-color:var(--card-border);border-radius:var(--radius-full)}.Chatbot-module__PD1TUW__msgRow{align-items:flex-end;gap:10px;max-width:85%;display:flex}.Chatbot-module__PD1TUW__botRow{align-self:flex-start}.Chatbot-module__PD1TUW__userRow{flex-direction:row-reverse;align-self:flex-end;max-width:85%}.Chatbot-module__PD1TUW__msgAvatar{border-radius:var(--radius-full);background-color:rgba(var(--primary-rgb), .05);width:24px;height:24px;color:var(--primary);flex-shrink:0;justify-content:center;align-items:center;margin-bottom:2px;display:flex}[data-theme=dark] .Chatbot-module__PD1TUW__msgAvatar{color:var(--accent);background-color:#ffffff0d}.Chatbot-module__PD1TUW__userAvatar{background-color:var(--primary)!important;color:#fff!important}[data-theme=dark] .Chatbot-module__PD1TUW__userAvatar{background-color:var(--accent)!important;color:#090d16!important}.Chatbot-module__PD1TUW__msgBubble{border-radius:var(--radius-md);padding:12px 16px;font-size:.88rem;line-height:1.5}.Chatbot-module__PD1TUW__botRow .Chatbot-module__PD1TUW__msgBubble{background-color:var(--background);color:var(--foreground);border:1px solid var(--card-border);border-bottom-left-radius:4px}.Chatbot-module__PD1TUW__userRow .Chatbot-module__PD1TUW__msgBubble{background-color:var(--primary);color:#fff;border-bottom-right-radius:4px}[data-theme=dark] .Chatbot-module__PD1TUW__userRow .Chatbot-module__PD1TUW__msgBubble{background-color:var(--accent);color:#0b0f19;font-weight:600}.Chatbot-module__PD1TUW__msgText{white-space:pre-wrap}.Chatbot-module__PD1TUW__quickSuggestions{border-top:1px solid var(--card-border);background-color:var(--background);flex-wrap:wrap;gap:8px;padding:10px 20px;display:flex}.Chatbot-module__PD1TUW__suggestBtn{border:1px solid var(--card-border);border-radius:var(--radius-full);color:var(--text-muted);background-color:var(--card-bg);transition:all var(--transition-fast);align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.Chatbot-module__PD1TUW__suggestBtn:hover{border-color:var(--accent);color:var(--foreground);transform:translateY(-1px)}.Chatbot-module__PD1TUW__sparkle{color:var(--accent)}.Chatbot-module__PD1TUW__inputBar{border-top:1px solid var(--card-border);background-color:var(--background);gap:12px;padding:16px 20px;display:flex}.Chatbot-module__PD1TUW__inputBar input{border:1px solid var(--card-border);border-radius:var(--radius-sm);background-color:rgba(var(--primary-rgb), .01);color:var(--foreground);transition:border-color var(--transition-fast);outline:none;flex-grow:1;padding:10px 14px;font-size:.9rem}[data-theme=dark] .Chatbot-module__PD1TUW__inputBar input{background-color:#ffffff05}.Chatbot-module__PD1TUW__inputBar input:focus{border-color:var(--accent)}.Chatbot-module__PD1TUW__sendBtn{border-radius:var(--radius-sm);background-color:var(--primary);color:#fff;width:40px;height:40px;transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}[data-theme=dark] .Chatbot-module__PD1TUW__sendBtn{background-color:var(--accent);color:#090d16}.Chatbot-module__PD1TUW__sendBtn:hover:not(:disabled){transform:scale(1.05)}.Chatbot-module__PD1TUW__sendBtn:disabled{opacity:.5;cursor:not-allowed}.Chatbot-module__PD1TUW__typingBubble{gap:4px;padding:14px 20px;display:flex}.Chatbot-module__PD1TUW__typingDot{background-color:var(--text-muted);border-radius:var(--radius-full);width:6px;height:6px;animation:1.4s infinite Chatbot-module__PD1TUW__typing}.Chatbot-module__PD1TUW__typingDot:nth-child(2){animation-delay:.2s}.Chatbot-module__PD1TUW__typingDot:nth-child(3){animation-delay:.4s}@keyframes Chatbot-module__PD1TUW__typing{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media (max-width:480px){.Chatbot-module__PD1TUW__chatWindow{width:calc(100vw - 40px);height:460px;right:20px}.Chatbot-module__PD1TUW__chatbotWrapper{bottom:20px;right:20px}}
