/* SATRIA UI 2.0 — R15.0 Premium Bright Design System
   Final-loaded visual authority. Business logic and workflow semantics remain untouched.
   Design goal: comfortable at 100% browser zoom, premium bright, low-noise, spacious. */

:root{
  --s2-bg:#f5f7fb;
  --s2-bg-soft:#f8faff;
  --s2-surface:#ffffff;
  --s2-surface-alt:#fbfcff;
  --s2-text:#10243e;
  --s2-text-strong:#081b32;
  --s2-muted:#65778d;
  --s2-muted-2:#8797aa;
  --s2-border:#e3e9f2;
  --s2-border-strong:#d4deeb;
  --s2-primary:#1769e0;
  --s2-primary-hover:#0d59c7;
  --s2-primary-soft:#edf5ff;
  --s2-success:#138a5b;
  --s2-success-soft:#eaf8f2;
  --s2-warning:#c47112;
  --s2-warning-soft:#fff5e8;
  --s2-danger:#cf3f4f;
  --s2-danger-soft:#fff0f2;
  --s2-purple:#6d4ed8;
  --s2-purple-soft:#f3efff;
  --s2-cyan:#0d8297;
  --s2-cyan-soft:#e9f8fb;
  --s2-shadow-xs:0 1px 2px rgba(15,36,62,.04);
  --s2-shadow-sm:0 8px 22px rgba(15,36,62,.055);
  --s2-shadow-md:0 18px 46px rgba(15,36,62,.085);
  --s2-shadow-float:0 24px 60px rgba(15,36,62,.14);
  --s2-radius-sm:10px;
  --s2-radius:14px;
  --s2-radius-lg:20px;
  --s2-radius-xl:26px;
  --s2-sidebar:286px;
  --s2-sidebar-collapsed:88px;
  --s2-topbar:84px;
  --s2-content-max:1680px;
  --s2-body:17px;
  --s2-data:15.5px;
  --s2-label:14.5px;
  --s2-caption:13.5px;
  --s2-button:15px;
  --s2-title:clamp(30px,2vw,36px);
  --s2-section:21px;
  --s2-line:1.55;
  --s2-control:48px;
  --s2-tap:44px;
  --s2-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,"Helvetica Neue",Arial,sans-serif;
}

/* ===== Base / typography ===== */
html{background:var(--s2-bg);font-size:16px}
body.stoda-v2.r150-app{margin:0;background:var(--s2-bg);color:var(--s2-text);font-family:var(--s2-font);font-size:var(--s2-body)!important;line-height:var(--s2-line);letter-spacing:-.004em;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.stoda-v2.r150-app *{box-sizing:border-box}
body.stoda-v2.r150-app :is(h1,h2,h3,h4,strong,b){color:var(--s2-text-strong)}
body.stoda-v2.r150-app h1{font-size:var(--s2-title)!important;line-height:1.13!important;letter-spacing:-.035em!important;font-weight:780!important}
body.stoda-v2.r150-app h2{font-size:var(--s2-section)!important;line-height:1.24!important;letter-spacing:-.022em!important;font-weight:740!important}
body.stoda-v2.r150-app h3{font-size:17.5px!important;line-height:1.32!important;letter-spacing:-.012em!important;font-weight:720!important}
body.stoda-v2.r150-app p{font-size:15px;line-height:1.58;color:var(--s2-muted)}
body.stoda-v2.r150-app small{font-size:var(--s2-caption)!important;line-height:1.48!important;color:var(--s2-muted)}
body.stoda-v2.r150-app label{font-size:var(--s2-label)!important;line-height:1.35;font-weight:650;color:#344a63}
body.stoda-v2.r150-app a{color:inherit;text-underline-offset:3px}
body.stoda-v2.r150-app .sv2-icon{stroke-width:1.8;flex:0 0 auto}
body.stoda-v2.r150-app :focus-visible{outline:3px solid rgba(23,105,224,.25)!important;outline-offset:3px!important}

/* Hide low-value explanatory copy. Warnings, errors, evidence and validation stay visible. */
body.stoda-v2.r150-app :is(.r720-page-head,.sv2-page-head,.r1423-work-hero,.r1423-dashboard-action-head) > div > p,
body.stoda-v2.r150-app :is(.r720-card-head,.r720-dashboard-card>header,.r720-section-head,.sv2-card-head,.r1423-panel>header) p,
body.stoda-v2.r150-app .r720-kpi-card>em,
body.stoda-v2.r150-app .r720-profile-kpis>div>span,
body.stoda-v2.r150-app .sv2-card-caption{display:none!important}

/* Keep genuine helper/validation content readable. */
body.stoda-v2.r150-app :is(.notice,.sv2-flash,.s-alert,.notice-danger,.notice-error,.r720-notice,.sv2-warning-card,.bapt-blocking,.bapt-info,.ccr-readonly,.r1425-error-summary){font-size:14.5px!important;line-height:1.55!important}

/* ===== Premium shell ===== */
body.stoda-v2.r150-app .sv2-shell{display:grid;grid-template-columns:var(--s2-sidebar) minmax(0,1fr);min-height:100dvh;background:var(--s2-bg);transition:grid-template-columns .22s ease}
body.stoda-v2.r150-app .sv2-sidebar{position:sticky;top:0;height:100dvh;z-index:40;background:rgba(255,255,255,.97);border-right:1px solid var(--s2-border);padding:22px 16px 14px;display:flex;flex-direction:column;box-shadow:none;backdrop-filter:blur(18px)}
body.stoda-v2.r150-app .sv2-brand{min-height:72px;display:flex;align-items:center;gap:13px;padding:8px 12px 18px;border-bottom:1px solid var(--s2-border);text-decoration:none}
body.stoda-v2.r150-app .sv2-brand img{width:38px;height:38px;object-fit:contain;filter:drop-shadow(0 5px 10px rgba(23,105,224,.10))}
body.stoda-v2.r150-app .sv2-brand strong{display:block;font-size:24px!important;line-height:1;font-weight:800;letter-spacing:.06em;color:#0e2d52}
body.stoda-v2.r150-app .sv2-brand span{display:block;margin-top:7px;font-size:10.5px!important;line-height:1;font-weight:750;letter-spacing:.16em;color:#91a0b3}
body.stoda-v2.r150-app .sv2-sidebar-scroll{flex:1;min-height:0;overflow:auto;padding:16px 3px 14px;scrollbar-width:thin;scrollbar-color:#dbe4ee transparent}
body.stoda-v2.r150-app .sv2-nav-title{margin:21px 12px 8px;font-size:11.5px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:.105em!important;text-transform:uppercase;color:#97a6b8!important}
body.stoda-v2.r150-app .sv2-nav{display:grid;gap:5px}
body.stoda-v2.r150-app .sv2-nav a{position:relative;display:flex;align-items:center;gap:12px;min-height:48px;padding:0 13px;border-radius:13px;text-decoration:none;font-size:15.5px!important;font-weight:650;color:#3c526a;transition:background .16s ease,color .16s ease,transform .16s ease}
body.stoda-v2.r150-app .sv2-nav a>.sv2-icon{width:20px;height:20px;color:#56708c}
body.stoda-v2.r150-app .sv2-nav a:hover{background:#f4f7fc;color:#173653;transform:translateX(1px)}
body.stoda-v2.r150-app .sv2-nav a.active{background:linear-gradient(135deg,#edf5ff,#f4f8ff);color:#0e62da;font-weight:760;box-shadow:inset 3px 0 0 #1c73e8}
body.stoda-v2.r150-app .sv2-nav a.active>.sv2-icon{color:#1769e0}
body.stoda-v2.r150-app .sv2-sidebar-bottom{padding:14px 4px 0;border-top:1px solid var(--s2-border);display:grid;gap:8px}
body.stoda-v2.r150-app .r720-persona-mini{display:flex;align-items:center;gap:11px;min-width:0;padding:7px 8px}
body.stoda-v2.r150-app .r720-persona-mini>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--s2-primary-soft);color:var(--s2-primary);font-size:12px;font-weight:800}
body.stoda-v2.r150-app .r720-persona-mini>div{min-width:0}
body.stoda-v2.r150-app .r720-persona-mini b{display:block;font-size:13.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.stoda-v2.r150-app .r720-persona-mini small{display:block;font-size:11.5px!important;color:var(--s2-muted-2)}
body.stoda-v2.r150-app .sv2-collapse{min-height:42px;border:0;background:transparent;border-radius:11px;color:#73859a;display:flex;align-items:center;gap:9px;padding:0 10px;font:650 13px/1 var(--s2-font);cursor:pointer}
body.stoda-v2.r150-app .sv2-collapse:hover{background:#f4f7fb;color:#27435f}

body.sv2-sidebar-collapsed.stoda-v2.r150-app .sv2-shell{grid-template-columns:var(--s2-sidebar-collapsed) minmax(0,1fr)}
body.sv2-sidebar-collapsed.stoda-v2.r150-app .sv2-sidebar{padding-left:10px;padding-right:10px}
body.sv2-sidebar-collapsed.stoda-v2.r150-app .sv2-brand{justify-content:center;padding-inline:0}
body.sv2-sidebar-collapsed.stoda-v2.r150-app .sv2-brand img{width:36px;height:36px}
body.sv2-sidebar-collapsed.stoda-v2.r150-app .sv2-brand>div,
body.sv2-sidebar-collapsed.stoda-v2.r150-app .sv2-nav-title,
body.sv2-sidebar-collapsed.stoda-v2.r150-app .sv2-nav a>span,
body.sv2-sidebar-collapsed.stoda-v2.r150-app .r720-persona-mini>div,
body.sv2-sidebar-collapsed.stoda-v2.r150-app .sv2-collapse>span{display:none!important}
body.sv2-sidebar-collapsed.stoda-v2.r150-app .sv2-nav a{justify-content:center;padding:0;width:52px;margin-inline:auto;box-shadow:none}
body.sv2-sidebar-collapsed.stoda-v2.r150-app .sv2-nav a.active{box-shadow:none;background:var(--s2-primary-soft)}
body.sv2-sidebar-collapsed.stoda-v2.r150-app .sv2-nav a.active:before{content:"";position:absolute;left:-8px;top:12px;bottom:12px;width:3px;border-radius:3px;background:var(--s2-primary)}
body.sv2-sidebar-collapsed.stoda-v2.r150-app .r720-persona-mini{justify-content:center;padding-inline:0}
body.sv2-sidebar-collapsed.stoda-v2.r150-app .sv2-collapse{justify-content:center;padding:0;width:52px;margin-inline:auto}
body.sv2-sidebar-collapsed.stoda-v2.r150-app .sv2-collapse .sv2-icon{transform:rotate(180deg)}

body.stoda-v2.r150-app .sv2-main{min-width:0;background:var(--s2-bg)}
body.stoda-v2.r150-app .sv2-topbar{position:sticky;top:0;z-index:35;height:var(--s2-topbar);display:flex;align-items:center;gap:14px;padding:0 32px;background:rgba(255,255,255,.92);border-bottom:1px solid var(--s2-border);backdrop-filter:blur(18px);box-shadow:0 1px 0 rgba(255,255,255,.7)}
body.stoda-v2.r150-app .sv2-search{height:48px;max-width:610px;min-width:300px;flex:0 1 610px;border:1px solid var(--s2-border-strong);background:#fff;border-radius:14px;display:flex;align-items:center;gap:11px;padding:0 15px;box-shadow:var(--s2-shadow-xs);transition:border-color .16s,box-shadow .16s}
body.stoda-v2.r150-app .sv2-search:focus-within{border-color:#9fc4f6;box-shadow:0 0 0 4px rgba(23,105,224,.08)}
body.stoda-v2.r150-app .sv2-search .sv2-icon{width:19px;height:19px;color:#6c829a}
body.stoda-v2.r150-app .sv2-search input{width:100%;height:100%;border:0!important;background:transparent!important;outline:0!important;padding:0!important;font-size:15.5px!important;color:#18324e;box-shadow:none!important}
body.stoda-v2.r150-app .sv2-search input::placeholder{color:#8ea0b4}
body.stoda-v2.r150-app .sv2-icon-btn{position:relative;width:46px;height:46px;border:1px solid var(--s2-border);border-radius:13px;background:#fff;display:grid;place-items:center;color:#23435f;text-decoration:none;box-shadow:var(--s2-shadow-xs);transition:.16s}
body.stoda-v2.r150-app .sv2-icon-btn:hover{border-color:#bfd3eb;background:#f8fbff;transform:translateY(-1px)}
body.stoda-v2.r150-app .sv2-notify-dot{position:absolute;right:-2px;top:-3px;min-width:20px;height:20px;padding:0 5px;border:2px solid #fff;border-radius:999px;background:#1769e0;color:#fff;font-size:10px;font-weight:800;display:grid;place-items:center}
body.stoda-v2.r150-app .sv2-profile{display:flex;align-items:center;gap:10px;padding:5px 8px 5px 5px;border-radius:14px;text-decoration:none;min-width:0}
body.stoda-v2.r150-app .sv2-profile:hover{background:#f5f8fc}
body.stoda-v2.r150-app .sv2-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,#edf5ff,#e5effc);color:#1769e0;font-size:13px;font-weight:800}
body.stoda-v2.r150-app .sv2-profile strong{display:block;font-size:14px!important;line-height:1.2}
body.stoda-v2.r150-app .sv2-profile small{display:block;margin-top:4px;font-size:12px!important;color:#8495a9}
body.stoda-v2.r150-app .sv2-content{width:min(100%,var(--s2-content-max));margin-inline:auto;padding:30px 32px 64px;min-width:0}

/* ===== Global page chrome ===== */
body.stoda-v2.r150-app :is(.r720-page-head,.sv2-page-head){margin:0 0 24px;padding:4px 0;display:flex;align-items:flex-end;justify-content:space-between;gap:22px;background:transparent;border:0;box-shadow:none}
body.stoda-v2.r150-app :is(.r720-eyebrow,.r1423-eyebrow,.sv2-eyebrow){display:inline-flex;align-items:center;min-height:26px;margin-bottom:7px;font-size:12px!important;font-weight:800!important;letter-spacing:.11em!important;text-transform:uppercase;color:#70849c!important}
body.stoda-v2.r150-app .r720-page-head h1,body.stoda-v2.r150-app .sv2-page-title{margin:0!important}
body.stoda-v2.r150-app .r720-breadcrumb,body.stoda-v2.r150-app .r720-back{font-size:13.5px!important;color:#60758d;text-decoration:none}
body.stoda-v2.r150-app .r720-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}

/* ===== Buttons ===== */
body.stoda-v2.r150-app :is(.sv2-btn,.r720-btn,.r4-btn,.ma721-btn,.ma722-btn,.ccr-btn,.s-btn){min-height:46px!important;padding:0 16px!important;border:1px solid var(--s2-border-strong)!important;border-radius:12px!important;background:#fff!important;color:#183451!important;font:700 var(--s2-button)/1 var(--s2-font)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;text-decoration:none!important;box-shadow:var(--s2-shadow-xs)!important;transition:background .16s,border-color .16s,color .16s,transform .16s,box-shadow .16s!important;cursor:pointer}
body.stoda-v2.r150-app :is(.sv2-btn,.r720-btn,.r4-btn,.ma721-btn,.ma722-btn,.ccr-btn,.s-btn):hover{border-color:#b8cae0!important;background:#f9fbfe!important;transform:translateY(-1px);box-shadow:var(--s2-shadow-sm)!important}
body.stoda-v2.r150-app :is(.sv2-btn,.r720-btn,.r4-btn,.ma721-btn,.ma722-btn,.ccr-btn,.s-btn).primary{border-color:var(--s2-primary)!important;background:linear-gradient(135deg,#1d73e8,#0f62d2)!important;color:#fff!important;box-shadow:0 10px 22px rgba(23,105,224,.20)!important}
body.stoda-v2.r150-app :is(.sv2-btn,.r720-btn,.r4-btn,.ma721-btn,.ma722-btn,.ccr-btn,.s-btn).primary:hover{background:linear-gradient(135deg,#1769e0,#0c56bb)!important}
body.stoda-v2.r150-app :is(.sv2-btn,.r720-btn,.r4-btn,.ma721-btn,.ma722-btn,.ccr-btn,.s-btn).danger{border-color:#f2c7cd!important;background:#fff7f8!important;color:#b92f40!important}
body.stoda-v2.r150-app :is(.sv2-btn,.r720-btn,.r4-btn,.ma721-btn,.ma722-btn,.ccr-btn,.s-btn).small{min-height:38px!important;padding:0 12px!important;font-size:13.5px!important;border-radius:10px!important}

/* ===== Cards/panels ===== */
body.stoda-v2.r150-app :is(.sv2-card,.r720-card,.r720-dashboard-card,.ma721-card,.ma722-card,.rc7-card,.ccr-card,.r1423-panel,.r1423-report-card,.r424-panel,.bapt-panel,.caf14-card){border:1px solid var(--s2-border)!important;border-radius:var(--s2-radius-lg)!important;background:var(--s2-surface)!important;box-shadow:var(--s2-shadow-sm)!important;color:var(--s2-text)}
body.stoda-v2.r150-app :is(.sv2-card-head,.r720-card-head,.r720-dashboard-card>header,.r1423-panel>header,.ccr-card>header){padding:20px 22px!important;border-bottom:1px solid #edf1f6!important;background:transparent!important;min-height:0}
body.stoda-v2.r150-app :is(.sv2-card-body,.r720-card.padded){padding:22px!important}
body.stoda-v2.r150-app .r720-dashboard-card{overflow:hidden}
body.stoda-v2.r150-app .r720-dashboard-card>header a{font-size:13.5px;font-weight:750;color:var(--s2-primary);text-decoration:none}

/* ===== Forms ===== */
body.stoda-v2.r150-app :is(.sv2-form-grid,.r4-form,.cq-form,.r424-coordinate-form){gap:18px!important}
body.stoda-v2.r150-app :is(.sv2-field,.r4-field,.cq-field){gap:7px!important}
body.stoda-v2.r150-app :is(input:not([type="checkbox"]):not([type="radio"]),select,textarea,.r4-input,.r4-select,.cq-input){min-height:50px!important;border:1px solid var(--s2-border-strong)!important;border-radius:12px!important;background:#fff!important;color:#17324f!important;font:500 16px/1.35 var(--s2-font)!important;padding:11px 14px!important;box-shadow:0 1px 0 rgba(15,36,62,.02)!important;transition:border-color .16s,box-shadow .16s!important}
body.stoda-v2.r150-app textarea{min-height:118px!important;resize:vertical}
body.stoda-v2.r150-app :is(input,select,textarea):focus{border-color:#8bb8f2!important;box-shadow:0 0 0 4px rgba(23,105,224,.08)!important;outline:0!important}
body.stoda-v2.r150-app :is(input,select,textarea)::placeholder{color:#9aa9ba}
body.stoda-v2.r150-app :is(.r4-label,.sv2-field>label,.cq-field>label){font-size:14.5px!important;font-weight:680!important;color:#344b64!important}
body.stoda-v2.r150-app :is(.r4-meta,.cq-help,.sv2-field small){font-size:13px!important;color:#7b8ca0!important}

/* ===== Tables ===== */
body.stoda-v2.r150-app :is(.r720-table-wrap,.r4-table-wrap,.s-table-wrap,.ma721-table-wrap,.s-u-p0-scroll){border:1px solid var(--s2-border)!important;border-radius:16px!important;overflow:auto!important;background:#fff!important}
body.stoda-v2.r150-app table{width:100%;border-collapse:separate!important;border-spacing:0!important;background:#fff}
body.stoda-v2.r150-app table thead th{height:48px!important;padding:0 16px!important;background:#f8fafc!important;border-bottom:1px solid var(--s2-border)!important;color:#60758d!important;font-size:13px!important;font-weight:800!important;letter-spacing:.045em!important;text-transform:uppercase!important;white-space:nowrap}
body.stoda-v2.r150-app table tbody td{min-height:58px;padding:14px 16px!important;border-bottom:1px solid #edf1f6!important;color:#2b425b;font-size:15px!important;line-height:1.5!important;vertical-align:middle}
body.stoda-v2.r150-app table tbody tr:last-child td{border-bottom:0!important}
body.stoda-v2.r150-app table tbody tr:hover td{background:#fafcff}
body.stoda-v2.r150-app table td strong{font-size:15.5px!important}
body.stoda-v2.r150-app table td small{display:block;margin-top:3px;font-size:13px!important}

/* ===== Chips/status ===== */
body.stoda-v2.r150-app :is(.sv2-chip,.r720-pill,.rc7-pill,.ma722-status,[class*="-badge"],[class*="-chip"]){min-height:27px!important;padding:4px 9px!important;border-radius:999px!important;font-size:12.5px!important;line-height:1.2!important;font-weight:780!important;letter-spacing:.01em!important}
body.stoda-v2.r150-app :is(.good,.success,.consistent){color:var(--s2-success)!important}
body.stoda-v2.r150-app :is(.bad,.danger,.critical,.inconsistent){color:var(--s2-danger)!important}
body.stoda-v2.r150-app :is(.warn,.warning,.exception){color:var(--s2-warning)!important}

/* ===== Dashboard premium ===== */
body.stoda-v2.r150-app .r720-kpi-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin:0 0 24px!important}
body.stoda-v2.r150-app .r720-kpi-grid.six,body.stoda-v2.r150-app .r720-kpi-grid.five{grid-template-columns:repeat(3,minmax(0,1fr))!important}
body.stoda-v2.r150-app .r720-kpi-card{position:relative;min-height:150px!important;padding:22px!important;border:1px solid var(--s2-border)!important;border-radius:20px!important;background:#fff!important;box-shadow:var(--s2-shadow-sm)!important;text-decoration:none!important;display:grid!important;grid-template-columns:50px 1fr!important;grid-template-rows:auto auto!important;column-gap:14px!important;align-content:center!important;transition:transform .17s,box-shadow .17s,border-color .17s!important}
body.stoda-v2.r150-app .r720-kpi-card:hover{transform:translateY(-2px);box-shadow:var(--s2-shadow-md)!important;border-color:#cfdeed!important}
body.stoda-v2.r150-app .r720-kpi-card>.icon{grid-row:1/3;width:50px!important;height:50px!important;border-radius:15px!important;display:grid!important;place-items:center!important;align-self:center;background:var(--s2-primary-soft)!important;color:var(--s2-primary)!important}
body.stoda-v2.r150-app .r720-kpi-card>.icon.green{background:var(--s2-success-soft)!important;color:var(--s2-success)!important}
body.stoda-v2.r150-app .r720-kpi-card>.icon.orange{background:var(--s2-warning-soft)!important;color:var(--s2-warning)!important}
body.stoda-v2.r150-app .r720-kpi-card>.icon.red{background:var(--s2-danger-soft)!important;color:var(--s2-danger)!important}
body.stoda-v2.r150-app .r720-kpi-card>.icon.purple{background:var(--s2-purple-soft)!important;color:var(--s2-purple)!important}
body.stoda-v2.r150-app .r720-kpi-card>.icon.teal{background:var(--s2-cyan-soft)!important;color:var(--s2-cyan)!important}
body.stoda-v2.r150-app .r720-kpi-card>.icon .sv2-icon{width:23px;height:23px}
body.stoda-v2.r150-app .r720-kpi-card>small{align-self:end;font-size:13.5px!important;font-weight:700!important;color:#70839a!important}
body.stoda-v2.r150-app .r720-kpi-card>strong{align-self:start;margin-top:5px;font-size:28px!important;line-height:1.05!important;font-weight:780!important;letter-spacing:-.025em!important;color:#102c4a!important;white-space:normal!important;overflow-wrap:anywhere}
body.stoda-v2.r150-app .r720-kpi-card>strong.small-value{font-size:20px!important}
body.stoda-v2.r150-app .r720-dashboard-grid{display:grid!important;gap:18px!important;margin-top:18px!important}
body.stoda-v2.r150-app .r720-dashboard-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))!important}
body.stoda-v2.r150-app .r720-dashboard-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))!important}
body.stoda-v2.r150-app .r720-dashboard-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))!important}
body.stoda-v2.r150-app .r720-dashboard-grid .span-2{grid-column:span 2}
body.stoda-v2.r150-app .r720-health-tiles{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important}
body.stoda-v2.r150-app .r720-health-tiles>div,body.stoda-v2.r150-app .r720-health-tiles>a{min-height:88px!important;padding:16px!important;border:1px solid var(--s2-border)!important;border-radius:15px!important;background:#fbfcff!important;display:grid!important;grid-template-columns:38px 1fr!important;column-gap:12px!important;align-content:center!important;text-decoration:none!important}
body.stoda-v2.r150-app .r720-health-tiles>*>span{grid-row:1/3;width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:var(--s2-success-soft)}
body.stoda-v2.r150-app .r720-health-tiles b{font-size:14px!important}
body.stoda-v2.r150-app .r720-health-tiles small{font-size:13px!important;margin-top:3px}
body.stoda-v2.r150-app .r720-attention-list>a,body.stoda-v2.r150-app .r720-list-row{min-height:66px!important;padding:13px 16px!important;border-bottom:1px solid #edf1f6!important;display:flex!important;align-items:center!important;gap:13px!important;text-decoration:none!important}
body.stoda-v2.r150-app .r720-attention-list>a:hover,body.stoda-v2.r150-app .r720-list-row:hover{background:#fafcff!important}
body.stoda-v2.r150-app .r720-attention-list>a>span:first-child,body.stoda-v2.r150-app .r720-list-icon{width:40px!important;height:40px!important;border-radius:12px!important;display:grid!important;place-items:center!important;background:var(--s2-primary-soft)!important;color:var(--s2-primary)!important;flex:0 0 40px!important}
body.stoda-v2.r150-app .r720-attention-list b,body.stoda-v2.r150-app .r720-list-row strong{font-size:14.5px!important;line-height:1.35!important}
body.stoda-v2.r150-app .r720-attention-list small,body.stoda-v2.r150-app .r720-list-row small{font-size:13px!important;line-height:1.4!important}

body.stoda-v2.r150-app .r720-quick-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin:0 0 24px!important}
body.stoda-v2.r150-app .r720-quick-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))!important}
body.stoda-v2.r150-app .r720-quick-card{min-height:88px!important;padding:16px!important;border:1px solid var(--s2-border)!important;border-radius:17px!important;background:#fff!important;box-shadow:var(--s2-shadow-xs)!important;display:flex!important;align-items:center!important;gap:12px!important;text-decoration:none!important}
body.stoda-v2.r150-app .r720-quick-card>span:first-child{width:42px!important;height:42px!important;border-radius:12px!important;display:grid!important;place-items:center!important;background:var(--s2-primary-soft)!important;color:var(--s2-primary)!important}
body.stoda-v2.r150-app .r720-quick-card b{font-size:14.5px!important}
body.stoda-v2.r150-app .r720-quick-card small{display:none!important}

/* Action-first dashboard */
body.stoda-v2.r150-app .r1423-dashboard-action{margin-bottom:24px!important;padding:24px!important;border:1px solid #dce7f4!important;border-radius:22px!important;background:linear-gradient(135deg,#fff 0%,#f8fbff 100%)!important;box-shadow:var(--s2-shadow-sm)!important}
body.stoda-v2.r150-app .r1423-dashboard-action-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important}
body.stoda-v2.r150-app .r1423-dashboard-action-head span{font-size:12px!important;letter-spacing:.1em!important;color:#6d829b!important}
body.stoda-v2.r150-app .r1423-dashboard-action-head h2{margin:4px 0 0!important;font-size:23px!important}
body.stoda-v2.r150-app .r1423-dashboard-attention{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;margin-top:20px!important}
body.stoda-v2.r150-app .r1423-dashboard-attention>a{min-height:78px!important;padding:14px!important;border:1px solid var(--s2-border)!important;border-radius:15px!important;background:#fff!important;display:flex!important;align-items:center!important;gap:11px!important;text-decoration:none!important;box-shadow:var(--s2-shadow-xs)!important}
body.stoda-v2.r150-app .r1423-dashboard-attention>a>.sv2-icon{width:21px;height:21px}
body.stoda-v2.r150-app .r1423-dashboard-attention b{font-size:14.5px!important}
body.stoda-v2.r150-app .r1423-dashboard-attention small{display:none!important}
body.stoda-v2.r150-app .r1423-dashboard-workstrip{margin-top:12px!important;border:1px solid var(--s2-border)!important;border-radius:15px!important;background:#fff!important;overflow:hidden}
body.stoda-v2.r150-app .r1423-dashboard-workstrip>a{min-height:60px!important;padding:11px 14px!important;border-bottom:1px solid #edf1f6!important}
body.stoda-v2.r150-app .r1423-dashboard-workstrip small{font-size:12.5px!important}
body.stoda-v2.r150-app .r1423-dashboard-workstrip b{font-size:14px!important}

/* ===== My Work ===== */
body.stoda-v2.r150-app .r1423-work-hero{margin-bottom:18px!important;padding:28px 30px!important;border:1px solid #dce7f4!important;border-radius:24px!important;background:linear-gradient(135deg,#ffffff 0%,#f6faff 100%)!important;box-shadow:var(--s2-shadow-sm)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important}
body.stoda-v2.r150-app .r1423-work-hero h1{font-size:32px!important;margin:2px 0 0!important}
body.stoda-v2.r150-app .r1423-work-hero .r1423-eyebrow{margin:0!important}
body.stoda-v2.r150-app .r1423-work-hero-actions{display:flex!important;gap:10px!important;flex-wrap:wrap!important}
body.stoda-v2.r150-app .r1423-action-summary{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin:0 0 18px!important}
body.stoda-v2.r150-app .r1423-action-summary>a{min-height:112px!important;padding:18px 20px!important;border:1px solid var(--s2-border)!important;border-left:4px solid var(--s2-primary)!important;border-radius:18px!important;background:#fff!important;box-shadow:var(--s2-shadow-xs)!important;display:flex!important;align-items:center!important;gap:15px!important;text-decoration:none!important}
body.stoda-v2.r150-app .r1423-action-summary>a.critical{border-left-color:var(--s2-danger)!important}
body.stoda-v2.r150-app .r1423-action-summary>a.warning{border-left-color:var(--s2-warning)!important}
body.stoda-v2.r150-app .r1423-action-summary>a.governance{border-left-color:var(--s2-purple)!important}
body.stoda-v2.r150-app .r1423-action-summary>a>.sv2-icon{width:24px;height:24px;color:#294963}
body.stoda-v2.r150-app .r1423-action-summary span{display:grid!important}
body.stoda-v2.r150-app .r1423-action-summary small{font-size:12.5px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.05em!important}
body.stoda-v2.r150-app .r1423-action-summary strong{font-size:30px!important;line-height:1!important;margin:5px 0!important}
body.stoda-v2.r150-app .r1423-action-summary em{font-size:13.5px!important;font-style:normal!important;color:#71859b!important}
body.stoda-v2.r150-app .r1423-work-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 390px!important;gap:18px!important;align-items:start!important}
body.stoda-v2.r150-app .r1423-work-list{overflow:hidden;border-radius:0 0 20px 20px}
body.stoda-v2.r150-app .r1423-work-row{min-height:94px!important;padding:16px 18px!important;border-bottom:1px solid #edf1f6!important;display:grid!important;grid-template-columns:42px minmax(0,1fr) 96px!important;gap:15px!important;align-items:center!important;text-decoration:none!important;background:#fff!important}
body.stoda-v2.r150-app .r1423-work-row:hover{background:#fafcff!important}
body.stoda-v2.r150-app .r1423-work-icon{width:42px!important;height:42px!important;border-radius:13px!important;display:grid!important;place-items:center!important;background:var(--s2-danger-soft)!important;color:var(--s2-danger)!important}
body.stoda-v2.r150-app .r1423-work-copy>strong{font-size:16px!important;line-height:1.35!important;margin:4px 0!important}
body.stoda-v2.r150-app .r1423-work-copy>small{font-size:13.5px!important;line-height:1.42!important}
body.stoda-v2.r150-app .r1423-work-tags{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important}
body.stoda-v2.r150-app .r1423-work-tags b,body.stoda-v2.r150-app .r1423-work-tags em{font-size:11.5px!important;font-style:normal!important;font-weight:780!important;padding:3px 7px!important;border-radius:999px!important;background:#f0f4f9!important;color:#667a91!important}
body.stoda-v2.r150-app .r1423-work-tags b{background:var(--s2-primary-soft)!important;color:var(--s2-primary)!important}
body.stoda-v2.r150-app .r1423-work-due small{font-size:11px!important;text-transform:uppercase!important;letter-spacing:.04em!important}
body.stoda-v2.r150-app .r1423-work-due b{font-size:14.5px!important}
body.stoda-v2.r150-app .r1423-work-due em{font-size:12.5px!important;font-style:normal!important;color:#75879b!important}
body.stoda-v2.r150-app .r1423-work-guide .r1423-guide-list>a{min-height:72px!important;padding:14px 16px!important;border-bottom:1px solid #edf1f6!important;display:flex!important;align-items:center!important;gap:12px!important;text-decoration:none!important}
body.stoda-v2.r150-app .r1423-guide-list i{width:40px!important;height:40px!important;border-radius:12px!important;display:grid!important;place-items:center!important;background:var(--s2-primary-soft)!important;color:var(--s2-primary)!important;font-style:normal!important}
body.stoda-v2.r150-app .r1423-guide-list b{font-size:14.5px!important}
body.stoda-v2.r150-app .r1423-guide-list small{display:none!important}
body.stoda-v2.r150-app .r1423-work-subnav{margin-top:18px!important}

/* ===== Profile Site ===== */
body.stoda-v2.r150-app .profile-page-head{margin-bottom:18px!important}
body.stoda-v2.r150-app .r720-profile-workspace{display:grid;gap:18px}
body.stoda-v2.r150-app .r720-profile-hero{min-height:170px!important;padding:24px!important;border:1px solid var(--s2-border)!important;border-radius:24px!important;background:#fff!important;box-shadow:var(--s2-shadow-sm)!important;display:grid!important;grid-template-columns:88px minmax(0,1fr) auto!important;gap:20px!important;align-items:center!important}
body.stoda-v2.r150-app .r720-profile-photo{width:88px!important;height:88px!important;border-radius:20px!important;background:linear-gradient(145deg,#e8f3ff,#edf7ef)!important;display:grid!important;place-items:center!important;overflow:hidden!important}
body.stoda-v2.r150-app .r720-profile-photo .sv2-icon{width:42px;height:42px;color:#315a7b}
body.stoda-v2.r150-app .r720-profile-identity{min-width:0}
body.stoda-v2.r150-app .r720-profile-identity .r720-breadcrumb{font-size:13px!important;margin-bottom:5px!important}
body.stoda-v2.r150-app .r720-title-row{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important}
body.stoda-v2.r150-app .r720-title-row h1{font-size:25px!important;line-height:1.2!important;margin:0!important}
body.stoda-v2.r150-app .r720-title-row h1 span{font-weight:650;color:#294966}
body.stoda-v2.r150-app .r720-address,body.stoda-v2.r150-app .r720-coordinate{display:flex!important;align-items:center!important;gap:7px!important;margin:8px 0 0!important;font-size:14.5px!important;line-height:1.42!important;color:#657b92!important}
body.stoda-v2.r150-app .r720-operator-row{display:flex!important;align-items:center!important;gap:10px!important;margin-top:12px!important}
body.stoda-v2.r150-app .r720-operator-row>small{font-size:12.5px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.045em!important}
body.stoda-v2.r150-app .r720-operator{display:inline-flex!important;align-items:center!important;min-height:30px!important;padding:4px 9px!important;border-radius:9px!important;background:#edf3fa!important;color:#31516d!important;font-size:12.5px!important;font-weight:750!important}
body.stoda-v2.r150-app .r720-profile-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:9px!important;flex-wrap:wrap!important;max-width:480px!important}
body.stoda-v2.r150-app .r720-profile-kpis{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;border:1px solid var(--s2-border)!important;border-radius:20px!important;background:#fff!important;box-shadow:var(--s2-shadow-xs)!important;overflow:hidden!important}
body.stoda-v2.r150-app .r720-profile-kpis>div{min-height:100px!important;padding:18px 20px!important;border-right:1px solid #edf1f6!important;display:grid!important;align-content:center!important;gap:6px!important}
body.stoda-v2.r150-app .r720-profile-kpis>div:last-child{border-right:0!important}
body.stoda-v2.r150-app .r720-profile-kpis small{font-size:12.5px!important;font-weight:800!important;letter-spacing:.055em!important;text-transform:uppercase!important;color:#7a8da3!important}
body.stoda-v2.r150-app .r720-profile-kpis strong{font-size:19px!important;line-height:1.18!important}
body.stoda-v2.r150-app .r1423-profile-attention{padding:22px!important;border:1px solid var(--s2-border)!important;border-radius:20px!important;background:#fff!important;box-shadow:var(--s2-shadow-xs)!important}
body.stoda-v2.r150-app .r1423-profile-attention>header p{display:none!important}
body.stoda-v2.r150-app .r1423-profile-attention-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:11px!important}
body.stoda-v2.r150-app .r1423-profile-attention-list>a{min-height:82px!important;padding:14px!important;border:1px solid var(--s2-border)!important;border-radius:14px!important;background:#fbfcff!important}
body.stoda-v2.r150-app .r1423-profile-attention-list strong{font-size:14.5px!important}
body.stoda-v2.r150-app .r1423-profile-attention-list small{font-size:13px!important}
body.stoda-v2.r150-app .r1423-profile-domains{position:sticky!important;top:calc(var(--s2-topbar) + 8px)!important;z-index:20!important;padding:7px!important;border:1px solid var(--s2-border)!important;border-radius:16px!important;background:rgba(255,255,255,.95)!important;box-shadow:var(--s2-shadow-sm)!important;backdrop-filter:blur(16px)!important}
body.stoda-v2.r150-app .r1423-profile-domains button,body.stoda-v2.r150-app .r1423-profile-domains a{min-height:44px!important;padding:0 14px!important;border-radius:11px!important;font-size:14px!important;font-weight:680!important}
body.stoda-v2.r150-app .r720-profile-tabs{padding:7px!important;border:1px solid var(--s2-border)!important;border-radius:16px!important;background:#fff!important;box-shadow:var(--s2-shadow-xs)!important;gap:5px!important}
body.stoda-v2.r150-app .r720-profile-tabs .sv2-tab{min-height:44px!important;padding:0 13px!important;border-radius:10px!important;font-size:14px!important}
body.stoda-v2.r150-app .r720-profile-tabs .sv2-tab.active{background:var(--s2-primary-soft)!important;color:var(--s2-primary)!important;border:0!important}
body.stoda-v2.r150-app .r720-profile-grid,body.stoda-v2.r150-app .r720-overview-grid{gap:18px!important}
body.stoda-v2.r150-app .r720-info-card header{min-height:58px!important;padding:16px 18px!important;border-bottom:1px solid #edf1f6!important}
body.stoda-v2.r150-app .r720-info-card header span{font-size:16px!important;font-weight:730!important}
body.stoda-v2.r150-app .r720-dl>div,body.stoda-v2.r150-app .ma722-dl>div{min-height:48px!important;padding:11px 16px!important;border-bottom:1px solid #edf1f6!important;display:grid!important;grid-template-columns:minmax(150px,.8fr) minmax(0,1.2fr)!important;gap:14px!important;align-items:center!important}
body.stoda-v2.r150-app .r720-dl dt,body.stoda-v2.r150-app .ma722-dl dt{font-size:13.5px!important;color:#71849a!important}
body.stoda-v2.r150-app .r720-dl dd,body.stoda-v2.r150-app .ma722-dl dd{font-size:15px!important;font-weight:650!important;color:#213c58!important;text-align:right!important;overflow-wrap:anywhere!important}
body.stoda-v2.r150-app .r720-section-head{margin:8px 0 14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important}
body.stoda-v2.r150-app .r720-section-head h2{margin:0!important}

/* Profile editor */
body.stoda-v2.r150-app :is(.r424-edit-dialog,.r14233-edit-dialog){border:1px solid var(--s2-border)!important;border-radius:24px!important;background:#fff!important;box-shadow:var(--s2-shadow-float)!important;overflow:hidden!important}
body.stoda-v2.r150-app .r424-edit-head{padding:22px 24px!important;border-bottom:1px solid var(--s2-border)!important}
body.stoda-v2.r150-app .r424-edit-head h2{font-size:25px!important;margin:0!important}
body.stoda-v2.r150-app .r424-edit-head p{display:none!important}
body.stoda-v2.r150-app .r424-edit-body{display:grid!important;grid-template-columns:220px minmax(0,1fr)!important;min-height:0!important}
body.stoda-v2.r150-app .r424-edit-nav{padding:16px!important;border-right:1px solid var(--s2-border)!important;background:#fafcff!important;display:grid!important;align-content:start!important;gap:5px!important}
body.stoda-v2.r150-app .r424-edit-nav button{min-height:44px!important;padding:0 12px!important;border:0!important;border-radius:10px!important;background:transparent!important;font-size:14px!important;text-align:left!important;color:#526a82!important}
body.stoda-v2.r150-app .r424-edit-nav button.active{background:#edf5ff!important;color:#1769e0!important;font-weight:750!important}
body.stoda-v2.r150-app .r424-edit-content{padding:24px!important;overflow:auto!important}
body.stoda-v2.r150-app .r424-field-row{display:grid!important;grid-template-columns:minmax(170px,.65fr) minmax(0,1.35fr)!important;gap:16px!important;align-items:center!important;min-height:68px!important;border-bottom:1px solid #edf1f6!important;padding:9px 0!important}
body.stoda-v2.r150-app .r424-field-meta strong{font-size:14.5px!important}
body.stoda-v2.r150-app .r424-field-meta small{font-size:12.5px!important}

/* ===== COMCASE premium ===== */
body.stoda-v2.r150-app .ccr-shell,body.stoda-v2.r150-app .ccr-room{font-size:15px!important}
body.stoda-v2.r150-app .ccr-hero,body.stoda-v2.r150-app .ccr-card{border-radius:20px!important;border-color:var(--s2-border)!important;background:#fff!important;box-shadow:var(--s2-shadow-sm)!important}
body.stoda-v2.r150-app .ccr-tabs{display:flex!important;gap:5px!important;padding:6px!important;border:1px solid var(--s2-border)!important;border-radius:15px!important;background:#fff!important;overflow:auto!important}
body.stoda-v2.r150-app .ccr-tab{min-height:44px!important;padding:0 14px!important;border-radius:10px!important;font-size:14px!important;font-weight:700!important;white-space:nowrap!important}
body.stoda-v2.r150-app .ccr-tab.active{background:var(--s2-primary-soft)!important;color:var(--s2-primary)!important}
body.stoda-v2.r150-app .ccr-message{padding:16px!important;border-radius:16px!important;font-size:15px!important;line-height:1.55!important}
body.stoda-v2.r150-app .ccr-message-head strong{font-size:14.5px!important}
body.stoda-v2.r150-app .ccr-message-head :is(span,em,time){font-size:12.5px!important}
body.stoda-v2.r150-app .ccr-composer textarea{font-size:16px!important;min-height:112px!important}
body.stoda-v2.r150-app .ccr-detail-list{display:grid!important;gap:0!important}
body.stoda-v2.r150-app .ccr-detail-list>div{min-height:50px!important;padding:10px 0!important;border-bottom:1px solid #edf1f6!important}
body.stoda-v2.r150-app .ccr-detail-list dt{font-size:13.5px!important}
body.stoda-v2.r150-app .ccr-detail-list dd{font-size:15px!important;font-weight:650!important}

/* ===== BAN / BAPT / CAF / MKT / Enterprise ===== */
body.stoda-v2.r150-app :is(.r731-ban-lens,.r1423-workflow-focus,.bapt-command-center,.bapt-info,.bapt-blocking,.caf14-card,.caf15-output-preview,.r1423-related-records){border-radius:18px!important;border-color:var(--s2-border)!important;box-shadow:var(--s2-shadow-xs)!important}
body.stoda-v2.r150-app :is(.bapt-review-stack,.bapt-map-grid,.bapt-decision-grid,.caf14-grid,.r1423-related-grid){gap:16px!important}
body.stoda-v2.r150-app :is(.bapt-detail-label,.caf14-meta,.r1423-related-type){font-size:13px!important}
body.stoda-v2.r150-app :is(.bapt-detail-row>div:not(:first-child),.caf15-output-preview dd){font-size:15px!important;line-height:1.5!important}
body.stoda-v2.r150-app .bapt-command-center h2,body.stoda-v2.r150-app .r1423-workflow-focus h2{font-size:21px!important}
body.stoda-v2.r150-app .bapt-decision-tile{min-height:108px!important;padding:16px!important;border-radius:16px!important}
body.stoda-v2.r150-app .bapt-decision-tile b{font-size:15px!important}
body.stoda-v2.r150-app .bapt-decision-tile small{font-size:13px!important}

/* ===== Lists / empty / flash ===== */
body.stoda-v2.r150-app :is(.sv2-empty,.r720-empty,.r4-empty,.ma722-empty,.rc7-empty-card,.r1425-empty){min-height:118px!important;padding:28px 22px!important;border:1px dashed #d3dfec!important;border-radius:16px!important;background:#fbfcff!important;color:#6d8298!important;display:grid!important;place-items:center!important;text-align:center!important}
body.stoda-v2.r150-app :is(.sv2-empty,.r720-empty,.r4-empty,.ma722-empty,.rc7-empty-card,.r1425-empty) strong{font-size:15px!important}
body.stoda-v2.r150-app .sv2-flash{margin-bottom:16px!important;border-radius:14px!important;padding:14px 16px!important;box-shadow:var(--s2-shadow-xs)!important}

/* ===== Search/list pages ===== */
body.stoda-v2.r150-app .sv2-toolbar{min-height:64px!important;padding:10px!important;border:1px solid var(--s2-border)!important;border-radius:16px!important;background:#fff!important;box-shadow:var(--s2-shadow-xs)!important;gap:10px!important}
body.stoda-v2.r150-app .sv2-list-row{min-height:70px!important;padding:14px 16px!important;border-bottom:1px solid #edf1f6!important}
body.stoda-v2.r150-app .sv2-list-row strong{font-size:15.5px!important}
body.stoda-v2.r150-app .sv2-list-row small{font-size:13.5px!important}

/* ===== Manager surfaces ===== */
body.stoda-v2.r150-app :is(.ma721-card,.ma722-card){padding:0!important}
body.stoda-v2.r150-app :is(.ma721-section-title,.ma722-section-title){font-size:20px!important;margin:0 0 14px!important}
body.stoda-v2.r150-app .ma722-status{font-size:12.5px!important}
body.stoda-v2.r150-app .ma722-dl dd{font-size:15px!important}

/* ===== Auth premium bright ===== */
body.r150-auth{background:#f5f7fb;color:var(--s2-text);font-family:var(--s2-font)}
body.r150-auth .sv2-login{min-height:100dvh;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);background:#f5f7fb}
body.r150-auth .sv2-login-hero{position:relative;padding:48px clamp(36px,6vw,86px);background:linear-gradient(145deg,#f7fbff 0%,#edf5ff 48%,#f8fbff 100%);color:var(--s2-text);overflow:hidden}
body.r150-auth .sv2-login-hero:before{content:"";position:absolute;inset:auto -10% -25% 20%;height:70%;background:radial-gradient(circle,rgba(23,105,224,.14),transparent 65%);pointer-events:none}
body.r150-auth .sv2-login-brand strong{color:#0c2b4e;font-size:26px;letter-spacing:.06em}
body.r150-auth .sv2-login-brand span{color:#6f829a;letter-spacing:.12em}
body.r150-auth .sv2-login-copy h1{color:#0b2746;font-size:clamp(38px,4vw,60px);line-height:1.04;letter-spacing:-.045em;max-width:720px}
body.r150-auth .sv2-login-copy p{display:none}
body.r150-auth .sv2-login-copy .eyebrow{color:#56799d;font-weight:800;letter-spacing:.12em}
body.r150-auth .sv2-login-panel{display:grid;place-items:center;padding:36px;background:#fff}
body.r150-auth .sv2-login-card{width:min(100%,520px);border:1px solid var(--s2-border);border-radius:26px;background:#fff;box-shadow:var(--s2-shadow-md);padding:32px}
body.r150-auth .sv2-login-foot{display:none!important}
body.r150-auth input:not([type=checkbox]):not([type=radio]),body.r150-auth select,body.r150-auth textarea{min-height:52px!important;font-size:16px!important;border-radius:12px!important;border:1px solid var(--s2-border-strong)!important}
body.r150-auth button{min-height:48px;font-size:15px;border-radius:12px}

/* ===== Premium toast ===== */
body.stoda-v2.r150-app #stoda-offline-badge{border:1px solid rgba(255,255,255,.22)!important;background:#133b2f!important;color:#fff!important;border-radius:12px!important;padding:10px 13px!important;font:700 12.5px/1.2 var(--s2-font)!important;box-shadow:var(--s2-shadow-md)!important;max-width:280px!important}
body.stoda-v2.r150-app .r1425-update-toast{border-radius:16px!important;background:#102d4a!important;box-shadow:var(--s2-shadow-float)!important}

/* ===== Responsive ===== */
@media(max-width:1400px){
  :root{--s2-sidebar:264px}
  body.stoda-v2.r150-app .sv2-content{padding-inline:26px}
  body.stoda-v2.r150-app .r720-kpi-grid.six,body.stoda-v2.r150-app .r720-kpi-grid.five{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.stoda-v2.r150-app .r720-profile-kpis{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.stoda-v2.r150-app .r720-profile-kpis>div{border-bottom:1px solid #edf1f6!important}
}
@media(max-width:1180px){
  body.stoda-v2.r150-app .r720-kpi-grid,body.stoda-v2.r150-app .r720-kpi-grid.six,body.stoda-v2.r150-app .r720-kpi-grid.five{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.stoda-v2.r150-app .r1423-dashboard-attention{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.stoda-v2.r150-app .r1423-work-layout{grid-template-columns:1fr!important}
  body.stoda-v2.r150-app .r720-health-tiles{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.stoda-v2.r150-app .r720-dashboard-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.stoda-v2.r150-app .r720-quick-grid.five{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:920px){
  body.stoda-v2.r150-app .sv2-topbar{display:none!important}
  body.stoda-v2.r150-app .sv2-sidebar{display:none!important}
  body.stoda-v2.r150-app .sv2-shell{display:block!important}
  body.stoda-v2.r150-app .sv2-mobile-header{position:sticky;top:0;z-index:40;min-height:70px;padding:0 15px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--s2-border);backdrop-filter:blur(16px);display:flex!important;align-items:center!important;gap:10px!important}
  body.stoda-v2.r150-app .sv2-mobile-header .sv2-brand{border:0!important;padding:0!important;min-height:auto!important;flex:1}
  body.stoda-v2.r150-app .sv2-mobile-header .sv2-brand img{width:32px;height:32px}
  body.stoda-v2.r150-app .sv2-mobile-header .sv2-brand strong{font-size:20px!important}
  body.stoda-v2.r150-app .sv2-mobile-header .sv2-brand span{display:none}
  body.stoda-v2.r150-app .sv2-content{padding:20px 16px calc(94px + env(safe-area-inset-bottom))!important}
  body.stoda-v2.r150-app :is(.r720-page-head,.sv2-page-head){align-items:flex-start!important;flex-direction:column!important;margin-bottom:18px!important}
  body.stoda-v2.r150-app h1{font-size:28px!important}
  body.stoda-v2.r150-app .r720-kpi-grid,body.stoda-v2.r150-app .r720-kpi-grid.six,body.stoda-v2.r150-app .r720-kpi-grid.five{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  body.stoda-v2.r150-app .r720-kpi-card{min-height:126px!important;padding:16px!important;grid-template-columns:42px 1fr!important}
  body.stoda-v2.r150-app .r720-kpi-card>.icon{width:42px!important;height:42px!important;border-radius:12px!important}
  body.stoda-v2.r150-app .r720-kpi-card>strong{font-size:23px!important}
  body.stoda-v2.r150-app .r720-dashboard-grid.two,body.stoda-v2.r150-app .r720-dashboard-grid.three,body.stoda-v2.r150-app .r720-dashboard-grid.four{grid-template-columns:1fr!important}
  body.stoda-v2.r150-app .r720-dashboard-grid .span-2{grid-column:auto!important}
  body.stoda-v2.r150-app .r720-quick-grid,body.stoda-v2.r150-app .r720-quick-grid.five{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.stoda-v2.r150-app .r1423-work-hero{align-items:flex-start!important;flex-direction:column!important;padding:22px!important}
  body.stoda-v2.r150-app .r1423-work-hero h1{font-size:27px!important}
  body.stoda-v2.r150-app .r1423-action-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.stoda-v2.r150-app .r720-profile-hero{grid-template-columns:68px minmax(0,1fr)!important;padding:18px!important}
  body.stoda-v2.r150-app .r720-profile-photo{width:68px!important;height:68px!important;border-radius:17px!important}
  body.stoda-v2.r150-app .r720-profile-actions{grid-column:1/-1!important;justify-content:flex-start!important;max-width:none!important}
  body.stoda-v2.r150-app .r720-profile-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.stoda-v2.r150-app .r1423-profile-attention-list{grid-template-columns:1fr!important}
  body.stoda-v2.r150-app .r424-edit-body{grid-template-columns:1fr!important}
  body.stoda-v2.r150-app .r424-edit-nav{border-right:0!important;border-bottom:1px solid var(--s2-border)!important;display:flex!important;overflow:auto!important}
  body.stoda-v2.r150-app .r424-edit-nav button{white-space:nowrap!important}
  body.stoda-v2.r150-app .r424-field-row{grid-template-columns:1fr!important;gap:8px!important}
  body.stoda-v2.r150-app .r720-dl>div,body.stoda-v2.r150-app .ma722-dl>div{grid-template-columns:1fr!important;gap:4px!important}
  body.stoda-v2.r150-app .r720-dl dd,body.stoda-v2.r150-app .ma722-dl dd{text-align:left!important}
}
@media(max-width:560px){
  :root{--s2-body:16.5px;--s2-data:15px}
  body.stoda-v2.r150-app .sv2-content{padding-inline:12px!important}
  body.stoda-v2.r150-app .r720-kpi-grid,body.stoda-v2.r150-app .r720-kpi-grid.six,body.stoda-v2.r150-app .r720-kpi-grid.five{grid-template-columns:1fr!important}
  body.stoda-v2.r150-app .r720-kpi-card{min-height:112px!important}
  body.stoda-v2.r150-app .r1423-dashboard-attention{grid-template-columns:1fr!important}
  body.stoda-v2.r150-app .r720-quick-grid,body.stoda-v2.r150-app .r720-quick-grid.five{grid-template-columns:1fr!important}
  body.stoda-v2.r150-app .r1423-action-summary{grid-template-columns:1fr 1fr!important;gap:9px!important}
  body.stoda-v2.r150-app .r1423-action-summary>a{min-height:96px!important;padding:13px!important;gap:10px!important}
  body.stoda-v2.r150-app .r1423-action-summary strong{font-size:25px!important}
  body.stoda-v2.r150-app .r1423-action-summary em{display:none!important}
  body.stoda-v2.r150-app .r1423-work-row{grid-template-columns:40px minmax(0,1fr)!important;min-height:102px!important;padding:14px!important}
  body.stoda-v2.r150-app .r1423-work-due{grid-column:2!important;display:flex!important;align-items:center!important;gap:6px!important;text-align:left!important}
  body.stoda-v2.r150-app .r720-profile-hero{grid-template-columns:1fr!important}
  body.stoda-v2.r150-app .r720-profile-photo{display:none!important}
  body.stoda-v2.r150-app .r720-title-row h1{font-size:22px!important}
  body.stoda-v2.r150-app .r720-profile-kpis{grid-template-columns:1fr!important}
  body.stoda-v2.r150-app .r720-profile-kpis>div{min-height:80px!important;border-right:0!important}
  body.stoda-v2.r150-app .r720-profile-actions>*{flex:1 1 calc(50% - 8px)!important}
  body.stoda-v2.r150-app :is(.sv2-btn,.r720-btn,.r4-btn,.ccr-btn){min-height:48px!important;font-size:15px!important}
  body.stoda-v2.r150-app :is(input:not([type="checkbox"]):not([type="radio"]),select,textarea){font-size:16px!important}
  body.r150-auth .sv2-login{grid-template-columns:1fr}
  body.r150-auth .sv2-login-hero{display:none}
  body.r150-auth .sv2-login-panel{padding:18px}
  body.r150-auth .sv2-login-card{padding:24px 20px;border-radius:20px}
}

@media(prefers-reduced-motion:reduce){body.stoda-v2.r150-app *,body.r150-auth *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* ===== R15 premium dashboard components ===== */
body.stoda-v2.r150-app .r150-page-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:24px;padding:4px 0}
body.stoda-v2.r150-app .r150-page-hero h1{margin:2px 0 0!important}
body.stoda-v2.r150-app .r150-kicker{display:block;font-size:12px!important;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#71859b}
body.stoda-v2.r150-app .r150-hero-actions{display:flex;gap:10px;flex-wrap:wrap}
body.stoda-v2.r150-app .r150-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}
body.stoda-v2.r150-app .r150-kpi{min-height:132px;padding:20px;border:1px solid var(--s2-border);border-radius:20px;background:#fff;box-shadow:var(--s2-shadow-sm);display:flex;align-items:center;gap:16px;text-decoration:none;transition:.17s}
body.stoda-v2.r150-app .r150-kpi:hover{transform:translateY(-2px);border-color:#cfdeed;box-shadow:var(--s2-shadow-md)}
body.stoda-v2.r150-app .r150-kpi-icon{width:54px;height:54px;border-radius:16px;background:var(--s2-primary-soft);color:var(--s2-primary);display:grid;place-items:center;flex:0 0 54px}
body.stoda-v2.r150-app .r150-kpi-icon .sv2-icon{width:24px;height:24px}
body.stoda-v2.r150-app .r150-kpi-icon.green{background:var(--s2-success-soft);color:var(--s2-success)}
body.stoda-v2.r150-app .r150-kpi-icon.orange{background:var(--s2-warning-soft);color:var(--s2-warning)}
body.stoda-v2.r150-app .r150-kpi-icon.purple{background:var(--s2-purple-soft);color:var(--s2-purple)}
body.stoda-v2.r150-app .r150-kpi small{display:block;font-size:13.5px!important;font-weight:700;color:#73869c}
body.stoda-v2.r150-app .r150-kpi strong{display:block;margin-top:5px;font-size:30px!important;line-height:1;font-weight:780;letter-spacing:-.03em}
body.stoda-v2.r150-app .r150-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(320px,.75fr);gap:18px;margin-bottom:18px}
body.stoda-v2.r150-app .r150-panel{border:1px solid var(--s2-border);border-radius:20px;background:#fff;box-shadow:var(--s2-shadow-sm);overflow:hidden}
body.stoda-v2.r150-app .r150-panel-head{min-height:68px;padding:0 22px;border-bottom:1px solid #edf1f6;display:flex;align-items:center;justify-content:space-between;gap:14px}
body.stoda-v2.r150-app .r150-panel-head>div{display:flex;align-items:center;gap:10px}
body.stoda-v2.r150-app .r150-panel-head h2{margin:0!important;font-size:18.5px!important}
body.stoda-v2.r150-app .r150-panel-head>a{display:inline-flex;align-items:center;gap:5px;color:var(--s2-primary);font-size:13.5px;font-weight:750;text-decoration:none}
body.stoda-v2.r150-app .r150-panel-head>a .sv2-icon{width:15px;height:15px}
body.stoda-v2.r150-app .r150-health-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:20px}
body.stoda-v2.r150-app .r150-health-item{min-height:84px;padding:14px;border:1px solid var(--s2-border);border-radius:15px;background:#fbfcff;display:flex;align-items:center;gap:12px;text-decoration:none}
body.stoda-v2.r150-app .r150-health-item>span{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:var(--s2-success-soft);color:var(--s2-success);flex:0 0 40px}
body.stoda-v2.r150-app .r150-health-item.warn>span{background:var(--s2-warning-soft);color:var(--s2-warning)}
body.stoda-v2.r150-app .r150-health-item.info>span{background:var(--s2-primary-soft);color:var(--s2-primary)}
body.stoda-v2.r150-app .r150-health-item b{display:block;font-size:14.5px}
body.stoda-v2.r150-app .r150-health-item small{display:block;margin-top:3px;font-size:13px!important}
body.stoda-v2.r150-app .r150-command-list{padding:8px}
body.stoda-v2.r150-app .r150-command-list>a{min-height:66px;padding:10px 12px;border-radius:13px;display:grid;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center;gap:11px;text-decoration:none}
body.stoda-v2.r150-app .r150-command-list>a:hover{background:#f8faff}
body.stoda-v2.r150-app .r150-command-list>a>span{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:var(--s2-primary-soft);color:var(--s2-primary)}
body.stoda-v2.r150-app .r150-command-list>a>span.purple{background:var(--s2-purple-soft);color:var(--s2-purple)}
body.stoda-v2.r150-app .r150-command-list>a>span.green{background:var(--s2-success-soft);color:var(--s2-success)}
body.stoda-v2.r150-app .r150-command-list>a>span.orange{background:var(--s2-warning-soft);color:var(--s2-warning)}
body.stoda-v2.r150-app .r150-command-list b{font-size:15px!important}
body.stoda-v2.r150-app .r150-user-panel{margin-top:18px}
body.stoda-v2.r150-app .r150-count-badge{min-width:28px;height:28px;padding:0 8px;border-radius:999px;background:var(--s2-primary-soft);color:var(--s2-primary);font-size:12px;font-weight:800;display:grid;place-items:center}
body.stoda-v2.r150-app .r150-user-list{padding:4px 18px 10px}
body.stoda-v2.r150-app .r150-user-row{min-height:74px;padding:12px 4px;border-bottom:1px solid #edf1f6;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:13px}
body.stoda-v2.r150-app .r150-user-row:last-child{border-bottom:0}
body.stoda-v2.r150-app .r150-user-avatar{width:42px;height:42px;border-radius:13px;background:var(--s2-primary-soft);color:var(--s2-primary);display:grid;place-items:center;font-size:12px;font-weight:800}
body.stoda-v2.r150-app .r150-user-copy b{display:block;font-size:15px}
body.stoda-v2.r150-app .r150-user-copy small{display:block;margin-top:3px;font-size:13px!important}
body.stoda-v2.r150-app .r150-row-actions{display:flex;gap:8px;align-items:center}
@media(max-width:1180px){body.stoda-v2.r150-app .r150-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.stoda-v2.r150-app .r150-dashboard-grid{grid-template-columns:1fr}body.stoda-v2.r150-app .r150-health-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){body.stoda-v2.r150-app .r150-page-hero{align-items:flex-start;flex-direction:column}body.stoda-v2.r150-app .r150-kpi-grid{grid-template-columns:1fr}body.stoda-v2.r150-app .r150-health-grid{grid-template-columns:1fr}body.stoda-v2.r150-app .r150-user-row{grid-template-columns:44px minmax(0,1fr)}body.stoda-v2.r150-app .r150-row-actions{grid-column:1/-1;justify-content:flex-end}}
body.stoda-v2.r150-app .r150-work-total{display:flex;align-items:baseline;gap:8px;margin-top:11px;color:#657b91}
body.stoda-v2.r150-app .r150-work-total strong{font-size:20px!important;color:#163858}
body.stoda-v2.r150-app .r150-work-total span{font-size:14.5px}

/* ===== R15 absolute readability floor over legacy per-module microtype ===== */
body.stoda-v2.r150-app :is([class*="eyebrow"],[class*="kicker"],[class*="caption"],[class*="-help"],[class*="-hint"],[class*="-meta"],[class*="-note"]){font-size:13.5px!important;line-height:1.48!important}
body.stoda-v2.r150-app :is(.r424-passport-eyebrow,.r424-coordinate-summary small,.r424-action small,.r424-profile-overview small,.r424-panel-label,.r424-kicker,.r424-panel-title p,.r424-coordinate-form label span,.r424-full span,.r424-history small,.r424-history em,.r424-field-meta small,.r424-tenant-edit>summary small){font-size:13.5px!important;line-height:1.5!important}
body.stoda-v2.r150-app :is(.r424-coordinate-summary strong,.r424-action b,.r424-profile-overview strong,.r424-edit-nav button,.r424-coordinate-form input,.r424-coordinate-form select,.r424-coordinate-form textarea,.r424-field-row input,.r424-field-row select,.r424-history strong,.r424-field-meta strong,.r424-tenant-edit>summary strong){font-size:15px!important;line-height:1.45!important}
body.stoda-v2.r150-app :is(.r424-approval,.r424-direct){font-size:12.5px!important}
body.stoda-v2.r150-app .r424-tabs .sv2-tab{font-size:14px!important}
body.stoda-v2.r150-app .r424-tabs .sv2-tab em{font-size:12px!important}
body.stoda-v2.r150-app :is(.ccr-card>header small,.ccr-flow-step strong,.ccr-message-head span,.ccr-message-head em,.ccr-message-head time,.ccr-message-actions button,.ccr-reply-quote strong,.ccr-reply-quote span,.ccr-system-head strong,.ccr-system-head time,.ccr-mini-state,.ccr-tool,.ccr-file-summary,.ccr-composer-note,.ccr-detail-list dt,.ccr-copy-block strong,.ccr-people-list span,.ccr-participant-history>small,.ccr-participant-history span,.ccr-evidence-card small){font-size:13.5px!important;line-height:1.5!important}
body.stoda-v2.r150-app :is(.ccr-flow-step small,.ccr-file-chip small){font-size:13px!important}
body.stoda-v2.r150-app :is(.ccr-message-head strong,.ccr-file-chip strong,.ccr-detail-list dd,.ccr-people-list strong,.ccr-evidence-card strong){font-size:15px!important}
body.stoda-v2.r150-app :is(.bapt-map-item small,.bapt-recon-value small,.bapt-detail-label,.bapt-recon-foot,.bapt-oac-card p,.bapt-oac-dates,.bapt-source-facts small,.bapt-identity-main small,.bapt-confidence small,.bapt-queue-item small,.bapt-decision-tile small,.bapt-bulk-toolbar label,.bapt-bulk-row a small,.bapt-r13-identity-grid small,.bapt-r13-project-meta,.bapt-r13-compare-card>span:not(.bapt-r13-recon-pill),.bapt-r13-continuity,.bapt-r13-what-changed){font-size:13.5px!important;line-height:1.5!important}
body.stoda-v2.r150-app :is(.bapt-compare-badge,.bapt-identity-chip,.bapt-r13-chip-row span,.bapt-r13-current-badge,.bapt-r13-change){font-size:12.5px!important}
body.stoda-v2.r150-app .bapt-detail-row.header{font-size:13px!important}
body.stoda-v2.r150-app .bapt-detail-row>div:not(:first-child){font-size:15px!important}
body.stoda-v2.r150-app :is(.bapt-source-facts b,.bapt-queue-item b,.bapt-decision-tile b,.bapt-r13-identity-grid b){font-size:14.5px!important}
body.stoda-v2.r150-app :is(.bapt-blocking,.bapt-info,.bapt-identity-stage,.bapt-map-frozen){font-size:14px!important}
body.stoda-v2.r150-app :is(.caf14-meta,.caf14-soft,.caf14-status,.caf14-lineage span,.caf15-output-preview summary,.caf15-output-preview dt,.caf15-output-preview dd){font-size:13.5px!important;line-height:1.5!important}
body.stoda-v2.r150-app .caf14-table th{font-size:13px!important}
body.stoda-v2.r150-app .caf15-output-preview dd{font-size:15px!important}

/* ===== Tabs / pagination / mobile navigation / sheets ===== */
body.stoda-v2.r150-app .sv2-subnav{display:flex;gap:6px;align-items:center;padding:6px;border:1px solid var(--s2-border);border-radius:15px;background:#fff;box-shadow:var(--s2-shadow-xs);overflow:auto}
body.stoda-v2.r150-app .sv2-subnav a{min-height:42px;padding:0 13px;border-radius:10px;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;text-decoration:none;font-size:14px!important;font-weight:680;color:#60748c}
body.stoda-v2.r150-app .sv2-subnav a.active{background:var(--s2-primary-soft);color:var(--s2-primary);font-weight:760}
body.stoda-v2.r150-app :is(.s-pg-btn,.pagination a,.pagination span){min-width:40px!important;height:40px!important;border:1px solid var(--s2-border)!important;border-radius:10px!important;background:#fff!important;color:#425b73!important;font-size:13.5px!important;font-weight:700!important;display:inline-grid!important;place-items:center!important;text-decoration:none!important}
body.stoda-v2.r150-app :is(.s-pg-btn.active,.pagination .active span){background:var(--s2-primary)!important;border-color:var(--s2-primary)!important;color:#fff!important}
body.stoda-v2.r150-app .sv2-mobile-bottom{border-top:1px solid var(--s2-border)!important;background:rgba(255,255,255,.96)!important;box-shadow:0 -8px 28px rgba(15,36,62,.08)!important;backdrop-filter:blur(18px)!important}
body.stoda-v2.r150-app .sv2-mobile-bottom>a,body.stoda-v2.r150-app .sv2-mobile-bottom>button{min-height:66px!important;color:#75889d!important;font-size:11.5px!important;font-weight:700!important}
body.stoda-v2.r150-app .sv2-mobile-bottom :is(a,button).active{color:var(--s2-primary)!important}
body.stoda-v2.r150-app .sv2-mobile-bottom .sv2-icon{width:22px!important;height:22px!important}
body.stoda-v2.r150-app .rc71421-more-panel{border:1px solid var(--s2-border)!important;border-radius:24px 24px 0 0!important;background:#fff!important;box-shadow:0 -24px 70px rgba(15,36,62,.16)!important}
body.stoda-v2.r150-app .rc71421-more-head{padding:18px 20px!important;border-bottom:1px solid var(--s2-border)!important}
body.stoda-v2.r150-app .rc71421-more-head b{font-size:19px!important}
body.stoda-v2.r150-app .rc71421-more-head small{display:none!important}
body.stoda-v2.r150-app .rc71421-more-section-title{font-size:12px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#8192a5!important}
body.stoda-v2.r150-app .rc71421-more-grid>a{min-height:58px!important;border-radius:13px!important;font-size:14.5px!important}
body.stoda-v2.r150-app .rc71421-more-icon{width:38px!important;height:38px!important;border-radius:11px!important;background:var(--s2-primary-soft)!important;color:var(--s2-primary)!important;display:grid!important;place-items:center!important}
