:root {
  color-scheme: light;
  --bg: #fff; --surface: #fff; --surface-elevated: #faf9f7; --text: #151a24; --text-muted: #667085;
  --border: #e4e1dc; --brand: #b3292f; --brand-hover: #8f1f24; --header-bg: rgba(255,255,255,.96);
  --input-bg: #fff; --focus-ring: rgba(179,41,47,.35); --danger: #9f2026; --disabled-bg: #e9ecef; --disabled-text: #6c757d;
  --ink: var(--text); --muted: var(--text-muted); --paper: var(--bg); --canvas: #f7f6f3; --canvas-deep: #efece6;
  --brand-dark: var(--brand-hover); --brand-soft: #f9e9e8; --navy: #152738;
  --gold: #d29c46; --line: var(--border); --shadow: 0 16px 40px rgba(31,35,48,.09);
  --shadow-hover: 0 22px 54px rgba(31,35,48,.15); --radius-sm: 10px; --radius: 18px; --radius-lg: 26px;
}
html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #0f141b; --surface: #151c25; --surface-elevated: #1a222d; --text: #f4f5f7; --text-muted: #a8b0bc;
  --border: #2b3542; --brand: #e05a60; --brand-hover: #ee7479; --header-bg: rgba(15,20,27,.96);
  --input-bg: #111821; --focus-ring: rgba(224,90,96,.42); --danger: #ff8b91; --disabled-bg: #232c37; --disabled-text: #858e9b;
  --canvas: #111821; --canvas-deep: #1a222d; --brand-soft: #3b2026; --navy: #152738;
  --shadow: 0 16px 40px rgba(0,0,0,.28); --shadow-hover: 0 22px 54px rgba(0,0,0,.38);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans",Arial,sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--brand-soft); color: var(--brand-dark); }
h1,h2,h3,h4,h5,h6,.brand-copy { font-family: "Manrope",Arial,sans-serif; letter-spacing: -.035em; }
a { color: inherit; transition: color 180ms ease, opacity 180ms ease, transform 180ms ease; }
a:hover { color: var(--brand); text-decoration: none; }
img { display: block; max-width: 100%; }
button,input,select,textarea { font: inherit; }
input::placeholder,textarea::placeholder { color: var(--muted); opacity: 1; }
main { min-width: 0; overflow-x: clip; }
:where(a,button,input,select,textarea):focus-visible { outline: 3px solid var(--focus-ring); outline-offset: 3px; }
.site-shell { width: min(1180px,calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1200; top: 12px; left: 12px; padding: 10px 14px; background: var(--ink); color: white; border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); color: white; }
.reading-progress { position: fixed; inset: 0 0 auto; z-index: 1100; height: 3px; pointer-events: none; }
.reading-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg,var(--brand),var(--gold)); }

.utility-bar { background: var(--navy); color: rgba(255,255,255,.82); font-size: .76rem; }
.utility-inner { height: 36px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner p { margin: 0; }
.utility-inner i { color: #efb65c; margin-right: 6px; }
.utility-links { display: flex; gap: 24px; }
.utility-links a:hover { color: white; }
.site-header { position: sticky; top: 0; z-index: 1000; background: var(--header-bg); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(16px); }
.main-nav { height: 78px; display: grid; grid-template-columns: auto minmax(280px,510px) auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); white-space: nowrap; }
.brand:hover { color: var(--ink); }
.brand-mark { width: 38px; height: 38px; border-radius: 11px 11px 4px 11px; display: inline-grid; place-items: center; background: var(--brand); color: white; box-shadow: 0 7px 16px rgba(179,41,47,.22); }
.brand-copy { font-size: 1.25rem; font-weight: 800; line-height: 1; }
.brand-copy small { display: block; color: var(--brand); font: 700 .62rem/1.35 "DM Sans",sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.header-search { height: 44px; display: flex; align-items: center; border: 1px solid var(--line); background: var(--surface-elevated); border-radius: 999px; padding-left: 17px; transition: box-shadow 180ms ease,border-color 180ms ease,background 180ms ease; }
.header-search:focus-within { border-color: var(--brand); background: var(--input-bg); box-shadow: 0 0 0 4px var(--brand-soft); }
.header-search i { color: var(--muted); }
.header-search input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; padding: 0 12px; color: var(--ink); }
.header-search button { align-self: stretch; border: 0; border-radius: 999px; background: transparent; padding: 0 19px; color: var(--brand); font-weight: 700; cursor: pointer; }
.header-controls { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.account-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; white-space: nowrap; }
.theme-toggle { width: 40px; height: 40px; display: grid; flex: 0 0 40px; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--surface); cursor: pointer; transition: color 180ms ease,background 180ms ease,border-color 180ms ease,transform 180ms ease; }
.theme-toggle:hover { color: var(--brand); border-color: var(--brand); background: var(--brand-soft); transform: translateY(-2px); }
.theme-icon { grid-area: 1/1; font-size: 1rem; }
.theme-icon-sun { display: none; }
html[data-theme="dark"] .theme-icon-moon { display: none; }
html[data-theme="dark"] .theme-icon-sun { display: inline-block; }
.text-action { font-size: .9rem; font-weight: 700; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border-radius: 9px; border: 1px solid transparent; font-weight: 700; line-height: 1; transition: transform 180ms ease,box-shadow 180ms ease,background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding-inline: 17px; font-size: .88rem; }
.button-primary { background: var(--brand); color: white; box-shadow: 0 8px 20px rgba(179,41,47,.19); }
.button-primary:hover { background: var(--brand-dark); color: white; box-shadow: 0 12px 25px rgba(179,41,47,.25); }
.button-outline { border-color: var(--line); background: var(--surface); }
.button-outline:hover { border-color: var(--brand); }
.button-light { background: white; color: var(--ink); }
.button-light:hover { color: var(--brand); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.category-bar { border-top: 1px solid var(--line); }
.category-nav { height: 43px; display: flex; align-items: stretch; gap: 34px; overflow-x: auto; scrollbar-width: none; }
.category-nav::-webkit-scrollbar { display: none; }
.category-nav a { display: flex; align-items: center; position: relative; flex: 0 0 auto; font-size: .82rem; font-weight: 700; color: var(--muted); }
.category-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--brand); transition: right 180ms ease; }
.category-nav a:hover::after { right: 0; }
.category-nav a[aria-current="page"] { color: var(--brand); }
.category-nav a[aria-current="page"]::after { right: 0; }
.category-home { font-size: 1rem!important; color: var(--brand)!important; }
.mobile-search,.mobile-account-actions,.menu-toggle { display: none; }
.messages-wrap { margin-top: 18px; }

.hero-section { padding-top: 34px; }
.hero-slider { position: relative; display: grid; min-height: 520px; overflow: hidden; border-radius: var(--radius-lg); background: var(--navy); box-shadow: var(--shadow); }
.hero-slider .hero-story { position: relative; grid-area: 1/1; display: flex; align-items: center; border-radius: 0; box-shadow: none; opacity: 0; visibility: hidden; pointer-events: none; transform: scale(1.015); transition: opacity 650ms ease,transform 900ms cubic-bezier(.2,.7,.2,1),visibility 650ms; }
.hero-slider .hero-story.is-active { opacity: 1; visibility: visible; pointer-events: auto; transform: scale(1); }
.hero-slider .hero-story .hero-content { opacity: 0; transform: translateY(18px); transition: opacity 500ms ease 180ms,transform 500ms cubic-bezier(.2,.7,.2,1) 180ms; }
.hero-slider .hero-story.is-active .hero-content { opacity: 1; transform: none; }
.hero-controls { position: absolute; right: 28px; bottom: 25px; z-index: 5; display: flex; align-items: center; gap: 12px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: white; background: rgba(11,19,29,.62); backdrop-filter: blur(12px); }
.hero-controls>button { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: white; background: rgba(255,255,255,.08); cursor: pointer; transition: background 180ms ease,transform 180ms ease; }
.hero-controls>button:hover { background: var(--brand); transform: scale(1.06); }
.hero-dots { display: flex; align-items: center; gap: 6px; }
.hero-dots button { width: 16px; height: 38px; padding: 0; border: 0; border-radius: 999px; background: radial-gradient(circle,rgba(255,255,255,.48) 0 3px,transparent 4px); cursor: pointer; transition: width 220ms ease,background 220ms ease; }
.hero-dots button.is-active { width: 28px; background: linear-gradient(transparent 16px,#f3bd69 16px 22px,transparent 22px); }
.hero-counter { min-width: 52px; color: rgba(255,255,255,.54); font-size: .68rem; }
.hero-counter strong { color: white; font-size: .86rem; }
.hero-story { min-height: 520px; position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--navy); box-shadow: var(--shadow); }
.hero-media,.hero-media img,.hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; transition: transform 900ms cubic-bezier(.2,.7,.2,1); }
.hero-story:hover .hero-media img { transform: scale(1.035); }
.hero-shade { background: linear-gradient(90deg,rgba(11,19,29,.92) 0%,rgba(11,19,29,.67) 44%,rgba(11,19,29,.1) 80%),linear-gradient(0deg,rgba(11,19,29,.35),transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(650px,66%); padding: clamp(52px,5vw,72px) 0 clamp(72px,6vw,92px) clamp(38px,5.4vw,64px); color: white; }
.eyebrow { display: inline-block; color: var(--brand); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-light { color: #f3bd69; }
.hero-content h1 { margin: 17px 0 18px; font-size: clamp(2.15rem,4.15vw,3.8rem); font-weight: 800; line-height: 1.07; letter-spacing: -.05em; overflow-wrap: anywhere; }
.hero-content h1 a:hover { color: white; }
.hero-content>p { max-width: 540px; color: rgba(255,255,255,.82); font-size: 1.08rem; line-height: 1.7; }
.story-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 18px; color: var(--muted); font-size: .77rem; }
.story-meta span+span::before { content: ""; display: inline-block; width: 3px; height: 3px; margin: 0 9px 2px 0; border-radius: 50%; background: currentColor; opacity: .5; }
.story-meta-light { color: rgba(255,255,255,.72); margin: 22px 0 28px; }
.empty-hero { min-height: 410px; display: grid; place-content: center; justify-items: start; padding: 70px; color: white; border-radius: var(--radius-lg); background: radial-gradient(circle at 80% 20%,rgba(210,156,70,.25),transparent 34%),linear-gradient(135deg,var(--navy),#243e55); }
.empty-hero h1 { max-width: 690px; margin: 15px 0; font-size: clamp(2.4rem,5vw,4.7rem); }
.empty-hero p { margin-bottom: 28px; color: rgba(255,255,255,.75); font-size: 1.1rem; }

.section-block { padding-top: 84px; padding-bottom: 88px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 32px; }
.section-heading h2 { margin: 6px 0 0; font-size: clamp(2rem,3.4vw,3rem); font-weight: 800; }
.section-note { max-width: 420px; margin: 0 0 5px; color: var(--muted); text-align: right; font-size: .95rem; }
.featured-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.story-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform 220ms ease,box-shadow 220ms ease,border-color 220ms ease; }
.story-card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: var(--shadow-hover); }
.story-image { display: block; position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--canvas-deep); }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.story-card:hover .story-image img { transform: scale(1.05); }
.image-category { position: absolute; left: 16px; bottom: 14px; padding: 6px 10px; color: white; background: rgba(21,39,56,.88); border-radius: 6px; font-size: .66rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; backdrop-filter: blur(8px); }
.story-card-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.story-card h3 { margin: 12px 0 10px; font-size: 1.25rem; font-weight: 800; line-height: 1.35; }
.story-card p,.feed-content p { color: var(--muted); font-size: .9rem; line-height: 1.65; }
.card-actions { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 19px; }
.story-link { color: var(--brand); font-size: .82rem; font-weight: 800; }
.story-link i { margin-left: 5px; transition: transform 180ms ease; }
.story-link:hover i { transform: translateX(4px); }
.bookmark-button { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); background: var(--surface); cursor: pointer; transition: all 180ms ease; }
.bookmark-button:hover,.bookmark-button.is-saved { color: white; border-color: var(--brand); background: var(--brand); transform: translateY(-2px); }
.bookmark-button.is-saved i::before { content: "\f02e"; }

.section-tint { background: var(--canvas); }
.content-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 56px; align-items: start; }
.article-feed { display: grid; gap: 18px; }
.feed-card { position: relative; display: grid; grid-template-columns: 235px minmax(0,1fr); gap: 25px; min-height: 180px; padding: 14px 58px 14px 14px; border: 1px solid transparent; border-radius: var(--radius); background: var(--surface); transition: transform 200ms ease,box-shadow 200ms ease,border-color 200ms ease; }
.feed-card:hover { transform: translateX(5px); border-color: var(--line); box-shadow: var(--shadow); }
.feed-image { min-height: 150px; overflow: hidden; border-radius: 12px; background: var(--canvas-deep); }
.feed-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.feed-card:hover .feed-image img { transform: scale(1.045); }
.feed-content { align-self: center; }
.feed-content h3 { margin: 8px 0; font-size: 1.35rem; font-weight: 800; line-height: 1.35; }
.feed-content p { margin-bottom: 12px; }
.feed-bookmark { position: absolute; top: 17px; right: 17px; }
.home-sidebar { position: sticky; top: 180px; display: grid; gap: 22px; }
.sidebar-panel { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.sidebar-panel h3 { margin: 10px 0; font-size: 1.28rem; font-weight: 800; line-height: 1.4; }
.sidebar-panel p { color: var(--muted); font-size: .9rem; }
.newsletter-panel { position: relative; overflow: hidden; color: white; border: 0; background: var(--navy); box-shadow: 0 18px 40px rgba(21,39,56,.18); }
.newsletter-panel::after { content: ""; position: absolute; width: 170px; height: 170px; right: -80px; bottom: -100px; border: 30px solid rgba(210,156,70,.13); border-radius: 50%; }
.newsletter-panel p,.newsletter-panel small { color: rgba(255,255,255,.68); }
.newsletter-icon { float: right; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #f3bd69; background: rgba(255,255,255,.08); }
.newsletter-form { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 42px; gap: 8px; margin-top: 18px; }
.newsletter-form input { min-width: 0; height: 44px; padding: 0 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; outline: 0; color: white; background: rgba(255,255,255,.08); }
.newsletter-form input::placeholder { color: rgba(255,255,255,.55); }
.newsletter-form input:focus { border-color: #f3bd69; }
.newsletter-form button { border: 0; border-radius: 8px; color: var(--navy); background: #f3bd69; cursor: pointer; }
.newsletter-form small { grid-column: 1/-1; }
.newsletter-form.is-complete input,.newsletter-form.is-complete button { display: none; }
.newsletter-status { position: relative; z-index: 2; margin: 18px 0 0; padding: 11px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: rgba(255,255,255,.07); }
.newsletter-status i { margin-right: 7px; color: #f3bd69; }
.topic-cloud { display: grid; margin-top: 13px; }
.topic-cloud a { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .88rem; font-weight: 700; }
.topic-cloud a:last-child { border-bottom: 0; }
.empty-state { padding: 54px; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); background: var(--surface); }
.empty-state i { color: var(--brand); font-size: 2rem; }

/* Most-read editorial collection */
.popular-section { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 88% 20%,rgba(210,156,70,.17),transparent 28%),linear-gradient(125deg,#10212f,var(--navy)); }
.popular-section::before { content: "POPULAR"; position: absolute; right: -20px; top: 18px; color: rgba(255,255,255,.025); font: 800 clamp(5rem,12vw,11rem)/1 "Manrope",sans-serif; letter-spacing: -.07em; pointer-events: none; }
.popular-heading { position: relative; }
.popular-heading h2 { color: white; }
.popular-heading .section-note { color: rgba(255,255,255,.6); }
.popular-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.popular-card { min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.055); transition: transform 220ms ease,border-color 220ms ease,background 220ms ease; }
.popular-card:hover { transform: translateY(-7px); border-color: rgba(243,189,105,.48); background: rgba(255,255,255,.09); }
.popular-image { display: block; position: relative; aspect-ratio: 4/3; overflow: hidden; background: rgba(255,255,255,.06); }
.popular-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(11,19,29,.55),transparent 58%); }
.popular-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 550ms ease; }
.popular-card:hover .popular-image img { transform: scale(1.055); }
.popular-rank { position: absolute; z-index: 2; left: 14px; bottom: -8px; color: white; font: 800 3.3rem/1 "Manrope",sans-serif; letter-spacing: -.09em; text-shadow: 0 4px 20px rgba(0,0,0,.35); }
.popular-card-body { padding: 21px 19px 20px; }
.popular-card-body h3 { margin: 9px 0 16px; font-size: 1.02rem; font-weight: 800; line-height: 1.45; }
.popular-card-body h3 a { color: white; }
.popular-card-body h3 a:hover { color: #f3bd69; }
.popular-meta { display: flex; gap: 14px; color: rgba(255,255,255,.56); font-size: .7rem; }
.popular-meta i { color: #f3bd69; }

.site-footer { color: rgba(255,255,255,.73); background: #101d29; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1fr; gap: 50px; padding-top: 66px; padding-bottom: 56px; }
.brand-light { color: white; }
.brand-light:hover { color: white; }
.brand-light .brand-copy small { color: #efb65c; }
.footer-intro { max-width: 320px; margin-top: 20px; }
.site-footer h3 { margin-bottom: 18px; color: white; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer li { margin: 9px 0; }
.site-footer a:hover { color: white; }
.footer-copy { font-size: .88rem; }
.social-row { display: flex; gap: 9px; margin-top: 15px; }
.social-row a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; color: white; text-transform: uppercase; }
.social-row a:hover { border-color: var(--brand); background: var(--brand); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; padding-bottom: 24px; border-top: 1px solid rgba(255,255,255,.09); font-size: .75rem; }
.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 500; width: 43px; height: 43px; border: 0; border-radius: 50%; color: white; background: var(--brand); box-shadow: 0 10px 28px rgba(179,41,47,.3); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px); transition: all 180ms ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease var(--delay,0ms),transform 650ms cubic-bezier(.2,.7,.2,1) var(--delay,0ms); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 991px) {
  .main-nav { grid-template-columns: auto 1fr auto; }
  .header-search { display: none; }
  .header-controls { justify-self: end; }
  .featured-grid { grid-template-columns: repeat(2,1fr); }
  .popular-grid { grid-template-columns: repeat(2,1fr); }
  .content-layout { grid-template-columns: 1fr; }
  .home-sidebar { position: static; grid-template-columns: repeat(2,1fr); }
  .topic-panel { grid-column: 1/-1; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid>div:last-child { grid-column: 1/-1; }
  .hero-content { width: min(620px,76%); padding-left: 42px; }
  .hero-content h1 { font-size: clamp(2.15rem,5.8vw,3.35rem); }
}
@media (max-width: 767px) {
  .site-shell { width: min(100% - 28px,1180px); }
  .utility-bar { display: none; }
  .main-nav { height: 68px; grid-template-columns: auto 1fr auto; gap: 14px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-copy { font-size: 1.08rem; }
  .account-actions { display: none; }
  .header-controls { grid-column: 3; gap: 4px; }
  .menu-toggle { display: grid; gap: 4px; padding: 9px; border: 0; background: transparent; }
  .menu-toggle span { width: 22px; height: 2px; background: var(--ink); transition: transform 180ms ease,opacity 180ms ease; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .category-bar { display: none; max-height: calc(100vh - 68px); overflow-y: auto; padding: 8px 0 20px; border-top: 1px solid var(--line); box-shadow: 0 12px 24px rgba(21,26,36,.1); }
  .category-bar.is-open { display: block; animation: menu-in 180ms ease both; }
  .category-nav { height: auto; display: grid; gap: 0; overflow: visible; }
  .category-nav a { padding: 12px 2px; border-bottom: 1px solid var(--line); }
  .category-nav a::after { display: none; }
  .mobile-search { display: flex; margin-top: 15px; }
  .mobile-search input { min-width: 0; flex: 1; height: 44px; padding: 0 14px; border: 1px solid var(--line); border-radius: 8px 0 0 8px; outline: 0; color: var(--ink); background: var(--input-bg); }
  .mobile-search button { width: 48px; border: 0; border-radius: 0 8px 8px 0; color: white; background: var(--brand); }
  .mobile-account-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 14px; }
  .hero-section { width: 100%; padding-top: 0; }
  .hero-story { min-height: 580px; align-items: flex-end; border-radius: 0 0 22px 22px; }
  .hero-slider { min-height: 580px; border-radius: 0 0 22px 22px; }
  .hero-slider .hero-story { border-radius: 0; }
  .hero-shade { background: linear-gradient(0deg,rgba(11,19,29,.96) 7%,rgba(11,19,29,.52) 66%,rgba(11,19,29,.12)); }
  .hero-content { position: relative; width: 100%; padding: clamp(185px,50vw,250px) 24px 106px; }
  .hero-content h1 { font-size: clamp(2rem,9.4vw,3rem); line-height: 1.08; }
  .hero-content>p { font-size: .95rem; line-height: 1.62; }
  .hero-controls { right: 18px; bottom: 18px; max-width: calc(100% - 36px); gap: 7px; padding: 5px 7px; }
  .empty-hero { min-height: 500px; padding: 40px 24px; border-radius: 0 0 22px 22px; }
  .section-block { padding-top: 58px; padding-bottom: 60px; }
  .section-heading { align-items: start; flex-direction: column; gap: 10px; margin-bottom: 24px; }
  .section-note { text-align: left; }
  .featured-grid { display: flex; gap: 16px; margin-right: -14px; padding-right: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .featured-grid::-webkit-scrollbar { display: none; }
  .story-card { flex: 0 0 84%; scroll-snap-align: start; }
  .popular-grid { display: flex; gap: 15px; margin-right: -14px; padding-right: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .popular-grid::-webkit-scrollbar { display: none; }
  .popular-card { flex: 0 0 78%; scroll-snap-align: start; }
  .feed-card { grid-template-columns: 112px 1fr; gap: 14px; min-height: 145px; padding: 10px 44px 10px 10px; }
  .feed-image { min-height: 125px; }
  .feed-content h3 { font-size: 1rem; }
  .feed-content p { display: none; }
  .feed-content .story-meta span:nth-child(2) { display: none; }
  .feed-bookmark { top: 12px; right: 10px; width: 30px; height: 30px; }
  .home-sidebar { grid-template-columns: 1fr; }
  .topic-panel { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-grid>div:first-child,.footer-grid>div:last-child { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}
@media (max-width: 430px) {
  .hero-content { padding-inline: 20px; }
  .hero-content h1 { font-size: clamp(1.8rem,9.2vw,2.45rem); }
  .hero-controls { right: 14px; bottom: 14px; max-width: calc(100% - 28px); }
  .hero-controls>button { width: 36px; height: 36px; }
  .hero-dots button { width: 13px; height: 36px; }
  .hero-dots button.is-active { width: 23px; background: linear-gradient(transparent 15px,#f3bd69 15px 21px,transparent 21px); }
  .hero-counter { min-width: 43px; }
  .feed-card { grid-template-columns: 92px 1fr; }
  .feed-content .story-meta span:not(:first-child) { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto!important; animation-duration: .01ms!important; transition-duration: .01ms!important; }
  [data-reveal] { opacity: 1; transform: none; }
}
@keyframes menu-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* Existing dashboard and form compatibility */
.card { color: var(--ink); background: var(--surface); border-color: var(--line); border-radius: var(--radius-sm); }
.dashboard-card { border: 0; box-shadow: var(--shadow); }
.col-md-9 form { max-width: 100%; }
.avatar { width: 42px; height: 42px; display: flex; flex: 0 0 42px; align-items: center; justify-content: center; border-radius: 50%; color: white; background: var(--brand); font-weight: 700; }
.btn-warning { border-color: var(--brand); color: white; background: var(--brand); }
.btn-warning:hover { border-color: var(--brand-dark); color: white; background: var(--brand-dark); }
.form-control,.custom-select { color: var(--ink); background-color: var(--input-bg); border-color: var(--line); }
.form-control:focus,.custom-select:focus { color: var(--ink); background-color: var(--input-bg); border-color: var(--brand); box-shadow: 0 0 0 .2rem var(--brand-soft); }
.form-control:disabled,.form-control[readonly],.custom-select:disabled { color: var(--disabled-text); background-color: var(--disabled-bg); opacity: 1; }
.custom-file-label { color: var(--muted); background-color: var(--input-bg); border-color: var(--line); }
.custom-file-label::after { color: var(--ink); background-color: var(--surface-elevated); border-left-color: var(--line); }
.invalid-feedback,.text-danger { color: var(--danger)!important; }
code { color: var(--brand); background: var(--surface-elevated); }

html[data-theme="dark"] .bg-white,
html[data-theme="dark"] .bg-light { color: var(--ink)!important; background-color: var(--surface)!important; }
html[data-theme="dark"] .text-dark { color: var(--ink)!important; }
html[data-theme="dark"] .text-muted { color: var(--muted)!important; }
html[data-theme="dark"] .nav-pills .nav-link { color: var(--ink)!important; border-bottom: 1px solid var(--line); }
html[data-theme="dark"] .nav-pills .nav-link:hover { color: var(--brand)!important; background: var(--surface-elevated); }
html[data-theme="dark"] .nav-pills .nav-link.bg-warning { color: white!important; background-color: var(--brand)!important; }
html[data-theme="dark"] .card-header,
html[data-theme="dark"] .list-group-item,
html[data-theme="dark"] .modal-content,
html[data-theme="dark"] .dropdown-menu { color: var(--ink); background-color: var(--surface); border-color: var(--line); }
html[data-theme="dark"] .list-group-item-action:hover,
html[data-theme="dark"] .list-group-item-action:focus { color: var(--ink); background-color: var(--surface-elevated); }
html[data-theme="dark"] .table { color: var(--ink); }
html[data-theme="dark"] .table th,
html[data-theme="dark"] .table td { border-color: var(--line); }
html[data-theme="dark"] .table thead th { border-color: var(--line); color: var(--muted); }
html[data-theme="dark"] .table-hover tbody tr:hover { color: var(--ink); background-color: var(--surface-elevated); }
html[data-theme="dark"] .btn-light,
html[data-theme="dark"] .badge-light { color: var(--ink); background-color: var(--surface-elevated); border-color: var(--line); }
html[data-theme="dark"] .btn-dark,
html[data-theme="dark"] .badge-dark { color: #fff; background-color: #263343; border-color: #344355; }
html[data-theme="dark"] .btn-link { color: var(--brand); }
html[data-theme="dark"] .page-link { color: var(--brand); background-color: var(--surface); border-color: var(--line); }
html[data-theme="dark"] .page-item.disabled .page-link { color: var(--disabled-text); background-color: var(--disabled-bg); border-color: var(--line); }
html[data-theme="dark"] .alert { color: var(--ink); background-color: var(--surface-elevated); border-color: var(--line); }
html[data-theme="dark"] .alert-success { border-left: 4px solid #4fc98a; }
html[data-theme="dark"] .alert-danger { border-left: 4px solid var(--danger); }
html[data-theme="dark"] .alert-warning { border-left: 4px solid #e4b35c; }
html[data-theme="dark"] .alert-info { border-left: 4px solid #61b9dc; }
html[data-theme="dark"] .close { color: var(--ink); text-shadow: none; }

/* Article detail */
.article-page { padding-bottom: 90px; background: linear-gradient(var(--canvas) 0 390px,var(--paper) 390px); }
.article-breadcrumb { display: flex; align-items: center; gap: 10px; padding-top: 30px; color: var(--muted); font-size: .77rem; }
.article-breadcrumb i { color: #a8abb0; }
.article-header { max-width: 920px; padding-top: 50px; padding-bottom: 42px; text-align: center; }
.article-header h1 { margin: 15px auto 18px; font-size: clamp(2.4rem,5.2vw,4.8rem); font-weight: 800; line-height: 1.08; letter-spacing: -.058em; }
.article-deck { max-width: 760px; margin: 0 auto; color: var(--muted); font-size: 1.1rem; line-height: 1.72; }
.article-byline { display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: 28px; text-align: left; }
.author-avatar { width: 42px; height: 42px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: white; background: linear-gradient(135deg,var(--brand),#d95c61); font-weight: 800; box-shadow: 0 5px 14px rgba(179,41,47,.18); }
.article-byline strong { display: block; font-size: .82rem; }
.article-byline small { display: block; color: var(--muted); font-size: .7rem; }
.byline-divider { width: 1px; height: 31px; margin: 0 6px; background: var(--line); }
.article-facts { display: flex; gap: 18px; color: var(--muted); font-size: .75rem; }
.article-hero { max-width: 1100px; height: min(62vw,600px); overflow: hidden; padding: 0; border-radius: var(--radius-lg); box-shadow: var(--shadow); background: var(--canvas-deep); }
.article-hero img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: 70px minmax(0,690px) 280px; justify-content: center; gap: 38px; align-items: start; padding-top: 65px; }
.article-tools { position: sticky; top: 180px; display: grid; justify-items: center; gap: 12px; }
.article-tools>span { color: #92969e; font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; margin-bottom: 4px; }
.article-tools button { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); background: var(--surface); cursor: pointer; transition: all 180ms ease; }
.article-tools button:hover,.article-tools button.is-saved { border-color: var(--brand); color: white; background: var(--brand); transform: translateY(-2px); }
.article-body { color: var(--ink); font-size: 1.08rem; line-height: 1.92; }
.article-body p { margin-bottom: 1.55em; }
.article-body img { width: auto; max-width: 100%; height: auto; margin: 2em auto; border-radius: 12px; }
.article-body a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.article-body ul,.article-body ol { margin: 0 0 1.55em; padding-left: 1.35em; }
.article-body li+li { margin-top: .45em; }
.article-body p:first-child::first-letter { float: left; margin: .08em .11em 0 0; color: var(--brand); font: 800 4.35rem/.78 "Manrope",sans-serif; }
.article-body h2,.article-body h3 { margin: 2em 0 .65em; color: var(--ink); font-weight: 800; }
.article-body blockquote { margin: 2em 0; padding: 22px 28px; border-left: 4px solid var(--brand); color: var(--navy); background: var(--brand-soft); font: 700 1.25rem/1.65 "Manrope",sans-serif; }
.article-end { display: flex; align-items: center; gap: 14px; margin: 38px 0; color: var(--brand); }
.article-end span { flex: 1; height: 1px; background: var(--line); }
.author-card { display: flex; gap: 20px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--canvas); }
.author-avatar-large { width: 60px; height: 60px; font-size: 1.25rem; }
.author-card h3 { margin: 3px 0 5px; font-size: 1.15rem; font-weight: 800; }
.author-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.article-sidebar { position: sticky; top: 165px; display: grid; gap: 22px; }
.related-panel { padding: 24px; border-radius: var(--radius); background: var(--navy); color: white; }
.related-panel h2 { margin: 7px 0 13px; font-size: 1.25rem; font-weight: 800; }
.related-story { display: grid; grid-template-columns: 72px 1fr; gap: 12px; align-items: center; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.11); }
.related-story img { width: 72px; height: 58px; object-fit: cover; border-radius: 8px; }
.related-story strong { display: -webkit-box; overflow: hidden; color: white; font-size: .79rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.related-story small { display: block; margin-top: 3px; color: rgba(255,255,255,.55); font-size: .65rem; }
.article-popular-panel { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.article-popular-heading { padding: 22px 22px 14px; }
.article-popular-heading h2 { margin: 6px 0 0; font-size: 1.2rem; font-weight: 800; }
.article-popular-story { display: grid; grid-template-columns: 26px 64px minmax(0,1fr); gap: 10px; align-items: center; padding: 13px 15px; border-top: 1px solid var(--line); }
.article-popular-story:hover { background: var(--canvas); }
.article-popular-rank { color: rgba(179,41,47,.42); font: 800 1.25rem/1 "Manrope",sans-serif; letter-spacing: -.08em; }
.article-popular-image { width: 64px; height: 54px; overflow: hidden; border-radius: 8px; background: var(--canvas-deep); }
.article-popular-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.article-popular-story:hover img { transform: scale(1.06); }
.article-popular-copy { min-width: 0; }
.article-popular-copy strong { display: -webkit-box; overflow: hidden; color: var(--ink); font-size: .76rem; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.article-popular-copy small { display: block; margin-top: 4px; color: var(--muted); font-size: .62rem; }
.article-popular-copy small i { color: var(--brand); }
.comments-section { margin-top: 55px; }
.comments-heading { display: flex; justify-content: space-between; align-items: end; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.comments-heading h2 { margin: 5px 0 0; font-size: 1.8rem; font-weight: 800; }
.comment-count { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: var(--brand); background: var(--brand-soft); font-weight: 800; }
.comment-form { padding: 24px 0; }
.comment-form textarea { width: 100%; min-height: 120px; padding: 14px; border: 1px solid var(--line); border-radius: 10px; outline: 0; color: var(--ink); background: var(--input-bg); resize: vertical; }
.comment-form textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 4px var(--brand-soft); }
.comment-form .button { margin-top: 10px; }
.form-errors { margin-top: 8px; color: var(--danger); font-size: .78rem; }
.form-errors ul { margin: 0; padding-left: 18px; }
.login-prompt { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; margin: 24px 0; padding: 20px; border-radius: 12px; background: var(--canvas); }
.login-prompt>i { color: var(--brand); font-size: 1.4rem; }
.login-prompt strong { font-size: .9rem; }
.login-prompt p { margin: 1px 0 0; color: var(--muted); font-size: .8rem; }
.comment-item { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 24px 0; border-top: 1px solid var(--line); }
.comment-item h3 { display: inline; margin: 0 8px 0 0; font-size: .9rem; font-weight: 800; }
.comment-item small { color: var(--muted); font-size: .7rem; }
.comment-copy { margin-top: 8px; color: var(--muted); font-size: .9rem; }
.no-comments { padding: 35px; color: var(--muted); text-align: center; border-top: 1px solid var(--line); }
.no-comments i { font-size: 1.6rem; }

/* Category and search archives */
.archive-hero { padding: 70px 0 68px; color: white; background: radial-gradient(circle at 82% 28%,rgba(210,156,70,.22),transparent 26%),linear-gradient(120deg,#10212f,var(--navy)); }
.archive-hero h1 { margin: 10px 0 8px; font-size: clamp(2.6rem,5vw,4.5rem); font-weight: 800; }
.archive-hero p { margin: 0; color: rgba(255,255,255,.68); }
.archive-section { padding-top: 60px; padding-bottom: 85px; }
.archive-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.archive-toolbar h2 { margin: 0; font-size: 1.8rem; font-weight: 800; }
.archive-toolbar span { color: var(--muted); font-size: .8rem; }
.archive-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.archive-empty { grid-column: 1/-1; }
.archive-empty .button { margin-top: 12px; }
.search-page { max-width: 920px; padding-top: 75px; padding-bottom: 90px; }
.search-heading { text-align: center; }
.search-heading h1 { margin: 10px 0; font-size: clamp(2.2rem,4.5vw,3.7rem); font-weight: 800; }
.search-heading p { color: var(--muted); }
.large-search { display: flex; align-items: center; gap: 13px; margin: 35px 0 50px; padding: 8px 8px 8px 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); }
.large-search>i { color: var(--muted); }
.large-search input { flex: 1; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; }
.search-results { display: grid; gap: 18px; }
.search-empty { margin-top: 25px; }
.empty-topics { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 18px; }
.empty-topics a { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); font-size: .78rem; font-weight: 700; }

/* Account and error pages */
.auth-page { min-height: 760px; display: grid; place-items: center; padding: 64px 20px; background: var(--canvas); }
.auth-shell { width: min(970px,100%); display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); }
.auth-story { position: relative; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: 55px; color: white; background: radial-gradient(circle at 20% 95%,rgba(210,156,70,.24),transparent 30%),linear-gradient(145deg,var(--navy),#25465d); }
.auth-story::after { content: ""; position: absolute; width: 260px; height: 260px; top: -125px; right: -125px; border: 38px solid rgba(255,255,255,.05); border-radius: 50%; }
.auth-story h1 { position: relative; margin: 13px 0; font-size: clamp(2rem,3.6vw,3rem); font-weight: 800; line-height: 1.15; }
.auth-story p { position: relative; color: rgba(255,255,255,.7); }
.auth-quote { display: flex; gap: 13px; margin-top: 35px; color: #f3bd69; font-weight: 700; }
.auth-benefits { position: relative; padding: 0; margin: 24px 0 0; list-style: none; }
.auth-benefits li { margin: 11px 0; color: rgba(255,255,255,.8); font-size: .88rem; }
.auth-benefits i { width: 23px; height: 23px; display: inline-grid; place-items: center; margin-right: 8px; border-radius: 50%; color: var(--navy); background: #f3bd69; font-size: .67rem; }
.auth-form-panel { padding: 48px 56px; }
.auth-brand { display: flex; width: max-content; margin-bottom: 45px; }
.auth-form-panel h2 { margin: 7px 0 2px; font-size: 1.75rem; font-weight: 800; }
.auth-form-panel>p { margin-bottom: 25px; color: var(--muted); }
.auth-form label { color: var(--muted); font-size: .78rem; font-weight: 700; }
.auth-form input { width: 100%; min-height: 45px; border: 1px solid var(--line); border-radius: 8px; }
.auth-form .form-group { margin-bottom: 16px; }
.auth-form input:focus { border-color: var(--brand); box-shadow: 0 0 0 3px var(--brand-soft); }
.auth-form .form-text { display: block; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.auth-form .form-text ul { margin: 5px 0 0; padding-left: 18px; }
.auth-form .invalid-feedback { font-size: .72rem; }
.password-field { position: relative; width: 100%; }
.password-field input { width: 100%; padding-right: 62px; }
.password-toggle { position: absolute; top: 50%; right: 5px; width: 50px; height: 36px; padding: 0; border: 0; border-radius: 7px; color: var(--brand); background: transparent; cursor: pointer; font-size: .72rem; font-weight: 800; transform: translateY(-50%); }
.password-toggle:hover { color: var(--brand); background: var(--brand-soft); }
.auth-submit { width: 100%; margin-top: 8px; }
.auth-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.auth-submit.is-loading i { animation: submit-pulse 800ms ease-in-out infinite alternate; }
.auth-switch { margin-top: 24px; color: var(--muted); text-align: center; font-size: .82rem; }
.auth-switch a { color: var(--brand); font-weight: 800; }
.not-found { min-height: 650px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.not-found-number { color: var(--brand-soft); font: 800 clamp(7rem,18vw,13rem)/.8 "Manrope",sans-serif; letter-spacing: -.09em; }
.not-found h1 { margin: 13px 0 8px; font-size: clamp(2.2rem,4vw,3.5rem); font-weight: 800; }
.not-found p { max-width: 550px; margin-bottom: 27px; color: var(--muted); }
.error-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

@media (max-width: 1050px) {
  .article-layout { grid-template-columns: 55px minmax(0,680px); }
  .article-sidebar { grid-column: 2; position: static; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .archive-grid { grid-template-columns: repeat(2,1fr); }
  .auth-shell { grid-template-columns: 1fr; max-width: 620px; }
  .auth-story { min-height: 360px; }
}
@media (max-width: 767px) {
  .article-page { background: linear-gradient(var(--canvas) 0 500px,var(--paper) 500px); }
  .article-breadcrumb { padding-top: 18px; }
  .article-header { padding-top: 35px; padding-bottom: 30px; text-align: left; }
  .article-header h1 { font-size: clamp(2rem,10vw,3rem); }
  .article-byline { justify-content: flex-start; flex-wrap: wrap; }
  .byline-divider { display: none; }
  .article-facts { width: 100%; flex-wrap: wrap; gap: 7px 16px; margin-top: 6px; }
  .article-hero { width: 100%; height: 62vw; border-radius: 0; }
  .article-layout { grid-template-columns: 1fr; padding-top: 38px; }
  .article-tools { position: static; display: flex; justify-content: flex-start; }
  .article-tools>span { writing-mode: initial; margin: 8px 5px 0 0; }
  .article-sidebar { grid-column: auto; grid-template-columns: 1fr; }
  .article-body { font-size: 1rem; line-height: 1.85; }
  .login-prompt { grid-template-columns: auto 1fr; }
  .login-prompt .button { grid-column: 1/-1; }
  .archive-hero { padding: 55px 0; }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-toolbar { align-items: flex-start; flex-direction: column; gap: 4px; }
  .large-search { flex-wrap: wrap; }
  .large-search .button { width: 100%; }
  .auth-page { padding: 28px 14px; }
  .auth-story { min-height: 320px; padding: 34px 28px; }
  .auth-form-panel { padding: 36px 28px; }
  .auth-brand { margin-bottom: 32px; }
  main .col-md-9>.table { display: block; width: 100%; overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; }
}

@keyframes submit-pulse { to { transform: translateX(4px); } }
