@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");*{box-sizing:border-box;margin:0;padding:0}html{font-size:14px}body,html{font-family:Inter,system-ui,-apple-system,sans-serif;color:#1a2b3d;background:#f6f8fc}a{color:inherit;text-decoration:none}.shell-page{min-height:100vh;background:#f6f8fc;display:flex;flex-direction:column}.shell-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:40;border-bottom:1px solid #e4e8f1;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.shell-topbar__inner{display:flex;align-items:center;gap:12px;min-height:72px;padding:0 16px;max-width:none;margin:0 auto;width:100%}@media (min-width:768px){.shell-topbar__inner{padding:0 24px;gap:16px}}.shell-brand-link{display:flex;align-items:center;gap:6px;flex-shrink:0;min-width:0}.shell-brand-logo{height:44px;width:auto;max-width:148px;object-fit:contain;object-position:left;flex-shrink:0}.shell-brand-text{display:flex;flex-direction:column;min-width:0;line-height:1.25}.shell-brand-title{font-size:.92rem;font-weight:600;color:#1b365d;line-height:1.2;display:block}.shell-brand-subtitle{font-size:.72rem;font-weight:500;color:#64748b;line-height:1.2;display:block}.shell-nav-desktop{display:none;align-items:center;gap:6px;flex-shrink:0;padding-left:8px}@media (min-width:1024px){.shell-nav-desktop{display:flex}}.shell-nav-dropdown{position:relative}.shell-nav-dropdown-panel{position:absolute;left:0;top:100%;z-index:50;padding-top:8px}.shell-nav-link{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:8px 14px;border-radius:12px;font-size:.875rem;font-weight:600;color:#4c5a72;border:1px solid transparent;transition:all .15s;background:transparent;cursor:pointer;font-family:inherit;white-space:nowrap}.shell-nav-link:hover{background:#f4f6fa;color:#1b365d}.shell-nav-chevron{flex-shrink:0;opacity:.75;transition:transform .2s ease}.shell-nav-chevron--open{transform:rotate(180deg)}.shell-nav-link-active{background:linear-gradient(90deg,#f5a623,#e8941e);color:#1b365d;box-shadow:0 1px 3px rgba(232,148,30,.35);border-color:transparent}.shell-dropdown{min-width:280px;border-radius:16px;border:1px solid #e4e8f1;background:#fff;padding:12px;box-shadow:0 24px 50px rgba(13,24,44,.12)}.shell-dropdown--platform{min-width:380px}.shell-dropdown--admin{min-width:420px}.shell-dropdown-grid{display:flex;flex-direction:column;gap:6px}.shell-dropdown--admin .shell-dropdown-grid,.shell-dropdown--platform .shell-dropdown-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.shell-menu-item{display:flex;width:100%;align-items:center;gap:12px;border-radius:16px;border:1px solid transparent;padding:12px;text-align:left;transition:all .15s;color:inherit}.shell-menu-item:hover{background:rgba(245,166,35,.14)}.shell-menu-item--compact{padding:10px 12px}.shell-menu-item-active{background:linear-gradient(180deg,#f5a623,#e8941e);color:#1b365d;box-shadow:0 1px 3px rgba(232,148,30,.35)}.shell-menu-icon{display:inline-flex;height:32px;width:32px;flex-shrink:0;align-items:center;justify-content:center;border-radius:10px;border:1px solid #e8edf4;background:#fff;color:#1e2940}.shell-menu-item-active .shell-menu-icon{border-color:hsla(0,0%,100%,.4);background:hsla(0,0%,100%,.35);color:#1b365d}.shell-menu-text{min-width:0;flex:1 1}.shell-menu-label{display:block;font-size:.875rem;font-weight:600;line-height:1.25;color:#17263b}.shell-menu-desc{display:block;margin-top:2px;font-size:11px;line-height:1.35;color:#6e7f98;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.shell-menu-item-active .shell-menu-desc,.shell-menu-item-active .shell-menu-label{color:#1b365d}.shell-header-right{margin-left:auto;display:flex;align-items:center;gap:8px;flex-shrink:0}.shell-role-badge{display:none;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 8px;border-radius:999px}@media (min-width:1024px){.shell-role-badge{display:inline-flex;align-items:center}}.shell-role-badge--admin{background:#dc2626;color:#fff}.shell-role-badge--tenant{background:#fef3c7;color:#92400e}.shell-user-menu{position:relative;display:none}@media (min-width:768px){.shell-user-menu{display:block}}.shell-user-menu-btn{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:8px;border:none;background:transparent;cursor:pointer;font-family:inherit;transition:background .15s}.shell-user-menu-btn:hover{background:#f3f4f6}.shell-user-avatar{height:28px;width:28px;border-radius:50%;background:#f59e0b;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;flex-shrink:0}.shell-user-meta{display:none;text-align:left}@media (min-width:1280px){.shell-user-meta{display:block}}.shell-user-name{font-size:.75rem;font-weight:600;color:#1f2937;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.25}.shell-user-role{font-size:10px;color:#9ca3af;text-transform:capitalize;line-height:1.25}.shell-user-chevron{color:#9ca3af;flex-shrink:0}.shell-user-dropdown{position:absolute;right:0;top:calc(100% + 4px);width:208px;background:#fff;border-radius:12px;border:1px solid #f3f4f6;box-shadow:0 10px 25px rgba(0,0,0,.1);padding:4px 0;z-index:50}.shell-user-dropdown-header{padding:12px 16px;border-bottom:1px solid #f3f4f6}.shell-user-dropdown-label{font-size:.75rem;color:#9ca3af}.shell-user-dropdown-name{font-size:.875rem;font-weight:600;color:#1f2937}.shell-user-dropdown-email,.shell-user-dropdown-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-user-dropdown-email{font-size:.75rem;color:#9ca3af}.shell-user-dropdown-role{display:inline-block;margin-top:4px;padding:2px 8px;border-radius:999px;font-size:10px;font-weight:700;background:rgba(245,158,11,.15);color:#b45309;text-transform:uppercase;letter-spacing:.04em}.shell-user-dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 16px;font-size:.875rem;color:#374151;border:none;background:transparent;cursor:pointer;font-family:inherit;text-align:left;transition:background .15s}.shell-user-dropdown-item:hover{background:#f9fafb}.shell-user-dropdown-item--danger{color:#dc2626}.shell-user-dropdown-item--danger:hover{background:#fef2f2}.shell-mobile-toggle{display:flex;align-items:center;justify-content:center;height:32px;width:32px;border-radius:8px;border:none;background:transparent;color:#6b7280;cursor:pointer}.shell-mobile-toggle:hover{background:#f3f4f6}@media (min-width:1024px){.shell-mobile-toggle{display:none}}.shell-mobile-nav{display:block;border-top:1px solid #f3f4f6;background:#fff;padding:12px 16px}@media (min-width:1024px){.shell-mobile-nav{display:none}}.shell-mobile-nav-link{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:8px;font-size:.875rem;font-weight:500;color:#4b5563;transition:background .15s}.shell-mobile-nav-link:hover{background:#f3f4f6}.shell-mobile-nav-link--active{background:#f59e0b;color:#fff}.shell-mobile-nav-footer{margin-top:8px;padding-top:8px;border-top:1px solid #f3f4f6}.shell-mobile-signout{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border-radius:8px;border:none;background:transparent;color:#dc2626;font-size:.875rem;cursor:pointer;font-family:inherit}.shell-mobile-signout:hover{background:#fef2f2}.shell-main{flex:1 1;width:100%;max-width:none;margin:0 auto;padding:20px 16px 40px}@media (min-width:768px){.shell-main{padding:20px 24px 40px}}.shell-page-header{margin-bottom:24px}.shell-page-title{font-size:1.75rem;font-weight:700;color:#1b365d;margin-bottom:6px}.shell-page-subtitle{font-size:.9rem;color:#64748b}.shell-card{background:#fff;border:1px solid #e4e8f1;border-radius:16px;padding:20px;box-shadow:0 1px 2px rgba(13,24,44,.04)}.shell-card+.shell-card{margin-top:16px}.shell-grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:16px;gap:16px;margin-bottom:24px}.shell-stat-label{font-size:.8rem;color:#64748b;font-weight:500}.shell-stat-value{font-size:1.75rem;font-weight:700;color:#1b365d;margin:6px 0 2px}.shell-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:10px;border:none;cursor:pointer;font-size:.875rem;font-weight:600;transition:opacity .15s}.shell-btn:disabled{opacity:.55;cursor:not-allowed}.shell-btn-primary{background:linear-gradient(90deg,#f5a623,#e8941e);color:#1b365d}.shell-btn-secondary{background:#eef1f6;color:#1b365d}.shell-btn-outline{color:#1b365d}.shell-btn-outline,.shell-input{background:#fff;border:1px solid #e4e8f1}.shell-input{width:100%;padding:10px 14px;border-radius:10px;font-size:.875rem}.shell-input:focus{outline:none;border-color:#f5a623;box-shadow:0 0 0 3px rgba(245,166,35,.15)}.shell-label{display:block;font-size:.8rem;font-weight:600;color:#4c5a72;margin-bottom:6px}.shell-table{width:100%;border-collapse:collapse;font-size:.875rem}.shell-table td,.shell-table th{padding:12px 14px;text-align:left;border-bottom:1px solid #eef1f6}.shell-table th{font-weight:600;color:#4c5a72;font-size:.78rem;text-transform:uppercase;letter-spacing:.03em}.shell-table tbody tr:hover,.shell-table th{background:#fafbfd}.shell-badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:.7rem;font-weight:700;text-transform:uppercase}.shell-badge-critical{background:#fee2e2;color:#b91c1c}.shell-badge-high{background:#ffedd5;color:#c2410c}.shell-badge-medium{background:#fef3c7;color:#b45309}.shell-badge-low,.shell-badge-pass{background:#dcfce7;color:#15803d}.shell-badge-fail{background:#fee2e2;color:#b91c1c}.shell-badge-warn{background:#fef3c7;color:#b45309}.shell-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.shell-chip{padding:6px 12px;border-radius:999px;font-size:.75rem;font-weight:600;border:1px solid #e4e8f1;background:#fff;cursor:pointer}.shell-chip-active{background:linear-gradient(90deg,#f5a623,#e8941e);color:#1b365d;border-color:transparent}.shell-mobile-toggle{display:none}@media (max-width:960px){.shell-brand-subtitle{display:none}}.mission-list{display:flex;flex-direction:column;gap:12px}.mission-row{border:1px solid #e4e8f1;border-radius:14px;overflow:hidden;background:#fafbfd}.mission-row-open{border-color:#f5a623;box-shadow:0 0 0 1px rgba(245,166,35,.2)}.mission-row-summary{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:16px 18px;background:#fff}.mission-row-main{flex:1 1;min-width:180px}.mission-row-name{display:block;font-size:.95rem;color:#1b365d;margin-bottom:4px}.mission-row-meta{font-size:.78rem;color:#64748b}.mission-row-metrics{display:flex;gap:20px}.mission-metric{text-align:center;min-width:56px}.mission-metric-value{display:block;font-size:1.2rem;font-weight:700;color:#1b365d}.mission-metric-risk{color:#dc2626}.mission-metric-label{font-size:.68rem;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.mission-row-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.mission-view-btn{padding:8px 14px;font-size:.8rem;white-space:nowrap}.mission-detail-panel{padding:0}.mission-detail-hero{display:flex;flex-direction:column;gap:16px;margin-bottom:20px;padding:20px 22px;background:linear-gradient(135deg,#f8fafc,#fff 55%,#f0f7ff);border:1px solid #e2e8f0;border-radius:14px}.mission-detail-hero__title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.mission-detail-hero__title{font-size:1.5rem;font-weight:800;color:#1b365d;margin:0 0 6px;letter-spacing:-.02em}.mission-detail-hero__meta{font-size:.85rem;color:#64748b;margin:0}.mission-detail-hero__dot{margin:0 6px;opacity:.5}.mission-detail-hero__categories{margin:8px 0 0;font-size:.8rem;color:#475569;font-weight:600}.mission-detail-hero__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.mission-badge-live{display:inline-flex;align-items:center;gap:6px}.mission-live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 2px rgba(34,197,94,.25);animation:mission-live-pulse 1.4s ease-in-out infinite}@keyframes mission-live-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.65;transform:scale(.85)}}.mission-resume-btn{white-space:nowrap}.mission-crawl-progress-hint{margin:0 0 12px;padding:10px 14px;font-size:.85rem;color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px}.mission-quick-metrics{display:flex;gap:28px;margin-top:18px;padding:14px 18px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:-moz-fit-content;width:fit-content}.mission-quick-metric{text-align:center;min-width:72px}.mission-quick-metric__value{display:block;font-size:1.5rem;font-weight:800;color:#1b365d;line-height:1.1}.mission-quick-metric--risk .mission-quick-metric__value{color:#dc2626}.mission-quick-metric__label{display:block;margin-top:4px;font-size:.68rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em}.mission-kpi-bar{margin-top:4px}.mrh-loading-msg{padding:24px 20px}.wuc-table-card--loading{opacity:.72;pointer-events:none}.mission-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.mission-detail-title{font-size:1rem;font-weight:700;color:#1b365d;margin-bottom:4px}.mission-detail-subtitle{font-size:.82rem;color:#64748b}.mission-detail-empty,.mission-detail-loading{font-size:.875rem;color:#64748b;padding:12px 0}.mission-detail-error{font-size:.875rem;color:#dc2626;padding:10px 14px;background:#fee2e2;border-radius:10px;margin-bottom:12px}.mission-detail-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));grid-gap:10px;gap:10px;margin-bottom:16px}.mission-detail-stat{background:#fff;border:1px solid #e4e8f1;border-radius:12px;padding:12px;text-align:center}.mission-detail-stat-value{font-size:1.35rem;font-weight:700;color:#1b365d}.mission-detail-stat-label{font-size:.68rem;color:#64748b;text-transform:uppercase;margin-top:4px}.mission-detail-section{margin-bottom:14px}.mission-detail-section-title{font-size:.75rem;font-weight:700;color:#4c5a72;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.mission-category-row{display:flex;flex-wrap:wrap;gap:8px}.mission-category-chip,.mission-source-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;font-size:.75rem;font-weight:600;background:#fff;border:1px solid #e4e8f1;color:#1b365d}.mission-category-chip strong,.mission-source-chip strong{color:#dc2626}.mission-detail-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 12px}.mission-detail-tab{padding:8px 14px;border-radius:10px;border:1px solid #e4e8f1;background:#fff;font-size:.8rem;font-weight:600;color:#4c5a72;cursor:pointer}.mission-detail-tab.active{background:linear-gradient(90deg,#f5a623,#e8941e);color:#1b365d;border-color:transparent}.mission-detail-table-wrap{overflow-x:auto;background:#fff;border:1px solid #e4e8f1;border-radius:12px}.mission-detail-table{margin:0}.mission-url-link a{font-size:.78rem;color:#2563eb;word-break:break-all}.mission-url-link a:hover{text-decoration:underline}.mission-url-inline{font-size:.82rem;color:#2563eb;word-break:break-all}.mission-url-meta{font-size:.75rem;color:#64748b;margin-top:4px}.mission-risk-score{color:#dc2626;font-size:1rem}.mission-keywords{font-size:.78rem;color:#4c5a72;max-width:260px;line-height:1.4}.mission-snippet{font-size:.78rem;color:#64748b;max-width:280px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;vertical-align:top}.mission-query-text{font-size:.78rem;background:#f4f6fa;padding:2px 6px;border-radius:6px}.mission-preview-plan{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px}.mission-preview-plan-label{font-size:.78rem;font-weight:600;color:#4c5a72}.mission-frontier-row{vertical-align:top}.mission-frontier-expand td{padding:0!important;background:#f6f8fc;border-bottom:1px solid #e4e8f1}.mission-expand-panel{padding:16px 18px 18px;width:100%;box-sizing:border-box}.wuc-expand-panel{padding:16px 20px 20px;width:100%;box-sizing:border-box}.wuc-expand-panel--v2{padding:12px 16px 16px;background:linear-gradient(180deg,#f8fafc,#fff 48px);display:flex;flex-direction:column;gap:12px}.wuc-detail-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px rgba(15,23,42,.04)}.wuc-detail-card--compact .wuc-detail-card__body{padding:0 14px 12px}.wuc-detail-card--empty .wuc-detail-card__badge{opacity:.85}.wuc-detail-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;width:100%;padding:12px 14px;border:none;background:transparent;cursor:pointer;text-align:left}.wuc-detail-card__header:hover{background:#f8fafc}.wuc-detail-card__title-wrap{display:flex;align-items:flex-start;gap:8px;min-width:0}.wuc-detail-card__chevron{color:#64748b;font-size:.75rem;line-height:1.6;flex-shrink:0}.wuc-detail-card__title{margin:0;font-size:.82rem;font-weight:700;color:#1b365d;letter-spacing:.01em}.wuc-detail-card__subtitle{margin:2px 0 0;font-size:.72rem;color:#64748b;line-height:1.35}.wuc-detail-card__badge{flex-shrink:0;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:4px 8px;border-radius:999px;background:#f1f5f9;color:#475569}.wuc-detail-card__badge--success{background:#dcfce7;color:#166534}.wuc-detail-card__badge--warning{background:#fef3c7;color:#b45309}.wuc-detail-card__badge--danger{background:#fee2e2;color:#b91c1c}.wuc-detail-card__badge--info{background:#e0f2fe;color:#0369a1}.wuc-detail-card__body{padding:0 14px 14px;border-top:1px solid #f1f5f9}.wuc-detail-kpi-bar{display:flex;flex-wrap:wrap;gap:8px}.wuc-detail-stat{display:flex;flex-direction:column;gap:2px;padding:8px 12px;border-radius:10px;background:#fff;border:1px solid #e2e8f0;min-width:88px}.wuc-detail-stat--danger{border-color:#fecaca;background:#fef2f2}.wuc-detail-stat--warning{border-color:#fde68a;background:#fffbeb}.wuc-detail-stat--info{border-color:#bae6fd;background:#f0f9ff}.wuc-detail-stat--success{border-color:#bbf7d0;background:#f0fdf4}.wuc-detail-stat__label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.wuc-detail-stat__value{font-size:.88rem;font-weight:700;color:#1e293b}.wuc-detail-stat-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.wuc-detail-grid-2{grid-template-columns:1fr 1fr;grid-gap:12px}.wuc-detail-grid-2,.wuc-detail-grid-3{display:grid;gap:12px;align-items:start}.wuc-detail-grid-3{grid-template-columns:repeat(3,1fr);grid-gap:12px}@media (max-width:1100px){.wuc-detail-grid-2,.wuc-detail-grid-3{grid-template-columns:1fr}}.wuc-detail-prose{margin:0;font-size:.84rem;line-height:1.55;color:#334155;word-break:break-word}.wuc-detail-prose--scroll{max-height:280px;overflow-y:auto;padding:10px 12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.wuc-detail-muted{margin:0 0 6px;font-size:.72rem;color:#94a3b8}.wuc-detail-empty{margin:0;font-size:.8rem;color:#64748b;line-height:1.45}.wuc-detail-empty-inline{color:#94a3b8;font-size:.82rem}.wuc-detail-block{margin-bottom:12px}.wuc-detail-block:last-child{margin-bottom:0}.wuc-detail-block--highlight{padding:10px 12px;background:#fffbeb;border-radius:8px;border-left:3px solid #f59e0b}.wuc-detail-footer{display:flex;flex-wrap:wrap;gap:16px;font-size:.72rem;color:#94a3b8;padding-top:4px}.wuc-chip-row{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin-top:8px}.wuc-chip-row--labeled{margin-top:10px}.wuc-chip-row__label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b;width:100%;margin-bottom:4px}.wuc-chip{display:inline-block;font-size:.72rem;font-weight:600;padding:4px 10px;border-radius:999px;background:#f1f5f9;color:#475569}.wuc-chip--blue{background:#e0f2fe;color:#0369a1}.wuc-chip--muted{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.wuc-chip--risk{background:#fee2e2;color:#991b1b}.wuc-restriction-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.wuc-restriction-chips{display:flex;flex-direction:column;gap:6px}.wuc-restriction-chip{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;font-size:.8rem}.wuc-restriction-chip strong{color:#334155;text-transform:capitalize}.wuc-restriction-chip span{font-size:.68rem;font-weight:700;text-transform:uppercase;color:#64748b}.wuc-restriction-chip--prohibited{border-color:#fecaca;background:#fef2f2}.wuc-restriction-chip--restricted{border-color:#fde68a;background:#fffbeb}.wuc-regulatory-grid{display:grid;grid-gap:8px;gap:8px}.wuc-regulatory-card{padding:10px 12px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;font-size:.8rem}.wuc-regulatory-card__title{font-weight:700;color:#1b365d;margin-bottom:6px;text-transform:capitalize}.wuc-regulatory-card__row{display:flex;justify-content:space-between;gap:8px;color:#64748b;margin-top:4px}.wuc-regulatory-card__row span:first-child{font-weight:600}.wuc-traffic-panel--clean{display:flex;flex-direction:column;gap:10px}.wuc-traffic-summary{display:flex;flex-direction:column;gap:4px}.wuc-traffic-next{font-size:.72rem;color:#64748b}.wuc-mti-progress{display:flex;align-items:center;gap:10px}.wuc-mti-progress__track{flex:1 1;height:6px;background:#e2e8f0;border-radius:999px;overflow:hidden}.wuc-mti-progress__fill{height:100%;background:linear-gradient(90deg,#0ea5e9,#0369a1);border-radius:999px;transition:width .3s ease}.wuc-mti-progress__label{font-size:.72rem;font-weight:700;color:#0369a1;white-space:nowrap}.wuc-mini-table__title,.wuc-routing-flow__title{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin-bottom:6px}.wuc-routing-path--compact{list-style:none;margin:0;padding:0}.wuc-routing-path--compact li{display:flex;gap:10px;padding:8px 0;border-bottom:1px solid #f1f5f9}.wuc-routing-path--compact li:last-child{border-bottom:none}.wuc-routing-step-num{flex-shrink:0;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#0369a1;background:#e0f2fe;border-radius:50%}.wuc-routing-step-body{display:flex;flex-direction:column;gap:2px;min-width:0}.wuc-mini-table-wrap{margin-top:4px}.wuc-mini-table{width:100%;border-collapse:collapse;font-size:.78rem}.wuc-mini-table th{text-align:left;padding:6px 8px;background:#f8fafc;color:#64748b;font-weight:600;border-bottom:1px solid #e2e8f0}.wuc-mini-table td{padding:6px 8px;border-bottom:1px solid #f1f5f9;color:#334155}.wuc-mti-timeline--compact .wuc-mti-timeline-day{padding:6px 10px;font-size:.75rem}.wuc-crawl-evidence{display:flex;flex-direction:column;gap:12px}.wuc-expand-grid{display:flex;flex-direction:column;gap:14px;width:100%}.wuc-expand-block-full{width:100%;margin-bottom:0}.wuc-expand-text-full{width:100%;max-width:100%;box-sizing:border-box}.wuc-expand-source-note{font-size:.72rem;color:#64748b;line-height:1.4;margin:0 0 8px}.wuc-expand-meta-row{display:flex;flex-wrap:wrap;gap:20px 32px;margin-top:14px;padding-top:14px;border-top:1px solid #e4e8f1}.wuc-expand-meta-item{display:flex;flex-direction:column;gap:4px;font-size:.85rem}.wuc-expand-row td{padding:0!important}.wuc-payment-channels .wuc-payment-channel-row{margin-top:10px}.wuc-payment-channel-list{margin:4px 0 0;padding-left:18px;font-size:.9rem}.wuc-payment-meta{color:#64748b;font-size:.85rem}.wuc-screenshot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:16px;gap:16px;margin-top:10px}.wuc-screenshot-card{margin:0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff}.wuc-screenshot-card figcaption{padding:8px 10px;font-size:.82rem;border-bottom:1px solid #e2e8f0}.wuc-screenshot-card img{display:block;width:100%;height:auto;max-height:420px;object-fit:contain;background:#f1f5f9}.wuc-screenshot-placeholder{display:flex;align-items:center;justify-content:center;min-height:160px;padding:16px;background:#f8fafc;color:#64748b;font-size:.85rem;text-align:center}.wuc-screenshot-error{color:#b91c1c;background:#fef2f2}.wuc-regulatory-block{font-size:.9rem}.mission-expand-text-crawl{max-height:420px;overflow-y:auto}.mission-expand-block{margin-bottom:14px}.mission-expand-block:last-child{margin-bottom:0}.mission-expand-label{font-size:.72rem;font-weight:700;color:#4c5a72;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.mission-expand-text{font-size:.85rem;color:#1a2b3d;line-height:1.55;white-space:pre-wrap;word-break:break-word;max-height:280px;overflow-y:auto;background:#fff;border:1px solid #e4e8f1;border-radius:10px;padding:12px}.mission-expand-muted{color:#64748b;font-style:italic}.mission-findings-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.mission-findings-table{table-layout:fixed;width:100%;min-width:920px}.mission-findings-table td:first-child,.mission-findings-table th:first-child{width:14%}.mission-findings-table td:nth-child(2),.mission-findings-table th:nth-child(2){width:5%}.mission-findings-table td:nth-child(3),.mission-findings-table th:nth-child(3){width:7%}.mission-findings-table td:nth-child(4),.mission-findings-table th:nth-child(4){width:12%}.mission-findings-table td:nth-child(5),.mission-findings-table th:nth-child(5){width:30%}.mission-findings-table td:nth-child(6),.mission-findings-table th:nth-child(6){width:14%}.mission-findings-table td:nth-child(7),.mission-findings-table th:nth-child(7){width:72px;min-width:72px;max-width:72px}.mission-findings-table td{overflow:hidden;vertical-align:top}.mission-findings-table .mission-finding-action,.mission-findings-table .mission-finding-action-head{position:-webkit-sticky;position:sticky;right:0;z-index:2;background:#fff;box-shadow:-6px 0 10px rgba(15,23,42,.06)}.mission-findings-table thead .mission-finding-action-head{z-index:3}.wuc-findings-hr-table{table-layout:fixed;min-width:1320px;width:100%}.wuc-findings-hr-table td{overflow:hidden;vertical-align:top}.wuc-findings-hr-table td.mrh-actions-cell,.wuc-findings-hr-table th.wuc-actions-col{text-align:center}.wuc-findings-hr-table td.mrh-actions-cell{overflow:visible;white-space:nowrap;vertical-align:middle;padding-left:10px!important;padding-right:10px!important}.wuc-findings-hr-table td.mrh-actions-cell .wuc-review-actions{margin:0 auto;justify-content:center}.wuc-findings-hr-table col.col-select{width:40px}.wuc-findings-hr-table col.col-website{width:11%}.wuc-findings-hr-table col.col-market{width:5%}.wuc-findings-hr-table col.col-server{width:7%}.wuc-findings-hr-table col.col-risk{width:52px}.wuc-findings-hr-table col.col-business{width:11%}.wuc-findings-hr-table col.col-payment{width:8%}.wuc-findings-hr-table col.col-restriction{width:7%;min-width:88px}.wuc-findings-hr-table th.wuc-hr-col-restriction{white-space:nowrap;font-size:.68rem;letter-spacing:.02em}.wuc-findings-hr-table col.col-registry{width:9%}.wuc-findings-hr-table col.col-gaming{width:10%}.wuc-findings-hr-table col.col-cats{width:11%}.wuc-findings-hr-table col.col-actions{width:128px}.wuc-findings-hr-table td.mission-finding-risk,.wuc-findings-hr-table th.wuc-hr-col-risk{width:52px;min-width:52px;max-width:52px;text-align:center;padding-left:6px!important;padding-right:6px!important;white-space:nowrap;vertical-align:middle}.wuc-findings-hr-table td.mission-finding-risk .mission-risk-score{font-size:.95rem}.wuc-findings-hr-table .mrh-region-cell{font-size:.76rem;line-height:1.35}.wuc-findings-hr-table .mrh-region-cell .shell-badge{font-size:.62rem;padding:3px 7px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wuc-license-cell{vertical-align:top;overflow:hidden;white-space:normal}.wuc-license-cell .wuc-registry-status-cell{max-width:100%}.wuc-registry-status-cell--compact .wuc-registry-badge-row{margin-bottom:.15rem}.wuc-registry-status-cell--compact .wuc-registry-badge{font-size:.62rem;padding:.18rem .45rem}.wuc-business-cell{font-size:.78rem;color:#1e293b;line-height:1.45;white-space:normal;overflow-wrap:anywhere;word-break:normal;max-height:4.35em;overflow:hidden}.wuc-header-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.wuc-export-menu{position:relative}.wuc-export-dropdown{position:absolute;right:0;top:calc(100% + 6px);z-index:40;min-width:240px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px rgba(15,23,42,.12);padding:8px 0}.wuc-export-dropdown-label{padding:6px 14px 4px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.wuc-export-dropdown-divider{height:1px;background:#e2e8f0;margin:6px 0}.wuc-export-item{display:block;width:100%;text-align:left;padding:8px 14px;border:none;background:transparent;font-size:.875rem;color:#1e293b;cursor:pointer}.wuc-export-item:hover{background:#f8fafc}.wuc-structured-crawl{display:flex;flex-direction:column;gap:14px}.wuc-structured-block+.wuc-structured-block{border-top:1px solid #e2e8f0;padding-top:12px}.wuc-structured-heading{font-size:.82rem;font-weight:600;color:#334155;margin-bottom:4px}.wuc-structured-item+.wuc-structured-item{margin-top:8px}.wuc-api-hint{margin:12px 16px 16px;font-size:.78rem;color:#64748b}.wuc-api-hint code{font-size:.75rem;background:#f1f5f9;padding:2px 6px;border-radius:4px}.mrh-workflow-card{margin-bottom:16px;padding:16px 20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-left:4px solid #e85d2a}.mrh-workflow-title{font-size:.82rem;font-weight:700;color:#1b365d;margin-bottom:10px;text-transform:uppercase;letter-spacing:.04em}.mrh-workflow-steps{margin:0;padding-left:1.25rem;font-size:.84rem;color:#475569;line-height:1.65}.mrh-workflow-steps li+li{margin-top:6px}.mrh-workflow-steps code{font-size:.72rem;background:#fff;padding:1px 5px;border-radius:3px}.mrh-count-strip{margin-bottom:12px}.mrh-tab-count{display:inline-block;margin-left:8px;padding:1px 8px;border-radius:999px;font-size:.72rem;font-weight:700;background:rgba(0,0,0,.08)}.mission-detail-tab.active .mrh-tab-count{background:hsla(0,0%,100%,.25)}.mrh-tab-hint{font-size:.8rem;color:#64748b;margin:0 0 14px;line-height:1.5;max-width:900px}.mrh-empty-cell{text-align:center;padding:40px 24px!important}.mrh-empty-cell strong{display:block;font-size:1rem;color:#1e293b;margin-bottom:8px}.mrh-empty-cell p{color:#64748b;font-size:.85rem;max-width:520px;margin:0 auto 16px}.mrh-toast{position:fixed;top:72px;right:24px;z-index:1000;background:#1b365d;color:#fff;padding:12px 18px;border-radius:8px;font-size:.84rem;box-shadow:0 8px 24px rgba(0,0,0,.15);max-width:360px}.wuc-mrh-table-card{overflow-x:auto}.wuc-mrh-table{table-layout:fixed;min-width:1380px;width:100%}.wuc-mrh-table col.col-website{width:9%}.wuc-mrh-table col.col-region{width:6%}.wuc-mrh-table col.col-risk{width:4%}.wuc-mrh-table col.col-business{width:12%}.wuc-mrh-table col.col-payment{width:11%}.wuc-mrh-table col.col-restriction{width:8%}.wuc-mrh-table col.col-reason{width:18%}.wuc-mrh-table col.col-cats{width:12%}.wuc-mrh-table col.col-review{width:6%}.wuc-mrh-table col.col-actions{width:9%}.mrh-restriction-cell{min-width:78px;text-align:left}.mrh-restriction-cell .shell-badge{font-size:.58rem;padding:3px 6px;display:inline-block;max-width:100%}.mrh-restriction-jurisdiction{font-size:.62rem;color:#64748b;margin-top:3px}.mrh-restriction-detail-grid{display:grid;grid-gap:10px;gap:10px}.mrh-restriction-detail-row{padding:10px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-size:.8rem}.mrh-restriction-detail-row p{margin:6px 0 0;color:#475569;line-height:1.45}.mrh-restriction-status{margin-left:8px;font-size:.68rem;font-weight:700;text-transform:uppercase}.mrh-restriction-status-prohibited{color:#b91c1c}.mrh-restriction-status-restricted{color:#c2410c}.mrh-restriction-status-permitted{color:#15803d}.mrh-restriction-status-unknown{color:#64748b}.wuc-matrix-scroll{overflow-x:auto;max-width:100%}.wuc-restriction-matrix td,.wuc-restriction-matrix th{font-size:.78rem;vertical-align:top;min-width:88px}.wuc-restriction-matrix .wuc-matrix-sticky-col{position:-webkit-sticky;position:sticky;left:0;z-index:1;background:#fff;min-width:200px;max-width:240px;box-shadow:2px 0 4px rgba(15,23,42,.06)}.wuc-matrix-slug{font-size:.65rem;color:#94a3b8;margin-top:2px;word-break:break-word}.wuc-matrix-universal{font-size:.82rem}.wuc-matrix-summary{display:block;margin-top:4px;color:#64748b;font-size:.75rem}.wuc-mrh-table .mrh-region-cell{min-width:72px;max-width:96px;padding-right:6px;overflow:hidden}.wuc-mrh-table .mrh-region-cell .shell-badge{font-size:.62rem;padding:3px 7px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.wuc-mrh-table .mission-finding-risk{min-width:40px;padding-left:4px;text-align:left;white-space:nowrap}.wuc-payment-cell{font-size:.78rem;color:#334155}.wuc-mrh-table td,.wuc-mrh-table th{padding:9px 11px;vertical-align:middle;font-size:.8rem}.wuc-mrh-table th{font-size:.72rem;letter-spacing:.04em}.mrh-cell-clamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:.76rem;line-height:1.45;color:#334155;word-break:normal;overflow-wrap:break-word}.mrh-cell-muted{color:#94a3b8;font-size:.76rem}.wuc-mrh-table .mrh-cats-cell{min-width:155px}.mrh-cats-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3px 5px;gap:3px 5px;width:100%}.mrh-cat-badge{display:block;box-sizing:border-box;font-size:.62rem;font-weight:600;line-height:1.2;padding:3px 5px;border-radius:3px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#9a3412;background:#fff7ed;border:1px solid #fed7aa}.mrh-actions-cell{padding:6px 4px!important;min-width:0;width:auto;vertical-align:middle;overflow:visible}.wuc-findings-hr-table .mrh-actions-cell{min-width:0;overflow:visible;position:relative}.wuc-mrh-table-card,.wuc-mrh-table-card .shell-table{overflow:visible}.wuc-review-actions{display:inline-flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:5px;max-width:100%;width:max-content}.wuc-review-actions--table{min-width:0}.wuc-review-actions--header{gap:8px}.wuc-review-actions__icon-btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;height:28px;padding:0;border-radius:8px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;transition:background .12s,border-color .12s,color .12s}.wuc-review-actions--header .wuc-review-actions__icon-btn{width:34px;height:34px;flex-basis:34px}.wuc-review-actions__view{color:#2563eb;border-color:#bfdbfe;background:#eff6ff}.wuc-review-actions__view:hover:not(:disabled){background:#dbeafe;border-color:#93c5fd}.wuc-review-actions__delete{color:#dc2626;border-color:#fecaca;background:#fff}.wuc-review-actions__delete:hover:not(:disabled){background:#fef2f2;border-color:#fca5a5}.wuc-review-actions__icon-btn:disabled{opacity:.5;cursor:not-allowed}.wuc-review-actions__menu-wrap{position:relative;flex:0 1 auto;min-width:0}.wuc-review-actions__status{display:inline-flex;align-items:center;gap:4px;width:auto;min-width:96px;max-width:128px;height:28px;padding:0 8px;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;color:#334155;font-size:.68rem;font-weight:600;cursor:pointer;white-space:nowrap;flex-shrink:1}.wuc-review-actions--header .wuc-review-actions__status{max-width:150px;min-width:120px;height:34px;font-size:.78rem;padding:0 10px}.wuc-review-actions__status-label{overflow:hidden;text-overflow:ellipsis;flex:1 1 auto;min-width:0;text-align:left}.wuc-review-actions__status--pending{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.wuc-review-actions__status--approved{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.wuc-review-actions__status--cleared{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.wuc-review-actions__chevron--open{transform:rotate(180deg);transition:transform .15s ease}.wuc-review-actions__status svg:last-child{flex-shrink:0;transition:transform .15s ease}.wuc-review-actions__popover{position:absolute;top:calc(100% + 4px);right:0;z-index:40;min-width:168px;padding:6px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.12)}.wuc-review-actions__popover-title{padding:6px 8px 8px;font-size:.72rem;font-weight:700;color:#1e293b;border-bottom:1px solid #f1f5f9;margin-bottom:4px}.wuc-review-actions__popover-muted{margin:0;padding:8px;font-size:.72rem;color:#94a3b8}.wuc-review-actions__option{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:none;border-radius:8px;background:transparent;font-size:.78rem;font-weight:600;color:#334155;cursor:pointer;text-align:left}.wuc-review-actions__option:hover{background:#f8fafc}.wuc-review-actions__option-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;flex-shrink:0}.wuc-review-actions__option-icon--approve{background:#dcfce7;color:#16a34a}.wuc-review-actions__option-icon--dismiss{background:#fee2e2;color:#dc2626}.mrh-actions-panel{display:flex;flex-direction:column;gap:4px}.mrh-actions-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:4px;gap:4px}.mrh-action-btn{display:block;width:100%;padding:5px 6px;font-size:.68rem;font-weight:600;line-height:1.2;text-align:center;border-radius:4px;border:1px solid transparent;cursor:pointer;white-space:nowrap;transition:background .12s,border-color .12s}.mrh-action-btn:disabled{opacity:.5;cursor:not-allowed}.mrh-action-approve{background:#1b365d;color:#fff;border-color:#152a4a}.mrh-action-approve:hover:not(:disabled){background:#152a4a}.mrh-action-secondary{background:#fff;color:#475569;border-color:#d1d5db}.mrh-action-secondary:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8;color:#1e293b}.mrh-action-delete{color:#991b1b;border-color:#fecaca}.mrh-action-delete:hover:not(:disabled){background:#fee2e2;border-color:#f87171}.mrh-clickable-row:hover{background:#f0f4fa!important}.mrh-row-expanded{background:#eef3fb!important;box-shadow:inset 3px 0 0 #e85d2a}.mrh-row-hint{color:#94a3b8;font-size:.78rem;font-weight:400}.wuc-all-urls-table{table-layout:fixed;width:100%}.wuc-all-urls-table col.col-domain{width:16%}.wuc-all-urls-table col.col-region{width:6%}.wuc-all-urls-table col.col-risk{width:4%}.wuc-all-urls-table col.col-cats{width:11%}.wuc-all-urls-table col.col-law{width:9%}.wuc-all-urls-table col.col-registry{width:8%}.wuc-all-urls-table col.col-status{width:7%}.wuc-all-urls-table col.col-payment{width:10%}.wuc-all-urls-table col.col-snippet{width:16%}.wuc-all-urls-table col.col-crawled{width:9%}.wuc-all-urls-table col.col-actions{width:4%;min-width:72px}.wuc-all-urls-table td,.wuc-all-urls-table th{overflow:hidden;vertical-align:top}.wuc-all-urls-table .wuc-snippet-cell .wuc-snippet-text,.wuc-all-urls-table .wuc-url-cell{overflow:hidden}.wuc-all-urls-table .wuc-dt-cell{white-space:normal;line-height:1.35;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.wuc-all-urls-table .wuc-actions-cell,.wuc-all-urls-table th.wuc-actions-col{text-align:right;position:-webkit-sticky;position:sticky;right:0;background:#fff;z-index:1;box-shadow:-6px 0 8px -6px rgba(15,23,42,.12)}.wuc-all-urls-table thead th.wuc-actions-col{background:#fafbfd}.wuc-table-card:has(.wuc-all-urls-table){overflow-x:auto}.mission-finding-row{vertical-align:top}.mission-finding-site{overflow:hidden}.mission-finding-domain{font-size:.82rem;color:#1b365d}.mission-finding-domain,.mission-finding-url{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mission-finding-url{font-size:.72rem;color:#2563eb;margin-top:2px}.mission-finding-region{font-size:.72rem;vertical-align:top}.mission-expand-text-full{max-height:none;overflow-y:visible;width:100%;max-width:100%;box-sizing:border-box}.mission-finding-reason{font-size:.78rem;color:#334155;line-height:1.5}.mission-finding-license-text{-webkit-line-clamp:2;font-size:.72rem}.wuc-reason-cell{font-size:.78rem;color:#334155;line-height:1.55;padding-right:8px}.mission-finding-action{text-align:center;white-space:nowrap;padding-left:4px!important;padding-right:8px!important}.mission-findings-table .mission-view-btn{font-size:.72rem;padding:4px 10px;min-width:56px}.mission-finding-cats .mission-category-row-compact{flex-wrap:wrap;gap:4px}.mission-finding-cats .shell-badge{font-size:.65rem;padding:2px 6px}.mission-finding-action-head{text-align:center;font-size:.72rem}@media (max-width:768px){.mission-row-summary{flex-direction:column;align-items:flex-start}.mission-row-actions{margin-left:0;width:100%;justify-content:space-between}.dash-page-header{flex-direction:column;align-items:flex-start!important}.dash-chart-grid{grid-template-columns:1fr!important}}.dash-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.dash-stat-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:20px;width:100%}.dash-stat-card{position:relative;background:#fff;border:1px solid #e4e8f1;border-radius:14px;overflow:hidden;box-shadow:0 1px 2px rgba(13,24,44,.04);min-width:0}.dash-stat-accent{height:4px;width:100%}.dash-stat-body{padding:12px 14px 14px}.dash-stat-label{font-size:.7rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.03em;line-height:1.25}.dash-stat-value{font-size:1.55rem;font-weight:800;color:#1b365d;margin-top:6px;line-height:1.1}.dash-stat-hint{font-size:.68rem;color:#94a3b8;margin-top:6px;line-height:1.35}@media (max-width:1280px){.dash-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:900px){.dash-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.dash-stat-grid{grid-template-columns:1fr}}.dash-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin-bottom:24px}.dash-chart-card{min-height:320px}.dash-chart-header{margin-bottom:18px}.dash-chart-header h2{font-size:1.05rem;font-weight:700;color:#1b365d;margin-bottom:4px}.dash-chart-header p{font-size:.82rem;color:#64748b}.dash-chart-empty{color:#64748b;font-size:.88rem;padding:24px 0;text-align:center}.dash-bar-chart{display:flex;flex-direction:column;gap:12px}.dash-bar-row{display:grid;grid-template-columns:minmax(90px,28%) 1fr auto;grid-gap:10px;gap:10px;align-items:center}.dash-bar-meta{min-width:0}.dash-bar-label{display:block;font-size:.78rem;font-weight:600;color:#1b365d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-bar-sublabel{display:block;font-size:.68rem;color:#94a3b8;margin-top:2px}.dash-bar-track{height:10px;background:#eef1f6;border-radius:999px;overflow:hidden}.dash-bar-fill{height:100%;border-radius:999px;min-width:4px;transition:width .3s ease}.dash-bar-value{font-size:.82rem;font-weight:700;color:#1b365d;min-width:36px;text-align:right}.dash-preview-card{margin-bottom:24px}.dash-preview-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px}.dash-preview-header h2{font-size:1.05rem;font-weight:700;color:#1b365d;margin-bottom:4px}.dash-preview-header p{font-size:.82rem;color:#64748b}.dash-preview-table td,.dash-preview-table th{font-size:.82rem}.dash-preview-footer{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px;padding-top:16px;border-top:1px solid #eef1f6}.dash-date-card{margin-bottom:20px;padding:18px 20px}.dash-date-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.dash-date-card-header h2{font-size:1rem;font-weight:700;color:#1b365d;margin-bottom:4px}.dash-date-card-header p{font-size:.82rem;color:#64748b}.dash-period-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.dash-period-pill{display:flex;align-items:baseline;gap:8px;background:#fff;border:1px solid #e4e8f1;border-radius:10px;padding:8px 14px;min-width:0}.dash-period-pill-value{font-size:1.1rem;font-weight:800;color:#1b365d;line-height:1}.dash-period-pill-label{font-size:.72rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.dash-period-pill-sub{font-size:.68rem;color:#94a3b8;margin-left:4px}.dash-volume-card-compact{padding:16px 18px;min-height:0;width:100%;margin-bottom:16px}.dash-volume-card-compact .dash-chart-header{margin-bottom:10px}.dash-volume-card-compact .dash-chart-header h2{font-size:.95rem}.dash-volume-card-compact .dash-chart-header p{font-size:.78rem}.dash-volume-chart-compact{width:100%}.dash-volume-chart-compact .dash-volume-inline-stats{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.78rem;color:#64748b;margin-bottom:8px;width:100%}.dash-volume-inline-stats strong{color:#1b365d}.dash-volume-stat-risk strong{color:#dc2626}.dash-volume-stat-sep{color:#cbd5e1}.dash-volume-legend-inline{margin-left:auto;gap:12px}.dash-volume-svg-wrap-compact{position:relative;width:100%;max-height:none;overflow:visible}.dash-volume-svg-wrap-compact .dash-volume-svg{display:block;width:100%;height:200px;max-height:none;min-width:0}.dash-volume-tooltip-compact{top:4px;transform:translateX(-50%);display:flex;flex-direction:column;gap:2px;font-size:.7rem;padding:6px 10px;pointer-events:none;z-index:2}.wuc-range-count-strip{margin-bottom:14px}.wuc-range-count-meta{display:flex;align-items:center;gap:10px;margin-bottom:8px}.wuc-range-count-badge{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#c2410c;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;padding:4px 12px}.wuc-range-count-loading{font-size:.75rem;color:#94a3b8;font-style:italic}.wuc-range-count-chips{margin-bottom:0}.wuc-csv-drop{border:2px dashed #e2e8f0;border-radius:12px;padding:20px;text-align:center;background:#fafbfd}.wuc-csv-drop:hover{border-color:#f5a623;background:#fffbeb}.dash-volume-chart-pro{width:100%}.dash-volume-summary{display:flex;flex-wrap:wrap;align-items:flex-end;gap:24px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid #eef1f6}.dash-volume-summary-label{display:block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin-bottom:4px}.dash-volume-summary-value{font-size:1.5rem;font-weight:800;color:#1b365d;line-height:1.1}.dash-volume-summary-risk{color:#dc2626}.dash-volume-legend{display:flex;gap:16px;font-size:.75rem;color:#64748b}.dash-legend-dot{display:inline-block;width:10px;height:10px;border-radius:2px;margin-right:6px;vertical-align:middle}.dash-legend-crawled{background:#2563eb}.dash-legend-risk{background:#dc2626}.dash-volume-chart-pro .dash-volume-legend{margin-left:auto;margin-bottom:0}.dash-volume-svg-wrap{position:relative;width:100%;overflow-x:auto}.dash-volume-svg{width:100%;min-width:640px;height:auto;display:block}.dash-volume-grid{stroke:#eef1f6;stroke-width:1}.dash-volume-axis-x,.dash-volume-axis-y{font-size:11px;fill:#94a3b8;font-family:inherit}.dash-volume-bar-crawled{fill:#3b82f6;opacity:.88;transition:opacity .15s ease}.dash-volume-bar-crawled.hover{opacity:1;fill:#2563eb}.dash-volume-bar-risk{fill:#ef4444;opacity:.92}.dash-volume-bar-risk.hover{fill:#dc2626}.dash-volume-tooltip{position:absolute;top:8px;transform:translateX(-50%);background:#1b365d;color:#fff;font-size:.75rem;padding:8px 12px;border-radius:8px;pointer-events:none;white-space:nowrap;box-shadow:0 4px 14px rgba(27,54,93,.25);z-index:2}.dash-volume-tooltip-date{font-weight:700;margin-bottom:4px;color:#fde68a}.wuc-date-filter{display:flex;flex-direction:column;gap:10px}.wuc-date-presets{display:flex;flex-wrap:wrap;gap:8px}.wuc-date-preset-btn{border:1px solid #e2e8f0;background:#fff;color:#475569;border-radius:999px;padding:6px 14px;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .15s ease}.wuc-date-preset-btn:hover{border-color:#e8941e;color:#1b365d}.wuc-date-preset-btn.active{background:#fff7ed;border-color:#e8941e;color:#c2410c}.wuc-date-custom-row{display:flex;flex-wrap:wrap;gap:12px}.wuc-date-field{display:flex;flex-direction:column;gap:4px;font-size:.72rem;color:#64748b}.wuc-date-field .shell-input{min-width:160px}.wuc-filter-section-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin-bottom:8px}.wuc-date-filter-full{width:100%}.wuc-date-filter-full .wuc-date-presets{display:grid;grid-template-columns:repeat(var(--wuc-date-cols,7),minmax(0,1fr));grid-gap:8px;gap:8px;width:100%}.wuc-date-filter-full .wuc-date-preset-btn{width:100%;text-align:center;padding:8px 6px;white-space:nowrap}.wuc-date-filter-with-icon .wuc-date-presets{display:inline-flex;flex-wrap:wrap;align-items:center;gap:6px}.wuc-date-filter-icon{display:inline-flex;align-items:center;justify-content:center;color:#64748b;flex-shrink:0}.wuc-findings-filter{width:100%;overflow:visible}.wuc-findings-filter-row{display:flex;flex-wrap:nowrap;align-items:center;gap:8px;width:100%;min-width:0}.wuc-findings-filter-row .wuc-date-filter{flex:0 0 auto;min-width:0}.wuc-findings-filter-row .wuc-date-filter-inline-custom .wuc-date-presets{flex-wrap:nowrap;gap:5px}.wuc-findings-filter-row .wuc-date-custom-row{flex:0 0 auto;margin-top:0}.wuc-findings-filter-row .wuc-date-custom-row--inline{display:inline-flex;flex-wrap:nowrap;align-items:center;gap:4px;margin:0;flex:0 0 auto}.wuc-findings-filter-row .wuc-date-custom-row--inline .wuc-date-field{flex-direction:row;align-items:center;margin:0}.wuc-findings-filter-row .wuc-date-custom-row--inline .shell-input{min-width:0;width:118px;height:36px;padding:4px 6px;font-size:.72rem}.wuc-findings-filter-row .wuc-date-filter-icon{color:#ea580c}.wuc-filter-field{position:relative;display:flex;align-items:center;min-width:0}.wuc-filter-field--search{flex:1 1 auto;min-width:140px;max-width:220px}.wuc-filter-field--region{flex:0 0 138px;width:138px}.wuc-filter-field--cats{flex:0 0 168px;width:168px}.wuc-filter-field--risk{flex:0 0 142px;width:142px}.wuc-filter-field--country{flex:0 0 112px;width:112px}.wuc-filter-field__icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);z-index:2;display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;color:#64748b;pointer-events:none}.wuc-filter-field__icon--search{color:#2563eb}.wuc-filter-field__icon--region{color:#0d9488}.wuc-filter-field__icon--cats{color:#7c3aed}.wuc-filter-field__icon--risk{color:#ea580c}.wuc-filter-field__icon--country{color:#dc2626}.wuc-filter-field .ms-dropdown-trigger,.wuc-filter-field .shell-input,.wuc-filter-field .wuc-filter-multiselect{width:100%;min-width:0}.wuc-findings-filter .wuc-filter-field .ms-dropdown-trigger,.wuc-findings-filter .wuc-filter-field .shell-input,.wuc-findings-filter .wuc-filter-field .wuc-filter-multiselect .ms-dropdown-trigger,.wuc-findings-filter .wuc-filter-field.wuc-filter-multiselect .ms-dropdown-trigger{padding:8px 10px 8px 28px!important}.wuc-findings-filter-search,.wuc-findings-filter-select{width:100%!important;min-width:0!important;max-width:none!important;font-size:.78rem!important;height:36px;box-sizing:border-box;text-overflow:ellipsis}.wuc-findings-filter .wuc-category-filter{width:100%!important;min-width:0!important}.wuc-findings-filter-btn{height:36px;padding:0 12px!important;white-space:nowrap;display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.wuc-findings-filter-row .wuc-date-preset-btn{height:36px;padding:0 8px;font-size:.74rem;white-space:nowrap}@media (max-width:1100px){.wuc-findings-filter-row{flex-wrap:wrap}.wuc-findings-filter-row .wuc-date-filter{flex:1 0 100%}.wuc-findings-filter-row .wuc-date-filter-inline-custom .wuc-date-presets{flex-wrap:wrap}.wuc-filter-field--search{flex:1 1 100%;min-width:0;max-width:none}.wuc-filter-field--cats,.wuc-filter-field--country,.wuc-filter-field--region,.wuc-filter-field--risk{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 8px);width:auto;min-width:0}.wuc-findings-filter-btn{flex:1 1 100%;justify-content:center}}@media (max-width:900px){.wuc-date-filter-full .wuc-date-presets{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:560px){.wuc-date-filter-full .wuc-date-presets{grid-template-columns:repeat(2,minmax(0,1fr))}.wuc-filter-field--cats,.wuc-filter-field--country,.wuc-filter-field--region,.wuc-filter-field--risk{flex:1 1 100%}}@media (max-width:1100px){.dash-period-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.dash-period-grid{grid-template-columns:repeat(2,1fr)}}.wuc-summary-strip{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}.wuc-summary-chip{background:#fff;border:1px solid #e4e8f1;border-radius:999px;padding:8px 16px;font-size:.85rem;color:#4c5a72}.wuc-summary-chip strong{color:#1b365d;margin-right:4px}.wuc-summary-chip-risk{border-color:#fecaca;background:#fff7f7}.wuc-discovery-funnel{margin-bottom:16px;padding:14px 16px;border-radius:12px;border:1px solid #dbeafe;background:#f0f7ff}.wuc-discovery-funnel-title{font-size:.82rem;font-weight:700;color:#1b365d;margin-bottom:6px}.wuc-discovery-funnel-text{font-size:.78rem;color:#475569;line-height:1.5;margin:0 0 10px}.wuc-discovery-funnel-stats{display:flex;flex-wrap:wrap;gap:8px}.wuc-funnel-chip{font-size:.75rem;color:#4c5a72;background:#fff;border:1px solid #e4e8f1;border-radius:999px;padding:5px 12px}.wuc-funnel-chip strong{color:#1b365d;margin-left:4px}.wuc-funnel-chip-kept{border-color:#86efac;background:#f0fdf4}.wuc-funnel-kept-num{color:#15803d}.wuc-tab-hint{color:#64748b;line-height:1.45;margin:0 0 12px;padding:0 4px}.wuc-queries-table,.wuc-tab-hint{font-size:.78rem}.wuc-queries-table td,.wuc-queries-table th{vertical-align:top;padding-top:8px;padding-bottom:8px}.wuc-findings-tabs{margin-bottom:16px}.wuc-filter-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.wuc-category-filter{width:220px;min-width:180px}.wuc-date-filter-inline .wuc-date-presets,.wuc-filter-inline-group{align-items:center;gap:6px}.wuc-filter-inline-group{display:flex;flex:1 1 320px;min-width:0;margin-left:8px;padding-left:12px;border-left:1px solid #e2e8f0}.wuc-filter-inline-input{flex:1 1 140px;min-width:120px;max-width:280px;padding:6px 10px!important;font-size:.8rem!important}.wuc-filter-inline-select{width:auto!important;min-width:110px;max-width:150px;padding:6px 8px!important;font-size:.78rem!important}.wuc-filter-inline-btn{padding:6px 14px!important;font-size:.78rem!important;white-space:nowrap}@media (max-width:900px){.wuc-filter-inline-group{flex-basis:100%;margin-left:0;padding-left:0;border-left:none;padding-top:8px;border-top:1px solid #e2e8f0}}.ms-dropdown{position:relative}.ms-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;cursor:pointer;background:#fff}.ms-dropdown-trigger-open{border-color:#e8941e}.ms-dropdown-trigger-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1}.ms-dropdown-chevron{color:#64748b;font-size:.7rem;margin-left:8px}.ms-dropdown-panel{position:absolute;z-index:50;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px rgba(15,23,42,.12);max-height:280px;display:flex;flex-direction:column}.ms-dropdown-actions{display:flex;gap:12px;padding:8px 12px;border-bottom:1px solid #eef1f6;flex-shrink:0}.ms-dropdown-action{background:none;border:none;color:#c2410c;font-size:.75rem;font-weight:600;cursor:pointer;padding:0}.ms-dropdown-action:hover{text-decoration:underline}.ms-dropdown-list{overflow-y:auto;padding:6px 0}.ms-dropdown-item{display:flex;align-items:center;gap:8px;padding:6px 12px;font-size:.82rem;color:#334155;cursor:pointer}.ms-dropdown-item:hover{background:#f8fafc}.ms-dropdown-item input{flex-shrink:0}.wuc-findings-filter .wuc-filter-multiselect{width:100%!important;min-width:0!important;border:none!important;background:transparent!important;padding:0!important;box-shadow:none!important;height:auto!important}.wuc-findings-filter .wuc-filter-multiselect .ms-dropdown-trigger{width:100%;height:36px;padding:8px 8px 8px 28px!important;font-size:.78rem!important;display:flex;align-items:center;justify-content:space-between;gap:4px;box-sizing:border-box;overflow:hidden}.wuc-findings-filter .wuc-filter-multiselect .ms-dropdown-trigger>.ms-dropdown-trigger-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wuc-findings-filter .wuc-filter-multiselect .ms-dropdown-panel{z-index:40;min-width:100%;max-height:320px}.wuc-findings-filter .wuc-filter-field--cats .ms-dropdown-panel{min-width:280px;width:max(100%,280px)}.wuc-findings-filter .wuc-filter-multiselect .ms-dropdown-list{max-height:240px}.missions-split-layout{display:flex;gap:16px;align-items:flex-start;margin-bottom:16px}.missions-new-mission{flex:0 0 60%;min-width:0}.missions-url-scan{flex-grow:0;flex-shrink:0;flex-basis:calc(40% - 16px);min-width:0}.missions-url-scan .shell-card{margin-bottom:0}@media (max-width:1024px){.missions-split-layout{flex-direction:column}.missions-new-mission,.missions-url-scan{flex:1 1 auto;width:100%}}.geo-merchant-search-row{display:flex;gap:10px;align-items:center}.geo-merchant-search-row .shell-input{flex:1 1}.geo-merchant-search-msg{margin:8px 0 0;font-size:.82rem;color:#dc2626}.geo-country-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.wuc-payment-detected{background:#fffbeb;border-left:3px solid #e8941e}.wuc-payment-detected .mrh-cell-clamp{color:#9a3412;font-weight:600}.wuc-table-footer{margin-top:14px;padding-top:12px;border-top:1px solid #eef1f6;font-size:.82rem;color:#64748b}.wuc-empty-cell{text-align:center;color:#64748b;padding:28px!important}.wuc-url-cell{overflow:hidden}.wuc-url-link{display:block;color:#2563eb;margin-top:2px;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.wuc-url-link,.wuc-url-title{font-size:.72rem;overflow:hidden}.wuc-url-title{color:#64748b;margin-top:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.35}.wuc-snippet-cell{font-size:.78rem;color:#475569;line-height:1.45;vertical-align:top;padding-right:12px!important}.wuc-snippet-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35;word-break:break-word}.wuc-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-top:1px solid #e2e8f0}.wuc-pagination-summary{font-size:.82rem;color:#64748b}.wuc-pagination-controls{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.wuc-page-btn{min-width:32px;height:32px;padding:0 8px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#334155;font-size:.82rem;cursor:pointer}.wuc-page-btn.active{background:#1b365d;border-color:#1b365d;color:#fff}.wuc-page-btn:disabled{opacity:.5;cursor:not-allowed}.wuc-page-ellipsis{color:#94a3b8;padding:0 4px}.wuc-table-card{overflow-x:auto}.wuc-table-footer-hint{padding:0 16px 12px;margin:0;text-align:center}.wuc-all-urls-table td{vertical-align:top;padding-top:10px;padding-bottom:10px}.wuc-dt-cell{font-size:.75rem;color:#64748b;white-space:nowrap}.wuc-risk-high{color:#dc2626}.wuc-risk-med{color:#ea580c}.wuc-mini-btn{padding:4px 10px;font-size:.75rem}.wuc-inline-link{color:#2563eb;font-weight:600}.wuc-tenant-switcher{position:relative;display:none}@media (min-width:768px){.wuc-tenant-switcher{display:block}}.wuc-tenant-switcher-btn{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:.875rem;font-weight:500;color:#1f2937;cursor:pointer;font-family:inherit;box-shadow:0 1px 2px rgba(0,0,0,.05);transition:background .15s;max-width:200px}.wuc-tenant-switcher-btn:hover{background:#f9fafb}.wuc-tenant-switcher-icon{color:#6b7280;flex-shrink:0}.wuc-tenant-switcher-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:140px}.wuc-tenant-switcher-chevron{color:#9ca3af;flex-shrink:0}.wuc-tenant-switcher-menu{position:absolute;right:0;top:calc(100% + 4px);width:288px;background:#fff;border-radius:12px;border:1px solid #f3f4f6;box-shadow:0 20px 40px rgba(15,23,42,.12);z-index:60;padding:8px 0}.wuc-tenant-switcher-heading{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;padding:4px 12px 8px}.wuc-tenant-option{display:flex;align-items:flex-start;gap:12px;width:100%;text-align:left;padding:10px 12px;border:none;background:transparent;cursor:pointer;font-family:inherit;transition:background .15s}.wuc-tenant-option:hover{background:#f9fafb}.wuc-tenant-option.active{background:rgba(245,158,11,.1)}.wuc-tenant-option-icon{margin-top:2px;height:28px;width:28px;border-radius:8px;background:#f3f4f6;color:#6b7280;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wuc-tenant-option-icon--core{background:#f0f9ff;color:#0284c7}.wuc-tenant-option-text{flex:1 1;min-width:0}.wuc-tenant-option strong{font-size:.875rem;font-weight:500;color:#1f2937}.wuc-tenant-option span,.wuc-tenant-option strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wuc-tenant-option span{font-size:.75rem;color:#9ca3af}.wuc-tenant-option-check{color:#b45309;flex-shrink:0;margin-top:6px}.wuc-section-title{font-size:.95rem;font-weight:700;color:#1b365d;margin-bottom:12px}.wuc-system-overall{margin-bottom:16px;border-left:4px solid #22c55e}.wuc-system-overall--degraded{border-left-color:#f59e0b}.wuc-system-overall--down{border-left-color:#ef4444}.wuc-system-overall--disabled{border-left-color:#94a3b8}.wuc-system-overall-row{display:flex;align-items:center;gap:16px}.wuc-system-overall-label{font-size:.78rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.wuc-system-overall-value{font-size:1.35rem;font-weight:800;color:#1b365d;margin-top:4px}.wuc-system-overall-meta{font-size:.75rem;color:#94a3b8;margin-top:4px}.wuc-system-badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.wuc-system-badge--operational{background:#dcfce7;color:#166534}.wuc-system-badge--degraded{background:#fef3c7;color:#92400e}.wuc-system-badge--down{background:#fee2e2;color:#991b1b}.wuc-system-badge--disabled{background:#f1f5f9;color:#64748b}.wuc-system-alert{margin-bottom:16px}.wuc-system-alert--error{border-left:4px solid #ef4444;color:#991b1b}.wuc-system-alert--issues{border-left:4px solid #f59e0b}.wuc-system-issues-list{list-style:none;margin:0;padding:0}.wuc-system-issue{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #e2e8f0;flex-wrap:wrap}.wuc-system-issue:last-child{border-bottom:none}.wuc-system-issue-name{font-weight:700;color:#1b365d;min-width:140px}.wuc-system-issue-msg{flex:1 1;font-size:.85rem;color:#475569;min-width:200px}.wuc-system-group{margin-bottom:16px}.wuc-systems-table td{vertical-align:middle}.wuc-system-name-cell{display:flex;align-items:center;gap:8px}.wuc-system-detail{font-size:.85rem;color:#475569;max-width:420px}.wuc-system-container{font-family:ui-monospace,monospace;font-size:.78rem;color:#64748b}.wuc-system-icon--ok{color:#22c55e}.wuc-system-icon--warn{color:#f59e0b}.wuc-system-icon--down{color:#ef4444}.wuc-system-icon--disabled{color:#94a3b8}.wuc-ds-page{width:100%;max-width:none}.wuc-ds-header,.wuc-ds-kpi-row{margin-bottom:1rem}.wuc-ds-kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:1rem;gap:1rem}@media (max-width:768px){.wuc-ds-kpi-row{grid-template-columns:1fr}}.wuc-ds-kpi{background:#fff;border:1px solid #e8edf4;border-radius:12px;padding:1rem 1.25rem;box-shadow:0 1px 3px rgba(27,54,93,.04)}.wuc-ds-kpi-label{display:block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin-bottom:.35rem}.wuc-ds-kpi-value{display:block;font-size:1.65rem;font-weight:700;color:#1b365d;line-height:1.2}.wuc-ds-kpi-value--pass{color:#047857}.wuc-ds-kpi-value--fail{color:#b91c1c}.wuc-ds-kpi-hint{display:block;font-size:.78rem;color:#94a3b8;margin-top:.25rem}.wuc-ds-search-card{margin-bottom:1rem}.wuc-ds-search-form{display:flex;gap:10px;flex-wrap:wrap;align-items:stretch;width:100%}.wuc-ds-search-hint{margin:.65rem 0 0;font-size:.8rem;color:#64748b}.wuc-ds-search-wrap{position:relative;flex:1 1 320px;min-width:0}.wuc-ds-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.wuc-ds-search-input{padding-left:2.75rem!important;width:100%;min-height:42px}.wuc-ds-layout{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;width:100%}.wuc-ds-layout--split{grid-template-columns:minmax(0,1.55fr) minmax(300px,.85fr)}@media (max-width:1100px){.wuc-ds-layout--split{grid-template-columns:1fr}}.wuc-ds-registry-card{margin-top:.25rem}.wuc-ds-registry-header{padding:1rem 1.25rem .5rem}.wuc-ds-domain{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.82rem}.wuc-registry-cell{min-width:10rem;max-width:14rem}.wuc-registry-remark{font-size:.78rem;color:#64748b;margin-top:.25rem;line-height:1.35}.wuc-registry-status-cell{min-width:9rem;max-width:15rem}.wuc-registry-badge-row{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.wuc-registry-badge{display:inline-block;font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:.2rem .55rem;border-radius:999px;line-height:1.3;border:1px solid transparent}.wuc-registry-badge--licensed{color:#065f46;background:#d1fae5;border-color:#6ee7b7}.wuc-registry-badge--whitelisted{color:#1e40af;background:#dbeafe;border-color:#93c5fd}.wuc-registry-badge--blacklisted{color:#991b1b;background:#fee2e2;border-color:#fca5a5}.wuc-registry-badge--list-whitelist{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.wuc-registry-badge--list-blocklist{color:#c2410c;background:#fff7ed;border-color:#fdba74}.wuc-registry-detail{font-size:.72rem;color:#475569;margin-top:.2rem;font-weight:600}.wuc-scheduler-open-btn{font-weight:600}.wuc-scheduler-sheet-root{position:fixed;inset:0;z-index:240;display:flex;align-items:center;justify-content:center;padding:20px;pointer-events:none}.wuc-scheduler-backdrop{position:absolute;inset:0;border:none;padding:0;margin:0;background:rgba(15,23,42,.45);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);pointer-events:auto;cursor:pointer;animation:wuc-scheduler-fade-in .22s ease-out}.wuc-scheduler-sheet{position:relative;width:min(720px,calc(100vw - 40px));height:min(720px,calc(100vh - 40px));max-width:720px;max-height:720px;aspect-ratio:1/1;overflow:hidden;display:flex;flex-direction:column;pointer-events:auto;background:#fff;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 32px 64px rgba(15,23,42,.24);animation:wuc-scheduler-sheet-in .28s cubic-bezier(.22,1,.36,1)}@keyframes wuc-scheduler-fade-in{0%{opacity:0}to{opacity:1}}@keyframes wuc-scheduler-sheet-in{0%{transform:scale(.94);opacity:0}to{transform:scale(1);opacity:1}}.wuc-scheduler-sheet-close{position:absolute;right:14px;top:14px;z-index:2;width:34px;height:34px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;font-size:1.35rem;line-height:1;cursor:pointer}.wuc-scheduler-sheet-close:hover{background:#f1f5f9;color:#1e293b}.wuc-scheduler-panel--sheet{overflow-y:auto;padding:22px 22px 20px;flex:1 1;min-height:0;border:none;box-shadow:none;border-radius:0}.wuc-scheduler-panel--sheet .wuc-scheduler-header{flex-direction:column;align-items:stretch;gap:12px;padding-right:36px}.wuc-scheduler-panel--sheet .wuc-scheduler-mode-tabs{justify-content:flex-start}.wuc-scheduler-panel--sheet .wuc-scheduler-default-banner{flex-direction:column;gap:12px}.wuc-scheduler-card{margin-bottom:16px}.wuc-scheduler-header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-bottom:14px}.wuc-scheduler-title{font-size:1rem;font-weight:700;color:#1b365d;margin:0 0 4px}.wuc-scheduler-subtitle{font-size:.85rem;color:#64748b;margin:0}.wuc-scheduler-mode-tabs{display:flex;flex-wrap:wrap;gap:6px}.wuc-scheduler-tab{border:1px solid #e2e8f0;background:#f8fafc;color:#475569;border-radius:8px;padding:6px 12px;font-size:.78rem;font-weight:600;cursor:pointer}.wuc-scheduler-tab--active{background:#fff7ed;border-color:#fdba74;color:#c2410c}.wuc-scheduler-default-banner{display:flex;justify-content:space-between;gap:16px;padding:14px 16px;background:linear-gradient(135deg,#fff7ed,#f8fafc);border:1px solid #fed7aa;border-radius:10px;margin-bottom:12px}.wuc-scheduler-default-banner p{margin:6px 0 0;font-size:.84rem;color:#475569;line-height:1.45}.wuc-scheduler-last,.wuc-scheduler-next{font-size:.78rem!important;color:#64748b!important}.wuc-scheduler-toggle{display:flex;align-items:center;gap:8px;font-weight:600;font-size:.85rem;white-space:nowrap}.wuc-scheduler-toggle--sm{font-size:.78rem}.wuc-scheduler-actions{display:flex;flex-wrap:wrap;gap:8px}.wuc-scheduler-hint{font-size:.78rem;color:#94a3b8;margin:10px 0 0}.wuc-scheduler-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:12px;gap:12px}.wuc-scheduler-check{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#475569}.wuc-scheduler-list{margin-top:18px;padding-top:14px;border-top:1px solid #e8edf4}.wuc-scheduler-list-title{font-size:.9rem;font-weight:700;color:#1b365d;margin:0 0 10px}.wuc-scheduler-list-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid #f1f5f9}.wuc-scheduler-list-meta{display:block;font-size:.78rem;color:#64748b;margin-top:2px}.wuc-scheduler-list-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.wuc-scheduler-message{margin:12px 0 0;font-size:.85rem}.wuc-scheduler-message--ok{color:#15803d}.wuc-scheduler-message--err{color:#dc2626}.shell-btn-danger-text{color:#dc2626;border-color:#fecaca}.wuc-ds-table{width:100%;table-layout:fixed}.wuc-ds-col-source{width:34%}.wuc-ds-col-country{width:12%}.wuc-ds-col-method,.wuc-ds-col-type{width:14%}.wuc-ds-col-records{width:10%}.wuc-ds-col-status{width:9%}.wuc-ds-col-action{width:7%}.wuc-ds-table tbody tr{cursor:pointer}.wuc-ds-table td{vertical-align:middle}.wuc-ds-source-name{display:block;font-size:.88rem;line-height:1.35;color:#1e293b}.wuc-ds-id{font-size:.74rem;margin-top:.2rem}.wuc-ds-cat{font-size:.72rem;margin-top:.25rem}.wuc-ds-method{font-size:.8rem;color:#475569;text-transform:capitalize}.wuc-ds-records{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600;color:#1b365d}.wuc-ds-type-badge--whitelist{background:#dbeafe;color:#1e40af}.wuc-ds-type-badge--blocklist{background:#ffedd5;color:#c2410c}.wuc-ds-type-badge--rules{background:#f3e8ff;color:#7e22ce}.wuc-ds-type-badge--keywords{background:#fef9c3;color:#a16207}.wuc-ds-type-badge--mixed{background:#f1f5f9;color:#475569}.wuc-ds-row--active{background:#eff6ff!important}.wuc-ds-action-cell{text-align:right;white-space:nowrap}.wuc-ds-empty{text-align:center;padding:2rem!important;color:#64748b}.wuc-ds-detail{position:-webkit-sticky;position:sticky;top:5.5rem;align-self:start;padding-top:2.5rem}.wuc-ds-detail-close{position:absolute;top:1rem;right:1rem}.wuc-ds-detail-header{display:flex;gap:.85rem;align-items:flex-start;margin-bottom:1.25rem;padding-right:4rem}.wuc-ds-detail-icon{flex-shrink:0;width:44px;height:44px;border-radius:10px;background:#eff6ff;color:#1b365d;display:flex;align-items:center;justify-content:center}.wuc-ds-dl{display:grid;grid-template-columns:130px 1fr;grid-gap:.65rem 1rem;gap:.65rem 1rem;font-size:.86rem}.wuc-ds-dl dt{color:#64748b;font-weight:500}.wuc-ds-dl dd{margin:0;word-break:break-word}.wuc-ds-code{font-size:.78rem;background:#f1f5f9;padding:2px 6px;border-radius:4px}.wuc-pipeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1rem;gap:1rem}.wuc-pipeline-step{border:1px solid #e2e8f0;border-radius:10px;padding:1rem;background:#fafbfc}.wuc-pipeline-step-num{font-size:.72rem;font-weight:700;text-transform:uppercase;color:#64748b;margin-bottom:.35rem}.wuc-pipeline-output{margin-top:.5rem;font-size:.8rem;color:#0f766e}.wuc-tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.25rem;gap:1.25rem}.wuc-tech-group ul.wuc-tech-list{list-style:none;padding:0;margin:.5rem 0 0}.wuc-tech-list li{padding:.5rem 0;border-bottom:1px solid #f1f5f9;font-size:.88rem}.wuc-tech-list li:last-child{border-bottom:none}.wuc-spin{animation:wuc-spin 1s linear infinite}@keyframes wuc-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.wuc-traffic-monitoring-bar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:10px}.wuc-routing-path{margin:8px 0 0;padding-left:20px;font-size:.85rem}.wuc-routing-path li{margin-bottom:10px}.wuc-routing-type{display:inline-block;text-transform:uppercase;font-size:.65rem;font-weight:700;color:#64748b;margin-right:8px;min-width:72px}.wuc-routing-url{display:block;font-size:.78rem;color:#2563eb;word-break:break-all;margin-top:2px}.wuc-mti-timeline{display:flex;flex-direction:column;gap:6px;margin-top:8px}.wuc-mti-timeline-day{display:flex;flex-wrap:wrap;gap:12px;font-size:.82rem;padding:8px 12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.wuc-mti-day-num{font-weight:700;color:#1b365d;min-width:28px}.wuc-url-detail-page{width:100%;max-width:none;margin:0}.wuc-url-detail-page--full{margin-left:-16px;margin-right:-16px;width:calc(100% + 32px);padding:0 20px 32px}@media (min-width:768px){.wuc-url-detail-page--full{margin-left:-24px;margin-right:-24px;width:calc(100% + 48px);padding:0 28px 40px}}.wuc-url-detail-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e8edf4}.wuc-back-link{font-size:.875rem;color:#2563eb;text-decoration:none;font-weight:600}.wuc-back-link:hover{text-decoration:underline}.wuc-url-detail-external{display:inline-block;margin-top:6px;font-size:.875rem;word-break:break-all}.wuc-url-detail-review-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;flex-shrink:0}.wuc-review-btn-approve{background:#1b365d;color:#fff;border:1px solid #152a4a;min-width:120px}.wuc-review-btn-approve:hover:not(:disabled){background:#152a4a}.wuc-review-btn-delete{color:#991b1b;border-color:#fecaca}.wuc-review-btn-delete:hover:not(:disabled){background:#fee2e2;border-color:#f87171}.wuc-mission-detail-page{padding-bottom:40px}.wuc-mission-detail-page-header{margin-bottom:16px}@media (min-width:768px){.wuc-mission-detail-page{margin-left:-24px;margin-right:-24px;width:calc(100% + 48px);padding:0 28px 40px}}.wuc-mission-detail-page .mission-detail-panel{border-radius:12px;border:1px solid #e8edf4;background:#fff;padding:20px 24px;box-shadow:0 1px 3px rgba(15,23,42,.04)}.wuc-url-detail-view{display:flex;flex-direction:column;gap:18px}.wuc-kpi-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:12px;gap:12px}.wuc-kpi-card{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:14px;border:1px solid #e2e8f0;background:linear-gradient(145deg,#fff,#f8fafc);box-shadow:0 1px 3px rgba(15,23,42,.06);min-height:72px}.wuc-kpi-card__icon{flex-shrink:0;width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.15rem;background:#f1f5f9}.wuc-kpi-card__body{display:flex;flex-direction:column;gap:4px;min-width:0}.wuc-kpi-card__label{font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.wuc-kpi-card__value{font-size:1rem;font-weight:700;color:#0f172a;line-height:1.25;word-break:break-word}.wuc-kpi-card--warning{border-color:#fde68a;background:linear-gradient(145deg,#fffbeb,#fef3c7)}.wuc-kpi-card--warning .wuc-kpi-card__icon{background:#fef08a}.wuc-kpi-card--danger{border-color:#fecaca;background:linear-gradient(145deg,#fef2f2,#fee2e2)}.wuc-kpi-card--danger .wuc-kpi-card__icon{background:#fca5a5}.wuc-kpi-card--info{border-color:#bae6fd;background:linear-gradient(145deg,#f0f9ff,#e0f2fe)}.wuc-kpi-card--info .wuc-kpi-card__icon{background:#7dd3fc}.wuc-kpi-card--success{border-color:#bbf7d0;background:linear-gradient(145deg,#f0fdf4,#dcfce7)}.wuc-kpi-card--success .wuc-kpi-card__icon{background:#86efac}.wuc-url-detail-tabs{flex-wrap:wrap;gap:8px}.wuc-url-detail-tab-panel{padding:24px 26px;min-height:320px;background:#fff;border:1px solid #e8edf4;border-radius:16px;box-shadow:0 1px 4px rgba(15,23,42,.05)}.wuc-url-detail-columns{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-bottom:16px}@media (max-width:1100px){.wuc-url-detail-columns{grid-template-columns:1fr}}.wuc-url-detail-card--compliance{display:flex;flex-direction:column;gap:12px}.wuc-compliance-tags{display:flex;flex-wrap:wrap;gap:6px}.wuc-compliance-tag{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:.7rem;font-weight:700;line-height:1.2}.wuc-compliance-law{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.wuc-compliance-law__jurisdiction{font-size:.78rem;color:#64748b}.wuc-compliance-restrictions{display:flex;flex-wrap:wrap;gap:6px}.wuc-compliance-restriction{display:inline-block;max-width:100%;padding:3px 8px;border-radius:6px;font-size:.68rem;font-weight:600;border:1px solid #e2e8f0;background:#fff;color:#475569;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wuc-compliance-restriction--prohibited{border-color:#fecaca;background:#fef2f2;color:#991b1b}.wuc-compliance-restriction--restricted{border-color:#fde68a;background:#fffbeb;color:#92400e}.wuc-compliance-summary__text{margin:4px 0 0;font-size:.82rem;line-height:1.45;color:#334155;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.wuc-compliance-ai{border-top:1px solid #e8edf4;padding-top:10px}.wuc-compliance-ai__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;border:none;background:transparent;font-size:.75rem;font-weight:700;color:#1b365d;cursor:pointer}.wuc-compliance-ai__toggle:hover{color:#2563eb}.wuc-compliance-ai__chevron--open{transform:rotate(180deg)}.wuc-compliance-ai__body{margin:8px 0 0;padding:10px 12px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;font-size:.8rem;line-height:1.5;color:#475569}.wuc-url-detail-card{background:#f8fafc;border:1px solid #e8edf4;border-radius:14px;padding:18px 20px;height:100%}.wuc-url-detail-card--full{background:#fff;border-color:#e2e8f0}.wuc-url-detail-card__title{margin:0 0 12px;font-size:.95rem;font-weight:700;color:#1b365d}.wuc-url-detail-card__subtitle{margin:-8px 0 14px;font-size:.8rem;color:#64748b}.wuc-url-detail-dl{margin:0;display:flex;flex-direction:column;gap:12px}.wuc-url-detail-dl>div{display:grid;grid-template-columns:100px 1fr;grid-gap:8px;gap:8px;align-items:start}.wuc-url-detail-dl dt{margin:0;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8}.wuc-url-detail-dl dd{margin:0;font-size:.875rem;color:#334155;word-break:break-word}.wuc-url-detail-registry-embed{display:flex;flex-direction:column;gap:12px}.wuc-pay-grid{display:flex;flex-direction:column;gap:18px}.wuc-pay-grid__label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:10px}.wuc-pay-grid__chips{display:flex;flex-wrap:wrap;gap:10px}.wuc-pay-chip{gap:8px;padding:8px 14px 8px 10px;border-radius:10px;border:1px solid rgba(0,0,0,.08);background:#f1f5f9;color:#1e293b;font-size:.82rem;font-weight:600;box-shadow:0 1px 2px rgba(0,0,0,.05)}.wuc-pay-chip,.wuc-pay-chip__mark{display:inline-flex;align-items:center}.wuc-pay-chip__mark{justify-content:center;min-width:36px;height:24px;padding:0 6px;border-radius:6px;font-size:.65rem;font-weight:800;letter-spacing:.02em}.wuc-pay-chip__name{white-space:nowrap}.wuc-pay-chip__tag{font-size:.62rem;text-transform:uppercase;padding:2px 6px;border-radius:4px;background:rgba(0,0,0,.12);color:inherit}.wuc-pay-chip__link{font-size:.75rem;opacity:.7;text-decoration:none;color:inherit}.wuc-pay-chip--visa{background:#1a1f71;color:#fff}.wuc-pay-chip--visa .wuc-pay-chip__mark{background:#fff;color:#1a1f71}.wuc-pay-chip--mastercard{background:#2d2d2d;color:#fff}.wuc-pay-chip--mastercard .wuc-pay-chip__mark{background:linear-gradient(90deg,#eb001b 50%,#f79e1b 0);color:#fff;font-size:.55rem}.wuc-pay-chip--amex{background:#006fcf;color:#fff}.wuc-pay-chip--amex .wuc-pay-chip__mark{background:#fff;color:#006fcf}.wuc-pay-chip--discover{background:#ff6000;color:#fff}.wuc-pay-chip--discover .wuc-pay-chip__mark{background:#fff;color:#ff6000}.wuc-pay-chip--paypal{background:#003087;color:#fff}.wuc-pay-chip--paypal .wuc-pay-chip__mark{background:#009cde;color:#fff}.wuc-pay-chip--apple_pay{background:#000;color:#fff;padding-left:12px}.wuc-pay-chip__apple{width:18px;height:18px;background:#fff;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M17.05 20.28c-.98.95-2.05.8-3.08.35-1.09-.46-2.09-.48-3.24 0-1.44.62-2.2.44-3.06-.35C2.79 15.25 3.51 7.59 9.05 7.31c1.35.07 2.29.74 3.08.8 1.18-.24 2.31-.93 3.57-.84 1.51.12 2.65.72 3.4 1.8-3.12 1.87-2.38 5.98.48 7.13-.57 1.5-1.31 2.99-2.54 4.09zM12.03 7.25c-.15-2.23 1.66-4.07 3.74-4.25.29 2.58-2.34 4.5-3.74 4.25z'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M17.05 20.28c-.98.95-2.05.8-3.08.35-1.09-.46-2.09-.48-3.24 0-1.44.62-2.2.44-3.06-.35C2.79 15.25 3.51 7.59 9.05 7.31c1.35.07 2.29.74 3.08.8 1.18-.24 2.31-.93 3.57-.84 1.51.12 2.65.72 3.4 1.8-3.12 1.87-2.38 5.98.48 7.13-.57 1.5-1.31 2.99-2.54 4.09zM12.03 7.25c-.15-2.23 1.66-4.07 3.74-4.25.29 2.58-2.34 4.5-3.74 4.25z'/%3E%3C/svg%3E") center/contain no-repeat}.wuc-pay-chip--google_pay{background:#fff;color:#3c4043;border-color:#dadce0}.wuc-pay-chip--google_pay .wuc-pay-chip__mark{background:linear-gradient(135deg,#4285f4,#34a853,#fbbc05,#ea4335);color:#fff}.wuc-pay-chip--crypto{background:#f7931a;color:#fff}.wuc-pay-chip--crypto .wuc-pay-chip__mark{background:hsla(0,0%,100%,.25);color:#fff}.wuc-pay-chip--upi{background:#097939;color:#fff}.wuc-pay-chip--upi .wuc-pay-chip__mark{background:#fff;color:#097939}.wuc-pay-chip--wallet{background:#6366f1;color:#fff}.wuc-pay-chip--wallet .wuc-pay-chip__mark{background:hsla(0,0%,100%,.2)}.wuc-pay-chip--hidden{opacity:.85;border-style:dashed}.wuc-detail-card--embedded{border:none;box-shadow:none;background:transparent}.wuc-detail-card--embedded .wuc-detail-card__body{padding:0}.wuc-url-detail-tab-panel .wuc-screenshot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:16px;gap:16px}.wuc-url-detail-tab-panel .wuc-screenshot-card{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#fff}.wuc-url-detail-tab-panel .wuc-screenshot-card figcaption{padding:8px 12px;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:.8rem;text-transform:capitalize}.wuc-url-detail-tab-panel .wuc-screenshot-card img{width:100%;height:auto;display:block}.mrh-clickable-row{cursor:pointer}.mrh-clickable-row:hover td{background:#f8fafc}.wuc-skeleton{display:inline-block;background:linear-gradient(90deg,#e8edf5,#f4f7fb 45%,#e8edf5 90%);background-size:200% 100%;animation:wuc-skeleton-shimmer 1.25s ease-in-out infinite;vertical-align:middle}@keyframes wuc-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.wuc-skeleton-table{padding:0;overflow:hidden}.wuc-skeleton-table-head,.wuc-skeleton-table-row{display:grid;grid-template-columns:2fr repeat(5,1fr);grid-gap:12px;gap:12px;align-items:center;padding:14px 18px}.wuc-skeleton-table-head{background:#f8fafc;border-bottom:1px solid #e4e8f1}.wuc-skeleton-table-row{border-bottom:1px solid #f1f5f9}.wuc-skeleton-table-row:last-child{border-bottom:none}.wuc-skeleton-dashboard .dash-stat-grid{margin-top:1rem}.wuc-skeleton-dash-pills{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:1rem}.wuc-skeleton-dash-pill{flex:1 1 140px;min-width:120px;padding:14px 16px;background:#fff;border:1px solid #e4e8f1;border-radius:12px}.wuc-inline-pulse{display:inline-flex;align-items:center;gap:4px;margin-left:8px;vertical-align:middle}.wuc-inline-pulse-dot{width:5px;height:5px;border-radius:50%;background:#94a3b8;animation:wuc-inline-pulse 1s ease-in-out infinite}.wuc-inline-pulse-dot:nth-child(2){animation-delay:.15s}.wuc-inline-pulse-dot:nth-child(3){animation-delay:.3s}@keyframes wuc-inline-pulse{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.wuc-skeleton-chips{display:flex;flex-wrap:wrap;gap:10px;margin:8px 0 12px}.wuc-skeleton-block{margin-bottom:1rem}.wuc-skeleton-table--flush{border:none;box-shadow:none;margin:0}.wuc-selection-bar{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:10px 16px;background:#fff8eb;border-bottom:1px solid #f0e0c0;font-size:.9rem;color:#1b365d}.wuc-select-col{width:40px;text-align:center;vertical-align:middle}.wuc-select-col input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#f5a623}.wuc-row-selected{background:#fffaf0!important}.wuc-export-hint{margin:8px 12px 4px;font-size:.75rem;color:#64748b;line-height:1.35}