.fcm-container{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;max-width:1200px;margin:0 auto;padding:20px;box-sizing:border-box}.fcm-container *{box-sizing:border-box}.fcm-header{text-align:center;margin-bottom:40px}.fcm-header h1{display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;margin-bottom:10px;color:var(--fcm-primary-color)}.fcm-header .fcm-icon{margin-right:10px;font-size:2rem}.fcm-header p{font-size:1.25rem;color:#6b7280;margin:0}.fcm-grid{display:grid;gap:40px;align-items:start}.fcm-grid-double{grid-template-columns:1fr 1fr}.fcm-grid-single{grid-template-columns:1fr;max-width:600px;margin:0 auto}.fcm-form-card{background:#fff;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.1);padding:30px;border:1px solid #e5e7eb}.fcm-form-header{text-align:center;margin-bottom:30px}.fcm-form-header h2{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:8px}.fcm-form-header p{color:#6b7280;margin:0}.fcm-form-group{margin-bottom:20px}.fcm-label{display:flex;align-items:center;font-weight:500;color:#374151;margin-bottom:8px;font-size:14px}.fcm-label .fcm-icon{margin-right:8px;width:16px;height:16px}.fcm-input,.fcm-select,.fcm-textarea{width:100%;padding:12px 16px;border:2px solid #d1d5db;border-radius:8px;font-size:16px;transition:border-color .2s,box-shadow .2s;background:#fff}.fcm-input:focus,.fcm-select:focus,.fcm-textarea:focus{outline:none;border-color:var(--fcm-primary-color);box-shadow:0 0 0 3px var(--fcm-primary-color-light)}.fcm-textarea{resize:vertical;min-height:80px}.fcm-checkbox-group{display:flex;align-items:flex-start;gap:8px;margin-bottom:20px}.fcm-checkbox{width:18px;height:18px;margin-top:2px;flex-shrink:0}.fcm-checkbox-label{font-size:14px;color:#6b7280;line-height:1.4}.fcm-submit-btn{width:100%;background:linear-gradient(135deg,var(--fcm-primary-color),var(--fcm-secondary-color));color:#fff;border:none;padding:14px 20px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;position:relative}.fcm-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px var(--fcm-primary-color-shadow)}.fcm-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.fcm-btn-loading{display:flex;align-items:center;justify-content:center;gap:8px}.fcm-loading{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:fcm-spin 1s ease-in-out infinite}@keyframes fcm-spin{to{transform:rotate(360deg)}}.fcm-error,.fcm-success{padding:16px;border-radius:8px;margin-bottom:20px;font-size:14px}.fcm-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.fcm-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;text-align:center}.fcm-success .fcm-icon{font-size:48px;color:#22c55e;margin-bottom:16px;display:block}.fcm-info-sidebar{display:flex;flex-direction:column;gap:20px}.fcm-info-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05);padding:24px;border:1px solid #e5e7eb}.fcm-info-card h3{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:16px;margin-top:0}.fcm-step{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.fcm-step:last-child{margin-bottom:0}.fcm-step-number{background:var(--fcm-primary-color-light);color:var(--fcm-primary-color);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.fcm-step-content h4{font-weight:600;color:#111827;margin-bottom:4px;margin-top:0}.fcm-step-content p{font-size:14px;color:#6b7280;margin:0}.fcm-programa-item{display:flex;align-items:center;gap:12px;padding:8px 0;border-bottom:1px solid #f3f4f6}.fcm-programa-item:last-child{border-bottom:none}.fcm-programa-logo{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;background:#f3f4f6;border:2px solid #e5e7eb}.fcm-vantagens{list-style:none;padding:0;margin:0}.fcm-vantagens li{font-size:14px;color:#6b7280;margin-bottom:8px;padding-left:20px;position:relative}.fcm-vantagens li:before{content:"✓";color:var(--fcm-primary-color);font-weight:700;position:absolute;left:0}.fcm-tema-azul{--fcm-primary-color:#3b82f6;--fcm-secondary-color:#8b5cf6;--fcm-primary-color-light:#dbeafe;--fcm-primary-color-shadow:rgba(59,130,246,.4)}.fcm-tema-verde{--fcm-primary-color:#10b981;--fcm-secondary-color:#059669;--fcm-primary-color-light:#d1fae5;--fcm-primary-color-shadow:rgba(16,185,129,.4)}.fcm-tema-roxo{--fcm-primary-color:#8b5cf6;--fcm-secondary-color:#a855f7;--fcm-primary-color-light:#ede9fe;--fcm-primary-color-shadow:rgba(139,92,246,.4)}.fcm-tema-laranja{--fcm-primary-color:#f97316;--fcm-secondary-color:#ea580c;--fcm-primary-color-light:#fed7aa;--fcm-primary-color-shadow:rgba(249,115,22,.4)}@media (max-width:768px){.fcm-container{padding:15px}.fcm-grid-double{grid-template-columns:1fr;gap:20px}.fcm-form-card{padding:20px}.fcm-header h1{font-size:2rem}.fcm-header p{font-size:1.1rem}}@media (max-width:480px){.fcm-container{padding:10px}.fcm-form-card{padding:15px}.fcm-header h1{font-size:1.8rem;flex-direction:column;gap:8px}.fcm-header .fcm-icon{margin-right:0}}.fcm-layout-compacto .fcm-form-card{padding:20px}.fcm-layout-compacto .fcm-form-header h2{font-size:1.3rem}.fcm-layout-compacto .fcm-form-group{margin-bottom:15px}.fcm-layout-simples .fcm-grid{max-width:500px}.fcm-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.fcm-stat-box{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);text-align:center;border-left:4px solid #3b82f6}.fcm-stat-box h3{font-size:2rem;margin:0 0 8px;color:#3b82f6}.fcm-stat-box p{margin:0;color:#6b7280;font-size:14px}.fcm-filters{background:#fff;padding:20px;border-radius:8px;margin-bottom:20px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.fcm-filters form{display:flex;gap:15px;align-items:center;flex-wrap:wrap}.fcm-filters input,.fcm-filters select{padding:8px 12px;border:1px solid #d1d5db;border-radius:4px}.fcm-export-section{background:#fff;padding:20px;border-radius:8px;margin-top:20px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.fcm-help-content{max-width:800px}.fcm-help-section{background:#fff;padding:30px;margin-bottom:20px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.fcm-help-section h2{color:#1f2937;border-bottom:2px solid #e5e7eb;padding-bottom:10px;margin-bottom:20px}.fcm-code-block{background:#1f2937;color:#f9fafb;padding:15px;border-radius:6px;font-family:'Monaco','Menlo','Ubuntu Mono',monospace;font-size:14px;margin:15px 0;position:relative;overflow-x:auto}.fcm-copy-btn{position:absolute;top:10px;right:10px;background:#3b82f6;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:12px;transition:background .2s}.fcm-copy-btn:hover{background:#2563eb}.fcm-config-tabs .nav-tab-wrapper{margin-bottom:20px}.fcm-tab-content{background:#fff;padding:20px;border:1px solid #ccd0d4;border-top:none}@media print{.fcm-container{box-shadow:none;border:1px solid #ddd}.fcm-submit-btn{display:none}}.fcm-programa-latam{background:#e1f5fe;border-color:#0277bd}.fcm-programa-smiles{background:#fff3e0;border-color:#f57c00}.fcm-programa-tudoazul{background:#e3f2fd;border-color:#1976d2}.fcm-programa-tap{background:#f3e5f5;border-color:#7b1fa2}.fcm-programa-livelo{background:#fce4ec;border-color:#c2185b}.fcm-programa-avianca{background:#fff8e1;border-color:#fbc02d}.fcm-programa-american{background:#ffebee;border-color:#d32f2f}.fcm-programa-united{background:#e8f5e8;border-color:#388e3c}.fcm-programa-outros{background:#f5f5f5;border-color:#757575}