.wiki-page{background:#f5f6f8;min-height:60vh;padding:24px 0 64px}.wiki-page__container{width:min(1120px,calc(100% - 32px));margin:0 auto}.wiki-page__crumbs{margin:0 0 16px;font-size:13px;color:#6b7280;display:flex;flex-wrap:wrap;gap:6px;list-style:none;padding:0}.wiki-page__crumbs a{color:#14213d;text-decoration:none}.wiki-page__crumbs a:hover{color:var(--ap-accent,#005ede)}.wiki-page__card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px}.wiki-page__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.wiki-page__badge{display:inline-block;margin-bottom:8px;padding:4px 10px;border-radius:8px;background:#f3f4f6;font-size:12px;color:#374151}.wiki-page__title{margin:0;font-size:32px;line-height:1.2;color:#14213d}.wiki-page__search{display:flex;gap:8px;margin-bottom:24px}.wiki-page__search input{flex:1 1;min-width:0;height:44px;border:1px solid #e5e7eb;border-radius:12px;padding:0 14px;font-size:15px}.wiki-page__back,.wiki-page__search button{height:44px;border:0;border-radius:12px;padding:0 16px;background:#f3f4f6;color:#14213d;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;cursor:pointer}.wiki-page__layout{display:grid;grid-template-columns:220px minmax(0,1fr);grid-gap:28px;gap:28px;align-items:start}@media (max-width:860px){.wiki-page__layout{grid-template-columns:1fr}}.wiki-page__toc{position:-webkit-sticky;position:sticky;top:88px;background:#f9fafb;border-radius:12px;padding:14px}.wiki-page__toc-title{font-size:13px;font-weight:700;margin-bottom:8px;color:#374151}.wiki-page__toc ul{margin:0;padding:0 0 0 14px;font-size:13px;line-height:1.5}.wiki-page__toc a{color:#14213d;text-decoration:none}.wiki-page__content{font-size:16px;line-height:1.65;color:#1f2937}.wiki-page__content img{max-width:100%;height:auto;border-radius:12px}.wiki-page__content h2,.wiki-page__content h3{color:#14213d}.wiki-page__section{margin-top:28px}.wiki-page__section h2{margin:0 0 12px;font-size:20px;color:#14213d}.wiki-page__children{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:10px;gap:10px}.wiki-page__children a{display:block;padding:12px 14px;border:1px solid #e5e7eb;border-radius:12px;text-decoration:none;color:#14213d;background:#fff}.wiki-page__children a:hover{border-color:#c7d2fe;background:#f8fafc}.wiki-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:16px;gap:16px}.wiki-page__product{display:block;text-decoration:none;color:inherit;background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.wiki-page__product img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#f3f4f6}.wiki-page__product-body{padding:12px}.wiki-page__product-title{font-weight:700;font-size:14px;margin:0 0 4px;color:#14213d}.wiki-page__product-meta{font-size:12px;color:#6b7280}.wiki-page__notice{margin-bottom:16px;padding:12px 14px;border-radius:12px;background:#fff7ed;color:#9a3412;font-size:14px}.wiki-page__results{list-style:none;margin:0;padding:0}.wiki-page__results li+li{margin-top:8px}.wiki-page__layout--solo{grid-template-columns:1fr}.wiki-page .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}