.hero{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:var(--bg)}.hero-full-height{height:100vh}.hero-full-height .hero-content{animation:slideUpFade .8s ease-out forwards}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(-35px)}}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;background-attachment:fixed;z-index:0}.hero-background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(var(--bg-rgb),0);z-index:1}.hero-content{max-width:800px;padding:2rem;animation:fadeIn .8s ease-out;z-index:2}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.hero p{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.character-illustration{position:absolute;top:50%;transform:translateY(-50%);width:400px;height:auto;z-index:0;opacity:.7;filter:drop-shadow(0 10px 30px rgba(0,0,0,.1));mask-image:linear-gradient(to bottom,black 60%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 60%,transparent 100%)}.character-illustration img{mix-blend-mode:multiply;width:100%;height:auto;object-fit:contain}.character-illustration.right{right:3%;animation:floatRight 6s ease-in-out infinite}.character-illustration.left{left:3%;animation:floatLeft 6s ease-in-out infinite}@keyframes floatRight{0%,100%{transform:translateY(-50%)translateX(0);opacity:.7}50%{transform:translateY(-50%)translateX(20px);opacity:.8}}@keyframes floatLeft{0%,100%{transform:translateY(-50%)translateX(0);opacity:.7}50%{transform:translateY(-50%)translateX(-20px);opacity:.8}}@media(prefers-color-scheme:dark){.character-illustration img{mix-blend-mode:screen}}.hitokoto-container{margin-top:.8rem;padding:.5rem .8rem;background:0 0;border-radius:4px;max-width:380px;margin-left:auto;margin-right:auto;position:relative;transition:var(--transition)}.hitokoto-text{font-size:.75rem;color:var(--text-secondary);line-height:1.5;margin-bottom:.1rem;font-weight:400;padding-right:1.5rem}.hitokoto-meta{font-size:.65rem;color:var(--text-secondary);opacity:.5;text-align:right;margin-top:0;padding-right:1.5rem}.hitokoto-refresh{position:absolute;top:50%;right:.2rem;transform:translateY(-50%);background:0 0;border:none;cursor:pointer;padding:.3rem;border-radius:4px;transition:var(--transition);color:var(--text-secondary);opacity:.3;display:flex;align-items:center;justify-content:center}.hitokoto-refresh:hover{opacity:.7;background:rgba(var(--text-secondary-rgb),.08)}.hitokoto-refresh svg{width:12px;height:12px}.hitokoto-refresh.rotating svg{animation:rotate .6s linear}@keyframes rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.scroll-animation-section{opacity:0;transform:translateY(50px);transition:opacity var(--scroll-animation-duration,.8s)ease-out,transform var(--scroll-animation-duration,.8s)ease-out}.scroll-animation-section.visible{opacity:1;transform:translateY(0)}.latest-posts{padding:4rem 0}.section-title{font-size:2rem;font-weight:700;margin-bottom:2.5rem;text-align:center;color:var(--text);position:relative}.section-title::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:var(--gradient-primary);border-radius:2px}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem;margin-bottom:2rem}.post-card{background:var(--glass-bg);border-radius:var(--radius);overflow:hidden;transition:var(--transition);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;flex-direction:column;cursor:pointer;text-decoration:none;color:inherit}.post-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.post-card-image{width:100%;height:200px;object-fit:cover;background:linear-gradient(135deg,var(--primary),var(--accent))}.post-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.post-card-meta{display:flex;gap:1rem;font-size:.85rem;color:var(--text-secondary);margin-bottom:.8rem;flex-wrap:wrap}.post-card-meta span{display:flex;align-items:center;gap:.3rem}.post-card h3{font-size:1.3rem;font-weight:600;margin-bottom:.8rem;color:var(--text);line-height:1.4}.post-card-excerpt{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:auto}.post-tag{font-size:.8rem;color:var(--primary);background:rgba(var(--primary-rgb),.1);padding:.3rem .8rem;border-radius:20px;font-weight:500}.features{padding:4rem 0;background:linear-gradient(to bottom,var(--bg),var(--card-bg))}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:var(--glass-bg);padding:2rem;border-radius:var(--radius);text-align:center;transition:var(--transition);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.feature-icon{width:60px;height:60px;margin:0 auto 1.5rem;background:var(--gradient-primary);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff}.feature-card h3{font-size:1.3rem;margin-bottom:.8rem;color:var(--text);font-weight:600}.feature-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}@media(max-width:768px){.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.character-illustration{display:none}.hero{min-height:60vh}.posts-grid{grid-template-columns:1fr}.post-card{flex-direction:column}.post-card-image{height:180px}.section-title{font-size:1.6rem}}@media(max-width:480px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{width:100%}.post-card{border-radius:8px}.post-card-image{height:160px}}