@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--navy: #071b45;--navy2: #0b234f;--navy-dark: #0b234f;--green: #05a83f;--green2: #13c85a;--green-bright: #13c85a;--green-mint: #1dda5e;--purple: #6d37e8;--blue: #1475ff;--orange: #ff8a00;--ink: #0d1c46;--bg: #fafafc;--surface: #ffffff;--muted: #596889;--muted-light: #67728e;--border: #dfe5ee;--line: #dfe5ee;--success-bg: #e8f7ee;--info-bg: #e9f3ff;--warning-bg: #fff5e9;--purple-bg: #efe7ff;--shadow-card: 0 10px 35px rgba(14, 32, 74, .08);--shadow-nav-float: 0 10px 28px rgba(14, 32, 74, .14);--radius-card: 14px;--radius-btn: 10px;--screen-pad: 16px}html,body,#root{margin:0;min-height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#e8ebf0;color:var(--navy);-webkit-font-smoothing:antialiased}.d-screen{display:flex;flex-direction:column;gap:16px;padding:16px var(--screen-pad) var(--screen-pad);min-height:100%;background:var(--surface)}.d-screen--bg{background:var(--bg)}.d-screen--navy{background:var(--navy-dark);color:#fff}.d-screen--splash,.ui-kit-splash-screen{background:#02112b;color:#fff;min-height:820px;height:100%;padding:0;position:relative;overflow:hidden;display:block}.ui-kit-welcome-screen{position:relative;overflow:hidden}.d-screen-content{flex:1;display:flex;flex-direction:column;gap:16px}.d-screen-footer{margin-top:auto;padding-bottom:80px}.divent-logo{font-size:22px;font-weight:900;letter-spacing:2px;line-height:1}.divent-logo-e{position:relative;display:inline-block}.divent-logo-e:after{content:"";position:absolute;left:0;right:0;top:42%;height:3px;background:var(--green-bright);border-radius:1px}.divent-logo--white{color:#fff}.divent-logo--navy{color:var(--navy)}.d-title{margin:0;font-size:28px;font-weight:800;line-height:1.2;color:var(--navy)}.d-title--white{color:#fff}.d-subtitle{margin:0;font-size:16px;line-height:1.45;color:var(--muted)}.d-section-title{margin:0;font-size:20px;font-weight:800;color:var(--navy)}.d-eyebrow{margin:0;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--green)}.d-caption{margin:0;font-size:12px;color:var(--muted-light);line-height:1.4}.d-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:var(--radius-btn);padding:14px 20px;font-size:16px;font-weight:700;cursor:pointer;width:100%;transition:opacity .15s;font-family:inherit}.d-btn:disabled{opacity:.5;cursor:not-allowed}.d-btn--primary{background:var(--green);color:#fff}.d-btn--secondary{background:var(--surface);color:var(--navy);border:1.5px solid var(--border)}.d-btn--ghost{background:transparent;color:var(--navy)}.d-btn--sm{padding:10px 16px;font-size:14px;width:auto}.d-btn-row{display:flex;gap:10px}.d-btn-row .d-btn{flex:1}.d-card{background:var(--surface);border-radius:var(--radius-card);padding:16px;box-shadow:var(--shadow-card);border:1px solid var(--border)}.d-card--flat{box-shadow:none}.d-card--navy{background:var(--navy);color:#fff;border:none}.d-card--green-tint{background:var(--success-bg);border-color:#bbf7d0}.d-card--blue-tint{background:var(--info-bg);border-color:#bfdbfe}.d-card--purple-tint{background:var(--purple-bg);border-color:#ddd6fe}.d-card-btn{cursor:pointer;text-align:left;width:100%;font:inherit}.d-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-top:8px}.d-header-back{background:none;border:none;padding:4px;cursor:pointer;color:var(--navy);display:flex;align-items:center}.d-header-center{flex:1;text-align:center}.d-header-title{margin:0;font-size:18px;font-weight:800;color:var(--navy)}.d-header-sub{margin:4px 0 0;font-size:13px;color:var(--muted)}.d-security{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:var(--green);white-space:nowrap}.d-progress-bar{display:flex;gap:4px;margin:8px 0}.d-progress-segment{flex:1;height:4px;border-radius:2px;background:var(--border)}.d-progress-segment--filled{background:var(--green)}.d-progress-label{font-size:12px;color:var(--muted);text-align:center}.d-stepper{display:flex;justify-content:space-between;margin:16px 0}.d-stepper-step{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;position:relative}.d-stepper-step:not(:last-child):after{content:"";position:absolute;top:18px;left:calc(50% + 20px);width:calc(100% - 40px);height:2px;background:var(--border);z-index:0;pointer-events:none}.d-stepper-step--active:not(:last-child):after,.d-stepper-step--done:not(:last-child):after{background:var(--green)}.d-stepper-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1.5px solid var(--border);color:var(--muted);font-size:14px;position:relative;z-index:1}.d-stepper-step--active .d-stepper-icon,.d-stepper-step--done .d-stepper-icon{background:var(--green);border-color:var(--green);color:#fff}.d-stepper-label{font-size:11px;font-weight:600;color:var(--muted)}.d-stepper-step--active .d-stepper-label,.d-stepper-step--done .d-stepper-label{color:var(--navy);font-weight:700}.d-selection-row{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid var(--border);cursor:pointer;background:none;border-left:none;border-right:none;border-top:none;width:100%;text-align:left;font:inherit}.d-selection-row:last-child{border-bottom:none}.d-selection-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;flex-shrink:0;font-size:18px}.d-selection-body{flex:1;min-width:0}.d-selection-title{margin:0;font-size:15px;font-weight:700;color:var(--navy)}.d-selection-desc{margin:2px 0 0;font-size:13px;color:var(--muted);line-height:1.35}.d-checkbox{width:22px;height:22px;border-radius:6px;border:2px solid var(--border);flex-shrink:0;display:grid;place-items:center}.d-checkbox--checked{background:var(--green);border-color:var(--green);color:#fff}.d-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700}.d-badge--potential{background:var(--success-bg);color:var(--green)}.d-badge--verify{background:var(--warning-bg);color:#c2410c}.d-badge--likely{background:var(--info-bg);color:#1d4ed8}.d-badge--verified{background:var(--purple-bg);color:#6d28d9}.d-badge--neutral{background:#f3f4f6;color:var(--muted)}.d-badge--purple{background:var(--purple-bg);color:#6d28d9}.d-chips{display:flex;flex-wrap:wrap;gap:8px}.d-chip{border:1.5px solid var(--border);background:var(--surface);color:var(--navy);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:6px}.d-chip--on{background:#6d28d9;border-color:#6d28d9;color:#fff}.d-chip--green-on{background:var(--green);border-color:var(--green);color:#fff}.d-status-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;background:#f4f6f9;border-radius:14px;border:1px solid var(--border);overflow:hidden;padding:0}.d-status-tab{flex:1;min-width:0;padding:10px 4px 12px;border:none;border-radius:0;background:transparent;text-align:center;cursor:pointer;font-family:inherit;position:relative;display:flex;flex-direction:column;align-items:center;gap:2px;color:var(--muted)}.d-status-tab-icon{display:grid;place-items:center;width:22px;height:22px;margin-bottom:2px}.d-status-tab--green .d-status-tab-icon,.d-status-tab--green .d-status-tab-count{color:var(--green)}.d-status-tab--orange .d-status-tab-icon,.d-status-tab--orange .d-status-tab-count{color:var(--orange)}.d-status-tab--blue .d-status-tab-icon,.d-status-tab--blue .d-status-tab-count{color:var(--blue)}.d-status-tab--purple .d-status-tab-icon,.d-status-tab--purple .d-status-tab-count{color:var(--purple)}.d-status-tab--active{background:var(--success-bg)}.d-status-tab--active:after{content:"";position:absolute;left:10%;right:10%;bottom:0;height:3px;border-radius:3px 3px 0 0;background:var(--green)}.d-status-tab--orange.d-status-tab--active{background:var(--warning-bg)}.d-status-tab--orange.d-status-tab--active:after{background:var(--orange)}.d-status-tab--blue.d-status-tab--active{background:var(--info-bg)}.d-status-tab--blue.d-status-tab--active:after{background:var(--blue)}.d-status-tab--purple.d-status-tab--active{background:var(--purple-bg)}.d-status-tab--purple.d-status-tab--active:after{background:var(--purple)}.d-status-tab-count{display:block;font-size:20px;font-weight:800;line-height:1.1;color:var(--navy)}.d-status-tab-label{display:block;font-size:9px;font-weight:600;color:var(--muted);margin-top:2px;line-height:1.2;max-width:100%;white-space:normal}.d-opportunities-screen{gap:14px}.d-opp-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-top:4px}.d-opp-header-title{margin:0;font-size:26px;font-weight:800;color:var(--navy);line-height:1.15;text-align:left}.d-opp-header-sub{margin:6px 0 0;font-size:13px;color:var(--muted);line-height:1.35}.d-opp-utility{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:2px 0 4px;border-top:1px solid var(--border);border-bottom:1px solid transparent}.d-opp-util-btn{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 12px;border-radius:10px;border:1.5px solid var(--border);background:var(--surface);color:var(--navy);font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap}.d-opp-sort{display:inline-flex;align-items:center;gap:4px;border:none;background:transparent;color:var(--muted);font-size:12px;font-family:inherit;cursor:pointer;padding:0}.d-opp-sort strong{color:var(--navy);font-weight:700}.d-opp-list{display:flex;flex-direction:column;gap:14px}.d-opp-empty{text-align:center;padding:24px 12px}.d-match-card{background:var(--surface);border-radius:var(--radius-card);border:1px solid var(--border);box-shadow:var(--shadow-card);overflow:hidden}.d-match-card-main{width:100%;display:grid;grid-template-columns:52px minmax(0,1fr) 96px;gap:10px;align-items:start;padding:14px 14px 12px;border:none;background:transparent;text-align:left;font:inherit;color:inherit;cursor:pointer}.d-match-card-logo{margin-top:2px}.d-match-eyebrow{font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-bottom:4px}.d-match-eyebrow--green{color:var(--green)}.d-match-eyebrow--blue{color:var(--blue)}.d-match-eyebrow--purple{color:var(--purple)}.d-match-eyebrow--muted{color:var(--muted)}.d-match-title{margin:0;font-size:15px;font-weight:800;color:var(--navy);line-height:1.25}.d-match-company{margin-top:2px;font-size:12px;color:var(--muted)}.d-match-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px}.d-match-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700}.d-match-badge-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.d-match-badge--potential{background:var(--success-bg);color:var(--green)}.d-match-badge--verify{background:var(--warning-bg);color:#ef7e00}.d-match-badge--likely{background:var(--info-bg);color:var(--blue)}.d-match-badge--verified{background:var(--purple-bg);color:var(--purple)}.d-match-value{display:inline-flex;align-items:center;gap:4px;color:var(--green);font-size:13px;font-weight:800}.d-match-value-info{opacity:.55;color:var(--muted)}.d-match-card-side{display:flex;flex-direction:column;align-items:flex-end;gap:6px;position:relative;padding-top:2px}.d-match-deadline{text-align:right}.d-match-deadline-label{display:block;font-size:10px;color:var(--muted)}.d-match-deadline-date{display:block;font-size:12px;font-weight:800;color:var(--navy);margin-top:2px}.d-match-chevron{color:var(--muted-light);position:absolute;top:0;right:-2px}.d-match-friction{display:flex;align-items:flex-start;gap:4px;text-align:right;font-size:10px;max-width:100%}.d-match-friction--very-low,.d-match-friction--low{color:var(--green)}.d-match-friction--medium{color:#c9a227}.d-match-friction--high{color:var(--orange)}.d-match-friction-label{font-weight:700;line-height:1.2}.d-match-friction-proof{color:var(--muted);font-weight:500;margin-top:1px}.d-match-action{display:flex;align-items:center;gap:10px;padding:12px 14px;border-top:1px solid var(--border)}.d-match-action--potential{background:var(--success-bg)}.d-match-action--verify{background:var(--warning-bg)}.d-match-action--likely{background:var(--info-bg)}.d-match-action--verified{background:var(--purple-bg)}.d-match-action-icon{flex-shrink:0;width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:#ffffffb3}.d-match-action--potential .d-match-action-icon{color:var(--green)}.d-match-action--verify .d-match-action-icon{color:var(--orange)}.d-match-action--likely .d-match-action-icon{color:var(--blue)}.d-match-action--verified .d-match-action-icon{color:var(--purple)}.d-match-action-copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.d-match-action-copy strong{font-size:12px;font-weight:700;color:var(--navy);line-height:1.25;overflow:hidden;text-overflow:ellipsis}.d-match-action-copy span{font-size:11px;color:var(--muted);line-height:1.3;overflow:hidden;text-overflow:ellipsis}.d-match-cta{flex:0 0 auto;border:none;border-radius:10px;padding:10px 14px;font-size:12px;font-weight:700;font-family:inherit;color:#fff;cursor:pointer;white-space:nowrap}.d-match-cta--potential{background:var(--green)}.d-match-cta--verify{background:var(--orange)}.d-match-cta--likely{background:var(--blue)}.d-match-cta--verified{background:var(--purple)}.d-lock-footer-link{border:none;background:none;padding:0;color:var(--green);font-weight:700;font-size:inherit;font-family:inherit;cursor:pointer;text-decoration:underline}.d-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#071b4573;display:flex;align-items:flex-end;justify-content:center;z-index:80;padding:16px}.d-sheet{width:min(420px,100%);background:var(--surface);border-radius:18px 18px 14px 14px;padding:20px 18px 18px;box-shadow:0 -8px 40px #0e204a2e;display:flex;flex-direction:column;gap:12px}.d-sheet h2{margin:0;font-size:18px;font-weight:800;color:var(--navy)}.d-sheet-list{margin:0;padding-left:18px;color:var(--muted);font-size:13px;line-height:1.45}.d-sheet-list strong{color:var(--navy)}.d-sheet-options{display:flex;flex-direction:column;gap:8px}.d-sheet-option{display:flex;align-items:center;gap:10px;width:100%;padding:12px 14px;border-radius:12px;border:1.5px solid var(--border);background:var(--surface);font:inherit;font-size:14px;font-weight:600;color:var(--navy);cursor:pointer;text-align:left}.d-sheet-option--on{border-color:var(--green);background:var(--success-bg)}.d-sheet-option .d-caption{margin-left:auto}.d-value-hero{border-radius:var(--radius-card);padding:20px}.d-value-hero--navy{background:var(--navy);color:#fff}.d-value-hero--green{background:var(--success-bg);border:1px solid #bbf7d0}.d-value-hero-label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;opacity:.8}.d-value-hero-amount{font-size:40px;font-weight:900;line-height:1;margin:8px 0}.d-value-hero-amount--green{color:var(--green)}.d-metrics-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.d-metric-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:12px 8px;text-align:center}.d-metric-icon{width:32px;height:32px;border-radius:50%;margin:0 auto 6px;display:grid;place-items:center;font-size:14px}.d-metric-value{font-size:15px;font-weight:800;color:var(--navy)}.d-metric-label{font-size:10px;color:var(--muted);margin-top:2px;line-height:1.2}.d-trust-card{display:flex;gap:12px;align-items:flex-start;padding:16px;border-radius:var(--radius-card);background:var(--success-bg)}.d-trust-card--blue{background:var(--info-bg)}.d-trust-icon{color:var(--green);flex-shrink:0;display:grid;place-items:center}.d-trust-icon--blue{color:#2563eb}.d-trust-title{margin:0 0 4px;font-size:15px;font-weight:700;color:var(--navy)}.d-trust-body{margin:0;font-size:13px;color:var(--muted);line-height:1.4}.d-section-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.d-section-link{font-size:13px;font-weight:600;color:var(--green);text-decoration:none;background:none;border:none;cursor:pointer;font-family:inherit}.d-field{display:flex;flex-direction:column;gap:6px}.d-field-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:12px}.d-field-icon{width:36px;height:36px;border-radius:50%;background:var(--success-bg);display:grid;place-items:center;color:var(--green);flex-shrink:0}.d-field-content{flex:1}.d-field-label{font-size:12px;color:var(--muted);font-weight:500}.d-field-input{border:none;background:transparent;font-size:16px;font-weight:700;color:var(--navy);width:100%;padding:2px 0;font-family:inherit;outline:none}.d-field-input::placeholder{color:var(--muted-light);font-weight:500}.d-field-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236E7786' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0 center;background-size:12px 8px;padding-right:20px;cursor:pointer}.d-carousel{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px;margin:0 calc(-1 * var(--screen-pad));padding-left:var(--screen-pad);padding-right:var(--screen-pad);scroll-snap-type:x mandatory}.d-carousel>*{flex:0 0 260px;scroll-snap-align:start}.d-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.d-search{display:flex;gap:8px;align-items:center}.d-search-input{flex:1;background:#f3f4f6;border:none;border-radius:999px;padding:12px 16px 12px 40px;font-size:14px;color:var(--navy);font-family:inherit;outline:none;position:relative}.d-search-wrap{position:relative;flex:1}.d-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--muted)}.d-filter-btn{width:44px;height:44px;border-radius:12px;border:1.5px solid var(--border);background:var(--surface);display:grid;place-items:center;cursor:pointer}.d-opp-footer{margin:12px -16px -16px;padding:12px 16px;border-top:1px solid var(--border);border-radius:0 0 var(--radius-card) var(--radius-card);display:flex;align-items:center;justify-content:space-between;gap:12px}.d-opp-footer--potential{background:var(--success-bg)}.d-opp-footer--verify{background:var(--warning-bg)}.d-opp-footer--likely{background:var(--info-bg)}.d-opp-footer--verified{background:var(--purple-bg)}.d-lock-footer{display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;color:var(--muted);text-align:center;padding:8px 0}.d-lock-footer a{color:var(--green);font-weight:600}.screen{display:flex;flex-direction:column;gap:16px;padding:16px var(--screen-pad) 96px;min-height:100%;background:var(--surface)}.section-title{margin:0;font-size:20px;font-weight:800;color:var(--navy)}.card{background:var(--surface);border-radius:var(--radius-card);padding:16px;box-shadow:var(--shadow-card);border:1px solid var(--border)}.row{display:flex;justify-content:space-between;align-items:center;gap:12px}.chip{border:1.5px solid var(--border);background:var(--surface);color:var(--navy);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.hero-green{background:var(--success-bg);border-radius:var(--radius-card);padding:20px;border:1px solid #bbf7d0}.hero-navy{background:var(--navy);border-radius:var(--radius-card);padding:24px 20px;color:#fff;border:none}.badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;background:#f3f4f6;color:var(--muted)}.badge-likely{background:var(--success-bg);color:var(--green)}.badge-verify{background:var(--warning-bg);color:#c2410c}.badge-potential{background:var(--success-bg);color:var(--green)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:var(--radius-btn);padding:14px 20px;font-size:16px;font-weight:700;cursor:pointer;width:100%;font-family:inherit}.btn-primary{background:var(--green);color:#fff}.btn-secondary{background:var(--surface);color:var(--navy);border:1.5px solid var(--border)}.field-label{font-size:12px;color:var(--muted);font-weight:500}.field-input{border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:14px;font-size:16px;color:var(--navy);font-family:inherit}.card-btn{cursor:pointer;text-align:left;width:100%;font:inherit}@keyframes spin{to{transform:rotate(360deg)}}.d-skeleton{border-radius:8px;background:linear-gradient(90deg,#eef1f5 25%,#f7f8f5,#eef1f5 75%);background-size:200% 100%;animation:skeleton-shimmer 1.2s ease-in-out infinite}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ui-kit-radar-card{padding:24px 16px;overflow:hidden}.ui-kit-watch-hero{position:relative;height:247px;padding:11px;border-radius:var(--radius-card);background:linear-gradient(135deg,#031536,#09234a);color:#fff;overflow:hidden;margin-bottom:4px}.ui-kit-watch-radar{position:relative;width:183px;height:183px;margin:0 auto;border-radius:50%;background:repeating-radial-gradient(circle,transparent 0 22px,rgba(28,215,98,.22) 23px 24px),radial-gradient(circle,rgba(12,120,80,.18),transparent 65%)}.ui-kit-radar-blip{position:absolute;width:4px;height:4px;border-radius:50%;background:#19da62;box-shadow:0 0 6px 2px #19da628c}.ui-kit-blip-1{left:22%;top:16%}.ui-kit-blip-2{left:76%;top:42%}.ui-kit-blip-3{left:21%;top:68%;background:#b553ff}.ui-kit-blip-4{left:65%;top:68%}.ui-kit-domain-orbit{position:absolute;max-width:42%}.ui-kit-domain-orbit--tl{left:9px;top:13px}.ui-kit-domain-orbit--tr{right:9px;top:13px}.ui-kit-domain-orbit--bl{left:9px;top:110px}.ui-kit-domain-orbit--br{right:9px;top:110px}.ui-kit-domain-orbit-card{background:linear-gradient(135deg,#031536,#09234a);border:1px solid rgba(255,255,255,.08);border-radius:10px;font-size:11px;line-height:1.3}.ui-kit-domain-orbit-inner{padding:7px 10px}.ui-kit-domain-orbit-status{display:block;color:var(--green);font-weight:700;margin-top:2px}.ui-kit-watch-radar-caption{position:absolute;left:0;right:0;bottom:7px;text-align:center}.ui-kit-watch-radar-title{margin:0;font-size:17px;font-weight:800}.ui-kit-watch-radar-sub{font-size:12px;color:#ffffffbf}.ui-kit-segment-progress{display:flex;justify-content:center;gap:5px;margin:13px 0 4px}.ui-kit-segment{width:21px;height:3px;border-radius:2px;background:#e5e9ef}.ui-kit-segment--filled{background:var(--green)}.ui-kit-metric--purple .d-metric-value{color:var(--purple)}.ui-kit-metric--blue .d-metric-value{color:var(--blue)}.ui-kit-metric--green .d-metric-value{color:var(--green)}.ui-kit-metric--orange .d-metric-value{color:var(--orange)}.ui-kit-metrics-row{background:#fff;border:1px solid var(--border);border-radius:var(--radius-card);padding:8px 4px;box-shadow:var(--shadow-card)}.ui-kit-scan-complete{padding:13px}.ui-kit-scan-icon{width:28px;height:28px;border-radius:50%;background:#e9f8ef;color:var(--green);display:grid;place-items:center;font-weight:700;flex-shrink:0}.ui-kit-scan-hero{font-size:16px;font-weight:800;color:var(--green);margin:2px 0}.ui-kit-scan-cta{height:23px!important;min-height:23px;padding:0 10px!important;font-size:12px!important;color:var(--green)!important}.ui-kit-scan-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin-top:10px}.ui-kit-scan-stat{padding:7px!important;text-align:left}.ui-kit-scan-stat--orange{background:#fff8ed!important}.ui-kit-scan-stat-value{display:block;font-size:16px;margin-top:2px}.ui-kit-scan-history{padding:0 10px!important}.ui-kit-scan-history-row{display:flex;justify-content:space-between;gap:8px;padding:8px 0;font-size:12px}.ui-kit-scan-history-divider{border:none;border-top:1px solid var(--border);margin:0}.d-card--purple-tint{background:#f7f0ff}.d-card--blue-tint{background:#f2f7ff}.ui-kit-splash{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 45%,#092454 0,#031738 42%,#02112b);color:#fff;overflow:hidden;min-height:820px}.ui-kit-status-bar{position:absolute;top:12px;left:22px;right:22px;display:flex;justify-content:space-between;font-weight:800;font-size:13px;color:#fff;z-index:2}.ui-kit-splash-radar{position:absolute;width:324px;height:324px;left:50%;top:142px;transform:translate(-50%);border-radius:50%;background:repeating-radial-gradient(circle,transparent 0 35px,rgba(25,221,98,.14) 36px 37px),radial-gradient(circle,rgba(25,221,98,.08),transparent 60%)}.ui-kit-splash-blip{position:absolute;width:4px;height:4px;border-radius:50%;background:#19da62;box-shadow:0 0 8px 3px #19da628c}.ui-kit-splash-blip-1{left:31%;top:35%}.ui-kit-splash-blip-2{left:27%;top:64%}.ui-kit-splash-blip-3{left:76%;top:49%}.ui-kit-splash-brand{position:absolute;top:366px;left:0;right:0;text-align:center}.ui-kit-splash-logo{font-size:53px!important;letter-spacing:1px!important}.ui-kit-splash-tagline{font-size:20px;font-weight:700;line-height:1.25;margin:17px 0 0;color:#fff}.ui-kit-green-dot{color:var(--green-bright)}.ui-kit-splash-footer{position:absolute;bottom:78px;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:8px;font-size:11px;color:#c7ccda}.ui-kit-welcome-intro{position:relative;padding-top:32px;width:49%;z-index:1}.ui-kit-welcome-radar{position:absolute;width:196px;height:196px;right:12px;top:107px;border-radius:50%;background:repeating-radial-gradient(circle,transparent 0 24px,rgba(4,168,63,.16) 25px 26px),radial-gradient(circle,rgba(29,218,94,.38) 0 10%,rgba(29,218,94,.19) 11% 28%,rgba(29,218,94,.09) 29% 48%,transparent 49%)}.ui-kit-welcome-radar:before{content:"";position:absolute;inset:50% auto auto 50%;width:45%;height:2px;background:linear-gradient(90deg,#fff,#10bf51);transform-origin:left center;transform:rotate(-45deg);box-shadow:0 0 10px #1fe36d}.ui-kit-welcome-radar:after{content:"";position:absolute;left:50%;top:50%;width:7px;height:7px;border-radius:50%;background:#fff;transform:translate(-50%,-50%);box-shadow:0 0 10px #1fe36d}.ui-kit-welcome-blip-1{left:25%;top:47%}.ui-kit-welcome-blip-2{left:67%;top:68%}.ui-kit-welcome-blip-3{left:78%;top:50%}.ui-kit-welcome-blip-4{left:32%;top:69%}.ui-kit-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:14px;font-weight:700}.ui-kit-icon--g{background:#e9f8ef;color:var(--green)}.ui-kit-icon--p{background:#f1eaff;color:var(--purple)}.ui-kit-icon--b{background:#eaf3ff;color:var(--blue)}.ui-kit-icon--o{background:#fff2df;color:var(--orange)}.ui-kit-welcome-orbit{position:absolute;width:28px;height:28px;font-size:14px}.ui-kit-welcome-orbit--top{top:-20px;left:46%}.ui-kit-welcome-orbit--left{top:46px;left:-16px}.ui-kit-welcome-orbit--right{right:-6px;bottom:25px}.ui-kit-welcome-orbit--bottom{left:34%;bottom:-17px}.ui-kit-feature-col{text-align:center;padding:0 9px}.ui-kit-feature-col--bordered{border-right:1px solid var(--border)}.ui-kit-feature-title{margin:8px 0 4px;font-size:13px;font-weight:800;color:var(--navy)}.ui-kit-feature-desc{margin:0;font-size:11px;color:var(--muted);line-height:1.4}.ui-kit-features-grid{display:grid;grid-template-columns:repeat(3,1fr);margin:20px 0}.ui-kit-subscription{display:flex;justify-content:space-between;align-items:stretch;gap:12px;padding:13px 14px;min-height:91px;border-radius:var(--radius-card);background:linear-gradient(105deg,#f2f7ff,#f8fbff);border:1px solid var(--border)}.ui-kit-subscription-copy{display:flex;gap:10px;width:55%;align-items:flex-start}.ui-kit-subscription-sub{margin:4px 0 0;font-size:11px;color:var(--muted);line-height:1.4}.ui-kit-subscription-perks{width:38%;padding:9px 11px!important;box-shadow:none!important;font-size:10px;line-height:1.5}.ui-kit-perk{display:flex;align-items:center;gap:6px}.ui-kit-perk-dot{width:6px;height:6px;border-radius:50%;background:var(--blue);flex-shrink:0}.ui-kit-page-dots{display:flex;justify-content:center;gap:10px;margin-top:10px;font-size:18px}.ui-kit-dot{color:#d8dde6}.ui-kit-dot--active{color:var(--green)}.ui-kit-signup-radar{position:absolute;right:9px;top:87px;width:151px;height:151px;border-radius:50%;background:repeating-radial-gradient(circle,transparent 0 18px,rgba(4,168,63,.16) 19px 20px),radial-gradient(circle,rgba(29,218,94,.38) 0 10%,rgba(29,218,94,.19) 11% 28%,transparent 49%);pointer-events:none}.ui-kit-signup-wrap{position:relative;padding-top:16px}.ui-kit-social-btn{height:37px;border-radius:7px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;gap:8px;font-size:11px;font-weight:750;background:#fff;color:var(--ink);width:100%;cursor:pointer;font-family:inherit}.ui-kit-or-divider{display:flex;align-items:center;gap:14px;margin:14px 0;font-size:13px;color:var(--muted)}.ui-kit-or-line{flex:1;height:1px;background:var(--border)}.ui-kit-terms{margin:13px 0;font-size:11px;color:var(--muted);display:flex;align-items:flex-start;gap:8px}.ui-kit-terms .green{font-weight:600;cursor:pointer}.ui-kit-home-categories{display:grid;grid-template-columns:repeat(3,1fr);margin:13px 0 8px;gap:8px}.ui-kit-home-category-icon{font-size:14px}.ui-kit-home-category-label{font-size:11px;color:#fffc;display:block}.ui-kit-home-category-value{margin:4px 0 0;font-size:18px;font-weight:800;color:#fff}.ui-kit-home-match-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.ui-kit-home-match-card{padding:8px!important;text-align:left;border:1px solid var(--border);border-radius:var(--radius-card);cursor:pointer;font-family:inherit;width:100%}.ui-kit-home-match-title{display:block;font-size:11px;line-height:1.3;color:var(--navy);margin-bottom:4px}.ui-kit-home-match-desc{font-size:9px!important;line-height:1.3;margin:0 0 6px}.ui-kit-home-match-value{display:block;font-size:11px;margin-bottom:6px;color:var(--green)}.ui-kit-home-match-cta{height:22px;border:1px solid var(--border);border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;background:#fff}.ui-kit-in-progress-row{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 16px;background:none;border:none;text-align:left;cursor:pointer;font-family:inherit;font-size:13px}.ui-kit-trust-card-row{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-radius:var(--radius-card);background:linear-gradient(105deg,#f2fbf5,#f8fdf9);border:1px solid var(--border);margin-top:43px}.ui-kit-trust-card-row .ui-kit-icon{width:39px;height:39px;font-size:18px;flex-shrink:0}.soft-green{background:linear-gradient(105deg,#f2fbf5,#f8fdf9)}.soft-blue{background:linear-gradient(105deg,#f2f7ff,#f8fbff)}.soft-purple{background:linear-gradient(105deg,#f7f0ff,#fbf8ff)}.stack{display:flex;flex-direction:column}.between{justify-content:space-between}.green{color:var(--green)}.blue{color:var(--blue)}.purple{color:var(--purple)}.small{font-size:11px;color:var(--muted)}.section-title{font-size:14px;font-weight:800;color:var(--navy);margin:0}:root{--navy: #0b1830;--green: #28d67c;--bg: #f7f8f5;--surface: #ffffff;--muted: #6e7786}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;font-family:Inter,system-ui,sans-serif;background:#e8ebf0;color:var(--navy)}.screen{display:flex;flex-direction:column;gap:16px;padding:24px 20px 96px;min-height:100%;background:var(--bg)}.logo{font-size:22px;font-weight:900;letter-spacing:2px;color:var(--navy)}.title{margin:0;font-size:28px;font-weight:800;line-height:1.2;color:var(--navy)}.sub{margin:0;font-size:16px;line-height:1.45;color:var(--muted)}.btn{border:none;border-radius:16px;padding:16px;font-size:16px;font-weight:800;cursor:pointer;width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--navy);color:#fff}.btn-secondary{background:var(--surface);color:var(--navy);border:1px solid #d7dce3}.btn-ghost{background:transparent;color:var(--navy)}.field{display:flex;flex-direction:column;gap:6px}.field-label{color:var(--muted);font-weight:600;font-size:14px}.field-input{background:var(--surface);border:1px solid #d7dce3;border-radius:14px;padding:14px;font-size:16px;color:var(--navy)}.chip{display:inline-flex;align-items:center;gap:8px;border:1px solid #d7dce3;background:var(--surface);color:var(--navy);border-radius:20px;padding:8px 14px 8px 8px;font-weight:700;cursor:pointer;max-width:100%;text-align:left}.chip-mark{width:28px;height:28px;border-radius:8px;background:#f3f4f6;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.chip-logo{width:22px;height:22px;object-fit:contain}.chip-mono{font-size:10px;font-weight:800;letter-spacing:.02em;color:var(--navy)}.chip-label{line-height:1.25;font-size:13px}.chip-on{background:var(--navy);border-color:var(--navy);color:#fff}.chip-on .chip-mark{background:#ffffff26}.chip-on .chip-mono{color:#fff}.card{background:var(--surface);border-radius:18px;padding:16px;text-align:left;border:none;width:100%}.card-btn{cursor:pointer}.hero-green{background:#e8f8ef;border-radius:26px;padding:24px;display:flex;flex-direction:column;gap:8px}.hero-navy{background:var(--navy);border-radius:26px;padding:28px 24px;color:#fff}.row{display:flex;justify-content:space-between;gap:12px;align-items:center}.chips{display:flex;flex-wrap:wrap;gap:8px}.section-title{margin:0;font-size:20px;font-weight:900;color:var(--navy)}.badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;background:#eef1f5;color:var(--muted)}.badge-likely{background:#e8f8ef;color:#0f5132}.badge-verify{background:#fff4e5;color:#8a5a00}.badge-potential{background:#eef1f5;color:var(--navy)}.ref-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:fill;z-index:50;pointer-events:none}.ref-overlay-devbar{position:fixed;right:12px;top:12px;z-index:1000;background:#111;color:#fff;border-radius:10px;padding:8px 12px;font:12px/1.3 ui-monospace,monospace;opacity:.88;display:flex;align-items:center;gap:8px}.ref-overlay-slider{width:72px;accent-color:#05a83f}.desktop-shell{min-height:100vh;display:grid;grid-template-columns:280px 1fr;gap:24px;padding:24px}.desktop-sidebar{background:#fff;border-radius:16px;padding:20px;height:fit-content;position:sticky;top:24px}.desktop-sidebar h2{margin:0 0 8px;font-size:18px}.desktop-sidebar p{margin:0 0 16px;color:var(--muted);font-size:14px}.phone-wrap{display:flex;justify-content:center;align-items:flex-start}.phone-bezel{width:390px;min-height:844px;background:#111;border-radius:44px;padding:12px;box-shadow:0 24px 80px #0b183040;position:relative}.phone-notch{position:absolute;top:18px;left:50%;transform:translate(-50%);width:120px;height:28px;background:#111;border-radius:0 0 18px 18px;z-index:2}.phone-screen{width:100%;height:820px;min-height:820px;max-height:820px;border-radius:36px;overflow:hidden auto;background:var(--bg);position:relative}@media(max-width:900px){.desktop-shell{grid-template-columns:1fr}.desktop-sidebar{position:static}}.d-bottom-nav{position:fixed;bottom:0;left:0;right:0;display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border-top:1px solid var(--border);padding:6px 4px calc(6px + env(safe-area-inset-bottom));z-index:100;box-shadow:var(--shadow-card)}.d-bottom-nav--float{left:14px;right:14px;bottom:calc(10px + env(safe-area-inset-bottom));width:auto;border:1px solid rgba(223,229,238,.95);border-top:1px solid rgba(223,229,238,.95);border-radius:26px;padding:8px 4px 10px;box-shadow:0 10px 28px #0e204a24;background:#fffffff7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.d-bottom-nav-item{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 4px;font-size:10px;font-weight:600;color:var(--muted);text-decoration:none}.d-bottom-nav--float .d-bottom-nav-item{gap:3px;font-size:9px;color:#8b95a8}.d-bottom-nav-item--active,.d-bottom-nav--float .d-bottom-nav-item--active{color:var(--green);font-weight:700}.d-bottom-nav-item--active svg{stroke:currentColor;color:currentColor}.d-radar{position:relative;width:100%;min-height:200px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;background:repeating-radial-gradient(circle,transparent 0 24px,rgba(4,168,63,.16) 25px 26px),radial-gradient(circle,rgba(29,218,94,.38) 0 10%,rgba(29,218,94,.19) 11% 28%,rgba(29,218,94,.09) 29% 48%,transparent 49%)}.d-radar--sm{min-height:120px}.d-radar--lg{min-height:280px}.d-radar--compact.d-radar--sm{width:108px;height:108px;min-height:108px;flex-shrink:0}.d-radar--splash{min-height:240px}.d-radar--hero .d-radar-ring{border-color:#22c55e4d}.d-radar--compact{min-height:100px}.d-radar-ring{position:absolute;border:1px solid rgba(34,197,94,.25);border-radius:50%}.d-radar-ring-1{width:60px;height:60px}.d-radar-ring-2{width:110px;height:110px}.d-radar-ring-3{width:160px;height:160px}.d-radar-ring-4{width:210px;height:210px}.d-radar--lg .d-radar-ring-1{width:80px;height:80px}.d-radar--lg .d-radar-ring-2{width:140px;height:140px}.d-radar--lg .d-radar-ring-3{width:200px;height:200px}.d-radar--lg .d-radar-ring-4{width:260px;height:260px}.d-radar-sweep{position:absolute;width:45%;height:2px;background:linear-gradient(90deg,#fff,#10bf51);transform-origin:left center;left:50%;top:50%;animation:radar-sweep 3s linear infinite;box-shadow:0 0 10px #1fe36d}.d-radar--active .d-radar-sweep{opacity:1}.d-radar-dot{position:absolute;width:4px;height:4px;border-radius:50%;background:#19da62;box-shadow:0 0 6px 2px #19da628c}.d-radar-dot-1{top:30%;left:60%}.d-radar-dot-2{top:55%;left:35%}.d-radar-dot-3{top:40%;left:70%}.d-radar-dot-4{top:65%;left:55%}.d-radar-core{width:48px;height:48px;border-radius:50%;background:var(--green);display:grid;place-items:center;z-index:2;color:#fff;font-weight:900}.d-radar--splash .d-radar-core{background:transparent;box-shadow:none}.d-radar-core-icon{font-size:18px}.d-radar-domain-label{position:absolute;bottom:8px;left:0;right:0;text-align:center;font-size:13px;font-weight:600;color:#ffffffd9}.d-radar--active .d-radar-ring{animation:radar-pulse 2.4s ease-in-out infinite}@keyframes radar-sweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes radar-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}.d-screen--home{gap:8px;padding:4px 14px 72px;background:#fafafc;min-height:100%;position:relative}.home-status{display:flex;justify-content:space-between;align-items:center;padding:2px 2px 0;font-size:11px;font-weight:700;color:var(--ink);letter-spacing:.02em}.home-status-icons{display:flex;gap:4px;align-items:center;font-size:10px;opacity:.9}.home-topbar{display:flex;align-items:center;justify-content:space-between;padding-top:2px}.home-topbar .divent-logo{font-size:22px;letter-spacing:1.2px}.home-topbar-actions{display:flex;align-items:center;gap:8px}.home-bell{position:relative;display:grid;place-items:center;width:32px;height:32px;border:none;background:transparent;color:var(--ink);cursor:pointer;padding:0}.home-bell-dot{position:absolute;top:5px;right:6px;width:7px;height:7px;border-radius:50%;background:#13c85a;box-shadow:0 0 0 2px #fafafc}.home-avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(145deg,#c4a484,#8b6348);color:#fff;font-size:11px;font-weight:700;display:grid;place-items:center;overflow:hidden}.home-avatar img{width:100%;height:100%;object-fit:cover}.home-greeting-title{margin:2px 0 1px;font-size:20px;font-weight:800;line-height:1.15;color:var(--ink)}.home-greeting-sub{margin:0;font-size:11px;line-height:1.35;color:var(--muted)}.home-hero{position:relative;overflow:hidden;padding:12px 12px 10px;border-radius:18px;background:radial-gradient(ellipse 80% 60% at 88% 8%,rgba(29,218,94,.22),transparent 55%),linear-gradient(165deg,#031536,#071b45 48%,#0b234f);color:#fff;box-shadow:0 10px 28px #071b4533}.home-hero-sparkline{position:absolute;right:6px;top:36px;width:46%;height:48px;pointer-events:none;opacity:.95}.home-hero-sparkline-svg{width:100%;height:100%}.home-hero-label{margin:0;font-size:8px;font-weight:700;letter-spacing:.08em;color:#bfc8db;position:relative;z-index:1}.home-hero-amount-row{display:flex;align-items:flex-start;gap:5px;margin-top:1px;position:relative;z-index:1}.home-hero-amount{font-size:36px;font-weight:800;line-height:1.02;letter-spacing:-.02em;color:#f5f8ff}.home-hero-amount-varies{font-size:28px;letter-spacing:-.01em}.home-hero-spark{color:#1dda5e;margin-top:4px;filter:drop-shadow(0 0 6px rgba(29,218,94,.7))}.home-hero-found{margin:2px 0 0;font-size:11px;font-weight:700;color:#13c85a;position:relative;z-index:1}.home-hero-empty{margin:2px 0 0;font-size:10px;color:#ffffffb3}.home-hero-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:10px 0 8px;position:relative;z-index:1}.home-hero-cat{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.home-hero-cat-icon{width:24px;height:24px;border-radius:50%;display:grid;place-items:center}.home-hero-cat-icon--green{background:#13c85a33;color:#1dda5e}.home-hero-cat-icon--blue{background:#1475ff38;color:#5ba0ff}.home-hero-cat-icon--purple{background:#6d37e840;color:#b794ff}.home-hero-cat-label{font-size:9px;color:#ffffffb8}.home-hero-cat-value{font-size:14px;font-weight:800;color:#fff}.home-hero-cta{width:100%;height:34px;border:none;border-radius:9px;background:#fff;color:var(--ink);font-family:inherit;font-size:12px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:5px;position:relative;z-index:1}.home-watch{position:relative;display:grid;grid-template-columns:1fr 84px;gap:6px;min-height:96px;padding:10px 10px 10px 12px;border-radius:14px;background:linear-gradient(105deg,#f2fbf5,#f8fdf9);border:1px solid #d5eedd;overflow:hidden}.home-watch-head{display:flex;align-items:center;gap:5px;margin-bottom:2px}.home-watch-head strong{font-size:12px;font-weight:800;color:var(--ink)}.home-watch-pill{margin-left:2px;padding:2px 7px;border-radius:999px;font-size:8px;font-weight:700;background:#e8eef5;color:var(--muted)}.home-watch-pill--on{background:#d8f5e4;color:#057a32}.home-watch-lead{margin:0 0 1px;font-size:11px;font-weight:700;color:var(--ink)}.home-watch-body{margin:0;font-size:10px;line-height:1.35;color:var(--muted);max-width:94%}.home-watch-scan{display:inline-flex;align-items:center;gap:3px;margin:6px 0 0;font-size:10px;font-weight:600;color:var(--green)}.home-watch-radar{display:grid;place-items:center;opacity:.95}.home-watch-radar .d-radar{width:76px;height:76px;min-height:76px}.home-watch-radar .d-radar-ring-1{width:24px;height:24px}.home-watch-radar .d-radar-ring-2{width:42px;height:42px}.home-watch-radar .d-radar-ring-3{width:58px;height:58px}.home-watch-radar .d-radar-ring-4{width:74px;height:74px}.home-watch-radar .d-radar-core{width:18px;height:18px;font-size:9px}.home-section-head{display:flex;align-items:center;justify-content:space-between;margin:0 2px 6px}.home-section-title-row{display:flex;align-items:center;gap:6px}.home-section-title{margin:0;font-size:14px;font-weight:800;color:var(--ink)}.home-count-badge{min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#13c85a;color:#fff;font-size:9px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.home-see-all{border:none;background:none;color:var(--muted);font-family:inherit;font-size:11px;font-weight:600;cursor:pointer;padding:0}.home-empty-note{margin:0;font-size:11px;color:var(--muted)}.home-match-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.home-match-card{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:8px;border-radius:12px;border:1px solid var(--border);text-align:left;cursor:pointer;font-family:inherit;min-height:0}.home-match-card--green{background:linear-gradient(160deg,#f3f8f4,#f8fcf9);border-color:#d7eadc}.home-match-card--blue{background:linear-gradient(160deg,#f2f7ff,#f8fbff);border-color:#d5e4fb}.home-match-card--purple{background:linear-gradient(160deg,#f7f0ff,#fbf8ff);border-color:#e4d8fb}.home-match-logo{margin-bottom:1px}.home-match-meta{display:flex;flex-wrap:wrap;gap:3px}.home-match-badge{padding:2px 6px;border-radius:999px;font-size:7px;font-weight:700;line-height:1.2}.home-match-badge--likely{background:#e8f7ee;color:#057a32}.home-match-badge--possible{background:#eef5ff;color:#1475ff}.home-match-badge--saving{background:#f3edff;color:#6d37e8}.home-match-badge--verify{background:#fff5e9;color:#c2410c}.home-match-badge--potential{background:#eef5ff;color:#1475ff}.home-match-pct{font-size:8px;font-weight:700}.home-match-pct--green{color:#05a83f}.home-match-pct--blue{color:#1475ff}.home-match-pct--purple{color:#6d37e8}.home-match-title{font-size:11px;line-height:1.25;color:var(--ink);font-weight:800;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;min-height:1.25em}.home-match-value{font-size:9px;font-weight:800;margin-top:0;color:#05a83f}.home-match-cta{margin-top:auto;width:100%;height:22px;border:1px solid var(--border);border-radius:7px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:var(--ink)}.home-year{margin-top:0}.home-year .home-section-title{margin-bottom:6px}.home-year-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.home-year-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2px}.home-year-icon{width:24px;height:24px;border-radius:50%;display:grid;place-items:center}.home-year-icon--green{background:#e8f7ee;color:#05a83f}.home-year-icon--blue{background:#eef5ff;color:#1475ff}.home-year-icon--purple{background:#f3edff;color:#6d37e8}.home-year-icon--teal{background:#e6f8f1;color:#0d9f6e}.home-year-value{font-size:13px;font-weight:800;color:var(--ink);line-height:1.1}.home-year-label{font-size:8px;line-height:1.2;color:var(--muted)}.home-progress-card{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 4px 14px #0e204a0a}.home-progress-row{display:flex;gap:8px;width:100%;padding:8px 10px;border:none;border-bottom:1px solid var(--border);background:#fff;text-align:left;cursor:pointer;font-family:inherit}.home-progress-row:last-child{border-bottom:none}.home-progress-brand{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;font-weight:800;font-size:12px;flex-shrink:0}.home-progress-main{flex:1;min-width:0}.home-progress-top{display:flex;justify-content:space-between;gap:6px;align-items:baseline}.home-progress-top strong{font-size:12px;font-weight:800;color:var(--ink)}.home-progress-value{font-size:11px;font-weight:700;color:#05a83f;white-space:nowrap}.home-progress-status{display:flex;align-items:center;gap:4px;margin-top:1px;font-size:10px;color:var(--muted)}.home-progress-dot{width:5px;height:5px;border-radius:50%}.home-progress-dot--blue{background:#1475ff}.home-progress-dot--orange{background:#ff8a00}.home-progress-dot--green{background:#13c85a}.home-progress-bar{margin-top:5px;height:3px;border-radius:999px;background:#e8edf5;overflow:hidden}.home-progress-bar-fill{height:100%;border-radius:999px}.home-progress-bar-fill--blue{background:#1475ff}.home-progress-bar-fill--orange{background:#ff8a00}.home-progress-bar-fill--green{background:#13c85a}.home-progress-continue{margin-top:8px;width:100%;height:34px;border-radius:10px;border:1px solid var(--border);background:#fff;color:var(--ink);font-family:inherit;font-size:12px;font-weight:700;cursor:pointer}.mp-setup{gap:14px;padding-bottom:28px}.mp-setup .d-header{align-items:center;padding-top:4px;margin-bottom:2px}.mp-setup .d-header-title{font-size:17px;font-weight:800;letter-spacing:-.01em;color:var(--navy)}.mp-setup .d-security{font-size:11px;font-weight:600;gap:5px}.mp-setup .d-stepper{margin:8px 0 4px;padding:0 4px;position:relative}.mp-setup .d-stepper-step{gap:8px;z-index:1}.mp-setup .d-stepper-step:not(:last-child):after{content:"";position:absolute;top:17px;left:calc(50% + 22px);width:calc(100% - 44px);height:2px;background:#d8dee8;z-index:0;pointer-events:none}.mp-setup .d-stepper-step--active:not(:last-child):after,.mp-setup .d-stepper-step--done:not(:last-child):after{background:var(--green)}.mp-setup .d-stepper-icon{width:36px;height:36px;background:#fff;border:1.5px solid #d5dbe6;color:#9aa3b5;font-size:0;z-index:1}.mp-setup .d-stepper-step--active .d-stepper-icon,.mp-setup .d-stepper-step--done .d-stepper-icon{background:var(--green);border-color:var(--green);color:#fff}.mp-setup .d-stepper-label{font-size:11px;font-weight:600;color:#9aa3b5;letter-spacing:-.01em}.mp-setup .d-stepper-step--active .d-stepper-label,.mp-setup .d-stepper-step--done .d-stepper-label{color:var(--navy);font-weight:700}.mp-setup-intro{display:flex;align-items:flex-start;gap:8px;margin-top:6px}.mp-setup-intro-copy{flex:1;min-width:0}.mp-setup .d-eyebrow{font-size:11px;font-weight:800;letter-spacing:.06em;margin-bottom:6px}.mp-setup-title{margin:0 0 8px;font-size:24px;font-weight:800;line-height:1.18;letter-spacing:-.02em;color:var(--navy)}.mp-setup-sub{margin:0;font-size:14px;line-height:1.45;color:var(--muted);max-width:220px}.mp-setup .d-radar--compact{width:108px;height:108px;min-height:108px;flex-shrink:0;margin-top:-4px;margin-right:-4px}.mp-setup .d-radar--sm .d-radar-ring-1{width:36px;height:36px}.mp-setup .d-radar--sm .d-radar-ring-2{width:58px;height:58px}.mp-setup .d-radar--sm .d-radar-ring-3{width:80px;height:80px}.mp-setup .d-radar--sm .d-radar-ring-4{width:100px;height:100px}.mp-setup .d-radar--compact .d-radar-core{width:36px;height:36px;color:#fff}.mp-setup .d-radar--compact .d-radar-sweep{animation:none;transform:rotate(-38deg);opacity:1}.mp-setup-form{display:grid;gap:10px;margin-top:4px}.mp-setup .d-field-card{position:relative;border-radius:12px;border-color:#e2e7ef;padding:12px 14px;gap:12px;min-height:58px;background:#fff;box-shadow:none}.mp-setup .d-field-card--button{width:100%;text-align:left;font:inherit;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mp-setup .d-field-card--select{cursor:pointer}.mp-setup .d-field-icon{width:auto;height:auto;background:transparent;border-radius:0;color:var(--green);display:flex;align-items:center;justify-content:center}.mp-setup .d-field-label{font-size:12px;font-weight:500;color:#8b95a8;line-height:1.2}.mp-setup .d-field-input,.mp-setup .d-field-value{font-size:15px;font-weight:700;color:var(--navy);line-height:1.3;padding:1px 0 0}.mp-setup .d-field-value{display:block}.mp-setup .d-field-value--placeholder{color:var(--muted-light);font-weight:500}.mp-setup .d-field-trailing{color:#6e7786;flex-shrink:0;margin-left:auto}.mp-setup-dob-native,.mp-setup-select-native{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;width:100%;height:100%;cursor:pointer;border:none;font-size:16px}.mp-setup-dob-hint{display:flex;align-items:flex-start;gap:6px;margin:-2px 2px 2px;font-size:11px;line-height:1.4;color:#8b95a8}.mp-setup-dob-hint svg{flex-shrink:0;margin-top:1px;color:#8b95a8}.mp-setup .d-trust-card{margin-top:6px;padding:14px 16px;border-radius:14px;background:#effaf3;gap:12px;align-items:center}.mp-setup .d-trust-icon{width:40px;height:40px;border-radius:50%;background:#d9f5e4;color:var(--green);display:grid;place-items:center;flex-shrink:0}.mp-setup .d-trust-title{font-size:14px;font-weight:700;margin-bottom:2px}.mp-setup .d-trust-body{font-size:12px;line-height:1.4;color:var(--muted)}.mp-setup .d-btn--primary{margin-top:8px;border-radius:14px;padding:16px 20px;font-size:16px;font-weight:700;background:var(--green);gap:8px}.mp-setup-footer{display:flex;align-items:center;justify-content:center;gap:6px;margin:4px 0 0;font-size:13px;font-weight:600;color:var(--green);text-align:center}.ims-scan{gap:12px;padding-bottom:28px}.ims-scan .d-header{align-items:center;padding-top:2px;margin-bottom:0}.ims-scan .d-header-title{font-size:17px;font-weight:800;letter-spacing:-.02em;color:var(--navy)}.ims-scan .d-security{font-size:11px;font-weight:700;gap:4px}.ims-scan-sub{margin:-2px 0 4px;text-align:center;font-size:13px;line-height:1.45;color:#6b7690;padding:0 8px}.ims-radar-card{position:relative;margin-top:6px;padding:14px 12px 16px;border-radius:18px;background:linear-gradient(160deg,#031536,#071b45 55%,#0a2758);color:#fff;overflow:hidden;min-height:292px;box-shadow:0 10px 28px #03153647}.ims-radar-status{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700;letter-spacing:-.01em}.ims-radar-pulse{width:8px;height:8px;border-radius:50%;background:#1dda5e;box-shadow:0 0 #1dda5e8c;animation:ims-pulse 1.6s ease-out infinite}@keyframes ims-pulse{0%{box-shadow:0 0 #1dda5e80}70%{box-shadow:0 0 0 10px #1dda5e00}to{box-shadow:0 0 #1dda5e00}}.ims-radar-stage{position:relative;width:100%;height:210px;margin-top:4px}.ims-radar-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:148px;height:148px;z-index:1}.ims-radar-core .d-radar{width:148px;height:148px;min-height:148px;border-radius:50%;background:repeating-radial-gradient(circle,transparent 0 14px,rgba(25,221,98,.28) 15px 16px),radial-gradient(circle,rgba(25,221,98,.22) 0 18%,rgba(25,221,98,.1) 19% 48%,transparent 49%)}.ims-radar-core .d-radar-core{width:36px;height:36px;background:#12c85a}.ims-radar-core .d-radar-ring-1{width:48px;height:48px}.ims-radar-core .d-radar-ring-2{width:78px;height:78px}.ims-radar-core .d-radar-ring-3{width:108px;height:108px}.ims-radar-core .d-radar-ring-4{width:136px;height:136px}.ims-radar-core .d-radar-domain-label{display:none}.ims-domain{position:absolute;width:108px;z-index:2}.ims-domain--tl{left:2px;top:8px}.ims-domain--tr{right:2px;top:8px;text-align:right}.ims-domain--bl{left:2px;bottom:2px}.ims-domain--br{right:2px;bottom:2px;text-align:right}.ims-domain-icon{width:28px;height:28px;border-radius:8px;background:#1dda5e29;color:#1dda5e;display:grid;place-items:center;margin-bottom:6px}.ims-domain--tr .ims-domain-icon,.ims-domain--br .ims-domain-icon{margin-left:auto}.ims-domain-title{margin:0;font-size:12px;font-weight:800;color:#fff;letter-spacing:-.01em}.ims-domain-sub{margin:2px 0 0;font-size:10px;line-height:1.35;color:#ffffff9e;font-weight:500}.ims-domain--active .ims-domain-icon{background:#1dda5e52;box-shadow:0 0 0 2px #1dda5e59}.ims-domain--active .ims-domain-title{color:#1dda5e}.ims-progress-card{background:#fff;border:1px solid #e3e8f0;border-radius:16px;padding:14px 14px 10px;box-shadow:0 2px 10px #0f1e460a}.ims-progress-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.ims-progress-left{display:flex;align-items:flex-start;gap:10px;min-width:0}.ims-progress-target{width:32px;height:32px;border-radius:10px;background:#e8f8ef;color:var(--green);display:grid;place-items:center;flex-shrink:0}.ims-progress-title{margin:0;font-size:14px;font-weight:800;color:var(--navy);letter-spacing:-.01em}.ims-progress-hint{margin:2px 0 0;font-size:11px;color:#7a849c;font-weight:500}.ims-progress-pct{font-size:18px;font-weight:800;color:var(--navy);letter-spacing:-.02em;flex-shrink:0}.ims-progress-bar{margin-top:12px;height:7px;border-radius:8px;background:#e8ebf1;overflow:hidden}.ims-progress-fill{height:100%;border-radius:8px;background:linear-gradient(90deg,#0bb84a,#1dda5e);transition:width .45s ease-out}.ims-steps{margin-top:10px;display:flex;flex-direction:column}.ims-step{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-top:1px solid #eef1f6}.ims-step:first-child{border-top:none;padding-top:4px}.ims-step-left{display:flex;align-items:center;gap:8px;min-width:0}.ims-step-icon{width:18px;height:18px;flex-shrink:0;display:grid;place-items:center}.ims-step-icon--done{color:var(--green)}.ims-step-icon--active{color:var(--green);animation:ims-spin 1s linear infinite}.ims-step-icon--pending{color:#c2c8d4}@keyframes ims-spin{to{transform:rotate(360deg)}}.ims-step-label{font-size:12px;font-weight:600;color:var(--navy);line-height:1.3}.ims-step-status{font-size:11px;font-weight:700;flex-shrink:0}.ims-step-status--done,.ims-step-status--active{color:var(--green)}.ims-step-status--pending{color:#9aa3b5}.ims-privacy{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:14px;background:linear-gradient(105deg,#effaf3,#f7fcf9);border:1px solid #d8f0e2}.ims-privacy-icon{width:28px;height:28px;border-radius:8px;background:#dff5e8;color:var(--green);display:grid;place-items:center;flex-shrink:0}.ims-privacy-title{margin:0;font-size:13px;font-weight:800;color:var(--navy)}.ims-privacy-body{margin:3px 0 0;font-size:11px;line-height:1.4;color:#5f6b84}.ims-published{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;background:#fff;border:1px solid #e3e8f0}.ims-published-icon{width:28px;height:28px;border-radius:8px;background:#e8f8ef;color:var(--green);display:grid;place-items:center;flex-shrink:0}.ims-published-text{flex:1;margin:0;font-size:13px;font-weight:700;color:var(--navy);line-height:1.35}.ims-published-n{color:var(--green);font-weight:800}.ims-published-info{color:#9aa3b5;flex-shrink:0}.ims-lock{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:4px;font-size:11px;color:#8a93a8;font-weight:500}.ims-questions{margin-top:4px}.ims-results{gap:12px;padding-bottom:32px}.ims-results-top{display:flex;align-items:center;justify-content:space-between;padding-top:2px;margin-bottom:2px}.ims-results-top-spacer{width:72px;flex-shrink:0}.ims-results-top .divent-logo{font-size:18px;font-weight:900;letter-spacing:.04em}.ims-results-top .d-security{font-size:11px;font-weight:700;min-width:72px;justify-content:flex-end}.ims-results .d-header{align-items:center;padding-top:2px;margin-bottom:2px}.ims-results-hero{display:flex;align-items:flex-start;gap:14px;margin-top:8px}.ims-results-radar{width:88px;height:88px;flex-shrink:0;position:relative}.ims-results-radar .d-radar{width:88px;height:88px;min-height:88px;background:repeating-radial-gradient(circle,transparent 0 10px,rgba(25,221,98,.2) 11px 12px),radial-gradient(circle,rgba(25,221,98,.14),transparent 65%)}.ims-results-radar .d-radar-sweep{display:none}.ims-results-radar .d-radar-core{width:34px;height:34px;background:#0bb84a}.ims-results-radar .d-radar-ring-1{width:36px;height:36px}.ims-results-radar .d-radar-ring-2{width:52px;height:52px}.ims-results-radar .d-radar-ring-3{width:68px;height:68px}.ims-results-radar .d-radar-ring-4{width:82px;height:82px}.ims-results-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:999px;background:#e8f8ef;color:var(--green);font-size:11px;font-weight:700}.ims-results-title{margin:8px 0 0;font-size:22px;line-height:1.2;font-weight:800;color:var(--navy);letter-spacing:-.02em}.ims-results-sub{margin:6px 0 0;font-size:13px;line-height:1.45;color:#6b7690}.ims-recovery{display:flex;align-items:stretch;gap:0;padding:14px 12px;border-radius:16px;background:linear-gradient(105deg,#eefaf3,#f6fcf8);border:1px solid #d5efdf}.ims-recovery-known{flex:1.15;min-width:0;padding-right:12px}.ims-recovery-var{flex:.95;min-width:0;padding-left:12px;border-left:1px solid #c8e8d4;display:flex;flex-direction:column;justify-content:center}.ims-recovery-label{display:flex;align-items:center;gap:6px;margin:0;font-size:11px;font-weight:600;color:#5f6b84}.ims-recovery-label svg{color:var(--green);flex-shrink:0}.ims-recovery-amount{margin:4px 0 0;font-size:32px;font-weight:800;line-height:1.05;color:var(--green);letter-spacing:-.03em}.ims-recovery-foot{display:flex;align-items:center;gap:4px;margin:4px 0 0;font-size:10px;color:#7a849c;font-weight:500}.ims-recovery-foot svg{color:#9aa3b5}.ims-recovery-var-count{margin:4px 0 0;font-size:16px;font-weight:800;color:var(--green);letter-spacing:-.02em;line-height:1.25}.ims-recovery-empty{flex:1}.ims-recovery-empty .ims-recovery-amount{font-size:28px}.ims-status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.ims-status-card{background:#fff;border:1px solid #e5e9f0;border-radius:12px;padding:10px 6px 12px;text-align:center;box-shadow:0 1px 4px #0f1e4608}.ims-status-icon{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;margin:0 auto 6px}.ims-status-icon--green{background:#e8f8ef;color:var(--green)}.ims-status-icon--orange{background:#fff5e9;color:var(--orange)}.ims-status-icon--blue{background:#eef5ff;color:var(--blue)}.ims-status-icon--purple{background:#f3edff;color:var(--purple)}.ims-status-count{margin:0;font-size:18px;font-weight:800;line-height:1;letter-spacing:-.02em}.ims-status-count--green{color:var(--green)}.ims-status-count--orange{color:var(--orange)}.ims-status-count--blue{color:var(--blue)}.ims-status-count--purple{color:var(--purple)}.ims-status-label{margin:4px 0 0;font-size:10px;font-weight:800;color:var(--navy);line-height:1.2}.ims-status-sub{margin:4px 0 0;font-size:9px;line-height:1.3;color:#8a93a8;font-weight:500}.ims-private-note{display:flex;align-items:center;justify-content:center;gap:6px;font-size:11px;color:#8a93a8;font-weight:500;margin-top:2px}.ims-by-type{background:#fff;border:1px solid #e5e9f0;border-radius:16px;padding:14px 14px 6px}.ims-by-type-title{margin:0 0 4px;font-size:14px;font-weight:800;color:var(--navy)}.ims-by-type-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 0;border-top:1px solid #eef1f6;background:none;border-left:none;border-right:none;border-bottom:none;width:100%;font:inherit;cursor:pointer;text-align:left}.ims-by-type-row:first-of-type{border-top:1px solid #eef1f6}.ims-by-type-left{display:flex;align-items:center;gap:10px;min-width:0}.ims-by-type-icon{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;flex-shrink:0}.ims-by-type-icon--green{background:#e8f8ef;color:var(--green)}.ims-by-type-icon--blue{background:#eef5ff;color:var(--blue)}.ims-by-type-icon--orange{background:#fff5e9;color:var(--orange)}.ims-by-type-icon--purple{background:#f3edff;color:var(--purple)}.ims-by-type-name{font-size:13px;font-weight:600;color:var(--navy)}.ims-by-type-right{display:flex;align-items:center;gap:4px;flex-shrink:0}.ims-by-type-count{font-size:15px;font-weight:800}.ims-by-type-count--green{color:var(--green)}.ims-by-type-count--blue{color:var(--blue)}.ims-by-type-count--orange{color:var(--orange)}.ims-by-type-count--purple{color:var(--purple)}.ims-by-type-chevron{color:#b0b8c8}.ims-trust{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:14px;background:#eef5ff;border:1px solid #d6e6ff}.ims-trust-icon{width:28px;height:28px;border-radius:8px;background:#dbeaff;color:var(--blue);display:grid;place-items:center;flex-shrink:0}.ims-trust-body{flex:1;min-width:0}.ims-trust-title{margin:0;font-size:13px;font-weight:800;color:var(--navy)}.ims-trust-text{margin:3px 0 0;font-size:11px;line-height:1.4;color:#5f6b84}.ims-trust-link{background:none;border:none;padding:0;color:var(--blue);font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0;align-self:center}.ims-cta-primary,.ims-cta-secondary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:48px;border-radius:14px;font-size:15px;font-weight:800;letter-spacing:-.01em;cursor:pointer}.ims-cta-primary{background:#0a9e42;color:#fff;border:none;box-shadow:0 6px 16px #0a9e4247}.ims-cta-primary:disabled{opacity:.55;cursor:default}.ims-cta-secondary{background:#fff;color:var(--green);border:1.5px solid var(--green)}.ims-cta-secondary:disabled{opacity:.55;cursor:default}.ims-footer-privacy{display:flex;align-items:center;justify-content:center;gap:6px;font-size:11px;color:#8a93a8;font-weight:500}.ims-footer-privacy a,.ims-footer-privacy button{background:none;border:none;padding:0;color:var(--green);font-weight:700;font-size:11px;cursor:pointer}.discover-page{gap:14px;padding:10px 16px 96px;background:#fff;min-height:100%}.discover-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-top:4px}.discover-header-copy{min-width:0;flex:1}.discover-title{margin:0;font-size:28px;font-weight:800;line-height:1.15;letter-spacing:-.4px;color:var(--navy)}.discover-subtitle{margin:4px 0 0;font-size:14px;font-weight:500;line-height:1.35;color:var(--muted)}.discover-secure{display:inline-flex;align-items:center;gap:5px;flex-shrink:0;margin-top:6px;font-size:12px;font-weight:700;color:var(--green);white-space:nowrap}.discover-search-row{display:flex;align-items:center;gap:10px}.discover-search-wrap{position:relative;flex:1;min-width:0}.discover-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#8b95a8;display:grid;place-items:center;pointer-events:none}.discover-search-input{width:100%;height:48px;border:1.5px solid var(--border);border-radius:14px;background:#fff;padding:0 14px 0 42px;font-size:14px;font-weight:500;color:var(--navy);font-family:inherit;outline:none}.discover-search-input::placeholder{color:#8b95a8;font-weight:500}.discover-filter-btn{width:48px;height:48px;flex-shrink:0;border-radius:14px;border:1.5px solid var(--border);background:#fff;display:grid;place-items:center;color:var(--navy);cursor:pointer}.discover-chips{display:flex;gap:8px;overflow-x:auto;margin:0 -16px;padding:2px 16px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.discover-chips::-webkit-scrollbar{display:none}.discover-chip{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 14px;border-radius:999px;border:1.5px solid var(--border);background:#fff;color:var(--ink);font-size:13px;font-weight:650;font-family:inherit;cursor:pointer;white-space:nowrap}.discover-chip-icon{display:grid;place-items:center;width:16px;height:16px}.discover-chip-icon--purple{color:var(--purple)}.discover-chip-icon--green{color:var(--green)}.discover-chip-icon--blue{color:var(--blue)}.discover-chip-icon--orange{color:var(--orange)}.discover-chip--on{background:#efe7ff;border-color:#d9ccfb;color:#6b36d8}.discover-banner{display:flex;align-items:center;gap:12px;padding:14px;border-radius:16px;background:linear-gradient(105deg,#f7f0ff,#fbf8ff);border:1px solid #e8defc}.discover-banner-icon{width:40px;height:40px;border-radius:50%;background:#f1eaff;color:var(--purple);display:grid;place-items:center;flex-shrink:0}.discover-banner-copy{flex:1;min-width:0}.discover-banner-copy strong{display:block;font-size:14px;font-weight:800;color:var(--ink);line-height:1.25}.discover-banner-copy span{display:block;margin-top:3px;font-size:12px;font-weight:500;color:var(--muted);line-height:1.35}.discover-banner-btn{flex-shrink:0;height:36px;padding:0 12px;border-radius:10px;border:1.5px solid var(--border);background:#fff;color:var(--ink);font-size:12px;font-weight:700;font-family:inherit;cursor:pointer;white-space:nowrap}.discover-section{display:flex;flex-direction:column;gap:10px;margin-top:4px}.discover-section-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 2px}.discover-section-title-wrap{display:flex;align-items:center;gap:8px;min-width:0}.discover-section-icon{width:22px;height:22px;display:grid;place-items:center;flex-shrink:0}.discover-section-icon--purple{color:var(--purple)}.discover-section-icon--orange{color:var(--orange)}.discover-section-icon--green{color:var(--green)}.discover-section-title{margin:0;font-size:16px;font-weight:800;color:var(--ink);line-height:1.2}.discover-section-badge{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:999px;background:#efe7ff;color:#6b36d8;font-size:11px;font-weight:750}.discover-view-all{border:none;background:none;padding:0;font-size:13px;font-weight:700;color:var(--purple);font-family:inherit;cursor:pointer;white-space:nowrap}.discover-card-stack{display:flex;flex-direction:column;gap:12px}.discover-card{background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 10px 28px #0e204a0f;overflow:hidden;text-align:left}.discover-card-main{width:100%;border:none;background:transparent;padding:14px 14px 12px;display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:12px;align-items:flex-start;cursor:pointer;font-family:inherit;text-align:left}.discover-card-body{min-width:0}.discover-eyebrow{font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;line-height:1.2;margin-bottom:4px}.discover-eyebrow--purple{color:var(--purple)}.discover-eyebrow--blue{color:var(--blue)}.discover-eyebrow--muted{color:var(--muted)}.discover-card-title{margin:0;font-size:15px;font-weight:800;color:var(--ink);line-height:1.25}.discover-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.discover-tag{display:inline-flex;align-items:center;gap:4px;height:22px;padding:0 8px;border-radius:999px;font-size:11px;font-weight:700}.discover-tag--green{background:#e8f7ee;color:#058f33}.discover-tag--orange{background:#fff1dc;color:#ef7e00}.discover-tag--blue{background:#e9f3ff;color:#1367df}.discover-tag--muted{background:#f3f5f8;color:#67728e}.discover-card-side{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:88px;padding-top:2px}.discover-side-block{text-align:right}.discover-side-label{display:block;font-size:10px;font-weight:600;color:var(--muted);line-height:1.2}.discover-side-value{display:block;margin-top:2px;font-size:15px;font-weight:800;color:var(--green);line-height:1.2}.discover-side-deadline{display:block;margin-top:2px;font-size:13px;font-weight:800;color:var(--ink);line-height:1.2}.discover-side-deadline--green{color:var(--green)}.discover-card-chevron{color:#a0a8b8;margin-top:-2px}.discover-card-footer{display:flex;align-items:center;gap:10px;padding:10px 14px 12px;border-top:1px solid var(--border);background:#fcfcfd}.discover-footer-icon{width:28px;height:28px;border-radius:50%;background:#efe7ff;color:var(--purple);display:grid;place-items:center;flex-shrink:0}.discover-footer-copy{flex:1;min-width:0}.discover-footer-copy strong{display:block;font-size:12px;font-weight:800;color:var(--ink);line-height:1.25}.discover-footer-copy span{display:block;margin-top:1px;font-size:11px;font-weight:500;color:var(--muted);line-height:1.3}.discover-footer-cta{flex-shrink:0;height:32px;padding:0 12px;border-radius:10px;border:1.5px solid #d9ccfb;background:#fff;color:#6b36d8;font-size:12px;font-weight:750;font-family:inherit;cursor:pointer;white-space:nowrap}.discover-empty{padding:24px 8px;text-align:center}.mw-page{gap:12px;padding-bottom:96px}.mw-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-top:4px}.mw-header-copy{min-width:0;flex:1}.mw-title{margin:0;font-size:26px;font-weight:800;letter-spacing:-.03em;color:var(--navy);line-height:1.15}.mw-subtitle{margin:6px 0 0;font-size:13px;line-height:1.4;color:#6b7690;font-weight:500}.mw-header .d-security{flex-shrink:0;margin-top:4px;color:var(--green);font-size:11px;font-weight:700;gap:4px}.mw-live{display:inline-flex;align-items:center;gap:7px;align-self:flex-start;padding:6px 12px;border-radius:999px;background:#e8f8ef;color:#057a38;font-size:12px;font-weight:700;letter-spacing:-.01em}.mw-live-dot{width:7px;height:7px;border-radius:50%;background:#12c85a;box-shadow:0 0 #12c85a80;animation:mw-pulse 1.6s ease-out infinite}@keyframes mw-pulse{0%{box-shadow:0 0 #12c85a8c}70%{box-shadow:0 0 0 9px #12c85a00}to{box-shadow:0 0 #12c85a00}}.mw-radar-card{position:relative;margin-top:2px;padding:16px 12px 18px;border-radius:18px;background:linear-gradient(165deg,#031536,#071b45 48%,#0a2758);color:#fff;overflow:hidden;min-height:320px;box-shadow:0 12px 32px #0315364d}.mw-radar-stage{position:relative;width:100%;height:236px}.mw-radar-core{position:absolute;left:50%;top:46%;transform:translate(-50%,-50%);width:196px;height:196px;z-index:1}.mw-radar-disc{position:relative;width:100%;height:100%;border-radius:50%;background:radial-gradient(circle at center,rgba(25,221,98,.14) 0 8%,transparent 9%),repeating-radial-gradient(circle at center,transparent 0 21px,rgba(100,180,255,.18) 22px 23px),radial-gradient(circle at center,rgba(12,80,140,.2),transparent 68%);box-shadow:inset 0 0 40px #19dd6214;overflow:hidden}.mw-radar-ring{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(140,190,255,.28);border-radius:50%;pointer-events:none}.mw-radar-ring--25{width:28%;height:28%}.mw-radar-ring--50{width:50%;height:50%}.mw-radar-ring--75{width:72%;height:72%}.mw-radar-ring--100{width:94%;height:94%}.mw-radar-pct{position:absolute;left:50%;transform:translate(-50%);font-size:8px;font-weight:700;color:#b4d2ffb3;letter-spacing:.02em;pointer-events:none}.mw-radar-pct--25{bottom:37%}.mw-radar-pct--50{bottom:26%}.mw-radar-pct--75{bottom:14%}.mw-radar-pct--100{bottom:3%}.mw-radar-sweep{position:absolute;left:50%;top:50%;width:48%;height:48%;transform-origin:0 0;background:conic-gradient(from 0deg,rgba(29,218,94,.45) 0deg,rgba(29,218,94,.12) 28deg,transparent 55deg);border-radius:0 0 100%;animation:mw-sweep 3.2s linear infinite;opacity:.35}.mw-radar-card--active .mw-radar-sweep{opacity:1}.mw-radar-beam{position:absolute;left:50%;top:50%;width:47%;height:2px;background:linear-gradient(90deg,#fff,#12c85a);transform-origin:left center;box-shadow:0 0 10px #1fe36d;animation:mw-beam 3.2s linear infinite;opacity:.35}.mw-radar-card--active .mw-radar-beam{opacity:1}@keyframes mw-sweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes mw-beam{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mw-radar-blip{position:absolute;width:6px;height:6px;border-radius:50%;background:#19da62;box-shadow:0 0 8px 2px #19da62a6}.mw-radar-blip--1{left:28%;top:22%}.mw-radar-blip--2{left:68%;top:30%;background:#c084fc;box-shadow:0 0 8px 2px #b053ff8c}.mw-radar-blip--3{left:58%;top:62%}.mw-radar-blip--4{left:34%;top:58%;background:#fbbf24;box-shadow:0 0 8px 2px #fbbf2480}.mw-radar-blip--5{left:74%;top:48%}.mw-radar-center{position:absolute;left:50%;top:50%;width:10px;height:10px;border-radius:50%;background:#fff;transform:translate(-50%,-50%);box-shadow:0 0 12px #1fe36d;z-index:2}.mw-domain{position:absolute;z-index:3;min-width:104px;max-width:118px;padding:8px 10px;border-radius:12px;background:#031230e0;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 6px 16px #00000040}.mw-domain--tl{left:4px;top:6px}.mw-domain--tr{right:4px;top:6px}.mw-domain--ml{left:4px;top:108px}.mw-domain--mr{right:4px;top:108px}.mw-domain--bc{left:50%;bottom:52px;transform:translate(-50%)}.mw-domain-row{display:flex;align-items:center;gap:6px}.mw-domain-icon{width:18px;height:18px;color:#9ec3ff;flex-shrink:0;display:grid;place-items:center}.mw-domain-name{margin:0;font-size:11px;font-weight:700;color:#fff;letter-spacing:-.01em;line-height:1.2}.mw-domain-status{margin:3px 0 0 24px;font-size:10px;font-weight:700;color:#1dda5e}.mw-domain--active{border-color:#1dda5e73;box-shadow:0 0 0 1px #1dda5e40,0 6px 16px #00000040}.mw-domain--active .mw-domain-name{color:#1dda5e}.mw-radar-caption{position:relative;z-index:2;text-align:center;margin-top:-4px;padding:0 8px}.mw-radar-caption-title{margin:0;font-size:17px;font-weight:800;letter-spacing:-.02em;color:#fff}.mw-radar-caption-sub{margin:4px 0 0;font-size:12px;color:#c8d6f0c7;font-weight:500}.mw-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:2px;padding:4px 0 2px}.mw-stat{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;min-width:0}.mw-stat-icon{width:28px;height:28px;border-radius:9px;display:grid;place-items:center}.mw-stat-icon--purple{background:#f1eaff;color:var(--purple)}.mw-stat-icon--blue{background:#eaf3ff;color:var(--blue)}.mw-stat-icon--green{background:#e8f8ef;color:var(--green)}.mw-stat-icon--orange{background:#fff2df;color:var(--orange)}.mw-stat-icon--amber{background:#fff8e8;color:#d97706}.mw-stat-value{margin:0;font-size:16px;font-weight:800;letter-spacing:-.02em;color:var(--navy);line-height:1.1}.mw-stat-label{margin:0;font-size:9px;line-height:1.25;color:#7a849c;font-weight:600}.mw-stats-foot{margin:2px 0 0;text-align:center;font-size:11px;color:#8a94a8;font-weight:500;display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.mw-stats-foot-icon{color:#9aa3b5;display:inline-flex}.mw-complete{background:#fff;border:1px solid var(--border);border-radius:16px;padding:14px;box-shadow:0 2px 12px #0f1e460a}.mw-complete-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.mw-complete-left{display:flex;align-items:flex-start;gap:10px;min-width:0}.mw-complete-check{width:36px;height:36px;border-radius:50%;background:#e8f8ef;color:var(--green);display:grid;place-items:center;flex-shrink:0}.mw-complete-kicker{margin:0;font-size:12px;font-weight:700;color:#5b667e}.mw-complete-hero{margin:2px 0 0;font-size:18px;font-weight:800;color:var(--green);letter-spacing:-.02em;line-height:1.2}.mw-complete-sub{margin:3px 0 0;font-size:11px;color:#8a94a8;font-weight:500}.mw-complete-cta{flex-shrink:0;height:32px;padding:0 12px;border-radius:9px;border:1.5px solid var(--green);background:#fff;color:var(--green);font-size:12px;font-weight:700;font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:2px}.mw-complete-cta:disabled{opacity:.45;cursor:default}.mw-metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.mw-metric{border-radius:12px;padding:10px 11px;text-align:left;border:none;font-family:inherit;cursor:pointer;width:100%}.mw-metric:disabled{cursor:default}.mw-metric--purple{background:#f4edff}.mw-metric--blue{background:#edf4ff}.mw-metric--orange{background:#fff5e8}.mw-metric--green{background:#eaf9ef}.mw-metric-label{display:block;font-size:11px;font-weight:700;margin-bottom:2px}.mw-metric--purple .mw-metric-label{color:var(--purple)}.mw-metric--blue .mw-metric-label{color:var(--blue)}.mw-metric--orange .mw-metric-label{color:var(--orange)}.mw-metric--green .mw-metric-label{color:var(--green)}.mw-metric-value{display:block;font-size:22px;font-weight:800;letter-spacing:-.03em;color:var(--navy);line-height:1.1}.mw-metric--green .mw-metric-value{color:var(--green)}.mw-metric-link{display:inline-flex;align-items:center;gap:2px;margin-top:4px;font-size:10px;font-weight:600;color:#7a849c}.mw-metric-info{margin-left:3px;opacity:.7;vertical-align:middle}.mw-breakdown{margin-top:12px;padding-top:12px;border-top:1px solid #eef1f6}.mw-breakdown-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:10px}.mw-breakdown-title{margin:0;font-size:13px;font-weight:800;color:var(--navy)}.mw-breakdown-note{margin:0;font-size:10px;color:#8a94a8;font-weight:500;display:inline-flex;align-items:center;gap:3px;white-space:nowrap}.mw-breakdown-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;text-align:center}.mw-breakdown-value{margin:0;font-size:13px;font-weight:800;letter-spacing:-.02em;line-height:1.2}.mw-breakdown-value--green{color:var(--green)}.mw-breakdown-value--blue{color:var(--blue)}.mw-breakdown-value--orange{color:var(--orange)}.mw-breakdown-value--purple{color:var(--purple)}.mw-breakdown-label{margin:2px 0 0;font-size:9px;color:#8a94a8;font-weight:600;line-height:1.25}.mw-history-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:6px}.mw-history-title{margin:0;font-size:16px;font-weight:800;color:var(--navy)}.mw-history-link{background:none;border:none;padding:0;font-family:inherit;font-size:12px;font-weight:700;color:var(--green);cursor:pointer;display:inline-flex;align-items:center;gap:2px}.mw-history-link:disabled{opacity:.45;cursor:default}.mw-history-list{background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden}.mw-history-row{display:flex;align-items:center;gap:10px;width:100%;padding:12px 14px;background:none;border:none;border-bottom:1px solid #eef1f6;text-align:left;font-family:inherit;cursor:pointer}.mw-history-row:last-child{border-bottom:none}.mw-history-row:disabled{cursor:default}.mw-history-check{width:22px;height:22px;border-radius:50%;background:#e8f8ef;color:var(--green);display:grid;place-items:center;flex-shrink:0}.mw-history-main{flex:1;min-width:0}.mw-history-date{margin:0;font-size:13px;font-weight:700;color:var(--navy)}.mw-history-status{margin:2px 0 0;font-size:11px;color:#8a94a8;font-weight:500}.mw-history-meta{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.mw-history-counts{font-size:11px;font-weight:600;color:#5b667e}.mw-history-potential{font-size:12px;font-weight:800;color:var(--green)}.mw-history-chevron{color:#b0b8c9;flex-shrink:0}.mw-history-empty{padding:18px 14px;text-align:center;font-size:13px;color:#8a94a8;font-weight:500;line-height:1.45}.mw-sample-note{margin:0;text-align:center;font-size:11px;color:#9ca3af}.ui-kit-gallery{padding:24px 20px 120px;max-width:960px;margin:0 auto;background:#f7f8f5;min-height:100%}.ui-kit-section{margin-bottom:32px}.ui-kit-section h2{font-size:16px;font-weight:800;margin:0 0 12px;color:#0b1739;text-transform:uppercase;letter-spacing:.04em}.ui-kit-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.ui-kit-sample{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px;margin-bottom:12px}
