.ri-nav {
position: sticky;
top: 0;
z-index: 50;
background-color: #060e20;
border-bottom: 1px solid rgba(64,72,93,0.3);
backdrop-filter: blur(12px);
}
.ri-nav-inner {
display: flex;
justify-content: space-between;
align-items: center;
width: -webkit-fill-available;
max-width: 1536px;
margin: 0 auto;
padding: 24px 32px;
}
.ri-nav-logo {
font-family: 'Noto Serif', Georgia, serif;
font-size: 22px;
font-weight: 700;
letter-spacing: 0.2em;
color: #a3a6ff;
text-decoration: none;
}
.ri-nav-links {
display: flex;
align-items: center;
gap: 40px;
}
.ri-nav-link {
font-family: 'Noto Serif', Georgia, serif;
font-size: 13px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: rgba(222,229,255,0.7);
text-decoration: none;
transition: color 0.2s;
}
.ri-nav-link:hover {
color: #dee5ff;
}
.ri-nav-link-active {
font-family: 'Noto Serif', Georgia, serif;
font-size: 13px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #a3a6ff;
text-decoration: none;
border-bottom: 2px solid #a3a6ff;
padding-bottom: 4px;
}
.ri-nav-actions {
display: flex;
align-items: center;
gap: 16px;
}
.ri-nav-icon-btn {
background: none;
border: none;
cursor: pointer;
color: #a3a6ff;
font-size: 24px;
padding: 8px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: background-color 0.2s;
text-decoration: none;
}
.ri-nav-icon-btn:hover {
background-color: rgba(31,43,73,0.5);
}
.ri-btn-primary {
background: linear-gradient(90deg, #a3a6ff 0%, #6063ee 100%);
color: #0f00a4;
font-weight: 700;
font-size: 14px;
padding: 10px 24px;
border-radius: 6px;
border: none;
cursor: pointer;
transition: opacity 0.15s, transform 0.1s;
white-space: nowrap;
text-decoration: none;
display: inline-block;
}
.ri-btn-primary:hover {
opacity: 0.9;
}
.ri-btn-primary:active {
transform: scale(0.99);
opacity: 0.8;
}
.ri-nav-lang {
display: flex;
align-items: center;
gap: 6px;
margin-right: 12px;
}
.ri-nav-lang-link {
font-family: 'Inter', sans-serif;
font-size: 12px;
font-weight: 500;
letter-spacing: 0.04em;
text-transform: uppercase;
color: rgba(222,229,255,0.6);
text-decoration: none;
padding: 4px 6px;
border-radius: 4px;
transition: color 0.15s, background-color 0.15s;
}
.ri-nav-lang-link:hover {
color: #dee5ff;
background-color: rgba(31,43,73,0.45);
}
.ri-nav-lang-active {
color: #a3a6ff;
background-color: rgba(163,166,255,0.12);
}
.ri-nav-lang-sep {
color: rgba(222,229,255,0.25);
font-size: 12px;
user-select: none;
}
.u-hidden {
display: none;
}
.ru-nav {
position: sticky;
top: 0;
z-index: 50;
background-color: rgba(6,14,32,0.85);
backdrop-filter: blur(12px);
border-bottom: 1px solid rgba(163,166,255,0.08);
}
.ru-nav-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
max-width: 1280px;
margin: 0 auto;
padding-top: 14px;
padding-bottom: 14px;
padding-left: 24px;
padding-right: 24px;
}
.ru-nav-logo {
font-size: 1.25rem;
font-weight: 700;
color: #a3a6ff;
text-decoration: none;
letter-spacing: 0.04em;
}
.ru-nav-actions {
display: flex;
align-items: center;
gap: 14px;
}
.ru-nav-lang {
display: flex;
align-items: center;
gap: 4px;
}
.ru-nav-lang-link {
color: rgba(222,229,255,0.65);
text-decoration: none;
font-size: 12px;
font-weight: 600;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 8px;
border-radius: 4px;
transition: color 0.15s, background-color 0.15s;
}
.ru-nav-lang-link:hover {
color: #dee5ff;
background-color: rgba(31,43,73,0.45);
}
.ru-nav-lang-active {
color: #a3a6ff;
background-color: rgba(163,166,255,0.12);
}
.ru-nav-lang-sep {
color: rgba(222,229,255,0.25);
font-size: 12px;
user-select: none;
}
.ru-nav-bell {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 50%;
color: #cbd5e1;
text-decoration: none;
transition: background-color 0.15s, color 0.15s;
}
.ru-nav-bell:hover {
background-color: rgba(163,166,255,0.10);
color: #a3a6ff;
}
.ru-nav-badge {
position: absolute;
top: 4px;
right: 4px;
min-width: 16px;
height: 16px;
padding-left: 4px;
padding-right: 4px;
background-color: #ef4444;
color: white;
border-radius: 999px;
font-size: 10px;
font-weight: 700;
display: inline-flex;
align-items: center;
justify-content: center;
line-height: 1;
}
.ru-nav-user {
position: relative;
}
.ru-nav-avatar-btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 50%;
background-color: rgba(163,166,255,0.15);
color: #a3a6ff;
cursor: pointer;
border: 1px solid rgba(163,166,255,0.25);
font-size: 14px;
font-weight: 700;
transition: background-color 0.15s, border-color 0.15s;
overflow: hidden;
}
.ru-nav-avatar-btn:hover {
background-color: rgba(163,166,255,0.25);
border-color: rgba(163,166,255,0.5);
}
.ru-nav-avatar-img {
width: 100%;
height: 100%;
object-fit: cover;
}
.ru-nav-user-menu {
position: absolute;
top: 44px;
right: 0;
min-width: 200px;
background-color: #091328;
border: 1px solid rgba(163,166,255,0.15);
border-radius: 8px;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 6px;
padding-right: 6px;
box-shadow: 0 12px 32px -8px rgba(0,0,0,0.5);
opacity: 0;
visibility: hidden;
transform: translateY(-4px);
transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
z-index: 60;
}
.ru-nav-user:focus-within .ru-nav-user-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.ru-nav-user-menu-item {
display: flex;
align-items: center;
gap: 10px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 12px;
padding-right: 12px;
color: #cbd5e1;
text-decoration: none;
font-size: 13px;
border-radius: 6px;
transition: background-color 0.1s, color 0.1s;
}
.ru-nav-user-menu-item:hover {
background-color: rgba(163,166,255,0.10);
color: #dee5ff;
}
.ru-nav-mobile-only {
display: none;
}
.ru-nav-user-menu-item--danger {
color: #fecaca;
}
.ru-nav-user-menu-item--danger:hover {
background-color: rgba(239,68,68,0.12);
color: #fecaca;
}
.ru-nav-user-menu-sep {
height: 1px;
background-color: rgba(163,166,255,0.12);
margin-top: 6px;
margin-bottom: 6px;
}

.hp-nav-btn {
background: none;
border: none;
cursor: pointer;
}
.hp-nav-btn[data-revealed="true"] {
background-color: rgba(255,110,132,0.12);
color: #ff6e84;
}
.hp-nav-btn[data-revealed="true"] .material-symbols-outlined {
color: #ff6e84;
}
.hp-modal {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
z-index: 200;
background-color: rgba(4,9,22,0.72);
backdrop-filter: blur(6px);
}
.hp-modal[hidden] {
display: none;
}
.hp-modal-card {
width: 100%;
max-width: 360px;
max-height: calc(100vh - 40px);
overflow-y: auto;
background-color: rgba(31,43,73,0.96);
border: 1px solid rgba(163,166,255,0.18);
border-radius: 14px;
padding-top: 24px;
padding-bottom: 24px;
padding-left: 24px;
padding-right: 24px;
box-shadow: 0 24px 64px -16px rgba(0,0,0,0.6);
}
.hp-modal-title {
margin: 0 0 8px;
font-size: 18px;
font-weight: 700;
color: #dee5ff;
}
.hp-modal-desc {
margin: 0 0 16px;
font-size: 13px;
line-height: 1.5;
color: rgba(222,229,255,0.7);
}
.hp-modal [data-hp-modal-pin] {
width: 100%;
box-sizing: border-box;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 12px;
padding-right: 12px;
font-size: 16px;
letter-spacing: 0.2em;
color: #dee5ff;
background-color: rgba(6,14,32,0.7);
border: 1px solid rgba(163,166,255,0.22);
border-radius: 8px;
outline: none;
}
.hp-modal [data-hp-modal-pin]:focus {
border-color: rgba(163,166,255,0.55);
}
.hp-modal-error {
min-height: 18px;
margin-top: 8px;
font-size: 12px;
color: #ff6e84;
}
.hp-modal-actions {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
margin-top: 16px;
}
.hp-btn {
cursor: pointer;
font-size: 13px;
font-weight: 600;
padding-top: 9px;
padding-bottom: 9px;
padding-left: 18px;
padding-right: 18px;
border-radius: 8px;
border: 1px solid transparent;
text-decoration: none;
transition: opacity 0.15s, background-color 0.15s, border-color 0.15s;
}
.hp-btn-primary {
background: linear-gradient(90deg, #ff8a9b 0%, #ff6e84 100%);
color: #1a0a10;
}
.hp-btn-primary:hover {
opacity: 0.9;
}
.hp-btn-ghost {
background-color: rgba(163,166,255,0.08);
color: rgba(222,229,255,0.8);
border: 1px solid rgba(163,166,255,0.22);
}
.hp-btn-ghost:hover {
background-color: rgba(163,166,255,0.16);
}
.hp-btn-sm {
padding-top: 5px;
padding-bottom: 5px;
padding-left: 12px;
padding-right: 12px;
font-size: 12px;
background-color: rgba(255,255,255,0.12);
color: #dee5ff;
}
.hp-btn-sm:hover {
background-color: rgba(255,255,255,0.22);
}
.hp-indicator {
position: fixed;
left: 50%;
bottom: 20px;
transform: translateX(-50%);
display: flex;
align-items: center;
gap: 12px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 16px;
padding-right: 12px;
border-radius: 999px;
z-index: 150;
background-color: rgba(31,43,73,0.95);
border: 1px solid rgba(255,110,132,0.4);
box-shadow: 0 12px 32px -10px rgba(0,0,0,0.55);
backdrop-filter: blur(8px);
}
.hp-indicator[hidden] {
display: none;
}
.hp-indicator-text {
font-size: 13px;
font-weight: 600;
color: #ff6e84;
}
.hp-toast {
position: fixed;
left: 50%;
bottom: 72px;
transform: translateX(-50%) translateY(12px);
max-width: 320px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 18px;
padding-right: 18px;
border-radius: 8px;
z-index: 250;
font-size: 13px;
font-weight: 600;
color: #dee5ff;
background-color: rgba(31,43,73,0.97);
border: 1px solid rgba(163,166,255,0.25);
box-shadow: 0 12px 32px -10px rgba(0,0,0,0.6);
opacity: 0;
transition: opacity 0.25s ease, transform 0.25s ease;
pointer-events: none;
}
.hp-toast-err {
border-color: rgba(255,110,132,0.45);
color: #ff6e84;
}
.hp-toast.hp-toast-in {
opacity: 1;
transform: translateX(-50%) translateY(0);
}
.ri-footer {
background-color: #000000;
padding-top: 48px;
padding-bottom: 48px;
border-top: 1px solid rgba(64,72,93,0.1);
}
.ri-footer-inner {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding-left: 48px;
padding-right: 48px;
gap: 32px;
flex-wrap: wrap;
max-width: 1536px;
margin: 0 auto;
}
.ri-footer-brand {
display: flex;
flex-direction: column;
gap: 6px;
}
.ri-footer-copy {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.15em;
color: rgba(222,229,255,0.4);
}
.ri-footer-legal {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.15em;
color: rgba(222,229,255,0.4);
}
.ri-footer-address {
font-style: normal;
font-size: 11px;
letter-spacing: 0.06em;
color: rgba(222,229,255,0.3);
}
.ri-footer-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 32px;
}
.ri-footer-link {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.15em;
color: rgba(222,229,255,0.4);
text-decoration: none;
transition: color 0.3s;
}
.ri-footer-link:hover {
color: #a3a6ff;
}
.ri-footer-icons {
display: flex;
gap: 24px;
}
.ri-footer-icon {
color: #47c4ff;
cursor: pointer;
font-size: 24px;
transition: color 0.2s;
border: none;
background: none;
display: flex;
align-items: center;
}
.ri-footer-icon:hover {
color: #a3a6ff;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Inter', sans-serif;
background-color: #060e20;
color: #dee5ff;
overflow-x: hidden;
}
.material-symbols-outlined {
font-family: 'Material Symbols Outlined';
font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
font-size: 24px;
line-height: 28px;
font-weight: normal;
display: inline-block;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
user-select: none;
}
.bl-main {
min-height: 70vh;
}
.bl-article-main {
min-height: 70vh;
max-width: 860px;
margin: 0 auto;
padding: 0 24px 64px;
}
.bl-section {
max-width: 1200px;
margin: 0 auto;
padding: 48px 24px 64px;
}
.bl-hero {
background: linear-gradient(135deg, #060e20 0%, #141f38 100%);
padding: 80px 24px 60px;
border-bottom: 1px solid rgba(163,166,255,0.12);
text-align: center;
position: relative;
}
.bl-hero-content {
max-width: 700px;
margin: 0 auto;
}
.bl-hero-eyebrow {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 20px;
letter-spacing: 0.12em;
color: #a3a6ff;
text-transform: uppercase;
margin-bottom: 16px;
}
.bl-hero-title {
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
font-weight: 700;
font-size: 2.75rem;
line-height: 1.2;
letter-spacing: 0.05em;
color: #dee5ff;
margin-bottom: 16px;
}
.bl-hero-accent {
color: #a3a6ff;
}
.bl-hero-sub {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1rem;
line-height: 1.6;
color: #a3aac4;
max-width: 560px;
margin: 0 auto;
}
.bl-posts-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 28px;
margin-bottom: 48px;
}
.bl-post-card {
display: block;
background-color: #141f38;
border: 1px solid rgba(163,166,255,0.10);
border-radius: 12px;
overflow: hidden;
text-decoration: none;
color: #dee5ff;
transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
box-shadow: 0 2px 12px rgba(0,0,0,0.25);
}
.bl-post-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 28px rgba(0,0,0,0.40);
border-color: rgba(163,166,255,0.30);
color: #dee5ff;
}
.bl-post-cover {
width: 100%;
height: 200px;
overflow: hidden;
background-color: #192540;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.bl-post-cover-img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: transform 0.35s ease;
}
.bl-post-card:hover .bl-post-cover-img {
transform: scale(1.04);
}
.bl-post-cover--placeholder {
background-color: #0f1930;
}
.bl-cover-icon {
font-size: 48px;
line-height: 1;
color: rgba(163,166,255,0.25);
}
.bl-post-card-body {
padding: 20px;
}
.bl-post-title {
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
font-weight: 700;
font-size: 1.1rem;
line-height: 1.4;
letter-spacing: 0.05em;
color: #dee5ff;
margin-bottom: 10px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.bl-post-summary {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 0.875rem;
line-height: 1.5;
color: #a3aac4;
margin-bottom: 14px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.bl-post-meta {
display: flex;
align-items: center;
gap: 16px;
flex-wrap: wrap;
margin-top: auto;
}
.bl-post-author {
display: inline-flex;
align-items: center;
gap: 4px;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 0.75rem;
line-height: 20px;
color: #a3aac4;
}
.bl-post-date {
display: inline-flex;
align-items: center;
gap: 4px;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 0.75rem;
line-height: 20px;
color: #a3aac4;
}
.bl-meta-icon {
font-size: 14px;
line-height: 14px;
color: rgba(163,166,255,0.6);
}
.bl-post-tags {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-bottom: 10px;
}
.bl-tags-article {
margin-bottom: 16px;
}
.bl-tag-pill {
display: inline-block;
background-color: rgba(163,166,255,0.12);
color: #a3a6ff;
border: 1px solid rgba(163,166,255,0.20);
border-radius: 20px;
padding: 3px 10px;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 0.7rem;
line-height: 20px;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.bl-pagination {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
flex-wrap: wrap;
margin-top: 16px;
}
.bl-page-btn {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 10px 22px;
background-color: #6063ee;
color: #dee5ff;
border-radius: 8px;
text-decoration: none;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 0.875rem;
line-height: 20px;
transition: background 0.2s ease;
}
.bl-page-btn:hover {
background-color: #a3a6ff;
color: #060e20;
}
.bl-page-label {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 0.875rem;
line-height: 20px;
color: #a3aac4;
}
.bl-empty {
text-align: center;
padding: 60px 24px;
color: #a3aac4;
}
.bl-empty-icon {
font-size: 56px;
line-height: 1;
display: block;
margin-bottom: 16px;
color: rgba(163,166,255,0.25);
}
.bl-empty p {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1rem;
line-height: 20px;
}
.bl-article-header {
padding-top: 48px;
margin-bottom: 32px;
}
.bl-article-breadcrumbs {
display: inline-flex;
align-items: center;
gap: 8px;
margin-bottom: 20px;
}
.bl-breadcrumb-link {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 0.875rem;
line-height: 20px;
color: #a3a6ff;
text-decoration: none;
transition: color 0.15s;
}
.bl-breadcrumb-link:hover {
color: #dee5ff;
}
.bl-breadcrumb-sep {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 0.875rem;
line-height: 20px;
color: #a3aac4;
}
.bl-breadcrumb-current {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 0.875rem;
line-height: 20px;
color: #a3aac4;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 220px;
display: inline-block;
vertical-align: middle;
}
.bl-article-title {
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
font-weight: 700;
font-size: 2.25rem;
line-height: 1.25;
letter-spacing: 0.05em;
color: #dee5ff;
margin-bottom: 20px;
}
.bl-article-meta {
margin-top: 0;
}
.bl-article-cover {
width: 100%;
max-height: 420px;
overflow: hidden;
border-radius: 12px;
margin-bottom: 36px;
}
.bl-article-cover-img {
width: 100%;
max-height: 420px;
object-fit: cover;
object-position: center;
display: block;
}
.bl-post-body {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1rem;
line-height: 1.75;
color: #dee5ff;
margin-bottom: 56px;
}
.bl-post-body h2 {
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
font-weight: 700;
font-size: 1.5rem;
line-height: 1.3;
letter-spacing: 0.05em;
color: #dee5ff;
margin-top: 2em;
margin-bottom: 0.75em;
}
.bl-post-body h3 {
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
font-weight: 600;
font-size: 1.2rem;
line-height: 1.4;
letter-spacing: 0.05em;
color: #dee5ff;
margin-top: 1.75em;
margin-bottom: 0.5em;
}
.bl-post-body p {
margin-bottom: 1.25em;
color: #a3aac4;
}
.bl-post-body a {
color: #a3a6ff;
text-decoration: underline;
text-underline-offset: 3px;
}
.bl-post-body a:hover {
color: #dee5ff;
}
.bl-post-body ul, .bl-post-body ol {
margin-bottom: 1.25em;
padding-left: 1.75em;
}
.bl-post-body li {
margin-bottom: 0.4em;
color: #a3aac4;
}
.bl-post-body blockquote {
border-left: 4px solid #6063ee;
margin: 1.5em 0;
padding: 0.75em 1.25em;
background-color: rgba(96,99,238,0.08);
border-radius: 0 8px 8px 0;
color: #a3aac4;
font-style: italic;
}
.bl-post-body code {
font-family: 'Courier New', Courier, monospace;
background-color: rgba(163,166,255,0.10);
padding: 2px 6px;
border-radius: 4px;
font-size: 0.875em;
}
.bl-post-body pre {
background-color: #0f1930;
border: 1px solid rgba(163,166,255,0.12);
border-radius: 8px;
padding: 16px;
overflow-x: auto;
margin-bottom: 1.5em;
}
.bl-post-body pre code {
background-color: transparent;
padding: 0;
}
.bl-post-body img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin-top: 1em;
margin-bottom: 1em;
display: block;
}
.bl-post-body hr {
border: none;
border-top: 1px solid rgba(163,166,255,0.15);
margin: 2.5em 0;
}
.bl-related-section {
border-top: 1px solid rgba(163,166,255,0.12);
padding-top: 40px;
margin-bottom: 40px;
}
.bl-related-title {
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
font-weight: 700;
font-size: 1.4rem;
line-height: 1.3;
letter-spacing: 0.05em;
color: #dee5ff;
margin-bottom: 24px;
}
.bl-related-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 20px;
}
.bl-related-card {
font-size: 0.9em;
}
.bl-related-cover {
height: 150px;
}
.bl-related-post-title {
font-size: 0.95rem;
-webkit-line-clamp: 2;
}
.bl-back-link-wrap {
margin-top: 16px;
margin-bottom: 40px;
}
.bl-back-link {
display: inline-flex;
align-items: center;
gap: 6px;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 0.875rem;
line-height: 20px;
color: #a3a6ff;
text-decoration: none;
transition: color 0.15s;
}
.bl-back-link:hover {
color: #dee5ff;
}

@media (max-width: 900px) {
.bl-posts-grid {
grid-template-columns: repeat(2, 1fr);
}
.bl-related-grid {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {
.ri-nav-links {
display: none;
}
.ri-nav-inner {
padding-top: 16px;
padding-bottom: 16px;
padding-left: 20px;
padding-right: 20px;
}
.ru-nav-inner {
padding-top: 12px;
padding-bottom: 12px;
padding-left: 16px;
padding-right: 16px;
}
.ru-nav-lang {
display: none;
}
.ri-footer-inner {
flex-direction: column;
align-items: center;
text-align: center;
}
}

@media (max-width: 767px) {
.ru-nav-user-menu-item.ru-nav-mobile-only {
display: flex;
}
.ru-nav-user-menu {
max-height: calc(100vh - 5rem);
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
}

@media (max-width: 600px) {
.bl-hero {
padding: 56px 20px 40px;
}
.bl-hero-title {
font-size: 1.8rem;
}
.bl-section {
padding: 32px 16px 48px;
}
.bl-posts-grid {
grid-template-columns: 1fr;
}
.bl-related-grid {
grid-template-columns: 1fr;
}
.bl-article-main {
padding: 0 16px 48px;
}
.bl-article-title {
font-size: 1.6rem;
}
.bl-breadcrumb-current {
max-width: 140px;
}
}