/* CBRO Acid: a quiet, editorial entrance to the authenticated workspace. */
.athena-home {
  --home-acid: #d7ff2f;
  --home-forest: #123b2e;
  --home-ink: #132a20;
  --home-muted: #61705f;
  --home-rule: #cdd4c3;
  --home-mono: "IBM Plex Mono", Consolas, monospace;
  --home-ease: cubic-bezier(.16, 1, .3, 1);
  max-width: 1360px;
  margin-inline: auto;
  color: var(--home-ink);
}
.athena-home [hidden] { display: none !important; }
.athena-home a:focus-visible { outline: 3px solid #688432; outline-offset: 5px; }
.home-masthead { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; padding-bottom: 21px; border-bottom: 1px solid var(--home-rule); }
.athena-home .home-eyebrow { display: flex; align-items: center; gap: 9px; margin: 0; font-family: var(--home-mono); font-size: 10px; font-weight: 400; letter-spacing: .07em; line-height: 1.6; color: var(--home-muted); }
.home-eyebrow i { width: 6px; height: 6px; background: var(--home-acid); border: 1px solid #77905f; }
.home-member { font-size: 10px; color: var(--home-muted); overflow-wrap: anywhere; }
.home-member > span { color: #9baa8d; margin-inline: 8px; }
.home-hero { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: clamp(32px, 4vw, 76px); padding: 55px 0 48px; align-items: center; }
.home-hero-copy { animation: home-enter .7s var(--home-ease) both; }
.home-kicker { font: 9px/1.7 var(--home-mono); letter-spacing: .09em; color: var(--home-muted); margin: 0 0 22px; }
.athena-home h1 { font-family: var(--font-interface), sans-serif; font-size: clamp(34px, 3.25vw, 58px); font-weight: 600; letter-spacing: -.055em; line-height: 1.55; margin: 0; color: var(--home-ink); }
.athena-home h1 > span { position: relative; display: inline-block; color: var(--home-forest); isolation: isolate; }
.athena-home h1 > span::after { content: ""; position: absolute; left: 0; right: .08em; bottom: .15em; height: .19em; background: var(--home-acid); z-index: -1; transform-origin: left; animation: home-rule-in 1s .1s var(--home-ease) both; }
.home-introduction { font-size: 14px; line-height: 2; max-width: 520px; color: #586654; margin: 22px 0 27px; }
.home-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.athena-home .home-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 44px; padding: 10px 0; font-size: 12px; line-height: 1.6; color: var(--home-forest); text-decoration: none; border-bottom: 1px solid #a2b295; transition: color .2s, background .2s, border-color .2s; }
.home-link > span:last-child { font-size: 17px; font-weight: 400; transition: transform .25s var(--home-ease); }
.home-link:hover > span:last-child { transform: translate(2px, -2px); }
.athena-home .home-link-primary { color: #f5f4e9; background: var(--home-forest); border: 1px solid var(--home-forest); padding: 12px 18px; min-width: 170px; }
.athena-home .home-link-primary:hover { background: #204b35; border-color: #204b35; }
.athena-home .home-link-primary > span:last-child { color: var(--home-acid); }
.athena-home .home-link-secondary { padding: 12px 18px; border: 1px solid #adb9a0; min-width: 154px; }
.athena-home .home-link-secondary:hover { background: #e5ead9; border-color: #69805c; }
.home-hero-note { display: flex; gap: 15px; align-items: center; color: #6b795f; font-size: 10px; letter-spacing: .04em; margin-top: 28px; }
.home-hero-note i { width: 2px; height: 2px; background: #93a283; }
.home-construction { position: relative; overflow: hidden; background: #123b2e; padding: 24px 26px 0; color: #dce7ce; border: 1px solid #163627; box-shadow: 6px 6px 0 #cbd5b7; animation: home-enter .85s .08s var(--home-ease) both; }
.home-construction-top { display: flex; justify-content: space-between; gap: 12px; font: 8px/1.6 var(--home-mono); letter-spacing: .05em; padding-bottom: 18px; border-bottom: 1px solid #cbd8b933; color: #cfdbbf; }
.home-signal-art { position: relative; width: 100%; aspect-ratio: 360 / 290; }
.home-art-grid { position: absolute; inset: 0 -26px; background: linear-gradient(#cbd8b908 1px, transparent 1px), linear-gradient(90deg, #cbd8b908 1px, transparent 1px); background-size: 27px 27px; mask-image: linear-gradient(transparent, #000 25%, #000 70%, transparent); }
.home-signal-lines { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; height: auto; overflow: visible; }
.home-path-muted { stroke: #a3b890; stroke-opacity: .45; stroke-width: 1; }
.home-path-acid { stroke: var(--home-acid); stroke-width: 1.5; stroke-dasharray: .2 .8; animation: home-signal 5s linear infinite; }
.home-signal-lines circle { fill: #d6e2c1; stroke: #153d2c; stroke-width: 2; }
.home-signal-lines .home-weight { fill: #94af7d; transform-box: fill-box; transform-origin: left; animation: home-rule-in 1s .2s var(--home-ease) both; }
.home-signal-lines .home-weight-acid { fill: var(--home-acid); animation-delay: .3s; }
.home-signal-lines .home-weight-short { fill: #c6d7ae; animation-delay: .4s; }
.home-art-core { position: absolute; left: 48%; top: 50%; transform: translate(-50%, -50%); width: 68px; height: 92px; display: grid; place-items: center; border: 1px solid #8da878; background: #e6eadb; box-shadow: 4px 4px 0 #6a8254; }
.home-art-core img { display: block; width: 29px; height: 52px; object-fit: contain; }
.home-art-label { position: absolute; bottom: 8%; font: 7px/1.5 var(--home-mono); letter-spacing: .1em; color: #b7c9a4; }
.home-art-input { left: 5%; }
.home-art-output { right: 1%; }
.home-construction-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid #cbd8b933; min-height: 54px; font-size: 10px; color: #d0ddc0; }
.home-construction-bottom > span:last-child { color: #abbf99; font-size: 9px; }
.home-method { border-top: 1px solid #6d7a5e; padding-top: 29px; }
.home-section-heading { margin-bottom: 25px; }
.athena-home h2 { margin: 10px 0 0; font-size: 24px; font-weight: 500; letter-spacing: -.025em; line-height: 1.5; color: var(--home-ink); }
.home-section-heading > p:last-child:not(.home-eyebrow) { margin: 10px 0 0; font-size: 12px; line-height: 1.8; color: var(--home-muted); }
.home-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--home-rule); background: #faf9f0; }
.home-step { padding: 24px 26px 22px; min-width: 0; border-right: 1px solid var(--home-rule); }
.home-step:last-child { border-right: 0; }
.home-step-number { display: flex; align-items: center; gap: 13px; font: 22px/1 var(--home-mono); color: #6b8253; }
.home-step-number > span { font-size: 8px; color: #66765a; letter-spacing: .1em; }
.athena-home h3 { font-size: 18px; font-weight: 500; line-height: 1.5; color: var(--home-ink); margin: 20px 0 10px; }
.home-step p, .home-tool p { color: var(--home-muted); font-size: 12px; line-height: 1.95; margin: 0; }
.home-step-foot { display: block; margin-top: 22px; font-size: 9px; color: #718061; letter-spacing: .04em; }
.home-toolkit { padding-top: 45px; }
.home-toolkit-heading { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 12px; }
.home-section-aside { font-size: 10px; color: var(--home-muted); }
.home-tools { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--home-rule); border-bottom: 1px solid var(--home-rule); }
.home-tool { padding: 26px 22px 22px; display: flex; flex-direction: column; align-items: flex-start; border-right: 1px solid var(--home-rule); min-width: 0; transition: background .2s; }
.home-tool:first-child { padding-left: 0; }
.home-tool:last-child { border-right: 0; }
.home-tool:hover { background: #eaf0d947; }
.home-tool-index { font: 8px/1.6 var(--home-mono); letter-spacing: .01em; color: #637653; }
.home-tool h3 { margin-top: 18px; }
.home-tool p { padding-bottom: 17px; flex: 1; }
.home-tool .home-link { font-size: 11px; width: 100%; margin-top: auto; }
.home-workspace { margin-top: 38px; padding: 27px 30px; border: 1px solid #c7d0b6; border-left: 4px solid var(--home-acid); background: #e5ead8; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px; align-items: center; }
.home-workspace h2 { font-size: 21px; margin-top: 9px; }
.home-workspace p:not(.home-eyebrow) { font-size: 12px; line-height: 1.9; color: #566649; max-width: 660px; margin: 11px 0 0; }
.home-workspace-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.home-workspace-actions .home-link { min-width: 145px; font-size: 11px; padding: 11px 13px; }
.home-signature { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 27px; font: 8px/1.7 var(--home-mono); letter-spacing: .06em; color: #748367; }
@keyframes home-enter { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: translateY(0); } }
@keyframes home-rule-in { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes home-signal { to { stroke-dashoffset: -1; } }
@media (max-width: 1280px) {
  .home-hero { gap: 32px; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); }
  .home-construction { padding-inline: 20px; }
  .home-workspace { grid-template-columns: 1fr; gap: 20px; }
  .home-tools { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-tool:nth-child(2) { border-right: 0; }
  .home-tool:nth-child(-n+2) { border-bottom: 1px solid var(--home-rule); }
  .home-tool:nth-child(3) { padding-left: 0; }
}
@media (max-width: 1000px) {
  .home-masthead { align-items: flex-start; }
  .home-member { width: 100%; }
  .home-hero { gap: 26px; padding-block: 38px; }
  .home-introduction { font-size: 12px; }
  .home-construction-top { font-size: 7px; }
  .home-construction-top > span:last-child { display: none; }
  .home-step { padding: 20px 18px; }
  .home-art-core { width: 52px; height: 72px; }
  .home-art-core img { width: 24px; height: 43px; }
  .athena-home h1 { font-size: 36px; }
  .home-actions .home-link { min-width: 145px; font-size: 11px; }
}
@media (max-width: 720px) {
  .home-hero { grid-template-columns: 1fr; padding-block: 30px; gap: 28px; }
  .athena-home h1 { font-size: clamp(30px, 6vw, 40px); }
  .home-construction { max-width: 440px; width: 100%; }
  .home-signal-art { aspect-ratio: 360 / 210; }
  .home-signal-lines { height: 100%; }
  .home-art-label { bottom: 3%; }
  .home-kicker { font-size: 8px; margin-bottom: 17px; }
  .home-introduction { margin-top: 17px; }
  .home-actions { gap: 10px; }
  .home-actions .home-link { min-width: 0; flex: 1; padding-inline: 12px; gap: 10px; }
  .home-hero-note { font-size: 9px; gap: 12px; margin-top: 20px; }
  .home-steps { grid-template-columns: 1fr; }
  .home-step { padding: 22px; border-right: 0; border-bottom: 1px solid var(--home-rule); }
  .home-step:last-child { border-bottom: 0; }
  .home-step h3 { margin-top: 14px; }
  .home-step-foot { margin-top: 15px; }
  .home-section-aside { display: none; }
  .home-workspace { padding: 23px 20px; }
  .home-workspace-actions { flex-direction: column; align-items: stretch; }
  .home-toolkit { padding-top: 32px; }
  .athena-home h2 { font-size: 21px; }
  .home-workspace h2 { font-size: 19px; }
  .home-member { font-size: 9px; }
}
@media (max-width: 480px) {
  .home-tools { grid-template-columns: 1fr; }
  .home-tool { padding: 23px 0; border-right: 0; border-bottom: 1px solid var(--home-rule); }
  .home-tool:last-child { border-bottom: 0; }
  .home-construction { padding-inline: 16px; }
  .home-construction-top { font-size: 7px; }
  .home-construction-bottom { font-size: 9px; min-height: 45px; }
  .home-eyebrow { font-size: 8px !important; }
  .home-actions { flex-direction: column; }
  .home-actions .home-link { min-height: 46px; }
}
@media (prefers-reduced-motion: reduce) {
  .athena-home *, .athena-home *::before, .athena-home *::after { animation: none !important; transition: none !important; }
}
