*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;color:#333;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:20px}.hero{text-align:center;padding:60px 20px;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4);background-size:400% 400%;animation:gradientShift 8s ease infinite;border-radius:20px;margin-bottom:40px;color:#fff;box-shadow:0 20px 40px #0000001a}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:16px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero p{font-size:1.3rem;opacity:.9;max-width:600px;margin:0 auto}.section{background:white;border-radius:20px;padding:40px;margin-bottom:40px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.section:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.section h2{font-size:2.2rem;color:#2c3e50;margin-bottom:30px;text-align:center;position:relative}.section h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);border-radius:2px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:30px}.card{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);border-radius:16px;padding:30px;text-align:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.2);position:relative;overflow:hidden}.card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.card:hover:before{left:100%}.card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0003}.card-icon{font-size:3rem;margin-bottom:20px;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.card h3{font-size:1.4rem;color:#2c3e50;margin-bottom:15px;font-weight:600}.card p{color:#666;font-size:1rem;line-height:1.6}.image-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:30px}.gallery-item{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 8px 25px #0000001a;transition:all .3s ease;aspect-ratio:1;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1)}.gallery-item:hover{transform:scale(1.05);box-shadow:0 15px 35px #0003}.gallery-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(255,107,107,.8),rgba(78,205,196,.8));opacity:0;transition:opacity .3s ease;z-index:1}.gallery-item:hover:before{opacity:1}.gallery-content{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;color:#fff;text-align:center;z-index:2;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-content{opacity:1}.gallery-icon{font-size:2.5rem;margin-bottom:15px}.gallery-title{font-size:1.3rem;font-weight:600;margin-bottom:10px}.gallery-desc{font-size:.9rem;opacity:.9}.cheer-section{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.cheer-section h2{color:#fff}.cheer-section h2:after{background:linear-gradient(45deg,#ffd93d,#ff6b6b)}.cheer-leader{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.cheer-leader:hover{background:rgba(255,255,255,.2)}@media (max-width:768px){.hero h1{font-size:2.5rem}.section{padding:30px 20px}.grid{grid-template-columns:1fr;gap:20px}.image-gallery{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}}.ikun-badge{display:inline-block;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);color:#fff;padding:8px 16px;border-radius:25px;font-size:.9rem;font-weight:500;margin:5px;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}
