@charset "UTF-8";*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#111827;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input{font-family:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}.login-dashboard{--dashboard-scale: 1;display:flex;width:100%;background:#fff;border-radius:18px;box-shadow:0 2px 8px #02081740,0 40px 60px #02081766;overflow:hidden;transform:perspective(2000px) rotateX(2deg) scale(var(--dashboard-scale));transform-origin:center bottom;animation:dashboardFloat 6s ease-in-out infinite}@keyframes dashboardFloat{0%{transform:perspective(2000px) rotateX(2deg) scale(var(--dashboard-scale)) translateY(0)}50%{transform:perspective(2000px) rotateX(2deg) scale(var(--dashboard-scale)) translateY(-8px)}to{transform:perspective(2000px) rotateX(2deg) scale(var(--dashboard-scale)) translateY(0)}}@media (max-width: 1400px){.login-dashboard{--dashboard-scale: .92}}@media (max-width: 1199px){.login-dashboard{--dashboard-scale: .82}}.login-dashboard-sidebar{display:flex;flex-direction:column;gap:20px;width:148px;flex-shrink:0;background:#0b1830;padding:16px 10px}.login-dashboard-sidebar-logo{display:flex;align-items:center;gap:8px;padding:4px 6px 12px;border-bottom:1px solid rgba(255,255,255,.08)}.login-dashboard-sidebar-logo-image{width:20px;height:20px;object-fit:contain}.login-dashboard-sidebar-logo-text{font-size:12px;font-weight:700;color:#fff;letter-spacing:.5px}.login-dashboard-sidebar-nav{display:flex;flex-direction:column;gap:2px}.login-dashboard-sidebar-nav-item{display:flex;align-items:center;gap:8px;padding:7px 8px;border-radius:8px;font-size:10.5px;font-weight:500;color:#ffffff8c}.login-dashboard-sidebar-nav-item-active{background:#1677ff;color:#fff}.login-dashboard-sidebar-nav-icon{display:flex;font-size:12px}.login-dashboard-sidebar-nav-label{white-space:nowrap}.login-dashboard-main{display:flex;flex-direction:column;gap:14px;flex:1;min-width:0;padding:16px 18px;background:#f8fafc}.login-dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.login-dashboard-header-titles{display:flex;flex-direction:column;gap:2px}.login-dashboard-header-title{font-size:15px;font-weight:700;color:#111827}.login-dashboard-header-subtitle{font-size:10.5px;color:#6b7280}.login-dashboard-search{display:flex;align-items:center;gap:6px;flex:1;max-width:260px;padding:7px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.login-dashboard-search-icon{font-size:11px;color:#6b7280}.login-dashboard-search-placeholder{font-size:10px;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.login-dashboard-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.login-dashboard-stat-card{display:flex;flex-direction:column;gap:6px;padding:12px;background:#fff;border:1px solid #e5e7eb;border-radius:12px}.login-dashboard-stat-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:#1677ff1a;color:#1677ff;font-size:11px}.login-dashboard-stat-label{font-size:9.5px;color:#6b7280}.login-dashboard-stat-value{font-size:17px;font-weight:700;color:#111827}.login-dashboard-stat-delta{display:flex;align-items:center;gap:3px;font-size:9px;font-weight:500;color:#16a34a}.login-dashboard-stat-delta-icon{font-size:8px}.login-dashboard-row{display:grid;grid-template-columns:1.3fr 1fr;gap:10px}.login-dashboard-card{display:flex;flex-direction:column;gap:10px;padding:14px;background:#fff;border:1px solid #e5e7eb;border-radius:12px}.login-dashboard-card-header{display:flex;align-items:center;justify-content:space-between}.login-dashboard-card-title{font-size:11.5px;font-weight:600;color:#111827}.login-dashboard-card-link{font-size:9.5px;font-weight:500;color:#1677ff}.login-dashboard-card-dropdown{font-size:9.5px;font-weight:500;color:#6b7280;padding:3px 8px;border:1px solid #e5e7eb;border-radius:6px}.login-dashboard-table{display:flex;flex-direction:column;gap:8px}.login-dashboard-table-head{display:grid;grid-template-columns:1.6fr .7fr .5fr;gap:6px;font-size:8.5px;font-weight:500;color:#9ca3af;padding-bottom:6px;border-bottom:1px solid #e5e7eb}.login-dashboard-table-row{display:grid;grid-template-columns:1.6fr .7fr .5fr;gap:6px;align-items:center}.login-dashboard-table-company{display:flex;align-items:center;gap:6px;min-width:0}.login-dashboard-table-avatar{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:18px;height:18px;border-radius:50%;background:var(--avatar-color);color:#fff;font-size:8.5px;font-weight:600}.login-dashboard-table-company-name{font-size:10px;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.login-dashboard-table-plan{font-size:9px;color:#6b7280}.login-dashboard-table-seats{font-size:9.5px;font-weight:500;color:#111827;text-align:right}.login-dashboard-table-footer{font-size:8.5px;color:#9ca3af;padding-top:4px}.login-dashboard-chart{width:100%;height:90px}.login-dashboard-chart-area{opacity:1}.login-dashboard-chart-line{stroke:#2563eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.login-dashboard-chart-dot{fill:#fff;stroke:#2563eb;stroke-width:2}.login-dashboard-chart-axis{display:flex;justify-content:space-between}.login-dashboard-chart-axis-label{font-size:7.5px;color:#9ca3af}.login-dashboard-alert-list{display:flex;flex-direction:column;gap:10px}.login-dashboard-alert-item{display:flex;align-items:flex-start;gap:8px}.login-dashboard-alert-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:18px;height:18px;border-radius:50%;font-size:9px}.login-dashboard-alert-icon-critical{background:#dc26261a;color:#dc2626}.login-dashboard-alert-icon-warning{background:#d977061a;color:#d97706}.login-dashboard-alert-icon-info{background:#2563eb1a;color:#2563eb}.login-dashboard-alert-content{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.login-dashboard-alert-title{font-size:10px;font-weight:500;color:#111827}.login-dashboard-alert-subtitle{font-size:8.5px;color:#6b7280}.login-dashboard-alert-time{flex-shrink:0;font-size:8px;color:#9ca3af}.login-dashboard-donut-wrapper{display:flex;align-items:center;gap:14px}.login-dashboard-donut{position:relative;flex-shrink:0;width:90px;height:90px;border-radius:50%;background:var(--donut-gradient)}.login-dashboard-donut-hole{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#fff}.login-dashboard-donut-value{font-size:11px;font-weight:700;color:#111827}.login-dashboard-donut-label{font-size:6.5px;color:#6b7280}.login-dashboard-legend{display:flex;flex-direction:column;gap:6px}.login-dashboard-legend-item{display:flex;align-items:center;gap:6px}.login-dashboard-legend-dot{width:7px;height:7px;border-radius:50%;background:var(--legend-color)}.login-dashboard-legend-label{font-size:9px;color:#6b7280}.login-hero{position:relative;display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden;background:linear-gradient(160deg,#031b4e,#04153f 55%,#07132f)}.login-hero-glow{position:absolute;top:-140px;right:-120px;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,#2563eb59,#2563eb00 70%);animation:heroGlowPulse 10s ease-in-out infinite;pointer-events:none}@keyframes heroGlowPulse{0%{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}to{opacity:.6;transform:scale(1)}}.login-hero-dot-pattern{position:absolute;top:0;right:0;width:55%;height:100%;background-image:radial-gradient(rgba(255,255,255,.14) 1px,transparent 1px);background-size:18px 18px;-webkit-mask-image:linear-gradient(to left,rgba(0,0,0,.9),transparent 80%);mask-image:linear-gradient(to left,rgba(0,0,0,.9),transparent 80%);pointer-events:none}.login-hero-wave{position:absolute;left:0;bottom:0;width:100%;height:45%;pointer-events:none}.login-hero-wave-path{opacity:.5}.login-hero-wave-path-back{fill:#2563eb2e}.login-hero-wave-path-front{fill:#5eb1ff24}.login-hero-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between;gap:28px;width:100%;height:100%;padding:48px 56px 32px;animation:heroContentEnter .7s ease both}@keyframes heroContentEnter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.login-hero-logo{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.login-hero-logo-image{width:56px;height:56px;object-fit:contain}.login-hero-logo-title{font-size:30px;font-weight:700;letter-spacing:1px;color:#fff}.login-hero-logo-subtitle{font-size:14.5px;font-weight:400;line-height:1.5;color:#fff9}.login-hero-dashboard{display:flex;align-items:center;justify-content:center}.login-hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.login-feature{display:flex;align-items:flex-start;gap:12px}.login-feature-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:10px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#5eb1ff;font-size:18px}.login-feature-content{display:flex;flex-direction:column;gap:4px}.login-feature-title{font-size:14px;font-weight:600;color:#fff}.login-feature-description{font-size:12.5px;font-weight:400;line-height:1.5;color:#ffffff8c}.login-hero-footer{font-size:12px;color:#ffffff59}@media (max-width: 1400px){.login-hero-content{gap:22px;padding:40px 44px 28px}}@media (max-width: 1199px){.login-hero-content{gap:18px;padding:32px 36px 24px}.login-hero-logo-image{width:44px;height:44px}.login-hero-logo-title{font-size:24px}.login-hero-logo-subtitle{font-size:12.5px}.login-hero-features{gap:16px}}.login-form-wrapper{display:flex;flex-direction:column;width:100%;max-width:420px;animation:formEnter .7s ease .1s both}.login-form-wrapper .login-title{font-size:26px;font-weight:700;line-height:1.25;letter-spacing:-.02em;color:#111827}.login-form-wrapper .login-subtitle{margin-top:8px;font-size:14px;font-weight:400;line-height:1.5;color:#6b7280}.login-form-wrapper .login-form{margin-top:24px}.login-form-wrapper .login-form .login-form-item{margin-bottom:16px}.login-form-wrapper .login-form .login-form-item .ant-form-item-label{padding-bottom:6px}.login-form-wrapper .login-form .login-form-item .ant-form-item-label label{height:auto;font-size:13px;font-weight:600;letter-spacing:-.005em;color:#111827}.login-form-wrapper .login-form .login-form-item .ant-form-item-explain-error{margin-top:4px;font-size:12px;font-weight:400;color:#dc2626}.login-form-wrapper .login-form .login-input,.login-form-wrapper .login-form .login-password{height:50px;padding:0 14px;border-color:#e5e7eb;border-radius:12px;transition:border-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.login-form-wrapper .login-form .login-input .login-input-icon,.login-form-wrapper .login-form .login-password .login-input-icon{margin-right:8px;font-size:15px;color:#9ca3af}.login-form-wrapper .login-form .login-password .ant-input-suffix{color:#9ca3af;font-size:15px}.login-form-wrapper .login-form .login-form-options{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.login-form-wrapper .login-form .login-form-options .login-checkbox .ant-checkbox-inner{width:16px;height:16px;border-radius:4px;border-color:#e5e7eb}.login-form-wrapper .login-form .login-form-options .login-checkbox .ant-checkbox-checked .ant-checkbox-inner{background-color:#1677ff;border-color:#1677ff}.login-form-wrapper .login-form .login-form-options .login-checkbox span{font-size:13.5px;font-weight:400;color:#111827}.login-form-wrapper .login-form .login-form-options .login-forgot-password{font-size:13.5px;font-weight:500;color:#1677ff;transition:color .25s cubic-bezier(.4,0,.2,1)}.login-form-wrapper .login-form .login-submit-button{height:50px;border:none;border-radius:12px;background:linear-gradient(135deg,#2563eb,#1677ff);font-size:15px;font-weight:600;box-shadow:none;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),filter .25s cubic-bezier(.4,0,.2,1)}.login-form-wrapper .login-form .login-sso-button{height:50px;margin-top:12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;font-size:14.5px;font-weight:500;color:#111827;transition:background-color .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1)}.login-form-wrapper .login-divider{display:flex;align-items:center;gap:12px;margin-top:20px}.login-form-wrapper .login-divider .login-divider-line{flex:1;height:1px;background:#e5e7eb}.login-form-wrapper .login-divider .login-divider-text{font-size:12.5px;font-weight:500;color:#9ca3af}.login-form-wrapper .login-super-admin{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;font-size:14px;font-weight:600;color:#111827;transition:color .25s cubic-bezier(.4,0,.2,1)}.login-form-wrapper .login-super-admin .login-super-admin-icon{font-size:14px}.login-form-wrapper .login-support{margin-top:12px;text-align:center;font-size:13px;color:#6b7280}.login-form-wrapper .login-support .login-support-link{display:inline-flex;align-items:center;gap:4px;font-weight:500;color:#1677ff;transition:color .25s cubic-bezier(.4,0,.2,1)}@keyframes formEnter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.login-input:hover,.login-password:hover{border-color:#d1d5db}.login-input.ant-input-affix-wrapper-focused,.login-password.ant-input-affix-wrapper-focused{border-color:#1677ff;box-shadow:0 0 0 1px #1677ff73,0 0 0 4px #1677ff1a}.login-input.ant-input-affix-wrapper-status-error,.login-password.ant-input-affix-wrapper-status-error{border-color:#dc2626}.login-input.ant-input-affix-wrapper-status-error.ant-input-affix-wrapper-focused,.login-password.ant-input-affix-wrapper-status-error.ant-input-affix-wrapper-focused{border-color:#dc2626;box-shadow:0 0 0 4px #dc26261a}.login-forgot-password:hover{color:#2563eb;text-decoration:underline}.login-submit-button:hover{filter:brightness(1.08);box-shadow:0 1px 2px #2563eb26,0 10px 20px #2563eb40;transform:translateY(-1px)}.login-submit-button:active{filter:brightness(.97);box-shadow:none;transform:translateY(0)}.login-submit-button:focus-visible{outline:2px solid #1677ff;outline-offset:2px}.login-sso-button:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}.login-sso-button:active{background:#f3f4f6}.login-sso-button:focus-visible{outline:2px solid #1677ff;outline-offset:2px}.login-super-admin:hover{color:#1677ff}.login-support-link:hover{color:#2563eb;text-decoration:underline}@media (max-width: 767px){.login-form-wrapper{max-width:100%}.login-form-wrapper .login-title{font-size:24px}.login-form-wrapper .login-form{margin-top:20px}}@media (max-width: 479px){.login-form-wrapper .login-title{font-size:21px}.login-form-wrapper .login-subtitle{font-size:13px}.login-form-wrapper .login-form{margin-top:16px}.login-form-wrapper .login-form .login-form-item{margin-bottom:14px}.login-form-wrapper .login-form .login-form-options{margin-bottom:16px}.login-form-wrapper .login-divider{margin-top:16px}.login-form-wrapper .login-super-admin{margin-top:14px}.login-form-wrapper .login-support{margin-top:10px}}.login-page{display:flex;align-items:center;justify-content:center;height:100vh;width:100%;background:#f5f7fb;padding:16px}.login-container{display:flex;width:100%;max-width:1360px;height:100%;max-height:780px;background:#fff;border-radius:32px;box-shadow:0 1px 2px #0f172a0a,0 20px 48px #0f172a1a;overflow:hidden}.login-container .login-left{flex-basis:58%;max-width:58%;height:100%}.login-container .login-right{display:flex;align-items:center;justify-content:center;flex-basis:42%;max-width:42%;height:100%;padding:40px;overflow-y:auto}@media (max-width: 1400px){.login-container .login-right{padding:32px}}@media (max-width: 1199px){.login-container .login-left{flex-basis:44%;max-width:44%}.login-container .login-right{flex-basis:56%;max-width:56%;padding:32px}}@media (max-width: 767px){.login-page{padding:0}.login-container{max-height:none;border-radius:0}.login-container .login-left{display:none}.login-container .login-right{flex-basis:100%;max-width:100%;padding:24px;justify-content:center}}@media (max-width: 479px){.login-container .login-right{padding:20px}}.branch-menu{display:flex;flex-direction:column}.branch-menu-header-link{display:flex;align-items:center;gap:12px;flex:1;min-width:0;color:inherit;text-decoration:none}.branch-menu-toggle{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;background:none;color:inherit;cursor:pointer;flex-shrink:0}.branch-menu-toggle-icon{font-size:11px;transition:transform .2s ease}.branch-menu-toggle-icon-expanded{transform:rotate(90deg)}.branch-menu-list{display:flex;flex-direction:column;gap:2px;max-height:0;opacity:0;overflow:hidden;transition:max-height .2s ease,opacity .2s ease}.branch-menu-list-expanded{max-height:320px;opacity:1;overflow-y:auto;margin-top:2px}.branch-menu-item{display:flex;align-items:center;gap:12px;padding:9px 14px 9px 47px;border-radius:12px;font-size:13px;font-weight:500;color:#ffffff8c;text-decoration:none;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.branch-menu-item-icon{display:flex;align-items:center;font-size:13px;color:#fff6;flex-shrink:0;transition:color .25s cubic-bezier(.4,0,.2,1)}.branch-menu-item:hover .branch-menu-item-icon,.branch-menu-item-active .branch-menu-item-icon{color:inherit}.branch-menu-item:hover{background:#ffffff14;color:#fff;transform:translate(2px)}.branch-menu-item-active{background:linear-gradient(135deg,#1677ff,#2563eb);color:#fff;box-shadow:0 8px 20px #1677ff59}.branch-menu-item-active:hover{background:linear-gradient(135deg,#1677ff,#2563eb);transform:none}.branch-menu-item-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.branch-menu-empty{display:block;padding:9px 14px 9px 47px;font-size:12.5px;color:#ffffff73}.branch-menu-loading{padding:4px 14px 4px 47px}.branch-menu-loading .ant-skeleton-paragraph>li{background:#ffffff1a}.branch-menu-loading .ant-skeleton-active .ant-skeleton-paragraph>li:after{background:linear-gradient(90deg,#ffffff1a 25%,#ffffff38 37%,#ffffff1a 63%)}.dashboard-sidebar-overlay{display:none}.dashboard-sidebar{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:280px;min-width:280px;height:100vh;padding:24px 20px;background:linear-gradient(180deg,#021b52,#04163f 55%,#08112d);box-shadow:0 2px 8px #02081740,0 40px 60px #02081766;overflow-y:auto;overflow-x:hidden;transition:transform .25s cubic-bezier(.4,0,.2,1),width .25s cubic-bezier(.4,0,.2,1)}.dashboard-sidebar:before{content:"";position:absolute;top:-120px;left:-80px;width:280px;height:280px;background:radial-gradient(circle,#1677ff47,#1677ff00 70%);pointer-events:none}.dashboard-sidebar-logo{display:flex;align-items:center;gap:12px;padding:4px 8px 24px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:16px}.dashboard-sidebar-logo-image{width:40px;height:40px;object-fit:contain;border-radius:10px}.dashboard-sidebar-logo-text{display:flex;flex-direction:column;gap:2px}.dashboard-sidebar-logo-title{font-size:19px;font-weight:700;letter-spacing:1px;color:#fff}.dashboard-sidebar-logo-role{font-size:12px;font-weight:600;color:#ffffffd9}.dashboard-sidebar-logo-subtitle{font-size:11px;font-weight:400;color:#ffffff73}.dashboard-sidebar-menu{display:flex;flex-direction:column;gap:4px;flex:1;overflow-y:auto;overflow-x:hidden}.dashboard-sidebar-menu-item{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:12px;font-size:14px;font-weight:500;color:#ffffffa6;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.dashboard-sidebar-menu-item:hover{background:#ffffff14;color:#fff;transform:translate(2px)}.dashboard-sidebar-menu-item-active{background:linear-gradient(135deg,#1677ff,#2563eb);color:#fff;box-shadow:0 8px 20px #1677ff59}.dashboard-sidebar-menu-item-active:hover{background:linear-gradient(135deg,#1677ff,#2563eb);transform:none}.dashboard-sidebar-menu-icon{display:flex;align-items:center;font-size:16px}.dashboard-sidebar-menu-label{flex:1}.dashboard-sidebar-footer{display:flex;flex-direction:column;gap:16px;padding-top:16px;margin-top:16px;border-top:1px solid rgba(255,255,255,.08)}.sidebar-logout{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 14px;background:#708ef059;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:0 2px 6px #0208172e;color:#ffffffbf;font-family:inherit;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,color .25s ease,transform .25s ease,box-shadow .25s ease}.sidebar-logout:hover{background:#ff505014;border-color:#f8717159;color:#fca5a5;transform:translate(2px);box-shadow:0 8px 20px #dc262629}.sidebar-logout:hover .sidebar-logout-icon{color:#fca5a5}.sidebar-logout:hover .sidebar-logout-arrow{color:#fca5a5;transform:translate(3px)}.sidebar-logout:active{transform:scale(.98)}.sidebar-logout:focus-visible{outline:none;box-shadow:0 0 0 3px #2f6bff59,0 2px 6px #0208172e}.sidebar-logout-content{display:flex;align-items:center;gap:12px}.sidebar-logout-icon{display:flex;align-items:center;font-size:19px;color:#ffffffb3;transition:color .25s ease}.sidebar-logout-label{font-size:15px;font-weight:600;letter-spacing:.2px}.sidebar-logout-arrow{display:flex;align-items:center;font-size:13px;color:#ffffff59;transition:color .25s ease,transform .25s ease}.dashboard-sidebar-status{display:flex;flex-direction:column;gap:10px;padding:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:14px}.dashboard-sidebar-status-title{font-size:12.5px;font-weight:600;color:#ffffffd9}.dashboard-sidebar-status-row{display:flex;align-items:center;gap:8px}.dashboard-sidebar-status-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 #22c55e99;animation:dashboard-status-pulse 2s infinite;flex-shrink:0}.dashboard-sidebar-status-text{font-size:12px;font-weight:500;color:#ffffffd9}.dashboard-sidebar-status-button{width:100%;padding:8px 0;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:10px;font-size:12px;font-weight:500;color:#fff;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1)}.dashboard-sidebar-status-button:hover{background:#ffffff29}@keyframes dashboard-status-pulse{0%{box-shadow:0 0 #22c55e8c}70%{box-shadow:0 0 0 6px #22c55e00}to{box-shadow:0 0 #22c55e00}}@media (max-width: 1439px) and (min-width: 1024px){.dashboard-sidebar{width:240px;min-width:240px;padding:20px 14px}.dashboard-sidebar-logo-subtitle{display:none}}@media (max-width: 1023px){.dashboard-sidebar{position:fixed;top:0;left:0;z-index:1001;width:280px;min-width:280px;transform:translate(-100%)}.dashboard-sidebar-open{transform:translate(0)}.dashboard-sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#08112d80;opacity:0;pointer-events:none;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.dashboard-sidebar-overlay-visible{opacity:1;pointer-events:auto}}@media (max-width: 480px){.dashboard-sidebar{width:260px;min-width:260px}.sidebar-logout{padding:12px 14px}.sidebar-logout-label{font-size:14px}.sidebar-logout-icon{font-size:17px}}.dashboard-layout{display:flex;width:100%;height:100vh;overflow:hidden}.language-switcher-trigger{display:inline-flex;align-items:center;height:34px;padding:0 10px;gap:6px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:9px;box-shadow:0 4px 14px #0f172a0d;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.language-switcher-trigger:hover{background:#f8fafc;border-color:#0f172a29;box-shadow:0 10px 26px #0f172a17;transform:translateY(-1px)}.language-switcher-trigger:focus-visible{outline:2px solid #2f6bff;outline-offset:2px}.language-switcher-trigger:hover .language-switcher-trigger-icon{color:#2f6bff}.language-switcher-trigger-icon{font-size:15px;color:#64748b;transition:color .2s ease;flex-shrink:0}.language-switcher-trigger-short{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12.5px;font-weight:600;color:#1e293b;white-space:nowrap;letter-spacing:.02em}.language-switcher-trigger-chevron{font-size:9px;color:#94a3b8;transition:transform .2s ease;flex-shrink:0}.language-switcher-trigger-chevron-open{transform:rotate(180deg)}.language-switcher-overlay{padding:0}.language-switcher-menu{display:flex;flex-direction:column;gap:2px;min-width:172px;padding:6px;background:#fff;border-radius:12px;box-shadow:0 2px 6px #0f172a0f,0 16px 40px #0f172a24}.language-switcher-menu:focus{outline:none}.language-switcher-menu-item{display:flex;align-items:center;gap:8px;height:36px;padding:0 10px;background:transparent;border:none;border-radius:8px;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:500;color:#1e293b;text-align:left;transition:background-color .15s ease,color .15s ease}.language-switcher-menu-item:hover{background:#f8fafc}.language-switcher-menu-item:focus-visible{outline:2px solid #2f6bff;outline-offset:-2px}.language-switcher-menu-item-active{background:#2f6bff1a;color:#2f6bff;font-weight:600}.language-switcher-menu-item-active:hover{background:#2f6bff1a}.language-switcher-menu-item-flag{font-size:14px;flex-shrink:0}.language-switcher-menu-item-label{flex:1}.language-switcher-menu-item-check{font-size:13px;color:#2f6bff;flex-shrink:0}@media (max-width: 767px){.language-switcher-trigger{padding:0 8px;gap:0}.language-switcher-trigger-short{display:none}}@media (prefers-reduced-motion: reduce){.language-switcher-trigger,.language-switcher-trigger-icon,.language-switcher-trigger-chevron,.language-switcher-menu-item{transition:none}.language-switcher-trigger:hover{transform:none}}.avatar-picker-row{display:flex;align-items:center;gap:16px;margin-bottom:28px}.avatar-picker{position:relative;flex-shrink:0}.avatar-picker-image{background:linear-gradient(135deg,#1677ff,#7c3aed);font-weight:600;font-size:28px}.avatar-picker-edit{position:absolute;bottom:-2px;right:-2px;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;border:2px solid #ffffff;background:#1677ff;color:#fff;font-size:13px;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.avatar-picker-edit:hover{background:#2563eb;transform:scale(1.05)}.avatar-picker-edit:focus-visible{outline:2px solid #1677ff;outline-offset:2px}.avatar-picker-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.avatar-picker-hint{display:flex;flex-direction:column;gap:4px;font-size:12.5px;color:#6b7280}.avatar-picker-error{color:#dc2626;font-weight:500}@media (max-width: 480px){.avatar-picker-row{gap:12px}.avatar-picker-image.ant-avatar{width:72px!important;height:72px!important;line-height:72px!important}}.profile-modal{width:480px;max-width:95vw}.profile-modal .ant-modal-container{padding:0;border-radius:20px;background:#fff;box-shadow:0 20px 60px #0000001f;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.profile-modal .ant-modal-body{flex:1;min-height:0;padding:0;display:flex;flex-direction:column}.profile-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-shrink:0;padding:28px 32px 20px;border-bottom:1px solid #e5e7eb}.profile-modal-header-left{display:flex;align-items:flex-start;gap:14px;min-width:0}.profile-modal-header-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;flex-shrink:0;font-size:19px;color:#fff;background:linear-gradient(135deg,#1677ff,#2563eb)}.profile-modal-header-text{min-width:0}.profile-modal-header-title{margin:0;font-size:20px;font-weight:700;color:#111827;line-height:1.3}.profile-modal-header-subtitle{margin:4px 0 0;font-size:13.5px;font-weight:400;color:#6b7280;line-height:1.4}.profile-modal-close-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border:none;border-radius:50%;background:transparent;color:#6b7280;font-size:15px;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1)}.profile-modal-close-button:hover{background:#f8fafc;color:#111827}.profile-modal-body{flex:1;min-height:0;overflow-y:auto;padding:28px 32px}.profile-modal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 20px}.profile-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-shrink:0;padding:20px 32px;border-top:1px solid #e5e7eb}.profile-modal-button-ghost{height:44px;padding:0 22px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#111827;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1)}.profile-modal-button-ghost:hover:not(:disabled){background:#f8fafc;border-color:#d1d5db}.profile-modal-button-ghost:disabled{opacity:.6;cursor:not-allowed}.profile-modal-button-primary{height:44px;padding:0 24px;border:none;border-radius:12px;background:linear-gradient(135deg,#1677ff,#2563eb);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.profile-modal-button-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 1px 2px #2563eb26,0 10px 20px #2563eb40}.profile-modal-button-primary:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.profile-modal-form .ant-form-item{margin-bottom:0}.profile-modal-form .ant-form-item-label{padding-bottom:6px}.profile-modal-form .ant-form-item-label>label{height:auto;font-size:13.5px;font-weight:600;color:#111827}.profile-modal-form .ant-form-item-required:before{color:#f87171!important}.profile-modal-form .ant-input,.profile-modal-form .ant-input-affix-wrapper{min-height:46px;border-radius:12px;border-color:#e5e7eb;transition:border-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.profile-modal-form .ant-input-affix-wrapper{padding:0 14px}.profile-modal-form .ant-input{height:44px}.profile-modal-form .ant-input-affix-wrapper .ant-input{height:42px;border:none!important;box-shadow:none!important}.profile-modal-form .ant-input:hover,.profile-modal-form .ant-input-affix-wrapper:hover{border-color:#d1d5db}.profile-modal-form .ant-input:focus,.profile-modal-form .ant-input-affix-wrapper-focused{border-color:#1677ff!important;box-shadow:0 0 0 1px #1677ff73,0 0 0 4px #1677ff1a!important}.profile-modal-form .ant-input-prefix{margin-inline-end:8px;color:#6b7280}.profile-modal-form input::placeholder{color:#9ca3af}.profile-modal-form .ant-input-affix-wrapper-disabled,.profile-modal-form .ant-input[disabled]{background:#f8fafc;color:#6b7280}@media (max-width: 767px){.profile-modal{width:95vw}.profile-modal-header{padding:22px 20px 18px}.profile-modal-body{padding:20px}.profile-modal-footer{padding:16px 20px;flex-direction:column-reverse}.profile-modal-grid{grid-template-columns:1fr}.profile-modal-button-ghost,.profile-modal-button-primary{width:100%;justify-content:center}}@media (max-width: 480px){.profile-modal-header-title{font-size:18px}}.dashboard-header-account{display:inline-flex;align-items:center;gap:6px;padding:2px 6px 2px 2px;background:transparent;border:1px solid transparent;border-radius:999px;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1)}.dashboard-header-account:hover{background:#f8fafc;border-color:#0f172a14}.dashboard-header-account:focus-visible{outline:2px solid #1677ff;outline-offset:2px}.dashboard-header-avatar{position:relative;display:flex;flex-shrink:0}.dashboard-header-avatar-image{background:linear-gradient(135deg,#1677ff,#7c3aed);font-weight:600}.dashboard-header-avatar-status{position:absolute;bottom:0;right:0;width:10px;height:10px;background:#22c55e;border:2px solid #ffffff;border-radius:50%}.dashboard-header-account-chevron{font-size:9px;color:#6b7280;transition:transform .2s ease;flex-shrink:0}.dashboard-header-account-chevron-open{transform:rotate(180deg)}.account-menu-overlay{padding:0}.account-menu{display:flex;flex-direction:column;width:min(280px,100vw - 24px);padding:8px;background:#fff;border-radius:12px;box-shadow:0 2px 6px #0f172a0f,0 16px 40px #0f172a24}.account-menu:focus{outline:none}.account-menu-header{display:flex;align-items:center;gap:12px;padding:8px}.account-menu-header-avatar{background:linear-gradient(135deg,#1677ff,#7c3aed);font-weight:600;flex-shrink:0}.account-menu-header-text{display:flex;flex-direction:column;gap:2px;min-width:0}.account-menu-header-name{font-size:14px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-menu-header-meta{font-size:12.5px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-menu-divider{height:1px;margin:6px 4px;background:#e5e7eb}.account-menu-item{display:flex;align-items:center;gap:10px;width:100%;height:40px;padding:0 10px;background:transparent;border:none;border-radius:8px;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13.5px;font-weight:500;color:#1e293b;text-align:left;transition:background-color .15s ease}.account-menu-item:hover{background:#f8fafc}.account-menu-item:focus-visible{outline:2px solid #1677ff;outline-offset:-2px}.account-menu-item-icon{font-size:15px;color:#6b7280;flex-shrink:0}@media (max-width: 480px){.dashboard-header-avatar-image.ant-avatar{width:34px!important;height:34px!important;line-height:34px!important}}@media (prefers-reduced-motion: reduce){.dashboard-header-account,.dashboard-header-account-chevron{transition:none}}.dashboard-header{display:flex;align-items:center;gap:20px;flex-wrap:nowrap}.dashboard-header-left{display:flex;align-items:center;gap:12px;flex-shrink:0}.dashboard-header-menu-button{display:none;align-items:center;justify-content:center;width:38px;height:38px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:#111827;font-size:15px;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}.dashboard-header-menu-button:hover{background:#f3f4f6;border-color:#d1d5db}.dashboard-header-titles{display:flex;flex-direction:column;gap:2px}.dashboard-header-title{margin:0;font-size:24px;font-weight:700;color:#111827}.dashboard-header-subtitle{font-size:13px;font-weight:400;color:#6b7280}.dashboard-header-search{display:flex;align-items:center;gap:10px;flex:1;max-width:440px;height:44px;padding:0 16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:border-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.dashboard-header-search:focus-within{border-color:#1677ff;box-shadow:0 0 0 1px #1677ff73,0 0 0 4px #1677ff1a}.dashboard-header-search-icon{font-size:15px;color:#6b7280;flex-shrink:0}.dashboard-header-search-input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-size:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#111827}.dashboard-header-search-input::placeholder{color:#9ca3af}.dashboard-header-search-shortcut{flex-shrink:0;padding:3px 7px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;font-size:11.5px;font-weight:500;color:#6b7280}.dashboard-header-right{display:flex;align-items:center;gap:12px;flex-shrink:0;margin-left:auto}.dashboard-header-date.ant-picker{height:42px;padding:0 14px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:border-color .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1)}.dashboard-header-date.ant-picker:hover{background:#f9fafb;border-color:#d1d5db}.dashboard-header-date .ant-picker-input input{font-size:13.5px;font-weight:500;color:#111827;width:78px}.dashboard-header-date-icon{font-size:14px;color:#1677ff}.dashboard-header-icon-button{position:relative;display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:#fff;border:1px solid #e5e7eb;border-radius:50%;color:#111827;font-size:16px;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}.dashboard-header-icon-button:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-2px)}.dashboard-header-icon-badge{position:absolute;top:-4px;right:-4px;min-width:17px;height:17px;padding:0 4px;display:flex;align-items:center;justify-content:center;background:#dc2626;border:2px solid #f5f7fb;border-radius:999px;font-size:10px;font-weight:600;color:#fff}@media (max-width: 1279px){.dashboard-header-date{display:none}}@media (max-width: 1023px){.dashboard-header-menu-button{display:flex}}@media (max-width: 767px){.dashboard-header{flex-wrap:wrap}.dashboard-header-left{width:100%}.dashboard-header-title{font-size:20px}.dashboard-header-search{order:3;max-width:none;width:100%}.dashboard-header-search-shortcut{display:none}.dashboard-header-right{margin-left:0}}@media (max-width: 480px){.dashboard-header-icon-button{width:38px;height:38px}.dashboard-header-date-icon{font-size:13px}}.dashboard-branches-table-card{display:flex;flex-direction:column}.dashboard-branches-table-avatar.ant-avatar{background:#1677ff;font-weight:600;flex-shrink:0}.dashboard-branches-table-name-cell{display:flex;align-items:center;gap:10px}.dashboard-branches-table-name{font-size:13.5px;font-weight:600;color:#111827}.dashboard-branches-table-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;padding-top:16px;margin-top:4px}.dashboard-branches-table-footer-text{font-size:12.5px;color:#6b7280}.dashboard-branches-table .ant-table{background:transparent}.dashboard-branches-table .ant-table-thead>tr>th{background:#fff;border-bottom:1px solid #e5e7eb;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.3px;padding:10px 12px}.dashboard-branches-table .ant-table-thead>tr>th:before{display:none}.dashboard-branches-table .ant-table-tbody>tr>td{padding:14px 12px;border-bottom:1px solid #f1f2f4;font-size:13.5px;color:#111827}.dashboard-branches-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.dashboard-branches-table .ant-table-tbody>tr:hover>td{background:#f8fafc}.dashboard-usage-chart-card{display:flex;flex-direction:column}.dashboard-usage-chart-title-muted{font-weight:400;color:#6b7280;font-size:13px}.dashboard-usage-chart-dropdown{display:flex;align-items:center;gap:8px;padding:7px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;font-size:12.5px;font-weight:500;color:#111827}.dashboard-usage-chart-body{margin-top:8px;animation:dashboard-chart-fade .6s ease}.dashboard-usage-chart-tooltip{display:flex;flex-direction:column;gap:2px;padding:8px 12px;background:#0f172a;border-radius:10px;box-shadow:0 1px 2px #0f172a0a,0 20px 48px #0f172a1a}.dashboard-usage-chart-tooltip-label{font-size:11.5px;font-weight:500;color:#fff9}.dashboard-usage-chart-tooltip-value{font-size:13px;font-weight:600;color:#fff}@keyframes dashboard-chart-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dashboard-activity-card{display:flex;flex-direction:column}.dashboard-activity-empty{padding:24px 4px;font-size:13px;color:#6b7280;text-align:center}.dashboard-activity-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;font-size:16px;flex-shrink:0}.dashboard-activity-icon-critical{background:#fee2e2;color:#dc2626}.dashboard-activity-icon-warning{background:#fef3c7;color:#d97706}.dashboard-activity-icon-info{background:#dbeafe;color:#2563eb}.dashboard-activity-table-cell{display:flex;align-items:center;gap:12px}.dashboard-activity-table-text{display:flex;flex-direction:column;gap:2px;min-width:0}.dashboard-activity-table-title{font-size:13.5px;font-weight:600;color:#111827}.dashboard-activity-table-subtitle{font-size:12.5px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-activity-table-time{font-size:12.5px;color:#6b7280;white-space:nowrap}.dashboard-activity-tag{margin:0;border:none;border-radius:999px;padding:1px 10px;font-size:11px;font-weight:500}.dashboard-activity-tag-critical{background:#fee2e2;color:#dc2626}.dashboard-activity-tag-warning{background:#fef3c7;color:#d97706}.dashboard-activity-tag-info{background:#dbeafe;color:#2563eb}.dashboard-activity-table .ant-table{background:transparent}.dashboard-activity-table .ant-table-thead>tr>th{background:#fff;border-bottom:1px solid #e5e7eb;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.3px;padding:10px 12px}.dashboard-activity-table .ant-table-thead>tr>th:before{display:none}.dashboard-activity-table .ant-table-tbody>tr>td{padding:14px 12px;border-bottom:1px solid #f1f2f4}.dashboard-activity-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.dashboard-activity-table .ant-table-tbody>tr:hover>td{background:#f8fafc}@media (max-width: 480px){.dashboard-activity-table-subtitle{white-space:normal}}.dashboard-user-role-card{display:flex;flex-direction:column}.dashboard-user-role-body{display:flex;align-items:center;gap:24px;margin-top:8px;animation:dashboard-chart-fade-in .6s ease}.dashboard-user-role-donut{position:relative;flex-shrink:0;width:200px;height:200px}.dashboard-user-role-donut-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:2px;pointer-events:none}.dashboard-user-role-donut-value{font-size:24px;font-weight:700;color:#111827}.dashboard-user-role-donut-label{font-size:12px;font-weight:500;color:#6b7280}.dashboard-user-role-tooltip{display:flex;flex-direction:column;gap:2px;padding:8px 12px;background:#0f172a;border-radius:10px;box-shadow:0 1px 2px #0f172a0a,0 20px 48px #0f172a1a}.dashboard-user-role-tooltip-label{font-size:11.5px;font-weight:500;color:#fff9}.dashboard-user-role-tooltip-value{font-size:13px;font-weight:600;color:#fff}.dashboard-user-role-legend{display:flex;flex-direction:column;gap:16px;flex:1;min-width:0}.dashboard-user-role-legend-item{display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard-user-role-legend-left{display:flex;align-items:center;gap:8px;min-width:0}.dashboard-user-role-legend-dot{width:9px;height:9px;border-radius:50%;background:var(--legend-color);flex-shrink:0}.dashboard-user-role-legend-name{font-size:13px;font-weight:500;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-user-role-legend-right{font-size:12.5px;font-weight:600;color:#6b7280;white-space:nowrap;flex-shrink:0}@keyframes dashboard-chart-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 380px){.dashboard-user-role-body{flex-direction:column;align-items:stretch}.dashboard-user-role-donut{align-self:center}}.dashboard-branch-overview-card{display:flex;flex-direction:column}.dashboard-branch-overview-body{margin-top:8px;animation:dashboard-branch-overview-fade-in .6s ease}.dashboard-branch-overview-empty{padding:24px 4px;font-size:13px;color:#6b7280}.dashboard-branch-overview-tooltip{display:flex;flex-direction:column;gap:4px;padding:8px 12px;background:#0f172a;border-radius:10px;box-shadow:0 1px 2px #0f172a0a,0 20px 48px #0f172a1a}.dashboard-branch-overview-tooltip-label{font-size:11.5px;font-weight:500;color:#fff9}.dashboard-branch-overview-tooltip-value{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#fff}.dashboard-branch-overview-tooltip-dot{width:7px;height:7px;border-radius:50%;background:var(--dot-color);flex-shrink:0}.dashboard-branch-overview-legend{display:flex;align-items:center;gap:20px;margin-top:14px}.dashboard-branch-overview-legend-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#111827}.dashboard-branch-overview-legend-dot{width:9px;height:9px;border-radius:50%;background:var(--legend-color);flex-shrink:0}@keyframes dashboard-branch-overview-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dashboard-page{display:flex;width:100%;height:100vh;background:#f5f7fb;overflow:hidden}.dashboard-content{display:flex;flex-direction:column;flex:1;min-width:0;gap:12px;padding:28px 32px 20px;overflow-y:auto;overflow-x:hidden}.dashboard-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 1px 2px #0f172a0a,0 20px 48px #0f172a1a;padding:22px;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.dashboard-card:hover{transform:translateY(-2px);box-shadow:0 1px 2px #0f172a0a,0 24px 48px #0f172a24}.dashboard-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.dashboard-card-title{font-size:16px;font-weight:600;color:#111827}.dashboard-card-link{font-size:13px;font-weight:500;color:#1677ff;text-decoration:none;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.dashboard-card-link:hover{opacity:.7;text-decoration:underline}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.dashboard-stat-card{display:flex;flex-direction:column;gap:10px;padding:20px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 1px 2px #0f172a0a,0 20px 48px #0f172a1a;cursor:default;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.dashboard-stat-card:hover{transform:translateY(-4px);box-shadow:0 1px 2px #0f172a0a,0 24px 48px #0f172a24}.dashboard-stat-card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;font-size:18px;margin-bottom:4px}.dashboard-stat-card-icon-blue{background:#dbeafe;color:#1677ff}.dashboard-stat-card-icon-purple{background:#ede9fe;color:#7c3aed}.dashboard-stat-card-icon-green{background:#dcfce7;color:#16a34a}.dashboard-stat-card-icon-orange{background:#ffedd5;color:#ea580c}.dashboard-stat-card-icon-cyan{background:#cffafe;color:#0891b2}.dashboard-stat-card-icon-red{background:#fee2e2;color:#dc2626}.dashboard-stat-card-label{font-size:13px;font-weight:500;color:#6b7280}.dashboard-stat-card-value{font-size:26px;font-weight:700;color:#111827;line-height:1.1}.dashboard-stat-card-description{font-size:12.5px;font-weight:500;color:#6b7280}.dashboard-content-row{display:grid;grid-template-columns:1.3fr 1fr;gap:12px;align-items:start}.dashboard-content-row .dashboard-card{height:100%;min-width:0}.dashboard-content-row-triple{grid-template-columns:1fr 1fr 1fr}.dashboard-footer{display:flex;justify-content:flex-end;padding:4px 4px 0}.dashboard-footer-version{font-size:12px;color:#6b7280}@media (max-width: 1439px) and (min-width: 1024px){.dashboard-content{padding:24px}.dashboard-stats-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1023px){.dashboard-content{padding:20px}.dashboard-stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-content-row{grid-template-columns:1fr}}@media (max-width: 480px){.dashboard-content{padding:16px;gap:16px}.dashboard-card{padding:16px}.dashboard-stats-grid{gap:12px}.dashboard-stat-card{padding:16px}.dashboard-stat-card-value{font-size:22px}}.branches-filter{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.branches-filter-search{display:flex;align-items:center;gap:10px;flex:1;min-width:220px;max-width:360px;height:46px;padding:0 16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:border-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.branches-filter-search:focus-within{border-color:#1677ff;box-shadow:0 0 0 1px #1677ff73,0 0 0 4px #1677ff1a}.branches-filter-search-icon{font-size:15px;color:#6b7280;flex-shrink:0}.branches-filter-search-input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-size:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#111827}.branches-filter-search-input::placeholder{color:#9ca3af}.branches-filter-export-button{display:flex;align-items:center;gap:8px;height:46px;padding:0 18px;margin-left:auto;background:#fff;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;font-weight:600;color:#1677ff;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}.branches-filter-export-button:hover:not(:disabled){background:#dbeafe;border-color:#1677ff}.branches-filter-export-button:disabled{opacity:.6;cursor:not-allowed}.branches-filter-add-button{display:flex;align-items:center;gap:8px;height:46px;padding:0 20px;background:linear-gradient(135deg,#1677ff,#2563eb);border:none;border-radius:12px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}.branches-filter-add-button:hover{transform:translateY(-2px);box-shadow:0 1px 2px #2563eb26,0 10px 20px #2563eb40}@media (max-width: 767px){.branches-filter-search{max-width:none;width:100%;order:1}.branches-filter-export-button{width:100%;margin-left:0;order:2;justify-content:center}.branches-filter-add-button{width:100%;margin-left:0;order:3;justify-content:center}}.branches-table-card{display:flex;flex-direction:column;height:100%}.branches-table-logo{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;font-size:16px}.branches-table-logo-blue{background:#dbeafe;color:#1677ff}.branches-table-name{font-size:13.5px;font-weight:600;color:#111827}.branches-table-code{font-size:13px;font-weight:500;color:#6b7280}.branches-table-address{display:inline-block;max-width:220px;font-size:13px;color:#6b7280;line-height:1.4;white-space:normal}.branches-table-manager-cell{display:flex;align-items:center;gap:10px}.branches-table-manager-avatar.ant-avatar{background:linear-gradient(135deg,#1677ff,#7c3aed);font-weight:600;flex-shrink:0}.branches-table-manager-text{display:flex;flex-direction:column;gap:1px;min-width:0}.branches-table-manager-name{font-size:13.5px;font-weight:600;color:#111827;white-space:nowrap}.branches-table-manager-email{font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.branches-table-action{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:8px;color:#6b7280;font-size:15px;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1)}.branches-table-action:hover{background:#f3f4f6;color:#111827}.branches-table-footer{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:12px;padding-top:18px;margin-top:4px}.branches-table .ant-table{background:transparent}.branches-table .ant-table-thead>tr>th{background:#fff;border-bottom:1px solid #e5e7eb;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.3px;padding:10px 12px}.branches-table .ant-table-thead>tr>th:before{display:none}.branches-table .ant-table-tbody>tr>td{padding:16px 12px;border-bottom:1px solid #f1f2f4;font-size:13.5px;color:#111827}.branches-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.branches-table .ant-table-tbody>tr:hover>td{background:#dbeafe}.branches-table-pagination .ant-pagination-item{border-radius:10px}.branches-table-pagination .ant-pagination-item-active{background:#1677ff;border-color:#1677ff}.branches-table-pagination .ant-pagination-item-active a{color:#fff}@media (max-width: 480px){.branches-table-footer{justify-content:center;text-align:center}}.branch-modal{width:720px;max-width:95vw}.branch-modal .ant-modal-container{padding:0;border-radius:20px;background:#fff;box-shadow:0 20px 60px #0000001f;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.branch-modal .ant-modal-body{flex:1;min-height:0;padding:0;display:flex;flex-direction:column}.branch-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-shrink:0;padding:28px 32px 20px;border-bottom:1px solid #e5e7eb}.branch-modal-header-left{display:flex;align-items:flex-start;gap:14px;min-width:0}.branch-modal-header-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;flex-shrink:0;font-size:19px;color:#fff;background:linear-gradient(135deg,#1677ff,#2563eb)}.branch-modal-header-text{min-width:0}.branch-modal-header-title{margin:0;font-size:20px;font-weight:700;color:#111827;line-height:1.3}.branch-modal-header-subtitle{margin:4px 0 0;font-size:13.5px;font-weight:400;color:#6b7280;line-height:1.4}.branch-modal-close-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border:none;border-radius:50%;background:transparent;color:#6b7280;font-size:15px;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1)}.branch-modal-close-button:hover{background:#f8fafc;color:#111827}.branch-modal-body{flex:1;min-height:0;overflow-y:auto;padding:28px 32px}.branch-modal-section{margin-bottom:0}.branch-modal-section-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.branch-modal-section-icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:#dbeafe;color:#2563eb;font-size:13px}.branch-modal-section-title{font-size:12.5px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#6b7280}.branch-modal-grid{display:grid;gap:18px 20px}.branch-modal-grid-2{grid-template-columns:repeat(2,1fr)}.branch-modal-field-full{grid-column:1/-1}.branch-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-shrink:0;padding:20px 32px;border-top:1px solid #e5e7eb}.branch-modal-button-ghost{height:44px;padding:0 22px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#111827;font-size:14px;font-weight:600;transition:background-color .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1)}.branch-modal-button-ghost:hover{background:#f8fafc!important;border-color:#d1d5db!important;color:#111827!important}.branch-modal-button-primary{display:flex;align-items:center;gap:8px;height:44px;padding:0 24px;border:none;border-radius:12px;background:linear-gradient(135deg,#1677ff,#2563eb);color:#fff;font-size:14px;font-weight:600;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.branch-modal-button-primary:hover{transform:translateY(-1px);box-shadow:0 1px 2px #2563eb26,0 10px 20px #2563eb40;color:#fff!important}.branch-modal-body .ant-form-item{margin-bottom:0}.branch-modal-body .ant-form-item-label{padding-bottom:6px}.branch-modal-body .ant-form-item-label>label{height:auto;font-size:13.5px;font-weight:600;color:#111827}.branch-modal-body .ant-form-item-required:before{color:#f87171!important}.branch-modal-body .ant-input,.branch-modal-body .ant-input-affix-wrapper,.branch-modal-body .ant-select-selector{min-height:46px;border-radius:12px;border-color:#e5e7eb;transition:border-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.branch-modal-body .ant-input-affix-wrapper{padding:0 14px}.branch-modal-body .ant-input{height:44px}.branch-modal-body .ant-input-affix-wrapper .ant-input{height:42px}.branch-modal-body .ant-input-affix-wrapper .ant-input,.branch-modal-body .ant-input-affix-wrapper .ant-input:hover,.branch-modal-body .ant-input-affix-wrapper .ant-input:focus{border:none!important;box-shadow:none!important}.branch-modal-body .ant-select-selector{display:flex;align-items:center;padding:0 14px}.branch-modal-body .ant-input:hover,.branch-modal-body .ant-input-affix-wrapper:hover,.branch-modal-body .ant-select:hover .ant-select-selector{border-color:#d1d5db}.branch-modal-body .ant-input:focus,.branch-modal-body .ant-input-affix-wrapper-focused,.branch-modal-body .ant-select-focused .ant-select-selector{border-color:#1677ff!important;box-shadow:0 0 0 1px #1677ff73,0 0 0 4px #1677ff1a!important}.branch-modal-body .ant-input-prefix,.branch-modal-body .ant-select-prefix{margin-inline-end:8px;color:#6b7280}.branch-modal-body input::placeholder{color:#9ca3af}@media (max-width: 767px){.branch-modal{width:95vw}.branch-modal-header{padding:22px 20px 18px}.branch-modal-body{padding:20px}.branch-modal-footer{padding:16px 20px;flex-direction:column-reverse}.branch-modal-grid-2{grid-template-columns:1fr}.branch-modal-button-ghost,.branch-modal-button-primary{width:100%;justify-content:center}}.branches-page{display:flex;width:100%;height:100vh;background:#f5f7fb;overflow:hidden}.branches-page .branches-content{display:flex;flex-direction:column;flex:1;min-width:0;gap:12px;padding:28px 32px 20px;overflow-y:auto;overflow-x:hidden}.branches-page .branches-content-row{display:grid;grid-template-columns:2fr 1fr;gap:12px;align-items:start}.branches-page .branches-content-side{display:flex;flex-direction:column;gap:12px;min-width:0}.branches-page .branches-footer{display:flex;justify-content:flex-end;padding:4px 4px 0}.branches-page .branches-footer-version{font-size:12px;color:#6b7280}.branches-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 1px 2px #0f172a0a,0 20px 48px #0f172a1a;padding:22px;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1);min-width:0}.branches-card:hover{transform:translateY(-2px);box-shadow:0 1px 2px #0f172a0a,0 24px 48px #0f172a24}.branches-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.branches-card-title{font-size:16px;font-weight:600;color:#111827}.branches-card-link{font-size:13px;font-weight:500;color:#1677ff;text-decoration:none;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.branches-card-link:hover{opacity:.7;text-decoration:underline}@media (max-width: 1439px) and (min-width: 1200px){.branches-page .branches-content{padding:24px}}@media (max-width: 1199px){.branches-page .branches-content{padding:20px}.branches-page .branches-content-row{grid-template-columns:1fr}}@media (max-width: 767px){.branches-page .branches-content{padding:16px;gap:16px}.branches-card{padding:16px}}@media (max-width: 575px){.branches-page .branches-content{padding:14px;gap:14px}}.branches-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}@media (max-width: 1199px){.branches-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 575px){.branches-stats-grid{grid-template-columns:1fr;gap:12px}}.branches-stat-card{display:flex;flex-direction:column;gap:10px;padding:22px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 1px 2px #0f172a0a,0 20px 48px #0f172a1a;cursor:default;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.branches-stat-card:hover{transform:translateY(-4px);box-shadow:0 1px 2px #0f172a0a,0 24px 48px #0f172a24}.branches-stat-card-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;font-size:19px;color:#fff;margin-bottom:4px}.branches-stat-card-icon-purple{background:linear-gradient(135deg,#a855f7,#7c3aed)}.branches-stat-card-icon-green{background:linear-gradient(135deg,#4ade80,#16a34a)}.branches-stat-card-icon-blue{background:linear-gradient(135deg,#60a5fa,#2563eb)}.branches-stat-card-icon-orange{background:linear-gradient(135deg,#fb923c,#ea580c)}.branches-stat-card-label{font-size:13px;font-weight:500;color:#6b7280}.branches-stat-card-value{font-size:28px;font-weight:700;color:#111827;line-height:1.1}@media (max-width: 480px){.branches-stat-card{padding:16px}.branches-stat-card-value{font-size:22px}}.branches-distribution-card{display:flex;flex-direction:column}.branches-distribution-body{display:flex;flex-direction:column;align-items:center;gap:18px}.branches-distribution-donut{position:relative;width:100%;max-width:220px}.branches-distribution-donut-center{position:absolute;top:50%;left:50%;display:flex;flex-direction:column;align-items:center;transform:translate(-50%,-50%);pointer-events:none}.branches-distribution-donut-value{font-size:26px;font-weight:700;color:#111827;line-height:1.1}.branches-distribution-donut-label{font-size:12px;color:#6b7280}.branches-distribution-legend{display:flex;flex-direction:column;gap:12px;width:100%}.branches-distribution-legend-item{display:flex;align-items:center;justify-content:space-between;gap:10px}.branches-distribution-legend-left{display:flex;align-items:center;gap:8px;min-width:0}.branches-distribution-legend-dot{width:9px;height:9px;border-radius:50%;background:var(--legend-color);flex-shrink:0}.branches-distribution-legend-name{font-size:13px;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.branches-distribution-legend-right{font-size:12.5px;font-weight:500;color:#6b7280;white-space:nowrap;flex-shrink:0}.branches-distribution-tooltip{display:flex;flex-direction:column;gap:2px;padding:8px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 2px #0f172a0a,0 24px 48px #0f172a24}.branches-distribution-tooltip-label{font-size:12.5px;font-weight:600;color:#111827}.branches-distribution-tooltip-value{font-size:12px;color:#6b7280}.branches-distribution-empty{font-size:12.5px;color:#6b7280}.employees-filter{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.employees-filter-search{display:flex;align-items:center;gap:10px;flex:1;min-width:220px;max-width:360px;height:46px;padding:0 16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:border-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.employees-filter-search:focus-within{border-color:#1677ff;box-shadow:0 0 0 1px #1677ff73,0 0 0 4px #1677ff1a}.employees-filter-search-icon{font-size:15px;color:#6b7280;flex-shrink:0}.employees-filter-search-input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-size:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#111827}.employees-filter-search-input::placeholder{color:#9ca3af}.employees-filter-select{min-width:160px;height:46px;flex-shrink:0}.employees-filter-select.ant-select .ant-select-selector{height:46px;padding:0 14px;border-radius:12px;border-color:#e5e7eb;align-items:center}.employees-filter-select.ant-select:hover .ant-select-selector{border-color:#d1d5db}.employees-filter-select.ant-select-focused .ant-select-selector{border-color:#1677ff;box-shadow:0 0 0 1px #1677ff73,0 0 0 4px #1677ff1a}.employees-filter-select .ant-select-selection-item{font-size:14px;font-weight:500;color:#111827}.employees-filter-export-button{display:flex;align-items:center;gap:8px;height:46px;padding:0 18px;margin-left:auto;background:#fff;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;font-weight:600;color:#1677ff;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}.employees-filter-export-button:hover:not(:disabled){background:#dbeafe;border-color:#1677ff}.employees-filter-export-button:disabled{opacity:.6;cursor:not-allowed}.employees-filter-invite-button{display:flex;align-items:center;gap:8px;height:46px;padding:0 20px;background:linear-gradient(135deg,#1677ff,#2563eb);border:none;border-radius:12px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}.employees-filter-invite-button:hover{transform:translateY(-2px);box-shadow:0 1px 2px #2563eb26,0 10px 20px #2563eb40}@media (max-width: 1199px){.employees-filter-select{flex:1;min-width:150px}}@media (max-width: 767px){.employees-filter-search{max-width:none;width:100%;order:1}.employees-filter-select{flex:1;min-width:140px;order:2}.employees-filter-export-button{width:100%;margin-left:0;order:3;justify-content:center}.employees-filter-invite-button{width:100%;margin-left:0;order:4;justify-content:center}}.employees-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.employees-stat-card{display:flex;flex-direction:column;gap:10px;padding:22px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 1px 2px #0f172a0a,0 20px 48px #0f172a1a;cursor:default;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.employees-stat-card:hover{transform:translateY(-4px);box-shadow:0 1px 2px #0f172a0a,0 24px 48px #0f172a24}.employees-stat-card-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;font-size:19px;color:#fff;margin-bottom:4px}.employees-stat-card-icon-green{background:linear-gradient(135deg,#4ade80,#16a34a)}.employees-stat-card-icon-blue{background:linear-gradient(135deg,#60a5fa,#2563eb)}.employees-stat-card-icon-purple{background:linear-gradient(135deg,#a855f7,#7c3aed)}.employees-stat-card-icon-red{background:linear-gradient(135deg,#f87171,#dc2626)}.employees-stat-card-label{font-size:13px;font-weight:500;color:#6b7280}.employees-stat-card-value{font-size:28px;font-weight:700;color:#111827;line-height:1.1}.employees-stat-card-description{display:flex;align-items:center;gap:5px;font-size:12.5px;font-weight:500;color:#6b7280}.employees-stat-card-description-up{color:#16a34a}.employees-stat-card-description-down{color:#dc2626}.employees-stat-card-description-online{color:#16a34a}.employees-stat-card-description-dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}@media (max-width: 480px){.employees-stat-card{padding:16px}.employees-stat-card-value{font-size:22px}}@media (max-width: 1199px){.employees-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 575px){.employees-stats-grid{grid-template-columns:1fr;gap:12px}}.employees-table-card{display:flex;flex-direction:column}.employees-row-cell{display:flex;align-items:center;gap:10px}.employees-row-avatar.ant-avatar{background:linear-gradient(135deg,#1677ff,#7c3aed);font-weight:600;flex-shrink:0}.employees-row-text{display:flex;flex-direction:column;gap:1px;min-width:0}.employees-row-name{font-size:13.5px;font-weight:600;color:#111827;white-space:nowrap}.employees-row-name-sub{font-size:12px;color:#6b7280;white-space:nowrap}.employees-role-tag{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:12.5px;font-weight:600;white-space:nowrap}.employees-role-tag-purple{background:#ede9fe;color:#7c3aed}.employees-role-tag-blue{background:#dbeafe;color:#2563eb}.employees-role-tag-green{background:#dcfce7;color:#16a34a}.employees-status-tag{display:inline-flex;align-items:center;gap:6px;padding:3px 12px;border-radius:999px;font-size:12.5px;font-weight:600;white-space:nowrap}.employees-status-tag-dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.employees-status-tag-green{background:#dcfce7;color:#16a34a}.employees-status-tag-gray{background:#f1f5f9;color:#6b7280}.employees-status-tag-red{background:#fee2e2;color:#dc2626}.employees-table-email{display:inline-block;max-width:220px;font-size:13px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.employees-table-branch-cell{display:flex;flex-direction:column;gap:1px}.employees-table-branch-ja{font-size:13.5px;font-weight:500;color:#111827;white-space:nowrap}.employees-table-branch-en{font-size:12px;color:#6b7280;white-space:nowrap}.employees-table-last-active{font-size:13px;color:#6b7280;white-space:nowrap}.employees-table-action{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:8px;color:#6b7280;font-size:15px;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1)}.employees-table-action:hover{background:#f3f4f6;color:#111827}.employees-table-footer{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:12px;padding-top:18px;margin-top:4px}.employees-table .ant-table{background:transparent}.employees-table .ant-table-thead>tr>th{background:#fff;border-bottom:1px solid #e5e7eb;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.3px;padding:10px 12px}.employees-table .ant-table-thead>tr>th:before{display:none}.employees-table .ant-table-tbody>tr>td{padding:14px 12px;border-bottom:1px solid #f1f2f4;font-size:13.5px;color:#111827}.employees-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.employees-table .ant-table-tbody>tr:hover>td{background:#dbeafe}.employees-table-pagination .ant-pagination-item{border-radius:10px}.employees-table-pagination .ant-pagination-item-active{background:#1677ff;border-color:#1677ff}.employees-table-pagination .ant-pagination-item-active a{color:#fff}@media (max-width: 480px){.employees-table-footer{justify-content:center;text-align:center}}.hashtag-modal{width:640px;max-width:95vw}.hashtag-modal .ant-modal-content{padding:0;border-radius:20px;background:#fff;box-shadow:0 20px 60px #0000001f;max-height:85vh;display:flex;flex-direction:column;overflow:hidden}.hashtag-modal .ant-modal-body{flex:1;min-height:0;padding:0;display:flex;flex-direction:column}.hashtag-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-shrink:0;padding:28px 32px 20px;border-bottom:1px solid #e5e7eb}.hashtag-modal-header .hashtag-modal-header-left{display:flex;align-items:flex-start;gap:14px;min-width:0}.hashtag-modal-header .hashtag-modal-header-left .hashtag-modal-header-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;flex-shrink:0;font-size:19px;color:#fff;background:linear-gradient(135deg,#7c3aed,#6d28d9)}.hashtag-modal-header .hashtag-modal-header-left .hashtag-modal-header-text{min-width:0}.hashtag-modal-header .hashtag-modal-header-left .hashtag-modal-header-text .hashtag-modal-header-title{margin:0;font-size:20px;font-weight:700;color:#111827;line-height:1.3}.hashtag-modal-header .hashtag-modal-header-left .hashtag-modal-header-text .hashtag-modal-header-subtitle{margin:4px 0 0;font-size:13.5px;font-weight:400;color:#6b7280;line-height:1.4}.hashtag-modal-header .hashtag-modal-close-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border:none;border-radius:50%;background:transparent;color:#6b7280;font-size:15px;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1)}.hashtag-modal-header .hashtag-modal-close-button:hover{background:#f8fafc;color:#111827}.hashtag-modal-toolbar{display:flex;align-items:center;gap:10px;padding:16px 32px;flex-shrink:0}.hashtag-modal-toolbar .hashtag-search-input{flex:1;height:40px;border-radius:12px;border-color:#e5e7eb;transition:border-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.hashtag-modal-toolbar .hashtag-search-input:hover{border-color:#d1d5db}.hashtag-modal-toolbar .hashtag-search-input.ant-input-affix-wrapper-focused{border-color:#1677ff!important;box-shadow:0 0 0 1px #1677ff73,0 0 0 4px #1677ff1a!important}.hashtag-modal-toolbar .hashtag-search-input .ant-input-prefix{margin-inline-end:8px;color:#6b7280}.hashtag-modal-toolbar .hashtag-search-input input::placeholder{color:#9ca3af}.hashtag-modal-toolbar .hashtag-create-btn{height:40px;padding:0 18px;border:none;border-radius:12px;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;font-size:13.5px;font-weight:600;display:flex;align-items:center;gap:6px;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.hashtag-modal-toolbar .hashtag-create-btn:hover{transform:translateY(-1px);box-shadow:0 1px 2px #7c3aed26,0 10px 20px #7c3aed40;color:#fff!important;background:linear-gradient(135deg,#7c3aed,#6d28d9)!important}.hashtag-create-form{padding:0 32px 16px;flex-shrink:0;animation:slideDown .2s ease}.hashtag-create-form .hashtag-create-form-row{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#f8f5ff;border:1.5px solid #e9e0ff;border-radius:14px}.hashtag-create-form .hashtag-create-input{flex:1;height:36px;border:1px solid #e5e7eb;border-radius:8px;font-size:13.5px}.hashtag-create-form .hashtag-create-input:focus{border-color:#7c3aed!important;box-shadow:0 0 0 2px #7c3aed14!important}.hashtag-create-form .hashtag-create-desc{flex:1.5}.hashtag-create-form .hashtag-create-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.hashtag-color-picker{display:flex;align-items:center;gap:6px;padding:10px 16px 2px;flex-wrap:wrap}.hashtag-color-picker .hashtag-color-dot{width:20px;height:20px;border-radius:50%;border:2px solid transparent;background:var(--dot-color);cursor:pointer;padding:0;transition:all .15s ease;position:relative}.hashtag-color-picker .hashtag-color-dot:hover{transform:scale(1.2)}.hashtag-color-picker .hashtag-color-dot.active{border-color:var(--dot-color);box-shadow:0 0 0 2px #fff,0 0 0 4px var(--dot-color);transform:scale(1.15)}.hashtag-modal-body{flex:1;min-height:0;overflow-y:auto;padding:0 32px}.hashtag-modal-body .hashtag-loading{display:flex;align-items:center;justify-content:center;padding:60px 0;color:#6b7280}.hashtag-modal-body .hashtag-empty{padding:40px 0}.hashtag-list{display:flex;flex-direction:column;gap:2px}.hashtag-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:12px;transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.hashtag-item:hover{background:#f8fafc}.hashtag-item:hover .hashtag-item-actions{opacity:1}.hashtag-item.hashtag-item-editing{background:#faf8ff;border:1.5px solid #e9e0ff;padding:0}.hashtag-item-color-indicator{width:10px;height:10px;border-radius:50%;flex-shrink:0;background:var(--tag-color, #7c3aed);box-shadow:0 0 0 3px #0000000a}.hashtag-item-left{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.hashtag-item-info{display:flex;flex-direction:column;gap:2px;min-width:0}.hashtag-item-info .hashtag-item-name{font-size:14px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hashtag-item-info .hashtag-item-desc{font-size:12.5px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hashtag-item-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.hashtag-item-right .hashtag-item-code{font-size:12px;font-weight:500;color:#6b7280;background:#0000000a;padding:3px 10px;border-radius:6px;font-family:SF Mono,Fira Code,monospace;letter-spacing:.02em}.hashtag-item-actions{display:flex;align-items:center;gap:2px;opacity:0;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.hashtag-action-edit{color:#6b7280!important}.hashtag-action-edit:hover{color:#1677ff!important;background:#dbeafe!important}.hashtag-action-delete{color:#6b7280!important}.hashtag-action-delete:hover{color:#dc2626!important;background:#fee2e2!important}.hashtag-action-save{color:#fff!important;background:#16a34a!important;border-radius:6px!important}.hashtag-action-save:hover{background:#15803d!important}.hashtag-action-cancel{color:#6b7280!important}.hashtag-action-cancel:hover{color:#111827!important;background:#0000000a!important}.hashtag-item-edit-form{width:100%;padding:12px 14px}.hashtag-item-edit-form .hashtag-item-edit-row{display:flex;align-items:center;gap:10px}.hashtag-item-edit-form .hashtag-item-edit-input{flex:1;height:36px;border:1px solid #e5e7eb;border-radius:8px;font-size:13.5px}.hashtag-item-edit-form .hashtag-item-edit-input:focus{border-color:#7c3aed!important;box-shadow:0 0 0 2px #7c3aed14!important}.hashtag-item-edit-form .hashtag-item-edit-desc{flex:1.5}.hashtag-item-edit-form .hashtag-item-edit-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.hashtag-modal-footer{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding:16px 32px;border-top:1px solid #e5e7eb}.hashtag-modal-footer .hashtag-modal-footer-count{font-size:13px;font-weight:500;color:#6b7280}.hashtag-modal-footer .hashtag-modal-button-ghost{height:40px;padding:0 22px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#111827;font-size:14px;font-weight:600;transition:background-color .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1)}.hashtag-modal-footer .hashtag-modal-button-ghost:hover{background:#f8fafc!important;border-color:#d1d5db!important;color:#111827!important}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 767px){.hashtag-modal{width:95vw}.hashtag-modal-header{padding:22px 20px 18px}.hashtag-modal-toolbar{padding:12px 20px}.hashtag-modal-toolbar .hashtag-create-btn span:last-child{display:none}.hashtag-modal-body{padding:0 20px}.hashtag-create-form{padding:0 20px 12px}.hashtag-create-form .hashtag-create-form-row{flex-wrap:wrap}.hashtag-create-form .hashtag-create-desc{flex-basis:100%}.hashtag-item-edit-form .hashtag-item-edit-row{flex-wrap:wrap}.hashtag-item-edit-form .hashtag-item-edit-row .hashtag-item-edit-desc{flex-basis:100%}.hashtag-modal-footer{padding:14px 20px}.hashtag-item-code{display:none}}.invite-modal{width:820px;max-width:95vw}.invite-modal .ant-modal-container{padding:0;border-radius:20px;background:#fff;box-shadow:0 20px 60px #0000001f;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.invite-modal .ant-modal-body{flex:1;min-height:0;padding:0;display:flex;flex-direction:column}.invite-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-shrink:0;padding:28px 32px 20px;border-bottom:1px solid #e5e7eb}.invite-modal-header-left{display:flex;align-items:flex-start;gap:14px;min-width:0}.invite-modal-header-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;flex-shrink:0;font-size:19px;color:#fff;background:linear-gradient(135deg,#1677ff,#2563eb)}.invite-modal-header-text{min-width:0}.invite-modal-header-title{margin:0;font-size:20px;font-weight:700;color:#111827;line-height:1.3}.invite-modal-header-subtitle{margin:4px 0 0;font-size:13.5px;font-weight:400;color:#6b7280;line-height:1.4}.invite-modal-close-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border:none;border-radius:50%;background:transparent;color:#6b7280;font-size:15px;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1)}.invite-modal-close-button:hover{background:#f8fafc;color:#111827}.invite-modal-body{flex:1;min-height:0;overflow-y:auto;padding:28px 32px}.invite-modal-section{margin-bottom:28px}.invite-modal-section:last-child{margin-bottom:0}.invite-modal-section-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.invite-modal-section-icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:#dbeafe;color:#2563eb;font-size:13px}.invite-modal-section-title{font-size:12.5px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#6b7280}.invite-modal-section-setting{color:#6b7280!important;font-size:14px;border-radius:6px!important;transition:color .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1)}.invite-modal-section-setting:hover{color:#1677ff!important;background:#dbeafe!important}.invite-modal-grid{display:grid;gap:18px 20px}.invite-modal-grid-1{grid-template-columns:1fr}.invite-modal-grid-2{grid-template-columns:repeat(2,1fr)}.invite-modal-grid-3{grid-template-columns:repeat(3,1fr)}.invite-modal-field-full{grid-column:1/-1}.invite-modal-field-hint{font-size:12.5px;color:#6b7280}.invite-modal-input-number{width:100%}.invite-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-shrink:0;padding:20px 32px;border-top:1px solid #e5e7eb}.invite-modal-button-ghost{height:44px;padding:0 22px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#111827;font-size:14px;font-weight:600;transition:background-color .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1)}.invite-modal-button-ghost:hover{background:#f8fafc!important;border-color:#d1d5db!important;color:#111827!important}.invite-modal-button-primary{display:flex;align-items:center;gap:8px;height:44px;padding:0 24px;border:none;border-radius:12px;background:linear-gradient(135deg,#1677ff,#2563eb);color:#fff;font-size:14px;font-weight:600;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.invite-modal-button-primary:hover{transform:translateY(-1px);box-shadow:0 1px 2px #2563eb26,0 10px 20px #2563eb40;color:#fff!important}.invite-modal-body .ant-form-item{margin-bottom:0}.invite-modal-body .ant-form-item-label{padding-bottom:6px}.invite-modal-body .ant-form-item-label>label{height:auto;font-size:13.5px;font-weight:600;color:#111827}.invite-modal-body .ant-form-item-required:before{color:#f87171!important}.invite-modal-body .ant-input,.invite-modal-body .ant-input-affix-wrapper,.invite-modal-body .ant-select-selector,.invite-modal-body .ant-input-number{min-height:46px;border-radius:12px;border-color:#e5e7eb;transition:border-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.invite-modal-body .ant-input-affix-wrapper{padding:0 14px}.invite-modal-body .ant-input{height:44px}.invite-modal-body .ant-input-affix-wrapper .ant-input{height:42px}.invite-modal-body .ant-input-affix-wrapper .ant-input,.invite-modal-body .ant-input-affix-wrapper .ant-input:hover,.invite-modal-body .ant-input-affix-wrapper .ant-input:focus{border:none!important;box-shadow:none!important}.invite-modal-body .ant-select-selector{display:flex;align-items:center;padding:0 14px}.invite-modal-body .ant-input-number{width:100%;display:flex;align-items:center;padding:0 14px}.invite-modal-body .ant-input-number-input{height:44px}.invite-modal-body .ant-input:hover,.invite-modal-body .ant-input-affix-wrapper:hover,.invite-modal-body .ant-select:hover .ant-select-selector,.invite-modal-body .ant-input-number:hover{border-color:#d1d5db}.invite-modal-body .ant-input:focus,.invite-modal-body .ant-input-affix-wrapper-focused,.invite-modal-body .ant-select-focused .ant-select-selector,.invite-modal-body .ant-input-number-focused{border-color:#1677ff!important;box-shadow:0 0 0 1px #1677ff73,0 0 0 4px #1677ff1a!important}.invite-modal-body .ant-input-prefix,.invite-modal-body .ant-select-prefix,.invite-modal-body .ant-input-number-prefix{margin-inline-end:8px;color:#6b7280}.invite-modal-body input::placeholder{color:#9ca3af}.invite-modal-select-dropdown .ant-select-item{border-radius:8px;padding:8px 12px}.invite-modal-select-dropdown .ant-select-item-option-selected{background:#dbeafe!important;font-weight:500}@media (max-width: 900px){.invite-modal-grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.invite-modal{width:95vw}.invite-modal-header{padding:22px 20px 18px}.invite-modal-body{padding:20px}.invite-modal-footer{padding:16px 20px;flex-direction:column-reverse}.invite-modal-section{margin-bottom:24px}.invite-modal-grid-2,.invite-modal-grid-3{grid-template-columns:1fr}.invite-modal-button-ghost,.invite-modal-button-primary{width:100%;justify-content:center}}@media (max-width: 480px){.invite-modal-header-title{font-size:18px}.invite-modal-header-subtitle{font-size:13px}}.employees-page{display:flex;width:100%;height:100vh;background:#f5f7fb;overflow:hidden}.employees-page .employees-content{display:flex;flex-direction:column;flex:1;min-width:0;gap:12px;padding:28px 32px 20px;overflow-y:auto;overflow-x:hidden}.employees-page .employees-footer{display:flex;justify-content:flex-end;padding:4px 4px 0}.employees-page .employees-footer-version{font-size:12px;color:#6b7280}.employees-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 1px 2px #0f172a0a,0 20px 48px #0f172a1a;padding:22px;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1);min-width:0}.employees-card:hover{transform:translateY(-2px);box-shadow:0 1px 2px #0f172a0a,0 24px 48px #0f172a24}.employees-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.employees-card-title{font-size:16px;font-weight:600;color:#111827}@media (max-width: 1439px) and (min-width: 1200px){.employees-page .employees-content{padding:24px}}@media (max-width: 1199px){.employees-page .employees-content{padding:20px}}@media (max-width: 767px){.employees-page .employees-content{padding:16px;gap:16px}.employees-card{padding:16px}}@media (max-width: 575px){.employees-page .employees-content{padding:14px;gap:14px}}.room-filter{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.room-filter-search{display:flex;align-items:center;gap:10px;flex:1;min-width:220px;max-width:360px;height:46px;padding:0 16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:border-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.room-filter-search .room-filter-search-icon{font-size:15px;color:#6b7280;flex-shrink:0}.room-filter-search .room-filter-search-input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-size:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#111827}.room-filter-search:focus-within{border-color:#1677ff;box-shadow:0 0 0 1px #1677ff73,0 0 0 4px #1677ff1a}.room-filter-search-input::placeholder{color:#9ca3af}.room-filter-select{min-width:160px;height:46px;flex-shrink:0}.room-filter-select.ant-select .ant-select-selector{height:46px;padding:0 14px;border-radius:12px;border-color:#e5e7eb;align-items:center}.room-filter-select.ant-select:hover .ant-select-selector{border-color:#d1d5db}.room-filter-select.ant-select-focused .ant-select-selector{border-color:#1677ff;box-shadow:0 0 0 1px #1677ff73,0 0 0 4px #1677ff1a}.room-filter-select .ant-select-selection-item{font-size:14px;font-weight:500;color:#111827}.room-filter-export-button{display:flex;align-items:center;gap:8px;height:46px;padding:0 18px;margin-left:auto;background:#fff;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;font-weight:600;color:#1677ff;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}.room-filter-export-button:hover:not(:disabled){background:#dbeafe;border-color:#1677ff}.room-filter-export-button:disabled{opacity:.6;cursor:not-allowed}.room-filter-create-button{display:flex;align-items:center;gap:8px;height:46px;padding:0 20px;background:linear-gradient(135deg,#1677ff,#2563eb);border:none;border-radius:12px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}.room-filter-create-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 1px 2px #2563eb26,0 10px 20px #2563eb40}.room-filter-create-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 1199px){.room-filter-select{flex:1;min-width:150px}}@media (max-width: 767px){.room-filter-search{max-width:none;width:100%;order:1}.room-filter-select{flex:1;min-width:140px;order:2}.room-filter-export-button{width:100%;margin-left:0;order:3;justify-content:center}.room-filter-create-button{width:100%;margin-left:0;order:4;justify-content:center}}.room-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.room-stat-card{display:flex;flex-direction:column;gap:10px;padding:22px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 1px 2px #0f172a0a,0 20px 48px #0f172a1a;cursor:default;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.room-stat-card .room-stat-card-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;font-size:19px;color:#fff;margin-bottom:4px}.room-stat-card .room-stat-card-label{font-size:13px;font-weight:500;color:#6b7280}.room-stat-card .room-stat-card-value{font-size:28px;font-weight:700;color:#111827;line-height:1.1}.room-stat-card .room-stat-card-description{display:flex;align-items:center;gap:5px;font-size:12.5px;font-weight:500;color:#6b7280}.room-stat-card:hover{transform:translateY(-4px);box-shadow:0 1px 2px #0f172a0a,0 24px 48px #0f172a24}.room-stat-card-icon-purple{background:linear-gradient(135deg,#a855f7,#7c3aed)}.room-stat-card-icon-green{background:linear-gradient(135deg,#4ade80,#16a34a)}.room-stat-card-icon-orange{background:linear-gradient(135deg,#fb923c,#ea580c)}.room-stat-card-icon-cyan{background:linear-gradient(135deg,#22d3ee,#0891b2)}.room-stat-card-description-up{color:#16a34a}.room-stat-card-description-down{color:#dc2626}@media (max-width: 1199px){.room-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 575px){.room-stats-grid{grid-template-columns:1fr}}@media (max-width: 480px){.room-stat-card{padding:16px}.room-stat-card .room-stat-card-value{font-size:22px}}.room-table-card{display:flex;flex-direction:column}.room-table-name-cell{display:flex;align-items:center;gap:10px}.room-table-name-cell .room-table-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;font-size:16px;color:#fff;flex-shrink:0}.room-table-name-cell .room-table-name-text{display:flex;flex-direction:column;gap:1px;min-width:0}.room-table-name-cell .room-table-name-text .room-table-name{font-size:13.5px;font-weight:600;color:#111827;white-space:nowrap}.room-table-name-cell .room-table-name-text .room-table-id{font-size:12px;color:#6b7280;white-space:nowrap}.room-table-icon-blue{background:linear-gradient(135deg,#60a5fa,#2563eb)}.room-table-icon-green{background:linear-gradient(135deg,#4ade80,#16a34a)}.room-table-icon-orange{background:linear-gradient(135deg,#fb923c,#ea580c)}.room-table-icon-red{background:linear-gradient(135deg,#f87171,#dc2626)}.room-table-icon-purple{background:linear-gradient(135deg,#a855f7,#7c3aed)}.room-table-icon-cyan{background:linear-gradient(135deg,#22d3ee,#0891b2)}.room-table-branch{font-size:13.5px;color:#111827;white-space:nowrap}.room-table-members{font-size:13.5px;font-weight:500;color:#111827}.room-table-session-cell{display:flex;align-items:center;gap:8px}.room-table-session-cell .room-table-session-icon{font-size:14px;color:#16a34a;flex-shrink:0}.room-table-session-cell .room-table-session-text{display:flex;flex-direction:column;gap:1px;min-width:0}.room-table-session-cell .room-table-session-text .room-table-session-name{font-size:13px;font-weight:500;color:#111827;white-space:nowrap}.room-table-session-empty{font-size:13px;color:#6b7280}.room-table-last-activity{font-size:13px;color:#6b7280;white-space:nowrap}.room-table-action{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:8px;color:#6b7280;font-size:15px;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1)}.room-table-action:hover{background:#f3f4f6;color:#111827}.room-table-footer{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:12px;padding-top:18px;margin-top:4px}.room-table .ant-table{background:transparent}.room-table .ant-table-thead>tr>th{background:#fff;border-bottom:1px solid #e5e7eb;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.3px;padding:10px 12px}.room-table .ant-table-thead>tr>th:before{display:none}.room-table .ant-table-tbody>tr>td{padding:14px 12px;border-bottom:1px solid #f1f2f4;font-size:13.5px;color:#111827}.room-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.room-table .ant-table-tbody>tr:hover>td{background:#dbeafe}.room-table-pagination .ant-pagination-item{border-radius:10px}.room-table-pagination .ant-pagination-item-active{background:#1677ff;border-color:#1677ff}.room-table-pagination .ant-pagination-item-active a{color:#fff}@media (max-width: 480px){.room-table-footer{justify-content:center;text-align:center}}.room-type-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:999px;font-size:12.5px;font-weight:600;white-space:nowrap}.room-type-tag-blue{background:#dbeafe;color:#2563eb}.room-type-tag-orange{background:#ffedd5;color:#ea580c}.room-type-tag-red{background:#fee2e2;color:#dc2626}.room-status-tag{display:inline-flex;align-items:center;gap:6px;padding:3px 12px;border-radius:999px;font-size:12.5px;font-weight:600;white-space:nowrap}.room-status-tag .room-status-tag-dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.room-status-tag-green,.room-status-tag-mint{background:#dcfce7;color:#16a34a}.room-status-tag-gray{background:#f1f5f9;color:#6b7280}.room-modal{width:720px;max-width:95vw}.room-modal .ant-modal-container{padding:0;border-radius:20px;background:#fff;box-shadow:0 20px 60px #0000001f;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.room-modal .ant-modal-body{flex:1;min-height:0;padding:0;display:flex;flex-direction:column}.room-modal .room-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-shrink:0;padding:28px 32px 20px;border-bottom:1px solid #e5e7eb}.room-modal .room-modal-header .room-modal-header-left{display:flex;align-items:flex-start;gap:14px;min-width:0}.room-modal .room-modal-header .room-modal-header-left .room-modal-header-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;flex-shrink:0;font-size:19px;color:#fff;background:linear-gradient(135deg,#1677ff,#2563eb)}.room-modal .room-modal-header .room-modal-header-left .room-modal-header-text{min-width:0}.room-modal .room-modal-header .room-modal-header-left .room-modal-header-text .room-modal-header-title{margin:0;font-size:20px;font-weight:700;color:#111827;line-height:1.3}.room-modal .room-modal-header .room-modal-header-left .room-modal-header-text .room-modal-header-subtitle{margin:4px 0 0;font-size:13.5px;font-weight:400;color:#6b7280;line-height:1.4}.room-modal .room-modal-header .room-modal-close-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border:none;border-radius:50%;background:transparent;color:#6b7280;font-size:15px;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1)}.room-modal .room-modal-body{flex:1;min-height:0;overflow-y:auto;padding:28px 32px}.room-modal .room-modal-body .room-modal-section{margin-bottom:28px}.room-modal .room-modal-body .room-modal-section:last-child{margin-bottom:0}.room-modal .room-modal-body .room-modal-section .room-modal-section-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.room-modal .room-modal-body .room-modal-section .room-modal-section-header .room-modal-section-icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:#dbeafe;color:#2563eb;font-size:13px}.room-modal .room-modal-body .room-modal-section .room-modal-section-header .room-modal-section-icon.room-modal-section-icon-hashtag{background:#ede9fe;color:#7c3aed}.room-modal .room-modal-body .room-modal-section .room-modal-section-header .room-modal-section-title{font-size:12.5px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#6b7280}.room-modal .room-modal-body .room-modal-section .room-modal-section-header .room-modal-section-setting{color:#6b7280!important;font-size:14px;border-radius:6px!important;transition:color .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1)}.room-modal .room-modal-body .room-modal-section .room-modal-section-header .room-modal-section-setting:hover{color:#1677ff!important;background:#dbeafe!important}.room-modal .room-modal-body .room-modal-section .room-modal-grid{display:grid;gap:18px 20px}.room-modal .room-modal-body .room-modal-section .room-modal-grid .room-modal-field-full{grid-column:1/-1}.room-modal .room-modal-body .room-modal-section .room-modal-field-hint{font-size:12px;color:#6b7280}.room-modal .room-modal-body .ant-form-item{margin-bottom:0}.room-modal .room-modal-body .ant-form-item-label{padding-bottom:6px}.room-modal .room-modal-body .ant-form-item-label>label{height:auto;font-size:13.5px;font-weight:600;color:#111827}.room-modal .room-modal-body .ant-form-item-required:before{color:#f87171!important}.room-modal .room-modal-body .ant-input,.room-modal .room-modal-body .ant-input-affix-wrapper,.room-modal .room-modal-body .ant-select-selector,.room-modal .room-modal-body .ant-input-number{min-height:46px;border-radius:12px;border-color:#e5e7eb;transition:border-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.room-modal .room-modal-body .ant-input-affix-wrapper{padding:0 14px}.room-modal .room-modal-body .ant-input-affix-wrapper .ant-input{height:42px}.room-modal .room-modal-body .ant-input-affix-wrapper .ant-input,.room-modal .room-modal-body .ant-input-affix-wrapper .ant-input:hover,.room-modal .room-modal-body .ant-input-affix-wrapper .ant-input:focus{border:none!important;box-shadow:none!important}.room-modal .room-modal-body .ant-input{height:44px}.room-modal .room-modal-body .ant-select-selector{display:flex;align-items:center;padding:0 14px}.room-modal .room-modal-body .ant-input-number-input{height:44px}.room-modal .room-modal-body .ant-input:hover,.room-modal .room-modal-body .ant-input-affix-wrapper:hover,.room-modal .room-modal-body .ant-select:hover .ant-select-selector,.room-modal .room-modal-body .ant-input-number:hover{border-color:#d1d5db}.room-modal .room-modal-body .ant-input:focus,.room-modal .room-modal-body .ant-input-affix-wrapper-focused,.room-modal .room-modal-body .ant-select-focused .ant-select-selector,.room-modal .room-modal-body .ant-input-number-focused{border-color:#1677ff!important;box-shadow:0 0 0 1px #1677ff73,0 0 0 4px #1677ff1a!important}.room-modal .room-modal-body .ant-input-prefix,.room-modal .room-modal-body .ant-select-prefix{margin-inline-end:8px;color:#6b7280}.room-modal .room-modal-body input::placeholder{color:#9ca3af}.room-modal .room-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-shrink:0;padding:20px 32px;border-top:1px solid #e5e7eb}.room-modal .room-modal-footer .room-modal-button-ghost{height:44px;padding:0 22px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#111827;font-size:14px;font-weight:600;transition:background-color .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1)}.room-modal .room-modal-footer .room-modal-button-primary{display:flex;align-items:center;gap:8px;height:44px;padding:0 24px;border:none;border-radius:12px;background:linear-gradient(135deg,#1677ff,#2563eb);color:#fff;font-size:14px;font-weight:600;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.room-modal-grid-2{grid-template-columns:repeat(2,1fr)}.room-modal-grid-1{grid-template-columns:1fr}.room-modal-input-number{width:100%}.room-modal-close-button:hover{background:#f8fafc;color:#111827}.room-modal-button-ghost:hover{background:#f8fafc!important;border-color:#d1d5db!important;color:#111827!important}.room-modal-button-primary:hover{transform:translateY(-1px);box-shadow:0 1px 2px #2563eb26,0 10px 20px #2563eb40;color:#fff!important}@media (max-width: 767px){.room-modal{width:95vw}.room-modal .room-modal-header{padding:22px 20px 18px}.room-modal .room-modal-body{padding:20px}.room-modal .room-modal-footer{padding:16px 20px;flex-direction:column-reverse}.room-modal .room-modal-footer .room-modal-button-ghost,.room-modal .room-modal-footer .room-modal-button-primary{width:100%;justify-content:center}.room-modal-grid-2{grid-template-columns:1fr}}.room-live-card,.room-live-list{display:flex;flex-direction:column}.room-live-item{display:grid;grid-template-columns:auto 1.4fr 1fr .8fr;align-items:center;gap:12px;padding:12px 4px;border-bottom:1px solid #f1f2f4;transition:background-color .25s cubic-bezier(.4,0,.2,1)}.room-live-item .room-live-dot{width:8px;height:8px;border-radius:50%;background:#16a34a;box-shadow:0 0 #22c55e99;animation:room-live-pulse 2s infinite;flex-shrink:0}.room-live-item .room-live-name{font-size:13.5px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.room-live-item .room-live-session{font-size:13px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.room-live-item .room-live-members{font-size:13px;color:#6b7280;white-space:nowrap}.room-live-item:last-child{border-bottom:none}.room-live-item:hover{background:#f8fafc;border-radius:12px}.room-live-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding-top:14px;margin-top:4px;border-top:1px solid #e5e7eb}.room-live-footer .room-live-footer-text{font-size:12.5px;color:#6b7280}.room-live-footer .room-live-footer-link{font-size:13px;font-weight:500;color:#1677ff;text-decoration:none;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.room-live-footer-link:hover{opacity:.7;text-decoration:underline}@keyframes room-live-pulse{0%{box-shadow:0 0 #22c55e8c}70%{box-shadow:0 0 0 6px #22c55e00}to{box-shadow:0 0 #22c55e00}}@media (max-width: 575px){.room-live-item{grid-template-columns:auto 1fr;grid-template-areas:"dot name" "session session" "members members";row-gap:4px}.room-live-item .room-live-dot{grid-area:dot}.room-live-item .room-live-name{grid-area:name}.room-live-item .room-live-session{grid-area:session;padding-left:20px}.room-live-item .room-live-members{grid-area:members;padding-left:20px}}.room-recent-activity-card{display:flex;flex-direction:column}.room-recent-activity-timeline{display:flex;flex-direction:column;position:relative;max-height:420px;overflow-y:auto}.room-recent-activity-timeline .room-recent-activity-item{display:flex;align-items:flex-start;gap:12px;padding:12px 4px;position:relative;transition:background-color .25s cubic-bezier(.4,0,.2,1)}.room-recent-activity-timeline .room-recent-activity-item .room-recent-activity-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;font-size:15px;flex-shrink:0;z-index:1}.room-recent-activity-timeline .room-recent-activity-item .room-recent-activity-content{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0;padding-top:2px}.room-recent-activity-timeline .room-recent-activity-item .room-recent-activity-content .room-recent-activity-title{font-size:13.5px;font-weight:600;color:#111827}.room-recent-activity-timeline .room-recent-activity-item .room-recent-activity-content .room-recent-activity-description{font-size:12.5px;color:#6b7280}.room-recent-activity-timeline .room-recent-activity-item .room-recent-activity-time{font-size:11.5px;color:#6b7280;white-space:nowrap;flex-shrink:0;padding-top:4px}.room-recent-activity-item:hover{background:#f8fafc;border-radius:12px}.room-recent-activity-item:before{content:"";position:absolute;top:44px;bottom:-4px;left:22px;width:1px;background:#e5e7eb}.room-recent-activity-item:last-child:before{display:none}.room-recent-activity-icon-blue{background:#dbeafe;color:#1677ff}.room-recent-activity-icon-purple{background:#ede9fe;color:#7c3aed}.room-recent-activity-icon-gray{background:#f1f5f9;color:#6b7280}.room-recent-activity-icon-cyan{background:#cffafe;color:#0891b2}.room-recent-activity-icon-orange{background:#ffedd5;color:#ea580c}.room-recent-activity-icon-red{background:#fee2e2;color:#dc2626}.room-recent-activity-timeline::-webkit-scrollbar{width:6px}.room-recent-activity-timeline::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}@media (max-width: 480px){.room-recent-activity-item{flex-wrap:wrap}.room-recent-activity-item .room-recent-activity-time{padding-left:48px}}.room-page{display:flex;width:100%;height:100vh;background:#f5f7fb;overflow:hidden}.room-page .room-content{display:flex;flex-direction:column;flex:1;min-width:0;gap:12px;padding:28px 32px 20px;overflow-y:auto;overflow-x:hidden}.room-page .room-content .room-content-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}.room-page .room-content .room-footer{display:flex;justify-content:flex-end;padding:4px 4px 0}.room-page .room-content .room-footer .room-footer-version{font-size:12px;color:#6b7280}.room-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 1px 2px #0f172a0a,0 20px 48px #0f172a1a;padding:22px;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1);min-width:0}.room-card .room-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.room-card .room-card-title{font-size:16px;font-weight:600;color:#111827}.room-card .room-card-link{font-size:13px;font-weight:500;color:#1677ff;text-decoration:none;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.room-card:hover{transform:translateY(-2px);box-shadow:0 1px 2px #0f172a0a,0 24px 48px #0f172a24}.room-card-link:hover{opacity:.7;text-decoration:underline}@media (max-width: 1439px) and (min-width: 1200px){.room-page .room-content{padding:24px}}@media (max-width: 1199px){.room-page .room-content{padding:20px}.room-page .room-content .room-content-row{grid-template-columns:1fr}}@media (max-width: 767px){.room-page .room-content{padding:16px;gap:16px}.room-card{padding:16px}}@media (max-width: 575px){.room-page .room-content{padding:14px;gap:14px}}.settings-tabs-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 1px 2px #0f172a0a,0 20px 48px #0f172a1a;padding:4px 20px 0}.settings-tabs-wrapper .ant-tabs-nav{margin:0}.settings-tabs-wrapper .ant-tabs-nav:before{border-bottom:1px solid #e5e7eb}.settings-tabs-wrapper .ant-tabs-tab{padding:16px 4px;font-size:14px;font-weight:500;color:#6b7280;transition:color .25s cubic-bezier(.4,0,.2,1)}.settings-tabs-wrapper .ant-tabs-tab:hover{color:#2563eb}.settings-tabs-wrapper .ant-tabs-tab-active .ant-tabs-tab-btn{font-weight:600;color:#1677ff!important}.settings-tabs-wrapper .ant-tabs-ink-bar{height:3px;border-radius:999px;background:#1677ff}.settings-tabs-wrapper .ant-tabs-nav-list{gap:28px}@media (max-width: 991px){.settings-tabs-wrapper{padding:4px 16px 0}.settings-tabs-wrapper .ant-tabs-nav-list{gap:20px}.settings-tabs-wrapper .ant-tabs-nav-operations{display:none}}@media (max-width: 767px){.settings-tabs-wrapper{padding:4px 12px 0}.settings-tabs-wrapper .ant-tabs-nav{overflow-x:auto}.settings-tabs-wrapper .ant-tabs-tab{padding:14px 2px;font-size:13.5px;white-space:nowrap}}.settings-form-card .settings-form-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:22px}.settings-form-card .settings-form-card-heading{display:flex;flex-direction:column;gap:4px}.settings-form-card .settings-form-card-body .ant-form-item{margin-bottom:18px}.settings-form-card .settings-form-card-body .ant-form-item-label{padding-bottom:6px}.settings-form-card .settings-form-card-body .ant-form-item-label label{height:auto;font-size:13px;font-weight:600;color:#111827}.settings-form-card .settings-form-card-body .ant-input,.settings-form-card .settings-form-card-body .ant-input-affix-wrapper,.settings-form-card .settings-form-card-body .ant-select .ant-select-selector{height:50px;border-radius:12px;border-color:#e5e7eb;transition:border-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.settings-form-card .settings-form-card-body .ant-input-affix-wrapper{padding:0 14px}.settings-form-card .settings-form-card-body .ant-select .ant-select-selector{padding:0 14px;align-items:center}.settings-form-card .settings-form-card-body .ant-input:hover,.settings-form-card .settings-form-card-body .ant-input-affix-wrapper:hover,.settings-form-card .settings-form-card-body .ant-select:hover .ant-select-selector{border-color:#d1d5db}.settings-form-card .settings-form-card-body .ant-input:focus,.settings-form-card .settings-form-card-body .ant-input-focused,.settings-form-card .settings-form-card-body .ant-input-affix-wrapper-focused,.settings-form-card .settings-form-card-body .ant-select-focused .ant-select-selector{border-color:#1677ff;box-shadow:0 0 0 1px #1677ff73,0 0 0 4px #1677ff1a}.settings-form-card .settings-form-card-body .ant-input-affix-wrapper .ant-input,.settings-form-card .settings-form-card-body .ant-input-affix-wrapper .ant-input:hover,.settings-form-card .settings-form-card-body .ant-input-affix-wrapper .ant-input:focus{border:none!important;box-shadow:none!important}.settings-form-card .settings-form-card-footer{display:flex;align-items:center;gap:12px;margin-top:4px}@media (max-width: 767px){.settings-form-card .settings-form-card-header{flex-direction:column;align-items:flex-start;gap:10px}}.sso-card-certificate-button{display:inline-flex;align-items:center;gap:8px;height:50px;padding:0 16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;font-weight:500;color:#2563eb;cursor:pointer;transition:border-color .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1)}.sso-card-certificate-button:hover{background:#f5f8ff;border-color:#1677ff}.sso-card-save{margin-left:0}.settings-stat-card .settings-stat-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.settings-stat-card .settings-stat-card-value{display:flex;align-items:baseline;gap:6px;margin-bottom:12px}.settings-stat-card .settings-stat-card-value-main{font-size:28px;font-weight:700;color:#111827;letter-spacing:-.01em}.settings-stat-card .settings-stat-card-value-total,.settings-stat-card .settings-stat-card-value-unit{font-size:15px;font-weight:500;color:#6b7280}.settings-stat-card .settings-stat-card-percent{margin-left:auto;font-size:13px;font-weight:600;color:#6b7280}.settings-stat-card .settings-stat-card-progress{margin-bottom:4px}.settings-stat-card .settings-stat-card-progress .ant-progress-inner,.settings-stat-card .settings-stat-card-progress .ant-progress-bg{border-radius:999px}.settings-stat-card .settings-stat-card-rows{display:flex;flex-direction:column;gap:10px;margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb}.settings-stat-card .settings-stat-card-row{display:flex;align-items:center;justify-content:space-between}.settings-stat-card .settings-stat-card-row-label{font-size:13.5px;color:#6b7280}.settings-stat-card .settings-stat-card-row-value{font-size:13.5px;font-weight:600;color:#111827}.settings-stat-card .settings-stat-card-action{width:100%;height:42px;margin-top:16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;font-size:13.5px;font-weight:600;color:#2563eb;cursor:pointer;transition:border-color .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1)}.settings-stat-card .settings-stat-card-action:hover{background:#f5f8ff;border-color:#1677ff}.settings-status-card .settings-status-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.settings-status-card .settings-status-card-link{font-size:13px;font-weight:500;color:#1677ff;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.settings-status-card .settings-status-card-link:hover{opacity:.7;text-decoration:underline}.settings-status-card .settings-status-card-headline{font-size:15px;font-weight:600;color:#16a34a;margin-bottom:16px}.settings-status-card .settings-status-card-list{display:flex;flex-direction:column;gap:12px}.settings-status-card .settings-status-card-item{display:flex;align-items:center;gap:10px}.settings-status-card .settings-status-card-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:#16a34a}.settings-status-card .settings-status-card-dot-warning{background:#d97706}.settings-status-card .settings-status-card-dot-neutral{background:#9ca3af}.settings-status-card .settings-status-card-item-label{flex:1;font-size:13.5px;color:#111827}.settings-status-card .settings-status-card-item-value{font-size:13px;font-weight:500;color:#6b7280}.settings-status-card .settings-status-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb}.settings-status-card .settings-status-card-footer-label{font-size:13px;color:#6b7280}.settings-status-card .settings-status-card-footer-value{font-size:14px;font-weight:600;color:#111827}.settings-quick-actions-card .settings-quick-actions-list{display:flex;flex-direction:column;gap:8px;margin-top:16px}.settings-quick-actions-card .settings-quick-actions-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;text-align:left;cursor:pointer;transition:border-color .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.settings-quick-actions-card .settings-quick-actions-item:hover{background:#f5f8ff;border-color:#1677ff;transform:translate(2px)}.settings-quick-actions-card .settings-quick-actions-item-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;background:#dbeafe;color:#2563eb;border-radius:10px;font-size:16px}.settings-quick-actions-card .settings-quick-actions-item-text{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.settings-quick-actions-card .settings-quick-actions-item-title{font-size:13.5px;font-weight:600;color:#111827}.settings-quick-actions-card .settings-quick-actions-item-description{font-size:12.5px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.settings-quick-actions-card .settings-quick-actions-item-arrow{flex-shrink:0;font-size:12px;color:#9ca3af;transition:transform .25s cubic-bezier(.4,0,.2,1)}.settings-quick-actions-card .settings-quick-actions-item:hover .settings-quick-actions-item-arrow{transform:translate(2px);color:#1677ff}.security-session-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;flex-shrink:0;background:#dbeafe;color:#2563eb;border-radius:10px;font-size:16px}.security-session-current{margin-left:8px;padding:2px 8px;background:#dcfce7;color:#16a34a;border-radius:999px;font-size:11px;font-weight:600}.security-session-revoke{height:34px;padding:0 14px;font-size:12.5px}@media (max-width: 575px){.settings-list-row{flex-wrap:wrap}.settings-list-row .security-session-revoke{width:100%;margin-top:8px}}.permissions-role-count{margin-left:6px;font-size:12px;font-weight:500;color:#6b7280}.permissions-role-edit{height:34px;padding:0 14px;font-size:12.5px;flex-shrink:0}@media (max-width: 575px){.settings-list-row{flex-wrap:wrap}.settings-list-row .permissions-role-edit{width:100%;margin-top:8px}}.branding-upload-row{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid #e5e7eb}.branding-upload-row:last-child{border-bottom:none}.branding-upload-preview{display:flex;align-items:center;justify-content:center;width:52px;height:52px;flex-shrink:0;background:linear-gradient(135deg,#1677ff,#2563eb);color:#fff;font-weight:700;font-size:20px;border-radius:10px}.branding-upload-preview-small{width:36px;height:36px;font-size:14px;border-radius:8px}.branding-upload-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.branding-upload-button{height:38px;padding:0 14px;font-size:12.5px;flex-shrink:0;display:inline-flex;align-items:center;gap:6px}.branding-color-swatch{display:inline-block;width:16px;height:16px;border-radius:4px;margin-right:4px}.branding-preview-card .branding-preview-browser{margin-top:16px;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.branding-preview-card .branding-preview-browser-bar{display:flex;align-items:center;gap:5px;padding:8px 10px;background:#f3f4f6}.branding-preview-card .branding-preview-dot{width:7px;height:7px;border-radius:50%;background:#d1d5db}.branding-preview-card .branding-preview-browser-header{display:flex;align-items:center;gap:8px;padding:10px 14px}.branding-preview-card .branding-preview-logo{display:flex;align-items:center;justify-content:center;width:22px;height:22px;background:#fff3;color:#fff;font-size:12px;font-weight:700;border-radius:6px}.branding-preview-card .branding-preview-title{font-size:12.5px;font-weight:600;color:#fff}.branding-preview-card .branding-preview-browser-body{display:flex;flex-direction:column;gap:8px;padding:16px 14px;background:#fff}.branding-preview-card .branding-preview-line{height:8px;width:100%;background:#eef1f6;border-radius:999px}.branding-preview-card .branding-preview-line-short{width:60%}.branding-preview-card .branding-preview-verified{display:flex;align-items:center;gap:8px;margin-top:14px;font-size:13px;font-weight:500;color:#16a34a}.integrations-app-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;flex-shrink:0;background:#dbeafe;color:#2563eb;border-radius:10px;font-size:16px}.integrations-app-status{flex-shrink:0;white-space:nowrap}.integrations-app-button{height:34px;padding:0 14px;font-size:12.5px;flex-shrink:0}@media (max-width: 767px){.settings-list-row{flex-wrap:wrap}.settings-list-row .integrations-app-status{order:3}.settings-list-row .integrations-app-button{order:4;width:100%;margin-top:8px}}.settings-page{display:flex;width:100%;height:100vh;background:#f5f7fb;overflow:hidden}.settings-page .settings-content{display:flex;flex-direction:column;flex:1;min-width:0;gap:12px;padding:28px 32px 20px;overflow-y:auto;overflow-x:hidden}.settings-page .settings-footer{display:flex;justify-content:flex-end;padding:4px 4px 0}.settings-page .settings-footer-version{font-size:12px;color:#6b7280}.settings-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 1px 2px #0f172a0a,0 20px 48px #0f172a1a;padding:24px;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1);min-width:0}.settings-card:hover{transform:translateY(-2px);box-shadow:0 1px 2px #0f172a0a,0 24px 48px #0f172a24}.settings-card-title{font-size:16px;font-weight:600;color:#111827}.settings-card-description{font-size:13px;color:#6b7280}.settings-badge{height:26px;display:inline-flex;align-items:center;padding:0 12px;margin:0;border-radius:999px;font-size:12px;font-weight:600;border:none;line-height:26px}.settings-badge-purple{background:#ede9fe;color:#7c3aed}.settings-badge-success{background:#dcfce7;color:#16a34a}.settings-badge-neutral{background:#f3f4f6;color:#6b7280}.settings-primary-button{height:44px;padding:0 20px;background:linear-gradient(135deg,#1677ff,#2563eb);border:none;border-radius:12px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.settings-primary-button:hover{transform:translateY(-2px);box-shadow:0 1px 2px #2563eb26,0 10px 20px #2563eb40}.settings-secondary-button{height:44px;padding:0 20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;font-weight:600;color:#111827;cursor:pointer;transition:border-color .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1)}.settings-secondary-button:hover{background:#f9fafb;border-color:#d1d5db}.settings-tab-grid{display:grid;grid-template-columns:7fr 3fr;gap:12px;align-items:start}.settings-tab-grid-left,.settings-tab-grid-right{display:flex;flex-direction:column;gap:12px;min-width:0}.settings-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #e5e7eb}.settings-toggle-row:last-child{border-bottom:none}.settings-toggle-row-label{font-size:13.5px;font-weight:500;color:#111827}.settings-list-row{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid #e5e7eb}.settings-list-row:last-child{border-bottom:none}.settings-list-row-text{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.settings-list-row-title{font-size:14px;font-weight:600;color:#111827}.settings-list-row-subtitle{font-size:12.5px;color:#6b7280}@media (max-width: 1439px) and (min-width: 1200px){.settings-page .settings-content{padding:24px}}@media (max-width: 1199px){.settings-page .settings-content{padding:20px}.settings-tab-grid{grid-template-columns:1fr}}@media (max-width: 991px){.settings-form-card .ant-row{flex-direction:column}.settings-form-card .ant-col{max-width:100%;flex:0 0 100%}}@media (max-width: 767px){.settings-page .settings-content{padding:16px;gap:16px}.settings-card{padding:16px}}@media (max-width: 575px){.settings-page .settings-content{padding:14px;gap:14px}.settings-primary-button,.settings-secondary-button{width:100%}}
