.expert-profile-page{background:var(--background);min-height:calc(100vh - 120px);padding:24px 0 0}.expert-profile-page .container{max-width:1200px;margin:0 auto}.expert-profile-page__breadcrumbs{align-items:center;gap:8px;margin-bottom:32px;font-size:14px;font-weight:500;display:flex}.expert-profile-page__breadcrumb-link{color:var(--accent);border-radius:6px;align-items:center;gap:6px;padding:4px 8px;text-decoration:none;transition:all .2s;display:flex}.expert-profile-page__breadcrumb-link:hover{background:var(--accent-bg-light);color:var(--accent-dark)}.expert-profile-page__breadcrumb-link svg{opacity:.8}.expert-profile-page__breadcrumb-separator{color:var(--text-secondary)}.expert-profile-page__breadcrumb-separator svg{display:block}.expert-profile-page__breadcrumb-current{color:var(--text-secondary);padding:4px 8px;font-weight:600}.expert-profile-page__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}.expert-profile-page__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}.expert-profile-page__error-state h2{color:var(--black);margin:0 0 12px;font-size:24px;font-weight:700}.expert-profile-page__error-state p{color:var(--text-secondary);margin:0 0 24px;font-size:16px;line-height:1.5}.expert-profile-page__back-link{background:var(--accent);color:var(--white);border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.expert-profile-page__back-link:hover{background:var(--accent-hover);box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.expert-profile-page__content{margin:48px 0}.expert-profile-page__tabs{border-bottom:2px solid var(--card-border);scrollbar-width:none;gap:12px;margin-bottom:32px;display:flex;overflow-x:auto}.expert-profile-page__tabs::-webkit-scrollbar{display:none}.expert-profile-page__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:600;transition:all .2s;display:flex}.expert-profile-page__tab:hover{color:var(--accent);background:var(--accent-bg-light);border-radius:8px 8px 0 0}.expert-profile-page__tab--active{color:var(--accent);border-bottom-color:var(--accent)}.expert-profile-page__tab--active .expert-profile-page__tab-count{background:var(--accent);color:var(--white)}.expert-profile-page__tab-icon{font-size:20px;line-height:1}.expert-profile-page__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}.expert-profile-page__tab-content{min-height:300px}.expert-profile-page__cta{margin:80px 0;position:relative;overflow:hidden}.expert-profile-page__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}.expert-profile-page__cta-content{z-index:1;text-align:center;max-width:700px;margin:0 auto;position:relative}.expert-profile-page__cta-title{color:var(--black);margin:0 0 16px;font-size:32px;font-weight:800;line-height:1.2}.expert-profile-page__cta-text{color:var(--black);opacity:.95;margin:0 0 32px;font-size:17px;line-height:1.5}.expert-profile-page__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)}.expert-profile-page__cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.25)}.expert-profile-page__cta-button:active{transform:translateY(-1px)}@media (max-width:768px){.expert-profile-page{padding:16px 0 0}.expert-profile-page__breadcrumbs{scrollbar-width:none;margin-bottom:24px;font-size:13px;overflow-x:auto}.expert-profile-page__breadcrumbs::-webkit-scrollbar{display:none}.expert-profile-page__content{margin:32px 0}.expert-profile-page__tabs{gap:8px;margin-bottom:24px}.expert-profile-page__tab{padding:12px 16px;font-size:14px}.expert-profile-page__tab-icon{font-size:18px}.expert-profile-page__cta-title{margin-bottom:12px;font-size:24px}.expert-profile-page__cta-text{margin-bottom:24px;font-size:15px}.expert-profile-page__cta-button{padding:14px 32px;font-size:15px}}@media (max-width:480px){.expert-profile-page__breadcrumb-current{text-overflow:ellipsis;white-space:nowrap;max-width:150px;overflow:hidden}.expert-profile-page__tabs{gap:6px}.expert-profile-page__tab{gap:6px;padding:10px 12px;font-size:13px}.expert-profile-page__tab-icon{font-size:16px}.expert-profile-page__tab-count{min-width:20px;height:20px;padding:0 6px;font-size:11px}.expert-profile-page__cta-title{font-size:20px}.expert-profile-page__cta-text{font-size:14px}.expert-profile-page__cta-button{width:100%;max-width:280px;padding:12px 24px;font-size:14px}}
.expert-hero{background:var(--white);border-bottom:1px solid var(--card-border);margin-bottom:0;padding:48px 0}.expert-hero__wrapper{justify-content:space-between;align-items:flex-start;gap:48px;display:flex}.expert-hero__left{align-items:center;gap:20px;min-width:0;display:flex}.expert-hero__avatar-wrapper{flex-shrink:0;width:120px;height:120px;position:relative}.expert-hero__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)}.expert-hero__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)}.expert-hero__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)}.expert-hero__info{flex-direction:column;flex:1;gap:12px;min-width:0;display:flex}.expert-hero__name{color:var(--black);word-wrap:break-word;margin:0;font-size:32px;font-weight:800;line-height:1.2}.expert-hero__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:600;display:inline-flex}.expert-hero__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)}.expert-hero__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)}.expert-hero__stats{align-items:center;gap:24px;margin-top:4px;display:flex}.expert-hero__stat-item{color:var(--text-secondary);align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.expert-hero__stat-item svg{color:var(--accent);font-size:18px!important}.expert-hero__stat-item span{color:var(--text-primary);font-weight:600}.expert-hero__right{flex-direction:column;flex:1;gap:16px;display:flex}.expert-hero__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:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px rgba(4,156,161,.2)}.expert-hero__contact-btn:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 16px rgba(4,156,161,.3)}.expert-hero__contact-btn:active{transform:translateY(0)}.expert-hero__contact-btn svg{font-size:18px!important}.expert-hero__bio{background:var(--background);border:1px solid var(--card-border);border-radius:12px;padding:20px}.expert-hero__bio p{color:var(--text-primary);margin:0;font-size:15px;line-height:1.6}.expert-hero__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}@media (max-width:1024px){.expert-hero__wrapper{gap:32px}.expert-hero__right{max-width:350px}.expert-hero__name{font-size:28px}.expert-hero__avatar-wrapper{width:100px;height:100px}.expert-hero__avatar-placeholder{font-size:36px}}@media (max-width:768px){.expert-hero{padding:32px 0}.expert-hero__wrapper{flex-direction:column;gap:24px}.expert-hero__box{width:100%}.expert-hero__expert-contacts-list{justify-content:center;align-items:center}.expert-hero__expert-contacts-title{text-align:center}.expert-hero__left{text-align:center;flex-direction:column;align-items:center;width:100%}.expert-hero__info{align-items:center}.expert-hero__stats{justify-content:center}.expert-hero__right{width:100%;max-width:none}.expert-hero__name{font-size:26px}.expert-hero__avatar-wrapper{width:100px;height:100px}.expert-hero__avatar-placeholder{font-size:36px}.expert-hero__verified-badge{width:32px;height:32px}.expert-hero__verified-badge svg{font-size:24px!important}.expert-hero__role-badge{padding:6px 12px;font-size:12px}.expert-hero__stat-item{font-size:13px}.expert-hero__stat-item svg{font-size:16px!important}.expert-hero__contact-btn{padding:12px 24px;font-size:15px}.expert-hero__bio{padding:16px}.expert-hero__bio p{font-size:14px}}@media (max-width:480px){.expert-hero{padding:24px 0}.expert-hero__wrapper{gap:20px}.expert-hero__left{gap:16px}.expert-hero__avatar-wrapper{width:80px;height:80px}.expert-hero__avatar-placeholder{font-size:28px}.expert-hero__verified-badge{border:2px solid var(--white);width:28px;height:28px}.expert-hero__verified-badge svg{font-size:20px!important}.expert-hero__name{font-size:22px}.expert-hero__role-badge{padding:5px 10px;font-size:11px}.expert-hero__stats{flex-wrap:wrap;gap:16px}.expert-hero__stat-item{font-size:12px}.expert-hero__stat-item svg{font-size:14px!important}.expert-hero__contact-btn{max-width:100%;padding:11px 20px;font-size:14px}.expert-hero__contact-btn svg{font-size:16px!important}.expert-hero__bio{padding:14px}.expert-hero__bio p{font-size:13px}}
