@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@500;600;700;800&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500;600&display=swap');
.bm-global-shell-root{--bms-bg:#F4F8FE;--bms-ink:#081A35;--bms-soft:#586A83;--bms-faint:#8A99AD;--bms-blue:#1768D8;--bms-blue2:#0B3A82;--bms-cyan:#5BD5FF;--bms-line:#DDE8F5;--bms-shadow-tight:0 12px 28px -20px rgba(11,47,99,.34);--bms-display:'Unbounded',sans-serif;--bms-body:'Inter',sans-serif;--bms-mono:'IBM Plex Mono',monospace;width:100%;margin:0;background:#fff;color:var(--bms-ink);font-family:var(--bms-body)}
.bm-global-shell-root *,.bm-global-shell-root *::before,.bm-global-shell-root *::after{box-sizing:border-box}.bm-global-shell-root a{text-decoration:none}
.bm-shell-container{max-width:1180px;margin:0 auto;padding:0 24px}.bm-global-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--bms-line)}.admin-bar .bm-global-header{top:32px}.bm-global-header .bm-shell-container{min-height:76px;display:grid;grid-template-columns:max-content 1fr max-content;align-items:center;gap:30px}.bm-shell-logo{display:flex;align-items:center;gap:10px;white-space:nowrap;color:var(--bms-blue2)!important;font-family:var(--bms-display);font-size:20px;font-weight:700}.bm-shell-logo-mark{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(135deg,var(--bms-blue),var(--bms-cyan));color:#fff;font-family:var(--bms-display);font-weight:800}.bm-shell-nav{display:flex;align-items:center;justify-content:center;gap:8px}.bm-shell-nav-item{position:relative}.bm-shell-nav-link{display:inline-flex;align-items:center;gap:6px;padding:12px 9px;border-radius:12px;color:var(--bms-soft)!important;font-size:13.5px;font-weight:700;white-space:nowrap}.bm-shell-nav-link:hover,.bm-shell-nav-item:hover>.bm-shell-nav-link,.bm-shell-nav-item:focus-within>.bm-shell-nav-link{color:var(--bms-blue2)!important;background:var(--bms-bg)}.bm-shell-caret{font-size:10px;opacity:.68}.bm-shell-dropdown{position:absolute;left:0;top:calc(100% + 8px);z-index:1100;min-width:260px;padding:10px;border:1px solid var(--bms-line);border-radius:18px;background:#fff;box-shadow:0 24px 60px -28px rgba(8,26,53,.45);opacity:0;visibility:hidden;transform:translateY(8px);transition:.16s ease}.bm-shell-dropdown--wide{min-width:330px}.bm-shell-nav-item:hover>.bm-shell-dropdown,.bm-shell-nav-item:focus-within>.bm-shell-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.bm-shell-dropdown a{display:block;padding:10px 12px;border-radius:11px;color:var(--bms-soft)!important;font-size:13.5px;font-weight:650;line-height:1.35}.bm-shell-dropdown a:hover{background:var(--bms-bg);color:var(--bms-blue2)!important}.bm-shell-drop-title{padding:7px 12px 5px;color:var(--bms-faint);font-family:var(--bms-mono);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.bm-shell-drop-sep{height:1px;margin:7px 5px;background:var(--bms-line)}.bm-shell-actions{display:flex;align-items:center;justify-content:flex-end}.bm-shell-btn{display:inline-flex!important;align-items:center;justify-content:center;padding:11px 18px!important;border:0!important;border-radius:999px!important;background:var(--bms-blue)!important;color:#fff!important;box-shadow:var(--bms-shadow-tight);font-size:13.5px!important;font-weight:700!important;line-height:1.25!important;text-align:center;white-space:nowrap}.bm-shell-btn:hover{background:var(--bms-blue2)!important}.bm-shell-mobile{display:none;position:relative}.bm-shell-mobile>summary{list-style:none;width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--bms-line);border-radius:13px;background:#fff;color:var(--bms-blue2);cursor:pointer;font-size:20px;font-weight:800}.bm-shell-mobile>summary::-webkit-details-marker{display:none}.bm-shell-mobile-panel{position:absolute;right:0;top:52px;width:min(88vw,360px);max-height:75vh;overflow:auto;padding:14px;border:1px solid var(--bms-line);border-radius:20px;background:#fff;box-shadow:0 28px 70px -30px rgba(8,26,53,.55)}.bm-shell-mobile-panel>a,.bm-shell-mobile-group>summary{display:flex;align-items:center;justify-content:space-between;padding:12px 10px;border-radius:11px;color:var(--bms-ink)!important;font-size:14px;font-weight:800}.bm-shell-mobile-group>summary{cursor:pointer;list-style:none}.bm-shell-mobile-group>summary::-webkit-details-marker{display:none}.bm-shell-mobile-sub{display:grid;padding:0 4px 8px 14px}.bm-shell-mobile-sub a{padding:9px 10px;border-radius:10px;color:var(--bms-soft)!important;font-size:13.5px;font-weight:600}.bm-global-footer{background:#061B3B;color:rgba(255,255,255,.84);padding:56px 0 26px}.bm-shell-footer-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:48px;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.14)}.bm-global-footer .bm-shell-logo{color:#fff!important}.bm-global-footer p{max-width:330px;margin:12px 0 0;color:rgba(255,255,255,.58)!important;font-size:14px}.bm-shell-footer-cols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.bm-global-footer h4{margin:0 0 12px;color:rgba(255,255,255,.45)!important;font-family:var(--bms-mono)!important;font-size:12px!important;letter-spacing:.08em!important;text-transform:uppercase}.bm-global-footer ul{list-style:none;margin:0;padding:0}.bm-global-footer li{margin-bottom:8px}.bm-global-footer li a{color:rgba(255,255,255,.78)!important;font-size:14px}.bm-shell-footer-bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:24px;color:rgba(255,255,255,.42);font-size:12.5px}@media(max-width:1120px){.bm-global-header .bm-shell-container{gap:14px}.bm-shell-nav-link{font-size:12.8px;padding:12px 6px}}@media(max-width:980px){.bm-shell-nav,.bm-shell-actions{display:none}.bm-shell-mobile{display:block}.bm-shell-footer-grid{grid-template-columns:1fr}}@media(max-width:760px){.bm-shell-footer-cols{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.bm-shell-container{padding:0 18px}.bm-shell-footer-cols{grid-template-columns:1fr}}
