*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{color:#172033;background:#f5f7fb;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button{cursor:pointer}a{color:inherit;text-decoration:none}.dashboard-layout{background:#f5f7fb;min-height:100vh;display:flex}.sidebar{color:#fff;background:#111827;border-right:1px solid #ffffff14;flex-direction:column;width:270px;height:100vh;display:flex;position:fixed;top:0;left:0}.sidebar-brand{border-bottom:1px solid #ffffff14;align-items:center;gap:12px;min-height:82px;padding:18px 22px;display:flex}.brand-icon{color:#111827;background:#fff;border-radius:10px;place-items:center;width:42px;height:42px;font-size:20px;display:grid}.sidebar-brand h2{font-size:18px}.sidebar-brand span{color:#9ca3af;margin-top:2px;font-size:11px;display:block}.sidebar-nav{flex:1;padding:16px 12px;overflow-y:auto}.sidebar-section>p{letter-spacing:1.2px;text-transform:uppercase;color:#6b7280;margin-bottom:8px;padding:0 12px;font-size:10px;font-weight:700}.sidebar-link{color:#b9c0cc;border-radius:8px;align-items:center;gap:11px;min-height:42px;margin-bottom:4px;padding:0 12px;font-size:14px;transition:all .2s;display:flex}.sidebar-link svg{font-size:17px}.sidebar-link:hover{color:#fff;background:#ffffff0f}.sidebar-link.active{color:#111827;background:#fff;font-weight:600}.sidebar-user{border-top:1px solid #ffffff14;align-items:center;gap:11px;padding:16px 18px;display:flex}.user-avatar{background:#374151;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.sidebar-user strong,.sidebar-user span{display:block}.sidebar-user strong{font-size:13px}.sidebar-user span{color:#9ca3af;margin-top:2px;font-size:11px}.dashboard-main{width:calc(100% - 270px);margin-left:270px}.topbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:82px;padding:0 30px;display:flex}.topbar>div{align-items:center;gap:16px;display:flex}.menu-button{background:0 0;border:none;font-size:22px;display:none}.topbar-title h1{font-size:18px}.topbar-title p{color:#7b8494;margin-top:3px;font-size:12px}.topbar-actions{align-items:center;gap:18px;display:flex}.notification-button{background:#fff;border:1px solid #e5e7eb;border-radius:10px;place-items:center;width:40px;height:40px;font-size:18px;display:grid}.topbar-profile{align-items:center;gap:10px;display:flex}.profile-avatar{color:#fff;background:#111827;border-radius:50%;place-items:center;width:38px;height:38px;font-weight:700;display:grid}.topbar-profile strong,.topbar-profile span{display:block}.topbar-profile strong{font-size:13px}.topbar-profile span{color:#7b8494;font-size:11px}.page{width:100%}.page-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.page-header h2{color:#111827;font-size:26px}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:24px;display:grid}.stat-card{background:#fff;border:1px solid #e8ebf0;border-radius:14px;align-items:center;gap:16px;padding:22px;display:flex}.stat-icon{background:#f3f4f6;border-radius:12px;place-items:center;width:48px;height:48px;font-size:21px;display:grid}.stat-card span{color:#7b8494;font-size:12px}.stat-card h3{margin-top:3px;font-size:25px}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.dashboard-card{background:#fff;border:1px solid #e8ebf0;border-radius:14px;padding:22px}.card-heading{border-bottom:1px solid #edf0f4;padding-bottom:16px}.card-heading h3{align-items:center;gap:8px;font-size:16px;display:flex}.card-heading p{color:#7b8494;margin-top:5px;font-size:12px}.empty-state{text-align:center;color:#9ca3af;flex-direction:column;justify-content:center;align-items:center;min-height:230px;display:flex}.empty-state>svg{margin-bottom:12px;font-size:34px}.empty-state h4{color:#374151}.empty-state p{margin-top:5px;font-size:12px}@media (width<=1100px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=800px){.sidebar{display:none}.dashboard-main{width:100%;margin-left:0}.menu-button{display:block}.dashboard-grid{grid-template-columns:1fr}}@media (width<=600px){.dashboard-content{padding:20px}.stats-grid{grid-template-columns:1fr}.topbar{padding:0 18px}.topbar-profile>div:last-child,.topbar-title p{display:none}}.login-page{background:#f5f7fb;justify-content:center;align-items:center;min-height:100vh;padding:25px;display:flex}.login-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;max-width:430px;padding:38px;box-shadow:0 12px 40px #11182714}.login-brand{text-align:center;margin-bottom:30px}.login-logo{color:#fff;background:#111827;border-radius:14px;place-items:center;width:54px;height:54px;margin:0 auto 15px;font-size:23px;display:grid}.login-brand h1{color:#111827;font-size:23px}.login-brand p{color:#7b8494;margin-top:6px;font-size:13px}.form-group{margin-bottom:20px}.form-group label{color:#374151;margin-bottom:7px;font-size:13px;font-weight:600;display:block}.input-icon{position:relative}.input-icon svg{color:#9ca3af;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.input-icon input{border:1px solid #dfe3e8;border-radius:9px;outline:none;width:100%;height:46px;padding:0 14px 0 42px;transition:all .2s}.input-icon input:focus{border-color:#111827;box-shadow:0 0 0 3px #11182712}.login-button{color:#fff;background:#111827;border:none;border-radius:9px;width:100%;height:46px;font-weight:600}.login-button:hover{background:#1f2937}.login-button:disabled{opacity:.6;cursor:not-allowed}.form-error{color:#b91c1c;background:#fef2f2;border-radius:8px;margin-bottom:18px;padding:11px 13px;font-size:13px}.auth-loading{color:#6b7280;background:#f5f7fb;place-items:center;min-height:100vh;display:grid}.form-success{color:#166534;background:#f0fdf4;border-radius:8px;margin-bottom:18px;padding:11px 13px;font-size:13px}.auth-switch{text-align:center;color:#6b7280;margin-top:22px;font-size:13px}.auth-switch a{color:#111827;font-weight:600}.auth-switch a:hover{text-decoration:underline}.form-card{background:#fff;border:1px solid #e8ebf0;border-radius:14px;max-width:850px;padding:26px}.form-card-header{border-bottom:1px solid #edf0f4;align-items:center;gap:13px;margin-bottom:24px;padding-bottom:20px;display:flex}.form-card-icon{color:#111827;background:#f3f4f6;border-radius:11px;place-items:center;width:45px;height:45px;font-size:19px;display:grid}.form-card-header h3{font-size:16px}.form-card-header p{color:#7b8494;margin-top:4px;font-size:12px}.required{color:#dc2626;margin-left:3px}.form-actions{justify-content:flex-end;align-items:center;gap:10px;padding-top:10px;display:flex}.primary-button,.secondary-button{border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 17px;font-size:13px;font-weight:600;display:inline-flex}.primary-button{color:#fff;background:#111827;border:1px solid #111827}.primary-button:hover{background:#1f2937}.primary-button:disabled{opacity:.6;cursor:not-allowed}.secondary-button{color:#374151;background:#fff;border:1px solid #dfe3e8}.secondary-button:hover{background:#f9fafb}.table-card{background:#fff;border:1px solid #e8ebf0;border-radius:14px;overflow:hidden}.table-card-header{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;padding:20px 22px;display:flex}.table-card-header h3{align-items:center;gap:8px;font-size:15px;display:flex}.table-card-header p{color:#7b8494;margin-top:5px;font-size:12px}.table-responsive{width:100%;overflow-x:auto}.data-table{border-collapse:collapse;width:100%}.data-table th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:13px 18px;font-size:11px;font-weight:700}.data-table td{color:#374151;border-bottom:1px solid #edf0f4;padding:15px 18px;font-size:13px}.data-table tbody tr:last-child td{border-bottom:none}.user-cell{align-items:center;gap:10px;display:flex}.table-avatar{color:#111827;background:#f3f4f6;border-radius:50%;place-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:grid}.table-message{color:#9ca3af;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:250px;padding:30px;display:flex}.table-message>svg{margin-bottom:10px;font-size:32px}.table-message h4{color:#374151}.table-message p{margin-top:5px;font-size:12px}.form-input,.form-select{color:#374151;background:#fff;border:1px solid #dfe3e8;border-radius:9px;outline:none;width:100%;height:46px;padding:0 14px;transition:all .2s}.form-input:focus,.form-select:focus{border-color:#111827;box-shadow:0 0 0 3px #11182712}.form-select{cursor:pointer}.form-textarea{color:#374151;resize:vertical;background:#fff;border:1px solid #dfe3e8;border-radius:9px;outline:none;width:100%;min-height:120px;padding:12px 14px;font-family:inherit;font-size:13px;transition:all .2s}.form-textarea:focus{border-color:#111827;box-shadow:0 0 0 3px #11182712}.status-badge{border-radius:20px;align-items:center;padding:5px 9px;font-size:11px;font-weight:700;display:inline-flex}.status-done{color:#047857;background:#ecfdf5}.status-progress{color:#c2410c;background:#fff7ed}.case-section{margin-bottom:20px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.client-mode-buttons{gap:10px;margin-bottom:20px;display:flex}.mode-button{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:10px 16px}.mode-button.active{color:#fff;background:#111827;border-color:#111827}.section-title-row,.toggle-row{justify-content:space-between;align-items:center;gap:15px;display:flex}.toggle-row{cursor:pointer}.toggle-row p{margin:4px 0 0}.nested-card{background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;margin-top:16px;padding:18px}.empty-section{color:#6b7280;margin-top:15px}.checkbox-row{align-items:center;gap:8px;margin-top:15px;display:flex}.line-item-row{grid-template-columns:160px minmax(0,1fr) 160px 45px;align-items:center;gap:10px;margin-top:12px;display:grid}.icon-delete-button{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;display:inline-flex}@media (width<=800px){.form-grid,.line-item-row{grid-template-columns:1fr}}.case-history-filter{align-items:center;gap:10px;display:flex}.case-history-filter label{font-size:13px;font-weight:600}.case-history-filter .form-select{min-width:180px}.case-text-cell{white-space:normal;min-width:180px;max-width:260px}.data-table small{color:#6b7280;font-size:11px}.status-pending{color:#4b5563;background:#f3f4f6}.status-overdue{color:#b91c1c;background:#fef2f2}.billing-case-list{gap:10px;margin-top:15px;display:grid}.billing-case-option{cursor:pointer;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:12px;padding:12px;display:flex}.billing-case-option div{flex-direction:column;gap:3px;display:flex}.billing-case-option span{color:#6b7280;font-size:12px}.billing-total{border-top:1px solid #e5e7eb;justify-content:flex-end;align-items:center;gap:20px;margin-top:20px;padding-top:15px;font-size:16px;display:flex}.table-link{font-weight:600;text-decoration:none}.table-link:hover{text-decoration:underline}.details-card{margin-bottom:20px}.details-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.detail-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;gap:6px;padding:14px;display:flex}.detail-item span,.detail-block span{color:#6b7280;font-size:12px;font-weight:600}.detail-item strong{font-size:14px}.detail-block{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:16px;padding:14px}.detail-block p{white-space:pre-wrap;margin:8px 0 0}.details-table-wrapper{margin-top:15px;overflow-x:auto}@media (width<=1000px){.details-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.details-grid{grid-template-columns:1fr}}.lead-query-cell{white-space:normal;min-width:200px;max-width:320px;line-height:1.5}.form-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin-bottom:16px;padding:12px 14px;font-size:13px}.account-warning{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;margin-top:15px;padding:12px 14px;font-size:13px}.account-password-card{max-width:700px}.stat-card small{color:#6b7280;margin-top:4px;font-size:11px;display:block}.dashboard-loading{text-align:center;color:#6b7280;padding:40px}.reminder-list{flex-direction:column;gap:10px;margin-top:18px;display:flex}.reminder-item{background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:14px;padding:12px;display:flex}.reminder-date{background:#f9fafb;border:1px solid #e5e7eb;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;min-width:50px;height:50px;display:flex}.reminder-date strong{font-size:18px}.reminder-date span{text-transform:uppercase;color:#6b7280;font-size:10px}.reminder-content{flex-direction:column;gap:3px;display:flex}.reminder-content strong{font-size:13px}.reminder-content small{color:#6b7280;font-size:11px}.reminder-type{text-transform:uppercase;color:#6b7280;font-size:10px;font-weight:700}.calendar-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}.calendar-header h3{align-items:center;gap:8px;display:flex}.calendar-header p{color:#6b7280;margin-top:4px;font-size:12px}.calendar-navigation{align-items:center;gap:10px;display:flex}.calendar-navigation strong{text-align:center;min-width:130px;font-size:13px}.calendar-navigation button{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:7px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.calendar-weekdays{grid-template-columns:repeat(7,1fr);margin-bottom:8px;display:grid}.calendar-weekdays span{text-align:center;color:#6b7280;text-transform:uppercase;font-size:10px;font-weight:700}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:5px;display:grid}.calendar-day{background:#fff;border:1px solid #e5e7eb;border-radius:7px;justify-content:flex-start;align-items:flex-start;min-height:55px;padding:7px;display:flex;position:relative}.calendar-day.today{border-width:2px}.calendar-day-number{font-size:11px;font-weight:600}.calendar-event-count{color:#fff;background:#111827;border-radius:50%;justify-content:center;align-items:center;min-width:19px;height:19px;font-size:9px;font-weight:700;display:flex;position:absolute;bottom:5px;right:5px}@media (width<=850px){.calendar-header{flex-direction:column;align-items:flex-start}}@media (width<=650px){.calendar-day{min-height:45px;padding:5px}.calendar-weekdays span{font-size:8px}}:root{--primary:#1e3a5f;--primary-dark:#152c49;--primary-soft:#eef4fb;--accent:#3b82f6;--accent-soft:#eff6ff;--sidebar-bg:#0f172a;--sidebar-bg-soft:#172033;--page-bg:#f4f7fb;--surface:#fff;--surface-soft:#f8fafc;--text-main:#182230;--text-secondary:#667085;--text-muted:#98a2b3;--border:#e5eaf0;--border-strong:#d7dee8;--success-bg:#ecfdf3;--success-text:#027a48;--warning-bg:#fffaeb;--warning-text:#b54708;--danger-bg:#fef3f2;--danger-text:#b42318;--shadow-xs:0 1px 2px #10182808;--shadow-sm:0 1px 3px #1018280d, 0 1px 2px #10182808;--shadow-md:0 4px 12px #1018280f;--shadow-lg:0 12px 30px #10182814;--radius-sm:8px;--radius-md:12px;--radius-lg:16px}*{box-sizing:border-box}body{background:var(--page-bg);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{transition:background .2s,border-color .2s,color .2s,box-shadow .2s,transform .2s}a{color:inherit}.dashboard-main{min-height:100vh}.sidebar{z-index:100;background:linear-gradient(#0d1729 0%,#111c30 100%);border-right:1px solid #ffffff0d;width:275px;box-shadow:8px 0 30px #0f172a0f}.brand-icon{width:44px;height:44px;color:var(--sidebar-bg);background:linear-gradient(135deg,#fff,#e9f0f7);border-radius:13px;box-shadow:0 6px 18px #00000024}.sidebar-brand h2{letter-spacing:-.3px;font-size:18px;font-weight:700}.sidebar-brand span{color:#8f9bad;letter-spacing:.25px;font-size:10.5px}.sidebar-nav{padding:18px 12px}.sidebar-section>p{color:#718096;letter-spacing:1.4px;margin-bottom:9px;padding:0 13px;font-size:9.5px;font-weight:700}.sidebar-link{color:#aeb8c8;border:1px solid #0000;border-radius:10px;min-height:43px;margin-bottom:5px;padding:0 13px;font-size:13.5px;transition:all .2s}.sidebar-link svg{flex-shrink:0;font-size:17px}.sidebar-link:hover{color:#fff;background:#fff1;transform:translate(2px)}.user-avatar{color:#fff;background:linear-gradient(135deg,#243249,#34445d);border:1px solid #ffffff14}.topbar{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:50;background:#fffffff5;height:82px;padding:0 34px;position:sticky;top:0;box-shadow:0 1px #10182805}.topbar-title h1{color:var(--text-main);letter-spacing:-.35px;font-size:19px;font-weight:700}.topbar-title p{color:var(--text-secondary)}.notification-button{border:1px solid var(--border);color:#475467;box-shadow:var(--shadow-xs);border-radius:11px}.notification-button:hover{background:var(--surface-soft);border-color:var(--border-strong);color:var(--primary);transform:translateY(-1px)}.profile-avatar{background:linear-gradient(135deg,#1e3a5f,#315d8b);box-shadow:0 5px 14px #1e3a5f40}.page-header{margin-bottom:28px}.page-header h2{color:#172033;letter-spacing:-.65px;font-size:28px;font-weight:720}.page-header p{color:var(--text-secondary);margin-top:7px;font-size:13.5px}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:25px}.stat-card{border:1px solid var(--border);border-radius:var(--radius-lg);min-height:108px;box-shadow:var(--shadow-sm);background:linear-gradient(145deg,#fff,#fbfcfe);padding:20px 21px;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative;overflow:hidden}.stat-card:after{content:"";opacity:0;background:linear-gradient(#315d8b,#6b93ba);width:3px;height:100%;transition:all .2s;position:absolute;top:0;left:0}.stat-card:hover{box-shadow:var(--shadow-md);border-color:#d7e1ec;transform:translateY(-2px)}.stat-card:hover:after{opacity:1}.stat-icon{color:#315d8b;background:linear-gradient(135deg,#edf4fb,#f5f8fc);border:1px solid #dde8f2;border-radius:13px;width:50px;height:50px;font-size:20px}.stat-card span{color:var(--text-secondary);font-size:11.5px;font-weight:600}.stat-card h3{color:#172033;letter-spacing:-.6px;margin-top:3px;font-size:27px;font-weight:730}.stat-card small{color:var(--text-muted);font-size:10.5px}.dashboard-card,.form-card,.table-card{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fffffffa}.dashboard-card{padding:23px}.dashboard-card:hover{box-shadow:var(--shadow-md)}.card-heading h3,.form-card-header h3,.table-card-header h3,.case-section h3{color:#1d2939;letter-spacing:-.2px;font-weight:680}.form-card{max-width:920px;padding:28px}.management-form{max-width:720px}.form-card-icon{width:46px;height:46px;color:var(--primary);background:linear-gradient(135deg,#edf4fb,#f5f8fc);border:1px solid #dee8f1;border-radius:12px;box-shadow:inset 0 1px #ffffffb3}.form-group label{color:#344054;margin-bottom:8px;font-size:12.5px;font-weight:650}.form-input,.form-select,.form-textarea{color:#1d2939;background:#fff;border:1px solid #d9e0e8;border-radius:10px;transition:border-color .2s,box-shadow .2s,background .2s;box-shadow:inset 0 1px 2px #10182805}.form-input,.form-select{height:47px}.form-input:hover,.form-select:hover,.form-textarea:hover{border-color:#cbd5e1}.form-input:focus,.form-select:focus,.form-textarea:focus{background:#fff;border-color:#6f92b5;box-shadow:0 0 0 4px #315d8b17}.form-input::placeholder,.form-textarea::placeholder{color:#a6afbd}.primary-button,.secondary-button,.mode-button{cursor:pointer;border-radius:10px;font-weight:650}.primary-button{border:1px solid var(--primary);color:#fff;background:linear-gradient(135deg,#1e3a5f,#274d78);min-height:43px;padding:0 18px;box-shadow:0 4px 10px #1e3a5f2e}.primary-button:hover{background:linear-gradient(135deg,#172f4e,#22466d);transform:translateY(-1px);box-shadow:0 6px 14px #1e3a5f38}.primary-button:active{transform:translateY(0)}.secondary-button{border:1px solid var(--border-strong);color:#344054;min-height:43px;box-shadow:var(--shadow-xs);background:linear-gradient(#fff,#fafbfc)}.secondary-button:hover{color:var(--primary);background:#f8fafc;border-color:#bdc8d5}.mode-button{color:#475467;min-height:40px;box-shadow:var(--shadow-xs)}.mode-button.active{background:linear-gradient(135deg, var(--primary), #315d8b);border-color:var(--primary);color:#fff;box-shadow:0 4px 10px #1e3a5f29}.icon-delete-button{color:#b42318;background:snow;border:1px solid #f1c7c3;transition:all .2s}.icon-delete-button:hover{background:var(--danger-bg);border-color:#e9aaa5;transform:translateY(-1px)}.nested-card{border:1px solid var(--border);background:linear-gradient(#fafbfd,#f8fafc);border-radius:12px;padding:20px}.billing-case-option{border:1px solid var(--border);background:#fff;border-radius:10px;transition:all .2s}.billing-total{color:#344054}.billing-total strong{color:var(--primary);font-size:20px}.table-card{overflow:hidden}.table-card-header{background:linear-gradient(#fff,#fdfefe);padding:21px 23px}.data-table{border-collapse:separate;border-spacing:0}.data-table th{border-bottom:1px solid var(--border);color:#667085;letter-spacing:.65px;white-space:nowrap;background:#f7f9fc;padding:13px 18px;font-size:10.5px;font-weight:700}.data-table td{color:#344054;vertical-align:middle;border-bottom:1px solid #edf1f5;padding:15px 18px;font-size:12.5px}.data-table tbody tr{transition:background .15s}.table-link{color:#285a8c;font-weight:650}.table-link:hover{color:#173f68;text-decoration:underline}.status-badge{letter-spacing:.15px;border:1px solid #0000;border-radius:999px;min-height:25px;padding:4px 9px;font-size:10.5px;font-weight:700}.status-done{background:var(--success-bg);color:var(--success-text);border-color:#b7ebcf}.status-progress{background:var(--warning-bg);color:var(--warning-text);border-color:#f7df9b}.status-overdue{background:var(--danger-bg);color:var(--danger-text);border-color:#f3c1bd}.form-error,.form-success,.account-warning{box-shadow:var(--shadow-xs);border-radius:10px;font-size:12.5px}.form-error{background:var(--danger-bg);color:var(--danger-text);border:1px solid #f5c2bf}.form-success{background:var(--success-bg);color:var(--success-text);border:1px solid #b7ebcf}.account-warning{background:var(--warning-bg);color:var(--warning-text);border:1px solid #f7df9b}.detail-item,.detail-block{border:1px solid var(--border);background:linear-gradient(#fafbfd,#f8fafc);border-radius:11px}.detail-item{padding:16px}.detail-item span,.detail-block span{color:var(--text-secondary)}.detail-item strong{color:#1d2939;font-weight:650}.reminder-item{border:1px solid var(--border);background:linear-gradient(#fff,#fcfdff);border-radius:11px;padding:13px;transition:all .2s}.reminder-item:hover{box-shadow:var(--shadow-sm);border-color:#cfdae6;transform:translateY(-1px)}.reminder-date{min-width:52px;height:52px;color:var(--primary);background:linear-gradient(135deg,#eef4fa,#f7f9fc);border:1px solid #dce6ef;border-radius:11px}.reminder-date strong{font-weight:750}.reminder-type{color:#4b6f92;letter-spacing:.45px}.calendar-navigation button{border:1px solid var(--border);color:#475467;box-shadow:var(--shadow-xs);border-radius:9px}.calendar-navigation button:hover{background:var(--primary-soft);color:var(--primary);border-color:#ceddea}.calendar-day{border:1px solid var(--border);background:linear-gradient(#fff,#fcfdff);border-radius:9px;min-height:62px;transition:all .15s}.calendar-day:not(.empty):hover{background:#f8fbfe;border-color:#c9d7e5;transform:translateY(-1px)}.calendar-day.today{background:#f3f8fd;border:2px solid #527ca4}.calendar-day.today .calendar-day-number{color:var(--primary);font-weight:800}.calendar-event-count{background:linear-gradient(135deg,#1e3a5f,#3b638a);box-shadow:0 3px 8px #1e3a5f33}.login-page{background:radial-gradient(circle at 0 0,#3d648a1f,#0000 35%),linear-gradient(135deg,#f5f8fc,#eef3f8)}.login-card{border:1px solid #e1e7ee;border-radius:20px;max-width:440px;box-shadow:0 20px 50px #0f172a1a}.login-logo{background:linear-gradient(135deg,#162f4e,#315d8b);border-radius:15px;box-shadow:0 8px 20px #1e3a5f3d}.login-button{background:linear-gradient(135deg,#1e3a5f,#315d8b);box-shadow:0 5px 12px #1e3a5f33}.login-button:hover{background:linear-gradient(135deg,#172f4e,#274d78);transform:translateY(-1px)}.sidebar-nav::-webkit-scrollbar{width:6px;height:7px}.table-responsive::-webkit-scrollbar{width:6px;height:7px}.sidebar-nav::-webkit-scrollbar-track{background:0 0}.table-responsive::-webkit-scrollbar-track{background:0 0}.table-responsive::-webkit-scrollbar-thumb{background:#cbd5df;border-radius:20px}@media (width<=1300px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1000px){.dashboard-content{padding:26px}.details-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=800px){.dashboard-main{width:100%;margin-left:0}.dashboard-content{padding:22px}.topbar{padding:0 22px}.dashboard-grid,.form-grid{grid-template-columns:1fr}.page-header{flex-wrap:wrap;align-items:flex-start;gap:15px}}@media (width<=600px){.dashboard-content{padding:18px 14px}.stats-grid{grid-template-columns:1fr}.stat-card{min-height:96px}.page-header h2{font-size:23px}.form-card{padding:20px}.table-card-header{flex-direction:column;align-items:flex-start;gap:12px}.details-grid{grid-template-columns:1fr}.calendar-day{min-height:46px}}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--primary:#7c9cff;--primary-dark:#5e7fe6;--primary-soft:#7c9cff1f;--accent:#8aa8ff;--accent-soft:#8aa8ff1a;--gold:#d8b86a;--gold-soft:#d8b86a1c;--sidebar-bg:#090d16;--sidebar-bg-soft:#0d1320;--page-bg:#080c13;--surface:#101620;--surface-soft:#151c28;--surface-raised:#182131;--surface-hover:#1b2534;--text-main:#eef3fb;--text-secondary:#a6b0bf;--text-muted:#758195;--border:#94a3b824;--border-strong:#94a3b83d;--success-bg:#22c55e1f;--success-text:#79dfa0;--warning-bg:#f59e0b1f;--warning-text:#f4c56c;--danger-bg:#ef44441f;--danger-text:#ff8a8a;--shadow-xs:0 1px 2px #0000003d;--shadow-sm:0 8px 24px #0000002e;--shadow-md:0 16px 40px #0000003d;--shadow-lg:0 26px 70px #00000052;--radius-sm:9px;--radius-md:13px;--radius-lg:18px}html,body,#root{background:var(--page-bg);min-height:100%}body{color:var(--text-main);background:radial-gradient(circle at 12% 0,#5a74c214,#0000 28%),radial-gradient(circle at 100% 15%,#d8b86a09,#0000 22%),#080c13;margin:0}::selection{color:#fff;background:#7c9cff47}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:2px solid #7c9cffbf}.dashboard-layout{background:radial-gradient(circle at 42% -10%,#506bb914,#0000 30%),linear-gradient(#080c13 0%,#0a0f18 100%)}.dashboard-main{background:0 0;min-height:100vh}.dashboard-content{padding:34px}.page{max-width:1650px;margin:0 auto}.sidebar{color:#f5f7fb;background:linear-gradient(#ffffff04,#0000 18%),linear-gradient(#090d16 0%,#0b111c 100%);border-right:1px solid #94a3b81c;width:275px;box-shadow:14px 0 38px #0003}.sidebar-brand{border-bottom:1px solid #94a3b81c;min-height:88px;padding:20px 22px}.brand-icon{color:#e5cb8c;background:linear-gradient(145deg,#d8b86a29,#7c9cff1a),#141b27;border:1px solid #d8b86a3b;border-radius:13px;width:44px;height:44px;box-shadow:inset 0 1px #ffffff12,0 10px 24px #00000040}.sidebar-brand h2{color:#f4f7fb;letter-spacing:-.35px;font-weight:720}.sidebar-brand span{color:#778397}.sidebar-section>p{color:#5f6b7d;letter-spacing:1.45px;font-weight:750}.sidebar-link{color:#929daf;background:0 0;border:1px solid #0000}.sidebar-link svg{color:#7f8ba0;transition:color .2s,transform .2s}.sidebar-user{background:#ffffff04;border-top:1px solid #94a3b81c}.user-avatar{color:#dfe7f4;background:linear-gradient(145deg,#1a2434,#111925);border:1px solid #94a3b82b;box-shadow:inset 0 1px #ffffff0f}.sidebar-user strong{color:#edf2f9}.sidebar-user span{color:#748196}.topbar{-webkit-backdrop-filter:blur(18px)saturate(135%);background:#0a0f18d1;border-bottom:1px solid #94a3b81f;height:82px;padding:0 34px;box-shadow:0 10px 30px #0000001f}.topbar-title h1{color:#f2f5fa}.topbar-title p,.topbar-profile span{color:var(--text-muted)}.topbar-profile strong{color:#e8edf5}.notification-button{border:1px solid var(--border);color:#aab6c7;box-shadow:var(--shadow-xs);background:#111824}.notification-button:hover{color:#aec0ff;background:#182131;border-color:#7c9cff47;transform:translateY(-1px);box-shadow:0 8px 22px #0000002e}.menu-button{color:#d9e1ed}.profile-avatar{color:#fff;background:linear-gradient(145deg,#637fd7,#3e5aa7);border:1px solid #ffffff17;box-shadow:0 8px 22px #374e9247}.page-header h2{color:#f1f5fb;letter-spacing:-.65px;font-weight:740}.page-header p{color:#8591a4}.stat-card{border:1px solid var(--border);min-height:110px;box-shadow:inset 0 1px 0 #ffffff06, var(--shadow-sm);background:radial-gradient(circle at 100% 0,#7c9cff14,#0000 32%),linear-gradient(145deg,#111823,#0f151f)}.stat-card:after{background:linear-gradient(#91aaff,#5d78ce);width:3px}.stat-card:hover{border-color:#7c9cff3d;transform:translateY(-3px);box-shadow:inset 0 1px #ffffff09,0 18px 40px #00000040}.stat-icon{color:#9eb4ff;background:linear-gradient(145deg,#7c9cff21,#7c9cff0e);border:1px solid #7c9cff29;box-shadow:inset 0 1px #ffffff09}.stat-card span,.stat-card small{color:#7f8b9e}.stat-card h3{color:#f3f6fb;font-weight:750}.dashboard-card,.form-card,.table-card{border:1px solid var(--border);box-shadow:inset 0 1px 0 #ffffff05, var(--shadow-sm);background:linear-gradient(#ffffff03,#0000 70%),#101620}.dashboard-card:hover{box-shadow:inset 0 1px 0 #ffffff06, var(--shadow-md);border-color:#94a3b833}.card-heading,.form-card-header,.table-card-header{border-color:#94a3b81c}.card-heading h3,.form-card-header h3,.table-card-header h3,.case-section h3,.calendar-header h3{color:#eaf0f8}.card-heading p,.form-card-header p,.table-card-header p,.calendar-header p{color:#7d899b}.form-card-icon{color:#9eb3ff;background:linear-gradient(145deg,#7c9cff21,#7c9cff0d);border:1px solid #7c9cff29;box-shadow:inset 0 1px #ffffff0a}.empty-state,.table-message,.empty-section,.dashboard-loading{color:#6f7c90}.empty-state h4,.table-message h4{color:#cbd4e1}.form-group label,.case-history-filter label{color:#b8c2d1}.form-input,.form-select,.form-textarea,.input-icon input{color:#e7edf6;background:#0c121b;border:1px solid #94a3b82b;box-shadow:inset 0 1px 2px #0000003d,0 1px #ffffff03}.form-input:hover,.form-select:hover,.form-textarea:hover,.input-icon input:hover{background:#0e1520;border-color:#94a3b847}.form-input:focus,.form-select:focus,.form-textarea:focus,.input-icon input:focus{background:#0d141e;border-color:#7c9cffa6;box-shadow:0 0 0 4px #7c9cff18}.form-input::placeholder,.form-textarea::placeholder,.input-icon input::placeholder{color:#596579}.form-select{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.form-select option{color:#e7edf6;background:#111823}.input-icon svg{color:#68758a}.required{color:#ff8585}input[type=checkbox],input[type=radio]{accent-color:#7c9cff}input:-webkit-autofill{-webkit-text-fill-color:#e7edf6;transition:background-color 9999s ease-out;-webkit-box-shadow:inset 0 0 0 1000px #0c121b}input:-webkit-autofill:hover{-webkit-text-fill-color:#e7edf6;transition:background-color 9999s ease-out;-webkit-box-shadow:inset 0 0 0 1000px #0c121b}input:-webkit-autofill:focus{-webkit-text-fill-color:#e7edf6;transition:background-color 9999s ease-out;-webkit-box-shadow:inset 0 0 0 1000px #0c121b}.primary-button,.login-button{color:#fff;background:linear-gradient(135deg,#6987e6,#4965bd);border:1px solid #91aaff4d;box-shadow:inset 0 1px #ffffff29,0 9px 22px #354b9142}.primary-button:hover,.login-button:hover{background:linear-gradient(135deg,#7692ec,#536fc8);border-color:#a4b8ff6b;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff2e,0 12px 28px #354b9152}.primary-button:active,.login-button:active{transform:translateY(0)}.primary-button:disabled,.login-button:disabled{opacity:.5;box-shadow:none}.secondary-button,.mode-button{color:#b9c4d3;background:linear-gradient(#151d29,#111823);border:1px solid #94a3b82b;box-shadow:inset 0 1px #ffffff06}.secondary-button:hover,.mode-button:hover{color:#dce5f4;background:#1a2331;border-color:#7c9cff42}.mode-button.active{color:#fff;background:linear-gradient(135deg,#6987e6f2,#4965bdf2);border-color:#91aaff61;box-shadow:0 8px 20px #354b913d}.icon-delete-button{color:#ff9090;background:#ef444411;border:1px solid #ef444438}.icon-delete-button:hover{color:#faa;background:#ef44441f;border-color:#ef444461}.nested-card,.detail-item,.detail-block{border:1px solid var(--border);background:linear-gradient(#ffffff03,#0000),#0d141e}.detail-item:hover{background:#111925;border-color:#7c9cff33}.detail-item span,.detail-block span,.billing-case-option span,.data-table small{color:#79869a}.detail-item strong,.detail-block p{color:#dce4ef}.billing-case-option{border:1px solid var(--border);color:#d6deea;background:#0e151f}.billing-case-option:hover{background:#131c29;border-color:#7c9cff3d}.billing-case-option:has(input:checked){background:#7c9cff14;border-color:#7c9cff66}.billing-total{color:#b8c2d0;border-color:#94a3b821}.billing-total strong{color:#d7c186}.table-card-header{background:linear-gradient(#ffffff04,#0000)}.data-table{background:0 0}.data-table th{color:#7f8b9e;background:#0d141e;border-bottom:1px solid #94a3b821}.data-table td{color:#cbd4e1;border-bottom:1px solid #94a3b816}.data-table tbody tr{background:0 0}.data-table tbody tr:hover{background:#7c9cff0b}.table-avatar{color:#9db3ff;background:linear-gradient(145deg,#192333,#111925);border:1px solid #7c9cff26}.table-link{color:#9cb3ff}.table-link:hover{color:#bdcaff}.case-text-cell,.lead-query-cell{color:#bdc7d5}.status-badge{border:1px solid #0000;box-shadow:inset 0 1px #ffffff06}.status-done{color:#80dda1;background:#22c55e1c;border-color:#22c55e33}.status-progress{color:#f3c367;background:#f59e0b1a;border-color:#f59e0b33}.status-pending{color:#a9b3c2;background:#94a3b817;border-color:#94a3b826}.status-overdue{color:#ff8d8d;background:#ef44441a;border-color:#ef444433}.form-error{color:#ff9b9b;background:#7f1d1d30;border:1px solid #ef44443b}.form-success{color:#86e2a6;background:#14532d30;border:1px solid #22c55e38}.account-warning{color:#f3c46f;background:#78350f2e;border:1px solid #f59e0b38}.reminder-item{border:1px solid var(--border);background:linear-gradient(145deg,#111823,#0e151f)}.reminder-item:hover{box-shadow:var(--shadow-sm);border-color:#7c9cff38}.reminder-date{color:#a4b8ff;background:linear-gradient(145deg,#7c9cff21,#7c9cff0b);border:1px solid #7c9cff29}.reminder-content strong{color:#dce4ef}.reminder-content small{color:#758195}.reminder-type{color:#8499d0}.calendar-navigation strong,.calendar-day-number{color:#cfd7e3}.calendar-navigation button{border:1px solid var(--border);color:#9da8b8;background:#111823}.calendar-navigation button:hover{color:#aec0ff;background:#192333;border-color:#7c9cff40}.calendar-weekdays span{color:#667287}.calendar-day{background:linear-gradient(145deg,#101720,#0d141d);border:1px solid #94a3b81f}.calendar-day:not(.empty):hover{background:#141d2a;border-color:#7c9cff40}.calendar-day.empty{background:0 0;border-color:#0000}.calendar-day.today{background:linear-gradient(145deg,#7c9cff1f,#7c9cff0a),#101721;border:1px solid #89a5ff8c;box-shadow:inset 0 0 0 1px #7c9cff14}.calendar-day.today .calendar-day-number{color:#b6c6ff}.calendar-event-count{color:#fff;background:linear-gradient(135deg,#718de2,#4d68bd);box-shadow:0 5px 13px #34498b47}.login-page,.auth-loading{color:#8894a6;background:radial-gradient(circle at 16% 12%,#7c9cff1f,#0000 28%),radial-gradient(circle at 88% 85%,#d8b86a0e,#0000 25%),linear-gradient(135deg,#070b12,#0b111b 58%,#080c13)}.login-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#ffffff05,#0000 30%),#0f1620f5;border:1px solid #94a3b829;box-shadow:inset 0 1px #ffffff09,0 28px 80px #0000006b}.login-logo{color:#e5cb8d;background:linear-gradient(145deg,#d8b86a26,#7c9cff1c),#151d29;border:1px solid #d8b86a38;box-shadow:0 12px 30px #0000004d}.login-brand h1{color:#f1f4f8}.login-brand p,.auth-switch{color:#7c889b}.auth-switch a{color:#a7baff}.auth-switch a:hover{color:#c3ceff}*{scrollbar-width:thin;scrollbar-color:#303b4d transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:#303b4d padding-box padding-box;border:2px solid #0000;border-radius:999px}.table-responsive::-webkit-scrollbar-thumb{background:#303b4d padding-box padding-box;border:2px solid #0000;border-radius:999px}::-webkit-scrollbar-thumb{background:#303b4d padding-box padding-box;border:2px solid #0000;border-radius:999px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#414e63 padding-box padding-box;border:2px solid #0000}.table-responsive::-webkit-scrollbar-thumb:hover{background:#414e63 padding-box padding-box;border:2px solid #0000}::-webkit-scrollbar-thumb:hover{background:#414e63 padding-box padding-box;border:2px solid #0000}@media (width<=1000px){.dashboard-content{padding:26px}}@media (width<=800px){.topbar{background:#090e16ed}.dashboard-content{padding:22px}}@media (width<=600px){.dashboard-content{padding:18px 14px}.dashboard-card,.form-card,.table-card,.stat-card{border-radius:14px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.logout-button{color:#fca5a5;cursor:pointer;background:#ef444414;border:1px solid #f8717138;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-size:12.5px;font-weight:650;transition:background .2s,border-color .2s,color .2s,transform .2s,box-shadow .2s;display:inline-flex}.logout-button svg{font-size:16px}.logout-button:hover{color:#fecaca;background:#ef444424;border-color:#f8717166;transform:translateY(-1px);box-shadow:0 6px 18px #7f1d1d29}.logout-button:active{transform:translateY(0)}@media (width<=700px){.logout-button{width:40px;height:40px;padding:0}.logout-button span{display:none}}.sidebar{color:#f8fafc;z-index:100;background:linear-gradient(#0b1120 0%,#0f172a 55%,#111827 100%);border-right:1px solid #94a3b81a;flex-direction:column;width:275px;height:100vh;display:flex;position:fixed;top:0;left:0;box-shadow:12px 0 40px #0000002e}.sidebar-brand{border-bottom:1px solid #94a3b81a;flex-shrink:0;align-items:center;gap:12px;min-height:86px;padding:18px 18px 18px 20px;display:flex}.brand-icon{color:#93c5fd;background:linear-gradient(135deg,#2563eb2e,#3b82f614);border:1px solid #60a5fa2e;border-radius:13px;flex-shrink:0;place-items:center;width:44px;height:44px;font-size:20px;display:grid;box-shadow:inset 0 1px #ffffff0d}.sidebar-brand-text{min-width:0}.sidebar-brand h2{color:#f8fafc;letter-spacing:-.3px;margin:0;font-size:17px;font-weight:700}.sidebar-brand span{color:#64748b;letter-spacing:.2px;margin-top:3px;font-size:10.5px;display:block}.sidebar-close-button{display:none}.sidebar-nav{scrollbar-width:thin;scrollbar-color:#94a3b82e transparent;flex:1;padding:16px 11px 24px;overflow:hidden auto}.sidebar-nav::-webkit-scrollbar{width:5px}.sidebar-nav::-webkit-scrollbar-track{background:0 0}.sidebar-nav::-webkit-scrollbar-thumb{background:#94a3b82e;border-radius:999px}.sidebar-section{margin-top:24px}.sidebar-section>p{color:#475569;text-transform:uppercase;letter-spacing:1.3px;margin:0 0 8px;padding:0 12px;font-size:9.5px;font-weight:700}.sidebar-link{color:#94a3b8;border:1px solid #0000;border-radius:10px;align-items:center;gap:11px;min-height:43px;margin-bottom:4px;padding:0 12px;font-size:13px;font-weight:500;text-decoration:none;transition:background .18s,color .18s,border-color .18s,transform .18s;display:flex;position:relative}.sidebar-link svg{color:#64748b;flex-shrink:0;width:17px;height:17px;transition:color .18s}.sidebar-link:hover{color:#e2e8f0;background:#ffffff0b;border-color:#94a3b814;transform:translate(2px)}.sidebar-link:hover svg{color:#93c5fd}.sidebar-link.active{color:#f8fafc;background:linear-gradient(135deg,#2563eb2e,#3b82f614);border-color:#60a5fa2e;font-weight:600;box-shadow:inset 0 1px #ffffff08}.sidebar-link.active:before{content:"";background:linear-gradient(#60a5fa,#2563eb);border-radius:0 4px 4px 0;width:3px;height:20px;position:absolute;left:-1px;box-shadow:0 0 12px #3b82f680}.sidebar-link.active svg{color:#60a5fa}.sidebar-user{background:#ffffff04;border-top:1px solid #94a3b81a;flex-shrink:0;align-items:center;gap:11px;min-height:72px;padding:13px 17px;display:flex}.user-avatar{color:#93c5fd;background:#3b82f61a;border:1px solid #60a5fa26;border-radius:50%;flex-shrink:0;place-items:center;width:39px;height:39px;font-size:16px;display:grid}.sidebar-user-info{min-width:0}.sidebar-user strong{color:#e2e8f0;font-size:12px;font-weight:600;display:block}.sidebar-user span{color:#64748b;margin-top:2px;font-size:10.5px;display:block}.sidebar-overlay{display:none}@media (width<=800px){.sidebar{z-index:1100;visibility:hidden;opacity:0;pointer-events:none;max-width:88vw;height:100dvh;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .22s,visibility .3s;top:0;left:0;transform:translate(-105%);box-shadow:24px 0 70px #0000008c;width:285px!important;display:flex!important;position:fixed!important}.sidebar.open{visibility:visible!important;opacity:1!important;pointer-events:auto!important;transform:translate(0)!important}.sidebar-brand{min-height:78px;padding:16px 14px 16px 17px}.brand-icon{border-radius:12px;width:41px;height:41px}.sidebar-brand h2{font-size:16px}.sidebar-close-button{color:#94a3b8;cursor:pointer;background:#ffffff0a;border:1px solid #94a3b81f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-left:auto;padding:0;font-size:18px;transition:background .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.sidebar-close-button:hover{color:#fca5a5;background:#ef44441a;border-color:#f8717133}.sidebar-close-button:active{transform:scale(.95)}.sidebar-overlay{z-index:1050;-webkit-backdrop-filter:blur(5px);background:#020617b3;width:100%;height:100dvh;animation:.2s sidebarOverlayFade;display:block;position:fixed;inset:0}@keyframes sidebarOverlayFade{0%{opacity:0}to{opacity:1}}.sidebar-nav{padding:14px 10px 22px}.sidebar-section{margin-top:21px}.sidebar-link{min-height:44px;padding:0 12px;font-size:13px}.sidebar-user{min-height:68px;padding:12px 15px}}@media (width<=480px){.sidebar{max-width:88vw;width:270px!important}.sidebar-brand{padding-left:15px}.sidebar-link{min-height:43px;font-size:12.5px}.sidebar-section>p{font-size:9px}}html,body,#root{width:100%;min-width:0;max-width:100%;margin:0;overflow-x:hidden}html{-webkit-text-size-adjust:100%}*,:before,:after{box-sizing:border-box}body{min-width:0}img,video,canvas,iframe,button,input,select,textarea{max-width:100%}.dashboard-layout{width:100%;min-width:0;max-width:100%;overflow-x:clip}.dashboard-main,.dashboard-content,.page,.dashboard-content>*,.page>*{min-width:0;max-width:100%}.topbar,.topbar-left,.topbar-actions,.topbar-profile,.page-header,.card-heading,.form-card-header,.table-card-header,.calendar-header,.calendar-navigation,.section-title-row,.toggle-row,.billing-total,.reminder-item,.user-cell{min-width:0}.stats-grid,.dashboard-grid,.form-grid,.details-grid,.calendar-grid,.calendar-weekdays,.line-item-row,.stat-card,.dashboard-card,.form-card,.table-card,.nested-card,.detail-item,.detail-block,.billing-case-option,.reminder-item{min-width:0;max-width:100%}.topbar-title,.profile-info,.sidebar-brand-text,.sidebar-user-info,.reminder-content{min-width:0}.topbar-title h1,.topbar-title p,.profile-info strong,.profile-info span{text-overflow:ellipsis;max-width:100%;overflow:hidden}.topbar-title h1,.topbar-title p{white-space:nowrap}.detail-item,.detail-block,.case-text-cell,.lead-query-cell,.data-table td,.data-table th{overflow-wrap:anywhere;word-break:break-word}.table-card{width:100%;max-width:100%;overflow:hidden}.table-responsive,.details-table-wrapper{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;width:100%;min-width:0;max-width:100%;display:block;overflow:auto hidden}.data-table{width:100%;max-width:none}.data-table th,.data-table td{white-space:nowrap}.data-table .case-text-cell,.data-table .lead-query-cell{white-space:normal}.management-form,.form-card,.form-group,.input-icon,.form-input,.form-select,.form-textarea,.input-icon input{width:100%;min-width:0}.client-mode-buttons{flex-wrap:wrap;max-width:100%}@media (width>=801px){.sidebar{max-width:275px;height:100vh;visibility:visible!important;opacity:1!important;pointer-events:auto!important;width:275px!important;display:flex!important;transform:none!important}.dashboard-main{max-width:calc(100% - 275px);width:calc(100% - 275px)!important;margin-left:275px!important}.menu-button,.sidebar-close-button,.sidebar-overlay{display:none!important}}@media (width<=800px){html,body,#root{width:100%;max-width:100%;overflow-x:hidden!important}body{position:relative}.dashboard-layout{width:100%;max-width:100%;min-height:100dvh;display:block;overflow-x:clip!important}.dashboard-main{width:100%!important;min-width:0!important;max-width:100%!important;margin-left:0!important;overflow-x:clip!important}.dashboard-content{width:100%;min-width:0;max-width:100%;padding:22px 18px;overflow-x:clip}.page{width:100%;min-width:0;max-width:100%;margin:0}.sidebar{will-change:transform;flex-direction:column;overflow:hidden;box-shadow:24px 0 70px #0000008f;z-index:1100!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;width:285px!important;max-width:86vw!important;height:100dvh!important;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .2s,visibility .3s!important;display:flex!important;position:fixed!important;inset:0 auto 0 0!important;transform:translate(-105%)!important}.sidebar.open{visibility:visible!important;opacity:1!important;pointer-events:auto!important;transform:translate(0,0)!important}.sidebar-nav{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:0;overflow:hidden auto}.sidebar-brand{width:100%;min-width:0;padding:16px 14px 16px 17px}.sidebar-brand-text{flex:1;min-width:0}.sidebar-brand h2,.sidebar-brand span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.sidebar-close-button{color:#94a3b8;cursor:pointer;background:#ffffff0a;border:1px solid #94a3b824;border-radius:10px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;margin-left:auto;padding:0;font-size:18px;display:inline-flex!important}.sidebar-close-button:hover{color:#fca5a5;background:#ef44441a;border-color:#f8717138}.sidebar-overlay{-webkit-backdrop-filter:blur(5px);background:#020617b8;animation:.2s finalSidebarOverlayFade;z-index:1050!important;width:auto!important;max-width:none!important;height:auto!important;display:block!important;position:fixed!important;inset:0!important}@keyframes finalSidebarOverlayFade{0%{opacity:0}to{opacity:1}}.topbar{gap:10px;min-width:0;height:72px;position:sticky;top:0;overflow:hidden;width:100%!important;max-width:100%!important;padding:0 16px!important}.topbar>div,.topbar-left{min-width:0}.topbar-left{flex:auto;gap:11px}.menu-button{color:#e5e7eb;cursor:pointer;background:#ffffff0d;border:1px solid #94a3b829;border-radius:10px;flex:0 0 40px;justify-content:center;align-items:center;min-width:40px;font-size:20px;width:40px!important;height:40px!important;padding:0!important;display:inline-flex!important}.topbar-title{flex:auto;min-width:0}.topbar-title h1{max-width:100%;font-size:15px;line-height:1.2}.topbar-title p{max-width:100%;margin-top:3px;font-size:10.5px}.topbar-actions{flex:none;gap:8px}.notification-button,.logout-button,.profile-avatar{flex-shrink:0}.notification-button{width:40px;height:40px}.topbar-profile{gap:7px}.profile-avatar{width:36px;height:36px}.profile-info{display:none!important}.logout-button{width:40px;height:40px;min-height:40px;padding:0!important}.logout-button span{display:none!important}.stats-grid{gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.dashboard-grid,.form-grid,.details-grid,.line-item-row{width:100%;grid-template-columns:1fr!important}.page-header,.table-card-header,.calendar-header,.section-title-row,.toggle-row{flex-wrap:wrap;max-width:100%}.page-header{gap:14px}.page-header>*,.table-card-header>*,.calendar-header>*{min-width:0}.form-actions{flex-wrap:wrap;max-width:100%}.case-history-filter{flex-wrap:wrap;width:100%;max-width:100%}.case-history-filter .form-select{width:100%;min-width:0!important}.calendar-navigation{flex-wrap:wrap;max-width:100%}.calendar-navigation strong{min-width:0}.billing-total{flex-wrap:wrap}.billing-case-option{min-width:0}.calendar-weekdays,.calendar-grid{width:100%;min-width:0}.calendar-day{min-width:0}}@media (width<=600px){.dashboard-content{padding:16px 12px!important}.stats-grid{grid-template-columns:1fr!important}.page-header h2{font-size:22px}.dashboard-card,.form-card{padding:18px}.table-card-header{padding:17px 16px}.form-card-header{align-items:flex-start}.form-actions{align-items:stretch}.form-actions .primary-button,.form-actions .secondary-button{flex:100%;width:100%}.client-mode-buttons{width:100%}.client-mode-buttons .mode-button{flex:auto}.reminder-item{align-items:flex-start}.calendar-day{min-height:42px;padding:4px}.calendar-event-count{bottom:3px;right:3px}}@media (width<=480px){.sidebar{width:270px!important;max-width:88vw!important}.topbar{gap:6px;height:68px;padding:0 10px!important}.topbar-left{gap:8px}.topbar-title h1{font-size:13.5px}.topbar-title p{display:none!important}.topbar-actions{gap:6px}.menu-button,.notification-button,.logout-button{min-width:36px;min-height:36px;width:36px!important;height:36px!important}.profile-avatar{width:34px;height:34px}.dashboard-content{padding:14px 10px!important}.page-header{margin-bottom:20px}.page-header h2{font-size:20px}.page-header p{font-size:12px}.dashboard-card,.form-card{border-radius:13px;padding:15px}.stat-card{padding:16px}.nested-card{padding:14px}.calendar-navigation{justify-content:space-between;gap:6px;width:100%}.calendar-navigation strong{text-align:center;flex:1;font-size:11px}.calendar-navigation button{flex:0 0 32px}.calendar-weekdays span{font-size:7.5px}.calendar-day-number{font-size:10px}.calendar-event-count{min-width:16px;height:16px;font-size:8px}}@media (width<=380px){.notification-button{display:none!important}.topbar-title h1{font-size:12.5px}.profile-avatar{width:32px;height:32px}.dashboard-content{padding-left:8px!important;padding-right:8px!important}}
