:root{color-scheme:light dark;--bg: #0b1220;--bg-elevated: #121a2b;--surface: rgba(255, 255, 255, .06);--surface-hover: rgba(255, 255, 255, .1);--border: rgba(255, 255, 255, .08);--text: #e8edf7;--text-muted: #94a3b8;--accent: #38bdf8;--accent-soft: rgba(56, 189, 248, .15);--radius: 0;--radius-sm: 0;--font: system-ui, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;--shadow: none}@media(prefers-color-scheme:light){:root{--bg: #f4f6fb;--bg-elevated: #ffffff;--surface: rgba(15, 23, 42, .04);--surface-hover: rgba(15, 23, 42, .07);--border: rgba(15, 23, 42, .08);--text: #0f172a;--text-muted: #64748b;--accent: #0284c7;--accent-soft: rgba(2, 132, 199, .12);--shadow: none}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;min-height:100dvh;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5}#root{min-height:100dvh}a{color:inherit;text-decoration:none}.app-root{min-height:100dvh;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);background:var(--bg)}.app-frame{max-width:920px;margin:0;min-height:100dvh}.page{display:flex;flex-direction:column;min-height:100dvh}.page-body{flex:1;padding:0;margin:0}.page-header{position:sticky;top:0;z-index:10;padding:12px 0;margin:0;background:color-mix(in srgb,var(--bg) 92%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);border-radius:0}.page-header__inner{max-width:none;margin:0;padding:0 12px;display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:8px 12px}.page-header__back{display:inline-flex;align-items:center;gap:2px;padding:8px 8px 8px 0;margin:0;border-radius:0;font-size:.9375rem;color:var(--accent);min-height:44px}.page-header__back:focus-visible{outline:2px solid var(--accent);outline-offset:0}.page-header__back-icon{font-size:1.35rem;line-height:1;margin-top:-2px}.page-header__spacer{width:44px;min-height:44px}.page-header__spacer--balance{visibility:hidden}.page-header__titles{text-align:center;min-width:0}.page-header__title{margin:0;font-size:clamp(1.125rem,2.8vw,1.35rem);font-weight:650;letter-spacing:.02em;line-height:1.25}.page-header__subtitle{margin:6px 0 0;font-size:.8125rem;color:var(--text-muted)}@media(max-width:639px){.page-header{display:none}}.category-grid{display:grid;gap:0;margin:0;padding:0;border-top:1px solid var(--border)}@media(min-width:640px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.category-grid{grid-template-columns:repeat(2,1fr)}}.category-card{display:flex;align-items:center;gap:14px;padding:16px 12px;margin:0;border-radius:0;background:var(--bg-elevated);border:none;border-bottom:1px solid var(--border);box-shadow:none;transition:background .12s ease;min-height:56px}@media(min-width:640px){.category-card{border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.category-card:nth-child(2n){border-right:none}}.category-card:hover{background:var(--surface-hover)}.category-card:active{background:var(--surface)}.category-card:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.category-card__icon{font-size:1.75rem;line-height:1;flex-shrink:0}.category-card__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.category-card__name{font-weight:650;font-size:1rem}.category-card__desc{font-size:.8125rem;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-card__chevron{color:var(--text-muted);font-size:1.1rem;flex-shrink:0}.link-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0;border-top:1px solid var(--border)}.link-row{display:flex;align-items:center;gap:12px;padding:14px 12px;margin:0;border-radius:0;background:var(--bg-elevated);border:none;border-bottom:1px solid var(--border);box-shadow:none;transition:background .12s ease;min-height:52px}.link-row:hover{background:var(--surface-hover)}.link-row:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.link-row__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.link-row__title{font-weight:600;font-size:.9375rem}.link-row__meta{font-size:.8125rem;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.link-row__chevron{color:var(--text-muted);flex-shrink:0}.link-row--question .link-row__title{font-weight:550}.empty-hint{margin:0;padding:24px 12px;text-align:center;color:var(--text-muted);font-size:.9375rem}.article{margin:0;padding:16px 12px 24px;border-radius:0;background:var(--bg-elevated);border:none;border-top:1px solid var(--border);box-shadow:none}.article__lead{margin:0 0 16px;padding:12px 0;border-radius:0;background:transparent;border-bottom:1px solid var(--border);color:var(--text);font-size:.9375rem}.article__body{font-size:.9375rem;color:var(--text)}.article__body p{margin:0 0 14px}.article__body p:last-child{margin-bottom:0}.article__body--rich{overflow-wrap:break-word;word-break:break-word}.article__body--rich :where(h1,h2,h3){margin:1.1em 0 .5em;font-weight:650;line-height:1.3;color:var(--text)}.article__body--rich h1{font-size:1.25rem}.article__body--rich h2{font-size:1.125rem}.article__body--rich h3{font-size:1.0625rem}.article__body--rich :where(p){margin:0 0 14px}.article__body--rich :where(p:last-child){margin-bottom:0}.article__body--rich :where(ul,ol){margin:0 0 14px;padding-left:1.35em}.article__body--rich :where(li){margin:.25em 0}.article__body--rich :where(blockquote){margin:0 0 14px;padding:8px 0 8px 12px;border-left:3px solid var(--accent-soft);color:var(--text-muted)}.article__body--rich :where(a){color:var(--accent);text-decoration:underline;text-underline-offset:2px}.article__body--rich :where(img){display:block;max-width:100%;height:auto;margin:12px 0;border-radius:0}.article__body--rich :where(strong,b){font-weight:650}
