:root {
  /* POSTRADAR_RADAROS_LANDING_V2_READY */
  /* POSTRADAR_RADAROS_INTERACTIVE_QUEUE_V1_READY */
  /* POSTRADAR_RADAROS_INTERACTIVE_SOURCES_V1_READY */
  --ink: #0a1224;
  --muted: #667085;
  --line: #e7eaf0;
  --soft: #f5f7fb;
  --white: #fff;
  --accent: #5068ee;
  --accent-dark: #3e54d7;
  --green: #0f9f6e;
  --sidebar: #0b1326;
  --shadow: 0 16px 40px rgba(19, 32, 68, .08);
}

* { box-sizing: border-box; }
html, body { min-height: 100%; }
body { margin: 0; color: var(--ink); background: var(--soft); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button { font: inherit; }
.hidden { display: none !important; }
.muted { color: var(--muted) !important; }

.landing { min-height: 100vh; overflow: hidden; color: #10162a; background: #f7f8fb; }
.landing a { color: inherit; text-decoration: none; }
.landing-header { position: relative; z-index: 10; width: min(1240px, calc(100% - 48px)); height: 84px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.landing-brand { display: inline-flex; align-items: center; gap: 11px; color: #11182b; font-size: 20px; font-weight: 800; letter-spacing: -.03em; }
.landing-nav { display: flex; align-items: center; gap: 34px; color: #646d80; font-size: 14px; font-weight: 600; }
.landing-nav a { transition: color .2s ease; }
.landing-nav a:hover { color: #151d32; }
.landing-login-button { min-width: 94px; color: #202a42; border-color: #dce1ec; background: rgba(255,255,255,.72); }
.landing-login-button:hover { border-color: #aeb8cd; background: #fff; }

.landing-hero { position: relative; width: min(1240px, calc(100% - 48px)); min-height: 700px; margin: 0 auto; padding: 72px 0 88px; display: grid; grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr); align-items: center; gap: 54px; }
.landing-hero::before { content: ""; position: absolute; z-index: 0; width: 700px; height: 700px; left: -410px; top: -160px; border-radius: 50%; background: radial-gradient(circle, rgba(91,111,237,.13), rgba(91,111,237,0) 68%); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; }
.launch-pill { width: max-content; max-width: 100%; margin-bottom: 24px; padding: 8px 12px; display: flex; align-items: center; gap: 8px; border: 1px solid #dce2f5; border-radius: 999px; color: #4b5672; background: rgba(255,255,255,.74); font-size: 12px; font-weight: 650; box-shadow: 0 8px 28px rgba(40,54,91,.05); }
.launch-pill span { width: 7px; height: 7px; border-radius: 50%; background: #17a873; box-shadow: 0 0 0 4px #dff5ed; }
.landing-kicker { margin: 0 0 16px; color: #5268ec; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.hero-copy h1 { max-width: 690px; margin: 0; color: #0c1325; font-size: clamp(48px, 5.25vw, 78px); line-height: .99; letter-spacing: -.06em; }
.hero-copy h1 em { color: #5268ec; font-style: normal; }
.hero-lead { max-width: 660px; margin: 26px 0 0; color: #606a7f; font-size: 18px; line-height: 1.68; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 12px; }
.landing-primary { min-height: 50px; padding: 0 21px; display: inline-flex; align-items: center; gap: 18px; border-radius: 12px; }
.landing-primary span, .cta-button span { font-size: 18px; }
.landing-secondary { min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; color: #39435a; border: 1px solid #dfe3eb; border-radius: 12px; background: #fff; font-weight: 650; }
.landing-secondary:hover { border-color: #bec6d5; }
.hero-trust { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 18px; color: #7b8394; font-size: 11px; font-weight: 650; }
.hero-trust span { display: inline-flex; align-items: center; gap: 6px; }
.hero-trust i { width: 16px; height: 16px; display: inline-grid; place-items: center; border-radius: 50%; color: #147b5b; background: #e2f6ef; font-size: 9px; font-style: normal; }
.login-progress { display: flex; align-items: center; gap: 10px; margin-top: 18px; color: var(--muted); font-size: 14px; }
.spinner { width: 16px; height: 16px; border: 2px solid #d8ddf7; border-top-color: var(--accent); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.product-preview { position: relative; z-index: 1; min-width: 0; padding: 46px 0; }
.preview-glow { position: absolute; inset: -40px -90px -60px -20px; border-radius: 50%; background: radial-gradient(circle at 52% 45%, rgba(85,105,230,.25), rgba(85,105,230,0) 67%); filter: blur(2px); }
.preview-window { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; color: #eef1ff; background: #111a31; box-shadow: 0 42px 100px rgba(30,42,85,.28), 0 0 0 8px rgba(255,255,255,.52); transform: perspective(1400px) rotateY(-4deg) rotateX(1.5deg); }
.preview-window::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(125deg, rgba(255,255,255,.07), transparent 30%); }
.preview-topbar { height: 64px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #26314c; background: #0d1528; }
.preview-brand { display: flex; align-items: center; gap: 9px; font-size: 13px; }
.preview-logo { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; background: linear-gradient(135deg,#687dff,#4055d8); font-size: 12px; }
.preview-live { display: flex; align-items: center; gap: 7px; color: #93a0ba; font-size: 9px; }
.preview-live i { width: 6px; height: 6px; border-radius: 50%; background: #29c48c; box-shadow: 0 0 0 4px rgba(41,196,140,.12); }
.preview-body { min-height: 390px; display: grid; grid-template-columns: 108px 1fr; }
.preview-sidebar { padding: 24px 15px; display: flex; flex-direction: column; gap: 15px; border-right: 1px solid #26314c; background: #0e172b; }
.preview-nav { width: 68px; height: 7px; border-radius: 99px; background: #293550; }
.preview-nav.short { width: 44px; }
.preview-nav.active { background: #6075f1; box-shadow: 0 0 20px rgba(96,117,241,.3); }
.preview-content { min-width: 0; padding: 24px; }
.preview-heading { display: flex; align-items: center; justify-content: space-between; }
.preview-heading div { display: grid; gap: 7px; }
.preview-heading div span { width: 54px; height: 5px; border-radius: 99px; background: #5366d8; }
.preview-heading div strong { width: 135px; height: 13px; border-radius: 99px; background: #e8ecfa; }
.preview-heading > i { width: 70px; height: 26px; border: 1px solid #36425e; border-radius: 8px; }
.preview-metrics { margin-top: 22px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
.preview-metrics div { min-width: 0; padding: 12px; border: 1px solid #2b3752; border-radius: 10px; background: #172139; }
.preview-metrics span, .preview-metrics strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.preview-metrics span { color: #75839e; font-size: 8px; }
.preview-metrics strong { margin-top: 6px; color: #e5e9f7; font-size: 9px; }
.flow-card { margin-top: 14px; padding: 15px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 8px; border: 1px solid #2b3752; border-radius: 12px; background: #131d34; }
.flow-node { min-width: 0; padding: 10px; border-radius: 9px; background: #1b2742; }
.flow-node > span { color: #6f81ee; font-size: 7px; font-weight: 800; }
.flow-node strong, .flow-node small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.flow-node strong { margin-top: 7px; font-size: 9px; }
.flow-node small { margin-top: 4px; color: #74829d; font-size: 7px; }
.flow-node.ai { background: linear-gradient(135deg,#344aa9,#243678); }
.flow-node.ai > span, .flow-node.ai small { color: #bdc7ff; }
.flow-node.publish { background: #15382f; }
.flow-node.publish > span { color: #4ed5a5; }
.flow-arrow { color: #53627f; font-size: 12px; }
.preview-queue { margin-top: 12px; display: grid; gap: 8px; }
.preview-queue > div { padding: 10px 11px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; border: 1px solid #29354f; border-radius: 9px; background: #151f36; }
.queue-status { width: 8px; height: 8px; border-radius: 50%; }
.queue-status.review { background: #f4aa4e; box-shadow: 0 0 0 4px rgba(244,170,78,.1); }
.queue-status.ready { background: #2bc48d; box-shadow: 0 0 0 4px rgba(43,196,141,.1); }
.preview-queue p { min-width: 0; margin: 0; }
.preview-queue strong, .preview-queue small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.preview-queue strong { font-size: 8px; }
.preview-queue small { margin-top: 3px; color: #6f7d98; font-size: 7px; }
.preview-queue b { color: #f0b564; font-size: 7px; }
.preview-queue .ready-text { color: #4ed5a5; }
.floating-card { position: absolute; z-index: 4; padding: 13px 15px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.8); border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 18px 45px rgba(29,43,81,.16); backdrop-filter: blur(12px); }
.floating-card > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: #5369ea; font-size: 13px; font-weight: 800; }
.floating-card strong, .floating-card small { display: block; white-space: nowrap; }
.floating-card strong { color: #172038; font-size: 11px; }
.floating-card small { margin-top: 3px; color: #7b8496; font-size: 8px; }
.floating-source { left: -28px; top: 8px; }
.floating-control { right: -24px; bottom: 2px; }
.floating-control > span { background: #16a878; }

.proof-strip { width: min(1240px, calc(100% - 48px)); min-height: 82px; margin: 0 auto; padding: 18px 28px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid #e2e5ed; border-bottom: 1px solid #e2e5ed; color: #81899a; }
.proof-strip p { margin: 0; color: #555f73; font-size: 12px; font-weight: 700; }
.proof-strip div { display: flex; align-items: center; gap: 20px; font-size: 11px; font-weight: 650; }
.proof-strip i { width: 3px; height: 3px; border-radius: 50%; background: #b8bfcd; }

.landing-section { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 116px 0; }
.section-intro { max-width: 720px; }
.section-intro h2, .audience-copy h2, .landing-cta h2 { margin: 0; color: #10172a; font-size: clamp(36px, 4vw, 56px); line-height: 1.05; letter-spacing: -.05em; }
.section-intro > p:last-child { max-width: 650px; margin: 22px 0 0; color: #6a7387; font-size: 16px; line-height: 1.7; }
.capability-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.capability-card { position: relative; min-height: 292px; padding: 28px; overflow: hidden; border: 1px solid #e1e5ed; border-radius: 18px; background: #fff; box-shadow: 0 8px 32px rgba(33,45,76,.035); transition: transform .2s ease, box-shadow .2s ease; }
.capability-card:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(33,45,76,.08); }
.capability-card.featured { color: #fff; border-color: #18233e; background: linear-gradient(145deg,#111a30,#1a284b); }
.capability-number { position: absolute; top: 27px; right: 27px; color: #a8afbd; font-size: 10px; font-weight: 800; }
.featured .capability-number { color: #65738f; }
.capability-icon { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 13px; color: #5268e8; background: #edf0ff; font-size: 19px; font-weight: 800; }
.radar-icon { position: relative; border: 1px solid #5369de; border-radius: 50%; background: transparent; }
.radar-icon::before, .radar-icon::after { content: ""; position: absolute; border: 1px solid #5369de; border-radius: 50%; }
.radar-icon::before { inset: 8px; }
.radar-icon::after { inset: 16px; background: #7184f1; }
.radar-icon i { position: absolute; width: 20px; height: 1px; left: 50%; bottom: 50%; background: #8d9dff; transform: rotate(-40deg); transform-origin: left center; }
.capability-card h3 { margin: 54px 0 11px; font-size: 20px; letter-spacing: -.025em; }
.capability-card p { margin: 0; color: #727b8e; font-size: 13px; line-height: 1.7; }
.featured p { color: #9ca8c2; }
.source-chips { position: absolute; right: 24px; bottom: 20px; display: flex; }
.source-chips span { width: 39px; height: 39px; margin-left: -8px; display: grid; place-items: center; border: 3px solid #18233e; border-radius: 50%; color: #c9d1e5; background: #26365d; font-size: 8px; font-weight: 800; }

.workflow-section { width: 100%; max-width: none; padding: 112px max(24px, calc((100vw - 1240px) / 2)); color: #eef1fb; background: #0e172a; }
.section-intro.light h2 { color: #f4f6fc; }
.section-intro.light > p:last-child { color: #8f9ab3; }
.workflow-grid { position: relative; margin-top: 64px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 38px; }
.workflow-grid::before { content: ""; position: absolute; top: 46px; left: 6%; right: 6%; height: 1px; background: linear-gradient(90deg,#354362,#6075e7,#354362); }
.workflow-grid article { position: relative; z-index: 1; }
.workflow-grid article > span { color: #69748e; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.workflow-dot { width: 17px; height: 17px; margin: 23px 0 31px; border: 4px solid #0e172a; border-radius: 50%; background: #677cf1; box-shadow: 0 0 0 1px #677cf1, 0 0 24px rgba(103,124,241,.4); }
.workflow-grid h3 { margin: 0 0 11px; font-size: 18px; }
.workflow-grid p { margin: 0; color: #8793ac; font-size: 13px; line-height: 1.7; }

.audience-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.audience-copy { position: sticky; top: 40px; }
.audience-copy h2 { font-size: clamp(34px,3.6vw,52px); }
.audience-list { border-top: 1px solid #dfe3eb; }
.audience-list article { min-height: 134px; padding: 28px 0; display: grid; grid-template-columns: 60px 1fr; gap: 16px; border-bottom: 1px solid #dfe3eb; }
.audience-list article > span { color: #5268e8; font-size: 10px; font-weight: 800; }
.audience-list h3 { margin: 0 0 8px; font-size: 20px; }
.audience-list p { margin: 0; color: #747d90; font-size: 13px; line-height: 1.65; }

.ecosystem-section { padding-top: 88px; }
.ecosystem-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.ecosystem-card { min-height: 310px; padding: 28px; display: flex; flex-direction: column; border: 1px solid #e0e4ec; border-radius: 20px; background: #fff; }
.ecosystem-card.active-product { color: #fff; border-color: #16213d; background: radial-gradient(circle at 90% 10%, rgba(99,121,243,.25), transparent 35%), linear-gradient(145deg,#10182c,#192747); box-shadow: 0 24px 60px rgba(28,41,80,.15); }
.ecosystem-top { display: flex; align-items: flex-start; justify-content: space-between; }
.ecosystem-logo { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: #fff; font-weight: 850; }
.ecosystem-logo.post { background: linear-gradient(135deg,#667bff,#4258dc); }
.ecosystem-logo.news { background: linear-gradient(135deg,#23b886,#0a7f5b); }
.ecosystem-logo.auction { background: linear-gradient(135deg,#ffab61,#df6a17); }
.ecosystem-top b { padding: 5px 9px; border-radius: 999px; color: #778095; background: #f0f2f6; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.active-product .ecosystem-top b { color: #60d7ad; background: rgba(49,190,140,.13); }
.ecosystem-card h3 { margin: 45px 0 10px; font-size: 27px; letter-spacing: -.035em; }
.ecosystem-card p { margin: 0; color: #737c8f; font-size: 13px; line-height: 1.7; }
.active-product p { color: #9ca8c0; }
.text-button { margin-top: auto; padding: 0; display: flex; align-items: center; justify-content: space-between; border: 0; color: #aebaff; background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; text-align: left; }
.text-button span { font-size: 18px; }

.landing-cta { width: min(1240px, calc(100% - 48px)); margin: 0 auto 86px; padding: 62px; display: flex; align-items: center; justify-content: space-between; gap: 50px; border-radius: 26px; color: #fff; background: radial-gradient(circle at 82% 20%, rgba(113,134,255,.42), transparent 28%), linear-gradient(125deg,#0d162a,#17264c 72%,#2f4596); box-shadow: 0 28px 70px rgba(30,44,87,.2); }
.landing-cta h2 { max-width: 720px; color: #fff; font-size: clamp(34px,3.8vw,54px); }
.landing-cta > div > p:last-child { margin: 17px 0 0; color: #aab5ce; }
.cta-button { min-height: 54px; padding: 0 22px; display: flex; align-items: center; gap: 24px; border-radius: 12px; color: #17213a; background: #fff; }
.cta-button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.landing-footer { width: min(1240px, calc(100% - 48px)); min-height: 110px; margin: 0 auto; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; gap: 24px; border-top: 1px solid #e0e4ec; color: #7c8495; font-size: 11px; }
.landing-footer p { margin: 0; text-align: center; }
.landing-footer > span { text-align: right; }
.landing-legal { margin: -18px auto 24px; color: #a0a6b2; font-size: 10px; text-align: center; }

.app-shell { min-height: 100vh; display: block; }
.sidebar { position: fixed; inset: 0 auto 0 0; width: 252px; padding: 26px 18px 18px; display: flex; flex-direction: column; color: #e9edff; background: var(--sidebar); }
.brand { display: flex; align-items: center; gap: 11px; padding: 0 10px; font-weight: 760; font-size: 20px; letter-spacing: -.02em; }
.brand-dark { justify-content: center; color: var(--ink); font-size: 23px; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: linear-gradient(135deg, #647aff, #4056d6); border-radius: 10px; font-weight: 800; }
.nav { margin-top: 34px; display: flex; flex-direction: column; gap: 5px; }
.nav-label { margin: 22px 12px 7px; color: #69748d; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.nav-item { width: 100%; padding: 12px 13px; display: flex; align-items: center; gap: 11px; border: 0; border-radius: 10px; color: #aeb7cc; background: transparent; cursor: pointer; text-align: left; transition: .18s ease; }
.nav-item span { width: 20px; text-align: center; color: #76819b; }
.nav-item b { margin-left: auto; padding: 3px 6px; border-radius: 6px; color: #7d879f; background: #151f35; font-size: 9px; text-transform: uppercase; }
.nav-item:hover, .nav-item.active { color: white; background: #18233a; }
.nav-item.active span { color: #8190ff; }
.sidebar-foot { margin-top: auto; padding: 15px 8px 4px; display: flex; align-items: center; gap: 10px; border-top: 1px solid #202b42; }
.avatar { flex: 0 0 auto; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #4156d8; font-weight: 750; }
.identity { min-width: 0; display: flex; flex-direction: column; }
.identity strong, .identity span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.identity strong { font-size: 13px; }
.identity span { color: #7e8aa3; font-size: 11px; margin-top: 2px; }
.icon-button { margin-left: auto; border: 0; color: #7e8aa3; background: transparent; cursor: pointer; font-size: 18px; }

.main { min-width: 0; margin-left: 252px; }
.topbar { height: 92px; padding: 0 36px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.82); backdrop-filter: blur(10px); }
.topbar h2 { margin: 2px 0 0; font-size: 23px; letter-spacing: -.025em; }
.eyebrow { margin: 0; color: #7d879a; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .14em; }
.top-status { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #17b47d; box-shadow: 0 0 0 4px #d9f6eb; }
.view { display: none; padding: 34px 36px 56px; }
.view.active { display: block; }

.hero { min-height: 230px; padding: 46px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; border-radius: 22px; color: white; background: radial-gradient(circle at 85% 30%, rgba(141,155,255,.52), transparent 28%), linear-gradient(120deg, #0d1830, #182852 72%, #344da8); box-shadow: var(--shadow); }
.hero h1 { max-width: 720px; margin: 10px 0 12px; font-size: clamp(32px, 4.5vw, 50px); letter-spacing: -.045em; line-height: 1.05; }
.hero p:not(.eyebrow) { margin: 0; color: #bac4dd; }
.hero .eyebrow { color: #8fa0d0; }
.button { padding: 11px 17px; border: 1px solid transparent; border-radius: 10px; cursor: pointer; font-weight: 650; transition: .18s ease; white-space: nowrap; }
.button.primary { color: white; background: var(--accent); box-shadow: 0 8px 22px rgba(80,104,238,.24); }
.button.primary:hover { background: var(--accent-dark); transform: translateY(-1px); }
.button.secondary { color: #36405a; border-color: var(--line); background: white; }
.button.secondary:hover { border-color: #cbd1de; }
.button.ghost { color: #6f788b; border-color: transparent; background: transparent; }
.button.ghost:hover { color: #36405a; background: #eef1f6; }
.button.wide { width: 100%; }
.product-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.product-card { position: relative; min-height: 240px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 8px 28px rgba(20,32,67,.04); cursor: pointer; transition: .2s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-card h3 { margin: 24px 0 8px; font-size: 22px; }
.product-card p { margin: 0 0 22px; color: var(--muted); line-height: 1.55; }
.product-icon, .placeholder-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; color: white; font-weight: 800; }
.product-icon.post { background: linear-gradient(135deg,#5269ef,#3048c7); }
.product-icon.news, .placeholder-icon.news { background: linear-gradient(135deg,#13aa7a,#087757); }
.product-icon.auction, .placeholder-icon.auction { background: linear-gradient(135deg,#ff9b4b,#db6813); }
.badge { position: static; display: inline-block; padding: 4px 8px; border-radius: 999px; color: #778096; background: #f0f2f6; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.product-card > .badge { position: absolute; top: 28px; right: 24px; }
.badge.success { color: #08734f; background: #dcf7ec; }
.link { color: var(--accent); font-weight: 650; font-size: 13px; }

.section-head { margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.section-head h3 { margin: 0 0 5px; font-size: 24px; letter-spacing: -.025em; }
.section-head p { margin: 0; color: var(--muted); font-size: 13px; }
.section-actions, .panel-actions, .side-card-actions { display: flex; align-items: center; gap: 8px; }
.kpi-grid { margin-bottom: 18px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; }
.kpi { padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.kpi .label { color: var(--muted); font-size: 12px; }
.kpi strong { display: block; margin-top: 9px; font-size: 29px; letter-spacing: -.035em; }
.kpi small { display: block; margin-top: 7px; color: #8991a1; font-size: 11px; }
.dashboard-board { display: grid; grid-template-columns: minmax(0,2fr) minmax(280px,1fr); gap: 18px; align-items: start; }
.dashboard-zone { min-width: 0; min-height: 36px; display: grid; gap: 18px; align-content: start; border-radius: 18px; transition: background .18s ease, box-shadow .18s ease; }
.dashboard-zone.full-zone { grid-column: 1 / -1; }
.dashboard-zone.drag-over { padding: 8px; background: #edf1ff; box-shadow: inset 0 0 0 2px #8b9af0; }
.dashboard-block { transition: opacity .18s ease, transform .18s ease, box-shadow .18s ease; }
.dashboard-block.dragging { opacity: .45; transform: scale(.99); }
.dashboard-block.collapsed .dashboard-block-body { display: none; }
.dashboard-block.collapsed .panel-head { margin-bottom: 0; }
.dashboard-block.collapsed .block-collapse { transform: rotate(180deg); }
.dashboard-block-head p { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.overview-panel { padding-bottom: 6px; }
.overview-panel .kpi-grid { margin-bottom: 0; }
.block-controls { display: flex; align-items: center; gap: 4px; flex: 0 0 auto; }
.block-handle, .block-collapse { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #e3e6ed; border-radius: 8px; color: #818a9c; background: #fff; cursor: pointer; transition: .18s ease; }
.block-handle { cursor: grab; letter-spacing: -2px; }
.block-handle:active { cursor: grabbing; }
.block-handle:hover, .block-collapse:hover { color: #4555b8; border-color: #cbd3ef; background: #f7f8ff; }
.panel { min-width: 0; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.panel.span-2 { grid-column: span 2; }
.panel.span-3 { grid-column: span 3; }
.panel-head { margin-bottom: 15px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.panel-head h3 { margin: 0; font-size: 16px; }
.counter { min-width: 28px; padding: 4px 7px; border-radius: 8px; color: #59647b; background: #f1f3f7; text-align: center; font-size: 11px; }
.table-wrap { width: 100%; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 12px 10px; border-bottom: 1px solid #eef0f4; text-align: left; font-size: 12px; }
th { color: #7b8497; font-weight: 650; }
td strong { font-weight: 650; }
.state { display: inline-flex; align-items: center; gap: 6px; color: #586176; }
.state::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #a8afbd; }
.state.on::before { background: var(--green); }
.source-panel-head { align-items: flex-start; }
.source-panel-head > div:first-child p { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.source-title-row { display: flex; align-items: center; gap: 9px; }
.source-add-button { min-height: 36px; padding: 0 13px; flex: 0 0 auto; font-size: 10px; }
.source-filters { margin: -3px 0 10px; display: flex; flex-wrap: wrap; gap: 5px; }
.source-filters button { padding: 6px 9px; display: inline-flex; align-items: center; gap: 6px; border: 0; border-radius: 8px; color: #727b8d; background: #f4f6f9; cursor: pointer; font-size: 9px; font-weight: 650; }
.source-filters button:hover, .source-filters button.active { color: #38466c; background: #e9edff; }
.source-filters span { min-width: 18px; padding: 2px 5px; border-radius: 99px; color: #7d879a; background: rgba(255,255,255,.75); text-align: center; }
.source-select-filters { margin: 0 0 12px; display: flex; flex-wrap: wrap; gap: 8px; }
.source-select-filters label { display: flex; align-items: center; gap: 7px; color: #7d879a; font-size: 9px; font-weight: 700; }
.source-select-filters select { min-width: 130px; padding: 7px 28px 7px 9px; border: 1px solid #e4e8f0; border-radius: 8px; color: #3d4860; background: #fff; font: inherit; }
.sources-table tbody tr { transition: background .18s ease; }
.source-row { cursor: pointer; }
.source-row:hover { background: #f8faff; }
.source-row:focus-visible { outline: 3px solid rgba(80,104,238,.17); outline-offset: -3px; }
.source-row td:first-child { min-width: 230px; }
.source-identity { display: flex; align-items: center; gap: 10px; }
.source-identity > span:last-child { min-width: 0; }
.source-identity strong, .source-identity small { display: block; max-width: 330px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.source-identity small { margin-top: 3px; color: #9098a8; font-size: 9px; }
.source-avatar { width: 32px; height: 32px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 9px; color: #fff; background: #5c6d9c; font-size: 9px; font-weight: 800; }
.source-avatar.telegram { background: linear-gradient(135deg,#39a9e8,#147cbc); }
.source-avatar.website { background: linear-gradient(135deg,#6276ee,#4254c9); }
.source-avatar.rss { background: linear-gradient(135deg,#f5a64b,#d87a16); }
.source-avatar.large { width: 58px; height: 58px; border-radius: 15px; font-size: 13px; }
.source-validation { color: #667084; font-size: 10px; }
.source-validation.error { color: #bb4251; }
.source-validation.published { color: #087654; }
.source-row-arrow { color: #a1a8b6; font-size: 16px; }
.plan-card { padding: 18px; border-radius: 13px; color: white; background: linear-gradient(135deg,#172342,#2c3c72); }
.plan-card h4 { margin: 0 0 6px; font-size: 19px; }
.plan-card p { margin: 0; color: #b5c0dd; font-size: 12px; }
.usage-row { margin-top: 18px; }
.usage-row div { display: flex; justify-content: space-between; color: #d6dcf0; font-size: 11px; }
.bar { height: 5px; margin-top: 7px; border-radius: 99px; overflow: hidden; background: #34446f; }
.bar span { display: block; height: 100%; border-radius: inherit; background: #8192ff; }
.compact-button { min-height: 36px; padding: 8px 12px; font-size: 10px; }
.team-summary, .channels-summary { margin-bottom: 13px; display: grid; gap: 9px; }
.team-stack { display: flex; align-items: center; }
.team-avatar { width: 34px; height: 34px; margin-right: -7px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%; color: #fff; background: linear-gradient(135deg,#5168ed,#3348bd); font-size: 10px; font-weight: 800; }
.team-copy strong, .team-copy span { display: block; }
.team-copy strong { font-size: 12px; }
.team-copy span { margin-top: 3px; color: #858e9f; font-size: 10px; }
.channel-mini, .member-row, .invitation-row, .channel-row, .source-toggle-row { padding: 11px 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #e8ebf1; border-radius: 10px; background: #fbfcfe; }
.channel-mini { cursor: pointer; }
.channel-mini:hover { border-color: #ccd4ec; background: #f7f8ff; }
.channel-mini strong, .channel-mini span, .member-copy strong, .member-copy span, .channel-copy strong, .channel-copy span { display: block; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.channel-mini strong, .member-copy strong, .channel-copy strong { font-size: 11px; }
.channel-mini span, .member-copy span, .channel-copy span { margin-top: 3px; color: #8790a1; font-size: 9px; }
.channel-state { flex: 0 0 auto; color: #0c8b63; font-size: 9px; }
.side-card-actions { align-items: stretch; }
.side-card-actions .button { flex: 1; }
.queue-panel-head { align-items: flex-start; }
.queue-panel-head > div:first-child p { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.queue-filters { display: flex; flex-wrap: wrap; gap: 5px; }
.queue-filters button { padding: 7px 9px; display: inline-flex; align-items: center; gap: 6px; border: 0; border-radius: 8px; color: #727b8d; background: #f4f6f9; cursor: pointer; font-size: 10px; font-weight: 650; }
.queue-filters button:hover, .queue-filters button.active { color: #38466c; background: #e9edff; }
.queue-filters span { min-width: 18px; padding: 2px 5px; border-radius: 99px; color: #7d879a; background: rgba(255,255,255,.72); font-size: 9px; text-align: center; }
.queue-list { display: grid; gap: 9px; }
.queue-item { width: 100%; padding: 13px 14px; display: grid; grid-template-columns: 105px minmax(0,1fr) 150px auto; gap: 14px; align-items: center; border: 1px solid #e9edf3; border-radius: 11px; color: var(--ink); background: #fff; cursor: pointer; text-align: left; transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease; }
.queue-item:hover { border-color: #cfd6ec; background: #fbfcff; box-shadow: 0 8px 24px rgba(30,45,82,.07); transform: translateY(-1px); }
.queue-item:focus-visible { outline: 3px solid rgba(80,104,238,.2); border-color: #7d8ff0; }
.queue-kind { display: inline-flex; align-items: center; gap: 7px; color: #667084; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .03em; }
.queue-kind::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #a8afbd; }
.queue-item[data-queue-type="review"] .queue-kind::before { background: #eea33e; box-shadow: 0 0 0 4px #fff3df; }
.queue-item[data-queue-type="scheduled"] .queue-kind::before { background: #6276eb; box-shadow: 0 0 0 4px #e9edff; }
.queue-item[data-queue-type="published"] .queue-kind::before { background: #18a879; box-shadow: 0 0 0 4px #e0f6ee; }
.queue-copy { min-width: 0; }
.queue-copy strong, .queue-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.queue-copy strong { font-size: 12px; font-weight: 650; }
.queue-copy small { margin-top: 4px; color: #9098a8; font-size: 10px; }
.queue-destination { overflow: hidden; color: #6e7789; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.queue-item time { color: #8a92a3; font-size: 10px; white-space: nowrap; }

body.drawer-open { overflow: hidden; }
.queue-drawer { position: fixed; z-index: 100; inset: 0; display: grid; grid-template-columns: 1fr minmax(520px, 680px); }
.queue-drawer-backdrop { grid-column: 1; grid-row: 1; border: 0; background: rgba(7,12,24,.5); cursor: default; backdrop-filter: blur(3px); animation: drawerFade .2s ease; }
.queue-drawer-panel { grid-column: 2; grid-row: 1; min-width: 0; height: 100vh; overflow-y: auto; color: var(--ink); background: #f7f8fb; box-shadow: -24px 0 70px rgba(8,17,38,.2); animation: drawerSlide .24s ease; }
@keyframes drawerFade { from { opacity: 0; } }
@keyframes drawerSlide { from { transform: translateX(34px); opacity: .7; } }
.queue-drawer-header { position: sticky; z-index: 4; top: 0; min-height: 88px; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.92); backdrop-filter: blur(12px); }
.queue-drawer-header h2 { margin: 4px 0 0; font-size: 22px; letter-spacing: -.03em; }
.drawer-close { width: 36px; height: 36px; border: 1px solid #e0e4ec; border-radius: 10px; color: #6d7689; background: #fff; cursor: pointer; font-size: 23px; line-height: 1; }
.drawer-close:hover { color: #202b44; border-color: #c8cfdd; }
.queue-detail { min-height: calc(100vh - 88px); padding: 24px; }
.detail-loading { min-height: 280px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #7b8496; font-size: 13px; }
.detail-status-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.detail-status { padding: 6px 10px; border-radius: 999px; color: #7e640d; background: #fff0c9; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .05em; }
.detail-status.scheduled { color: #4155bf; background: #e8ecff; }
.detail-status.published { color: #087654; background: #def7ed; }
.detail-ai { color: #7f889a; font-size: 10px; }
.detail-text-card, .detail-info-card, .detail-media-card, .detail-schedule-card { margin-top: 14px; padding: 20px; border: 1px solid #e3e7ee; border-radius: 15px; background: #fff; }
.detail-card-head { margin-bottom: 13px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.detail-card-head h3 { margin: 0; font-size: 13px; }
.detail-card-head span { color: #9299a8; font-size: 9px; }
.detail-text { margin: 0; color: #2a3347; font-family: inherit; font-size: 13px; line-height: 1.7; white-space: pre-wrap; overflow-wrap: anywhere; }
.detail-editor { width: 100%; min-height: 260px; padding: 15px; resize: vertical; border: 1px solid #dce1ea; border-radius: 11px; color: #273147; background: #fbfcfe; font: 13px/1.7 inherit; outline: none; }
.detail-editor:focus { border-color: #788bf0; box-shadow: 0 0 0 3px rgba(80,104,238,.1); }
.editor-toolbar { margin-bottom: 8px; padding: 7px; display: flex; flex-wrap: wrap; align-items: center; gap: 5px; border: 1px solid #e1e5ed; border-radius: 10px; background: #f8f9fc; }
.editor-tool { min-width: 31px; height: 31px; padding: 0 9px; border: 1px solid transparent; border-radius: 7px; color: #4f5a70; background: transparent; cursor: pointer; font: 700 11px/1 inherit; }
.editor-tool:hover { color: #3e51c0; border-color: #d3daf1; background: #fff; }
.editor-tool.italic { font-style: italic; }
.editor-tool.strike { text-decoration: line-through; }
.editor-tool.code { font-family: ui-monospace,SFMono-Regular,Menlo,monospace; }
.editor-separator { width: 1px; height: 22px; margin: 0 2px; background: #dde1e9; }
.detail-editor-note { margin: 8px 0 0; color: #9098a8; font-size: 9px; line-height: 1.5; }
.detail-editor-note strong { color: #66728a; }
.detail-meta-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.detail-meta-grid div { min-width: 0; }
.detail-meta-grid span, .detail-meta-grid strong { display: block; }
.detail-meta-grid span { color: #8a93a4; font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.detail-meta-grid strong { margin-top: 6px; overflow: hidden; color: #313a50; font-size: 11px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.detail-meta-grid a { color: #5268e8; }
.detail-media-gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.detail-media-preview { min-width: 0; overflow: hidden; border: 1px solid #e7eaf0; border-radius: 12px; background: #f6f8fb; }
.media-preview-link { min-height: 180px; display: grid; place-items: center; background: #edf1f7; }
.media-preview-link img { width: 100%; height: 220px; display: block; object-fit: contain; }
.media-video { width: 100%; max-height: 330px; display: block; background: #0c1220; }
.media-audio { width: calc(100% - 20px); margin: 18px 10px 8px; }
.media-file-link { min-height: 120px; display: grid; place-items: center; color: #5268e8; font-size: 11px; font-weight: 700; text-decoration: none; }
.detail-media-caption { padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #fff; }
.detail-media-caption strong { font-size: 10px; text-transform: capitalize; }
.detail-media-caption span { overflow: hidden; color: #8c94a4; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.detail-schedule-row { display: flex; align-items: center; gap: 10px; }
.detail-schedule-row input { min-width: 0; flex: 1; height: 42px; padding: 0 12px; border: 1px solid #dce1ea; border-radius: 9px; color: #303a50; background: #fff; font: inherit; }
.detail-actions { position: sticky; bottom: -24px; margin: 18px -24px -24px; padding: 16px 24px 22px; display: flex; flex-wrap: wrap; gap: 8px; border-top: 1px solid #e2e6ed; background: rgba(247,248,251,.95); backdrop-filter: blur(12px); }
.detail-action { min-height: 40px; padding: 0 14px; border: 1px solid #dce1e9; border-radius: 9px; color: #485268; background: #fff; cursor: pointer; font-size: 10px; font-weight: 700; }
.detail-action:hover { border-color: #bec6d6; }
.detail-action:disabled { opacity: .55; cursor: wait; }
.detail-action.primary { margin-left: auto; color: #fff; border-color: #5068ee; background: #5068ee; }
.detail-action.success { color: #fff; border-color: #0d9d6d; background: #0d9d6d; }
.detail-action.danger { color: #b23e4c; border-color: #f0cdd2; background: #fff7f8; }
.detail-action.link-action { display: inline-flex; align-items: center; text-decoration: none; }
.source-hero-card { margin-top: 14px; padding: 20px; display: flex; align-items: center; gap: 15px; border: 1px solid #e3e7ee; border-radius: 15px; background: #fff; }
.source-hero-card > div { min-width: 0; }
.source-hero-card span { color: #8b94a6; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.source-hero-card h3 { margin: 5px 0; overflow: hidden; font-size: 17px; text-overflow: ellipsis; white-space: nowrap; }
.source-hero-card a, .source-hero-card p { margin: 0; display: block; overflow: hidden; color: #5268e8; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.source-error-card, .source-form-note, .source-identity-note { margin-top: 14px; padding: 15px 17px; border: 1px solid #e5e8ef; border-radius: 12px; background: #fff; }
.source-error-card { color: #8d2f3d; border-color: #f0cdd2; background: #fff7f8; }
.source-error-card strong, .source-form-note strong, .source-identity-note strong { font-size: 11px; }
.source-error-card p, .source-form-note p, .source-identity-note p { margin: 5px 0 0; color: #80899b; font-size: 10px; line-height: 1.55; overflow-wrap: anywhere; }
.source-error-card p { color: #a14a57; }
.source-form-card { margin-top: 0; }
.source-field { margin-top: 16px; display: grid; gap: 7px; }
.source-field > span { color: #737d91; font-size: 10px; font-weight: 650; }
.source-field input, .source-field select { width: 100%; height: 44px; padding: 0 12px; border: 1px solid #dce1ea; border-radius: 10px; color: #273147; background: #fff; font: inherit; outline: none; }
.source-field input:focus, .source-field select:focus { border-color: #788bf0; box-shadow: 0 0 0 3px rgba(80,104,238,.1); }
.source-form-help { margin: 10px 0 0; color: #8790a1; font-size: 10px; line-height: 1.55; }
.source-actions .detail-action:first-child { margin-right: auto; }
.workspace-section { margin-top: 14px; padding: 18px; border: 1px solid #e3e7ee; border-radius: 15px; background: #fff; }
.workspace-section:first-child { margin-top: 0; }
.workspace-section-head { margin-bottom: 13px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.workspace-section-head h3 { margin: 0; font-size: 13px; }
.workspace-section-head p { margin: 4px 0 0; color: #8790a1; font-size: 10px; line-height: 1.45; }
.workspace-list { display: grid; gap: 8px; }
.member-row, .invitation-row, .channel-row { align-items: center; }
.member-identity, .channel-identity { min-width: 0; display: flex; align-items: center; gap: 10px; }
.member-copy, .channel-copy { min-width: 0; }
.member-actions, .row-actions { display: flex; align-items: center; gap: 7px; }
.member-actions select, .workspace-field select, .workspace-field input, .workspace-field textarea { height: 38px; padding: 0 10px; border: 1px solid #dce1ea; border-radius: 8px; color: #303a50; background: #fff; font: inherit; outline: none; }
.workspace-field textarea { min-height: 88px; padding: 10px; resize: vertical; }
.member-actions select:focus, .workspace-field select:focus, .workspace-field input:focus, .workspace-field textarea:focus { border-color: #788bf0; box-shadow: 0 0 0 3px rgba(80,104,238,.1); }
.row-action { min-height: 34px; padding: 0 10px; border: 1px solid #dce1e9; border-radius: 8px; color: #566075; background: #fff; cursor: pointer; font-size: 9px; font-weight: 700; }
.row-action:hover { border-color: #bec6d6; }
.row-action.danger { color: #b23e4c; border-color: #f0cdd2; background: #fff7f8; }
.workspace-form { display: grid; gap: 11px; }
.workspace-form-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 9px; align-items: end; }
.workspace-field { display: grid; gap: 6px; }
.workspace-field > span { color: #737d91; font-size: 10px; font-weight: 650; }
.invite-result { margin-top: 11px; padding: 11px; border-radius: 9px; color: #34405a; background: #eef1ff; font-size: 10px; line-height: 1.5; overflow-wrap: anywhere; }
.channel-card-hero { padding: 16px; display: flex; align-items: center; gap: 12px; border-radius: 13px; color: #fff; background: linear-gradient(135deg,#182746,#304689); }
.channel-card-hero .source-avatar { background: rgba(255,255,255,.18); }
.channel-card-hero strong, .channel-card-hero span { display: block; }
.channel-card-hero strong { font-size: 16px; }
.channel-card-hero span { margin-top: 4px; color: #c2cbea; font-size: 10px; }
.channel-stat-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.channel-stat { padding: 12px; border-radius: 10px; background: #f5f7fb; }
.channel-stat span, .channel-stat strong { display: block; }
.channel-stat span { color: #818a9c; font-size: 9px; }
.channel-stat strong { margin-top: 5px; font-size: 17px; }
.settings-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; }
.toggle-field { min-height: 48px; padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #e5e8ef; border-radius: 10px; }
.toggle-field span { color: #3b455b; font-size: 10px; font-weight: 650; }
.toggle-field input { width: 18px; height: 18px; accent-color: #5068ee; }
.source-toggle-row .toggle-field { min-height: auto; padding: 0; border: 0; }
.channel-tabs { margin-bottom: 14px; display: flex; flex-wrap: wrap; gap: 6px; }
.channel-tabs button { padding: 7px 10px; border: 0; border-radius: 8px; color: #6e788c; background: #f0f2f6; cursor: pointer; font-size: 9px; font-weight: 700; }
.channel-tabs button.active { color: #3f52c1; background: #e8ecff; }

/* RADAROS_POSTRADAR_GROWTH_CENTER_UI_V20_READY */
.pr-growth-center{display:grid;gap:14px;padding:18px;border:1px solid #dfe4ff;border-radius:18px;background:linear-gradient(145deg,#fff 0%,#f7f9ff 62%,#f3fbf9 100%)}
.pr-growth-center>header,.pr-growth-recommendations>header,.pr-growth-anomalies>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.pr-growth-center small{color:#6574db;font-size:9px;font-weight:800;letter-spacing:.12em}.pr-growth-center h3,.pr-growth-center h4,.pr-growth-center h5,.pr-growth-center p{margin:0}.pr-growth-center>header h3{margin-top:4px;font-size:20px}.pr-growth-center>header p{margin-top:5px;color:#778196;font-size:11px}
.pr-growth-periods{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px}.pr-growth-periods button{padding:7px 9px;border:1px solid #dfe3f3;border-radius:8px;color:#687287;background:#fff;cursor:pointer;font-size:9px;font-weight:750}.pr-growth-periods button.active{color:#fff;border-color:#5267ed;background:#5267ed}
.pr-growth-hero{display:grid;grid-template-columns:220px minmax(0,1fr);gap:10px}.pr-growth-score,.pr-growth-diagnosis,.pr-growth-grid>article,.pr-growth-metrics>article{padding:14px;border:1px solid #e4e8f2;border-radius:13px;background:rgba(255,255,255,.9)}.pr-growth-score{text-align:center}.pr-growth-score>div{width:94px;height:94px;margin:0 auto 9px;display:grid;place-content:center;border-radius:50%;background:conic-gradient(#5267ed calc(var(--growth-score)*1%),#e8ebf5 0);position:relative}.pr-growth-score>div:before{content:"";position:absolute;inset:8px;border-radius:50%;background:#fff}.pr-growth-score strong,.pr-growth-score span{position:relative;z-index:1}.pr-growth-score strong{font-size:29px}.pr-growth-score p,.pr-growth-diagnosis p,.pr-growth-grid p{margin-top:6px;color:#7a8498;font-size:10px;line-height:1.45}.pr-growth-diagnosis h4{margin-top:5px;font-size:18px}.pr-growth-mini-chart{height:75px;margin-top:13px;display:flex;align-items:flex-end;gap:4px}.pr-growth-mini-chart i{flex:1;min-width:4px;border-radius:4px 4px 1px 1px;background:linear-gradient(#5267ed,#9ba8f8)}.pr-growth-mini-chart>span{margin:auto;color:#8790a2;font-size:10px}
.pr-growth-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.pr-growth-metrics small,.pr-growth-metrics strong,.pr-growth-metrics span{display:block}.pr-growth-metrics strong{margin-top:5px;font-size:19px}.pr-growth-metrics span{margin-top:3px;color:#8992a4;font-size:9px}.pr-growth-center .positive{color:#18956e}.pr-growth-center .negative{color:#d65266}.pr-growth-center .neutral{color:#697489}
.pr-growth-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.pr-growth-grid h4{margin-top:4px;font-size:13px}.pr-growth-grid dl{margin:11px 0 0}.pr-growth-grid dl div{padding:6px 0;display:flex;justify-content:space-between;gap:10px;border-top:1px solid #edf0f5}.pr-growth-grid dt{color:#7e8799;font-size:9px}.pr-growth-grid dd{margin:0;text-align:right;font-size:10px;font-weight:750}
.pr-growth-recommendations,.pr-growth-anomalies{padding:14px;border:1px solid #e3e7f1;border-radius:14px;background:#fff}.pr-growth-recommendations>header span,.pr-growth-anomalies>header span{padding:5px 8px;border-radius:20px;color:#6270c9;background:#eef1ff;font-size:9px}.pr-growth-recommendations>div{margin-top:10px;display:grid;gap:7px}.pr-growth-recommendations article{padding:10px;display:grid;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:10px;border-radius:10px;background:#f7f8fc}.pr-growth-recommendations article>b{width:26px;height:26px;display:grid;place-content:center;border-radius:8px;color:#5267ed;background:#e8ecff}.pr-growth-recommendations h5{font-size:11px}.pr-growth-recommendations p{margin-top:3px;color:#717b8f;font-size:9px}.pr-growth-recommendations article span{display:block;margin-top:4px;color:#239471;font-size:8px;font-weight:750}.pr-growth-recommendations button{padding:8px 10px;border:0;border-radius:8px;color:#fff;background:#5267ed;cursor:pointer;font-size:9px;font-weight:750}
.pr-growth-anomalies>div{margin-top:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.pr-growth-anomalies article{padding:9px;display:flex;align-items:center;gap:9px;border:1px solid #edf0f5;border-radius:9px}.pr-growth-anomalies article>b{color:#5267ed}.pr-growth-anomalies article div{min-width:0;display:grid;gap:2px}.pr-growth-anomalies article strong{font-size:10px}.pr-growth-anomalies article span{color:#858ea0;font-size:8px}.pr-growth-anomalies a{margin-left:auto;color:#5267ed;font-size:8px;font-weight:750}.pr-growth-method{color:#8a93a4;font-size:8px;line-height:1.45}
@media(max-width:760px){.pr-growth-center>header{display:grid}.pr-growth-periods{justify-content:flex-start}.pr-growth-hero,.pr-growth-grid{grid-template-columns:1fr}.pr-growth-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.pr-growth-anomalies>div{grid-template-columns:1fr}.pr-growth-recommendations article{grid-template-columns:26px minmax(0,1fr)}.pr-growth-recommendations button{grid-column:1/-1}}

/* RADAROS_POSTRADAR_CONTENT_LAB_UI_V21_READY */
.pr-content-lab{display:grid;gap:14px;padding:18px;border:1px solid #e0e5f0;border-radius:18px;background:#fff}.pr-content-lab small{color:#6574db;font-size:9px;font-weight:800;letter-spacing:.1em}.pr-content-lab h3,.pr-content-lab h4,.pr-content-lab p{margin:0}.pr-content-lab>header h3{margin-top:4px;font-size:20px}.pr-content-lab>header p{margin-top:5px;color:#7a8498;font-size:11px}.pr-content-lab section{padding:14px;border:1px solid #e6e9f1;border-radius:13px;background:#fafbfe}.pr-content-lab section>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.pr-content-lab section>header h4{margin-top:4px;font-size:13px}.pr-content-lab section>header>span{padding:5px 8px;border-radius:20px;color:#6571bc;background:#edf0ff;font-size:8px}
.pr-lab-compare>header>div:last-child{display:flex;gap:7px}.pr-lab-compare label{display:grid;gap:3px;color:#828b9d;font-size:8px}.pr-lab-compare select{height:30px;padding:0 7px;border:1px solid #dfe3ed;border-radius:7px;background:#fff;font-size:9px}.pr-lab-compare>div{margin-top:11px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.pr-lab-compare article{padding:10px;border-radius:9px;background:#fff}.pr-lab-compare article small,.pr-lab-compare article strong,.pr-lab-compare article span{display:block}.pr-lab-compare article strong{margin-top:5px;font-size:17px}.pr-lab-compare article span{margin-top:3px;color:#7f899b;font-size:8px}.pr-content-lab .positive{color:#18956e}.pr-content-lab .negative{color:#d65266}
.pr-lab-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pr-lab-rank,.pr-lab-formats{margin-top:10px;display:grid;gap:7px}.pr-lab-rank article{display:grid;grid-template-columns:20px minmax(0,1fr) auto 52px;align-items:center;gap:7px}.pr-lab-rank article>b{color:#5267ed}.pr-lab-rank article div{display:grid;gap:4px}.pr-lab-rank article span,.pr-lab-formats article span{font-size:9px;font-weight:700}.pr-lab-rank i,.pr-lab-formats i{height:5px;border-radius:5px;background:#e8ebf3;overflow:hidden}.pr-lab-rank em,.pr-lab-formats em{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#5267ed,#8e9cf5)}.pr-lab-rank strong,.pr-lab-formats strong{font-size:9px}.pr-lab-rank article>small,.pr-lab-formats article>small{color:#8992a4;font-size:7px;letter-spacing:0}.pr-lab-formats article{display:grid;grid-template-columns:75px minmax(0,1fr) 50px 45px;align-items:center;gap:7px}
.pr-lab-hour-head,.pr-lab-heat-row{display:grid;grid-template-columns:32px repeat(8,minmax(0,1fr));gap:4px}.pr-lab-hour-head{margin-top:12px}.pr-lab-hour-head span{text-align:center;color:#8992a4;font-size:7px}.pr-lab-heat>div:last-of-type{display:grid;gap:4px}.pr-lab-heat-row>b{display:grid;place-content:center;color:#667086;font-size:8px}.pr-lab-heat-row i{min-height:34px;display:grid;place-content:center;border:1px solid rgba(82,103,237,.08);border-radius:6px;background:rgba(82,103,237,var(--heat));font-style:normal}.pr-lab-heat-row i span{color:#26344d;font-size:7px;font-weight:750}.pr-lab-heat>p{margin-top:9px;color:#828b9d;font-size:8px}
.pr-lab-posts>div{margin-top:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.pr-lab-posts article{padding:10px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:8px;border-radius:9px;background:#fff}.pr-lab-posts article>b{color:#5267ed}.pr-lab-posts article div{display:grid;gap:2px}.pr-lab-posts article strong{font-size:10px}.pr-lab-posts article span,.pr-lab-posts article p{color:#80899a;font-size:8px}.pr-lab-posts article a{color:#5267ed;font-size:8px;font-weight:750}
.pr-lab-calendar>div{margin-top:10px;display:grid;grid-template-columns:repeat(7,minmax(110px,1fr));gap:6px;overflow-x:auto}.pr-lab-calendar article{padding:10px;display:grid;align-content:start;gap:6px;border-radius:10px;background:#fff}.pr-lab-calendar article header{display:flex;justify-content:space-between;gap:5px}.pr-lab-calendar article header b{color:#5267ed;font-size:10px}.pr-lab-calendar article header span{color:#8790a1;font-size:7px}.pr-lab-calendar article strong{font-size:9px}.pr-lab-calendar article p{color:#7d8697;font-size:8px}.pr-lab-calendar button{margin-top:auto;padding:7px;border:0;border-radius:7px;color:#fff;background:#5267ed;cursor:pointer;font-size:8px;font-weight:750}.pr-lab-note{color:#838c9e;font-size:8px;line-height:1.5}
@media(max-width:760px){.pr-lab-compare>header{display:grid}.pr-lab-compare>div{grid-template-columns:repeat(2,minmax(0,1fr))}.pr-lab-two{grid-template-columns:1fr}.pr-lab-posts>div{grid-template-columns:1fr}.pr-lab-heat{overflow-x:auto}.pr-lab-hour-head,.pr-lab-heat-row{min-width:620px}}

/* RADAROS_POSTRADAR_HEATMAP_COLORS_V24_READY */
/* RADAROS_POSTRADAR_HEATMAP_AUTOREFRESH_UI_V23_READY */
.pr-lab-refresh{padding:7px 10px;border:1px solid #cbd4ff;border-radius:8px;color:#4f63de;background:#eef1ff;cursor:pointer;font-size:8px;font-weight:800}.pr-lab-refresh:hover{color:#fff;border-color:#5267ed;background:#5267ed}.pr-lab-heat-row i.empty{background:#f5f7fb}.pr-lab-heat-row i.has-data{box-shadow:inset 0 0 0 1px rgba(82,103,237,.08)}

/* RADAROS_POSTRADAR_ANALYTICS_DISCOVERY_V22_READY */
.pr-analytics-discovery{position:relative;overflow:hidden;min-height:150px;padding:20px 22px;display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:18px;border-color:#cfd7ff;background:linear-gradient(125deg,#f4f6ff 0%,#fff 48%,#ebfbf7 100%);box-shadow:0 14px 38px rgba(57,77,171,.10)}.pr-analytics-discovery:after{content:"";position:absolute;width:180px;height:180px;right:90px;top:-130px;border-radius:50%;background:rgba(82,103,237,.09)}.pr-analytics-discovery-icon{width:58px;height:58px;display:grid;place-content:center;border-radius:17px;color:#fff;background:linear-gradient(145deg,#5267ed,#7f8ef3);box-shadow:0 12px 24px rgba(82,103,237,.25);font-size:25px;font-weight:800}.pr-analytics-discovery .eyebrow{color:#5267ed}.pr-analytics-discovery h3{margin:5px 0 5px;font-size:18px}.pr-analytics-discovery p{max-width:650px;margin:0;color:#727d92;font-size:10px;line-height:1.5}.pr-analytics-discovery-features{margin-top:10px;display:flex;flex-wrap:wrap;gap:10px}.pr-analytics-discovery-features span{color:#198e6b;font-size:8px;font-weight:750}.pr-analytics-discovery>button{position:relative;z-index:1;min-width:180px;padding:13px 16px;display:grid;gap:3px;border:0;border-radius:12px;color:#fff;background:#5267ed;box-shadow:0 10px 22px rgba(82,103,237,.22);cursor:pointer;text-align:left}.pr-analytics-discovery>button b{font-size:11px}.pr-analytics-discovery>button small{color:#dfe4ff;font-size:8px}
.pr-channel-discovery-row{padding:7px}.pr-channel-row-main{min-width:0;flex:1;padding:4px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;background:transparent;cursor:pointer;text-align:left}.pr-channel-analytics-mini{flex:0 0 158px;padding:8px 10px;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;column-gap:6px;border:1px solid #cfd7ff;border-radius:9px;color:#4459d7;background:#f1f4ff;cursor:pointer;text-align:left}.pr-channel-analytics-mini>span{grid-row:1/3;width:22px;height:22px;display:grid;place-content:center;border-radius:7px;color:#fff;background:#5267ed}.pr-channel-analytics-mini b{font-size:9px}.pr-channel-analytics-mini small{color:#7883a3;font-size:7px}
.channel-tabs .channel-analytics-spotlight{min-height:52px;margin-left:auto;padding:8px 10px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid #6679ed;border-radius:11px;color:#fff;background:linear-gradient(125deg,#4d62e8,#7182ef);box-shadow:0 9px 20px rgba(82,103,237,.22);text-align:left}.channel-analytics-spotlight-icon{width:34px;height:34px;display:grid;place-content:center;border-radius:9px;color:#5267ed;background:#fff;font-size:17px}.channel-analytics-spotlight>span:nth-child(2){display:grid;gap:2px}.channel-analytics-spotlight b{font-size:10px}.channel-analytics-spotlight small{color:#dfe4ff;font-size:7px}.channel-analytics-spotlight em{font-style:normal;font-size:8px;font-weight:750}
body.radaros-dark #app .pr-analytics-discovery{border-color:#35467b;background:linear-gradient(125deg,#17223c,#101a2f 55%,#15352f)}body.radaros-dark #app .pr-analytics-discovery h3{color:#eef2ff}body.radaros-dark #app .pr-channel-analytics-mini{border-color:#405397;color:#cbd3ff;background:#1c294b}
@media(max-width:760px){.pr-analytics-discovery{grid-template-columns:46px minmax(0,1fr);padding:16px;gap:12px}.pr-analytics-discovery-icon{width:46px;height:46px}.pr-analytics-discovery>button{grid-column:1/-1;width:100%;text-align:center}.pr-channel-discovery-row{align-items:stretch!important}.pr-channel-row-main{width:100%}.pr-channel-analytics-mini{width:100%;flex-basis:auto}.channel-tabs .channel-analytics-spotlight{width:100%;margin-left:0;grid-template-columns:34px minmax(0,1fr) auto}}

/* RADAROS_POSTRADAR_CHANNEL_ANALYTICS_UI_V19_READY */
.pr-analytics-loading { display: grid; justify-items: center; gap: 10px; min-height: 260px; align-content: center; text-align: center; }
.pr-analytics-loading small, .detail-loading small { display: block; max-width: 560px; color: #7a8498; line-height: 1.55; }
.pr-channel-analytics { display: grid; gap: 16px; }
.pr-channel-analytics #ar-analysis-investment,
.pr-channel-analytics .ar-report-cta,
.pr-channel-analytics .ar-executive-grid > article:nth-child(2) { display: none; }
.pr-channel-analytics .ar-executive-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pr-channel-analytics .ar-analytics-dashboard { padding: 0; }
.pr-channel-analytics .ar-analytics-nav { top: -1px; z-index: 4; }
@media (max-width: 760px) {
  .pr-channel-analytics .ar-executive-grid { grid-template-columns: 1fr; }
  .channel-tabs button[data-channel-analytics-refresh] { margin-left: 0; }
}
.empty { color: #8a92a3; font-size: 13px; }
.loading-block { min-height: 90px; opacity: .65; }
.placeholder-view { min-height: calc(100vh - 92px); text-align: center; place-content: center; }
.placeholder-view.active { display: grid; justify-items: center; }
.placeholder-view .placeholder-icon { width: 64px; height: 64px; margin-bottom: 18px; font-size: 24px; }
.placeholder-view h1 { margin: 16px 0 10px; font-size: 42px; letter-spacing: -.04em; }
.placeholder-view p { max-width: 570px; margin: 0 0 25px; color: var(--muted); line-height: 1.65; }
.toast { position: fixed; z-index: 20000; top: 18px; right: 18px; max-width: 360px; padding: 12px 16px; border-radius: 10px; color: white; background: #202b43; box-shadow: var(--shadow); opacity: 0; transform: translateY(-10px); pointer-events: none; transition: .2s ease; font-size: 13px; }
.toast.show { opacity: 1; transform: translateY(0); }

/* POSTRADAR_VISIBLE_DRAWER_FEEDBACK_V15_2_READY */

@media (max-width: 1000px) {
  .landing-header { height: 76px; }
  .landing-nav { display: none; }
  .landing-hero { min-height: auto; padding: 54px 0 96px; grid-template-columns: 1fr; gap: 56px; }
  .hero-copy { max-width: 760px; }
  .product-preview { width: min(760px,100%); margin: 0 auto; }
  .capability-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .workflow-grid { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 48px; }
  .workflow-grid::before { display: none; }
  .workflow-dot { margin-bottom: 22px; }
  .audience-section { grid-template-columns: 1fr; gap: 48px; }
  .audience-copy { position: static; max-width: 720px; }
  .ecosystem-grid { grid-template-columns: 1fr; }
  .ecosystem-card { min-height: 260px; }
  .landing-cta { padding: 48px; align-items: flex-start; flex-direction: column; }
  .proof-strip { align-items: flex-start; flex-direction: column; }
  .product-grid, .kpi-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dashboard-board { grid-template-columns: 1fr; }
  .dashboard-zone.full-zone { grid-column: auto; }
  .panel.span-2, .panel.span-3 { grid-column: auto; }
  .queue-panel-head { align-items: stretch; flex-direction: column; }
  .source-panel-head { align-items: stretch; flex-direction: column; }
  .queue-item { grid-template-columns: 100px minmax(0,1fr) auto; }
  .queue-destination { display: none; }
}
@media (max-width: 720px) {
  .landing-header, .landing-hero, .proof-strip, .landing-section, .landing-cta, .landing-footer { width: min(100% - 32px,1240px); }
  .landing-header { gap: 16px; }
  .landing-brand { font-size: 18px; }
  .landing-header .brand-mark { width: 32px; height: 32px; }
  .landing-login-button { min-width: 82px; padding: 9px 13px; }
  .landing-hero { padding-top: 42px; }
  .launch-pill { margin-bottom: 20px; }
  .hero-copy h1 { font-size: clamp(42px,13vw,60px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .landing-primary, .landing-secondary { justify-content: center; }
  .hero-trust { gap: 10px 16px; }
  .product-preview { margin-top: -18px; padding: 32px 0; }
  .preview-window { border-radius: 17px; transform: none; }
  .preview-body { min-height: 310px; grid-template-columns: 58px 1fr; }
  .preview-sidebar { padding: 20px 10px; }
  .preview-nav { width: 34px; }
  .preview-nav.short { width: 24px; }
  .preview-content { padding: 15px; }
  .preview-metrics { grid-template-columns: 1fr; }
  .preview-metrics div:nth-child(n+2) { display: none; }
  .flow-card { grid-template-columns: 1fr auto 1fr; }
  .flow-node.publish, .flow-card .flow-arrow:nth-child(4) { display: none; }
  .floating-card { display: none; }
  .proof-strip { padding: 20px 0; }
  .proof-strip div { max-width: 100%; flex-wrap: wrap; gap: 11px; }
  .proof-strip i { display: none; }
  .landing-section { padding: 82px 0; }
  .section-intro h2, .audience-copy h2 { font-size: 38px; }
  .capability-grid, .workflow-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 270px; }
  .workflow-section { width: 100%; padding: 82px 16px; }
  .audience-list article { grid-template-columns: 42px 1fr; }
  .landing-cta { margin-bottom: 58px; padding: 34px 24px; }
  .landing-cta h2 { font-size: 36px; }
  .cta-button { width: 100%; justify-content: space-between; }
  .landing-footer { padding: 32px 0; grid-template-columns: 1fr; text-align: center; }
  .landing-footer .landing-brand { justify-content: center; }
  .landing-footer > span { text-align: center; }
  .app-shell { display: block; }
  .sidebar { position: static; width: 100%; height: auto; padding: 16px; }
  .nav { margin-top: 16px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .nav-label { display: none; }
  .sidebar-foot { margin-top: 14px; }
  .main { margin-left: 0; }
  .topbar { height: auto; min-height: 78px; padding: 18px 20px; }
  .top-status { display: none; }
  .view { padding: 22px 18px 42px; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .section-actions { width: 100%; }
  .section-actions .button { flex: 1; }
  .hero { padding: 30px 24px; align-items: flex-start; flex-direction: column; }
  .product-grid, .kpi-grid { grid-template-columns: 1fr; }
  .panel { padding: 17px; }
  .queue-filters { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 3px; }
  .source-filters { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 3px; }
  .source-filters button { flex: 0 0 auto; }
  .queue-filters button { flex: 0 0 auto; }
  .queue-item { grid-template-columns: 1fr auto; gap: 7px 12px; }
  .queue-kind { grid-column: 1; }
  .queue-copy { grid-column: 1 / -1; grid-row: 2; }
  .queue-item time { grid-column: 2; grid-row: 1; }
  .queue-drawer { display: block; }
  .queue-drawer-backdrop { position: absolute; inset: 0; }
  .queue-drawer-panel { position: relative; z-index: 1; width: 100%; }
  .queue-detail { padding: 18px; }
  .detail-meta-grid { grid-template-columns: 1fr; }
  .settings-grid, .workspace-form-row, .channel-stat-grid { grid-template-columns: 1fr; }
  .member-row, .invitation-row, .channel-row { align-items: stretch; flex-direction: column; }
  .member-actions, .row-actions { width: 100%; }
  .member-actions select { min-width: 0; flex: 1; }
  .detail-media-gallery { grid-template-columns: 1fr; }
  .detail-schedule-row { align-items: stretch; flex-direction: column; }
  .detail-actions { bottom: -18px; margin: 18px -18px -18px; padding: 14px 18px 20px; }
  .detail-action.primary { margin-left: 0; }
}


/* POSTRADAR_RADAROS_COSMETIC_QUEUE_TOTALS_V1_READY */
.workspace-detail button,
.workspace-detail input,
.workspace-detail select,
.workspace-detail textarea,
.source-detail button,
.source-detail input,
.source-detail select,
.source-detail textarea {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.workspace-field select,
.workspace-field input,
.workspace-field textarea,
.member-actions select {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
}
.channel-mini .channel-state { margin-top: 0; display: inline-flex; align-items: center; gap: 6px; font-weight: 650; }
.channel-mini .channel-state i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #a8b0bf; }
.channel-mini .channel-state.active { color: #0c8b63; }
.channel-mini .channel-state.active i { background: #13a876; box-shadow: 0 0 0 3px rgba(19,168,118,.12); }
.channel-mini .channel-state.inactive { color: #8790a1; }


/* POSTRADAR_RADAROS_WEB_ACCOUNT_UI_V1_READY */
.queue-channel-filter { display:flex; align-items:center; gap:12px; margin:0 0 16px; }
.queue-channel-filter label { color:var(--muted); font-size:13px; font-weight:700; }
.queue-channel-filter select { min-width:240px; max-width:100%; border:1px solid var(--border); border-radius:12px; padding:10px 36px 10px 12px; background:#fff; color:var(--ink); font:inherit; font-weight:650; }
.account-summary { display:flex; flex-direction:column; gap:5px; margin-bottom:14px; }
.account-summary strong { font-size:20px; }
.account-summary span { color:var(--green); font-weight:750; }
.account-summary small { color:var(--muted); }
.account-drawer-panel { width:min(920px, 100vw); }
.account-tabs { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:20px; position:sticky; top:0; z-index:2; padding:4px 0 12px; background:var(--surface-soft); }
.account-tabs button { border:1px solid var(--border); border-radius:999px; padding:9px 14px; background:#fff; color:var(--muted); font:inherit; font-weight:750; cursor:pointer; }
.account-tabs button.active { color:#fff; background:var(--primary); border-color:var(--primary); }
.account-tab { display:none; }
.account-tab.active { display:block; }
.account-profile-card,.subscription-current { display:flex; align-items:center; gap:16px; padding:22px; border:1px solid var(--border); border-radius:20px; background:#fff; margin-bottom:18px; }
.account-avatar { width:58px; height:58px; border-radius:18px; background:var(--primary); color:#fff; display:grid; place-items:center; font-size:23px; font-weight:850; }
.account-profile-card h3,.subscription-current h3 { margin:0 0 4px; }
.account-profile-card p,.account-profile-card small,.subscription-current p { margin:0; color:var(--muted); }
.account-kpis { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.account-kpis .kpi { min-height:130px; }
.account-usage-grid,.plan-catalog { display:grid; gap:12px; grid-template-columns:repeat(2,minmax(0,1fr)); }
.account-usage-item,.account-plan { padding:18px; background:#fff; border:1px solid var(--border); border-radius:18px; }
.account-usage-item>div:first-child { display:flex; justify-content:space-between; gap:12px; margin-bottom:12px; }
.account-usage-item span,.account-plan p,.account-plan small { color:var(--muted); }
.account-plan.current { border-color:var(--primary); box-shadow:0 0 0 2px rgba(79,102,241,.08); }
.account-plan h4 { font-size:21px; margin:8px 0; }
.account-plan strong,.account-plan small { display:block; margin-top:8px; }
.account-payment-note { font-size:12px; }
.account-table { display:flex; flex-direction:column; gap:10px; }
.account-table-row { display:grid; grid-template-columns:minmax(0,1fr) auto auto; gap:14px; align-items:center; padding:16px; background:#fff; border:1px solid var(--border); border-radius:16px; }
.account-table-row div { display:flex; flex-direction:column; gap:4px; }
.account-table-row small,.account-table-row em { color:var(--muted); font-style:normal; }
@media (max-width:720px) { .account-usage-grid,.plan-catalog,.account-kpis { grid-template-columns:1fr; } .account-table-row { grid-template-columns:1fr; } .queue-channel-filter { align-items:stretch; flex-direction:column; } .queue-channel-filter select { width:100%; } }


:root { --postradar-radaros-web-account-ui-v2-ready: 1; }
.account-drawer-panel {
  width: min(1180px, calc(100vw - 24px));
  max-width: 100%;
  height: 100dvh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.account-drawer-panel .queue-drawer-header { flex: 0 0 auto; }
.account-drawer-panel .queue-detail {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 24px 28px 44px;
}
.account-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  margin-bottom: 14px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
}
.account-toolbar > div { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.account-toolbar strong { font-size: 18px; }
.account-toolbar span { color: var(--muted); }
.account-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
  min-width: 0;
  margin-bottom: 20px;
  padding: 2px 0 12px;
  overflow-x: auto;
  overflow-y: hidden;
  position: sticky;
  top: -24px;
  z-index: 4;
  background: var(--surface-soft);
  scrollbar-width: thin;
}
.account-tabs button {
  flex: 0 0 auto;
  color: #65708a;
  background: #fff;
  border-color: var(--border);
}
.account-tabs button.active {
  color: #fff !important;
  background: #5267e8 !important;
  border-color: #5267e8 !important;
  box-shadow: 0 8px 20px rgba(82, 103, 232, .24);
}
.account-tab { width: 100%; min-width: 0; overflow: hidden; }
.account-profile-card,
.subscription-current,
.account-usage-item,
.account-plan,
.account-table-row,
.account-kpis .kpi { box-sizing: border-box; min-width: 0; }
.account-kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
}
.account-usage-grid,
.plan-catalog {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  gap: 14px;
  width: 100%;
  min-width: 0;
}
.account-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 16px;
}
.account-section-heading h3,
.account-section-heading p { margin: 0; }
.account-section-heading p { margin-top: 4px; color: var(--muted); }
.account-section-actions { display: flex; justify-content: flex-end; margin-top: 16px; }
.account-plan { display: flex; flex-direction: column; gap: 10px; }
.account-plan-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}
.account-plan-head em {
  color: #1a9a68;
  background: #eaf9f2;
  border-radius: 999px;
  padding: 5px 9px;
  font-style: normal;
}
.account-plan-prices { margin-top: auto; }
.account-plan-prices strong,
.account-plan-prices small { display: block; margin-top: 5px; }
.account-plan-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 8px;
}
.account-action {
  min-height: 42px;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 10px 14px;
  background: #fff;
  color: #34405a;
  font: inherit;
  font-weight: 760;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, opacity .16s ease;
}
.account-action:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(16, 27, 55, .09); }
.account-action.primary { color: #fff; background: #5267e8; border-color: #5267e8; }
.account-action.secondary { color: #34405a; background: #fff; }
.account-action.muted,
.account-action:disabled { opacity: .58; cursor: default; }
.account-table-row { width: 100%; }
.account-secure-note {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: #eef2ff;
  color: #59647d;
  font-size: 13px;
}

@media (max-width: 760px) {
  .account-drawer-panel { width: 100vw; }
  .account-drawer-panel .queue-detail { padding: 18px 14px 32px; }
  .account-tabs { top: -18px; }
  .account-toolbar,
  .account-section-heading { align-items: stretch; flex-direction: column; }
  .account-toolbar .account-action,
  .account-section-heading .account-action,
  .account-section-actions .account-action { width: 100%; }
  .account-kpis,
  .account-usage-grid,
  .plan-catalog { grid-template-columns: 1fr; }
  .account-table-row { grid-template-columns: 1fr; }
}


/* POSTRADAR_RADAROS_TRUST_LANDING_AND_PLANS_V5_READY */
.radaros-trust-landing {
  --landing-ink: #0c1427;
  --landing-muted: #68738a;
  --landing-primary: #5267e8;
  --landing-primary-dark: #3449c7;
  background:
    radial-gradient(circle at 88% 6%, rgba(94, 116, 244, .12), transparent 24%),
    #f7f8fb;
}
.radaros-trust-landing .trust-header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 76px;
  padding: 0 max(24px, calc((100vw - 1240px) / 2));
  box-sizing: border-box;
  border-bottom: 1px solid rgba(217, 222, 234, .82);
  background: rgba(250, 251, 253, .9);
  backdrop-filter: blur(18px);
}
.radaros-trust-landing .landing-nav { gap: 25px; }
.radaros-trust-landing .trust-hero {
  min-height: 760px;
  padding-top: 86px;
}
.radaros-trust-landing .hero-copy h1 {
  max-width: 690px;
  font-size: clamp(46px, 5.4vw, 75px);
}
.radaros-trust-landing .hero-lead {
  max-width: 700px;
  font-size: 17px;
}
.radaros-trust-landing .hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}
.radaros-trust-landing .hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.radaros-trust-landing .trust-preview .floating-source {
  left: -34px;
  bottom: 56px;
}
.radaros-trust-landing .trust-proof {
  margin-top: 14px;
}
.unique-section { padding-bottom: 72px; }
.unique-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.unique-story {
  min-height: 470px;
  padding: 36px;
  box-sizing: border-box;
  border: 1px solid #dfe4ee;
  border-radius: 24px;
  background: #fff;
}
.unique-story.radaros-way {
  color: #f5f7ff;
  border-color: #192749;
  background:
    radial-gradient(circle at 90% 5%, rgba(107, 130, 255, .34), transparent 28%),
    linear-gradient(145deg, #0e172b, #1a2b54);
  box-shadow: 0 25px 65px rgba(31, 48, 96, .18);
}
.unique-label {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  color: #758097;
  background: #f0f2f7;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .11em;
}
.radaros-way .unique-label {
  color: #c9d2ff;
  background: rgba(116, 138, 255, .16);
}
.unique-story h3 {
  max-width: 430px;
  margin: 25px 0 30px;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: -.04em;
}
.unique-story ol {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.unique-story li {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 12px;
  color: #6d778b;
  font-size: 14px;
  line-height: 1.5;
}
.radaros-way li { color: #b9c3da; }
.unique-story li span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #7d8799;
  background: #f1f3f7;
  font-size: 11px;
  font-weight: 850;
}
.radaros-way li span {
  color: #fff;
  background: #5369ec;
}
.unique-statement {
  margin-top: 16px;
  padding: 26px 30px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 20px;
  border: 1px solid #dce2ee;
  border-radius: 20px;
  background: #fff;
}
.unique-statement > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #677bff, #4057dc);
  font-weight: 900;
}
.unique-statement p {
  margin: 0;
  color: #68738a;
  line-height: 1.65;
}
.unique-statement strong { color: #151e33; }
.problem-section { padding-top: 72px; }
.problem-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.problem-grid article {
  min-height: 250px;
  padding: 27px;
  border: 1px solid #e0e4ed;
  border-radius: 19px;
  background: #fff;
}
.problem-grid article > span {
  color: #5268e8;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
}
.problem-grid h3 {
  margin: 58px 0 12px;
  font-size: 20px;
  letter-spacing: -.025em;
}
.problem-grid p {
  margin: 0;
  color: #737d91;
  font-size: 13px;
  line-height: 1.7;
}
.trust-workflow .six-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 46px 58px;
}
.trust-workflow .six-steps::before { display: none; }
.trust-workflow .six-steps article {
  padding-top: 20px;
  border-top: 1px solid #34415d;
}
.trust-workflow .workflow-dot {
  margin: 18px 0 24px;
}
.trust-capabilities .capability-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.control-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: 90px;
}
.control-copy h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -.05em;
}
.control-copy > p:not(.landing-kicker) {
  margin: 22px 0 0;
  color: #69748a;
  line-height: 1.75;
}
.control-list {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-top: 32px;
}
.control-list > div {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 13px;
}
.control-list > div > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: #5268e8;
  font-size: 12px;
  font-weight: 850;
}
.control-list p {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 1px 0 0;
}
.control-list strong { color: #172036; font-size: 14px; }
.control-list small { color: #7a8498; line-height: 1.5; }
.control-panel {
  padding: 25px;
  border: 1px solid #1d2a49;
  border-radius: 25px;
  background:
    radial-gradient(circle at 95% 5%, rgba(101, 124, 247, .23), transparent 28%),
    #10192d;
  box-shadow: 0 30px 75px rgba(26, 40, 79, .22);
}
.control-panel-head {
  padding: 3px 5px 22px;
  display: grid;
  grid-template-columns: 12px auto 1fr;
  align-items: center;
  gap: 10px;
  color: #f5f7ff;
}
.control-panel-head small {
  color: #8996b0;
  text-align: right;
}
.control-event {
  margin-top: 9px;
  padding: 17px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid #293754;
  border-radius: 15px;
  background: #172239;
}
.control-event > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #9ba8c2;
  background: #222f49;
  font-size: 10px;
  font-weight: 850;
}
.control-event > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.control-event strong { color: #f2f4fb; font-size: 13px; }
.control-event small { color: #8490a8; }
.control-event b {
  padding: 6px 9px;
  border-radius: 999px;
  color: #74d7ae;
  background: rgba(42, 177, 123, .12);
  font-size: 9px;
}
.control-event.waiting {
  border-color: #5268e8;
  box-shadow: 0 0 0 2px rgba(82, 104, 232, .12);
}
.control-event.waiting b {
  color: #cbd3ff;
  background: rgba(82, 104, 232, .18);
}
.cabinet-section { padding-top: 70px; }
.cabinet-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #dfe3eb;
  border-bottom: 1px solid #dfe3eb;
}
.cabinet-grid article {
  min-height: 245px;
  padding: 28px 22px;
  border-right: 1px solid #dfe3eb;
}
.cabinet-grid article:last-child { border-right: 0; }
.cabinet-grid span {
  color: #5268e8;
  font-size: 10px;
  font-weight: 850;
}
.cabinet-grid h3 { margin: 72px 0 11px; font-size: 20px; }
.cabinet-grid p {
  margin: 0;
  color: #747e91;
  font-size: 12px;
  line-height: 1.65;
}
.public-plans-section {
  width: 100%;
  max-width: none;
  padding: 112px max(24px, calc((100vw - 1240px) / 2));
  box-sizing: border-box;
  background: #eef1f7;
}
.public-plan-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}
.public-plan {
  position: relative;
  min-height: 610px;
  padding: 31px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #dce1eb;
  border-radius: 23px;
  background: #fff;
}
.public-plan.recommended {
  color: #fff;
  border-color: #1c2b52;
  background:
    radial-gradient(circle at 90% 5%, rgba(105, 128, 255, .36), transparent 27%),
    linear-gradient(145deg, #10192e, #1a2a51);
  box-shadow: 0 28px 70px rgba(31, 47, 91, .2);
}
.plan-ribbon {
  position: absolute;
  top: 20px;
  right: -38px;
  width: 145px;
  padding: 7px 0;
  transform: rotate(35deg);
  color: #fff;
  background: #5268e8;
  font-size: 9px;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.public-plan-top > span {
  color: #5268e8;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.public-plan.recommended .public-plan-top > span { color: #aebaff; }
.public-plan-top h3 {
  margin: 18px 0 10px;
  font-size: 34px;
  letter-spacing: -.045em;
}
.public-plan-top p {
  min-height: 50px;
  margin: 0;
  color: #717c91;
  font-size: 13px;
  line-height: 1.6;
}
.public-plan.recommended .public-plan-top p { color: #aab5cc; }
.public-price {
  margin: 30px 0 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e4e7ee;
}
.public-plan.recommended .public-price { border-color: #344260; }
.public-price strong {
  color: #121b31;
  font-size: 31px;
  letter-spacing: -.04em;
}
.public-plan.recommended .public-price strong { color: #fff; }
.public-price > span { margin-left: 5px; color: #7a8498; font-size: 12px; }
.public-price small {
  margin-top: 10px;
  display: block;
  color: #778196;
}
.public-plan.recommended .public-price small { color: #9eabc4; }
.public-plan ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.public-plan li {
  position: relative;
  padding-left: 23px;
  color: #5e687d;
  font-size: 13px;
  line-height: 1.5;
}
.public-plan.recommended li { color: #bec7d9; }
.public-plan li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #5268e8;
  font-weight: 900;
}
.public-plan.recommended li::before { color: #91a1ff; }
.public-plan-button {
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  border-color: #d8deea;
  background: #f5f7fb;
}
.public-plan-button.primary {
  color: #fff;
  border-color: #5268e8;
  background: #5268e8;
}
.trial-note {
  margin-top: 17px;
  padding: 22px 25px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  border: 1px solid #d8deea;
  border-radius: 18px;
  background: #fff;
}
.trial-note > span {
  padding: 9px 12px;
  border-radius: 11px;
  color: #fff;
  background: #5268e8;
  font-size: 12px;
  font-weight: 850;
}
.trial-note p {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}
.trial-note small { color: #7b8598; }
.trial-note .text-button { color: #5268e8; }
.faq-section { max-width: 980px; }
.faq-list {
  margin-top: 50px;
  border-top: 1px solid #dce1ea;
}
.faq-list details {
  border-bottom: 1px solid #dce1ea;
}
.faq-list summary {
  min-height: 84px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #182137;
  font-size: 17px;
  font-weight: 760;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid #d9deea;
  border-radius: 11px;
  color: #5268e8;
  background: #fff;
  transition: transform .2s ease;
}
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p {
  max-width: 820px;
  margin: -5px 0 27px;
  color: #6e788c;
  line-height: 1.75;
}
.trust-cta { margin-top: 18px; }

.account-plan-instruction {
  margin: 0 0 16px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid #dce3ff;
  border-radius: 14px;
  background: #f3f5ff;
}
.account-plan-instruction > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: #5267e8;
  font-size: 12px;
  font-weight: 850;
}
.account-plan-instruction p {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
}
.account-plan-instruction small { color: var(--muted); }
.plan-catalog.plan-catalog-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.account-plan-accordion {
  padding: 0;
  display: block;
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.account-plan-accordion.recommended:not(.current) {
  border-color: #cfd7ff;
}
.account-plan-accordion.expanded {
  border-color: #5267e8;
  box-shadow: 0 14px 40px rgba(36, 54, 116, .11);
}
.account-plan-toggle {
  width: 100%;
  padding: 22px;
  display: block;
  border: 0;
  background: #fff;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.account-plan-toggle:hover { background: #fbfcff; }
.account-plan-head > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}
.account-plan-head em {
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-style: normal;
  font-weight: 820;
}
.current-badge {
  color: #147c57;
  background: #e8f8f1;
}
.recommended-badge {
  color: #455ad6;
  background: #eef1ff;
}
.account-plan-toggle h4 {
  margin: 12px 0 7px;
  font-size: 26px;
}
.account-plan-toggle > p {
  margin: 0;
  color: var(--muted);
}
.account-plan-chips {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.account-plan-chips span {
  padding: 7px 9px;
  border-radius: 9px;
  color: #56627a;
  background: #f2f4f8;
  font-size: 11px;
  font-weight: 760;
}
.account-plan-price-line {
  margin-top: 18px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
.account-plan-price-line strong { font-size: 19px; }
.account-plan-price-line small { color: var(--muted); }
.account-plan-open-label {
  margin-top: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #5267e8;
  font-size: 13px;
  font-weight: 820;
}
.account-plan-open-label b {
  font-size: 18px;
  transition: transform .18s ease;
}
.account-plan-accordion.expanded .account-plan-open-label b {
  transform: rotate(180deg);
}
.account-plan-detail[hidden] { display: none !important; }
.account-plan-detail {
  padding: 0 22px 22px;
  border-top: 1px solid var(--border);
  background: #fff;
}
.account-plan-detail-intro {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.account-plan-detail-intro strong { font-size: 16px; }
.account-plan-detail-intro span { color: var(--muted); font-size: 12px; }
.account-plan-benefits {
  margin: 18px 0 20px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 18px;
  list-style: none;
}
.account-plan-benefits li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  color: #526078;
  font-size: 13px;
  line-height: 1.45;
}
.account-plan-benefits li span {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: #5267e8;
  font-size: 9px;
  font-weight: 900;
}
.account-plan-detail .account-plan-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.account-plan-payment-note {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}
.account-comparison {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.account-comparison-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 15px;
}
.account-comparison-heading span {
  color: #5267e8;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .11em;
}
.account-comparison-heading h3 { margin: 5px 0 0; }
.account-comparison-heading > small {
  max-width: 300px;
  color: var(--muted);
  text-align: right;
  line-height: 1.45;
}
.account-comparison-scroll {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
}
.account-comparison table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}
.account-comparison th,
.account-comparison td {
  padding: 14px 15px;
  border-bottom: 1px solid var(--border);
  text-align: center;
  font-size: 12px;
}
.account-comparison thead th {
  color: #202b43;
  background: #f7f8fb;
  font-size: 14px;
}
.account-comparison thead th:first-child,
.account-comparison tbody th { text-align: left; }
.account-comparison thead small {
  margin-top: 4px;
  display: block;
  color: var(--muted);
  font-size: 10px;
}
.account-comparison thead em {
  margin-left: 6px;
  padding: 3px 6px;
  border-radius: 999px;
  color: #147c57;
  background: #e8f8f1;
  font-size: 8px;
  font-style: normal;
}
.account-comparison tbody th {
  color: #5c687f;
  font-weight: 700;
}
.comparison-yes { color: #16845c; font-weight: 800; }
.comparison-no { color: #9aa2b1; }
.account-comparison tr:last-child th,
.account-comparison tr:last-child td { border-bottom: 0; }

@media (max-width: 1100px) {
  .radaros-trust-landing .landing-nav { gap: 15px; }
  .radaros-trust-landing .landing-nav a { font-size: 12px; }
  .problem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cabinet-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cabinet-grid article { border-bottom: 1px solid #dfe3eb; }
  .cabinet-grid article:nth-child(3) { border-right: 0; }
  .control-section { gap: 50px; }
}

@media (max-width: 900px) {
  .radaros-trust-landing .trust-header {
    width: 100%;
    padding: 0 22px;
  }
  .radaros-trust-landing .landing-nav { display: none; }
  .unique-grid,
  .control-section,
  .public-plan-grid { grid-template-columns: 1fr; }
  .unique-story { min-height: auto; }
  .control-section { gap: 42px; }
  .public-plan { min-height: auto; }
  .trust-workflow .six-steps,
  .trust-capabilities .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .radaros-trust-landing .trust-header { height: 68px; }
  .radaros-trust-landing .trust-hero {
    min-height: 0;
    padding-top: 55px;
  }
  .radaros-trust-landing .hero-copy h1 { font-size: 42px; }
  .radaros-trust-landing .hero-lead { font-size: 15px; }
  .radaros-trust-landing .hero-actions > * { width: 100%; justify-content: center; }
  .unique-story { padding: 27px 23px; }
  .unique-story h3 { font-size: 25px; }
  .unique-statement {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .problem-grid,
  .trust-workflow .six-steps,
  .trust-capabilities .capability-grid,
  .cabinet-grid { grid-template-columns: 1fr; }
  .problem-grid article { min-height: 220px; }
  .cabinet-grid article {
    min-height: 190px;
    border-right: 0;
  }
  .cabinet-grid h3 { margin-top: 45px; }
  .control-section { grid-template-columns: 1fr; }
  .control-panel { padding: 14px; border-radius: 19px; }
  .control-event {
    grid-template-columns: 34px minmax(0, 1fr);
  }
  .control-event > b {
    grid-column: 2;
    justify-self: start;
  }
  .public-plans-section {
    padding: 82px 18px;
  }
  .public-plan { padding: 26px 22px; }
  .trial-note {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .trial-note > span { justify-self: start; }
  .faq-list summary {
    min-height: 78px;
    font-size: 15px;
  }
  .account-plan-benefits,
  .account-plan-detail .account-plan-actions {
    grid-template-columns: 1fr;
  }
  .account-plan-price-line,
  .account-comparison-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .account-comparison-heading > small { text-align: left; }
}



/* POSTRADAR_RADAROS_CONVERSION_HERO_V6_READY */
html { scroll-behavior: smooth; }

.radaros-trust-landing {
  overflow-x: clip;
  overflow-y: visible;
}

.radaros-trust-landing .trust-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 10px 35px rgba(28, 39, 74, .07);
}

.radaros-trust-landing #top { padding-top: 76px; }
.radaros-trust-landing [id] { scroll-margin-top: 96px; }

.radaros-trust-landing .landing-nav {
  display: flex;
  gap: 18px;
  min-width: 0;
}

.radaros-trust-landing .landing-nav a {
  position: relative;
  white-space: nowrap;
}

.radaros-trust-landing .landing-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 99px;
  background: #5267e8;
  opacity: 0;
  transform: scaleX(.35);
  transition: .2s ease;
}

.radaros-trust-landing .landing-nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.radaros-trust-landing .trust-hero {
  min-height: 0;
  padding-top: 64px;
  padding-bottom: 42px;
  grid-template-columns: minmax(0, 1.02fr) minmax(500px, .98fr);
  row-gap: 46px;
}

.radaros-trust-landing .hero-copy h1 {
  max-width: 710px;
  font-size: clamp(47px, 5.1vw, 72px);
}

.radaros-trust-landing .hero-copy h1 em { display: inline; }

.radaros-trust-landing .launch-pill {
  border-color: #d7def9;
  background: rgba(255, 255, 255, .9);
}

.radaros-trust-landing .product-preview { padding-top: 24px; }
.radaros-trust-landing .floating-control { right: -14px; bottom: 17px; }

.hero-evidence {
  position: relative;
  z-index: 3;
  max-width: 700px;
  margin-top: 27px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #dce2ef;
  border-radius: 22px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 20px 55px rgba(40, 53, 92, .08);
  backdrop-filter: blur(16px);
}

.hero-evidence > div {
  min-height: 91px;
  padding: 17px 18px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid #e2e6ef;
}

.hero-evidence > div:last-child { border-right: 0; }

.hero-evidence strong {
  color: #10182c;
  font-size: clamp(24px, 2.3vw, 33px);
  line-height: 1;
  letter-spacing: -.05em;
}

.hero-evidence > div:first-child strong { color: #5267e8; }

.hero-evidence span {
  margin-top: 7px;
  color: #737d91;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}

.radaros-trust-landing .trust-proof { margin-top: 0; }

.live-channel-section {
  width: min(1320px, calc(100% - 32px));
  padding: 24px;
  border-radius: 34px;
  color: #f5f7ff;
  background:
    radial-gradient(circle at 94% 3%, rgba(96, 122, 255, .36), transparent 28%),
    radial-gradient(circle at 4% 96%, rgba(31, 185, 144, .14), transparent 24%),
    linear-gradient(145deg, #091328, #142449 72%, #1c3474);
  box-shadow: 0 35px 90px rgba(24, 39, 82, .24);
}

.live-channel-grid {
  min-height: 680px;
  padding: 54px;
  display: grid;
  grid-template-columns: minmax(430px, .96fr) minmax(0, 1.04fr);
  align-items: center;
  gap: 70px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 25px;
  background: rgba(5, 13, 30, .23);
}

.channel-demo {
  overflow: hidden;
  border: 1px solid rgba(143, 164, 221, .24);
  border-radius: 25px;
  background: #111c31;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .28);
  transform: perspective(1300px) rotateY(2deg);
}

.channel-demo-head {
  min-height: 78px;
  padding: 14px 18px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid #2a3650;
  background: #1a2940;
}

.channel-avatar {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #667bff, #3b50d1);
  font-size: 12px;
  font-weight: 850;
}

.channel-demo-head strong,
.channel-demo-head small { display: block; }
.channel-demo-head strong { font-size: 14px; }
.channel-demo-head small { margin-top: 4px; color: #8492ae; font-size: 9px; }

.channel-live {
  padding: 7px 9px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  color: #54d7ad;
  background: rgba(38, 195, 143, .11);
  font-size: 8px;
  font-weight: 850;
}

.channel-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #36d39f;
  box-shadow: 0 0 0 4px rgba(54, 211, 159, .1);
}

.channel-demo-flow { padding: 20px; display: grid; gap: 11px; }

.demo-event {
  min-height: 55px;
  padding: 11px 12px;
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border: 1px solid #2a3752;
  border-radius: 12px;
  background: #152239;
}

.demo-event > span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #aebaff;
  background: #2d3f77;
  font-size: 8px;
  font-weight: 850;
}

.demo-event strong,
.demo-event small { display: block; }
.demo-event strong { color: #edf1ff; font-size: 10px; }
.demo-event small { margin-top: 4px; color: #7887a4; font-size: 8px; }
.demo-event time { color: #5ddbb2; font-size: 8px; }
.demo-event.scheduled > span { color: #62ddb5; background: #17483f; }

.demo-post-card {
  padding: 21px;
  border: 1px solid #3d4f85;
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0, rgba(99, 121, 245, .22), transparent 34%),
    #1b2948;
}

.demo-post-label {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #aebbff;
  font-size: 8px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.demo-post-card > strong {
  margin-top: 15px;
  display: block;
  color: #f5f7ff;
  font-size: 15px;
  line-height: 1.38;
}

.demo-post-card > p {
  margin: 10px 0 17px;
  color: #91a0bb;
  font-size: 10px;
  line-height: 1.55;
}

.demo-post-card > div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #8190ad;
  font-size: 8px;
}

.demo-post-card b { color: #61dfb7; }

.channel-demo-foot {
  min-height: 50px;
  padding: 0 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid #27344e;
  color: #64738e;
  background: #0e192c;
  font-size: 9px;
}

.channel-demo-foot a { color: #73bff4; font-weight: 750; }

.live-channel-copy .landing-kicker { color: #7c8fff; }

.live-channel-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(39px, 4vw, 57px);
  line-height: 1.04;
  letter-spacing: -.055em;
}

.live-channel-copy h2 a {
  color: #7d90ff;
  text-decoration: none;
}

.live-channel-copy > p:not(.landing-kicker) {
  margin: 24px 0 0;
  color: #a9b4cc;
  font-size: 16px;
  line-height: 1.7;
}

.live-channel-list {
  margin: 25px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.live-channel-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #dce3f4;
  font-size: 13px;
  line-height: 1.45;
}

.live-channel-list span {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #54d6ac;
  background: rgba(61, 210, 161, .12);
  font-size: 9px;
}

.live-channel-metrics {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.live-channel-metrics > div {
  padding: 15px 16px;
  border: 1px solid rgba(145, 164, 220, .2);
  border-radius: 13px;
  background: rgba(255, 255, 255, .04);
}

.live-channel-metrics strong,
.live-channel-metrics span { display: block; }
.live-channel-metrics strong { color: #fff; font-size: 20px; }
.live-channel-metrics span { margin-top: 5px; color: #8795b1; font-size: 9px; }

.live-channel-button {
  min-height: 50px;
  margin-top: 25px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 13px;
  color: #fff !important;
  background: linear-gradient(115deg, #5268ef, #25a8db);
  box-shadow: 0 14px 30px rgba(53, 102, 224, .3);
}

.live-channel-button:hover { transform: translateY(-1px); }

@media (max-width: 1180px) {
  .radaros-trust-landing .landing-nav { gap: 12px; }
  .radaros-trust-landing .landing-nav a { font-size: 11px; }
  .radaros-trust-landing .trust-hero {
    grid-template-columns: minmax(0, 1fr) minmax(440px, .92fr);
    gap: 38px;
  }
  .live-channel-grid { gap: 45px; padding: 42px; }
}

@media (max-width: 960px) {
  .radaros-trust-landing .trust-header {
    height: 116px;
    padding: 10px 18px 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: 48px 48px;
    gap: 0 14px;
  }
  .radaros-trust-landing .landing-brand { grid-column: 1; grid-row: 1; }
  .radaros-trust-landing .landing-login-button { grid-column: 3; grid-row: 1; }
  .radaros-trust-landing .landing-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    padding: 0 0 10px;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .radaros-trust-landing .landing-nav::-webkit-scrollbar { display: none; }
  .radaros-trust-landing .landing-nav a {
    padding: 8px 11px;
    flex: 0 0 auto;
    border: 1px solid #e0e5ef;
    border-radius: 999px;
    background: #fff;
    font-size: 11px;
  }
  .radaros-trust-landing .landing-nav a::after { display: none; }
  .radaros-trust-landing #top { padding-top: 116px; }
  .radaros-trust-landing [id] { scroll-margin-top: 132px; }
  .radaros-trust-landing .trust-hero {
    grid-template-columns: 1fr;
    padding-top: 55px;
  }
  .radaros-trust-landing .product-preview { width: min(720px, 100%); margin: 0 auto; }
  .hero-evidence { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-evidence > div:nth-child(2) { border-right: 0; }
  .hero-evidence > div:nth-child(-n+2) { border-bottom: 1px solid #e2e6ef; }
  .live-channel-grid { grid-template-columns: 1fr; }
  .channel-demo { width: min(640px, 100%); margin: 0 auto; transform: none; }
  .live-channel-copy { max-width: 680px; }
}

@media (max-width: 620px) {
  .radaros-trust-landing .trust-header {
    height: 112px;
    padding-right: 14px;
    padding-left: 14px;
    grid-template-rows: 46px 46px;
  }
  .radaros-trust-landing #top { padding-top: 112px; }
  .radaros-trust-landing [id] { scroll-margin-top: 128px; }
  .radaros-trust-landing .landing-brand { font-size: 17px; }
  .radaros-trust-landing .landing-login-button { min-width: 74px; padding: 8px 12px; }
  .radaros-trust-landing .trust-hero { padding-top: 42px; gap: 34px; }
  .radaros-trust-landing .hero-copy h1 { font-size: clamp(41px, 12.2vw, 55px); }
  .radaros-trust-landing .launch-pill { font-size: 10px; }
  .hero-evidence { grid-template-columns: 1fr; }
  .hero-evidence > div {
    min-height: 86px;
    padding: 17px 20px;
    border-right: 0;
    border-bottom: 1px solid #e2e6ef;
  }
  .hero-evidence > div:last-child { border-bottom: 0; }
  .hero-evidence strong { font-size: 31px; }
  .live-channel-section { width: min(100% - 20px, 1320px); padding: 10px; border-radius: 24px; }
  .live-channel-grid { min-height: 0; padding: 20px; gap: 40px; border-radius: 17px; }
  .channel-demo-flow { padding: 12px; }
  .demo-event { grid-template-columns: 31px minmax(0, 1fr); }
  .demo-event time { grid-column: 2; }
  .channel-demo-foot { align-items: flex-start; flex-direction: column; padding: 13px 17px; }
  .live-channel-copy h2 { font-size: 37px; }
  .live-channel-copy > p:not(.landing-kicker) { font-size: 14px; }
  .live-channel-metrics { grid-template-columns: 1fr; }
  .live-channel-button { width: 100%; }
}



/* POSTRADAR_RADAROS_LANDING_TYPOGRAPHY_V7_READY */
.radaros-trust-landing {
  --landing-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-family: var(--landing-font-family) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.radaros-trust-landing button,
.radaros-trust-landing input,
.radaros-trust-landing select,
.radaros-trust-landing textarea,
.radaros-trust-landing h1,
.radaros-trust-landing h2,
.radaros-trust-landing h3,
.radaros-trust-landing h4,
.radaros-trust-landing p,
.radaros-trust-landing a,
.radaros-trust-landing span,
.radaros-trust-landing strong,
.radaros-trust-landing small,
.radaros-trust-landing b,
.radaros-trust-landing li,
.radaros-trust-landing summary,
.radaros-trust-landing time {
  font-family: var(--landing-font-family) !important;
}

.radaros-trust-landing .hero-trust { margin-top: 27px; }

html:focus-within { scroll-behavior: smooth !important; }



/* POSTRADAR_RADAROS_CLEAR_POSITIONING_V8_2_READY */
.radaros-trust-landing .hero-lead strong {
  display: block;
  margin-top: 12px;
  color: #424e68;
  font-size: .92em;
  line-height: 1.55;
}

.plain-explainer-section {
  padding-top: 92px;
  padding-bottom: 92px;
}

.plain-explainer-intro {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.plain-explainer-intro h2 {
  margin: 0;
  color: #10172a;
  font-size: clamp(39px, 4.5vw, 62px);
  line-height: 1.04;
  letter-spacing: -.052em;
}

.plain-explainer-intro > p:last-child {
  max-width: 810px;
  margin: 25px auto 0;
  color: #68738a;
  font-size: 17px;
  line-height: 1.75;
}

.plain-explainer-grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.plain-explainer-grid article {
  position: relative;
  min-height: 370px;
  padding: 31px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dfe4ee;
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 15px 45px rgba(34, 48, 86, .055);
}

.plain-explainer-grid article:nth-child(2) {
  border-color: #cfd8ff;
  background:
    radial-gradient(circle at 100% 0, rgba(91, 112, 239, .12), transparent 38%),
    #fff;
}

.plain-step {
  position: absolute;
  top: 27px;
  right: 29px;
  color: #a8b0c0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
}

.plain-icon {
  width: 51px;
  height: 51px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #3b4b75;
  background: #edf1f8;
  font-size: 21px;
  font-weight: 800;
}

.plain-icon.accent { color: #fff; background: #5268ec; box-shadow: 0 12px 25px rgba(82, 104, 236, .23); }
.plain-icon.success { color: #fff; background: #18a778; box-shadow: 0 12px 25px rgba(24, 167, 120, .2); }

.plain-explainer-grid h3 {
  margin: 54px 0 0;
  color: #151d31;
  font-size: 24px;
  line-height: 1.14;
  letter-spacing: -.035em;
}

.plain-explainer-grid p {
  margin: 17px 0 0;
  color: #6d778a;
  font-size: 14px;
  line-height: 1.68;
}

.plain-explainer-grid small {
  margin-top: auto;
  padding-top: 25px;
  color: #9199a9;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
}

.platform-roadmap {
  margin-top: 20px;
  padding: 25px 27px;
  display: grid;
  grid-template-columns: minmax(260px, .86fr) auto minmax(0, 1.4fr);
  align-items: center;
  gap: 25px;
  border: 1px solid #dbe1ed;
  border-radius: 22px;
  background:
    radial-gradient(circle at 95% 10%, rgba(86, 108, 235, .1), transparent 27%),
    #f0f3f9;
}

.platform-now > span,
.platform-next > span {
  display: block;
  color: #7e889b;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.platform-now strong {
  margin-top: 8px;
  display: block;
  color: #11192c;
  font-size: 21px;
}

.platform-now small,
.platform-next small {
  margin-top: 7px;
  display: block;
  color: #7b8598;
  font-size: 10px;
  line-height: 1.5;
}

.platform-arrow {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #5268ec;
  font-size: 17px;
  box-shadow: 0 9px 22px rgba(82, 104, 236, .22);
}

.platform-chips {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.platform-chips b {
  padding: 8px 11px;
  border: 1px solid #d9dfeb;
  border-radius: 999px;
  color: #4f5b72;
  background: rgba(255, 255, 255, .82);
  font-size: 10px;
}

@media (max-width: 900px) {
  .plain-explainer-grid { grid-template-columns: 1fr; }
  .plain-explainer-grid article { min-height: 310px; }
  .platform-roadmap {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .platform-arrow { transform: rotate(90deg); }
}

@media (max-width: 620px) {
  .plain-explainer-section { padding-top: 70px; padding-bottom: 70px; }
  .plain-explainer-intro h2 { font-size: 38px; }
  .plain-explainer-intro > p:last-child { font-size: 15px; }
  .plain-explainer-grid { margin-top: 38px; }
  .plain-explainer-grid article { min-height: 0; padding: 25px 22px; }
  .plain-explainer-grid h3 { margin-top: 43px; font-size: 23px; }
  .plain-explainer-grid small { margin-top: 24px; }
  .platform-roadmap { padding: 22px; }
}



/* POSTRADAR_RADAROS_ACCOUNT_FINAL_V9_READY */
.account-drawer-panel {
  width: min(1180px, 100vw);
  max-width: 100vw;
}

.account-drawer-panel .queue-detail {
  background: #f5f7fb;
}

.account-toolbar {
  gap: 18px;
}

.account-toolbar-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.account-toolbar-meta small {
  color: var(--muted);
  white-space: nowrap;
}

.account-tabs {
  position: sticky;
  top: 0;
  z-index: 8;
  padding: 12px 0;
  overflow-x: auto;
  scrollbar-width: none;
  background: rgba(245, 247, 251, .94);
  backdrop-filter: blur(14px);
}

.account-tabs::-webkit-scrollbar { display: none; }

.account-tabs button {
  flex: 0 0 auto;
  min-height: 42px;
}

.account-tabs button:focus-visible,
.account-quick-actions button:focus-visible,
.account-inline-action:focus-visible {
  outline: 3px solid rgba(82, 103, 232, .24);
  outline-offset: 2px;
}

.account-tab[aria-hidden="true"] { display: none !important; }

.account-overview-hero {
  position: relative;
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  overflow: hidden;
  border: 1px solid #1e2d51;
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 8%, rgba(103, 126, 255, .33), transparent 31%),
    linear-gradient(145deg, #111b31, #1a2b51);
  box-shadow: 0 22px 55px rgba(29, 44, 84, .15);
}

.account-profile-identity {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 17px;
}

.account-profile-identity .account-avatar {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
  background: #5369ea;
  box-shadow: 0 12px 30px rgba(41, 64, 171, .32);
}

.account-profile-identity > div:last-child { min-width: 0; }

.account-profile-identity span {
  color: #9ba9c7;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.account-profile-identity h2 {
  margin: 6px 0 5px;
  overflow: hidden;
  color: #fff;
  font-size: 27px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-profile-identity p {
  margin: 0;
  color: #aeb9cf;
  font-size: 12px;
}

.account-overview-status {
  min-width: 175px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 16px;
  background: rgba(255, 255, 255, .055);
}

.account-overview-status > span {
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
}

.account-overview-status > span.active {
  color: #73e4b8;
  background: rgba(41, 185, 132, .14);
}

.account-overview-status > span.warning {
  color: #ffd48d;
  background: rgba(238, 163, 50, .14);
}

.account-overview-status strong {
  margin-top: 11px;
  color: #fff;
  font-size: 18px;
}

.account-overview-status small {
  margin-top: 4px;
  color: #9aa7c0;
}

.account-command-center,
.account-attention-section {
  margin-top: 20px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #fff;
}

.account-command-center .account-section-heading,
.account-attention-section .account-section-heading {
  margin-bottom: 15px;
}

.account-section-heading > em {
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #5267e8;
  background: #eef1ff;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.account-quick-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.account-quick-actions button {
  min-width: 0;
  min-height: 118px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #e0e5ef;
  border-radius: 15px;
  color: #172138;
  background: #f8f9fc;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.account-quick-actions button:hover {
  transform: translateY(-2px);
  border-color: #cbd4ff;
  box-shadow: 0 12px 30px rgba(43, 60, 118, .08);
}

.account-quick-actions button.primary {
  color: #fff;
  border-color: #5267e8;
  background: linear-gradient(145deg, #5267e8, #4056da);
}

.account-quick-actions button > span {
  color: #7e89a0;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .08em;
}

.account-quick-actions button.primary > span { color: #cad2ff; }

.account-quick-actions button strong {
  margin-top: 17px;
  font-size: 14px;
}

.account-quick-actions button small {
  margin-top: 5px;
  color: #7c879b;
  font-size: 10px;
  line-height: 1.45;
}

.account-quick-actions button.primary small { color: #d4d9ff; }

.account-overview-kpis,
.account-analytics-kpis,
.account-payment-summary {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.account-payment-summary {
  margin: 0 0 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.account-overview-kpis .metric-card,
.account-overview-kpis .kpi,
.account-analytics-kpis .metric-card,
.account-analytics-kpis .kpi,
.account-payment-summary .metric-card,
.account-payment-summary .kpi {
  min-width: 0;
  border: 1px solid var(--border);
  background: #fff;
}

.account-attention-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.account-attention-item {
  padding: 14px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid #e0e5ef;
  border-radius: 14px;
  background: #f9fafc;
}

.account-attention-item > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #63708a;
  background: #edf0f6;
  font-size: 12px;
  font-weight: 900;
}

.account-attention-item.attention {
  border-color: #f0d5cf;
  background: #fff8f6;
}
.account-attention-item.attention > span { color: #c25b45; background: #fde9e4; }
.account-attention-item.warning { border-color: #f0dfbd; background: #fffaf0; }
.account-attention-item.warning > span { color: #ae741e; background: #fff0d2; }
.account-attention-item.success { border-color: #cfe9df; background: #f5fcf9; }
.account-attention-item.success > span { color: #16845c; background: #def5ec; }

.account-attention-item strong { font-size: 13px; }
.account-attention-item p { margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

.account-inline-action {
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid #d9dfeb;
  border-radius: 10px;
  color: #4355c9;
  background: #fff;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.account-analytics-heading { margin-bottom: 0; }

.account-analytics-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.account-chart-card,
.account-insight-card {
  min-width: 0;
  padding: 21px;
  border: 1px solid var(--border);
  border-radius: 19px;
  background: #fff;
}

.account-chart-card { grid-column: 1 / -1; }

.account-chart-head,
.account-insight-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.account-chart-head span,
.account-insight-head span {
  color: #5267e8;
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.account-chart-head h3,
.account-insight-head h3 { margin: 5px 0 0; font-size: 18px; }

.account-chart-head em,
.account-insight-head em {
  padding: 6px 8px;
  border-radius: 9px;
  color: #5c6880;
  background: #f1f3f8;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.account-pipeline-chart {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.account-pipeline-row > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.account-pipeline-row span { color: #59657c; font-size: 11px; }
.account-pipeline-row strong { font-size: 13px; }

.account-pipeline-track {
  height: 10px;
  margin-top: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf0f5;
}

.account-pipeline-track i {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: #7586ed;
}

.account-pipeline-row.review .account-pipeline-track i { background: #e9a84f; }
.account-pipeline-row.scheduled .account-pipeline-track i { background: #7586ed; }
.account-pipeline-row.published .account-pipeline-track i { background: #22aa7c; }

.account-chart-caption,
.account-data-note {
  margin: 18px 0 0;
  color: #8a93a4;
  font-size: 10px;
  line-height: 1.55;
}

.account-chart-empty {
  margin-top: 22px;
  padding: 24px;
  border-radius: 14px;
  color: var(--muted);
  background: #f5f7fa;
  text-align: center;
  font-size: 12px;
}

.account-gauge-wrap {
  margin-top: 21px;
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  align-items: center;
  gap: 19px;
}

.account-gauge {
  width: 122px;
  height: 122px;
  padding: 10px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(#5267e8 calc(var(--account-gauge) * 1%), #e9edf5 0);
}

.account-gauge.warning { background: conic-gradient(#e5a044 calc(var(--account-gauge) * 1%), #f4ead8 0); }
.account-gauge.success { background: conic-gradient(#20a979 calc(var(--account-gauge) * 1%), #dff1ea 0); }

.account-gauge > div {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}

.account-gauge strong { font-size: 23px; }
.account-gauge span { margin-top: 2px; color: var(--muted); font-size: 9px; }
.account-gauge-wrap > p { margin: 0; color: #657087; font-size: 12px; line-height: 1.65; }

.account-forecast-note {
  margin-top: 18px;
  padding: 13px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 12px;
  background: #f5f7fb;
}

.forecast-card.risk .account-forecast-note { background: #fff6e8; }
.account-forecast-note strong { font-size: 11px; }
.account-forecast-note small { color: var(--muted); font-size: 9px; line-height: 1.5; }

.account-readiness-list {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.account-readiness-list > div {
  padding: 10px;
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 9px;
  border-radius: 11px;
  background: #f7f8fb;
}

.account-readiness-list > div > span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #8b95a7;
  background: #e9edf3;
  font-size: 10px;
  font-weight: 900;
}

.account-readiness-list > div.done > span { color: #fff; background: #20a979; }
.account-readiness-list p { margin: 0; display: flex; flex-direction: column; gap: 2px; }
.account-readiness-list strong { font-size: 11px; }
.account-readiness-list small { color: var(--muted); font-size: 9px; }

.account-usage-summary {
  margin-bottom: 14px;
}

.account-usage-summary .forecast-card {
  display: grid;
  grid-template-columns: minmax(190px, .7fr) minmax(310px, 1.3fr) minmax(260px, 1fr);
  align-items: center;
  gap: 18px;
}

.account-usage-summary .account-gauge-wrap { margin-top: 0; }
.account-usage-summary .account-forecast-note { margin-top: 0; }

.account-project-summary {
  margin-bottom: 14px;
  padding: 17px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border: 1px solid #dce3ff;
  border-radius: 14px;
  background: #f3f5ff;
}

.account-project-summary strong { font-size: 15px; }
.account-project-summary span { color: var(--muted); font-size: 10px; }

.account-focus-pulse {
  animation: account-focus-pulse 1.5s ease;
}

@keyframes account-focus-pulse {
  0%, 100% { box-shadow: none; }
  35% { box-shadow: 0 0 0 4px rgba(82, 103, 232, .24), 0 16px 45px rgba(33, 49, 106, .12); }
}

@media (max-width: 980px) {
  .account-quick-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .account-overview-kpis,
  .account-analytics-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .account-usage-summary .forecast-card { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .account-drawer-panel .queue-detail { padding: 16px 13px 34px; }
  .account-toolbar { align-items: flex-start; flex-direction: column; }
  .account-toolbar-meta { width: 100%; justify-content: space-between; }
  .account-toolbar-meta small { white-space: normal; }
  .account-tabs { margin-inline: -13px; padding-inline: 13px; }
  .account-overview-hero { grid-template-columns: 1fr; padding: 21px; }
  .account-profile-identity { align-items: flex-start; }
  .account-profile-identity h2 { font-size: 22px; white-space: normal; }
  .account-overview-status { width: 100%; box-sizing: border-box; }
  .account-command-center,
  .account-attention-section { padding: 16px; }
  .account-quick-actions { grid-template-columns: 1fr; }
  .account-quick-actions button { min-height: 102px; }
  .account-overview-kpis,
  .account-analytics-kpis,
  .account-payment-summary,
  .account-analytics-grid { grid-template-columns: 1fr; }
  .account-chart-card { grid-column: auto; }
  .account-attention-item { grid-template-columns: 32px minmax(0, 1fr); }
  .account-attention-item .account-inline-action { grid-column: 2; justify-self: start; }
  .account-gauge-wrap { grid-template-columns: 104px minmax(0, 1fr); }
  .account-gauge { width: 100px; height: 100px; }
  .account-gauge strong { font-size: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  .account-quick-actions button { transition: none; }
  .account-focus-pulse { animation: none; }
}


/* POSTRADAR_RADAROS_CONTEXT_HELP_TOUR_V10_READY */
.sidebar-foot {
  flex-wrap: wrap;
}

.sidebar-help-button {
  width: 100%;
  min-height: 40px;
  margin: 0 0 7px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #2a3857;
  border-radius: 11px;
  color: #d9e0f3;
  background: #151f35;
  font: inherit;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.sidebar-help-button:hover,
.sidebar-help-button:focus-visible {
  border-color: #6075ed;
  background: #1b2947;
  transform: translateY(-1px);
}

.sidebar-help-button > span {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #5267e8;
  font-size: 12px;
  font-weight: 850;
}

.sidebar-help-button strong {
  font-size: 11px;
  font-weight: 760;
}

.context-help-pair {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  vertical-align: middle;
}

.context-help-pair.wide {
  width: 100%;
}

.context-help-pair > :first-child {
  min-width: 0;
  flex: 1 1 auto;
}

.context-help-label-line {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}

.context-help-button {
  flex: 0 0 auto !important;
  width: 21px !important;
  min-width: 21px !important;
  height: 21px !important;
  min-height: 21px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-grid !important;
  place-items: center !important;
  border: 1px solid #cbd3e5 !important;
  border-radius: 50% !important;
  color: #5e6c8a !important;
  background: #fff !important;
  box-shadow: none !important;
  font-family: Arial, sans-serif !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: none !important;
  cursor: help !important;
  transform: none !important;
  transition: color .15s ease, border-color .15s ease, background .15s ease !important;
}

.context-help-button:hover,
.context-help-button:focus-visible,
.context-help-button[aria-expanded="true"] {
  color: #fff !important;
  border-color: #5267e8 !important;
  background: #5267e8 !important;
  outline: none;
}

.context-help-popover {
  position: fixed;
  z-index: 13000;
  box-sizing: border-box;
  padding: 14px;
  border: 1px solid #dfe4ee;
  border-radius: 14px;
  color: #172038;
  background: #fff;
  box-shadow: 0 18px 55px rgba(16, 28, 57, .2);
}

.context-help-popover.hidden {
  display: none;
}

.context-help-popover-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.context-help-popover-head strong {
  font-size: 13px;
}

.context-help-popover-head button {
  width: 25px;
  height: 25px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 8px;
  color: #68748b;
  background: #f1f3f7;
  cursor: pointer;
}

.context-help-popover p {
  margin: 9px 0 0;
  color: #5f6a80;
  font-size: 12px;
  line-height: 1.6;
}

.product-tour {
  position: fixed;
  inset: 0;
  z-index: 12000;
  pointer-events: none;
}

.product-tour.hidden {
  display: none;
}

.product-tour-shades i {
  position: fixed;
  display: block;
  background: rgba(8, 15, 31, .72);
  backdrop-filter: blur(1px);
  pointer-events: auto;
}

.product-tour-focus { border-radius: 12px; }

.product-tour-highlight {
  position: fixed;
  z-index: 12002;
  box-sizing: border-box;
  border: 3px solid #6f82f2;
  border-radius: 14px;
  box-shadow: 0 0 0 4px #fff, 0 20px 60px rgba(7, 15, 34, .34);
  pointer-events: none;
  transition: left .18s ease, top .18s ease, width .18s ease, height .18s ease;
}

.product-tour-card {
  position: fixed;
  z-index: 12004;
  box-sizing: border-box;
  overflow-y: auto;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 18px;
  color: #172038;
  background: #fff;
  box-shadow: 0 24px 75px rgba(5, 13, 31, .32);
  pointer-events: auto;
}

.product-tour-progress {
  height: 5px;
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  background: #e9edf5;
}

.product-tour-progress span {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, #5267e8, #798bfd);
  transition: width .2s ease;
}

.product-tour-progress em {
  position: absolute;
  right: 0;
  top: 10px;
  color: #929bad;
  font-size: 9px;
  font-style: normal;
}

.product-tour-step-label {
  margin-top: 20px;
  color: #5267e8;
  font-size: 10px;
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.product-tour-card h2 {
  margin: 9px 0 0;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.product-tour-card > p {
  margin: 11px 0 0;
  color: #616d84;
  font-size: 13px;
  line-height: 1.65;
}

.product-tour-actions {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.product-tour-actions > div {
  display: flex;
  gap: 8px;
}

.product-tour-actions button {
  min-height: 39px;
  padding: 9px 13px;
  border: 1px solid #dce2ee;
  border-radius: 11px;
  color: #526078;
  background: #fff;
  font: inherit;
  font-size: 11px;
  font-weight: 760;
  cursor: pointer;
}

.product-tour-actions button:disabled {
  opacity: .42;
  cursor: default;
}

.product-tour-actions .product-tour-next {
  color: #fff;
  border-color: #5267e8;
  background: #5267e8;
}

.product-tour-actions .product-tour-skip {
  color: #7b8496;
  border-color: transparent;
  background: #f3f5f8;
}

@media (max-width: 760px) {
  .sidebar-help-button { margin-bottom: 8px; }
  .context-help-popover {
    left: 12px !important;
    right: 12px;
    bottom: 12px;
    top: auto !important;
    width: auto !important;
  }
  .product-tour-card {
    left: 12px !important;
    right: 12px;
    bottom: 12px;
    top: auto !important;
    width: auto !important;
    padding: 17px;
  }
  .product-tour-card h2 { font-size: 19px; }
  .product-tour-actions { align-items: stretch; flex-direction: column-reverse; }
  .product-tour-actions > div { display: grid; grid-template-columns: 1fr 1fr; }
  .product-tour-actions button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .product-tour-progress span,
  .sidebar-help-button { transition: none; }
}


/* POSTRADAR_RADAROS_ATTENTION_LAYOUT_V11_READY */
#account-drawer {
  grid-template-columns: minmax(0, 1fr) min(1180px, calc(100vw - 24px));
}

#account-drawer .account-drawer-panel {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

#account-detail,
#account-detail > *,
#account-detail .account-tab,
#account-detail .account-tab > *,
#account-detail .account-toolbar > *,
#account-detail .account-section-heading > *,
#account-detail .account-chart-head > *,
#account-detail .account-insight-head > * {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

#account-detail {
  width: 100%;
  overflow-x: clip;
}

#account-detail .account-tabs {
  width: 100%;
  max-width: 100%;
  flex-wrap: nowrap;
  overscroll-behavior-inline: contain;
}

#account-detail .account-overview-kpis,
#account-detail .account-analytics-kpis,
#account-detail .account-payment-summary,
#account-detail .account-analytics-grid,
#account-detail .account-usage-grid,
#account-detail .plan-catalog {
  width: 100%;
  min-width: 0;
}

#account-detail .account-comparison,
#account-detail .account-comparison-scroll,
#account-detail .account-table {
  max-width: 100%;
}

#account-detail .account-comparison-scroll {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.dashboard-attention-panel {
  overflow: hidden;
  border-color: #d9e0ff;
  background:
    radial-gradient(circle at 100% 0, rgba(82, 103, 232, .12), transparent 34%),
    #fff;
  box-shadow: 0 15px 40px rgba(44, 61, 132, .08);
}

.dashboard-attention-head {
  align-items: flex-start;
}

.dashboard-attention-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

.dashboard-attention-title > span {
  padding: 5px 8px;
  border-radius: 999px;
  color: #5267e8;
  background: #eef1ff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dashboard-attention-title h3 {
  margin: 0;
}

.dashboard-attention-title em {
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  display: inline-grid;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: #e16a52;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

.dashboard-attention-title em.clear {
  color: #137a56;
  background: #ddf5eb;
}

.dashboard-attention-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
  gap: 10px;
}

.dashboard-attention-loading {
  padding: 16px;
  color: var(--muted);
  border: 1px dashed #dce2ef;
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
  font-size: 12px;
}

.dashboard-attention-item {
  min-width: 0;
  padding: 15px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-content: start;
  gap: 10px 12px;
  border: 1px solid #e0e5ef;
  border-radius: 15px;
  background: rgba(249, 250, 252, .92);
}

.dashboard-attention-item.attention {
  border-color: #f0d5cf;
  background: #fff8f6;
}

.dashboard-attention-item.warning {
  border-color: #efddb7;
  background: #fffaf0;
}

.dashboard-attention-item.success {
  border-color: #cfe9df;
  background: #f5fcf9;
}

.dashboard-attention-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #59677f;
  background: #edf0f6;
  font-size: 13px;
  font-weight: 900;
}

.dashboard-attention-item.attention .dashboard-attention-icon {
  color: #b94f3b;
  background: #fde8e3;
}

.dashboard-attention-item.warning .dashboard-attention-icon {
  color: #a76c19;
  background: #ffefcf;
}

.dashboard-attention-item.success .dashboard-attention-icon {
  color: #16845c;
  background: #def5ec;
}

.dashboard-attention-copy strong {
  display: block;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.35;
}

.dashboard-attention-copy p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.dashboard-attention-action {
  grid-column: 2;
  justify-self: start;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #d8dfef;
  border-radius: 10px;
  color: #4355c9;
  background: #fff;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.dashboard-attention-action:hover,
.dashboard-attention-action:focus-visible {
  border-color: #8797ed;
  background: #f6f7ff;
}

.editor-toolbar .context-help-button,
.block-controls .context-help-button,
.queue-filters .context-help-button,
.source-filters .context-help-button,
.queue-channel-filter .context-help-button {
  display: none !important;
}

@media (max-width: 980px) {
  #account-detail .account-overview-kpis,
  #account-detail .account-analytics-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  #account-drawer .account-drawer-panel {
    width: 100%;
    max-width: 100vw;
  }

  #account-detail {
    overflow-x: hidden;
  }

  #account-detail .account-overview-kpis,
  #account-detail .account-analytics-kpis,
  #account-detail .account-payment-summary,
  #account-detail .account-analytics-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-attention-item {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 13px;
  }

  .dashboard-attention-icon {
    width: 34px;
    height: 34px;
  }

  .dashboard-attention-action {
    grid-column: 1 / -1;
    width: 100%;
  }
}


/* POSTRADAR_RADAROS_SIDEBAR_LAYOUT_V12_READY */
.dashboard-zone.main-zone .overview-panel .kpi-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.dashboard-zone.side-zone .overview-panel {
  padding-bottom: 18px;
  overflow: hidden;
}

.dashboard-zone.side-zone .overview-panel .dashboard-block-head {
  align-items: flex-start;
}

.dashboard-zone.side-zone .overview-panel .dashboard-block-head > div:first-child {
  min-width: 0;
}

.dashboard-zone.side-zone .overview-panel .kpi-grid {
  grid-template-columns: 1fr;
  gap: 8px;
}

.dashboard-zone.side-zone .overview-panel .kpi {
  min-width: 0;
  min-height: 0;
  padding: 13px 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "label value"
    "note value";
  align-items: center;
  column-gap: 16px;
  border-radius: 12px;
}

.dashboard-zone.side-zone .overview-panel .kpi .label {
  grid-area: label;
  min-width: 0;
  color: #657087;
  font-size: 11px;
  font-weight: 720;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.dashboard-zone.side-zone .overview-panel .kpi strong {
  grid-area: value;
  margin: 0;
  color: var(--ink);
  font-size: 25px;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

.dashboard-zone.side-zone .overview-panel .kpi small {
  grid-area: note;
  min-width: 0;
  margin: 4px 0 0;
  font-size: 10px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.dashboard-zone.side-zone .dashboard-attention-panel .dashboard-attention-list {
  grid-template-columns: 1fr;
}

@media (max-width: 1000px) {
  .dashboard-zone.side-zone .overview-panel .kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .dashboard-zone.side-zone .overview-panel .kpi {
    min-height: 112px;
    padding: 17px;
    display: block;
  }

  .dashboard-zone.side-zone .overview-panel .kpi strong {
    margin-top: 8px;
    text-align: left;
  }

  .dashboard-zone.side-zone .overview-panel .kpi small {
    margin-top: 6px;
  }
}

@media (max-width: 720px) {
  .dashboard-zone.main-zone .overview-panel .kpi-grid,
  .dashboard-zone.side-zone .overview-panel .kpi-grid {
    grid-template-columns: 1fr;
  }
}


/* POSTRADAR_RADAROS_MANUAL_POSTS_V13_READY */
.queue-create-button { min-height: 36px; padding: 0 14px; white-space: nowrap; }
.editor-toolbar { position: relative; }
.emoji-picker { position: relative; }
.emoji-toggle { font-size: 16px; }
.emoji-palette {
  position: absolute;
  z-index: 8;
  top: calc(100% + 8px);
  right: 0;
  width: min(292px, calc(100vw - 64px));
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 5px;
  border: 1px solid #dce2ed;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(18, 31, 60, .18);
}
.emoji-palette.hidden, .product-tour-highlight.hidden { display: none; }
.emoji-palette button {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
}
.emoji-palette button:hover, .emoji-palette button:focus-visible { background: #eef1ff; outline: none; }
.manual-post-card { margin-top: 0; }
.manual-post-card .detail-card-head { align-items: flex-start; }
.manual-post-card .detail-card-head h3 { font-size: 17px; }
.manual-post-card .detail-card-head p { margin: 5px 0 0; color: #80899b; font-size: 10px; line-height: 1.5; }
.manual-post-field { margin-top: 18px; display: grid; gap: 8px; }
.manual-post-field > span { color: #657087; font-size: 10px; font-weight: 700; }
.manual-post-field select { width: 100%; height: 44px; padding: 0 12px; border: 1px solid #dce1ea; border-radius: 10px; color: #273147; background: #fff; font: inherit; outline: none; }
.manual-post-field select:focus { border-color: #788bf0; box-shadow: 0 0 0 3px rgba(80,104,238,.1); }
.manual-post-actions .detail-action.primary { margin-left: auto; }
.manual-post-empty { padding: 22px; border: 1px solid #e2e6ee; border-radius: 16px; background: #fff; }
.manual-post-empty strong { font-size: 15px; }
.manual-post-empty p { color: #788296; line-height: 1.6; }
@media (max-width: 720px) {
  .queue-panel-head .panel-actions { align-items: stretch; }
  .queue-create-button { width: 100%; }
  .emoji-palette { left: 0; right: auto; grid-template-columns: repeat(6, minmax(0, 1fr)); }
}


/* POSTRADAR_RADAROS_THEME_SUPPORT_V14_READY */
.queue-panel-head .panel-actions { min-width: 0; flex: 1 1 auto; justify-content: flex-end; }
.queue-create-button { min-height: 36px; padding: 0 13px; flex: 0 0 auto; font-size: 10px; }
.sidebar-utility-stack { width: 100%; display: grid; gap: 7px; margin-bottom: 7px; }
.sidebar-utility-stack .sidebar-help-button { margin: 0; }
.sidebar-theme-button .theme-switch { position: relative; width: 30px; height: 17px; margin-left: auto; flex: 0 0 auto; border-radius: 99px; background: #34415d; transition: background .18s ease; }
.sidebar-theme-button .theme-switch::after { content: ""; position: absolute; width: 13px; height: 13px; left: 2px; top: 2px; border-radius: 50%; background: #cbd4e8; transition: transform .18s ease, background .18s ease; }
.sidebar-theme-button[aria-pressed="true"] .theme-switch { background: #5268ee; }
.sidebar-theme-button[aria-pressed="true"] .theme-switch::after { background: #fff; transform: translateX(13px); }

body.support-open { overflow: hidden; }
.support-dialog { position: fixed; z-index: 160; inset: 0; display: grid; place-items: center; padding: 24px; }
.support-backdrop { position: absolute; inset: 0; border: 0; background: rgba(5, 10, 22, .64); backdrop-filter: blur(5px); cursor: default; }
.support-card { position: relative; width: min(620px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: 26px; border: 1px solid #dfe4ee; border-radius: 22px; color: #172038; background: #fff; box-shadow: 0 30px 90px rgba(7, 15, 34, .32); }
.support-card-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.support-card-head h2 { margin: 4px 0 0; font-size: 25px; }
.support-intro { margin: 18px 0 0; color: #667188; font-size: 13px; line-height: 1.65; }
.support-options { margin-top: 20px; display: grid; gap: 11px; }
.support-option { padding: 17px; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 12px; border: 1px solid #e1e6ef; border-radius: 15px; background: #f8f9fc; }
.support-option-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: #5268ee; font-size: 15px; font-weight: 850; }
.support-option-icon.telegram { background: #229ed9; font-size: 11px; }
.support-option small, .support-option strong { display: block; }
.support-option small { color: #8a94a7; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.support-option strong { margin-top: 4px; font-size: 15px; }
.support-option p { margin: 5px 0 0; color: #748096; font-size: 11px; line-height: 1.5; }
.support-option-actions { grid-column: 2; display: flex; flex-wrap: wrap; gap: 7px; }
.support-option-actions .button { min-height: 36px; padding: 8px 12px; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; text-decoration: none; }
.support-note { margin: 18px 0 0; padding: 11px 13px; border-radius: 10px; color: #5c6880; background: #eef1ff; font-size: 10px; line-height: 1.55; }

body.radaros-dark {
  --ink: #edf2ff;
  --muted: #9ba8bf;
  --line: #28354c;
  --soft: #0b1322;
  --white: #131e31;
  --border: #2b3850;
  --surface-soft: #0d1627;
  --primary: #6378f3;
  --shadow: 0 18px 46px rgba(0, 0, 0, .24);
  background: #0b1322;
}
body.radaros-dark #app { color-scheme: dark; color: var(--ink); background: #0b1322; }
body.radaros-dark #app .sidebar { background: #080f1d; }
body.radaros-dark #app .nav-item:hover,
body.radaros-dark #app .nav-item.active { background: #17243a; }
body.radaros-dark #app .main { min-height: 100vh; background: #0b1322; }
body.radaros-dark #app .topbar { border-color: #263349; background: rgba(12, 21, 37, .9); }
body.radaros-dark #app .panel,
body.radaros-dark #app .kpi,
body.radaros-dark #app .product-card,
body.radaros-dark #app .workspace-section,
body.radaros-dark #app .source-hero-card,
body.radaros-dark #app .source-form-note,
body.radaros-dark #app .source-identity-note,
body.radaros-dark #app .detail-text-card,
body.radaros-dark #app .detail-info-card,
body.radaros-dark #app .detail-media-card,
body.radaros-dark #app .detail-schedule-card,
body.radaros-dark #app .manual-post-empty,
body.radaros-dark #app .account-profile-card,
body.radaros-dark #app .subscription-current,
body.radaros-dark #app .account-toolbar,
body.radaros-dark #app .account-usage-item,
body.radaros-dark #app .account-plan,
body.radaros-dark #app .account-table-row,
body.radaros-dark #app .account-command-center,
body.radaros-dark #app .account-attention-section,
body.radaros-dark #app .account-chart-card,
body.radaros-dark #app .account-insight-card,
body.radaros-dark #app .account-gauge-wrap,
body.radaros-dark #app .account-forecast-card,
body.radaros-dark #app .account-readiness-card { color: var(--ink); border-color: #2b3850; background: #131e31; }
body.radaros-dark #app .button.secondary,
body.radaros-dark #app .detail-action,
body.radaros-dark #app .row-action,
body.radaros-dark #app .block-handle,
body.radaros-dark #app .block-collapse,
body.radaros-dark #app .drawer-close,
body.radaros-dark #app .account-action.secondary { color: #dbe3f3; border-color: #334159; background: #172337; }
body.radaros-dark #app .button.secondary:hover,
body.radaros-dark #app .block-handle:hover,
body.radaros-dark #app .block-collapse:hover { color: #fff; border-color: #6075ed; background: #1c2a42; }
body.radaros-dark #app .button.ghost { color: #a8b4c8; }
body.radaros-dark #app .button.ghost:hover { color: #fff; background: #18243a; }
body.radaros-dark #app .counter,
body.radaros-dark #app .badge,
body.radaros-dark #app .source-filters button,
body.radaros-dark #app .queue-filters button,
body.radaros-dark #app .channel-tabs button { color: #a8b4c9; background: #1b273a; }
body.radaros-dark #app .source-filters button:hover,
body.radaros-dark #app .source-filters button.active,
body.radaros-dark #app .queue-filters button:hover,
body.radaros-dark #app .queue-filters button.active,
body.radaros-dark #app .channel-tabs button.active { color: #dce3ff; background: #29365d; }
body.radaros-dark #app .source-filters span,
body.radaros-dark #app .queue-filters span { color: #b5c0d5; background: rgba(8, 15, 29, .58); }
body.radaros-dark #app th,
body.radaros-dark #app td { border-color: #263349; }
body.radaros-dark #app th { color: #95a3ba; }
body.radaros-dark #app .source-row:hover { background: #18243a; }
body.radaros-dark #app .queue-item,
body.radaros-dark #app .channel-mini,
body.radaros-dark #app .member-row,
body.radaros-dark #app .invitation-row,
body.radaros-dark #app .channel-row,
body.radaros-dark #app .source-toggle-row { color: var(--ink); border-color: #2b3850; background: #111b2d; }
body.radaros-dark #app .queue-item:hover,
body.radaros-dark #app .channel-mini:hover { border-color: #5368d7; background: #18253c; }
body.radaros-dark #app .team-avatar { border-color: #131e31; }
body.radaros-dark #app .queue-item[data-queue-type="review"] .queue-kind::before { box-shadow: 0 0 0 4px #3c301f; }
body.radaros-dark #app .queue-item[data-queue-type="scheduled"] .queue-kind::before { box-shadow: 0 0 0 4px #27315b; }
body.radaros-dark #app .queue-item[data-queue-type="published"] .queue-kind::before { box-shadow: 0 0 0 4px #173b34; }
body.radaros-dark #app .dashboard-zone.drag-over { background: #182441; }
body.radaros-dark #app .queue-drawer-panel,
body.radaros-dark #app .account-drawer-panel { color: var(--ink); background: #0d1627; }
body.radaros-dark #app .queue-drawer-header { border-color: #29364c; background: rgba(15, 25, 43, .94); }
body.radaros-dark #app .detail-actions { border-color: #29364c; background: rgba(13, 22, 39, .96); }
body.radaros-dark #app .detail-editor,
body.radaros-dark #app .source-field input,
body.radaros-dark #app .source-field select,
body.radaros-dark #app .workspace-field input,
body.radaros-dark #app .workspace-field select,
body.radaros-dark #app .workspace-field textarea,
body.radaros-dark #app .member-actions select,
body.radaros-dark #app .detail-schedule-row input,
body.radaros-dark #app .manual-post-field select,
body.radaros-dark #app .queue-channel-filter select { color: #e5ebf8; border-color: #354259; background: #0e1829; }
body.radaros-dark #app .detail-text { color: #dbe3f2; }
body.radaros-dark #app .source-error-card,
body.radaros-dark #app .detail-action.danger,
body.radaros-dark #app .row-action.danger { color: #f1a8b1; border-color: #70404a; background: #2b1b22; }
body.radaros-dark #app .editor-toolbar,
body.radaros-dark #app .account-tabs { border-color: #2c3950; background: #101a2c; }
body.radaros-dark #app .editor-tool { color: #b9c4d7; }
body.radaros-dark #app .editor-tool:hover { color: #fff; border-color: #43537a; background: #1b2940; }
body.radaros-dark #app .editor-separator { background: #334159; }
body.radaros-dark #app .emoji-palette { border-color: #344159; background: #131e31; box-shadow: 0 18px 44px rgba(0,0,0,.4); }
body.radaros-dark #app .emoji-palette button:hover { background: #26344d; }
body.radaros-dark #app .account-tabs button { color: #aeb9cc; border-color: #334159; background: #162236; }
body.radaros-dark #app .account-tabs button.active { color: #fff; border-color: #6378f3; background: #6378f3; }
body.radaros-dark #app .account-quick-actions button,
body.radaros-dark #app .account-overview-kpis .metric-card,
body.radaros-dark #app .account-overview-kpis .kpi,
body.radaros-dark #app .account-analytics-kpis .metric-card,
body.radaros-dark #app .account-analytics-kpis .kpi,
body.radaros-dark #app .account-payment-summary .metric-card,
body.radaros-dark #app .account-payment-summary .kpi { color: var(--ink); border-color: #2b3850; background: #162236; }
body.radaros-dark #app .account-inline-action { color: #bdc8ff; border-color: #41517a; background: #17243a; }
body.radaros-dark #app .account-gauge > div { background: #131e31; }
body.radaros-dark #app .account-gauge { background: conic-gradient(#6378f3 calc(var(--account-gauge) * 1%), #2a3549 0); }
body.radaros-dark #app .account-gauge.warning { background: conic-gradient(#e5a044 calc(var(--account-gauge) * 1%), #453a27 0); }
body.radaros-dark #app .account-gauge.success { background: conic-gradient(#20a979 calc(var(--account-gauge) * 1%), #244239 0); }
body.radaros-dark #app .account-forecast-note { background: #19253a; }
body.radaros-dark #app .forecast-card.risk .account-forecast-note { background: #332a1c; }
body.radaros-dark #app .context-help-popover,
body.radaros-dark #app .product-tour-card { color: #e8eef9; border-color: #344159; background: #131e31; }
body.radaros-dark #app .context-help-button { color: #aab7ce !important; border-color: #43516a !important; background: #172337 !important; }
body.radaros-dark #app .context-help-button:hover,
body.radaros-dark #app .context-help-button:focus-visible,
body.radaros-dark #app .context-help-button[aria-expanded="true"] { color: #fff !important; border-color: #6378f3 !important; background: #5267e8 !important; }
body.radaros-dark #app .context-help-popover p,
body.radaros-dark #app .product-tour-card > p { color: #a6b2c7; }
body.radaros-dark #app .context-help-popover-head button,
body.radaros-dark #app .product-tour-actions button { color: #c3cde0; border-color: #35435b; background: #172337; }
body.radaros-dark #app .product-tour-progress { background: #2b374b; }
body.radaros-dark #app .product-tour-highlight { box-shadow: 0 0 0 4px #18243a, 0 20px 60px rgba(0,0,0,.5); }
body.radaros-dark #app .dashboard-attention-panel { border-color: #35436c; background: linear-gradient(145deg, #131e31, #151f38); }
body.radaros-dark #app .dashboard-attention-item { border-color: #354159; background: #111b2d; }
body.radaros-dark #app .dashboard-attention-item.attention { border-color: #73443c; background: #2d1d1e; }
body.radaros-dark #app .dashboard-attention-item.warning { border-color: #725c35; background: #2b2519; }
body.radaros-dark #app .dashboard-attention-item.success { border-color: #285c4c; background: #142b26; }
body.radaros-dark #app .support-card { color: #edf2ff; border-color: #344159; background: #111b2d; }
body.radaros-dark #app .support-option { border-color: #2d3a51; background: #162236; }
body.radaros-dark #app .support-intro,
body.radaros-dark #app .support-option p { color: #a2aec2; }
body.radaros-dark #app .support-note { color: #b8c3d8; background: #1b2948; }
body.radaros-dark #app .media-preview-link { background: #101a2b; }
body.radaros-dark #app .detail-media-caption { background: #131e31; }
body.radaros-dark #app .channel-stat { background: #19253a; }
body.radaros-dark #app .invite-result { color: #ced7e8; background: #1c2949; }
body.radaros-dark #app ::selection { color: #fff; background: #5369dd; }

/* POSTRADAR_RADAROS_CONTENT_STREAMS_V15_READY */
.stream-manager-intro { position: relative; overflow: hidden; color: #fff; border-color: #263866; background: linear-gradient(135deg, #0e1930 0%, #172b5d 62%, #394fba 100%); }
.stream-manager-intro::after { content: ""; position: absolute; width: 190px; height: 190px; right: -70px; top: -95px; border-radius: 50%; background: rgba(111, 132, 255, .2); }
.stream-manager-intro h3 { margin: 7px 0 5px; font-size: 20px; }
.stream-manager-intro p { max-width: 570px; margin: 0; color: #c5d0eb; font-size: 12px; line-height: 1.55; }
.stream-manager-intro .eyebrow, .stream-detail-hero .eyebrow { color: #8fa1ff; }
.platform-badge { width: 36px; height: 36px; display: inline-grid; place-items: center; flex: 0 0 auto; border-radius: 11px; color: #fff; background: #5268ee; font-size: 10px; font-style: normal; font-weight: 900; letter-spacing: .03em; }
.platform-badge.telegram { background: #229ed9; }
.platform-badge.vk { background: #2787f5; }
.platform-badge.threads { background: #111; }
.platform-badge.instagram { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045); }
.platform-badge.youtube { background: #f11; }
.platform-badge.tiny { width: 25px; height: 25px; margin-left: -5px; border: 2px solid #fff; border-radius: 8px; font-size: 7px; }
.stream-platforms { display: inline-flex; align-items: center; justify-content: flex-end; padding-left: 7px; }
.channel-mini .stream-platforms { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; gap: 0; flex: 0 0 auto; margin: 0; padding-left: 10px; overflow: visible; }
.channel-mini .stream-platforms .platform-badge.tiny { display: inline-grid; margin: 0 0 0 -5px; overflow: visible; }
.channel-mini .stream-platforms .platform-badge.tiny:first-child { margin-left: 0; }
.stream-symbol { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; color: #5368e9; background: #edf0ff; font-size: 17px; font-weight: 900; }
.stream-symbol.large { width: 48px; height: 48px; border-radius: 14px; font-size: 23px; }
.stream-empty-call { border-style: dashed; }
.content-stream-row { border-color: #dce2ff; background: linear-gradient(135deg, #fff, #f8f9ff); }
.platform-picker { display: grid; gap: 10px; }
.platform-option { width: 100%; min-height: 72px; padding: 13px; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 12px; color: #172038; border: 1px solid #e1e6ef; border-radius: 15px; background: #fff; text-align: left; }
.platform-option.ready { cursor: pointer; }
.platform-option.ready:hover { border-color: #91a0f8; box-shadow: 0 10px 25px rgba(49, 69, 164, .09); }
.platform-option.coming { opacity: .68; cursor: default; }
.platform-option span strong, .platform-option span small { display: block; }
.platform-option span strong { font-size: 13px; }
.platform-option span small { margin-top: 4px; color: #7e899e; font-size: 10px; }
.platform-option em { padding: 6px 8px; border-radius: 8px; color: #68748a; background: #f2f4f8; font-size: 8px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.platform-option.ready em { color: #435be1; background: #edf0ff; }
.stream-destination-grid { display: grid; gap: 9px; }
.stream-destination-option { position: relative; min-height: 64px; padding: 11px 13px; display: flex; align-items: center; gap: 11px; border: 1px solid #e1e6ef; border-radius: 14px; background: #fafbfe; cursor: pointer; }
.stream-destination-option:hover { border-color: #9ba8ef; }
.stream-destination-option input { position: absolute; opacity: 0; pointer-events: none; }
.stream-checkmark { width: 20px; height: 20px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #cbd3e2; border-radius: 6px; color: transparent; background: #fff; font-size: 11px; font-weight: 900; }
.stream-destination-option input:checked + .stream-checkmark { color: #fff; border-color: #5268ee; background: #5268ee; }
.stream-destination-option:has(input:checked) { border-color: #9daaf2; background: #f3f5ff; }
.stream-detail-hero { display: flex; align-items: flex-start; gap: 14px; }
.stream-detail-hero h3 { margin: 5px 0 4px; font-size: 20px; }
.stream-detail-hero p { margin: 0; color: #748096; font-size: 11px; line-height: 1.55; }
.stream-detail-destination { padding: 12px; display: flex; align-items: center; gap: 11px; border: 1px solid #e3e7ef; border-radius: 13px; background: #fafbfc; }
.stream-detail-destination .badge { margin-left: auto; }
.stream-next-stage { color: #53617b; background: #f4f6ff; }
.stream-next-stage strong { display: block; color: #283653; font-size: 12px; }
.stream-next-stage p { margin: 5px 0 0; font-size: 10px; line-height: 1.55; }
body.radaros-dark #app .content-stream-row,
body.radaros-dark #app .platform-option,
body.radaros-dark #app .stream-destination-option,
body.radaros-dark #app .stream-detail-destination { color: #edf2ff; border-color: #2d3a51; background: #111b2d; }
body.radaros-dark #app .platform-option span small,
body.radaros-dark #app .stream-detail-hero p { color: #9eabc0; }
body.radaros-dark #app .platform-option em { color: #aeb9cc; background: #1b273a; }
body.radaros-dark #app .platform-option.ready em { color: #c9d1ff; background: #29365d; }
body.radaros-dark #app .stream-destination-option:has(input:checked) { border-color: #566bdc; background: #182541; }
body.radaros-dark #app .stream-checkmark { border-color: #46536a; background: #172337; }
body.radaros-dark #app .stream-next-stage { color: #abb6ca; border-color: #334159; background: #17243a; }
body.radaros-dark #app .stream-next-stage strong { color: #eef2ff; }
body.radaros-dark #app .platform-badge.tiny { border-color: #111b2d; }

/* RADAROS_YOUTUBE_OAUTH_AND_UX_V20_READY */
#account-detail .account-tabs {
  top: 0;
  width: auto;
  max-width: none;
  margin: -24px -28px 20px;
  padding: 14px 28px;
  border-bottom: 1px solid #dfe4ee;
  background: rgba(245, 247, 251, .98);
  box-shadow: 0 8px 18px rgba(24, 37, 67, .07);
}
.publish-target-card { padding: 16px 20px; border-color: #d8dfff; background: linear-gradient(135deg, #fff, #f8f9ff); }
.publish-target-card .detail-card-head { margin-bottom: 9px; }
.publish-target-card .detail-card-head p { margin: 3px 0 0; color: #8993a7; font-size: 10px; }
.publish-target-card .manual-post-field select { min-height: 43px; font-size: 12px; }
.manual-media-preview { margin-top: 10px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.manual-media-preview.empty { display: block; color: #9098a8; font-size: 10px; }
.manual-media-preview-item { min-width: 0; overflow: hidden; border: 1px solid #e0e5ee; border-radius: 13px; background: #f8f9fc; }
.manual-media-preview-item img, .manual-media-preview-item video { width: 100%; height: 150px; display: block; object-fit: cover; background: #111827; }
.manual-media-preview-item > div { padding: 9px 11px; }
.manual-media-preview-item strong, .manual-media-preview-item span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.manual-media-preview-item strong { font-size: 11px; }
.manual-media-preview-item span { margin-top: 3px; color: #8b94a6; font-size: 9px; }
.manual-media-file { height: 150px; display: grid !important; place-items: center; color: #6e7a91; background: #eef1f7; font-weight: 800; }
body.radaros-dark #app #account-detail .account-tabs { border-color: #2c3950; background: rgba(16, 26, 44, .98); }
body.radaros-dark #app .publish-target-card { border-color: #39496d; background: #162238; }
body.radaros-dark #app .manual-media-preview-item { border-color: #334159; background: #162236; }

/* RADAROS_POSTRADAR_SECTIONED_WORKSPACE_V23_READY */
/* RADAROS_WORKSPACE_LAYOUT_TOUR_WIKI_V24_READY */
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.product-nav-group { position: relative; }
.product-nav-toggle i { margin-left: auto; color: #74809a; font-style: normal; transition: transform .18s ease; }
.product-nav-group.open .product-nav-toggle i { transform: rotate(180deg); }
.product-nav-children { display: none; padding: 4px 0 4px 18px; }
.product-nav-group.open .product-nav-children { display: block; }
.product-child { min-height: 38px; padding-block: 8px; font-size: 12px; }
.product-child span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 7px; color: #fff !important; background: #5268ee; font-size: 10px; font-weight: 850; }
.sidebar .nav { min-height: 0; overflow-y: auto; scrollbar-width: thin; }
.sidebar-foot { flex-wrap: wrap; }
.sidebar-utility-stack { grid-template-columns: 1fr; align-items: stretch; gap: 7px; }
.sidebar-utility-stack .sidebar-help-button { min-width: 0; min-height: 38px; padding: 8px 10px; justify-content: flex-start; gap: 7px; font-size: 10px; }
.sidebar-utility-stack .sidebar-help-button strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sidebar-theme-button { width: auto; min-width: 74px !important; justify-self: start; padding-inline: 9px !important; }
.sidebar-theme-button .theme-switch { margin-left: 2px; }
.workspace-page-head { margin-bottom: 22px; }
.workspace-pages, .workspace-page { min-width: 0; }
.workspace-page { display: none; }
.workspace-page.active { display: block; }
.workspace-widget-pool { display: none; }
.workspace-page-mount { display: grid; gap: 18px; }
.workspace-page-mount > .dashboard-block { width: 100%; }
.home-dashboard-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; align-items: start; }
.home-overview-zone { grid-column: auto; }
.home-custom-zone, .home-attention-zone { min-width: 0; display: grid; gap: 18px; }
.home-widget-shell { min-width: 0; grid-column: 1 / -1; display: grid; gap: 12px; }
.home-dashboard-grid .overview-panel, .home-dashboard-grid .dashboard-attention-panel { height: 100%; }
.home-dashboard-grid .overview-panel .kpi-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.home-dashboard-grid .overview-panel .kpi { padding: 16px; }
.home-dashboard-grid .overview-panel .kpi strong { font-size: 24px; }
.home-widget-toolbar { min-height: 48px; padding: 0 4px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.home-widget-toolbar > div:first-child span, .home-widget-toolbar > div:first-child strong { display: block; }
.home-widget-toolbar span { color: var(--muted); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.home-widget-toolbar strong { margin-top: 3px; font-size: 14px; }
.home-widget-toolbar > div:last-child { display: flex; gap: 5px; }
.home-widget-toolbar .button { padding: 7px 10px; font-size: 10px; }
.home-add-widget { min-height: 180px; border: 1px dashed #cfd5e2; border-radius: 16px; color: #6170cf; background: rgba(255,255,255,.55); cursor: pointer; font-weight: 700; }
.home-add-widget:hover { border-color: #8797ec; background: #f7f8ff; }
.home-dashboard-grid .dashboard-block { height: auto; }
.home-dashboard-grid .queue-list { max-height: 480px; overflow-y: auto; }
.widget-picker { position: fixed; inset: 0; z-index: 1500; display: grid; place-items: center; padding: 20px; }
.widget-picker-backdrop { position: absolute; inset: 0; border: 0; background: rgba(8,15,30,.62); backdrop-filter: blur(5px); }
.widget-picker-card { position: relative; z-index: 1; width: min(680px, 100%); padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 28px 80px rgba(9,18,40,.28); }
.widget-picker-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.widget-picker-head h3 { margin: 5px 0 0; font-size: 23px; }
.widget-picker-card > p { margin: 12px 0 20px; color: var(--muted); font-size: 12px; }
.widget-picker-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.widget-picker-grid button { min-height: 92px; padding: 15px; display: grid; grid-template-columns: 38px 1fr; gap: 2px 11px; align-items: center; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: #fafbfe; cursor: pointer; text-align: left; }
.widget-picker-grid button:hover, .widget-picker-grid button.active { border-color: #8797ec; background: #f1f3ff; }
.widget-picker-grid button > span { width: 38px; height: 38px; grid-row: span 2; display: grid; place-items: center; border-radius: 11px; color: #fff; background: #5268ee; }
.widget-picker-grid strong { font-size: 13px; }
.widget-picker-grid small { color: var(--muted); font-size: 10px; }
.wiki-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 24px; align-items: start; }
.wiki-toc { position: sticky; top: 116px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.wiki-toc label { color: var(--muted); font-size: 10px; font-weight: 700; }
.wiki-toc input { width: 100%; margin: 8px 0 14px; padding: 10px 11px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: var(--white); font: inherit; }
.wiki-toc nav { display: grid; gap: 3px; }
.wiki-toc a { padding: 8px 9px; border-radius: 8px; color: #566077; font-size: 11px; text-decoration: none; }
.wiki-toc a:hover { color: #4257d4; background: #f0f2ff; }
.wiki-content { display: grid; gap: 12px; }
.wiki-article { padding: 22px; display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 14px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); scroll-margin-top: 115px; }
.wiki-article > span { color: #6778e8; font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.wiki-article h3 { margin: 0 0 8px; font-size: 17px; }
.wiki-article p { margin: 0 0 12px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.wiki-article h4 { margin: 20px 0 8px; font-size: 13px; }
.wiki-article ul, .wiki-article ol { margin: 8px 0 14px; padding-left: 21px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.wiki-article li + li { margin-top: 5px; }
.wiki-article table { margin: 10px 0 16px; border: 1px solid var(--line); border-radius: 11px; border-collapse: separate; border-spacing: 0; overflow: hidden; }
.wiki-article th { color: #59647a; background: #f5f7fb; }
.wiki-article td, .wiki-article th { vertical-align: top; }
.wiki-article code { padding: 2px 5px; border-radius: 5px; color: #465ad5; background: #eef1ff; }
.wiki-example, .wiki-result, .wiki-note { margin: 12px 0; padding: 14px 16px; border-radius: 11px; font-size: 11px; line-height: 1.7; }
.wiki-example { border: 1px solid #d9e0ff; background: #f6f7ff; }
.wiki-result { color: #17654c; border: 1px solid #c8eddf; background: #effbf6; }
.wiki-note { color: #685528; border: 1px solid #f0dfb4; background: #fff9ea; }
body.radaros-dark #app .widget-picker-card, body.radaros-dark #app .wiki-toc, body.radaros-dark #app .wiki-article { color: var(--ink); border-color: #2b3850; background: #131e31; }
body.radaros-dark #app .widget-picker-grid button { color: var(--ink); border-color: #334159; background: #111b2d; }
body.radaros-dark #app .widget-picker-grid button:hover, body.radaros-dark #app .widget-picker-grid button.active { border-color: #6378f3; background: #192642; }
body.radaros-dark #app .home-add-widget { color: #aebaff; border-color: #3b4961; background: #111b2d; }
body.radaros-dark #app .wiki-toc input { color: var(--ink); border-color: #334159; background: #0e1829; }
body.radaros-dark #app .wiki-toc a { color: #aeb9cc; }
body.radaros-dark #app .wiki-toc a:hover { color: #fff; background: #202d49; }
body.radaros-dark #app .wiki-article th { color: #b8c3d7; background: #19253a; }
body.radaros-dark #app .wiki-article code { color: #c4cdff; background: #253355; }
body.radaros-dark #app .wiki-example { border-color: #34466d; background: #182541; }
body.radaros-dark #app .wiki-result { color: #9ee0c6; border-color: #285c4c; background: #142b26; }
body.radaros-dark #app .wiki-note { color: #e3c982; border-color: #69562e; background: #2b2519; }
@media (max-width: 1100px) { .home-dashboard-grid { grid-template-columns: 1fr; } .home-widget-shell { grid-column: auto; } }
@media (max-width: 820px) { .wiki-layout { grid-template-columns: 1fr; } .wiki-toc { position: static; } .wiki-toc nav { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 720px) { .sidebar-utility-stack { grid-template-columns: repeat(2,minmax(0,1fr)); } .sidebar-theme-button { grid-column: 1 / -1; } .widget-picker-grid { grid-template-columns: 1fr; } .home-widget-toolbar { align-items: flex-start; flex-direction: column; } }

/* RADAROS_FULL_PAGE_WORKSPACE_V25_READY */
.workspace-inline-detail { min-width: 0; display: grid; gap: 18px; }
.dedicated-workspace-page .workspace-page-mount > .dashboard-block { padding: 0; border: 0; background: transparent; box-shadow: none; }
.dedicated-workspace-page .workspace-page-mount > .dashboard-block > .panel-head { padding: 0 0 18px; }
.dedicated-workspace-page .workspace-page-mount > .dashboard-block > .dashboard-block-body { padding: 0; }
.workspace-inline-detail > .workspace-section { margin-top: 0; padding: 24px; border-radius: 18px; }
.workspace-inline-detail > .workspace-form { display: grid; gap: 18px; }
.workspace-inline-detail > .workspace-form > .workspace-section { margin-top: 0; padding: 24px; border-radius: 18px; }
.account-page-detail { display: block; }
.account-page-detail .account-toolbar { margin-bottom: 16px; }
.account-page-detail .account-tabs { position: sticky; top: 0; z-index: 20; width: auto; max-width: none; margin: 0 0 20px; padding: 12px; border: 1px solid var(--line); border-radius: 14px; }
.dedicated-workspace-page .detail-actions { position: sticky; bottom: 12px; z-index: 15; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 12px 30px rgba(20,31,55,.1); backdrop-filter: blur(12px); }
body.radaros-dark #app .dedicated-workspace-page .detail-actions { border-color: #344159; background: rgba(17,27,45,.94); }
@media (max-width: 720px) {
  .sidebar-utility-stack { grid-template-columns: 1fr; }
  .sidebar-theme-button { grid-column: auto; }
  .workspace-inline-detail > .workspace-section,
  .workspace-inline-detail > .workspace-form > .workspace-section { padding: 16px; }
}
@media (max-width: 720px) {
  #account-detail .account-tabs { margin: -18px -14px 16px; padding: 11px 14px; }
  .manual-media-preview { grid-template-columns: 1fr; }
}

@media (max-width: 920px) {
  .queue-panel-head .panel-actions { width: 100%; justify-content: flex-start; flex-wrap: wrap; }
  .queue-panel-head .queue-filters { order: 1; flex: 1 1 100%; }
  .queue-panel-head .queue-create-button { order: 2; margin-left: auto; }
  .queue-panel-head .block-controls { order: 3; }
}
@media (max-width: 720px) {
  .sidebar-utility-stack { margin-bottom: 5px; }
  .support-dialog { padding: 12px; }
  .support-card { max-height: calc(100vh - 24px); padding: 19px; border-radius: 17px; }
  .support-option { grid-template-columns: 36px minmax(0, 1fr); padding: 14px; }
  .support-option-icon { width: 36px; height: 36px; border-radius: 10px; }
  .support-option-actions { grid-column: 1 / -1; }
  .support-option-actions .button { flex: 1; }
  .queue-panel-head .queue-create-button { width: auto; }
  .platform-option { grid-template-columns: 36px minmax(0, 1fr); }
  .platform-option em { grid-column: 2; justify-self: start; }
}


/* POSTRADAR_RADAROS_V26_SIDEBAR_REVIEW_SUPPORT_YOUTUBE_READY */
@media (min-width: 721px) {
  .sidebar { width: 224px; padding: 18px 12px 12px; }
  .main { margin-left: 224px; }
  .brand { gap: 9px; padding: 0 8px; font-size: 17px; }
  .brand-mark { width: 29px; height: 29px; border-radius: 8px; font-size: 12px; }
  .nav { margin-top: 22px; gap: 2px; }
  .nav-label { margin: 15px 9px 5px; font-size: 9px; }
  .nav-item { min-height: 34px; padding: 7px 9px; gap: 8px; border-radius: 8px; font-size: 12px; }
  .nav-item span { width: 18px; font-size: 12px; }
  .nav-item b { padding: 2px 5px; font-size: 8px; }
  .sidebar-foot { padding: 10px 5px 2px; gap: 7px; }
  .sidebar-utility-stack { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 5px; margin-bottom: 7px; }
  .sidebar-utility-stack .sidebar-help-button { min-height: 32px; padding: 5px 7px; gap: 5px; border-radius: 8px; font-size: 9px; }
  .sidebar-theme-button { width: 100%; min-width: 0 !important; padding-inline: 7px !important; }
  .sidebar-theme-button .theme-switch { width: 25px; height: 14px; }
  .sidebar-theme-button .theme-switch::after { width: 10px; height: 10px; }
  .sidebar-theme-button[aria-pressed="true"] .theme-switch::after { transform: translateX(11px); }
  .avatar { width: 31px; height: 31px; font-size: 11px; }
  .identity strong { font-size: 11px; }
  .identity span { font-size: 9px; }
  .icon-button { width: 28px; height: 28px; padding: 0; display: grid; place-items: center; border-radius: 8px; font-size: 15px; }
}
.sidebar-foot { display: block; }
.sidebar-profile-row { position: relative; width: 100%; display: flex; align-items: center; gap: 8px; }
.profile-menu-wrap { position: relative; margin-left: auto; flex: 0 0 auto; }
.profile-menu-wrap .icon-button { margin-left: 0; }
.profile-menu-wrap .icon-button:hover, .profile-menu-wrap .icon-button[aria-expanded="true"] { color: #fff; background: #1b2942; }
.profile-menu { position: absolute; z-index: 180; right: 0; bottom: calc(100% + 8px); width: 218px; padding: 6px; border: 1px solid #2d3a54; border-radius: 12px; background: #101b30; box-shadow: 0 18px 46px rgba(0,0,0,.32); }
.profile-menu > button { width: 100%; padding: 9px; display: grid; grid-template-columns: 28px minmax(0,1fr); align-items: center; gap: 8px; border: 0; border-radius: 8px; color: #dce4f5; background: transparent; cursor: pointer; text-align: left; }
.profile-menu > button:hover { background: #1b2942; }
.profile-menu > button > span:first-child { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: #9eabca; background: #1c2941; }
.profile-menu strong, .profile-menu small { display: block; }
.profile-menu strong { font-size: 11px; }
.profile-menu small { margin-top: 2px; color: #7f8ca6; font-size: 9px; }
.profile-menu-logout strong { color: #ffc1c8; }

.review-unsaved-warning { margin-top: 9px; padding: 10px 11px; display: grid; grid-template-columns: 26px minmax(0,1fr); gap: 9px; align-items: center; border: 1px solid #f0cf82; border-radius: 10px; color: #6d561c; background: #fff9e9; }
.review-unsaved-warning > span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: #7c5c10; background: #ffe6a6; font-weight: 850; }
.review-unsaved-warning strong, .review-unsaved-warning small { display: block; }
.review-unsaved-warning strong { font-size: 10px; }
.review-unsaved-warning small { margin-top: 2px; color: #8b7440; font-size: 9px; line-height: 1.45; }
.detail-action.save-needed { color: #735a17; border-color: #efca6c; background: #fff6d8; box-shadow: 0 0 0 3px rgba(239,202,108,.15); }
.review-media-head { align-items: center; }
.review-media-head > div span { display: block; margin-top: 3px; }
.review-media-add { min-height: 31px; margin-left: auto; padding: 0 10px; }
.review-media-input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.detail-media-preview { position: relative; }
.review-media-remove { position: absolute; z-index: 4; top: 7px; right: 7px; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; color: #fff; background: rgba(24,31,47,.78); box-shadow: 0 4px 14px rgba(0,0,0,.18); cursor: pointer; font-size: 18px; line-height: 1; }
.review-media-remove:hover { background: #b23e4c; }
.review-media-remove:disabled, .review-media-add:disabled { opacity: .55; cursor: wait; }
.review-media-empty { min-height: 126px; display: grid; place-items: center; align-content: center; gap: 5px; border: 1px dashed #d6dce7; border-radius: 11px; color: #7f899d; background: #fafbfc; text-align: center; }
.review-media-empty > span { font-size: 23px; }
.review-media-empty strong { color: #4c566b; font-size: 11px; }
.review-media-empty p { max-width: 340px; margin: 0; font-size: 9px; line-height: 1.5; }

.support-card { width: min(760px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; }
.support-wiki-card { width: 100%; margin: 16px 0; padding: 15px; display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 12px; border: 1px solid #d8def8; border-radius: 13px; color: #26324d; background: #f5f7ff; cursor: pointer; text-align: left; }
.support-wiki-card:hover { border-color: #9eacf0; background: #eef1ff; }
.support-wiki-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: #5268ee; font-weight: 850; }
.support-wiki-card strong, .support-wiki-card small { display: block; }
.support-wiki-card strong { font-size: 12px; }
.support-wiki-card small { margin-top: 4px; color: #78839a; font-size: 9px; line-height: 1.45; }
.support-wiki-card b { color: #5268ee; font-size: 10px; white-space: nowrap; }
.support-faq { margin-top: 16px; display: grid; gap: 7px; }
.support-faq-head { margin-bottom: 2px; display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.support-faq-head h3 { margin: 0; font-size: 13px; }
.support-faq-head span { color: #9aa2b0; font-size: 9px; }
.support-faq details { border: 1px solid #e3e7ef; border-radius: 10px; background: #fbfcfe; }
.support-faq summary { padding: 11px 13px; color: #3b465b; cursor: pointer; font-size: 10px; font-weight: 720; }
.support-faq p { margin: 0; padding: 0 13px 12px; color: #778196; font-size: 9px; line-height: 1.6; }
.support-contact-separator { margin: 18px 0 12px; display: flex; align-items: center; gap: 10px; color: #8c95a5; font-size: 9px; }
.support-contact-separator::before, .support-contact-separator::after { content: ""; height: 1px; flex: 1; background: #e4e7ed; }
.support-contact-separator span { white-space: nowrap; }

body.radaros-dark #app .review-unsaved-warning { color: #e8ca79; border-color: #665426; background: #292414; }
body.radaros-dark #app .review-unsaved-warning small { color: #c7ad65; }
body.radaros-dark #app .review-media-empty { color: #93a0b6; border-color: #3a465b; background: #111b2c; }
body.radaros-dark #app .review-media-empty strong { color: #d5ddeb; }
body.radaros-dark .support-wiki-card { color: #e4e9f4; border-color: #35446a; background: #182541; }
body.radaros-dark .support-wiki-card:hover { border-color: #6378f3; background: #202e50; }
body.radaros-dark .support-wiki-card small { color: #a8b4c8; }
body.radaros-dark .support-faq details { border-color: #334159; background: #111b2d; }
body.radaros-dark .support-faq summary { color: #dce3f0; }
body.radaros-dark .support-faq p { color: #aab5c8; }
body.radaros-dark .support-contact-separator::before, body.radaros-dark .support-contact-separator::after { background: #354057; }

@media (max-width: 720px) {
  .sidebar-profile-row { padding-top: 2px; }
  .sidebar-utility-stack { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 5px; }
  .sidebar-theme-button { grid-column: auto; }
  .sidebar-utility-stack .sidebar-help-button { min-height: 34px; padding: 6px 8px; font-size: 9px; }
  .profile-menu { right: 0; width: min(220px, calc(100vw - 28px)); }
  .support-wiki-card { grid-template-columns: 34px minmax(0,1fr); }
  .support-wiki-card b { grid-column: 2; }
  .support-wiki-icon { width: 34px; height: 34px; }
  .support-faq-head span { display: none; }
  .detail-media-gallery { grid-template-columns: 1fr; }
}

/* POSTRADAR_NOTIFICATIONS_TEAM_HISTORY_V27_READY */

.sidebar-utility-stack {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) !important;
  gap: 6px !important;
  align-items: stretch !important;
  margin-bottom: 7px !important;
}
.sidebar-utility-stack .sidebar-help-button {
  min-width: 0 !important;
  width: 100% !important;
  min-height: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  padding: 5px 8px !important;
  justify-content: flex-start !important;
  gap: 7px !important;
  border-radius: 8px !important;
}
.sidebar-utility-stack .sidebar-help-button strong {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}
.sidebar-theme-button {
  width: 58px !important;
  min-width: 58px !important;
  height: 32px !important;
  padding: 4px 5px !important;
  justify-content: center !important;
  gap: 4px !important;
}
.sidebar-theme-button [data-theme-label] { display: none !important; }
.sidebar-theme-button > [data-theme-icon] {
  flex: 0 0 20px !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 6px !important;
  font-size: 10px !important;
}
.sidebar-theme-button .theme-switch {
  flex: 0 0 auto !important;
  width: 22px !important;
  height: 12px !important;
  margin-left: 0 !important;
}
.sidebar-theme-button .theme-switch::after {
  width: 8px !important;
  height: 8px !important;
}
.sidebar-theme-button[aria-pressed="true"] .theme-switch::after {
  transform: translateX(10px) !important;
}
#start-product-tour {
  width: 100% !important;
  min-width: 0 !important;
  padding: 5px 8px !important;
  justify-content: flex-start !important;
  gap: 7px !important;
  overflow: visible !important;
}
#start-product-tour strong {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

.manual-post-status {
  margin: 12px 0 0;
  padding: 10px 11px;
  border-radius: 10px;
  font-size: 10px;
  line-height: 1.45;
}
.manual-post-status.is-loading {
  color: #435179;
  border: 1px solid #cfd7fb;
  background: #f4f6ff;
}
.manual-post-status.is-error {
  color: #8b3340;
  border: 1px solid #f0c5cb;
  background: #fff4f5;
}

.notification-center {
  position: relative;
  z-index: 170;
  margin-left: auto;
  flex: 0 0 auto;
}
.notification-bell {
  position: relative;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid #e0e5ee;
  border-radius: 12px;
  color: #66728a;
  background: rgba(255,255,255,.88);
  cursor: pointer;
}
.notification-bell:hover,
.notification-bell[aria-expanded="true"] {
  color: #4258d6;
  border-color: #cbd4ff;
  background: #f5f7ff;
}
.notification-bell svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.notification-badge {
  position: absolute;
  top: -6px;
  right: -7px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: #ef445a;
  font-size: 9px;
  font-weight: 850;
}
.notification-panel {
  position: absolute;
  z-index: 220;
  top: calc(100% + 10px);
  right: 0;
  width: min(390px, calc(100vw - 28px));
  max-height: min(620px, calc(100vh - 120px));
  overflow: hidden;
  border: 1px solid #dfe4ed;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(28,40,72,.18);
}
.notification-panel-head {
  padding: 15px 16px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #edf0f5;
}
.notification-panel-head strong,
.notification-panel-head span { display: block; }
.notification-panel-head strong { color: #182036; font-size: 14px; }
.notification-panel-head span { margin-top: 3px; color: #8a94a8; font-size: 9px; }
.notification-read-all {
  border: 0;
  padding: 6px 8px;
  border-radius: 8px;
  color: #5268ee;
  background: #f0f3ff;
  font-size: 9px;
  font-weight: 750;
  cursor: pointer;
}
.notification-read-all:disabled { opacity: .45; cursor: default; }
.notification-tabs {
  padding: 9px 12px;
  display: flex;
  gap: 6px;
  border-bottom: 1px solid #edf0f5;
}
.notification-tabs button {
  padding: 6px 9px;
  border: 0;
  border-radius: 8px;
  color: #79849a;
  background: transparent;
  font-size: 9px;
  font-weight: 750;
  cursor: pointer;
}
.notification-tabs button.active { color: #4258d6; background: #eef1ff; }
.notification-list { max-height: 470px; overflow-y: auto; }
.notification-item {
  width: 100%;
  padding: 13px 15px;
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 10px;
  border: 0;
  border-bottom: 1px solid #f0f2f6;
  color: inherit;
  background: #fff;
  text-align: left;
  cursor: pointer;
}
.notification-item:hover { background: #f8f9fc; }
.notification-item.unread { background: #f6f8ff; }
.notification-dot {
  width: 7px;
  height: 7px;
  margin-top: 5px;
  border-radius: 50%;
  background: transparent;
}
.notification-item.unread .notification-dot { background: #5268ee; }
.notification-copy strong,
.notification-copy span,
.notification-copy small { display: block; }
.notification-copy strong { color: #20283b; font-size: 11px; line-height: 1.35; }
.notification-copy span { margin-top: 4px; color: #687389; font-size: 10px; line-height: 1.45; }
.notification-copy small { margin-top: 6px; color: #9aa2b2; font-size: 8px; }
.notification-empty {
  padding: 32px 20px;
  color: #8993a7;
  font-size: 10px;
  text-align: center;
}

.team-activity-head { align-items: center; }
.team-activity-access {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  color: #647189;
  background: #f0f2f6;
  font-size: 8px;
  font-weight: 750;
}
.team-activity-filters {
  margin-bottom: 12px;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 8px;
}
.team-activity-filters label > span {
  margin: 0 0 4px 2px;
  display: block;
  color: #8a94a7;
  font-size: 8px;
}
.team-activity-filters select {
  width: 100%;
  min-height: 34px;
  padding: 6px 30px 6px 9px;
  border: 1px solid #e0e5ed;
  border-radius: 9px;
  color: #30394d;
  background: #fff;
  font-size: 10px;
}
.team-activity-list { display: grid; gap: 7px; }
.team-activity-row {
  padding: 11px;
  display: grid;
  grid-template-columns: 31px minmax(0,1fr);
  align-items: start;
  gap: 9px;
  border: 1px solid #e8ebf1;
  border-radius: 11px;
  background: #fbfcfe;
}
.team-activity-icon {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #5368e9;
  background: #edf0ff;
  font-size: 11px;
  font-weight: 850;
}
.team-activity-copy strong,
.team-activity-copy p,
.team-activity-copy small { display: block; }
.team-activity-copy strong { color: #242d40; font-size: 10px; line-height: 1.4; }
.team-activity-copy p { margin: 3px 0 0; color: #6f7a8f; font-size: 9px; line-height: 1.45; }
.team-activity-copy small { margin-top: 5px; color: #9ba3b2; font-size: 8px; }
.team-activity-empty {
  padding: 18px 12px;
  color: #8993a7;
  border: 1px dashed #dfe4ec;
  border-radius: 10px;
  background: #fafbfc;
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}
.team-activity-empty.filtered { margin-top: 8px; }

body.radaros-dark #app .manual-post-status.is-loading {
  color: #cbd4ff; border-color: #36466e; background: #17213a;
}
body.radaros-dark #app .manual-post-status.is-error {
  color: #ffbdc6; border-color: #6c3941; background: #2a181d;
}
body.radaros-dark #app .notification-bell {
  color: #aab5ca; border-color: #30405b; background: #152238;
}
body.radaros-dark #app .notification-panel {
  border-color: #2d3a52; background: #111d31;
}
body.radaros-dark #app .notification-panel-head,
body.radaros-dark #app .notification-tabs,
body.radaros-dark #app .notification-item { border-color: #28364d; }
body.radaros-dark #app .notification-panel-head strong,
body.radaros-dark #app .notification-copy strong { color: #e3e8f4; }
body.radaros-dark #app .notification-item { background: #111d31; }
body.radaros-dark #app .notification-item:hover { background: #17243a; }
body.radaros-dark #app .notification-item.unread { background: #172443; }
body.radaros-dark #app .notification-copy span,
body.radaros-dark #app .notification-panel-head span { color: #9ba7bf; }
body.radaros-dark #app .notification-tabs button.active,
body.radaros-dark #app .notification-read-all { color: #d8deff; background: #26365b; }
body.radaros-dark #app .team-activity-row,
body.radaros-dark #app .team-activity-empty {
  border-color: #2d3b51; background: #142137;
}
body.radaros-dark #app .team-activity-copy strong { color: #e0e6f2; }
body.radaros-dark #app .team-activity-copy p,
body.radaros-dark #app .team-activity-copy small { color: #9ba6ba; }
body.radaros-dark #app .team-activity-icon { color: #ced6ff; background: #26365b; }
body.radaros-dark #app .team-activity-filters select {
  color: #dce3f0; border-color: #314057; background: #111d31;
}
body.radaros-dark #app .team-activity-access { color: #aeb9cd; background: #1e2c43; }

@media (max-width: 720px) {
  .notification-panel {
    position: fixed;
    top: 72px;
    right: 12px;
    left: 12px;
    width: auto;
    max-height: calc(100vh - 88px);
  }
  .notification-list { max-height: calc(100vh - 230px); }
  .team-activity-filters { grid-template-columns: 1fr; }
  .team-activity-head { align-items: flex-start; flex-direction: column; }
  .sidebar-utility-stack {
    grid-template-columns: 58px minmax(0, 1fr) !important;
  }
}

/* POSTRADAR_NOTIFICATION_ROUTE_TOPBAR_BOOT_FIX_V27_6_READY */
.topbar-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 0 0 auto;
}
.topbar-actions .top-status {
  flex: 0 0 auto;
  white-space: nowrap;
}
.topbar-actions .notification-center {
  margin-left: 0;
}
.notification-empty.notification-error {
  color: #8b3340;
  background: #fff6f7;
}
body.radaros-dark #app .notification-empty.notification-error {
  color: #ffbdc6;
  background: #2a181d;
}
@media (max-width: 720px) {
  .topbar-actions { gap: 8px; }
  .topbar-actions .top-status span:last-child { display: none; }
}

/* POSTRADAR_HOME_GUARD_MENU_ADMIN_V27_9_READY */
.admin-nav-separator {
  height: 1px;
  margin: 8px 8px 5px;
  background: rgba(128, 142, 168, .18);
}
.admin-nav-item {
  margin-top: 0;
}

/* POSTRADAR_ACTIVITY_LINKS_FILTERS_TOUR_V28_READY */
.team-activity-searchbar {
  margin-bottom: 8px;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(170px, .7fr);
  gap: 8px;
}
.team-activity-searchbar label > span,
.team-activity-filters label > span {
  margin: 0 0 4px 2px;
  display: block;
  color: #8a94a7;
  font-size: 8px;
}
.team-activity-searchbar input,
.team-activity-searchbar select,
.team-activity-filters input,
.team-activity-filters select {
  width: 100%;
  min-height: 36px;
  box-sizing: border-box;
  padding: 7px 10px;
  border: 1px solid #e0e5ed;
  border-radius: 9px;
  color: #30394d;
  background: #fff;
  font: inherit;
  font-size: 10px;
}
.team-activity-filters {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.team-activity-toolbar {
  margin: 2px 0 10px;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #8b95a8;
  font-size: 8px;
}
.team-activity-toolbar button {
  padding: 5px 7px;
  border: 0;
  border-radius: 7px;
  color: #62708b;
  background: #f1f3f7;
  font: inherit;
  font-size: 8px;
  font-weight: 750;
  cursor: pointer;
}
.team-activity-row {
  width: 100%;
  appearance: none;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease, transform .15s ease;
}
.team-activity-row:hover {
  border-color: #cfd7f8;
  background: #f7f9ff;
  transform: translateY(-1px);
}
.team-activity-row:focus-visible {
  outline: 2px solid #6b7ef0;
  outline-offset: 2px;
}
.team-activity-summary-line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.team-activity-summary-line > strong {
  min-width: 0;
}
.team-activity-summary-line > em {
  flex: 0 0 auto;
  color: #5b6fe8;
  font-size: 8px;
  font-style: normal;
  font-weight: 760;
  white-space: nowrap;
}
.team-activity-object {
  margin-top: 7px;
  padding: 7px 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-radius: 8px;
  color: #536079;
  background: #f1f4fb;
  font-size: 8px;
  line-height: 1.35;
}
.team-activity-object b {
  min-width: 0;
  overflow: hidden;
  font-weight: 720;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.team-activity-object small {
  flex: 0 0 auto;
  color: #8c96a9;
  font-size: 7px;
}
.team-activity-copy > time {
  margin-top: 6px;
  display: block;
  color: #9ba3b2;
  font-size: 8px;
}
.product-tour-card {
  width: min(420px, calc(100vw - 48px));
  max-width: calc(100vw - 48px);
}
.product-tour-highlight {
  transition:
    left .12s ease,
    top .12s ease,
    width .12s ease,
    height .12s ease;
}
body.radaros-dark #app .team-activity-searchbar input,
body.radaros-dark #app .team-activity-searchbar select,
body.radaros-dark #app .team-activity-filters input,
body.radaros-dark #app .team-activity-filters select {
  color: #dce3f0;
  border-color: #314057;
  background: #111d31;
}
body.radaros-dark #app .team-activity-toolbar button,
body.radaros-dark #app .team-activity-object {
  color: #b2bdd0;
  background: #1d2b42;
}
body.radaros-dark #app .team-activity-row:hover {
  border-color: #425374;
  background: #17243c;
}
body.radaros-dark #app .team-activity-summary-line > em {
  color: #aeb9ff;
}
@media (max-width: 980px) {
  .team-activity-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .team-activity-searchbar,
  .team-activity-filters {
    grid-template-columns: 1fr;
  }
  .team-activity-summary-line {
    display: block;
  }
  .team-activity-summary-line > em {
    margin-top: 4px;
    display: block;
  }
  .team-activity-object {
    align-items: flex-start;
    flex-direction: column;
  }
  .product-tour-card {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    top: auto !important;
    width: auto !important;
    max-width: none;
  }
}

/* RADAROS V29 PRIVATE SOURCES */
.private-source-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.private-source-actions .button{white-space:nowrap}#private-source-requests-panel{margin-top:14px}.v29-private-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.v29-private-overview-card,.v29-admin-request{border:1px solid var(--border,#e3e7f0);border-radius:16px;background:var(--surface,#fff);padding:14px}.v29-private-card-head,.v29-admin-request-title,.v29-admin-actions{display:flex;align-items:center;gap:8px}.v29-private-card-head{justify-content:space-between;margin-bottom:10px}.v29-private-card-head>div{display:grid;gap:2px}.v29-private-card-head span{color:var(--muted,#7b8499);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.v29-private-list{display:grid;gap:7px}.v29-private-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--border,#edf0f6);padding-top:9px}.v29-private-row:first-child{border-top:0;padding-top:0}.v29-private-row p,.v29-admin-request p{margin:3px 0 0;color:var(--muted,#7b8499);font-size:12px;overflow-wrap:anywhere}.v29-private-status{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border-radius:999px;background:#eef2ff;color:#5368d8;font-size:10px;font-weight:800;line-height:1.2;text-align:center}.v29-private-status.is-in_progress{background:#fff3d8;color:#946500}.v29-private-status.is-pending_runtime,.v29-private-status.is-access_verified,.v29-private-status.is-approved,.v29-private-status.is-ready,.v29-private-status.is-active{background:#e4f8ef;color:#17795b}.v29-private-status.is-rejected,.v29-private-status.is-error,.v29-private-status.is-revoked{background:#ffe9e7;color:#b74940}.v29-private-empty{padding:16px;border:1px dashed var(--border,#dfe4ef);border-radius:13px;color:var(--muted,#7b8499);font-size:13px}.v29-private-flow{display:grid;gap:12px}.v29-safety-card{border-color:#cfd8ff;background:linear-gradient(145deg,rgba(87,111,255,.08),rgba(87,111,255,.02))}.v29-security-list{margin:8px 0 0;padding-left:18px;color:var(--muted,#657087);display:grid;gap:6px;font-size:13px;line-height:1.45}#admin-private-source-section{margin-top:14px}#admin-private-source-section .section-head{margin-bottom:10px}#admin-private-source-requests{display:grid;gap:9px}.v29-admin-request{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center}.v29-admin-request-title{flex-wrap:wrap}.v29-admin-request small{display:block;margin-top:5px;color:var(--muted,#7b8499)}.v29-admin-actions{justify-content:flex-end;flex-wrap:wrap;max-width:430px}.v29-admin-note{margin-top:8px;padding:8px 10px;border-radius:10px;background:var(--soft,#f5f7fb);color:var(--text,#172033);font-size:12px}.v29-secret-card input[readonly]{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}@media(max-width:980px){.v29-private-overview-grid{grid-template-columns:1fr}.v29-admin-request{grid-template-columns:1fr}.v29-admin-actions{justify-content:flex-start;max-width:none}}
/* POSTRADAR_PRIVATE_SOURCES_UI_V29_READY */

/* RADAROS V30.0 */
.v30-auth-flow{display:grid;gap:12px}.v30-advanced-auth{border:1px solid var(--border,#e2e7f0);border-radius:13px;padding:10px 12px;background:var(--surface,#fff)}.v30-advanced-auth summary{cursor:pointer;font-weight:700;font-size:13px}.v30-advanced-auth[open] summary{margin-bottom:12px}.v30-checkbox-row{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid var(--border,#e2e7f0);border-radius:13px;font-size:12px;line-height:1.45;color:var(--muted,#657087)}.v30-checkbox-row input{margin-top:2px;flex:0 0 auto}.v30-runtime-status{display:inline-flex;min-height:24px;align-items:center;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800;background:#eef2ff;color:#5268da}.v30-runtime-status.is-verifying,.v30-runtime-status.is-verification_pending{background:#fff3d8;color:#906300}.v30-runtime-status.is-verified,.v30-runtime-status.is-active{background:#e2f8ee;color:#17795b}.v30-runtime-status.is-error,.v30-runtime-status.is-reauth_required{background:#ffe8e5;color:#b34b43}.v30-runtime-error{margin-top:8px;padding:8px 10px;border-radius:10px;background:#fff2f0;color:#a8433c;font-size:12px;line-height:1.4}.v30-runtime-meta{margin-top:7px;font-size:11px;color:var(--muted,#7b8499)}.v30-verified-hint{font-size:11px;font-weight:700;color:#17795b;padding:6px 2px}
/* POSTRADAR_PROTECTED_WEB_AUTH_UI_V30_0_READY */

/* POSTRADAR_PRIVATE_SOURCE_NORMAL_UI_CSS_V30_3_1_READY */
.v303-private-source-link{width:100%;border:0;font:inherit;text-align:left;cursor:pointer;color:inherit;background:transparent;appearance:none}
.v303-private-source-link:hover{background:color-mix(in srgb,currentColor 4%,transparent)}
.v303-private-source-link:focus-visible{outline:2px solid currentColor;outline-offset:2px}
.v303-private-icon{flex:0 0 auto;display:inline-grid;place-items:center;width:34px;height:34px;border-radius:10px;font-size:10px;font-weight:800;letter-spacing:.04em}
.v303-private-main{min-width:0;flex:1 1 auto;display:flex;flex-direction:column;gap:3px}
.v303-private-main strong,.v303-private-main span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.v303-private-main span{font-size:12px;opacity:.65}
.v303-private-arrow{flex:0 0 auto;font-size:18px;opacity:.45}


/* POSTRADAR_TEAM_HISTORY_WRAP_CSS_V30_3_7_READY */

/*
 * Team audit cards can contain long post titles, URLs and object names.
 * Keep them inside the card instead of allowing one nowrap child to
 * expand the whole mobile layout.
 */
.radaros-team-history-wrap,
.radaros-team-history-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

.radaros-team-history-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.radaros-team-history-wrap p,
.radaros-team-history-wrap strong,
.radaros-team-history-wrap a,
.radaros-team-history-wrap code,
.radaros-team-history-wrap pre,
.radaros-team-history-wrap [class*="title"],
.radaros-team-history-wrap [class*="text"],
.radaros-team-history-wrap [class*="summary"],
.radaros-team-history-wrap [class*="description"],
.radaros-team-history-wrap [class*="object"],
.radaros-team-history-wrap [class*="payload"] {
  max-width: 100% !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

.radaros-team-history-wrap pre,
.radaros-team-history-wrap code {
  white-space: pre-wrap !important;
}

@media (max-width: 768px) {
  .radaros-team-history-wrap {
    overflow-x: clip;
  }

  .radaros-team-history-wrap p,
  .radaros-team-history-wrap strong,
  .radaros-team-history-wrap a,
  .radaros-team-history-wrap span,
  .radaros-team-history-wrap code {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }
}


/* POSTRADAR_TEAM_HISTORY_PAYLOAD_WRAP_V30_3_8_READY */

/*
 * The audit object preview uses generic div wrappers, so the previous
 * targeted text selectors did not catch its nowrap rule. Inside the
 * team history scope every descendant is now allowed to shrink and
 * wrap, while controls retain their own layout.
 */
.radaros-team-history-wrap * {
  min-width: 0 !important;
  max-width: 100% !important;
}

.radaros-team-history-wrap div,
.radaros-team-history-wrap p,
.radaros-team-history-wrap span,
.radaros-team-history-wrap strong,
.radaros-team-history-wrap b,
.radaros-team-history-wrap em,
.radaros-team-history-wrap small,
.radaros-team-history-wrap a,
.radaros-team-history-wrap code,
.radaros-team-history-wrap pre {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

/* Generic object / post preview blocks inside audit cards. */
.radaros-team-history-wrap [class*="preview"],
.radaros-team-history-wrap [class*="payload"],
.radaros-team-history-wrap [class*="object"],
.radaros-team-history-wrap [class*="summary"] {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

/* Flex/grid descendants must actually be permitted to shrink. */
.radaros-team-history-wrap [style*="display: flex"],
.radaros-team-history-wrap [style*="display:flex"],
.radaros-team-history-wrap [class*="row"],
.radaros-team-history-wrap [class*="item"],
.radaros-team-history-wrap [class*="content"] {
  min-width: 0 !important;
  max-width: 100% !important;
}

@media (max-width: 768px) {
  .radaros-team-history-wrap * {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .radaros-team-history-wrap div,
  .radaros-team-history-wrap p,
  .radaros-team-history-wrap span,
  .radaros-team-history-wrap strong,
  .radaros-team-history-wrap a {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }
}
/* POSTRADAR_TEAM_HISTORY_IOS_AUTOSIZE_V30_3_14_READY */

/*
 * iOS Safari text autosizing guard.
 * Long "Пост: ..." and short "Публикация в очереди" use the same
 * .team-activity-object > b element, so both must retain 8px.
 */
.team-activity-section .team-activity-object,
.team-activity-section .team-activity-object > b,
.team-activity-section .team-activity-object > small {
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

.team-activity-section .team-activity-object {
  font-size: 8px !important;
  line-height: 1.35 !important;
}

.team-activity-section .team-activity-object > b {
  flex: 1 1 auto;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: visible !important;
  font-size: 8px !important;
  line-height: 1.35 !important;
  font-weight: 720 !important;
  text-overflow: clip !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

@media (max-width: 768px) {
  .team-activity-section .team-activity-object,
  .team-activity-section .team-activity-object > b {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    font-size: 8px !important;
    line-height: 1.35 !important;
  }
}

/* POSTRADAR_MOBILE_PRIVATE_SOURCES_BURGER_CSS_V30_4_0_READY */

#private-source-requests-panel,
.v29-private-overview-grid,
.v29-private-overview-card,
.v29-private-list,
.v29-private-row,
.v29-private-card-head {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.v29-private-overview-grid {
  width: 100%;
}

.v29-private-overview-card {
  overflow: hidden;
}

.v29-private-row > *,
.v29-private-card-head > * {
  min-width: 0;
  max-width: 100%;
}

.radaros-mobile-menu-toggle,
.radaros-mobile-menu-backdrop {
  display: none;
}

@media (max-width: 720px) {
  html,
  body,
  #app {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  #private-source-requests-panel {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .v29-private-overview-grid {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    overflow: hidden !important;
  }

  .v29-private-overview-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 14px !important;
    overflow: hidden !important;
  }

  .v29-private-card-head {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: start !important;
    gap: 8px !important;
  }

  .v29-private-card-head > div {
    min-width: 0 !important;
  }

  .v29-private-card-head strong {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .v29-private-card-head .button,
  .v29-private-card-head button {
    width: auto !important;
    min-width: 0 !important;
    max-width: 116px !important;
    padding: 7px 9px !important;
    font-size: 9px !important;
    white-space: nowrap !important;
  }

  .v29-private-list {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .v29-private-row {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px 10px !important;
    overflow: hidden !important;
  }

  .v29-private-row > * {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .v29-private-row > div {
    flex: 1 1 180px !important;
  }

  .v29-private-row strong,
  .v29-private-row p {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .v29-private-row p {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .v29-private-status {
    flex: 0 1 auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    white-space: normal !important;
    line-height: 1.25 !important;
    text-align: center !important;
  }

  .sidebar {
    position: fixed !important;
    z-index: 1200 !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: min(304px, 86vw) !important;
    max-width: 86vw !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    transform: translate3d(-105%, 0, 0) !important;
    transition: transform .22s ease !important;
    box-shadow: 22px 0 52px rgba(4, 12, 28, .22) !important;
    -webkit-overflow-scrolling: touch;
  }

  body.radaros-mobile-menu-open .sidebar {
    transform: translate3d(0, 0, 0) !important;
  }

  body.radaros-mobile-menu-open {
    overflow: hidden !important;
  }

  .radaros-mobile-menu-backdrop {
    position: fixed;
    z-index: 1150;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(7, 15, 31, .42);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }

  .radaros-mobile-menu-backdrop:not([hidden]) {
    display: block;
  }

  .radaros-mobile-menu-toggle {
    position: fixed;
    z-index: 1250;
    top: max(12px, env(safe-area-inset-top));
    left: 12px;
    width: 42px;
    height: 42px;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 4px;
    border: 1px solid rgba(207, 215, 231, .9);
    border-radius: 13px;
    color: #17223a;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 24px rgba(21, 32, 58, .14);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .radaros-mobile-menu-toggle > span {
    width: 18px;
    height: 2px;
    display: block;
    border-radius: 99px;
    background: currentColor;
    transform-origin: center;
    transition: transform .18s ease, opacity .18s ease;
  }

  .radaros-mobile-menu-toggle[aria-expanded="true"] > span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .radaros-mobile-menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
  }

  .radaros-mobile-menu-toggle[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .shell,
  .app-shell,
  .app-layout,
  main,
  .main,
  .content,
  .workspace-pages,
  .workspace-page,
  .workspace-page-mount {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.radaros-dark .radaros-mobile-menu-toggle {
    color: #e5ebf7;
    border-color: rgba(65, 81, 109, .95);
    background: rgba(16, 27, 47, .94);
  }

  body.radaros-dark .radaros-mobile-menu-backdrop {
    background: rgba(2, 7, 16, .58);
  }
}

/* POSTRADAR_MOBILE_HEADER_RIGHT_BURGER_V30_4_1_READY
   Mobile header geometry:
   - burger is the right-most control;
   - notification bell is shifted left;
   - desktop remains untouched.
*/
@media (max-width: 720px) {
  .radaros-mobile-menu-toggle {
    left: auto !important;
    right: max(12px, env(safe-area-inset-right)) !important;
  }

  .topbar-actions .notification-center {
    margin-right: 56px !important;
  }
}

/* POSTRADAR_MOBILE_DRAWER_FROM_RIGHT_V30_4_2_READY
   Burger is on the right, so the off-canvas navigation must enter from the right too.
   Desktop navigation is intentionally untouched.
*/
@media (max-width: 720px) {
  .sidebar {
    left: auto !important;
    right: 0 !important;
    transform: translate3d(100%, 0, 0) !important;
    box-shadow: -18px 0 48px rgba(6, 12, 26, .20) !important;
  }

  body.radaros-mobile-menu-open .sidebar {
    transform: translate3d(0, 0, 0) !important;
  }
}


/* POSTRADAR_QUEUE_PLATFORM_SOURCE_FILTERS_CSS_V30_5_0_READY */
.queue-channel-filter.queue-context-filters {
  display: flex;
  align-items: end;
  gap: 10px;
  margin: 0 0 14px;
  flex-wrap: wrap;
}

.queue-context-filters .queue-context-filter {
  display: grid;
  gap: 5px;
  min-width: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.2;
}

.queue-context-filters .queue-context-filter > span {
  display: block;
}

.queue-context-filters select {
  width: auto;
  min-width: 184px;
  max-width: 260px;
  height: 36px;
  padding: 0 34px 0 11px;
  border: 1px solid var(--border);
  border-radius: 9px;
  background: #fff;
  color: var(--ink);
  font-family: inherit;
  font-size: 12px;
  font-weight: 650;
  line-height: 34px;
}

#queue-channel-filter {
  min-width: 210px;
}

#queue-source-filter {
  min-width: 190px;
}

body.radaros-dark #app .queue-context-filters select {
  color: #e5ebf8;
  border-color: #354259;
  background: #0e1829;
}

@media (max-width: 720px) {
  .queue-channel-filter.queue-context-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
    gap: 8px;
  }

  .queue-context-filters .queue-context-filter {
    width: 100%;
  }

  .queue-context-filters select,
  #queue-channel-filter,
  #queue-source-filter {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 35px;
    padding-left: 9px;
    font-size: 11px;
  }
}

@media (max-width: 420px) {
  .queue-channel-filter.queue-context-filters {
    grid-template-columns: 1fr;
  }
}


/* POSTRADAR_SERVER_QUEUE_PAGINATION_CSS_V30_5_2_READY */

[data-workspace-page="queue"].active .queue-panel-head > div:first-child {
  display: none !important;
}

[data-workspace-page="queue"].active .queue-panel-head {
  justify-content: flex-end;
}

.queue-pagination {
  margin-top: 16px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
}

.queue-pagination.hidden {
  display: none !important;
}

.queue-page-summary {
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  white-space: nowrap;
}

.queue-page-controls {
  display: flex;
  align-items: center;
  gap: 5px;
}

.queue-page-number,
.queue-page-arrow {
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-family: inherit;
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
}

.queue-page-number:hover,
.queue-page-arrow:hover:not(:disabled) {
  border-color: #aab6f7;
  background: #f5f7ff;
}

.queue-page-number.active {
  color: #fff;
  border-color: #5267e8;
  background: #5267e8;
}

.queue-page-arrow:disabled {
  opacity: .38;
  cursor: default;
}

.queue-page-ellipsis {
  min-width: 20px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

body.radaros-dark #app .queue-pagination {
  border-color: #29364c;
}

body.radaros-dark #app .queue-page-number,
body.radaros-dark #app .queue-page-arrow {
  color: #dbe3f2;
  border-color: #354259;
  background: #0e1829;
}

body.radaros-dark #app .queue-page-number.active {
  color: #fff;
  border-color: #6378f3;
  background: #6378f3;
}

@media (max-width: 720px) {
  .queue-pagination {
    flex-direction: column;
    align-items: stretch;
  }

  .queue-page-summary {
    text-align: center;
  }

  .queue-page-controls {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* POSTRADAR_NOTIFICATION_STACKING_V30_5_3_READY
   The topbar uses backdrop-filter, which creates its own stacking context.
   Give that context an explicit layer above normal page content so banners,
   cards and stream-manager blocks can never paint over notifications.
   Keep it below drawers/modals (queue drawer starts at z-index: 100).
*/
.topbar {
  position: relative;
  z-index: 80;
  overflow: visible;
}

.topbar-actions {
  position: relative;
  z-index: 81;
  overflow: visible;
}

.topbar-actions .notification-center {
  position: relative;
  z-index: 82;
  overflow: visible;
}

.topbar-actions .notification-panel {
  z-index: 90 !important;
}


/* POSTRADAR_SUBSCRIPTION_ONBOARDING_GATE_V30_6_0_2_READY */
[data-workspace-page].subscription-access-locked {
  min-height: min(680px, calc(100vh - 150px));
}

[data-workspace-page].subscription-access-locked > :not(.postradar-access-wall) {
  display: none !important;
}

.postradar-access-wall {
  width: 100%;
  min-height: min(680px, calc(100vh - 150px));
  display: grid;
  place-items: center;
  padding: 42px 22px 70px;
  box-sizing: border-box;
}

.postradar-access-card {
  width: min(620px, 100%);
  padding: 38px 38px 34px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--surface, #fff);
  box-shadow: 0 24px 80px rgba(18, 34, 56, 0.10);
  text-align: center;
}

.postradar-access-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--primary-soft, rgba(42, 105, 255, 0.10));
  color: var(--primary, #2a69ff);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.postradar-access-eyebrow {
  margin: 0 0 9px;
  color: var(--primary, #2a69ff);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.postradar-access-card h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.postradar-access-copy {
  max-width: 500px;
  margin: 17px auto 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.postradar-access-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.postradar-access-actions .button {
  min-width: 180px;
}

.postradar-access-note {
  margin: 21px auto 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.86;
}

.postradar-access-wall.is-error .postradar-access-icon {
  background: rgba(224, 80, 80, 0.10);
  color: #c74747;
}

@media (max-width: 720px) {
  .postradar-access-wall {
    min-height: calc(100vh - 130px);
    padding: 22px 12px 48px;
  }

  .postradar-access-card {
    padding: 30px 20px 26px;
    border-radius: 20px;
  }

  .postradar-access-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .postradar-access-actions .button {
    width: 100%;
    min-width: 0;
  }
}



/* POSTRADAR_ADMIN_CENTER_V30_7_0_READY */
.admin-center-head { align-items: flex-start; }
.admin-role-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
  padding: 10px 13px;
  border: 1px solid var(--border, #dfe4ec);
  border-radius: 12px;
  background: var(--panel, #fff);
  font-size: 12px;
}
.admin-role-banner span { opacity: .7; }
.admin-center-tabs {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 3px 0 12px;
  scrollbar-width: thin;
}
.admin-center-tabs button {
  flex: 0 0 auto;
  border: 1px solid var(--border, #dfe4ec);
  border-radius: 10px;
  padding: 8px 11px;
  background: var(--panel, #fff);
  color: inherit;
  cursor: pointer;
  font-size: 11px;
  font-weight: 650;
}
.admin-center-tabs button.active {
  border-color: #5267e8;
  box-shadow: 0 0 0 2px rgba(82,103,232,.10);
}
.admin-center-panel { display: none; }
.admin-center-panel.active { display: block; }
.admin-center-panel > * + * { margin-top: 14px; }
.admin-grid-2 {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-top: 14px;
}
.admin-toolbar {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.admin-search-input,
.admin-toolbar select {
  min-width: 220px;
  flex: 1 1 260px;
  border: 1px solid var(--border, #dfe4ec);
  border-radius: 10px;
  background: var(--panel, #fff);
  color: inherit;
  padding: 9px 11px;
}
.admin-click-row { cursor: pointer; }
.admin-click-row:hover { background: rgba(82,103,232,.055); }
.admin-click-row td:first-child strong,
.admin-click-row td:first-child small { display: block; }
.admin-user-kpis {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 8px;
  margin: 12px 0;
}
.admin-subpanel {
  border: 1px solid var(--border, #dfe4ec);
  border-radius: 12px;
  padding: 12px;
  min-width: 0;
}
.admin-subpanel h4,
.admin-chart h4 {
  margin: 0 0 10px;
  font-size: 12px;
}
.admin-line,
.admin-role-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid var(--border, #eef1f5);
}
.admin-line:last-child,
.admin-role-row:last-child { border-bottom: 0; }
.admin-line strong,
.admin-line span,
.admin-role-row strong,
.admin-role-row span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.admin-role-row > div strong,
.admin-role-row > div span { display: block; }
.admin-role-row.is-revoked { opacity: .5; }
.admin-audit-line {
  display: grid;
  grid-template-columns: 130px minmax(180px,.8fr) minmax(0,1.6fr);
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid var(--border, #eef1f5);
  font-size: 11px;
}
.admin-audit-line time { opacity: .65; }
.admin-bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  min-height: 170px;
  overflow-x: auto;
  padding-top: 20px;
}
.admin-bar-column {
  flex: 1 0 24px;
  min-width: 24px;
  max-width: 46px;
  height: 150px;
  display: grid;
  grid-template-rows: 20px 1fr 18px;
  gap: 4px;
  text-align: center;
}
.admin-bar-value {
  font-size: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin-bar-track {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(82,103,232,.08);
}
.admin-bar-track i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  background: currentColor;
  opacity: .62;
}
.admin-bar-column small { font-size: 8px; opacity: .6; }
.admin-system-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 10px;
}
.admin-system-card {
  padding: 12px;
  border: 1px solid var(--border, #dfe4ec);
  border-radius: 12px;
}
.admin-system-card > span,
.admin-system-card > strong,
.admin-system-card > p { display: block; }
.admin-system-card > span { font-size: 10px; opacity: .65; }
.admin-system-card > strong { margin: 5px 0; }
.admin-system-card > p {
  margin: 0;
  font-size: 10px;
  opacity: .75;
}
.admin-system-card.is-ok { box-shadow: inset 3px 0 0 #31a56a; }
.admin-system-card.is-warn { box-shadow: inset 3px 0 0 #d58c27; }
.admin-maintenance-note,
.admin-warning {
  margin-top: 12px;
  padding: 11px 12px;
  border-radius: 10px;
  border: 1px solid var(--border, #dfe4ec);
  background: rgba(82,103,232,.055);
  font-size: 11px;
  line-height: 1.5;
}
.admin-warning { background: rgba(208,70,70,.07); }
.admin-json {
  max-height: 420px;
  overflow: auto;
  padding: 12px;
  border-radius: 10px;
  background: rgba(0,0,0,.045);
  font-size: 10px;
  white-space: pre-wrap;
}
body.radaros-dark .admin-role-banner,
body.radaros-dark .admin-center-tabs button,
body.radaros-dark .admin-search-input,
body.radaros-dark .admin-toolbar select {
  background: #111a2c;
  border-color: #2c3956;
}
body.radaros-dark .admin-subpanel,
body.radaros-dark .admin-system-card {
  border-color: #2c3956;
}
body.radaros-dark .admin-json {
  background: rgba(255,255,255,.045);
}
@media (max-width: 1100px) {
  .admin-user-kpis {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .admin-system-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 760px) {
  .admin-grid-2 { grid-template-columns: 1fr; }
  .admin-user-kpis {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .admin-system-grid { grid-template-columns: 1fr; }
  .admin-audit-line {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

/* POSTRADAR_ADMIN_USER_CARD_UX_V30_7_2_READY */

.admin-user-detail-grid {
  align-items: start;
}

.admin-user-scroll-panel {
  min-width: 0;
  align-self: start;
}

.admin-user-scroll-panel h4,
.admin-subpanel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.admin-user-scroll-panel h4 > span,
.admin-subpanel-title > span {
  font-size: 10px;
  font-weight: 600;
  opacity: .55;
}

.admin-scroll-body {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  padding-right: 4px;
}

.admin-clickable-line {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--border, #eef1f5);
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.admin-clickable-line:hover {
  background: rgba(82, 103, 232, .065);
}

.admin-line-main {
  min-width: 0;
  flex: 1 1 auto;
}

.admin-line-main strong,
.admin-line-main small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-line-main small {
  margin-top: 3px;
  font-size: 9px;
  opacity: .6;
}

.admin-line-meta {
  flex: 0 0 auto;
  max-width: 44%;
  font-size: 10px;
  opacity: .72;
  text-align: right;
}

.admin-user-card-actions {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}

.admin-payment-history-panel,
.admin-audit-history-panel {
  margin-top: 14px;
}

.admin-subpanel-title h4 {
  margin: 0;
}

.admin-payment-history-scroll {
  max-height: 390px;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  margin-top: 10px;
}

.admin-payment-table {
  min-width: 820px;
  width: 100%;
  border-collapse: collapse;
}

.admin-payment-table th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--panel, #fff);
}

.admin-payment-table th,
.admin-payment-table td {
  padding: 9px 10px;
  text-align: left;
  border-bottom: 1px solid var(--border, #eef1f5);
  font-size: 10px;
  white-space: nowrap;
}

.admin-payment-table td strong {
  display: block;
}

.admin-test-payment {
  display: inline-flex;
  margin-top: 3px;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 8px;
  font-weight: 700;
  background: rgba(213, 140, 39, .12);
}

.admin-audit-scroll {
  max-height: 430px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  padding-right: 4px;
}

.admin-inspector-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-bottom: 12px;
}

.admin-inspector-grid > div,
.admin-inspector-url {
  padding: 10px;
  border: 1px solid var(--border, #dfe4ec);
  border-radius: 10px;
}

.admin-inspector-grid span,
.admin-inspector-url > span {
  display: block;
  margin-bottom: 4px;
  font-size: 9px;
  opacity: .6;
}

.admin-inspector-grid strong,
.admin-inspector-url code,
.admin-inspector-url p {
  overflow-wrap: anywhere;
}

.admin-inspector-url {
  margin-top: 9px;
}

.admin-inspector-url p {
  margin: 0;
  font-size: 10px;
  line-height: 1.45;
}

body.radaros-dark .admin-payment-table th {
  background: #111a2c;
}

body.radaros-dark .admin-clickable-line:hover {
  background: rgba(125, 145, 255, .08);
}

@media (max-width: 760px) {
  .admin-scroll-body {
    max-height: 260px;
  }

  .admin-inspector-grid {
    grid-template-columns: 1fr;
  }

  .admin-user-card-head {
    align-items: flex-start;
  }
}

/* POSTRADAR_ADMIN_HUMAN_ACTIVITY_V30_7_3_READY */

.admin-human-audit-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-human-audit-table th,
.admin-human-audit-table td {
  vertical-align: top;
}

.admin-human-audit-table td strong,
.admin-human-audit-table td small {
  display: block;
}

.admin-human-audit-table td small {
  margin-top: 3px;
  font-size: 9px;
  opacity: .6;
}

.admin-audit-time {
  white-space: nowrap;
  width: 120px;
}

.admin-audit-action {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 190px;
}

.admin-audit-action-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: rgba(82, 103, 232, .08);
  font-size: 11px;
  font-weight: 800;
}

.admin-audit-context {
  min-width: 260px;
  line-height: 1.45;
}

.admin-audit-details-cell {
  width: 110px;
}

.admin-audit-details summary {
  cursor: pointer;
  font-size: 10px;
  font-weight: 650;
  color: inherit;
  opacity: .72;
  white-space: nowrap;
}

.admin-audit-details[open] summary {
  opacity: 1;
}

.admin-audit-details-body {
  position: absolute;
  right: 26px;
  z-index: 30;
  width: min(560px, calc(100vw - 330px));
  max-height: 420px;
  overflow: auto;
  margin-top: 8px;
  padding: 12px;
  border: 1px solid var(--border, #dfe4ec);
  border-radius: 12px;
  background: var(--panel, #fff);
  box-shadow: 0 18px 48px rgba(20, 32, 62, .18);
}

.admin-audit-details-body > div + div {
  margin-top: 10px;
}

.admin-audit-details-body span {
  display: block;
  margin-bottom: 4px;
  font-size: 9px;
  opacity: .58;
}

.admin-audit-details-body code,
.admin-audit-details-body pre {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 8px;
  overflow: auto;
  border-radius: 8px;
  background: rgba(0, 0, 0, .04);
  font-size: 9px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

body.radaros-dark .admin-audit-details-body {
  background: #111a2c;
  border-color: #2c3956;
}

body.radaros-dark .admin-audit-details-body code,
body.radaros-dark .admin-audit-details-body pre {
  background: rgba(255, 255, 255, .05);
}

@media (max-width: 900px) {
  .admin-audit-details-body {
    right: 16px;
    width: min(520px, calc(100vw - 32px));
  }
}

@media (max-width: 760px) {
  .admin-human-audit-table {
    min-width: 920px;
  }

  #audit-list {
    overflow-x: auto;
  }
}



/* POSTRADAR_ADMIN_BROADCAST_V30_8_0_6_READY */

.admin-broadcast-layout { display: grid; gap: 14px; }
.admin-broadcast-composer { max-width: 1180px; }
.admin-broadcast-section { margin-top: 14px; }
.admin-broadcast-section > label,
.admin-broadcast-label-row label {
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 700;
}
.admin-broadcast-section > label span { font-weight: 500; opacity: .55; }
.admin-broadcast-section input,
.admin-broadcast-section select,
.admin-broadcast-section textarea,
.admin-broadcast-filter-grid input,
.admin-broadcast-filter-grid select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--border, #dfe4ec);
  border-radius: 10px;
  background: var(--panel, #fff);
  color: inherit;
  padding: 9px 11px;
  font: inherit;
}
.admin-broadcast-section textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.5;
}
.admin-broadcast-grid-2 {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}
.admin-broadcast-segment {
  margin-top: 14px;
  padding: 12px;
  border: 1px solid var(--border, #dfe4ec);
  border-radius: 12px;
  background: rgba(82,103,232,.03);
}
.admin-broadcast-filter-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
}
.admin-broadcast-filter-grid label {
  display: block;
  margin-bottom: 5px;
  font-size: 9px;
  font-weight: 650;
}
.admin-broadcast-filter-grid select[multiple] { min-height: 112px; }
.admin-broadcast-range {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 6px;
}
.admin-broadcast-user-results {
  max-height: 250px;
  overflow-y: auto;
  margin-top: 6px;
}
.admin-broadcast-user-result {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 10px;
  border: 0;
  border-bottom: 1px solid var(--border, #eef1f5);
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.admin-broadcast-user-result:hover { background: rgba(82,103,232,.06); }
.admin-broadcast-user-result strong,
.admin-broadcast-user-result small { display: block; }
.admin-broadcast-user-result small {
  margin-top: 2px;
  opacity: .58;
  font-size: 9px;
}
.admin-broadcast-selected-users {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.admin-broadcast-user-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  border: 1px solid var(--border, #dfe4ec);
  border-radius: 999px;
  font-size: 9px;
  background: var(--panel, #fff);
}
.admin-broadcast-user-chip button {
  width: 16px;
  height: 16px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.07);
  color: inherit;
  cursor: pointer;
}
.admin-broadcast-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admin-broadcast-label-row span { font-size: 9px; opacity: .55; }
.admin-broadcast-preview-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  padding: 11px 12px;
  border: 1px solid var(--border, #dfe4ec);
  border-radius: 11px;
}
.admin-broadcast-preview-card span,
.admin-broadcast-preview-card strong { display: block; }
.admin-broadcast-preview-card span { font-size: 9px; opacity: .6; }
.admin-broadcast-preview-card strong { margin-top: 3px; }
.admin-broadcast-preview-list { margin-top: 8px; }
.admin-broadcast-preview-scroll {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid var(--border, #e9edf3);
  border-radius: 10px;
}
.admin-broadcast-preview-user {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border-bottom: 1px solid var(--border, #eef1f5);
}
.admin-broadcast-preview-user:last-child { border-bottom: 0; }
.admin-broadcast-preview-user strong,
.admin-broadcast-preview-user small,
.admin-broadcast-preview-user span { display: block; }
.admin-broadcast-preview-user small {
  margin-top: 2px;
  font-size: 9px;
  opacity: .55;
}
.admin-broadcast-preview-user > div:last-child { text-align: right; }
.admin-broadcast-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}
.admin-broadcast-history-table td strong,
.admin-broadcast-history-table td small { display: block; }
.admin-broadcast-history-table td small {
  margin-top: 3px;
  font-size: 9px;
  opacity: .55;
}
body.radaros-dark .admin-broadcast-section input,
body.radaros-dark .admin-broadcast-section select,
body.radaros-dark .admin-broadcast-section textarea,
body.radaros-dark .admin-broadcast-filter-grid input,
body.radaros-dark .admin-broadcast-filter-grid select,
body.radaros-dark .admin-broadcast-user-chip {
  background: #111a2c;
  border-color: #2c3956;
}
body.radaros-dark .admin-broadcast-segment {
  border-color: #2c3956;
  background: rgba(125,145,255,.04);
}
@media (max-width: 980px) {
  .admin-broadcast-filter-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 760px) {
  .admin-broadcast-grid-2,
  .admin-broadcast-filter-grid { grid-template-columns: 1fr; }
  .admin-broadcast-preview-card,
  .admin-broadcast-preview-user { align-items: flex-start; }
  .admin-broadcast-preview-user { flex-direction: column; }
  .admin-broadcast-preview-user > div:last-child { text-align: left; }
}

/* RADAROS_YOUTUBE_SETTINGS_POLISH_V31_3_1_1_READY */
.youtube-settings-card {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.youtube-settings-card.hidden {
  display: none;
}

.youtube-settings-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.youtube-brand-mark {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #ff0033;
  box-shadow: 0 7px 18px rgba(255, 0, 51, 0.20);
}

.youtube-brand-mark span {
  display: block;
  margin-left: 2px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

.youtube-settings-heading {
  min-width: 0;
  flex: 1;
}

.youtube-settings-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.youtube-settings-heading h3 {
  margin: 0;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 760;
  letter-spacing: -0.01em;
}

.youtube-settings-heading p {
  margin: 4px 0 0;
  color: #64748b;
  font-size: 12.5px;
  line-height: 1.5;
}

.youtube-settings-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  border: 1px solid rgba(255, 0, 51, 0.14);
  border-radius: 999px;
  background: rgba(255, 0, 51, 0.06);
  color: #d90429;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.youtube-settings-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 13px 14px;
}

.youtube-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
  margin: 0;
}

.youtube-field-wide {
  grid-column: 1 / -1;
}

.youtube-field-label {
  color: #475569;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.015em;
}

.youtube-field input,
.youtube-field select,
.youtube-field textarea {
  width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #dbe3ed;
  border-radius: 12px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-size: 13px;
  line-height: 1.4;
  outline: none;
  transition:
    border-color 0.16s ease,
    box-shadow 0.16s ease,
    background-color 0.16s ease;
}

.youtube-field input,
.youtube-field select {
  padding: 0 13px;
}

.youtube-field textarea {
  min-height: 102px;
  padding: 12px 13px;
  resize: vertical;
}

.youtube-field input::placeholder,
.youtube-field textarea::placeholder {
  color: #94a3b8;
}

.youtube-field input:hover,
.youtube-field select:hover,
.youtube-field textarea:hover {
  border-color: #c7d2df;
}

.youtube-field input:focus,
.youtube-field select:focus,
.youtube-field textarea:focus {
  border-color: rgba(255, 0, 51, 0.50);
  box-shadow: 0 0 0 3px rgba(255, 0, 51, 0.08);
}

.youtube-field select {
  cursor: pointer;
}

.youtube-settings-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 15px;
  padding: 11px 12px;
  border-radius: 12px;
  background: #f1f5f9;
  color: #64748b;
}

.youtube-note-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  margin-top: 1px;
  border-radius: 50%;
  background: #e2e8f0;
  color: #475569;
  font-size: 11px;
  font-weight: 800;
  font-style: normal;
}

.youtube-settings-note strong {
  display: block;
  margin-bottom: 2px;
  color: #334155;
  font-size: 11.5px;
}

.youtube-settings-note p {
  margin: 0;
  color: #64748b;
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 720px) {
  .youtube-settings-card {
    padding: 15px;
    border-radius: 16px;
  }

  .youtube-settings-grid {
    grid-template-columns: 1fr;
  }

  .youtube-field-wide {
    grid-column: auto;
  }
}

/* RADAROS_TELEGRAM_POST_BUTTONS_V31_4_0_READY */
.telegram-buttons-card {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.99), rgba(248,250,252,.99));
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}
.telegram-buttons-card.hidden { display: none; }
.telegram-buttons-head { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 15px; }
.telegram-brand-mark {
  flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center;
  border-radius: 11px; background: #229ed9; color: #fff; font-size: 16px;
  box-shadow: 0 7px 18px rgba(34, 158, 217, 0.20);
}
.telegram-buttons-title-row { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.telegram-buttons-title-row h3 { margin: 0; color: #0f172a; font-size: 16px; line-height: 1.3; font-weight: 760; }
.telegram-buttons-title-row span {
  display: inline-flex; align-items: center; min-height: 22px; padding: 3px 8px;
  border: 1px solid rgba(34, 158, 217, 0.18); border-radius: 999px;
  background: rgba(34, 158, 217, 0.07); color: #1678a8; font-size: 10px; font-weight: 700;
}
.telegram-buttons-head p { margin: 4px 0 0; color: #64748b; font-size: 12.5px; line-height: 1.5; }
.telegram-button-list { display: grid; gap: 10px; }
.telegram-button-row {
  display: grid; grid-template-columns: 28px minmax(0, .8fr) minmax(0, 1.2fr) 32px;
  gap: 9px; align-items: end; padding: 10px; border: 1px solid #e2e8f0;
  border-radius: 13px; background: #fff;
}
.telegram-button-number {
  width: 28px; height: 42px; display: grid; place-items: center;
  color: #64748b; font-size: 11px; font-weight: 800;
}
.telegram-button-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.telegram-button-field span { color: #64748b; font-size: 10.5px; font-weight: 700; }
.telegram-button-field input {
  width: 100%; min-height: 42px; box-sizing: border-box; padding: 0 11px;
  border: 1px solid #dbe3ed; border-radius: 10px; background: #fff;
  color: #0f172a; font: inherit; font-size: 12.5px; outline: none;
}
.telegram-button-field input:focus {
  border-color: rgba(34, 158, 217, 0.55);
  box-shadow: 0 0 0 3px rgba(34, 158, 217, 0.09);
}
.telegram-button-remove {
  width: 32px; height: 42px; border: 0; border-radius: 10px;
  background: #f8fafc; color: #94a3b8; font-size: 20px; cursor: pointer;
}
.telegram-button-remove:hover { background: #fff1f2; color: #e11d48; }
.telegram-button-add {
  margin-top: 10px; min-height: 38px; padding: 0 13px;
  border: 1px dashed #b7d9e9; border-radius: 11px;
  background: rgba(34, 158, 217, 0.045); color: #1678a8;
  font-size: 12px; font-weight: 750; cursor: pointer;
}
.telegram-button-add:disabled { opacity: .5; cursor: not-allowed; }
.telegram-buttons-note { display: flex; gap: 7px; margin-top: 11px; color: #64748b; font-size: 10.5px; line-height: 1.45; }
.telegram-buttons-note strong { flex: 0 0 auto; color: #475569; }
.telegram-buttons-preview { display: grid; gap: 7px; margin-top: 10px; }
.telegram-button-preview {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 9px 11px; border: 1px solid rgba(34, 158, 217, 0.14);
  border-radius: 10px; background: rgba(34, 158, 217, 0.045);
}
.telegram-button-preview strong { color: #1678a8; font-size: 12px; }
.telegram-button-preview span {
  min-width: 0; overflow: hidden; color: #64748b; font-size: 10.5px;
  text-overflow: ellipsis; white-space: nowrap;
}
@media (max-width: 720px) {
  .telegram-button-row { grid-template-columns: 28px minmax(0, 1fr) 32px; }
  .telegram-button-url-field { grid-column: 2 / 3; }
}

/* RADAROS_TELEGRAM_BUTTON_LAYOUT_V31_5_0_2_READY */
.telegram-layout-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 11px;
  padding: 10px 11px;
  border: 1px solid #e2e8f0;
  border-radius: 11px;
  background: #f8fafc;
}

.telegram-layout-control > span {
  color: #475569;
  font-size: 11px;
  font-weight: 750;
}

.telegram-layout-control select {
  min-height: 36px;
  max-width: 180px;
  padding: 0 30px 0 10px;
  border: 1px solid #dbe3ed;
  border-radius: 9px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-size: 11.5px;
  outline: none;
  cursor: pointer;
}

.telegram-layout-control select:focus {
  border-color: rgba(34, 158, 217, 0.55);
  box-shadow: 0 0 0 3px rgba(34, 158, 217, 0.08);
}

@media (max-width: 720px) {
  .telegram-layout-control {
    align-items: stretch;
    flex-direction: column;
  }

  .telegram-layout-control select {
    max-width: none;
    width: 100%;
  }
}

/* RADAROS_SCHEDULED_FULL_EDIT_V31_6_1_1_READY */
#scheduled-text-editor {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 260px;
}

.scheduled-edit-actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.scheduled-edit-actions .detail-action.primary {
  margin-left: 0;
}

/* RADAROS_ADMIN_SYSTEMS_OPERATIONS_CENTER_V32_1_0_1_READY */
.admin-systems-dashboard {
  display: grid;
  gap: 14px;
}

.admin-systems-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--border, #dfe4ec);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(82,103,232,.10), rgba(49,165,106,.05));
}

.admin-systems-hero.is-attention {
  background:
    linear-gradient(135deg, rgba(213,140,39,.11), rgba(82,103,232,.04));
}

.admin-systems-hero.is-critical {
  background:
    linear-gradient(135deg, rgba(208,70,70,.12), rgba(82,103,232,.04));
}

.admin-systems-eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #5267e8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.admin-systems-hero h3 {
  margin: 0 0 6px;
  font-size: 22px;
}

.admin-systems-hero p {
  margin: 0;
  opacity: .72;
}

.admin-systems-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-top: 12px;
  font-size: 10px;
  opacity: .72;
}

.admin-systems-refresh {
  flex: 0 0 auto;
}

.admin-systems-alerts {
  display: grid;
  gap: 8px;
}

.admin-systems-alert,
.admin-systems-all-clear {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  border: 1px solid var(--border, #dfe4ec);
  border-radius: 12px;
}

.admin-systems-alert.is-critical {
  border-color: rgba(208,70,70,.32);
  background: rgba(208,70,70,.07);
}

.admin-systems-alert.is-warning {
  border-color: rgba(213,140,39,.32);
  background: rgba(213,140,39,.07);
}

.admin-systems-alert strong {
  font-size: 10px;
  text-transform: uppercase;
}

.admin-systems-alert span {
  font-size: 11px;
}

.admin-systems-all-clear {
  background: rgba(49,165,106,.06);
}

.admin-systems-all-clear > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: rgba(49,165,106,.14);
  color: #238456;
  font-weight: 900;
}

.admin-systems-all-clear strong,
.admin-systems-all-clear small {
  display: block;
}

.admin-systems-all-clear small {
  margin-top: 2px;
  opacity: .65;
}

.admin-systems-kpis {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.admin-systems-kpis article,
.admin-systems-resource,
.admin-systems-mini {
  padding: 13px;
  border: 1px solid var(--border, #dfe4ec);
  border-radius: 12px;
}

.admin-systems-kpis span,
.admin-systems-kpis strong,
.admin-systems-kpis small,
.admin-systems-resource span,
.admin-systems-resource strong,
.admin-systems-resource small,
.admin-systems-mini span,
.admin-systems-mini strong,
.admin-systems-mini small {
  display: block;
}

.admin-systems-kpis span,
.admin-systems-resource span,
.admin-systems-mini span {
  font-size: 10px;
  opacity: .65;
}

.admin-systems-kpis strong {
  margin: 6px 0 4px;
  font-size: 20px;
}

.admin-systems-kpis small,
.admin-systems-resource small,
.admin-systems-mini small {
  font-size: 9px;
  line-height: 1.4;
  opacity: .65;
}

.admin-systems-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.admin-systems-panel {
  min-width: 0;
}

.admin-systems-resources,
.admin-systems-mini-grid {
  display: grid;
  gap: 8px;
}

.admin-systems-resources {
  grid-template-columns: repeat(3, minmax(0,1fr));
}

.admin-systems-resource-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.admin-systems-resource-head strong {
  font-size: 13px;
}

.admin-systems-progress {
  height: 7px;
  margin: 9px 0 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(82,103,232,.09);
}

.admin-systems-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #31a56a;
}

.admin-systems-resource.is-warn .admin-systems-progress i {
  background: #d58c27;
}

.admin-systems-inline-stats,
.admin-systems-protected-db {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.admin-systems-inline-stats span,
.admin-systems-protected-db span {
  min-width: 86px;
  padding: 8px 9px;
  border-radius: 9px;
  background: rgba(82,103,232,.055);
  font-size: 10px;
}

.admin-systems-inline-stats b,
.admin-systems-protected-db b {
  display: block;
  margin-bottom: 2px;
  font-size: 8px;
  opacity: .55;
}

.admin-systems-queue-block + .admin-systems-queue-block {
  margin-top: 15px;
}

.admin-systems-queue-block > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}

.admin-systems-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.admin-systems-chip {
  display: inline-flex;
  gap: 5px;
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(82,103,232,.07);
  font-size: 9px;
}

.admin-systems-chip b {
  opacity: .65;
}

.admin-systems-table-wrap {
  overflow-x: auto;
}

.admin-systems-table {
  min-width: 860px;
}

.admin-systems-table td small {
  display: block;
  margin-top: 2px;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: .6;
}

.admin-system-status {
  display: inline-block;
  padding: 5px 7px;
  border-radius: 999px;
  background: rgba(49,165,106,.09);
  color: #238456;
  font-size: 9px;
  font-weight: 800;
}

.admin-system-status.is-bad {
  background: rgba(208,70,70,.09);
  color: #b93434;
}

.admin-system-status.is-paused {
  background: rgba(120,128,145,.10);
  color: #677083;
}

.admin-system-row.is-bad {
  background: rgba(208,70,70,.025);
}

.admin-systems-mini {
  box-shadow: inset 3px 0 0 #31a56a;
}

.admin-systems-mini.is-bad {
  box-shadow: inset 3px 0 0 #d04646;
}

.admin-systems-mini.is-paused {
  box-shadow: inset 3px 0 0 #8d95a5;
}

.admin-systems-mini strong {
  margin: 5px 0 4px;
  font-size: 12px;
}

.admin-systems-error-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.admin-systems-error-kpis > div {
  padding: 10px;
  border: 1px solid var(--border, #dfe4ec);
  border-radius: 10px;
  background: rgba(82,103,232,.035);
}

.admin-systems-error-kpis > div.is-critical {
  background: rgba(208,70,70,.055);
  border-color: rgba(208,70,70,.20);
}

.admin-systems-error-kpis span,
.admin-systems-error-kpis strong,
.admin-systems-error-kpis small {
  display: block;
}

.admin-systems-error-kpis span {
  font-size: 9px;
  opacity: .62;
}

.admin-systems-error-kpis strong {
  margin: 4px 0;
  font-size: 18px;
}

.admin-systems-error-kpis small {
  font-size: 8px;
  line-height: 1.35;
  opacity: .58;
}

.admin-systems-errors-table strong {
  color: #b93434;
}

.admin-systems-release {
  display: grid;
  gap: 8px;
}

.admin-systems-release > div {
  display: grid;
  grid-template-columns: minmax(130px,.45fr) 1fr;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid var(--border, #dfe4ec);
}

.admin-systems-release > div:last-child {
  border-bottom: 0;
}

.admin-systems-release span {
  font-size: 10px;
  opacity: .6;
}

.admin-systems-release strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 10px;
}

.admin-systems-count,
.admin-systems-muted {
  font-size: 10px;
  opacity: .6;
}

body.radaros-dark .admin-systems-hero,
body.radaros-dark .admin-systems-kpis article,
body.radaros-dark .admin-systems-resource,
body.radaros-dark .admin-systems-mini,
body.radaros-dark .admin-systems-alert,
body.radaros-dark .admin-systems-all-clear {
  border-color: #2c3956;
}

body.radaros-dark .admin-systems-inline-stats span,
body.radaros-dark .admin-systems-protected-db span,
body.radaros-dark .admin-systems-chip {
  background: rgba(255,255,255,.045);
}

@media (max-width: 1250px) {
  .admin-systems-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1050px) {
  .admin-systems-error-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .admin-systems-grid-2,
  .admin-systems-resources {
    grid-template-columns: 1fr;
  }

  .admin-systems-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-systems-hero {
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .admin-systems-kpis,
  .admin-systems-error-kpis {
    grid-template-columns: 1fr;
  }
}

.admin-system-status.is-completed {
  background: rgba(49,165,106,.12);
  color: #238456;
}

.admin-system-row.is-completed {
  background: rgba(49,165,106,.025);
}

/* RADAROS_MEDIA_INIT_ONESHOT_V32_1_1_2_READY */


/* Human-readable Problems & Attention center */
.admin-attention-center {
  margin: 14px 0 16px;
  border: 1px solid var(--line, rgba(132, 145, 171, .22));
  border-radius: 18px;
  background: var(--panel, #fff);
  overflow: hidden;
}

.admin-attention-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line, rgba(132, 145, 171, .18));
}

.admin-attention-head h3,
.admin-attention-clear-copy h3 {
  margin: 4px 0 5px;
}

.admin-attention-head p,
.admin-attention-clear-copy p {
  margin: 0;
  color: var(--muted, #667085);
  line-height: 1.45;
}

.admin-attention-count {
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  flex: 0 0 auto;
}

.admin-attention-count.is-critical {
  background: rgba(219, 72, 72, .12);
  color: #b92d2d;
}

.admin-attention-count.is-warning {
  background: rgba(214, 143, 33, .13);
  color: #9a6415;
}

.admin-attention-list {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.admin-attention-card {
  padding: 15px 16px;
  border: 1px solid var(--line, rgba(132, 145, 171, .18));
  border-radius: 14px;
  background: rgba(248, 250, 253, .72);
}

.admin-attention-card.is-critical {
  border-color: rgba(219, 72, 72, .28);
  background: rgba(219, 72, 72, .045);
}

.admin-attention-card.is-warning {
  border-color: rgba(214, 143, 33, .28);
  background: rgba(214, 143, 33, .045);
}

.admin-attention-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.admin-attention-card-head strong {
  font-size: 14px;
}

.admin-attention-severity {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
}

.admin-attention-card.is-critical .admin-attention-severity {
  background: rgba(219, 72, 72, .13);
  color: #b92d2d;
}

.admin-attention-card.is-warning .admin-attention-severity {
  background: rgba(214, 143, 33, .14);
  color: #9a6415;
}

.admin-attention-copy {
  display: grid;
  gap: 6px;
}

.admin-attention-copy p {
  margin: 0;
  line-height: 1.45;
  color: var(--text, #162033);
}

.admin-attention-copy b {
  font-weight: 750;
}

.admin-attention-copy small,
.admin-attention-clear-copy small {
  color: var(--muted, #667085);
  line-height: 1.4;
}

.admin-attention-center.is-clear {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border-color: rgba(49, 165, 106, .24);
  background: rgba(49, 165, 106, .045);
}

.admin-attention-clear-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: rgba(49, 165, 106, .14);
  color: #238456;
  font-weight: 900;
}

.admin-attention-clear-copy {
  display: grid;
  gap: 3px;
}

@media (max-width: 760px) {
  .admin-attention-head {
    padding: 15px;
  }

  .admin-attention-list {
    padding: 9px;
  }

  .admin-attention-card {
    padding: 13px;
  }

  .admin-attention-card-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .admin-attention-center.is-clear {
    padding: 15px;
  }
}
/* RADAROS_ADMIN_HUMAN_ATTENTION_CENTER_V32_1_4_READY */


/* Incident-aware recent history: informational, not alerting */
.admin-recent-events {
  margin: 14px 0 16px;
  border: 1px solid rgba(98, 116, 154, .20);
  border-radius: 18px;
  background: rgba(101, 116, 150, .035);
  overflow: hidden;
}

.admin-recent-events-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  padding: 17px 20px;
  border-bottom: 1px solid rgba(98, 116, 154, .16);
}

.admin-recent-events-head h3 {
  margin: 4px 0 5px;
}

.admin-recent-events-head p {
  margin: 0;
  color: var(--muted, #667085);
  line-height: 1.45;
}

.admin-recent-events-count {
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: rgba(98, 116, 154, .10);
  color: var(--muted, #667085);
  font-weight: 800;
}

.admin-recent-events-list {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.admin-recent-event-card {
  padding: 14px 16px;
  border: 1px solid rgba(98, 116, 154, .16);
  border-radius: 14px;
  background: var(--panel, #fff);
}

.admin-recent-event-title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
}

.admin-recent-event-title > span {
  display: inline-flex;
  min-height: 23px;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(98, 116, 154, .10);
  color: var(--muted, #667085);
  font-size: 11px;
  font-weight: 800;
}

.admin-recent-event-card p {
  margin: 0 0 9px;
  line-height: 1.45;
}

.admin-recent-event-card > small {
  display: block;
  margin-top: 9px;
  color: var(--muted, #667085);
  line-height: 1.4;
}

.admin-recent-event-services {
  display: grid;
  gap: 6px;
}

.admin-recent-event-row {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(98, 116, 154, .055);
}

.admin-recent-event-row small {
  color: var(--muted, #667085);
}

@media (max-width: 760px) {
  .admin-recent-events-head {
    padding: 15px;
  }

  .admin-recent-events-list {
    padding: 9px;
  }

  .admin-recent-event-row {
    grid-template-columns: 1fr auto;
  }

  .admin-recent-event-row small {
    grid-column: 1 / -1;
  }
}
/* RADAROS_INCIDENT_AWARE_ATTENTION_V32_1_6_READY */


/* RadarOS AI / Together key manager V32.1.8.3 */
.admin-together-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}
.admin-together-head>div{display:grid;gap:3px}
.admin-together-head>div>span,.admin-together-form-title>span{color:var(--muted,#667085);font-size:12px}
.admin-together-form{display:grid;grid-template-columns:minmax(180px,.75fr) minmax(220px,1fr);gap:12px;margin-bottom:16px;padding:15px;border:1px solid rgba(98,116,154,.18);border-radius:16px;background:rgba(98,116,154,.035)}
.admin-together-form.hidden{display:none}
.admin-together-form-title,.admin-together-key-field,.admin-together-form-actions{grid-column:1/-1}
.admin-together-form label{display:grid;gap:6px}
.admin-together-form label>span{font-size:12px;font-weight:700}
.admin-together-form input{width:100%}
.admin-together-form-actions,.admin-together-actions{display:flex;flex-wrap:wrap;align-items:center;gap:7px}
.admin-together-table{overflow-x:auto}
.admin-together-table table{min-width:780px}
.admin-together-table td>small{display:block;margin-top:4px;color:var(--muted,#667085)}
.admin-together-state{display:inline-flex;align-items:center;min-height:24px;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:800}
.admin-together-state.is-on{background:rgba(34,197,94,.10)}
.admin-together-state.is-off{background:rgba(98,116,154,.10);color:var(--muted,#667085)}
.admin-together-actions .danger{color:#b42318}
@media(max-width:760px){.admin-together-head{align-items:flex-start;flex-direction:column}.admin-together-form{grid-template-columns:1fr}.admin-together-form-title,.admin-together-key-field,.admin-together-form-actions{grid-column:auto}}
/* RADAROS_AI_TOGETHER_KEY_MANAGER_V32_1_8_7_READY */


/* RADAROS_AI_TOGETHER_BUTTON_POLISH_V32_1_8_9 */
#admin-together .admin-together-button {
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}
#admin-together .admin-together-button-add {
  min-height: 36px;
  padding-inline: 14px;
}
#admin-together .admin-together-actions { gap: 8px; }
#admin-together .admin-together-button-delete {
  border-color: rgba(217, 45, 32, 0.22);
  background: rgba(217, 45, 32, 0.06);
  color: #b42318;
}
#admin-together .admin-together-button-delete:hover {
  border-color: rgba(217, 45, 32, 0.34);
  background: rgba(217, 45, 32, 0.10);
  color: #912018;
}
@media (max-width: 760px) {
  #admin-together .admin-together-actions { gap: 6px; }
  #admin-together .admin-together-button {
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
  }
}


/* RADAROS_AI_TOGETHER_HEALTH_CENTER_V32_1_9_0 */
#admin-together .admin-together-head-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

#admin-together .admin-together-health-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

#admin-together .admin-together-health-summary > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  padding: 5px 9px;
  border: 1px solid rgba(98, 116, 154, 0.14);
  border-radius: 999px;
  background: rgba(98, 116, 154, 0.045);
  color: var(--muted, #667085);
  font-size: 12px;
}

#admin-together .admin-together-health-summary > span.has-error {
  border-color: rgba(217, 45, 32, 0.20);
  background: rgba(217, 45, 32, 0.06);
  color: #b42318;
}

#admin-together .admin-together-health {
  display: grid;
  gap: 2px;
  margin-top: 7px;
  max-width: 230px;
}

#admin-together .admin-together-health strong {
  font-size: 12px;
  font-weight: 800;
}

#admin-together .admin-together-health small {
  display: block;
  margin: 0;
  color: var(--muted, #667085);
  font-size: 11px;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
}

#admin-together .admin-together-health.is-healthy strong {
  color: #16803c;
}

#admin-together .admin-together-health.is-error strong {
  color: #b42318;
}

#admin-together .admin-together-health.is-unknown strong,
#admin-together .admin-together-health.is-disabled strong {
  color: var(--muted, #667085);
}

/* RADAROS_SECURITY_LOGIN_V1 */
.radaros-login-fallback { box-sizing:border-box; max-width:480px; margin:20px 0; padding:20px; border:1px solid #7083a3; border-radius:16px; background:#fff; color:#17233a; text-align:left; }
.radaros-login-fallback[hidden] { display:none !important; }
.radaros-login-fallback p { color:#364760; font:inherit; line-height:1.5; margin:12px 0; }
.radaros-login-fallback img { display:block; max-width:100%; height:auto; margin:12px auto; image-rendering:pixelated; background:#fff; }
.radaros-login-actions { display:flex; flex-wrap:wrap; gap:10px; align-items:center; }
.radaros-login-actions a,.radaros-login-actions button { font:inherit; font-size:14px; border:1px solid #587096; border-radius:8px; padding:10px 12px; background:#fff; color:#15325f; cursor:pointer; text-decoration:none; }
.radaros-login-actions a:focus-visible,.radaros-login-actions button:focus-visible { outline:3px solid #2563eb; outline-offset:3px; }
.radaros-login-actions button:disabled { opacity:.6; cursor:wait; }

/* RADAROS_MOBILE_DRAWER_POST_ACTION_SAFE_AREA_V32_2_1C_READY */
@media (max-width: 720px) {
  .queue-drawer {
    z-index: 18000 !important;
  }

  .queue-drawer-panel {
    height: 100dvh !important;
    max-height: 100dvh !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }

  .queue-drawer-header {
    flex: 0 0 auto;
    position: sticky;
    top: 0;
    z-index: 30;
  }

  .drawer-close {
    position: relative;
    z-index: 31;
    flex: 0 0 auto;
  }

  body:has(.queue-drawer:not(.hidden)) .radaros-mobile-menu-toggle {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .queue-drawer .queue-detail {
    flex: 1 1 auto;
    min-height: 0 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: calc(112px + env(safe-area-inset-bottom)) !important;
    scroll-padding-bottom: calc(112px + env(safe-area-inset-bottom));
  }

  .queue-drawer .detail-actions {
    position: sticky;
    z-index: 32;
    bottom: calc(14px + env(safe-area-inset-bottom)) !important;
    margin: 18px 0 0 !important;
    padding: 12px 12px calc(12px + env(safe-area-inset-bottom)) !important;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(247,248,251,.97);
    box-shadow: 0 12px 34px rgba(15,23,42,.16);
    backdrop-filter: blur(14px);
  }

  body.radaros-dark #app .queue-drawer .detail-actions {
    border-color: #344159;
    background: rgba(17,27,45,.97);
  }
}

/* RADAROS_MOBILE_POST_ACTIONS_NATURAL_FLOW_V32_2_1D_READY
   Keep the mobile drawer/safe-area fix, but do not float post actions
   in the middle of the viewport. Actions return to normal document flow.
*/
@media (max-width: 720px) {
  .queue-drawer .detail-actions {
    position: static !important;
    inset: auto !important;
    bottom: auto !important;
    z-index: auto !important;

    margin: 20px 0 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .queue-drawer .queue-detail {
    padding-bottom: calc(118px + env(safe-area-inset-bottom)) !important;
    scroll-padding-bottom: calc(118px + env(safe-area-inset-bottom));
  }

  .queue-drawer .detail-actions .detail-action {
    min-height: 48px;
  }
}

/* RADAROS_ADMIN_OVERVIEW_DRILLDOWN_CSS_V32_2_3_1_READY */
.admin-overview-kpi {
  position: relative;
  width: 100%;
  min-width: 0;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.admin-overview-kpi:hover {
  transform: translateY(-2px);
  border-color: #aeb9ff;
  box-shadow: 0 10px 24px rgba(36,54,116,.08);
}
.admin-overview-kpi:focus-visible {
  outline: 3px solid rgba(82,103,232,.22);
  outline-offset: 2px;
}
.admin-overview-kpi-arrow {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #6676d9;
  font-size: 15px;
  font-weight: 800;
  opacity: .72;
}
.admin-overview-detail-drawer { z-index: 19000; }
.admin-overview-detail-drawer .queue-drawer-panel {
  width: min(1040px, calc(100vw - 28px));
  max-width: 1040px;
}
.admin-overview-detail-body { min-width: 0; }
.admin-overview-detail-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(247,248,251,.78);
}
.admin-overview-detail-intro p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}
.admin-overview-detail-total {
  flex: 0 0 auto;
  display: flex;
  align-items: baseline;
  gap: 7px;
  white-space: nowrap;
}
.admin-overview-detail-total strong { font-size: 26px; }
.admin-overview-detail-total span,
.admin-overview-detail-complete { color: var(--muted); }
.admin-overview-detail-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.admin-overview-detail-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}
.admin-overview-detail-table th,
.admin-overview-detail-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  text-align: left;
}
.admin-overview-detail-table th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--panel, #fff);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.admin-overview-detail-table tbody tr:last-child td { border-bottom: 0; }
.admin-overview-detail-table tbody tr:hover { background: rgba(82,103,232,.045); }
.admin-overview-user-link {
  border: 0;
  padding: 0;
  background: transparent;
  color: #5267e8;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
}
.admin-overview-user-link:hover { text-decoration: underline; }
#admin-overview-detail-more {
  display: flex;
  justify-content: center;
  padding: 18px 0 4px;
}
body.radaros-dark #app .admin-overview-detail-intro {
  border-color: #344159;
  background: rgba(17,27,45,.76);
}
body.radaros-dark #app .admin-overview-detail-table-wrap { border-color: #344159; }
body.radaros-dark #app .admin-overview-detail-table th { background: #131e31; }
@media (max-width: 720px) {
  .admin-overview-detail-drawer .queue-drawer-panel {
    width: 100%;
    max-width: 100%;
  }
  .admin-overview-detail-intro { flex-direction: column; }
  .admin-overview-detail-table { min-width: 680px; }
  .admin-overview-kpi-arrow { top: 12px; right: 12px; }
}

/* RADAROS_ADMIN_OVERVIEW_DRAWER_WIDTH_V32_2_3_2_READY
   The generic queue drawer uses a 680px grid track. That clipped the
   overview drilldown table on desktop even though its panel requested 1040px.
*/
@media (min-width: 1001px) {
  .admin-overview-detail-drawer {
    grid-template-columns:
      minmax(0, 1fr)
      clamp(820px, 72vw, 1040px) !important;
  }

  .admin-overview-detail-drawer .queue-drawer-panel {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .admin-overview-detail-drawer .admin-overview-detail-body {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .admin-overview-detail-drawer .admin-overview-detail-table-wrap {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    overscroll-behavior-x: contain;
  }

  .admin-overview-detail-drawer .admin-overview-detail-table {
    width: 100%;
    min-width: 760px;
  }
}

/* RADAROS_ADMIN_DRILLDOWN_FILTERS_CLIENT_CSS_V32_2_4_0_READY */
.admin-overview-detail-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel, #fff);
}
.admin-overview-search {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 420px;
  min-width: 260px;
}
.admin-overview-search input {
  width: 100%;
  min-width: 0;
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  background: var(--panel, #fff);
  font: inherit;
}
.admin-overview-detail-toolbar-filters {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}
.admin-overview-filter-field {
  display: grid;
  gap: 5px;
}
.admin-overview-filter-field > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}
.admin-overview-filter-field select {
  min-width: 170px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  background: var(--panel, #fff);
  font: inherit;
}
.admin-overview-detail-result-summary {
  display: flex;
  justify-content: flex-end;
  margin: 0 2px 10px;
  color: var(--muted);
  font-size: 12px;
}
.admin-overview-detail-result-summary strong { color: var(--ink); }
.admin-overview-sort {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  width: 100%;
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  font-weight: inherit;
  text-align: left;
  cursor: pointer;
}
.admin-overview-sort:hover,
.admin-overview-sort:focus-visible { color: #5267e8; }
.admin-overview-filter-empty {
  padding: 28px 18px;
  text-align: center;
}
.admin-overview-return-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 14px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(82,103,232,.055);
}
body.radaros-dark #app .admin-overview-detail-toolbar,
body.radaros-dark #app .admin-overview-return-bar {
  border-color: #344159;
  background: rgba(17,27,45,.76);
}
body.radaros-dark #app .admin-overview-search input,
body.radaros-dark #app .admin-overview-filter-field select {
  border-color: #344159;
  color: var(--ink);
  background: #131e31;
}
@media (max-width: 900px) {
  .admin-overview-detail-toolbar {
    align-items: stretch;
    flex-direction: column;
  }
  .admin-overview-search {
    flex-basis: auto;
    min-width: 0;
  }
  .admin-overview-detail-toolbar-filters { justify-content: flex-start; }
}
@media (max-width: 720px) {
  .admin-overview-search {
    align-items: stretch;
    flex-direction: column;
  }
  .admin-overview-detail-toolbar-filters,
  .admin-overview-filter-field { width: 100%; }
  .admin-overview-filter-field select { width: 100%; }
}

/* RADAROS_ADMIN_ATTENTION_CENTER_CSS_V32_2_5_0_READY */
.admin-overview-attention {
  margin: 18px 0 22px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: radial-gradient(circle at 100% 0, rgba(82,103,232,.08), transparent 32%), var(--panel, #fff);
  box-shadow: 0 10px 30px rgba(15,23,42,.045);
}
.admin-overview-attention-head {
  display:flex; align-items:center; justify-content:space-between; gap:18px; margin-bottom:14px;
}
.admin-overview-attention-head h3 { margin:3px 0 4px; font-size:20px; }
.admin-overview-attention-head p { margin:0; color:var(--muted); font-size:13px; }
.admin-overview-attention-eyebrow {
  color:#5267e8; font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase;
}
.admin-overview-attention-head-actions { display:flex; align-items:center; gap:10px; }
.admin-overview-attention-total {
  display:inline-flex; align-items:center; justify-content:center; min-width:32px; height:32px;
  padding:0 9px; border-radius:999px; color:#fff; background:#5267e8; font-size:12px; font-weight:800;
}
.admin-overview-attention-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.admin-overview-attention-card {
  display:grid; grid-template-columns:42px minmax(0,1fr) auto; align-items:center; gap:12px;
  width:100%; min-width:0; padding:14px; border:1px solid var(--line); border-radius:14px;
  color:var(--ink); background:var(--panel,#fff); font:inherit; text-align:left; cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.admin-overview-attention-card:hover,.admin-overview-attention-card:focus-visible {
  transform:translateY(-1px); border-color:#98a5ef; box-shadow:0 10px 24px rgba(15,23,42,.08);
}
.admin-overview-attention-card.is-critical { border-color:rgba(180,35,24,.22); background:rgba(180,35,24,.035); }
.admin-overview-attention-card.is-warning { border-color:rgba(181,112,0,.2); background:rgba(181,112,0,.035); }
.admin-overview-attention-card-count {
  display:inline-flex; align-items:center; justify-content:center; width:42px; height:42px; border-radius:12px;
  color:#5267e8; background:rgba(82,103,232,.1); font-size:16px; font-weight:850;
}
.admin-overview-attention-card.is-critical .admin-overview-attention-card-count { color:#b42318; background:rgba(180,35,24,.09); }
.admin-overview-attention-card.is-warning .admin-overview-attention-card-count { color:#8b5b00; background:rgba(181,112,0,.1); }
.admin-overview-attention-card-copy { min-width:0; display:grid; gap:4px; }
.admin-overview-attention-card-copy strong { font-size:13px; }
.admin-overview-attention-card-copy small,.admin-overview-attention-updated { color:var(--muted); }
.admin-overview-attention-card-copy small { line-height:1.4; }
.admin-overview-attention-card-action { color:#5267e8; font-size:11px; font-weight:800; white-space:nowrap; }
.admin-overview-attention-clear {
  display:flex; align-items:center; gap:12px; padding:15px; border:1px solid rgba(22,128,60,.18);
  border-radius:14px; background:rgba(22,128,60,.045);
}
.admin-overview-attention-clear-icon {
  display:inline-flex; align-items:center; justify-content:center; width:38px; height:38px; flex:0 0 auto;
  border-radius:50%; color:#16803c; background:rgba(22,128,60,.1); font-weight:900;
}
.admin-overview-attention-clear > div { display:grid; gap:3px; }
.admin-overview-attention-updated { display:block; margin-top:11px; text-align:right; font-size:10px; }
.admin-overview-attention-loading {
  min-height:88px; display:flex; align-items:center; justify-content:center; gap:10px; color:var(--muted); font-size:13px;
}
body.radaros-dark #app .admin-overview-attention {
  border-color:#344159; background:radial-gradient(circle at 100% 0, rgba(82,103,232,.13), transparent 32%), #111b2d;
}
body.radaros-dark #app .admin-overview-attention-card { border-color:#344159; background:#131e31; }
body.radaros-dark #app .admin-overview-attention-card.is-critical { border-color:rgba(255,112,102,.24); background:rgba(180,35,24,.09); }
body.radaros-dark #app .admin-overview-attention-card.is-warning { border-color:rgba(255,193,84,.22); background:rgba(181,112,0,.08); }
@media (max-width:980px) { .admin-overview-attention-grid { grid-template-columns:1fr; } }
@media (max-width:720px) {
  .admin-overview-attention { padding:14px; border-radius:15px; }
  .admin-overview-attention-head { align-items:flex-start; flex-direction:column; }
  .admin-overview-attention-head-actions { width:100%; justify-content:space-between; }
  .admin-overview-attention-card { grid-template-columns:38px minmax(0,1fr); }
  .admin-overview-attention-card-count { width:38px; height:38px; }
  .admin-overview-attention-card-action { grid-column:2; }
}


/* RADAROS_SIDEBAR_PARITY_THEME_FIX_V1_READY */

/*
 * Favorites and Notifications are normal AuctionRadar navigation now.
 * They must have the same visual weight as the surrounding menu items.
 */
.radaros-sidebar-nav-parity-v1,
[data-auctionradar-section="favorites"],
[data-auctionradar-section="notifications"]{
  opacity:1!important;
  filter:none!important;
  pointer-events:auto!important;
  cursor:pointer!important;
}

.radaros-sidebar-nav-parity-v1 > *,
[data-auctionradar-section="favorites"] > *,
[data-auctionradar-section="notifications"] > *{
  opacity:1!important;
  filter:none!important;
}

.radaros-sidebar-nav-parity-v1 .radaros-sidebar-icon,
[data-auctionradar-section="favorites"] .radaros-sidebar-icon,
[data-auctionradar-section="notifications"] .radaros-sidebar-icon{
  opacity:1!important;
}

/*
 * Bottom sidebar utilities:
 * theme control + Instructions must stay inside one clean row.
 */
.radaros-sidebar-utility-row-v1{
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:80px minmax(0,1fr)!important;
  align-items:center!important;
  gap:8px!important;
  box-sizing:border-box!important;
}

.radaros-sidebar-utility-row-v1 > *{
  min-width:0!important;
  box-sizing:border-box!important;
}

.radaros-theme-control-v1{
  width:80px!important;
  min-width:80px!important;
  max-width:80px!important;
  height:44px!important;
  min-height:44px!important;
  padding-left:12px!important;
  padding-right:10px!important;
  margin:0!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}

.radaros-theme-control-v1 *{
  box-sizing:border-box!important;
  max-width:100%!important;
}

/*
 * Keep checkbox / switch mechanics inside the theme button even if older
 * theme CSS uses a fixed width that is too large after icon redesign.
 */
.radaros-theme-control-v1 input[type="checkbox"]{
  flex:0 0 auto!important;
  max-width:36px!important;
  margin:0!important;
}

.radaros-theme-control-v1
  :is(
    .switch,
    .toggle,
    .toggle-switch,
    .theme-switch,
    [class*="switch"],
    [class*="toggle"]
  ){
  max-width:38px!important;
  margin-left:auto!important;
  margin-right:0!important;
  transform:none!important;
}

.radaros-sidebar-utility-row-v1
  #start-product-tour{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  box-sizing:border-box!important;
}

@media(max-width:760px){
  .radaros-sidebar-utility-row-v1{
    grid-template-columns:76px minmax(0,1fr)!important;
    gap:7px!important;
  }

  .radaros-theme-control-v1{
    width:76px!important;
    min-width:76px!important;
    max-width:76px!important;
  }
}


/* RADAROS_POSTRADAR_BEST_PUBLISH_WINDOWS_V25_READY */
.ar-publish-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0}.ar-publish-summary article{padding:13px 15px;border:1px solid #e5e9f4;border-radius:12px;background:#f8f9fd}.ar-publish-summary small,.ar-publish-summary span{display:block;color:#8a94a8;font-size:11px}.ar-publish-summary strong{display:inline-block;margin-top:5px;color:#142039;font-size:20px}.ar-publish-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ar-publish-columns>div{min-width:0}.ar-publish-columns h5{margin:0 0 9px;color:#25314a;font-size:13px}.ar-publish-window{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:7px;padding:10px;border:1px solid #e4e8f3;border-radius:11px;background:#fff}.ar-publish-window.best{border-color:#dce2ff;background:#fafbff}.ar-publish-window.avoid{border-color:#f2e5e8;background:#fffafb}.ar-publish-window-rank{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;color:#5267ed;background:#edf0ff;font-size:12px;font-weight:850}.ar-publish-window.avoid .ar-publish-window-rank{color:#c45768;background:#fff0f3}.ar-publish-window>div:nth-child(2){display:grid;gap:2px}.ar-publish-window strong{color:#1c2942;font-size:12px}.ar-publish-window span,.ar-publish-window footer small{color:#858fa2;font-size:10px}.ar-publish-window footer{display:grid;justify-items:end;gap:3px;text-align:right}.ar-publish-window footer b{font-size:10px}.ar-publish-window footer b.positive{color:#229a71}.ar-publish-window footer b.negative{color:#cc5b6d}.ar-publish-columns aside{margin-top:10px;padding:12px 14px;border-radius:11px;color:#344262;background:linear-gradient(135deg,#eef1ff,#f5fbff)}.ar-publish-columns aside b{font-size:11px;color:#5267ed}.ar-publish-columns aside p{margin:4px 0 0;font-size:11px;line-height:1.45}.ar-publish-insufficient{padding:15px;border:1px dashed #dfe4ef;border-radius:11px;color:#8791a5;font-size:11px;line-height:1.45}
@media(max-width:760px){.ar-publish-summary{grid-template-columns:1fr}.ar-publish-columns{grid-template-columns:1fr}.ar-publish-window{grid-template-columns:32px minmax(0,1fr)}.ar-publish-window footer{grid-column:2;justify-items:start;text-align:left}}


/* RADAROS_STREAM_PUBLISH_STUDIO_V27_READY */
.manual-stream-studio{margin:14px 0;padding:16px;border:1px solid #dce3ff;border-radius:16px;background:linear-gradient(135deg,#f8f9ff,#f4fbff)}.manual-stream-studio>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.manual-stream-studio>header small{display:block;color:#6375e8;font-size:8px;font-weight:900;letter-spacing:.13em}.manual-stream-studio>header h3{margin:3px 0 0;color:#182540;font-size:15px}.manual-stream-studio>header>span{padding:7px 10px;border-radius:999px;font-size:9px;font-weight:850}.manual-stream-studio>header>span.ready{color:#16835e;background:#e4f7ef}.manual-stream-studio>header>span.warning{color:#ac6a16;background:#fff3db}.manual-studio-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.manual-studio-platform{padding:12px;border:1px solid #e2e7f1;border-radius:13px;background:#fff}.manual-studio-platform.ready{border-color:#cdebdc}.manual-studio-platform.warning{border-color:#f1dfbb}.manual-studio-platform header{display:flex;align-items:center;gap:9px}.manual-studio-platform header .platform-badge{width:31px;height:31px;border-radius:9px}.manual-studio-platform header>div{min-width:0;display:grid}.manual-studio-platform header strong{overflow:hidden;color:#1c2942;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.manual-studio-platform header span{color:#8993a5;font-size:9px}.manual-studio-platform header em{margin-left:auto;padding:5px 7px;border-radius:7px;color:#17845f;background:#e8f8f1;font-size:8px;font-style:normal;font-weight:850}.manual-studio-platform.warning header em{color:#a36618;background:#fff2d9}.manual-studio-platform>p{min-height:34px;margin:10px 0;padding:9px;border-radius:9px;color:#536078;background:#f6f8fc;font-size:9px;line-height:1.45}.manual-studio-platform footer{display:flex;flex-wrap:wrap;gap:5px}.manual-studio-platform footer span{padding:4px 6px;border-radius:6px;color:#667288;background:#eef1f6;font-size:8px}.manual-studio-platform footer span.problem{color:#b16027;background:#fff0df}.manual-studio-note{margin:11px 0 0;color:#7c879b;font-size:9px;line-height:1.45}.manual-studio-empty{padding:12px;color:#7d889b;text-align:center;font-size:10px}.radaros-dark .manual-stream-studio{border-color:#33466f;background:linear-gradient(135deg,#15213a,#13283a)}.radaros-dark .manual-stream-studio>header h3{color:#edf2ff}.radaros-dark .manual-studio-platform{border-color:#344158;background:#111b2d}.radaros-dark .manual-studio-platform strong{color:#edf2ff}.radaros-dark .manual-studio-platform>p{color:#b1bdd1;background:#19263b}
@media(max-width:760px){.manual-studio-grid{grid-template-columns:1fr}.manual-stream-studio{padding:12px}}

/* RADAROS_DELIVERY_CENTER_V30_READY */
.stream-manager-intro{display:flex;align-items:center;justify-content:space-between;gap:18px}.delivery-center-cta{position:relative;z-index:1;flex:0 0 auto;color:#172554;background:#fff;box-shadow:0 8px 24px rgba(4,12,35,.2)}
.delivery-center-button{color:#4257df!important;border-color:#aeb9ff!important;background:#f1f4ff!important;font-weight:850!important}.delivery-center-list{display:grid;gap:14px}.delivery-center-hero{display:flex;align-items:center;justify-content:space-between;gap:15px;color:#fff;border-color:#334b99;background:linear-gradient(135deg,#101d3a,#304db4)}.delivery-center-hero h3{margin:5px 0;color:#fff}.delivery-center-hero p{max-width:670px;margin:0;color:#d6dffd;font-size:11px;line-height:1.5}.delivery-center-hero .eyebrow{color:#aebcff}.delivery-group{overflow:hidden;border:1px solid #e1e6f0;border-radius:16px;background:#fff;box-shadow:0 8px 25px rgba(38,50,90,.05)}.delivery-group>header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px 17px;border-bottom:1px solid #edf0f5}.delivery-group>header>div{min-width:0;display:grid;gap:4px}.delivery-group>header strong{overflow:hidden;color:#192640;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.delivery-group>header small{color:#929bae;font-size:9px}.delivery-group>header em{flex:0 0 auto;padding:7px 10px;border-radius:999px;font-size:9px;font-style:normal;font-weight:850}.delivery-group>header em.success{color:#087654;background:#def7ed}.delivery-group>header em.warning{color:#a7610a;background:#fff0d3}.delivery-group>header em.working{color:#4358d9;background:#edf0ff}.delivery-platform-list{display:grid;gap:10px;padding:12px}.delivery-platform{padding:12px;border:1px solid #e5e9f1;border-radius:13px;background:#fbfcfe}.delivery-platform.success{border-color:#cfeadc;background:#f8fdfa}.delivery-platform.warning,.delivery-platform.danger{border-color:#f1dbb9;background:#fffcf7}.delivery-platform-head{display:flex;align-items:center;gap:10px}.delivery-platform-head>div{min-width:0;display:grid}.delivery-platform-head strong{color:#1b2942;font-size:11px}.delivery-platform-head span{color:#8a94a7;font-size:9px}.delivery-platform-head em{margin-left:auto;padding:5px 8px;border-radius:7px;color:#59657a;background:#edf0f5;font-size:8px;font-style:normal;font-weight:850}.delivery-platform.success .delivery-platform-head em{color:#087654;background:#def7ed}.delivery-platform.warning .delivery-platform-head em,.delivery-platform.danger .delivery-platform-head em{color:#9f5d0a;background:#ffedcb}.delivery-error{display:grid;gap:3px;margin:10px 0;padding:10px 12px;border-radius:10px;color:#8b530e;background:#fff3df}.delivery-error strong{font-size:10px}.delivery-error span{font-size:9px}.delivery-error details{margin-top:5px}.delivery-error summary{cursor:pointer;font-size:8px}.delivery-error code{display:block;overflow:auto;max-height:80px;margin-top:5px;padding:7px;color:#7e4d18;background:#fffaf2;font-size:8px;white-space:pre-wrap}.delivery-platform footer{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.delivery-history{margin-top:10px;border-top:1px solid #edf0f5;padding-top:9px}.delivery-history summary{cursor:pointer;color:#69758b;font-size:9px;font-weight:750}.delivery-history>div{display:grid;grid-template-columns:auto 1fr;gap:3px 10px;margin-top:7px;padding:7px;border-radius:8px;background:#f3f5f9}.delivery-history b,.delivery-history span{font-size:8px}.delivery-history span{color:#7c8799}.delivery-history small{grid-column:1/-1;color:#a15d31;font-size:8px}.delivery-no-history{display:block;margin-top:9px;color:#9aa3b3;font-size:8px}
.radaros-dark .delivery-group,.radaros-dark .delivery-platform{color:#e9efff;border-color:#334158;background:#111b2d}.radaros-dark .delivery-group>header{border-color:#2c3950}.radaros-dark .delivery-group>header strong,.radaros-dark .delivery-platform-head strong{color:#eef2ff}.radaros-dark .delivery-history>div{background:#18253a}
@media(max-width:760px){.stream-manager-intro,.delivery-center-hero,.delivery-group>header{align-items:flex-start;flex-direction:column}.delivery-center-cta{width:100%}.delivery-group>header em{align-self:flex-start}.delivery-platform footer .button{flex:1 1 130px}}


/* RADAROS_STREAM_PLATFORM_VERSIONS_V28_READY */
.manual-studio-grid{grid-template-columns:1fr}.manual-variant-editor{display:grid;grid-template-columns:1fr auto;gap:7px;margin-top:11px}.manual-variant-editor>span{grid-column:1/-1;display:flex;justify-content:space-between;color:#52617a;font-size:9px;font-weight:800}.manual-variant-editor>span b{color:#8792a6;font-weight:700}.manual-variant-editor textarea{min-height:92px;padding:10px;resize:vertical;border:1px solid #dfe4ef;border-radius:10px;color:#1d2941;background:#fbfcff;font:inherit;font-size:10px;line-height:1.5}.manual-variant-editor textarea:focus{outline:2px solid rgba(82,104,238,.18);border-color:#7788ee}.manual-variant-editor button{align-self:end;padding:9px 10px;border:1px solid #d9e0ff;border-radius:9px;color:#5267e9;background:#f1f4ff;font-size:8px;font-weight:850;cursor:pointer}.manual-variant-youtube{margin-top:11px;padding:10px;border-radius:9px;color:#778297;background:#f4f6fa;font-size:9px}.manual-studio-platform>p{min-height:0}.radaros-dark .manual-variant-editor textarea{color:#eef2ff;border-color:#344259;background:#17243a}.radaros-dark .manual-variant-youtube{color:#aeb9cb;background:#1a273b}


/* RADAROS_UNIFIED_WELCOME_V31_STYLES */
.radaros-unified-landing{--rw-ink:#0b1428;--rw-muted:#65718a;--rw-line:#e1e6f0;--rw-blue:#5268ed;--rw-blue2:#7083f4;--rw-navy:#0e1b36;min-height:100vh;overflow:hidden;color:var(--rw-ink);background:#f7f9fd;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}.radaros-unified-landing *{box-sizing:border-box}.radaros-unified-landing a{text-decoration:none;color:inherit}.rw-header{position:sticky;z-index:40;top:0;width:min(1320px,calc(100% - 48px));height:78px;margin:0 auto;display:grid;grid-template-columns:180px 1fr 100px;align-items:center;gap:24px;border-bottom:1px solid rgba(218,224,237,.72);background:rgba(247,249,253,.88);backdrop-filter:blur(18px)}.rw-brand{display:inline-flex;align-items:center;gap:10px}.rw-brand>span{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;color:#fff;background:linear-gradient(135deg,#6276f5,#3e54dc);box-shadow:0 9px 24px rgba(82,104,237,.24);font-size:16px;font-weight:850}.rw-brand strong{font-size:20px;letter-spacing:-.04em}.rw-nav{display:flex;justify-content:center;gap:28px;color:#657087;font-size:13px;font-weight:700}.rw-nav a:hover{color:var(--rw-blue)}.rw-login{min-height:42px;border-color:#d8deeb;background:#fff;font-weight:750}.rw-hero{position:relative;width:min(1320px,calc(100% - 48px));min-height:680px;margin:0 auto;padding:76px 0 90px;display:grid;grid-template-columns:minmax(0,.93fr) minmax(520px,1.07fr);align-items:center;gap:64px}.rw-hero:before{content:"";position:absolute;width:660px;height:660px;left:-390px;top:-180px;border-radius:50%;background:radial-gradient(circle,rgba(82,104,237,.14),transparent 68%)}.rw-hero-copy{position:relative;z-index:2}.rw-pill{width:max-content;max-width:100%;margin-bottom:22px;padding:9px 13px;display:flex;align-items:center;gap:8px;border:1px solid #dfe4f3;border-radius:999px;color:#485675;background:#fff;font-size:11px;font-weight:750}.rw-pill i{width:7px;height:7px;border-radius:50%;background:#27c58a;box-shadow:0 0 0 5px rgba(39,197,138,.12)}.rw-kicker{margin:0 0 13px;color:#5268ed;font-size:11px;font-weight:850;letter-spacing:.15em;text-transform:uppercase}.rw-hero h1{max-width:720px;margin:0;font-size:clamp(49px,5.2vw,76px);line-height:.99;letter-spacing:-.064em}.rw-hero h1 em{color:#5268ed;font-style:normal}.rw-lead{max-width:690px;margin:27px 0 0;color:#637089;font-size:18px;line-height:1.65}.rw-hero-actions{margin-top:33px;display:flex;gap:11px}.rw-primary,.rw-secondary{min-height:52px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:18px;border-radius:13px;font-weight:780}.rw-secondary{color:#26324b;border:1px solid #d8deeb;background:#fff}.rw-trust{margin-top:23px;display:flex;flex-wrap:wrap;gap:16px;color:#768096;font-size:11px;font-weight:700}.rw-hero-visual{position:relative;min-height:510px}.rw-orbit{position:absolute;inset:1% 5%;border-radius:50%;border:1px solid rgba(96,117,242,.16);background:radial-gradient(circle,rgba(105,126,246,.15),rgba(105,126,246,0) 62%);transform:rotate(-9deg)}.rw-visual-card{position:absolute;padding:22px;border:1px solid rgba(223,228,241,.9);border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 30px 80px rgba(28,43,85,.14);backdrop-filter:blur(15px)}.rw-post-card{width:79%;left:0;top:45px;transform:rotate(-2deg)}.rw-auction-card{width:72%;right:0;bottom:45px;transform:rotate(2.5deg)}.rw-card-head{display:flex;align-items:center;gap:11px}.rw-card-head>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;color:#fff;background:#5268ed;font-weight:850}.rw-auction-card .rw-card-head>span{background:#132343}.rw-card-head>div{display:grid;gap:3px}.rw-card-head small{color:#8993a8;font-size:8px;font-weight:850;letter-spacing:.14em}.rw-card-head strong{font-size:15px}.rw-card-head>b{margin-left:auto;padding:7px 10px;border-radius:999px;color:#187b5b;background:#e8f7f1;font-size:10px}.rw-pipeline{margin:22px 0 17px;padding:13px;display:flex;align-items:center;justify-content:space-between;border-radius:13px;background:#f2f4fa}.rw-pipeline i{font-size:9px;font-style:normal;font-weight:780}.rw-pipeline em{color:#8d98b0;font-style:normal}.rw-mini-bars{height:100px;display:flex;align-items:flex-end;gap:8px}.rw-mini-bars span{flex:1;height:var(--h);border-radius:6px 6px 2px 2px;background:linear-gradient(#6579f1,#a8b2fa)}.rw-score-row{margin-top:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.rw-score-row>div{padding:12px;border-radius:12px;background:#f4f6fb}.rw-score-row small,.rw-score-row strong{display:block}.rw-score-row small{margin-bottom:6px;color:#929bae;font-size:8px}.rw-score-row strong{font-size:11px}.rw-ai-bubble{position:absolute;right:-10px;top:6px;padding:12px 15px;display:flex;align-items:center;gap:10px;border-radius:15px;color:#fff;background:#111f3d;box-shadow:0 18px 40px rgba(18,32,62,.24)}.rw-ai-bubble>span{font-size:20px;color:#8fa1ff}.rw-ai-bubble strong,.rw-ai-bubble small{display:block}.rw-ai-bubble strong{font-size:11px}.rw-ai-bubble small{margin-top:3px;color:#9eabc5;font-size:8px}.rw-proof{width:min(1320px,calc(100% - 48px));margin:0 auto;padding:23px 28px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--rw-line);border-radius:20px;background:#fff;box-shadow:0 18px 45px rgba(28,43,85,.06)}.rw-proof>div{padding:4px 24px;border-right:1px solid var(--rw-line)}.rw-proof>div:last-child{border-right:0}.rw-proof strong,.rw-proof span{display:block}.rw-proof strong{color:#5268ed;font-size:26px;letter-spacing:-.04em}.rw-proof span{margin-top:5px;color:#7a859b;font-size:10px}.rw-section{width:min(1320px,calc(100% - 48px));margin:0 auto;padding:112px 0}.rw-section-title{max-width:850px}.rw-section-title h2{margin:0;font-size:clamp(36px,4.2vw,58px);line-height:1.05;letter-spacing:-.052em}.rw-section-title>p:last-child{margin:20px 0 0;color:#6a768d;font-size:16px;line-height:1.65}.rw-centered{margin:0 auto;text-align:center}.rw-product-grid{margin-top:48px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.rw-product{position:relative;padding:36px;border:1px solid var(--rw-line);border-radius:25px;background:#fff;overflow:hidden}.rw-product:after{content:"";position:absolute;width:250px;height:250px;right:-100px;top:-120px;border-radius:50%;background:rgba(82,104,237,.08)}.rw-product-auction{color:#fff;border-color:#1a2d55;background:linear-gradient(135deg,#101d38,#172a53)}.rw-product-auction:after{background:rgba(103,126,247,.18)}.rw-product-top{position:relative;z-index:1;display:flex;align-items:center;gap:11px}.rw-product-top>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;color:#fff;background:#5268ed;font-weight:850}.rw-product-auction .rw-product-top>span{color:#15254a;background:#fff}.rw-product-top b{font-size:19px}.rw-product-top small{margin-left:auto;padding:7px 10px;border-radius:999px;color:#5268ed;background:#eef1ff;font-size:9px;font-weight:800}.rw-product-auction .rw-product-top small{color:#c4cffd;background:rgba(255,255,255,.1)}.rw-product h3{position:relative;z-index:1;margin:31px 0 13px;font-size:30px;letter-spacing:-.04em}.rw-product>p{min-height:52px;margin:0;color:#6d788f;line-height:1.55}.rw-product-auction>p{color:#aeb9d1}.rw-product ul{margin:25px 0;padding:22px 0 0;display:grid;gap:12px;border-top:1px solid #e7eaf2;list-style:none}.rw-product-auction ul{border-color:rgba(255,255,255,.13)}.rw-product li{font-size:12px}.rw-product li:before{content:"✓";margin-right:9px;color:#24ad7e;font-weight:900}.rw-product button{width:100%;margin-top:26px;min-height:49px}.rw-auction-button{color:#fff;border-color:#6379f2;background:#5268ed}.rw-analytics{width:100%;padding-left:max(24px,calc((100% - 1320px)/2));padding-right:max(24px,calc((100% - 1320px)/2));background:linear-gradient(180deg,#f1f4ff,#f8f9fd)}.rw-analytics-tabs{width:max-content;max-width:100%;margin:30px auto 0;padding:5px;display:flex;border:1px solid #dde3f0;border-radius:13px;background:#fff}.rw-analytics-tabs span{padding:10px 15px;border-radius:9px;color:#707b91;font-size:10px;font-weight:800}.rw-analytics-tabs span:first-child{color:#fff;background:#5268ed}.rw-analytics-stage{margin-top:33px;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr);gap:18px}.rw-dashboard,.rw-insights{padding:25px;border:1px solid #dfe4ef;border-radius:22px;background:#fff;box-shadow:0 22px 55px rgba(28,43,85,.08)}.rw-dashboard-head{display:flex;align-items:center;justify-content:space-between}.rw-dashboard-head>div{display:grid;gap:4px}.rw-dashboard-head small{color:#7987ed;font-size:8px;font-weight:850;letter-spacing:.15em}.rw-dashboard-head strong{font-size:18px}.rw-dashboard-head>span{padding:7px 10px;border-radius:999px;color:#6e7a91;background:#f1f3f8;font-size:8px}.rw-metric-row{margin-top:21px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.rw-metric-row>div{padding:14px;border:1px solid #e7eaf2;border-radius:13px}.rw-metric-row small,.rw-metric-row strong,.rw-metric-row b{display:block}.rw-metric-row small{color:#8b95a8;font-size:8px}.rw-metric-row strong{margin-top:7px;font-size:19px}.rw-metric-row strong em{color:#99a2b3;font-size:10px;font-style:normal}.rw-metric-row b{margin-top:5px;color:#7f899c;font-size:8px}.rw-metric-row b.good{color:#1a9a6f}.rw-chart{margin-top:12px;padding:15px;border-radius:14px;background:#f7f8fc}.rw-chart-label{display:flex;justify-content:space-between}.rw-chart-label strong{font-size:10px}.rw-chart-label span{color:#8993a7;font-size:8px}.rw-chart svg{width:100%;height:125px;overflow:visible}.rw-chart .area{fill:url(#rwGradient)}.rw-chart .line{fill:none;stroke:#5268ed;stroke-width:4;stroke-linecap:round}.rw-heat{margin-top:13px}.rw-heat>strong{font-size:10px}.rw-heat>div{margin-top:9px;display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.rw-heat i{padding:11px 3px;border-radius:8px;color:color-mix(in srgb,#10182c calc(50% - var(--v)*20%),#fff);background:color-mix(in srgb,#5268ed calc(10% + var(--v)*74%),#f4f6fb);font-size:8px;font-style:normal;text-align:center}.rw-insight-title{display:flex;align-items:center;gap:10px}.rw-insight-title>span{width:39px;height:39px;display:grid;place-items:center;border-radius:12px;color:#fff;background:#5268ed}.rw-insight-title>div{display:grid}.rw-insight-title small{color:#7080e9;font-size:8px;font-weight:850;letter-spacing:.15em}.rw-insight-title strong{margin-top:3px;font-size:17px}.rw-insights article{margin-top:14px;padding:14px;display:grid;grid-template-columns:26px 1fr;gap:8px;border-radius:13px;background:#f5f7fb}.rw-insights article>b{color:#6074ed;font-size:10px}.rw-insights article strong{font-size:11px}.rw-insights article p{margin:5px 0 0;color:#778298;font-size:9px;line-height:1.5}.rw-insights button{width:100%;margin-top:17px}.rw-autopilot{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.rw-autopilot-copy h2,.rw-auction-copy h2{margin:0;font-size:clamp(38px,4.5vw,61px);line-height:1.04;letter-spacing:-.055em}.rw-autopilot-copy>p:nth-of-type(2),.rw-auction-copy>p:nth-of-type(2){margin:22px 0;color:#68758c;font-size:16px;line-height:1.65}.rw-checks{margin:26px 0;display:grid;gap:12px}.rw-checks span{font-size:12px;font-weight:650}.rw-checks span::first-letter{color:#1a9b6e}.rw-autopilot-flow{position:relative;padding:24px;border:1px solid var(--rw-line);border-radius:24px;background:#fff;box-shadow:0 25px 70px rgba(28,43,85,.08)}.rw-autopilot-flow article{padding:15px;display:grid;grid-template-columns:30px 43px 1fr;align-items:center;gap:11px;border-radius:14px;background:#f5f7fb}.rw-autopilot-flow article>b{color:#8c96aa;font-size:9px}.rw-autopilot-flow article>span{width:43px;height:43px;display:grid;place-items:center;border-radius:12px;color:#5268ed;background:#e9edff;font-size:18px}.rw-autopilot-flow article>div{display:grid;gap:4px}.rw-autopilot-flow strong{font-size:13px}.rw-autopilot-flow small{color:#7d879b;font-size:9px}.rw-autopilot-flow>i{width:2px;height:20px;margin:0 0 0 67px;display:block;background:#dfe4f0}.rw-auction-section{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}.rw-auction-section{width:100%;padding-left:max(24px,calc((100% - 1320px)/2));padding-right:max(24px,calc((100% - 1320px)/2));color:#fff;background:radial-gradient(circle at 85% 10%,rgba(91,115,238,.27),transparent 27%),linear-gradient(130deg,#0b172e,#12264d)}.rw-auction-copy>p:nth-of-type(2){color:#aab7d0}.rw-auction-trust{margin-top:28px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.rw-auction-trust>span{padding:13px;display:grid;grid-template-columns:24px 1fr;gap:2px 8px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.055)}.rw-auction-trust i{grid-row:1/3;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;color:#50d2a3;background:rgba(45,194,140,.13);font-size:9px;font-style:normal}.rw-auction-trust strong{font-size:10px}.rw-auction-trust small{color:#92a1bc;font-size:8px}.rw-lot-card{padding:25px;border:1px solid rgba(255,255,255,.18);border-radius:23px;color:#10182b;background:#fff;box-shadow:0 35px 90px rgba(0,0,0,.3)}.rw-lot-head{display:flex;align-items:center;gap:11px}.rw-lot-head>span{width:47px;height:47px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#5268ed;font-weight:850}.rw-lot-head>div{display:grid;gap:4px}.rw-lot-head>div strong{font-size:15px}.rw-lot-head>div small{color:#8a95aa;font-size:9px}.rw-lot-head>b{margin-left:auto;padding:7px 9px;border-radius:999px;color:#17835e;background:#e7f7f0;font-size:8px}.rw-lot-kpis{margin:20px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.rw-lot-kpis>div{padding:13px;border-radius:12px;background:#f3f5fa}.rw-lot-kpis small,.rw-lot-kpis strong{display:block}.rw-lot-kpis small{color:#8993a7;font-size:8px}.rw-lot-kpis strong{margin-top:6px;font-size:14px}.rw-lot-verdict{padding:15px;display:grid;grid-template-columns:38px 1fr;gap:11px;border:1px solid #dce3fd;border-radius:14px;background:#f1f4ff}.rw-lot-verdict>span{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;color:#fff;background:#5268ed}.rw-lot-verdict small,.rw-lot-verdict strong{display:block}.rw-lot-verdict small{color:#6174e8;font-size:8px;font-weight:850}.rw-lot-verdict strong{margin-top:4px;font-size:13px}.rw-lot-verdict p{margin:6px 0 0;color:#727e95;font-size:9px;line-height:1.45}.rw-lot-price{margin-top:19px;display:flex;align-items:center;justify-content:space-between}.rw-lot-price>div{display:grid}.rw-lot-price small{color:#8c96aa;font-size:8px}.rw-lot-price strong{margin-top:4px;font-size:21px}.rw-buy-intelligence{padding-bottom:85px}.rw-score-cards{margin-top:43px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.rw-score-cards article{padding:20px;border:1px solid var(--rw-line);border-radius:17px;background:#fff}.rw-score-cards article>span{color:#7788ef;font-size:9px;font-weight:850}.rw-score-cards small,.rw-score-cards strong,.rw-score-cards em{display:block}.rw-score-cards small{margin-top:22px;color:#8993a7;font-size:8px}.rw-score-cards strong{margin-top:5px;font-size:14px}.rw-score-cards article>div{height:7px;margin-top:17px;overflow:hidden;border-radius:99px;background:#e9ecf3}.rw-score-cards article>div b{width:var(--score);height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#5268ed,#8392f6)}.rw-score-cards article>div.risk b{background:linear-gradient(90deg,#2aba87,#72dcba)}.rw-score-cards em{margin-top:8px;color:#5268ed;font-size:10px;font-style:normal;font-weight:800}.rw-data-list{margin-top:16px;padding:18px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px;border:1px solid var(--rw-line);border-radius:17px;background:#fff}.rw-data-list span{padding:9px 12px;border-radius:999px;color:#68748a;background:#f1f3f8;font-size:9px;font-weight:700}.rw-ecosystem{padding-top:65px}.rw-journey{margin-top:43px;padding:28px;display:flex;align-items:center;justify-content:space-between;border-radius:23px;color:#fff;background:linear-gradient(120deg,#111f3e,#243d7b)}.rw-journey article{min-width:120px;text-align:center}.rw-journey article span{width:34px;height:34px;margin:0 auto 10px;display:grid;place-items:center;border-radius:50%;color:#aebafd;background:rgba(255,255,255,.1);font-size:9px}.rw-journey b,.rw-journey small{display:block}.rw-journey b{font-size:13px}.rw-journey small{margin-top:5px;color:#9facC5;font-size:8px}.rw-journey>i{color:#7183dc;font-style:normal}.rw-audience-grid{margin-top:40px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.rw-audience-grid article{padding:23px;border:1px solid var(--rw-line);border-radius:17px;background:#fff}.rw-audience-grid span{color:#6276ee;font-size:10px;font-weight:850}.rw-audience-grid h3{margin:23px 0 9px;font-size:17px}.rw-audience-grid p{margin:0;color:#747f94;font-size:11px;line-height:1.55}.rw-final{width:min(1320px,calc(100% - 48px));margin:25px auto 80px;padding:52px;display:flex;align-items:center;justify-content:space-between;gap:40px;border-radius:27px;color:#fff;background:radial-gradient(circle at 85% 15%,rgba(107,130,248,.42),transparent 30%),linear-gradient(125deg,#0c1932,#192f60)}.rw-final h2{margin:0;font-size:clamp(34px,4vw,53px);letter-spacing:-.05em}.rw-final>div>p:last-child{margin:14px 0 0;color:#aab6cf}.rw-final>div:last-child{display:flex;flex-direction:column;gap:9px;min-width:280px}.rw-final button{min-height:50px}.rw-light{color:#172442;border-color:#fff;background:#fff}.rw-footer{width:min(1320px,calc(100% - 48px));min-height:105px;margin:0 auto;display:grid;grid-template-columns:1fr 1.6fr 1fr;align-items:center;gap:20px;border-top:1px solid var(--rw-line);color:#778197;font-size:10px}.rw-footer>p{text-align:center}.rw-footer>div{display:flex;justify-content:flex-end;gap:17px}.rw-legal{margin:-14px auto 25px;color:#a0a7b5;font-size:9px;text-align:center}
@media(max-width:1050px){.rw-header{grid-template-columns:1fr auto}.rw-nav{display:none}.rw-hero{grid-template-columns:1fr;padding-top:58px}.rw-hero-copy{max-width:820px}.rw-hero-visual{width:min(760px,100%);margin:0 auto}.rw-autopilot,.rw-auction-section{grid-template-columns:1fr}.rw-analytics-stage{grid-template-columns:1fr}.rw-insights{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.rw-insight-title,.rw-insights button{grid-column:1/-1}.rw-insights article{margin-top:0}.rw-score-cards,.rw-audience-grid{grid-template-columns:repeat(2,1fr)}.rw-journey{overflow-x:auto;gap:18px}.rw-journey article{flex:0 0 130px}.rw-final{align-items:flex-start;flex-direction:column}.rw-final>div:last-child{width:100%;display:grid;grid-template-columns:1fr 1fr}}
@media(max-width:700px){.rw-header,.rw-hero,.rw-proof,.rw-section,.rw-final,.rw-footer{width:min(100% - 28px,1320px)}.rw-header{height:68px}.rw-brand>span{width:32px;height:32px}.rw-brand strong{font-size:17px}.rw-hero{padding:45px 0 65px;gap:30px}.rw-hero h1{font-size:clamp(40px,12.5vw,57px)}.rw-lead{font-size:15px}.rw-hero-actions{flex-direction:column}.rw-hero-actions>*{width:100%}.rw-trust{gap:9px 14px}.rw-hero-visual{min-height:390px}.rw-post-card{width:92%;top:30px}.rw-auction-card{width:88%;bottom:25px}.rw-ai-bubble{right:0}.rw-proof{grid-template-columns:1fr 1fr;padding:15px}.rw-proof>div{padding:13px;border:0}.rw-proof>div:nth-child(odd){border-right:1px solid var(--rw-line)}.rw-proof>div:nth-child(-n+2){border-bottom:1px solid var(--rw-line)}.rw-section{padding:78px 0}.rw-section-title h2{font-size:38px}.rw-product-grid{grid-template-columns:1fr}.rw-product{padding:25px}.rw-product h3{font-size:26px}.rw-analytics{width:100%;padding-left:14px;padding-right:14px}.rw-analytics-tabs{width:100%}.rw-analytics-tabs span{flex:1;text-align:center}.rw-dashboard{padding:16px}.rw-metric-row{grid-template-columns:1fr}.rw-heat>div{grid-template-columns:repeat(3,1fr)}.rw-insights{display:block}.rw-insights article{margin-top:10px}.rw-autopilot{gap:34px}.rw-auction-section{width:100%;padding-left:14px;padding-right:14px}.rw-auction-trust{grid-template-columns:1fr}.rw-lot-card{padding:17px}.rw-lot-head>b{display:none}.rw-lot-kpis{grid-template-columns:1fr 1fr}.rw-lot-kpis>div:last-child{grid-column:1/-1}.rw-lot-price{align-items:stretch;flex-direction:column;gap:15px}.rw-score-cards,.rw-audience-grid{grid-template-columns:1fr}.rw-journey{padding:20px}.rw-final{margin-bottom:55px;padding:31px 23px}.rw-final>div:last-child{display:flex}.rw-footer{padding:28px 0;grid-template-columns:1fr;text-align:center}.rw-footer .rw-brand,.rw-footer>div{justify-content:center}.rw-footer>p{margin:0}.rw-legal{padding:0 18px}.rw-mini-bars{height:75px}}


/* RADAROS_WELCOME_FIRST_SCREEN_V31_2_STYLES */
.rw2-hero{position:relative;width:min(1320px,calc(100% - 48px));margin:0 auto;padding:70px 0 62px}.rw2-hero:before{content:"";position:absolute;z-index:0;width:650px;height:650px;left:-410px;top:-260px;border-radius:50%;background:radial-gradient(circle,rgba(82,104,237,.14),transparent 68%);pointer-events:none}.rw2-intro{position:relative;z-index:1;max-width:1020px;margin:0 auto;text-align:center}.rw2-overline{width:max-content;max-width:100%;margin:0 auto 19px;padding:8px 12px;display:flex;align-items:center;gap:8px;border:1px solid #dde3f0;border-radius:999px;color:#52617c;background:#fff;font-size:10px;font-weight:800}.rw2-overline span{width:7px;height:7px;border-radius:50%;background:#2ac58f;box-shadow:0 0 0 5px rgba(42,197,143,.12)}.rw2-intro h1{margin:0;color:#0a1428;font-size:clamp(46px,5.7vw,78px);line-height:1.01;letter-spacing:-.062em}.rw2-intro h1 em{color:#5268ed;font-style:normal}.rw2-intro>p:last-child{max-width:850px;margin:23px auto 0;color:#67748b;font-size:16px;line-height:1.64}.rw2-choice{position:relative;z-index:1;margin-top:48px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.rw2-path{position:relative;padding:30px;border-radius:25px;overflow:hidden;box-shadow:0 25px 70px rgba(30,44,86,.1)}.rw2-path:before{content:"";position:absolute;width:300px;height:300px;right:-160px;top:-160px;border-radius:50%;pointer-events:none}.rw2-path-post{color:#0d172b;border:1px solid #dce3f2;background:#fff}.rw2-path-post:before{background:rgba(82,104,237,.08)}.rw2-path-auction{color:#fff;border:1px solid #263b69;background:radial-gradient(circle at 92% 5%,rgba(91,117,242,.28),transparent 31%),linear-gradient(135deg,#0d1b36,#172b55)}.rw2-path-auction:before{background:rgba(111,133,247,.13)}.rw2-path-head{position:relative;z-index:1;display:flex;align-items:center;gap:11px}.rw2-product-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;color:#fff;background:#5268ed;font-size:16px;font-weight:900}.rw2-path-auction .rw2-product-icon{color:#15264a;background:#fff}.rw2-path-head>div{display:grid;gap:3px}.rw2-path-head>div small{color:#6477ea;font-size:8px;font-weight:900;letter-spacing:.16em}.rw2-path-auction .rw2-path-head>div small{color:#8fa2ff}.rw2-path-head>div strong{font-size:10px}.rw2-path-head>b{margin-left:auto;padding:7px 10px;border-radius:999px;color:#17805d;background:#e7f7f0;font-size:8px}.rw2-path-auction .rw2-path-head>b{color:#c7d2ff;background:rgba(255,255,255,.1)}.rw2-path h2{position:relative;z-index:1;margin:31px 0 13px;font-size:clamp(32px,3.1vw,44px);line-height:1.04;letter-spacing:-.05em}.rw2-path h2 em{color:#5268ed;font-style:normal}.rw2-path-auction h2 em{color:#8ea0ff}.rw2-path>p{position:relative;z-index:1;min-height:75px;margin:0;color:#68758b;font-size:13px;line-height:1.6}.rw2-path-auction>p{color:#aebbd3}.rw2-feature-line{position:relative;z-index:1;margin-top:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.rw2-feature-line>span{padding:11px 8px;display:flex;align-items:center;gap:7px;border-radius:11px;color:#3f4d66;background:#f2f4f9;font-size:8px;font-weight:750}.rw2-feature-line i{width:20px;height:20px;display:grid;place-items:center;border-radius:7px;color:#5268ed;background:#e4e9ff;font-size:10px;font-style:normal}.rw2-path-auction .rw2-feature-line>span{color:#c9d2e4;background:rgba(255,255,255,.065)}.rw2-path-auction .rw2-feature-line i{color:#a9b7ff;background:rgba(110,132,247,.16)}.rw2-post-demo,.rw2-lot-demo{position:relative;z-index:1;margin-top:14px;padding:14px;border:1px solid #e1e6f0;border-radius:14px;background:#f9faff}.rw2-demo-flow{display:flex;align-items:center;justify-content:space-between}.rw2-demo-flow span{padding:7px 9px;border-radius:8px;color:#43516b;background:#eef1f8;font-size:8px;font-weight:800}.rw2-demo-flow i{color:#9ba5b6;font-style:normal}.rw2-demo-status{margin-top:12px;padding-top:11px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e5e8ef}.rw2-demo-status b{color:#18805e;font-size:8px}.rw2-demo-status b i{width:6px;height:6px;margin-right:5px;display:inline-block;border-radius:50%;background:#2bc690}.rw2-demo-status strong{font-size:8px}.rw2-lot-demo{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border-color:rgba(255,255,255,.1);background:rgba(255,255,255,.065)}.rw2-lot-demo>div{padding:10px;border-right:1px solid rgba(255,255,255,.1)}.rw2-lot-demo>div:last-child{border-right:0}.rw2-lot-demo span,.rw2-lot-demo strong{display:block}.rw2-lot-demo span{color:#91a0bd;font-size:7px}.rw2-lot-demo strong{margin-top:6px;color:#fff;font-size:12px}.rw2-lot-demo strong small{color:#8fa1ff;font-size:8px}.rw2-main-action{position:relative;z-index:1;width:100%;min-height:51px;margin-top:17px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;border-radius:12px;color:#fff;border:0;background:#5268ed;font-weight:800}.rw2-path-auction .rw2-main-action{color:#152342;background:#fff}.rw2-main-action b{font-size:18px}.rw2-under-action{position:relative;z-index:1;margin-top:10px;display:block;color:#8993a6;font-size:8px;line-height:1.4;text-align:center}.rw2-path-auction .rw2-under-action{color:#8f9db8}.rw2-hero>.login-progress{position:relative;z-index:2;width:max-content;margin:20px auto 0}.rw2-analytics-bridge{position:relative;z-index:1;margin-top:18px;padding:17px 19px;display:grid;grid-template-columns:43px minmax(250px,1.3fr) minmax(350px,1fr) auto;align-items:center;gap:14px;border:1px solid #dfe4ef;border-radius:17px;background:#fff;box-shadow:0 18px 45px rgba(29,43,84,.06)}.rw2-bridge-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:12px;color:#fff;background:#5268ed}.rw2-analytics-bridge>div:nth-child(2){display:grid;gap:4px}.rw2-analytics-bridge>div:nth-child(2) small{color:#6578e8;font-size:7px;font-weight:900;letter-spacing:.13em}.rw2-analytics-bridge>div:nth-child(2) strong{font-size:11px}.rw2-bridge-metrics{display:flex;justify-content:center;gap:17px}.rw2-bridge-metrics span{color:#7c879b;font-size:8px}.rw2-bridge-metrics b{display:block;color:#16223b;font-size:13px}.rw2-analytics-bridge>a{padding:10px 12px;border-radius:10px;color:#5268ed;background:#eef1ff;font-size:9px;font-weight:800;white-space:nowrap}.rw2-analytics-bridge>a b{margin-left:7px}
@media(max-width:1050px){.rw2-choice{grid-template-columns:1fr}.rw2-path>p{min-height:0}.rw2-analytics-bridge{grid-template-columns:43px 1fr auto}.rw2-bridge-metrics{grid-column:2/4;justify-content:flex-start}.rw2-analytics-bridge>a{grid-column:1/4;text-align:center}}
@media(max-width:700px){.rw2-hero{width:min(100% - 28px,1320px);padding:46px 0 45px}.rw2-intro{text-align:left}.rw2-overline{margin-left:0}.rw2-intro h1{font-size:clamp(41px,12vw,56px)}.rw2-intro>p:last-child{font-size:14px}.rw2-choice{margin-top:32px}.rw2-path{padding:21px}.rw2-path-head>b{display:none}.rw2-path h2{font-size:33px}.rw2-feature-line{grid-template-columns:1fr}.rw2-path>p{font-size:12px}.rw2-demo-status{align-items:flex-start;flex-direction:column;gap:6px}.rw2-lot-demo{grid-template-columns:1fr}.rw2-lot-demo>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.rw2-lot-demo>div:last-child{border-bottom:0}.rw2-analytics-bridge{grid-template-columns:43px 1fr}.rw2-bridge-metrics{grid-column:1/3;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.rw2-analytics-bridge>a{grid-column:1/3}.rw2-analytics-bridge>div:nth-child(2) strong{line-height:1.4}}


/* RADAROS_COMPACT_WELCOME_HERO_V31_3_STYLES */
.rw3-hero{position:relative;width:min(1320px,calc(100% - 48px));min-height:620px;margin:0 auto;padding:62px 0 74px;display:grid;grid-template-columns:minmax(0,.91fr) minmax(520px,1.09fr);align-items:center;gap:66px}.rw3-hero:before{content:"";position:absolute;width:620px;height:620px;left:-400px;top:-230px;border-radius:50%;background:radial-gradient(circle,rgba(82,104,237,.13),transparent 68%);pointer-events:none}.rw3-copy{position:relative;z-index:2}.rw3-label{width:max-content;max-width:100%;margin:0 0 18px;padding:8px 12px;display:flex;align-items:center;gap:8px;border:1px solid #dce3f0;border-radius:999px;color:#53617b;background:#fff;font-size:10px;font-weight:800}.rw3-label span{width:7px;height:7px;border-radius:50%;background:#28c48d;box-shadow:0 0 0 5px rgba(40,196,141,.12)}.rw3-copy h1{max-width:720px;margin:0;color:#0a1428;font-size:clamp(52px,5.5vw,78px);line-height:.98;letter-spacing:-.065em}.rw3-copy h1 em{color:#5268ed;font-style:normal}.rw3-description{max-width:690px;margin:25px 0 0;color:#68758d;font-size:17px;line-height:1.62}.rw3-description strong{color:#17233b}.rw3-actions{margin-top:30px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.rw3-actions button{min-height:63px;padding:0 15px 0 17px;display:flex;align-items:center;justify-content:space-between;border-radius:14px;text-align:left}.rw3-actions button span{display:grid;gap:4px}.rw3-actions button b{font-size:13px}.rw3-actions button small{font-size:9px;font-weight:650}.rw3-actions button i{font-size:19px;font-style:normal}.rw3-post-action{color:#fff;border-color:#5268ed;background:#5268ed;box-shadow:0 13px 30px rgba(82,104,237,.2)}.rw3-post-action small{color:#d9dfff}.rw3-auction-action{color:#fff;border-color:#17284e;background:#122344;box-shadow:0 13px 30px rgba(17,34,67,.16)}.rw3-auction-action small{color:#aebbd4}.rw3-copy>.login-progress{margin-top:15px}.rw3-trust{margin-top:19px;display:flex;flex-wrap:wrap;gap:15px;color:#788399;font-size:9px;font-weight:750}.rw3-visual{position:relative;min-height:470px}.rw3-radar-ring{position:absolute;border:1px solid rgba(82,104,237,.15);border-radius:50%}.rw3-ring-one{width:450px;height:450px;right:20px;top:5px}.rw3-ring-two{width:320px;height:320px;right:85px;top:70px}.rw3-core{position:absolute;z-index:1;right:208px;top:188px;display:grid;justify-items:center;gap:5px}.rw3-core span{width:62px;height:62px;display:grid;place-items:center;border-radius:19px;color:#fff;background:linear-gradient(135deg,#6579f3,#3f55dc);box-shadow:0 15px 35px rgba(82,104,237,.32);font-size:22px;font-weight:900}.rw3-core small{color:#69758d;font-size:8px;font-weight:850}.rw3-product-preview{position:absolute;z-index:2;padding:19px;border:1px solid #dce2ee;border-radius:19px;background:rgba(255,255,255,.97);box-shadow:0 27px 65px rgba(25,39,78,.15);backdrop-filter:blur(14px)}.rw3-preview-post{width:82%;left:0;top:40px;transform:rotate(-1.5deg)}.rw3-preview-auction{width:76%;right:0;bottom:38px;transform:rotate(2deg)}.rw3-product-preview header{display:flex;align-items:center;gap:10px}.rw3-product-preview header>span{width:39px;height:39px;display:grid;place-items:center;border-radius:12px;color:#fff;background:#5268ed;font-size:13px;font-weight:900}.rw3-preview-auction header>span{background:#142548}.rw3-product-preview header>div{display:grid;gap:3px}.rw3-product-preview header small{color:#687be7;font-size:7px;font-weight:900;letter-spacing:.15em}.rw3-product-preview header strong{font-size:12px}.rw3-product-preview header>b{margin-left:auto;padding:6px 8px;border-radius:999px;color:#17815d;background:#e7f7f0;font-size:7px}.rw3-product-preview header>b i{width:5px;height:5px;margin-right:4px;display:inline-block;border-radius:50%;background:#25bb86}.rw3-flow{margin-top:17px;padding:12px;display:flex;align-items:center;justify-content:space-between;border-radius:11px;background:#f2f4f9}.rw3-flow span{font-size:8px;font-weight:800}.rw3-flow i{color:#97a2b4;font-style:normal}.rw3-preview-post footer{margin-top:12px;display:flex;align-items:center;gap:6px}.rw3-preview-post footer span{padding:6px 8px;border-radius:7px;color:#53617a;background:#eef1f7;font-size:7px;font-weight:750}.rw3-preview-post footer strong{margin-left:auto;color:#5268ed;font-size:8px}.rw3-scores{margin-top:15px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.rw3-scores>span{padding:10px;border-radius:10px;background:#f2f4f9}.rw3-scores small,.rw3-scores strong{display:block}.rw3-scores small{color:#8a95a8;font-size:7px}.rw3-scores strong{margin-top:5px;font-size:10px}.rw3-insight{position:absolute;z-index:3;right:-5px;top:1px;padding:10px 13px;display:flex;align-items:center;gap:8px;border-radius:13px;color:#fff;background:#10203f;box-shadow:0 16px 37px rgba(16,32,63,.23)}.rw3-insight>i{color:#91a2ff;font-size:17px;font-style:normal}.rw3-insight>span{display:grid;gap:2px}.rw3-insight small{color:#91a2ff;font-size:6px;font-weight:900;letter-spacing:.13em}.rw3-insight strong{font-size:8px}
@media(max-width:1050px){.rw3-hero{grid-template-columns:1fr;padding-top:55px;gap:35px}.rw3-copy{max-width:850px}.rw3-visual{width:min(760px,100%);margin:0 auto}}
@media(max-width:700px){.rw3-hero{width:min(100% - 28px,1320px);min-height:0;padding:43px 0 55px}.rw3-copy h1{font-size:clamp(43px,12.5vw,58px)}.rw3-description{font-size:14px}.rw3-actions{grid-template-columns:1fr}.rw3-trust{gap:8px 13px}.rw3-visual{min-height:365px}.rw3-preview-post{width:92%;top:28px}.rw3-preview-auction{width:88%;bottom:25px}.rw3-product-preview{padding:14px}.rw3-ring-one{width:340px;height:340px;right:-20px}.rw3-ring-two{width:230px;height:230px;right:35px;top:55px}.rw3-core{display:none}.rw3-insight{right:0}.rw3-scores>span{padding:8px}.rw3-copy>.login-progress{width:100%}}


/* RADAROS_WELCOME_ANALYTICS_TOGGLE_V31_4_CSS */
.rw-analytics-tabs button{appearance:none;border:0;padding:10px 15px;border-radius:9px;color:#707b91;background:transparent;font:inherit;font-size:10px;font-weight:800;cursor:pointer;transition:color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}
.rw-analytics-tabs button:hover{color:#5268ed;background:#f1f3ff}
.rw-analytics-tabs button:focus-visible{outline:3px solid rgba(82,104,237,.25);outline-offset:2px}
.rw-analytics-tabs button.is-active{color:#fff;background:#5268ed;box-shadow:0 7px 18px rgba(82,104,237,.24)}
.rw-analytics-tabs button:active{transform:translateY(1px)}
.rw-analytics-stage.rw-is-switching{opacity:.28;transform:translateY(5px)}
.rw-analytics-stage{transition:opacity .18s ease,transform .18s ease}
.rw-purchase-signals{margin-top:13px}
.rw-purchase-signals>strong{font-size:10px}
.rw-purchase-signals>div{margin-top:9px;display:grid;grid-template-columns:repeat(4,1fr);gap:7px}
.rw-purchase-signals i{padding:11px 7px;display:grid;gap:4px;border-radius:9px;color:#536079;background:#f2f5fb;font-size:8px;font-style:normal;text-align:center}
.rw-purchase-signals i b{color:#17233d;font-size:10px}
@media(max-width:700px){.rw-analytics-tabs button{flex:1;padding:10px 8px}.rw-purchase-signals>div{grid-template-columns:1fr 1fr}}


/* RADAROS_WELCOME_STRUCTURE_V31_5_STYLES */
.rw5-hero{position:relative;width:min(1160px,calc(100% - 48px));margin:0 auto;padding:92px 0 76px;text-align:center}.rw5-hero:before{content:"";position:absolute;z-index:0;width:720px;height:430px;left:50%;top:5px;transform:translateX(-50%);background:radial-gradient(ellipse,rgba(82,104,237,.15),transparent 68%);pointer-events:none}.rw5-hero>*{position:relative;z-index:1}.rw5-eyebrow{width:max-content;margin:0 auto 20px;padding:8px 12px;display:flex;align-items:center;gap:8px;border:1px solid #dde3f0;border-radius:999px;color:#56647d;background:#fff;font-size:10px;font-weight:800}.rw5-eyebrow span{width:7px;height:7px;border-radius:50%;background:#28c58e;box-shadow:0 0 0 5px rgba(40,197,142,.12)}.rw5-hero h1{max-width:980px;margin:0 auto;color:#091328;font-size:clamp(58px,7.2vw,96px);line-height:.92;letter-spacing:-.072em}.rw5-lead{max-width:820px;margin:28px auto 0;color:#647189;font-size:18px;line-height:1.62}.rw5-actions{margin:42px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.rw5-action{min-height:84px;padding:14px 17px;display:grid;grid-template-columns:44px 1fr 20px;align-items:center;gap:12px;border:1px solid #dce2ee;border-radius:16px;color:#14203a;background:#fff;box-shadow:0 14px 35px rgba(29,43,83,.07);text-align:left;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.rw5-action:hover{transform:translateY(-3px);border-color:#b9c4f7;box-shadow:0 20px 42px rgba(29,43,83,.12)}.rw5-action>span{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;color:#5268ed;background:#edf0ff;font-weight:900}.rw5-action>div{display:grid;gap:4px}.rw5-action small{color:#8792a7;font-size:7px;font-weight:850;letter-spacing:.1em}.rw5-action strong{font-size:14px}.rw5-action>b{color:#5268ed;font-size:18px}.rw5-action-primary{color:#fff;border-color:#5268ed;background:#5268ed;box-shadow:0 16px 38px rgba(82,104,237,.23)}.rw5-action-primary>span{color:#5268ed;background:#fff}.rw5-action-primary small{color:#d8deff}.rw5-action-primary>b{color:#fff}.rw5-hero>.login-progress{width:max-content;margin:18px auto 0}.rw5-lifecycle{width:min(1320px,calc(100% - 48px));margin:0 auto 40px;padding:34px;border:1px solid #e0e5ef;border-radius:24px;background:#fff;box-shadow:0 20px 50px rgba(28,43,84,.06)}.rw5-life-copy{display:grid;grid-template-columns:1fr 1.35fr;align-items:end;gap:30px}.rw5-life-copy .rw-kicker{grid-column:1/-1;margin-bottom:-18px}.rw5-life-copy h2{margin:0;font-size:32px;letter-spacing:-.045em}.rw5-life-copy>p:last-child{margin:0;color:#6e7a90;font-size:12px;line-height:1.55}.rw5-life-track{margin-top:28px;padding-top:25px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e6e9f1}.rw5-life-track article{flex:1;text-align:center}.rw5-life-track article span{width:31px;height:31px;margin:0 auto 9px;display:grid;place-items:center;border-radius:50%;color:#5268ed;background:#edf0ff;font-size:8px;font-weight:900}.rw5-life-track b,.rw5-life-track small{display:block}.rw5-life-track b{font-size:12px}.rw5-life-track small{max-width:145px;margin:5px auto 0;color:#828ca0;font-size:8px;line-height:1.4}.rw5-life-track>i{color:#a7b0c2;font-style:normal}.rw5-product-divider{width:min(1320px,calc(100% - 48px));margin:68px auto -70px;padding:19px 22px;display:grid;grid-template-columns:45px auto 1fr;align-items:center;gap:13px;border:1px solid #dfe4ef;border-radius:17px;background:#fff;box-shadow:0 18px 45px rgba(29,43,84,.06)}.rw5-product-divider>span{width:45px;height:45px;display:grid;place-items:center;border-radius:13px;color:#fff;background:#5268ed;font-weight:900}.rw5-product-divider>div{display:grid;gap:3px}.rw5-product-divider small{color:#6477e9;font-size:7px;font-weight:900;letter-spacing:.15em}.rw5-product-divider strong{font-size:13px}.rw5-product-divider>p{margin:0;color:#778298;font-size:10px;text-align:right}.rw5-auction-divider{color:#fff;border-color:#263b69;background:linear-gradient(130deg,#101d39,#18305f)}.rw5-auction-divider>span{color:#16264a;background:#fff}.rw5-auction-divider>p{color:#aebbd3}.rw5-seller{display:grid;grid-template-columns:1fr .9fr;align-items:center;gap:55px}.rw5-seller-copy h2{margin:0;font-size:clamp(38px,4vw,55px);line-height:1.04;letter-spacing:-.052em}.rw5-seller-copy>p:nth-of-type(2){margin:20px 0;color:#68758c;font-size:15px;line-height:1.65}.rw5-seller-steps{padding:23px;border:1px solid #dfe4ef;border-radius:22px;background:#fff;box-shadow:0 24px 60px rgba(28,43,85,.08)}.rw5-seller-steps article{padding:16px;display:grid;grid-template-columns:35px 1fr;gap:3px 11px;border-bottom:1px solid #e7eaf2}.rw5-seller-steps article>b{grid-row:1/3;color:#6074ed;font-size:10px}.rw5-seller-steps article>span{font-size:12px;font-weight:800}.rw5-seller-steps article>small{color:#7c879b;font-size:9px}.rw5-seller-steps button{width:100%;margin-top:18px}.rw-autopilot{padding-top:105px}.rw-analytics{margin-top:25px}.rw-auction-section{padding-top:118px}.rw-audience{padding-top:70px}
@media(max-width:1050px){.rw5-actions{grid-template-columns:1fr}.rw5-lifecycle{overflow:hidden}.rw5-life-track{overflow-x:auto;gap:16px}.rw5-life-track article{flex:0 0 155px}.rw5-product-divider{margin-bottom:-45px}.rw5-seller{grid-template-columns:1fr}}
@media(max-width:700px){.rw5-hero,.rw5-lifecycle,.rw5-product-divider{width:min(100% - 28px,1320px)}.rw5-hero{padding:55px 0 48px;text-align:left}.rw5-eyebrow{margin-left:0}.rw5-hero h1{font-size:clamp(49px,14vw,66px)}.rw5-lead{font-size:15px}.rw5-actions{margin-top:30px}.rw5-action{min-height:75px}.rw5-hero>.login-progress{width:100%}.rw5-lifecycle{padding:22px}.rw5-life-copy{grid-template-columns:1fr}.rw5-life-copy .rw-kicker{grid-column:auto;margin-bottom:-12px}.rw5-life-copy h2{font-size:27px}.rw5-life-track{margin-right:-22px;padding-right:22px}.rw5-product-divider{margin-top:45px;margin-bottom:-42px;grid-template-columns:42px 1fr}.rw5-product-divider>p{grid-column:1/-1;text-align:left}.rw5-seller{gap:30px}.rw5-seller-copy h2{font-size:37px}}


/* RADAROS_WELCOME_PRODUCT_PROOF_V31_6_STYLES */
.rw6-postradar-detail,.rw6-analytics-showcase{width:min(1320px,calc(100% - 48px));margin:0 auto}.rw6-postradar-detail{padding:35px 0 105px}.rw6-detail-head{display:grid;grid-template-columns:1.15fr .85fr;align-items:end;gap:70px}.rw6-detail-head h2,.rw6-analytics-head h2{margin:0;font-size:clamp(38px,4.3vw,59px);line-height:1.04;letter-spacing:-.055em}.rw6-detail-head>p{margin:0;color:#68758c;font-size:15px;line-height:1.68}.rw6-pipeline{margin-top:42px;padding:22px;display:flex;align-items:stretch;border:1px solid #dfe4ef;border-radius:21px;background:#fff;box-shadow:0 20px 50px rgba(28,43,85,.06)}.rw6-pipeline article{flex:1;padding:9px;text-align:center}.rw6-pipeline article>b{display:block;color:#8d98aa;font-size:7px}.rw6-pipeline article>span{width:39px;height:39px;margin:8px auto 10px;display:grid;place-items:center;border-radius:11px;color:#5268ed;background:#ebefff;font-size:14px}.rw6-pipeline strong,.rw6-pipeline small{display:block}.rw6-pipeline strong{font-size:11px}.rw6-pipeline small{max-width:145px;margin:6px auto 0;color:#818ca0;font-size:8px;line-height:1.4}.rw6-pipeline>i{align-self:center;color:#aab3c3;font-style:normal}.rw6-post-grid{margin-top:18px;display:grid;grid-template-columns:1.08fr .92fr;gap:18px}.rw6-control-card{padding:24px;border:1px solid #dfe4ef;border-radius:22px;background:#fff;box-shadow:0 22px 55px rgba(28,43,85,.07)}.rw6-control-card>header{display:flex;align-items:center;justify-content:space-between;gap:15px}.rw6-control-card>header>div{display:grid;gap:5px}.rw6-control-card>header small{color:#6578e8;font-size:7px;font-weight:900;letter-spacing:.14em}.rw6-control-card>header strong{font-size:15px}.rw6-control-card>header>span{padding:7px 10px;border-radius:999px;color:#18815e;background:#e7f7f0;font-size:8px;font-weight:800}.rw6-control-card>header>span i{width:6px;height:6px;margin-right:5px;display:inline-block;border-radius:50%;background:#24bd87}.rw6-queue-stats{margin-top:19px;display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.rw6-queue-stats>div{padding:12px;border-radius:11px;background:#f3f5fa}.rw6-queue-stats small,.rw6-queue-stats strong{display:block}.rw6-queue-stats small{color:#8b95a8;font-size:7px}.rw6-queue-stats strong{margin-top:5px;font-size:16px}.rw6-schedule{margin-top:14px}.rw6-schedule>article{padding:11px 2px;display:grid;grid-template-columns:47px 1fr auto;align-items:center;gap:10px;border-bottom:1px solid #e7eaf2}.rw6-schedule time{color:#7d879b;font-size:9px;font-weight:800}.rw6-schedule article>span{display:grid;grid-template-columns:26px 1fr;gap:1px 8px}.rw6-schedule article i{grid-row:1/3;width:26px;height:26px;display:grid;place-items:center;border-radius:8px;color:#fff;background:#269bd8;font-size:7px;font-style:normal;font-weight:900}.rw6-schedule article i.vk{background:#2787f5}.rw6-schedule article i.youtube{background:#ed3743}.rw6-schedule article b{font-size:9px}.rw6-schedule article small{color:#8892a4;font-size:7px}.rw6-schedule article>em{padding:6px 8px;border-radius:8px;color:#5268ed;background:#edf0ff;font-size:7px;font-style:normal;font-weight:800}.rw6-capabilities{display:grid;grid-template-columns:1fr 1fr;gap:8px}.rw6-capabilities article{padding:16px;display:grid;grid-template-columns:25px 1fr;gap:10px;border:1px solid #e0e5ef;border-radius:14px;background:#fff}.rw6-capabilities article>span{color:#6074ed;font-size:8px;font-weight:900}.rw6-capabilities strong{font-size:10px}.rw6-capabilities p{margin:6px 0 0;color:#778298;font-size:8px;line-height:1.5}.rw6-post-cta{margin-top:18px;padding:19px 22px;display:flex;align-items:center;justify-content:space-between;gap:25px;border:1px solid #dce3fb;border-radius:16px;background:#f0f3ff}.rw6-post-cta p{margin:0;color:#5f6d85;font-size:11px}.rw6-post-cta p strong{color:#17233d}.rw6-post-cta button{white-space:nowrap}.rw6-analytics-showcase{padding:105px 0}.rw6-analytics-head{max-width:900px;margin:0 auto;text-align:center}.rw6-analytics-head>p:last-child{max-width:760px;margin:20px auto 0;color:#68758c;font-size:15px;line-height:1.65}.rw6-demo-note{width:max-content;margin:26px auto -14px;padding:7px 10px;border-radius:999px;color:#758097;background:#edf0f7;font-size:8px;font-weight:750}.rw6-analytics-grid{margin-top:35px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.rw6-analytics-panel{padding:22px;border:1px solid #dce2ee;border-radius:23px;background:#fff;box-shadow:0 26px 65px rgba(28,43,85,.09)}.rw6-buy-panel{border-color:#cdd6fb;background:linear-gradient(180deg,#fff,#f8f9ff)}.rw6-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.rw6-panel-head>div{display:flex;align-items:center;gap:10px}.rw6-panel-head>div>span{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;color:#fff;background:#5268ed;font-size:13px;font-weight:900}.rw6-buy-panel .rw6-panel-head>div>span{background:#142548}.rw6-panel-head p{margin:0;display:grid;gap:3px}.rw6-panel-head small{color:#687be8;font-size:6px;font-weight:900;letter-spacing:.13em}.rw6-panel-head p strong{font-size:13px}.rw6-panel-head>b{padding:8px 10px;border-radius:10px;color:#6b7690;background:#f1f3f8;font-size:7px}.rw6-panel-head>b em{margin-left:4px;color:#5268ed;font-size:12px;font-style:normal}.rw6-kpis{margin-top:17px;display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.rw6-kpis>div{padding:11px;border:1px solid #e5e9f1;border-radius:10px}.rw6-kpis small,.rw6-kpis strong,.rw6-kpis em{display:block}.rw6-kpis small{min-height:20px;color:#8a94a7;font-size:6px}.rw6-kpis strong{margin-top:3px;font-size:14px}.rw6-kpis em{margin-top:4px;color:#1a966c;font-size:6px;font-style:normal;font-weight:800}.rw6-main-chart{margin-top:9px;padding:13px;border-radius:12px;background:#f5f7fb}.rw6-main-chart>div:first-child{display:flex;justify-content:space-between}.rw6-main-chart>div strong{font-size:8px}.rw6-main-chart>div span{color:#8a94a7;font-size:7px}.rw6-main-chart svg{width:100%;height:135px;overflow:visible}.rw6-main-chart .grid{fill:none;stroke:#e4e8f0;stroke-width:1}.rw6-main-chart .area{fill:url(#rw6Growth)}.rw6-main-chart .line{fill:none;stroke:#5268ed;stroke-width:4;stroke-linecap:round}.rw6-main-chart footer{display:flex;justify-content:space-between;color:#9aa3b4;font-size:6px}.rw6-main-chart .scenario{fill:none;stroke-width:3;stroke-linecap:round}.rw6-main-chart .scenario.low{stroke:#e8a435}.rw6-main-chart .scenario.base{stroke:#5268ed}.rw6-main-chart .scenario.high{stroke:#28b984}.rw6-legend{margin-top:7px;display:flex;justify-content:center;gap:6px;color:#7a8599;font-size:6px}.rw6-legend i{width:6px;height:6px;border-radius:50%;background:#aaa}.rw6-legend i.low{background:#e8a435}.rw6-legend i.base{background:#5268ed}.rw6-legend i.high{background:#28b984}.rw6-mini-row{margin-top:8px;display:grid;grid-template-columns:1.05fr .95fr;gap:8px}.rw6-bars,.rw6-hours,.rw6-score-list,.rw6-price-box{padding:12px;border:1px solid #e5e9f1;border-radius:11px}.rw6-bars header,.rw6-hours header,.rw6-score-list header{display:flex;justify-content:space-between}.rw6-bars header strong,.rw6-hours header strong,.rw6-score-list header strong{font-size:8px}.rw6-bars header span,.rw6-hours header span,.rw6-score-list header span{color:#929cad;font-size:6px}.rw6-bars p,.rw6-score-list p{margin:9px 0 0;display:grid;grid-template-columns:68px 1fr 28px;align-items:center;gap:6px}.rw6-bars p>b,.rw6-score-list p>b{font-size:6px}.rw6-bars p>i,.rw6-score-list p>i{height:5px;overflow:hidden;border-radius:99px;background:#e8ebf2}.rw6-bars p>i em,.rw6-score-list p>i em{width:var(--w);height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#5268ed,#8e9cf8)}.rw6-bars p>strong,.rw6-score-list p>strong{font-size:7px;text-align:right}.rw6-hours>div{margin-top:12px;display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.rw6-hours i{padding:9px 2px;border-radius:7px;color:#17233d;background:color-mix(in srgb,#5268ed calc(12% + var(--a)*62%),#f4f6fb);font-size:7px;font-style:normal;text-align:center}.rw6-price-box{display:flex;flex-direction:column;justify-content:center}.rw6-price-box>small{color:#697bea;font-size:6px;font-weight:900;letter-spacing:.12em}.rw6-price-box>strong{margin-top:7px;font-size:18px}.rw6-price-box>p{margin:7px 0;color:#7d879b;font-size:7px;line-height:1.45}.rw6-price-box>p b{color:#26324a}.rw6-price-box>em{padding:6px;border-radius:7px;color:#17815d;background:#e8f7f1;font-size:6px;font-style:normal;font-weight:800}.rw6-ai-answer{margin-top:8px;padding:12px;display:grid;grid-template-columns:33px 1fr;gap:10px;border:1px solid #dce3fb;border-radius:11px;background:#f0f3ff}.rw6-ai-answer>span{width:33px;height:33px;display:grid;place-items:center;border-radius:9px;color:#fff;background:#5268ed}.rw6-ai-answer small,.rw6-ai-answer strong{display:block}.rw6-ai-answer small{color:#6175e8;font-size:6px;font-weight:900;letter-spacing:.1em}.rw6-ai-answer strong{margin-top:5px;font-size:9px}.rw6-ai-answer p{margin:5px 0 0;color:#748096;font-size:7px;line-height:1.45}.rw6-data-depth{margin-top:17px;padding:20px;border:1px solid #dfe4ef;border-radius:17px;background:#fff}.rw6-data-depth>strong{font-size:11px}.rw6-data-depth>div{margin-top:12px;display:flex;flex-wrap:wrap;gap:6px}.rw6-data-depth span{padding:8px 10px;border-radius:999px;color:#637088;background:#f1f3f8;font-size:7px;font-weight:750}.rw6-data-depth>small{margin-top:12px;display:block;color:#929bad;font-size:7px}.rw6-analytics-actions{margin-top:17px;display:grid;grid-template-columns:1fr 1fr;gap:9px}.rw6-analytics-actions button{min-height:50px}.rw5-auction-divider{margin-top:20px}
@media(max-width:1050px){.rw6-detail-head{grid-template-columns:1fr;gap:22px}.rw6-pipeline{overflow-x:auto}.rw6-pipeline article{flex:0 0 160px}.rw6-post-grid,.rw6-analytics-grid{grid-template-columns:1fr}.rw6-analytics-panel{max-width:800px;margin:0 auto;width:100%}}
@media(max-width:700px){.rw6-postradar-detail,.rw6-analytics-showcase{width:min(100% - 28px,1320px)}.rw6-postradar-detail{padding-bottom:75px}.rw6-detail-head h2,.rw6-analytics-head h2{font-size:37px}.rw6-pipeline{margin-right:-14px;padding:15px}.rw6-control-card,.rw6-analytics-panel{padding:15px}.rw6-control-card>header{align-items:flex-start;flex-direction:column}.rw6-queue-stats,.rw6-kpis{grid-template-columns:1fr 1fr}.rw6-schedule>article{grid-template-columns:42px 1fr}.rw6-schedule article>em{grid-column:2}.rw6-capabilities{grid-template-columns:1fr}.rw6-post-cta{align-items:stretch;flex-direction:column}.rw6-post-cta button{width:100%}.rw6-analytics-showcase{padding:75px 0}.rw6-panel-head{align-items:flex-start;flex-direction:column}.rw6-mini-row{grid-template-columns:1fr}.rw6-main-chart svg{height:115px}.rw6-analytics-actions{grid-template-columns:1fr}}


/* RADAROS_WELCOME_ANALYTICS_EXPLORER_V31_7_STYLES */
.radaros-unified-landing,.radaros-unified-landing *,.radaros-unified-landing button,.radaros-unified-landing input,.radaros-unified-landing select,.radaros-unified-landing textarea{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important}
.rw7-explorer{margin-top:18px;padding:23px;border:1px solid #dce2ee;border-radius:19px;background:#fff;box-shadow:0 20px 50px rgba(28,43,85,.07)}.rw7-explorer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:30px}.rw7-explorer-head>div:first-child{max-width:700px}.rw7-explorer-head small{color:#6578e8;font-size:7px;font-weight:900;letter-spacing:.14em}.rw7-explorer-head h3{margin:6px 0 0;font-size:22px;letter-spacing:-.035em}.rw7-explorer-head p{margin:7px 0 0;color:#778298;font-size:10px}.rw7-explorer-value{min-width:160px;padding:12px 14px;border-radius:12px;background:#f1f3f9}.rw7-explorer-value small,.rw7-explorer-value strong,.rw7-explorer-value em{display:block}.rw7-explorer-value small{color:#8791a5;font-size:7px}.rw7-explorer-value strong{margin-top:5px;font-size:21px}.rw7-explorer-value em{margin-top:4px;color:#1b966d;font-size:7px;font-style:normal;font-weight:800}.rw7-chart-wrap{position:relative;margin-top:17px;padding:18px 18px 10px 47px;border-radius:14px;background:#f5f7fb}.rw7-chart-scale{position:absolute;left:13px;top:18px;bottom:26px;display:flex;flex-direction:column;justify-content:space-between;color:#9aa3b4;font-size:6px}.rw7-chart{height:180px;display:flex;align-items:flex-end;gap:8px;border-bottom:1px solid #dfe4ed;background:repeating-linear-gradient(to bottom,transparent 0,transparent 44px,#e6e9f0 45px)}.rw7-chart i{position:relative;flex:1;min-width:6px;height:var(--h);border-radius:6px 6px 1px 1px;background:linear-gradient(180deg,#5268ed,#9da9fa);transform-origin:bottom;animation:rw7BarIn .32s ease both}.rw7-chart i:nth-child(2n){animation-delay:.025s}.rw7-chart i:nth-child(3n){animation-delay:.05s}.rw7-chart i:hover{filter:saturate(1.18);transform:translateY(-2px)}.rw7-chart-labels{margin-top:7px;display:flex;justify-content:space-between;color:#99a2b3;font-size:6px}.rw7-answer{margin-top:12px;padding:12px 14px;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px;border:1px solid #dce3fb;border-radius:11px;background:#f0f3ff}.rw7-answer>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;color:#fff;background:#5268ed}.rw7-answer small,.rw7-answer strong{display:block}.rw7-answer small{color:#6578e8;font-size:6px;font-weight:900;letter-spacing:.12em}.rw7-answer strong{margin-top:4px;font-size:10px}.rw7-data-menu>p{margin:6px 0 0;color:#818b9e;font-size:8px}.rw7-data-menu>div{margin-top:13px}.rw7-data-menu button{appearance:none;padding:8px 10px;border:1px solid transparent;border-radius:999px;color:#637088;background:#f1f3f8;font-size:7px;font-weight:750;cursor:pointer;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease}.rw7-data-menu button:hover{color:#5268ed;border-color:#cfd7fb;background:#f7f8ff;transform:translateY(-1px)}.rw7-data-menu button.is-active{color:#fff;border-color:#5268ed;background:#5268ed;box-shadow:0 7px 17px rgba(82,104,237,.2)}.rw7-data-menu button:focus-visible{outline:3px solid rgba(82,104,237,.24);outline-offset:2px}@keyframes rw7BarIn{from{transform:scaleY(.15);opacity:.25}to{transform:scaleY(1);opacity:1}}
@media(max-width:700px){.rw7-explorer{padding:16px}.rw7-explorer-head{flex-direction:column;gap:13px}.rw7-explorer-value{width:100%}.rw7-chart-wrap{padding-left:39px}.rw7-chart{height:145px;gap:4px}.rw7-answer{align-items:flex-start}.rw7-data-menu button{padding:8px 9px}}


/* RADAROS_WELCOME_REAL_ANALYTICS_V31_8_STYLES */
.rw7-explorer[data-rw8-ready="1"] .rw7-chart-wrap{padding:18px}.rw7-explorer[data-rw8-ready="1"] .rw7-chart-scale,.rw7-explorer[data-rw8-ready="1"] .rw7-chart-labels{display:none}.rw7-chart.rw8-chart-real{height:220px;display:block;border:0;background:none}.rw8-viz{height:100%;animation:rw8Appear .24s ease}.rw8-viz-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.rw8-viz-head strong{font-size:9px}.rw8-viz-head span{color:#8c96a8;font-size:7px}.rw8-svg{width:100%;height:175px;overflow:visible}.rw8-grid{stroke:#e1e5ed;stroke-width:1}.rw8-line{fill:none;stroke:#5268ed;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.rw8-line.second{stroke:#28b985}.rw8-line.third{stroke:#e8a435}.rw8-area{fill:url(#rw8Area)}.rw8-axis{display:flex;justify-content:space-between;margin-top:-4px;color:#9aa3b3;font-size:6px}.rw8-stat-pills{display:flex;gap:6px}.rw8-stat-pills b{padding:6px 8px;border-radius:8px;color:#5268ed;background:#edf0ff;font-size:7px}.rw8-hbars{display:grid;gap:11px}.rw8-hbar{display:grid;grid-template-columns:112px 1fr 50px;align-items:center;gap:10px}.rw8-hbar>span{font-size:8px;font-weight:750}.rw8-hbar>i{height:9px;overflow:hidden;border-radius:99px;background:#e8ebf2}.rw8-hbar>i b{width:var(--w);height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#5268ed,#91a0f9)}.rw8-hbar>strong{font-size:8px;text-align:right}.rw8-range{position:relative;height:120px;margin:30px 20px 0}.rw8-range-line{position:absolute;left:0;right:0;top:49px;height:12px;border-radius:99px;background:#e8ebf2}.rw8-range-work{position:absolute;left:22%;right:18%;top:49px;height:12px;border-radius:99px;background:linear-gradient(90deg,#8494f6,#5268ed)}.rw8-range-point{position:absolute;top:37px;width:36px;height:36px;display:grid;place-items:center;border:5px solid #fff;border-radius:50%;color:#fff;background:#5268ed;box-shadow:0 5px 15px rgba(82,104,237,.25);font-size:7px}.rw8-range-point.low{left:8%}.rw8-range-point.med{left:53%}.rw8-range-point.high{right:5%}.rw8-range-labels{position:absolute;left:0;right:0;top:92px;display:flex;justify-content:space-between;color:#778298;font-size:7px}.rw8-heatmap{display:grid;grid-template-columns:34px repeat(8,1fr);gap:5px}.rw8-heatmap>span{display:grid;place-items:center;color:#7e899c;font-size:6px}.rw8-heatmap>i{min-height:21px;border-radius:5px;background:color-mix(in srgb,#5268ed calc(9% + var(--v)*78%),#f3f5fa)}.rw8-donut-layout{height:170px;display:grid;grid-template-columns:190px 1fr;align-items:center;gap:35px}.rw8-donut{width:150px;height:150px;margin:auto;display:grid;place-items:center;border-radius:50%;background:conic-gradient(#5268ed 0 var(--p),#9ba7f8 var(--p) var(--p2),#e6e9f1 var(--p2) 100%)}.rw8-donut:after{content:"";width:92px;height:92px;grid-area:1/1;border-radius:50%;background:#f5f7fb}.rw8-donut>div{z-index:1;grid-area:1/1;text-align:center}.rw8-donut strong,.rw8-donut small{display:block}.rw8-donut strong{font-size:20px}.rw8-donut small{margin-top:4px;color:#7c879b;font-size:7px}.rw8-legend{display:grid;gap:12px}.rw8-legend span{display:grid;grid-template-columns:8px 1fr auto;align-items:center;gap:8px;color:#68758b;font-size:8px}.rw8-legend i{width:8px;height:8px;border-radius:50%;background:var(--c)}.rw8-columns{height:168px;display:flex;align-items:flex-end;gap:10px}.rw8-columns>div{flex:1;display:grid;justify-items:center;gap:5px}.rw8-columns i{width:100%;height:var(--h);min-height:4px;border-radius:6px 6px 2px 2px;background:linear-gradient(#5268ed,#a0aafa)}.rw8-columns b{font-size:6px}.rw8-columns span{color:#8a95a7;font-size:6px}.rw8-calendar{display:grid;grid-template-columns:repeat(12,1fr);gap:6px}.rw8-calendar span{height:135px;display:flex;align-items:flex-end;border-radius:7px;background:#edf0f6}.rw8-calendar i{width:100%;height:var(--h);border-radius:7px;background:var(--c,#5268ed)}.rw8-calendar-labels{display:grid;grid-template-columns:repeat(12,1fr);gap:6px;margin-top:7px;color:#8e98a9;font-size:6px;text-align:center}.rw8-scatter{position:relative;height:170px;border-left:1px solid #dfe4ed;border-bottom:1px solid #dfe4ed;background:repeating-linear-gradient(to bottom,transparent 0,transparent 41px,#e5e9f0 42px)}.rw8-scatter i{position:absolute;left:var(--x);bottom:var(--y);width:var(--s);height:var(--s);border-radius:50%;background:var(--c,#5268ed);opacity:.82}.rw8-scatter i.alert{box-shadow:0 0 0 7px rgba(232,164,53,.14)}.rw8-timeline{position:relative;margin:65px 25px 0;height:70px;border-top:4px solid #dfe4ef}.rw8-timeline article{position:absolute;top:-17px;left:var(--x);transform:translateX(-50%);text-align:center}.rw8-timeline article>i{width:29px;height:29px;margin:auto;display:grid;place-items:center;border:5px solid #fff;border-radius:50%;color:#fff;background:#5268ed;box-shadow:0 4px 12px rgba(82,104,237,.22);font-size:7px;font-style:normal}.rw8-timeline b,.rw8-timeline small{display:block;white-space:nowrap}.rw8-timeline b{margin-top:8px;font-size:7px}.rw8-timeline small{margin-top:3px;color:#8993a6;font-size:6px}.rw8-identity{display:grid;gap:8px}.rw8-identity article{padding:10px 12px;display:grid;grid-template-columns:70px 22px 1fr auto;align-items:center;gap:9px;border-radius:10px;background:#f0f2f7}.rw8-identity time{color:#7d879a;font-size:7px}.rw8-identity i{width:22px;height:22px;display:grid;place-items:center;border-radius:7px;color:#5268ed;background:#e1e6ff;font-size:8px;font-style:normal}.rw8-identity strong{font-size:8px}.rw8-identity span{color:#18815e;font-size:7px}.rw8-price-gauge{padding:22px}.rw8-price-track{position:relative;height:20px;margin-top:45px;border-radius:99px;background:linear-gradient(90deg,#f1cc7a,#66d4ad,#7b8df2)}.rw8-price-pin{position:absolute;left:61%;top:-35px;transform:translateX(-50%);display:grid;justify-items:center}.rw8-price-pin b{padding:6px 8px;border-radius:7px;color:#fff;background:#142548;font-size:7px}.rw8-price-pin i{width:2px;height:32px;background:#142548}.rw8-price-values{display:flex;justify-content:space-between;margin-top:10px;font-size:7px}.rw8-price-values b{font-size:8px}.rw8-checks{display:grid;grid-template-columns:1fr 1fr;gap:9px}.rw8-checks article{padding:12px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:9px;border:1px solid #e2e6ef;border-radius:11px}.rw8-checks article>span{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;color:#16815d;background:#e6f7f0;font-weight:900}.rw8-checks strong,.rw8-checks small{display:block}.rw8-checks strong{font-size:8px}.rw8-checks small{margin-top:3px;color:#8993a6;font-size:6px}.rw8-checks em{color:#16815d;font-size:7px;font-style:normal;font-weight:800}@keyframes rw8Appear{from{opacity:.15;transform:translateY(4px)}to{opacity:1;transform:none}}
@media(max-width:700px){.rw7-chart.rw8-chart-real{height:205px}.rw8-donut-layout{grid-template-columns:120px 1fr;gap:13px}.rw8-donut{width:112px;height:112px}.rw8-donut:after{width:69px;height:69px}.rw8-hbar{grid-template-columns:78px 1fr 36px}.rw8-heatmap{grid-template-columns:24px repeat(8,1fr);gap:3px}.rw8-heatmap>i{min-height:18px}.rw8-checks{grid-template-columns:1fr}.rw8-identity article{grid-template-columns:55px 20px 1fr}.rw8-identity span{grid-column:3}.rw8-timeline{margin-left:8px;margin-right:8px}.rw8-timeline article:nth-child(even) b,.rw8-timeline article:nth-child(even) small{display:none}}


/* RADAROS_WELCOME_LIVE_EXAMPLE_V31_9_STYLES */
.rw9-live-example{width:min(1680px,calc(100% - 64px));margin:28px auto 68px;padding:56px;border-radius:30px;color:#f7f9ff;background:radial-gradient(circle at 92% 8%,rgba(89,110,238,.38),transparent 31%),linear-gradient(145deg,#09152e,#142958 72%,#193878);box-shadow:0 35px 90px rgba(19,38,83,.2)}
.rw9-live-example *{box-sizing:border-box}.rw9-live-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:34px}.rw9-live-head>div{max-width:980px}.rw9-live-head .rw-kicker,.rw9-live-copy>.rw-kicker{margin:0 0 11px;color:#8fa1ff;font-size:12px;font-weight:850;letter-spacing:.18em;text-transform:uppercase}.rw9-live-head h2{max-width:900px;margin:0;font-size:clamp(32px,3.4vw,58px);line-height:1.02;letter-spacing:-.045em}.rw9-live-head p:last-child{max-width:870px;margin:19px 0 0;color:#b7c2d8;font-size:17px;line-height:1.55}.rw9-live-head p a{color:#fff;font-weight:800}.rw9-channel-link{flex:none;padding:15px 20px;border:1px solid rgba(255,255,255,.25);border-radius:13px;color:#fff;text-decoration:none;font-weight:800}.rw9-live-grid{display:grid;grid-template-columns:minmax(0,.94fr) minmax(460px,1.06fr);gap:42px;align-items:center}.rw9-demo{overflow:hidden;border:1px solid rgba(151,171,224,.26);border-radius:24px;background:#111e36;box-shadow:0 28px 65px rgba(0,0,0,.28)}.rw9-demo-top{min-height:82px;padding:16px 18px;display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;border-bottom:1px solid #293853;background:#192a45}.rw9-avatar{width:47px;height:47px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#687dff,#4056d8);font-size:12px;font-weight:900}.rw9-demo-top strong,.rw9-demo-top small{display:block}.rw9-demo-top strong{font-size:14px}.rw9-demo-top small{margin-top:4px;color:#8e9bb3;font-size:10px}.rw9-status{padding:8px 10px;display:flex;align-items:center;gap:7px;border-radius:99px;color:#58d9af;background:rgba(49,200,150,.12);font-size:9px;font-weight:850}.rw9-status i{width:7px;height:7px;border-radius:50%;background:#37d29f;box-shadow:0 0 0 4px rgba(55,210,159,.1)}.rw9-pipeline{padding:20px;display:grid;gap:11px}.rw9-pipeline>article:not(.rw9-post){min-height:61px;padding:12px;display:grid;grid-template-columns:34px 1fr auto;gap:11px;align-items:center;border:1px solid #2b3b59;border-radius:13px;background:#162641}.rw9-pipeline>article>span{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;color:#bdc6ff;background:#30457c;font-size:9px;font-weight:850}.rw9-pipeline article strong,.rw9-pipeline article small{display:block}.rw9-pipeline article strong{font-size:12px}.rw9-pipeline article small{margin-top:4px;color:#8998b3;font-size:9px;line-height:1.4}.rw9-pipeline>article>b{color:#55d5aa;font-size:8px}.rw9-post{padding:19px;border:1px solid rgba(116,138,255,.42);border-radius:15px;background:linear-gradient(135deg,#253c76,#1b2f5a)}.rw9-post>p{margin:0 0 10px;color:#9eaeff;font-size:8px;font-weight:850;letter-spacing:.13em}.rw9-post>strong{font-size:15px!important;line-height:1.35}.rw9-post>small{margin-top:7px!important}.rw9-post>div{margin-top:16px;padding-top:12px;display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);font-size:8px}.rw9-post>div b{color:#65dfb6}.rw9-live-copy h3{max-width:650px;margin:0;font-size:clamp(28px,2.6vw,46px);line-height:1.06;letter-spacing:-.04em}.rw9-live-copy ul{margin:25px 0 0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:13px;list-style:none}.rw9-live-copy li{padding:15px;display:grid;grid-template-columns:25px 1fr;gap:9px;border:1px solid rgba(255,255,255,.11);border-radius:14px;background:rgba(255,255,255,.055)}.rw9-live-copy li>span{width:25px;height:25px;display:grid;place-items:center;border-radius:8px;color:#50d3a7;background:rgba(43,194,144,.13);font-weight:900}.rw9-live-copy li strong,.rw9-live-copy li small{display:block}.rw9-live-copy li strong{font-size:11px}.rw9-live-copy li small{margin-top:5px;color:#9cabc3;font-size:9px;line-height:1.45}.rw9-team{margin-top:15px;padding:17px;display:grid;grid-template-columns:45px 1fr;gap:14px;border:1px solid rgba(135,155,255,.32);border-radius:16px;background:linear-gradient(135deg,rgba(82,104,237,.22),rgba(82,104,237,.08))}.rw9-team-icon{width:45px;height:45px;display:grid;place-items:center;border-radius:13px;color:#fff;background:#5268ed;font-size:23px}.rw9-team p{margin:0;color:#9dacf9;font-size:8px;font-weight:850;letter-spacing:.15em}.rw9-team h4{margin:5px 0 6px;font-size:14px}.rw9-team span{display:block;color:#adbad0;font-size:9px;line-height:1.5}.rw9-roles{margin-top:11px;display:flex;flex-wrap:wrap;gap:6px}.rw9-roles b{padding:6px 9px;border-radius:99px;color:#dce2ff;background:rgba(255,255,255,.09);font-size:8px}.rw9-actions{margin-top:18px;display:flex;gap:10px}.rw9-actions a{min-height:48px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;text-decoration:none;font-size:11px;font-weight:850}.rw9-actions .rw-primary{color:#fff;background:#5268ed;box-shadow:0 13px 28px rgba(82,104,237,.28)}.rw9-actions .rw-secondary{color:#fff;border:1px solid rgba(255,255,255,.22)}
@media(max-width:1050px){.rw9-live-example{padding:38px}.rw9-live-grid{grid-template-columns:1fr}.rw9-demo{max-width:720px;width:100%;margin:auto}.rw9-live-copy{max-width:800px;margin:auto}.rw9-live-head{align-items:flex-start;flex-direction:column}}
@media(max-width:700px){.rw9-live-example{width:calc(100% - 24px);margin-bottom:44px;padding:24px 16px;border-radius:22px}.rw9-live-head{margin-bottom:24px}.rw9-live-head h2{font-size:31px}.rw9-live-head p:last-child{font-size:14px}.rw9-channel-link{width:100%;text-align:center}.rw9-demo-top{grid-template-columns:auto 1fr}.rw9-status{grid-column:1/-1;width:max-content}.rw9-pipeline{padding:12px}.rw9-live-copy ul{grid-template-columns:1fr}.rw9-team{grid-template-columns:1fr}.rw9-actions{flex-direction:column}.rw9-actions a{width:100%}}


/* RADAROS_WELCOME_LIVE_BUTTON_V31_9_1_FIX */
.rw9-live-example .rw9-actions a.rw-secondary,
.rw9-live-example .rw9-actions a.rw-secondary:link,
.rw9-live-example .rw9-actions a.rw-secondary:visited {
  color: #ffffff !important;
  background: rgba(8, 20, 46, .48) !important;
  border: 1px solid rgba(255, 255, 255, .42) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  opacity: 1 !important;
}
.rw9-live-example .rw9-actions a.rw-secondary:hover,
.rw9-live-example .rw9-actions a.rw-secondary:focus-visible {
  color: #ffffff !important;
  background: rgba(82, 104, 237, .34) !important;
  border-color: rgba(255, 255, 255, .72) !important;
  transform: translateY(-1px);
}


/* RADAROS_COLORFUL_MULTIPLATFORM_WELCOME_V31_10_STYLES */
.rw10-hero{width:min(1680px,calc(100% - 64px));margin:22px auto 58px;padding:72px 68px 46px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:34px 68px;text-align:left;overflow:hidden;border:1px solid #dbe2fa;border-radius:34px;background:radial-gradient(circle at 86% 13%,rgba(68,214,183,.22),transparent 24%),radial-gradient(circle at 8% 8%,rgba(103,90,255,.22),transparent 30%),linear-gradient(135deg,#f9faff 0%,#eef1ff 52%,#e9f9f6 100%);box-shadow:0 38px 100px rgba(31,48,96,.14)}
.rw10-hero:before{width:900px;height:620px;left:78%;top:-120px;background:radial-gradient(ellipse,rgba(82,104,237,.2),transparent 65%)}.rw10-hero:after{content:"";position:absolute;width:330px;height:330px;left:-120px;bottom:-190px;border:70px solid rgba(82,104,237,.055);border-radius:50%}.rw10-hero-copy{position:relative;z-index:2;align-self:center}.rw10-hero .rw5-eyebrow{margin:0 0 22px;color:#405176;background:rgba(255,255,255,.75);box-shadow:0 8px 22px rgba(47,63,110,.07);backdrop-filter:blur(10px)}.rw10-hero h1{max-width:820px;margin:0;color:#091328;font-size:clamp(54px,5vw,82px);line-height:.94;letter-spacing:-.065em}.rw10-hero h1 em{color:#5268ed;font-style:normal}.rw10-hero .rw5-lead{max-width:760px;margin:27px 0 0;color:#52617b;font-size:17px;line-height:1.62}.rw10-platforms{margin-top:30px;padding:15px 17px;display:flex;align-items:center;gap:16px;border:1px solid rgba(152,164,198,.28);border-radius:17px;background:rgba(255,255,255,.68);box-shadow:0 13px 35px rgba(38,55,103,.07);backdrop-filter:blur(12px)}.rw10-platforms>small{flex:none;color:#7a869d;font-size:8px;font-weight:900;letter-spacing:.15em}.rw10-platforms>div{display:flex;flex-wrap:wrap;gap:9px}.rw10-platforms span{display:flex;align-items:center;gap:6px;color:#34415a;font-size:8px;font-weight:800}.rw10-platforms i,.rw10-social-cards article>i{display:grid;place-items:center;color:#fff;font-style:normal;font-weight:900}.rw10-platforms i{width:26px;height:26px;border-radius:8px;font-size:8px}.rw10-tg i,.rw10-social-cards .tg>i{background:#269bd8}.rw10-vk i,.rw10-social-cards .vk>i{background:#2787f5}.rw10-yt i,.rw10-social-cards .yt>i{background:#ed3743}.rw10-ig i,.rw10-social-cards .ig>i{background:linear-gradient(135deg,#6b55e8,#e24f91,#f5a43a)}.rw10-th i,.rw10-social-cards .th>i{background:#111}.rw10-hero-visual{position:relative;z-index:1;min-height:535px;align-self:center}.rw10-glow{position:absolute;inset:6% 0 0 4%;border:1px solid rgba(94,112,220,.19);border-radius:50%;transform:rotate(-9deg);box-shadow:0 0 100px rgba(82,104,237,.14)}.rw10-source-card{position:absolute;z-index:2;left:3%;right:12%;top:16px;padding:20px;border:1px solid rgba(255,255,255,.54);border-radius:20px;color:#fff;background:linear-gradient(135deg,#0c1a39,#213c7a);box-shadow:0 28px 60px rgba(22,42,91,.28);transform:rotate(-2deg)}.rw10-source-card header{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:11px}.rw10-source-card header>span{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#5268ed}.rw10-source-card header small,.rw10-source-card header strong{display:block}.rw10-source-card header small{color:#91a2d2;font-size:7px;font-weight:900;letter-spacing:.15em}.rw10-source-card header strong{margin-top:4px;font-size:13px}.rw10-source-card header>b{padding:7px 8px;border-radius:8px;color:#5ce0b6;background:rgba(47,203,153,.13);font-size:8px}.rw10-post-lines{margin:18px 0;display:grid;gap:7px}.rw10-post-lines i{height:7px;border-radius:10px;background:rgba(255,255,255,.13)}.rw10-post-lines i:nth-child(2){width:82%}.rw10-post-lines i:nth-child(3){width:62%}.rw10-source-card footer{padding-top:14px;display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);font-size:8px}.rw10-source-card footer span{color:#9aa9c9}.rw10-source-card footer b{color:#5ce0b6}.rw10-flow-line{position:absolute;z-index:3;left:20%;right:20%;top:221px;padding:9px 13px;display:flex;justify-content:center;align-items:center;gap:12px;border-radius:99px;color:#65728a;background:#fff;box-shadow:0 10px 25px rgba(30,48,97,.12);font-size:8px}.rw10-flow-line i{color:#5268ed;font-size:15px;font-style:normal}.rw10-flow-line b{color:#5268ed}.rw10-social-cards{position:absolute;z-index:2;left:9%;right:1%;top:270px;display:grid;grid-template-columns:1fr 1fr;gap:9px;transform:rotate(1.2deg)}.rw10-social-cards article{min-height:64px;padding:11px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;border:1px solid rgba(207,215,235,.75);border-radius:13px;background:rgba(255,255,255,.9);box-shadow:0 12px 30px rgba(35,53,103,.1);backdrop-filter:blur(10px)}.rw10-social-cards article>i{width:34px;height:34px;border-radius:10px;font-size:8px}.rw10-social-cards article strong,.rw10-social-cards article small{display:block}.rw10-social-cards article strong{font-size:10px}.rw10-social-cards article small{margin-top:3px;color:#8792a5;font-size:7px}.rw10-social-cards article>b{color:#1bad7e;font-size:10px}.rw10-social-cards article:last-child{grid-column:1/-1;width:55%;justify-self:center}.rw10-ai-badge{position:absolute;z-index:4;right:-10px;bottom:4px;padding:13px 16px;display:flex;align-items:center;gap:10px;border-radius:14px;color:#fff;background:linear-gradient(135deg,#5268ed,#735ee8);box-shadow:0 17px 38px rgba(82,104,237,.3);transform:rotate(-2deg)}.rw10-ai-badge>span{font-size:20px}.rw10-ai-badge small,.rw10-ai-badge strong{display:block}.rw10-ai-badge small{color:#d9ddff;font-size:6px;font-weight:900;letter-spacing:.14em}.rw10-ai-badge strong{margin-top:4px;font-size:9px}.rw10-hero>.rw5-actions{grid-column:1/-1;width:100%;margin:18px 0 0}.rw10-hero .rw5-action{background:rgba(255,255,255,.82);backdrop-filter:blur(10px)}.rw10-hero .rw5-action-primary{background:linear-gradient(135deg,#5268ed,#705ee9)}.rw10-hero>.login-progress{grid-column:1/-1}
.rw5-lifecycle{position:relative;overflow:hidden;padding:43px;color:#fff;border-color:#263d71;background:radial-gradient(circle at 92% 0,rgba(82,104,237,.36),transparent 27%),linear-gradient(140deg,#0b1732,#183366);box-shadow:0 30px 75px rgba(18,37,80,.18)}.rw5-lifecycle:after{content:"";position:absolute;width:250px;height:250px;right:-100px;bottom:-160px;border:55px solid rgba(255,255,255,.04);border-radius:50%}.rw5-lifecycle .rw-kicker{color:#92a4ff}.rw5-lifecycle .rw5-life-copy>p:last-child,.rw5-lifecycle .rw5-life-track small{color:#aebbd3}.rw5-lifecycle .rw5-life-track{position:relative;z-index:1;border-color:rgba(255,255,255,.12)}.rw5-lifecycle .rw5-life-track article span{color:#fff;background:rgba(93,116,241,.42);box-shadow:0 0 0 1px rgba(255,255,255,.13)}.rw5-lifecycle .rw5-life-track>i{color:#6f83b4}
.rw6-postradar-detail{width:min(1420px,calc(100% - 48px));margin-top:45px;padding:62px;border:1px solid #d8e0ff;border-radius:30px;background:radial-gradient(circle at 90% 5%,rgba(54,205,170,.16),transparent 28%),linear-gradient(145deg,#eef1ff,#f9faff 54%,#eefbf7);box-shadow:0 30px 85px rgba(35,52,101,.1)}.rw6-postradar-detail .rw6-detail-head h2{color:#101b34}.rw6-postradar-detail .rw6-pipeline,.rw6-postradar-detail .rw6-control-card,.rw6-postradar-detail .rw6-capabilities article{border-color:rgba(188,199,231,.7);box-shadow:0 18px 45px rgba(31,47,94,.08)}.rw6-postradar-detail .rw6-pipeline{background:rgba(255,255,255,.78);backdrop-filter:blur(12px)}
.rw6-analytics-showcase{width:min(1510px,calc(100% - 48px));margin-top:70px;padding:72px 62px;border-radius:32px;color:#fff;background:radial-gradient(circle at 7% 2%,rgba(82,104,237,.37),transparent 27%),radial-gradient(circle at 94% 95%,rgba(39,192,145,.2),transparent 23%),linear-gradient(145deg,#08142d,#142a59 70%,#173970);box-shadow:0 36px 90px rgba(14,31,70,.2)}.rw6-analytics-showcase .rw6-analytics-head>p:last-child{color:#afbdd5}.rw6-analytics-showcase .rw6-demo-note{color:#d8deff;background:rgba(255,255,255,.1)}.rw6-analytics-showcase .rw6-data-depth{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.07)}.rw6-analytics-showcase .rw6-data-depth span{color:#d3dcf2;background:rgba(255,255,255,.09)}.rw6-analytics-showcase .rw6-data-depth>small{color:#9eadc6}.rw6-analytics-showcase .rw7-data-menu button{border-color:rgba(255,255,255,.13)}
.rw5-product-divider{border:0;box-shadow:0 22px 55px rgba(29,43,84,.12)}.rw5-post-divider{background:linear-gradient(110deg,#fff,#eef1ff 55%,#ecfaf6)}.rw5-auction-divider{background:radial-gradient(circle at 88% 0,rgba(85,110,235,.5),transparent 33%),linear-gradient(130deg,#09162f,#17346b)}
.rw-autopilot,.rw-analytics,.rw-auction-section,.rw-buy-intelligence,.rw-audience,.rw5-seller,.rw-final{border-radius:28px}.rw-autopilot,.rw-audience{background:linear-gradient(145deg,#f8f9ff,#eef2ff)}.rw-auction-section,.rw5-seller{background:radial-gradient(circle at 90% 10%,rgba(82,104,237,.09),transparent 28%)}
@media(max-width:1100px){.rw10-hero{grid-template-columns:1fr;padding:55px 45px}.rw10-hero-visual{width:min(690px,100%);margin:auto}.rw10-hero-copy{text-align:center}.rw10-hero .rw5-eyebrow{margin-left:auto;margin-right:auto}.rw10-hero .rw5-lead{margin-left:auto;margin-right:auto}.rw10-platforms{width:max-content;max-width:100%;margin-left:auto;margin-right:auto}.rw6-postradar-detail,.rw6-analytics-showcase{padding:45px 30px}}
@media(max-width:700px){.rw10-hero{width:calc(100% - 24px);margin-top:12px;padding:38px 18px 25px;border-radius:23px}.rw10-hero-copy{text-align:left}.rw10-hero .rw5-eyebrow{margin-left:0}.rw10-hero h1{font-size:47px}.rw10-hero .rw5-lead{font-size:14px}.rw10-platforms{width:100%;align-items:flex-start;flex-direction:column}.rw10-platforms span b{display:none}.rw10-platforms i{width:32px;height:32px}.rw10-hero-visual{min-height:505px;margin-top:5px}.rw10-source-card{left:0;right:3%;padding:15px}.rw10-flow-line{left:12%;right:12%;top:207px}.rw10-social-cards{left:0;right:0;top:252px}.rw10-social-cards article{min-height:59px}.rw10-ai-badge{right:0;bottom:1px}.rw10-hero>.rw5-actions{grid-template-columns:1fr;margin-top:22px}.rw5-lifecycle{padding:25px}.rw6-postradar-detail,.rw6-analytics-showcase{width:calc(100% - 24px);padding:32px 16px;border-radius:23px}.rw6-postradar-detail{margin-top:25px}.rw6-analytics-showcase{margin-top:45px}.rw6-analytics-showcase .rw6-analytics-grid{grid-template-columns:1fr}}


/* RADAROS_AUCTION_SECTION_CONTRAST_V31_10_1_FIX */
.radaros-unified-landing .rw-auction-section {
  position: relative;
  overflow: hidden;
  color: #ffffff !important;
  background:
    radial-gradient(circle at 88% 10%, rgba(91, 115, 238, .44), transparent 30%),
    radial-gradient(circle at 5% 92%, rgba(39, 192, 145, .12), transparent 24%),
    linear-gradient(132deg, #08152e 0%, #102653 58%, #173a77 100%) !important;
  box-shadow: 0 34px 90px rgba(15, 32, 72, .2);
}
.radaros-unified-landing .rw-auction-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 390px;
  height: 390px;
  left: -210px;
  bottom: -250px;
  border: 75px solid rgba(255, 255, 255, .035);
  border-radius: 50%;
  pointer-events: none;
}
.radaros-unified-landing .rw-auction-section > * {
  position: relative;
  z-index: 1;
}
.radaros-unified-landing .rw-auction-section .rw-auction-copy h2,
.radaros-unified-landing .rw-auction-section .rw-auction-copy h3,
.radaros-unified-landing .rw-auction-section .rw-auction-copy strong {
  color: #ffffff !important;
}
.radaros-unified-landing .rw-auction-section .rw-auction-copy > p:nth-of-type(2) {
  color: #b9c6dc !important;
}
.radaros-unified-landing .rw-auction-section .rw-kicker {
  color: #92a5ff !important;
}
.radaros-unified-landing .rw-auction-section .rw-auction-trust > span {
  border-color: rgba(255, 255, 255, .16) !important;
  background: rgba(255, 255, 255, .075) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
}
.radaros-unified-landing .rw-auction-section .rw-auction-trust strong {
  color: #f7f9ff !important;
}
.radaros-unified-landing .rw-auction-section .rw-auction-trust small {
  color: #9fadc7 !important;
}
.radaros-unified-landing .rw-auction-section .rw-lot-card,
.radaros-unified-landing .rw-auction-section .rw-lot-card strong {
  color: #10182b !important;
}
.radaros-unified-landing .rw-auction-section .rw-lot-card {
  background: #ffffff !important;
  box-shadow: 0 38px 95px rgba(0, 0, 0, .32);
}


/* RADAROS_ANALYTICS_CARDS_CONTRAST_V31_10_2_FIX */
.rw6-analytics-showcase .rw6-analytics-panel,
.rw6-analytics-showcase .rw7-explorer {
  color: #111a2e !important;
}
.rw6-analytics-showcase .rw6-analytics-panel {
  background: #ffffff !important;
}
.rw6-analytics-showcase .rw6-buy-panel {
  background: linear-gradient(180deg, #ffffff, #f8f9ff) !important;
}
.rw6-analytics-showcase .rw6-panel-head p strong,
.rw6-analytics-showcase .rw6-kpis strong,
.rw6-analytics-showcase .rw6-main-chart > div strong,
.rw6-analytics-showcase .rw6-bars header strong,
.rw6-analytics-showcase .rw6-bars p > b,
.rw6-analytics-showcase .rw6-bars p > strong,
.rw6-analytics-showcase .rw6-hours header strong,
.rw6-analytics-showcase .rw6-hours i,
.rw6-analytics-showcase .rw6-score-list header strong,
.rw6-analytics-showcase .rw6-score-list p > b,
.rw6-analytics-showcase .rw6-score-list p > strong,
.rw6-analytics-showcase .rw6-price-box > strong,
.rw6-analytics-showcase .rw6-price-box > p b,
.rw6-analytics-showcase .rw6-ai-answer strong,
.rw6-analytics-showcase .rw7-explorer-head h3,
.rw6-analytics-showcase .rw7-explorer-value strong,
.rw6-analytics-showcase .rw7-answer strong,
.rw6-analytics-showcase .rw7-data-menu > strong,
.rw6-analytics-showcase .rw8-viz-head strong,
.rw6-analytics-showcase .rw8-hbar > span,
.rw6-analytics-showcase .rw8-hbar > strong,
.rw6-analytics-showcase .rw8-columns b,
.rw6-analytics-showcase .rw8-identity strong,
.rw6-analytics-showcase .rw8-price-values,
.rw6-analytics-showcase .rw8-checks strong {
  color: #111a2e !important;
}
.rw6-analytics-showcase .rw6-kpis small,
.rw6-analytics-showcase .rw6-main-chart > div span,
.rw6-analytics-showcase .rw6-bars header span,
.rw6-analytics-showcase .rw6-hours header span,
.rw6-analytics-showcase .rw6-score-list header span,
.rw6-analytics-showcase .rw6-price-box > p,
.rw6-analytics-showcase .rw6-ai-answer p,
.rw6-analytics-showcase .rw7-explorer-head p,
.rw6-analytics-showcase .rw8-viz-head span {
  color: #758197 !important;
}
.rw6-analytics-showcase .rw6-panel-head > b {
  color: #66728a !important;
}
.rw6-analytics-showcase .rw6-ai-answer,
.rw6-analytics-showcase .rw7-answer {
  color: #111a2e !important;
  background: #f0f3ff !important;
}
.rw6-analytics-showcase .rw7-explorer {
  background: #ffffff !important;
}
.rw6-analytics-showcase .rw7-chart-wrap,
.rw6-analytics-showcase .rw6-main-chart {
  color: #111a2e !important;
  background: #f5f7fb !important;
}
.rw6-analytics-showcase .rw7-explorer-value {
  color: #111a2e !important;
  background: #f1f3f9 !important;
}


/* RADAROS_CLEANER_HERO_V31_10_3_STYLES */
.rw10-hero-copy {
  padding-bottom: 14px;
}
.rw10-hero-visual {
  min-height: 500px;
}
.rw10-social-cards {
  top: 265px;
}
.rw10-social-cards article:last-child {
  width: 62%;
}
@media (max-width: 700px) {
  .rw10-hero-copy { padding-bottom: 0; }
  .rw10-hero-visual { min-height: 455px; }
  .rw10-social-cards { top: 250px; }
}

/* RADAROS_MULTILANGUAGE_SWITCHER_V32 */
html[data-locale="hi"] body{font-family:Inter,"Noto Sans Devanagari","Nirmala UI",Arial,sans-serif}
@media(max-width:1100px){.rw-nav{display:none}}
@media(max-width:720px){.rw-login{padding-left:14px!important;padding-right:14px!important}}


.auto-delete-card {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid #e1e6ef;
  border-radius: 15px;
  background: #fff;
}
.auto-delete-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.auto-delete-head > div:first-child {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}
.auto-delete-icon {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 10px;
  background: #f1f3ff;
  color: #586bda;
  font-size: 17px;
  font-weight: 800;
}
.auto-delete-head h3 {
  margin: 0;
  color: #2d374d;
  font-size: 14px;
}
.auto-delete-head p {
  margin: 4px 0 0;
  max-width: 520px;
  color: #7b8598;
  font-size: 10px;
  line-height: 1.5;
}
.auto-delete-badge,
.auto-delete-state {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  background: #f2f4f8;
  color: #69748a;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}
.auto-delete-state.armed {
  background: #eef3ff;
  color: #5268d8;
}
.auto-delete-state.done {
  background: #eef8f2;
  color: #347a55;
}
.auto-delete-control-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}
.auto-delete-select {
  min-width: 0;
  flex: 1;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #dce1ea;
  border-radius: 10px;
  color: #303a50;
  background: #fff;
  font: inherit;
  outline: none;
}
.auto-delete-select:focus,
.auto-delete-custom input:focus {
  border-color: #788bf0;
  box-shadow: 0 0 0 3px rgba(80,104,238,.1);
}
.auto-delete-custom {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 150px;
}
.auto-delete-custom.hidden {
  display: none;
}
.auto-delete-custom input {
  width: 100%;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #dce1ea;
  border-radius: 10px;
  color: #303a50;
  background: #fff;
  font: inherit;
  outline: none;
}
.auto-delete-custom span {
  color: #7b8598;
  font-size: 10px;
  font-weight: 700;
}
.auto-delete-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
}
.auto-delete-foot > span {
  color: #7b8598;
  font-size: 10px;
}
.auto-delete-note {
  margin: 10px 0 0;
  color: #8a93a5;
  font-size: 9px;
  line-height: 1.5;
}
.auto-delete-card.readonly {
  padding: 16px 18px;
}
body.radaros-dark #app .auto-delete-card {
  border-color: rgba(255,255,255,.09);
  background: #171b24;
}
body.radaros-dark #app .auto-delete-icon {
  background: rgba(104,123,242,.14);
  color: #9daafb;
}
body.radaros-dark #app .auto-delete-head h3,
body.radaros-dark #app .auto-delete-select,
body.radaros-dark #app .auto-delete-custom input {
  color: #edf0f7;
}
body.radaros-dark #app .auto-delete-select,
body.radaros-dark #app .auto-delete-custom input {
  border-color: rgba(255,255,255,.12);
  background: #11151d;
}
body.radaros-dark #app .auto-delete-badge,
body.radaros-dark #app .auto-delete-state {
  background: rgba(255,255,255,.07);
  color: #aeb6c6;
}
body.radaros-dark #app .auto-delete-state.armed {
  background: rgba(92,113,235,.15);
  color: #aab6ff;
}
body.radaros-dark #app .auto-delete-state.done {
  background: rgba(65,166,111,.14);
  color: #8ed7ad;
}
@media (max-width: 680px) {
  .auto-delete-head,
  .auto-delete-foot {
    align-items: stretch;
    flex-direction: column;
  }
  .auto-delete-badge,
  .auto-delete-state {
    align-self: flex-start;
  }
  .auto-delete-control-row {
    align-items: stretch;
    flex-direction: column;
  }
  .auto-delete-custom {
    flex: 1 1 auto;
    width: 100%;
  }
  .auto-delete-save {
    width: 100%;
  }
}

/* RADAROS_AUTO_DELETE_TIMER_UI_V33_2_READY */

/* ==========================================================
   RadarOS V33.6 — mobile analytics responsive foundation
   AuctionRadar + PostRadar
   ========================================================== */

@media (max-width: 760px) {

  /*
   * Core sizing contract:
   * no analytics descendant may force the document wider
   * than the phone viewport.
   */
  .pr-channel-analytics,
  .pr-growth-center,
  .pr-content-lab,
  .pr-analytics-discovery,
  .ar-analytics-dashboard,
  .ar-analytics-section,
  .ar-analytics-lock,
  .ar-executive-summary,
  .ar-investment-section,
  .ar-content-audit-section,
  .ar-commercial-audit,
  .ar-audience-health,
  .ar-transferability,
  .ar-forecast-section,
  .ar-risk-section,
  .ar-publish-advisor,
  .ar-metrics-guide,
  .ar-intelligence-observed {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .pr-channel-analytics *,
  .pr-growth-center *,
  .pr-content-lab *,
  .ar-analytics-dashboard *,
  .ar-analytics-section * {
    min-width: 0;
    box-sizing: border-box;
  }

  /*
   * Clip accidental decorative overflow only at analytics roots.
   * Real data surfaces that need horizontal scrolling are
   * explicitly re-enabled below.
   */
  .pr-channel-analytics,
  .pr-growth-center,
  .pr-content-lab,
  .ar-analytics-dashboard,
  .ar-analytics-section {
    overflow-x: clip;
  }

  /* ---------- Shared AuctionRadar/PostRadar analytics ---------- */

  .ar-analytics-dashboard {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ar-analytics-section,
  .ar-analytics-lock {
    padding-left: 13px !important;
    padding-right: 13px !important;
    border-radius: 14px !important;
  }

  .ar-analytics-section-head {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .ar-analytics-section-head > div,
  .ar-analytics-section-head > div:first-child {
    width: 100% !important;
    min-width: 0 !important;
  }

  .ar-analytics-section-head h4,
  .ar-analytics-section-head h3,
  .ar-analytics-section-head strong,
  .ar-analytics-section-head small {
    max-width: 100% !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .ar-analytics-sample,
  .ar-analytics-fresh,
  .ar-executive-verdict,
  .ar-investment-verdict,
  .ar-risk-badge,
  .ar-transfer-risk,
  .ar-forecast-confidence {
    align-self: flex-start !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  /* Desktop metric/grid structures become true phone layouts. */
  .ar-analytics-grid,
  .ar-analytics-grid-4,
  .ar-executive-grid,
  .ar-executive-findings,
  .ar-investment-hero,
  .ar-investment-factors,
  .ar-investment-scenarios,
  .ar-content-summary,
  .ar-content-audit-grid,
  .ar-commercial-hero,
  .ar-commercial-compare,
  .ar-health-layout,
  .ar-health-metrics,
  .ar-health-signals,
  .ar-transfer-overview,
  .ar-transfer-factors,
  .ar-transition-plan,
  .ar-forecast-head,
  .ar-forecast-scenarios,
  .ar-risk-signals,
  .ar-format-grid,
  .ar-metrics-guide-grid,
  .ar-identity-history,
  .ar-publish-summary,
  .ar-publish-columns,
  .ar-intelligence-charts,
  .ar-lock-preview-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .ar-analytics-grid,
  .ar-executive-grid,
  .ar-executive-findings,
  .ar-investment-scenarios,
  .ar-content-audit-grid,
  .ar-commercial-compare,
  .ar-health-metrics,
  .ar-health-signals,
  .ar-transfer-overview,
  .ar-transfer-factors,
  .ar-transition-plan,
  .ar-forecast-scenarios,
  .ar-risk-signals,
  .ar-format-grid,
  .ar-metrics-guide-grid,
  .ar-identity-history,
  .ar-intelligence-charts {
    gap: 9px !important;
  }

  .ar-analytics-stat,
  .ar-executive-grid > article,
  .ar-executive-findings > article,
  .ar-investment-scenarios > article,
  .ar-content-audit-grid > article,
  .ar-commercial-compare > article,
  .ar-health-metrics > article,
  .ar-health-signals > article,
  .ar-transfer-overview > article,
  .ar-transfer-factors > article,
  .ar-transition-plan > article,
  .ar-forecast-scenarios > article,
  .ar-risk-signals > article,
  .ar-format-grid > article,
  .ar-identity-history > article {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .ar-analytics-stat strong,
  .ar-executive-grid strong,
  .ar-investment-section strong,
  .ar-content-audit-section strong,
  .ar-commercial-audit strong,
  .ar-audience-health strong,
  .ar-transferability strong,
  .ar-forecast-section strong,
  .ar-risk-section strong {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .ar-analytics-note,
  .ar-analytics-section p,
  .ar-analytics-section li,
  .ar-analytics-section span,
  .ar-analytics-lock p {
    overflow-wrap: anywhere;
  }

  /* Navigation: wrap instead of widening the page. */
  .ar-analytics-nav {
    position: static !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 10px !important;
    overflow: hidden !important;
  }

  .ar-analytics-nav > span {
    display: block !important;
    margin-bottom: 7px !important;
  }

  .ar-analytics-nav > div {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    width: 100% !important;
  }

  .ar-analytics-nav button {
    flex: 0 1 auto !important;
    max-width: 100% !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    white-space: normal !important;
  }

  .ar-period-switch {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .ar-period-switch button {
    flex: 1 1 72px !important;
    min-width: 0 !important;
    white-space: nowrap;
  }

  /* Charts always scale to their card. */
  .ar-intelligence-chart,
  .ar-forecast-chart,
  .ar-lock-preview-chart,
  .ar-topic-performance,
  .ar-content-pattern-list {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .ar-intelligence-chart svg,
  .ar-forecast-chart svg,
  .ar-lock-preview-chart svg {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .ar-forecast-chart footer {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 3px !important;
    width: 100% !important;
  }

  .ar-forecast-chart footer span {
    min-width: 0 !important;
    font-size: 8px !important;
    text-align: center;
    white-space: normal !important;
  }

  .ar-forecast-legend {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    width: 100% !important;
  }

  .ar-forecast-scenarios article > div {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .ar-forecast-scenarios article footer {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }

  .ar-publish-window {
    grid-template-columns: 30px minmax(0, 1fr) !important;
  }

  .ar-publish-window footer {
    grid-column: 2 !important;
    justify-items: start !important;
    text-align: left !important;
  }

  .ar-content-pattern-list > *,
  .ar-topic-performance > *,
  .ar-commercial-compare > *,
  .ar-health-signals > *,
  .ar-transfer-factors > *,
  .ar-transition-plan > * {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  /* Locked analytics preview must also fit. */
  .ar-lock-preview-content,
  .ar-lock-preview-overlay {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .ar-lock-preview-overlay {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .ar-lock-preview-overlay .button {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  /* ---------- PostRadar Growth Center ---------- */

  .pr-growth-center > header,
  .pr-growth-hero,
  .pr-growth-grid,
  .pr-growth-anomalies > div,
  .pr-lab-two,
  .pr-lab-posts > div,
  .pr-lab-compare > header {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .pr-growth-center > header,
  .pr-lab-compare > header {
    display: grid !important;
    gap: 9px !important;
  }

  .pr-growth-periods {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    max-width: 100% !important;
    gap: 5px !important;
  }

  .pr-growth-periods button {
    flex: 1 1 62px;
    min-width: 0 !important;
  }

  .pr-growth-hero,
  .pr-growth-grid {
    width: 100% !important;
    min-width: 0 !important;
  }

  .pr-growth-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
  }

  .pr-growth-metrics > article,
  .pr-growth-grid > article,
  .pr-growth-anomalies article,
  .pr-growth-recommendations article {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .pr-growth-grid dl div {
    align-items: flex-start;
  }

  .pr-growth-grid dt,
  .pr-growth-grid dd {
    min-width: 0 !important;
    overflow-wrap: anywhere;
  }

  .pr-growth-recommendations article {
    grid-template-columns: 26px minmax(0, 1fr) !important;
  }

  .pr-growth-recommendations button {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }

  /* ---------- PostRadar Content Lab ---------- */

  .pr-lab-compare {
    width: 100% !important;
    min-width: 0 !important;
  }

  .pr-lab-compare > header > div:last-child {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
    width: 100% !important;
  }

  .pr-lab-compare label,
  .pr-lab-compare select {
    width: 100% !important;
    min-width: 0 !important;
  }

  .pr-lab-compare > div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
  }

  .pr-lab-compare article {
    min-width: 0 !important;
    overflow-wrap: anywhere;
  }

  .pr-lab-rank article {
    grid-template-columns: 20px minmax(0, 1fr) !important;
    align-items: start !important;
  }

  .pr-lab-rank article > strong,
  .pr-lab-rank article > small {
    grid-column: 2 !important;
    justify-self: start !important;
    text-align: left !important;
  }

  .pr-lab-formats article {
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
  }

  .pr-lab-formats article > small {
    grid-column: 1 / -1 !important;
  }

  /*
   * Heatmap is the only intentionally horizontally scrollable analytics
   * surface: 8 hour columns cannot remain readable at 320–390 px.
   * The page itself stays fixed; only the heatmap moves.
   */
  .pr-lab-heat {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .pr-lab-hour-head,
  .pr-lab-heat-row {
    min-width: 560px !important;
  }

  /* Analytics discovery / channel analytics entry point. */
  .pr-analytics-discovery {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 14px !important;
  }

  .pr-analytics-discovery-icon {
    width: 42px !important;
    height: 42px !important;
  }

  .pr-analytics-discovery > button {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
    text-align: center !important;
  }

  .pr-analytics-discovery-features {
    gap: 5px 8px !important;
  }

  .channel-tabs .channel-analytics-spotlight {
    grid-template-columns: 30px minmax(0, 1fr) !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .channel-tabs .channel-analytics-spotlight em {
    grid-column: 2 !important;
    margin: 0 !important;
  }

  /* Generic long strings in both analytics products. */
  .pr-channel-analytics strong,
  .pr-channel-analytics span,
  .pr-channel-analytics small,
  .pr-channel-analytics p,
  .pr-content-lab strong,
  .pr-content-lab span,
  .pr-content-lab small,
  .pr-content-lab p,
  .pr-growth-center strong,
  .pr-growth-center span,
  .pr-growth-center small,
  .pr-growth-center p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}


/* Very narrow phones: 320–430 px */
@media (max-width: 430px) {

  .ar-analytics-section,
  .ar-analytics-lock {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }

  .ar-analytics-grid,
  .ar-analytics-grid-4,
  .pr-growth-metrics,
  .pr-lab-compare > div,
  .pr-lab-compare > header > div:last-child {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .ar-period-switch button {
    flex-basis: calc(50% - 3px) !important;
  }

  .ar-analytics-stat strong,
  .pr-growth-metrics strong,
  .pr-lab-compare article strong {
    font-size: 17px !important;
  }

  .ar-executive-score strong,
  .ar-investment-score strong,
  .ar-health-score strong,
  .ar-transfer-score strong {
    overflow-wrap: normal !important;
  }

  .ar-forecast-chart footer span {
    font-size: 7px !important;
  }

  .pr-lab-hour-head,
  .pr-lab-heat-row {
    min-width: 520px !important;
  }
}

/* RADAROS_MOBILE_ANALYTICS_V33_6_READY */


/* ==========================================================
   RadarOS V34 — AuctionRadar deal terms gate
   ========================================================== */

.ar-deal-terms-gate {
  width: min(620px, calc(100% - 28px));
  margin: 42px auto;
  padding: 30px;
  border: 1px solid #dfe5f0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(25, 40, 80, .09);
  text-align: left;
}

.ar-deal-terms-gate-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 17px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #5a6df2, #4659dc);
  font-size: 24px;
  font-weight: 800;
}

.ar-deal-terms-gate h3 {
  margin: 5px 0 11px;
  font-size: 24px;
  line-height: 1.15;
}

.ar-deal-terms-gate-copy {
  margin: 0;
  color: #63708a;
  line-height: 1.55;
}

.ar-deal-terms-gate-copy a {
  color: #4f63e9;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ar-deal-terms-check {
  margin: 22px 0 15px;
  padding: 15px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  border: 1px solid #dfe5f0;
  border-radius: 13px;
  background: #f8f9fd;
  cursor: pointer;
}

.ar-deal-terms-check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 auto;
  accent-color: #5065ee;
}

.ar-deal-terms-check span {
  color: #26334d;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.ar-deal-terms-accept {
  width: 100%;
  min-height: 44px;
}

.ar-deal-terms-accept:disabled {
  opacity: .48;
  cursor: not-allowed;
}

.ar-deal-terms-gate > small {
  display: block;
  margin-top: 11px;
  color: #8490a7;
  font-size: 10px;
  line-height: 1.45;
}

html[data-theme="dark"] .ar-deal-terms-gate,
body.dark-theme .ar-deal-terms-gate {
  border-color: #283750;
  background: #111d32;
}

html[data-theme="dark"] .ar-deal-terms-check,
body.dark-theme .ar-deal-terms-check {
  border-color: #2c3a53;
  background: #17243a;
}

html[data-theme="dark"] .ar-deal-terms-gate h3,
html[data-theme="dark"] .ar-deal-terms-check span,
body.dark-theme .ar-deal-terms-gate h3,
body.dark-theme .ar-deal-terms-check span {
  color: #edf2ff;
}

html[data-theme="dark"] .ar-deal-terms-gate-copy,
body.dark-theme .ar-deal-terms-gate-copy {
  color: #9dacbe;
}

@media (max-width: 620px) {
  .ar-deal-terms-gate {
    width: calc(100% - 20px);
    margin: 18px auto;
    padding: 21px 17px;
    border-radius: 16px;
  }

  .ar-deal-terms-gate h3 {
    font-size: 21px;
  }
}

/* RADAROS_AUCTIONRADAR_DEAL_TERMS_UI_V34_READY */

/* RADAROS_V35_2B13_SUPPORT_RESOLUTION_UI_POLISH_CSS_READY */
.admin-deal-resolution-panel {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding: 18px;
  border: 1px solid var(--border-color, rgba(148, 163, 184, 0.24));
  border-radius: 16px;
  background: var(--card-bg, rgba(148, 163, 184, 0.06));
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.admin-deal-resolution-copy {
  display: grid;
  gap: 5px;
}

.admin-deal-resolution-copy strong {
  font-size: 16px;
  line-height: 1.3;
}

.admin-deal-resolution-copy span {
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.72;
}

.admin-deal-resolution-label {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

#admin-deal-resolution-reason.admin-deal-resolution-reason {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 132px;
  padding: 13px 14px;
  border: 1px solid var(--border-color, rgba(148, 163, 184, 0.34));
  border-radius: 12px;
  background: var(--input-bg, rgba(255, 255, 255, 0.72));
  color: inherit;
  font: inherit;
  font-size: 15px;
  line-height: 1.5;
  resize: vertical;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

#admin-deal-resolution-reason.admin-deal-resolution-reason::placeholder {
  opacity: 0.52;
}

#admin-deal-resolution-reason.admin-deal-resolution-reason:focus {
  border-color: var(--accent, #6474e5);
  box-shadow: 0 0 0 3px rgba(100, 116, 229, 0.14);
  background: var(--input-bg, rgba(255, 255, 255, 0.92));
}

.admin-deal-resolution-hint {
  margin-top: -5px;
  font-size: 12px;
  line-height: 1.35;
  opacity: 0.56;
}

.admin-deal-resolution-actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px !important;
  margin-top: 4px;
}

.admin-deal-resolution-actions .button {
  width: 100%;
  min-height: 44px;
  justify-content: center;
  white-space: normal;
  line-height: 1.25;
}

@media (max-width: 680px) {
  .admin-deal-resolution-panel {
    gap: 11px;
    padding: 15px;
    border-radius: 14px;
  }

  #admin-deal-resolution-reason.admin-deal-resolution-reason {
    min-height: 150px;
    padding: 13px;
    font-size: 16px;
  }

  .admin-deal-resolution-actions {
    grid-template-columns: 1fr;
  }

  .admin-deal-resolution-actions .button {
    min-height: 46px;
  }
}

/* RADAROS_V35_2B14_SUPPORT_RESOLUTION_LAYOUT_FIX_READY */

/*
 * The generic .ar-awaiting-inline component is optimized for compact
 * horizontal status rows. The deal-resolution form is a real form and must
 * always be laid out vertically inside the admin chat column.
 */
.ar-awaiting-inline.admin-deal-resolution-panel {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  grid-template-columns: none !important;
  grid-auto-flow: row !important;
  width: 100% !important;
  min-width: 0 !important;
  gap: 12px !important;
  padding: 18px !important;
  box-sizing: border-box !important;
}

.ar-awaiting-inline.admin-deal-resolution-panel > * {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

.admin-deal-resolution-copy {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 6px !important;
}

.admin-deal-resolution-copy strong {
  display: block !important;
  width: 100% !important;
  font-size: 17px !important;
  line-height: 1.3 !important;
}

.admin-deal-resolution-copy span {
  display: block !important;
  width: 100% !important;
  max-width: 680px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  opacity: 0.78 !important;
}

.admin-deal-resolution-label {
  display: block !important;
  width: 100% !important;
  margin: 2px 0 0 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.ar-awaiting-inline.admin-deal-resolution-panel
  #admin-deal-resolution-reason.admin-deal-resolution-reason {
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  min-height: 144px !important;
  height: auto !important;
  padding: 14px 15px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  resize: vertical !important;
}

.admin-deal-resolution-hint {
  display: block !important;
  width: 100% !important;
  margin: -4px 0 0 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  opacity: 0.62 !important;
}

.ar-awaiting-inline.admin-deal-resolution-panel
  .admin-deal-resolution-actions {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-auto-flow: row !important;
  width: 100% !important;
  gap: 9px !important;
  margin: 4px 0 0 !important;
}

.ar-awaiting-inline.admin-deal-resolution-panel
  .admin-deal-resolution-actions .button {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 46px !important;
  padding: 11px 14px !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  white-space: normal !important;
  line-height: 1.3 !important;
}

@media (max-width: 900px) {
  .ar-awaiting-inline.admin-deal-resolution-panel {
    padding: 16px !important;
    gap: 11px !important;
  }

  .ar-awaiting-inline.admin-deal-resolution-panel
    #admin-deal-resolution-reason.admin-deal-resolution-reason {
    min-height: 160px !important;
    font-size: 16px !important;
  }
}

/* RADAROS_ADMIN_V36_3_CROSS_PRODUCT_UI_CSS_READY */

.admin-v36-product-badge,
.admin-v36-owner-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  opacity: .86;
}

.admin-v36-chart-stack {
  display: grid;
  gap: 18px;
}

.admin-v36-chart-stack > div {
  min-width: 0;
}

.admin-v36-chart-stack > div > strong {
  display: block;
  margin-bottom: 10px;
}

.admin-v36-cross-product-user {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.admin-v36-cross-product-user::before {
  content: "AuctionRadar";
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .72;
}

@media (max-width: 760px) {
  .admin-v36-chart-stack {
    gap: 12px;
  }

  .admin-v36-owner-badge {
    margin-top: 8px;
  }
}

/* RADAROS_ADMIN_V36_4_SUBSCRIPTION_CONTROL_CSS_READY */

.admin-v364-subscription-control {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.admin-v364-section-title {
  align-items: flex-start;
}

.admin-v364-subscription-card {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.admin-v364-current-access {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(88, 101, 242, .14);
  border-radius: 12px;
  background: rgba(88, 101, 242, .045);
}

.admin-v364-current-access.empty {
  opacity: .72;
}

.admin-v364-current-access strong {
  font-size: 14px;
}

.admin-v364-current-access small,
.admin-v364-workspace-note {
  color: var(--muted, #7c8496);
  font-size: 12px;
  line-height: 1.45;
}

.admin-v364-workspace-note {
  margin: -2px 0 0;
}

.admin-v364-control-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px;
  gap: 10px;
}

.admin-v364-control-grid label,
.admin-v364-reason {
  display: grid;
  gap: 6px;
}

.admin-v364-control-grid label > span,
.admin-v364-reason > span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
  opacity: .7;
}

.admin-v364-control-grid select,
.admin-v364-control-grid input,
.admin-v364-reason input {
  width: 100%;
  min-height: 40px;
  box-sizing: border-box;
}

.admin-v364-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-v364-actions .button {
  min-height: 38px;
}

.admin-v364-actions .button.danger {
  border-color: rgba(196, 59, 59, .3);
}

.admin-v364-actions .button:disabled {
  opacity: .45;
  cursor: not-allowed;
}

@media (max-width: 760px) {
  .admin-v364-control-grid {
    grid-template-columns: 1fr;
  }

  .admin-v364-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* RADAROS_USEFUL_CONTACTS_V1_READY */
.admin-useful-contacts-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}
.admin-useful-contacts-summary article{display:grid;gap:4px;padding:14px;border:1px solid rgba(108,122,153,.14);border-radius:14px;background:rgba(255,255,255,.7)}
.admin-useful-contacts-summary small{color:#7d899d;font-size:10px;font-weight:800}
.admin-useful-contacts-summary strong{font-size:22px;line-height:1.1}
.admin-useful-contacts-summary span{color:#8490a3;font-size:9px}
.admin-useful-contacts-toolbar{grid-template-columns:minmax(240px,1fr) repeat(3,minmax(130px,auto)) auto;margin-bottom:8px}
.admin-useful-contacts-rule{margin:0 0 12px;color:#7d899d;font-size:10px}
.admin-useful-contacts-table{width:100%;min-width:760px;border-collapse:collapse}
.admin-useful-contacts-table th,.admin-useful-contacts-table td{padding:11px 12px;border-bottom:1px solid rgba(108,122,153,.1);text-align:left;vertical-align:middle}
.admin-useful-contacts-table th{color:#7d899d;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}
.admin-useful-contacts-table th:nth-child(2),.admin-useful-contacts-table td:nth-child(2){width:160px}
.admin-useful-contacts-table th:nth-child(3),.admin-useful-contacts-table td:nth-child(3){width:250px}
.admin-useful-contact-row{cursor:pointer;transition:background .15s ease}
.admin-useful-contact-row:hover,.admin-useful-contact-row:focus{outline:none;background:rgba(83,99,232,.045)}
.admin-useful-contact-channel-cell{display:grid;gap:3px}
.admin-useful-contact-channel-cell strong{font-size:12px}
.admin-useful-contact-channel-cell small,.admin-useful-contact-row td>small{color:#8490a3;font-size:9px}
.admin-useful-contact-channel-cell a,.admin-useful-contact-link,.admin-useful-contact-detail a{color:#5363e8;text-decoration:none}
.admin-useful-contact-row td:nth-child(3){font-size:11px}
.admin-useful-contact-row td:nth-child(3) small{display:block;margin-top:3px;color:#8490a3}
.admin-useful-contact-missing{color:#98a2b3;font-size:10px}
.admin-useful-contact-detail-row>td{padding:0 12px 12px;background:rgba(83,99,232,.018)}
.admin-useful-contact-detail{padding:16px;border:1px solid rgba(83,99,232,.14);border-radius:14px;background:rgba(255,255,255,.86)}
.admin-useful-contact-detail-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:14px}
.admin-useful-contact-detail-head small{color:#8490a3;font-size:9px}
.admin-useful-contact-detail-head h4{margin:3px 0}
.admin-useful-contact-detail-grid,.admin-useful-contact-contact-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
.admin-useful-contact-detail-grid>div,.admin-useful-contact-contact-grid>div{display:grid;gap:3px;padding:9px 10px;border:1px solid rgba(108,122,153,.11);border-radius:10px}
.admin-useful-contact-detail-grid small,.admin-useful-contact-contact-grid small,.admin-useful-contact-description small{color:#8490a3;font-size:8px;font-weight:800}
.admin-useful-contact-detail-grid strong,.admin-useful-contact-contact-grid strong{font-size:10px}
.admin-useful-contact-description{margin-top:12px}
.admin-useful-contact-description p{margin:5px 0 0;color:#677489;font-size:10px;line-height:1.5;white-space:pre-wrap}
.admin-useful-contact-contacts{display:grid;gap:8px;margin-top:14px}
.admin-useful-contact-contacts h4{margin:0}
.admin-useful-contact-contacts>article{padding:11px;border:1px solid rgba(108,122,153,.11);border-radius:11px}
.admin-useful-contact-contact-head{display:flex;justify-content:space-between;gap:10px;margin-bottom:9px}
.admin-useful-contact-contact-head>div{display:flex;gap:6px;align-items:center;flex-wrap:wrap}
.admin-useful-contact-contact-head small{color:#8490a3;font-size:9px}
.admin-useful-contact-contacts blockquote{margin:9px 0 0;padding:8px 10px;border-left:3px solid rgba(83,99,232,.34);border-radius:0 8px 8px 0;background:rgba(83,99,232,.04);color:#667389;font-size:9px;line-height:1.45}
.admin-useful-contact-loading,.admin-useful-contact-error,.admin-useful-contacts-empty{padding:18px;color:#8490a3;font-size:10px}
.admin-useful-contacts-empty{display:grid;gap:4px;text-align:center}
.admin-useful-contacts-empty strong{color:inherit;font-size:12px}
.admin-useful-contacts-pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:12px}
.admin-useful-contacts-pagination span{color:#8490a3;font-size:9px}
body.radaros-dark .admin-useful-contacts-summary article,body.radaros-dark .admin-useful-contact-detail,body.radaros-dark .admin-useful-contact-contacts>article{border-color:#344159;background:#152033}
body.radaros-dark .admin-useful-contact-detail-row>td{background:rgba(83,99,232,.025)}
body.radaros-dark .admin-useful-contact-row:hover,body.radaros-dark .admin-useful-contact-row:focus{background:rgba(83,99,232,.08)}
@media(max-width:980px){.admin-useful-contacts-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-useful-contacts-toolbar{grid-template-columns:1fr 1fr}.admin-useful-contact-detail-grid,.admin-useful-contact-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.admin-useful-contacts-summary,.admin-useful-contacts-toolbar,.admin-useful-contact-detail-grid,.admin-useful-contact-contact-grid{grid-template-columns:1fr}.admin-useful-contact-detail-head,.admin-useful-contact-contact-head{flex-direction:column}}

/* RADAROS_USEFUL_CONTACTS_V3_2_OPERATIONS_READY */
.admin-useful-contacts-operations{display:grid;gap:10px;margin:0 0 14px}
.admin-useful-contacts-ops-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.admin-useful-contacts-ops-kpis article{display:grid;gap:3px;padding:11px 12px;border:1px solid rgba(108,122,153,.12);border-radius:12px;background:rgba(255,255,255,.52)}
.admin-useful-contacts-ops-kpis small{font-size:9px;font-weight:800;color:#7d899d}
.admin-useful-contacts-ops-kpis strong{font-size:17px;line-height:1.1}
.admin-useful-contacts-ops-kpis span{font-size:8px;color:#8490a3}
.admin-useful-contacts-collectors{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.admin-useful-contacts-collector{display:grid;gap:5px;padding:12px;border:1px solid rgba(108,122,153,.12);border-radius:12px;background:rgba(83,99,232,.025)}
.admin-useful-contacts-collector-head{display:flex;align-items:center;justify-content:space-between;gap:8px}
.admin-useful-contacts-collector-head strong{font-size:11px}
.admin-useful-contacts-collector small{font-size:9px;color:#667389;line-height:1.35}
.admin-useful-contacts-collector>span{font-size:8px;color:#8490a3}
body.radaros-dark .admin-useful-contacts-ops-kpis article,body.radaros-dark .admin-useful-contacts-collector{border-color:#344159;background:#152033}
@media(max-width:980px){.admin-useful-contacts-ops-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-useful-contacts-collectors{grid-template-columns:1fr}}
@media(max-width:600px){.admin-useful-contacts-ops-kpis{grid-template-columns:1fr}}
/* RADAROS_USEFUL_CONTACTS_V3_4_CONTACT_QUALITY_READY */
.admin-useful-contacts-toolbar{grid-template-columns:minmax(240px,1fr) repeat(4,minmax(130px,auto)) auto}
.admin-useful-contact-row td:nth-child(3) small{display:block;margin-top:3px}
.admin-useful-contact-row td:nth-child(3) small:last-child{font-weight:700}
@media(max-width:980px){.admin-useful-contacts-toolbar{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.admin-useful-contacts-toolbar{grid-template-columns:1fr}}

/* RADAROS_USEFUL_CONTACTS_V3_5_OUTREACH_UI_READY */
.admin-useful-contacts-head-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.admin-useful-outreach{margin:12px 0 14px;padding:14px;border:1px solid rgba(83,99,232,.18);border-radius:14px;background:rgba(83,99,232,.035);display:grid;gap:14px}
.admin-useful-outreach-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.admin-useful-outreach-head>div{display:grid;gap:4px}
.admin-useful-outreach-head strong{font-size:13px}
.admin-useful-outreach-head small,.admin-useful-outreach-message small{font-size:9px;color:#7f8ba0;line-height:1.4}
.admin-useful-outreach-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.admin-useful-outreach-grid label,.admin-useful-outreach-message{display:grid;gap:5px}
.admin-useful-outreach-grid label>span,.admin-useful-outreach-message>span{font-size:9px;font-weight:800;color:#69768b}
.admin-useful-outreach-grid input,.admin-useful-outreach-grid select,.admin-useful-outreach-message textarea{width:100%}
.admin-useful-outreach-message textarea{resize:vertical;min-height:132px}
.admin-useful-outreach-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.admin-useful-outreach-actions>span{font-size:9px;color:#7f8ba0}
.admin-useful-outreach-preview-list{display:grid;gap:7px;max-height:280px;overflow:auto}
.admin-useful-outreach-preview-list article{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;padding:9px 10px;border:1px solid rgba(108,122,153,.11);border-radius:10px;background:rgba(255,255,255,.48)}
.admin-useful-outreach-preview-list article>div{display:grid;gap:2px}
.admin-useful-outreach-preview-list small{font-size:8px;color:#8792a4}
.admin-useful-outreach-history-head{display:flex;align-items:center;justify-content:space-between;gap:10px}
body.radaros-dark .admin-useful-outreach{background:rgba(83,99,232,.05);border-color:#344159}
body.radaros-dark .admin-useful-outreach-preview-list article{background:#152033;border-color:#344159}
@media(max-width:980px){.admin-useful-outreach-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.admin-useful-outreach-grid,.admin-useful-outreach-preview-list article{grid-template-columns:1fr}.admin-useful-outreach-head{flex-direction:column}}
/* RADAROS_USEFUL_CONTACTS_V3_6_MULTI_SENDER_INBOX_UI_READY */
.admin-useful-v36-panel{margin-top:14px;padding:14px;border:1px solid rgba(83,99,232,.16);border-radius:14px;background:rgba(255,255,255,.48);display:grid;gap:12px}
.admin-useful-v36-inbox-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) minmax(180px,.55fr) auto;gap:8px;align-items:center}
.admin-useful-v36-checkbox{display:flex;align-items:center;gap:7px;font-size:9px;font-weight:800;color:#69768b}
.admin-useful-v36-inbox{min-height:520px;display:grid;grid-template-columns:minmax(270px,.42fr) minmax(0,1fr);gap:12px}
.admin-useful-v36-inbox-list{max-height:620px;overflow:auto;border:1px solid rgba(108,122,153,.13);border-radius:12px}
.admin-useful-v36-inbox-detail{min-width:0;min-height:520px;padding:12px;border:1px solid rgba(108,122,153,.13);border-radius:12px;background:rgba(255,255,255,.6)}
.admin-useful-v36-chat-actions{display:flex;align-items:center;gap:8px}
.admin-useful-v36-dnc{padding:6px 9px;border-radius:999px;background:#fff0ef;color:#b74840;font-size:8px;font-weight:850}
.admin-useful-v36-read{margin-left:5px;color:#8c97aa;font-size:8px}
.admin-useful-v36-read.read{color:#5268ed}
.admin-useful-v36-sender-status{display:inline-flex;padding:5px 8px;border-radius:999px;background:#eef1f7;color:#637088;font-size:8px;font-weight:850}
.admin-useful-v36-sender-status.ready{background:#e8f7f1;color:#17815d}
.admin-useful-v36-sender-status.cooldown{background:#fff5df;color:#9b6b11}
.admin-useful-v36-sender-status.error{background:#fff0ef;color:#b74840}
.admin-useful-v36-sender-status.disabled{background:#eef1f7;color:#7b8495}
.admin-useful-v36-rate{width:76px}
.admin-useful-v36-switch{display:flex;align-items:center;gap:6px;font-size:9px}
#admin-useful-outreach-inbox-badge:not(:empty){margin-left:5px;min-width:17px;height:17px;padding:0 5px;display:inline-grid;place-items:center;border-radius:999px;background:#5268ed;color:#fff;font-size:8px}
body.radaros-dark .admin-useful-v36-panel{background:#152033;border-color:#344159}
body.radaros-dark .admin-useful-v36-inbox-list,
body.radaros-dark .admin-useful-v36-inbox-detail{background:#111b2d;border-color:#344159}
@media(max-width:980px){.admin-useful-v36-inbox{grid-template-columns:1fr}.admin-useful-v36-inbox-list{max-height:330px}.admin-useful-v36-inbox-toolbar{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.admin-useful-v36-inbox-toolbar{grid-template-columns:1fr}.admin-useful-v36-inbox{min-height:0}.admin-useful-v36-inbox-detail{min-height:420px}}

/* RADAROS_OUTREACH_EXPERIMENTS_V4_0_READY */
.admin-useful-outreach-experiment-grid{margin-top:2px}
.admin-useful-outreach-variants{display:grid;gap:10px;padding:12px;border:1px solid rgba(83,99,232,.14);border-radius:12px;background:rgba(83,99,232,.025)}
.admin-useful-outreach-variants-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}
.admin-useful-outreach-variants-head>div{display:grid;gap:3px}
.admin-useful-outreach-variants-head small{font-size:9px;color:#7f8ba0}
#admin-useful-outreach-variant-list{display:grid;gap:9px}
.admin-useful-outreach-variant-row{display:grid;gap:7px;padding:10px;border:1px solid rgba(108,122,153,.12);border-radius:10px;background:rgba(255,255,255,.52)}
.admin-useful-outreach-variant-top{display:flex;justify-content:space-between;gap:8px;align-items:end}
.admin-useful-outreach-variant-top label{display:grid;gap:4px;max-width:150px}
.admin-useful-outreach-variant-top span{font-size:8px;font-weight:850;color:#69768b}
.admin-useful-outreach-variant-row textarea{width:100%;resize:vertical;min-height:105px}
.admin-useful-outreach-tracking-check{display:flex;align-items:center;gap:8px;font-size:9px;font-weight:750;color:#69768b}
.admin-useful-outreach-tracking-check input{width:auto}
.admin-useful-outreach-history-actions{display:flex;gap:6px;flex-wrap:wrap}
.admin-useful-outreach-analytics{display:grid;gap:12px;margin-top:12px;padding:14px;border:1px solid rgba(83,99,232,.18);border-radius:14px;background:rgba(83,99,232,.035)}
.admin-useful-outreach-analytics-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.admin-useful-outreach-analytics-head>div{display:grid;gap:4px}.admin-useful-outreach-analytics-head small{font-size:9px;color:#7f8ba0}
.admin-useful-outreach-analytics-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
.admin-useful-outreach-analytics-kpis article{display:grid;gap:4px;padding:10px;border:1px solid rgba(108,122,153,.12);border-radius:10px;background:rgba(255,255,255,.52)}
.admin-useful-outreach-analytics-kpis small{font-size:8px;color:#7f8ba0}.admin-useful-outreach-analytics-kpis strong{font-size:19px}.admin-useful-outreach-analytics-kpis span{font-size:8px;color:#8792a4}
.admin-useful-outreach-leaders{padding:9px 10px;border-radius:10px;background:rgba(83,99,232,.07);font-size:9px;color:#69768b}
body.radaros-dark .admin-useful-outreach-variants,body.radaros-dark .admin-useful-outreach-analytics{background:rgba(83,99,232,.045);border-color:#344159}
body.radaros-dark .admin-useful-outreach-variant-row,body.radaros-dark .admin-useful-outreach-analytics-kpis article{background:#152033;border-color:#344159}
@media(max-width:1100px){.admin-useful-outreach-analytics-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:650px){.admin-useful-outreach-analytics-kpis{grid-template-columns:1fr 1fr}.admin-useful-outreach-analytics-head,.admin-useful-outreach-variants-head{flex-direction:column}}

/* RADAROS_OUTREACH_EXPERIMENT_UI_POLISH_V4_0_9_READY */

/*
 * Outreach A/B/n composer polish.
 * Visual-only override: no behavior, API or data-model changes.
 */

.admin-useful-outreach-experiment-grid{
  margin-top:4px;
  padding:12px;
  border:1px solid rgba(83,99,232,.11);
  border-radius:14px;
  background:linear-gradient(180deg,rgba(83,99,232,.035),rgba(83,99,232,.018));
}

.admin-useful-outreach-experiment-grid label{
  gap:6px;
}

.admin-useful-outreach-experiment-grid label>span{
  letter-spacing:.01em;
}

.admin-useful-outreach-experiment-grid input,
.admin-useful-outreach-experiment-grid select{
  min-height:38px;
  border-radius:10px;
}

.admin-useful-outreach-variants{
  gap:14px;
  padding:16px;
  border:1px solid rgba(83,99,232,.16);
  border-radius:18px;
  background:
    radial-gradient(circle at 0 0,rgba(83,99,232,.055),transparent 34%),
    rgba(255,255,255,.58);
  box-shadow:0 8px 28px rgba(28,39,78,.045);
}

.admin-useful-outreach-variants-head{
  align-items:center;
  gap:14px;
  padding-bottom:2px;
}

.admin-useful-outreach-variants-head>div{
  gap:4px;
}

.admin-useful-outreach-variants-head strong{
  font-size:15px;
  line-height:1.25;
  letter-spacing:-.01em;
}

.admin-useful-outreach-variants-head small{
  max-width:680px;
  font-size:9px;
  line-height:1.45;
}

#admin-useful-outreach-add-variant{
  min-height:34px;
  padding:7px 12px;
  border-radius:10px;
  white-space:nowrap;
  font-weight:800;
}

#admin-useful-outreach-variant-list{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:12px;
  align-items:stretch;
}

.admin-useful-outreach-variant-row{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:10px;
  min-width:0;
  min-height:238px;
  padding:12px;
  border:1px solid rgba(108,122,153,.13);
  border-radius:14px;
  background:rgba(255,255,255,.88);
  box-shadow:0 3px 12px rgba(28,39,78,.035);
  transition:
    border-color .16s ease,
    box-shadow .16s ease,
    transform .16s ease;
}

.admin-useful-outreach-variant-row:hover{
  border-color:rgba(83,99,232,.26);
  box-shadow:0 8px 22px rgba(28,39,78,.065);
  transform:translateY(-1px);
}

.admin-useful-outreach-variant-top{
  min-height:36px;
  align-items:center;
  gap:10px;
}

.admin-useful-outreach-variant-top label{
  display:flex;
  align-items:center;
  gap:8px;
  max-width:none;
  min-width:0;
}

.admin-useful-outreach-variant-top label>span{
  display:none;
}

.admin-useful-outreach-variant-top label::after{
  content:"вариант";
  color:#8a95a8;
  font-size:8px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.admin-useful-outreach-variant-top [data-outreach-variant-key]{
  width:46px !important;
  min-width:46px;
  height:34px;
  padding:0 6px !important;
  border:1px solid rgba(83,99,232,.18) !important;
  border-radius:10px !important;
  background:rgba(83,99,232,.075) !important;
  color:#4057dc;
  font-size:14px;
  font-weight:900;
  text-align:center;
  line-height:34px;
  box-shadow:none !important;
}

.admin-useful-outreach-variant-top [data-outreach-variant-key]:focus{
  border-color:rgba(83,99,232,.48) !important;
  background:rgba(83,99,232,.11) !important;
  outline:none;
}

.admin-useful-outreach-variant-top [data-outreach-remove-variant]{
  min-height:32px;
  margin-left:auto;
  padding:6px 10px;
  border-radius:9px;
  opacity:.72;
  font-size:8px;
  font-weight:800;
  transition:opacity .15s ease,background .15s ease,color .15s ease;
}

.admin-useful-outreach-variant-top [data-outreach-remove-variant]:hover:not(:disabled){
  opacity:1;
  background:#fff0ef;
  color:#b74840;
  border-color:#f0cbc7;
}

.admin-useful-outreach-variant-row textarea{
  flex:1 1 auto;
  width:100%;
  min-height:174px;
  padding:11px 12px;
  resize:vertical;
  border:1px solid rgba(108,122,153,.14);
  border-radius:11px;
  background:rgba(250,251,254,.96);
  font-size:12px;
  line-height:1.55;
  transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;
}

.admin-useful-outreach-variant-row textarea::placeholder{
  color:#9aa4b5;
}

.admin-useful-outreach-variant-row textarea:focus{
  border-color:rgba(83,99,232,.42);
  background:#fff;
  box-shadow:0 0 0 3px rgba(83,99,232,.07);
  outline:none;
}

.admin-useful-outreach-tracking-check{
  width:max-content;
  max-width:100%;
  gap:8px;
  padding:8px 10px;
  border:1px solid rgba(108,122,153,.1);
  border-radius:10px;
  background:rgba(255,255,255,.55);
  font-size:9px;
  font-weight:750;
}

.admin-useful-outreach-tracking-check input{
  accent-color:#5363e8;
}

body.radaros-dark .admin-useful-outreach-experiment-grid{
  border-color:#344159;
  background:rgba(83,99,232,.045);
}

body.radaros-dark .admin-useful-outreach-variants{
  border-color:#344159;
  background:
    radial-gradient(circle at 0 0,rgba(83,99,232,.08),transparent 36%),
    #101a2a;
  box-shadow:none;
}

body.radaros-dark .admin-useful-outreach-variant-row{
  border-color:#344159;
  background:#152033;
  box-shadow:none;
}

body.radaros-dark .admin-useful-outreach-variant-row:hover{
  border-color:#5268ed;
}

body.radaros-dark .admin-useful-outreach-variant-top [data-outreach-variant-key]{
  border-color:#405070 !important;
  background:#1f2d49 !important;
  color:#aeb9ff;
}

body.radaros-dark .admin-useful-outreach-variant-row textarea{
  border-color:#344159;
  background:#111c2e;
}

body.radaros-dark .admin-useful-outreach-variant-row textarea:focus{
  border-color:#5268ed;
  background:#111c2e;
}

body.radaros-dark .admin-useful-outreach-tracking-check{
  border-color:#344159;
  background:#152033;
}

@media(max-width:1180px){
  #admin-useful-outreach-variant-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:760px){
  .admin-useful-outreach-experiment-grid{
    padding:10px;
  }

  .admin-useful-outreach-variants{
    padding:12px;
  }

  #admin-useful-outreach-variant-list{
    grid-template-columns:1fr;
  }

  .admin-useful-outreach-variant-row{
    min-height:220px;
  }

  .admin-useful-outreach-variants-head{
    align-items:flex-start;
  }
}

/* RADAROS_OUTREACH_UI_SITE_STYLE_V4_1_0_READY */

/*
 * Outreach composer aligned with RadarOS visual language:
 * calm white surfaces, navy typography, blue primary,
 * subtle violet accents, compact spacing and consistent radii.
 */

.admin-useful-outreach{
  --outreach-primary:#5363e8;
  --outreach-primary-hover:#4354df;
  --outreach-ink:#14203a;
  --outreach-muted:#7f8ba0;
  --outreach-line:#e4e8f1;
  --outreach-soft:#f7f8fc;
  --outreach-soft-violet:#f7f7ff;
  --outreach-radius:14px;
  margin:14px 0 18px;
  padding:18px;
  gap:18px;
  border:1px solid #e3e7ef;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 30px rgba(30,42,76,.045);
}

.admin-useful-outreach-head{
  align-items:center;
  padding-bottom:14px;
  border-bottom:1px solid #edf0f5;
}

.admin-useful-outreach-head>div{
  gap:5px;
}

.admin-useful-outreach-head strong{
  color:var(--outreach-ink);
  font-size:15px;
  font-weight:850;
  letter-spacing:-.015em;
}

.admin-useful-outreach-head small{
  max-width:720px;
  color:var(--outreach-muted);
  font-size:9px;
  line-height:1.45;
}

#admin-useful-outreach-close{
  min-height:34px;
  padding:7px 11px;
  border-color:#e1e5ee;
  border-radius:10px;
  background:#fff;
}

/* Top campaign settings */
.admin-useful-outreach-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  padding:0;
}

.admin-useful-outreach-grid label,
.admin-useful-outreach-message{
  gap:7px;
}

.admin-useful-outreach-grid label>span,
.admin-useful-outreach-message>span,
.admin-useful-outreach-experiment-grid label>span{
  color:#718099;
  font-size:9px;
  font-weight:800;
  letter-spacing:.01em;
}

.admin-useful-outreach-grid input,
.admin-useful-outreach-grid select,
.admin-useful-outreach-experiment-grid input,
.admin-useful-outreach-experiment-grid select{
  min-height:40px;
  padding:8px 11px;
  border:1px solid #dfe4ed;
  border-radius:11px;
  background:#fff;
  color:#1d2941;
  font-size:12px;
  box-shadow:none;
  transition:
    border-color .15s ease,
    box-shadow .15s ease,
    background .15s ease;
}

.admin-useful-outreach-grid input:hover,
.admin-useful-outreach-grid select:hover,
.admin-useful-outreach-experiment-grid input:hover,
.admin-useful-outreach-experiment-grid select:hover{
  border-color:#cfd6e3;
}

.admin-useful-outreach-grid input:focus,
.admin-useful-outreach-grid select:focus,
.admin-useful-outreach-experiment-grid input:focus,
.admin-useful-outreach-experiment-grid select:focus{
  border-color:rgba(83,99,232,.55);
  outline:none;
  box-shadow:0 0 0 3px rgba(83,99,232,.08);
}

/* Content/CTA settings as a clean RadarOS sub-card */
.admin-useful-outreach-experiment-grid{
  margin-top:0;
  padding:14px;
  gap:12px;
  border:1px solid #e5e7f5;
  border-radius:15px;
  background:linear-gradient(180deg,#fafaff 0%,#f8f9fd 100%);
  box-shadow:none;
}

.admin-useful-outreach-experiment-grid label{
  gap:7px;
}

/* Single-message editor */
.admin-useful-outreach-message{
  padding:0;
}

.admin-useful-outreach-message textarea,
#admin-useful-outreach-message{
  min-height:150px;
  padding:12px 13px;
  border:1px solid #dfe4ed;
  border-radius:12px;
  background:#fff;
  color:#1d2941;
  font-size:12px;
  line-height:1.55;
  box-shadow:none;
  resize:vertical;
  transition:
    border-color .15s ease,
    box-shadow .15s ease;
}

.admin-useful-outreach-message textarea:focus,
#admin-useful-outreach-message:focus{
  border-color:rgba(83,99,232,.55);
  outline:none;
  box-shadow:0 0 0 3px rgba(83,99,232,.08);
}

.admin-useful-outreach-message small{
  color:#8a95a8;
  font-size:8.5px;
  line-height:1.45;
}

/* Tracking checkbox */
.admin-useful-outreach-tracking-check{
  width:fit-content;
  margin-top:-2px;
  padding:8px 10px;
  gap:8px;
  border:1px solid #e5e9f0;
  border-radius:10px;
  background:#fafbfe;
  color:#68758c;
  font-size:9px;
  font-weight:750;
}

.admin-useful-outreach-tracking-check input{
  accent-color:var(--outreach-primary);
}

/* A/B/n variants */
.admin-useful-outreach-variants{
  padding:14px;
  gap:12px;
  border:1px solid #e5e7f5;
  border-radius:15px;
  background:linear-gradient(180deg,#fafaff 0%,#f8f9fd 100%);
  box-shadow:none;
}

.admin-useful-outreach-variants-head{
  align-items:center;
  padding:0 1px 2px;
}

.admin-useful-outreach-variants-head strong{
  color:var(--outreach-ink);
  font-size:14px;
  font-weight:850;
}

.admin-useful-outreach-variants-head small{
  color:var(--outreach-muted);
  font-size:8.5px;
}

#admin-useful-outreach-add-variant{
  min-height:34px;
  padding:7px 11px;
  border:1px solid #dfe4ed;
  border-radius:10px;
  background:#fff;
  color:#42506a;
  font-weight:800;
}

#admin-useful-outreach-variant-list{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.admin-useful-outreach-variant-row{
  min-height:220px;
  padding:11px;
  gap:9px;
  border:1px solid #e2e6ef;
  border-radius:13px;
  background:#fff;
  box-shadow:none;
  transform:none;
}

.admin-useful-outreach-variant-row:hover{
  border-color:#cfd5e4;
  box-shadow:0 5px 16px rgba(31,45,79,.045);
  transform:none;
}

.admin-useful-outreach-variant-top{
  min-height:32px;
}

.admin-useful-outreach-variant-top [data-outreach-variant-key]{
  width:38px !important;
  min-width:38px;
  height:30px;
  padding:0 5px !important;
  border:1px solid #d9def1 !important;
  border-radius:8px !important;
  background:#f1f3ff !important;
  color:#4b5ee2;
  font-size:12px;
  font-weight:900;
  line-height:30px;
}

.admin-useful-outreach-variant-top label::after{
  color:#98a2b3;
  font-size:7.5px;
}

.admin-useful-outreach-variant-top [data-outreach-remove-variant]{
  min-height:30px;
  padding:5px 9px;
  border:1px solid transparent;
  background:transparent;
  color:#8a95a8;
  opacity:1;
  font-size:8px;
}

.admin-useful-outreach-variant-top [data-outreach-remove-variant]:hover:not(:disabled){
  border-color:#f1d6d3;
  background:#fff6f5;
  color:#b24a44;
}

.admin-useful-outreach-variant-row textarea{
  min-height:150px;
  padding:11px 12px;
  border:1px solid #e0e5ee;
  border-radius:10px;
  background:#fbfcfe;
  color:#1d2941;
  font-size:11.5px;
  line-height:1.5;
  box-shadow:none;
}

.admin-useful-outreach-variant-row textarea:focus{
  border-color:rgba(83,99,232,.5);
  background:#fff;
  box-shadow:0 0 0 3px rgba(83,99,232,.07);
}

/* Action bar */
.admin-useful-outreach-actions{
  gap:10px;
  padding-top:2px;
}

.admin-useful-outreach-actions .button{
  min-height:38px;
  padding:8px 14px;
  border-radius:10px;
  font-size:10px;
  font-weight:850;
}

#admin-useful-outreach-preview{
  border:1px solid #dfe4ed;
  background:#fff;
  color:#33425d;
}

#admin-useful-outreach-preview:hover{
  border-color:#cfd6e3;
  background:#f8f9fc;
}

#admin-useful-outreach-create{
  border-color:var(--outreach-primary);
  background:var(--outreach-primary);
  color:#fff;
  box-shadow:0 6px 14px rgba(83,99,232,.18);
}

#admin-useful-outreach-create:hover:not(:disabled){
  border-color:var(--outreach-primary-hover);
  background:var(--outreach-primary-hover);
}

#admin-useful-outreach-create:disabled{
  opacity:.5;
  box-shadow:none;
}

.admin-useful-outreach-actions>span{
  color:#8a95a8;
  font-size:8.5px;
}

/* Preview + history */
.admin-useful-outreach-preview-list{
  gap:8px;
  max-height:300px;
}

.admin-useful-outreach-preview-list article{
  padding:10px 11px;
  border:1px solid #e5e9f0;
  border-radius:11px;
  background:#fbfcfe;
}

.admin-useful-outreach-history-head{
  margin-top:2px;
  padding-top:16px;
  border-top:1px solid #edf0f5;
}

.admin-useful-outreach-history-head strong{
  color:var(--outreach-ink);
  font-size:14px;
  font-weight:850;
}

#admin-useful-outreach-history-refresh{
  min-height:32px;
  border-radius:9px;
}

#admin-useful-outreach-history{
  border-radius:12px;
}

/* Dark theme */
body.radaros-dark .admin-useful-outreach{
  --outreach-ink:#edf2ff;
  --outreach-muted:#8f9bb0;
  --outreach-line:#2f3b51;
  border-color:#2d394f;
  background:#101a2a;
  box-shadow:none;
}

body.radaros-dark .admin-useful-outreach-head{
  border-bottom-color:#263248;
}

body.radaros-dark .admin-useful-outreach-grid input,
body.radaros-dark .admin-useful-outreach-grid select,
body.radaros-dark .admin-useful-outreach-experiment-grid input,
body.radaros-dark .admin-useful-outreach-experiment-grid select,
body.radaros-dark .admin-useful-outreach-message textarea,
body.radaros-dark #admin-useful-outreach-message{
  border-color:#344159;
  background:#111c2e;
  color:#edf2ff;
}

body.radaros-dark .admin-useful-outreach-experiment-grid,
body.radaros-dark .admin-useful-outreach-variants{
  border-color:#303c53;
  background:#131e30;
}

body.radaros-dark .admin-useful-outreach-variant-row{
  border-color:#344159;
  background:#162135;
}

body.radaros-dark .admin-useful-outreach-variant-row textarea{
  border-color:#344159;
  background:#111c2e;
  color:#edf2ff;
}

body.radaros-dark .admin-useful-outreach-tracking-check{
  border-color:#344159;
  background:#131e30;
  color:#9aa7bb;
}

body.radaros-dark #admin-useful-outreach-preview,
body.radaros-dark #admin-useful-outreach-add-variant,
body.radaros-dark #admin-useful-outreach-close{
  border-color:#344159;
  background:#152033;
  color:#dce5f5;
}

body.radaros-dark .admin-useful-outreach-history-head{
  border-top-color:#263248;
}

body.radaros-dark .admin-useful-outreach-preview-list article{
  border-color:#344159;
  background:#131e30;
}

/* Responsive */
@media(max-width:1100px){
  .admin-useful-outreach-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  #admin-useful-outreach-variant-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:720px){
  .admin-useful-outreach{
    padding:14px;
    gap:14px;
    border-radius:15px;
  }

  .admin-useful-outreach-head{
    align-items:flex-start;
  }

  .admin-useful-outreach-grid{
    grid-template-columns:1fr;
  }

  .admin-useful-outreach-experiment-grid{
    grid-template-columns:1fr;
    padding:12px;
  }

  #admin-useful-outreach-variant-list{
    grid-template-columns:1fr;
  }

  .admin-useful-outreach-actions{
    align-items:stretch;
  }

  .admin-useful-outreach-actions .button{
    width:100%;
  }
}


/* RADAROS_OUTREACH_SHARD_VISIBILITY_UI_V1_CSS_READY */
.admin-useful-outreach-progress{display:block;margin-top:4px;color:#7a869c;font-size:8px;line-height:1.4}
.admin-useful-outreach-shards{display:flex;flex-wrap:wrap;gap:5px;min-width:220px}
.admin-useful-outreach-shard{display:grid;gap:2px;min-width:150px;padding:6px 8px;border:1px solid #dfe5ee;border-radius:10px;background:#fafbfe}
.admin-useful-outreach-shard b{color:#26344f;font-size:8.5px}
.admin-useful-outreach-shard small{color:#7c899d;font-size:7.5px;line-height:1.35}
.admin-useful-outreach-shard.active{border-color:#cae8dc;background:#f1fbf7}
.admin-useful-outreach-shard.frozen,.admin-useful-outreach-shard.restricted{border-color:#f0cbc7;background:#fff6f5}
.admin-useful-outreach-shard.restricted b{color:#b74840}
.admin-useful-outreach-shard-empty{color:#8b96a8;font-size:8px}
.admin-useful-v36-sender-status.restricted{background:#fff0ef;color:#b74840}
body.radaros-dark .admin-useful-outreach-shard{border-color:#344159;background:#152033}
body.radaros-dark .admin-useful-outreach-shard.active{border-color:#315d50;background:#14271f}
body.radaros-dark .admin-useful-outreach-shard.frozen,body.radaros-dark .admin-useful-outreach-shard.restricted{border-color:#70443f;background:#2b1c1d}
body.radaros-dark .admin-useful-outreach-shard b{color:#e7edf8}
@media(max-width:720px){.admin-useful-outreach-shards{min-width:180px}.admin-useful-outreach-shard{min-width:100%}}


/* RADAROS_OUTREACH_FROZEN_STATUS_UI_V1_READY */
.admin-useful-outreach-campaign-status{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:5px 8px;
  border-radius:999px;
  background:#eef1f7;
  color:#637088;
  font-size:8px;
  font-weight:850;
  line-height:1;
}
.admin-useful-outreach-campaign-status.frozen{
  background:#fff0ef;
  color:#b74840;
}
.admin-useful-outreach-campaign-status.partial{
  background:#fff5df;
  color:#9b6b11;
}
.admin-useful-outreach-campaign-status-detail{
  display:block;
  margin-top:5px;
  max-width:220px;
  color:#8a95a8;
  font-size:8px;
  line-height:1.35;
}
body.radaros-dark .admin-useful-outreach-campaign-status{
  background:#243148;
  color:#c8d2e4;
}
body.radaros-dark .admin-useful-outreach-campaign-status.frozen{
  background:#402629;
  color:#ffb8b1;
}
body.radaros-dark .admin-useful-outreach-campaign-status.partial{
  background:#3b3321;
  color:#f3ce7f;
}
