/* app-creative.min.css */
.modal-header {
    padding: 6px 12px !important;
}
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:focus,
.btn-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
body, .wrapper, .content-page {
    overflow: visible;
}

@font-face {
	font-family: usaxhj;
	src: url(../fonts/larcms.otf) format("opentype");
	font-weight: 400
}

body[data-leftbar-compact-mode=condensed] {
    min-height: 0;
}
body[data-layout=topnav] .content-page {
    padding: 0!important;
    min-height: 0;
}


.page-title-right {
     /* display: block !important; */
    float: right !important;
    margin-top: 17px !important;
}
@media screen and (max-width: 380px) {
    .app-search {
        width: 160px;
    }
}

.hyper-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px 0;
    line-height: 16px;
    border-top: 1px solid rgba(152,166,173,.2);
    color: #98a6ad;
}

.hyper-footer a {
    color: #919ca7;
}


@media screen and (min-width: 769px) {
    .hyper-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
}

.buy-btn {
    color: #ffffff;
    width: 100%;
    padding: 10px 10px;
    font-size: 15px;
    background: #2679ff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.buy-btn:hover {
     background: #003bc4;
}

.kami-link {
    color: #005fff;
    text-decoration: underline;
}
.kami-sep {
    color: #cbcbcb; /* 只有横线灰色 */
}

.chaxun {
    color: #ffffff;
    min-width: 96px;
    padding: 7px 10px;
    font-size: 14px;
    background: #2679ff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.chaxun:hover {
    background: #004bbf;
}

/* Home Page */
i.fas,
i.far,
i.fa-solid,
i.fa-regular {
  color: #fff; /* 白色 */
  margin-right: 2px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) 
}

/* modal-dialog */
.modal-body img {
    max-width: 100%;
    height: auto;
}
@media screen and (min-width: 1330px) {
    .modal-dialog {
        max-width: 900px !important;
    }
}
@media screen and (max-width: 1330px) {
    .modal-dialog {
        max-width: 700px !important;
    }
}


.nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}
.nav-list::-webkit-scrollbar {
    display: none; 
}
@media screen and (min-width: 769px) {
    .tab-link {
        min-width: 90px;
    }
}
/* 移动端分类导航：自适应屏幕大小 */
@media screen and (max-width: 769px) {
    .nav-list {
        gap: 6px;
        padding: 0 4px;
    }
    .nav-list .tab-link {
        flex: 0 0 calc((100% - 24px) / 5);
        min-width: 0;
        padding: 8px 6px;
        font-size: 12px;
        text-align: center;
        border-radius: 8px;
    }
    .nav-list .tab-link .tab-title {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .nav-list .divider {
        display: none;
    }
}
/* 中等手机屏幕：一排显示4个 */
@media screen and (max-width: 480px) {
    .nav-list .tab-link {
        flex: 0 0 calc((100% - 18px) / 4);
        padding: 9px 6px;
        font-size: 13px;
        border-radius: 8px;
    }
}
/* 小手机屏幕：一排显示3个 */
@media screen and (max-width: 360px) {
    .nav-list .tab-link {
        flex: 0 0 calc((100% - 12px) / 3);
        padding: 10px 8px;
        font-size: 13px;
        border-radius: 8px;
    }
}

.home-card {
    font-size: 14px;
    display: flex;
    border-radius: 9px;
    background-color: #fff;
}
.category {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 0 10px rgba(116, 116, 116, 0.1);
}  

.category:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 3px 12px 0 rgb(88 121 142 / 20%);
  cursor: pointer;
}

/* header */
.header-navbar {
    height: 70px;
    background-color: #fff;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}
.header-flex {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-title {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    color: #333;
    margin-left: 10px;
    vertical-align: middle;
    font-family: usaxhj,pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
}

/* 移动端导航栏自适应 */
@media screen and (max-width: 576px) {
    .header-navbar {
        height: auto;
        min-height: 60px;
        padding: 8px 0;
    }
    .header-flex {
        height: auto;
        min-height: 50px;
        flex-wrap: nowrap;
        gap: 10px;
    }
    .topnav-logo {
        flex: 1;
        min-width: 0;
        max-width: 50%;
        display: flex;
        align-items: center;
    }
    .topnav-logo img {
        flex-shrink: 0;
        height: 32px !important;
    }
    .logo-title {
        font-size: 16px;
        margin-left: 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }
    .header-flex > .d-flex {
        flex-shrink: 0;
        gap: 8px;
    }
    .header-navbar .btn-sm {
        padding: 6px 12px;
        font-size: 13px;
        white-space: nowrap;
    }
    .header-navbar .dropdown {
        margin-right: 8px !important;
    }
    .header-navbar .dropdown-toggle {
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* 超小屏幕进一步优化 */
@media screen and (max-width: 380px) {
    .topnav-logo {
        max-width: 45%;
    }
    .logo-title {
        font-size: 15px;
        margin-left: 6px;
    }
    .header-navbar .btn-sm {
        padding: 5px 10px;
        font-size: 12px;
    }
    .header-navbar .dropdown-toggle {
        max-width: 80px;
    }
}

.price {
    vertical-align: middle;
    color: #ff553d; 

}


/* max-width: 769px 以下（手机） */
@media screen and (max-width: 769px) {
    .hyper-wrapper {
        display: inline;
        /*grid-gap: 12px;
        gap: 20px;*/
    }
    .home-card {
        padding: 12px;
        margin-bottom: 18px;
        align-items: flex-start;
        position: relative;
        flex-direction: row;
    }
    .home-img {
        max-width: 80px;
        margin-right: 12px;
        border-radius: 0.85rem;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    }
    
    span.tips {
    font-size: 12px;
    color: #767676;
    position: relative;
    top: -8px;
}

    .biaoti {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: -1px;
}
    .flex {
        display: flex;
        flex-direction: column;
    }
    .name {
        font-size: 14px;
    	display: -webkit-box;
        -webkit-line-clamp: 2;
    	-webkit-box-orient: vertical;
    	overflow: hidden;
    	text-align: left;
    	font-family: usaxhj,pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
    }
    .price b {
        font-size: 16px;
        margin-left: 2px;
    }
    
.zidong {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    padding: 2px 7px;
    border-radius: 3px;
    margin-top: 20px;
    color: #ffffff;
    background-color: #72ccc0;
    }
.rengong {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    padding: 2px 7px;
    border-radius: 3px;
    margin-top: 20px;
    color: #ffffff;
    background-color: #f4a47e;
    }


.kucun {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    padding: 2px 7px;
    margin: 0px 4px;
    border-radius: 3px;
    margin-right: 3px;
    color: #ffffff;
    background-color: #89a0e9;
    }

  
.dibu {
  position: absolute;
  left: 105px;
  bottom: 10px;
}
    
    
}

/* min-width: 769px 以上（平板） */
@media screen and (min-width: 769px) {
    .hyper-wrapper {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-gap: 12px;
    }
    .home-card {
        padding: 20px;
        flex-direction: column;
    }
    .home-img {
        max-width: 88%;

    }
    .flex {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
    }
    .name {
        font-size: 16px;
        min-height: 42px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-family: usaxhj,pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
        overflow: hidden;
    }
    .price b {
        font-size: 22px;
        margin-left: 2px;
    }
}

/* min-width: 951px 以上（桌面） */
@media screen and (min-width: 989px) {
    .hyper-wrapper {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-gap: 20px;
    }
    .home-card {
        padding: 14px;
        position: relative;
    }
    .home-img {
        width: 100px;
        border-radius: 18px;
        height: 100px;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);

    }
    
    .biaoti {
    margin-left: -5px;
    }
    
    span.tips {
    margin-left: 120px;
    font-size: 12px;
    color: #767676;

    }
    
    .zidong {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    color: #ffffff;
    background-color: #72ccc0;
    }

    .rengong {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    color: #ffffff;
    background-color: #f4a47e;
    }
    
  .kucun {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    margin: 0 5px 0 4px;
    color: #ffffff;
    background-color: #89a0e9;
    }

   
 .dibu {
  position: absolute;
  left: 132px;
  bottom: 11px;
    }   
    
    .flex {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
    }
.name {
       font-size: 15px;
       min-height: 42px;
       margin: -101px 0px 0px 125px;
       display: -webkit-box;
       -webkit-line-clamp: 2;
       -webkit-box-orient: vertical;
       overflow: hidden;
       font-family: usaxhj,pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
    }

    .price b {
    font-size: 18px;
    margin-left: 2px;
    }
}

.buy-shop {
color: #415468;
}

.geetest_holder.geetest_wind {
    width: 100% !important;
    min-width: 100% !important;
}
.buy-product img {
    max-width:100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
}
@media screen and (min-width: 769px) {
    .buy-grid {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 12px;
    }
    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 12px;
    }
    .buy-shop {
        grid-column: span 2 / span 2;
    }
    .buy-product {
        grid-column: span 4 / span 4;
    }
}
/* pay-type */
@media screen and (min-width: 1330px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,200px));
        grid-gap: 12px;
    }
}
@media screen and (min-width: 380px) {
    .pay-grid {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2,minmax(0,300px));
        grid-gap: 12px;
    }
}
@media screen and (max-width: 380px) {
    .pay-grid {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(1,minmax(0,300px));
        grid-gap: 6px;
    }
}
.pay-type {
    width: 100%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #969696;
    transition: all 0.2s ease; 
}
.pay-type:hover {
    color: #3c4b50;
    font-weight: 700;
    transform: scale(0.98); 
    background: #d5d5d5;
}

.pay-type.active {
    color: #3c4b50;
    font-weight: 700;
    background: #d5d5d5;
    transition: background 0.3s ease;
    /* cursor: default; */
    /* pointer-events: none; */  /* 禁用悬停和点击事件 */
    /* transform: none !important; */  /* 防止缩放 */
}
.buy-price {
    color: #ff2600;
    text-shadow: 1px 1px 1px rgb(255 255 255 / 30%);
}

/* Orderinfo Page */

.orderinfo-grid {
    display: grid;
    grid-template-columns: auto;
}
@media screen and (min-width: 769px) {
    .orderinfo-card-grid {
        display: grid;
        grid-template-columns: repeat(6,minmax(0,1fr));
        grid-gap: 12px;
    }
    .orderinfo-info {
        grid-column: span 2 / span 2;
    }
    .orderinfo-kami {
        grid-column: span 4 / span 4;
    }
}
@media screen and (max-width: 769px) {
    .orderinfo-info {
        display: grid;
        justify-content: start;
    }
}
.textarea-kami {
    height: 125px;
    color: #e54f07;
}
.kami-btn {
    margin-top: 6px;
    float: right;
    color: #2679ff;
    padding: 6px 15px;
    font-size: 14px;
    border: 1px solid #2679ff;
}

/* Footer */
.back-to-top {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 99;
}
#back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 44px;
    height: 44px;
}

.tab-link {
    font-size: 15px;
    padding: 8px 14px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #415468;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.3px;
}

.tab-link::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tab-link:hover {
    color: #4f46e5;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-color: #93c5fd;
    box-shadow: 0 4px 12px rgba(79,70,229,.15), 0 2px 4px rgba(79,70,229,.1);
    transform: translateY(-2px);
}

.tab-link:hover::before {
    opacity: 0.5;
}

.tab-link.active {
    color: #fff;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(102,126,234,.4), 0 2px 6px rgba(102,126,234,.2);
    transform: translateY(-1px);
}

.tab-link.active::before {
    opacity: 0;
}

.tab-link.active:hover {
    box-shadow: 0 6px 20px rgba(102,126,234,.5), 0 3px 8px rgba(102,126,234,.25);
    transform: translateY(-3px);
}
.img-checkmark img {
    width: 36px;
}
.tab-link.active .img-checkmark {
    display: block;
}
.img-checkmark {
    position: absolute;
    opacity: 0.8;
    right: -6px;
    bottom: -12px;
    display: none;
}

.wrapper { 
    min-height: 80vh; 
}
.btn-order {
    border-top-right-radius: .45rem;
    border-bottom-right-radius: .45rem;
    border-top-left-radius: 0;
    height: 42px;
    width: 90px;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}

/* 支付宝 */
div.btn.pay-type[data-type="alipay"] {
    background-color: #0a9bfd;
    color: white;
}
/* 微信支付 */
div.btn.pay-type[data-type="wxpay"] {
    background-color: #09bb5e;
    color: white;
}
/* USDT支付 */
div.btn.pay-type[data-type="tokenpay-usdt-trc"] {
    background-color: #40cbb4;
    color: white;
}
/* TRX支付  */
div.btn.pay-type[data-type="tokenpay-trx"] {
    background-color: #e41738;
    color: white;
}
/* USDT支付 */
div.btn.pay-type[data-type="tokenpay-usdt-matic"] {
    background-color: #8a2ee2;
    color: white;
}
/* 备用支付宝 */
div.btn.pay-type[data-type="alipay2"] {
    background-color: #0a9bfd;
    color: white;
}
/* 支付宝 PC */
div.btn.pay-type[data-type="aliweb"] {
    background-color: #0a9bfd;
    color: white;
}
/* 码支付支付宝 */
div.btn.pay-type[data-type="mzfb"] {
    background-color: #0a9bfd;
    color: white;
}
/* 当面付支付宝 */
div.btn.pay-type[data-type="zfbf2f"] {
    background-color: #0a9bfd;
    color: white;
}
/* 码支付微信 */
div.btn.pay-type[data-type="mwx"] {
    background-color: #09bb5e;
    color: white;
}
/* 微信扫码 */
div.btn.pay-type[data-type="wescan"] {
    background-color: #09bb5e;
    color: white;
}

div.btn.pay-type[data-type="alipay"]:hover,
div.btn.pay-type[data-type="alipay2"]:hover,
div.btn.pay-type[data-type="aliweb"]:hover,
div.btn.pay-type[data-type="mzfb"]:hover,
div.btn.pay-type[data-type="zfbf2f"]:hover {
    background-color: #087fc3; /* 深蓝色 */
    color: white; /* 文字保持白色 */
}

div.btn.pay-type[data-type="wxpay"]:hover,
div.btn-pay[data-type="mwx"]:hover,
div.btn-pay[data-type="wescan"]:hover {
    background-color: #078c4a; /* 深绿色 */
    color: white;
}

div.btn.pay-type[data-type="tokenpay-usdt-trc"]:hover {
    background-color: #329b8b; /* 深青绿色 */
    color: white;
}

div.btn.pay-type[data-type="tokenpay-trx"]:hover {
    background-color: #b70f2a; /* 深红色 */
    color: white;
}

div.btn.pay-type[data-type="tokenpay-usdt-matic"]:hover {
    background-color: #5d0ea8; /* 深青绿色 */
    color: white;
}

div.btn.pay-type {
    transition: background-color 0.3s ease;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#accordion .panel{
		    border: none;
		    margin: 0 0 15px 0px;
		}
		#accordion .panel-heading{
		    padding: 0;
		    border-radius: 30px;
		}
		#accordion .panel-title a{
		    display: block;
		    padding: 10px 20px 10px 40px;
		    background: #3bc3ba;
		    font-size: 16px;
		    font-weight: 600;
		    color: #fff;
		    border: 1px solid transparent;
		    border-radius: 8px;
		    position: relative;
		    transition: all 0.3s ease 0s;
		}

		#accordion .panel-title a.collapsed{
		    background: #fff;
		    color: #2884ff;
		    border: 1px solid #2884ff;
		}
		#accordion .panel-title a:after,
		#accordion .panel-title a.collapsed:after{
		    content: "\f107";
		    font-family: fontawesome;
		    width: 55px;
		    height: 55px;
		    line-height: 55px;
		    border-radius: 50%;
		    font-size: 25px;
		    color: #fff;
		    text-align: center;
		    position: absolute;
		    top: -8px;
            left: -4px;
		    transition: all 0.3s ease 0s;
		}
		#accordion .panel-title a.collapsed:after{
    color: #2884ff;
    box-shadow: none;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
		}
		#accordion .panel-body{
		    font-size: 14px;
		    line-height: 25px;
		    border-top: none;
		}
		#accordion .panel-body p{
		    padding-left: 2px;
		    /* border-left: 1px dashed #8c8c8c; */
		}

/* 导航栏按钮样式优化 */
.header-navbar .btn-primary {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    border-radius: 8px !important;
    font-weight: 500;
}

.header-navbar .btn-primary:hover {
    background-color: #0b5ed7 !important;
    border-color: #0a58ca !important;
}

.header-navbar .btn-primary:active,
.header-navbar .btn-primary:focus {
    background-color: #0a58ca !important;
    border-color: #0a53be !important;
}

/* 个人中心英雄区 */
.profile-hero {
    background: linear-gradient(135deg, #0d6efd 0%, #4da3ff 60%, #93c5fd 100%);
    box-shadow: 0 10px 20px rgba(13,110,253,.15);
}

/* 统计卡片细节 */
.card.shadow-sm.rounded-3.border-primary {
    border-color: #0d6efd !important;
}
.card.shadow-sm.rounded-3:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(13,110,253,.18);
    transition: all .2s ease;
}

/* 左侧菜单激活态优化 */
.list-group-item.active {
    background: linear-gradient(135deg, #0d6efd 0%, #4da3ff 100%);
    border-color: #0d6efd;
}
.list-group-item.active, .list-group-item.active i {
    color: #fff !important;
}

/* Glassmorphism cards */
.glass-card {
    background: rgba(255,255,255,.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(13,110,253,.20);
    box-shadow: 0 8px 24px rgba(13,110,253,.12);
    border-radius: 12px;
    overflow: hidden;
}

/* Modern card header */
.card-header.modern {
    background: transparent;
    border-bottom: 1px solid rgba(13,110,253,.18);
}

/* Tech glow for cards */
.glow-card {
    position: relative;
    border: 1px solid rgba(13,110,253,.35);
    box-shadow: 0 0 20px rgba(13,110,253,.12), inset 0 0 10px rgba(255,255,255,.35);
    border-radius: 12px;
    overflow: hidden;
}
.glow-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(13,110,253,.35), rgba(77,163,255,.25), rgba(147,197,253,.15));
    mix-blend-mode: lighten;
}

/* Hero subtle animated overlay */
.profile-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(ellipse at 20% 20%, rgba(255,255,255,.15), transparent 35%),
                      radial-gradient(ellipse at 80% 0%, rgba(255,255,255,.10), transparent 40%),
                      linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,0));
    opacity: .6;
    pointer-events: none;
}
.profile-hero { position: relative; overflow: hidden; border-radius: 12px; border: 1px solid rgba(255,255,255,.25); }
.profile-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0, rgba(255,255,255,.08) 1px, transparent 1px, transparent 14px),
                      repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0, rgba(255,255,255,.06) 1px, transparent 1px, transparent 14px);
    opacity: .18;
    pointer-events: none;
}


/* Hero subtitle pill */
.profile-hero .hero-subtitle { margin-top: 4px; }
.profile-hero .subtitle-pill {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
    color: #fff;
    border: 1px solid rgba(255,255,255,.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 4px 12px rgba(13,110,253,.25);
    transition: all .2s ease;
}
.profile-hero .subtitle-pill i { margin-right: 4px; vertical-align: middle; }
.profile-hero .subtitle-pill:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(13,110,253,.35); }

/* ========== 用户中心现代化美化 ========== */

/* 整体页面背景 */
.user-center-bg {
    background: linear-gradient(180deg, #f0f5ff 0%, #f8fafc 100%);
    min-height: 100vh;
}

/* 左侧菜单卡片优化 */
.user-sidebar {
    background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
    border: 1px solid rgba(13,110,253,.12);
    box-shadow: 0 10px 40px rgba(13,110,253,.08);
    transition: all .3s ease;
}
.user-sidebar:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 50px rgba(13,110,253,.12);
}

/* 头像容器优化 */
.avatar-wrapper {
    position: relative;
    display: inline-block;
}
.avatar-wrapper::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d6efd, #4da3ff, #93c5fd);
    z-index: 0;
    animation: avatar-glow 3s ease-in-out infinite;
}
.avatar-wrapper img {
    position: relative;
    z-index: 1;
    border: 3px solid #fff !important;
}
@keyframes avatar-glow {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.02); }
}

/* 菜单项优化 */
.user-menu .list-group-item {
    border: none;
    border-radius: 10px !important;
    margin-bottom: 6px;
    padding: 12px 16px;
    font-weight: 500;
    transition: all .25s ease;
    background: transparent;
}
.user-menu .list-group-item:hover {
    background: linear-gradient(135deg, rgba(13,110,253,.08), rgba(77,163,255,.05));
    transform: translateX(4px);
}
.user-menu .list-group-item.active {
    background: linear-gradient(135deg, #0d6efd 0%, #4da3ff 100%);
    color: #fff;
    box-shadow: 0 8px 20px rgba(13,110,253,.25);
}
.user-menu .list-group-item.active i {
    color: #fff !important;
}
.user-menu .list-group-item i {
    font-size: 18px;
    margin-right: 8px;
    transition: transform .2s ease;
}
.user-menu .list-group-item:hover i {
    transform: scale(1.1);
}

/* 英雄区增强 */
.profile-hero-enhanced {
    background: linear-gradient(135deg, #0d6efd 0%, #3d8bfd 40%, #6ea8fe 80%, #9ec5fe 100%);
    border-radius: 16px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(13,110,253,.25);
}
.profile-hero-enhanced::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.15), transparent 70%);
    animation: hero-float 6s ease-in-out infinite;
}
.profile-hero-enhanced::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: 10%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.1), transparent 60%);
    animation: hero-float 8s ease-in-out infinite reverse;
}
@keyframes hero-float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(20px, -20px); }
}
.profile-hero-enhanced h4 {
    font-size: 1.6rem;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,.15);
}
.profile-hero-enhanced .hero-icon {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.3);
    box-shadow: 0 8px 20px rgba(0,0,0,.1);
}

/* 统计卡片3D效果 */
.stat-card-3d {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid rgba(13,110,253,.1);
    box-shadow: 0 4px 20px rgba(13,110,253,.08);
    transition: all .3s cubic-bezier(.4,0,.2,1);
    position: relative;
    overflow: hidden;
}
.stat-card-3d::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0d6efd, #4da3ff, #6ea8fe);
}
.stat-card-3d:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 20px 40px rgba(13,110,253,.15);
}
.stat-card-3d .stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 12px;
}
.stat-card-3d .stat-icon.blue {
    background: linear-gradient(135deg, rgba(13,110,253,.1), rgba(77,163,255,.15));
    color: #0d6efd;
}
.stat-card-3d .stat-icon.green {
    background: linear-gradient(135deg, rgba(25,135,84,.1), rgba(40,167,69,.15));
    color: #198754;
}
.stat-card-3d .stat-icon.orange {
    background: linear-gradient(135deg, rgba(255,193,7,.1), rgba(253,126,20,.15));
    color: #fd7e14;
}
.stat-card-3d .stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
}
.stat-card-3d .stat-label {
    color: #64748b;
    font-size: 13px;
}

/* 现代卡片样式 */
.modern-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(13,110,253,.08);
    box-shadow: 0 4px 24px rgba(13,110,253,.06);
    overflow: hidden;
    transition: all .3s ease;
}
.modern-card:hover {
    box-shadow: 0 12px 40px rgba(13,110,253,.12);
}
.modern-card .card-header {
    background: linear-gradient(135deg, #f8faff 0%, #fff 100%);
    border-bottom: 1px solid rgba(13,110,253,.08);
    padding: 16px 20px;
}
.modern-card .card-header h5 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-weight: 600;
    color: #1e293b;
}
.modern-card .card-header h5 i {
    font-size: 22px;
    color: #0d6efd;
}
.modern-card .card-body {
    padding: 20px;
}

/* 表单输入框优化 */
.modern-input {
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 14px;
    transition: all .25s ease;
    background: #f8fafc;
}
.modern-input:focus {
    border-color: #0d6efd;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(13,110,253,.1);
    outline: none;
}
.modern-input::placeholder {
    color: #94a3b8;
}

/* 按钮优化 */
.btn-modern {
    padding: 12px 28px;
    border-radius: 12px;
    font-weight: 600;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    position: relative;
    overflow: hidden;
}
.btn-modern.btn-primary {
    background: linear-gradient(135deg, #0d6efd 0%, #3d8bfd 100%);
    border: none;
    box-shadow: 0 8px 20px rgba(13,110,253,.3);
}
.btn-modern.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(13,110,253,.4);
}
.btn-modern.btn-primary:active {
    transform: translateY(0);
}

/* 表格美化 */
.modern-table {
    border-collapse: separate;
    border-spacing: 0;
}
.modern-table thead th {
    background: linear-gradient(135deg, #f8faff 0%, #f1f5f9 100%);
    border: none;
    padding: 14px 16px;
    font-weight: 600;
    color: #475569;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.modern-table thead th:first-child {
    border-radius: 10px 0 0 10px;
}
.modern-table thead th:last-child {
    border-radius: 0 10px 10px 0;
}
.modern-table tbody tr {
    transition: all .2s ease;
}
.modern-table tbody tr:hover {
    background: rgba(13,110,253,.03);
}
.modern-table tbody td {
    padding: 14px 16px;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
}

/* 徽章优化 */
.badge-modern {
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.3px;
}
.badge-modern.success {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    color: #065f46;
}
.badge-modern.warning {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #92400e;
}
.badge-modern.info {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #1e40af;
}
.badge-modern.danger {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    color: #991b1b;
}
.badge-modern.secondary {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    color: #475569;
}

/* 分站信息卡片 */
.reseller-card {
    background: linear-gradient(135deg, #fff 0%, #f8faff 100%);
    border-radius: 14px;
    border: 1px solid rgba(13,110,253,.12);
    padding: 20px;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}
.reseller-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0d6efd, #4da3ff);
}
.reseller-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(13,110,253,.12);
}
.reseller-card .domain-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: linear-gradient(135deg, rgba(13,110,253,.08), rgba(77,163,255,.05));
    border-radius: 8px;
    color: #0d6efd;
    font-weight: 500;
    transition: all .2s ease;
}
.reseller-card .domain-link:hover {
    background: linear-gradient(135deg, rgba(13,110,253,.15), rgba(77,163,255,.1));
    transform: translateX(4px);
}

/* 结算说明卡片 */
.settle-info-card {
    background: linear-gradient(135deg, #fefce8 0%, #fef9c3 100%);
    border: 1px solid rgba(234,179,8,.2);
    border-radius: 12px;
    padding: 16px;
}
.settle-info-card.satisfied {
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    border-color: rgba(34,197,94,.2);
}

/* 空状态优化 */
.empty-state {
    padding: 60px 20px;
    text-align: center;
}
.empty-state .empty-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #94a3b8;
}
.empty-state .empty-title {
    font-size: 18px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 8px;
}
.empty-state .empty-desc {
    color: #94a3b8;
    margin-bottom: 20px;
}

/* 移动端优化 */
@media (max-width: 768px) {
    .profile-hero-enhanced {
        padding: 20px;
        border-radius: 12px;
    }
    .profile-hero-enhanced h4 {
        font-size: 1.3rem;
    }
    .stat-card-3d {
        padding: 16px;
        border-radius: 12px;
    }
    .stat-card-3d .stat-value {
        font-size: 1.25rem;
    }
    .modern-card {
        border-radius: 12px;
    }
    .mobile-nav-pills {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 16px;
        padding-bottom: 4px;
    }
    .mobile-nav-pills .nav-pill {
        flex: 1 1 auto;
        min-width: calc(50% - 4px);
        padding: 10px 12px;
        border-radius: 10px;
        background: #fff;
        border: 1px solid #e2e8f0;
        color: #64748b;
        font-weight: 500;
        font-size: 13px;
        transition: all .2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        text-align: center;
    }
    .mobile-nav-pills .nav-pill.active {
        background: linear-gradient(135deg, #0d6efd, #3d8bfd);
        border-color: transparent;
        color: #fff;
        box-shadow: 0 4px 12px rgba(13,110,253,.25);
    }
    .mobile-nav-pills .nav-pill i {
        font-size: 16px;
    }
}

/* 动画类 */
.fade-in-up {
    animation: fadeInUp .5s ease forwards;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stagger-1 { animation-delay: .1s; }
.stagger-2 { animation-delay: .2s; }
.stagger-3 { animation-delay: .3s; }
.stagger-4 { animation-delay: .4s; }
