:root{--bm-primary:#ff1f68;--bm-primary-2:#ff5a4f;--bm-purple:#7c2ee6;--bm-deep:#1d0b3d;--bm-ink:#221a2b;--bm-soft:#fff5fa;--bm-line:#efe7f1;--bm-success:#16b978}.bm-app,.bm-landing{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--bm-ink);box-sizing:border-box}.bm-app *,.bm-landing *{box-sizing:border-box}.bm-app button,.bm-app input,.bm-app select,.bm-app textarea{font:inherit}.bm-loading{min-height:240px;display:grid;place-content:center;text-align:center}.bm-loading span{width:42px;height:42px;border:4px solid #f5dfea;border-top-color:var(--bm-primary);border-radius:50%;animation:bms 1s linear infinite;margin:auto}@keyframes bms{to{transform:rotate(360deg)}}
.bm-auth{min-height:78vh;display:grid;grid-template-columns:1.05fr .95fr;border-radius:30px;overflow:hidden;background:#fff;box-shadow:0 25px 90px rgba(83,24,103,.16)}.bm-auth-brand{background:radial-gradient(circle at 25% 20%,#ff5a82 0,transparent 30%),linear-gradient(145deg,#271044,#8a1e8f 55%,#ff285e);color:#fff;display:grid;place-content:center;text-align:center;padding:46px}.bm-auth-brand img{width:300px;max-width:85%;margin:auto;border-radius:28px;box-shadow:0 24px 60px rgba(0,0,0,.18)}.bm-auth-card{padding:64px;align-self:center}.bm-tabs{display:flex;border-bottom:1px solid var(--bm-line);margin-bottom:28px}.bm-tabs button{background:none;border:0;padding:14px;font-weight:800}.bm-tabs button.active{color:var(--bm-primary);border-bottom:3px solid var(--bm-primary)}.bm-auth label,.bm-profile-editor label{display:grid;gap:7px;font-weight:700;margin-bottom:16px}.bm-auth input,.bm-profile-editor input,.bm-profile-editor select,.bm-profile-editor textarea,.bm-modal input,.bm-modal select,.bm-modal textarea{width:100%;border:1px solid #e8dfe9;border-radius:14px;padding:14px;background:#fff;outline:none}.bm-auth input:focus,.bm-profile-editor input:focus,.bm-profile-editor select:focus,.bm-profile-editor textarea:focus{border-color:#ff6a94;box-shadow:0 0 0 4px #ffedf3}.bm-primary,.bm-btn{background:linear-gradient(135deg,var(--bm-primary),var(--bm-primary-2))!important;color:#fff!important;border:0!important;border-radius:14px;padding:14px 22px;font-weight:900;text-decoration:none;cursor:pointer;box-shadow:0 10px 25px rgba(255,31,104,.22)}
.bm-shell{display:grid;grid-template-columns:245px minmax(0,1fr);grid-template-rows:88px minmax(700px,auto);grid-template-areas:"top top" "side main";min-height:82vh;background:#fff;border-radius:26px;overflow:hidden;border:1px solid var(--bm-line);box-shadow:0 18px 55px rgba(83,24,103,.10)}.bm-topbar{grid-area:top;background:linear-gradient(100deg,#1d0b3d,#4a1468 54%,#f20f6b);color:#fff;padding:0 28px;display:flex;align-items:center;gap:28px}.bm-top-brand{display:flex;align-items:center;gap:12px;min-width:230px}.bm-brand-heart{width:44px;height:44px;border-radius:14px;display:grid;place-content:center;background:linear-gradient(135deg,#ff8a52,#ff1f68 55%,#a43cf0);font-size:23px;transform:rotate(-6deg)}.bm-top-brand b{font-size:22px}.bm-top-brand strong{color:#ff5e91}.bm-top-brand small{display:block;font-size:11px;opacity:.8}.bm-top-nav{display:flex;gap:8px;flex:1;justify-content:center}.bm-top-nav button{border:0;background:transparent;color:#fff;padding:13px 18px;border-radius:13px;font-weight:800;display:flex;gap:9px;align-items:center}.bm-top-nav button.active{background:linear-gradient(135deg,#ff1763,#ff554b);box-shadow:0 8px 18px rgba(255,31,104,.24)}.bm-account{display:flex;align-items:center;gap:10px;min-width:210px;justify-content:flex-end}.bm-account img{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid #fff}.bm-account small{display:block;opacity:.75}.bm-account button{border:0;background:transparent;color:#fff;font-size:20px}.bm-shell>aside{grid-area:side;background:#fff;padding:22px;border-right:1px solid var(--bm-line);display:flex;flex-direction:column}.bm-mini-brand{font-size:12px;text-transform:uppercase;letter-spacing:.15em;color:#92879a;margin-bottom:12px;font-weight:900}.bm-shell>aside nav{display:grid;gap:7px}.bm-shell>aside nav button,.bm-mobile-nav button{border:0;background:transparent;text-align:left;padding:13px 14px;border-radius:13px;font-weight:800;display:flex;gap:12px;align-items:center}.bm-shell>aside nav button.active{background:linear-gradient(135deg,#ffedf4,#fff4f0);color:var(--bm-primary)}.bm-shell>aside nav button i,.bm-mobile-nav i{font-style:normal;font-size:20px}.bm-side-card{margin-top:auto;background:linear-gradient(145deg,#ff6a55,#f20f78 62%,#842fe8);color:#fff;border-radius:20px;padding:20px;box-shadow:0 16px 32px rgba(242,15,120,.22)}.bm-side-card>span{font-size:24px}.bm-side-card h4{margin:8px 0 6px;font-size:20px}.bm-side-card p{font-size:13px;line-height:1.5;opacity:.9}.bm-side-card button{width:100%;border:0;background:#fff;color:var(--bm-primary);border-radius:12px;padding:11px;font-weight:900}.bm-ghost{margin-top:12px;border:1px solid var(--bm-line);background:#fff;border-radius:12px;padding:11px;color:#6d6471}.bm-shell main{grid-area:main;min-width:0;background:#fff}.bm-page-head{min-height:92px;padding:20px 28px;border-bottom:1px solid var(--bm-line);display:flex;justify-content:space-between;align-items:center}.bm-page-head h2{font-size:30px;margin:2px 0}.bm-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--bm-primary);font-weight:900}.bm-kicker.light{color:#fff9}.bm-profile-meter{display:flex;align-items:center;gap:12px}.bm-profile-meter small{display:block;color:#8d8490}.bm-meter-ring,.bm-big-ring{--p:0;width:62px;height:62px;border-radius:50%;display:grid;place-content:center;background:conic-gradient(var(--bm-primary) calc(var(--p)*1%),#f4eaf0 0);position:relative}.bm-meter-ring:before,.bm-big-ring:before{content:"";position:absolute;inset:7px;background:#fff;border-radius:50%}.bm-meter-ring span,.bm-big-ring span{position:relative;font-weight:900;color:var(--bm-primary)}.bm-shell #bm-view{padding:26px;max-height:calc(82vh - 180px);overflow:auto;background:linear-gradient(180deg,#fff,#fffcfe)}
.bm-dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px}.bm-hero-panel{min-height:190px;border-radius:24px;padding:34px 38px;color:#fff;background:radial-gradient(circle at 78% 28%,#ff9a6f 0 6%,transparent 7%),radial-gradient(circle at 84% 55%,#ff537f 0 10%,transparent 11%),linear-gradient(120deg,#7c2ee6,#f30c76 60%,#ff6b47);position:relative;overflow:hidden;display:flex;align-items:center}.bm-hero-panel h3{font-size:32px;margin:7px 0}.bm-hero-panel p{max-width:610px;font-size:16px;line-height:1.55;opacity:.94}.bm-white-btn{background:#fff;color:var(--bm-primary);border:0;border-radius:13px;padding:13px 19px;font-weight:900}.bm-floating-hearts{position:absolute;right:55px;top:20px;width:220px;height:160px}.bm-floating-hearts i{position:absolute;font-style:normal;color:#fff5;font-size:80px;filter:drop-shadow(0 12px 20px #bf125877)}.bm-floating-hearts i:nth-child(1){left:22px;top:38px;font-size:105px}.bm-floating-hearts i:nth-child(2){right:8px;top:3px;font-size:58px}.bm-floating-hearts i:nth-child(3){right:5px;bottom:0;font-size:42px}.bm-hero-small{min-height:170px;margin-bottom:20px}.bm-feature-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.bm-feature-strip article{border:1px solid var(--bm-line);background:#fff;border-radius:17px;padding:18px;display:flex;gap:13px;align-items:center;box-shadow:0 8px 22px rgba(83,24,103,.06)}.bm-feature-strip article>span{width:42px;height:42px;border-radius:13px;display:grid;place-content:center;background:#fff1f6;color:var(--bm-primary);font-size:21px}.bm-feature-strip small{display:block;color:#8c8290;margin-top:3px}.bm-completion-card{border:1px solid var(--bm-line);background:#fff;border-radius:22px;padding:24px;text-align:center;box-shadow:0 12px 30px rgba(83,24,103,.07)}.bm-big-ring{width:92px;height:92px;margin:auto}.bm-big-ring:before{inset:10px}.bm-completion-card h3{font-size:22px}.bm-check-list{display:grid;gap:10px;text-align:left;margin:20px 0}.bm-check-list span{display:flex;gap:9px;align-items:center;color:#918794}.bm-check-list span.done{color:#2f3340}.bm-check-list i{font-style:normal;width:24px;height:24px;display:grid;place-content:center;border-radius:50%;background:#f4eef4}.bm-check-list .done i{background:#e4faef;color:var(--bm-success)}
.bm-filter-row{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 18px}.bm-filter-row button{border:1px solid var(--bm-line);background:#fff;border-radius:99px;padding:10px 14px;color:#5c5360}.bm-discover{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}.bm-profile-card{background:#fff;border-radius:20px;overflow:hidden;border:1px solid var(--bm-line);box-shadow:0 10px 28px rgba(62,22,76,.10);transition:.2s}.bm-profile-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(62,22,76,.14)}.bm-photo{height:330px;background-size:cover;background-position:center;position:relative}.bm-photo:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(transparent,rgba(20,7,25,.82))}.bm-badge{position:absolute;z-index:2;top:14px;left:14px;background:linear-gradient(135deg,#1ed18d,#0ba867);color:#fff;padding:7px 11px;border-radius:30px;font-size:12px;font-weight:900}.bm-card-body{padding:18px}.bm-card-body h3{font-size:22px;margin:0 0 7px}.bm-card-body>p{color:#766c78}.bm-chips{display:flex;gap:8px;flex-wrap:wrap}.bm-chips span{background:#fff1f6;color:#a92359;padding:7px 10px;border-radius:99px;font-size:12px;font-weight:800}.bm-actions{display:flex;justify-content:space-between;margin-top:18px}.bm-actions button{border:0;border-radius:50px;padding:11px 16px}.bm-like{background:linear-gradient(135deg,var(--bm-primary),var(--bm-primary-2));color:#fff;font-weight:900;box-shadow:0 8px 18px rgba(255,31,104,.2)}.bm-block-open{background:#f7f2f6}.bm-match-list{display:grid;gap:11px;max-width:780px}.bm-match{background:#fff;border:1px solid var(--bm-line);padding:14px;border-radius:16px;display:flex;gap:14px;text-align:left}.bm-match img{width:62px;height:62px;object-fit:cover;border-radius:50%;border:3px solid #ffe1eb}.bm-match div{display:grid}.bm-match span{color:#817783}.bm-chat{height:calc(82vh - 235px);display:grid;grid-template-rows:1fr auto auto}.bm-chat #bm-messages{overflow:auto;padding:12px;display:flex;flex-direction:column;gap:10px}.bm-msg{align-self:flex-start;max-width:70%;background:#f7f2f6;padding:10px 13px;border-radius:16px 16px 16px 4px}.bm-msg.mine{align-self:flex-end;background:linear-gradient(135deg,#7c2ee6,#f20f78);color:#fff;border-radius:16px 16px 4px 16px}.bm-msg img{max-width:280px;border-radius:12px;display:block}.bm-msg p{margin:4px 0}.bm-msg small{opacity:.65}.bm-chat form{display:grid;grid-template-columns:auto 1fr auto;gap:8px;background:#fff;padding:12px;border:1px solid var(--bm-line);border-radius:16px}.bm-chat form input{border:0;background:#f8f4f7;border-radius:20px;padding:12px}.bm-chat form button{border:0;background:linear-gradient(135deg,var(--bm-primary),var(--bm-primary-2));color:#fff;border-radius:20px;padding:0 18px}.bm-attach{font-size:24px;cursor:pointer}.bm-chat-tools{text-align:right;padding-top:10px}.bm-chat-tools button{border:0;background:transparent;color:#8b7e8a;margin-left:12px}.bm-profile-editor{display:grid;gap:24px}.bm-profile-editor>section,.bm-profile-editor>form{background:#fff;border:1px solid var(--bm-line);border-radius:20px;padding:22px;box-shadow:0 10px 28px rgba(62,22,76,.06)}.bm-photo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.bm-photo-grid>div,.bm-add-photo{aspect-ratio:1;border-radius:16px;overflow:hidden;position:relative;background:#fff;border:1px dashed #dfcfdd}.bm-photo-grid img{width:100%;height:100%;object-fit:cover}.bm-delete-photo{position:absolute;right:5px;top:5px;border:0;background:#000a;color:#fff;border-radius:50%;width:26px;height:26px}.bm-add-photo{display:grid;place-content:center;text-align:center;color:var(--bm-primary);cursor:pointer;background:#fff8fb}.bm-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 18px}.bm-profile-editor textarea{min-height:120px}.bm-note{background:#fff7da;padding:12px;border-radius:10px;font-size:13px}.bm-premium{display:grid;place-content:center;min-height:500px}.bm-premium-card{background:linear-gradient(145deg,#3b105e,#8f1f92 55%,#ff235f);color:#fff;padding:45px;border-radius:28px;max-width:470px;box-shadow:0 25px 60px rgba(111,21,112,.30)}.bm-premium-card h3{font-size:38px}.bm-premium-card li{margin:12px 0}.bm-premium-card small{display:block;margin-top:15px;opacity:.8}.bm-empty,.bm-state{min-height:55vh;display:grid;place-content:center;text-align:center;max-width:620px;margin:auto}.bm-state img{max-width:330px;margin:auto}.bm-modal{position:fixed;inset:0;background:#24102cbb;display:grid;place-content:center;z-index:99999}.bm-modal form{width:min(520px,92vw);background:#fff;padding:26px;border-radius:20px}.bm-modal select,.bm-modal textarea{margin:8px 0}.bm-modal textarea{min-height:150px}.bm-modal form>div{display:flex;justify-content:flex-end;gap:10px}.bm-danger{background:#b00020;color:#fff;border:0;border-radius:10px;padding:11px}.bm-toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%,20px);opacity:0;background:#291331;color:#fff;padding:12px 20px;border-radius:30px;z-index:100000;transition:.2s}.bm-toast.show{opacity:1;transform:translate(-50%,0)}.bm-mobile-nav{display:none}.bm-onboarding{max-width:680px;margin:40px auto;padding:32px;background:#fff;border:1px solid var(--bm-line);border-radius:24px;text-align:center}.bm-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:24px 0;text-align:left}.bm-checks span{padding:12px;background:#f7f3f6;border-radius:12px;text-transform:capitalize}.bm-checks .done{background:#eaf8f1;color:#087a55}.bm-photo-item{position:relative}.bm-photo-item b,.bm-primary-photo{position:absolute;left:6px;bottom:6px;border:0;border-radius:10px;padding:5px 8px;font-size:11px}.bm-photo-item b{background:#fff;color:var(--bm-primary)}.bm-primary-photo{background:#fff;color:#222;cursor:pointer}.bm-selected-religions{margin-top:14px}.bm-unread{background:var(--bm-primary);color:#fff;min-width:23px;height:23px;border-radius:50%;display:inline-grid;place-content:center;font-style:normal;font-size:11px}.bm-error{padding:18px;background:#fff1f2;border:1px solid #ffd0d5;color:#8b1020;border-radius:14px}
/* Landing page: colourful sections on a white overall background */.bm-landing{max-width:1440px;margin:auto;background:#fff}.bm-landing-nav{display:flex;justify-content:space-between;align-items:center;padding:24px}.bm-wordmark{font-size:24px;font-weight:900}.bm-wordmark strong{color:var(--bm-primary)}.bm-landing-nav nav{display:flex;gap:22px;align-items:center}.bm-landing-nav nav a:not(.bm-btn){color:#362c39;text-decoration:none}.bm-hero{min-height:680px;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:70px;border-radius:30px;background:radial-gradient(circle at 92% 12%,#ffe8ef,transparent 25%),linear-gradient(135deg,#fff,#fff7fb);overflow:hidden;border:1px solid var(--bm-line)}.bm-hero h1{font-size:76px;line-height:.96;margin:18px 0}.bm-hero h1 em{color:var(--bm-primary);font-style:normal}.bm-hero p{font-size:20px;max-width:540px}.bm-hero img{width:100%;mix-blend-mode:multiply}.bm-btn-lg{display:inline-block;margin-top:18px;padding:16px 24px}.bm-eyebrow{font-weight:900;color:var(--bm-purple)}.bm-section{padding:85px 40px;text-align:center}.bm-section h2{font-size:40px}.bm-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.bm-feature-grid article{padding:28px;background:#fff;border:1px solid var(--bm-line);border-radius:18px;font-size:28px;box-shadow:0 8px 22px rgba(83,24,103,.06)}.bm-feature-grid h3{font-size:20px}.bm-feature-grid p{font-size:15px}.bm-dark{background:linear-gradient(135deg,#2a0d48,#8f1f92 58%,#f71b65);color:#fff;border-radius:25px}.bm-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.bm-centered{max-width:800px;margin:auto;font-size:19px}.bm-footer{padding:35px;border-top:1px solid var(--bm-line);display:flex;justify-content:space-between}
@media(max-width:1050px){.bm-shell{grid-template-columns:200px 1fr}.bm-top-nav{display:none}.bm-dashboard-grid{grid-template-columns:1fr}.bm-completion-card{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:center;text-align:left}.bm-check-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.bm-auth{grid-template-columns:1fr}.bm-auth-brand{padding:25px}.bm-auth-brand img{width:180px}.bm-auth-card{padding:25px}.bm-shell{grid-template-columns:1fr;grid-template-rows:74px 1fr;grid-template-areas:"top" "main";border-radius:0;min-height:100vh}.bm-topbar{padding:0 16px}.bm-top-brand{min-width:0}.bm-top-brand small,.bm-account div,.bm-top-nav{display:none}.bm-account{min-width:0;margin-left:auto}.bm-shell>aside{display:none}.bm-page-head{padding:16px}.bm-profile-meter div:last-child{display:none}.bm-shell #bm-view{padding:14px;max-height:calc(100vh - 205px)}.bm-mobile-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--bm-line);z-index:9999;padding-bottom:env(safe-area-inset-bottom)}.bm-mobile-nav button{display:grid;text-align:center;gap:0;font-size:11px}.bm-mobile-nav button.active{color:var(--bm-primary);background:#fff4f8}.bm-photo-grid{grid-template-columns:repeat(3,1fr)}.bm-form-grid{grid-template-columns:1fr}.bm-hero-panel{padding:25px;min-height:210px}.bm-hero-panel h3{font-size:27px}.bm-floating-hearts{right:-55px;opacity:.55}.bm-feature-strip{grid-template-columns:1fr}.bm-completion-card{display:block;text-align:center}.bm-check-list{grid-template-columns:1fr}.bm-discover{grid-template-columns:1fr}.bm-photo{height:440px}.bm-hero{grid-template-columns:1fr;padding:35px}.bm-hero h1{font-size:52px}.bm-hero img{margin-top:30px}.bm-landing-nav nav a:not(.bm-btn){display:none}.bm-feature-grid,.bm-steps{grid-template-columns:1fr}.bm-section{padding:55px 20px}.bm-footer{display:grid;gap:10px;text-align:center}.bm-dashboard-grid{grid-template-columns:1fr}}
.bm-link-btn{border:0;background:transparent;color:#e91e63;padding:10px;cursor:pointer;font-weight:700}.bm-secondary{border:1px solid #ddd;background:#fff;border-radius:12px;padding:12px 16px;font-weight:700;cursor:pointer}.bm-verify-banner{margin:0 0 18px;background:linear-gradient(90deg,#fff3f8,#f3ecff);border:1px solid #ffd0e1;border-radius:14px;padding:13px 16px;display:flex;justify-content:space-between;align-items:center;gap:15px}.bm-verify-banner button{border:0;border-radius:999px;background:linear-gradient(135deg,#ff2d72,#7d2ae8);color:#fff;padding:9px 15px;font-weight:800;cursor:pointer}.bm-notification-list{display:grid;gap:12px;margin-bottom:16px}.bm-notification{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid #eee;border-radius:18px;padding:16px;box-shadow:0 8px 28px rgba(42,17,68,.06)}.bm-notification.unread{border-color:#ff93b9;background:linear-gradient(90deg,#fff8fb,#fbf7ff)}.bm-notification>span{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#fff0f6;font-size:22px}.bm-notification h4{margin:0 0 4px}.bm-notification p{margin:0 0 5px;color:#555}.bm-notification small{color:#888}


/* v0.6 desktop canvas and theme compatibility */
body.bm-app-page{overflow-x:hidden}
body.bm-app-page .entry-title,body.bm-app-page .wp-block-post-title,body.bm-app-page main>header.entry-header,body.bm-app-page article>header.entry-header{display:none!important}
body.bm-app-page .site,body.bm-app-page .site-content,body.bm-app-page .content-area,body.bm-app-page .site-main,body.bm-app-page article,body.bm-app-page .entry-content,body.bm-app-page .wp-site-blocks,body.bm-app-page main{max-width:none!important;width:100%!important}
body.bm-app-page .entry-content,body.bm-app-page .wp-block-post-content{margin:0!important;padding:0!important}
body.bm-app-page #bm-app{width:min(1500px,calc(100vw - 48px));max-width:none;margin:28px auto 56px;position:relative;left:50%;transform:translateX(-50%)}
.bm-shell{width:100%;grid-template-columns:250px minmax(0,1fr);grid-template-rows:88px minmax(720px,auto);min-height:calc(100vh - 150px)}
.bm-shell #bm-view{max-height:none;min-height:620px;overflow:visible}
.bm-profile-editor{max-width:1100px;margin:0 auto}.bm-profile-editor>section,.bm-profile-editor>form{min-width:0}.bm-photo-grid{grid-template-columns:repeat(6,minmax(90px,1fr))}
@media (min-width:1180px){.bm-form-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.bm-profile-editor>form{padding:28px}.bm-top-nav button{padding:13px 15px}.bm-page-head{padding-inline:30px}}
@media (max-width:1179px){body.bm-app-page #bm-app{width:calc(100vw - 24px)}.bm-shell{grid-template-columns:210px minmax(0,1fr)}.bm-top-brand{min-width:190px}.bm-account{min-width:160px}.bm-account div{display:none}.bm-top-nav{gap:2px}.bm-top-nav button{padding:12px}.bm-photo-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:820px){body.bm-app-page #bm-app{width:100%;margin:0;left:auto;transform:none}.bm-shell{border-radius:0;min-height:100vh}.bm-photo-grid{grid-template-columns:repeat(3,1fr)}}

/* v0.6.1: reliable notifications and dedicated Likes page */
.bm-likes-tabs{display:flex;gap:10px;margin-bottom:22px;padding:6px;background:#fff3f8;border:1px solid #f7dbe8;border-radius:18px;width:max-content;max-width:100%}
.bm-likes-tabs button{border:0;background:transparent;padding:12px 18px;border-radius:13px;font-weight:800;cursor:pointer;color:#6c5361}
.bm-likes-tabs button.active{background:linear-gradient(135deg,#ff2f74,#a62be3);color:#fff;box-shadow:0 8px 20px rgba(222,44,124,.25)}
.bm-likes-tabs b{display:inline-flex;min-width:23px;height:23px;align-items:center;justify-content:center;border-radius:999px;background:rgba(255,255,255,.24);margin-left:6px}
.bm-like-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.bm-like-card{overflow:hidden;border:1px solid #f0dce7;border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(58,23,78,.08)}
.bm-like-card img{width:100%;height:260px;object-fit:cover;display:block}
.bm-like-card>div{padding:17px}.bm-like-card h3{margin:0 0 7px}.bm-like-card p{margin:0 0 10px;color:#736672}.bm-like-card small{display:block;margin-top:12px;color:#9a8994}
.bm-notification-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.bm-notification-head p{margin:0;font-weight:800;color:#6c5361}
.bm-error-card{padding:36px;text-align:center;border:1px solid #ffd5e3;border-radius:24px;background:linear-gradient(145deg,#fff,#fff2f7);box-shadow:0 12px 35px rgba(79,31,95,.08)}
.bm-error-card h3{margin-top:0}.bm-error-card p{color:#735e6c}.bm-error-card .bm-primary{margin-top:10px}
.bm-empty.compact{min-height:230px}
@media(max-width:1100px){.bm-like-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.bm-like-grid{grid-template-columns:1fr}.bm-like-card img{height:320px}.bm-likes-tabs{width:100%}.bm-likes-tabs button{flex:1;padding:11px 8px}.bm-notification-head{align-items:flex-start;gap:12px;flex-direction:column}}

/* v0.6.2 — persistent read notifications and instant match celebration */
.bm-notification.read{opacity:.72;background:#fff;border-color:#ece8ef}
.bm-notification.unread{background:linear-gradient(135deg,#fff4fa,#fff);border-color:#ff8db4;box-shadow:0 10px 28px rgba(235,32,101,.10)}
.bm-notification-title-row{display:flex;align-items:center;justify-content:space-between;gap:14px}
.bm-notification-title-row h4{margin:0}
.bm-notification-title-row em{font-style:normal;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:5px 9px;border-radius:999px;background:#f1eef3;color:#777}
.bm-notification.unread .bm-notification-title-row em{background:linear-gradient(135deg,#ff326e,#9c2cff);color:#fff}
.bm-match-celebration{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:22px;background:radial-gradient(circle at 50% 25%,rgba(255,50,110,.5),transparent 34%),rgba(18,3,38,.86);backdrop-filter:blur(10px);animation:bmFadeIn .25s ease}
.bm-match-celebration-card{position:relative;width:min(480px,100%);padding:38px 34px 32px;text-align:center;border-radius:32px;color:#fff;background:linear-gradient(145deg,#6f20d9 0%,#e91472 55%,#ff6948 100%);box-shadow:0 34px 90px rgba(34,0,55,.55);overflow:hidden}
.bm-match-celebration-card:before,.bm-match-celebration-card:after{content:"♥";position:absolute;font-size:150px;color:rgba(255,255,255,.08)}
.bm-match-celebration-card:before{left:-35px;top:-60px;transform:rotate(-18deg)}
.bm-match-celebration-card:after{right:-35px;bottom:-75px;transform:rotate(20deg)}
.bm-match-close{position:absolute;right:18px;top:14px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.18);color:#fff;font-size:26px;cursor:pointer}
.bm-match-heart{width:86px;height:86px;margin:0 auto 10px;display:grid;place-items:center;border-radius:50%;font-size:54px;color:#ff285f;background:#fff;box-shadow:0 16px 35px rgba(39,0,55,.25);animation:bmHeartBeat 1s ease infinite}
.bm-match-kicker{font-size:13px;font-weight:900;letter-spacing:.16em}
.bm-match-celebration-card h2{position:relative;margin:10px 0 18px;font-size:29px;line-height:1.15;color:#fff}
.bm-match-celebration-card>img{position:relative;width:132px;height:132px;object-fit:cover;border-radius:50%;border:5px solid #fff;box-shadow:0 15px 35px rgba(0,0,0,.23)}
.bm-match-celebration-card p{position:relative;margin:18px auto 24px;max-width:360px;color:rgba(255,255,255,.92)}
.bm-match-buttons{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.bm-match-buttons button{min-height:48px;border-radius:15px}
.bm-match-buttons .bm-secondary{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.45);color:#fff}
.bm-match-buttons .bm-primary{background:#fff;color:#d31368}
.bm-match-confetti i{position:absolute;color:#ff6d9e;font-style:normal;font-size:25px;animation:bmFloatHeart 3s ease-in-out infinite}
.bm-match-confetti i:nth-child(1){left:12%;top:14%}.bm-match-confetti i:nth-child(2){left:24%;bottom:18%;animation-delay:.5s}.bm-match-confetti i:nth-child(3){right:14%;top:18%;animation-delay:1s}.bm-match-confetti i:nth-child(4){right:25%;bottom:15%;animation-delay:1.5s}.bm-match-confetti i:nth-child(5){left:50%;top:7%;animation-delay:2s}
@keyframes bmFadeIn{from{opacity:0}to{opacity:1}}
@keyframes bmHeartBeat{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}
@keyframes bmFloatHeart{0%,100%{transform:translateY(0) rotate(-8deg);opacity:.45}50%{transform:translateY(-25px) rotate(10deg);opacity:1}}
@media(max-width:560px){.bm-match-celebration-card{padding:32px 20px 24px;border-radius:25px}.bm-match-celebration-card h2{font-size:24px}.bm-match-buttons{grid-template-columns:1fr}}

/* v0.7.0 — demo data tools, modern header and footer */
.bm-shell{grid-template-rows:88px minmax(700px,auto) auto;grid-template-areas:"top top" "side main" "footer footer"}
.bm-topbar{position:relative;isolation:isolate;box-shadow:0 12px 30px rgba(49,8,73,.18)}
.bm-topbar:after{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 18% 35%,rgba(255,255,255,.16),transparent 22%),radial-gradient(circle at 82% 0,rgba(255,130,97,.2),transparent 28%)}
.bm-top-brand{padding-right:8px}.bm-top-brand:after{content:"";width:1px;height:38px;background:rgba(255,255,255,.18);margin-left:10px}
.bm-top-nav button{transition:transform .18s ease,background .18s ease}.bm-top-nav button:hover{transform:translateY(-2px);background:rgba(255,255,255,.11)}
.bm-account{background:rgba(255,255,255,.1);padding:8px 10px;border:1px solid rgba(255,255,255,.14);border-radius:18px}
.bm-app-footer{grid-area:footer;min-height:92px;padding:20px 28px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;color:#fff;background:linear-gradient(100deg,#18072f,#47105f 52%,#b70c68);border-top:1px solid rgba(255,255,255,.1)}
.bm-app-footer>div{display:flex;align-items:center;gap:12px}.bm-app-footer-heart{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#ff8e54,#ff1f68,#9f38ed);font-size:22px;box-shadow:0 10px 25px rgba(255,31,104,.24)}
.bm-app-footer b{font-size:18px}.bm-app-footer strong{color:#ff6b9d}.bm-app-footer small{display:block;color:rgba(255,255,255,.7)}
.bm-app-footer nav{display:flex;gap:6px}.bm-app-footer nav button{border:0;background:transparent;color:#fff;padding:10px 13px;border-radius:999px;font-weight:750;cursor:pointer}.bm-app-footer nav button:hover{background:rgba(255,255,255,.12)}
.bm-app-footer>small{text-align:right}
.bm-landing-nav{position:sticky;top:0;z-index:100;padding:14px clamp(22px,5vw,76px);background:rgba(255,255,255,.88)!important;backdrop-filter:blur(18px);border-bottom:1px solid rgba(99,34,114,.08);box-shadow:0 8px 28px rgba(55,20,75,.06)}
.bm-landing-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.bm-landing-brand>span{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;color:#fff;background:linear-gradient(135deg,#ff8d52,#ff1f68 55%,#8e34ec);font-size:23px;box-shadow:0 10px 22px rgba(245,31,105,.2)}
.bm-landing-brand small{display:block;color:#85788a;font-size:11px}.bm-landing-nav nav{display:flex;align-items:center;gap:22px}.bm-landing-nav nav>a:not(.bm-btn){font-weight:750;color:#443949;text-decoration:none;position:relative}.bm-landing-nav nav>a:not(.bm-btn):after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:linear-gradient(90deg,#ff1f68,#8d32ec);transition:.2s}.bm-landing-nav nav>a:not(.bm-btn):hover:after{right:0}
.bm-footer{display:block!important;padding:0!important;color:#fff;background:linear-gradient(115deg,#16062d,#40105a 52%,#af0d68)!important;text-align:left!important}.bm-footer-main{padding:44px clamp(24px,6vw,88px);display:flex;align-items:center;justify-content:space-between;gap:30px}.bm-footer-brand{display:flex;align-items:center;gap:14px}.bm-footer-heart{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,#ff8d52,#ff1f68,#9a35ef);font-size:28px}.bm-footer .bm-wordmark b,.bm-footer .bm-wordmark strong{color:#fff}.bm-footer .bm-wordmark strong{color:#ff6c9f}.bm-footer-brand p{margin:4px 0 0;color:rgba(255,255,255,.7)}.bm-footer-links{display:flex;gap:22px;flex-wrap:wrap}.bm-footer-links a{color:#fff;text-decoration:none;font-weight:750}.bm-footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:17px clamp(24px,6vw,88px);border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.68);font-size:13px}
@media(max-width:1000px){.bm-app-footer{grid-template-columns:1fr auto}.bm-app-footer>small{display:none}.bm-app-footer nav{flex-wrap:wrap;justify-content:flex-end}}
@media(max-width:820px){.bm-app-footer{display:none}.bm-shell{grid-template-rows:78px minmax(0,1fr);grid-template-areas:"top top" "main main"}.bm-footer-main,.bm-footer-bottom{flex-direction:column;align-items:flex-start}.bm-landing-nav{padding:12px 18px}.bm-landing-brand small{display:none}}

/* v0.7.3 counters, readable profile strength and clickable notifications */
.bm-nav-count{margin-left:auto;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#ff315f;color:#fff;display:inline-grid;place-items:center;font-size:11px;font-style:normal;font-weight:900;box-shadow:0 4px 12px rgba(255,49,95,.28)}
.bm-top-nav .bm-nav-count{background:#fff;color:#d71362}.bm-mobile-nav .bm-nav-count{position:absolute;top:3px;right:8px;min-width:18px;height:18px;font-size:9px}.bm-mobile-nav button{position:relative}
.bm-profile-meter{min-width:245px}.bm-profile-meter>div:last-child b{font-size:19px;line-height:1.15;display:block;color:#2e2132}.bm-profile-meter>div:last-child small{font-size:14px;line-height:1.35;margin-top:4px}.bm-meter-ring{width:72px;height:72px;flex:0 0 72px;box-shadow:0 8px 20px rgba(247,37,93,.12)}.bm-meter-ring:before{inset:8px}.bm-meter-ring span{font-size:20px;letter-spacing:-.04em}.bm-meter-ring span small{font-size:12px;color:inherit;display:inline}
.bm-notification{width:100%;border:1px solid var(--bm-line);text-align:left;cursor:pointer;display:grid!important;grid-template-columns:46px minmax(0,1fr) 24px;align-items:center;background:#fff;transition:.18s}.bm-notification:hover{transform:translateY(-2px);border-color:#f3a6c2;box-shadow:0 12px 28px rgba(82,25,92,.10)}.bm-notification.unread{background:linear-gradient(100deg,#fff5f9,#fff)}.bm-notification-arrow{font-size:30px;color:#d4a7ba;font-weight:400}.bm-like.liked,.bm-like:disabled{background:#eee7ec;color:#776a74;box-shadow:none;cursor:default}
@media(max-width:900px){.bm-profile-meter{min-width:auto}.bm-profile-meter>div:last-child{display:none}.bm-meter-ring{width:58px;height:58px;flex-basis:58px}.bm-meter-ring span{font-size:16px}}

/* v0.8 Discover filters, pass and profile preview */
.bm-discover-filters{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:12px;align-items:end;margin:18px 0 22px;padding:16px;border:1px solid #eee6f3;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(53,16,80,.06)}
.bm-discover-filters label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:800;color:#5f5068}
.bm-discover-filters input,.bm-discover-filters select{min-height:44px;border:1px solid #e7deec;border-radius:12px;padding:0 12px;background:#fff;color:#22152a}
.bm-discover-filters .bm-primary,.bm-discover-filters .bm-secondary{min-height:44px;white-space:nowrap}
.bm-photo.bm-open-profile{width:100%;border:0;cursor:pointer;text-align:left;position:relative}
.bm-view-profile{position:absolute;left:16px;bottom:16px;padding:7px 11px;border-radius:999px;background:rgba(20,8,35,.72);color:#fff;font-size:12px;font-weight:800;opacity:0;transform:translateY(5px);transition:.2s}
.bm-photo:hover .bm-view-profile{opacity:1;transform:none}
.bm-name-link{border:0;background:transparent;padding:0;text-align:left;cursor:pointer;color:inherit}
.bm-name-link h3{margin:0}
.bm-actions .bm-pass{background:#fff;border:1px solid #eadfea;color:#584c60}
.bm-actions .bm-pass:hover{border-color:#ff6b8e;color:#f72559;background:#fff5f8}
.bm-card-leaving{opacity:0;transform:scale(.96) translateY(10px);transition:.25s}
.bm-profile-modal{padding:24px;overflow:auto}
.bm-profile-dialog{position:relative;display:grid;grid-template-columns:minmax(300px,45%) 1fr;max-width:980px;width:min(980px,96vw);max-height:90vh;overflow:auto;background:#fff;border-radius:26px;box-shadow:0 28px 90px rgba(31,7,48,.28)}
.bm-modal-x{position:absolute;right:14px;top:14px;z-index:4;width:40px;height:40px;border-radius:50%;border:0;background:rgba(255,255,255,.92);font-size:28px;cursor:pointer;box-shadow:0 5px 20px rgba(0,0,0,.12)}
.bm-profile-gallery{padding:20px;background:linear-gradient(145deg,#18082b,#5a126f)}
.bm-profile-main-image{display:block;width:100%;height:520px;object-fit:cover;border-radius:20px;background:#eee}
.bm-profile-gallery>div{display:flex;gap:8px;margin-top:12px;overflow:auto}
.bm-profile-thumb{flex:0 0 64px;height:64px;padding:0;border:2px solid transparent;border-radius:12px;overflow:hidden;background:none;cursor:pointer}
.bm-profile-thumb.active{border-color:#ff3d75}
.bm-profile-thumb img{width:100%;height:100%;object-fit:cover}
.bm-profile-details{padding:34px;overflow:auto}
.bm-profile-details h2{font-size:32px;margin:12px 0 6px}
.bm-profile-details h4{margin:22px 0 8px}
.bm-compatibility-pill{display:inline-flex;padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,#f72559,#8c2cff);color:#fff;font-weight:800;font-size:13px}
.bm-profile-location{color:#75697b}
.bm-profile-facts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}
.bm-profile-facts span{padding:13px;border-radius:14px;background:#faf7fb;color:#655b69}
.bm-profile-facts b{display:block;color:#2a1e30;margin-bottom:4px}
.bm-modal-actions{display:flex;gap:12px;margin-top:26px}
.bm-modal-actions button{flex:1;min-height:48px}
@media(max-width:1150px){.bm-discover-filters{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.bm-discover-filters{grid-template-columns:1fr 1fr}.bm-profile-dialog{grid-template-columns:1fr;max-height:none}.bm-profile-main-image{height:430px}.bm-profile-details{padding:22px}.bm-profile-facts{grid-template-columns:1fr}}
@media(max-width:480px){.bm-discover-filters{grid-template-columns:1fr}.bm-profile-modal{padding:8px}.bm-profile-main-image{height:380px}}


/* v0.8.1 guided inputs and country access */
.bm-form-grid label small,.bm-country-filter small{display:block;margin:4px 0 7px;color:#82758f;font-size:12px;font-weight:500;line-height:1.35}.bm-country-filter select[multiple]{min-height:116px;padding:8px}.bm-premium-lock{display:block;width:100%;margin-top:8px;border:1px solid #f2c24d;background:linear-gradient(135deg,#fff8d8,#fff1f5);color:#8c5c00;border-radius:10px;padding:9px 10px;font-weight:700;cursor:pointer;text-align:left}.bm-profile-editor datalist{display:none}.bm-profile-editor input[list]{background-image:linear-gradient(45deg,transparent 50%,#8b7796 50%),linear-gradient(135deg,#8b7796 50%,transparent 50%);background-position:calc(100% - 16px) 50%,calc(100% - 11px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:30px}
.bm-heart{border:1px solid #e72673;background:#fff0f6;color:#c91561;border-radius:12px;padding:10px 14px;font-weight:800}.bm-heart:hover{background:#e72673;color:#fff}.bm-marriage-fields{margin:22px 0;padding:20px;border:1px solid #eadbe5;border-radius:18px;background:#fffafd}.bm-marriage-fields h3{margin:0 0 14px;color:#7c2855}

/* v0.9.2 social login and Marriage Biodata */
.bm-social-login{display:grid;gap:11px;margin:0 0 22px}.bm-social-btn{height:50px;border:1px solid #dfe3ea;border-radius:13px;display:flex;align-items:center;justify-content:center;gap:12px;text-decoration:none!important;font-weight:750;font-size:15px;transition:.2s;background:#fff;color:#18202b!important;box-shadow:0 4px 13px rgba(18,27,42,.05)}.bm-social-btn:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(18,27,42,.1)}.bm-social-btn span{display:grid;place-items:center;width:25px;height:25px;font-size:20px;font-weight:800}.bm-social-btn.bm-apple{background:#050505;color:#fff!important;border-color:#050505}.bm-social-btn.bm-facebook span{background:#1877f2;color:#fff;border-radius:50%;font-family:Arial}.bm-social-btn.bm-google span{font-family:Arial;color:#4285f4}.bm-auth-divider{display:flex;align-items:center;gap:12px;color:#8a91a0;font-size:12px;margin:4px 0}.bm-auth-divider:before,.bm-auth-divider:after{content:"";height:1px;background:#e7e9ef;flex:1}.bm-auth-divider span{white-space:nowrap}
.bm-biodata-hub{display:grid;gap:22px}.bm-biodata-intro{display:flex;align-items:center;gap:22px;padding:30px;border-radius:24px;background:linear-gradient(135deg,#fff4f7,#f5f0ff);border:1px solid rgba(247,37,89,.12)}.bm-biodata-intro h3{font-size:32px;margin:5px 0 8px}.bm-biodata-intro p{max-width:720px;margin:0;color:#646b78}.bm-biodata-icon{width:72px;height:72px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,var(--bm-accent),#8a31c9);color:#fff;font-size:34px;box-shadow:0 14px 28px rgba(247,37,89,.22)}.bm-biodata-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.bm-biodata-actions article{background:#fff;border:1px solid #ebeef3;border-radius:20px;padding:24px;box-shadow:0 10px 30px rgba(34,42,60,.06)}.bm-biodata-actions article>span{font-size:32px}.bm-biodata-actions h4{font-size:19px;margin:12px 0 7px}.bm-biodata-actions p{min-height:66px;color:#68707d}.bm-biodata-actions a{display:flex;justify-content:center;text-decoration:none}.bm-biodata-actions a.disabled{opacity:.5;cursor:not-allowed}.bm-biodata-warning{background:#fff;border:1px solid #ffd8df;border-left:5px solid var(--bm-accent);padding:22px;border-radius:16px}.bm-biodata-warning h4{margin:0 0 6px}@media(max-width:800px){.bm-social-btn{height:48px}.bm-biodata-intro{align-items:flex-start;padding:22px}.bm-biodata-intro h3{font-size:26px}.bm-biodata-icon{width:56px;height:56px;font-size:27px;flex:0 0 auto}.bm-biodata-actions{grid-template-columns:1fr}.bm-biodata-actions p{min-height:auto}}
/* v0.9.6 faster profile-photo upload */
.bm-add-photo.uploading{pointer-events:none;opacity:.85;display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center}
.bm-upload-spinner{width:26px;height:26px;border:3px solid rgba(247,37,89,.2);border-top-color:var(--bm-accent);border-radius:50%;animation:bm-spin .75s linear infinite}
@keyframes bm-spin{to{transform:rotate(360deg)}}

.bm-discover-note{display:flex;align-items:center;gap:14px;padding:16px 18px;margin:0 0 22px;background:#fff;border:1px solid #e8eaf2;border-radius:18px;box-shadow:0 10px 30px rgba(17,29,54,.06)}.bm-discover-note>span{font-size:28px}.bm-discover-note div{flex:1}.bm-discover-note p{margin:3px 0 0;color:#667085}.bm-settings-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:22px}.bm-settings-card{background:#fff;border:1px solid #e6e9f1;border-radius:22px;padding:24px;box-shadow:0 14px 40px rgba(17,29,54,.07)}.bm-settings-card:first-child{grid-row:span 2}.bm-settings-card h3{margin:5px 0 8px}.bm-settings-card>p{color:#667085}.bm-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0}.bm-settings-card label{display:flex;flex-direction:column;gap:7px;font-weight:700}.bm-settings-card input,.bm-settings-card select,.bm-settings-card textarea{width:100%;border:1px solid #d8ddea;border-radius:12px;padding:12px;background:#fff}.bm-switch-row{flex-direction:row!important;justify-content:space-between;align-items:center;padding:14px;border-radius:14px;background:#f7f8fc}.bm-switch-row span{display:flex;flex-direction:column}.bm-switch-row small,.bm-settings-card small{font-weight:400;color:#667085}.bm-switch-row input{width:22px;height:22px}.bm-danger-zone{border-color:#ffd1d8}.bm-confirm-row{flex-direction:row!important;align-items:center;font-weight:500!important}.bm-confirm-row input{width:auto}.bm-request-status{padding:13px;border-radius:12px;background:#eefaf4;color:#087a4d;font-weight:700}@media(max-width:900px){.bm-settings-grid{grid-template-columns:1fr}.bm-settings-card:first-child{grid-row:auto}.bm-form-grid{grid-template-columns:1fr}.bm-discover-note{align-items:flex-start;flex-wrap:wrap}.bm-discover-note button{width:100%}}

/* v1.0.1 single-card mobile discover */
.bm-card-stack{position:relative;max-width:560px;margin:20px auto 8px;min-height:650px}.bm-card-stack .bm-profile-card{position:relative;z-index:2;margin:0;touch-action:pan-y;will-change:transform;transition:transform .26s ease,opacity .26s ease}.bm-stack-back{position:absolute;z-index:1;inset:12px 16px -12px;background:#fff;border:1px solid rgba(20,20,40,.1);border-radius:28px;opacity:.7}.bm-swipe-help{text-align:center;color:#6f6678;font-size:14px;margin:16px 0 0}.bm-card-counter{text-align:center;font-weight:600;color:#6f6678;margin:14px 0}.bm-daily-quota{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:18px auto 0}.bm-daily-quota span{background:#fff;border:1px solid rgba(20,20,40,.1);border-radius:999px;padding:9px 14px;font-size:14px}.bm-daily-quota b{color:var(--bm-accent)}.bm-profile-card.bm-swipe-right{transform:translateX(125%) rotate(14deg)!important;opacity:0}.bm-profile-card.bm-swipe-left{transform:translateX(-125%) rotate(-14deg)!important;opacity:0}.bm-profile-card.bm-dragging{cursor:grabbing}.bm-card-stack .bm-photo{min-height:410px}
@media(max-width:700px){.bm-card-stack{min-height:590px;margin-top:12px}.bm-card-stack .bm-profile-card{border-radius:22px}.bm-card-stack .bm-photo{min-height:330px}.bm-card-stack .bm-card-body{padding:16px}.bm-swipe-help{font-size:13px}.bm-daily-quota{gap:7px}.bm-daily-quota span{padding:7px 10px;font-size:12px}}

/* v1.1.0 native mobile experience */
.bm-start-shell{min-height:680px;padding:18px;background:linear-gradient(180deg,#17131b,#09080b);display:flex;flex-direction:column;gap:16px}.bm-start-card{flex:1;border-radius:30px;background:linear-gradient(110deg,#25202a 25%,#332c37 38%,#25202a 52%);background-size:300% 100%;animation:bm-shimmer 1.15s linear infinite}.bm-start-nav{height:74px;border:1px solid rgba(255,255,255,.12);border-radius:30px;display:flex;align-items:center;justify-content:space-around;background:#151218}.bm-start-nav i{width:34px;height:34px;border-radius:50%;background:#302a34}@keyframes bm-shimmer{to{background-position:-200% 0}}.bm-start-error{margin:80px auto;max-width:520px}
.bm-native-card{overflow:hidden;border-radius:32px;background:#111;color:#fff;box-shadow:0 24px 60px rgba(12,8,16,.24);border:0}.bm-native-photo{height:min(68vh,720px);min-height:590px;background-size:cover;background-position:center;position:relative}.bm-native-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08) 42%,rgba(0,0,0,.94) 100%);pointer-events:none}.bm-photo-dots{position:absolute;z-index:4;top:14px;left:18px;right:18px;display:flex;gap:5px}.bm-photo-dots i{height:4px;flex:1;border-radius:10px;background:rgba(255,255,255,.35)}.bm-photo-dots i.active{background:#fff}.bm-photo-zone{position:absolute;z-index:3;top:0;bottom:0;width:50%;border:0;background:transparent}.bm-photo-zone.prev{left:0}.bm-photo-zone.next{right:0}.bm-native-menu{position:absolute;z-index:6;right:16px;top:28px;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(0,0,0,.35);color:#fff}.bm-native-gradient{position:absolute;z-index:5;left:0;right:0;bottom:0;padding:34px 24px 24px;text-align:left}.bm-match-chip{display:inline-flex;border-radius:999px;padding:7px 11px;background:rgba(255,255,255,.18);backdrop-filter:blur(14px);font-weight:800;font-size:13px}.bm-native-gradient h3{font-size:38px;line-height:1;margin:14px 0 8px;color:#fff}.bm-native-gradient h3 b{font-weight:400}.bm-native-gradient h3 em{font-style:normal;font-size:17px;background:var(--bm-accent);border-radius:50%;padding:3px 6px}.bm-native-gradient p{margin:0 0 12px;color:#fff;font-weight:650}.bm-native-chips{display:flex;gap:8px;flex-wrap:wrap}.bm-native-chips span{padding:8px 12px;border-radius:999px;background:rgba(0,0,0,.55);backdrop-filter:blur(10px);font-size:13px}.bm-swipe-stamp{position:absolute;z-index:20;top:90px;padding:8px 14px;border:4px solid;border-radius:10px;font-size:28px;font-weight:900;letter-spacing:2px;opacity:0;pointer-events:none}.bm-swipe-stamp.like{left:25px;color:#35d283;transform:rotate(-12deg)}.bm-swipe-stamp.pass{right:25px;color:#ff4968;transform:rotate(12deg)}
@media(max-width:800px){body:has(#bm-app){background:#0c0a0e}.bm-shell{background:#0c0a0e;min-height:100dvh;padding-bottom:92px}.bm-shell>header,.bm-shell>aside,.bm-shell .bm-page-head,.bm-shell .bm-app-footer{display:none!important}.bm-shell>main{margin:0!important;padding:0 10px!important;width:100%!important;max-width:none!important}.bm-shell #bm-view{padding:0!important}.bm-shell .bm-hero-panel{display:none!important}.bm-card-stack{max-width:none;min-height:0;margin:0}.bm-stack-back,.bm-card-counter{display:none}.bm-daily-quota{position:absolute;z-index:30;top:max(10px,env(safe-area-inset-top));left:18px;right:72px;margin:0;justify-content:flex-start;pointer-events:none}.bm-daily-quota span{background:rgba(255,255,255,.92);border:0;padding:6px 9px;font-size:11px;color:#171219;box-shadow:0 6px 20px rgba(0,0,0,.15)}.bm-native-card{border-radius:0 0 30px 30px;box-shadow:none}.bm-native-photo{height:calc(100dvh - 178px);min-height:540px}.bm-mobile-nav{position:fixed!important;z-index:999;left:10px!important;right:10px!important;bottom:max(8px,env(safe-area-inset-bottom))!important;height:76px!important;padding:6px 8px!important;border-radius:30px!important;background:rgba(21,18,24,.94)!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 16px 50px rgba(0,0,0,.38)!important;backdrop-filter:blur(22px);display:grid!important;grid-template-columns:repeat(5,1fr)!important}.bm-mobile-nav button{position:relative;border-radius:24px!important;color:#fff!important;min-width:0;padding:7px 2px!important;gap:2px!important}.bm-mobile-nav button.active{background:rgba(255,255,255,.18)!important}.bm-mobile-nav button i{font-size:24px!important;line-height:1!important}.bm-mobile-nav button span{display:block!important;font-size:10px!important;font-weight:700!important;white-space:nowrap}.bm-mobile-nav .bm-nav-count{top:4px!important;right:8px!important}.bm-native-gradient h3{font-size:34px}.bm-start-shell{min-height:100dvh;padding:10px 10px 96px}.bm-start-card{border-radius:0 0 30px 30px}.bm-start-nav{position:fixed;left:10px;right:10px;bottom:max(8px,env(safe-area-inset-bottom))}}
/* Premium checkout v1.2 */
.bm-premium-v2{max-width:520px}.bm-premium-v2 .bm-renew-note{font-weight:700;opacity:.9}.bm-payment-sheet{position:relative;width:min(520px,92vw);background:#fff;color:#211923;padding:26px;border-radius:24px}.bm-payment-close{position:absolute;right:15px;top:12px;border:0;background:#f3eef2;width:38px;height:38px;border-radius:50%;font-size:25px}.bm-payment-methods{display:grid;gap:12px;margin:22px 0}.bm-pay-method{display:grid;gap:5px;text-align:left;width:100%;padding:17px;border:1px solid #ded4dc;border-radius:16px;background:#fff;cursor:pointer}.bm-pay-method:hover{border-color:var(--bm-primary);box-shadow:0 8px 22px rgba(0,0,0,.08)}.bm-pay-method b{font-size:17px}.bm-pay-method span{color:#746a74}.bm-pay-method.busy{opacity:.65}.bm-payment-warning{padding:15px;border-radius:12px;background:#fff2d9;color:#7d4b00}.bm-premium-card button:disabled{opacity:.5;cursor:not-allowed}

/* v1.3.1 Discover stability and action clarity */
.bm-card-stack{width:min(100%,560px);overflow:visible}
.bm-native-card{width:100%;transform-origin:center center}
.bm-match-chip-top{position:absolute;z-index:7;top:34px;left:20px;background:linear-gradient(135deg,rgba(247,37,133,.96),rgba(114,9,183,.96));box-shadow:0 8px 24px rgba(0,0,0,.24);font-size:14px;padding:8px 13px}




@keyframes bm-heart-pulse{50%{transform:scale(.9)}}
.bm-profile-card.bm-swipe-right,.bm-profile-card.bm-swipe-left{pointer-events:none}
@media(min-width:801px){.bm-card-stack{max-width:520px}.bm-native-photo{height:620px;min-height:620px}.bm-native-card{max-width:520px;margin-inline:auto}.bm-native-gradient h3{font-size:34px}}
@media(max-width:800px){.bm-match-chip-top{top:32px;left:16px;font-size:12px;padding:7px 10px}}

/* v1.3.2 discover interaction fixes */
.bm-native-card,.bm-native-photo,.bm-photo-zone{touch-action:pan-y;-webkit-user-select:none;user-select:none}.bm-native-card.bm-dragging{cursor:grabbing}

/* v1.3.3: simplified Discover actions */


/* Modern verified-email badge: a green heart with a compact check mark. */
.bm-verified-heart{position:relative;display:inline-grid;place-items:center;width:27px;height:27px;margin-left:7px;vertical-align:-5px;filter:drop-shadow(0 4px 8px rgba(16,185,129,.25))}
.bm-verified-heart i{font-style:normal;font-size:25px;line-height:1;color:#10b981}
.bm-verified-heart b{position:absolute;display:grid;place-items:center;right:-2px;bottom:-1px;width:13px;height:13px;border-radius:50%;background:#fff;color:#059669;border:1.5px solid #10b981;font-size:9px;line-height:1;font-family:Arial,sans-serif}
.bm-name-link .bm-verified-heart{pointer-events:none}

/* v1.3.5 — unified elegant, readable button system */
:root{
  --bm-btn-radius:14px;
  --bm-btn-height:48px;
  --bm-btn-shadow:0 10px 24px rgba(40,18,54,.13);
  --bm-btn-shadow-hover:0 15px 34px rgba(40,18,54,.19);
}
.bm-app button,
.bm-app a.bm-btn,
.bm-app a.bm-primary,
.bm-app .bm-biodata-actions a:not(.disabled),
.bm-landing button,
.bm-landing a.bm-btn,
.bm-landing a.bm-primary{
  -webkit-appearance:none;
  appearance:none;
  font-family:inherit;
  font-size:15px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.01em;
  text-align:center;
  text-decoration:none;
  white-space:normal;
  overflow-wrap:anywhere;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,color .18s ease,opacity .18s ease;
}

/* Main text buttons */
.bm-primary,.bm-btn,.bm-like,.bm-white-btn,.bm-side-card button,
.bm-settings-card>button,.bm-profile-editor>button,.bm-modal .bm-primary,
.bm-auth-card form>button[type="submit"],.bm-biodata-actions a:not(.disabled){
  min-height:var(--bm-btn-height);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:12px 22px!important;
  border:1px solid transparent!important;
  border-radius:var(--bm-btn-radius)!important;
  background:linear-gradient(135deg,#f51669 0%,#ff4c57 100%)!important;
  color:#fff!important;
  text-shadow:0 1px 1px rgba(0,0,0,.13);
  box-shadow:var(--bm-btn-shadow)!important;
}
.bm-primary:hover,.bm-btn:hover,.bm-like:hover,.bm-side-card button:hover,
.bm-settings-card>button:hover,.bm-profile-editor>button:hover,.bm-modal .bm-primary:hover,
.bm-auth-card form>button[type="submit"]:hover,.bm-biodata-actions a:not(.disabled):hover{
  transform:translateY(-2px);
  box-shadow:var(--bm-btn-shadow-hover)!important;
  filter:saturate(1.05) brightness(1.02);
}

/* Light / secondary buttons */
.bm-white-btn,.bm-ghost,.bm-filter-row button,.bm-pay-method,
.bm-social-btn,.bm-payment-close,.bm-block-open{
  min-height:44px;
  border:1px solid #e6dfe8!important;
  border-radius:13px!important;
  background:#fff!important;
  color:#281f2c!important;
  text-shadow:none!important;
  box-shadow:0 7px 18px rgba(37,20,45,.07)!important;
}
.bm-white-btn{color:#d9145e!important}
.bm-ghost:hover,.bm-filter-row button:hover,.bm-pay-method:hover,.bm-social-btn:hover,.bm-block-open:hover{
  border-color:#f51669!important;
  color:#d9145e!important;
  transform:translateY(-1px);
  box-shadow:0 11px 25px rgba(37,20,45,.11)!important;
}

/* Navigation buttons must stay clean and readable */
.bm-top-nav button,.bm-shell>aside nav button,.bm-mobile-nav button,.bm-tabs button{
  text-shadow:none;
}
.bm-shell>aside nav button,.bm-tabs button{
  color:#342b38;
}
.bm-shell>aside nav button:hover,.bm-tabs button:hover{
  background:#fff1f6;
  color:#d9145e;
}

/* Circular icon buttons keep their shape */
.bm-native-menu,.bm-photo-zone,.bm-account button,
.bm-payment-close,.bm-actions button:not(.bm-like),button[aria-label]{
  white-space:nowrap;
  overflow-wrap:normal;
}
.bm-native-menu,.bm-payment-close{
  display:inline-grid;
  place-items:center;
  padding:0!important;
  text-shadow:none;
}
.bm-native-menu:hover,.bm-payment-close:hover{
  transform:translateY(-2px) scale(1.03);
}

/* Focus, disabled and busy states */
.bm-app button:focus-visible,.bm-app a.bm-btn:focus-visible,.bm-app a.bm-primary:focus-visible,
.bm-landing button:focus-visible,.bm-landing a.bm-btn:focus-visible{
  outline:3px solid rgba(245,22,105,.28)!important;
  outline-offset:3px;
}
.bm-app button:disabled,.bm-app a.disabled,.bm-app .busy,
.bm-landing button:disabled{
  opacity:.55!important;
  cursor:not-allowed!important;
  transform:none!important;
  box-shadow:none!important;
}

/* Prevent unreadable inherited text colors inside buttons */
.bm-primary *,.bm-btn *,.bm-like *,.bm-side-card button *,
.bm-auth-card form>button[type="submit"] *{color:inherit!important}

@media(max-width:700px){
  .bm-primary,.bm-btn,.bm-like,.bm-white-btn,.bm-side-card button,
  .bm-settings-card>button,.bm-profile-editor>button,.bm-modal .bm-primary,
  .bm-auth-card form>button[type="submit"],.bm-biodata-actions a:not(.disabled){
    min-height:50px;
    padding:13px 18px!important;
    font-size:15px;
  }
  .bm-auth-card form>button[type="submit"],.bm-settings-card>button,
  .bm-profile-editor>button,.bm-biodata-actions a:not(.disabled){width:100%}
}


/* Manual trust verification heart */
.bm-trust-heart{position:relative;display:inline-grid;place-items:center;width:29px;height:29px;margin-left:7px;vertical-align:-6px;filter:drop-shadow(0 4px 9px rgba(0,0,0,.16));transform-origin:center}
.bm-trust-heart i{font-style:normal;font-family:Arial,sans-serif;font-size:27px;line-height:1}
.bm-trust-heart b{position:absolute;right:-2px;bottom:-1px;display:grid;place-items:center;width:14px;height:14px;border-radius:50%;background:#fff;font:800 9px/1 Arial,sans-serif}
.bm-trust-heart.is-unverified i{color:#a7adb5}.bm-trust-heart.is-pending i{color:#e7a927}.bm-trust-heart.is-pending b{color:#a86c00;border:1px solid #e7a927}
.bm-trust-heart.is-verified i{color:#e11d48;animation:bmTrustHeartbeat 2.35s ease-in-out infinite}.bm-trust-heart.is-verified b{color:#be123c;border:1.5px solid #e11d48}
@keyframes bmTrustHeartbeat{0%,72%,100%{transform:scale(1)}78%{transform:scale(1.16)}84%{transform:scale(.98)}90%{transform:scale(1.11)}96%{transform:scale(1)}}
@media (prefers-reduced-motion:reduce){.bm-trust-heart.is-verified i{animation:none}}
.bm-verification-card{display:grid!important;grid-template-columns:auto 1fr;gap:18px;align-items:center;padding:22px!important;border:1px solid #e8e0eb!important;background:linear-gradient(135deg,#fff,#fbf8ff)!important;box-shadow:0 16px 45px rgba(47,22,63,.08)}
.bm-verification-card>.bm-trust-heart,.bm-verification-card>div:first-child .bm-trust-heart{width:62px;height:62px;margin:0}.bm-verification-card>div:first-child .bm-trust-heart i{font-size:58px}.bm-verification-card>div:first-child .bm-trust-heart b{width:22px;height:22px;font-size:13px}
.bm-verification-card h3{margin:3px 0 5px}.bm-verification-card p{margin:0 0 12px;color:#75697d}.bm-verification-card small{display:block;margin-top:8px;color:#85798d}
.bm-verification-dialog{position:relative;width:min(520px,calc(100vw - 30px));max-height:90vh;overflow:auto;margin:5vh auto;padding:30px;border-radius:26px;background:#fff;box-shadow:0 28px 90px rgba(29,12,40,.28)}
.bm-verification-dialog .bm-modal-x{position:absolute;right:16px;top:14px}.bm-verification-dialog h2{margin:12px 0 7px}.bm-verification-dialog>p{color:#746a79}.bm-verification-dialog form{display:grid;gap:14px}.bm-verification-dialog label{display:grid;gap:6px;font-weight:700}.bm-verification-dialog input,.bm-verification-dialog select{width:100%}.bm-large-heart{width:56px;height:56px;margin:0}.bm-large-heart i{font-size:53px}.bm-confirm-row{display:flex!important;align-items:flex-start;gap:10px;font-weight:600!important}.bm-confirm-row input{width:auto!important;margin-top:3px}
@media(max-width:700px){.bm-verification-card{grid-template-columns:1fr;text-align:center}.bm-verification-card>div:first-child{display:flex;justify-content:center}}

/* Dependent country / region / city selectors */
#bm-profile-form select#bm-country,#bm-profile-form select#bm-region,#bm-profile-form select#bm-city{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#667085 50%),linear-gradient(135deg,#667085 50%,transparent 50%);background-position:calc(100% - 18px) 52%,calc(100% - 13px) 52%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:38px}
#bm-profile-form select:disabled{background-color:#f2f4f7;color:#98a2b3;cursor:not-allowed}
#bm-profile-form label:has(#bm-country),#bm-profile-form label:has(#bm-region),#bm-profile-form label:has(#bm-city){position:relative}


/* 1.3.8 profile preview and simplified trust heart */
.bm-account{font:inherit;color:#fff;cursor:pointer;text-align:left}
.bm-account .bm-account-arrow{font-size:20px;margin-left:auto;line-height:1}
.bm-account:hover{background:rgba(255,255,255,.17);transform:translateY(-1px)}
.bm-profile-editor-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;margin-bottom:18px;border:1px solid #eadfea;border-radius:20px;background:linear-gradient(135deg,#fff,#fff7fb);box-shadow:0 12px 34px rgba(63,20,73,.07)}
.bm-profile-editor-toolbar h3{margin:4px 0 0;font-size:20px}
.bm-preview-label{display:inline-flex;align-items:center;padding:8px 12px;margin-bottom:12px;border-radius:999px;background:#f7edf5;color:#6c315c;font-size:12px;font-weight:800}
.bm-own-profile-preview .bm-modal-actions{justify-content:flex-end}
.bm-trust-heart b{display:none!important}
.bm-verification-card>.bm-trust-heart,.bm-verification-card>div:first-child .bm-trust-heart{width:62px;height:62px;margin:0}
.bm-verification-card>div:first-child .bm-trust-heart i{font-size:58px}
@media(max-width:700px){.bm-profile-editor-toolbar{align-items:stretch;flex-direction:column}.bm-profile-editor-toolbar .bm-secondary{width:100%}}

/* 1.3.9 profile identity: name and trust heart in separate flex columns */
.bm-profile-identity{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  width:100%;
  margin:20px 0 8px;
}
.bm-profile-identity-copy{
  min-width:0;
  flex:1 1 auto;
}
.bm-profile-identity-copy h2{
  margin:0!important;
  font-size:clamp(32px,3vw,44px);
  line-height:1.08;
  letter-spacing:-.035em;
  overflow-wrap:anywhere;
}
.bm-profile-identity-heart{
  display:flex;
  flex:0 0 58px;
  width:58px;
  height:58px;
  align-items:center;
  justify-content:center;
}
.bm-profile-identity-heart .bm-trust-heart{
  width:52px;
  height:52px;
  margin:0;
  vertical-align:middle;
  filter:drop-shadow(0 8px 15px rgba(17,183,106,.22));
}
.bm-profile-identity-heart .bm-trust-heart i{
  font-size:50px;
}
.bm-profile-identity-heart .bm-trust-heart.is-unverified{
  filter:drop-shadow(0 6px 12px rgba(78,84,94,.14));
}
.bm-profile-identity-heart .bm-trust-heart.is-pending{
  filter:drop-shadow(0 6px 12px rgba(231,169,39,.2));
}
@media(max-width:700px){
  .bm-profile-identity{gap:14px;margin-top:16px;align-items:flex-start}
  .bm-profile-identity-copy h2{font-size:32px}
  .bm-profile-identity-heart{flex-basis:48px;width:48px;height:48px}
  .bm-profile-identity-heart .bm-trust-heart{width:44px;height:44px}
  .bm-profile-identity-heart .bm-trust-heart i{font-size:42px}
}

.bm-profile-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.bm-profile-title-row .bm-inline-heart{display:flex;align-items:center}
.bm-profile-title-row .bm-inline-heart .bm-verification-heart{width:36px;height:36px}
.bm-profile-identity-heart{display:none}


/* 1.4.2 clickable verification status hearts */
.bm-trust-heart{
  cursor:pointer;
  user-select:none;
  isolation:isolate;
}
.bm-trust-heart i{
  animation:bmTrustHeartbeat 2.35s ease-in-out infinite!important;
  transform-origin:center;
}
.bm-trust-heart.is-unverified i{color:#9aa0aa!important}
.bm-trust-heart.is-pending i{color:#e7a927!important}
.bm-trust-heart.is-verified i{color:#e11d48!important}
.bm-trust-heart.is-unverified b,.bm-trust-heart.is-pending b{
  display:grid!important;
  right:-2px;
  bottom:-1px;
  width:15px;
  height:15px;
  color:#fff;
  background:#252a34;
  border:2px solid #fff;
  box-shadow:0 3px 8px rgba(0,0,0,.28);
  z-index:2;
}
.bm-trust-heart.is-pending b{background:#9a6700}
.bm-trust-heart:focus-visible{outline:3px solid rgba(247,37,89,.35);outline-offset:4px;border-radius:50%}

/* The trust heart beside name and age always matches the text size. */
.bm-profile-title-row .bm-inline-heart{font-size:32px;line-height:1}
.bm-name-link h3 .bm-trust-heart,
.bm-profile-title-row .bm-trust-heart,
.bm-like-card h3 .bm-trust-heart,
.bm-match b .bm-trust-heart{
  display:inline-grid;
  width:1em!important;
  height:1em!important;
  min-width:1em;
  min-height:1em;
  margin-left:.18em!important;
  vertical-align:-.10em!important;
  font-size:inherit!important;
}
.bm-name-link h3 .bm-trust-heart i,
.bm-profile-title-row .bm-trust-heart i,
.bm-like-card h3 .bm-trust-heart i,
.bm-match b .bm-trust-heart i{font-size:1em!important}
.bm-name-link h3 .bm-trust-heart b,
.bm-profile-title-row .bm-trust-heart b,
.bm-like-card h3 .bm-trust-heart b,
.bm-match b .bm-trust-heart b{
  width:.46em;
  height:.46em;
  min-width:14px;
  min-height:14px;
  font-size:max(9px,.25em);
}

.bm-verification-info-dialog{
  position:relative;
  width:min(480px,calc(100vw - 30px));
  margin:8vh auto;
  padding:32px;
  border-radius:26px;
  background:#fff;
  box-shadow:0 28px 90px rgba(29,12,40,.30);
  text-align:center;
}
.bm-verification-info-dialog .bm-modal-x{position:absolute;top:14px;right:16px}
.bm-verification-info-dialog h2{margin:6px 0 10px;font-size:30px}
.bm-verification-info-dialog p{margin:0 0 22px;color:#625967;font-size:16px;line-height:1.65}
.bm-status-dialog-heart{display:flex;justify-content:center;margin:0 auto 12px}
.bm-status-dialog-heart .bm-trust-heart{width:76px;height:76px;margin:0;font-size:72px;pointer-events:none;cursor:default}
.bm-status-dialog-heart .bm-trust-heart i{font-size:72px!important}
.bm-status-dialog-heart .bm-trust-heart b{width:24px;height:24px;font-size:14px}
.bm-verification-info-close{min-width:150px}

/* Brand, trust and send-heart icons use the same gentle heartbeat. */
.bm-brand-heart,.bm-app-footer-heart,.bm-heart-main{
  animation:bmTrustHeartbeat 2.35s ease-in-out infinite;
  transform-origin:center;
}
@media (prefers-reduced-motion:reduce){
  .bm-trust-heart i,.bm-brand-heart,.bm-app-footer-heart,.bm-heart-main{animation:none!important}
}


/* v1.4.3 Discover audience, actions and daily usage */
.bm-page-head{gap:18px}.bm-usage-summary{display:flex;align-items:center;gap:10px;margin-left:auto}.bm-usage-summary>span{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;column-gap:8px;align-items:center;min-width:112px;padding:9px 12px;border:1px solid var(--bm-line);border-radius:15px;background:#fff;box-shadow:0 7px 20px rgba(40,20,50,.06)}.bm-usage-summary i{grid-row:1/3;font-style:normal;font-size:24px;color:var(--bm-accent)}.bm-usage-summary b{font-size:17px;line-height:1}.bm-usage-summary small{font-size:10px;color:#817783;white-space:nowrap}.bm-settings-card .bm-usage-summary{margin:16px 0;justify-content:flex-start}.bm-settings-card .bm-usage-summary>span{min-width:140px}.bm-fixed-sort{display:flex;flex-direction:column;gap:6px;padding:13px;border:1px solid #d8ddea;border-radius:12px;background:#faf8fc}.bm-fixed-sort span{font-weight:800;color:var(--bm-primary)}.bm-fixed-sort small{color:#667085}
@media(max-width:1100px){.bm-page-head .bm-usage-summary{display:none}}
@media(max-width:800px){.bm-daily-quota{right:64px}.bm-settings-card .bm-usage-summary{display:flex;position:static;margin:16px 0;pointer-events:auto;justify-content:flex-start}.bm-settings-card .bm-usage-summary>span{background:#fff;color:#211923;box-shadow:none}}


/* v1.4.4 responsive Discover, wide-screen shell and finite loading states */
body.bm-app-page{overflow-x:hidden}
#bm-app{width:min(1680px,calc(100vw - 32px));max-width:none;position:relative;left:50%;transform:translateX(-50%);margin:26px 0 42px}
.bm-shell{min-height:calc(100dvh - 86px);grid-template-rows:88px minmax(720px,auto)}
.bm-shell #bm-view{max-height:none;overflow:visible;min-height:640px}
.bm-discover-layout{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(520px,1.22fr);gap:28px;align-items:start;max-width:1240px;margin:0 auto}
.bm-discover-layout .bm-hero-small{min-height:640px;margin:0;align-items:flex-start;padding-top:54px}
.bm-discover-layout .bm-hero-small>div:first-child{position:relative;z-index:2}
.bm-discover-layout .bm-hero-small h3{font-size:clamp(32px,3vw,48px);line-height:1.05;max-width:390px}
.bm-discover-layout .bm-hero-small p{font-size:16px;max-width:370px}
.bm-discover-layout #bm-discover-results{min-width:0}
.bm-discover-layout .bm-card-stack{margin-top:0}
.bm-filter-relaxed{display:block;margin-top:20px;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.25);font-size:13px;line-height:1.45}
.bm-history-chip{position:absolute;z-index:7;top:78px;left:20px;padding:7px 11px;border-radius:999px;background:rgba(20,16,24,.72);color:#fff;font-size:12px;font-weight:800;backdrop-filter:blur(12px)}
.bm-discover-empty{min-height:520px;padding:36px;border:1px solid var(--bm-line);border-radius:28px;background:#fff;box-shadow:0 18px 55px rgba(50,22,60,.08)}
.bm-discover-empty>span{font-size:58px;color:var(--bm-primary);line-height:1}
.bm-discover-empty h3{font-size:28px;margin:12px 0 6px}
.bm-discover-empty p{max-width:500px;color:#6f6678;line-height:1.6}
.bm-loading-more{min-height:520px;border:1px solid var(--bm-line);border-radius:28px;background:#fff}
.bm-error-card{min-height:360px;display:grid;place-content:center;text-align:center;padding:34px;border:1px solid #ffd3db;border-radius:24px;background:#fff8fa}
.bm-error-card .bm-primary,.bm-discover-empty .bm-primary{justify-self:center;min-width:190px;margin-top:14px}
@media(min-width:1800px){#bm-app{width:min(1760px,calc(100vw - 56px))}.bm-shell{grid-template-columns:270px minmax(0,1fr)}.bm-discover-layout{max-width:1320px;grid-template-columns:400px 560px;justify-content:center;gap:44px}}
@media(max-width:1250px){.bm-discover-layout{grid-template-columns:1fr;max-width:620px}.bm-discover-layout .bm-hero-small{min-height:180px;margin-bottom:6px;padding:30px 34px;align-items:center}.bm-discover-layout .bm-hero-small h3{font-size:34px;max-width:none}.bm-discover-layout .bm-hero-small p{max-width:520px}.bm-discover-empty{min-height:420px}}
@media(max-width:800px){#bm-app{width:100%;left:auto;transform:none;margin:0}.bm-shell #bm-view{min-height:0}.bm-discover-layout{display:block;max-width:none}.bm-history-chip{top:72px;left:16px;font-size:11px}.bm-discover-empty{min-height:calc(100dvh - 100px);border:0;border-radius:0;background:#111;color:#fff}.bm-discover-empty p{color:#d7d1d8}.bm-loading-more{min-height:calc(100dvh - 100px);border:0;border-radius:0;background:#111;color:#fff}}
@media(min-width:801px){.bm-discover-layout .bm-native-photo{height:clamp(500px,58dvh,620px);min-height:500px}}

/* v1.4.4 full viewport compatibility for OceanWP and other boxed themes */
body.bm-app-page #content-wrap,
body.bm-app-page #primary,
body.bm-app-page #content,
body.bm-app-page .site-content,
body.bm-app-page .content-area,
body.bm-app-page .single-page-article,
body.bm-app-page article.page,
body.bm-app-page article.page .entry-content{
 max-width:none!important;width:100%!important;float:none!important;margin-left:0!important;margin-right:0!important;
}
body.bm-app-page #content-wrap,
body.bm-app-page #primary,
body.bm-app-page article.page .entry-content{padding-left:0!important;padding-right:0!important}
body.bm-app-page #bm-app{width:min(1680px,calc(100vw - 32px));max-width:none;margin:26px 0 42px;position:relative;left:50%;transform:translateX(-50%)}
@media(min-width:1800px){body.bm-app-page #bm-app{width:min(1760px,calc(100vw - 56px))}}
@media(max-width:820px){body.bm-app-page #bm-app{width:100%;margin:0;left:auto;transform:none}}

/* Profile save reliability and feedback (v1.4.5) */
.bm-marriage-fields.is-hidden{display:none!important}
.bm-form-status{display:none;margin:0 0 18px;padding:12px 14px;border-radius:12px;font-weight:750;line-height:1.45}
.bm-form-status:not(:empty){display:block}
.bm-form-status.success{background:#ecfdf3;border:1px solid #9be8b5;color:#126a35}
.bm-form-status.error{background:#fff1f2;border:1px solid #f8a8b2;color:#9f1239}
.bm-form-status.info{background:#eff6ff;border:1px solid #a9cfff;color:#1e4f91}
.bm-field-invalid{border-color:#d92d20!important;box-shadow:0 0 0 3px rgba(217,45,32,.12)!important}
.bm-profile-save-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:18px}
.bm-profile-save-row>small{color:#6b6470;max-width:520px;line-height:1.45}
#bm-save-profile.busy{cursor:wait;opacity:.78}
#bm-region-control,#bm-city-control{display:block;margin-top:6px}
#bm-region-control input,#bm-region-control select,#bm-city-control input,#bm-city-control select{width:100%}
@media(max-width:640px){.bm-profile-save-row{align-items:stretch}.bm-profile-save-row #bm-save-profile{width:100%}}

/* 1.4.8 verification guidance and duplicate-safe chat */
.bm-verification-requirements{margin:18px 0 24px;padding:0;display:grid;gap:9px;list-style:none}
.bm-verification-requirements li{position:relative;padding:11px 14px 11px 42px;border:1px solid #eadfea;border-radius:13px;background:#fff8fb;font-weight:700;color:#403644}
.bm-verification-requirements li::before{content:"!";position:absolute;left:14px;top:50%;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#8f8792;color:#fff;font-size:12px;font-weight:900}
#bm-open-verification:not(:disabled){cursor:pointer}
#bm-send button:disabled{opacity:.68;cursor:wait}
.bm-msg[data-message-id]{contain:content}

/* v1.4.9 Hearts consent, professional chat, account security and gallery navigation */
.bm-top-brand,.bm-account{flex:0 0 auto}
.bm-top-nav{min-width:0;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.bm-top-nav::-webkit-scrollbar{display:none}
.bm-top-nav button{flex:0 0 auto;min-width:max-content;white-space:nowrap;line-height:1.15;padding-inline:14px}
.bm-top-nav button span{white-space:nowrap}
.bm-account{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);color:#fff;border-radius:17px;padding:8px 12px}

.bm-heart-intro{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:20px;padding:25px 28px;border-radius:24px;background:linear-gradient(125deg,#fff3f8,#fff 62%,#f8efff);border:1px solid #f1dbe7;box-shadow:0 14px 38px rgba(73,25,78,.07)}
.bm-heart-intro h3{font-size:28px;margin:5px 0 7px}.bm-heart-intro p{max-width:720px;margin:0;color:#6e6370;line-height:1.55}
.bm-heart-intro>span{width:76px;height:76px;display:grid;place-items:center;flex:0 0 auto;border-radius:24px;background:linear-gradient(135deg,#ff185d,#c526bd);color:#fff;font-size:38px;box-shadow:0 15px 34px rgba(239,27,103,.25);animation:bmTrustHeartbeat 2.35s ease-in-out infinite}
.bm-heart-tabs{margin-bottom:18px}.bm-heart-tabs button{display:flex;align-items:center;gap:8px}.bm-heart-tabs button em{font-style:normal;font-size:10px;padding:4px 8px;border-radius:999px;background:#ff245f;color:#fff}
.bm-heart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.bm-heart-card{display:grid;grid-template-columns:190px minmax(0,1fr);min-width:0;border:1px solid #eadfe8;border-radius:23px;overflow:hidden;background:#fff;box-shadow:0 14px 38px rgba(55,24,62,.08)}
.bm-heart-card.is-pending{border-color:#ffc1d1}.bm-heart-card.is-accepted{border-color:#afe5ca}.bm-heart-card.is-declined{opacity:.78}
.bm-heart-profile{position:relative;border:0;padding:0;background:#f7f2f6;min-height:245px;cursor:pointer;overflow:hidden}
.bm-heart-profile img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.bm-heart-profile:hover img{transform:scale(1.025)}
.bm-heart-card-symbol{position:absolute;right:12px;bottom:12px;width:46px;height:46px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#ff245f,#b620bd);color:#fff;font-size:24px;box-shadow:0 10px 25px rgba(220,31,104,.28)}
.bm-heart-card-body{padding:20px;min-width:0}.bm-heart-card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.bm-heart-card-title h3{margin:0;min-width:0;font-size:22px;line-height:1.25}.bm-heart-card-title h3 .bm-trust-heart{font-size:1em}
.bm-heart-status{flex:0 0 auto;border-radius:999px;padding:6px 9px;background:#fff1f5;color:#a51450;font-size:11px;font-weight:900}.is-accepted .bm-heart-status{background:#e9f9f1;color:#087347}.is-declined .bm-heart-status{background:#f2eff2;color:#716873}
.bm-heart-card-body>p{color:#756c77;margin:8px 0}.bm-heart-card blockquote{margin:14px 0;padding:12px 14px;border-left:3px solid var(--bm-accent);border-radius:0 12px 12px 0;background:#fff7fa;color:#5e4e59;font-style:italic}
.bm-heart-card-body>small{display:block;margin-top:13px;color:#8a818b}.bm-heart-card-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:17px}
.bm-heart-card-actions button{min-height:40px}.bm-heart-decline{border:1px solid #e3d6df;background:#fff;color:#6f5e69;border-radius:12px;padding:10px 14px;font-weight:800}
.bm-empty.compact{min-height:360px}.bm-empty-heart,.bm-empty-chat{font-size:50px;line-height:1;color:var(--bm-accent)}

.bm-list-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:0 0 18px}.bm-list-heading h3{font-size:28px;margin:4px 0}.bm-list-heading p{margin:0;color:#786f7a}
.bm-conversation-list{display:grid;gap:11px;max-width:1050px}
.bm-conversation-card{width:100%;display:grid;grid-template-columns:68px minmax(0,1fr) auto;align-items:center;gap:15px;padding:14px 16px;border:1px solid #e8e0e7;border-radius:18px;background:#fff;text-align:left;cursor:pointer;box-shadow:0 8px 24px rgba(54,27,58,.05);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.bm-conversation-card:hover{transform:translateY(-2px);border-color:#f1a2bf;box-shadow:0 15px 34px rgba(62,24,69,.10)}.bm-conversation-card.has-unread{background:linear-gradient(100deg,#fff4f8,#fff);border-color:#ff91b4}
.bm-conversation-avatar{position:relative;width:62px;height:62px}.bm-conversation-avatar img{width:62px;height:62px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 5px 15px rgba(35,18,40,.16)}.bm-conversation-avatar i{position:absolute;right:-3px;bottom:0;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;border:2px solid #fff;color:#fff;font-style:normal;font-size:12px;font-weight:900}.bm-conversation-avatar i.heart{background:#ed1761}.bm-conversation-avatar i.match{background:#16a66a}
.bm-conversation-main{display:flex;min-width:0;flex-direction:column;gap:4px}.bm-conversation-main>b{font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bm-conversation-main>b .bm-trust-heart{font-size:1em}.bm-conversation-main>em{font-style:normal;color:#544b56;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bm-conversation-main>small{color:#938b94;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bm-conversation-meta{display:flex;flex-direction:column;align-items:flex-end;gap:7px}.bm-conversation-meta time{font-size:11px;color:#8a818b}.bm-conversation-meta i{min-width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#f52663;color:#fff;font-style:normal;font-size:11px;font-weight:900}.bm-conversation-meta strong{color:var(--bm-primary);font-size:12px}

.bm-chat{height:min(720px,calc(100dvh - 250px));min-height:540px;display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;border:1px solid #e8e0e7;border-radius:22px;overflow:hidden;background:#f8f5f8;box-shadow:0 16px 45px rgba(50,22,57,.08)}
.bm-chat-head{display:grid;grid-template-columns:auto 52px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 16px;background:#fff;border-bottom:1px solid #e9e2e8}.bm-chat-head>img{width:50px;height:50px;object-fit:cover;border-radius:50%;border:2px solid #ffe1ec}.bm-chat-head h3{display:flex;align-items:center;gap:6px;margin:0;font-size:18px}.bm-chat-head h3 .bm-trust-heart{font-size:1em}.bm-chat-head p{margin:3px 0 0;color:#827984;font-size:12px}.bm-chat-back{width:39px;height:39px;border:1px solid #e8dfe6;border-radius:12px;background:#fff;font-size:28px;line-height:1;color:#4d4050}.bm-chat-profile{border:1px solid #e4d9e2;background:#fff;border-radius:12px;padding:10px 13px;font-weight:800;color:#5b4c59}
.bm-chat #bm-messages{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:20px 18px;display:flex;flex-direction:column;gap:7px;background:radial-gradient(circle at top left,#fff 0,#faf6fa 46%,#f5f0f5 100%);scrollbar-width:thin}
.bm-msg-row{display:flex;width:100%;align-items:flex-end}.bm-msg-row.mine{justify-content:flex-end}.bm-msg-row.theirs{justify-content:flex-start}
.bm-msg-row .bm-msg{align-self:auto;max-width:min(72%,620px);padding:10px 13px;border-radius:17px 17px 17px 5px;background:#fff;color:#29212b;border:1px solid #e9e1e8;box-shadow:0 4px 13px rgba(48,26,51,.05);overflow-wrap:anywhere}.bm-msg-row.mine .bm-msg{border:0;border-radius:17px 17px 5px 17px;background:linear-gradient(135deg,#7c2ee6,#f20f78);color:#fff;box-shadow:0 7px 18px rgba(186,27,126,.18)}
.bm-msg-row .bm-msg p{margin:0;white-space:pre-wrap;line-height:1.45}.bm-msg-row .bm-msg small{display:flex;justify-content:flex-end;gap:4px;margin-top:5px;font-size:10px;opacity:.68}.bm-msg-row .bm-msg small i{font-style:normal}.bm-message-photo{display:block;border:0;background:transparent;padding:0;margin:0 0 6px;cursor:zoom-in}.bm-message-photo img{display:block;max-width:min(360px,55vw);max-height:360px;border-radius:12px;object-fit:cover}
.bm-chat-day{display:flex;align-items:center;justify-content:center;margin:8px 0}.bm-chat-day span{padding:5px 10px;border-radius:999px;background:rgba(255,255,255,.9);border:1px solid #e7dfe6;color:#817783;font-size:11px;font-weight:800;box-shadow:0 3px 10px rgba(50,30,52,.04)}
.bm-chat #bm-send{margin:0 12px 10px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;padding:8px;border:1px solid #e2d8e0;border-radius:18px;background:#fff;box-shadow:0 7px 20px rgba(56,29,59,.06)}.bm-chat #bm-send input[name="body"]{min-width:0;border:0;outline:0;background:#f7f3f6;border-radius:14px;padding:12px 14px;font-size:14px}.bm-chat #bm-send button{min-width:82px;border-radius:13px;font-weight:900}.bm-chat .bm-attach{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#f6f1f5;color:#423545;font-size:24px}
.bm-chat-safety{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px 11px;color:#827883;font-size:11px}.bm-chat-safety>div{display:flex;gap:10px}.bm-chat-safety button{border:0;background:transparent;color:#7e6f7b;font-weight:800;padding:4px}

.bm-live-message-alert{position:fixed;z-index:100005;right:24px;top:24px;width:min(390px,calc(100vw - 30px));display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;border:1px solid rgba(255,255,255,.28);border-radius:19px;background:linear-gradient(120deg,#271137,#68175e 55%,#e41464);color:#fff;text-align:left;box-shadow:0 22px 60px rgba(32,12,38,.32);transform:translateY(-18px);opacity:0;transition:opacity .22s ease,transform .22s ease;cursor:pointer}.bm-live-message-alert.show{opacity:1;transform:translateY(0)}.bm-live-message-alert img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #fff}.bm-live-message-alert span{display:flex;min-width:0;flex-direction:column}.bm-live-message-alert small{font-size:10px;text-transform:uppercase;letter-spacing:.1em;opacity:.75}.bm-live-message-alert b{font-size:15px}.bm-live-message-alert em{font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.9;font-size:12px}.bm-live-message-alert>i{font-style:normal;font-size:11px;font-weight:900;background:#fff;color:#9d185b;border-radius:999px;padding:7px 9px}

.bm-notification-head>div h3{font-size:28px;margin:4px 0}.bm-notification-head>div p{margin-top:3px}
.bm-notification-list{display:grid;gap:10px;max-width:1000px}.bm-notification{grid-template-columns:58px minmax(0,1fr)!important;padding:14px 16px!important;border-radius:18px!important}.bm-notification-avatar{position:relative;width:52px;height:52px;display:grid;place-items:center}.bm-notification-avatar img{width:52px;height:52px;border-radius:50%;object-fit:cover}.bm-notification-avatar>i{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:#fff0f5;font-style:normal;font-size:22px}.bm-notification-avatar>em{position:absolute;right:-3px;bottom:-1px;width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:#ed1761;color:#fff;border:2px solid #fff;font-style:normal;font-size:11px}.bm-notification-title-row>span small{display:block;text-transform:uppercase;letter-spacing:.08em;color:#9b8793;font-size:9px;font-weight:900}.bm-notification-title-row>span h4{font-size:16px}.bm-notification footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:7px}.bm-notification footer time{font-size:11px;color:#948a94}.bm-notification footer b{font-size:11px;color:var(--bm-primary)}

.bm-account-security{grid-column:1/-1}.bm-account-security>hr{border:0;border-top:1px solid #ece5eb;margin:22px 0}.bm-account-security form{max-width:760px}.bm-account-security form h4{font-size:18px;margin:17px 0 5px}.bm-account-security form p{margin:0 0 14px;color:#756c77}.bm-account-email{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:15px;background:#f8f5f8;margin:15px 0}.bm-account-email div{display:flex;flex-direction:column;min-width:0}.bm-account-email b{overflow-wrap:anywhere}.bm-account-email span{flex:0 0 auto;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:900}.bm-account-email .is-verified{background:#e8f8f0;color:#087249}.bm-account-email .is-unverified{background:#fff2d8;color:#8d5a00}

.bm-profile-main-wrap{position:relative;min-width:0;overflow:hidden;border-radius:20px;background:#181218}.bm-profile-main-wrap>.bm-profile-main-image{display:block;width:100%;height:min(68vh,720px);min-height:440px;object-fit:cover;cursor:pointer}.bm-gallery-prev,.bm-gallery-next{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:44px;height:52px;border:1px solid rgba(255,255,255,.35);border-radius:15px;background:rgba(20,13,21,.45);color:#fff;font-size:34px;line-height:1;backdrop-filter:blur(12px)}.bm-gallery-prev{left:13px}.bm-gallery-next{right:13px}.bm-gallery-counter{position:absolute;z-index:3;right:14px;top:14px;padding:6px 10px;border-radius:999px;background:rgba(12,8,13,.62);color:#fff;font-size:11px;font-weight:900}.bm-profile-main-wrap>small{position:absolute;z-index:3;left:50%;bottom:13px;transform:translateX(-50%);padding:6px 10px;border-radius:999px;background:rgba(12,8,13,.62);color:#fff;white-space:nowrap;font-size:10px}.bm-profile-thumbs{display:flex;gap:8px;overflow-x:auto;padding-top:10px}.bm-profile-thumb{flex:0 0 68px;width:68px;height:68px;border:2px solid transparent;border-radius:12px;overflow:hidden;padding:0;background:#eee;opacity:.7}.bm-profile-thumb.active{border-color:var(--bm-accent);opacity:1}.bm-profile-thumb img{width:100%;height:100%;object-fit:cover}
.bm-photo-progress{position:absolute;z-index:7;right:16px;top:14px;padding:6px 9px;border-radius:999px;background:rgba(0,0,0,.55);color:#fff;font-size:11px;font-weight:900}.bm-photo-hint{position:absolute;z-index:7;left:50%;bottom:188px;transform:translateX(-50%);padding:6px 10px;border-radius:999px;background:rgba(0,0,0,.48);color:#fff;white-space:nowrap;font-size:10px;pointer-events:none;opacity:.84}

@media(max-width:1320px){.bm-topbar{gap:16px;padding-inline:20px}.bm-top-brand{min-width:190px}.bm-account{min-width:150px}.bm-account div{display:none}.bm-heart-grid{grid-template-columns:1fr}.bm-heart-card{grid-template-columns:180px minmax(0,1fr)}}
@media(max-width:900px){.bm-heart-intro{align-items:flex-start}.bm-heart-card{grid-template-columns:150px minmax(0,1fr)}.bm-settings-discover{grid-row:auto}.bm-account-security{grid-column:auto}.bm-chat{height:calc(100dvh - 170px);min-height:520px}}
@media(max-width:800px){
 .bm-mobile-nav{grid-template-columns:repeat(6,1fr)!important}
 .bm-heart-intro{margin:12px 10px;padding:18px;border-radius:20px}.bm-heart-intro h3{font-size:23px}.bm-heart-intro>span{width:56px;height:56px;border-radius:18px;font-size:27px}
 .bm-heart-tabs,.bm-heart-grid,#bm-hearts-content,.bm-list-heading,.bm-conversation-list{margin-left:10px;margin-right:10px}
 .bm-heart-card{grid-template-columns:112px minmax(0,1fr);border-radius:18px}.bm-heart-profile{min-height:210px}.bm-heart-card-body{padding:14px}.bm-heart-card-title{display:block}.bm-heart-status{display:inline-flex;margin-top:7px}.bm-heart-card-title h3{font-size:18px}.bm-heart-card-actions button{flex:1;padding-inline:8px}.bm-heart-card blockquote{font-size:12px}
 .bm-conversation-card{grid-template-columns:54px minmax(0,1fr) auto;padding:11px;gap:10px;border-radius:16px}.bm-conversation-avatar,.bm-conversation-avatar img{width:52px;height:52px}.bm-conversation-main>small{display:none}.bm-conversation-meta strong{display:none}
 .bm-chat{height:calc(100dvh - 100px);min-height:0;border:0;border-radius:0;box-shadow:none}.bm-chat-head{grid-template-columns:auto 44px minmax(0,1fr);padding-top:max(10px,env(safe-area-inset-top))}.bm-chat-head>img{width:42px;height:42px}.bm-chat-profile{display:none}.bm-chat #bm-messages{padding:14px 10px 18px}.bm-msg-row .bm-msg{max-width:84%}.bm-chat #bm-send{margin:0 8px 8px}.bm-chat-safety{padding-inline:10px;flex-wrap:wrap}.bm-chat-safety>span{display:none}
 .bm-live-message-alert{top:max(12px,env(safe-area-inset-top));right:12px;width:calc(100vw - 24px)}
 .bm-profile-main-wrap>.bm-profile-main-image{height:62vh;min-height:390px}.bm-gallery-prev,.bm-gallery-next{width:40px;height:48px}.bm-photo-hint{bottom:164px}
 .bm-account-email{align-items:flex-start;flex-direction:column}
}
@media(max-width:520px){.bm-heart-card{grid-template-columns:1fr}.bm-heart-profile{height:290px;min-height:0}.bm-heart-card-actions{display:grid;grid-template-columns:1fr 1fr}.bm-heart-card-actions .bm-heart-view:first-child{grid-column:1/-1}.bm-notification{grid-template-columns:48px minmax(0,1fr)!important;padding:12px!important}.bm-notification-avatar,.bm-notification-avatar img,.bm-notification-avatar>i{width:44px;height:44px}.bm-notification-title-row>em{display:none}.bm-notification footer b{display:none}.bm-live-message-alert>i{display:none}.bm-live-message-alert{grid-template-columns:48px minmax(0,1fr)}}
@media(prefers-reduced-motion:reduce){.bm-heart-intro>span{animation:none}.bm-heart-profile img,.bm-live-message-alert,.bm-conversation-card{transition:none}}
.bm-shell>aside{overflow-y:auto;overscroll-behavior:contain}
.bm-profile-gallery>.bm-profile-main-wrap{display:block;margin-top:0;overflow:hidden}
.bm-profile-gallery>.bm-profile-thumbs{margin-top:10px}

/* v1.5.0 Stability and design release */
body.bm-app-page #bm-app{max-width:1760px;margin-inline:auto}
@media(min-width:801px){
 .bm-shell{grid-template-rows:88px auto;min-height:calc(100dvh - 44px);overflow:hidden}
 .bm-shell #bm-view{max-height:none;overflow:visible;min-height:680px;padding:30px}
 .bm-shell main{overflow:visible}
 .bm-page-head{position:relative;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(16px)}
}
.bm-topbar{min-width:0}.bm-top-nav{scroll-snap-type:x proximity}.bm-top-nav button{scroll-snap-align:center}.bm-account{flex:0 0 auto}
.bm-discover-v150{grid-template-columns:minmax(250px,320px) minmax(430px,560px);justify-content:center;gap:38px;max-width:1080px}
.bm-discover-guide{position:sticky;top:24px;min-height:520px;padding:34px;border:1px solid #f0e3eb;border-radius:28px;background:linear-gradient(155deg,#fff 0%,#fff7fb 56%,#fff0f5 100%);box-shadow:0 18px 46px rgba(85,28,88,.09);overflow:hidden}
.bm-discover-guide:after{content:"";position:absolute;width:230px;height:230px;right:-95px;bottom:-90px;border-radius:50%;background:linear-gradient(135deg,rgba(124,46,230,.14),rgba(255,31,104,.22));pointer-events:none}
.bm-discover-guide-icon{width:66px;height:66px;display:grid;place-items:center;margin-bottom:24px;border-radius:22px;background:linear-gradient(135deg,#7c2ee6,#f20f78 62%,#ff6750);color:#fff;font-size:31px;box-shadow:0 16px 28px rgba(233,25,113,.22);animation:bmHeartBeat 2.1s ease-in-out infinite}
.bm-discover-guide h3{font-size:32px;line-height:1.08;margin:8px 0 12px;color:#28162d}.bm-discover-guide>p{font-size:15px;line-height:1.55;color:#766b78}.bm-discover-guide ul{list-style:none;margin:26px 0 0;padding:0;display:grid;gap:12px;position:relative;z-index:2}.bm-discover-guide li{display:grid;gap:3px;padding:14px 15px;border:1px solid rgba(94,39,98,.08);border-radius:16px;background:rgba(255,255,255,.78)}.bm-discover-guide li b{font-size:13px}.bm-discover-guide li span{font-size:12px;line-height:1.45;color:#807581}.bm-filter-relaxed{display:block;margin-top:12px;padding:11px 12px;border-radius:13px;background:#fff;border:1px solid #f0e2ea;color:#7d6676;font-size:11px;line-height:1.45}
.bm-discover-mobile-quota{display:none}.bm-card-stack{width:100%;max-width:560px}.bm-native-card{width:100%;max-width:560px;margin-inline:auto;border-radius:28px;transform:translateZ(0)}
.bm-native-photo{height:clamp(540px,64dvh,700px)!important;min-height:540px!important;background:#171218;overflow:hidden;isolation:isolate}
.bm-native-photo-image{position:absolute;z-index:0;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center;cursor:pointer;transition:opacity .18s ease,transform .3s ease;user-select:none;-webkit-user-drag:none}
.bm-photo-changing .bm-native-photo-image{opacity:.62;transform:scale(1.008)}
.bm-native-photo:after{z-index:1}.bm-photo-dots,.bm-photo-progress,.bm-native-menu,.bm-match-chip-top,.bm-history-chip,.bm-native-gradient,.bm-discover-photo-nav{position:absolute}
.bm-photo-dots{z-index:8}.bm-photo-progress{z-index:10}.bm-native-menu{z-index:12}.bm-match-chip-top{z-index:9}.bm-history-chip{z-index:9}.bm-native-gradient{z-index:7;pointer-events:none}.bm-native-gradient button,.bm-native-gradient .bm-trust-heart{pointer-events:auto}
.bm-discover-photo-nav{z-index:11;top:50%;transform:translateY(-50%);width:46px;height:58px;border:1px solid rgba(255,255,255,.32);border-radius:16px;background:rgba(21,13,23,.42);color:#fff;font-size:35px;line-height:1;backdrop-filter:blur(13px);opacity:.78;transition:opacity .18s ease,transform .18s ease,background .18s ease}.bm-discover-photo-nav:hover,.bm-discover-photo-nav:focus-visible{opacity:1;background:rgba(21,13,23,.66)}.bm-discover-photo-nav:active{transform:translateY(-50%) scale(.95)}.bm-discover-photo-nav.prev{left:14px}.bm-discover-photo-nav.next{right:14px}.bm-discover-photo-nav:disabled{display:none}
.bm-photo-hint{z-index:9;bottom:174px;opacity:.68}.bm-history-chip.is-heart_pending{background:rgba(88,45,25,.78)}.bm-history-chip.is-matched,.bm-history-chip.is-heart_accepted{background:rgba(11,103,72,.82)}

.bm-card-counter{margin-top:10px;text-align:center;color:#8a7e8b;font-size:12px;font-weight:800}
@media(min-width:1500px){.bm-discover-v150{grid-template-columns:320px 580px;max-width:1140px;gap:50px}.bm-native-card,.bm-card-stack{max-width:580px}}
@media(max-width:1250px) and (min-width:801px){.bm-discover-v150{grid-template-columns:1fr;max-width:660px}.bm-discover-guide{position:static;min-height:0;padding:24px 26px}.bm-discover-guide-icon{float:left;width:52px;height:52px;border-radius:17px;margin:0 17px 8px 0}.bm-discover-guide h3{font-size:26px}.bm-discover-guide ul{grid-template-columns:repeat(3,1fr);clear:both}.bm-native-card,.bm-card-stack{max-width:600px}}
@media(max-width:800px){
 body.bm-app-page #bm-app{max-width:none}.bm-discover-guide{display:none}.bm-discover-mobile-quota{display:block}.bm-discover-mobile-quota .bm-daily-quota{display:flex}.bm-discover-v150{display:block}.bm-native-photo{height:calc(100dvh - 174px)!important;min-height:520px!important}.bm-native-card{border-radius:0 0 28px 28px}.bm-discover-photo-nav{width:40px;height:52px;font-size:30px;opacity:.58}.bm-discover-photo-nav.prev{left:8px}.bm-discover-photo-nav.next{right:8px}.bm-photo-hint{display:none}.bm-native-gradient{padding:38px 22px 23px}.bm-native-gradient h3{font-size:33px;max-width:calc(100% - 10px)}.bm-card-counter{display:none}
}
@media(max-width:420px){.bm-native-gradient h3{font-size:30px}.bm-discover-photo-nav{opacity:.5}}
@media(prefers-reduced-motion:reduce){.bm-discover-guide-icon{animation:none}.bm-native-photo-image,.bm-discover-photo-nav{transition:none}}

/* v1.5.1 Mobile + tablet visual stability patch */
@media (min-width:801px) and (max-width:1180px){
  body.bm-app-page{background:#f6f2f7!important}
  body.bm-app-page #bm-app{
    width:calc(100vw - 24px)!important;
    margin:12px 0 28px!important;
  }
  .bm-shell{
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:78px auto!important;
    grid-template-areas:"top" "main"!important;
    min-height:calc(100dvh - 24px)!important;
    border-radius:24px!important;
  }
  .bm-shell>aside,.bm-shell .bm-app-footer{display:none!important}
  .bm-topbar{
    min-width:0!important;
    height:78px!important;
    padding:0 16px!important;
    gap:14px!important;
  }
  .bm-top-brand{min-width:180px!important;flex:0 0 180px!important}
  .bm-top-brand b{font-size:19px!important}
  .bm-top-brand small{font-size:10px!important}
  .bm-brand-heart{width:40px!important;height:40px!important;border-radius:13px!important}
  .bm-top-nav{
    display:flex!important;
    min-width:0!important;
    justify-content:flex-start!important;
    overflow-x:auto!important;
    overscroll-behavior-x:contain;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
    padding:5px 0!important;
  }
  .bm-top-nav::-webkit-scrollbar{display:none}
  .bm-top-nav button{
    flex:0 0 auto!important;
    padding:10px 12px!important;
    gap:6px!important;
    font-size:13px!important;
    white-space:nowrap!important;
  }
  .bm-account{min-width:54px!important;width:54px!important;justify-content:center!important}
  .bm-account img{width:42px!important;height:42px!important}
  .bm-account div,.bm-account .bm-account-arrow{display:none!important}
  .bm-page-head{min-height:82px!important;padding:16px 22px!important}
  .bm-page-head h2{font-size:27px!important}
  .bm-page-head .bm-usage-summary{display:none!important}
  .bm-profile-meter{gap:9px!important}
  .bm-profile-meter>div:last-child{max-width:190px}
  .bm-meter-ring{width:56px!important;height:56px!important}
  .bm-shell #bm-view{
    padding:22px!important;
    min-height:calc(100dvh - 160px)!important;
    background:linear-gradient(180deg,#fff 0%,#fcf8fb 100%)!important;
  }
  .bm-discover-v150{display:block!important;max-width:660px!important;margin-inline:auto!important}
  .bm-discover-guide{display:none!important}
  .bm-card-stack,.bm-native-card{max-width:620px!important}
  .bm-native-card{border-radius:28px!important;box-shadow:0 24px 60px rgba(44,20,49,.16)!important}
  .bm-native-photo{height:clamp(560px,68dvh,720px)!important;min-height:540px!important}
  
  
  
  
  
  .bm-settings-grid,.bm-dashboard-grid{grid-template-columns:1fr!important}
  .bm-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .bm-chat{height:calc(100dvh - 190px)!important;min-height:560px!important}
}

@media (max-width:800px){
  html:has(body.bm-app-page),body.bm-app-page,
  body.bm-app-page #outer-wrap,body.bm-app-page #wrap,
  body.bm-app-page #main,body.bm-app-page #content-wrap,
  body.bm-app-page #primary,body.bm-app-page #content,
  body.bm-app-page .site-content,body.bm-app-page .content-area,
  body.bm-app-page article.page,body.bm-app-page article.page .entry-content{
    background:#f7f3f7!important;
  }
  body.bm-app-page{
    min-height:100dvh!important;
    overflow-x:hidden!important;
  }
  body.bm-app-page #bm-app{
    width:100%!important;
    min-height:100dvh!important;
    margin:0!important;
    left:auto!important;
    transform:none!important;
    background:#f7f3f7!important;
  }
  .bm-shell{
    display:block!important;
    min-height:100dvh!important;
    padding:0 0 calc(92px + env(safe-area-inset-bottom))!important;
    border:0!important;
    border-radius:0!important;
    background:linear-gradient(180deg,#fff8fc 0%,#f7f3f7 54%,#f3eef4 100%)!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  .bm-shell>header,.bm-shell>aside,.bm-shell .bm-page-head,.bm-shell .bm-app-footer{display:none!important}
  .bm-shell>main{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    overflow:visible!important;
  }
  .bm-shell #bm-view{
    min-height:calc(100dvh - 92px)!important;
    padding:0!important;
    overflow:visible!important;
    background:transparent!important;
  }
  .bm-discover-v150,.bm-discover-layout{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
  }
  .bm-discover-guide{display:none!important}
  .bm-discover-mobile-quota{
    display:block!important;
    position:sticky!important;
    z-index:80!important;
    top:0!important;
    margin:0!important;
    padding:calc(10px + env(safe-area-inset-top)) 12px 10px!important;
    background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,241,247,.98))!important;
    border-bottom:1px solid rgba(112,54,97,.10)!important;
    box-shadow:0 8px 24px rgba(52,25,57,.07)!important;
    backdrop-filter:blur(20px)!important;
  }
  .bm-discover-mobile-quota .bm-daily-quota,
  .bm-daily-quota{
    position:static!important;
    inset:auto!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
    margin:0!important;
    pointer-events:auto!important;
  }
  .bm-daily-quota span{
    min-width:0!important;
    min-height:42px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    padding:8px 10px!important;
    border:1px solid #eadfe7!important;
    border-radius:14px!important;
    background:#fff!important;
    color:#3a303d!important;
    font-size:11px!important;
    line-height:1.25!important;
    text-align:center!important;
    white-space:normal!important;
    box-shadow:0 6px 18px rgba(51,27,55,.07)!important;
  }
  .bm-daily-quota span b{font-size:14px!important;color:#1f1722!important}
  .bm-card-stack{
    width:100%!important;
    max-width:none!important;
    min-height:0!important;
    margin:0!important;
    padding:12px 12px 0!important;
    overflow:visible!important;
  }
  .bm-stack-back,.bm-card-counter{display:none!important}
  .bm-native-card{
    width:100%!important;
    max-width:620px!important;
    margin:0 auto!important;
    border:1px solid rgba(75,39,72,.10)!important;
    border-radius:24px!important;
    background:#fff!important;
    color:#2e2531!important;
    box-shadow:0 18px 46px rgba(43,20,48,.16)!important;
    overflow:hidden!important;
  }
  .bm-native-photo{
    height:clamp(500px,calc(100dvh - 250px),690px)!important;
    min-height:0!important;
    border-radius:0!important;
    background:#e9e2e8!important;
  }
  .bm-native-photo:after{
    background:linear-gradient(180deg,rgba(13,8,15,.02) 38%,rgba(13,8,15,.18) 58%,rgba(13,8,15,.88) 100%)!important;
  }
  .bm-photo-dots{top:12px!important;left:14px!important;right:68px!important;gap:4px!important}
  .bm-photo-dots i{height:3px!important;background:rgba(255,255,255,.48)!important}
  .bm-photo-dots i.active{background:#fff!important;box-shadow:0 1px 5px rgba(0,0,0,.25)!important}
  .bm-photo-progress{
    top:13px!important;
    right:67px!important;
    padding:5px 8px!important;
    background:rgba(24,16,25,.62)!important;
    font-size:10px!important;
  }
  .bm-native-menu{
    top:12px!important;
    right:13px!important;
    width:42px!important;
    height:42px!important;
    border:1px solid rgba(255,255,255,.45)!important;
    background:rgba(255,255,255,.88)!important;
    color:#352b38!important;
    box-shadow:0 7px 20px rgba(0,0,0,.15)!important;
  }
  .bm-match-chip-top{
    top:54px!important;
    left:15px!important;
    padding:7px 11px!important;
    font-size:12px!important;
    box-shadow:0 8px 22px rgba(62,20,62,.20)!important;
  }
  .bm-history-chip{
    top:94px!important;
    left:15px!important;
    max-width:calc(100% - 30px)!important;
    padding:7px 11px!important;
    font-size:11px!important;
    white-space:normal!important;
  }
  .bm-discover-photo-nav{
    width:40px!important;
    height:50px!important;
    border-radius:15px!important;
    background:rgba(255,255,255,.76)!important;
    border:1px solid rgba(255,255,255,.75)!important;
    color:#332836!important;
    opacity:.84!important;
    box-shadow:0 8px 24px rgba(0,0,0,.14)!important;
    backdrop-filter:blur(14px)!important;
  }
  .bm-discover-photo-nav.prev{left:8px!important}
  .bm-discover-photo-nav.next{right:8px!important}
  .bm-photo-hint{display:none!important}
  .bm-native-gradient{
    padding:72px 20px 22px!important;
    background:linear-gradient(180deg,transparent,rgba(12,8,14,.08))!important;
  }
  .bm-native-gradient h3{
    max-width:100%!important;
    margin:10px 0 8px!important;
    font-size:clamp(29px,8vw,36px)!important;
    line-height:1.04!important;
    letter-spacing:-.025em!important;
  }
  .bm-native-gradient p{margin-bottom:10px!important;font-size:14px!important}
  .bm-native-chips{gap:7px!important}
  .bm-native-chips span{
    padding:7px 10px!important;
    background:rgba(20,13,22,.64)!important;
    border:1px solid rgba(255,255,255,.10)!important;
    font-size:12px!important;
  }
  
  
  
  
  
  
  
  
  .bm-mobile-nav{
    position:fixed!important;
    z-index:9999!important;
    left:10px!important;
    right:10px!important;
    bottom:max(8px,env(safe-area-inset-bottom))!important;
    height:74px!important;
    display:grid!important;
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    gap:3px!important;
    padding:7px!important;
    border:1px solid rgba(68,35,64,.13)!important;
    border-radius:25px!important;
    background:rgba(255,255,255,.94)!important;
    box-shadow:0 18px 48px rgba(36,18,40,.22)!important;
    backdrop-filter:blur(24px) saturate(1.25)!important;
  }
  .bm-mobile-nav button{
    position:relative!important;
    min-width:0!important;
    min-height:58px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:3px!important;
    padding:5px 2px!important;
    border:0!important;
    border-radius:18px!important;
    background:transparent!important;
    color:#5f5562!important;
    box-shadow:none!important;
  }
  .bm-mobile-nav button.active{
    background:linear-gradient(145deg,#fff0f5,#fff8fa)!important;
    color:#e21d66!important;
    box-shadow:inset 0 0 0 1px rgba(238,30,105,.09)!important;
  }
  .bm-mobile-nav button i{font-size:22px!important;line-height:1!important}
  .bm-mobile-nav button span{
    display:block!important;
    max-width:100%!important;
    color:inherit!important;
    font-size:9px!important;
    line-height:1!important;
    font-weight:800!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  .bm-mobile-nav .bm-nav-count{
    top:2px!important;
    right:6px!important;
    min-width:18px!important;
    height:18px!important;
    padding:0 4px!important;
    border:2px solid #fff!important;
    font-size:9px!important;
  }
  .bm-discover-empty,.bm-loading-more,.bm-error-card{
    min-height:calc(100dvh - 190px)!important;
    margin:12px!important;
    padding:30px 22px!important;
    border:1px solid #ebdfe7!important;
    border-radius:24px!important;
    background:#fff!important;
    color:#2e2531!important;
    box-shadow:0 16px 40px rgba(43,20,48,.10)!important;
  }
  .bm-discover-empty p,.bm-loading-more p{color:#766d78!important}
  .bm-start-shell{
    min-height:100dvh!important;
    padding:12px 12px calc(94px + env(safe-area-inset-bottom))!important;
    background:linear-gradient(180deg,#fff7fb,#f3eef4)!important;
  }
  .bm-start-card{
    border-radius:24px!important;
    background:linear-gradient(110deg,#f2eaf0 25%,#fff 38%,#f2eaf0 52%)!important;
    box-shadow:0 16px 42px rgba(43,20,48,.10)!important;
  }
  .bm-start-nav{display:none!important}
  .bm-profile-editor,.bm-settings-grid,.bm-dashboard-grid,
  .bm-heart-grid,.bm-conversation-list,.bm-notification-list,
  .bm-match-list,.bm-biodata-builder{
    width:auto!important;
    max-width:none!important;
    margin-left:10px!important;
    margin-right:10px!important;
  }
  .bm-profile-editor{padding-top:12px!important;gap:14px!important}
  .bm-profile-editor>section,.bm-profile-editor>form,
  .bm-settings-card,.bm-completion-card,.bm-heart-card,
  .bm-conversation-card,.bm-notification,.bm-match{
    border-radius:18px!important;
    box-shadow:0 10px 28px rgba(47,25,51,.07)!important;
  }
  .bm-form-grid{grid-template-columns:1fr!important;gap:0!important}
  .bm-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .bm-chat{
    height:calc(100dvh - 92px - env(safe-area-inset-bottom))!important;
    min-height:0!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:#f7f3f7!important;
    box-shadow:none!important;
  }
  .bm-chat-head{background:rgba(255,255,255,.97)!important;backdrop-filter:blur(18px)!important}
  .bm-chat #bm-messages{background:linear-gradient(180deg,#fbf8fb,#f3eef4)!important}
  .bm-chat #bm-send{margin-bottom:10px!important}
  .bm-live-message-alert{top:max(10px,env(safe-area-inset-top))!important}
  .bm-toast{bottom:calc(94px + env(safe-area-inset-bottom))!important;max-width:calc(100vw - 28px)!important;text-align:center!important}
  .bm-modal{padding:14px!important;place-content:center!important}
  .bm-modal form,.bm-payment-sheet{max-height:calc(100dvh - 28px)!important;overflow:auto!important}
}

@media (max-width:430px){
  .bm-discover-mobile-quota{padding-left:8px!important;padding-right:8px!important}
  .bm-daily-quota{gap:6px!important}
  .bm-daily-quota span{padding:7px 6px!important;font-size:10px!important}
  .bm-daily-quota span b{font-size:13px!important}
  .bm-card-stack{padding:8px 8px 0!important}
  .bm-native-card{border-radius:20px!important}
  .bm-native-photo{height:clamp(470px,calc(100dvh - 238px),640px)!important}
  .bm-native-gradient{padding:68px 16px 18px!important}
  .bm-native-gradient h3{font-size:29px!important}
  
  
  .bm-mobile-nav{left:7px!important;right:7px!important;height:70px!important;border-radius:23px!important}
  .bm-mobile-nav button{min-height:54px!important;border-radius:16px!important}
  .bm-mobile-nav button i{font-size:20px!important}
  .bm-mobile-nav button span{font-size:8px!important}
}

@media (max-width:800px) and (orientation:landscape){
  .bm-discover-mobile-quota{position:relative!important;padding-top:8px!important}
  .bm-native-photo{height:max(340px,calc(100dvh - 150px))!important;min-height:340px!important}
  .bm-native-gradient{padding-bottom:18px!important}
  
  
  .bm-mobile-nav{height:66px!important}
}
@media (max-width:800px){
  .bm-shell #bm-view:not(:has(.bm-discover-layout)){
    padding-top:calc(10px + env(safe-area-inset-top))!important;
  }
}


/* v1.5.2 Optional Marriage Biodata profile fields */
.bm-optional-biodata{margin-top:26px;padding:24px;border:1px solid rgba(247,37,89,.15);border-radius:20px;background:linear-gradient(145deg,#fff 0%,rgba(247,37,89,.035) 100%)}
.bm-optional-biodata-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px}
.bm-optional-biodata-head h3{margin:4px 0 5px;font-size:21px}
.bm-optional-biodata-head p{margin:0;color:#6d6672;max-width:720px}
.bm-education-history{margin-top:24px;padding-top:22px;border-top:1px solid #ece7ec}
.bm-education-history-head{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:14px}
.bm-education-history-head h4{margin:0 0 4px;font-size:17px}
.bm-education-history-head p{margin:0;color:#726b76;font-size:13px}
#bm-education-history-list{display:grid;gap:12px}
.bm-education-entry{position:relative;display:grid;grid-template-columns:1.05fr .42fr 1.35fr auto;gap:12px;align-items:end;padding:15px;border:1px solid #e9e3e9;border-radius:15px;background:#fff;box-shadow:0 7px 22px rgba(33,18,36,.045)}
.bm-education-entry label{margin:0!important}
.bm-remove-education{width:38px;height:42px;border:1px solid #eadde2;border-radius:10px;background:#fff5f7;color:#b6244f;font-size:22px;line-height:1;cursor:pointer}
.bm-remove-education:hover{background:#ffe6ed}
@media(max-width:900px){.bm-education-entry{grid-template-columns:1fr 1fr}.bm-education-entry label:nth-child(3){grid-column:1/-1}.bm-remove-education{position:absolute;right:10px;top:10px;width:34px;height:34px}.bm-education-entry{padding-top:52px}}
@media(max-width:600px){.bm-optional-biodata{padding:17px;margin-inline:-2px}.bm-optional-biodata-head,.bm-education-history-head{display:grid}.bm-education-history-head .bm-secondary{width:100%}.bm-education-entry{grid-template-columns:1fr}.bm-education-entry label:nth-child(3){grid-column:auto}}

/* v1.5.3 Repeatable sibling details and secure Biodata sharing */
.bm-sibling-history{margin-top:24px;padding-top:22px;border-top:1px solid #ece7ec}
.bm-sibling-history-head{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:14px}
.bm-sibling-history-head h4{margin:0 0 4px;font-size:17px}
.bm-sibling-history-head p{margin:0;color:#726b76;font-size:13px}
#bm-sibling-history-list{display:grid;gap:12px}
.bm-sibling-entry{position:relative;display:grid;grid-template-columns:.62fr 1fr 1.15fr auto;gap:12px;align-items:end;padding:15px;border:1px solid #e9e3e9;border-radius:15px;background:#fff;box-shadow:0 7px 22px rgba(33,18,36,.045)}
.bm-sibling-entry label{margin:0!important}
.bm-remove-sibling{width:38px;height:42px;border:1px solid #eadde2;border-radius:10px;background:#fff5f7;color:#b6244f;font-size:22px;line-height:1;cursor:pointer}
.bm-remove-sibling:hover{background:#ffe6ed}
.bm-empty-inline{margin:0;padding:14px;border:1px dashed #ddd2da;border-radius:12px;color:#776d76;background:#fff}
.bm-biodata-actions{grid-template-columns:repeat(4,minmax(0,1fr))}
.bm-biodata-share-modal .bm-share-sheet{width:min(620px,94vw);max-height:min(760px,90dvh);overflow:auto;background:#fff;border-radius:24px;padding:24px;position:relative;box-shadow:0 30px 90px rgba(24,8,34,.3)}
.bm-share-sheet h3{margin:4px 0 6px;font-size:25px}.bm-share-sheet>p{margin:0 0 18px;color:#6c6570}
.bm-share-balance{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-radius:13px;background:#fff4f7;margin-bottom:14px;font-weight:800}
.bm-share-recipient-list{display:grid;gap:10px}.bm-share-recipient{display:grid;grid-template-columns:52px 1fr auto;gap:12px;align-items:center;padding:11px;border:1px solid #eee5eb;border-radius:15px;background:#fff;text-align:left}
.bm-share-recipient img{width:52px;height:52px;border-radius:50%;object-fit:cover;background:#f3edf2}.bm-share-recipient b{display:block}.bm-share-recipient small{color:#817780}
.bm-share-recipient button{border:0;border-radius:11px;padding:10px 13px;background:linear-gradient(135deg,var(--bm-primary),var(--bm-primary-2));color:#fff;font-weight:850;cursor:pointer}.bm-share-recipient button:disabled{background:#ece8eb;color:#807780;cursor:not-allowed}
.bm-biodata-library{margin-top:22px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.bm-biodata-library section{background:#fff;border:1px solid #ebeef3;border-radius:20px;padding:20px}.bm-biodata-library h4{margin:0 0 12px}.bm-biodata-library-list{display:grid;gap:9px}.bm-biodata-library-item{display:grid;grid-template-columns:44px 1fr auto;gap:10px;align-items:center;padding:10px;border:1px solid #eee8ed;border-radius:13px;background:#fff}.bm-biodata-library-item img{width:44px;height:44px;border-radius:50%;object-fit:cover}.bm-biodata-library-item small{display:block;color:#7e747d}.bm-biodata-library-item button{border:0;border-radius:9px;padding:8px 10px;background:#f7edf4;color:#7f2755;font-weight:800;cursor:pointer}
@media(max-width:1100px){.bm-biodata-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.bm-sibling-entry{grid-template-columns:1fr 1fr}.bm-sibling-entry label:nth-child(3){grid-column:1/-1}.bm-remove-sibling{position:absolute;right:10px;top:10px;width:34px;height:34px}.bm-sibling-entry{padding-top:52px}.bm-biodata-library{grid-template-columns:1fr}}
@media(max-width:600px){.bm-sibling-history-head{display:grid}.bm-sibling-history-head .bm-secondary{width:100%}.bm-sibling-entry{grid-template-columns:1fr}.bm-sibling-entry label:nth-child(3){grid-column:auto}.bm-biodata-actions{grid-template-columns:1fr}.bm-share-recipient{grid-template-columns:46px 1fr}.bm-share-recipient img{width:46px;height:46px}.bm-share-recipient button{grid-column:1/-1;width:100%}}

/* v1.5.4 Photo clarity, Like/Heart semantics and Biodata residency details */
@keyframes bmHeartBeat154{
  0%,100%{transform:scale(1)}
  12%{transform:scale(1.18)}
  24%{transform:scale(.98)}
  36%{transform:scale(1.12)}
  52%{transform:scale(1)}
}
.bm-heart-symbol,
[data-view="hearts"]>i,
.bm-heart-card-symbol,
.bm-heart-intro>span,
.bm-empty-heart,
.bm-biodata-actions article>span:last-of-type{
  color:#e11d48!important;
  transform-origin:center;
  animation:bmHeartBeat154 2.15s ease-in-out infinite;
}
.bm-heart-symbol{display:inline-grid;place-items:center;font-style:normal;font-size:1.45em;line-height:1}
.bm-like-symbol{display:inline-grid;place-items:center;font-style:normal;font-size:1.25em;line-height:1}
.bm-usage-summary .is-hearts{border-color:rgba(225,29,72,.18);background:linear-gradient(145deg,#fff,#fff7f9)}
.bm-usage-summary .is-likes{border-color:rgba(38,119,214,.16);background:linear-gradient(145deg,#fff,#f7fbff)}
.bm-usage-summary .is-likes .bm-like-symbol{filter:saturate(.88)}
.bm-daily-quota span{display:inline-flex;align-items:center;gap:6px}
.bm-daily-quota .bm-heart-symbol{color:#e11d48!important}
.bm-daily-quota .bm-like-symbol{font-size:1.05em}


.bm-top-nav [data-view="hearts"]>i,
aside [data-view="hearts"]>i,
.bm-mobile-nav [data-view="hearts"]>i{font-size:1.08em!important}
.bm-name-link h3 .bm-trust-heart,
.bm-profile-title-row .bm-trust-heart,
.bm-like-card h3 .bm-trust-heart,
.bm-match b .bm-trust-heart,
.bm-heart-card-title h3 .bm-trust-heart,
.bm-conversation-main>b .bm-trust-heart,
.bm-chat-head h3 .bm-trust-heart{
  width:1em!important;height:1em!important;margin-left:.22em!important;vertical-align:-.12em!important;font-size:1em!important
}
.bm-name-link h3 .bm-trust-heart i,
.bm-profile-title-row .bm-trust-heart i,
.bm-like-card h3 .bm-trust-heart i,
.bm-match b .bm-trust-heart i,
.bm-heart-card-title h3 .bm-trust-heart i,
.bm-conversation-main>b .bm-trust-heart i,
.bm-chat-head h3 .bm-trust-heart i{font-size:1em!important;line-height:1!important}
.bm-profile-photos-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}
.bm-profile-photos-head h3{margin:0 0 4px}.bm-profile-photos-head p{margin:0;color:#756d78;font-size:13px}
.bm-photo-upload-count{display:grid;grid-template-columns:auto auto;align-items:center;column-gap:7px;min-width:148px;padding:12px 15px;border:1px solid rgba(247,37,89,.16);border-radius:16px;background:linear-gradient(145deg,#fff,#fff5f8);box-shadow:0 8px 22px rgba(50,18,42,.06)}
.bm-photo-upload-count b{grid-row:1/3;font-size:30px;line-height:1;color:var(--bm-accent)}
.bm-photo-upload-count span{font-weight:850;color:#302633}.bm-photo-upload-count small{color:#817783}
.bm-photo-item:first-child{outline:3px solid rgba(247,37,89,.16);outline-offset:2px}
.bm-photo-item>b{background:linear-gradient(135deg,#e11d48,#f72559)!important;color:#fff!important;border:0!important;box-shadow:0 5px 14px rgba(225,29,72,.25)}
.bm-photo-progress,.bm-gallery-counter{font-variant-numeric:tabular-nums;font-weight:900;letter-spacing:.02em}
@media(max-width:700px){
  .bm-profile-photos-head{align-items:stretch;display:grid}
  .bm-photo-upload-count{justify-self:stretch;grid-template-columns:auto 1fr;min-width:0}
}
@media(prefers-reduced-motion:reduce){
  .bm-heart-symbol,[data-view="hearts"]>i,.bm-heart-card-symbol,.bm-heart-intro>span,.bm-empty-heart{animation:none!important}
}

/* Biodata share design selection and reliable shared PDF actions */
.bm-share-designs{margin:0 0 14px}.bm-share-designs>span{display:block;margin-bottom:8px;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:#635869}.bm-share-designs>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.bm-share-design{display:grid;gap:7px;justify-items:start;padding:10px;border:1px solid #e7dfe6;border-radius:13px;background:#fff;color:#302835;cursor:pointer;text-align:left}.bm-share-design.active{border-color:var(--bm-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--bm-primary) 13%,transparent)}.bm-share-design i{display:block;width:100%;height:34px;border-radius:8px}.bm-share-design i.royal{background:linear-gradient(135deg,#f8fafc 35%,#315b8a)}.bm-share-design i.rose{background:linear-gradient(135deg,#fff9f7 35%,#d76a8a)}.bm-share-design i.minimal{background:linear-gradient(135deg,#fff 35%,#b9b4be)}.bm-share-design b{font-size:12px}.bm-shared-design-summary{display:flex;align-items:center;justify-content:space-between;padding:13px 15px;margin-bottom:14px;border-radius:13px;background:#fff4f7}.bm-shared-design-summary span{color:#796d77}.bm-shared-pdf-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.bm-shared-pdf-actions a{display:flex;align-items:center;justify-content:center;text-decoration:none;min-height:44px}.bm-share-balance b{color:#e61f57;font-size:1.08em}
@media(max-width:600px){.bm-share-designs>div{grid-template-columns:1fr}.bm-share-design{grid-template-columns:72px 1fr;align-items:center}.bm-share-design i{width:72px}.bm-shared-pdf-actions{grid-template-columns:1fr}}


/* v1.5.7 Mobile readability, reliable gallery interaction and shared PDF actions */
.bm-native-gradient{
  background:linear-gradient(180deg,rgba(7,5,9,0) 0%,rgba(7,5,9,.20) 25%,rgba(7,5,9,.90) 76%,rgba(7,5,9,.98) 100%)!important;
}
.bm-native-gradient h3{
  display:flex!important;align-items:baseline!important;flex-wrap:wrap!important;
  column-gap:.10em!important;row-gap:.08em!important;
  text-shadow:0 2px 12px rgba(0,0,0,.72)!important;
}
.bm-native-gradient>p{
  display:inline-flex!important;align-items:center!important;max-width:100%!important;
  padding:7px 10px!important;margin:0 0 10px!important;
  border:1px solid rgba(255,255,255,.18)!important;border-radius:999px!important;
  background:rgba(8,6,10,.58)!important;color:#fff!important;font-weight:800!important;
  line-height:1.25!important;text-shadow:0 1px 7px rgba(0,0,0,.75)!important;
  backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;
}
.bm-native-chips span{
  background:rgba(8,6,10,.72)!important;border:1px solid rgba(255,255,255,.22)!important;
  color:#fff!important;font-weight:800!important;opacity:1!important;
  text-shadow:0 1px 5px rgba(0,0,0,.65)!important;box-shadow:0 4px 16px rgba(0,0,0,.16)!important;
}
.bm-name-link h3 .bm-trust-heart{
  width:1.12em!important;height:1.12em!important;min-width:1.12em!important;min-height:1.12em!important;
  margin-left:.12em!important;vertical-align:-.13em!important;
}
.bm-name-link h3 .bm-trust-heart i{font-size:1.12em!important;line-height:1!important}
.bm-native-photo{cursor:pointer!important;touch-action:pan-y!important}
.bm-native-photo-image{pointer-events:none!important}
.bm-native-gradient,.bm-native-menu,.bm-discover-photo-nav,.bm-photo-progress,.bm-photo-dots{cursor:default}
.bm-shared-pdf-actions button{width:100%;min-height:46px;border:0;border-radius:12px;font-weight:900;cursor:pointer}
.bm-shared-pdf-actions button:disabled{opacity:.62;cursor:wait}

@media(max-width:800px){
  .bm-native-card{border-radius:22px!important;overflow:hidden!important;background:#fff!important}
  .bm-native-photo{min-height:0!important;height:clamp(500px,calc(100dvh - 205px),720px)!important}
  .bm-native-gradient{padding:92px 18px 19px!important}
  .bm-native-gradient h3{font-size:clamp(29px,8.2vw,38px)!important;margin-bottom:9px!important}
  .bm-native-gradient>p{font-size:13px!important;white-space:normal!important}
  .bm-native-chips{gap:7px!important}
  .bm-native-chips span{padding:7px 11px!important;font-size:12px!important}
  .bm-photo-progress{top:13px!important;right:62px!important;background:rgba(10,7,12,.72)!important;border:1px solid rgba(255,255,255,.22)!important;font-size:12px!important}
  .bm-discover-photo-nav{display:grid!important;place-items:center!important;background:rgba(10,7,12,.62)!important;color:#fff!important;border-color:rgba(255,255,255,.30)!important;opacity:1!important}
  
  .bm-discover-mobile-quota .bm-daily-quota{padding-inline:10px!important}
  .bm-discover-mobile-quota .bm-daily-quota span{flex:1 1 0!important;justify-content:center!important;min-width:0!important;white-space:nowrap!important}
}
@media(max-width:420px){
  .bm-native-photo{height:clamp(470px,calc(100dvh - 196px),650px)!important}
  .bm-native-gradient{padding:88px 15px 16px!important}
  .bm-native-gradient h3{font-size:clamp(28px,8.5vw,34px)!important}
  .bm-native-gradient>p{font-size:12px!important;padding:6px 9px!important}
  .bm-native-chips span{font-size:11px!important;padding:6px 9px!important}
}

/* v1.5.8 — unified typography, responsive shell, readable Hearts and stable mobile viewport */
#bm-app,.bm-app{--bm-type-xs:11px;--bm-type-sm:12px;--bm-type-md:14px;--bm-type-lg:17px;--bm-type-xl:26px;--bm-radius-sm:12px;--bm-radius-md:17px;--bm-radius-lg:24px;font-size:var(--bm-type-md);line-height:1.45;color:#2e2632}
#bm-app{width:min(1580px,calc(100vw - 28px));margin:20px 0 36px;overflow:visible}
.bm-shell{grid-template-columns:226px minmax(0,1fr);grid-template-rows:78px minmax(640px,auto) auto;border-radius:22px}
.bm-shell main,.bm-shell #bm-view,.bm-topbar,.bm-top-nav,.bm-page-head{min-width:0}
.bm-shell #bm-view{padding:22px;max-height:none;overflow:visible}
.bm-topbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;padding:0 18px;min-height:78px}
.bm-top-brand{min-width:188px;gap:10px;padding-right:0}.bm-top-brand:after{height:32px;margin-left:6px}
.bm-brand-heart{width:40px;height:40px;border-radius:13px;font-size:20px}.bm-top-brand b{font-size:19px;line-height:1.1}.bm-top-brand small{font-size:10px}
.bm-top-nav{gap:3px;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:4px 0}
.bm-top-nav::-webkit-scrollbar{display:none}.bm-top-nav button{flex:0 0 auto;min-width:max-content;padding:10px 11px;gap:6px;border-radius:11px;font-size:12px;line-height:1;white-space:nowrap}.bm-top-nav button i{font-size:15px;line-height:1}.bm-top-nav button span{white-space:nowrap}
.bm-account{min-width:0;max-width:170px;padding:7px 9px;gap:8px;border-radius:15px;overflow:hidden}.bm-account img{width:40px;height:40px;flex:0 0 40px}.bm-account>div{min-width:0}.bm-account b,.bm-account small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bm-account b{font-size:13px}.bm-account small{font-size:10px}.bm-account-arrow{font-size:13px}
.bm-shell>aside{padding:18px}.bm-shell>aside nav{gap:4px}.bm-shell>aside nav button{padding:11px 12px;gap:10px;font-size:13px}.bm-shell>aside nav button i{font-size:17px}.bm-ghost{font-size:13px}
.bm-page-head{min-height:82px;padding:15px 22px;gap:14px}.bm-page-head h2{font-size:clamp(23px,1.9vw,28px);line-height:1.1;margin:2px 0}.bm-kicker{font-size:10px;letter-spacing:.14em}
.bm-usage-summary{gap:8px}.bm-usage-summary>span{min-width:100px;padding:8px 10px;border-radius:13px}.bm-usage-summary i{font-size:20px}.bm-usage-summary b{font-size:15px}.bm-usage-summary small{font-size:9px}
.bm-profile-meter{min-width:210px;gap:10px}.bm-profile-meter>div:last-child b{font-size:16px}.bm-profile-meter>div:last-child small{font-size:12px;margin-top:2px}.bm-meter-ring{width:62px;height:62px;flex-basis:62px;background:conic-gradient(from -90deg,#7c2ee6 0%,#ef2772 calc(var(--p)*.58%),#ff7259 calc(var(--p)*1%),#eee8f0 0)!important;box-shadow:0 8px 22px rgba(201,35,116,.16)}.bm-meter-ring:before{inset:7px}.bm-meter-ring span{font-size:18px;color:#35143f}.bm-meter-ring span small{font-size:10px}
.bm-big-ring{background:conic-gradient(from -90deg,#7c2ee6 0%,#ef2772 calc(var(--p)*.58%),#ff7259 calc(var(--p)*1%),#eee8f0 0)!important}.bm-big-ring span{color:#35143f}
.bm-nav-count{min-width:19px;height:19px;padding:0 5px;font-size:10px;line-height:1}.bm-top-nav .bm-nav-count{margin-left:1px}
.bm-discover-layout{grid-template-columns:minmax(220px,275px) minmax(390px,540px);justify-content:center;gap:32px;align-items:start}.bm-discover-guide{padding:27px;border-radius:22px}.bm-discover-guide h3{font-size:clamp(24px,2vw,29px);line-height:1.08;margin:12px 0}.bm-discover-guide p,.bm-discover-guide small{font-size:12px}.bm-discover-guide-list>div{padding:12px;border-radius:13px}.bm-discover-guide-list b{font-size:12px}
.bm-native-card{max-width:510px;margin-inline:auto;border-radius:25px}.bm-native-photo{height:clamp(520px,64dvh,675px)!important;min-height:520px!important}.bm-native-gradient{padding:80px 20px 20px!important}.bm-native-gradient h3{font-size:clamp(27px,2.5vw,34px)!important;line-height:1.05!important;margin:10px 0 7px!important;letter-spacing:-.025em}.bm-native-gradient>p{font-size:12px!important;padding:6px 9px!important;margin-bottom:8px!important}.bm-native-chips{gap:6px!important}.bm-native-chips span{font-size:11px!important;padding:6px 9px!important}.bm-match-chip,.bm-match-chip-top,.bm-history-chip{font-size:11px!important;padding:6px 9px!important}
.bm-trust-heart{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:1.06em!important;height:1.06em!important;min-width:1.06em!important;min-height:1.06em!important;margin-inline:.12em!important;vertical-align:-.12em!important;line-height:1!important}.bm-trust-heart i{font-size:1em!important;line-height:1!important}.bm-trust-heart.is-verified i{color:#e51f50!important;filter:drop-shadow(0 3px 6px rgba(229,31,80,.22));animation:bmHeartBeat 1.35s ease-in-out infinite}.bm-trust-heart b{font-size:.43em!important;line-height:1!important}
.bm-heart-symbol,.bm-heart-card-symbol,.bm-heart-intro>span,.bm-empty-heart,.bm-app-footer-heart,[data-view="hearts"]>i{color:#e51f50!important}.bm-share-balance,.bm-bd-share-balance{display:flex;align-items:center;justify-content:space-between;gap:12px}.bm-share-balance span,.bm-bd-share-balance span{display:inline-flex;align-items:center;gap:7px}.bm-share-balance .bm-heart-symbol,.bm-bd-share-balance .bm-heart-symbol{font-size:1.2em;animation:bmHeartBeat 1.35s ease-in-out infinite}.bm-share-balance b,.bm-bd-share-balance b{font-variant-numeric:tabular-nums;color:#e51f50;font-size:17px}
.bm-biodata-intro{padding:24px;gap:17px;border-radius:20px}.bm-biodata-intro h3{font-size:25px}.bm-biodata-icon{width:58px;height:58px;font-size:27px}.bm-biodata-actions{gap:13px}.bm-biodata-actions article{padding:18px;border-radius:17px}.bm-biodata-actions h4{font-size:16px}.bm-biodata-actions p{font-size:12px;min-height:55px}.bm-biodata-actions article>span{font-size:25px}
.bm-loading{min-height:180px}.bm-loading span{width:34px;height:34px;border-width:3px}.bm-loading p{font-size:12px;color:#7d727f}.bm-loading-delayed{animation:bmFadeIn .18s ease both}

@media (min-width:1181px) and (max-width:1450px){
 #bm-app{width:calc(100vw - 20px)}.bm-shell{grid-template-columns:205px minmax(0,1fr)}.bm-topbar{grid-template-columns:180px minmax(0,1fr) 125px;padding-inline:13px;gap:8px}.bm-top-brand{min-width:0}.bm-top-nav button{padding:9px 8px;font-size:11px;gap:4px}.bm-account{max-width:125px}.bm-account>div small,.bm-account-arrow{display:none}.bm-discover-layout{gap:24px;grid-template-columns:240px minmax(390px,510px)}
}
@media (min-width:801px) and (max-width:1180px){
 #bm-app{width:calc(100vw - 16px);margin-top:12px}.bm-shell{grid-template-columns:1fr;grid-template-rows:70px minmax(0,1fr) auto;grid-template-areas:"top" "main" "footer"}.bm-shell>aside{display:none}.bm-topbar{grid-template-columns:auto minmax(0,1fr) auto;min-height:70px;padding-inline:14px;gap:9px}.bm-top-brand{min-width:0}.bm-top-brand:after,.bm-top-brand small{display:none}.bm-top-brand b{font-size:17px}.bm-top-nav{justify-content:flex-start}.bm-top-nav button{width:42px;height:42px;min-width:42px;padding:0;justify-content:center;position:relative}.bm-top-nav button span{display:none}.bm-top-nav button i{font-size:17px}.bm-top-nav .bm-nav-count{position:absolute;right:0;top:0}.bm-account{width:44px;max-width:44px;height:44px;padding:2px;border-radius:50%;justify-content:center}.bm-account img{width:38px;height:38px}.bm-account>div,.bm-account-arrow{display:none}.bm-page-head{padding:13px 18px}.bm-profile-meter{min-width:auto}.bm-profile-meter>div:last-child{display:none}.bm-discover-layout{grid-template-columns:minmax(190px,240px) minmax(380px,500px);gap:20px}.bm-native-photo{height:clamp(500px,66dvh,650px)!important;min-height:500px!important}.bm-app-footer{display:none}
}
@media (max-width:800px){
 html,body{max-width:100%;overflow-x:hidden;background:#f7f2f7!important}#bm-app{width:100%;left:auto;transform:none;margin:0;max-width:100%;overflow:hidden}.bm-shell{display:block;min-height:100dvh;border:0;border-radius:0;box-shadow:none;background:#f7f2f7;padding-bottom:calc(76px + env(safe-area-inset-bottom))}.bm-topbar,.bm-shell>aside,.bm-page-head,.bm-app-footer{display:none!important}.bm-shell main{display:block;width:100%;max-width:100%;background:#f7f2f7}.bm-shell #bm-view{width:100%;max-width:100%;padding:8px 8px 4px;overflow:visible;background:#f7f2f7}.bm-discover-layout{display:block;width:100%;max-width:100%}.bm-discover-guide{display:none!important}.bm-discover-main{width:100%;max-width:100%;min-width:0}.bm-discover-mobile-quota{display:block!important;margin:0 0 7px}.bm-discover-mobile-quota .bm-usage-summary,.bm-discover-mobile-quota .bm-daily-quota{display:grid!important;grid-template-columns:1fr 1fr;gap:7px;width:100%;margin:0}.bm-discover-mobile-quota .bm-usage-summary>span,.bm-discover-mobile-quota .bm-daily-quota>span{min-width:0!important;width:100%;padding:7px 8px!important;border-radius:12px!important;font-size:11px!important;justify-content:center!important}.bm-native-card{width:100%;max-width:100%;margin:0;border-radius:19px!important;box-shadow:0 12px 34px rgba(27,12,32,.16)!important;overflow:hidden}.bm-native-photo{height:clamp(410px,calc(100dvh - 190px - env(safe-area-inset-bottom)),650px)!important;min-height:410px!important;max-height:calc(100dvh - 150px)!important;background:#151116!important}.bm-native-photo-image{object-fit:contain!important;object-position:center center!important;background:#151116!important}.bm-native-gradient{padding:80px 14px 14px!important;background:linear-gradient(180deg,rgba(6,5,8,0) 0%,rgba(6,5,8,.12) 30%,rgba(6,5,8,.93) 78%,rgba(6,5,8,.99) 100%)!important}.bm-native-gradient h3{font-size:clamp(23px,7vw,29px)!important;line-height:1.06!important;margin:7px 0 6px!important;max-width:100%;overflow-wrap:anywhere}.bm-native-gradient>p{font-size:11px!important;line-height:1.2!important;padding:5px 8px!important;margin-bottom:7px!important;max-width:100%!important}.bm-native-chips{gap:5px!important;max-width:100%}.bm-native-chips span{font-size:10px!important;padding:5px 8px!important;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bm-match-chip,.bm-match-chip-top,.bm-history-chip{font-size:10px!important;padding:5px 8px!important}.bm-photo-progress{font-size:10px!important;padding:5px 7px!important;right:53px!important;top:10px!important}.bm-native-menu{width:38px!important;height:38px!important;right:9px!important;top:9px!important}.bm-discover-photo-nav{width:38px!important;height:48px!important;font-size:18px!important}.bm-mobile-nav{position:fixed!important;left:7px!important;right:7px!important;bottom:max(7px,env(safe-area-inset-bottom))!important;z-index:999!important;display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:1px!important;min-height:60px!important;padding:5px!important;border:1px solid rgba(79,42,83,.11)!important;border-radius:19px!important;background:rgba(255,255,255,.94)!important;box-shadow:0 14px 38px rgba(35,16,42,.20)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important}.bm-mobile-nav button{position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;min-width:0!important;padding:5px 1px!important;border-radius:14px!important;font-size:9px!important;line-height:1!important;color:#554b59!important;text-align:center!important}.bm-mobile-nav button i{font-size:18px!important;line-height:1!important}.bm-mobile-nav button span{display:block!important;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bm-mobile-nav button.active{background:#fff0f5!important;color:#e51f61!important}.bm-mobile-nav .bm-nav-count{top:1px!important;right:3px!important;min-width:16px!important;height:16px!important;padding:0 4px!important;font-size:8px!important}.bm-biodata-hub,.bm-settings-grid,.bm-profile-editor,.bm-heart-grid,.bm-like-grid,.bm-biodata-library{width:100%;max-width:100%;grid-template-columns:1fr!important}.bm-biodata-intro{padding:16px;gap:12px;border-radius:16px}.bm-biodata-intro h3{font-size:20px}.bm-biodata-intro p{font-size:12px}.bm-biodata-icon{width:46px;height:46px;font-size:21px;border-radius:14px}.bm-biodata-actions article{padding:15px}.bm-modal>div,.bm-share-sheet{max-width:calc(100vw - 18px)!important;max-height:calc(100dvh - 24px)!important;overflow:auto!important}.bm-trust-heart{width:1.08em!important;height:1.08em!important;min-width:1.08em!important;min-height:1.08em!important}.bm-toast{max-width:calc(100vw - 24px)}
}
@media (max-width:430px){
 .bm-shell #bm-view{padding:5px}.bm-discover-mobile-quota .bm-usage-summary>span,.bm-discover-mobile-quota .bm-daily-quota>span{font-size:10px!important;padding:6px!important}.bm-native-photo{height:clamp(390px,calc(100dvh - 176px - env(safe-area-inset-bottom)),590px)!important;min-height:390px!important}.bm-native-gradient{padding:70px 12px 12px!important}.bm-native-gradient h3{font-size:clamp(21px,6.8vw,27px)!important}.bm-native-gradient>p{font-size:10px!important}.bm-mobile-nav{left:4px!important;right:4px!important;bottom:max(4px,env(safe-area-inset-bottom))!important}.bm-mobile-nav button{font-size:8px!important}.bm-mobile-nav button i{font-size:17px!important}
}
@media (max-height:720px) and (max-width:800px){.bm-native-photo{height:calc(100dvh - 172px - env(safe-area-inset-bottom))!important;min-height:350px!important}.bm-native-gradient{padding-top:62px!important}.bm-mobile-nav{min-height:55px!important}}
@media(prefers-reduced-motion:reduce){.bm-trust-heart.is-verified i,.bm-share-balance .bm-heart-symbol,.bm-bd-share-balance .bm-heart-symbol{animation:none!important}}


/* v1.5.9 — premium Discover and Hearts visual system */
#bm-app{
  --bm-v159-ink:#281d33;
  --bm-v159-muted:#746b79;
  --bm-v159-border:#eadfe8;
  --bm-v159-soft:#fff6f9;
  --bm-v159-heart:#f21f61;
  --bm-v159-purple:#6f24c7;
}
.bm-topbar{box-shadow:0 12px 30px rgba(54,18,72,.10)}
.bm-top-nav button,.bm-shell>aside nav button{transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}
.bm-top-nav button:hover,.bm-shell>aside nav button:hover{transform:translateY(-1px)}
.bm-top-nav [data-view="hearts"]>i,.bm-shell>aside [data-view="hearts"]>i,.bm-mobile-nav [data-view="hearts"]>i{
  color:var(--bm-v159-heart)!important;
  filter:drop-shadow(0 3px 7px rgba(242,31,97,.20));
}
.bm-heart-symbol,.bm-heart-card-symbol,.bm-heart-intro>span,.bm-empty-heart,.bm-app-footer-heart{
  color:var(--bm-v159-heart)!important;
  text-shadow:0 3px 10px rgba(242,31,97,.20);
}
.bm-trust-heart{
  width:1.18em!important;height:1.18em!important;min-width:1.18em!important;min-height:1.18em!important;
  margin-left:.18em!important;vertical-align:-.16em!important;
}
.bm-trust-heart i{font-size:1.16em!important;font-family:Arial,sans-serif!important;font-weight:900!important}
.bm-trust-heart.is-verified i{
  color:var(--bm-v159-heart)!important;
  filter:drop-shadow(0 4px 9px rgba(242,31,97,.26));
}
.bm-page-head{background:linear-gradient(180deg,#fff 0%,#fffdfd 100%)}
.bm-page-head h2{color:var(--bm-v159-ink);letter-spacing:-.025em}
.bm-usage-summary>span{border-color:var(--bm-v159-border);box-shadow:0 9px 24px rgba(50,20,58,.055)}
.bm-usage-summary .is-hearts .bm-heart-symbol{font-size:1.35em!important}
.bm-profile-meter>div:last-child b{color:var(--bm-v159-ink)}
.bm-meter-ring{
  background:conic-gradient(from -90deg,#7f2be1 0%,#e9238d calc(var(--p)*.62%),#ff6254 calc(var(--p)*1%),#eee8f0 0)!important;
  box-shadow:0 9px 25px rgba(210,37,126,.17),0 0 0 7px rgba(251,236,245,.55);
}

/* Discover guide */
.bm-discover-guide{
  position:relative;overflow:hidden;border:1px solid #f1dbe7!important;
  background:linear-gradient(145deg,#fff 0%,#fff8fb 58%,#faeffb 100%)!important;
  box-shadow:0 18px 45px rgba(72,27,78,.075)!important;color:var(--bm-v159-ink)!important;
}
.bm-discover-guide:after{
  content:"";position:absolute;width:170px;height:170px;right:-72px;bottom:-76px;border-radius:50%;
  background:radial-gradient(circle at 35% 35%,rgba(242,31,97,.16),rgba(127,43,225,.10) 58%,transparent 59%);
  pointer-events:none;
}
.bm-discover-guide-icon{
  width:58px;height:58px;display:grid;place-items:center;margin-bottom:18px;border-radius:18px;
  background:linear-gradient(145deg,#8c2de1,#f01878 58%,#ff654f);color:#fff;font-size:28px;
  box-shadow:0 13px 28px rgba(229,31,101,.24);animation:bmHeartBeat 1.8s ease-in-out infinite;
}
.bm-discover-guide .bm-kicker{color:#e51f61!important}
.bm-discover-guide h3{color:#321c42!important;letter-spacing:-.035em}
.bm-discover-guide>p{color:var(--bm-v159-muted)!important;line-height:1.55}
.bm-discover-guide ul,.bm-discover-guide-list{position:relative;z-index:1;display:grid;gap:10px;margin:22px 0 0;padding:0;list-style:none}
.bm-discover-guide li,.bm-discover-guide-list>div{
  position:relative;display:grid;grid-template-columns:40px minmax(0,1fr);column-gap:11px;align-items:center;
  min-height:66px;padding:11px 13px!important;border:1px solid #eadfe8;border-radius:15px!important;
  background:rgba(255,255,255,.86);box-shadow:0 8px 20px rgba(62,22,69,.045);
}
.bm-discover-guide li:before,.bm-discover-guide-list>div:before{
  width:38px;height:38px;display:grid;place-items:center;grid-row:1/3;border-radius:50%;
  background:linear-gradient(145deg,#fff0f5,#f6e9ff);color:#e51f61;font-size:18px;font-weight:900;
}
.bm-discover-guide li:nth-child(1):before,.bm-discover-guide-list>div:nth-child(1):before{content:"●"}
.bm-discover-guide li:nth-child(2):before,.bm-discover-guide-list>div:nth-child(2):before{content:"◎"}
.bm-discover-guide li:nth-child(3):before,.bm-discover-guide-list>div:nth-child(3):before{content:"♥"}
.bm-discover-guide li b,.bm-discover-guide-list b{grid-column:2;font-size:13px!important;color:#302238}
.bm-discover-guide li span,.bm-discover-guide-list small{grid-column:2;color:#766d79;font-size:11px!important;line-height:1.35}

/* Discover profile card */
.bm-card-stack{width:100%;max-width:none!important}
.bm-native-card{position:relative;border:1px solid rgba(87,46,91,.08)!important;background:#171318!important;box-shadow:0 23px 58px rgba(36,17,43,.18)!important}
.bm-native-photo{overflow:hidden!important}
.bm-native-photo-image{width:100%;height:100%;display:block;object-fit:cover;object-position:center top;transition:opacity .18s ease,transform .24s ease}
.bm-native-card:hover .bm-native-photo-image{transform:scale(1.008)}
.bm-native-gradient{
  background:linear-gradient(180deg,rgba(8,6,10,0) 0%,rgba(8,6,10,.05) 38%,rgba(8,6,10,.82) 78%,rgba(8,6,10,.97) 100%)!important;
}
.bm-name-link{display:block;max-width:100%;padding:0;border:0;background:transparent;text-align:left;color:inherit;cursor:pointer}
.bm-name-link h3{display:flex!important;align-items:center!important;flex-wrap:wrap!important;color:#fff!important;text-shadow:0 3px 15px rgba(0,0,0,.58)!important}
.bm-native-gradient>p{border:0!important;background:transparent!important;padding:0!important;color:#fff!important;box-shadow:none!important;backdrop-filter:none!important;text-shadow:0 2px 8px rgba(0,0,0,.65)!important}
.bm-native-chips span{background:rgba(13,9,16,.48)!important;border:1px solid rgba(255,255,255,.34)!important;color:#fff!important}
.bm-match-chip-top{background:linear-gradient(135deg,#d21ac6,#f01675)!important;color:#fff!important;box-shadow:0 8px 22px rgba(224,28,143,.22)}
.bm-history-chip{background:rgba(12,116,82,.90)!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)}
.bm-photo-dots{gap:6px!important}.bm-photo-dots i{height:4px!important;background:rgba(255,255,255,.36)!important}.bm-photo-dots i.active{background:#fff!important}
.bm-discover-photo-nav{border-color:rgba(255,255,255,.40)!important;background:rgba(20,14,22,.40)!important;color:#fff!important;backdrop-filter:blur(13px)!important;box-shadow:0 10px 24px rgba(0,0,0,.16)!important}
.bm-native-menu{background:rgba(255,255,255,.94)!important;color:#392b3b!important;border-color:rgba(255,255,255,.86)!important;box-shadow:0 8px 24px rgba(0,0,0,.15)!important}
.bm-photo-hint{background:rgba(14,9,16,.52)!important;color:#fff!important;border-radius:999px!important;padding:6px 10px!important}





/* Hearts page */
.bm-heart-intro{
  position:relative;min-height:150px;padding:24px 30px!important;border:1px solid #f0d9e5!important;border-radius:24px!important;
  background:linear-gradient(110deg,#fff8fb 0%,#fff 56%,#fff1f7 100%)!important;
  box-shadow:0 17px 42px rgba(72,27,78,.065)!important;
}
.bm-heart-intro:before{
  content:"♥";width:68px;height:68px;display:grid;place-items:center;flex:0 0 auto;order:-1;
  border-radius:20px;background:linear-gradient(145deg,#fff,#ffe5ef);color:var(--bm-v159-heart);
  font-size:37px;box-shadow:inset 0 0 0 1px #f3d9e5,0 10px 25px rgba(228,35,104,.10);
  animation:bmHeartBeat 1.65s ease-in-out infinite;
}
.bm-heart-intro>div{flex:1;min-width:0}
.bm-heart-intro h3{font-size:clamp(23px,2vw,28px)!important;line-height:1.15;color:#30203b;letter-spacing:-.025em}
.bm-heart-intro p{font-size:13px!important;color:#726876!important}
.bm-heart-intro>span{
  width:108px!important;height:108px!important;border-radius:34px!important;font-size:58px!important;
  background:radial-gradient(circle at 45% 35%,#ff4f8c,#ed1765 60%,#c70fc1)!important;color:#fff!important;
  box-shadow:0 20px 42px rgba(236,27,105,.20)!important;
}
.bm-heart-tabs{display:grid!important;grid-template-columns:1fr 1fr;max-width:410px;border:1px solid #eadfe8;border-radius:15px;padding:4px;background:#fff;box-shadow:0 8px 22px rgba(50,20,58,.05)}
.bm-heart-tabs button{justify-content:center!important;min-height:44px;border-radius:11px!important;background:transparent!important;color:#5c5260!important}
.bm-heart-tabs button.active{background:linear-gradient(135deg,#f01769,#d21bc7)!important;color:#fff!important;box-shadow:0 9px 20px rgba(225,29,112,.20)}
.bm-heart-tabs button em{background:#fff!important;color:#e51f61!important}
.bm-heart-grid{grid-template-columns:1fr!important;max-width:1160px}
.bm-heart-card{
  grid-template-columns:230px minmax(0,1fr)!important;min-height:230px;border-radius:23px!important;
  border-color:#eadfe8!important;box-shadow:0 16px 42px rgba(55,24,62,.075)!important;
}
.bm-heart-profile{min-height:230px!important;background:#f6f0f5!important}
.bm-heart-card-symbol{
  width:52px!important;height:52px!important;border-radius:50%!important;background:#fff!important;color:var(--bm-v159-heart)!important;
  border:1px solid #f2d2df;box-shadow:0 11px 27px rgba(222,31,102,.18)!important;font-size:28px!important;
}
.bm-heart-card-body{display:flex;flex-direction:column;padding:24px 28px!important}
.bm-heart-card-title{align-items:center!important}
.bm-heart-card-title h3{font-size:24px!important;letter-spacing:-.02em;color:#2b2031}
.bm-heart-status{padding:8px 13px!important;border:1px solid #f3ccd9;background:#fff3f7!important;color:#c51b58!important}
.bm-heart-card-body>p{font-size:13px!important}
.bm-heart-card-body>small{margin-top:auto!important;padding-top:15px}
.bm-heart-card-actions{justify-content:flex-end!important;margin-top:16px!important}
.bm-heart-card-actions button{min-height:43px!important;padding-inline:18px!important;border-radius:12px!important}
.bm-heart-card-actions .bm-primary{min-width:150px;background:linear-gradient(135deg,#f01667,#ff3f64)!important;box-shadow:0 9px 22px rgba(232,30,99,.20)}

@media (min-width:1181px){
  #bm-app{width:min(1660px,calc(100vw - 24px));margin-top:18px}
  .bm-shell{grid-template-columns:230px minmax(0,1fr);grid-template-rows:80px minmax(650px,auto) auto}
  .bm-topbar{min-height:80px;padding-inline:22px;gap:18px}
  .bm-top-brand{min-width:205px}.bm-top-nav{justify-content:center;gap:6px}.bm-top-nav button{font-size:12px;padding:11px 13px}
  .bm-page-head{min-height:98px;padding:18px 28px}.bm-page-head h2{font-size:30px}
  .bm-shell #bm-view{padding:25px 30px 34px}
  .bm-discover-layout{grid-template-columns:300px minmax(600px,760px)!important;max-width:1130px!important;gap:42px!important;justify-content:center!important}
  .bm-discover-guide{min-height:536px;padding:27px!important}
  .bm-native-card{max-width:760px!important;border-radius:28px!important;overflow:hidden!important}
  .bm-native-photo{height:536px!important;min-height:536px!important}
  .bm-native-gradient{padding:115px 195px 24px 25px!important}
  .bm-native-gradient h3{font-size:clamp(29px,2.3vw,35px)!important;margin-bottom:9px!important}
  .bm-native-gradient h3 .bm-trust-heart{font-size:1.12em!important}
  
  
  
  
  
  
  
  
  
  
  
  .bm-heart-intro{max-width:100%}.bm-heart-grid{max-width:100%}
}

@media (min-width:801px) and (max-width:1180px){
  .bm-shell #bm-view{padding:20px}
  .bm-discover-layout{grid-template-columns:minmax(205px,235px) minmax(430px,535px)!important;gap:22px!important;max-width:800px!important}
  .bm-discover-guide{padding:22px!important}.bm-discover-guide h3{font-size:24px!important}
  .bm-native-card{max-width:535px!important}.bm-native-photo{height:590px!important;min-height:590px!important}
  .bm-heart-intro{padding:21px 23px!important}.bm-heart-intro>span{width:82px!important;height:82px!important;font-size:44px!important}
  .bm-heart-card{grid-template-columns:190px minmax(0,1fr)!important}.bm-heart-card-body{padding:20px!important}
}

@media (max-width:800px){
  .bm-shell #bm-view{padding:7px 7px 4px!important;background:#f8f4f8!important}
  .bm-native-card{border-radius:21px!important;background:#fff!important}
  .bm-native-photo{background:#f0ebf0!important}
  .bm-native-photo-image{object-fit:contain!important;background:#f0ebf0!important;transform:none!important}
  .bm-native-gradient{padding:76px 14px 15px!important}
  .bm-native-gradient h3{font-size:clamp(22px,6.7vw,28px)!important;line-height:1.05!important}
  .bm-name-link h3 .bm-trust-heart{font-size:1.16em!important}
  .bm-native-gradient>p{display:inline-flex!important;padding:5px 8px!important;background:rgba(12,8,14,.62)!important;border:1px solid rgba(255,255,255,.18)!important}
  
  
  .bm-heart-intro{min-height:0;padding:16px!important;gap:12px!important;border-radius:18px!important;align-items:flex-start!important}
  .bm-heart-intro:before{width:48px;height:48px;border-radius:15px;font-size:25px}
  .bm-heart-intro h3{font-size:20px!important}.bm-heart-intro p{font-size:12px!important;line-height:1.45!important}
  .bm-heart-intro>span{display:none!important}
  .bm-heart-tabs{max-width:none;width:100%;margin-bottom:12px!important}
  .bm-heart-card{grid-template-columns:112px minmax(0,1fr)!important;min-height:185px;border-radius:18px!important}
  .bm-heart-profile{min-height:185px!important}.bm-heart-card-symbol{width:39px!important;height:39px!important;font-size:21px!important;right:8px!important;bottom:8px!important}
  .bm-heart-card-body{padding:14px!important}.bm-heart-card-title{display:block!important}.bm-heart-card-title h3{font-size:18px!important;margin-right:0!important}.bm-heart-status{display:inline-flex;margin-top:7px;font-size:9px!important;padding:5px 8px!important}
  .bm-heart-card-body>p{margin:7px 0!important;font-size:11px!important}.bm-heart-card .bm-chips span{font-size:9px!important;padding:5px 7px!important}.bm-heart-card-body>small{font-size:9px!important;padding-top:8px!important}
  .bm-heart-card-actions{justify-content:flex-start!important;gap:6px!important;margin-top:10px!important}.bm-heart-card-actions button{min-height:36px!important;padding:8px 10px!important;font-size:10px!important}.bm-heart-card-actions .bm-primary{min-width:0!important}
}

@media (max-width:430px){
  .bm-native-photo{height:calc(100dvh - 174px - env(safe-area-inset-bottom))!important;min-height:380px!important;max-height:620px!important}
  .bm-native-gradient{padding:68px 11px 12px!important}
  .bm-heart-card{grid-template-columns:96px minmax(0,1fr)!important}.bm-heart-profile{min-height:178px!important}.bm-heart-card-body{padding:12px!important}
}

@media(prefers-reduced-motion:reduce){.bm-discover-guide-icon,.bm-heart-intro:before{animation:none!important}}

/* v1.5.10 — single mobile quota row and viewport-fitted Discover card */
@media (max-width:800px){
  /* The mobile app has one quota row only. The desktop page header must never leak into it. */
  .bm-page-head{display:none!important}
  .bm-page-head .bm-usage-summary,
  .bm-discover-mobile-quota .bm-daily-quota{display:none!important}
  .bm-discover-mobile-quota{display:block!important;margin:0 0 7px!important}
  .bm-discover-mobile-quota .bm-usage-summary{display:grid!important;grid-template-columns:1fr 1fr;gap:7px;width:100%;margin:0!important}
  .bm-discover-mobile-quota .bm-usage-summary>span{min-width:0!important;width:100%;min-height:46px;padding:6px 8px!important;border-radius:13px!important;justify-content:center!important}
  .bm-discover-mobile-quota .bm-usage-summary b{font-size:14px!important;line-height:1!important}
  .bm-discover-mobile-quota .bm-usage-summary small{font-size:9px!important;line-height:1.1!important}
  .bm-discover-mobile-quota .bm-like-symbol{font-size:16px!important}
  .bm-discover-mobile-quota .bm-heart-symbol{font-size:18px!important;color:#ed174f!important}

  .bm-discover-main,#bm-discover-results{width:100%;min-width:0;min-height:0}
  .bm-card-stack{width:100%!important;max-width:560px!important;min-height:0!important;margin:0 auto!important}
  .bm-stack-back{display:none!important}
  .bm-native-card{
    display:flex!important;flex-direction:column!important;
    width:100%!important;height:calc(100dvh - 151px - env(safe-area-inset-bottom))!important;
    min-height:410px!important;max-height:690px!important;
    margin:0 auto!important;overflow:hidden!important;border-radius:18px!important;
  }
  .bm-native-photo{
    flex:1 1 auto!important;height:auto!important;min-height:0!important;max-height:none!important;
    overflow:hidden!important;background:#eee9ee!important;
  }
  .bm-native-photo-image{
    width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;
    background:#eee9ee!important;
  }
  .bm-native-gradient{
    inset:auto 0 0!important;padding:78px 12px 12px!important;
    background:linear-gradient(180deg,rgba(8,6,10,0) 0%,rgba(8,6,10,.10) 22%,rgba(8,6,10,.88) 70%,rgba(8,6,10,.98) 100%)!important;
  }
  .bm-name-link{max-width:100%!important;text-align:left!important}
  .bm-native-gradient h3{
    display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:0!important;
    max-width:100%!important;margin:0 0 6px!important;font-size:clamp(21px,6vw,27px)!important;
    line-height:1.05!important;letter-spacing:-.025em!important;overflow:visible!important;
  }
  .bm-profile-name,.bm-profile-age{display:inline!important}
  .bm-profile-age{white-space:nowrap!important}
  .bm-name-link h3 .bm-trust-heart{
    flex:0 0 auto!important;width:1.12em!important;height:1.12em!important;min-width:1.12em!important;min-height:1.12em!important;
    margin-left:.30em!important;font-size:1.12em!important;vertical-align:middle!important;
  }
  .bm-name-link h3 .bm-trust-heart i{font-size:1em!important;color:#f21f55!important}
  .bm-native-gradient>p{
    display:inline-flex!important;align-items:center!important;max-width:100%!important;
    margin:0 0 7px!important;padding:5px 8px!important;border-radius:999px!important;
    font-size:11px!important;line-height:1.2!important;color:#fff!important;
    background:rgba(12,8,14,.66)!important;border:1px solid rgba(255,255,255,.22)!important;
    overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;
  }
  .bm-native-chips{display:flex!important;flex-wrap:wrap!important;gap:5px!important;max-height:54px!important;overflow:hidden!important}
  .bm-native-chips span{
    display:inline-flex!important;align-items:center!important;max-width:145px!important;
    padding:5px 8px!important;border:1px solid rgba(255,255,255,.26)!important;border-radius:999px!important;
    background:rgba(15,10,17,.70)!important;color:#fff!important;font-size:10px!important;line-height:1.1!important;
    overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;
  }
  .bm-photo-hint{display:none!important}
  .bm-photo-dots{top:8px!important;left:12px!important;right:58px!important}
  .bm-photo-progress{top:9px!important;right:52px!important;font-size:9px!important}
  .bm-native-menu{top:8px!important;right:8px!important;width:38px!important;height:38px!important}
  .bm-discover-photo-nav{width:36px!important;height:46px!important;font-size:18px!important}
  .bm-match-chip-top{top:49px!important;left:10px!important}
  .bm-history-chip{top:82px!important;left:10px!important;max-width:calc(100% - 20px)!important}
  
  
  
  
  

  /* Keep the fixed app navigation outside the profile card without overlap. */
  .bm-shell{padding-bottom:calc(72px + env(safe-area-inset-bottom))!important}
  .bm-mobile-nav{min-height:58px!important}
  .bm-mobile-nav [data-view="hearts"]>i{font-size:19px!important;color:#ed174f!important}
}

@media (max-width:430px){
  .bm-shell #bm-view{padding:5px 5px 3px!important}
  .bm-discover-mobile-quota .bm-usage-summary>span{min-height:43px!important;padding:5px 6px!important}
  .bm-native-card{
    height:calc(100dvh - 143px - env(safe-area-inset-bottom))!important;
    min-height:385px!important;max-height:630px!important;border-radius:16px!important;
  }
  .bm-native-gradient{padding:70px 10px 10px!important}
  .bm-native-gradient h3{font-size:clamp(20px,6.2vw,25px)!important}
  .bm-native-gradient>p{font-size:10px!important;margin-bottom:5px!important}
  .bm-native-chips{max-height:48px!important}
  .bm-native-chips span{font-size:9px!important;padding:4px 7px!important;max-width:125px!important}
  
  
}

@media (max-width:800px) and (max-height:700px){
  .bm-discover-mobile-quota .bm-usage-summary>span{min-height:39px!important}
  .bm-native-card{height:calc(100dvh - 132px - env(safe-area-inset-bottom))!important;min-height:340px!important}
  .bm-native-gradient{padding-top:62px!important}
  .bm-native-gradient h3{font-size:20px!important}
  .bm-native-chips .bm-chip-extra{display:none!important}
  
  
}

/* v1.5.11 — linear chat reading flow, responsive chat canvas and persistent view routing */
.bm-chat{
  background:linear-gradient(180deg,#fff 0%,#fff8fb 100%)!important;
}
.bm-chat #bm-messages{
  position:relative;
  background-color:#fbf8fb!important;
  background-image:
    linear-gradient(180deg,rgba(255,255,255,.88),rgba(250,244,249,.91)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='112' height='96' viewBox='0 0 112 96'%3E%3Cpath d='M35 31C35 20 44 13 54 13c7 0 13 4 17 10 4-6 10-10 17-10 10 0 19 7 19 18 0 18-21 31-36 45-15-14-36-27-36-45Z' fill='%23f72559' fill-opacity='.045'/%3E%3C/svg%3E")!important;
  background-repeat:repeat,no-repeat!important;
  background-size:auto,112px 96px!important;
  background-position:0 0,right 22px bottom 20px!important;
  padding:22px clamp(14px,3vw,34px)!important;
  gap:9px!important;
}
.bm-msg-row,
.bm-msg-row.mine,
.bm-msg-row.theirs{
  justify-content:flex-start!important;
  align-items:flex-start!important;
}
.bm-msg-row .bm-msg,
.bm-msg-row.mine .bm-msg,
.bm-msg-row.theirs .bm-msg{
  width:auto!important;
  max-width:min(88%,760px)!important;
  border-radius:16px!important;
  padding:10px 13px 11px!important;
  box-shadow:0 5px 16px rgba(53,28,57,.07)!important;
}
.bm-msg-row.theirs .bm-msg{
  background:rgba(255,255,255,.96)!important;
  color:#2f2531!important;
  border:1px solid #eadfe7!important;
  border-left:4px solid #aa4bc4!important;
}
.bm-msg-row.mine .bm-msg{
  background:linear-gradient(135deg,#fff0f6 0%,#ffe3ee 100%)!important;
  color:#2d2230!important;
  border:1px solid #f4c7d8!important;
  border-left:4px solid #f72559!important;
}
.bm-msg-author{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:0 0 5px!important;
  padding:0!important;
  font-size:11px!important;
  line-height:1.2!important;
}
.bm-msg-author b{
  color:#9b1f61!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.025em!important;
}
.bm-msg-row.theirs .bm-msg-author b{color:#6c3982!important}
.bm-msg-author small{
  display:inline-flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  gap:4px!important;
  margin:0!important;
  color:#817481!important;
  font-size:10px!important;
  opacity:1!important;
  white-space:nowrap!important;
}
.bm-msg-row .bm-msg>p{
  margin:0!important;
  color:inherit!important;
  font-size:14px!important;
  line-height:1.52!important;
  white-space:pre-wrap!important;
  overflow-wrap:anywhere!important;
}
.bm-msg-row .bm-message-photo{margin-top:2px!important}
.bm-chat-day{position:relative;z-index:1}
.bm-chat-day span{background:rgba(255,255,255,.94)!important}
.bm-chat-head{
  background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,244,249,.98))!important;
}

@media (max-width:800px){
  .bm-chat{
    height:calc(100dvh - 84px - env(safe-area-inset-bottom))!important;
    min-height:0!important;
    width:100%!important;
    display:grid!important;
    grid-template-rows:auto minmax(0,1fr) auto!important;
    overflow:hidden!important;
    background:#fff8fb!important;
  }
  .bm-chat-head{
    grid-template-columns:38px 40px minmax(0,1fr)!important;
    gap:8px!important;
    min-height:62px!important;
    padding:max(8px,env(safe-area-inset-top)) 10px 8px!important;
    border-bottom:1px solid #eadfe7!important;
  }
  .bm-chat-profile{display:none!important}
  .bm-chat-back{width:36px!important;height:36px!important;border-radius:11px!important;font-size:24px!important}
  .bm-chat-head>img{width:40px!important;height:40px!important}
  .bm-chat-head h3{font-size:15px!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .bm-chat-head p{font-size:10px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .bm-chat #bm-messages{
    min-height:0!important;
    overflow-y:auto!important;
    padding:13px 10px 18px!important;
    gap:8px!important;
    background-size:auto,86px 74px!important;
    background-position:0 0,right 8px bottom 12px!important;
  }
  .bm-msg-row .bm-msg,
  .bm-msg-row.mine .bm-msg,
  .bm-msg-row.theirs .bm-msg{
    max-width:96%!important;
    padding:9px 11px 10px!important;
    border-radius:14px!important;
  }
  .bm-msg-author{margin-bottom:4px!important}
  .bm-msg-row .bm-msg>p{font-size:13px!important;line-height:1.48!important}
  .bm-message-photo img{max-width:min(290px,82vw)!important;max-height:300px!important}
  .bm-chat #bm-send{
    margin:0 8px calc(7px + env(safe-area-inset-bottom))!important;
    padding:7px!important;
    grid-template-columns:38px minmax(0,1fr) auto!important;
    gap:6px!important;
    border-radius:16px!important;
    box-shadow:0 8px 24px rgba(57,30,61,.10)!important;
  }
  .bm-chat .bm-attach{width:38px!important;height:38px!important;font-size:21px!important}
  .bm-chat #bm-send input[name="body"]{height:38px!important;padding:9px 11px!important;font-size:13px!important}
  .bm-chat #bm-send button{min-width:64px!important;height:38px!important;padding:0 12px!important;font-size:12px!important}
  .bm-chat-safety{display:none!important}
}

@media (max-width:390px){
  .bm-chat-head{grid-template-columns:34px 36px minmax(0,1fr)!important;padding-inline:7px!important}
  .bm-chat-back{width:32px!important;height:32px!important}
  .bm-chat-head>img{width:36px!important;height:36px!important}
  .bm-msg-row .bm-msg,
  .bm-msg-row.mine .bm-msg,
  .bm-msg-row.theirs .bm-msg{max-width:100%!important}
  .bm-msg-author{gap:8px!important}
  .bm-msg-row .bm-msg>p{font-size:12.5px!important}
}

/* v1.5.12 — mobile Discover fit, classic chat alignment and desktop card cleanup */

/* Remove the decorative backing layer that created a blank strip below desktop cards. */
.bm-card-stack{
  min-height:0!important;
  margin-bottom:0!important;
}
.bm-stack-back{display:none!important}

/* Familiar chat reading pattern: received messages left, own messages right. */
.bm-msg-row.theirs{justify-content:flex-start!important}
.bm-msg-row.mine{justify-content:flex-end!important}
.bm-msg-row.mine .bm-msg{
  border-left:1px solid #f4c7d8!important;
  border-right:4px solid #f72559!important;
}
.bm-msg-row.theirs .bm-msg{
  border-right:1px solid #eadfe7!important;
  border-left:4px solid #aa4bc4!important;
}
.bm-msg-row.mine .bm-msg-author{
  flex-direction:row-reverse!important;
}

@media (max-width:800px){
  /* Quota remains available in Profile/Settings; Discover prioritises the profile itself. */
  .bm-discover-mobile-quota{display:none!important}

  .bm-shell{
    padding-bottom:calc(70px + env(safe-area-inset-bottom))!important;
  }
  .bm-shell #bm-view{
    padding:5px 5px 4px!important;
    overflow-x:hidden!important;
  }
  .bm-card-stack{
    width:100%!important;
    max-width:560px!important;
    margin:0 auto 5px!important;
  }
  .bm-native-card{
    height:calc(100svh - 154px - env(safe-area-inset-bottom))!important;
    min-height:0!important;
    max-height:620px!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
  }
  .bm-native-photo{
    flex:1 1 auto!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
  }
  .bm-native-photo-image{
    object-fit:contain!important;
    object-position:center center!important;
  }
  .bm-native-gradient{
    padding:72px 11px 10px!important;
  }
  .bm-native-gradient h3{
    margin-bottom:5px!important;
    font-size:clamp(20px,5.9vw,25px)!important;
  }
  .bm-native-gradient>p{
    margin-bottom:5px!important;
    padding:4px 7px!important;
    font-size:10px!important;
  }
  .bm-native-chips{
    max-height:42px!important;
    gap:4px!important;
  }
  .bm-native-chips span{
    padding:4px 7px!important;
    font-size:9px!important;
  }
  
  
  
  

  .bm-mobile-nav{
    min-height:58px!important;
    height:58px!important;
  }

  /* Keep chat easy to scan on phones. */
  .bm-msg-row.mine{justify-content:flex-end!important}
  .bm-msg-row.theirs{justify-content:flex-start!important}
  .bm-msg-row .bm-msg,
  .bm-msg-row.mine .bm-msg,
  .bm-msg-row.theirs .bm-msg{
    max-width:82%!important;
  }
  .bm-msg-row.mine .bm-msg-author{flex-direction:row-reverse!important}
}

@media (max-width:430px){
  .bm-native-card{
    height:calc(100svh - 148px - env(safe-area-inset-bottom))!important;
    max-height:585px!important;
  }
  .bm-native-gradient{padding-top:64px!important}
  .bm-native-chips .bm-chip-extra{display:none!important}
}

@media (max-width:800px) and (max-height:700px){
  .bm-native-card{
    height:calc(100svh - 138px - env(safe-area-inset-bottom))!important;
    max-height:535px!important;
  }
  .bm-native-gradient{padding-top:56px!important}
  
  
}

/* v1.5.13 — right-aligned conversation flow and compact mobile quota */
/* Both participants follow one visual reading edge. Colours and author labels still distinguish them. */
.bm-msg-row,
.bm-msg-row.mine,
.bm-msg-row.theirs{
  justify-content:flex-end!important;
  align-items:flex-end!important;
}
.bm-msg-row.mine .bm-msg,
.bm-msg-row.theirs .bm-msg{
  border-left:1px solid transparent!important;
}
.bm-msg-row.mine .bm-msg{
  border-right:4px solid #f72559!important;
}
.bm-msg-row.theirs .bm-msg{
  border-right:4px solid #9f45be!important;
  border-left:1px solid #eadfe7!important;
}
.bm-msg-row.mine .bm-msg-author,
.bm-msg-row.theirs .bm-msg-author{
  flex-direction:row!important;
}

@media (max-width:800px){
  /* Show the remaining quota as two small overlay pills instead of a tall extra row. */
  .bm-discover-main{position:relative!important}
  .bm-discover-mobile-quota{
    display:block!important;
    position:absolute!important;
    z-index:35!important;
    top:24px!important;
    left:50%!important;
    width:auto!important;
    margin:0!important;
    transform:translateX(-50%)!important;
    pointer-events:none!important;
  }
  .bm-discover-mobile-quota .bm-usage-summary{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    width:auto!important;
    margin:0!important;
  }
  .bm-discover-mobile-quota .bm-usage-summary>span{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    width:auto!important;
    min-width:64px!important;
    min-height:29px!important;
    padding:4px 7px!important;
    border:1px solid rgba(255,255,255,.55)!important;
    border-radius:999px!important;
    background:rgba(18,13,20,.68)!important;
    color:#fff!important;
    box-shadow:0 5px 16px rgba(0,0,0,.16)!important;
    backdrop-filter:blur(12px)!important;
    -webkit-backdrop-filter:blur(12px)!important;
  }
  .bm-discover-mobile-quota .bm-usage-summary i{
    grid-row:auto!important;
    font-size:13px!important;
    line-height:1!important;
  }
  .bm-discover-mobile-quota .bm-usage-summary b{
    font-size:12px!important;
    line-height:1!important;
    color:#fff!important;
  }
  .bm-discover-mobile-quota .bm-usage-summary small{
    display:none!important;
  }
  .bm-discover-mobile-quota .bm-heart-symbol{
    color:#ff315f!important;
    font-size:15px!important;
  }

  /* Use the complete visible phone canvas and avoid the empty band above the bottom navigation. */
  .bm-card-stack{
    height:calc(100dvh - 76px - env(safe-area-inset-bottom))!important;
    min-height:410px!important;
    max-height:none!important;
    margin:0 auto!important;
  }
  .bm-native-card{
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
  }
  .bm-native-photo{
    flex:1 1 auto!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
  }
  

  /* Every conversation bubble uses the right edge on phones as requested. */
  .bm-msg-row.mine,
  .bm-msg-row.theirs{
    justify-content:flex-end!important;
    align-items:flex-end!important;
  }
  .bm-msg-row .bm-msg,
  .bm-msg-row.mine .bm-msg,
  .bm-msg-row.theirs .bm-msg{
    max-width:88%!important;
  }
}

@media (max-width:430px){
  .bm-discover-mobile-quota{top:21px!important}
  .bm-discover-mobile-quota .bm-usage-summary>span{
    min-width:58px!important;
    min-height:27px!important;
    padding:3px 6px!important;
  }
  .bm-card-stack{
    height:calc(100dvh - 72px - env(safe-area-inset-bottom))!important;
  }
}

@media (max-width:800px) and (max-height:700px){
  .bm-card-stack{
    height:calc(100dvh - 68px - env(safe-area-inset-bottom))!important;
    min-height:340px!important;
  }
  
}


/* v1.5.14 — mobile polish, stable visual states and app-ready viewport behaviour */
:root{
  --bm-v1514-heart:#f72559;
  --bm-v1514-surface:#fff;
  --bm-v1514-text:#261d2a;
}

/* Never show the old stacked card/line beneath the current Discover profile. */
.bm-stack-back{display:none!important}
.bm-card-stack{min-height:0!important}

/* Hearts remain legible anywhere they appear beside text. */
.bm-trust-heart,
.bm-profile-name-row .bm-trust-heart,
.bm-native-gradient h3 .bm-trust-heart,
.bm-heart-name .bm-trust-heart{
  width:1.05em!important;
  height:1.05em!important;
  min-width:1.05em!important;
  min-height:1.05em!important;
  margin-inline-start:.28em!important;
  vertical-align:-.08em!important;
}
.bm-trust-heart i{font-size:1em!important;line-height:1!important;color:var(--bm-v1514-heart)!important}

/* Quiet skeletons replace disruptive loading screens. */
.bm-skeleton-list,.bm-skeleton-profile,.bm-skeleton-chat{width:100%;animation:bmSkeletonFade .9s ease-in-out infinite alternate}
.bm-skeleton-list{display:grid;gap:12px;padding:12px}
.bm-skeleton-list i{display:block;height:88px;border-radius:18px;background:linear-gradient(90deg,#f4edf4,#fff,#f4edf4);background-size:220% 100%}
.bm-skeleton-profile{min-height:420px;border-radius:24px;overflow:hidden;background:#f4edf4;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;gap:10px}
.bm-skeleton-profile div{position:absolute;inset:0;background:linear-gradient(110deg,#eee6ef 20%,#faf7fb 42%,#eee6ef 64%);background-size:220% 100%;animation:bmSkeletonMove 1.2s linear infinite}
.bm-skeleton-profile span{position:relative;display:block;height:22px;width:58%;border-radius:999px;background:rgba(255,255,255,.78)}
.bm-skeleton-profile span:last-child{width:38%;height:14px}
.bm-skeleton-chat{display:flex;flex-direction:column;align-items:flex-end;gap:14px;padding:20px}
.bm-skeleton-chat i{display:block;width:55%;height:64px;border-radius:20px;background:linear-gradient(90deg,#f8eaf2,#fff,#f8eaf2);background-size:220% 100%}
.bm-skeleton-chat i:nth-child(even){width:38%}
@keyframes bmSkeletonMove{to{background-position:-220% 0}}
@keyframes bmSkeletonFade{from{opacity:.72}to{opacity:1}}

@media (min-width:801px){
  /* Keep the desktop card balanced instead of oversized on large monitors. */
  .bm-discover-main .bm-card-stack{max-width:min(680px,52vw)!important;margin:14px auto 0!important}
  .bm-discover-main .bm-native-card{max-width:680px!important}
  .bm-discover-main .bm-native-photo{height:clamp(470px,58vh,610px)!important;min-height:470px!important}
  
}

@media (max-width:800px){
  html,body,#bm-app{width:100%;max-width:100%;overflow-x:hidden!important}
  body:has(#bm-app){background:#f7f2f7!important}
  .bm-shell{min-height:100dvh!important;background:#f7f2f7!important;padding-bottom:calc(65px + env(safe-area-inset-bottom))!important}
  .bm-shell>main{padding:0!important}
  .bm-shell #bm-view{padding:5px 6px 2px!important}
  .bm-discover-main{position:relative!important;min-height:0!important}
  .bm-card-stack{
    width:100%!important;
    max-width:540px!important;
    height:calc(100dvh - 72px - env(safe-area-inset-bottom))!important;
    min-height:390px!important;
    max-height:none!important;
    margin:0 auto!important;
  }
  .bm-native-card{
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
    display:flex!important;
    flex-direction:column!important;
    border-radius:20px!important;
    overflow:hidden!important;
    background:#fff!important;
    box-shadow:0 10px 30px rgba(48,25,52,.13)!important;
  }
  .bm-native-photo{
    flex:1 1 auto!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    background:#171318!important;
  }
  .bm-native-photo-image{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center top!important;
  }
  .bm-native-gradient{
    padding:74px 13px 13px!important;
    background:linear-gradient(180deg,rgba(5,4,7,0) 0%,rgba(5,4,7,.10) 28%,rgba(5,4,7,.88) 73%,rgba(5,4,7,.98) 100%)!important;
  }
  .bm-native-gradient h3{
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:0!important;
    margin:5px 0 7px!important;
    font-size:clamp(22px,6.5vw,28px)!important;
    line-height:1.05!important;
  }
  .bm-native-gradient>p{margin:0 0 7px!important;font-size:11px!important;padding:5px 8px!important}
  .bm-native-chips{gap:5px!important;max-height:34px!important;overflow:hidden!important}
  .bm-native-chips span{font-size:10px!important;padding:5px 8px!important}

  /* Quota is visible but no longer placed inside a large white block. */
  .bm-discover-mobile-quota{
    display:block!important;
    position:absolute!important;
    z-index:34!important;
    top:40px!important;
    left:50%!important;
    right:auto!important;
    width:auto!important;
    margin:0!important;
    padding:0!important;
    transform:translateX(-50%)!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    pointer-events:none!important;
  }
  .bm-discover-mobile-quota .bm-usage-summary{
    display:flex!important;
    width:auto!important;
    gap:6px!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
  }
  .bm-discover-mobile-quota .bm-usage-summary>span{
    width:auto!important;
    min-width:54px!important;
    min-height:28px!important;
    padding:4px 8px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    border-radius:999px!important;
    border:1px solid rgba(255,255,255,.42)!important;
    background:rgba(29,22,31,.72)!important;
    color:#fff!important;
    box-shadow:0 5px 16px rgba(0,0,0,.14)!important;
    backdrop-filter:blur(12px)!important;
    -webkit-backdrop-filter:blur(12px)!important;
  }
  .bm-discover-mobile-quota .bm-usage-summary i{font-size:14px!important;line-height:1!important}
  .bm-discover-mobile-quota .bm-usage-summary b{font-size:12px!important;color:#fff!important;line-height:1!important}
  .bm-discover-mobile-quota .bm-usage-summary small{display:none!important}
  .bm-discover-mobile-quota .bm-heart-symbol{font-size:15px!important;color:var(--bm-v1514-heart)!important}

  /* Photo progress and the menu get dedicated non-overlapping positions. */
  .bm-photo-progress{top:9px!important;right:58px!important;font-size:10px!important;padding:5px 7px!important}
  .bm-native-menu{top:8px!important;right:9px!important;width:40px!important;height:40px!important}
  .bm-photo-dots{top:10px!important;left:13px!important;right:108px!important}
  .bm-match-chip-top{top:55px!important;left:12px!important}
  .bm-history-chip{top:91px!important;left:12px!important}

  /* The action bar is a real footer; it never floats over the photo or mobile nav. */
  
  
  
  
  
  
  

  .bm-mobile-nav{
    left:6px!important;
    right:6px!important;
    bottom:max(5px,env(safe-area-inset-bottom))!important;
    min-height:58px!important;
    height:58px!important;
    padding:4px!important;
    border-radius:20px!important;
  }
  .bm-mobile-nav button{padding:4px 1px!important;border-radius:14px!important}
  .bm-mobile-nav button i{font-size:18px!important}
  .bm-mobile-nav button span{font-size:8px!important}

  /* All messages align to the requested right reading edge. */
  .bm-msg-row,.bm-msg-row.mine,.bm-msg-row.theirs{justify-content:flex-end!important;align-items:flex-end!important}
  .bm-msg-row .bm-msg,.bm-msg-row.mine .bm-msg,.bm-msg-row.theirs .bm-msg{max-width:86%!important}
}

@media (max-width:430px){
  .bm-card-stack{height:calc(100dvh - 68px - env(safe-area-inset-bottom))!important}
  .bm-discover-mobile-quota{top:38px!important}
  .bm-native-gradient{padding:62px 11px 10px!important}
  
}

@media (max-width:800px) and (max-height:700px){
  .bm-card-stack{height:calc(100dvh - 64px - env(safe-area-inset-bottom))!important;min-height:330px!important}
  .bm-native-gradient{padding-top:52px!important}
  .bm-native-chips .bm-chip-extra{display:none!important}
  
  
  .bm-mobile-nav{height:54px!important;min-height:54px!important}
}

@media (prefers-reduced-motion:reduce){
  .bm-skeleton-list,.bm-skeleton-profile,.bm-skeleton-chat,.bm-skeleton-profile div{animation:none!important}
}

/* === BangaliMatch 1.5.15: scrollable profile viewer + unified actions === */
.bm-profile-modal{
  z-index:100500!important;
  padding:clamp(10px,2vw,24px)!important;
  overflow:hidden!important;
  place-content:center!important;
}
.bm-profile-modal .bm-profile-dialog{
  width:min(980px,calc(100vw - 32px))!important;
  height:min(900px,calc(100dvh - 32px))!important;
  max-height:calc(100dvh - 32px)!important;
  overflow:hidden!important;
  grid-template-columns:minmax(280px,44%) minmax(0,1fr)!important;
}
.bm-profile-modal .bm-profile-gallery{
  min-width:0;
  min-height:0;
  overflow-y:auto!important;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}
.bm-profile-modal .bm-profile-details{
  min-width:0;
  min-height:0;
  overflow-y:auto!important;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  padding-bottom:36px!important;
}
.bm-profile-modal .bm-modal-actions{
  position:sticky;
  bottom:-1px;
  z-index:4;
  margin:24px -8px -18px!important;
  padding:12px 8px calc(12px + env(safe-area-inset-bottom))!important;
  background:linear-gradient(180deg,rgba(255,255,255,.70),#fff 26%);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.bm-profile-modal .bm-modal-actions button{
  min-height:50px!important;
  border-radius:16px!important;
  font-size:14px!important;
  font-weight:800!important;
}

/* Discover actions use one visual system on every screen. */










@media(max-width:760px){
  .bm-profile-modal{
    padding:0!important;
    background:#f8f3f8!important;
    align-items:stretch!important;
    justify-items:stretch!important;
  }
  .bm-profile-modal .bm-profile-dialog{
    display:block!important;
    width:100vw!important;
    height:100dvh!important;
    max-width:none!important;
    max-height:none!important;
    border-radius:0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    padding-bottom:env(safe-area-inset-bottom)!important;
  }
  .bm-profile-modal .bm-profile-gallery,
  .bm-profile-modal .bm-profile-details{
    overflow:visible!important;
  }
  .bm-profile-modal .bm-profile-gallery{
    padding:10px 10px 8px!important;
  }
  .bm-profile-modal .bm-profile-main-wrap>.bm-profile-main-image,
  .bm-profile-modal .bm-profile-main-image{
    height:clamp(330px,58dvh,520px)!important;
    min-height:330px!important;
    object-fit:contain!important;
    background:#1a101d!important;
  }
  .bm-profile-modal .bm-profile-thumbs{
    padding-bottom:4px!important;
  }
  .bm-profile-modal .bm-profile-details{
    padding:18px 16px calc(96px + env(safe-area-inset-bottom))!important;
  }
  .bm-profile-modal .bm-profile-details h2{
    font-size:clamp(25px,7vw,31px)!important;
    line-height:1.1!important;
  }
  .bm-profile-modal .bm-modal-x{
    position:fixed!important;
    right:12px!important;
    top:calc(10px + env(safe-area-inset-top))!important;
  }
  .bm-profile-modal .bm-modal-actions{
    position:sticky!important;
    bottom:0!important;
    margin:22px -16px calc(-96px - env(safe-area-inset-bottom))!important;
    padding:10px 14px calc(10px + env(safe-area-inset-bottom))!important;
    min-height:76px!important;
  }
  .bm-profile-modal .bm-modal-actions button{
    min-height:50px!important;
  }
  .bm-profile-modal ~ .bm-mobile-nav,
  body:has(.bm-profile-modal) .bm-mobile-nav{
    visibility:hidden!important;
    pointer-events:none!important;
  }
  
  
  
  
}

@media(max-width:390px), (max-height:700px) and (max-width:760px){
  .bm-profile-modal .bm-profile-main-wrap>.bm-profile-main-image,
  .bm-profile-modal .bm-profile-main-image{
    height:clamp(290px,50dvh,410px)!important;
    min-height:290px!important;
  }
  
  
}

/* =========================================================
   BangaliMatch 1.5.16 — clear allowance + unified actions
   ========================================================= */
.bm-page-head>.bm-usage-summary{display:none!important}
.bm-discover-mobile-quota{display:none!important}
.bm-allowance-card .bm-usage-summary{display:flex!important;position:static!important;margin:16px 0 10px!important;justify-content:flex-start!important;pointer-events:auto!important}
.bm-allowance-card .bm-usage-summary>span{min-width:150px!important;background:#fff!important;color:#241a28!important;border:1px solid #eee3ed!important;box-shadow:none!important}





















/* =========================================================
   BangaliMatch 1.5.17 — compact equal actions + mobile hearts
   ========================================================= */
:root{
  --bm-action-height:50px;
  --bm-action-radius:15px;
}

/* Exactly equal action buttons on every viewport. */












/* Hearts page: reduce vertical waste on narrow screens. */
@media(max-width:800px){
  :root{--bm-action-height:46px;--bm-action-radius:14px}
  
  
  
  
  
  

  .bm-heart-intro{
    min-height:0!important;
    padding:13px 14px!important;
    gap:10px!important;
    border-radius:16px!important;
  }
  .bm-heart-intro:before{display:none!important}
  .bm-heart-intro>span{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    font-size:24px!important;
    border-radius:13px!important;
  }
  .bm-heart-intro h3{
    margin:1px 0 3px!important;
    font-size:17px!important;
    line-height:1.15!important;
  }
  .bm-heart-intro p{
    margin:0!important;
    font-size:11px!important;
    line-height:1.35!important;
  }
  .bm-heart-intro>div>small,
  .bm-heart-intro>div>strong:first-child{font-size:8px!important}
  .bm-heart-tabs{
    max-width:none!important;
    min-height:50px!important;
    margin-top:8px!important;
    border-radius:14px!important;
  }
  .bm-heart-tabs button{
    min-height:40px!important;
    padding:8px 10px!important;
    font-size:13px!important;
  }
  .bm-heart-grid{gap:10px!important}
  .bm-heart-card{
    grid-template-columns:112px minmax(0,1fr)!important;
    min-height:250px!important;
    border-radius:16px!important;
    overflow:hidden!important;
  }
  .bm-heart-profile{min-height:250px!important}
  .bm-heart-card-body{padding:14px 13px!important}
  .bm-heart-card-title{display:block!important}
  .bm-heart-card-title h3{font-size:18px!important;margin:0 0 5px!important}
  .bm-heart-status{
    display:inline-flex!important;
    margin:0 0 7px!important;
    padding:5px 8px!important;
    font-size:9px!important;
  }
  .bm-heart-card-body>p{font-size:11px!important;margin:4px 0!important}
  .bm-heart-card-body>small{font-size:9px!important;padding-top:8px!important}
  .bm-heart-card-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:7px!important;
    margin-top:auto!important;
  }
  .bm-heart-card-actions button{
    width:100%!important;
    min-width:0!important;
    min-height:38px!important;
    padding:7px 8px!important;
    font-size:10px!important;
    border-radius:11px!important;
  }
  .bm-heart-card-actions .bm-heart-view{grid-column:1/-1!important}
  .bm-heart-card-actions .bm-primary{min-width:0!important}
}

@media(max-width:390px){
  
  
  .bm-heart-card{grid-template-columns:96px minmax(0,1fr)!important}
  .bm-heart-card-body{padding:12px 10px!important}
}

/* =========================================================
   BangaliMatch 1.5.18 — profile details + unified action dock
   ========================================================= */
.bm-native-card{overflow:hidden!important}
.bm-native-photo{position:relative!important}
.bm-photo-progress{
  top:14px!important;
  right:72px!important;
  min-width:48px!important;
  height:34px!important;
  padding:0 11px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  background:rgba(18,14,22,.78)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:850!important;
  line-height:1!important;
  z-index:23!important;
  backdrop-filter:blur(10px)!important;
}
.bm-native-menu{top:10px!important;right:12px!important;z-index:24!important}
.bm-native-gradient{
  padding:110px 24px 20px!important;
  background:linear-gradient(180deg,transparent 0%,rgba(11,8,14,.12) 18%,rgba(11,8,14,.9) 70%,#0e0b10 100%)!important;
}
.bm-profile-location{margin:6px 0 8px!important}
.bm-profile-bio{
  max-width:640px!important;
  margin:0 0 10px!important;
  color:rgba(255,255,255,.88)!important;
  font-size:13px!important;
  line-height:1.42!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.bm-profile-meta-row{display:flex!important;align-items:center!important;gap:9px!important;margin-top:7px!important;min-width:0!important}
.bm-profile-meta-row>b{flex:0 0 auto;color:rgba(255,255,255,.7)!important;font-size:10px!important;letter-spacing:.06em!important;text-transform:uppercase!important}
.bm-profile-meta-row .bm-native-chips{display:flex!important;gap:6px!important;flex-wrap:wrap!important;min-width:0!important}
.bm-profile-meta-row .bm-native-chips span{
  padding:5px 9px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.32)!important;
  background:rgba(20,15,23,.5)!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:750!important;
  line-height:1!important;
}












@media(min-width:801px){
  .bm-native-card,.bm-card-stack{max-width:660px!important}
  .bm-native-photo{height:min(610px,66vh)!important;min-height:520px!important}
  .bm-native-gradient h3{font-size:31px!important}
}

@media(max-width:800px){
  .bm-native-photo{height:calc(100dvh - 152px)!important;min-height:500px!important}
  .bm-photo-progress{top:10px!important;right:62px!important;height:30px!important;min-width:43px!important;padding-inline:9px!important;font-size:11px!important}
  .bm-native-menu{top:7px!important;right:8px!important}
  .bm-native-gradient{padding:125px 16px 15px!important}
  .bm-native-gradient h3{font-size:29px!important;line-height:1.05!important}
  .bm-profile-bio{font-size:11px!important;line-height:1.35!important;margin-bottom:7px!important;-webkit-line-clamp:2!important}
  .bm-profile-meta-row{gap:6px!important;margin-top:5px!important}
  .bm-profile-meta-row>b{font-size:8px!important}
  .bm-profile-meta-row .bm-native-chips{gap:4px!important;flex-wrap:nowrap!important;overflow:hidden!important}
  .bm-profile-meta-row .bm-native-chips span{padding:4px 7px!important;font-size:8px!important;white-space:nowrap!important}
  
  
  
  
}

@media(max-width:390px), (max-height:720px) and (max-width:800px){
  .bm-native-photo{height:calc(100dvh - 142px)!important;min-height:440px!important}
  .bm-native-gradient{padding:105px 14px 11px!important}
  .bm-native-gradient h3{font-size:26px!important}
  .bm-profile-bio{font-size:10px!important;-webkit-line-clamp:1!important}
  .bm-profile-meta-row .bm-native-chips span{font-size:7px!important;padding:3px 6px!important}
  
  
}

/* =========================================================
   BangaliMatch 1.5.19 — final responsive Discover card fix
   ========================================================= */
@media (max-width:800px){
  /* One self-contained card that fits between the browser viewport and app nav. */
  .bm-discover-main,
  #bm-discover-results,
  .bm-card-stack{
    min-height:0!important;
    height:auto!important;
  }

  .bm-card-stack{
    width:100%!important;
    max-width:100%!important;
    padding:6px 8px 0!important;
    margin:0 auto!important;
  }

  .bm-native-card{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    max-width:100%!important;
    height:calc(100dvh - 82px - env(safe-area-inset-bottom))!important;
    max-height:760px!important;
    min-height:500px!important;
    margin:0!important;
    overflow:hidden!important;
    border-radius:22px!important;
    background:#131015!important;
    box-shadow:0 12px 30px rgba(44,20,49,.16)!important;
  }

  .bm-native-photo{
    flex:1 1 auto!important;
    height:auto!important;
    min-height:0!important;
    overflow:hidden!important;
    border-radius:22px 22px 0 0!important;
  }

  .bm-native-photo-image{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center 22%!important;
  }

  /* Keep the information readable, without covering most of the photo. */
  .bm-native-gradient{
    padding:92px 15px 12px!important;
    background:linear-gradient(180deg,rgba(8,6,10,0) 0%,rgba(8,6,10,.08) 28%,rgba(8,6,10,.88) 70%,#0e0b10 100%)!important;
  }

  .bm-native-gradient h3{
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:6px!important;
    margin:0 0 7px!important;
    font-size:clamp(25px,7vw,31px)!important;
    line-height:1.05!important;
  }

  .bm-native-gradient .bm-trust-heart{
    flex:0 0 auto!important;
    margin-left:2px!important;
  }

  .bm-profile-location{
    width:max-content!important;
    max-width:100%!important;
    margin:0 0 7px!important;
    padding:5px 9px!important;
    border:1px solid rgba(255,255,255,.32)!important;
    border-radius:999px!important;
    background:rgba(15,11,17,.48)!important;
    color:#fff!important;
    font-size:11px!important;
    font-weight:750!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  .bm-profile-bio{
    margin:0 0 7px!important;
    font-size:10px!important;
    line-height:1.35!important;
    -webkit-line-clamp:1!important;
  }

  .bm-profile-meta-row{
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
    margin-top:5px!important;
    min-width:0!important;
  }

  .bm-profile-meta-row>b{
    font-size:8px!important;
    letter-spacing:.09em!important;
  }

  .bm-profile-meta-row .bm-native-chips{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:4px!important;
    min-width:0!important;
    overflow:hidden!important;
  }

  .bm-profile-meta-row .bm-native-chips span{
    flex:0 0 auto!important;
    padding:4px 7px!important;
    font-size:8px!important;
  }

  /* Photo progress and menu must never overlap. */
  .bm-photo-progress{
    top:10px!important;
    right:60px!important;
    min-width:44px!important;
    height:30px!important;
    display:grid!important;
    place-items:center!important;
    padding:0 9px!important;
    font-size:11px!important;
    border-radius:999px!important;
  }

  .bm-native-menu{
    top:7px!important;
    right:8px!important;
    width:42px!important;
    height:42px!important;
    border-radius:13px!important;
  }

  /* Unified action rail: every state uses the exact same geometry. */
  

  

  

  

  

  

  

  

  

  /* The fixed app navigation stays visually separate from the action rail. */
  .bm-mobile-nav{
    min-height:58px!important;
    padding:4px!important;
  }
}

@media (max-width:390px), (max-height:720px) and (max-width:800px){
  .bm-native-card{
    height:calc(100dvh - 76px - env(safe-area-inset-bottom))!important;
    min-height:430px!important;
  }
  
  
  
  
  .bm-native-gradient{padding:76px 13px 9px!important}
  .bm-native-gradient h3{font-size:24px!important}
}

/* =========================================================
   BangaliMatch 1.5.20 — focused mobile Discover experience
   Inspired by proven full-screen dating UX patterns without
   reproducing another product's visual identity.
   ========================================================= */
@media (max-width: 800px) {
  /* Discover becomes a focused, edge-to-edge experience. */
  body.bm-view-discover .bm-page-head,
  body.bm-view-discover .bm-sidebar,
  body.bm-view-discover .bm-desktop-header,
  body.bm-view-discover .bm-footer,
  body.bm-view-discover .bm-discover-copy,
  body.bm-view-discover .bm-discover-info,
  body.bm-view-discover .bm-discover-panel {
    display: none !important;
  }

  body.bm-view-discover .bm-shell,
  body.bm-view-discover .bm-main,
  body.bm-view-discover #bm-view,
  body.bm-view-discover .bm-discover-layout,
  body.bm-view-discover .bm-card-stack {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.bm-view-discover #bm-view {
    min-height: calc(100dvh - 66px - env(safe-area-inset-bottom)) !important;
    background: linear-gradient(180deg,#f9f3f8 0%,#f4eef5 100%) !important;
    overflow: hidden !important;
  }

  body.bm-view-discover .bm-card-stack {
    height: calc(100dvh - 68px - env(safe-area-inset-bottom)) !important;
    display: grid !important;
    place-items: stretch !important;
  }

  body.bm-view-discover .bm-native-card {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    display: grid !important;
    grid-template-rows: minmax(0,1fr) 76px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #111 !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  body.bm-view-discover .bm-native-photo {
    min-height: 0 !important;
    height: auto !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    background: #151116 !important;
  }

  body.bm-view-discover .bm-native-photo-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 22% !important;
  }

  /* A strong but restrained fade keeps all information readable. */
  body.bm-view-discover .bm-native-gradient {
    inset: auto 0 0 !important;
    min-height: 48% !important;
    padding: 150px 18px 15px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    background: linear-gradient(180deg,rgba(10,7,12,0) 0%,rgba(10,7,12,.14) 24%,rgba(10,7,12,.78) 66%,rgba(10,7,12,.98) 100%) !important;
  }

  body.bm-view-discover .bm-native-gradient h3 {
    margin: 0 0 7px !important;
    gap: 8px !important;
    font-size: clamp(28px,7.5vw,35px) !important;
    line-height: 1.04 !important;
    letter-spacing: -.035em !important;
  }

  body.bm-view-discover .bm-native-gradient .bm-trust-heart {
    font-size: 1em !important;
    line-height: 1 !important;
    margin-left: 3px !important;
  }

  body.bm-view-discover .bm-profile-location {
    margin: 0 0 8px !important;
    padding: 5px 9px !important;
    font-size: 11px !important;
    background: rgba(8,6,10,.5) !important;
    backdrop-filter: blur(8px) !important;
  }

  body.bm-view-discover .bm-profile-bio {
    display: -webkit-box !important;
    margin: 0 0 8px !important;
    max-width: 96% !important;
    color: rgba(255,255,255,.94) !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  body.bm-view-discover .bm-profile-meta-row {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    margin-top: 5px !important;
  }

  body.bm-view-discover .bm-profile-meta-row > b {
    min-width: max-content !important;
    color: rgba(255,255,255,.7) !important;
    font-size: 8px !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
  }

  body.bm-view-discover .bm-profile-meta-row .bm-native-chips {
    display: flex !important;
    gap: 5px !important;
    overflow: hidden !important;
  }

  body.bm-view-discover .bm-profile-meta-row .bm-native-chips span {
    padding: 4px 8px !important;
    border: 1px solid rgba(255,255,255,.28) !important;
    border-radius: 999px !important;
    background: rgba(15,11,17,.46) !important;
    color: #fff !important;
    font-size: 9px !important;
    font-weight: 750 !important;
    white-space: nowrap !important;
  }

  /* Compact top chrome. */
  body.bm-view-discover .bm-photo-dots {
    top: 10px !important;
    left: 14px !important;
    right: 112px !important;
    height: 4px !important;
    gap: 5px !important;
  }
  body.bm-view-discover .bm-photo-dots i {
    height: 4px !important;
    background: rgba(255,255,255,.32) !important;
  }
  body.bm-view-discover .bm-photo-dots i.active { background: #fff !important; }

  body.bm-view-discover .bm-photo-progress {
    top: 17px !important;
    right: 62px !important;
    min-width: 42px !important;
    height: 28px !important;
    padding: 0 8px !important;
    background: rgba(14,10,16,.72) !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    color: #fff !important;
    backdrop-filter: blur(10px) !important;
  }

  body.bm-view-discover .bm-native-menu {
    top: 10px !important;
    right: 10px !important;
    width: 44px !important;
    height: 44px !important;
    border: 0 !important;
    border-radius: 15px !important;
    background: rgba(255,255,255,.94) !important;
    color: #291d2f !important;
  }

  body.bm-view-discover .bm-match-chip-top {
    top: 60px !important;
    left: 16px !important;
  }
  body.bm-view-discover .bm-history-chip {
    top: 101px !important;
    left: 16px !important;
  }

  body.bm-view-discover .bm-photo-hint { display: none !important; }

  body.bm-view-discover .bm-discover-photo-nav {
    width: 43px !important;
    height: 55px !important;
    border-radius: 18px !important;
    background: rgba(15,11,17,.52) !important;
    border: 1px solid rgba(255,255,255,.26) !important;
    backdrop-filter: blur(8px) !important;
  }

  /* The actions are large, circular and immediately understandable. */
  

  

  

  

  
  
  
  
  

  /* A quieter five-tab app navigation. */
  .bm-mobile-nav {
    min-height: 66px !important;
    height: calc(66px + env(safe-area-inset-bottom)) !important;
    padding: 5px 8px calc(5px + env(safe-area-inset-bottom)) !important;
    border-radius: 22px 22px 0 0 !important;
    background: rgba(255,255,255,.97) !important;
    box-shadow: 0 -10px 28px rgba(42,19,47,.09) !important;
  }
  .bm-mobile-nav a,
  .bm-mobile-nav button {
    min-width: 0 !important;
    padding: 5px 3px !important;
    border-radius: 16px !important;
  }
  .bm-mobile-nav .active {
    background: linear-gradient(180deg,#fff0f6,#ffe5ef) !important;
    color: #e91d5b !important;
  }
}

@media (max-width: 390px), (max-height: 720px) and (max-width: 800px) {
  body.bm-view-discover .bm-native-card {
    grid-template-rows: minmax(0,1fr) 66px !important;
  }
  
  
  
  body.bm-view-discover .bm-native-gradient { padding: 120px 15px 10px !important; }
  body.bm-view-discover .bm-native-gradient h3 { font-size: 27px !important; }
  body.bm-view-discover .bm-profile-bio { -webkit-line-clamp: 1 !important; }
}
@media (max-width:800px){
  body.bm-view-discover .bm-card-more{
    width:max-content!important;
    margin:7px 0 0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    color:rgba(255,255,255,.92)!important;
    font-size:10px!important;
    font-weight:800!important;
    text-decoration:underline!important;
    text-underline-offset:3px!important;
  }
}
@media (min-width:801px){.bm-card-more{display:none!important}}

/* ========================================================================== 
   BangaliMatch 1.5.21 — authoritative responsive Discover component
   This final layer intentionally replaces historic action-card overrides.
   ========================================================================== */




/* Desktop: an integrated action dock, never a detached white box. */
@media (min-width:1025px){
  body.bm-view-discover .bm-native-card{
    position:relative!important;
    display:block!important;
    overflow:hidden!important;
    background:#161218!important;
  }
  body.bm-view-discover .bm-native-photo{
    height:clamp(500px,61vh,640px)!important;
    min-height:500px!important;
  }
  body.bm-view-discover .bm-native-gradient{
    padding-right:330px!important;
    padding-bottom:22px!important;
  }
  
  
  
  
  
  
  
  
  
  body.bm-view-discover .bm-photo-progress{right:72px!important}
}

/* Tablet: centered card and compact equal pills. */
@media (min-width:801px) and (max-width:1024px){
  body.bm-view-discover .bm-native-card{
    max-width:min(610px,72vw)!important;
    margin-inline:auto!important;
    display:grid!important;
    grid-template-rows:minmax(0,1fr) 64px!important;
  }
  body.bm-view-discover .bm-native-photo{
    height:min(620px,68dvh)!important;
    min-height:480px!important;
  }
  
  
  
  
}

/* Mobile: one-screen card, calm information hierarchy, three identical circles. */
@media (max-width:800px){
  body.bm-view-discover .bm-shell{
    min-height:100dvh!important;
    padding-bottom:calc(66px + env(safe-area-inset-bottom))!important;
  }
  body.bm-view-discover #bm-view{
    min-height:calc(100dvh - 66px - env(safe-area-inset-bottom))!important;
    height:calc(100dvh - 66px - env(safe-area-inset-bottom))!important;
    overflow:hidden!important;
    padding:5px!important;
  }
  body.bm-view-discover .bm-discover-layout,
  body.bm-view-discover .bm-discover-main,
  body.bm-view-discover #bm-discover-results,
  body.bm-view-discover .bm-card-stack{
    height:100%!important;
    min-height:0!important;
  }
  body.bm-view-discover .bm-native-card{
    height:100%!important;
    min-height:0!important;
    display:grid!important;
    grid-template-rows:minmax(0,1fr) 72px!important;
    border-radius:22px!important;
    overflow:hidden!important;
    background:#151117!important;
    box-shadow:0 14px 36px rgba(37,18,43,.18)!important;
  }
  body.bm-view-discover .bm-native-photo{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    background:#151117!important;
  }
  body.bm-view-discover .bm-native-photo-image{
    object-fit:cover!important;
    object-position:center 20%!important;
  }
  body.bm-view-discover .bm-native-gradient{
    min-height:52%!important;
    padding:115px 15px 12px!important;
  }
  body.bm-view-discover .bm-native-gradient h3{
    margin:0 0 6px!important;
    font-size:clamp(25px,7.6vw,31px)!important;
  }
  body.bm-view-discover .bm-profile-location{
    margin-bottom:6px!important;
    max-width:max-content!important;
  }
  body.bm-view-discover .bm-profile-bio{
    margin-bottom:6px!important;
    font-size:11px!important;
    line-height:1.28!important;
    -webkit-line-clamp:1!important;
  }
  body.bm-view-discover .bm-profile-meta-row{
    margin-top:4px!important;
    gap:6px!important;
  }
  body.bm-view-discover .bm-profile-meta-row> b{font-size:7px!important}
  body.bm-view-discover .bm-profile-meta-row .bm-native-chips span{
    padding:3px 7px!important;
    font-size:8px!important;
  }
  body.bm-view-discover .bm-card-more{
    display:inline-flex!important;
    align-items:center!important;
    width:max-content!important;
    margin:7px 0 0!important;
    padding:5px 9px!important;
    border:1px solid rgba(255,255,255,.24)!important;
    border-radius:999px!important;
    background:rgba(12,9,14,.42)!important;
    color:#fff!important;
    font-size:9px!important;
    font-weight:750!important;
    line-height:1!important;
    text-decoration:none!important;
    backdrop-filter:blur(8px)!important;
  }
  
  
  
  
  
  
  
  
  
  body.bm-view-discover .bm-photo-progress{
    right:64px!important;
    top:13px!important;
  }
  body.bm-view-discover .bm-native-menu{
    right:10px!important;top:9px!important;
  }
  body.bm-view-discover .bm-photo-dots{
    right:120px!important;
  }
  body.bm-view-discover .bm-mobile-nav{
    min-height:61px!important;
    height:calc(61px + env(safe-area-inset-bottom))!important;
    padding:4px 6px calc(4px + env(safe-area-inset-bottom))!important;
  }
}

@media (max-width:390px), (max-height:700px) and (max-width:800px){
  body.bm-view-discover .bm-native-card{grid-template-rows:minmax(0,1fr) 64px!important}
  
  
  
  body.bm-view-discover .bm-native-gradient{padding:90px 12px 9px!important}
  body.bm-view-discover .bm-native-gradient h3{font-size:24px!important}
  body.bm-view-discover .bm-profile-bio{display:none!important}
  body.bm-view-discover .bm-interest-chips span:nth-child(n/**/+3){display:none!important}
}

/* ==========================================================================
   BangaliMatch 1.5.26 — Discover action dock
   Single source of truth for PASS / LIKE|CONNECTED / HEART|CHAT.
   Replaces all previous Discover action-button CSS on desktop, tablet and phone.
   ========================================================================== */
#bm-view[data-bm-view="discover"] .bm-native-actions{
  --bm-discover-action-height:74px;
  --bm-discover-action-radius:22px;
  --bm-discover-action-gap:12px;
  box-sizing:border-box;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:center;
  gap:var(--bm-discover-action-gap);
  width:100%;
  min-height:98px;
  margin:0;
  padding:12px 16px;
  border-top:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg,#151116 0%,#0d0b0f 100%);
}

#bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action{
  -webkit-appearance:none!important;
  appearance:none!important;
  box-sizing:border-box!important;
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:var(--bm-discover-action-height)!important;
  min-height:var(--bm-discover-action-height)!important;
  max-height:var(--bm-discover-action-height)!important;
  margin:0!important;
  padding:0 16px!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  gap:11px!important;
  border-radius:var(--bm-discover-action-radius)!important;
  border:1px solid rgba(255,255,255,.20)!important;
  color:#fff!important;
  font:inherit!important;
  line-height:1!important;
  text-shadow:none!important;
  overflow:hidden!important;
  transform:none!important;
  opacity:1!important;
  cursor:pointer!important;
  box-shadow:0 10px 24px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.10)!important;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease,border-color .18s ease!important;
}

#bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action .bm-action-icon{
  position:static!important;
  flex:0 0 30px!important;
  width:30px!important;
  height:30px!important;
  margin:0!important;
  display:grid!important;
  place-items:center!important;
  color:inherit!important;
}
#bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action .bm-action-icon svg{
  display:block!important;
  width:30px!important;
  height:30px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.15!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
#bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action .bm-action-icon svg path{
  fill:none!important;
  stroke:currentColor!important;
  vector-effect:non-scaling-stroke;
}

#bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action small{
  display:block!important;
  min-width:0!important;
  margin:0!important;
  color:inherit!important;
  font-size:12px!important;
  font-weight:850!important;
  line-height:1!important;
  letter-spacing:.055em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

/* PASS — premium graphite */
#bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action.bm-pass{
  background:linear-gradient(145deg,#302c32 0%,#211e23 58%,#171519 100%)!important;
  border-color:rgba(255,255,255,.24)!important;
}

/* LIKE / LIKED — purple family so the middle action keeps one visual identity */
#bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action.bm-like{
  background:linear-gradient(135deg,#a94df3 0%,#8533d7 50%,#6d28bd 100%)!important;
  border-color:rgba(220,177,255,.64)!important;
  color:#fff!important;
}

/* CONNECTED — same modern purple treatment as the mockup */
#bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action.bm-connection-info{
  background:linear-gradient(135deg,#a94df3 0%,#8533d7 50%,#6d28bd 100%)!important;
  border-color:rgba(220,177,255,.64)!important;
}

/* HEART / CHAT — vivid pink-coral treatment */
#bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action.bm-heart-main,
#bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action.bm-open-connected-chat{
  background:linear-gradient(135deg,#ff4778 0%,#f42d66 52%,#dc174f 100%)!important;
  border-color:rgba(255,155,184,.72)!important;
}

/* Disabled states remain readable instead of becoming washed out. */
#bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action:disabled{
  cursor:not-allowed!important;
  opacity:.72!important;
  filter:saturate(.78)!important;
  box-shadow:0 7px 18px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.07)!important;
}
#bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action.bm-connection-info:disabled{
  opacity:1!important;
}

#bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action:not(:disabled):hover{
  transform:translateY(-2px)!important;
  filter:brightness(1.06) saturate(1.04)!important;
  box-shadow:0 14px 30px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.14)!important;
}
#bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action:not(:disabled):active{
  transform:translateY(0) scale(.985)!important;
}
#bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action:focus-visible{
  outline:3px solid rgba(255,255,255,.52)!important;
  outline-offset:3px!important;
}

/* Desktop: dock remains attached to the bottom of the profile card. */
@media (min-width:1025px){
  #bm-view[data-bm-view="discover"] .bm-native-gradient{padding-right:390px!important;}
  #bm-view[data-bm-view="discover"] .bm-native-actions{
    position:absolute;
    z-index:12;
    right:20px;
    bottom:20px;
    width:365px;
    min-height:90px;
    padding:8px;
    gap:8px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:26px;
    background:rgba(15,12,17,.82);
    box-shadow:0 18px 44px rgba(0,0,0,.30);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
  }
  #bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action{
    --bm-discover-action-height:72px;
    --bm-discover-action-radius:20px;
    padding-inline:10px!important;
    gap:7px!important;
  }
  #bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action .bm-action-icon,
  #bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action .bm-action-icon svg{
    width:25px!important;
    height:25px!important;
  }
  #bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action .bm-action-icon{flex-basis:25px!important;}
  #bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action small{font-size:10px!important;}
}

/* Tablet: full-width three-button strip, same geometry and colors. */
@media (min-width:701px) and (max-width:1024px){
  #bm-view[data-bm-view="discover"] .bm-native-card{
    grid-template-rows:minmax(0,1fr) 96px!important;
  }
  #bm-view[data-bm-view="discover"] .bm-native-actions{
    --bm-discover-action-height:72px;
    --bm-discover-action-radius:21px;
    gap:10px;
    min-height:96px;
    padding:11px 14px;
  }
}

/* Phone: matches the approved mobile mockup. */
@media (max-width:700px){
  #bm-view[data-bm-view="discover"] .bm-native-card{
    grid-template-rows:minmax(0,1fr) 78px!important;
  }
  #bm-view[data-bm-view="discover"] .bm-native-actions{
    --bm-discover-action-height:62px;
    --bm-discover-action-radius:18px;
    --bm-discover-action-gap:7px;
    min-height:78px;
    padding:8px 8px;
  }
  #bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action{
    padding-inline:7px!important;
    gap:6px!important;
  }
  #bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action .bm-action-icon,
  #bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action .bm-action-icon svg{
    width:24px!important;
    height:24px!important;
  }
  #bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action .bm-action-icon{flex-basis:24px!important;}
  #bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action small{
    font-size:9px!important;
    letter-spacing:.035em!important;
  }
}

@media (max-width:360px){
  #bm-view[data-bm-view="discover"] .bm-native-card{
    grid-template-rows:minmax(0,1fr) 72px!important;
  }
  #bm-view[data-bm-view="discover"] .bm-native-actions{
    --bm-discover-action-height:58px;
    --bm-discover-action-radius:17px;
    --bm-discover-action-gap:5px;
    min-height:72px;
    padding:7px 6px;
  }
  #bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action{gap:4px!important;padding-inline:5px!important;}
  #bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action .bm-action-icon,
  #bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action .bm-action-icon svg{width:21px!important;height:21px!important;}
  #bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action .bm-action-icon{flex-basis:21px!important;}
  #bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action small{font-size:7.5px!important;letter-spacing:0!important;}
}

@media (prefers-reduced-motion:reduce){
  #bm-view[data-bm-view="discover"] .bm-native-actions>.bm-discover-action{transition:none!important;}
}


/* BangaliMatch v1.5.27 — first-run onboarding */
.bm-onboarding{min-height:100vh;background:linear-gradient(180deg,#fff 0,#fff8fb 100%);color:#17151c}.bm-onboarding>header{height:76px;padding:0 clamp(18px,4vw,52px);display:flex;align-items:center;gap:12px;border-bottom:1px solid #eee7ef;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);position:sticky;top:0;z-index:5}.bm-onboarding>header img{width:42px;height:42px;border-radius:12px;object-fit:contain}.bm-onboarding>header>div{display:flex;flex-direction:column}.bm-onboarding>header b{font-size:20px}.bm-onboarding>header b strong{color:var(--bm-accent)}.bm-onboarding>header small{color:#817985}.bm-onboarding>header button{margin-left:auto;border:0;background:transparent;color:#6e6572;font-weight:700;cursor:pointer}.bm-onboarding>main{width:min(760px,calc(100% - 28px));margin:38px auto 70px}.bm-onboard-progress{margin:0 4px 18px}.bm-onboard-progress>div{display:flex;justify-content:space-between;font-size:13px;font-weight:800;color:#665d69}.bm-onboard-progress>i{display:block;height:8px;background:#eee8ef;border-radius:999px;overflow:hidden;margin:9px 0 7px}.bm-onboard-progress>i em{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#7c4dff,#f72559)}.bm-onboard-progress>small{color:#8d8490}.bm-onboard-card{background:#fff;border:1px solid #eee6ef;border-radius:28px;padding:clamp(22px,5vw,46px);box-shadow:0 22px 60px rgba(49,28,52,.09)}.bm-onboard-card h1{font-size:clamp(28px,5vw,42px);line-height:1.08;margin:8px 0 10px}.bm-onboard-card>p{color:#756c78;margin:0 0 28px}.bm-onboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.bm-onboard-grid label{font-weight:800;font-size:14px;display:flex;flex-direction:column;gap:8px}.bm-onboard-grid input,.bm-onboard-grid select,.bm-onboard-grid textarea{width:100%;box-sizing:border-box;border:1px solid #ddd3df;border-radius:14px;background:#fff;padding:14px 15px;font:inherit;color:#211d24;outline:none}.bm-onboard-grid input:focus,.bm-onboard-grid select:focus,.bm-onboard-grid textarea:focus{border-color:#9d6cff;box-shadow:0 0 0 4px rgba(124,77,255,.1)}.bm-onboard-grid label small{font-weight:500;color:#8a818d}.bm-onboard-wide{grid-column:1/-1}.bm-onboard-choice{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.bm-onboard-choice label{cursor:pointer}.bm-onboard-choice input{position:absolute;opacity:0}.bm-onboard-choice span{min-height:150px;padding:22px 14px;border:1px solid #e6dce7;border-radius:20px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;font-size:30px;transition:.2s}.bm-onboard-choice b{font-size:17px;margin-top:10px}.bm-onboard-choice small{font-size:12px;color:#877d89;margin-top:5px}.bm-onboard-choice input:checked+span{border-color:#8c5cff;background:linear-gradient(180deg,#faf7ff,#fff5f8);box-shadow:0 0 0 4px rgba(124,77,255,.08)}.bm-onboard-extra{margin-top:18px}.bm-onboard-photo{text-align:center}.bm-onboard-photo-preview{width:min(320px,100%);aspect-ratio:4/3;margin:0 auto 20px;border:1px dashed #d7c9da;border-radius:24px;background:#faf7fb;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden;position:relative}.bm-onboard-photo-preview img{width:100%;height:100%;object-fit:cover}.bm-onboard-photo-preview>div{font-size:56px;color:#cabdce}.bm-onboard-photo-preview b{margin-top:8px}.bm-onboard-photo-preview small{color:#8c828f;margin-top:5px}.bm-onboard-photo-preview span{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);background:#168a65;color:#fff;border-radius:999px;padding:7px 12px;font-weight:800;font-size:12px}.bm-onboard-upload{display:inline-flex!important;cursor:pointer}.bm-onboard-card form>footer{display:flex;justify-content:space-between;align-items:center;gap:14px;border-top:1px solid #f0e9f1;margin-top:30px;padding-top:22px}.bm-onboard-card form>footer>div{display:flex;align-items:center;gap:12px}.bm-onboard-note{text-align:center;color:#8b828e;font-size:13px;margin:18px}.bm-onboard-card .bm-form-status:not(:empty){margin-top:18px}.bm-onboard-card .bm-form-status.error{color:#b42318;background:#fff1f0;border-radius:12px;padding:11px 13px}.bm-onboard-card .bm-primary,.bm-onboard-card .bm-secondary{min-height:46px;border-radius:14px;padding:0 20px}.bm-onboard-card .bm-link-btn{font-weight:800}
@media(max-width:640px){.bm-onboarding>header{height:64px;padding:0 15px}.bm-onboarding>header img{width:36px;height:36px}.bm-onboarding>header small{display:none}.bm-onboarding>main{margin:20px auto 42px;width:min(100% - 20px,760px)}.bm-onboard-card{border-radius:22px;padding:22px 17px}.bm-onboard-grid,.bm-onboard-choice{grid-template-columns:1fr}.bm-onboard-choice span{min-height:92px;flex-direction:row;justify-content:flex-start;text-align:left;gap:12px;padding:16px;font-size:26px}.bm-onboard-choice b{margin:0;font-size:16px}.bm-onboard-choice small{margin:0 0 0 auto;max-width:42%;text-align:right}.bm-onboard-card form>footer{align-items:stretch}.bm-onboard-card form>footer>div{margin-left:auto;flex-wrap:wrap;justify-content:flex-end}.bm-onboard-card .bm-primary,.bm-onboard-card .bm-secondary{min-height:44px}.bm-onboard-wide{grid-column:auto}}
