*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}#root{width:100%;text-align:inherit;border:none;display:block}.shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,4vw,2rem)}.shell--user{font-family:IBM Plex Sans,system-ui,sans-serif;color:#0f172a;background:linear-gradient(168deg,#fbfcfe,#f6f9fd 38%,#f0f5fb 72%,#eef3f9)}.shell--admin{font-family:IBM Plex Sans,system-ui,sans-serif;color:#334155;background:linear-gradient(165deg,#fbfaf6,#fcfbf8 55%,#f8f7f4);align-items:center;justify-content:center}.shell--user .card{width:100%;max-width:400px;background:#ffffffb8;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(59,130,246,.09);border-radius:20px;padding:2rem;box-shadow:0 1px 2px #3b82f60a,0 24px 48px -12px #0f172a0f}.shell--user .card h1{margin:0 0 .35rem;font-family:Outfit,system-ui,sans-serif;font-size:1.85rem;font-weight:700;letter-spacing:-.03em;color:#0f172a}.shell--user .sub{margin:0 0 1.35rem;font-size:.9375rem;color:#64748b;line-height:1.5;font-weight:400}.shell--user form{display:flex;flex-direction:column;gap:.75rem}.shell--user label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#64748b}.shell--user input{padding:.75rem .9rem;border-radius:12px;border:1px solid rgba(148,163,184,.35);background:#ffffffe6;color:#0f172a;font-size:1rem;transition:border-color .15s ease,box-shadow .15s ease}.shell--user input:focus{outline:none;border-color:#3b82f673;box-shadow:0 0 0 3px #3b82f61f}.shell--user input::placeholder{color:#94a3b8}.shell--user button:not(.ghost):not(.btn-secondary):not(.btn-logout):not(.envios-tab):not(.envios-tool):not(.mass-btn-load){margin-top:.5rem;padding:.8rem 1rem;border-radius:12px;border:none;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-weight:600;font-size:.9375rem;cursor:pointer;box-shadow:0 4px 14px -4px #2563eb73;transition:transform .12s ease,box-shadow .12s ease}.shell--user button:not(.ghost):not(.btn-secondary):not(.btn-logout):not(.envios-tab):not(.envios-tool):not(.mass-btn-load):hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px -4px #2563eb80}.shell--user button:not(.ghost):not(.btn-secondary):not(.btn-logout):not(.envios-tab):not(.envios-tool):not(.mass-btn-load):disabled{opacity:.55;cursor:not-allowed}.shell--user button.ghost{margin-top:.5rem;background:transparent;border:1px solid rgba(148,163,184,.45);color:#475569;box-shadow:none}.shell--user button.ghost:hover{background:#3b82f60f;border-color:#3b82f633;color:#1e40af}.shell--user .ok{margin-top:1rem;font-size:.875rem;color:#059669}.shell--user .bad{margin-top:1rem;font-size:.875rem;color:#dc2626}.shell--user .foot{margin-top:1.35rem;font-size:.8125rem;color:#64748b;line-height:1.5}.shell--user .foot a{color:#2563eb;font-weight:500;text-decoration:none}.shell--user .foot a:hover{text-decoration:underline}.dashboard{width:100%;max-width:640px;margin:0 auto}.dashboard--load{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40vh;gap:1rem}.load-dot{width:8px;height:8px;border-radius:50%;background:#3b82f6;animation:pulse-soft 1.2s ease-in-out infinite}@keyframes pulse-soft{0%,to{opacity:.35;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.load-text{margin:0;font-size:.875rem;color:#64748b;letter-spacing:.02em}.dash-top{margin-bottom:2.25rem}.dash-top-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.25rem;width:100%}.dash-main-nav{display:flex;align-items:center;gap:.2rem;padding:.2rem;border-radius:999px;background:#ffffffa6;border:1px solid rgba(148,163,184,.25)}.dash-nav-tab{padding:.4rem .95rem;font-size:.8125rem;font-weight:600;font-family:inherit;color:#64748b;text-decoration:none;border-radius:999px;border:none;background:transparent;cursor:pointer;transition:background .15s ease,color .15s ease}.dash-nav-tab:hover{color:#0f172a;background:#ffffffe6}.dash-nav-tab--active{color:#fff;background:linear-gradient(145deg,#3b82f6,#2563eb);box-shadow:0 2px 10px -2px #2563eb59}.dash-nav-tab--active:hover{color:#fff}.dash-brand{display:flex;align-items:center;gap:.65rem}.dash-logo{width:36px;height:36px;border-radius:10px;background:linear-gradient(145deg,#3b82f6,#2563eb);color:#fff;font-family:Outfit,sans-serif;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px -2px #2563eb59}.dash-name{font-family:Outfit,sans-serif;font-weight:700;font-size:1.25rem;letter-spacing:-.02em;color:#0f172a}.dash-logout{padding:.5rem .95rem;font-size:.8125rem;font-weight:500;font-family:inherit;color:#475569;background:#ffffffa6;border:1px solid rgba(148,163,184,.35);border-radius:999px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.dash-logout:hover{background:#fff;border-color:#3b82f640;color:#1e40af}.dash-body{padding-bottom:2rem}.dash-hello{margin:0 0 .25rem;font-size:.9375rem;color:#64748b;font-weight:500}.dash-h1{margin:0 0 .75rem;font-family:Outfit,sans-serif;font-size:clamp(1.75rem,4vw,2.125rem);font-weight:700;letter-spacing:-.03em;color:#0f172a;line-height:1.15}.dash-lead{margin:0 0 1.75rem;font-size:.9375rem;line-height:1.6;color:#64748b;max-width:36ch}.dash-panel{background:#ffffffc7;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(59,130,246,.08);border-radius:20px;padding:1.5rem 1.5rem 1.35rem;box-shadow:0 1px 2px #3b82f60a,0 20px 40px -20px #0f172a14}.dash-panel-head{display:flex;align-items:center;gap:1rem;padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid rgba(148,163,184,.15)}.dash-avatar{width:52px;height:52px;border-radius:14px;background:linear-gradient(145deg,#eff6ff,#dbeafe);border:1px solid rgba(59,130,246,.12);color:#2563eb;font-family:Outfit,sans-serif;font-weight:600;font-size:1.25rem;display:flex;align-items:center;justify-content:center}.dash-panel-title{margin:0;font-family:Outfit,sans-serif;font-weight:600;font-size:1.0625rem;color:#0f172a}.dash-panel-sub{margin:.2rem 0 0;font-size:.875rem;color:#64748b}.dash-fields{margin:0}.dash-row{display:grid;grid-template-columns:100px 1fr;gap:.75rem 1rem;padding:.65rem 0;border-bottom:1px solid rgba(241,245,249,.9)}.dash-row:last-child{border-bottom:none;padding-bottom:0}.dash-row:first-of-type{padding-top:0}.dash-row dt{margin:0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.dash-row dd{margin:0;font-size:.9375rem;color:#0f172a;font-weight:500}.dash-section{margin-top:2.25rem}.dash-section-title{margin:0 0 .85rem;font-family:Outfit,sans-serif;font-size:1.125rem;font-weight:600;letter-spacing:-.02em;color:#0f172a}.dash-panel--whatsapp{border-color:#25d3661f;background:linear-gradient(165deg,#ffffffd9,#f0fdf459)}.dash-panel--quota{border-color:#3b82f61f;background:linear-gradient(165deg,#ffffffeb,#eff6ff73);margin-bottom:1.5rem}.quota-summary{margin:0 0 .65rem;font-size:.9375rem;color:#334155;line-height:1.5}.quota-bar{height:8px;border-radius:999px;background:#94a3b840;overflow:hidden;margin-bottom:.5rem}.quota-bar__fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#3b82f6,#22c55e);transition:width .35s ease}.quota-dates{margin-bottom:0!important}.dash-wa-head{display:flex;align-items:center;gap:.9rem;margin-bottom:1rem}.dash-wa-icon{flex-shrink:0;width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(145deg,#25d366,#128c7e);box-shadow:0 6px 16px -4px #128c7e59}.dash-wa-label{margin:0;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#64748b}.dash-wa-label--secondary{margin-top:.75rem;opacity:.92}.dash-wa-linked{margin-top:.35rem;padding-top:.65rem;border-top:1px solid rgba(37,211,102,.12)}.dash-wa-number{margin:.2rem 0 0;font-family:IBM Plex Sans,sans-serif;font-size:1.125rem;font-weight:600;letter-spacing:.02em;color:#0f172a}.dash-wa-number--emph{color:#15803d}.dash-wa-hint{margin:0;font-size:.875rem;line-height:1.55;color:#64748b}.dash-wa-err{margin:0 0 .85rem;padding:.65rem .85rem;border-radius:10px;font-size:.875rem;background:#dc262614;color:#b91c1c;border:1px solid rgba(220,38,38,.2)}.dash-wa-badge-row{margin:.45rem 0 0}.dash-wa-badge{display:inline-block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .5rem;border-radius:6px;background:#64748b26;color:#475569}.dash-wa-badge--on{background:#25d3662e;color:#15803d}.dash-wa-badge--pending{background:#eab30829;color:#a16207}.dash-wa-actions{margin-top:1.1rem;display:flex;flex-wrap:wrap;gap:.65rem}.dash-wa-btn{font-family:inherit;font-size:.875rem;font-weight:600;padding:.55rem 1rem;border-radius:10px;border:1px solid transparent;cursor:pointer;transition:background .15s,border-color .15s,opacity .15s}.dash-wa-btn:disabled{opacity:.65;cursor:not-allowed}.dash-wa-btn--primary{color:#fff;background:linear-gradient(145deg,#25d366,#128c7e);box-shadow:0 4px 14px -2px #128c7e59}.dash-wa-btn--primary:hover:not(:disabled){filter:brightness(1.05)}.dash-wa-btn--ghost{color:#64748b;background:#ffffffb3;border-color:#94a3b859}.dash-wa-btn--ghost:hover{background:#fff;border-color:#94a3b8;color:#475569}.dash-wa-qr-wrap{margin-top:1.25rem;padding-top:1.15rem;border-top:1px solid rgba(37,211,102,.12);text-align:center}.dash-wa-qr{max-width:min(320px,100%);height:auto;border-radius:12px;box-shadow:0 8px 28px #0f172a1f;background:#fff}.qr-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:320px;min-height:288px;margin:0 auto;padding:1.75rem 1.25rem 1.5rem;box-sizing:border-box;border-radius:14px;background:linear-gradient(165deg,#fffffff2,#f0fdf473);border:1px dashed rgba(37,211,102,.22)}.qr-loading__frame{position:relative;width:84px;height:84px}.qr-loading__orbit{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2.5px solid rgba(37,211,102,.12);border-top-color:#25d366;border-right-color:#128c7e73;animation:qr-loading-spin .95s cubic-bezier(.55,.1,.3,.95) infinite}.qr-loading__pulse{position:absolute;top:22px;right:22px;bottom:22px;left:22px;border-radius:22%;background:radial-gradient(circle at 32% 30%,rgba(37,211,102,.22),rgba(37,211,102,.06) 52%,transparent 72%);animation:qr-loading-breathe 2.4s ease-in-out infinite}@keyframes qr-loading-spin{to{transform:rotate(360deg)}}@keyframes qr-loading-breathe{0%,to{transform:scale(.9);opacity:.75}50%{transform:scale(1);opacity:1}}.qr-loading__title{margin:1.15rem 0 .15rem;font-family:Outfit,sans-serif;font-size:.9375rem;font-weight:600;letter-spacing:-.02em;color:#0f172a}.qr-loading__sub{margin:0;font-size:.8125rem;color:#94a3b8;line-height:1.4}@media (prefers-reduced-motion: reduce){.qr-loading__orbit{animation:none;border-color:#25d3662e;border-top-color:#25d366}.qr-loading__pulse{animation:none;opacity:.85}}.dash-wa-qr-hint{margin:.85rem 0 0;font-size:.8rem;line-height:1.45;color:#64748b;max-width:320px;margin-left:auto;margin-right:auto}.envios-banner{margin:0 0 1.25rem;padding:.85rem 1rem;border-radius:12px;background:#eab3081f;border:1px solid rgba(202,138,4,.25);color:#854d0e;font-size:.9rem;line-height:1.5;max-width:42rem}.envios-banner a{color:#1d4ed8;font-weight:600}.envios-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.envios-tab{padding:.5rem 1.25rem;font-family:Outfit,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.02em;color:#475569;background:#e2e8f0;border:none;border-radius:8px;cursor:pointer;transition:color .15s ease,background .15s ease,filter .15s ease}.envios-tab:hover:not(.envios-tab--active){background:#cbd5e1;color:#334155}.envios-tab--active{color:#fff;background:linear-gradient(145deg,#3b82f6,#2563eb)}.envios-tab--active:hover{color:#fff;filter:brightness(1.04)}.envios-tab:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.envios-panel{max-width:42rem}.envios-panel-title{margin:0 0 1.1rem}.envios-form{display:flex;flex-direction:column;gap:1.1rem}.envios-label{display:flex;flex-direction:column;gap:.35rem}.envios-label-text{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.envios-input,.envios-textarea{font-family:IBM Plex Sans,sans-serif;font-size:.9375rem;padding:.65rem .85rem;border-radius:12px;border:1px solid rgba(148,163,184,.4);background:#fffffff2;color:#0f172a;width:100%;box-sizing:border-box}.envios-textarea{resize:vertical;min-height:8rem;line-height:1.5}.envios-input:focus,.envios-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.envios-hint{font-size:.78rem;color:#94a3b8;margin:0}.envios-toolbar{display:flex;flex-wrap:wrap;gap:.45rem}.envios-tool{font-family:inherit;font-size:.75rem;font-weight:600;padding:.35rem .65rem;border-radius:8px;border:1px solid rgba(148,163,184,.35);background:#f8fafcf2;color:#475569;cursor:pointer;transition:background .15s ease,border-color .15s ease}.envios-tool:hover{background:#fff;border-color:#94a3b8}.envios-format-help{margin:0;padding:.9rem 1rem;border-radius:12px;background:#f1f5f9d9;border:1px solid rgba(148,163,184,.2)}.envios-format-help-title{margin:0 0 .5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.envios-format-list{margin:0;padding-left:1.1rem;font-size:.8125rem;line-height:1.55;color:#475569}.envios-format-list code{font-size:.8rem;background:#ffffffd9;padding:.1rem .35rem;border-radius:4px}.envios-format-tip{margin:.55rem 0 0;font-size:.78rem;color:#64748b}.envios-submit{align-self:flex-start;margin-top:.25rem}.envios-ok{margin:0;padding:.65rem .85rem;border-radius:10px;font-size:.875rem;background:#22c55e1a;color:#15803d;border:1px solid rgba(34,197,94,.25)}.envios-placeholder-text{margin:0}.envios-panel--placeholder{opacity:.92}.mass-header-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.mass-title-inline{margin-bottom:0!important}.mass-status-line{font-size:.875rem;color:#475569;margin:0 0 1rem;line-height:1.45}.mass-inline-summary{margin:0 0 1rem;padding:.85rem 1rem;border-radius:12px;background:#f1f5f9e6;border:1px solid rgba(148,163,184,.25)}.mass-inline-summary-title{margin:0 0 .35rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.mass-inline-summary ul{margin:0;padding-left:1.1rem;font-size:.875rem;color:#334155}.mass-inline-hint{font-size:.875rem;color:#64748b;margin:0 0 1rem;line-height:1.5}.envios-tool--var{font-family:ui-monospace,monospace;font-size:.68rem;max-width:8.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mass-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#0f172a73;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.mass-modal-backdrop--fullscreen{z-index:2000;align-items:stretch;justify-content:stretch;padding:0;background:#0f172a8c}.mass-modal{width:100%;max-width:520px;max-height:min(90vh,720px);overflow:hidden;display:flex;flex-direction:column;border-radius:18px;background:#fffffff7;border:1px solid rgba(148,163,184,.2);box-shadow:0 24px 64px -12px #0f172a40}.mass-modal--fullscreen{position:relative;max-width:none;width:100%;max-height:none;height:100%;min-height:100vh;border-radius:0;box-shadow:none;border:none;background:#f8fafc}.mass-modal-inner{max-width:720px;margin:0 auto;width:100%}.mass-modal-head--sticky{flex-shrink:0;flex-direction:column;align-items:stretch;position:sticky;top:0;z-index:2;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:1px solid rgba(148,163,184,.25);padding:0}.mass-modal-head-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.25rem .65rem}.mass-modal-kicker{margin:0 0 .2rem;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.mass-modal-stepnav{display:flex;flex-wrap:wrap;gap:.5rem 1rem;padding:.5rem 1.25rem 1rem;border-top:1px solid rgba(241,245,249,.9)}.mass-modal-step-dot{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;color:#94a3b8;font-weight:500}.mass-modal-step-dot--active{color:#0f172a}.mass-modal-step-dot--done{color:#0d9488}.mass-modal-step-num{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:999px;font-size:.68rem;font-weight:700;background:#94a3b840;color:#475569}.mass-modal-step-dot--active .mass-modal-step-num{background:#0f172a;color:#fff}.mass-modal-step-dot--done .mass-modal-step-num{background:#0d948833;color:#0f766e}.mass-modal-lead{margin:0 0 .85rem;font-size:.9rem;line-height:1.55;color:#334155}.mass-modal-body--scroll{flex:1;min-height:0;overflow-y:auto;padding:1.25rem 1.25rem 2rem}.mass-modal-message-step .mass-modal-footer-btns{margin-top:1rem}.mass-modal-head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.15rem;border-bottom:1px solid rgba(241,245,249,.95)}.mass-modal-title{margin:0;font-family:Outfit,sans-serif;font-size:1.125rem;font-weight:700;letter-spacing:-.02em;color:#0f172a}.mass-modal-x-btn{margin-top:0!important;padding:.15rem .45rem!important;border:none!important;background:transparent!important;box-shadow:none!important;font-size:1.5rem!important;line-height:1;color:#94a3b8;cursor:pointer;border-radius:8px}.mass-modal-x-btn:hover{background:#f1f5f9e6!important;color:#475569}.mass-modal-body{padding:1rem 1.15rem 1.25rem;overflow-y:auto}.mass-modal-err{margin:0 0 .85rem;padding:.65rem .75rem;border-radius:10px;background:#dc262614;color:#b91c1c;font-size:.78rem;line-height:1.45;white-space:pre-wrap;border:1px solid rgba(220,38,38,.18)}.mass-modal-drop{text-align:center;padding:1.5rem .5rem}.mass-modal-drop-text{margin:0 0 1rem;font-size:.9rem;color:#64748b;line-height:1.5}.mass-modal-file-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.mass-modal-meta{margin:0 0 1rem;font-size:.8125rem;color:#475569;line-height:1.5}.mass-modal-headers-line{margin:0 0 1rem;padding:.65rem .75rem;border-radius:10px;background:#f1f5f9e6;border:1px solid rgba(148,163,184,.25);font-size:.8125rem;color:#334155;line-height:1.55;word-break:break-word}.mass-modal-actions-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.mass-modal-field-block{margin-bottom:1rem}.mass-modal-label{display:flex;flex-direction:column;gap:.35rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.mass-modal-hint{margin:.35rem 0 0;font-size:.78rem;color:#94a3b8;line-height:1.45}.mass-modal-var-list{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.5rem}.mass-modal-var-row{display:grid;grid-template-columns:1fr 1fr auto;gap:.45rem;align-items:center}@media (max-width: 480px){.mass-modal-var-row{grid-template-columns:1fr}}.mass-modal-remove{font-size:.75rem;color:#64748b;background:transparent;border:none;cursor:pointer;text-decoration:underline;padding:.25rem}.mass-modal-footer-btns{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;margin-top:.5rem}.mass-modal-summary .mass-modal-ok{margin:0 0 .75rem;padding:.55rem .75rem;border-radius:10px;background:#22c55e1a;color:#15803d;font-size:.875rem;border:1px solid rgba(34,197,94,.2)}.mass-modal-ok--inline{margin:0 0 .75rem}.mass-send-progress{margin:0 0 1rem}.mass-send-progress-track{height:.5rem;border-radius:999px;background:#94a3b859;overflow:hidden}.mass-send-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#0d9488,#14b8a6);transition:width .35s ease-out}.mass-send-progress-caption{margin:.4rem 0 0;font-size:.78rem;font-weight:600;color:#0f766e;letter-spacing:.02em}.mass-modal-ok--warn{background:#fbbf241f;color:#92400e;border-color:#d9770659}.mass-send-error-detail{margin:0 0 1rem;padding:.65rem .75rem;border-radius:10px;background:#dc26260f;border:1px solid rgba(220,38,38,.2)}.mass-send-error-detail-title{margin:0 0 .5rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#b91c1c}.mass-send-error-list{margin:0;padding-left:1.1rem;font-size:.8rem;line-height:1.5;color:#450a0a}.mass-send-error-list li{margin-bottom:.45rem}.mass-send-error-phone{font-family:ui-monospace,monospace;font-size:.74rem;color:#991b1b;margin:0 .25rem}.mass-send-error-msg{display:block;margin-top:.2rem;white-space:pre-wrap;word-break:break-word;color:#7f1d1d}.mass-worker-errors-reopen{margin:0 0 .75rem;font-size:.82rem}.mass-worker-popup-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a59;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mass-worker-popup{width:100%;max-width:420px;max-height:min(70vh,520px);overflow:hidden;display:flex;flex-direction:column;border-radius:14px;background:#fffef9;border:1px solid rgba(220,38,38,.25);box-shadow:0 20px 50px #0f172a33}.mass-worker-popup-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-bottom:1px solid rgba(254,226,226,.95);background:#fef2f299}.mass-worker-popup-title{margin:0;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700;color:#991b1b;letter-spacing:-.02em}.mass-worker-popup-intro{margin:0;padding:.65rem 1rem 0;font-size:.82rem;line-height:1.45;color:#57534e}.mass-worker-popup-list{margin:.5rem 0 0;padding:0 1rem .75rem 1.85rem;overflow-y:auto;flex:1;min-height:0;font-size:.8rem;line-height:1.5;color:#44403c}.mass-worker-popup-list li{margin-bottom:.65rem}.mass-worker-popup-phone{font-family:ui-monospace,monospace;font-size:.72rem;color:#92400e;display:inline-block;margin-right:.35rem}.mass-worker-popup-msg{display:block;margin-top:.2rem;white-space:pre-wrap;word-break:break-word;color:#1c1917}.mass-worker-popup-close{margin:0 1rem 1rem;align-self:stretch;text-align:center}.mass-modal-summary-actions{justify-content:flex-start;margin-top:1rem}.envios-masivos-panel{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.envios-masivos-iniciar{margin-top:0!important}.mass-modal-loading{margin:2rem 0;text-align:center;font-size:.9rem;color:#64748b;line-height:1.5}.mass-modal-existing .mass-modal-existing-btns{display:flex;flex-direction:column;gap:.65rem;margin-top:1.25rem}@media (min-width: 540px){.mass-modal-existing .mass-modal-existing-btns{flex-direction:row;flex-wrap:wrap;align-items:center}}.mass-modal-summary-list{margin:0 0 1rem;padding-left:1.1rem;font-size:.875rem;color:#334155;line-height:1.55}.mass-modal-table-wrap{margin-bottom:1rem;overflow-x:auto;border-radius:10px;border:1px solid rgba(148,163,184,.25)}.mass-modal-table-title{margin:0;padding:.5rem .65rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f8fafcf2}.mass-modal-table{width:100%;border-collapse:collapse;font-size:.75rem}.mass-modal-table th,.mass-modal-table td{padding:.4rem .55rem;text-align:left;border-top:1px solid rgba(241,245,249,.9);color:#334155}.mass-modal-table th{font-weight:600;color:#64748b;background:#ffffffe6}.mass-modal-msg-prev{margin:0 0 1rem;font-size:.8125rem;color:#475569;line-height:1.45}.mass-modal-hint--after-composer{margin-top:.75rem}.mass-campaign-image-block{margin:1rem 0 0;padding:1rem;border-radius:12px;background:#f8fafcf2;border:1px solid #e2e8f0}.mass-campaign-image-block--summary{margin-bottom:1rem}.mass-campaign-image-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin:.75rem 0}.mass-campaign-image-thumb{object-fit:cover;border-radius:8px;border:1px solid #cbd5e1;flex-shrink:0}.mass-campaign-image-thumb--placeholder{width:72px;height:72px;background:linear-gradient(135deg,#e2e8f0,#f1f5f9)}.mass-campaign-image-meta{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1}.mass-campaign-image-name{font-size:.8125rem;font-weight:600;color:#334155;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mass-campaign-image-size{font-size:.75rem;color:#64748b}.mass-campaign-image-actions{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.shell--user .mass-modal button{margin-top:0;transform:none;box-shadow:none;font-size:.8125rem;font-weight:600;padding:.5rem 1rem;border-radius:10px;cursor:pointer;border:none;background:#e2e8f0;color:#475569}.shell--user .mass-modal button:hover:not(:disabled){transform:none;box-shadow:none;background:#cbd5e1}.shell--user .mass-modal button:disabled{opacity:.55;cursor:not-allowed}.shell--user .mass-modal .mass-modal-btn-primary{background:linear-gradient(145deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 12px -2px #2563eb59}.shell--user .mass-modal .mass-modal-btn-primary:hover:not(:disabled){filter:brightness(1.04)}.shell--user .mass-modal .mass-modal-x-btn{background:transparent!important;box-shadow:none!important;color:#94a3b8}.shell--user:has(.dashboard){align-items:flex-start;padding-top:clamp(2rem,8vh,4rem)}@media (max-width: 520px){.dash-row{grid-template-columns:1fr;gap:.2rem}}.shell--admin .card,.shell--admin .card-admin{width:100%;max-width:380px;background:#ffffffb8;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(148,163,184,.18);border-radius:18px;padding:1.75rem;box-shadow:0 20px 40px -20px #0f172a14}.shell--admin .card h1,.shell--admin .card-admin h1{margin:0 0 .25rem;font-size:1.75rem;font-weight:700;letter-spacing:-.02em;color:#0f172a}.shell--admin .sub{margin:0 0 1.25rem;font-size:.92rem;color:#64748b;line-height:1.45}.shell--admin form{display:flex;flex-direction:column;gap:.65rem}.shell--admin label{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.shell--admin input{padding:.65rem .75rem;border-radius:12px;border:1px solid rgba(148,163,184,.35);background:#ffffffe6;color:#0f172a;font-size:1rem}.shell--admin input:focus{outline:none;border-color:#7dd3fcd9;box-shadow:0 0 0 3px #7dd3fc33}.shell--admin button:not(.ghost):not(.btn-secondary):not(.admin-btn-salir):not(.admin-tab):not(.admin-perm-toggle):not(.admin-pkg-del):not(.admin-dash-nav__btn):not(.admin-dash-shortcut){margin-top:.35rem;padding:.7rem 1rem;border-radius:12px;border:none;background:linear-gradient(135deg,#86efac,#7dd3fc);color:#14532d;font-weight:600;cursor:pointer;font-size:.95rem;box-shadow:0 4px 14px -4px #22c55e40}.shell--admin button:not(.ghost):not(.btn-secondary):not(.admin-btn-salir):not(.admin-tab):not(.admin-perm-toggle):not(.admin-pkg-del):not(.admin-dash-nav__btn):not(.admin-dash-shortcut):disabled{opacity:.55;cursor:not-allowed}.shell--admin button.ghost{margin-top:.5rem;background:transparent;border:1px solid rgba(148,163,184,.45);color:#475569}.shell--admin .ok{margin-top:1rem;font-size:.88rem;color:#15803d}.shell--admin .bad{margin-top:1rem;font-size:.88rem;color:#dc2626}.shell--admin .foot{margin-top:1.25rem;font-size:.82rem;color:#64748b}.shell--admin .foot a{color:#2563eb;text-decoration:none}.shell--admin .foot a:hover{text-decoration:underline}.shell--admin .card-admin .btn-primary{width:100%;margin-top:.25rem}.shell--admin .invite-box{margin-top:1.25rem;padding:1rem;border-radius:14px;background:#ffffff8c;border:1px solid rgba(148,163,184,.2)}.shell--admin .invite-label{margin:0 0 .5rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.shell--admin .invite-url{font-size:.82rem;line-height:1.4;word-break:break-all;color:#334155;margin-bottom:.75rem}.shell--admin .admin-tabs{display:flex;gap:.5rem;margin:.75rem 0 .5rem}.shell--admin .admin-tab{border:1px solid rgba(148,163,184,.35);background:#ffffff80;color:#475569;padding:.4rem .75rem;border-radius:999px;cursor:pointer;font-size:.8rem;margin-top:0!important}.shell--admin .admin-tab--active{border-color:#7dd3fc99;background:#e0f2fea6;color:#0f172a}.shell--admin .admin-consumption{margin-top:1rem}.shell--admin .btn-row{display:flex;flex-wrap:wrap;gap:.5rem}.shell--admin .btn-secondary{flex:1;min-width:120px;padding:.55rem .75rem;border-radius:10px;border:1px solid rgba(148,163,184,.4);background:#ffffffbf;color:#334155;font-weight:600;font-size:.85rem;cursor:pointer}.shell--admin .btn-secondary:hover{border-color:#7dd3fc80;background:#fff}.shell--admin:has(.admin-modern),.shell--admin:has(.admin-dash){align-items:stretch;justify-content:stretch;padding:0}.admin-dash{display:grid;grid-template-columns:240px minmax(0,1fr);min-height:100vh;width:100%;box-sizing:border-box;background:linear-gradient(165deg,#f8fafc,#f1f5f9,#eef2f7);font-family:Outfit,system-ui,sans-serif;color:#0f172a}.admin-dash--auth{display:flex;align-items:center;justify-content:center;padding:clamp(1.5rem,4vw,3rem);min-height:100vh;grid-template-columns:none}.admin-dash-auth-card{width:100%;max-width:440px;padding:2rem 1.75rem;border-radius:20px;border:1px solid rgba(148,163,184,.18);background:#ffffffeb;box-shadow:0 12px 40px -20px #0f172a1f,0 0 0 1px #fffc inset}.admin-dash-auth-title{margin:0 0 .35rem;font-size:1.65rem;font-weight:700;letter-spacing:-.03em;text-align:center;color:#0f172a}.admin-dash-auth-lead{margin:0 0 1.25rem;font-size:.9rem;color:#64748b;line-height:1.5;text-align:center}.admin-dash-sidebar{display:flex;flex-direction:column;padding:1.35rem 1rem 1rem;background:#ffffffc7;border-right:1px solid rgba(148,163,184,.16);box-shadow:6px 0 32px -18px #0f172a14}.admin-dash-brand{display:flex;align-items:center;gap:.65rem;padding:0 .15rem}.admin-dash-brand__mark{display:flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border-radius:12px;font-weight:800;font-size:1rem;color:#0f172a;background:linear-gradient(145deg,#e0f2fe,#f0fdf4);border:1px solid rgba(148,163,184,.25);box-shadow:0 2px 10px -4px #0f172a1f}.admin-dash-brand__name{display:block;font-weight:700;font-size:1.05rem;letter-spacing:-.02em;line-height:1.2;color:#0f172a}.admin-dash-brand__sub{display:block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8}.admin-dash-nav{display:flex;flex-direction:column;gap:.35rem;margin-top:1.35rem;flex:1;min-height:0}.admin-dash-nav__btn{text-align:left;width:100%;margin-top:0!important;padding:.55rem .85rem;border-radius:11px;border:1px solid transparent;background:transparent;color:#475569;font-weight:600;font-size:.875rem;cursor:pointer;font-family:inherit;box-shadow:none!important;transition:background .15s ease,border-color .15s ease,color .15s ease}.admin-dash-nav__btn:hover{background:#f1f5f9f2;color:#0f172a}.admin-dash-nav__btn--active{background:#e0f2fed9;border-color:#7dd3fc66;color:#0c4a6e}.admin-dash-sidebar-foot{margin-top:auto;padding-top:1rem;border-top:1px solid rgba(148,163,184,.14);display:flex;flex-direction:column;gap:.65rem}.admin-dash-link{font-size:.85rem;color:#2563eb;text-decoration:none;font-weight:500}.admin-dash-link:hover{text-decoration:underline}.admin-dash-body{display:flex;flex-direction:column;min-width:0;background:#ffffff59}.admin-dash-header{padding:1.2rem 1.75rem 1rem;border-bottom:1px solid rgba(148,163,184,.12);background:#ffffff8c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.admin-dash-header__title{margin:0;font-size:clamp(1.3rem,2vw,1.6rem);font-weight:700;letter-spacing:-.03em;color:#0f172a}.admin-dash-main{flex:1;padding:1.35rem 1.75rem 2.5rem;overflow-x:hidden}.admin-dash-alert{margin:0 0 1rem!important}.admin-dash-muted{color:#64748b;font-size:.9rem;line-height:1.55;margin:0 0 1.35rem;max-width:52rem}.admin-dash-overview{max-width:960px}.admin-dash-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:1rem;margin-bottom:2rem}.admin-dash-stat{background:#fff;border-radius:14px;padding:1rem 1.1rem;border:1px solid rgba(148,163,184,.14);box-shadow:0 4px 22px -10px #0f172a14}.admin-dash-stat__label{display:block;font-size:.68rem;text-transform:uppercase;letter-spacing:.07em;color:#94a3b8;margin-bottom:.45rem}.admin-dash-stat__value{font-size:1.45rem;font-weight:700;color:#0f172a;letter-spacing:-.02em;line-height:1.15}.admin-dash-section-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;margin:0 0 .85rem;font-weight:600}.admin-dash-shortcuts{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:.9rem}.admin-dash-shortcut{text-align:left;margin:0!important;padding:1rem 1.15rem!important;border-radius:14px!important;border:1px solid rgba(148,163,184,.16)!important;background:#fff!important;box-shadow:0 4px 20px -10px #0f172a17!important;color:#334155!important;cursor:pointer;font-family:inherit;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;display:flex;flex-direction:column;gap:.4rem}.admin-dash-shortcut:hover{transform:translateY(-2px);border-color:#7dd3fc73!important;box-shadow:0 10px 32px -14px #0f172a24!important}.admin-dash-shortcut__title{font-weight:600;font-size:.95rem;color:#0f172a}.admin-dash-shortcut__desc{font-size:.8rem;color:#64748b;line-height:1.4}.admin-dash-panel{max-width:960px}.admin-dash-form-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:1.25rem}.admin-dash-field label{display:block;margin-bottom:.35rem}.admin-dash-field--full{width:100%;max-width:420px;margin-bottom:.5rem}.admin-modern{width:100%;min-height:100vh;padding:clamp(1rem,2.2vw,2rem);box-sizing:border-box}.admin-modern--auth{max-width:480px;margin:0 auto;display:grid;gap:1.25rem;align-content:center}.admin-modern-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;padding:.85rem 1.1rem;border-radius:18px;background:#ffffff73;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.65);box-shadow:0 4px 24px -8px #0f172a0f}.admin-title{margin:0;font-family:Outfit,system-ui,sans-serif;font-size:clamp(1.35rem,2.2vw,1.75rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;color:#1e293b}.admin-title--solo{margin:0}.admin-modern--auth .admin-title--solo{text-align:center}.admin-btn-salir{flex-shrink:0;margin-top:0!important;padding:.5rem 1rem;border-radius:999px;border:1px solid rgba(148,163,184,.35);background:#ffffffbf;color:#475569;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.admin-btn-salir:hover{background:#fff;border-color:#7dd3fc8c;color:#0f172a}.admin-modern-grid{display:grid;gap:1.15rem;grid-template-columns:minmax(280px,400px) 1fr}.admin-modern-card{border-radius:18px;border:1px solid rgba(255,255,255,.7);background:#ffffff6b;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);padding:1.15rem 1.2rem;box-shadow:0 8px 32px -12px #0f172a14}.admin-modern-card--wide{min-width:0}.admin-auth-card{max-width:420px;width:100%;margin:0 auto;border-radius:18px;border:1px solid rgba(255,255,255,.7);background:#ffffff7a;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);padding:1.25rem 1.35rem;box-shadow:0 12px 40px -16px #0f172a1a}.admin-top-actions{display:flex;align-items:center}.admin-kpi-row{display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(100px,1fr));margin-bottom:1rem}.admin-kpi{border:1px solid rgba(148,163,184,.18);border-radius:14px;padding:.65rem .75rem;background:#ffffff8c}.admin-kpi span{display:block;font-size:.68rem;color:#64748b;margin-bottom:.3rem;text-transform:uppercase;letter-spacing:.05em}.admin-kpi strong{font-size:.9rem;color:#0f172a;font-weight:600}.admin-client-cards{display:grid;gap:.85rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.admin-client-card{border-radius:16px;padding:1rem 1.05rem;border:1px solid rgba(255,255,255,.85);background:#ffffff8c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 20px -8px #0f172a12;transition:box-shadow .2s ease,transform .2s ease}.admin-client-card:hover{box-shadow:0 8px 28px -10px #0f172a1f;transform:translateY(-1px)}.admin-client-card--t0{background:linear-gradient(155deg,#f0fdf4bf,#fff9);border-color:#a7f3d073}.admin-client-card--t1{background:linear-gradient(155deg,#fffbebd9,#ffffff8c);border-color:#fde68a59}.admin-client-card--t2{background:linear-gradient(155deg,#eff6ffe6,#ffffff8c);border-color:#bae6fd8c}.admin-client-card--t3{background:linear-gradient(155deg,#fafaf9f2,#fff9);border-color:#e4e4e799}.admin-client-card__head{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem;padding-bottom:.65rem;border-bottom:1px solid rgba(148,163,184,.15)}.admin-client-card__name{margin:0;font-family:Outfit,system-ui,sans-serif;font-size:1.05rem;font-weight:600;letter-spacing:-.02em;color:#0f172a;word-break:break-word}.admin-client-card__id{font-size:.72rem;font-family:ui-monospace,monospace;color:#64748b;word-break:break-all}.admin-client-card__stats{margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.admin-client-card__stats>div{text-align:center;padding:.45rem .35rem;border-radius:10px;background:#ffffff80}.admin-client-card__stats dt{margin:0;font-size:.62rem;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.admin-client-card__stats dd{margin:.2rem 0 0;font-size:1.05rem;font-weight:700;color:#334155}.admin-client-card__last{margin:.75rem 0 0;font-size:.78rem;color:#64748b;line-height:1.4}.admin-client-card__last span{color:#475569;font-weight:500}.admin-perm-row{margin-top:.75rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.admin-perm-label{font-size:.82rem;color:#475569;font-weight:600}.admin-perm-toggle{margin-top:0!important;border:1px solid rgba(148,163,184,.35);background:#fffc;color:#7f1d1d;border-radius:999px;padding:.4rem .8rem;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;cursor:pointer}.admin-perm-toggle--on{color:#14532d;border-color:#86efacbf;background:#dcfce7bf}.admin-pkg-select{width:100%;margin-top:.5rem;padding:.55rem .65rem;border-radius:10px;border:1px solid rgba(148,163,184,.35);background:#ffffffe6;font-size:.9rem;color:#0f172a}.admin-pkg-form{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.admin-pkg-form label{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.admin-pkg-list{margin:.75rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.admin-pkg-list li{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;padding:.55rem .65rem;border-radius:10px;background:#ffffff8c;border:1px solid rgba(148,163,184,.15);font-size:.82rem;color:#334155}.admin-pkg-del{margin-top:0!important;padding:.25rem .5rem!important;font-size:.72rem!important;border-radius:8px;background:transparent!important;border:1px solid rgba(220,38,38,.35)!important;color:#b91c1c!important;box-shadow:none!important}.admin-foot{margin-top:1rem!important}@media (max-width: 980px){.admin-modern-grid,.admin-kpi-row{grid-template-columns:1fr}.admin-modern-top{flex-wrap:wrap}.admin-dash:not(.admin-dash--auth){grid-template-columns:1fr}.admin-dash-sidebar{flex-direction:row;flex-wrap:wrap;align-items:center;border-right:none;border-bottom:1px solid rgba(148,163,184,.16);padding:1rem .85rem;box-shadow:0 6px 28px -16px #0f172a14}.admin-dash-brand{flex:1 1 auto;min-width:0}.admin-dash-nav{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:.45rem;margin-top:.75rem;padding-bottom:.2rem;width:100%;scrollbar-width:thin}.admin-dash-nav__btn{flex:0 0 auto;width:auto;white-space:nowrap}.admin-dash-sidebar-foot{flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:.5rem;padding-top:.75rem;border-top:1px solid rgba(148,163,184,.12)}.admin-dash-main{padding:1.1rem 1.1rem 2rem}.admin-dash-header{padding:1rem 1.1rem .85rem}}
