.ocsh-kb{display:block}.ocsh-kb-header{align-items:center;gap:20px}.ocsh-kb-hero{margin-bottom:22px}.ocsh-kb-search-form{display:flex;flex-direction:column;gap:14px}.ocsh-kb-search-wrap{position:relative;display:flex;gap:12px;align-items:center}.ocsh-kb-search-input{flex:1;min-width:0;height:54px;padding:0 18px;border:1px solid #d8e0ef;border-radius:18px;background:#fff;font-size:15px}.ocsh-kb-filters{display:flex;flex-wrap:wrap;gap:10px}.ocsh-kb-filters select,.ocsh-kb-filters input{height:42px;padding:0 14px;border:1px solid #d8e0ef;border-radius:999px;background:#fff;min-width:140px}.ocsh-kb-autocomplete{position:absolute;left:0;right:116px;top:calc(100% + 8px);background:#fff;border:1px solid #e0e7f2;border-radius:16px;box-shadow:0 20px 50px rgba(15,23,42,.12);overflow:hidden;z-index:12}.ocsh-kb-suggestion{display:flex;justify-content:space-between;gap:12px;padding:12px 16px;text-decoration:none;color:#0f172a;border-top:1px solid #eef2f8}.ocsh-kb-suggestion:first-child{border-top:0}.ocsh-kb-suggestion span{color:#64748b;font-size:12px}.ocsh-kb-suggestion.is-empty{display:block;color:#64748b}.ocsh-kb-section-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}.ocsh-kb-section-card{text-decoration:none;color:inherit;display:block;min-height:180px}.ocsh-kb-section-icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#fff5ef;color:#f56a00;margin-bottom:14px}.ocsh-kb-section-title{font-size:18px;font-weight:700;margin-bottom:8px}.ocsh-kb-section-desc{font-size:13px;line-height:1.55;color:#64748b;margin-bottom:16px}.ocsh-kb-section-meta{font-size:12px;font-weight:600;color:#f56a00}.ocsh-kb-article{margin-bottom:22px}.ocsh-kb-article-head{display:flex;justify-content:space-between;gap:18px;margin-bottom:14px}.ocsh-kb-article-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:flex-start}.ocsh-kb-article-actions form{margin:0}.ocsh-kb-meta-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.ocsh-kb-article-info{display:flex;flex-wrap:wrap;gap:14px;color:#475569;font-size:13px;padding:12px 0 18px;border-bottom:1px solid #edf2f7}.ocsh-kb-article-body{max-width:900px;padding-top:18px;line-height:1.75;color:#1e293b}.ocsh-kb-content-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);gap:18px}.ocsh-kb-results{display:flex;flex-direction:column;gap:12px}.ocsh-kb-result{display:block;padding:16px;border:1px solid #e7ecf5;border-radius:18px;text-decoration:none;color:inherit;background:#fff}.ocsh-kb-result-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:8px}.ocsh-kb-result-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px;font-size:12px;color:#64748b}.ocsh-kb-sidebar-stack{display:flex;flex-direction:column;gap:18px}.ocsh-kb-mini-list{display:flex;flex-direction:column;gap:10px}.ocsh-kb-mini-list a{text-decoration:none;color:#0f172a;padding:10px 12px;border-radius:12px;background:#f8fafc;border:1px solid #eef2f7}.ocsh-kb-drawer{position:fixed;inset:0;z-index:1000;pointer-events:none}.ocsh-kb-drawer.is-open{pointer-events:auto}.ocsh-kb-drawer-backdrop{position:absolute;inset:0;background:rgba(2,6,23,.38);opacity:0;transition:opacity .2s}.ocsh-kb-drawer.is-open .ocsh-kb-drawer-backdrop{opacity:1}.ocsh-kb-drawer-panel{position:absolute;top:0;right:0;height:100%;width:min(760px,96vw);background:#fff;box-shadow:-24px 0 60px rgba(15,23,42,.18);transform:translateX(100%);transition:transform .22s ease;overflow:auto}.ocsh-kb-drawer.is-open .ocsh-kb-drawer-panel{transform:translateX(0)}.ocsh-kb-drawer-head{display:flex;justify-content:space-between;gap:12px;padding:20px 20px 0}.ocsh-kb-drawer-close{border:0;background:#f8fafc;width:40px;height:40px;border-radius:12px;font-size:26px;line-height:1;cursor:pointer}.ocsh-kb-form{padding:20px}.ocsh-kb-alert{padding:14px 16px;border-radius:16px;margin-bottom:16px;font-weight:600}.ocsh-kb-alert.is-success{background:#edfdf4;color:#166534;border:1px solid #bbf7d0}.ocsh-kb-alert.is-error{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}@media(max-width:1200px){.ocsh-kb-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ocsh-kb-content-grid{grid-template-columns:1fr}.ocsh-kb-sidebar-stack{display:grid;grid-template-columns:1fr 1fr}}@media(max-width:760px){.ocsh-kb-search-wrap{flex-direction:column;align-items:stretch}.ocsh-kb-autocomplete{right:0}.ocsh-kb-section-grid,.ocsh-kb-sidebar-stack{grid-template-columns:1fr}.ocsh-kb-article-head{flex-direction:column}.ocsh-kb-filters select,.ocsh-kb-filters input{min-width:calc(50% - 5px)}}


.ocsh-kb-filters{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:14px}
.ocsh-kb-filter-item{position:relative;display:flex;align-items:center;min-width:160px;max-width:220px;border:1px solid #dde4f0;border-radius:999px;background:#fff;box-shadow:0 1px 1px rgba(16,24,40,.03)}
.ocsh-kb-filter-item::after{content:'▾';position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:12px;color:#667085;pointer-events:none}
.ocsh-kb-filter-item select,.ocsh-kb-filter-item input{appearance:none;-webkit-appearance:none;border:none;background:transparent;outline:none;width:100%;padding:11px 34px 11px 14px;font-size:14px;border-radius:999px;min-width:0}
.ocsh-kb-filter-item.ocsh-kb-filter-tags{max-width:180px}
.ocsh-kb-filter-item.ocsh-kb-filter-tags::after{content:'#';font-weight:700}
.ocsh-kb-filter-apply,.ocsh-kb-filter-reset{border-radius:999px;padding:10px 16px}
.ocsh-kb-filter-reset{background:#fff;border:1px solid #dde4f0}
.ocsh-kb-active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
@media (max-width: 900px){.ocsh-kb-filter-item{min-width:calc(50% - 5px);max-width:none}.ocsh-kb-filter-item.ocsh-kb-filter-tags{max-width:none}}
@media (max-width: 560px){.ocsh-kb-filter-item{min-width:100%}.ocsh-kb-filter-apply,.ocsh-kb-filter-reset{width:100%;justify-content:center}}
