:root {
  color-scheme: light;
  --ink: #192028;
  --muted: #66717f;
  --paper: #f7f5ef;
  --panel: #ffffff;
  --line: #d9dedf;
  --sage: #8da399;
  --clay: #c46f55;
  --gold: #d1a447;
  --sky: #6d9fc4;
  --shadow: 0 24px 70px rgba(25, 32, 40, 0.16);
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(141, 163, 153, 0.18), transparent 32%),
    linear-gradient(315deg, rgba(196, 111, 85, 0.16), transparent 34%),
    var(--paper);
}

main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(24px, 5vw, 64px);
}

.shell {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}

.hero {
  display: grid;
  gap: 28px;
}

.eyebrow {
  width: max-content;
  border: 1px solid rgba(25, 32, 40, 0.14);
  border-radius: 999px;
  padding: 8px 13px;
  color: #52616a;
  background: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 9vw, 7.4rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.lead {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  line-height: 1.7;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

a,
button {
  font: inherit;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid #1f2b32;
  border-radius: 8px;
  padding: 0 18px;
  color: #ffffff;
  background: #1f2b32;
  text-decoration: none;
  font-weight: 750;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button.secondary {
  color: #1f2b32;
  background: rgba(255, 255, 255, 0.72);
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(31, 43, 50, 0.16);
}

.workspace {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(25, 32, 40, 0.13);
  border-radius: 8px;
  overflow: hidden;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.photo {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(25, 32, 40, 0.03), rgba(25, 32, 40, 0.12)),
    linear-gradient(145deg, #e7ece7 0%, #f9f1dd 45%, #dfeaf0 100%);
}

.photo::before {
  content: "";
  position: absolute;
  inset: 9% 8% 35% 10%;
  border: 1px solid rgba(25, 32, 40, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.42)),
    repeating-linear-gradient(0deg, transparent 0 38px, rgba(25, 32, 40, 0.06) 39px 40px),
    repeating-linear-gradient(90deg, transparent 0 54px, rgba(25, 32, 40, 0.04) 55px 56px);
  box-shadow: 0 28px 60px rgba(25, 32, 40, 0.12);
}

.photo::after {
  content: "";
  position: absolute;
  right: 11%;
  top: 12%;
  width: 34%;
  aspect-ratio: 1.2;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(196, 111, 85, 0.9), rgba(209, 164, 71, 0.8)),
    linear-gradient(#ffffff, #ffffff);
  clip-path: polygon(0 12%, 100% 0, 86% 92%, 8% 100%);
  opacity: 0.88;
}

.planner {
  position: absolute;
  inset: auto 24px 24px 24px;
  display: grid;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
}

.planner-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.planner h2 {
  margin: 0;
  font-size: 1rem;
}

.planner p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.date {
  min-width: 94px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 10px;
  text-align: center;
  color: #52616a;
  background: #fbfaf6;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tasks {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tasks li {
  display: grid;
  grid-template-columns: 14px 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: #ffffff;
  color: #2f3a42;
  font-size: 0.92rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--sage);
}

.tasks li:nth-child(2) .dot {
  background: var(--gold);
}

.tasks li:nth-child(3) .dot {
  background: var(--clay);
}

.tag {
  border-radius: 999px;
  padding: 5px 8px;
  color: #52616a;
  background: #eef2f1;
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.stat {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #fbfaf6;
}

.stat strong {
  display: block;
  font-size: 1.3rem;
}

.stat span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

:root {
  color-scheme: dark;
  --ink: #e5edf8;
  --muted: #9fb0c6;
  --paper: #0f172a;
  --panel: rgba(15, 23, 42, 0.72);
  --line: rgba(148, 163, 184, 0.2);
  --sage: #22d3ee;
  --clay: #38bdf8;
  --gold: #60a5fa;
  --sky: #67e8f9;
  --shadow: 0 24px 80px rgba(2, 6, 23, 0.46);
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 8%, rgba(34, 211, 238, 0.18), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(59, 130, 246, 0.16), transparent 28%),
    linear-gradient(180deg, #0f172a 0%, #111827 48%, #020617 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 72%);
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(52px, 8vw, 108px);
  padding: clamp(28px, 5vw, 72px);
}

.shell,
.portal-section,
.site-footer {
  width: min(1180px, 100%);
}

.shell {
  min-height: min(760px, calc(100vh - 96px));
}

.hero .eyebrow,
.section-heading .eyebrow {
  border-color: rgba(34, 211, 238, 0.24);
  color: #7dd3fc;
  background: rgba(14, 165, 233, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

h1,
.section-heading h2,
.footer-brand h2 {
  color: #f8fbff;
}

h1 {
  text-shadow: 0 24px 64px rgba(34, 211, 238, 0.16);
}

.lead,
.section-heading p,
.software-card p,
.category-card p,
.article-list article p,
.trending-list span,
.faq-list p,
.newsletter p,
.footer-brand p,
.footer-note {
  color: var(--muted);
}

.button {
  min-height: 48px;
  border-color: rgba(125, 211, 252, 0.42);
  border-radius: 14px;
  color: #e0f7ff;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.95), rgba(6, 182, 212, 0.9));
  box-shadow: 0 16px 36px rgba(14, 165, 233, 0.24);
}

.button.secondary {
  color: #c7e9ff;
  background: rgba(15, 23, 42, 0.7);
}

.button:hover,
.software-card:hover,
.category-card:hover,
.article-list article:hover,
.trending-list li:hover,
.faq-list details:hover {
  transform: translateY(-4px);
}

.button:focus-visible,
.search-bar input:focus,
.newsletter-form input:focus,
.software-card a:focus-visible,
.article-list a:focus-visible,
.category-card:focus-visible,
.footer-nav a:focus-visible,
.social-links a:focus-visible,
.faq-list summary:focus-visible {
  outline: 3px solid rgba(34, 211, 238, 0.55);
  outline-offset: 4px;
}

.workspace,
.planner,
.portal-section,
.software-card,
.category-card,
.article-list article,
.trending-list li,
.faq-list details,
.newsletter-form,
.site-footer {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.76), rgba(30, 41, 59, 0.54));
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.workspace,
.planner {
  border-radius: 16px;
}

.photo {
  background:
    radial-gradient(circle at 26% 24%, rgba(34, 211, 238, 0.25), transparent 30%),
    radial-gradient(circle at 72% 18%, rgba(96, 165, 250, 0.22), transparent 28%),
    linear-gradient(145deg, #111827 0%, #1e293b 50%, #0f172a 100%);
}

.photo::before {
  border-color: rgba(125, 211, 252, 0.18);
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.72), rgba(30, 41, 59, 0.42)),
    repeating-linear-gradient(0deg, transparent 0 38px, rgba(125, 211, 252, 0.08) 39px 40px),
    repeating-linear-gradient(90deg, transparent 0 54px, rgba(125, 211, 252, 0.06) 55px 56px);
}

.photo::after {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.95), rgba(34, 211, 238, 0.82));
}

.planner {
  background: rgba(15, 23, 42, 0.72);
}

.planner h2,
.tasks li,
.stat strong,
.software-card h3,
.category-card h3,
.article-list article h3,
.trending-list strong,
.faq-list summary {
  color: #f8fbff;
}

.date,
.tasks li,
.tag,
.stat {
  border-color: rgba(148, 163, 184, 0.18);
  color: #c7e9ff;
  background: rgba(15, 23, 42, 0.68);
}

.dot {
  background: #22d3ee;
  box-shadow: 0 0 22px rgba(34, 211, 238, 0.5);
}

.portal-section {
  display: grid;
  gap: clamp(22px, 4vw, 36px);
  border-radius: 16px;
  padding: clamp(24px, 5vw, 48px);
  position: relative;
  overflow: hidden;
}

.portal-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.09), transparent 36%),
    linear-gradient(315deg, rgba(59, 130, 246, 0.09), transparent 32%);
}

.portal-section > * {
  position: relative;
  z-index: 1;
}

.section-heading {
  max-width: 760px;
  display: grid;
  gap: 12px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: 0;
}

.section-heading p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
}

.search-bar,
.newsletter-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: end;
}

.search-bar label,
.newsletter-form label {
  grid-column: 1 / -1;
  color: #c7d2fe;
  font-size: 0.84rem;
  font-weight: 800;
}

.search-bar input,
.newsletter-form input {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 14px;
  padding: 0 16px;
  color: #f8fbff;
  background: rgba(2, 6, 23, 0.54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.search-bar input::placeholder,
.newsletter-form input::placeholder {
  color: rgba(203, 213, 225, 0.58);
}

.software-grid,
.category-grid,
.article-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.software-card,
.category-card,
.article-list article {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-radius: 16px;
  padding: 22px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.software-card:hover,
.category-card:hover,
.article-list article:hover,
.trending-list li:hover,
.faq-list details:hover {
  border-color: rgba(34, 211, 238, 0.42);
  box-shadow: 0 24px 60px rgba(14, 165, 233, 0.16);
}

.software-card h3,
.category-card h3,
.article-list article h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.3;
}

.software-card p,
.category-card p,
.article-list article p {
  margin: 0;
  line-height: 1.65;
}

.software-card a,
.article-list a,
.footer-nav a {
  color: #67e8f9;
  font-weight: 800;
  text-decoration: none;
}

.software-card a,
.article-list a {
  margin-top: auto;
}

.software-card a:hover,
.article-list a:hover,
.footer-nav a:hover {
  color: #bfdbfe;
}

.category-card {
  color: inherit;
  text-decoration: none;
}

.category-card > span {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(34, 211, 238, 0.24);
  border-radius: 14px;
  color: #cffafe;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.45), rgba(6, 182, 212, 0.26));
  font-weight: 900;
}

.trending-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: trending;
}

.trending-list li {
  counter-increment: trending;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  align-items: center;
  border-radius: 16px;
  padding: 18px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.trending-list li::before {
  content: counter(trending, decimal-leading-zero);
  grid-row: span 2;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #cffafe;
  background: rgba(14, 165, 233, 0.18);
  font-weight: 900;
}

.trending-list strong {
  font-size: 1.05rem;
}

.trending-list span {
  line-height: 1.55;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 22px;
  font-weight: 850;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: #67e8f9;
  font-size: 1.2rem;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  line-height: 1.7;
}

.newsletter {
  text-align: center;
}

.newsletter .section-heading {
  margin: 0 auto;
}

.newsletter .section-heading .eyebrow {
  justify-self: center;
}

.newsletter-form {
  width: min(720px, 100%);
  margin: 0 auto;
  border-radius: 16px;
  padding: 18px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: 0 auto clamp(24px, 5vw, 56px);
  border-radius: 16px;
  padding: clamp(24px, 4vw, 36px);
}

.footer-brand h2,
.footer-brand p,
.footer-note {
  margin: 0;
}

.footer-brand {
  display: grid;
  gap: 10px;
}

.footer-nav,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.footer-nav {
  grid-column: 2;
}

.social-links {
  grid-column: 2;
}

.social-links a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(34, 211, 238, 0.24);
  border-radius: 14px;
  color: #cffafe;
  background: rgba(14, 165, 233, 0.11);
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.social-links a:hover {
  transform: translateY(-3px);
  border-color: rgba(34, 211, 238, 0.5);
  background: rgba(14, 165, 233, 0.22);
}

.footer-note {
  grid-column: 1 / -1;
  padding-top: 18px;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  font-size: 0.92rem;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
