:root { --blog-bg-dark: #2d2d2d; --blog-bg-alt: #343541; --blog-text: #f5f5f5; --blog-accent: #00c3b6; --blog-muted: #d2d7e0; --blog-muted-strong: #e2e6ee; --blog-footer-fade-start: #2d2d2d; --blog-footer-fade-mid: #343541; --blog-footer-fade-end: #111111; } body.blog-article { background-color: var(--blog-bg-dark); color: var(--blog-text); font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif; line-height: 1.65; margin: 0; padding: 0; } .blog-hero { background: linear-gradient(180deg, var(--blog-bg-alt) 0%, var(--blog-bg-dark) 100%); color: var(--blog-text); } .blog-article h1, .blog-article h2, .blog-article h3 { color: var(--blog-accent); font-weight: 600; margin-top: 1.6em; } .blog-article p, .blog-article li { color: var(--blog-text); } .blog-article a { color: var(--blog-accent); text-decoration: none; } .blog-article a:hover { text-decoration: underline; } figure { background-color: rgba(255, 255, 255, 0.03); border-radius: 8px; padding: 6px; margin: 1.5em auto; } figcaption { color: var(--blog-muted-strong); font-size: 0.9rem; margin-top: 6px; text-align: center; } .blog-footer-fade { background: linear-gradient( 180deg, var(--blog-footer-fade-start) 0%, var(--blog-footer-fade-mid) 60%, var(--blog-footer-fade-end) 100% ); min-height: clamp(160px, 18vh, 220px); width: 100%; pointer-events: none; } @media (max-width: 600px) { .blog-footer-fade { min-height: 160px; } } note. */ :root { --nav-text: #f3f6ff; --nav-muted: rgba(243, 246, 255, 0.78); --nav-inline-gap: 20px; --bg: #0b1020; --fg: #eef3ff; --card: rgba(255, 255, 255, 0.06); --line: rgba(255, 255, 255, 0.12); --good: #1fbf75; --warn: #f5b301; --bad: #e25555; --bubble-warn-bg: rgba(245, 179, 1, 0.18); --bubble-warn-line: rgba(245, 179, 1, 0.5); --bubble-warn-text: #fff5d6; --bubble-bad-bg: rgba(226, 85, 85, 0.2); --bubble-bad-line: rgba(226, 85, 85, 0.55); --bubble-bad-text: #ffe3e3; --nav-layer: 20000; --nav-overlay-layer: 20001; --nav-drawer-layer: 20002; } * { box-sizing: border-box; } html, body { margin: 0; padding: 0; background: var(--bg); color: var(--fg); font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; } .skip-link { position: absolute; top: 0.5rem; left: 0.5rem; padding: 0.5rem 0.75rem; background: #ffffff; color: #000000; border-radius: 6px; font-weight: 500; text-decoration: none; z-index: 10000; transform: translateY(-200%); transition: transform 0.2s ease; } .skip-link:focus, .skip-link:focus-visible { transform: translateY(0); } body.theme-dark { --page-bg: radial-gradient(140% 100% at 0% 0%, #091421 0%, #0b1b2b 45%, #0a0f18 100%); background: var(--page-bg); color: #eef3ff; min-height: 100vh; background-attachment: fixed; } body.theme-light { --page-bg: radial-gradient(140% 100% at 0% 0%, #0e5e8b 0%, #1477a8 45%, #1a8fc2 100%); background: var(--page-bg); color: #eef3ff; min-height: 100vh; } .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } .ttg-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; } .page-background { background: radial-gradient(1200px 800px at 75% -10%, #36c2cc 0%, rgba(54, 194, 204, 0) 60%), radial-gradient(1200px 900px at -10% 120%, #0077c7 0%, rgba(0, 119, 199, 0) 60%), linear-gradient(140deg, #0077c7 0%, #0b6ea6 40%, #0a4d87 100%); min-height: 100vh; } .bg--dark { background: radial-gradient(1200px 600px at 30% -10%, rgba(0, 0, 0, 0.35), transparent 60%), linear-gradient(180deg, #0f2d49 0%, #0a2742 60%, #082035 100%); min-height: 100%; background-attachment: fixed; } #global-nav { position: relative; z-index: var(--nav-layer, 20000); background: rgba(10, 14, 22, 0.35); backdrop-filter: saturate(1.4) blur(6px); -webkit-backdrop-filter: saturate(1.4) blur(6px); color: var(--nav-text); } #global-nav .inner { display: flex; align-items: center; gap: 12px; height: 64px; margin: 0 auto; padding: 0 20px; width: min(1100px, 100%); } #global-nav #ttg-nav-open { order: 0; margin: 0; flex-shrink: 0; } #global-nav .brand { order: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; color: inherit; text-decoration: none; text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35); } #global-nav .links { order: 2; margin-left: auto; display: flex; align-items: center; } #global-nav .links .nav__list { display: flex; align-items: center; flex-wrap: nowrap; gap: var(--nav-inline-gap); list-style: none; margin: 0; padding: 0; } #global-nav .links .nav__item { display: flex; } #global-nav .links .nav__link { color: var(--nav-muted); text-decoration: none; font-weight: 600; font-size: 0.9rem; padding: 0.5rem 0; position: relative; white-space: nowrap; word-break: normal; overflow-wrap: normal; } #global-nav .links .nav__link:hover, #global-nav .links .nav__link:focus-visible { color: #ffffff; } #global-nav .links .nav__link[aria-current="page"] { color: #ffffff; text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 2px; } @media (max-width: 920px) { #global-nav .links { display: none; } } @media (min-width: 921px) { #global-nav .links .nav__list { gap: 1.25rem; } } .site-brand { color: inherit; text-decoration: none; display: flex; flex-direction: column; gap: 2px; min-width: 0; flex-shrink: 0; text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35); justify-content: center; min-height: 48px; } .site-brand__title { font-weight: 800; font-size: 1.12rem; line-height: 1; } .site-brand__subtitle { font-size: 0.92rem; opacity: 0.85; } .site-brand__em { font-weight: 600; } .hamburger { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 14px; border: 1px solid rgba(255, 255, 255, 0.16); background: rgba(12, 24, 40, 0.42); color: inherit; cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease; flex-shrink: 0; } .hamburger:hover, .hamburger:focus-visible { background: rgba(255, 255, 255, 0.16); border-color: rgba(255, 255, 255, 0.32); } .video-card a.yt-cta { display: inline-flex; align-items: center; gap: 10px; background: #000; color: #fff; border: 0; border-radius: 999px; padding: 10px 16px; text-decoration: none; font-weight: 600; line-height: 1; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); } .video-card a.yt-cta:focus { outline: 2px solid #fff; outline-offset: 2px; } .video-card a.yt-cta:hover { filter: brightness(1.08); } .video-card a.yt-cta:active { transform: translateY(1px); } .video-card a.yt-cta .yt-icon { width: 24px; height: 24px; flex: 0 0 24px; display: inline-flex; align-items: center; justify-content: center; background: #ff0033; border-radius: 6px; } .video-card a.yt-cta .yt-label { white-space: nowrap; } .video-card a.yt-cta, .video-card a.yt-cta:link, .video-card a.yt-cta:visited { background-color: #000; color: #fff; } .video-card .video-meta { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; } .video-card .video-blurb { flex: 1 1 auto; } .video-card .video-blurb p { margin: 0; } .video-card .video-actions { display: flex; justify-content: flex-end; margin-top: auto; } .hamburger__bars { position: relative; display: block; width: 20px; height: 2px; background: currentColor; border-radius: 2px; } .hamburger__bars::before, .hamburger__bars::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: currentColor; border-radius: 2px; } .hamburger__bars::before { top: -6px; } .hamburger__bars::after { top: 6px; } #global-nav #ttg-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.35); z-index: var(--nav-overlay-layer, 20001); display: none; pointer-events: none; } #global-nav[data-open="true"] #ttg-overlay, #global-nav #ttg-overlay.is-open { display: block; pointer-events: auto; } #global-nav #ttg-drawer { position: fixed; inset: 0 auto 0 0; width: min(45vw, 420px); max-width: 420px; transform: translateX(-100%); transition: transform 0.25s ease; background: rgba(10, 14, 22, 0.82); backdrop-filter: saturate(1.2) blur(6px); -webkit-backdrop-filter: saturate(1.2) blur(6px); z-index: var(--nav-drawer-layer, 20002); display: flex; flex-direction: column; color: var(--nav-text); min-height: 100vh; } #global-nav[data-open="true"] #ttg-drawer, #global-nav #ttg-drawer.is-open { transform: translateX(0); } #global-nav #ttg-drawer .drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px 12px; } #global-nav #ttg-drawer .drawer-title { font-size: 1.12rem; font-weight: 700; } #global-nav #ttg-drawer .drawer-close { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 10px; border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.18); background: rgba(255, 255, 255, 0.08); color: inherit; cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease; } #global-nav #ttg-drawer .drawer-close:hover, #global-nav #ttg-drawer .drawer-close:focus-visible { background: rgba(255, 255, 255, 0.16); border-color: rgba(255, 255, 255, 0.32); } #global-nav #ttg-drawer .drawer-links { padding: 12px 0 24px; overflow-y: auto; } #global-nav #ttg-drawer .drawer-links .nav__list { display: flex; flex-direction: column; list-style: none; margin: 0; padding: 0; } #global-nav #ttg-drawer .drawer-links .nav__item { display: block; } #global-nav #ttg-drawer .drawer-links .nav__link { display: block; padding: 16px 22px; line-height: 1.25; font-size: 1.05rem; color: rgba(243, 246, 255, 0.85); text-decoration: none; border-radius: 12px; transition: background 0.2s ease, color 0.2s ease; white-space: nowrap; word-break: normal; overflow-wrap: normal; } #global-nav #ttg-drawer .drawer-links .nav__link:hover, #global-nav #ttg-drawer .drawer-links .nav__link:focus-visible { color: #ffffff; background: rgba(255, 255, 255, 0.12); } #global-nav #ttg-drawer .drawer-links .nav__link[aria-current="page"] { color: #ffffff; background: none; text-decoration: underline; } #global-nav #ttg-drawer .drawer-links .nav__link[aria-current="page"]:hover, #global-nav #ttg-drawer .drawer-links .nav__link[aria-current="page"]:focus-visible { background: rgba(255, 255, 255, 0.12); } #global-nav a:focus-visible, #global-nav button:focus-visible { outline: 2px solid rgba(255, 255, 255, 0.55); outline-offset: 3px; border-radius: 12px; } html[data-scroll-lock="on"], html[data-scroll-lock="on"] body { overflow: hidden; } #global-nav::before, #global-nav::after, #global-nav .inner::before, #global-nav .inner::after, #site-nav::before, #site-nav::after { content: none !important; display: none !important; } .about-box { max-width: 800px; margin: 0 auto; padding: clamp(16px, 4vw, 32px); border: 1px solid rgba(255, 255, 255, 0.6); border-radius: 14px; color: rgba(255, 255, 255, 0.92); backdrop-filter: blur(4px); background: rgba(255, 255, 255, 0.04); } .about-hero-title { text-align: center; color: #ffffff; margin: 6vh 0 3vh; font-size: clamp(2.4rem, 6vw, 3.6rem); font-weight: 800; } .wrap { max-width: 1024px; margin: 0 auto; padding: 18px; } .seo-intro { max-width: 700px; margin: 1rem auto 0; padding: 0; font-size: 0.75em; line-height: 1.4; color: var(--muted, rgba(255, 255, 255, 0.85)); text-align: center; } .seo-intro p { margin: 0; } .seo-intro strong { color: var(--fg, #ffffff); } .card { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 14px; margin-bottom: 14px; backdrop-filter: blur(8px); } .row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; } .row-actions { grid-template-columns: repeat(4, minmax(0, 1fr)); } label { display: block; font-size: 0.85rem; opacity: 0.9; margin-bottom: 6px; } input, select, button { width: 100%; padding: 10px; border-radius: 10px; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.05); color: var(--fg); appearance: none; } input[disabled] { opacity: 0.8; } button.btn, button.button { cursor: pointer; border: 0; width: auto; background: none; } button.danger { background: rgba(226, 85, 85, 0.16); } .planted-wrap label input[type="checkbox"] { width: 16px; height: 16px; margin-right: 6px; appearance: auto; -webkit-appearance: checkbox; accent-color: var(--good); } .tip { opacity: 0.8; font-size: 0.9rem; align-self: end; } .help { margin-top: 6px; opacity: 0.85; font-size: 0.85rem; } .badge { font-size: 0.75rem; padding: 4px 8px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.08); } .metric { margin-bottom: 14px; } .metric-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; gap: 8px; } body.cycling-coach input[type='checkbox'] { appearance: checkbox; -webkit-appearance: checkbox; width: auto; height: auto; margin: 0; } body.cycling-coach .field--checkbox { flex-direction: row; align-items: center; gap: 10px; } body.cycling-coach .field--checkbox label { margin: 0; } body.cycling-coach .field-error { margin: 0; font-size: 0.8rem; color: #ffb5b5; } .env-recs { opacity: 0.85; font-size: 0.9rem; } .env-recs .dot { opacity: 0.6; margin: 0 6px; } .bar { width: 100%; height: 12px; background: rgba(255, 255, 255, 0.08); border-radius: 10px; overflow: hidden; border: 1px solid var(--line); } .bar-fill { height: 100%; width: 0%; transition: width 1.2s ease; background: linear-gradient(90deg, var(--good), var(--warn), var(--bad)); } .bar-fill.green { background: linear-gradient(90deg, var(--good), var(--good)); } .bar-fill.yellow { background: linear-gradient(90deg, var(--warn), var(--warn)); } .bar-fill.red { background: linear-gradient(90deg, var(--bad), var(--bad)); } .warnings-section { margin-top: 8px; } .warning-bubbles { display: flex; flex-wrap: wrap; gap: 8px; } .bubble { padding: 6px 10px; border-radius: 999px; font-size: 0.85rem; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.06); } .bubble.warn { background: var(--bubble-warn-bg); border-color: var(--bubble-warn-line); color: var(--bubble-warn-text); } .bubble.bad { background: var(--bubble-bad-bg); border-color: var(--bubble-bad-line); color: var(--bubble-bad-text); } .bubble.note { opacity: 0.9; } table.stock { width: 100%; border-collapse: collapse; color: var(--fg); } table.stock th, table.stock td { border-bottom: 1px solid var(--line); padding: 10px; background: transparent; } table.stock th.qty, table.stock td.qty { width: 90px; text-align: center; } table.stock th.actions, table.stock td.actions { width: 180px; text-align: right; } td.empty-cell { background: rgba(255, 255, 255, 0.05); border: 1px dashed var(--line); border-radius: 10px; } .actions .mini { width: auto; padding: 6px 10px; margin-left: 6px; border-radius: 8px; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.08); color: var(--fg); cursor: pointer; appearance: none; } #cycling-coach .planted-row { display: flex; align-items: center; gap: 10px; margin: 8px 0 16px; } .control { display: block; width: 100%; min-height: 44px; padding: 10px 14px; font: inherit; line-height: 1.25; border-radius: 12px; border: 1px solid var(--control-border, rgba(255, 255, 255, 0.12)); background: var(--control-bg, rgba(255, 255, 255, 0.06)); color: var(--control-fg, #e6e8ea); -webkit-appearance: none; appearance: none; outline: none; } select.control { background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2l8 8 8-8' stroke='%23E6E8EA' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat, no-repeat; background-position: right 12px center; background-size: 20px 12px; padding-right: 42px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .control:focus { border-color: var(--accent, #30e1a1); box-shadow: 0 0 0 3px color-mix(in oklab, var(--accent, #30e1a1) 35%, transparent); } select.control option[disabled], select.control option[value=""] { color: rgba(230, 232, 234, 0.55); } html { -webkit-text-size-adjust: 100%; } @supports (-webkit-touch-callout: none) { select.control { font-size: 16px; } } .controls-row { display: grid; grid-template-columns: 1fr; gap: 14px; } @media (min-width: 720px) { .controls-row { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (min-width: 1100px) { .controls-row { grid-template-columns: repeat(4, minmax(0, 1fr)); } } #stocking-page section[aria-labelledby="controls-title"] { margin-bottom: 16px; } #stocking-page section[aria-labelledby="water-title"] { margin-top: 16px; } @media (min-width: 720px) { #stocking-page section[aria-labelledby="controls-title"] { margin-bottom: 20px; } #stocking-page section[aria-labelledby="water-title"] { margin-top: 20px; } } .control-field { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; } .control-field label { font-size: 0.92rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted, rgba(235, 239, 251, 0.86)); } .control-field--full { grid-column: 1 / -1; width: 100%; } .tank-size-card .facts-line { margin: 8px 0 0; font-size: 0.95rem; padding-top: 0; } #challengeCard[hidden] { display: none !important; } .chip { padding:4px 8px; border-radius:999px; background:rgba(255,255,255,.08); font-size:.85rem; } .stock-list { display:grid; gap:12px; } .stock-entry { display:grid; grid-template-columns:minmax(0,1fr); gap:8px; padding:12px 14px; border-radius:12px; border:1px solid rgba(255,255,255,0.14); background:rgba(255,255,255,0.08); } .stock-entry__name { font-weight:600; font-size:1rem; } .stock-entry__meta { color:var(--muted, rgba(235,239,251,0.86)); font-size:0.95rem; } .stock-entry__remove { appearance:none; border:0; border-radius:10px; padding:8px 12px; background:rgba(255,255,255,0.12); color:inherit; font-weight:600; cursor:pointer; justify-self:start; } .stock-entry__remove:hover { background:rgba(255,255,255,0.18); } @media (min-width: 640px){ .stock-entry { grid-template-columns:minmax(0,1fr) auto auto; align-items:center; } .stock-entry__meta { justify-self:end; } .stock-entry__remove { justify-self:end; } } .stock-empty { padding:10px 2px; color:var(--muted, rgba(235,239,251,0.75)); font-size:0.95rem; } .subtle { color:var(--muted, rgba(235,239,251,0.75)); font-size:0.95rem; } .warn-card .card__hd h2 { margin:0 0 6px 0; } .warn-list { display:grid; gap:10px; } .warn-row { padding:12px; border-radius:10px; background:rgba(255,140,0,.08); } .warn-title { font-weight:700; margin-bottom:2px; } .warn-reason { opacity:.9; margin-bottom:4px; } .warn-detail { opacity:.8; font-size:.95rem; margin-bottom:4px; } .warn-reco { font-size:.95rem; } .hero-header{ max-width: 30rem; padding: 16px 0 14px; margin: 0; } .hero-title{ display: inline-flex; align-items: center; gap: 6px; margin: 0 0 6px 0; } .hero-subline{ font-size: 12px; opacity: 0.85; margin: 0 0 4px 0; } .hero-tagline{ line-height: 1.35; margin: 0 0 8px 0; } html.ttg-tooltip-lock, body.ttg-tooltip-lock{ overflow:hidden; } .hero-how{ display: inline-block; margin-top: 2px; } .info-btn{ --info-btn-hit: 44px; --info-btn-color: var(--ink-300, rgba(238,243,255,0.82)); --info-btn-color-hover: var(--ink-100, rgba(247,251,255,0.98)); --info-btn-color-disabled: rgba(238,243,255,0.45); --info-btn-focus-inner: var(--surface, rgba(8,13,24,1)); --info-btn-focus-outer: var(--accent-400, rgba(63,211,218,0.75)); position: relative; display: inline-flex; align-items: center; justify-content: center; width: var(--info-btn-hit); height: var(--info-btn-hit); padding: 0; border: 0; border-radius: 9999px; background: none; color: var(--info-btn-color); font: inherit; font-weight: 600; font-size: 0.95rem; line-height: 1; cursor: pointer; -webkit-tap-highlight-color: transparent; transition: color 160ms ease, transform 160ms ease, box-shadow 160ms ease; } .info-btn:hover:not([disabled]){ color: var(--info-btn-color-hover); } .info-btn:active:not([disabled]){ transform: scale(0.96); } .info-btn:focus-visible{ outline: none; box-shadow: 0 0 0 2px var(--info-btn-focus-inner), 0 0 0 4px var(--info-btn-focus-outer); } .info-btn[disabled]{ color: var(--info-btn-color-disabled); cursor: default; pointer-events: none; } .info-btn[disabled]:active{ transform: none; } .info-btn svg{ width: 20px; height: 20px; display: block; } .ttg-tooltip[data-ttg-portal='body']{ position: absolute; opacity: 0; transform: translateY(-4px); transition: opacity 140ms ease, transform 140ms ease; } .ttg-tooltip[data-ttg-portal='body'][data-open='true']{ opacity: 1; transform: translateY(0); } @media (prefers-color-scheme: light){ .info-btn{ --info-btn-color: var(--ink-700, #334155); --info-btn-color-hover: var(--ink-900, #0f172a); --info-btn-color-disabled: rgba(148,163,184,0.6); --info-btn-focus-inner: var(--surface, #ffffff); --info-btn-focus-outer: var(--accent-400, rgba(63,211,218,0.55)); } } @media (prefers-reduced-motion: reduce){ .info-btn{ transition: none; } } .hero-header p{ margin-top: 0; } .hero-header + *{ margin-top: 16px !important; } @media (min-width: 768px){ .hero-header{ max-width: 40rem; padding: 24px 0 18px; } .hero-title{ margin-bottom: 8px; } .hero-header + *{ margin-top: 20px !important; } } .site-nav, header.site-header, nav[role="navigation"]{ position: static !important; top: auto !important; z-index: auto !important; display: block !important; opacity: 1 !important; visibility: visible !important; } @media (max-width: 767.98px){ .site-nav, header.site-header, nav[role="navigation"]{ display: block !important; } } .site-nav + .hero-header, header.site-header + .hero-header, nav[role="navigation"] + .hero-header{ margin-top: 0; } .is-sticky, .sticky, .nav-sticky{ position: static !important; } .site-nav, header.site-header, nav[role="navigation"]{ margin-bottom: 0 !important; } .site-nav a, header.site-header a, nav[role="navigation"] a{ -webkit-tap-highlight-color: rgba(0,0,0,0.1); } .gear-footer-blurb { max-width: 60ch; margin: 16px auto 12px; text-align: center; font-size: 14px; line-height: 1.4; opacity: .95; font-weight: 400; padding: 0 10px; } @media (min-width: 768px) { .gear-footer-blurb { font-size: 15px; margin: 20px auto 14px; } } .stock-list { display: grid; gap: 10px; } .stock-list .stock-row { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: center; padding: 10px 12px; border-radius: 10px; background: rgba(255,255,255,.04); } .stock-list .stock-row__name { font-weight: 600; min-width: 0; } .stock-list .stock-row__qtyctrl { display: grid; grid-auto-flow: column; align-items: center; gap: 8px; background: rgba(255,255,255,.06); border-radius: 999px; padding: 4px 8px; } .stock-list .qtybtn { appearance: none; border: 0; border-radius: 8px; padding: 4px 10px; background: rgba(255,255,255,.12); color: inherit; cursor: pointer; line-height: 1; font-size: 1rem; min-width: 34px; } .stock-list .qtybtn:focus { outline: 2px solid rgba(255,255,255,.35); outline-offset: 2px; } .stock-list .qtyval { min-width: 1.5ch; text-align: center; font-variant-numeric: tabular-nums; } .stock-list .stock-row__remove { appearance: none; border: 0; border-radius: 8px; padding: 6px 10px; background: rgba(255,255,255,.08); color: inherit; cursor: pointer; } @media (max-width: 420px){ .stock-list .stock-row { grid-template-columns: 1fr auto; } .stock-list .stock-row__remove { grid-column: 1 / -1; justify-self: end; } } .card__hd--split { display:flex; align-items:center; justify-content:space-between; gap:12px; } .linklike { background:none; border:0; padding:0; color:var(--link, #87b4ff); font:inherit; cursor:pointer; } .linklike:focus { outline:2px solid rgba(255,255,255,.35); outline-offset:2px; border-radius:6px; } #cc-bottom { margin: 16px 0 20px; } #cc-bottom .home-subtext { font: inherit; font-size: var(--home-subtext-size, 0.95rem); line-height: var(--home-subtext-leading, 1.55); color: var(--text-muted, rgba(255,255,255,0.82)); margin: 0 0 10px; } #cc-bottom .home-blurb { font: inherit; font-size: var(--home-blurb-size, 1.05rem); line-height: var(--home-blurb-leading, 1.7); color: var(--text-primary, #fff); margin: 0; max-width: 68ch; } @media (min-width: 768px) { #cc-bottom .home-subtext { font-size: var(--home-subtext-size-md, 1.0rem); } #cc-bottom .home-blurb { font-size: var(--home-blurb-size-md, 1.1rem); } } #cc-bottom .home-subtext, #cc-bottom .home-blurb { font-weight: 400; } #cc-bottom { } #cycling-coach .cc-title { padding-top: 12px; margin: 0 0 12px 0; } #cycling-coach .cc-title__h1 { font-weight: 700; color: #ffffff; margin: 10px 0 6px 0; line-height: 1.2; font-size: 1.9rem; } @media (max-width: 768px) { #cycling-coach .cc-title__h1 { font-size: 1.6rem; } } #cycling-coach .cc-title__leaf { display: inline-block; margin-left: 8px; opacity: 0; transform: translateY(1px); } @media (prefers-reduced-motion: no-preference) { #cycling-coach .cc-title__leaf { transition: opacity 200ms ease; } } #cycling-coach .cc-title__leaf.is-visible { opacity: 1; transform: translateY(0); } #cycling-coach .cc-title__eyebrow { color: #e0e0e0; font-weight: 400; margin: 0 0 8px 0; line-height: 1.4; font-size: 1.33rem; } @media (max-width: 768px) { #cycling-coach .cc-title__eyebrow { font-size: 1.15rem; } } #cycling-coach .cc-title__subline { color: #c0c0c0; font-weight: 400; margin: 0; line-height: 1.6; font-size: 0.95rem; } @media (min-width: 768px) { #cycling-coach .cc-title__subline { font-size: 1rem; } } #cycling-coach .cc-title, #cycling-coach .cc-title * { text-rendering: optimizeLegibility; } #cycling-coach .cc-title__h1, #cycling-coach .cc-title__eyebrow, #cycling-coach .cc-title__subline { letter-spacing: normal; } #cycling-coach .cc-title { } #cycling-coach .cc-title__leaf::before { content: '\1F343'; } body.planted-active #cycling-coach .cc-title__leaf { opacity: 1; transform: translateY(0); } #cycling-coach .cc-title { margin: 4px 0 8px 0; padding: 0; } #cycling-coach .cc-title__h1 { font-weight: 700; color: #ffffff; line-height: 1.2; margin: 6px 0 2px 0; font-size: 1.6rem; } @media (min-width: 768px) { #cycling-coach .cc-title__h1 { font-size: 1.8rem; } } #cycling-coach .cc-title__eyebrow { color: #e0e0e0; font-weight: 400; line-height: 1.35; margin: 0 0 4px 0; font-size: 1.05rem; } #cycling-coach .cc-title__subline { color: #c0c0c0; font-weight: 400; line-height: 1.5; margin: 0 0 6px 0; font-size: 0.95rem; } #cycling-coach .cc-title__leaf { display: inline-block; margin-left: 6px; opacity: 0; transform: translateY(1px); } @media (prefers-reduced-motion: no-preference) { #cycling-coach .cc-title__leaf { transition: opacity 200ms ease; } } #cycling-coach .cc-title__leaf.is-visible { opacity: 1; } #cycling-coach .cc-title, #cycling-coach .cc-title * { letter-spacing: normal; } #cycling-coach .cc-title + .card, #cycling-coach .cc-title + section.card { margin-top: 8px; } .site-footer { background: #111; color: #fff; font-size: .9rem; padding: 20px; text-align: center; } .site-footer .community-links, .site-footer .social-strip { align-items: center; display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; margin: 0 0 16px; text-align: center; } .site-footer .community-links a, .site-footer .social-strip a { align-items: center; color: #fff; display: inline-flex; height: 48px; justify-content: center; text-decoration: none; transition: color .25s ease, transform .15s ease; width: 48px; } .site-footer .community-links a:hover, .site-footer .social-strip a:hover { color: #1e90ff; transform: translateY(-1px); } .site-footer .community-links a:focus-visible, .site-footer .social-strip a:focus-visible { border-radius: 8px; outline: 2px solid #1e90ff; outline-offset: 2px; } .site-footer .community-links svg, .site-footer .social-strip svg { display: block; width: 28px; height: 28px; fill: currentColor; } .site-footer .social-strip .x-icon { color: #fff; width: 28px; height: 28px; transition: color .3s ease, transform .15s ease; } .site-footer .social-strip .x-icon:hover, .site-footer .social-strip .x-icon:focus-visible { color: #1da1f2; } .site-footer .social-strip .x-icon svg { width: 100%; height: 100%; } @media (max-width: 480px) { .site-footer .community-links, .site-footer .social-strip { gap: 16px; } .site-footer .community-links svg, .site-footer .social-strip svg { width: 28px; height: 28px; } } @media (prefers-reduced-motion: reduce) { .site-footer .community-links a, .site-footer .social-strip a { transition: none; } .site-footer .community-links a:hover, .site-footer .social-strip a:hover { transform: none; } } .footer-links { margin: 4px 0 12px 0; font-size: .95rem; } .footer-links a { color: #fff; text-decoration: none; } .footer-links a:hover { color: #1e90ff; text-decoration: underline; } .footer-links .dot { opacity: .6; margin: 0 .5ch; } .footer-note { margin: 0; line-height: 1.6; } .site-footer .affiliate-note { margin: .4rem 0 0; font-size: .95rem; text-align: center; opacity: .9; color: inherit; } .site-footer .affiliate-note a { color: inherit; text-decoration: underline; } .site-footer .under-social { margin: 12px 0 8px; text-align: center; font-size: .95rem; } .site-footer .under-social a { color: #1e90ff; text-decoration: none; font-weight: 500; } .site-footer .under-social a:hover { text-decoration: underline; } .footer-attribution { margin: 14px 0 0; font-size: .78rem; color: rgba(255, 255, 255, .65); text-align: center; } .footer-attribution a { color: rgba(173, 216, 230, .9); text-decoration: none; font-weight: 500; } .footer-attribution a:hover { color: #1e90ff; text-decoration: underline; } @media (min-width: 768px) { .community-links, .social-strip { gap: 20px; } .community-links svg, .social-strip svg { width: 30px; height: 30px; } } .video-card h2 { margin: 0 0 8px; } .video-card .subline { margin: 0 0 12px; opacity: .9; } .yt-cta { display: inline-flex; align-items: center; gap: 10px; background: #000; color: #fff; border-radius: 999px; padding: 10px 16px; text-decoration: none; font-weight: 600; line-height: 1; box-shadow: 0 1px 2px rgba(0,0,0,.25); } .yt-cta:focus { outline: 2px solid #ffffff; outline-offset: 2px; } .yt-cta:hover { filter: brightness(1.08); } .yt-cta:active { transform: translateY(1px); } .yt-icon { width: 24px; height: 24px; flex: 0 0 24px; display: inline-flex; align-items: center; justify-content: center; background: #ff0033; border-radius: 6px; } .yt-cta .yt-label { white-space: nowrap; } .yt-cta .yt-icon .yt-cta-svg { display: block; } .video-card > iframe, .video-card .embed-wrapper { margin-top: 12px; } .video-card .now-playing { margin: 12px 0 10px; } .video-meta{ display:flex; flex-direction:column; gap:12px; margin-top:.5rem; } .video-blurb{ margin:0; line-height:1.4; } .video-actions{ display:flex; justify-content:flex-end; } .featured-videos-card .now-playing{ margin:12px 0 4px; } .featured-videos-card .media-divider{ border:0; border-top:1px solid var(--border); width:100%; margin:4px 0 4px; } .card-sep { border: 0; height: 1px; background: rgba(255,255,255,0.25); margin: 12px 0 16px; } .featured-videos-card .video-meta{ padding-top:.25rem; margin-top:0; } #env-card.compact { padding-block: 8px; } #env-card.compact .card-body { display: none; } #env-card.compact .env-compact-summary[hidden] { display: inline; } #env-card .env-compact-summary { font-size: 0.95rem; opacity: 0.85; } #env-card .env-compact-summary[hidden] { display: none; } #env-card { transition: padding 180ms ease; } #cc-bottom { margin: 8px 0 10px; padding: 0; max-width: 68ch; } #cc-bottom .home-subtext { font: inherit; font-size: 0.9rem; line-height: 1.4; color: var(--text-muted, rgba(255,255,255,0.8)); margin: 0 0 6px 0; } #cc-bottom .home-blurb { font: inherit; font-size: 0.98rem; line-height: 1.45; color: var(--text-primary, #fff); margin: 0; } @media (min-width: 768px) { #cc-bottom .home-subtext { font-size: 0.95rem; } #cc-bottom .home-blurb { font-size: 1.02rem; } } #cc-bottom p { padding: 0; } #cc-bottom .home-subtext, #cc-bottom .home-blurb { font-weight: 400; } #cycling-coach #cc-bottom { } #cc-bottom:where(*) { scroll-margin-top: 24px; } [data-consent-banner]{display:none !important;} [data-consent-banner].is-open{display:block !important;} .ttg-consent{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:block;background:rgba(10,14,22,.96);backdrop-filter:saturate(120%) blur(6px);border-top:1px solid rgba(255,255,255,.08);} .ttg-consent__inner{max-width:1100px;margin:0 auto;padding:14px 16px;display:flex;flex-direction:column;gap:10px;color:#e8edf3;} .ttg-consent__inner h3{margin:0 0 4px 0;font-size:1rem;line-height:1.2} .ttg-consent__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end} .ttg-btn{padding:8px 12px;border-radius:8px;border:1px solid transparent;font:inherit;cursor:pointer} .ttg-btn--primary{background:#ffffff;color:#0b1526} .ttg-btn--secondary{background:#0b1526;color:#e8edf3;border-color:rgba(255,255,255,.18)} .ttg-btn--ghost{background:transparent;color:#e8edf3;border-color:rgba(255,255,255,.18)} .ttg-consent-modal{position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;padding:24px} .ttg-consent-modal__panel{max-width:560px;width:100%;background:#0b1526;color:#e8edf3;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:18px} .ttg-consent-modal__panel h3{margin:0 0 8px 0} .ttg-row{display:flex;gap:10px;align-items:flex-start;margin:8px 0} .ttg-consent-modal__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px} [hidden] { display: none !important; } .ttg-row input[type="checkbox"] { width: 16px; height: 16px; margin-top: 3px; flex-shrink: 0; } .ttg-row input[type="checkbox"]{ -webkit-appearance: checkbox; appearance: checkbox; width:16px; height:16px; margin-top:3px; flex-shrink:0; cursor:pointer; accent-color:#ffffff; } .ttg-row{ cursor:pointer; } .ttg-row span{ user-select:none; } .ttg-consent-status{ margin-top:8px; opacity:.8; font-size:.9rem; } .ttg-row input[type="checkbox"]{ -webkit-appearance: none !important; appearance: none !important; width: 18px; height: 18px; margin-top: 2px; flex-shrink: 0; cursor: pointer; border-radius: 4px; border: 2px solid rgba(232, 237, 243, 0.55); background: transparent; position: relative; outline: none; } .ttg-row input[type="checkbox"]:focus{ box-shadow: 0 0 0 3px rgba(255,255,255,0.18); } .ttg-row input[type="checkbox"]:checked{ background: #ffffff; border-color: #ffffff; } .ttg-row input[type="checkbox"]:checked::after{ content: ""; position: absolute; left: 5px; top: 1px; width: 5px; height: 10px; border-right: 2px solid #0b1526; border-bottom: 2px solid #0b1526; transform: rotate(45deg); } .ttg-row input[type="checkbox"]:disabled{ opacity: 0.6; cursor: not-allowed; } .ttg-row{ cursor: pointer; } .ttg-row span{ user-select: none; } .ttg-adunit{ min-height: 250px; border: 1px dashed rgba(255,255,255,.18); border-radius: 12px; display: flex; align-items: center; justify-content: center; opacity: .7; margin: 16px 0; } ins.adsbygoogle{ display: block; min-height: 250px; width: 100%; } .ttg-adunit--top{ margin-top: 12px; margin-bottom: 20px; } .ttg-adunit--bottom{ margin-top: 24px; margin-bottom: 16px; } .ttg-adunit--media-bottom{ margin-top: 28px; margin-bottom: 20px; } .is-ads-disabled .ttg-adunit{ display: none !important; } @media (min-width: 900px){ .ttg-adunit{ max-width: 1000px; margin-left: auto; margin-right: auto; } } #cycling-coach .planted-checkbox { display: inline-flex; align-items: center; gap: 6px; font-size: 0.95rem; color: #d7d7d7; cursor: pointer; user-select: none; } #cycling-coach .planted-checkbox input[type="checkbox"] { appearance: none; -webkit-appearance: none; background-color: transparent; margin: 0; font: inherit; width: 18px; height: 18px; border: 2px solid rgba(255, 255, 255, 0.3); border-radius: 4px; display: grid; place-content: center; cursor: pointer; transition: border 0.2s ease, background 0.2s ease; } #cycling-coach .planted-checkbox input[type="checkbox"]::before { content: "\2713"; font-size: 14px; color: #fff; transform: scale(0); transition: transform 0.15s ease; } #cycling-coach .planted-checkbox input[type="checkbox"]:checked { background-color: rgba(255, 255, 255, 0.15); border-color: rgba(255, 255, 255, 0.6); } #cycling-coach .planted-checkbox input[type="checkbox"]:checked::before { transform: scale(1); } #cycling-coach .planted-checkbox:hover input[type="checkbox"] { border-color: rgba(255, 255, 255, 0.6); } #cycling-coach .planted-checkbox input[type="checkbox"]:focus-visible { outline: 2px solid rgba(255, 255, 255, 0.5); outline-offset: 2px; } #cycling-coach .planted-checkbox .checkmark { display: none; } h1, .h1 { font-weight: 800; letter-spacing: -0.01em; line-height: 1.1; } h2, .h2 { font-weight: 750; letter-spacing: -0.005em; line-height: 1.18; } @media (max-width: 480px) { h1, .h1 { font-size: clamp(2rem, 6.5vw, 2.4rem); } h2, .h2 { font-size: clamp(1.35rem, 4.8vw, 1.6rem); } p { font-size: 1.05rem; line-height: 1.65; } } body.page-background #content .section { padding: clamp(48px, 10vw, 80px) 20px; } body.page-background #content .section--gradient { color: #fff; --muted: rgba(255,255,255,.86); background: radial-gradient(1200px 800px at 75% -10%, rgba(54,194,204,0.85) 0%, rgba(54,194,204,0) 60%), radial-gradient(1200px 900px at -10% 120%, rgba(0,119,199,0.95) 0%, rgba(0,119,199,0) 60%), linear-gradient(140deg, #0077c7 0%, #0b6ea6 40%, #0a4d87 100%); } body.page-background #content .section--gradient h1, body.page-background #content .section--gradient h2, body.page-background #content .section--gradient h3 { color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,.15); } body.page-background #content .section--gradient a { color: #fff; text-decoration: underline; text-underline-offset: 2px; } body.page-background #content .section .container { width: min(980px, 100%); margin: 0 auto; } body.page-background #content .grid { display: grid; gap: var(--space-4); } body.page-background #content .grid--2 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); } body.page-background #content .eyebrow { margin: var(--space-2) 0 var(--space-3); font-size: 0.95rem; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.85; } body.page-background #content .hero, body.page-background #content .hero.hero--tools { padding: clamp(16px, 2.5vw, 28px) 20px clamp(8px, 1.5vw, 16px); } body.page-background #content .kicker { margin: var(--space-1) 0 0; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; } .hero-intro { --hero-internal-gap: 6px; --hero-bottom-gap: 0px; display: grid; gap: var(--hero-internal-gap); margin-bottom: var(--hero-bottom-gap); } .hero-intro h1, .hero-intro h2 { line-height: 1.15; letter-spacing: -0.01em; } .hero-intro p, .hero-intro .kicker { line-height: 1.4; max-width: 70ch; } @media (min-width: 768px) { .hero-intro { --hero-internal-gap: 8px; --hero-bottom-gap: 0px; } .hero-intro h1 { line-height: 1.12; } } .tools-grid { --tools-gap: 20px; display: grid; gap: var(--tools-gap); margin-top: 12px; } @media (min-width: 768px) { .tools-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } .tool-card { border-radius: 16px; padding: clamp(16px, 2.2vw, 22px); backdrop-filter: saturate(120%) blur(0px); background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.22); display: grid; gap: 12px; } .tool-card h3 { margin: 0 0 8px 0; } .tool-card p { margin: 0 0 14px 0; } .tool-card-cta { display: inline-block; padding: 0.75rem 1.4rem; margin-top: 0.85rem; border-radius: 999px; background: rgba(255, 255, 255, 0.18); border: 1px solid rgba(255, 255, 255, 0.55); color: #ffffff; font-weight: 700; text-decoration: none; letter-spacing: 0.01em; box-shadow: 0 8px 20px rgba(4, 21, 38, 0.25); transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease; backdrop-filter: blur(8px); } .tool-card-cta:hover { background: rgba(255, 255, 255, 0.28); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(4, 21, 38, 0.28); } .tool-card-cta:active { transform: translateY(0); box-shadow: 0 6px 18px rgba(4, 21, 38, 0.2); } .tool-card-cta:focus-visible { outline: 2px solid #ffffff; outline-offset: 3px; box-shadow: 0 0 0 3px rgba(6, 27, 49, 0.5), 0 10px 24px rgba(4, 21, 38, 0.35); } .hero, .hero.hero--tools { padding-top: clamp(16px, 2.5vw, 28px); padding-bottom: clamp(8px, 1.5vw, 16px); } .hero .eyebrow { margin-bottom: 8px; letter-spacing: 0.06em; } .hero h1 { margin: 8px 0 10px; line-height: 1.15; } .hero p.lede, .hero .lede { margin: 10px 0 14px; max-width: 68ch; } .hero .cta-line { margin-top: 8px; margin-bottom: 8px; font-weight: 700; } .section--tools, .card-grid { margin-top: 12px; } .card { padding: clamp(16px, 2.2vw, 22px); } .btn, .button, button.btn, button.button, a.btn, a.button { -webkit-tap-highlight-color: transparent; display: inline-flex; align-items: center; justify-content: center; gap: 0.35rem; white-space: nowrap; border: 0; border-radius: 999px; padding: 0.9rem 1.4rem; font-weight: 800; font-size: 1.05rem; line-height: 1; letter-spacing: 0.02em; cursor: pointer; user-select: none; text-decoration: none; text-align: center; transition: transform 120ms ease, box-shadow 120ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease; position: relative; min-width: 0; width: auto; background: transparent; color: inherit; appearance: none; } .btn[disabled], .button[disabled], a.btn[aria-disabled='true'], a.button[aria-disabled='true'] { opacity: 0.65; cursor: not-allowed; pointer-events: none; } .btn:focus-visible, .button:focus-visible, a.btn:focus-visible, a.button:focus-visible { outline: 0; box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1b6fbd, 0 12px 22px rgba(6, 42, 77, 0.20); } .btn--launch, .button--launch, .card .btn, .card a.btn { background: #ffffff; color: #0b5fa5; border: 2px solid rgba(255, 255, 255, 0.85); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18), inset 0 -2px 0 rgba(0, 0, 0, 0.05); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35); } .btn--launch:hover, .btn--launch:focus, .card .btn:hover, .card .btn:focus { background: #f7fbff; color: #084e8a; border-color: #ffffff; box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22), inset 0 -2px 0 rgba(255, 255, 255, 0.6); transform: translateY(-1px); outline: none; } .btn--launch:active, .card .btn:active { transform: translateY(0); box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18) inset; } body.page-background #content .faq-list { display: grid; gap: var(--space-2); margin: var(--space-2) 0 0; } body.page-background #content .faq-btn { display: block; padding: var(--space-3) var(--space-4); border-radius: var(--radius-card); background: rgba(255,255,255,0.12); color: #fff; font-weight: 700; text-decoration: none; } body.page-background #content .faq-btn:hover, body.page-background #content .faq-btn:focus-visible { background: rgba(255,255,255,0.18); color: #fff; } body.page-background #content .faq-btn:active { transform: scale(0.99); } body.page-background #content .faq-answers { display: grid; gap: var(--space-6); margin-top: var(--space-6); } body.page-background #content .faq-answer { padding-top: var(--space-5); border-top: 1px solid rgba(255,255,255,0.18); scroll-margin-top: 96px; } body.page-background #content .faq-answer h3 { margin-top: 0; } @media (min-width: 640px) { body.page-background #content .faq-list { flex-direction: row; flex-wrap: wrap; } body.page-background #content .faq-btn { flex: 1 1 240px; } } .section--brand, .section--gradient, .section--blue { color: #fff; --muted: rgba(255,255,255,.86); } .section--brand h1, .section--brand h2, .section--brand h3, .section--gradient h1, .section--gradient h2, .section--gradient h3, .section--blue h1, .section--blue h2, .section--blue h3 { color: #fff; } .section--brand a, .section--gradient a, .section--blue a { color: #fff; text-decoration: underline; text-underline-offset: 2px; } .tagline { margin-top: .65rem; font-weight: 700; letter-spacing: .04em; text-transform: none; } .container--copy { max-width: 68ch; margin-inline: auto; } :root{ --space-0: 0; --space-1: 6px; --space-2: 10px; --space-3: 14px; --space-4: 18px; --space-5: 24px; --space-6: 28px; --space-7: 32px; --radius-card: 14px; } body{ line-height: 1.45; letter-spacing: 0; } p{ margin: var(--space-3) 0; } h1{ font-weight: 800; line-height: 1.15; margin: var(--space-5) 0 var(--space-3); font-size: clamp(28px, 5.8vw, 40px); } h2{ font-weight: 800; line-height: 1.18; margin: var(--space-5) 0 var(--space-2); font-size: clamp(22px, 4.6vw, 30px); } h3{ font-weight: 700; margin: var(--space-4) 0 var(--space-2); } .section:not(.hero), .section--light, .section--brand{ padding-top: var(--space-6); padding-bottom: var(--space-6); } .hero .container{ width: min(980px, 100%); margin: 0 auto; padding-top: 0; padding-bottom: 0; } .container{ max-width: 980px; padding-left: 16px; padding-right: 16px; } .card, .tool-card, .contact-card{ border-radius: var(--radius-card); padding: clamp(16px, 2.2vw, 22px); margin-bottom: var(--space-5); } .card p:last-child{ margin-bottom: 0; } .card .actions, .tool-card .actions{ margin-top: var(--space-3); } .faq, .faq-list{ margin-top: var(--space-5); } .faq-item, .faq .item{ border-radius: 14px; padding: var(--space-4) var(--space-5); margin-bottom: var(--space-3); } .faq-item h3, .faq .q{ margin: 0; font-size: 18px; line-height: 1.2; } .faq .a{ margin-top: var(--space-2); } ul,ol{ margin: var(--space-3) 0 var(--space-3) 1.25rem; } .section + .section{ margin-top: var(--space-6); } .footer, .site-footer{ line-height: 1.35; padding-top: var(--space-5); padding-bottom: var(--space-5); } @media (max-width: 360px){ h1{ font-size: 26px; } h2{ font-size: 20px; } .card, .tool-card, .contact-card{ padding: var(--space-4); } } .tools-intro { margin-bottom: 0.75rem; } @media (min-width: 768px) { .tools-intro { margin-bottom: 1rem; } } .tools-grid, .tools-section { gap: 0.75rem; } @media (min-width: 768px) { .tools-grid, .tools-section { gap: 1rem; } } .btn--primary, .btn--launch { color: #0e3b66; background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%); box-shadow: 0 10px 18px rgba(6, 42, 77, 0.18), 0 2px 4px rgba(6, 42, 77, 0.10), inset 0 1px 0 rgba(255,255,255,0.8); } .btn--primary::before, .btn--launch::before { content: ""; position: absolute; inset: 6% 8% auto 8%; height: 38%; border-radius: 999px; background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0)); pointer-events: none; } .btn--primary:hover, .btn--launch:hover { transform: translateY(-1px); box-shadow: 0 12px 22px rgba(6, 42, 77, 0.20), 0 3px 6px rgba(6, 42, 77, 0.12), inset 0 1px 0 rgba(255,255,255,0.85); } .btn--primary:active, .btn--launch:active { transform: translateY(1px); box-shadow: 0 4px 8px rgba(6, 42, 77, 0.18), inset 0 3px 6px rgba(6, 42, 77, 0.12), inset 0 -1px 0 rgba(255,255,255,0.6); } .tool-card .btn { width: 100%; } @media (min-width: 768px) { .tool-card .btn { width: auto; min-width: 9rem; } } @media (prefers-reduced-motion: reduce) { .btn, .button, button.btn, button.button, a.btn, a.button { transition: none; } } .tool-card .card-actions { margin-top: 0.85rem; } .tool-card { padding-bottom: 1.1rem; margin-bottom: 0.9rem; } @media (min-width: 768px) { .tool-card { margin-bottom: 1rem; } } .tools-cta-line { margin-bottom: 0.75rem; } .page--prototype-home { margin: 0; padding: 0; } .page--prototype-home #global-nav, .page--prototype-home .site-nav, .page--prototype-home header { margin-bottom: 0 !important; } .page--prototype-home .hero { display: flow-root; padding-block: clamp(20px, 4vw, 48px) clamp(16px, 3vw, 32px); min-height: initial !important; } @media (min-width: 768px) { .page--prototype-home .hero { padding-block: clamp(28px, 3.5vw, 56px) clamp(18px, 3vw, 36px); min-height: unset !important; } } .page--prototype-home .hero > * { margin-top: 0; } .page--prototype-home .hero .eyebrow, .page--prototype-home .hero .h1, .page--prototype-home .hero h1, .page--prototype-home .hero p { margin-block: 0.25em 0.6em; } .page--prototype-home .tools-intro { margin: 0; padding-top: 0; margin-bottom: clamp(8px, 1.6vw, 16px); } .page--prototype-home .tool-card, .page--prototype-home .cards, .page--prototype-home .tools { margin-top: 0; } .page--prototype-home main, .page--prototype-home .proto-section-wrap { display: flex; flex-direction: column; gap: clamp(12px, 2.2vw, 24px); } .page--prototype-home .hero > :first-child { margin-top: 0 !important; } .page--prototype-home .wrap, .page--prototype-home .proto-section-wrap, .page--prototype-home .container { max-width: 1080px; margin-inline: auto; padding-inline: clamp(16px, 2.2vw, 24px); } @media (min-width: 768px) { .page--prototype-home main, .page--prototype-home .proto-section-wrap { display: block; gap: 0; } } .page--prototype-home .tools, .page--prototype-home .tools-grid, .page--prototype-home .cards { display: grid; grid-template-columns: 1fr; gap: clamp(14px, 2vw, 24px); } @media (min-width: 900px) { .page--prototype-home .tools, .page--prototype-home .tools-grid, .page--prototype-home .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; } } .page--prototype-home .tool-card { width: auto; max-width: none; margin: 0; } .page--prototype-home .tool-card .tool-card-cta { display: inline-flex; width: 100%; justify-content: center; align-items: center; padding: 0.9rem 1.25rem; margin-top: 0.5rem; border-radius: 999px; background: rgba(255, 255, 255, 0.16); border: 1px solid rgba(255, 255, 255, 0.4); color: #ffffff; font-weight: 700; letter-spacing: 0.01em; text-align: center; text-decoration: none; box-shadow: 0 12px 26px rgba(5, 12, 28, 0.35); transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease; } .page--prototype-home .tool-card .tool-card-cta:hover, .page--prototype-home .tool-card .tool-card-cta:focus-visible { background: rgba(255, 255, 255, 0.24); box-shadow: 0 14px 30px rgba(5, 12, 28, 0.4); } .page--prototype-home .tool-card .tool-card-cta:focus-visible { outline: 2px solid rgba(255, 255, 255, 0.95); outline-offset: 3px; } .page--prototype-home .tool-card .tool-card-cta:active { transform: translateY(1px); box-shadow: 0 8px 18px rgba(5, 12, 28, 0.3); background: rgba(255, 255, 255, 0.2); } @media (min-width: 900px) { .page--prototype-home .hero { padding-block: clamp(28px, 3.5vw, 56px) clamp(18px, 3vw, 36px); min-height: unset !important; } .page--prototype-home .tools-intro { margin-bottom: clamp(10px, 1.6vw, 18px); } } .page--prototype-home .tool-card[style*="width"], .page--prototype-home .tool-card[style*="max-width"] { width: auto !important; max-width: none !important; } .page--prototype-home .hero p { text-align: left !important; } .page--prototype-home .hero-copy { text-align: left; } .page--prototype-home .hero-copy .eyebrow { font-weight: 700; margin-bottom: 0.5em; } .page--prototype-home .hero h1, .page--prototype-home .hero h2, .page--prototype-home .hero h3, .page--prototype-home .hero p, .page--prototype-home .hero a, .page--prototype-home .hero button, .page--prototype-home .hero .ttg-btn, .page--prototype-home .hero .cta-btn, .page--prototype-home .hero .how-trigger, .page--prototype-home .hero .tool-card-cta, .page--prototype-home .hero-section h1, .page--prototype-home .hero-section h2, .page--prototype-home .hero-section h3, .page--prototype-home .hero-section p, .page--prototype-home .hero-section a, .page--prototype-home .hero-section button, .page--prototype-home .hero-container h1, .page--prototype-home .hero-container h2, .page--prototype-home .hero-container h3, .page--prototype-home .hero-container p, .page--prototype-home .hero-container a, .page--prototype-home .hero-container button { color: #ffffff !important; } .page--prototype-home .tools-title, .page--prototype-home .homepage-tools-section h2, .page--prototype-home .homepage-tools-section h3, .page--prototype-home .homepage-tools-section p, .page--prototype-home .homepage-tools-section a, .page--prototype-home .homepage-tools-section button, .page--prototype-home .tool-card h2, .page--prototype-home .tool-card h3, .page--prototype-home .tool-card p, .page--prototype-home .tool-card a, .page--prototype-home .tool-card button, .page--prototype-home .tool-card .ttg-btn, .page--prototype-home .tool-card .cta-btn, .page--prototype-home .tool-card .tool-card-cta, .page--prototype-home .tool-card .card-button, .page--prototype-home .tools .cta-btn, .page--prototype-home .tools .ttg-btn { color: #ffffff !important; } .legal-links { text-align: center; font-size: 0.9rem; margin-top: 40px; margin-bottom: 20px; color: var(--muted-text, #a0a0a0); } .legal-links a { margin: 0 12px; color: #ffffff; text-decoration: underline; font-weight: 600; } .legal-links a:focus-visible { outline: 2px solid rgba(255, 255, 255, 0.6); outline-offset: 2px; } .how-it-works-overlay { position: fixed; inset: 0; display: flex; align-items: center; justify-content: center; padding: clamp(20px, 5vw, 60px); background: rgba(3, 12, 26, 0.68); z-index: 9999; opacity: 0; visibility: hidden; transition: opacity 0.28s ease; } .how-it-works-overlay[hidden] { display: none !important; } .how-it-works-overlay.is-visible { opacity: 1; visibility: visible; } .how-it-works-modal { background: rgba(4, 12, 26, 0.96); color: inherit; width: min(640px, 100%); max-height: min(90vh, 720px); overflow-y: auto; border-radius: 18px; padding: clamp(20px, 4vw, 36px); border: 1px solid rgba(255, 255, 255, 0.15); box-shadow: 0 24px 50px rgba(3, 6, 12, 0.55), 0 2px 12px rgba(3, 6, 12, 0.35); } .how-it-works-modal:focus { outline: 3px solid #1b6fbd; outline-offset: 3px; } .how-it-works-modal__header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; } .how-it-works-modal__close { border: 1px solid rgba(255, 255, 255, 0.18); background: rgba(255, 255, 255, 0.08); color: inherit; border-radius: 999px; width: 38px; height: 38px; font-size: 1.4rem; line-height: 1; cursor: pointer; transition: background 0.2s ease; } .how-it-works-modal__close:hover, .how-it-works-modal__close:focus-visible { background: rgba(255, 255, 255, 0.18); } .how-it-works-modal__body { display: grid; gap: 1rem; font-size: 1rem; line-height: 1.5; } .how-it-works-modal__body strong { color: inherit; } .how-it-works-modal__cta { font-weight: 600; margin-bottom: 0; } .how-it-works-modal__footer { margin-top: 1.5rem; display: flex; justify-content: flex-end; } .page--prototype-home.body--modal-open { overflow: hidden; } @media (max-width: 640px) { .how-it-works-overlay { align-items: flex-start; padding-top: clamp(40px, 10vh, 80px); } .how-it-works-modal { max-height: calc(100vh - clamp(40px, 10vh, 80px)); } } #beginner-faq { margin-top: 3rem; } #beginner-faq h2 { margin-bottom: 1.75rem; } .faq-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; } @media (min-width: 768px) { .faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } .faq-card { background: rgba(0, 0, 0, 0.15); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 1rem; padding: 1.25rem 1.5rem; backdrop-filter: blur(6px); } .faq-card summary { font-weight: 600; font-size: 1rem; cursor: pointer; } .faq-card details p { margin-top: 0.75rem; line-height: 1.55; } .card-button { display: inline-block; padding: 0.65rem 1.25rem; margin-top: 0.75rem; border-radius: 0.75rem; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(5px); color: #ffffff; font-weight: 600; text-decoration: none; border: 1px solid rgba(255, 255, 255, 0.25); transition: background 0.2s ease, transform 0.15s ease; } .card-button:hover { background: rgba(255, 255, 255, 0.25); transform: translateY(-2px); } .card-button:active { transform: translateY(0px); } .card-button:focus { outline: 2px solid rgba(255, 255, 255, 0.6); outline-offset: 3px; } body.page-gradient { margin: 0; min-height: 100vh; background: linear-gradient(180deg, #0b0f12 0%, #111820 60%, #101418 100%); color: #e9f0fb; font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; background-attachment: fixed; } .feature-main { max-width: 960px; margin: 0 auto; padding: 40px 16px 96px; } .panel { backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 14px; padding: 32px 28px 40px; box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35); } .panel h1 { margin: 0; font-size: clamp(2rem, 2.4vw + 1rem, 3rem); font-weight: 700; letter-spacing: 0.01em; } .divider { height: 1px; background: linear-gradient(90deg, rgba(192, 192, 192, 0.6), rgba(192, 192, 192, 0.2)); margin: 12px 0 20px; } .tiny { font-size: 0.92rem; line-height: 1.6; margin: 0; color: rgba(233, 240, 251, 0.85); } #feature-tank-form.ft-wrap { --border: rgba(255, 255, 255, 0.12); --muted: #a1a1aa; --text: #f3f4f6; --accent: #10b981; --accent-weak: rgba(16, 185, 129, 0.35); color: var(--text); } #feature-tank-form { margin-top: 24px; } #feature-tank-form .ft-field, .ft-field { display: flex; flex-direction: column; gap: 6px; margin: 14px 0; } #feature-tank-form .ft-label, .ft-label { font-weight: 600; color: rgba(241, 246, 255, 0.9); display: block; margin-bottom: 6px; } #feature-tank-form .ft-title, .ft-title { margin: 0 0 12px; font-size: 1.4rem; } #feature-tank-form .ft-input, #feature-tank-form textarea.ft-input, #feature-tank-form select.ft-input, #feature-tank-form textarea.urls-readonly, .ft-input, textarea.ft-input { width: 100%; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--border, rgba(255, 255, 255, 0.18)); background: rgba(6, 10, 16, 0.65); color: var(--text, #f4f8ff); font-size: 1rem; transition: border-color 0.18s ease, box-shadow 0.18s ease; } #feature-tank-form .ft-input::placeholder, #feature-tank-form textarea.ft-input::placeholder, .feature-main ::placeholder { color: rgba(244, 248, 255, 0.75); } #feature-tank-form .ft-input:focus, #feature-tank-form textarea.ft-input:focus, #feature-tank-form select.ft-input:focus, #feature-tank-form textarea.urls-readonly:focus { outline: none; border-color: rgba(118, 198, 255, 0.8); box-shadow: 0 0 0 3px rgba(118, 198, 255, 0.25); } #feature-tank-form .ft-grid { display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); margin: 6px 0; } #feature-tank-form .ft-help, .ft-help { color: var(--muted, #a1a1aa); margin-top: 6px; } #feature-tank-form .ft-help.small, .ft-help.small { font-size: 0.9rem; } #feature-tank-form textarea.ft-input, textarea.ft-input { resize: vertical; min-height: 120px; } .grid-2 { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; } .grid-3 { display: grid; gap: 10px; grid-template-columns: 1fr 1fr 1fr; } .eligibility-note { margin: 12px 0 14px; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--border, rgba(255, 255, 255, 0.12)); background: rgba(255, 255, 255, 0.06); } .eligibility-note h2 { margin: 0 0 8px; font-size: 1.15rem; } .eligibility-note ul { margin: 8px 0 0 18px; padding: 0; } .eligibility-note li { margin: 6px 0; line-height: 1.35; } .channel-wrap { margin: 12px 0 6px; } .channel-title { display: block; margin-bottom: 8px; font-weight: 600; } .channel-row { display: grid; grid-template-columns: 160px 1fr; gap: 10px; align-items: center; margin-bottom: 10px; } .channel-select, .channel-handle { padding: 10px 12px; border-radius: 10px; border: 1px solid var(--border, rgba(255, 255, 255, 0.18)); background: rgba(255, 255, 255, 0.05); color: var(--text, #f3f4f6); width: 100%; } .field-note { display: block; margin-top: 6px; color: var(--muted, #a1a1aa); font-size: 0.9rem; } .upload-card, #feature-tank-form .upload-card { margin: 16px 0; padding: 14px; border: 1px dashed var(--border, rgba(255, 255, 255, 0.12)); border-radius: 12px; background: rgba(255, 255, 255, 0.03); } .upload-head h3, #feature-tank-form .upload-head h3 { margin: 0 0 4px; font-size: 1.1rem; } .muted, #feature-tank-form .muted { color: var(--muted, #a1a1aa); } .upload-actions, #feature-tank-form .upload-actions { display: flex; gap: 10px; margin: 10px 0 12px; } .btn-primary, #feature-tank-form .btn-primary { padding: 10px 14px; border-radius: 10px; border: 1px solid var(--border, rgba(255, 255, 255, 0.12)); background: linear-gradient(180deg, rgba(16, 185, 129, 0.18), rgba(16, 185, 129, 0.08)); color: var(--text, #f3f4f6); font-weight: 600; letter-spacing: 0.2px; cursor: pointer; } .btn-ghost, #feature-tank-form .btn-ghost { padding: 10px 12px; border-radius: 10px; border: 1px solid var(--border, rgba(255, 255, 255, 0.12)); background: transparent; color: var(--muted, #a1a1aa); cursor: pointer; } .upload-preview, #feature-tank-form .upload-preview { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 10px; min-height: 0; } .thumb, #feature-tank-form .thumb { border: 1px solid var(--border, rgba(255, 255, 255, 0.12)); border-radius: 10px; overflow: hidden; position: relative; aspect-ratio: 1 / 1; display: grid; place-items: center; font-size: 0.8rem; background: rgba(255, 255, 255, 0.04); } .thumb img, .thumb video, #feature-tank-form .thumb img, #feature-tank-form .thumb video { width: 100%; height: 100%; object-fit: cover; display: block; } .thumb .badge, #feature-tank-form .thumb .badge { position: absolute; bottom: 6px; right: 6px; background: rgba(0, 0, 0, 0.55); padding: 2px 6px; border-radius: 6px; font-size: 0.7rem; } .consent-row, #feature-tank-form .consent-row { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; margin: 12px 0 6px; } .consent-checkbox, #feature-tank-form .consent-checkbox { width: 20px; height: 20px; margin-top: 2px; -webkit-appearance: checkbox; appearance: checkbox; accent-color: var(--accent, #10b981); transform: scale(1.15); transform-origin: top left; cursor: pointer; } .consent-label, #feature-tank-form .consent-label { user-select: none; cursor: pointer; line-height: 1.4; } .consent-help, #feature-tank-form .consent-help { color: var(--muted, #a1a1aa); margin: 0 0 10px; } #feature-tank-form #submitBtn[disabled] { opacity: 0.5; cursor: not-allowed; } #feature-tank-form .sr-only, .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } #thankYou { margin-top: 1rem; color: #10b981; font-weight: 600; } .feature-faq { margin-top: 24px; padding: 18px 14px 8px; border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.03); } .feature-faq h2 { margin: 0 0 8px; font-size: 1.25rem; } .ttg-ad-slot { --ttg-ad-border: rgba(129, 155, 211, 0.72); --ttg-ad-bg: rgba(12, 20, 36, 0.22); --ttg-ad-label-bg: rgba(12, 20, 36, 0.85); --ttg-ad-label-color: rgba(226, 235, 255, 0.96); width: 100%; max-width: 970px; min-height: 280px; margin: clamp(3.5rem, 6vw, 6rem) auto; padding: clamp(1.5rem, 4vw, 2.75rem); position: relative; display: flex; align-items: center; justify-content: center; border-radius: 20px; border: 2px dashed transparent; background: transparent; text-align: center; transition: background 0.3s ease, border-color 0.3s ease; } body[data-ad-qa="true"] .ttg-ad-slot, .ttg-ad-slot.ttg-ad-slot--empty { border-color: var(--ttg-ad-border); background: var(--ttg-ad-bg); } .ttg-ad-slot::before { content: ""; position: absolute; top: 12px; left: 16px; padding: 4px 10px; border-radius: 999px; background: var(--ttg-ad-label-bg); color: var(--ttg-ad-label-color); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.02em; pointer-events: none; opacity: 0; transform: translateY(-6px); transition: opacity 0.2s ease, transform 0.2s ease; white-space: nowrap; z-index: 2; } body[data-ad-qa="true"] .ttg-ad-slot::before, .ttg-ad-slot.ttg-ad-slot--empty::before { content: attr(data-ad-label); opacity: 1; transform: translateY(0); } .ttg-ad-slot::after { content: attr(data-ad-label); position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; text-align: center; padding: clamp(1rem, 4vw, 1.75rem); background: var(--ttg-ad-label-bg); color: var(--ttg-ad-label-color); border-radius: inherit; pointer-events: none; opacity: 0; visibility: hidden; z-index: 1; } .ttg-ad-slot.ttg-ad-slot--empty::after { opacity: 1; visibility: visible; } .ttg-ad-slot ins.adsbygoogle { display: block; width: 100%; position: relative; z-index: 3; } .inhouse-ad-wrap { max-width: min(100%, 940px); margin: clamp(2.5rem, 5vw, 3.5rem) auto; padding: clamp(1rem, 3vw, 1.8rem) clamp(1.25rem, 4vw, 2rem); } .inhouse-ad-wrap .ttg-ad-slot { margin: 0; padding: clamp(1.5rem, 3vw, 2.2rem); max-width: 900px; min-height: clamp(160px, 26vh, 240px); background: rgba(12, 20, 36, 0.18); border: 1px solid rgba(129, 155, 211, 0.35); box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25); } .inhouse-ad-wrap .ttg-ad-rotator, .inhouse-ad-wrap .ttg-ad-banner-link { display: block; width: 100%; } .inhouse-ad-wrap .ttg-ad-rotator__img, .inhouse-ad-wrap .inhouse-ad-img, .inhouse-ad-wrap img.ttg-ad-img { display: block; width: 100%; height: clamp(140px, 24vh, 220px); max-height: clamp(160px, 28vh, 240px); object-fit: contain; object-position: center; border-radius: 12px; background: #0c1424; } .inhouse-ad-wrap .ttg-ad-slot:has(.ttg-ad-banner-link) { align-items: center; justify-content: center; } @media (max-width: 640px) { .inhouse-ad-wrap { padding: clamp(0.75rem, 4vw, 1.25rem) clamp(1rem, 5vw, 1.5rem); margin: clamp(1.75rem, 6vw, 2.25rem) auto; } .inhouse-ad-wrap .ttg-ad-slot { min-height: clamp(140px, 24vh, 210px); padding: clamp(1.2rem, 4vw, 1.6rem); } .inhouse-ad-wrap .ttg-ad-rotator__img, .inhouse-ad-wrap .inhouse-ad-img, .inhouse-ad-wrap img.ttg-ad-img { height: clamp(120px, 22vh, 200px); max-height: clamp(140px, 25vh, 210px); } } @media (max-width: 720px) { .panel { padding: 28px 22px 36px; } .feature-main { padding-top: 32px; } #feature-tank-form .upload-actions, .upload-actions { flex-direction: column; align-items: stretch; } #feature-tank-form .btn-primary, #feature-tank-form .btn-ghost, .btn-primary, .btn-ghost { width: 100%; text-align: center; } } @media (max-width: 680px) { .grid-2, .grid-3 { grid-template-columns: 1fr; } } @media (max-width: 480px) { .channel-row { grid-template-columns: 1fr; } } :root{ --tg-text:#f4f9fc; --tg-dim:#b9d4e5; --tg-soft:rgba(255,255,255,0.15); --tg-line:rgba(255,255,255,0.25); --tg-accent:#9ce0ff; --tg-max:1120px; } body{ margin:0; font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif; background:linear-gradient(180deg,#0a6fb4 0%,#1e90c2 35%,#2ca0ce 100%); color:#f8fcff; min-height:100vh; } .blogs-panel img, .blog-open img { max-width:100%; height:auto; } body.blog-open-page{ background-color:#444444 !important; background-image:none !important; color:#f5f5f5; } main.blogs-panel{ background:rgba(255,255,255,0.12); backdrop-filter:blur(6px); border-radius:16px; max-width:var(--tg-max); margin:2rem auto; padding:2rem 1rem 3rem; box-shadow:0 0 32px rgba(0,0,0,0.25); } .blogs-wrap .hero h1{font-size:clamp(2rem,3.2vw,3rem);margin:0 0 .35rem;} .blogs-wrap .hero p{color:var(--tg-dim);margin:0 0 1.25rem;} .blogs-wrap .hero-media{ margin:1.35rem 0 0; position:relative; width:100%; max-width:980px; aspect-ratio:16/9; overflow:hidden; border-radius:14px; background:var(--tg-soft); border:1px solid var(--tg-line); box-shadow:0 10px 28px rgba(0,0,0,0.28); } .blogs-wrap .hero-media img{ width:100%; height:100%; object-fit:cover; display:block; filter:brightness(.97); } @media (max-width:640px){ .blogs-wrap .hero-media{ aspect-ratio:4/3; margin-top:1rem; } } .blog-list{border-top:1px solid var(--tg-line);} .blog-item{display:grid;grid-template-columns:260px 1fr;gap:1.25rem;padding:1.25rem 0;border-bottom:1px solid var(--tg-line);} @media (max-width:800px){.blog-item{grid-template-columns:1fr;}} .blog-thumb{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:14px;background:var(--tg-soft);border:1px solid var(--tg-line);filter:brightness(.95);} .blog-kicker{font-size:.9rem;color:var(--tg-dim);margin:.25rem 0 .5rem;} .blog-item h2{margin:0;font-size:clamp(1.1rem,2.2vw,1.5rem);color:#fff;} .blog-item a{color:inherit;text-decoration:none;} .blog-item a:hover,.blog-item a:focus{text-decoration:underline;} .blog-more,.blog-read{display:inline-flex;align-items:center;gap:.4rem;margin-top:.65rem;font-weight:600;color:var(--tg-accent);} .blog-more:hover,.blog-more:focus,.blog-read:hover,.blog-read:focus{text-decoration:underline;} .article{max-width:800px;margin:0 auto;padding:2rem 1rem 3rem;color:var(--tg-text);} .article h1{margin:0 0 .35rem;font-size:clamp(1.6rem,3vw,2.2rem);color:#fff;} .article .subhed{color:var(--tg-dim);margin:0 0 1.25rem;} .back{display:inline-block;margin:0 0 1rem;color:var(--tg-accent);text-decoration:none;} .back:hover,.back:focus{text-decoration:underline;} .figure{margin:1rem 0 1.25rem;} .figure{position:relative;} .figure img{ width:100%; aspect-ratio:16/9; object-fit:cover; background:var(--tg-soft); border:1px solid var(--tg-line); border-radius:14px; filter:brightness(.95); display:block; } .tip{background:var(--tg-soft);border-left:4px solid #cfe3ff;padding:.9rem 1rem;border-radius:10px;margin:1rem 0 1.25rem;} .muted{color:var(--tg-dim);font-size:.95rem;} .btn{display:inline-block;padding:.8rem 1.2rem;background:var(--tg-accent);color:#00354a;border-radius:999px;text-decoration:none;font-weight:700;} @media (prefers-color-scheme:dark){ :root{--tg-text:#eaf1f6;--tg-dim:#aebbc6;--tg-soft:#0e171d;--tg-line:#20303c;} .blog-item,.blog-list,.figure img{border-color:var(--tg-line);} } .blog-item > a:first-child:empty{display:none;} .blog-item > a:first-child:empty + div{grid-column:1/-1;} .blog-item > a:first-child:empty { display: none; } .blog-item:has(> a:first-child:empty) { grid-template-columns: 1fr; } .blog-item { align-items: start; } .blog-title-link{ text-decoration:underline; } .blog-title-link:hover, .blog-title-link:focus{ text-decoration-thickness:from-font; } .blog-article { background-color: #444444; border: 4px solid transparent; border-radius: 10px; background-image: linear-gradient(#444444, #444444), linear-gradient(145deg, #555555, #222222); background-origin: border-box; background-clip: content-box, border-box; padding: 2rem; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35); color: #f5f5f5; } .blog-article, .blog-open, main.blog-open { background-color: #444444 !important; color: #f5f5f5; } .blog-article a { color: #80bfff; } .blog-article a:hover { color: #aad4ff; } .blog-article h1, .blog-article h2, .blog-article h3 { color: #ffffff; } main .blog-article, .content .blog-article { background-color: #444444 !important; } .blog-open .card, .blog-open .paper, .blog-open .surface, .blog-open .prose, .blog-open .content, .blog-open .blog-article { background: transparent !important; border: 0 !important; box-shadow: none !important; } .blog-open { color: #f5f5f5; } .blog-open article { color: inherit; max-width: 72ch; margin-inline: auto; padding-inline: clamp(16px, 4vw, 28px); } .blog-open article img, .blog-open article video { max-width: 100%; height: auto; } .blog-open article iframe { max-width: 100%; width: 100%; } .blog-open a { color: #80bfff; } .blog-open a:hover { color: #aad4ff; } .blog-open h1, .blog-open h2, .blog-open h3 { color: #ffffff; } .blog-open .subhed { color: rgba(233, 238, 242, 0.8); } .blog-open .content { padding-inline: clamp(16px, 4vw, 28px); } .blog-open figure, .blog-open img { border-radius: 12px; overflow: hidden; } .blog-open figure img { border: none !important; filter: none !important; background: rgba(255, 255, 255, 0.04) !important; } .blog-hero { margin: clamp(12px, 3vw, 28px) auto 0; max-width: min(960px, 100%); border-radius: 14px; overflow: hidden; box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35); } .blog-hero img { width: 100%; height: auto; display: block; object-fit: cover; } .blog-hero figcaption { margin: 0; padding: 12px 16px; font-size: 0.95rem; color: rgba(229, 235, 240, 0.85); background: linear-gradient(180deg, rgba(8, 12, 18, 0.65), rgba(8, 12, 18, 0.85)); } .blog-body { position: relative; background: rgba(25, 25, 25, 0.35); border-radius: 14px; padding: clamp(22px, 4vw, 28px) clamp(18px, 4vw, 26px); margin: clamp(20px, 4vw, 32px) auto; max-width: min(900px, 100%); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); overflow: hidden; } .blog-body::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 120px; background: linear-gradient( to bottom, rgba(25, 25, 25, 0.3) 0%, rgba(25, 25, 25, 0.15) 40%, rgba(25, 25, 25, 0.0) 100% ); pointer-events: none; z-index: 0; } .blog-body > * { position: relative; z-index: 1; } .blog-body p, .blog-body li { line-height: 1.7; color: #d8d8d8; } .blog-body h2, .blog-body h3 { margin-top: clamp(2rem, 5vw, 3rem); color: #ffffff; } .blog-body figure { margin: 28px 0; border-radius: 12px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.1); } .blog-body figure img, .blog-body figure video { display: block; width: 100%; height: auto; } .blog-body a { color: var(--blog-accent, #80bfff); } .blog-body ul, .blog-body ol { margin: clamp(1.1rem, 2.8vw, 1.6rem) 0; padding-left: 1.25rem; } .blog-body ul li, .blog-body ol li { margin: 0.6rem 0; } .section-split { height: 8px; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent); margin: 24px auto 16px; max-width: min(900px, 100%); } @media (max-width: 640px) { .blog-body { padding: 20px 16px; border-radius: 12px; } } @media (min-width: 1024px) { .blog-post, .blog-container, .content-wrapper { max-width: 1100px; margin: 0 auto; padding: 2rem; } main.article.blog-open, .blog-open .content { max-width: 1100px; margin-inline: auto; padding-inline: 2rem; } .blog-open article { max-width: none; padding-inline: 0; } .blog-open article p, .blog-content p { max-width: 70ch; } .blog-open article :is(h1, h2, h3, blockquote), .blog-content :is(h1, h2, h3, blockquote) { max-width: 90ch; } .blog-open article figure, .blog-open article .post-image, .blog-open article img, .blog-content figure, .blog-content .post-image, .blog-content img, .blog-hero, .post-header .hero-media { display: block; max-width: 100%; width: 100%; height: auto; margin-left: auto; margin-right: auto; } .blog-hero, .post-header .hero-media { max-width: 1200px; } .blog-open article iframe, .blog-open article video, .blog-content iframe, .blog-content video { max-width: 100%; width: 100%; height: auto; aspect-ratio: 16 / 9; } .blog-open article h1, .blog-content h1 { line-height: 1.1; } .blog-open article h2, .blog-content h2 { line-height: 1.15; } .blog-open article h3, .blog-content h3 { line-height: 1.2; } .blog-open article p, .blog-content p { line-height: 1.6; } .blog-layout--with-sidebar .blog-main { max-width: 1100px; } } .blog-content img { height: auto !important; } @media (min-width: 1280px) { .blog-content, .blog-open article { font-size: 1.0625rem; } } .site-footer { background: #111; color: #fff; font-size: .9rem; padding: 20px; text-align: center; } .site-footer .community-links, .site-footer .social-strip { align-items: center; display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; margin: 0 0 16px; text-align: center; } .site-footer .community-links a, .site-footer .social-strip a { align-items: center; color: #fff; display: inline-flex; height: 48px; justify-content: center; text-decoration: none; transition: color .25s ease, transform .15s ease; width: 48px; } .site-footer .community-links a:hover, .site-footer .social-strip a:hover { color: #1e90ff; transform: translateY(-1px); } .site-footer .community-links a:focus-visible, .site-footer .social-strip a:focus-visible { border-radius: 8px; outline: 2px solid #1e90ff; outline-offset: 2px; } .site-footer .community-links svg, .site-footer .social-strip svg { display: block; width: 28px; height: 28px; fill: currentColor; } .site-footer .social-strip .x-icon { color: #fff; width: 28px; height: 28px; transition: color .3s ease, transform .15s ease; } .site-footer .social-strip .x-icon:hover, .site-footer .social-strip .x-icon:focus-visible { color: #1da1f2; } .site-footer .social-strip .x-icon svg { width: 100%; height: 100%; } @media (max-width: 480px) { .site-footer .community-links, .site-footer .social-strip { gap: 16px; } .site-footer .community-links svg, .site-footer .social-strip svg { width: 28px; height: 28px; } } @media (prefers-reduced-motion: reduce) { .site-footer .community-links a, .site-footer .social-strip a { transition: none; } .site-footer .community-links a:hover, .site-footer .social-strip a:hover { transform: none; } } .footer-links { margin: 4px 0 12px 0; font-size: .95rem; } .footer-links a { color: #fff; text-decoration: none; } .footer-links a:hover { color: #1e90ff; text-decoration: underline; } .footer-links .dot { opacity: .6; margin: 0 .5ch; } .footer-note { margin: 0; line-height: 1.6; } .site-footer .affiliate-note { margin: .4rem 0 0; font-size: .95rem; text-align: center; opacity: .9; color: inherit; } .site-footer .affiliate-note a { color: inherit; text-decoration: underline; } .site-footer .under-social { margin: 12px 0 8px; text-align: center; font-size: .95rem; } .site-footer .under-social a { color: #1e90ff; text-decoration: none; font-weight: 500; } .site-footer .under-social a:hover { text-decoration: underline; } .footer-attribution { margin: 14px 0 0; font-size: .78rem; color: rgba(255, 255, 255, .65); } .footer-attribution a { color: inherit; text-decoration: none; } .footer-attribution a:hover { color: #1e90ff; text-decoration: underline; } .blog-open .intro-divider { height: 1px; background: linear-gradient(90deg, #0000, #ffffff22, #0000); margin: 16px 0 24px; } .blog-open .tip { background: rgba(255, 255, 255, 0.1) !important; border-left-color: rgba(156, 224, 255, 0.85) !important; } .blog-open .ad-cards { display: grid; gap: clamp(12px, 3vw, 18px); margin-top: 0.5rem; } .blog-open .ad-card { background: rgba(10, 18, 26, 0.6) !important; border: 1px solid rgba(255, 255, 255, 0.12) !important; border-radius: 14px; padding: clamp(16px, 3vw, 20px) !important; box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35); transition: border-color 0.2s ease, transform 0.2s ease; } .blog-open .ad-card:hover, .blog-open .ad-card:focus-within { border-color: rgba(255, 255, 255, 0.28); transform: translateY(-2px); } .blog-open .ad-card img { width: clamp(56px, 12vw, 72px) !important; border-radius: 10px !important; } .blog-open .ad-card .txt { font-size: 0.95rem; line-height: 1.45; } .blog-open .ad-card a { color: var(--heading-on-dark, #ffffff) !important; text-decoration: none; } .blog-open .ad-card a:hover, .blog-open .ad-card a:focus { text-decoration: underline; } .blog-open hr { border: 0 !important; border-top: 1px solid rgba(255, 255, 255, 0.18) !important; margin: 1.75rem 0 !important; } .blog-open .muted { color: rgba(233, 238, 242, 0.75) !important; } .blog-open .back { color: var(--tg-accent, #9ce0ff) !important; } .blog-open .back:hover, .blog-open .back:focus { color: #b8e9ff !important; } @media (min-width: 680px) { .blog-open .ad-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } } .blog-open, .blog-article { background-color: #444444; color: #f5f5f5; } .blog-image { margin: 2rem 0; text-align: center; } .blog-image.right { float: right; width: 45%; margin-left: 2rem; } .blog-image.left { float: left; width: 45%; margin-right: 2rem; } .blog-image img { width: 100%; height: auto; border-radius: 10px; box-shadow: 0 2px 6px rgba(0,0,0,0.3); display: block; } .blog-image figcaption { font-size: 0.9rem; color: #cccccc; margin-top: 0.5rem; } .divider { border: 0; height: 1px; background: linear-gradient(90deg, #0000, #ffffff22, #0000); margin: 2rem 0; } .gear-links h3 { color: #ffffff; margin-bottom: 1rem; } .gear-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; } .gear-grid figure { text-align: center; } .gear-grid img { width: 100%; max-width: 220px; border-radius: 10px; box-shadow: 0 2px 6px rgba(0,0,0,0.3); margin-inline: auto; } .gear-grid figcaption { margin-top: 0.5rem; color: #e3edf9; } @media (max-width: 900px) { .blog-image.right, .blog-image.left { float: none; width: 100%; margin: 1rem 0; } .gear-grid { grid-template-columns: 1fr; } } .blog-article h1, .blog-article h2, .blog-article h3 { color: #ffffff; } .blog-article a { color: #80bfff; } .blog-article a:hover { color: #aad4ff; } .blogs-featured { margin-bottom: 2.5rem; } .blog-item-large { display: grid; grid-template-columns: minmax(280px, 560px) 1fr; gap: 1.5rem; align-items: start; } .blog-item-large .blog-title-link { text-decoration: underline; } .blogs-past-title { margin: 0 0 .75rem 0; font-size: 1.1rem; opacity: .9; } .blogs-past-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px; } .blog-item-small { display: grid; grid-template-columns: 84px 1fr; gap: 12px; align-items: center; padding: 10px 12px; border-radius: 12px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); } .blog-thumb-mini { width: 84px; height: 56px; border-radius: 8px; object-fit: cover; display: block; border: 1px solid rgba(255,255,255,0.12); background: #0f0f0f; } .blog-abstract-mini { margin: 2px 0 0 0; font-size: .95rem; opacity: .92; } @media (max-width: 900px){ .blog-item-large{ grid-template-columns: 1fr; } .blog-thumb-hero{ aspect-ratio: 16/9; } } .blogs-featured, .blogs-past { max-width: 1100px; margin-inline: auto; } .blogs-featured img, .blogs-past img, .blog-item img { max-width: 100%; height: auto; } .blog-thumb-hero { position: relative; width: 100%; aspect-ratio: 16/9; max-height: 420px; overflow: hidden; border-radius: 14px; border: 1px solid var(--tg-line, #2a2a2a); background: var(--tg-soft, #111); } body { background-color: #2d2d2d; background-image: none; color: #f4f9fc; --brand: #00c3b6; --accent: #00c3b6; --radius: 16px; } main.blogs-panel { background: rgba(52, 53, 65, 0.82); border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0 18px 46px rgba(0, 0, 0, 0.32); } .blog-card .card-thumb-link { display:block; } .blog-card .card-media { position: relative; display: block; width: 100%; overflow: hidden; border-radius: var(--radius-lg, 16px); aspect-ratio: 16 / 9; background: #1b1c21; } .blog-card .card-media::before { content: none; } .blog-card .card-media img.blog-card-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center center; transition: transform 0.25s ease; } .blog-card:hover .card-media img.blog-card-image { transform: scale(1.02); } .card-thumb { display: block; width: 100%; height: 100%; object-fit: cover; } .card-img { object-fit: cover; } .blog-card .card-media img.blog-card-image.pos-center { object-position: 50% 50% !important; } .blog-card .card-media img.blog-card-image.pos-top { object-position: 50% 10% !important; } .blog-card .card-media img.blog-card-image.pos-bottom { object-position: 50% 90% !important; } .blog-card .card-media img.blog-card-image.pos-left { object-position: 10% 50% !important; } .blog-card .card-media img.blog-card-image.pos-right { object-position: 90% 50% !important; } .blog-card .card-media img.blog-card-image.pos-betta-head { object-position: 38% 62% !important; } .topics-nav{ display:flex; flex-wrap:wrap; gap:.5rem .75rem; padding: 10px 0 6px; margin: 8px 0 18px; } .topics-nav a{ display:inline-flex; align-items:center; padding:.28rem .7rem; border-radius:999px; background: rgba(255,255,255,.10); color: var(--text, #f4f9fc); text-decoration:none; font-weight:600; font-size:.9rem; border:1px solid rgba(255,255,255,.16); } .topics-nav a:hover{ background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.28); } .topics-nav a.topic-core, .topics-nav a.topic-diy, .topics-nav a.topic-algae, .topics-nav a.topic-product, .topics-nav a.topic-seasonal, .topics-nav a.topic-chem, .topics-nav a.topic-gear{ color: color-mix(in srgb, var(--accent) 88%, white 18%); border-color: color-mix(in srgb, var(--accent) 46%, transparent); } .topics-nav a.topic-core:hover, .topics-nav a.topic-diy:hover, .topics-nav a.topic-algae:hover, .topics-nav a.topic-product:hover, .topics-nav a.topic-seasonal:hover, .topics-nav a.topic-chem:hover, .topics-nav a.topic-gear:hover{ background: color-mix(in srgb, var(--accent) 22%, transparent); border-color: color-mix(in srgb, var(--accent) 60%, transparent); box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent) 36%, transparent); } .topic-section{ background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.02)); border-radius: var(--radius, 18px); padding: clamp(14px,2.8vw,22px); margin: 18px 0 24px; box-shadow: 0 4px 18px rgba(0,0,0,.18); } .topic-head{ display:flex; align-items:baseline; justify-content:space-between; gap:12px; margin: 4px 0 14px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.10); } .topic-head h2{ margin:0; color: var(--text, #f4f9fc); letter-spacing:.3px; } .topic-sub{ margin:0; color: var(--muted, rgba(255,255,255,0.72)); font-size:.95rem; opacity:.9; } .blogs-grid{ display:grid; gap: clamp(16px, 3vw, 26px); grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); } .blog-card{ position: relative; background: #343541; border-radius: 12px; border: 1px solid rgba(255,255,255,0.1); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05), 0 14px 30px rgba(0,0,0,0.32); overflow: hidden; transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease; display:flex; flex-direction:column; height:100%; } .blog-card:hover{ transform: translateY(-4px); background: rgba(52,53,65,0.95); border-color: rgba(255,255,255,0.18); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08), 0 18px 36px rgba(0,0,0,0.38); } .blog-card .card-title{ position:relative; padding-top:10px; margin-top:8px; } .blog-card .card-title::before{ content:""; position:absolute; top:0; left:0; width:48px; height:2px; background: linear-gradient(to right, var(--brand, #00c3b6), rgba(255,255,255,0)); border-radius:2px; opacity:.9; transition: width .3s ease, opacity .3s ease; } .blog-card:hover .card-title::before{ width:72px; opacity:1; } .blog-card .card-content{ display:flex; flex-direction:column; gap:.65rem; padding: clamp(20px, 3vw, 24px); } .blog-card .card-kicker{ margin:0; font-size:.9rem; color: var(--muted, rgba(255,255,255,0.72)); letter-spacing:.2px; display:flex; flex-wrap:wrap; align-items:center; gap:.35rem; } .blog-card .card-kicker .meta-sep{ color: rgba(255,255,255,0.38); } .blog-card .card-title{ font-size:clamp(1.15rem, 2.6vw, 1.55rem); margin:0; } .blog-card .card-title a{ color:inherit; text-decoration:none; } .blog-card .card-title a:hover, .blog-card .card-title a:focus{ text-decoration:underline; } .blog-card .card-excerpt{ margin:0; color: var(--text-secondary, rgba(255,255,255,0.82)); font-size:clamp(.95rem, 2vw, 1.05rem); line-height:1.45; flex-grow:1; } .blog-card .card-read{ margin-top:auto; font-weight:600; color: var(--brand, #00c3b6); text-decoration:none; display:inline-flex; align-items:center; gap:.4rem; } .blog-card .card-read:hover, .blog-card .card-read:focus{ text-decoration:underline; } .blog-card .card-thumb-link{ display:block; } :root{ --accent:#8fe3ff; } .topic-core{ --accent:#3CAEA3; } .topic-diy{ --accent:#4DA3FF; } .topic-algae{ --accent:#C94C4C; } .topic-product{ --accent:#FF8C42; } .topic-seasonal{ --accent:#9B7CFF; --accent-gold:#EBCB8B; } .topic-chem{ --accent:#5D8AA8; } .topic-gear{ --accent:#1F7A8C; } .topic-section.topic-seasonal{ --text: #f7f3ff; --muted: color-mix(in srgb, #f7f3ff 70%, #d8c6ff); --brand: var(--accent-gold, #EBCB8B); background: linear-gradient(135deg, rgba(155,124,255,0.12), rgba(235,203,139,0.10)); border: 1px solid color-mix(in srgb, var(--accent) 34%, transparent); box-shadow: 0 8px 26px rgba(26, 15, 56, 0.35); } .topic-section.topic-seasonal .blog-card{ border-top-color: var(--accent-gold, #EBCB8B); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06), 0 14px 30px rgba(0,0,0,0.34); } .topic-section.topic-seasonal .blog-card .card-title::before{ background: linear-gradient(to right, var(--accent), var(--accent-gold, #EBCB8B)); } .topic-section.topic-seasonal .card-read{ color: var(--accent-gold, #EBCB8B); } .topic-section .blog-card{ border-top:4px solid var(--accent); } .topic-section .blog-card .card-title::before{ background: linear-gradient(to right, var(--accent), rgba(255,255,255,0)); } .topic-section .card-cta, .topic-section .blogs-grid a:hover{ color: var(--accent); } .article-accent{ --accent: var(--accent); border-top: 6px solid var(--accent); box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); } .article-accent .eyebrow, .article-accent .meta a, .article-accent a:hover{ color: var(--accent); } .article-accent h1{ position:relative; padding-top:14px; } .article-accent h1::before{ content:""; position:absolute; top:0; left:0; width:70px; height:3px; background: linear-gradient(to right, var(--accent), rgba(255,255,255,0)); border-radius:2px; opacity:.95; } .blogs-ad-slot{ margin: 22px 0 24px; } .blogs-ad-frame{ border-radius: 16px; padding: 12px 10px; background: radial-gradient(circle at top, rgba(255,255,255,0.06), rgba(0,0,0,0.38)); box-shadow: 0 10px 26px rgba(0,0,0,0.45), inset 0 0 0 1px rgba(255,255,255,0.06); min-height: 260px; } .blogs-ad-frame ins.adsbygoogle{ display:block !important; } .blog-thumb-hero > img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(.98); } @supports not (aspect-ratio: 1 / 1) { .blog-thumb-hero { height: 0; padding-top: 56.25%; max-height: 420px; } .blog-thumb-hero > img { position: absolute; inset: 0; } } .blog-hero { position: relative; width: 100%; aspect-ratio: 16 / 9; max-height: 60vh; overflow: hidden; border-radius: 14px; background: var(--tg-soft, rgba(0, 0, 0, 0.35)); } .blog-hero img { width: 100%; height: 100%; object-fit: cover; display: block; } @supports not (aspect-ratio: 1 / 1) { .blog-hero { height: 0; padding-top: 56.25%; max-height: 60vh; } .blog-hero img { position: absolute; inset: 0; } } .blog-item-large { display: grid; grid-template-columns: minmax(280px, 560px) 1fr; gap: 1.25rem; align-items: start; } .blog-thumb-mini { width: 96px; height: 60px; object-fit: cover; } .blog-item img { position: static !important; } @media (max-width: 900px) { .blog-item-large { grid-template-columns: 1fr; } .blog-thumb-hero { max-height: 260px; } } .blog-item img { max-height: 100%; } body.blog-article { --article-shell-max: 960px; --article-body-max: 900px; } body.blog-article .skip-link { position: absolute; left: -999px; top: 10px; padding: 10px 14px; background: #0c1424; color: #ffffff; font-weight: 600; border-radius: 8px; z-index: 1000; text-decoration: none; box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35); } body.blog-article .skip-link:focus { left: 16px; } body.blog-article .article-layout { display: flex; flex-direction: column; } body.blog-article .article-layout article { display: flex; flex-direction: column; gap: clamp(1.4rem, 3vw, 2rem); max-width: var(--article-shell-max); margin-left: auto; margin-right: auto; width: 100%; } body.blog-article .back-link { align-self: flex-start; color: var(--blog-accent, #00c3b6); text-decoration: none; font-weight: 600; display: inline-flex; align-items: center; gap: 0.35rem; } body.blog-article .back-link:hover, body.blog-article .back-link:focus { text-decoration: underline; } body.blog-article .article-header { text-align: center; display: flex; flex-direction: column; gap: 1rem; margin-bottom: clamp(1.5rem, 4vw, 2.2rem); max-width: var(--article-body-max); margin-left: auto; margin-right: auto; } body.blog-article .article-header h1 { margin: 0; font-size: clamp(2.1rem, 4.8vw, 3rem); line-height: 1.1; } body.blog-article .deck { margin: 0; font-size: clamp(1.05rem, 2.3vw, 1.3rem); line-height: 1.5; color: var(--blog-text, #d8d8d8); } body.blog-article .deck a { color: var(--blog-accent, #00c3b6); } body.blog-article .article-header .affiliate-disclosure { margin: 0; font-size: 0.95rem; color: #ffffff; } body.blog-article .article-layout h2, body.blog-article .article-layout h3 { margin-top: clamp(2.2rem, 5vw, 3rem); } body.blog-article .article-layout p { margin: clamp(0.9rem, 2.4vw, 1.2rem) 0; } body.blog-article .article-layout ul, body.blog-article .article-layout ol { margin: clamp(1.1rem, 2.8vw, 1.5rem) 0; padding-left: 1.2rem; } body.blog-article .article-layout li { margin: 0.55rem 0; } body.blog-article .article-layout a { color: var(--blog-accent, #00c3b6); } body.blog-article .tg-figure { margin: 28px 0; background: #333; border-radius: 14px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); max-width: var(--article-body-max); margin-left: auto; margin-right: auto; } body.blog-article .tg-figure--hero { margin-top: 0; width: 100%; max-width: var(--article-body-max); } body.blog-article .tg-figure--hero .tg-img { width: 100%; } body.blog-article .tg-figure--hero.tg-figure--nocrop .tg-img--nocrop { max-height: min(620px, 65vh); object-fit: contain !important; } body.blog-article .tg-figure--section-hero { margin-top: clamp(2.2rem, 4vw, 2.8rem); } body.blog-article .tg-figure figcaption { font-size: .95rem; color: var(--blog-muted-strong, #e2e6ee); padding: 12px 14px; background: #2a2a2a; } body.blog-article .tg-img { display: block; width: 100%; height: auto; } body.blog-article .tg-img--hero { aspect-ratio: 16/9; object-fit: cover; object-position: center; border-radius: 12px 12px 0 0; max-width: 100%; } body.blog-article .section-split { height: 1px; background: linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent); margin: 28px 0; } body.blog-article main.article-layout { max-width: var(--article-shell-max); margin: auto; padding: 40px 20px; } body.blog-article .blog-body { position: relative; background: rgba(25,25,25,0.35); border-radius: 14px; padding: 28px 22px; margin: 24px auto; max-width: var(--article-body-max); box-shadow: 0 6px 18px rgba(0,0,0,0.25); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); overflow: hidden; } body.blog-article .blog-body::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 120px; background: linear-gradient(to bottom, rgba(25,25,25,0.3) 0%, rgba(25,25,25,0.15) 40%, rgba(25,25,25,0.0) 100%); pointer-events: none; z-index: 0; } body.blog-article .blog-body p, body.blog-article .blog-body li { line-height: 1.7; color: #d8d8d8; position: relative; z-index: 1; } body.blog-article .blog-body h2, body.blog-article .blog-body h3 { margin-top: 36px; color: #ffffff; position: relative; z-index: 1; } body.blog-article .blog-body figure, body.blog-article .blog-body .tg-figure { position: relative; z-index: 1; } body.blog-article .blog-body ul, body.blog-article .blog-body ol, body.blog-article .blog-body table { position: relative; z-index: 1; } body.blog-article .blog-body .table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 1.5rem 0; padding-bottom: 6px; } body.blog-article .blog-body table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; } body.blog-article .blog-body .table-wrap table { margin: 0; min-width: 540px; } body.blog-article .blog-body th, body.blog-article .blog-body td { padding: 12px; text-align: left; border: 1px solid rgba(255,255,255,0.15); } body.blog-article .blog-body th { background: rgba(0, 195, 182, 0.2); font-weight: 600; } body.blog-article .blog-body td { background: rgba(255,255,255,0.05); } body.blog-article .tg-block { padding: 4px 0; } body.blog-article .pro-tip { margin: clamp(1.5rem, 3.5vw, 2rem) 0; padding: 1rem 1.25rem; border-radius: 14px; background: rgba(0, 195, 182, 0.12); border: 1px solid rgba(0, 195, 182, 0.3); } body.blog-article .pro-tip strong { color: var(--blog-accent, #00c3b6); } body.blog-article hr { border: 0; border-top: 1px solid rgba(255, 255, 255, .10); margin: 36px 0; } body.blog-article .muted { color: var(--blog-muted-strong, #e2e6ee); font-size: 0.95rem; } body.blog-article .ad-cards { display: grid; gap: 12px; margin-top: 0.5rem; } body.blog-article .ad-card { display: flex; align-items: flex-start; gap: 10px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 10px; padding: 12px; background: rgba(16, 24, 32, 0.82); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28); color: #e4ebf2; } body.blog-article .ad-card img { width: 56px; height: auto; border-radius: 8px; flex: 0 0 auto; object-fit: cover; } body.blog-article .ad-card .txt { font-size: 0.95rem; line-height: 1.45; } body.blog-article .ad-card a { color: var(--blog-accent, #00c3b6); text-decoration: none; } body.blog-article .ad-card a:hover, body.blog-article .ad-card a:focus { text-decoration: underline; } body.blog-article .related-articles { margin-top: 2rem; padding: 1.5rem; background: rgba(25,25,25,0.35); border-radius: 14px; border: 1px solid rgba(255,255,255,0.08); } body.blog-article .related-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } body.blog-article .related-card { background: rgba(255,255,255,0.05); border-radius: 12px; padding: 1rem; border: 1px solid rgba(255,255,255,0.1); } body.blog-article .related-card h3 { margin: 0 0 0.5rem; color: var(--blog-accent, #00c3b6); font-size: 1.1rem; } body.blog-article .related-card p { margin: 0; color: var(--blog-muted-strong, #e2e6ee); font-size: 0.9rem; } body.blog-article .callout { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 14px 16px; margin: 16px 0; } body.blog-article .callout strong { color: #ffffff; } body.blog-article .numlist { padding-left: 1.1em; } body.blog-article .pullquote { font-style: italic; border-left: 3px solid rgba(255,255,255,.25); padding-left: 12px; margin: 18px 0; } body.blog-article .book-credit { text-align: center; margin-top: 0.5rem; margin-bottom: 1.5rem; font-size: 0.95rem; color: var(--blog-muted-strong, #e2e6ee); } body.blog-article .book-credit a { color: inherit; text-underline-offset: 2px; } body.blog-article .book-credit a:hover { color: var(--blog-text, #e7ebef); } body.blog-article .product-card { display: flex; align-items: center; gap: 12px; background: rgba(255, 255, 255, 0.04); border-radius: 12px; padding: 12px 16px; margin: 1rem 0; color: var(--blog-text, #e7ebef); } body.blog-article .product-card-img { width: 68px; height: auto; border-radius: 6px; flex-shrink: 0; } body.blog-article .product-card-text a { color: var(--blog-accent, #00c3b6); text-decoration: none; } body.blog-article .product-card-text a:hover { text-decoration: underline; } body.blog-article .shop-cta { display: flex; align-items: center; gap: 16px; padding: 20px; border-radius: 16px; background: #111820; border: 1px solid rgba(255,255,255,0.08); color: #e7ebef; text-decoration: none; transition: transform 0.2s ease, background 0.2s ease; } body.blog-article .shop-cta:hover { transform: translateY(-1px); background: #0f161d; } body.blog-article .shop-cta__thumb { flex: 0 0 auto; width: 72px; height: 72px; border-radius: 12px; overflow: hidden; background: #0b1117; box-shadow: 0 0 0 1px rgba(255,255,255,0.06) inset; } body.blog-article .shop-cta__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; } body.blog-article .shop-cta__body { display: flex; flex-direction: column; gap: 6px; } body.blog-article .shop-cta__title { font-weight: 700; letter-spacing: 0.1px; } body.blog-article .shop-cta__desc { color: #b8c7d6; line-height: 1.45; } body.blog-article .shop-cta__link { color: var(--blog-accent, #00c3b6); font-weight: 600; white-space: nowrap; } body.blog-article .shop-cta.book-feature .shop-cta__thumb { width: 92px; height: 124px; } body.blog-article .shop-cta.book-feature .shop-cta__body { gap: 8px; } body.blog-article .shop-cta.book-feature .shop-cta__desc { color: #dce3ec; } body.blog-article .shop-cta.book-feature .shop-cta__title { font-size: 1.05rem; } body.blog-article .shop-cta.book-feature .shop-cta__link { color: #8fc6ff; } body.blog-article .tg-figure--nocrop { overflow: hidden; border-radius: 14px; } body.blog-article .tg-figure--nocrop .tg-img--nocrop { width: 100%; height: auto; object-fit: contain !important; aspect-ratio: auto !important; display: block; background: #1f1f1f; } body.blog-article .tg-figure--nocrop .card-media, body.blog-article .tg-figure--nocrop .tg-media { height: auto !important; } body.blog-article .gear-links .gear-grid { display: grid; grid-template-columns: 1fr; gap: 16px; } @media (min-width: 640px) { body.blog-article .gear-links .gear-grid { grid-template-columns: 1fr 1fr; } } body.blog-article .gear-links .product-card { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 14px; background: #222; color: #fff; text-decoration: none; box-shadow: 0 1px 0 rgba(255,255,255,.08) inset, 0 2px 10px rgba(0,0,0,.25); transition: transform 0.2s ease; } body.blog-article .gear-links .product-card:hover { transform: translateY(-1px); } body.blog-article .gear-links .product-card .thumb { flex: 0 0 96px; width: 96px; height: 64px; border-radius: 10px; overflow: hidden; background: #111; } body.blog-article .gear-links .product-card .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; } body.blog-article .gear-links .product-card .meta { flex: 1 1 auto; } body.blog-article .gear-links .product-card .title { font-weight: 700; line-height: 1.2; margin: 0 0 4px 0; } body.blog-article .gear-links .product-card .desc { margin: 0; opacity: .9; } body.blog-article .gear-links .product-card .cta { display: inline-block; margin-top: 6px; opacity: .9; text-decoration: underline; } body.blog-article .blog-breadcrumb { max-width: var(--article-body-max); margin: 20px auto 0; padding: 0 20px; } body.blog-article .blog-breadcrumb ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0.5rem; font-size: 0.9rem; color: var(--blog-muted-strong, #e2e6ee); } body.blog-article .blog-breadcrumb a { color: var(--blog-accent, #00c3b6); text-decoration: none; } body.blog-article #faq, body.blog-article #aeo-nitrogen-cycle { margin: clamp(1.6rem, 4vw, 2.4rem) auto; max-width: var(--article-body-max); padding: 0 4px; } body.blog-article .faq-item { margin: 1rem 0; } body.blog-article .faq-item h3 { margin: 0 0 0.35rem; } body.blog-article .footer-ad-band { max-width: 970px; margin: clamp(2.5rem, 6vw, 3.5rem) auto clamp(3rem, 8vw, 4.5rem); padding: 0 20px; } body.blog-article .ttg-ad-slot { --ttg-ad-border: rgba(129, 155, 211, 0.72); --ttg-ad-bg: rgba(12, 20, 36, 0.22); --ttg-ad-label-bg: rgba(12, 20, 36, 0.85); --ttg-ad-label-color: rgba(226, 235, 255, 0.96); width: 100%; max-width: 900px; max-height: 320px; min-height: 0; margin: clamp(1.8rem, 4vw, 2.2rem) auto; padding: clamp(0.75rem, 2vw, 1.15rem); position: relative; display: flex; align-items: center; justify-content: center; border-radius: 14px; border: 1px dashed rgba(129, 155, 211, 0.5); background: rgba(12, 20, 36, 0.12); text-align: center; box-sizing: border-box; gap: 12px; overflow: hidden; } body.blog-article .ttg-ad-slot .ttg-ad-banner-link { display: block; width: 100%; max-height: 100%; } body.blog-article .ttg-ad-slot .ttg-ad-img, body.blog-article .ttg-ad-slot img { width: 100%; height: 100%; max-height: 220px; object-fit: cover; border-radius: 10px; display: block; } @media (max-width: 640px) { body.blog-article main.article-layout { padding-inline: clamp(1.2rem, 6vw, 2rem); } body.blog-article .article-header { text-align: left; } body.blog-article .tg-figure figcaption { padding: 0; } body.blog-article .blog-body { padding: 20px 16px; border-radius: 12px; } body.blog-article .blog-body table { font-size: 0.9rem; } body.blog-article .blog-body th, body.blog-article .blog-body td { padding: 10px; } body.blog-article .ad-cards { grid-template-columns: 1fr; } } @media (min-width: 680px) { body.blog-article .ad-cards { grid-template-columns: 1fr 1fr; } }