:root{--primary: #8b5cf6;--primary-hover: #7c3aed;--secondary: #ec4899;--background: #f0f9ff;--surface: #ffffff;--surface-border: #bfdbfe;--text: #1e293b;--text-muted: #64748b;--font-family: "Inter", system-ui, -apple-system, sans-serif;--radius: 12px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--background);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}#root{width:100%;max-width:500px;margin:0 auto;padding:1.5rem 1rem;display:flex;flex-direction:column;min-height:100vh}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}.h1{font-size:1.5rem;font-weight:900;text-transform:uppercase;color:#ef4444;background:#ffe4e6;line-height:1.2}.h2{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.subtitle{font-size:1rem;color:var(--text);line-height:1.5}.highlight-orange{color:#f97316;font-weight:700}.highlight-blue{color:#3b82f6;font-weight:700}.highlight-orange-bold{color:#f97316;font-weight:800;text-transform:uppercase;font-size:.9em}.highlight-blue-bold{color:#2563eb;font-weight:700}.glass-card{background:var(--surface);border:1px solid var(--surface-border);box-shadow:0 4px 6px -1px #0000000d;border-radius:var(--radius);padding:1.25rem;width:100%}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.gap-4{gap:1rem}.btn-gender{padding:.875rem 1.25rem;background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #3b82f6;border-radius:50px;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;font-weight:600;font-size:.95rem;color:#1e40af;min-width:130px;cursor:pointer;box-shadow:0 3px 10px #3b82f633}.btn-gender:hover{border-color:#f97316;background:linear-gradient(135deg,#fff7ed,#ffedd5);transform:translateY(-2px);box-shadow:0 6px 16px #f973164d;color:#c2410c}.btn-gender.active,.btn-gender:active{border-color:#f97316;background:linear-gradient(135deg,#fff7ed,#ffedd5);transform:translateY(-1px);box-shadow:0 3px 10px #f9731640}.btn-gender-icon{width:24px;height:24px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 4px #3b82f64d;font-size:.85rem}.btn-list-light{width:100%;padding:1rem 1rem 1rem 3.5rem;background:#fff;border:2px solid #fdba74;border-radius:1.25rem;display:flex;align-items:center;justify-content:center;position:relative;transition:all .2s ease;cursor:pointer;box-shadow:0 2px 4px #0000000d;text-align:center}.btn-list-light:hover{background:#fff7ed;border-color:#f97316;transform:translateY(-1px);box-shadow:0 4px 6px #f9731626}.btn-list-light.active{background:#ffedd5;border-color:#f97316;box-shadow:0 4px 6px -1px #f9731633}.btn-list-light-icon{position:absolute;left:1.25rem;width:1.75rem;height:1.75rem;background:#fff;border-radius:50%;border:2px solid #94a3b8;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:all .2s}.btn-list-light.active .btn-list-light-icon{border-color:#f97316;color:#f97316;background:#fff7ed}.btn-list-light-text{font-size:1.125rem;font-weight:600;color:#334155}button.btn-orange,.btn-orange{width:100%;padding:1rem 2rem;background-color:#f97316!important;color:#fff!important;font-weight:800;border-radius:16px;border:none;border-bottom:6px solid #c2410c!important;margin-top:1rem;display:block;font-size:1.125rem;transition:all .1s;text-align:center;text-transform:uppercase;cursor:pointer}button.btn-orange:hover,.btn-orange:hover{background-color:#ea580c!important;border-bottom-color:#9a3412!important;transform:translateY(2px);border-bottom-width:4px!important}button.btn-orange:active,.btn-orange:active{transform:translateY(6px);border-bottom-width:0px!important}button.btn-orange:disabled,.btn-orange:disabled{opacity:.5;cursor:not-allowed;transform:none;border-bottom-width:6px!important}.title-box{background:#fff;padding:.5rem;box-shadow:0 4px 6px -1px #0000001a;display:inline-block;margin-bottom:1rem}.title-text{background:#fecaca;color:#dc2626;padding:.25rem .5rem;font-weight:900;text-transform:uppercase;font-size:1.4rem;line-height:1.1;display:inline;box-decoration-break:clone;-webkit-box-decoration-break:clone}.testimonial-card{background:#f0f9ff;border:1px solid #bfdbfe;border-radius:var(--radius);padding:1rem;margin-bottom:1rem;text-align:left}.stars{color:#eab308;font-size:.875rem;margin-bottom:.5rem}.testimonial-title{color:#3b82f6;font-weight:700;font-size:.95rem;margin-bottom:.5rem;line-height:1.3}.testimonial-meta{color:#64748b;font-size:.75rem;margin-bottom:.5rem;font-weight:500}.testimonial-text{color:#334155;font-size:.85rem;line-height:1.5}.text-center{text-align:center}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.w-full{width:100%}.mx-auto{margin-left:auto;margin-right:auto}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.justify-center{justify-content:center}.progress-container{width:100%;background:#ffedd5;border-radius:9999px;height:.5rem;overflow:hidden;margin-bottom:2rem}.progress-fill{height:100%;background:#f97316;border-radius:9999px;transition:width .5s ease-out}.btn-option{width:100%;padding:1rem;margin-bottom:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;color:var(--text);text-align:left;transition:all .2s;font-weight:500;display:flex;justify-content:space-between;align-items:center}.btn-option:hover{border-color:#3b82f6;background:#eff6ff}.btn-option.selected{background:#3b82f6;border-color:#3b82f6;color:#fff}.input-field{width:100%;padding:1rem;background:#fff;border:1px solid #cbd5e1;border-radius:.75rem;color:var(--text);margin-bottom:1rem}.h-auto{height:auto}.object-cover{object-fit:cover}.object-contain{object-fit:contain}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-red-100{border-color:#fee2e2}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.overflow-hidden{overflow:hidden}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.z-10{z-index:10}.font-medium{font-weight:500}.font-bold{font-weight:700}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-slate-600{color:#475569}.text-slate-700{color:#334155}.text-slate-800{color:#1e293b}.text-slate-900{color:#0f172a}.text-blue-600{color:#2563eb}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.pills-container{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.btn-pill{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.75rem;border:1px solid #fed7aa;background:#fff;color:#475569;cursor:pointer;transition:all .2s ease}.btn-pill:hover{border-color:#fdba74;background:#fff7ed}.btn-pill.active{border:2px solid #f97316;background:#fff7ed;color:#1e293b;box-shadow:0 1px 2px #0000000d;padding:calc(.75rem - 1px) calc(1rem - 1px)}.pill-checkbox{width:1.5rem;height:1.5rem;border-radius:.35rem;border:2px solid #fdba74;background:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.btn-pill.active .pill-checkbox{background:#f97316;border-color:#f97316}.pill-label{font-weight:600;font-size:.95rem;white-space:nowrap}.text-white{color:#fff}.btn-list-icon{width:100%;padding:.75rem 1rem;margin-bottom:.75rem;background:#fff7ed;border-radius:9999px;display:flex;align-items:center;position:relative;transition:all .2s;border:1px solid transparent;cursor:pointer}.btn-list-icon:hover{background:#ffedd5;transform:translateY(-1px)}.btn-list-icon.active{background:#fff7ed;border:2px solid #fdba74;box-shadow:0 2px 4px #f973161a}.list-icon-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;flex-shrink:0;transition:all .2s;color:#cbd5e1;box-shadow:0 1px 2px #0000000d}.btn-list-icon.active .list-icon-circle{background:#f97316;color:#fff}.list-icon-label{flex-grow:1;text-align:center;font-weight:600;color:#334155;padding-right:32px;font-size:1rem}.font-black{font-weight:900}.carousel-card{width:100%;background:#fff;border:4px solid #fecaca;border-radius:1rem;padding:1.25rem;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #0000001a;position:relative;min-height:380px;display:flex;flex-direction:column}@media(max-width:640px){.carousel-card{min-height:auto;padding:.75rem;margin-bottom:1rem}}@media(max-width:480px){.carousel-card h3{font-size:1.125rem!important}.carousel-card .w-8.h-8{width:1.5rem!important;height:1.5rem!important;font-size:.875rem!important}.carousel-card span.font-extrabold,.carousel-card p,.carousel-card li{font-size:13px!important}}html,body{overflow-x:hidden;height:auto}.step-image-container{width:100%;max-width:400px;margin-left:auto;margin-right:auto;border-radius:1rem;overflow:hidden;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #0000001a;background:#f8fafc}@media(max-width:640px){.step-image-container{width:40%;margin-bottom:.5rem}}.button-wrapper-info{width:100%;max-width:24rem;margin-left:auto;margin-right:auto;margin-top:.5rem;position:relative;z-index:30}@media(max-width:640px){.button-wrapper-info{margin-top:0}}.news-carousel-card{width:85%;max-width:320px;margin:0 auto 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014}.grid-impact-container{display:grid;grid-template-columns:1fr;gap:.75rem;width:100%;margin-top:1rem}@media(min-width:640px){.grid-impact-container{grid-template-columns:repeat(2,1fr)}.grid-impact-full{grid-column:span 2}}.grid-impact-item{background:#f0f9ff;border:1px solid #bae6fd;border-radius:1rem;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem;min-height:120px}.admin-dashboard{--admin-bg: #0f172a;--admin-bg-secondary: #1e293b;--admin-bg-tertiary: #334155;--admin-surface: rgba(30, 41, 59, .8);--admin-surface-hover: rgba(51, 65, 85, .8);--admin-border: rgba(71, 85, 105, .5);--admin-text: #f1f5f9;--admin-text-muted: #94a3b8;--admin-accent: #8b5cf6;--admin-accent-secondary: #ec4899;--admin-success: #22c55e;--admin-danger: #ef4444;--admin-warning: #eab308}.admin-dashboard{min-height:100vh;background:linear-gradient(135deg,var(--admin-bg) 0%,#1a1f35 50%,var(--admin-bg-secondary) 100%);color:var(--admin-text);padding:2rem}body:has(.admin-dashboard){background:#0f172a!important}html:has(.admin-dashboard){background:#0f172a!important}.admin-dashboard{position:fixed;inset:0;overflow-y:auto;z-index:9999}.admin-dashboard #root,.admin-dashboard .max-w-7xl{max-width:1280px;width:100%}.admin-dashboard .glass-card{background:var(--admin-surface);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--admin-border);border-radius:16px;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003,inset 0 1px #ffffff0d;transition:all .3s ease}.admin-dashboard .glass-card:hover{border-color:#8b5cf64d;box-shadow:0 10px 25px -5px #0006,0 4px 10px -2px #0000004d,inset 0 1px #ffffff14}.admin-dashboard .stat-card{background:linear-gradient(135deg,var(--admin-surface) 0%,rgba(30,41,59,.6) 100%);border:1px solid var(--admin-border);padding:1.5rem;border-radius:16px;position:relative;overflow:hidden}.admin-dashboard .stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--admin-accent),var(--admin-accent-secondary));opacity:.8}.admin-dashboard .stat-card.warning:before{background:linear-gradient(90deg,var(--admin-danger),#f97316)}.admin-dashboard .chart-container{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:16px;padding:1.5rem}.admin-dashboard table{width:100%;border-collapse:collapse}.admin-dashboard thead tr{border-bottom:2px solid var(--admin-border)}.admin-dashboard th{color:var(--admin-text-muted);font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;padding:1rem;text-align:left}.admin-dashboard tbody tr{border-bottom:1px solid rgba(71,85,105,.3);transition:background .2s ease}.admin-dashboard tbody tr:hover{background:#8b5cf60d}.admin-dashboard td{padding:1rem;color:var(--admin-text)}.admin-dashboard .badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;display:inline-flex;align-items:center;gap:.25rem}.admin-dashboard .badge-success{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.admin-dashboard .badge-danger{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3)}.admin-dashboard .btn-primary{background:linear-gradient(135deg,var(--admin-accent) 0%,#7c3aed 100%);color:#fff;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #8b5cf64d}.admin-dashboard .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf666}.admin-dashboard .btn-secondary{background:var(--admin-bg-tertiary);color:var(--admin-text);padding:.75rem 1.5rem;border-radius:12px;font-weight:500;border:1px solid var(--admin-border);cursor:pointer;transition:all .2s ease}.admin-dashboard .btn-secondary:hover{background:var(--admin-surface-hover);border-color:#8b5cf680}.admin-dashboard .btn-danger{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3);padding:.75rem 1.5rem;border-radius:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.admin-dashboard .btn-danger:hover{background:#ef444440;border-color:#ef444480}.admin-dashboard .tabs{background:var(--admin-bg-tertiary);padding:.25rem;border-radius:12px;display:inline-flex;gap:.25rem}.admin-dashboard .tab{padding:.75rem 1.25rem;border-radius:10px;font-weight:500;color:var(--admin-text-muted);cursor:pointer;transition:all .2s ease;border:none;background:transparent}.admin-dashboard .tab:hover{color:var(--admin-text)}.admin-dashboard .tab.active{background:var(--admin-surface);color:var(--admin-text);box-shadow:0 2px 8px #0003}.admin-dashboard .gradient-text{background:linear-gradient(135deg,#ec4899,#8b5cf6,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.admin-dashboard ::-webkit-scrollbar{width:8px;height:8px}.admin-dashboard ::-webkit-scrollbar-track{background:var(--admin-bg-secondary);border-radius:4px}.admin-dashboard ::-webkit-scrollbar-thumb{background:var(--admin-bg-tertiary);border-radius:4px}.admin-dashboard ::-webkit-scrollbar-thumb:hover{background:#8b5cf680}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #8b5cf633}50%{box-shadow:0 0 40px #8b5cf666}}.admin-dashboard .pulse-glow{animation:pulse-glow 3s ease-in-out infinite}@media(max-width:768px){.admin-dashboard,.admin-dashboard .glass-card{padding:1rem}}
