
:root{--bm-navy:#002B5B;--bm-blue:#004B8D;--bm-cyan:#00A6D6;--bm-yellow:#F7C600;--bm-ink:#0B1F3A;--bm-text:#334155;--bm-muted:#64748B;--bm-bg:#F6F8FB;--bm-line:#DDE6F1;--bm-card:#fff;--bm-radius:14px;--bm-shadow:0 10px 30px rgba(0,43,91,.08)}
*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Hiragino Sans','Hiragino Kaku Gothic ProN','Yu Gothic',Meiryo,sans-serif;color:var(--bm-text);background:#fff;line-height:1.8}a{color:var(--bm-navy);text-decoration:none}a:hover{color:var(--bm-blue)}img{max-width:100%;height:auto;vertical-align:middle}.bm-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.bm-skip-link{position:absolute;left:-9999px}.bm-skip-link:focus{left:16px;top:16px;z-index:999;background:#fff;padding:8px 12px}.screen-reader-text{position:absolute;clip:rect(1px,1px,1px,1px)}
.bm-topbar{background:var(--bm-navy);color:#fff;font-size:12px}.bm-topbar__inner{display:flex;justify-content:space-between;gap:20px;align-items:center;min-height:30px}.bm-topbar p{margin:0}.bm-topbar__links{display:flex;gap:14px}.bm-topbar a{color:#fff;opacity:.9}.bm-site-header{background:#fff;border-bottom:1px solid var(--bm-line);position:sticky;top:0;z-index:100}.bm-header-main{display:flex;align-items:center;gap:28px;min-height:86px}.bm-logo img{width:220px;display:block}.bm-nav{margin-left:auto}.bm-nav__list{display:flex;align-items:center;gap:22px;margin:0;padding:0;list-style:none}.bm-nav__list a{display:flex;flex-direction:column;text-align:center;font-weight:800;color:var(--bm-ink);font-size:14px;line-height:1.1}.bm-nav__list small{font-size:9px;color:var(--bm-muted);letter-spacing:.08em;margin-top:5px}.bm-search-toggle{border:0;background:#fff;color:var(--bm-navy);font-size:34px;line-height:1;cursor:pointer}.bm-menu-toggle{display:none}.bm-search-panel{border-top:1px solid var(--bm-line);padding:16px;background:#fff}.bm-search-form{display:flex;width:100%}.bm-search-form__field{width:100%;border:1px solid var(--bm-line);border-radius:8px 0 0 8px;padding:13px 14px;font-size:15px}.bm-search-form__submit{border:0;background:var(--bm-navy);color:#fff;border-radius:0 8px 8px 0;padding:0 18px;font-weight:800}
.bm-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--bm-navy);color:#fff!important;border:1px solid var(--bm-navy);border-radius:8px;padding:12px 22px;font-weight:800;line-height:1.2;transition:.2s}.bm-button:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(0,43,91,.16);color:#fff}.bm-button--yellow{background:var(--bm-yellow);border-color:var(--bm-yellow);color:var(--bm-ink)!important}.bm-button--white{background:#fff;border-color:#fff;color:var(--bm-navy)!important}.bm-button--ghost{background:#fff;color:var(--bm-navy)!important;border-color:var(--bm-line)}.bm-button--outline{background:transparent;border-color:rgba(255,255,255,.4);color:#fff!important}
.bm-front-hero{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 45%,rgba(238,246,255,.7)),url('../img/placeholders/hero-water.svg') center/cover no-repeat;border-bottom:1px solid var(--bm-line)}.bm-front-hero__inner{min-height:520px;display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:center;gap:40px}.bm-front-hero h1{font-size:44px;line-height:1.55;color:var(--bm-ink);margin:20px 0 14px;letter-spacing:.02em}.bm-front-hero p{font-size:17px;max-width:640px;color:var(--bm-text)}.bm-hero-tags{display:flex;flex-wrap:wrap;gap:8px}.bm-hero-tags span{background:#fff;border:1px solid var(--bm-line);border-radius:999px;padding:5px 10px;color:var(--bm-navy);font-size:12px;font-weight:800}.bm-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.bm-hero-ranking{background:#fff;border:1px solid var(--bm-line);border-radius:var(--bm-radius);box-shadow:var(--bm-shadow);overflow:hidden}.bm-hero-ranking h2,.bm-widget__title{background:var(--bm-navy);color:#fff;font-size:16px;text-align:center;margin:0;padding:12px}
.bm-front-layout,.bm-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:36px;align-items:start;padding:42px 0 64px}.bm-front-main{min-width:0}.bm-notice-bar{display:flex;gap:18px;align-items:center;background:#f2f6fb;border:1px solid var(--bm-line);padding:14px 18px;border-radius:10px;margin-bottom:32px}.bm-notice-bar strong{color:var(--bm-ink)}.bm-notice-bar time{font-size:14px;color:var(--bm-muted)}
.bm-front-section{margin:0 0 46px}.bm-section-head{margin-bottom:20px}.bm-section-head span,.bm-kicker{display:inline-block;color:var(--bm-blue);font-size:12px;font-weight:900;letter-spacing:.08em}.bm-section-head h2,.bm-related h2{font-size:25px;color:var(--bm-ink);line-height:1.35;margin:4px 0 8px;padding-left:14px;border-left:5px solid var(--bm-navy)}.bm-section-head p{margin:0;color:var(--bm-muted)}.bm-card-grid{display:grid;gap:20px}.bm-card-grid--4{grid-template-columns:repeat(4,1fr)}.bm-card-grid--3{grid-template-columns:repeat(3,1fr)}.bm-card-grid--2{grid-template-columns:repeat(2,1fr)}.bm-card{background:#fff;border:1px solid var(--bm-line);border-radius:12px;overflow:hidden;box-shadow:0 6px 20px rgba(0,43,91,.05);transition:.2s}.bm-card:hover{transform:translateY(-2px);box-shadow:var(--bm-shadow)}.bm-card__thumb{display:block;position:relative;aspect-ratio:16/10;overflow:hidden;background:#eaf2fa}.bm-card__image{width:100%;height:100%;object-fit:cover}.bm-card__label-wrap{position:absolute;top:10px;left:10px}.bm-card__body{padding:14px}.bm-card__title{font-size:16px;line-height:1.55;margin:0 0 8px;color:var(--bm-ink)}.bm-card__title a{color:inherit}.bm-card__excerpt{font-size:13px;color:var(--bm-muted);margin:0 0 8px}.bm-card__date{font-size:12px;color:var(--bm-muted)}.bm-label{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:800;color:#fff;background:var(--bm-blue)}.bm-label--beginner-guide{background:var(--bm-cyan)}.bm-label--racers{background:#7653c8}.bm-label--stadium{background:var(--bm-navy)}.bm-label--openchat{background:#139866}.bm-label--note{background:var(--bm-yellow);color:var(--bm-ink)}.bm-section-action{text-align:center;margin-top:22px}.bm-empty-card{padding:20px;border:1px dashed var(--bm-line);border-radius:12px;background:#fff;color:var(--bm-muted)}
.bm-feature-card{display:grid;grid-template-columns:1fr 1fr;gap:0;background:#fff;border:1px solid var(--bm-line);border-radius:var(--bm-radius);overflow:hidden;box-shadow:var(--bm-shadow)}.bm-feature-card__image img{width:100%;height:100%;object-fit:cover}.bm-feature-card__body{padding:26px}.bm-feature-card h3{font-size:24px;color:var(--bm-ink);margin:12px 0}.bm-tags{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}.bm-tags span{background:#eef5fc;color:var(--bm-navy);border-radius:999px;padding:4px 9px;font-size:12px;font-weight:800}.bm-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.bm-category-card{display:block;background:#fff;border:1px solid var(--bm-line);border-radius:12px;padding:18px;min-height:152px;transition:.2s}.bm-category-card:hover{background:#f5fbff;transform:translateY(-2px)}.bm-category-card__icon{display:block;width:36px;height:36px;background:var(--bm-navy);border-radius:10px;margin-bottom:12px}.bm-category-card strong{display:block;color:var(--bm-ink);font-size:17px}.bm-category-card span:not(.bm-category-card__icon){display:block;color:var(--bm-muted);font-size:13px;margin-top:4px}.bm-category-card em{display:block;margin-top:12px;font-style:normal;color:var(--bm-navy);font-size:13px;font-weight:800}.bm-note-section,.bm-pr-section,.bm-safety-section{border-radius:var(--bm-radius);padding:28px;border:1px solid var(--bm-line);background:#eef7ff}.bm-pr-section{background:linear-gradient(135deg,var(--bm-navy),#005a9e);color:#fff}.bm-pr-section h2,.bm-pr-section p,.bm-pr-section .bm-kicker{color:#fff}.bm-safety-section{background:#fff8dc;border-color:#f5df9a}.bm-safety-section strong{display:block;color:var(--bm-ink);font-size:20px;margin-bottom:8px}.bm-coming-soon{display:inline-flex;margin-top:12px;background:#fff;border:1px solid var(--bm-line);padding:6px 10px;border-radius:999px;color:var(--bm-muted);font-weight:800;font-size:12px}
.bm-sidebar{display:grid;gap:22px}.bm-widget,.bm-side-cta{background:#fff;border:1px solid var(--bm-line);border-radius:12px;overflow:hidden;box-shadow:0 6px 18px rgba(0,43,91,.04)}.bm-widget:not(.bm-widget--search){padding:0 0 16px}.bm-widget p{padding:0 16px;margin:14px 0}.bm-ranking-list{list-style:none;margin:0;padding:12px;display:grid;gap:10px}.bm-ranking-list li{display:grid;grid-template-columns:28px 64px 1fr;align-items:center;gap:10px}.bm-ranking-list li>span{display:grid;place-items:center;background:var(--bm-yellow);color:var(--bm-ink);font-weight:900;border-radius:4px;height:28px}.bm-ranking-list li:nth-child(n+4)>span{background:#eef2f6}.bm-ranking-list__image{width:64px;height:44px;object-fit:cover;border-radius:5px}.bm-ranking-list a{font-size:13px;font-weight:800;line-height:1.45}.bm-category-list{list-style:none;margin:0;padding:14px 18px;display:grid;gap:9px}.bm-category-list a{font-weight:800}.bm-side-cta{padding:20px;background:#f7fbff}.bm-side-cta--pr{background:linear-gradient(135deg,#eef7ff,#fff)}.bm-side-cta h2{font-size:18px;color:var(--bm-ink);margin:0 0 10px}.bm-side-cta p{margin:0 0 14px;color:var(--bm-text)}.bm-text-link{font-weight:800;padding:0 16px;display:inline-block}
.bm-breadcrumbs{font-size:13px;margin-bottom:22px}.bm-breadcrumbs ol{display:flex;gap:8px;flex-wrap:wrap;list-style:none;margin:0;padding:0;color:var(--bm-muted)}.bm-breadcrumbs li:not(:last-child)::after{content:'>';margin-left:8px;color:#9aa9b8}.bm-main-article,.bm-archive-main,.bm-page{min-width:0}.bm-article-header{border-bottom:1px solid var(--bm-line);padding-bottom:18px;margin-bottom:22px}.bm-article-header h1,.bm-page__header h1,.bm-archive-header h1{font-size:34px;line-height:1.45;color:var(--bm-ink);margin:12px 0}.bm-lead,.bm-archive-header p{font-size:16px;color:var(--bm-text)}.bm-post-meta{display:flex;gap:16px;flex-wrap:wrap;color:var(--bm-muted);font-size:13px;margin-top:14px}.bm-share{display:flex;gap:8px;justify-content:flex-end;margin-top:14px}.bm-share a{display:grid;place-items:center;width:34px;height:34px;border-radius:6px;color:#fff;font-weight:900}.bm-share__x{background:#000}.bm-share__fb{background:#315a9b}.bm-share__hb{background:#00a4de}.bm-share__line{background:#20b45b;font-size:10px}.bm-article-hero{margin:22px 0}.bm-article-hero__image{border-radius:12px;width:100%;aspect-ratio:16/8.8;object-fit:cover}.bm-ad-disclosure,.bm-warning-box{border-radius:12px;padding:16px 18px;margin:18px 0}.bm-ad-disclosure{background:#f1f7fc;border:1px solid #cfe1ef}.bm-warning-box{background:#fff7d8;border:1px solid #f0da91}.bm-ad-disclosure strong,.bm-warning-box strong{display:block;color:var(--bm-ink);margin-bottom:4px}.bm-ad-disclosure p,.bm-warning-box p{margin:0}.bm-toc{border:1px solid var(--bm-line);border-radius:12px;background:#fff;margin:22px 0;padding:16px}.bm-toc__title{text-align:center;font-weight:900;color:var(--bm-ink);margin-bottom:10px}.bm-toc__toggle{border:0;background:none;color:var(--bm-blue);font-size:12px}.bm-toc__list{columns:2;margin:0;padding-left:24px}.bm-toc__list a{font-weight:800;font-size:14px}.bm-content{font-size:16.5px}.bm-content h2{font-size:27px;line-height:1.4;color:var(--bm-ink);border-bottom:2px solid var(--bm-line);padding:44px 0 10px;margin:0 0 18px}.bm-content h2::before{content:'';display:inline-block;width:10px;height:28px;background:var(--bm-navy);border-radius:4px;margin-right:10px;vertical-align:-5px}.bm-content h3{font-size:21px;color:var(--bm-ink);margin-top:34px}.bm-content p{margin:0 0 1.35em}.bm-content ul,.bm-content ol{background:#fff;border:1px solid var(--bm-line);border-radius:10px;padding:18px 18px 18px 34px}.bm-content table{width:100%;border-collapse:collapse;margin:24px 0;display:block;overflow-x:auto}.bm-content th{background:var(--bm-navy);color:#fff}.bm-content th,.bm-content td{border:1px solid var(--bm-line);padding:12px;text-align:left;white-space:nowrap}.bm-content tr:nth-child(even) td{background:#f8fbfe}.bm-article-cta{background:linear-gradient(135deg,#eef7ff,#fff);border:1px solid var(--bm-line);border-radius:var(--bm-radius);padding:24px;margin:36px 0}.bm-article-cta h2{color:var(--bm-ink);margin-top:0}.bm-related{margin-top:38px}.bm-page-wrap{padding:42px 0 72px}.bm-page{background:#fff;border:1px solid var(--bm-line);border-radius:var(--bm-radius);padding:34px;box-shadow:var(--bm-shadow)}.bm-content--page{max-width:860px;margin-inline:auto}.bm-archive-header{background:#fff;border:1px solid var(--bm-line);border-radius:var(--bm-radius);padding:28px;margin-bottom:24px}.bm-archive-description{color:var(--bm-text)}.navigation.pagination{margin-top:30px}.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;margin-right:6px;border:1px solid var(--bm-line);border-radius:6px}.page-numbers.current{background:var(--bm-navy);color:#fff}.bm-empty{background:#fff;border:1px solid var(--bm-line);border-radius:12px;padding:24px}
.bm-site-footer{background:linear-gradient(135deg,#00264f,#003b78);color:#fff;padding:48px 0 18px}.bm-site-footer a{color:#fff}.bm-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:36px}.bm-footer-brand img{width:180px}.bm-footer-brand p,.bm-footer-contact p{color:#dbe8f6}.bm-site-footer h2{font-size:16px;margin:0 0 12px}.bm-footer-links{list-style:none;margin:0;padding:0;display:grid;gap:6px}.bm-footer-links a::before{content:'› ';opacity:.7}.bm-social{display:flex;gap:10px}.bm-social a{display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(255,255,255,.25);border-radius:50%}.bm-footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.15);margin-top:36px;padding-top:18px;color:#dbe8f6}.bm-footer-bottom div{display:flex;gap:18px;font-size:13px}
@media (max-width:1100px){.bm-nav__list{gap:14px}.bm-logo img{width:190px}.bm-front-hero__inner,.bm-front-layout,.bm-layout{grid-template-columns:1fr}.bm-sidebar{display:block}.bm-sidebar .bm-widget,.bm-sidebar .bm-side-cta{margin-bottom:18px}.bm-card-grid--4{grid-template-columns:repeat(2,1fr)}.bm-category-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:760px){.bm-container{width:min(100% - 28px,1180px)}.bm-topbar__links{display:none}.bm-header-main{min-height:68px}.bm-logo img{width:168px}.bm-menu-toggle{display:inline-flex;flex-direction:column;gap:4px;border:0;background:#fff;margin-left:auto}.bm-menu-toggle span{width:24px;height:2px;background:var(--bm-navy);display:block}.bm-menu-toggle em{font-style:normal;font-size:9px;color:var(--bm-navy)}.bm-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--bm-line);padding:18px}.bm-nav.is-open{display:block}.bm-nav__list{display:grid;gap:14px;text-align:left}.bm-nav__list a{text-align:left}.bm-search-toggle{font-size:28px}.bm-front-hero__inner{min-height:auto;padding:34px 0}.bm-front-hero h1{font-size:30px}.bm-front-hero p{font-size:15px}.bm-hero-ranking{display:none}.bm-card-grid--4,.bm-card-grid--3,.bm-card-grid--2,.bm-category-grid,.bm-feature-card{grid-template-columns:1fr}.bm-front-layout,.bm-layout{padding:28px 0 48px}.bm-notice-bar{align-items:flex-start;flex-direction:column;gap:4px}.bm-section-head h2{font-size:22px}.bm-article-header h1,.bm-page__header h1,.bm-archive-header h1{font-size:25px}.bm-share{justify-content:flex-start}.bm-toc__list{columns:1}.bm-content{font-size:16px}.bm-content h2{font-size:23px}.bm-page{padding:22px}.bm-footer-grid{grid-template-columns:1fr}.bm-footer-bottom{display:grid}.bm-footer-bottom div{flex-wrap:wrap}.bm-post-meta{gap:8px 14px}.bm-card__thumb,.bm-article-hero__image{aspect-ratio:16/10}}


/* --- BOAT Maniax mockup fidelity update --- */
:root{--bm-radius:8px;--bm-shadow:0 8px 22px rgba(0,43,91,.06)}
.bm-hero-ranking,.bm-card,.bm-feature-card,.bm-category-card,.bm-note-section,.bm-pr-section,.bm-safety-section,.bm-side-cta,.bm-widget,.bm-page,.bm-archive-header,.bm-article-cta,.bm-toc,.bm-ad-disclosure,.bm-warning-box,.bm-empty{border-radius:8px !important}
.bm-card__thumb,.bm-feature-card__image img,.bm-article-hero__image,.bm-ranking-list__image{border-radius:6px}
.bm-button{border-radius:6px}
.bm-front-hero{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 40%,rgba(238,246,255,.45) 58%,rgba(238,246,255,.12) 100%),url('../img/generated/front-hero.jpg') center right/52% auto no-repeat,#fff !important}
.bm-front-hero__inner{min-height:480px;gap:28px}
.bm-hero-ranking h2,.bm-widget__title{padding:11px 14px;font-size:15px;text-align:left}
.bm-front-layout,.bm-layout{gap:28px}
.bm-notice-bar{border-radius:6px}
.bm-card{box-shadow:0 3px 10px rgba(0,43,91,.05)}
.bm-card__body{padding:12px 13px 14px}
.bm-card__title{font-size:15px;line-height:1.5}
.bm-card__excerpt{font-size:12.5px;line-height:1.6}
.bm-feature-card__image{background:#eaf2fa}
.bm-feature-card__body{padding:22px}
.bm-category-card{padding:15px;min-height:138px}
.bm-side-cta,.bm-widget{box-shadow:none}
.bm-widget,.bm-side-cta{border-color:#dce7f3}
.bm-side-cta{position:relative;overflow:hidden;background-size:cover;background-position:center right}
.bm-side-cta > *{position:relative;z-index:2}
.bm-side-cta::before{content:'';position:absolute;inset:0;z-index:1}
.bm-side-cta--pr{background-image:url('../img/generated/side-cta-pr.jpg') !important;background-position:center;background-size:cover;color:#fff;padding:18px}
.bm-side-cta--pr::before{background:linear-gradient(135deg,rgba(0,43,91,.92),rgba(0,75,141,.72))}
.bm-side-cta--pr h2,.bm-side-cta--pr p{color:#fff}
.bm-side-cta--beginner{background-image:url('../img/generated/bottom-safety.jpg');background-size:cover;background-position:right center;padding:18px;color:var(--bm-ink)}
.bm-side-cta--beginner::before{background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.82) 55%,rgba(255,255,255,.18) 100%)}
.bm-side-cta--about{background-image:url('../img/generated/side-cta-about.jpg');background-size:cover;background-position:center;padding:18px;color:#fff}
.bm-side-cta--about::before{background:linear-gradient(135deg,rgba(0,43,91,.92),rgba(0,75,141,.78))}
.bm-side-cta--about h2,.bm-side-cta--about p{color:#fff}
.bm-side-cta--about .bm-button--white{background:#fff;border-color:#fff}
.bm-pr-section,.bm-note-section,.bm-safety-section{position:relative;overflow:hidden;padding:26px 28px;background-size:contain;background-repeat:no-repeat;background-position:right center}
.bm-pr-section{background-image:url('../img/generated/side-cta-pr.jpg');padding-right:320px}
.bm-pr-section::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,43,91,.96),rgba(0,75,141,.84));z-index:0}
.bm-pr-section > *{position:relative;z-index:1}
.bm-note-section{background-image:url('../img/generated/note.jpg');background-color:#eef7ff;padding-right:300px}
.bm-note-section::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(238,247,255,.96),rgba(238,247,255,.96) 68%,rgba(238,247,255,.25));z-index:0}
.bm-note-section > *{position:relative;z-index:1}
.bm-safety-section{background-image:url('../img/generated/bottom-safety.jpg');background-color:#fff8dc;padding-right:370px}
.bm-safety-section::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,248,220,.98),rgba(255,248,220,.96) 65%,rgba(255,248,220,.15));z-index:0}
.bm-safety-section > *{position:relative;z-index:1}
.bm-ranking-list{padding:10px}
.bm-ranking-list li{grid-template-columns:26px 60px 1fr;gap:8px}
.bm-ranking-list__image{width:60px;height:42px;object-fit:cover}
.bm-category-list{padding:10px 16px}
.bm-category-list a{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #edf2f7}
.bm-category-list li:last-child a{border-bottom:0}
.bm-category-list a::after{content:'›';color:#8ba0ba;font-size:18px;line-height:1}
.bm-widget p{padding:0 16px 4px}
.bm-article-hero__image{box-shadow:0 4px 14px rgba(0,43,91,.08)}
@media (max-width:1100px){
  .bm-front-hero{background-size:cover !important;background-position:center right !important}
  .bm-pr-section,.bm-note-section,.bm-safety-section{padding-right:28px;background-position:calc(100% + 80px) center}
}
@media (max-width:760px){
  .bm-front-hero{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.92)),url('../img/generated/front-hero.jpg') center/cover no-repeat !important}
  .bm-front-hero__inner{padding:28px 0}
  .bm-card,.bm-feature-card,.bm-widget,.bm-side-cta{border-radius:8px !important}
  .bm-pr-section,.bm-note-section,.bm-safety-section{background-position:center right;padding-right:20px;padding-bottom:140px}
  .bm-side-cta--pr,.bm-side-cta--about,.bm-side-cta--beginner{background-position:center right}
}

/* --- Stronger mockup alignment update --- */
.bm-container{width:min(1280px,calc(100% - 44px))}
.bm-header-main{min-height:80px}
.bm-nav__list{gap:18px}
.bm-nav__list a{font-size:12px}
.bm-nav__list small{font-size:8px}
.bm-topbar__inner{min-height:24px}
.bm-front-layout,.bm-layout{grid-template-columns:minmax(0,1fr) 290px;gap:22px;padding:26px 0 56px}
.bm-front-main{display:grid;gap:22px}
.bm-notice-bar{margin-bottom:0;padding:11px 14px}
.bm-front-shortcuts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.bm-shortcut-card{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--bm-line);border-radius:8px;padding:14px 12px;min-height:74px}
.bm-shortcut-card:hover{background:#f9fbfe}
.bm-shortcut-card__icon{display:grid;place-items:center;min-width:34px;width:34px;height:34px;border-radius:8px;background:#f4f7fb;border:1px solid #e3ebf5}
.bm-shortcut-card__icon img{width:18px;height:18px}
.bm-shortcut-card strong{display:block;color:var(--bm-ink);font-size:14px;line-height:1.2}
.bm-shortcut-card span:last-child{display:block;color:var(--bm-muted);font-size:11px;line-height:1.45}
.bm-front-section{margin:0;border:1px solid var(--bm-line);border-radius:8px;background:#fff;padding:16px}
.bm-front-section .bm-section-head{margin-bottom:16px}
.bm-section-head h2,.bm-related h2{font-size:24px;margin:5px 0 6px}
.bm-section-head p{font-size:13px;line-height:1.7}
.bm-card-grid{gap:14px}
.bm-card-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.bm-card-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.bm-card__thumb{aspect-ratio:16/9}
.bm-card__title{font-size:13px;line-height:1.45}
.bm-card__excerpt{font-size:11.5px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.bm-card__date{font-size:11px}
.bm-front-split{display:grid;gap:22px}
.bm-front-split--wide{grid-template-columns:minmax(0,1fr) 355px}
.bm-front-split .bm-front-section{height:100%}
.bm-front-split .bm-front-section .bm-section-head h2{font-size:23px}
.bm-front-split__side .bm-card-grid--4,.bm-front-split__side .bm-card-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}
.bm-front-split__side .bm-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.bm-front-split__side .bm-category-card{min-height:116px;padding:14px}
.bm-front-split__side .bm-category-card strong{font-size:15px}
.bm-front-split__side .bm-category-card span:not(.bm-category-card__icon){font-size:11px}
.bm-front-split__side .bm-category-card em{margin-top:8px;font-size:11px}
.bm-feature-card{grid-template-columns:1.12fr 1fr;border-radius:8px;box-shadow:none}
.bm-feature-card__body{padding:18px}
.bm-feature-card h3{font-size:21px;line-height:1.4}
.bm-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.bm-category-card__icon{width:28px;height:28px;border-radius:7px;background-size:14px 14px}
.bm-section-action{margin-top:16px}
.bm-widget,.bm-side-cta{border-radius:8px}
.bm-widget--search{padding:12px}
.bm-search-form__field{padding:10px 12px;font-size:13px}
.bm-search-form__submit{padding:0 14px}
.bm-ranking-list a{font-size:12px}
.bm-side-cta h2{font-size:16px}
.bm-side-cta p{font-size:12px;line-height:1.7}
.bm-tag-cloud{display:flex;flex-wrap:wrap;gap:8px;padding:12px 14px}
.bm-tag-cloud a{display:inline-flex;padding:6px 10px;border:1px solid var(--bm-line);background:#f8fbfe;border-radius:999px;font-size:12px;font-weight:700;color:var(--bm-blue)}
.bm-site-footer{padding:40px 0 18px}
.bm-footer-grid{gap:28px}
.bm-main-article,.bm-archive-main{border:1px solid var(--bm-line);background:#fff;border-radius:8px;padding:18px}
.bm-breadcrumbs{margin-bottom:14px}
.bm-article-header h1,.bm-page__header h1,.bm-archive-header h1{font-size:22px;line-height:1.5}
.bm-article-header{margin-bottom:18px}
.bm-article-hero__image{aspect-ratio:16/9;object-fit:cover}
.bm-content h2{font-size:23px;padding-top:30px}
@media (max-width:1100px){
  .bm-front-layout,.bm-layout{grid-template-columns:1fr}
  .bm-front-shortcuts{grid-template-columns:repeat(2,1fr)}
  .bm-front-split--wide{grid-template-columns:1fr}
}
@media (max-width:760px){
  .bm-front-shortcuts{grid-template-columns:1fr}
  .bm-front-section{padding:14px}
  .bm-card-grid--4,.bm-card-grid--3,.bm-card-grid--2,.bm-category-grid,.bm-front-split__side .bm-category-grid{grid-template-columns:1fr}
  .bm-main-article,.bm-archive-main{padding:14px}
}

/* --- Final mockup alignment pass --- */
.bm-site-header{position:relative;top:auto}
.bm-header-main{gap:34px;min-height:84px}
.bm-logo{flex:0 0 auto;display:block}
.bm-logo img{width:238px;max-width:none;height:auto}
.bm-nav{margin-left:auto;margin-right:8px}
.bm-nav__list{gap:20px}
.bm-nav__list li{display:flex;align-items:center}
.bm-nav__list a{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:58px;text-align:center}
.bm-nav__list a span{display:block;font-weight:800;font-size:12px;letter-spacing:0}
.bm-nav__list a small{display:block;margin-top:4px;font-size:7.5px;line-height:1;color:#8ca0ba;letter-spacing:.08em}
.bm-search-toggle{font-size:24px;width:34px;height:34px;display:grid;place-items:center;border:1px solid transparent;border-radius:50%}
.bm-front-hero{background-image:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.94) 38%,rgba(255,255,255,.64) 55%,rgba(255,255,255,.14) 72%,rgba(255,255,255,.0) 100%),url('../img/generated/front-hero.jpg') !important;background-size:100% 100%,cover !important;background-position:left top,center center !important;border-bottom:1px solid var(--bm-line)}
.bm-front-hero__inner{min-height:380px;grid-template-columns:minmax(0,1fr) 320px;gap:28px;padding:18px 0}
.bm-front-hero h1{font-size:28px;line-height:1.75;margin:10px 0 12px;max-width:400px}
.bm-front-hero p{font-size:13px;line-height:1.9;max-width:420px}
.bm-hero-actions{gap:10px;margin-top:18px}
.bm-button{padding:12px 16px;font-size:12px}
.bm-button--ghost{background:#fff}
.bm-hero-ranking{border-radius:8px;box-shadow:0 8px 18px rgba(0,43,91,.08);overflow:hidden}
.bm-hero-ranking h2{padding:12px 16px;font-size:14px;text-align:left}
.bm-ranking-list{padding:8px 10px 10px}
.bm-ranking-list--lined li,.bm-hero-ranking .bm-ranking-list li{padding:7px 0;border-bottom:1px solid #e7eef6}
.bm-ranking-list--lined li:last-child,.bm-hero-ranking .bm-ranking-list li:last-child{border-bottom:0}
.bm-ranking-list li{grid-template-columns:24px 56px 1fr;gap:8px}
.bm-ranking-list__image{width:56px;height:38px;border-radius:4px}
.bm-ranking-list li>span{height:24px;font-size:12px}
.bm-ranking-list a{font-size:11px;line-height:1.45;font-weight:700}
.bm-front-shortcuts{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.bm-shortcut-card{padding:14px 12px;min-height:72px;border-radius:6px}
.bm-shortcut-card strong{font-size:12px}
.bm-shortcut-card span:last-child{font-size:10px;line-height:1.45}
.bm-shortcut-card__icon{width:30px;height:30px;min-width:30px;border-radius:6px}
.bm-shortcut-card__icon img{width:16px;height:16px}
.bm-front-section{padding:14px 14px 16px;border-radius:8px}
.bm-section-head span{font-size:9px;letter-spacing:.12em;color:#4d6d94;font-weight:800}
.bm-section-head h2{font-size:18px;line-height:1.5;margin:6px 0 4px}
.bm-section-head p{font-size:11px;line-height:1.8;color:#6a7890}
.bm-card-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.bm-card-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.bm-card-grid--2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.bm-card{border-radius:6px;overflow:hidden}
.bm-card__thumb{aspect-ratio:1.65/1}
.bm-card__body{padding:10px 10px 12px}
.bm-card__title{font-size:11px;line-height:1.55;min-height:3.1em}
.bm-card__excerpt{font-size:10px;line-height:1.65;-webkit-line-clamp:4}
.bm-card__date{font-size:10px;color:#8999ad}
.bm-label{font-size:9px;padding:4px 8px;border-radius:999px}
.bm-front-split--wide{grid-template-columns:minmax(0,1fr) 270px;gap:14px}
.bm-feature-card{grid-template-columns:1.05fr .95fr;border-radius:6px;min-height:180px}
.bm-feature-card__body{padding:16px}
.bm-feature-card h3{font-size:18px;line-height:1.55;margin:10px 0}
.bm-tags{margin:12px 0;gap:6px}
.bm-tags span{font-size:10px;padding:4px 8px}
.bm-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.bm-category-card{min-height:112px;padding:12px;border-radius:6px}
.bm-category-card__icon{width:26px;height:26px;border-radius:6px;display:grid;place-items:center;background:#eef4fb;border:1px solid #d7e3f1;margin-bottom:10px}
.bm-category-card__icon img{width:14px;height:14px;display:block}
.bm-category-card strong{font-size:12px;line-height:1.35}
.bm-category-card span:not(.bm-category-card__icon){font-size:10px;line-height:1.55}
.bm-category-card em{margin-top:8px;font-size:10px}
.bm-widget,.bm-side-cta{border-radius:8px;box-shadow:none}
.bm-widget__title{padding:11px 14px;font-size:14px;text-align:left}
.bm-category-list--icons{padding:8px 14px 10px}
.bm-category-list--icons li{margin:0}
.bm-category-list--icons a{display:flex;align-items:center;gap:9px;padding:8px 0;border-bottom:1px solid #edf2f7;font-size:12px;font-weight:700}
.bm-category-list--icons a img{width:15px;height:15px;display:block;opacity:.9}
.bm-category-list--icons a span{flex:1}
.bm-front-section--review .bm-card-grid--2 .bm-card{max-width:none}
.bm-front-section--review .bm-card__thumb{aspect-ratio:1.6/1}
.bm-main-article{padding:16px 16px 22px}
.bm-main-article,.bm-archive-main{border-radius:8px}
.bm-article-header h1{font-size:24px;line-height:1.55;margin:10px 0}
.bm-lead{font-size:13px;line-height:1.8;color:#6b7990}
.bm-post-meta{font-size:11px}
.bm-share{gap:6px}
.bm-share a{width:26px;height:26px;border-radius:4px;font-size:11px}
.bm-article-hero{margin-bottom:14px}
.bm-article-hero__image{border-radius:6px;aspect-ratio:2/1}
.bm-ad-disclosure,.bm-warning-box,.bm-toc{border-radius:6px}
.bm-ad-disclosure,.bm-warning-box{padding:12px 14px}
.bm-toc{padding:14px 16px}
.bm-toc__title{font-size:14px}
.bm-toc__list{columns:1}
.bm-content{font-size:14px;line-height:2}
.bm-content h2{font-size:22px;padding-top:24px;margin-top:8px}
.bm-ranking-criteria,.bm-ranking-summary{background:#fff;border:1px solid var(--bm-line);border-radius:6px;padding:14px 16px;margin:14px 0}
.bm-ranking-criteria h2,.bm-ranking-summary h2{font-size:18px;margin:0 0 12px;color:var(--bm-ink)}
.bm-criteria-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.bm-criteria-grid div{border:1px solid #e7eef6;border-radius:6px;padding:12px;text-align:center;background:#fbfdff}
.bm-criteria-grid strong{display:block;font-size:12px;color:var(--bm-navy);margin-bottom:6px}
.bm-criteria-grid span{display:block;font-size:10px;line-height:1.55;color:#667791}
.bm-table-wrap{overflow:auto}
.bm-table{width:100%;border-collapse:collapse;font-size:12px}
.bm-table th,.bm-table td{border:1px solid #dde6f0;padding:8px 10px;text-align:left}
.bm-table thead th{background:#0b3e76;color:#fff}
.bm-article-cta{margin-top:18px;border-radius:6px}
@media (max-width:1100px){
  .bm-header-main{flex-wrap:wrap;row-gap:10px;padding:10px 0}
  .bm-nav{order:3;width:100%;margin:0}
  .bm-front-hero__inner{grid-template-columns:1fr}
  .bm-front-split--wide{grid-template-columns:1fr}
  .bm-criteria-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
  .bm-logo img{width:170px}
  .bm-nav__list a{align-items:flex-start;text-align:left}
  .bm-nav__list a span{font-size:13px}
  .bm-nav__list a small{font-size:9px}
  .bm-front-hero{background-image:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.92)),url('../img/generated/front-hero.jpg') !important;background-size:100% 100%,cover !important}
  .bm-front-hero h1{font-size:28px;max-width:none}
  .bm-front-hero p{max-width:none}
  .bm-front-shortcuts{grid-template-columns:1fr 1fr}
  .bm-card-grid--4,.bm-card-grid--3,.bm-card-grid--2,.bm-category-grid{grid-template-columns:1fr 1fr}
  .bm-sidebar{display:grid}
  .bm-widget,.bm-side-cta{margin-bottom:0}
  .bm-main-article{padding:14px}
  .bm-criteria-grid{grid-template-columns:1fr}
}


/* =========================================================
   BOAT Maniax precision mockup alignment
   Screenshot diff fixes: header/logo/menu/hero/sidebar/cards/SP
========================================================= */

/* Header */
.bm-topbar{display:none!important}
.bm-site-header{position:relative!important;top:auto!important;background:#fff!important;border-bottom:1px solid #e8eef6!important;box-shadow:none!important}
.bm-header-main{height:74px!important;min-height:74px!important;display:flex!important;align-items:center!important;gap:26px!important;padding:0!important}
.bm-logo{display:flex!important;align-items:center!important;flex:0 0 auto!important}
.bm-logo img{width:178px!important;max-width:178px!important;height:auto!important;display:block!important}
.bm-nav{margin-left:auto!important;margin-right:6px!important;min-width:0!important}
.bm-nav__list{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:22px!important;margin:0!important;padding:0!important;list-style:none!important}
.bm-nav__list li{list-style:none!important;display:flex!important;align-items:center!important}
.bm-nav__list a{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;color:#0B1F3A!important;font-weight:900!important;text-align:center!important;line-height:1!important;white-space:nowrap!important}
.bm-nav__list a span{display:block!important;font-size:12px!important;letter-spacing:0!important}
.bm-nav__list a small{display:block!important;margin-top:6px!important;font-size:7px!important;letter-spacing:.08em!important;color:#667792!important;font-weight:700!important}
.bm-search-toggle{flex:0 0 auto!important;width:34px!important;height:34px!important;border:0!important;border-radius:50%!important;font-size:0!important;background:#fff!important;position:relative!important;cursor:pointer!important}
.bm-search-toggle::before{content:"";width:15px;height:15px;border:2px solid #0B1F3A;border-radius:50%;position:absolute;left:7px;top:7px}
.bm-search-toggle::after{content:"";width:8px;height:2px;background:#0B1F3A;transform:rotate(45deg);position:absolute;right:7px;bottom:8px}

/* Hero */
.bm-front-hero{min-height:365px!important;border-bottom:1px solid #e8eef6!important;background-image:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.94) 34%,rgba(255,255,255,.55) 55%,rgba(255,255,255,.08) 76%,rgba(255,255,255,0) 100%),url('../img/generated/front-hero.jpg')!important;background-size:100% 100%,cover!important;background-position:left top,center center!important;background-repeat:no-repeat!important}
.bm-front-hero__inner{min-height:365px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 320px!important;gap:32px!important;align-items:center!important;padding:0!important}
.bm-hero-tags{display:none!important}
.bm-front-hero h1{max-width:420px!important;margin:0 0 14px!important;font-size:33px!important;line-height:1.55!important;letter-spacing:.02em!important;color:#0B1F3A!important}
.bm-front-hero p{max-width:440px!important;font-size:13px!important;line-height:1.95!important;color:#52627a!important;margin:0!important}
.bm-hero-actions{display:flex!important;gap:12px!important;flex-wrap:wrap!important;margin-top:22px!important}
.bm-hero-actions .bm-button{min-width:168px!important;height:38px!important;padding:0 14px!important;font-size:12px!important;border-radius:4px!important}

/* Hero ranking */
.bm-hero-ranking{width:100%!important;border-radius:4px!important;border:1px solid #d9e3f0!important;box-shadow:0 8px 18px rgba(0,43,91,.12)!important;background:#fff!important;overflow:hidden!important}
.bm-hero-ranking h2{padding:11px 16px!important;font-size:14px!important;background:#002B5B!important;text-align:left!important;color:#fff!important;margin:0!important}
.bm-hero-ranking .bm-ranking-list{padding:8px 12px 10px!important;gap:0!important;margin:0!important}
.bm-hero-ranking .bm-ranking-list li{grid-template-columns:24px 58px 1fr!important;gap:9px!important;padding:8px 0!important;border-bottom:1px solid #e8eef6!important}
.bm-hero-ranking .bm-ranking-list li:last-child{border-bottom:0!important}
.bm-hero-ranking .bm-ranking-list__image{width:58px!important;height:38px!important;border-radius:3px!important;object-fit:cover!important}
.bm-hero-ranking .bm-ranking-list li>span{width:24px!important;height:24px!important;border-radius:3px!important;font-size:12px!important}
.bm-hero-ranking .bm-ranking-list a{font-size:11px!important;line-height:1.45!important;color:#0B1F3A!important;font-weight:700!important}

/* Global layout */
.bm-container{width:min(1180px,calc(100% - 40px))!important}
.bm-front-layout,.bm-layout{grid-template-columns:minmax(0,1fr) 300px!important;gap:24px!important;padding:30px 0 64px!important;align-items:start!important}
.bm-front-main{display:grid!important;gap:26px!important}
.bm-notice-bar{border-radius:4px!important;padding:11px 15px!important;margin:0!important;background:#f6f9fc!important;border:1px solid #dfe8f2!important}

/* Shortcut cards */
.bm-front-shortcuts{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}
.bm-shortcut-card{min-height:72px!important;padding:14px!important;border-radius:4px!important;border:1px solid #dfe8f2!important;background:#fff!important;box-shadow:0 4px 10px rgba(0,43,91,.03)!important;display:flex!important;align-items:center!important;gap:10px!important}
.bm-shortcut-card__icon{width:34px!important;height:34px!important;min-width:34px!important;border-radius:6px!important;background:#f4f8fc!important;border:1px solid #dce6f2!important;display:grid!important;place-items:center!important}
.bm-shortcut-card__icon img{width:18px!important;height:18px!important;display:block!important}
.bm-shortcut-card strong{display:block!important;font-size:13px!important;color:#0B1F3A!important;line-height:1.25!important}
.bm-shortcut-card span:last-child{display:block!important;font-size:10.5px!important;color:#64748B!important;line-height:1.45!important;margin-top:3px!important}

/* Section headings */
.bm-front-section{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;margin:0!important}
.bm-section-head{margin-bottom:14px!important;padding-top:0!important}
.bm-section-head span,.bm-kicker{display:block!important;color:#004B8D!important;font-size:10px!important;letter-spacing:.12em!important;font-weight:900!important}
.bm-section-head h2{font-size:22px!important;line-height:1.45!important;margin:4px 0 6px!important;padding-left:12px!important;border-left:4px solid #002B5B!important;color:#0B1F3A!important}
.bm-section-head p{font-size:12px!important;line-height:1.75!important;color:#64748B!important;margin:0!important}

/* Cards */
.bm-card-grid{gap:14px!important}
.bm-card-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.bm-card-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.bm-card-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.bm-card{border-radius:5px!important;border:1px solid #dde6f1!important;box-shadow:0 5px 14px rgba(0,43,91,.05)!important;overflow:hidden!important;background:#fff!important}
.bm-card__thumb{aspect-ratio:16/10!important;border-radius:0!important;background:#eaf2fa!important}
.bm-card__image{object-fit:cover!important;width:100%!important;height:100%!important}
.bm-card__body{padding:12px 12px 13px!important}
.bm-card__title{font-size:12px!important;line-height:1.55!important;min-height:3.05em!important;margin:0 0 7px!important}
.bm-card__excerpt{font-size:10.5px!important;line-height:1.65!important;-webkit-line-clamp:4!important}
.bm-card__date{font-size:10px!important;color:#8a98aa!important}
.bm-label{font-size:9px!important;border-radius:999px!important;padding:4px 8px!important}
.bm-section-action{margin-top:18px!important;text-align:center!important}
.bm-section-action .bm-button{min-width:210px!important;height:34px!important;padding:0 14px!important;border-radius:4px!important;font-size:12px!important}

/* Split front blocks */
.bm-front-split--wide{grid-template-columns:minmax(0,1fr) 330px!important;gap:20px!important;display:grid!important}
.bm-front-split__side .bm-front-section{border:1px solid #dde6f1!important;border-radius:5px!important;padding:16px!important;background:#fff!important}
.bm-front-split__side .bm-section-head h2{font-size:18px!important}
.bm-front-split__side .bm-section-head p{font-size:11px!important}
.bm-feature-card{display:grid!important;grid-template-columns:1fr!important;border:1px solid #dde6f1!important;border-radius:5px!important;overflow:hidden!important;box-shadow:0 5px 14px rgba(0,43,91,.05)!important;background:#fff!important}
.bm-feature-card__image{height:190px!important}
.bm-feature-card__image img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important}
.bm-feature-card__body{padding:16px!important}
.bm-feature-card h3{font-size:17px!important;line-height:1.5!important;margin:10px 0!important}

/* Category cards */
.bm-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
.bm-category-card{padding:14px!important;min-height:118px!important;border-radius:5px!important;border:1px solid #dde6f1!important;background:#fff!important;box-shadow:0 4px 12px rgba(0,43,91,.035)!important}
.bm-category-card__icon{width:30px!important;height:30px!important;border-radius:6px!important;display:grid!important;place-items:center!important;background:#002B5B!important;margin-bottom:10px!important}
.bm-category-card__icon img{width:15px!important;height:15px!important;display:block!important;filter:brightness(0) invert(1)!important}
.bm-category-card strong{font-size:13px!important;line-height:1.4!important;color:#0B1F3A!important}
.bm-category-card span:not(.bm-category-card__icon){font-size:10.5px!important;line-height:1.55!important}
.bm-category-card em{font-size:10.5px!important;margin-top:8px!important}

/* Sidebar */
.bm-sidebar{gap:18px!important}
.bm-widget,.bm-side-cta{border-radius:5px!important;border:1px solid #dce6f2!important;box-shadow:none!important;overflow:hidden!important;background:#fff!important}
.bm-widget__title{padding:11px 14px!important;font-size:13px!important;text-align:left!important;background:#002B5B!important;color:#fff!important;margin:0!important}
.bm-widget--search{padding:0!important;border:0!important;background:transparent!important}
.bm-widget--search .bm-search-form__field{height:38px!important;border-radius:3px 0 0 3px!important;font-size:12px!important}
.bm-widget--search .bm-search-form__submit{height:38px!important;border-radius:0 3px 3px 0!important;font-size:12px!important}
.bm-ranking-list--lined li{padding:8px 0!important;border-bottom:1px solid #edf2f7!important}
.bm-ranking-list--lined li:last-child{border-bottom:0!important}
.bm-category-list--icons{padding:8px 14px 10px!important}
.bm-category-list--icons a{display:flex!important;align-items:center!important;gap:9px!important;padding:9px 0!important;border-bottom:1px solid #edf2f7!important;font-size:12px!important;font-weight:700!important;color:#0B1F3A!important}
.bm-category-list--icons a img{width:15px!important;height:15px!important;filter:none!important;display:block!important}
.bm-category-list--icons a span{flex:1!important}
.bm-category-list--icons a::after{margin-left:auto!important}
.bm-side-cta{padding:18px!important}
.bm-side-cta h2{font-size:15px!important;line-height:1.45!important}
.bm-side-cta p{font-size:11px!important;line-height:1.7!important}

/* Lower CTA blocks */
.bm-note-section,.bm-pr-section,.bm-safety-section{border-radius:5px!important;padding:28px!important}
.bm-note-section{min-height:170px!important}
.bm-pr-section{min-height:180px!important}
.bm-safety-section{min-height:160px!important}

/* Article/ranking */
.bm-main-article,.bm-archive-main{border:1px solid #dde6f1!important;border-radius:6px!important;padding:22px!important;background:#fff!important}
.bm-breadcrumbs{font-size:11px!important;margin-bottom:15px!important}
.bm-article-header{padding-bottom:16px!important;margin-bottom:18px!important}
.bm-article-header h1,.bm-archive-header h1{font-size:26px!important;line-height:1.55!important;margin:9px 0!important;color:#0B1F3A!important}
.bm-lead{font-size:13px!important;line-height:1.8!important}
.bm-post-meta{font-size:11px!important}
.bm-share a{width:28px!important;height:28px!important;border-radius:3px!important}
.bm-article-hero__image{aspect-ratio:16/9!important;object-fit:cover!important;border-radius:5px!important}
.bm-ad-disclosure,.bm-warning-box{border-radius:5px!important;padding:14px 16px!important}
.bm-toc{border-radius:5px!important;padding:16px 18px!important}
.bm-content{font-size:14px!important;line-height:2!important}
.bm-content h2{font-size:22px!important;padding-top:28px!important}
.bm-ranking-criteria,.bm-ranking-summary{border:1px solid #dde6f1!important;border-radius:5px!important;padding:16px!important;margin:16px 0!important;background:#fff!important}
.bm-ranking-criteria h2,.bm-ranking-summary h2{font-size:18px!important;margin:0 0 12px!important;color:#0B1F3A!important}
.bm-criteria-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;display:grid!important;gap:10px!important}
.bm-criteria-grid div{border:1px solid #e4ecf5!important;border-radius:5px!important;background:#fbfdff!important;padding:12px 8px!important;text-align:center!important}
.bm-criteria-grid strong{font-size:11px!important;color:#002B5B!important}
.bm-criteria-grid span{font-size:9.5px!important;line-height:1.55!important;color:#667791!important}
.bm-table{width:100%!important;border-collapse:collapse!important;font-size:12px!important}
.bm-table th,.bm-table td{border:1px solid #dde6f0!important;padding:8px 10px!important;text-align:left!important}
.bm-table thead th{background:#0b3e76!important;color:#fff!important}

/* Responsive */
@media (max-width:1180px){
  .bm-nav__list{gap:14px!important}
  .bm-logo img{width:160px!important;max-width:160px!important}
}
@media (max-width:980px){
  .bm-header-main{flex-wrap:wrap!important;height:auto!important;min-height:72px!important;padding:10px 0!important}
  .bm-nav{order:3;width:100%!important;margin:0!important}
  .bm-nav__list{justify-content:flex-start!important;overflow-x:auto!important;padding-bottom:4px!important}
  .bm-front-hero__inner{grid-template-columns:1fr!important}
  .bm-hero-ranking{max-width:420px!important}
  .bm-front-layout,.bm-layout{grid-template-columns:1fr!important}
  .bm-front-split--wide{grid-template-columns:1fr!important}
  .bm-criteria-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:760px){
  .bm-container{width:min(100% - 28px,1180px)!important}
  .bm-header-main{height:64px!important;min-height:64px!important;flex-wrap:nowrap!important;padding:0!important}
  .bm-logo img{width:156px!important;max-width:156px!important}
  .bm-menu-toggle{display:inline-flex!important;margin-left:auto!important}
  .bm-nav{display:none!important;position:absolute!important;top:100%!important;left:0!important;right:0!important;width:auto!important;background:#fff!important;border-bottom:1px solid #dde6f1!important;padding:16px!important;z-index:50!important}
  .bm-nav.is-open{display:block!important}
  .bm-nav__list{display:grid!important;gap:14px!important;overflow:visible!important}
  .bm-nav__list a{align-items:flex-start!important}
  .bm-nav__list a span{font-size:13px!important}
  .bm-nav__list a small{font-size:9px!important}
  .bm-search-toggle{margin-left:4px!important}
  .bm-front-hero{background-image:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.9)),url('../img/generated/front-hero.jpg')!important;background-size:100% 100%,cover!important}
  .bm-front-hero__inner{min-height:410px!important;padding:28px 0!important}
  .bm-front-hero h1{font-size:28px!important;line-height:1.55!important}
  .bm-front-hero p{font-size:12px!important}
  .bm-hero-ranking{display:none!important}
  .bm-front-shortcuts{grid-template-columns:1fr!important}
  .bm-card-grid--4,.bm-card-grid--3,.bm-card-grid--2,.bm-category-grid{grid-template-columns:1fr!important}
  .bm-front-main{gap:24px!important}
  .bm-note-section,.bm-pr-section,.bm-safety-section{padding:22px!important}
  .bm-main-article,.bm-archive-main{padding:16px!important}
  .bm-article-header h1,.bm-archive-header h1{font-size:22px!important}
  .bm-criteria-grid{grid-template-columns:1fr!important}
}


/* =========================================================
   BOAT Maniax spacing polish
   - avoid section/card/sidebar contact
   - improve vertical rhythm without changing the approved look
========================================================= */

.bm-front-main{gap:34px!important}
.bm-front-section{scroll-margin-top:24px}
.bm-front-shortcuts{margin:4px 0 2px!important}
.bm-notice-bar{margin-bottom:2px!important}
.bm-card-grid{row-gap:20px!important}
.bm-card{height:100%}
.bm-card__body{display:flex!important;flex-direction:column!important;min-height:148px!important}
.bm-card__excerpt{margin-bottom:10px!important}
.bm-card__date{margin-top:auto!important}
.bm-front-split{gap:26px!important;align-items:start!important}
.bm-front-split + .bm-front-split{margin-top:2px!important}
.bm-front-split__side .bm-front-section{padding:18px!important}
.bm-front-split__side .bm-category-grid{row-gap:14px!important}
.bm-feature-card__body{display:flex!important;flex-direction:column!important;gap:8px!important}
.bm-feature-card__body .bm-button{margin-top:auto!important;width:fit-content!important}
.bm-section-action{padding-top:2px!important}
.bm-note-section,.bm-pr-section,.bm-safety-section{margin-top:2px!important;margin-bottom:2px!important}
.bm-sidebar{position:sticky;top:18px;align-self:start;gap:20px!important}
.bm-widget,.bm-side-cta{margin-bottom:0!important}
.bm-side-cta .bm-button{margin-top:2px!important}
.bm-footer-grid{align-items:start!important}

.bm-layout{gap:28px!important}
.bm-main-article > * + *{margin-top:18px}
.bm-article-header + .bm-article-hero{margin-top:18px!important}
.bm-article-hero + .bm-ad-disclosure,
.bm-article-hero + .bm-warning-box,
.bm-ad-disclosure + .bm-warning-box,
.bm-warning-box + .bm-ranking-criteria,
.bm-warning-box + .bm-toc,
.bm-ranking-criteria + .bm-ranking-summary,
.bm-ranking-summary + .bm-toc,
.bm-toc + .bm-content{
  margin-top:18px!important;
}
.bm-content > *:first-child{margin-top:0!important}
.bm-content p + h2,
.bm-content ul + h2,
.bm-content table + h2{margin-top:34px!important}
.bm-related{margin-top:34px!important}
.bm-article-cta{margin-top:30px!important;margin-bottom:4px!important}
.bm-criteria-grid{gap:12px!important}
.bm-table-wrap{margin-top:8px!important}

@media (max-width:980px){
  .bm-sidebar{position:static!important}
  .bm-front-main{gap:30px!important}
  .bm-front-split{gap:24px!important}
}

@media (max-width:760px){
  .bm-front-main{gap:28px!important}
  .bm-card__body{min-height:auto!important}
  .bm-front-shortcuts{gap:12px!important}
  .bm-front-split__side .bm-front-section{padding:16px!important}
  .bm-layout{gap:24px!important}
}


/* =========================================================
   Ranking page mockup implementation
   - criteria cards
   - quick table
   - top racer card
   - mini ranker cards
========================================================= */

.bm-ranking-page-block{
  margin:20px 0 28px!important;
  display:grid!important;
  gap:22px!important;
}

.bm-ranking-note{
  display:grid!important;
  grid-template-columns:36px 1fr!important;
  gap:12px!important;
  align-items:start!important;
  background:#fff7d7!important;
  border:1px solid #f3dc8a!important;
  border-radius:5px!important;
  padding:16px 18px!important;
}
.bm-ranking-note__icon{
  display:grid!important;
  place-items:center!important;
  width:28px!important;
  height:28px!important;
  border-radius:50%!important;
  background:#F7C600!important;
  color:#0B1F3A!important;
  font-weight:900!important;
}
.bm-ranking-note strong{
  display:block!important;
  color:#0B1F3A!important;
  font-size:13px!important;
  margin-bottom:4px!important;
}
.bm-ranking-note p{
  margin:0!important;
  font-size:12px!important;
  line-height:1.75!important;
  color:#334155!important;
}

.bm-ranking-section-title{
  margin-bottom:14px!important;
}
.bm-ranking-section-title span{
  display:block!important;
  color:#004B8D!important;
  font-size:10px!important;
  letter-spacing:.12em!important;
  font-weight:900!important;
}
.bm-ranking-section-title h2{
  margin:4px 0 4px!important;
  padding-left:12px!important;
  border-left:4px solid #002B5B!important;
  color:#0B1F3A!important;
  font-size:22px!important;
  line-height:1.45!important;
}
.bm-ranking-section-title p{
  margin:0!important;
  color:#64748B!important;
  font-size:12px!important;
  line-height:1.75!important;
}

.bm-ranking-criteria--visual,
.bm-ranking-summary--visual,
.bm-ranking-design-points{
  border:1px solid #dde6f1!important;
  border-radius:6px!important;
  background:#fff!important;
  padding:20px!important;
  box-shadow:0 5px 14px rgba(0,43,91,.035)!important;
}

.bm-ranking-criteria--visual .bm-criteria-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:12px!important;
}
.bm-ranking-criteria--visual .bm-criteria-grid div{
  min-height:118px!important;
  border:1px solid #dfe8f2!important;
  border-radius:6px!important;
  padding:16px 10px!important;
  text-align:center!important;
  background:#fbfdff!important;
}
.bm-criteria-icon{
  display:grid!important;
  place-items:center!important;
  width:34px!important;
  height:34px!important;
  margin:0 auto 8px!important;
  border-radius:50%!important;
  background:#eff6ff!important;
  color:#002B5B!important;
  font-size:17px!important;
  font-weight:900!important;
}
.bm-ranking-criteria--visual .bm-criteria-grid strong{
  display:block!important;
  font-size:12px!important;
  color:#0B1F3A!important;
  margin-bottom:5px!important;
}
.bm-ranking-criteria--visual .bm-criteria-grid em{
  display:block!important;
  font-style:normal!important;
  color:#64748B!important;
  font-size:10px!important;
  line-height:1.55!important;
}

.bm-ranking-summary--visual{
  padding-bottom:18px!important;
}
.bm-ranking-table{
  min-width:680px!important;
  font-size:12px!important;
  border-collapse:collapse!important;
}
.bm-ranking-table thead th{
  background:#002B5B!important;
  color:#fff!important;
  border-color:#002B5B!important;
  padding:10px 12px!important;
}
.bm-ranking-table td{
  border:1px solid #dfe8f2!important;
  padding:9px 12px!important;
}
.bm-ranking-table tbody tr:nth-child(even) td{
  background:#f8fbfe!important;
}
.bm-ranking-more{
  margin:16px 0 0!important;
  text-align:center!important;
}

.bm-ranking-detail{
  display:grid!important;
  gap:18px!important;
}
.bm-ranker-card{
  position:relative!important;
  display:grid!important;
  grid-template-columns:230px minmax(0,1fr)!important;
  gap:22px!important;
  border:1px solid #dfe8f2!important;
  border-radius:6px!important;
  background:#fff!important;
  padding:18px!important;
  box-shadow:0 6px 16px rgba(0,43,91,.06)!important;
}
.bm-ranker-card__rank{
  position:absolute!important;
  left:18px!important;
  top:18px!important;
  z-index:2!important;
}
.bm-ranker-card__rank span{
  display:grid!important;
  place-items:center!important;
  width:54px!important;
  height:54px!important;
  border-radius:8px!important;
  background:#F7C600!important;
  color:#0B1F3A!important;
  font-size:14px!important;
  font-weight:900!important;
  box-shadow:0 6px 14px rgba(247,198,0,.28)!important;
}
.bm-ranker-card__image{
  border-radius:6px!important;
  overflow:hidden!important;
  background:#eef5fc!important;
}
.bm-ranker-card__image img{
  width:100%!important;
  height:100%!important;
  min-height:240px!important;
  object-fit:cover!important;
}
.bm-ranker-card__body{
  min-width:0!important;
}
.bm-ranker-card__kicker{
  color:#004B8D!important;
  font-size:10px!important;
  letter-spacing:.14em!important;
  font-weight:900!important;
  margin:0 0 5px!important;
}
.bm-ranker-card h2{
  font-size:24px!important;
  line-height:1.45!important;
  color:#0B1F3A!important;
  margin:0 0 10px!important;
  padding:0!important;
  border:0!important;
}
.bm-ranker-card dl{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:0 0 12px!important;
}
.bm-ranker-card dl div{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  border:1px solid #dfe8f2!important;
  border-radius:999px!important;
  padding:5px 10px!important;
  background:#f8fbfe!important;
}
.bm-ranker-card dt{
  font-size:10px!important;
  color:#64748B!important;
  font-weight:700!important;
}
.bm-ranker-card dd{
  margin:0!important;
  font-size:11px!important;
  color:#0B1F3A!important;
  font-weight:900!important;
}
.bm-ranker-card p{
  font-size:13px!important;
  line-height:1.85!important;
  color:#334155!important;
}

.bm-ranker-tags{
  display:flex!important;
  gap:7px!important;
  flex-wrap:wrap!important;
  margin:12px 0 14px!important;
}
.bm-ranker-tags span{
  display:inline-flex!important;
  align-items:center!important;
  border-radius:999px!important;
  padding:5px 9px!important;
  font-size:10px!important;
  font-weight:800!important;
  color:#002B5B!important;
  background:#eef5fc!important;
}

.bm-ranker-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
}
.bm-ranker-mini{
  position:relative!important;
  display:grid!important;
  grid-template-columns:120px minmax(0,1fr)!important;
  gap:14px!important;
  border:1px solid #dfe8f2!important;
  border-radius:6px!important;
  background:#fff!important;
  padding:14px!important;
  box-shadow:0 5px 14px rgba(0,43,91,.04)!important;
}
.bm-ranker-mini__rank{
  position:absolute!important;
  left:14px!important;
  top:14px!important;
  display:grid!important;
  place-items:center!important;
  width:42px!important;
  height:42px!important;
  border-radius:7px!important;
  background:#dbe4ee!important;
  color:#0B1F3A!important;
  font-weight:900!important;
  z-index:2!important;
}
.bm-ranker-mini--bronze .bm-ranker-mini__rank{
  background:#d7a87a!important;
  color:#fff!important;
}
.bm-ranker-mini img{
  width:120px!important;
  height:135px!important;
  border-radius:5px!important;
  object-fit:cover!important;
}
.bm-ranker-mini h3{
  color:#0B1F3A!important;
  font-size:17px!important;
  margin:0 0 6px!important;
}
.bm-ranker-mini p{
  font-size:12px!important;
  line-height:1.75!important;
  color:#334155!important;
  margin:0!important;
}

.bm-ranking-design-points h2{
  font-size:20px!important;
  line-height:1.5!important;
  color:#0B1F3A!important;
  margin:0 0 8px!important;
  padding-left:12px!important;
  border-left:4px solid #002B5B!important;
}
.bm-ranking-design-points p{
  margin:0!important;
  font-size:13px!important;
  line-height:1.85!important;
}

.bm-content--after-ranking{
  margin-top:24px!important;
}

@media (max-width:980px){
  .bm-ranking-criteria--visual .bm-criteria-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .bm-ranker-card{
    grid-template-columns:190px minmax(0,1fr)!important;
  }
  .bm-ranker-grid{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:760px){
  .bm-ranking-page-block{
    gap:18px!important;
  }
  .bm-ranking-note{
    grid-template-columns:30px 1fr!important;
    padding:14px!important;
  }
  .bm-ranking-criteria--visual,
  .bm-ranking-summary--visual,
  .bm-ranking-design-points{
    padding:16px!important;
  }
  .bm-ranking-criteria--visual .bm-criteria-grid{
    grid-template-columns:1fr!important;
  }
  .bm-ranker-card{
    grid-template-columns:1fr!important;
    padding:14px!important;
  }
  .bm-ranker-card__image img{
    min-height:210px!important;
  }
  .bm-ranker-card h2{
    font-size:21px!important;
  }
  .bm-ranker-mini{
    grid-template-columns:92px minmax(0,1fr)!important;
  }
  .bm-ranker-mini img{
    width:92px!important;
    height:112px!important;
  }
}


/* =========================================================
   Ranking SEO content polish
========================================================= */
.bm-ranking-page-block{margin-bottom:30px!important}
.bm-ranking-detail{margin-top:4px!important}
.bm-ranker-grid{grid-template-columns:1fr!important}
.bm-ranker-mini{
  grid-template-columns:112px minmax(0,1fr)!important;
  min-height:150px!important;
}
.bm-ranker-mini img{
  width:112px!important;
  height:128px!important;
}
.bm-ranker-mini h3{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  line-height:1.45!important;
}
.bm-ranking-design-points{
  margin-top:4px!important;
}
.bm-content--after-ranking{
  border-top:1px solid #e6eef7!important;
  padding-top:24px!important;
}
.bm-content--after-ranking h2:first-child{
  padding-top:0!important;
}
.bm-ranking-summary--visual .bm-table-wrap{
  border-radius:5px!important;
  overflow:auto!important;
  border:1px solid #dfe8f2!important;
}
.bm-ranking-summary--visual .bm-table-wrap table{
  margin:0!important;
  border:0!important;
}
.bm-ranking-table th:first-child,
.bm-ranking-table td:first-child{
  width:70px!important;
  text-align:center!important;
  font-weight:900!important;
}
.bm-ranking-table td:nth-child(2){
  font-weight:900!important;
  color:#0B1F3A!important;
}
@media (max-width:760px){
  .bm-ranker-mini{grid-template-columns:88px minmax(0,1fr)!important}
  .bm-ranker-mini img{width:88px!important;height:108px!important}
  .bm-ranker-mini h3{font-size:15px!important}
}


/* =========================================================
   Ranking page balance fix
   - avoid duplicate-heavy impression
   - separate visual ranking block and editorial text
========================================================= */

.bm-ranking-editorial-head{
  margin:30px 0 0!important;
  padding:18px 20px!important;
  border:1px solid #dfe8f2!important;
  border-radius:6px!important;
  background:#f8fbfe!important;
}
.bm-ranking-editorial-head span{
  display:block!important;
  color:#004B8D!important;
  font-size:10px!important;
  letter-spacing:.12em!important;
  font-weight:900!important;
  margin-bottom:4px!important;
}
.bm-ranking-editorial-head h2{
  margin:0 0 6px!important;
  padding-left:12px!important;
  border-left:4px solid #002B5B!important;
  color:#0B1F3A!important;
  font-size:20px!important;
  line-height:1.45!important;
}
.bm-ranking-editorial-head p{
  margin:0!important;
  font-size:12px!important;
  line-height:1.8!important;
  color:#64748B!important;
}

.bm-content--after-ranking{
  border-top:0!important;
  padding-top:16px!important;
  margin-top:0!important;
}
.bm-content--after-ranking > .bm-warning-box:first-child,
.bm-content--after-ranking > .bm-ad-disclosure:first-child{
  display:none!important;
}
.bm-content--after-ranking h2:first-child{
  display:none!important;
}
.bm-content--after-ranking .bm-table-wrap{
  display:none!important;
}
.bm-content--after-ranking h2{
  margin-top:30px!important;
  padding-top:0!important;
}
.bm-content--after-ranking h3{
  margin-top:22px!important;
}
.bm-ranking-editorial-list{
  display:grid!important;
  gap:14px!important;
}
.bm-ranking-editorial-list section{
  border:1px solid #e5edf6!important;
  border-radius:6px!important;
  padding:16px!important;
  background:#fff!important;
}
.bm-ranking-editorial-list h3{
  margin:0 0 8px!important;
}
.bm-ranking-editorial-list p{
  margin:0!important;
}

@media (max-width:760px){
  .bm-ranking-editorial-head{
    padding:16px!important;
  }
  .bm-ranking-editorial-list section{
    padding:14px!important;
  }
}


/* =========================================================
   BOAT Maniax latest release integration
   Includes: hero visual, sidebar search, top SEO guide, spacing, ranking balance
========================================================= */

/* Hero: カンプに近い全面写真訴求 */
.bm-front-hero{
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.58) 30%, rgba(255,255,255,.34) 54%, rgba(255,255,255,.08) 78%, rgba(255,255,255,.02) 100%),
    url('../img/generated/front-hero.jpg') !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}
.bm-front-hero__inner{
  min-height:520px;
}
.bm-hero-tags--seo{
  display:flex!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  margin-bottom:10px!important;
}
.bm-hero-tags--seo span{
  background:rgba(255,255,255,.82)!important;
  border:1px solid rgba(0,43,91,.12)!important;
  border-radius:999px!important;
  color:#002B5B!important;
  font-size:11px!important;
  font-weight:900!important;
  padding:5px 10px!important;
  backdrop-filter:blur(3px)!important;
}

/* Sidebar search full width */
.bm-widget--search,
.bm-widget--search .bm-search-form{
  width:100% !important;
}
.bm-widget--search .bm-search-form{
  display:flex !important;
  align-items:stretch !important;
}
.bm-widget--search .bm-search-form label{
  flex:1 1 auto !important;
  display:block !important;
  min-width:0 !important;
}
.bm-widget--search .bm-search-form__field{
  width:100% !important;
  display:block !important;
}
.bm-widget--search .bm-search-form__submit{
  flex:0 0 54px !important;
  min-width:54px !important;
  padding:0 16px !important;
}

/* Top SEO guide map */
.bm-front-main{
  gap:38px!important;
}
.bm-front-shortcuts + .bm-front-seo-guide{
  margin-top:-8px!important;
}
.bm-front-seo-guide{
  background:#f7fbff!important;
  border:1px solid #dfe8f2!important;
  border-radius:6px!important;
  padding:18px!important;
}
.bm-front-seo-guide .bm-section-head{
  margin-bottom:14px!important;
}
.bm-guide-map{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
}
.bm-guide-map a{
  display:block!important;
  background:#fff!important;
  border:1px solid #dfe8f2!important;
  border-radius:5px!important;
  padding:14px!important;
  min-height:92px!important;
  box-shadow:0 4px 12px rgba(0,43,91,.035)!important;
}
.bm-guide-map strong{
  display:block!important;
  color:#0B1F3A!important;
  font-size:13px!important;
  line-height:1.45!important;
  margin-bottom:5px!important;
}
.bm-guide-map span{
  display:block!important;
  color:#64748B!important;
  font-size:10.5px!important;
  line-height:1.55!important;
}
.bm-guide-map a:hover{
  background:#fffdf2!important;
  border-color:#f0d572!important;
}

/* Spacing polish */
.bm-front-section{
  scroll-margin-top:24px!important;
}
.bm-section-head{
  margin-bottom:16px!important;
}
.bm-card-grid{
  row-gap:22px!important;
}
.bm-card__body{
  min-height:154px!important;
}
.bm-front-split{
  gap:28px!important;
}
.bm-front-split__side .bm-front-section{
  padding:19px!important;
}
.bm-note-section,
.bm-pr-section,
.bm-safety-section{
  margin-top:2px!important;
  margin-bottom:2px!important;
}
.bm-sidebar{
  top:20px!important;
}

/* SEO friendly heading hierarchy */
.bm-front-section .bm-section-head h2,
.bm-ranking-section-title h2,
.bm-content h2{
  font-weight:900!important;
}
.bm-content h3{
  color:#0B1F3A!important;
  font-size:18px!important;
  line-height:1.65!important;
  margin:26px 0 10px!important;
  padding-left:10px!important;
  border-left:3px solid #00A6D6!important;
}

/* Ranking balance: visual block + editorial text separation */
.bm-ranking-editorial-head{
  margin:30px 0 0!important;
  padding:18px 20px!important;
  border:1px solid #dfe8f2!important;
  border-radius:6px!important;
  background:#f8fbfe!important;
}
.bm-ranking-editorial-head span{
  display:block!important;
  color:#004B8D!important;
  font-size:10px!important;
  letter-spacing:.12em!important;
  font-weight:900!important;
  margin-bottom:4px!important;
}
.bm-ranking-editorial-head h2{
  margin:0 0 6px!important;
  padding-left:12px!important;
  border-left:4px solid #002B5B!important;
  color:#0B1F3A!important;
  font-size:20px!important;
  line-height:1.45!important;
}
.bm-ranking-editorial-head p{
  margin:0!important;
  font-size:12px!important;
  line-height:1.8!important;
  color:#64748B!important;
}
.bm-content--after-ranking{
  border-top:0!important;
  padding-top:16px!important;
  margin-top:0!important;
}
.bm-content--after-ranking > .bm-warning-box:first-child,
.bm-content--after-ranking > .bm-ad-disclosure:first-child{
  display:none!important;
}
.bm-content--after-ranking h2:first-child{
  display:none!important;
}
.bm-content--after-ranking .bm-table-wrap{
  display:none!important;
}
.bm-ranking-editorial-list{
  display:grid!important;
  gap:14px!important;
}
.bm-ranking-editorial-list section{
  border:1px solid #e5edf6!important;
  border-radius:6px!important;
  padding:16px!important;
  background:#fff!important;
}
.bm-ranking-editorial-list h3{
  margin:0 0 8px!important;
}
.bm-ranking-editorial-list p{
  margin:0!important;
}

/* Responsive */
@media (max-width:980px){
  .bm-guide-map{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .bm-front-main{
    gap:32px!important;
  }
}
@media (max-width:760px){
  .bm-front-hero{
    background-image:
      linear-gradient(180deg, rgba(255,255,255,.78) 0%, rgba(255,255,255,.58) 42%, rgba(255,255,255,.24) 72%, rgba(255,255,255,.08) 100%),
      url('../img/generated/front-hero.jpg') !important;
    background-position:center center !important;
  }
  .bm-hero-tags--seo{
    gap:6px!important;
  }
  .bm-hero-tags--seo span{
    font-size:10px!important;
    padding:4px 8px!important;
  }
  .bm-front-seo-guide{
    padding:16px!important;
  }
  .bm-guide-map{
    grid-template-columns:1fr!important;
  }
  .bm-front-main{
    gap:30px!important;
  }
  .bm-card__body{
    min-height:auto!important;
  }
  .bm-ranking-editorial-head{
    padding:16px!important;
  }
  .bm-ranking-editorial-list section{
    padding:14px!important;
  }
}


/* =========================================================
   BOAT Maniax ad slots
   - AdSense承認前はプレースホルダー
   - 承認後は外観 > 広告枠設定 にコード投入
========================================================= */

.bm-front-ad-wrap{
  padding:24px 0 0!important;
}
.bm-ad-slot{
  margin:24px 0!important;
  width:100%!important;
  clear:both!important;
}
.bm-front-ad-wrap .bm-ad-slot{
  margin:0!important;
}
.bm-ad-slot__code{
  width:100%!important;
  overflow:hidden!important;
}
.bm-ad-slot__placeholder{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  border:1px dashed #d1b33f!important;
  background:linear-gradient(135deg,#fff8d8,#fffdf2)!important;
  color:#0B1F3A!important;
  text-align:center!important;
  border-radius:6px!important;
  min-height:90px!important;
  padding:14px!important;
}
.bm-ad-slot__placeholder span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:44px!important;
  height:22px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  background:#F7C600!important;
  color:#0B1F3A!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
}
.bm-ad-slot__placeholder strong{
  display:block!important;
  color:#0B1F3A!important;
  font-size:13px!important;
  line-height:1.45!important;
}
.bm-ad-slot__placeholder em{
  display:block!important;
  color:#667792!important;
  font-style:normal!important;
  font-size:11px!important;
}
.bm-ad-slot--horizontal .bm-ad-slot__placeholder{
  min-height:92px!important;
}
.bm-ad-slot--native .bm-ad-slot__placeholder{
  min-height:110px!important;
}
.bm-ad-slot--rectangle .bm-ad-slot__placeholder,
.bm-ad-slot--inarticle .bm-ad-slot__placeholder,
.bm-ad-slot--bottom .bm-ad-slot__placeholder{
  min-height:250px!important;
  max-width:720px!important;
  margin-inline:auto!important;
}
.bm-ad-slot--sidebar{
  margin:0 0 20px!important;
}
.bm-ad-slot--sidebar .bm-ad-slot__placeholder{
  min-height:250px!important;
  border-radius:5px!important;
}
.bm-ad-slot--article_before_content{
  margin-top:18px!important;
}
.bm-ad-slot--article_middle{
  margin:28px 0!important;
}
.bm-ad-slot--article_bottom{
  margin:32px 0 28px!important;
}
.bm-ad-slot--top_middle_native{
  margin:4px 0!important;
}

/* Monetization internal links */
.bm-monetize-links{
  margin:30px 0!important;
  border:1px solid #dfe8f2!important;
  background:#f8fbfe!important;
  border-radius:6px!important;
  padding:18px!important;
}
.bm-monetize-links__head span{
  display:block!important;
  color:#004B8D!important;
  font-size:10px!important;
  letter-spacing:.12em!important;
  font-weight:900!important;
}
.bm-monetize-links__head h2{
  color:#0B1F3A!important;
  font-size:20px!important;
  line-height:1.45!important;
  margin:5px 0 5px!important;
  padding-left:12px!important;
  border-left:4px solid #002B5B!important;
}
.bm-monetize-links__head p{
  color:#64748B!important;
  font-size:12px!important;
  line-height:1.75!important;
  margin:0 0 14px!important;
}
.bm-monetize-links__grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}
.bm-monetize-links__grid a{
  display:block!important;
  background:#fff!important;
  border:1px solid #dfe8f2!important;
  border-radius:5px!important;
  padding:14px!important;
}
.bm-monetize-links__grid strong{
  display:block!important;
  color:#0B1F3A!important;
  font-size:13px!important;
  margin-bottom:4px!important;
}
.bm-monetize-links__grid span{
  color:#64748B!important;
  font-size:11px!important;
}

@media (max-width: 980px){
  .bm-ad-slot--sidebar{
    margin:22px 0!important;
  }
  .bm-monetize-links__grid{
    grid-template-columns:1fr!important;
  }
}
@media (max-width: 760px){
  .bm-front-ad-wrap{
    padding:18px 0 0!important;
  }
  .bm-ad-slot{
    margin:20px 0!important;
  }
  .bm-ad-slot--rectangle .bm-ad-slot__placeholder,
  .bm-ad-slot--inarticle .bm-ad-slot__placeholder,
  .bm-ad-slot--bottom .bm-ad-slot__placeholder,
  .bm-ad-slot--sidebar .bm-ad-slot__placeholder{
    min-height:220px!important;
  }
}
