@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.animate-fadeIn{animation:fadeIn .3s ease-out}.animate-slideUp{animation:slideUp .3s ease-out}.animate-shake{animation:shake .5s ease-in-out}.animate-shimmer{animation:shimmer 2s infinite}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.dark ::-webkit-scrollbar-track{background:#1f2937}.dark ::-webkit-scrollbar-thumb{background:#4b5563}.dark ::-webkit-scrollbar-thumb:hover{background:#6b7280}html{scroll-behavior:smooth}.figure-reference{color:#f58220;text-decoration:underline;cursor:pointer;transition:color .2s ease}.figure-reference:hover{color:#d86c0e}.figure-container{margin-top:2.5rem;margin-bottom:1.5rem;text-align:center;scroll-margin-top:2rem;background:transparent;padding:0}.figure-image-wrapper{border:2px solid #e5e7eb!important;padding:1rem!important;background:#fff!important;border-radius:4px;max-width:75%!important}.dark .figure-image-wrapper{border-color:#4b5563!important;background:#1f2937!important}.figure-container img{max-width:75%;width:75%;height:auto;border-radius:2px;display:block;margin:0 auto}.figure-container p{margin-top:.75rem;margin-bottom:0;font-weight:600;color:#333;font-size:1rem;background:transparent;padding:0}.dark .figure-container p{color:#e5e7eb}.table-reference{color:#f58220;text-decoration:underline;cursor:pointer;transition:color .2s ease}.table-reference:hover{color:#d86c0e}.table-container{margin-top:2rem;margin-bottom:1rem;text-align:center;scroll-margin-top:2rem}.table-container p{margin-top:.5rem;font-weight:600;color:#333}.dark .table-container p,.dark .table-label{color:#e5e7eb}.table-image-link{display:inline-block;cursor:pointer;transition:transform .2s ease}.table-image-link:hover{transform:scale(1.05)}.table-thumbnail{max-width:100%;width:100%;height:auto;border-radius:2px;transition:transform .2s ease;display:block;margin:0 auto}.table-image-link:hover .table-thumbnail{transform:scale(1.02)}.table-container>div[style*=border]{border:2px solid #e5e7eb!important;padding:1rem!important;background:#fff!important;border-radius:4px;max-width:100%!important;width:100%!important}.dark .table-container>div[style*=border]{border-color:#4b5563!important;background:#1f2937!important}.figure-container{display:block;width:100%;max-width:100%}.table-container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:100%;margin-top:2rem;margin-bottom:1rem}.shadow-xl{padding:45px 35px}
