/* ---- avtor.php ---- */
:root{--r:#c0364e;--rd:#9e2c3f;--rp:#fdf0f2;--k:#111;--w:#fff;--g:#f7f7f7;--b:#e8e8e8;--t:#555;--lt:#aaa;--mx:1084px}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:var(--w);color:var(--k);font-family:'PT Sans',sans-serif;font-size:15px;line-height:1.6;overflow-x:hidden}
a{color:inherit;text-decoration:none}
header{background:var(--w);border-bottom:1px solid var(--b);position:sticky;top:0;z-index:200;width:100%}
.header-inner{max-width:var(--mx);margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:13px 24px}
.logo{font-family:'PT Serif',serif;font-size:22px;font-weight:700;color:var(--k)}
.logo-dot{color:var(--r)}
.header-nav{display:flex;align-items:center;gap:6px}
.hnav-link{font-size:13px;font-weight:700;color:var(--t);padding:7px 12px;border-radius:5px;transition:color .15s,background .15s}
.hnav-link:hover{color:var(--k);background:var(--g)}
.hnav-btn{background:var(--r);color:#fff;padding:8px 20px;font-size:13px;font-weight:700;border-radius:5px;transition:background .15s}
.hnav-btn:hover{background:var(--rd)}
.arrow-anim{display:inline-block;animation:arrowPulse 1.4s ease-in-out infinite}
@keyframes arrowPulse{0%,100%{transform:translateX(0);opacity:1}50%{transform:translateX(5px);opacity:.6}}
.bc{border-bottom:1px solid var(--b)}
.bc-inner{max-width:var(--mx);margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:6px;height:36px;font-size:12px;color:var(--lt)}
.bc a{color:var(--lt);transition:color .15s}.bc a:hover{color:var(--k)}
.bc-sep{color:var(--b);font-size:10px}
.bc-cur{color:var(--k);font-weight:700}
.author-hero{background:var(--k);padding:52px 24px 48px;position:relative;overflow:hidden}
.author-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 80% at 70% 50%,rgba(192,54,78,.18) 0%,transparent 70%);pointer-events:none}
.author-hero-inner{max-width:var(--mx);margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;gap:40px;align-items:center;position:relative;z-index:1}
.author-av-wrap{display:flex;flex-direction:column;align-items:center;gap:12px}
.author-av{width:140px;height:140px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'PT Serif',serif;font-size:56px;font-weight:700;color:rgba(255,255,255,.9);border:3px solid rgba(192,54,78,.4);flex-shrink:0;position:relative}
.author-av-online{position:absolute;bottom:6px;right:6px;width:18px;height:18px;border-radius:50%;background:#6ee7a0;border:2px solid var(--k)}
.author-av-badge{display:inline-flex;align-items:center;gap:5px;background:rgba(192,54,78,.15);border:1px solid rgba(192,54,78,.3);border-radius:20px;padding:4px 12px;font-size:11px;font-weight:700;color:rgba(255,255,255,.7);letter-spacing:.3px;white-space:nowrap}
.author-av-badge::before{content:'✓';color:#6ee7a0}
.author-name{font-family:'PT Serif',serif;font-size:42px;font-weight:700;color:#fff;line-height:1.1;margin-bottom:6px}
.author-role{font-size:16px;color:rgba(255,255,255,.55);margin-bottom:18px}
.author-spec{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}
.spec-tag{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.75);font-size:12px;font-weight:700;padding:4px 12px;border-radius:3px}
.author-bio{font-size:15px;color:rgba(255,255,255,.65);line-height:1.75;max-width:560px}
.author-bio strong{color:rgba(255,255,255,.9)}
.author-stats{display:flex;flex-direction:column;gap:0;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:10px;overflow:hidden;min-width:180px}
.stat-item{padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.06)}
.stat-item:last-child{border-bottom:none}
.stat-num{font-family:'PT Sans',sans-serif;font-size:26px;font-weight:700;color:#fff;line-height:1}
.stat-lbl{font-size:11px;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.8px;margin-top:3px}
.creds-section{background:var(--g);border-bottom:1px solid var(--b)}
.creds-inner{max-width:var(--mx);margin:0 auto;padding:28px 24px;display:flex;align-items:flex-start;gap:40px;flex-wrap:wrap}
.cred-item{display:flex;align-items:flex-start;gap:12px;flex:1;min-width:200px}
.cred-icon{width:40px;height:40px;border-radius:6px;background:var(--w);border:1px solid var(--b);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.cred-name{font-size:14px;font-weight:700;color:var(--k);margin-bottom:2px}
.cred-org{font-size:12px;color:var(--lt)}
.page-layout{max-width:var(--mx);margin:0 auto;padding:40px 24px;display:grid;grid-template-columns:1fr 280px;gap:48px;align-items:start}
.tabs{display:flex;gap:0;border-bottom:2px solid var(--b);margin-bottom:24px}
.tab{font-size:14px;font-weight:700;color:var(--lt);padding:10px 20px;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s;border:none;background:none;font-family:'PT Sans',sans-serif}
.tab.active{color:var(--r);border-bottom-color:var(--r)}
.tab:hover{color:var(--k)}
.tab-panel{display:none}
.tab-panel.active{display:block}
.sh{display:flex;align-items:baseline;justify-content:space-between;border-bottom:2px solid var(--k);padding-bottom:10px;margin-bottom:24px}
.sh h2{font-family:'PT Serif',serif;font-size:20px;font-weight:700}
.sh-more{font-size:13px;font-weight:700;color:var(--r)}
.acard{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid var(--b);transition:opacity .15s}
.acard:hover{opacity:.8}
.acard:last-child{border-bottom:none}
.acard-cover{width:120px;aspect-ratio:16/10;border-radius:5px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:'PT Serif',serif;font-size:36px;font-weight:700;color:rgba(255,255,255,.15);overflow:hidden}
.acard-cat{font-size:10px;font-weight:700;color:var(--r);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}
.acard-ttl{font-family:'PT Serif',serif;font-size:16px;font-weight:700;line-height:1.3;color:var(--k);margin-bottom:5px;transition:color .15s}
.acard:hover .acard-ttl{color:var(--r)}
.acard-exc{font-size:13px;color:var(--t);line-height:1.6}
.acard-meta{font-size:11px;color:var(--lt);margin-top:7px;display:flex;gap:12px}
.expertise-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:8px}
.exp-card{background:var(--g);border-radius:8px;padding:18px 16px;border:1px solid var(--b);transition:border-color .15s}
.exp-card:hover{border-color:var(--r)}
.exp-icon{font-size:24px;margin-bottom:8px}
.exp-title{font-family:'PT Serif',serif;font-size:15px;font-weight:700;margin-bottom:5px}
.exp-desc{font-size:13px;color:var(--t);line-height:1.6}
.about-text h3{font-family:'PT Serif',serif;font-size:20px;font-weight:700;margin-bottom:12px}
.about-text p{font-size:15px;color:#333;line-height:1.8;margin-bottom:14px}
.about-text ul{padding-left:20px;margin-bottom:14px}
.about-text li{font-size:15px;color:#333;line-height:1.7;margin-bottom:6px}
.faq-item{border-bottom:1px solid var(--b);overflow:hidden}
.faq-item:first-child{border-top:1px solid var(--b)}
.faq-q{width:100%;text-align:left;padding:16px 0;font-size:15px;font-weight:700;color:var(--k);background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;font-family:'PT Sans',sans-serif}
.faq-q:hover{color:var(--r)}
.faq-arr{font-size:18px;color:var(--lt);transition:transform .2s;flex-shrink:0}
.faq-item.open .faq-arr{transform:rotate(180deg)}
.faq-a{display:none;padding-bottom:16px;font-size:14px;color:var(--t);line-height:1.75}
.faq-item.open .faq-a{display:block}
.sidebar{position:sticky;top:80px;display:flex;flex-direction:column;gap:24px}
.sb-cta{background:var(--k);border-radius:10px;padding:22px 20px;position:relative;overflow:hidden}
.sb-cta::before{content:'💔';position:absolute;right:-8px;bottom:-8px;font-size:80px;opacity:.07;pointer-events:none;line-height:1}
.sb-cta-eyebrow{font-size:10px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:#f0a0b0;margin-bottom:7px}
.sb-cta h3{font-family:'PT Serif',serif;font-size:17px;font-weight:700;color:#fff;line-height:1.25;margin-bottom:8px}
.sb-cta h3 em{font-style:italic;color:#f0a0b0}
.sb-cta p{font-size:13px;color:#666;line-height:1.65;margin-bottom:16px}
.sb-cta-btn{display:block;background:var(--r);color:#fff;text-align:center;padding:12px;font-size:14px;font-weight:700;border-radius:5px;transition:background .15s}
.sb-cta-btn:hover{background:var(--rd)}
.sb-cta-note{text-align:center;font-size:11px;color:#444;margin-top:8px}
.sb-authors h3{font-family:'PT Serif',serif;font-size:16px;font-weight:700;margin-bottom:14px;padding-bottom:10px;border-bottom:2px solid var(--k)}
.sb-author-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--b);cursor:pointer;transition:opacity .15s}
.sb-author-item:last-child{border-bottom:none}
.sb-author-item:hover{opacity:.75}
.sb-author-av{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'PT Serif',serif;font-size:18px;font-weight:700;color:#fff;flex-shrink:0}
.sb-author-name{font-size:14px;font-weight:700;color:var(--k);margin-bottom:2px}
.sb-author-spec{font-size:12px;color:var(--lt)}
.sb-author-count{font-size:11px;color:var(--r);font-weight:700;margin-top:2px}
.cat-sep{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--lt);padding:20px 0 4px;border-bottom:1px solid var(--b);margin-bottom:0}
@media(max-width:860px){.author-hero-inner{grid-template-columns:auto 1fr}.author-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-column:1/-1;min-width:0}.stat-item{border-bottom:none;border-right:1px solid rgba(255,255,255,.06)}.stat-item:last-child{border-right:none}.page-layout{grid-template-columns:1fr}.sidebar{position:static}.expertise-grid{grid-template-columns:1fr}}
@media(max-width:580px){.author-hero-inner{grid-template-columns:1fr;text-align:center}.author-av-wrap{align-items:center}.author-spec{justify-content:center}}
