/* BostanTech interface icons: 24px grid, rounded 1.8px strokes, sea/mint palette. */
.bt-icon{display:inline-block;vertical-align:middle;flex-shrink:0;width:24px;height:24px;color:inherit}
.bt-category-icon{display:flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;border-radius:12px;background:var(--bt-mint-bg,#e7f4f1);color:var(--bt-accent,#006560)}
.bt-category-icon .bt-icon{width:30px;height:30px}
.bt-auth-tiles i .bt-icon{width:20px;height:20px}
.bt-auth-tiles i{font-style:normal}
.bt-header-light .bt-hact-icon,.bt-mobile-bottom-nav svg{stroke-linecap:round;stroke-linejoin:round}
.bt-hact-badge,.bt-mobile-bottom-nav [data-cart-count]{background:var(--bt-accent,#006560);color:#fff}
#mastbro-toasts{position:fixed;z-index:110;top:132px;right:20px;display:flex;flex-direction:column;gap:12px;width:min(390px,calc(100vw - 32px));pointer-events:none;max-height:calc(100dvh - 164px);overflow-y:auto}
.bt-notice{--notice-color:var(--bt-accent,#006560);--notice-tint:var(--bt-mint-bg,#e7f4f1);display:flex;align-items:flex-start;gap:12px;padding:16px 8px 16px 16px;border:1px solid var(--bt-head-line,#e6f0ef);border-radius:14px;background:#fff;color:var(--bt-ink,#152028);box-shadow:0 8px 32px #003f3a20;pointer-events:auto;animation:bt-notice-in .2s ease-out}
.bt-notice--error{--notice-color:#b42332;--notice-tint:#fff0f1}
.bt-notice--warning{--notice-color:#895500;--notice-tint:#fff6df}
.bt-notice-icon{display:flex;align-items:center;justify-content:center;flex:0 0 40px;width:40px;height:40px;border-radius:12px;color:var(--notice-color);background:var(--notice-tint)}
.bt-notice-copy{flex:1;min-width:0;padding-top:1px;font-size:13px;line-height:1.5;overflow-wrap:anywhere}
.bt-notice-copy strong{display:block;margin-bottom:4px;font-size:14px;line-height:1.4;font-weight:650}
.bt-notice-copy p{margin:0}
.bt-notice-copy a{display:inline-block;margin-top:8px;color:var(--bt-accent,#006560);font-weight:600;text-decoration:underline;text-underline-offset:3px}
.bt-notice-close{display:flex;align-items:center;justify-content:center;flex:0 0 36px;width:36px;height:40px;border:0;border-radius:8px;background:transparent;color:var(--bt-muted,#5f6974);cursor:pointer}
.bt-notice-close:hover{color:var(--bt-accent,#006560);background:var(--bt-mint-bg,#e7f4f1)}
.bt-notice-close .bt-icon{width:18px;height:18px}
.bt-notice a:focus-visible,.bt-notice button:focus-visible{outline:2px solid var(--bt-accent,#006560);outline-offset:2px}
@keyframes bt-notice-in{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:767px){#mastbro-toasts{top:calc(72px + env(safe-area-inset-top));right:12px;width:calc(100vw - 24px);max-height:calc(100dvh - 164px)}.bt-notice{gap:10px;padding:12px 4px 12px 12px}.bt-notice-close{flex-basis:44px;width:44px;height:44px}}
@media(prefers-reduced-motion:reduce){.bt-notice{animation:none}}

.bt-svc-card-art .bt-service-icon{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;color:var(--bt-accent,#006560)}
.bt-service-icon .bt-icon{width:100px;height:100px;padding:18px;box-sizing:content-box;border-radius:28px;background:#ffffffb3;box-shadow:0 8px 28px #0065600d}

.bt-card-actions .bt-card-icon[aria-pressed=true]{color:var(--bt-accent,#006560)!important;background:var(--bt-mint-bg,#e7f4f1)!important}
