.br-profile-portrait{position:relative;display:inline-flex;align-items:center;justify-content:center;vertical-align:top}
.br-profile-portrait canvas{position:relative;z-index:1;display:block}
.br-profile-portrait-art{position:absolute;z-index:2;inset:0;width:100%!important;height:100%!important;max-width:none!important;object-fit:contain;pointer-events:none;user-select:none}
.br-profile-portrait--self{width:180px;height:220px}
.br-profile-portrait--compact{width:180px;height:220px;flex:0 0 auto}
.br-profile-frame-badge{position:relative;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;flex:0 0 22px;vertical-align:middle;border:1px solid #94631f;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff7c9 0,#e9ba54 47%,#6e3d12 100%);box-shadow:0 1px 3px rgba(45,25,6,.38),inset 0 0 0 1px rgba(255,248,199,.7);overflow:hidden}
.br-profile-frame-badge img{display:block;width:88%!important;height:88%!important;max-width:none!important;object-fit:contain}
.br-profile-frame-badge--list{width:20px;height:20px;flex-basis:20px;margin-right:3px}
.br-profile-frame-badge--chat{width:19px;height:19px;flex-basis:19px;margin:0 1px}
.br-profile-frame-badge--profile{width:25px;height:25px;flex-basis:25px}
.br-profile-frame-name{display:inline-flex;align-items:center;max-width:100%;border-radius:9px;text-decoration:none!important}
.br-profile-frame-name.br-profile-frame--knowledge-2026{padding:1px 6px;color:#173f75!important;background:linear-gradient(180deg,rgba(255,249,214,.92),rgba(231,190,92,.68));border:1px solid rgba(126,79,18,.58);box-shadow:inset 0 1px rgba(255,255,255,.78),0 1px 2px rgba(62,34,8,.16);font-weight:800!important}
.br-chat-profile-frame.br-profile-frame--knowledge-2026{border:1px solid rgba(43,85,139,.55)!important;box-shadow:0 1px 3px rgba(29,57,96,.22),inset 3px 0 #315f9c!important}
.battle-chat-row .battle-chat-name.br-profile-frame--knowledge-2026{padding:1px 5px;border:1px solid rgba(213,164,57,.66);border-radius:8px;background:rgba(31,75,129,.18);color:#6b3b08!important;font-weight:800!important}
.pf-hero>.br-profile-portrait{align-self:center}

/* Honorary frames are static: no animation, filters or repaint loops. */
.br-profile-frame-name.br-profile-frame--guardian-loyal{padding:1px 6px;color:#fff0ba!important;background:linear-gradient(135deg,#173f37,#28594b);border:1px solid #b88c3d;box-shadow:inset 0 1px rgba(255,241,186,.22);font-weight:800!important}
.br-profile-frame-badge.br-profile-frame--guardian-loyal{background:#173f37;border-color:#b88c3d;box-shadow:none}
.br-chat-profile-frame.br-profile-frame--guardian-loyal{border-color:#a7803d!important;box-shadow:inset 3px 0 #376955!important}
.battle-chat-row .battle-chat-name.br-profile-frame--guardian-loyal{padding:1px 5px;border:1px solid #a7803d;border-radius:7px;background:#214c40;color:#fff0ba!important;font-weight:800!important}
.br-profile-honor{display:flex;flex-direction:column;gap:4px;margin:8px 0;padding:9px 12px;border:1px solid #aa843c;border-radius:8px;background:linear-gradient(135deg,#173f37,#28594b);color:#fff0ba;text-align:center;box-sizing:border-box}
.br-profile-honor b{font-size:15px}.br-profile-honor span{font-size:11px;color:#e0d8bc}
.br-frame-picker{margin:20px auto 8px;padding-top:12px;border-top:1px solid #a6ad73;max-width:460px}
.br-frame-picker h3{margin:0 0 10px;font-size:17px}
.br-frame-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px}
.br-frame-card{min-width:0;border:1px solid #a6ad73;border-radius:6px;padding:8px;background:rgba(255,255,255,.25)}
.br-frame-card.is-current{border-color:#597937;box-shadow:inset 0 0 0 1px #597937}
.br-frame-title{font-size:14px;font-weight:bold;min-height:2.5em;display:flex;align-items:center;justify-content:center}
.br-frame-preview.br-profile-portrait{display:flex;width:112px;height:112px;min-height:112px;max-width:100%;margin:8px auto;overflow:hidden}
.br-frame-preview canvas{width:88px!important;max-width:79%!important;height:auto!important;transform:none}
.br-frame-name-preview{display:flex;align-items:center;justify-content:center;gap:2px;min-width:0;font-size:12px;overflow-wrap:anywhere}
.br-frame-name-preview .br-profile-frame-name{min-width:0;display:block}
.br-frame-note{font-size:11px;line-height:1.35;min-height:3em;margin:7px 0}
.br-select-frame{display:block;width:100%;box-sizing:border-box;margin:6px 0 0}

/* Native profile canvas is 180x220, but its idle pose ends around y=145.
   Crop the transparent lower area without stretching the sprite or animation. */
.br-profile-portrait--self.br-profile-frame--knowledge-2026,
.br-profile-portrait--self.br-profile-frame--guardian-loyal,
.br-profile-portrait--compact.br-profile-frame--knowledge-2026,
.br-profile-portrait--compact.br-profile-frame--guardian-loyal{width:180px;height:180px;overflow:hidden}
.br-profile-portrait--self.br-profile-frame--knowledge-2026 canvas,
.br-profile-portrait--self.br-profile-frame--guardian-loyal canvas,
.br-profile-portrait--compact.br-profile-frame--knowledge-2026 canvas,
.br-profile-portrait--compact.br-profile-frame--guardian-loyal canvas{position:absolute;left:0;top:8%;width:100%!important;height:auto!important;max-width:none;transform:none}
.br-profile-honor{line-height:1.3;overflow-wrap:break-word}
.br-frame-name-preview .br-profile-frame-name{overflow-wrap:anywhere}
@media(max-width:390px){
 .br-profile-portrait--compact.br-profile-frame--knowledge-2026,
 .br-profile-portrait--compact.br-profile-frame--guardian-loyal{width:136px;height:136px}
 .pf-info .br-profile-honor{padding:7px 6px}
 .pf-info .br-profile-honor b{font-size:13px}
 .br-profile-frame-name.br-profile-frame--knowledge-2026{padding-left:4px;padding-right:4px}
}
