@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.user-table-container{width:100%;overflow-x:auto;padding:1rem;margin-bottom:2rem}.user-table{width:100%;border-collapse:collapse;background-color:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 8px #0000000d}.user-table th,.user-table td{padding:.85rem;text-align:center;vertical-align:middle;border-bottom:1px solid #e5e7eb;font-size:.875rem}.user-table th{background-color:#f3f4f6;font-weight:600;color:#374151;text-transform:uppercase;font-size:.75rem}.user-table td{vertical-align:middle!important}.user-table td.action-buttons{white-space:nowrap}.dark .user-table{background-color:#2d3748;color:#e2e8f0}.dark .user-table th{background-color:#4a5568;color:#e2e8f0;border-color:#4a5568}.dark .user-table td{border-color:#4a5568}.dark .user-table tr{background-color:#1a202c}.user-table tbody tr:hover{background-color:#f0f4f8;color:#008fb3;cursor:pointer}.dark .user-table tbody tr:hover{background-color:#334155;color:#dbeafe;cursor:pointer}.status-dropdown{padding:.5rem;border-radius:.375rem;border:1px solid #d1d5db;background-color:#fff;color:#111827;font-size:.875rem;transition:all .2s ease;width:6.75rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url('data:image/svg+xml,<svg fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" d="M19 9l-7 7-7-7"></path></svg>');background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem}.status-dropdown:hover,.status-dropdown:focus{border-color:#3b82f6;outline:none}.dark .status-dropdown{background-color:#4a5568;border-color:#718096;color:#e2e8f0}.dark .status-dropdown:hover,.dark .status-dropdown:focus{border-color:#63b3ed}.action-buttons{display:flex;justify-content:center;gap:.5rem;flex-wrap:nowrap}.action-buttons button,.action-buttons a{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .2s ease;border:1px solid transparent;height:2.25rem;min-width:4.5rem}.view-button{color:#2563eb;background-color:#eff6ff;border-color:#bfdbfe}.view-button:hover{background-color:#dbeafe;border-color:#93c5fd}.edit-button{color:#059669;background-color:#ecfdf5;border-color:#a7f3d0}.edit-button:hover{background-color:#d1fae5;border-color:#6ee7b7}.delete-button{color:#dc2626;background-color:#fef2f2;border-color:#fecaca}.delete-button:hover{background-color:#fee2e2;border-color:#fca5a5}.dark .edit-button{background-color:#065f46;border-color:#34d399;color:#d1fae5}.dark .edit-button:hover{background-color:#10b981;border-color:#6ee7b7;color:#fff}.dark .delete-button{background-color:#7f1d1d;border-color:#f87171;color:#fee2e2}.dark .delete-button:hover{background-color:#ef4444;border-color:#fecaca;color:#fff}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:50}.modal{background-color:#fff;border-radius:.75rem;padding:2rem;width:90%;max-width:500px;box-shadow:0 20px 50px #0003;z-index:60;animation:fadeIn .3s ease-in-out;color:#2d3748}.modal h2{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.modal p{margin-bottom:1.5rem;line-height:1.5;font-size:1rem;color:#2d3748}.modal .form-group-inline{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.modal .form-group-inline label{white-space:nowrap;font-weight:600;font-size:.95rem}.modal input[type=password]{flex:1;padding:.5rem .75rem;border:1px solid #ccc;border-radius:.375rem;font-size:.95rem;background-color:#fff;color:#2d3748}.modal-actions{display:flex;justify-content:flex-end;gap:1rem}.btn.btn-secondary,.btn.btn-danger{min-width:120px;padding:.6rem 1.4rem;font-weight:600;font-size:.95rem;border-radius:.375rem;border:1px solid transparent;cursor:pointer;transition:all .3s ease}.btn.btn-secondary{background-color:#edf2f7;color:#2d3748;border:1px solid #2d3748}.btn.btn-secondary:hover{background-color:#e2e8f0;border-color:#a0aec0}.btn.btn-danger{background-color:#e53e3e;color:#fff;border:1px solid #c53030}.btn.btn-danger:hover{background-color:#c53030;border-color:#9b2c2c}.dark .modal{background-color:#2d3748;color:#e2e8f0;box-shadow:0 20px 50px #0009}.dark .modal p{color:#e2e8f0}.dark .modal input[type=password]{background-color:#4a5568;border-color:#718096;color:#e2e8f0}.dark .btn.btn-secondary{background-color:#4a5568;color:#edf2f7;border:1px solid #718096}.dark .btn.btn-secondary:hover{background-color:#2d3748;border-color:#a0aec0}.modal-input{width:100%;box-sizing:border-box;padding:.5rem .75rem;border:1px solid #ccc;border-radius:.375rem;font-size:.95rem;background-color:#fff;color:#2d3748}@media (max-width: 640px){.user-table thead{display:none}.user-table,.user-table tbody,.user-table tr,.user-table td{display:block;width:100%}.user-table tr{margin-bottom:1.5rem;background-color:#f9fafb;border-radius:.5rem;padding:1rem;box-shadow:0 1px 2px #0000000d}.user-table td{text-align:right;padding-left:50%;position:relative}.user-table td:before{content:attr(data-label);position:absolute;left:1rem;width:45%;text-align:left;font-weight:600;color:#6b7280}.user-table td.action-buttons{padding-left:1rem;text-align:right;display:flex;justify-content:flex-end}.user-table td.action-buttons:before{display:block;position:static;width:100%;text-align:left;margin-bottom:.5rem}}@media (max-width: 1024px){.action-buttons{flex-direction:column;gap:.5rem}.action-buttons button{width:100%;margin:.25rem 0!important}.user-table td.action-buttons{white-space:normal}}@media screen and (max-width: 1366px){.register-container{margin-top:20rem}}.success-message{padding:1rem;margin-bottom:1.5rem;background-color:#d1fae5;color:#065f46;border-radius:.5rem;border-left:4px solid #10b981;display:flex;align-items:center;font-weight:500;animation:fadeInOut 3s ease-in-out forwards}.success-message:before{content:"✓";margin-right:.75rem;font-size:1.25rem}.dark .success-message{background-color:#064e3b;color:#6ee7b7;border-left-color:#10b981}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeInOut{0%{opacity:0;transform:translateY(-10px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.pagination-container{background-color:#fff;padding:1rem;border-radius:.5rem}.dark .pagination-container{background-color:#2d3748cc;padding:1rem;border-radius:.5rem;color:#fff}.pagination-container .pagination li a,.pagination-container .pagination li span{color:#1a1a1a}.dark .pagination-container .pagination li a,.dark .pagination-container .pagination li span{background-color:transparent;color:#fff;border-color:#4a5568}.pagination-container .pagination li.active span{background-color:#4299e1;color:#fff}.dark .pagination-container .pagination li.active span{background-color:#4a5568;color:#fff}.dark .pagination-container>p:first-child{display:none}.pagination-container>p:first-child{color:#4a5568;margin-bottom:.5rem}.search-bar{position:relative;display:inline-block;width:100%}.search-input{padding-right:40px;width:100%}.search-bar .fa-search{position:absolute;right:15px;top:35%;transform:translateY(-50%);color:#777;pointer-events:none}.dark .search-input{background-color:#1a1a1a;color:#fff;border-color:#4a5568}.dark .search-input::-moz-placeholder{color:#a0aec0}.dark .search-input::placeholder{color:#a0aec0}.edit-account-container{max-width:800px;margin:2rem auto;padding:2rem;border-radius:1rem;background-color:#fff;box-shadow:0 4px 20px #00000014;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.edit-account-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.edit-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 768px){.edit-form-grid{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;margin-bottom:1rem}.form-label{margin-bottom:.5rem;font-weight:500;color:#334155;font-size:.95rem}.form-input,.select-input{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:.5rem;background-color:#f8fafc;font-size:1rem;transition:border .2s ease,box-shadow .2s ease}.form-input:focus,.select-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 .25rem #3b82f640}.select-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em}.form-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s ease;border:1px solid transparent;cursor:pointer}.success-message{background-color:#dcfce7;color:#166534;padding:1rem;border-radius:.75rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.error-message{background-color:#fee2e2;color:#b91c1c;padding:.75rem;border-radius:.5rem;margin-top:.5rem;font-size:.875rem}.user-info-footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;color:#64748b;font-size:.875rem;text-align:center}input[type=file]{width:100%;display:block;box-sizing:border-box;padding:.5rem 1rem;font-size:1rem;line-height:1.5;border:1px solid #d1d5db;background-color:#f9fafb;color:#374151;border-radius:0;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}input[type=file]::file-selector-button{padding:.5rem 1rem;margin-right:.5rem;background-color:#e5e7eb;border:none;font-weight:500;color:#1f2937;cursor:pointer;border-radius:0;transition:background-color .2s ease}input[type=file]::file-selector-button:hover{background-color:#d1d5db}input[type=file]:hover{background-color:#f3f4f6}input[type=file]:focus{outline:2px solid #3b82f6;outline-offset:2px;border-color:#3b82f6}.dark .edit-account-container{background-color:#1e293b;box-shadow:0 4px 20px #00000040}.dark .edit-account-title{color:#f1f5f9;border-bottom-color:#334155}.dark .form-label{color:#cbd5e1}.dark .form-input,.dark .select-input,.dark textarea,.dark input[type=text],.dark input[type=email],.dark input[type=password],.dark input[type=file],.dark select{background-color:#0f172a;border-color:#334155;color:#d1d5db;transition:all .2s ease}.dark .form-input::-moz-placeholder,.dark .select-input::-moz-placeholder,.dark input::-moz-placeholder,.dark textarea::-moz-placeholder{color:#64748b}.dark .form-input::placeholder,.dark .select-input::placeholder,.dark input::placeholder,.dark textarea::placeholder{color:#64748b}.dark .form-input:focus,.dark .select-input:focus,.dark input:focus,.dark textarea:focus,.dark select:focus{border-color:#3b82f6;box-shadow:0 0 0 .25rem #3b82f64d;background-color:#1e293b}.dark .form-actions{border-top-color:#334155}.dark .btn-primary{background-color:#1d4ed8;color:#dbeafe}.dark .btn-primary:hover{background-color:#3b82f6}.dark .btn-secondary{background-color:#334155;color:#e2e8f0;border-color:#475569}.dark .btn-secondary:hover{background-color:#475569}.dark .success-message{background-color:#166534;color:#dcfce7}.dark .error-message{background-color:#7f1d1d;color:#fecaca}.dark .user-info-footer{border-top-color:#334155;color:#94a3b8}.form-input,.select-input,input[type=text],input[type=email],input[type=password],input[type=file],select,textarea{transition:all .2s ease;color:#1f2937}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af}input::placeholder,textarea::placeholder{color:#9ca3af}.edit-button{padding:.5rem 1rem;border-radius:.5rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease;border:1px solid;background-color:#f0fdf4;border-color:#86efac;color:#166534}.edit-button:hover{background-color:#86efac;border-color:#4ade80;color:#14532d}.dark .edit-button{background-color:#14532d;border-color:#22c55e;color:#dcfce7}.dark .edit-button:hover{background-color:#22c55e;border-color:#4ade80;color:#fff}.dark input[type=file]{background-color:#1e293b;border-color:#475569;color:#e2e8f0}.dark input[type=file]::file-selector-button{background-color:#334155;color:#f1f5f9}.dark input[type=file]::file-selector-button:hover{background-color:#475569}.view-button{background-color:#dbeafe;border:1px solid #93c5fd;color:#1e40af;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease}.view-button:hover{background-color:#93c5fd;border-color:#60a5fa;color:#1e3a8a}.dark .view-button{background-color:#1e3a8a;border-color:#3b82f6;color:#e0f2fe}.dark .view-button:hover{background-color:#3b82f6;border-color:#60a5fa;color:#fff}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 25px #0003;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;padding:1.5rem}.modal-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#1f2937}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151;font-size:.875rem}.form-input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#f9fafb;font-size:.875rem}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;border-radius:.5rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;text-decoration:none;border:1px solid transparent}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1d4ed8}.btn-secondary{background-color:#f1f5f9;color:#334155;border:1px solid #cbd5e1}.btn-secondary:hover{background-color:#e2e8f0}.btn-danger{background-color:#dc2626;color:#fff}.btn-danger:hover{background-color:#b91c1c}.error{display:block;margin-top:.25rem;font-size:.75rem;color:#ef4444}.asset-details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;color:#111827}.detail-group{margin-bottom:1rem}.detail-group label{display:block;font-weight:500;color:#4b5563;font-size:.875rem;margin-bottom:.25rem}.detail-group p{font-size:.875rem;color:#111827;padding:.5rem;background-color:#f9fafb;border-radius:.375rem}@media (max-width: 640px){.asset-table thead{display:none}.asset-table,.asset-table tbody,.asset-table tr,.asset-table td{display:block;width:100%}.asset-table tr{margin-bottom:1.5rem;background-color:#f9fafb;border-radius:.5rem;padding:1rem;box-shadow:0 1px 2px #0000000d}.asset-table td{text-align:right;padding-left:50%;position:relative}.asset-table td:before{content:attr(data-label);position:absolute;left:1rem;width:45%;text-align:left;font-weight:600;color:#6b7280}.asset-table td.action-buttons{padding-left:1rem;text-align:right;display:flex;justify-content:flex-end;white-space:normal}.asset-table td.action-buttons:before{display:block;position:static;width:100%;text-align:left;margin-bottom:.5rem}.form-grid,.asset-details-grid{grid-template-columns:1fr}}@media (max-width: 1024px){.action-buttons{flex-direction:column;gap:.5rem}.action-buttons button{width:100%;margin:.25rem 0!important}.asset-table td.action-buttons{white-space:normal}}@media (max-width: 576px){.action-bar{flex-direction:column;align-items:stretch}.action-bar .search-bar{width:100%}.modal{padding:1rem}}.dark .form-group label{color:#e2e8f0}.dark .form-input{background-color:#1a202c;border-color:#4a5568;color:#e2e8f0}.dark .form-input:focus{border-color:#63b3ed;box-shadow:0 0 0 3px #63b3ed4d;outline:none}.dark .modal-backdrop{background-color:#1a202ce6}.dark .modal{background-color:#2d3748;color:#e2e8f0;border-radius:.5rem;box-shadow:0 10px 25px #00000080}.dark .modal-title{color:#edf2f7;border-bottom:1px solid #4a5568;padding-bottom:.5rem;margin-bottom:1rem}.dark .asset-details-grid{display:grid;gap:1rem}.dark .detail-group label{color:#cbd5e0;font-weight:600}.dark .detail-group p{color:#e2e8f0;margin-top:.25rem;background-color:#ffffff0d;padding:.375rem .5rem;border-radius:.375rem;font-weight:500;width:100%;max-width:calc(100% - 1rem);display:block;box-sizing:border-box}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.modal-header .modal-title{margin:0;font-size:1.25rem;font-weight:600;color:#2d3748}.dark .modal-header .modal-title{color:#edf2f7}.modal-header .btn-secondary{margin-left:auto}.btn-sm-custom{font-size:.75rem;padding:.25rem .5rem;border-radius:.2rem}.modal-footer{display:flex;justify-content:center;padding:1rem 0 0}.dark .btn-secondary{background-color:#4a5568;color:#e2e8f0;border:none}.dark .btn-secondary:hover{background-color:#2d3748}.modal-actions .btn-update,.modal-actions .btn-cancel{display:inline-flex;align-items:center;gap:8px;padding:.6rem 1.2rem;font-size:1rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease}.modal-actions .btn-update i,.modal-actions .btn-cancel i{font-size:1rem}.modal-actions .btn-update{background-color:#0d6efd;color:#fff}.modal-actions .btn-update:hover{background-color:#0b5ed7;box-shadow:0 0 0 .2rem #0d6efd40}.modal-actions .btn-cancel{background-color:#6c757d;color:#fff}.modal-actions .btn-cancel:hover{background-color:#5c636a;box-shadow:0 0 0 .2rem #6c757d40}.modal-delete{width:500px;padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 4px 15px #0003;margin:0 auto;text-align:center}.modal-delete .modal-title{font-size:1.2rem;margin-bottom:10px}.modal-delete .modal-text{font-size:.95rem;margin-bottom:20px}.modal-delete .modal-actions{display:flex;justify-content:center;gap:10px}@media (max-width: 600px){.modal-delete{width:90%;padding:16px}.modal-delete .modal-title{font-size:1.1rem}.modal-delete .modal-text{font-size:.9rem}.modal-delete .modal-actions{flex-direction:column;gap:10px}.modal-delete .btn{width:100%}}.view-grid p{color:#333!important}.dark .asset-details{background-color:#1e293b!important;border:1px solid #334155!important;border-radius:.5rem;padding:1rem}.dark .asset-details p.text-sm{color:#94a3b8!important}.dark .asset-details p.text-base{color:#e2e8f0!important}.status-badge{display:inline-flex;align-items:center;padding:.3rem .6rem;font-size:.75rem;font-weight:600;border-radius:9999px;line-height:1.25;white-space:nowrap;transition:background-color .3s ease,color .3s ease;box-shadow:0 0 0 1px #0000000d}.status-badge:hover{opacity:.9;cursor:pointer}.expiration-table tbody tr:hover,.dark .expiration-table tbody tr:hover{background-color:inherit!important;color:inherit!important;cursor:default!important}.dark .chart-section{color:#f3f4f6!important}.dark .chart-section *{color:#f3f4f6!important;fill:#f3f4f6!important}.dark .chart-section .box-body{background-color:transparent}.box-title{font-size:1rem!important;font-weight:600!important;color:#1f2937!important;line-height:1.5;margin-bottom:.5rem}.dark .box-title{color:#f3f4f6!important}.borrow-details h3,.return-details h3{font-size:14px;font-weight:600;margin-bottom:12px;color:#333}.borrow-details .details-table,.return-details .details-table{width:100%;border-collapse:collapse;font-size:12px}.details-table thead th{background-color:#f0f0f0;color:#333;text-align:left;padding:8px 10px;border-bottom:2px solid #ccc;font-weight:600}.details-table tbody td{padding:8px 10px;border-bottom:1px solid #e0e0e0;vertical-align:top;color:#444}.details-table tbody tr:nth-child(2n){background-color:#fafafa}.status-badge{padding:2px 6px;border-radius:4px;font-size:11px;font-weight:500}.status-badge.returned{background-color:#d1fae5;color:#065f46}.status-badge.pending{background-color:#fef3c7;color:#92400e}.status-badge.damaged{background-color:#fee2e2;color:#991b1b}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Figtree,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (forced-colors: active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.form-input,.form-textarea,.form-select,.form-multiselect{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}.form-input:focus,.form-textarea:focus,.form-select:focus,.form-multiselect:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:#6b7280;opacity:1}.form-input::placeholder,.form-textarea::placeholder{color:#6b7280;opacity:1}.form-input::-webkit-datetime-edit-fields-wrapper{padding:0}.form-input::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}.form-input::-webkit-datetime-edit{display:inline-flex}.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}.form-checkbox,.form-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}.form-checkbox{border-radius:0}.form-checkbox:focus,.form-radio:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.form-checkbox:checked,.form-radio:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}.form-checkbox:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors: active){.form-checkbox:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus{border-color:transparent;background-color:currentColor}.form-checkbox:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (forced-colors: active){.form-checkbox:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus{border-color:transparent;background-color:currentColor}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: 17 24 39;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.pointer-events-none{pointer-events:none!important}.collapse{visibility:collapse!important}.static{position:static!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.inset-0{top:0!important;right:0!important;bottom:0!important;left:0!important}.inset-y-0{top:0!important;bottom:0!important}.bottom-0{bottom:0!important}.bottom-1{bottom:.25rem!important}.bottom-4{bottom:1rem!important}.end-0{inset-inline-end:0px!important}.left-0{left:0!important}.right-0{right:0!important}.right-3{right:.75rem!important}.right-4{right:1rem!important}.start-0{inset-inline-start:0px!important}.top-0{top:0!important}.top-1{top:.25rem!important}.top-1\/2{top:50%!important}.z-0{z-index:0!important}.z-10{z-index:10!important}.z-50{z-index:50!important}.col-span-2{grid-column:span 2 / span 2!important}.col-span-6{grid-column:span 6 / span 6!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.-mb-px{margin-bottom:-1px!important}.-me-0\.5{margin-inline-end:-.125rem!important}.-me-1{margin-inline-end:-.25rem!important}.-me-2{margin-inline-end:-.5rem!important}.-ml-8{margin-left:-2rem!important}.-ml-px{margin-left:-1px!important}.-mt-\[4\.9rem\]{margin-top:-4.9rem!important}.mb-0{margin-bottom:0!important}.mb-0\.5{margin-bottom:.125rem!important}.mb-1{margin-bottom:.25rem!important}.mb-10{margin-bottom:2.5rem!important}.mb-16{margin-bottom:4rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:.75rem!important}.mb-4{margin-bottom:1rem!important}.mb-5{margin-bottom:1.25rem!important}.mb-6{margin-bottom:1.5rem!important}.mb-8{margin-bottom:2rem!important}.me-2{margin-inline-end:.5rem!important}.me-3{margin-inline-end:.75rem!important}.ml-1{margin-left:.25rem!important}.ml-2{margin-left:.5rem!important}.ml-3{margin-left:.75rem!important}.ml-4{margin-left:1rem!important}.mr-1{margin-right:.25rem!important}.mr-2{margin-right:.5rem!important}.mr-3{margin-right:.75rem!important}.mr-4{margin-right:1rem!important}.ms-1{margin-inline-start:.25rem!important}.ms-2{margin-inline-start:.5rem!important}.ms-3{margin-inline-start:.75rem!important}.ms-4{margin-inline-start:1rem!important}.ms-6{margin-inline-start:1.5rem!important}.mt-0\.5{margin-top:.125rem!important}.mt-1{margin-top:.25rem!important}.mt-10{margin-top:2.5rem!important}.mt-12{margin-top:3rem!important}.mt-16{margin-top:4rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:.75rem!important}.mt-4{margin-top:1rem!important}.mt-5{margin-top:1.25rem!important}.mt-6{margin-top:1.5rem!important}.mt-8{margin-top:2rem!important}.block{display:block!important}.inline-block{display:inline-block!important}.inline{display:inline!important}.flex{display:flex!important}.inline-flex{display:inline-flex!important}.table{display:table!important}.grid{display:grid!important}.hidden{display:none!important}.aspect-\[335\/376\]{aspect-ratio:335/376!important}.size-10{width:2.5rem!important;height:2.5rem!important}.size-12{width:3rem!important;height:3rem!important}.size-16{width:4rem!important;height:4rem!important}.size-20{width:5rem!important;height:5rem!important}.size-4{width:1rem!important;height:1rem!important}.size-5{width:1.25rem!important;height:1.25rem!important}.size-6{width:1.5rem!important;height:1.5rem!important}.size-8{width:2rem!important;height:2rem!important}.h-1{height:.25rem!important}.h-1\.5{height:.375rem!important}.h-10{height:2.5rem!important}.h-11{height:2.75rem!important}.h-12{height:3rem!important}.h-14{height:3.5rem!important}.h-16{height:4rem!important}.h-2{height:.5rem!important}.h-2\.5{height:.625rem!important}.h-3{height:.75rem!important}.h-3\.5{height:.875rem!important}.h-32{height:8rem!important}.h-4{height:1rem!important}.h-5{height:1.25rem!important}.h-6{height:1.5rem!important}.h-60{height:15rem!important}.h-64{height:16rem!important}.h-9{height:2.25rem!important}.h-full{height:100%!important}.h-screen{height:100vh!important}.max-h-48{max-height:12rem!important}.max-h-60{max-height:15rem!important}.max-h-96{max-height:24rem!important}.max-h-\[90vh\]{max-height:90vh!important}.min-h-screen{min-height:100vh!important}.w-0{width:0px!important}.w-1{width:.25rem!important}.w-1\.5{width:.375rem!important}.w-1\/2{width:50%!important}.w-10{width:2.5rem!important}.w-11{width:2.75rem!important}.w-12{width:3rem!important}.w-2{width:.5rem!important}.w-2\.5{width:.625rem!important}.w-20{width:5rem!important}.w-3{width:.75rem!important}.w-3\.5{width:.875rem!important}.w-3\/4{width:75%!important}.w-32{width:8rem!important}.w-4{width:1rem!important}.w-48{width:12rem!important}.w-5{width:1.25rem!important}.w-6{width:1.5rem!important}.w-60{width:15rem!important}.w-64{width:16rem!important}.w-80{width:20rem!important}.w-\[100px\]{width:100px!important}.w-\[120px\]{width:120px!important}.w-\[448px\]{width:448px!important}.w-\[80px\]{width:80px!important}.w-\[90\%\]{width:90%!important}.w-\[95\%\]{width:95%!important}.w-auto{width:auto!important}.w-full{width:100%!important}.w-screen{width:100vw!important}.min-w-0{min-width:0px!important}.min-w-\[120px\]{min-width:120px!important}.min-w-full{min-width:100%!important}.max-w-3xl{max-width:48rem!important}.max-w-48{max-width:12rem!important}.max-w-4xl{max-width:56rem!important}.max-w-5xl{max-width:64rem!important}.max-w-6xl{max-width:72rem!important}.max-w-7xl{max-width:80rem!important}.max-w-\[335px\]{max-width:335px!important}.max-w-\[42rem\]{max-width:42rem!important}.max-w-\[52rem\]{max-width:52rem!important}.max-w-md{max-width:28rem!important}.max-w-none{max-width:none!important}.max-w-screen-xl{max-width:1280px!important}.max-w-xl{max-width:36rem!important}.max-w-xs{max-width:20rem!important}.flex-1{flex:1 1 0%!important}.flex-shrink-0,.shrink-0{flex-shrink:0!important}.flex-grow{flex-grow:1!important}.border-collapse{border-collapse:collapse!important}.origin-top{transform-origin:top!important}.-translate-y-1\/2{--tw-translate-y: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.translate-x-1\/2{--tw-translate-x: 50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.translate-y-0{--tw-translate-y: 0px !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.translate-y-4{--tw-translate-y: 1rem !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-100{--tw-scale-x: 1 !important;--tw-scale-y: 1 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-95{--tw-scale-x: .95 !important;--tw-scale-y: .95 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite!important}.cursor-default{cursor:default!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-pointer{cursor:pointer!important}.resize-none{resize:none!important}.list-inside{list-style-position:inside!important}.list-disc{list-style-type:disc!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.flex-row{flex-direction:row!important}.flex-col{flex-direction:column!important}.flex-col-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.items-start{align-items:flex-start!important}.items-center{align-items:center!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.justify-items-center{justify-items:center!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.gap-6{gap:1.5rem!important}.gap-8{gap:2rem!important}.gap-x-10{-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.gap-y-6{row-gap:1.5rem!important}.gap-y-8{row-gap:2rem!important}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(.25rem * var(--tw-space-x-reverse))!important;margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))!important}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(.5rem * var(--tw-space-x-reverse))!important;margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))!important}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(.75rem * var(--tw-space-x-reverse))!important;margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))!important}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(1rem * var(--tw-space-x-reverse))!important;margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))!important}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(1.5rem * var(--tw-space-x-reverse))!important;margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))!important}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(2rem * var(--tw-space-x-reverse))!important;margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))!important}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.25rem * var(--tw-space-y-reverse))!important}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.5rem * var(--tw-space-y-reverse))!important}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1rem * var(--tw-space-y-reverse))!important}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))!important}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0 !important;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)))!important;border-bottom-width:calc(1px * var(--tw-divide-y-reverse))!important}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1 !important;border-color:rgb(243 244 246 / var(--tw-divide-opacity, 1))!important}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1 !important;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-x-auto{overflow-x:auto!important}.overflow-y-auto{overflow-y:auto!important}.truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.whitespace-nowrap{white-space:nowrap!important}.whitespace-pre-line{white-space:pre-line!important}.break-words{overflow-wrap:break-word!important}.break-all{word-break:break-all!important}.rounded{border-radius:.25rem!important}.rounded-2xl{border-radius:1rem!important}.rounded-full{border-radius:9999px!important}.rounded-lg{border-radius:.5rem!important}.rounded-md{border-radius:.375rem!important}.rounded-sm{border-radius:.125rem!important}.rounded-xl{border-radius:.75rem!important}.rounded-b-none{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-l-md{border-top-left-radius:.375rem!important;border-bottom-left-radius:.375rem!important}.rounded-r-md{border-top-right-radius:.375rem!important;border-bottom-right-radius:.375rem!important}.rounded-t-lg{border-top-left-radius:.5rem!important;border-top-right-radius:.5rem!important}.rounded-t-none{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-bl-lg{border-bottom-left-radius:.5rem!important}.rounded-br-lg{border-bottom-right-radius:.5rem!important}.border{border-width:1px!important}.border-2{border-width:2px!important}.border-4{border-width:4px!important}.border-b{border-bottom-width:1px!important}.border-b-2{border-bottom-width:2px!important}.border-l-4{border-left-width:4px!important}.border-t{border-top-width:1px!important}.border-\[\#19140035\]{border-color:#19140035!important}.border-\[\#e3e3e0\]{--tw-border-opacity: 1 !important;border-color:rgb(227 227 224 / var(--tw-border-opacity, 1))!important}.border-black{--tw-border-opacity: 1 !important;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))!important}.border-blue-200{--tw-border-opacity: 1 !important;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))!important}.border-blue-300{--tw-border-opacity: 1 !important;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))!important}.border-blue-400{--tw-border-opacity: 1 !important;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))!important}.border-blue-500{--tw-border-opacity: 1 !important;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))!important}.border-gray-100{--tw-border-opacity: 1 !important;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))!important}.border-gray-200{--tw-border-opacity: 1 !important;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))!important}.border-gray-300{--tw-border-opacity: 1 !important;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))!important}.border-green-200{--tw-border-opacity: 1 !important;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))!important}.border-green-300{--tw-border-opacity: 1 !important;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))!important}.border-green-400{--tw-border-opacity: 1 !important;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))!important}.border-green-500{--tw-border-opacity: 1 !important;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))!important}.border-indigo-400{--tw-border-opacity: 1 !important;border-color:rgb(129 140 248 / var(--tw-border-opacity, 1))!important}.border-red-300{--tw-border-opacity: 1 !important;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))!important}.border-red-400{--tw-border-opacity: 1 !important;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))!important}.border-red-500{--tw-border-opacity: 1 !important;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))!important}.border-transparent{border-color:transparent!important}.border-white{--tw-border-opacity: 1 !important;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))!important}.border-white\/30{border-color:#ffffff4d!important}.border-yellow-300{--tw-border-opacity: 1 !important;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))!important}.border-yellow-400{--tw-border-opacity: 1 !important;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))!important}.bg-\[\#1b1b18\]{--tw-bg-opacity: 1 !important;background-color:rgb(27 27 24 / var(--tw-bg-opacity, 1))!important}.bg-\[\#FDFDFC\]{--tw-bg-opacity: 1 !important;background-color:rgb(253 253 252 / var(--tw-bg-opacity, 1))!important}.bg-\[\#dbdbd7\]{--tw-bg-opacity: 1 !important;background-color:rgb(219 219 215 / var(--tw-bg-opacity, 1))!important}.bg-\[\#fff2f2\]{--tw-bg-opacity: 1 !important;background-color:rgb(255 242 242 / var(--tw-bg-opacity, 1))!important}.bg-black{--tw-bg-opacity: 1 !important;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))!important}.bg-blue-100{--tw-bg-opacity: 1 !important;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))!important}.bg-blue-50{--tw-bg-opacity: 1 !important;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))!important}.bg-blue-500{--tw-bg-opacity: 1 !important;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))!important}.bg-blue-600{--tw-bg-opacity: 1 !important;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))!important}.bg-gray-100{--tw-bg-opacity: 1 !important;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))!important}.bg-gray-200{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))!important}.bg-gray-300{--tw-bg-opacity: 1 !important;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))!important}.bg-gray-400{--tw-bg-opacity: 1 !important;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))!important}.bg-gray-50{--tw-bg-opacity: 1 !important;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))!important}.bg-gray-500{--tw-bg-opacity: 1 !important;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))!important}.bg-gray-600{--tw-bg-opacity: 1 !important;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))!important}.bg-gray-800{--tw-bg-opacity: 1 !important;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))!important}.bg-green-100{--tw-bg-opacity: 1 !important;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))!important}.bg-green-200{--tw-bg-opacity: 1 !important;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))!important}.bg-green-50{--tw-bg-opacity: 1 !important;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))!important}.bg-green-500{--tw-bg-opacity: 1 !important;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))!important}.bg-green-600{--tw-bg-opacity: 1 !important;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))!important}.bg-indigo-100{--tw-bg-opacity: 1 !important;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))!important}.bg-indigo-50{--tw-bg-opacity: 1 !important;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))!important}.bg-indigo-500{--tw-bg-opacity: 1 !important;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))!important}.bg-indigo-600{--tw-bg-opacity: 1 !important;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))!important}.bg-orange-300{--tw-bg-opacity: 1 !important;background-color:rgb(253 186 116 / var(--tw-bg-opacity, 1))!important}.bg-orange-400{--tw-bg-opacity: 1 !important;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))!important}.bg-orange-50{--tw-bg-opacity: 1 !important;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))!important}.bg-orange-500{--tw-bg-opacity: 1 !important;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))!important}.bg-purple-500{--tw-bg-opacity: 1 !important;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))!important}.bg-red-100{--tw-bg-opacity: 1 !important;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))!important}.bg-red-200{--tw-bg-opacity: 1 !important;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))!important}.bg-red-50{--tw-bg-opacity: 1 !important;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))!important}.bg-red-500{--tw-bg-opacity: 1 !important;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))!important}.bg-red-600{--tw-bg-opacity: 1 !important;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))!important}.bg-red-700{--tw-bg-opacity: 1 !important;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))!important}.bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.bg-white\/70{background-color:#ffffffb3!important}.bg-white\/80{background-color:#fffc!important}.bg-yellow-100{--tw-bg-opacity: 1 !important;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))!important}.bg-yellow-200{--tw-bg-opacity: 1 !important;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))!important}.bg-yellow-50{--tw-bg-opacity: 1 !important;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))!important}.bg-yellow-500{--tw-bg-opacity: 1 !important;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))!important}.bg-yellow-600{--tw-bg-opacity: 1 !important;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))!important}.bg-opacity-25{--tw-bg-opacity: .25 !important}.bg-opacity-40{--tw-bg-opacity: .4 !important}.bg-opacity-50{--tw-bg-opacity: .5 !important}.bg-cover{background-size:cover!important}.bg-center{background-position:center!important}.bg-no-repeat{background-repeat:no-repeat!important}.fill-black{fill:#000!important}.fill-indigo-500{fill:#6366f1!important}.stroke-gray-400{stroke:#9ca3af!important}.object-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-cover{-o-object-fit:cover!important;object-fit:cover!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:.75rem!important}.p-4{padding:1rem!important}.p-6{padding:1.5rem!important}.p-8{padding:2rem!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-0\.5{padding-top:.125rem!important;padding-bottom:.125rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-1\.5{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-8{padding-top:2rem!important;padding-bottom:2rem!important}.pb-1{padding-bottom:.25rem!important}.pb-12{padding-bottom:3rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:.75rem!important}.pb-4{padding-bottom:1rem!important}.pe-4{padding-inline-end:1rem!important}.pr-10{padding-right:2.5rem!important}.pr-3{padding-right:.75rem!important}.ps-3{padding-inline-start:.75rem!important}.pt-0\.5{padding-top:.125rem!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-20{padding-top:5rem!important}.pt-4{padding-top:1rem!important}.pt-5{padding-top:1.25rem!important}.pt-6{padding-top:1.5rem!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-justify{text-align:justify!important}.text-start{text-align:start!important}.text-end{text-align:end!important}.font-inter{font-family:Inter,sans-serif!important}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.font-sans{font-family:Figtree,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-5xl{font-size:3rem!important;line-height:1!important}.text-6xl{font-size:3.75rem!important;line-height:1!important}.text-9xl{font-size:8rem!important;line-height:1!important}.text-\[12px\]{font-size:12px!important}.text-\[13px\]{font-size:13px!important}.text-\[14px\]{font-size:14px!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.font-bold{font-weight:700!important}.font-medium{font-weight:500!important}.font-normal{font-weight:400!important}.font-semibold{font-weight:600!important}.uppercase{text-transform:uppercase!important}.normal-case{text-transform:none!important}.italic{font-style:italic!important}.leading-4{line-height:1rem!important}.leading-5{line-height:1.25rem!important}.leading-\[20px\]{line-height:20px!important}.leading-none{line-height:1!important}.leading-normal{line-height:1.5!important}.leading-relaxed{line-height:1.625!important}.leading-snug{line-height:1.375!important}.leading-tight{line-height:1.25!important}.tracking-wide{letter-spacing:.025em!important}.tracking-wider{letter-spacing:.05em!important}.tracking-widest{letter-spacing:.1em!important}.text-\[\#1b1b18\]{--tw-text-opacity: 1 !important;color:rgb(27 27 24 / var(--tw-text-opacity, 1))!important}.text-\[\#706f6c\]{--tw-text-opacity: 1 !important;color:rgb(112 111 108 / var(--tw-text-opacity, 1))!important}.text-\[\#F53003\],.text-\[\#f53003\]{--tw-text-opacity: 1 !important;color:rgb(245 48 3 / var(--tw-text-opacity, 1))!important}.text-blue-400{--tw-text-opacity: 1 !important;color:rgb(96 165 250 / var(--tw-text-opacity, 1))!important}.text-blue-500{--tw-text-opacity: 1 !important;color:rgb(59 130 246 / var(--tw-text-opacity, 1))!important}.text-blue-600{--tw-text-opacity: 1 !important;color:rgb(37 99 235 / var(--tw-text-opacity, 1))!important}.text-blue-700{--tw-text-opacity: 1 !important;color:rgb(29 78 216 / var(--tw-text-opacity, 1))!important}.text-blue-800{--tw-text-opacity: 1 !important;color:rgb(30 64 175 / var(--tw-text-opacity, 1))!important}.text-blue-900{--tw-text-opacity: 1 !important;color:rgb(30 58 138 / var(--tw-text-opacity, 1))!important}.text-gray-200{--tw-text-opacity: 1 !important;color:rgb(229 231 235 / var(--tw-text-opacity, 1))!important}.text-gray-400{--tw-text-opacity: 1 !important;color:rgb(156 163 175 / var(--tw-text-opacity, 1))!important}.text-gray-500{--tw-text-opacity: 1 !important;color:rgb(107 114 128 / var(--tw-text-opacity, 1))!important}.text-gray-600{--tw-text-opacity: 1 !important;color:rgb(75 85 99 / var(--tw-text-opacity, 1))!important}.text-gray-700{--tw-text-opacity: 1 !important;color:rgb(55 65 81 / var(--tw-text-opacity, 1))!important}.text-gray-800{--tw-text-opacity: 1 !important;color:rgb(31 41 55 / var(--tw-text-opacity, 1))!important}.text-gray-900{--tw-text-opacity: 1 !important;color:rgb(17 24 39 / var(--tw-text-opacity, 1))!important}.text-green-400{--tw-text-opacity: 1 !important;color:rgb(74 222 128 / var(--tw-text-opacity, 1))!important}.text-green-500{--tw-text-opacity: 1 !important;color:rgb(34 197 94 / var(--tw-text-opacity, 1))!important}.text-green-600{--tw-text-opacity: 1 !important;color:rgb(22 163 74 / var(--tw-text-opacity, 1))!important}.text-green-700{--tw-text-opacity: 1 !important;color:rgb(21 128 61 / var(--tw-text-opacity, 1))!important}.text-green-800{--tw-text-opacity: 1 !important;color:rgb(22 101 52 / var(--tw-text-opacity, 1))!important}.text-green-900{--tw-text-opacity: 1 !important;color:rgb(20 83 45 / var(--tw-text-opacity, 1))!important}.text-indigo-600{--tw-text-opacity: 1 !important;color:rgb(79 70 229 / var(--tw-text-opacity, 1))!important}.text-indigo-700{--tw-text-opacity: 1 !important;color:rgb(67 56 202 / var(--tw-text-opacity, 1))!important}.text-indigo-800{--tw-text-opacity: 1 !important;color:rgb(55 48 163 / var(--tw-text-opacity, 1))!important}.text-orange-900{--tw-text-opacity: 1 !important;color:rgb(124 45 18 / var(--tw-text-opacity, 1))!important}.text-red-400{--tw-text-opacity: 1 !important;color:rgb(248 113 113 / var(--tw-text-opacity, 1))!important}.text-red-500{--tw-text-opacity: 1 !important;color:rgb(239 68 68 / var(--tw-text-opacity, 1))!important}.text-red-600{--tw-text-opacity: 1 !important;color:rgb(220 38 38 / var(--tw-text-opacity, 1))!important}.text-red-700{--tw-text-opacity: 1 !important;color:rgb(185 28 28 / var(--tw-text-opacity, 1))!important}.text-red-800{--tw-text-opacity: 1 !important;color:rgb(153 27 27 / var(--tw-text-opacity, 1))!important}.text-red-900{--tw-text-opacity: 1 !important;color:rgb(127 29 29 / var(--tw-text-opacity, 1))!important}.text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-yellow-400{--tw-text-opacity: 1 !important;color:rgb(250 204 21 / var(--tw-text-opacity, 1))!important}.text-yellow-500{--tw-text-opacity: 1 !important;color:rgb(234 179 8 / var(--tw-text-opacity, 1))!important}.text-yellow-700{--tw-text-opacity: 1 !important;color:rgb(161 98 7 / var(--tw-text-opacity, 1))!important}.text-yellow-800{--tw-text-opacity: 1 !important;color:rgb(133 77 14 / var(--tw-text-opacity, 1))!important}.underline{text-decoration-line:underline!important}.underline-offset-4{text-underline-offset:4px!important}.antialiased{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.opacity-0{opacity:0!important}.opacity-100{opacity:1!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25) !important;--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-\[0px_0px_1px_0px_rgba\(0\,0\,0\,0\.03\)\,0px_1px_2px_0px_rgba\(0\,0\,0\,0\.06\)\]{--tw-shadow: 0px 0px 1px 0px rgba(0,0,0,.03),0px 1px 2px 0px rgba(0,0,0,.06) !important;--tw-shadow-colored: 0px 0px 1px 0px var(--tw-shadow-color), 0px 1px 2px 0px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-\[inset_0px_0px_0px_1px_rgba\(26\,26\,0\,0\.16\)\]{--tw-shadow: inset 0px 0px 0px 1px rgba(26,26,0,.16) !important;--tw-shadow-colored: inset 0px 0px 0px 1px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05) !important;--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.ring-black{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1)) !important}.ring-gray-300{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1)) !important}.ring-opacity-5{--tw-ring-opacity: .05 !important}.\!filter,.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)!important}.backdrop-blur-md{--tw-backdrop-blur: blur(12px) !important;-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important;backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px) !important;-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important;backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-all{transition-property:all!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-opacity{transition-property:opacity!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.delay-300{transition-delay:.3s!important}.duration-150{transition-duration:.15s!important}.duration-200{transition-duration:.2s!important}.duration-300{transition-duration:.3s!important}.duration-75{transition-duration:75ms!important}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)!important}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)!important}:root{--primary-dark: #1a202c;--primary: #2d3748;--secondary: #4dc0b5;--accent: #a0aec0;--accent-light: #e2e8f0;--light-bg: #f7fafc;--border: #e2e8f0;--card-bg: #ffffff;--text-dark: #2d3748;--text-light: #718096}body{font-family:Inter,Segoe UI,system-ui,sans-serif;background-color:var(--light-bg);color:var(--text-dark);line-height:1.6;margin:0;padding:0;display:flex;flex-direction:column;min-height:100vh}.sidebar{background:linear-gradient(180deg,#1e293b,#0f172a);padding:2rem 1.5rem;border-right:1px solid #2d3748;display:flex;flex-direction:column}.sidebar-header{color:#f1f5f9;margin-bottom:2rem;text-align:left}.sidebar-header h1{font-size:1.25rem;margin-bottom:.25rem;font-weight:700}.sidebar-header p{font-size:.875rem;color:#94a3b8}.sidebar-separator{border:none;border-top:1px solid #334155;margin-bottom:1.5rem}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem}.nav-link-button{display:flex;align-items:center;gap:.75rem;background:transparent;border:none;color:#e2e8f0;padding:.65rem 1rem;font-weight:500;border-radius:.375rem;cursor:pointer;font-size:1rem;transition:background-color .2s ease,color .2s ease;width:100%;text-align:left}.nav-link-button:hover{background-color:#334155;color:#38bdf8}.sidebar-nav a{display:flex;align-items:center;gap:.75rem;color:#e2e8f0;text-decoration:none;padding:.65rem 1rem;border-radius:.375rem;font-weight:500;transition:background-color .2s ease,color .2s ease}.sidebar-nav a:hover,.sidebar-nav a.active{background-color:#334155;color:#38bdf8}.nav-submenu{padding-left:1.5rem;margin-top:.25rem;display:flex;flex-direction:column;gap:.25rem}.nav-submenu a{font-size:.875rem;color:#cbd5e1;background-color:transparent;padding:.5rem .75rem;border-radius:.375rem;transition:all .2s ease}.nav-submenu a:hover{background-color:#334155;color:#f8fafc}.header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;border-bottom:1px solid var(--border);padding:1.5rem 1rem;background-color:#fff}.header h1{font-size:2rem;font-weight:700;margin:0}.user-info-group{display:flex;align-items:center;gap:1rem}.user-profile{display:flex;align-items:center;gap:.5rem;color:var(--text-dark)}.profile-avatar{width:3rem;height:3rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}.profile-avatar.fas{font-size:3rem;color:#2d3748;border:none}.user-profile img.profile-avatar{border:1px solid rgba(0,0,0,.1)}.user-details{display:flex;flex-direction:column;line-height:1.2}.user-name{font-weight:600;font-size:.95rem}.user-role{font-size:.8rem;color:var(--text-light)}.btn{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:600;border-radius:.375rem;padding:.5rem 1rem;transition:background-color .2s ease;white-space:nowrap;font-size:inherit;font-family:inherit;line-height:1.5;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box}.btn-logout{background-color:#ef4444;color:#fff;border:1px solid #ef4444;cursor:pointer;transition:background-color .3s ease,border-color .3s ease}.btn-logout:hover{background-color:#dc2626}.btn-edit-profile{background-color:#1e40af;color:#fff;border:1px solid #1e40af;transition:background-color .3s ease,border-color .3s ease}.btn-edit-profile:hover{background-color:#1e3a8a;border-color:#1e3a8a}.main-content-area{padding:1.5rem 1rem;flex:1;width:100%;max-width:100%;box-sizing:border-box}.content-card{background-color:var(--card-bg);padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px #0000000d;margin-bottom:2rem;border:1px solid var(--border)}.content-card h2,.content-card h3{color:var(--primary);font-size:1.5rem;margin-top:0;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.content-card p{color:var(--text-light);font-size:1rem;line-height:1.7}.footer{color:var(--text-light);text-align:center;padding:1rem 0;border-top:1px solid var(--border);font-size:.875rem;margin-top:auto}.charts-row{margin-top:1em;display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.chart-card{flex:1 1 100%;max-width:100%;box-sizing:border-box}@media (min-width: 768px){.chart-card{flex:1 1 calc(50% - 1.5rem);max-width:calc(50% - 1.5rem)}}@media (min-width: 768px){body{display:grid;grid-template-columns:260px 1fr}.main-content-area{padding:2rem;max-width:1200px;margin:0 auto}.header h1{font-size:2.25rem}}.dark body{background-color:var(--primary-dark);color:var(--accent-light)}.dark .header{background-color:#2d3748;color:#f7fafc;border-color:#4a5568}.dark .user-profile i.profile-avatar{color:#e2e8f0}.dark .user-profile img.profile-avatar{background-color:#2d3748;border:1px solid rgba(255,255,255,.1)}.dark .user-profile i{color:#e2e8f0}.dark .user-details,.dark .user-name{color:#f1f5f9}.dark .user-role{color:#cbd5e0}.dark .content-card{background-color:#2d3748;border-color:#4a5568}.dark .content-card h2,.dark .content-card h3{color:#e2e8f0;border-color:#4a5568}.dark .content-card p{color:#e2e8f0}.dark .footer{border-color:#4a5568;color:#cbd5e0}.dark .btn-edit-profile{background-color:#0ea5e9;color:#fff}.dark .btn-edit-profile:hover{background-color:#38bdf8;color:#fff}.dark .btn-logout{background-color:#f87171;border-color:#f87171;color:#fff}.dark .btn-logout:hover{background-color:#fca5a5;color:#fff}.dark .sidebar{background:linear-gradient(180deg,#0f172a,#0a0f1a);border-right:1px solid #334155}.dark .sidebar-header h1,.dark .sidebar-header p{color:#e2e8f0}.dark .nav-link-button,.dark .sidebar-nav a{color:#cbd5e1}.dark .nav-link-button:hover,.dark .sidebar-nav a:hover{background-color:#1e293b;color:#38bdf8}.dark .nav-submenu a{color:#94a3b8}.dark .nav-submenu a:hover{color:#f8fafc;background-color:#1e293b}.dark .content{color:#f1f5f9}.dark .content a{color:#93c5fd}.dark .content a:hover{color:#60a5fa;text-decoration:underline}.dark .content-card,.dark .content-card h2,.dark .content-card h3{color:#f1f5f9}.dark .content-card ul li{color:#f1f5f9;border-color:#4b5563}.dark .content-card canvas{background-color:transparent;color:#f1f5f9!important}.dark .chartjs-tooltip,.dark .chart-legend{color:#f1f5f9;background-color:#1e293b;border-color:#334155}.login-gradient-bg{background:linear-gradient(135deg,#0693e3,#9b51e0,#8ed1fc,#9b51e0,#8ed1fc);background-size:300% 300%;animation:loginGradientShiftRightToLeft 30s ease-in-out infinite;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;z-index:0}@keyframes loginGradientShiftRightToLeft{0%{background-position:100% 50%}25%{background-position:75% 25%}50%{background-position:0% 50%}75%{background-position:25% 75%}to{background-position:100% 50%}}.video-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.video-background-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:brightness(.4)}.login-form-glass{background-color:#ffffff80;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;box-shadow:0 8px 24px #0003;z-index:10}.dark .register-form{background-color:#2d3748;color:#e2e8f0}.dark .register-form h2{color:#e2e8f0;border-color:#4a5568}.dark .register-form input[type=text],.dark .register-form input[type=email],.dark .register-form input[type=password],.dark .register-form input[type=file],.dark .register-form select{background-color:#1a202c;color:#e2e8f0;border-color:#4a5568}.dark .register-form input::-moz-placeholder,.dark .register-form select::-moz-placeholder{color:#a0aec0}.dark .register-form input::placeholder,.dark .register-form select::placeholder{color:#a0aec0}.dark .register-form input:focus,.dark .register-form select:focus{border-color:#667eea;box-shadow:0 0 0 1px #667eea}.dark .register-form label{color:#e2e8f0}.dark .register-form input[type=file]::file-selector-button{background-color:#4a5568;color:#e2e8f0;border:none}.dark .register-form input[type=file]::file-selector-button:hover{background-color:#718096}.dark .register-form .help-text{color:#a0aec0}.dark .register-form button{background-color:#667eea;color:#fff}.dark .register-form button:hover{background-color:#5a67d8}.dark .register-form .success-msg{background-color:#38a1691a;color:#68d391}.dark .register-form .error-msg{background-color:#e53e3e1a;color:#f56565}.app-header{background-color:#fff;color:#1a202c;padding:1rem 1.5rem;border-radius:.5rem;margin-bottom:1.25rem;border:1px solid #e2e8f0}html.dark .app-header{background-color:#2d3748;color:#f7fafc;border-color:#4a5568}.header-row{display:flex;width:100%;align-items:center;margin-bottom:.5rem}.top-row{justify-content:space-between}.bottom-row{justify-content:flex-end;flex-wrap:wrap;gap:1rem;align-items:center}.dashboard-title{font-size:1.25rem;font-weight:600}.user-info{display:flex;align-items:center;gap:.75rem}.user-avatar{width:3rem;height:3rem;border-radius:9999px;-o-object-fit:cover;object-fit:cover;font-size:3rem;display:flex;justify-content:center;align-items:center}.user-details{margin-right:1rem}.user-name{font-weight:600}.user-role{font-size:.875rem;color:#6b7280}html.dark .user-role{color:#f7fafc}.btn{padding:.5rem .75rem;border-radius:.375rem;font-size:.875rem;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;justify-content:center;cursor:pointer;white-space:nowrap;height:42px;line-height:1}.edit-profile-btn{background-color:#edf2f7;color:#1a202c;border:1px solid #cbd5e0}.logout-btn{background-color:#fff5f5;color:#e53e3e;border:1px solid #feb2b2}.toggle-theme-button{background:transparent;color:inherit;border:1px solid #b3b3b3;font-size:1.25rem}html.dark .toggle-theme-button{border-color:#4a5568}html.dark .edit-profile-btn{background-color:#4a5568;color:#f7fafc;border-color:#4a5568}html.dark .logout-btn{background-color:#742a2a;color:#f7fafc;border-color:#e53e3e}@media (max-width: 380px){.app-header{padding:1rem}.header-row{flex-direction:column;align-items:flex-start;width:100%;margin-bottom:.75rem}.top-row{flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-bottom:.75rem}.bottom-row{flex-direction:column;align-items:center;justify-content:center;gap:.75rem;width:100%}.user-info{flex-direction:column;align-items:center;justify-content:center;width:100%;gap:.5rem;text-align:center}.user-details{margin-right:0}.btn-edit-profile,.btn-logout{width:100%;text-align:center;justify-content:center}}.sidebar-header{margin-bottom:2rem;text-align:center}.sidebar-header .logo{height:100px;width:auto;display:block;margin:0 auto .5rem}.header-title{font-size:1.75rem;margin:.25rem 0;font-weight:600}.header-subtitle{font-size:1rem;color:#666;margin:0}.main-title{font-weight:700;margin-left:1.5rem;margin-bottom:1rem;color:#1a202c}.dark .main-title{color:#edf2f7}.tab-header-wrapper{border-bottom:1px solid #4b5563}.dark .tab-header-wrapper{border-bottom:1px solid #d1d5db}.user-tab-button{transition:color .2s ease,border-color .2s ease;border-bottom:2px solid transparent;color:#374151;position:relative}.user-tab-button:hover{color:#1f2937}.dark .user-tab-button{color:#d1d5db}.dark .user-tab-button:hover{color:#e5e7eb}.user-tab-button-active{color:#1f2937;border-bottom-color:#4b5563;bottom:-1px}.dark .user-tab-button-active{color:#f3f4f6;border-bottom:2px solid #d1d5db;bottom:-1px}[x-cloak]{display:none!important}.relative{position:relative}.absolute{position:absolute}.dark .fa-bell{color:#d7ac00}.dark .btn-notification:hover{color:#fde68a!important}.dark .section-wrapper{background-color:#2d3748;color:#e2e8f0;padding:1rem;border-radius:.5rem}.dark .box-container{background-color:#2d3748;color:#e2e8f0;border:1px solid #4a5568}.dark .asset-details{background-color:#374151;color:#e2e8f0}.dark .asset-details label{color:#d1d5db}.dark .asset-details-title{color:#cbd5e1}.box-lightblue-bg{background-color:#ebf8ff}.box-lightgreen-bg{background-color:#d1fae5}.bg-lightgray-bg{background-color:#f3f4f6}.box-lightorange-bg,.th-logs{background-color:#ffedd5}.dark .th-logs{background-color:#2d3748}.dark .box-container{background-color:#1e293b;color:#e2e8f0}.status-badge{border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;line-height:1rem;font-weight:500}.status-badge.approved{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.status-badge.rejected{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}@media (prefers-color-scheme: dark){.dark\:prose-invert{--tw-prose-body: var(--tw-prose-invert-body);--tw-prose-headings: var(--tw-prose-invert-headings);--tw-prose-lead: var(--tw-prose-invert-lead);--tw-prose-links: var(--tw-prose-invert-links);--tw-prose-bold: var(--tw-prose-invert-bold);--tw-prose-counters: var(--tw-prose-invert-counters);--tw-prose-bullets: var(--tw-prose-invert-bullets);--tw-prose-hr: var(--tw-prose-invert-hr);--tw-prose-quotes: var(--tw-prose-invert-quotes);--tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);--tw-prose-captions: var(--tw-prose-invert-captions);--tw-prose-kbd: var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);--tw-prose-code: var(--tw-prose-invert-code);--tw-prose-pre-code: var(--tw-prose-invert-pre-code);--tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);--tw-prose-th-borders: var(--tw-prose-invert-th-borders);--tw-prose-td-borders: var(--tw-prose-invert-td-borders)}}.file\:mr-4::file-selector-button{margin-right:1rem!important}.file\:rounded-full::file-selector-button{border-radius:9999px!important}.file\:rounded-lg::file-selector-button{border-radius:.5rem!important}.file\:rounded-md::file-selector-button{border-radius:.375rem!important}.file\:border::file-selector-button{border-width:1px!important}.file\:border-0::file-selector-button{border-width:0px!important}.file\:bg-blue-50::file-selector-button{--tw-bg-opacity: 1 !important;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))!important}.file\:bg-gray-100::file-selector-button{--tw-bg-opacity: 1 !important;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))!important}.file\:px-4::file-selector-button{padding-left:1rem!important;padding-right:1rem!important}.file\:py-2::file-selector-button{padding-top:.5rem!important;padding-bottom:.5rem!important}.file\:text-sm::file-selector-button{font-size:.875rem!important;line-height:1.25rem!important}.file\:font-semibold::file-selector-button{font-weight:600!important}.file\:text-blue-700::file-selector-button{--tw-text-opacity: 1 !important;color:rgb(29 78 216 / var(--tw-text-opacity, 1))!important}.file\:text-gray-700::file-selector-button{--tw-text-opacity: 1 !important;color:rgb(55 65 81 / var(--tw-text-opacity, 1))!important}.before\:absolute:before{content:var(--tw-content)!important;position:absolute!important}.before\:bottom-0:before{content:var(--tw-content)!important;bottom:0!important}.before\:bottom-1\/2:before{content:var(--tw-content)!important;bottom:50%!important}.before\:left-\[0\.4rem\]:before{content:var(--tw-content)!important;left:.4rem!important}.before\:top-0:before{content:var(--tw-content)!important;top:0!important}.before\:top-1\/2:before{content:var(--tw-content)!important;top:50%!important}.before\:border-l:before{content:var(--tw-content)!important;border-left-width:1px!important}.before\:border-\[\#e3e3e0\]:before{content:var(--tw-content)!important;--tw-border-opacity: 1 !important;border-color:rgb(227 227 224 / var(--tw-border-opacity, 1))!important}.last\:mb-0:last-child{margin-bottom:0!important}.hover\:border-\[\#19140035\]:hover{border-color:#19140035!important}.hover\:border-\[\#1915014a\]:hover{border-color:#1915014a!important}.hover\:border-black:hover{--tw-border-opacity: 1 !important;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))!important}.hover\:border-gray-300:hover{--tw-border-opacity: 1 !important;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))!important}.hover\:bg-black:hover{--tw-bg-opacity: 1 !important;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))!important}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1 !important;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))!important}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))!important}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1 !important;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))!important}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1 !important;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))!important}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))!important}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1 !important;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))!important}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1 !important;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))!important}.hover\:bg-gray-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))!important}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1 !important;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))!important}.hover\:bg-green-100:hover{--tw-bg-opacity: 1 !important;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))!important}.hover\:bg-green-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))!important}.hover\:bg-green-700:hover{--tw-bg-opacity: 1 !important;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))!important}.hover\:bg-indigo-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))!important}.hover\:bg-indigo-700:hover{--tw-bg-opacity: 1 !important;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))!important}.hover\:bg-indigo-800:hover{--tw-bg-opacity: 1 !important;background-color:rgb(55 48 163 / var(--tw-bg-opacity, 1))!important}.hover\:bg-red-100:hover{--tw-bg-opacity: 1 !important;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))!important}.hover\:bg-red-500:hover{--tw-bg-opacity: 1 !important;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))!important}.hover\:bg-red-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))!important}.hover\:bg-red-700:hover{--tw-bg-opacity: 1 !important;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))!important}.hover\:bg-yellow-100:hover{--tw-bg-opacity: 1 !important;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))!important}.hover\:bg-yellow-300:hover{--tw-bg-opacity: 1 !important;background-color:rgb(253 224 71 / var(--tw-bg-opacity, 1))!important}.hover\:bg-yellow-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))!important}.hover\:text-blue-800:hover{--tw-text-opacity: 1 !important;color:rgb(30 64 175 / var(--tw-text-opacity, 1))!important}.hover\:text-gray-400:hover{--tw-text-opacity: 1 !important;color:rgb(156 163 175 / var(--tw-text-opacity, 1))!important}.hover\:text-gray-500:hover{--tw-text-opacity: 1 !important;color:rgb(107 114 128 / var(--tw-text-opacity, 1))!important}.hover\:text-gray-600:hover{--tw-text-opacity: 1 !important;color:rgb(75 85 99 / var(--tw-text-opacity, 1))!important}.hover\:text-gray-700:hover{--tw-text-opacity: 1 !important;color:rgb(55 65 81 / var(--tw-text-opacity, 1))!important}.hover\:text-gray-800:hover{--tw-text-opacity: 1 !important;color:rgb(31 41 55 / var(--tw-text-opacity, 1))!important}.hover\:text-gray-900:hover{--tw-text-opacity: 1 !important;color:rgb(17 24 39 / var(--tw-text-opacity, 1))!important}.hover\:text-green-800:hover{--tw-text-opacity: 1 !important;color:rgb(22 101 52 / var(--tw-text-opacity, 1))!important}.hover\:text-indigo-600:hover{--tw-text-opacity: 1 !important;color:rgb(79 70 229 / var(--tw-text-opacity, 1))!important}.hover\:text-red-600:hover{--tw-text-opacity: 1 !important;color:rgb(220 38 38 / var(--tw-text-opacity, 1))!important}.hover\:text-red-800:hover{--tw-text-opacity: 1 !important;color:rgb(153 27 27 / var(--tw-text-opacity, 1))!important}.hover\:text-yellow-600:hover{--tw-text-opacity: 1 !important;color:rgb(202 138 4 / var(--tw-text-opacity, 1))!important}.hover\:underline:hover{text-decoration-line:underline!important}.hover\:file\:bg-blue-100::file-selector-button:hover{--tw-bg-opacity: 1 !important;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))!important}.hover\:file\:bg-gray-200::file-selector-button:hover{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))!important}.focus\:z-10:focus{z-index:10!important}.focus\:border-none:focus{border-style:none!important}.focus\:border-blue-300:focus{--tw-border-opacity: 1 !important;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))!important}.focus\:border-blue-500:focus{--tw-border-opacity: 1 !important;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))!important}.focus\:border-blue-900:focus{--tw-border-opacity: 1 !important;border-color:rgb(30 58 138 / var(--tw-border-opacity, 1))!important}.focus\:border-gray-300:focus{--tw-border-opacity: 1 !important;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))!important}.focus\:border-green-500:focus{--tw-border-opacity: 1 !important;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))!important}.focus\:border-indigo-500:focus{--tw-border-opacity: 1 !important;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))!important}.focus\:border-indigo-700:focus{--tw-border-opacity: 1 !important;border-color:rgb(67 56 202 / var(--tw-border-opacity, 1))!important}.focus\:border-red-500:focus{--tw-border-opacity: 1 !important;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))!important}.focus\:bg-gray-100:focus{--tw-bg-opacity: 1 !important;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))!important}.focus\:bg-gray-50:focus{--tw-bg-opacity: 1 !important;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))!important}.focus\:bg-gray-700:focus{--tw-bg-opacity: 1 !important;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))!important}.focus\:bg-indigo-100:focus{--tw-bg-opacity: 1 !important;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))!important}.focus\:bg-indigo-600:focus{--tw-bg-opacity: 1 !important;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))!important}.focus\:bg-red-600:focus{--tw-bg-opacity: 1 !important;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))!important}.focus\:bg-yellow-600:focus{--tw-bg-opacity: 1 !important;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))!important}.focus\:text-gray-500:focus{--tw-text-opacity: 1 !important;color:rgb(107 114 128 / var(--tw-text-opacity, 1))!important}.focus\:text-gray-700:focus{--tw-text-opacity: 1 !important;color:rgb(55 65 81 / var(--tw-text-opacity, 1))!important}.focus\:text-gray-800:focus{--tw-text-opacity: 1 !important;color:rgb(31 41 55 / var(--tw-text-opacity, 1))!important}.focus\:text-indigo-800:focus{--tw-text-opacity: 1 !important;color:rgb(55 48 163 / var(--tw-text-opacity, 1))!important}.focus\:outline-none:focus{outline:2px solid transparent!important;outline-offset:2px!important}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.focus\:ring-blue-300:focus{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1)) !important}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1)) !important}.focus\:ring-gray-400:focus{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1)) !important}.focus\:ring-gray-500:focus{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1)) !important}.focus\:ring-green-300:focus{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1)) !important}.focus\:ring-green-500:focus{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1)) !important}.focus\:ring-indigo-400:focus{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1)) !important}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1)) !important}.focus\:ring-red-300:focus{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1)) !important}.focus\:ring-red-500:focus{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1)) !important}.focus\:ring-yellow-300:focus{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity, 1)) !important}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px !important}.active\:bg-blue-900:active{--tw-bg-opacity: 1 !important;background-color:rgb(30 58 138 / var(--tw-bg-opacity, 1))!important}.active\:bg-gray-100:active{--tw-bg-opacity: 1 !important;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))!important}.active\:bg-gray-50:active{--tw-bg-opacity: 1 !important;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))!important}.active\:bg-gray-900:active{--tw-bg-opacity: 1 !important;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))!important}.active\:bg-red-700:active{--tw-bg-opacity: 1 !important;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))!important}.active\:text-gray-500:active{--tw-text-opacity: 1 !important;color:rgb(107 114 128 / var(--tw-text-opacity, 1))!important}.active\:text-gray-700:active{--tw-text-opacity: 1 !important;color:rgb(55 65 81 / var(--tw-text-opacity, 1))!important}.disabled\:opacity-25:disabled{opacity:.25!important}.disabled\:opacity-50:disabled{opacity:.5!important}.group:hover .group-hover\:opacity-100{opacity:1!important}@media (min-width: 640px){.sm\:col-span-4{grid-column:span 4 / span 4!important}.sm\:-my-px{margin-top:-1px!important;margin-bottom:-1px!important}.sm\:mx-0{margin-left:0!important;margin-right:0!important}.sm\:mx-auto{margin-left:auto!important;margin-right:auto!important}.sm\:-me-2{margin-inline-end:-.5rem!important}.sm\:ms-10{margin-inline-start:2.5rem!important}.sm\:ms-3{margin-inline-start:.75rem!important}.sm\:ms-4{margin-inline-start:1rem!important}.sm\:ms-6{margin-inline-start:1.5rem!important}.sm\:mt-0{margin-top:0!important}.sm\:block{display:block!important}.sm\:inline{display:inline!important}.sm\:flex{display:flex!important}.sm\:hidden{display:none!important}.sm\:size-10{width:2.5rem!important;height:2.5rem!important}.sm\:w-auto{width:auto!important}.sm\:w-full{width:100%!important}.sm\:max-w-2xl{max-width:42rem!important}.sm\:max-w-lg{max-width:32rem!important}.sm\:max-w-md{max-width:28rem!important}.sm\:max-w-sm{max-width:24rem!important}.sm\:max-w-xl{max-width:36rem!important}.sm\:flex-1{flex:1 1 0%!important}.sm\:translate-y-0{--tw-translate-y: 0px !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.sm\:scale-100{--tw-scale-x: 1 !important;--tw-scale-y: 1 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.sm\:scale-95{--tw-scale-x: .95 !important;--tw-scale-y: .95 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.sm\:flex-row{flex-direction:row!important}.sm\:items-start{align-items:flex-start!important}.sm\:items-center{align-items:center!important}.sm\:justify-end{justify-content:flex-end!important}.sm\:justify-center{justify-content:center!important}.sm\:justify-between{justify-content:space-between!important}.sm\:rounded-lg{border-radius:.5rem!important}.sm\:rounded-md{border-radius:.375rem!important}.sm\:rounded-bl-md{border-bottom-left-radius:.375rem!important}.sm\:rounded-br-md{border-bottom-right-radius:.375rem!important}.sm\:rounded-tl-md{border-top-left-radius:.375rem!important}.sm\:rounded-tr-md{border-top-right-radius:.375rem!important}.sm\:p-4{padding:1rem!important}.sm\:p-6{padding:1.5rem!important}.sm\:px-0{padding-left:0!important;padding-right:0!important}.sm\:px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.sm\:pb-4{padding-bottom:1rem!important}.sm\:pt-0{padding-top:0!important}.sm\:text-start{text-align:start!important}.sm\:text-sm{font-size:.875rem!important;line-height:1.25rem!important}}@media (min-width: 768px){.md\:col-span-1{grid-column:span 1 / span 1!important}.md\:col-span-2{grid-column:span 2 / span 2!important}.md\:mt-0{margin-top:0!important}.md\:grid{display:grid!important}.md\:h-40{height:10rem!important}.md\:max-h-36{max-height:9rem!important}.md\:w-1\/2{width:50%!important}.md\:w-1\/3{width:33.333333%!important}.md\:w-40{width:10rem!important}.md\:w-\[40\%\]{width:40%!important}.md\:w-\[60\%\]{width:60%!important}.md\:w-\[70\%\]{width:70%!important}.md\:w-auto{width:auto!important}.md\:max-w-36{max-width:9rem!important}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.md\:flex-row{flex-direction:row!important}.md\:items-center{align-items:center!important}.md\:gap-6{gap:1.5rem!important}.md\:p-4{padding:1rem!important}.md\:p-6{padding:1.5rem!important}.md\:py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.md\:text-base{font-size:1rem!important;line-height:1.5rem!important}}@media (min-width: 1024px){.lg\:col-span-4{grid-column:span 4 / span 4!important}.lg\:-ml-px{margin-left:-1px!important}.lg\:-mt-\[6\.6rem\]{margin-top:-6.6rem!important}.lg\:mb-0{margin-bottom:0!important}.lg\:mb-6{margin-bottom:1.5rem!important}.lg\:ml-0{margin-left:0!important}.lg\:block{display:block!important}.lg\:aspect-auto{aspect-ratio:auto!important}.lg\:w-1\/3{width:33.333333%!important}.lg\:w-\[40\%\]{width:40%!important}.lg\:w-\[438px\]{width:438px!important}.lg\:max-w-4xl{max-width:56rem!important}.lg\:grow{flex-grow:1!important}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lg\:flex-row{flex-direction:row!important}.lg\:justify-center{justify-content:center!important}.lg\:gap-8{gap:2rem!important}.lg\:rounded-r-lg{border-top-right-radius:.5rem!important;border-bottom-right-radius:.5rem!important}.lg\:rounded-t-none{border-top-left-radius:0!important;border-top-right-radius:0!important}.lg\:rounded-br-none{border-bottom-right-radius:0!important}.lg\:rounded-tl-lg{border-top-left-radius:.5rem!important}.lg\:p-20{padding:5rem!important}.lg\:p-8{padding:2rem!important}.lg\:px-8{padding-left:2rem!important;padding-right:2rem!important}}@media (min-width: 1280px){.xl\:w-\[50\%\]{width:50%!important}}.ltr\:origin-top-left:where([dir=ltr],[dir=ltr] *){transform-origin:top left!important}.ltr\:origin-top-right:where([dir=ltr],[dir=ltr] *){transform-origin:top right!important}.rtl\:origin-top-left:where([dir=rtl],[dir=rtl] *){transform-origin:top left!important}.rtl\:origin-top-right:where([dir=rtl],[dir=rtl] *){transform-origin:top right!important}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse!important}@media (prefers-color-scheme: dark){.dark\:border-gray-500{--tw-border-opacity: 1 !important;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))!important}.dark\:border-gray-600{--tw-border-opacity: 1 !important;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))!important}.dark\:border-gray-700{--tw-border-opacity: 1 !important;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))!important}.dark\:border-indigo-600{--tw-border-opacity: 1 !important;border-color:rgb(79 70 229 / var(--tw-border-opacity, 1))!important}.dark\:bg-gray-200{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))!important}.dark\:bg-gray-700{--tw-bg-opacity: 1 !important;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))!important}.dark\:bg-gray-800{--tw-bg-opacity: 1 !important;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))!important}.dark\:bg-gray-800\/60{background-color:#1f293799!important}.dark\:bg-gray-800\/70{background-color:#1f2937b3!important}.dark\:bg-gray-900{--tw-bg-opacity: 1 !important;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))!important}.dark\:bg-green-900{--tw-bg-opacity: 1 !important;background-color:rgb(20 83 45 / var(--tw-bg-opacity, 1))!important}.dark\:bg-indigo-700{--tw-bg-opacity: 1 !important;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))!important}.dark\:bg-indigo-900\/50{background-color:#312e8180!important}.dark\:bg-red-900{--tw-bg-opacity: 1 !important;background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1))!important}.dark\:bg-yellow-900{--tw-bg-opacity: 1 !important;background-color:rgb(113 63 18 / var(--tw-bg-opacity, 1))!important}.dark\:bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))!important}.dark\:from-gray-700\/50{--tw-gradient-from: rgb(55 65 81 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.dark\:via-transparent{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.dark\:fill-indigo-200{fill:#c7d2fe!important}.dark\:fill-white{fill:#fff!important}.dark\:text-blue-300{--tw-text-opacity: 1 !important;color:rgb(147 197 253 / var(--tw-text-opacity, 1))!important}.dark\:text-blue-400{--tw-text-opacity: 1 !important;color:rgb(96 165 250 / var(--tw-text-opacity, 1))!important}.dark\:text-gray-100{--tw-text-opacity: 1 !important;color:rgb(243 244 246 / var(--tw-text-opacity, 1))!important}.dark\:text-gray-200{--tw-text-opacity: 1 !important;color:rgb(229 231 235 / var(--tw-text-opacity, 1))!important}.dark\:text-gray-300{--tw-text-opacity: 1 !important;color:rgb(209 213 219 / var(--tw-text-opacity, 1))!important}.dark\:text-gray-400{--tw-text-opacity: 1 !important;color:rgb(156 163 175 / var(--tw-text-opacity, 1))!important}.dark\:text-gray-500{--tw-text-opacity: 1 !important;color:rgb(107 114 128 / var(--tw-text-opacity, 1))!important}.dark\:text-gray-600{--tw-text-opacity: 1 !important;color:rgb(75 85 99 / var(--tw-text-opacity, 1))!important}.dark\:text-gray-800{--tw-text-opacity: 1 !important;color:rgb(31 41 55 / var(--tw-text-opacity, 1))!important}.dark\:text-green-200{--tw-text-opacity: 1 !important;color:rgb(187 247 208 / var(--tw-text-opacity, 1))!important}.dark\:text-green-400{--tw-text-opacity: 1 !important;color:rgb(74 222 128 / var(--tw-text-opacity, 1))!important}.dark\:text-indigo-300{--tw-text-opacity: 1 !important;color:rgb(165 180 252 / var(--tw-text-opacity, 1))!important}.dark\:text-indigo-400{--tw-text-opacity: 1 !important;color:rgb(129 140 248 / var(--tw-text-opacity, 1))!important}.dark\:text-red-200{--tw-text-opacity: 1 !important;color:rgb(254 202 202 / var(--tw-text-opacity, 1))!important}.dark\:text-red-400{--tw-text-opacity: 1 !important;color:rgb(248 113 113 / var(--tw-text-opacity, 1))!important}.dark\:text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.dark\:text-yellow-200{--tw-text-opacity: 1 !important;color:rgb(254 240 138 / var(--tw-text-opacity, 1))!important}.dark\:file\:bg-blue-900::file-selector-button{--tw-bg-opacity: 1 !important;background-color:rgb(30 58 138 / var(--tw-bg-opacity, 1))!important}.dark\:file\:text-blue-100::file-selector-button{--tw-text-opacity: 1 !important;color:rgb(219 234 254 / var(--tw-text-opacity, 1))!important}.dark\:hover\:border-gray-600:hover{--tw-border-opacity: 1 !important;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))!important}.dark\:hover\:border-gray-700:hover{--tw-border-opacity: 1 !important;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))!important}.dark\:hover\:bg-gray-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))!important}.dark\:hover\:bg-gray-700:hover{--tw-bg-opacity: 1 !important;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))!important}.dark\:hover\:bg-gray-800:hover{--tw-bg-opacity: 1 !important;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))!important}.dark\:hover\:bg-gray-900:hover{--tw-bg-opacity: 1 !important;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))!important}.dark\:hover\:bg-indigo-800:hover{--tw-bg-opacity: 1 !important;background-color:rgb(55 48 163 / var(--tw-bg-opacity, 1))!important}.dark\:hover\:bg-white:hover{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.dark\:hover\:text-gray-100:hover{--tw-text-opacity: 1 !important;color:rgb(243 244 246 / var(--tw-text-opacity, 1))!important}.dark\:hover\:text-gray-200:hover{--tw-text-opacity: 1 !important;color:rgb(229 231 235 / var(--tw-text-opacity, 1))!important}.dark\:hover\:text-gray-300:hover{--tw-text-opacity: 1 !important;color:rgb(209 213 219 / var(--tw-text-opacity, 1))!important}.dark\:hover\:text-gray-400:hover{--tw-text-opacity: 1 !important;color:rgb(156 163 175 / var(--tw-text-opacity, 1))!important}.dark\:hover\:file\:bg-blue-800::file-selector-button:hover{--tw-bg-opacity: 1 !important;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))!important}.dark\:focus\:border-blue-700:focus{--tw-border-opacity: 1 !important;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))!important}.dark\:focus\:border-blue-800:focus{--tw-border-opacity: 1 !important;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))!important}.dark\:focus\:border-gray-600:focus{--tw-border-opacity: 1 !important;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))!important}.dark\:focus\:border-gray-700:focus{--tw-border-opacity: 1 !important;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))!important}.dark\:focus\:border-indigo-300:focus{--tw-border-opacity: 1 !important;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))!important}.dark\:focus\:border-indigo-600:focus{--tw-border-opacity: 1 !important;border-color:rgb(79 70 229 / var(--tw-border-opacity, 1))!important}.dark\:focus\:bg-gray-700:focus{--tw-bg-opacity: 1 !important;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))!important}.dark\:focus\:bg-gray-800:focus{--tw-bg-opacity: 1 !important;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))!important}.dark\:focus\:bg-gray-900:focus{--tw-bg-opacity: 1 !important;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))!important}.dark\:focus\:bg-indigo-900:focus{--tw-bg-opacity: 1 !important;background-color:rgb(49 46 129 / var(--tw-bg-opacity, 1))!important}.dark\:focus\:bg-white:focus{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.dark\:focus\:text-gray-200:focus{--tw-text-opacity: 1 !important;color:rgb(229 231 235 / var(--tw-text-opacity, 1))!important}.dark\:focus\:text-gray-300:focus{--tw-text-opacity: 1 !important;color:rgb(209 213 219 / var(--tw-text-opacity, 1))!important}.dark\:focus\:text-gray-400:focus{--tw-text-opacity: 1 !important;color:rgb(156 163 175 / var(--tw-text-opacity, 1))!important}.dark\:focus\:text-indigo-200:focus{--tw-text-opacity: 1 !important;color:rgb(199 210 254 / var(--tw-text-opacity, 1))!important}.dark\:focus\:ring-indigo-600:focus{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1)) !important}.dark\:focus\:ring-offset-gray-800:focus{--tw-ring-offset-color: #1f2937 !important}.dark\:active\:bg-gray-300:active{--tw-bg-opacity: 1 !important;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))!important}.dark\:active\:bg-gray-700:active{--tw-bg-opacity: 1 !important;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))!important}.dark\:active\:text-gray-300:active{--tw-text-opacity: 1 !important;color:rgb(209 213 219 / var(--tw-text-opacity, 1))!important}}
