.Cards-module__D9W7EG__blockingOverlay{z-index:9999;-webkit-backdrop-filter:blur(8px);width:100dvw;height:100dvh;padding:16px;padding-top:max(16px, env(safe-area-inset-top));padding-bottom:max(16px, env(safe-area-inset-bottom));padding-left:max(16px, env(safe-area-inset-left));padding-right:max(16px, env(safe-area-inset-right));overscroll-behavior:contain;background:#0f172aa6;place-items:center;animation:.24s ease-out Cards-module__D9W7EG__overlayIn;display:grid;position:fixed;inset:0}@keyframes Cards-module__D9W7EG__overlayIn{0%{opacity:0}to{opacity:1}}.Cards-module__D9W7EG__alertOverlay{z-index:8000;-webkit-backdrop-filter:blur(6px);width:100dvw;height:100dvh;padding:16px;padding-top:max(16px, env(safe-area-inset-top));padding-bottom:max(16px, env(safe-area-inset-bottom));padding-left:max(16px, env(safe-area-inset-left));padding-right:max(16px, env(safe-area-inset-right));overscroll-behavior:contain;background:#0f172a73;place-items:center;animation:.2s ease-out Cards-module__D9W7EG__overlayIn;display:grid;position:fixed;inset:0}.Cards-module__D9W7EG__card{-webkit-overflow-scrolling:touch;background:linear-gradient(145deg,#fffffffa 0%,#f8fafcf5 100%);border:1px solid #0891b22e;border-radius:22px;flex-direction:column;width:100%;max-width:580px;max-height:calc(100dvh - 32px);animation:.28s cubic-bezier(.16,1,.3,1) Cards-module__D9W7EG__cardIn;display:flex;overflow-y:auto;box-shadow:0 32px 80px #00000052,inset 0 0 0 1px #fff9}.Cards-module__D9W7EG__cardBlocking{position:relative}.Cards-module__D9W7EG__cardBlocking:before{content:"";background:var(--level-primary);border-radius:3px;width:3px;position:absolute;top:12px;bottom:12px;left:7px}@keyframes Cards-module__D9W7EG__cardIn{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.Cards-module__D9W7EG__header{border-bottom:1px solid #0891b21a;align-items:flex-start;gap:14px;padding:18px 24px 14px;display:flex}.Cards-module__D9W7EG__headerIcon{background:var(--level-bg-light);width:44px;height:44px;color:var(--level-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.Cards-module__D9W7EG__title{letter-spacing:-.015em;color:var(--level-text);margin:0 0 6px;font-size:clamp(22px,2.2vw,28px);font-weight:700;line-height:1.2}.Cards-module__D9W7EG__message{color:#334155eb;margin:0;font-size:clamp(17px,1.7vw,21px);font-weight:500;line-height:1.4}.Cards-module__D9W7EG__message>div+div{margin-top:4px}.Cards-module__D9W7EG__closeBtn{color:#64748ba6;cursor:pointer;background:0 0;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;margin-top:-2px;margin-right:-6px;transition:all .16s;display:flex}.Cards-module__D9W7EG__closeBtn:hover{color:#475569f2;background:#64748b1a}.Cards-module__D9W7EG__closeBtn:focus-visible{outline:2px solid var(--level-primary);outline-offset:2px}.Cards-module__D9W7EG__body{flex-direction:column;gap:14px;padding:14px 24px;display:flex}.Cards-module__D9W7EG__section{border:1px solid var(--level-border-light);background:var(--level-bg-light);border-radius:14px;padding:14px 18px}.Cards-module__D9W7EG__sectionTitle{letter-spacing:-.01em;color:#0f172af2;margin:0 0 10px;font-size:clamp(18px,1.8vw,22px);font-weight:700}.Cards-module__D9W7EG__list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.Cards-module__D9W7EG__listItem{color:#334155eb;align-items:flex-start;gap:12px;font-size:clamp(16px,1.6vw,19px);font-weight:500;line-height:1.45;display:flex}.Cards-module__D9W7EG__bullet{color:#fff;background:var(--level-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:1px;font-size:12px;font-weight:800;display:flex}.Cards-module__D9W7EG__actions{flex-direction:column;gap:10px;padding:6px 24px 16px;display:flex}.Cards-module__D9W7EG__btn{letter-spacing:-.005em;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;width:100%;min-height:54px;padding:14px 18px;font-family:inherit;font-size:clamp(20px,2vw,24px);font-weight:700;transition:all .18s;display:flex}.Cards-module__D9W7EG__btnPrimary{background:var(--level-primary);color:#fff;box-shadow:0 6px 18px #00000029}.Cards-module__D9W7EG__btnPrimary:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 10px 24px #0003}.Cards-module__D9W7EG__btnPrimary:active:not(:disabled){transform:translateY(0)}.Cards-module__D9W7EG__btnSecondary{color:#334155eb;background:#f1f5f9f2;border:1.5px solid #94a3b866;min-height:52px;padding:12px 18px;font-size:clamp(17px,1.7vw,21px);font-weight:700}.Cards-module__D9W7EG__btnSecondary:hover:not(:disabled){background:#e2e8f0f2;border-color:#94a3b899}.Cards-module__D9W7EG__btn:disabled{opacity:.55;cursor:not-allowed}.Cards-module__D9W7EG__btn:focus-visible{outline:2px solid var(--level-primary);outline-offset:2px}@media (max-width:480px){.Cards-module__D9W7EG__blockingOverlay,.Cards-module__D9W7EG__alertOverlay{padding:12px;padding-top:max(12px, env(safe-area-inset-top));padding-bottom:max(12px, env(safe-area-inset-bottom));justify-content:center;place-items:center;display:grid}.Cards-module__D9W7EG__card{border-radius:22px;max-width:calc(100% - 24px);max-height:calc(100dvh - 24px);margin:0 auto}.Cards-module__D9W7EG__header{gap:12px;padding:16px 20px 12px}.Cards-module__D9W7EG__headerIcon{width:40px;height:40px}.Cards-module__D9W7EG__title{margin-bottom:4px;font-size:clamp(20px,5.5vw,25px)}.Cards-module__D9W7EG__message{font-size:clamp(15px,4.4vw,18px);line-height:1.4}.Cards-module__D9W7EG__body{gap:12px;padding:12px 20px}.Cards-module__D9W7EG__section{padding:12px 14px}.Cards-module__D9W7EG__sectionTitle{margin-bottom:8px;font-size:clamp(16px,4.6vw,19px)}.Cards-module__D9W7EG__listItem{font-size:clamp(15px,4.2vw,17px);line-height:1.4}.Cards-module__D9W7EG__bullet{width:22px;height:22px;font-size:11px}.Cards-module__D9W7EG__list{gap:8px}.Cards-module__D9W7EG__actions{gap:8px;padding:4px 20px 14px}.Cards-module__D9W7EG__btn{border-radius:12px;min-height:50px;padding:12px 16px;font-size:clamp(17px,4.8vw,21px)}.Cards-module__D9W7EG__btnSecondary{min-height:48px;padding:11px 16px;font-size:clamp(15px,4.2vw,18px)}}@media (max-width:380px){.Cards-module__D9W7EG__blockingOverlay,.Cards-module__D9W7EG__alertOverlay{padding:8px}.Cards-module__D9W7EG__card{max-width:calc(100% - 16px);max-height:calc(100dvh - 16px)}}.Cards-module__D9W7EG__toastContainer{top:max(16px, env(safe-area-inset-top));z-index:9000;pointer-events:none;flex-direction:column;gap:12px;max-width:calc(100dvw - 32px);display:flex;position:fixed;right:16px}.Cards-module__D9W7EG__toastContainer>*{pointer-events:auto}.Cards-module__D9W7EG__toast{box-sizing:border-box;border:1px solid var(--hub-border,#e2e6e7);background:linear-gradient(145deg,#fffffffa 0%,#f8fafcf5 100%);border-radius:14px;align-items:center;gap:13px;min-width:320px;max-width:460px;padding:14px 16px 14px 20px;animation:.25s cubic-bezier(.16,1,.3,1) Cards-module__D9W7EG__toastEnter;display:flex;position:relative;box-shadow:0 12px 32px #00000024,0 4px 10px #00000014}.Cards-module__D9W7EG__toast:before{content:"";background:var(--level-primary);border-radius:3px;width:3px;position:absolute;top:12px;bottom:12px;left:7px}@keyframes Cards-module__D9W7EG__toastEnter{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.Cards-module__D9W7EG__toastIcon{background:var(--level-bg-light);width:30px;height:30px;color:var(--level-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Cards-module__D9W7EG__toastContent{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.Cards-module__D9W7EG__toastTitle{color:#0f172af2;letter-spacing:-.01em;font-size:clamp(17px,1.6vw,19px);font-weight:700}.Cards-module__D9W7EG__toastMessage{color:#334155d9;font-size:clamp(15px,1.4vw,17px);font-weight:500;line-height:1.4}.Cards-module__D9W7EG__toastClose{color:#64748b99;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin:-6px -6px -6px 0;transition:all .15s;display:flex}.Cards-module__D9W7EG__toastClose:hover{color:#475569f2;background:#64748b1a}@media (max-width:480px){.Cards-module__D9W7EG__toastContainer{top:max(12px, env(safe-area-inset-top));left:12px;right:12px}.Cards-module__D9W7EG__toast{gap:10px;min-width:0;max-width:100%;padding:12px 14px}.Cards-module__D9W7EG__toastIcon{width:28px;height:28px}.Cards-module__D9W7EG__toastTitle{font-size:16px}.Cards-module__D9W7EG__toastMessage{font-size:14.5px}}@media (prefers-reduced-motion:reduce){.Cards-module__D9W7EG__card,.Cards-module__D9W7EG__toast,.Cards-module__D9W7EG__blockingOverlay,.Cards-module__D9W7EG__alertOverlay{animation:none!important}.Cards-module__D9W7EG__btnPrimary:hover:not(:disabled){transform:none!important}}.Cards-module__D9W7EG__supportFooter{text-align:center;border-top:1px solid #0891b21a;flex-direction:column;align-items:center;gap:8px;width:100%;margin-top:0;padding:12px 24px 16px;animation:.38s ease-out .2s both Cards-module__D9W7EG__supportFadeIn;display:flex}@keyframes Cards-module__D9W7EG__supportFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.Cards-module__D9W7EG__supportText{color:#475569d9;margin:0;font-size:clamp(13.5px,1.25vw,15px);font-weight:500;line-height:1.3}.Cards-module__D9W7EG__supportPillForm,.Cards-module__D9W7EG__supportPillMail{cursor:pointer;border:1.5px solid;border-radius:11px;align-items:center;gap:8px;padding:9px 15px;font-family:inherit;font-size:clamp(14.5px,1.3vw,16px);font-weight:700;text-decoration:none;transition:background .16s,border-color .16s,transform .16s;display:inline-flex}.Cards-module__D9W7EG__supportPillForm:hover,.Cards-module__D9W7EG__supportPillMail:hover{transform:translateY(-1px)}.Cards-module__D9W7EG__supportPillForm:active,.Cards-module__D9W7EG__supportPillMail:active{transform:translateY(0)}.Cards-module__D9W7EG__supportPillForm:focus-visible,.Cards-module__D9W7EG__supportPillMail:focus-visible{outline:2px solid var(--level-primary,#0e7490);outline-offset:3px}.Cards-module__D9W7EG__supportPillForm svg,.Cards-module__D9W7EG__supportPillMail svg{flex-shrink:0;width:15px;height:15px}.Cards-module__D9W7EG__supportPillForm{color:var(--level-primary,#0e7490);background:#0891b21a;border-color:#0891b252}.Cards-module__D9W7EG__supportPillForm:hover{background:#0891b22e;border-color:#0891b280}.Cards-module__D9W7EG__supportPillMail{color:#b45309;background:#d977061a;border-color:#d9770652}.Cards-module__D9W7EG__supportPillMail:hover{background:#d977062e;border-color:#d9770680}@media (max-width:480px){.Cards-module__D9W7EG__supportFooter{gap:7px;padding:10px 20px 14px}.Cards-module__D9W7EG__supportText{font-size:13px}.Cards-module__D9W7EG__supportPillForm,.Cards-module__D9W7EG__supportPillMail{padding:8px 14px;font-size:14px}}@media (prefers-reduced-motion:reduce){.Cards-module__D9W7EG__supportFooter{animation:none!important}.Cards-module__D9W7EG__supportPillForm:hover,.Cards-module__D9W7EG__supportPillMail:hover{transform:none!important}}
