:root{--hc-bg: #0d1117;--hc-surface: #161b22;--hc-border: #30363d;--hc-text: #e6edf3;--hc-muted: #8b949e;--hc-accent: #58a6ff;--hc-dot: #f78166}.hc-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--hc-bg);color:var(--hc-text)}.hc-topbar{background:var(--hc-surface);border-bottom:1px solid var(--hc-border);padding:.75rem 0}.hc-topbar-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.hc-brand{display:inline-flex;align-items:center;gap:0}.hc-brand-help{color:var(--hc-text)!important;text-decoration:none!important;font-weight:600;font-size:1.125rem;letter-spacing:.02em;padding:.35rem .6rem;margin:-.35rem -.6rem;border-radius:6px;transition:color .2s ease,background .2s ease,box-shadow .2s ease;position:relative}.hc-brand-help:before{content:"";position:absolute;left:0;bottom:.2em;width:100%;height:2px;background:linear-gradient(90deg,var(--hc-accent),transparent);border-radius:1px;opacity:.6;transition:opacity .2s ease}.hc-brand-help:hover{color:var(--hc-accent)!important;background:#58a6ff14}.hc-brand-help:hover:before{opacity:1}.hc-brand-help:focus-visible{outline:2px solid var(--hc-accent);outline-offset:4px}.hc-brand-logo{display:inline-flex;align-items:center;transition:opacity .2s ease,transform .2s ease;line-height:0}.hc-brand-logo:hover{opacity:.95;transform:scale(1.03);filter:drop-shadow(0 0 8px rgba(255,74,24,.35))}.hc-brand-logo:focus-visible{outline:2px solid var(--hc-accent);outline-offset:4px;border-radius:4px}.hc-brand-sep{width:1px;height:1.25rem;margin:0 .75rem;background:var(--hc-border);opacity:.8}.hc-nav{display:flex;align-items:center;gap:1.25rem}.hc-nav-link{color:var(--hc-muted)!important;text-decoration:none!important;font-size:.9375rem;font-weight:500;padding:.3rem .5rem;margin:-.3rem -.5rem;border-radius:6px;transition:color .2s ease,background .2s ease;position:relative}.hc-nav-link:before{content:"";position:absolute;left:.5rem;right:.5rem;bottom:.15em;height:1px;background:linear-gradient(90deg,var(--hc-accent),transparent);border-radius:1px;opacity:0;transition:opacity .2s ease}.hc-nav-link:hover{color:var(--hc-accent)!important;background:#58a6ff14}.hc-nav-link:hover:before{opacity:.7}.hc-nav-link:focus-visible{outline:2px solid var(--hc-accent);outline-offset:4px}.hc-main{flex:1}.hc-footer{background:var(--hc-surface);border-top:1px solid var(--hc-border);margin-top:auto;padding:1.25rem 0}.hc-footer-inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem 1rem;color:var(--hc-muted);font-size:.875rem}.hc-footer-logo{display:inline-flex;align-items:center;transition:opacity .2s ease,transform .2s ease;line-height:0}.hc-footer-logo:hover{opacity:.9;transform:scale(1.06);filter:drop-shadow(0 0 6px rgba(255,74,24,.3))}.hc-footer-logo:focus-visible{outline:2px solid var(--hc-accent);outline-offset:3px;border-radius:4px}.hc-footer-text{color:var(--hc-muted)}.hc-dot{width:8px;height:8px;border-radius:50%;background:var(--hc-dot)}.hc-brandlink,.hc-toplink{color:var(--hc-text)!important;text-decoration:none!important;padding:.25rem .45rem;margin:-.25rem -.45rem;border-radius:6px;transition:color .2s ease,background .2s ease;position:relative}.hc-brandlink:before,.hc-toplink:before{content:"";position:absolute;left:.45rem;right:.45rem;bottom:.1em;height:1px;background:linear-gradient(90deg,var(--hc-accent),transparent);border-radius:1px;opacity:0;transition:opacity .2s ease}.hc-brandlink:hover,.hc-toplink:hover{color:var(--hc-accent)!important;background:#58a6ff14}.hc-brandlink:hover:before,.hc-toplink:hover:before{opacity:.7}.hc-brandlink:focus-visible,.hc-toplink:focus-visible{outline:2px solid var(--hc-accent);outline-offset:4px}.hc-footerlink{color:var(--hc-muted)!important;text-decoration:none!important;padding:.25rem .45rem;margin:-.25rem -.45rem;border-radius:6px;transition:color .2s ease,background .2s ease;position:relative}.hc-footerlink:before{content:"";position:absolute;left:.45rem;right:.45rem;bottom:.1em;height:1px;background:linear-gradient(90deg,var(--hc-accent),transparent);border-radius:1px;opacity:0;transition:opacity .2s ease}.hc-footerlink:hover{color:var(--hc-accent)!important;background:#58a6ff14}.hc-footerlink:hover:before{opacity:.7}.hc-footerlink:focus-visible{outline:2px solid var(--hc-accent);outline-offset:4px}.hc-muted{color:var(--hc-muted)!important}.hc-hero{padding:3rem 0;text-align:center}.hc-title{font-size:2rem;font-weight:700;color:var(--hc-text);margin-bottom:.5rem}.hc-subtitle{color:var(--hc-muted);margin-bottom:1.5rem}.hc-searchwrap{position:relative;max-width:560px;margin:0 auto}.hc-input{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid var(--hc-border);border-radius:8px;background:var(--hc-surface);color:var(--hc-text)}.hc-input::placeholder{color:var(--hc-muted)}.hc-input:focus{outline:none;border-color:var(--hc-accent)}.hc-kbd{position:absolute;right:12px;top:50%;transform:translateY(-50%)}.hc-key{display:inline-block;padding:.15rem .35rem;font-size:.75rem;background:var(--hc-border);border-radius:4px;color:var(--hc-muted)}.hc-card{background:var(--hc-surface);border:1px solid var(--hc-border);border-radius:8px}.hc-card-hover:hover{border-color:var(--hc-accent)}.hc-results .hc-result-item{padding:.5rem 0;border-bottom:1px solid var(--hc-border)}.hc-results .hc-result-item:last-child{border-bottom:none}.hc-result-title{color:var(--hc-accent)!important;text-decoration:none!important}.hc-result-title:hover{text-decoration:underline!important}.hc-result-meta{font-size:.875rem;color:var(--hc-muted);margin-top:.25rem}.hc-breadcrumbs .hc-crumb{color:var(--hc-muted);text-decoration:none}.hc-breadcrumbs .hc-crumb:hover{color:var(--hc-accent)}.hc-breadcrumbs .hc-crumb-sep{color:var(--hc-muted);pointer-events:none}.hc-breadcrumbs .hc-crumb-active{color:var(--hc-text)}.hc-sep{color:var(--hc-muted);margin:0 .35rem}.hc-h1{font-size:1.75rem;font-weight:700;color:var(--hc-text)}.hc-section-title{font-weight:600;color:var(--hc-text);margin-bottom:1rem;font-size:1.125rem}.hc-collection-header{padding-bottom:1rem;border-bottom:1px solid var(--hc-border)}.hc-collection-desc{font-size:1rem;line-height:1.5}.hc-collection-meta{display:flex;align-items:center;gap:.75rem;margin-top:1rem}.hc-collection-count{display:inline-flex;align-items:center;padding:.25rem .6rem;font-size:.8125rem;font-weight:600;background:#58a6ff26;color:var(--hc-accent);border-radius:6px}.hc-collection-section{margin-top:2rem}.hc-article-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--hc-surface);border:1px solid var(--hc-border);border-radius:8px;text-decoration:none!important;color:var(--hc-text);transition:border-color .2s ease,background .2s ease,transform .15s ease;height:100%}.hc-article-card:hover{border-color:var(--hc-accent);background:#58a6ff0f;transform:translateY(-1px)}.hc-article-card-num{flex-shrink:0;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:600;background:var(--hc-border);color:var(--hc-muted);border-radius:6px}.hc-article-card:hover .hc-article-card-num{background:#58a6ff33;color:var(--hc-accent)}.hc-article-card-title{flex:1;font-size:.9375rem;font-weight:500;line-height:1.4;color:var(--hc-text)}.hc-article-card:hover .hc-article-card-title{color:var(--hc-accent)}.hc-article-card-arrow{flex-shrink:0;font-size:1rem;color:var(--hc-muted);opacity:0;transition:opacity .2s ease,transform .2s ease}.hc-article-card:hover .hc-article-card-arrow{opacity:1;color:var(--hc-accent);transform:translate(2px)}.hc-list{list-style:none;padding-left:0;margin-bottom:0}.hc-list a{color:var(--hc-accent);text-decoration:none}.hc-list a:hover{text-decoration:underline}.hc-article-body{color:var(--hc-text);line-height:1.6}.hc-article-body h2,.hc-article-body h3{color:var(--hc-text);margin-top:1.5rem}.hc-article-body a{color:var(--hc-accent)}.hc-sidebar-nav .hc-sidebar-link{color:var(--hc-muted);text-decoration:none;font-size:.9rem;font-weight:500;padding:.25rem .5rem;margin:0 -.5rem;border-radius:6px;display:inline-block;transition:color .2s ease,background .2s ease;position:relative}.hc-sidebar-nav .hc-sidebar-link:before{content:"";position:absolute;left:.5rem;right:.5rem;bottom:.15em;height:1px;background:linear-gradient(90deg,var(--hc-accent),transparent);border-radius:1px;opacity:0;transition:opacity .2s ease}.hc-sidebar-nav .hc-sidebar-link:hover,.hc-sidebar-nav .hc-sidebar-link.active{color:var(--hc-accent);background:#58a6ff14}.hc-sidebar-nav .hc-sidebar-link:hover:before,.hc-sidebar-nav .hc-sidebar-link.active:before{opacity:.7}.hc-sidebar-nav .hc-sidebar-link:focus-visible{outline:2px solid var(--hc-accent);outline-offset:4px}.hc-sidebar-list{padding-left:1rem}.hc-shell .container{max-width:1200px}.hc-shell .spinner-border.text-primary{color:var(--hc-accent)!important}.hc-shell .btn-primary{background:var(--hc-accent);border-color:var(--hc-accent);color:#fff}.hc-shell .btn-primary:hover{background:#79b8ff;border-color:#79b8ff;color:#fff}.hc-shell .btn-outline-light{border-color:var(--hc-border);color:var(--hc-text)}.hc-shell .btn-outline-light:hover{background:var(--hc-surface);border-color:var(--hc-accent);color:var(--hc-accent)}.hc-feedback-article{max-width:680px;margin:0 auto;color:var(--hc-text);line-height:1.65}.hc-feedback-article .hc-feedback-lead,.hc-feedback-article .hc-feedback-def{color:var(--hc-muted);font-size:1rem;margin-bottom:1.5rem}.hc-feedback-article .hc-feedback-lead{font-size:1.0625rem}.hc-feedback-article .hc-feedback-section{margin-bottom:2rem}.hc-feedback-article .hc-feedback-section-title{font-size:1.125rem;font-weight:600;color:var(--hc-text);margin-bottom:.75rem;padding-bottom:.35rem;border-bottom:1px solid var(--hc-border);position:relative}.hc-feedback-article .hc-feedback-section-title:after{content:"";position:absolute;left:0;bottom:-1px;width:2.5rem;height:2px;background:linear-gradient(90deg,var(--hc-accent),transparent);border-radius:1px}.hc-feedback-article .hc-feedback-list{list-style:none;padding-left:0;margin:0 0 1rem}.hc-feedback-article .hc-feedback-list li{position:relative;padding-left:1.25rem;margin-bottom:.5rem;color:var(--hc-text)}.hc-feedback-article .hc-feedback-list li:before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:var(--hc-accent);opacity:.8}.hc-feedback-article .hc-feedback-note{font-size:.9375rem;color:var(--hc-muted);padding:.75rem 1rem;margin-top:.5rem;background:#58a6ff0f;border-left:3px solid var(--hc-accent);border-radius:0 6px 6px 0}.hc-feedback-article .hc-feedback-closing{margin-top:2rem;padding:1.25rem 1.5rem;background:var(--hc-surface);border:1px solid var(--hc-border);border-radius:8px;color:var(--hc-text);font-size:1rem}.hc-feedback-article .hc-feedback-cta-wrap{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--hc-border);text-align:center}
