*{box-sizing:border-box}body{color:#111827;background:#f5f7fb;margin:0;font-family:Inter,Arial,Helvetica,sans-serif}button,input,select{font:inherit}.button-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;vertical-align:-3px;width:16px;height:16px;margin-right:7px}.auth-page{background:radial-gradient(at 12% 74%,#fffffff0 0 9%,#0000 24%),radial-gradient(at 80% 78%,#ffffffeb 0 13%,#0000 30%),radial-gradient(at 52% 92%,#fffffffa 0 18%,#0000 40%),linear-gradient(#94d4ef 0%,#dff1fb 52%,#f8fbff 100%);justify-content:center;align-items:center;min-height:100vh;padding:32px;display:flex;position:relative;overflow:hidden}.auth-page:before,.auth-page:after{content:"";pointer-events:none;border:1px solid #fff9;border-radius:50%;width:980px;height:520px;position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)}.auth-page:after{opacity:.7;width:720px;height:390px;top:55%}.auth-logo{z-index:1;align-items:center;display:flex;position:absolute;top:24px;left:64px}.auth-logo img{object-fit:contain;width:168px;height:auto;max-height:125px;display:block}.auth-box{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1;background:linear-gradient(#ffffffeb,#f4faffe0);border:1px solid #94a3b847;border-radius:26px;gap:clamp(12px,2.2vh,14px);width:100%;max-width:460px;min-height:430px;padding:clamp(28px,5vh,42px);display:grid;position:relative;box-shadow:0 30px 80px #1e40603d,inset 0 1px #ffffffe6}.auth-back{color:#334155;background:#fff;border:1px solid #94a3b861;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin:0;padding-bottom:4px;font-size:32px;font-weight:900;line-height:1;display:flex;position:absolute;top:24px;left:24px;box-shadow:0 10px 22px #0f172a14}.auth-brand{color:#1f2937;background:#ffffffd1;border:1px solid #cbd5e1cc;border-radius:14px;justify-content:center;justify-self:center;align-items:center;width:64px;height:64px;margin-bottom:clamp(4px,1.6vh,14px);font-size:30px;font-weight:700;display:flex;box-shadow:0 10px 24px #0f172a1f}.auth-header{text-align:center;gap:8px;margin-bottom:clamp(8px,2.6vh,18px);display:grid}.auth-header h1{margin:0;font-size:26px;font-weight:900;line-height:1.2}.auth-header p{color:#64748b;margin:0;font-size:15px;line-height:1.5}.auth-box label{color:#475569;font-size:13px;font-weight:800}.auth-field{background:#f8fafceb;border:1px solid #cbd5e1eb;border-radius:14px;align-items:center;height:56px;padding:0 16px;display:flex}.auth-field span{color:#737b87;width:22px;font-size:14px}.auth-field .country-code{color:#111827;flex:0 0 82px;align-items:center;gap:8px;width:auto;font-size:14px;font-weight:800;display:flex}.auth-field .india-flag{background:linear-gradient(#f93 0 33.33%,#fff 33.33% 66.66%,#138808 66.66% 100%);border:1px solid #11182729;border-radius:2px;flex:0 0 22px;justify-content:center;width:22px;height:15px;display:inline-flex;position:relative;overflow:hidden}.auth-field .india-flag span{border:1px solid navy;border-radius:50%;align-self:center;width:5px;height:5px;display:block}.auth-box input{color:#111827;background:0 0;border:0;outline:none;width:100%;height:100%;padding:0;font-size:15px;font-weight:600}.auth-field:focus-within{background:#fff;border-color:#1769e073;box-shadow:0 0 0 4px #1769e01f}.otp-fields{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.otp-fields input{color:#111827;text-align:center;background:#f8fafceb;border:1px solid #cbd5e1eb;border-radius:14px;height:56px;font-size:20px;font-weight:900}.otp-fields input:focus{background:#fff;border-color:#1769e073;box-shadow:0 0 0 4px #1769e01f}.auth-box button,.sidebar button{cursor:pointer;border:0;border-radius:6px}.auth-box button{color:#fff;background:#1769e0;border-radius:14px;height:56px;margin-top:clamp(8px,2.6vh,18px);font-size:15px;font-weight:900;box-shadow:0 14px 28px #1769e03d}.auth-box button:disabled{cursor:not-allowed;opacity:.65}.auth-box button:hover{background:#0f5fcf}.auth-box .auth-back{color:#334155;background:#fff;border:1px solid #94a3b861;border-radius:50%;width:44px;height:44px;margin:0;box-shadow:0 10px 22px #0f172a14}.auth-box .auth-back:hover,.auth-box .auth-resend:hover{color:#1769e0;background:#fff}.auth-box .auth-resend{box-shadow:none;color:#1769e0;background:0 0;height:auto;margin-top:0}.auth-box .auth-resend:disabled{color:#64748b}.auth-error{color:#dc2626;margin:4px 0 0;font-size:13px}.admin-layout{background:#f5f7fb;height:100vh;display:flex;overflow:hidden}.sidebar{color:#0f172a;background:linear-gradient(#fff 0%,#f8fbff 100%);border-right:1px solid #e5ebf5;flex:0 0 244px;height:100vh;padding:18px 12px;transition:flex-basis .2s,padding .2s;overflow-y:auto;box-shadow:12px 0 32px #0f172a0d}.sidebar.collapsed{flex-basis:0;padding-left:0;padding-right:0;overflow:hidden}.sidebar-brand{border-bottom:1px solid #edf2f7;justify-content:center;align-items:center;height:78px;margin:0 0 18px;padding:0 12px 18px;display:flex}.sidebar-brand img{object-fit:contain;width:100%;height:auto;max-height:125px;display:block}.sidebar-close{display:none}.sidebar nav{gap:6px;display:grid}.sidebar button{color:#536071;text-align:left;background:0 0;border-radius:10px;align-items:center;gap:10px;width:100%;padding:12px 16px;font-size:14px;font-weight:700;transition:background .2s,color .2s,transform .2s;display:flex;position:relative}.menu-icon{flex:0 0 20px;justify-content:center;display:inline-flex}.menu-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;width:18px;height:18px}.sidebar-group{gap:6px;display:grid}.sidebar-group-toggle .sidebar-chevron{margin-left:auto}.sidebar-submenu{gap:4px;padding-left:26px;display:grid}.sidebar-submenu button{padding:10px 12px;font-size:13px}.sidebar-submenu button:disabled{cursor:not-allowed;opacity:.55;transform:none}.sidebar button:hover,.sidebar button.active{color:#1769e0;background:#eef5ff;transform:translate(2px)}.sidebar button.active:before{content:"";background:#1769e0;border-radius:999px;width:3px;height:20px;position:absolute;top:50%;left:6px;transform:translateY(-50%)}.content{flex-direction:column;flex:1;min-width:0;height:100vh;min-height:0;display:flex;overflow:hidden}.api-loader{border:4px solid #dbe7f6;border-top-color:#1769e0;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite table-spin}.topbar{background:#fff;border-bottom:1px solid #e5ebf5;flex:0 0 58px;justify-content:space-between;align-items:center;gap:24px;height:58px;padding:0 28px;display:flex}.topbar-actions,.topbar-profile{align-items:center;gap:18px;display:flex}.topbar button{color:#17223b;cursor:pointer;background:#fff;border:1px solid #d7e2f0;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:22px;line-height:1;display:inline-flex}.topbar-actions button:hover{color:#1769e0;background:#f5f9ff;border-color:#b9cbe3}.search-box{color:#94a3b8;background:#f6f8fc;border:1px solid #dfe7f3;border-radius:12px;flex:0 400px;align-items:center;gap:10px;height:40px;padding:0 14px;display:flex}.topbar-profile{color:#61708d;position:relative}.current-time{border-right:1px solid #e5ebf5;align-items:center;gap:9px;padding-right:18px;display:flex}.current-time>svg,.topbar-bell svg{fill:none;stroke:#1769e0;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:20px;height:20px}.current-time div{gap:2px;display:grid}.current-time strong{color:#17223b;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:14px;line-height:1}.topbar-bell{align-items:center;display:inline-flex}.dashboard-body{scrollbar-gutter:stable;flex:1;align-content:start;gap:24px;min-height:0;padding:32px;display:grid;position:relative;overflow-y:auto}.dashboard-body:before{content:"";opacity:.045;pointer-events:none;background-image:url(/scorecare-logo.PNG);background-position:50%;background-repeat:no-repeat;background-size:min(52vw,560px);position:absolute;inset:0}.dashboard-body>*{z-index:1;min-width:0;position:relative}.welcome-panel,.panel,.stat-card{background:#fff;border:1px solid #dbe4f0;border-radius:8px;box-shadow:0 2px 6px #0f172a0a}.welcome-panel{background:linear-gradient(135deg,#f7faff,#eef4ff);justify-content:space-between;align-items:center;padding:26px 32px;display:flex}.dashboard-body>.welcome-panel:first-child{box-shadow:none;background:0 0;border:0;padding:0 2px}.analytics-dashboard{color:#111827;gap:24px;display:grid}.analytics-hero{background:linear-gradient(135deg,#fff 0%,#eef5ff 100%);border:1px solid #dbe4f0;border-radius:8px;justify-content:space-between;align-items:center;min-height:150px;padding:28px;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 6px #0f172a0a}.analytics-hero:after{content:"";background:#1769e00f;border-radius:50%;width:220px;height:220px;position:absolute;top:-80px;right:-80px}.analytics-hero span,.analytics-chart-card p,.analytics-kpi-card span,.analytics-kpi-card small{color:#64748b}.analytics-hero span{color:#1769e0;font-weight:800}.analytics-hero h2{color:#111827;margin:8px 0;font-size:30px}.analytics-hero p{color:#64748b;max-width:620px;margin:0}.analytics-hero strong{color:#1769e0;z-index:1;font-size:34px;position:relative}.analytics-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.analytics-kpi-card,.analytics-chart-card{background:#fff;border:1px solid #dbe4f0;box-shadow:0 2px 6px #0f172a0a}.analytics-kpi-card{border-radius:8px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:118px;padding:18px;display:grid}.analytics-kpi-icon{color:#1769e0;background:#eef5ff;border:1px solid #d4e4fb;border-radius:8px;justify-content:center;align-items:center;width:46px;height:46px;font-weight:950;display:flex}.analytics-kpi-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:22px;height:22px}.analytics-kpi-card strong{color:#111827;margin:6px 0;font-size:26px;display:block}.analytics-kpi-card em{color:#1769e0;background:#eef5ff;border:1px solid #d4e4fb;border-radius:999px;padding:6px 9px;font-size:12px;font-style:normal;font-weight:900}.analytics-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.analytics-chart-card{border-radius:8px;min-height:390px;padding:20px}.analytics-chart-card.wide,.analytics-chart-card.full{grid-column:1/-1}.analytics-chart-card header{justify-content:space-between;align-items:start;margin-bottom:14px;display:flex}.analytics-chart-card h3{color:#111827;margin:0 0 6px;font-size:18px}.analytics-chart-card p{margin:0}.analytics-empty{color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;justify-content:center;align-items:center;height:280px;font-weight:800;display:flex}.analytics-tooltip{color:#111827;background:#fff;border:1px solid #dbe4f0;border-radius:8px;gap:6px;padding:10px 12px;display:grid;box-shadow:0 12px 30px #0f172a24}.analytics-tooltip strong{color:#1769e0}.analytics-dashboard .recharts-default-legend{color:#64748b}.analytics-dashboard .recharts-legend-item-text,.analytics-dashboard .recharts-text{fill:#64748b;color:#64748b!important}@media (max-width:1180px){.analytics-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.analytics-hero{align-items:start;gap:18px;display:grid}.analytics-kpi-grid,.analytics-chart-grid{grid-template-columns:1fr}.analytics-chart-card.wide,.analytics-chart-card.full{grid-column:auto}}.welcome-panel h2{margin:0 0 6px;font-size:24px}.welcome-panel p,.welcome-panel span{color:#7180a0;margin:0}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;display:grid}.stat-card{border-color:#dce7f5;justify-content:space-between;align-items:center;gap:16px;min-height:98px;padding:24px;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex}.stat-card:hover{border-color:#bfd4ee;transform:translateY(-2px);box-shadow:0 16px 34px #0f172a14}.stat-card strong{margin-bottom:6px;font-size:24px;font-weight:900;line-height:1;display:block}.stat-card p{color:#63779c;margin:0;font-weight:600}.stat-card em{color:#06934f;background:#c7f8d8;border-radius:999px;padding:6px 10px;font-size:13px;font-style:normal;font-weight:700}.stat-card em.down{color:#ef5c5c;background:#ffe1e1}.stat-icon{border-radius:8px;flex:0 0 48px;justify-content:center;align-items:center;height:48px;font-weight:900;display:flex}.stat-icon.blue{color:#4d7cff;background:#e8efff}.stat-icon.green{color:#0b944f;background:#c8f7d8}.stat-icon.yellow{color:#d6a400;background:#fff6aa}.stat-icon.red{color:#f05c5c;background:#ffdede}.dashboard-grid{grid-template-columns:minmax(0,2fr) minmax(320px,1fr);gap:24px;display:grid}.panel{overflow:hidden}.panel h3{margin:0;font-size:16px}.panel-header{border-bottom:1px solid #dbe4f0;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.tabs{align-items:center;gap:6px;display:flex}.tabs button,.orders-panel button{color:#24446f;cursor:pointer;background:#fff;border:1px solid #d7e2f0;border-radius:8px;height:32px;padding:0 14px;font-size:14px;font-weight:700;box-shadow:0 1px 2px #0f172a0a}.tabs button:hover,.orders-panel button:hover{color:#1769e0;background:#f5f9ff;border-color:#b9cbe3}.chart{grid-template-columns:repeat(12,minmax(24px,1fr));align-items:end;gap:18px;height:330px;padding:42px 40px 28px;display:grid}.chart-month{gap:10px;height:100%;display:grid}.chart-month div{border-bottom:1px solid #dfe7f3;align-items:end;gap:6px;display:flex}.chart-month span{border-radius:8px 8px 0 0;width:16px;display:block}.revenue-bar{background:#6795ec}.expense-bar{background:#249b61}.loan-bar{background:#f4ce45}.chart-month small{color:#7180a0;text-align:center}.traffic-panel{padding:18px 24px 24px}.donut{background:conic-gradient(#5b8def 0 42%, #0b8f4e 42% 70%, #f4ce45 70% 88%, #4cc9c0 88% 100%);border-radius:50%;justify-content:center;align-items:center;width:190px;height:190px;margin:36px auto;display:flex}.donut span{color:#7180a0;text-align:center;background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:122px;height:122px;display:flex}.donut strong{color:#17223b;margin-top:8px;font-size:22px}.traffic-panel ul{gap:14px;margin:0;padding:0;list-style:none;display:grid}.traffic-panel li{color:#17223b;align-items:center;gap:10px;display:flex}.traffic-panel li strong{margin-left:auto}.dot{border-radius:50%;width:10px;height:10px}.dot.blue{background:#5b8def}.dot.green{background:#0b8f4e}.dot.yellow{background:#f4ce45}.dot.teal{background:#4cc9c0}.orders-panel table{border-collapse:collapse;width:100%}.common-table{background:#fff;border:1px solid #e8edf5;border-radius:12px;padding:10px;overflow:auto hidden;box-shadow:0 18px 45px #0f172a12}.common-table::-webkit-scrollbar{height:8px}.common-table::-webkit-scrollbar-thumb{background:#c7cdea;border-radius:999px}.common-table table{border-collapse:separate;border-spacing:0;width:100%;min-width:980px}.table-toolbar{background:#fff;border:1px solid #e4e8f5;border-radius:12px;grid-template-columns:minmax(220px,1fr) 170px 170px 44px auto auto;align-items:center;gap:12px;padding:16px;display:grid;box-shadow:0 14px 36px #26305414}.report-download-toolbar{grid-template-columns:minmax(220px,1fr) 150px 150px 44px auto}.api-logs-toolbar{grid-template-columns:minmax(260px,1fr) repeat(3,minmax(140px,170px)) 44px auto}.dashboard-filter-toolbar{grid-template-columns:170px 170px 44px auto;justify-content:end}.mobile-toolbar-actions{display:none}.table-toolbar input,.table-toolbar select{color:#1f2937;background:#f8f9ff;border:1px solid #e4e8f5;border-radius:10px;outline:none;height:44px;padding:0 14px}.table-toolbar input:focus,.table-toolbar select:focus{border-color:#6975df;box-shadow:0 0 0 4px #6975df1f}.date-filter{position:relative}.admin-plan-form .date-filter{width:100%}.table-toolbar .date-filter-trigger{color:#8a94a8;background:linear-gradient(#fff 0%,#f7f9ff 100%);border:1px solid #dbe4f3;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;width:100%;height:44px;padding:0 14px;font-weight:800;display:flex;box-shadow:inset 0 1px #ffffffd9}.admin-plan-form .date-filter-trigger{color:#1f2937;cursor:pointer;font:inherit;background:#f8f9ff;border:1px solid #e4e8f5;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;width:100%;height:44px;padding:0 14px;font-weight:700;display:flex}.table-toolbar .date-filter-trigger.selected,.admin-plan-form .date-filter-trigger.selected{color:#111827}.table-toolbar .date-filter-trigger:hover,.table-toolbar .date-filter-trigger:focus{background:#fff;border-color:#8aa7e8;transform:none;box-shadow:0 0 0 4px #1769e01a}.admin-plan-form .date-filter-trigger:hover,.admin-plan-form .date-filter-trigger:focus{border-color:#6975df;outline:none;transform:none;box-shadow:0 0 0 4px #6975df1f}.date-filter-trigger svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:18px;height:18px}.date-picker-popover{z-index:30;background:#fff;border:1px solid #dce6f5;border-radius:16px;width:316px;padding:14px;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 24px 60px #1b274b2e}.date-picker-popover:before{content:"";background:#fff;border-top:1px solid #dce6f5;border-left:1px solid #dce6f5;width:12px;height:12px;position:absolute;top:-7px;left:24px;transform:rotate(45deg)}.date-picker-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.date-picker-header strong{color:#111827;font-size:15px}.table-toolbar .date-picker-popover button{box-shadow:none;color:#273449;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;height:34px;padding:0;font-size:14px;font-weight:800;transition:background .18s,color .18s;display:inline-flex}.admin-plan-form .date-picker-popover button{box-shadow:none;color:#273449;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;height:34px;padding:0;font-size:14px;font-weight:800;transition:background .18s,color .18s;display:inline-flex}.table-toolbar .date-picker-popover button:hover,.admin-plan-form .date-picker-popover button:hover{color:#1769e0;background:#eef5ff;transform:none}.date-picker-header button{width:34px}.date-picker-weekdays,.date-picker-days{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.date-picker-weekdays{margin-bottom:6px}.date-picker-weekdays span{color:#8a94a8;text-align:center;text-transform:uppercase;font-size:11px;font-weight:900}.date-picker-days button.muted{color:#b7c0cf}.table-toolbar .date-picker-days button.today,.admin-plan-form .date-picker-days button.today{color:#1769e0;background:#eef5ff}.table-toolbar .date-picker-days button.selected,.admin-plan-form .date-picker-days button.selected{color:#fff;background:linear-gradient(135deg,#1769e0,#5b8def);box-shadow:0 8px 18px #1769e047}.date-picker-footer{border-top:1px solid #edf1f7;justify-content:space-between;margin-top:12px;padding-top:12px;display:flex}.table-toolbar .date-picker-footer button,.admin-plan-form .date-picker-footer button{color:#1769e0;padding:0 10px}.loan-toolbar{grid-template-columns:minmax(220px,1fr) 180px 44px auto auto}.chat-toolbar{grid-template-columns:minmax(220px,1fr) 44px auto}.employee-toolbar{grid-template-columns:minmax(220px,1fr) 170px auto auto}.feedback-toolbar{grid-template-columns:minmax(220px,1fr) 170px 170px 44px auto}.notification-users-toolbar{grid-template-columns:minmax(220px,1fr) 44px 170px auto}.general-form{gap:18px;max-width:760px;padding:24px;display:grid}.general-form label{color:#475569;gap:8px;font-size:13px;font-weight:800;display:grid}.general-form input,.general-form textarea,.faqs-form input,.faqs-form textarea,.homepage-theme-form input,.admin-plan-form input,.admin-plan-form select,.admin-plan-form textarea{box-sizing:border-box;color:#1f2937;background:#f8f9ff;border:1px solid #e4e8f5;border-radius:10px;outline:none;width:100%;min-width:0;max-width:100%;padding:0 14px}.general-form input,.faqs-form input,.homepage-theme-form input,.admin-plan-form input,.admin-plan-form select{height:44px}.faqs-form textarea,.general-form textarea,.admin-plan-form textarea{resize:vertical;min-height:112px;padding:12px 14px}.general-form input:focus,.general-form textarea:focus,.faqs-form input:focus,.faqs-form textarea:focus,.homepage-theme-form input:focus,.admin-plan-form input:focus,.admin-plan-form select:focus,.admin-plan-form textarea:focus{border-color:#6975df;box-shadow:0 0 0 4px #6975df1f}.legal-editor-panel{gap:16px;max-width:1040px;padding:22px;display:grid;overflow:visible}.legal-panel-heading{border-bottom:1px solid #e5edf7;justify-content:space-between;align-items:center;padding-bottom:14px;display:flex}.legal-panel-heading span{color:#1769e0;background:#eaf3ff;border:1px solid #cfe1ff;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900}.legal-panel-heading strong{color:#0f172a;font-size:17px}.html-editor-field{background:#fbfdff;border:1px solid #dce7f5;border-radius:12px;gap:12px;padding:14px;display:grid}.html-editor-label{color:#334155;font-size:13px;font-weight:900}.html-editor-toolbar{background:#f8fbff;border:1px solid #dce7f5;border-radius:10px 10px 0 0;flex-wrap:wrap;align-items:center;gap:6px;padding:8px;display:flex}.html-editor-toolbar button,.html-editor-toolbar select{color:#334155;cursor:pointer;background:#fff;border:1px solid #d9e4f2;border-radius:7px;outline:none;height:32px;padding:0 10px;font-size:12px;font-weight:800}.html-editor-toolbar button:hover,.html-editor-toolbar select:focus{color:#1769e0;background:#eaf3ff;border-color:#bcd7ff}.html-editor-box{color:#1e293b;overscroll-behavior:contain;scrollbar-gutter:stable;background:#fff;border:1px solid #dce7f5;border-top:0;border-radius:0 0 10px 10px;outline:none;height:260px;max-height:260px;padding:16px;font-size:15px;line-height:1.7;overflow-y:auto}.html-editor-box:focus{border-color:#1769e0;box-shadow:0 10px 30px #1769e01f}.html-editor-box h1,.html-editor-box h2,.html-editor-box h3{color:#0f172a;margin:0 0 12px;line-height:1.25}.html-editor-box p{margin:0 0 12px}.html-editor-box ul,.html-editor-box ol{margin:0 0 12px 22px;padding:0}.html-editor-box a{color:#1769e0;font-weight:800}.admin-plan-form{gap:16px;min-width:0;max-width:100%;padding:24px;display:grid;overflow:visible}.admin-plan-form input:focus,.admin-plan-form textarea:focus{box-shadow:inset 0 0 0 3px #6975df1f}.admin-plan-form-header{border-bottom:1px solid #e4e8f5;justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}.admin-plan-form-header h3,.admin-plan-card h3{margin:0;font-size:18px}.admin-plan-form-header button{color:#24446f;cursor:pointer;background:#fff;border:1px solid #d7e2f0;border-radius:10px;height:40px;padding:0 16px;font-size:14px;font-weight:800}.admin-plan-form label{color:#475569;gap:8px;min-width:0;font-size:13px;font-weight:800;display:grid}.admin-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;min-width:0;display:grid}.admin-plan-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-plan-grid.compact{grid-template-columns:minmax(160px,220px)}.repair-content-card{border:1px solid #e4e8f5;border-radius:10px;gap:14px;min-width:0;padding:16px;display:grid}.repair-content-card .table-action{justify-self:start}.repair-content-card input:focus,.repair-content-card textarea:focus{box-shadow:none;outline-offset:-2px;outline:2px solid #6975df}.repair-content-footer{justify-content:space-between;align-items:center;display:flex}.admin-plan-active{align-self:end}.plans-toolbar{justify-content:flex-end;align-items:center;gap:12px;display:flex}.plans-toolbar button{color:#24446f;cursor:pointer;background:#fff;border:1px solid #d7e2f0;border-radius:10px;height:44px;padding:0 20px;font-size:14px;font-weight:800}.plans-toolbar button:first-child{color:#fff;background:#1769e0;border-color:#1769e0}.admin-plan-modal{max-width:680px;max-height:86vh;overflow:auto}.employee-modal{overflow-x:hidden}.employee-joined-date .date-picker-popover{width:100%;top:auto;bottom:calc(100% + 10px)}.employee-joined-date .date-picker-popover:before{top:auto;bottom:-7px;transform:rotate(225deg)}.notification-modal{overflow-x:hidden}.admin-plan-modal header{background:#f8faff;margin:-28px -28px 20px;padding:20px 24px}.modal-plan-form{box-shadow:none;padding:0}.employee-role-page-form{gap:18px}.employee-role-details-grid{grid-template-columns:repeat(2,minmax(180px,320px));justify-content:start}.role-back-button{color:#1769e0;cursor:pointer;background:#fff;border:1px solid #d7e2f0;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.role-back-button .button-icon{width:18px;height:18px;margin-right:0}.employee-role-access-list{border:1px solid #e1e8f2;border-radius:12px;gap:10px;padding:16px;display:grid}.employee-role-access-title{justify-content:space-between;align-items:center;display:flex}.employee-role-access-title strong{color:#17223b;font-size:15px}.employee-role-access-title label{color:#334155;align-items:center;gap:10px;font-size:14px;font-weight:800;display:flex}.employee-role-access-title .employee-role-select-all{color:#1769e0;cursor:pointer;white-space:nowrap;background:#f8faff;border:1px solid #d7e2f0;border-radius:8px;padding:8px 10px}.employee-role-select-all input{width:16px;height:16px}.employee-role-access-item{border:1px solid #e6edf6;border-radius:10px;overflow:hidden}.employee-role-access-header{background:#f8faff;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.employee-role-access-header label,.employee-role-actions label{color:#334155;align-items:center;gap:10px;font-size:14px;font-weight:800;display:flex}.employee-role-access-header input,.employee-role-actions input{width:18px;height:18px}.employee-role-access-header button{color:#1769e0;cursor:pointer;background:#fff;border:1px solid #d7e2f0;border-radius:8px;width:32px;height:32px;font-size:18px;font-weight:900}.employee-role-actions{flex-wrap:wrap;gap:14px 22px;padding:14px;display:flex}.section-tabs{background:#fff;border:1px solid #dbe4f0;border-radius:10px;gap:6px;width:max-content;padding:6px;display:inline-flex}.section-tabs button{color:#536071;cursor:pointer;background:0 0;border:0;border-radius:8px;height:36px;padding:0 18px;font-size:14px;font-weight:800}.section-tabs button.active,.section-tabs button:hover{color:#1769e0;background:#eef5ff}.admin-plans-list{gap:14px;display:grid}.admin-plan-card{border-color:#e1e8f2;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:16px;min-height:132px;padding:18px 20px;display:grid}.admin-plan-card p{color:#64748b;margin:0;font-size:14px;line-height:1.45}.admin-plan-card-main{gap:10px;display:grid}.admin-plan-title-row{justify-content:flex-start;align-items:center;gap:16px;display:flex}.admin-plan-title-row strong{color:#17223b;white-space:nowrap;font-size:18px;font-weight:900}.admin-plan-badges{flex-wrap:wrap;gap:8px;display:flex}.admin-plan-badges span{color:#1d5fc2;background:#f1f6ff;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.admin-plan-card h4{color:#17223b;margin:0;font-size:15px}.admin-plan-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.admin-plan-details b{color:#334155;margin-bottom:8px;font-size:13px;display:block}.admin-plan-details ul{color:#64748b;gap:6px;margin:0;padding-left:18px;font-size:13px;display:grid}.admin-plan-card em{color:#0b7f49;white-space:nowrap;background:#e8f9ef;border-radius:999px;padding:6px 10px;font-size:12px;font-style:normal;font-weight:800}.admin-plan-card em.inactive{color:#dc2626;background:#ffe1e1}.admin-plan-card .table-actions{grid-column:auto}.benefits-list{gap:16px;display:grid}.benefit-card{gap:18px;padding:22px;display:grid}.benefit-card-header{border-bottom:1px solid #e4e8f5;justify-content:space-between;align-items:start;gap:16px;padding-bottom:16px;display:flex}.benefit-card-header h3{margin:0 0 6px;font-size:18px}.benefit-card-header p{color:#7180a0;margin:0}.benefit-card-header span{color:#17223b;white-space:nowrap;font-size:20px;font-weight:900}.benefits-only-list{color:#475569;gap:10px;margin:0;padding-left:20px;display:grid}.benefits-only-list li{line-height:1.5}.faqs-form{gap:18px;display:grid}.faq-page-actions{justify-content:flex-end;gap:12px;display:flex}.faq-category{gap:16px;padding:24px;display:grid}.faq-category-header{border-bottom:1px solid #e4e8f5;justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}.faq-category-header h3{margin:0 0 4px;font-size:18px}.faq-category-header p{color:#7180a0;margin:0;font-size:13px}.faq-category-settings{background:#f8faff;border:1px solid #e4e8f5;border-radius:10px;padding:12px 14px}.faq-category-settings summary{color:#24446f;cursor:pointer;font-size:13px;font-weight:800}.faq-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding-top:14px;display:grid}.faqs-form label{color:#475569;gap:8px;font-size:13px;font-weight:800;display:grid}.faq-question{border:1px solid #e4e8f5;border-radius:10px;gap:14px;padding:16px;display:grid}.faq-question-header{justify-content:space-between;align-items:center;display:flex}.faq-question-header strong{color:#17223b;font-size:14px}.faq-question-top{grid-template-columns:minmax(0,1fr) 120px 90px;align-items:end;gap:14px;display:grid}.faq-question-row{grid-template-columns:140px 120px;align-items:end;gap:14px;display:grid}.faq-checkbox{white-space:nowrap;justify-content:flex-start;align-self:end;align-items:center;gap:8px;height:44px;padding-bottom:10px;display:flex}.faq-checkbox input{width:18px;height:18px}.faq-page-actions button,.faq-category-header button,.faq-question-header button,.faq-add-question{color:#24446f;cursor:pointer;background:#fff;border:1px solid #d7e2f0;border-radius:10px;height:44px;padding:0 20px;font-size:14px;font-weight:800}.faq-page-actions button:last-child{color:#fff;background:#1769e0;border-color:#1769e0;box-shadow:0 8px 18px #1769e02e}.faq-page-actions button:disabled{cursor:not-allowed;opacity:.6}.faq-category-header button,.faq-question-header button{color:#dc2626}.faq-add-question{justify-self:end}.homepage-themes-panel{gap:14px;padding:18px;display:grid}.homepage-themes-actions{justify-content:flex-end;gap:10px;display:flex}.homepage-theme-table{border:1px solid #e4e8f5;border-radius:10px;overflow-x:auto}.homepage-theme-table table{border-collapse:collapse;width:100%;min-width:760px}.homepage-theme-table th,.homepage-theme-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e4e8f5;padding:12px}.homepage-theme-table th{color:#475569;background:#f8faff;font-size:12px;font-weight:800}.homepage-theme-table td span{color:#64748b;text-overflow:ellipsis;white-space:nowrap;max-width:260px;font-size:12px;display:block;overflow:hidden}.homepage-theme-table img{object-fit:cover;border:1px solid #e4e8f5;border-radius:8px;width:80px;height:48px;display:block}.homepage-theme-row-actions{gap:8px;display:flex}.homepage-theme-row-actions button,.homepage-themes-actions button{color:#fff;cursor:pointer;background:#1769e0;border:1px solid #1769e0;border-radius:10px;height:44px;padding:0 20px;font-size:14px;font-weight:800}.homepage-theme-row-actions button:last-child{color:#dc2626;background:#fff;border-color:#fecaca}.homepage-theme-row-actions button:disabled,.homepage-themes-actions button:disabled{cursor:not-allowed;opacity:.6}.homepage-theme-form{gap:16px;display:grid}.homepage-theme-form label{color:#475569;gap:8px;font-size:13px;font-weight:800;display:grid}.homepage-theme-form .faq-checkbox{height:auto;padding-bottom:0}.empty-state{color:#475569;place-items:center;gap:12px;min-height:260px;padding:32px;font-size:14px;display:grid}.empty-state img{width:132px;height:132px}.general-actions{justify-content:flex-end;gap:12px;display:flex}.general-actions button{color:#24446f;cursor:pointer;background:#fff;border:1px solid #d7e2f0;border-radius:10px;height:44px;padding:0 20px;font-size:14px;font-weight:800}.general-actions button:last-child{color:#fff;background:#1769e0;border-color:#1769e0;box-shadow:0 8px 18px #1769e02e}.general-actions button:disabled{cursor:not-allowed;opacity:.6}.table-toolbar button,.pagination-bar button{color:#fff;cursor:pointer;background:#1769e0;border:1px solid #1769e0;border-radius:10px;height:44px;padding:0 20px;font-size:14px;font-weight:800;transition:background .18s,border-color .18s,box-shadow .18s,transform .18s;box-shadow:0 8px 18px #1769e02e}.table-toolbar button:hover,.pagination-bar button:hover{background:#0f5fcf;border-color:#0f5fcf;transform:translateY(-1px)}.table-toolbar .export-button,.mobile-toolbar-actions .export-button{color:#fff;background:#0f9f75;border-color:#0f9f75;box-shadow:0 8px 18px #0f9f752e}.table-toolbar .export-button:hover,.mobile-toolbar-actions .export-button:hover{background:#0a8b65;border-color:#0a8b65}.table-toolbar .add-button{color:#fff;background:#f59e0b;border-color:#f59e0b;box-shadow:0 8px 18px #f59e0b33}.table-toolbar .add-button:hover{background:#d97706;border-color:#d97706}.table-toolbar .icon-button{box-shadow:none;color:#1769e0;background:#fff;border:1px solid #d7e2f0;padding:0;font-size:20px;font-weight:900}.table-toolbar .icon-button:hover{color:#0f5fcf;background:#f5f9ff;border-color:#b9cbe3}.table-toolbar .date-filter-trigger,.table-toolbar .date-filter-trigger:last-child{color:#7b8799;background:linear-gradient(#fff 0%,#f8faff 100%);border:1px solid #dbe4f3;border-radius:12px;justify-content:space-between;padding:0 14px;font-size:14px;box-shadow:inset 0 1px #ffffffe6,0 8px 18px #2630540f}.table-toolbar .date-filter-trigger.selected,.table-toolbar .date-filter-trigger.selected:last-child{color:#111827;border-color:#b8c9e6}.table-toolbar .date-filter-trigger:hover,.table-toolbar .date-filter-trigger:last-child:hover,.table-toolbar .date-filter-trigger:focus{color:#111827;background:#fff;border-color:#8aa7e8;transform:none;box-shadow:0 0 0 4px #1769e01a}.table-toolbar button:disabled,.pagination-bar button:disabled{cursor:not-allowed;opacity:.6}.table-toolbar .date-picker-popover button,.table-toolbar .date-picker-popover button:last-child{box-shadow:none;color:#273449;background:0 0;border:0;height:34px;padding:0}.table-toolbar .date-picker-popover button:hover,.table-toolbar .date-picker-popover button:last-child:hover{color:#1769e0;background:#eef5ff;border:0;transform:none}.table-toolbar .date-picker-days button.selected,.table-toolbar .date-picker-days button.selected:last-child{color:#fff;background:linear-gradient(135deg,#1769e0,#5b8def);box-shadow:0 8px 18px #1769e047}.table-toolbar .date-picker-footer button,.table-toolbar .date-picker-footer button:last-child{color:#1769e0;padding:0 10px}.orders-panel th,.orders-panel td,.common-table th,.common-table td{text-align:left;border-bottom:0;padding:14px 20px}.orders-panel th,.common-table th{color:#5b6472;letter-spacing:0;text-transform:uppercase;background:#f6f8fc;font-size:11px;font-weight:800}.common-table th:first-child{border-radius:8px 0 0}.common-table th:last-child{border-radius:0 8px 0 0}.common-table td{color:#263241;font-size:13.5px;font-weight:500;line-height:1.45}.common-table tbody tr:nth-child(2n) td{background:#fbfcff}.common-table tbody tr:nth-child(odd) td{background:#fff}.common-table tbody tr:hover td{background:#eef6ff}.table-empty{color:#6b7280;vertical-align:middle;height:260px;text-align:center!important;font-size:14px!important}.table-empty img{width:132px;height:132px;margin:0 auto 12px;display:block}.table-empty strong{color:#475569;font-size:14px;display:block}.table-loader{border:3px solid #e4e8f5;border-top-color:#6975df;border-radius:50%;width:30px;height:30px;margin:0 auto 12px;animation:.8s linear infinite table-spin;display:block}@keyframes table-spin{to{transform:rotate(360deg)}}.orders-panel td span{color:#06934f;background:#c7f8d8;border-radius:999px;padding:7px 12px;font-weight:700}.activity-panel{gap:18px;padding:24px;display:grid}.activity-panel p{border-left:2px solid #5b8def;margin:0;padding-left:14px}.feedback-analytics-panel .panel-header span{color:#1769e0;background:#eef5ff;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:800}.feedback-rating-list{gap:16px;padding:24px;display:grid}.feedback-rating-row{grid-template-columns:56px minmax(0,1fr) 48px 56px;align-items:center;gap:14px;display:grid}.feedback-rating-row span,.feedback-rating-row strong,.feedback-rating-row em{color:#17223b;font-size:13px;font-style:normal;font-weight:900}.feedback-rating-row div{background:#edf2f8;border-radius:999px;height:12px;overflow:hidden}.feedback-rating-row i{border-radius:inherit;background:linear-gradient(90deg,#1769e0,#0f9f75);height:100%;display:block}.empty-state.compact{min-height:180px}.table-pagination{justify-content:flex-end;align-items:center;gap:8px;padding:12px 2px 0;display:flex}.table-pagination span{color:#6b7280;margin-right:8px;font-size:13px}.table-pagination button{color:#24446f;cursor:pointer;background:#fff;border:1px solid #d7e2f0;border-radius:8px;height:34px;padding:0 14px;font-size:13px;font-weight:800}.table-pagination button:hover{color:#1769e0;background:#f5f9ff}.table-pagination button:disabled{cursor:not-allowed;opacity:.45}.table-action{color:#123f73;cursor:pointer;background:#fff;border:1px solid #cfe0f4;border-radius:9px;justify-content:center;align-items:center;height:32px;padding:0 14px;font-size:12px;font-weight:800;transition:background .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.table-action:disabled{cursor:not-allowed;opacity:.65}.table-action:hover{color:#fff;background:#1769e0;border-color:#1769e0;transform:translateY(-1px)}.download-report-action{width:32px;padding:0}.download-report-action .button-icon{margin:0}.download-report-action .api-loader{border-width:2px;width:16px;height:16px}.table-actions,.subscription-actions{white-space:nowrap;gap:8px;display:flex}.subscription-actions .table-action{border-radius:8px;gap:8px;height:44px;padding:0 20px;font-size:14px}.subscription-actions .table-action.primary{color:#fff;background:#1f6fe5;border-color:#1f6fe5}.subscription-actions .table-action.primary:hover{background:#185fc7;border-color:#185fc7}.message-list{gap:8px;min-width:320px;max-width:420px;display:grid}.message-list span{color:#334155;background:#f8f9ff;border:1px solid #e4e8f5;border-radius:8px;gap:4px;padding:8px 10px;line-height:1.35;display:grid}.message-list small{color:#7b8497}.modal-backdrop{z-index:20;background:#0f172a6b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.plan-modal{background:#fff;border-radius:14px;gap:18px;width:100%;max-width:680px;padding:22px;display:grid;box-shadow:0 28px 80px #0f172a47}.plan-modal header{justify-content:space-between;align-items:center;display:flex}.plan-modal h3{margin:0 0 4px;font-size:20px}.plan-modal p{color:#6b7280;margin:0}.plan-modal header button{color:#334155;cursor:pointer;background:#fff;border:1px solid #d7e2f0;border-radius:10px;width:38px;height:38px;font-size:24px;line-height:1}.plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.plan-grid button{cursor:pointer;text-align:left;background:#fff;border:1px solid #d7e2f0;border-radius:12px;gap:8px;padding:16px;display:grid;box-shadow:0 8px 18px #0f172a0a}.plan-grid button.selected{background:#f0f7ff;border-color:#1769e0;box-shadow:0 0 0 4px #1769e01f}.plan-grid strong{font-size:16px}.plan-grid span{color:#159b8d;font-weight:800}.plan-grid em{color:#a87900;background:#fff1b8;border-radius:999px;justify-self:start;padding:5px 8px;font-size:11px;font-style:normal;font-weight:800}.plan-grid small,.plan-loading{color:#6b7280}.plan-loading{text-align:center;grid-column:1/-1;padding:42px}.amount-field{color:#374151;gap:8px;font-size:13px;font-weight:800;display:grid}.amount-field input,.amount-field select,.amount-field textarea{background:#f8f9ff;border:1px solid #dfe3fb;border-radius:10px;outline:none;padding:0 14px}.amount-field input,.amount-field select{height:44px}.amount-field textarea{resize:vertical;min-height:96px;padding:12px 14px}.loan-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.loan-details span{color:#6b7280;background:#f8f9ff;border:1px solid #dfe3fb;border-radius:10px;gap:4px;padding:12px;font-size:12px;display:grid}.loan-details strong{color:#111827;font-size:13px}.modal-actions{justify-content:flex-end;gap:12px;display:flex}.modal-actions button{cursor:pointer;border:1px solid #0000;border-radius:10px;height:42px;padding:0 20px;font-weight:800}.modal-actions button:first-child{color:#334155;background:#fff;border-color:#d7e2f0}.modal-actions button:last-child{color:#fff;background:#1769e0;border-color:#1769e0}.modal-actions button.danger-action{color:#fff;background:#dc2626;border-color:#dc2626}.modal-actions button:disabled{cursor:not-allowed;opacity:.6}.toast{color:#334155;z-index:30;background:#fff;border:1px solid #dfe3fb;border-radius:10px;align-items:center;min-height:38px;padding:9px 14px;font-size:13px;font-weight:700;display:flex;position:fixed;top:24px;right:24px;box-shadow:0 14px 34px #26305424}.toast.success{border-left:4px solid #22a06b}.toast.error{border-left:4px solid #ef4444}.dashboard-error{color:#dc2626;background:#fff1f1;border:1px solid #ffd0d0;border-radius:8px;margin:0;padding:12px 16px}.topbar .profile-logo{cursor:pointer;background:linear-gradient(135deg,#1769e0,#18a999);border:0;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-weight:800;display:flex;box-shadow:0 10px 22px #1769e03d;color:#fff!important;font-size:13px!important}.profile-menu{position:relative}.profile-dropdown{z-index:20;background:#fff;border:1px solid #e5ebf5;border-radius:12px;gap:6px;min-width:230px;padding:14px;display:grid;position:absolute;top:52px;right:0;box-shadow:0 22px 52px #0f172a29}.profile-dropdown strong{color:#111827;font-size:14px}.profile-dropdown span{color:#6b7280;overflow-wrap:anywhere;font-size:12px}.topbar .profile-dropdown button{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;width:100%;height:36px;margin-top:8px;font-size:13px;font-weight:800}.manual-report-form{gap:22px;max-width:760px;padding:24px;display:grid}.manual-report-download-toolbar{grid-template-columns:minmax(220px,1fr) 140px 150px 150px 44px auto}.manual-report-bureaus{border:0;margin:0;padding:0}.manual-report-bureaus legend,.manual-report-fields label{color:#475569;font-size:13px;font-weight:800}.manual-report-bureaus legend{margin-bottom:9px}.manual-report-bureaus>div{background:#eef3fa;border:1px solid #dbe4f0;border-radius:8px;grid-template-columns:repeat(3,minmax(100px,1fr));gap:4px;padding:4px;display:inline-grid}.manual-report-bureaus button{color:#52627a;cursor:pointer;background:0 0;border:0;border-radius:6px;height:38px;padding:0 18px;font-size:13px;font-weight:800}.manual-report-bureaus button.active{color:#fff;background:#1769e0;box-shadow:0 3px 10px #1769e033}.manual-report-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.manual-report-fields label{gap:8px;display:grid}.manual-report-wide-field{grid-column:1/-1}.manual-report-fields input,.manual-report-fields select{color:#1f2937;background:#f8f9ff;border:1px solid #dfe3fb;border-radius:8px;outline:none;height:44px;padding:0 14px}.manual-report-fields input:focus,.manual-report-fields select:focus{border-color:#1769e0;box-shadow:0 0 0 3px #1769e01a}.manual-report-consent{color:#475569;align-items:flex-start;gap:10px;font-size:13px;line-height:1.45;display:flex}.manual-report-consent input{accent-color:#1769e0;flex:none;width:16px;height:16px;margin:2px 0 0}.manual-report-actions{justify-content:flex-end;display:flex}.manual-report-actions button{color:#fff;cursor:pointer;background:#1769e0;border:1px solid #1769e0;border-radius:8px;justify-content:center;align-items:center;height:44px;padding:0 20px;font-size:14px;font-weight:800;display:inline-flex}.manual-report-actions button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:1100px){.stats-grid,.dashboard-grid,.table-toolbar,.loan-toolbar,.chat-toolbar{grid-template-columns:1fr}}@media (max-width:560px){.admin-layout{height:100vh;display:block;overflow:hidden}.sidebar{z-index:30;flex-basis:auto;width:244px;max-width:82vw;transition:transform .2s;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(0)}.sidebar.collapsed{padding:18px 12px;overflow-y:auto;transform:translate(-100%)}.content{width:100%;height:100vh}.topbar{padding:0 16px}.topbar-profile{gap:12px}.current-time{border-right:0;padding-right:0}.current-time>svg{display:none}.dashboard-body{padding:24px 16px}.dashboard-body:before{background-size:78vw}.sidebar-brand{height:88px;position:relative}.sidebar-brand img{max-width:132px}.sidebar-close{color:#17223b;background:#fff;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:22px;line-height:1;display:inline-flex;position:absolute;top:16px;right:8px}.sidebar-close:hover{color:#1769e0;background:#f5f9ff;transform:none}.dashboard-body>.welcome-panel:first-child{grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;gap:10px;display:grid}.welcome-panel h2{font-size:24px;line-height:1.15}.dashboard-body>.welcome-panel:first-child span{text-align:right;white-space:pre-line;max-width:108px;font-size:16px;line-height:1.25}.panel-header{align-items:flex-start;gap:12px}.faq-question-top{grid-template-columns:1fr}.revenue-panel .panel-header{grid-template-columns:minmax(0,1fr) auto;display:grid}.revenue-panel{overflow-x:auto}.tabs{flex-wrap:wrap;justify-content:flex-end}.tabs button{height:32px;padding:0 12px}.chart{grid-template-columns:repeat(12,minmax(28px,1fr));gap:10px;min-width:520px;height:260px;padding:28px 24px 24px;overflow-x:auto}.chart-month span{width:10px;min-height:4px}.donut{margin:36px auto 24px}.mobile-toolbar-actions{grid-template-columns:1fr 1fr;gap:12px;display:grid}.mobile-toolbar-actions.single{grid-template-columns:1fr}.mobile-toolbar-actions button{cursor:pointer;border:1px solid #1769e0;border-radius:10px;height:44px;font-size:14px;font-weight:800}.mobile-toolbar-actions button:first-child{color:#1769e0;background:#fff}.mobile-toolbar-actions button:last-child{color:#fff;background:#0f9f75;border-color:#0f9f75}.mobile-toolbar-actions.single button:last-child{color:#1769e0;background:#fff;border-color:#1769e0}.table-toolbar{grid-template-columns:1fr;display:none}.table-toolbar.mobile-open{display:grid}.table-toolbar.has-export button:last-child{display:none}.table-toolbar input,.table-toolbar select,.table-toolbar button{width:100%}.date-picker-popover{width:100%;max-width:calc(100vw - 32px)}.table-toolbar .date-picker-popover button{width:auto}.common-table{-webkit-overflow-scrolling:touch;max-width:calc(100vw - 32px);display:block;overflow-x:auto}.common-table table{min-width:980px}.auth-page{place-items:center;padding:16px}.auth-box{border-radius:22px;max-width:100%;min-height:auto;padding:26px 24px}.auth-logo{top:12px;left:16px}.auth-logo img{width:96px}.auth-brand{width:54px;height:54px}.auth-header h1{font-size:24px}.auth-field,.auth-box button{height:52px}}@media (max-width:768px){.dashboard-body{gap:18px;padding:20px 16px}.welcome-panel,.analytics-hero{padding:20px}.general-form,.faqs-form,.admin-plan-form{padding:18px}.admin-plan-grid,.admin-plan-grid.two,.employee-role-details-grid,.faq-category-grid,.plan-grid,.loan-details,.manual-report-fields{grid-template-columns:1fr}.manual-report-wide-field{grid-column:auto}.admin-plan-grid.compact{grid-template-columns:minmax(0,1fr)}.modal-backdrop{padding:12px}.plan-modal,.admin-plan-modal{max-height:calc(100vh - 24px);padding:18px;overflow-y:auto}}@media (max-width:560px){body{font-size:13px}.topbar{gap:12px;height:54px;padding:0 12px}.topbar button{width:34px;height:34px}.current-time strong{font-size:12px}.dashboard-body{gap:16px;padding:16px 12px 24px}.welcome-panel,.analytics-hero{padding:16px}.welcome-panel h2,.analytics-hero h2{font-size:20px}.welcome-panel p,.welcome-panel span,.analytics-hero p{font-size:12px;line-height:1.45}.analytics-hero{gap:12px;min-height:0}.analytics-hero strong{font-size:26px}.analytics-kpi-card{grid-template-columns:40px minmax(0,1fr) auto;gap:10px;min-height:96px;padding:14px}.analytics-kpi-icon{width:40px;height:40px}.analytics-kpi-icon svg{width:19px;height:19px}.analytics-kpi-card strong{margin:4px 0;font-size:21px}.analytics-kpi-card span,.analytics-kpi-card small,.analytics-kpi-card em{font-size:11px}.analytics-kpi-card em{padding:5px 7px}.analytics-chart-card{min-height:350px;padding:14px}.analytics-chart-card h3,.admin-plan-form-header h3,.admin-plan-card h3{font-size:16px}.analytics-chart-card p,.analytics-dashboard .recharts-legend-item-text,.analytics-dashboard .recharts-text{font-size:11px}.mobile-toolbar-actions button,.table-toolbar input,.table-toolbar select,.table-toolbar button,.table-toolbar .date-filter-trigger{height:40px;font-size:13px}.common-table{max-width:calc(100vw - 24px);padding:6px}.common-table table{min-width:760px}.orders-panel th,.orders-panel td,.common-table th,.common-table td{padding:10px 12px}.common-table th{font-size:10px}.common-table td,.table-pagination{font-size:12px}.table-pagination button,.table-action{height:30px;font-size:11px}.general-form,.faqs-form,.admin-plan-form{gap:14px;padding:14px}.general-form label,.faqs-form label,.admin-plan-form label,.amount-field{font-size:12px}.plan-modal h3{font-size:17px}.plan-modal p,.modal-actions button{font-size:12px}.manual-report-form{gap:18px;padding:16px}.manual-report-bureaus>div{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid}.manual-report-bureaus button,.manual-report-fields label,.manual-report-consent{font-size:12px}.manual-report-actions button{width:100%;font-size:13px}}@media (max-width:380px){.topbar-profile{gap:8px}.current-time strong{font-size:11px}.topbar-bell svg{width:18px;height:18px}.analytics-kpi-card{grid-template-columns:36px minmax(0,1fr)}.analytics-kpi-icon{width:36px;height:36px}.analytics-kpi-card em{grid-column:2;justify-self:start}}
