.p-rhx ::selection { background: var(--accent-text); color: var(--paper); }
.p-rhx a:hover { color: var(--accent-text); }
.p-rhx .dot, .p-rhx .rhx-dot { color: var(--accent-text); }
.p-rhx :focus-visible { outline-color: var(--accent-text); }
.p-rhx .hdr__nav a[aria-current='page'] { color: var(--accent-text); }
.p-rhx .hdr__nav a[aria-current='page']::before { background: var(--accent-text); }
.rhx-dot { color: var(--accent-text); }
.rhx-lbl { margin: 0; font-size: 11px; font-weight: 500; letter-spacing: 0.2em; color: var(--ink); }
.rhx-puls {
display: inline-block; width: 8px; height: 8px; border-radius: 50%;
background: var(--accent-text); animation: rhx-pulse 2.2s ease-in-out infinite;
}
@keyframes rhx-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.2; } }
main.sub > .sec--tight.wrap.rhx-hero { padding-top: 120px; }
.rhx-hero { padding-bottom: 52px; }
.rhx-kick { display: flex; align-items: center; gap: 12px; }
.rhx-kick__t { font-size: 11px; font-weight: 500; letter-spacing: 0.2em; color: var(--lead); }
.rhx-mask { overflow: hidden; margin-top: 14px; }
.rhx-h1 {
margin: 0; font-family: 'Newsreader', NR400, Georgia, serif;
font-size: clamp(92px, 13vw, 182px); font-weight: 400; line-height: 0.98;
letter-spacing: -0.02em; font-variation-settings: 'opsz' 72;
}
.rhx-alt {
display: flex; justify-content: space-between; align-items: flex-end;
gap: 48px; margin-top: 36px; flex-wrap: wrap;
}
.rhx-lede { margin: 0; max-width: 620px; font-size: 19px; line-height: 1.7; color: var(--lead); text-wrap: pretty; }
.rhx-meta { display: flex; flex-direction: column; gap: 6px; align-items: flex-end; font-size: 10.5px; letter-spacing: 0.12em; color: var(--lead); }
.rhx-meta a { color: var(--ink); border-bottom: 1px solid var(--line); padding-bottom: 1px; }
.rhx-sayac { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.rhx-sayac__g { display: grid; grid-template-columns: repeat(4, 1fr); }
.rhx-s { padding: 26px 20px 26px 28px; border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; }
.rhx-s:first-child { border-left: 0; padding-left: 0; }
.rhx-s__l { font-size: 10px; font-weight: 500; letter-spacing: 0.18em; color: var(--lead); }
.rhx-s__v {
font-family: 'Newsreader', NR400, Georgia, serif;
font-size: 46px; line-height: 1; font-weight: 400;
font-variation-settings: 'opsz' 44; font-variant-numeric: tabular-nums;
}
.rhx-s__c { display: flex; align-items: baseline; gap: 12px; }
.rhx-s__c .rhx-puls { width: 9px; height: 9px; transform: translateY(-4px); }
.rhx-ag__head { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; flex-wrap: wrap; padding: 60px 0 16px; }
.rhx-ag__leg { font-size: 10.5px; letter-spacing: 0.12em; color: var(--lead); display: inline-flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.rhx-leg__d { width: 7px; height: 7px; background: var(--ink); transform: rotate(45deg); display: inline-block; }
.rhx-leg__o { width: 6px; height: 6px; border-radius: 50%; background: color-mix(in srgb, var(--on-surface) 78%, transparent); display: inline-block; }
.rhx-ag__band {
position: relative; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
height: clamp(460px, 60vh, 660px);
background-image: radial-gradient(color-mix(in srgb, var(--on-surface) 10%, transparent) 1px, transparent 1.4px);
background-size: 26px 26px;
}
.rhx-ag__c { position: absolute; inset: 0; width: 100%; height: 100%; display: block; cursor: crosshair; }
.rhx-ag__cap {
position: absolute; left: var(--margin-d); bottom: 18px; margin: 0; max-width: 330px;
font-size: 10.5px; line-height: 1.7; letter-spacing: 0.06em; color: var(--lead);
pointer-events: none;
}
main.sub > .sec.wrap.rhx-kayit { padding-top: 84px; }
.rhx-khd { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; flex-wrap: wrap; }
.rhx-khd__m { font-size: 10.5px; letter-spacing: 0.12em; color: var(--lead); }
.rhx-bar {
position: sticky; top: 0; z-index: 40;
background: color-mix(in srgb, var(--on-dark) 90%, transparent);
backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
display: flex; justify-content: space-between; align-items: center;
gap: 18px; flex-wrap: wrap; padding: 14px 0; margin-top: 20px;
border-bottom: 1px solid var(--line);
}
.rhx-chips { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.rhx-chip {
appearance: none; font-size: 10.5px; font-weight: 500; letter-spacing: 0.1em;
padding: 10px 14px; border-radius: 999px; cursor: pointer;
border: 1px solid color-mix(in srgb, var(--on-surface) 30%, transparent); background: transparent; color: var(--ink);
transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.18s ease-out;
min-height: 36px;
}
.rhx-chip.is-on { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.rhx-mvet { font-size: 10.5px; letter-spacing: 0.14em; color: var(--lead); }
.rhx-bar__sag { display: flex; align-items: center; gap: 18px; }
.rhx-say { font-size: 10.5px; letter-spacing: 0.12em; color: var(--lead); font-variant-numeric: tabular-nums; }
.rhx-seg { display: flex; border: 1px solid var(--ink); border-radius: 3px; overflow: hidden; }
.rhx-seg__b {
appearance: none; font-size: 10.5px; font-weight: 500; letter-spacing: 0.12em;
padding: 10px 16px; border: 0; cursor: pointer;
background: transparent; color: var(--lead);
transition: background 0.2s, color 0.2s; min-height: 36px;
}
.rhx-seg__b.is-on { background: var(--ink); color: var(--paper); }
.rhx-khead {
display: flex; align-items: flex-end; justify-content: space-between;
gap: 24px; flex-wrap: wrap; padding: 84px 0 16px;
border-bottom: 2px solid var(--ink);
}
.rhx-kume:first-child .rhx-khead { padding-top: 56px; }
.rhx-khead__sol { display: flex; align-items: baseline; gap: 20px; }
.rhx-kno {
font-family: 'Newsreader', NR400, Georgia, serif;
font-size: 58px; line-height: 0.9; color: var(--paper);
-webkit-text-stroke: 1.2px color-mix(in srgb, var(--on-surface) 55%, transparent);
}
.rhx-kad {
margin: 0; font-family: 'Newsreader', NR400, Georgia, serif;
font-style: italic; font-weight: 400;
font-size: clamp(34px, 3.4vw, 50px); line-height: 1; letter-spacing: -0.01em;
font-variation-settings: 'opsz' 40;
}
.rhx-kmeta { font-size: 10.5px; letter-spacing: 0.14em; color: var(--lead); padding-bottom: 8px; }
.rhx-row {
display: grid; grid-template-columns: 84px minmax(0, 7fr) 9fr 44px;
gap: 0 28px; align-items: baseline; padding: 20px 10px 20px 2px;
border-bottom: 1px solid color-mix(in srgb, var(--on-surface) 12%, transparent);
text-decoration: none; color: inherit;
transition: background 0.25s, box-shadow 0.25s, padding 0.25s;
}
.rhx-row:hover { background: color-mix(in srgb, var(--on-surface) 3.3%, transparent); box-shadow: inset 3px 0 0 var(--accent-text); padding-left: 14px; color: inherit; }
.rhx-row.is-flas { background: color-mix(in srgb, var(--accent) 10%, transparent); }
.rhx-no { font-size: 11px; font-weight: 500; color: var(--on-surface-faint); letter-spacing: 0.06em; }
.rhx-tk { min-width: 0; }
.rhx-t { font-size: 17px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.35; }
.rhx-badge {
font-size: 8.5px; font-weight: 600; letter-spacing: 0.14em; color: var(--accent-text);
border: 1px solid color-mix(in srgb, var(--accent) 45%, transparent); padding: 3px 7px; border-radius: 999px;
margin-left: 12px; vertical-align: 3px; white-space: nowrap;
}
.rhx-oz { font-size: 14.5px; line-height: 1.62; color: var(--lead); min-width: 0; text-wrap: pretty; }
.rhx-arw { font-size: 16px; color: var(--on-surface-faint); justify-self: end; }
.rhx-kume.is-gizli { display: none; }
.rhx-mv { background: var(--ink); color: var(--on-dark-muted); border-radius: 3px; margin-top: 36px; overflow: hidden; }
.rhx-mv__bar {
display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
font-size: 11px; font-weight: 500; letter-spacing: 0.08em; color: var(--on-surface-faint);
padding: 16px 28px; border-bottom: 1px solid color-mix(in srgb, var(--on-dark) 14%, transparent);
}
.rhx-mv__bar b { color: var(--paper); font-weight: 600; }
.rhx-mv__dim { color: var(--on-surface-faint); }
.rhx-mv__pre {
margin: 0; padding: 26px 28px 30px;
font-family: var(--font-mono); font-size: 13px; line-height: 1.75;
white-space: pre-wrap; word-break: break-word;
}
.rhx-mv__pre::after { content: '▌'; animation: rhx-blink 1.1s steps(1) infinite; }
@keyframes rhx-blink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
main.sub > .sec.wrap.rhx-baska { padding-top: 110px; padding-bottom: 90px; }
.rhx-kartlar { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 28px; margin-top: 26px; }
.rhx-kart {
border-top: 1px solid var(--ink); padding: 22px 6px 26px 0;
display: flex; flex-direction: column; gap: 13px;
text-decoration: none; color: inherit;
transition: background 0.25s, padding 0.25s;
}
.rhx-kart:hover { background: color-mix(in srgb, var(--on-surface) 3%, transparent); padding-left: 14px; color: inherit; }
.rhx-kart__t { font-family: 'Newsreader', NR400, Georgia, serif; font-size: 34px; font-variation-settings: 'opsz' 34; }
.rhx-kart__o { font-size: 14.5px; line-height: 1.6; color: var(--lead); max-width: 300px; }
.rhx-mq { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 13px 0; }
.rhx-mq__ray { display: flex; width: max-content; animation: rhx-mq 34s linear infinite; }
.rhx-mq__g { display: flex; gap: 18px; padding-right: 18px; font-size: 11px; font-weight: 500; letter-spacing: 0.18em; white-space: nowrap; color: var(--lead); }
@keyframes rhx-mq { to { transform: translateX(-50%); } }
.rhx-prog { position: fixed; top: 0; left: 0; height: 2px; width: 0%; background: var(--accent-text); z-index: 95; }
.rhx-rail {
position: fixed; left: 24px; top: 50%; transform: translateY(-50%); z-index: 60;
display: flex; flex-direction: column; gap: 12px; align-items: center;
}
.rhx-rail::before, .rhx-rail::after { content: ''; width: 1px; height: 26px; background: color-mix(in srgb, var(--on-surface) 20%, transparent); }
.rhx-rail__b {
appearance: none; display: flex; align-items: center; justify-content: center;
width: 32px; height: 32px; border-radius: 50%; padding: 0; cursor: pointer;
font-family: var(--font-mono); font-size: 9.5px; font-weight: 600; letter-spacing: 0.04em;
border: 1px solid color-mix(in srgb, var(--on-surface) 28%, transparent); background: color-mix(in srgb, var(--on-dark) 92%, transparent); color: var(--lead);
transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.rhx-rail__b.is-on { border-color: var(--accent-text); background: var(--accent-text); color: var(--paper); }
@media (prefers-reduced-motion: no-preference) {
.p-rhx .rhx-h1 { animation: rhx-rise 1.05s cubic-bezier(0.19, 1, 0.22, 1) 0.08s both; }
.p-rhx .rhx-kick { animation: rhx-fade 0.8s cubic-bezier(0.22, 1, 0.36, 1) both; }
.p-rhx .rhx-alt { animation: rhx-fade 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.14s both; }
}
@keyframes rhx-rise { from { transform: translateY(108%); } to { transform: none; } }
@keyframes rhx-fade { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@media (max-width: 1279px) { .rhx-rail { display: none; } }
@media (max-width: 1199px) {
.rhx-row { grid-template-columns: 56px minmax(0, 1fr) 44px; }
.rhx-oz { grid-column: 2; margin-top: 6px; }
.rhx-arw { grid-row: 1; grid-column: 3; }
}
@media (max-width: 767px) {
.rhx-sayac__g { grid-template-columns: 1fr 1fr; }
.rhx-s { padding: 18px 12px 18px 16px; }
.rhx-s:nth-child(odd) { border-left: 0; padding-left: 0; }
.rhx-s__v { font-size: 34px; }
.rhx-ag__cap { left: var(--margin-m); }
.rhx-khead { padding-top: 56px; }
.rhx-kno { font-size: 42px; }
.rhx-row { grid-template-columns: minmax(0, 1fr) 32px; padding-left: 0; }
.rhx-no { display: none; }
.rhx-oz { grid-column: 1; }
.rhx-arw { grid-column: 2; }
.rhx-mv__pre { padding: 18px var(--margin-m) 22px; font-size: 12px; }
.rhx-mv__bar { padding: 12px var(--margin-m); }
}
@media (prefers-reduced-motion: reduce) {
.rhx-puls { animation: none; }
.rhx-mq__ray { animation: none; }
.rhx-mv__pre::after { animation: none; }
}
