.btn-primary{background:var(--interactive);color:var(--white);font-family:var(--sans);border-radius:var(--r-md);justify-content:center;align-items:center;min-height:44px;padding:10px 18px;font-size:13.5px;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary:hover{background:var(--interactive-hv)}.btn-outline{border:1px solid var(--border-strong);color:var(--interactive);font-family:var(--sans);border-radius:var(--r-md);cursor:pointer;background:0 0;justify-content:center;align-items:center;min-height:44px;padding:10px 18px;font-size:13.5px;font-weight:600;text-decoration:none;display:inline-flex}.hero{background:var(--surface-alt);padding:44px 0}.hero-inner{flex-wrap:wrap;align-items:center;gap:40px;max-width:1100px;margin:0 auto;padding:0 24px;display:flex}.hero-inner>div:first-child{flex:320px;max-width:610px}@media (width<=900px){.hero-inner{flex-direction:column;align-items:stretch}.hero-inner>div:first-child{max-width:none}}.hero-logo{width:100%;max-width:340px;height:auto;margin-bottom:18px;display:block}.hero-body{font-family:var(--sans);color:var(--body);max-width:46ch;margin-bottom:22px;font-size:15.5px;line-height:1.7}.hero-ctas{flex-wrap:wrap;gap:12px;margin-bottom:14px;display:flex}@media (width<=600px){.hero-ctas{flex-direction:column}.hero-ctas a{text-align:center}}.hero-reassure{font-family:var(--sans);color:var(--muted);font-size:12.5px}.preview-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);width:440px;box-shadow:var(--shadow-pop);color:inherit;flex-shrink:0;padding:22px;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:block}.preview-card:hover{border-color:var(--interactive);box-shadow:var(--shadow-card)}@media (width<=900px){.preview-card{width:100%;max-width:440px}}.preview-label{font-family:var(--mono);letter-spacing:.09em;color:var(--interactive);margin-bottom:16px;font-size:10.5px;font-weight:600}.preview-algo{border:1.5px solid var(--border);border-radius:var(--r-md);font-family:var(--sans);align-items:flex-start;gap:12px;margin-bottom:12px;padding:15px;display:flex}.preview-icon{width:26px;height:26px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.preview-algo.a{border-color:var(--success);background:var(--success-bg)}.preview-algo.a .preview-icon{background:var(--success)}.preview-algo.b{border-color:var(--danger);background:var(--danger-bg)}.preview-algo.b .preview-icon{background:var(--danger)}.preview-tag{font-family:var(--mono);letter-spacing:.07em;color:var(--muted);margin-bottom:3px;font-size:10.5px;font-weight:600;display:block}.preview-name{font-family:var(--serif);color:var(--ink);font-size:16.5px;font-weight:700}.preview-think{background:var(--amber-bg);border:1.5px solid var(--amber);border-radius:var(--r-md);align-items:flex-start;gap:9px;margin-top:12px;padding:13px 14px;display:flex}.preview-think .glyph{font-size:16px}.preview-think .txt{font-family:var(--sans);color:var(--amber-text);font-size:12.5px;line-height:1.55}.library{max-width:1100px;margin:0 auto;padding:44px 24px 64px}.library-label{font-family:var(--mono);letter-spacing:.09em;color:var(--muted);margin-bottom:18px;font-size:11px}.topic-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (width<=900px){.topic-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.topic-grid{grid-template-columns:1fr}}.topic-tile{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);padding:18px;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:block;position:relative;overflow:hidden}.topic-tile:hover{border-color:var(--interactive);box-shadow:var(--shadow-card)}.topic-tile:before{content:"";height:3px;position:absolute;top:0;left:0;right:0}.topic-tile.accent-ink:before{background:var(--ink)}.topic-tile.accent-interactive:before{background:var(--interactive)}.topic-tile.accent-muted:before{background:var(--muted)}.topic-tile.accent-success:before{background:var(--success)}.topic-tile h2{font-family:var(--serif);color:var(--ink);margin-bottom:8px;font-size:15.5px;font-weight:600}.topic-tile p{font-family:var(--sans);color:var(--body-soft);margin-bottom:10px;font-size:12.5px;line-height:1.5}.topic-count{font-family:var(--mono);color:var(--muted);font-size:10.5px}@media (width<=600px){.topic-tile{border-radius:var(--r-md);border-left-width:3px}.topic-tile:before{display:none}.topic-tile.accent-ink{border-left-color:var(--ink)}.topic-tile.accent-interactive{border-left-color:var(--interactive)}.topic-tile.accent-muted{border-left-color:var(--muted)}.topic-tile.accent-success{border-left-color:var(--success)}}
