:root {
    --ink: #13201d;
    --ink-2: #253a35;
    --muted: #66746f;
    --paper: #f6f1e7;
    --paper-2: #efe5d3;
    --panel: rgba(255, 252, 244, 0.86);
    --line: rgba(19, 32, 29, 0.14);
    --teal: #0f6b5f;
    --teal-dark: #0a403a;
    --lime: #d6ff71;
    --gold: #c8892b;
    --red: #b94b3f;
    --blue: #2c6c9f;
    --shadow: 0 28px 80px rgba(24, 42, 38, 0.18);
    --shadow-soft: 0 16px 36px rgba(24, 42, 38, 0.12);
    --radius-xl: 34px;
    --radius-lg: 24px;
    --radius-md: 16px;
    --mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
    --sans: 'Sora', ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body {
    margin: 0;
    min-height: 100vh;
    color: var(--ink);
    font-family: var(--sans);
    background:
        radial-gradient(circle at 14% 10%, rgba(214, 255, 113, 0.34), transparent 28rem),
        radial-gradient(circle at 90% 16%, rgba(15, 107, 95, 0.20), transparent 26rem),
        linear-gradient(135deg, #fbf5e8 0%, #efe1c8 48%, #d9c29c 100%);
    -webkit-font-smoothing: antialiased;
}
body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.34;
    background-image:
        linear-gradient(rgba(19, 32, 29, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(19, 32, 29, 0.055) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000, transparent 78%);
}
a { color: inherit; }

.site-shell { width: min(1160px, calc(100% - 32px)); margin: 0 auto; position: relative; }
.topbar {
    position: sticky;
    top: 14px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 14px 0 34px;
    padding: 12px 14px 12px 18px;
    border: 1px solid rgba(19, 32, 29, 0.13);
    border-radius: 999px;
    background: rgba(255, 252, 244, 0.72);
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 44px rgba(24, 42, 38, 0.10);
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; letter-spacing: -0.04em; font-size: 21px; }
.brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: url('/static/img/zforex-icon-192.png?v=20260603') center / cover no-repeat;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22), 0 8px 18px rgba(9, 29, 56, 0.18);
    flex: 0 0 auto;
}
.topnav { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 13px; font-weight: 700; }
.topnav a, .market-badge { text-decoration: none; border-radius: 999px; padding: 9px 13px; }
.topnav a:hover { background: rgba(15, 107, 95, 0.08); color: var(--teal-dark); }
.nav-app { background: var(--ink); color: var(--paper) !important; box-shadow: 0 10px 24px rgba(19, 32, 29, 0.14); }
.market-badge { display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.42); color: var(--ink-2); white-space: nowrap; }
.market-badge .dot { width: 8px; height: 8px; border-radius: 999px; background: var(--gold); }
.market-badge.open .dot { background: var(--teal); box-shadow: 0 0 0 5px rgba(15, 107, 95, 0.12); }
.market-badge.closed .dot { background: var(--red); }

.hero-section { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, 420px); gap: 28px; align-items: stretch; padding: 18px 0 28px; }
.hero-copy, .hero-panel, .signals-section, .monthly-section, .instructions-section, .method-section, .risk-panel, .faq-section, .detail-stage {
    border: 1px solid rgba(19, 32, 29, 0.13);
    background: var(--panel);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}
.hero-copy { border-radius: var(--radius-xl); padding: clamp(30px, 4.6vw, 54px); position: relative; overflow: hidden; }
.hero-copy::after { content: ''; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(15, 107, 95, 0.18); border-radius: 50%; right: -80px; bottom: -120px; box-shadow: inset 0 0 0 28px rgba(214, 255, 113, 0.12); }
.eyebrow { margin: 0 0 14px; color: var(--teal); font-family: var(--mono); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 760px; margin: 0; font-size: clamp(34px, 5.2vw, 60px); line-height: 1.02; letter-spacing: -0.065em; }
.hero-lede { max-width: 680px; margin: 20px 0 0; color: var(--ink-2); font-size: clamp(15px, 1.7vw, 18px); line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 800; }
.btn-primary { background: var(--ink); color: var(--paper); box-shadow: 0 14px 30px rgba(19, 32, 29, 0.2); }
.btn-app { background: var(--lime); color: var(--ink); box-shadow: 0 14px 28px rgba(128, 154, 45, 0.18); }
.btn-ghost { border: 1px solid var(--line); background: rgba(255, 255, 255, 0.36); color: var(--ink); }
.hero-panel { border-radius: var(--radius-xl); padding: 24px; display: flex; flex-direction: column; justify-content: space-between; min-height: 380px; overflow: hidden; position: relative; background: linear-gradient(155deg, rgba(15, 64, 58, 0.96), rgba(13, 34, 31, 0.94)); color: #fff9e8; }
.hero-panel::before { content: ''; position: absolute; inset: 22px; border: 1px solid rgba(214, 255, 113, 0.16); border-radius: 28px; pointer-events: none; }
.panel-kicker { position: relative; z-index: 1; color: var(--lime); font-family: var(--mono); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; }
.pulse-orbit { position: relative; z-index: 1; width: 150px; height: 150px; margin: 10px auto 4px; border-radius: 50%; border: 1px dashed rgba(214, 255, 113, 0.38); display: grid; place-items: center; animation: orbit 16s linear infinite; }
.pulse-orbit span { width: 62px; height: 62px; border-radius: 50%; background: radial-gradient(circle, var(--lime), rgba(214, 255, 113, 0.08)); box-shadow: 0 0 45px rgba(214, 255, 113, 0.5); }
.hero-stats { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; }
.hero-stats div { padding: 14px; border-radius: 18px; background: rgba(255, 255, 255, 0.075); border: 1px solid rgba(255, 255, 255, 0.12); }
.hero-stats dt { color: rgba(255, 249, 232, 0.64); font-family: var(--mono); font-size: 11px; text-transform: uppercase; }
.hero-stats dd { margin: 6px 0 0; color: var(--lime); font-size: 28px; font-weight: 800; letter-spacing: -0.05em; }
@keyframes orbit { to { transform: rotate(360deg); } }

.trust-strip { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 28px; }
.trust-strip a { flex: 1 1 92px; text-align: center; padding: 11px 10px; border-radius: 999px; border: 1px solid rgba(19, 32, 29, 0.12); background: rgba(255, 252, 244, 0.52); color: var(--muted); font-family: var(--mono); font-size: 12px; font-weight: 700; text-decoration: none; }
.trust-strip a:hover { color: var(--teal-dark); border-color: rgba(15, 107, 95, 0.32); background: rgba(255, 252, 244, 0.82); }

.signals-section, .monthly-section, .instructions-section, .method-section, .faq-section, .risk-panel { scroll-margin-top: 112px; }
.signals-section, .monthly-section, .instructions-section, .method-section, .faq-section { border-radius: var(--radius-xl); padding: clamp(22px, 4vw, 38px); margin: 26px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 22px; }
.section-heading.compact { display: block; max-width: 780px; }
h2 { margin: 0; font-size: clamp(26px, 4vw, 46px); line-height: 1.04; letter-spacing: -0.055em; }
.last-update { margin: 0; color: var(--muted); font-family: var(--mono); font-size: 12px; }
.connection-note { margin: -8px 0 18px; border: 1px solid rgba(200, 137, 43, 0.28); border-radius: 16px; padding: 10px 12px; color: #7a4d0e; background: rgba(200, 137, 43, 0.12); font-size: 13px; font-weight: 700; }
.pair-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; }
.pair-tab { border: 1px solid var(--line); border-radius: 999px; padding: 9px 12px; color: var(--muted); background: rgba(255, 255, 255, 0.34); font-family: var(--mono); font-size: 11px; font-weight: 800; cursor: pointer; }
.pair-tab.active { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.pair-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.pair-card-link { display: flex; color: inherit; text-decoration: none; min-width: 0; }
.pair-card { flex: 1; display: flex; flex-direction: column; min-height: 318px; border-radius: 24px; overflow: hidden; border: 1px solid rgba(19, 32, 29, 0.13); background: rgba(255, 252, 244, 0.64); box-shadow: var(--shadow-soft); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.pair-card:hover { transform: translateY(-4px); box-shadow: 0 24px 58px rgba(24, 42, 38, 0.18); border-color: rgba(15, 107, 95, 0.35); }
.card-hdr { padding: 17px 18px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, 0.26); }
.hdr-left { display: flex; align-items: center; gap: 10px; min-width: 0; }
.pair-token { width: 38px; height: 38px; border-radius: 15px; display: grid; place-items: center; background: var(--ink); color: var(--lime); font-family: var(--mono); font-size: 12px; font-weight: 800; box-shadow: inset 0 0 0 1px rgba(214, 255, 113, 0.2); }
.pair-name { color: var(--ink); font-size: 19px; font-weight: 800; letter-spacing: -0.03em; }
.dir-badge { margin-left: auto; border-radius: 999px; padding: 6px 10px; font-family: var(--mono); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.dir-badge.buy { color: #fff; background: var(--teal); }
.dir-badge.sell { color: #fff; background: var(--red); }
.card-body { padding: 16px 18px; flex: 1; }
.data-row, .placeholder-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid rgba(19, 32, 29, 0.08); }
.data-row:last-child, .placeholder-row:last-child { border-bottom: 0; }
.data-label, .placeholder-label { color: var(--muted); font-size: 13px; font-weight: 700; }
.data-val, .placeholder-val { color: var(--ink); font-family: var(--mono); font-size: 13.5px; font-weight: 700; text-align: right; }
.data-val.tp, .profit-pos { color: var(--teal); }
.data-val.sl, .profit-neg { color: var(--red); }
.status-pill { display: inline-flex; align-items: center; gap: 8px; margin: 10px 0; padding: 8px 12px; border-radius: 999px; font-family: var(--mono); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.st-active, .st-tp { color: var(--teal-dark); background: rgba(15, 107, 95, 0.10); }
.st-sl { color: var(--red); background: rgba(185, 75, 63, 0.11); }
.st-expired { color: #8d5b11; background: rgba(200, 137, 43, 0.14); }
.st-cancelled, .st-waiting { color: var(--muted); background: rgba(19, 32, 29, 0.065); }
.live-pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 0 rgba(214, 255, 113, 0.5); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(214, 255, 113, 0); } }
.scan-spinner { width: 14px; height: 14px; border: 2px solid rgba(19, 32, 29, 0.18); border-top-color: var(--teal); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.card-meta { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 12px 18px; color: var(--muted); font-family: var(--mono); font-size: 11.5px; border-top: 1px solid var(--line); background: rgba(19, 32, 29, 0.035); }
.card-active { border-color: rgba(15, 107, 95, 0.34); }
.card-active.card-sell { border-color: rgba(185, 75, 63, 0.34); }
.card-closed {
    border-color: rgba(19, 32, 29, 0.18);
    background: linear-gradient(180deg, rgba(232, 224, 204, 0.82), rgba(223, 214, 193, 0.86));
}
.card-closed .card-hdr { background: rgba(210, 202, 184, 0.46); }
.card-closed .card-meta { background: rgba(19, 32, 29, 0.075); }
.card-waiting { opacity: 0.82; }

.monthly-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 22px; background: rgba(255, 255, 255, 0.28); }
.monthly-table { width: 100%; border-collapse: collapse; min-width: 860px; }
.monthly-table th, .monthly-table td { padding: 13px 14px; border-bottom: 1px solid rgba(19, 32, 29, 0.08); text-align: right; font-family: var(--mono); font-size: 12px; white-space: nowrap; }
.monthly-table th { color: var(--muted); background: rgba(19, 32, 29, 0.04); text-transform: uppercase; font-size: 10px; letter-spacing: 0.08em; }
.monthly-table th:first-child, .monthly-table td:first-child { text-align: left; font-family: var(--sans); }
.monthly-table tr:last-child td { border-bottom: 0; }
.monthly-table a { color: inherit; text-decoration: none; }
.monthly-table a:hover { text-decoration: underline; text-underline-offset: 3px; }
.month-cell { color: var(--ink); font-weight: 800; }

.instruction-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 20px; }
.instruction-grid article { border: 1px solid var(--line); border-radius: 22px; padding: 22px; background: rgba(255, 255, 255, 0.34); }
.instruction-grid p { margin: 0; color: var(--ink-2); line-height: 1.75; font-size: 14px; }

.method-grid, .faq-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.method-card, .faq-grid article { border: 1px solid var(--line); border-radius: 22px; padding: 22px; background: rgba(255, 255, 255, 0.34); }
.method-num { color: var(--gold); font-family: var(--mono); font-size: 12px; font-weight: 800; }
h3 { margin: 10px 0 8px; font-size: 18px; letter-spacing: -0.035em; }
.method-card p, .faq-grid p, .risk-panel p { margin: 0; color: var(--ink-2); line-height: 1.75; font-size: 14px; }
.app-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 24px;
    align-items: center;
    border: 1px solid rgba(19, 32, 29, 0.13);
    border-radius: var(--radius-xl);
    padding: clamp(24px, 4vw, 38px);
    margin: 26px 0;
    background:
        radial-gradient(circle at 92% 20%, rgba(214, 255, 113, 0.38), transparent 15rem),
        rgba(255, 252, 244, 0.86);
    box-shadow: var(--shadow);
}
.app-section p { max-width: 650px; margin: 14px 0 0; color: var(--ink-2); line-height: 1.75; }
.play-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 92px;
    padding: 18px;
    border-radius: 26px;
    color: var(--paper);
    background: var(--ink);
    text-decoration: none;
    box-shadow: 0 18px 42px rgba(19, 32, 29, 0.22);
}
.play-card small { display: block; color: rgba(255, 249, 232, 0.68); font-family: var(--mono); font-size: 11px; text-transform: uppercase; }
.play-card strong { display: block; margin-top: 3px; color: var(--lime); font-size: 23px; letter-spacing: -0.04em; }
.play-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 16px; background: var(--lime); color: var(--ink); font-size: 20px; }
.risk-panel { display: grid; grid-template-columns: 0.78fr 1fr; gap: 24px; align-items: center; border-radius: var(--radius-xl); padding: clamp(24px, 4vw, 38px); margin: 26px 0; background: linear-gradient(135deg, rgba(19, 32, 29, 0.96), rgba(15, 64, 58, 0.94)); color: #fff9e8; }
.risk-panel .eyebrow, .risk-panel h2 { color: var(--lime); }
.risk-panel p { color: rgba(255, 249, 232, 0.74); }
.footer { display: flex; justify-content: space-between; gap: 12px; padding: 30px 0 42px; color: var(--muted); font-family: var(--mono); font-size: 12px; }
.loading-state { grid-column: 1 / -1; padding: 60px 20px; color: var(--muted); text-align: center; font-family: var(--mono); }

.detail-body .topbar { margin-bottom: 22px; }
.detail-main { width: min(860px, 100%); margin: 0 auto 42px; }
.back-link { display: inline-flex; margin: 0 0 16px; color: var(--teal-dark); text-decoration: none; font-size: 13px; font-weight: 800; }
.detail-stage { border-radius: var(--radius-xl); padding: clamp(20px, 4vw, 34px); }
.detail-hero { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: start; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.detail-pair { margin: 0; font-size: clamp(42px, 8vw, 72px); line-height: 0.96; letter-spacing: -0.08em; }
.detail-sub { margin: 12px 0 0; color: var(--muted); font-family: var(--mono); font-size: 12px; }
.detail-note { max-width: 620px; margin: 14px 0 0; color: var(--ink-2); line-height: 1.7; font-size: 14px; }
.result-chip { align-self: start; border-radius: 22px; padding: 16px; min-width: 150px; text-align: center; background: var(--ink); color: #fff9e8; }
.result-chip span { display: block; color: rgba(255, 249, 232, 0.58); font-family: var(--mono); font-size: 11px; text-transform: uppercase; }
.result-chip strong { display: block; margin-top: 4px; color: var(--lime); font-size: 28px; letter-spacing: -0.06em; }
.result-chip strong.muted { color: rgba(255, 249, 232, 0.78); }
.detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.detail-cell { border: 1px solid var(--line); border-radius: 18px; padding: 16px; background: rgba(255, 255, 255, 0.32); }
.dc-label { color: var(--muted); font-family: var(--mono); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.dc-value { margin-top: 6px; color: var(--ink); font-family: var(--mono); font-size: 18px; font-weight: 800; word-break: break-word; }
.dc-value.green { color: var(--teal); }
.dc-value.red { color: var(--red); }
.dc-value.blue { color: var(--blue); }
.dc-value.muted { color: var(--muted); }
.price-panel, .timeline-panel, .note-panel { margin-top: 18px; border: 1px solid var(--line); border-radius: 22px; padding: 20px; background: rgba(255, 255, 255, 0.28); }
.price-track { position: relative; height: 52px; margin: 22px 0 10px; border-radius: 999px; background: linear-gradient(90deg, rgba(185, 75, 63, 0.26), rgba(200, 137, 43, 0.16), rgba(15, 107, 95, 0.28)); overflow: hidden; }
.price-marker { position: absolute; top: 7px; bottom: 7px; width: 4px; border-radius: 999px; transform: translateX(-50%); }
.price-marker.entry { background: var(--ink); }
.price-marker.tp { background: var(--teal); }
.price-marker.sl { background: var(--red); }
.price-marker.current { width: 7px; background: var(--blue); }
.price-labels { display: flex; justify-content: space-between; color: var(--muted); font-family: var(--mono); font-size: 11px; }
.event-item { display: grid; grid-template-columns: 150px 1fr; gap: 14px; padding: 13px 0; border-bottom: 1px solid rgba(19, 32, 29, 0.08); }
.event-item:last-child { border-bottom: 0; }
.event-time { color: var(--muted); font-family: var(--mono); font-size: 11px; }
.event-msg { color: var(--ink-2); font-size: 14px; line-height: 1.5; }
.error-state { padding: 40px 20px; text-align: center; color: var(--muted); }

.archive-main { width: min(980px, 100%); margin: 0 auto 42px; }
.archive-hero, .archive-panel {
    border: 1px solid rgba(19, 32, 29, 0.13);
    border-radius: var(--radius-xl);
    background: var(--panel);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}
.archive-hero { padding: clamp(28px, 5vw, 54px); margin-bottom: 22px; }
.archive-hero h1 { max-width: 820px; }
.archive-hero p { max-width: 720px; color: var(--ink-2); line-height: 1.75; font-size: 16px; }
.archive-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 24px 0 0; }
.archive-stats div { border: 1px solid var(--line); border-radius: 20px; padding: 16px; background: rgba(255, 255, 255, 0.34); }
.archive-stats dt { color: var(--muted); font-family: var(--mono); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.archive-stats dd { margin: 6px 0 0; color: var(--ink); font-size: 30px; font-weight: 800; letter-spacing: -0.05em; }
.archive-panel { padding: clamp(20px, 4vw, 34px); margin: 22px 0; }
.archive-signal-row { display: grid; grid-template-columns: 90px repeat(4, 1fr); gap: 12px; align-items: center; color: inherit; text-decoration: none; border: 1px solid var(--line); border-radius: 20px; padding: 16px; background: rgba(255, 255, 255, 0.34); }
.archive-signal-row:hover { border-color: rgba(15, 107, 95, 0.34); box-shadow: var(--shadow-soft); }
.archive-empty { border: 1px dashed var(--line); border-radius: 20px; padding: 24px; color: var(--muted); background: rgba(255, 255, 255, 0.26); }
.archive-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 22px; background: rgba(255, 255, 255, 0.28); }
.archive-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.archive-table th, .archive-table td { padding: 13px 14px; border-bottom: 1px solid rgba(19, 32, 29, 0.08); text-align: right; font-family: var(--mono); font-size: 12px; white-space: nowrap; }
.archive-table th { color: var(--muted); background: rgba(19, 32, 29, 0.04); text-transform: uppercase; font-size: 10px; letter-spacing: 0.08em; }
.archive-table th:first-child, .archive-table td:first-child, .archive-table th:nth-child(2), .archive-table td:nth-child(2) { text-align: left; }
.archive-table a { color: var(--teal-dark); font-weight: 800; text-decoration: none; }
.archive-table a:hover { text-decoration: underline; text-underline-offset: 3px; }
.archive-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.archive-links a { border: 1px solid var(--line); border-radius: 999px; padding: 10px 14px; color: var(--teal-dark); background: rgba(255, 255, 255, 0.34); font-family: var(--mono); font-size: 12px; font-weight: 800; text-decoration: none; }
.archive-links a:hover { border-color: rgba(15, 107, 95, 0.34); background: rgba(255, 252, 244, 0.8); }
.archive-copy p { max-width: 780px; color: var(--muted); line-height: 1.8; }
.archive-nav { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; }
.archive-nav a { border: 1px solid var(--line); border-radius: 999px; padding: 12px 16px; color: var(--teal-dark); background: rgba(255, 255, 255, 0.34); font-weight: 800; text-decoration: none; }
.archive-nav a:hover { border-color: rgba(15, 107, 95, 0.34); box-shadow: var(--shadow-soft); }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
@media (max-width: 1120px) {
    .hero-section { grid-template-columns: 1fr; }
    .pair-grid, .instruction-grid, .method-grid, .faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .risk-panel, .app-section { grid-template-columns: 1fr; }
    .hero-panel { min-height: auto; }
    .pulse-orbit { display: none; }
    .hero-stats { margin-top: 24px; }
}
@media (max-width: 960px) {
    .hero-panel { min-height: auto; }
}
@media (max-width: 660px) {
    html { scroll-padding-top: 136px; }
    .site-shell { width: min(100% - 20px, 1180px); }
    .topbar { top: 8px; border-radius: 22px; align-items: flex-start; }
    .topnav { flex-wrap: wrap; justify-content: flex-end; gap: 2px; }
    .topnav a:not(.nav-app) { display: none; }
    .hero-copy { padding: 28px; }
    .hero-panel { min-height: auto; }
    .pulse-orbit { width: 130px; height: 130px; }
    .hero-stats, .pair-grid, .instruction-grid, .method-grid, .faq-grid, .detail-grid { grid-template-columns: 1fr; }
    .archive-stats, .archive-signal-row { grid-template-columns: 1fr; }
    .signals-section, .monthly-section, .instructions-section, .method-section, .faq-section, .risk-panel { scroll-margin-top: 136px; }
    .play-card { justify-content: flex-start; }
    .section-heading, .footer, .detail-hero { display: block; }
    .last-update { margin-top: 10px; }
    .result-chip { margin-top: 16px; }
    .event-item { grid-template-columns: 1fr; gap: 4px; }
}
