.author-box-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0}.author-box-title p{margin:0;font-size:16px;font-weight:600;color:#333}.author-box-title p:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;color:#ff5722;font-size:28px}.author-card{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0;padding:20px;border-radius:20px;background:-webkit-gradient(linear, left top, left bottom, from(#fcdddf), color-stop(18%, #fff8f9), color-stop(45%, #ffffff));background:linear-gradient(180deg, #fcdddf 0%, #fff8f9 18%, #ffffff 45%);-webkit-box-shadow:0 2px 16px rgba(0,0,0,.06);box-shadow:0 2px 16px rgba(0,0,0,.06);-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;-webkit-transition:all .3s ease;transition:all .3s ease}.author-card:hover{-webkit-box-shadow:0 4px 24px rgba(0,0,0,.1);box-shadow:0 4px 24px rgba(0,0,0,.1)}.author-left{-ms-flex-negative:0;flex-shrink:0;margin-right:32px}.author-avatar{position:relative;width:140px;height:140px}.author-avatar img{width:140px;height:140px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:4px solid #fff;-webkit-box-shadow:0 4px 16px rgba(0,0,0,.1);box-shadow:0 4px 16px rgba(0,0,0,.1);display:block}.author-right{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;padding-top:8px}.author-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;margin-bottom:8px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.author-name{font-size:32px;font-weight:700;color:#000;margin:0 0 12px;line-height:1.2}.author-status{font-size:15px;color:#168a77;font-weight:600;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0}.author-status svg{-ms-flex-negative:0;flex-shrink:0}.author-role{display:inline-block;font-size:16px;font-weight:600;color:#6d4c41;background:#ffecb3;padding:10px 20px;border-radius:8px;margin-bottom:10px}.author-summary{font-size:16px;color:#333;line-height:1.6;margin-bottom:8px;font-weight:400}.author-more{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;color:#ff5722;font-weight:700;text-decoration:none;font-size:16px;-webkit-transition:all .3s ease;transition:all .3s ease}.author-more::after{content:"›";font-size:24px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;font-weight:700}.author-more:hover{color:#d84315;gap:12px}.author-more:hover::after{-webkit-transform:translateX(4px);transform:translateX(4px)}@media(max-width: 768px){.author-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;padding:32px 24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.author-left{margin-right:0;margin-bottom:24px}.author-avatar,.author-avatar img{width:120px;height:120px}.author-header{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.author-name{font-size:26px;margin-bottom:8px}.author-summary{text-align:center}}@media(max-width: 480px){.author-card{padding:24px 20px}.author-box-title{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.author-box-title p{font-size:14px}.author-box-title p:first-child{font-size:24px}.author-avatar,.author-avatar img{width:100px;height:100px;border-width:3px}.author-name{font-size:22px}.author-role{font-size:14px;padding:8px 16px}.author-summary{font-size:15px}.author-status{font-size:13px;gap:6px}.author-more{font-size:15px}}