.bm-home{overflow-x:hidden}.bm-home .bm-nav{position:fixed;top:0;left:0;right:0;z-index:300;height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 48px;background:#fafaf8db;backdrop-filter:saturate(200%) blur(20px);-webkit-backdrop-filter:saturate(200%) blur(20px);border-bottom:1px solid var(--border)}.bm-home .bm-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.bm-home .logo-icon{width:30px;height:30px;background:var(--ink);border-radius:8px;display:grid;place-items:center;flex-shrink:0}.bm-home .logo-icon svg{display:block}.bm-home .logo-name{font-family:var(--display);font-size:19px;color:var(--ink);letter-spacing:-.2px}.bm-home .nav-center{display:flex;list-style:none;gap:2px;align-items:center;position:absolute;left:50%;transform:translate(-50%);margin:0;padding:0}.bm-home .nav-center a{font-size:14px;font-weight:400;color:var(--muted);text-decoration:none;padding:6px 14px;border-radius:8px;transition:color .18s,background .18s}.bm-home .nav-center a:hover{color:var(--ink);background:#0000000a}.bm-home .nav-right{display:flex;align-items:center;gap:10px}.bm-home .nav-login{font-size:14px;color:var(--muted);text-decoration:none;padding:7px 14px;border-radius:999px;transition:color .18s;background:none;border:none;cursor:pointer;font-family:var(--body)}.bm-home .nav-login:hover{color:var(--ink)}.bm-home .nav-cta{background:var(--ink);color:#fff;font-size:13px;font-weight:500;padding:8px 20px;border-radius:999px;text-decoration:none;transition:opacity .18s;letter-spacing:-.1px}.bm-home .nav-cta:hover{opacity:.78}.bm-home .btn-cta{display:inline-flex;align-items:center;gap:8px;background:var(--ink);color:#fff;font-size:15px;font-weight:500;padding:13px 24px;border-radius:999px;text-decoration:none;letter-spacing:-.2px;transition:opacity .18s,transform .15s;border:none;cursor:pointer;font-family:var(--body);line-height:1}.bm-home .btn-cta:hover{opacity:.85;transform:translateY(-1px)}.bm-home .lang-select{position:relative}.bm-home .lang-btn{display:flex;align-items:center;gap:6px;background:none;border:1px solid var(--border2);border-radius:999px;padding:6px 11px;font-size:13px;color:var(--ink2);cursor:pointer;font-family:var(--body);transition:background .18s}.bm-home .lang-btn:hover{background:#0000000a}.bm-home .lang-btn svg{opacity:.5}.bm-home .lang-menu{position:absolute;top:calc(100% + 8px);right:0;background:var(--white);border:1px solid var(--border);border-radius:var(--r-sm);box-shadow:0 8px 32px #00000024;padding:6px;min-width:180px;display:flex;flex-direction:column;gap:2px;z-index:400}.bm-home .lang-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:7px;font-size:14px;color:var(--ink2);background:none;border:none;cursor:pointer;font-family:var(--body);text-align:left;width:100%;transition:background .15s}.bm-home .lang-item:hover{background:var(--bg)}.bm-home .lang-item.active{color:var(--ink);font-weight:500}.bm-home .lang-item .li-code{font-family:var(--mono);font-size:11px;color:var(--muted);margin-left:auto}.bm-home .hero{min-height:100vh;padding:100px 48px 0;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden;background:var(--bg2)}.bm-home .hero:before{content:"";position:absolute;width:900px;height:600px;top:0;left:50%;transform:translate(-50%);background:radial-gradient(ellipse at 50% -10%,rgba(214,58,31,.055) 0%,transparent 60%);pointer-events:none}.bm-home .hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(15,15,14,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(15,15,14,.025) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;-webkit-mask-image:radial-gradient(ellipse at 50% 30%,black 20%,transparent 70%);mask-image:radial-gradient(ellipse at 50% 30%,black 20%,transparent 70%)}.bm-home .hero-badge{display:inline-flex;align-items:center;gap:7px;background:var(--white);border:1px solid var(--border2);border-radius:999px;padding:6px 14px 6px 8px;font-size:13px;color:var(--ink2);margin-bottom:32px;box-shadow:0 1px 4px #0000000f;position:relative;z-index:1}.bm-home .badge-dot{width:8px;height:8px;border-radius:50%;background:var(--red);animation:bm-pulse 2s ease-in-out infinite}@keyframes bm-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.bm-home .hero h1{font-family:var(--display);font-size:clamp(48px,7.5vw,98px);font-weight:700;line-height:.98;letter-spacing:-3px;color:var(--ink);max-width:920px;margin-bottom:28px;position:relative;z-index:1;text-wrap:balance}.bm-home .hero h1 em{font-style:italic;color:var(--red)}.bm-home .hero h1 .light{font-weight:400;color:var(--muted)}.bm-home .hero-sub{font-size:18px;font-weight:300;color:var(--muted);max-width:560px;line-height:1.65;margin-bottom:36px;letter-spacing:-.1px;position:relative;z-index:1}.bm-home .hero-search{display:flex;gap:0;width:100%;max-width:520px;background:var(--white);border:1px solid var(--border2);border-radius:999px;padding:6px;box-shadow:0 4px 24px #00000012;margin-bottom:14px;position:relative;z-index:2}.bm-home .hero-search-ic{display:grid;place-items:center;padding-left:14px;color:var(--muted)}.bm-home .hero-search input{flex:1;background:none;border:none;outline:none;font-size:15px;font-family:var(--body);color:var(--ink);padding:10px 14px;letter-spacing:-.1px}.bm-home .hero-search input::placeholder{color:var(--muted)}.bm-home .hero-search button{background:var(--ink);color:#fff;border:none;border-radius:999px;padding:10px 22px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;font-family:var(--body);letter-spacing:-.2px;transition:opacity .18s}.bm-home .hero-search button:hover{opacity:.8}.bm-home .hero-alt{font-size:14px;color:var(--muted);position:relative;z-index:1}.bm-home .hero-alt a{color:var(--ink2);text-decoration:none;border-bottom:1px solid var(--border2);padding-bottom:1px;transition:color .18s,border-color .18s;cursor:pointer}.bm-home .hero-alt a:hover{color:var(--red);border-color:var(--red)}.bm-home .hero-search-wrap{position:relative;width:100%;max-width:520px;z-index:2}.bm-home .hero-drop{position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--white);border:1px solid var(--border);border-radius:var(--r-sm);box-shadow:0 12px 40px #0000001f;padding:6px;max-height:360px;overflow-y:auto;text-align:left}.bm-home .hero-drop-item{display:flex;align-items:center;gap:11px;padding:9px 12px;border-radius:8px;cursor:pointer;transition:background .15s;border:none;background:none;width:100%;text-align:left;font-family:var(--body)}.bm-home .hero-drop-item:hover,.bm-home .hero-drop-item.active{background:var(--bg)}.bm-home .hdi-ic{width:32px;height:32px;border-radius:8px;background:var(--bg);border:1px solid var(--border);display:grid;place-items:center;font-size:15px;flex-shrink:0;overflow:hidden}.bm-home .hdi-ic img{width:100%;height:100%;object-fit:contain;padding:2px}.bm-home .hdi-name{font-size:14px;color:var(--ink);font-weight:500;letter-spacing:-.2px}.bm-home .hdi-plat{font-size:10px;font-weight:600;color:var(--green);background:#16a34a1a;padding:1px 6px;border-radius:4px;margin-left:auto}.bm-home .hero-drop-empty{padding:12px;font-size:13px;color:var(--muted);text-align:center}.bm-home .hero-band{width:100%;max-width:1120px;margin-top:32px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;align-items:stretch;position:relative;z-index:1}.bm-home .hero-img-wrap{border:1px solid var(--border);border-radius:var(--r);overflow:hidden;position:relative;background:var(--white);box-shadow:0 1px 2px #00000008,0 6px 20px #0000000d;display:flex;flex-direction:column}.bm-home .hero-img-wrap img{width:100%;object-fit:cover;display:block}.bm-home .hi-short img,.bm-home .hi-tall img{height:196px}.bm-home .hero-float{padding:14px 16px 15px;border-top:1px solid var(--border);text-align:left;background:var(--white)}.bm-home .hf-title{font-size:14px;font-weight:600;color:var(--ink);margin-bottom:3px;letter-spacing:-.2px}.bm-home .hf-sub{font-size:12.5px;color:var(--muted);font-weight:400;line-height:1.4}.bm-home .marquee-wrap{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--white);overflow:hidden;padding:18px 0;position:relative}.bm-home .marquee-wrap:before,.bm-home .marquee-wrap:after{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}.bm-home .marquee-wrap:before{left:0;background:linear-gradient(90deg,var(--white),transparent)}.bm-home .marquee-wrap:after{right:0;background:linear-gradient(-90deg,var(--white),transparent)}.bm-home .marquee-track{display:flex;gap:0;animation:bm-marquee 34s linear infinite;width:max-content}@keyframes bm-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.bm-home .marquee-item{display:flex;align-items:center;gap:8px;padding:6px 20px;border-right:1px solid var(--border);white-space:nowrap;font-size:13px;color:var(--muted);font-weight:400}.bm-home .marquee-item span{font-size:16px}.bm-home .marquee-item strong{color:var(--ink2);font-weight:500}.bm-home .mq-logo{width:20px;height:20px;border-radius:5px;object-fit:contain;flex-shrink:0;background:var(--bg)}.bm-home .mq-emoji{font-size:16px;line-height:1}.bm-home .tacta-section{padding:32px 48px 0}.bm-home .tacta-band{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1.15fr 1fr;background:var(--white);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;box-shadow:0 1px 2px #00000008,0 8px 28px #0000000d}.bm-home .tacta-text{padding:40px 44px;align-self:center}.bm-home .tacta-text .ed-h{font-size:clamp(27px,3.2vw,34px);margin-bottom:12px}.bm-home .tacta-text .ed-body{font-size:15.5px;margin-bottom:24px;max-width:380px}.bm-home .tacta-photo{position:relative;min-height:270px;background:var(--bg)}.bm-home .tacta-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}@media(max-width:760px){.bm-home .tacta-section{padding:72px 22px 0}.bm-home .tacta-band{grid-template-columns:1fr}.bm-home .tacta-photo{min-height:200px;order:-1}.bm-home .tacta-text{padding:32px 26px}}.bm-home .numbers-section{padding:32px 48px;background:var(--ink);position:relative;overflow:hidden}.bm-home .numbers-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px}.bm-home .numbers-inner{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:#ffffff0d;border:1px solid rgba(255,255,255,.07);border-radius:var(--r);overflow:hidden;position:relative;z-index:1}.bm-home .num-block{padding:44px 36px;border-right:1px solid rgba(255,255,255,.07)}.bm-home .num-block:last-child{border-right:none}.bm-home .num-val{font-family:var(--display);font-size:52px;font-weight:700;color:#fff;letter-spacing:-3px;line-height:1;margin-bottom:8px}.bm-home .num-val span{color:var(--red);font-style:italic}.bm-home .num-label{font-size:14px;color:#ffffff8c;font-weight:300;line-height:1.5}.bm-home .num-trend{font-family:var(--mono);font-size:11px;color:#ffffff57;margin-top:16px;letter-spacing:.3px;padding-top:14px;border-top:1px solid rgba(255,255,255,.07)}.bm-home .editorial{padding:32px 48px;max-width:1216px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.bm-home .editorial .ed-body{margin-bottom:28px}.bm-home .ed-kicker{font-family:var(--mono);font-size:11px;color:var(--red);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:16px}.bm-home .ed-h{font-family:var(--display);font-size:clamp(36px,4vw,54px);font-weight:700;line-height:1.08;letter-spacing:-1.5px;color:var(--ink);margin-bottom:20px;text-wrap:balance}.bm-home .ed-h em{font-style:italic;color:var(--muted)}.bm-home .ed-body{font-size:17px;font-weight:300;color:var(--muted);line-height:1.7;margin-bottom:32px;letter-spacing:-.1px}.bm-home .ed-visual{border-radius:var(--r);overflow:hidden;position:relative;background:var(--ink);min-height:500px;display:flex;align-items:flex-end;padding:30px 28px;border:1px solid var(--border)}.bm-home .ed-visual-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 46%;z-index:0}.bm-home .ed-visual:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 0%,transparent 42%,rgba(15,15,14,.1) 60%,rgba(15,15,14,.72) 100%)}.bm-home .ed-visual-inner{position:relative;z-index:2}.bm-home .ed-img-label{font-family:var(--mono);font-size:11px;color:#ffffff80;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px}.bm-home .ed-img-caption{font-family:var(--display);font-size:22px;color:#fff;font-style:italic;line-height:1.3}.bm-home .pill-list{display:flex;flex-wrap:wrap;gap:8px}.bm-home .pill{padding:8px 16px;border-radius:999px;font-size:14px;font-weight:400;color:var(--ink2);background:var(--white);border:1px solid var(--border2);display:flex;align-items:center;gap:7px}.bm-home .pill-dot{width:6px;height:6px;border-radius:50%}.bm-home .pd-red{background:var(--red)}.bm-home .pd-green{background:var(--green)}.bm-home .pd-amber{background:var(--amber)}.bm-home .features-section{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:32px 48px}.bm-home .features-inner{max-width:1120px;margin:0 auto}.bm-home .feat-header{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end;margin-bottom:40px}.bm-home .feat-header-right{font-size:17px;font-weight:300;color:var(--muted);line-height:1.65;letter-spacing:-.1px}.bm-home .feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.bm-home .feat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:32px;position:relative;overflow:hidden;transition:border-color .2s,box-shadow .2s,transform .2s}.bm-home .feat-card:hover{border-color:var(--border2);box-shadow:0 8px 32px #0000000f;transform:translateY(-2px)}.bm-home .feat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:transparent;transition:background .2s}.bm-home .feat-card:hover:before{background:var(--red)}.bm-home .feat-ico{width:44px;height:44px;border-radius:12px;background:var(--bg2);border:1px solid var(--border);display:grid;place-items:center;color:var(--ink);margin-bottom:20px;transition:color .2s,border-color .2s,background .2s}.bm-home .feat-ico svg{display:block}.bm-home .feat-card:hover .feat-ico{color:var(--red);border-color:var(--red-soft);background:var(--red-soft)}.bm-home .feat-card h3{font-size:16px;font-weight:600;color:var(--ink);margin-bottom:10px;letter-spacing:-.3px;line-height:1.3}.bm-home .feat-card p{font-size:14px;color:var(--muted);font-weight:300;line-height:1.65}.bm-home .split-section{padding:32px 48px;max-width:1216px;margin:0 auto}.bm-home .split-layout{display:grid;grid-template-columns:480px 1fr;gap:80px;align-items:center}.bm-home .browser{background:var(--white);border:1px solid var(--border2);border-radius:var(--r);overflow:hidden;box-shadow:0 2px 4px #00000005,0 16px 48px #00000014}.bm-home .b-chrome{padding:12px 16px;background:var(--bg);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px}.bm-home .b-dots{display:flex;gap:5px}.bm-home .bdot{width:10px;height:10px;border-radius:50%}.bm-home .bdot-r{background:#ff5f57}.bm-home .bdot-y{background:#febc2e}.bm-home .bdot-g{background:#28c840}.bm-home .b-url{flex:1;background:var(--white);border:1px solid var(--border);border-radius:6px;padding:5px 12px;font-size:12px;color:var(--muted);font-family:var(--mono);display:flex;align-items:center;gap:5px}.bm-home .b-search{padding:12px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px}.bm-home .b-search-ic{color:var(--muted);font-size:14px}.bm-home .b-search-txt{font-size:15px;color:var(--ink);flex:1;letter-spacing:-.2px}.bm-home .b-filter{font-size:11px;color:var(--muted);border:1px solid var(--border);border-radius:5px;padding:4px 9px;font-family:var(--mono)}.bm-home .b-results{padding:8px}.bm-home .b-row{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:10px;cursor:pointer;transition:background .15s;text-decoration:none;color:inherit}.bm-home .b-row:hover{background:var(--bg)}.bm-home .b-icon{width:42px;height:42px;border-radius:10px;border:1px solid var(--border);display:grid;place-items:center;font-size:20px;background:var(--bg2);flex-shrink:0;overflow:hidden}.bm-home .b-icon img{width:100%;height:100%;object-fit:cover}.bm-home .b-info{flex:1;min-width:0}.bm-home .b-name{font-size:14px;font-weight:500;color:var(--ink);letter-spacing:-.3px;margin-bottom:2px}.bm-home .b-meta{font-size:12px;color:var(--muted);font-weight:300;display:flex;align-items:center;gap:5px;flex-wrap:wrap}.bm-home .b-sep{width:3px;height:3px;border-radius:50%;background:var(--border2);display:inline-block}.bm-home .b-plat{font-size:10px;font-weight:600;color:var(--green);background:#16a34a1a;padding:1px 6px;border-radius:4px}.bm-home .b-right{text-align:right}.bm-home .b-count{font-size:13px;font-weight:500;margin-bottom:2px}.bm-home .c-hot{color:var(--red)}.bm-home .c-warm{color:var(--amber)}.bm-home .c-ok{color:var(--muted)}.bm-home .b-stars{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:2px;justify-content:flex-end}.bm-home .s-f{color:#f59e0b}.bm-home .top-section{background:var(--ink);padding:32px 48px;position:relative;overflow:hidden}.bm-home .top-section:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(214,58,31,.08) 0%,transparent 70%);pointer-events:none}.bm-home .top-inner{max-width:1120px;margin:0 auto}.bm-home .top-intro{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:40px}.bm-home .top-intro-kicker{font-family:var(--mono);font-size:11px;color:#d63a1fb3;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:14px}.bm-home .top-intro-h{font-family:var(--display);font-size:clamp(34px,4vw,50px);font-weight:700;color:#fff;letter-spacing:-1.5px;line-height:1.1;text-wrap:balance}.bm-home .top-intro-h em{font-style:italic;color:#ffffff59}.bm-home .top-intro-body{font-size:16px;font-weight:300;color:#fff6;line-height:1.65;letter-spacing:-.1px}.bm-home .top-tabs{display:flex;gap:2px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:3px;width:fit-content;margin-bottom:32px}.bm-home .t-btn{font-size:13px;font-weight:400;padding:7px 18px;border-radius:7px;border:none;background:none;color:#fff6;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap;font-family:var(--body)}.bm-home .t-btn.active{background:#ffffff1a;color:#fff}.bm-home .top-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.bm-home .top-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:var(--r-sm);padding:22px;cursor:pointer;transition:background .18s,border-color .18s,transform .18s;position:relative;text-decoration:none;display:block}.bm-home .top-card:hover{background:#ffffff14;border-color:#ffffff24;transform:translateY(-2px)}.bm-home .tc-rank{position:absolute;top:14px;right:14px;font-family:var(--display);font-size:13px;font-style:italic;color:#fff3}.bm-home .tc-icon{width:52px;height:52px;border-radius:13px;margin-bottom:14px;border:1px solid rgba(255,255,255,.1);display:grid;place-items:center;font-size:26px;background:#ffffff0d;overflow:hidden}.bm-home .tc-icon img{width:100%;height:100%;object-fit:cover}.bm-home .tc-name{font-size:15px;font-weight:500;letter-spacing:-.3px;color:#fff;margin-bottom:3px}.bm-home .tc-dev{font-size:12px;color:#ffffff4d;font-weight:300;margin-bottom:18px}.bm-home .tc-footer{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid rgba(255,255,255,.07)}.bm-home .tc-rating{display:flex;align-items:center;gap:4px;font-size:12px;color:#ffffff4d}.bm-home .tc-star{color:#f59e0b;font-size:11px}.bm-home .tc-chip{font-size:11px;font-weight:500;padding:3px 9px;border-radius:999px}.bm-home .chip-h{background:#d63a1f26;color:#ff8a75}.bm-home .chip-w{background:#f59e0b1f;color:#fbbf24}.bm-home .chip-c{background:#ffffff12;color:#ffffff59}.bm-home .devs-section{padding-bottom:0!important;padding:32px 48px;background:var(--bg2)}.bm-home .devs-inner{max-width:1120px;margin:0 auto}.bm-home .devs-header{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end;margin-bottom:40px}.bm-home .devs-header-right{font-size:17px;color:var(--muted);font-weight:300;line-height:1.65}.bm-home .devs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.bm-home .dev-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:22px;text-decoration:none;display:block;transition:border-color .2s,box-shadow .2s,transform .2s}.bm-home .dev-card:hover{border-color:var(--border2);box-shadow:0 8px 32px #0000000f;transform:translateY(-2px)}.bm-home .dev-top{display:flex;align-items:center;gap:12px;margin-bottom:16px}.bm-home .dev-ic{width:44px;height:44px;border-radius:11px;background:var(--bg);border:1px solid var(--border);display:grid;place-items:center;font-family:var(--display);font-size:18px;font-weight:700;color:var(--ink);flex-shrink:0;overflow:hidden}.bm-home .dev-ic img{width:100%;height:100%;object-fit:contain;padding:6px}.bm-home .dev-name{font-size:15px;font-weight:600;color:var(--ink);letter-spacing:-.2px;line-height:1.3}.bm-home .dev-stats{display:flex;flex-wrap:wrap;align-items:center;gap:14px;padding-top:14px;border-top:1px solid var(--border);font-size:12px;color:var(--muted)}.bm-home .dev-stats strong{color:var(--ink2);font-weight:600}.bm-home .dev-rating .tc-star{color:#f59e0b;font-size:11px}@media(max-width:1060px){.bm-home .devs-header{grid-template-columns:1fr}.bm-home .devs-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:740px){.bm-home .devs-section{padding:72px 22px}.bm-home .devs-grid{grid-template-columns:1fr 1fr}}.bm-home .how-section{padding:32px 48px;max-width:1216px;margin:0 auto}.bm-home .how-header{margin-bottom:40px}.bm-home .how-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--border);border-radius:var(--r);overflow:hidden}.bm-home .how-step{padding:40px 30px;border-right:1px solid var(--border);background:var(--white);position:relative;transition:background .2s}.bm-home .how-step:last-child{border-right:none}.bm-home .how-step:hover{background:#fafaf8}.bm-home .hs-n{font-family:var(--display);font-size:44px;font-style:italic;font-weight:400;color:var(--border2);display:block;margin-bottom:20px;line-height:1}.bm-home .hs-line{width:32px;height:2px;background:var(--red);margin-bottom:20px;opacity:.5}.bm-home .how-step h3{font-size:16px;font-weight:600;color:var(--ink);margin-bottom:10px;letter-spacing:-.3px}.bm-home .how-step p{font-size:14px;color:var(--muted);font-weight:300;line-height:1.65}.bm-home .findings-section{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:48px}.bm-home .findings-inner{max-width:1120px;margin:0 auto}.bm-home .findings-header{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end;margin-bottom:48px}.bm-home .findings-header-right{font-size:17px;color:var(--muted);font-weight:300;line-height:1.65}.bm-home .findings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.bm-home .find-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:26px;transition:border-color .2s,box-shadow .2s,transform .2s;cursor:pointer;text-decoration:none;display:block}.bm-home .find-card:hover{border-color:var(--border2);box-shadow:0 8px 32px #0000000f;transform:translateY(-2px)}.bm-home .fc-top{display:flex;align-items:center;gap:11px;margin-bottom:16px}.bm-home .fc-app-ic{width:38px;height:38px;border-radius:9px;background:var(--bg);border:1px solid var(--border);display:grid;place-items:center;font-size:19px;flex-shrink:0;overflow:hidden}.bm-home .fc-app-ic img{width:100%;height:100%;object-fit:contain;padding:3px}.bm-home .fc-app{font-size:13px;font-weight:600;color:var(--ink);letter-spacing:-.2px}.bm-home .fc-cat{font-size:12px;color:var(--muted);font-weight:300}.bm-home .fc-title{font-family:var(--display);font-size:19px;font-weight:700;color:var(--ink);line-height:1.3;letter-spacing:-.4px;margin-bottom:10px}.bm-home .fc-desc{font-size:14px;color:var(--muted);font-weight:300;line-height:1.6;margin-bottom:20px}.bm-home .fc-footer{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid var(--border)}.bm-home .fc-affected{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--red);font-weight:500}.bm-home .fc-meta{font-size:12px;color:var(--muted);font-family:var(--mono);display:flex;align-items:center;gap:10px}.bm-home .fc-vote{display:flex;align-items:center;gap:4px}.bm-home .report-section{padding:0 48px;max-width:1216px;margin:0 auto}.bm-home .report-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:64px;align-items:start}.bm-home .report-reassure{list-style:none;margin-top:28px;display:flex;flex-direction:column;gap:14px;padding:0}.bm-home .report-reassure li{display:flex;align-items:flex-start;gap:11px;font-size:15px;color:var(--ink2);font-weight:300;line-height:1.5}.bm-home .rr-check{width:20px;height:20px;border-radius:50%;background:var(--red-soft);color:var(--red);display:grid;place-items:center;flex-shrink:0;font-size:11px;margin-top:1px}.bm-home .form-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:36px;box-shadow:0 2px 4px #00000005,0 16px 48px #0000000f}.bm-home .field{margin-bottom:22px}.bm-home .field-label{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:600;color:var(--ink);margin-bottom:9px;letter-spacing:-.1px}.bm-home .field-label .opt{font-weight:400;color:var(--muted);font-size:12px}.bm-home .field-counter{font-family:var(--mono);font-size:11px;color:var(--muted);font-variant-numeric:tabular-nums}.bm-home .finput,.bm-home .ftext{width:100%;background:var(--bg2);border:1px solid var(--border2);border-radius:var(--r-sm);padding:12px 14px;font-size:15px;font-family:var(--body);color:var(--ink);outline:none;transition:border-color .18s,background .18s;letter-spacing:-.1px}.bm-home .finput:focus,.bm-home .ftext:focus{border-color:var(--red);background:var(--white);box-shadow:0 0 0 3px var(--red-soft)}.bm-home .finput::placeholder,.bm-home .ftext::placeholder{color:var(--muted)}.bm-home .ftext{resize:vertical;min-height:130px;line-height:1.6}.bm-home .prod-chip{display:flex;align-items:center;gap:11px;background:var(--bg2);border:1px solid var(--border2);border-radius:var(--r-sm);padding:10px 12px}.bm-home .pc-ic{width:36px;height:36px;border-radius:9px;background:var(--white);border:1px solid var(--border);display:grid;place-items:center;font-size:19px;flex-shrink:0}.bm-home .pc-name{font-size:14px;font-weight:600;color:var(--ink);letter-spacing:-.2px}.bm-home .pc-owner{font-size:12px;color:var(--muted);font-weight:300}.bm-home .pc-plats{display:flex;gap:5px;margin-left:auto}.bm-home .pc-plat{font-size:10px;font-weight:600;color:var(--green);background:#16a34a1a;padding:2px 7px;border-radius:4px}.bm-home .pc-x{width:26px;height:26px;border-radius:6px;border:1px solid var(--border2);background:var(--white);color:var(--muted);cursor:pointer;display:grid;place-items:center;font-size:14px;flex-shrink:0;transition:color .15s,border-color .15s}.bm-home .pc-x:hover{color:var(--red);border-color:var(--red)}.bm-home .field-hint{font-size:12px;color:var(--muted);font-weight:300;margin-top:8px;line-height:1.5}.bm-home .field-hint a{color:var(--ink2);border-bottom:1px solid var(--border2);text-decoration:none;transition:color .15s,border-color .15s;cursor:pointer}.bm-home .field-hint a:hover{color:var(--red);border-color:var(--red)}.bm-home .dropzone{border:1.5px dashed var(--border2);border-radius:var(--r-sm);padding:28px;text-align:center;cursor:pointer;transition:border-color .18s,background .18s;background:var(--bg2)}.bm-home .dropzone:hover{border-color:var(--red);background:var(--red-soft)}.bm-home .dz-ic{font-size:24px;margin-bottom:8px;opacity:.6}.bm-home .dz-title{font-size:14px;font-weight:500;color:var(--ink2);margin-bottom:3px}.bm-home .dz-hint{font-size:12px;color:var(--muted);font-weight:300}.bm-home .terms{display:flex;align-items:flex-start;gap:11px;margin:26px 0 22px;font-size:13px;color:var(--ink2);font-weight:300;line-height:1.5}.bm-home .terms input{width:18px;height:18px;margin-top:1px;accent-color:var(--red);flex-shrink:0;cursor:pointer}.bm-home .terms a{color:var(--ink);text-decoration:none;border-bottom:1px solid var(--border2);transition:color .15s,border-color .15s;cursor:pointer}.bm-home .terms a:hover{color:var(--red);border-color:var(--red)}.bm-home .form-submit{width:100%;background:var(--ink);color:#fff;border:none;border-radius:999px;padding:14px;font-size:15px;font-weight:500;cursor:pointer;font-family:var(--body);letter-spacing:-.2px;transition:opacity .18s,transform .15s;display:flex;align-items:center;justify-content:center;gap:8px}.bm-home .form-submit:hover{opacity:.85;transform:translateY(-1px)}.bm-home .form-note{text-align:center;font-size:12px;color:var(--muted);font-weight:300;margin-top:14px;display:flex;align-items:center;justify-content:center;gap:6px}.bm-home .cta-section{padding:32px 48px;text-align:center;position:relative;overflow:hidden;background:var(--bg2)}.bm-home .cta-section:before{content:"";position:absolute;width:1000px;height:700px;top:50%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(ellipse,rgba(214,58,31,.06) 0%,transparent 65%);pointer-events:none}.bm-home .cta-section:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(15,15,14,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(15,15,14,.025) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;-webkit-mask-image:radial-gradient(ellipse at 50% 50%,black 20%,transparent 70%);mask-image:radial-gradient(ellipse at 50% 50%,black 20%,transparent 70%)}.bm-home .cta-inner{position:relative;z-index:1}.bm-home .cta-kicker{font-family:var(--mono);font-size:11px;color:var(--red);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:16px}.bm-home .cta-h{font-family:var(--display);font-size:clamp(46px,7vw,92px);font-weight:700;line-height:.97;letter-spacing:-3px;color:var(--ink);margin-bottom:20px;max-width:760px;margin-left:auto;margin-right:auto;text-wrap:balance}.bm-home .cta-h em{font-style:italic;color:var(--red)}.bm-home .cta-sub{font-size:18px;font-weight:300;color:var(--muted);margin-bottom:44px;letter-spacing:-.1px;max-width:460px;margin-left:auto;margin-right:auto}.bm-home .cta-form{display:flex;gap:0;max-width:440px;margin:0 auto;background:var(--white);border:1px solid var(--border2);border-radius:999px;padding:5px;box-shadow:0 4px 24px #0000000f}.bm-home .cta-input{flex:1;background:none;border:none;outline:none;font-size:15px;font-family:var(--body);color:var(--ink);padding:9px 16px;letter-spacing:-.1px}.bm-home .cta-input::placeholder{color:var(--muted)}.bm-home .cta-btn{background:var(--ink);color:#fff;border:none;border-radius:999px;padding:11px 24px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;font-family:var(--body);transition:opacity .18s;letter-spacing:-.2px}.bm-home .cta-btn:hover{opacity:.8}.bm-home .cta-btn:disabled{opacity:.55;cursor:default}.bm-home .cta-input:disabled{opacity:.6}.bm-home .cta-note{font-size:13px;color:var(--muted);margin-top:16px}.bm-home .cta-error{font-size:13.5px;color:var(--red);margin-top:14px;letter-spacing:-.1px}.bm-home .cta-modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:#0f0f0e6b;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);animation:ctaFade .18s ease}.bm-home .cta-modal{position:relative;background:var(--white);border:1px solid var(--border2);border-radius:20px;padding:40px 36px 34px;max-width:400px;width:100%;text-align:center;box-shadow:0 20px 60px #00000038;animation:ctaRise .22s cubic-bezier(.2,.7,.3,1)}.bm-home .cta-modal-close{position:absolute;top:14px;right:16px;background:none;border:none;font-size:24px;line-height:1;color:var(--muted);cursor:pointer;padding:2px 6px;transition:color .15s}.bm-home .cta-modal-close:hover{color:var(--ink)}.bm-home .cta-modal-check{width:56px;height:56px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#d63a1f1a;color:var(--red)}.bm-home .cta-modal-h{font-family:var(--display);font-size:26px;font-weight:700;letter-spacing:-.5px;color:var(--ink);margin-bottom:10px}.bm-home .cta-modal-sub{font-size:15px;font-weight:300;color:var(--muted);line-height:1.5;letter-spacing:-.1px}@keyframes ctaFade{0%{opacity:0}to{opacity:1}}@keyframes ctaRise{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.bm-home .bm-footer{background:var(--ink);padding:32px 48px 40px}.bm-home .footer-top{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.07)}.bm-home .footer-logo{font-family:var(--display);font-size:22px;color:#fff;margin-bottom:10px;display:block}.bm-home .footer-tagline{font-size:13px;color:#ffffff4d;font-weight:300;line-height:1.6;max-width:240px}.bm-home .footer-col h4{font-size:12px;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.8px;margin-bottom:16px}.bm-home .footer-col ul{list-style:none;margin:0;padding:0}.bm-home .footer-col li{margin-bottom:10px}.bm-home .footer-col a{font-size:14px;color:#fff6;text-decoration:none;font-weight:300;transition:color .15s}.bm-home .footer-col a:hover{color:#ffffffbf}.bm-home .footer-bottom{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:center;padding-top:28px}.bm-home .footer-copy{font-size:13px;color:#fff3;font-weight:300}.bm-home .footer-social{display:flex;gap:12px}.bm-home .social-link{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.1);display:grid;place-items:center;text-decoration:none;font-size:12px;color:#ffffff80;font-family:var(--mono);transition:border-color .18s,background .18s}.bm-home .social-link:hover{border-color:#ffffff40;background:#ffffff0d}.bm-home .reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.bm-home .reveal.visible{opacity:1;transform:none}.bm-home .reveal-delay-1{transition-delay:.1s}.bm-home .reveal-delay-2{transition-delay:.2s}@media(prefers-reduced-motion:reduce){.bm-home *{animation:none!important;transition:none!important}.bm-home .reveal{opacity:1;transform:none}}@media(max-width:1060px){.bm-home .hero-band{grid-template-columns:1fr 1fr}.bm-home .hero-band>*:last-child{display:none}.bm-home .numbers-inner{grid-template-columns:repeat(2,1fr)}.bm-home .num-block{border-bottom:1px solid rgba(255,255,255,.07)}.bm-home .editorial{grid-template-columns:1fr;gap:48px}.bm-home .report-layout{grid-template-columns:1fr;gap:40px}.bm-home .feat-header,.bm-home .findings-header{grid-template-columns:1fr}.bm-home .feat-grid,.bm-home .findings-grid{grid-template-columns:1fr 1fr}.bm-home .split-layout{grid-template-columns:1fr;gap:48px}.bm-home .top-intro{grid-template-columns:1fr}.bm-home .top-grid{grid-template-columns:repeat(2,1fr)}.bm-home .how-steps{grid-template-columns:1fr 1fr}.bm-home .how-step{border-bottom:1px solid var(--border)}.bm-home .how-step:nth-child(2n){border-right:none}.bm-home .footer-top{grid-template-columns:1fr 1fr}}@media(max-width:740px){.bm-home .bm-nav{padding:0 20px}.bm-home .nav-center,.bm-home .nav-login{display:none}.bm-home .hero{padding:88px 22px 0}.bm-home .hero h1{letter-spacing:-2px}.bm-home .hero-band{grid-template-columns:1fr}.bm-home .hero-band>*:nth-child(2),.bm-home .hero-band>*:last-child{display:none}.bm-home .numbers-section,.bm-home .features-section,.bm-home .top-section,.bm-home .findings-section,.bm-home .editorial,.bm-home .how-section,.bm-home .split-section,.bm-home .report-section{padding:72px 22px}.bm-home .form-card{padding:26px}.bm-home .feat-grid,.bm-home .findings-grid,.bm-home .top-grid,.bm-home .how-steps{grid-template-columns:1fr}.bm-home .how-step{border-right:none}.bm-home .cta-section{padding:96px 22px}.bm-home .footer-top{grid-template-columns:1fr}.bm-home .footer-bottom{flex-direction:column;gap:16px;text-align:center}}
