:root {
  color-scheme: light;
  --ink: #11131c;
  --ink-soft: #343849;
  --muted: #778095;
  --muted-2: #9ba4b6;
  --line: rgba(102, 115, 152, .14);
  --paper: rgba(251, 252, 255, .92);
  --panel: rgba(247, 249, 255, .88);
  --blue: #426894;
  --blue-deep: #294a73;
  --lavender: #a08eea;
  --purple: #9c76e8;
  --purple-light: #e8ddff;
  --mint: #d3efea;
  --serif: "Times New Roman", "Noto Serif Bengali", "Nirmala UI", serif;
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --shadow-soft: 0 24px 80px rgba(53, 66, 109, .09);
  --shadow-lilac: 0 24px 74px rgba(158, 116, 228, .16);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; scroll-padding-top: 32px; background: #e7ebf8; }
body { margin: 0; min-width: 320px; min-height: 100vh; color: var(--ink); background: #e7ebf8; font-family: var(--serif); font-size: 17px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body:has(.site-header) { padding: clamp(12px, 3vw, 40px); }
body:has(.site-header)::before { position: fixed; z-index: -2; inset: 0; content: ""; background: radial-gradient(ellipse at 10% 2%, rgba(255,255,255,.6), transparent 34%), radial-gradient(ellipse at 96% 88%, rgba(187, 154, 255, .19), transparent 32%), linear-gradient(135deg, #edf1fb 0%, #e8edf9 50%, #e4e8f6 100%); }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--blue); }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(137, 106, 223, .45); outline-offset: 4px; }
button:disabled { cursor: not-allowed; opacity: .58; }
svg { display: block; width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 12px 18px; border-radius: 12px; background: var(--ink); color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.page-backdrop { position: fixed; inset: 4px; z-index: -1; pointer-events: none; border: 1px solid rgba(255,255,255,.62); border-radius: 46px; box-shadow: 0 0 0 1px rgba(191, 152, 255, .18), 0 0 60px rgba(188, 144, 247, .16); }
.site-header, .site-main, .site-footer, .preview-banner, .mobile-dock { width: min(1500px, 100%); margin-inline: auto; }
.site-header { position: relative; z-index: 20; }
.masthead { display: flex; min-height: 94px; align-items: center; justify-content: space-between; gap: 24px; padding: 14px clamp(16px, 3vw, 36px) 18px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; min-width: 0; align-items: center; gap: 12px; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand-mark { position: relative; display: grid; width: 49px; height: 49px; flex: 0 0 auto; place-items: center; overflow: hidden; border: 1px solid rgba(122, 99, 190, .18); border-radius: 17px; background: linear-gradient(145deg, #fff, #eee8ff); color: #6758a0; font-size: 24px; font-weight: 700; box-shadow: 0 7px 18px rgba(113, 91, 172, .12); }
.brand-mark::after { position: absolute; right: -10px; bottom: -17px; width: 33px; height: 33px; border: 1px solid rgba(141, 117, 212, .25); border-radius: 50%; content: ""; }
.brand-mark--small { width: 35px; height: 35px; border-radius: 12px; font-size: 18px; }
.brand-copy { display: grid; line-height: 1.22; }
.brand-copy strong { font-size: 23px; font-weight: 700; letter-spacing: .025em; }
.brand-copy > span { margin-top: 4px; color: var(--muted); font-size: 11px; }
.masthead-right { display: flex; align-items: center; justify-content: flex-end; gap: clamp(10px, 2.5vw, 28px); }
.masthead-date { color: var(--muted); font-size: 13px; }
.header-tools { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 17px clamp(16px, 3vw, 36px) 21px; }
.category-chips { display: flex; min-width: 0; align-items: center; gap: 9px; overflow-x: auto; scrollbar-width: none; }
.category-chips::-webkit-scrollbar, .mobile-categories::-webkit-scrollbar { display: none; }
.category-chip { display: inline-flex; min-height: 40px; flex: 0 0 auto; align-items: center; justify-content: center; gap: 8px; padding: 6px 16px; border: 1px solid transparent; border-radius: 999px; background: rgba(255,255,255,.48); color: #3d4253; font-size: 14px; transition: .2s ease; }
.category-chip:hover, .category-chip.is-active { border-color: rgba(255,255,255,.92); background: rgba(255,255,255,.91); color: var(--ink); box-shadow: 0 4px 16px rgba(52,62,98,.055); }
.category-chip.is-active { font-weight: 700; }
.category-chip span { color: var(--lavender); font-size: 16px; }
.header-search, .sidebar-search { display: flex; min-width: 230px; min-height: 50px; align-items: center; justify-content: space-between; gap: 8px; padding: 0 11px 0 17px; border: 1px solid rgba(198, 205, 224, .35); border-radius: 15px; background: rgba(233,237,247,.75); }
.header-search { width: min(360px, 30vw); }
.header-search input, .sidebar-search input { width: 100%; min-width: 0; height: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; }
.header-search input::placeholder, .sidebar-search input::placeholder { color: #8c95a8; }
.header-search button, .sidebar-search button { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border: 0; border-radius: 12px; background: transparent; color: #4d576c; cursor: pointer; }
.header-search button:hover, .sidebar-search button:hover { background: #fff; }
.mobile-search-trigger, .mobile-categories { display: none; }
.account-menu { position: relative; z-index: 35; }
.account-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 5px 12px 5px 6px; border: 1px solid rgba(255,255,255,.94); border-radius: 999px; background: rgba(255,255,255,.73); color: var(--ink); box-shadow: 0 6px 20px rgba(42,50,86,.055); cursor: pointer; transition: .2s ease; }
.account-button:hover, .account-button[aria-expanded="true"] { border-color: #fff; background: #fff; box-shadow: 0 9px 24px rgba(42,50,86,.1); }
.account-avatar { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; overflow: hidden; border: 1px solid rgba(145, 123, 203, .17); border-radius: 50%; background: linear-gradient(145deg, #f1efff, #fff); color: #735fbd; }
.account-avatar svg { width: 20px; height: 20px; }
.account-avatar img { width: 100%; height: 100%; object-fit: cover; }
.account-button-label { font-size: 13px; font-weight: 700; }
.account-chevron { width: 14px; height: 14px; transition: transform .18s ease; }
.account-button[aria-expanded="true"] .account-chevron { transform: rotate(180deg); }
.account-panel { position: absolute; top: calc(100% + 12px); right: 0; width: min(340px, calc(100vw - 30px)); padding: 17px; border: 1px solid rgba(226,228,239,.94); border-radius: 22px; background: rgba(255,255,255,.98); box-shadow: 0 20px 58px rgba(44,49,75,.17); animation: panel-in .16s ease-out; }
@keyframes panel-in { from { opacity: 0; transform: translateY(-5px) scale(.99); } to { opacity: 1; transform: translateY(0) scale(1); } }
.account-panel__heading { display: flex; align-items: center; gap: 12px; padding: 3px 2px 16px; }
.account-avatar--panel { width: 43px; height: 43px; }
.account-panel__identity { display: grid; min-width: 0; line-height: 1.45; }
.account-panel__identity strong { max-width: 215px; overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.account-panel__identity > span { color: var(--muted); font-size: 12px; }
.account-balance { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; border: 1px solid rgba(200,190,241,.5); border-radius: 15px; background: linear-gradient(130deg,#f7f7ff,#f0ebff); }
.account-balance > div { display: grid; line-height: 1.5; }
.account-balance > div > span { color: var(--muted); font-size: 11px; }
.account-balance > div > strong { font-size: 19px; }
.account-balance > a { color: var(--blue-deep); font-size: 12px; font-weight: 700; }
.profile-completion { padding: 13px 2px 8px; }
.profile-completion__row, .profile-progress-summary { display: flex; align-items: center; justify-content: space-between; color: #636d81; font-size: 12px; }
.profile-completion__row strong, .profile-progress-summary strong { color: var(--blue-deep); }
.completion-track { width: 100%; height: 6px; margin-top: 7px; overflow: hidden; border-radius: 99px; background: #eaedf5; }
.completion-track > span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#8b79db,#c69ce8); transition: width .35s ease; }
.account-links { display: grid; gap: 3px; padding-top: 7px; }
.account-links a { display: flex; min-height: 45px; align-items: center; gap: 11px; padding: 8px 10px; border-radius: 12px; color: #383e50; font-size: 13px; transition: .16s ease; }
.account-links a:hover { background: #f3f3fa; color: #5d4c9b; }
.account-links a svg { width: 18px; height: 18px; color: #707994; }
.account-signout { width: 100%; min-height: 42px; margin-top: 9px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: #a14854; font-size: 13px; cursor: pointer; }
.account-signout:hover { background: #fff5f5; }
.preview-banner { display: flex; min-height: 39px; align-items: center; justify-content: center; gap: 9px; padding: 7px 14px; border-top: 1px solid rgba(255,255,255,.55); border-bottom: 1px solid rgba(255,255,255,.75); background: rgba(247,248,255,.64); color: #637089; text-align: center; font-size: 12px; }
.preview-banner__dot, .eyebrow-dot, .lead-art__live-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #a891e4; box-shadow: 0 0 0 4px rgba(168,145,228,.12); }
.site-main { min-height: 65vh; }
.portal-frame { position: relative; margin-top: 15px; padding: clamp(21px, 3.8vw, 57px); overflow: clip; border: 1px solid rgba(255,255,255,.9); border-radius: clamp(24px, 3vw, 37px); background: rgba(247,249,255,.76); box-shadow: var(--shadow-soft); }
.portal-frame::before { position: absolute; z-index: 0; top: -70px; left: 12%; width: 65%; height: 155px; border-radius: 50%; background: radial-gradient(ellipse,rgba(255,255,255,.74),transparent 72%); content: ""; pointer-events: none; }
.portal-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.67fr) minmax(300px, .82fr); align-items: start; gap: clamp(35px, 6vw, 86px); }
.editorial-main { min-width: 0; }
.section-eyebrow { display: flex; align-items: center; gap: 9px; margin: 3px 0 26px; color: #737b92; font-size: 13px; }
.eyebrow-dot { width: 6px; height: 6px; }
.lead-story { position: relative; display: grid; min-height: clamp(435px, 42vw, 570px); grid-template-columns: minmax(0, 1.07fr) minmax(220px, .93fr); align-items: center; gap: 8px; padding: 10px 0 31px; }
.lead-story__copy { position: relative; z-index: 2; max-width: 650px; }
.lead-label { display: inline-flex; min-height: 35px; align-items: center; gap: 9px; padding: 3px 11px 3px 7px; border-left: 3px solid #a995e7; background: linear-gradient(90deg,rgba(224,219,249,.58),rgba(255,255,255,.14)); color: #383949; font-size: 12px; }
.lead-label__mark { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 8px; background: rgba(255,255,255,.7); color: #7061ad; font-weight: 700; }
.lead-story__meta { display: flex; align-items: center; gap: 9px; margin: 39px 0 17px; color: #8791a5; font-size: 13px; }
.lead-story__meta a, .story-meta > a, .story-meta > span:first-child { color: var(--blue); }
.lead-story h1 { max-width: 680px; margin: 0; font-size: clamp(34px, 3.65vw, 54px); font-weight: 600; letter-spacing: -.035em; line-height: 1.39; text-wrap: pretty; }
.lead-story h1 a:hover, .story-card h3 a:hover { color: #403761; }
.lead-story__copy > p { max-width: 490px; margin: 17px 0 0; color: #717b90; font-size: 15px; line-height: 1.9; }
.lead-story__tags { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 20px; color: #8c95a6; font-size: 13px; }
.read-button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; gap: 16px; padding: 5px 6px 5px 21px; border: 1px solid rgba(255,255,255,.95); border-radius: 999px; background: rgba(255,255,255,.86); color: #191b26; font-size: 14px; font-weight: 600; box-shadow: 0 7px 23px rgba(45,52,80,.06); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.read-button:hover { transform: translateY(-2px); background: #fff; color: var(--ink); box-shadow: 0 12px 27px rgba(45,52,80,.1); }
.lead-story__copy > .read-button { margin-top: 28px; }
.read-button__arrow { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #fff; }
.read-button__arrow svg { width: 18px; height: 18px; }
.lead-art { position: relative; z-index: 1; display: block; min-width: 0; height: 100%; max-height: 500px; min-height: 340px; align-self: stretch; overflow: hidden; border-radius: 44% 43% 41% 42% / 44% 43% 41% 43%; }
.lead-art::before { position: absolute; inset: 4%; z-index: 1; border: 1px solid rgba(255,255,255,.28); border-radius: inherit; content: ""; pointer-events: none; }
.story-art { position: relative; display: block; overflow: hidden; isolation: isolate; background: linear-gradient(145deg,#dfe9f9,#dcd3fa); }
.story-art__visual { position: absolute; inset: 0; overflow: hidden; border-radius: inherit; background: linear-gradient(148deg,#edf5fc 0%,#dedcf5 54%,#c6bcf1 100%); }
.story-art__visual::before { position: absolute; right: -24%; bottom: -51%; width: 104%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: radial-gradient(circle at 30% 20%,rgba(255,255,255,.36),rgba(171,140,222,.13) 48%,rgba(105,99,183,.08)); content: ""; box-shadow: 0 0 0 17px rgba(255,255,255,.09),0 0 0 34px rgba(255,255,255,.06); }
.story-art__visual::after { position: absolute; top: -20%; left: -15%; width: 70%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.54); border-radius: 50%; content: ""; }
.story-art__halo { position: absolute; right: 12%; bottom: 0; width: 75%; height: 82%; border-radius: 50% 50% 0 0; background: radial-gradient(ellipse at 47% 65%,rgba(255,255,255,.38),rgba(201,178,246,.37) 48%,transparent 70%); filter: blur(1px); }
.story-art__line { position: absolute; z-index: 1; left: 15%; width: 70%; height: 1px; background: linear-gradient(90deg,transparent,rgba(255,255,255,.76),transparent); transform: rotate(-18deg); }
.story-art__line--one { top: 43%; }
.story-art__line--two { top: 63%; transform: rotate(12deg); }
.story-art__seal { position: absolute; z-index: 3; top: 48%; left: 51%; display: grid; width: clamp(58px, 7vw, 87px); aspect-ratio: 1; place-content: center; border: 1px solid rgba(255,255,255,.74); border-radius: 50%; background: rgba(255,255,255,.34); color: rgba(81,78,135,.72); text-align: center; font-size: 25px; font-weight: 700; line-height: .9; transform: translate(-50%,-50%) rotate(-8deg); box-shadow: 0 9px 30px rgba(90,81,159,.12), inset 0 0 20px rgba(255,255,255,.45); backdrop-filter: blur(8px); }
.story-art__seal i { margin-top: 4px; font-size: 17px; font-style: normal; }
.story-art__pill { position: absolute; z-index: 3; right: 11%; bottom: 11%; padding: 6px 11px; border: 1px solid rgba(255,255,255,.68); border-radius: 999px; background: rgba(255,255,255,.48); color: #596080; font-size: 10px; backdrop-filter: blur(8px); }
.art-campus { background: linear-gradient(145deg,#e9f4fb 0%,#d9e8f8 46%,#beb2ef 100%); }
.art-campus .story-art__halo { background: radial-gradient(ellipse at 47% 65%,rgba(234,255,255,.7),rgba(169,181,244,.48) 48%,transparent 70%); }
.art-library { background: linear-gradient(140deg,#f8f0e5 0%,#e6dbd3 42%,#b7c7dc 100%); }
.art-library .story-art__halo { background: radial-gradient(ellipse at 47% 65%,rgba(255,251,236,.67),rgba(197,171,188,.36) 48%,transparent 70%); }
.art-culture { background: linear-gradient(145deg,#faecf0 0%,#eddaec 46%,#b5b1e9 100%); }
.art-culture .story-art__halo { background: radial-gradient(ellipse at 47% 65%,rgba(255,234,247,.65),rgba(213,155,209,.34) 48%,transparent 70%); }
.art-student { background: linear-gradient(145deg,#e5f1e9 0%,#cfdfde 48%,#a5bbd2 100%); }
.art-student .story-art__halo { background: radial-gradient(ellipse at 47% 65%,rgba(235,255,232,.62),rgba(140,185,178,.35) 48%,transparent 70%); }
.story-art__visual--lead .story-art__seal--lead { width: clamp(95px, 12vw, 145px); font-size: clamp(42px, 6vw, 68px); border-width: 2px; background: rgba(255,255,255,.22); color: rgba(86,73,161,.67); }
.story-art__visual--lead .story-art__seal--lead i { font-size: clamp(27px, 4vw, 45px); }
.lead-art__caption { position: absolute; z-index: 3; right: 9%; bottom: 13%; display: flex; align-items: center; gap: 9px; color: rgba(48,55,84,.69); font-size: 12px; }
.lead-art__stamp { position: absolute; z-index: 4; top: 8%; right: 9%; display: grid; width: 59px; height: 59px; place-content: center; border: 1px solid rgba(255,255,255,.74); border-radius: 50%; background: rgba(255,255,255,.44); color: #665d94; text-align: center; font-size: 10px; line-height: 1.4; backdrop-filter: blur(10px); }
.lead-story--empty { min-height: 410px; }
.lead-art--placeholder { display: grid; place-items: center; background: radial-gradient(circle at 48% 43%,rgba(202,180,249,.73),rgba(237,240,252,.84) 36%,transparent 66%); }
.placeholder-ring { position: absolute; width: 88%; aspect-ratio: 1; border: 1px solid rgba(159,136,225,.34); border-radius: 50%; box-shadow: 0 0 0 14px rgba(192,174,236,.09),0 0 0 28px rgba(192,174,236,.06); }
.placeholder-ring--two { width: 64%; border-color: rgba(255,255,255,.82); }
.placeholder-seal { z-index: 2; display: grid; width: 108px; aspect-ratio: 1; place-content: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: rgba(255,255,255,.39); color: #7868ba; text-align: center; font-size: 41px; font-weight: 700; line-height: .93; backdrop-filter: blur(8px); }
.placeholder-seal i { margin-top: 5px; font-size: 28px; font-style: normal; }
.placeholder-caption { position: absolute; z-index: 2; bottom: 15%; color: #707891; font-size: 14px; }
.feed-heading, .sidebar-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.feed-heading { margin: 18px 0 17px; padding-top: 26px; border-top: 1px solid var(--line); }
.section-kicker { display: block; margin-bottom: 4px; color: #8a81a8; font-size: 11px; letter-spacing: .035em; }
.feed-heading h2, .sidebar-heading h2 { margin: 0; font-size: 22px; font-weight: 600; line-height: 1.35; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: #626c81; font-size: 13px; }
.text-link:hover { color: var(--blue); }
.story-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 17px; }
.story-card { min-width: 0; padding: 10px; border: 1px solid rgba(223,227,240,.74); border-radius: 21px; background: rgba(255,255,255,.61); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.story-card:hover { transform: translateY(-3px); background: rgba(255,255,255,.86); box-shadow: 0 15px 36px rgba(50,59,91,.1); }
.story-card__art { height: clamp(112px, 12vw, 165px); border-radius: 15px; }
.story-card__category { position: absolute; z-index: 4; bottom: 9px; left: 10px; padding: 4px 9px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; background: rgba(255,255,255,.69); color: #4b5269; font-size: 10px; backdrop-filter: blur(9px); }
.story-card__body { padding: 13px 4px 4px; }
.story-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; color: #8a93a5; font-size: 11px; line-height: 1.6; }
.story-meta a { color: var(--blue); }
.story-card h3 { display: -webkit-box; min-height: 62px; margin: 8px 0 7px; overflow: hidden; font-size: 16px; font-weight: 600; line-height: 1.57; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.story-card__body > p { min-height: 43px; margin: 0; color: #81899a; font-size: 12px; line-height: 1.65; }
.story-card__footer { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 8px; margin-top: 11px; padding-top: 9px; border-top: 1px solid rgba(227,230,239,.8); }
.story-byline { overflow: hidden; color: #858da0; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.round-arrow { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #56627b; }
.round-arrow svg { width: 15px; height: 15px; }
.round-arrow:hover { border-color: #b8a8e9; background: #fff; color: #6655aa; }
.story-rank { display: none; }
.feed-empty { grid-column: 1 / -1; display: grid; min-height: 182px; place-content: center; justify-items: center; padding: 24px; border: 1px dashed rgba(152,159,185,.35); border-radius: 21px; background: rgba(255,255,255,.39); text-align: center; }
.feed-empty__icon { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 10px; border: 1px solid rgba(163,146,216,.25); border-radius: 15px; background: #f6f3ff; color: #7969b4; font-size: 21px; }
.feed-empty > strong { font-size: 15px; }
.feed-empty > p { margin: 3px 0 0; color: #818a9d; font-size: 12px; }
.load-more-wrap { display: flex; justify-content: center; padding: 19px 0 0; }
.outline-button { display: inline-flex; min-height: 43px; align-items: center; justify-content: center; gap: 9px; padding: 8px 16px; border: 1px solid rgba(125,133,160,.22); border-radius: 999px; background: rgba(255,255,255,.62); color: #454b5d; font-size: 13px; cursor: pointer; }
.outline-button:hover { border-color: #b8a8e9; background: #fff; color: #5e4d9a; }
.contribute-card { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 15px; margin-top: 30px; padding: 19px 22px; border: 1px solid rgba(200,193,234,.44); border-radius: 20px; background: linear-gradient(105deg,rgba(248,247,255,.9),rgba(255,255,255,.62)); }
.contribute-card__symbol { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 14px; background: #eeeaff; color: #7967bf; font-size: 24px; }
.contribute-card h2 { margin: 0; font-size: 18px; line-height: 1.45; }
.contribute-card p { margin: 3px 0 0; color: #7f8799; font-size: 11px; }
.contribute-link { display: inline-flex; align-items: center; gap: 7px; color: #52458b; font-size: 12px; font-weight: 700; white-space: nowrap; }
.recommendation-panel { position: relative; min-width: 0; min-height: 690px; padding: 14px; border: 1px solid rgba(255,255,255,.92); border-radius: 28px; background: rgba(249,250,255,.72); box-shadow: 0 10px 35px rgba(56,68,104,.045); }
.sidebar-search { min-width: 0; min-height: 51px; background: rgba(231,235,246,.7); }
.sidebar-search button { width: 37px; height: 37px; }
.sidebar-heading { margin: 27px 4px 14px; }
.sidebar-heading h2 { font-size: 19px; }
.sidebar-heading > a { display: inline-flex; align-items: center; gap: 5px; color: #6e7789; font-size: 12px; }
.sidebar-heading > a:hover { color: var(--blue); }
.sidebar-heading > a span { font-size: 22px; line-height: 1; }
.recommended-feature { display: grid; }
.recommended-feature__art { position: relative; height: 245px; overflow: hidden; border-radius: 20px; background: linear-gradient(145deg,#e1f0f5,#a8acd9 54%,#8070cb); }
.recommended-feature__art .story-art__visual { border-radius: inherit; }
.recommended-feature__art .story-art__seal { top: 37%; left: 50%; width: 87px; }
.recommended-feature__copy { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; display: grid; gap: 6px; padding: 55px 16px 15px; background: linear-gradient(0deg,rgba(57,48,112,.87),rgba(87,75,145,.53) 57%,transparent); color: #fff; }
.recommended-feature__copy > span { font-size: 11px; opacity: .85; }
.recommended-feature__copy > strong { font-size: 16px; font-weight: 600; line-height: 1.5; }
.recommended-list { display: grid; }
.recommended-item { display: grid; grid-template-columns: minmax(0,1fr) 76px; align-items: center; gap: 13px; padding: 16px 3px; border-bottom: 1px solid rgba(223,226,238,.83); }
.recommended-item__copy { min-width: 0; }
.recommended-item h3 { display: -webkit-box; margin: 5px 0 0; overflow: hidden; font-size: 14px; font-weight: 600; line-height: 1.57; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.recommended-thumb { position: relative; display: block; width: 76px; height: 67px; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 13px; background: #e8e4f6; }
.recommended-thumb .story-art__seal { width: 31px; font-size: 15px; }
.recommended-thumb.story-art__visual { position: relative; }
.sidebar-live-state { padding: 17px 9px; color: #8790a2; text-align: center; font-size: 12px; }
.sidebar-live-state > span { color: #9a89da; font-size: 21px; }
.sidebar-live-state > p { margin: 3px 0; }
.sidebar-topics { margin: 8px 3px 20px; padding-top: 5px; }
.sidebar-topics .sidebar-heading { margin: 14px 0 10px; }
.topic-chip { display: inline-flex; min-height: 34px; align-items: center; gap: 5px; margin: 4px 4px 2px 0; padding: 3px 10px; border: 1px solid rgba(219,221,235,.78); border-radius: 999px; background: rgba(255,255,255,.54); color: #636d80; font-size: 11px; }
.topic-chip > span { color: #8a75ca; }
.topic-chip:hover { border-color: #c8b8ee; background: #fff; }
.newsletter-card { position: relative; overflow: hidden; margin-top: 17px; padding: 21px 20px 18px; border: 1px solid rgba(215,208,239,.57); border-radius: 21px; background: linear-gradient(145deg,#f9f8ff,#f0effb); }
.newsletter-card::after { position: absolute; top: -30px; right: -30px; width: 105px; height: 105px; border: 1px solid rgba(164,146,225,.2); border-radius: 50%; content: ""; box-shadow: 0 0 0 12px rgba(174,159,226,.06),0 0 0 25px rgba(174,159,226,.04); }
.newsletter-icon { display: grid; width: 31px; height: 31px; place-items: center; margin-bottom: 13px; border-radius: 10px; background: #e8e1ff; color: #6d5cad; }
.newsletter-card h2 { max-width: 210px; margin: 5px 0 7px; font-size: 17px; line-height: 1.55; }
.newsletter-card p { position: relative; z-index: 1; margin: 0; color: #7e8799; font-size: 11px; }
.newsletter-button { display: flex; width: 100%; min-height: 40px; align-items: center; justify-content: space-between; margin-top: 14px; padding: 7px 13px; border: 1px solid rgba(255,255,255,.94); border-radius: 999px; background: rgba(255,255,255,.73); color: #494365; font-size: 12px; cursor: pointer; } .newsletter-button:hover { background: #fff; }
.newsletter-button:hover { background: #fff; }
.balance-teaser { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; padding: 15px 16px; border: 1px solid rgba(183,197,217,.45); border-radius: 19px; background: linear-gradient(125deg,#eff8f6,#f7f8ff); }
.balance-teaser h2 { margin: 3px 0; font-size: 15px; }
.balance-teaser p { max-width: 240px; margin: 0; color: #7a8794; font-size: 11px; }
.balance-teaser > a { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; }
.search-results-panel { margin: 20px 0; padding: 24px; border: 1px solid rgba(255,255,255,.9); border-radius: 25px; background: rgba(248,249,255,.88); box-shadow: var(--shadow-soft); }
.search-result-list { display: grid; gap: 12px; }
.search-result { display: grid; grid-template-columns: 84px minmax(0,1fr); align-items: center; gap: 14px; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.7); }
.search-result__art { position: relative; width: 84px; height: 67px; overflow: hidden; border-radius: 12px; background: #e7e5f6; }
.search-result h3 { margin: 3px 0; font-size: 15px; }
.search-result p { margin: 0; color: #838c9f; font-size: 12px; }
.site-footer { display: grid; grid-template-columns: auto minmax(120px,1fr) auto auto; align-items: center; gap: 18px; padding: 27px clamp(16px,3vw,36px) 34px; color: #7c8599; font-size: 11px; }
.footer-brand { display: flex; align-items: center; gap: 8px; color: #41465b; font-size: 15px; font-weight: 700; }
.site-footer > p { margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 15px; }
.footer-links a { color: #737c8e; }
.footer-links a:hover { color: var(--blue); }
.footer-copy { color: #9aa2b1; white-space: nowrap; }
.mobile-dock { display: none; }
/* Content and account routes */
.account-page-shell, .content-page { width: min(900px,100%); margin: 28px auto 44px; padding: clamp(21px,5vw,52px); border: 1px solid rgba(255,255,255,.88); border-radius: clamp(23px,3vw,34px); background: rgba(249,250,255,.89); box-shadow: var(--shadow-soft); }
.dashboard-shell { width: min(1100px,100%); }
.writer-shell { width: min(920px,100%); }
.sign-in-shell { display: grid; min-height: 64vh; place-items: center; }
.back-link { display: inline-flex; align-items: center; margin-bottom: 16px; color: #707a90; font-size: 13px; }
.account-page-heading { max-width: 710px; margin-bottom: 28px; }
.account-page-heading h1, .content-page__intro h1 { margin: 3px 0 9px; font-size: clamp(30px,5vw,44px); font-weight: 600; letter-spacing: -.025em; line-height: 1.32; }
.account-page-heading p, .content-page__intro p { margin: 0; color: #778195; font-size: 15px; }
.dashboard-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 15px; }
.dashboard-profile-card, .dashboard-stat-card { min-width: 0; min-height: 206px; padding: 22px; border: 1px solid rgba(226,228,239,.92); border-radius: 22px; background: rgba(255,255,255,.72); }
.dashboard-profile-card { position: relative; display: grid; justify-items: start; align-content: start; }
.account-avatar--large { width: 57px; height: 57px; margin-bottom: 11px; }
.account-avatar--large svg { width: 27px; height: 27px; }
.dashboard-profile-card h2 { margin: 4px 0 0; font-size: 18px; }
.dashboard-profile-card p { margin: 0 0 15px; color: var(--muted); font-size: 12px; }
.dashboard-profile-card .outline-button { min-height: 35px; font-size: 11px; }
.dashboard-stat-card { position: relative; overflow: hidden; background: linear-gradient(148deg,#fff,#f5f3ff); }
.dashboard-stat-card--soft { background: linear-gradient(148deg,#f4f8fa,#eff5f7); }
.stat-card__icon { display: grid; width: 37px; height: 37px; place-items: center; margin-bottom: 12px; border: 1px solid rgba(169,155,224,.25); border-radius: 12px; background: rgba(255,255,255,.75); color: #7565b2; font-size: 20px; }
.dashboard-stat-card > strong { display: block; margin: 4px 0; font-size: 28px; }
.dashboard-stat-card > p { min-height: 39px; margin: 0 0 9px; color: #858d9e; font-size: 11px; }
.dashboard-stat-card > .text-link { font-size: 11px; }
.text-link-button { padding: 0; border: 0; background: transparent; color: #5b4b98; font-size: 11px; cursor: pointer; }
.dashboard-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 15px; }
.dashboard-action-card { display: flex; min-height: 73px; align-items: center; gap: 13px; padding: 13px 16px; border: 1px solid rgba(222,226,237,.9); border-radius: 18px; background: rgba(255,255,255,.69); }
.dashboard-action-card > span:first-child { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border-radius: 12px; background: #f0edff; color: #6f61ad; font-size: 19px; }
.dashboard-action-card > div { display: grid; min-width: 0; line-height: 1.45; }
.dashboard-action-card > div > strong { font-size: 13px; }
.dashboard-action-card > div > span { color: #8991a0; font-size: 11px; }
.dashboard-action-card > span:last-child { margin-left: auto; color: #828ba0; }
.auth-card { width: min(460px,100%); padding: clamp(24px,6vw,46px); border: 1px solid rgba(255,255,255,.95); border-radius: 29px; background: rgba(255,255,255,.76); text-align: center; box-shadow: 0 20px 70px rgba(71,67,110,.09); }
.auth-card__brand { justify-content: center; margin: 0 auto 30px; text-align: left; }
.auth-card > .section-kicker { margin-bottom: 9px; }
.auth-card h1 { margin: 0; font-size: 33px; font-weight: 600; }
.auth-card > p:not(.auth-note):not(.form-error) { color: #778195; font-size: 14px; }
.google-login-button { display: inline-flex; width: 100%; min-height: 52px; align-items: center; justify-content: center; gap: 12px; margin: 16px 0 10px; border: 1px solid rgba(213,216,226,.86); border-radius: 14px; background: #fff; font-size: 14px; font-weight: 700; cursor: pointer; transition: .2s ease; }
.google-login-button:hover { transform: translateY(-1px); border-color: #b9acd9; box-shadow: 0 8px 22px rgba(47,49,68,.08); }
.google-login-button svg { width: 20px; height: 20px; }
.auth-note { color: #9199a8; font-size: 11px; }
.auth-note a { color: var(--blue); text-decoration: underline; }
.auth-back-link { display: inline-block; margin-top: 17px; color: #70798c; font-size: 13px; }
.auth-card--status { display: grid; justify-items: center; gap: 9px; }
.auth-card--status > .profile-modal__icon { margin: 0 auto 4px; }
.auth-card--status .read-button { margin-top: 10px; }
.auth-card--status p { max-width: 300px; margin: 0; }
.profile-page-card { padding: clamp(19px,4vw,32px); border: 1px solid rgba(222,225,238,.9); border-radius: 23px; background: rgba(255,255,255,.64); }
.profile-page-card__top { display: flex; align-items: center; gap: 15px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.profile-page-card__top > .account-avatar { margin: 0; }
.profile-page-card__top h2 { margin: 3px 0 0; font-size: 19px; }
.profile-page-card__top p { margin: 0; color: #8b93a1; font-size: 12px; }
.profile-page-card__top > .outline-button { margin-left: auto; font-size: 12px; }
.profile-page-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 22px 0; }
.profile-bio-field { grid-column: 1 / -1; }
.profile-privacy-callout { display: flex; align-items: start; gap: 9px; margin-bottom: 18px; padding: 13px 15px; border: 1px solid rgba(188,209,209,.49); border-radius: 14px; background: #f4f8f7; color: #6e7d80; }
.profile-privacy-callout p { margin: 0; font-size: 12px; }
.field-label { display: grid; min-width: 0; gap: 6px; color: #4d5363; font-size: 12px; }
.field-label > span { display: inline; color: #9a9fb0; font-size: 10px; font-weight: 400; }
.field-label input, .field-label select, .field-label textarea, .search-page-form input { width: 100%; min-height: 45px; padding: 10px 13px; border: 1px solid rgba(210,215,229,.9); border-radius: 12px; background: rgba(255,255,255,.87); color: var(--ink); font-size: 13px; }
.field-label textarea { min-height: 105px; resize: vertical; }
.field-label input::placeholder, .field-label textarea::placeholder { color: #a3a9b6; }
.field-label small { color: #8c94a3; font-size: 10px; font-weight: 400; line-height: 1.6; }
.profile-page-card > .read-button { min-height: 46px; }
.profile-progress-summary { margin-bottom: -3px; }
.form-error { margin: 10px 0; padding: 10px 12px; border: 1px solid #f0cdd3; border-radius: 12px; background: #fff5f6; color: #993b4e; font-size: 12px; }
.wallet-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin-bottom: 22px; }
.wallet-card { display: grid; min-height: 133px; align-content: start; gap: 4px; padding: 17px; border: 1px solid rgba(224,226,237,.92); border-radius: 18px; background: rgba(255,255,255,.71); }
.wallet-card > span { color: #778093; font-size: 11px; }
.wallet-card > strong { font-size: 26px; }
.wallet-card > small { color: #9299a6; font-size: 10px; }
.wallet-card--available { border-color: rgba(193,220,210,.7); background: linear-gradient(135deg,#f1f9f4,#fff); }
.withdrawal-panel, .admin-panel { padding: clamp(19px,4vw,29px); border: 1px solid rgba(222,225,238,.9); border-radius: 21px; background: rgba(255,255,255,.67); }
.withdrawal-panel h2, .admin-panel h2, .reporter-application h2 { margin: 2px 0 6px; font-size: 20px; }
.withdrawal-panel > div > p, .reporter-application > div > p { max-width: 650px; margin: 0 0 18px; color: #80899b; font-size: 12px; }
.withdrawal-form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.withdrawal-form > .field-label:nth-child(3), .withdrawal-form > button, .withdrawal-form > .form-error { grid-column: 1 / -1; }
.withdrawal-rules { display: grid; gap: 5px; margin: 18px 0 0; padding: 15px 15px 15px 30px; border-radius: 14px; background: rgba(240,243,250,.7); color: #778093; font-size: 11px; }
.ledger-section { margin-top: 27px; }
.ledger-list, .moderation-history { display: grid; gap: 9px; }
.ledger-entry { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.66); }
.ledger-entry__icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 12px; background: #eef6f1; color: #55806b; }
.ledger-entry__content { display: grid; line-height: 1.4; }
.ledger-entry__content strong { font-size: 12px; }
.ledger-entry__content span { color: #8b93a2; font-size: 10px; }
.ledger-entry__amount { font-weight: 700; white-space: nowrap; }
.ledger-entry__amount.is-negative { color: #a24d5d; }
.article-editor, .reporter-application { padding: clamp(19px,4vw,29px); border: 1px solid rgba(222,225,238,.9); border-radius: 21px; background: rgba(255,255,255,.68); }
.article-editor { display: grid; gap: 15px; }
.editor-note { display: flex; align-items: start; gap: 11px; padding: 12px 14px; border: 1px solid rgba(197,186,235,.42); border-radius: 14px; background: #f8f6ff; color: #6e668a; }
.editor-note > span { color: #856fd0; }
.editor-note > p { margin: 0; font-size: 11px; }
.editor-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.editor-two-col .slug-preview { display: block; padding: 11px 13px; border: 1px dashed var(--line); border-radius: 12px; background: rgba(255,255,255,.6); color: var(--blue-deep); font-size: 12px; word-break: break-all; }
.editor-submit-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.editor-submit-row > span { color: #8c93a1; font-size: 10px; }
.reporter-application { display: grid; grid-template-columns: minmax(0,1fr) minmax(250px,.85fr); gap: 24px; margin-top: 18px; }
.reporter-application > form { display: grid; align-content: start; gap: 10px; }
.reporter-application > form .field-label textarea { min-height: 98px; }
.writer-state { margin: 0 0 18px; padding: 13px 15px; border: 1px solid rgba(191,214,203,.62); border-radius: 14px; background: #f3faf4; color: #526b5b; font-size: 12px; }
.moderation-queue { display: grid; gap: 14px; }
.moderation-card { padding: 21px; border: 1px solid rgba(225,227,238,.9); border-radius: 20px; background: rgba(255,255,255,.7); }
.moderation-card__top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; }
.moderation-card h2 { margin: 6px 0; font-size: 20px; }
.moderation-card > p { color: #778194; font-size: 13px; }
.moderation-card details { padding: 13px; border-radius: 12px; background: #f7f8fc; color: #6f778a; font-size: 12px; white-space: pre-wrap; }
.moderation-card form { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 9px; margin-top: 14px; }
.moderation-card form .field-label { grid-column: 1 / -1; }
.moderation-card form button { min-height: 41px; padding: 6px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: #4f5c73; font-size: 12px; cursor: pointer; }
.moderation-card form button[data-action="approve"] { border-color: #cfdfd3; background: #f3faf5; color: #416a51; }
.moderation-card form button[data-action="reject"] { border-color: #e9ced1; background: #fff6f6; color: #96545d; }
.admin-panel { margin-top: 19px; }
.admin-role-form { display: grid; gap: 14px; margin-top: 12px; }
.history-entry { padding: 14px 16px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.65); }
.history-entry strong { font-size: 13px; }
.history-entry p { margin: 5px 0; color: #737c8e; font-size: 12px; }
.history-entry time { color: #98a0ae; font-size: 10px; }
.corrections-list { display: grid; gap: 12px; }
.corrections-list .history-entry a { color: var(--blue); text-decoration: none; }
.corrections-list .history-entry a:hover { text-decoration: underline; }
.corrections-list .history-entry .section-kicker { display: block; margin: 4px 0 3px; }
.corrections-policy { margin-top: 36px; }
.account-page-heading .section-kicker, .content-page__intro .section-kicker { margin-bottom: 5px; }
.content-page { width: min(850px,100%); }
.content-page__intro { margin-bottom: 32px; }
.content-page__intro > p { max-width: 650px; }
.legal-copy > h2 { margin: 28px 0 5px; font-size: 20px; }
.legal-copy > p { color: #60697b; font-size: 15px; line-height: 1.95; }
.legal-copy > p a { color: var(--blue); text-decoration: underline; }
.search-page-form { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; margin: 28px 0; }
.search-page-form input { min-height: 51px; }
.search-page-form .read-button { min-width: 115px; }
.search-page-heading { margin-top: 29px; }
.search-page-results { margin-top: 15px; }
.search-page-results .story-card { display: grid; grid-template-columns: minmax(100px,.65fr) minmax(0,1fr); align-items: center; gap: 14px; }
.search-page-results .story-card__art { height: 125px; }
.search-page-results .story-card__body { padding: 8px; }
.search-page-results .story-card h3 { min-height: auto; }
.search-page-results .story-card__body > p { min-height: 0; }
.search-page-results .story-card__footer { margin-top: 8px; }
/* Mobile profile completion dialog */
.profile-modal { position: fixed; inset: 0; width: min(630px,calc(100% - 26px)); max-width: none; max-height: min(91dvh,850px); padding: 0; overflow: auto; border: 1px solid rgba(255,255,255,.95); border-radius: 26px; background: #fbfcff; color: var(--ink); box-shadow: 0 26px 100px rgba(26,30,48,.32); }
.profile-modal::backdrop { background: rgba(31,35,57,.46); backdrop-filter: blur(6px); }
.profile-form { padding: clamp(19px,4vw,32px); }
.profile-modal__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.profile-modal__icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(140,122,203,.2); border-radius: 14px; background: #f0ecff; color: #6553a0; font-size: 20px; font-weight: 700; }
.icon-button { display: grid; width: 39px; height: 39px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.76); color: #646c7d; cursor: pointer; }
.icon-button:hover { background: #fff; color: var(--ink); }
.profile-modal__close { font-size: 23px; }
.profile-form > .section-kicker { margin-bottom: 2px; }
.profile-form h2 { margin: 0; font-size: clamp(21px,4vw,28px); line-height: 1.48; }
.profile-modal__intro { margin: 7px 0 15px; color: #747e91; font-size: 12px; }
.profile-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 17px; }
.field-check { display: flex; min-height: 43px; align-items: center; gap: 9px; color: #616a7b; font-size: 11px; }
.field-check input { width: 16px; height: 16px; accent-color: #7863bd; }
.profile-modal__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 19px; }
.profile-save { min-height: 46px; }
.profile-skip { min-height: 44px; padding: 5px; border: 0; background: transparent; cursor: pointer; }
.privacy-note { margin: 16px 0 0; color: #8991a0; font-size: 10px; }
.toast-region { position: fixed; z-index: 100; right: 20px; bottom: 20px; display: grid; gap: 8px; }
.toast { max-width: min(360px,calc(100vw - 40px)); padding: 12px 16px; border: 1px solid rgba(255,255,255,.88); border-radius: 14px; background: rgba(34,39,56,.94); color: white; font-size: 12px; box-shadow: 0 13px 34px rgba(31,35,48,.2); animation: toast-in .2s ease; }
.toast.is-error { background: #793d4d; }
@keyframes toast-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
/* Article reading experience */
.article-page { width: min(1100px,100%); margin: 20px auto 46px; padding: clamp(16px,4vw,48px); border: 1px solid rgba(255,255,255,.9); border-radius: clamp(23px,3vw,35px); background: rgba(249,250,255,.9); box-shadow: var(--shadow-soft); }
.article-breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; padding-bottom: 14px; color: #8a92a3; font-size: 12px; }
.article-breadcrumbs a { color: var(--blue); }
.article-header { max-width: 830px; margin: 0 auto; padding: 22px 0 25px; }
.article-header h1 { margin: 13px 0 12px; font-size: clamp(32px,5.3vw,55px); font-weight: 600; letter-spacing: -.027em; line-height: 1.42; text-wrap: pretty; }
.article-excerpt { margin: 0 0 18px; color: #727c90; font-size: clamp(15px,2vw,18px); line-height: 1.86; }
.article-author-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding-top: 14px; border-top: 1px solid var(--line); }
.article-author-avatar { display: grid; width: 41px; height: 41px; place-items: center; border-radius: 50%; background: #eeeaff; color: #7162ad; }
.article-author-info { display: grid; line-height: 1.5; }
.article-author-info strong { font-size: 13px; }
.article-author-info time { color: #8c94a3; font-size: 11px; }
.article-hero-art { position: relative; height: clamp(210px,42vw,490px); overflow: hidden; border: 1px solid rgba(255,255,255,.94); border-radius: 24px; background: linear-gradient(145deg,#eaf3fb,#d8d8f1,#bcb1e9); }
.article-hero-art > .story-art__visual { border-radius: inherit; }
.article-body { width: min(700px,100%); margin: 29px auto 0; color: #282c39; font-size: clamp(17px,2.4vw,19px); line-height: 2.05; overflow-wrap: anywhere; }
.article-body p { margin: 0 0 20px; white-space: pre-wrap; }
.article-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; width: min(700px,100%); margin: 30px auto 0; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-actions__group { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.action-pill { display: inline-flex; min-height: 39px; align-items: center; justify-content: center; gap: 7px; padding: 6px 13px; border: 1px solid rgba(214,218,231,.9); border-radius: 999px; background: rgba(255,255,255,.78); color: #596174; font-size: 12px; cursor: pointer; }
.action-pill:hover, .action-pill.is-active { border-color: #c9b9ef; background: #f5f1ff; color: #64539d; }
.action-pill svg { width: 16px; height: 16px; }
.demo-article-note { display: inline-flex; margin: 12px 0; padding: 5px 10px; border: 1px solid rgba(194,182,226,.58); border-radius: 999px; background: #f7f4ff; color: #736c87; font-size: 10px; }
.comments-section { width: min(700px,100%); margin: 31px auto 0; }
.comments-section > .feed-heading { margin-top: 0; }
.comment-form { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 9px; }
.comment-form textarea { min-height: 73px; padding: 11px 13px; border: 1px solid rgba(210,215,229,.9); border-radius: 14px; background: rgba(255,255,255,.88); resize: vertical; }
.comment-list { display: grid; gap: 11px; margin-top: 17px; }
.comment-card { padding: 13px 15px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.7); }
.comment-card__meta { display: flex; align-items: center; gap: 7px; color: #8790a0; font-size: 10px; }
.comment-card__meta strong { color: #4c5262; font-size: 12px; }
.comment-card p { margin: 7px 0 0; color: #4f5665; font-size: 13px; white-space: pre-wrap; }
.article-not-found { display: grid; min-height: 45vh; place-items: center; text-align: center; }
/* Small screens: thumb-first, edge-to-edge reading and account menu sheet */
@media (max-width: 1120px) {
  .portal-grid { grid-template-columns: minmax(0,1.55fr) minmax(280px,.85fr); gap: 33px; }
  .portal-frame { padding: 30px; }
  .story-grid { gap: 11px; }
  .story-card { padding: 8px; }
  .recommended-feature__art { height: 214px; }
}
@media (max-width: 860px) {
  body:has(.site-header) { padding: 12px; padding-bottom: calc(92px + env(safe-area-inset-bottom)); }
  .page-backdrop { inset: 2px; border-radius: 30px; }
  .masthead { min-height: 71px; padding: 8px 15px 11px; }
  .brand { gap: 9px; }
  .brand-mark { width: 43px; height: 43px; border-radius: 15px; font-size: 21px; }
  .brand-copy strong { font-size: 20px; }
  .brand-copy > span { font-size: 10px; }
  .masthead-date { display: none; }
  .header-tools { gap: 10px; padding: 10px 13px; }
  .header-tools > .category-chips { display: none; }
  .header-tools .header-search { width: 100%; min-height: 45px; }
  .mobile-search-trigger { display: none; }
  .mobile-categories { display: flex; gap: 7px; overflow-x: auto; padding: 4px 14px 10px; scrollbar-width: none; }
  .mobile-categories .category-chip { min-height: 35px; padding: 5px 13px; font-size: 12px; }
  .preview-banner { justify-content: flex-start; min-height: 35px; padding-inline: 14px; text-align: left; font-size: 10px; }
  .portal-frame { margin-top: 8px; padding: clamp(16px,4vw,27px); border-radius: 25px; }
  .portal-grid { grid-template-columns: minmax(0,1fr); gap: 22px; }
  .section-eyebrow { margin: 0 0 17px; font-size: 11px; }
  .lead-story { min-height: 0; grid-template-columns: minmax(0,1fr) minmax(140px,.62fr); gap: 0; padding: 3px 0 21px; }
  .lead-story__meta { margin: 19px 0 10px; font-size: 11px; }
  .lead-story h1 { max-width: 570px; font-size: clamp(28px,5.4vw,44px); line-height: 1.48; }
  .lead-story__copy > p { max-width: 460px; margin-top: 10px; font-size: 12px; line-height: 1.75; }
  .lead-story__tags { gap: 12px; margin-top: 11px; font-size: 10px; }
  .lead-story__copy > .read-button { min-height: 42px; margin-top: 15px; font-size: 12px; }
  .read-button__arrow { width: 32px; height: 32px; }
  .lead-art { min-height: 230px; max-height: 300px; margin-left: -13px; }
  .story-art__visual--lead .story-art__seal--lead { width: 72px; font-size: 36px; }
  .story-art__visual--lead .story-art__seal--lead i { font-size: 22px; }
  .lead-art__stamp { width: 47px; height: 47px; font-size: 8px; }
  .lead-art__caption { font-size: 9px; }
  .story-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .story-card__art { height: 145px; }
  .recommendation-panel { min-height: 0; padding: 16px; border-radius: 22px; }
  .sidebar-search { display: none; }
  .sidebar-heading { margin: 4px 2px 12px; }
  .recommended-feature__art { height: clamp(190px,39vw,285px); }
  .recommended-item { grid-template-columns: minmax(0,1fr) 74px; }
  .sidebar-topics { margin-top: 16px; }
  .newsletter-card { margin-top: 12px; }
  .site-footer { grid-template-columns: auto 1fr; gap: 9px 12px; padding: 20px 13px 24px; }
  .site-footer > p { text-align: right; }
  .footer-links { grid-column: 1 / -1; gap: 17px; }
  .footer-copy { grid-column: 1 / -1; }
  .mobile-dock { position: fixed; z-index: 45; right: 12px; bottom: calc(9px + env(safe-area-inset-bottom)); left: 12px; display: grid; width: auto; grid-template-columns: repeat(4,1fr); align-items: center; gap: 2px; padding: 7px 8px; border: 1px solid rgba(255,255,255,.93); border-radius: 19px; background: rgba(250,251,255,.93); box-shadow: 0 13px 35px rgba(45,51,80,.16); backdrop-filter: blur(18px); }
  .mobile-dock__link { display: grid; min-height: 49px; align-content: center; justify-items: center; gap: 2px; border: 0; border-radius: 13px; background: transparent; color: #788195; font-size: 9px; line-height: 1.25; cursor: pointer; }
  .mobile-dock__link svg { width: 20px; height: 20px; }
  .mobile-dock__link.is-active, .mobile-dock__link:hover { background: #f0edfb; color: #61519d; }
  .account-button { min-height: 44px; padding-right: 10px; }
  .account-panel { position: fixed; top: auto; right: 11px; bottom: calc(74px + env(safe-area-inset-bottom)); width: min(370px,calc(100vw - 22px)); max-height: min(75dvh,660px); padding: 15px; overflow: auto; border-radius: 23px; }
  .search-results-panel { padding: 18px; border-radius: 21px; }
  .story-card h3 { min-height: 54px; font-size: 15px; }
  .contribute-card { gap: 11px; padding: 15px; }
  .contribute-card h2 { font-size: 15px; }
  .contribute-card p { font-size: 10px; }
  .contribute-link { font-size: 10px; }
  .account-page-shell, .content-page { margin-top: 12px; padding: clamp(19px,4vw,33px); }
  .article-page { margin-top: 9px; padding: clamp(17px,4vw,30px); }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  body:has(.site-header) { padding: 7px; padding-bottom: calc(85px + env(safe-area-inset-bottom)); }
  .page-backdrop { inset: 1px; border-radius: 24px; }
  .masthead { min-height: 62px; padding: 6px 10px 9px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 13px; font-size: 19px; }
  .brand-copy strong { font-size: 18px; }
  .brand-copy > span { max-width: 170px; font-size: 9px; }
  .masthead-right { gap: 7px; }
  .account-button { min-height: 41px; gap: 6px; padding: 4px 9px 4px 4px; }
  .account-avatar { width: 31px; height: 31px; }
  .account-avatar svg { width: 17px; height: 17px; }
  .account-button-label { max-width: 70px; overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
  .account-chevron { width: 12px; height: 12px; }
  .header-tools { padding: 8px 9px; }
  .header-tools .header-search { min-height: 41px; border-radius: 13px; }
  .header-search input { font-size: 12px; }
  .header-search button { width: 33px; height: 33px; }
  .header-search button svg { width: 19px; height: 19px; }
  .mobile-categories { gap: 6px; padding: 2px 10px 8px; }
  .mobile-categories .category-chip { min-height: 32px; padding: 4px 11px; font-size: 11px; }
  .preview-banner { gap: 7px; padding: 6px 10px; font-size: 9px; }
  .portal-frame { margin-top: 6px; padding: 15px 12px; border-radius: 21px; }
  .portal-grid { gap: 17px; }
  .section-eyebrow { gap: 7px; margin-bottom: 14px; font-size: 10px; }
  .lead-story { grid-template-columns: minmax(0,1fr) 95px; align-items: center; padding-bottom: 18px; }
  .lead-label { min-height: 29px; gap: 6px; padding: 2px 8px 2px 5px; font-size: 9px; }
  .lead-label__mark { width: 21px; height: 21px; font-size: 11px; }
  .lead-story__meta { gap: 6px; margin: 15px 0 8px; font-size: 9px; }
  .lead-story h1 { font-size: clamp(23px,7vw,34px); letter-spacing: -.022em; line-height: 1.54; }
  .lead-story__copy > p { display: -webkit-box; margin-top: 7px; overflow: hidden; font-size: 10px; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .lead-story__tags { gap: 8px; margin-top: 8px; font-size: 9px; }
  .lead-story__copy > .read-button { min-height: 38px; gap: 8px; margin-top: 12px; padding-left: 13px; font-size: 10px; }
  .read-button__arrow { width: 28px; height: 28px; }
  .read-button__arrow svg { width: 15px; height: 15px; }
  .lead-art { min-height: 145px; max-height: 196px; margin-left: -9px; border-radius: 43%; }
  .story-art__visual--lead .story-art__seal--lead { width: 45px; border-width: 1px; font-size: 22px; }
  .story-art__visual--lead .story-art__seal--lead i { margin-top: 2px; font-size: 14px; }
  .lead-art__caption { right: 4%; bottom: 14%; gap: 5px; font-size: 7px; }
  .lead-art__live-dot { width: 5px; height: 5px; }
  .lead-art__stamp { top: 7%; right: 7%; width: 34px; height: 34px; font-size: 6px; }
  .feed-heading { gap: 10px; margin: 10px 0 12px; padding-top: 17px; }
  .section-kicker { font-size: 9px; }
  .feed-heading h2, .sidebar-heading h2 { font-size: 17px; }
  .text-link { gap: 5px; font-size: 10px; }
  .story-grid { gap: 8px; }
  .story-card { padding: 6px; border-radius: 16px; }
  .story-card__art { height: clamp(93px,29vw,134px); border-radius: 12px; }
  .story-card__category { bottom: 5px; left: 5px; padding: 3px 7px; font-size: 8px; }
  .story-card__body { padding: 8px 2px 2px; }
  .story-meta { gap: 4px; font-size: 8px; }
  .story-card h3 { min-height: 47px; margin: 5px 0 4px; font-size: clamp(12px,3.5vw,14px); line-height: 1.52; -webkit-line-clamp: 2; }
  .story-card__body > p { display: none; }
  .story-card__footer { min-height: 28px; margin-top: 7px; padding-top: 5px; }
  .story-byline { max-width: calc(100% - 31px); font-size: 8px; }
  .round-arrow { width: 26px; height: 26px; }
  .round-arrow svg { width: 13px; height: 13px; }
  .feed-empty { min-height: 144px; padding: 17px; }
  .feed-empty > strong { font-size: 13px; }
  .feed-empty > p { font-size: 10px; }
  .contribute-card { grid-template-columns: auto minmax(0,1fr); gap: 9px; margin-top: 18px; padding: 12px; border-radius: 16px; }
  .contribute-card__symbol { width: 34px; height: 34px; border-radius: 11px; font-size: 19px; }
  .contribute-card h2 { font-size: 13px; }
  .contribute-card p { max-width: 230px; font-size: 9px; }
  .contribute-link { grid-column: 2; justify-self: start; margin-top: -3px; font-size: 9px; }
  .recommendation-panel { padding: 12px; border-radius: 18px; }
  .sidebar-heading { margin: 0 1px 10px; }
  .recommended-feature__art { height: clamp(155px,54vw,235px); border-radius: 15px; }
  .recommended-feature__copy { gap: 4px; padding: 42px 12px 11px; }
  .recommended-feature__copy > span { font-size: 9px; }
  .recommended-feature__copy > strong { font-size: 13px; }
  .recommended-item { grid-template-columns: minmax(0,1fr) 60px; gap: 9px; padding: 12px 1px; }
  .recommended-item h3 { font-size: 12px; line-height: 1.55; }
  .recommended-item .story-meta { font-size: 8px; }
  .recommended-thumb { width: 60px; height: 55px; border-radius: 10px; }
  .sidebar-topics { margin: 10px 2px 12px; }
  .topic-chip { min-height: 29px; margin-right: 2px; padding: 3px 8px; font-size: 9px; }
  .newsletter-card { padding: 15px; border-radius: 16px; }
  .newsletter-card h2 { font-size: 14px; }
  .newsletter-card p, .newsletter-button { font-size: 10px; }
  .newsletter-button { min-height: 36px; }
  .site-footer { padding: 16px 8px 18px; font-size: 9px; }
  .footer-brand { font-size: 13px; }
  .footer-brand .brand-mark--small { width: 28px; height: 28px; font-size: 14px; }
  .footer-links { gap: 13px; }
  .mobile-dock { right: 8px; bottom: calc(6px + env(safe-area-inset-bottom)); left: 8px; padding: 5px; border-radius: 16px; }
  .mobile-dock__link { min-height: 45px; font-size: 8px; }
  .mobile-dock__link svg { width: 19px; height: 19px; }
  .account-panel { right: 7px; bottom: calc(64px + env(safe-area-inset-bottom)); width: min(350px,calc(100vw - 14px)); padding: 13px; border-radius: 20px; }
  .account-panel__heading { padding-bottom: 11px; }
  .account-links a { min-height: 42px; font-size: 12px; }
  .search-results-panel { margin-top: 12px; padding: 14px; border-radius: 17px; }
  .search-result { grid-template-columns: 65px minmax(0,1fr); gap: 9px; padding: 7px; }
  .search-result__art { width: 65px; height: 57px; }
  .search-result h3 { font-size: 12px; }
  .search-result p { font-size: 10px; }
  .account-page-shell, .content-page { margin: 8px auto 21px; padding: 17px 13px; border-radius: 20px; }
  .account-page-heading { margin-bottom: 20px; }
  .account-page-heading h1, .content-page__intro h1 { font-size: 27px; }
  .account-page-heading p, .content-page__intro p { font-size: 12px; }
  .dashboard-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .dashboard-profile-card { grid-column: 1 / -1; min-height: 165px; padding: 15px; }
  .dashboard-stat-card { min-height: 167px; padding: 13px; border-radius: 16px; }
  .dashboard-stat-card > strong { font-size: 23px; }
  .dashboard-stat-card > p { font-size: 9px; }
  .dashboard-actions { grid-template-columns: 1fr; gap: 8px; margin-top: 9px; }
  .dashboard-action-card { min-height: 62px; padding: 9px 12px; }
  .dashboard-action-card > div > strong { font-size: 11px; }
  .dashboard-action-card > div > span { font-size: 9px; }
  .auth-card { padding: 23px 17px; border-radius: 22px; }
  .auth-card h1 { font-size: 27px; }
  .auth-card > p:not(.auth-note):not(.form-error) { font-size: 12px; }
  .google-login-button { min-height: 48px; font-size: 12px; }
  .profile-page-card { padding: 14px; border-radius: 18px; }
  .profile-page-card__top { align-items: start; gap: 10px; }
  .profile-page-card__top .account-avatar { width: 43px; height: 43px; }
  .profile-page-card__top h2 { font-size: 15px; }
  .profile-page-card__top > .outline-button { align-self: center; min-height: 34px; padding: 5px 9px; font-size: 9px; }
  .profile-page-fields { grid-template-columns: 1fr; gap: 11px; padding: 16px 0; }
  .profile-bio-field { grid-column: auto; }
  .field-label { font-size: 10px; }
  .field-label input, .field-label select, .field-label textarea, .search-page-form input { min-height: 42px; padding: 9px 11px; font-size: 12px; }
  .wallet-grid { grid-template-columns: 1fr; gap: 8px; }
  .wallet-card { min-height: 100px; padding: 13px; }
  .wallet-card > strong { font-size: 23px; }
  .withdrawal-panel, .admin-panel, .article-editor, .reporter-application { padding: 14px; border-radius: 17px; }
  .withdrawal-form, .editor-two-col { grid-template-columns: 1fr; gap: 10px; }
  .withdrawal-form > .field-label:nth-child(3), .withdrawal-form > button, .withdrawal-form > .form-error { grid-column: auto; }
  .withdrawal-panel h2, .admin-panel h2, .reporter-application h2 { font-size: 16px; }
  .withdrawal-rules { padding: 12px 12px 12px 27px; font-size: 9px; }
  .ledger-entry { grid-template-columns: auto minmax(0,1fr) auto; gap: 8px; padding: 9px; }
  .ledger-entry__amount { font-size: 12px; }
  .reporter-application { grid-template-columns: 1fr; gap: 13px; margin-top: 10px; }
  .editor-submit-row { align-items: flex-start; }
  .moderation-card { padding: 14px; }
  .moderation-card h2 { font-size: 16px; }
  .moderation-card form { grid-template-columns: 1fr 1fr; }
  .moderation-card form .field-label { grid-column: 1 / -1; }
  .moderation-card form button { padding-inline: 8px; font-size: 10px; }
  .content-page__intro { margin-bottom: 23px; }
  .legal-copy > h2 { margin-top: 21px; font-size: 17px; }
  .legal-copy > p { font-size: 13px; }
  .search-page-form { grid-template-columns: minmax(0,1fr) auto; gap: 6px; margin: 18px 0; }
  .search-page-form .read-button { min-width: 77px; gap: 7px; padding-left: 12px; font-size: 11px; }
  .search-page-results { grid-template-columns: 1fr; }
  .search-page-results .story-card { grid-template-columns: 93px minmax(0,1fr); gap: 7px; }
  .search-page-results .story-card__art { height: 93px; }
  .search-page-results .story-card__body { padding: 4px 3px; }
  .search-page-results .story-card h3 { margin: 3px 0; font-size: 12px; }
  .search-page-results .story-card__body > p { display: none; }
  .profile-modal { width: calc(100% - 14px); max-height: 94dvh; border-radius: 21px; }
  .profile-form { padding: 16px 13px; }
  .profile-form h2 { font-size: 20px; }
  .profile-modal__intro { font-size: 10px; }
  .profile-fields { grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 13px; }
  .profile-fields .field-label { gap: 4px; }
  .profile-fields .field-label input, .profile-fields .field-label select { min-height: 39px; padding: 7px 8px; font-size: 10px; }
  .field-check { min-height: 39px; font-size: 9px; }
  .profile-modal__actions { gap: 8px; margin-top: 13px; }
  .profile-save { min-height: 41px; gap: 8px; padding-left: 13px; font-size: 11px; }
  .profile-skip { min-height: 38px; font-size: 10px; }
  .privacy-note { margin-top: 11px; font-size: 9px; }
  .toast-region { right: 10px; bottom: calc(66px + env(safe-area-inset-bottom)); left: 10px; justify-items: center; }
  .toast { width: fit-content; font-size: 11px; }
  .article-page { margin: 5px auto 20px; padding: 14px 11px; border-radius: 20px; }
  .article-breadcrumbs { padding-bottom: 9px; font-size: 10px; }
  .article-header { padding: 14px 2px 17px; }
  .article-header h1 { margin: 8px 0; font-size: clamp(25px,7.3vw,36px); line-height: 1.54; }
  .article-excerpt { margin-bottom: 13px; font-size: 13px; }
  .article-author-row { gap: 8px; padding-top: 10px; }
  .article-author-avatar { width: 35px; height: 35px; }
  .article-author-info strong { font-size: 11px; }
  .article-author-info time { font-size: 9px; }
  .article-hero-art { height: 48vw; min-height: 170px; border-radius: 16px; }
  .article-body { margin-top: 19px; font-size: 16px; line-height: 1.95; }
  .article-body p { margin-bottom: 15px; }
  .article-actions { align-items: flex-start; margin-top: 18px; padding: 11px 0; }
  .article-actions__group { gap: 5px; }
  .action-pill { min-height: 35px; gap: 5px; padding: 5px 9px; font-size: 10px; }
  .comments-section { margin-top: 22px; }
  .comment-form { grid-template-columns: 1fr; }
  .comment-form .read-button { justify-self: start; }
  .comment-card { padding: 11px; }
  .comment-card p { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
