@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}.animate-float{animation:float 6s ease-in-out infinite}@keyframes spin-slow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}.animate-spin-slow{animation:spin-slow 20s linear infinite}@keyframes spin-reverse-slow {
    from { transform: rotate(360deg); }
    to { transform: rotate(0deg); }
}.animate-spin-reverse-slow{animation:spin-reverse-slow 25s linear infinite}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards;opacity:0}.delay-200{animation-delay:.2s}.delay-500{animation-delay:.5s}.delay-700{animation-delay:.7s}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:inherit;margin:inherit;overflow:visible;clip:auto;white-space:normal}*:focus{outline:2px solid #3b82f6;outline-offset:2px}#navbar{transition:transform .3s ease-in-out , background-color .3s ease}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f5f9}.dark ::-webkit-scrollbar-track{background:#0f172a}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}.dark ::-webkit-scrollbar-thumb{background:#1e293b}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.dark ::-webkit-scrollbar-thumb:hover{background:#334155}.glass{background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05)}::selection{background:#3b82f6;color:#fff}.will-change-transform{will-change:transform}@media (prefers-reduced-motion:reduce){.animate-float,.animate-spin-slow,.animate-spin-reverse-slow,.animate-fade-in-up{animation:none}*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{.no-print{display:none!important}body{background:#fff!important;color:#000!important}}@media (prefers-contrast:high){.bg-gray-50{background-color:#fff}.text-gray-600{color:#000}.border-gray-200{border-color:#000}}.post-content p{margin:0 0 1rem}.post-content h2,.post-content h3,.post-content h4{color:inherit;font-weight:700;margin:1.5rem 0 .75rem}.post-content ul,.post-content ol{margin:0 0 1rem 1.25rem}.post-content li{margin-bottom:.5rem}.post-content a{color:#2563eb;text-decoration:underline}.dark .post-content a{color:#60a5fa}