@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700&display=swap");

:root {
    --primary: #b91c1c;
    --accent: #111827;
    --font-sans: "Poppins", Arial, sans-serif;
}

.admin-newsletter-workspace { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); gap: 1.1rem; margin: 1.25rem 0; }
.admin-newsletter-panel { padding: 1.35rem; border: 1px solid var(--admin-border); border-radius: 16px; background: #fff; box-shadow: 0 12px 30px rgba(15, 23, 42, .04); }
.admin-newsletter-panel-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 1.1rem; }
.admin-newsletter-panel-title span { display: block; color: #b91c1c; font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.admin-newsletter-panel-title h2 { margin: .18rem 0 0; font-size: 1.25rem; font-weight: 900; }
.admin-newsletter-panel-title > b { padding: .35rem .6rem; border-radius: 999px; color: #64748b; background: #f1f5f9; font-size: .62rem; }
.admin-newsletter-composer { display: grid; gap: .9rem; }
.admin-newsletter-composer > label > span, .admin-newsletter-composer legend { display: block; margin-bottom: .4rem; color: #334155; font-size: .72rem; font-weight: 850; }
.admin-newsletter-composer input:not([type="hidden"]):not([type="checkbox"]), .admin-newsletter-composer textarea { width: 100%; padding: .72rem .8rem; border: 1px solid #cbd5e1; border-radius: 10px; outline: none; background: #f8fafc; }
.admin-newsletter-composer input:focus, .admin-newsletter-composer textarea:focus { border-color: #b91c1c; box-shadow: 0 0 0 3px rgba(185, 28, 28, .09); }
.admin-newsletter-composer fieldset { min-width: 0; }
.admin-newsletter-composer legend small { margin-left: .35rem; color: #94a3b8; font-weight: 650; }
.admin-newsletter-article-picker { overflow: auto; max-height: 310px; border: 1px solid #e2e8f0; border-radius: 11px; }
.admin-newsletter-article-picker > label { display: flex; align-items: flex-start; gap: .65rem; padding: .7rem .75rem; border-bottom: 1px solid #eef2f7; cursor: pointer; }
.admin-newsletter-article-picker > label:last-child { border-bottom: 0; }
.admin-newsletter-article-picker input { margin-top: .2rem; accent-color: #b91c1c; }
.admin-newsletter-article-picker strong, .admin-newsletter-article-picker small { display: block; }
.admin-newsletter-article-picker strong { font-size: .76rem; line-height: 1.35; }
.admin-newsletter-article-picker small { margin-top: .2rem; color: #64748b; font-size: .63rem; }
.admin-newsletter-primary { justify-self: start; padding: .72rem 1rem; border: 0; border-radius: 9px; color: #fff; background: #b91c1c; font-weight: 850; }
.admin-newsletter-campaigns { display: grid; gap: .65rem; }
.admin-newsletter-campaigns article { display: flex; align-items: center; justify-content: space-between; gap: .75rem; padding: .85rem; border: 1px solid #e2e8f0; border-radius: 12px; }
.admin-newsletter-campaigns h3 { margin: .3rem 0 .15rem; font-size: .8rem; font-weight: 850; }
.admin-newsletter-campaigns small, .admin-newsletter-campaigns p { color: #64748b; font-size: .63rem; }
.admin-newsletter-campaigns p { margin: .3rem 0 0; }
.admin-newsletter-campaigns article > div > span { display: inline-block; padding: .18rem .42rem; border-radius: 999px; font-size: .52rem; font-weight: 900; text-transform: uppercase; }
.admin-newsletter-campaigns .is-draft { color: #92400e; background: #fef3c7; }
.admin-newsletter-campaigns .is-sent { color: #166534; background: #dcfce7; }
.admin-newsletter-campaigns .is-failed { color: #991b1b; background: #fee2e2; }
.admin-security-sessions { margin: 1rem 0; padding: 1.2rem; border: 1px solid var(--admin-border); border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgba(15, 23, 42, .04); }
.admin-security-section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: .9rem; }
.admin-security-section-heading span { color: #b91c1c; font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.admin-security-section-heading h2 { margin: .15rem 0 0; font-size: 1.05rem; font-weight: 900; }
.admin-security-section-heading > small { color: #64748b; font-size: .67rem; }
.admin-security-session-list { display: grid; gap: .6rem; }
.admin-security-session-list article { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: .8rem; padding: .8rem; border: 1px solid #e2e8f0; border-radius: 11px; background: #f8fafc; }
.admin-security-device { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 10px; color: #1e3a8a; background: #dbeafe; font-size: .65rem; font-weight: 900; }
.admin-security-session-list article > div { min-width: 0; }
.admin-security-session-list strong, .admin-security-session-list small, .admin-security-session-list time { display: block; }
.admin-security-session-list strong { font-size: .78rem; }
.admin-security-session-list strong b { margin-left: .35rem; padding: .16rem .38rem; border-radius: 999px; color: #166534; background: #dcfce7; font-size: .52rem; }
.admin-security-session-list small { overflow: hidden; margin-top: .18rem; color: #475569; font-size: .65rem; text-overflow: ellipsis; white-space: nowrap; }
.admin-security-session-list time { margin-top: .18rem; color: #94a3b8; font-size: .6rem; }
.admin-security-session-list button { padding: .5rem .7rem; border: 1px solid #fecaca; border-radius: 8px; color: #b91c1c; background: #fff; font-size: .65rem; font-weight: 850; }
.admin-security-current { padding: .35rem .55rem; border-radius: 999px; color: #166534; background: #dcfce7; font-size: .6rem; font-weight: 850; }
.admin-account-page { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; padding: 1.5rem 0 2.5rem; }
.admin-account-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.admin-account-heading span, .admin-account-card-title span, .admin-account-session-summary > div > span { color: #b91c1c; font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.admin-account-heading h1 { margin: .15rem 0; font-size: clamp(1.8rem, 3vw, 2.35rem); font-weight: 950; }
.admin-account-heading p { color: #64748b; }
.admin-account-heading > b { padding: .45rem .7rem; border-radius: 999px; color: #1e3a8a; background: #dbeafe; font-size: .68rem; text-transform: uppercase; }
.admin-account-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.admin-account-card { padding: 1.35rem; border: 1px solid var(--admin-border); border-radius: 15px; background: #fff; box-shadow: 0 12px 30px rgba(15, 23, 42, .04); }
.admin-account-card-title { margin-bottom: 1rem; }
.admin-account-card-title h2 { margin: .15rem 0 0; font-size: 1.18rem; font-weight: 900; }
.admin-account-card form { display: grid; gap: .85rem; }
.admin-account-card label > span { display: block; margin-bottom: .35rem; color: #334155; font-size: .7rem; font-weight: 850; }
.admin-account-card input:not([type="checkbox"]) { width: 100%; padding: .7rem .8rem; border: 1px solid #cbd5e1; border-radius: 9px; outline: none; background: #f8fafc; }
.admin-account-card input:focus { border-color: #b91c1c; box-shadow: 0 0 0 3px rgba(185, 28, 28, .08); }
.admin-account-card input:disabled { color: #64748b; background: #e2e8f0; }
.admin-account-card label small { display: block; margin-top: .3rem; color: #64748b; font-size: .62rem; }
.admin-account-card button { justify-self: start; padding: .7rem .95rem; border: 0; border-radius: 9px; color: #fff; background: #b91c1c; font-size: .72rem; font-weight: 850; }
.admin-account-check { display: flex; align-items: center; gap: .55rem; padding: .7rem; border-radius: 9px; background: #f1f5f9; }
.admin-account-check input { accent-color: #b91c1c; }
.admin-account-check span { margin: 0 !important; }
.admin-account-session-summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1rem; padding: 1.2rem 1.35rem; border: 1px solid #bfdbfe; border-radius: 14px; background: #eff6ff; }
.admin-account-session-summary h2 { margin: .15rem 0; font-size: 1rem; font-weight: 900; }
.admin-account-session-summary p { color: #475569; font-size: .72rem; }
.admin-account-session-summary > a { padding: .65rem .8rem; border-radius: 8px; color: #fff; background: #1e3a8a; font-size: .7rem; font-weight: 850; white-space: nowrap; }
.admin-quick-search-trigger { display: flex; align-items: center; gap: .45rem; height: 36px; padding: 0 .65rem; border: 1px solid #cbd5e1; border-radius: 9px; color: #475569; background: #fff; font-size: .68rem; font-weight: 800; }
.admin-quick-search-trigger svg { width: 15px; height: 15px; fill: currentColor; }
.admin-quick-search-trigger kbd { padding: .16rem .32rem; border: 1px solid #dbe3ef; border-radius: 5px; color: #64748b; background: #f8fafc; font-size: .55rem; }
.admin-search-modal[hidden] { display: none; }
.admin-search-modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: start center; padding: min(14vh, 110px) 1rem 1rem; }
.admin-search-backdrop { position: absolute; inset: 0; border: 0; background: rgba(2, 6, 23, .68); backdrop-filter: blur(4px); }
.admin-search-modal > section { position: relative; overflow: hidden; width: min(650px, 100%); border: 1px solid #dbe3ef; border-radius: 17px; background: #fff; box-shadow: 0 30px 80px rgba(2, 6, 23, .3); }
.admin-search-input { display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; align-items: center; gap: .7rem; padding: .9rem 1rem; border-bottom: 1px solid #e2e8f0; }
.admin-search-input svg { width: 21px; height: 21px; fill: #64748b; }
.admin-search-input input { min-width: 0; border: 0; outline: 0; color: #0f172a; background: transparent; font-size: 1rem; font-weight: 700; }
.admin-search-input kbd { padding: .2rem .4rem; border: 1px solid #cbd5e1; border-radius: 6px; color: #64748b; background: #f8fafc; font-size: .58rem; }
.admin-search-results { display: grid; overflow-y: auto; max-height: min(52vh, 460px); padding: .55rem; }
.admin-search-results > a { display: grid; grid-template-columns: 68px minmax(0, 1fr); align-items: center; gap: .7rem; padding: .72rem; border-radius: 10px; color: #0f172a; }
.admin-search-results > a:hover { background: #f1f5f9; }
.admin-search-results > a > b { justify-self: start; padding: .22rem .42rem; border-radius: 999px; color: #1e3a8a; background: #dbeafe; font-size: .55rem; text-transform: uppercase; }
.admin-search-results > a strong, .admin-search-results > a small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-search-results > a strong { font-size: .78rem; }
.admin-search-results > a small { margin-top: .18rem; color: #64748b; font-size: .64rem; }
.admin-search-empty { display: grid; place-items: center; min-height: 150px; color: #64748b; text-align: center; }
.admin-search-empty strong, .admin-search-empty span { display: block; }.admin-search-empty strong { color: #334155; font-size: .82rem; }.admin-search-empty span { margin-top: .25rem; font-size: .68rem; }
.admin-search-modal footer { display: flex; justify-content: space-between; gap: 1rem; padding: .65rem 1rem; border-top: 1px solid #e2e8f0; color: #94a3b8; background: #f8fafc; font-size: .6rem; }
.admin-search-open { overflow: hidden; }
.admin-csrf-error { display: grid; justify-items: center; width: min(620px, calc(100% - 2rem)); margin: clamp(4rem, 12vh, 8rem) auto; padding: 2.5rem; border: 1px solid #fecaca; border-radius: 18px; background: #fff; box-shadow: 0 25px 60px rgba(15, 23, 42, .1); text-align: center; }
.admin-csrf-error > span { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 18px; color: #b91c1c; background: #fee2e2; font-size: 1.2rem; font-weight: 950; }
.admin-csrf-error h1 { margin: 1rem 0 .4rem; font-size: 1.5rem; font-weight: 950; }
.admin-csrf-error p { max-width: 490px; color: #64748b; line-height: 1.65; }
.admin-csrf-error div { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; margin-top: 1.2rem; }
.admin-csrf-error a { padding: .7rem .9rem; border-radius: 9px; color: #fff; background: #b91c1c; font-size: .72rem; font-weight: 850; }
.admin-csrf-error a + a { color: #334155; background: #e2e8f0; }
.admin-sidebar-footer form { margin: 0; }
.admin-sidebar-footer button { width: 100%; padding: .72rem .85rem; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; color: #e2e8f0; background: rgba(255,255,255,.06); font-size: .72rem; font-weight: 800; text-align: left; }
.admin-2fa-card { margin-top: 1rem; }
.admin-2fa-card .admin-account-card-title p { margin-top: .3rem; color: #64748b; font-size: .72rem; }
.admin-2fa-start, .admin-2fa-confirm, .admin-2fa-inline { display: flex; align-items: end; gap: .75rem; }
.admin-2fa-start label, .admin-2fa-confirm label, .admin-2fa-inline label { flex: 1; }
.admin-2fa-setup { padding: 1rem; border-radius: 11px; background: #f8fafc; }
.admin-2fa-setup ol { margin: 0 0 .8rem 1.2rem; color: #475569; font-size: .72rem; line-height: 1.7; list-style: decimal; }
.admin-2fa-setup > code { display: block; padding: .8rem; border: 1px dashed #93c5fd; border-radius: 8px; color: #1e3a8a; background: #eff6ff; font-size: .9rem; font-weight: 900; letter-spacing: .12em; text-align: center; word-break: break-all; }
.admin-2fa-confirm { margin-top: .8rem; }
.admin-2fa-enabled { display: flex; align-items: center; gap: .7rem; margin-bottom: .8rem; padding: .8rem; border-radius: 10px; background: #ecfdf5; }
.admin-2fa-enabled span { padding: .25rem .5rem; border-radius: 999px; color: #166534; background: #bbf7d0; font-size: .6rem; font-weight: 900; text-transform: uppercase; }
.admin-2fa-enabled p { color: #166534; font-size: .72rem; }
.admin-2fa-recovery { padding: 1rem; border: 1px solid #fde68a; border-radius: 11px; background: #fffbeb; }
.admin-2fa-recovery > p { margin: .25rem 0 .8rem; color: #92400e; font-size: .7rem; }
.admin-2fa-recovery > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: .45rem; }
.admin-2fa-recovery code { padding: .55rem; border-radius: 7px; color: #78350f; background: #fef3c7; font-size: .72rem; font-weight: 900; text-align: center; }
.admin-2fa-shield { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 15px; color: #fff; background: #1e3a8a; font-size: .75rem; font-weight: 950; }
.admin-2fa-code { font-size: 1.25rem; font-weight: 900; letter-spacing: .25em; text-align: center; }
@media(max-width:700px){.admin-2fa-start,.admin-2fa-confirm,.admin-2fa-inline{align-items:stretch;flex-direction:column}.admin-2fa-recovery>div{grid-template-columns:1fr 1fr}}
@media (max-width: 900px) { .admin-quick-search-trigger span, .admin-quick-search-trigger kbd { display: none; } .admin-quick-search-trigger { width: 36px; justify-content: center; padding: 0; } }
@media (max-width: 760px) { .admin-account-grid { grid-template-columns: 1fr; } .admin-account-session-summary, .admin-account-heading { align-items: flex-start; flex-direction: column; } }
@media (max-width: 700px) { .admin-security-section-heading { flex-direction: column; } .admin-security-session-list article { grid-template-columns: 38px minmax(0, 1fr); } .admin-security-session-list article form, .admin-security-current { grid-column: 2; justify-self: start; } }
.admin-newsletter-campaigns button { padding: .5rem .7rem; border: 1px solid #fecaca; border-radius: 8px; color: #b91c1c; background: #fff; font-size: .68rem; font-weight: 850; }
.admin-newsletter-subscribers { margin-top: 1.1rem; }
.admin-mail-settings { margin-top: 1rem; }
.admin-mail-settings-form { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .8rem; }
.admin-mail-settings-form label > span { display: block; margin-bottom: .35rem; color: #334155; font-size: .67rem; font-weight: 850; }
.admin-mail-settings-form input, .admin-mail-settings-form select { width: 100%; padding: .65rem .7rem; border: 1px solid #cbd5e1; border-radius: 9px; outline: none; background: #f8fafc; font-size: .72rem; }
.admin-mail-settings-form input:focus, .admin-mail-settings-form select:focus { border-color: #b91c1c; box-shadow: 0 0 0 3px rgba(185,28,28,.08); }
.admin-mail-settings-form > div { display: flex; align-items: end; gap: .55rem; grid-column: 1 / -1; }
.admin-mail-settings-form button { padding: .68rem .85rem; border: 0; border-radius: 9px; color: #fff; background: #b91c1c; font-size: .68rem; font-weight: 850; }
.admin-mail-settings-form button.is-test { color: #1e3a8a; border: 1px solid #bfdbfe; background: #eff6ff; }
@media(max-width:1100px){.admin-mail-settings-form{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.admin-mail-settings-form{grid-template-columns:1fr 1fr}.admin-mail-settings-form>div{align-items:stretch;flex-direction:column}.admin-mail-settings-form button{width:100%}}
@media (max-width: 900px) { .admin-newsletter-workspace { grid-template-columns: 1fr; } }

/* Premium theme collection — independent editorial systems */

body.theme-atelier-editorial {
    background: #f4f0e8;
    color: #17231d;
    font-family: "DM Sans", sans-serif;
}

.theme-atelier-editorial .site-header {
    background: #f8f5ef;
    box-shadow: none;
    border-bottom: 1px solid #cfc7b8;
}

.theme-atelier-editorial .site-header-top {
    background: #17231d;
    border: 0;
    color: #e9e2d5;
}

.theme-atelier-editorial .site-header-brand-row {
    min-height: 112px;
}

.theme-atelier-editorial .site-logo {
    width: 228px;
    mix-blend-mode: multiply;
}

.theme-atelier-editorial .site-header-search {
    border: 0;
    border-bottom: 1px solid #8f887b;
    border-radius: 0;
    background: transparent;
}

.theme-atelier-editorial .site-header-tip {
    border-radius: 0;
    background: #a33a2b;
    padding-inline: 1.25rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.theme-atelier-editorial .site-navigation {
    justify-content: center;
    border-top: 1px solid #d9d2c6;
    font-family: "DM Sans", sans-serif;
}

.theme-atelier-editorial .site-navigation a {
    border-radius: 0;
    padding: .95rem .8rem;
    font-size: .72rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.theme-atelier-editorial h1,
.theme-atelier-editorial h2,
.theme-atelier-editorial .headline-copy h1,
.theme-atelier-editorial .headline-copy h2,
.theme-atelier-editorial .article-body {
    font-family: "Newsreader", serif;
}

.theme-atelier-editorial section.border-b.bg-white {
    background: #f4f0e8;
    border-color: #cfc7b8;
}

.theme-atelier-editorial .headline-carousel {
    border: 0;
    border-radius: 0;
    background: #17231d;
    box-shadow: 18px 18px 0 #ddd5c8;
}

.theme-atelier-editorial .headline-copy {
    background: #17231d;
    color: #fff;
    padding: 1.5rem 1.75rem 1.8rem;
}

.theme-atelier-editorial .headline-copy h1,
.theme-atelier-editorial .headline-copy h2 {
    font-size: clamp(2rem, 4vw, 3.7rem);
    font-weight: 600;
    line-height: .98;
}

.theme-atelier-editorial .headline-pagination {
    background: #f8f5ef;
    border-radius: 0;
}

.theme-atelier-editorial .headline-pagination button,
.theme-atelier-editorial .headline-pagination a {
    border-radius: 0;
}

.theme-atelier-editorial .market-weather-strip {
    background: #a33a2b;
    color: #fff;
}

.theme-atelier-editorial .market-strip-item {
    border-color: rgba(255,255,255,.24);
    background: transparent;
}

.theme-atelier-editorial .home-tip-cta {
    background: #d9cdbb;
    color: #17231d;
}

.theme-atelier-editorial .home-tip-cta a,
.theme-atelier-editorial .article-tool-button {
    border-radius: 0;
}

.theme-atelier-editorial a.rounded-lg,
.theme-atelier-editorial section.rounded-lg,
.theme-atelier-editorial figure.rounded-lg,
.theme-atelier-editorial .home-category-card,
.theme-atelier-editorial aside section {
    border-radius: 0;
    box-shadow: none;
    border-color: #cec5b7;
}

.theme-atelier-editorial .article-body {
    font-size: 1.2rem;
}

.theme-atelier-editorial footer {
    background: #17231d;
}

body.theme-obsidian-journal {
    background: #0b0d10;
    color: #f3eee4;
    font-family: "Manrope", sans-serif;
}

.theme-obsidian-journal .site-header,
.theme-obsidian-journal section.border-b.bg-white,
.theme-obsidian-journal main > section,
.theme-obsidian-journal article.mx-auto,
.theme-obsidian-journal footer {
    background: #0b0d10;
    border-color: #292d33;
}

.theme-obsidian-journal .site-header {
    box-shadow: 0 16px 50px rgba(0,0,0,.35);
}

.theme-obsidian-journal .site-header-top {
    background: #e8b45c;
    color: #17130d;
    border: 0;
}

.theme-obsidian-journal .site-logo {
    border-radius: .75rem;
    box-shadow: 0 0 0 1px #343942, 0 14px 35px rgba(0,0,0,.4);
}

.theme-obsidian-journal .site-header-search {
    background: #15181d;
    border-color: #343942;
}

.theme-obsidian-journal .site-header-search input {
    color: #f3eee4;
}

.theme-obsidian-journal .site-header-tip {
    background: #e8b45c;
    color: #15110b;
    box-shadow: 0 10px 30px rgba(232,180,92,.18);
}

.theme-obsidian-journal .site-navigation {
    border-top-color: #292d33;
}

.theme-obsidian-journal .site-navigation a {
    color: #c7cad0;
}

.theme-obsidian-journal .site-navigation a:hover {
    background: #e8b45c;
    color: #15110b;
}

.theme-obsidian-journal h1,
.theme-obsidian-journal h2,
.theme-obsidian-journal h3 {
    font-family: "Newsreader", serif;
    letter-spacing: -.025em;
}

.theme-obsidian-journal .breaking-strip {
    background: #19150f;
    border-color: #e8b45c;
}

.theme-obsidian-journal .headline-carousel {
    border: 1px solid #343942;
    border-radius: 1.25rem;
    background: #111419;
    box-shadow: 0 30px 80px rgba(0,0,0,.42);
}

.theme-obsidian-journal .headline-copy {
    background: #111419;
}

.theme-obsidian-journal .headline-copy h1,
.theme-obsidian-journal .headline-copy h2,
.theme-obsidian-journal .headline-copy span {
    color: #fff;
}

.theme-obsidian-journal .headline-pagination {
    background: #15181d;
    border-color: #343942;
}

.theme-obsidian-journal .market-weather-strip {
    background: #111419;
    border-color: #292d33;
}

.theme-obsidian-journal .market-strip-item,
.theme-obsidian-journal .home-category-card,
.theme-obsidian-journal aside section,
.theme-obsidian-journal #yorumlar,
.theme-obsidian-journal a.rounded-lg,
.theme-obsidian-journal section.rounded-lg,
.theme-obsidian-journal figure.rounded-lg {
    background: #15181d;
    border-color: #343942;
    color: #f3eee4;
    box-shadow: 0 18px 50px rgba(0,0,0,.22);
}

.theme-obsidian-journal .home-tip-cta {
    background: #e8b45c;
    color: #17130d;
}

.theme-obsidian-journal .popular-periods > div {
    background: #15181d;
    border: 1px solid #343942;
}

.theme-obsidian-journal p,
.theme-obsidian-journal small,
.theme-obsidian-journal .text-slate-500,
.theme-obsidian-journal .text-slate-600,
.theme-obsidian-journal .text-slate-700,
.theme-obsidian-journal .text-slate-900 {
    color: #aeb3bc;
}

.theme-obsidian-journal .article-body {
    color: #e7e2d8;
}

.theme-obsidian-journal .article-body a {
    color: #e8b45c;
}

.theme-obsidian-journal input,
.theme-obsidian-journal textarea,
.theme-obsidian-journal select {
    background: #0e1014;
    border-color: #343942;
    color: #fff;
}

body.theme-nordic-signal {
    background: #eef2f6;
    color: #101828;
    font-family: "Manrope", sans-serif;
}

.theme-nordic-signal .site-header {
    background: rgba(255,255,255,.96);
    box-shadow: 0 1px 0 #d8dee8;
}

.theme-nordic-signal .site-header-top {
    background: #0057ff;
    border: 0;
}

.theme-nordic-signal .site-header-brand-row {
    min-height: 96px;
}

.theme-nordic-signal .site-logo {
    width: 210px;
    border-radius: 1rem;
}

.theme-nordic-signal .site-header-search {
    background: #eef2f6;
    border: 0;
    border-radius: 999px;
}

.theme-nordic-signal .site-header-tip {
    border-radius: 999px;
    background: #101828;
}

.theme-nordic-signal .site-navigation {
    gap: .2rem;
    border-top: 0;
    padding-bottom: .7rem;
}

.theme-nordic-signal .site-navigation a {
    border-radius: 999px;
    padding: .55rem .8rem;
}

.theme-nordic-signal .site-navigation a:hover {
    background: #dbe6ff;
    color: #0057ff;
}

.theme-nordic-signal section.border-b.bg-white {
    background: #eef2f6;
    border: 0;
}

.theme-nordic-signal .headline-carousel {
    border: 0;
    border-radius: 1.5rem;
    background: #101828;
    box-shadow: 0 24px 65px rgba(16,24,40,.16);
}

.theme-nordic-signal .headline-media {
    margin: .7rem;
    border-radius: 1rem;
    overflow: hidden;
}

.theme-nordic-signal .headline-copy {
    background: #101828;
    padding: 1rem 1.5rem 1.5rem;
}

.theme-nordic-signal .headline-copy h1,
.theme-nordic-signal .headline-copy h2 {
    color: #fff;
    font-size: clamp(1.85rem, 3vw, 3rem);
}

.theme-nordic-signal .headline-copy span {
    color: #bcc5d5;
}

.theme-nordic-signal .headline-pagination {
    margin: .7rem;
    border: 0;
    border-radius: 999px;
    background: #fff;
}

.theme-nordic-signal .headline-pagination button,
.theme-nordic-signal .headline-pagination a {
    border-radius: 999px;
}

.theme-nordic-signal .market-weather-strip {
    background: #fff;
    border-color: #d8dee8;
}

.theme-nordic-signal .market-strip-item {
    border: 0;
    border-radius: 1rem;
    background: #eef2f6;
}

.theme-nordic-signal .home-tip-cta {
    background: #0057ff;
    color: #fff;
}

.theme-nordic-signal .home-tip-cta a {
    border-radius: 999px;
    color: #0057ff;
}

.theme-nordic-signal a.rounded-lg,
.theme-nordic-signal section.rounded-lg,
.theme-nordic-signal figure.rounded-lg,
.theme-nordic-signal .home-category-card,
.theme-nordic-signal aside section,
.theme-nordic-signal #yorumlar {
    border-radius: 1.25rem;
    border-color: #d8dee8;
    box-shadow: 0 12px 35px rgba(16,24,40,.06);
}

.theme-nordic-signal .article-tool-button {
    border-radius: 999px;
}

.theme-nordic-signal footer {
    background: #101828;
}

body.theme-anadolu-kronik {
    background-color: #f0eadc;
    color: #25231f;
    font-family: "Source Serif 4", serif;
}

.theme-anadolu-kronik .site-header {
    background: #f6f0e3;
    box-shadow: none;
    border-bottom: 3px double #594f40;
}

.theme-anadolu-kronik .site-header-top {
    background: #25231f;
    border: 0;
}

.theme-anadolu-kronik .site-header-brand-row {
    min-height: 126px;
    justify-content: center;
}

.theme-anadolu-kronik .site-logo {
    width: 260px;
    mix-blend-mode: multiply;
}

.theme-anadolu-kronik .site-header-search {
    position: absolute;
    right: 1rem;
    max-width: 230px;
    border: 1px solid #8c806d;
    border-radius: 0;
    background: transparent;
}

.theme-anadolu-kronik .site-header-tip {
    position: absolute;
    left: 1rem;
    border: 1px solid #8e2f27;
    border-radius: 0;
    background: transparent;
    color: #8e2f27;
}

.theme-anadolu-kronik .site-navigation {
    justify-content: center;
    border-top: 1px solid #8c806d;
    border-bottom: 1px solid #8c806d;
}

.theme-anadolu-kronik .site-navigation a {
    border-right: 1px solid #c2b8a7;
    border-radius: 0;
    font-family: "DM Sans", sans-serif;
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.theme-anadolu-kronik h1,
.theme-anadolu-kronik h2,
.theme-anadolu-kronik h3 {
    font-family: "Newsreader", serif;
}

.theme-anadolu-kronik section.border-b.bg-white {
    background: transparent;
    border-color: #aaa08f;
}

.theme-anadolu-kronik .headline-carousel {
    border: 1px solid #594f40;
    border-radius: 0;
    background: #f6f0e3;
    box-shadow: 8px 8px 0 #cfc3af;
}

.theme-anadolu-kronik .headline-copy {
    background: #f6f0e3;
    color: #25231f;
}

.theme-anadolu-kronik .headline-copy h1,
.theme-anadolu-kronik .headline-copy h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1;
}

.theme-anadolu-kronik .headline-pagination {
    border-radius: 0;
    border-color: #8c806d;
    background: #25231f;
}

.theme-anadolu-kronik .headline-pagination button,
.theme-anadolu-kronik .headline-pagination a {
    border-radius: 0;
    color: #fff;
}

.theme-anadolu-kronik .market-weather-strip {
    background: #25231f;
    color: #fff;
}

.theme-anadolu-kronik .market-strip-item {
    border: 0;
    border-right: 1px solid #5e584f;
    border-radius: 0;
    background: transparent;
}

.theme-anadolu-kronik .home-tip-cta {
    background: #8e2f27;
    color: #fff;
}

.theme-anadolu-kronik .home-tip-cta a,
.theme-anadolu-kronik .article-tool-button {
    border-radius: 0;
}

.theme-anadolu-kronik a.rounded-lg,
.theme-anadolu-kronik section.rounded-lg,
.theme-anadolu-kronik figure.rounded-lg,
.theme-anadolu-kronik .home-category-card,
.theme-anadolu-kronik aside section,
.theme-anadolu-kronik #yorumlar {
    border-radius: 0;
    background: #f6f0e3;
    border-color: #aaa08f;
    box-shadow: none;
}

.theme-anadolu-kronik .article-body {
    font-size: 1.18rem;
}

.theme-anadolu-kronik footer {
    background: #25231f;
}

@media (min-width: 1024px) {
    .theme-atelier-editorial section.border-b.bg-white .grid.gap-5.lg\:grid-cols-\[1\.4fr_\.9fr\] {
        grid-template-columns: minmax(0, 1.65fr) minmax(250px, .72fr);
    }

    .theme-obsidian-journal section.border-b.bg-white .grid.gap-5.lg\:grid-cols-\[1\.4fr_\.9fr\] {
        grid-template-columns: minmax(0, 1.75fr) minmax(280px, .68fr);
    }

    .theme-nordic-signal section.border-b.bg-white .grid.gap-5.lg\:grid-cols-\[1\.4fr_\.9fr\] {
        grid-template-columns: minmax(0, 1.4fr) minmax(300px, .8fr);
    }

    .theme-anadolu-kronik section.border-b.bg-white .grid.gap-5.lg\:grid-cols-\[1\.4fr_\.9fr\] {
        grid-template-columns: minmax(0, 1.55fr) minmax(280px, .72fr);
    }
}

@media (max-width: 1023px) {
    .theme-anadolu-kronik .site-header-brand-row {
        justify-content: space-between;
        min-height: 82px;
    }

    .theme-anadolu-kronik .site-header-search,
    .theme-anadolu-kronik .site-header-tip {
        position: static;
    }

    .theme-atelier-editorial .site-navigation,
    .theme-obsidian-journal .site-navigation,
    .theme-nordic-signal .site-navigation,
    .theme-anadolu-kronik .site-navigation {
        justify-content: flex-start;
    }
}

.theme-yerel-gazete {
    --primary: #b91c1c;
    --accent: #111827;
}

.theme-modern-portal {
    --primary: #0f766e;
    --accent: #1f2937;
}

.theme-son-dakika {
    --primary: #dc2626;
    --accent: #f59e0b;
}

.theme-yerel-halk {
    --primary: #166534;
    --accent: #92400e;
}

.theme-premium-medya {
    --primary: #7c2d12;
    --accent: #111827;
}

.theme-kurumsal-haber {
    --primary: #1d4ed8;
    --accent: #334155;
}

.theme-sicak-yerel {
    --primary: #047857;
    --accent: #be123c;
}

.theme-metro-grid {
    --primary: #e11d48;
    --accent: #111827;
}

.theme-klasik-manset {
    --primary: #991b1b;
    --accent: #1f2937;
}

.theme-canli-akis {
    --primary: #ea580c;
    --accent: #0f172a;
}

.theme-dergi-vitrini {
    --primary: #0f766e;
    --accent: #312e81;
}

.theme-gece-ajansi {
    --primary: #38bdf8;
    --accent: #f59e0b;
}

.theme-atelier-editorial {
    --primary: #a33a2b;
    --accent: #17231d;
}

.theme-obsidian-journal {
    --primary: #e8b45c;
    --accent: #0b0d10;
}

.theme-nordic-signal {
    --primary: #0057ff;
    --accent: #101828;
}

.theme-anadolu-kronik {
    --primary: #8e2f27;
    --accent: #25231f;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.prose p {
    margin-bottom: 1rem;
}

.article-body p {
    margin-bottom: 1.35rem;
}

.article-body p:empty {
    display: none;
}

.article-body a {
    color: var(--primary);
    font-weight: 700;
}

.article-body h2 {
    margin: 2.1rem 0 .8rem;
    color: #0f172a;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    font-weight: 900;
    line-height: 1.2;
}

.article-body blockquote {
    margin: 1.8rem 0;
    border-left: 5px solid var(--primary);
    background: #fff;
    padding: 1.15rem 1.25rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
}

.article-body blockquote p {
    margin: 0;
    color: #0f172a;
    font-size: 1.18em;
    font-weight: 800;
    line-height: 1.7;
}

.article-body blockquote cite {
    display: block;
    margin-top: .7rem;
    color: #64748b;
    font-size: .9rem;
    font-style: normal;
    font-weight: 700;
}

.article-inline-media {
    margin: 1.9rem 0;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .08);
}

.article-inline-media img,
.article-inline-media video {
    display: block;
    width: 100%;
    max-height: 620px;
    object-fit: contain;
    background: #f1f5f9;
}

.article-inline-media figcaption,
.article-gallery figcaption {
    border-top: 1px solid #e2e8f0;
    color: #64748b;
    font-size: .92rem;
    font-weight: 700;
    line-height: 1.5;
    padding: .75rem .9rem;
}

.editor-cover-figure {
    overflow: hidden;
    border-radius: 8px;
}

.editor-cover-figure img {
    display: block;
    width: 100%;
}

.editor-cover-figure img.hidden,
.editor-cover-figure .editor-generated-stage.hidden {
    display: none;
}

.editor-cover-figure .editor-generated-stage {
    width: 100%;
}

.article-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
    margin: 1.9rem 0;
}

.article-gallery figure {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .07);
}

.article-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #f1f5f9;
}

.article-video-link {
    display: grid;
    min-height: 220px;
    place-items: center;
    background: #0f172a;
    color: #fff !important;
    font-weight: 900;
}

@media (max-width: 640px) {
    .article-gallery {
        grid-template-columns: 1fr;
    }
}

.site-logo-link,
.footer-logo-link {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.site-logo {
    display: block;
    width: min(190px, 52vw);
    height: auto;
    max-height: 76px;
    object-fit: contain;
}

.site-header-main {
    position: relative;
}

.site-header-brand-row {
    display: grid;
    grid-template-columns: auto minmax(220px, 320px) auto;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .9rem 0;
}

.site-header-search {
    display: flex;
    overflow: hidden;
    border: 1px solid #cbd5e1;
    border-radius: 7px;
    background: #fff;
}

.site-header-search input {
    min-width: 0;
    flex: 1;
    padding: .65rem .75rem;
    font-size: .85rem;
    outline: none;
}

.site-header-search input:focus {
    box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--primary) 18%, transparent);
}

.site-header-search button {
    min-width: 42px;
    border: 0;
    background: transparent;
    color: var(--primary);
    cursor: pointer;
    font-weight: 900;
}

.site-header-tip,
.site-navigation-mobile-tip {
    border-radius: 7px;
    background: var(--primary);
    padding: .7rem .9rem;
    color: #fff;
    font-size: .8rem;
    font-weight: 900;
    white-space: nowrap;
}

.site-navigation {
    display: flex;
    align-items: center;
    gap: .1rem;
    overflow-x: auto;
    border-top: 1px solid #e2e8f0;
    scrollbar-width: thin;
}

.site-navigation a {
    flex: 0 0 auto;
    border-bottom: 3px solid transparent;
    padding: .7rem .65rem .6rem;
    color: #0f172a;
    font-size: .78rem;
    font-weight: 900;
    white-space: nowrap;
}

.site-navigation a:hover,
.site-navigation a:focus-visible {
    border-bottom-color: var(--primary);
    color: var(--primary);
    outline: none;
}

.site-navigation-mobile-tip,
.site-menu-toggle {
    display: none;
}

.site-menu-toggle {
    width: 43px;
    height: 40px;
    align-content: center;
    justify-items: center;
    gap: 5px;
    border: 1px solid #cbd5e1;
    border-radius: 7px;
    background: #fff;
    cursor: pointer;
}

.site-menu-toggle > span:not(.sr-only) {
    display: block;
    width: 19px;
    height: 2px;
    border-radius: 2px;
    background: #0f172a;
    transition: transform .18s ease, opacity .18s ease;
}

.site-menu-toggle.is-open > span:nth-of-type(2) {
    transform: translateY(7px) rotate(45deg);
}

.site-menu-toggle.is-open > span:nth-of-type(3) {
    opacity: 0;
}

.site-menu-toggle.is-open > span:nth-of-type(4) {
    transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 1023px) {
    .site-header-brand-row {
        grid-template-columns: auto 1fr auto;
    }

    .site-header-search {
        justify-self: end;
        width: min(100%, 300px);
    }

    .site-header-tip {
        display: none;
    }

    .site-menu-toggle {
        display: grid;
    }

    .site-navigation {
        position: absolute;
        z-index: 50;
        top: 100%;
        right: 1rem;
        left: 1rem;
        display: none;
        max-height: min(72vh, 560px);
        overflow-y: auto;
        border: 1px solid #e2e8f0;
        border-radius: 0 0 10px 10px;
        background: #fff;
        box-shadow: 0 24px 50px rgba(15, 23, 42, .16);
        padding: .6rem;
    }

    .site-navigation.is-open {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-navigation a {
        border-bottom: 0;
        border-radius: 6px;
        padding: .75rem;
    }

    .site-navigation a:hover,
    .site-navigation a:focus-visible {
        background: #f1f5f9;
    }

    .site-navigation-mobile-tip {
        display: block;
        color: #fff !important;
    }
}

@media (max-width: 640px) {
    .site-header-top {
        font-size: .72rem;
    }

    .site-header-brand-row {
        grid-template-columns: 1fr auto;
        gap: .7rem;
    }

    .site-logo {
        width: min(145px, 48vw);
        max-height: 62px;
    }

    .site-header-search {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: stretch;
        width: 100%;
    }

    .site-menu-toggle {
        grid-column: 2;
        grid-row: 1;
    }

    .site-navigation {
        right: 0;
        left: 0;
    }

    .site-navigation.is-open {
        grid-template-columns: 1fr;
    }
}

.footer-logo {
    display: block;
    width: 150px;
    height: auto;
    border-radius: 4px;
}

.admin-body {
    min-height: 100vh;
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--primary) 10%, #ffffff) 0, #f8fafc 260px),
        #f8fafc;
}

.admin-body::before {
    content: "";
    position: fixed;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    z-index: 20;
}

.admin-body > .mx-auto {
    width: 100%;
}

.admin-body > .mx-auto > .mb-6.flex {
    align-items: center;
    border: 1px solid #e2e8f0;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
    padding: 1rem;
}

.admin-body h1 {
    color: #0f172a;
    line-height: 1.1;
    letter-spacing: 0;
}

.admin-body h1::before {
    content: "";
    display: inline-block;
    width: .72rem;
    height: .72rem;
    margin-right: .55rem;
    border-radius: 999px;
    background: var(--primary);
    vertical-align: .12em;
}

.admin-body form.rounded-lg,
.admin-body form.rounded-xl,
.admin-body section.rounded-lg,
.admin-body article.rounded-lg,
.admin-body article.rounded-xl,
.admin-body div.rounded-lg.bg-white,
.admin-body a.rounded-lg.bg-white {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
    ring-width: 0;
}

.admin-body input:not([type="checkbox"]):not([type="radio"]),
.admin-body textarea,
.admin-body select {
    border-color: #cbd5e1;
    background-color: #fff;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.admin-body input:not([type="checkbox"]):not([type="radio"]):focus,
.admin-body textarea:focus,
.admin-body select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 18%, transparent);
    outline: none;
}

.admin-body button,
.admin-body a {
    transition: background-color .15s ease, border-color .15s ease, color .15s ease, transform .15s ease;
}

.admin-body button:hover,
.admin-body a.rounded-md:hover,
.admin-body a.rounded-lg:hover {
    transform: translateY(-1px);
}

.admin-body table thead {
    background: #f8fafc;
    color: #334155;
}

.admin-body table tbody tr:hover {
    background: #f8fafc;
}

.admin-body .bg-slate-950,
.admin-body .bg-blue-700,
.admin-body .bg-indigo-700 {
    background-color: var(--primary) !important;
}

.admin-body .text-blue-700,
.admin-body .text-\[var\(--primary\,\#b91c1c\)\] {
    color: var(--primary) !important;
}

.editor-hotspot {
    border-radius: 6px;
    outline: 2px solid transparent;
    outline-offset: 3px;
}

.editor-hotspot:hover,
.editor-hotspot:focus {
    outline-color: color-mix(in srgb, var(--primary) 28%, transparent);
}

.editor-block {
    position: relative;
    border-radius: 8px;
}

.editor-block.is-dragging {
    opacity: .48;
}

.editor-block.is-drop-target {
    outline: 2px dashed var(--primary);
    outline-offset: 8px;
}

.editor-block-tools {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-top: .55rem;
}

.editor-cover-tools {
    margin-top: .65rem;
}

.editor-block-tools button {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    color: #0f172a;
    cursor: pointer;
    font-size: .76rem;
    font-weight: 900;
    padding: .35rem .72rem;
}

.editor-block-tools button:hover,
.editor-block-tools button:focus {
    border-color: var(--primary);
    color: var(--primary);
    background: color-mix(in srgb, var(--primary) 6%, #fff);
}

.editor-block-tools [data-block-delete],
.editor-block-tools [data-cover-delete] {
    border-color: #fecaca;
    color: #b91c1c;
}

.editor-block-tools [data-drag-handle] {
    cursor: grab;
}

.editor-block-tools [data-drag-handle]:active {
    cursor: grabbing;
}

.editor-paragraph-block {
    min-height: 56px;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: .72rem .9rem;
}

.editor-paragraph-block:empty,
.editor-paragraph-block:focus {
    border-color: #cbd5e1;
    background: #f8fafc;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .18);
}

.editor-paragraph-block:empty::before {
    content: "Yeni paragraf yazın";
    color: #94a3b8;
    font-weight: 700;
}

.editor-insert-row {
    display: flex;
    align-items: center;
    gap: .45rem;
    min-height: 44px;
    margin: 1.15rem 0;
    padding: .45rem 0;
    border-top: 1px dashed #cbd5e1;
    border-bottom: 1px dashed #cbd5e1;
    background: transparent;
}

.editor-insert-row-after {
    margin-top: .75rem;
    opacity: 0;
    transition: opacity .15s ease;
}

.editor-block:hover .editor-insert-row-after,
.editor-block:focus-within .editor-insert-row-after {
    opacity: 1;
}

.editor-insert-row-first {
    margin-top: 0;
}

.editor-insert-plus {
    display: inline-grid;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    place-items: center;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1;
}

.editor-insert-button {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    color: #0f172a;
    font-size: .78rem;
    font-weight: 850;
    line-height: 1;
    padding: .45rem .85rem;
}

.editor-insert-button:hover,
.editor-insert-button:focus {
    border-color: var(--primary);
    color: var(--primary);
    background: color-mix(in srgb, var(--primary) 6%, #fff);
}

.editor-image-choice {
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    background: #f8fafc;
    padding: 1rem;
}

.editor-image-choice strong {
    color: #0f172a;
    font-size: .95rem;
}

.editor-choice-button {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    color: #0f172a;
    font-size: .84rem;
    font-weight: 900;
    padding: .55rem .9rem;
}

.editor-choice-button:hover,
.editor-choice-button:focus,
.editor-choice-button.is-active {
    border-color: var(--primary);
    background: color-mix(in srgb, var(--primary) 8%, #fff);
    color: var(--primary);
}

.editor-generated-summary {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    color: #475569;
    font-size: .75rem;
    line-height: 1.4;
}

.editor-generated-summary span {
    border-radius: 999px;
    background: #f1f5f9;
    padding: .25rem .55rem;
}

.editor-generated-summary strong {
    color: #0f172a;
}

.editor-generated-summary .editor-generated-warning {
    border-radius: 6px;
    background: #fff7ed;
    color: #9a3412;
    font-weight: 800;
}

.editor-save-status {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    background: rgba(15, 23, 42, .42);
    padding: 1rem;
}

.editor-save-status.hidden {
    display: none;
}

.editor-save-status > div {
    max-width: 420px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(15, 23, 42, .22);
    padding: 1.25rem;
}

.editor-save-status strong,
.editor-save-status span {
    display: block;
}

.editor-save-status strong {
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 950;
}

.editor-save-status span {
    margin-top: .35rem;
    color: #475569;
    font-size: .92rem;
    line-height: 1.5;
}

.editor-generated-stage {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: clamp(220px, 44vw, 430px);
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    padding: clamp(1.25rem, 5vw, 3.5rem);
    box-shadow: inset 0 0 0 8px rgba(255, 255, 255, .08);
    line-height: 1.16;
    outline: none;
    background-image:
        repeating-linear-gradient(135deg, transparent 0 26px, color-mix(in srgb, var(--generated-accent) 36%, transparent) 26px 32px, transparent 32px 64px),
        linear-gradient(135deg, var(--generated-from), var(--generated-to));
    background-blend-mode: normal, screen;
}

.editor-generated-stage::before {
    content: "";
    position: absolute;
    pointer-events: none;
}

.editor-generated-stage span {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
    outline: none;
    white-space: pre-wrap;
    text-wrap: balance;
}

.editor-generated-stage span:empty::before {
    content: "Görsele yazılacak metin";
    color: currentColor;
    opacity: .55;
}

.editor-generated-stage[style*="--generated-pattern:confetti"] {
    background-image:
        radial-gradient(circle at 16% 18%, color-mix(in srgb, var(--generated-accent) 62%, transparent) 0 12px, transparent 13px),
        radial-gradient(circle at 84% 22%, color-mix(in srgb, var(--generated-accent) 55%, transparent) 0 10px, transparent 11px),
        radial-gradient(circle at 78% 78%, color-mix(in srgb, var(--generated-accent) 50%, transparent) 0 16px, transparent 17px),
        linear-gradient(135deg, var(--generated-from), var(--generated-to));
}

.editor-generated-stage[style*="--generated-pattern:dots"] {
    background-image:
        radial-gradient(circle at 10px 10px, color-mix(in srgb, var(--generated-accent) 34%, transparent) 0 5px, transparent 6px),
        linear-gradient(135deg, var(--generated-from), var(--generated-to));
    background-size: 48px 48px, auto;
}

.editor-generated-stage[style*="--generated-pattern:field"] {
    background-image:
        linear-gradient(90deg, transparent 49%, color-mix(in srgb, var(--generated-accent) 28%, transparent) 49% 51%, transparent 51%),
        radial-gradient(circle at center, transparent 0 23%, color-mix(in srgb, var(--generated-accent) 30%, transparent) 24% 25%, transparent 26%),
        linear-gradient(135deg, var(--generated-from), var(--generated-to));
}

.editor-generated-stage[style*="--generated-pattern:notice"] {
    background-image:
        linear-gradient(180deg, color-mix(in srgb, var(--generated-accent) 18%, #fff) 0 13%, transparent 13%),
        linear-gradient(180deg, color-mix(in srgb, var(--generated-accent) 52%, transparent) 0 1.4%, transparent 1.4% 98.6%, color-mix(in srgb, var(--generated-accent) 52%, transparent) 98.6%),
        linear-gradient(135deg, var(--generated-from), var(--generated-to));
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--generated-accent) 24%, transparent);
}

.editor-generated-stage[style*="--generated-pattern:notice"]::before {
    inset: clamp(1.2rem, 3vw, 2.4rem);
    border: clamp(2px, .35vw, 5px) solid color-mix(in srgb, var(--generated-accent) 64%, transparent);
    border-radius: 2px;
    box-shadow:
        0 0 0 1px color-mix(in srgb, var(--generated-accent) 18%, transparent),
        inset 0 0 0 1px rgba(255, 255, 255, .48);
}

.editor-generated-stage[style*="--generated-pattern:frame"] {
    box-shadow:
        inset 0 0 0 8px rgba(255, 255, 255, .08),
        inset 0 0 0 2px color-mix(in srgb, var(--generated-accent) 48%, transparent);
}

.editor-generated-stage:empty::before {
    content: "Görsele yazılacak metin";
    color: rgba(255, 255, 255, .72);
    font-size: 1.1rem;
    font-weight: 800;
}

.admin-login-body {
    min-height: 100vh;
    background:
        radial-gradient(circle at 18% 20%, color-mix(in srgb, var(--primary) 18%, transparent), transparent 28rem),
        linear-gradient(180deg, #fff 0, #f8fafc 100%);
}

.admin-login-card {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .12);
}

.admin-login-logo {
    width: 174px;
    height: auto;
    border-radius: 6px;
}

.article-tool-button {
    display: inline-flex;
    min-height: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    background: #fff;
    padding: .35rem .65rem;
    font-size: .82rem;
    font-weight: 800;
    color: #0f172a;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .45rem 0;
    color: #64748b;
    font-size: .78rem;
    line-height: 1.5;
}

.article-meta > span {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}

.article-meta > span:not(:last-child)::after {
    width: 3px;
    height: 3px;
    margin: 0 .65rem;
    border-radius: 50%;
    background: #cbd5e1;
    content: "";
}

.article-meta b {
    color: #334155;
    font-weight: 700;
}

.article-meta b::after {
    content: ":";
}

.article-meta-primary {
    color: #334155;
    font-weight: 600;
}

.article-meta-updated {
    color: var(--primary);
}

.article-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .65rem 1rem;
    border: 1px solid #dbe3ec;
    border-radius: 10px;
    background: #f8fafc;
    padding: .85rem 1rem;
}

.article-toolbar-group {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: .65rem;
}

.article-toolbar-label {
    color: #64748b;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.article-toolbar-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .45rem;
}

.article-toolbar .article-tool-button {
    min-height: 34px;
    padding: .42rem .7rem;
    border-color: #cbd5e1;
    background: #fff;
    font-size: .75rem;
    line-height: 1;
}

.article-toolbar .article-tool-button svg {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    fill: currentColor;
}

.article-toolbar .article-social-button {
    width: 34px;
    padding: 0;
    border-radius: 50%;
}

.article-toolbar .article-share-facebook {
    color: #1877f2;
}

.article-toolbar .article-share-whatsapp {
    color: #128c7e;
}

.article-toolbar .article-share-telegram {
    color: #229ed9;
}

.article-toolbar .article-share-linkedin {
    color: #0a66c2;
}

.article-toolbar .article-font-button {
    min-width: 38px;
    padding-inline: .55rem;
}

.article-toolbar .article-copy-link {
    color: var(--primary);
}

.article-toolbar .article-native-share {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
}

.article-share-group {
    border-left: 1px solid #dbe3ec;
    padding-left: 1.25rem;
}

@media (max-width: 900px) {
    .article-toolbar {
        align-items: flex-start;
    }

    .article-share-group {
        border-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 520px) {
    .article-meta {
        gap: .35rem .6rem;
    }

    .article-meta > span::after {
        display: none;
    }

    .article-toolbar {
        padding: .75rem;
    }

    .article-toolbar-group {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .article-toolbar-actions {
        width: 100%;
    }
}

.skip-to-content {
    position: fixed;
    z-index: 10000;
    top: .75rem;
    left: .75rem;
    transform: translateY(-180%);
    border-radius: .45rem;
    background: #0f172a;
    padding: .7rem 1rem;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .25);
    transition: transform .15s ease;
}

.skip-to-content:focus {
    transform: translateY(0);
}

:where(a, button, input, textarea, select, [tabindex]):focus-visible {
    outline: 3px solid color-mix(in srgb, var(--primary) 72%, #fff);
    outline-offset: 3px;
}

.reading-progress {
    position: fixed;
    z-index: 9999;
    inset: 0 0 auto;
    height: 4px;
    background: rgba(226, 232, 240, .7);
    pointer-events: none;
}

.reading-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: var(--primary);
    transition: width .08s linear;
}

.article-tool-button:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.article-navigation-link {
    display: grid;
    gap: .4rem;
    min-height: 6.5rem;
    align-content: center;
    border: 1px solid #e2e8f0;
    border-radius: .65rem;
    background: #fff;
    padding: 1rem 1.15rem;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.article-navigation-link:hover {
    border-color: var(--primary);
    box-shadow: 0 10px 25px rgba(15, 23, 42, .08);
    transform: translateY(-2px);
}

.article-navigation-link small {
    color: var(--primary);
    font-weight: 900;
}

.article-navigation-link strong {
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media print {
    header,
    footer,
    aside,
    .breaking-strip,
    .reading-progress,
    .skip-to-content,
    .article-navigation,
    #yorumlar,
    [data-print-article],
    [data-native-share],
    [data-copy-link] {
        display: none !important;
    }

    body {
        background: #fff !important;
        color: #000 !important;
    }

    article {
        display: block !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .article-body {
        max-width: 100% !important;
        font-size: 12pt !important;
        line-height: 1.6 !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

.breaking-strip-track {
    display: inline-block;
    min-width: 100%;
    animation: breaking-scroll 32s linear infinite;
}

.breaking-strip:hover .breaking-strip-track {
    animation-play-state: paused;
}

.headline-carousel-stage {
    height: 560px;
}

.headline-slide {
    display: grid;
    grid-template-rows: 330px minmax(0, 1fr);
    height: 100%;
    min-height: 0;
    color: inherit;
    text-decoration: none;
}

.headline-slide[hidden] {
    display: none;
}

.headline-media {
    display: block;
    height: auto;
    min-height: 0;
    overflow: hidden;
    background: #0f172a;
}

.headline-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.headline-slide:hover .headline-media img {
    transform: scale(1.025);
}

.headline-media-fallback {
    display: grid;
    height: 100%;
    place-items: center;
    padding: 2rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
}

.headline-copy {
    display: block;
    min-height: 0;
    overflow: hidden;
    padding: 1.15rem 1.25rem 1.25rem;
}

.headline-copy small {
    color: var(--primary);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.headline-copy h1,
.headline-copy h2 {
    display: -webkit-box;
    margin: .35rem 0 0;
    overflow: hidden;
    font-size: clamp(1.55rem, 3vw, 2rem);
    font-weight: 900;
    line-height: 1.15;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.headline-copy > span {
    display: -webkit-box;
    margin-top: .65rem;
    overflow: hidden;
    color: #64748b;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.headline-pagination {
    display: flex;
    overflow-x: auto;
    border-top: 1px solid #e2e8f0;
    scrollbar-width: thin;
}

.headline-pagination button,
.headline-pagination a {
    display: grid;
    min-width: 42px;
    min-height: 42px;
    place-items: center;
    border: 0;
    border-right: 1px solid #e2e8f0;
    background: #fff;
    color: #0f172a;
    cursor: pointer;
    font-size: .85rem;
    font-weight: 900;
    text-decoration: none;
}

.headline-pagination button:hover,
.headline-pagination button:focus-visible,
.headline-pagination button.is-active,
.headline-pagination a:hover {
    background: var(--primary);
    color: #fff;
    outline: none;
}

.market-weather-strip {
    box-shadow: 0 8px 22px rgba(15, 23, 42, .04);
}

.market-strip-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: .55rem;
    min-height: 46px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    padding: .65rem .8rem;
}

.market-strip-item > span {
    color: #64748b;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.market-strip-item > strong {
    font-size: 1rem;
    font-weight: 900;
}

.market-strip-item > small {
    color: #059669;
    font-size: .75rem;
    font-weight: 800;
}

.market-strip-item > small.is-down {
    color: #dc2626;
}

.weather-strip-item {
    background: color-mix(in srgb, var(--primary) 7%, #fff);
}

.popular-period-tabs {
    display: inline-flex;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 7px;
}

.popular-period-tabs button {
    min-height: 34px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, .18);
    background: transparent;
    padding: .4rem .75rem;
    color: #cbd5e1;
    cursor: pointer;
    font-size: .75rem;
    font-weight: 900;
}

.popular-period-tabs button:last-child {
    border-right: 0;
}

.popular-period-tabs button:hover,
.popular-period-tabs button:focus-visible,
.popular-period-tabs button.is-active {
    background: var(--primary);
    color: #fff;
    outline: none;
}

.popular-period-panel[hidden] {
    display: none;
}

.obituary-hero {
    border-bottom: 1px solid #e2e8f0;
    background:
        radial-gradient(circle at 90% 10%, rgba(15, 23, 42, .08), transparent 20rem),
        linear-gradient(135deg, #fff 0%, #f1f5f9 100%);
}

.obituary-kicker {
    color: var(--primary);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.obituary-today-count {
    display: flex;
    min-width: 150px;
    align-items: center;
    gap: .8rem;
    border-left: 4px solid var(--primary);
    background: #fff;
    padding: .9rem 1rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
}

.obituary-today-count strong {
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1;
}

.obituary-today-count span {
    color: #64748b;
    font-size: .82rem;
    font-weight: 800;
}

.obituary-filter {
    border-radius: 6px;
    background: #fff;
    padding: .55rem .8rem;
    color: #334155;
    font-size: .82rem;
    font-weight: 800;
    box-shadow: 0 0 0 1px #e2e8f0;
}

.obituary-filter:hover,
.obituary-filter.is-active {
    background: var(--primary);
    color: #fff;
}

.obituary-card {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    background: #fff;
    transition: transform .18s ease, box-shadow .18s ease;
}

.obituary-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(15, 23, 42, .09);
}

.obituary-card-media {
    display: block;
    height: 220px;
    overflow: hidden;
    background: #111827;
}

.obituary-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.obituary-card-media > span {
    display: grid;
    height: 100%;
    place-items: center;
    border: 12px solid #1f2937;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 1.7rem;
    font-weight: 700;
}

.obituary-card time {
    color: var(--primary);
    font-size: .75rem;
    font-weight: 900;
}

.obituary-card h2 {
    margin-top: .45rem;
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1.35;
}

.obituary-card p {
    margin-top: .6rem;
    color: #64748b;
    font-size: .9rem;
    line-height: 1.55;
}

.obituary-detail-link,
.obituary-share-link {
    border-radius: 6px;
    padding: .55rem .7rem;
    font-size: .75rem;
    font-weight: 900;
}

.obituary-detail-link {
    background: #0f172a;
    color: #fff;
}

.obituary-share-link {
    background: #dcfce7;
    color: #166534;
}

.obituary-empty,
.obituary-info-card {
    display: grid;
    gap: .6rem;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    background: #fff;
    padding: 1.25rem;
}

.obituary-empty span,
.obituary-info-card p {
    color: #64748b;
    font-size: .9rem;
    line-height: 1.55;
}

.obituary-info-card h2 {
    font-size: 1.15rem;
    font-weight: 900;
}

.obituary-info-card a {
    color: var(--primary);
    font-size: .85rem;
    font-weight: 900;
}

.media-gallery-hero {
    border-bottom: 1px solid #e2e8f0;
    background:
        radial-gradient(circle at 85% 20%, color-mix(in srgb, var(--primary) 14%, transparent), transparent 22rem),
        #fff;
}

.media-gallery-kicker {
    color: var(--primary);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.media-gallery-switch {
    display: inline-flex;
    overflow: hidden;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #fff;
}

.media-gallery-switch a {
    padding: .65rem .9rem;
    color: #475569;
    font-size: .8rem;
    font-weight: 900;
}

.media-gallery-switch a + a {
    border-left: 1px solid #cbd5e1;
}

.media-gallery-switch a:hover,
.media-gallery-switch a.is-active {
    background: var(--primary);
    color: #fff;
}

.media-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
}

.media-gallery-card {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    background: #fff;
    transition: transform .18s ease, box-shadow .18s ease;
}

.media-gallery-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(15, 23, 42, .1);
}

.media-gallery-preview {
    position: relative;
    display: block;
    height: 225px;
    overflow: hidden;
    background: #0f172a;
}

.media-gallery-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.media-gallery-card:hover .media-gallery-preview img {
    transform: scale(1.035);
}

.media-gallery-fallback {
    display: grid;
    height: 100%;
    place-items: center;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 900;
}

.media-count-badge {
    position: absolute;
    right: .7rem;
    bottom: .7rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, .88);
    padding: .4rem .65rem;
    color: #fff;
    font-size: .7rem;
    font-weight: 900;
}

.media-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 3px solid rgba(255, 255, 255, .85);
    border-radius: 50%;
    background: color-mix(in srgb, var(--primary) 85%, transparent);
    color: #fff;
    font-size: 1.2rem;
    transform: translate(-50%, -50%);
}

.media-gallery-card h2 {
    margin-top: .65rem;
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1.35;
}

.media-gallery-card p {
    margin-top: .55rem;
    color: #64748b;
    font-size: .88rem;
    line-height: 1.55;
}

.media-gallery-empty {
    display: grid;
    gap: .5rem;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    background: #fff;
    padding: 1.5rem;
}

.media-gallery-empty span {
    color: #64748b;
    font-size: .9rem;
}

.header-tip-link {
    background: var(--primary);
    color: #fff;
}

.header-tip-link:hover {
    filter: brightness(.92);
}

.home-tip-cta {
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.home-tip-cta span {
    color: var(--primary);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.home-tip-cta h2 {
    margin-top: .2rem;
    font-size: 1.4rem;
    font-weight: 900;
}

.home-tip-cta p {
    margin-top: .25rem;
    color: #64748b;
    font-size: .9rem;
}

.home-tip-cta a {
    border-radius: 7px;
    background: #0f172a;
    padding: .8rem 1rem;
    color: #fff;
    font-size: .85rem;
    font-weight: 900;
}

.news-tip-hero {
    background:
        radial-gradient(circle at 85% 20%, color-mix(in srgb, var(--primary) 40%, transparent), transparent 24rem),
        #0f172a;
}

.news-tip-kicker {
    display: block;
    margin-top: 1.8rem;
    color: color-mix(in srgb, var(--primary) 55%, #fff);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.news-tip-principles {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 10px;
    background: rgba(255, 255, 255, .07);
    padding: 1.2rem;
    color: #fff;
}

.news-tip-principles ol {
    display: grid;
    gap: .7rem;
    margin-top: .8rem;
}

.news-tip-principles li {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: #cbd5e1;
    font-size: .86rem;
}

.news-tip-principles li span {
    display: grid;
    width: 1.7rem;
    height: 1.7rem;
    place-items: center;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-weight: 900;
}

.news-tip-form-card,
.news-tip-side-card {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
}

.news-tip-field {
    display: block;
    color: #0f172a;
    font-size: .82rem;
    font-weight: 900;
}

.news-tip-field small,
.news-tip-field > span {
    color: #64748b;
    font-size: .72rem;
    font-weight: 600;
}

.news-tip-field input,
.news-tip-field select,
.news-tip-field textarea {
    display: block;
    width: 100%;
    margin-top: .4rem;
    border: 1px solid #cbd5e1;
    border-radius: 7px;
    background: #fff;
    padding: .75rem .8rem;
    color: #0f172a;
    font-size: .9rem;
    font-weight: 500;
    outline: none;
}

.news-tip-field input:focus,
.news-tip-field select:focus,
.news-tip-field textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 12%, transparent);
}

.news-tip-field > span {
    display: block;
    margin-top: .4rem;
}

.news-tip-consent {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    border-radius: 7px;
    background: #f8fafc;
    padding: .85rem;
    color: #475569;
    font-size: .78rem;
    line-height: 1.5;
}

.news-tip-consent input {
    margin-top: .15rem;
}

.news-tip-side-card {
    padding: 1.15rem;
}

.news-tip-side-card h2 {
    font-size: 1.05rem;
    font-weight: 900;
}

.news-tip-side-card p {
    margin-top: .55rem;
    color: #64748b;
    font-size: .85rem;
    line-height: 1.6;
}

.daily-headlines-hero {
    border-bottom: 1px solid #e2e8f0;
    background:
        linear-gradient(90deg, color-mix(in srgb, var(--primary) 7%, #fff), #fff 60%);
}

.daily-headlines-kicker {
    color: var(--primary);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.daily-headlines-count {
    display: flex;
    align-items: baseline;
    gap: .55rem;
    color: #0f172a;
}

.daily-headlines-count strong {
    color: var(--primary);
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
}

.daily-headlines-count span {
    font-size: .8rem;
    font-weight: 900;
    text-transform: uppercase;
}

.daily-date-picker {
    display: flex;
    gap: .55rem;
    margin-top: 1.6rem;
    overflow-x: auto;
    padding-bottom: .35rem;
}

.daily-date-picker a {
    display: grid;
    min-width: 82px;
    justify-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    padding: .5rem;
    color: #334155;
}

.daily-date-picker small {
    font-size: .65rem;
    font-weight: 800;
}

.daily-date-picker strong {
    font-size: 1.35rem;
    font-weight: 900;
}

.daily-date-picker span {
    font-size: .68rem;
    font-weight: 700;
}

.daily-date-picker a:hover,
.daily-date-picker a.is-active {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
}

.daily-lead-headline {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    overflow: hidden;
    border-radius: 10px;
    background: #0f172a;
    color: #fff;
}

.daily-lead-media,
.daily-headline-media {
    position: relative;
    display: block;
    overflow: hidden;
    background: #111827;
}

.daily-lead-media {
    min-height: 430px;
}

.daily-lead-media img,
.daily-headline-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.daily-lead-media > span,
.daily-headline-media > span {
    display: grid;
    height: 100%;
    place-items: center;
    color: #fff;
    font-weight: 900;
}

.daily-lead-media b,
.daily-headline-media b {
    position: absolute;
    left: .8rem;
    top: .8rem;
    display: grid;
    min-width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 7px;
    background: var(--primary);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 900;
}

.daily-lead-headline > div {
    align-self: center;
    padding: 2rem;
}

.daily-lead-headline > div > span,
.daily-headline-card > div > span {
    color: color-mix(in srgb, var(--primary) 55%, #fff);
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.daily-lead-headline h2 {
    margin-top: .6rem;
    font-size: clamp(1.8rem, 3.5vw, 2.7rem);
    font-weight: 900;
    line-height: 1.12;
}

.daily-lead-headline p {
    margin-top: .9rem;
    color: #cbd5e1;
    line-height: 1.7;
}

.daily-read-link {
    display: inline-flex;
    margin-top: 1.2rem;
    border-radius: 7px;
    background: var(--primary);
    padding: .7rem .9rem;
    color: #fff;
    font-size: .8rem;
    font-weight: 900;
}

.daily-headlines-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
    margin-top: 1.2rem;
}

.daily-headline-card {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    background: #fff;
}

.daily-headline-media {
    height: 210px;
}

.daily-headline-card > div {
    padding: 1rem;
}

.daily-headline-card h2 {
    margin-top: .4rem;
    font-weight: 900;
    line-height: 1.35;
}

.daily-headline-card time {
    display: block;
    margin-top: .65rem;
    color: #64748b;
    font-size: .75rem;
}

.daily-headlines-empty {
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    background: #fff;
    padding: 1.5rem;
    color: #64748b;
}

.local-services-hero {
    background:
        radial-gradient(circle at 85% 15%, color-mix(in srgb, var(--primary) 36%, transparent), transparent 25rem),
        #0f172a;
}

.local-services-kicker {
    color: color-mix(in srgb, var(--primary) 55%, #fff);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.local-services-search {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 9px;
    background: rgba(255, 255, 255, .07);
    padding: 1rem;
}

.local-services-search label {
    display: block;
    margin-bottom: .55rem;
    color: #e2e8f0;
    font-size: .78rem;
    font-weight: 900;
}

.local-services-search > div {
    display: flex;
    overflow: hidden;
    border-radius: 7px;
    background: #fff;
}

.local-services-search input {
    min-width: 0;
    flex: 1;
    padding: .8rem;
    outline: none;
}

.local-services-search button {
    border: 0;
    background: var(--primary);
    padding: 0 1rem;
    color: #fff;
    font-weight: 900;
}

.local-live-strip {
    border-bottom: 1px solid #e2e8f0;
    background: #fff;
}

.local-weather-card {
    display: flex;
    min-height: 98px;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-radius: 9px;
    background: color-mix(in srgb, var(--primary) 8%, #fff);
    padding: 1rem;
}

.local-weather-card > div {
    display: grid;
    gap: .2rem;
}

.local-weather-card span,
.local-market-grid span {
    color: #64748b;
    font-size: .7rem;
    font-weight: 900;
    text-transform: uppercase;
}

.local-weather-card strong {
    color: var(--primary);
    font-size: 2.2rem;
    font-weight: 900;
}

.local-weather-card b {
    font-size: .9rem;
}

.local-weather-card small {
    color: #64748b;
    font-size: .75rem;
}

.local-market-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .6rem;
}

.local-market-grid article {
    display: grid;
    align-content: center;
    gap: .3rem;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    padding: .8rem;
}

.local-market-grid strong {
    font-size: 1.1rem;
    font-weight: 900;
}

.local-market-grid small {
    color: #059669;
    font-size: .72rem;
    font-weight: 800;
}

.local-market-grid small.is-down {
    color: #dc2626;
}

.local-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.local-service-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    padding: 1.2rem;
    color: #0f172a;
    transition: transform .18s ease, box-shadow .18s ease;
}

.local-service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(15, 23, 42, .09);
}

.local-service-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 9px;
    background: #e2e8f0;
    font-weight: 900;
}

.local-service-card[data-tone="red"] .local-service-icon { background: #fee2e2; color: #b91c1c; }
.local-service-card[data-tone="emerald"] .local-service-icon { background: #d1fae5; color: #047857; }
.local-service-card[data-tone="blue"] .local-service-icon { background: #dbeafe; color: #1d4ed8; }
.local-service-card[data-tone="amber"] .local-service-icon { background: #fef3c7; color: #b45309; }
.local-service-card[data-tone="violet"] .local-service-icon { background: #ede9fe; color: #6d28d9; }

.local-service-copy {
    display: grid;
    gap: .45rem;
}

.local-service-copy strong {
    font-size: 1.05rem;
    font-weight: 900;
}

.local-service-copy > span {
    color: #64748b;
    font-size: .84rem;
    line-height: 1.55;
}

.local-service-copy b {
    color: var(--primary);
    font-size: .76rem;
}

.local-services-note {
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

.local-services-note h2 {
    font-size: 1.3rem;
    font-weight: 900;
}

.local-services-note p {
    margin-top: .35rem;
    color: #64748b;
    font-size: .88rem;
}

.local-services-note a {
    border-radius: 7px;
    background: #0f172a;
    padding: .75rem .95rem;
    color: #fff;
    font-size: .82rem;
    font-weight: 900;
}

@media (max-width: 640px) {
    .headline-carousel-stage {
        height: 450px;
    }

    .headline-slide {
        grid-template-rows: 230px minmax(0, 1fr);
    }

    .headline-copy {
        padding: 1rem;
    }

    .headline-pagination button,
    .headline-pagination a {
        min-width: 38px;
        min-height: 38px;
    }

    .media-gallery-grid {
        grid-template-columns: 1fr;
    }

    .daily-lead-headline {
        grid-template-columns: 1fr;
    }

    .daily-lead-media {
        min-height: 250px;
    }

    .daily-lead-headline > div {
        padding: 1.25rem;
    }

    .daily-headlines-grid {
        grid-template-columns: 1fr;
    }

    .local-market-grid,
    .local-services-grid {
        grid-template-columns: 1fr;
    }

    .local-weather-card {
        align-items: flex-start;
    }
}

@media (min-width: 641px) and (max-width: 1023px) {
    .media-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .daily-lead-headline {
        grid-template-columns: 1fr;
    }

    .daily-headlines-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .local-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.home-category-card-header {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #e2e8f0;
    background: #0f172a;
    padding: .45rem .75rem;
    overflow: visible;
}

.home-category-card-header h2 {
    min-width: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0;
}

.home-category-card-header a {
    flex-shrink: 0;
    white-space: nowrap;
    color: #f97316;
    font-size: .875rem;
    font-weight: 900;
    line-height: 1.2;
}

@keyframes breaking-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.ad-box {
    min-height: 90px;
    display: grid;
    place-items: center;
    border: 1px dashed #cbd5e1;
    background: #f8fafc;
    color: #64748b;
    font-weight: 700;
    border-radius: 8px;
}

body {
    transition: background-color .2s ease, color .2s ease;
}

.site-image-fallback {
    object-fit: contain !important;
    background: #f8fafc;
    padding: .75rem;
}

body.theme-yerel-gazete {
    background: #f8fafc;
}

.theme-yerel-gazete header.bg-white {
    border-bottom: 4px solid var(--primary);
}

.theme-yerel-gazete header strong.text-3xl,
.theme-yerel-gazete h1,
.theme-yerel-gazete h2 {
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 0;
}

.theme-yerel-gazete section.border-b.bg-white {
    background: #fff;
}

.theme-yerel-gazete a.rounded-lg,
.theme-yerel-gazete section.rounded-lg {
    border-radius: 2px;
    box-shadow: none;
}

.theme-yerel-gazete .article-body {
    font-family: Georgia, "Times New Roman", serif;
}

body.theme-modern-portal {
    background: #eef8fb;
}

.theme-modern-portal header.bg-white {
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(12px);
    position: sticky;
    top: 0;
    z-index: 30;
}

.theme-modern-portal header .border-b {
    background: #083344;
}

.theme-modern-portal section.border-b.bg-white {
    background: linear-gradient(180deg, #ecfeff 0%, #ffffff 70%);
}

.theme-modern-portal a.rounded-lg,
.theme-modern-portal section.rounded-lg,
.theme-modern-portal figure.rounded-lg {
    border-radius: 16px;
}

.theme-modern-portal img {
    background: #e0f2fe;
}

.theme-modern-portal .article-body {
    max-width: 760px;
}

body.theme-son-dakika {
    background: #0f172a;
    color: #f8fafc;
}

.theme-son-dakika header.bg-white,
.theme-son-dakika section.border-b.bg-white,
.theme-son-dakika main > section,
.theme-son-dakika article.mx-auto {
    background: #111827;
}

.theme-son-dakika header .border-b {
    background: #dc2626;
}

.theme-son-dakika header strong.text-3xl {
    color: #facc15;
}

.theme-son-dakika nav a,
.theme-son-dakika p,
.theme-son-dakika small,
.theme-son-dakika .text-slate-500,
.theme-son-dakika .text-slate-600,
.theme-son-dakika .text-slate-700,
.theme-son-dakika .text-slate-900 {
    color: #cbd5e1;
}

.theme-son-dakika a.rounded-lg,
.theme-son-dakika section.rounded-lg,
.theme-son-dakika figure.rounded-lg {
    background: #1e293b;
    border-color: rgba(250, 204, 21, .22);
    border-radius: 0;
}

.theme-son-dakika .article-body p:first-child {
    border-left: 5px solid #facc15;
    padding-left: 1rem;
}

.theme-son-dakika .ad-box {
    background: #1e293b;
    border-color: #475569;
    color: #facc15;
}

.theme-son-dakika .article-tool-button,
.theme-premium-medya .article-tool-button,
.theme-gece-ajansi .article-tool-button {
    background: #0f172a;
    border-color: rgba(255, 255, 255, .16);
    color: #f8fafc;
}

body.theme-kurumsal-haber {
    background: #f1f5f9;
}

.theme-kurumsal-haber header.bg-white {
    border-bottom: 1px solid #cbd5e1;
}

.theme-kurumsal-haber header .border-b {
    background: #1e293b;
}

.theme-kurumsal-haber header strong.text-3xl {
    color: #1d4ed8;
}

.theme-kurumsal-haber a.rounded-lg,
.theme-kurumsal-haber section.rounded-lg,
.theme-kurumsal-haber figure.rounded-lg {
    border-radius: 6px;
    box-shadow: none;
}

.theme-kurumsal-haber h1,
.theme-kurumsal-haber h2 {
    font-weight: 800;
}

.theme-kurumsal-haber .article-body {
    color: #1e293b;
}

.theme-kurumsal-haber aside section {
    border-left: 4px solid var(--primary);
}

body.theme-sicak-yerel {
    background: #f0fdf4;
}

.theme-sicak-yerel header.bg-white {
    background: #ffffff;
    border-bottom: 3px solid #86efac;
}

.theme-sicak-yerel header .border-b {
    background: #065f46;
}

.theme-sicak-yerel header strong.text-3xl {
    color: #047857;
}

.theme-sicak-yerel section.border-b.bg-white {
    background: #f7fee7;
}

.theme-sicak-yerel a.rounded-lg,
.theme-sicak-yerel section.rounded-lg,
.theme-sicak-yerel figure.rounded-lg {
    border-radius: 12px;
    border-color: #bbf7d0;
}

.theme-sicak-yerel h1,
.theme-sicak-yerel h2 {
    color: #052e16;
}

.theme-sicak-yerel .article-body p {
    font-size: 1.12rem;
}

.theme-sicak-yerel aside section:nth-child(odd) {
    background: #ecfdf5;
}

body.theme-premium-medya {
    background: #111827;
    color: #f9fafb;
}

.theme-premium-medya header.bg-white,
.theme-premium-medya section.border-b.bg-white {
    background: #0b1120;
}

.theme-premium-medya header .border-b {
    background: #020617;
    color: #d6d3d1;
}

.theme-premium-medya header strong.text-3xl {
    color: #fbbf24;
}

.theme-premium-medya a.rounded-lg,
.theme-premium-medya section.rounded-lg,
.theme-premium-medya figure.rounded-lg {
    background: #111827;
    border-color: rgba(251, 191, 36, .22);
    border-radius: 8px;
}

.theme-premium-medya h1,
.theme-premium-medya h2 {
    color: #f8fafc;
}

.theme-premium-medya p,
.theme-premium-medya small,
.theme-premium-medya .text-slate-500,
.theme-premium-medya .text-slate-600,
.theme-premium-medya .text-slate-700,
.theme-premium-medya .text-slate-900 {
    color: #d1d5db;
}

.theme-premium-medya .article-body {
    color: #f3f4f6;
}

.theme-premium-medya .ad-box {
    background: #0f172a;
    border-color: rgba(251, 191, 36, .35);
    color: #fbbf24;
}

@media (min-width: 1024px) {
    .theme-son-dakika section.border-b.bg-white .grid.gap-5.lg\:grid-cols-\[1\.4fr_\.9fr\],
    .theme-premium-medya section.border-b.bg-white .grid.gap-5.lg\:grid-cols-\[1\.4fr_\.9fr\] {
        grid-template-columns: 1.7fr .8fr;
    }

    .theme-kurumsal-haber section.border-b.bg-white .grid.gap-5.lg\:grid-cols-\[1\.4fr_\.9fr\] {
        grid-template-columns: 1.15fr 1fr;
    }

    .theme-sicak-yerel section.border-b.bg-white .grid.gap-5.lg\:grid-cols-\[1\.4fr_\.9fr\] {
        grid-template-columns: 1.25fr 1fr;
    }
}

body.theme-metro-grid {
    background: #f4f4f5;
}

.theme-metro-grid header.bg-white {
    background: #fff;
    border-bottom: 1px solid #18181b;
    box-shadow: none;
}

.theme-metro-grid header .border-b {
    background: #18181b;
}

.theme-metro-grid header strong.text-3xl {
    color: #111827;
    text-transform: uppercase;
}

.theme-metro-grid header nav a {
    border-radius: 0;
    border-bottom: 2px solid transparent;
}

.theme-metro-grid header nav a:hover {
    background: transparent;
    border-color: var(--primary);
}

.theme-metro-grid section.border-b.bg-white {
    background: #f4f4f5;
    border-color: #d4d4d8;
}

.theme-metro-grid section.border-b.bg-white a.group,
.theme-metro-grid section.mx-auto a.rounded-lg,
.theme-metro-grid aside section,
.theme-metro-grid #yorumlar {
    border-radius: 0;
    border: 1px solid #18181b;
    box-shadow: 8px 8px 0 #18181b;
}

.theme-metro-grid section.border-b.bg-white a.group h1 {
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: .96;
    letter-spacing: 0;
}

.theme-metro-grid section.mx-auto > .grid > a:nth-child(4n+1) {
    background: #fff1f2;
}

.theme-metro-grid section.mx-auto > .grid > a:nth-child(4n+2) {
    background: #ecfeff;
}

body.theme-klasik-manset {
    background: #f8f5ef;
}

.theme-klasik-manset header.bg-white,
.theme-klasik-manset section.border-b.bg-white,
.theme-klasik-manset footer {
    background: #fbf7ef;
}

.theme-klasik-manset header .border-b {
    background: #27211b;
}

.theme-klasik-manset header strong.text-3xl {
    color: #27211b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 5vw, 4.25rem);
    letter-spacing: 0;
}

.theme-klasik-manset header .mx-auto.flex.max-w-7xl.flex-wrap {
    display: block;
}

.theme-klasik-manset header form {
    margin-top: 1rem;
}

.theme-klasik-manset header nav {
    margin-top: 1rem;
    padding-top: .8rem;
    border-top: 1px solid #27211b;
    border-bottom: 3px double #27211b;
    justify-content: center;
}

.theme-klasik-manset h1,
.theme-klasik-manset h2,
.theme-klasik-manset .article-body {
    font-family: Georgia, "Times New Roman", serif;
}

.theme-klasik-manset a.rounded-lg,
.theme-klasik-manset section.rounded-lg,
.theme-klasik-manset figure.rounded-lg {
    border-radius: 0;
    box-shadow: none;
    border-color: #c8bca8;
}

.theme-klasik-manset section.border-b.bg-white .grid.gap-5.lg\:grid-cols-\[1\.4fr_\.9fr\] {
    border-top: 4px solid #27211b;
    padding-top: 1rem;
}

.theme-klasik-manset footer,
.theme-klasik-manset footer .text-slate-300,
.theme-klasik-manset footer strong {
    color: #27211b;
}

body.theme-canli-akis {
    background: #fff7ed;
}

.theme-canli-akis header.bg-white {
    background: #0f172a;
    color: #fff7ed;
}

.theme-canli-akis header .border-b {
    background: #ea580c;
}

.theme-canli-akis header strong.text-3xl,
.theme-canli-akis header span.block.text-sm,
.theme-canli-akis header nav a {
    color: #fff7ed;
}

.theme-canli-akis header form {
    border-color: rgba(255, 247, 237, .25);
    background: rgba(255, 255, 255, .08);
}

.theme-canli-akis header form input {
    background: transparent;
    color: #fff7ed;
}

.theme-canli-akis section.border-b.bg-white {
    background: linear-gradient(90deg, #fff7ed 0%, #fff 58%, #ffedd5 100%);
}

.theme-canli-akis .mb-4.flex.items-center {
    background: #0f172a;
    color: #fff7ed;
    border-left-color: #ea580c;
}

.theme-canli-akis a.rounded-lg,
.theme-canli-akis aside section,
.theme-canli-akis #yorumlar {
    border-radius: 8px;
    box-shadow: none;
    border-color: #fed7aa;
}

.theme-canli-akis section.border-b.bg-white a.group {
    border-left: 8px solid #ea580c;
}

.theme-canli-akis section.border-b.bg-white a.grid {
    background: #fff;
    padding: .65rem;
    border: 1px solid #fed7aa;
    border-left: 4px solid #ea580c;
}

.theme-canli-akis section.mx-auto > .grid > a {
    border-top: 5px solid #ea580c;
}

body.theme-dergi-vitrini {
    background: #f6f7fb;
}

.theme-dergi-vitrini header.bg-white {
    background: #fff;
    border-bottom: 1px solid #d9def0;
    box-shadow: 0 18px 50px rgba(49, 46, 129, .08);
}

.theme-dergi-vitrini header .border-b {
    background: #312e81;
}

.theme-dergi-vitrini header strong.text-3xl {
    color: #312e81;
}

.theme-dergi-vitrini section.border-b.bg-white {
    background: #f6f7fb;
}

.theme-dergi-vitrini section.border-b.bg-white a.group,
.theme-dergi-vitrini section.mx-auto > .grid > a,
.theme-dergi-vitrini aside section,
.theme-dergi-vitrini #yorumlar {
    border-radius: 22px;
    border-color: #d9def0;
    box-shadow: 0 18px 45px rgba(49, 46, 129, .09);
}

.theme-dergi-vitrini section.border-b.bg-white a.group img,
.theme-dergi-vitrini section.mx-auto > .grid > a img,
.theme-dergi-vitrini figure img {
    background: #e6fffb;
}

.theme-dergi-vitrini section.border-b.bg-white a.group h1 {
    font-size: clamp(2.2rem, 4vw, 4.7rem);
    line-height: .98;
}

body.theme-gece-ajansi {
    background: #07111f;
    color: #e5eefb;
}

.theme-gece-ajansi header.bg-white,
.theme-gece-ajansi section.border-b.bg-white,
.theme-gece-ajansi main > section,
.theme-gece-ajansi article.mx-auto,
.theme-gece-ajansi footer {
    background: #07111f;
}

.theme-gece-ajansi header.bg-white {
    border-bottom: 1px solid rgba(56, 189, 248, .28);
    box-shadow: none;
}

.theme-gece-ajansi header .border-b {
    background: #020617;
}

.theme-gece-ajansi header strong.text-3xl,
.theme-gece-ajansi h1,
.theme-gece-ajansi h2 {
    color: #e0f2fe;
}

.theme-gece-ajansi header span.block.text-sm,
.theme-gece-ajansi p,
.theme-gece-ajansi small,
.theme-gece-ajansi .text-slate-500,
.theme-gece-ajansi .text-slate-600,
.theme-gece-ajansi .text-slate-700,
.theme-gece-ajansi .text-slate-900 {
    color: #b6c6d9;
}

.theme-gece-ajansi header nav a {
    color: #dbeafe;
}

.theme-gece-ajansi header nav a:hover {
    background: rgba(56, 189, 248, .12);
}

.theme-gece-ajansi header form,
.theme-gece-ajansi a.rounded-lg,
.theme-gece-ajansi section.rounded-lg,
.theme-gece-ajansi aside section,
.theme-gece-ajansi figure.rounded-lg,
.theme-gece-ajansi #yorumlar {
    background: #0d1b2d;
    border-color: rgba(56, 189, 248, .2);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .24);
}

.theme-gece-ajansi header form input,
.theme-gece-ajansi #yorumlar input,
.theme-gece-ajansi #yorumlar textarea {
    background: #07111f;
    color: #e5eefb;
    border-color: rgba(56, 189, 248, .25);
}

.theme-gece-ajansi section.border-b.bg-white a.group {
    border-top: 1px solid rgba(245, 158, 11, .45);
}

.theme-gece-ajansi .article-body {
    color: #dbeafe;
}

.theme-gece-ajansi .ad-box {
    background: #0d1b2d;
    border-color: rgba(56, 189, 248, .25);
    color: #38bdf8;
}

@media (min-width: 1024px) {
    .theme-metro-grid section.border-b.bg-white .grid.gap-5.lg\:grid-cols-\[1\.4fr_\.9fr\] {
        grid-template-columns: 1.7fr .85fr;
    }

    .theme-klasik-manset section.border-b.bg-white .grid.gap-5.lg\:grid-cols-\[1\.4fr_\.9fr\] {
        grid-template-columns: 1.25fr 1fr;
    }

    .theme-canli-akis section.border-b.bg-white .grid.gap-5.lg\:grid-cols-\[1\.4fr_\.9fr\] {
        grid-template-columns: 1.55fr .95fr;
    }

    .theme-dergi-vitrini section.border-b.bg-white .grid.gap-5.lg\:grid-cols-\[1\.4fr_\.9fr\] {
        grid-template-columns: 1.6fr .85fr;
    }

    .theme-dergi-vitrini section.mx-auto > .grid > a:nth-child(5n+1) {
        grid-column: span 2;
    }

    .theme-gece-ajansi section.border-b.bg-white .grid.gap-5.lg\:grid-cols-\[1\.4fr_\.9fr\] {
        grid-template-columns: 1.45fr 1fr;
    }
}

/* Shared typography system */
.theme-default {
    --page-bg: #f3f6fa;
    --surface: #ffffff;
    --surface-soft: #f8fafc;
    --surface-tint: #f1f5f9;
    --surface-dark: #172033;
    --surface-dark-card: #111a2b;
    --surface-border: #dbe3ec;
}

body.theme-default {
    background: var(--page-bg);
}

.theme-default .site-header {
    background: rgba(255, 255, 255, .97);
}

.theme-default main > section.border-b.bg-white {
    border-color: var(--surface-border);
    background: var(--surface);
}

.theme-default .market-weather-strip {
    background: var(--surface-soft);
}

.theme-default .market-strip-item {
    border-color: var(--surface-border);
    background: var(--surface);
}

.theme-default .home-tip-cta {
    background: linear-gradient(110deg, #e9eef5 0%, #f8fafc 68%, #eef2f7 100%);
}

.theme-default .popular-periods > div {
    background: var(--surface-dark);
}

.theme-default .home-category-card,
.theme-default main a.rounded-lg.bg-white {
    border-color: var(--surface-border);
    background: var(--surface);
}

.home-media-showcase {
    container-type: inline-size;
}

.home-media-panel {
    overflow: hidden;
    border: 1px solid var(--surface-border, #e2e8f0);
    border-radius: 14px;
    background: var(--surface, #fff);
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}

.theme-default .home-media-panel-photo {
    background: #fbfcfe;
}

.home-media-panel-video {
    border-color: #27344c;
    background: var(--surface-dark, #172033);
    color: #fff;
}

.home-media-panel-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem;
}

.home-media-kicker {
    color: var(--primary);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-media-panel-header h2 {
    margin-top: .2rem;
    font-size: 1.65rem;
    font-weight: 900;
    line-height: 1.1;
}

.home-media-panel-header > a {
    color: var(--primary);
    font-size: .78rem;
    font-weight: 800;
    white-space: nowrap;
}

.home-media-panel-video .home-media-panel-header > a {
    color: #fff;
}

.home-media-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: #e2e8f0;
}

.home-media-panel-video .home-media-grid {
    background: #31405a;
}

.home-media-card {
    min-width: 0;
    background: var(--surface, #fff);
}

.home-media-panel-video .home-media-card {
    background: var(--surface-dark-card, #111a2b);
}

.home-media-card.is-featured {
    grid-column: 1 / -1;
}

.home-media-preview {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--surface-tint, #e2e8f0);
}

.home-media-card.is-featured .home-media-preview {
    aspect-ratio: 16 / 7;
}

.home-media-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.home-media-card:hover .home-media-preview img {
    transform: scale(1.035);
}

.home-media-fallback {
    display: grid;
    height: 100%;
    place-items: center;
    padding: 1rem;
    background: var(--surface-dark, #172033);
    color: #fff;
    font-weight: 800;
    text-align: center;
}

.home-media-badge {
    position: absolute;
    right: .65rem;
    bottom: .65rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, .88);
    color: #fff;
    font-size: .68rem;
    font-weight: 800;
    padding: .35rem .6rem;
}

.home-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 2.7rem;
    height: 2.7rem;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-size: .85rem;
    padding-left: .12rem;
    transform: translate(-50%, -50%);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .25);
}

.home-media-card-copy {
    padding: .85rem;
}

.home-media-card-copy small {
    color: var(--primary);
    font-size: .65rem;
    font-weight: 800;
    text-transform: uppercase;
}

.home-media-card-copy h3 {
    display: -webkit-box;
    overflow: hidden;
    margin-top: .3rem;
    font-size: .84rem;
    font-weight: 800;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-media-card.is-featured .home-media-card-copy h3 {
    font-size: 1.1rem;
}

.home-media-empty {
    margin: 0 1.25rem 1.25rem;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    padding: 1.25rem;
    color: #64748b;
    font-size: .9rem;
    font-weight: 600;
}

.home-media-panel-video .home-media-empty {
    border-color: #475569;
    color: #cbd5e1;
}

@media (max-width: 639px) {
    .home-media-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-media-card.is-featured {
        grid-column: 1 / -1;
    }

    .home-media-grid .home-media-card:last-child {
        display: none;
    }
}

body,
button,
input,
select,
textarea {
    font-family: var(--font-sans) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-navigation,
.headline-copy,
.article-body {
    font-family: var(--font-sans) !important;
}

.editorial-serif,
.editorial-serif h1,
.editorial-serif h2,
.editorial-serif h3,
.editorial-serif p,
.editorial-serif blockquote {
    font-family: var(--font-sans) !important;
}

/* Compact article information and action bar */
.theme-default {
    --frame-border: #d8e0ea;
    --frame-radius: 10px;
    --frame-shadow: 0 4px 16px rgba(15, 23, 42, .035);
}

.theme-default .page-frame {
    border: 1px solid var(--frame-border);
    border-radius: var(--frame-radius);
    background: #fff;
    box-shadow: var(--frame-shadow);
    padding: 1.25rem;
}

.theme-default .page-frame-wide {
    width: calc(100% - 2rem);
}

.theme-default .headline-carousel,
.theme-default .home-category-card,
.theme-default .home-media-panel,
.theme-default .media-gallery-card,
.theme-default .daily-lead-headline,
.theme-default .daily-headline-card,
.theme-default .local-service-card,
.theme-default .local-weather-card,
.theme-default .news-tip-form-card,
.theme-default .news-tip-principles,
.theme-default .news-tip-side-card,
.theme-default .obituary-card,
.theme-default .obituary-info-card,
.theme-default aside > section,
.theme-default #yorumlar,
.theme-default .article-inline-media,
.theme-default .article-gallery figure {
    border: 1px solid var(--frame-border);
    border-radius: var(--frame-radius);
    box-shadow: var(--frame-shadow);
}

.theme-default .headline-carousel,
.theme-default .home-category-card,
.theme-default .home-media-panel,
.theme-default .media-gallery-card,
.theme-default .daily-headline-card,
.theme-default .local-service-card,
.theme-default .obituary-card {
    overflow: hidden;
}

.theme-default .market-strip-item,
.theme-default .daily-date-picker,
.theme-default .media-gallery-switch,
.theme-default .obituary-filter,
.theme-default .local-services-search {
    border-color: var(--frame-border);
}

@media (max-width: 639px) {
    .theme-default .page-frame {
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        padding: 1rem;
    }

    .theme-default .page-frame-wide {
        width: 100%;
    }
}

.article-utility-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 1rem 0;
}

.article-utility-bar .article-meta {
    display: grid;
    flex: 1 1 360px;
    gap: .22rem;
    color: #64748b;
    font-size: .72rem;
}

.article-utility-bar .article-meta > * {
    display: block;
}

.article-utility-bar .article-meta > *::after {
    display: none !important;
}

.article-utility-bar .article-meta-primary {
    color: #0f172a;
    font-size: .82rem;
    font-weight: 800;
}

.article-utility-bar .article-meta-updated {
    display: flex;
    gap: .35rem;
    color: #64748b;
}

.article-utility-bar .article-meta-updated b {
    color: #475569;
}

.article-utility-bar .article-meta-details {
    overflow: hidden;
    max-width: 520px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-utility-bar .article-toolbar {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    align-items: center;
    gap: .55rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

.article-utility-bar .article-toolbar-actions {
    display: flex;
    width: auto;
    flex-wrap: nowrap;
    gap: .4rem;
}

.article-utility-bar .article-tool-button {
    width: 38px;
    height: 38px;
    min-height: 38px;
    flex: 0 0 38px;
    border: 1px solid #d2dae5;
    border-radius: 9px;
    background: #fff;
    padding: 0;
    color: #334155;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}

.article-utility-bar .article-social-button {
    border-radius: 9px;
}

.article-utility-bar .article-tool-button:hover {
    border-color: var(--primary);
    background: #fff;
    color: var(--primary);
    transform: translateY(-1px);
}

.article-utility-bar .article-tool-button svg {
    width: 17px;
    height: 17px;
}

.article-utility-bar .article-native-share {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
}

.article-utility-bar .article-native-share:hover {
    background: color-mix(in srgb, var(--primary) 88%, #000);
    color: #fff;
}

.article-utility-bar .article-copy-link.is-success,
.article-utility-bar [data-read-aloud].is-active {
    border-color: #059669;
    background: #ecfdf5;
    color: #047857;
}

.article-toolbar-divider {
    width: 1px;
    height: 28px;
    margin: 0 .15rem;
    background: #e2e8f0;
}

@media (max-width: 820px) {
    .article-utility-bar {
        align-items: flex-start;
        flex-direction: column;
        gap: .85rem;
    }

    .article-utility-bar .article-meta {
        width: 100%;
        flex-basis: auto;
    }

    .article-utility-bar .article-toolbar {
        width: 100%;
        overflow-x: auto;
        padding-bottom: .2rem;
        scrollbar-width: thin;
    }
}

@media (max-width: 520px) {
    .article-utility-bar .article-meta-details {
        white-space: normal;
    }

    .article-utility-bar .article-toolbar-actions {
        width: auto;
    }
}

/* Professional admin application shell */
.admin-login-body {
    background:
        radial-gradient(circle at 15% 20%, rgba(37, 99, 235, .18), transparent 28%),
        radial-gradient(circle at 85% 80%, rgba(14, 165, 233, .12), transparent 30%),
        #0f172a;
}

.admin-login-card {
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 14px;
    box-shadow: 0 28px 80px rgba(2, 6, 23, .38);
    padding: 2rem;
}

.admin-login-card input {
    min-height: 44px;
    border-color: #cbd5e1;
    border-radius: 7px;
}

.admin-login-card input:focus {
    border-color: #2563eb;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
}

.admin-login-card button {
    min-height: 44px;
    border-radius: 7px;
    background: #2563eb !important;
}

.admin-body {
    --admin-sidebar-width: 252px;
    --admin-topbar-height: 68px;
    --admin-navy: #0f172a;
    --admin-navy-soft: #172033;
    --admin-blue: #2563eb;
    --admin-blue-soft: #eff6ff;
    --admin-border: #dbe3ee;
    --admin-muted: #64748b;
    min-height: 100vh;
    background: #f4f7fb !important;
    color: #172033;
}

.admin-body::before {
    display: none !important;
}

.admin-topbar {
    position: fixed;
    z-index: 90;
    top: 0;
    right: 0;
    left: 0;
    display: grid;
    height: var(--admin-topbar-height);
    grid-template-columns: var(--admin-sidebar-width) minmax(0, 1fr);
    align-items: center;
    border-bottom: 1px solid #22304a;
    background: var(--admin-navy);
    color: #fff;
    box-shadow: 0 4px 18px rgba(15, 23, 42, .12);
}

.admin-topbar-brand {
    display: flex;
    height: 100%;
    align-items: center;
    gap: .7rem;
    border-right: 1px solid rgba(255,255,255,.1);
    padding: 0 1.2rem;
    font-size: .84rem;
    font-weight: 800;
}

.admin-topbar-brand img {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    object-fit: cover;
}

.admin-topbar-actions {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    padding: 0 1.5rem;
}

.admin-topbar-actions > a {
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 7px;
    padding: .5rem .75rem;
    color: #dbeafe;
    font-size: .72rem;
    font-weight: 700;
}

.admin-user-chip {
    display: grid;
    line-height: 1.15;
    text-align: right;
}

.admin-user-chip b {
    overflow: hidden;
    max-width: 220px;
    font-size: .76rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-user-chip small {
    margin-top: .2rem;
    color: #94a3b8;
    font-size: .64rem;
    text-transform: capitalize;
}

.admin-sidebar {
    position: fixed;
    z-index: 80;
    top: var(--admin-topbar-height);
    bottom: 0;
    left: 0;
    display: flex;
    width: var(--admin-sidebar-width);
    flex-direction: column;
    border-right: 1px solid var(--admin-border);
    background: #fff;
    box-shadow: 5px 0 20px rgba(15, 23, 42, .035);
}

.admin-sidebar-heading {
    display: grid;
    gap: .25rem;
    padding: 1.35rem 1.2rem 1rem;
}

.admin-sidebar-heading span {
    color: var(--admin-navy);
    font-size: .8rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.admin-sidebar-heading small {
    color: #94a3b8;
    font-size: .68rem;
}

.admin-sidebar-nav {
    display: grid;
    gap: .2rem;
    padding: .35rem .75rem;
}

.admin-sidebar-nav a {
    display: flex;
    align-items: center;
    gap: .75rem;
    border-radius: 8px;
    padding: .68rem .75rem;
    color: #475569;
    font-size: .76rem;
    font-weight: 700;
    transition: background-color .15s ease, color .15s ease;
}

.admin-sidebar-nav a svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: currentColor;
}

.admin-sidebar-nav a:hover {
    background: #f1f5f9;
    color: var(--admin-navy);
}

.admin-sidebar-nav a.is-active {
    background: var(--admin-blue-soft);
    color: var(--admin-blue);
    box-shadow: inset 3px 0 0 var(--admin-blue);
}

.admin-sidebar-footer {
    margin-top: auto;
    border-top: 1px solid var(--admin-border);
    padding: 1rem;
}

.admin-sidebar-footer a {
    display: block;
    border-radius: 7px;
    background: #f8fafc;
    padding: .65rem .75rem;
    color: #475569;
    font-size: .73rem;
    font-weight: 700;
    text-align: center;
}

.admin-menu-button,
.admin-shell-overlay {
    display: none;
}

.admin-body > .mx-auto,
.admin-body > form.mx-auto {
    width: auto;
    max-width: none;
    margin: 0 0 0 var(--admin-sidebar-width);
    padding: calc(var(--admin-topbar-height) + 2rem) clamp(1rem, 3vw, 2.5rem) 3rem;
}

.admin-body > .mx-auto > .mb-6.flex,
.admin-body > form.mx-auto > .mb-6.flex {
    min-height: auto;
    margin-bottom: 1.5rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0 0 1.1rem;
    border-bottom: 1px solid var(--admin-border);
}

.admin-body h1 {
    display: block;
    color: var(--admin-navy);
    font-size: clamp(1.55rem, 2vw, 2rem);
    letter-spacing: -.025em;
}

.admin-body h1::before {
    display: none;
}

.admin-body h2,
.admin-body h3 {
    color: var(--admin-navy);
}

.admin-body form.rounded-lg,
.admin-body form.rounded-xl,
.admin-body section.rounded-lg,
.admin-body article.rounded-lg,
.admin-body article.rounded-xl,
.admin-body div.rounded-lg.bg-white,
.admin-body a.rounded-lg.bg-white {
    border: 1px solid var(--admin-border);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(15, 23, 42, .035);
}

.admin-body input:not([type="checkbox"]):not([type="radio"]),
.admin-body textarea,
.admin-body select {
    border: 1px solid #cbd5e1;
    border-radius: 7px;
    background: #fff;
    color: #172033;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, .025);
}

.admin-body input:not([type="checkbox"]):not([type="radio"]):focus,
.admin-body textarea:focus,
.admin-body select:focus {
    border-color: var(--admin-blue);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
}

.admin-body button,
.admin-body a.rounded-md,
.admin-body a.rounded-lg {
    border-radius: 7px;
}

.admin-body .bg-blue-700,
.admin-body .bg-indigo-700,
.admin-body .bg-\[var\(--primary\)\] {
    background: var(--admin-blue) !important;
}

.admin-body .bg-slate-950 {
    background: var(--admin-navy) !important;
}

.admin-body table {
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--admin-border);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(15, 23, 42, .03);
}

.admin-body table thead {
    background: #f1f5f9;
}

.admin-body table th {
    border-bottom: 1px solid var(--admin-border);
    color: #475569;
    font-size: .68rem;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.admin-body table td {
    border-bottom-color: #edf1f5;
    vertical-align: middle;
}

.admin-body table tbody tr:hover {
    background: #f8fbff;
}

.admin-body .bg-red-50,
.admin-body .bg-emerald-50,
.admin-body .bg-blue-50,
.admin-body .bg-amber-50 {
    border: 1px solid currentColor;
    border-color: color-mix(in srgb, currentColor 18%, transparent);
}

.admin-dashboard-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    gap: 1rem;
}

.admin-stat-card {
    position: relative;
    display: grid;
    overflow: hidden;
    min-height: 134px;
    align-content: center;
    border: 1px solid var(--admin-border);
    border-radius: 10px;
    background: #fff;
    padding: 1.15rem 1.25rem;
    box-shadow: 0 5px 18px rgba(15, 23, 42, .035);
}

.admin-stat-card::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--stat-color, var(--admin-blue));
    content: "";
}

.admin-stat-card[data-tone="blue"] { --stat-color: #2563eb; }
.admin-stat-card[data-tone="amber"] { --stat-color: #d97706; }
.admin-stat-card[data-tone="violet"] { --stat-color: #7c3aed; }
.admin-stat-card[data-tone="emerald"] { --stat-color: #059669; }
.admin-stat-card[data-tone="cyan"] { --stat-color: #0891b2; }

.admin-stat-card > span {
    color: var(--admin-muted);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.admin-stat-card strong {
    margin-top: .15rem;
    color: var(--admin-navy);
    font-size: 2rem;
    line-height: 1.1;
}

.admin-stat-card small {
    margin-top: .45rem;
    color: #94a3b8;
    font-size: .67rem;
}

.admin-stat-card:hover {
    border-color: color-mix(in srgb, var(--stat-color) 35%, var(--admin-border));
    transform: translateY(-1px);
}

.admin-dashboard-row {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .7fr);
    gap: 1rem;
}

.admin-recent-content,
.admin-quick-panel {
    border: 1px solid var(--admin-border);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(15, 23, 42, .035);
}

.admin-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid var(--admin-border);
    padding: 1rem 1.15rem;
}

.admin-section-heading span {
    color: var(--admin-blue);
    font-size: .63rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.admin-section-heading h2 {
    margin-top: .15rem;
    font-size: 1rem;
    font-weight: 900;
}

.admin-section-heading > a {
    color: var(--admin-blue);
    font-size: .69rem;
    font-weight: 700;
}

.admin-recent-list {
    display: grid;
}

.admin-recent-list > a {
    display: grid;
    grid-template-columns: 9px minmax(0, 1fr) auto;
    align-items: center;
    gap: .75rem;
    border-bottom: 1px solid #edf1f5;
    padding: .8rem 1.15rem;
}

.admin-recent-list > a:last-child {
    border-bottom: 0;
}

.admin-recent-list > a:hover {
    background: #f8fbff;
}

.admin-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d97706;
}

.admin-status-dot.is-published {
    background: #059669;
}

.admin-status-dot.is-scheduled {
    background: #0891b2;
}

.admin-article-status {
    display: inline-flex;
    border-radius: 999px;
    background: #f1f5f9;
    padding: .32rem .55rem;
    color: #64748b;
    font-size: .62rem;
    font-weight: 800;
    text-transform: capitalize;
}

.admin-article-status.is-published {
    background: #d1fae5;
    color: #047857;
}

.admin-article-status.is-scheduled {
    background: #cffafe;
    color: #0e7490;
}

.admin-article-status.is-archived {
    background: #e2e8f0;
    color: #475569;
}

.admin-recent-list strong {
    display: block;
    overflow: hidden;
    color: #1e293b;
    font-size: .75rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-recent-list small {
    display: block;
    margin-top: .2rem;
    color: #94a3b8;
    font-size: .64rem;
}

.admin-recent-list em {
    border-radius: 999px;
    background: #f1f5f9;
    padding: .3rem .5rem;
    color: #64748b;
    font-size: .6rem;
    font-style: normal;
    font-weight: 800;
}

.admin-quick-actions {
    display: grid;
    gap: .55rem;
    padding: 1rem;
}

.admin-quick-actions a {
    display: flex;
    align-items: center;
    gap: .7rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: .65rem .75rem;
    color: #334155;
    font-size: .72rem;
    font-weight: 700;
}

.admin-quick-actions a:hover {
    border-color: #bfdbfe;
    background: var(--admin-blue-soft);
    color: var(--admin-blue);
}

.admin-quick-actions b {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 7px;
    background: #eff6ff;
    color: var(--admin-blue);
    font-size: .82rem;
}

.admin-empty-state {
    padding: 1.25rem;
    color: #94a3b8;
    font-size: .75rem;
}

.admin-management-cards > a {
    min-height: 170px;
    border-color: var(--admin-border) !important;
}

.admin-management-cards > a:hover {
    border-color: #bfdbfe !important;
    background: #fbfdff;
}

.admin-section-nav {
    position: sticky;
    z-index: 20;
    top: calc(var(--admin-topbar-height) + .75rem);
    display: flex;
    gap: .35rem;
    width: fit-content;
    margin: 0 0 1rem;
    border: 1px solid var(--admin-border);
    border-radius: 9px;
    background: rgba(255,255,255,.94);
    padding: .35rem;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
    backdrop-filter: blur(10px);
}

.admin-section-nav a {
    border-radius: 6px;
    padding: .48rem .7rem;
    color: #64748b;
    font-size: .68rem;
    font-weight: 700;
}

.admin-section-nav a:hover {
    background: var(--admin-blue-soft);
    color: var(--admin-blue);
}

.admin-article-filters {
    padding: 1rem !important;
}

.admin-filter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .85rem;
}

.admin-filter-heading > div {
    display: flex;
    align-items: baseline;
    gap: .65rem;
}

.admin-filter-heading strong {
    color: var(--admin-navy);
    font-size: .82rem;
}

.admin-filter-heading span,
.admin-filter-heading a {
    color: #64748b;
    font-size: .66rem;
}

.admin-filter-heading a {
    color: var(--admin-blue);
    font-weight: 700;
}

.admin-filter-grid {
    display: grid;
    grid-template-columns: minmax(180px, 1.5fr) repeat(3, minmax(120px, .8fr)) repeat(2, minmax(125px, .7fr)) auto;
    align-items: end;
    gap: .7rem;
}

.admin-filter-grid label {
    display: grid;
    gap: .32rem;
    color: #64748b;
    font-size: .64rem;
    font-weight: 800;
}

.admin-filter-grid input,
.admin-filter-grid select {
    width: 100%;
    min-height: 38px;
    padding: .5rem .65rem;
    font-size: .7rem;
}

.admin-filter-grid button {
    min-height: 38px;
    border: 0;
    background: var(--admin-blue);
    padding: .55rem .9rem;
    color: #fff;
    font-size: .7rem;
    font-weight: 800;
}

.admin-seo-check {
    margin: -.1rem -.1rem 1.25rem;
    overflow: hidden;
    border: 1px solid var(--admin-border);
    border-radius: 9px;
    background: #f8fafc;
}

.admin-seo-check-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid var(--admin-border);
    background: #fff;
    padding: .8rem .9rem;
}

.admin-seo-check-heading > div {
    display: grid;
}

.admin-seo-check-heading span {
    color: var(--admin-blue);
    font-size: .58rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.admin-seo-check-heading strong {
    margin-top: .08rem;
    color: var(--admin-navy);
    font-size: .82rem;
}

.admin-seo-check-heading > b {
    display: grid;
    min-width: 44px;
    height: 30px;
    place-items: center;
    border-radius: 999px;
    background: #fee2e2;
    color: #b91c1c;
    font-size: .68rem;
}

.admin-seo-check-heading > b[data-level="medium"] {
    background: #fef3c7;
    color: #b45309;
}

.admin-seo-check-heading > b[data-level="good"] {
    background: #d1fae5;
    color: #047857;
}

.admin-seo-check ul {
    display: grid;
    padding: .45rem .8rem .6rem;
}

.admin-seo-check li {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .5rem;
    border-bottom: 1px solid #e8edf3;
    padding: .48rem 0 .48rem 1.15rem;
    color: #475569;
    font-size: .65rem;
    font-weight: 700;
}

.admin-seo-check li:last-child {
    border-bottom: 0;
}

.admin-seo-check li::before {
    position: absolute;
    top: .67rem;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f59e0b;
    content: "";
}

.admin-seo-check li.is-complete::before {
    background: #10b981;
}

.admin-seo-check li small {
    color: #94a3b8;
    font-size: .58rem;
    font-weight: 600;
    text-align: right;
}

.admin-revision-panel {
    margin: 0 -.1rem 1.25rem;
    overflow: hidden;
    border: 1px solid var(--admin-border);
    border-radius: 9px;
    background: #fff;
}

.admin-revision-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid var(--admin-border);
    padding: .8rem .9rem;
}

.admin-revision-heading > div {
    display: grid;
}

.admin-revision-heading span {
    color: #7c3aed;
    font-size: .58rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.admin-revision-heading strong {
    margin-top: .08rem;
    color: var(--admin-navy);
    font-size: .82rem;
}

.admin-revision-heading > b {
    display: grid;
    min-width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: #f3e8ff;
    color: #7c3aed;
    font-size: .65rem;
}

.admin-revision-list {
    display: grid;
    padding: .35rem .8rem;
}

.admin-revision-list > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .65rem;
    border-bottom: 1px solid #edf1f5;
    padding: .55rem 0;
}

.admin-revision-list > div:last-child {
    border-bottom: 0;
}

.admin-revision-list span {
    display: grid;
    min-width: 0;
}

.admin-revision-list strong {
    color: #334155;
    font-size: .63rem;
}

.admin-revision-list small {
    overflow: hidden;
    margin-top: .15rem;
    color: #94a3b8;
    font-size: .56rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-revision-list button {
    flex: 0 0 auto;
    border: 1px solid #ddd6fe;
    background: #faf5ff;
    padding: .4rem .55rem;
    color: #6d28d9;
    font-size: .58rem;
    font-weight: 800;
}

.admin-revision-list button:hover {
    border-color: #c4b5fd;
    background: #f3e8ff;
}

.admin-revision-panel > p {
    padding: .9rem;
    color: #94a3b8;
    font-size: .62rem;
}

.admin-media-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .8rem;
    margin-bottom: 1rem;
}

.admin-media-stats > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--admin-border);
    border-radius: 9px;
    background: #fff;
    padding: .9rem 1rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .03);
}

.admin-media-stats span {
    color: #64748b;
    font-size: .68rem;
    font-weight: 700;
}

.admin-media-stats strong {
    color: var(--admin-navy);
    font-size: 1.35rem;
}

.admin-media-filters {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 180px auto auto;
    align-items: end;
    gap: .75rem;
}

.admin-media-filters label {
    display: grid;
    gap: .3rem;
}

.admin-media-filters label > span {
    color: #64748b;
    font-size: .65rem;
    font-weight: 800;
}

.admin-media-filters input,
.admin-media-filters select {
    min-height: 40px;
    padding: .55rem .7rem;
    font-size: .72rem;
}

.admin-media-filters button,
.admin-media-filters > a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    padding: .55rem .9rem;
    font-size: .7rem;
    font-weight: 800;
}

.admin-media-filters button {
    border: 0;
    background: var(--admin-blue);
    color: #fff;
}

.admin-media-filters > a {
    border: 1px solid var(--admin-border);
    background: #fff;
    color: #64748b;
}

.admin-media-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.admin-media-card {
    overflow: hidden;
    border: 1px solid var(--admin-border);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(15, 23, 42, .035);
    transition: border-color .15s ease, transform .15s ease;
}

.admin-media-card:hover {
    border-color: #bfdbfe;
    transform: translateY(-2px);
}

.admin-media-preview {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #e2e8f0;
}

.admin-media-preview img,
.admin-media-preview video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.admin-media-video-fallback {
    display: grid;
    height: 100%;
    place-items: center;
    background: #172033;
    color: #cbd5e1;
    font-size: .7rem;
    font-weight: 800;
}

.admin-media-type {
    position: absolute;
    top: .55rem;
    left: .55rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, .84);
    padding: .3rem .5rem;
    color: #fff;
    font-size: .55rem;
    font-weight: 800;
    text-transform: uppercase;
}

.admin-media-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: rgba(37, 99, 235, .92);
    color: #fff;
    font-size: .75rem;
    transform: translate(-50%, -50%);
}

.admin-media-copy {
    padding: .85rem;
}

.admin-media-copy h2 {
    display: -webkit-box;
    overflow: hidden;
    min-height: 2.5em;
    font-size: .75rem;
    font-weight: 800;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.admin-media-copy > p {
    overflow: hidden;
    margin-top: .45rem;
    color: #94a3b8;
    font-size: .58rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-media-copy > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    margin-top: .65rem;
    color: #64748b;
    font-size: .58rem;
}

.admin-media-copy > div a {
    color: var(--admin-blue);
    font-weight: 800;
}

.admin-media-copy > button {
    width: 100%;
    margin-top: .7rem;
    border: 1px solid #bfdbfe;
    background: var(--admin-blue-soft);
    padding: .5rem;
    color: var(--admin-blue);
    font-size: .62rem;
    font-weight: 800;
}

.admin-media-copy > button.is-success {
    border-color: #a7f3d0;
    background: #ecfdf5;
    color: #047857;
}

.admin-analytics-panel {
    overflow: hidden;
    border: 1px solid var(--admin-border);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(15, 23, 42, .035);
}

.admin-analytics-panel > .admin-section-heading > strong {
    color: var(--admin-navy);
    font-size: .78rem;
}

.admin-analytics-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(220px, .7fr) minmax(250px, .8fr);
    gap: 0;
}

.admin-views-chart {
    display: flex;
    height: 260px;
    align-items: flex-end;
    gap: clamp(.3rem, 1vw, .7rem);
    border-right: 1px solid var(--admin-border);
    padding: 1.35rem 1.25rem 1rem;
}

.admin-views-chart > div {
    display: grid;
    height: 100%;
    min-width: 0;
    flex: 1;
    grid-template-rows: minmax(0, 1fr) auto;
    align-items: end;
    gap: .45rem;
}

.admin-views-chart > div > span {
    display: block;
    width: 100%;
    min-height: 4px;
    border-radius: 5px 5px 2px 2px;
    background: linear-gradient(180deg, #3b82f6, #2563eb);
    box-shadow: 0 3px 8px rgba(37, 99, 235, .16);
    transition: filter .15s ease;
}

.admin-views-chart > div:hover > span {
    filter: brightness(.88);
}

.admin-views-chart small {
    color: #94a3b8;
    font-size: .55rem;
    text-align: center;
}

.admin-category-performance,
.admin-top-content {
    padding: 1.1rem;
}

.admin-category-performance {
    border-right: 1px solid var(--admin-border);
}

.admin-category-performance h3,
.admin-top-content h3 {
    margin-bottom: .8rem;
    color: var(--admin-navy);
    font-size: .75rem;
    font-weight: 900;
}

.admin-category-performance > div {
    margin-bottom: .72rem;
}

.admin-category-performance > div > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.admin-category-performance b {
    overflow: hidden;
    color: #475569;
    font-size: .61rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-category-performance small {
    color: #94a3b8;
    font-size: .57rem;
}

.admin-category-performance i {
    display: block;
    overflow: hidden;
    height: 6px;
    margin-top: .3rem;
    border-radius: 999px;
    background: #edf2f7;
}

.admin-category-performance em {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #8b5cf6, #6366f1);
}

.admin-category-performance > p,
.admin-top-content > p {
    color: #94a3b8;
    font-size: .65rem;
}

.admin-top-content > a {
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    align-items: center;
    gap: .6rem;
    border-bottom: 1px solid #edf1f5;
    padding: .55rem 0;
}

.admin-top-content > a:last-child {
    border-bottom: 0;
}

.admin-top-content > a > b {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 7px;
    background: var(--admin-blue-soft);
    color: var(--admin-blue);
    font-size: .62rem;
}

.admin-top-content > a span {
    min-width: 0;
}

.admin-top-content > a strong {
    display: block;
    overflow: hidden;
    color: #334155;
    font-size: .62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-top-content > a small {
    display: block;
    margin-top: .15rem;
    color: #94a3b8;
    font-size: .55rem;
}

#panel-ozet,
#site-ayarlari,
#facebook-ayarlari {
    scroll-margin-top: calc(var(--admin-topbar-height) + 4.5rem);
}

@media (max-width: 1023px) {
    .admin-body {
        --admin-sidebar-width: 260px;
    }

    .admin-topbar {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .admin-menu-button {
        display: grid;
        width: 42px;
        height: 42px;
        place-content: center;
        gap: 4px;
        border: 0;
        background: transparent;
    }

    .admin-menu-button span {
        width: 19px;
        height: 2px;
        border-radius: 2px;
        background: #fff;
    }

    .admin-topbar-brand {
        position: absolute;
        left: 58px;
        border: 0;
        padding-left: .5rem;
    }

    .admin-topbar-actions {
        grid-column: 2;
        padding-right: 1rem;
    }

    .admin-topbar-actions > a {
        display: none;
    }

    .admin-sidebar {
        transform: translateX(-105%);
        transition: transform .2s ease;
    }

    .admin-shell-overlay {
        position: fixed;
        z-index: 70;
        inset: var(--admin-topbar-height) 0 0;
        background: rgba(15, 23, 42, .45);
    }

    .admin-menu-open .admin-sidebar {
        transform: translateX(0);
    }

    .admin-menu-open .admin-shell-overlay {
        display: block;
    }

    .admin-body > .mx-auto,
    .admin-body > form.mx-auto {
        margin-left: 0;
        padding-top: calc(var(--admin-topbar-height) + 1.5rem);
    }

    .admin-dashboard-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-dashboard-row {
        grid-template-columns: 1fr;
    }

    .admin-filter-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .admin-media-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .admin-analytics-layout {
        grid-template-columns: 1fr 1fr;
    }

    .admin-views-chart {
        grid-column: 1 / -1;
        border-right: 0;
        border-bottom: 1px solid var(--admin-border);
    }
}

@media (max-width: 639px) {
    .admin-topbar-brand span,
    .admin-user-chip small {
        display: none;
    }

    .admin-user-chip b {
        max-width: 135px;
    }

    .admin-body > .mx-auto,
    .admin-body > form.mx-auto {
        padding-right: .85rem;
        padding-left: .85rem;
    }

    .admin-body > .mx-auto > .mb-6.flex,
    .admin-body > form.mx-auto > .mb-6.flex {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-body table {
        border-radius: 8px;
    }

    .admin-dashboard-stats {
        grid-template-columns: 1fr 1fr;
        gap: .65rem;
    }

    .admin-stat-card {
        min-height: 116px;
        padding: .9rem;
    }

    .admin-stat-card strong {
        font-size: 1.6rem;
    }

    .admin-stat-card small {
        display: none;
    }

    .admin-recent-list > a {
        grid-template-columns: 8px minmax(0, 1fr);
    }

    .admin-recent-list em {
        display: none;
    }

    .admin-section-nav {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    .admin-filter-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-filter-heading > div {
        align-items: flex-start;
        flex-direction: column;
        gap: .2rem;
    }

    .admin-filter-grid {
        grid-template-columns: 1fr 1fr;
    }

    .admin-filter-grid label:first-child,
    .admin-filter-grid button {
        grid-column: 1 / -1;
    }

    .admin-media-stats {
        grid-template-columns: 1fr 1fr;
    }

    .admin-media-filters {
        grid-template-columns: 1fr 1fr;
    }

    .admin-media-filters label:first-child {
        grid-column: 1 / -1;
    }

    .admin-media-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .7rem;
    }

    .admin-analytics-layout {
        grid-template-columns: 1fr;
    }

    .admin-views-chart {
        height: 210px;
    }

    .admin-category-performance {
        border-right: 0;
        border-bottom: 1px solid var(--admin-border);
    }
}

@media (max-width: 420px) {
    .admin-media-grid {
        grid-template-columns: 1fr;
    }
}

.admin-audit-filters {
    display: grid;
    grid-template-columns: minmax(220px, 1.8fr) repeat(4, minmax(130px, 1fr)) auto auto;
    align-items: end;
    gap: .75rem;
    margin: 1rem 0;
    padding: 1rem;
    border: 1px solid var(--admin-border);
    border-radius: 12px;
    background: #fff;
}

.admin-audit-filters label { display: grid; gap: .35rem; }
.admin-audit-filters label span { color: #64748b; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.admin-audit-filters input, .admin-audit-filters select { min-width: 0; height: 42px; padding: 0 .7rem; border: 1px solid #cbd5e1; border-radius: 8px; background: #fff; font-size: .85rem; }
.admin-audit-filters button, .admin-audit-filters > a { display: inline-flex; align-items: center; justify-content: center; height: 42px; padding: 0 1rem; border-radius: 8px; font-size: .82rem; font-weight: 800; }
.admin-audit-filters button { color: #fff; background: #1d4ed8; }
.admin-audit-filters > a { color: #475569; border: 1px solid #cbd5e1; background: #fff; }
.admin-audit-panel { overflow: hidden; border: 1px solid var(--admin-border); border-radius: 12px; background: #fff; }
.admin-audit-entry { display: grid; grid-template-columns: 10px minmax(0, 1fr) auto 125px; align-items: center; gap: 1rem; padding: 1rem 1.15rem; border-bottom: 1px solid #e2e8f0; }
.admin-audit-entry:last-child { border-bottom: 0; }
.admin-audit-dot { width: 9px; height: 9px; border-radius: 50%; background: #3b82f6; box-shadow: 0 0 0 4px #dbeafe; }
.admin-audit-dot.is-delete, .admin-audit-dot.is-reject { background: #dc2626; box-shadow: 0 0 0 4px #fee2e2; }
.admin-audit-dot.is-create, .admin-audit-dot.is-approve, .admin-audit-dot.is-restore { background: #16a34a; box-shadow: 0 0 0 4px #dcfce7; }
.admin-audit-main div { display: flex; align-items: center; gap: .5rem; }
.admin-audit-main div span, .admin-audit-action { padding: .18rem .48rem; border-radius: 999px; color: #475569; background: #f1f5f9; font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.admin-audit-main p { margin: .18rem 0; color: #1e293b; font-size: .86rem; }
.admin-audit-main small, .admin-audit-entry time { color: #64748b; font-size: .73rem; }
.admin-audit-entry time { text-align: right; white-space: nowrap; }

.admin-notification-bell {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    border: 1px solid #dbe3ef;
    border-radius: 10px;
    background: #fff;
}
.admin-notification-bell svg { width: 19px; height: 19px; fill: #334155; }
.admin-notification-bell span { position: absolute; top: -5px; right: -5px; display: grid; min-width: 19px; height: 19px; padding: 0 5px; place-items: center; border: 2px solid #fff; border-radius: 999px; color: #fff; background: #dc2626; font-size: 10px; font-weight: 900; }
.admin-notification-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.25rem; }
.admin-notification-heading h1 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.2rem); font-weight: 900; }
.admin-notification-heading p { margin: .25rem 0 0; color: #64748b; }
.admin-notification-heading button { padding: .7rem 1rem; border-radius: 8px; color: #fff; background: #1d4ed8; font-size: .8rem; font-weight: 800; }
.admin-notification-list { overflow: hidden; border: 1px solid var(--admin-border); border-radius: 14px; background: #fff; }
.admin-notification-item { position: relative; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 1rem; padding: 1.1rem 1.25rem; border-bottom: 1px solid #e2e8f0; transition: background .18s ease; }
.admin-notification-item:last-child { border-bottom: 0; }
.admin-notification-item:hover { background: #f8fafc; }
.admin-notification-item.is-unread { background: #eff6ff; }
.admin-notification-item.is-unread::before { position: absolute; top: 0; bottom: 0; left: 0; width: 3px; content: ""; background: #2563eb; }
.admin-notification-icon { width: 42px; height: 42px; border-radius: 11px; background: #dbeafe; }
.admin-notification-icon.is-comment { background: #fef3c7; }
.admin-notification-icon.is-message { background: #dcfce7; }
.admin-notification-icon.is-schedule { background: #e0e7ff; }
.admin-notification-icon.is-warning { background: #fee2e2; }
.admin-notification-icon.is-review { background: #f3e8ff; }
.admin-notification-copy { display: grid; gap: .25rem; min-width: 0; }
.admin-notification-copy strong { color: #0f172a; font-size: .92rem; }
.admin-notification-copy small { overflow: hidden; color: #64748b; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.admin-notification-item time { color: #64748b; font-size: .72rem; white-space: nowrap; }
.admin-notification-empty { display: grid; gap: .35rem; padding: 3rem 1.5rem; text-align: center; }
.admin-notification-empty strong { font-size: 1.1rem; }
.admin-notification-empty span { color: #64748b; font-size: .85rem; }
.admin-review-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.25rem; }
.admin-review-heading h1 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.2rem); font-weight: 900; }
.admin-review-heading p { margin: .25rem 0 0; color: #64748b; }
.admin-review-heading > span { padding: .5rem .75rem; border-radius: 999px; color: #6b21a8; background: #f3e8ff; font-size: .75rem; font-weight: 900; white-space: nowrap; }
.admin-review-alert { margin-bottom: 1rem; padding: .8rem 1rem; border-radius: 9px; font-size: .85rem; font-weight: 800; }
.admin-review-alert.is-success { color: #166534; background: #dcfce7; }
.admin-review-alert.is-error { color: #991b1b; background: #fee2e2; }
.admin-review-list { display: grid; gap: .85rem; }
.admin-review-card { display: grid; grid-template-columns: 150px minmax(0, 1fr) 165px; gap: 1.1rem; padding: 1rem; border: 1px solid var(--admin-border); border-radius: 13px; background: #fff; }
.admin-review-card > img, .admin-review-placeholder { width: 150px; height: 112px; border-radius: 9px; object-fit: cover; background: linear-gradient(135deg, #e2e8f0, #f8fafc); }
.admin-review-copy { min-width: 0; }
.admin-review-copy > div { display: flex; align-items: center; gap: .6rem; color: #64748b; font-size: .7rem; }
.admin-review-copy > div span { color: #1d4ed8; font-weight: 900; text-transform: uppercase; }
.admin-review-copy h2 { margin: .35rem 0; font-size: 1.08rem; font-weight: 900; line-height: 1.3; }
.admin-review-copy p { display: -webkit-box; overflow: hidden; margin: 0 0 .45rem; color: #64748b; font-size: .8rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.admin-review-copy small { color: #475569; font-size: .72rem; font-weight: 700; }
.admin-review-actions { display: grid; align-content: center; gap: .45rem; }
.admin-review-actions a, .admin-review-actions button { width: 100%; padding: .6rem .7rem; border-radius: 7px; text-align: center; font-size: .73rem; font-weight: 850; }
.admin-review-actions a { color: #334155; border: 1px solid #cbd5e1; background: #fff; }
.admin-review-actions .is-approve { color: #fff; background: #15803d; }
.admin-review-actions .is-return { color: #9a3412; background: #ffedd5; }
.admin-article-status.is-review { color: #6b21a8; background: #f3e8ff; }
.admin-backup-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.25rem; }
.admin-backup-heading h1 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.2rem); font-weight: 900; }
.admin-backup-heading p { margin: .25rem 0 0; color: #64748b; }
.admin-backup-heading button { padding: .72rem 1rem; border-radius: 8px; color: #fff; background: #1d4ed8; font-size: .8rem; font-weight: 850; white-space: nowrap; }
.admin-backup-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-bottom: 1rem; }
.admin-backup-stats > div { display: grid; gap: .2rem; padding: 1rem; border: 1px solid var(--admin-border); border-radius: 11px; background: #fff; }
.admin-backup-stats span { color: #64748b; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.admin-backup-stats strong { font-size: 1.15rem; font-weight: 900; }
.admin-backup-note { margin-bottom: 1rem; padding: .85rem 1rem; border: 1px solid #bfdbfe; border-radius: 9px; color: #1e3a8a; background: #eff6ff; font-size: .78rem; line-height: 1.55; }
.admin-backup-list { overflow: hidden; border: 1px solid var(--admin-border); border-radius: 13px; background: #fff; }
.admin-backup-card { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 1rem; padding: 1rem 1.15rem; border-bottom: 1px solid #e2e8f0; }
.admin-backup-card:last-child { border-bottom: 0; }
.admin-backup-symbol { width: 42px; height: 42px; border-radius: 11px; background: linear-gradient(135deg, #dbeafe, #e0e7ff); }
.admin-backup-card > div:nth-child(2) { display: grid; gap: .18rem; min-width: 0; }
.admin-backup-card small { color: #64748b; font-size: .72rem; }
.admin-backup-card code { overflow: hidden; color: #475569; font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.admin-backup-actions { display: flex; align-items: center; gap: .4rem; }
.admin-backup-actions a, .admin-backup-actions button { padding: .5rem .7rem; border-radius: 7px; color: #334155; border: 1px solid #cbd5e1; background: #fff; font-size: .7rem; font-weight: 850; }
.admin-backup-actions .is-delete { color: #b91c1c; border-color: #fecaca; background: #fef2f2; }
.admin-backup-dialog { width: min(92vw, 470px); padding: 0; border: 0; border-radius: 14px; box-shadow: 0 24px 70px rgba(15, 23, 42, .3); }
.admin-backup-dialog::backdrop { background: rgba(15, 23, 42, .58); backdrop-filter: blur(2px); }
.admin-backup-dialog form { display: grid; gap: 1rem; padding: 1.4rem; }
.admin-backup-dialog h2 { margin: 0; font-size: 1.25rem; font-weight: 900; }
.admin-backup-dialog p { margin: 0; color: #64748b; font-size: .82rem; line-height: 1.55; }
.admin-backup-dialog label { display: grid; gap: .4rem; font-size: .78rem; }
.admin-backup-dialog input { height: 42px; padding: 0 .7rem; border: 1px solid #cbd5e1; border-radius: 8px; }
.admin-backup-dialog form > div { display: flex; justify-content: flex-end; gap: .5rem; }
.admin-backup-dialog button { padding: .65rem .85rem; border-radius: 7px; color: #334155; background: #f1f5f9; font-size: .75rem; font-weight: 850; }
.admin-backup-dialog .is-restore { color: #fff; background: #b91c1c; }
.admin-health-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.25rem; }
.admin-health-heading h1 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.2rem); font-weight: 900; }
.admin-health-heading p { margin: .25rem 0 0; color: #64748b; }
.admin-health-heading > a { padding: .68rem .9rem; border: 1px solid #cbd5e1; border-radius: 8px; color: #334155; background: #fff; font-size: .76rem; font-weight: 850; white-space: nowrap; }
.admin-health-overview { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: .8rem; margin-bottom: 1rem; }
.admin-health-overview > div { display: flex; align-items: baseline; gap: .3rem; min-height: 108px; padding: 1rem; border: 1px solid var(--admin-border); border-radius: 12px; background: #fff; }
.admin-health-overview > div:not(.admin-health-score) { flex-direction: column; justify-content: center; }
.admin-health-overview span { color: #64748b; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.admin-health-overview strong { font-size: 1.65rem; font-weight: 950; }
.admin-health-score { flex-wrap: wrap; align-content: center; color: #166534; background: linear-gradient(135deg, #f0fdf4, #dcfce7) !important; }
.admin-health-score span { flex-basis: 100%; color: currentColor; }
.admin-health-score strong { font-size: 2.35rem; }
.admin-health-score.is-warning { color: #92400e; background: linear-gradient(135deg, #fffbeb, #fef3c7) !important; }
.admin-health-score.is-danger { color: #991b1b; background: linear-gradient(135deg, #fef2f2, #fee2e2) !important; }
.admin-health-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }
.admin-health-group { overflow: hidden; align-self: start; border: 1px solid var(--admin-border); border-radius: 12px; background: #fff; }
.admin-health-group h2 { margin: 0; padding: .85rem 1rem; border-bottom: 1px solid #e2e8f0; background: #f8fafc; font-size: .9rem; font-weight: 900; }
.admin-health-check { display: grid; grid-template-columns: 10px minmax(0, 1fr) auto; align-items: center; gap: .8rem; padding: .85rem 1rem; border-bottom: 1px solid #f1f5f9; }
.admin-health-check:last-child { border-bottom: 0; }
.admin-health-status { width: 9px; height: 9px; border-radius: 50%; background: #3b82f6; box-shadow: 0 0 0 4px #dbeafe; }
.admin-health-status.is-ok { background: #16a34a; box-shadow: 0 0 0 4px #dcfce7; }
.admin-health-status.is-warning { background: #d97706; box-shadow: 0 0 0 4px #fef3c7; }
.admin-health-status.is-error { background: #dc2626; box-shadow: 0 0 0 4px #fee2e2; }
.admin-health-check > div { display: grid; gap: .18rem; min-width: 0; }
.admin-health-check strong { font-size: .82rem; }
.admin-health-check small { overflow: hidden; color: #64748b; font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }
.admin-health-check > b { padding: .22rem .48rem; border-radius: 999px; color: #1d4ed8; background: #dbeafe; font-size: .62rem; text-transform: uppercase; }
.admin-health-check > b.is-ok { color: #166534; background: #dcfce7; }
.admin-health-check > b.is-warning { color: #92400e; background: #fef3c7; }
.admin-health-check > b.is-error { color: #991b1b; background: #fee2e2; }
.admin-security-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.25rem; }
.admin-security-heading h1 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.2rem); font-weight: 900; }
.admin-security-heading p { margin: .25rem 0 0; color: #64748b; }
.admin-security-heading > span { padding: .48rem .7rem; border-radius: 999px; color: #92400e; background: #fef3c7; font-size: .68rem; font-weight: 850; white-space: nowrap; }
.admin-security-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; margin-bottom: 1rem; }
.admin-security-stats > div { display: grid; gap: .2rem; padding: 1rem; border: 1px solid var(--admin-border); border-radius: 11px; background: #fff; }
.admin-security-stats span { color: #64748b; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.admin-security-stats strong { font-size: 1.6rem; font-weight: 950; }
.admin-security-filters { display: grid; grid-template-columns: minmax(240px, 1fr) 220px auto auto; align-items: end; gap: .7rem; margin-bottom: 1rem; padding: 1rem; border: 1px solid var(--admin-border); border-radius: 11px; background: #fff; }
.admin-security-filters label { display: grid; gap: .35rem; }
.admin-security-filters label span { color: #64748b; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.admin-security-filters input, .admin-security-filters select { height: 42px; padding: 0 .7rem; border: 1px solid #cbd5e1; border-radius: 8px; background: #fff; font-size: .8rem; }
.admin-security-filters button, .admin-security-filters > a { display: grid; height: 42px; padding: 0 .9rem; place-items: center; border-radius: 8px; font-size: .75rem; font-weight: 850; }
.admin-security-filters button { color: #fff; background: #1d4ed8; }
.admin-security-filters > a { color: #475569; border: 1px solid #cbd5e1; }
.admin-security-layout { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(280px, .7fr); gap: .85rem; align-items: start; }
.admin-security-events, .admin-security-users { overflow: hidden; border: 1px solid var(--admin-border); border-radius: 12px; background: #fff; }
.admin-security-events > h2, .admin-security-users > h2 { margin: 0; padding: .85rem 1rem; border-bottom: 1px solid #e2e8f0; background: #f8fafc; font-size: .9rem; font-weight: 900; }
.admin-security-events article { display: grid; grid-template-columns: 10px minmax(0, 1fr) auto 112px; align-items: center; gap: .8rem; padding: .85rem 1rem; border-bottom: 1px solid #f1f5f9; }
.admin-security-events article:last-child { border-bottom: 0; }
.admin-security-event-dot { width: 9px; height: 9px; border-radius: 50%; background: #3b82f6; box-shadow: 0 0 0 4px #dbeafe; }
.admin-security-event-dot.is-login_failed, .admin-security-event-dot.is-login_blocked { background: #dc2626; box-shadow: 0 0 0 4px #fee2e2; }
.admin-security-event-dot.is-login_success { background: #16a34a; box-shadow: 0 0 0 4px #dcfce7; }
.admin-security-events article > div { display: grid; gap: .15rem; min-width: 0; }
.admin-security-events article strong { font-size: .8rem; }
.admin-security-events article small { color: #64748b; font-size: .7rem; }
.admin-security-events article code { overflow: hidden; color: #94a3b8; font-size: .62rem; text-overflow: ellipsis; white-space: nowrap; }
.admin-security-events article > b { padding: .2rem .42rem; border-radius: 999px; color: #475569; background: #f1f5f9; font-size: .58rem; text-transform: uppercase; }
.admin-security-events article time { color: #64748b; font-size: .66rem; text-align: right; white-space: nowrap; }
.admin-security-users > div { display: flex; align-items: center; justify-content: space-between; gap: .7rem; padding: .8rem 1rem; border-bottom: 1px solid #f1f5f9; }
.admin-security-users > div:last-child { border-bottom: 0; }
.admin-security-users span { display: grid; min-width: 0; }
.admin-security-users strong { overflow: hidden; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.admin-security-users small { color: #64748b; font-size: .66rem; }
.admin-security-users b { padding: .2rem .42rem; border-radius: 999px; color: #166534; background: #dcfce7; font-size: .58rem; text-transform: uppercase; white-space: nowrap; }
.admin-security-users b.is-passive { color: #991b1b; background: #fee2e2; }
.admin-calendar-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.admin-calendar-heading h1 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.2rem); font-weight: 900; }
.admin-calendar-heading p { margin: .25rem 0 0; color: #64748b; }
.admin-calendar-heading > a { padding: .7rem .95rem; border-radius: 8px; color: #fff; background: #1d4ed8; font-size: .76rem; font-weight: 850; white-space: nowrap; }
.admin-calendar-toolbar { display: flex; align-items: center; gap: .5rem; margin-bottom: .8rem; padding: .7rem; border: 1px solid var(--admin-border); border-radius: 11px; background: #fff; }
.admin-calendar-toolbar > a { display: grid; min-width: 38px; height: 38px; padding: 0 .65rem; place-items: center; border: 1px solid #cbd5e1; border-radius: 8px; color: #334155; font-weight: 900; }
.admin-calendar-toolbar > strong { min-width: 160px; text-align: center; font-size: 1rem; }
.admin-calendar-toolbar form { margin-left: auto; }
.admin-calendar-toolbar select { height: 38px; padding: 0 .65rem; border: 1px solid #cbd5e1; border-radius: 8px; background: #fff; font-size: .75rem; font-weight: 750; }
.admin-calendar-toolbar .is-today { font-size: .72rem; }
.admin-calendar-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: .65rem; margin-bottom: .8rem; }
.admin-calendar-stats > div { display: flex; align-items: center; justify-content: space-between; gap: .5rem; padding: .7rem .85rem; border: 1px solid var(--admin-border); border-radius: 9px; background: #fff; }
.admin-calendar-stats span { color: #64748b; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.admin-calendar-stats strong { font-size: 1.2rem; font-weight: 950; }
.admin-calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--admin-border); border-radius: 12px; background: #fff; }
.admin-calendar-weekday { padding: .6rem; border-right: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; color: #64748b; background: #f8fafc; font-size: .65rem; font-weight: 900; text-align: center; text-transform: uppercase; }
.admin-calendar-day { min-width: 0; min-height: 126px; padding: .5rem; border-right: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; }
.admin-calendar-day.is-empty { background: #f8fafc; }
.admin-calendar-day > span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: #475569; font-size: .7rem; font-weight: 900; }
.admin-calendar-day.is-today > span { color: #fff; background: #dc2626; }
.admin-calendar-day > div { display: grid; gap: .25rem; margin-top: .3rem; }
.admin-calendar-day a { display: block; overflow: hidden; padding: .3rem .38rem; border-left: 3px solid #2563eb; border-radius: 4px; color: #1e3a8a; background: #eff6ff; font-size: .62rem; font-weight: 750; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.admin-calendar-day a time { margin-right: .3rem; font-weight: 950; }
.admin-calendar-day a.is-scheduled { color: #3730a3; border-color: #6366f1; background: #eef2ff; }
.admin-calendar-day a.is-review { color: #6b21a8; border-color: #a855f7; background: #faf5ff; }
.admin-calendar-day a.is-draft { color: #92400e; border-color: #f59e0b; background: #fffbeb; }
.admin-calendar-day a.is-archived { color: #475569; border-color: #94a3b8; background: #f8fafc; }
.admin-calendar-agenda { display: none; overflow: hidden; border: 1px solid var(--admin-border); border-radius: 11px; background: #fff; }
.admin-calendar-agenda > div { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: .7rem; padding: .8rem; border-bottom: 1px solid #e2e8f0; }
.admin-calendar-agenda > div:last-child { border-bottom: 0; }
.admin-calendar-agenda > div > time { color: #475569; font-size: .7rem; font-weight: 900; }
.admin-calendar-agenda > div > span { display: grid; gap: .35rem; }
.admin-calendar-agenda a { padding: .5rem .6rem; border-left: 3px solid #2563eb; border-radius: 5px; color: #1e293b; background: #f8fafc; font-size: .72rem; }
.admin-calendar-agenda a b { margin-right: .45rem; }
.admin-calendar-agenda a.is-scheduled { border-color: #6366f1; }
.admin-calendar-agenda a.is-review { border-color: #a855f7; }
.admin-calendar-agenda a.is-draft { border-color: #f59e0b; }
.admin-reports-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.admin-reports-heading h1 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.2rem); font-weight: 900; }
.admin-reports-heading p { margin: .25rem 0 0; color: #64748b; }
.admin-reports-heading > a { padding: .7rem .9rem; border-radius: 8px; color: #fff; background: #15803d; font-size: .75rem; font-weight: 850; white-space: nowrap; }
.admin-reports-filters { display: grid; grid-template-columns: repeat(4, minmax(130px, 1fr)) auto auto; align-items: end; gap: .7rem; margin-bottom: .8rem; padding: 1rem; border: 1px solid var(--admin-border); border-radius: 11px; background: #fff; }
.admin-reports-filters label { display: grid; gap: .35rem; }
.admin-reports-filters label span { color: #64748b; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.admin-reports-filters input, .admin-reports-filters select { min-width: 0; height: 42px; padding: 0 .65rem; border: 1px solid #cbd5e1; border-radius: 8px; background: #fff; font-size: .78rem; }
.admin-reports-filters button, .admin-reports-filters > a { display: grid; height: 42px; padding: 0 .85rem; place-items: center; border-radius: 8px; font-size: .72rem; font-weight: 850; }
.admin-reports-filters button { color: #fff; background: #1d4ed8; }
.admin-reports-filters > a { color: #475569; border: 1px solid #cbd5e1; }
.admin-reports-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; margin-bottom: .8rem; }
.admin-reports-stats > div { display: grid; gap: .2rem; padding: .9rem 1rem; border: 1px solid var(--admin-border); border-radius: 10px; background: #fff; }
.admin-reports-stats span { color: #64748b; font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.admin-reports-stats strong { font-size: 1.45rem; font-weight: 950; }
.admin-reports-dashboard { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(280px, .7fr); gap: .8rem; margin-bottom: .8rem; }
.admin-reports-chart, .admin-reports-categories, .admin-reports-table { overflow: hidden; border: 1px solid var(--admin-border); border-radius: 11px; background: #fff; }
.admin-reports-chart h2, .admin-reports-categories h2 { margin: 0; padding: .8rem 1rem; border-bottom: 1px solid #e2e8f0; background: #f8fafc; font-size: .85rem; font-weight: 900; }
.admin-reports-bars { display: flex; align-items: flex-end; gap: clamp(3px, .7vw, 9px); overflow-x: auto; height: 250px; padding: 1rem 1rem .7rem; }
.admin-reports-bars > div { display: grid; grid-template-rows: 1fr 20px; flex: 1 0 15px; align-items: end; height: 100%; text-align: center; }
.admin-reports-bars span { display: block; min-height: 4px; border-radius: 4px 4px 1px 1px; background: linear-gradient(180deg, #2563eb, #60a5fa); }
.admin-reports-bars small { color: #94a3b8; font-size: .52rem; transform: rotate(-35deg); }
.admin-reports-categories { padding-bottom: .6rem; }
.admin-reports-categories > div { display: grid; gap: .35rem; padding: .55rem 1rem; }
.admin-reports-categories > div > span { display: flex; justify-content: space-between; gap: .5rem; font-size: .7rem; }
.admin-reports-categories small { color: #64748b; }
.admin-reports-categories i { overflow: hidden; height: 6px; border-radius: 999px; background: #e2e8f0; }
.admin-reports-categories em { display: block; height: 100%; border-radius: inherit; background: #2563eb; }
.admin-reports-table > div:first-child { display: flex; align-items: center; justify-content: space-between; padding: .8rem 1rem; border-bottom: 1px solid #e2e8f0; background: #f8fafc; }
.admin-reports-table h2 { margin: 0; font-size: .85rem; font-weight: 900; }
.admin-reports-table > div:first-child span { color: #64748b; font-size: .68rem; }
.admin-reports-table table { width: 100%; border-collapse: collapse; font-size: .72rem; }
.admin-reports-table th, .admin-reports-table td { padding: .7rem .8rem; border-bottom: 1px solid #f1f5f9; text-align: left; }
.admin-reports-table th { color: #64748b; background: #fff; font-size: .62rem; text-transform: uppercase; }
.admin-reports-table td:nth-child(2) { max-width: 420px; font-weight: 750; }
.admin-reports-table tbody tr:last-child td { border-bottom: 0; }
.admin-audit-content-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.admin-audit-content-heading h1 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.2rem); font-weight: 900; }
.admin-audit-content-heading p { margin: .25rem 0 0; color: #64748b; }
.admin-audit-content-heading > a { padding: .68rem .9rem; border: 1px solid #cbd5e1; border-radius: 8px; color: #334155; background: #fff; font-size: .74rem; font-weight: 850; white-space: nowrap; }
.admin-audit-content-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; margin-bottom: .8rem; }
.admin-audit-content-stats > div { display: grid; gap: .2rem; padding: .9rem 1rem; border: 1px solid var(--admin-border); border-radius: 10px; background: #fff; }
.admin-audit-content-stats span { color: #64748b; font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.admin-audit-content-stats strong { font-size: 1.45rem; font-weight: 950; }
.admin-audit-content-stats .is-error { color: #991b1b; background: #fef2f2; }
.admin-audit-content-stats .is-warning { color: #92400e; background: #fffbeb; }
.admin-audit-content-stats .is-error span, .admin-audit-content-stats .is-warning span { color: currentColor; }
.admin-audit-content-filters { display: grid; grid-template-columns: minmax(240px, 1fr) 190px 180px auto auto; align-items: end; gap: .7rem; margin-bottom: .8rem; padding: 1rem; border: 1px solid var(--admin-border); border-radius: 11px; background: #fff; }
.admin-audit-content-filters label { display: grid; gap: .35rem; }
.admin-audit-content-filters label span { color: #64748b; font-size: .67rem; font-weight: 800; text-transform: uppercase; }
.admin-audit-content-filters input, .admin-audit-content-filters select { height: 42px; padding: 0 .65rem; border: 1px solid #cbd5e1; border-radius: 8px; background: #fff; font-size: .77rem; }
.admin-audit-content-filters button, .admin-audit-content-filters > a { display: grid; height: 42px; padding: 0 .85rem; place-items: center; border-radius: 8px; font-size: .72rem; font-weight: 850; }
.admin-audit-content-filters button { color: #fff; background: #1d4ed8; }
.admin-audit-content-filters > a { color: #475569; border: 1px solid #cbd5e1; }
.admin-audit-content-list { display: grid; gap: .7rem; }
.admin-audit-content-list > article { display: grid; grid-template-columns: 74px minmax(0, 1fr) 130px; gap: 1rem; padding: 1rem; border: 1px solid #e2e8f0; border-left: 4px solid #16a34a; border-radius: 11px; background: #fff; }
.admin-audit-content-list > article.has-error { border-left-color: #dc2626; }
.admin-audit-content-list > article.has-warning { border-left-color: #f59e0b; }
.admin-audit-content-score { display: flex; align-items: baseline; justify-content: center; align-self: start; padding: .7rem .35rem; border-radius: 9px; color: #166534; background: #f0fdf4; }
.has-error .admin-audit-content-score { color: #991b1b; background: #fef2f2; }
.has-warning .admin-audit-content-score { color: #92400e; background: #fffbeb; }
.admin-audit-content-score strong { font-size: 1.35rem; font-weight: 950; }
.admin-audit-content-score span { font-size: .6rem; }
.admin-audit-content-copy { min-width: 0; }
.admin-audit-content-copy > div { display: flex; align-items: center; gap: .45rem; color: #64748b; font-size: .62rem; text-transform: uppercase; }
.admin-audit-content-copy > div span { color: #1d4ed8; font-weight: 900; }
.admin-audit-content-copy h2 { margin: .25rem 0; font-size: .98rem; font-weight: 900; }
.admin-audit-content-copy > small { color: #64748b; font-size: .68rem; }
.admin-audit-content-copy ul { display: flex; flex-wrap: wrap; gap: .3rem; margin: .55rem 0 0; padding: 0; list-style: none; }
.admin-audit-content-copy li { padding: .25rem .45rem; border-radius: 5px; color: #92400e; background: #fffbeb; font-size: .64rem; }
.admin-audit-content-copy li.is-error { color: #991b1b; background: #fef2f2; }
.admin-audit-content-clean { margin: .55rem 0 0; color: #166534; font-size: .7rem; font-weight: 750; }
.admin-audit-content-actions { display: grid; align-content: center; gap: .45rem; text-align: center; }
.admin-audit-content-actions span { color: #64748b; font-size: .64rem; }
.admin-audit-content-actions a { padding: .58rem .65rem; border-radius: 7px; color: #fff; background: #1d4ed8; font-size: .7rem; font-weight: 850; }
.admin-internal-links { margin-top: .8rem; overflow: hidden; border: 1px solid var(--admin-border); border-radius: 10px; background: #fff; }
.admin-internal-links > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: .5rem; padding: .75rem .8rem; border-bottom: 1px solid #e2e8f0; background: #f8fafc; }
.admin-internal-links > div:first-child strong { font-size: .76rem; font-weight: 900; }
.admin-internal-links > div:first-child span { color: #64748b; font-size: .58rem; }
.admin-internal-links > p { margin: 0; padding: .85rem; color: #94a3b8; font-size: .68rem; line-height: 1.5; }
.admin-internal-links > div:last-child { display: grid; }
.admin-internal-links article { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: .6rem; padding: .7rem .8rem; border-bottom: 1px solid #f1f5f9; }
.admin-internal-links article:last-child { border-bottom: 0; }
.admin-internal-links article > div { display: grid; gap: .15rem; min-width: 0; }
.admin-internal-links article strong { display: -webkit-box; overflow: hidden; font-size: .68rem; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.admin-internal-links article small { color: #64748b; font-size: .56rem; }
.admin-internal-links article button { padding: .42rem .5rem; border-radius: 6px; color: #1d4ed8; background: #eff6ff; font-size: .58rem; font-weight: 850; white-space: nowrap; }
.footer-newsletter { color: #cbd5e1; font-size: .75rem; }
.footer-newsletter > strong { color: #fff; font-size: .9rem; }
.footer-newsletter > p { margin: .35rem 0 .7rem; line-height: 1.5; }
.footer-newsletter > div { margin-bottom: .55rem; padding: .5rem .6rem; border-radius: 6px; font-size: .68rem; }
.footer-newsletter > div.is-success { color: #bbf7d0; background: rgba(22, 163, 74, .2); }
.footer-newsletter > div.is-error { color: #fecaca; background: rgba(220, 38, 38, .2); }
.footer-newsletter form { display: grid; gap: .55rem; }
.footer-newsletter form > span { display: grid; grid-template-columns: minmax(0, 1fr) auto; overflow: hidden; border-radius: 8px; }
.footer-newsletter form > span input { min-width: 0; height: 40px; padding: 0 .7rem; color: #0f172a; background: #fff; outline: 0; }
.footer-newsletter form > span button { padding: 0 .8rem; color: #fff; background: #b91c1c; font-size: .7rem; font-weight: 850; }
.footer-newsletter form > label:not(.footer-newsletter-hp) { display: flex; align-items: flex-start; gap: .4rem; color: #94a3b8; font-size: .62rem; line-height: 1.4; }
.footer-newsletter form > label input { margin-top: .15rem; }
.footer-newsletter-hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.admin-newsletter-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.admin-newsletter-heading h1 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.2rem); font-weight: 900; }
.admin-newsletter-heading p { margin: .25rem 0 0; color: #64748b; }
.admin-newsletter-heading > a { padding: .7rem .9rem; border-radius: 8px; color: #fff; background: #15803d; font-size: .74rem; font-weight: 850; white-space: nowrap; }
.admin-newsletter-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; margin-bottom: .8rem; }
.admin-newsletter-stats > div { display: grid; gap: .2rem; padding: .9rem 1rem; border: 1px solid var(--admin-border); border-radius: 10px; background: #fff; }
.admin-newsletter-stats span { color: #64748b; font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.admin-newsletter-stats strong { font-size: 1.45rem; font-weight: 950; }
.admin-newsletter-filters { display: grid; grid-template-columns: minmax(240px, 1fr) 180px auto auto; align-items: end; gap: .7rem; margin-bottom: .8rem; padding: 1rem; border: 1px solid var(--admin-border); border-radius: 11px; background: #fff; }
.admin-newsletter-filters label { display: grid; gap: .35rem; }
.admin-newsletter-filters label span { color: #64748b; font-size: .67rem; font-weight: 800; text-transform: uppercase; }
.admin-newsletter-filters input, .admin-newsletter-filters select { height: 42px; padding: 0 .65rem; border: 1px solid #cbd5e1; border-radius: 8px; background: #fff; font-size: .78rem; }
.admin-newsletter-filters button, .admin-newsletter-filters > a { display: grid; height: 42px; padding: 0 .85rem; place-items: center; border-radius: 8px; font-size: .72rem; font-weight: 850; }
.admin-newsletter-filters button { color: #fff; background: #1d4ed8; }
.admin-newsletter-filters > a { color: #475569; border: 1px solid #cbd5e1; }
.admin-newsletter-list { overflow: hidden; border: 1px solid var(--admin-border); border-radius: 11px; background: #fff; }
.admin-newsletter-list article { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto auto; align-items: center; gap: .8rem; padding: .8rem 1rem; border-bottom: 1px solid #f1f5f9; }
.admin-newsletter-list article:last-child { border-bottom: 0; }
.admin-newsletter-avatar { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: #1d4ed8; background: #dbeafe; font-size: .76rem; font-weight: 950; }
.admin-newsletter-list article > div { display: grid; gap: .15rem; min-width: 0; }
.admin-newsletter-list article strong { overflow: hidden; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.admin-newsletter-list article small { color: #64748b; font-size: .65rem; }
.admin-newsletter-list article > b { padding: .2rem .45rem; border-radius: 999px; color: #166534; background: #dcfce7; font-size: .6rem; text-transform: uppercase; }
.admin-newsletter-list article > b.is-passive { color: #991b1b; background: #fee2e2; }
.admin-newsletter-list article button { padding: .48rem .65rem; border-radius: 7px; color: #334155; border: 1px solid #cbd5e1; font-size: .68rem; font-weight: 800; white-space: nowrap; }

@media (max-width: 1023px) {
    .admin-audit-filters { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .admin-audit-filters label:first-child { grid-column: span 2; }
}

@media (max-width: 639px) {
    .admin-audit-filters { grid-template-columns: 1fr 1fr; }
    .admin-audit-filters label:first-child { grid-column: 1 / -1; }
    .admin-audit-entry { grid-template-columns: 10px minmax(0, 1fr) auto; gap: .7rem; padding: .9rem; }
    .admin-audit-entry time { grid-column: 2 / -1; text-align: left; }
    .admin-notification-heading { align-items: flex-start; flex-direction: column; }
    .admin-notification-item { grid-template-columns: 36px minmax(0, 1fr); gap: .75rem; padding: .9rem; }
    .admin-notification-icon { width: 36px; height: 36px; }
    .admin-notification-item time { grid-column: 2; }
    .admin-review-heading { align-items: flex-start; flex-direction: column; }
    .admin-review-card { grid-template-columns: 84px minmax(0, 1fr); gap: .8rem; }
    .admin-review-card > img, .admin-review-placeholder { width: 84px; height: 76px; }
    .admin-review-actions { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
    .admin-review-actions > a { grid-column: 1 / -1; }
    .admin-backup-heading { align-items: flex-start; flex-direction: column; }
    .admin-backup-stats { grid-template-columns: 1fr; }
    .admin-backup-card { grid-template-columns: 38px minmax(0, 1fr); gap: .75rem; padding: .9rem; }
    .admin-backup-symbol { width: 38px; height: 38px; }
    .admin-backup-actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr 1fr; }
    .admin-backup-actions a, .admin-backup-actions button { width: 100%; text-align: center; }
    .admin-health-heading { align-items: flex-start; flex-direction: column; }
    .admin-health-overview { grid-template-columns: 1fr 1fr; }
    .admin-health-groups { grid-template-columns: 1fr; }
    .admin-security-heading { align-items: flex-start; flex-direction: column; }
    .admin-security-stats { grid-template-columns: 1fr 1fr; }
    .admin-security-filters { grid-template-columns: 1fr 1fr; }
    .admin-security-filters label:first-child { grid-column: 1 / -1; }
    .admin-security-layout { grid-template-columns: 1fr; }
    .admin-security-events article { grid-template-columns: 10px minmax(0, 1fr) auto; gap: .65rem; padding: .8rem; }
    .admin-security-events article time { grid-column: 2 / -1; text-align: left; }
    .admin-calendar-heading { align-items: flex-start; flex-direction: column; }
    .admin-calendar-toolbar { flex-wrap: wrap; }
    .admin-calendar-toolbar > strong { flex: 1; }
    .admin-calendar-toolbar form { order: 2; width: calc(100% - 86px); margin-left: 0; }
    .admin-calendar-toolbar select { width: 100%; }
    .admin-calendar-toolbar .is-today { order: 2; }
    .admin-calendar-stats { grid-template-columns: 1fr 1fr; }
    .admin-calendar-grid { display: none; }
    .admin-calendar-agenda { display: block; }
    .admin-reports-heading { align-items: flex-start; flex-direction: column; }
    .admin-reports-filters { grid-template-columns: 1fr 1fr; }
    .admin-reports-filters button, .admin-reports-filters > a { grid-column: auto; }
    .admin-reports-stats { grid-template-columns: 1fr 1fr; }
    .admin-reports-dashboard { grid-template-columns: 1fr; }
    .admin-reports-table { overflow-x: auto; }
    .admin-reports-table table { min-width: 760px; }
    .admin-audit-content-heading { align-items: flex-start; flex-direction: column; }
    .admin-audit-content-stats { grid-template-columns: 1fr 1fr; }
    .admin-audit-content-filters { grid-template-columns: 1fr 1fr; }
    .admin-audit-content-filters label:first-child { grid-column: 1 / -1; }
    .admin-audit-content-list > article { grid-template-columns: 62px minmax(0, 1fr); gap: .75rem; padding: .8rem; }
    .admin-audit-content-actions { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; align-items: center; }
    .admin-newsletter-heading { align-items: flex-start; flex-direction: column; }
    .admin-newsletter-stats { grid-template-columns: 1fr 1fr; }
    .admin-newsletter-filters { grid-template-columns: 1fr 1fr; }
    .admin-newsletter-filters label:first-child { grid-column: 1 / -1; }
    .admin-newsletter-list article { grid-template-columns: 36px minmax(0, 1fr) auto; padding: .75rem; }
    .admin-newsletter-list article form { grid-column: 2 / -1; }
}
