.toast-container{z-index:2000;pointer-events:none;flex-direction:column;gap:12px;width:min(390px,100vw - 36px);display:flex;position:fixed;top:18px;right:18px}.toast{pointer-events:auto;background:#fff;border:1px solid #e5e7eb;border-left:5px solid #1a5fa8;border-radius:14px;grid-template-columns:34px 1fr 30px;align-items:start;gap:10px;min-height:74px;padding:14px;animation:.22s ease-out toastEntrada;display:grid;box-shadow:0 18px 45px #1118272e}.toast-success{border-left-color:#1a7a4a}.toast-error{border-left-color:#b91c1c}.toast-warning{border-left-color:#c2410c}.toast-info{border-left-color:#1a5fa8}.toast-icon{border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.toast-success .toast-icon{color:#1a7a4a;background:#e6f4ed}.toast-error .toast-icon{color:#b91c1c;background:#fee2e2}.toast-warning .toast-icon{color:#c2410c;background:#fff7ed}.toast-info .toast-icon{color:#1a5fa8;background:#e8f1fb}.toast-content{flex-direction:column;gap:3px;padding-top:1px;display:flex}.toast-content strong{color:#111827;font-size:15px;line-height:1.25}.toast-content span{color:#4b5563;font-size:14px;line-height:1.35}.toast-close{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.toast-close:hover{color:#111827;background:#f3f4f6}@keyframes toastEntrada{0%{opacity:0;transform:translate(18px)scale(.98)}to{opacity:1;transform:translate(0)scale(1)}}:root{--color-primary:#1a7a4a;--color-primary-hover:#155f38;--color-primary-soft:#e6f4ed;--color-primary-soft-hover:#d3ebdd;--color-primary-text:#0d4a2a;--color-app-bg:#f8f9fb;--color-surface:#fff;--color-surface-muted:#f9fafb;--color-surface-hover:#f3f4f6;--color-text:#111827;--color-text-label:#374151;--color-text-muted:#4b5563;--color-text-soft:#6b7280;--color-text-inverse:#fff;--color-border:#e5e7eb;--color-border-strong:#d1d5db;--color-success-bg:#e6f4ed;--color-success-bg-hover:#d3ebdd;--color-success-text:#0d4a2a;--color-warning-bg:#fff7ed;--color-warning-pill:#ffedd5;--color-warning-border:#fed7aa;--color-warning-text:#c2410c;--color-warning-text-strong:#9a3412;--color-error-bg:#fee2e2;--color-error-border:#fecaca;--color-error-text:#991b1b;--color-info-bg:#e8f1fb;--color-info-border:#cfe1f6;--color-info-text:#1a5fa8;--color-info-hover:#164f8a;--color-sidebar-bg:#1e1e2e;--color-sidebar-text:#d7d9e2;--color-sidebar-muted:#a6a9b8;--color-sidebar-subtitle:#c4c7d4;--color-sidebar-hover:#ffffff14;--color-sidebar-active:#1a7a4a4d;--color-backdrop:#1118278c;--shadow-card:0 1px 4px #0000000f;--shadow-card-soft:0 1px 4px #0000000d;--shadow-modal:0 24px 70px #00000040;--shadow-focus-primary:#1a7a4a1f;--radius-sm:9px;--radius-md:10px;--radius-lg:14px;--radius-xl:18px;--radius-pill:999px;--control-height:48px;--control-height-mobile:46px;--button-height-sm:36px}*{box-sizing:border-box}body{color:#111827;background:#f8f9fb;margin:0;font-family:Segoe UI,system-ui,sans-serif}
