@tailwind base;@tailwind components;@tailwind utilities;:root{--primary-color:#9f0000;--secondary-color:#bb0111}span.highlight{background-color:#ff0;color:red;padding:0 2px}.loading{display:inline-block;width:20px;height:20px;border-radius:50%;border:3px solid rgba(0,0,0,.1);border-top-color:#000;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(1turn)}}@keyframes gradient-anim{0%{background-position:0 0}50%{background-position:18.75em 31.25em}to{background-position:.1em .1em}}@keyframes blink{50%{color:transparent}}.blink-text{animation:blink .7s infinite}.qwgr{display:flex;justify-content:space-around;margin:10px 0}.qwgr span{display:inline-block;padding:8px 10px;font-size:18px;font-weight:700;background:linear-gradient(90deg,red,#ff7f00,#ff0,#0f0,#0ff,#00f,#8b00ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% auto;animation:gradient-flow 3s linear infinite}@keyframes gradient-flow{0%{background-position:0}to{background-position:200%}}.wzdh{border-collapse:collapse;width:100%}.wzdh td{padding:10px;text-align:center;border:1px solid #ddd}.wzdh td a{color:#000;text-decoration:none;font-weight:700;font-size:14px;display:block}.wzdh td a:hover{color:red}