.cbrh-header{position:sticky;top:0;z-index:1000;width:100%;background:#fff;border-bottom:1px solid rgba(0,0,0,.12);box-shadow:0 1px 0 rgba(0,0,0,.04);font-family:Inter,Arial,sans-serif;color:#2222a5}
.cbrh-header *{box-sizing:border-box}
.cbrh-inner{max-width:1320px;height:52px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:20px}
.cbrh-logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none}
.cbrh-logo img{display:block;width:auto;height:32px}
.cbrh-nav{display:flex;align-items:center;gap:2px;margin-left:auto}
.cbrh-link{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border:0;border-radius:7px;background:transparent;color:#5f607d;font:600 13px/1 Inter,Arial,sans-serif;cursor:pointer;white-space:nowrap;transition:color .18s,background .18s}
.cbrh-link:hover,.cbrh-dropdown.is-active>.cbrh-link{color:#f26522;background:rgba(242,101,34,.08)}
.cbrh-caret{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;transition:transform .18s;opacity:.78}
.cbrh-dropdown-toggle[aria-expanded=true] .cbrh-caret{transform:rotate(180deg)}
.cbrh-dropdown{position:relative;display:inline-flex;align-items:center}
.cbrh-dropdown-menu{position:absolute;top:calc(100% + 9px);left:0;z-index:1020;width:286px;padding:7px;background:#fff;border:1px solid rgba(34,34,165,.13);border-radius:8px;box-shadow:0 18px 46px rgba(26,26,70,.17)}
.cbrh-dropdown-menu a{display:grid;gap:3px;padding:10px 11px;border-radius:7px;color:#3f3f60;text-decoration:none;transition:background .16s,color .16s}
.cbrh-dropdown-menu a:hover,.cbrh-dropdown-menu a:focus-visible{background:rgba(242,101,34,.07);color:#2222a5}
.cbrh-dropdown-menu strong{font-size:13px;line-height:1.2;font-weight:800}
.cbrh-dropdown-menu span{font-size:11px;line-height:1.35;color:#5f607d}
.cbrh-language-menu{left:auto;right:0;width:150px}
.cbrh-saved,.cbrh-account{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:34px;padding:0 12px;border:1.5px solid rgba(0,0,0,.12);border-radius:7px;background:#fff;color:#5f607d;font:600 13px/1 Inter,Arial,sans-serif;text-decoration:none;cursor:pointer;white-space:nowrap;transition:all .18s}
.cbrh-saved:hover{border-color:#f5b800;color:#c89400;background:rgba(245,184,0,.07)}
.cbrh-star{font-size:15px;line-height:1;color:#f5b800}
.cbrh-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:20px;background:#f5b800;color:#fff;font:800 10px/1 'Space Mono',monospace}
.cbrh-account{margin-left:4px;border-color:rgba(242,101,34,.32);color:#f26522}
.cbrh-account:hover{background:rgba(242,101,34,.08);border-color:#f26522}
.cbrh-explore-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:34px;padding:0 16px;border:0;border-radius:7px;background:#f26522;color:#fff;font:700 13px/1 Inter,Arial,sans-serif;cursor:pointer;box-shadow:0 2px 8px rgba(242,101,34,.25);transition:background .18s,box-shadow .18s}
.cbrh-explore-toggle:hover,.cbrh-explore-toggle[aria-expanded=true]{background:#d94700;box-shadow:0 4px 16px rgba(242,101,34,.35)}
.cbrh-menu-icon{width:15px;height:12px;display:inline-flex;flex-direction:column;justify-content:space-between;flex-shrink:0}
.cbrh-menu-icon span{display:block;height:2px;border-radius:99px;background:currentColor}
.cbrh-filament-controls-slot{width:38px;height:38px;flex:0 0 38px;margin-left:4px}
.cbrh-explore{display:none;position:fixed;inset:52px 0 auto;z-index:1010;padding:16px 24px 0;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.72));border-bottom:1px solid rgba(0,0,0,.05)}
.cbrh-explore.is-open{display:block}
.cbrh-explore-panel{max-width:1120px;margin:0 auto;padding:18px;background:#fff;border:1px solid rgba(34,34,165,.12);border-radius:8px;box-shadow:0 22px 60px rgba(26,26,70,.18);outline:none}
.cbrh-explore-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:14px;border-bottom:1px solid rgba(0,0,0,.12)}
.cbrh-kicker{font:700 10px/1.2 'Space Mono',monospace;letter-spacing:.9px;text-transform:uppercase;color:#f26522}
.cbrh-explore-head h2{margin:4px 0 0;font-size:20px;line-height:1.2;color:#2222a5;font-weight:800}
.cbrh-explore-close{width:34px;height:34px;border:1.5px solid rgba(0,0,0,.12);border-radius:7px;background:#fff;color:#5f607d;font-size:24px;line-height:1;cursor:pointer}
.cbrh-explore-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding-top:16px}
.cbrh-explore-column{display:flex;flex-direction:column;min-width:0;padding:2px 4px 0}
.cbrh-explore-column h3{margin:0 0 7px;font-size:15px;font-weight:800;color:#2222a5}
.cbrh-explore-column p{min-height:36px;margin:0 0 13px;font-size:12px;line-height:1.5;color:#5f607d}
.cbrh-explore-links{display:grid;gap:7px;margin-bottom:14px}
.cbrh-explore-links a,.cbrh-explore-more{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border-radius:7px;text-decoration:none;transition:all .16s}
.cbrh-explore-links a{background:#fbfbfd;border:1px solid rgba(34,34,165,.08);color:#3f3f60;font-size:13px;font-weight:700}
.cbrh-explore-links a:after{content:'>';color:#f26522}
.cbrh-explore-links a:hover{background:rgba(242,101,34,.07);border-color:rgba(242,101,34,.22);color:#2222a5}
.cbrh-explore-more{margin-top:auto;border:1.5px solid rgba(242,101,34,.28);color:#f26522;font-size:12px;font-weight:800}
.cbrh-explore-more:after{content:'->'}
.cbrh-explore-more:hover{background:#f26522;border-color:#f26522;color:#fff}
body:has(.cbrh-filament) .fi-topbar-ctn{position:fixed!important;top:0!important;right:max(24px,calc((100vw - 1320px)/2 + 24px))!important;z-index:1020!important;width:40px!important;height:52px!important;background:transparent!important;pointer-events:none}
body:has(.cbrh-filament) .fi-topbar{width:40px!important;min-height:52px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
body:has(.cbrh-filament) .fi-topbar-start{display:none!important}
body:has(.cbrh-filament) .fi-topbar-end{gap:0!important;pointer-events:auto}
body:has(.cbrh-filament) .fi-user-menu-trigger{display:flex;border-radius:999px}
body:has(.cbrh-filament) .fi-user-avatar{outline:2px solid #f26522;outline-offset:2px;transition:box-shadow .15s,transform .15s}
body:has(.cbrh-filament) .fi-user-menu-trigger:hover .fi-user-avatar,body:has(.cbrh-filament) .fi-user-menu-trigger:focus-visible .fi-user-avatar{box-shadow:0 0 0 5px rgba(242,101,34,.14);transform:translateY(-1px)}
@media(min-width:769px){body:has(.cbrh-filament) .fi-topbar-open-sidebar-btn,body:has(.cbrh-filament) .fi-topbar-close-sidebar-btn{display:none!important}}
body:has(.cbrh-filament) .fi-sidebar{top:52px!important;height:calc(100vh - 52px)!important}
@media(max-width:768px){
  .cbrh-inner{height:56px;padding:0 12px;gap:10px}
  .cbrh-logo img{height:28px}
  .cbrh-dropdown{display:none}
  .cbrh-saved,.cbrh-account{width:38px;min-width:38px;padding:0}
  .cbrh-label{display:none}
  .cbrh-explore-toggle{min-width:38px;padding:0 10px}
  .cbrh-filament-controls-slot{width:76px;flex-basis:76px}
  .cbrh-explore{inset:56px 0 0;padding:0;background:rgba(255,255,255,.98);overflow-y:auto}
  .cbrh-explore-panel{min-height:calc(100vh - 56px);padding:16px;border:0;border-radius:0;box-shadow:none}
  .cbrh-explore-grid{grid-template-columns:1fr;gap:18px;padding:18px 0 28px}
  .cbrh-explore-column{padding:0 0 16px;border-bottom:1px solid rgba(0,0,0,.12)}
  .cbrh-explore-column p{min-height:0;margin-bottom:10px}
  body:has(.cbrh-filament) .fi-topbar-ctn{right:12px!important;width:76px!important;height:56px!important}
  body:has(.cbrh-filament) .fi-topbar{width:76px!important;min-height:56px!important}
  body:has(.cbrh-filament) .fi-topbar-open-sidebar-btn,body:has(.cbrh-filament) .fi-topbar-close-sidebar-btn{pointer-events:auto}
  body:has(.cbrh-filament) .fi-sidebar{top:56px!important;height:calc(100vh - 56px)!important}
}
