/* ============================================================
   bytemonkey — OpenCart 4 storefront theme
   Minimal, local-font, responsive and accessibility-conscious.
   ============================================================ */

@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:600;font-display:swap;src:url('fonts/spacegrotesk-600.woff2') format('woff2')}
@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:700;font-display:swap;src:url('fonts/spacegrotesk-700.woff2') format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/inter-400.woff2') format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url('fonts/inter-500.woff2') format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url('fonts/inter-600.woff2') format('woff2')}
@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/jetbrainsmono-400.woff2') format('woff2')}
@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:500;font-display:swap;src:url('fonts/jetbrainsmono-500.woff2') format('woff2')}

:root{
  --bg:#fff;--bg-soft:#f7f8fa;--bg-sunk:#f1f3f6;--ink:#0b0f19;--ink-2:#3d4657;--muted:#6e7787;
  --line:#e7eaf0;--line-2:#dce1e8;--accent:#168dcc;--accent-ink:#0c79b3;--accent-soft:#e8f4fb;
  --ok:#188b60;--warn:#cf782f;--danger:#cc4242;--purple:#6d54c7;
  --radius-xs:7px;--radius-sm:10px;--radius:14px;--radius-lg:22px;
  --shadow-xs:0 1px 2px rgba(11,15,25,.05);--shadow:0 14px 34px -20px rgba(11,15,25,.26),0 4px 12px -8px rgba(11,15,25,.12);
  --shadow-lg:0 32px 80px -30px rgba(11,15,25,.32),0 12px 28px -18px rgba(11,15,25,.18);
  --sans:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;--display:'Space Grotesk',var(--sans);--mono:'JetBrains Mono',ui-monospace,SFMono-Regular,Menlo,monospace;
  --maxw:1160px;--pad:26px;
  --bs-primary:#168dcc;--bs-primary-rgb:22,141,204;--bs-body-color:#0b0f19;--bs-body-font-family:var(--sans);
  --bs-border-color:var(--line);--bs-border-radius:var(--radius-sm);--bs-link-color:var(--accent-ink);--bs-link-hover-color:var(--accent);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.62;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.menu-open{overflow:hidden}
a{color:var(--accent-ink);text-decoration:none}
a:hover{color:var(--accent)}
img,svg{max-width:100%}
button,input,select,textarea{font:inherit}
h1,h2,h3,h4,h5,h6{font-family:var(--display);font-weight:600;letter-spacing:-.025em;line-height:1.1;color:var(--ink)}
h1,h2,h3{margin-top:0}
::selection{background:var(--accent-soft);color:var(--ink)}
:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}
[hidden]{display:none!important}
.bm-wrap{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--pad)}
.bm-home,.bm-grid,.bm-ext,.bm-why-grid,.bm-why-item,.bm-band,.bm-appcard{min-width:0;max-width:100%}
.bm-home>section.bm-wrap{width:100%;max-width:var(--maxw);margin-inline:auto}
.bm-eyebrow{display:inline-flex;align-items:center;gap:9px;font-family:var(--mono);font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--accent-ink)}
.bm-eyebrow::before{content:"";width:18px;height:1px;background:currentColor;opacity:.6}
.bm-skip{position:fixed;left:18px;top:12px;z-index:2000;padding:8px 12px;border-radius:8px;background:var(--ink);color:#fff;transform:translateY(-150%);transition:transform .16s ease}
.bm-skip:focus{transform:none;color:#fff}

/* OpenCart / Bootstrap surface */
.container,.container-fluid{max-width:var(--maxw)}
#content{padding-bottom:64px}
.btn{font-family:var(--sans);font-weight:600;border-radius:var(--radius-sm);transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{--bs-btn-bg:var(--accent);--bs-btn-border-color:var(--accent);--bs-btn-hover-bg:var(--accent-ink);--bs-btn-hover-border-color:var(--accent-ink);--bs-btn-active-bg:var(--accent-ink);--bs-btn-active-border-color:var(--accent-ink);box-shadow:var(--shadow-xs)}
.btn-secondary,.btn-dark{--bs-btn-bg:var(--ink);--bs-btn-border-color:var(--ink);--bs-btn-hover-bg:#20283a;--bs-btn-hover-border-color:#20283a}
.btn-light,.btn-outline-secondary{--bs-btn-bg:#fff;--bs-btn-color:var(--ink);--bs-btn-border-color:var(--line-2);--bs-btn-hover-bg:var(--bg-soft);--bs-btn-hover-border-color:#c5ccd8;--bs-btn-hover-color:var(--ink)}
.btn-success{--bs-btn-bg:var(--ok);--bs-btn-border-color:var(--ok)}
.btn-danger{--bs-btn-bg:var(--danger);--bs-btn-border-color:var(--danger)}
.form-control,.form-select,.input-group-text{border-color:var(--line-2);border-radius:var(--radius-sm);color:var(--ink);background:#fff}
.form-control:focus,.form-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(22,141,204,.14)}
.form-control::placeholder{color:#9aa3b1}
.dropdown-menu{border-color:var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:7px;--bs-dropdown-link-hover-bg:var(--bg-soft);--bs-dropdown-link-active-bg:var(--accent);font-size:14px}
.dropdown-item{border-radius:7px;padding:8px 10px}
.card{border-color:var(--line);border-radius:var(--radius);box-shadow:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:var(--line-2)}
.breadcrumb{background:transparent;padding:20px 0;font-size:13.5px}
.breadcrumb a{color:var(--muted)}
.breadcrumb a:hover{color:var(--accent-ink)}
.breadcrumb-item+.breadcrumb-item::before{color:#b7bfcb}
.table{--bs-table-border-color:var(--line)}
.alert{border-radius:var(--radius);border-color:var(--line)}
.badge{font-family:var(--mono);font-weight:500;letter-spacing:.02em}
.page-link{color:var(--accent-ink);border-color:var(--line)}
.page-item.active .page-link{background:var(--accent);border-color:var(--accent)}
.product-thumb{height:100%;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.product-thumb:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--line-2)}
.product-thumb .image{overflow:hidden;background:var(--bg-soft)}
.product-thumb .image img{transition:transform .3s ease}
.product-thumb:hover .image img{transform:scale(1.025)}
.product-thumb .content{padding:18px}

/* Header */
#container{min-height:100vh;display:flex;flex-direction:column}
#container>main{flex:1}
.bm-nav{position:sticky;top:0;z-index:1030;background:rgba(255,255,255,.86);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid rgba(220,225,232,.86);transition:box-shadow .2s ease,background .2s ease}
.bm-nav.scrolled{background:rgba(255,255,255,.94);box-shadow:0 10px 30px -24px rgba(11,15,25,.45)}
.bm-nav-in{display:flex;align-items:center;gap:28px;min-height:70px}
.bm-brand{display:inline-flex;align-items:center;gap:10px;flex:none;color:var(--ink)}
.bm-brand:hover{color:var(--ink)}
.bm-logo{width:31px;height:31px;border-radius:9px;flex:none;position:relative;background:linear-gradient(145deg,#1aa0e4,#0e6f9f);box-shadow:inset 0 1px 0 rgba(255,255,255,.24),var(--shadow-xs)}
.bm-logo::before,.bm-logo::after{content:"";position:absolute;top:10px;width:4px;height:4px;border-radius:50%;background:#fff}
.bm-logo::before{left:9px}.bm-logo::after{right:9px}
.bm-logo span{position:absolute;left:9px;right:9px;bottom:8px;height:3px;border-radius:3px;background:rgba(255,255,255,.88)}
.bm-word{font-family:var(--display);font-weight:700;font-size:18px;letter-spacing:-.025em;color:var(--ink)}
.bm-nav-links{display:flex;align-items:center;gap:25px;margin-left:5px}
.bm-nav-links a{position:relative;padding:24px 0;font-size:14px;font-weight:500;color:var(--ink-2);transition:color .15s ease}
.bm-nav-links a::after{content:"";position:absolute;left:0;right:100%;bottom:18px;height:1.5px;background:var(--accent);transition:right .18s ease}
.bm-nav-links a:hover{color:var(--ink)}
.bm-nav-links a:hover::after{right:0}
.bm-nav-right{margin-left:auto;display:flex;align-items:center;gap:15px}
.bm-signin{font-size:14px;font-weight:500;color:var(--ink-2);padding:8px 4px}
.bm-signin:hover{color:var(--ink)}
.bm-account .bm-acc-toggle{font-size:14px;color:var(--ink-2);display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border-radius:8px;transition:.15s}
.bm-account .bm-acc-toggle:hover{color:var(--ink);background:var(--bg-soft)}
.bm-account .bm-caret{font-size:10px;opacity:.6}
.bm-cart-slot{display:flex;align-items:center}
.bm-cart-link{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;min-height:36px;font-size:14px;font-weight:600;line-height:1;color:var(--ink);background:#fff;border:1px solid var(--line-2);border-radius:9px;padding:0 10px;box-shadow:var(--shadow-xs);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}
.bm-cart-link:hover{color:var(--ink);border-color:#c4ccd8;background:var(--bg-soft);transform:translateY(-1px)}
.bm-cart-icon{display:block;width:16px;height:16px;flex:none;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.bm-cart-count{display:inline-block;min-width:8px;padding:0;background:transparent;font-family:var(--mono);font-size:13.5px;font-weight:500;line-height:1;color:var(--ink);text-align:center;font-variant-numeric:tabular-nums}
.bm-mobile-toggle{display:none;width:40px;height:40px;border:1px solid var(--line-2);border-radius:10px;background:#fff;padding:10px;align-items:center;justify-content:center;flex-direction:column;gap:4px}
.bm-mobile-toggle span{display:block;width:17px;height:1.5px;border-radius:2px;background:var(--ink);transition:transform .18s ease,opacity .18s ease}
.bm-mobile-toggle.open span:nth-child(1){transform:translateY(5.5px) rotate(45deg)}
.bm-mobile-toggle.open span:nth-child(2){opacity:0}
.bm-mobile-toggle.open span:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}
.bm-mobile-nav{border-top:1px solid var(--line);background:rgba(255,255,255,.98)}
.bm-mobile-nav-in{display:grid;padding-top:10px;padding-bottom:15px}
.bm-mobile-nav a{padding:12px 0;border-bottom:1px solid var(--line);font-size:15px;font-weight:500;color:var(--ink-2)}
.bm-mobile-nav a:last-child{border-bottom:0}
.bm-mobile-nav a:hover{color:var(--accent-ink)}

/* Optional OpenCart category menu */
.bm-menu-wrap{border-bottom:1px solid var(--line);background:#fff}
.bm-menu.navbar{padding:0;background:transparent!important;min-height:52px}
.bm-menu .navbar-nav{gap:2px;flex-wrap:wrap}
.bm-menu .nav-link{font-size:14px;font-weight:500;color:var(--ink-2);padding:15px 14px!important;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}
.bm-menu .nav-link:hover{color:var(--ink);border-bottom-color:var(--accent)}
.bm-menu .dropdown-toggle::after{margin-left:6px;opacity:.5}
.bm-menu .dropdown-menu{margin-top:0;border-top:2px solid var(--accent)}
.bm-menu-label{font-weight:600;color:var(--ink);padding:14px 4px;font-family:var(--display)}
.bm-menu .navbar-toggler{border-color:var(--line-2);color:var(--ink)}
.bm-menu .dropdown-inner{display:flex;gap:24px}
.bm-menu .dropdown-item{white-space:normal}

/* Shared landing controls */
.bm-btn{display:inline-flex;align-items:center;justify-content:center;gap:.55em;font-family:var(--sans);font-weight:600;font-size:14.5px;min-height:44px;padding:10px 18px;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease;white-space:nowrap}
.bm-btn-primary{background:var(--accent);color:#fff;box-shadow:0 8px 22px -12px rgba(22,141,204,.85)}
.bm-btn-primary:hover{background:var(--accent-ink);color:#fff;transform:translateY(-1px);box-shadow:0 14px 28px -15px rgba(22,141,204,.9)}
.bm-btn-ghost{background:rgba(255,255,255,.78);color:var(--ink);border-color:var(--line-2)}
.bm-btn-ghost:hover{color:var(--ink);border-color:#c4ccd7;background:#fff;transform:translateY(-1px);box-shadow:var(--shadow-xs)}
.bm-btn .arw,.bm-ext-link .arw{transition:transform .15s ease}
.bm-btn:hover .arw,.bm-ext:hover .bm-ext-link .arw{transform:translateX(3px)}

/* Hero */
.bm-hero{position:relative;overflow:hidden;padding:92px 0 100px;background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%)}
.bm-hero::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(80% 110% at 95% -8%,rgba(22,141,204,.14),transparent 58%),radial-gradient(55% 80% at 2% 2%,rgba(22,141,204,.055),transparent 62%)}
.bm-hero-grid{position:absolute;inset:0;z-index:0;opacity:.6;pointer-events:none;background-image:linear-gradient(rgba(222,227,234,.72) 1px,transparent 1px),linear-gradient(90deg,rgba(222,227,234,.72) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:radial-gradient(90% 90% at 74% 14%,#000,transparent 72%);mask-image:radial-gradient(90% 90% at 74% 14%,#000,transparent 72%)}
.bm-hero-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);align-items:center;gap:72px}
.bm-hero-copy{max-width:660px}
.bm-hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:100px;padding:6px 12px 6px 7px;font-size:12px;color:var(--ink-2);box-shadow:var(--shadow-xs);margin-bottom:23px;backdrop-filter:blur(8px)}
.bm-hero-badge .tag{font-family:var(--mono);font-size:10.5px;background:var(--accent-soft);color:var(--accent-ink);padding:2px 7px;border-radius:100px;font-weight:500;letter-spacing:.02em}
.bm-hero-h{font-size:clamp(2.8rem,5.2vw,4.25rem);margin:0;letter-spacing:-.048em;line-height:.99}
.bm-hero-h span{color:var(--accent-ink)}
.bm-hero-sub{font-size:18px;color:var(--ink-2);margin:25px 0 31px;max-width:39ch;line-height:1.65}
.bm-hero-cta{display:flex;gap:11px;flex-wrap:wrap}
.bm-hero-trust{display:flex;gap:26px;flex-wrap:wrap;margin-top:32px;padding-top:24px;border-top:1px solid var(--line)}
.bm-hero-trust .t{display:flex;flex-direction:column;gap:2px}
.bm-hero-trust .t b{font-family:var(--display);font-size:15px;font-weight:600}
.bm-hero-trust .t span{font-size:11.5px;color:var(--muted)}
.bm-hero-visual{position:relative}
.bm-hero-visual::before{content:"";position:absolute;width:78%;height:78%;right:-8%;top:11%;border-radius:50%;background:rgba(22,141,204,.15);filter:blur(70px);z-index:-1}

/* Library preview */
.bm-appcard{position:relative;background:rgba(255,255,255,.94);border:1px solid rgba(217,223,231,.95);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:19px;overflow:hidden;backdrop-filter:blur(12px)}
.bm-appcard::after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.bm-appcard .ac-top{display:flex;align-items:center;gap:10px;margin-bottom:15px;padding:1px 1px 0}
.bm-appcard .ac-badge{width:27px;height:27px;border-radius:8px;background:linear-gradient(145deg,#1aa0e4,#0e6f9f);flex:none;position:relative}
.bm-appcard .ac-badge::before,.bm-appcard .ac-badge::after{content:"";position:absolute;top:9px;width:3.5px;height:3.5px;border-radius:50%;background:#fff}
.bm-appcard .ac-badge::before{left:8px}.bm-appcard .ac-badge::after{right:8px}
.bm-appcard .ac-title{font-family:var(--display);font-weight:600;font-size:14px}
.bm-appcard .ac-title .sub{color:var(--muted);font-weight:500}
.bm-appcard .ac-count{margin-left:auto;font-family:var(--mono);font-size:10px;color:var(--muted);background:var(--bg-soft);border:1px solid var(--line);border-radius:6px;padding:3px 7px}
.bm-appcard .lib{display:flex;flex-direction:column;gap:8px}
.bm-appcard .lib-row{display:flex;align-items:center;gap:11px;min-height:59px;padding:10px 11px;background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius-sm);transition:transform .16s ease,border-color .16s ease,background .16s ease}
.bm-appcard .lib-row:hover{transform:translateX(2px);border-color:#cfd6e0;background:#fff}
.bm-appcard .lib-row.featured{background:linear-gradient(90deg,var(--accent-soft),#f8fbfd);border-color:#cfe5f2}
.bm-appcard .lib-row .ic{width:32px;height:32px;border-radius:9px;flex:none;display:grid;place-items:center;color:#fff;box-shadow:var(--shadow-xs)}
.bm-appcard .lib-row .ic svg{width:16px;height:16px}
.tg{background:linear-gradient(145deg,var(--accent),#0f6fa6)!important}.sf{background:linear-gradient(145deg,#24a974,#177a52)!important}.ai{background:linear-gradient(145deg,#8065d9,#5f45b0)!important}.ti{background:linear-gradient(145deg,#e69249,#bd6420)!important}
.bm-appcard .lib-row .nm{display:flex;flex-direction:column;line-height:1.28;min-width:0}
.bm-appcard .lib-row .nm b{font-size:13px;font-weight:600;font-family:var(--display);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bm-appcard .lib-row .nm span{font-size:10.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bm-appcard .lib-row .ver{margin-left:auto;font-family:var(--mono);font-size:10px;color:var(--muted)}
.bm-appcard .lib-row .st{display:inline-flex;align-items:center;gap:5px;font-family:var(--mono);font-size:9px;padding:3px 7px;border-radius:100px;white-space:nowrap}
.bm-appcard .lib-row .st.on{background:rgba(24,139,96,.1);color:var(--ok)}
.bm-appcard .lib-row .st.up{background:rgba(207,120,47,.11);color:var(--warn)}
.bm-appcard .lib-row .st .d{width:5px;height:5px;border-radius:50%;background:currentColor}
.bm-appcard .ac-foot{margin-top:15px;padding-top:13px;border-top:1px solid var(--line);display:flex;align-items:center;gap:7px;font-size:11px;color:var(--ink-2)}
.bm-appcard .ac-foot .chip{font-family:var(--mono);font-size:9.5px;background:var(--bg-soft);border:1px solid var(--line);border-radius:6px;padding:3px 7px}
.bm-appcard .ac-foot .pull{margin-left:auto;color:var(--accent-ink);font-size:10.5px;font-weight:600}

/* Benefit strip */
.bm-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg-soft)}
.bm-strip-in{display:flex;align-items:center;justify-content:center;gap:14px 38px;flex-wrap:wrap;padding-block:19px}
.bm-strip-in .lead{font-family:var(--mono);font-size:10.5px;color:var(--muted);letter-spacing:.12em}
.bm-strip-in .item{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;font-weight:500;color:var(--ink-2)}
.bm-strip-in .item svg{width:15px;height:15px;color:var(--accent)}

/* Sections and extension cards */
.bm-section{padding-block:104px}
#bm-support{padding-bottom:40px}
.bm-sec-head{max-width:650px;margin-bottom:46px}
.bm-sec-head h2{font-size:clamp(2rem,3.6vw,2.75rem);margin:15px 0 14px;letter-spacing:-.04em}
.bm-sec-head p{color:var(--ink-2);font-size:16.5px;margin:0;max-width:58ch}
.bm-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:100%;min-width:0}
.bm-ext{position:relative;display:flex;flex-direction:column;min-height:320px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.bm-ext::before{content:"";position:absolute;left:0;top:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,var(--line),transparent);opacity:0;transition:opacity .2s ease}
.bm-ext:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#d4dae3}
.bm-ext:hover::before{opacity:1}
.bm-ext-featured{background:linear-gradient(145deg,#fff 0%,#fbfdff 100%);border-color:#d7e9f4}
.bm-ext-mark{width:48px;height:48px;border-radius:13px;flex:none;box-shadow:var(--shadow-xs);display:grid;place-items:center;color:#fff}
.bm-ext-mark svg{width:23px;height:23px}
.bm-ext-head{display:flex;align-items:center;gap:14px;margin-bottom:18px;padding-right:94px}
.bm-ext h3{font-size:19px;margin:0 0 2px}
.bm-ext-cat{font-family:var(--mono);font-size:9.5px;letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}
.bm-ext-new,.bm-ext-state{position:absolute;top:21px;right:22px;font-family:var(--mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase;border-radius:100px;padding:4px 8px}
.bm-ext-new{background:var(--accent-soft);color:var(--accent-ink)}
.bm-ext-state{background:var(--bg-soft);color:var(--muted);border:1px solid var(--line)}
.bm-ext>p{color:var(--ink-2);font-size:14px;flex:1;margin:0;line-height:1.67}
.bm-ext-points{display:flex;gap:7px;flex-wrap:wrap;list-style:none;margin:18px 0 0;padding:0}
.bm-ext-points li{font-family:var(--mono);font-size:9.5px;color:var(--ink-2);background:var(--bg-soft);border:1px solid var(--line);border-radius:100px;padding:4px 8px}
.bm-ext-foot{display:flex;align-items:center;gap:12px;margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}
.bm-price{font-family:var(--mono);font-weight:500;font-size:14px}
.bm-price.muted{color:var(--muted);font-size:12px}
.bm-price .once{color:var(--muted);font-size:10px;font-weight:400;margin-left:3px}
.bm-ext-link{margin-left:auto;font-size:12.5px;font-weight:600;color:var(--accent-ink);display:inline-flex;align-items:center;gap:5px}

/* Principles */
.bm-why{background:var(--bg-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.bm-why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;width:100%;min-width:0}
.bm-why-item{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:27px;overflow:hidden}
.bm-why-index{position:absolute;right:21px;top:19px;font-family:var(--mono);font-size:10px;color:#a3abb7}
.bm-why-item .ic{width:42px;height:42px;border-radius:11px;background:var(--accent-soft);color:var(--accent-ink);display:grid;place-items:center;margin-bottom:18px}
.bm-why-item .ic svg{width:20px;height:20px}
.bm-why-item h3{font-size:17px;margin:0 0 9px}
.bm-why-item p{color:var(--ink-2);font-size:14px;margin:0;line-height:1.67}

/* CTA band */
.bm-band{position:relative;overflow:hidden;background:#0b0f19;color:#fff;border-radius:var(--radius-lg);padding:58px;display:grid;grid-template-columns:1.25fr .9fr;gap:58px;align-items:center;box-shadow:var(--shadow-lg)}
.bm-band::before{content:"";position:absolute;inset:0;background:radial-gradient(90% 130% at 100% 0%,rgba(22,141,204,.33),transparent 58%),linear-gradient(120deg,transparent 30%,rgba(255,255,255,.025));pointer-events:none}
.bm-band .k,.bm-band .side{position:relative}
.bm-band-label{display:block;margin-bottom:13px;font-family:var(--mono);font-size:10px;letter-spacing:.16em;color:#75c3ec}
.bm-band h2{color:#fff;font-size:clamp(1.8rem,3vw,2.45rem);margin:0 0 15px;letter-spacing:-.035em}
.bm-band p{color:#aeb7c6;font-size:15px;margin:0;max-width:58ch}
.bm-band .side{display:flex;flex-direction:column;gap:13px;padding:22px;border:1px solid rgba(255,255,255,.09);border-radius:var(--radius);background:rgba(255,255,255,.035)}
.bm-band .row{display:flex;align-items:center;gap:12px;font-size:13px;color:#e0e5ec}
.bm-band .row .dt{width:7px;height:7px;border-radius:50%;background:var(--accent);flex:none;box-shadow:0 0 0 4px rgba(22,141,204,.16)}
.bm-band .cta{position:relative;display:flex;gap:11px;margin-top:27px;flex-wrap:wrap}
.bm-btn-onlight{background:#fff;color:var(--ink)}
.bm-btn-onlight:hover{background:#eef1f5;color:var(--ink);transform:translateY(-1px)}
.bm-btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.24)}
.bm-btn-outline:hover{color:#fff;border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.04);transform:translateY(-1px)}

/* Footer */
.bm-foot{border-top:1px solid var(--line);padding:84px 0 34px;background:#fff}
.bm-foot-grid{display:grid;grid-template-columns:minmax(280px,1.55fr) repeat(3,minmax(130px,1fr));gap:42px;margin-bottom:46px}
.bm-foot-brand .bm-brand{margin-bottom:15px}
.bm-foot-brand p{color:var(--muted);font-size:13px;max-width:38ch;margin:0}
.bm-foot-col h4{font-family:var(--mono);font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:0 0 14px;font-weight:500}
.bm-foot-col a{display:block;font-size:13px;color:var(--ink-2);padding:5px 0}
.bm-foot-col a:hover{color:var(--accent-ink)}
.bm-foot-bot{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding-top:25px;border-top:1px solid var(--line)}
.bm-foot-bot .bm-cp,.bm-foot-bot .bm-cp a{font-size:11.5px;color:var(--muted)}
.bm-maker{margin-left:auto;font-family:var(--mono);font-size:9.5px;letter-spacing:.03em;color:#9aa3b0}
.bm-maker strong{font-weight:500;color:#7c8695}

/* Reveal */
.bm-reveal{opacity:1;transform:none}
.bm-js .bm-reveal{opacity:0;transform:translateY(16px)}
.bm-js .bm-reveal.in{opacity:1;transform:none;transition:opacity .62s ease,transform .62s cubic-bezier(.22,1,.36,1)}

@media(max-width:1040px){
  .bm-nav-links{display:none}.bm-mobile-toggle{display:flex}
  .bm-hero-layout{grid-template-columns:1fr;gap:54px}.bm-hero-copy{max-width:720px}.bm-hero-sub{max-width:52ch}.bm-hero-visual{max-width:620px;width:100%}
  .bm-why-grid{grid-template-columns:1fr}.bm-foot-grid{grid-template-columns:1.4fr 1fr 1fr}.bm-foot-grid>.bm-foot-col:last-child{grid-column:auto}
}
@media(max-width:760px){
  :root{--pad:22px}
  .bm-nav-in{min-height:64px;gap:14px}.bm-word{font-size:17px}.bm-signin,.bm-account{display:none}.bm-cart-link{height:35px;min-height:35px;padding:0 9px}.bm-cart-icon{width:15.5px;height:15.5px}
  .bm-hero{padding:66px 0 76px}.bm-hero-layout{gap:42px}.bm-hero-h{font-size:clamp(2.55rem,12vw,3.55rem)}.bm-hero-sub{font-size:16px;margin-top:21px}.bm-hero-trust{gap:18px}.bm-hero-visual{max-width:none}
  .bm-grid{grid-template-columns:1fr}.bm-section{padding-block:78px}#bm-support{padding-bottom:28px}.bm-sec-head{margin-bottom:34px}.bm-band{grid-template-columns:1fr;padding:38px;gap:34px}
  .bm-foot{padding-top:68px}.bm-foot-grid{grid-template-columns:1fr 1fr}.bm-foot-brand{grid-column:1/-1}.bm-maker{margin-left:0;width:100%}
}
@media(max-width:520px){
  :root{--pad:22px}
  .bm-logo{width:29px;height:29px}.bm-word{font-size:16px}.bm-nav-right{gap:8px}.bm-cart-count{min-width:8px}.bm-mobile-toggle{width:38px;height:38px}
  .bm-hero{padding:54px 0 62px}.bm-hero-badge{font-size:10.5px}.bm-hero-h{font-size:2.58rem}.bm-hero-cta{display:grid}.bm-btn{width:100%}.bm-hero-trust{display:grid;grid-template-columns:1fr 1fr;gap:15px}.bm-hero-trust .t:last-child{grid-column:1/-1}
  .bm-appcard{padding:13px}.bm-appcard .lib-row{padding:9px;gap:9px}.bm-appcard .lib-row .st,.bm-appcard .lib-row .ver{display:none}.bm-appcard .ac-title .sub{display:none}.bm-appcard .ac-foot .pull{display:none}
  .bm-strip-in{justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:10px;padding-block:16px}.bm-strip-in .lead{margin-bottom:2px}
  .bm-section{padding-block:66px}#bm-support{padding-bottom:22px}.bm-sec-head h2{font-size:2rem}.bm-ext{padding:23px;min-height:0}.bm-ext-head{padding-right:0;margin-top:20px}.bm-ext-new,.bm-ext-state{top:18px;right:18px}.bm-ext-points{display:none}
  .bm-band{padding:28px 23px}.bm-band .side{padding:18px}.bm-band .cta{display:grid}.bm-foot-grid{grid-template-columns:1fr}.bm-foot-brand{grid-column:auto}
}
@media(max-width:360px){
  :root{--pad:20px}
  .bm-ext{padding:20px}.bm-band{padding:25px 20px}.bm-appcard{padding:12px}#bm-support{padding-bottom:18px}
  .bm-hero-h{font-size:2.35rem}.bm-hero-trust{gap:13px}
}
@media(prefers-reduced-motion:reduce){
  *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .bm-js .bm-reveal{opacity:1;transform:none}
}

/* Account login */
.bm-auth-page{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(180deg,#fbfcfd 0%,#f7f9fb 58%,#fff 100%);border-bottom:1px solid var(--line)}
.bm-auth-page::before,.bm-auth-page::after{content:"";position:absolute;z-index:-1;pointer-events:none;border-radius:50%;filter:blur(2px)}
.bm-auth-page::before{width:540px;height:540px;top:-300px;left:50%;margin-left:-560px;background:radial-gradient(circle,rgba(22,141,204,.12) 0%,rgba(22,141,204,0) 70%)}
.bm-auth-page::after{width:460px;height:460px;right:-220px;bottom:-270px;background:radial-gradient(circle,rgba(109,84,199,.07) 0%,rgba(109,84,199,0) 72%)}
.bm-auth-wrap{display:flex;flex-direction:column;align-items:center;padding-top:86px;padding-bottom:98px}
.bm-auth-wrap>#content,.bm-auth-wrap>.row{width:100%}
.bm-auth-card{position:relative;width:min(100%,500px);padding:43px 44px 38px;background:rgba(255,255,255,.94);border:1px solid rgba(220,225,232,.95);border-radius:var(--radius-lg);box-shadow:0 30px 85px -42px rgba(11,15,25,.42),0 12px 32px -24px rgba(11,15,25,.22);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.bm-auth-card::before{content:"";position:absolute;inset:0 38px auto;height:1px;background:linear-gradient(90deg,transparent,rgba(22,141,204,.56),transparent)}
.bm-auth-mark{width:50px;height:50px;margin:0 auto 22px;display:grid;place-items:center;color:var(--accent-ink);border:1px solid #cfe4f1;border-radius:15px;background:linear-gradient(145deg,#f7fcff,var(--accent-soft));box-shadow:0 10px 24px -18px rgba(22,141,204,.9),inset 0 1px 0 rgba(255,255,255,.9)}
.bm-auth-mark svg{width:25px;height:25px}
.bm-auth-head{text-align:center;margin-bottom:29px}
.bm-auth-head h1{font-size:clamp(1.9rem,4vw,2.25rem);letter-spacing:-.045em;margin:0 0 10px}
.bm-auth-head p{max-width:34ch;margin:0 auto;color:var(--muted);font-size:14px;line-height:1.65}
.bm-auth-alert{display:grid;grid-template-columns:20px 1fr auto;align-items:start;gap:10px;margin:0 0 22px;padding:13px 13px 13px 14px;border:1px solid;border-radius:var(--radius-sm);font-size:13px;line-height:1.5;box-shadow:none}
.bm-auth-alert-icon{display:grid;place-items:center;margin-top:1px}
.bm-auth-alert-icon svg{width:18px;height:18px}
.bm-auth-alert .btn-close{font-size:9px;margin:1px 0 0 5px;padding:7px;opacity:.5}
.bm-auth-alert-success{color:#126344;background:#f1faf6;border-color:#cfeadd}
.bm-auth-alert-danger{color:#9d3030;background:#fff5f5;border-color:#f0d2d2}
.bm-auth-form{display:flex;flex-direction:column;gap:20px}
.bm-field{display:flex;flex-direction:column;gap:8px}
.bm-field>label,.bm-field-label-row label{margin:0;color:var(--ink);font-size:12.5px;font-weight:600;letter-spacing:.005em}
.bm-field-label-row{display:flex;align-items:center;justify-content:space-between;gap:16px}
.bm-forgotten{font-size:12px;font-weight:500;color:var(--accent-ink)}
.bm-forgotten:hover{color:var(--accent)}
.bm-input-wrap{position:relative}
.bm-input-icon{position:absolute;left:16px;top:50%;z-index:2;display:grid;place-items:center;color:#8b95a5;transform:translateY(-50%);pointer-events:none;transition:color .16s ease}
.bm-input-icon svg{width:18px;height:18px}
.bm-auth-form .form-control{height:53px;padding:0 46px 0 47px;border:1px solid var(--line-2);border-radius:11px;background:#fff;color:var(--ink);font-size:14px;box-shadow:0 1px 2px rgba(11,15,25,.025);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}
.bm-auth-form .form-control:hover{border-color:#cbd2dc}
.bm-auth-form .form-control:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 4px rgba(22,141,204,.11),0 8px 20px -17px rgba(22,141,204,.65)}
.bm-input-wrap:focus-within .bm-input-icon{color:var(--accent-ink)}
.bm-password-toggle{position:absolute;right:8px;top:50%;z-index:3;width:38px;height:38px;display:grid;place-items:center;padding:0;border:0;border-radius:9px;background:transparent;color:#7b8594;transform:translateY(-50%);transition:color .16s ease,background .16s ease}
.bm-password-toggle:hover{color:var(--ink);background:var(--bg-soft)}
.bm-password-toggle svg{width:19px;height:19px}
.bm-password-toggle .bm-eye-closed{display:none}
.bm-password-toggle[aria-pressed="true"] .bm-eye-open{display:none}
.bm-password-toggle[aria-pressed="true"] .bm-eye-closed{display:block}
.bm-auth-submit{width:100%;min-height:54px;margin-top:5px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:11px;font-size:14px;font-weight:600;box-shadow:0 13px 26px -17px rgba(12,121,179,.8)}
.bm-auth-submit svg{width:17px;height:17px;transition:transform .18s ease}
.bm-auth-submit:hover svg{transform:translateX(3px)}
.bm-auth-register{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:27px;padding-top:24px;border-top:1px solid var(--line);color:var(--muted);font-size:12.5px;text-align:center}
.bm-auth-register a{font-weight:600;color:var(--ink)}
.bm-auth-register a:hover{color:var(--accent-ink)}
.bm-auth-wrap>.alert,.bm-auth-wrap>#content{max-width:500px}

@media(max-width:760px){
  .bm-auth-wrap{padding-top:64px;padding-bottom:72px}
  .bm-auth-card{padding:38px 34px 34px}
}
@media(max-width:520px){
  .bm-auth-page::before{width:390px;height:390px;top:-230px;left:-160px;margin-left:0}
  .bm-auth-page::after{display:none}
  .bm-auth-wrap{padding-top:44px;padding-bottom:52px}
  .bm-auth-card{padding:31px 22px 28px;border-radius:18px}
  .bm-auth-mark{width:46px;height:46px;margin-bottom:19px;border-radius:14px}
  .bm-auth-mark svg{width:23px;height:23px}
  .bm-auth-head{margin-bottom:25px}
  .bm-auth-head h1{font-size:1.78rem}
  .bm-auth-head p{font-size:13.5px}
  .bm-auth-form{gap:18px}
  .bm-auth-form .form-control{height:51px;font-size:16px}
  .bm-auth-register{flex-wrap:wrap;margin-top:24px;padding-top:21px}
}
@media(max-width:360px){
  .bm-auth-wrap{padding-top:34px;padding-bottom:42px}
  .bm-auth-card{padding:27px 18px 25px}
  .bm-field-label-row{align-items:flex-start;gap:10px}
  .bm-forgotten{max-width:48%;text-align:right}
}

/* ============================================================
   bytemonkey account suite — 1.3.0
   ============================================================ */
.bm-account-page{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(180deg,#fbfcfd 0%,#f6f8fb 100%)}
.bm-account-page::before{content:"";position:absolute;z-index:-1;top:-340px;left:50%;width:850px;height:620px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle,rgba(22,141,204,.11),rgba(109,84,199,.035) 42%,transparent 72%);pointer-events:none}
.bm-account-wrap{padding-top:68px;padding-bottom:86px}
.bm-account-panel{width:min(100%,760px);margin-inline:auto;padding:42px 44px 40px!important;border:1px solid rgba(217,223,231,.96);border-radius:22px;background:rgba(255,255,255,.95);box-shadow:0 30px 78px -48px rgba(11,15,25,.42),0 12px 30px -24px rgba(11,15,25,.2);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.bm-account-panel-wide{width:min(100%,980px)}
.bm-account-panel>h1{margin:0 0 12px;font-size:clamp(2rem,4vw,2.65rem);letter-spacing:-.045em}
.bm-account-panel>h1+p,.bm-account-panel>p:first-of-type{max-width:68ch;margin:0 0 31px;color:var(--muted);font-size:14px}
.bm-account-panel h2{margin:34px 0 15px;font-size:1.35rem}
.bm-account-panel h3{font-size:1.1rem}
.bm-account-panel a:not(.btn){font-weight:500}
.bm-account-panel .card{overflow:hidden;border-color:var(--line);border-radius:15px;background:#fff;box-shadow:none}
.bm-account-panel .card:hover{transform:none;box-shadow:none}
.bm-account-panel .card-header{padding:15px 18px;border-bottom-color:var(--line);background:var(--bg-soft);font-family:var(--display);font-weight:600}
.bm-account-panel .card-body{padding:19px}
.bm-account-alert{display:grid;grid-template-columns:20px 1fr auto;align-items:start;gap:10px;width:min(100%,980px);margin:0 auto 20px;padding:14px 15px;border:1px solid;border-radius:12px;font-size:13px;line-height:1.5;box-shadow:0 8px 22px -18px rgba(11,15,25,.32)}
.bm-account-alert .btn-close{font-size:9px;padding:7px;opacity:.55}
.bm-account-alert-success{color:#126344;background:#f1faf6;border-color:#cfeadd}
.bm-account-alert-danger{color:#963333;background:#fff5f5;border-color:#efd0d0}

/* Account forms */
.bm-account-form fieldset{min-width:0;margin:0 0 34px;padding:0;border:0}
.bm-account-form fieldset+fieldset{padding-top:31px;border-top:1px solid var(--line)}
.bm-account-form legend{float:none;width:100%;margin:0 0 23px;padding:0;border:0;font-family:var(--display);font-size:1.18rem;font-weight:600;letter-spacing:-.025em;color:var(--ink)}
.bm-account-form fieldset>.row{--bs-gutter-x:0;display:grid;grid-template-columns:minmax(150px,210px) minmax(0,1fr);align-items:start;gap:22px;margin:0 0 18px!important}
.bm-account-form fieldset>.row>[class*="col-"]{width:auto;max-width:none;padding:0}
.bm-account-form .col-form-label,.bm-account-form .form-label{padding:11px 0 0;margin:0;color:var(--ink-2);font-size:12.5px;font-weight:600;line-height:1.35}
.bm-account-form .required>.col-form-label::after,.bm-account-form .required>label::after{content:" *";color:var(--danger)}
.bm-account-form .form-control,.bm-account-form .form-select{min-height:50px;padding:11px 14px;border-color:var(--line-2);border-radius:11px;background:#fff;font-size:14px;box-shadow:0 1px 2px rgba(11,15,25,.025);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}
.bm-account-form textarea.form-control{min-height:118px;resize:vertical}
.bm-account-form .form-control:hover,.bm-account-form .form-select:hover{border-color:#c8d0db}
.bm-account-form .form-control:focus,.bm-account-form .form-select:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(22,141,204,.11)}
.bm-account-form .input-group>.form-control,.bm-account-form .input-group>.form-select{border-radius:11px 0 0 11px}
.bm-account-form .input-group>.btn{border-radius:0 11px 11px 0}
.bm-account-form .input-group-text{min-width:44px;justify-content:center;background:var(--bg-soft)}
.bm-account-form .form-check{min-height:24px;margin:7px 0}
.bm-account-form .form-check-input{border-color:#bfc7d2}
.bm-account-form .form-check-input:checked{background-color:var(--accent);border-color:var(--accent)}
.bm-account-form .invalid-feedback{font-size:11.5px}
.bm-account-password-wrap{position:relative}
.bm-account-password-wrap .form-control{padding-right:52px}
.bm-account-password-wrap .bm-password-toggle{right:7px}
.bm-account-password-wrap .form-control.is-invalid{padding-right:52px;background-image:none}
.bm-account-form .form-check-input.is-invalid{border-color:var(--danger);box-shadow:0 0 0 3px rgba(220,53,69,.10)}
#bm-register-alert[hidden]{display:none!important}
.bm-account-form>.row:last-child,.bm-account-form>.text-end:last-child,.bm-account-panel>.row:last-child{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:31px 0 0!important;padding-top:27px;border-top:1px solid var(--line)}
.bm-account-form>.text-end:last-child{justify-content:flex-end;flex-wrap:wrap}
.bm-account-form>.row:last-child>.col,.bm-account-panel>.row:last-child>.col{width:auto;flex:0 0 auto;padding:0}
.bm-account-form .btn,.bm-account-panel>.row:last-child .btn{min-height:44px;padding:10px 17px;border-radius:10px}
.bm-account-panel .form-text{font-size:11.5px;color:var(--muted)}

/* Lists, tables and detail surfaces */
.bm-account-panel .table-responsive{margin:18px 0 22px;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:auto}
.bm-account-panel .table{min-width:620px;margin:0;vertical-align:middle;font-size:13px}
.bm-account-panel .table>:not(caption)>*>*{padding:14px 15px;border-color:var(--line)}
.bm-account-panel .table thead th{border-bottom-width:1px;background:var(--bg-soft);color:var(--ink-2);font-family:var(--mono);font-size:9.5px;font-weight:500;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap}
.bm-account-panel .table tbody tr:last-child>*{border-bottom:0}
.bm-account-panel .table-hover>tbody>tr:hover>*{--bs-table-accent-bg:#fbfcfd}
.bm-account-panel .list-group{overflow:hidden;border:1px solid var(--line);border-radius:14px}
.bm-account-panel .list-group-item{padding:14px 16px;border-color:var(--line)}
.bm-account-panel .pagination{margin:19px 0 0}
.bm-account-panel .page-link{border-color:var(--line);font-size:12px}
.bm-account-panel .text-muted{color:var(--muted)!important}
.bm-account-panel dl.row{margin:0}
.bm-account-panel dl.row dt,.bm-account-panel dl.row dd{padding-block:8px;border-bottom:1px solid var(--line)}
#address>.row,#payment-method>.row{margin-inline:0}
#address .card,#payment-method .card{margin-bottom:14px}

/* Dashboard */
.bm-account-heading{width:min(100%,980px);margin:0 auto 31px}
.bm-account-kicker,.bm-auth-kicker{display:block;margin-bottom:12px;font-family:var(--mono);font-size:10px;font-weight:500;letter-spacing:.15em;color:var(--accent-ink)}
.bm-account-heading h1{margin:0 0 12px;font-size:clamp(2.4rem,5vw,3.5rem);letter-spacing:-.05em}
.bm-account-heading p{margin:0;color:var(--muted);font-size:15px}
.bm-account-dashboard{width:min(100%,980px);margin-inline:auto;display:grid;gap:20px}
.bm-account-group{padding:27px;border:1px solid rgba(217,223,231,.98);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 22px 50px -38px rgba(11,15,25,.38)}
.bm-account-group-head{display:flex;align-items:center;gap:14px;margin-bottom:22px}
.bm-account-group-icon{width:42px;height:42px;display:grid;place-items:center;flex:none;border:1px solid #d1e6f2;border-radius:12px;background:var(--accent-soft);color:var(--accent-ink)}
.bm-account-group-head h2{margin:0 0 3px;font-size:1.22rem}
.bm-account-group-head p{margin:0;color:var(--muted);font-size:12.5px}
.bm-account-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.bm-account-link-card{display:grid;grid-template-columns:34px minmax(0,1fr) 16px;align-items:center;gap:11px;min-height:62px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:var(--bg-soft);color:var(--ink-2);transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}
.bm-account-link-card:hover{color:var(--ink);transform:translateY(-1px);border-color:#cbd4df;background:#fff;box-shadow:0 10px 24px -20px rgba(11,15,25,.38)}
.bm-account-link-card>span{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--accent-ink)}
.bm-account-link-card strong{min-width:0;font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bm-account-link-card>.fa-arrow-right{font-size:11px;color:#9ca5b1;transition:transform .16s ease}
.bm-account-link-card:hover>.fa-arrow-right{transform:translateX(2px);color:var(--accent-ink)}

/* Auth screens: one clean divider only, with a restrained Stripe-like ribbon. */
.bm-auth-page{position:relative;min-height:0;isolation:isolate;overflow:hidden;border-bottom:0;background:linear-gradient(180deg,#fbfcfe 0%,#f6f8fb 100%)}
.bm-auth-ribbon{position:absolute;z-index:-1;top:-265px;left:50%;width:1100px;height:560px;transform:translateX(-50%) rotate(-7deg);border-radius:50%;opacity:.78;filter:blur(2px);background:conic-gradient(from 210deg at 48% 54%,rgba(22,141,204,.04),rgba(22,141,204,.32),rgba(109,84,199,.19),rgba(232,151,73,.16),rgba(22,141,204,.05));-webkit-mask-image:linear-gradient(#000,transparent 82%);mask-image:linear-gradient(#000,transparent 82%)}
.bm-auth-page::before,.bm-auth-page::after{display:none}
.bm-auth-wrap{padding-top:70px;padding-bottom:78px}
.bm-auth-card{width:min(100%,520px);padding:43px 46px 0;border:1px solid rgba(215,221,229,.98);border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 34px 75px -42px rgba(11,15,25,.42),0 14px 30px -24px rgba(11,15,25,.26)}
.bm-auth-card::before{display:none}
.bm-auth-brand{display:flex;justify-content:center;margin-bottom:20px}
.bm-auth-brand .bm-logo{width:40px;height:40px;border-radius:12px}
.bm-auth-brand .bm-logo::before,.bm-auth-brand .bm-logo::after{top:13px;width:5px;height:5px}
.bm-auth-brand .bm-logo::before{left:11px}.bm-auth-brand .bm-logo::after{right:11px}.bm-auth-brand .bm-logo span{left:11px;right:11px;bottom:10px;height:4px}
.bm-auth-mark{width:48px;height:48px;margin:0 auto 20px;border-radius:14px;font-size:20px}
.bm-auth-head{margin-bottom:28px}
.bm-auth-head h1{font-size:clamp(2rem,4vw,2.45rem);margin-bottom:9px}
.bm-auth-head p{font-size:13.5px;line-height:1.58}
.bm-auth-form{gap:19px}
.bm-auth-form .form-control{height:54px;border-radius:10px}
.bm-auth-submit{min-height:53px;margin-top:4px;border-radius:10px}
.bm-auth-register{margin:28px -46px 0;padding:21px 46px;border-top:1px solid var(--line);border-radius:0 0 18px 18px;background:#fafbfc}
.bm-auth-register a{display:inline-flex;align-items:center;gap:7px}
.bm-auth-copy{margin:-5px 0 4px;color:var(--muted);font-size:13px;text-align:center}
.bm-auth-code-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}
.bm-auth-code-row .btn{min-height:54px;border-radius:10px;padding-inline:16px}
.bm-eye-closed{display:none}
.bm-password-toggle[aria-pressed="true"] .bm-eye-open{display:none}
.bm-password-toggle[aria-pressed="true"] .bm-eye-closed{display:inline-block}

@media(max-width:760px){
  .bm-account-wrap{padding-top:50px;padding-bottom:64px}
  .bm-account-panel{padding:34px 30px 32px!important}
  .bm-account-form fieldset>.row{grid-template-columns:1fr;gap:7px}
  .bm-account-form .col-form-label,.bm-account-form .form-label{padding-top:0}
  .bm-account-link-grid{grid-template-columns:1fr}
  .bm-auth-wrap{padding-top:54px;padding-bottom:62px}
  .bm-auth-card{padding:37px 34px 0}
  .bm-auth-register{margin-inline:-34px;padding-inline:34px}
}
@media(max-width:520px){
  .bm-account-wrap{padding-top:34px;padding-bottom:46px}
  .bm-account-panel{padding:28px 21px 26px!important;border-radius:17px}
  .bm-account-panel>h1{font-size:1.9rem}
  .bm-account-form fieldset{margin-bottom:28px}
  .bm-account-form fieldset+fieldset{padding-top:27px}
  .bm-account-form>.row:last-child,.bm-account-panel>.row:last-child{align-items:stretch;flex-direction:column-reverse}
  .bm-account-form>.row:last-child .btn,.bm-account-panel>.row:last-child .btn{width:100%}
  .bm-account-form>.text-end:last-child{align-items:stretch;flex-direction:column}
  .bm-account-form>.text-end:last-child>.form-check{margin-right:0!important}
  .bm-account-heading{margin-bottom:24px}
  .bm-account-heading h1{font-size:2.25rem}
  .bm-account-group{padding:21px 18px;border-radius:15px}
  .bm-account-group-head{align-items:flex-start}
  .bm-account-group-head p{font-size:12px}
  .bm-account-link-card{padding-inline:11px}
  .bm-auth-ribbon{top:-330px;width:760px;height:520px}
  .bm-auth-wrap{padding-top:36px;padding-bottom:46px}
  .bm-auth-card{padding:31px 22px 0;border-radius:16px}
  .bm-auth-register{margin-inline:-22px;padding:19px 22px;border-radius:0 0 16px 16px}
  .bm-auth-code-row{grid-template-columns:1fr}
  .bm-auth-code-row .btn{width:100%}
}
@media(max-width:360px){
  .bm-account-panel{padding-inline:18px!important}
  .bm-account-group{padding-inline:15px}
  .bm-auth-card{padding-inline:18px}
  .bm-auth-register{margin-inline:-18px;padding-inline:18px}
}

/* Account creation success */
.bm-success-page{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(180deg,#fbfcfe 0%,#f6f8fb 100%)}
.bm-success-wrap{padding-top:76px;padding-bottom:84px}
.bm-success-card{width:min(100%,680px);margin-inline:auto;padding:52px 56px 0;text-align:center;border:1px solid rgba(215,221,229,.98);border-radius:20px;background:rgba(255,255,255,.98);box-shadow:0 34px 75px -42px rgba(11,15,25,.42),0 14px 30px -24px rgba(11,15,25,.26)}
.bm-success-icon{width:64px;height:64px;margin:0 auto 24px;display:grid;place-items:center;border:1px solid rgba(24,139,96,.2);border-radius:18px;background:rgba(24,139,96,.1);color:var(--ok);box-shadow:0 18px 38px -26px rgba(24,139,96,.65)}
.bm-success-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.bm-success-card .bm-auth-kicker{margin-bottom:13px}
.bm-success-card h1{max-width:560px;margin:0 auto 20px;font-size:clamp(2.15rem,5vw,3rem);letter-spacing:-.045em}
.bm-success-copy{max-width:550px;margin-inline:auto;color:var(--muted);font-size:14.5px;line-height:1.75}
.bm-success-copy p{margin:0 0 14px}
.bm-success-copy p:last-child{margin-bottom:0}
.bm-success-copy a{font-weight:600}
.bm-success-actions{margin:35px -56px 0;padding:24px 56px;border-top:1px solid var(--line);border-radius:0 0 20px 20px;background:#fafbfc}
.bm-success-button{width:100%;min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:11px}
.bm-success-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .16s ease}
.bm-success-button:hover svg{transform:translateX(3px)}
@media(max-width:760px){
  .bm-success-wrap{padding-top:54px;padding-bottom:64px}
  .bm-success-card{padding:42px 34px 0}
  .bm-success-actions{margin-inline:-34px;padding-inline:34px}
}
@media(max-width:520px){
  .bm-success-wrap{padding-top:36px;padding-bottom:48px}
  .bm-success-card{padding:34px 22px 0;border-radius:17px}
  .bm-success-icon{width:58px;height:58px;margin-bottom:21px;border-radius:16px}
  .bm-success-card h1{font-size:2rem}
  .bm-success-copy{font-size:13.5px;line-height:1.68}
  .bm-success-actions{margin-inline:-22px;padding:20px 22px;border-radius:0 0 17px 17px}
}
@media(max-width:360px){
  .bm-success-card{padding-inline:18px}
  .bm-success-actions{margin-inline:-18px;padding-inline:18px}
}

/* Global notification toasts */
.bm-toast-stack{position:fixed;right:24px;bottom:24px;z-index:2100;width:min(390px,calc(100vw - 32px));display:grid;gap:11px;pointer-events:none}
.bm-toast{--bm-toast-accent:#54a9dc;position:relative;display:grid;grid-template-columns:38px minmax(0,1fr) 30px;align-items:start;gap:12px;overflow:hidden;padding:14px 13px 15px 14px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(17,22,29,.96);color:#f4f7fa;box-shadow:0 24px 60px -28px rgba(0,0,0,.68),0 10px 28px -20px rgba(0,0,0,.58);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);opacity:0;transform:translateY(14px) scale(.98);transition:opacity .2s ease,transform .2s ease,border-color .2s ease;pointer-events:auto}
.bm-toast.is-visible{opacity:1;transform:none}
.bm-toast.is-closing{opacity:0;transform:translateY(8px) scale(.985)}
.bm-toast-success{--bm-toast-accent:#4cc38a;border-color:rgba(76,195,138,.24)}
.bm-toast-danger{--bm-toast-accent:#ef6a6a;border-color:rgba(239,106,106,.25)}
.bm-toast-warning{--bm-toast-accent:#e8a253;border-color:rgba(232,162,83,.25)}
.bm-toast-info{--bm-toast-accent:#54a9dc;border-color:rgba(84,169,220,.25)}
.bm-toast-icon{width:38px;height:38px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--bm-toast-accent) 28%,transparent);border-radius:11px;background:color-mix(in srgb,var(--bm-toast-accent) 13%,transparent);color:var(--bm-toast-accent)}
.bm-toast-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.bm-toast-copy{min-width:0;padding-top:1px}
.bm-toast-title{display:block;margin:0 0 2px;color:#fff;font-size:13.5px;font-weight:600;line-height:1.35}
.bm-toast-message{color:rgba(238,243,247,.74);font-size:12.5px;line-height:1.55;overflow-wrap:anywhere}
.bm-toast-message:empty{display:none}
.bm-toast-message a{color:#8fd0f3;text-decoration:underline;text-decoration-color:rgba(143,208,243,.45);text-underline-offset:2px}
.bm-toast-message a:hover{color:#c4eaff}
.bm-toast-close{width:30px;height:30px;display:grid;place-items:center;margin:-3px -4px 0 0;padding:0;border:0;border-radius:8px;background:transparent;color:rgba(238,243,247,.55);transition:background .15s ease,color .15s ease}
.bm-toast-close:hover{background:rgba(255,255,255,.07);color:#fff}
.bm-toast-close svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.bm-toast-progress{position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--bm-toast-accent);transform-origin:left;animation:bm-toast-progress var(--bm-toast-duration,6000ms) linear forwards;opacity:.85}
.bm-toast.is-paused .bm-toast-progress{animation-play-state:paused}
@keyframes bm-toast-progress{from{transform:scaleX(1)}to{transform:scaleX(0)}}
@media(max-width:620px){
  .bm-toast-stack{right:16px;bottom:16px;left:16px;width:auto}
  .bm-toast{grid-template-columns:36px minmax(0,1fr) 28px;padding:13px 11px 14px 13px;border-radius:13px}
  .bm-toast-icon{width:36px;height:36px;border-radius:10px}
}
@media(prefers-reduced-motion:reduce){
  .bm-toast{transition:none}
  .bm-toast-progress{animation:none}
}

/* Account security cards: keep the primary action clear of the card edge */
#account-authorize .bm-auth-card,
#account-authorize-state .bm-auth-card{padding-bottom:44px}
#account-authorize .bm-auth-submit,
#account-authorize-state .bm-auth-submit{margin-bottom:0}
@media (max-width:767px){
  #account-authorize .bm-auth-card,
  #account-authorize-state .bm-auth-card{padding-bottom:32px}
}
@media (max-width:420px){
  #account-authorize .bm-auth-card,
  #account-authorize-state .bm-auth-card{padding-bottom:26px}
}

/* Security verification flow: send first, then enter and submit the code */
#account-authorize .bm-auth-form{gap:18px}
#account-authorize .bm-auth-ajax-alert:empty{display:none}
#account-authorize .bm-auth-copy{margin-bottom:0}
#account-authorize .bm-auth-send{
  position:relative;
  width:100%;
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 18px;
  border:1px solid var(--line-2);
  border-radius:10px;
  background:rgba(255,255,255,.025);
  color:var(--ink);
  font-size:14px;
  font-weight:600;
  box-shadow:0 8px 22px -20px rgba(0,0,0,.45);
  transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease;
}
#account-authorize .bm-auth-send:hover{
  border-color:rgba(84,169,220,.48);
  background:rgba(84,169,220,.075);
  color:var(--accent-ink);
  transform:translateY(-1px);
}
#account-authorize .bm-auth-send:disabled{cursor:wait;opacity:.68;transform:none}
#account-authorize .bm-auth-send-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:rgba(84,169,220,.11);color:var(--accent-ink)}
#account-authorize .bm-auth-send-icon svg{width:15px;height:15px}
#account-authorize .bm-auth-send.is-loading .bm-auth-send-icon{animation:bm-authorize-pulse .85s ease-in-out infinite alternate}
#account-authorize .bm-auth-code-field{margin-top:3px}
#account-authorize .bm-auth-code-row{grid-template-columns:minmax(0,1fr) 132px;gap:10px}
#account-authorize .bm-auth-code-row .form-control{padding-left:20px;padding-right:20px}
#account-authorize .bm-auth-code-submit{
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 18px;
  border-radius:10px;
  font-size:14px;
  font-weight:600;
  box-shadow:0 13px 26px -17px rgba(12,121,179,.8);
}
#account-authorize .bm-auth-code-submit svg{width:14px;height:14px;transition:transform .16s ease}
#account-authorize .bm-auth-code-submit:hover svg{transform:translateX(3px)}
@keyframes bm-authorize-pulse{from{opacity:.45;transform:scale(.94)}to{opacity:1;transform:scale(1)}}
@media(max-width:520px){
  #account-authorize .bm-auth-code-row{grid-template-columns:1fr}
  #account-authorize .bm-auth-code-submit{width:100%}
}
@media(prefers-reduced-motion:reduce){
  #account-authorize .bm-auth-send.is-loading .bm-auth-send-icon{animation:none}
}

/* Boxed information and contact pages */
[id^="information-"]{width:100%;max-width:var(--maxw);margin-inline:auto;padding:64px var(--pad) 76px}
[id^="information-"]>.breadcrumb{display:none!important}
[id^="information-"]>.row{margin:0}
[id^="information-"]>.row>#column-left,
[id^="information-"]>.row>#column-right{display:none!important}
[id^="information-"]>.row>#content{width:100%;max-width:none;flex:0 0 100%;padding:0}
[id^="information-"]>.row>#content>h1{margin:0 0 24px;font-size:clamp(2.2rem,4vw,3.1rem);letter-spacing:-.045em}
[id^="information-"]>.row>#content{padding:42px 46px 44px;border:1px solid var(--line);border-radius:20px;background:var(--bg);box-shadow:var(--shadow)}
#information-information #content>h1+*,
#information-information #content .bm-information-copy{color:var(--muted)}
#information-information #content p{margin:0 0 16px}
#information-information #content h2,
#information-information #content h3,
#information-information #content h4{margin:32px 0 13px}
#information-information #content ul,
#information-information #content ol{padding-left:22px}
#information-contact #content form{margin-top:30px}
#information-contact #content fieldset{margin:0 0 30px;padding:0;border:0}
#information-contact #content legend{margin:0 0 18px;font-family:var(--display);font-size:1.25rem;font-weight:600;color:var(--ink)}
#information-contact #content .form-control{min-height:52px}
#information-contact #content textarea.form-control{min-height:160px;resize:vertical}
#information-contact #content .text-end{margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}
#information-contact #content .btn-primary{min-width:150px;min-height:48px}
@media(max-width:760px){
  [id^="information-"]{padding-top:42px;padding-bottom:56px}
  [id^="information-"]>.row>#content{padding:34px 30px 36px;border-radius:18px}
}
@media(max-width:520px){
  [id^="information-"]{padding:28px 20px 42px}
  [id^="information-"]>.row>#content{padding:27px 21px 30px;border-radius:16px}
  [id^="information-"]>.row>#content>h1{font-size:2rem}
  #information-contact #content .btn-primary{width:100%}
}

/* ============================================================
   Bytemonkey 1.4.0 — unified account form system
   ============================================================ */
.bm-account-form fieldset{margin-bottom:36px}
.bm-account-form fieldset+fieldset{padding-top:32px}
.bm-account-form legend{margin-bottom:24px}
.bm-account-form fieldset>.row,
.bm-account-simple-form>.row{
  --bs-gutter-x:0;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  align-items:start;
  gap:8px;
  margin:0 0 20px!important;
}
.bm-account-form fieldset>.row>[class*="col-"],
.bm-account-simple-form>.row>[class*="col-"]{
  width:100%;
  max-width:none;
  padding:0;
}
.bm-account-form .col-form-label,
.bm-account-form .form-label,
.bm-account-simple-form .col-form-label,
.bm-account-simple-form .form-label{
  display:block;
  width:100%;
  padding:0;
  margin:0;
  color:var(--ink-2);
  font-size:12.5px;
  font-weight:600;
  line-height:1.4;
  text-align:left;
}
.bm-account-form .form-control,
.bm-account-form .form-select,
.bm-account-simple-form .form-control,
.bm-account-simple-form .form-select{
  width:100%;
  min-height:52px;
  padding:12px 14px;
}
.bm-account-form textarea.form-control,
.bm-account-simple-form textarea.form-control{min-height:122px}
.bm-account-form .invalid-feedback,
.bm-account-simple-form .invalid-feedback{margin-top:6px}

.bm-account-form fieldset>.bm-switch-field{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  width:auto;
  max-width:100%;
  min-height:52px;
  padding:13px 15px;
  border:1px solid var(--line);
  border-radius:11px;
  background:var(--bg-soft);
}
.bm-account-form .bm-switch-field>.col-form-label{
  width:auto;
  flex:0 1 auto;
  font-size:13px;
}
.bm-account-form .bm-switch-field>[class*="col-"]{
  width:auto;
  flex:0 0 auto;
}
.bm-account-form .bm-switch-field .form-check{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:22px;
  margin:0;
  padding:0;
}
.bm-account-form .bm-switch-field .form-check-input{
  float:none;
  flex:none;
  margin:0;
}

.bm-account-form fieldset>.bm-choice-field{gap:10px}
.bm-account-form .bm-choice-field>[class*="col-"]{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:9px;
}
.bm-account-form .bm-choice-field .form-check,
.bm-account-form .bm-choice-field .form-check-inline{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:38px;
  margin:0;
  padding:8px 12px;
  border:1px solid var(--line);
  border-radius:10px;
  background:var(--bg-soft);
}
.bm-account-form .bm-choice-field .form-check-input,
.bm-account-form .bm-choice-field .form-check-inline .form-check-input{
  float:none;
  margin:0;
}
.bm-account-form .bm-choice-field .form-check-label{line-height:1.25}

.bm-account-form>.text-end.bm-account-actions-consent:last-child{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  text-align:left;
}
.bm-account-actions-consent .form-check{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  min-height:28px;
  margin:0!important;
  padding:0;
}
.bm-account-actions-consent .form-check-label{
  order:1;
  margin:0;
  line-height:1.45;
}
.bm-account-actions-consent .form-check-input{
  order:2;
  float:none;
  flex:none;
  margin:0;
}
.bm-account-actions-consent .btn{justify-self:end}

@media(max-width:520px){
  .bm-account-form fieldset>.row,
  .bm-account-simple-form>.row{gap:7px;margin-bottom:18px!important}
  .bm-account-form fieldset>.bm-switch-field{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    width:100%;
    padding:13px 14px;
  }
  .bm-account-form>.text-end.bm-account-actions-consent:last-child{
    display:flex;
    align-items:stretch;
    flex-direction:column;
    gap:16px;
    text-align:left;
  }
  .bm-account-actions-consent .form-check{align-self:flex-start}
  .bm-account-actions-consent .btn{width:100%}
}

/* ============================================================
   Bytemonkey 1.4.1 — mobile account rhythm and logout
   ============================================================ */
.bm-mobile-nav .bm-mobile-logout{
  color:#a13b3b;
}
.bm-mobile-nav .bm-mobile-logout:hover{
  color:#7f2525;
}

@media(max-width:520px){
  .bm-account-wrap{
    padding-bottom:24px;
  }

  .bm-account-page + .bm-foot{
    padding-top:50px;
  }
}

@media(max-width:360px){
  .bm-account-wrap{
    padding-bottom:20px;
  }

  .bm-account-page + .bm-foot{
    padding-top:44px;
  }
}


/* ============================================================
   Bytemonkey 1.4.7 — compact account icon
   ============================================================ */
.bm-account-action,
.bm-account .bm-acc-toggle.bm-account-action{
  width:36px;
  height:36px;
  min-width:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:0;
  padding:0;
  border:1px solid var(--line-2);
  border-radius:9px;
  background:#fff;
  color:var(--ink-2);
  box-shadow:var(--shadow-xs);
  transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease,color .15s ease;
}
.bm-account-action svg{
  width:17px;
  height:17px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.bm-account-action:hover,
.bm-account .bm-acc-toggle.bm-account-action:hover{
  color:var(--ink);
  border-color:#c4ccd8;
  background:var(--bg-soft);
  transform:translateY(-1px);
}
.bm-account .dropdown-menu{
  margin-top:10px;
}

@media(max-width:760px){
  .bm-account{display:block}
  .bm-account-action,
  .bm-account .bm-acc-toggle.bm-account-action{width:35px;height:35px;min-width:35px}
}

@media(max-width:360px){
  .bm-word{display:none}
  .bm-brand{gap:0}
  .bm-nav-in{gap:8px}
  .bm-nav-right{gap:6px}
}


