:root{--color-primary: #D22C3C;--color-primary-dark: #B91C2B;--color-primary-soft: #FFF1F2}.urumuri-theme{--color-primary: #D22C3C;--color-primary-dark: #B91C2B;--color-primary-soft: #FFF1F2}body{background-color:#f8fafc;overflow-x:hidden}.dark body{background-color:#0f172a}html{scroll-behavior:smooth}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.dark ::-webkit-scrollbar-thumb{background:#334155}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}@keyframes drift{0%{transform:translate(0)}33%{transform:translate(30px,-50px)}66%{transform:translate(-20px,20px)}to{transform:translate(0)}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes ripple{0%{transform:scale(.8);opacity:1}to{transform:scale(2.4);opacity:0}}@keyframes spin-reverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fade-in-up .8s cubic-bezier(.16,1,.3,1) forwards}.animate-drift-slow{animation:drift 20s ease-in-out infinite}.animate-drift-medium{animation:drift 15s ease-in-out infinite reverse}.animate-infinite-scroll{animation:scroll 30s linear infinite}.animate-ripple{animation:ripple 1.5s cubic-bezier(0,.2,.8,1) infinite}.animate-spin-reverse{animation:spin-reverse 1s linear infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 6s ease-in-out infinite}.hover\:pause-scroll:hover .animate-infinite-scroll{animation-play-state:paused}.format-content p{margin-bottom:1.5rem;line-height:1.8}.format-content b,.format-content strong{color:var(--color-primary);font-weight:800}.format-content img{border-radius:1.5rem;margin:2rem 0;box-shadow:0 10px 30px #0000001a}
