.author-module__S9L_uW__authorPage{background:#fff;min-height:100vh}.author-module__S9L_uW__header{color:var(--primary);background:#faf9f6;border-bottom:1px solid #0000000d;padding:3.5rem 0;position:relative;overflow:hidden}.author-module__S9L_uW__header:before{content:"";background-image:radial-gradient(var(--border)1px,transparent 1px);opacity:.1;z-index:1;background-size:24px 24px;position:absolute;inset:0}.author-module__S9L_uW__profile{text-align:left;z-index:2;border-radius:var(--radius-lg);background:#fff;border:1px solid #00000008;flex-direction:row;align-items:center;gap:3rem;max-width:1000px;margin:0 auto;padding:2.5rem 3rem;display:flex;position:relative;box-shadow:0 20px 40px #0000000d}@media (max-width:900px){.author-module__S9L_uW__profile{text-align:center;flex-direction:column;gap:1.5rem;width:95%;padding:2.5rem 1.5rem}}.author-module__S9L_uW__badge{color:var(--accent);text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:800;font-family:var(--font-heading);background:#fff5eb;border:1px solid #e67e2226;border-radius:99px;align-items:center;gap:.4rem;margin-bottom:.75rem;padding:.4rem 1rem;display:inline-flex}.author-module__S9L_uW__avatar{background:var(--primary);color:#fff;width:130px;height:130px;font-size:3rem;font-weight:800;font-family:var(--font-heading);border:4px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden;box-shadow:0 10px 20px #0000001a}.author-module__S9L_uW__avatar img{object-fit:cover;width:100%;height:100%}.author-module__S9L_uW__info{flex:1}.author-module__S9L_uW__name{font-family:var(--font-heading);color:var(--primary);letter-spacing:-.02em;margin-bottom:.5rem;font-size:2.5rem;font-weight:900;line-height:1.1}@media (max-width:600px){.author-module__S9L_uW__name{font-size:2rem}.author-module__S9L_uW__avatar{width:100px;height:100px;font-size:2.5rem}}.author-module__S9L_uW__bio{color:#4b5563;max-width:700px;margin-top:.5rem;font-size:1.1rem;font-weight:400;line-height:1.6}.author-module__S9L_uW__socials{flex-wrap:wrap;justify-content:flex-start;gap:1rem;margin-top:1.5rem;display:flex}@media (max-width:900px){.author-module__S9L_uW__socials{justify-content:center}}.author-module__S9L_uW__socialLink{border:1px solid var(--border);width:40px;height:40px;color:var(--primary);background:#f8fafc;border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.author-module__S9L_uW__socialLink:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-2px);box-shadow:0 5px 10px #ff7a0026}.author-module__S9L_uW__content{padding:4rem 0}.author-module__S9L_uW__sectionTitle{font-family:var(--font-heading);color:var(--primary);letter-spacing:-.02em;justify-content:center;align-items:center;gap:1.25rem;margin-bottom:2.5rem;font-size:2rem;font-weight:900;display:flex}@media (max-width:600px){.author-module__S9L_uW__sectionTitle{flex-direction:column;gap:.5rem;font-size:1.5rem}}.author-module__S9L_uW__count{color:var(--accent);border-radius:var(--radius-full);background:#fff5eb;padding:.2rem .6rem;font-size:1rem;font-weight:600}.author-module__S9L_uW__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.author-module__S9L_uW__empty{text-align:center;border-radius:var(--radius-lg);border:1px dashed var(--border);color:var(--subtle);font-family:var(--font-heading);background:#fafafa;padding:4rem 2rem;font-size:1.1rem}
.Card-module__PyYZwW__card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border);background:#fff;flex-direction:column;transition:all .5s cubic-bezier(.23,1,.32,1);display:flex;overflow:hidden}.Card-module__PyYZwW__card:hover{box-shadow:var(--shadow-lg);border-color:var(--accent);transform:translateY(-8px)}.Card-module__PyYZwW__imageLink{aspect-ratio:16/10;display:block;overflow:hidden}.Card-module__PyYZwW__imageWrapper{width:100%;height:100%;position:relative}.Card-module__PyYZwW__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.Card-module__PyYZwW__card:hover .Card-module__PyYZwW__image{transform:scale(1.05)}.Card-module__PyYZwW__imagePlaceholder{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);color:#fff;width:100%;height:100%;font-size:3rem;font-weight:700;font-family:var(--font-heading);justify-content:center;align-items:center;display:flex}.Card-module__PyYZwW__content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.Card-module__PyYZwW__meta{align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.Card-module__PyYZwW__category{color:var(--primary);font-weight:600;font-family:var(--font-heading);transition:color .2s}a.Card-module__PyYZwW__category:hover{color:var(--accent)}.Card-module__PyYZwW__dot{color:var(--border)}.Card-module__PyYZwW__date{color:var(--subtle)}.Card-module__PyYZwW__title{margin-bottom:.75rem;font-size:1.25rem;line-height:1.3}.Card-module__PyYZwW__title a{transition:color .2s}.Card-module__PyYZwW__title a:hover{color:var(--primary)}.Card-module__PyYZwW__excerpt{color:var(--subtle);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:1rem;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.Card-module__PyYZwW__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.Card-module__PyYZwW__author{color:var(--foreground);font-size:.9rem;font-weight:500;font-family:var(--font-heading)}a.Card-module__PyYZwW__author:hover{color:var(--primary)}.Card-module__PyYZwW__readMore{color:var(--primary);font-size:.9rem;font-weight:600;font-family:var(--font-heading);transition:transform .2s}.Card-module__PyYZwW__readMore:hover{transform:translate(4px)}
.Pagination-module__ssBGzG__pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;display:flex}.Pagination-module__ssBGzG__page,.Pagination-module__ssBGzG__arrow{border-radius:var(--radius-sm);min-width:40px;height:40px;font-family:var(--font-heading);border:1px solid var(--border);color:var(--foreground);background:#fff;justify-content:center;align-items:center;padding:0 .75rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.Pagination-module__ssBGzG__page:hover,.Pagination-module__ssBGzG__arrow:hover:not(.Pagination-module__ssBGzG__disabled),.Pagination-module__ssBGzG__active{background:var(--primary);color:#fff;border-color:var(--primary)}.Pagination-module__ssBGzG__disabled{opacity:.4;cursor:not-allowed}.Pagination-module__ssBGzG__ellipsis{color:var(--subtle);padding:0 .25rem}@media (max-width:480px){.Pagination-module__ssBGzG__page,.Pagination-module__ssBGzG__arrow{min-width:36px;height:36px;padding:0 .5rem;font-size:.85rem}}
