.cs-otp-modal [hidden]{display:none!important}.cs-otp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0009;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);display:flex;align-items:flex-end;justify-content:center;padding:0;opacity:0;pointer-events:none;transition:opacity .25s ease}.cs-otp-overlay[aria-hidden=false]{opacity:1;pointer-events:auto}.cs-otp-modal{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:480px;max-height:94dvh;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:0 0 calc(28px + env(safe-area-inset-bottom,0px));transform:translateY(100%);transition:transform .32s cubic-bezier(.32,.72,0,1);will-change:transform}.cs-otp-overlay[aria-hidden=false] .cs-otp-modal{transform:translateY(0)}@media(min-width:768px){.cs-otp-overlay{align-items:center;padding:16px}.cs-otp-modal{border-radius:20px;max-height:92vh;transform:translateY(20px) scale(.96)}.cs-otp-overlay[aria-hidden=false] .cs-otp-modal{transform:translateY(0) scale(1)}}.cs-otp-modal:before{content:"";display:block;width:40px;height:4px;background:#e0e0e0;border-radius:2px;margin:12px auto 0}@media(min-width:768px){.cs-otp-modal:before{display:none}}.cs-otp-banner{position:relative;width:100%;overflow:hidden;line-height:0}.cs-otp-banner picture,.cs-otp-banner img{display:block;width:100%;height:auto;object-fit:cover}.cs-otp-close--banner{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#ffffffd9;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:none;cursor:pointer;color:#333;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s;z-index:2}.cs-otp-close--banner:hover{background:#fff}.cs-otp-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px 12px;border-bottom:1px solid #f0f0f0;position:sticky;top:0;background:#fff;z-index:1}.cs-otp-brand{display:flex;align-items:center}.cs-otp-brand img{max-height:34px;width:auto;object-fit:contain}.cs-otp-brand__text{font-size:17px;font-weight:700;letter-spacing:-.02em;color:rgba(var(--color-foreground),1)}.cs-otp-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#f4f4f4;border:none;cursor:pointer;color:#555;flex-shrink:0;transition:background .15s}.cs-otp-close:hover{background:#e8e8e8}.cs-otp-close:focus-visible{outline:2px solid rgba(var(--color-foreground),1);outline-offset:2px}.cs-otp-step{padding:24px 20px 8px}@media(min-width:480px){.cs-otp-step{padding:28px 28px 8px}}.cs-otp-step__icon{display:flex;justify-content:center;margin-bottom:14px}.cs-otp-step__title{font-size:22px;font-weight:700;color:rgba(var(--color-foreground),1);margin:0 0 6px;text-align:center;letter-spacing:-.02em}.cs-otp-step__subtitle{font-size:14px;color:#666;margin:0 0 22px;text-align:center;line-height:1.5}.cs-otp-phone-wrap{display:flex;align-items:center;border:1.5px solid #d1d5db;border-radius:12px;overflow:hidden;margin-bottom:14px;transition:border-color .15s,box-shadow .15s}.cs-otp-phone-wrap:focus-within{border-color:rgba(var(--color-foreground),.8);box-shadow:0 0 0 3px rgba(var(--color-foreground),.08)}.cs-otp-phone-prefix{padding:0 12px 0 16px;font-size:16px;font-weight:600;color:rgba(var(--color-foreground),1);background:#f8f8f8;border-right:1.5px solid #d1d5db;height:52px;display:flex;align-items:center;white-space:nowrap;-webkit-user-select:none;user-select:none}.cs-otp-phone-input{flex:1;border:none;outline:none;padding:0 16px;font-size:16px;color:rgba(var(--color-foreground),1);height:52px;background:transparent;-webkit-appearance:none}.cs-otp-phone-input::placeholder{color:#aaa}.cs-otp-digits{display:flex;gap:8px;justify-content:center;margin-bottom:22px}.cs-otp-digit{width:46px;height:54px;border:1.5px solid #d1d5db;border-radius:12px;text-align:center;font-size:22px;font-weight:700;color:rgba(var(--color-foreground),1);caret-color:rgba(var(--color-foreground),1);-webkit-appearance:none;outline:none;transition:border-color .15s,box-shadow .15s;background:#fafafa}.cs-otp-digit:focus{border-color:rgba(var(--color-foreground),.8);box-shadow:0 0 0 3px rgba(var(--color-foreground),.08);background:#fff}.cs-otp-digit--filled{border-color:rgba(var(--color-foreground),.5);background:#fff}@media(max-width:360px){.cs-otp-digits{gap:6px}.cs-otp-digit{width:40px;height:48px;font-size:20px;border-radius:10px}}.cs-otp-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:52px;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:opacity .15s,transform .1s;position:relative;letter-spacing:.01em}.cs-otp-btn--primary{background:#d2cc39;color:#1a1a1a}.cs-otp-btn--primary:hover{opacity:.88}.cs-otp-btn--primary:active{transform:scale(.98)}.cs-otp-btn--primary:focus-visible{outline:2px solid #d2cc39;outline-offset:3px}.cs-otp-btn--loading .cs-otp-btn__label{opacity:0}.cs-otp-btn--loading{pointer-events:none}.cs-otp-btn__spinner{display:none;width:20px;height:20px;border:2.5px solid rgba(0,0,0,.2);border-top-color:#1a1a1a;border-radius:50%;animation:cs-otp-spin .7s linear infinite;position:absolute}.cs-otp-btn--loading .cs-otp-btn__spinner{display:block}@keyframes cs-otp-spin{to{transform:rotate(360deg)}}.cs-otp-terms{font-size:11.5px;color:#999;text-align:center;margin:12px 0 4px;line-height:1.5}.cs-otp-terms a{color:rgba(var(--color-foreground),.7);text-decoration:underline}.cs-otp-resend{text-align:center;margin-top:16px;font-size:13px;color:#888;min-height:24px}.cs-otp-resend__btn{background:none;border:none;color:rgba(var(--color-foreground),1);font-size:13px;font-weight:600;cursor:pointer;padding:0;text-decoration:underline}.cs-otp-resend__btn:hover{opacity:.7}.cs-otp-back{display:block;width:100%;background:none;border:none;color:#666;font-size:13px;text-align:center;cursor:pointer;margin-top:12px;padding:6px 0}.cs-otp-back:hover{color:rgba(var(--color-foreground),1)}.cs-otp-error{font-size:13px;color:#dc2626;text-align:center;margin-top:10px;min-height:18px;line-height:1.4}.cs-otp-field{margin-bottom:14px}.cs-otp-field__label{display:block;font-size:13px;font-weight:600;color:#444;margin-bottom:6px}.cs-otp-optional{font-weight:400;color:#aaa}.cs-otp-field__input{width:100%;height:52px;border:1.5px solid #d1d5db;border-radius:12px;padding:0 16px;font-size:16px;color:rgba(var(--color-foreground),1);background:#fafafa;-webkit-appearance:none;outline:none;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.cs-otp-field__input:focus{border-color:rgba(var(--color-foreground),.8);box-shadow:0 0 0 3px rgba(var(--color-foreground),.08);background:#fff}.cs-otp-field__input.cs-otp-field__input--error{border-color:#dc2626}.cs-otp-step--loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;gap:16px}.cs-otp-loading-spinner{width:44px;height:44px;border:3.5px solid #e5e7eb;border-top-color:rgba(var(--color-foreground),1);border-radius:50%;animation:cs-otp-spin .8s linear infinite}.cs-otp-loading__text{font-size:15px;color:#666;margin:0}
/*# sourceMappingURL=/cdn/shop/t/3/assets/cs-otp-login.css.map */
