.AccountCard-module__48jprG__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border-top:3px solid var(--border);transition:border-color .15s;overflow:hidden}.AccountCard-module__48jprG__card:hover{border-color:var(--border-strong)}.AccountCard-module__48jprG__green{border-top-color:var(--success)}.AccountCard-module__48jprG__blue{border-top-color:var(--info)}.AccountCard-module__48jprG__orange{border-top-color:var(--warning)}.AccountCard-module__48jprG__purple{border-top-color:#8b5cf6}.AccountCard-module__48jprG__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding:16px;display:flex}.AccountCard-module__48jprG__provider{align-items:center;gap:10px;display:flex}.AccountCard-module__48jprG__providerIcon{border-radius:var(--radius);background:var(--bg-badge);width:32px;height:32px;color:var(--text-secondary);justify-content:center;align-items:center;font-size:14px;display:flex}.AccountCard-module__48jprG__providerName{color:var(--text-primary);font-size:14px;font-weight:600}.AccountCard-module__48jprG__badge{background:var(--bg-badge);color:var(--text-secondary);border-radius:100px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-flex}.AccountCard-module__48jprG__body{flex-direction:column;gap:10px;padding:16px;display:flex}.AccountCard-module__48jprG__row{justify-content:space-between;align-items:center;display:flex}.AccountCard-module__48jprG__row label{color:var(--text-muted);margin-bottom:0;font-size:12px}.AccountCard-module__48jprG__row span{color:var(--text-primary);text-align:right;word-break:break-all;max-width:60%;font-size:13px;font-weight:500}.AccountCard-module__48jprG__accountNumber{align-items:center;gap:6px;display:flex}.AccountCard-module__48jprG__copyBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:2px;font-size:12px;display:flex}.AccountCard-module__48jprG__copyBtn:hover{color:var(--primary)}.AccountCard-module__48jprG__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.AccountCard-module__48jprG__lastActive{color:var(--text-muted);font-size:11px}.AccountCard-module__48jprG__actions{gap:6px;display:flex}.AccountCard-module__48jprG__deleteBtn{border-radius:var(--radius);color:var(--danger);cursor:pointer;background:0 0;border:1px solid #dc26264d;align-items:center;gap:4px;padding:5px 10px;font-size:12px;transition:all .12s;display:flex}.AccountCard-module__48jprG__deleteBtn:hover{background:var(--danger-bg)}.AccountCard-module__48jprG__activeDot{background:var(--success);border-radius:50%;width:6px;height:6px;margin-right:4px;display:inline-block}.AccountCard-module__48jprG__inactiveDot{background:var(--text-muted);border-radius:50%;width:6px;height:6px;margin-right:4px;display:inline-block}
.Toast-module__DGgETa__toastContainer{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;width:calc(100vw - 40px);max-width:420px;display:flex;position:fixed;top:20px;right:20px}.Toast-module__DGgETa__toast{pointer-events:auto;border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-lg);justify-content:space-between;align-items:center;padding:12px 16px;transition:all .2s;animation:.25s cubic-bezier(.16,1,.3,1) Toast-module__DGgETa__toastSlideIn;display:flex}@keyframes Toast-module__DGgETa__toastSlideIn{0%{opacity:0;transform:translateY(-12px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.Toast-module__DGgETa__toastContent{flex:1;align-items:center;gap:10px;display:flex}.Toast-module__DGgETa__toastIcon{flex-shrink:0;align-items:center;font-size:16px;display:flex}.Toast-module__DGgETa__iconSuccess{color:var(--success)}.Toast-module__DGgETa__iconError{color:var(--danger)}.Toast-module__DGgETa__iconWarning{color:var(--warning)}.Toast-module__DGgETa__iconInfo{color:var(--primary)}.Toast-module__DGgETa__toastMessage{color:var(--text-primary);font-size:13px;font-weight:500;line-height:1.4}.Toast-module__DGgETa__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;margin-left:8px;padding:4px;font-size:11px;transition:color .15s;display:flex}.Toast-module__DGgETa__closeBtn:hover{color:var(--text-primary)}.Toast-module__DGgETa__success{border-left:4px solid var(--success)}.Toast-module__DGgETa__error{border-left:4px solid var(--danger)}.Toast-module__DGgETa__warning{border-left:4px solid var(--warning)}.Toast-module__DGgETa__info{border-left:4px solid var(--primary)}
.AddAccountModal-module__gJ3xtW__overlay{z-index:100;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.AddAccountModal-module__gJ3xtW__modal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:500px;max-height:85vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}.AddAccountModal-module__gJ3xtW__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.AddAccountModal-module__gJ3xtW__header h2{color:var(--text-primary);font-size:16px;font-weight:600}.AddAccountModal-module__gJ3xtW__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px;font-size:16px;display:flex}.AddAccountModal-module__gJ3xtW__closeBtn:hover{color:var(--text-primary)}.AddAccountModal-module__gJ3xtW__form{flex-direction:column;gap:16px;padding:24px;display:flex}.AddAccountModal-module__gJ3xtW__group label{color:var(--text-secondary);margin-bottom:6px;font-size:13px;font-weight:500;display:block}.AddAccountModal-module__gJ3xtW__group input,.AddAccountModal-module__gJ3xtW__group select,.AddAccountModal-module__gJ3xtW__group textarea{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-input);width:100%;color:var(--text-primary);outline:none;padding:8px 12px;font-size:13px;transition:border-color .15s}.AddAccountModal-module__gJ3xtW__group input:focus,.AddAccountModal-module__gJ3xtW__group select:focus,.AddAccountModal-module__gJ3xtW__group textarea:focus{border-color:var(--border-focus);box-shadow:0 0 0 2px var(--primary-light)}.AddAccountModal-module__gJ3xtW__footer{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;padding:16px 24px;display:flex}.AddAccountModal-module__gJ3xtW__cancelBtn{border:1px solid var(--border);border-radius:var(--radius);color:var(--text-secondary);cursor:pointer;background:0 0;padding:8px 16px;font-size:13px;font-weight:500;transition:all .12s}.AddAccountModal-module__gJ3xtW__cancelBtn:hover{background:var(--bg-hover)}.AddAccountModal-module__gJ3xtW__submitBtn{border-radius:var(--radius);background:var(--primary);color:#fff;cursor:pointer;border:none;padding:8px 16px;font-size:13px;font-weight:500;transition:background .15s}.AddAccountModal-module__gJ3xtW__submitBtn:hover:not(:disabled){background:var(--primary-hover)}.AddAccountModal-module__gJ3xtW__submitBtn:disabled{opacity:.6;cursor:not-allowed}
.Sidebar-module__XRNO5a__sidebar{width:var(--sidebar-width);background:var(--bg-sidebar);border-right:1px solid var(--border);z-index:50;flex-direction:column;height:100vh;transition:transform .2s;display:flex;position:fixed;top:0;left:0}.Sidebar-module__XRNO5a__brand{border-bottom:1px solid var(--border);padding:20px 20px 16px}.Sidebar-module__XRNO5a__brandName{color:var(--primary);letter-spacing:-.02em;font-size:16px;font-weight:700}.Sidebar-module__XRNO5a__brandSub{color:var(--text-muted);margin-top:2px;font-size:11px}.Sidebar-module__XRNO5a__nav{flex-direction:column;flex:1;gap:2px;padding:12px 8px;display:flex;overflow-y:auto}.Sidebar-module__XRNO5a__navItem{border-radius:var(--radius);color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:13px;font-weight:500;text-decoration:none;transition:all .12s;display:flex}.Sidebar-module__XRNO5a__navItem:hover{background:var(--bg-hover);color:var(--text-primary)}.Sidebar-module__XRNO5a__navItem.Sidebar-module__XRNO5a__active{background:var(--bg-active);color:var(--primary);font-weight:600}.Sidebar-module__XRNO5a__navIcon{flex-shrink:0;justify-content:center;align-items:center;width:20px;font-size:15px;display:flex}.Sidebar-module__XRNO5a__sectionLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:16px 12px 6px;font-size:11px;font-weight:600}.Sidebar-module__XRNO5a__footer{border-top:1px solid var(--border);flex-direction:column;gap:2px;padding:12px 8px;display:flex}.Sidebar-module__XRNO5a__themeToggle{border-radius:var(--radius);color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:13px;font-weight:500;transition:all .12s;display:flex}.Sidebar-module__XRNO5a__themeToggle:hover{background:var(--bg-hover);color:var(--text-primary)}.Sidebar-module__XRNO5a__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:18px;display:none;position:absolute;top:16px;right:16px}@media (max-width:768px){.Sidebar-module__XRNO5a__sidebar{transform:translate(-100%)}.Sidebar-module__XRNO5a__sidebar.Sidebar-module__XRNO5a__open{transform:translate(0)}.Sidebar-module__XRNO5a__closeBtn{display:block}.Sidebar-module__XRNO5a__overlay{z-index:45;background:#0006;position:fixed;inset:0}}
.sessions-module__tFC-YG__container{padding:var(--space-6);max-width:1100px;margin:0 auto}.sessions-module__tFC-YG__header{margin-bottom:var(--space-6);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.sessions-module__tFC-YG__headerActions{align-items:center;gap:8px;display:flex}.sessions-module__tFC-YG__emergencyBanner{background:var(--danger-bg);border-radius:var(--radius-lg);margin-bottom:var(--space-6);border:1px solid #dc26264d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.sessions-module__tFC-YG__emergencyInfo{align-items:center;gap:12px;display:flex}.sessions-module__tFC-YG__emergencyIcon{color:var(--danger);font-size:24px}.sessions-module__tFC-YG__emergencyTitle{color:var(--danger);margin-bottom:2px;font-size:14px;font-weight:600}.sessions-module__tFC-YG__emergencyDesc{color:var(--text-secondary);font-size:12px}.sessions-module__tFC-YG__emergencyBtn{background:var(--danger);color:#fff;border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.sessions-module__tFC-YG__emergencyBtn:hover:not(:disabled){background:#b91c1c;box-shadow:0 2px 8px #dc26264d}.sessions-module__tFC-YG__emergencyBtn:disabled{opacity:.6;cursor:not-allowed}.sessions-module__tFC-YG__grid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.sessions-module__tFC-YG__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border-top:3px solid var(--border);flex-direction:column;padding:20px;display:flex;position:relative}.sessions-module__tFC-YG__cardCurrent{border-top-color:var(--primary)}.sessions-module__tFC-YG__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:14px;display:flex}.sessions-module__tFC-YG__deviceGroup{align-items:center;gap:10px;display:flex}.sessions-module__tFC-YG__deviceIcon{border-radius:var(--radius);background:var(--bg-badge);width:36px;height:36px;color:var(--text-primary);justify-content:center;align-items:center;font-size:16px;display:flex}.sessions-module__tFC-YG__deviceName{color:var(--text-primary);font-size:14px;font-weight:600}.sessions-module__tFC-YG__deviceSub{color:var(--text-muted);font-size:12px}.sessions-module__tFC-YG__currentBadge{background:var(--primary-light);color:var(--primary);border-radius:100px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.sessions-module__tFC-YG__body{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.sessions-module__tFC-YG__row{justify-content:space-between;font-size:12px;display:flex}.sessions-module__tFC-YG__label{color:var(--text-muted)}.sessions-module__tFC-YG__value{color:var(--text-primary);font-weight:500}.sessions-module__tFC-YG__footer{border-top:1px solid var(--border);justify-content:flex-end;margin-top:auto;padding-top:12px;display:flex}.sessions-module__tFC-YG__revokeBtn{color:var(--danger);border-radius:var(--radius);cursor:pointer;background:0 0;border:1px solid #dc26264d;align-items:center;gap:4px;padding:5px 12px;font-size:12px;font-weight:500;transition:all .15s;display:inline-flex}.sessions-module__tFC-YG__revokeBtn:hover:not(:disabled){background:var(--danger-bg)}.sessions-module__tFC-YG__revokeBtn:disabled{opacity:.5;cursor:not-allowed}.sessions-module__tFC-YG__modalOverlay{z-index:100;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.sessions-module__tFC-YG__modal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:440px;padding:24px;box-shadow:0 4px 20px #0003}.sessions-module__tFC-YG__modal h3{color:var(--danger);margin:0 0 8px;font-size:17px;font-weight:600}.sessions-module__tFC-YG__modal p{color:var(--text-secondary);margin-bottom:20px;font-size:13px;line-height:1.5}.sessions-module__tFC-YG__modalActions{justify-content:flex-end;gap:8px;display:flex}
.users-module__iDHlWG__container{padding:var(--space-6);max-width:1100px;margin:0 auto}.users-module__iDHlWG__header{margin-bottom:var(--space-6);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.users-module__iDHlWG__headerActions{align-items:center;gap:8px;display:flex}.users-module__iDHlWG__grid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.users-module__iDHlWG__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;padding:20px;display:flex;position:relative}.users-module__iDHlWG__cardTopActions{gap:6px;display:flex;position:absolute;top:16px;right:16px}.users-module__iDHlWG__editBtn{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;border-radius:var(--radius);background:0 0;align-items:center;gap:4px;padding:5px 8px;font-size:12px;transition:all .15s;display:flex}.users-module__iDHlWG__editBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.users-module__iDHlWG__deleteBtn{color:var(--danger);cursor:pointer;border-radius:var(--radius);background:0 0;border:1px solid #dc262633;align-items:center;gap:4px;padding:5px 8px;font-size:12px;transition:all .15s;display:flex}.users-module__iDHlWG__deleteBtn:hover{background:var(--danger-bg)}.users-module__iDHlWG__username{color:var(--text-primary);word-break:break-all;margin-bottom:6px;padding-right:80px;font-size:16px;font-weight:600}.users-module__iDHlWG__roleBadge{text-transform:uppercase;letter-spacing:.04em;border-radius:100px;width:fit-content;margin-bottom:16px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.users-module__iDHlWG__roleAdmin{color:#4f46e5;background:#eef2ff}.users-module__iDHlWG__roleVendor{color:#d97706;background:#fffbeb}.users-module__iDHlWG__roleEmployee{color:#059669;background:#ecfdf5}.users-module__iDHlWG__roleOther{background:var(--bg-badge);color:var(--text-secondary)}.users-module__iDHlWG__metaSection{border-top:1px solid var(--border);margin-top:auto;padding-top:12px}.users-module__iDHlWG__metaLabel{color:var(--text-muted);margin-bottom:6px;font-size:12px;display:block}.users-module__iDHlWG__tags{flex-wrap:wrap;gap:4px;display:flex}.users-module__iDHlWG__tag{background:var(--bg-badge);color:var(--text-secondary);border-radius:var(--radius);border:1px solid var(--border);padding:2px 6px;font-size:11px}.users-module__iDHlWG__tagAll{color:var(--text-muted);font-size:12px;font-style:italic}.users-module__iDHlWG__modalOverlay{z-index:100;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.users-module__iDHlWG__modal{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border);width:500px;max-width:90vw;max-height:90vh;padding:24px;overflow-y:auto;box-shadow:0 4px 20px #00000026}.users-module__iDHlWG__modal h3{color:var(--text-primary);margin:0 0 16px;font-size:17px;font-weight:600}.users-module__iDHlWG__formGroup{margin-bottom:16px}.users-module__iDHlWG__formGroup label{color:var(--text-secondary);margin-bottom:6px;font-size:13px;font-weight:500;display:block}.users-module__iDHlWG__checkboxGroup{background:var(--bg-page);border-radius:var(--radius);border:1px solid var(--border);grid-template-columns:repeat(2,1fr);gap:6px;max-height:160px;padding:12px;display:grid;overflow-y:auto}.users-module__iDHlWG__checkboxLabel{color:var(--text-secondary);cursor:pointer;border-radius:4px;align-items:center;gap:6px;padding:4px;font-size:12px;display:flex}.users-module__iDHlWG__checkboxLabel:hover{background:var(--bg-hover)}.users-module__iDHlWG__helperText{color:var(--text-muted);margin-top:4px;font-size:11px}.users-module__iDHlWG__modalActions{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;margin-top:20px;padding-top:16px;display:flex}.users-module__iDHlWG__strengthList{background:var(--bg-page);border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:1fr 1fr;gap:6px;margin-top:8px;padding:10px 14px;display:grid}.users-module__iDHlWG__strengthItem{color:var(--text-muted);align-items:center;gap:6px;font-size:11px;display:flex}.users-module__iDHlWG__strengthItem.users-module__iDHlWG__valid{color:var(--success);font-weight:500}
.login-module__WEZH7G__container{background:var(--bg-page);box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:24px;display:flex}.login-module__WEZH7G__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:400px;box-shadow:var(--shadow-md);margin:auto;padding:36px 32px}.login-module__WEZH7G__header{text-align:center;margin-bottom:24px}.login-module__WEZH7G__brandIcon{background:var(--primary-light);width:44px;height:44px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;margin-bottom:12px;font-size:20px;display:inline-flex}.login-module__WEZH7G__header h1{color:var(--text-primary);margin-bottom:4px;font-size:20px;font-weight:600}.login-module__WEZH7G__header p{color:var(--text-muted);font-size:13px}.login-module__WEZH7G__form{flex-direction:column;gap:16px;display:flex}.login-module__WEZH7G__group{flex-direction:column;gap:6px;display:flex}.login-module__WEZH7G__group label{color:var(--text-secondary);font-size:13px;font-weight:500}.login-module__WEZH7G__group input{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-input);width:100%;color:var(--text-primary);box-sizing:border-box;outline:none;padding:10px 12px;font-size:14px;transition:border-color .15s}.login-module__WEZH7G__group input:focus{border-color:var(--border-focus);box-shadow:0 0 0 2px var(--primary-light)}.login-module__WEZH7G__captchaBox{background:var(--bg-page);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:8px;padding:12px;display:flex}.login-module__WEZH7G__captchaRow{justify-content:space-between;align-items:center;gap:8px;display:flex}.login-module__WEZH7G__captchaBadge{background:var(--primary-light);color:var(--primary);border-radius:var(--radius);letter-spacing:1px;-webkit-user-select:none;user-select:none;align-items:center;padding:6px 12px;font-family:monospace;font-size:15px;font-weight:700;display:inline-flex}.login-module__WEZH7G__refreshCaptchaBtn{border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted);cursor:pointer;background:0 0;align-items:center;gap:4px;padding:6px 10px;font-size:12px;transition:all .15s;display:flex}.login-module__WEZH7G__refreshCaptchaBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.login-module__WEZH7G__captchaInput{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);width:100%;color:var(--text-primary);box-sizing:border-box;outline:none;padding:8px 12px;font-size:13px}.login-module__WEZH7G__captchaInput:focus{border-color:var(--border-focus);box-shadow:0 0 0 2px var(--primary-light)}.login-module__WEZH7G__error{background:var(--danger-bg);color:var(--danger);border-radius:var(--radius);text-align:center;border:1px solid #dc262633;padding:10px 14px;font-size:13px}.login-module__WEZH7G__submitBtn{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;width:100%;margin-top:4px;padding:11px;font-size:14px;font-weight:600;transition:background .15s}.login-module__WEZH7G__submitBtn:hover:not(:disabled){background:var(--primary-hover)}.login-module__WEZH7G__submitBtn:disabled{opacity:.6;cursor:not-allowed}
.Templates-module__2Xrh4W__container{padding:var(--space-6);max-width:1100px;margin:0 auto}.Templates-module__2Xrh4W__header{margin-bottom:var(--space-6);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.Templates-module__2Xrh4W__actions{align-items:center;gap:8px;display:flex}.Templates-module__2Xrh4W__filters{margin-bottom:var(--space-5);flex-wrap:wrap;gap:6px;display:flex}.Templates-module__2Xrh4W__filterBtn{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;padding:6px 14px;font-size:13px;font-weight:500;transition:all .12s}.Templates-module__2Xrh4W__filterBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.Templates-module__2Xrh4W__filterBtn.Templates-module__2Xrh4W__active{background:var(--primary);border-color:var(--primary);color:#fff}.Templates-module__2Xrh4W__grid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.Templates-module__2Xrh4W__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:12px;padding:20px;display:flex}.Templates-module__2Xrh4W__cardHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.Templates-module__2Xrh4W__cardTitle{color:var(--text-primary);flex:1;margin:0;font-size:15px;font-weight:600}.Templates-module__2Xrh4W__typeBadge{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:100px;padding:2px 8px;font-size:11px;font-weight:600}.Templates-module__2Xrh4W__typeBadge.Templates-module__2Xrh4W__email{background:var(--info-bg);color:var(--info)}.Templates-module__2Xrh4W__typeBadge.Templates-module__2Xrh4W__sms{background:var(--success-bg);color:var(--success)}.Templates-module__2Xrh4W__cardSubject{color:var(--text-muted);margin:0;font-size:12px}.Templates-module__2Xrh4W__cardSubject span{color:var(--text-primary);font-weight:500}.Templates-module__2Xrh4W__cardBody{background:var(--bg-page);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-secondary);white-space:pre-wrap;flex:1;max-height:140px;padding:12px;font-size:13px;line-height:1.5;overflow-y:auto}.Templates-module__2Xrh4W__cardFooter{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:8px;display:flex}.Templates-module__2Xrh4W__cardMeta{color:var(--text-muted);font-size:11px}.Templates-module__2Xrh4W__cardActions{gap:6px;display:flex}.Templates-module__2Xrh4W__copyBtn{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:500;transition:all .12s;display:inline-flex}.Templates-module__2Xrh4W__copyBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.Templates-module__2Xrh4W__copyBtn.Templates-module__2Xrh4W__copied{background:var(--success-bg);border-color:var(--success);color:var(--success)}.Templates-module__2Xrh4W__deleteBtn{border-radius:var(--radius);color:var(--danger);cursor:pointer;background:0 0;border:1px solid #dc262633;align-items:center;padding:4px 8px;font-size:11px;transition:all .12s;display:flex}.Templates-module__2Xrh4W__deleteBtn:hover{background:var(--danger-bg)}.Templates-module__2Xrh4W__modalOverlay{z-index:100;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Templates-module__2Xrh4W__modal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:500px;max-height:90vh;padding:24px;overflow-y:auto;box-shadow:0 4px 20px #00000026}.Templates-module__2Xrh4W__modal h2{color:var(--text-primary);margin:0 0 16px;font-size:16px;font-weight:600}.Templates-module__2Xrh4W__formGroup{margin-bottom:14px}.Templates-module__2Xrh4W__modalActions{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;margin-top:20px;padding-top:14px;display:flex}
.tools-module__YkmrlW__container{padding:var(--space-6);max-width:1100px;margin:0 auto}.tools-module__YkmrlW__header{margin-bottom:var(--space-6);justify-content:space-between;align-items:center;display:flex}.tools-module__YkmrlW__section{margin-bottom:var(--space-8)}.tools-module__YkmrlW__sectionTitle{color:var(--text-primary);margin-bottom:var(--space-4);font-size:15px;font-weight:600}.tools-module__YkmrlW__toolsGrid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.tools-module__YkmrlW__toolCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;padding:20px;display:flex;position:relative}.tools-module__YkmrlW__toolHeader{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.tools-module__YkmrlW__toolName{color:var(--text-primary);align-items:center;gap:8px;font-size:15px;font-weight:600;display:flex}.tools-module__YkmrlW__toolCategory{color:var(--text-secondary);background:var(--bg-badge);border-radius:100px;padding:2px 8px;font-size:11px}.tools-module__YkmrlW__toolLink{color:var(--text-link);align-items:center;gap:6px;margin-bottom:14px;font-size:13px;text-decoration:none;display:inline-flex}.tools-module__YkmrlW__toolLink:hover{text-decoration:underline}.tools-module__YkmrlW__credentials{background:var(--bg-page);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:8px;margin-top:auto;padding:12px;display:flex}.tools-module__YkmrlW__credRow{justify-content:space-between;align-items:center;font-size:12px;display:flex}.tools-module__YkmrlW__credLabel{color:var(--text-muted)}.tools-module__YkmrlW__credValue{color:var(--text-primary);background:var(--bg-card);border:1px solid var(--border);border-radius:4px;padding:2px 6px;font-family:monospace;font-size:12px}.tools-module__YkmrlW__copyBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin-left:6px;padding:2px}.tools-module__YkmrlW__copyBtn:hover{color:var(--primary)}.tools-module__YkmrlW__deleteBtn{color:var(--danger);cursor:pointer;border-radius:var(--radius);background:0 0;border:1px solid #dc262633;align-items:center;gap:4px;padding:4px 8px;font-size:11px;display:flex;position:absolute;top:16px;right:16px}.tools-module__YkmrlW__deleteBtn:hover{background:var(--danger-bg)}.tools-module__YkmrlW__shortenerWidget{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);max-width:720px;box-shadow:var(--shadow-sm);flex-direction:column;gap:16px;padding:24px;display:flex}.tools-module__YkmrlW__inputGroup{gap:10px;display:flex}.tools-module__YkmrlW__mainInput{flex:1}.tools-module__YkmrlW__resultArea{background:var(--success-bg);border-radius:var(--radius);border:1px solid #05966933;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.tools-module__YkmrlW__shortLink{color:var(--success);font-size:14px;font-weight:600}.tools-module__YkmrlW__modalOverlay{z-index:100;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.tools-module__YkmrlW__modal{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border);width:440px;max-width:90vw;padding:24px;box-shadow:0 4px 20px #00000026}.tools-module__YkmrlW__modal h3{color:var(--text-primary);margin-top:0;margin-bottom:16px;font-size:16px;font-weight:600}.tools-module__YkmrlW__formGroup{margin-bottom:14px}.tools-module__YkmrlW__modalActions{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;margin-top:20px;padding-top:14px;display:flex}
.AccountsDashboard-module__hVaLHq__dashboard{padding:var(--space-6);max-width:1200px;margin:0 auto}.AccountsDashboard-module__hVaLHq__statsRow{gap:var(--space-4);margin-bottom:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));display:grid}.AccountsDashboard-module__hVaLHq__statCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-5);box-shadow:var(--shadow-sm)}.AccountsDashboard-module__hVaLHq__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:12px;font-weight:500}.AccountsDashboard-module__hVaLHq__statValue{color:var(--text-primary);font-size:24px;font-weight:700}.AccountsDashboard-module__hVaLHq__toolbar{align-items:center;gap:var(--space-3);margin-bottom:var(--space-5);flex-wrap:wrap;display:flex}.AccountsDashboard-module__hVaLHq__searchBox{flex:1;min-width:200px;position:relative}.AccountsDashboard-module__hVaLHq__searchBox input{padding-left:36px}.AccountsDashboard-module__hVaLHq__searchIcon{color:var(--text-muted);font-size:13px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.AccountsDashboard-module__hVaLHq__filters{gap:var(--space-3);margin-bottom:var(--space-5);flex-wrap:wrap;display:flex}.AccountsDashboard-module__hVaLHq__typeFilters{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);gap:4px;padding:3px;display:flex}.AccountsDashboard-module__hVaLHq__filterBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .12s}.AccountsDashboard-module__hVaLHq__filterBtn:hover{background:var(--bg-hover)}.AccountsDashboard-module__hVaLHq__filterBtn.AccountsDashboard-module__hVaLHq__active{background:var(--primary);color:#fff}.AccountsDashboard-module__hVaLHq__countryFilter select{min-width:140px}.AccountsDashboard-module__hVaLHq__accountGrid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.AccountsDashboard-module__hVaLHq__addBtn{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:background .15s;display:inline-flex}.AccountsDashboard-module__hVaLHq__addBtn:hover{background:var(--primary-hover)}.AccountsDashboard-module__hVaLHq__refreshBtn{border:1px solid var(--border);border-radius:var(--radius);color:var(--text-secondary);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:8px;transition:all .15s;display:flex}.AccountsDashboard-module__hVaLHq__refreshBtn:hover{background:var(--bg-hover)}.AccountsDashboard-module__hVaLHq__walletCard{background:var(--info-bg);border-radius:var(--radius-lg);padding:var(--space-5);margin-bottom:var(--space-5);border:1px solid #2563eb33}.AccountsDashboard-module__hVaLHq__walletHeader{color:var(--info);margin-bottom:var(--space-3);align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.AccountsDashboard-module__hVaLHq__walletBody{flex-direction:column;gap:6px;display:flex}.AccountsDashboard-module__hVaLHq__walletLabel{color:var(--text-muted);font-size:12px}.AccountsDashboard-module__hVaLHq__walletAddressBox{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);word-break:break-all;align-items:center;gap:8px;padding:8px 12px;font-family:monospace;font-size:13px;display:flex}.AccountsDashboard-module__hVaLHq__copyIcon{cursor:pointer;color:var(--text-muted);flex-shrink:0}.AccountsDashboard-module__hVaLHq__copyIcon:hover{color:var(--primary)}.AccountsDashboard-module__hVaLHq__countryFilter{align-items:center;display:flex}.AccountsDashboard-module__hVaLHq__empty{text-align:center;padding:var(--space-10);color:var(--text-muted);grid-column:1/-1;font-size:14px}@media (max-width:768px){.AccountsDashboard-module__hVaLHq__dashboard{padding:var(--space-4)}.AccountsDashboard-module__hVaLHq__accountGrid{grid-template-columns:1fr}.AccountsDashboard-module__hVaLHq__statsRow{grid-template-columns:repeat(2,1fr)}}
.EmailForm-module__KyitZW__container{max-width:720px;margin:0 auto}.EmailForm-module__KyitZW__form{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:16px;padding:24px;display:flex}.EmailForm-module__KyitZW__group{flex-direction:column;gap:6px;display:flex}.EmailForm-module__KyitZW__group label{color:var(--text-secondary);font-size:13px;font-weight:500}.EmailForm-module__KyitZW__group input,.EmailForm-module__KyitZW__group textarea,.EmailForm-module__KyitZW__group select{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);outline:none;padding:10px 12px;font-size:13px;transition:border-color .15s}.EmailForm-module__KyitZW__group input:focus,.EmailForm-module__KyitZW__group textarea:focus,.EmailForm-module__KyitZW__group select:focus{border-color:var(--border-focus);box-shadow:0 0 0 2px var(--primary-light)}.EmailForm-module__KyitZW__group textarea{resize:vertical;min-height:180px}.EmailForm-module__KyitZW__submitBtn{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;align-self:flex-start;margin-top:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:background .15s}.EmailForm-module__KyitZW__submitBtn:hover:not(:disabled){background:var(--primary-hover)}.EmailForm-module__KyitZW__submitBtn:disabled{opacity:.6;cursor:not-allowed}
.TrackingDashboard-module__AHjeGG__container{padding:var(--space-6);max-width:1100px;margin:0 auto}.TrackingDashboard-module__AHjeGG__grid{gap:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(320px,1fr));display:grid}.TrackingDashboard-module__AHjeGG__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border-top:3px solid var(--border);position:relative;overflow:hidden}.TrackingDashboard-module__AHjeGG__yellow{border-top-color:#eab308}.TrackingDashboard-module__AHjeGG__orange{border-top-color:#f97316}.TrackingDashboard-module__AHjeGG__blue{border-top-color:var(--primary)}.TrackingDashboard-module__AHjeGG__content{padding:24px}.TrackingDashboard-module__AHjeGG__cardHeader{align-items:center;gap:12px;margin-bottom:20px;display:flex}.TrackingDashboard-module__AHjeGG__icon{border-radius:var(--radius);justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.TrackingDashboard-module__AHjeGG__bgYellowLight{color:#ca8a04;background:#fef9c3}.TrackingDashboard-module__AHjeGG__bgOrangeLight{color:#ea580c;background:#ffedd5}.TrackingDashboard-module__AHjeGG__bgBlueLight{background:var(--primary-light);color:var(--primary)}.TrackingDashboard-module__AHjeGG__cardHeader h3{color:var(--text-primary);margin:0;font-size:16px;font-weight:600}.TrackingDashboard-module__AHjeGG__cardHeader span{color:var(--text-muted);font-size:12px}.TrackingDashboard-module__AHjeGG__form label{color:var(--text-secondary);margin-bottom:6px;font-size:12px;font-weight:500;display:block}.TrackingDashboard-module__AHjeGG__form input,.TrackingDashboard-module__AHjeGG__form select{border-radius:var(--radius);background:var(--bg-input);border:1px solid var(--border);width:100%;color:var(--text-primary);outline:none;margin-bottom:14px;padding:10px 12px;font-size:13px}.TrackingDashboard-module__AHjeGG__form input:focus,.TrackingDashboard-module__AHjeGG__form select:focus{border-color:var(--border-focus);box-shadow:0 0 0 2px var(--primary-light)}.TrackingDashboard-module__AHjeGG__btn{border-radius:var(--radius);background:var(--primary);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;gap:6px;width:100%;margin-bottom:10px;padding:10px;font-size:13px;font-weight:500;transition:background .15s;display:flex}.TrackingDashboard-module__AHjeGG__btn:hover{background:var(--primary-hover)}.TrackingDashboard-module__AHjeGG__form small{text-align:center;color:var(--text-muted);font-size:11px;display:block}
