@charset "UTF-8";
/* Стили для страницы с блоггером */

.blogger-page .seo-shell.blogger-shell {
  padding: 22px;
  border-radius: 22px;
}

.blogger-page {
  --chart-accent: #6f63c9;
  --chart-accent-alt: #5b84b3;
  --chart-muted: #ece9f6;
  --chart-grid: #efeafa;
  --chart-axis: #5e587a;
  --chart-label: #4c4567;
  --chart-tooltip-bg: rgba(46, 38, 81, 0.92);
  --chart-tooltip-text: #ffffff;
}

.blogger-page .blogger-hero {
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.4fr);
  gap: 16px;
}

.blogger-page .blogger-identity-card {
  border-radius: 18px;
  border: 1px solid #d9d0f3;
  padding: 16px;
  background: linear-gradient(135deg, rgba(115, 104, 222, 0.95) 10%, rgba(193, 95, 186, 0.9) 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blogger-page .blogger-identity-main {
  display: flex;
  align-items: center;
  gap: 12px;
}

.blogger-page .blogger-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.blogger-page .blogger-identity-text {
  min-width: 0;
}

.blogger-page .blogger-name {
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.blogger-page .blogger-name:hover {
  color: rgba(255, 255, 255, 0.92);
}

.blogger-page .blogger-nick {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
}

.blogger-page .blogger-quick-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blogger-page .blogger-quick-metrics span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.12);
  font-size: 13px;
}

.blogger-page .blogger-review-anchor.ui.button {
  align-self: flex-start;
  border-radius: 999px;
  background: #fff;
  color: #4b3d93;
  font-weight: 700;
}

.blogger-page .blogger-summary-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.blogger-page h1 {
  margin: 0;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.blogger-page .seo-meta {
  margin: 0;
  font-size: 15px;
}

.blogger-page .profile-highlights-list {
  margin: 0;
  padding-left: 18px;
  color: #554d75;
}

.blogger-page .profile-highlights-list li {
  margin-bottom: 0.35em;
  line-height: 1.42;
}

.blogger-page .blogger-summary-actions {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.blogger-page .blogger-summary-actions a {
  color: #564ec1;
  font-weight: 600;
}

.blogger-page .blogger-bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.blogger-page .bento-card {
  margin: 0;
  border-radius: 18px;
  padding: 18px;
  background: #fff;
  border: 1px solid #e6e0f6;
  box-shadow: 0 10px 22px rgba(95, 83, 152, 0.08);
  min-width: 0;
}

.blogger-page .bento-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
  color: #2f2a4d;
}

.blogger-page .bento-subtitle {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.3;
  color: #4a4073;
}

.blogger-page .bento-stat-value {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  color: #4a3f7c;
  display: flex;
  align-items: center;
  gap: 6px;
}

.blogger-page .bento-card--followers {
  grid-column: span 4;
}

.blogger-page .bento-card--bots {
  grid-column: span 4;
}

.blogger-page .bento-card--reach {
  grid-column: span 4;
}

.blogger-page .bento-card--description {
  grid-column: span 12;
}

.blogger-page .bento-card--age {
  grid-column: span 8;
}

.blogger-page .bento-card--gender {
  grid-column: span 4;
}

.blogger-page .bento-card--country {
  grid-column: span 6;
}

.blogger-page .bento-card--city {
  grid-column: span 6;
}

.blogger-page .bento-card--themes {
  grid-column: span 12;
}

.blogger-page .bento-card--similar {
  grid-column: span 12;
}

.blogger-page .bento-card--reviews {
  grid-column: span 12;
}

.blogger-page .bento-chart {
  min-height: 260px;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #efeafa;
  background: linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
  padding: 10px 10px 6px;
}

.blogger-page .bento-chart canvas {
  width: 100% !important;
  height: 100% !important;
  transition: opacity 0.25s ease;
}

.blogger-page .bento-chart.has-skeleton canvas {
  opacity: 0;
}

.blogger-page .bento-chart.is-ready canvas {
  opacity: 1;
}

.blogger-page .bento-chart--gender {
  min-height: 280px;
}

.blogger-page .bento-split-grid {
  display: grid;
  gap: 12px;
}

.blogger-page .bento-split-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blogger-page .bento-split-item {
  border: 1px solid #ece7fb;
  border-radius: 14px;
  padding: 12px;
  background: #fcfbff;
  min-width: 0;
}

.blogger-page .bento-table-slot {
  position: relative;
  min-height: 160px;
  border-radius: 10px;
  overflow: hidden;
}

.blogger-page .bento-table-slot.has-skeleton .tabulator {
  opacity: 0;
  pointer-events: none;
}

.blogger-page .bento-skeleton {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  border-radius: 10px;
  border: 1px solid #e7e1f7;
  background: linear-gradient(180deg, #fcfbff 0%, #f7f4ff 100%);
  padding: 14px;
  overflow: hidden;
  pointer-events: none;
}

.blogger-page .bento-skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  right: -45%;
  bottom: 0;
  left: -45%;
  transform: translateX(-100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.66) 50%, rgba(255, 255, 255, 0) 100%);
  animation: bentoShimmer 1.8s ease-in-out infinite;
}

.blogger-page .bento-skeleton-caption {
  margin: 0;
  position: relative;
  z-index: 1;
  color: rgba(72, 63, 113, 0.8);
  font-size: 13px;
  line-height: 1.35;
}

.blogger-page .bento-skeleton-bars {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  gap: 8px;
  height: 130px;
}

.blogger-page .bento-skeleton-bars .bar {
  flex: 1;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, rgba(122, 103, 194, 0.24) 0%, rgba(122, 103, 194, 0.1) 100%);
}

.blogger-page .bento-skeleton-bars .h-30 {
  height: 30%;
}

.blogger-page .bento-skeleton-bars .h-48 {
  height: 48%;
}

.blogger-page .bento-skeleton-bars .h-55 {
  height: 55%;
}

.blogger-page .bento-skeleton-bars .h-63 {
  height: 63%;
}

.blogger-page .bento-skeleton-bars .h-75 {
  height: 75%;
}

.blogger-page .bento-skeleton-lines {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.blogger-page .bento-skeleton-line {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(122, 103, 194, 0.18);
}

.blogger-page .bento-skeleton-line.w-38 {
  width: 38%;
}

.blogger-page .bento-skeleton-line.w-42 {
  width: 42%;
}

.blogger-page .bento-skeleton-line.w-45 {
  width: 45%;
}

.blogger-page .bento-skeleton-line.w-55 {
  width: 55%;
}

.blogger-page .bento-skeleton-line.w-58 {
  width: 58%;
}

.blogger-page .bento-skeleton-line.w-60 {
  width: 60%;
}

.blogger-page .bento-skeleton-line.w-62 {
  width: 62%;
}

.blogger-page .bento-skeleton-line.w-65 {
  width: 65%;
}

.blogger-page .bento-skeleton-line.w-70 {
  width: 70%;
}

.blogger-page .bento-skeleton-line.w-75 {
  width: 75%;
}

.blogger-page .bento-skeleton-line.w-80 {
  width: 80%;
}

.blogger-page .bento-skeleton-line.w-85 {
  width: 85%;
}

.blogger-page .bento-skeleton-line.w-90 {
  width: 90%;
}

.blogger-page .bento-skeleton-ring-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blogger-page .bento-skeleton-ring {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 14px solid rgba(122, 103, 194, 0.14);
  border-top-color: rgba(122, 103, 194, 0.34);
  border-right-color: rgba(122, 103, 194, 0.26);
}

.blogger-page .bento-skeleton-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blogger-page .bento-skeleton-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blogger-page .bento-skeleton-user .avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(122, 103, 194, 0.18);
  flex-shrink: 0;
}

.blogger-page .bento-skeleton-user .meta {
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 1;
}

.inline-auth-form {
  display: inline-block;
  margin-left: 0.5em;
}

.locked-metric-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  color: #4a3f7c;
  font-size: 0.58em;
  font-weight: 600;
  line-height: 1.2;
  border: 1px solid #d9cff6;
  border-radius: 999px;
  padding: 0.3em 0.75em;
  background: linear-gradient(180deg, #ffffff 0%, #f6f1ff 100%);
}

.locked-metric-link span {
  opacity: 0.9;
}

.locked-metric-link:hover {
  color: #3f356d;
}

.tabulator {
  border: none !important;
  background-color: transparent !important;
}

.tabulator .tabulator-header {
  border: 1px solid #e4dcf9 !important;
  border-radius: 10px 10px 0 0;
  background-color: #f8f5ff !important;
  font-weight: 600 !important;
}

.tabulator .tabulator-header .tabulator-headers {
  background-color: #f8f5ff;
}

.tabulator .tabulator-header .tabulator-col {
  background-color: #f8f5ff !important;
  border-right: none !important;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  height: 40px !important;
  line-height: 2 !important;
}

.tabulator .tabulator-cell {
  border-right: none !important;
}

.tabulator .tabulator-table .tabulator-row {
  border-top: 1px solid #f1ebff;
  background-color: #fff !important;
}

.tabulator .tabulator-table .tabulator-row.tabulator-row-even {
  background-color: #fcfbff !important;
}

.tabulator .tabulator-table .tabulator-row:hover {
  background-color: #f8f5ff !important;
}

.tabulator .tabulator-footer {
  background-color: transparent !important;
  border-top: none !important;
}

.blogger_description .muted-description {
  color: rgba(0, 0, 0, 0.65);
}

.blogger_description .access-soft-note {
  margin-top: 1.2em;
  text-align: left;
  background: #fff;
  border-left: 3px solid #564ec1;
}

.blogger_description .access-soft-note p {
  margin-bottom: 0.6em;
}

.blogger_description .access-soft-note .access-soft-note__actions {
  display: flex;
  align-items: center;
  gap: 0.6em;
  flex-wrap: wrap;
}

.blogger_description .access-soft-note .access-soft-note__actions .inline-auth-form {
  margin-left: 0;
}

.theme-soft-hint {
  margin: 0 0 12px;
  color: rgba(0, 0, 0, 0.75);
  text-align: left;
}

.theme-soft-gate {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.theme-soft-gate .theme-soft-hint {
  margin: 0;
}

.theme-soft-gate .inline-auth-form {
  margin-left: 0;
}

.reviews-shell {
  margin-top: 6px;
}

@keyframes bentoShimmer {
  to {
    transform: translateX(100%);
  }
}

@media only screen and (max-width: 1080px) {
  .blogger-page .blogger-hero {
    grid-template-columns: 1fr;
  }

  .blogger-page h1 {
    font-size: 29px;
  }

  .blogger-page .bento-split-grid--3 {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 900px) {
  .blogger-page .blogger-bento {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .blogger-page .bento-card--followers,
  .blogger-page .bento-card--bots,
  .blogger-page .bento-card--reach {
    grid-column: span 2;
  }

  .blogger-page .bento-card--description,
  .blogger-page .bento-card--themes,
  .blogger-page .bento-card--similar,
  .blogger-page .bento-card--reviews {
    grid-column: span 6;
  }

  .blogger-page .bento-card--age {
    grid-column: span 4;
  }

  .blogger-page .bento-card--gender {
    grid-column: span 2;
  }

  .blogger-page .bento-card--country,
  .blogger-page .bento-card--city {
    grid-column: span 3;
  }
}

@media only screen and (max-width: 680px) {
  .blogger-page .seo-shell.blogger-shell {
    padding: 16px;
    border-radius: 16px;
  }

  .blogger-page .blogger-bento {
    grid-template-columns: 1fr;
  }

  .blogger-page .bento-card--followers,
  .blogger-page .bento-card--bots,
  .blogger-page .bento-card--reach,
  .blogger-page .bento-card--description,
  .blogger-page .bento-card--age,
  .blogger-page .bento-card--gender,
  .blogger-page .bento-card--country,
  .blogger-page .bento-card--city,
  .blogger-page .bento-card--themes,
  .blogger-page .bento-card--similar,
  .blogger-page .bento-card--reviews {
    grid-column: span 1;
  }

  .blogger-page .bento-card {
    padding: 14px;
    border-radius: 14px;
  }

  .blogger-page .bento-title {
    font-size: 18px;
  }

  .blogger-page .bento-stat-value {
    font-size: 25px;
  }
}
