* {
    padding: 0;
    margin: 0;
    user-select: none;
}

body {
    background: #efefef;
    font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 0.9);
}

.header {
    display: flex;
    padding: 0 32px;
    height: 60px;
    background: #050505;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 10;
}

.header-left {
    display: flex;
    gap: 16px;
}

.app-name {
    font-size: 24px;
}

.logo-icon {
    width: 36px;
    display: block;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.29);
}

.page-session {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #131b25, #131313);
    position: relative;
}

.page-session-content {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.phone {
    width: 260px;
    aspect-ratio: 1290/2796;
    position: relative;
    overflow: hidden;
    box-shadow: 8px 12px 32px -5px rgba(0, 0, 0, .3);
}

.phone-bg {
    position: absolute;
}

.phone-screen-img {
    width: 92% !important;
    margin: 0 auto;
    margin-top: 4%;
    border-radius: 18px;
}

.phone > img {
    display: block;
    width: 100%;
}

.app-into-top-container {
    display: flex;
    gap: 24px;
    align-items: center;
}

.app-into-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.app-download {
    display: flex;
    position: relative;
    z-index: 5;
    gap: 12px;
}

.download-btn {
    cursor: pointer;
    flex: 1;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0c89ff;
    border-radius: 8px;
    color: #fff;
    margin-top: 18px;
    gap: 8px;
}

.app-svg {
    width: 22px;
}

.android {
    background: #459f00;
}

.app-info-right, .app-info-left {
    display: flex;
    gap: 32px;
    align-items: center;
}

.app-into-top-logo {
    display: flex;
    gap: 24px;
    align-items: center;
    position: relative;
}

.app-into-top-desc {
    margin-top: 4px;
    font-size: 24px;
    letter-spacing: 6px;
    color: rgba(255, 255, 255, 0.51);
}

.app-into-top-logo-icon {
    width: 64px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.29);
}

.app-into-top-logo-app-name {
    font-size: 54px;
    line-height: 1;
    font-weight: bolder;
}

.app-info-title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0;
}

.app-info-title-left {
    gap: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.page-session-title {
    font-size: 40px;
    font-weight: bold;
}

.page-session-desc {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.51);
}

.footer {
    border-top: 1px solid #282828;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    flex-direction: column;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.51);
    line-height: 2;
    background: #171717;
}

a {
    color: rgba(255, 255, 255, 0.51) !important;
}

.copy-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.grid-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 0),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 0);
    background-size: 30px 30px;
    background-position: center;
}

.qr-code-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qrcode-btn {
    width: 160px;
    display: block;
    border-radius: 10px;
}

.link-icon {
    width: 60px;
    color: rgba(255, 255, 255, 0.51);
}