@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,600;0,700;0,800;0,900&display=swap');

/* Oyuncu Seçim Sistemi — Scouting görseli + gece / altın cam UI */
body.oss-page {
    --oss-font-display: 'Exo 2', 'Poppins', 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --oss-font-body: 'Poppins', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --oss-gold: #e8c547;
    --oss-gold-muted: #c9a227;
    --oss-gold-soft: #fde68a;
    --oss-slate-ink: #0f172a;
    --oss-surface: rgba(15, 23, 42, 0.82);
    --oss-surface-2: rgba(30, 41, 59, 0.65);
    --oss-border: rgba(212, 175, 55, 0.22);
    --oss-border-soft: rgba(255, 255, 255, 0.08);
    --oss-ring: rgba(232, 197, 71, 0.45);
    --oss-shadow-modal: 0 28px 72px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(255, 255, 255, 0.06);
    --oss-shadow-card: 0 12px 40px rgba(0, 0, 0, 0.35);
    --oss-radius-xl: 26px;
    --oss-radius-lg: 18px;
    --oss-radius-md: 14px;
    --oss-blur: 16px;

    /* Sayfa özel arka plan kapalı: site genel arka planını kullan */
    min-height: 100vh;
    font-family: var(--oss-font-body);
    position: relative;
    isolation: isolate;
}

/* Arka plan üzerine hafif karartma + sıcak ton (gün batımı illüstrasyonu) */
body.oss-page::before {
    content: none;
    display: none;
}

body.oss-page .forum-background {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    width: 100%;
    padding: 1rem;
}

body.oss-page .forum-content {
    position: relative;
    z-index: 2;
}

/* Ana modal — modern cam panel, altın çerçeve vurgusu */
body.oss-page .oss-modal-container {
    background: linear-gradient(
        155deg,
        rgba(15, 23, 42, 0.88) 0%,
        rgba(15, 23, 42, 0.78) 50%,
        rgba(20, 25, 40, 0.85) 100%
    );
    backdrop-filter: blur(var(--oss-blur)) saturate(1.15);
    -webkit-backdrop-filter: blur(var(--oss-blur)) saturate(1.15);
    border: 1px solid var(--oss-border);
    border-radius: var(--oss-radius-xl);
    box-shadow:
        var(--oss-shadow-modal),
        0 0 48px rgba(212, 175, 55, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
    position: relative;
    overflow: hidden;
}

body.oss-page .oss-modal-container::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(125deg, rgba(232, 197, 71, 0.09) 0%, transparent 42%),
        linear-gradient(315deg, rgba(99, 102, 241, 0.05) 0%, transparent 45%);
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

body.oss-page .oss-modal-inner {
    position: relative;
    z-index: 2;
}

body.oss-page .oss-header-block {
    background: linear-gradient(
        135deg,
        rgba(30, 41, 59, 0.55) 0%,
        rgba(15, 23, 42, 0.45) 100%
    );
    border: 1px solid var(--oss-border);
    border-radius: var(--oss-radius-lg);
    box-shadow: var(--oss-shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* Liste sayfası ana başlık — rehberler / etkinlik / lejyonerler ile aynı HiJack ölçüleri */
body.oss-page .oss-header-block .page-title-box .oss-list-page-title {
    font-family: 'Outfit', 'Inter', system-ui, sans-serif !important;
    font-size: clamp(1.5rem, 4vw, 2.5rem) !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    letter-spacing: 0.02em !important;
    margin: 0 !important;
    background: linear-gradient(90deg, #ffd700 0%, #fef3c7 50%, #ffffff 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}

body.oss-page .oss-notice-bar {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.5) 0%, rgba(15, 23, 42, 0.4) 100%);
    border: 1px solid var(--oss-border-soft);
    border-radius: var(--oss-radius-lg);
    box-shadow: var(--oss-shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.oss-page .oss-notice-bar--scout {
    border-color: rgba(52, 211, 153, 0.35);
    background: linear-gradient(135deg, rgba(6, 78, 59, 0.35) 0%, rgba(15, 23, 42, 0.45) 100%);
    box-shadow: var(--oss-shadow-card), 0 0 32px rgba(52, 211, 153, 0.08);
}

body.oss-page .oss-notice-bar--guest {
    border-color: rgba(251, 191, 36, 0.28);
    background: linear-gradient(135deg, rgba(120, 53, 15, 0.22) 0%, rgba(15, 23, 42, 0.42) 100%);
}

/* Oyuncu kartları — member-card / takım kartı hissi */
body.oss-page .oss-players-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 640px) {
    body.oss-page .oss-players-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    body.oss-page .oss-players-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

body.oss-page .oss-player-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.05rem 1.3rem;
    text-decoration: none;
    color: inherit;
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.55) 0%, rgba(15, 23, 42, 0.5) 100%);
    border: 1px solid var(--oss-border-soft);
    border-radius: var(--oss-radius-lg);
    box-shadow: var(--oss-shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    border-left: 3px solid rgba(232, 197, 71, 0.55);
}

body.oss-page .oss-player-card:hover {
    transform: translateY(-3px);
    box-shadow:
        0 20px 48px rgba(0, 0, 0, 0.45),
        0 0 28px rgba(212, 175, 55, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    border-color: rgba(212, 175, 55, 0.28);
    border-left-color: var(--oss-gold);
}

body.oss-page .oss-player-card img {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(212, 175, 55, 0.35);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
    flex-shrink: 0;
}

body.oss-page .oss-player-card .oss-card-name {
    font-family: var(--oss-font-display);
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #fff;
    font-size: 1.05rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.oss-page .oss-player-card .oss-card-user {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.9rem;
}

body.oss-page .oss-role-pill {
    font-family: var(--oss-font-display);
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.22rem 0.6rem;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.14);
    color: var(--oss-gold-soft);
    border: 1px solid rgba(212, 175, 55, 0.32);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.oss-page .oss-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: fit-content;
    max-width: 100%;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.35;
    padding: 0.45rem 0.75rem;
    border-radius: var(--oss-radius-md, 10px);
    border: 1px solid rgba(251, 191, 36, 0.35);
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.12) 0%, rgba(30, 41, 59, 0.55) 100%);
    color: rgba(254, 243, 199, 0.95);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.oss-page .oss-status-pill--evaluating iconify-icon {
    font-size: 1rem;
    opacity: 0.9;
    color: rgba(251, 191, 36, 0.95);
}

body.oss-page .oss-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem 1.5rem;
    color: rgba(255, 255, 255, 0.58);
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.4) 0%, rgba(15, 23, 42, 0.35) 100%);
    border: 1px dashed rgba(212, 175, 55, 0.22);
    border-radius: var(--oss-radius-lg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.oss-page .oss-empty-state__icon {
    display: block;
    font-size: 2.5rem;
    opacity: 0.5;
    margin-bottom: 1rem;
    line-height: 1;
}

body.oss-page .oss-empty-state__text {
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
}

/* Profil: bölüm panelleri */
body.oss-page .oss-section {
    background: linear-gradient(145deg, rgba(30, 41, 59, 0.5) 0%, rgba(15, 23, 42, 0.42) 100%);
    border: 1px solid var(--oss-border-soft);
    border-radius: var(--oss-radius-lg);
    box-shadow: var(--oss-shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    padding: 1.5rem 1.6rem;
    margin-bottom: 1.25rem;
}

body.oss-page .oss-section--accent {
    border-left: 3px solid rgba(232, 197, 71, 0.75);
    box-shadow: var(--oss-shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.05), -4px 0 24px rgba(212, 175, 55, 0.06);
}

body.oss-page .oss-section--form-test {
    border-color: rgba(129, 140, 248, 0.35);
    background: linear-gradient(145deg, rgba(49, 46, 129, 0.25) 0%, rgba(15, 23, 42, 0.45) 100%);
}

body.oss-page .oss-section--form-trial {
    border-color: rgba(167, 139, 250, 0.38);
    background: linear-gradient(145deg, rgba(76, 29, 149, 0.22) 0%, rgba(15, 23, 42, 0.45) 100%);
}

body.oss-page .oss-section--form-process {
    border-color: rgba(245, 158, 11, 0.38);
    background: linear-gradient(145deg, rgba(120, 53, 15, 0.2) 0%, rgba(15, 23, 42, 0.45) 100%);
}

body.oss-page .oss-section-title {
    font-family: var(--oss-font-display);
    font-size: 1.22rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin: 0 0 0.75rem 0;
    background: linear-gradient(92deg, var(--oss-gold-soft) 0%, #f1f5f9 45%, #e2e8f0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

body.oss-page .oss-meta {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1rem;
}

body.oss-page .oss-score-hero {
    font-family: var(--oss-font-display);
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fef3c7;
    text-shadow: 0 0 24px rgba(212, 175, 55, 0.25);
    margin-bottom: 1rem;
}

body.oss-page .oss-category-block {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.oss-page .oss-category-block:first-of-type {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

body.oss-page .oss-category-label {
    font-family: var(--oss-font-display);
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #fde68a;
    margin-bottom: 0.35rem;
}

body.oss-page .oss-match-card {
    border: 1px solid var(--oss-border-soft);
    border-radius: var(--oss-radius-md);
    padding: 1.25rem 1.35rem;
    background: linear-gradient(160deg, rgba(15, 23, 42, 0.65) 0%, rgba(15, 23, 42, 0.4) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    margin-bottom: 1rem;
}

body.oss-page .oss-match-card:last-child {
    margin-bottom: 0;
}

body.oss-page .oss-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1.1rem;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--oss-gold-soft);
    text-decoration: none;
    border-radius: var(--oss-radius-md);
    border: 1px solid var(--oss-border);
    background: rgba(15, 23, 42, 0.55);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

body.oss-page .oss-back-link:hover {
    background: rgba(212, 175, 55, 0.12);
    border-color: rgba(253, 230, 138, 0.45);
    color: #fff;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.12);
}

body.oss-page .oss-hero-row {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: flex-start;
}

@media (min-width: 640px) {
    body.oss-page .oss-hero-row {
        flex-direction: row;
        align-items: center;
    }
}

body.oss-page .oss-hero-avatar {
    width: 6rem;
    height: 6rem;
    border-radius: var(--oss-radius-lg);
    object-fit: cover;
    border: 2px solid rgba(212, 175, 55, 0.5);
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.06);
    flex-shrink: 0;
}

body.oss-page .oss-hero-name {
    font-family: var(--oss-font-display);
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 900;
    letter-spacing: 0.04em;
    margin: 0 0 0.35rem 0;
    background: linear-gradient(90deg, #ffd700 0%, #fef3c7 50%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

body.oss-page .oss-label {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 0.2rem;
}

body.oss-page .oss-kayit-grid {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

@media (min-width: 640px) {
    body.oss-page .oss-kayit-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Form elemanları — members filter ile uyumlu */
body.oss-page .oss-input,
body.oss-page .oss-textarea,
body.oss-page select.oss-input {
    width: 100%;
    padding: 0.68rem 0.95rem;
    border-radius: var(--oss-radius-md);
    border: 1px solid var(--oss-border-soft);
    background: rgba(15, 23, 42, 0.72);
    color: #f8fafc;
    font-size: 0.95rem;
    font-family: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

body.oss-page .oss-textarea {
    min-height: 4.5rem;
    resize: vertical;
}

body.oss-page .oss-input:focus,
body.oss-page .oss-textarea:focus,
body.oss-page select.oss-input:focus {
    outline: none;
    border-color: rgba(232, 197, 71, 0.55);
    box-shadow: 0 0 0 3px var(--oss-ring), inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

body.oss-page .oss-hint {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 0.25rem;
    line-height: 1.45;
}

/* Puan slider + 0 / max göstergesi */
body.oss-page .oss-score-control {
    margin-top: 0.5rem;
    padding: 1.05rem 1.15rem;
    background: rgba(15, 23, 42, 0.55);
    border-radius: var(--oss-radius-md);
    border: 1px solid var(--oss-border-soft);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.oss-page .oss-score-readout-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

body.oss-page .oss-score-fraction {
    font-family: var(--oss-font-display);
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    font-variant-numeric: tabular-nums;
    color: #fef3c7;
    line-height: 1.2;
}

body.oss-page .oss-score-fraction .oss-score-num {
    color: #fff;
    text-shadow: 0 0 20px rgba(212, 175, 55, 0.35);
}

body.oss-page .oss-score-fraction .oss-score-sep {
    color: rgba(255, 255, 255, 0.35);
    font-weight: 600;
    margin: 0 0.12em;
}

body.oss-page .oss-score-fraction .oss-score-den {
    color: rgba(253, 230, 138, 0.75);
    font-weight: 700;
}

body.oss-page input[type="range"].oss-range-input {
    display: block;
    width: 100%;
    height: 10px;
    border-radius: 6px;
    accent-color: #d4af37;
    cursor: pointer;
    margin: 0;
}

body.oss-page .oss-range-ticks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.4rem;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: rgba(255, 255, 255, 0.38);
}

body.oss-page .oss-apply-test-box {
    padding: 1.35rem 1.4rem;
    border-radius: var(--oss-radius-md);
    background: linear-gradient(145deg, rgba(212, 175, 55, 0.14) 0%, rgba(15, 23, 42, 0.55) 100%);
    border: 1px solid rgba(212, 175, 55, 0.32);
    box-shadow: var(--oss-shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    margin-bottom: 1.5rem;
}

body.oss-page .oss-apply-test-box p {
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
}

body.oss-page .oss-form-actions {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

body.oss-page .oss-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.68rem 1.4rem;
    border-radius: var(--oss-radius-md);
    font-weight: 700;
    font-size: 0.9rem;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
    font-family: var(--oss-font-display);
    letter-spacing: 0.03em;
}

body.oss-page .oss-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
}

body.oss-page .oss-btn-primary {
    background: linear-gradient(145deg, #3730a3 0%, #4f46e5 40%, #6366f1 100%);
    color: #fff;
    border-color: rgba(165, 180, 252, 0.35);
    box-shadow: 0 6px 24px rgba(79, 70, 229, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.oss-page .oss-btn-danger {
    background: linear-gradient(145deg, #713f12 0%, #b45309 50%, #f59e0b 100%);
    color: #fff7d6;
    border-color: rgba(253, 230, 138, 0.35);
    box-shadow: 0 6px 24px rgba(180, 83, 9, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

body.oss-page .oss-btn-amber {
    background: linear-gradient(145deg, #78350f 0%, #b45309 45%, #d97706 100%);
    color: #fff;
    border-color: rgba(253, 230, 138, 0.25);
    box-shadow: 0 6px 24px rgba(180, 83, 9, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

body.oss-page .oss-btn-emerald {
    background: linear-gradient(145deg, #064e3b 0%, #047857 45%, #059669 100%);
    color: #fff;
    border-color: rgba(110, 231, 183, 0.25);
    box-shadow: 0 6px 24px rgba(5, 150, 105, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

body.oss-page .oss-btn-gold {
    background: linear-gradient(145deg, #713f12 0%, var(--oss-gold-muted) 38%, var(--oss-gold) 72%, var(--oss-gold-soft) 100%);
    color: #1c1917;
    border-color: rgba(253, 230, 138, 0.45);
    box-shadow: 0 6px 28px rgba(212, 175, 55, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.35);
    font-weight: 800;
}

body.oss-page .oss-btn-gold:hover {
    filter: brightness(1.07);
    box-shadow: 0 8px 32px rgba(212, 175, 55, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

body.oss-page .oss-msg {
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

body.oss-page .oss-msg--ok {
    color: #86efac;
}

body.oss-page .oss-msg--err {
    color: #fcd34d;
}

body.oss-page .oss-tag-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.38rem 0.7rem;
    border-radius: 10px;
    font-size: 0.85rem;
    cursor: pointer;
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid var(--oss-border-soft);
    color: rgba(248, 250, 252, 0.92);
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.oss-page .oss-tag-chip:hover {
    border-color: rgba(212, 175, 55, 0.45);
    background: rgba(212, 175, 55, 0.08);
}

body.oss-page .oss-tag-chip input {
    accent-color: #d4af37;
    flex-shrink: 0;
}

body.oss-page .oss-tag-chip:has(input:checked) {
    border-color: rgba(212, 175, 55, 0.75);
    background: rgba(212, 175, 55, 0.18);
    box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.25);
}

body.oss-page .oss-tag-board {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 640px) {
    body.oss-page .oss-tag-board {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1100px) {
    body.oss-page .oss-tag-board {
        grid-template-columns: repeat(3, 1fr);
    }
}

body.oss-page .oss-tag-group-card {
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid var(--oss-border-soft);
    border-radius: var(--oss-radius-md);
    padding: 0.9rem 1.05rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.oss-page .oss-tag-group-heading {
    font-family: var(--oss-font-display);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(253, 230, 138, 0.9);
    margin: 0 0 0.65rem 0;
    font-weight: 800;
    line-height: 1.3;
}

body.oss-page .oss-tag-group-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

body.oss-page .oss-process-block {
    padding: 1.3rem 1.35rem;
    border-radius: var(--oss-radius-md);
    background: linear-gradient(160deg, rgba(30, 41, 59, 0.45) 0%, rgba(15, 23, 42, 0.4) 100%);
    border: 1px solid var(--oss-border-soft);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    margin-bottom: 1.25rem;
}

body.oss-page .oss-process-block:last-child {
    margin-bottom: 0;
}

body.oss-page .oss-process-block h3 {
    font-family: var(--oss-font-display);
    margin: 0 0 0.75rem 0;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

body.oss-page .oss-process-block--red h3 {
    color: #fcd34d;
}

body.oss-page .oss-process-block--havuz h3 {
    color: #fcd34d;
}

body.oss-page .oss-process-block--onay h3 {
    color: #6ee7b7;
}

body.oss-page .oss-chip-display {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

body.oss-page .oss-chip-display span {
    padding: 0.38rem 0.8rem;
    border-radius: 999px;
    font-size: 0.8rem;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.32);
    color: var(--oss-gold-soft);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.oss-page .oss-guest-hint {
    text-align: center;
    padding: 1.35rem;
    color: rgba(226, 232, 240, 0.55);
    font-size: 0.9rem;
    background: rgba(15, 23, 42, 0.35);
    border: 1px solid var(--oss-border-soft);
    border-radius: var(--oss-radius-md);
}

/* Hafif altın parçacıklar (arka plan üzerinde) */
body.oss-page .floating-element {
    position: absolute;
    background: radial-gradient(circle, rgba(253, 230, 138, 0.35) 0%, rgba(212, 175, 55, 0.08) 100%);
    border-radius: 50%;
    animation: oss-float 8s ease-in-out infinite;
    will-change: transform;
    pointer-events: none;
    opacity: 0.85;
}

body.oss-page .floating-element:nth-child(1) { width: 4px; height: 4px; top: 20%; left: 10%; animation-delay: 0s; }
body.oss-page .floating-element:nth-child(2) { width: 6px; height: 6px; top: 40%; left: 20%; animation-delay: 1s; }
body.oss-page .floating-element:nth-child(3) { width: 3px; height: 3px; top: 60%; left: 30%; animation-delay: 2s; }
body.oss-page .floating-element:nth-child(4) { width: 5px; height: 5px; top: 80%; left: 40%; animation-delay: 3s; }
body.oss-page .floating-element:nth-child(5) { width: 4px; height: 4px; top: 30%; left: 60%; animation-delay: 4s; }
body.oss-page .floating-element:nth-child(6) { width: 7px; height: 7px; top: 70%; left: 70%; animation-delay: 5s; }

@keyframes oss-float {
    0%, 100% { transform: translateY(0); opacity: 0.6; }
    50% { transform: translateY(-12px); opacity: 0.9; }
}

body.oss-page .oss-code {
    font-family: 'Consolas', 'Segoe UI Mono', 'Cascadia Mono', ui-monospace, monospace;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.45);
    word-break: break-all;
}
