.bsm-page{font-family:var(--font);background:var(--page-bg);min-height:100vh;padding-top:var(--total-header-h)}.bsm-content{max-width:1100px;margin:0 auto;padding:var(--content-pt) var(--content-px) var(--content-pb)}.bsm-article{background:var(--card-bg);border:1px solid var(--ds-border);border-radius:var(--card-radius);padding:24px 28px;margin-bottom:16px;transition:background .28s ease,border-color .28s ease}.bsm-article h2{font-size:var(--fs-xl);font-weight:var(--fw-bold);color:var(--t1);margin:0 0 20px;padding-bottom:14px;border-bottom:1px solid var(--ds-border)}.bsm-article h3{font-size:var(--fs-lg);font-weight:var(--fw-bold);color:var(--mt-green);margin:0 0 10px}.bsm-article h3:not(:first-child){margin-top:24px}.bsm-article p{font-size:var(--fs-base);color:var(--t2);line-height:1.75;margin:0 0 8px}.bsm-article p:last-child{margin-bottom:0}.bsm-article a{color:var(--mt-green);text-decoration:none}.bsm-article a:hover{text-decoration:underline}.bsm-article b,.bsm-article strong{color:var(--t1)}@media (max-width:640px){.bsm-content{padding:16px 16px 60px}.bsm-article{padding:18px 16px}}.pc-controls{background:var(--card-bg);border-bottom:1px solid var(--ds-border);position:-webkit-sticky;position:sticky;top:var(--total-header-h);z-index:100;transition:background .28s ease,border-color .28s ease}.pc-inner{max-width:1280px;margin:0 auto;padding:var(--controls-py) var(--controls-px);flex-direction:row;grid-gap:12px;gap:12px}.pc-inner,.pc-title-block{display:flex;align-items:center}.pc-title-block{flex-direction:row;grid-gap:10px;gap:10px;flex:1 1;min-width:0}.pc-icon{width:32px;height:32px;border-radius:8px;background:var(--mt-green-dim);border:1px solid var(--mt-green-border);display:flex;flex-direction:row;align-items:center;justify-content:center;color:var(--mt-green);font-size:var(--fs-base);flex-shrink:0}.pc-title{font-size:var(--fs-lg);font-weight:var(--fw-bold);color:var(--t1);line-height:1;white-space:nowrap}.pc-right{display:flex;flex-direction:row;align-items:center;grid-gap:8px;gap:8px;flex-shrink:0}@media (max-width:640px){.pc-inner{padding:10px 16px;flex-wrap:wrap}}