.login-container{min-height:100vh;background:#f5f8fa;display:flex;align-items:center;justify-content:center;padding:24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.login-content{background:#fff;border-radius:12px;border:1px solid #E6EEF5;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;width:100%;max-width:400px;padding:48px}.login-logo-section{text-align:center;margin-bottom:40px}.logo-container{display:inline-flex;flex-direction:column;align-items:center}.logo-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.logo-text{font-size:24px;font-weight:600;line-height:1.2;letter-spacing:-.02em;color:#111927}.logo-subtitle{font-size:12px;font-weight:500;color:#768698;letter-spacing:.02em}.login-form-container,.login-form,.forgot-password-form{width:100%}.login-form-header{text-align:center;margin-bottom:32px}.login-form-title{font-size:24px;font-weight:600;color:#111927;margin:0 0 8px;line-height:1.3}.login-form-subtitle{font-size:14px;color:#768698;margin:0;line-height:1.4}.user-type-selection{margin-bottom:24px}.user-type-label{font-size:14px;font-weight:500;color:#23394f;margin-bottom:8px}.user-type-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}.user-type-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border:1px solid #E6EEF5;border-radius:8px;background:#fff;color:#768698;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.user-type-btn:hover{border-color:#b8cdd9;background:#f5f8fa}.user-type-btn.active{border-color:#3b82f6;background:#eff6ff;color:#1e40af}.user-type-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px}.input-group{margin-bottom:20px}.input-label{display:block;font-size:14px;font-weight:500;color:#23394f;margin-bottom:6px;line-height:1.4}.input-field{width:100%;height:44px;padding:12px 16px;border:1px solid #E6EEF5;border-radius:8px;background:#fff;font-size:14px;color:#23394f;transition:all .2s ease;box-sizing:border-box}.input-field:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.input-field:disabled{background:#f5f8fa;color:#768698;cursor:not-allowed}.input-field::-moz-placeholder{color:#b8cdd9}.input-field::placeholder{color:#b8cdd9}.password-input-container{position:relative}.password-input-container .input-field{padding-right:48px}.password-toggle-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#768698;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.password-toggle-btn:hover{color:#23394f}.password-toggle-btn:disabled{cursor:not-allowed;opacity:.5}.error-message{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fef2f2;border:1px solid #FECACA;border-radius:8px;color:#dc2626;font-size:14px;margin-bottom:20px}.error-message svg{flex-shrink:0}.success-message{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f0fdf4;border:1px solid #BBF7D0;border-radius:8px;color:#16a34a;font-size:14px;margin-bottom:20px}.success-message svg{flex-shrink:0}.forgot-password-section{text-align:right;margin-bottom:24px}.forgot-password-link{background:none;border:none;color:#3b82f6;font-size:14px;font-weight:500;cursor:pointer;text-decoration:none;transition:color .2s ease}.forgot-password-link:hover{color:#1d4ed8;text-decoration:underline}.login-btn{width:100%;height:44px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px}.login-btn:hover:not(:disabled){background:#2563eb;box-shadow:0 4px 12px #3b82f666}.login-btn:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;box-shadow:none}.loading-spinner{display:flex;align-items:center;gap:8px}.loading-spinner svg{animation:spin 1s linear infinite}.back-to-login-btn{width:100%;height:44px;background:#fff;color:#768698;border:1px solid #E6EEF5;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.back-to-login-btn:hover{background:#f5f8fa;border-color:#b8cdd9;color:#23394f}.forgot-password-actions{display:flex;flex-direction:column;gap:12px}@media (max-width: 480px){.login-container{padding:16px}.login-content{padding:32px 24px;max-width:none}.login-form-title{font-size:20px}.user-type-buttons{grid-template-columns:1fr}}@media (max-width: 360px){.login-content{padding:24px 16px}.login-form-title{font-size:18px}}.user-type-btn:focus,.input-field:focus,.password-toggle-btn:focus,.forgot-password-link:focus,.login-btn:focus,.back-to-login-btn:focus{outline:2px solid #3B82F6;outline-offset:2px}@media (prefers-contrast: high){.login-content,.input-field,.user-type-btn,.back-to-login-btn{border-width:2px}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.otp-container{width:100vw;height:100vh;display:flex;background:#fff;overflow:hidden}.logo-section{position:absolute;top:32px;left:32px;display:flex;align-items:center;gap:16px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.logo-row{display:flex;flex-direction:row;align-items:center;gap:0px}.logo-svg{display:flex;align-items:center;height:32px;width:32px}.form-container{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:0 64px;margin-left:30px;margin-top:80px;min-height:80vh}.form-card{width:550px;background:#fff;display:flex;flex-direction:column;align-items:flex-start;padding:40px 32px}.form-header{width:100%;display:flex;flex-direction:column;gap:8px;margin-bottom:32px;text-align:left;align-items:flex-start}.otp-title{font-size:34px;font-weight:600;line-height:44px;color:#23394f;font-family:Geist,sans-serif;margin:0}.otp-subtitle{font-size:16px;color:#667085;font-family:Inter,sans-serif;margin:0;line-height:24px}.email-highlight{color:#f25c37;font-weight:500}.otp-input-container{display:flex;gap:12px;margin-bottom:32px;justify-content:center;width:100%}.otp-input{width:56px;height:56px;border:1px solid #D0D5DD;border-radius:8px;font-size:24px;font-weight:600;text-align:center;font-family:Inter,sans-serif;background:#fff;color:#101828;transition:border-color .2s ease;box-sizing:border-box}.otp-input:focus{outline:none;border-color:#f25c37;box-shadow:0 0 0 4px #f25c371a}.otp-input::-moz-placeholder{color:#d0d5dd}.otp-input::placeholder{color:#d0d5dd}.resend-section{width:100%;margin-bottom:32px;text-align:center}.resend-timer{font-size:14px;color:#667085;font-family:Inter,sans-serif;margin:0}.resend-button{background:none;border:none;font-size:14px;color:#667085;font-family:Inter,sans-serif;cursor:pointer;padding:0}.resend-link{color:#f25c37;text-decoration:none}.resend-link:hover{text-decoration:underline}.countdown-section{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:auto}.countdown-divider{display:flex;align-items:center;width:100%;justify-content:center;gap:8px}.countdown-text{font-size:14px;font-weight:400;color:#667085;font-family:Inter,sans-serif}.login-section{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:auto}.login-divider{display:flex;align-items:center;width:100%;justify-content:center;gap:8px}.divider-line{flex:1;height:1px;background:#e9eef3}.login-text{font-size:14px;font-weight:400;color:#667085;font-family:Inter,sans-serif}.login-link{font-size:14px;font-weight:400;color:#667085;font-family:Inter,sans-serif;text-decoration:none}.login-link:hover{text-decoration:underline}.language-selector{background:none;border:none;font-size:14px;color:#667085;font-family:Inter,sans-serif;cursor:pointer;padding:8px 12px;border-radius:6px;display:flex;align-items:center;gap:8px}.language-selector:hover{background:#f9fafb}.language-selector img{width:16px;height:16px;opacity:.6}.decorative-svg{position:absolute;color:#fff}.decorative-svg.vector-21{top:45%;left:44%;width:194px;height:193px;opacity:.6}.decorative-svg.vector-18{bottom:0;left:24%;width:190px;height:189px;opacity:.2}.decorative-svg.vector-19{top:0;right:0;width:117px;height:113px;opacity:.3}.decorative-svg.vector-17{bottom:0;right:0;width:194px;height:193px;opacity:.2}.decorative-svg.vector-20{top:0;left:0;width:121px;height:117px;opacity:.2}.decorative-svg.vector-23{top:0;left:30%;width:172px;height:166px;opacity:.2}.hero-title{font-size:36px;font-weight:600;line-height:47px;color:#fff;margin-bottom:24px;font-family:Inter,sans-serif}.hero-description{font-size:14px;color:#d1d1d1;line-height:21px;margin-bottom:32px;font-family:Inter,sans-serif}.pagination-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.pagination-dot.active{background:#fff}.pagination-dot.inactive{background:#627d9a}@media (max-width: 1200px){.left-section{width:600px}.form-container{padding:0 48px;margin-left:40px}.form-card{width:480px;padding:32px 24px}.otp-input-container{gap:8px}.otp-input{width:48px;height:48px;font-size:20px}}@media (max-width: 768px){.otp-container{flex-direction:column}.left-section{width:100%;height:auto;min-height:100vh}.right-section{display:none}.form-container{padding:0 24px;margin-left:0;align-items:center}.form-card{width:100%;max-width:400px;padding:24px 16px}.otp-title{font-size:28px;line-height:36px}.otp-input-container{gap:6px}.otp-input{width:44px;height:44px;font-size:18px}.hero-title{font-size:28px;line-height:36px}}.success-container{width:100vw;height:100vh;display:flex;background:#fff;overflow:hidden}.left-section{width:720px;height:100%;background:#fff;position:relative;z-index:10;display:flex;flex-direction:column}.logo-section{position:absolute;top:32px;left:32px;display:flex;align-items:center;gap:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.logo-row{display:flex;flex-direction:row;align-items:center;gap:8px}.logo-svg{display:flex;align-items:center;height:24px;width:23px}.success-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 64px;text-align:center}.success-icon{margin-bottom:32px}.checkmark-circle{width:80px;height:80px;border-radius:50%;background:#fff;border:2px solid #E0F2FE;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a;position:relative}.checkmark-circle:before{content:"";position:absolute;inset:-2px;border-radius:50%;background:linear-gradient(135deg,#e0f2fe,#fff);z-index:-1}.success-title{font-size:34px;font-weight:600;line-height:44px;color:#23394f;font-family:Geist,sans-serif;margin:0 0 16px;letter-spacing:-.02em}.success-subtitle{font-size:16px;color:#667085;font-family:Inter,sans-serif;margin:0;line-height:24px;font-weight:400}.right-section{flex:1;height:100%;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#23394f;overflow:hidden}.decorative-svg{position:absolute;color:#fff;opacity:.1}.decorative-svg.vector-21{top:45%;left:44%;width:194px;height:193px;opacity:.08}.decorative-svg.vector-18{bottom:0;left:24%;width:190px;height:189px;opacity:.05}.decorative-svg.vector-19{top:0;right:0;width:117px;height:113px;opacity:.06}.decorative-svg.vector-17{bottom:0;right:0;width:194px;height:193px;opacity:.05}.decorative-svg.vector-20{top:0;left:0;width:121px;height:117px;opacity:.05}.decorative-svg.vector-23{top:0;left:30%;width:172px;height:166px;opacity:.05}.hero-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 48px;max-width:576px;text-align:center;margin:0 auto}.hero-title{font-size:36px;font-weight:600;line-height:47px;color:#fff;margin-bottom:24px;font-family:Inter,sans-serif;letter-spacing:-.02em}.hero-description{font-size:14px;color:#d1d1d1;line-height:21px;margin-bottom:32px;font-family:Inter,sans-serif;font-weight:400}.pagination-dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.pagination-dot{width:8px;height:8px;border-radius:50%;display:inline-block;transition:all .3s ease}.pagination-dot.active{background:#fff;transform:scale(1.2)}.pagination-dot.inactive{background:#627d9a;opacity:.6}@media (max-width: 1200px){.left-section{width:600px}.success-content{padding:0 48px}.success-title{font-size:28px;line-height:36px}.checkmark-circle{width:64px;height:64px}}@media (max-width: 768px){.success-container{flex-direction:column}.left-section{width:100%;height:auto;min-height:100vh}.right-section{display:none}.success-content{padding:0 24px}.success-title{font-size:24px;line-height:32px}.hero-title{font-size:28px;line-height:36px}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-main-container{min-height:100vh;background:#f5f8fa;display:flex;flex-direction:column;align-items:center;padding:0;width:100vw}.dashboard-header{width:100%;height:80px;background:#fff;border-bottom:1px solid #E8EDF1;display:flex;align-items:center;justify-content:space-between;padding-left:48px;padding-right:48px;margin-top:24px;box-sizing:border-box}.dashboard-logo-section{display:flex;align-items:center;gap:1px}.logo-svg{display:flex;align-items:center;width:24px;height:24px}.dashboard-logo-section .logo-row{display:flex!important;flex-direction:row!important;align-items:center!important;gap:4px!important}.logo-container{display:flex;flex-direction:column;align-items:flex-start;gap:0px}.logo-text{font-size:28px;font-weight:400;line-height:33px;letter-spacing:-.04em;color:#111927;font-family:Helvetica Neue,sans-serif}.logo-subtitle{margin-top:2px;font-size:10px;font-weight:500;color:#475467;font-family:Inter,sans-serif}.dashboard-search-section{display:flex;align-items:center;margin-right:0}.dashboard-search-wrapper{position:relative;display:flex;align-items:center;width:320px}.dashboard-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);display:flex;align-items:center;pointer-events:none}.dashboard-search-input{width:100%;height:36px;border:1px solid #E6EEF5;border-radius:8px;background:#f5f8fa;padding:0 16px 0 42px;font-size:14px;color:#1a2433;font-family:Inter,sans-serif;outline:none;transition:border .2s}.dashboard-search-input:focus{border:1.5px solid #3B82F6;background:#fff}.dashboard-header-actions{display:flex;align-items:center;gap:20px}.dashboard-bell{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.dashboard-toggle-on{background:#f5f8fa;color:#3b82f6;font-weight:600;font-size:14px;border-radius:16px;padding:4px 16px;border:1px solid #E6EEF5}.dashboard-toggle-on-figma{width:40px;height:40px;border-radius:50%;background:#23394f;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;font-family:Inter,sans-serif;box-shadow:0 1px 2px #0000000a;border:none;cursor:pointer;transition:background-color .2s}.dashboard-toggle-on-figma:hover{background:#1a2a3a}.dashboard-user-profile{position:relative}.dashboard-dropdown-menu{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border:1px solid #E6EEF5;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;min-width:160px;z-index:1000;overflow:hidden}.dashboard-dropdown-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:none;border:none;color:#475467;font-size:14px;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;transition:background-color .2s;text-align:left}.dashboard-dropdown-item:hover{background:#f5f8fa;color:#1a2433}.dashboard-dropdown-item svg{flex-shrink:0}.dashboard-nav-tabs{width:100%;display:flex;align-items:center;gap:8px;background:#fff;padding-left:48px;padding-right:48px;height:60px;border-bottom:1px solid #E8EDF1;box-sizing:border-box}.dashboard-tab{background:none;border:none;font-size:16px;color:#768698;font-weight:500;padding:0 20px;height:100%;cursor:pointer;border-bottom:2.5px solid transparent;transition:color .2s,border-bottom .2s}.dashboard-tab.active{color:#23394f;border-bottom:2px solid #23394F;background:#f8fafc;font-weight:600}.dashboard-tab svg{color:#768698}.dashboard-tab.active svg{color:#23394f}.dashboard-metrics-row{width:100%;display:flex;gap:64px;margin:32px 0 0;padding-left:48px;padding-right:48px;padding-top:8px;box-sizing:border-box}.dashboard-metrics-row>div{border-radius:8px!important;border:1px solid #E6EEF5!important;background:#fff!important}.dashboard-content-grid{width:100%;display:grid;grid-template-columns:280px 1fr;gap:32px;margin:32px 0 0;padding-left:48px;padding-right:48px;padding-bottom:40px;box-sizing:border-box}.dashboard-quick-actions,.dashboard-upcoming-tasks,.dashboard-upcoming-hearings{border-radius:8px;border:1px solid #E6EEF5;background:#fff}.dashboard-right-column{display:flex;flex-direction:column;gap:24px}.dashboard-quick-actions{width:225px;background:#fff;border-radius:8px;display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:8px;border:none;box-shadow:none}.dashboard-section-title{font-size:18px;font-weight:600;color:#1a2433;font-family:Inter,sans-serif;margin:20px 0 8px 18px;align-self:flex-start}.dashboard-quick-actions-list{display:flex;flex-direction:column;gap:8px;width:100%;padding-bottom:18px}.dashboard-quick-action-btn{background:none;border:none;color:#23394f;font-size:15.7px;font-family:Inter,sans-serif;font-weight:400;text-align:left;padding:10px 0 10px 18px;border-radius:4.5px;cursor:pointer;transition:background .2s;outline:none;box-shadow:none}.dashboard-quick-action-btn:hover{background:#f5f8fa;color:#1a2433}.dashboard-upcoming-tasks,.dashboard-upcoming-hearings{background:#fff;border-radius:12px;border:1px solid #E6EEF5;padding:24px 20px;display:flex;flex-direction:column;min-width:0}.dashboard-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.dashboard-section-controls{display:flex;gap:8px}.dashboard-filter-btn,.dashboard-viewall-btn{background:#fff;border:none;border-radius:6px;color:#768698;font-size:13px;font-weight:500;padding:6px 12px;cursor:pointer;transition:background .2s,color .2s;display:flex;align-items:center;gap:6px;font-family:Inter,sans-serif}.dashboard-filter-btn:hover,.dashboard-viewall-btn:hover{background:#f5f8fa;color:#1a2433}.dashboard-filter-btn:hover svg,.dashboard-viewall-btn:hover svg{stroke:#1a2433}.dashboard-filter-btn svg,.dashboard-viewall-btn svg{flex-shrink:0}.dashboard-task-list{display:flex;flex-direction:column;gap:16px}.dashboard-task-item{background:#f5f8fa;border-radius:8px;padding:14px 16px;display:flex;align-items:center;gap:16px;font-size:15px;font-family:Inter,sans-serif;border:1px solid #E6EEF5}.dashboard-task-desc{flex:2;color:#1a2433;font-weight:500}.dashboard-task-case{flex:1;color:#768698;font-size:13px}.dashboard-task-status{background:#e0f2fe;color:#3b82f6;font-size:12px;font-weight:600;border-radius:6px;padding:2px 10px;margin-left:8px}.dashboard-task-due{color:#f04438;font-size:12px;font-weight:600;margin-left:8px}@media (max-width: 1400px){.dashboard-main-container,.dashboard-header,.dashboard-nav-tabs,.dashboard-metrics-row,.dashboard-content-grid{padding-left:8px;padding-right:8px}}@media (max-width: 1024px){.dashboard-content-grid{grid-template-columns:1fr;gap:16px}.dashboard-right-column{gap:16px}.dashboard-metrics-row{flex-direction:column;gap:16px}}@media (max-width: 768px){.dashboard-header,.dashboard-nav-tabs,.dashboard-metrics-row,.dashboard-content-grid{padding-left:4px;padding-right:4px}.dashboard-header{flex-direction:column;height:auto;gap:12px}.dashboard-logo-section{margin-bottom:8px}}.dashboard-table-container{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#CBD5E0 #F7FAFC}.dashboard-table-container::-webkit-scrollbar{height:8px;width:8px}.dashboard-table-container::-webkit-scrollbar-track{background:#f7fafc;border-radius:4px}.dashboard-table-container::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.dashboard-table-container::-webkit-scrollbar-thumb:hover{background:#a0aec0}@media (max-width: 640px){.dashboard-table-container{font-size:10px}}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000}}}.collapse{visibility:collapse}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.z-10{z-index:10}.z-50{z-index:50}.container{width:100%}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.w-full{width:100%}.shrink-0{flex-shrink:0}.caption-bottom{caption-side:bottom}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.items-center{align-items:center}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.overflow-auto{overflow:auto}.rounded-full{border-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-transparent{border-color:#0000}.text-left{text-align:left}.align-middle{vertical-align:middle}.whitespace-nowrap{white-space:nowrap}.text-current{color:currentColor}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline-offset-4{text-underline-offset:4px}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}@media (hover:hover){.hover\:underline:hover{text-decoration-line:underline}}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.\[\&_tr\]\:border-b tr{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-style:var(--tw-border-style);border-width:0}.\[\&\>tr\]\:last\:border-b-0>tr:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}:root{color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}body{min-width:320px;min-height:100vh;margin:0;font-family:Inter,sans-serif}*{box-sizing:border-box}table,th,td{color:#000!important}th div[style*="color: #535862"] span,th div[style*="display: flex"] span[style*="color: #535862"],th div[style*="flexDirection: row"] span[style*="color: #535862"],th span[style*="color: #535862"]{color:#535862!important}th[class*=shadow-none]{box-shadow:none!important;background:#fafafa!important;outline:none!important}th:has(div:contains("Actions")){box-shadow:none!important;background:#fafafa!important;outline:none!important}th:has(span:contains("Actions")){box-shadow:none!important;background:#fafafa!important}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
