
:root {
  --theme-font-serif: Georgia, "Times New Roman", serif;
  --theme-font-ui: system-ui, -apple-system, "Segoe UI", sans-serif;
  --theme-ink: #2c2c2c;
  --theme-muted: #6b6b6b;
  --theme-line: #e5e5e5;
  --theme-paper: #ffffff;
  --theme-brand: #01a96b;
  --theme-deep: #182128;
  --theme-journal-bar: #738094;
  --theme-content-width: 1170px;
  --theme-journal-width: 1220px;
  --theme-radius: 6px;
}


:root { color-scheme: light; --ink: #2c2c2c; --muted: #6b6b6b; --line: #e5e5e5; --paper: #fff; --brand: #01a96b; --deep: #182128; }
* { box-sizing: border-box; }
.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; }
body { margin: 0; color: var(--theme-ink); background: var(--theme-paper); font: var(--theme-font-serif); }
a { color: inherit; text-decoration: none; }
.site-header { height: 92px; background: #fff; border-bottom: 1px solid var(--line); }
.site-header__inner, .site-footer__inner, .page-shell { width: min(1170px, calc(100% - 40px)); margin: 0 auto; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 92px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: 170px; height: auto; }
.primary-nav ul { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin: 0; padding: 0; list-style: none; }
.primary-nav a { color: #333; font-size: .93rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--brand); }
.page-shell { padding: 52px 0 72px; }
.home-shell { width: 100%; padding: 0; }
.eyebrow { margin: 0 0 10px; color: var(--brand); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.18; }
h1 { max-width: 820px; margin: 0 0 20px; font-size: clamp(2rem, 5vw, 4.3rem); }
h2 { margin: 0 0 12px; font-size: 1.7rem; }
p { max-width: 74ch; }
.lead { max-width: 760px; color: var(--muted); font-size: 1.18rem; }
.hero { display: grid; grid-template-columns: 1.25fr .75fr; gap: 36px; align-items: end; padding: 44px; background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.hero__aside { padding: 24px; background: #eef8f4; border-left: 4px solid var(--brand); }
.action-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 8px 16px; border: 1px solid var(--brand); border-radius: 4px; background: var(--brand); color: #fff; text-decoration: none; font-weight: 700; }
.button--quiet { background: #fff; color: var(--brand); }
.home-hero { min-height: 600px; padding: 94px max(40px, calc((100% - 1170px) / 2)); background-image: linear-gradient(90deg, rgba(13, 27, 33, .56), rgba(13, 27, 33, .04)), url("/assets/images/ai-press-home-hero.webp"); background-position: center; background-size: cover; color: #fff; }
.home-hero__copy { width: min(690px, 62vw); padding: 46px 48px; background: rgba(39, 51, 56, .48); }
.home-hero h1 { margin: 0 0 20px; color: #fff; font-size: clamp(2.4rem, 4vw, 4.2rem); font-weight: 700; }
.home-hero p { margin: 0; font-size: 1.05rem; line-height: 1.65; }
.home-hero .button { margin-top: 26px; border-color: #fff; border-radius: 24px; background: transparent; }
.home-section { width: min(1170px, calc(100% - 40px)); margin: 0 auto; padding: 66px 0; }
.metrics { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 22px; align-items: center; }
.metric { border-left: 1px solid var(--line); padding-left: 22px; }
.metric:first-child { border-left: 0; padding-left: 0; }
.metric h3 { margin: 0; font-size: 1.7rem; }
.metric p { margin: 4px 0 0; color: var(--muted); font-size: .95rem; }
.recent-section { background: #f6faf8; }
.section-label { margin: 0 0 7px; color: var(--brand); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.section { margin-top: 42px; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 18px; }
.card { min-height: 170px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.card h3 { margin-top: 0; }
.card p { color: var(--muted); }
.article-list { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid var(--line); }
.article-card { display: grid; grid-template-columns: 130px 1fr auto; gap: 20px; align-items: start; padding: 26px 0; border-bottom: 1px solid var(--line); }
.article-card__type { color: var(--brand); font-family: system-ui, sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.article-card h3 { margin: 0 0 8px; font-size: 1.2rem; }
.article-card p { margin: 0; color: var(--muted); font-size: .96rem; }
.article-meta { margin-top: 9px; color: var(--muted); font-size: .88rem; }
.article-actions { display: flex; gap: 12px; padding-top: 4px; color: var(--brand); font-family: system-ui, sans-serif; font-size: .78rem; font-weight: 700; }
.meta-table { width: 100%; max-width: 760px; border-collapse: collapse; margin: 24px 0; background: #fff; }
.meta-table th, .meta-table td { padding: 11px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.meta-table th { width: 28%; background: #edf2f3; }
.home-search { display: grid; grid-template-columns: 1fr .8fr; gap: 48px; align-items: center; }
.home-search form { display: flex; gap: 0; max-width: 620px; }
.home-search input { min-height: 48px; flex: 1; border: 1px solid #aaa; padding: 10px 13px; font: inherit; }
.home-search button { min-height: 48px; border: 0; padding: 10px 24px; background: var(--deep); color: #fff; font: inherit; }
.journal-shell { width: 100%; padding: 0 0 72px; background: #f6f8fb; }
.journal-subnav { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px max(20px, calc((100% - 1220px) / 2)); background: #738094; color: #fff; font-family: Georgia, "Times New Roman", serif; }
.journal-subnav__links { display: flex; flex-wrap: wrap; gap: 25px; font-weight: 700; }
.journal-subnav a { color: #fff; }
.journal-subnav form { display: flex; width: min(280px, 32vw); }
.journal-subnav input { min-width: 0; width: 100%; border: 0; padding: 9px 12px; font: inherit; }
.journal-subnav button { border: 0; padding: 8px 12px; background: #fff; color: var(--deep); font: inherit; }
.issue-strip { width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 18px 0 10px; color: #4a4a4a; font-family: system-ui, sans-serif; font-size: .83rem; word-spacing: .3rem; }
.journal-grid { display: grid; grid-template-columns: 290px 1fr; gap: 18px; width: min(1220px, calc(100% - 40px)); margin: 0 auto; }
.journal-rail, .journal-main { background: #fff; box-shadow: 0 3px 15px rgba(25, 42, 53, .06); }
.journal-rail { padding: 14px; align-self: start; }
.journal-rail img { display: block; width: 100%; height: auto; }
.journal-rail .button { width: 100%; margin-top: 14px; border: 0; background: #738094; font-family: Georgia, "Times New Roman", serif; }
.journal-main { padding: 22px 26px; }
.journal-main h1 { margin: 0 0 13px; font-size: 2rem; }
.journal-main p { max-width: none; margin: 0 0 16px; color: #444; }
.journal-main .issn { color: #555; font-size: 1.05rem; }
.official-resources { width: min(1220px, calc(100% - 40px)); margin: 20px auto 0; padding: 26px; background: #fff; box-shadow: 0 3px 15px rgba(25, 42, 53, .06); }
.official-resources h2 { margin: 0 0 14px; }
.policy-shell { width: 100%; padding: 0 0 72px; background: #f6f8fb; }
.policy-paper { width: min(980px, calc(100% - 40px)); margin: 22px auto; padding: 34px 42px; background: #fff; box-shadow: 0 3px 15px rgba(25,42,53,.06); }
.policy-paper h1 { max-width: none; margin: 0 0 18px; font-size: 2.25rem; }
.policy-paper h2 { margin-top: 30px; color: #2e6f35; font-size: 1.45rem; }
.policy-paper h3 { margin: 22px 0 5px; font-size: 1.12rem; }
.policy-paper p { max-width: none; color: #444; }
.resource-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.resource-links a { display: block; color: #3e5963; font-weight: 700; }
.journal-article-list { width: min(1220px, calc(100% - 40px)); margin: 20px auto 0; padding: 26px; background: #fff; box-shadow: 0 3px 15px rgba(25, 42, 53, .06); }
.journal-article-list .article-list { margin-top: 14px; }
.journal-article-list .article-card { display: block; padding: 20px 0; }
.journal-article-list .article-card h3 { margin: 0 0 7px; font-size: 1.12rem; }
.journal-article-layout { display: grid; grid-template-columns: 290px 1fr; gap: 18px; width: min(1220px, calc(100% - 40px)); margin: 0 auto; }
.aimed-template-header .site-header { height: auto; border-bottom: 0; }
.aimed-template-header .site-header__inner { min-height: 76px; width: min(1140px, calc(100% - 32px)); }
.aimed-template-header .primary-nav ul { gap: 24px; }
.aimed-template-header .primary-nav a { font-family: Arial, sans-serif; font-size: .875rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.aimed-template-header .journal-navbar { background: rgba(0,124,0,.8); color: #fff; }
.aimed-template-header .journal-navbar__inner { display: flex; align-items: center; gap: 24px; width: min(1140px, calc(100% - 32px)); min-height: 50px; margin: 0 auto; }
.aimed-template-header .journal-navbar a { color: #fff; font-family: Arial, sans-serif; font-size: .875rem; font-weight: 700; }
.aimed-template-header .journal-navbar__links { display: flex; flex-wrap: wrap; gap: 24px; margin: 0; padding: 0; list-style: none; }
.aimed-template-header .journal-navbar__search { margin-left: auto; display: flex; }
.aimed-template-header .journal-navbar__search input { width: 220px; border: 1px solid #ced4da; border-radius: .375rem 0 0 .375rem; padding: 7px 10px; font: inherit; }
.aimed-template-header .journal-navbar__search button { border: 0; border-radius: 0 .375rem .375rem 0; padding: 7px 12px; background: #fff; color: rgba(0,124,0,.8); }
.aimed-template-page .journal-shell { background: #f8f9fa; }
.aimed-template-page .journal-subnav { display: none; }
.aimed-template-page .journal-grid { grid-template-columns: 25% 75%; width: min(1140px, calc(100% - 32px)); gap: 16px; padding-top: 16px; }
.aimed-template-page .journal-rail, .aimed-template-page .journal-main, .aimed-template-page .journal-article-list, .aimed-template-page .official-resources { border: 0; border-radius: .375rem; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); }
.aimed-template-page .journal-main { padding: 16px; }
.aimed-template-page .journal-main h1 { font-size: 1.75rem; }
.aimed-template-page .journal-article-list { width: min(1140px, calc(100% - 32px)); margin-top: 16px; }
.aimed-template-page .article-card { display: block; padding: 12px 0; }
.aimed-template-page .article-card__type { display: inline-block; padding: 3px 6px; background: #dc3545; color: #fff; letter-spacing: 0; }
.aimed-template-page .article-card__kind { display: inline-block; margin-left: 4px; padding: 3px 6px; background: #dc3545; color: #fff; font: .75rem Arial, sans-serif; }
.aimed-template-page .article-card__body { padding: 8px 0; }
.aimed-template-page .article-authors, .aimed-template-page .article-meta, .aimed-template-page .abstract { font: .875rem Arial, sans-serif; color: #6c757d; }
.aimed-template-page .abstract-title, .aimed-template-page .abstract a { color: rgba(0,124,0,.8); font-weight: 700; }
.aimed-template-page .journal-browser { margin-top: 16px; padding: 16px; background: #fff; }
.aimed-template-page .journal-browser h2 { font: 700 1.25rem Arial, sans-serif; color: rgba(0,124,0,.8); }
.aimed-template-page .journal-browser select, .aimed-template-page .journal-browser button { width: 100%; min-height: 36px; margin-top: 8px; border: 1px solid #ced4da; border-radius: .375rem; padding: 6px 10px; background: #fff; font: .875rem Arial, sans-serif; }
.aimed-template-page .journal-browser button { background: rgba(0,124,0,.8); color: #fff; }
.aimed-template-page .article-card h3 { font-size: 1.1rem; font-family: Arial, sans-serif; }
.aimed-template-page .article-card p { font-family: Arial, sans-serif; }
.article-paper { padding: 22px 26px; background: #fff; box-shadow: 0 3px 15px rgba(25, 42, 53, .06); }
.article-crumbs { margin: 0 0 16px; color: #7c8794; font-family: system-ui, sans-serif; font-size: .86rem; }
.article-badge { display: inline-block; margin-right: 4px; padding: 3px 7px; background: #ef9a20; color: #fff; font-family: system-ui, sans-serif; font-size: .78rem; }
.article-badge--type { background: #e74a48; }
.article-paper h1 { max-width: none; margin: 12px 0; font-size: clamp(1.65rem, 3vw, 2.4rem); }
.article-authors { margin: 0 0 16px; font-weight: 700; }
.article-paper .article-meta { margin: 13px 0; color: #4d555d; }
.article-actions--journal { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0 26px; }
.article-actions--journal .button { min-height: 38px; border: 0; background: #738094; font-family: Georgia, "Times New Roman", serif; }
.abstract-box { border-top: 1px solid var(--line); padding-top: 18px; }
.abstract-box h2 { margin-bottom: 8px; font-size: 1.5rem; }
.search-shell { width: 100%; padding: 0 0 72px; background: #f6f8fb; }
.search-banner { padding: 42px max(20px, calc((100% - 1220px) / 2)); background: #2e6f35; color: #fff; }
.search-banner h1 { margin: 0 0 18px; font-size: 2rem; }
.search-form-grid { display: grid; grid-template-columns: 285px 1fr auto; gap: 20px; }
.search-form-grid input, .search-form-grid select { width: 100%; min-height: 44px; border: 0; border-radius: 5px; padding: 8px 12px; font: inherit; }
.search-form-grid button { min-height: 44px; border: 0; border-radius: 5px; padding: 8px 22px; background: #fff; color: #222; font-weight: 700; }
.search-results { display: grid; grid-template-columns: 285px 1fr; gap: 20px; width: min(1220px, calc(100% - 40px)); margin: 20px auto; }
.search-panel, .search-list { padding: 22px; background: #fff; box-shadow: 0 3px 15px rgba(25, 42, 53, .06); }
.search-panel h2 { color: #2e6f35; font-size: 1.25rem; }
.search-panel label { display: block; margin-top: 14px; color: #666; font-family: system-ui, sans-serif; font-size: .83rem; }
.search-panel input { width: 100%; min-height: 36px; margin-top: 4px; border: 1px solid #ddd; padding: 7px; font: inherit; }
.search-list h2 { margin: 0 0 14px; font-size: 1.4rem; }
.search-result { padding: 16px 0; border-top: 1px solid var(--line); }
.search-result h3 { margin: 0 0 7px; font-size: 1.08rem; }
.search-result p { margin: 0; color: #666; }
.catalog-shell { width: 100%; padding: 0 0 72px; background: #f6f8fb; }
.catalog-banner { padding: 42px max(20px, calc((100% - 1220px) / 2)); background: #2e6f35; color: #fff; }
.catalog-banner h1 { margin: 0 0 18px; font-size: 2rem; }
.catalog-search { display: flex; gap: 20px; }
.catalog-search input { width: 100%; min-height: 44px; border: 0; border-radius: 5px; padding: 8px 12px; font: inherit; }
.catalog-content { width: min(1220px, calc(100% - 40px)); margin: 30px auto; }
.catalog-content h2 { margin-bottom: 6px; }
.catalog-breadcrumb { color: #2e6f35; }
.catalog-count { color: #777; }
.journal-card { margin-top: 25px; padding: 26px; background: #fff; border-left: 4px solid #738094; box-shadow: 0 3px 15px rgba(25,42,53,.06); }
.journal-card h3 { margin: 0 0 14px; font-size: 1.55rem; }
.journal-card__meta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; color: #6f7880; font-family: system-ui, sans-serif; font-size: .85rem; }
.journal-card__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.journal-card__actions a { padding: 8px 13px; border: 1px solid #d4dbe0; border-radius: 4px; color: #3e5963; font-family: system-ui, sans-serif; font-size: .84rem; font-weight: 700; }
.register-shell { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; background: #fff; }
.register-intro { padding: 100px max(40px, calc((100vw - 1200px) / 2)); background: #1679eb; color: #fff; }
.register-intro h1 { margin: 0; font-family: system-ui, sans-serif; font-size: clamp(2.5rem, 5vw, 4.4rem); }
.register-intro p { max-width: 520px; margin-top: 28px; font-family: system-ui, sans-serif; }
.register-form { max-width: 540px; padding: 70px 44px; }
.register-form h2 { font-family: system-ui, sans-serif; }
.register-form fieldset { display: grid; gap: 14px; margin: 25px 0; padding: 0; border: 0; }
.register-form input { min-height: 46px; border: 1px solid #d6d6d6; border-radius: 4px; padding: 9px 12px; font: inherit; }
.register-form button { min-height: 46px; border: 0; border-radius: 4px; background: #1679eb; color: #fff; font-weight: 700; }
.register-note { margin-top: 16px; color: var(--muted); font-family: system-ui, sans-serif; font-size: .85rem; }
.site-footer { background: #202e32; color: #fff; }
.site-footer__inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 24px; padding: 42px 0; font-size: .9rem; }
.site-footer a { color: #fff; text-decoration: underline; text-underline-offset: .16em; }
.readonly-note { margin-top: 28px; padding: 12px 14px; border: 1px dashed #9fb2b5; color: var(--muted); font-family: system-ui, sans-serif; font-size: .78rem; }
form.search-form { display: flex; gap: 8px; max-width: 620px; margin-top: 24px; }
form.search-form input { flex: 1; min-height: 42px; padding: 8px 10px; border: 1px solid #9fb2b5; border-radius: 4px; font: inherit; }
form.search-form button { min-height: 42px; padding: 8px 16px; border: 0; border-radius: 4px; background: var(--brand); color: #fff; font-weight: 700; }
@media (max-width: 760px) { .site-header { height: auto; } .site-header__inner { align-items: flex-start; flex-direction: column; padding: 18px 0; } .primary-nav ul { gap: 14px; } .home-hero { min-height: 520px; padding: 44px 20px; } .home-hero__copy { width: 100%; padding: 30px 24px; } .metrics, .home-search, .resource-links, .journal-grid, .journal-article-layout, .search-form-grid, .search-results, .register-shell { grid-template-columns: 1fr; } .metric { border-left: 0; border-top: 1px solid var(--line); padding: 16px 0 0; } .article-card { grid-template-columns: 1fr; gap: 9px; } .card-grid, .hero { grid-template-columns: 1fr; } .page-shell { padding-top: 32px; } .journal-subnav { align-items: stretch; flex-direction: column; } .journal-subnav form { width: 100%; } .register-intro { padding: 50px 24px; } .register-form { padding: 44px 24px; } .catalog-search { flex-direction: column; } h1 { font-size: 2.45rem; } }
