:root{--author-primary:#1a202c;--author-secondary:#2d3748;--author-accent:#39a0ed;--author-accent-hover:#2e88d1;--author-text:#1f2937;--author-text-muted:#6b7280;--author-bg:#ffffff;--author-bg-light:#f9fafb;--author-border:#e5e7eb;--author-border-light:#f3f4f6;--author-card-shadow:0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);--author-card-shadow-hover:0 10px 40px rgba(0, 0, 0, 0.1);--author-radius:12px;--author-radius-sm:8px;--author-radius-lg:16px;--author-transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);--author-font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--hero-gradient:linear-gradient(135deg, #3498db, #2ecc71)}body.dark-theme{--author-primary:#f5f5f5;--author-secondary:#e2e8f0;--author-accent:#39a0ed;--author-accent-hover:#2e88d1;--author-text:#f5f5f5;--author-text-muted:#a0aec0;--author-bg:#1a1a1a;--author-bg-light:#2d3748;--author-border:#4a5568;--author-border-light:#2d3748;--author-card-shadow:0 4px 6px rgba(0, 0, 0, 0.3);--author-card-shadow-hover:0 10px 40px rgba(0, 0, 0, 0.5);--hero-gradient:linear-gradient(135deg, #2186c4, #27ae60)}.author-page{font-family:var(--author-font-family);background:var(--author-bg);min-height:100vh;color:var(--author-text)}.author-hero{position:relative;padding:50px 0 35px;text-align:center;background:var(--hero-gradient);color:#fff;overflow:hidden}.author-hero .hero-content{max-width:900px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.author-hero .author-avatar{width:100px;height:100px;border-radius:50%;margin:0 auto 20px;overflow:hidden;border:4px solid rgb(255 255 255 / .3);box-shadow:0 8px 24px rgb(0 0 0 / .2)}.author-hero .author-avatar img{width:100%;height:100%;object-fit:cover}.author-hero .hero-title{font-size:clamp(2rem, 5vw, 3rem);font-weight:800;color:#fff;margin:0 0 16px;letter-spacing:-.02em;line-height:1.2;text-shadow:0 2px 8px rgb(0 0 0 / .15)}.author-hero .wavy-decoration{display:flex;justify-content:center;margin-bottom:12px}.author-hero .wavy-decoration svg{width:40px;height:12px;color:#fff;opacity:.8}.author-hero .hero-subtitle{font-size:1.125rem;color:rgb(255 255 255 / .9);max-width:600px;margin:0 auto;line-height:1.6;text-shadow:0 1px 4px rgb(0 0 0 / .1)}.author-hero .shape{position:absolute;z-index:1}.author-hero .shape-1{top:20%;left:5%;width:40px;height:40px;background:rgb(255 255 255 / .1);border-radius:50%;animation:author-float 6s ease-in-out infinite}.author-hero .shape-2{top:50%;right:8%;width:60px;height:60px;background:rgb(255 255 255 / .1);border-radius:10px;transform:rotate(45deg);animation:author-float 8s ease-in-out infinite 1s}.author-hero .shape-3{bottom:20%;left:8%;width:35px;height:35px;background:rgb(255 255 255 / .1);border-radius:8px;animation:author-float 7s ease-in-out infinite 2s}@keyframes author-float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}100%{transform:translateY(0) rotate(0)}}.author-container{max-width:1200px;margin:0 auto;padding:40px 20px 60px}.category-section{margin-bottom:70px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:16px;border-bottom:1px solid var(--author-border-light)}.section-title{font-size:1.5rem;font-weight:800;color:var(--author-primary);margin:0}.post-count{font-size:.875rem;font-weight:500;color:var(--author-text-muted);background:var(--author-bg-light);padding:6px 14px;border-radius:50px}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.post-card{background:var(--author-bg);border-radius:var(--author-radius);overflow:hidden;transition:var(--author-transition);border:1px solid var(--author-border-light)}.post-card:hover{box-shadow:var(--author-card-shadow-hover);transform:translateY(-4px);border-color:#fff0}.post-card .post-thumbnail{position:relative;aspect-ratio:16/10;overflow:hidden;display:block;background:linear-gradient(135deg,#e0f2fe 0%,#a5f3fc 50%,#99f6e4 100%)}.post-card .post-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.post-card:hover .post-thumbnail img{transform:scale(1.05)}.placeholder-thumbnail{width:100%;height:100%;background:linear-gradient(135deg,#e0f2fe 0%,#a5f3fc 50%,#99f6e4 100%);display:flex;align-items:center;justify-content:center}body.dark-theme .placeholder-thumbnail{background:linear-gradient(135deg,#1e293b 0%,#334155 100%)}.post-card .post-content{padding:20px}.post-card .post-title{font-size:1rem;font-weight:700;line-height:1.4;margin:0 0 12px;color:var(--author-primary);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card .post-title a{color:inherit;text-decoration:none;transition:var(--author-transition)}.post-card .post-title a:hover{color:var(--author-accent)}.post-card .post-meta{display:flex;align-items:center;gap:12px;font-size:.8125rem;color:var(--author-text-muted)}.post-card .post-date{display:flex;align-items:center;gap:4px}.post-card .post-category{background:var(--author-bg-light);padding:3px 10px;border-radius:50px;font-size:.75rem;font-weight:500;color:var(--author-accent)}.author-pagination,.nav-links{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:60px;padding-top:40px;border-top:1px solid var(--author-border-light)}.author-pagination .page-numbers,.nav-links .page-numbers{display:flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 14px;border-radius:50px;font-size:.875rem;font-weight:500;color:var(--author-text);text-decoration:none;background:var(--author-bg);border:1px solid var(--author-border);transition:var(--author-transition)}.author-pagination .page-numbers:hover,.nav-links .page-numbers:hover{background:var(--author-bg-light);border-color:var(--author-text-muted)}.author-pagination .page-numbers.current,.nav-links .page-numbers.current{background:var(--author-primary);border-color:var(--author-primary);color:#fff}.author-pagination .prev,.author-pagination .next,.nav-links .prev,.nav-links .next{padding:0 12px}.author-pagination .prev svg,.author-pagination .next svg,.nav-links .prev svg,.nav-links .next svg{width:18px;height:18px}.no-posts{text-align:center;padding:80px 20px;color:var(--author-text-muted)}.no-posts svg{width:64px;height:64px;margin-bottom:20px;opacity:.5}.no-posts h3{font-size:1.25rem;font-weight:600;color:var(--author-text);margin:0 0 8px}.no-posts p{font-size:.9375rem;margin:0}@media (max-width:1024px){.posts-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:768px){.author-hero{padding:40px 0 30px}.author-hero .author-avatar{width:80px;height:80px}.author-hero .hero-title{font-size:1.75rem}.author-hero .hero-subtitle{font-size:1rem}.author-container{padding:30px 16px 40px}.section-header{flex-direction:column;align-items:flex-start;gap:12px}.section-title{font-size:1.25rem}.posts-grid{grid-template-columns:1fr;gap:20px}.post-card .post-content{padding:16px}.author-pagination,.nav-links{margin-top:40px;padding-top:30px}}@media (max-width:480px){.author-hero{padding:30px 0 25px}.author-hero .author-avatar{width:70px;height:70px}.author-hero .hero-title{font-size:1.5rem}.author-pagination .page-numbers,.nav-links .page-numbers{min-width:36px;height:36px;padding:0 10px;font-size:.8125rem}}