/* Pulsefield：替代全量 style.css，仅保留水印与基础重置（避免默认主题整包未使用 CSS） */
*{box-sizing:border-box}
html{margin:0;padding:0;min-height:100%}
a{color:inherit;text-decoration:none}
.pbx-img-watermark,.vs-img-watermark,.ky-img-watermark{position:relative}
.site-img-wm{position:absolute;z-index:3;right:clamp(12px,2.8vw,18px);bottom:clamp(12px,2.8vw,18px);left:auto;display:inline-flex;align-items:center;gap:7px;box-sizing:border-box;min-width:0;max-width:calc(100% - clamp(28px,6vw,44px));padding:6px 10px 6px 8px;border-radius:8px;font-size:clamp(.65rem,1.6vw,.78rem);font-weight:700;letter-spacing:.02em;line-height:1.2;color:rgba(255,255,255,.96);text-shadow:0 1px 2px rgba(0,0,0,.85);background:rgba(0,0,0,.42);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(4px);pointer-events:none;overflow:hidden}
.site-img-wm__logo{width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important;object-fit:contain;flex-shrink:0;border-radius:5px;box-shadow:0 1px 4px rgba(0,0,0,.25)}
.site-img-wm__host{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
