:root { --bg: #fafaf9; --surface: #ffffff; --fg: #0f172a; --fg-muted: #475569; --fg-dim: #94a3b8; --rule: #e2e8f0; --rule-soft: #f1f5f9; --accent: #3492eb; --content-width: 720px; --grid-width: 1080px; --radius: 10px; --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.04); --shadow-md: 0 4px 16px rgba(15, 23, 42, 0.06); } html, body { margin: 0; padding: 0; } body { font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.65; color: var(--fg); background: var(--bg); display: flex; flex-direction: column; min-height: 100vh; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } *, *::before, *::after { box-sizing: border-box; } ::selection { background: var(--accent); color: #fff; } img { max-width: 100%; height: auto; display: block; } .c-19f { width: 100%; max-width: var(--content-width); margin-left: auto; margin-right: auto; padding: 0 1.25rem; } .s-5a9 { width: 100%; max-width: var(--content-width); margin: 0 auto; padding: 1rem 1.25rem; display: flex; flex-direction: row; gap: 2rem; } .t-49d { border-bottom: 1px solid var(--rule); padding: 0.85rem 0; position: sticky; top: 0; z-index: 20; backdrop-filter: saturate(180%) blur(8px); -webkit-backdrop-filter: saturate(180%) blur(8px); background: rgba(250, 250, 249, 0.88); } .t-49d .c-19f { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; flex-wrap: wrap; max-width: var(--grid-width); } .t-49d .s-2a2.brand { display: inline-flex; align-items: center; gap: 0.6rem; color: var(--fg); text-decoration: none; font-weight: 700; font-size: 1.02rem; letter-spacing: -0.01em; line-height: 1; } .t-49d .brand-mark { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: var(--accent); flex-shrink: 0; } .t-49d .brand-name { white-space: nowrap; } .t-49d .brand:hover { color: var(--accent); } .w-74d { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: row; gap: 1.6rem; align-items: center; } .w-74d li { display: inline; } .w-74d a { color: var(--fg-muted); text-decoration: none; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.25rem 0; border-bottom: 2px solid transparent; transition: color 0.15s ease, border-color 0.15s ease; } .w-74d a:hover { color: var(--fg); border-bottom-color: var(--accent); } .c-931 { padding: 3.5rem 0 2.75rem; border-bottom: 1px solid var(--rule-soft); background: var(--surface); } .c-931 .hero-tagline { margin: 0; font-size: 1.55rem; line-height: 1.35; font-weight: 500; color: var(--fg); max-width: 38rem; letter-spacing: -0.012em; } .c-931 .hero-tagline::before { content: ""; display: block; width: 40px; height: 3px; background: var(--accent); margin-bottom: 1.1rem; border-radius: 2px; } .c-419 { flex: 1; padding: 2.5rem 0 4rem; } .c-419 > .c-19f > .s-22c:first-child { margin: 0 0 1.5rem; font-size: 0.82rem; color: var(--fg-dim); letter-spacing: 0.02em; } .c-419 > .c-19f > .s-22c:first-child a { color: var(--fg-muted); text-decoration: none; } .c-419 > .c-19f > .s-22c:first-child a:hover { color: var(--accent); } .w-338, .c-5bd, .x-78c { background: transparent; padding: 0; box-shadow: none; margin-bottom: 2rem; } .w-338 .w-3f7, .c-5bd .w-3f7, .x-78c .w-3f7, .c-5bd h1.w-3f7, .w-338 h1.w-3f7 { font-size: clamp(2rem, 4vw, 2.75rem); line-height: 1.15; letter-spacing: -0.018em; font-weight: 800; margin: 0 0 1.5rem; color: var(--fg); text-wrap: balance; } .w-338 .s-55d, .c-5bd .s-55d, .x-78c .s-55d { margin: 1.5rem 0 1.75rem; } .w-338 .s-55d img, .c-5bd .s-55d img, .x-78c .s-55d img { border-radius: var(--radius); box-shadow: var(--shadow-md); width: 100%; } .w-338 > .s-22c, .c-5bd > .s-22c, .x-78c > .s-22c { color: var(--fg-dim); font-size: 0.88rem; margin: 0 0 2rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--rule); letter-spacing: 0.01em; } .w-338 > .s-22c time, .c-5bd > .s-22c time, .x-78c > .s-22c time { font-variant-numeric: tabular-nums; } .m-a4e, .s-933 { font-size: 1.0625rem; line-height: 1.78; color: var(--fg); } .m-a4e p, .s-933 p { margin: 0 0 1.3em; text-wrap: pretty; } .m-a4e > p:first-of-type, .s-933 > p:first-of-type { font-size: 1.18rem; line-height: 1.6; color: var(--fg); } .m-a4e a, .s-933 a { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; transition: text-decoration-thickness 0.1s ease; } .m-a4e a:hover, .s-933 a:hover { text-decoration-thickness: 2px; } .m-a4e h2, .s-933 h2 { margin: 2.5em 0 0.65em; font-size: 1.55rem; line-height: 1.25; font-weight: 700; letter-spacing: -0.012em; color: var(--fg); text-wrap: balance; } .m-a4e h3, .s-933 h3 { margin: 2em 0 0.5em; font-size: 1.22rem; line-height: 1.3; font-weight: 700; letter-spacing: -0.008em; color: var(--fg); } .m-a4e ul, .m-a4e ol, .s-933 ul, .s-933 ol { padding-left: 1.4em; margin: 0 0 1.3em; } .m-a4e li, .s-933 li { margin: 0.4em 0; } .m-a4e blockquote, .s-933 blockquote { margin: 1.75em 0; padding: 0.3em 0 0.3em 1.25em; border-left: 3px solid var(--accent); font-style: italic; color: var(--fg-muted); } .m-a4e code, .s-933 code { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 0.92em; background: var(--rule-soft); border-radius: 4px; padding: 0.1em 0.4em; } .m-a4e pre, .s-933 pre { background: #0f172a; color: #e2e8f0; padding: 1rem 1.2rem; border-radius: var(--radius); overflow-x: auto; margin: 1.6em 0; font-size: 0.92rem; line-height: 1.55; } .m-a4e pre code, .s-933 pre code { background: transparent; padding: 0; color: inherit; } .m-a4e hr, .s-933 hr { border: 0; border-top: 1px solid var(--rule); margin: 2.5em 0; } .s-933 > h1.w-3f7 { font-size: clamp(1.8rem, 3vw, 2.25rem); font-weight: 800; letter-spacing: -0.018em; margin: 0 0 1.5rem; } .m-be7 { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 1.5rem; } .m-482 { background: var(--surface); border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease; display: flex; } .m-482:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: color-mix(in oklch, var(--accent) 35%, var(--rule)); } .m-482 .card-link { display: flex; flex-direction: column; color: inherit; text-decoration: none; width: 100%; } .m-482 .card-photo { margin: 0; background: var(--rule-soft); aspect-ratio: 16 / 9; overflow: hidden; } .m-482 .card-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; } .m-482:hover .card-photo img { transform: scale(1.03); } .m-482 .card-body { padding: 1.25rem 1.4rem 1.4rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; } .m-482 .w-3f7, .m-482 h2.w-3f7 { margin: 0; font-size: 1.22rem; line-height: 1.3; font-weight: 700; letter-spacing: -0.012em; color: var(--fg); text-wrap: balance; transition: color 0.15s ease; } .m-482:hover .w-3f7 { color: var(--accent); } .m-482 .card-dek { color: var(--fg-muted); margin: 0; font-size: 0.95rem; line-height: 1.55; text-wrap: pretty; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .m-482 .s-22c { color: var(--fg-dim); font-size: 0.82rem; letter-spacing: 0.02em; margin-top: auto; padding-top: 0.4rem; } .m-482 .s-22c time { font-variant-numeric: tabular-nums; } .m-be7:empty::after { content: "More articles are on the way."; display: block; text-align: center; color: var(--fg-dim); padding: 3rem 1rem; font-style: italic; grid-column: 1 / -1; } .s-e01 { flex: 0 0 240px; display: flex; flex-direction: column; gap: 1.5rem; } .x-6bc { background: var(--surface); border: 1px solid var(--rule); border-radius: var(--radius); padding: 1rem 1.25rem; } .s-792 { background: var(--surface); border-top: 1px solid var(--rule); color: var(--fg-muted); padding: 2.25rem 0; margin-top: 2rem; font-size: 0.92rem; } .s-792 a { color: var(--fg-muted); text-decoration: none; transition: color 0.15s ease; } .s-792 a:hover { color: var(--accent); } .s-792 .c-19f { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; } .s-792 p { margin: 0; } .s-792 .w-74d { gap: 1rem; font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; } @media (max-width: 700px) { .s-5a9 { flex-direction: column; } .s-e01 { flex: 1 1 auto; } .t-49d .c-19f { flex-direction: column; align-items: flex-start; gap: 0.75rem; } .w-74d { gap: 1.1rem; flex-wrap: wrap; } .c-931 { padding: 2.25rem 0 2rem; } .c-931 .hero-tagline { font-size: 1.22rem; } .c-419 { padding: 1.75rem 0 3rem; } .m-be7 { grid-template-columns: 1fr; } .m-482 .card-body { padding: 1.1rem 1.25rem 1.25rem; } .m-a4e, .s-933 { font-size: 1rem; } .m-a4e > p:first-of-type, .s-933 > p:first-of-type { font-size: 1.08rem; } .w-338 .s-55d img, .c-5bd .s-55d img, .x-78c .s-55d img { border-radius: 8px; } }