@font-face {
font-family: 'SF Pro Rounded';
src: url(//collabable.ai/wp-content/plugins/collabable-prelaunch/assets/fonts/SF-Pro-Rounded-Variable.woff2) format('woff2-variations'),
url(//collabable.ai/wp-content/plugins/collabable-prelaunch/assets/fonts/SF-Pro-Rounded-Variable.woff2) format('woff2');
font-weight: 100 900;
font-style: normal;
font-display: swap;
}:root {
--cprl-bg: #1c1c1c;
--cprl-text: #ffffff;
--cprl-text-muted: rgba(255, 255, 255, 0.6);
--cprl-text-soft: rgba(255, 255, 255, 0.85);
--cprl-gray-200: #e2e8f0;
--cprl-gray-400: #a0aec0;
--cprl-gray-500: #718096;
--cprl-gray-700: #2d3748;
--cprl-red: #e53e3e;
--cprl-red-hover: #c1322f;
--cprl-font: 'SF Pro Rounded', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
--cprl-page-pad-x: clamp(20px, 4vw, 64px);
--cprl-page-pad-y: clamp(24px, 3vw, 40px);
}
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body.cprl {
min-height: 100vh;
background-color: var(--cprl-bg);
background-repeat: no-repeat;
background-position: center top;
background-size: max(100%, calc(100vh * 1920 / 1257)) auto;
background-attachment: fixed;
color: var(--cprl-text);
font-family: var(--cprl-font);
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
}
a { color: inherit; } .cprl__page {
position: relative;
min-height: 100vh;
width: 100%;
padding: var(--cprl-page-pad-y) var(--cprl-page-pad-x);
display: flex;
flex-direction: column;
} .cprl__topbar {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
width: 100%;
user-select: none;
pointer-events: none;
}
.cprl__topbar-left { flex-shrink: 0; }
.cprl__logo {
display: block;
height: clamp(26px, 2.5vw, 34px);
width: auto;
}
.cprl__topbar-right {
display: flex;
align-items: center;
gap: clamp(10px, 1.5vw, 18px);
color: var(--cprl-gray-500);
font-size: 12px;
font-weight: 700;
flex-wrap: nowrap; pointer-events: auto;
cursor: pointer;
}
.cprl__topbar-right * { cursor: pointer; }
.cprl__topbar-text { white-space: nowrap; } .cprl__topbar-search {
display: inline-flex;
align-items: center;
gap: 8px;
background: #ffffff;
border: 0.5px solid var(--cprl-gray-200);
border-radius: 15px;
padding: 0 14px;
width: clamp(140px, 10.36vw, 199px);
height: clamp(30px, 2.057vw, 39.5px);
color: #000000;
} .cprl__topbar-search-icon {
width: 13px;
height: 13px;
flex-shrink: 0;
display: block;
} .cprl__topbar-search-placeholder {
font-family: var(--cprl-font);
font-weight: 400;
font-size: 12px;
line-height: 1.5;
color: var(--cprl-gray-400);
white-space: nowrap;
}
.cprl__topbar-dot {
width: 12px; height: 12px;
background: var(--cprl-gray-500);
border-radius: 2px;
flex-shrink: 0;
}
@media (max-width: 720px) { .cprl__topbar-text:not(:last-child),
.cprl__topbar-search,
.cprl__topbar-dot { display: none; }
} .cprl__hero {
flex: 1 1 auto;
display: flex;
flex-direction: column;
align-items: center;
text-align: center; gap: 0; padding: clamp(40px, 9.58vw, 184px) 0 clamp(40px, 5vh, 60px);
max-width: 1100px;
width: 100%;
margin: 0 auto;
}
.cprl__avatar { width: clamp(56px, 4vw, 60px);
height: clamp(48px, 3.3vw, 50px);
flex-shrink: 0;
background: #ffffff;
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
overflow: hidden;
}
.cprl__avatar img {
display: block; height: 78%;
width: auto;
object-fit: contain;
}
.cprl__heading { margin: clamp(24px, 2.71vw, 52px) 0 0;
font-family: var(--cprl-font);
font-weight: 400; font-size: clamp(22px, 2.2vw, 42px);
line-height: 1.4;
letter-spacing: 1.5px;
color: var(--cprl-text);
}
.cprl__heading-line {
display: block; white-space: nowrap;
}
@media (max-width: 720px) {
.cprl__heading-line { white-space: normal; }
}
.cprl__heading-line--bold { font-weight: 700; } .cprl__form {
width: 100%; max-width: clamp(380px, 31.35vw, 602px);
display: flex;
flex-direction: column;
align-items: center;
gap: 12px; margin: clamp(28px, 3.91vw, 75px) 0 0;
}
.cprl__form-row {
display: flex;
align-items: center;
width: 100%;
gap: clamp(6px, 0.47vw, 9px);
justify-content: center;
}
.cprl__input-wrap {
position: relative; flex: 0 0 auto;
width: clamp(240px, 21.25vw, 408px);
min-width: 0;
display: flex;
align-items: center;
} .cprl__input-icon {
position: absolute;
left: clamp(12px, 0.89vw, 17px);
top: 50%;
transform: translateY(-50%);
width: clamp(10px, 0.625vw, 12px);
height: clamp(11px, 0.68vw, 13px);
flex-shrink: 0;
color: var(--cprl-red);
pointer-events: none;
}
.cprl__input {
width: 100%;
height: clamp(32px, 2.03vw, 39px);
padding: 0 14px 0 34px; background: #ffffff;
border: 0.5px solid var(--cprl-gray-200);
border-radius: clamp(12px, 0.78vw, 15px);
font-family: var(--cprl-font);
font-size: clamp(12px, 0.73vw, 14px);
font-weight: 400;
color: var(--cprl-gray-700);
outline: none;
}
.cprl__input::placeholder { color: var(--cprl-gray-400); }
.cprl__input:focus { box-shadow: inset 0 0 0 1px var(--cprl-red); }
.cprl__btn-cta {
flex: 0 0 auto;
width: clamp(120px, 9.64vw, 185px);
height: clamp(32px, 2.03vw, 39px);
padding: 0;
background: var(--cprl-red);
color: #ffffff;
border: 0;
border-radius: clamp(10px, 0.625vw, 12px);
font-family: var(--cprl-font);
font-size: clamp(12px, 0.78vw, 15px);
font-weight: 700;
cursor: pointer;
transition: background 120ms ease;
white-space: nowrap;
}
.cprl__btn-cta:hover { background: var(--cprl-red-hover); }
.cprl__btn-cta:disabled { opacity: 0.85; cursor: not-allowed; }
@media (max-width: 560px) {
.cprl__form-row {
flex-direction: column;
gap: 10px;
}
.cprl__input-wrap {
width: 100%;
max-width: none;
flex: 1 1 auto;
}
.cprl__input {
height: 48px;
border-radius: 15px;
font-size: 14px;
}
.cprl__btn-cta {
flex: 0 0 auto;
width: 100%;
height: 48px;
border-radius: 12px;
font-size: 15px;
}
}
.cprl__honeypot {
position: absolute;
left: -9999px;
width: 1px; height: 1px; overflow: hidden;
} .cprl__legal-notice {
width: 100%;
margin: 4px 0 0; font-size: 12px;
line-height: 1.5;
color: var(--cprl-text-muted);
text-align: center;
}
.cprl__legal-notice a {
color: inherit;
text-decoration: underline;
}
.cprl__legal-notice a:hover {
color: #fff;
} .cprl__consent {
display: flex;
align-items: flex-start;
justify-content: center;
gap: 6px;
margin: 0;
font-size: 10px;
color: var(--cprl-text-muted);
line-height: 1.5;
cursor: pointer;
user-select: none;
max-width: 480px;
text-align: left;
}
.cprl__consent input[type="checkbox"] {
width: 10px;
height: 10px;
margin: 3px 0 0 0;
flex-shrink: 0;
accent-color: var(--cprl-red);
}
.cprl__consent a { color: #fff; text-decoration: underline; }
.cprl__required {
color: var(--cprl-red);
margin-left: 2px;
font-weight: 700;
}
.cprl__form-error {
margin: 0;
padding: 10px 14px;
background: rgba(229,62,62,0.18);
border: 1px solid var(--cprl-red);
border-radius: 10px;
color: #fff;
font-size: 13px;
max-width: 480px;
} .cprl__divider {
width: clamp(180px, 12.15vw, 233px);
height: 1px;
margin: clamp(24px, 2.71vw, 52px) auto 0;
background-image: url(//collabable.ai/wp-content/plugins/collabable-prelaunch/assets/images/divider.png);
background-size: 100% 100%;
background-repeat: no-repeat;
pointer-events: none;
} .cprl__social {
display: flex;
gap: clamp(20px, 2vw, 32px);
align-items: center;
justify-content: center; margin-top: clamp(24px, 2.81vw, 54px);
}
.cprl__social-link {
display: inline-flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
color: #ffffff;
transition: opacity 120ms ease, transform 120ms ease;
text-decoration: none;
}
.cprl__social-link:hover { opacity: 0.7; transform: translateY(-1px); }
.cprl__social-link svg {
width: 22px;
height: 22px;
fill: currentColor;
} .cprl__subheading {
width: 100%;
max-width: clamp(320px, 39.375vw, 756px); margin: clamp(28px, 3.07vw, 59px) auto 0;
font-family: var(--cprl-font); font-size: clamp(15px, 1.5625vw, 26px);
font-weight: 300; line-height: 1.4;
color: rgba(255, 255, 255, 0.5);
text-align: center;
}
.cprl__subheading-line {
margin: 0;
} .cprl__subheading-line + .cprl__subheading-line {
margin-top: 1.4em;
}
.cprl__subheading-line--bold { font-weight: 600; }
.cprl__subheading-regular   { font-weight: 400; } @media (min-width: 721px) {
.cprl__subheading-line--bold { white-space: nowrap; }
} .cprl__podcast-card {
--cprl-card-scale: clamp(0.5, 100vw / 1920px, 1);
position: absolute;
right: calc(-80px * var(--cprl-card-scale));
top: calc(360px * var(--cprl-card-scale));
width: 370px;
aspect-ratio: 370/355;
background: rgba(255,255,255,0.06);
border: 1px solid rgba(255,255,255,0.08);
border-radius: 18px;
padding: 0 0 18px;
overflow: hidden;
pointer-events: none;
user-select: none;
backdrop-filter: blur(6px);
transform-origin: 100% 0;
transform: scale(var(--cprl-card-scale));
}
.cprl__podcast-image {
position: relative;
width: 100%;
aspect-ratio: 370/200;
overflow: hidden;
}
.cprl__podcast-image img {
width: 100%; height: 100%;
object-fit: cover;
display: block;
}
.cprl__podcast-play {
position: absolute;
left: 50%; top: 50%;
transform: translate(-50%, -50%);
width: 48px; height: 48px;
background: rgba(255,255,255,0.92);
border-radius: 50%;
display: block;
}
.cprl__podcast-play::after {
content: '';
position: absolute;
left: 56%; top: 50%;
transform: translate(-50%, -50%);
border-style: solid;
border-width: 8px 0 8px 13px;
border-color: transparent transparent transparent #1c1c1c;
}
.cprl__podcast-meta { padding: 16px 18px 0; }
.cprl__podcast-title { margin: 0 0 4px; font-size: 16px; font-weight: 700; color: #fff; }
.cprl__podcast-host  { margin: 0 0 8px; font-size: 11px; color: var(--cprl-gray-400); }
.cprl__podcast-host strong { font-weight: 700; color: #fff; }
.cprl__podcast-desc  { margin: 0 0 14px; font-size: 12px; color: var(--cprl-gray-400); line-height: 1.5; }
.cprl__podcast-actions { display: flex; gap: 8px; }
.cprl__podcast-btn {
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 10px;
font-weight: 700;
padding: 5px 12px;
border-radius: 10px;
height: 24px;
}
.cprl__podcast-btn--ghost  { background: transparent; border: 1px solid #4fd1c5; color: #4fd1c5; }
.cprl__podcast-btn--collab { background: var(--cprl-red); color: #fff; }
@media (max-width: 720px) {
.cprl__podcast-card { display: none; }
} .cprl__modal {
position: fixed;
inset: 0;
z-index: 1000;
display: flex;
align-items: center;
justify-content: center;
padding: clamp(16px, 3vw, 40px);
}
.cprl__modal[hidden] { display: none; }
.cprl__modal-backdrop {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.2);
cursor: pointer;
}
.cprl__visually-hidden {
position: absolute !important;
width: 1px; height: 1px;
padding: 0; margin: -1px;
overflow: hidden; clip: rect(0, 0, 0, 0);
white-space: nowrap; border: 0;
} .cprl__modal-dialog {
position: relative;
background: rgba(30, 30, 30, 0.22);
border: 1px solid rgba(255, 255, 255, 0.10);
border-radius: 21px;
width: min(73.5vw, 1100px);
height: min(80vh, 760px);
max-width: 100%;
max-height: 100%;
padding: clamp(28px, 3vw, 50px) clamp(24px, 3vw, 50px);
box-shadow: 0 30px 100px rgba(0, 0, 0, 0.4);
color: #fff;
overflow: hidden;
display: flex;
flex-direction: column;
-webkit-backdrop-filter: blur(22px) saturate(1.25);
backdrop-filter: blur(22px) saturate(1.25);
} .cprl__modal-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
flex-shrink: 0;
margin: 0 0 clamp(20px, 2vw, 36px);
}
.cprl__modal-logo {
width: clamp(46px, 3vw, 55px);
height: clamp(40px, 2.6vw, 48px);
background: #fff;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
flex-shrink: 0;
}
.cprl__modal-logo img {
display: block;
height: 78%;
width: auto;
object-fit: contain;
}
.cprl__modal-skip {
background: none;
border: 0;
padding: 4px 0;
font-family: var(--cprl-font);
font-weight: 700;
font-size: clamp(13px, 0.78vw, 15px);
line-height: 1.4;
color: rgba(255, 255, 255, 0.5);
cursor: pointer;
text-align: right;
transition: color 120ms ease;
}
.cprl__modal-skip:hover { color: #fff; }  .cprl__modal-form:not([hidden]) {
flex: 1 1 auto;
display: flex;
flex-direction: column;
min-height: 0; }
.cprl__modal-body {
flex: 1 1 auto;
overflow-y: auto;
overflow-x: hidden;
padding-right: 8px;
scrollbar-width: thin;
scrollbar-color: rgba(255,255,255,0.2) transparent;
}
.cprl__modal-body::-webkit-scrollbar { width: 6px; }
.cprl__modal-body::-webkit-scrollbar-track { background: transparent; }
.cprl__modal-body::-webkit-scrollbar-thumb {
background: rgba(255,255,255,0.18);
border-radius: 3px;
} .cprl__q {
display: block;
margin: 0 auto clamp(28px, 2.5vw, 44px);
max-width: 540px;
text-align: left;
}
.cprl__q-meta {
margin: 0 0 6px;
font-family: var(--cprl-font);
font-weight: 700;
color: rgba(255, 255, 255, 0.8);
}
.cprl__q-meta-label {
font-size: 18px;
letter-spacing: 0.3px;
}
.cprl__q-meta-num {
font-size: 11px;
color: rgba(255, 255, 255, 0.6);
margin-left: 4px;
}
.cprl__q-title {
margin: 0 0 14px;
font-family: var(--cprl-font);
font-weight: 700;
font-size: clamp(22px, 1.98vw, 38px);
line-height: 1.3;
color: rgba(255, 255, 255, 0.92);
}
.cprl__q-input-wrap {
position: relative;
display: block;
width: 100%;
}
.cprl__q-input {
width: 100%;
height: clamp(38px, 2.6vw, 50px);
padding: 0 110px 0 18px;
background: #ffffff;
border: 0.5px solid var(--cprl-gray-200);
border-radius: 15px;
font-family: var(--cprl-font);
font-size: 14px;
font-weight: 400;
color: var(--cprl-gray-700);
outline: none;
}
.cprl__q-input::placeholder { color: var(--cprl-gray-400); }
.cprl__q-input:focus { box-shadow: inset 0 0 0 1px var(--cprl-red); }
.cprl__q-hint {
position: absolute;
right: 14px;
top: 50%;
transform: translateY(-50%);
font-family: var(--cprl-font);
font-size: 10px;
color: var(--cprl-gray-400);
line-height: 1.5;
pointer-events: none;
user-select: none;
}
.cprl__q-input--over { color: var(--cprl-red); } .cprl__consent--marketing {
color: rgba(255, 255, 255, 0.6);
margin: 4px auto clamp(8px, 1vw, 16px);
font-size: 12px;
max-width: 540px;
justify-content: flex-start;
} .cprl__modal-footer {
flex-shrink: 0;
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 10px;
margin-top: clamp(12px, 1.5vw, 20px);
}
.cprl__modal-submit {
width: auto;
min-width: 240px;
height: clamp(40px, 2.6vw, 46px);
padding: 0 24px;
border-radius: 12px;
background: rgba(229, 62, 62, 0.9);
font-size: clamp(13px, 0.85vw, 15px);
}
.cprl__modal-submit:hover {
background: rgba(229, 62, 62, 1);
}
.cprl__modal-footer .cprl__form-error {
width: 100%;
max-width: 540px;
margin-left: auto;
}  .cprl__modal-dialog.cprl--success-shown .cprl__modal-header { display: none; }
.cprl__modal-dialog.cprl--success-shown { justify-content: center;
} .cprl__success:not([hidden]) {
flex: 1 1 auto;
display: flex;
flex-direction: column;
min-height: 0;
} .cprl__success-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
flex-shrink: 0;
margin: 0 0 clamp(12px, 1.5vw, 24px);
}
.cprl__success-logo {
width: clamp(46px, 3vw, 55px);
height: clamp(40px, 2.6vw, 48px);
background: #fff;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
flex-shrink: 0;
}
.cprl__success-logo img {
display: block;
height: 78%;
width: auto;
object-fit: contain;
} .cprl__success-close {
background: none;
border: 0;
padding: 10px 14px;
margin: -10px -14px -10px 0;
font-family: var(--cprl-font);
font-weight: 700;
font-size: clamp(13px, 0.78vw, 15px);
line-height: 1.4;
color: rgba(255, 255, 255, 0.5);
cursor: pointer;
text-align: right;
transition: color 120ms ease;
pointer-events: auto;
position: relative;
z-index: 2;
}
.cprl__success-close:hover { color: #fff; } .cprl__success-body {
flex: 1 1 auto;
display: flex;
flex-direction: row;
align-items: center;
min-height: 0;
} .cprl__success-spacer {
flex: 0 0 32%; max-width: 360px;
} .cprl__success-content {
flex: 1 1 0;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
text-align: left;
gap: clamp(14px, 1.5vw, 22px); padding-right: clamp(12px, 2vw, 32px);
}
.cprl__success-eyebrow {
margin: 0;
font-family: var(--cprl-font);
font-weight: 700;
font-size: clamp(14px, 1vw, 18px);
line-height: 1.4;
color: #fff;
} .cprl__success-title {
margin: 0;
display: flex;
align-items: center;
justify-content: flex-start;
gap: clamp(10px, 0.8vw, 14px);
font-family: var(--cprl-font);
font-weight: 700;
font-size: clamp(26px, 2.4vw, 38px);
line-height: 1.4;
color: #fff;
}
.cprl__success-whatsapp { width: clamp(26px, 1.8vw, 34px);
height: clamp(26px, 1.8vw, 34px);
flex-shrink: 0;
display: block;
} .cprl__success-qr {
display: block;
width: clamp(150px, 13vw, 201px);
height: clamp(143px, 12.4vw, 191px);
background: #fff;
border-radius: clamp(18px, 1.6vw, 25px);
padding: clamp(10px, 0.85vw, 14px);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
transition: transform 120ms ease, box-shadow 120ms ease;
cursor: pointer;
}
.cprl__success-qr:hover {
transform: translateY(-2px);
box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.cprl__success-qr img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
} .cprl__success-tap {
display: inline-block;
font-family: var(--cprl-font);
font-weight: 700;
font-size: clamp(13px, 0.9vw, 15px);
color: #25D366;
text-decoration: underline;
text-underline-offset: 3px;
transition: opacity 120ms ease;
}
.cprl__success-tap:hover { opacity: 0.85; } .cprl__success-text {
margin: 0;
max-width: clamp(280px, 26vw, 376px);
font-family: var(--cprl-font);
font-weight: 700;
font-size: clamp(13px, 0.95vw, 18px);
line-height: 1.4;
color: #fff;
}
.cprl__success-text--cta { margin-top: -6px; }
body.cprl--locked { overflow: hidden; } .cprl__welcome {
position: fixed;
inset: 0;
z-index: 1100; display: flex;
align-items: center;
justify-content: center;
padding: clamp(16px, 3vw, 40px);
}
.cprl__welcome[hidden] { display: none; } .cprl__welcome-backdrop {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.35);
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
cursor: pointer;
} .cprl__welcome-dialog {
position: relative;
width: min(559px, 92vw);
min-height: clamp(280px, 26vw, 379px);
background: rgba(30, 30, 30, 0.40);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: clamp(16px, 1.25vw, 24px);
padding: clamp(22px, 2vw, 36px);
box-shadow: 0 30px 100px rgba(0, 0, 0, 0.4);
-webkit-backdrop-filter: blur(28px) saturate(1.25);
backdrop-filter: blur(28px) saturate(1.25);
color: #fff;
display: flex;
flex-direction: column;
}
.cprl__welcome-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 16px;
flex-shrink: 0;
} .cprl__welcome-logo {
width: clamp(46px, 3vw, 55px);
height: clamp(40px, 2.6vw, 48px);
background: #fff;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
flex-shrink: 0;
}
.cprl__welcome-logo img {
display: block;
height: 78%;
width: auto;
object-fit: contain;
} .cprl__welcome-close {
background: none;
border: 0;
padding: 4px 0;
font-family: var(--cprl-font);
font-weight: 700;
font-size: clamp(13px, 0.78vw, 15px);
line-height: 1.4;
color: rgba(255, 255, 255, 0.5);
cursor: pointer;
transition: color 120ms ease;
}
.cprl__welcome-close:hover { color: #fff; }
.cprl__welcome-body {
flex: 1 1 auto;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: clamp(18px, 2vw, 36px) clamp(8px, 1vw, 16px) clamp(8px, 1vw, 12px);
} .cprl__welcome-text {
margin: 0;
font-family: var(--cprl-font);
font-weight: 400;
font-size: clamp(18px, 1.56vw, 30px);
line-height: 1.4;
color: rgba(255, 255, 255, 0.9);
}
.cprl__welcome-line { display: block; }
.cprl__welcome-line--bold { font-weight: 600; }
@media (max-width: 560px) {
.cprl__welcome-dialog {
width: 100%;
padding: 20px;
}
} @media (max-width: 720px) {
.cprl__modal { padding: 0; }
.cprl__modal-dialog {
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
border-radius: 0;
border: 0;
padding: 20px 20px 16px;
}
.cprl__modal-skip {
font-size: 12px;
max-width: 50%;
}
.cprl__q-title { font-size: 22px; }
.cprl__q-input { padding-right: 90px; }
.cprl__q-hint { font-size: 9px; }
.cprl__modal-submit { width: 100%; min-width: 0; }
.cprl__modal-footer { align-items: stretch; } .cprl__success-body {
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
overflow-y: auto;
}
.cprl__success-spacer { display: none; }
.cprl__success-content {
width: 100%;
padding-right: 0;
gap: 16px;
}
.cprl__success-title { font-size: 24px; }
.cprl__success-qr {
width: 150px;
height: 143px;
}
}  .cprl__form-row--name {
width: 100%;
justify-content: center;
}
.cprl__input-wrap--name {
width: clamp(280px, 31.35vw, 602px);
}
.cprl__input--name {
padding: 0 14px;
height: clamp(32px, 2.03vw, 39px);
font-size: clamp(12px, 0.73vw, 14px);
} .cprl__roles {
width: 100%;
max-width: clamp(280px, 31.35vw, 602px);
margin: 4px auto 0;
padding: 0;
border: 0;
}
.cprl__roles-legend {
margin: 0 0 8px;
padding: 0;
font-size: 12px;
font-weight: 700;
color: var(--cprl-text-soft);
text-align: center;
width: 100%;
}
.cprl__roles-grid {
display: flex;
flex-wrap: wrap;
gap: 6px;
justify-content: center;
}
.cprl__role-card {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 8px 14px;
min-height: 36px;
background: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 12px;
color: var(--cprl-text-soft);
font-family: var(--cprl-font);
font-size: 13px;
font-weight: 600;
cursor: pointer;
transition: background 120ms ease, border-color 120ms ease, color 120ms ease;
user-select: none;
}
.cprl__role-card:hover {
background: rgba(255, 255, 255, 0.10);
border-color: rgba(255, 255, 255, 0.24);
}
.cprl__role-card input[type="radio"] {
position: absolute;
opacity: 0;
pointer-events: none;
width: 0;
height: 0;
}
.cprl__role-card--selected,
.cprl__role-card:has(input[type="radio"]:checked) {
background: var(--cprl-red);
border-color: var(--cprl-red);
color: #fff;
} .cprl__role-card:focus-within {
outline: 2px solid rgba(255, 255, 255, 0.5);
outline-offset: 2px;
} .cprl__consent--step1 {
margin: 8px auto 0;
justify-content: center;
color: var(--cprl-text-muted);
}
@media (max-width: 560px) {
.cprl__input-wrap--name { width: 100%; }
.cprl__input--name {
height: 48px;
border-radius: 15px;
font-size: 14px;
}
.cprl__roles {
max-width: 100%;
}
.cprl__roles-grid {
flex-direction: column;
gap: 8px;
}
.cprl__role-card {
width: 100%;
min-height: 44px;
font-size: 14px;
}
} .cprl__step2-fields { display: block; } .cprl__q-help {
margin: -6px 0 12px;
font-size: 12px;
color: rgba(255, 255, 255, 0.55);
line-height: 1.4;
} .cprl__q[hidden] { display: none; } .cprl__q-options--radio {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 4px;
}
.cprl__option-card {
position: relative;
display: inline-flex;
align-items: center;
justify-content: flex-start;
padding: 10px 16px;
min-height: 42px;
background: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(255, 255, 255, 0.14);
border-radius: 12px;
color: var(--cprl-text-soft);
font-family: var(--cprl-font);
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: background 120ms ease, border-color 120ms ease, color 120ms ease;
user-select: none;
flex: 0 1 auto;
}
.cprl__option-card:hover {
background: rgba(255, 255, 255, 0.10);
border-color: rgba(255, 255, 255, 0.30);
}
.cprl__option-card input[type="radio"] {
position: absolute;
opacity: 0;
pointer-events: none;
width: 0;
height: 0;
}
.cprl__option-card--selected,
.cprl__option-card:has(input[type="radio"]:checked) {
background: var(--cprl-red);
border-color: var(--cprl-red);
color: #fff;
}
.cprl__option-card:focus-within {
outline: 2px solid rgba(255, 255, 255, 0.5);
outline-offset: 2px;
} .cprl__q-options--multi {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 4px;
align-items: center;
}
.cprl__chip {
position: relative;
display: inline-flex;
align-items: center;
padding: 8px 14px;
min-height: 36px;
background: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(255, 255, 255, 0.14);
border-radius: 999px;
color: var(--cprl-text-soft);
font-family: var(--cprl-font);
font-size: 13px;
font-weight: 600;
cursor: pointer;
transition: background 120ms ease, border-color 120ms ease, color 120ms ease;
user-select: none;
}
.cprl__chip:hover {
background: rgba(255, 255, 255, 0.10);
border-color: rgba(255, 255, 255, 0.30);
}
.cprl__chip input[type="checkbox"] {
position: absolute;
opacity: 0;
pointer-events: none;
width: 0;
height: 0;
}
.cprl__chip--selected,
.cprl__chip:has(input[type="checkbox"]:checked) {
background: var(--cprl-red);
border-color: var(--cprl-red);
color: #fff;
}
.cprl__chip--disabled {
opacity: 0.45;
cursor: not-allowed;
}
.cprl__chip:focus-within {
outline: 2px solid rgba(255, 255, 255, 0.5);
outline-offset: 2px;
}
.cprl__chips-loading {
font-size: 13px;
color: rgba(255, 255, 255, 0.55);
padding: 8px 0;
}
.cprl__chips-counter {
margin-left: auto;
font-size: 12px;
font-weight: 600;
color: rgba(255, 255, 255, 0.55);
flex: 0 0 auto;
} .cprl__modal-footer-actions {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 14px;
flex-wrap: wrap;
}
.cprl__modal-skip--footer { text-align: left;
} .cprl__step2-fields .cprl__q {
margin-bottom: clamp(20px, 2vw, 32px);
}
.cprl__step2-fields .cprl__q-title {
font-size: clamp(18px, 1.4vw, 24px);
font-weight: 700;
margin-bottom: 12px;
} .cprl__step2-fields .cprl__q-input {
padding: 0 18px;
height: clamp(40px, 2.6vw, 48px);
font-size: 14px;
} @media (max-width: 720px) {
.cprl__step2-fields .cprl__q-title { font-size: 17px; }
.cprl__option-card {
width: 100%;
justify-content: flex-start;
font-size: 14px;
}
.cprl__q-options--radio { gap: 6px; }
.cprl__q-options--multi { gap: 6px; }
.cprl__chip {
font-size: 12px;
padding: 7px 12px;
min-height: 34px;
}
.cprl__chips-counter {
width: 100%;
margin-left: 0;
text-align: right;
margin-top: 4px;
}
.cprl__modal-footer-actions {
flex-direction: column-reverse;
align-items: stretch;
gap: 10px;
}
.cprl__modal-skip--footer {
text-align: center;
width: 100%;
}
}