.index-module-scss-module__kaxC8G__container{background:var(--gradient);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:fixed;inset:0;overflow:hidden}.index-module-scss-module__kaxC8G__container:before{content:"";background-image:radial-gradient(circle at 20%,#3b82f614 0%,#0000 50%),radial-gradient(circle at 80% 80%,#9333ea14 0%,#0000 50%);animation:8s ease-in-out infinite index-module-scss-module__kaxC8G__breathe;position:absolute;inset:0}@keyframes index-module-scss-module__kaxC8G__breathe{0%,to{opacity:.3}50%{opacity:.6}}.index-module-scss-module__kaxC8G__card{-webkit-backdrop-filter:blur(40px)saturate(180%);backdrop-filter:blur(40px)saturate(180%);text-align:center;z-index:1;opacity:0;background:#fffffffa;border:1px solid #ffffff2e;border-radius:32px;width:100%;max-width:580px;padding:4rem 3.5rem;transition:all .7s cubic-bezier(.16,1,.3,1);position:relative;transform:translateY(30px)scale(.92);box-shadow:0 25px 50px -12px #0006,inset 0 0 0 1px #ffffff1a,inset 0 -1px #0000000d}.index-module-scss-module__kaxC8G__card.index-module-scss-module__kaxC8G__visible{opacity:1;transform:translateY(0)scale(1)}.index-module-scss-module__kaxC8G__card:before{content:"";border-radius:32px 32px 0 0;width:60%;height:4px;transition:all .5s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:50%;transform:translate(-50%)}.index-module-scss-module__kaxC8G__card[data-variant=error]:before{background:linear-gradient(90deg,#0000 0%,#ef4444 50%,#0000 100%)}.index-module-scss-module__kaxC8G__card[data-variant=success]:before{background:linear-gradient(90deg,#0000 0%,#10b981 50%,#0000 100%)}.index-module-scss-module__kaxC8G__card[data-variant=warning]:before{background:linear-gradient(90deg,#0000 0%,#f59e0b 50%,#0000 100%)}.index-module-scss-module__kaxC8G__card[data-variant=info]:before{background:linear-gradient(90deg, transparent 0%, var(--main) 50%, transparent 100%)}@media (max-width:640px){.index-module-scss-module__kaxC8G__card{border-radius:28px;padding:3rem 2rem}}.index-module-scss-module__kaxC8G__iconWrapper{justify-content:center;margin-bottom:2.5rem;animation:1s cubic-bezier(.16,1,.3,1) .2s backwards index-module-scss-module__kaxC8G__floatIn;display:flex}@keyframes index-module-scss-module__kaxC8G__floatIn{0%{opacity:0;transform:translateY(-30px)scale(.8)}to{opacity:1;transform:translateY(0)scale(1)}}.index-module-scss-module__kaxC8G__iconBackground{justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.index-module-scss-module__kaxC8G__iconBackground:before{content:"";-webkit-mask-composite:xor;opacity:.5;border-radius:50%;padding:3px;animation:8s linear infinite index-module-scss-module__kaxC8G__rotate;position:absolute;inset:0;-webkit-mask-composite:xor;mask-composite:exclude}.index-module-scss-module__kaxC8G__iconBackground:after{content:"";border-radius:50%;transition:all .4s;position:absolute;inset:8px}.index-module-scss-module__kaxC8G__iconBackground[data-variant=error]:before{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.index-module-scss-module__kaxC8G__iconBackground[data-variant=error]:after{background:linear-gradient(135deg,#fef2f2 0%,#fef2f266 100%)}.index-module-scss-module__kaxC8G__iconBackground[data-variant=success]:before{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.index-module-scss-module__kaxC8G__iconBackground[data-variant=success]:after{background:linear-gradient(135deg,#ecfdf5 0%,#ecfdf566 100%)}.index-module-scss-module__kaxC8G__iconBackground[data-variant=warning]:before{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}.index-module-scss-module__kaxC8G__iconBackground[data-variant=warning]:after{background:linear-gradient(135deg,#fffbeb 0%,#fffbeb66 100%)}.index-module-scss-module__kaxC8G__iconBackground[data-variant=info]:before{background:linear-gradient(135deg, var(--main) 0%, var(--main) 100%)}.index-module-scss-module__kaxC8G__iconBackground[data-variant=info]:after{background:linear-gradient(135deg,#eff6ff 0%,#eff6ff66 100%)}@keyframes index-module-scss-module__kaxC8G__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:640px){.index-module-scss-module__kaxC8G__iconBackground{width:100px;height:100px}}.index-module-scss-module__kaxC8G__icon{z-index:1;stroke-width:2.5px;filter:drop-shadow(0 4px 8px #00000026);width:52px;height:52px;animation:3s ease-in-out infinite index-module-scss-module__kaxC8G__iconFloat;position:relative}.index-module-scss-module__kaxC8G__icon[data-variant=error]{color:#dc2626}.index-module-scss-module__kaxC8G__icon[data-variant=success]{color:#059669}.index-module-scss-module__kaxC8G__icon[data-variant=warning]{color:#d97706}.index-module-scss-module__kaxC8G__icon[data-variant=info]{color:var(--main)}@keyframes index-module-scss-module__kaxC8G__iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:640px){.index-module-scss-module__kaxC8G__icon{width:44px;height:44px}}.index-module-scss-module__kaxC8G__code{letter-spacing:.5px;border-radius:12px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;transition:all .3s;animation:.8s cubic-bezier(.16,1,.3,1) .3s backwards index-module-scss-module__kaxC8G__slideUp;display:inline-flex}.index-module-scss-module__kaxC8G__code[data-variant=error]{color:#dc2626;background:#fef2f2;border:1.5px solid #ef444433;box-shadow:0 2px 8px #ef44441f}.index-module-scss-module__kaxC8G__code[data-variant=success]{color:#059669;background:#ecfdf5;border:1.5px solid #10b98133;box-shadow:0 2px 8px #10b9811f}.index-module-scss-module__kaxC8G__code[data-variant=warning]{color:#d97706;background:#fffbeb;border:1.5px solid #f59e0b33;box-shadow:0 2px 8px #f59e0b1f}.index-module-scss-module__kaxC8G__code[data-variant=info]{color:#2563eb;background:#eff6ff;border:1.5px solid #3b82f633;box-shadow:0 2px 8px #3b82f61f}.index-module-scss-module__kaxC8G__code:hover{transform:translateY(-2px)}@keyframes index-module-scss-module__kaxC8G__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.index-module-scss-module__kaxC8G__divTitle{flex-direction:column;justify-content:center;align-items:center;margin-bottom:.75rem;animation:.8s cubic-bezier(.16,1,.3,1) .4s backwards index-module-scss-module__kaxC8G__slideUp;display:flex}.index-module-scss-module__kaxC8G__title{color:#0f172a;letter-spacing:-.03em;text-shadow:0 1px 2px #0000000d;margin:0;font-size:2.25rem;font-weight:800;line-height:1.2;position:relative}@media (max-width:1025px){.index-module-scss-module__kaxC8G__title{font-size:1.875rem}}@media (max-width:640px){.index-module-scss-module__kaxC8G__title{font-size:1.625rem}}.index-module-scss-module__kaxC8G__description{color:#475569;max-width:480px;margin:0 auto 2.5rem;font-size:1.0625rem;font-weight:400;line-height:1.75;animation:.8s cubic-bezier(.16,1,.3,1) .5s backwards index-module-scss-module__kaxC8G__slideUp}.index-module-scss-module__kaxC8G__description p{margin:.75rem 0}.index-module-scss-module__kaxC8G__description a{color:#3b82f6;font-weight:600;text-decoration:none;transition:color .3s;position:relative}.index-module-scss-module__kaxC8G__description a:after{content:"";transform-origin:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);width:100%;height:2px;transition:transform .3s;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.index-module-scss-module__kaxC8G__description a:hover{color:#2563eb}.index-module-scss-module__kaxC8G__description a:hover:after{transform-origin:0;transform:scaleX(1)}@media (max-width:640px){.index-module-scss-module__kaxC8G__description{font-size:1rem}}.index-module-scss-module__kaxC8G__actions{flex-direction:column;gap:1rem;margin-top:2.5rem;animation:.8s cubic-bezier(.16,1,.3,1) .6s backwards index-module-scss-module__kaxC8G__slideUp;display:flex}@media (min-width:640px){.index-module-scss-module__kaxC8G__actions{flex-direction:row;justify-content:center;gap:1rem}}@media (max-width:1366px){.index-module-scss-module__kaxC8G__container{background:var(--gradient,linear-gradient(135deg, #0f172a 0%, #1e293b 100%));padding:0}.index-module-scss-module__kaxC8G__container:before{opacity:.4}.index-module-scss-module__kaxC8G__container .index-module-scss-module__kaxC8G__card{width:100vw;max-width:100%;min-height:100vh;box-shadow:none;background:#fffffffa;border:none;border-radius:0;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.index-module-scss-module__kaxC8G__container .index-module-scss-module__kaxC8G__card:before{display:none}}@media (max-width:640px){.index-module-scss-module__kaxC8G__container .index-module-scss-module__kaxC8G__card{padding:2.5rem 1.5rem}.index-module-scss-module__kaxC8G__iconBackground:before{animation:12s linear infinite index-module-scss-module__kaxC8G__rotate}}
