/* The charge sits at the perimeter; navigation and logging remain available. */
body.cf-app .brand-lockup-copy{position:relative}
body.cf-app .cf-logo-celebrating{visibility:hidden}
.cf-trophy-charge{position:fixed;inset:0;z-index:80050;pointer-events:none;overflow:hidden}
.cf-trophy-charge::before,.cf-trophy-charge::after{content:"";position:absolute;inset:0;border:2px solid transparent;border-radius:inherit;animation:cf-charge-pulse 1.7s ease-in-out 2}
.cf-trophy-charge::before{border-top-color:#20c8ff;border-left-color:#20c8ff;box-shadow:inset 14px 14px 32px -12px #20c8ff,inset 0 0 8px #20c8ff66}
.cf-trophy-charge::after{border-bottom-color:#ff7a1a;border-right-color:#ff7a1a;box-shadow:inset -14px -14px 32px -12px #ff7a1a,inset 0 0 8px #ff7a1a66;animation-delay:.22s}
.cf-trophy-charge.legendary::before,.cf-trophy-charge.veteran::before{box-shadow:inset 18px 18px 42px -12px #20c8ff,inset 0 0 12px #20c8ff88}
.cf-trophy-charge.legendary::after,.cf-trophy-charge.veteran::after{box-shadow:inset -18px -18px 42px -12px #ff7a1a,inset 0 0 12px #ff7a1a88}
body.cf-app .cf-trophy-unlock{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:8px;min-width:0;padding:0 4px;background:var(--bg,#09121a);border-radius:8px;animation:cf-trophy-drop .48s cubic-bezier(.2,.8,.3,1.1) both;z-index:1}
.cf-trophy-unlock>img{width:clamp(36px,10vw,60px);height:100%;max-height:64px;object-fit:contain;flex:none;filter:drop-shadow(0 0 6px #20c8ff88)}
.cf-trophy-unlock.legendary>img,.cf-trophy-unlock.veteran>img{filter:drop-shadow(0 0 8px #ff7a1aaa)}
.cf-unlock-message{display:flex;flex-direction:column;min-width:0;line-height:1.15;text-align:center}
.cf-unlock-message strong{font-size:clamp(11px,3.2vw,17px);color:#edfaff;overflow-wrap:anywhere}
.cf-unlock-message>span{font-size:clamp(10px,2.8vw,13px);font-weight:800;letter-spacing:.08em;color:#ff9142}
body.cf-app .cf-unlock-dismiss{padding:0!important;width:28px!important;min-width:28px!important;height:32px!important;min-height:32px!important;flex:none;border:0;background:transparent;color:#a6c4d5;font-size:22px;box-shadow:none}
@keyframes cf-charge-pulse{0%,100%{opacity:0}45%{opacity:.9}70%{opacity:.35}}
@keyframes cf-trophy-drop{from{opacity:0;transform:translateY(-90%)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){.cf-trophy-charge{display:none}body.cf-app .cf-trophy-unlock{animation:none}}
@media print{.cf-trophy-charge,.cf-trophy-unlock{display:none!important}body.cf-app .cf-logo-celebrating{visibility:visible}}
