*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;background-color:#f5f5f5;overflow-x:hidden}a{color:#1890ff;transition:color .3s ease}a,a:hover{text-decoration:none}a:hover{color:#40a9ff}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:5px}::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#1890ff,#52c41a);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#40a9ff,#73d13d)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.fade-in{animation:fadeIn .6s ease-out}.pulse{animation:pulse 2s infinite}.gradient-bg{background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);background-size:400% 400%;animation:gradient 15s ease infinite}.text-gradient{background:linear-gradient(45deg,#1890ff,#52c41a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.shadow-lg{box-shadow:0 10px 30px rgba(0,0,0,.1)}.shadow-xl{box-shadow:0 15px 40px rgba(0,0,0,.15)}.rounded-lg{border-radius:15px}.rounded-xl{border-radius:20px}.transition-all{transition:all .3s ease}.hover-lift:hover{transform:translateY(-5px)}@media (max-width:768px){.mobile-hidden{display:none}.mobile-full{width:100%;margin-left:0;margin-right:0}}.loading-dots{display:inline-block}.loading-dots:after{content:"...";animation:dots 1.5s steps(4) infinite}@keyframes dots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}