.rscc { --cc-ink:#183435; --cc-muted:#506568; --cc-accent:#006c75; --cc-bg:#fff; --cc-button-text:#fff; --cc-radius:18px; --cc-font:system-ui,-apple-system,"Segoe UI",sans-serif; --cc-line:#b5c7c8; font:15px/1.55 var(--cc-font); color:var(--cc-ink); }
.rscc *, .rscc *::before, .rscc *::after { box-sizing:border-box; }
.rscc [hidden] { display:none!important; }
.rscc p { margin:8px 0; }
.rscc a { color:var(--cc-accent); text-decoration:underline; text-underline-offset:3px; }
.rscc a:hover { text-decoration-thickness:2px; }
.rscc button, .rscc input { font:inherit; }
.rscc :focus-visible { outline:3px solid #bd5c00; outline-offset:4px; }
.rscc-title { margin:5px 0 10px; font-size:24px; line-height:1.25; font-weight:650; letter-spacing:-.6px; }
.rscc-eyebrow { font-size:10px; font-weight:750; letter-spacing:1.8px; color:var(--cc-accent); }
.rscc-subtle { font-size:12px; color:var(--cc-muted); }
.rscc-banner { position:fixed; z-index:2147483000; left:20px; right:20px; bottom:20px; max-width:1320px; margin:auto; display:grid; grid-template-columns:minmax(0,1fr) auto; gap:24px; align-items:center; padding:26px 30px; border:1px solid var(--cc-line); border-radius:18px; background:#fff; box-shadow:0 8px 50px #102b3329; }
.rscc-intro { max-width:740px; }
.rscc-intro>p { font-size:13px; }
.rscc-intro>.rscc-subtle { font-size:12px; }
.rscc-actions { display:flex; gap:10px; }
.rscc-banner .rscc-actions { flex-direction:column; min-width:176px; }
.rscc-button { display:inline-flex; justify-content:center; align-items:center; text-align:center; min-height:46px; padding:11px 19px; border:1px solid var(--cc-accent); border-radius:8px; background:var(--cc-accent); color:#fff; cursor:pointer; font-weight:650!important; font-size:13px!important; line-height:1.35; white-space:normal; }
.rscc-button:hover { background:#00545b; border-color:#00545b; }
.rscc-secondary { background:#fff; color:var(--cc-ink); border-color:#b5c7c8; }
.rscc-secondary:hover { background:#f0f6f4; border-color:#819a9b; }
.rscc-button:disabled { cursor:default; }
.rscc-links { display:flex; flex-wrap:wrap; gap:8px 20px; font-size:12px; margin-top:12px; }
.rscc-floating { position:fixed; left:20px; bottom:18px; z-index:2147482999; display:flex; }
.rscc-floating .rscc-button { box-shadow:0 3px 16px #17343529; }
.rscc .rscc-floating .rscc-launcher { position:relative!important; display:inline-flex!important; flex:0 0 44px!important; width:44px!important; min-width:44px!important; max-width:44px!important; height:44px!important; min-height:44px!important; max-height:44px!important; margin:0!important; padding:0!important; border-radius:50%!important; line-height:1!important; overflow:visible!important; }
.rscc-launcher-icon { width:23px; height:23px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.rscc-launcher-icon circle { fill:currentColor; stroke:none; }
.rscc-launcher-tip { position:absolute; left:calc(100% + 9px); bottom:3px; z-index:1; padding:7px 10px; border-radius:6px; background:var(--cc-ink); color:var(--cc-bg); font-size:12px; font-weight:650; line-height:1.2; white-space:nowrap; pointer-events:none; opacity:0; visibility:hidden; transform:translateX(-4px); transition:opacity .12s,transform .12s,visibility .12s; }
.rscc-launcher:hover .rscc-launcher-tip, .rscc-launcher:focus-visible .rscc-launcher-tip { opacity:1; visibility:visible; transform:translateX(0); }
.rscc-dialog { border:1px solid var(--cc-line); border-radius:20px; padding:0; width:min(720px,calc(100% - 32px)); max-width:none; max-height:calc(100dvh - 40px); overflow:hidden; background:#fff; color:var(--cc-ink); box-shadow:0 28px 100px #061d3540; margin:auto; }
.rscc-dialog[open] { display:flex; flex-direction:column; }
.rscc-dialog::backdrop { background:#112e35a3; backdrop-filter:blur(3px); }
.rscc-header { display:flex; justify-content:space-between; align-items:center; gap:16px; padding:25px 28px 20px; border-bottom:1px solid var(--cc-line); flex-shrink:0; }
.rscc-header .rscc-title { margin-bottom:0; }
.rscc-close { min-width:44px; min-height:44px; padding:0; border:0; font-size:28px!important; font-weight:400!important; }
.rscc-body { padding:18px 28px 24px; overflow:auto; overscroll-behavior:contain; min-height:0; }
.rscc-dialog-intro { font-size:14px; }
.rscc-body>.rscc-links { margin-bottom:24px; }
.rscc-category { border:1px solid var(--cc-line); border-radius:12px; margin:12px 0; padding:17px 18px; }
.rscc-category-top { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.rscc-category h3 { font-size:16px; margin:0; font-weight:650; }
.rscc-required { color:#346c56; font-size:11px; font-weight:650; background:#edf5ee; border-radius:5px; padding:4px 8px; }
.rscc-description { font-size:12px; color:var(--cc-muted); padding-right:40px; }
.rscc-switch { position:relative; flex-shrink:0; width:48px; height:44px; display:inline-flex; align-items:center; cursor:pointer; }
.rscc-switch input { position:absolute; width:100%; height:100%; margin:0; opacity:0; cursor:pointer; z-index:1; }
.rscc-track { display:block; width:48px; height:27px; border:1px solid #6a7d80; border-radius:20px; background:#73878a; }
.rscc-track::after { content:""; display:block; width:19px; height:19px; margin:3px; border-radius:50%; background:#fff; transition:transform .12s; box-shadow:0 1px 2px #0002; }
.rscc-switch input:checked+.rscc-track { background:var(--cc-accent); border-color:var(--cc-accent); }
.rscc-switch input:checked+.rscc-track::after { transform:translateX(21px); }
.rscc-switch input:focus-visible+.rscc-track { outline:3px solid #bd5c00; outline-offset:4px; }
.rscc-details summary { cursor:pointer; color:var(--cc-accent); font-size:12px; padding:6px 0; text-decoration:underline; text-underline-offset:3px; }
.rscc-service { border-top:1px solid var(--cc-line); margin-top:10px; padding-top:10px; }
.rscc-service h4 { margin:4px 0 10px; font-size:13px; }
.rscc-facts { display:grid; grid-template-columns:115px minmax(0,1fr); gap:7px 14px; margin:10px 0; font-size:12px; }
.rscc-facts dt { font-weight:650; }
.rscc-facts dd { margin:0; overflow-wrap:anywhere; color:var(--cc-muted); }
.rscc-storage { font-size:11px; overflow-wrap:anywhere; }
.rscc-storage code { font-size:11px; background:#f2f6f5; padding:2px 4px; border-radius:4px; }
.rscc-provider-link { font-size:12px; }
.rscc-footer { flex-shrink:0; padding:18px 28px; border-top:1px solid var(--cc-line); background:#f9fbfa; }
.rscc-footer .rscc-actions>* { flex:1; }
.rscc-error { padding:12px; color:#8a201e; background:#fff1ed; border:1px solid #d7a8a1; border-radius:6px; font-size:12px; }
.rscc-banner>.rscc-error { grid-column:1/-1; }
.rscc-live { position:absolute; height:1px; width:1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; }
@media(min-width:1250px) { .rscc-banner .rscc-actions { flex-direction:row; } .rscc-banner .rscc-actions>* { width:146px; } }
@media(max-width:700px) {
  .rscc-banner { left:10px; right:10px; bottom:10px; padding:20px; grid-template-columns:1fr; gap:14px; max-height:calc(100dvh - 20px); overflow:auto; border-radius:14px; }
  .rscc-banner .rscc-actions { display:grid; grid-template-columns:1fr; gap:8px; }
  .rscc-title { font-size:21px; }
  .rscc-dialog { max-height:calc(100dvh - 20px); width:calc(100% - 20px); border-radius:14px; }
  .rscc-header { padding:19px 18px 17px; }
  .rscc-body { padding:12px 18px 18px; }
  .rscc-footer { padding:12px 18px; }
  .rscc-footer .rscc-actions { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; }
  .rscc-footer .rscc-actions>* { padding:11px 8px; }
  .rscc-category { padding:14px; }
  .rscc-description { padding-right:0; }
  .rscc-facts { grid-template-columns:1fr; gap:3px; }
  .rscc-facts dd { margin-bottom:8px; }
  .rscc-floating { left:auto; right:12px; bottom:max(12px,env(safe-area-inset-bottom)); }
}
@media(prefers-reduced-motion:reduce) { .rscc-track::after { transition:none; } }
@media(forced-colors:active) { .rscc-track { border:2px solid ButtonText; } .rscc-track::after { background:ButtonText; } .rscc-switch input:checked+.rscc-track { background:Highlight; } }
/* Only validated color / numeric / enum values can reach these custom properties. */
.rscc p, .rscc h2, .rscc h3, .rscc h4 { overflow-wrap:anywhere; }
.rscc .rscc-banner, .rscc .rscc-dialog { background:var(--cc-bg); border-radius:var(--cc-radius); font-family:var(--cc-font); }
.rscc .rscc-button { background:var(--cc-accent); border-color:var(--cc-ink); color:var(--cc-button-text); border-radius:min(var(--cc-radius),8px); }
.rscc .rscc-button:hover { box-shadow:inset 0 0 0 1px currentColor; }
.rscc .rscc-secondary, .rscc .rscc-footer { background:var(--cc-bg); color:var(--cc-ink); }
.rscc .rscc-secondary:hover { background:var(--cc-bg); }
.rscc a, .rscc .rscc-details summary, .rscc .rscc-eyebrow { color:var(--cc-ink); }
.rscc .rscc-track { border:1px solid var(--cc-ink); }
.rscc .rscc-switch input:checked+.rscc-track::after { background:var(--cc-button-text); }
.rscc h2, .rscc h3, .rscc h4 { color:var(--cc-ink); }
.rscc :focus-visible, .rscc .rscc-switch input:focus-visible+.rscc-track { outline-color:var(--cc-ink); }
.rscc .rscc-storage code { background:var(--cc-bg); color:var(--cc-ink); border:1px solid var(--cc-line); }
.rscc[data-position=top] .rscc-banner { top:20px; bottom:auto; }
.rscc .rscc-banner { max-height:calc(100dvh - 40px); overflow:auto; }
@media(max-width:700px) { .rscc[data-position=top] .rscc-banner { top:10px; } .rscc .rscc-banner { max-height:calc(100dvh - 20px); } }
@media(max-width:700px) {
  .rscc .rscc-floating .rscc-launcher { flex-basis:44px!important; width:44px!important; min-width:44px!important; max-width:44px!important; height:44px!important; min-height:44px!important; max-height:44px!important; }
  .rscc-launcher-tip { display:none; }
}
