@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap);.bfx-app{--bfx-navy:#0b1b3a;--bfx-blue:#1b2f8a;--bfx-accent:#c9a04a;font-family:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;max-width:540px;margin:0 auto;padding:4px 0 8px;color:#0b1b3a;box-sizing:border-box}.bfx-app *,.bfx-app *::before,.bfx-app *::after{box-sizing:border-box}.bfx-app .st-inarticle-paragraph,.bfx-app .st-inarticle-slot,.bfx-app ins.adsbygoogle{display:none!important}.single-featured{display:none!important}.bf-gsrc-wrap{display:none!important}.bfx-head{text-align:center;margin:0 0 14px}.bfx-title{font-size:clamp(20px,5vw,26px);font-weight:800;margin:0 0 4px;letter-spacing:-.01em;color:#0b1b3a}.bfx-sub{margin:0;font-size:14px;color:#5a6478;font-weight:400}.bfx-formations{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:0 0 14px}.bfx-formation-btn{appearance:none;border:1.5px solid #d3d9e6;background:#fff;color:#26324d;font-family:inherit;font-weight:700;font-size:14px;padding:0 16px;height:38px;border-radius:999px;cursor:pointer;transition:all .15s ease;letter-spacing:.02em;display:inline-flex;align-items:center;justify-content:center;line-height:1}.bfx-formation-btn:hover{border-color:#1b2f8a;color:#1b2f8a}.bfx-formation-btn.is-active{background:#1b2f8a;border-color:#1b2f8a;color:#fff;box-shadow:0 4px 14px rgb(27 47 138 / .3)}.bfx-stage{width:100%}.bfx-pitch{position:relative;width:100%;aspect-ratio:1080/1440;border-radius:16px;overflow:hidden;box-shadow:0 10px 34px rgb(11 27 58 / .25);background:#0b1b3a}.bfx-pitch-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;user-select:none;-webkit-user-drag:none}.bfx-slots{position:absolute;inset:0}.bfx-slot{position:absolute;transform:translate(-50%,-50%);width:16.48%;aspect-ratio:196/260;cursor:pointer;display:flex;align-items:center;justify-content:center}.bfx-slot.is-empty{border:2px dashed rgb(255 255 255 / .5);border-radius:12%;background:rgb(255 255 255 / .06);flex-direction:column;gap:2px;transition:all .15s ease}.bfx-slot.is-empty:hover{background:rgb(201 160 74 / .22);border-color:var(--bfx-accent);transform:translate(-50%,-50%) scale(1.05)}.bfx-slot-plus{color:#fff;font-size:26px;line-height:1;font-weight:700;opacity:.9}.bfx-slot-pos{color:rgb(255 255 255 / .85);font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.bfx-slot.is-filled{transition:transform .15s ease}.bfx-slot.is-filled:hover{transform:translate(-50%,-50%) scale(1.05)}.bfx-slot-card{width:100%;height:auto;display:block;-webkit-user-drag:none;filter:drop-shadow(0 4px 10px rgb(0 0 0 / .35))}.bfx-slot-remove{position:absolute;top:-7px;right:-7px;width:22px;height:22px;border-radius:50%;border:2px solid #fff;background:#e2334d;color:#fff;font-size:15px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;box-shadow:0 2px 6px rgb(0 0 0 / .35);opacity:0;transition:opacity .15s ease}.bfx-slot.is-filled:hover .bfx-slot-remove{opacity:1}@media (hover:none){.bfx-slot-remove{opacity:1}}.bfx-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:18px 0 6px}.bfx-btn{appearance:none;font-family:inherit;font-weight:700;font-size:15px;border-radius:12px;padding:13px 20px;cursor:pointer;border:none;display:inline-flex;align-items:center;gap:9px;transition:transform .12s ease,box-shadow .2s ease,background .2s ease}.bfx-btn:active{transform:scale(.97)}.bfx-btn-x{background:#000;color:#fff;box-shadow:0 6px 18px rgb(0 0 0 / .28);animation:bfxXpulse 2.4s ease-in-out infinite}.bfx-btn-x:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgb(0 0 0 / .4)}.bfx-btn-x svg{display:block}@keyframes bfxXpulse{0%,100%{box-shadow:0 6px 18px rgb(0 0 0 / .28)}50%{box-shadow:0 6px 26px rgb(29 161 242 / .55)}}.bfx-btn-dl{background:#1b2f8a;color:#fff;box-shadow:0 6px 18px rgb(27 47 138 / .3)}.bfx-btn-dl:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgb(27 47 138 / .45)}.bfx-btn-reset{background:#eef1f7;color:#3a465f}.bfx-btn-reset:hover{background:#e2e7f1}.bfx-status{text-align:center;font-size:13px;color:#5a6478;margin:8px 0 0;min-height:18px;font-weight:600}.bfx-picker{position:fixed;inset:0;z-index:99999;display:flex;align-items:flex-end;justify-content:center}.bfx-picker[hidden]{display:none}.bfx-picker-backdrop{position:absolute;inset:0;background:rgb(8 15 32 / .55);backdrop-filter:blur(2px)}.bfx-picker-panel{position:relative;background:#fff;width:100%;max-width:640px;max-height:82vh;border-radius:20px 20px 0 0;display:flex;flex-direction:column;box-shadow:0 -10px 40px rgb(0 0 0 / .3);animation:bfxSheet .22s ease}@keyframes bfxSheet{from{transform:translateY(40px);opacity:.4}to{transform:translateY(0);opacity:1}}.bfx-picker-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px 10px;border-bottom:1px solid #eef1f7}.bfx-picker-title{font-weight:800;font-size:16px;color:#0b1b3a}.bfx-picker-close{appearance:none;border:none;background:#eef1f7;width:32px;height:32px;border-radius:50%;font-size:20px;line-height:1;color:#3a465f;cursor:pointer}.bfx-picker-close:hover{background:#e2e7f1}.bfx-picker-grid{overflow-y:auto;padding:14px;display:flex;flex-wrap:wrap;gap:14px;align-items:flex-start;justify-content:flex-start}.bfx-pick{flex:0 0 calc((100% - 28px) / 3);appearance:none;border:2px solid #fff0;background:#f6f8fc;border-radius:14px;padding:7px 6px 8px;cursor:pointer;display:flex;flex-direction:column;align-items:center;font-family:inherit;transition:border-color .13s ease,background .13s ease,transform .13s ease;position:relative;height:auto!important;min-height:0!important;max-height:none!important;line-height:normal!important}@media (min-width:520px){.bfx-pick{flex-basis:calc((100% - 70px) / 6)}}.bfx-pick:hover{border-color:#1b2f8a;background:#eef2fb;transform:translateY(-2px)}.bfx-pick.is-current{border-color:var(--bfx-accent);background:#fbf5e8}.bfx-pick.is-used{opacity:.42}.bfx-pick.is-used:hover{opacity:.85}.bfx-pick-img{width:100%;display:block;font-size:0}.bfx-pick-img img{width:100%!important;height:auto!important;max-width:100%!important;display:block;border-radius:8px}.bfx-pick-club{font-size:11px;color:#5a6478;font-weight:600;text-align:center;line-height:1.15;margin-top:6px}.bfx-pick-badge{position:absolute;top:8px;left:8px;background:#1b2f8a;color:#fff;font-size:9px;font-weight:700;padding:3px 7px;border-radius:999px;text-transform:uppercase;letter-spacing:.03em;box-shadow:0 2px 6px rgb(0 0 0 / .35)}.bfx-canvas{position:absolute;left:-99999px;top:0;width:1080px;height:1440px;pointer-events:none}body.bfx-noscroll{overflow:hidden}@media (min-width:640px){.bfx-picker{align-items:center}.bfx-picker-panel{border-radius:20px;max-height:80vh}}