@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Sora:wght@600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
    --bs-primary: #00ff51;
    --bs-primary-rgb: 0, 255, 81;
    --bs-link-color: #00b33c;
    --bs-link-color-rgb: 0, 179, 60;
    --bs-link-hover-color: #009933;
    --green: #00ff51;
    --green-hover: #00e048;
    --green-muted: #00b33c;
    --green-bg: rgba(0, 255, 81, 0.203);
    --green-border: rgba(0, 255, 81, 0.18);
    --green-focus: rgba(0, 255, 81, 0.2);
    --dark: #111;
    --text: #1a1a1a;
    --text-light: #6b6b6b;
    --border: rgb(0 0 0 / 13%);
    --bg: #fff;
    --bg-alt: #f7f7f5;
    --font-body: 'Outfit', system-ui, sans-serif;
    --font-head: 'Sora', var(--font-body);
    --font-mono: 'Space Grotesk', monospace;
    --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===== Temel ===== */
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; letter-spacing: -0.01em; }
::selection { background: var(--green); color: #000; }
a { transition: color 0.2s ease; }

/* ===== Bootstrap Override ===== */
.btn-primary { --bs-btn-bg: #00ff51; --bs-btn-border-color: #00ff51; --bs-btn-color: #000; --bs-btn-hover-bg: #1aff63; --bs-btn-hover-border-color: #1aff63; --bs-btn-hover-color: #000; --bs-btn-active-bg: #00f04c; --bs-btn-active-border-color: #00f04c; --bs-btn-active-color: #000; --bs-btn-focus-shadow-rgb: 0,255,81; }
.btn-primary:focus-visible { box-shadow: 0 0 0 3px rgba(0,255,81,0.35); }
.btn-outline-primary { --bs-btn-color: #00b33c; --bs-btn-border-color: #00ff51; --bs-btn-hover-bg: #00ff51; --bs-btn-hover-border-color: #00ff51; --bs-btn-hover-color: #000; --bs-btn-active-bg: #1aff63; --bs-btn-active-border-color: #1aff63; --bs-btn-active-color: #000; --bs-btn-focus-shadow-rgb: 0,255,81; }
.btn-outline-primary:focus-visible { box-shadow: 0 0 0 3px rgba(0,255,81,0.35); }
.badge.bg-primary, .badge.text-bg-primary { background-color: #00ff51 !important; color: #000 !important; }
.alert-primary { --bs-alert-color: #003d18; --bs-alert-bg: rgba(0,255,81,0.1); --bs-alert-border-color: rgba(0,255,81,0.25); }
.border-primary { border-color: #00ff51 !important; }
.text-primary { color: #00b33c !important; }
.bg-primary { background-color: #00ff51 !important; color: #000 !important; }
.link-primary { color: #00b33c !important; }
.link-primary:hover { color: #009933 !important; }
.nav-pills .nav-link.active { background-color: #00ff51; color: #000; }
.progress-bar { background-color: #00ff51; }
.form-check-input:checked { background-color: #00ff51 !important; border-color: #00ff51 !important; }
.form-check-input:focus { border-color: #00ff51 !important; box-shadow: 0 0 0 0.25rem rgba(0,255,81,0.25) !important; }
.btn-success { --bs-btn-bg: #00ff51; --bs-btn-border-color: #00ff51; --bs-btn-color: #000; --bs-btn-hover-bg: #1aff63; --bs-btn-hover-border-color: #1aff63; --bs-btn-hover-color: #000; --bs-btn-active-bg: #00f04c; --bs-btn-active-border-color: #00f04c; --bs-btn-active-color: #000; --bs-btn-focus-shadow-rgb: 0,255,81; }
.btn-success:focus-visible { box-shadow: 0 0 0 3px rgba(0,255,81,0.35); }
.btn-outline-success { --bs-btn-color: #00b33c; --bs-btn-border-color: #00ff51; --bs-btn-hover-bg: #00ff51; --bs-btn-hover-border-color: #00ff51; --bs-btn-hover-color: #000; --bs-btn-active-bg: #1aff63; --bs-btn-active-border-color: #1aff63; --bs-btn-active-color: #000; --bs-btn-focus-shadow-rgb: 0,255,81; }
.btn-outline-success:focus-visible { box-shadow: 0 0 0 3px rgba(0,255,81,0.35); }
.form-control:focus, .form-select:focus { border-color: var(--green) !important; box-shadow: 0 0 0 0.25rem var(--green-focus) !important; }
input, select { border-radius: 3em !important; }
.form-control, .form-select { font-family: var(--font-body); border-color: var(--border); transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.form-label { font-size: 0.82rem; font-weight: 500; color: var(--text-light); }
.btn { border-radius: 50px; }
.page-item.active .page-link { background-color: var(--dark); border-color: var(--dark); }
.page-link { color: var(--dark); transition: color 0.2s ease; }
.page-link:hover { color: var(--green-muted); }
.card { border-color: var(--border); }
.alert { border-radius: 10px; }
.modal-content { border-radius: 16px; border-color: var(--border); }
.modal-title { font-family: var(--font-head); font-weight: 700; letter-spacing: -0.02em; }

/* ===== text-green ===== */
.text-green { color: var(--green) !important; }

/* ===== Navbar ===== */
.navbar { background: rgba(255,255,255,0.95) !important; backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); border-color: var(--border) !important; padding: 0.6rem 0; }
.navbar .navbar-brand img { height: 64px; }
.navbar .nav-link { display: flex; font-size: 0.85rem; font-weight: 500; color: var(--text-light) !important; border-radius: 10px; padding: 0.45rem 0.85rem !important; transition: all 0.2s ease; }
.navbar .nav-link:hover, .navbar .nav-link.active { border-radius: 3em; color: var(--green-muted) !important; background: var(--green-bg) !important; }
.navbar .nav-link.active { pointer-events: none; }
.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(0,255,81,0.25); }
@media (max-width: 991.98px) {
    .navbar .navbar-brand img { height: 48px; }
    .navbar-collapse { border-top: 1px solid var(--border); margin-top: 0.5rem; padding-top: 0.5rem; }
    .navbar .nav-link { padding: 0.65rem 0.75rem !important; border-radius: 10px !important; }
    .navbar .nav-link:hover, .navbar .nav-link.active { border-radius: 10px !important; }
    .navbar-nav .nav-item.ms-lg-2 { margin-left: 0 !important; margin-top: 0.5rem; }
    .navbar-nav .btn { width: 100%; text-align: center; display: block; line-height: 1.5; }
}

/* ===== hero-carousel ===== */
.hero-carousel .carousel-item { height: 480px; }
.hero-carousel .carousel-item img { width: 100%; height: 100%; object-fit: cover; }
.hero-carousel .carousel-caption { border-radius: 14px; padding: 2rem 2.5rem; bottom: 3.5rem; left: 4%; right: 4%; text-align: left; }
.hero-carousel .carousel-caption h1 { font-family: var(--font-head); color: #fff; font-weight: 800; font-size: clamp(1.5rem,4vw,2.2rem); letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 0.5rem; animation: fadeInUp 0.6s var(--ease) both; }
.hero-carousel .carousel-caption p { color: rgba(255,255,255,0.8); font-size: 0.95rem; animation: fadeInUp 0.6s var(--ease) 0.1s both; }
.hero-carousel .carousel-caption .btn { animation: fadeInUp 0.6s var(--ease) 0.2s both; }
@media (max-width: 768px) {
    .hero-carousel .carousel-item { height: 280px; }
    .hero-carousel .carousel-caption { padding: 1rem 1.25rem; bottom: 1.5rem; left: 3%; right: 3%; }
    .hero-carousel .carousel-caption h1 { font-size: 1.2rem; }
    .hero-carousel .carousel-caption p { font-size: 0.82rem; }
    .search-bar { margin-top: 20px !important; }
}
@media (max-width: 576px) {
    .hero-carousel .carousel-item { height: 220px; }
    .hero-carousel .carousel-caption { bottom: 0.75rem; padding: 0.75rem 1rem; }
    .hero-carousel .carousel-caption h1 { font-size: 1rem; margin-bottom: 0.25rem; }
    .hero-carousel .carousel-caption p { display: none; }
}

/* ===== search-bar ===== */
.search-bar { margin-top: -3rem; position: relative; z-index: 10; border-color: var(--border) !important; border-radius: 16px !important; transition: border-color 0.3s var(--ease); }
.search-bar:hover { border-color: var(--green-border) !important; }
@media (max-width: 576px) { .search-bar { margin-top: 20px; } }
.search-bar .form-label { font-family: var(--font-mono); font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-light); }

/* ===== Tablo ===== */
.table { font-size: 0.85rem; }
.table thead th { font-family: var(--font-mono); font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-light); white-space: nowrap; border-bottom: 1px solid var(--border); padding: 0.7rem 0.6rem; background: transparent; }
.table tbody td {
    padding: 0.65rem 0.6rem;
    vertical-align: top;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    transition: background-color 0.4s ease, color 0.4s ease;
}
.table tbody tr { cursor: pointer; position: relative; }
.table tbody tr:nth-child(odd) td { background-color: #fff; transition: 0.15s ease !important; }
.table tbody tr:nth-child(even) td { background-color: #f7f7f5; transition: 0.15s ease !important; }
.table tbody tr::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background: var(--green);
    border-radius: 0 4px 4px 0;
    transition: height 0.4s ease, background-color 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}
.table tbody tr:hover td { background-color: rgba(0,255,81,0.06) !important; color: #111; }
.table tbody tr:hover::after { height: 70%; opacity: 1; }

/* ===== ad-photo ===== */
.ad-photo-wrap { position: relative; display: inline-block; }
.ad-photo { width: 120px; height: 120px; object-fit: cover; border-radius: 6px; }
.ad-photo-count { position: absolute; top: 4px; right: 4px; background: rgba(0,0,0,0.65); color: #fff; font-size: 0.65rem; font-weight: 600; padding: 1px 6px; border-radius: 50px; }

/* ===== badge-green ===== */
.badge-green { display: inline-block; background: var(--green-bg); color: var(--green-muted); font-family: var(--font-mono); font-size: 0.65rem; font-weight: 600; padding: 0.2rem 0.5rem; border-radius: 50px; text-transform: uppercase; letter-spacing: 0.04em; }

/* ===== steps ===== */
.steps { display: flex; justify-content: center; gap: 0.4rem; padding: 1.25rem 0; }
.step { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-weight: 700; font-size: 0.85rem; text-decoration: none; background: #eee; color: var(--text-light); transition: all 0.3s var(--ease); }
.step.active { background: var(--green); color: #000; }
.step.done { background: var(--dark); color: #fff; }
.step-line { width: 28px; height: 2px; background: #eee; align-self: center; transition: background 0.3s var(--ease); }
.step-line.done { background: var(--dark); }

/* ===== footer ===== */
.footer { background: #fff; color: #1a1a1a; font-size: 0.85rem; border-top: 1px solid rgba(0,0,0,0.06); }
.footer a:not(.btn):not(.social-icons) { color: #666; text-decoration: none; transition: color 0.2s ease; }
.footer a:not(.btn):not(.social-icons):hover { color: #000; }
.footer-cta { color: #fdfdfd; position: relative; overflow: hidden; background: #1cb149; border-bottom: 1px solid rgba(0,0,0,0.06); }
.footer-cta-inner { position: relative; }
.footer-cta-glow { position: absolute; top: 50%; left: 50%; width: 500px; height: 200px; transform: translate(-50%, -50%); background: radial-gradient(ellipse, rgba(0,255,81,0.06) 0%, transparent 70%); pointer-events: none; }
.footer-desc { color: #888; font-size: 0.85rem; line-height: 1.75; max-width: 320px; }
.footer-title { font-family: var(--font-mono); font-size: 1.1rem; font-weight: 1000; color: var(--text); margin-bottom: 1rem; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { color: #888; font-size: 0.85rem; transition: color 0.2s ease; }
.footer-links a:hover { color: #000; }
.footer-links .bi-chevron-right { font-size: 0.6rem; color: var(--green-muted); transition: color 0.2s ease; }
.footer-links a:hover .bi-chevron-right { color: #000; }
.footer-icon { width: 32px; height: 32px; border-radius: 8px; background: rgba(0,255,81,0.08); display: flex; align-items: center; justify-content: center; color: var(--green-muted); font-size: 0.85rem; flex-shrink: 0; }
.social-icons { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: center; color: var(--green-muted); font-size: 0.9rem; transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease; }
.social-icons:hover { border-color: var(--green); color: var(--green); background: rgba(0,255,81,0.06); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 1.25rem; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 0.5rem; font-size: 0.78rem; color: #aaa; }
.footer-bottom a { color: #999; font-size: 0.78rem; }
.footer-bottom a:hover { color: #000; }

/* ===== Ad View (Görüntüleme) ===== */
.ad-main-image img {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    background: #f5f5f5;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 12px;
    transition: opacity 0.25s ease;
}

.ad-thumbs { margin-top: 0.5rem; }
.ad-thumb {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s ease, border-color 0.2s ease;
}
.ad-thumb:hover { opacity: 0.9; }
.ad-thumb.active { border-color: var(--green); opacity: 1; }
.ad-thumb img { width: 100%; height: 100%; object-fit: cover; }

.ad-no-image {
    width: 100%;
    height: 400px;
    background: #f5f5f5;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 12px;
}

.ad-contact-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(0, 255, 81, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green-muted);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.ad-description p { font-size: 0.92rem; }

#imgZoomModal .modal-dialog { max-width: 95vw; }

/* ===== Markdown Editor ===== */
.md-editor { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; transition: border-color 0.2s ease; }
.md-editor:focus-within { border-color: var(--green); }
.md-toolbar { display: flex; align-items: center; gap: 2px; padding: 0.4rem 0.5rem; background: #fafafa; border-bottom: 1px solid var(--border); }
.md-btn { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border: none; background: none; color: #666; border-radius: 50%; cursor: pointer; font-size: 0.9rem; transition: all 0.15s ease; }
.md-btn:hover { background: var(--green-bg); color: var(--green-muted); }
.md-btn.md-btn-active { background: var(--green-bg); color: var(--green-muted); }
.md-sep { width: 1px; height: 20px; background: var(--border); margin: 0 4px; }
.md-body { min-height: 160px; max-height: 400px; overflow-y: auto; padding: 0.75rem 1rem; font-size: 0.9rem; line-height: 1.75; color: #1a1a1a; outline: none; }
.md-body:empty::before { content: attr(data-placeholder); color: #aaa; pointer-events: none; }
.md-body p { margin-bottom: 0.4rem; }
.md-body blockquote { border-left: 3px solid var(--green); padding-left: 0.75rem; margin: 0.4rem 0; color: #555; }
.md-body ul, .md-body ol { padding-left: 1.25rem; margin-bottom: 0.4rem; }
.md-body li { margin-bottom: 0.15rem; }

/* ===== İletişim ===== */
.contact-icon { width: 42px; height: 42px; border-radius: 10px; background: rgba(0,255,81,0.08); display: flex; align-items: center; justify-content: center; color: var(--green-muted); font-size: 1.1rem; flex-shrink: 0; }
.social-icons { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: center; color: #888; font-size: 0.95rem; transition: all 0.2s ease; text-decoration: none; }
.social-icons:hover { border-color: var(--green); color: var(--green-muted); background: rgba(0,255,81,0.06); }

/* ===== Markdown İçerik ===== */
.ad-markdown { font-size: 0.92rem; line-height: 1.85; color: #444; }
.ad-markdown p { margin-bottom: 0.75rem; }
.ad-markdown p:last-child { margin-bottom: 0; }
.ad-markdown strong { color: #1a1a1a; font-weight: 600; }
.ad-markdown em { font-style: italic; }
.ad-markdown s, .ad-markdown del { text-decoration: line-through; color: #999; }
.ad-markdown ul, .ad-markdown ol { padding-left: 1.5rem; margin-bottom: 0.75rem; }
.ad-markdown li { margin-bottom: 0.25rem; }
.ad-markdown blockquote { border-left: 3px solid var(--green); padding: 0.5rem 0.75rem; margin: 0.75rem 0; color: #555; background: rgba(0,255,81,0.03); border-radius: 0 6px 6px 0; }

/* ===== Login Sayfası ===== */
.login-ad-card {
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}
.login-ad-card:hover { border-color: var(--green-border); }
.login-ad-img { width: 100%; height: 120px; object-fit: cover; }
.login-ad-body { padding: 0.65rem 0.75rem; }
.login-ad-badge { font-size: 0.65rem; font-weight: 600; color: var(--green-muted); background: rgba(0,255,81,0.08); padding: 0.1rem 0.4rem; border-radius: 50px; text-transform: uppercase; letter-spacing: 0.03em; }
.login-ad-title { font-size: 0.82rem; font-weight: 600; color: #1a1a1a; margin: 0.35rem 0 0.2rem; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.login-ad-meta { font-size: 0.72rem; color: #999; }

/* ===== Kayıt Sayfası ===== */
.reg-type-label { cursor: pointer; }
.reg-type-input { display: none; }
.reg-type-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1rem;
    border: 1.5px solid var(--border);
    border-radius: 50px;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--text-light);
    background: #fff;
    transition: all 0.2s ease;
    width: 100%;
}
.reg-type-label:hover .reg-type-btn { border-color: rgba(0,255,81,0.4); color: var(--text); }
.reg-type-input:checked + .reg-type-btn { border-color: var(--green); background: rgba(0,255,81,0.06); color: #000; font-weight: 600; }

.reg-section-divider {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text-light);
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.reg-section-divider::before,
.reg-section-divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }

.reg-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.reg-feature-card:hover { border-color: var(--green-border); box-shadow: 0 4px 16px rgba(0,255,81,0.06); }
.reg-feature-icon { width: 34px; height: 34px; border-radius: 10px; background: rgba(0,255,81,0.08); display: flex; align-items: center; justify-content: center; color: var(--green-muted); font-size: 0.95rem; flex-shrink: 0; }
.reg-feature-title { font-size: 0.88rem; font-weight: 600; color: var(--text); margin-bottom: 0.15rem; }
.reg-feature-desc { font-size: 0.8rem; color: var(--text-light); line-height: 1.5; }

.reg-stats-row { display: flex; align-items: center; gap: 1.5rem; padding: 1.25rem 1.5rem; border: 1px solid var(--border); border-radius: 14px; background: #fafafa; }
.reg-stat { text-align: center; flex: 1; }
.reg-stat-value { font-family: var(--font-head); font-size: 1.4rem; font-weight: 800; letter-spacing: -0.04em; color: var(--text); line-height: 1; margin-bottom: 0.2rem; }
.reg-stat-label { font-family: var(--font-mono); font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-light); }
.reg-stat-divider { width: 1px; height: 36px; background: var(--border); flex-shrink: 0; }

/* ===== spinner-green ===== */
.spinner-green { display: flex; justify-content: center; padding: 2rem 0; }
.spinner-green::after { content: ''; width: 28px; height: 28px; border: 3px solid #eee; border-top-color: var(--green); border-radius: 50%; animation: spin 0.6s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ===== empty-state ===== */
.empty-state { text-align: center; padding: 3rem 1.5rem; }
.empty-state i { font-size: 3rem; color: #ccc; }
.empty-state p { color: var(--text-light); margin-top: 0.75rem; }

.section-sm { padding: 1.75rem 0; }

@keyframes fadeInUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

/* ===== Toast ===== */
#toast-container {
    position: fixed;
    top: 80px;
    right: 1.25rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    pointer-events: none;
    width: 340px;
}

.ab-toast {
    pointer-events: all;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    transform: translateX(calc(100% + 1.5rem));
    opacity: 0;
    transition: transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.28s ease;
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
}
.ab-toast.show { transform: translateX(0); opacity: 1; }
.ab-toast.hide { transform: translateX(calc(100% + 1.5rem)); opacity: 0; transition: transform 0.28s cubic-bezier(0.55, 0, 1, 0.45), opacity 0.22s ease; }

.ab-toast-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}
.ab-toast.toast-success .ab-toast-icon { background: rgba(0,255,81,0.1); color: var(--green-muted); }
.ab-toast.toast-error   .ab-toast-icon { background: #fee2e2; color: #dc2626; }
.ab-toast.toast-warning .ab-toast-icon { background: #fef9c3; color: #ca8a04; }
.ab-toast.toast-info    .ab-toast-icon { background: rgba(0,255,81,0.06); color: var(--green-muted); }

.ab-toast-body { flex-grow: 1; min-width: 0; }
.ab-toast-title { font-size: 0.85rem; font-weight: 600; color: #1a1a1a; letter-spacing: -0.01em; line-height: 1.3; }
.ab-toast-msg { font-size: 0.78rem; color: #888; margin-top: 2px; line-height: 1.4; }

.ab-toast-close { background: none; border: none; color: #888; cursor: pointer; padding: 0; font-size: 0.75rem; line-height: 1; flex-shrink: 0; opacity: 0.6; transition: opacity 0.15s; }
.ab-toast-close:hover { opacity: 1; }

.ab-toast-progress { position: absolute; bottom: 0; left: 0; height: 2px; width: 100%; transform-origin: left; border-radius: 0 0 12px 12px; }
.ab-toast.toast-success .ab-toast-progress { background: var(--green); }
.ab-toast.toast-error   .ab-toast-progress { background: #dc2626; }
.ab-toast.toast-warning .ab-toast-progress { background: #ca8a04; }
.ab-toast.toast-info    .ab-toast-progress { background: var(--green-muted); }

@media (max-width: 575.98px) {
    #toast-container { width: calc(100vw - 2rem); right: 1rem; top: 70px; }
}

/* ===== Admin Paneli ===== */
.admin-stat-card {
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.admin-stat-card:hover { border-color: var(--green-border); box-shadow: 0 4px 20px rgba(0,255,81,0.06); }
.admin-stat-icon { width: 36px; height: 36px; border-radius: 10px; background: rgba(0,255,81,0.08); display: flex; align-items: center; justify-content: center; color: var(--green-muted); font-size: 1rem; margin-bottom: 0.75rem; }
.admin-stat-value { font-family: var(--font-head); font-size: 1.8rem; font-weight: 800; letter-spacing: -0.04em; color: var(--text); line-height: 1; margin-bottom: 0.25rem; }
.admin-stat-label { font-family: var(--font-mono); font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-light); }

.admin-chart-card { border: 1px solid var(--border); border-radius: 16px; padding: 1.25rem 1.5rem; background: #fff; }
.admin-chart-title { font-family: var(--font-mono); font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-light); margin-bottom: 1rem; display: flex; align-items: center; }

.admin-table-wrap { border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.admin-table-wrap .table thead th { background: #fafafa; }
.admin-table-wrap .table tbody tr { cursor: default; }
.admin-table-wrap .table tbody tr:hover td { background-color: rgba(0,255,81,0.04) !important; }

.admin-id { font-family: var(--font-mono); font-size: 0.72rem; color: var(--text-light); background: var(--bg-alt); padding: 0.15rem 0.45rem; border-radius: 50px; }

/* ===== SEO Article ===== */
.seo-hero { background: var(--bg-alt); border-bottom: 1px solid var(--border); padding: 3rem 0 2.5rem; }
.seo-hero h1 { font-family: var(--font-head); font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.2; }
.seo-badge { display: inline-flex; align-items: center; gap: 0.4rem; font-family: var(--font-mono); font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--green-muted); background: rgba(0,255,81,0.08); border: 1px solid rgba(0,255,81,0.2); border-radius: 50px; padding: 0.2rem 0.75rem; margin-bottom: 1rem; }
.seo-meta { font-size: 0.82rem; color: var(--text-light); display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: 1rem; }
.seo-meta span { display: flex; align-items: center; gap: 0.3rem; }

.seo-toc { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 1.25rem 1.5rem; position: sticky; top: 1.5rem; }
.seo-toc-title { font-family: var(--font-mono); font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-light); margin-bottom: 0.75rem; }
.seo-toc ol { padding-left: 1.1rem; margin: 0; }
.seo-toc li { font-size: 0.83rem; margin-bottom: 0.35rem; }
.seo-toc a { color: var(--text); text-decoration: none; }
.seo-toc a:hover { color: var(--green-muted); }

.seo-body { font-size: 0.97rem; line-height: 1.8; color: #333; }
.seo-body h2 { font-family: var(--font-head); font-size: 1.4rem; font-weight: 800; letter-spacing: -0.02em; margin-top: 2.5rem; margin-bottom: 0.75rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--border); }
.seo-body h3 { font-family: var(--font-head); font-size: 1.1rem; font-weight: 700; margin-top: 1.75rem; margin-bottom: 0.5rem; }
.seo-body p { margin-bottom: 1rem; }
.seo-body ul, .seo-body ol { padding-left: 1.4rem; margin-bottom: 1rem; }
.seo-body li { margin-bottom: 0.4rem; }
.seo-body strong { color: var(--text); }
.seo-body .highlight-box { background: rgba(0,255,81,0.06); border-left: 3px solid var(--green-muted); border-radius: 0 8px 8px 0; padding: 0.9rem 1.1rem; margin: 1.5rem 0; font-size: 0.92rem; }
.seo-body .cta-inline { display: inline-flex; align-items: center; gap: 0.4rem; background: var(--green-muted); color: #000; font-weight: 600; font-size: 0.85rem; padding: 0.4rem 1rem; border-radius: 8px; text-decoration: none; }
.seo-body .cta-inline:hover { opacity: 0.85; }
