.home-page .hero{position:relative;padding:80px 0 120px;overflow:hidden}.home-page .hero .hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto;text-align:center}.home-page .hero .hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#1677ff1a;border:1px solid rgba(22,119,255,.2);border-radius:20px;font-size:14px;color:#1677ff;font-weight:500;margin-bottom:32px}.home-page .hero .hero-badge .badge-icon{font-size:16px}.home-page .hero .hero-title{font-size:56px;font-weight:700;line-height:1.2;margin:0 0 24px;background:linear-gradient(135deg,#1677ff,#00b96b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-page .hero .hero-title .title-cursor{display:inline-block;animation:blink 1s infinite;color:#1677ff;-webkit-text-fill-color:#1677ff}.home-page .hero .hero-description{font-size:18px;line-height:1.8;color:#000000a6;max-width:600px;margin:0 auto 40px}.home-page .hero .hero-actions{display:flex;justify-content:center;gap:16px}.home-page .hero .hero-actions .btn-primary{height:48px;padding:0 32px;font-size:16px;font-weight:500;border-radius:8px}.home-page .hero .hero-decoration{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none;overflow:hidden}.home-page .hero .hero-decoration .deco-grid{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px);background-size:40px 40px;opacity:.5}.home-page .hero .hero-decoration .deco-circle{position:absolute;border-radius:50%;background:linear-gradient(135deg,#1677ff1a,#00b96b1a);filter:blur(60px);animation:float 8s ease-in-out infinite}.home-page .hero .hero-decoration .circle-1{width:400px;height:400px;top:-100px;left:-100px}.home-page .hero .hero-decoration .circle-2{width:300px;height:300px;bottom:-50px;right:-50px;animation-delay:-4s}@media (max-width: 768px){.home-page .hero{padding:60px 0 80px}.home-page .hero .hero-title{font-size:36px}.home-page .hero .hero-description{font-size:16px}}.home-page .latest-posts{padding:60px 0}.home-page .latest-posts .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.home-page .latest-posts .section-header .section-title{font-size:32px;font-weight:700;margin:0;color:#000000e0}.home-page .latest-posts .section-header .view-all{font-size:14px;color:#1677ff;text-decoration:none;display:flex;align-items:center;gap:4px;transition:gap .2s}.home-page .latest-posts .section-header .view-all:hover{gap:8px}.home-page .latest-posts .posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px}@media (max-width: 768px){.home-page .latest-posts .posts-grid{grid-template-columns:1fr}}.home-page .latest-posts .post-card{border-radius:12px;border:1px solid rgba(0,0,0,.06);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.home-page .latest-posts .post-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014;border-color:#1677ff33}.home-page .latest-posts .post-card :global .ant-card-body{padding:24px}.home-page .latest-posts .card-content{display:flex;flex-direction:column;gap:16px}.home-page .latest-posts .card-header{display:flex;flex-direction:column;gap:8px}.home-page .latest-posts .card-title{margin:0;font-size:18px;font-weight:600;color:#000000e0;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.home-page .latest-posts .card-date{font-size:13px;color:#00000073}.home-page .latest-posts .card-summary{font-size:14px;line-height:1.6;color:#000000a6;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.home-page .latest-posts .card-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;padding-top:8px;border-top:1px solid rgba(0,0,0,.06)}.home-page .latest-posts .card-category{padding:4px 12px;background:#1677ff1a;color:#1677ff;border-radius:4px;font-size:12px;font-weight:500}.home-page .latest-posts .card-tags{display:flex;gap:8px;flex-wrap:wrap}.home-page .latest-posts .card-tags .tag{font-size:12px;color:#00000073}.home-page .latest-posts .loading-text,.home-page .latest-posts .empty-text{grid-column:1/-1;text-align:center;padding:60px 0;color:#00000073;font-size:14px}@keyframes blink{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes float{0%,to{transform:translate(0)}25%{transform:translate(20px,-20px)}50%{transform:translate(-10px,10px)}75%{transform:translate(15px,5px)}}
