@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    background: #121212;
    color: #ffffff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100vh;
    text-rendering: optimizeLegibility;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
}

#app {
    min-height: 100vh;
    min-height: 100dvh;
    background:
      radial-gradient(1200px 600px at 50% -10%, rgba(30, 215, 96, 0.07), transparent 60%),
      radial-gradient(800px 400px at 100% 100%, rgba(30, 215, 96, 0.035), transparent 55%),
      #121212;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 20px 40px;
    position: relative;
    overflow: hidden;
}

#app::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 1px 1px, rgba(255,255,255,0.018) 1px, transparent 0);
    background-size: 32px 32px;
    mix-blend-mode: overlay;
    opacity: 0.6;
}

.no-js-warn {
    position: fixed;
    inset: 0;
    background: #121212;
    color: #ff6b6b;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
    font-size: 16px;
    z-index: 99999;
}

._glO6w {
    position: fixed;
    top: -28%;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 620px;
    background: radial-gradient(ellipse at center, rgba(29,185,84,0.07) 0%, transparent 68%);
    pointer-events: none;
    filter: blur(2px);
}

._xK9m2 {
    width: 100%;
    max-width: 440px;
    background: linear-gradient(180deg, #1a1a1a 0%, #151515 100%);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 16px;
    padding: 48px 40px 40px;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.03) inset,
        0 0 0 1px rgba(255,255,255,0.02),
        0 40px 90px -10px rgba(0,0,0,0.7),
        0 10px 30px -8px rgba(0,0,0,0.55);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(10px);
}

._xK9m2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(30,215,96,0.22), transparent);
    border-radius: 16px 16px 0 0;
}

._tP4vL {
    margin: 0 0 12px;
    font-size: clamp(26px, 5.2vw, 30px);
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.6px;
    line-height: 1.18;
}

._sR8wQ {
    margin: 0 0 32px;
    font-size: 15px;
    color: #a7a7a7;
    line-height: 1.55;
    font-weight: 400;
}

._erR4t {
    padding: 14px 16px;
    border-radius: 10px;
    background: rgba(239,68,68,0.07);
    border: 1px solid rgba(239,68,68,0.22);
    margin-bottom: 22px;
    font-size: 13px;
    color: #f87171;
    font-weight: 500;
    line-height: 1.55;
}

._okB2x {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 10px;
    background: rgba(30,215,96,0.07);
    border: 1px solid rgba(30,215,96,0.22);
    margin-bottom: 28px;
}

._okT4w {
    font-size: 14px;
    font-weight: 600;
    color: #1ed760;
    line-height: 1.5;
}

._rcH9s {
    margin: 0 0 32px;
    display: flex;
    justify-content: flex-start;
}

._rcH9s > div {
    transform-origin: left center;
}

#_rec_widget > div,
#_rec_widget > iframe {
    border-radius: 8px !important;
    height: 78px !important;
    width: 304px !important;
    border: 1px solid #525252;
    overflow: hidden;
}

._bN6pD {
    width: 100%;
    padding: 17px 24px;
    border-radius: 999px;
    background: #1ed760;
    color: #000000;
    border: none;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition:
        transform 120ms ease,
        background 140ms ease,
        box-shadow 140ms ease,
        filter 140ms ease;
    font-family: inherit;
    text-transform: uppercase;
    margin-bottom: 4px;
    user-select: none;
}

._bN6pD:hover:not(:disabled) {
    background: #1fdf64;
    transform: translateY(-1px) scale(1.01);
    filter: brightness(1.05);
}

._bN6pD:active:not(:disabled) {
    transform: translateY(0) scale(0.995);
    filter: brightness(0.96);
}

._bN6pD:focus-visible:not(:disabled) {
    outline: 2px solid #1ed760;
    outline-offset: 3px;
}

._bN6pD:disabled {
    background: #2a2a2a;
    color: rgba(255,255,255,0.2);
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

._bN6pD._cx_rdy {
    background: #1ed760;
    color: #000;
    opacity: 1;
    cursor: pointer;
    animation: _btP 260ms ease;
}

._prW3c {
    height: 3px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    overflow: hidden;
    margin-bottom: 28px;
}

._pfV8r {
    height: 100%;
    width: 0%;
    border-radius: 999px;
    background: linear-gradient(90deg, #1db954, #1ed760);
    box-shadow: 0 0 10px rgba(30, 215, 96, 0.45);
}

._stR2k {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 10px;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.05);
    margin-bottom: 32px;
}

._spM4x {
    display: inline-flex;
    flex-shrink: 0;
}

._srY7q {
    animation: _as7 0.9s linear infinite;
    flex-shrink: 0;
}

._st_tx {
    font-size: 14px;
    font-weight: 500;
    color: #e6e6e6;
    transition: color 0.3s ease;
}

._dvN9h {
  margin-top: 12px;
    height: 1px;
    background: rgba(255,255,255,0.05);
    margin-bottom: 22px;
}

._fT9vB {
    margin: 0;
    font-size: 12.5px;
    color: #727272;
    line-height: 1.6;
    font-weight: 400;
}

._dtS5e {
    margin-top: 22px;
    font-size: 10.5px;
    color: #2e2e2e;
    text-align: center;
    letter-spacing: 0.06em;
    z-index: 1;
    text-transform: uppercase;
}

@keyframes _as7 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes _fd {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes _fi {
    from { opacity: 0; transform: translateY(18px) scale(0.99); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes _pr {
    0% { transform: scale(0.95); opacity: 0.6; }
    50% { transform: scale(1.05); opacity: 0.3; }
    100% { transform: scale(0.95); opacity: 0.6; }
}

@keyframes _btP {
    0%   { box-shadow: 0 0 0 0 rgba(30, 215, 96, 0.45); }
    100% { box-shadow: 0 0 0 10px rgba(30, 215, 96, 0); }
}

@keyframes _shA {
    0%,100% { transform: translateX(0); }
    15%     { transform: translateX(-6px); }
    30%     { transform: translateX(6px); }
    45%     { transform: translateX(-4px); }
    60%     { transform: translateX(4px); }
    75%     { transform: translateX(-2px); }
    90%     { transform: translateX(2px); }
}

._shk {
    animation: _shA 420ms cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.animate-fade-in {
    animation: _fi 620ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.animate-pulse-ring {
    animation: _pr 2.4s ease-in-out infinite;
}

@media (max-width: 420px) {
    ._xK9m2 {
        padding: 40px 24px 32px;
        border-radius: 14px;
    }
    ._tP4vL {
        font-size: 24px;
    }
    ._bN6pD {
        padding: 16px 20px;
        font-size: 14.5px;
    }
}
