/* ═══════════════════════════════════════════════════════════
   Flyo — dergi teması: masthead + sürüklenebilir paneller + spread + 3'lü + grid
   Kağıt/dergi tonu, kiremit-rust accent. KATEGORİ İSMİ YOK.
   Renk/font header.php'de :root'a basılır.
   ═══════════════════════════════════════════════════════════ */
:root {
  --paper: #FCFAF5;
  --surface-2: #F1EEE6;
  --ink-2: #4E4939;
  --ink-3: #8A8270;
  --line: #E4DDCF;
  --line-2: #D6CEBC;
  --sand: #A6795A;
  --gold: #C99A2E;
  --accent-2: #8F2E20;
  --accent-soft: #F7E4DF;
  --shadow: 0 30px 80px rgba(33,30,23,.16);
  --card-shadow: 0 4px 18px rgba(33,30,23,.06);
  --ease: cubic-bezier(.25,.46,.45,.94);
  --footer-bg: #211E17;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #151310; --surface: #1E1B16; --paper: #1E1B16; --surface-2: #28241C;
    --ink: #F0EBDF; --ink-2: #BEB6A2; --ink-3: #867E6C;
    --line: #2E2A21; --line-2: #3A362A; --accent-soft: #301A14; --accent-ink: #E06552;
    --sand: #C99A2E; --shadow: 0 30px 80px rgba(0,0,0,.5); --card-shadow: 0 4px 18px rgba(0,0,0,.35);
    --footer-bg: #100E0A;
  }
}
:root[data-theme="dark"] {
  --bg: #151310; --surface: #1E1B16; --paper: #1E1B16; --surface-2: #28241C;
  --ink: #F0EBDF; --ink-2: #BEB6A2; --ink-3: #867E6C;
  --line: #2E2A21; --line-2: #3A362A; --accent-soft: #301A14; --accent-ink: #E06552;
  --sand: #C99A2E; --shadow: 0 30px 80px rgba(0,0,0,.5); --card-shadow: 0 4px 18px rgba(0,0,0,.35);
  --footer-bg: #100E0A;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  font-family: var(--font, 'Exo', system-ui, sans-serif);
  font-size: var(--fs, 14px);
  line-height: var(--body-lh, 1.6);
  color: var(--ink, #211E17);
  background: var(--bg, #E9E4DA);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; max-width: 100%;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.f-wrap { max-width: var(--maxw, 1120px); margin: 0 auto; padding: 0 24px; }

/* ═══ HEADER ═══ */
.f-strip { background: var(--ink); color: var(--paper); font-size: 11.5px; letter-spacing: .04em; }
.f-strip-in { display: flex; align-items: center; justify-content: space-between; height: 32px; }
.f-strip .live { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--gold); }
.f-strip .live .d { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); animation: fp 1.4s infinite; }
@keyframes fp { 0%,100%{opacity:1} 50%{opacity:.35} }
.f-strip .date { opacity: .6; font-variant-numeric: tabular-nums; }
.f-head { position: sticky; top: 0; z-index: 30; background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 2px solid var(--ink); }
.f-head-in { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 18px 0; gap: 20px; }
.f-nav { display: flex; gap: 6px; justify-self: start; }
.f-nav a { font-size: 13px; font-weight: 700; color: var(--ink-2); text-transform: uppercase; letter-spacing: .03em; padding: 7px 12px; border-radius: 100px; white-space: nowrap; }
.f-nav a:hover, .f-nav a.active { color: var(--accent); background: color-mix(in srgb, var(--accent) 12%, transparent); }
.f-lg { justify-self: center; font-size: clamp(28px, 4vw, 42px); font-weight: 800; letter-spacing: -.05em; line-height: 1; text-align: center; color: var(--ink); }
.f-lg b { color: var(--accent); }
.f-lg .sm { display: block; font-size: 9px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: var(--ink-3); margin-top: 5px; }
.f-head-r { justify-self: end; display: flex; align-items: center; gap: 12px; }
.f-sr { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--ink-3); background: var(--paper); border: 1px solid var(--line); border-radius: 100px; padding: 9px 15px; }
.f-sr input { border: 0; background: transparent; outline: 0; font-family: inherit; color: var(--ink); width: 120px; }
.f-mobile-toggle { display: none; }

/* ═══ BÖLÜM AYIRICI ═══ */
.f-div { display: flex; align-items: center; gap: 16px; max-width: var(--maxw, 1120px); margin: 40px auto 20px; padding: 0 24px; }
.f-div h2 { font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; white-space: nowrap; display: flex; align-items: center; gap: 9px; color: var(--ink); }
.f-div h2::before { content: ""; width: 8px; height: 8px; background: var(--accent); border-radius: 2px; transform: rotate(45deg); }
.f-div .r { flex: 1; height: 2px; background: var(--ink); opacity: .15; }
.f-div .hint { font-size: 12px; color: var(--ink-3); white-space: nowrap; }

/* ═══ SÜRÜKLENEBİLİR PANELLER ═══ */
.f-scroll { display: flex; gap: 20px; padding: 6px 0 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: 24px; cursor: grab; user-select: none; scrollbar-width: thin; scrollbar-color: var(--sand) transparent; }
.f-scroll::-webkit-scrollbar { height: 8px; }
.f-scroll::-webkit-scrollbar-track { background: transparent; }
.f-scroll::-webkit-scrollbar-thumb { background: var(--sand); border-radius: 4px; }
.f-scroll.drag { cursor: grabbing; scroll-snap-type: none; }
.f-scroll.drag a { pointer-events: none; }
.f-first { flex: 0 0 24px; }
.f-panel { flex: 0 0 350px; scroll-snap-align: start; height: 420px; border-radius: 20px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; cursor: pointer; transition: .22s var(--ease); color: #fff; }
.f-panel:hover { transform: translateY(-5px); }
.f-panel .num { position: absolute; top: 22px; right: 26px; font-size: 66px; font-weight: 800; opacity: .16; line-height: 1; }
.f-panel h3 { font-size: 25px; line-height: 1.16; font-weight: 800; letter-spacing: -.02em; position: relative; }
.f-panel p { font-size: 13px; color: rgba(255,255,255,.85); margin-top: 10px; line-height: 1.55; position: relative; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.f-panel .m { margin-top: 16px; font-size: 12px; color: rgba(255,255,255,.75); position: relative; display: flex; align-items: center; gap: 9px; }
.f-panel .pav { width: 24px; height: 24px; border-radius: 50%; background: rgba(255,255,255,.25); display: grid; place-items: center; font-size: 11px; font-weight: 700; }
.f-p1 { background: linear-gradient(155deg, #C2410C, #7C2D12); }
.f-p2 { background: linear-gradient(155deg, #0F766E, #134E4A); }
.f-p3 { background: linear-gradient(155deg, #7C3AED, #4C1D95); }
.f-p4 { background: linear-gradient(155deg, #B91C1C, #7F1D1D); }
.f-p5 { background: linear-gradient(155deg, #0369A1, #0C4A6E); }
.f-p6 { background: linear-gradient(155deg, #A16207, #713F12); }
.f-more { flex: 0 0 240px; scroll-snap-align: start; height: 420px; border-radius: 20px; border: 2px dashed var(--sand); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: var(--sand); cursor: pointer; transition: .2s; text-align: center; }
.f-more:hover { background: var(--paper); border-color: var(--accent); color: var(--accent); }
.f-more .a { font-size: 34px; }
.f-more span { font-size: 14px; font-weight: 700; }

/* ═══ DERGİ SPREAD ═══ */
.f-book { max-width: 1080px; margin: 30px auto 0; background: var(--paper); display: grid; grid-template-columns: 1.15fr 1fr; box-shadow: var(--shadow); border-radius: 5px; position: relative; overflow: hidden; }
.f-book::before { content: ""; position: absolute; left: 53.5%; top: 0; bottom: 0; width: 2px; background: linear-gradient(rgba(0,0,0,.14), rgba(0,0,0,.03)); transform: translateX(-50%); z-index: 3; }
.f-page { padding: 46px 48px; }
.f-mast { display: flex; justify-content: space-between; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--sand); border-bottom: 2px solid var(--ink); padding-bottom: 10px; margin-bottom: 24px; }
.f-left .k { font-size: 11px; font-weight: 800; text-transform: uppercase; color: var(--accent); letter-spacing: .06em; }
.f-left h1 { font-size: clamp(30px, 3.6vw, 44px); line-height: 1.06; font-weight: 800; letter-spacing: -.02em; margin: 12px 0 16px; text-wrap: balance; }
.f-left h1 a { color: inherit; }
.f-left h1:hover a { color: var(--accent); }
.f-left .drop { font-size: 15px; color: var(--ink-2); line-height: 1.78; }
.f-left .drop::first-letter { font-size: 56px; font-weight: 800; float: left; line-height: .78; margin: 5px 11px 0 0; color: var(--accent); }
.f-left .by { margin-top: 20px; font-size: 12px; color: var(--sand); font-style: italic; display: flex; align-items: center; gap: 10px; }
.f-left .av { width: 28px; height: 28px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-size: 12px; font-weight: 700; font-style: normal; }
.f-right { background: linear-gradient(180deg, var(--paper), color-mix(in srgb, var(--paper) 92%, var(--sand))); }
.f-cr { display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); cursor: pointer; align-items: baseline; }
.f-cr:last-child { border-bottom: 0; }
.f-cr:hover h4 { color: var(--accent); }
.f-cr .n { font-size: 15px; font-weight: 800; color: var(--sand); font-variant-numeric: tabular-nums; }
.f-cr h4 { font-size: 16px; line-height: 1.28; font-weight: 700; margin: 3px 0 3px; }
.f-cr .m { font-size: 11px; color: var(--sand); }

/* ═══ 3'LÜ + 9'LU GRID KUTUCUKLAR ═══ */
.f-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.f-tc { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 26px; transition: .2s var(--ease); cursor: pointer; display: flex; flex-direction: column; box-shadow: var(--card-shadow); }
.f-tc:hover { transform: translateY(-4px); border-color: var(--accent); }
.f-tc h4 { font-size: 19px; line-height: 1.28; font-weight: 800; letter-spacing: -.01em; }
.f-tc:hover h4 { color: var(--accent); }
.f-tc p { font-size: 13px; color: var(--ink-2); line-height: 1.6; margin-top: 10px; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.f-tc .tm { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 12px; color: var(--sand); font-weight: 600; }

.f-empty { text-align: center; padding: 56px 20px; color: var(--ink-3); background: var(--paper); border: 1px solid var(--line); border-radius: 16px; }
.f-empty i { font-size: 38px; margin-bottom: 14px; display: block; opacity: .5; }

/* ═══ PAGINATION ═══ */
.f-pag { display: flex; justify-content: center; gap: 8px; margin: 32px 0 10px; flex-wrap: wrap; }
.f-pag a { min-width: 42px; height: 42px; padding: 0 15px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; border: 1px solid var(--line-2); border-radius: 100px; font-size: 13px; font-weight: 700; color: var(--ink-2); background: var(--paper); font-variant-numeric: tabular-nums; transition: .15s; }
.f-pag a:hover { border-color: var(--accent); color: var(--accent); }
.f-pag a.active { background: var(--accent); color: #fff; border-color: var(--accent); }
.f-pag .dots { border: 0; background: transparent; min-width: 20px; }

/* ═══ SINGLE ═══ */
.f-single-hero { text-align: center; padding: 46px 0 32px; border-bottom: 1px solid var(--line); background: var(--paper); }
.f-crumb { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: var(--sand); margin-bottom: 16px; }
.f-crumb a { color: var(--accent); font-weight: 600; }
.f-crumb .s { color: var(--line-2); }
.f-single-hero h1 { font-size: clamp(28px, 3vw, 40px); line-height: 1.14; letter-spacing: -.02em; font-weight: 800; margin-bottom: 16px; text-wrap: pretty; color: var(--ink); }
.f-single-meta { display: inline-flex; gap: 10px; flex-wrap: wrap; align-items: center; font-size: 13px; justify-content: center; color: var(--ink-2); }
.f-single-meta > span { display: inline-flex; align-items: center; gap: 8px; background: var(--paper); border: 1px solid var(--line); border-radius: 100px; padding: 6px 15px; }
.f-single-meta .au { padding-left: 6px !important; font-weight: 700; }
.f-single-meta .av { width: 24px; height: 24px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-size: 11px; font-weight: 700; }
.f-single-meta .sep { display: none; }
.f-progress { height: 4px; background: var(--line); position: sticky; top: 0; z-index: 40; }
.f-progress span { position: absolute; left: 0; top: 0; height: 100%; width: 0; background: var(--accent); }
.f-single-wrap { max-width: 1080px; margin: 0 auto; padding: 40px 24px; }
.f-article { color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 48px 56px; box-shadow: var(--shadow); }
.f-article > *:first-child { margin-top: 0; }
.f-article p { margin-bottom: 17px; color: var(--ink-2); line-height: 1.85; font-size: 16px;  text-align: justify; }
.f-article p:last-child { margin-bottom: 0; }
.f-article h2 { font-size: 24px; margin: 32px 0 13px; font-weight: 800; color: var(--ink); }
.f-article h3 { font-size: 19px; margin: 24px 0 10px; color: var(--ink); }
.f-article ul, .f-article ol { margin: 0 0 17px 22px; color: var(--ink-2); }
.f-article li { margin-bottom: 8px; line-height: 1.7; }
.f-article a { color: var(--accent); font-weight: 600; }
.f-article img { border-radius: 12px; margin: 18px 0; }
.f-article blockquote { border-left: 4px solid var(--accent); background: var(--surface-2); padding: 16px 22px; border-radius: 0 12px 12px 0; margin: 22px 0; color: var(--ink); font-style: italic; }
.f-article table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14px; }
.f-article th, .f-article td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.f-article th { background: var(--surface-2); font-weight: 700; }
.f-lead-p { font-size: 19px !important; color: var(--ink) !important; font-weight: 500; line-height: 1.6 !important; }

.f-share { display: flex; align-items: center; gap: 16px; margin-top: 28px; padding: 18px 24px; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--card-shadow); flex-wrap: wrap; justify-content: center; }
.f-share-label { font-size: 13px; font-weight: 700; color: var(--ink); display: flex; align-items: center; gap: 8px; }
.f-share-btns { display: flex; gap: 8px; }
.f-share-btns a { width: 38px; height: 38px; border-radius: 50%; background: var(--surface-2); border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink-2); transition: .15s; }
.f-share-btns a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }

/* İlgili (single altı) */
.f-related { background: var(--surface-2); padding: 44px 0; margin-top: 20px; }
.f-related-h { text-align: center; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--accent); margin-bottom: 24px; }

/* Profile */
.f-profile-head { display: flex; align-items: center; gap: 18px; justify-content: center; text-align: left; }
.f-profile-avatar { width: 64px; height: 64px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-size: 26px; font-weight: 800; flex-shrink: 0; }
.f-profile-info { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--card-shadow); padding: 22px 26px; display: flex; flex-direction: column; gap: 12px; max-width: 620px; margin: 24px auto 0; }
.f-info-row { font-size: 14px; color: var(--ink-2); display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.f-info-row i { color: var(--accent); width: 16px; }
.f-info-row strong { color: var(--ink); font-weight: 700; }
.f-map-btns { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 4px; }
.f-map-btn { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; background: var(--surface-2); border: 1px solid var(--line); border-radius: 10px; font-size: 13px; font-weight: 600; color: var(--ink-2); }
.f-map-btn:hover { border-color: var(--accent); color: var(--accent); }

/* ═══ KATEGORİ/ARAMA başlık ═══ */
.f-page-hero { text-align: center; padding: 40px 0 28px; border-bottom: 1px solid var(--line); background: var(--paper); }
.f-page-hero h1 { font-size: clamp(26px, 3.6vw, 40px); line-height: 1.12; letter-spacing: -.02em; font-weight: 800; margin: 6px 0 12px; color: var(--ink); }
.f-page-hero p { font-size: 15px; color: var(--ink-2); max-width: 62ch; line-height: 1.6; margin: 0 auto 14px; }
.f-page-count { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: var(--accent); background: var(--accent-soft); padding: 7px 14px; border-radius: 100px; }
.f-search-form { display: flex; align-items: center; gap: 10px; background: var(--paper); border: 1px solid var(--line); border-radius: 100px; padding: 6px 6px 6px 20px; box-shadow: var(--card-shadow); max-width: 500px; margin: 0 auto; color: var(--ink-3); }
.f-search-form input { flex: 1; border: 0; background: transparent; outline: 0; font-family: inherit; font-size: 15px; color: var(--ink); }
.f-search-form button { padding: 11px 24px; background: var(--accent); color: #fff; border: 0; border-radius: 100px; font-family: inherit; font-weight: 700; font-size: 14px; cursor: pointer; }
.f-search-info { margin-top: 14px; font-size: 14px; color: var(--ink-2); text-align: center; }
.f-search-info strong { color: var(--accent); }

/* ═══ 404 ═══ */
.f-404 { padding: 70px 0; text-align: center; }
.f-404-code { font-size: clamp(90px, 16vw, 150px); font-weight: 800; line-height: 1; letter-spacing: -.04em; color: var(--accent); }
.f-404-title { font-size: 28px; font-weight: 800; margin: 8px 0 14px; color: var(--ink); }
.f-404-text { font-size: 16px; color: var(--ink-2); margin-bottom: 26px; line-height: 1.6; }
.f-404-actions { display: flex; flex-direction: column; gap: 14px; align-items: center; }
.f-btn { display: inline-flex; align-items: center; gap: 9px; padding: 12px 28px; background: var(--accent); color: #fff; border-radius: 100px; font-weight: 700; font-size: 14px; transition: .15s; }
.f-btn:hover { transform: translateY(-2px); box-shadow: var(--card-shadow); }
.f-404-search { display: flex; gap: 8px; width: 100%; max-width: 400px; margin: 0 auto; }
.f-404-search input { flex: 1; padding: 12px 18px; border: 1px solid var(--line); border-radius: 100px; font-size: 15px; background: var(--paper); color: var(--ink); font-family: inherit; outline: 0; }
.f-404-search button { padding: 12px 20px; background: var(--surface-2); border: 1px solid var(--line); border-radius: 100px; color: var(--ink); cursor: pointer; }
.f-404-sug { max-width: 1080px; margin: 40px auto 0; }
.f-404-sug-t { text-align: center; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; color: var(--ink-3); margin-bottom: 22px; }

/* ═══ FOOTER ═══ */
.f-footer { background: var(--footer-bg); color: rgba(255,255,255,.65); padding: 48px 0 0; margin-top: 50px; }
.f-footer-main { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr 1.2fr 1fr; gap: 34px; padding-bottom: 36px; }
.f-fname { font-size: 26px; font-weight: 800; letter-spacing: -.03em; color: #fff; }
.f-fname b { color: var(--accent); }
.f-footer-brand p { font-size: 13px; margin: 14px 0 16px; line-height: 1.65; max-width: 32ch; color: rgba(255,255,255,.65); }
.f-fstatus { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: #fff; margin-bottom: 16px; }
.f-fstatus .led { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 25%, transparent); }
.f-fsocial { display: flex; gap: 9px; }
.f-fsocial a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.06); display: grid; place-items: center; color: rgba(255,255,255,.7); transition: .15s; }
.f-fsocial a:hover { background: var(--accent); color: #fff; }
.f-fcol-t { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; color: #fff; margin-bottom: 13px; }
.f-flinks { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.f-flinks a { font-size: 13px; color: rgba(255,255,255,.65); line-height: 1.4; display: block; }
.f-flinks a:hover { color: #fff; }
.f-ftopics { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.08); }
.f-ftopics .l { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.4); }
.f-ftopics a { font-size: 12px; color: rgba(255,255,255,.65); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); padding: 6px 13px; border-radius: 100px; }
.f-ftopics a:hover { border-color: var(--accent); color: #fff; }
.f-fbottom { display: flex; justify-content: space-between; align-items: center; padding: 16px 0 26px; border-top: 1px solid rgba(255,255,255,.08); font-size: 12px; color: rgba(255,255,255,.4); flex-wrap: wrap; gap: 12px; }
.f-flegal { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.f-flegal a { color: rgba(255,255,255,.6); }
.f-flegal a:hover { color: #fff; }
.f-flang { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); padding: 7px 14px; border-radius: 100px; color: #fff; font-weight: 600; }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 860px) {
  .f-book { grid-template-columns: 1fr; margin-top: 20px; }
  .f-book::before { display: none; }
  .f-right { border-top: 2px solid var(--ink); }
  .f-nav { display: none; }
  .f-panel { flex-basis: 280px; height: 380px; }
  .f-grid { grid-template-columns: 1fr 1fr; }
  .f-footer-main { grid-template-columns: 1fr 1fr; gap: 26px; }
  .f-head-in { grid-template-columns: 1fr auto; }
  .f-head-r { display: none; }
}
@media (max-width: 600px) {
  .f-wrap { padding: 0 16px; }
  .f-grid { grid-template-columns: 1fr; }
  .f-footer-main { grid-template-columns: 1fr; }
  .f-page { padding: 30px 26px; }
  .f-single-wrap { padding: 30px 16px; }
  .f-article { padding: 26px 22px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; } }
