@tailwind base;@tailwind components;@tailwind utilities;.h-80{height:20rem}.w-full{width:100%}.h-full{height:100%}html body{background:radial-gradient(1200px 500px at 100% -10%,rgba(240,147,26,.1),transparent 60%),radial-gradient(900px 420px at -10% 110%,rgba(240,198,122,.16),transparent 60%),#faf6ee;background-attachment:fixed}html :is(input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),select,textarea){border-radius:12px;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}html :is(input,select,textarea):is(.border-slate-300,.border-slate-200){border-color:#eadfcb;background-color:#fffdf9}html :is(input,select,textarea).p-2{padding:.6rem .8rem}html :is(input,select,textarea):is(.border-slate-300,.border-slate-200,.border-wk-200):hover{border-color:#f0c67a}html :is(input,select,textarea):focus{outline:none;border-color:#f0931a!important;box-shadow:0 0 0 4px #f0931a26;background-color:#fff}html input[type=checkbox]{accent-color:#d07108}.wk-card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.wk-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px -14px #a05a0a47}.wk-fade{animation:wkFade .35s ease both}.wk-rise{animation:wkRise .45s cubic-bezier(.2,.9,.3,1.1) both}@keyframes wkFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes wkRise{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}.wk-wiggle:hover{animation:wkWiggle .5s ease}@keyframes wkWiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.wk-pulse{animation:wkPulse 1.8s ease-in-out infinite}@keyframes wkPulse{0%,to{box-shadow:0 0 #f0931a73}50%{box-shadow:0 0 0 8px #f0931a00}}.scrollbar-hide{scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}@media(prefers-reduced-motion:reduce){.wk-fade,.wk-rise,.wk-pulse,.wk-wiggle:hover{animation:none!important}.wk-card,.wk-card:hover{transition:none;transform:none}}
