@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";:root{--azul:#0e63a8;--azul-deep:#0a4e86;--navy:#0a2540;--amarillo:#f4c400;--rojo:#c8102e;--verde:#1e8e3e;--gris:#4f5965;--linea:#e2e6eb;--plata:#dce1e7;--fondo:#e7eaee;--blanco:#fff;--serif:"Lora", Georgia, serif;--sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--radius-sm:8px;--radius-md:10px;--shadow-sm:0 1px 2px #0a25400f;--shadow-md:0 1px 2px #0a25400f, 0 8px 24px #0a25400f;--transition:.16s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--fondo);color:var(--navy);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:17px;line-height:1.65;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--serif);color:var(--navy);font-weight:600;line-height:1.2}p{color:var(--navy)}a{color:var(--azul);transition:color var(--transition);text-decoration:none}a:hover{color:var(--azul-deep)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--azul);outline-offset:2px;border-radius:4px}.skip-link{z-index:1000;background:var(--azul);color:#fff;border-radius:0 0 8px;padding:12px 18px;font-weight:700;position:absolute;top:0;left:-9999px}.skip-link:focus{color:#fff;left:0}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}img{max-width:100%;display:block}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 24px}.rule{background:var(--amarillo);border:none;border-radius:999px;width:54px;height:4px;margin:0 0 24px}.btn{font-family:var(--sans);border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition), color var(--transition), border-color var(--transition);white-space:nowrap;border:1.5px solid #0000;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:11px 20px;font-size:15px;font-weight:600;line-height:1.2;display:inline-flex}.btn-primary{background:var(--azul);color:var(--blanco)}.btn-primary:hover{background:var(--azul-deep);color:var(--blanco)}.btn-secondary{background:var(--blanco);color:var(--azul);border-color:var(--azul)}.btn-secondary:hover{background:var(--azul);color:var(--blanco)}.btn-ghost{color:var(--azul);background:0 0;border-color:#0000}.btn-ghost:hover{color:var(--azul-deep)}.btn-danger{background:var(--rojo);color:var(--blanco)}.btn-danger:hover{color:var(--blanco);background:#a50d26}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-lg{padding:14px 28px;font-size:16px}.btn-sm{min-height:38px;padding:8px 14px;font-size:14px}.btn-group{border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);align-items:stretch;display:inline-flex}.btn-group :global(form){display:inline-flex}.btn-group>*{box-shadow:none;border:1px solid var(--linea);background:var(--blanco);color:var(--azul);white-space:nowrap;cursor:pointer;transition:background var(--transition), color var(--transition);border-right-width:0;border-radius:0;align-items:center;padding:8px 14px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.btn-group :global(button){box-shadow:none;border:1px solid var(--linea);background:var(--blanco);color:var(--azul);white-space:nowrap;cursor:pointer;transition:background var(--transition), color var(--transition);border-right-width:0;border-radius:0;align-items:center;padding:8px 14px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.btn-group :global(a){box-shadow:none;border:1px solid var(--linea);background:var(--blanco);color:var(--azul);white-space:nowrap;cursor:pointer;transition:background var(--transition), color var(--transition);border-right-width:0;border-radius:0;align-items:center;padding:8px 14px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.btn-group>:first-child{border-top-left-radius:var(--radius-sm);border-bottom-left-radius:var(--radius-sm)}.btn-group :global(form:first-child) :global(button){border-top-left-radius:var(--radius-sm);border-bottom-left-radius:var(--radius-sm)}.btn-group>:first-child :global(button){border-top-left-radius:var(--radius-sm);border-bottom-left-radius:var(--radius-sm)}.btn-group>:last-child{border-top-right-radius:var(--radius-sm);border-bottom-right-radius:var(--radius-sm);border-right-width:1px}.btn-group :global(form:last-child) :global(button){border-top-right-radius:var(--radius-sm);border-bottom-right-radius:var(--radius-sm);border-right-width:1px}.btn-group>:hover{background:#f0f6fb}.btn-group :global(button):hover{background:#f0f6fb}.btn-group :global(a):hover{background:#f0f6fb}:is(.btn-group .danger,.btn-group :global(.danger)){color:var(--rojo)}:is(.btn-group .danger:hover,.btn-group :global(.danger):hover){background:#fdecee}.table-wrap{background:var(--blanco);border:1px solid var(--linea);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:auto}.table{border-collapse:collapse;width:100%;font-size:15px}.table thead th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:var(--gris);border-bottom:1px solid var(--linea);z-index:1;background:#f5f7f9;padding:12px 14px;font-size:11px;font-weight:700;position:sticky;top:0}.table tbody td{border-bottom:1px solid var(--linea);color:var(--navy);padding:11px 14px}.table tbody tr:hover{background:#f7fafd}.table tbody tr:last-child td{border-bottom:none}.card{background:var(--blanco);border:1px solid var(--linea);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:24px}.form-group{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.form-label,.label{letter-spacing:.08em;text-transform:uppercase;color:var(--gris);font-size:12px;font-weight:700}.form-input,.input{background-color:var(--blanco);border:1.5px solid var(--linea);border-radius:var(--radius-sm);width:100%;color:var(--navy);font-family:var(--sans);transition:border-color var(--transition), box-shadow var(--transition);padding:12px 14px;font-size:16px}.form-input:focus,.input:focus{border-color:var(--azul);outline:none;box-shadow:0 0 0 3px #0e63a826}.badge{letter-spacing:.04em;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:13px;font-weight:700;display:inline-flex}.badge-success{color:var(--verde);background-color:#1e8e3e1f}.badge-danger{color:var(--rojo);background-color:#c8102e1a}.badge-info{color:var(--azul);background-color:#0e63a81a}.badge-muted{color:var(--gris);background-color:#eef1f5}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--azul);font-size:12px;font-weight:700}.app-layout.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}.masthead.svelte-12qhfyh{z-index:100;background:var(--blanco);border-bottom:3px solid var(--amarillo);position:sticky;top:0;box-shadow:0 1px 2px #0a25400f}.masthead-inner.svelte-12qhfyh{justify-content:space-between;align-items:center;gap:16px;padding-top:12px;padding-bottom:12px;display:flex}.brand.svelte-12qhfyh{color:var(--navy);align-items:center;gap:14px;display:flex}.brand-shield.svelte-12qhfyh{object-fit:contain;width:auto;height:52px}.brand-text.svelte-12qhfyh{flex-direction:column;line-height:1.15;display:flex}.brand-name.svelte-12qhfyh{font-family:var(--serif);color:var(--navy);font-size:1.25rem;font-weight:600}.brand-sub.svelte-12qhfyh{color:var(--azul);letter-spacing:.02em;font-size:.78rem;font-weight:600}.nav.svelte-12qhfyh{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.nav-link.svelte-12qhfyh{color:var(--navy);border-radius:var(--radius-sm);transition:color var(--transition), background var(--transition);padding:8px 12px;font-size:.95rem;font-weight:500}.nav-link.svelte-12qhfyh:hover{color:var(--azul);background:#0e63a80f}.nav-link.active.svelte-12qhfyh{color:var(--azul);font-weight:600}.user-menu.svelte-12qhfyh{border-left:1px solid var(--linea);align-items:center;gap:12px;margin-left:6px;padding-left:14px;display:flex}.user-welcome.svelte-12qhfyh{color:var(--gris);font-size:.88rem}.user-welcome.svelte-12qhfyh strong:where(.svelte-12qhfyh){color:var(--navy)}.logout-form.svelte-12qhfyh{display:inline}.main-content.svelte-12qhfyh{flex:1 0 auto}.site-footer.svelte-12qhfyh{background:var(--navy);color:#d6dde6;margin-top:64px}.footer-inner.svelte-12qhfyh{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:32px;padding-top:48px;padding-bottom:40px;display:flex}.footer-brand.svelte-12qhfyh{align-items:center;gap:16px;display:flex}.footer-shield.svelte-12qhfyh{object-fit:contain;width:auto;height:60px}.footer-title.svelte-12qhfyh{font-family:var(--serif);color:var(--blanco);margin:0 0 4px;font-size:1.1rem;font-weight:600}.footer-line.svelte-12qhfyh{color:#aebccb;margin:2px 0;font-size:.9rem}.footer-social.svelte-12qhfyh{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.social-cta.svelte-12qhfyh{background:var(--amarillo);color:var(--navy);border-radius:var(--radius-sm);transition:background var(--transition);align-items:center;gap:10px;padding:11px 18px;font-size:.95rem;font-weight:700;display:inline-flex}.social-cta.svelte-12qhfyh:hover{color:var(--navy);background:#e0b400}.social-link.svelte-12qhfyh{color:#d6dde6;transition:color var(--transition);align-items:center;gap:10px;font-size:.92rem;font-weight:500;display:inline-flex}.social-link.svelte-12qhfyh:hover{color:var(--blanco)}.footer-bottom.svelte-12qhfyh{border-top:1px solid #ffffff1a;padding:16px 0}.footer-bottom.svelte-12qhfyh p:where(.svelte-12qhfyh){color:#93a3b4;margin:0;font-size:.82rem}.footer-bottom.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#aebccb}.footer-bottom.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--blanco)}@media (width<=768px){.masthead-inner.svelte-12qhfyh{flex-direction:column;align-items:center;gap:12px}.nav.svelte-12qhfyh{justify-content:center;gap:6px}.footer-inner.svelte-12qhfyh{flex-direction:column;gap:28px}.footer-social.svelte-12qhfyh{align-items:stretch;width:100%}.social-cta.svelte-12qhfyh{justify-content:center}}@media (width<=420px){.brand-name.svelte-12qhfyh{font-size:1.1rem}}
