:root{--app-font-family:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;font-family:var(--app-font-family);color:#0f172a;--brand-primary:#128ff2;--brand-primary-hover:#06f;--brand-secondary:#606887;--text-secondary:#6b6f80;--text-muted:#64748b;--surface-page:#f4f6fb;--surface-card:#fff;--surface-muted:#f3f3f3;--border-default:#e3ebf3;--border-light:#e5e7ef;--row-hover:#dbf4ff;--sidebar-width:240px;--sidebar-collapsed-width:72px;--sidebar-bg:#128ff2;--sidebar-bg-hover:#ffffff1f;--sidebar-bg-active:#0000002e;--topbar-height:64px;--mobile-nav-height:64px;background:#f4f6fb;line-height:1.5}*{box-sizing:border-box}body{min-height:100vh;margin:0}a{color:var(--brand-primary)}.auth-shell{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);height:100dvh;min-height:100dvh;display:grid;overflow:hidden}.auth-hero{color:#fff;align-items:center;min-height:0;padding:clamp(2rem,5vw,4rem);display:flex;position:relative;overflow:hidden}.auth-hero-bg{background:linear-gradient(135deg,#0a4f96 0%,#0f7fd4 38%,#5558e3 68%,#9333ea 100%) 0 0/200% 200%;animation:14s infinite auth-gradient-shift;position:absolute;inset:0}.auth-grid{background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 20%,#0000 95%);mask-image:linear-gradient(#000 20%,#0000 95%)}.auth-orb{filter:blur(48px);opacity:.38;border-radius:50%;animation:10s ease-in-out infinite auth-float;position:absolute}.auth-orb--1{background:#22d3ee;width:280px;height:280px;top:-60px;left:-40px}.auth-orb--2{background:#f472b6;width:220px;height:220px;animation-delay:-3s;bottom:10%;right:-30px}.auth-orb--3{background:#fbbf24;width:160px;height:160px;animation-delay:-6s;bottom:35%;left:35%}.auth-hero-content{z-index:1;max-width:500px;position:relative}.auth-hero-brand{color:#fff;align-items:center;gap:.65rem;margin-bottom:2rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:inline-flex}.auth-hero-brand-text{flex-direction:column;gap:.12rem;line-height:1.15;display:flex}.auth-hero-brand-name{letter-spacing:-.03em;font-size:1.4rem;font-weight:800}.auth-hero-brand-tagline{letter-spacing:.01em;color:#ffffffc7;font-size:.72rem;font-weight:500}.auth-hero-logo{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff2e;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 8px 24px #00000026}.auth-hero-title{letter-spacing:-.03em;margin:0 0 .75rem;font-size:clamp(1.75rem,3.5vw,2.35rem);font-weight:800;line-height:1.15}.auth-hero-subtitle{color:#ffffffe0;max-width:480px;margin:0 0 2rem;font-size:1rem;line-height:1.55}.auth-hero-features{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.auth-hero-feature{color:#ffffffeb;align-items:flex-start;gap:.75rem;font-size:.92rem;animation:.6s backwards auth-fade-up;display:flex}.auth-hero-feature-icon{background:#ffffff24;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-top:.1rem;display:flex}.auth-hero-feature-copy{flex-direction:column;gap:.15rem;min-width:0;display:flex}.auth-hero-feature-title{font-size:.92rem;font-weight:600;line-height:1.3}.auth-hero-feature-body{color:#ffffffb8;font-size:.8rem;line-height:1.4}.auth-hero-pipeline{background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;flex-direction:column;gap:.6rem;max-width:26rem;margin-top:1.75rem;padding:.7rem .75rem;animation:.7s .35s backwards auth-fade-up;display:flex}.auth-hero-pipeline-caption{letter-spacing:.03em;text-transform:uppercase;color:#ffffffb3;align-items:center;gap:.4rem;font-size:.68rem;font-weight:600;display:inline-flex}.auth-hero-pipeline-flow{flex-wrap:wrap;align-items:stretch;gap:.35rem;display:flex}.auth-hero-pipeline-metric{color:#ffffffb8;background:#ffffff1a;border-radius:8px;flex-direction:column;flex:4.75rem;gap:.1rem;min-width:4.5rem;padding:.4rem .55rem;font-size:.68rem;line-height:1.25;display:flex}.auth-hero-pipeline-metric strong{letter-spacing:-.02em;color:#fff;font-size:.88rem;font-weight:700}.auth-hero-pipeline-metric--accent{background:#ffffff24}.auth-hero-pipeline-arrow{color:#ffffff6b;align-self:center;align-items:center;font-size:.75rem;line-height:1;display:flex}.auth-hero-highlights{flex-wrap:wrap;gap:.45rem;margin-top:1.75rem;animation:.7s .35s backwards auth-fade-up;display:flex}.auth-hero-highlight-chip{letter-spacing:.01em;color:#ffffffe6;white-space:nowrap;background:#ffffff1f;border:1px solid #ffffff24;border-radius:999px;padding:.4rem .7rem;font-size:.72rem;font-weight:600}.auth-main{background:linear-gradient(#f8fafc 0%,#eef2ff 100%);justify-content:center;align-items:center;min-height:0;padding:clamp(1rem,3vw,2.5rem);display:flex;overflow:auto}.auth-panel{background:#fff;border:1px solid #fffc;border-radius:20px;width:100%;max-width:440px;padding:clamp(1.5rem,4vw,2.25rem);animation:.55s cubic-bezier(.22,1,.36,1) auth-panel-in;box-shadow:0 4px 6px #0f172a0a,0 24px 48px #6366f11a}.auth-panel--wide{max-width:520px}.auth-panel--signup{padding:clamp(1.25rem,3vw,1.85rem)}.auth-panel--signup .auth-panel-body{margin-top:1.1rem}.auth-panel--signup .auth-panel-footer{margin-top:.85rem}.auth-panel--signup .auth-panel-legal{gap:.35rem;margin-top:.85rem}.auth-form--signup{gap:.75rem}.auth-form--signup .auth-signup-policy{margin-top:-.15rem}.auth-form--signup .auth-signup-submit{margin-top:.15rem}.auth-form--signup .pwx-policy{gap:.45rem;margin-top:0}.auth-form--signup .pwx-rules{gap:.2rem;font-size:.72rem}.auth-panel-top{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.auth-panel-brand{color:#0f172a;align-items:center;gap:.55rem;min-width:0;text-decoration:none;display:none}.auth-panel-brand-logo{color:#fff;background:linear-gradient(135deg,#128ff2,#6366f1);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.auth-panel-brand-text{flex-direction:column;gap:.05rem;min-width:0;line-height:1.15;display:flex}.auth-panel-brand-name{letter-spacing:-.02em;font-size:.95rem;font-weight:800}.auth-panel-brand-tagline{color:#64748b;font-size:.68rem;font-weight:500}.auth-panel-header h1{letter-spacing:-.02em;color:#0f172a;margin:0;font-size:1.65rem;font-weight:800}.auth-panel-header p{color:#64748b;margin:.4rem 0 0;font-size:.92rem;line-height:1.45}.auth-panel-body{margin-top:1.5rem}.auth-panel-footer{margin-top:1.25rem;padding-top:.25rem}.auth-secure-note{color:#94a3b8;justify-content:center;align-items:center;gap:.35rem;margin:0;font-size:.72rem;line-height:1.3;display:flex}.auth-panel-legal{flex-direction:column;align-items:center;gap:.45rem;margin-top:1.15rem;display:flex}.auth-legal-links{color:#94a3b8;justify-content:center;align-items:center;gap:.4rem;margin:0;font-size:.68rem;line-height:1.3;display:flex}.auth-legal-sep{color:#cbd5e1}.auth-legal-link{color:#94a3b8;text-decoration:none}.auth-legal-link:hover{color:#64748b;text-decoration:underline}.auth-legal-doc{color:#475569;flex-direction:column;gap:.9rem;font-size:.9rem;line-height:1.55;display:flex}.auth-legal-doc p{margin:0}.auth-lang-switcher{flex-wrap:wrap;justify-content:flex-end;gap:.15rem;margin-left:auto;display:flex}.auth-lang-btn{color:#94a3b8;min-width:2rem;min-height:2rem;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;padding:.25rem .45rem;font-size:.7rem;line-height:1.2;transition:border-color .2s,color .2s,background .2s}.auth-lang-btn:hover{color:var(--brand-primary);background:#f8fafc;border-color:#e2e8f0}.auth-lang-btn.is-active{color:#334155;box-shadow:none;background:#f1f5f9;border-color:#e2e8f0;font-weight:600}.auth-animate-in{animation:.45s backwards auth-fade-up}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-form--grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.auth-form-span,.auth-form-span-sm{grid-column:1/-1}@media (width>=520px){.auth-form-span-sm{grid-column:span 2}}.auth-field{flex-direction:column;gap:.4rem;display:flex}.auth-field-label{color:#374151;font-size:.82rem;font-weight:600}.auth-field-control{align-items:center;display:flex;position:relative}.auth-field-icon{color:#94a3b8;pointer-events:none;transition:color .2s;position:absolute;left:.85rem}.auth-field-input{width:100%;font:inherit;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:.72rem .85rem .72rem 2.65rem;font-size:.92rem;transition:border-color .2s,box-shadow .2s,background .2s}.auth-field-input:focus{border-color:var(--brand-primary);background:#fff;outline:none;box-shadow:0 0 0 4px #128ff224}.auth-field-control:focus-within .auth-field-icon{color:var(--brand-primary)}.auth-field--error .auth-field-label{color:#b91c1c}.auth-field--error .auth-field-input{background:#fef2f2;border-color:#ef4444;box-shadow:0 0 0 3px #ef44441f}.auth-field--error .auth-field-input:focus{border-color:#dc2626;box-shadow:0 0 0 3px #ef44442e}.auth-field--error .auth-field-icon{color:#ef4444}.auth-field-error{color:#dc2626;margin-top:.15rem;font-size:.78rem;font-weight:500;line-height:1.35;display:block}.auth-field-caps{color:#b45309;margin-top:.15rem;font-size:.75rem;font-weight:500;line-height:1.35;display:block}.auth-field-toggle{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;right:.5rem}.auth-field-toggle:hover{color:#0f172a;background:#0f172a0d}.auth-field-hint{color:#64748b;font-size:.78rem}.auth-phone-field{min-width:0}.auth-phone-control{box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-flow:row;align-items:stretch;width:100%;min-height:2.85rem;padding-left:2.65rem;transition:border-color .2s,box-shadow .2s,background .2s;display:flex;overflow:visible}.auth-phone-control:focus-within{border-color:var(--brand-primary,#128ff2);background:#fff;box-shadow:0 0 0 4px #128ff224}.auth-field--error .auth-phone-control{background:#fef2f2;border-color:#ef4444;box-shadow:0 0 0 3px #ef44441f}.auth-phone-dial-wrap{background:0 0;border-right:1px solid #e2e8f0;flex:none;align-items:center;gap:.35rem;min-width:6.5rem;max-width:8.5rem;padding:0 .15rem 0 0;display:flex;position:relative}.auth-phone-flag{pointer-events:none;border-radius:2px;flex-shrink:0;display:block;box-shadow:0 0 0 1px #0f172a14}.auth-phone-select2.select2-wrap,.auth-phone-dial-wrap .select2-wrap{vertical-align:middle;flex:auto;width:100%;min-width:0;max-width:100%;display:flex;position:relative}.auth-phone-dial-wrap .select2-trigger{color:#0f172a;width:100%;height:2.75rem;min-height:2.75rem;font:inherit;text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:.25rem;padding:0 .35rem 0 0;font-size:.88rem;font-weight:600;display:flex;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}.auth-phone-dial-wrap .select2-trigger:hover:not(:disabled),.auth-phone-dial-wrap .select2-trigger:focus,.auth-phone-dial-wrap .select2-trigger:focus-visible,.auth-phone-dial-wrap .select2-wrap.is-open .select2-trigger,.auth-phone-dial-wrap .select2-trigger.is-open{outline:none;box-shadow:none!important;border:none!important}.auth-phone-dial-wrap .select2-trigger-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;max-width:4.25rem;overflow:hidden}.auth-phone-dial-wrap .select2-chevron{color:#94a3b8;flex-shrink:0;width:14px;height:14px}.auth-phone-number{color:#0f172a;width:100%;min-width:0;min-height:2.75rem;font:inherit;box-shadow:none;appearance:none;background:0 0;border:none;border-radius:0;outline:none;flex:auto;margin:0;padding:.72rem .85rem;font-size:.92rem}.auth-phone-number::placeholder{color:#94a3b8}.select2-wrap{vertical-align:middle;min-width:0;max-width:100%;display:inline-flex;position:relative}.select2-trigger{color:#111827;width:100%;min-height:38px;font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7ef;border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;padding:.45rem .65rem;font-size:.875rem;display:flex}.select2-trigger-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.select2-chevron{color:#6b7280;flex-shrink:0;transition:transform .15s}.select2-trigger.is-open .select2-chevron{transform:rotate(180deg)}.select2-menu{background:#fff;border:1px solid #e5e7ef;border-radius:10px;overflow:hidden;box-shadow:0 12px 32px #0f172a24}.select2-search-wrap{border-bottom:1px solid #eef0f6;align-items:center;gap:.4rem;padding:.5rem .65rem;display:flex}.select2-search-icon{color:#9ca3af;flex-shrink:0}.select2-search{min-width:0;font:inherit;background:0 0;border:none;outline:none;flex:1;font-size:.85rem}.select2-options{max-height:240px;margin:0;padding:.35rem 0;list-style:none;overflow-y:auto}.select2-option{color:#111827;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;padding:.5rem .75rem;font-size:.875rem;display:block}.select2-option:hover,.select2-option.is-highlighted{background:#f1f5f9}.select2-option.is-selected{background:#eff6ff;font-weight:600}.select2-empty{color:#94a3b8;text-align:center;padding:.75rem;font-size:.85rem}.auth-phone-select2-menu.select2-menu,.select2-menu.auth-phone-select2-menu{z-index:12000!important}.auth-submit{background:var(--brand-primary,#128ff2);color:#fff;width:100%;font:inherit;cursor:pointer;box-shadow:0 8px 20px color-mix(in srgb, var(--brand-primary,#128ff2) 28%, transparent);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:.35rem;padding:.8rem 1.25rem;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex}.auth-submit:hover:not(:disabled){background:var(--brand-primary-hover,#06f);box-shadow:0 12px 28px color-mix(in srgb, var(--brand-primary,#128ff2) 35%, transparent);transform:translateY(-2px)}.auth-submit:active:not(:disabled){transform:translateY(0)}.auth-submit:disabled{opacity:.65;cursor:not-allowed}.auth-submit--link{text-align:center;text-decoration:none}.auth-submit-spinner{animation:.8s linear infinite auth-spin}.auth-alert{border-radius:12px;align-items:flex-start;gap:.55rem;padding:.8rem 1rem;font-size:.88rem;line-height:1.45;display:flex}.auth-alert>svg{flex:none;margin-top:.1rem}.auth-alert-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.auth-alert-error--strong{color:#b91c1c;background:#fee2e2;border:1px solid #f87171;border-left:4px solid #dc2626;font-weight:600}.auth-confirm-backdrop{z-index:6000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a8c;place-items:center;padding:1rem;animation:.18s ease-out auth-confirm-fade;display:grid;position:fixed;inset:0}.auth-confirm-modal{box-sizing:border-box;text-align:center;background:#fff;border-radius:16px;width:min(460px,100%);padding:1.75rem 1.5rem 1.4rem;animation:.22s cubic-bezier(.22,1,.36,1) auth-confirm-pop;box-shadow:0 24px 60px #0f172a47}.auth-confirm-icon{background:var(--brand-primary,#128ff2);color:#fff;width:48px;height:48px;box-shadow:0 8px 18px color-mix(in srgb, var(--brand-primary,#128ff2) 30%, transparent);border-radius:14px;justify-content:center;align-items:center;margin-bottom:.9rem;display:inline-flex}.auth-confirm-modal h3{color:#0f172a;margin:0;font-size:1.05rem;font-weight:800;line-height:1.45}.auth-confirm-copy{color:#64748b;margin:.65rem 0 0;font-size:.87rem;line-height:1.55}.auth-confirm-actions{justify-content:center;gap:.7rem;margin-top:1.45rem;display:flex}.auth-confirm-btn{min-width:104px;font:inherit;color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.62rem 1.4rem;font-size:.92rem;font-weight:700;transition:transform .18s,box-shadow .18s,opacity .18s}.auth-confirm-btn:hover:not(:disabled){transform:translateY(-1px)}.auth-confirm-btn:disabled{opacity:.65;cursor:not-allowed}.auth-confirm-btn--yes{background:var(--brand-primary,#128ff2);box-shadow:0 8px 18px color-mix(in srgb, var(--brand-primary,#128ff2) 30%, transparent)}.auth-confirm-btn--no{background:#ef4444;box-shadow:0 8px 18px #ef444447}@keyframes auth-confirm-fade{0%{opacity:0}to{opacity:1}}@keyframes auth-confirm-pop{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.auth-alert-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.auth-info{color:#475569;margin:0;font-size:.9rem;line-height:1.5}.auth-info--muted{color:#94a3b8;font-size:.82rem}.auth-resend-block{flex-direction:column;align-items:flex-start;gap:.35rem;margin:-.35rem 0 .15rem;display:flex}.auth-resend-block .auth-link{cursor:pointer;font:inherit;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;display:inline-flex}.auth-resend-block .auth-link:disabled{opacity:.55;cursor:not-allowed}.auth-resend-message{color:#047857;margin:0;font-size:.8rem;line-height:1.4}.auth-footer-text{text-align:center;color:#64748b;margin:.65rem 0 0;font-size:.88rem}.auth-link{color:var(--brand-primary);font-weight:500;text-decoration:none;transition:color .15s}.auth-link:hover{color:var(--brand-primary-hover);text-decoration:underline}.auth-link--strong{font-weight:700}.auth-verify-card{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.auth-verify-icon{width:72px;height:72px;color:var(--brand-primary);background:linear-gradient(135deg,#128ff226,#6366f126);border-radius:50%;justify-content:center;align-items:center;display:flex}.auth-verify-icon--success{color:#16a34a;background:#f0fdf4}.auth-verify-icon--error{color:#dc2626;background:#fef2f2}.auth-success-card{flex-direction:column;gap:.75rem;display:flex}.auth-page{background:linear-gradient(#f8fafc 0%,#eef2ff 100%);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.auth-card{background:#fff;border-radius:20px;width:100%;max-width:420px;padding:2rem;box-shadow:0 24px 48px #6366f11a}.auth-footer-link{text-align:center;color:#64748b;margin-top:1.25rem;font-size:.875rem}@keyframes auth-gradient-shift{0%,to{background-position:0%}50%{background-position:100%}}@keyframes auth-float{0%,to{transform:translate(0)scale(1)}50%{transform:translate(12px,-18px)scale(1.05)}}@keyframes auth-fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes auth-panel-in{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (width<=960px){.auth-shell{grid-template-rows:1fr;grid-template-columns:1fr}.auth-hero{display:none}.auth-panel-brand{display:inline-flex}.auth-main{align-items:flex-start;margin-top:0;padding:1rem 1rem 2rem}.auth-panel{border-radius:16px;max-width:none;margin-top:.5rem}}@media (width<=520px){.auth-form--grid{grid-template-columns:1fr}.auth-form-span-sm{grid-column:1/-1}}@media (prefers-reduced-motion:reduce){.auth-hero-bg,.auth-orb,.auth-panel,.auth-animate-in,.auth-hero-feature,.auth-hero-pipeline,.auth-hero-highlights,.auth-submit-spinner{animation:none}.auth-submit:hover:not(:disabled){transform:none}}.app-lang-switcher{align-items:center;gap:.2rem;margin-right:.25rem;display:flex}.app-lang-btn{color:#64748b;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;padding:.2rem .4rem;font-size:.7rem;line-height:1.2}.app-lang-btn:hover{color:#0f172a;background:#0f172a0a}.app-lang-btn.is-active{color:var(--brand-primary);background:#128ff21a;font-weight:600}.rcrm-appearance-section .app-lang-switcher{justify-content:flex-start;margin-right:0}.rcrm-appearance-section .app-lang-btn{border:1px solid #cbd5e1;padding:.35rem .65rem;font-size:.8rem}.auth-header h1{margin:.5rem 0 .25rem;font-size:1.5rem}.auth-header p{color:#64748b;margin:0;font-size:.9rem}.auth-brand{color:#0f172a;font-weight:700;text-decoration:none}.field-error{color:#dc2626;font-size:.8rem;font-weight:400}.auth-card button+.btn-secondary{color:#64748b;background:0 0;border:1px solid #cbd5e1;margin-top:.5rem}.rcrm-notify-loading.rcrm-loading-state--compact{min-height:9rem;padding:1.75rem 1rem}.rcrm-notify-loading .rcrm-loading-state__panel{box-shadow:none;background:0 0;border:none;padding:0}.rcrm-notify-loading .rcrm-loading-state__pulse-core{background:var(--brand-primary)}.rcrm-notify-loading .rcrm-loading-state__pulse-ring{border-color:color-mix(in srgb, var(--brand-primary) 35%, transparent)}.rcrm-loading-state{box-sizing:border-box;justify-content:center;align-items:center;width:100%;padding:2rem 1rem;display:flex}.rcrm-loading-state__panel{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.875rem;max-width:min(26rem,92vw);display:flex}.rcrm-loading-state--full-page{min-height:calc(100dvh - 3.5rem)}.rcrm-loading-state--full-page .rcrm-loading-state__panel{background:#fff;border:1px solid #e2e8f0f2;border-radius:14px;padding:1.5rem 1.75rem;box-shadow:0 4px 24px #0f172a0f}.rcrm-loading-state--full-page .rcrm-loading-state__pulse{width:2.75rem;height:2.75rem}.rcrm-loading-state--section{flex:1;min-height:14rem}.rcrm-loading-state--compact{min-height:10rem;padding:1.5rem 1rem}.rcrm-loading-state--compact .rcrm-loading-state__panel{max-width:min(22rem,90vw)}.rcrm-loading-state--compact .rcrm-loading-state__pulse{width:1.75rem;height:1.75rem}.rcrm-loading-state__pulse{flex-shrink:0;width:2.25rem;height:2.25rem;position:relative}.rcrm-loading-state__pulse-core{background:var(--brand-primary);width:.625rem;height:.625rem;box-shadow:0 0 0 4px color-mix(in srgb, var(--brand-primary) 12%, transparent);border-radius:50%;margin:-.3125rem 0 0 -.3125rem;animation:2s ease-in-out infinite rcrm-loading-pulse-core;position:absolute;top:50%;left:50%}.rcrm-loading-state__pulse-ring{border:2px solid var(--brand-primary);opacity:0;border-radius:50%;animation:2s ease-out infinite rcrm-loading-pulse-ring;position:absolute;inset:0}.rcrm-loading-state__pulse-ring--delay{animation-delay:1s}.rcrm-loading-state__label{color:#64748b;text-wrap:pretty;overflow-wrap:anywhere;max-width:100%;margin:0;font-size:.875rem;line-height:1.5}.rcrm-loading-state--full-page .rcrm-loading-state__label{color:#475569;font-size:.9375rem}@keyframes rcrm-loading-pulse-ring{0%{opacity:.7;transform:scale(.3)}70%,to{opacity:0;transform:scale(1)}}@keyframes rcrm-loading-pulse-core{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(.92)}}@media (prefers-reduced-motion:reduce){.rcrm-loading-state__pulse-ring{opacity:0;animation:none}.rcrm-loading-state__pulse-core{animation:1.4s ease-in-out infinite rcrm-loading-pulse-core-static}}@keyframes rcrm-loading-pulse-core-static{0%,to{opacity:1}50%{opacity:.45}}.settings-log-crm-list .rcrm-loading-state{flex-shrink:0}@container (width<=900px){.field-builder-workspace{grid-template-rows:minmax(0,1fr);grid-template-columns:210px minmax(0,1fr)}.field-builder-workspace.has-properties,.field-builder-workspace.has-formula{grid-template-rows:minmax(0,1fr) auto;grid-template-columns:210px minmax(0,1fr)}.field-builder-properties,.field-builder-formula-drawer{border-top:1px solid #e8eef5;border-left:0;grid-column:1/-1;max-height:260px}.field-builder-library{min-width:0}.field-builder-properties,.field-builder-formula-drawer{border-top:1px solid #e8eef5;border-left:0}}@container (width<=420px){.field-builder-section-grid{grid-template-columns:1fr}.field-builder-slot{grid-template-columns:20px minmax(0,1fr) auto auto 18px}.field-builder-slot-meta{display:none}}.telephony-setup-slideover .telephony-setup-empty-loader .rcrm-loading-state--compact,.telephony-routing-users-loader .rcrm-loading-state--compact{width:100%}.auth-field>.select2-wrap{width:100%;display:flex}.rcrm-confirm-root{z-index:10050;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.rcrm-confirm-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;background:#0f172a73;border:0;position:absolute;inset:0}.rcrm-confirm-dialog{z-index:1;background:var(--rcrm-card-bg,var(--surface-card,#fff));width:min(420px,100%);box-shadow:var(--rcrm-shadow,0 24px 48px #0f172a2e);border:1px solid var(--rcrm-border,#e8eef5);border-radius:14px;padding:1.35rem 1.35rem 1.15rem;animation:.18s ease-out rcrm-confirm-in;position:relative}@keyframes rcrm-confirm-in{0%{opacity:0;transform:scale(.96)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}.rcrm-confirm-close{top:.75rem;color:var(--rcrm-muted,#9ca3af);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:.25rem;position:absolute;inset-inline-end:.75rem}.rcrm-confirm-close:hover{background:var(--rcrm-soft,#f3f4f6);color:var(--rcrm-text,#374151)}.rcrm-confirm-main{align-items:flex-start;gap:.85rem;margin-bottom:1.25rem;display:flex}.rcrm-confirm-icon{background:var(--rcrm-primary-soft,#eff6ff);width:44px;height:44px;color:var(--brand-primary,var(--rcrm-primary,#128ff2));border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.rcrm-confirm-header{align-items:flex-start;gap:.85rem;margin-bottom:1.25rem;display:flex}.rcrm-confirm-copy{flex:1;min-width:0;padding-inline-end:1.75rem}.rcrm-confirm-icon.is-danger,.rcrm-confirm-dialog.is-danger .rcrm-confirm-icon{background:color-mix(in srgb, var(--brand-danger,var(--rcrm-danger,#dc2626)) 12%, transparent);color:var(--brand-danger,var(--rcrm-danger,#dc2626))}.rcrm-confirm-title{color:var(--rcrm-text,var(--text-color,#111827));overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:1.1rem;font-weight:700}.rcrm-confirm-copy:not(:has(.rcrm-confirm-message)) .rcrm-confirm-title{margin:0}.rcrm-confirm-message{color:var(--rcrm-muted,#6b7280);overflow-wrap:anywhere;word-break:break-word;margin:.35rem 0 0;font-size:.9rem;line-height:1.5}.rcrm-confirm-actions{justify-content:flex-end;gap:.55rem;display:flex}.rcrm-confirm-btn-cancel,.rcrm-confirm-btn-confirm{cursor:pointer;border:1px solid #0000;border-radius:8px;min-width:96px;padding:.55rem 1rem;font-size:.86rem;font-weight:600}.rcrm-confirm-btn-cancel{background:var(--rcrm-card-bg,var(--surface-card,#fff));border-color:var(--rcrm-border,#e8eef5);color:var(--rcrm-text,#374151)}.rcrm-confirm-btn-cancel:hover{background:var(--rcrm-soft,#f9fafb)}.rcrm-confirm-btn-confirm{background:var(--brand-primary,var(--rcrm-primary,#128ff2));color:#fff}.rcrm-confirm-btn-confirm:hover{background:var(--brand-primary-hover,var(--rcrm-primary-hover,#0f7ad4))}.rcrm-confirm-btn-confirm.is-danger{background:var(--brand-danger,var(--rcrm-danger,#dc2626))}.rcrm-confirm-btn-confirm.is-danger:hover{background:color-mix(in srgb, var(--brand-danger,var(--rcrm-danger,#dc2626)) 82%, #000)}.rcrm-toast-stack{z-index:10060;pointer-events:none;flex-direction:column;gap:.55rem;width:min(380px,100vw - 2rem);display:flex;position:fixed;top:1rem;right:1rem}.rcrm-toast{pointer-events:auto;background:#fff;border:1px solid #e8eef5;border-radius:10px;align-items:flex-start;gap:.55rem;padding:.75rem .85rem;animation:.22s ease-out rcrm-toast-in;display:flex;box-shadow:0 12px 28px #0f172a1f}@keyframes rcrm-toast-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.rcrm-toast-icon{flex-shrink:0;margin-top:.1rem}.rcrm-toast-success .rcrm-toast-icon{color:#16a34a}.rcrm-toast-error .rcrm-toast-icon{color:#dc2626}.rcrm-toast-info .rcrm-toast-icon{color:#128ff2}.rcrm-toast-message{color:#374151;flex:1;margin:0;font-size:.86rem;line-height:1.45}.rcrm-toast-dismiss{color:#9ca3af;cursor:pointer;background:0 0;border:0;border-radius:6px;flex-shrink:0;padding:.15rem}.rcrm-toast-dismiss:hover{color:#374151;background:#f3f4f6}@media (width<=520px){.rcrm-confirm-actions{flex-direction:column-reverse}.rcrm-confirm-btn-cancel,.rcrm-confirm-btn-confirm{width:100%}.rcrm-toast-stack{width:auto;left:1rem;right:1rem}}:root{--rcrm-bg:#f4f6fb;--rcrm-text:#0f172a;--rcrm-muted:#64748b;--rcrm-primary:var(--brand-primary,#128ff2);--rcrm-primary-hover:var(--brand-primary-hover,#0f7fd8);--rcrm-primary-soft:color-mix(in srgb, var(--rcrm-primary) 10%, white);--rcrm-primary-border:color-mix(in srgb, var(--rcrm-primary) 22%, white);--rcrm-card-bg:#fff;--rcrm-soft:#f8fafc;--rcrm-border:#e2e8f0;--rcrm-success:#67c23a;--rcrm-danger:#f56c6c;--rcrm-shadow:0 10px 30px #0f172a0a}.whatsapp-config.facebook-lead-ads .facebook-lead-ads-fields-loader .rcrm-loading-state--compact{justify-content:flex-start}.updates-comments-table-wrap .rcrm-loading-state--section{background:var(--updates-surface);min-height:16rem}.updates-comments-table-wrap .rcrm-loading-state__pulse-core{background:var(--brand-primary)}.updates-comments-table-wrap .rcrm-loading-state__pulse-ring{border-color:color-mix(in srgb, var(--brand-primary) 35%, transparent)}.pwx-backdrop{z-index:6500;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a94;place-items:center;padding:1rem;animation:.2s ease-out pwx-fade;display:grid;position:fixed;inset:0;overflow-y:auto}.pwx-backdrop.is-expired{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(160deg,#0f172ab8 0%,#450a0aad 100%)}.pwx-modal{box-sizing:border-box;text-align:center;background:#fff;border-radius:20px;width:min(430px,100%);padding:2rem 1.65rem 1.5rem;animation:.28s cubic-bezier(.22,1,.36,1) pwx-pop;position:relative;box-shadow:0 28px 70px #0f172a52}.pwx-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:9px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:background .15s,color .15s;display:inline-flex;position:absolute;top:.85rem;right:.85rem}.pwx-close:hover{color:#475569;background:#f1f5f9}.pwx-hero{flex-direction:column;align-items:center;display:flex}.pwx-orb{place-items:center;width:84px;height:84px;margin-bottom:1.05rem;display:inline-grid;position:relative}.pwx-orb-ring{border-radius:50%;animation:2.4s cubic-bezier(.22,1,.36,1) infinite pwx-ripple;position:absolute;inset:0}.pwx-orb-ring--2{animation-delay:1.2s}.pwx-orb-core{color:#fff;border-radius:50%;place-items:center;width:62px;height:62px;display:inline-grid;position:relative}.pwx-modal.is-soon .pwx-orb-ring{background:#f59e0b38}.pwx-modal.is-soon .pwx-orb-core{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);box-shadow:0 10px 24px #f59e0b61}.pwx-modal.is-expired .pwx-orb-ring{background:#ef444438}.pwx-modal.is-expired .pwx-orb-core{background:linear-gradient(135deg,#f87171 0%,#dc2626 100%);animation:1.9s ease-in-out infinite pwx-throb;box-shadow:0 10px 24px #dc26266b}.pwx-title{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:1.16rem;font-weight:800;line-height:1.4}.pwx-copy{color:#64748b;margin:.55rem 0 0;font-size:.88rem;line-height:1.55}.pwx-countdown{color:#b45309;background:#fef3c7;border-radius:999px;align-items:center;gap:.35rem;margin-top:.9rem;padding:.3rem .7rem;font-size:.76rem;font-weight:700;display:inline-flex}.pwx-form{text-align:left;margin-top:1.5rem}.pwx-field+.pwx-field{margin-top:.8rem}.pwx-field-label{color:#374151;margin-bottom:.35rem;font-size:.82rem;font-weight:600;display:block}.pwx-field-control{align-items:center;display:flex;position:relative}.pwx-field-input{box-sizing:border-box;width:100%;font:inherit;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:11px;padding:.7rem 2.6rem .7rem .85rem;font-size:.92rem;transition:border-color .15s,box-shadow .15s,background .15s}.pwx-field-input:focus{border-color:var(--brand-primary,#128ff2);background:#fff;outline:none;box-shadow:0 0 0 3px #128ff229}.pwx-field-control.is-invalid .pwx-field-input{background:#fef2f2;border-color:#ef4444}.pwx-field-toggle{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;place-items:center;width:30px;height:30px;padding:0;transition:background .15s,color .15s;display:inline-grid;position:absolute;right:.5rem}.pwx-field-toggle:hover{color:#475569;background:#e2e8f0}.pwx-policy{margin-top:.9rem}.crm-user-field-group--full{grid-column:1/-1}.pwx-strength{grid-template-columns:repeat(4,1fr);gap:4px;margin-bottom:.7rem;display:grid}.pwx-strength span{background:#e2e8f0;border-radius:999px;height:4px;transition:background .25s}.pwx-strength.is-level-1 span.is-on{background:#ef4444}.pwx-strength.is-level-2 span.is-on{background:#f59e0b}.pwx-strength.is-level-3 span.is-on{background:#eab308}.pwx-strength.is-level-4 span.is-on{background:#22c55e}.pwx-rules{grid-template-columns:1fr 1fr;gap:.35rem .75rem;margin:.85rem 0 0;padding:0;list-style:none;display:grid}.pwx-rules li{color:#94a3b8;align-items:center;gap:.4rem;font-size:.76rem;transition:color .2s;display:flex}.pwx-rules li.is-ok{color:#15803d}.pwx-rule-tick{color:#fff;background:#e2e8f0;border-radius:50%;flex:none;place-items:center;width:15px;height:15px;transition:background .2s,transform .2s;display:inline-grid}.pwx-rules li.is-ok .pwx-rule-tick{background:#22c55e;transform:scale(1.06)}.pwx-rule-dot{background:#fff;border-radius:50%;width:4px;height:4px}.pwx-mismatch,.pwx-error{color:#b91c1c;margin:.7rem 0 0;font-size:.79rem;font-weight:600}.pwx-actions{flex-direction:column;gap:.55rem;margin-top:1.4rem;display:flex}.pwx-btn{width:100%;font:inherit;cursor:pointer;border:none;border-radius:11px;padding:.72rem 1.25rem;font-size:.92rem;font-weight:700;transition:transform .18s,box-shadow .18s,opacity .18s,background .18s}.pwx-btn--primary{color:#fff;background:var(--brand-primary,#128ff2);box-shadow:0 10px 22px color-mix(in srgb, var(--brand-primary,#128ff2) 30%, transparent)}.pwx-btn--primary:hover:not(:disabled){background:var(--brand-primary-hover,#06f);transform:translateY(-1px)}.pwx-btn--primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.pwx-btn--ghost{color:#64748b;background:0 0}.pwx-btn--ghost:hover{color:#334155;background:#f1f5f9}@keyframes pwx-fade{0%{opacity:0}to{opacity:1}}@keyframes pwx-pop{0%{opacity:0;transform:translateY(14px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes pwx-ripple{0%{opacity:.85;transform:scale(.68)}70%{opacity:0}to{opacity:0;transform:scale(1.12)}}@keyframes pwx-throb{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@media (prefers-reduced-motion:reduce){.pwx-backdrop,.pwx-modal,.pwx-orb-ring,.pwx-modal.is-expired .pwx-orb-core{animation:none}}.rcrm-push-to-web-overlay{z-index:10080;background:color-mix(in srgb, var(--text-muted,#64748b) 35%, transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);place-items:center;display:grid;position:fixed;inset:0}.rcrm-push-to-web-card{background:var(--surface-card,#fff);border:1px solid var(--border-default,#e3ebf3);min-width:min(280px,100vw - 2rem);box-shadow:0 16px 40px color-mix(in srgb, var(--text-muted,#64748b) 25%, transparent);border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.15rem;display:flex}.rcrm-push-to-web-spinner{border:2px solid var(--border-default,#e3ebf3);border-top-color:var(--brand-primary,#128ff2);border-radius:999px;flex-shrink:0;width:1.25rem;height:1.25rem;animation:.7s linear infinite rcrm-push-to-web-spin}.rcrm-push-to-web-message{color:var(--text-secondary,#6b6f80);margin:0;font-size:.95rem}@keyframes rcrm-push-to-web-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.rcrm-push-to-web-spinner{animation:none}}
