h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}

/* Member billing */
.writer-account-page #content-container.billing-shell { padding-top: 34px; padding-bottom: 56px; }
.billing-shell .sidenav { border: 1px solid #e5ebe8; border-radius: 8px; overflow: hidden; box-shadow: 0 12px 35px rgba(24, 45, 37, .06); }
.billing-shell .sidenav .list-group-heading { color: #8a9691; font-weight: 700; letter-spacing: 0; }
.billing-shell .sidenav .list-group-item.active { border-left-color: #176b55; background: #edf7f3; }
.billing-shell .sidenav .list-group-item.active > a { color: #176b55; font-weight: 700; }
.billing-hero, .member-welcome { min-height: 154px; padding: 28px 32px; margin-bottom: 18px; color: #fff; background: #183c32; border-radius: 8px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.billing-kicker { display: block; color: #b9d4ca; font-size: 13px; font-weight: 700; margin-bottom: 5px; }
.billing-hero strong { display: block; font-size: 38px; line-height: 1.15; }
.billing-hero p { color: #c5d8d1; margin: 8px 0 0; }
.billing-workspace-link, .member-primary { flex: none; padding: 12px 17px; border-radius: 6px; background: #fff; color: #173c32; font-weight: 700; }
.billing-workspace-link:hover, .member-primary:hover { color: #176b55; background: #f0faf6; }
.billing-card { background: #fff; border: 1px solid #e2e9e6; border-radius: 8px; box-shadow: 0 14px 42px rgba(24, 45, 37, .07); }
.recharge-card, .records-card, .member-actions { padding: 28px 30px; }
.billing-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 28px; }
.billing-card-head h2 { font-size: 22px; line-height: 1.25; margin: 0 0 6px; color: #16231f; }
.billing-card-head p { color: #7b8783; margin: 0; }
.secure-badge { color: #176b55; background: #edf7f3; border-radius: 5px; padding: 7px 10px; font-size: 12px; font-weight: 700; }
.amount-label, .payment-title { display: block; color: #34433e; font-size: 13px; font-weight: 800; margin-bottom: 9px; }
.amount-input { height: 84px; border: 2px solid #176b55; background: #fbfefd; border-radius: 7px; display: flex; align-items: center; padding: 0 24px; box-shadow: 0 0 0 4px rgba(23, 107, 85, .07); }
.amount-input span { color: #176b55; font-size: 28px; font-weight: 800; margin-right: 12px; }
.amount-input input { min-width: 0; width: 100%; height: 70px; padding: 0; border: 0; outline: 0; background: transparent; color: #15241f; font-size: 42px; font-weight: 800; }
.quick-amounts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin: 14px 0 10px; }
.quick-amounts button { height: 40px; border: 1px solid #dce5e1; border-radius: 5px; background: #fff; color: #42504b; font-weight: 700; }
.quick-amounts button:hover, .quick-amounts button:focus { border-color: #176b55; color: #176b55; background: #f1f9f6; outline: 0; }
.amount-help { color: #83908b; font-size: 13px; margin-bottom: 26px; }
.amount-help strong { color: #176b55; }
.payment-methods { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.payment-method { position: relative; min-height: 76px; margin: 0; padding: 14px 42px 14px 14px; border: 1px solid #dde5e2; border-radius: 7px; display: flex; align-items: center; gap: 12px; cursor: pointer; transition: border-color .2s, background .2s; }
.payment-method input { position: absolute; opacity: 0; }
.payment-method:has(input:checked) { border-color: #176b55; background: #f2faf7; box-shadow: inset 0 0 0 1px #176b55; }
.pay-icon { width: 42px; height: 42px; border-radius: 6px; display: grid; place-items: center; font-size: 20px; }
.alipay .pay-icon { color: #1677ff; background: #eaf3ff; }
.wechat .pay-icon { color: #07c160; background: #eaf9f0; }
.payment-method strong, .payment-method small { display: block; }
.payment-method strong { color: #17231f; font-size: 15px; }
.payment-method small { color: #89938f; font-weight: 400; margin-top: 4px; }
.method-check { position: absolute; right: 15px; color: #cfd8d4; font-size: 18px; }
.payment-method:has(input:checked) .method-check { color: #176b55; }
.recharge-submit { width: 100%; height: 54px; border: 0; border-radius: 6px; margin-top: 24px; color: #fff; background: #176b55; font-size: 16px; font-weight: 800; box-shadow: 0 10px 22px rgba(23, 107, 85, .22); }
.recharge-submit:hover { background: #105843; }
.payment-empty { padding: 55px 20px; text-align: center; background: #f7faf9; border: 1px dashed #ccd9d4; border-radius: 7px; }
.payment-empty > i { display: block; color: #a3b0ab; font-size: 34px; margin-bottom: 13px; }
.payment-empty strong { color: #34433e; font-size: 17px; }
.payment-empty p { color: #8a9691; margin: 8px 0 0; }
.record-action { padding: 9px 13px; border: 1px solid #cddbd6; border-radius: 5px; color: #176b55; font-weight: 700; }
.record-table-wrap { overflow-x: auto; }
.record-table { width: 100%; border-collapse: collapse; }
.record-table th { padding: 11px 12px; border-bottom: 1px solid #dfe7e4; color: #7d8985; background: #f7faf9; font-size: 12px; text-align: left; white-space: nowrap; }
.record-table td { padding: 16px 12px; border-bottom: 1px solid #edf1ef; color: #46534f; vertical-align: middle; white-space: nowrap; }
.record-table td strong, .record-table td small { display: block; }
.record-table td strong { color: #26342f; }
.record-table td small { color: #98a29e; margin-top: 4px; }
.record-table .cost { color: #b24b3c; font-weight: 800; }
.order-no { font-family: SFMono-Regular, Consolas, monospace; font-size: 12px; }
.status-pill { display: inline-block; padding: 5px 9px; border-radius: 4px; font-size: 12px; font-weight: 700; background: #f0f2f1; color: #66726e; }
.status-pill.success, .status-pill.paid { color: #16734e; background: #e9f7f0; }
.status-pill.failed, .status-pill.closed { color: #a7473c; background: #fff0ee; }
.status-pill.pending { color: #8a650d; background: #fff8df; }
.pay-type i { margin-right: 4px; }
.pay-type.alipay { color: #1677ff; }
.pay-type.wxpay { color: #07994e; }
.empty-row { padding: 55px 10px !important; text-align: center; color: #98a39f !important; }
.billing-pagination { text-align: right; }
.return-notice { margin: -10px 0 18px; padding: 11px 13px; color: #795c13; background: #fff8df; border-radius: 5px; }
.member-welcome { min-height: 168px; }
.member-profile { display: flex; align-items: center; gap: 17px; }
.member-avatar { width: 66px; height: 66px; border: 3px solid rgba(255,255,255,.25); border-radius: 50%; overflow: hidden; flex: none; }
.member-avatar img { width: 100%; height: 100%; object-fit: cover; }
.member-profile span, .member-profile p { color: #bbd0c9; }
.member-profile h1 { color: #fff; font-size: 26px; margin: 3px 0 5px; }
.member-profile p { margin: 0; }
.member-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; margin-bottom: 18px; }
.member-stat { min-height: 130px; padding: 20px; border: 1px solid #e1e9e6; border-radius: 7px; background: #fff; display: flex; gap: 13px; box-shadow: 0 10px 28px rgba(24,45,37,.05); }
.member-stat .stat-icon { width: 38px; height: 38px; border-radius: 6px; display: grid; place-items: center; color: #176b55; background: #eaf6f1; flex: none; }
.member-stat small, .member-stat strong, .member-stat div > span, .member-stat a { display: block; }
.member-stat small { color: #87938e; }
.member-stat strong { color: #192722; font-size: 22px; margin: 5px 0; }
.member-stat div > span, .member-stat a { color: #8b9692; font-size: 12px; }
.member-stat a { color: #176b55; font-weight: 700; }
.member-action-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.member-action-grid > a { min-width: 0; padding: 15px; border: 1px solid #e4ebe8; border-radius: 6px; display: flex; align-items: center; gap: 12px; color: #25332e; }
.member-action-grid > a:hover { border-color: #b8d2c8; background: #f7fbf9; }
.member-action-grid .action-icon { width: 38px; height: 38px; border-radius: 6px; display: grid; place-items: center; color: #176b55; background: #eaf6f1; flex: none; }
.member-action-grid div { min-width: 0; flex: 1; }
.member-action-grid strong, .member-action-grid small { display: block; }
.member-action-grid small { margin-top: 3px; color: #8b9692; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.member-action-grid > a > .fa-angle-right { color: #a2aca8; }
@media (max-width: 991px) { .billing-shell { padding-top: 20px; } .member-stats { grid-template-columns: 1fr; } }
@media (max-width: 767px) {
    .billing-shell { padding: 12px 0 34px; }
    .billing-hero, .member-welcome { min-height: 0; padding: 22px 18px; border-radius: 0; align-items: flex-start; flex-direction: column; }
    .billing-hero strong { font-size: 32px; }
    .recharge-card, .records-card, .member-actions { padding: 22px 16px; border-left: 0; border-right: 0; border-radius: 0; }
    .billing-card-head { margin-bottom: 22px; }
    .amount-input { height: 74px; padding: 0 18px; }
    .amount-input input { height: 62px; font-size: 36px; }
    .quick-amounts { grid-template-columns: repeat(2, 1fr); }
    .payment-methods, .member-action-grid { grid-template-columns: 1fr; }
    .member-welcome .member-primary { width: 100%; text-align: center; }
    .member-stats { padding: 0 12px; }
    .records-card .billing-card-head { align-items: center; }
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
@media (min-width: 992px) {
  .user-center .avatar-text,
  .user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    font-size: 70px;
  }
  .user-center .avatar-img {
    font-size: 0;
  }
  .user-center .avatar-img img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
  }
}
.sidebar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .sidenav {
    position: fixed;
    top: 50px;
    z-index: 1029;
    height: calc(100vh - 50px);
    padding: 20px 0 20px 0;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
    left: -250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar-toggle {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 70px;
    border-radius: 50%;
    background: #eee;
    font-size: 22px;
    padding: 10px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 999999;
  }
}
body.sidebar-open .sidenav {
  left: 0;
  width: 250px;
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
body.sidebar-open .sidebar-toggle i:before {
  content: "\f00d";
}

/* Writer account surfaces */
.writer-account-page {
  color: #222936;
  background: #f4f5f8;
  font-family: "SF Pro SC", "PingFang SC", "Microsoft Yahei", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.writer-account-page .navbar-white {
  min-height: 64px;
  border: 0;
  border-bottom: 1px solid #e1e4e9;
  background: rgba(255,255,255,.97);
  box-shadow: none;
}
.writer-account-page .navbar-brand {
  height: 64px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #202633;
  font-size: 18px;
  font-weight: 750;
}
.writer-brand-mark {
  width: 31px;
  height: 31px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  border-radius: 7px;
  background: #5a46e8;
}
.writer-brand-mark .fa { font-size: 14px; }
.writer-account-page .navbar-nav > li > a {
  min-height: 64px;
  padding-top: 22px;
  color: #626a77;
  font-size: 13px;
}
.writer-account-page .navbar-nav > li > a:hover { color: #5a46e8; background: transparent; }
.writer-account-page .navbar-nav > li > .workspace-entry { color: #5a46e8; font-weight: 650; }
.writer-account-page .content {
  min-height: calc(100vh - 130px);
  padding-top: 20px;
}
.writer-account-page .login-section {
  width: min(430px, calc(100vw - 30px));
  margin: 58px auto 80px;
  overflow: hidden;
  border: 1px solid #e0e3e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(34,39,55,.09);
}
.writer-account-page .logon-tab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #e3e6eb;
  background: #fafbfc;
}
.writer-account-page .logon-tab > a {
  width: auto;
  padding: 20px 10px 17px;
  color: #8a909b;
  border: 0;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  font-weight: 650;
  text-align: center;
}
.writer-account-page .logon-tab > a.active {
  color: #5a46e8;
  border-bottom-color: #5a46e8;
  background: #fff;
}
.writer-account-page .login-main { padding: 29px 34px 32px; }
.writer-account-page .login-main .control-label {
  margin-bottom: 7px;
  color: #555d6a;
  font-size: 12px;
}
.writer-account-page .login-main .form-control {
  height: 42px;
  padding: 10px 12px;
  border-color: #dde1e7;
  border-radius: 5px;
  background: #fbfbfc;
  box-shadow: none;
}
.writer-account-page .login-main .form-control:focus {
  border-color: #a99ff1;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(90,70,232,.08);
}
.writer-account-page .login-main .btn-primary {
  border-color: #5a46e8;
  border-radius: 5px;
  background: #5a46e8;
}
.writer-account-page .login-main .btn-primary:hover { background: #4936cf; }
.writer-account-page .login-main .btn-default {
  color: #666e7b;
  border-color: #e0e3e8;
  border-radius: 5px;
  background: #f7f8fa;
}
.writer-account-page #content-container:not(:has(.login-section)) { padding-top: 38px; padding-bottom: 70px; }
.writer-account-page .panel { border-color: #e1e4e9; border-radius: 7px; box-shadow: 0 10px 35px rgba(34,39,55,.05); }
.writer-account-page .page-header { color: #252c38; font-size: 23px; font-weight: 700; }
.writer-account-page .btn-primary { border-color: #5a46e8; background: #5a46e8; }
.writer-account-page .footer { color: #9399a4; background: transparent; }

@media (max-width: 767px) {
  .writer-account-page #content-container.billing-shell { padding-top: 12px; padding-bottom: 34px; }
  .writer-account-page .navbar-brand { padding-left: 15px; }
  .writer-account-page .login-section { margin-top: 28px; }
  .writer-account-page .login-main { padding: 24px 22px 28px; }
}
/*# sourceMappingURL=user.css.map */
