/* A-NET V85.26 — movable/resizable Brand Film player. Frontend-only, no API/security changes. */
.brand-film-trigger{cursor:pointer;background:rgba(7,27,50,.76)!important;backdrop-filter:blur(10px)}
.brand-film-trigger .play-dot{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.16);font-size:12px}
.brand-film-player{--bf-w:min(760px,calc(100vw - 32px));position:fixed;z-index:150;left:calc(50vw - var(--bf-w)/2);top:clamp(84px,15vh,150px);width:var(--bf-w);min-width:320px;min-height:220px;resize:both;overflow:hidden;border:1px solid rgba(87,222,236,.72);border-radius:20px;background:#020b16;box-shadow:0 30px 95px rgba(0,0,0,.52),0 0 0 1px rgba(255,255,255,.08) inset;display:none;isolation:isolate}
.brand-film-player.open{display:flex;flex-direction:column;animation:bf-enter .24s ease-out}
.brand-film-player.minimized{width:330px!important;height:56px!important;min-height:56px;resize:none}
.brand-film-player.minimized .brand-film-stage{display:none}
@keyframes bf-enter{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}
.brand-film-bar{height:52px;flex:0 0 52px;display:flex;align-items:center;gap:10px;padding:0 10px 0 15px;color:#fff;background:linear-gradient(90deg,rgba(6,20,38,.98),rgba(8,45,71,.96));cursor:grab;user-select:none;touch-action:none}
.brand-film-bar:active{cursor:grabbing}.brand-film-title{min-width:0;display:flex;align-items:center;gap:9px;font-weight:900;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-film-title span:first-child{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#1677ff,#24d7e1)}
.brand-film-tools{margin-left:auto;display:flex;align-items:center;gap:4px}.brand-film-tools button{width:34px;height:34px;border:0;border-radius:9px;background:transparent;color:#dffaff;cursor:pointer;font-size:16px;display:grid;place-items:center}.brand-film-tools button:hover{background:rgba(255,255,255,.13)}
.brand-film-stage{position:relative;flex:1;min-height:0;background:#000;display:grid;place-items:center}.brand-film-stage video{display:block;width:100%;height:100%;min-height:168px;object-fit:contain;background:#000}.brand-film-hint{position:absolute;right:12px;top:12px;padding:7px 10px;border-radius:999px;background:rgba(0,0,0,.55);color:#fff;font-size:11px;pointer-events:none;opacity:.8;transition:opacity .3s}.brand-film-stage:hover .brand-film-hint{opacity:0}
.brand-film-backdrop{position:fixed;z-index:145;inset:0;background:rgba(2,9,18,.5);backdrop-filter:blur(3px);display:none}.brand-film-backdrop.open{display:block}
.brand-film-resize-grip{position:absolute;right:1px;bottom:1px;width:24px;height:24px;pointer-events:none;background:linear-gradient(135deg,transparent 48%,rgba(89,226,238,.9) 50%,rgba(89,226,238,.9) 57%,transparent 59%,transparent 68%,rgba(89,226,238,.8) 70%,rgba(89,226,238,.8) 77%,transparent 79%)}
body.brand-film-lock{overflow:hidden}
@media(max-width:760px){.brand-film-player{left:8px!important;right:8px;top:78px!important;width:calc(100vw - 16px)!important;height:auto!important;min-width:0;min-height:0;resize:none;border-radius:16px}.brand-film-stage{aspect-ratio:16/9}.brand-film-bar{height:48px;flex-basis:48px}.brand-film-tools .bf-dock{display:none}.brand-film-hint,.brand-film-resize-grip{display:none}}
@media(prefers-reduced-motion:reduce){.brand-film-player.open{animation:none}}
