.fo-page{min-height:100vh;background:transparent;padding:0}.fo-container{max-width:920px;margin:0 auto;display:grid;gap:1rem}.fo-header{display:flex;align-items:center;justify-content:space-between;background:var(--bg-primary);padding:var(--space-4) var(--space-6);border-radius:var(--radius-xl) var(--radius-xl) 0 0;border-bottom:1px solid var(--border-light)}.fo-header__logos{display:flex;align-items:center;gap:var(--space-4)}.fo-header__logo{width:60px;height:60px;object-fit:contain}.fo-header__title{text-align:center;flex:1}.fo-header__title h1{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);color:var(--color-navy-900);margin:0}.fo-instructions{background:radial-gradient(circle at top right,rgba(205,221,169,.32),transparent 28%),#ffffffe6;border:1px solid rgba(88,103,71,.12);border-radius:28px;padding:1.35rem 1.5rem;box-shadow:0 16px 32px #11180e0f;margin-bottom:0}.fo-instructions__eyebrow{display:inline-flex;width:fit-content;align-items:center;padding:.38rem .78rem;border-radius:999px;background:#5c70321f;color:#5d6f37;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.fo-instructions__headline{margin:.55rem 0 0;font-size:clamp(1.6rem,2.8vw,2.25rem);line-height:1.05;letter-spacing:-.04em;color:#243018}.fo-instructions__description{margin:.45rem 0 1rem;max-width:44rem;color:#627154;font-size:.9rem;line-height:1.55}.fo-instructions__title{display:flex;align-items:center;gap:var(--space-2);font-size:.8rem;font-weight:var(--font-weight-semibold);color:#5d6f37;margin-bottom:.45rem}.fo-instructions__title svg{width:18px;height:18px}.fo-instructions__list{font-size:.84rem;color:#536147;padding-left:var(--space-5);margin:0}.fo-instructions__list li{margin-bottom:.35rem;list-style:disc}.fo-form{background:linear-gradient(180deg,#fffffffa,#f7f9f3fa),var(--bg-primary);padding:1.5rem;border-radius:28px;box-shadow:0 22px 46px #11180e14;border:1px solid rgba(88,103,71,.12)}.fo-form__section{margin-bottom:var(--space-6)}.fo-form__row{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.fo-tipo-group{display:flex;gap:.75rem;padding:.2rem 0 0;flex-wrap:wrap}.fo-tipo-radio{display:inline-flex;align-items:center;gap:var(--space-2);cursor:pointer;min-height:46px;padding:.75rem 1rem;border-radius:18px;border:1px solid rgba(88,103,71,.12);background:#f7f9f3f2}.fo-tipo-radio input[type=radio]{width:20px;height:20px;accent-color:var(--color-primary-600)}.fo-tipo-radio--positivo input[type=radio]:checked{accent-color:var(--color-success-500)}.fo-tipo-radio--negativo input[type=radio]:checked{accent-color:var(--color-danger-500)}.fo-tipo-radio--neutro input[type=radio]:checked{accent-color:var(--color-primary-500)}.fo-tipo-radio span{font-size:.92rem;font-weight:var(--font-weight-medium);color:var(--text-primary)}.fo-tipo-radio--positivo:has(input:checked){background:#ecfdf5;border-color:#10b98133}.fo-tipo-radio--negativo:has(input:checked){background:#fef2f2;border-color:#ef44442e}.fo-tipo-radio--neutro:has(input:checked){background:#f8fafc;border-color:#64748b2e}.fo-actions{display:flex;justify-content:center;gap:.9rem;padding-top:1.2rem;border-top:1px solid rgba(88,103,71,.1);margin-top:1.2rem}.fo-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:.85rem 1.35rem;font-size:.92rem;font-weight:var(--font-weight-medium);border-radius:999px;cursor:pointer;transition:all var(--transition-fast);border:1px solid transparent}.fo-btn--clear{background:var(--bg-primary);color:var(--text-secondary);border-color:var(--border-medium)}.fo-btn--clear:hover{background:var(--bg-tertiary);color:var(--text-primary)}.fo-btn--pdf{background:var(--color-danger-50);color:var(--color-danger-600);border-color:var(--color-danger-200)}.fo-btn--pdf:hover{background:var(--color-danger-100)}.fo-btn--submit{background:linear-gradient(135deg,#556b2f,#71863d);color:#fff;border:none;box-shadow:0 16px 30px #556b2f38}.fo-btn--submit:hover{transform:translateY(-2px);box-shadow:0 20px 34px #556b2f47}.fo-btn svg{width:18px;height:18px}.fo-success{text-align:center;padding:2.5rem 1.5rem;background:#ffffffe0;border:1px solid rgba(88,103,71,.12);border-radius:28px;box-shadow:0 20px 40px #11180e14}.fo-success__icon{width:80px;height:80px;margin:0 auto var(--space-4);background:var(--color-success-100);color:var(--color-success-600);border-radius:50%;display:flex;align-items:center;justify-content:center}.fo-success__icon svg{width:40px;height:40px}.fo-success__title{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--color-success-700);margin-bottom:var(--space-2)}.fo-success__message{font-size:var(--font-size-base);color:var(--text-secondary);margin-bottom:var(--space-6)}.fo-back-link{display:block;text-align:center;margin-top:var(--space-6);font-size:var(--font-size-sm);color:var(--text-secondary)}.fo-back-link a{color:var(--color-primary-600);font-weight:var(--font-weight-medium)}@media (max-width: 640px){.fo-header{flex-direction:column;gap:var(--space-3);text-align:center}.fo-header__logos{justify-content:center}.fo-header__logo{width:50px;height:50px}.fo-header__title h1{font-size:var(--font-size-lg)}.fo-form{padding:1rem;border-radius:22px}.fo-form__row{grid-template-columns:1fr}.fo-actions{flex-direction:column}.fo-tipo-group{flex-direction:column;gap:.6rem}.fo-instructions{padding:1.1rem;border-radius:22px}}
