/* ================================================
   THE NEWS FOLIO — Main Stylesheet
   BBC-style Black & White Design
   ================================================ */

/* RESET & BASE */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Helvetica Neue', Arial, sans-serif; background: #fff; color: #1a1a1a; font-size: 16px; line-height: 1.5; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* VARIABLES */
:root {
  --black:      #1a1a1a;
  --white:      #ffffff;
  --gray-100:   #f7f7f7;
  --gray-200:   #f0f0f0;
  --gray-300:   #e0e0e0;
  --gray-400:   #cccccc;
  --gray-500:   #888888;
  --gray-600:   #555555;
  --gray-700:   #333333;
  --max-width:  1280px;
  --content-width: 760px;
  --sidebar-width: 300px;
  --gap:        48px;
  --radius:     2px;
}

/* PROGRESS BAR */
.progress-bar { position: fixed; top: 0; left: 0; height: 3px; background: var(--black); width: 0%; z-index: 9999; transition: width 0.15s; }

/* SITE HEADER */
.site-header { background: var(--white); border-bottom: 1px solid var(--gray-300); position: sticky; top: 3px; z-index: 100; }
.header-inner { max-width: var(--max-width); margin: 0 auto; padding: 10px 24px; display: flex; justify-content: space-between; align-items: center; }
.header-left { display: flex; align-items: center; gap: 16px; }

/* HAMBURGER */
.hamburger { display: flex; flex-direction: column; gap: 4px; padding: 4px; background: none; border: none; }
.hamburger span { display: block; width: 20px; height: 2px; background: var(--black); }

/* LOGO */
.site-logo { display: flex; align-items: center; }
.logo-blocks { display: flex; gap: 3px; }
.logo-blocks span { display: inline-block; width: 36px; height: 36px; background: var(--black); color: var(--white); font-size: 22px; font-weight: 900; line-height: 36px; text-align: center; font-family: Georgia, serif; }
.logo-blocks.sm span { width: 28px; height: 28px; font-size: 16px; line-height: 28px; }

/* HEADER RIGHT */
.header-right { display: flex; align-items: center; gap: 12px; }
.header-search-icon { display: flex; align-items: center; color: var(--black); }
.btn-register { background: var(--black); color: var(--white); padding: 7px 16px; font-size: 12px; font-weight: 700; }
.btn-signin { font-size: 13px; font-weight: 700; color: var(--black); }
.btn-admin { font-size: 12px; font-weight: 700; color: var(--black); border: 1px solid var(--gray-300); padding: 5px 12px; }
.header-icon { color: var(--gray-600); display: flex; align-items: center; }
.user-name { font-size: 13px; font-weight: 600; color: var(--gray-600); }
.user-menu { display: flex; align-items: center; gap: 12px; }

/* MAIN NAV */
.main-nav { border-bottom: 1px solid var(--gray-300); background: var(--white); }
.nav-inner { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; display: flex; overflow-x: auto; -ms-overflow-style: none; scrollbar-width: none; }
.nav-inner::-webkit-scrollbar { display: none; }
.nav-inner a { display: block; padding: 12px 14px; font-size: 13px; font-weight: 600; color: var(--black); white-space: nowrap; position: relative; flex-shrink: 0; }
.nav-inner a.active::after,
.nav-inner a:hover::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--black); }

/* MOBILE MENU */
.mobile-menu-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 200; }
.mobile-menu-overlay.open { display: block; }
.mobile-menu { position: fixed; top: 0; left: -100%; width: 280px; height: 100vh; background: var(--white); z-index: 201; transition: left 0.3s; overflow-y: auto; }
.mobile-menu.open { left: 0; }
.mobile-menu-header { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-bottom: 1px solid var(--gray-300); }
.mobile-menu-header button { font-size: 20px; color: var(--gray-500); }
.mobile-nav { padding: 8px 0; }
.mobile-nav a { display: block; padding: 12px 20px; font-size: 14px; font-weight: 600; border-bottom: 1px solid var(--gray-200); }
.mobile-nav hr { border: none; border-top: 2px solid var(--gray-200); margin: 8px 0; }

/* SITE MAIN */
.site-main { min-height: 60vh; }

/* ---- HOMEPAGE ---- */
.home-wrap { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }

/* HERO */
.hero-section { padding: 20px 0; border-bottom: 1px solid var(--gray-300); }
.hero-3col { display: grid; grid-template-columns: 320px 1fr 300px; }
.col-left { padding-right: 20px; border-right: 1px solid var(--gray-300); }
.col-center { padding: 0 24px; }
.col-right { padding-left: 20px; border-left: 1px solid var(--gray-300); }

/* Left stories */
.left-story { padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid var(--gray-200); }
.left-story:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.left-story .thumb { width: 100%; aspect-ratio: 16/10; background: var(--gray-200); overflow: hidden; margin-bottom: 10px; }
.left-story .thumb img { width: 100%; height: 100%; object-fit: cover; }
.left-story .cat { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--gray-500); margin-bottom: 5px; }
.left-story .title { font-size: 16px; font-weight: 700; font-family: Georgia, serif; line-height: 1.35; color: var(--black); margin-bottom: 6px; }
.left-story .title:hover { text-decoration: underline; }
.left-story .meta { font-size: 11px; color: var(--gray-500); }

/* Center hero */
.hero-img { width: 100%; aspect-ratio: 16/9; background: var(--gray-200); overflow: hidden; margin-bottom: 14px; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; }
.live-badge { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 8px; }
.live-dot { width: 12px; height: 12px; background: #c00; border-radius: 50%; animation: pulse 1.5s infinite; }
@keyframes pulse { 0%,100%{opacity:1}50%{opacity:0.4} }
.live-label { color: #c00; font-size: 14px; font-weight: 900; letter-spacing: 0.5px; }
.hero-title { font-size: 24px; font-weight: 700; font-family: Georgia, serif; line-height: 1.3; color: var(--black); margin-bottom: 10px; }
.hero-title:hover { text-decoration: underline; }
.hero-excerpt { font-size: 14px; color: var(--gray-600); line-height: 1.65; margin-bottom: 14px; }
.hero-meta { font-size: 12px; color: var(--gray-500); }

/* Right column */
.right-story { padding: 13px 0; border-bottom: 1px solid var(--gray-200); }
.right-story:first-child { padding-top: 0; }
.right-story:last-child { border-bottom: none; }
.right-story .rs-title { font-size: 15px; font-weight: 700; font-family: Georgia, serif; line-height: 1.35; margin-bottom: 6px; }
.right-story .rs-title:hover { text-decoration: underline; }
.right-story .rs-excerpt { font-size: 12px; color: var(--gray-600); line-height: 1.55; margin-bottom: 5px; }
.right-story .rs-meta { font-size: 11px; color: var(--gray-500); display: flex; gap: 6px; }
.rs-meta .sep { color: var(--gray-300); }

/* SECTION ROWS */
.section-wrap { padding: 24px 0; border-bottom: 1px solid var(--gray-300); }
.section-header { display: flex; align-items: baseline; gap: 14px; margin-bottom: 18px; }
.section-header h2 { font-size: 20px; font-weight: 700; font-family: Georgia, serif; }
.section-header a { font-size: 12px; color: var(--gray-500); font-weight: 600; }
.section-header a:hover { color: var(--black); }
.stories-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

/* STORY CARD */
.story-card .sc-thumb { width: 100%; aspect-ratio: 16/10; background: var(--gray-200); overflow: hidden; margin-bottom: 10px; }
.story-card .sc-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.story-card:hover .sc-thumb img { transform: scale(1.03); }
.story-card .sc-cat { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--gray-500); margin-bottom: 5px; }
.story-card .sc-title { font-size: 15px; font-weight: 700; font-family: Georgia, serif; line-height: 1.35; margin-bottom: 6px; }
.story-card .sc-title:hover { text-decoration: underline; }
.story-card .sc-excerpt { font-size: 13px; color: var(--gray-600); line-height: 1.5; }
.story-card .sc-meta { font-size: 11px; color: var(--gray-500); margin-top: 8px; }
.author-byline { display: flex; align-items: center; gap: 6px; margin-top: 8px; }
.author-avatar { width: 22px; height: 22px; border-radius: 50%; background: var(--black); color: var(--white); font-size: 9px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-name-sm { font-size: 11px; color: var(--gray-600); font-weight: 600; }

/* ---- ARTICLE PAGE ---- */
.article-wrap { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
.article-layout { display: grid; grid-template-columns: 1fr var(--sidebar-width); gap: var(--gap); padding: 28px 0 60px; }
.article-col { min-width: 0; }
.article-inner { max-width: var(--content-width); }

.art-category { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: var(--gray-500); margin-bottom: 12px; border-bottom: 2px solid var(--black); padding-bottom: 3px; }
.art-title { font-size: 32px; font-weight: 700; font-family: Georgia, serif; line-height: 1.25; margin-bottom: 16px; }
.art-hero { width: 100%; aspect-ratio: 16/9; background: var(--gray-200); overflow: hidden; margin-bottom: 10px; }
.art-hero img { width: 100%; height: 100%; object-fit: cover; }
.art-caption { font-size: 12px; color: var(--gray-500); margin-bottom: 24px; font-style: italic; border-left: 3px solid var(--gray-300); padding-left: 10px; }

/* META BAR */
.meta-bar { display: flex; align-items: center; gap: 14px; padding: 13px 0; border-top: 1px solid var(--gray-300); border-bottom: 1px solid var(--gray-300); margin-bottom: 18px; flex-wrap: wrap; }
.meta-author { display: flex; align-items: center; gap: 8px; }
.meta-author-avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--black); color: var(--white); font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; }
.meta-author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.meta-author-name { font-size: 13px; font-weight: 700; }
.meta-pub-date { font-size: 11px; color: var(--gray-500); }
.meta-divider { width: 1px; height: 26px; background: var(--gray-300); }
.meta-stat { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(--gray-600); }

/* SHARE BAR */
.share-bar { display: flex; align-items: center; gap: 7px; margin-bottom: 22px; flex-wrap: wrap; }
.share-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--gray-500); margin-right: 4px; }
.share-btn { display: flex; align-items: center; gap: 5px; padding: 6px 12px; font-size: 11px; font-weight: 700; border: 1px solid var(--gray-300); cursor: pointer; transition: all 0.15s; background: var(--white); }
.share-btn:hover { background: var(--black); color: var(--white); border-color: var(--black); }

/* AUDIO PLAYER */
.audio-player { background: var(--gray-100); border: 1px solid var(--gray-300); padding: 14px 18px; margin-bottom: 24px; display: flex; align-items: center; gap: 14px; }
.play-btn { width: 40px; height: 40px; background: var(--black); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; cursor: pointer; }
.play-btn:hover { background: var(--gray-700); }
.audio-info { flex: 1; min-width: 0; }
.audio-title-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--gray-500); margin-bottom: 6px; }
.audio-progress-bar { width: 100%; height: 4px; background: var(--gray-300); cursor: pointer; }
.audio-fill { height: 100%; background: var(--black); width: 0%; }
.audio-times { display: flex; justify-content: space-between; font-size: 11px; color: var(--gray-500); margin-top: 4px; }
.audio-speed { font-size: 11px; font-weight: 700; color: var(--gray-600); border: 1px solid var(--gray-300); padding: 3px 7px; cursor: pointer; flex-shrink: 0; }

/* ARTICLE BODY */
.art-body { font-size: 17px; line-height: 1.75; color: var(--black); font-family: Georgia, serif; }
.art-body p { margin-bottom: 22px; }
.art-body h2 { font-size: 22px; font-weight: 700; margin: 32px 0 14px; }
.art-body h3 { font-size: 18px; font-weight: 700; margin: 24px 0 12px; }
.art-body blockquote { border-left: 4px solid var(--black); padding: 4px 0 4px 20px; margin: 28px 0; font-size: 20px; font-style: italic; color: var(--gray-700); line-height: 1.5; }
.art-body ul, .art-body ol { margin: 0 0 22px 24px; }
.art-body ul { list-style: disc; }
.art-body ol { list-style: decimal; }
.art-body li { margin-bottom: 8px; }
.art-body a { color: var(--black); text-decoration: underline; text-underline-offset: 3px; }

/* INLINE AD */
.inline-ad { border: 1px dashed var(--gray-400); background: var(--gray-100); text-align: center; padding: 28px 20px; margin: 32px 0; font-size: 12px; color: var(--gray-400); }
.inline-ad strong { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }

/* TAGS */
.tags-section { margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--gray-300); }
.tags-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: var(--gray-500); margin-bottom: 10px; }
.tags-wrap { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-pill { font-size: 12px; border: 1px solid var(--gray-300); padding: 5px 12px; color: var(--gray-600); cursor: pointer; transition: all 0.15s; }
.tag-pill:hover { background: var(--black); color: var(--white); border-color: var(--black); }

/* RELATED */
.related-section { margin-top: 40px; padding-top: 20px; border-top: 2px solid var(--black); }
.related-title { font-size: 18px; font-weight: 700; font-family: Georgia, serif; margin-bottom: 16px; }
.related-item { display: flex; justify-content: space-between; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid var(--gray-200); gap: 12px; }
.related-item:last-child { border-bottom: none; }
.ri-cat { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--gray-500); margin-bottom: 4px; }
.ri-title { font-size: 14px; font-weight: 700; font-family: Georgia, serif; line-height: 1.35; }
.ri-title:hover { text-decoration: underline; }
.ri-meta { font-size: 11px; color: var(--gray-500); margin-top: 4px; }
.ri-thumb { width: 80px; height: 60px; background: var(--gray-200); flex-shrink: 0; overflow: hidden; }
.ri-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* ---- SIDEBAR ---- */
.sidebar-col { }
.sidebar-sticky { position: sticky; top: 80px; display: flex; flex-direction: column; gap: 28px; }
.sidebar-ad { border: 1px dashed var(--gray-400); background: var(--gray-100); text-align: center; padding: 20px; font-size: 11px; color: var(--gray-400); min-height: 250px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; }
.sidebar-ad strong { font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; display: block; }
.sb-title { font-size: 14px; font-weight: 700; font-family: Georgia, serif; border-bottom: 2px solid var(--black); padding-bottom: 8px; margin-bottom: 14px; }
.trending-item { display: flex; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--gray-200); }
.trending-item:last-child { border-bottom: none; }
.trending-num { font-size: 24px; font-weight: 900; color: var(--gray-200); line-height: 1; flex-shrink: 0; width: 28px; font-family: Georgia, serif; }
.trending-cat { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--gray-500); margin-bottom: 3px; }
.trending-title { font-size: 13px; font-weight: 700; font-family: Georgia, serif; line-height: 1.35; }
.trending-title:hover { text-decoration: underline; }

/* NEWSLETTER */
.newsletter-box { background: var(--black); color: var(--white); padding: 20px; }
.nl-title { font-size: 15px; font-weight: 700; font-family: Georgia, serif; margin-bottom: 6px; }
.nl-sub { font-size: 12px; color: var(--gray-400); line-height: 1.5; margin-bottom: 14px; }
.nl-input { width: 100%; background: #333; border: none; padding: 10px 12px; color: var(--white); font-size: 13px; margin-bottom: 10px; outline: none; font-family: inherit; }
.nl-input::placeholder { color: var(--gray-500); }
.nl-btn { width: 100%; background: var(--white); color: var(--black); border: none; padding: 10px; font-size: 13px; font-weight: 700; cursor: pointer; font-family: inherit; }
.nl-btn:hover { background: var(--gray-200); }

/* BREADCRUMB */
.breadcrumb { max-width: var(--max-width); margin: 0 auto; padding: 14px 24px 0; font-size: 12px; color: var(--gray-500); display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.breadcrumb a:hover { color: var(--black); }
.breadcrumb .sep { color: var(--gray-300); }
.breadcrumb .current { color: var(--black); font-weight: 600; }

/* CATEGORY PAGE */
.cat-header { padding: 24px 0 16px; border-bottom: 3px solid var(--black); }
.cat-eyebrow { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--gray-500); margin-bottom: 6px; }
.cat-name { font-size: 36px; font-weight: 900; font-family: Georgia, serif; line-height: 1; margin-bottom: 8px; }
.cat-desc { font-size: 14px; color: var(--gray-600); line-height: 1.6; max-width: 560px; }
.cat-count { font-size: 12px; color: var(--gray-400); margin-top: 6px; }
.subcat-tabs { padding: 12px 0; border-bottom: 1px solid var(--gray-300); overflow-x: auto; }
.subcat-tabs-inner { display: flex; }
.subcat-tab { padding: 7px 16px; font-size: 13px; font-weight: 600; color: var(--gray-600); cursor: pointer; border-bottom: 2px solid transparent; white-space: nowrap; }
.subcat-tab.active, .subcat-tab:hover { color: var(--black); border-bottom-color: var(--black); }
.controls-bar { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--gray-200); flex-wrap: wrap; gap: 10px; }
.sort-group { display: flex; align-items: center; gap: 6px; }
.sort-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--gray-500); }
.sort-btn { padding: 5px 12px; font-size: 12px; font-weight: 600; border: 1px solid var(--gray-300); cursor: pointer; color: var(--gray-600); background: var(--white); }
.sort-btn.active { background: var(--black); color: var(--white); border-color: var(--black); }

/* FEATURED STORY (category page top) */
.featured-story { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-bottom: 28px; border-bottom: 2px solid var(--black); margin-bottom: 24px; }
.featured-img { aspect-ratio: 16/10; background: var(--gray-200); overflow: hidden; }
.featured-img img { width: 100%; height: 100%; object-fit: cover; }
.featured-badge { background: var(--black); color: var(--white); font-size: 10px; font-weight: 700; padding: 3px 8px; text-transform: uppercase; display: inline-block; margin-bottom: 10px; }
.featured-title { font-size: 22px; font-weight: 700; font-family: Georgia, serif; line-height: 1.3; margin-bottom: 12px; }
.featured-title:hover { text-decoration: underline; }
.featured-excerpt { font-size: 14px; color: var(--gray-600); line-height: 1.65; margin-bottom: 14px; }

/* ARTICLE LIST (category page) */
.article-list { display: flex; flex-direction: column; }
.list-item { display: grid; grid-template-columns: 1fr 120px; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--gray-200); align-items: start; }
.list-item:last-child { border-bottom: none; }
.li-subcat { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--gray-500); margin-bottom: 5px; }
.li-title { font-size: 17px; font-weight: 700; font-family: Georgia, serif; line-height: 1.35; margin-bottom: 7px; }
.li-title:hover { text-decoration: underline; cursor: pointer; }
.li-excerpt { font-size: 13px; color: var(--gray-600); line-height: 1.55; margin-bottom: 8px; }
.li-meta { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; font-size: 11px; color: var(--gray-500); }
.li-sep { color: var(--gray-300); }
.li-thumb { aspect-ratio: 4/3; background: var(--gray-200); overflow: hidden; }
.li-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* PAGINATION */
.pagination-wrap { padding: 28px 0 8px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--gray-200); margin-top: 8px; flex-wrap: wrap; gap: 12px; }
.page-numbers { display: flex; gap: 4px; align-items: center; }
.page-num { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; border: 1px solid var(--gray-300); cursor: pointer; color: var(--gray-600); }
.page-num:hover, .page-num.active { background: var(--black); color: var(--white); border-color: var(--black); }
.page-num.dots { border: none; cursor: default; }
.load-more-btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 22px; border: 1.5px solid var(--black); font-size: 13px; font-weight: 700; cursor: pointer; background: var(--white); }
.load-more-btn:hover { background: var(--black); color: var(--white); }

/* FOOTER */
.site-footer { background: var(--black); color: #ccc; padding: 36px 0 20px; margin-top: 48px; }
.footer-inner { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 24px; border-bottom: 1px solid #333; margin-bottom: 20px; }
.footer-brand .logo-blocks { margin-bottom: 12px; }
.footer-tagline { font-size: 13px; color: #999; line-height: 1.6; margin-bottom: 8px; }
.footer-tagline a, .footer-contact a { color: #bbb; }
.footer-contact { font-size: 12px; color: #888; }
.footer-col h4 { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--white); margin-bottom: 12px; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { font-size: 13px; color: #999; }
.footer-col ul li a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #666; flex-wrap: wrap; gap: 8px; }
.footer-bottom a { color: #666; }
.footer-bottom a:hover { color: #999; }
.footer-links { display: flex; gap: 16px; }

/* LOGIN / REGISTER PAGE */
.auth-wrap { max-width: 440px; margin: 60px auto; padding: 0 24px; }
.auth-box { border: 1px solid var(--gray-300); padding: 32px; }
.auth-title { font-size: 24px; font-weight: 700; font-family: Georgia, serif; margin-bottom: 6px; }
.auth-sub { font-size: 13px; color: var(--gray-500); margin-bottom: 24px; }
.form-row { margin-bottom: 16px; }
.form-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--gray-600); display: block; margin-bottom: 5px; }
.form-input { width: 100%; border: 1px solid var(--gray-300); padding: 10px 12px; font-size: 14px; color: var(--black); outline: none; font-family: inherit; }
.form-input:focus { border-color: var(--black); }
.form-error { font-size: 12px; color: #c00; margin-top: 4px; }
.form-submit { width: 100%; background: var(--black); color: var(--white); border: none; padding: 12px; font-size: 14px; font-weight: 700; cursor: pointer; margin-top: 8px; font-family: inherit; }
.form-submit:hover { background: var(--gray-700); }
.auth-switch { font-size: 13px; color: var(--gray-600); margin-top: 16px; text-align: center; }
.auth-switch a { color: var(--black); font-weight: 700; text-decoration: underline; }
.alert { padding: 10px 14px; font-size: 13px; margin-bottom: 16px; }
.alert-error { background: #fef2f2; border: 1px solid #fecaca; color: #c00; }
.alert-success { background: #f0fdf4; border: 1px solid #bbf7d0; color: #166534; }

/* UTILITY */
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
.text-muted { color: var(--gray-500); }
.text-small { font-size: 12px; }
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mb-1 { margin-bottom: 8px; }
.mb-2 { margin-bottom: 16px; }
.mb-3 { margin-bottom: 24px; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .hero-3col { grid-template-columns: 1fr 1fr; }
  .col-right { display: none; }
  .stories-row { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .hero-3col { grid-template-columns: 1fr; }
  .col-left { display: none; }
  .col-center { padding: 0; }
  .article-layout { grid-template-columns: 1fr; }
  .sidebar-col { display: none; }
  .stories-row { grid-template-columns: repeat(2, 1fr); }
  .featured-story { grid-template-columns: 1fr; }
  .cat-name { font-size: 28px; }
  .art-title { font-size: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 480px) {
  .header-inner { padding: 10px 16px; }
  .stories-row { grid-template-columns: 1fr; }
  .list-item { grid-template-columns: 1fr; }
  .li-thumb { display: none; }
}


/* AUTHOR PROFILE */
.author-profile { padding: 32px 0; border-bottom: 3px solid var(--black); margin-bottom: 28px; }
.author-profile-inner { display: flex; align-items: flex-start; gap: 28px; }
.author-profile-avatar { width: 90px; height: 90px; border-radius: 50%; background: var(--black); color: var(--white); font-size: 28px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.author-profile-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-profile-role { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--gray-500); margin-bottom: 4px; }
.author-profile-name { font-size: 28px; font-weight: 700; font-family: Georgia, serif; margin-bottom: 8px; }
.author-profile-bio { font-size: 14px; color: var(--gray-600); line-height: 1.6; margin-bottom: 6px; max-width: 560px; }
.author-profile-bio-long { font-size: 13px; color: var(--gray-500); line-height: 1.6; margin-bottom: 10px; max-width: 560px; }
.author-profile-stats { display: flex; gap: 24px; margin-bottom: 14px; }
.author-stat { display: flex; flex-direction: column; }
.author-stat-num { font-size: 22px; font-weight: 700; font-family: Georgia, serif; }
.author-stat-label { font-size: 11px; color: var(--gray-500); text-transform: uppercase; letter-spacing: 0.5px; }
.author-social { display: flex; gap: 8px; flex-wrap: wrap; }
.author-social-btn { display: flex; align-items: center; gap: 6px; padding: 6px 14px; border: 1px solid var(--gray-300); font-size: 12px; font-weight: 600; color: var(--black); }
.author-social-btn:hover { background: var(--black); color: var(--white); border-color: var(--black); }
```

Save karo dono files. Browser mein open karo:
```
thenewsfolio.com/author/admin/
