.AuthorProfilePage{background:var(--background);min-height:calc(100vh - 120px)}.AuthorProfilePage__breadcrumbs{align-items:center;gap:8px;margin-bottom:24px;font-size:14px;font-weight:500;display:flex}.AuthorProfilePage__breadcrumb-link{color:var(--accent);border-radius:6px;align-items:center;gap:6px;padding:4px 8px;text-decoration:none;transition:all .2s;display:flex}.AuthorProfilePage__breadcrumb-link:hover{background:var(--accent-bg-light);color:var(--accent-dark)}.AuthorProfilePage__breadcrumb-link svg{opacity:.8}.AuthorProfilePage__breadcrumb-separator{color:var(--text-secondary)}.AuthorProfilePage__breadcrumb-separator svg{display:block}.AuthorProfilePage__breadcrumb-current{color:var(--text-secondary);padding:4px 8px;font-weight:700}.AuthorProfilePage__error{color:#d32f2f;background:rgba(244,67,54,.1);border:1px solid rgba(244,67,54,.2);border-radius:12px;justify-content:center;align-items:center;margin-bottom:32px;padding:16px 24px;font-size:15px;font-weight:500;display:flex}.AuthorProfilePage__error-state{text-align:center;background:var(--white);border:1px solid var(--card-border);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;margin:40px 0;padding:80px 20px;display:flex}.AuthorProfilePage__error-state h2{color:var(--black);margin:0 0 12px;font-size:24px;font-weight:700}.AuthorProfilePage__error-state p{color:var(--text-secondary);margin:0 0 24px;font-size:16px;line-height:1.5}.AuthorProfilePage__back-link{background:var(--accent);color:var(--white);border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.AuthorProfilePage__back-link:hover{background:var(--accent-hover);box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.AuthorProfilePage__content{margin:48px 0}.AuthorProfilePage__tabs{border-bottom:2px solid var(--card-border);scrollbar-width:none;gap:12px;margin-bottom:32px;display:flex;overflow-x:auto}.AuthorProfilePage__tabs::-webkit-scrollbar{display:none}.AuthorProfilePage__tab{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid transparent;align-items:center;gap:8px;margin-bottom:-2px;padding:16px 24px;font-size:15px;font-weight:700;transition:all .2s;display:flex}.AuthorProfilePage__tab:hover{color:var(--accent);background:var(--accent-bg-light);border-radius:8px 8px 0 0}.AuthorProfilePage__tab--active{color:var(--accent);border-bottom-color:var(--accent)}.AuthorProfilePage__tab--active .AuthorProfilePage__tab-count{background:var(--accent);color:var(--white)}.AuthorProfilePage__tab-icon{font-size:20px;line-height:1}.AuthorProfilePage__tab-count{background:var(--background);min-width:24px;height:24px;color:var(--text-secondary);border-radius:12px;justify-content:center;align-items:center;padding:0 8px;font-size:12px;font-weight:700;transition:all .2s;display:flex}.AuthorProfilePage__tab-content{min-height:300px}.AuthorProfilePage__cta{margin:80px 0;position:relative;overflow:hidden}.AuthorProfilePage__cta:before{content:"";opacity:.3;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;top:0;bottom:0;left:0;right:0}.AuthorProfilePage__cta-content{z-index:1;text-align:center;max-width:700px;margin:0 auto;position:relative}.AuthorProfilePage__cta-title{color:var(--black);margin:0 0 16px;font-size:32px;font-weight:800;line-height:1.2}.AuthorProfilePage__cta-text{color:var(--black);opacity:.95;margin:0 0 32px;font-size:17px;line-height:1.5}.AuthorProfilePage__cta-button{color:var(--accent);border-radius:12px;align-items:center;gap:8px;padding:16px 40px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px rgba(0,0,0,.15)}.AuthorProfilePage__cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.25)}.AuthorProfilePage__cta-button:active{transform:translateY(-1px)}@media (max-width:768px){.AuthorProfilePage__breadcrumbs{scrollbar-width:none;margin-bottom:16px;font-size:13px;overflow-x:auto}.AuthorProfilePage__breadcrumbs::-webkit-scrollbar{display:none}.AuthorProfilePage__content{margin:32px 0}.AuthorProfilePage__tabs{gap:8px;margin-bottom:24px}.AuthorProfilePage__tab{padding:12px 16px;font-size:14px}.AuthorProfilePage__tab-icon{font-size:18px}.AuthorProfilePage__cta-title{margin-bottom:12px;font-size:24px}.AuthorProfilePage__cta-text{margin-bottom:24px;font-size:15px}.AuthorProfilePage__cta-button{padding:14px 32px;font-size:15px}}@media (max-width:480px){.AuthorProfilePage__breadcrumb-current{text-overflow:ellipsis;white-space:nowrap;max-width:150px;overflow:hidden}.AuthorProfilePage__tabs{gap:6px}.AuthorProfilePage__tab{gap:6px;padding:10px 12px;font-size:13px}.AuthorProfilePage__tab-icon{font-size:16px}.AuthorProfilePage__tab-count{min-width:20px;height:20px;padding:0 6px;font-size:11px}.AuthorProfilePage__cta-title{font-size:20px}.AuthorProfilePage__cta-text{font-size:14px}.AuthorProfilePage__cta-button{width:100%;max-width:280px;padding:12px 24px;font-size:14px}}
.AuthorHero{border-bottom:1px solid var(--card-border);margin-bottom:0;padding:48px 0}.AuthorHero .AuthorHero__right-toc{height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:40px}.AuthorHero__wrapper{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:48px;display:flex}.AuthorHero__box{gap:60px;width:100%;display:flex}.AuthorHero .ContentArticle__body{color:var(--text-third);background:var(--white);border-radius:12px;font-size:16px;line-height:1.7;box-shadow:2px 4px 8px #e4e4e4}.AuthorHero__left{align-items:center;gap:20px;min-width:0;display:flex}.AuthorHero__left-contacts{border-left:1px solid var(--card-border-light);margin-top:20px;padding-left:20px}.AuthorHero__avatar-wrapper{flex-shrink:0;width:120px;height:120px;position:relative}.AuthorHero__avatar-image{object-fit:cover;border:4px solid var(--accent);border-radius:50%;width:100%;height:100%;box-shadow:0 8px 20px rgba(4,156,161,.25)}.AuthorHero__avatar-placeholder{background:var(--accent);width:100%;height:100%;color:var(--white);border:4px solid var(--accent);border-radius:50%;justify-content:center;align-items:center;font-size:40px;font-weight:800;display:flex;box-shadow:0 8px 20px rgba(4,156,161,.25)}.AuthorHero__verified-badge{background:var(--accent);width:36px;height:36px;color:var(--white);border:3px solid var(--white);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:4px;right:4px;box-shadow:0 2px 8px rgba(0,0,0,.2)}.AuthorHero__info{flex-direction:column;flex:1;gap:12px;min-width:0;display:flex}.AuthorHero__name{color:var(--black);word-wrap:break-word;margin:0;font-size:32px;font-weight:800;line-height:1.2}.AuthorHero__role-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;padding:6px 14px;font-size:13px;font-weight:700;display:inline-flex}.AuthorHero__role-badge--expert{color:var(--accent);background:linear-gradient(135deg,rgba(4,156,161,.15) 0%,rgba(4,156,161,.1) 100%);border:2px solid rgba(4,156,161,.3)}.AuthorHero__role-badge--admin{color:#dc3545;background:linear-gradient(135deg,rgba(220,53,69,.15) 0%,rgba(220,53,69,.1) 100%);border:2px solid rgba(220,53,69,.3)}.AuthorHero__stats{align-items:center;gap:24px;margin-top:4px;display:flex}.AuthorHero__stat-item{color:var(--text-secondary);align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.AuthorHero__stat-item svg{color:var(--accent);font-size:18px!important}.AuthorHero__stat-item span{color:var(--text-primary);font-weight:700}.AuthorHero__right{grid-template-columns:280px 1fr;gap:30px;display:grid}.AuthorHero__contact-btn{background:var(--accent);color:var(--white);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;max-width:280px;padding:14px 28px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px rgba(4,156,161,.2)}.AuthorHero__contact-btn:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 16px rgba(4,156,161,.3)}.AuthorHero__contact-btn:active{transform:translateY(0)}.AuthorHero__contact-btn svg{font-size:18px!important}.AuthorHero__bio{background:var(--background);border:1px solid var(--card-border);border-radius:12px}.AuthorHero__bio p{color:var(--text-primary);margin:0;font-size:15px;line-height:1.6}.AuthorHero__bio-toggle{color:var(--accent);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;float:right;background:0 0;border:none;margin-top:12px;font-size:14px}.AuthorHero .ContentArticle__body{color:var(--text-third);background:var(--white);border-radius:12px;padding:20px;font-size:16px;line-height:1.7;box-shadow:2px 4px 8px #e4e4e4}.AuthorHero .ContentArticle__body section:last-child{margin:100px 0 0}.AuthorHero .ContentArticle__body section:first-child{margin-top:0}.AuthorHero .ContentArticle__body h1{color:var(--black);margin:0 0 20px;font-size:28px;font-weight:700}.AuthorHero .ContentArticle__body h1:first-child{margin-top:0;padding-top:0}.AuthorHero .ContentArticle__body h2{color:var(--black);margin:30px 0 12px;scroll-margin-top:100px;font-size:24px;font-weight:700}.AuthorHero .ContentArticle__body h2:first-child{margin-top:0;padding-top:0}.AuthorHero .ContentArticle__body h3{color:var(--black);margin:24px 0 10px;font-size:20px;font-weight:700}.AuthorHero .ContentArticle__body h3:first-child{margin-top:0;padding-top:0}.AuthorHero .ContentArticle__body h4{margin:20px 0 8px;font-size:18px;font-weight:700}.AuthorHero .ContentArticle__body h4:first-child{margin-top:0;padding-top:0}.AuthorHero .ContentArticle__body p{color:var(--text-third);margin:6px 0}.AuthorHero .ContentArticle__body p:first-child{margin-top:0;padding-top:0}.AuthorHero .ContentArticle__body ul,.AuthorHero .ContentArticle__body ol{margin:10px 0;padding-left:20px}.AuthorHero .ContentArticle__body ul:first-child,.AuthorHero .ContentArticle__body ol:first-child{margin-top:0;padding-top:0}.AuthorHero .ContentArticle__body ul li,.AuthorHero .ContentArticle__body ol li{margin-bottom:6px}.AuthorHero .ContentArticle__body a{color:var(--accent-hover);text-decoration:underline}.AuthorHero .ContentArticle__body a:hover{color:var(--accent-dark)}.AuthorHero .ContentArticle__body table{border-collapse:collapse;-webkit-overflow-scrolling:touch;width:100%;margin:12px 0;display:block;overflow-x:auto}.AuthorHero .ContentArticle__body table:first-child{margin-top:0;padding-top:0}.AuthorHero .ContentArticle__body table tbody{width:100%}.AuthorHero .ContentArticle__body table th,.AuthorHero .ContentArticle__body table td{border:1px solid var(--card-border-light);text-align:left;min-width:120px;padding:6px 10px;font-size:14px}.AuthorHero .ContentArticle__body table th{background:var(--accent-bg-light);font-weight:700}.AuthorHero .ContentArticle__body img{border-radius:10px;max-width:100%;height:auto;margin:20px 0}.AuthorHero .ContentArticle__body img:first-child{margin-top:0;padding-top:0}.AuthorHero .ContentArticle__body blockquote{background:var(--accent-bg-light);border-left:4px solid var(--accent);border-radius:8px;margin:25px 0;padding:16px 20px;font-style:italic}.AuthorHero .ContentArticle__body code{background:var(--accent-bg-light);border-radius:4px;padding:2px 6px;font-size:14px}.AuthorHero .ContentArticle__body pre{background:var(--accent-bg-light);border-radius:8px;padding:16px;overflow-x:auto}.AuthorHero .ContentArticle__body pre code{background:0 0;padding:0}@media (max-width:1024px){.AuthorHero .AuthorHero__right-toc{padding-left:20px;position:static}.AuthorHero__right{grid-template-columns:21fr;gap:30px;display:grid}.AuthorHero__wrapper{gap:32px}.AuthorHero__name{font-size:28px}.AuthorHero__avatar-wrapper{width:100px;height:100px}.AuthorHero__avatar-placeholder{font-size:36px}}@media (max-width:768px){.AuthorHero{padding:32px 0}.AuthorHero__wrapper{flex-direction:column;gap:24px}.AuthorHero__box{flex-direction:column;gap:0;width:100%}.AuthorHero__left-contacts{border-top:1px solid var(--card-border-light);border-left:none;margin-top:20px;padding-top:20px}.AuthorHero__expert-contacts-list{justify-content:center;align-items:center}.AuthorHero__expert-contacts-title{text-align:center}.AuthorHero__left{text-align:center;flex-direction:column;align-items:center;width:100%}.AuthorHero__info{align-items:center}.AuthorHero__stats{justify-content:center}.AuthorHero__name{font-size:26px}.AuthorHero__avatar-wrapper{width:100px;height:100px}.AuthorHero__avatar-placeholder{font-size:36px}.AuthorHero__verified-badge{width:32px;height:32px}.AuthorHero__verified-badge svg{font-size:24px!important}.AuthorHero__role-badge{padding:6px 12px;font-size:12px}.AuthorHero__stat-item{font-size:13px}.AuthorHero__stat-item svg{font-size:16px!important}.AuthorHero__contact-btn{padding:12px 24px;font-size:15px}.AuthorHero__bio p{font-size:14px}.AuthorHero .AuthorHero__bio-body{font-size:15px}.AuthorHero .AuthorHero__bio-body h1{font-size:24px}.AuthorHero .AuthorHero__bio-body h2{font-size:22px}.AuthorHero .AuthorHero__bio-body h3{font-size:18px}.AuthorHero .AuthorHero__bio-body table{font-size:13px}}@media (max-width:480px){.AuthorHero{padding:24px 0}.AuthorHero__wrapper{gap:20px}.AuthorHero__left{gap:16px}.AuthorHero__avatar-wrapper{width:80px;height:80px}.AuthorHero__avatar-placeholder{font-size:28px}.AuthorHero__verified-badge{border:2px solid var(--white);width:28px;height:28px}.AuthorHero__verified-badge svg{font-size:20px!important}.AuthorHero__name{font-size:22px}.AuthorHero__role-badge{padding:5px 10px;font-size:11px}.AuthorHero__stats{flex-wrap:wrap;gap:16px}.AuthorHero__stat-item{font-size:12px}.AuthorHero__stat-item svg{font-size:14px!important}.AuthorHero__contact-btn{max-width:100%;padding:11px 20px;font-size:14px}.AuthorHero__contact-btn svg{font-size:16px!important}.AuthorHero__bio p{font-size:13px}}
