.gszj-local-page {
    min-height: 100vh;
    max-width: 480px;
    margin: 0 auto;
    background: #f6f7f8;
    color: #323233;
    padding-bottom: 76px;
    position: relative;
}

.gzl-head {
    height: 46px;
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-bottom: 1px solid #ebedf0;
}

.gzl-head-green {
    height: 59px;
    background: #07c160;
    border-bottom: 0;
    color: #fff;
}

.gzl-head-green .gzl-back {
    color: #fff;
    height: 59px;
    line-height: 55px;
}

.gzl-top-seg {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gzl-top-seg a {
    min-width: 86px;
    height: 42px;
    border-radius: 14px 14px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    text-decoration: none;
}

.gzl-top-seg a.active {
    background: #fff;
    color: #07c160;
}

.gzl-back {
    position: absolute;
    left: 12px;
    top: 0;
    height: 46px;
    line-height: 42px;
    font-size: 31px;
    color: #323233;
    text-decoration: none;
}

.gzl-title {
    font-size: 18px;
    font-weight: 700;
    color: #07c160;
}

.gzl-head-link {
    position: absolute;
    right: 12px;
    top: 0;
    height: 46px;
    display: flex;
    align-items: center;
    color: #07c160;
    font-size: 14px;
    text-decoration: none;
    border: 0;
    background: transparent;
}

.gzl-link-btn {
    cursor: pointer;
}

.gzl-main {
    padding: 10px 10px 14px;
}

.gzl-master-home {
    padding-top: 0;
}

.gzl-lottery-switch {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 56px;
    background: #fff;
    margin: 0 -10px 10px;
    border-bottom: 1px solid #e5e5e5;
}

.gzl-lottery-switch a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #111;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
}

.gzl-lottery-switch a.active {
    color: #07c160;
}

.gzl-lottery-switch a.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 52px;
    height: 4px;
    border-radius: 3px;
    background: #07c160;
    transform: translateX(-50%);
}

.gzl-login-card,
.gzl-master-login,
.gzl-notice,
.gzl-stats,
.gzl-category-grid,
.gzl-master-strip,
.gzl-detail,
.gzl-comments,
.gzl-publish,
.gzl-profile-card,
.gzl-rank-list {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}

.gzl-login-card {
    padding: 18px 18px 20px;
}

.gzl-master-login {
    padding: 12px 14px;
}

.gzl-hello h1 {
    margin: 0 0 6px;
    font-size: 42px;
    line-height: 1.1;
}

.gzl-hello p {
    margin: 0 0 18px;
    color: #969799;
    font-size: 15px;
}

.gzl-hello span {
    color: #07c160;
}

.gzl-login-btn,
.gzl-submit {
    width: 100%;
    min-height: 44px;
    border-radius: 22px;
    border: 0;
    background: #07c160;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.gzl-login-outline {
    width: 100%;
    min-height: 42px;
    border-radius: 22px;
    border: 1px solid #07c160;
    color: #07c160;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
}

.gzl-user {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    margin-bottom: 14px;
}

.gzl-user img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin-right: 12px;
    object-fit: cover;
    background: #e8f4fc;
}

.gzl-user strong {
    display: block;
    font-size: 18px;
}

.gzl-user span {
    display: block;
    color: #969799;
    margin-top: 4px;
    font-size: 13px;
}

.gzl-notice {
    padding: 10px 12px;
    color: #07c160;
    font-size: 14px;
    line-height: 1.5;
}

.gzl-notice a {
    color: inherit;
    text-decoration: none;
}

.gzl-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 12px 0;
    text-align: center;
}

.gzl-stats strong {
    display: block;
    color: #07c160;
    font-size: 20px;
}

.gzl-stats span {
    color: #969799;
    font-size: 13px;
}

.gzl-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 12px;
}

.gzl-category {
    display: flex;
    align-items: center;
    color: #323233;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.gzl-category i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #e8f8ee;
    color: #07c160;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-style: normal;
    font-weight: 800;
}

.gzl-rank-icons {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    background: #fff;
    border-radius: 0;
    margin: 0 -10px 8px;
    padding: 14px 16px 10px;
}

.gzl-rank-icon {
    flex: 0 0 66px;
    text-align: center;
    color: #111;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
}

.gzl-rank-icon i {
    width: 46px;
    height: 46px;
    margin: 0 auto 6px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    box-shadow: 0 4px 9px rgba(0,0,0,.14);
}

.gzl-rank-icon.pink i { background: linear-gradient(135deg,#ff7bd7,#d51fd6); }
.gzl-rank-icon.purple i { background: linear-gradient(135deg,#9b6cff,#5c32d8); border-radius: 50%; }
.gzl-rank-icon.green i { background: linear-gradient(135deg,#5ff08a,#09c85d); }
.gzl-rank-icon.red i { background: linear-gradient(135deg,#ff7458,#e63b22); }
.gzl-rank-icon.blue i { background: linear-gradient(135deg,#5fd6ff,#1ba9e8); }
.gzl-rank-icon.gold i { background: linear-gradient(135deg,#ffd45a,#f59e0b); }

.gzl-ad-banner {
    height: 52px;
    margin: 0 0 8px;
    border: 1px solid #f6c44e;
    border-radius: 6px;
    background: linear-gradient(90deg,#fff7d4,#fff,#ffe39a);
    display: flex;
    align-items: center;
    padding: 0 8px;
    overflow: hidden;
}

.gzl-ad-banner div {
    flex: 1;
    min-width: 0;
    color: #e60012;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 800;
}

.gzl-ad-banner div span {
    display: block;
    color: #d09100;
}

.gzl-ad-banner em {
    flex: 0 0 52px;
    height: 34px;
    margin-left: 4px;
    border-radius: 8px;
    background: linear-gradient(180deg,#2edb76,#07c160);
    color: #fff;
    font-style: normal;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gzl-section-title {
    height: 42px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
}

.gzl-section-title a {
    color: #07c160;
    font-size: 13px;
    text-decoration: none;
}

.gzl-master-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 0 12px 12px;
}

.gzl-master-strip-49 {
    border-radius: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.gzl-master {
    flex: 0 0 74px;
    text-align: center;
    color: #323233;
    text-decoration: none;
    font-size: 12px;
}

.gzl-master img,
.gzl-post-author img,
.gzl-rank-item img,
.gzl-comment img,
.gzl-profile-card img {
    object-fit: cover;
    background: #e8f4fc;
}

.gzl-master img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 6px;
}

.gzl-tabs {
    position: sticky;
    top: 46px;
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border-radius: 0;
    margin-bottom: 10px;
    overflow: hidden;
}

.gzl-tabs button {
    border: 0;
    background: #fff;
    padding: 12px 0;
    font-size: 15px;
    color: #646566;
}

.gzl-tabs button.active {
    color: #07c160;
    font-weight: 800;
}

.gzl-board-section {
    background: #fff;
    margin: 0 -10px 10px;
    padding-top: 10px;
}

.gzl-board-section h2 {
    display: inline-flex;
    min-width: 70px;
    height: 38px;
    padding: 0 14px;
    margin: 0 0 6px;
    align-items: center;
    justify-content: center;
    background: #07c160;
    color: #fff;
    border-radius: 0 19px 19px 0;
    font-size: 19px;
}

.gzl-board-row {
    display: grid;
    grid-template-columns: 28px 48px 1fr 116px;
    gap: 8px;
    align-items: center;
    min-height: 72px;
    padding: 8px 12px 8px 8px;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #ebedf0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(7, 193, 96, 0.12);
}

.gzl-board-row:active {
    background: #f7f8fa;
}

.gzl-medal {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #edf3ff;
    color: #39f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 900;
}

.gzl-medal::before {
    content: "🏅";
    position: absolute;
    transform: translate(-6px,-9px);
    font-size: 15px;
}

.gzl-board-row img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    background: #e8f4fc;
}

.gzl-board-main {
    min-width: 0;
}

.gzl-board-main div {
    display: flex;
    align-items: center;
    gap: 4px;
}

.gzl-board-main strong {
    font-size: 16px;
    max-width: 104px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gzl-board-main span {
    color: #f00;
    border: 1px solid #f00;
    border-radius: 5px;
    padding: 0 3px;
    font-size: 12px;
}

.gzl-board-main p {
    margin: 5px 0 0;
    font-size: 13px;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gzl-board-side {
    text-align: right;
    font-size: 12px;
    color: #111;
}

.gzl-board-side span,
.gzl-board-side b {
    display: block;
    font-weight: 400;
}

.gzl-board-side b {
    margin-top: 8px;
    color: #f00;
    font-size: 13px;
}

.gzl-search {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.gzl-search input {
    flex: 1;
    height: 38px;
    border: 0;
    border-radius: 19px;
    background: #fff;
    padding: 0 14px;
    font-size: 14px;
}

.gzl-search button {
    width: 64px;
    border: 0;
    border-radius: 19px;
    background: #07c160;
    color: #fff;
}

.gzl-post-card {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 10px;
}

.gzl-post-author,
.gzl-author-left {
    display: flex;
    align-items: center;
}

.gzl-author-left {
    flex: 1;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.gzl-post-author img,
.gzl-comment img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.gzl-post-author strong {
    display: block;
    font-size: 15px;
}

.gzl-post-author span {
    display: block;
    color: #969799;
    font-size: 12px;
    margin-top: 2px;
}

.gzl-follow-btn {
    border: 1px solid #07c160;
    color: #07c160;
    background: #fff;
    border-radius: 14px;
    padding: 5px 10px;
    font-size: 13px;
}

.gzl-follow-btn.is-on {
    color: #969799;
    border-color: #dcdfe6;
}

.gzl-post-card h3 {
    margin: 10px 0 6px;
    font-size: 17px;
    line-height: 1.35;
}

.gzl-post-card p {
    margin: 0;
    color: #646566;
    font-size: 14px;
    line-height: 1.55;
}

.gzl-post-cover {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-top: 10px;
}

.gzl-post-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    color: #969799;
    font-size: 13px;
}

.gzl-post-meta .tag {
    color: #07c160;
    background: #e8f8ee;
    border-radius: 10px;
    padding: 2px 8px;
}

.gzl-tip {
    text-align: center;
    color: #969799;
    padding: 12px 0;
    font-size: 13px;
}

.gzl-fab {
    position: fixed;
    left: calc(50% + 168px);
    bottom: 90px;
    z-index: 60;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #07c160;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(7,193,96,.35);
}

@media (max-width: 480px) {
    .gzl-fab {
        left: auto;
        right: 16px;
    }
}

.gzl-detail,
.gzl-comments {
    padding: 12px;
}

.gzl-detail h1 {
    font-size: 22px;
    line-height: 1.35;
    margin: 14px 0 10px;
}

.gzl-detail-content {
    font-size: 16px;
    line-height: 1.75;
    color: #323233;
    word-break: break-word;
}

.gzl-detail-images img {
    display: block;
    width: 100%;
    border-radius: 8px;
    margin-top: 10px;
}

.gzl-actions {
    display: flex;
    gap: 8px;
    margin-top: 14px;
}

.gzl-actions button {
    flex: 1;
    border: 1px solid #ebedf0;
    background: #fff;
    border-radius: 18px;
    min-height: 36px;
    color: #646566;
}

.gzl-actions button.is-on {
    color: #07c160;
    border-color: #07c160;
}

.gzl-comment {
    display: flex;
    padding: 10px 0;
    border-top: 1px solid #f2f3f5;
}

.gzl-comment strong {
    font-size: 14px;
}

.gzl-comment p {
    margin: 4px 0;
    line-height: 1.55;
}

.gzl-comment span {
    color: #969799;
    font-size: 12px;
}

.gzl-comment-form {
    display: flex;
    gap: 8px;
    padding-top: 10px;
    border-top: 1px solid #f2f3f5;
}

.gzl-comment-form input {
    flex: 1;
    border: 1px solid #ebedf0;
    border-radius: 18px;
    height: 36px;
    padding: 0 12px;
}

.gzl-comment-form button {
    width: 64px;
    border: 0;
    border-radius: 18px;
    background: #07c160;
    color: #fff;
}

.gzl-publish {
    padding: 14px;
}

.gzl-publish label {
    display: block;
    margin-bottom: 14px;
}

.gzl-publish label span {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
}

.gzl-publish input,
.gzl-publish select,
.gzl-publish textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ebedf0;
    border-radius: 8px;
    padding: 10px;
    font-size: 15px;
}

.gzl-profile-card {
    padding: 18px;
    text-align: center;
}

.gzl-profile-card > img {
    width: 78px;
    height: 78px;
    border-radius: 50%;
}

.gzl-profile-card h1 {
    margin: 8px 0 4px;
    font-size: 22px;
}

.gzl-profile-card p {
    margin: 0 0 12px;
    color: #969799;
}

.gzl-profile-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 12px 0;
}

.gzl-profile-stats strong {
    display: block;
    color: #07c160;
}

.gzl-rank-list {
    overflow: hidden;
}

.gzl-rank-item {
    display: flex;
    align-items: center;
    padding: 12px;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #f2f3f5;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(7, 193, 96, 0.12);
}

.gzl-rank-item:active {
    background: #f7f8fa;
}

.gzl-rank-item em {
    width: 26px;
    font-style: normal;
    font-weight: 800;
    color: #07c160;
}

.gzl-rank-item img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-right: 10px;
}

.gzl-rank-item div {
    flex: 1;
    min-width: 0;
}

.gzl-rank-item strong,
.gzl-rank-item span {
    display: block;
}

.gzl-rank-item span {
    color: #969799;
    font-size: 12px;
    margin-top: 3px;
}

.gzl-rank-item b {
    color: #07c160;
    font-size: 13px;
}

.gzl-prediction-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 12px 0;
    font-size: 13px;
    color: #646566;
}

.gzl-prediction-stats span:first-child {
    color: #ee0a24;
    font-weight: 700;
}

.gzl-forecast-list {
    margin-top: 16px;
}

.gzl-forecast-item {
    padding: 12px 0;
    border-top: 1px solid #f2f3f5;
}

.gzl-forecast-item h3 {
    margin: 0 0 6px;
    font-size: 16px;
}

.gzl-forecast-meta,
.gzl-forecast-result,
.gzl-forecast-status {
    margin: 6px 0 0;
    font-size: 13px;
    color: #969799;
}

.gzl-forecast-result {
    color: #07c160;
}
