:root{
  --crc-bg:#0c0d13;--crc-surface:#14151d;--crc-panel-alt:#171923;--crc-field:#1d202c;
  --crc-line:rgba(230,224,238,.10);--crc-line-strong:rgba(183,118,246,.32);
  --crc-text:#f8f7fa;--crc-muted:#9c9ca8;--crc-muted-2:#737581;
  --crc-accent:#8d45dd;--crc-accent-2:#bf75f4;--crc-accent-rgb:141,69,221;
  --crc-success:#31c99c;--crc-danger:#f06d82;--crc-focus:rgba(174,99,240,.20);
  --crc-shadow:0 38px 100px rgba(0,0,0,.56),0 10px 30px rgba(0,0,0,.28);--crc-radius:30px;--crc-ease:cubic-bezier(.22,.8,.25,1);
}
html.light{
  --crc-bg:#f7f6f8;--crc-surface:#fff;--crc-panel-alt:#f8f9fb;--crc-field:#fff;
  --crc-line:rgba(35,31,41,.10);--crc-line-strong:rgba(124,61,204,.26);
  --crc-text:#17151a;--crc-muted:#667085;--crc-muted-2:#9aa1af;
  --crc-accent:#7e39cf;--crc-accent-2:#9553df;--crc-accent-rgb:126,57,207;
  --crc-success:#078663;--crc-danger:#c73c51;--crc-focus:rgba(126,57,207,.13);
  --crc-shadow:0 38px 100px rgba(55,30,72,.17),0 10px 28px rgba(40,25,52,.08);
}
body.crc-page.crc-white-label{
  --crc-accent:#566277;--crc-accent-2:#8793a6;--crc-accent-rgb:86,98,119;
  --crc-line-strong:rgba(135,147,166,.30);--crc-focus:rgba(135,147,166,.17);
}
html.light body.crc-page.crc-white-label{
  --crc-accent:#20242c;--crc-accent-2:#4d596d;--crc-accent-rgb:32,36,44;
  --crc-line-strong:rgba(32,36,44,.20);--crc-focus:rgba(32,36,44,.10);
}
*{box-sizing:border-box}
html{min-width:320px;background:var(--crc-bg)}
body.crc-page{min-height:100dvh;margin:0;overflow-x:hidden;background:var(--crc-bg);color:var(--crc-text);font-family:'Poppins',sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
button,input{font:inherit}button{touch-action:manipulation}[hidden]{display:none!important}
.crc-backdrop{position:fixed;inset:0;overflow:hidden;pointer-events:none}.crc-backdrop::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 72% 7%,rgba(var(--crc-accent-rgb),.10),transparent 34rem)}html.light .crc-backdrop::before{background:radial-gradient(circle at 72% 7%,rgba(var(--crc-accent-rgb),.055),transparent 33rem)}.crc-orb{display:none}
.crc-shell{position:relative;z-index:1;width:min(calc(100% - 40px),1280px);min-height:100dvh;margin-inline:auto;padding:max(20px,env(safe-area-inset-top)) 0 max(18px,env(safe-area-inset-bottom));display:flex;flex-direction:column}
.crc-topbar{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:8px 10px 8px 12px;border:1px solid var(--crc-line);border-radius:18px;background:color-mix(in srgb,var(--crc-surface) 96%,transparent);box-shadow:0 14px 40px -30px rgba(0,0,0,.6)}
.crc-wordmark{display:none}.crc-partner-mark{min-width:0;display:flex;align-items:center;gap:12px;padding-left:2px;font-size:15px;font-weight:700;letter-spacing:-.02em}.crc-partner-symbol{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--crc-line);border-radius:12px;color:var(--crc-accent-2);background:var(--crc-panel-alt)}.crc-partner-symbol svg{width:19px;height:19px;stroke-width:1.8}.crc-partner-name{max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.crc-nav-wrap{display:flex;align-items:center;justify-content:flex-end;gap:8px}.crc-nav>span{align-items:center;gap:3px}.crc-nav>span.crc-branded-only{display:flex}.crc-nav a{min-height:44px;padding:0 14px;border-radius:11px;display:inline-flex;align-items:center;color:var(--crc-muted);font-size:12px;font-weight:600;text-decoration:none;transition:color .18s ease,background .18s ease}.crc-nav a:hover,.crc-nav a[aria-current="page"]{color:var(--crc-text);background:var(--crc-panel-alt)}
.crc-theme,.crc-nav-toggle{width:44px;height:44px;flex:0 0 auto;border:1px solid var(--crc-line);border-radius:12px;display:grid;place-items:center;background:var(--crc-panel-alt);color:var(--crc-muted);cursor:pointer;transition:color .18s ease,border-color .18s ease,background .18s ease}.crc-theme:hover,.crc-nav-toggle:hover{color:var(--crc-text);border-color:var(--crc-line-strong)}.crc-theme-sun,.crc-theme-moon{display:grid;place-items:center}.crc-theme-sun{display:none}html.light .crc-theme-sun{display:grid}html.light .crc-theme-moon{display:none}.crc-nav-toggle{display:none}.crc-nav-close{display:none}.crc-nav-toggle.is-open .crc-nav-menu{display:none}.crc-nav-toggle.is-open .crc-nav-close{display:grid}

.crc-panel{flex:0 0 auto;min-width:0;width:100%;min-height:660px;margin:34px 0 18px;display:grid;grid-template-columns:minmax(0,58%) minmax(0,42%);align-items:stretch;overflow:hidden;border:1px solid var(--crc-line);border-radius:var(--crc-radius);background:var(--crc-surface);box-shadow:var(--crc-shadow)}
.crc-workspace{position:relative;width:100%;min-width:0;min-height:660px;padding:58px 74px 50px;display:flex;flex-direction:column;justify-content:center}.crc-workspace-head{width:100%;max-width:610px;margin:0 auto 42px;display:flex;align-items:flex-start;gap:19px}.crc-workspace-head>div:last-child{flex:1;min-width:0}.crc-workspace-icon{width:58px;height:58px;flex:0 0 auto;border:1px solid rgba(var(--crc-accent-rgb),.20);border-radius:17px;display:grid;place-items:center;color:var(--crc-accent);background:rgba(var(--crc-accent-rgb),.075);box-shadow:0 8px 20px rgba(var(--crc-accent-rgb),.08)}.crc-workspace-icon svg{width:25px;height:25px}.crc-workspace-head h1{margin:2px 0 9px;font-size:clamp(29px,2.5vw,36px);font-weight:800;letter-spacing:-.04em;line-height:1.08;white-space:nowrap}.crc-workspace-head>div:last-child>p:last-child{max-width:52ch;margin:0;color:var(--crc-muted);font-size:13px;line-height:1.6}
.crc-intro{position:relative;min-width:0;padding:62px 58px 54px;overflow:hidden;display:flex;flex-direction:column;border-left:1px solid var(--crc-line);background:var(--crc-panel-alt)}.crc-side-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.crc-eyebrow{margin:0;color:var(--crc-muted-2);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.crc-intro-icon{width:48px;height:48px;flex:0 0 auto;display:grid;place-items:center;border:1px solid rgba(var(--crc-accent-rgb),.17);border-radius:14px;color:var(--crc-accent);background:rgba(var(--crc-accent-rgb),.065);box-shadow:0 8px 20px rgba(var(--crc-accent-rgb),.07)}
.crc-empty-state{flex:1;min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--crc-muted)}.crc-empty-icon{width:66px;height:66px;margin-bottom:20px;border-radius:20px;display:grid;place-items:center;color:var(--crc-accent);background:rgba(var(--crc-accent-rgb),.07)}.crc-empty-state strong{color:var(--crc-text);font-size:15px;font-weight:600}.crc-empty-state p{max-width:29ch;margin:8px auto 0;color:var(--crc-muted-2);font-size:12px;line-height:1.65}
.crc-context-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;color:var(--crc-muted);font-size:13px}.crc-spinner{width:19px;height:19px;display:inline-block;border:2px solid var(--crc-line-strong);border-top-color:var(--crc-accent-2);border-radius:50%;animation:crc-spin .8s linear infinite}.crc-view{width:100%;min-width:0;max-width:610px;margin-inline:auto;animation:crc-enter .3s var(--crc-ease) both}.crc-view h2{margin:0 0 8px;font-size:28px;font-weight:800;line-height:1.1;letter-spacing:-.035em;white-space:normal;overflow-wrap:anywhere}.crc-view h2:focus,.crc-view h2:focus-visible{outline:none!important;box-shadow:none!important}.crc-status-view>p:not(.crc-eyebrow),.crc-received-at{margin:0;color:var(--crc-muted);font-size:13px;line-height:1.6}
.crc-field{margin-bottom:23px}.crc-field label{display:block;margin:0 0 11px;color:var(--crc-muted);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.crc-input-wrap{position:relative}.crc-input-wrap input{width:100%;height:72px;padding:0 58px 0 64px;border:1px solid var(--crc-line);border-radius:18px;color:var(--crc-text);background:var(--crc-field);font-size:17px;font-weight:500;outline:0;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.crc-input-wrap input:hover{border-color:var(--crc-line-strong)}.crc-input-wrap input:focus{border-color:var(--crc-accent);box-shadow:0 0 0 4px var(--crc-focus);background:var(--crc-field)}
.crc-input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:34px;height:34px;display:grid;place-items:center;color:var(--crc-muted-2);pointer-events:none}.crc-input-icon svg{width:19px;height:19px}.crc-input-wrap input,.crc-input-wrap input::placeholder{font-family:'Poppins',sans-serif;font-style:normal}.crc-input-wrap input::placeholder{color:var(--crc-muted-2);font-weight:400;opacity:.78}.crc-password-toggle{position:absolute;right:8px;top:8px;width:56px;height:56px;border:0;border-radius:13px;display:grid;place-items:center;background:transparent;color:var(--crc-muted-2);cursor:pointer}.crc-password-toggle:hover{color:var(--crc-text);background:rgba(var(--crc-accent-rgb),.06)}.crc-eye-off{display:none}.crc-password-toggle[aria-pressed="true"] .crc-eye-on{display:none}.crc-password-toggle[aria-pressed="true"] .crc-eye-off{display:grid}
.crc-help,.crc-field-error{margin:8px 0 0;font-size:10px;line-height:1.5}.crc-help{color:var(--crc-muted-2)}.crc-field-error{color:var(--crc-danger)}.crc-field.has-error input{border-color:var(--crc-danger);box-shadow:0 0 0 3px color-mix(in srgb,var(--crc-danger) 12%,transparent)}.crc-form-error{min-height:48px;margin:0 0 17px;padding:11px 13px;border:1px solid color-mix(in srgb,var(--crc-danger) 32%,transparent);border-radius:13px;display:flex;align-items:flex-start;gap:8px;background:color-mix(in srgb,var(--crc-danger) 8%,transparent);color:var(--crc-danger);font-size:12px;line-height:1.45}.crc-form-error svg{flex:0 0 auto;margin-top:1px}
.crc-primary,.crc-secondary,.crc-copy{min-height:58px;border-radius:16px;font-weight:700;cursor:pointer;transition:transform .16s ease,filter .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.crc-primary{position:relative;width:100%;min-height:64px;border:0;display:grid;place-items:center;color:#fff!important;background:var(--crc-accent)!important;box-shadow:0 15px 32px -20px rgba(var(--crc-accent-rgb),.75);text-align:center;text-transform:uppercase;letter-spacing:.075em;font-size:13px}.crc-white-label .crc-primary{background:#232831!important}html.light .crc-white-label .crc-primary{background:#17191e!important}html.tc-lumi body.crc-page .crc-primary{background-color:var(--crc-accent)!important;background-image:none!important;border-color:transparent!important;color:#fff!important}html.tc-lumi body.crc-page.crc-white-label .crc-primary,html.light.tc-lumi body.crc-page.crc-white-label .crc-primary{background-color:#17191e!important;background-image:none!important}.crc-primary:hover{filter:brightness(1.08);box-shadow:0 18px 36px -20px rgba(var(--crc-accent-rgb),.8)}.crc-primary:active,.crc-secondary:active,.crc-copy:active{transform:scale(.985)}.crc-primary:disabled{cursor:wait;opacity:.72}
.crc-button-idle,.crc-button-loading{position:relative;width:100%;align-items:center;justify-content:center;gap:10px;text-align:center}.crc-button-idle{display:flex}.crc-button-idle>svg{position:absolute;left:22px;top:50%;transform:translateY(-50%)}.crc-button-loading{display:none}.crc-primary.is-loading .crc-button-idle{display:none}.crc-primary.is-loading .crc-button-loading{display:flex}.crc-primary .crc-spinner{border-color:rgba(255,255,255,.35);border-top-color:#fff}.crc-privacy{width:100%;max-width:none;min-height:64px;margin:14px 0 0;padding:12px 18px;border:1px solid var(--crc-line);border-radius:16px;display:flex;align-items:center;justify-content:center;gap:10px;background:var(--crc-panel-alt);color:var(--crc-muted);font-size:11px;line-height:1.4;text-align:center;box-sizing:border-box}.crc-privacy strong{color:var(--crc-text);font-weight:800}.crc-privacy svg{width:19px;height:19px;flex:0 0 19px;color:var(--crc-accent)}
.crc-status-view{text-align:center}.crc-status-view h2{margin-bottom:11px;font-size:29px}.crc-status-view>p:not(.crc-eyebrow){max-width:38ch;margin-inline:auto}.crc-status-view .crc-eyebrow{margin-bottom:9px;color:var(--crc-accent)}.crc-success-icon,.crc-error-icon{position:relative;width:66px;height:66px;margin:0 auto 23px;border-radius:19px;display:grid;place-items:center;background:var(--crc-panel-alt);border:1px solid var(--crc-line-strong);color:var(--crc-accent)}.crc-success-icon{color:var(--crc-success);border-color:color-mix(in srgb,var(--crc-success) 35%,transparent);background:color-mix(in srgb,var(--crc-success) 8%,var(--crc-surface))}.crc-error-icon{color:var(--crc-danger);border-color:color-mix(in srgb,var(--crc-danger) 35%,transparent);background:color-mix(in srgb,var(--crc-danger) 8%,var(--crc-surface))}
.crc-loader{display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--crc-line-strong);border-radius:19px;color:var(--crc-accent);background:linear-gradient(145deg,rgba(var(--crc-accent-rgb),.09),var(--crc-panel-alt));box-shadow:0 15px 32px -25px rgba(var(--crc-accent-rgb),.75)}
.crc-loader-main{width:66px;height:66px;margin:0 auto 23px}
.crc-loader-compact{width:58px;height:58px;margin-bottom:18px}
.crc-loader>span{width:7px;height:7px;border-radius:50%;background:currentColor;opacity:.3;animation:crc-loader-dot 1.15s ease-in-out infinite}
.crc-loader>span:nth-child(2){animation-delay:.14s}.crc-loader>span:nth-child(3){animation-delay:.28s}
.crc-wait-meta{min-height:42px;margin:23px auto 19px;padding:0 14px;border:1px solid var(--crc-line);border-radius:99px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--crc-panel-alt);color:var(--crc-muted);font-size:11px;font-weight:600}.crc-live-dot{width:7px;height:7px;border-radius:50%;background:var(--crc-success);box-shadow:0 0 0 5px color-mix(in srgb,var(--crc-success) 12%,transparent);animation:crc-pulse 1.8s ease-in-out infinite}#crc-countdown{font-family:'DM Mono',monospace;font-variant-numeric:tabular-nums;color:var(--crc-text)}.crc-secondary{min-width:180px;min-height:46px;padding:0 18px;border:1px solid var(--crc-line);background:transparent;color:var(--crc-muted)}.crc-secondary:hover{border-color:var(--crc-line-strong);color:var(--crc-text);background:var(--crc-panel-alt)}
.crc-ready-action{margin-top:26px}
.crc-code-wrap{display:flex;align-items:center;gap:9px;margin:23px 0 12px;padding:10px;border:1px solid var(--crc-line-strong);border-radius:16px;background:var(--crc-panel-alt)}.crc-code{flex:1;min-width:0;padding:3px 6px;color:var(--crc-text);background:none;font-family:'DM Mono',monospace;font-size:clamp(28px,7vw,42px);font-weight:500;letter-spacing:.12em;font-variant-numeric:tabular-nums;white-space:nowrap}.crc-copy{min-width:96px;padding:0 14px;border:1px solid var(--crc-line-strong);display:inline-flex;align-items:center;justify-content:center;gap:7px;background:var(--crc-surface);color:var(--crc-accent)}.crc-copy:hover{background:rgba(var(--crc-accent-rgb),.07)}.crc-received-at{min-height:20px;margin-bottom:18px!important;font-size:11px!important}.crc-error-icon~.crc-primary{margin-top:22px}.crc-live{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.crc-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--crc-muted-2);font-size:10px}.crc-footer span:last-child{display:inline-flex;align-items:center;gap:6px}.crc-white-only{display:none}.crc-page.crc-white-label .crc-white-only{display:flex}.crc-page.crc-white-label span.crc-white-only{display:inline}.crc-page.crc-white-label .crc-branded-only{display:none!important}
@keyframes crc-spin{to{transform:rotate(360deg)}}@keyframes crc-pulse{50%{opacity:.45;transform:scale(.82)}}@keyframes crc-loader-dot{0%,60%,100%{opacity:.28;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}@keyframes crc-enter{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:768px){body.crc-branded .crc-shell{min-height:calc(100dvh - 107px);padding:22px 0 14px;display:grid;grid-template-rows:minmax(0,1fr) auto minmax(0,1fr)}body.crc-branded .crc-panel{grid-row:2;align-self:center;margin:0;min-height:660px}body.crc-branded .crc-footer{grid-row:3;align-self:start;margin-top:16px}body.crc-branded .crc-workspace{min-height:660px}body.crc-white-label .crc-shell{display:grid;grid-template-rows:auto minmax(0,1fr) auto}body.crc-white-label .crc-panel{align-self:center;margin:24px 0}}
@media(min-width:1200px){.crc-shell{width:min(calc(100% - 80px),1280px)}.crc-panel{grid-template-columns:minmax(0,58%) minmax(0,42%)}}
@media(max-width:900px){.crc-workspace{padding-inline:42px}.crc-intro{padding-inline:34px}}
@media(max-width:767px){.crc-shell{width:min(calc(100% - 22px),1080px);padding-block:11px}.crc-panel{grid-template-columns:1fr;margin:13px 0;min-height:0;border-radius:23px}.crc-workspace{min-height:0;padding:29px 20px 25px}.crc-workspace-head{max-width:none;margin-bottom:27px;gap:13px}.crc-workspace-icon{width:46px;height:46px;border-radius:14px}.crc-workspace-icon svg{width:21px;height:21px}.crc-workspace-head h1{font-size:clamp(21px,6.4vw,27px);letter-spacing:-.045em}.crc-workspace-head>div:last-child>p:last-child{font-size:11px}.crc-intro{min-height:185px;padding:22px 20px 18px;border-left:0;border-top:1px solid var(--crc-line)}.crc-side-head{align-items:center}.crc-intro-icon{width:40px;height:40px;border-radius:12px}.crc-empty-state{min-height:108px}.crc-empty-icon{width:42px;height:42px;margin-bottom:10px;border-radius:13px}.crc-empty-icon svg{width:21px;height:21px}.crc-empty-state strong{font-size:12px}.crc-empty-state p{margin-top:4px;font-size:9px}.crc-view{max-width:none}.crc-view h2{max-width:100%;font-size:23px}.crc-status-view>p:not(.crc-eyebrow){max-width:30ch;font-size:12px}.crc-field{margin-bottom:17px}.crc-field label{margin-bottom:8px;font-size:9px}.crc-input-wrap input{height:58px;border-radius:15px;font-size:15px}.crc-password-toggle{width:46px;height:46px;top:6px}.crc-primary{min-height:56px;border-radius:14px;font-size:11px}.crc-button-idle>svg{left:18px}.crc-privacy{min-height:56px;margin-top:12px;padding:10px 12px;border-radius:14px;font-size:10px}.crc-footer{padding:0 3px}body.crc-branded .crc-shell{min-height:calc(100dvh - 60px)}}
@media(max-width:720px){.crc-topbar{min-height:56px;padding-block:5px}.crc-partner-name{max-width:145px;font-size:13px}.crc-partner-symbol{width:40px;height:40px}.crc-nav-toggle{display:grid}.crc-nav{position:absolute;z-index:30;top:64px;right:0;width:min(272px,calc(100vw - 24px));padding:7px;border:1px solid var(--crc-line);border-radius:14px;background:var(--crc-surface);box-shadow:0 20px 44px -24px rgba(0,0,0,.7);opacity:0;visibility:hidden;transform:translateY(-5px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.crc-nav.is-open{opacity:1;visibility:visible;transform:translateY(0)}.crc-nav>span{width:100%;flex-direction:column;align-items:stretch;gap:2px}.crc-nav a{width:100%;justify-content:flex-start}}
@media(max-width:420px){.crc-shell{width:calc(100% - 16px)}.crc-workspace{padding-inline:16px}.crc-intro{padding-inline:16px}.crc-workspace-head{gap:10px}.crc-workspace-icon{width:40px;height:40px;border-radius:12px}.crc-workspace-head h1{font-size:clamp(19px,6.1vw,24px)}.crc-workspace-head>div:last-child>p:last-child{max-width:27ch}.crc-code{font-size:clamp(24px,9vw,34px);letter-spacing:.08em}.crc-copy{min-width:48px;width:48px;padding:0}.crc-copy span{display:none}.crc-footer{flex-direction:column;align-items:flex-start;gap:5px}}
@media(orientation:landscape) and (max-height:560px){.crc-shell{padding-block:10px}.crc-panel{margin-block:10px}.crc-workspace{min-height:420px;padding-block:26px}}
:is(button,a,input):focus-visible{outline:3px solid var(--crc-accent-2);outline-offset:3px}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* White-label portal: isolated from the storefront theme and intentionally neutral. */
body.crc-page.crc-white-label{
  color-scheme:light;
  --crc-bg:#f7f8fa;--crc-surface:#fff;--crc-panel-alt:#f7f8fa;--crc-field:#fff;
  --crc-line:rgba(31,41,55,.10);--crc-line-strong:rgba(71,85,105,.25);
  --crc-text:#171a21;--crc-muted:#667085;--crc-muted-2:#98a1b2;
  --crc-success:#078663;--crc-danger:#c73c51;
  font-family:'Inter',sans-serif;
  background:
    radial-gradient(circle at 50% -18%,rgba(var(--crc-accent-rgb),.10),transparent 31rem),
    var(--crc-bg)!important;
}
html.light body.crc-page.crc-white-label{
  background:
    radial-gradient(circle at 50% -18%,rgba(var(--crc-accent-rgb),.065),transparent 31rem),
    #f7f8fa!important;
}
body.crc-white-label .crc-backdrop{display:none}
body.crc-white-label .crc-shell{
  width:min(calc(100% - 40px),1280px);
  min-height:100dvh;
  padding:18px 0 16px;
  display:grid;
  grid-template-rows:auto auto 1fr;
  align-content:start;
}
body.crc-white-label .crc-topbar{
  position:relative;
  z-index:5;
  width:100%;
  min-height:62px;
  margin:0;
  padding:8px 10px 8px 12px;
  border:1px solid var(--crc-line)!important;
  border-radius:18px!important;
  background:#fff!important;
  color:var(--crc-text)!important;
  box-shadow:0 12px 30px -24px rgba(0,0,0,.48)!important;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
html.light body.crc-white-label .crc-topbar,
html:not(.light) body.crc-white-label .crc-topbar{background:#fff!important;color:#171a21!important}
body.crc-white-label .crc-partner-mark{display:flex!important;flex:0 0 auto!important;gap:10px;padding-left:0;color:var(--crc-text)}
body.crc-white-label .crc-partner-symbol{
  width:42px;height:42px;border-radius:12px;
  border-color:var(--crc-line)!important;
  color:var(--crc-text);
  background:var(--crc-panel-alt)!important;
  box-shadow:none;
}
body.crc-white-label .crc-partner-name{font-size:14px;font-weight:700;letter-spacing:-.02em}
body.crc-white-label .crc-nav a{
  color:var(--crc-muted)!important;
  font-family:'Inter',sans-serif;
  font-size:12px;
  font-weight:600;
}
body.crc-white-label .crc-nav-wrap{width:auto!important;flex:0 0 auto!important}
body.crc-white-label .crc-nav{
  position:static!important;inset:auto!important;z-index:auto!important;
  width:auto!important;height:auto!important;min-height:0!important;flex:0 0 auto!important;
  padding:0!important;border:0!important;
  display:flex!important;align-items:center;justify-content:flex-end!important;gap:3px;
  background:transparent!important;box-shadow:none!important;
  backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
}
body.crc-white-label .crc-nav a:hover,
body.crc-white-label .crc-nav a[aria-current="page"]{
  color:var(--crc-text)!important;
  background:var(--crc-panel-alt)!important;
}
body.crc-white-label .crc-theme,
body.crc-white-label .crc-nav-toggle{
  border-color:var(--crc-line)!important;
  background:var(--crc-panel-alt)!important;
  color:var(--crc-muted)!important;
  box-shadow:none!important;
}
body.crc-white-label .crc-panel{
  width:100%;
  min-height:660px;
  margin:24px 0;
  grid-template-columns:minmax(0,58%) minmax(0,42%);
  align-self:center;
  border:1px solid var(--crc-line)!important;
  border-radius:26px;
  background:var(--crc-surface)!important;
  box-shadow:0 34px 80px -42px rgba(15,23,42,.46),0 12px 30px -24px rgba(15,23,42,.28)!important;
}
html:not(.light) body.crc-white-label .crc-panel{box-shadow:0 34px 80px -42px rgba(15,23,42,.46),0 12px 30px -24px rgba(15,23,42,.28)!important}
body.crc-white-label .crc-workspace{
  min-height:660px;
  padding:58px 74px 50px;
  justify-content:center;
}
body.crc-white-label .crc-workspace-head{max-width:610px;margin-bottom:42px;gap:19px}
body.crc-white-label .crc-workspace-icon{width:58px;height:58px;border-radius:17px;box-shadow:none}
body.crc-white-label .crc-workspace-head h1{
  margin-top:2px;
  font-family:'Poppins',sans-serif;
  font-size:clamp(29px,2.5vw,36px);
}
body.crc-white-label .crc-view{max-width:610px}
body.crc-white-label .crc-field{margin-bottom:23px}
body.crc-white-label .crc-field label{font-family:'Inter',sans-serif;letter-spacing:.09em}
body.crc-white-label .crc-input-wrap input{
  height:72px;
  border-radius:18px;
  font-family:'Inter',sans-serif;
  font-size:17px;
}
body.crc-white-label .crc-password-toggle{top:8px}
body.crc-white-label .crc-primary{min-height:64px;border-radius:16px;font-family:'Inter',sans-serif}
body.crc-white-label .crc-privacy{min-height:64px;border-radius:16px;font-family:'Inter',sans-serif}
body.crc-white-label .crc-privacy{margin-top:14px;font-family:'Inter',sans-serif}
body.crc-white-label .crc-intro{
  min-height:660px;
  padding:62px 58px 54px;
  border-left:1px solid var(--crc-line)!important;
  background:var(--crc-panel-alt)!important;
}
body.crc-white-label .crc-intro-icon,
body.crc-white-label .crc-empty-icon{
  box-shadow:none!important;
}
body.crc-white-label .crc-empty-state{min-height:360px}
body.crc-white-label .crc-footer{padding:0 2px;font-family:'Inter',sans-serif}

@media(max-width:767px){
  body.crc-white-label .crc-shell{width:min(calc(100% - 22px),1080px);padding:11px 0;display:flex}
  body.crc-white-label .crc-topbar{min-height:58px;border-radius:16px!important}
  body.crc-white-label .crc-panel{min-height:0;margin:13px 0;grid-template-columns:1fr;border-radius:23px}
  body.crc-white-label .crc-workspace{min-height:0;padding:29px 20px 25px}
  body.crc-white-label .crc-workspace-head{margin-bottom:27px;gap:13px}
  body.crc-white-label .crc-workspace-icon{width:46px;height:46px;border-radius:14px}
  body.crc-white-label .crc-workspace-head h1{font-size:clamp(21px,6.4vw,27px)}
  body.crc-white-label .crc-input-wrap input{height:58px;border-radius:15px;font-size:15px}
  body.crc-white-label .crc-password-toggle{top:6px}
  body.crc-white-label .crc-primary{min-height:56px}
  body.crc-white-label .crc-privacy{min-height:56px}
  body.crc-white-label .crc-intro{min-height:185px;padding:22px 20px 18px;border-left:0!important;border-top:1px solid var(--crc-line)!important}
  body.crc-white-label .crc-empty-state{min-height:108px}
}

@media(max-width:720px){
  body.crc-white-label .crc-nav{
    position:absolute!important;inset:64px 0 auto auto!important;z-index:30!important;
    width:min(272px,calc(100vw - 24px))!important;height:auto!important;
    padding:7px!important;border:1px solid var(--crc-line)!important;border-radius:14px;
    flex-direction:column;align-items:stretch;gap:2px;
    background:#fff!important;box-shadow:0 20px 44px -24px rgba(15,23,42,.34)!important;
    opacity:0;visibility:hidden;transform:translateY(-5px);
    transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
  }
  body.crc-white-label .crc-nav.is-open{opacity:1;visibility:visible;transform:translateY(0)}
}

@media(max-width:420px){
  body.crc-white-label .crc-shell{width:calc(100% - 16px)}
  body.crc-white-label .crc-partner-name{max-width:128px}
  body.crc-white-label .crc-workspace{padding-inline:16px}
  body.crc-white-label .crc-intro{padding-inline:16px}
}

/* Recovery request guidance and live result rail. */
.crc-button-idle{
  width:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
}
.crc-button-idle>svg{
  position:static;
  width:18px;
  height:18px;
  flex:0 0 auto;
  transform:none;
}
.crc-button-idle>span{display:inline-block}
.crc-privacy,
body.crc-white-label .crc-privacy{
  min-height:0;
  margin-top:11px;
  padding:8px 4px 0;
  border:0;
  border-radius:0;
  justify-content:flex-start;
  align-items:flex-start;
  gap:8px;
  background:transparent;
  color:var(--crc-muted-2);
  font-size:10px;
  line-height:1.55;
  text-align:left;
}
.crc-privacy strong{color:var(--crc-muted);font-weight:700}
.crc-privacy b{color:var(--crc-text);font-weight:800}
.crc-privacy svg{width:16px;height:16px;flex:0 0 16px;margin-top:1px;color:var(--crc-muted-2)}

.crc-side-content{flex:1;min-height:0;display:flex;flex-direction:column}
.crc-side-state{width:100%;animation:crc-enter .28s var(--crc-ease) both}
.crc-side-waiting{
  flex:1;
  min-height:360px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.crc-side-waiting>strong{color:var(--crc-text);font-size:15px;font-weight:700}
.crc-side-waiting>p{max-width:30ch;margin:8px auto 17px;color:var(--crc-muted-2);font-size:12px;line-height:1.65}
.crc-side-live{min-height:34px;padding:0 12px;border:1px solid var(--crc-line);border-radius:99px;display:inline-flex;align-items:center;gap:8px;color:var(--crc-muted);background:var(--crc-surface);font-size:10px;font-weight:600}
.crc-side-live i{width:7px;height:7px;border-radius:50%;background:var(--crc-success);box-shadow:0 0 0 4px color-mix(in srgb,var(--crc-success) 13%,transparent);animation:crc-pulse 1.8s ease-in-out infinite}

.crc-side-results{flex:1;padding-top:31px}
.crc-results-heading{margin-bottom:18px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.crc-results-heading strong{display:block;color:var(--crc-text);font-size:19px;font-weight:750;letter-spacing:-.025em}
.crc-results-heading p{margin:4px 0 0;color:var(--crc-muted-2);font-size:11px;line-height:1.45}
.crc-results-count{min-width:32px;height:32px;padding:0 9px;border:1px solid var(--crc-line-strong);border-radius:10px;display:grid;place-items:center;color:var(--crc-accent);background:rgba(var(--crc-accent-rgb),.08);font-family:'DM Mono',monospace;font-size:12px;font-weight:500;font-variant-numeric:tabular-nums}
.crc-code-list{display:grid;gap:10px}
.crc-code-row{
  min-width:0;
  min-height:72px;
  padding:10px 11px 10px 15px;
  border:1px solid var(--crc-line);
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  background:var(--crc-surface);
  box-shadow:0 14px 28px -25px rgba(0,0,0,.55);
}
.crc-code-row:nth-child(even){background:color-mix(in srgb,var(--crc-surface) 76%,var(--crc-panel-alt))}
.crc-code-row.is-latest{border-color:var(--crc-line-strong);background:linear-gradient(90deg,rgba(var(--crc-accent-rgb),.075),var(--crc-surface) 42%);box-shadow:inset 3px 0 0 var(--crc-accent),0 16px 32px -27px rgba(var(--crc-accent-rgb),.72)}
.crc-code-main{min-width:0;display:flex;flex-direction:column;gap:6px}
.crc-code-value{overflow:hidden;color:var(--crc-text);background:none;font-family:'DM Mono',monospace;font-size:clamp(26px,2.5vw,31px);font-weight:500;letter-spacing:.13em;line-height:1;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}
.crc-code-time{color:var(--crc-muted-2);font-size:9px;font-weight:600;line-height:1.2}
.crc-code-copy{min-width:82px;min-height:42px;padding:0 12px;border:1px solid var(--crc-line-strong);border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:7px;color:var(--crc-accent);background:var(--crc-panel-alt);font-size:10px;font-weight:700;cursor:pointer;transition:transform .16s ease,background .16s ease,color .16s ease}
.crc-code-copy:hover{color:var(--crc-text);background:rgba(var(--crc-accent-rgb),.1)}
.crc-code-copy:active{transform:scale(.98)}
.crc-code-copy.is-copied{color:var(--crc-success);border-color:color-mix(in srgb,var(--crc-success) 35%,transparent);background:color-mix(in srgb,var(--crc-success) 9%,var(--crc-surface))}
@media(max-width:767px){
  .crc-button-idle>svg{position:static;left:auto;transform:none}
  .crc-privacy,body.crc-white-label .crc-privacy{min-height:0;padding:7px 2px 0;font-size:9px}
  .crc-side-waiting{min-height:116px;padding:12px 0}
  .crc-loader-compact{width:46px;height:46px;margin-bottom:11px;border-radius:14px}
  .crc-loader-compact>span{width:6px;height:6px}
  .crc-side-waiting>strong{font-size:12px}
  .crc-side-waiting>p{margin:4px auto 10px;font-size:9px}
  .crc-side-live{min-height:29px;font-size:9px}
  .crc-side-results{padding-top:18px}
  .crc-results-heading{margin-bottom:12px}
  .crc-results-heading strong{font-size:15px}
  .crc-results-heading p{font-size:9px}
  .crc-code-row{min-height:68px;padding:9px 9px 9px 13px;border-radius:13px}
  .crc-code-value{font-size:clamp(24px,8vw,29px)}
  .crc-code-copy{min-width:44px;width:44px;min-height:42px;padding:0}
  .crc-code-copy span{display:none}
  .crc-ready-action{margin-top:21px}
}

/* Phone composition: preserve the generous, single-card hierarchy used by the
   reference portal while keeping both branded variants within the viewport. */
@media(max-width:600px){
  .crc-shell,
  body.crc-white-label .crc-shell{
    width:calc(100% - 32px);
    padding-top:20px;
    padding-bottom:max(16px,env(safe-area-inset-bottom));
  }

  .crc-panel,
  body.crc-white-label .crc-panel{
    margin:18px 0 12px;
    border-radius:26px;
    box-shadow:0 22px 52px -25px rgba(18,14,27,.34),0 8px 22px -16px rgba(18,14,27,.2)!important;
  }

  .crc-workspace,
  body.crc-white-label .crc-workspace{
    min-height:0;
    padding:30px 22px 28px;
  }

  .crc-workspace-head,
  body.crc-white-label .crc-workspace-head{
    max-width:none;
    margin-bottom:28px;
    display:grid;
    grid-template-columns:40px minmax(0,1fr);
    grid-template-rows:auto auto;
    align-items:center;
    column-gap:9px;
    row-gap:13px;
  }

  .crc-workspace-head>div:last-child,
  body.crc-white-label .crc-workspace-head>div:last-child{
    display:contents;
  }

  .crc-workspace-icon,
  body.crc-white-label .crc-workspace-icon{
    grid-column:1;
    grid-row:1;
    width:40px;
    height:40px;
    border-radius:13px;
  }

  .crc-workspace-icon svg,
  body.crc-white-label .crc-workspace-icon svg{
    width:20px;
    height:20px;
  }

  .crc-workspace-head h1,
  body.crc-white-label .crc-workspace-head h1{
    grid-column:2;
    grid-row:1;
    margin:0;
    max-width:100%;
    font-size:clamp(18px,4.8vw,19.5px);
    line-height:1.04;
    letter-spacing:-.04em;
    white-space:nowrap;
  }

  .crc-workspace-head>div:last-child>p:last-child,
  body.crc-white-label .crc-workspace-head>div:last-child>p:last-child{
    grid-column:1/-1;
    grid-row:2;
    max-width:36ch;
    margin:0;
    font-size:13px;
    line-height:1.5;
  }

  .crc-field,
  body.crc-white-label .crc-field{margin-bottom:20px}

  .crc-field label,
  body.crc-white-label .crc-field label{
    margin-bottom:9px;
    font-size:10.5px;
    line-height:1.3;
    letter-spacing:.1em;
  }

  .crc-input-wrap input,
  body.crc-white-label .crc-input-wrap input{
    height:58px;
    padding:0 52px;
    border-radius:16px;
    font-size:16px;
    line-height:1;
  }

  .crc-input-icon{
    left:12px;
    width:34px;
    height:34px;
    border-radius:11px;
  }

  .crc-input-icon svg{width:18px;height:18px}

  .crc-password-toggle,
  body.crc-white-label .crc-password-toggle{
    top:7px;
    right:7px;
    width:44px;
    height:44px;
    border-radius:11px;
  }

  .crc-help,.crc-field-error{
    margin-top:8px;
    font-size:11px;
    line-height:1.45;
  }

  .crc-form-error{
    min-height:46px;
    margin-bottom:16px;
    padding:11px 12px;
    border-radius:13px;
    font-size:11px;
  }

  .crc-primary,
  body.crc-white-label .crc-primary{
    min-height:50px;
    border-radius:14px;
    font-size:11.5px;
    letter-spacing:.07em;
  }

  .crc-button-idle{gap:10px}
  .crc-button-idle>svg{width:18px;height:18px}

  .crc-privacy,
  body.crc-white-label .crc-privacy{
    min-height:0;
    margin-top:13px;
    padding:2px 4px 0;
    gap:7px;
    border:0;
    border-radius:0;
    color:var(--crc-muted-2);
    background:transparent;
    font-size:9.5px;
    line-height:1.45;
    text-align:left;
  }

  .crc-privacy svg{
    width:15px;
    height:15px;
    flex:0 0 15px;
    padding:0;
    border:0;
    border-radius:0;
    color:var(--crc-muted-2);
    background:transparent;
    box-shadow:none;
  }

  .crc-intro,
  body.crc-white-label .crc-intro{
    min-height:220px;
    padding:24px 22px 22px;
  }

  .crc-side-head{gap:12px}
  .crc-eyebrow{font-size:10px;letter-spacing:.14em}

  .crc-intro-icon{
    width:42px;
    height:42px;
    border-radius:13px;
  }

  .crc-intro-icon svg{width:19px;height:19px}

  .crc-empty-state,
  body.crc-white-label .crc-empty-state{
    min-height:148px;
    padding:20px 0 8px;
  }

  .crc-empty-icon{
    width:52px;
    height:52px;
    margin-bottom:13px;
    border-radius:16px;
  }

  .crc-empty-icon svg{width:23px;height:23px}
  .crc-empty-state strong{font-size:16px}
  .crc-empty-state p{max-width:30ch;margin-top:6px;font-size:12px;line-height:1.5}

  .crc-view h2,
  .crc-status-view h2{
    font-size:25px;
    line-height:1.12;
  }

  .crc-status-view>p:not(.crc-eyebrow){font-size:12px;line-height:1.5}
  .crc-success-icon,.crc-error-icon,.crc-loader-main{
    width:56px;
    height:56px;
    margin-bottom:16px;
    border-radius:17px;
  }

  .crc-wait-meta{
    min-height:40px;
    margin:18px auto 15px;
    padding-inline:13px;
    font-size:10px;
  }

  .crc-secondary{
    min-width:164px;
    min-height:44px;
    padding-inline:16px;
    border-radius:13px;
    font-size:11px;
  }

  .crc-side-waiting{min-height:148px;padding:18px 0 8px}
  .crc-loader-compact{width:52px;height:52px;margin-bottom:12px;border-radius:16px}
  .crc-side-waiting>strong{font-size:15px}
  .crc-side-waiting>p{max-width:32ch;margin:5px auto 11px;font-size:11px;line-height:1.5}
  .crc-side-live{min-height:31px;padding-inline:11px;font-size:9px}

  .crc-side-results{padding-top:18px}
  .crc-results-heading{margin-bottom:12px;gap:12px}
  .crc-results-heading strong{font-size:15px}
  .crc-results-heading p{margin-top:3px;font-size:10px}
  .crc-results-count{min-width:31px;height:31px;padding-inline:8px;border-radius:9px;font-size:11px}
  .crc-code-list{gap:9px}
  .crc-code-row{min-height:68px;padding:9px 9px 9px 13px;border-radius:13px;gap:10px}
  .crc-code-main{gap:5px}
  .crc-code-value{font-size:clamp(24px,7.6vw,29px);letter-spacing:.1em}
  .crc-code-time{font-size:9px}
  .crc-code-copy{width:44px;min-width:44px;min-height:42px;border-radius:10px}
  .crc-ready-action{margin-top:19px}

  .crc-footer{
    padding:0 3px;
    gap:5px;
    font-size:9px;
  }
}

@media(max-width:360px){
  .crc-shell,
  body.crc-white-label .crc-shell{width:calc(100% - 20px)}
  .crc-workspace,
  body.crc-white-label .crc-workspace{padding-inline:18px}
  .crc-workspace-head,
  body.crc-white-label .crc-workspace-head{
    grid-template-columns:38px minmax(0,1fr);
    column-gap:8px;
  }
  .crc-workspace-icon,
  body.crc-white-label .crc-workspace-icon{width:38px;height:38px}
  .crc-workspace-head h1,
  body.crc-white-label .crc-workspace-head h1{font-size:17.5px}
  .crc-intro,
  body.crc-white-label .crc-intro{padding-inline:18px}
}

/* Identidad independiente para CodigosRapido.online. */
body.crc-page.crc-white-label,
html.light body.crc-page.crc-white-label{
  --crc-accent:#1769ff;
  --crc-accent-2:#4f8cff;
  --crc-accent-rgb:23,105,255;
  --crc-line-strong:rgba(23,105,255,.24);
  --crc-focus:rgba(23,105,255,.12);
}

body.crc-white-label .crc-brandbar,
html.light body.crc-white-label .crc-brandbar,
html:not(.light) body.crc-white-label .crc-brandbar{
  min-height:60px;
  justify-content:center;
  padding:8px 16px;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}

.crc-domain-logo{
  display:inline-flex;
  align-items:baseline;
  justify-content:center;
  color:#171a21;
  font-family:'Poppins',sans-serif;
  font-size:clamp(25px,2.5vw,34px);
  font-weight:800;
  line-height:1;
  letter-spacing:-.065em;
  text-decoration:none;
  white-space:nowrap;
}

.crc-domain-logo-main{color:#171a21}
.crc-domain-logo-tld{color:#1769ff}

body.crc-white-label .crc-panel{
  box-shadow:0 38px 90px -42px rgba(15,23,42,.48),0 14px 34px -26px rgba(23,105,255,.22)!important;
}

@media(max-width:767px){
  body.crc-white-label .crc-brandbar{min-height:50px;padding-block:5px}
  .crc-domain-logo{font-size:24px}
}

/*
 * Paridad de escritorio: el portal del dominio neutro reutiliza la misma
 * escala visual del portal principal. La identidad azul no modifica su
 * geometría, tipografía ni densidad.
 */
@media(min-width:768px){
  body.crc-white-label{font-family:'Poppins',sans-serif}
  body.crc-white-label .crc-shell{
    width:min(calc(100% - 80px),960px);
    min-height:100dvh;
    padding:14px 0 12px;
    grid-template-rows:auto minmax(0,1fr) auto;
  }
  body.crc-white-label .crc-brandbar{min-height:45px;padding:4px 9px}
  body.crc-white-label .crc-domain-logo{font-size:25px}
  body.crc-white-label .crc-panel{
    min-height:495px;
    margin:14px 0;
    border-radius:23px;
  }
  body.crc-white-label .crc-workspace{
    min-height:495px;
    padding:44px 56px 38px;
  }
  body.crc-white-label .crc-workspace-head{
    max-width:458px;
    margin-bottom:32px;
    gap:14px;
  }
  body.crc-white-label .crc-workspace-icon{width:44px;height:44px;border-radius:13px}
  body.crc-white-label .crc-workspace-icon svg{width:19px;height:19px}
  body.crc-white-label .crc-workspace-head h1{margin-top:1px;font-size:27px}
  body.crc-white-label .crc-workspace-head>div:last-child>p:last-child{font-size:10px;line-height:1.55}
  body.crc-white-label .crc-view{max-width:458px}
  body.crc-white-label .crc-field{margin-bottom:17px}
  body.crc-white-label .crc-field label{
    margin-bottom:8px;
    font-family:'Poppins',sans-serif;
    font-size:9px;
  }
  body.crc-white-label .crc-input-wrap input{
    height:54px;
    padding:0 44px 0 48px;
    border-radius:14px;
    font-family:'Poppins',sans-serif;
    font-size:13px;
  }
  body.crc-white-label .crc-input-icon{left:12px;width:26px;height:26px}
  body.crc-white-label .crc-input-icon svg{width:15px;height:15px}
  body.crc-white-label .crc-password-toggle{top:6px;right:6px;width:42px;height:42px;border-radius:10px}
  body.crc-white-label .crc-help,
  body.crc-white-label .crc-field-error{margin-top:6px;font-size:8px}
  body.crc-white-label .crc-primary{
    min-height:48px;
    border-radius:12px;
    font-family:'Poppins',sans-serif;
    font-size:10px;
  }
  body.crc-white-label .crc-button-idle>svg{width:15px;height:15px}
  body.crc-white-label .crc-privacy{
    margin-top:9px;
    padding-top:6px;
    font-family:'Poppins',sans-serif;
    font-size:8px;
  }
  body.crc-white-label .crc-privacy svg{width:13px;height:13px;flex-basis:13px}
  body.crc-white-label .crc-intro{min-height:495px;padding:47px 44px 41px}
  body.crc-white-label .crc-eyebrow{font-size:8px}
  body.crc-white-label .crc-intro-icon{width:36px;height:36px;border-radius:11px}
  body.crc-white-label .crc-intro-icon svg{width:16px;height:16px}
  body.crc-white-label .crc-empty-state{min-height:270px}
  body.crc-white-label .crc-empty-icon{width:50px;height:50px;margin-bottom:15px;border-radius:15px}
  body.crc-white-label .crc-empty-icon svg{width:23px;height:23px}
  body.crc-white-label .crc-empty-state strong{font-size:11px}
  body.crc-white-label .crc-empty-state p{font-size:9px}
  body.crc-white-label .crc-status-view h2{font-size:22px}
  body.crc-white-label .crc-status-view>p:not(.crc-eyebrow){font-size:10px}
  body.crc-white-label .crc-success-icon,
  body.crc-white-label .crc-error-icon,
  body.crc-white-label .crc-loader-main{
    width:50px;
    height:50px;
    margin-bottom:17px;
    border-radius:14px;
  }
  body.crc-white-label .crc-wait-meta{min-height:34px;margin:17px auto 14px;font-size:9px}
  body.crc-white-label .crc-secondary{min-width:135px;min-height:35px;font-size:9px}
  body.crc-white-label .crc-side-waiting{min-height:270px;padding-block:16px}
  body.crc-white-label .crc-loader-compact{width:44px;height:44px;margin-bottom:14px;border-radius:13px}
  body.crc-white-label .crc-side-waiting>strong{font-size:11px}
  body.crc-white-label .crc-side-waiting>p{font-size:9px}
  body.crc-white-label .crc-side-results{padding-top:23px}
  body.crc-white-label .crc-results-heading{margin-bottom:14px}
  body.crc-white-label .crc-results-heading strong{font-size:14px}
  body.crc-white-label .crc-results-heading p{font-size:8px}
  body.crc-white-label .crc-code-row{min-height:54px;padding:8px 8px 8px 11px;border-radius:11px}
  body.crc-white-label .crc-code-value{font-size:23px}
  body.crc-white-label .crc-code-copy{min-width:62px;min-height:34px;border-radius:9px;font-size:8px}
  body.crc-white-label .crc-code-time{font-size:8px}
  body.crc-white-label .crc-ready-action{margin-top:19px}
  body.crc-white-label .crc-footer{font-family:'Poppins',sans-serif;font-size:8px}
}
