.author-module__FwbgAq__container{color:#fff;background:#050505;min-height:100vh;padding-top:60px;padding-bottom:100px;font-family:Inter,sans-serif}.author-module__FwbgAq__profileWrapper{z-index:2;grid-template-columns:320px 1fr;align-items:start;gap:60px;max-width:1200px;margin:0 auto 60px;padding:0 40px;display:grid;position:relative}.author-module__FwbgAq__leftColumn{background:#0f0f0f;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;align-items:center;padding:40px;display:flex;position:sticky;top:40px;box-shadow:0 20px 40px #00000080}.author-module__FwbgAq__avatarWrapper{border-radius:24px;width:220px;height:220px;margin-bottom:30px;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}.author-module__FwbgAq__avatar{object-fit:cover;width:100%;height:100%;transition:transform .5s}.author-module__FwbgAq__avatarWrapper:hover .author-module__FwbgAq__avatar{transform:scale(1.08)}.author-module__FwbgAq__info h1{background:linear-gradient(135deg,#fff 0%,#888 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:20px}.author-module__FwbgAq__role{color:var(--color-pink);letter-spacing:.5px;margin-bottom:25px;font-size:1.3rem;font-weight:600;display:inline-block}.author-module__FwbgAq__bio{color:#a0a0a0;font-size:1.2rem;line-height:1.8}.author-module__FwbgAq__socialLinks{justify-content:center;gap:15px;width:100%;display:flex}.author-module__FwbgAq__socialLink{color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:15px;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.author-module__FwbgAq__socialLink:hover{background:var(--color-blue);border-color:var(--color-blue);transform:translateY(-5px);box-shadow:0 10px 20px #0077b533}.author-module__FwbgAq__articlesSection{max-width:1240px;margin:80px auto 0;padding:0 20px}.author-module__FwbgAq__sectionTitle{color:#fff;justify-content:center;align-items:center;gap:20px;margin-bottom:60px;font-size:2.5rem;font-weight:800;display:flex}.author-module__FwbgAq__sectionTitle:before,.author-module__FwbgAq__sectionTitle:after{content:"";background:linear-gradient(90deg,#0000,#333,#0000);flex-grow:.1;height:1px}.author-module__FwbgAq__articlesGrid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.author-module__FwbgAq__articleCard{background:#0f0f0f;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.author-module__FwbgAq__articleCard:hover{background:#141414;border-color:#4a90e24d;transform:translateY(-10px);box-shadow:0 20px 40px #0006}.author-module__FwbgAq__articleImageWrapper{height:220px;overflow:hidden}.author-module__FwbgAq__articleImage{object-fit:cover;width:100%;height:100%;transition:transform .6s}.author-module__FwbgAq__articleCard:hover .author-module__FwbgAq__articleImage{transform:scale(1.1)}.author-module__FwbgAq__articleContent{flex-direction:column;flex-grow:1;padding:25px;display:flex}.author-module__FwbgAq__articleDate{color:#666;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:15px;font-size:.8rem;font-weight:700}.author-module__FwbgAq__articleTitle{color:#fff;margin-bottom:12px;font-size:1.4rem;font-weight:700;line-height:1.4}.author-module__FwbgAq__articleExcerpt{color:#999;flex-grow:1;margin-bottom:25px;font-size:1rem;line-height:1.6}.author-module__FwbgAq__readMore{color:var(--color-pink);text-transform:uppercase;letter-spacing:1px;align-items:center;gap:8px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.author-module__FwbgAq__readMore:hover{color:#fff;gap:12px}@media (max-width:1200px){.author-module__FwbgAq__articlesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.author-module__FwbgAq__profileWrapper{grid-template-columns:1fr;gap:40px;padding:0 30px}.author-module__FwbgAq__leftColumn{text-align:left;flex-direction:row;gap:30px;padding:30px;position:relative;top:0}.author-module__FwbgAq__avatarWrapper{flex-shrink:0;width:150px;height:150px;margin-bottom:0}.author-module__FwbgAq__socialLinks{justify-content:flex-start}.author-module__FwbgAq__info h1{font-size:3rem}}@media (max-width:768px){.author-module__FwbgAq__container{padding-top:40px}.author-module__FwbgAq__leftColumn{text-align:center;justify-content:center;align-items:center;padding:30px 20px}.author-module__FwbgAq__avatarWrapper{border-radius:16px;width:150px;height:150px}.author-module__FwbgAq__socialLinks{flex-direction:column;justify-content:flex-start;width:max-content}.author-module__FwbgAq__info h1{text-align:left;font-size:2.2rem}.author-module__FwbgAq__role{text-align:left;display:inline-block}.author-module__FwbgAq__bio{text-align:left;font-size:1rem}.author-module__FwbgAq__articlesGrid{grid-template-columns:1fr}.author-module__FwbgAq__sectionTitle{text-align:left;justify-content:flex-start;font-size:1.8rem}.author-module__FwbgAq__sectionTitle:after{flex-grow:1}.author-module__FwbgAq__sectionTitle:before{display:none}}@media (max-width:480px){.author-module__FwbgAq__profileWrapper{padding:0 20px}.author-module__FwbgAq__info h1{font-size:2rem}.author-module__FwbgAq__articleImageWrapper{height:180px}}.author-module__FwbgAq__skeletonCard{background:#0f0f0f;border:1px solid #ffffff0d;border-radius:12px;padding:15px;overflow:hidden;box-shadow:0 2px 10px #00000080}.author-module__FwbgAq__skeletonImage{background:linear-gradient(100deg,#292929 30%,#171717 50%,#292929 70%) 0 0/200% 100%;border-radius:10px;width:100%;height:180px;margin-bottom:15px;animation:1.5s infinite author-module__FwbgAq__shimmer}.author-module__FwbgAq__skeletonText{background:linear-gradient(100deg,#292929 30%,#171717 50%,#292929 70%) 0 0/200% 100%;border-radius:6px;width:80%;height:16px;margin-bottom:10px;animation:1.5s infinite author-module__FwbgAq__shimmer}.author-module__FwbgAq__skeletonTextSmall{background:linear-gradient(100deg,#292929 30%,#171717 50%,#292929 70%) 0 0/200% 100%;border-radius:6px;width:60%;height:14px;animation:1.5s infinite author-module__FwbgAq__shimmer}@keyframes author-module__FwbgAq__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
