/* Satralis Signals v3 – schwarz, gross, ruhig. */
:root {
  --bg: #000;
  --bg-2: #07070b;
  --ink: #f4f5f7;
  --ink-2: #a5a9b3;
  --ink-3: #62666f;
  --line: rgba(255, 255, 255, .10);
  --line-2: rgba(255, 255, 255, .06);
  --teal: #26c6c6;
  --violet: #8b7cff;
  --green: #62d99a;
  --buy: #62d99a;
  --sell: #ff8a5b;
  --hold: #e6c35a;
  --wait: #9aa0ab;
  --veto: #ff5c7a;
  --grad: linear-gradient(90deg, var(--teal) 0%, var(--violet) 55%, var(--green) 100%);
  --font-display: 'Cabinet Grotesk', 'Satoshi', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --wrap: 1320px;
  --pad: clamp(20px, 4vw, 56px);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font: 400 17px/1.55 var(--font-display);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
b { font-weight: 700; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ol, ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p { margin: 0; }
.mono { font-family: var(--font-mono); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.wrap { width: min(var(--wrap), 100% - 2 * var(--pad)); margin-inline: auto; }
.skip { position: absolute; left: -999px; top: 8px; padding: 8px 12px; background: var(--ink); color: #000; z-index: 99; }
.skip:focus { left: 8px; }

/* ---------- Header ---------- */
.top { position: sticky; top: 0; z-index: 50; background: rgba(0, 0, 0, .72); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line-2); }
.top__row { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.brand__mark { color: var(--teal); }
.brand__name { font-weight: 800; letter-spacing: .01em; font-size: 18px; }
.brand__sub { color: var(--ink-3); font-weight: 400; font-size: 18px; margin-left: -4px; }
.nav { display: flex; gap: 28px; font-size: 15px; color: var(--ink-2); }
.nav a:hover { color: var(--ink); }
.top__right { display: flex; align-items: center; gap: 16px; }
.live { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-2); }
.live__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(98, 217, 154, .6); animation: pulse 2.2s infinite; }
.live--off .live__dot { background: var(--ink-3); animation: none; box-shadow: none; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(98, 217, 154, .55); } 70% { box-shadow: 0 0 0 9px rgba(98, 217, 154, 0); } 100% { box-shadow: 0 0 0 0 rgba(98, 217, 154, 0); } }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 50px; padding: 0 24px; border-radius: 999px; font-weight: 700; font-size: 15px; transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s; border: 1px solid transparent; white-space: nowrap; }
.btn--sm { height: 38px; padding: 0 16px; font-size: 14px; }
.btn--primary { background: var(--ink); color: #000; }
.btn--primary:hover { background: #fff; transform: translateY(-1px); }
.btn--ghost { border-color: var(--line); color: var(--ink); }
.btn--ghost:hover { border-color: rgba(255, 255, 255, .35); background: rgba(255, 255, 255, .04); }

/* ---------- Typo ---------- */
.display { font-size: clamp(2.6rem, 1.1rem + 5.4vw, 5.9rem); line-height: .96; letter-spacing: -.035em; }
.display__b { display: block; font-weight: 800; }
.display__l { display: block; font-weight: 300; }
.display__l--accent { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; padding-bottom: .06em; }
.h2 { font-size: clamp(2.1rem, 1.1rem + 4.2vw, 4.6rem); line-height: 1; letter-spacing: -.03em; }
.h2 .display__b, .h2 .display__l { display: block; }
.eyebrow { display: block; color: var(--teal); margin-bottom: 18px; }
.sec { padding-block: clamp(80px, 11vw, 160px); position: relative; }
.sec--line::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 1px; background: linear-gradient(90deg, transparent, var(--line) 15%, var(--line) 85%, transparent); }
.sec__head { max-width: 980px; margin-bottom: clamp(40px, 5vw, 72px); }
.sec__lead { margin-top: 22px; font-size: clamp(1.05rem, .9rem + .5vw, 1.3rem); color: var(--ink-2); max-width: 640px; line-height: 1.5; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: min(88vh, 900px); display: flex; flex-direction: column; justify-content: flex-end; padding-block: clamp(70px, 8vw, 120px) 40px; overflow: hidden; isolation: isolate; }
.ribbon { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; display: block; }
.hero__fade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .35) 78%, #000 100%); pointer-events: none; }
.hero__inner { position: relative; }
.hero__lead { max-width: 720px; margin-top: 30px; font-size: clamp(1.02rem, .9rem + .5vw, 1.25rem); line-height: 1.5; color: var(--ink-2); }
.hero__cta { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.hero__meta { display: flex; gap: 40px; margin-top: clamp(56px, 7vw, 100px); padding-top: 20px; border-top: 1px solid var(--line-2); color: var(--ink-3); }
.hero__meta b { color: var(--ink); font-weight: 500; margin-left: 6px; }

/* ---------- Heute ---------- */
.today { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--line-2); border: 1px solid var(--line-2); }
.today__ctx { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line-2); }
.kpi { background: var(--bg); padding: 34px; display: flex; flex-direction: column; gap: 10px; position: relative; overflow: hidden; }
.kpi__label { color: var(--ink-3); }
.kpi__value { font-size: clamp(2rem, 1.4rem + 2.2vw, 3.6rem); font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.kpi__value small { font-weight: 300; color: var(--ink-2); font-size: .5em; margin-left: 10px; letter-spacing: 0; }
.kpi__note { color: var(--ink-2); font-size: 15px; max-width: 460px; }
.bar { position: relative; height: 4px; background: rgba(255, 255, 255, .08); border-radius: 2px; margin-top: 16px; }
.bar i { position: absolute; left: 0; top: 0; bottom: 0; width: 0; border-radius: 2px; background: var(--grad); transition: width 1.4s var(--ease); }
.bar b { position: absolute; top: -5px; width: 1px; height: 14px; background: rgba(255, 255, 255, .35); }
.zones { display: flex; gap: 6px; margin-top: 14px; flex-wrap: wrap; }
.zones li { font-family: var(--font-mono); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-3); transition: all .5s var(--ease); }
.zones li.is-now { color: #000; background: var(--ink); border-color: var(--ink); font-weight: 500; }
.zones li[data-zone^='BUY'].is-now { background: var(--buy); border-color: var(--buy); }
.zones li[data-zone^='TRIM'].is-now, .zones li[data-zone='ATH'].is-now { background: var(--sell); border-color: var(--sell); }
.today__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-2); }
.card { background: var(--bg); padding: 34px; min-height: 300px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.card::after { content: ''; position: absolute; inset: auto 0 0 0; height: 2px; background: var(--c, transparent); opacity: .9; transform: scaleX(0); transform-origin: left; transition: transform 1s var(--ease); }
.card.is-set::after { transform: scaleX(1); }
.card__head { display: flex; justify-content: space-between; align-items: baseline; color: var(--ink-2); }
.card__asset { font-size: 17px; }
.card__sym { color: var(--ink-3); }
.card__action { margin-top: 44px; font-size: clamp(3rem, 2rem + 3.5vw, 5.2rem); font-weight: 800; letter-spacing: -.04em; line-height: .95; color: var(--c, var(--ink)); }
.card__action small { display: block; font-size: 15px; font-weight: 400; letter-spacing: 0; color: var(--ink-2); margin-top: 10px; }
.card__why { margin-top: auto; padding-top: 28px; color: var(--ink-2); font-size: 15px; line-height: 1.5; }
.card__ind { margin-top: 18px; display: flex; gap: 14px; flex-wrap: wrap; color: var(--ink-3); font-size: 12px; }
.card__ind b { color: var(--ink-2); font-weight: 500; }
.card__foot { margin-top: 14px; color: var(--ink-3); display: flex; gap: 10px; flex-wrap: wrap; }
.card__foot span { border: 1px solid var(--line); padding: 3px 8px; border-radius: 4px; }
.card__foot .veto { color: var(--veto); border-color: rgba(255, 92, 122, .4); }
.card__foot .okg { color: var(--green); border-color: rgba(98, 217, 154, .4); }
.card[data-a='BUY'] { --c: var(--buy); } .card[data-a='SELL'] { --c: var(--sell); } .card[data-a='HOLD'] { --c: var(--hold); } .card[data-a='WAIT'] { --c: var(--wait); }
.today__foot { background: var(--bg); padding: 18px 34px; color: var(--ink-3); }

/* ---------- Ablauf ---------- */
.flow { width: min(var(--wrap), 100% - 2 * var(--pad)); margin: 0 auto clamp(30px, 4vw, 60px); }
.flow__svg { width: 100%; height: auto; display: block; overflow: visible; }
.flow__track { fill: none; stroke: rgba(255, 255, 255, .14); stroke-width: 1.5; }
.flow__glow { fill: none; stroke: url(#fg); stroke-width: 2; stroke-dasharray: 120 1400; stroke-linecap: round; filter: url(#glow); opacity: .9; animation: dash 6s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -1520; } }
.flow__node circle, .flow__node rect { fill: #000; stroke: rgba(255, 255, 255, .28); stroke-width: 1.5; }
.flow__node text { fill: var(--ink); font: 500 16px var(--font-display); letter-spacing: -.01em; }
.flow__node--guard rect { stroke: var(--veto); stroke-opacity: .8; }
.flow__node--guard.hit rect { fill: rgba(255, 92, 122, .18); }
.flow__label { fill: var(--ink-3); font: 400 11.5px var(--font-mono); letter-spacing: .06em; text-transform: uppercase; }
.flow__pkt { fill: var(--teal); filter: url(#glow); offset-path: path('M90 130 C 260 130, 260 130, 390 130 S 620 130, 690 130 S 920 130, 1110 130'); offset-distance: 0%; animation: travel 6s var(--ease) infinite; }
.flow__pkt--veto { fill: var(--veto); animation: travelVeto 6s var(--ease) infinite; animation-delay: 3s; opacity: 0; }
@keyframes travel { 0% { offset-distance: 0%; opacity: 0; } 6% { opacity: 1; } 44% { offset-distance: 100%; opacity: 1; } 50%, 100% { offset-distance: 100%; opacity: 0; } }
@keyframes travelVeto { 0% { offset-distance: 0%; opacity: 0; } 6% { opacity: 1; fill: var(--teal); } 28% { offset-distance: 58%; fill: var(--teal); } 30% { offset-distance: 60%; fill: var(--veto); r: 12; } 36% { offset-distance: 60%; opacity: 0; r: 8; } 100% { offset-distance: 60%; opacity: 0; } }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line-2); }
.step { padding: 28px 28px 8px 0; border-right: 1px solid var(--line-2); padding-right: 28px; }
.step:last-child { border-right: 0; }
.step__n { font-family: var(--font-mono); font-size: 12px; color: var(--teal); letter-spacing: .06em; }
.step h3 { margin-top: 30px; font-size: 22px; font-weight: 700; letter-spacing: -.02em; }
.step p { margin-top: 12px; color: var(--ink-2); font-size: 15px; line-height: 1.55; }

/* ---------- Guard ---------- */
.gate { border: 1px solid var(--line-2); }
.gate__pick { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-2); }
.pick { background: var(--bg); text-align: left; padding: 22px 24px; display: flex; flex-direction: column; gap: 6px; position: relative; transition: background .3s; }
.pick b { font-size: 18px; letter-spacing: -.01em; }
.pick .mono { color: var(--ink-3); }
.pick:hover { background: var(--bg-2); }
.pick.is-active { background: var(--bg-2); }
.pick.is-active::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: var(--grad); }
.gate__row { display: grid; grid-template-columns: repeat(15, 1fr); gap: 1px; background: var(--line-2); border-top: 1px solid var(--line-2); }
.g { background: var(--bg); aspect-ratio: 1 / 1.35; display: flex; flex-direction: column; justify-content: space-between; padding: 12px 10px; position: relative; overflow: hidden; }
.g__id { font-family: var(--font-mono); font-size: 10.5px; color: var(--ink-3); letter-spacing: .04em; }
.g__name { font-size: 12.5px; line-height: 1.2; color: var(--ink-2); letter-spacing: -.01em; hyphens: manual; overflow-wrap: anywhere; }
.g__led { position: absolute; top: 12px; right: 10px; width: 7px; height: 7px; border-radius: 50%; background: rgba(255, 255, 255, .12); transition: background .2s, box-shadow .2s; }
.g.is-checking .g__led { background: var(--ink); box-shadow: 0 0 10px rgba(255, 255, 255, .7); }
.g.is-pass .g__led { background: var(--green); box-shadow: 0 0 10px rgba(98, 217, 154, .6); }
.g.is-pass .g__name { color: var(--ink); }
.g.is-fail { background: rgba(255, 92, 122, .10); }
.g.is-fail .g__led { background: var(--veto); box-shadow: 0 0 14px rgba(255, 92, 122, .8); }
.g.is-fail .g__name, .g.is-fail .g__id { color: var(--veto); }
.g.is-skipped { opacity: .35; }
.gate__out { display: flex; align-items: center; gap: 20px; padding: 22px 24px; border-top: 1px solid var(--line-2); min-height: 74px; flex-wrap: wrap; }
.gate__verdict { padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); color: var(--ink-2); font-weight: 500; }
.gate__verdict.is-ok { color: #000; background: var(--green); border-color: var(--green); }
.gate__verdict.is-veto { color: #000; background: var(--veto); border-color: var(--veto); }
.gate__text { color: var(--ink-2); font-size: 16px; }
.gate__text b { color: var(--ink); }
.limits { margin-top: 56px; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line-2); }
.limits li { padding: 26px 20px 0 0; display: flex; flex-direction: column; gap: 8px; }
.limits b { font-size: clamp(1.5rem, 1.1rem + 1.2vw, 2.3rem); font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.limits span { color: var(--ink-3); font-size: 14px; line-height: 1.4; }

/* ---------- Journal ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); margin-bottom: 40px; }
.stat { padding: 34px 24px 34px 0; border-right: 1px solid var(--line-2); }
.stat:last-child { border-right: 0; }
.stat:not(:first-child) { padding-left: 24px; }
.stat__v { display: block; font-size: clamp(2.6rem, 1.6rem + 3.4vw, 5rem); font-weight: 800; letter-spacing: -.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.stat__l { display: block; margin-top: 10px; color: var(--ink-2); font-size: 15px; }
.log { border-top: 1px solid var(--line-2); }
.log__row { display: grid; grid-template-columns: 48px 150px 1fr 1fr auto; align-items: center; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line-2); cursor: pointer; transition: background .25s; }
.log__row:hover { background: rgba(255, 255, 255, .025); }
.log__n { font-family: var(--font-mono); font-size: 12px; color: var(--ink-3); }
.log__when { font-size: 16px; }
.log__when small { display: block; color: var(--ink-3); font-family: var(--font-mono); font-size: 11px; letter-spacing: .04em; }
.log__ctx { color: var(--ink-2); font-size: 15px; }
.log__acts { display: flex; gap: 8px; flex-wrap: wrap; }
.act { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .04em; padding: 5px 9px; border-radius: 4px; border: 1px solid var(--line); color: var(--ink-2); }
.act i { width: 6px; height: 6px; border-radius: 50%; background: var(--c); }
.act--BUY { --c: var(--buy); } .act--SELL { --c: var(--sell); } .act--HOLD { --c: var(--hold); } .act--WAIT { --c: var(--wait); }
.act--veto { color: var(--veto); border-color: rgba(255, 92, 122, .4); }
.log__more { font-family: var(--font-mono); font-size: 11px; color: var(--ink-3); letter-spacing: .06em; text-transform: uppercase; }
.log__detail { display: none; padding: 6px 0 24px 72px; border-bottom: 1px solid var(--line-2); color: var(--ink-2); font-size: 15px; }
.log__detail.is-open { display: block; }
.log__detail dl { display: grid; grid-template-columns: 70px 1fr; gap: 6px 20px; margin: 0; }
.log__detail dt { font-family: var(--font-mono); font-size: 11px; color: var(--ink-3); letter-spacing: .04em; padding-top: 3px; }
.log__detail dd { margin: 0; }
.log__detail .r { color: var(--ink-3); font-family: var(--font-mono); font-size: 11px; margin-left: 8px; }
.log__empty { padding: 40px 0; color: var(--ink-3); text-align: center; border-bottom: 1px solid var(--line-2); }
.log__note { margin-top: 18px; color: var(--ink-3); }

/* ---------- Abo ---------- */
.tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line-2); border: 1px solid var(--line-2); }
.tier { background: var(--bg); padding: 40px; display: flex; flex-direction: column; gap: 22px; position: relative; overflow: hidden; }
.tier--main::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 2px; background: var(--grad); }
.tier__name { font-size: 15px; color: var(--ink-2); }
.tier__price b { font-size: clamp(3rem, 2rem + 3vw, 4.6rem); font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.tier__price small { color: var(--ink-3); font-size: 14px; font-family: var(--font-mono); letter-spacing: .04em; text-transform: uppercase; margin-left: 10px; }
.tier ul { display: flex; flex-direction: column; gap: 10px; color: var(--ink-2); font-size: 15.5px; }
.tier li::before { content: '—'; color: var(--ink-3); margin-right: 10px; }
.tier .btn { align-self: flex-start; margin-top: 8px; }
.not { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; border-top: 1px solid var(--line-2); padding-top: 28px; color: var(--ink-2); font-size: 15px; line-height: 1.55; }
.not b { display: block; color: var(--ink); margin-bottom: 6px; }

.sec--glow { overflow: hidden; }
.sec--glow::after { content: ''; position: absolute; left: 50%; top: 55%; width: 120vw; height: 60vh; transform: translate(-50%, -50%) rotate(-6deg); background: radial-gradient(60% 40% at 50% 50%, rgba(139, 124, 255, .16), rgba(38, 198, 198, .08) 40%, transparent 70%); filter: blur(30px); z-index: -1; pointer-events: none; }
.sec--glow .wrap { position: relative; z-index: 1; }

/* ---------- Footer ---------- */
.foot { border-top: 1px solid var(--line-2); padding: 28px 0 40px; color: var(--ink-3); }
.foot__row { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.num-in { display: inline-block; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .nav { display: none; }
        .steps { grid-template-columns: 1fr 1fr; }
  .step { border-right: 0; border-bottom: 1px solid var(--line-2); padding-bottom: 28px; }
  .limits { grid-template-columns: repeat(3, 1fr); }
  .limits li { padding-bottom: 26px; }
  .gate__row { grid-template-columns: repeat(5, 1fr); }
  .g { aspect-ratio: auto; min-height: 84px; }
  .not { grid-template-columns: 1fr; gap: 24px; }
  .log__row { grid-template-columns: 36px 130px 1fr auto; }
  .log__ctx { display: none; }
  .log__detail { padding-left: 60px; }
}
@media (max-width: 760px) {
  .live { display: none; }
  .hero { min-height: 0; padding-top: 72px; }
  .display { font-size: clamp(2.5rem, 12vw, 3.6rem); }
  .hero__meta { gap: 22px; flex-wrap: wrap; }
  .hero__meta--hide { display: none; }
  .hero__fade { background: linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, .55) 55%, rgba(0, 0, 0, .85) 80%, #000 100%); }
  .today__ctx { grid-template-columns: 1fr; }
  .today__grid,     .card { min-height: 0; padding: 26px 22px; }
  .card__action { margin-top: 26px; }
  .kpi, .today__foot { padding: 26px 22px; }
  .today__foot { padding-block: 16px; }
  .flow__label { display: none; }
  .steps { grid-template-columns: 1fr; }
  .gate__pick { grid-template-columns: 1fr 1fr; }
  .gate__row { grid-template-columns: repeat(3, 1fr); }
  .gate__out { padding: 18px; }
  .limits { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { padding: 22px 16px 22px 0; }
  .stat:nth-child(2n) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line-2); }
  .stat:nth-child(2n+1) { padding-left: 0; }
  .log__row { grid-template-columns: 1fr auto; gap: 10px 16px; }
  .log__n, .log__more { display: none; }
  .log__acts { grid-column: 1 / -1; }
  .log__detail { padding-left: 0; }
  .tiers { grid-template-columns: 1fr; }
  .tier { padding: 28px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .flow__glow, .flow__pkt, .live__dot { animation: none; }
  .flow__pkt--veto { display: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Coin-Board (Satelliten) ---------- */
.board { margin-top: 72px; }
.board__head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px 48px; align-items: end; margin-bottom: 22px; }
.board__title { font-size: clamp(1.4rem, 1.1rem + 1.2vw, 2rem); letter-spacing: -.02em; margin: 0 0 10px; font-weight: 500; }
.board__lead { color: var(--ink-2); max-width: 62ch; font-size: 15px; line-height: 1.55; margin: 0; }
.chips { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.chip { background: transparent; color: var(--ink-2); border: 1px solid var(--line); border-radius: 999px; padding: 7px 13px; font: inherit; font-size: 12px; cursor: pointer; transition: border-color .2s, color .2s, background .2s; }
.chip:hover { border-color: var(--ink-3); color: var(--ink); }
.chip.is-active, .chip[aria-pressed="true"] { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.board__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-2); }
.tile { background: var(--bg); padding: 20px 22px 18px; display: flex; flex-direction: column; gap: 12px; position: relative; overflow: hidden; min-height: 168px; transition: opacity .3s; }
.tile::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: var(--c, transparent); }
.tile[data-a='BUY'] { --c: var(--buy); } .tile[data-a='SELL'] { --c: var(--sell); } .tile[data-a='HOLD'] { --c: var(--hold); } .tile[data-a='WAIT'] { --c: var(--wait); }
.tile__head { display: flex; align-items: baseline; gap: 10px; }
.tile__sym { font-weight: 600; letter-spacing: -.01em; font-size: 17px; }
.tile__name { color: var(--ink-3); font-size: 13px; flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tile__act { font-size: 13px; color: var(--c, var(--ink-2)); font-style: normal; white-space: nowrap; }
.tile__act small { color: var(--ink-3); margin-left: 6px; }
.tile__ind { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, auto); gap: 6px 14px; font-size: 12px; color: var(--ink-3); }
.tile__ind li b { display: block; color: var(--ink-2); font-weight: 500; font-size: 13px; }
.tile__ind .up b { color: var(--green); } .tile__ind .down b { color: var(--veto); }
.tile__why { margin: auto 0 0; color: var(--ink-2); font-size: 13px; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.tile__rules { display: flex; gap: 6px; flex-wrap: wrap; font-size: 11px; color: var(--ink-3); }
.tile__rules span { border: 1px solid var(--line); padding: 2px 6px; border-radius: 4px; }
.tile__rules .veto { color: var(--veto); border-color: rgba(255, 92, 122, .4); }
.tile__rules .okg { color: var(--green); border-color: rgba(98, 217, 154, .4); }
.tile--pending .tile__why { margin-top: 0; }
.tile--off { opacity: .45; }
.tile--off .tile__act { color: var(--ink-3); }
.tile--off .tile__why { color: var(--ink-3); }
.tile.is-hidden { display: none; }
.board__legend { margin: 14px 0 0; color: var(--ink-3); font-size: 12px; }
.board__legend span { margin-right: 8px; }
.board__empty { grid-column: 1 / -1; background: var(--bg); padding: 28px; color: var(--ink-3); font-size: 14px; }
@media (max-width: 1080px) { .board__grid { grid-template-columns: repeat(3, 1fr); } .board__head { grid-template-columns: 1fr; align-items: start; } .chips { justify-content: flex-start; } }
@media (max-width: 760px) { .board__grid { grid-template-columns: repeat(2, 1fr); } .tile__ind { grid-template-columns: repeat(2, auto); } }
@media (max-width: 420px) { .board__grid { grid-template-columns: 1fr; } }

/* ---------- Meine Coins ---------- */
.board__tools { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.board__mine { margin: 0; font-family: var(--font-display); font-size: 13px; letter-spacing: 0; text-transform: none; color: var(--ink-3); text-align: right; max-width: 46ch; line-height: 1.5; }
.board__mine button, .board__mine a { background: none; border: 0; padding: 0; font: inherit; color: var(--ink-2); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.board__mine button:hover, .board__mine a:hover { color: var(--ink); }
.board__mine.is-saved { color: var(--green); }
.chip--mine b { font-weight: 500; margin-left: 5px; opacity: .75; }
.chip--mine.is-active b { opacity: .7; }
.tile__star { appearance: none; -webkit-appearance: none; background: none; border: 0; padding: 0; margin: -7px -8px -7px 2px; width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--ink-3); cursor: pointer; flex: none; align-self: center; transition: color .2s, transform .2s var(--ease), background .2s; }
.tile__star svg { width: 15px; height: 15px; }
.tile__star svg path { fill: transparent; stroke: currentColor; stroke-width: 1.6; stroke-linejoin: round; transition: fill .2s; }
.tile__star:hover { color: var(--ink); background: rgba(255, 255, 255, .06); }
.tile__star[aria-pressed="true"] { color: var(--teal); }
.tile__star[aria-pressed="true"] svg path { fill: currentColor; }
.tile__star:active { transform: scale(.88); }
.tile.is-mine { background: var(--bg-2); }
.tile--off .tile__star { opacity: 1; }

/* Konto-Knopf oben */
.acct-btn { gap: 8px; max-width: 220px; }
.acct-btn__dot { display: none; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); flex: none; }
.acct-btn.is-in .acct-btn__dot { display: inline-block; }
.acct-btn #acct-btn-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.btn[disabled] { opacity: .5; pointer-events: none; }
.tier__note { margin: 14px 0 0; font-size: 12px; color: var(--ink-3); line-height: 1.55; }
.tier__note a { color: var(--ink-2); text-decoration: underline; text-underline-offset: 3px; }

/* Konto-Dialog */
.acct { background: var(--bg-2); color: var(--ink); border: 1px solid var(--line); border-radius: 18px; padding: 34px 34px 30px; width: min(540px, calc(100vw - 32px)); margin: auto; box-shadow: 0 30px 80px rgba(0, 0, 0, .6); }
.acct::backdrop { background: rgba(0, 0, 0, .72); backdrop-filter: blur(8px); }
.acct[open] { animation: acct-in .35s var(--ease); }
@keyframes acct-in { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
.acct__close-form { position: absolute; top: 14px; right: 14px; margin: 0; }
.acct__close { background: none; border: 0; color: var(--ink-3); font-size: 26px; line-height: 1; width: 38px; height: 38px; border-radius: 50%; cursor: pointer; font-family: var(--font-display); }
.acct__close:hover { color: var(--ink); background: rgba(255, 255, 255, .06); }
.acct__head { display: flex; align-items: center; gap: 10px; color: var(--teal); margin-bottom: 18px; }
.acct__title { font-size: 20px; font-weight: 700; letter-spacing: -.01em; margin: 0; color: var(--ink); }
.acct__lead { color: var(--ink-2); font-size: 15px; line-height: 1.55; margin: 0 0 20px; }
.acct__lead b { color: var(--ink); font-weight: 600; }
.acct__label { display: block; font-family: var(--font-mono); font-size: 12px; color: var(--ink-3); margin-bottom: 8px; }
.acct__row { display: flex; gap: 10px; }
.acct__input { flex: 1; min-width: 0; height: 50px; background: #000; border: 1px solid var(--line); border-radius: 999px; padding: 0 20px; color: var(--ink); font: inherit; font-size: 15px; outline: none; transition: border-color .2s, box-shadow .2s; }
.acct__input::placeholder { color: var(--ink-3); }
.acct__input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(38, 198, 198, .18); }
.acct__input--code { letter-spacing: .22em; font-size: 17px; }
.acct__link { background: none; border: 0; padding: 0; margin-top: 16px; color: var(--ink-3); font: inherit; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.acct__link:hover { color: var(--ink); }
.acct__facts { margin: 0 0 22px; }
.acct__facts div { display: grid; grid-template-columns: 110px 1fr; gap: 12px; padding: 11px 0; border-top: 1px solid var(--line-2); font-size: 12px; line-height: 1.5; }
.acct__facts dd { font-family: var(--font-display); font-size: 13px; letter-spacing: 0; text-transform: none; }
.acct__facts div:last-child { border-bottom: 1px solid var(--line-2); }
.acct__facts dt { color: var(--ink-3); }
.acct__facts dd { margin: 0; color: var(--ink-2); }
.acct__msg { min-height: 20px; margin: 16px 0 0; font-family: var(--font-display); font-size: 13px; letter-spacing: 0; text-transform: none; color: var(--ink-3); line-height: 1.5; }
.acct__msg.is-err { color: var(--veto); }
.acct__msg.is-ok { color: var(--green); }
@media (max-width: 1080px) { .board__tools { align-items: flex-start; } .board__mine { text-align: left; } }
@media (max-width: 520px) { .acct { padding: 28px 22px 24px; border-radius: 14px; } .acct__row { flex-direction: column; } .acct__row .btn { width: 100%; } .acct-btn { max-width: 140px; } .acct__facts div { grid-template-columns: 1fr; gap: 2px; } }

/* ---------- Paywall: Sperrtafel ---------- */
[hidden] { display: none !important; }
.lock { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1px; background: var(--line-2); border: 1px solid var(--line-2); }
.today > .lock { border: 0; }
.lock__main, .lock__side { background: var(--bg); padding: 44px 40px; position: relative; overflow: hidden; }
.lock__main::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 2px; background: var(--grad); opacity: .9; }
.lock__tag { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); }
.lock__title { margin: 22px 0 0; font-size: clamp(1.5rem, 1rem + 1.4vw, 2.3rem); font-weight: 800; letter-spacing: -.03em; line-height: 1.08; max-width: 18ch; }
.lock__text { margin: 18px 0 0; color: var(--ink-2); font-size: clamp(1rem, .92rem + .3vw, 1.12rem); line-height: 1.55; max-width: 56ch; }
.lock__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.lock__who { margin: 22px 0 0; color: var(--ink-2); text-transform: none; letter-spacing: .02em; }
.lock__meta { margin: 10px 0 0; color: var(--ink-3); }
.lock__who + .lock__meta { margin-top: 6px; }
.lock__side { display: flex; flex-direction: column; gap: 18px; }
.lock__side > span { color: var(--ink-3); }
.lock__side ul { display: flex; flex-direction: column; gap: 12px; color: var(--ink-2); font-size: 15px; line-height: 1.45; }
.lock__side li { position: relative; padding-left: 22px; }
.lock__side li::before { content: ''; position: absolute; left: 0; top: .55em; width: 8px; height: 8px; border-radius: 50%; background: var(--grad); }
#lock-journal { margin-bottom: 0; }
@media (max-width: 860px) {
  .lock { grid-template-columns: 1fr; }
  .lock__main, .lock__side { padding: 30px 22px; }
  .lock__title { max-width: none; }
  .lock__cta .btn { flex: 1 1 auto; }
}
.acct__facts dd a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Testphase (data-phase="test" auf <html>) ----------
   Ohne freigeschaltetes Konto (data-access ≠ full) bleiben Hero, Abschnitte und Navigation weg, sichtbar ist nur die
   Tafel #phase. Der Abo-Block und alle Verweise darauf sind in dieser Phase für alle ausgeblendet, auch für
   freigeschaltete Konten. Die Regeln greifen schon vor dem Laden von app.js, damit nichts kurz aufblitzt. */
html[data-phase="test"] #abo, html[data-phase="test"] a[href="#abo"] { display: none !important; }
html[data-phase="test"]:not([data-access="full"]) .hero,
html[data-phase="test"]:not([data-access="full"]) .sec,
html[data-phase="test"]:not([data-access="full"]) .nav { display: none; }
html:not([data-phase="test"]) .phase, html[data-access="full"] .phase { display: none; }
.phase { position: relative; min-height: calc(100vh - 64px - 110px); display: grid; align-content: center; padding: clamp(56px, 10vh, 130px) 0 clamp(48px, 8vh, 96px); overflow: hidden; isolation: isolate; }
.phase__glow { position: absolute; left: 50%; bottom: -55%; width: min(1100px, 140vw); height: 90%; transform: translateX(-50%); background: radial-gradient(ellipse at center, rgba(38, 198, 198, .16), rgba(139, 124, 255, .08) 40%, transparent 68%); pointer-events: none; z-index: -1; }
.phase__inner { width: min(820px, 100% - 2 * var(--pad)); margin-inline: auto; display: grid; gap: 22px; }
.phase__tag { display: inline-flex; align-items: center; gap: 10px; color: var(--teal); }
.phase__tag::before { content: ''; width: 22px; height: 1px; background: currentColor; }
.phase__title { font-size: clamp(2.1rem, 1rem + 3.6vw, 4rem); font-weight: 800; letter-spacing: -.035em; line-height: .98; max-width: 19ch; }
.phase__text { color: var(--ink-2); font-size: clamp(1.02rem, .95rem + .35vw, 1.2rem); line-height: 1.55; max-width: 58ch; }
.phase__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.phase__who { color: var(--ink-2); margin-top: 6px; }
.phase__meta { color: var(--ink-3); }
.phase__meta:empty { display: none; }
@media (max-width: 760px) {
  .phase { min-height: 0; padding-top: 56px; }
  .phase__cta .btn { width: 100%; }
}
