:root{--brand:#2563eb;--brand-dark:#1d4ed8;--brand-light:#eff6ff;--brand-border:#bfdbfe;--text:#111827;--text-muted:#6b7280;--text-light:#9ca3af;--bg:#f1f5f9;--surface:#fff;--danger:#dc2626;--danger-light:#fef2f2;--success:#16a34a;--success-light:#f0fdf4;--radius:12px;--radius-sm:8px;--shadow:0 2px 12px #2563eb14;--shadow-lg:0 8px 32px #2563eb29}.tyc-wrapper *,.tyc-wrapper :before,.tyc-wrapper :after{box-sizing:border-box}.tyc-wrapper{background:var(--bg);max-width:480px;min-height:100vh;color:var(--text);margin:0 auto;padding-bottom:48px;font-family:-apple-system,Segoe UI,Arial,sans-serif}.tyc-loading{height:60vh;color:var(--brand);flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:15px;display:flex}.tyc-spin{animation:.9s linear infinite tyc-spin}@keyframes tyc-spin{to{transform:rotate(360deg)}}.tyc-header{background:var(--brand);color:#fff;z-index:50;box-shadow:var(--shadow-lg);align-items:flex-start;gap:12px;padding:20px 16px 18px;display:flex;position:sticky;top:0}.tyc-header-icon{background:#ffffff2e;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;padding:8px;display:flex}.tyc-header-text{flex:1;min-width:0}.tyc-header-text h1{letter-spacing:-.3px;color:#fff;margin:0 0 4px;font-size:18px;font-weight:700;line-height:1.2}.tyc-fecha{color:#ffffffbf;align-items:center;gap:5px;font-size:12px;font-style:normal;display:flex}.tyc-btn-home{color:#fff;border-radius:var(--radius-sm);background:#ffffff2e;border:1.5px solid #ffffff59;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-top:1px;text-decoration:none;transition:background .2s,transform .15s;display:flex}.tyc-btn-home:hover{background:#ffffff4d}.tyc-btn-home:active{transform:scale(.93)}.tyc-btn-edit{color:#fff;border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;background:#ffffff2e;border:1.5px solid #fff6;flex-shrink:0;align-items:center;gap:5px;margin-top:1px;padding:7px 13px;font-size:13px;font-weight:600;transition:background .2s;display:flex}.tyc-btn-edit:hover{background:#ffffff4d}.tyc-mensaje{border-radius:var(--radius-sm);align-items:center;gap:8px;margin:12px 16px 0;padding:11px 14px;font-size:14px;font-weight:500;display:flex}.tyc-mensaje--ok{background:var(--success-light);color:var(--success);border:1px solid #bbf7d0}.tyc-mensaje--error{background:var(--danger-light);color:var(--danger);border:1px solid #fecaca}.tyc-admin-bar{background:#1e3a8a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:10px 16px;display:flex}.tyc-admin-badge{color:#bfdbfe;text-transform:uppercase;letter-spacing:.6px;align-items:center;gap:5px;font-size:11px;font-weight:700;display:flex}.tyc-admin-actions{flex-wrap:wrap;gap:8px;display:flex}.tyc-btn-agregar,.tyc-btn-guardar,.tyc-btn-cancelar{border-radius:var(--radius-sm);cursor:pointer;border:none;align-items:center;gap:5px;padding:7px 13px;font-size:13px;font-weight:600;transition:opacity .2s,transform .1s;display:flex}.tyc-btn-agregar:active,.tyc-btn-guardar:active,.tyc-btn-cancelar:active{transform:scale(.96)}.tyc-btn-agregar{color:var(--brand-dark);background:#dbeafe}.tyc-btn-guardar{color:#fff;background:#22c55e}.tyc-btn-guardar:disabled{opacity:.55;cursor:not-allowed;transform:none}.tyc-btn-cancelar{color:#fff;background:#ffffff24}.tyc-btn-cancelar:hover{background:#ffffff38}.tyc-body{padding:16px 12px 0}.tyc-intro{background:var(--surface);border:1px solid var(--brand-border);border-left:4px solid var(--brand);border-radius:var(--radius-sm);margin-bottom:12px;padding:14px 16px}.tyc-intro p{color:var(--text-muted);margin:0;font-size:14px;line-height:1.65}.tyc-secciones{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.tyc-seccion{background:var(--surface);border-radius:var(--radius-sm);border:1px solid #e2e8f0;transition:box-shadow .2s;overflow:hidden;box-shadow:0 1px 3px #0000000f}.tyc-seccion:hover{box-shadow:0 2px 8px #2563eb1a}.tyc-seccion-header{cursor:pointer;text-align:left;width:100%;color:var(--text);background:0 0;border:none;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;transition:background .15s;display:flex}.tyc-seccion-header:hover{background:var(--brand-light)}.tyc-seccion-titulo{color:var(--text);flex:1;font-size:14px;font-weight:700;line-height:1.4}.tyc-seccion-contenido{border-top:1px solid #f1f5f9;padding:0 16px 16px;animation:.18s tyc-fade-in}@keyframes tyc-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.tyc-seccion-contenido p{color:#374151;margin:12px 0 0;font-size:14px;line-height:1.75}.tyc-seccion-edit{background:#f8faff;padding:14px}.tyc-edit-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.tyc-edit-num{color:var(--brand);background:var(--brand-light);letter-spacing:.3px;border-radius:4px;padding:2px 9px;font-size:12px;font-weight:700}.tyc-btn-delete{background:var(--danger-light);color:var(--danger);cursor:pointer;border:1px solid #fecaca;border-radius:6px;align-items:center;padding:5px 9px;transition:background .2s;display:flex}.tyc-btn-delete:hover{background:#fee2e2}.tyc-input-titulo,.tyc-textarea-contenido{border:1.5px solid var(--brand-border);border-radius:var(--radius-sm);width:100%;color:var(--text);background:#fff;outline:none;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.tyc-input-titulo:focus,.tyc-textarea-contenido:focus{border-color:var(--brand);box-shadow:0 0 0 3px #2563eb1a}.tyc-input-titulo{margin-bottom:8px;font-weight:700;display:block}.tyc-textarea-contenido{resize:vertical;min-height:90px;line-height:1.65;display:block}.tyc-accept-area{background:var(--surface);border:1.5px solid var(--brand-border);border-radius:var(--radius);box-shadow:var(--shadow);margin-top:8px;padding:20px 16px}.tyc-checkbox-label{cursor:pointer;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.tyc-checkbox-input{display:none}.tyc-checkbox-custom{border:2px solid var(--brand-border);background:var(--brand-light);width:22px;height:22px;color:var(--brand);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;transition:border-color .2s,background .2s;display:flex}.tyc-checkbox-input:checked+.tyc-checkbox-custom{background:var(--brand);border-color:var(--brand);color:#fff}.tyc-checkbox-text{color:var(--text);font-size:14px;line-height:1.6}.tyc-btn-continuar{border-radius:var(--radius-sm);cursor:not-allowed;color:#9ca3af;background:#d1d5db;border:none;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:15px;font-weight:700;transition:background .2s,transform .1s,box-shadow .2s;display:flex}.tyc-btn-continuar--active{background:var(--brand);color:#fff;cursor:pointer;box-shadow:0 4px 14px #2563eb4d}.tyc-btn-continuar--active:hover{background:var(--brand-dark)}.tyc-btn-continuar--active:active{transform:scale(.98)}@media (min-width:600px){.tyc-wrapper{border-radius:var(--radius);max-width:600px;box-shadow:var(--shadow-lg);min-height:auto;margin:32px auto;padding-bottom:0;overflow:hidden}.tyc-header{padding:24px 24px 20px}.tyc-header-text h1{font-size:20px}.tyc-body{padding:20px 20px 0}.tyc-seccion-header{padding:15px 20px}.tyc-seccion-contenido{padding:0 20px 18px}.tyc-seccion-contenido p{font-size:15px}.tyc-accept-area{margin-top:4px;margin-bottom:20px;padding:22px 20px}.tyc-btn-continuar{padding:15px;font-size:16px}}
