.wwgt-bgmm-app{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:var(--wwgt-text);max-width:720px;margin:0 auto}.wwgt-bgmm-hero{position:relative;border-radius:8px;padding:clamp(40px,6vw,72px) clamp(20px,4vw,48px);margin-bottom:28px;overflow:hidden;background:linear-gradient(135deg,#12405e 0%,#00acec 100%);text-align:center}.wwgt-bgmm-hero--has-image{background-size:cover;background-position:center}.wwgt-bgmm-hero__overlay{position:absolute;inset:0;background:linear-gradient(0deg,#00aeed 0%,#12405e -100%);opacity:.9;z-index:0}.wwgt-bgmm-hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.wwgt-bgmm-hero__eyebrow{margin:0 0 8px;color:#00acec;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.wwgt-bgmm-hero__title{margin:0 0 10px;color:#fff;font-size:clamp(26px,4vw,44px);font-weight:500;line-height:1.1;letter-spacing:-.03em}.wwgt-bgmm-hero__subtitle{margin:0 0 18px;color:rgba(255,255,255,.88);font-size:17px;line-height:1.7;max-width:560px}.wwgt-bgmm-hero__facts{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.wwgt-bgmm-hero__facts span{display:inline-flex;align-items:center;padding:6px 14px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.12);color:#fff;font-size:13px}.wwgt-bgmm-body{background:var(--wwgt-surface-soft,var(--wwgt-surface));border:1px solid var(--wwgt-border);border-radius:12px;padding:32px 36px 36px}.wwgt-bgmm-section-title{margin:0 0 8px;font-size:18px;font-weight:700;color:var(--wwgt-navy)}.wwgt-bgmm-section-copy{margin:0 0 20px;font-size:14px;color:var(--wwgt-text-muted);line-height:1.6}.wwgt-bgmm-select{width:100%;box-sizing:border-box;height:auto;min-height:48px;padding:0 16px;border:2px solid var(--wwgt-border);border-radius:8px;font-size:15px;line-height:1.4;color:var(--wwgt-text);background:var(--wwgt-surface);outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='%23888' d='M5.5 7.5l4.5 4.5 4.5-4.5z'/></svg>");background-repeat:no-repeat;background-position:right 16px center;background-size:14px;margin-bottom:8px}.wwgt-bgmm-select:focus{border-color:var(--wwgt-primary)}.wwgt-bgmm-error{background:var(--wwgt-danger-bg);color:var(--wwgt-danger);border-radius:8px;padding:10px 14px;font-size:13px;margin-top:8px}.wwgt-bgmm-progress{margin-bottom:24px}.wwgt-bgmm-progress span{display:block;margin-bottom:8px;font-size:13px;font-weight:700;color:var(--wwgt-text-muted)}.wwgt-bgmm-progress__track{height:6px;border-radius:999px;background:var(--wwgt-border);overflow:hidden}.wwgt-bgmm-progress__bar{display:block;height:100%;background:var(--wwgt-primary);border-radius:999px;transition:width .25s ease}.wwgt-bgmm-deck{position:relative;display:flex;justify-content:center;margin-bottom:24px;touch-action:pan-y}.wwgt-bgmm-card{position:relative;width:100%;max-width:420px;min-height:260px;background:linear-gradient(160deg,#ffffff 0%,var(--wwgt-surface-soft) 100%);border:1px solid var(--wwgt-border);border-radius:16px;padding:32px 28px;cursor:grab;user-select:none;box-shadow:0 12px 30px rgba(18,64,94,.12);transition:transform .18s ease,opacity .18s ease;display:flex;flex-direction:column;justify-content:center}.wwgt-bgmm-card:active{cursor:grabbing}.wwgt-bgmm-card--leaving-left{transform:translateX(-420px) rotate(-18deg)!important;opacity:0}.wwgt-bgmm-card--leaving-right{transform:translateX(420px) rotate(18deg)!important;opacity:0}.wwgt-bgmm-card__badge{position:absolute;top:20px;padding:6px 16px;border-radius:999px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;border:3px solid;opacity:0;transition:opacity .15s ease}.wwgt-bgmm-card__badge--nein{left:20px;color:var(--wwgt-danger);border-color:var(--wwgt-danger);transform:rotate(-12deg)}.wwgt-bgmm-card__badge--ja{right:20px;color:#1c9a5b;border-color:#1c9a5b;transform:rotate(12deg)}.wwgt-bgmm-card--hint-left .wwgt-bgmm-card__badge--nein{opacity:1}.wwgt-bgmm-card--hint-right .wwgt-bgmm-card__badge--ja{opacity:1}.wwgt-bgmm-card__eyebrow{margin:0 0 10px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--wwgt-primary);text-align:center}.wwgt-bgmm-card__title{margin:0 0 12px;font-size:clamp(20px,3vw,26px);font-weight:800;color:var(--wwgt-navy);text-align:center}.wwgt-bgmm-card__text{margin:0;font-size:14px;line-height:1.7;color:var(--wwgt-text);text-align:center}.wwgt-bgmm-hint{text-align:center;font-size:13px;color:var(--wwgt-text-muted);margin:0 0 20px}.wwgt-bgmm-swipe-actions{display:flex;justify-content:center;gap:16px}.wwgt-bgmm-swipe-btn{padding:14px 28px;border-radius:8px;font-size:15px;font-weight:700;border:2px solid var(--wwgt-border);background:var(--wwgt-surface);cursor:pointer;transition:transform .12s ease,background .15s}.wwgt-bgmm-swipe-btn--nein{color:var(--wwgt-danger)}.wwgt-bgmm-swipe-btn--nein:hover{background:var(--wwgt-danger-bg)}.wwgt-bgmm-swipe-btn--ja{color:#1c9a5b;border-color:#1c9a5b}.wwgt-bgmm-swipe-btn--ja:hover{background:rgba(28,154,91,.1)}.wwgt-bgmm-swipe-btn:active{transform:scale(.96)}.wwgt-bgmm-result-title{margin:0 0 8px;font-size:clamp(20px,3vw,28px);font-weight:800;color:var(--wwgt-navy)}.wwgt-bgmm-result-intro{margin:0 0 16px;font-size:14px;color:var(--wwgt-text-muted)}.wwgt-bgmm-selected-bedarfe{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.wwgt-bgmm-chip{display:inline-flex;align-items:center;padding:6px 14px;border-radius:999px;background:var(--wwgt-primary-light,var(--wwgt-surface-soft));color:var(--wwgt-primary);font-size:12px;font-weight:700;border:1px solid var(--wwgt-primary)}.wwgt-bgmm-result-list{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.wwgt-bgmm-result-card{border:1px solid var(--wwgt-border);border-radius:12px;padding:20px;background:var(--wwgt-surface)}.wwgt-bgmm-result-card__head{display:flex;align-items:center;gap:14px;margin-bottom:12px}.wwgt-bgmm-result-card__name{margin:0;font-size:16px;font-weight:800;color:var(--wwgt-navy)}.wwgt-bgmm-result-card__quote{margin:2px 0 0;font-size:12px;color:var(--wwgt-text-muted)}.wwgt-bgmm-result-card__matched-label{margin:0 0 8px;font-size:12px;font-weight:700;color:var(--wwgt-text-muted)}.wwgt-bgmm-result-card__badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.wwgt-bgmm-badge{display:inline-flex;padding:5px 12px;border-radius:999px;background:var(--wwgt-surface-soft);color:var(--wwgt-navy);font-size:11px;font-weight:700;border:1px solid var(--wwgt-border)}.wwgt-bgmm-result-card__actions{display:flex;gap:10px;flex-wrap:wrap}.wwgt-bgmm-empty{background:var(--wwgt-surface-soft);border-radius:8px;padding:20px;font-size:14px;color:var(--wwgt-text-muted);text-align:center;margin-bottom:20px}.wwgt-bgmm-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;border:2px solid transparent;text-decoration:none;transition:background .15s,color .15s,border-color .15s}.wwgt-bgmm-btn--small{padding:10px 20px;font-size:13px}.wwgt-bgmm-btn--primary{background:var(--wwgt-primary);color:#fff;border-color:var(--wwgt-primary)}.wwgt-bgmm-btn--primary:hover{background:var(--wwgt-primary-dark);border-color:var(--wwgt-primary-dark);color:#fff}.wwgt-bgmm-btn--outline{background:transparent;color:var(--wwgt-primary);border-color:var(--wwgt-primary)}.wwgt-bgmm-btn--outline:hover{background:var(--wwgt-primary-light)}.wwgt-bgmm-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}@media (max-width:600px){.wwgt-bgmm-body{padding:20px 16px 28px}.wwgt-bgmm-card{padding:24px 20px;min-height:220px}.wwgt-bgmm-swipe-actions{flex-direction:column}.wwgt-bgmm-swipe-btn{width:100%}.wwgt-bgmm-result-card__actions{flex-direction:column}.wwgt-bgmm-result-card__actions .wwgt-bgmm-btn{width:100%}}