@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.brutal-shadow{box-shadow:8px 8px #000}.brutal-shadow-hover{box-shadow:8px 8px #000;transition:all .2s}.brutal-shadow-hover:hover{box-shadow:4px 4px #000;transform:translate(2px,2px)}.animate-in{animation:fadeIn .3s ease-in}.slide-in-from-bottom{animation:slideInFromBottom .5s ease-out}.slide-in-from-bottom-4{animation:slideInFromBottom4 .7s ease-out}.zoom-in{animation:zoomIn .3s ease-out}.fade-in{animation:fadeIn .5s ease-in}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromBottom{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInFromBottom4{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes zoomIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.legal-content h1,.legal-content h2,.legal-content h3,.legal-content h4,.legal-content h5{font-weight:900;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:.75rem;margin-top:1.5rem}.legal-content h1{font-size:1.5rem}.legal-content h2{font-size:1.25rem;border-bottom:2px solid #000;padding-bottom:.5rem}.legal-content h3{font-size:1.1rem}.legal-content h4{font-size:1rem}.legal-content p{margin-bottom:.75rem;line-height:1.7}.legal-content ul,.legal-content ol{margin-left:1.5rem;margin-bottom:.75rem;line-height:1.7}.legal-content ul{list-style-type:disc}.legal-content ol{list-style-type:decimal}.legal-content li{margin-bottom:.25rem}.legal-content strong{font-weight:700}.legal-content em{font-style:italic}.legal-content a{text-decoration:underline;font-weight:600}.legal-content a:hover{color:#ca8a04}.legal-content blockquote{border-left:4px solid #000;padding:.75rem 1rem;background:#f9f9f9;font-style:italic;margin:1rem 0}.legal-content table{width:100%;border-collapse:collapse;margin-bottom:1rem}.legal-content th,.legal-content td{border:2px solid #000;padding:.5rem .75rem;text-align:left}.legal-content th{font-weight:900;background:#f0f0f0}
