

/* Start:/local/components/s1/catalog/templates/collections/style.css?177626270144061*/
.collections-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#collectionsHighlights.trial-box--highlights {
  
  padding: 16px;
  
}
#collectionsHighlights .highlights-head {
  display: block;
  margin-bottom: 12px;
}
#collectionsHighlights .highlights-head > .collections-create-btn {
  display: flex;
  width: 100%;
  margin: 16px 0 18px;
}
.highlights-section--collections > .collections-create-btn {
  display: flex;
  width: 100%;
  margin: 0px 0 5px;
}
#collectionsHighlights .collections-head-copy {
  display: block;
}
#collectionsHighlights .highlights-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  margin: 14px 0 5px;
}
#collectionsHighlights .highlights-title::before{
  content:'';
  width:10px;
  height:10px;
  border-radius:999px;
  background: rgba(59,111,224,0.95);
  box-shadow: 0 0 0 4px rgba(59,111,224,0.16);
  flex: 0 0 auto;
}
#collectionsHighlights .highlights-subtitle {
  margin-top: 4px;
  color: #c8ceda;
  font-size: 13px;
  line-height: 1.4;
}
.collections-head-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0;
}
.collections-scope-switcher {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-right: auto;
}

.collections-head-actions .collections-create-btn {
  margin-left: 0;
}
.collections-scope-switcher .btn_filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  text-decoration: none;
  transition: all 0.2s ease;
}
.collections-scope-switcher .btn_filter:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
}
.collections-scope-switcher .btn_filter.active {
  background: rgba(59,111,224,0.15);
  border-color: rgba(59,111,224,0.4);
  color: #64b5f6;
}
.collections-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.16);
  padding: 10px;
  transition: border-color .15s ease, transform .15s ease, background-color .15s ease;
}
.collections-item:hover {
  border-color: rgba(159,194,255,0.35);
  transform: translateY(-1px);
  background: rgba(0,0,0,0.20);
}
.collections-item-link {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  align-items: center;
  text-decoration: none;
}
.collections-thumb {
  width: 54px;
  height: 74px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.06);
}
.collections-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collections-title {
  font-size: 13px;
  line-height: 1.25;
  color: #e9eef9;
  margin-bottom: 6px;
  display: block;
}
.collections-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.collections-desc {
  color: #aeb3bf;
  font-size: 12px;
  line-height: 1.4;
  display: block;
}
.collection-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 0 0;
}
.collection-meta--compact {
  display: flex;
}
.meta-item {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #9aa9bb;
  font-size: 12px;
  line-height: 1.35;
  white-space: nowrap;
}
.collections-status-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffd089;
  background: rgba(255, 184, 77, 0.12);
  border: 1px solid rgba(255, 184, 77, 0.28);
}
.collections-themes {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.theme-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  opacity: 0.8;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}

.theme-tag__icon {
  width: 14px;
  height: 14px;
  display: block;
  flex: 0 0 14px;
}

.theme-tag__text {
  display: inline-block;
}
.collections-list--embedded {
  margin-top: 0;
}

.profile-collections-list--page {
  margin-top: 18px;
 
}

.profile-collections-list .profile-collections-list__items,
.profile-collections-list--page .profile-collections-list__items {
  margin-top: 0;
}

.profile-collections-list .collections-stack-list,
.profile-collections-list--page .collections-stack-list,
.highlights-section--collections > .collections-stack-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 0;
}

.profile-collections-list .collection-row,
.profile-collections-list--page .collection-row,
.highlights-section--collections > .collections-stack-list .collection-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.profile-collections-list .collection-row:first-child,
.profile-collections-list--page .collection-row:first-child,
.highlights-section--collections > .collections-stack-list .collection-row:first-child {
  padding-top: 0;
}

.profile-collections-list .collection-row:last-child,
.profile-collections-list--page .collection-row:last-child,
.highlights-section--collections > .collections-stack-list .collection-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.profile-collections-list .collection-posters-stack,
.profile-collections-list--page .collection-posters-stack,
.highlights-section--collections > .collections-stack-list .collection-posters-stack {
  position: relative;
  width: 78px;
  height: 56px;
  display: block;
  flex: 0 0 auto;
}

.profile-collections-list .stack-item,
.profile-collections-list--page .stack-item,
.highlights-section--collections > .collections-stack-list .stack-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #111;
  transition: transform .18s ease;
}

.profile-collections-list .stack-item img,
.profile-collections-list--page .stack-item img,
.highlights-section--collections > .collections-stack-list .stack-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-collections-list .collection-info,
.profile-collections-list--page .collection-info,
.highlights-section--collections > .collections-stack-list .collection-info {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.collection-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 2px;
}

.profile-collections-list .collection-name,
.profile-collections-list--page .collection-name,
.highlights-section--collections > .collections-stack-list .collection-name {
  display: block;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.profile-collections-list .collection-name:hover,
.profile-collections-list--page .collection-name:hover,
.highlights-section--collections > .collections-stack-list .collection-name:hover {
  color: #cfe1ff;
}

.profile-collections-list .collection-description,
.profile-collections-list--page .collection-description,
.highlights-section--collections > .collections-stack-list .collection-description {
  margin: 0;
  color: #8899aa;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.profile-collections-list .collection-meta,
.profile-collections-list--page .collection-meta,
.highlights-section--collections > .collections-stack-list .collection-meta {
  margin: 5px 0 0;
}

.profile-collections-list .collection-meta + .collection-description,
.profile-collections-list--page .collection-meta + .collection-description,
.highlights-section--collections > .collections-stack-list .collection-meta + .collection-description,
.collection-meta + .collections-desc {
  margin-top: 8px;
}

.profile-collections-list .collection-posters-stack:hover .stack-item:nth-child(2),
.profile-collections-list--page .collection-posters-stack:hover .stack-item:nth-child(2),
.highlights-section--collections > .collections-stack-list .collection-posters-stack:hover .stack-item:nth-child(2) {
  transform: translateX(15px) !important;
}

.profile-collections-list .collection-posters-stack:hover .stack-item:nth-child(3),
.profile-collections-list--page .collection-posters-stack:hover .stack-item:nth-child(3),
.highlights-section--collections > .collections-stack-list .collection-posters-stack:hover .stack-item:nth-child(3) {
  transform: translateX(30px) !important;
}

.profile-collections-list .collection-highlights,
.profile-collections-list--page .collection-highlights,
.highlights-section--collections > .collections-stack-list .collection-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.profile-collections-list .highlight-item,
.profile-collections-list--page .highlight-item,
.highlights-section--collections > .collections-stack-list .highlight-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #c9d5e3;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

.profile-collections-list .highlight-item img,
.profile-collections-list--page .highlight-item img,
.highlights-section--collections > .collections-stack-list .highlight-item img {
  display: block;
  width: 14px;
  height: 14px;
  object-fit: contain;
  flex: 0 0 auto;
}

.collections-pagination {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.collections-pagination .modern-page-navigation {
  margin: 0;
}
.collections-empty {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
}
.collections-empty--embedded {
  padding: 4px 0 0;
  border: none;
  border-radius: 0;
  background: transparent;
}
.collections-empty__title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.collections-empty__text {
  color: #c8ceda;
  font-size: 13px;
  line-height: 1.5;
}
.character-page {
  margin: 0 0 20px;
  padding: 0;
  color: var(--text);
}
.character-card {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.09);
  background: linear-gradient(180deg, var(--glass1), var(--glass2));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 24px;
}
.character-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.character-pill{
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,.74);
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background: rgba(0,0,0,.14);
}
.character-title-row {
  display:flex;
  align-items:center;
  gap: 14px;
}
.character-avatar {
  width: 96px;
  height: 140px;
  border-radius: 16px;
  padding: 2px;
  flex: 0 0 auto;
}
.character-avatar img {
  width:100%;
  height:100%;
  border-radius: 12px;
  object-fit: cover;
  display:block;
  border: 1px solid rgba(255,255,255,.10);
}
.character-title {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-size: 24px;
  font-family: "Jost", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.character-lead {
  margin: 10px 0 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  max-width: none;
}
.character-actions {
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 14px;
  font-family: "Jost", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.character-btn {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 11px 14px;
  font-size: 14px;
  font-weight: 700;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition: transform .12s ease, background .12s ease, border-color .12s ease, opacity .12s ease;
  user-select:none;
}
.character-btn:hover{ transform: translateY(-1px); }
.character-btn:active{ transform: translateY(0); opacity:.92; }
.character-btn--subscribe {
  background: rgba(255,255,255,.95);
  color: rgba(0,0,0,.92);
  border-color: rgba(255,255,255,.20);
}
.character-btn--subscribe:hover {
  background: rgba(255,255,255,1);
}
.character-btn--subscribe.active {
  background: transparent;
  color: rgba(255,255,255,.92);
  border-color: rgba(255,255,255,.22);
}
.character-btn--subscribe.active:hover {
  background: rgba(255,255,255,.06);
}
.character-btn:disabled {
  opacity: .65;
  cursor: not-allowed;
  transform: none !important;
}
.character-sep {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: 6px 0 18px;
}
.collection-tabs {
  margin-top: 6px;
}
.collection-tab-input {
  display: none;
}
.collection-tabs-controls {
  display: flex;
  gap: 18px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.collection-tab-label {
  padding: 8px 0 10px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.72);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: color .15s ease, border-color .15s ease;
}
#collection-tab-movies:checked ~ .collection-tabs-controls label[for="collection-tab-movies"],
#collection-tab-books:checked ~ .collection-tabs-controls label[for="collection-tab-books"],
#collection-tab-characters:checked ~ .collection-tabs-controls label[for="collection-tab-characters"] {
  color: #fff;
  border-bottom-color: #3b82f6;
}
.collection-tabs-panels {
  padding-top: 12px;
}
.collection-tab-panel {
  display: none;
}
#collection-tab-movies:checked ~ .collection-tabs-panels .collection-tab-panel--movies {
  display: block;
}
#collection-tab-books:checked ~ .collection-tabs-panels .collection-tab-panel--books {
  display: block;
}
#collection-tab-characters:checked ~ .collection-tabs-panels .collection-tab-panel--characters {
  display: block;
}
.collection-tab-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.collection-tab-item {
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.12);
  color: rgba(255,255,255,.8);
  font-size: 13px;
  line-height: 1.4;
}
.collection-add-modal{
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  position: fixed;
  z-index: 1000;
  background: rgba(8, 10, 16, 0.82);
  color: rgba(231, 235, 243, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  overflow: auto;
  backdrop-filter: blur(6px);
}
.collection-add-modal.is-open{
  display: flex;
}
.collection-add-modal__dialog{
  border-radius: 16px;
  width: 640px;
  margin: auto;
  padding: 28px 36px 30px;
  position: relative;
  background: linear-gradient(180deg, rgba(23, 26, 36, 0.98) 0%, rgba(16, 18, 26, 0.98) 100%);
  z-index: 10;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-family: "Jost", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.collection-add-modal__title{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #f2f5f8;
}
.collection-add-modal__subtitle{
  font-size: 13px;
  font-weight: 600;
  margin: 12px 0 0;
  color: rgba(188, 197, 214, 0.7);
}
.collection-add-modal__hint{
  font-size: 12px;
  margin: 6px 0 0;
  width: 100%;
  line-height: 16px;
  color: rgba(172, 181, 198, 0.7);
}
.collection-add-modal__hint a{
  color: #a9c7ff;
  text-decoration: underline;
  text-decoration-color: rgba(169, 199, 255, 0.4);
  text-underline-offset: 2px;
}
.collection-add-modal__hint a:hover{
  color: #c7dcff;
}
.collection-add-modal__input{
  height: 50px;
  background-color: rgba(12, 14, 22, 0.9);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
  border-radius: 12px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  margin: 20px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e9eef7;
}
.collection-add-modal__input::placeholder{
  color: rgba(160, 168, 185, 0.6);
}
.collection-add-modal__input:focus{
  outline: none;
  border-color: rgba(255, 103, 22, 0.6);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.45);
}
.collection-add-modal__results{
  margin: 25px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 360px;
  overflow: auto;
  padding-right: 4px;
}
.collection-add-modal__item{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.04);
}
.collection-add-modal__item-left{
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.collection-add-modal__thumb{
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex: 0 0 40px;
}
.collection-add-modal__meta{
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.collection-add-modal__name{
  color: rgba(237, 241, 248, 0.9);
  font-weight: 600;
  font-size: 13px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.collection-add-modal__type{
  font-size: 12px;
  color: rgba(172, 181, 198, 0.7);
}
.collection-add-modal__add{
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #f2f5f8;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.collection-add-modal__add:disabled{
  opacity: 0.6;
  cursor: default;
}
.collection-add-modal__close{
  width: 26px;
  height: 26px;
  color: #c6cfdd;
  position: absolute;
  text-align: center;
  font-weight: 700;
  border-radius: 50%;
  margin: 0 22px 0 0;
  cursor: pointer;
  right: 0;
  top: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: none;
}
.collection-add-modal__empty{
  display: none;
  color: rgba(172, 181, 198, 0.7);
  font-size: 12px;
  text-align: center;
  padding: 10px 0 0;
}
body.collection-add-modal-open{
  overflow: hidden;
}
@media (max-width: 520px){
  .character-card{ padding: 18px; }
  .character-title{ font-size: 22px; }
}

.collections-create-btn {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 14px;
  width: 100%;
  min-width: 0;
  min-height: 92px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 220, 188, 0.012), transparent 70%),
    radial-gradient(circle at 0% 100%, rgba(255, 255, 255, 0.01), transparent 76%),
    linear-gradient(180deg, rgba(18, 21, 30, 0.97), rgba(12, 14, 22, 0.99)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 12px 28px rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 0.92) !important;
  text-decoration: none;
  transition:
    transform .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    background .18s ease,
    color .18s ease;
}

.collections-create-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 210, 168, 0.14) 0%, rgba(255, 234, 196, 0.16) 42%, rgba(255,255,255,0.1) 100%);
  pointer-events: none;
}

.collections-create-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.06),
    inset 0 -8px 16px rgba(0,0,0,0.18);
}

.collections-create-btn__icon svg {
  width: 22px;
  height: 22px;
  stroke: #f0ca64;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(240, 202, 100, 0.18));
}

.collections-create-btn__content {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1 1 auto;
  min-width: 0;
}

.collections-create-btn__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 6px;
  color: rgba(255, 176, 103, 0.88);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.collections-create-btn__eyebrow::before {
  content: "✦";
  font-size: 8px;
}

.collections-create-btn__title {
  color: rgba(247, 244, 238, 0.96);
  font-family: "Sora", "Jost", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.collections-create-btn__text {
  max-width: none;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.5;
}

.collections-create-btn__text b {
  color: rgba(247, 244, 238, 0.96);
  font-weight: 700;
}

.collections-create-btn__action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 4px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(240, 202, 100, 0.5);
  background: linear-gradient(135deg, #c8892a 0%, #f0ca64 60%, #ffb067 100%);
  box-shadow: 0 8px 24px rgba(240, 170, 60, 0.18), inset 0 1px 0 rgba(255,255,255,0.2);
  color: #0d0a02;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: background .18s ease, transform .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.collections-create-btn__action span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: transform .18s ease;
}

.collections-create-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.12) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 16px 32px rgba(0, 0, 0, 0.22);
  color: #fff !important;
}

.collections-create-btn:hover .collections-create-btn__action {
  border-color: rgba(240, 202, 100, 0.62);
  background: linear-gradient(135deg, #d9962f 0%, #f5d270 60%, #ffc080 100%);
  box-shadow: 0 8px 24px rgba(240, 170, 60, 0.32), inset 0 1px 0 rgba(255,255,255,0.22);
}

.collections-create-btn:hover .collections-create-btn__action span {
  transform: translateX(2px);
}

.collections-create-btn:active {
  transform: translateY(0);
}

@media (min-width: 900px) {
  .collections-create-btn__text {
    white-space: nowrap;
  }
}

.collection-visibility-note {
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 184, 77, 0.28);
  background: rgba(255, 184, 77, 0.08);
  color: #ffd089;
  font-size: 13px;
}

.collection-feedback {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 16px;
}

.collection-toolbar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 16px;
}

.collection-toolbar__primary,
.collection-toolbar__secondary {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.collection-toolbar__secondary {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.collection-toolbar__secondary-actions {
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}

.collection-toolbar__secondary .ai-fill-wrapper {
  width: 100%;
  margin-top: 0;
}

.collection-toolbar__secondary > .character-btn--add {
  display: none;
}

.collection-toolbar__wide-btn {
  min-width: 0;
  min-height: 44px;
  border-radius: 14px;
  justify-content: center;
  flex: 1 1 0;
}

.collection-toolbar__secondary-actions > .collection-toolbar__wide-btn {
  width: auto;
}

.collection-ai-fill-block {
  flex: 1 1 0;
  min-width: 0;
}

.collection-ai-fill-block > .character-btn--ai {
  width: 100%;
}

.character-btn--ai {
  padding: 11px 16px;
  border-radius: 14px;
  min-height: 44px;
  border: 1px solid rgba(240, 202, 100, 0.5);
  background: linear-gradient(135deg, #c8892a 0%, #f0ca64 60%, #ffb067 100%);
  color: #0d0a02;
  box-shadow: 0 8px 32px rgba(240, 170, 60, 0.22), inset 0 1px 0 rgba(255,255,255,0.25);
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .12s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.character-btn--ai:hover {
  transform: translateY(-1px);
  border-color: rgba(240, 202, 100, 0.62);
  background: linear-gradient(135deg, #d9962f 0%, #f5d270 60%, #ffc080 100%);
  box-shadow: 0 8px 24px rgba(240, 170, 60, 0.38), inset 0 1px 0 rgba(255,255,255,0.25);
  color: #0d0a02;
}

.character-btn--ai:active,
.ai-fill-form__submit:active {
  transform: translateY(0);
}

.ai-fill-wrapper {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.ai-fill-form {
  background: #11141a;
  border: 1px solid #2d333f;
  border-radius: 8px;
  padding: 12px;
}

.ai-fill-form__title {
  color: #6b7280;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ai-fill-form__quota {
  margin: 0 0 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(22, 24, 28, 0.98), rgba(14, 16, 20, 0.98));
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 18px 40px rgba(0,0,0,0.18);
}

.ai-fill-form__quota--inline {
  margin: 0;
  padding: 14px 16px;
}

.ai-fill-form__quota--loader {
  width: 100%;
  max-width: 320px;
  padding: 14px 16px;
}

.ai-fill-form__quota-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.ai-fill-form__quota-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ai-fill-form__quota-label {
  color: rgba(255,255,255,0.54);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ai-fill-form__quota-hint {
  color: rgba(255,255,255,0.9);
  font-size: 12px;
  line-height: 1.35;
}

.ai-fill-form__quota-percent {
  flex: 0 0 auto;
  font-family: "Sora", "Jost", sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: #f4f3ef;
}

.ai-fill-form__quota-bar {
  display: grid;
  grid-template-columns: repeat(20, minmax(0, 1fr));
  gap: 4px;
}

.ai-fill-form__quota-segment {
  height: 18px;
  border-radius: 2px;
  background: rgba(255,255,255,0.12);
  transition: background .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.ai-fill-form__quota-segment.is-active {
  background: linear-gradient(180deg, #ff9f2f 0%, #ff7f1f 100%);
  box-shadow: 0 0 10px rgba(255, 140, 39, 0.18);
}

.ai-fill-form__types {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 12px;
}

.ai-type-item {
  cursor: pointer;
}

.ai-type-item input {
  display: none;
}

.ai-type-item span {
  display: block;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(226, 232, 240, 0.72);
  border-radius: 8px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,.08);
  transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.ai-type-item:hover span {
  border-color: rgba(255,255,255,.16);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(247, 244, 238, 0.96);
  transform: translateY(-1px);
}

.ai-type-item input:checked + span {
  border-color: rgba(240, 202, 100, 0.9);
  background: rgba(240, 202, 100, 0.1);
  color: #f0ca64;
  font-weight: 600;
  box-shadow: none;
}

.ai-fill-form__footer {
  display: flex;
  justify-content: center;
}

.ai-fill-form__submit {
  width: 100%;
  border: 1px solid rgba(240, 202, 100, 0.5);
  background: linear-gradient(135deg, #c8892a 0%, #f0ca64 60%, #ffb067 100%);
  color: #0d0a02;
  box-shadow: 0 8px 32px rgba(240, 170, 60, 0.22), inset 0 1px 0 rgba(255,255,255,0.25);
  padding: 8px 15px;
  border-radius: 14px;
  font-weight: 800;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-align: center;
  transition: transform .12s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.ai-fill-form__submit:hover {
  transform: translateY(-1px);
  border-color: rgba(240, 202, 100, 0.62);
  background: linear-gradient(135deg, #d9962f 0%, #f5d270 60%, #ffc080 100%);
  box-shadow: 0 8px 24px rgba(240, 170, 60, 0.38), inset 0 1px 0 rgba(255,255,255,0.25);
}

.ai-fill-form__submit.loading {
  opacity: 0.7;
  cursor: wait;
  background: rgba(100, 90, 50, 0.3);
  border-color: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.3);
  box-shadow: none;
}

.ai-reco-results {
  background: #11141a;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #2d333f;
  margin-top: 15px;
}

.ai-reco-results__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #2d333f;
}

.ai-reco-results__title {
  font-weight: 600;
  color: #f3f4f6;
  font-size: 14px;
}

.ai-reco-results__close {
  background: none;
  border: none;
  color: #6b7280;
  font-size: 16px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
}

.ai-reco-results__close:hover {
  color: #f3f4f6;
}

.ai-reco-results__item {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #1a1d24;
  border-radius: 6px;
  margin-bottom: 6px;
  border: 1px solid transparent;
  transition: background 0.2s;
}

.ai-reco-results__item:hover {
  background: #1d2129;
}

.ai-reco-results__poster {
  width: 36px;
  height: 52px;
  object-fit: cover;
  border-radius: 3px;
  margin-right: 12px;
}

.ai-reco-results__info {
  flex: 1;
}

.ai-reco-results__name {
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px;
  font-size: 13px;
}

.ai-reco-results__meta {
  font-size: 11px;
  color: #94a3b8;
}

.ai-reco-results__actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: stretch;
  flex: 0 0 auto;
}

.ai-reco-results__btn {
  background: #3b82f6;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
}

.ai-reco-results__btn:hover:not(:disabled) {
  background: #2563eb;
}

.ai-reco-results__btn--dismiss {
  background: transparent;
  color: #94a3b8;
  border: 1px solid rgba(148, 163, 184, 0.32);
}

.ai-reco-results__btn--dismiss:hover:not(:disabled) {
  background: rgba(148, 163, 184, 0.12);
  color: #e5e7eb;
}

.ai-reco-results__btn:disabled {
  background: #2d333f;
  color: #6b7280;
  cursor: default;
}

.ai-reco-results__loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  color: #94a3b8;
  font-size: 12px;
}

.ai-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(59, 130, 246, 0.1);
  border-top-color: #3b82f6;
  border-radius: 50%;
  animation: ai-spin 0.6s linear infinite;
  margin-bottom: 10px;
}

@keyframes ai-spin {
  to {
    transform: rotate(360deg);
  }
}

.collection-draft-actions {
  display: flex;
  align-items: stretch;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.collection-draft-actions > .collection-ai-fill-block,
.collection-draft-actions > .character-btn {
  flex: 1 1 220px;
  min-width: 0;
}

.collection-draft-actions > .collection-ai-fill-block {
  display: flex;
  margin-top: 0;
}

.collection-draft-actions > .collection-ai-fill-block > .character-btn {
  width: 100%;
}

.collection-draft-actions .collection-toolbar__wide-btn {
  white-space: nowrap;
}

.collections-themes--detail {
  margin: 0 0 16px;
}

.collection-feedback__reactions .s1-reactions__label {
  display: none;
}

.collection-feedback__reactions .s1-reactions__btn {
  width: auto;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  gap: 6px;
  border-radius: 14px;
  justify-content: center;
}

.collection-feedback__reactions .s1-reactions__label,
.collection-feedback__reactions .s1-reactions__more-badge {
  display: none !important;
}

.collection-feedback__reactions .s1-reactions__count {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 10px;
  transform: translateY(3px);
  color: rgba(247,244,238,.92);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.collection-feedback__reactions .s1-reactions__icon,
.collection-feedback__reactions .s1-reactions__icon-svg {
  width: 18px;
  min-width: 18px;
  height: 18px;
}

.collection-toolbar__edit {
  gap: 8px;
  text-decoration: none;
}

.collection-toolbar__edit svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.collection-edit-link {
  text-decoration: none;
}

.collection-owner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.collection-owner__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
  line-height: 1.1;
}

.collection-owner__label {
  font-size: 10px;
  font-weight: 500;
  color: rgba(255,255,255,.42);
}

.collection-owner__name {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,.64);
}

.collection-owner__avatar {
  flex: 0 0 auto;
}

.collection-owner__avatar img {
  display: block;
}

.collection-create-page {
  max-width: 920px;
  margin: 0 auto;
}

.collection-create-back {
  color: rgba(255,255,255,.68);
  text-decoration: none;
  font-size: 13px;
}

.collection-create-back:hover {
  color: #fff;
}

.collection-create-auth {
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  padding: 18px 20px;
  color: rgba(255,255,255,.84);
}

.collection-create-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.collection-create-intro {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 6px;
}

.collection-create-intro__lead {
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.collection-create-intro__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.collection-create-intro__point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.07);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.025));
  padding: 12px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  line-height: 1.5;
}

.collection-create-intro__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  background: rgba(240, 202, 100, 0.12);
  border: 1px solid rgba(240, 202, 100, 0.24);
  color: rgba(255, 232, 189, 0.95);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.collection-create-intro__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.collection-create-intro__text strong {
  color: rgba(255,255,255,.92);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.35;
}

.collection-create-intro__text span {
  color: rgba(255,255,255,.6);
  font-size: 12px;
  line-height: 1.45;
}

.collection-create-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.collection-create-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.collection-create-field--wide {
  grid-column: 1 / -1;
}

.collection-create-label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.86);
}

.collection-create-input,
.collection-create-textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(7, 10, 16, 0.55);
  color: #f3f5f8;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.5;
  resize: vertical;
}

.collection-create-input:focus,
.collection-create-textarea:focus {
  outline: none;
  border-color: rgba(59, 130, 246, 0.55);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
}

.collection-create-textarea--short {
  min-height: 120px;
}

.collection-create-actions,
.collection-create-submit {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.collection-form-danger {
  background: rgba(255, 82, 82, 0.10);
  color: #ff9d9d;
  border-color: rgba(255, 82, 82, 0.24);
}

.collection-form-danger:hover {
  background: rgba(255, 82, 82, 0.16);
}

.character-btn--ai.loading,
.collection-create-submit .character-btn.is-loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
}

.character-btn--ai.loading::after,
.collection-create-submit .character-btn.is-loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255,255,255,0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: collection-create-spin .7s linear infinite;
}

@keyframes collection-create-spin {
  to {
    transform: rotate(360deg);
  }
}

.collection-create-status {
  font-size: 13px;
  color: rgba(255,255,255,.68);
}

.collection-create-status.is-error {
  color: #ff9d9d;
}

.collection-create-status.is-success {
  color: #88d49c;
}

.collection-create-hint {
  font-size: 12px;
  color: rgba(255,255,255,.58);
  line-height: 1.4;
}

.collection-create-settings {
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  padding: 18px;
}

.collection-theme-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.collection-tag-selector {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.collection-tag-selector__group {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  overflow: hidden;
}

.collection-tag-selector__group summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 14px 48px 14px 16px;
  color: rgba(255,255,255,.92);
  font-size: 14px;
  font-weight: 600;
}

.collection-tag-selector__group summary::-webkit-details-marker {
  display: none;
}

.collection-tag-selector__group summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.collection-tag-selector__group summary::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-right: 2px solid rgba(255,255,255,.75);
  border-bottom: 2px solid rgba(255,255,255,.75);
  transform: rotate(45deg);
  transition: transform .2s ease, margin-top .2s ease;
  z-index: 1;
}

.collection-tag-selector__group[open] summary::before {
  transform: rotate(225deg);
  margin-top: -1px;
}

.collection-tag-selector__body {
  padding: 0 16px 16px;
}

.collection-tag-selector__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.collection-tag-selector__chip {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}

.collection-tag-selector__chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.collection-tag-selector__chip > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 26px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.86);
  font-size: 12px;
  line-height: 1.2;
  transition: background .15s ease, border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.collection-tag-selector__chip:hover > span {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.16);
  transform: translateY(-1px);
}

.collection-tag-selector__chip input:checked + span {
  background: rgba(59,130,246,.16);
  border-color: rgba(59,130,246,.42);
}

.collection-tag-selector__icon {
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  object-fit: contain;
}

.collection-tag-selector__label {
  display: inline-block;
}

.collection-theme-option {
  display: inline-flex;
  cursor: pointer;
}

.collection-theme-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.collection-theme-option__ui {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.86);
  transition: background .15s ease, border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.collection-theme-option:hover .collection-theme-option__ui {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
  transform: translateY(-1px);
}

.collection-theme-option input:checked + .collection-theme-option__ui {
  background: rgba(59, 130, 246, 0.14);
  border-color: rgba(59, 130, 246, 0.40);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.10);
}

.collection-theme-option__icon {
  width: 16px;
  height: 16px;
  display: block;
  flex: 0 0 16px;
}

.collection-theme-option__text {
  font-size: 13px;
  line-height: 1.2;
}

.collection-create-settings__title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
}

.collection-create-toggle {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  cursor: pointer;
}

.collection-create-toggle input {
  display: none;
}

.collection-create-toggle__ui {
  position: relative;
  width: 46px;
  height: 26px;
  flex: 0 0 46px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  transition: background .2s ease;
}

.collection-create-toggle__ui::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  transition: transform .2s ease;
}

.collection-create-toggle input:checked + .collection-create-toggle__ui {
  background: #3b82f6;
}

.collection-create-toggle input:checked + .collection-create-toggle__ui::after {
  transform: translateX(20px);
}

.collection-create-toggle__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.collection-create-toggle__label {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.collection-create-toggle__hint {
  font-size: 12px;
  color: rgba(255,255,255,.62);
}

@media (max-width: 767px) {
  .collection-create-intro__points {
    grid-template-columns: 1fr;
  }

  #collectionsHighlights .highlights-head > .collections-create-btn {
    margin: 14px 0 14px;
  }

  .collections-head-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .collections-scope-switcher {
    width: 100%;
    margin-right: 0;
  }

  .collection-owner {
    width: 100%;
    justify-content: space-between;
  }

  .collection-toolbar__secondary {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .collection-toolbar__secondary-actions {
    flex-direction: column;
  }

  .collection-ai-fill-block,
  .collection-toolbar__wide-btn,
  .collection-toolbar__secondary .ai-fill-wrapper {
    width: 100%;
  }

  .collection-draft-actions {
    flex-direction: column;
  }

  .collections-create-btn {
    width: 100%;
    min-width: 0;
    min-height: 88px;
    padding: 15px 16px;
    border-radius: 20px;
  }

  .collections-create-btn__text {
    white-space: normal;
  }

  .collections-create-btn__title {
    font-size: 17px;
  }

  .collections-create-btn__icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .collections-create-btn__icon svg {
    width: 20px;
    height: 20px;
  }
}

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.css?1773210807754*/
div.modern-page-navigation {
	padding: 0.5em 0;}
div.modern-page-navigation a,
span.modern-page-current,
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous {
	border-right-width: 1px;
	border-right-style: solid;
	border-left: none; }
div.modern-page-navigation a.modern-page-first,
div.modern-page-navigation span.modern-page-first {
	border-left: none;
	padding-left: 0.5em; }

span.modern-page-current {
	font-weight: var(--ui-font-weight-bold);
}
div.modern-page-navigation a,
span.modern-page-current,
div.modern-page-navigation a.modern-page-previous,
span.modern-page-dots {
	border-color: #cdcdcd; }

/* End */
/* /local/components/s1/catalog/templates/collections/style.css?177626270144061 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.css?1773210807754 */
