/* COPI Gold Tools static front page. Scoped to remain independent of SWELL. */
body.copi-home { background: #0b1020; color: #e8ecf5; margin: 0; }
.copi-home, .copi-home * { box-sizing: border-box; }
.copi-home__shell { background: #0b1020; color: #e8ecf5; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; min-height: 100vh; }
.copi-home__header, .copi-home__main, .copi-home__footer { margin: 0 auto; max-width: 1440px; padding-left: 28px; padding-right: 28px; }
.copi-home__header { align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); display: flex; gap: 24px; justify-content: space-between; min-height: 68px; }
.copi-home__brand, .copi-home__nav a, .copi-home__tool-link, .copi-home__research-link { color: inherit; text-decoration: none; }
.copi-home__brand { align-items: center; display: inline-flex; line-height: 0; }
.copi-home__brand img { display: block; height: auto; max-height: 36px; max-width: 184px; width: auto; }
.copi-home__nav { display: flex; flex-wrap: wrap; gap: 22px; }.copi-home__nav a { color: #b9c1d0; font-size: 14px; font-weight: 650; }.copi-home__nav a:hover,.copi-home__nav a:focus-visible { color: #f3d47c; }
.copi-home__main { padding-bottom: 48px; padding-top: 26px; }
.copi-home__market-tape { background: #10182a; border: 1px solid rgba(226,232,240,.14); border-radius: 14px; margin-bottom: 18px; min-height: 48px; overflow: hidden; padding: 4px 0; }
.copi-home__market-tape .tradingview-widget-container { min-height: 40px; }
.copi-home__market-tape iframe { display: block; }
.copi-home__hero { background: radial-gradient(circle at 84% 18%,rgba(214,168,59,.24),transparent 27%),linear-gradient(115deg,#15213a,#10182a 60%,#0e1525); border: 1px solid rgba(226,232,240,.15); border-radius: 18px; padding: clamp(32px,6vw,76px); }
.copi-home__eyebrow { align-items: center; color: #e5bd57; display: flex; font-size: 12px; font-weight: 800; gap: 8px; letter-spacing: .1em; margin: 0 0 7px; text-transform: uppercase; }.copi-home__eyebrow span { background: #54d69a; border-radius: 50%; box-shadow: 0 0 0 4px rgba(84,214,154,.12); height: 7px; width: 7px; }
.copi-home__hero h1 { color: #fff; font-size: clamp(36px,6vw,70px); letter-spacing: -.045em; line-height: 1.02; margin: 0; max-width: 780px; }.copi-home__hero-lead { color: #cbd5e1; font-size: clamp(16px,2vw,19px); line-height: 1.7; margin: 20px 0 0; max-width: 720px; }.copi-home__hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.copi-home__button { align-items: center; border-radius: 9px; display: inline-flex; font-size: 15px; font-weight: 750; gap: 8px; min-height: 46px; padding: 10px 16px; text-decoration: none; }.copi-home__button--primary { background: #e5bd57; color: #1a202c; }.copi-home__button--primary:hover,.copi-home__button--primary:focus-visible { background: #f3d47c; color: #111827; }.copi-home__button--secondary { border: 1px solid rgba(226,232,240,.3); color: #e8ecf5; }.copi-home__button--secondary:hover,.copi-home__button--secondary:focus-visible { border-color: #e5bd57; color: #f3d47c; }
.copi-home__tools { background: #121a2d; border: 1px solid rgba(226,232,240,.12); border-radius: 18px; margin-top: 22px; padding: 26px; }.copi-home__tools h2,.copi-home__workflow h2 { color: #fff; font-size: clamp(24px,3.4vw,36px); letter-spacing: -.025em; line-height: 1.2; margin: 0; }
.copi-home__tool-grid { display: grid; gap: 10px; grid-template-columns: repeat(5,minmax(0,1fr)); margin-top: 22px; }.copi-home__tool-link { align-items: center; background: #18233a; border: 1px solid rgba(226,232,240,.1); border-radius: 12px; display: flex; font-size: 15px; font-weight: 700; justify-content: space-between; min-height: 76px; padding: 14px 16px; }.copi-home__tool-link b,.copi-home__research-link span { color: #e5bd57; font-size: 20px; }.copi-home__tool-link:hover,.copi-home__tool-link:focus-visible { border-color: #d6a83b; transform: translateY(-2px); }.copi-home__research-link { color: #f3d47c; display: inline-flex; font-size: 14px; font-weight: 750; gap: 8px; margin-top: 22px; }
.copi-home__workflow { padding: 48px 2px 8px; }.copi-home__workflow-grid { display: grid; gap: 14px; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 22px; }.copi-home__workflow article { background: #11192b; border-radius: 0 0 14px 14px; border-top: 2px solid #d6a83b; padding: 22px; }.copi-home__workflow article > span { color: #e5bd57; font-size: 13px; font-weight: 800; letter-spacing: .1em; }.copi-home__workflow h3 { color: #f8fafc; font-size: 18px; line-height: 1.35; margin: 12px 0 9px; }.copi-home__workflow p { color: #b9c1d0; font-size: 14px; margin: 0; }
.copi-home__footer { border-top: 1px solid rgba(255,255,255,.1); color: #9aa6bb; font-size: 12px; padding-bottom: 28px; padding-top: 22px; }.copi-home__footer p { margin: 0 0 8px; max-width: 860px; }
@media (max-width: 760px) { .copi-home__header,.copi-home__main,.copi-home__footer { padding-left: 16px; padding-right: 16px; }.copi-home__header { align-items: center; flex-direction: row; gap: 14px; min-height: 58px; padding-bottom: 10px; padding-top: 10px; }.copi-home__brand img { max-height: 32px; max-width: 32px; }.copi-home__nav { gap: 14px; }.copi-home__nav a { font-size: 13px; }.copi-home__hero { padding: 32px 24px; }.copi-home__tool-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.copi-home__workflow-grid { grid-template-columns: 1fr; }.copi-home__tools { padding: 20px; } }
