:root{--fm-brand-primary: #1E3A5F;--fm-brand-accent: #0EA5E9;--fm-brand-secondary: #3B82F6;--fm-ui-primary: #1E3A5F;--fm-ui-primary-hover: #152A45;--fm-ui-link: #0369A1;--fm-ui-link-hover: #075985;--fm-ui-accent: #0EA5E9;--fm-ui-accent-hover: #0284C7;--fm-ui-accent-text: #0369A1;--fm-success: #10B981;--fm-warning: #F59E0B;--fm-error: #EF4444;--fm-info: #8B5CF6;--fm-text: #475569;--fm-text-secondary: #64748B;--fm-text-muted: #94A3B8;--fm-text-light: #94A3B8;--fm-border: #E2E8F0;--fm-bg: #F8FAFC;--fm-bg-alt: #F1F5F9;--fm-surface: #FFFFFF;--fm-white: #FFFFFF;--fm-light: #F1F5F9;--fm-dark-bg: #0F172A;--fm-dark-surface: #1E293B;--fm-dark-text: #FFFFFF;--fm-dark-text-secondary: #94A3B8;--fm-dark-border: #334155;--fm-shadow-sm: 0 1px 2px rgba(30, 58, 95, .05);--fm-shadow-md: 0 4px 6px rgba(30, 58, 95, .1);--fm-shadow-lg: 0 10px 15px rgba(30, 58, 95, .15);--fm-shadow-xl: 0 20px 25px rgba(30, 58, 95, .2);--fm-font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--fm-font-mono: "Consolas", "SF Mono", "Monaco", monospace;--fm-text-display: clamp(1.75rem, 1.25rem + 2.25vw, 3.5rem);--fm-text-h1: clamp(1.5rem, 1.125rem + 1.75vw, 2.5rem);--fm-text-h2: clamp(1.25rem, 1rem + 1.25vw, 2rem);--fm-text-h3: clamp(1.125rem, .95rem + .75vw, 1.5rem);--fm-text-h4: clamp(1rem, .95rem + .35vw, 1.25rem);--fm-text-lead: clamp(1rem, .95rem + .25vw, 1.125rem);--fm-text-body: 1rem;--fm-text-small: .875rem;--fm-leading-display: 1.15;--fm-leading-h1: 1.2;--fm-leading-h2: 1.25;--fm-leading-h3: 1.3;--fm-leading-h4: 1.4;--fm-leading-body: 1.6;--fm-leading-small: 1.5;--fm-tracking-display: -.02em;--fm-tracking-h1: -.015em;--fm-tracking-h2: -.01em;--fm-tracking-body: 0;--fm-weight-regular: 400;--fm-weight-semibold: 600;--fm-weight-bold: 700;--fm-radius-sm: 4px;--fm-radius-md: 8px;--fm-radius-lg: 12px;--fm-radius-xl: 16px;--fm-radius-full: 9999px;--fm-space-xs: .25rem;--fm-space-sm: .5rem;--fm-space-md: 1rem;--fm-space-lg: 1.5rem;--fm-space-xl: 2rem;--fm-space-2xl: 3rem;--fm-space-section: clamp(3rem, 6vw, 5rem);--fm-transition-fast: .15s ease;--fm-transition-base: .2s ease;--fm-transition-slow: .3s ease;--fm-container-max: 1200px;--fm-container-padding: clamp(1rem, 4vw, 2rem);--fm-z-dropdown: 100;--fm-z-sticky: 200;--fm-z-modal: 300;--fm-z-tooltip: 400}@media (prefers-reduced-motion: reduce){:root{--fm-transition-fast: 0ms;--fm-transition-base: 0ms;--fm-transition-slow: 0ms}}.fm-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--fm-radius-md);font-family:var(--fm-font-family);font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;border:none;transition:all var(--fm-transition-base)}.fm-btn-primary{background-color:var(--fm-ui-primary);color:var(--fm-surface)}.fm-btn-primary:hover{background-color:var(--fm-ui-primary-hover);transform:translateY(-1px);box-shadow:var(--fm-shadow-md)}.fm-btn-secondary{background-color:transparent;color:var(--fm-ui-primary);border:2px solid var(--fm-ui-primary)}.fm-btn-secondary:hover{background-color:var(--fm-ui-primary);color:var(--fm-surface)}.fm-btn-accent{background-color:var(--fm-ui-accent);color:var(--fm-ui-primary)}.fm-btn-accent:hover{background-color:var(--fm-ui-accent-hover);color:var(--fm-surface)}.fm-link{color:var(--fm-ui-link);text-decoration:none;transition:color var(--fm-transition-base),text-decoration-color var(--fm-transition-base)}.fm-link:hover{color:var(--fm-ui-link-hover);text-decoration:underline}.fm-section--dark .fm-link{color:var(--fm-ui-accent)}.fm-section--dark .fm-link:hover{color:var(--fm-ui-accent-hover);text-decoration:underline}.fm-container{width:100%;max-width:var(--fm-container-max);margin-left:auto;margin-right:auto;padding-left:var(--fm-container-padding);padding-right:var(--fm-container-padding)}.fm-section{padding-top:var(--fm-space-section);padding-bottom:var(--fm-space-section)}.fm-section--alt{background-color:var(--fm-bg-alt)}.fm-section--dark{background-color:var(--fm-dark-bg);color:var(--fm-dark-text)}.fm-footer{background-color:var(--fm-dark-bg);color:var(--fm-dark-text-secondary);border-top:1px solid var(--fm-dark-border);padding-top:var(--fm-space-xl);padding-bottom:var(--fm-space-lg);font-family:var(--fm-font-family);font-size:.875rem}.fm-footer__inner{display:flex;flex-direction:column;gap:var(--fm-space-lg)}.fm-footer__top{display:flex;flex-wrap:wrap;gap:var(--fm-space-lg);justify-content:space-between;align-items:flex-start}.fm-footer__brand{max-width:320px}.fm-footer__brand-title{font-size:1.125rem;font-weight:600;color:var(--fm-dark-text);margin-bottom:var(--fm-space-sm)}.fm-footer__brand-subtitle{color:var(--fm-dark-text-secondary);line-height:1.5}.fm-footer__columns{display:flex;flex-wrap:wrap;gap:var(--fm-space-xl)}.fm-footer__column-title{font-size:.875rem;font-weight:600;color:var(--fm-dark-text);margin-bottom:var(--fm-space-sm);text-transform:uppercase;letter-spacing:.06em}.fm-footer__list{list-style:none;margin:0;padding:0}.fm-footer__list-item+.fm-footer__list-item{margin-top:var(--fm-space-xs)}.fm-footer__bottom{display:flex;flex-wrap:wrap;gap:var(--fm-space-sm);justify-content:space-between;align-items:center;padding-top:var(--fm-space-md);border-top:1px solid var(--fm-dark-border);margin-top:var(--fm-space-md)}.fm-footer__copy{color:var(--fm-dark-text-secondary)}.fm-footer__links{display:flex;flex-wrap:wrap;gap:var(--fm-space-md)}.fm-footer a{color:var(--fm-ui-accent);text-decoration:none;transition:color var(--fm-transition-base),text-decoration-color var(--fm-transition-base)}.fm-footer a:hover{color:var(--fm-ui-accent-hover);text-decoration:underline}@media (max-width: 768px){.fm-footer__top{flex-direction:column;align-items:flex-start}.fm-footer__columns{width:100%}.fm-footer__bottom{flex-direction:column;align-items:flex-start;gap:var(--fm-space-xs)}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--fm-text, #334155);background:#0f172a}img{max-width:100%}a{color:inherit}.hom-faixa{position:sticky;top:0;z-index:50;display:flex;gap:1rem;align-items:center;justify-content:center;flex-wrap:wrap;background:#b45309;color:#fff;font-size:13px;font-weight:600;line-height:1.35;padding:9px 16px;text-align:center}.hom-faixa a{color:#fff;text-decoration:underline;text-underline-offset:2px;white-space:nowrap}
