@charset "UTF-8";:root{color-scheme:light;--color-bg: #f3f1e8;--color-surface: #faf9f4;--color-surface-strong: #ffffff;--color-text: #292927;--color-muted: #66645e;--color-border: rgba(41, 41, 39, .12);--color-orange: #ed765f;--color-blue: #6e8df7;--shadow-soft: 0 18px 60px rgba(41, 41, 39, .08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}:root[data-theme=dark]{color-scheme:dark;--color-bg: #1e1f1c;--color-surface: #282925;--color-surface-strong: #30312c;--color-text: #eceade;--color-muted: #aaa89e;--color-border: rgba(255, 255, 255, .1);--shadow-soft: 0 18px 60px rgba(0, 0, 0, .18)}*{box-sizing:border-box}html{min-width:320px;background:var(--color-bg);transition:background-color .18s ease}body{min-width:320px;margin:0;background:var(--color-bg);color:var(--color-text)}button,a{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}.site-shell{display:flex;min-height:100vh;flex-direction:column}.site-header,.site-main,.site-footer{width:min(1200px,100% - 48px);margin:0 auto}.site-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:28px 0}.brand{display:inline-flex;align-items:center;gap:10px;width:fit-content;font-weight:750;letter-spacing:-.03em}.brand-mark{display:grid;width:32px;height:32px;place-items:center;border-radius:12px;background:var(--color-orange);color:#fff;transform:rotate(-8deg)}.site-nav{display:flex;gap:24px;color:var(--color-muted);font-size:.92rem}.site-nav a.router-link-active{color:var(--color-text);font-weight:700}.theme-button{justify-self:end;width:38px;height:38px;border:1px solid var(--color-border);border-radius:50%;background:transparent;color:var(--color-text)}.site-main{flex:1;padding:44px 0 90px}.site-footer{display:flex;justify-content:space-between;gap:24px;padding:24px 0 32px;border-top:1px solid var(--color-border);color:var(--color-muted);font-size:.85rem}.footer-links{display:flex;flex-wrap:wrap;gap:16px}.footer-links a:hover{color:var(--color-orange)}.icp-link{display:inline-flex;align-items:center;color:var(--color-orange);font-weight:650;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.icp-link:after{margin-left:.3em;content:"↗";font-size:.8em;line-height:1}.footer-links .icp-link:hover{color:var(--color-text);text-decoration-thickness:2px}.icp-link:focus-visible{border-radius:2px;outline:2px solid var(--color-orange);outline-offset:4px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid transparent;border-radius:999px;background:var(--color-text);color:var(--color-bg);font-weight:700}.button--small{min-height:36px;font-size:.88rem}.button--secondary{border-color:var(--color-border);background:transparent;color:var(--color-text)}.eyebrow{color:var(--color-orange);font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.state-card{padding:48px 24px;border:1px solid var(--color-border);border-radius:24px;background:var(--color-surface);text-align:center}.state-card p{margin:8px 0 20px;color:var(--color-muted)}.loading-dot{display:inline-block;width:10px;height:10px;margin-right:8px;border-radius:50%;background:var(--color-orange);animation:pulse .9s ease-in-out infinite alternate}.article-card{position:relative;display:block;min-height:250px;padding:26px;border:1px solid var(--color-border);border-radius:24px;background:var(--color-surface);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.article-card:hover{border-color:#ed765f73;box-shadow:var(--shadow-soft);transform:translateY(-4px)}.article-card__topline{display:flex;justify-content:space-between;gap:16px;color:var(--color-muted);font-size:.8rem}.article-card h3{max-width:90%;margin:28px 0 12px;font-size:clamp(1.2rem,2vw,1.5rem);letter-spacing:-.04em}.article-card p{margin:0;color:var(--color-muted);line-height:1.7}.article-card__arrow{position:absolute;right:24px;bottom:22px;color:var(--color-orange);font-size:1.4rem}.tag-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:22px}.tag{padding:4px 9px;border:1px solid var(--color-border);border-radius:999px;color:var(--color-muted);font-size:.75rem}@keyframes pulse{0%{opacity:.35;transform:scale(.8)}to{opacity:1;transform:scale(1.1)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}@media (max-width: 680px){.site-header,.site-main,.site-footer{width:min(100% - 32px,1200px)}.site-header{grid-template-columns:1fr auto}.site-nav{grid-column:1/-1;grid-row:2;justify-content:space-between;width:100%;gap:12px}.site-main{padding-top:24px}.site-footer{flex-direction:column}}
