.home_wrapper{display:flex;flex-direction:column;gap:96px;padding:72px 0 80px}.home_wrapper .hero{position:relative;padding:24px 0}.home_wrapper .hero .hero_eyebrow{display:inline-block;font-size:.9rem;font-weight:700;color:var(--color-accent);background-color:var(--color-accent-soft);padding:6px 14px;border-radius:var(--radius-full);margin-bottom:20px}.home_wrapper .hero .hero_title{font-size:3.4rem;font-weight:800;line-height:1.22;letter-spacing:-.03em;color:var(--color-text-primary);margin-bottom:20px}.home_wrapper .hero .hero_title .accent{font-size:inherit;color:var(--color-accent)}.home_wrapper .hero .hero_sub{font-size:1.15rem;line-height:1.65;color:var(--color-text-secondary);margin-bottom:36px}.home_wrapper .hero .hero_sub b{color:var(--color-text-primary)}.home_wrapper .hero .hero_links{display:flex;gap:12px;align-items:center}.home_wrapper .hero .hero_links .cta_btn{display:inline-flex;align-items:center;padding:14px 28px;background-color:var(--color-accent);color:#fff;border-radius:var(--radius-md);font-weight:700;font-size:1rem;transition:background-color var(--duration-fast) ease,transform var(--duration-fast) var(--ease-spring),box-shadow var(--duration-base) ease}.home_wrapper .hero .hero_links .cta_btn:hover{background-color:var(--color-accent-hover);box-shadow:0 8px 20px rgba(49,130,246,.35);transform:translateY(-2px)}.home_wrapper .hero .hero_links .cta_btn:active{transform:scale(.97)}.home_wrapper .hero .hero_links .cta_link{color:var(--color-text-secondary);font-weight:600;font-size:1rem;padding:14px 18px;border-radius:var(--radius-md);transition:background-color var(--duration-fast) ease}.home_wrapper .hero .hero_links .cta_link:hover{background-color:var(--color-bg-alt);color:var(--color-text-primary)}.home_wrapper .hero .hero_img_area{position:absolute;right:40px;top:50%;transform:translateY(-50%)!important}.home_wrapper .hero .hero_img_area .hero_img{position:relative}.home_wrapper .hero .hero_img_area .hero_img:before{content:"";position:absolute;inset:-14px;background:linear-gradient(135deg,var(--color-accent-soft),transparent 70%);border-radius:50%;z-index:0}.home_wrapper .hero .hero_img_area .hero_img img{position:relative;border-radius:50%;object-fit:cover;z-index:1;transition:transform .4s var(--ease-spring)}.home_wrapper .hero .hero_img_area .hero_img:hover img{transform:scale(1.05) rotate(2deg)}.home_wrapper .recent_posts .section_header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.home_wrapper .recent_posts .section_header h2{font-size:1.7rem;color:var(--color-text-primary)}.home_wrapper .recent_posts .section_header a{color:var(--color-text-muted);font-size:.95rem;font-weight:600;padding:8px 14px;border-radius:var(--radius-sm);transition:background-color var(--duration-fast) ease,color var(--duration-fast) ease}.home_wrapper .recent_posts .section_header a:hover{background-color:var(--color-bg-alt);color:var(--color-accent)}.home_wrapper .recent_posts .post_grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.home_wrapper .recent_posts .post_grid>div{height:100%}.home_wrapper .recent_posts .post_grid .post_card{display:flex;flex-direction:column;gap:12px;height:100%;box-sizing:border-box;padding:26px;background-color:var(--color-card-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:transform var(--duration-base) var(--ease-spring),box-shadow var(--duration-base) ease,border-color var(--duration-base) ease}.home_wrapper .recent_posts .post_grid .post_card:hover{transform:translateY(-6px);box-shadow:var(--shadow-card-hover);border-color:transparent}.home_wrapper .recent_posts .post_grid .post_card:hover h3{color:var(--color-accent)}.home_wrapper .recent_posts .post_grid .post_card:active{transform:translateY(-2px) scale(.985)}.home_wrapper .recent_posts .post_grid .post_card .card_tags{display:flex;gap:6px}.home_wrapper .recent_posts .post_grid .post_card .card_tags .card_tag{font-size:.75rem;font-weight:600;color:var(--color-accent);background-color:var(--color-accent-soft);padding:4px 10px;border-radius:var(--radius-full)}.home_wrapper .recent_posts .post_grid .post_card h3{font-size:1.15rem;font-weight:700;line-height:1.4;color:var(--color-text-primary);transition:color var(--duration-fast) ease}.home_wrapper .recent_posts .post_grid .post_card .excerpt,.home_wrapper .recent_posts .post_grid .post_card h3{display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal;overflow:hidden;-webkit-line-clamp:2}.home_wrapper .recent_posts .post_grid .post_card .excerpt{font-size:.88rem;line-height:1.6;color:var(--color-text-muted);flex:1 1}.home_wrapper .recent_posts .post_grid .post_card .card_meta{display:flex;align-items:center;justify-content:space-between}.home_wrapper .recent_posts .post_grid .post_card .card_meta .date,.home_wrapper .recent_posts .post_grid .post_card .card_meta .likes{font-size:.8rem;color:var(--color-text-muted)}.home_wrapper .tag_cloud h2{font-size:1.7rem;margin-bottom:24px;color:var(--color-text-primary)}.home_wrapper .tag_cloud .tags{display:flex;flex-wrap:wrap;gap:10px}.home_wrapper .tag_cloud .tags .tag_pill{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background-color:var(--color-tag-bg);border-radius:var(--radius-full);font-size:.92rem;font-weight:600;color:var(--color-text-secondary);transition:background-color var(--duration-fast) ease,color var(--duration-fast) ease,transform var(--duration-fast) var(--ease-spring)}.home_wrapper .tag_cloud .tags .tag_pill span{font-size:.78rem;font-weight:700;color:var(--color-text-muted);transition:color var(--duration-fast) ease}.home_wrapper .tag_cloud .tags .tag_pill:hover{background-color:var(--color-accent);color:#fff;transform:translateY(-3px)}.home_wrapper .tag_cloud .tags .tag_pill:hover span{color:hsla(0,0%,100%,.75)}.home_wrapper .tag_cloud .tags .tag_pill:active{transform:scale(.95)}@media(max-width:768px){.home_wrapper{gap:64px;padding:32px 0 48px}.home_wrapper .hero .hero_title{font-size:2.3rem}.home_wrapper .hero .hero_sub{font-size:1rem}.home_wrapper .hero .hero_img_area{display:none}.home_wrapper .hero .hero_links .cta_btn{padding:13px 22px}.home_wrapper .recent_posts .section_header h2{font-size:1.4rem}.home_wrapper .recent_posts .post_grid{grid-template-columns:1fr;gap:14px}.home_wrapper .tag_cloud h2{font-size:1.4rem}}@media(min-width:769px)and (max-width:1024px){.home_wrapper .hero .hero_img_area{right:10px}.home_wrapper .recent_posts .post_grid{grid-template-columns:repeat(2,1fr)}}