.auth-page{--auth-ink:var(--text);--auth-muted:#76636d;--auth-plum:#84081b;--auth-plum-dark:#84081b;--auth-line:var(--border);min-height:100vh;color:var(--auth-ink);background:#f7f1ef}.artist-intro{--artist-plum:#84081b;--artist-plum-dark:#84081b;isolation:isolate;color:#fff;background:linear-gradient(90deg,#0000 0 53%,#2f0f2457 66%,#2f0f2494 100%),url(/images/zebya-artist-signup.webp) 50%/cover no-repeat;grid-template-columns:minmax(0,55fr) minmax(420px,45fr);min-height:100svh;display:grid;position:relative;overflow:hidden}.artist-intro-logo{z-index:2;font-family:var(--body-font);font-size:var(--font-product-page-title);letter-spacing:.18em;color:#fff;text-shadow:0 2px 18px #200a176b;font-weight:700;line-height:1;position:absolute;top:clamp(26px,4vw,54px);left:clamp(26px,4vw,58px)}.artist-intro-content{text-align:center;grid-column:2;justify-items:center;gap:clamp(28px,4vh,40px);width:min(470px,100% - 64px);margin:auto;display:grid}.artist-intro-content h1{color:#fff;width:100%;font-family:var(--body-font);font-size:var(--font-product-page-title);letter-spacing:-.035em;text-wrap:balance;margin:0;font-weight:600;line-height:.98}.artist-intro-content h1 span{font-family:var(--body-font);letter-spacing:-.015em;margin-top:16px;font-size:clamp(19px,1.7vw,25px);font-weight:600;line-height:1.35;display:block}.artist-intro-cta{border:1px solid var(--artist-plum);background:linear-gradient(135deg, var(--artist-plum), var(--artist-plum-dark));color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:174px;min-height:54px;padding:13px 28px;font-size:16px;font-weight:800;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex;box-shadow:0 14px 30px #511a433d}.artist-intro-cta:hover{background:linear-gradient(135deg,#87275c,#471438);transform:translateY(-2px);box-shadow:0 18px 36px #511a434d}.artist-intro-cta:active{transform:translateY(0)}.auth-shell{grid-template-columns:minmax(440px,.98fr) minmax(520px,1.02fr);min-height:100vh;display:grid}.auth-story{isolation:isolate;min-height:100vh;color:var(--surface);background:linear-gradient(#2f132214 10%,#2f132257 55%,#270f1de6 100%),url(/images/zebya-artist-signup.webp) 38%/cover no-repeat;flex-direction:column;justify-content:space-between;padding:clamp(32px,4vw,62px);display:flex;position:sticky;top:0;overflow:hidden}.auth-story:after{content:"";z-index:-1;background:linear-gradient(90deg,#2c121f1f,#0000 70%);position:absolute;inset:0}.auth-logo{color:var(--auth-plum-dark);font-family:var(--body-font);letter-spacing:.18em;font-size:27px;font-weight:700;line-height:1}.auth-logo-light{color:#fff;text-shadow:0 2px 18px #200a1740}.auth-story-copy{max-width:560px}.auth-kicker,.auth-heading>p{letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px;font-size:12px;font-weight:800}.auth-kicker{color:#f1d3be}.auth-story h2{max-width:540px;font-family:var(--body-font);font-size:var(--font-product-page-title);letter-spacing:-.035em;margin:0;font-weight:600;line-height:.98}.auth-story-copy>p:not(.auth-kicker){color:#fffaf8d1;max-width:520px;margin:22px 0 0;font-size:16px;line-height:1.65}.auth-benefits{gap:13px;margin:30px 0 0;padding:0;list-style:none;display:grid}.auth-benefits li{align-items:center;gap:12px;font-size:14px;font-weight:650;display:flex}.auth-benefits span{letter-spacing:.04em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff61;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-size:10px;display:grid}.auth-photo-note{color:#fffaf8b8;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:12px;font-weight:700}.auth-panel{background:radial-gradient(circle at 95% 6%, #c08b9b26, transparent 30rem), var(--surface);place-items:center;min-width:0;padding:48px clamp(28px,6vw,92px);display:grid}.auth-mobile-header{display:none}.auth-form-wrap{width:min(470px,100%)}.auth-back-link{min-height:44px;color:var(--auth-muted);align-items:center;margin-bottom:clamp(32px,5vh,56px);font-size:14px;font-weight:700;display:inline-flex}.auth-back-link:hover{color:var(--auth-plum)}.auth-heading>p{color:#84081b}.auth-heading h1{font-family:var(--body-font);font-size:var(--font-product-page-title);letter-spacing:-.035em;margin:0;font-weight:600;line-height:1.02}.auth-heading>span{color:var(--auth-muted);margin-top:15px;font-size:15px;line-height:1.6;display:block}.auth-alert{border:1px solid;border-radius:14px;margin-top:24px;padding:13px 15px;font-size:14px;font-weight:700;line-height:1.5}.auth-alert-error{color:#922e38;background:#fff1f1;border-color:#efc2c2}.auth-alert-success{color:#28683a;background:#eff8f1;border-color:#bfdcc7}.auth-form{gap:18px;margin-top:30px;display:grid}.auth-field{color:var(--auth-ink);gap:7px;font-size:14px;font-weight:750;display:grid}.auth-field input{border:1px solid var(--border);width:100%;height:54px;color:var(--auth-ink);background:#fff;border-radius:13px;padding:13px 15px;font-size:16px;transition:border-color .15s,box-shadow .15s,background .15s}.auth-field input::placeholder{color:#a4979d}.auth-field input:hover{border-color:#b78999}.auth-field input:focus{border-color:var(--auth-plum);background:var(--surface);outline:none;box-shadow:0 0 0 4px #ff5d7a24}.auth-field small{color:var(--auth-muted);font-size:12px;font-weight:500}.auth-label-row{justify-content:space-between;align-items:center;gap:20px;display:flex}.auth-label-row a{color:var(--auth-plum);text-underline-offset:3px;font-size:13px;font-weight:750;text-decoration:underline}.auth-submit{background:linear-gradient(135deg, var(--auth-plum), var(--auth-plum-dark));color:#fff;border:0;border-radius:13px;justify-content:space-between;align-items:center;gap:20px;min-height:55px;margin-top:4px;padding:14px 18px;font-size:15px;font-weight:800;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 14px 28px #ff5d7a38}.auth-submit:hover{transform:translateY(-1px);box-shadow:0 18px 34px #ff5d7a4d}.auth-submit span{font-size:20px;line-height:1}.auth-terms{color:var(--auth-muted);text-align:center;margin:-2px 0 0;font-size:11px;line-height:1.5}.auth-switch{color:var(--auth-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin-top:25px;font-size:14px;display:flex}.auth-switch a{color:var(--auth-plum);text-underline-offset:3px;font-weight:800;text-decoration:underline}.auth-artist-link{border-top:1px solid var(--auth-line);border-bottom:1px solid var(--auth-line);min-height:58px;color:var(--auth-plum);grid-template-columns:1fr auto;align-items:center;column-gap:16px;margin-top:28px;padding:16px 2px;font-size:14px;font-weight:800;display:grid}.auth-artist-link span{color:var(--auth-muted);letter-spacing:.06em;text-transform:uppercase;grid-column:1;font-size:11px;font-weight:700}.auth-artist-link b{grid-area:1/2/span 2;font-size:19px}@media (max-width:900px){.auth-shell{grid-template-columns:minmax(300px,.8fr) minmax(430px,1.2fr)}.auth-story{padding:34px 30px}.auth-story h2{font-size:var(--font-product-page-title)}.auth-panel{padding-inline:38px}}@media (max-width:720px){.artist-intro{background:linear-gradient(#2f0f2414 22%,#2f0f2494 72%,#2f0f24d6 100%),url(/images/zebya-artist-signup.webp) 38%/cover no-repeat;grid-template-columns:1fr;align-items:end;padding:92px 22px 52px;display:grid}.artist-intro-logo{top:26px;left:24px}.artist-intro-content{grid-column:1;gap:25px;width:min(430px,100%);margin:0 auto}.artist-intro-content h1{font-size:var(--font-product-page-title)}.artist-intro-content h1 span{margin-top:13px;font-size:18px;line-height:1.4}.artist-intro-cta{width:min(260px,100%)}.auth-shell{display:block}.auth-story{display:none}.auth-panel{min-height:100vh;padding:0 20px 44px;display:block}.auth-mobile-header{border-bottom:1px solid var(--auth-line);justify-content:space-between;align-items:center;height:74px;display:flex}.auth-home-link{min-height:44px;color:var(--auth-muted);align-items:center;font-size:13px;font-weight:700;display:inline-flex}.auth-form-wrap{margin:0 auto;padding-top:38px}.auth-back-link{display:none}.auth-heading h1{font-size:var(--font-product-page-title)}.auth-heading>span{font-size:14px}}@media (max-height:760px) and (min-width:721px){.auth-panel{padding-block:30px}.auth-back-link{margin-bottom:24px}.auth-heading h1{font-size:var(--font-product-page-title)}.auth-form{gap:14px;margin-top:22px}}.provider-auth-page{--provider-plum:#84081b;--provider-plum-dark:#84081b;--provider-ink:var(--text);--provider-muted:#78676f;min-height:100svh;color:var(--provider-ink);background:#fff;grid-template-columns:minmax(240px,28vw) minmax(0,1fr);display:grid}.provider-auth-brand{background:linear-gradient(150deg, #84081b 0%, var(--provider-plum) 100%);place-items:center;min-height:100svh;display:grid}.provider-auth-brand a{color:#fff;font-family:var(--body-font);font-size:var(--font-product-page-title);letter-spacing:.2em;font-weight:700;line-height:1}.provider-auth-activity{background:#fff;place-items:center;min-width:0;min-height:100svh;padding:48px clamp(24px,7vw,110px);display:grid}.provider-auth-form-wrap{width:min(620px,100%)}.provider-country{border:1px solid var(--border);min-height:54px;color:var(--provider-ink);background:#fff;border-radius:13px;justify-content:space-between;align-items:center;padding:13px 15px;font-size:16px;font-weight:500;display:flex}.provider-phone-field{border:1px solid var(--border);background:#fff;border-radius:13px;grid-template-columns:auto minmax(0,1fr);align-items:center;min-height:54px;transition:border-color .15s,box-shadow .15s;display:grid;overflow:hidden}.provider-phone-field:focus-within{border-color:var(--provider-plum);box-shadow:0 0 0 4px #ff5d7a24}.provider-phone-field>span{border-right:1px solid var(--border);white-space:nowrap;align-items:center;height:100%;padding:0 14px;font-size:15px;font-weight:650;display:flex}.provider-phone-field input{border:0;border-radius:0;height:52px;box-shadow:none!important}.provider-auth-switch{color:var(--provider-muted);justify-content:center;align-items:center;gap:12px;margin-top:22px;font-size:14px;display:flex}.provider-auth-switch a{border:1px solid var(--provider-plum);min-height:38px;color:var(--provider-plum);border-radius:8px;align-items:center;padding:6px 12px;font-weight:750;display:inline-flex}.provider-auth-heading>p{color:var(--provider-plum);letter-spacing:.16em;text-transform:uppercase;margin:0 0 13px;font-size:12px;font-weight:850}.provider-auth-heading h1{font-family:var(--body-font);font-size:var(--font-product-page-title);letter-spacing:-.035em;margin:0;font-weight:700;line-height:1.05}.provider-auth-heading>span{color:var(--provider-muted);margin-top:15px;font-size:15px;line-height:1.6;display:block}.provider-auth-heading strong{color:var(--provider-ink);font-weight:800}.provider-auth-heading-centered{text-align:center}.provider-auth-heading-centered h1{font-family:var(--body-font);font-size:var(--font-product-page-title);letter-spacing:.025em;font-weight:700;line-height:1.08}.provider-auth-submit{background:linear-gradient(135deg, var(--provider-plum), var(--provider-plum-dark));text-align:center;justify-content:center}.provider-code-input{letter-spacing:.3em;text-align:center;font-weight:800;height:66px!important;padding-inline:20px!important;font-size:28px!important}.provider-code-input::placeholder{letter-spacing:.3em}.provider-resend-form{justify-content:center;margin-top:22px;display:flex}.provider-resend-form button{min-height:44px;color:var(--provider-plum);text-underline-offset:4px;background:0 0;border:0;padding:8px 12px;font-size:14px;font-weight:800;text-decoration:underline}@media (max-width:720px){.provider-auth-page{display:block}.provider-auth-brand{place-items:center start;min-height:86px;padding:0 24px}.provider-auth-brand a{font-size:25px}.provider-auth-activity{align-items:start;min-height:calc(100svh - 86px);padding:46px 22px 56px}.provider-auth-heading h1,.provider-auth-heading-centered h1{font-size:var(--font-product-page-title)}}.auth-page .auth-shell{grid-template-columns:minmax(0,1fr);min-height:100svh;display:grid}.auth-page .auth-panel{background:radial-gradient(circle at 15% 8%,#ffffffe6,#0000 24rem),radial-gradient(circle at 88% 12%,#dcaaba2e,#0000 28rem),#fff9f7;place-items:center;width:100%;min-height:100svh;padding:clamp(32px,6vw,72px) 24px;display:grid}.auth-page .auth-form-wrap{width:min(520px,100%);margin:0 auto}@media (max-width:720px){.auth-page .auth-panel{place-items:center;min-height:100svh;padding:28px 20px 40px;display:grid}.auth-page .auth-mobile-header{display:none}.auth-page .auth-form-wrap{margin:0 auto;padding-top:0}.auth-page .auth-back-link{margin-bottom:28px;display:inline-flex}}
.provider-auth-page.provider-auth-reference{--provider-plum:#84081b;--provider-plum-dark:#84081b;--provider-ink:#211a20;--provider-muted:#716870;--provider-field:#f7f5f6;--provider-line:#e8e1e5;min-height:100svh;color:var(--provider-ink);font-family:var(--body-font);background:#fff;display:block;position:relative}.provider-auth-reference .provider-auth-brand{z-index:2;background:0 0;min-height:0;position:absolute;top:30px;left:clamp(24px,4vw,64px)}.provider-auth-reference .provider-auth-brand a{min-height:40px;color:var(--provider-plum);font-family:var(--body-font);letter-spacing:.18em;align-items:center;font-size:22px;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.provider-auth-reference .provider-auth-activity{background:#fff;place-items:center;min-height:100svh;padding:96px 24px 56px;display:grid}.provider-auth-reference .provider-auth-form-wrap{width:min(440px,100%)}.provider-auth-reference .provider-auth-heading,.provider-auth-reference .provider-auth-heading-centered{text-align:center}.provider-auth-reference .provider-auth-heading h1,.provider-auth-reference .provider-auth-heading-centered h1{color:var(--provider-ink);font-family:var(--body-font);font-size:var(--font-product-page-title);letter-spacing:-.035em;text-transform:none;text-wrap:balance;margin:0;font-weight:700;line-height:1.15}.provider-auth-reference .provider-auth-heading>span{max-width:420px;color:var(--provider-muted);text-wrap:balance;margin:12px auto 0;font-size:14px;font-weight:400;line-height:1.55;display:block}.provider-auth-tabs{background:#f2eff1;border-radius:12px;grid-template-columns:1fr 1fr;gap:4px;margin-top:26px;padding:4px;display:grid}.provider-auth-tab{color:#625860;border-radius:9px;justify-content:center;align-items:center;min-height:42px;font-size:14px;font-weight:600;display:inline-flex}.provider-auth-tab.is-active{color:var(--provider-plum);background:#fff;box-shadow:0 1px 5px #37192917}.provider-auth-reference .auth-form{gap:13px;margin-top:26px}.provider-auth-reference .auth-field{font-family:var(--body-font);font-weight:500}.provider-auth-reference .auth-field>span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.provider-auth-reference .auth-field input,.provider-auth-reference .provider-country,.provider-auth-reference .provider-phone-field{border:1px solid var(--provider-line);background:var(--provider-field);min-height:54px;box-shadow:none;color:var(--provider-ink);font-family:var(--body-font);border-radius:12px;font-size:15px;font-weight:500}.provider-auth-reference .auth-field input{padding-inline:16px}.provider-auth-reference .auth-field input::placeholder{color:#9a9097;opacity:1;font-weight:400}.provider-auth-reference .provider-country{padding-inline:16px}.provider-auth-reference .provider-phone-field{overflow:hidden}.provider-auth-reference .provider-phone-field>span{border-right-color:var(--provider-line);padding-inline:16px;font-size:14px;font-weight:600}.provider-auth-reference .provider-phone-field input{background:0 0;border:0;border-radius:0}.provider-auth-reference .auth-field input:hover,.provider-auth-reference .provider-country:hover,.provider-auth-reference .provider-phone-field:hover{border-color:#d7c9d1}.provider-auth-reference .auth-field input:focus,.provider-auth-reference .provider-phone-field:focus-within{border-color:var(--provider-plum);background:#fff;outline:none;box-shadow:0 0 0 3px #721f4d1a}.provider-auth-reference .provider-auth-submit{background:var(--provider-plum);min-height:52px;box-shadow:none;color:#fff;font-family:var(--body-font);border-radius:12px;margin-top:5px;font-size:15px;font-weight:700}.provider-auth-reference .provider-auth-submit:hover{background:var(--provider-plum-dark);box-shadow:none;transform:none}.provider-auth-reference .provider-auth-switch{color:var(--provider-muted);gap:7px;margin-top:22px;font-size:13px}.provider-auth-reference .provider-auth-switch a{min-height:36px;color:var(--provider-plum);text-underline-offset:3px;border:0;border-radius:0;padding:8px 4px;font-size:13px;font-weight:700;text-decoration:underline}.provider-code-destination{border:1px solid var(--provider-line);background:var(--provider-field);border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-top:26px;padding:14px 16px;display:flex}.provider-code-destination span{gap:3px;min-width:0;display:grid}.provider-code-destination small{color:#8a7f87;letter-spacing:.1em;font-size:10px;font-weight:700}.provider-code-destination strong{color:var(--provider-ink);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.provider-code-destination a{color:var(--provider-plum);text-underline-offset:3px;font-size:13px;font-weight:700;text-decoration:underline}.provider-otp{border:0;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin:18px 0 0;padding:0;display:grid}.provider-otp input[type=text]{aspect-ratio:1/1.05;border:1px solid var(--provider-line);background:var(--provider-field);width:100%;min-width:0;color:var(--provider-ink);font-family:var(--body-font);text-align:center;border-radius:10px;font-size:22px;font-weight:700}.provider-otp input[type=text]:focus{border-color:var(--provider-plum);background:#fff;outline:none;box-shadow:0 0 0 3px #721f4d1a}.provider-code-help{color:var(--provider-muted);justify-content:space-between;align-items:center;gap:18px;margin-top:14px;font-size:12px;display:flex}.provider-code-help p,.provider-code-note,.provider-resend-form{margin:0}.provider-resend-form button{min-height:36px;color:var(--provider-muted);font-family:var(--body-font);padding:0;font-size:12px;font-weight:500;text-decoration:none}.provider-resend-form button strong{color:var(--provider-plum);font-weight:700}.provider-resend-form button:disabled{cursor:default;opacity:1}.provider-code-note{color:var(--provider-muted);text-align:center;margin-top:18px;font-size:12px;line-height:1.5}.provider-auth-reference .auth-alert{border-radius:10px;margin-top:18px;font-size:13px}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (max-width:720px){.provider-auth-reference .provider-auth-brand{padding:0;top:16px;left:20px}.provider-auth-reference .provider-auth-brand a{min-height:38px;font-size:20px}.provider-auth-reference .provider-auth-activity{align-items:start;min-height:100svh;padding:92px 20px 44px}.provider-auth-reference .provider-auth-form-wrap{width:min(420px,100%);margin-inline:auto}.provider-auth-reference .provider-auth-heading h1,.provider-auth-reference .provider-auth-heading-centered h1{font-size:var(--font-product-page-title)}.provider-auth-reference .provider-auth-heading>span{font-size:13px}.provider-otp{gap:6px}.provider-otp input[type=text]{border-radius:8px;font-size:20px}.provider-code-help{flex-direction:column;align-items:flex-start;gap:2px}}@media (max-height:720px) and (min-width:721px){.provider-auth-reference .provider-auth-activity{align-items:start;padding-top:78px}}
