*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#fff;color:#354359;line-height:1.6;position:relative}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700}p{margin:0}button{font-family:inherit}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:gray;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:gray}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-30px) translate(15px)}}@keyframes floatRotate{0%,to{transform:translateY(0) translate(0) rotate(0)}50%{transform:translateY(-25px) translate(20px) rotate(45deg)}}@keyframes floatSlowRotate{0%,to{transform:translateY(0) translate(0) rotate(0)}50%{transform:translateY(-20px) translate(-15px) rotate(-45deg)}}.animate-float{animation:float 18s ease-in-out infinite}.animate-float-delayed{animation:float 22s ease-in-out infinite;animation-delay:4s}.animate-float-slow{animation:float 26s ease-in-out infinite;animation-delay:8s}.animate-float-rotate{animation:floatRotate 24s ease-in-out infinite}.animate-float-slow-rotate{animation:floatSlowRotate 28s ease-in-out infinite;animation-delay:6s}.fade-in{animation:fadeIn .3s ease-in}.container{max-width:1100px;margin:0 auto;padding:0 20px}.text-center{text-align:center}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}a:focus,button:focus,input:focus,textarea:focus{outline:2px solid #3b82f6;outline-offset:2px}@media print{.header,.footer,.nav,button{display:none!important}}
