/* SATRIA R14.24 — Frontend Quality & Visual Certification
   Loaded last. This layer does not redefine workflow semantics; it normalizes
   presentation, accessibility, overflow, responsive behavior and legacy UI
   compatibility across active web views. */

:root{
  --r1424-focus:#1473e6;
  --r1424-focus-ring:rgba(20,115,230,.20);
  --r1424-danger:#c83b4b;
  --r1424-warning:#c77a0a;
  --r1424-success:#087d58;
  --r1424-info:#1268f3;
  --r1424-border:var(--s-line,#e3e9f1);
  --r1424-muted:var(--s-muted,#718096);
  --r1424-ink:var(--s-ink,#10294b);
  --r1424-soft:#f7f9fc;
  --r1424-radius:14px;
  /* legacy aliases/defaults required by surviving component generations */
  --s-border:var(--s-line,#e3e9f1);
  --sv2-line:var(--s-line,#e3e9f1);
  --bar:var(--s-orange,#e68a13);
  --high:0;
  --mid:0;
}

/* ---------- universal layout safety ---------- */
.stoda-v2 *, .stoda-v2 *::before, .stoda-v2 *::after{box-sizing:border-box}
.stoda-v2 img,.stoda-v2 svg,.stoda-v2 video,.stoda-v2 canvas{max-width:100%}
.stoda-v2 img{height:auto}
.stoda-v2 .sv2-content,
.stoda-v2 .sv2-card,
.stoda-v2 .sv2-card-body,
.stoda-v2 .r4-card,
.stoda-v2 .r720-card,
.stoda-v2 .ma721-card,
.stoda-v2 .ma722-card,
.stoda-v2 [class*="grid"],
.stoda-v2 [class*="row"]{min-width:0}
.stoda-v2 :is(p,small,strong,b,span,td,th,a,button,label,dd,dt){overflow-wrap:anywhere}
.stoda-v2 pre,.stoda-v2 code{max-width:100%;overflow-wrap:anywhere;white-space:pre-wrap}

/* ---------- keyboard / accessibility ---------- */
.stoda-v2 :is(a,button,input,select,textarea,summary,[tabindex]):focus-visible{
  outline:3px solid var(--r1424-focus-ring);
  outline-offset:2px;
  border-color:var(--r1424-focus)!important;
}
.stoda-v2 :is(button,input,select,textarea):disabled,
.stoda-v2 [aria-disabled="true"]{opacity:.58;cursor:not-allowed}
.stoda-v2 :is(button,.sv2-btn,.r4-btn,.ccr-btn,.ma721-btn,.ma722-btn){touch-action:manipulation}
.stoda-v2 .s-icon-only{display:inline-grid;place-items:center;min-width:40px;min-height:40px;padding:8px}
.stoda-v2 [aria-busy="true"]{cursor:progress}
.stoda-v2 [aria-busy="true"]>*{pointer-events:none}
.stoda-v2 .s-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}

/* ---------- form normalization ---------- */
.stoda-v2 :is(.s-input,.r4-input,.r4-select,.r4-textarea,.cq-input,.sv2-field input,.sv2-field select,.sv2-field textarea){max-width:100%}
.stoda-v2 textarea{resize:vertical}
.stoda-v2 input[type="file"]{max-width:100%;font:inherit}
.stoda-v2 input[type="checkbox"],.stoda-v2 input[type="radio"]{accent-color:var(--r1424-info)}
.stoda-v2 :is(.s-input,.r4-input,.r4-select,.r4-textarea,.cq-input)[aria-invalid="true"]{border-color:#e49aa3;box-shadow:0 0 0 3px rgba(200,59,75,.10)}
.stoda-v2 .s-field-error{display:block;margin-top:5px;color:var(--r1424-danger);font-size:11px;font-weight:700}

/* ---------- table / dense data safety ---------- */
.stoda-v2 .satria-table-scroll,
.stoda-v2 .s-table-wrap,
.stoda-v2 .r4-table-wrap,
.stoda-v2 .s-u-scroll-mt10,
.stoda-v2 .s-u-p0-scroll{max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch}
.stoda-v2 .satria-table-scroll{border-radius:inherit}
.stoda-v2 table{border-spacing:0}
.stoda-v2 table :is(th,td){word-break:normal;overflow-wrap:anywhere}
.stoda-v2 table input,.stoda-v2 table select,.stoda-v2 table textarea{max-width:none}
.stoda-v2 .cq-table-form{min-width:920px}
.stoda-v2 .cq-table-form .remove-row{min-width:38px;min-height:38px;padding:7px 10px;color:var(--r1424-danger);font-size:18px;line-height:1}

/* ---------- shared visual states ---------- */
.stoda-v2 .s-status-line{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.stoda-v2 .s-status-dot{width:8px;height:8px;border-radius:999px;background:#9aa7b8;flex:0 0 auto}
.stoda-v2 .s-status-dot.success{background:var(--r1424-success)}
.stoda-v2 .s-status-dot.warning{background:var(--r1424-warning)}
.stoda-v2 .s-status-dot.danger{background:var(--r1424-danger)}
.stoda-v2 .s-status-dot.info{background:var(--r1424-info)}
.stoda-v2 .s-empty-state{padding:26px 18px;text-align:center;color:var(--r1424-muted);border:1px dashed #d7e0eb;border-radius:var(--r1424-radius);background:#fbfcfe}
.stoda-v2 .s-empty-state strong{display:block;color:var(--r1424-ink);margin-bottom:4px}
.stoda-v2 .s-warning-box{padding:12px 14px;border:1px solid #f0d79a;border-radius:12px;background:#fff8e8;color:#72510b;line-height:1.55}
.stoda-v2 .s-danger-box{padding:12px 14px;border:1px solid #fecaca;border-radius:12px;background:#fff7f7;color:#9f2f3e;line-height:1.55}
.stoda-v2 .s-info-box{padding:12px 14px;border:1px solid #cfe0f7;border-radius:12px;background:#f5f9ff;color:#315b8c;line-height:1.55}

/* ---------- R14.24 utility completion ---------- */
.s-u-mt20{margin-top:20px}.s-u-mt5{margin-top:5px}.s-u-mb4{margin-bottom:4px}
.s-u-text-left{text-align:left}.s-u-text-right{text-align:right}.s-u-center{text-align:center}
.s-u-flex-wrap{flex-wrap:wrap}.s-u-flex-end{justify-content:flex-end}.s-u-flex-start{align-items:flex-start}
.s-u-overflow-auto{overflow:auto}.s-u-p16{padding:16px}.s-u-p0{padding:0}.s-u-px18-b18{padding:0 18px 18px}
.s-u-no-shadow{box-shadow:none}.s-u-relative{position:relative}.s-u-minh96{min-height:96px}.s-u-w-auto{width:auto}
.s-u-fs9{font-size:9px}.s-u-fs10{font-size:10px}.s-u-fs11{font-size:11px}.s-u-fs12{font-size:12px}.s-u-fs17{font-size:17px}.s-u-fs18{font-size:18px}.s-u-fs20{font-size:20px}
.s-u-color-muted{color:#718096}.s-u-color-danger{color:#b42336}.s-u-color-purple{color:var(--s-purple,#7047eb)}
.s-u-toolbar-end{justify-content:flex-end;margin-top:14px}
.s-u-between-wrap{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}
.s-u-between-center{display:flex;justify-content:space-between;gap:12px;align-items:center}
.s-u-flex-200{flex:1 1 200px;min-width:0}
.s-u-file-input-compact{font-size:10px;max-width:100%}
.s-u-muted-9{font-size:9px;color:#718096}.s-u-muted-10{font-size:10px;color:#718096}
.s-u-muted-11{font-size:11px;color:#7b8794}.s-u-muted-block-8{display:block;margin-top:8px;color:#7b8794}
.s-u-muted-block-4{display:block;margin-top:4px;color:#718096}.s-u-muted-block-3{display:block;margin-top:3px;color:#718096}
.s-u-border-bottom{border-bottom:1px solid #edf1f5}
.s-u-scroll-full{overflow:auto;max-width:100%}
.s-u-wmin720{width:min(720px,100%)}
.s-u-w36h36{width:36px;height:36px}.s-u-w34h34{width:34px;height:34px}.s-u-w18h18-mt2{width:18px;height:18px;margin-top:2px}
.s-u-w18h18-flex{width:18px;height:18px;flex:0 0 auto}
.s-u-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.s-u-grid-2-14{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.s-u-panel-soft{background:linear-gradient(120deg,#fff,#f5fbff)}

/* ---------- classes previously used without their own contract ---------- */
.stoda-v2 .bottom-actions{margin-top:4px}
.stoda-v2 .crm-top{align-items:stretch}
.stoda-v2 .passport-timeline{min-width:0}
.stoda-v2 .trust-summary{min-width:0}
.stoda-v2 .ma722-card.issues,.stoda-v2 .ma722-card.activity{min-width:0}

/* ---------- Contract Evidence consolidated from Blade-local CSS ---------- */
.stoda-v2 .cq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.stoda-v2 .cq-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.stoda-v2 .cq-field{display:flex;flex-direction:column;gap:6px;min-width:0}
.stoda-v2 .cq-field.full{grid-column:1/-1}
.stoda-v2 .cq-field label{font-size:12px;font-weight:800;color:#32475c}
.stoda-v2 .cq-input{width:100%;min-height:42px;border:1px solid #dce5ef;border-radius:10px;padding:9px 11px;background:#fff;color:var(--r1424-ink);font:inherit}
.stoda-v2 .cq-input:focus{outline:0;border-color:#9dc5fb;box-shadow:0 0 0 4px rgba(9,104,245,.08)}
.stoda-v2 .cq-help{font-size:11px;color:#748396;line-height:1.5}
.stoda-v2 .cq-table{width:100%;border-collapse:collapse}
.stoda-v2 .cq-table th,.stoda-v2 .cq-table td{padding:8px;border-bottom:1px solid #edf1f5;text-align:left;vertical-align:top}
.stoda-v2 .cq-table th{white-space:nowrap;font-size:10px;color:#617187}
.stoda-v2 .cq-table input{min-width:110px}
.stoda-v2 .cq-version{border:1px solid var(--r1424-border);border-radius:13px;background:#fff;padding:14px;margin-top:10px}
.stoda-v2 .cq-version-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}
.stoda-v2 .cq-log-row{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid #edf2f6}
.stoda-v2 .cq-log-row:last-child{border-bottom:0}
.stoda-v2 .cq-log-time{min-width:135px;font-size:11px;color:#7b8794}

/* ---------- consistent long-content treatment ---------- */
.stoda-v2 .r1424-long-text{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.6}
.stoda-v2 .r1424-filename{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}
.stoda-v2 .r1424-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.stoda-v2 .r1424-actions form{margin:0}

/* ---------- responsive certification layer ---------- */
@media(max-width:1100px){
  .stoda-v2 .r1424-collapse-1100{grid-template-columns:1fr!important}
}
@media(max-width:900px){
  .stoda-v2 .cq-grid,.stoda-v2 .cq-form,.stoda-v2 .s-u-grid-2,.stoda-v2 .s-u-grid-2-14{grid-template-columns:1fr}
  .stoda-v2 .cq-field.full{grid-column:auto}
  .stoda-v2 .bottom-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .stoda-v2 .sv2-content{padding-left:14px;padding-right:14px}
  .stoda-v2 :is(.sv2-card-head,.sv2-toolbar,.r4-actions,.r1424-actions){min-width:0}
  .stoda-v2 .sv2-toolbar{flex-wrap:wrap}
  .stoda-v2 .sv2-toolbar>.sv2-btn{max-width:100%}
  .stoda-v2 .cq-version-head,.stoda-v2 .cq-log-row{flex-direction:column}
  .stoda-v2 .cq-log-time{min-width:0}
  .stoda-v2 .s-u-between-center{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  .stoda-v2 .bottom-actions{grid-template-columns:1fr!important}
  .stoda-v2 :is(.sv2-btn,.ccr-btn,.ma721-btn,.ma722-btn){max-width:100%}
  .stoda-v2 .r1424-actions>*{flex:1 1 auto}
}
@media(max-width:430px){
  .stoda-v2 .sv2-content{padding-left:11px;padding-right:11px}
  .stoda-v2 .sv2-card{border-radius:12px}
  .stoda-v2 .sv2-card-body{padding-left:12px;padding-right:12px}
  .stoda-v2 .cq-input{font-size:16px} /* prevent iOS zoom */
}

@media(prefers-reduced-motion:reduce){
  .stoda-v2 *, .stoda-v2 *::before, .stoda-v2 *::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
@media(forced-colors:active){
  .stoda-v2 :is(.sv2-btn,.ccr-btn,.ma721-btn,.ma722-btn,.sv2-card,.s-alert,.s-warning-box,.s-danger-box,.s-info-box){border:1px solid CanvasText}
}

/* auth illustration previously inline */
.stoda-v2 .r1424-auth-towers{height:100%;gap:80px;justify-content:flex-end}
.stoda-v2 .r1424-auth-tower-low{height:70%}.stoda-v2 .r1424-auth-tower-high{height:95%}.stoda-v2 .r1424-auth-tower-mid{height:62%}

/* Contract Knowledge page previously Blade-local */
.stoda-v2 .cq-summary{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.stoda-v2 .cq-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.stoda-v2 .cq-info>div{border:1px solid #e6edf4;border-radius:11px;padding:10px;min-width:0}
.stoda-v2 .cq-info span{display:block;font-size:10px;color:#7b8794;text-transform:uppercase}
.stoda-v2 .cq-info b{display:block;margin-top:4px}
.stoda-v2 .cq-table:not(.cq-table-form){min-width:650px}
.stoda-v2 .cq-asof-form{display:flex;gap:8px;align-items:flex-end;margin-bottom:12px}
.stoda-v2 .cq-asof-label{flex:1;font-size:12px;font-weight:700}
.stoda-v2 .cq-asof-input{width:100%;height:40px;border:1px solid #dce5ef;border-radius:9px;padding:8px;margin-top:5px;font:inherit}
@media(max-width:800px){.stoda-v2 .cq-summary,.stoda-v2 .cq-info{grid-template-columns:1fr}.stoda-v2 .cq-asof-form{align-items:stretch;flex-direction:column}}


/* ---------- extracted static Blade presentation ----------
   Compatibility extraction: preserves legacy pixel intent while keeping active
   web Blade free of static inline presentation. New UI must use semantic classes. */
.stoda-v2 .r1424-ex-05232b3b{margin:5px 0}
.stoda-v2 .r1424-ex-0557d3c9{width:62px;height:62px}
.stoda-v2 .r1424-ex-08494815{display:flex;justify-content:space-between;gap:12px;align-items:center}
.stoda-v2 .r1424-ex-0e065d11{gap:6px;margin-bottom:14px;overflow:auto}
.stoda-v2 .r1424-ex-0f5efc8f{width:min(720px,100%)}
.stoda-v2 .r1424-ex-10b287b0{display:flex;gap:10px;align-items:flex-start;margin-bottom:12px;padding:11px;border:1px solid #f0c978;border-radius:12px;background:#fff8e8;font-weight:750}
.stoda-v2 .r1424-ex-1166a554{width:36px;height:36px;background:#edf5ff;color:#1268f3}
.stoda-v2 .r1424-ex-11696618{margin:0}
.stoda-v2 .r1424-ex-127e9d41{cursor:pointer;font-size:10px;font-weight:700}
.stoda-v2 .r1424-ex-129c12e3{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:6px}
.stoda-v2 .r1424-ex-13fe7cd4{margin-top:10px;border-color:#ffd9a8;background:#fff8ed;color:#8a5a14}
.stoda-v2 .r1424-ex-1420ca5e{display:flex;gap:10px;align-items:flex-start;margin-bottom:12px;font-weight:750}
.stoda-v2 .r1424-ex-1ac56ccb{display:grid;grid-template-columns:70px 1fr auto;gap:16px;align-items:center}
.stoda-v2 .r1424-ex-1b0f4999{margin-top:16px}
.stoda-v2 .r1424-ex-1ce0dceb{flex:1;width:auto}
.stoda-v2 .r1424-ex-2748f493{display:block;margin-top:3px;color:#718096}
.stoda-v2 .r1424-ex-287f770e{padding:16px}
.stoda-v2 .r1424-ex-2a1b75c9{display:block}
.stoda-v2 .r1424-ex-2b4b8ef2{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}
.stoda-v2 .r1424-ex-2b953210{font-weight:800}
.stoda-v2 .r1424-ex-2b99ca65{font-size:17px}
.stoda-v2 .r1424-ex-2d26c093{font-size:10px;line-height:1.55;margin-top:5px}
.stoda-v2 .r1424-ex-2f9ff9bf{margin:0;color:#708197;font-size:11px}
.stoda-v2 .r1424-ex-31b5119e{width:100%;margin-bottom:10px}
.stoda-v2 .r1424-ex-33e95ec3{grid-template-columns:1fr 1fr}
.stoda-v2 .r1424-ex-3425b1bf{gap:6px;margin:16px 0 14px}
.stoda-v2 .r1424-ex-39a73eea{margin:10px 0;text-align:left}
.stoda-v2 .r1424-ex-3dd27632{padding:0;overflow:hidden;min-height:76vh}
.stoda-v2 .r1424-ex-3e1c2860{gap:10px;margin-top:8px;align-items:stretch;flex-wrap:wrap}
.stoda-v2 .r1424-ex-3f4677db{width:18px;height:18px;margin-top:2px}
.stoda-v2 .r1424-ex-42fb62fe{background:#fff8e8;border:1px solid #f0d79a;color:#72510b;margin-bottom:14px}
.stoda-v2 .r1424-ex-4725bb71{gap:8px;flex-wrap:wrap}
.stoda-v2 .r1424-ex-47a0f6f5{min-width:74px}
.stoda-v2 .r1424-ex-4c06ad7a{grid-template-columns:auto minmax(0,1fr) auto auto;gap:10px;align-items:center}
.stoda-v2 .r1424-ex-4d919b54{margin:3px 0;font-size:18px}
.stoda-v2 .r1424-ex-4df3cdc5{margin-top:12px;border-color:#f4d28a;background:#fffaf0;color:#7a5410}
.stoda-v2 .r1424-ex-4f1181df{font-size:18px;margin:10px 0 4px}
.stoda-v2 .r1424-ex-4f2475bf{padding:14px;margin-bottom:14px;display:flex;gap:10px}
.stoda-v2 .r1424-ex-515a0bbf{white-space:pre-wrap;font-size:10px}
.stoda-v2 .r1424-ex-5163d02f{color:#c22636}
.stoda-v2 .r1424-ex-5304332b{width:18px;height:18px}
.stoda-v2 .r1424-ex-54c2afb7{text-align:right}
.stoda-v2 .r1424-ex-56f43562{margin-top:12px}
.stoda-v2 .r1424-ex-587b49ec{cursor:pointer;font-weight:800}
.stoda-v2 .r1424-ex-59b02440{margin-top:10px;font-size:9px;color:#718096}
.stoda-v2 .r1424-ex-5a08a006{flex-wrap:wrap;justify-content:flex-end}
.stoda-v2 .r1424-ex-5b742650{display:block;padding:7px 10px;border-radius:10px;background:var(--s-line-soft);font-size:var(--s-text-small);word-break:break-word}
.stoda-v2 .r1424-ex-5bd1668a{min-width:240px}
.stoda-v2 .r1424-ex-61ac6cbc{width:100%;margin-top:12px}
.stoda-v2 .r1424-ex-623b2086{margin:8px 0 0;padding-left:18px}
.stoda-v2 .r1424-ex-62da0679{flex-wrap:wrap}
.stoda-v2 .r1424-ex-67458888{width:36px;height:36px}
.stoda-v2 .r1424-ex-68a015f6{width:30px;height:30px}
.stoda-v2 .r1424-ex-6a50d210{background:#edf5ff;color:#315b8c}
.stoda-v2 .r1424-ex-6be0d8ba{text-align:left}
.stoda-v2 .r1424-ex-6c0d09d5{flex:1;min-width:220px}
.stoda-v2 .r1424-ex-6cb285c6{font-size:12px}
.stoda-v2 .r1424-ex-6f28f390{display:block;margin-top:4px}
.stoda-v2 .r1424-ex-738d4e49{color:var(--s-muted)}
.stoda-v2 .r1424-ex-74f66342{margin-bottom:12px;border-color:#fecaca;background:#fff7f7}
.stoda-v2 .r1424-ex-789f2ece{width:64px;display:inline-block}
.stoda-v2 .r1424-ex-7aa57e5d{margin-top:6px;font-size:10px;color:#0b9058}
.stoda-v2 .r1424-ex-7be73b9f{background:#fff9df}
.stoda-v2 .r1424-ex-875cdb0f{margin-bottom:12px;text-align:left}
.stoda-v2 .r1424-ex-8a77e5a3{margin-top:8px}
.stoda-v2 .r1424-ex-8c0215d6{background:var(--s-blue-soft);border-radius:var(--s-radius-sm);margin-top:12px;padding:12px}
.stoda-v2 .r1424-ex-8c07a7c4{font-size:9px;color:#718096;margin-top:5px}
.stoda-v2 .r1424-ex-8f163566{display:flex;gap:10px;align-items:flex-start;font-weight:800;color:#163f6b}
.stoda-v2 .r1424-ex-92912530{min-width:980px;width:100%}
.stoda-v2 .r1424-ex-993fe933{font-size:var(--s-text-small);color:var(--s-muted)}
.stoda-v2 .r1424-ex-9ca4fd3a{justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:12px}
.stoda-v2 .r1424-ex-9e8c0244{gap:6px;margin-bottom:14px}
.stoda-v2 .r1424-ex-a0e1c488{font-weight:500;color:#5f7894}
.stoda-v2 .r1424-ex-a26bda7d{margin-top:20px}
.stoda-v2 .r1424-ex-a632715a{overflow:auto}
.stoda-v2 .r1424-ex-a6472c02{flex-wrap:wrap;align-items:flex-start}
.stoda-v2 .r1424-ex-a66d88e8{padding:0 18px 18px}
.stoda-v2 .r1424-ex-aebb47c0{gap:6px;align-items:center}
.stoda-v2 .r1424-ex-aef2efb2{align-self:center;color:var(--s-muted)}
.stoda-v2 .r1424-ex-af53acfd{font-weight:500;color:var(--s-muted)}
.stoda-v2 .r1424-ex-afec3e23{font-size:11px;font-weight:800;margin-top:8px}
.stoda-v2 .r1424-ex-b0676900{flex:1 1 200px;min-width:0}
.stoda-v2 .r1424-ex-b1b49315{box-shadow:none;margin-top:10px}
.stoda-v2 .r1424-ex-be6dc1c0{margin-top:12px;text-align:left}
.stoda-v2 .r1424-ex-c81a4faf{font-size:10px;max-width:100%}
.stoda-v2 .r1424-ex-c98d624f{min-width:210px}
.stoda-v2 .r1424-ex-cc7d80a2{padding:10px 12px;border:1px solid #f4d7a1;border-radius:12px;background:#fffaf1}
.stoda-v2 .r1424-ex-cf2e1bd4{display:flex;justify-content:space-between;margin-top:14px}
.stoda-v2 .r1424-ex-cfac65b7{font-weight:900;color:var(--s-purple);margin-top:7px;font-size:12px}
.stoda-v2 .r1424-ex-d17e8c8a{align-items:flex-start;gap:12px;flex-wrap:wrap}
.stoda-v2 .r1424-ex-d2c171b1{margin-top:10px}
.stoda-v2 .r1424-ex-d5a9d345{gap:6px;margin:-6px 0 14px}
.stoda-v2 .r1424-ex-d6f2af6e{margin-top:14px}
.stoda-v2 .r1424-ex-d7326515{width:34px;height:34px}
.stoda-v2 .r1424-ex-d77e9fde{margin-bottom:12px;background:linear-gradient(120deg,#fff,#f5fbff)}
.stoda-v2 .r1424-ex-d8448d6c{display:block;margin-top:4px;color:#718096}
.stoda-v2 .r1424-ex-da12f285{margin-bottom:12px}
.stoda-v2 .r1424-ex-ddd3df05{gap:14px;flex-wrap:wrap}
.stoda-v2 .r1424-ex-df0cf5c7{margin:10px 0 14px;justify-content:flex-end}
.stoda-v2 .r1424-ex-df33c5e1{align-items:flex-start;flex-wrap:wrap;gap:10px}
.stoda-v2 .r1424-ex-e2c960fb{padding:8px}
.stoda-v2 .r1424-ex-e30817df{position:absolute;right:18px;bottom:0;width:170px;height:90px;opacity:.3}
.stoda-v2 .r1424-ex-e792010e{display:block;text-align:right;margin-top:4px;color:#718096}
.stoda-v2 .r1424-ex-e864ff54{min-width:880px}
.stoda-v2 .r1424-ex-e8ecbb16{padding:10px 4px;gap:8px}
.stoda-v2 .r1424-ex-ebb7509b{border:2px solid #f2c94c;margin-bottom:14px}
.stoda-v2 .r1424-ex-ecaf6f53{border-bottom:1px solid #edf1f5}
.stoda-v2 .r1424-ex-f2f8bb06{position:relative;min-height:96px}
.stoda-v2 .r1424-ex-fda50bc1{position:absolute;overflow:hidden}
.stoda-v2 .r1424-ex-fe7b4979{margin-top:6px}
.stoda-v2 .r1424-pdf-frame{width:100%;height:78vh;border:0}
.stoda-v2 .s-u-select-compact{width:auto;min-width:150px}
.stoda-v2 .s-u-checkbox-top3{width:18px;height:18px;flex:0 0 auto;margin-top:3px}
.stoda-v2 .s-u-checkbox-top3-noflex{width:18px;height:18px;margin-top:3px}

/* data-driven width classes replace inline width presentation */
.stoda-v2 .s-pct-0{width:0%}
.stoda-v2 .s-pct-1{width:1%}
.stoda-v2 .s-pct-2{width:2%}
.stoda-v2 .s-pct-3{width:3%}
.stoda-v2 .s-pct-4{width:4%}
.stoda-v2 .s-pct-5{width:5%}
.stoda-v2 .s-pct-6{width:6%}
.stoda-v2 .s-pct-7{width:7%}
.stoda-v2 .s-pct-8{width:8%}
.stoda-v2 .s-pct-9{width:9%}
.stoda-v2 .s-pct-10{width:10%}
.stoda-v2 .s-pct-11{width:11%}
.stoda-v2 .s-pct-12{width:12%}
.stoda-v2 .s-pct-13{width:13%}
.stoda-v2 .s-pct-14{width:14%}
.stoda-v2 .s-pct-15{width:15%}
.stoda-v2 .s-pct-16{width:16%}
.stoda-v2 .s-pct-17{width:17%}
.stoda-v2 .s-pct-18{width:18%}
.stoda-v2 .s-pct-19{width:19%}
.stoda-v2 .s-pct-20{width:20%}
.stoda-v2 .s-pct-21{width:21%}
.stoda-v2 .s-pct-22{width:22%}
.stoda-v2 .s-pct-23{width:23%}
.stoda-v2 .s-pct-24{width:24%}
.stoda-v2 .s-pct-25{width:25%}
.stoda-v2 .s-pct-26{width:26%}
.stoda-v2 .s-pct-27{width:27%}
.stoda-v2 .s-pct-28{width:28%}
.stoda-v2 .s-pct-29{width:29%}
.stoda-v2 .s-pct-30{width:30%}
.stoda-v2 .s-pct-31{width:31%}
.stoda-v2 .s-pct-32{width:32%}
.stoda-v2 .s-pct-33{width:33%}
.stoda-v2 .s-pct-34{width:34%}
.stoda-v2 .s-pct-35{width:35%}
.stoda-v2 .s-pct-36{width:36%}
.stoda-v2 .s-pct-37{width:37%}
.stoda-v2 .s-pct-38{width:38%}
.stoda-v2 .s-pct-39{width:39%}
.stoda-v2 .s-pct-40{width:40%}
.stoda-v2 .s-pct-41{width:41%}
.stoda-v2 .s-pct-42{width:42%}
.stoda-v2 .s-pct-43{width:43%}
.stoda-v2 .s-pct-44{width:44%}
.stoda-v2 .s-pct-45{width:45%}
.stoda-v2 .s-pct-46{width:46%}
.stoda-v2 .s-pct-47{width:47%}
.stoda-v2 .s-pct-48{width:48%}
.stoda-v2 .s-pct-49{width:49%}
.stoda-v2 .s-pct-50{width:50%}
.stoda-v2 .s-pct-51{width:51%}
.stoda-v2 .s-pct-52{width:52%}
.stoda-v2 .s-pct-53{width:53%}
.stoda-v2 .s-pct-54{width:54%}
.stoda-v2 .s-pct-55{width:55%}
.stoda-v2 .s-pct-56{width:56%}
.stoda-v2 .s-pct-57{width:57%}
.stoda-v2 .s-pct-58{width:58%}
.stoda-v2 .s-pct-59{width:59%}
.stoda-v2 .s-pct-60{width:60%}
.stoda-v2 .s-pct-61{width:61%}
.stoda-v2 .s-pct-62{width:62%}
.stoda-v2 .s-pct-63{width:63%}
.stoda-v2 .s-pct-64{width:64%}
.stoda-v2 .s-pct-65{width:65%}
.stoda-v2 .s-pct-66{width:66%}
.stoda-v2 .s-pct-67{width:67%}
.stoda-v2 .s-pct-68{width:68%}
.stoda-v2 .s-pct-69{width:69%}
.stoda-v2 .s-pct-70{width:70%}
.stoda-v2 .s-pct-71{width:71%}
.stoda-v2 .s-pct-72{width:72%}
.stoda-v2 .s-pct-73{width:73%}
.stoda-v2 .s-pct-74{width:74%}
.stoda-v2 .s-pct-75{width:75%}
.stoda-v2 .s-pct-76{width:76%}
.stoda-v2 .s-pct-77{width:77%}
.stoda-v2 .s-pct-78{width:78%}
.stoda-v2 .s-pct-79{width:79%}
.stoda-v2 .s-pct-80{width:80%}
.stoda-v2 .s-pct-81{width:81%}
.stoda-v2 .s-pct-82{width:82%}
.stoda-v2 .s-pct-83{width:83%}
.stoda-v2 .s-pct-84{width:84%}
.stoda-v2 .s-pct-85{width:85%}
.stoda-v2 .s-pct-86{width:86%}
.stoda-v2 .s-pct-87{width:87%}
.stoda-v2 .s-pct-88{width:88%}
.stoda-v2 .s-pct-89{width:89%}
.stoda-v2 .s-pct-90{width:90%}
.stoda-v2 .s-pct-91{width:91%}
.stoda-v2 .s-pct-92{width:92%}
.stoda-v2 .s-pct-93{width:93%}
.stoda-v2 .s-pct-94{width:94%}
.stoda-v2 .s-pct-95{width:95%}
.stoda-v2 .s-pct-96{width:96%}
.stoda-v2 .s-pct-97{width:97%}
.stoda-v2 .s-pct-98{width:98%}
.stoda-v2 .s-pct-99{width:99%}
.stoda-v2 .s-pct-100{width:100%}
.stoda-v2 .s-tone-warning-text{color:var(--s-orange);font-size:20px}.stoda-v2 .s-tone-success-text{color:var(--s-green);font-size:20px}
.stoda-v2 .s-tone-danger-text{color:var(--s-red)}.stoda-v2 .s-tone-ink-text{color:var(--s-ink)}
.stoda-v2 .r1424-step-current{font-weight:850}.stoda-v2 .r1424-step-muted{opacity:.55}
.stoda-v2 .r1424-proposal-conflict{background:var(--s-orange-soft)}.stoda-v2 .r1424-proposal-normal{background:var(--s-green-soft)}
.stoda-v2 .sv2-mobile-count-1{--sv2-mobile-count:1}
.stoda-v2 .sv2-mobile-count-2{--sv2-mobile-count:2}
.stoda-v2 .sv2-mobile-count-3{--sv2-mobile-count:3}
.stoda-v2 .sv2-mobile-count-4{--sv2-mobile-count:4}
.stoda-v2 .sv2-mobile-count-5{--sv2-mobile-count:5}
.stoda-v2 .sv2-mobile-count-6{--sv2-mobile-count:6}
.stoda-v2 .sv2-mobile-count-7{--sv2-mobile-count:7}
.stoda-v2 .sv2-mobile-count-8{--sv2-mobile-count:8}
.stoda-v2 .s-icon-10{width:10px;height:10px}
.stoda-v2 .s-icon-11{width:11px;height:11px}
.stoda-v2 .s-icon-12{width:12px;height:12px}
.stoda-v2 .s-icon-13{width:13px;height:13px}
.stoda-v2 .s-icon-14{width:14px;height:14px}
.stoda-v2 .s-icon-15{width:15px;height:15px}
.stoda-v2 .s-icon-16{width:16px;height:16px}
.stoda-v2 .s-icon-17{width:17px;height:17px}
.stoda-v2 .s-icon-18{width:18px;height:18px}
.stoda-v2 .s-icon-19{width:19px;height:19px}
.stoda-v2 .s-icon-20{width:20px;height:20px}
.stoda-v2 .s-icon-21{width:21px;height:21px}
.stoda-v2 .s-icon-22{width:22px;height:22px}
.stoda-v2 .s-icon-23{width:23px;height:23px}
.stoda-v2 .s-icon-24{width:24px;height:24px}
.stoda-v2 .s-icon-25{width:25px;height:25px}
.stoda-v2 .s-icon-26{width:26px;height:26px}
.stoda-v2 .s-icon-27{width:27px;height:27px}
.stoda-v2 .s-icon-28{width:28px;height:28px}
.stoda-v2 .s-icon-29{width:29px;height:29px}
.stoda-v2 .s-icon-30{width:30px;height:30px}
.stoda-v2 .s-icon-31{width:31px;height:31px}
.stoda-v2 .s-icon-32{width:32px;height:32px}
.stoda-v2 .s-icon-33{width:33px;height:33px}
.stoda-v2 .s-icon-34{width:34px;height:34px}
.stoda-v2 .s-icon-35{width:35px;height:35px}
.stoda-v2 .s-icon-36{width:36px;height:36px}
.stoda-v2 .s-icon-37{width:37px;height:37px}
.stoda-v2 .s-icon-38{width:38px;height:38px}
.stoda-v2 .s-icon-39{width:39px;height:39px}
.stoda-v2 .s-icon-40{width:40px;height:40px}
.stoda-v2 .r1424-proposal-value{display:block;padding:7px 10px;border-radius:10px;font-size:var(--s-text-small);font-weight:650;word-break:break-word}

/* R14.24 literal compatibility: formerly modifier-only classes now have an explicit presentation contract. */
.r1423-dashboard-action.crm{border-top:3px solid var(--r1423-blue,#1473e6)}
.sv2-workflow-grid .role{margin-top:3px;color:var(--s-muted,#6d7d91);font-size:12px;line-height:1.45;overflow-wrap:anywhere}
