.mos-modal-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;animation:mos-fade-in .2s ease}@keyframes mos-fade-in{0%{opacity:0}to{opacity:1}}.mos-modal-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:20px;padding:2.5rem;max-width:520px;width:100%;box-shadow:0 24px 60px #00000080;animation:mos-slide-up .25s cubic-bezier(.34,1.56,.64,1);text-align:center}@keyframes mos-slide-up{0%{transform:translateY(30px) scale(.97);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.mos-modal-icon-wrap{width:70px;height:70px;border-radius:50%;background:#f59e0b1f;border:2px solid rgba(245,158,11,.3);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.mos-modal-title{font-size:1.5rem;font-weight:800;font-family:var(--font-heading);color:var(--color-text);margin:0 0 .75rem}.mos-modal-desc{font-size:.9rem;color:var(--color-text-muted);line-height:1.6;margin:0 0 1.25rem}.mos-modal-warning-box{background:#f59e0b14;border:1px solid rgba(245,158,11,.25);border-radius:10px;padding:1rem 1.25rem;font-size:.87rem;color:var(--color-text);line-height:1.6;text-align:left;margin-bottom:1rem}.mos-modal-tip{font-size:.83rem;color:var(--color-text-muted);line-height:1.6;margin:0 0 1.75rem;text-align:left}.mos-modal-actions{display:flex;gap:.75rem;justify-content:center}.mos-modal-btn-cancel{flex:1;padding:.75rem 1.25rem;border-radius:10px;border:1px solid var(--color-border);background:transparent;color:var(--color-text-muted);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.mos-modal-btn-cancel:hover{background:var(--color-bg-dark);color:var(--color-text)}.mos-modal-btn-confirm{flex:1;padding:.75rem 1.25rem;border-radius:10px;border:none;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.9rem;font-weight:800;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #f59e0b4d}.mos-modal-btn-confirm:hover{transform:translateY(-1px);box-shadow:0 6px 16px #f59e0b66}.mos-page{padding-top:120px;min-height:80vh;position:relative}.mos-page:before{content:"";position:absolute;inset:90px 0 auto;height:380px;pointer-events:none;z-index:0;background:radial-gradient(800px 260px at 10% 0%,rgba(229,9,20,.07),transparent 65%),radial-gradient(700px 220px at 90% 0%,rgba(229,9,20,.05),transparent 62%)}body:not(.light-mode) .mos-page:before{background:radial-gradient(800px 260px at 10% 0%,rgba(255,204,0,.07),transparent 65%),radial-gradient(700px 220px at 90% 0%,rgba(255,204,0,.04),transparent 62%)}.mos-page-header{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:20px;padding:2.5rem 2rem;margin-bottom:2rem;box-shadow:0 10px 40px #00000026}body:not(.light-mode) .mos-page-header{box-shadow:0 10px 40px #00000059}.mos-filter-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1.2rem;align-items:start}.mos-filter-group{display:flex;flex-direction:column;gap:.4rem}@media(min-width:900px){.mos-filter-panel{grid-template-columns:repeat(12,1fr)}.mos-filter-group:nth-child(1),.mos-filter-group:nth-child(2),.mos-filter-group:nth-child(3){grid-column:span 2}.mos-filter-group:nth-child(4){grid-column:span 3}.mos-filter-group:nth-child(5){grid-column:span 3}.mos-filter-group:nth-child(6){grid-column:span 12}}.mos-filter-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted)}.mos-filter-input{text-align:left!important;padding:.6rem .75rem!important;height:38px;box-sizing:border-box}.mos-reset-template-btn{background:var(--color-bg-dark);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text-muted);cursor:pointer;font-size:1.1rem;width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .2s,border-color .2s}.mos-reset-template-btn:hover{color:var(--color-primary);border-color:var(--color-primary)}.mos-template-hint{font-size:.72rem;color:var(--color-text-muted);margin:0;opacity:.75;line-height:1.4}.mos-bulk-generate-btn{background:var(--color-primary)!important;border-color:var(--color-primary)!important;color:#fff!important;font-weight:700!important;box-shadow:0 4px 14px #e5091459!important;transition:opacity .2s,transform .15s!important}.mos-bulk-generate-btn:hover:not(:disabled){opacity:.9!important;transform:translateY(-1px)!important}.mos-bulk-generate-btn:disabled{opacity:.4!important;cursor:not-allowed!important;box-shadow:none!important}.mos-select-all-btn{background:linear-gradient(135deg,#22c55e1a,#15803d26)!important;border-color:#22c55e4d!important;color:#22c55e!important;font-weight:600!important;transition:all .2s ease!important}.mos-select-all-btn:hover{background:linear-gradient(135deg,#22c55e33,#15803d40)!important;border-color:#22c55e80!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #22c55e26!important}.mos-clear-all-btn{background:transparent!important;border-color:transparent!important;color:var(--color-text-muted)!important;padding-left:.5rem!important;padding-right:.5rem!important}.mos-clear-all-btn:hover:not(:disabled){color:var(--color-text)!important;background:#ffffff0d!important}.mos-clear-all-btn:disabled{opacity:.2!important}.mos-mode-select{width:100%;background:var(--color-bg-dark);border:1px solid var(--color-border);border-radius:10px;padding:.6rem .75rem;color:var(--color-text);font-size:.88rem;outline:none;cursor:pointer;transition:border-color .2s,box-shadow .2s;appearance:auto}.mos-mode-select:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px #e509141f}body:not(.light-mode) .mos-mode-select:focus{box-shadow:0 0 0 2px #ffcc0026}.mos-table-container{max-height:62vh;overflow:auto}.mos-table{min-width:1100px}.mos-th{padding:.75rem .85rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:var(--color-text-muted);background:var(--color-bg-card);border-bottom:2px solid var(--color-border);white-space:nowrap;position:sticky;top:0;z-index:10;user-select:none;text-align:center}.mos-table th .gf-th-inner{justify-content:center}.mos-table td.gf-optimizer-td{text-align:center}.mos-th:first-child{border-top-left-radius:12px}.mos-th:last-child{border-top-right-radius:12px}.mos-th-sortable{cursor:pointer}.mos-th-sortable:hover{color:var(--color-text)}.mos-th-triggers{min-width:320px}.mos-trigger-all-btn{background:var(--color-bg-dark);border:1px solid var(--color-border);border-radius:4px;padding:.35rem .5rem;font-size:.68rem;color:var(--color-text-muted);cursor:pointer;font-weight:700;transition:all .2s;text-transform:uppercase;min-width:90px;display:inline-flex;align-items:center;justify-content:center}.mos-trigger-all-btn:hover{color:var(--color-text);border-color:var(--color-text-muted)}.mos-trigger-all-btn.exact:hover{border-color:#3b82f6;color:#3b82f6}.mos-trigger-all-btn.phrase:hover{border-color:#eab308;color:#eab308}.mos-trigger-all-btn.broad:hover{border-color:#22c55e;color:#22c55e}.mos-trigger-col{display:inline-flex;gap:.4rem;align-items:center;flex-wrap:nowrap}.mos-trigger-btn{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .65rem;border-radius:6px;font-size:.72rem;font-weight:700;letter-spacing:.3px;white-space:nowrap;border:1px solid transparent;cursor:pointer;transition:all .2s ease;min-width:90px}.mos-trigger-locked{background:#ef444424;color:#ef4444;border-color:#ef44444d;cursor:not-allowed;opacity:.8}body:not(.light-mode) .mos-trigger-locked{background:#ef44442e}.mos-trigger-available{background:#7f7f7f14;color:var(--color-text-muted);border-color:var(--color-border)}.mos-trigger-available:hover{background:#7f7f7f26;color:var(--color-text)}.mos-trigger-active{background:var(--color-primary);border-color:var(--color-primary);color:#fff;box-shadow:0 4px 14px #e5091440}body:not(.light-mode) .mos-trigger-active{color:#0a0a0a;box-shadow:0 4px 14px #ffcc0040}.mos-missing-col{font-size:.78rem;font-weight:700;color:var(--color-primary);white-space:nowrap}.mos-matchtype-badge{display:inline-block;padding:.15rem .55rem;font-size:.72rem;font-weight:600;border-radius:100px;background:#7f7f7f1a;color:var(--color-text-muted);border:1px solid var(--color-border);text-transform:capitalize;white-space:nowrap}.mos-strength-badge{display:inline-flex;align-items:center;padding:.18rem .6rem;border-radius:100px;font-size:.72rem;font-weight:700;letter-spacing:.3px;white-space:nowrap}.mos-strength-high{background:#22c55e21;color:#16a34a;border:1px solid rgba(34,197,94,.3)}.mos-strength-medium{background:#eab30821;color:#ca8a04;border:1px solid rgba(234,179,8,.3)}.mos-strength-low{background:#7f7f7f1a;color:var(--color-text-muted);border:1px solid var(--color-border)}.mos-preview-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.65rem 1.1rem;border:1.5px solid var(--color-border);border-radius:10px;background:transparent;color:var(--color-text);font-size:.88rem;font-weight:600;cursor:pointer;transition:border-color .2s,color .2s,background .2s;white-space:nowrap}.mos-preview-btn:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary);background:#e509140a}body:not(.light-mode) .mos-preview-btn:hover:not(:disabled){background:#ffcc000a}.mos-preview-btn:disabled{opacity:.4;cursor:not-allowed}.mos-preview-overlay{position:fixed;inset:0;background:#000000a6;backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.mos-preview-modal{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:20px;width:100%;max-width:1200px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 30px 80px #0006;overflow:hidden}.mos-preview-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border);flex:0 0 auto}.mos-preview-header h2{margin:0;font-size:1.1rem}.mos-preview-close{background:none;border:1px solid var(--color-border);border-radius:8px;color:var(--color-text-muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;transition:color .2s,border-color .2s}.mos-preview-close:hover{color:var(--color-primary);border-color:var(--color-primary)}.mos-preview-scroll{flex:1;overflow:auto;padding:1rem 1.5rem}.mos-preview-footer{border-top:1px solid var(--color-border);padding:1rem 1.5rem;display:flex;gap:.75rem;justify-content:flex-end;flex:0 0 auto}.mos-preview-table{width:100%;border-collapse:collapse;font-size:.8rem;min-width:900px}.mos-preview-table th{padding:.65rem .75rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted);border-bottom:2px solid var(--color-border);text-align:left;white-space:nowrap;background:var(--color-bg-card);position:sticky;top:0}.mos-preview-table td{padding:.5rem .75rem;border-bottom:1px solid var(--color-border);color:var(--color-text);white-space:nowrap}.mos-preview-even td{background:#7f7f7f08}@media(max-width:860px){.mos-filter-panel{flex-direction:column;gap:.85rem}.mos-filter-group{min-width:100%}}.mos-step-header{display:flex;align-items:center;gap:1.2rem;margin:-1.4rem -1.5rem 1.5rem;padding:1.25rem 1.5rem;background:#e5091414;border-bottom:1px solid rgba(229,9,20,.2)}body:not(.light-mode) .mos-step-header{background:#ffcc0014;border-bottom:1px solid rgba(255,204,0,.2)}.mos-step-header h2{font-size:1.25rem;font-weight:700;margin:0 0 .35rem;color:var(--color-text)}.mos-step-header .text-muted{margin:0;font-size:.9rem;line-height:1.4}.mos-step-number{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#7f7f7f14;color:var(--color-text-muted);font-size:1.2rem;font-weight:700;flex-shrink:0;border:1px solid var(--color-border);box-shadow:0 4px 10px #0000000d}.mos-step-number--green{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-hover))!important;box-shadow:0 5px 15px #e5091459!important;color:#fff!important;border:none}body:not(.light-mode) .mos-step-number--green{box-shadow:0 5px 15px #ffcc0059!important;color:#0a0a0a!important}.mos-radio-pill-group{display:flex;gap:.75rem;width:100%}.mos-radio-pill-group.double{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.mos-radio-pill{height:52px;min-height:52px;display:flex;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;padding:0 1rem;border:1px solid var(--color-border);border-radius:12px;background:var(--color-bg-dark);color:var(--color-text-muted);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);user-select:none;position:relative;overflow:hidden}.mos-radio-pill input[type=radio]{position:absolute;opacity:0;width:0;height:0}.mos-radio-pill:hover:not(.active){border-color:var(--color-primary);color:var(--color-text);transform:translateY(-1px)}.mos-radio-pill.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff;box-shadow:0 4px 14px #e5091440;transform:translateY(-1px)}body:not(.light-mode) .mos-radio-pill.active{color:#0a0a0a;box-shadow:0 4px 14px #ffcc0040}.mos-summary-wrapper{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.mos-summary-hero{display:flex;gap:2rem;align-items:stretch;background:var(--color-bg-dark);border:1px solid var(--color-border);border-radius:24px;overflow:hidden;position:relative}.mos-summary-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(600px 300px at 0% 50%,rgba(229,9,20,.06),transparent 60%),radial-gradient(400px 200px at 100% 0%,rgba(139,92,246,.05),transparent 60%);pointer-events:none}body:not(.light-mode) .mos-summary-hero:before{background:radial-gradient(600px 300px at 0% 50%,rgba(255,204,0,.05),transparent 60%),radial-gradient(400px 200px at 100% 0%,rgba(139,92,246,.05),transparent 60%)}.mos-summary-hero-left{flex:1;padding:2.5rem;display:flex;flex-direction:column;gap:1rem;justify-content:center;position:relative;z-index:1}.mos-summary-eyebrow{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:var(--color-primary)}.mos-summary-headline{margin:0;font-size:1.45rem;font-family:var(--font-heading);line-height:1.35;color:var(--color-text)}.mos-summary-headline-accent{color:var(--color-primary)}.mos-summary-subline{margin:0;font-size:.9rem;color:var(--color-text-muted);font-style:italic;line-height:1.6}.mos-revenue-projection{width:100%;display:flex;flex-direction:column;gap:.75rem}.mos-rev-label{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:var(--color-primary)}.mos-rev-amount{font-size:3.2rem;font-weight:900;font-family:var(--font-heading);color:#22c55e;line-height:1;letter-spacing:-1.5px;text-shadow:0 4px 12px rgba(34,197,94,.2)}.mos-rev-sub{font-size:.85rem;color:var(--color-text);margin-top:-.25rem;opacity:.9}.mos-rev-bar-wrap{display:flex;height:36px;border-radius:10px;overflow:hidden;margin-top:.5rem;gap:2px;box-shadow:inset 0 2px 4px #0000001a}.mos-rev-bar-before{background:#00000026;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 .5rem;border-radius:8px 0 0 8px;min-width:0}body.light-mode .mos-rev-bar-before{background:#0000000d}.mos-rev-bar-after{background:linear-gradient(135deg,#22c55e,#15803d);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 .6rem;border-radius:0 8px 8px 0;min-width:0;box-shadow:0 0 10px #22c55e66}.mos-rev-bar-labels{display:flex;justify-content:space-between;font-size:.7rem;color:var(--color-text-muted)}.mos-rev-growth{color:#22c55e;font-weight:700}.mos-summary-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.mos-summary-stat-card{border-radius:18px;padding:1.5rem;display:flex;flex-direction:column;gap:.4rem;position:relative;overflow:hidden;border:1px solid transparent;transition:transform .25s ease,box-shadow .25s ease}.mos-summary-stat-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0003}.mos-summary-stat-card:before{content:"";position:absolute;top:0;right:0;width:80px;height:80px;border-radius:50%;opacity:.08;transform:translate(25%,-25%)}.mos-stat-blue{background:#3b82f61a;border-color:#3b82f633}.mos-stat-blue:before{background:#3b82f6}.mos-stat-red{background:#ef44441a;border-color:#ef444433}.mos-stat-red:before{background:#ef4444}.mos-stat-amber{background:#f59e0b1a;border-color:#f59e0b33}.mos-stat-amber:before{background:#f59e0b}.mos-stat-green{background:#22c55e1a;border-color:#22c55e33}.mos-stat-green:before{background:#22c55e}.mos-stat-icon{font-size:1.5rem;line-height:1;margin-bottom:.25rem}.mos-stat-value{font-size:2.4rem;font-weight:800;font-family:var(--font-heading);color:var(--color-text);line-height:1;letter-spacing:-.5px}.mos-stat-label{font-size:.82rem;font-weight:700;color:var(--color-text);margin-top:.1rem}.mos-stat-sub{font-size:.72rem;color:var(--color-text-muted)}.mos-funnel-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:780px){.mos-funnel-grid{grid-template-columns:1fr}.mos-summary-hero{flex-direction:column}.mos-summary-hero-right{width:100%;border-left:none;border-top:1px solid var(--color-border)}}.mos-funnel-card{border-radius:20px;padding:2.5rem;display:flex;flex-direction:column;gap:1rem;border:1px solid var(--color-border);position:relative;overflow:hidden;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);background:var(--color-bg-card)}.mos-funnel-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #00000026}body:not(.light-mode) .mos-funnel-card:hover{box-shadow:0 20px 40px #0006}.mos-funnel-vertical:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(59,130,246,.08),transparent 70%);pointer-events:none}.mos-funnel-horizontal:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(245,158,11,.08),transparent 70%);pointer-events:none}.mos-funnel-badge{display:inline-flex;align-self:flex-start;padding:.35rem .85rem;border-radius:100px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.8px;position:relative;z-index:1}.mos-funnel-vertical .mos-funnel-badge{background:#3b82f61a;color:#3b82f6;border:1px solid rgba(59,130,246,.2)}.mos-funnel-horizontal .mos-funnel-badge{background:#f59e0b1a;color:#f59e0b;border:1px solid rgba(245,158,11,.2)}.mos-funnel-icon{position:absolute;top:1.5rem;right:2rem;font-size:4rem;line-height:1;font-weight:900;color:var(--color-text);opacity:.04;transition:transform .3s ease,opacity .3s ease}.mos-funnel-card:hover .mos-funnel-icon{transform:scale(1.1);opacity:.08}.mos-funnel-title{margin:0;font-size:1.05rem;font-weight:700;font-family:var(--font-heading);color:var(--color-text);line-height:1.3}.mos-funnel-body{margin:0;font-size:.85rem;color:var(--color-text-muted);line-height:1.7}.mos-funnel-body strong{color:var(--color-text)}.mos-funnel-result{display:flex;align-items:center;gap:1rem;margin-top:1rem;padding:1.25rem;background:#00000008;border-radius:16px;border:1px solid rgba(0,0,0,.05)}body:not(.light-mode) .mos-funnel-result{background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.mos-funnel-before,.mos-funnel-after{display:flex;flex-direction:column;align-items:center;gap:.3rem;flex:1}.mos-funnel-before span:last-child,.mos-funnel-after span:last-child{font-size:.75rem;font-weight:600;color:var(--color-text-muted);text-align:center;text-transform:uppercase;letter-spacing:.5px}.mos-funnel-num{font-size:2.2rem;font-weight:900;font-family:var(--font-heading);line-height:1;letter-spacing:-1px}.mos-funnel-before .mos-funnel-num{color:var(--color-text-muted)}.mos-funnel-after .mos-funnel-num{color:#22c55e}.mos-funnel-arrow{display:flex;flex-direction:column;align-items:center;color:var(--color-primary);flex-shrink:0}.mos-funnel-arrow-icon{font-size:1.5rem;font-weight:700;line-height:1}.mos-funnel-pct{font-size:.7rem;font-weight:800;margin-top:.35rem;background:#22c55e26;color:#16a34a;padding:.25rem .55rem;border-radius:100px;white-space:nowrap}body:not(.light-mode) .mos-funnel-pct{color:#4ade80;background:#22c55e33}.mos-coverage-banner{background:var(--color-bg-dark);border:1px solid var(--color-border);border-radius:18px;padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1rem}.mos-coverage-text{font-size:.88rem;color:var(--color-text-muted);line-height:1.6}.mos-coverage-text strong{color:var(--color-text)}.mos-coverage-bar-wrap{display:flex;height:12px;border-radius:100px;overflow:hidden;background:var(--color-bg-card);gap:2px}.mos-coverage-bar-isolated{background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:100px 0 0 100px;transition:width .7s cubic-bezier(.4,0,.2,1)}.mos-coverage-bar-danger{background:linear-gradient(90deg,#ef4444,#dc2626);border-radius:0 100px 100px 0;transition:width .7s cubic-bezier(.4,0,.2,1)}.mos-magic-btn{position:relative;overflow:hidden;background:linear-gradient(135deg,#8b5cf61a,#3b82f61a);color:var(--color-text);border:1px solid rgba(139,92,246,.3);box-shadow:0 2px 8px #8b5cf61a;transition:all .3s ease}.mos-magic-btn:hover{background:linear-gradient(135deg,#8b5cf626,#3b82f626);border-color:#8b5cf699;box-shadow:0 4px 12px #8b5cf633;transform:translateY(-1px)}.mos-magic-btn:active{transform:translateY(1px)}.mos-magic-btn-text{background:linear-gradient(135deg,#a78bfa,#60a5fa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}.mos-has-tooltip{position:relative;cursor:help}.mos-tooltip{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%) translateY(5px);background:var(--color-bg-dark);color:var(--color-text);padding:.6rem .8rem;border-radius:8px;font-size:.75rem;font-weight:500;line-height:1.4;white-space:nowrap;border:1px solid var(--color-border);box-shadow:0 10px 25px #0000004d;opacity:0;visibility:hidden;transition:all .2s ease;z-index:100;pointer-events:none}.mos-has-tooltip:hover .mos-tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.mos-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:var(--color-border) transparent transparent transparent}.mos-coverage-bar-legend{display:flex;gap:1.5rem;font-size:.75rem;color:var(--color-text-muted);flex-wrap:wrap}.mos-legend-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.4rem;vertical-align:middle}.mos-legend-dot.isolated{background:#22c55e}.mos-legend-dot.danger{background:#ef4444}
