* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
}
img {
    max-width: 100%;
    height: auto;
}
body {
    background:
        radial-gradient(circle at 12% 8%, rgba(255, 0, 200, 0.45), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(123, 44, 255, 0.45), transparent 28%),
        linear-gradient(180deg, #100525 0%, #050210 100%);
    color: #e9dcff;
    font-family: system-ui, -apple-system, Helvetica, sans-serif;
    line-height: 1.7;
    padding-top: 54px;
    padding-bottom: 50px;
    min-height: 100vh;
}
.top-navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 54px;
    background: rgba(16, 5, 37, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:0 1px 12px rgba(123, 44, 255, 0.35);
    z-index:9998;
}
.nav-inner{
    max-width:640px;
    margin:0 auto;
    height:100%;
    display:flex;
    align-items:center;
    justify-content: space-around;
    padding:0 14px;
}
.nav-item{
    font-size:14.5px;
    color:#b89dff;
    text-decoration:none;
    padding:5px 10px;
    border-radius:8px;
    transition: 0.22s;
}
.nav-item.active{
    color:#ffffff;
    font-weight:600;
    background: linear-gradient(90deg, rgba(255, 0, 200, 0.32), rgba(123, 44, 255, 0.32));
}
.app-container {
    max-width: 640px;
    margin: 0 auto;
    padding: 16px;
}
.card {
    border-radius: 12px;
    padding: 22px 18px;
    margin-bottom: 18px;
    background: rgba(26, 11, 61, 0.86);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 0, 200, 0.12);
    box-shadow: 0 2px 18px rgba(123, 44, 255, 0.25);
}
.hero-section {
    position: relative;
    text-align: center;
    padding: 32px 18px 26px;
    background: rgba(26, 11, 61, 0.86);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 0, 200, 0.12);
    border-radius: 14px;
    margin-bottom: 18px;
    overflow: hidden;
    box-shadow: 0 2px 18px rgba(123, 44, 255, 0.25);
}
.hero-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg,#ff00c8,#7b2cff,#d240ff);
}
.security-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 0, 200, 0.18);
    color: #ff99dd;
    font-size: 12px;
    padding: 4px 11px;
    border-radius: 20px;
    font-weight: 500;
    z-index: 2;
    border: 1px solid rgba(255, 0, 200, 0.25);
}
.logo-area {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 8px;
    margin-top:10px;
}
.app-logo-img {
    border-radius: 14px;
    width: 74px;
    height: 74px;
    object-fit: cover;
    box-shadow: 0 0 22px rgba(255, 0, 200, 0.55);
    background: #1a0b3d;
}
.app-title h1 {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-shadow: 0 0 18px rgba(255, 0, 200, 0.45);
}
.app-subtitle {
    position: relative;
    z-index: 2;
    font-size: 14.5px;
    color:#b89dff;
    margin-top: 4px;
}
.hero-downloads {
    position: relative;
    z-index: 2;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.dl-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: linear-gradient(90deg, #ff00c8, #7b2cff);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    padding: 14px;
    font-size: 15.5px;
    font-weight: 600;
    transition: all 0.22s ease;
    min-height: 48px;
    box-shadow: 0 0 18px rgba(255, 0, 200, 0.45);
}
.dl-btn:active {
    transform: scale(0.97);
}
.dl-btn.secondary {
    background: rgba(255, 0, 200, 0.18);
    color: #ff99dd;
    border: 1px solid rgba(255, 0, 200, 0.25);
    box-shadow: 0 0 12px rgba(255, 0, 200, 0.25);
}
.dl-icon {
    width: 20px;
    height: 20px;
}
.dl-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}
.invite-section {
    padding: 22px 18px;
    background: rgba(26, 11, 61, 0.86);
}
.invite-header {
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 16px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 0 14px rgba(255, 0, 200, 0.45);
}
.invite-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    padding: 16px 18px;
    background: rgba(255, 0, 200, 0.18);
    border: 1px solid rgba(255, 0, 200, 0.25);
    border-radius: 12px;
}
.invite-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}
.invite-label {
    font-size: 15px;
    color: #d8b8ff;
}
.invite-code {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    letter-spacing:1.6px;
    text-shadow: 0 0 12px rgba(255, 0, 200, 0.55);
}
.copy-btn {
    background: linear-gradient(90deg, #ff00c8, #7b2cff);
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.22s ease;
    min-height: 40px;
    box-shadow: 0 0 12px rgba(255, 0, 200, 0.45);
}
.copy-btn:active {
    transform: scale(0.95);
}
.invite-tip {
    margin-top: 12px;
    font-size: 13px;
    color: #b89dff;
    text-align: center;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 18px;
}
.feature-item {
    padding: 16px 10px;
    background: rgba(26, 11, 61, 0.86);
    border: 1px solid rgba(255, 0, 200, 0.12);
    border-radius: 12px;
    text-align: center;
    box-shadow:0 2px 12px rgba(123, 44, 255, 0.25);
}
.feature-icon {
    width: 28px;
    height: 28px;
    margin: 0 auto 9px;
    color: #ff00c8;
    filter: drop-shadow(0 0 8px rgba(255, 0, 200, 0.55));
}
.feature-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}
.feature-title {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}
.feature-desc {
    font-size: 12.5px;
    color: #b89dff;
    margin-top: 4px;
}
.seo-content {
    padding: 22px 18px;
    line-height: 1.8;
    font-size: 14.5px;
    color: #d8b8ff;
    margin-bottom: 18px;
}
.seo-content h2 {
    margin: 18px 0 10px;
    color: #ffffff;
    font-size: 19px;
    text-shadow: 0 0 12px rgba(255, 0, 200, 0.45);
}
.seo-content h3 {
    margin:16px 0 8px;
    color:#ff99dd;
    font-size:16.5px;
}
.seo-content ul {
    padding-left: 24px;
}
.seo-content p {
    margin-bottom: 10px;
}
.friend-link {
    padding: 22px 18px;
}
.friend-link-title {
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 14px;
    font-weight: 700;
    text-shadow: 0 0 12px rgba(255, 0, 200, 0.45);
}
.friend-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.friend-list a {
    padding: 6px 14px;
    color: #ff99dd;
    text-decoration: none;
    border-radius: 8px;
    font-size: 13px;
    transition: 0.2s;
    background: rgba(255, 0, 200, 0.18);
    border: 1px solid rgba(255, 0, 200, 0.25);
}
.friend-list a:hover {
    background: rgba(255, 0, 200, 0.28);
}
.main-footer {
    text-align: center;
    font-size: 13px;
    color: #b89dff;
    padding: 12px 0;
}
#weixin-tip {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(16, 5, 37, 0.96);
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.weixin-box {
    text-align: center;
}
.weixin-box p {
    color: #e9dcff;
    font-size: 15px;
    margin-top: 20px;
    line-height: 1.75;
}
.toast {
    position: fixed;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    background: rgba(26, 11, 61, 0.96);
    color: #fff;
    padding: 12px 22px;
    border-radius: 10px;
    font-size: 14px;
    z-index: 99999;
    display: none;
    box-shadow: 0 0 18px rgba(255, 0, 200, 0.45);
}
#backTop {
    position: fixed;
    right: 16px;
    bottom: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(26, 11, 61, 0.92);
    border: 1px solid rgba(255, 0, 200, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: 0.24s ease;
    box-shadow: 0 0 18px rgba(255, 0, 200, 0.45);
}
#backTop.show {
    opacity: 1;
    visibility: visible;
}
#backTop svg {
    width: 21px;
    height: 21px;
    fill: #ff00c8;
    filter: drop-shadow(0 0 6px rgba(255, 0, 200, 0.65));
}
#backTop:active {
    transform: scale(0.92);
}
.safe-bottom {
    height:60px;
}
