*{box-sizing:border-box;margin:0;padding:0}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#1a1a1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary:#752be0;--primary-hover:#6425c7;--primary-light:#f8f3ff;--primary-lighter:#e8d8ff;--success:#15ac77;--success-light:#e5fdec;--error:#ef4444;--error-light:#fdeaea;--text-primary:#1a1a1a;--text-secondary:#6b7280;--text-tertiary:#9ca3af;--bg-primary:#fff;--bg-secondary:#fafbfc;--bg-tertiary:#f3f4f6;--border-light:#e5e7eb;--border-medium:#d1d5db;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--transition-fast:.15s cubic-bezier(.4,0,.2,1);--transition-base:.2s cubic-bezier(.4,0,.2,1);--transition-slow:.3s cubic-bezier(.4,0,.2,1);background-color:#fafbfc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.6}body{background:var(--bg-secondary);min-width:320px;min-height:100vh;margin:0}#root{min-height:100vh}a{color:var(--primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--primary-hover);text-decoration:none}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}.sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;animation:fadeIn var(--transition-base);background:#0006;display:none;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:767px){.sidebar-overlay{display:block}}.sidebar{background:var(--bg-primary);width:280px;height:100vh;box-shadow:var(--shadow-xl);border-right:1px solid var(--border-light);z-index:999;transition:transform var(--transition-slow);flex-direction:column;display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}@media (max-width:767px){.sidebar{transform:translate(-100%)}.sidebar.sidebar-open{transform:translate(0)}}@media (min-width:768px){.sidebar{transform:translate(0)}}.sidebar-header{border-bottom:1px solid var(--border-light);background:linear-gradient(135deg,var(--primary-light)0%,#fff0 100%);justify-content:space-between;align-items:center;padding:24px 20px;display:flex}.sidebar-close{cursor:pointer;color:var(--text-secondary);border-radius:var(--radius-sm);width:36px;height:36px;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;font-size:20px;display:flex}.sidebar-close:hover{background:var(--bg-tertiary);color:var(--text-primary)}@media (min-width:768px){.sidebar-close{display:none}}.sidebar-nav{flex:1;padding:16px 12px;overflow:hidden auto}.sidebar-item{color:var(--text-primary);transition:all var(--transition-base);border-radius:var(--radius-md);align-items:center;margin:4px 0;padding:12px 16px;font-weight:500;text-decoration:none;display:flex;position:relative}.sidebar-item:before{content:"";background:var(--primary);opacity:0;width:3px;transition:opacity var(--transition-base);border-radius:0 3px 3px 0;position:absolute;top:0;bottom:0;left:0}.sidebar-item:hover{background:var(--primary-light);color:var(--primary);transform:translate(4px)}.sidebar-item:hover:before{opacity:1}.sidebar-item.active{background:linear-gradient(135deg,var(--primary-light)0%,#f8f3ff80 100%);color:var(--primary);box-shadow:var(--shadow-sm);font-weight:600}.sidebar-item.active:before{opacity:1}.sidebar-icon{width:22px;height:22px;transition:transform var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;margin-right:14px;display:flex}.sidebar-item:hover .sidebar-icon{transform:scale(1.1)}.sidebar-label{letter-spacing:-.01em;font-size:15px}.logout-button{color:var(--error);background:var(--error-light);border:1px solid var(--error);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);margin-left:auto;padding:8px 16px;font-size:14px;font-weight:600}.logout-button:hover:not(:disabled){background:var(--error);color:#fff;box-shadow:var(--shadow-sm);transform:translateY(-1px)}.logout-button:active:not(:disabled){transform:translateY(0)}.logout-button:disabled{opacity:.6;cursor:not-allowed}.layout{background:var(--bg-secondary);min-height:100vh;display:flex}.layout-main{min-height:100vh;transition:margin-left var(--transition-base);flex-direction:column;flex:1;margin-left:0;display:flex}@media (min-width:768px){.layout-main{margin-left:280px}}.layout-header{background:var(--bg-primary);box-shadow:var(--shadow-sm);border-bottom:1px solid var(--border-light);z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;align-items:center;gap:20px;padding:20px 32px;display:flex;position:sticky;top:0}.layout-header-right{align-items:center;gap:16px;margin-left:auto;display:flex}.menu-toggle{cursor:pointer;color:var(--text-primary);border-radius:var(--radius-sm);transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:10px;font-size:24px;display:flex}.menu-toggle:hover{background:var(--bg-tertiary);color:var(--primary)}.menu-toggle:active{transform:scale(.95)}@media (min-width:768px){.menu-toggle{display:none}}.layout-title{color:var(--text-primary);letter-spacing:-.02em;background:linear-gradient(135deg,var(--primary)0%,var(--primary-hover)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:22px;font-weight:700}.layout-content{flex:1;padding:0;overflow-y:auto}.layout-user-name{color:var(--primary);background:var(--primary-light);border-radius:var(--radius-sm);padding:8px 16px;font-size:14px;font-weight:600}.login-container{background:linear-gradient(135deg,var(--primary-light)0%,var(--bg-secondary)100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{background:var(--bg-primary);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);width:100%;max-width:440px;padding:48px 40px;animation:.3s ease-out slideUp}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:40px}.login-title{color:var(--text-primary);background:linear-gradient(135deg,var(--primary)0%,var(--primary-hover)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:32px;font-weight:700}.login-subtitle{color:var(--text-secondary);margin:0;font-size:16px}.login-form{flex-direction:column;gap:24px;display:flex}.login-error{background:var(--error-light);color:var(--error);border-radius:var(--radius-sm);border:1px solid var(--error);padding:12px 16px;font-size:14px}.form-label{color:var(--text-primary);font-size:14px;font-weight:600}.form-input{border:2px solid var(--border-light);border-radius:var(--radius-sm);background:var(--bg-primary);width:100%;color:var(--text-primary);transition:all var(--transition-fast);outline:none;padding:12px 16px;font-size:16px}.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-lighter)}.form-input:disabled{background:var(--bg-tertiary);cursor:not-allowed;opacity:.6}.phone-input-wrapper{border:2px solid var(--border-light);border-radius:var(--radius-sm);background:var(--bg-primary);transition:all var(--transition-fast);align-items:stretch;display:flex;position:relative;overflow:hidden}.phone-input-wrapper:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-lighter)}.phone-prefix{color:var(--text-secondary);-webkit-user-select:none;user-select:none;pointer-events:none;white-space:nowrap;background:0 0;border:none;align-items:center;padding:12px 0 12px 16px;font-size:16px;font-weight:500;display:flex}.phone-input-wrapper .phone-input{color:var(--text-primary);background:0 0;outline:none;flex:1;margin:0;padding:12px 16px;font-size:16px;box-shadow:none!important;border:none!important}.phone-input-wrapper .phone-input::placeholder{color:var(--text-tertiary)}.phone-input-wrapper .phone-input:focus{outline:none;box-shadow:none!important;border:none!important}.phone-input-wrapper .phone-input:disabled{opacity:.6;cursor:not-allowed;background:0 0}.login-button{color:#fff;background:linear-gradient(135deg,var(--primary)0%,var(--primary-hover)100%);border-radius:var(--radius-sm);cursor:pointer;width:100%;transition:all var(--transition-base);border:none;margin-top:8px;padding:14px 24px;font-size:16px;font-weight:600}.login-button:hover:not(:disabled){box-shadow:var(--shadow-md);transform:translateY(-1px)}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.6;cursor:not-allowed}.skeleton-table{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);overflow:hidden}.skeleton-table-header{background:var(--bg-tertiary);grid-template-columns:50px 1fr 1fr 1fr 1fr 1fr 1fr 100px;gap:0;padding:18px 20px;display:grid}.skeleton-table-row{border-bottom:1px solid var(--border-light);grid-template-columns:50px 1fr 1fr 1fr 1fr 1fr 1fr 100px;gap:0;padding:18px 20px;display:grid}.skeleton-cell{background:linear-gradient(90deg,var(--bg-tertiary)0%,var(--bg-secondary)50%,var(--bg-tertiary)100%);background-size:200% 100%;border-radius:4px;height:20px;margin:0 4px;animation:1.5s ease-in-out infinite skeleton-loading}.skeleton-header-cell{width:80%;height:14px}.skeleton-stat-card{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);align-items:center;gap:20px;padding:28px;display:flex}.skeleton-stat-icon{border-radius:var(--radius-md);background:linear-gradient(90deg,var(--bg-tertiary)0%,var(--bg-secondary)50%,var(--bg-tertiary)100%);background-size:200% 100%;flex-shrink:0;width:72px;height:72px;animation:1.5s ease-in-out infinite skeleton-loading}.skeleton-stat-content{flex-direction:column;flex:1;gap:8px;display:flex}.skeleton-stat-value{background:linear-gradient(90deg,var(--bg-tertiary)0%,var(--bg-secondary)50%,var(--bg-tertiary)100%);background-size:200% 100%;border-radius:4px;width:80px;height:36px;animation:1.5s ease-in-out infinite skeleton-loading}.skeleton-stat-label{background:linear-gradient(90deg,var(--bg-tertiary)0%,var(--bg-secondary)50%,var(--bg-tertiary)100%);background-size:200% 100%;border-radius:4px;width:120px;height:15px;animation:1.5s ease-in-out infinite skeleton-loading}.skeleton-card{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);padding:32px}.skeleton-line{background:linear-gradient(90deg,var(--bg-tertiary)0%,var(--bg-secondary)50%,var(--bg-tertiary)100%);background-size:200% 100%;border-radius:4px;height:16px;margin-bottom:12px;animation:1.5s ease-in-out infinite skeleton-loading}.skeleton-title{width:60%;height:24px;margin-bottom:16px}.skeleton-text{width:100%}.skeleton-text:last-child{width:80%;margin-bottom:0}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.registration-chart-container{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);margin-bottom:28px;padding:32px}.chart-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.chart-header h2{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:26px;font-weight:700}.period-selector{background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px solid var(--border-light);gap:8px;padding:4px;display:flex}.period-btn{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition-base);white-space:nowrap;background:0 0;border:none;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:600}.period-btn:hover{background:var(--bg-primary);color:var(--text-primary)}.period-btn.active{background:var(--primary);color:#fff;box-shadow:var(--shadow-sm)}.period-btn.active:hover{background:var(--primary-hover)}.chart-wrapper{width:100%;margin-top:20px}.chart-loading{gap:16px;padding:40px 0;display:flex}.chart-error,.chart-empty{text-align:center;color:var(--text-secondary);padding:40px}.chart-error p,.chart-empty p{margin:0;font-size:16px}@media (max-width:768px){.registration-chart-container{padding:20px}.chart-header{flex-direction:column;align-items:flex-start}.period-selector{justify-content:stretch;width:100%}.period-btn{text-align:center;flex:1}.chart-wrapper{overflow-x:auto}}.dashboard{max-width:1600px;margin:0 auto;padding:32px}.dashboard-header{margin-bottom:40px}.dashboard-header h1{color:var(--text-primary);letter-spacing:-.03em;margin:0 0 12px;font-size:36px;font-weight:800;line-height:1.2}.dashboard-header p{color:var(--text-secondary);margin:0;font-size:17px;font-weight:400}.stat-card{background:var(--bg-primary);border-radius:var(--radius-lg);border:1.5px solid var(--border-light);transition:all var(--transition-base);box-shadow:var(--shadow-sm);align-items:center;gap:20px;padding:28px 24px;display:flex;position:relative;overflow:hidden}.stat-card:before{content:"";background:linear-gradient(90deg,var(--primary)0%,var(--primary-hover)100%);opacity:0;height:4px;transition:opacity var(--transition-base);position:absolute;top:0;left:0;right:0}.stat-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-light);transform:translateY(-4px)}.stat-card:hover:before{opacity:1}.stat-icon{border-radius:var(--radius-md);width:64px;height:64px;transition:all var(--transition-base);flex-shrink:0;justify-content:center;align-items:center;display:flex}.stat-card:hover .stat-icon{transform:scale(1.1)rotate(5deg)}.stat-content{flex:1;min-width:0}.stat-value{color:var(--text-primary);letter-spacing:-.02em;text-align:left;margin-bottom:10px;font-size:32px;font-weight:800;line-height:1}.stat-label{color:var(--text-secondary);letter-spacing:-.01em;text-align:left;font-size:13px;font-weight:600}.dashboard-content{grid-template-columns:1fr;gap:28px;display:grid}.dashboard-card{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);transition:all var(--transition-base);padding:32px}.dashboard-card:hover{box-shadow:var(--shadow-lg)}.date-filter-group label{color:var(--text-primary);letter-spacing:-.01em;font-size:14px;font-weight:600}.date-input-filter{border:1.5px solid var(--border-light);border-radius:var(--radius-md);transition:all var(--transition-base);background-color:var(--bg-primary);color:var(--text-primary);padding:14px 18px;font-family:inherit;font-size:15px}.date-input-filter:hover{border-color:var(--border-medium)}.clear-filter-btn{border:1.5px solid var(--border-light);border-radius:var(--radius-md);background-color:var(--bg-primary);color:var(--text-primary);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;padding:14px 28px;font-family:inherit;font-size:14px;font-weight:600}.clear-filter-btn:hover:not(:disabled){background-color:var(--bg-tertiary);border-color:var(--border-medium);transform:translateY(-1px)}.clear-filter-btn:disabled{opacity:.5;cursor:not-allowed}.section-header h3{color:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:20px;font-weight:700}.users-table-wrapper,.transactions-table-wrapper{border-radius:var(--radius-md);border:1px solid var(--border-light);background:var(--bg-primary);box-shadow:var(--shadow-sm);overflow-x:auto}.empty-state-card{text-align:center;background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px dashed var(--border-light);margin-top:28px;padding:80px 20px}.empty-state-card p{color:var(--text-secondary);margin:0;font-size:16px;font-weight:400}.balance-stats-summary{background:linear-gradient(135deg,var(--primary-light)0%,var(--primary-lighter)100%);border-radius:var(--radius-lg);border:1px solid var(--primary-lighter);box-shadow:var(--shadow-sm);flex-wrap:wrap;gap:40px;margin-bottom:28px;padding:28px;display:flex}.summary-label{color:var(--text-secondary);letter-spacing:-.01em;font-size:13px;font-weight:600}.summary-value{color:var(--primary);letter-spacing:-.02em;font-size:28px;font-weight:800}.general-stat-item{background:var(--bg-tertiary);border-radius:var(--radius-md);text-align:center;transition:all var(--transition-base);border:1px solid var(--border-light);padding:24px}.general-stat-item:hover{background:var(--bg-primary);box-shadow:var(--shadow-md);border-color:var(--primary-light);transform:translateY(-2px)}.general-stat-label{color:var(--text-secondary);letter-spacing:-.01em;margin-bottom:10px;font-size:13px;font-weight:600}.general-stat-value{color:var(--text-primary);letter-spacing:-.02em;font-size:32px;font-weight:800}.dashboard-loading,.dashboard-error{text-align:center;background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);margin-bottom:40px;padding:40px}.dashboard-loading p,.dashboard-error p{color:var(--text-secondary);margin:0;font-size:16px}@media (max-width:768px){.dashboard{padding:20px}.dashboard-header h1{font-size:28px}.stats-grid{grid-template-columns:1fr;gap:16px}.stat-card{padding:20px}.date-filter-section{flex-direction:column}.date-filter-group,.clear-filter-btn{width:100%}.balance-stats-summary{flex-direction:column;gap:20px;padding:20px}.general-stats-grid{grid-template-columns:1fr}}.modal-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{background:var(--bg-primary);width:100%;max-width:700px;max-height:90vh;box-shadow:var(--shadow-xl);border:1px solid var(--border-light);border-radius:12px;animation:.3s modalSlideIn;overflow-y:auto}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid var(--border-light);z-index:1;background:#fff;justify-content:space-between;align-items:center;padding:20px 24px;display:flex;position:sticky;top:0}.modal-header h2{color:var(--text-primary);margin:0;font-size:20px;font-weight:600}.modal-close{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:background-color .2s;display:flex}.modal-close:hover{background-color:#f5f5f5}.modal-body{padding:24px}.edit-user-modal{max-width:700px}.user-info-display{background:#f8f3ff;border:1px solid #e8d8ff;border-radius:10px;margin-bottom:24px;padding:16px}.edit-user-form{flex-direction:column;gap:20px;display:flex}@media (max-width:768px){.form-row{grid-template-columns:1fr}}.confirmation-modal-overlay{z-index:10000;background:#00000080;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.confirmation-modal{background:var(--bg-primary);border-radius:var(--radius-lg);width:90%;max-width:480px;box-shadow:var(--shadow-xl);border:1px solid var(--border-light);padding:0;animation:.3s ease-out slideUp;overflow:hidden}.confirmation-modal-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.confirmation-modal-title{color:var(--text-primary);margin:0;font-size:20px;font-weight:700}.confirmation-modal-close-btn{cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition-base);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.confirmation-modal-close-btn:hover{background-color:var(--bg-tertiary)}.confirmation-modal-body{padding:32px}.confirmation-modal-message{color:var(--text-secondary);margin:0;font-size:16px;line-height:1.6}.confirmation-modal-footer{border-top:1px solid var(--border-light);background:var(--bg-tertiary);justify-content:flex-end;align-items:center;gap:12px;padding:24px 32px;display:flex}.confirmation-modal-btn{border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-base);border:none;min-width:100px;padding:12px 24px;font-family:inherit;font-size:15px;font-weight:600}.confirmation-modal-btn-cancel{background:var(--bg-primary);color:var(--text-primary);border:1.5px solid var(--border-light)}.confirmation-modal-btn-cancel:hover{background:var(--bg-secondary);border-color:var(--border-medium);transform:translateY(-1px)}.confirmation-modal-btn-confirm{color:#fff}.confirmation-modal-btn-danger{background:#dc3545}.confirmation-modal-btn-danger:hover{box-shadow:var(--shadow-md);background:#c82333;transform:translateY(-1px)}.confirmation-modal-btn-primary{background:linear-gradient(135deg,var(--primary)0%,var(--primary-hover)100%)}.confirmation-modal-btn-primary:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.confirmation-modal-btn:active{transform:translateY(0)}.success-modal-overlay{z-index:10000;background:#00000080;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.success-modal{background:var(--bg-primary);border-radius:var(--radius-lg);width:90%;max-width:400px;box-shadow:var(--shadow-xl);text-align:center;border:1px solid var(--border-light);padding:40px 32px;animation:.3s ease-out slideUp}.success-modal-icon{background:var(--success-light);border:3px solid var(--success);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;display:flex}.success-modal-title{color:var(--text-primary);margin:0 0 12px;font-size:24px;font-weight:700}.success-modal-message{color:var(--text-secondary);margin:0 0 24px;font-size:16px;line-height:1.5}.success-modal-close{background:linear-gradient(135deg,var(--primary)0%,var(--primary-hover)100%);color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-base);border:none;padding:12px 32px;font-family:inherit;font-size:15px;font-weight:600}.success-modal-close:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.success-modal-close:active{transform:translateY(0)}.users-page{max-width:1600px;margin:0 auto;padding:32px}.header-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.header-action-btn{border:1.5px solid var(--border-light);border-radius:var(--radius-md);background-color:var(--bg-primary);color:var(--text-primary);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;align-items:center;gap:8px;padding:12px 20px;font-family:inherit;font-size:14px;font-weight:600;display:flex}.header-action-btn:hover{border-color:var(--primary);background-color:var(--primary-light);color:var(--primary);transform:translateY(-1px)}.header-action-btn.active{background:linear-gradient(135deg,var(--primary)0%,var(--primary-hover)100%);border-color:var(--primary);color:#fff;box-shadow:var(--shadow-md)}.header-action-btn.active:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.header-action-btn:last-of-type.active{background:linear-gradient(135deg,var(--success)0%,#008c36 100%);border-color:var(--success);box-shadow:0 4px 12px #15ac7740}.header-action-btn:last-of-type.active:hover{box-shadow:0 6px 16px #15ac7759}.selected-count-badge{background:linear-gradient(135deg,var(--primary-light)0%,var(--primary-lighter)100%);border:1px solid var(--primary-lighter);border-radius:var(--radius-md);color:var(--primary);white-space:nowrap;box-shadow:var(--shadow-sm);padding:10px 16px;font-size:13px;font-weight:700}.users-filters{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);flex-direction:column;gap:20px;margin-bottom:28px;padding:24px;display:flex}.action-form-card{background:var(--bg-primary);border-radius:var(--radius-md);box-shadow:var(--shadow-md);border:1.5px solid var(--primary-lighter);background:linear-gradient(135deg,#fff 0%,var(--primary-light)100%);margin-bottom:20px;padding:16px 20px}.form-card-header{border-bottom:1px solid #f6f6f8;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;display:flex}.form-card-header h3{color:#333;margin:0;font-size:16px;font-weight:700}.form-close-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:background-color .2s;display:flex}.form-close-btn:hover{background-color:#f5f5f5}.notification-form-inline,.balance-form-inline{flex-direction:column;gap:10px;display:flex}.form-row-inline{grid-template-columns:1fr 1fr;gap:10px;display:grid}.form-group-inline{flex-direction:column;gap:4px;display:flex}.form-group-inline label{color:#333;font-size:13px;font-weight:600}.form-input,.form-select,.form-textarea{border:1.5px solid var(--border-light);border-radius:var(--radius-sm);width:100%;transition:all var(--transition-base);background-color:var(--bg-primary);color:var(--text-primary);padding:10px 14px;font-family:inherit;font-size:14px}.form-input:hover,.form-select:hover,.form-textarea:hover{border-color:var(--border-medium)}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 4px #752be014}.form-textarea{resize:vertical;min-height:70px;line-height:1.5}.char-count{text-align:right;color:#90979d;margin-top:4px;font-size:12px}.form-info{background:#f8f3ff;border:1px solid #e8d8ff;border-radius:6px;align-items:center;padding:8px 12px;display:flex}.info-text{color:#752be0;font-size:12px;font-weight:500}.form-actions-inline{gap:10px;margin-top:2px;display:flex}.btn-primary{background:linear-gradient(135deg,var(--primary)0%,var(--primary-hover)100%);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover:not(:disabled){box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-secondary{background-color:var(--bg-tertiary);color:var(--text-primary);border:1.5px solid var(--border-light)}.btn-secondary:hover{background-color:var(--bg-primary);border-color:var(--border-medium);transform:translateY(-1px)}.users-table-container{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);overflow:auto hidden}.users-table-wrapper{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);overflow:hidden}.users-table-header{display:block;overflow:hidden}.users-table-header thead{table-layout:fixed;width:100%;display:table}.users-table-body-container{border-top:1px solid var(--border-light);overflow:hidden auto}.users-table-body-container::-webkit-scrollbar{width:8px}.users-table-body-container::-webkit-scrollbar-track{background:var(--bg-tertiary);border-radius:4px}.users-table-body-container::-webkit-scrollbar-thumb{background:var(--border-medium);border-radius:4px;transition:background .2s}.users-table-body-container::-webkit-scrollbar-thumb:hover{background:var(--primary)}.virtual-table-row{width:100%;display:block}.virtual-table-row .users-table{table-layout:fixed;width:100%;display:table}.virtual-table-row tbody{display:table-row-group}.virtual-table-row tr{display:table-row}.virtual-table-row td{display:table-cell}.users-table{border-collapse:collapse;width:100%;min-width:1000px}.users-table thead{background:var(--bg-tertiary)}.users-table th{text-align:left;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-light);padding:18px 20px;font-size:12px;font-weight:700}.users-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s}.users-table th.sortable:hover{background-color:#efefef}.checkbox-col{text-align:center;width:50px}.users-table tbody tr{border-bottom:1px solid var(--border-light);transition:background-color var(--transition-fast)}.users-table tbody tr:hover{background-color:var(--primary-light)}.users-table tbody tr.selected{background-color:var(--primary-lighter)}.users-table td{color:var(--text-primary);padding:18px 20px;font-size:14px}.users-table tbody td{vertical-align:middle}.user-cell{align-items:center;gap:12px;display:flex}.user-avatar-small{background-color:#f0f0f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.user-avatar-small img{object-fit:cover;width:100%;height:100%}.avatar-placeholder-small{color:#752be0;background:linear-gradient(135deg,#e8d8ff 0%,#f8f3ff 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:16px;font-weight:600;display:flex}.user-name{color:#333;font-weight:600}.action-delete-btn:hover{background-color:#fdeaea;transform:scale(1.1)}.balance-amount{color:#15ac77;font-weight:600}.role-badge{border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}.open-to-work{color:#90979d;background-color:#f5f5f5;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600}.open-to-work.active{color:#008c36;background-color:#e5fdec}.date-cell{align-items:center;gap:8px;display:flex}.date-edit-btn{cursor:pointer;opacity:.6;background:0 0;border:none;padding:4px;font-size:14px;transition:opacity .2s}.date-edit-btn:hover{opacity:1}.date-edit{align-items:center;gap:8px;display:flex}.date-input{border:2px solid #752be0;border-radius:6px;padding:6px 10px;font-family:inherit;font-size:13px}.date-save-btn,.date-cancel-btn{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px 8px;transition:background-color .2s;display:flex}.date-save-btn:hover{background-color:#e5fdec}.date-cancel-btn:hover{background-color:#fdeaea}.users-loading,.users-error{text-align:center;background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);margin-top:28px;padding:40px}.users-loading p,.users-error p{margin:0;font-size:16px}@media (max-width:768px){.pagination-container{flex-direction:column;align-items:stretch}.pagination-controls,.pagination-page-size{justify-content:center}}input[type=checkbox]{cursor:pointer;accent-color:#752be0;width:18px;height:18px}@media (max-width:1024px){.form-row-inline{grid-template-columns:1fr}}@media (max-width:768px){.users-page{padding:16px}.page-header{flex-direction:column}.header-actions{width:100%}.header-action-btn{flex:1;min-width:0}.users-table-container{border-radius:8px}.users-table{font-size:13px}.users-table th,.users-table td{padding:12px 8px}.form-actions-inline{flex-direction:column}.form-row-inline{grid-template-columns:1fr}}.users-table-body{width:100%;display:block}.edit-position-modal{max-width:600px}.position-info-display{background:#f8f3ff;border:1px solid #e8d8ff;border-radius:10px;margin-bottom:24px;padding:16px}.edit-position-form{flex-direction:column;gap:20px;display:flex}.create-position-modal{max-width:600px}.create-position-form{flex-direction:column;gap:20px;display:flex}.form-input{background-color:#fff;border:2px solid #e5e7eb;border-radius:10px;width:100%;padding:12px 16px;font-family:inherit;font-size:15px;transition:all .2s}.form-input:focus{border-color:#752be0;outline:none;box-shadow:0 0 0 4px #752be01a}.form-input select,select.form-input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.positions-page{max-width:1600px;margin:0 auto;padding:32px}.create-position-btn{border-radius:var(--radius-md);background:linear-gradient(135deg,var(--primary)0%,var(--primary-hover)100%);color:#fff;cursor:pointer;transition:all var(--transition-base);box-shadow:var(--shadow-md);white-space:nowrap;border:none;align-items:center;gap:8px;padding:12px 20px;font-family:inherit;font-size:14px;font-weight:600;display:flex}.create-position-btn:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.positions-filters{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);margin-bottom:28px;padding:24px}.positions-table-container{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);overflow:auto hidden}.positions-table{border-collapse:collapse;width:100%;min-width:600px}.positions-table tbody td{vertical-align:middle}.positions-table thead{background:var(--bg-tertiary)}.positions-table th{text-align:left;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-light);padding:18px 20px;font-size:12px;font-weight:700}.positions-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color var(--transition-fast)}.positions-table th.sortable:hover{background-color:#efefef}.positions-table tbody tr{border-bottom:1px solid var(--border-light);transition:background-color var(--transition-fast)}.positions-table tbody tr:hover{background-color:var(--primary-light)}.positions-table td{color:var(--text-primary);padding:18px 20px;font-size:14px}.position-name{color:var(--text-primary);font-size:15px;font-weight:600}.position-category{color:var(--text-secondary);font-size:14px;font-weight:500}.position-date{color:var(--text-secondary);font-size:14px}.action-buttons{justify-content:center;align-items:center;gap:8px;display:flex}.action-edit-btn,.action-delete-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:inline-flex}.action-delete-btn{background-color:#fff;border:1px solid #fee2e2}.action-delete-btn:hover{background-color:#fee2e2;border-color:#ef4444;transform:scale(1.1)}.action-delete-btn{color:#ef4444}.action-delete-btn:hover{background-color:#fee2e2}.empty-state p{color:#90979d;margin:0;font-size:16px}.positions-table tbody tr:last-child{border-bottom:none}.positions-error{text-align:center;background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);padding:40px}.positions-error p{margin:0;font-size:16px}@media (max-width:768px){.positions-page{padding:20px}.page-header h1{font-size:28px}.positions-table-container{border-radius:var(--radius-md)}.positions-table{font-size:13px}.positions-table th,.positions-table td{padding:12px 8px}}.edit-post-modal{max-width:700px}.post-info-display{background:#f8f3ff;border:1px solid #e8d8ff;border-radius:10px;margin-bottom:24px;padding:16px}.info-row{justify-content:space-between;align-items:center;padding:8px 0;display:flex}.info-row:not(:last-child){border-bottom:1px solid #e8d8ff}.info-label{color:#752be0;font-size:14px;font-weight:600}.info-value{color:#333;font-size:14px;font-weight:500}.edit-post-form{flex-direction:column;gap:20px;display:flex}@media (max-width:768px){.form-row{grid-template-columns:1fr}}.google-map-container{border:2px solid #e5e7eb;border-radius:10px;width:100%;min-height:300px;position:relative;overflow:hidden}.google-map{min-height:300px;width:100%!important;height:100%!important}.google-map-loading,.google-map-error{color:#666;background:#f5f5f5;border:2px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;width:100%;font-size:14px;display:flex}.google-map-error{color:#dc2626;text-align:center;background:#fef2f2;border-color:#fecaca;padding:20px}.pac-container{border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;box-shadow:0 4px 12px #00000026;z-index:10000!important}.pac-item{cursor:pointer;padding:10px 14px;font-size:14px}.pac-item:hover{background-color:#752be014}.pac-item-selected{background-color:#752be01f}.create-post-modal{max-width:750px;max-height:90vh;overflow-y:auto}.create-post-form{flex-direction:column;gap:20px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.required{color:#ef4444;margin-left:4px}.form-input,.form-select{background-color:#fff;border:2px solid #e5e7eb;border-radius:10px;width:100%;padding:12px 16px;font-family:inherit;font-size:15px;transition:all .2s}.form-input:focus,.form-select:focus{border-color:#752be0;outline:none;box-shadow:0 0 0 4px #752be01a}.form-input:disabled{cursor:not-allowed;opacity:.7;background-color:#f5f5f5}.form-hint{color:#888;margin-top:4px;font-size:12px}.post-type-buttons{gap:12px;display:flex}.post-type-btn{color:#333;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:10px;flex:1;padding:14px 20px;font-size:15px;font-weight:600;transition:all .2s}.post-type-btn:hover{background:#752be00d;border-color:#752be0}.post-type-btn.active{color:#752be0;background:linear-gradient(135deg,#752be01a 0%,#6425c71a 100%);border-color:#752be0}.image-upload-container{width:100%}.image-upload-placeholder{cursor:pointer;background:#fafafa;border:2px dashed #e5e7eb;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:150px;transition:all .2s;display:flex}.image-upload-placeholder:hover{background:#752be00d;border-color:#752be0}.image-upload-placeholder .upload-icon{font-size:32px}.image-upload-placeholder span:last-child{color:#666;font-size:14px}.image-preview{width:100%;max-width:300px;position:relative}.image-preview img{object-fit:cover;border-radius:12px;width:100%;height:150px}.remove-image-btn{cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;top:8px;right:8px}.remove-image-btn:hover{background:#000c}.remove-image-btn svg{fill:#fff}.search-dropdown-container{position:relative}.search-input-wrapper{align-items:center;display:flex;position:relative}.search-input-wrapper svg{pointer-events:none;position:absolute;left:14px}.search-input-wrapper .form-input.search-input{padding-left:42px}.search-dropdown{z-index:100;background:#fff;border:2px solid #e5e7eb;border-top:none;border-radius:0 0 10px 10px;max-height:200px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.dropdown-item{cursor:pointer;flex-direction:column;gap:2px;padding:12px 16px;transition:background .15s;display:flex}.dropdown-item:hover{background:#752be014}.dropdown-item-name{color:#333;font-size:14px;font-weight:500}.dropdown-item-sub{color:#888;font-size:12px}.dropdown-loading,.dropdown-empty{text-align:center;color:#888;padding:16px;font-size:14px}.checkbox-label{cursor:pointer;color:#333;align-items:center;gap:10px;margin-top:8px;font-size:14px;font-weight:500;display:flex}.checkbox-input{cursor:pointer;accent-color:#752be0;width:18px;height:18px}.modal-actions{border-top:2px solid #f6f6f8;gap:12px;margin-top:8px;padding-top:20px;display:flex}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:15px;font-weight:600;transition:all .2s;display:flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#752be0 0%,#6425c7 100%);box-shadow:0 2px 8px #752be033}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 16px #752be066}.btn-secondary{color:#333;background-color:#f5f5f5;border:2px solid #e5e7eb}.btn-secondary:hover{background-color:#efefef;border-color:#d1d5db}@media (max-width:768px){.form-row{grid-template-columns:1fr}.post-type-buttons{flex-direction:column}}.posts-page{max-width:1600px;margin:0 auto;padding:32px}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:32px;display:flex}.create-post-btn{border-radius:var(--radius-md);background:linear-gradient(135deg,var(--primary)0%,var(--primary-hover)100%);color:#fff;cursor:pointer;transition:all var(--transition-base);box-shadow:var(--shadow-md);white-space:nowrap;border:none;align-items:center;gap:8px;padding:12px 20px;font-family:inherit;font-size:14px;font-weight:600;display:flex}.create-post-btn:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.posts-filters{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);flex-direction:column;gap:20px;margin-bottom:28px;padding:24px;display:flex}.filter-buttons{flex-wrap:wrap;gap:12px;display:flex}.filter-btn{border:1.5px solid var(--border-light);border-radius:var(--radius-md);background-color:var(--bg-primary);color:var(--text-primary);cursor:pointer;transition:all var(--transition-base);padding:10px 18px;font-family:inherit;font-size:14px;font-weight:600}.filter-btn:hover{border-color:var(--primary);color:var(--primary);background-color:var(--primary-light);transform:translateY(-1px)}.filter-btn.active{background:linear-gradient(135deg,var(--primary)0%,var(--primary-hover)100%);border-color:var(--primary);color:#fff;box-shadow:var(--shadow-sm)}.posts-table-container{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);overflow:auto hidden}.posts-table{border-collapse:collapse;width:100%;min-width:1200px}.posts-table thead{background:var(--bg-tertiary)}.posts-table th{text-align:left;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-light);padding:18px 20px;font-size:12px;font-weight:700}.posts-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color var(--transition-fast)}.posts-table th.sortable:hover{background-color:var(--bg-primary)}.posts-table tbody tr{border-bottom:1px solid var(--border-light);transition:background-color var(--transition-fast)}.posts-table tbody tr:hover{background-color:var(--primary-light)}.posts-table td{color:var(--text-primary);padding:18px 20px;font-size:14px}.post-user-name{color:var(--text-primary);font-weight:600}.post-category{color:var(--text-primary)}.post-published{border-radius:var(--radius-sm);background-color:var(--bg-tertiary);color:var(--text-secondary);padding:6px 12px;font-size:12px;font-weight:600}.post-published.active{background-color:var(--success-light);color:var(--success)}.post-work-shift{color:var(--text-primary);font-size:13px}.post-price{color:var(--success);font-weight:700}.post-date{color:var(--text-secondary)}.action-edit-btn{cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition-base);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:inline-flex}.action-edit-btn:hover{background-color:var(--primary-light);transform:scale(1.1)}@media (max-width:768px){.posts-page{padding:20px}.page-header h1{font-size:28px}.posts-table-container{border-radius:var(--radius-md)}.posts-table{font-size:13px}.posts-table th,.posts-table td{padding:12px 8px}.pagination-container{flex-direction:column;align-items:stretch}.pagination-controls,.pagination-page-size{justify-content:center}}.create-promotion-modal{max-width:600px}.create-promotion-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#1a1a1a;font-size:14px;font-weight:600}.required{color:#dc3545}.form-input,.form-textarea{border:1px solid #e0e0e0;border-radius:8px;outline:none;padding:12px;font-family:inherit;font-size:14px;transition:border-color .2s}.form-input:focus,.form-textarea:focus{border-color:#752be0}.form-textarea{resize:vertical;min-height:100px}.image-preview{margin-top:12px}.image-preview img{border:1px solid #e0e0e0;border-radius:8px;max-width:100%;max-height:200px}.checkbox-label{cursor:pointer;align-items:center;gap:8px;font-weight:400;display:flex}.checkbox-input{cursor:pointer;width:18px;height:18px}.promotions-page{padding:24px}.create-promotion-btn{color:#fff;cursor:pointer;background:#752be0;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:background .2s;display:flex}.create-promotion-btn:hover{background:#5a1fb8}.promotions-filters{margin-bottom:24px}.search-box{width:100%;max-width:400px;display:block;position:relative}.promotions-table-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.promotions-table{border-collapse:collapse;width:100%}.promotions-table thead{background:#f8f9fa}.promotions-table th{text-align:left;color:#666;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #e0e0e0;padding:16px;font-size:12px;font-weight:600}.promotions-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.promotions-table th.sortable:hover{background:#f0f0f0}.promotions-table td{color:#1a1a1a;border-bottom:1px solid #f0f0f0;padding:16px;font-size:14px}.promotions-table tbody tr:hover{background:#f8f9fa}.promotion-title{color:#1a1a1a;font-weight:600}.promotion-description{color:#666;text-overflow:ellipsis;white-space:nowrap;max-width:300px;display:block;overflow:hidden}.promotion-image{object-fit:cover;border-radius:4px;width:80px;height:60px}.promotion-active{color:#666;background:#f0f0f0;border-radius:12px;padding:4px 12px;font-size:12px;font-weight:600}.promotion-active.active{color:#155724;background:#d4edda}.promotion-date{color:#666}.action-delete-btn{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:background .2s}.action-delete-btn:hover{background:#c82333}.empty-state,.loading-state{text-align:center;color:#666;padding:48px}.reviews-page{max-width:1600px;margin:0 auto;padding:32px}.reviews-filters{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);flex-wrap:wrap;align-items:flex-end;gap:20px;margin-bottom:28px;padding:24px;display:flex}.search-box{flex:1;min-width:300px;display:block;position:relative}.search-input{border:1.5px solid var(--border-light);border-radius:var(--radius-md);width:100%;transition:all var(--transition-base);background-color:var(--bg-primary);color:var(--text-primary);box-sizing:border-box;z-index:1;padding:14px 18px 14px 48px;font-family:inherit;font-size:15px;position:relative}.filter-group{flex-direction:column;gap:8px;display:flex}.filter-group label{color:var(--text-secondary);font-size:13px;font-weight:600}.filter-select{border:1.5px solid var(--border-light);border-radius:var(--radius-md);background-color:var(--bg-primary);color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);min-width:150px;padding:14px 18px;font-family:inherit;font-size:15px;font-weight:500}.filter-select:hover{border-color:var(--border-medium)}.filter-select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 4px #752be014}.reviews-table-container{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);overflow:auto hidden}.reviews-table{border-collapse:collapse;width:100%;min-width:1200px}.reviews-table thead{background:var(--bg-tertiary)}.reviews-table th{text-align:left;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-light);padding:18px 20px;font-size:12px;font-weight:700}.reviews-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color var(--transition-fast)}.reviews-table th.sortable:hover{background-color:var(--bg-primary)}.th-content{align-items:center;gap:8px;display:flex}.action-col{text-align:center;width:200px}.reviews-table tbody tr{border-bottom:1px solid var(--border-light);transition:background-color var(--transition-fast)}.reviews-table tbody tr:hover{background-color:var(--primary-light)}.reviews-table td{color:var(--text-primary);padding:18px 20px;font-size:14px}.review-user-name{color:var(--text-primary);font-weight:600}.review-provider-name{color:var(--text-primary);font-weight:500}.review-rating{align-items:center;gap:8px;display:flex}.star{color:var(--border-medium);font-size:18px}.star.filled{color:#ffc107}.rating-value{color:var(--text-secondary);font-size:13px;font-weight:600}.review-comment{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:300px;display:block;overflow:hidden}.review-published{border-radius:var(--radius-sm);background-color:var(--bg-tertiary);color:var(--text-secondary);padding:6px 12px;font-size:12px;font-weight:600}.review-published.active{background-color:var(--success-light);color:var(--success)}.review-date{color:var(--text-secondary);font-size:13px}.action-toggle-btn{border:1.5px solid var(--border-light);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-base);color:var(--text-primary);background:0 0;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:600}.action-toggle-btn.activate{border-color:var(--success);color:var(--success)}.action-toggle-btn.activate:hover{background-color:var(--success-light)}.action-toggle-btn.deactivate{color:#dc3545;border-color:#dc3545}.action-toggle-btn.deactivate:hover{background-color:#dc35451a}.action-delete-btn{color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-base);background:#dc3545;border:none;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:600}.action-delete-btn:hover{box-shadow:var(--shadow-sm);background:#c82333;transform:translateY(-1px)}.empty-state{text-align:center;padding:80px 20px}.empty-state p{color:var(--text-secondary);margin:0;font-size:16px;font-weight:400}@media (max-width:768px){.reviews-page{padding:20px}.page-header h1{font-size:28px}.reviews-filters{flex-direction:column;align-items:stretch}.search-box{min-width:100%}.reviews-table-container{border-radius:var(--radius-md)}.reviews-table{font-size:13px}.reviews-table th,.reviews-table td{padding:12px 8px}.pagination-container{flex-direction:column;align-items:stretch}.pagination-controls,.pagination-page-size{justify-content:center}}.sun-editor{box-sizing:border-box;color:#000;-webkit-user-select:none;user-select:none;-o-user-select:none;-khtml-user-select:none;background-color:#fff;border:1px solid #dadada;width:auto;height:auto;font-family:Helvetica Neue}.sun-editor *{box-sizing:border-box;-webkit-user-drag:none;overflow:visible}.sun-editor-common button,.sun-editor-common input,.sun-editor-common select,.sun-editor-common textarea{font-size:14px;line-height:1.5}.sun-editor-common blockquote,.sun-editor-common body,.sun-editor-common button,.sun-editor-common code,.sun-editor-common dd,.sun-editor-common div,.sun-editor-common dl,.sun-editor-common dt,.sun-editor-common fieldset,.sun-editor-common form,.sun-editor-common h1,.sun-editor-common h2,.sun-editor-common h3,.sun-editor-common h4,.sun-editor-common h5,.sun-editor-common h6,.sun-editor-common input,.sun-editor-common legend,.sun-editor-common li,.sun-editor-common ol,.sun-editor-common p,.sun-editor-common pre,.sun-editor-common select,.sun-editor-common td,.sun-editor-common textarea,.sun-editor-common th,.sun-editor-common ul{border:0;margin:0;padding:0}.sun-editor-common dl,.sun-editor-common li,.sun-editor-common menu,.sun-editor-common ol,.sun-editor-common ul{list-style:none!important}.sun-editor-common hr{margin:6px 0!important}.sun-editor textarea{resize:none;border:0;padding:0}.sun-editor button{touch-action:manipulation;cursor:pointer;background-color:#0000;border:0;outline:none}.sun-editor button,.sun-editor input,.sun-editor select,.sun-editor textarea{vertical-align:middle}.sun-editor button span{margin:0;padding:0;display:block}.sun-editor button .txt{white-space:nowrap;text-overflow:ellipsis;margin-top:0;display:block;overflow:hidden}.sun-editor button *{pointer-events:none;backface-visibility:hidden}.sun-editor svg{fill:currentColor}.sun-editor .se-svg,.sun-editor button>svg{fill:currentColor;text-align:center;float:none;width:16px;height:16px;margin:auto;display:block}.sun-editor .close>svg,.sun-editor .se-dialog-close>svg{width:10px;height:10px}.sun-editor .se-btn-select>svg{float:right;width:10px;height:10px}.sun-editor .se-btn-list>.se-list-icon{vertical-align:middle;width:16px;height:16px;margin:-1px 10px 0 0;display:inline-block}.sun-editor .se-line-breaker>button>svg{width:24px;height:24px}.sun-editor button>i:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-variant:normal;text-rendering:auto;font-size:15px;font-style:normal;line-height:2;display:inline-block}.sun-editor button>[class=se-icon-text]{font-size:20px;line-height:1}.sun-editor .se-arrow,.sun-editor .se-arrow:after{border:11px solid #0000;width:0;height:0;display:block;position:absolute}.sun-editor .se-arrow.se-arrow-up{border-top-width:0;border-bottom-color:#dadada;margin-left:-11px;top:-11px;left:20px}.sun-editor .se-arrow.se-arrow-up:after{content:" ";border-top-width:0;border-bottom-color:#fff;margin-left:-11px;top:1px}.sun-editor .se-toolbar .se-arrow.se-arrow-up:after{border-bottom-color:#fafafa}.sun-editor .se-arrow.se-arrow-down{border-top-color:#dadada;border-bottom-width:0;margin-left:-11px;top:0;left:0}.sun-editor .se-arrow.se-arrow-down:after{content:" ";border-top-color:#fff;border-bottom-width:0;margin-left:-11px;top:-12px}.sun-editor .se-toolbar .se-arrow.se-arrow-down:after{border-top-color:#fafafa}.sun-editor .se-container{width:auto;height:auto;position:relative}.sun-editor button{color:#000}.sun-editor .se-btn{float:left;border:0;border-radius:4px;width:34px;height:34px;padding:0;font-size:12px;line-height:27px;margin:1px!important}.sun-editor .se-btn:enabled:focus,.sun-editor .se-btn:enabled:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0}.sun-editor .se-btn:enabled:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn-primary{color:#000;background-color:#c7deff;border:1px solid #80bdff;border-radius:4px}.sun-editor .se-btn-primary:focus,.sun-editor .se-btn-primary:hover{color:#000;background-color:#80bdff;border-color:#3f9dff;outline:0}.sun-editor .se-btn-primary:active{color:#fff;background-color:#3f9dff;border-color:#4592ff;box-shadow:inset 0 3px 5px #4592ff}.sun-editor input,.sun-editor select,.sun-editor textarea{color:#000;border:1px solid #ccc;border-radius:4px}.sun-editor input:focus,.sun-editor select:focus,.sun-editor textarea:focus{border:1px solid #80bdff;outline:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-shadow:0 0 0 .2rem #c7deff}.sun-editor .se-btn:enabled.active{color:#4592ff;outline:0}.sun-editor .se-btn:enabled.active:focus,.sun-editor .se-btn:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0}.sun-editor .se-btn:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0}.sun-editor .se-btn:enabled.on:focus,.sun-editor .se-btn:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0}.sun-editor .se-btn:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-btn-list:disabled,.sun-editor .se-btn:disabled,.sun-editor button:disabled{cursor:not-allowed;background-color:inherit;color:#bdbdbd}.sun-editor .se-loading-box{opacity:.7;width:100%;height:100%;filter:alpha(opacity=70);z-index:2147483647;background-color:#fff;display:none;position:absolute;top:0;left:0}.sun-editor .se-loading-box .se-loading-effect{border-top:2px solid #07d;border-right:2px solid #0000;border-radius:50%;width:25px;height:25px;margin:-25px 0 0 -25px;animation:.8s linear infinite spinner;display:block;position:absolute;top:50%;left:50%}.sun-editor .se-line-breaker{cursor:text;z-index:7;border-top:1px solid #3288ff;width:100%;height:1px;display:none;position:absolute}.sun-editor .se-line-breaker>button.se-btn{float:none;opacity:.6;cursor:pointer;background-color:#fff;border:1px solid #0c2240;width:30px;height:30px;display:inline-block;position:relative;top:-15px;left:-50%}.sun-editor .se-line-breaker>button.se-btn:hover{opacity:.9;background-color:#fff;border-color:#041b39}.sun-editor .se-line-breaker-component{opacity:.6;cursor:pointer;z-index:7;background-color:#fff;border:1px solid #0c2240;border-radius:4px;width:24px;height:24px;display:none;position:absolute}.sun-editor .se-line-breaker-component:hover{opacity:.9}.sun-editor .se-toolbar{z-index:5;background-color:#fafafa;outline:1px solid #dadada;width:100%;height:auto;margin:0;padding:0;display:block;position:relative;overflow:visible}.sun-editor .se-toolbar-shadow{z-index:0!important;background-color:#0000!important;border:none!important;outline:none!important;height:0!important;margin:0!important;padding:0!important;display:block!important}.sun-editor .se-toolbar-cover{opacity:.5;width:100%;height:100%;filter:alpha(opacity=50);cursor:not-allowed;z-index:4;background-color:#fefefe;font-size:36px;display:none;position:absolute;top:0;left:0}.sun-editor .se-toolbar-separator-vertical{vertical-align:top;width:0;height:0;margin:0;display:inline-block}.sun-editor .se-toolbar.se-toolbar-balloon,.sun-editor .se-toolbar.se-toolbar-inline{display:none;position:absolute;box-shadow:0 3px 9px #00000080}.sun-editor .se-toolbar.se-toolbar-balloon{z-index:2147483647;width:auto}.sun-editor .se-toolbar.se-toolbar-sticky{position:fixed;top:0}.sun-editor .se-toolbar-sticky-dummy{z-index:-1;display:none;position:static}.sun-editor .se-btn-module{display:inline-block}.sun-editor .se-btn-module-border{border:1px solid #dadada;border-radius:4px;margin-left:1px;margin-right:1px}.sun-editor .se-btn-module-enter{background-color:#0000;width:100%;height:0;margin:0;padding:0;display:block}.sun-editor .se-toolbar-more-layer{background-color:#fafafa;margin:0 -3px}.sun-editor .se-toolbar-more-layer .se-more-layer{border-top:1px solid #dadada;display:none}.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form{width:100%;height:auto;padding:4px 3px 0;display:inline-block}.sun-editor .se-btn-module .se-btn-more.se-btn-more-text{width:auto;padding:0 4px}.sun-editor .se-btn-module .se-btn-more:focus,.sun-editor .se-btn-module .se-btn-more:hover{color:#000;background-color:#d1d1d1;border-color:#c1c1c1;outline:0}.sun-editor .se-btn-module .se-btn-more.on{color:#333;background-color:#d1d1d1;border-color:#c1c1c1;outline:0}.sun-editor .se-btn-module .se-btn-more.on:hover{color:#000;background-color:#c1c1c1;border-color:#b1b1b1;outline:0}.sun-editor .se-menu-list,.sun-editor .se-menu-list li{float:left;margin:0;padding:0}.sun-editor .se-menu-list li{position:relative}.sun-editor .se-btn-select{width:auto;padding:4px 6px;display:flex}.sun-editor .se-btn-select .txt{text-align:left;flex:auto}.sun-editor .se-btn-select.se-btn-tool-font{width:100px}.sun-editor .se-btn-select.se-btn-tool-format{width:82px}.sun-editor .se-btn-select.se-btn-tool-size{width:78px}.sun-editor .se-btn-tray{width:100%;height:auto;margin:0;padding:4px 3px 0;position:relative}.sun-editor .se-menu-tray{width:100%;height:0;position:absolute;top:0;left:0}.sun-editor .se-submenu{overflow:hidden auto}.sun-editor .se-menu-container{overflow-x:unset;overflow-y:unset}.sun-editor .se-list-layer{z-index:5;background-color:#fff;border:1px solid #bababa;border-radius:4px;outline:0;height:auto;padding:6px 0;display:none;position:absolute;top:0;left:0;box-shadow:0 3px 9px #00000080}.sun-editor .se-list-layer .se-list-inner{overflow-x:initial;overflow-y:initial;margin:0;padding:0;overflow:visible}.sun-editor .se-list-layer button{width:100%;margin:0}.sun-editor .se-list-inner ul{width:100%;padding:0}.sun-editor .se-list-inner li>button{width:max-content;min-width:100%}.sun-editor .se-list-inner .se-list-basic li{width:100%}.sun-editor .se-list-inner .se-list-basic li button.active{background-color:#80bdff;border:1px solid #3f9dff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:hover{background-color:#3f9dff;border:1px solid #4592ff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:active{background-color:#4592ff;border:1px solid #407dd1;border-left:0;border-right:0;box-shadow:inset 0 3px 5px #407dd1}.sun-editor .se-list-inner .se-list-checked li button>.se-svg{float:left;padding:6px 6px 0 0}.sun-editor .se-list-inner .se-list-checked li button>.se-svg>svg{display:none}.sun-editor .se-list-inner .se-list-checked li button.se-checked{color:#4592ff}.sun-editor .se-list-inner .se-list-checked li button.se-checked>.se-svg>svg{display:block}.sun-editor .se-btn-list{cursor:pointer;text-indent:0;text-align:left;width:100%;height:auto;min-height:32px;padding:0 14px;font-size:12px;line-height:normal;text-decoration:none}.sun-editor .se-btn-list.default_value{background-color:#f3f3f3;border-top:1px dotted #b1b1b1;border-bottom:1px dotted #b1b1b1}.sun-editor .se-btn-list:focus,.sun-editor .se-btn-list:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0}.sun-editor .se-btn-list:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-list-layer.se-list-font-size{min-width:140px;max-height:300px}.sun-editor .se-list-layer.se-list-font-family{min-width:156px}.sun-editor .se-list-layer.se-list-font-family .default{border-bottom:1px solid #ccc}.sun-editor .se-list-layer.se-list-line{width:125px}.sun-editor .se-list-layer.se-list-line hr{border-width:1px 0 0;height:1px}.sun-editor .se-list-layer.se-list-align .se-list-inner{left:9px}.sun-editor .se-list-layer.se-list-format{min-width:156px}.sun-editor .se-list-layer.se-list-format li{width:100%;padding:0}.sun-editor .se-list-layer.se-list-format ul .se-btn-list{line-height:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h1]{height:40px}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h2]{height:34px}.sun-editor .se-list-layer.se-list-format ul p{font-size:13px}.sun-editor .se-list-layer.se-list-format ul div{padding:4px 2px;font-size:13px}.sun-editor .se-list-layer.se-list-format ul h1{color:#333;font-size:2em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h2{color:#333;font-size:1.5em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h3{color:#333;font-size:1.17em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h4{color:#333;font-size:1em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h5{color:#333;font-size:.83em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h6{color:#333;font-size:.67em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul blockquote{color:#999;background-color:#0000;border-style:solid;border-color:#b1b1b1;border-left-width:5px;height:22px;margin:0;padding:0 0 0 7px;font-size:13px;line-height:1.5}.sun-editor .se-list-layer.se-list-format ul pre{color:#666;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:4px;margin:0;padding:4px 11px;font-size:13px}.sun-editor .se-selector-table{z-index:5;float:left;text-align:left;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border-radius:4px;margin:2px 0 0;padding:5px 0;font-size:14px;list-style:none;display:none;position:absolute;top:34px;left:1px;box-shadow:0 6px 12px #0000002d}.sun-editor .se-selector-table .se-table-size{padding:0 5px;font-size:18px}.sun-editor .se-selector-table .se-table-size-picker{z-index:3;cursor:pointer;width:10em;height:10em;font-size:18px;position:absolute!important}.sun-editor .se-selector-table .se-table-size-highlighted{z-index:2;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==);width:1em;height:1em;font-size:18px;position:absolute!important}.sun-editor .se-selector-table .se-table-size-unhighlighted{z-index:1;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC);width:10em;height:10em;font-size:18px;position:relative!important}.sun-editor .se-selector-table .se-table-size-display{padding-left:5px}.sun-editor .se-list-layer.se-table-split{top:36px}.sun-editor .se-list-layer .se-selector-color{width:max-content;max-width:270px;height:auto;margin:auto;padding:0;display:flex}.sun-editor .se-list-layer .se-selector-color .se-color-pallet{width:100%;height:100%;padding:0}.sun-editor .se-list-layer .se-selector-color .se-color-pallet li{float:left;margin:0;display:flex;position:relative}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button{cursor:default;text-indent:-9999px;width:30px;height:30px;display:block}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover{border:3px solid #fff}.sun-editor .se-form-group{width:100%;height:auto;min-height:40px;padding:4px;display:flex}.sun-editor .se-form-group input{border:1px solid #ccc;border-radius:.25rem;flex:auto;width:auto;height:33px;margin:1px 0;padding:0;font-size:12px;display:inline-block}.sun-editor .se-form-group button,.sun-editor .se-submenu-form-group button{float:right;width:34px;height:34px;margin:0 2px!important}.sun-editor .se-form-group button.se-btn{border:1px solid #ccc}.sun-editor .se-form-group>div{position:relative}.sun-editor .se-form-group label{max-width:100%;margin-bottom:5px;font-weight:700;display:inline-block}.sun-editor .se-form-group-label{width:100%;height:auto;padding:0 4px}.sun-editor .se-form-group-label label{font-size:13px;font-weight:700}.sun-editor .se-submenu .se-form-group input{color:#555;width:auto;height:33px}.sun-editor .se-submenu .se-form-group .se-color-input{text-transform:uppercase;border:none;border-bottom:2px solid #b1b1b1;outline:none;width:72px}.sun-editor .se-submenu .se-form-group .se-color-input:focus{border-bottom:3px solid #b1b1b1}.sun-editor .se-wrapper{z-index:1;width:100%;height:auto;overflow:hidden;position:relative!important}.sun-editor .se-wrapper .se-wrapper-inner{-webkit-overflow-scrolling:touch;-webkit-user-select:auto;user-select:auto;-o-user-select:auto;-khtml-user-select:auto;width:100%;height:100%;min-height:65px;overflow:auto}.sun-editor .se-wrapper .se-wrapper-inner:focus{outline:none}.sun-editor .se-wrapper .se-wrapper-code{color:#fff;word-break:break-all;background-color:#191919;margin:0;padding:4px;font-size:13px;resize:none!important}.sun-editor .se-wrapper .se-wrapper-wysiwyg{display:block}.sun-editor .se-wrapper .se-wrapper-code-mirror{font-size:13px}.sun-editor .se-wrapper .se-placeholder{white-space:nowrap;text-overflow:ellipsis;z-index:1;color:#b1b1b1;pointer-events:none;backface-visibility:hidden;margin-top:0;margin-left:0;margin-right:0;padding-top:16px;padding-left:16px;padding-right:16px;font-size:13px;line-height:1.5;display:none;position:absolute;top:0;left:0;right:0;overflow:hidden}.sun-editor .se-resizing-bar{cursor:ns-resize;background-color:#fafafa;border-top:1px solid #dadada;width:auto;height:auto;min-height:16px;padding:0 4px;display:flex}.sun-editor .se-resizing-bar.se-resizing-none{cursor:default}.sun-editor .se-resizing-back{cursor:default;z-index:2147483647;width:100%;height:100%;display:none;position:absolute;top:0;left:0}.sun-editor .se-resizing-bar .se-navigation{color:#666;background:0 0;flex:auto;width:auto;height:auto;margin:0;padding:0;font-size:10px;line-height:1.5;position:relative}.sun-editor .se-resizing-bar .se-char-counter-wrapper{color:#999;background:0 0;flex:none;width:auto;height:auto;margin:0;padding:0;font-size:13px;display:block;position:relative}.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink{color:#b94a48;animation:.2s linear infinite blinker}.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label{margin-right:4px}.sun-editor .se-dialog{z-index:2147483647;width:100%;height:100%;display:none;position:absolute;top:0;left:0}.sun-editor .se-dialog button,.sun-editor .se-dialog input,.sun-editor .se-dialog label{color:#111;margin:0;font-size:14px;line-height:1.5}.sun-editor .se-dialog .se-dialog-back{opacity:.5;background-color:#222}.sun-editor .se-dialog .se-dialog-back,.sun-editor .se-dialog .se-dialog-inner{width:100%;height:100%;position:absolute;top:0;left:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #0003;border-radius:4px;outline:0;width:auto;max-width:500px;margin:1.75rem auto;position:relative;box-shadow:0 3px 9px #00000080}@media screen and (max-width:509px){.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{width:100%}}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label{max-width:100%;margin-bottom:5px;font-weight:700;display:inline-block}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary{text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;border-radius:4px;padding:6px 12px;font-size:14px;font-weight:400;line-height:1.42857;display:inline-block;margin:0 0 10px!important}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header{border-bottom:1px solid #e5e5e5;height:50px;padding:6px 15px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:right;text-shadow:0 1px #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1;font-weight:700}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:left;margin:0;padding:0;font-size:14px;font-weight:700;line-height:2.5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-body{padding:15px 15px 5px;position:relative}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form{margin-bottom:10px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer{margin-top:10px;margin-bottom:0}.sun-editor .se-dialog .se-dialog-inner input:disabled{background-color:#f3f3f3}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text{width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h,.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w{text-align:center;width:70px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x{text-align:center;width:25px;margin:0 8px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer{text-align:right;border-top:1px solid #e5e5e5;height:auto;min-height:55px;padding:10px 15px 0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div{float:left}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 5px 0 0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio{margin-left:12px;margin-right:6px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check{margin-left:12px;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check{margin-left:0;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:0;margin-right:16px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files{align-items:center;display:flex;position:relative}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files>input{flex:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button{opacity:.8;border:1px solid #ccc;flex:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button.se-file-remove>svg{width:8px;height:8px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:hover{background-color:#f0f0f0;outline:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:active{background-color:#e9e9e9;box-shadow:inset 0 3px 5px #d6d6d6}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select{text-align:center;width:auto;height:34px;font-size:14px;line-height:1.42857;display:inline-block}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control{text-align:center;width:70px;height:34px;font-size:14px;line-height:1.42857;display:inline-block}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form{width:100%;height:34px;padding:0 4px;font-size:14px;line-height:1.42857;display:block}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url:disabled{color:#999;text-decoration:line-through}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{width:70px;margin-left:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form a{color:#004cff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert{border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-dialog-tabs{border-bottom:1px solid #e5e5e5;width:100%;height:25px}.sun-editor .se-dialog-tabs button{float:left;background-color:#e5e5e5;border-right:1px solid #e5e5e5;outline:none;padding:2px 13px;transition:all .3s}.sun-editor .se-dialog-tabs button:hover{background-color:#fff}.sun-editor .se-dialog-tabs button.active{background-color:#fff;border-bottom:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-math-exp{resize:vertical;direction:ltr;border:1px solid #ccc;height:14em;padding:4px;font-size:13px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size{width:6em;height:28px;margin-left:1em}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview{font-size:13px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span{display:inline-block;box-shadow:0 0 0 .1rem #c7deff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span *{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error{color:#b94a48;box-shadow:0 0 0 .1rem #f2dede}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error svg{color:#b94a48;width:auto;height:30px}.sun-editor .se-dialog .se-dialog-inner .se-link-preview{color:#666;text-overflow:ellipsis;word-break:break-all;white-space:pre;background-color:#0000;height:auto;max-height:18px;font-family:inherit;font-size:13px;font-weight:400;display:block;overflow:hidden}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form{width:100%;margin-top:4px;display:flex}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon{flex:unset;color:#4592ff;line-height:1.5;display:none}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-link-preview{flex:auto;margin:0}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel{height:34px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn{color:#3f9dff;width:46px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper{padding-top:6px;line-height:1.5;display:flex}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview{text-align:left}.sun-editor .se-controller .se-arrow.se-arrow-up{border-bottom-color:#00000040}.sun-editor .se-controller{z-index:6;text-align:start;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;line-break:auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #00000040;border-radius:4px;text-decoration:none;display:none;position:absolute;overflow:visible;box-shadow:0 5px 10px #0003}.sun-editor .se-controller .se-btn-group{vertical-align:middle;padding:2px;display:flex;position:relative;top:0;left:0}.sun-editor .se-controller .se-btn-group .se-btn-group-sub{width:max-content;min-width:auto;display:none;left:50%}.sun-editor .se-controller .se-btn-group .se-btn-group-sub button{min-width:72px;margin:0}.sun-editor .se-controller .se-btn-group button{text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;border:none;border-radius:4px;height:auto;min-height:34px;margin:1px;padding:5px 10px;font-size:12px;font-weight:400;line-height:1.5;display:inline-block;position:relative}.sun-editor .se-controller .se-btn-group button:focus:enabled,.sun-editor .se-controller .se-btn-group button:hover:enabled{background-color:#e1e1e1;border-color:#d1d1d1;outline:0}.sun-editor .se-controller .se-btn-group button:active:enabled{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button span{margin:0;padding:0;display:block}.sun-editor .se-controller .se-btn-group button:enabled.active{color:#4592ff;outline:0}.sun-editor .se-controller .se-btn-group button:enabled.active:focus,.sun-editor .se-controller .se-btn-group button:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0}.sun-editor .se-controller .se-btn-group button:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0}.sun-editor .se-controller .se-btn-group button:enabled.on:focus,.sun-editor .se-controller .se-btn-group button:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0}.sun-editor .se-controller .se-btn-group button:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-controller .se-form-group input{min-width:120px}.sun-editor .se-controller-resizing{padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857;margin-top:-50px!important}.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list{width:74px}.sun-editor .se-resizing-container{background-color:#0000;outline:1px solid #3f9dff;display:none;position:absolute}.sun-editor .se-resizing-container .se-modal-resize{opacity:.3;background-color:#3f9dff;display:inline-block;position:absolute}.sun-editor .se-resizing-container .se-resize-dot{width:100%;height:100%;position:absolute;top:0;left:0}.sun-editor .se-resizing-container .se-resize-dot>span{background-color:#3f9dff;border:1px solid #4592ff;width:7px;height:7px;position:absolute}.sun-editor .se-resizing-container .se-resize-dot>span.tl{cursor:nw-resize;top:-5px;left:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.tr{cursor:ne-resize;top:-5px;right:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.bl{cursor:sw-resize;bottom:-5px;left:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.br{cursor:se-resize;bottom:-5px;right:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.lw{cursor:w-resize;bottom:50%;left:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.th{cursor:n-resize;top:-7px;left:50%}.sun-editor .se-resizing-container .se-resize-dot>span.rw{cursor:e-resize;bottom:50%;right:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.bh{cursor:s-resize;bottom:-7px;right:50%}.sun-editor .se-resizing-container .se-resize-display{color:#fff;background-color:#333;border-radius:4px;margin:5px;padding:5px;font-size:12px;position:absolute;bottom:0;right:0}.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{width:auto}.sun-editor .se-controller-link,.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857}.sun-editor .se-controller-link:after,.sun-editor .se-controller-link:before{box-sizing:border-box}.sun-editor .se-controller-link .link-content{margin:0;padding:0}.sun-editor .se-controller-link .link-content a{color:#4592ff;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;max-width:200px;margin-left:5px;display:inline-block;overflow:hidden}.sun-editor .se-select-list{background-color:#fff;border:1px solid #bababa;outline:0;width:auto;max-width:100%;margin:0;padding:0;display:none;position:absolute;top:0;left:0;box-shadow:0 3px 9px #00000080}.sun-editor .se-select-list .se-select-item{cursor:pointer;min-height:28px;margin:2px 0;padding:0 5px;font-size:13px;line-height:28px}.sun-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover,.sun-editor .se-select-list:not(.__se_select-menu-mouse-move) .se-select-item.active{background-color:#e1e1e1}.sun-editor .se-dialog-form-files .se-select-list{width:100%}.sun-editor .se-file-browser{z-index:2147483647;width:100%;height:100%;display:none;position:absolute;top:0;left:0}.sun-editor .se-file-browser button,.sun-editor .se-file-browser input,.sun-editor .se-file-browser label{color:#111;margin:0;font-size:14px;line-height:1.5}.sun-editor .se-file-browser .se-file-browser-back{opacity:.5;background-color:#222}.sun-editor .se-file-browser .se-file-browser-back,.sun-editor .se-file-browser .se-file-browser-inner{width:100%;height:100%;display:block;position:absolute;top:0;left:0}.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #0003;border-radius:4px;outline:0;width:960px;max-width:100%;margin:20px auto;position:relative;box-shadow:0 3px 9px #00000080}.sun-editor .se-file-browser .se-file-browser-header{border-bottom:1px solid #e5e5e5;height:auto;min-height:50px;padding:6px 15px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close{float:right;text-shadow:0 1px #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1;font-weight:700}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close>svg{width:12px;height:12px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title{margin:0;padding:0;font-size:16px;font-weight:700;line-height:2.2}.sun-editor .se-file-browser .se-file-browser-tags{text-align:left;width:100%;margin:0 -15px;padding:0;display:block}.sun-editor .se-file-browser .se-file-browser-tags a{color:#333;background-color:#f5f5f5;-moz-background-clip:padding;cursor:pointer;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:32px;margin:8px 0 8px 8px;padding:6px 12px;text-decoration:none;display:inline-block}.sun-editor .se-file-browser .se-file-browser-tags a:hover{background-color:#e1e1e1}.sun-editor .se-file-browser .se-file-browser-tags a:active{background-color:#d1d1d1}.sun-editor .se-file-browser .se-file-browser-tags a.on{color:#4592ff;background-color:#ebf3fe}.sun-editor .se-file-browser .se-file-browser-tags a.on:hover{background-color:#d8e8fe}.sun-editor .se-file-browser .se-file-browser-tags a.on:active{background-color:#c7deff}.sun-editor .se-file-browser .se-file-browser-body{height:auto;min-height:350px;padding:20px;position:relative;overflow-y:auto}.sun-editor .se-file-browser .se-file-browser-body .se-file-browser-list{width:100%;position:relative}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:748px}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:600px}}.sun-editor .se-file-browser .se-file-browser-list .se-file-item-column{float:left;height:auto;display:block;position:relative}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(25% - 20px);margin:0 10px}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(33% - 20px)}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(50% - 20px)}}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img{cursor:pointer;border-radius:4px;outline:0;width:100%;height:auto;margin:10px 0;display:block;position:relative}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover{opacity:.8;box-shadow:0 0 0 .2rem #3288ff}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>img{border-radius:4px;outline:0;width:100%;height:auto;display:block;position:relative}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name{z-index:1;color:#fff;pointer-events:none;background-color:#0000;border-bottom-right-radius:4px;border-bottom-left-radius:4px;width:100%;height:30px;padding:5px 10px;font-size:13px;position:absolute;bottom:0;left:0}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name.se-file-name-back{opacity:.6;pointer-events:none;background-color:#333}.sun-editor .se-notice{z-index:7;word-break:break-all;color:#b94a48;-webkit-user-select:auto;user-select:auto;-o-user-select:auto;-khtml-user-select:auto;background-color:#f2dede;border:1px solid #eed3d7;width:100%;height:auto;margin:0;padding:15px;font-size:13px;display:none;position:absolute;top:0}.sun-editor .se-notice button{float:right;padding:7px}.sun-editor .se-tooltip{position:relative;overflow:visible}.sun-editor .se-tooltip .se-tooltip-inner{visibility:hidden;opacity:0;z-index:1;float:none;pointer-events:none;backface-visibility:hidden;background:0 0;width:auto;height:auto;margin:0;padding:0;line-height:1.5;transition:opacity .5s;display:block;position:absolute;top:120%;bottom:auto;left:50%}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text{color:#fff;text-align:center;width:auto;height:auto;font-size:.9em;line-height:unset;white-space:nowrap;cursor:auto;background-color:#333;border-radius:2px;margin:0;padding:4px 6px;display:inline-block;position:relative;left:-50%}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after{content:"";border:5px solid #0000;border-bottom-color:#333;margin-left:-5px;position:absolute;bottom:100%;left:50%}.sun-editor .se-tooltip:hover .se-tooltip-inner{visibility:visible;opacity:1}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{display:block!important}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut>.se-shortcut-key{font-weight:700;display:inline}.sun-editor.se-rtl .se-btn-tray{direction:rtl}.sun-editor.se-rtl .se-btn-select svg{margin:auto 1px}.sun-editor.se-rtl .se-btn-select .txt{text-align:right;direction:rtl;flex:auto}.sun-editor.se-rtl .se-btn-list{text-align:right}.sun-editor.se-rtl .se-btn-list>.se-list-icon{margin:-1px 0 0 10px}.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix),.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) li{float:right}.sun-editor.se-rtl .se-list-layer *{direction:rtl}.sun-editor.se-rtl .se-list-layer.se-list-format ul blockquote{border-left-width:0;border-right-width:5px;padding:0 7px 0 0}.sun-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li{float:right}.sun-editor.se-rtl .se-list-inner .se-list-checked li button>.se-svg{float:right;padding:6px 0 0 6px}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text,.sun-editor.se-rtl .se-wrapper .se-placeholder{direction:rtl}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{direction:ltr}.sun-editor.se-rtl .se-dialog *{direction:rtl}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{margin-left:0;margin-right:4px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:left}.sun-editor.se-rtl .se-dialog-tabs button,.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text{padding-right:34px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer .se-btn-primary{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 0 0 5px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:16px;margin-right:0}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview{text-align:right;margin-left:4px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn{float:right}.sun-editor.se-rtl .se-file-browser *{direction:rtl}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags{text-align:right}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags a{margin:8px 8px 0}.sun-editor.se-rtl .se-file-browser .se-file-browser-header .se-file-browser-close{float:left}.sun-editor.se-rtl .se-controller .se-btn-group,.sun-editor.se-rtl .se-resizing-container .se-resize-display{direction:rtl}.sun-editor .se-btn-module-border.module-float-left{float:left}.sun-editor .se-btn-module-border.module-float-right{float:right}.sun-editor .se-error{color:#d9534f}.sun-editor input.se-error:focus,select.se-error:focus,textarea.se-error:focus{border:1px solid #f2dede;outline:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-shadow:0 0 0 .2rem #eed3d7}.sun-editor hr.__se__solid{border-style:solid none none}.sun-editor hr.__se__dotted{border-style:dotted none none}.sun-editor hr.__se__dashed{border-style:dashed none none}@keyframes blinker{50%{opacity:0}}@keyframes spinner{to{transform:rotate(361deg)}}.sun-editor-editable{color:#333;word-break:normal;word-wrap:break-word;background-color:#fff;margin:0;padding:16px;font-family:Helvetica Neue;font-size:13px;line-height:1.5}.sun-editor-editable *{box-sizing:border-box;font-family:inherit;font-size:inherit;color:inherit}.sun-editor-editable.se-rtl *{direction:rtl}.sun-editor-editable .se-component>figure{direction:ltr}.sun-editor-editable audio,.sun-editor-editable figcaption,.sun-editor-editable figure,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable td,.sun-editor-editable th,.sun-editor-editable video{position:relative}.sun-editor-editable span{vertical-align:baseline;margin:0;padding:0;display:inline}.sun-editor-editable span.katex{display:inline-block}.sun-editor-editable span.katex *{direction:ltr}.sun-editor-editable a{color:#004cff;text-decoration:none}.sun-editor-editable span[style~=color\:] a{color:inherit}.sun-editor-editable a:focus,.sun-editor-editable a:hover{cursor:pointer;color:#0093ff;text-decoration:underline}.sun-editor-editable a.on{color:#0093ff;background-color:#e8f7ff}.sun-editor-editable pre{color:#666;word-wrap:break-word;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:2px;margin:0 0 10px;padding:8px;font-family:monospace;line-height:1.45;display:block;overflow:visible;white-space:pre-wrap!important}.sun-editor-editable ol{list-style-type:decimal}.sun-editor-editable ol,.sun-editor-editable ul{margin-block:1em;margin-inline:0;padding-inline-start:40px;list-style-position:outside;display:block}.sun-editor-editable ul{list-style-type:disc}.sun-editor-editable li{text-align:-webkit-match-parent;margin-bottom:5px;display:list-item}.sun-editor-editable ol ol,.sun-editor-editable ol ul,.sun-editor-editable ul ol,.sun-editor-editable ul ul{margin:0}.sun-editor-editable ol ol,.sun-editor-editable ul ol{list-style-type:lower-alpha}.sun-editor-editable ol ol ol,.sun-editor-editable ul ol ol,.sun-editor-editable ul ul ol{list-style-type:upper-roman}.sun-editor-editable ol ul,.sun-editor-editable ul ul{list-style-type:circle}.sun-editor-editable ol ol ul,.sun-editor-editable ol ul ul,.sun-editor-editable ul ul ul{list-style-type:square}.sun-editor-editable sub,.sun-editor-editable sup{font-size:75%;line-height:0}.sun-editor-editable sub{vertical-align:sub}.sun-editor-editable sup{vertical-align:super}.sun-editor-editable p{margin:0 0 10px;display:block}.sun-editor-editable div{margin:0;padding:0;display:block}.sun-editor-editable blockquote{font-family:inherit;font-size:inherit;color:#999;border:0 solid #b1b1b1;border-left-width:5px;margin-block:1em;margin-inline:0;padding:0 5px 0 20px;display:block}.sun-editor-editable blockquote blockquote{border-color:#c1c1c1}.sun-editor-editable blockquote blockquote blockquote{border-color:#d1d1d1}.sun-editor-editable blockquote blockquote blockquote blockquote{border-color:#e1e1e1}.sun-editor-editable.se-rtl blockquote{border-left-width:0;border-right-width:5px;padding-left:5px;padding-right:20px}.sun-editor-editable h1{margin-block:.67em;font-size:2em}.sun-editor-editable h1,.sun-editor-editable h2{margin-inline:0;font-weight:700;display:block}.sun-editor-editable h2{margin-block:.83em;font-size:1.5em}.sun-editor-editable h3{margin-block:1em;font-size:1.17em}.sun-editor-editable h3,.sun-editor-editable h4{margin-inline:0;font-weight:700;display:block}.sun-editor-editable h4{margin-block:1.33em;font-size:1em}.sun-editor-editable h5{margin-block:1.67em;font-size:.83em}.sun-editor-editable h5,.sun-editor-editable h6{margin-inline:0;font-weight:700;display:block}.sun-editor-editable h6{margin-block:2.33em;font-size:.67em}.sun-editor-editable hr{border-width:1px 0 0;border-color:#000;border-image:initial;height:1px;display:flex}.sun-editor-editable hr.__se__solid{border-style:solid none none}.sun-editor-editable hr.__se__dotted{border-style:dotted none none}.sun-editor-editable hr.__se__dashed{border-style:dashed none none}.sun-editor-editable hr.on{border-color:#4592ff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor-editable table{border-spacing:0;border-collapse:collapse;background-color:#0000;border:1px solid #ccc;width:100%;max-width:100%;margin:0 0 10px;display:table;table-layout:auto!important}.sun-editor-editable.se-rtl table{margin:0 0 10px auto}.sun-editor-editable table thead{border-bottom:2px solid #333}.sun-editor-editable table tr{border:1px solid #efefef}.sun-editor-editable table th{background-color:#f3f3f3}.sun-editor-editable table td,.sun-editor-editable table th{background-clip:padding-box;border:1px solid #e1e1e1;padding:.4em}.sun-editor-editable table.se-table-size-auto{width:auto!important}.sun-editor-editable table.se-table-size-100{width:100%!important}.sun-editor-editable table.se-table-layout-auto{table-layout:auto!important}.sun-editor-editable table.se-table-layout-fixed{table-layout:fixed!important}.sun-editor-editable table td.se-table-selected-cell,.sun-editor-editable table th.se-table-selected-cell{outline:1px double #4592ff}.sun-editor-editable.se-disabled *{-webkit-user-select:none;user-select:none;-o-user-select:none;-khtml-user-select:none}.sun-editor-editable .se-component{margin:0 0 10px;padding:1px;display:flex}.sun-editor-editable[contenteditable=true] .se-component{outline:1px dashed #e1e1e1}.sun-editor-editable[contenteditable=true] .se-component.se-component-copy{-webkit-box-shadow:0 0 0 .2rem #80bdff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-shadow:0 0 0 .2rem #3f9dff}.sun-editor-editable .__se__float-left{float:left;margin-right:4px}.sun-editor-editable .__se__float-right{float:right;margin-left:4px}.sun-editor-editable .__se__float-center{float:center}.sun-editor-editable .__se__float-none{float:none}.sun-editor-editable audio,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable video{width:auto;max-width:100%;height:auto;margin:0;padding:0;display:block}.sun-editor-editable[contenteditable=true]:not(.se-read-only) figure:after{content:"";z-index:1;cursor:default;background:0 0;display:block;position:absolute;inset:0}.sun-editor-editable[contenteditable=true] figure a,.sun-editor-editable[contenteditable=true] figure iframe,.sun-editor-editable[contenteditable=true] figure img,.sun-editor-editable[contenteditable=true] figure video{z-index:0}.sun-editor-editable[contenteditable=true] figure figcaption{z-index:2;display:block}.sun-editor-editable[contenteditable=true] figure figcaption:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem #c7deff}.sun-editor-editable .se-image-container,.sun-editor-editable .se-video-container{width:auto;max-width:100%;height:auto}.sun-editor-editable figure{outline:none;margin:0;padding:0;display:block}.sun-editor-editable .__se__float-center figure,.sun-editor-editable .__se__float-left figure,.sun-editor-editable .__se__float-right figure{margin:auto!important}.sun-editor-editable figure figcaption{background-color:#f9f9f9;outline:none;margin:0;padding:1em .5em}.sun-editor-editable figure figcaption p{margin:0;line-height:2}.sun-editor-editable .se-image-container a img{outline:1px solid #4592ff;margin:1px;padding:1px}.sun-editor-editable .se-video-container iframe,.sun-editor-editable .se-video-container video{border:0;outline:1px solid #9e9e9e;width:100%;height:100%;position:absolute;top:0;left:0}.sun-editor-editable .se-video-container figure{width:100%;max-width:100%;left:0}.sun-editor-editable audio{width:300px;height:54px}.sun-editor-editable audio.active{outline:2px solid #80bdff}.sun-editor-editable.se-show-block div,.sun-editor-editable.se-show-block h1,.sun-editor-editable.se-show-block h2,.sun-editor-editable.se-show-block h3,.sun-editor-editable.se-show-block h4,.sun-editor-editable.se-show-block h5,.sun-editor-editable.se-show-block h6,.sun-editor-editable.se-show-block li,.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block p,.sun-editor-editable.se-show-block pre,.sun-editor-editable.se-show-block ul{border:1px dashed #3f9dff!important;padding:14px 8px 8px!important}.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block ul{border:1px dashed #d539ff!important}.sun-editor-editable.se-show-block pre{border:1px dashed #27c022!important}.se-show-block p{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPAQMAAAAF7dc0AAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAaSURBVAjXY/j/gwGCPvxg+F4BQiAGDP1HQQByxxw0gqOzIwAAAABJRU5ErkJggg==) no-repeat}.se-show-block div{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPAQMAAAAxlBYoAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j//wcDDH+8XsHwDYi/hwNx1A8w/nYLKH4XoQYJAwCXnSgcl2MOPgAAAABJRU5ErkJggg==) no-repeat}.se-show-block h1{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAfSURBVAjXY/j/v4EBhr+9B+LzEPrDeygfhI8j1CBhAEhmJGY4Rf6uAAAAAElFTkSuQmCC) no-repeat}.se-show-block h2{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j/v4EBhr+dB+LtQPy9geEDEH97D8T3gbgdoQYJAwA51iPuD2haEAAAAABJRU5ErkJggg==) no-repeat}.se-show-block h3{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQPy9geHDeQgN5p9HqEHCADeWI+69VG2MAAAAAElFTkSuQmCC) no-repeat}.se-show-block h4{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPAQMAAADTSA1RAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j//wADDH97DsTXIfjDdiDdDMTfIRhZHRQDAKJOJ6L+K3y7AAAAAElFTkSuQmCC) no-repeat}.se-show-block h5{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAlSURBVAjXY/j/v4EBhr+1A/F+IO5vYPiwHUh/B2IQfR6hBgkDABlWIy5uM+9GAAAAAElFTkSuQmCC) no-repeat}.se-show-block h6{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQLy/geFDP5S9HSKOrA6KAR9GIza1ptJnAAAAAElFTkSuQmCC) no-repeat}.se-show-block li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVDhPYxgFcNDQ0PAfykQBIHEYhgoRB/BpwCfHBKWpBkaggYxQGgOgBzyQD1aLLA4TGwWDGjAwAACR3RcEU9Ui+wAAAABJRU5ErkJggg==) no-repeat}.se-show-block ol{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVDhPYxgFcNDQ0PAfhKFcFIBLHCdA1oBNM0kGEmMAPgOZoDTVANUNxAqQvURMECADRiiNAWCagDSGGhyW4DRrMAEGBgAu0SX6WpGgjAAAAABJRU5ErkJggg==) no-repeat}.se-show-block ul{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA1SURBVDhPYxgFDA0NDf+hTBSALI5LDQgwQWmqgVEDKQcsUBoF4ItFGEBXA+QzQpmDGjAwAAA8DQ4Lni6gdAAAAABJRU5ErkJggg==) no-repeat}.sun-editor-editable .__se__p-bordered,.sun-editor .__se__p-bordered{border-top:1px solid #b1b1b1;border-bottom:1px solid #b1b1b1;padding:4px 0}.sun-editor-editable .__se__p-spaced,.sun-editor .__se__p-spaced{letter-spacing:1px}.sun-editor-editable .__se__p-neon,.sun-editor .__se__p-neon{color:#fff;text-transform:uppercase;background:#000;border:2px solid #fff;border-radius:6px;padding:6px 4px;font-style:italic;font-weight:200;animation:1.5s infinite alternate neonFlicker}@keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 2px #f40,0 0 4px #f40,0 0 6px #f40,0 0 8px #f40,0 0 10px #f40;box-shadow:0 0 .5px #fff,inset 0 0 .5px #fff,0 0 2px #08f,inset 0 0 2px #08f,0 0 4px #08f,inset 0 0 4px #08f}20%,24%,55%{text-shadow:none;box-shadow:none}}.sun-editor-editable .__se__t-shadow,.sun-editor .__se__t-shadow{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 .2rem #999,0 0 .4rem #888,0 0 .6rem #777,0 0 .8rem #666,0 0 1rem #555}.sun-editor-editable .__se__t-code,.sun-editor .__se__t-code{color:#666;background-color:#1b1f230d;border-radius:6px;padding:.2em .4em;font-family:monospace}.create-help-modal{flex-direction:column;width:100%;max-width:600px;max-height:90vh;display:flex}.create-help-form{flex-direction:column;gap:20px;display:flex}.form-row{gap:20px;display:flex}.half-width{flex:1}.checkbox-group{align-items:center;padding-top:25px;display:flex}.checkbox-label{cursor:pointer;color:#333;align-items:center;gap:8px;font-weight:500;display:flex}.translations-section{border-top:1px solid #e5e7eb;flex-direction:column;gap:16px;padding-top:20px;display:flex}.section-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.add-btn{color:#374151;cursor:pointer;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.add-btn:hover{background-color:#e5e7eb}.translation-item{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;gap:12px;padding:16px;display:flex}.translation-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.translation-header h4{color:#4b5563;margin:0;font-size:14px;font-weight:600}.delete-btn{cursor:pointer;opacity:.7;background:0 0;border:none;padding:4px;transition:opacity .2s}.delete-btn:hover{opacity:1}.form-textarea{color:#111827;resize:vertical;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;width:100%;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .2s}.form-textarea:focus{border-color:#752be0;outline:none}.helps-page{padding:24px}.page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-header h1{color:#111827;margin:0 0 4px;font-size:24px;font-weight:700}.page-header p{color:#6b7280;margin:0;font-size:14px}.create-btn{color:#fff;cursor:pointer;background-color:#752be0;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:background-color .2s;display:flex}.create-btn:hover{background-color:#6020c0}.filters-bar{margin-bottom:24px}.search-box{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:10px;max-width:400px;padding:10px 16px;display:flex}.search-input{color:#111827;border:none;outline:none;width:100%;font-size:14px}.search-input::placeholder{color:#9ca3af}.table-container{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.helps-table{border-collapse:collapse;width:100%}.helps-table th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;padding:12px 24px;font-size:12px;font-weight:600}.helps-table td{color:#111827;border-bottom:1px solid #e5e7eb;padding:16px 24px;font-size:14px}.helps-table tr:last-child td{border-bottom:none}.question-text{color:#111827;text-overflow:ellipsis;white-space:nowrap;max-width:500px;font-weight:500;overflow:hidden}.status-badge.active{color:#03543f;background-color:#def7ec}.status-badge.inactive{color:#374151;background-color:#f3f4f6}.action-col{text-align:right}.action-buttons{justify-content:flex-end;gap:8px;display:flex}.action-btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.edit-btn{background-color:#f3e8ff}.edit-btn:hover{background-color:#e9d5ff}.delete-btn{background-color:#ef4444}.delete-btn:hover{background-color:#dc2626}.empty-state{text-align:center;color:#6b7280;padding:40px!important}.error-message{color:#b91c1c;background-color:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:16px}.statistics-page{max-width:1600px;margin:0 auto;padding:32px}.page-header{margin-bottom:24px}.page-header h1{color:var(--text-primary);letter-spacing:-.03em;margin:0 0 12px;font-size:36px;font-weight:800;line-height:1.2}.page-header p{color:var(--text-secondary);margin:0;font-size:17px;font-weight:400}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:32px;display:grid}.stat-card{background:#fff;border-radius:12px;align-items:center;gap:20px;padding:24px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #00000014}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.stat-icon-inner{border-radius:6px;width:24px;height:24px}.stat-content{flex:1}.stat-value{color:#333;margin-bottom:4px;font-size:32px;font-weight:700}.stat-label{color:#74797f;font-size:14px;font-weight:500}.statistics-content{grid-template-columns:1fr;gap:20px;display:grid}.statistics-card{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);transition:all var(--transition-base);padding:24px}.statistics-card:hover{box-shadow:var(--shadow-lg)}.statistics-card.clickable-card{transition:all var(--transition-base)}.statistics-card.clickable-card:hover{box-shadow:var(--shadow-xl);border-color:var(--primary);background:linear-gradient(135deg,#fff 0%,var(--primary-light)100%);transform:translateY(-4px)}.provider-position-card-small{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1.5px solid var(--border-light);transition:all var(--transition-base);margin-bottom:20px;padding:20px 24px}.provider-position-card-small:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);background:linear-gradient(135deg,#fff 0%,var(--primary-light)100%);transform:translateY(-2px)}.card-header{border-bottom:1px solid var(--border-light);margin-bottom:20px;padding-bottom:16px}.card-header h2{color:var(--text-primary);letter-spacing:-.02em;margin:0 0 6px;font-size:26px;font-weight:700}.card-subtitle{color:var(--text-secondary);margin:0;font-size:15px;font-weight:400}.date-filter-section{flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:20px;display:flex}.date-filter-group{flex-direction:column;flex:1;gap:8px;min-width:200px;display:flex}.date-filter-group label{color:#333;font-size:14px;font-weight:600}.date-input-filter{background-color:#fff;border:2px solid #e5e7eb;border-radius:10px;padding:12px 16px;font-family:inherit;font-size:15px;transition:all .2s}.date-input-filter:focus{border-color:#752be0;outline:none;box-shadow:0 0 0 4px #752be01a}.clear-filter-btn{color:#333;cursor:pointer;white-space:nowrap;background-color:#fff;border:2px solid #e5e7eb;border-radius:10px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s}.clear-filter-btn:hover{background-color:#f5f5f5;border-color:#d1d5db}.users-list-section,.transactions-list-section{margin-top:20px}.section-header{margin-bottom:16px}.section-header h3{color:#333;margin:0;font-size:18px;font-weight:600}.users-table-wrapper,.transactions-table-wrapper{border:1px solid #e5e7eb;border-radius:8px;overflow-x:auto}.stats-table{border-collapse:collapse;width:100%;min-width:600px}.stats-table thead{background:#f6f6f8}.stats-table th{text-align:left;color:#74797f;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e5e7eb;padding:12px 16px;font-size:13px;font-weight:600}.stats-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .2s}.stats-table tbody tr:hover{background-color:#f8f3ff}.stats-table td{color:#333;padding:12px 16px;font-size:14px}.role-badge-small{border-radius:8px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}.user-cell-small{align-items:center;gap:8px;display:flex}.amount-positive{color:#15ac77;font-weight:600}.empty-state-card{text-align:center;background:#f6f6f8;border-radius:8px;margin-top:24px;padding:60px 20px}.empty-state-card p{color:#90979d;margin:0;font-size:16px}.registration-stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:12px;display:grid}.registration-stat-card{background:var(--bg-primary);border-radius:var(--radius-lg);border:1.5px solid var(--border-light);transition:all var(--transition-base);box-shadow:var(--shadow-sm);align-items:center;gap:20px;padding:28px 24px;display:flex;position:relative;overflow:hidden}.registration-stat-card:before{content:"";background:linear-gradient(90deg,var(--primary)0%,var(--primary-hover)100%);opacity:0;height:4px;transition:opacity var(--transition-base);position:absolute;top:0;left:0;right:0}.registration-stat-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-light);transform:translateY(-4px)}.registration-stat-card:hover:before{opacity:1}.registration-stat-icon{border-radius:var(--radius-md);background:linear-gradient(135deg,var(--primary-light)0%,var(--primary-lighter)100%);width:64px;height:64px;transition:all var(--transition-base);flex-shrink:0;justify-content:center;align-items:center;display:flex}.registration-stat-card:hover .registration-stat-icon{transform:scale(1.1)rotate(5deg)}.registration-stat-content{flex:1;min-width:0}.registration-stat-label{color:var(--text-secondary);letter-spacing:-.01em;text-align:left;margin-bottom:10px;font-size:13px;font-weight:600}.registration-stat-value{color:var(--text-primary);letter-spacing:-.02em;text-align:left;font-size:32px;font-weight:800;line-height:1}.payment-stats-summary{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-bottom:20px;display:grid}.payment-stat-item{background:var(--bg-primary);border-radius:var(--radius-lg);border:1.5px solid var(--border-light);transition:all var(--transition-base);box-shadow:var(--shadow-sm);padding:28px 24px;position:relative;overflow:hidden}.payment-stat-item:before{content:"";background:linear-gradient(90deg,var(--primary)0%,var(--primary-hover)100%);opacity:0;height:4px;transition:opacity var(--transition-base);position:absolute;top:0;left:0;right:0}.payment-stat-item:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-light);transform:translateY(-4px)}.payment-stat-item:hover:before{opacity:1}.payment-stat-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.payment-stat-label{color:var(--text-secondary);letter-spacing:-.01em;font-size:13px;font-weight:600}.payment-stat-badge{border-radius:12px;padding:4px 10px;font-size:12px;font-weight:700}.payment-stat-amount{color:var(--text-primary);letter-spacing:-.02em;font-size:32px;font-weight:800;line-height:1}.status-badge{border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}.balance-stats-summary{background:linear-gradient(135deg,#f8f3ff 0%,#e8d8ff 100%);border:1px solid #e8d8ff;border-radius:10px;flex-wrap:wrap;gap:24px;margin-bottom:20px;padding:16px 20px;display:flex}.summary-item{flex-direction:column;gap:4px;display:flex}.summary-label{color:#74797f;font-size:13px;font-weight:500}.summary-value{color:#752be0;font-size:24px;font-weight:700}.search-section{margin-bottom:20px}.search-box{width:100%;display:block;position:relative}.search-box>svg{pointer-events:none!important;z-index:1!important;color:var(--text-tertiary)!important;width:20px!important;height:20px!important;display:block!important;position:absolute!important;top:50%!important;left:14px!important;transform:translateY(-50%)!important}.search-input{box-sizing:border-box;z-index:1;background-color:#fff;border:2px solid #e5e7eb;border-radius:10px;width:100%;padding:12px 16px 12px 44px;font-family:inherit;font-size:15px;transition:all .2s;position:relative}.search-input:hover{border-color:#d1d5db}.search-input:focus{border-color:#752be0;outline:none;box-shadow:0 0 0 4px #752be01a}.general-stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:12px;display:grid}.general-stat-item{background:var(--bg-primary);border-radius:var(--radius-md);border:1.5px solid var(--border-light);transition:all var(--transition-base);box-shadow:var(--shadow-sm);align-items:center;gap:16px;padding:20px 18px;display:flex;position:relative;overflow:hidden}.general-stat-item:before{content:"";background:linear-gradient(90deg,var(--primary)0%,var(--primary-hover)100%);opacity:0;height:4px;transition:opacity var(--transition-base);position:absolute;top:0;left:0;right:0}.general-stat-item:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-light);transform:translateY(-4px)}.general-stat-item:hover:before{opacity:1}.general-stat-item-primary:hover{border-color:var(--primary-lighter);background:linear-gradient(135deg,#fff 0%,var(--primary-light)100%)}.general-stat-item-primary:before{background:linear-gradient(90deg,var(--primary)0%,var(--primary-hover)100%)}.general-stat-item-success:hover{border-color:var(--success-light);background:linear-gradient(135deg,#fff 0%,var(--success-light)100%)}.general-stat-item-success:before{background:linear-gradient(90deg,var(--success)0%,#12a066 100%)}.general-stat-item-info:hover{background:linear-gradient(135deg,#fff 0%,#dbeafe 100%);border-color:#dbeafe}.general-stat-item-info:before{background:linear-gradient(90deg,#1570ef 0%,#0e5bc7 100%)}.general-stat-item-warning:hover{background:linear-gradient(135deg,#fff 0%,#fef3c7 100%);border-color:#fef3c7}.general-stat-item-warning:before{background:linear-gradient(90deg,#f59e0b 0%,#d97706 100%)}.general-stat-icon-wrapper{border-radius:var(--radius-sm);width:48px;height:48px;transition:all var(--transition-base);flex-shrink:0;justify-content:center;align-items:center;display:flex}.general-stat-item-primary .general-stat-icon-wrapper{background:linear-gradient(135deg,var(--primary-light)0%,var(--primary-lighter)100%)}.general-stat-item-success .general-stat-icon-wrapper{background:linear-gradient(135deg,var(--success-light)0%,#c6f6d5 100%)}.general-stat-item-info .general-stat-icon-wrapper{background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%)}.general-stat-item-warning .general-stat-icon-wrapper{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.general-stat-item:hover .general-stat-icon-wrapper{transform:scale(1.1)rotate(5deg)}.general-stat-content{flex:1;min-width:0}.general-stat-label{color:var(--text-secondary);letter-spacing:-.01em;text-align:left;margin-bottom:6px;font-size:12px;font-weight:600}.general-stat-value{color:var(--text-primary);letter-spacing:-.02em;text-align:left;font-size:24px;font-weight:800;line-height:1}@media (max-width:768px){.statistics-page{padding:20px}.page-header h1{font-size:28px}.statistics-card{padding:24px}.stats-grid{grid-template-columns:1fr}.date-filter-section{flex-direction:column}.date-filter-group,.clear-filter-btn{width:100%}.balance-stats-summary{flex-direction:column;gap:16px}.general-stats-grid{grid-template-columns:1fr;gap:16px}.general-stat-item{padding:20px}.general-stat-icon-wrapper{width:56px;height:56px}.general-stat-value{font-size:28px}.pagination-container{flex-direction:column;gap:16px}.pagination-controls{flex-wrap:wrap;justify-content:center}}.pagination-container{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:28px;padding:24px;display:flex}.pagination-info{color:var(--text-secondary);font-size:14px;font-weight:500}.pagination-controls{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.pagination-pages{align-items:center;gap:4px;display:flex}.pagination-btn{border:1.5px solid var(--border-light);border-radius:var(--radius-sm);background-color:var(--bg-primary);color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);min-width:40px;padding:8px 14px;font-family:inherit;font-size:14px;font-weight:600}.pagination-btn:hover:not(:disabled){border-color:var(--primary);background-color:var(--primary-light);color:var(--primary);transform:translateY(-1px)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.pagination-btn.active{background:linear-gradient(135deg,var(--primary)0%,var(--primary-hover)100%);border-color:var(--primary);color:#fff;box-shadow:var(--shadow-sm)}.pagination-btn.active:hover{box-shadow:var(--shadow-md)}.pagination-page-size{align-items:center;gap:8px;display:flex}.pagination-page-size label{color:var(--text-secondary);font-size:14px;font-weight:600}.page-size-select{border:1.5px solid var(--border-light);border-radius:var(--radius-sm);background-color:var(--bg-primary);color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);padding:8px 12px;font-family:inherit;font-size:14px;font-weight:600}.page-size-select:hover{border-color:var(--primary)}.page-size-select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #752be014}
