:root{
    --bg:#f6f8fb;
    --card:#ffffff;
    --text:#202833;
    --muted:#7b8492;
    --blue:#3f7cff;
    --blue2:#2367f6;
    --dark:#1e2e40;
    --line:#eef2f7;
    --soft:#f7f8fb;
    --safe-bottom:env(safe-area-inset-bottom,0px);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"PingFang SC","Microsoft YaHei",sans-serif;background:#fff;color:var(--text);padding-bottom:calc(86px + var(--safe-bottom));-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}.site-shell{min-height:100vh;background:#fff;overflow:hidden}.site-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:rgba(255,255,255,.97);backdrop-filter:blur(16px);border-bottom:1px solid rgba(238,240,245,.86)}.brand{display:flex;align-items:center;gap:10px;min-width:0}.brand-logo{width:38px;height:38px;border-radius:13px;background:#f0f5ff;display:grid;place-items:center;position:relative}.brand-logo:before{content:"";position:absolute;width:22px;height:22px;border-radius:7px;background:linear-gradient(135deg,var(--blue),#8bb2ff);transform:rotate(-8deg)}.brand-logo i{position:relative;z-index:1;width:8px;height:8px;border-radius:99px;background:#fff;box-shadow:0 0 0 5px rgba(255,255,255,.28)}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-text b{font-size:18px;font-weight:760;letter-spacing:-.03em;color:#1f2937}.brand-text em{font-size:11px;font-style:normal;color:#6b7280;letter-spacing:.08em;margin-top:3px}.header-actions{display:flex;align-items:center;gap:14px}.login-btn{height:38px;display:inline-flex;align-items:center;padding:0 16px;border:1px solid rgba(63,124,255,.52);border-radius:8px;color:var(--blue);font-weight:700;background:#fff}.user-avatar-btn{width:44px;height:44px;padding:0;border:1px solid rgba(191,213,255,.92);border-radius:999px;overflow:hidden;justify-content:center;box-shadow:0 10px 22px rgba(63,124,255,.10);background:linear-gradient(135deg,#f4f8ff,#ffffff)}.user-avatar-btn img{width:100%;height:100%;object-fit:cover;display:block}.user-avatar-btn span{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#e9f1ff,#5d8cff);color:#fff;font-size:18px;font-weight:800;letter-spacing:-.02em}.menu-btn{width:34px;height:34px;border:0;background:transparent;display:grid;gap:5px;padding:6px;cursor:pointer}.menu-btn span{height:3px;background:#1f2937;border-radius:99px}.mobile-menu{position:absolute;left:18px;right:18px;top:64px;display:none;grid-template-columns:repeat(2,1fr);gap:10px;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 18px 45px rgba(15,23,42,.10)}.mobile-menu.show{display:grid}.mobile-menu a{padding:12px;border-radius:12px;background:#f7f9fc;color:#374151;font-weight:650;text-align:center}.hero-banner{position:relative;margin:0;overflow:hidden;background:linear-gradient(135deg,#f9fbff 0%,#edf4ff 55%,#ffffff 100%);padding:42px 26px 30px}.hero-banner:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(63,124,255,.065) 1px,transparent 1px),linear-gradient(0deg,rgba(63,124,255,.045) 1px,transparent 1px);background-size:22px 22px;opacity:.72}.hero-copy{position:relative;z-index:2}.hero-kicker{display:block;color:#173967;font-size:15px;font-weight:760;letter-spacing:.03em;margin-bottom:12px}.hero-copy h1{font-size:32px;line-height:1.12;margin:0;letter-spacing:-.055em;color:#11243f;font-weight:820}.hero-copy p{margin:16px 0 0;font-size:15px;line-height:1.72;color:#4a5b70;max-width:340px}.hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.hero-tags span{padding:7px 13px;border:1px solid rgba(191,213,255,.96);border-radius:999px;background:#eef5ff;color:#1f6fff;font-size:12px;font-weight:760;box-shadow:0 6px 16px rgba(63,124,255,.08)}.hero-board{position:relative;z-index:1;height:126px;margin-top:18px}.hero-device{position:absolute;right:14px;top:0;width:120px;height:116px;border:10px solid #11243f;border-radius:28px;transform:rotate(-7deg);background:#fff}.hero-device:before{content:"";position:absolute;left:18px;right:18px;top:20px;height:8px;border-radius:999px;background:#e6eeff;box-shadow:0 22px 0 #e6eeff,0 44px 0 #e6eeff}.hero-window{position:absolute;z-index:2;border-radius:18px;background:#fff;padding:13px 16px;box-shadow:0 15px 35px rgba(15,23,42,.12);min-width:155px}.hero-window b{display:block;font-size:15px;line-height:1.1;color:#1f2937}.hero-window span{display:block;margin-top:7px;font-size:12px;color:#667085}.hero-window.main{left:0;top:4px}.hero-window.dark{right:26px;bottom:0;background:#10233d}.hero-window.dark b{color:#fff}.hero-window.dark span{color:rgba(255,255,255,.68)}.section{padding:48px 26px 0;scroll-margin-top:74px}.section-title{text-align:center;margin-bottom:28px}.section-title h2{display:inline-flex;align-items:center;gap:10px;margin:0;color:#2b3037;font-size:29px;line-height:1.12;font-weight:800;letter-spacing:-.04em}.section-title span:before,.section-title span:after{content:"";display:inline-block;width:11px;height:11px;border-radius:3px;background:#3f7cff;opacity:.86;box-shadow:8px 8px 0 rgba(63,124,255,.20)}.section-title span{display:inline-block;margin-right:15px}.section-title em{display:block;margin-top:8px;color:#8a8f99;font-size:16px;font-style:normal}.adv-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.adv-card{position:relative;min-height:132px;border-radius:16px;padding:22px 18px;overflow:hidden;color:#fff}.adv-card.blue{background:linear-gradient(135deg,#3447eb,#3f7cff)}.adv-card.dark{background:#1d2d40}.adv-card h3{margin:0;font-size:21px;line-height:1.18;font-weight:560;letter-spacing:-.035em}.adv-card p{margin:14px 0 0;color:rgba(255,255,255,.72);font-size:14px;line-height:1.5}.adv-card i{display:none}.brand-intro-section{padding-top:52px}.brand-intro-panel{margin:0 -26px;background:#f3f4f6;padding:26px 28px 30px}.brand-intro-row{position:relative;display:grid;grid-template-columns:14px 1fr;gap:12px;align-items:start;max-width:380px;margin:0 auto}.brand-intro-row+.brand-intro-row{margin-top:14px}.brand-intro-row i{width:5px;height:5px;border-radius:99px;background:#2b3037;margin-top:10px}.brand-intro-row p{margin:0;color:#3f4650;font-size:16px;line-height:1.82;letter-spacing:-.015em;text-align:left}.brand-intro-row b{font-weight:720;color:#202833}
.product-section{padding-top:56px}.project-tabs{display:flex;gap:24px;align-items:center;justify-content:flex-start;overflow-x:auto;padding:0 0 17px;margin-top:-2px;scrollbar-width:none}.project-tabs::-webkit-scrollbar{display:none}.project-tabs button{position:relative;border:0;background:transparent;padding:0 0 11px;white-space:nowrap;color:#2b3037;font-size:20px;font-weight:650;letter-spacing:-.035em}.project-tabs button.active{color:var(--blue);font-weight:720}.project-tabs button.active:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:4px;border-radius:99px;background:var(--blue)}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.project-card{display:flex;flex-direction:column;min-height:268px;background:#f8f8fb;border-radius:14px;overflow:hidden;border:1px solid rgba(238,240,245,.66)}.project-cover{height:112px;padding:22px 18px 0;display:flex;align-items:flex-start;justify-content:flex-start;text-align:left}.project-cover img{width:100px;height:72px;object-fit:contain;object-position:left top;border-radius:8px;background:transparent;box-shadow:none;border:0;display:block;margin-left:0;margin-right:auto}.project-placeholder{width:86px;height:68px;border-radius:12px;background:linear-gradient(135deg,#eef4ff,#fff);border:1px solid #e3e9f6;display:grid;place-items:center;text-align:center;margin-left:0;margin-right:auto}.project-placeholder b{font-size:30px;color:var(--blue);line-height:1}.project-placeholder span{display:block;font-size:11px;color:#7b8796;white-space:nowrap;max-width:78px;overflow:hidden;text-overflow:ellipsis}.project-body{padding:10px 18px 15px;flex:1}.project-body h3{margin:0;color:#2b3037;font-size:18px;line-height:1.32;font-weight:700;letter-spacing:-.035em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-body p{margin:10px 0 0;color:#828a96;font-size:14px;line-height:1.52;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.detail-link{display:inline-flex;align-items:center;gap:4px;margin-top:13px;color:var(--blue);font-size:15px;font-weight:700}.detail-link span{font-size:23px;line-height:.8}.demo-btn{display:flex;align-items:center;justify-content:center;height:44px;background:#1d2d40;color:#fff;font-size:16px;font-weight:800}.project-empty{grid-column:1/-1;border-radius:20px;background:#f7f9fc;border:1px solid var(--line);padding:26px;text-align:center}.project-empty b{display:block;font-size:19px}.project-empty p{color:var(--muted);line-height:1.7}.industry-section{padding-bottom:40px}.industry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px 12px}.industry-item{text-align:center;color:#2b3037}.industry-item i,.industry-item .case-icon{width:48px;height:48px;margin:0 auto 10px;border-radius:14px;border:1px solid #dce6fb;background:#f4f8ff;color:var(--blue);display:grid;place-items:center;font-style:normal;font-weight:800;overflow:hidden}.industry-item .case-icon img{width:100%;height:100%;object-fit:cover;display:block}.industry-item span{font-size:15px;line-height:1.25}.industry-empty{grid-column:1/-1;border:1px solid var(--line);border-radius:18px;background:#f7f9fc;color:#8a8f99;padding:20px;text-align:center;font-size:14px;line-height:1.6}.contact-section{margin-top:24px;background:#202d3b;color:#fff;padding:38px 28px}.contact-section h2{margin:0;font-size:28px;font-weight:580}.contact-section p{margin:12px 0 0;color:rgba(255,255,255,.68);line-height:1.7}.contact-list{margin-top:26px;display:grid;gap:17px}.contact-list div{display:grid;grid-template-columns:78px 1fr;gap:12px;align-items:start}.contact-list span{color:rgba(255,255,255,.52)}.contact-list b{font-weight:520;line-height:1.45}.site-footer{background:#202d3b;color:rgba(255,255,255,.45);padding:0 28px 112px;font-size:13px;line-height:1.9}.bottom-bar{position:fixed;left:0;right:0;bottom:0;z-index:50;display:grid;grid-template-columns:76px 76px 1fr;gap:0;align-items:center;padding:8px 26px calc(8px + var(--safe-bottom));background:rgba(255,255,255,.96);box-shadow:0 -10px 28px rgba(15,23,42,.06);backdrop-filter:blur(14px)}.bottom-bar a{height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#4b5563;font-size:13px;gap:3px}.bottom-bar svg{width:23px;height:23px;color:var(--blue);display:block}.bottom-bar .main-action{height:54px;border-radius:999px;background:var(--blue);color:#fff;font-size:19px;font-weight:820;box-shadow:0 12px 30px rgba(63,124,255,.26)}.float-top{position:fixed;right:24px;bottom:calc(86px + var(--safe-bottom));z-index:45;width:46px;height:46px;border:0;border-radius:99px;background:#fff;color:#9aa1ad;display:grid;place-items:center;font-size:28px;box-shadow:0 12px 28px rgba(15,23,42,.10);opacity:0;pointer-events:none;transition:.2s}.float-top.show{opacity:1;pointer-events:auto}.is-hidden{display:none!important}@media(max-width:390px){.industry-grid{gap:24px 10px}.industry-item i,.industry-item .case-icon{width:46px;height:46px;border-radius:13px}.industry-item span{font-size:14px}}@media(min-width:760px){body{background:var(--bg)}.site-shell{max-width:440px;margin:0 auto;box-shadow:0 0 0 1px rgba(15,23,42,.04);min-height:100vh}.hero-copy h1{font-size:34px}.project-grid{gap:16px}}@media(max-width:390px){.brand-intro-panel{margin-left:-20px;margin-right:-20px;padding-left:22px;padding-right:22px}.brand-intro-row p{font-size:15px;line-height:1.76}.site-header{padding-left:18px;padding-right:18px}.login-btn{padding:0 12px}.hero-banner{padding-left:22px;padding-right:22px}.hero-copy h1{font-size:29px}.hero-window{min-width:136px;padding:12px 13px}.hero-window.dark{right:10px}.hero-device{right:0}.section{padding-left:20px;padding-right:20px}.adv-card{padding:19px 15px}.adv-card h3{font-size:20px}.adv-card p{font-size:13px}.project-tabs{gap:20px}.project-tabs button{font-size:19px}.project-cover{height:106px;padding-left:16px;padding-right:16px;padding-top:20px}.project-cover img{width:96px;height:68px;object-position:left top;margin-left:0;margin-right:auto}.project-placeholder{width:82px;height:64px;margin-left:0;margin-right:auto}.project-body{padding-left:16px;padding-right:16px;padding-top:8px}.project-body h3{font-size:17px}.project-body p{font-size:13px}.bottom-bar{grid-template-columns:70px 70px 1fr;padding-left:18px;padding-right:18px}.bottom-bar .main-action{font-size:18px}}

/* jingtan official site v2.5 case detail */
.industry-item{display:block;text-decoration:none;transition:transform .18s ease,opacity .18s ease;}
.industry-item:active{transform:scale(.98);opacity:.86;}
.case-detail-shell{background:#fff;}
.case-hero{padding:40px 26px 26px;text-align:center;background:linear-gradient(180deg,#f7faff 0%,#ffffff 100%);}
.case-hero-icon{width:74px;height:74px;margin:0 auto 16px;border-radius:22px;border:1px solid #dce6fb;background:#f4f8ff;display:grid;place-items:center;overflow:hidden;color:var(--blue);}
.case-hero-icon img{width:100%;height:100%;object-fit:cover;display:block;}
.case-hero-icon b{font-size:30px;line-height:1;font-weight:800;}
.case-kicker{display:block;color:var(--blue);font-size:12px;font-weight:780;letter-spacing:.18em;margin-bottom:9px;}
.case-hero h1{margin:0;color:#1f2937;font-size:31px;line-height:1.16;font-weight:780;letter-spacing:-.045em;}
.case-hero p{margin:13px auto 0;max-width:330px;color:#737b89;font-size:15px;line-height:1.72;}
.case-actions{display:flex;gap:11px;justify-content:center;margin-top:22px;}
.case-actions a{height:42px;padding:0 18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:760;}
.case-primary{background:var(--blue);color:#fff;box-shadow:0 12px 24px rgba(63,124,255,.20);}
.case-secondary{border:1px solid rgba(63,124,255,.28);color:var(--blue);background:#fff;}
.case-cover-card{margin:6px 26px 0;border-radius:22px;overflow:hidden;background:#f7f9fc;border:1px solid var(--line);box-shadow:0 14px 34px rgba(15,23,42,.06);}
.case-cover-card img{display:block;width:100%;height:auto;min-height:150px;object-fit:cover;}
.case-detail-section{padding:34px 26px 0;}
.case-section-title{display:flex;align-items:center;gap:12px;margin-bottom:16px;}
.case-section-title span{width:26px;height:16px;border-radius:5px;background:#3f7cff;box-shadow:9px 9px 0 rgba(63,124,255,.18);}
.case-section-title h2{margin:0;font-size:25px;line-height:1.2;color:#1f2937;font-weight:780;letter-spacing:-.04em;}
.case-list{display:grid;gap:12px;}
.case-list div{display:grid;grid-template-columns:52px 1fr;gap:12px;align-items:start;padding:15px 15px;border-radius:18px;background:#f8f9fc;border:1px solid rgba(226,232,240,.75);}
.case-list b{height:26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#edf4ff;color:var(--blue);font-size:12px;font-weight:760;}
.case-list p{margin:0;color:#4b5563;font-size:14px;line-height:1.65;}
.solution-list div{background:#fff;border-color:#e7eef8;}
.case-cta-card{margin:36px 26px 0;padding:26px 22px;border-radius:24px;background:#1d2d40;color:#fff;text-align:center;overflow:hidden;}
.case-cta-card h2{margin:0;font-size:25px;font-weight:760;letter-spacing:-.04em;}
.case-cta-card p{margin:12px 0 0;color:rgba(255,255,255,.70);font-size:14px;line-height:1.75;}
.case-cta-card a{margin-top:20px;height:44px;border-radius:999px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:780;}
.case-footer{padding-top:28px;}
@media(max-width:390px){.case-hero{padding-left:22px;padding-right:22px}.case-hero h1{font-size:28px}.case-detail-section{padding-left:20px;padding-right:20px}.case-cover-card,.case-cta-card{margin-left:20px;margin-right:20px}.case-list div{grid-template-columns:48px 1fr;padding:14px 13px}}

/* jingtan official site v4.0 project detail/demo pages */
.case-demo-info{display:grid;gap:12px;}
.case-demo-info div{display:grid;grid-template-columns:82px 1fr;gap:12px;align-items:start;padding:15px;border-radius:18px;background:#f8f9fc;border:1px solid rgba(226,232,240,.75);}
.case-demo-info b{min-height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#edf4ff;color:var(--blue);font-size:12px;font-weight:760;white-space:nowrap;}
.case-demo-info p{margin:0;color:#4b5563;font-size:14px;line-height:1.65;word-break:break-all;}
.case-demo-info a{color:var(--blue);font-weight:650;text-decoration:none;}
.case-demo-qr-card{margin:16px auto 0;padding:18px 16px 17px;border-radius:22px;background:#f8f9fc;border:1px solid rgba(226,232,240,.75);box-shadow:none;gap:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;}
.case-demo-qr-card img{width:136px;height:136px;border-radius:16px;background:#fff;border:1px solid #e4ebf7;box-shadow:0 8px 18px rgba(15,23,42,.045);object-fit:cover;display:block;}
.case-demo-qr-card p{margin:0;color:#6f7a89;font-size:14px;line-height:1.5;}
#demo-info + .case-cta-card{margin-top:46px;}
.project-detail-shell{background:#fff;}
.project-detail-hero{padding:38px 26px 26px;text-align:center;background:linear-gradient(180deg,#f7faff 0%,#ffffff 100%);}
.project-detail-cover{width:92px;height:72px;margin:0 auto 18px;border-radius:18px;border:1px solid #dce6fb;background:#f4f8ff;display:grid;place-items:center;overflow:hidden;color:var(--blue);}
.project-detail-cover img{width:100%;height:100%;object-fit:contain;display:block;background:#fff;}
.project-detail-cover b{font-size:32px;line-height:1;font-weight:820;}
.project-detail-cover span{font-size:12px;color:#7b8796;margin-top:-10px;}
.project-detail-hero h1{margin:0;color:#1f2937;font-size:30px;line-height:1.18;font-weight:760;letter-spacing:-.045em;}
.project-detail-hero p{margin:13px auto 0;max-width:340px;color:#737b89;font-size:15px;line-height:1.72;}
.project-detail-list div{background:#fff;border-color:#e7eef8;}
@media(max-width:390px){.case-demo-info div{grid-template-columns:76px 1fr;padding:14px 13px}.case-demo-qr-card{margin-top:14px;padding:16px 14px 15px;border-radius:20px;gap:7px}.case-demo-qr-card img{width:128px;height:128px;border-radius:15px}.case-demo-qr-card p{font-size:13px}#demo-info + .case-cta-card{margin-top:42px}.project-detail-hero{padding-left:22px;padding-right:22px}.project-detail-hero h1{font-size:28px}.project-detail-cover{width:86px;height:68px}}

/* jingtan official site v4.3 project detail bottom spacing */
.project-detail-shell .case-cta-card{
    margin-bottom:42px;
}
.project-detail-shell .case-footer{
    margin-top:0;
}
@media(max-width:390px){
    .project-detail-shell .case-cta-card{
        margin-bottom:38px;
    }
}

/* jingtan official site v4.4 project screenshots and demo qr */
.project-screens-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.project-screen-card{display:block;border-radius:18px;overflow:hidden;background:#f8f9fc;border:1px solid rgba(226,232,240,.82);box-shadow:0 10px 24px rgba(15,23,42,.045);}
.project-screen-card img{display:block;width:100%;height:176px;object-fit:cover;background:#fff;}
.project-demo-qr-card{margin-top:14px;}
@media(max-width:390px){.project-screens-grid{gap:10px}.project-screen-card{border-radius:16px}.project-screen-card img{height:152px}}


/* jingtan official site v4.6 project screenshots vertical carousel */
.project-detail-shell .project-screens-section{
    overflow:hidden;
}
.project-detail-shell .project-screens-grid{
    display:flex;
    grid-template-columns:none;
    gap:14px;
    overflow-x:auto;
    overflow-y:hidden;
    padding:2px 2px 8px;
    margin:0 -2px;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
}
.project-detail-shell .project-screens-grid::-webkit-scrollbar{display:none;}
.project-detail-shell .project-screen-card{
    flex:0 0 174px;
    width:174px;
    min-width:174px;
    border-radius:20px;
    background:#fff;
    border:1px solid rgba(226,232,240,.9);
    box-shadow:0 14px 30px rgba(15,23,42,.07);
    padding:8px;
    scroll-snap-align:start;
}
.project-detail-shell .project-screen-card img{
    width:100%;
    height:318px;
    object-fit:contain;
    object-position:center top;
    border-radius:15px;
    background:#f8fafc;
    display:block;
}
.project-detail-shell .project-screens-section::after{
    content:'左右滑动查看更多截图，点击图片可查看大图';
    display:block;
    margin-top:9px;
    color:#9aa3b2;
    font-size:12px;
    line-height:1.5;
}
@media(max-width:390px){
    .project-detail-shell .project-screens-grid{gap:12px;}
    .project-detail-shell .project-screen-card{
        flex-basis:160px;
        width:160px;
        min-width:160px;
        border-radius:18px;
        padding:7px;
    }
    .project-detail-shell .project-screen-card img{
        height:292px;
        border-radius:14px;
    }
}


/* v4.7 screenshot preview lightbox */
.project-screen-card{border:0;cursor:pointer;text-align:left;}
.site-image-lightbox{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:calc(34px + env(safe-area-inset-top,0px)) 18px calc(34px + env(safe-area-inset-bottom,0px));background:rgba(15,23,42,.76);backdrop-filter:blur(12px);}
.site-image-lightbox.show{display:flex;}
.site-image-lightbox-card{position:relative;display:flex;align-items:center;justify-content:center;max-width:min(92vw,540px);max-height:86vh;padding:10px;border-radius:24px;background:#fff;box-shadow:0 26px 70px rgba(15,23,42,.32);}
.site-image-lightbox img{display:block;max-width:100%;max-height:calc(86vh - 20px);object-fit:contain;border-radius:18px;background:#fff;}
.site-image-lightbox-close{position:absolute;right:-16px;top:-16px;width:42px;height:42px;border:0;border-radius:999px;background:rgba(255,255,255,.98);color:#1f2937;font-size:30px;line-height:40px;font-weight:500;box-shadow:0 12px 30px rgba(15,23,42,.22);z-index:2;}
@media(max-width:390px){.site-image-lightbox{padding:calc(28px + env(safe-area-inset-top,0px)) 18px calc(28px + env(safe-area-inset-bottom,0px));}.site-image-lightbox-card{max-width:92vw;max-height:84vh;padding:8px;border-radius:22px;}.site-image-lightbox img{max-height:calc(84vh - 16px);border-radius:18px;}.site-image-lightbox-close{right:-12px;top:-14px;width:40px;height:40px;font-size:28px;}}

/* jingtan official site v6.0 mobile polish: bottom safe space, product cards, case title wrapping */
body{
    padding-bottom:calc(132px + var(--safe-bottom));
}
.site-shell{
    padding-bottom:calc(22px + var(--safe-bottom));
}
.site-footer{
    padding-bottom:calc(168px + var(--safe-bottom));
}
.float-top{
    bottom:calc(124px + var(--safe-bottom));
}
.contact-section{
    padding-bottom:42px;
}
.project-card{
    min-height:258px;
    border-radius:16px;
    box-shadow:0 10px 24px rgba(15,23,42,.035);
}
.project-cover{
    height:102px;
    padding:16px 16px 0;
    align-items:flex-start;
}
.project-cover img{
    width:120px;
    height:84px;
    max-width:100%;
    object-fit:contain;
    object-position:left top;
}
.project-placeholder{
    width:104px;
    height:78px;
}
.project-body{
    padding:8px 16px 14px;
}
.project-body h3{
    font-size:17px;
    line-height:1.34;
}
.project-body p{
    margin-top:9px;
    font-size:13px;
    line-height:1.5;
}
.detail-link{
    margin-top:12px;
    font-size:14px;
}
.demo-btn{
    height:42px;
    font-size:15px;
}
.industry-grid{
    gap:26px 10px;
}
.industry-item span:not(.case-icon){
    display:block;
    max-width:100%;
    min-height:34px;
    margin:0 auto;
    color:#2b3037;
    font-size:14px;
    line-height:1.22;
    letter-spacing:-.045em;
    word-break:keep-all;
    overflow-wrap:normal;
    text-align:center;
}
@media(max-width:390px){
    body{
        padding-bottom:calc(136px + var(--safe-bottom));
    }
    .site-shell{
        padding-bottom:calc(24px + var(--safe-bottom));
    }
    .site-footer{
        padding-bottom:calc(172px + var(--safe-bottom));
    }
    .float-top{
        right:20px;
        bottom:calc(126px + var(--safe-bottom));
    }
    .project-card{
        min-height:252px;
    }
    .project-cover{
        height:98px;
        padding:15px 14px 0;
    }
    .project-cover img{
        width:112px;
        height:80px;
    }
    .project-placeholder{
        width:98px;
        height:74px;
    }
    .project-body{
        padding:7px 14px 13px;
    }
    .project-body h3{
        font-size:16px;
        line-height:1.34;
    }
    .project-body p{
        font-size:12.5px;
    }
    .demo-btn{
        height:41px;
        font-size:15px;
    }
    .industry-grid{
        gap:24px 8px;
    }
    .industry-item span:not(.case-icon){
        font-size:13px;
        line-height:1.22;
        letter-spacing:-.055em;
        min-height:32px;
    }
}

/* jingtan official site v6.1 footer compact spacing: reduce extra blank area above bottom action bar */
body{
    padding-bottom:0;
}
.site-shell{
    padding-bottom:0;
}
.site-footer{
    padding-bottom:calc(96px + var(--safe-bottom));
}
.contact-section{
    padding-bottom:34px;
}
.float-top{
    bottom:calc(98px + var(--safe-bottom));
}
@media(max-width:390px){
    body{
        padding-bottom:0;
    }
    .site-shell{
        padding-bottom:0;
    }
    .site-footer{
        padding-bottom:calc(100px + var(--safe-bottom));
    }
    .contact-section{
        padding-bottom:32px;
    }
    .float-top{
        bottom:calc(100px + var(--safe-bottom));
    }
}


/* jingtan official site v6.4 trust ecosystem compact alignment: match home section rhythm */
.trust-section{padding-top:44px;padding-bottom:34px;background:#fff;}
.trust-title{margin-bottom:24px;}
.trust-title em{max-width:330px;margin-left:auto;margin-right:auto;}
.trust-panel{position:relative;overflow:hidden;border-radius:0;background:transparent;border:0;box-shadow:none;padding:0;}
.trust-panel:before{display:none;}
.trust-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:0;}
.trust-stat{min-height:86px;border-radius:22px;background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);border:1px solid rgba(220,231,248,.92);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;padding:0 18px;box-shadow:0 10px 28px rgba(36,90,170,.045);}
.trust-stat b{color:#3478ff;font-size:22px;line-height:1.08;font-weight:850;letter-spacing:-.04em;white-space:nowrap;}
.trust-stat em{margin-top:8px;color:#7a8493;font-style:normal;font-size:13px;line-height:1.25;white-space:nowrap;}
.trust-tags{margin-top:16px;display:flex;flex-wrap:wrap;gap:9px;}
.trust-tags span{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 13px;border-radius:999px;background:#f4f8ff;border:1px solid rgba(214,226,249,.92);color:#3d4a5c;font-size:13px;font-weight:650;line-height:1;box-shadow:none;}
@media(max-width:390px){
    .trust-section{padding-top:40px;padding-bottom:30px;}
    .trust-title{margin-bottom:22px;}
    .trust-stats{gap:10px;}
    .trust-stat{min-height:80px;border-radius:20px;padding:0 15px;}
    .trust-stat b{font-size:20px;}
    .trust-stat em{font-size:12px;}
    .trust-tags{gap:8px;margin-top:14px;}
    .trust-tags span{min-height:32px;padding:0 11px;font-size:12px;}
}

/* jingtan official site v6.3 footer record center alignment */
.site-footer{
    text-align:center;
    padding-left:20px;
    padding-right:20px;
}
.site-footer div{
    text-align:center;
}
.site-footer div + div{
    margin-top:2px;
}
@media(max-width:390px){
    .site-footer{
        padding-left:18px;
        padding-right:18px;
    }
}

/* jingtan official site v6.6 case detail CTA copy and footer spacing */
.case-detail-shell .case-cta-card{
    margin-bottom:42px;
}
.case-detail-shell .case-cta-card p{
    max-width:330px;
    margin-left:auto;
    margin-right:auto;
}
@media(max-width:390px){
    .case-detail-shell .case-cta-card{
        margin-bottom:38px;
    }
    .case-detail-shell .case-cta-card p{
        max-width:300px;
    }
}

/* jingtan official site v6.8 trust ecosystem spacing: align rhythm with industry cases */
.industry-section{
    padding-bottom:22px;
}
.trust-section{
    padding-top:24px;
    padding-bottom:30px;
}
.trust-title{
    margin-bottom:22px;
}
@media(max-width:390px){
    .industry-section{
        padding-bottom:20px;
    }
    .trust-section{
        padding-top:22px;
        padding-bottom:28px;
    }
    .trust-title{
        margin-bottom:20px;
    }
}

/* v6.10 fixed mobile header */
html{scroll-padding-top:76px;}
.site-shell{overflow:visible;padding-top:64px;}
.site-header{position:fixed;top:0;left:50%;right:auto;width:100%;max-width:440px;transform:translateX(-50%);z-index:80;box-shadow:0 10px 26px rgba(15,23,42,.055);}
.mobile-menu{position:fixed;top:64px;left:18px;right:18px;z-index:90;}
@media(min-width:760px){
    .mobile-menu{left:calc(50% - 202px);right:calc(50% - 202px);}
}
@media(max-width:390px){
    .site-shell{padding-top:63px;}
    .mobile-menu{top:63px;}
}


/* v6.11 mobile dropdown menu polish: lighter product-site style */
.mobile-menu{
    position:fixed;
    top:calc(64px + 8px);
    left:auto;
    right:18px;
    width:min(224px, calc(100% - 36px));
    display:none;
    grid-template-columns:1fr;
    gap:2px;
    padding:8px;
    border:1px solid rgba(217,227,244,.92);
    border-radius:18px;
    background:rgba(255,255,255,.94);
    box-shadow:0 18px 46px rgba(15,23,42,.13);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    z-index:90;
}
.mobile-menu:before{
    content:"";
    position:absolute;
    right:22px;
    top:-6px;
    width:12px;
    height:12px;
    transform:rotate(45deg);
    background:rgba(255,255,255,.94);
    border-left:1px solid rgba(217,227,244,.92);
    border-top:1px solid rgba(217,227,244,.92);
}
.mobile-menu.show{display:grid;}
.mobile-menu a{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:42px;
    padding:0 12px 0 14px;
    border-radius:13px;
    background:transparent;
    color:#263244;
    font-size:14px;
    line-height:1;
    font-weight:720;
    text-align:left;
    letter-spacing:-.02em;
}
.mobile-menu a:after{
    content:"›";
    color:#9db1d5;
    font-size:20px;
    line-height:1;
    font-weight:520;
}
.mobile-menu a:hover,
.mobile-menu a:active{
    background:#f4f8ff;
    color:var(--blue);
}
.mobile-menu a:hover:after,
.mobile-menu a:active:after{
    color:var(--blue);
}
@media(min-width:760px){
    .mobile-menu{
        left:auto;
        right:calc(50% - 202px);
    }
}
@media(max-width:390px){
    .mobile-menu{
        top:calc(63px + 8px);
        right:14px;
        width:min(218px, calc(100% - 28px));
        border-radius:17px;
    }
    .mobile-menu a{
        min-height:40px;
        font-size:13px;
    }
}


/* v6.12 menu anchor offset polish: make clicked sections sit closer to the fixed header */
html{scroll-padding-top:68px;}
.section,
.contact-section{scroll-margin-top:8px;}
@media(max-width:390px){
    html{scroll-padding-top:66px;}
}

/* v6.13 menu anchor offset tighten: reduce previous-section leakage after nav click */
html{scroll-padding-top:38px;}
.section,
.contact-section{scroll-margin-top:0;}
@media(max-width:390px){
    html{scroll-padding-top:36px;}
}


/* v6.14 smart bottom contact bar: hide while reading, show on pause/upscroll/contact/footer */
.bottom-bar{
    transition:transform .24s ease, opacity .24s ease;
    will-change:transform, opacity;
}
.bottom-bar.is-hidden-by-scroll{
    transform:translateY(calc(100% + 18px));
    opacity:.02;
    pointer-events:none;
}

/* v6.15 frontend user auth: login/register/user center */
body.auth-page{padding-bottom:0;}
.auth-shell{background:linear-gradient(180deg,#f8fbff 0%,#fff 42%,#f7f9fc 100%);overflow:hidden;}
.auth-header{position:sticky;top:0;z-index:20;}
.auth-main{min-height:calc(100vh - 72px);padding:34px 26px calc(42px + var(--safe-bottom));display:flex;align-items:flex-start;justify-content:center;}
.auth-card,.user-card{width:100%;border:1px solid rgba(222,231,246,.9);border-radius:28px;background:rgba(255,255,255,.86);box-shadow:0 24px 60px rgba(17,36,63,.08);backdrop-filter:blur(16px);padding:28px 24px;}
.auth-kicker{display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:999px;background:#eef5ff;color:var(--blue);font-size:12px;font-weight:820;letter-spacing:.14em;margin-bottom:14px;}
.auth-card h1,.user-card h1{margin:0;color:#17233a;font-size:31px;line-height:1.14;font-weight:820;letter-spacing:-.05em;}
.auth-card p,.user-card p{margin:12px 0 0;color:#758094;font-size:15px;line-height:1.72;}
.auth-tabs{display:grid;grid-template-columns:1fr 1fr;margin:22px 0 18px;padding:5px;border-radius:18px;background:#f2f6fd;border:1px solid #e5edf9;}
.auth-tabs a{height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#67748a;font-size:15px;font-weight:780;}
.auth-tabs a.active{background:#fff;color:var(--blue);box-shadow:0 8px 22px rgba(63,124,255,.12);}
.auth-form{display:grid;gap:14px;}
.auth-form label{display:grid;gap:8px;}
.auth-form label span{font-size:14px;color:#263244;font-weight:760;}
.auth-form input{width:100%;height:52px;border:1px solid #e1e8f3;border-radius:18px;background:#fbfcff;padding:0 16px;color:#17233a;font-size:16px;outline:none;}
.auth-form input:focus{border-color:#bcd0ff;box-shadow:0 0 0 4px rgba(63,124,255,.10);background:#fff;}
.auth-submit{height:54px;border:0;border-radius:999px;background:var(--blue);color:#fff;font-size:18px;font-weight:820;box-shadow:0 14px 28px rgba(63,124,255,.22);margin-top:4px;}
.auth-note{margin-top:18px;text-align:center;color:#7b8492;font-size:14px;}
.auth-note a{color:var(--blue);font-weight:760;}
.auth-alert{margin:0 0 16px;padding:12px 14px;border-radius:16px;font-size:14px;line-height:1.55;}
.auth-alert.error{background:#fff1f2;color:#be123c;border:1px solid #fecdd3;}
.auth-alert.success{background:#ecfdf5;color:#047857;border:1px solid #bbf7d0;}
.user-main{display:grid;gap:18px;}
.user-card{text-align:center;}
.user-avatar{width:72px;height:72px;margin:0 auto 16px;border-radius:24px;background:linear-gradient(135deg,#eaf2ff,var(--blue));color:#fff;display:grid;place-items:center;font-size:30px;font-weight:860;box-shadow:0 16px 30px rgba(63,124,255,.18);}
.user-info-list{display:grid;gap:10px;margin-top:22px;text-align:left;}
.user-info-list div{display:grid;grid-template-columns:78px 1fr;gap:12px;align-items:start;padding:14px 15px;border-radius:17px;background:#f8faff;border:1px solid #e7eef8;}
.user-info-list span{color:#818da0;font-size:14px;font-weight:760;}
.user-info-list strong{color:#263244;font-size:15px;line-height:1.45;word-break:break-all;}
.user-feature-grid{display:grid;gap:12px;}
.user-feature-grid article{padding:18px 18px;border-radius:22px;background:#fff;border:1px solid #e7eef8;box-shadow:0 14px 34px rgba(17,36,63,.045);}
.user-feature-grid b{display:block;color:#17233a;font-size:18px;font-weight:800;}
.user-feature-grid span{display:inline-flex;margin-top:8px;height:26px;align-items:center;padding:0 10px;border-radius:999px;background:#eef5ff;color:var(--blue);font-size:12px;font-weight:780;}
.user-feature-grid p{margin:10px 0 0;color:#778296;font-size:14px;line-height:1.65;}
@media(max-width:390px){.auth-main{padding-left:20px;padding-right:20px}.auth-card,.user-card{border-radius:25px;padding:25px 20px}.auth-card h1,.user-card h1{font-size:29px}.auth-form input{height:50px}}


/* v6.17 auth page header unification: use the same fixed site navbar on auth/user pages */
.auth-page .auth-shell{
    background:linear-gradient(180deg,#f8fbff 0%,#fff 42%,#f7f9fc 100%);
}
.auth-page .site-header.auth-header{
    position:fixed;
    top:0;
    left:50%;
    right:auto;
    width:100%;
    max-width:440px;
    transform:translateX(-50%);
    z-index:80;
    box-shadow:0 10px 26px rgba(15,23,42,.055);
}
.auth-page .auth-main{
    min-height:calc(100vh - 64px);
    padding-top:24px;
}
.auth-page .mobile-menu{
    top:calc(64px + 8px);
}
.mobile-menu a[href="#top"],
.mobile-menu a[href="/"]{
    color:#17233a;
}
@media(max-width:390px){
    .auth-page .auth-main{padding-top:22px;}
    .auth-page .mobile-menu{top:calc(63px + 8px);}
}

/* v6.19 auth captcha: lightweight arithmetic captcha for register and risky login */
.auth-captcha-field{gap:8px;}
.auth-captcha-row{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:10px;align-items:center;}
.auth-captcha-row input{min-width:0;}
.auth-captcha-preview{height:52px;border:1px solid #dbe8ff;border-radius:18px;background:#f8fbff;padding:0;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(63,124,255,.08);cursor:pointer;}
.auth-captcha-preview img{width:100%;height:100%;display:block;object-fit:cover;}
.auth-captcha-tip{display:block;color:#8a95a8;font-size:12px;line-height:1.45;font-style:normal;margin-top:2px;}
@media(max-width:390px){.auth-captcha-row{grid-template-columns:minmax(0,1fr) 118px;gap:8px}.auth-captcha-preview{height:50px;border-radius:17px}}


/* v6.22 nickname Chinese IME fix: use contenteditable editor to avoid iOS password-field misclassification */
.nickname-editor{width:100%;min-height:52px;border:1px solid #e1e8f3;border-radius:18px;background:#fbfcff;padding:14px 16px;color:#17233a;font-size:16px;line-height:1.45;outline:none;display:flex;align-items:center;white-space:pre-wrap;word-break:break-word;-webkit-user-select:text;user-select:text;}
.nickname-editor:focus{border-color:#bcd0ff;box-shadow:0 0 0 4px rgba(63,124,255,.10);background:#fff;}
.nickname-editor:empty::before{content:attr(data-placeholder);color:#a8afb9;pointer-events:none;}
@media(max-width:390px){.nickname-editor{min-height:50px;border-radius:17px;padding:13px 16px}}

/* v6.23 user center structure: project, license, service and customer support panels */
.user-dashboard{align-content:start;width:100%;gap:18px;padding-bottom:calc(34px + var(--safe-bottom));}
.user-profile-card{position:relative;overflow:hidden;}
.user-profile-card:before{content:"";position:absolute;top:-80px;right:-70px;width:170px;height:170px;border-radius:999px;background:radial-gradient(circle,rgba(63,124,255,.18),rgba(63,124,255,0) 68%);pointer-events:none;}
.user-status-row{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:16px;}
.user-status-row span{height:28px;display:inline-flex;align-items:center;padding:0 12px;border-radius:999px;background:#eef5ff;color:#2f6fff;font-size:12px;font-weight:800;}
.user-panel,.user-contact-card{width:100%;border:1px solid rgba(222,231,246,.92);border-radius:24px;background:rgba(255,255,255,.9);box-shadow:0 18px 46px rgba(17,36,63,.055);padding:22px 20px;}
.user-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px;}
.user-panel-head em{display:block;color:#3f7cff;font-size:11px;font-style:normal;font-weight:850;letter-spacing:.16em;margin-bottom:5px;}
.user-panel-head h2{margin:0;color:#17233a;font-size:23px;line-height:1.12;font-weight:840;letter-spacing:-.045em;}
.user-panel-head>span{height:28px;display:inline-flex;align-items:center;white-space:nowrap;padding:0 11px;border-radius:999px;background:#eef5ff;color:#3f7cff;font-size:12px;font-weight:800;}
.user-empty-state{border:1px dashed #d8e5f8;border-radius:18px;background:#f8fbff;padding:18px 16px;}
.user-empty-state b{display:block;color:#17233a;font-size:17px;font-weight:820;}
.user-empty-state p{margin:8px 0 0;color:#758094;font-size:14px;line-height:1.65;}
.user-license-list{display:grid;gap:10px;}
.user-license-list div{display:grid;grid-template-columns:78px 1fr;gap:12px;align-items:center;padding:14px 15px;border-radius:17px;background:#f8faff;border:1px solid #e7eef8;}
.user-license-list strong{color:#263244;font-size:14px;font-weight:820;}
.user-license-list span{color:#788397;font-size:13px;line-height:1.5;}
.user-timeline{display:grid;gap:12px;position:relative;}
.user-timeline div{display:grid;grid-template-columns:18px 1fr;gap:12px;align-items:start;}
.user-timeline i{width:10px;height:10px;border-radius:999px;background:#3f7cff;box-shadow:0 0 0 6px rgba(63,124,255,.12);margin:7px 0 0 4px;}
.user-timeline p{margin:0;padding-bottom:2px;}
.user-timeline b{display:block;color:#17233a;font-size:15px;font-weight:820;}
.user-timeline span{display:block;margin-top:5px;color:#778296;font-size:13px;line-height:1.58;}
/* v6.24 user center service CTA polish: soften right-side glow, remove hard blue edge */
.user-contact-card{background:linear-gradient(135deg,#1d2d40 0%,#17263a 58%,#1b3352 100%);color:#fff;border:0;overflow:hidden;position:relative;isolation:isolate;}
.user-contact-card:after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 92% 18%,rgba(63,124,255,.18) 0,rgba(63,124,255,.10) 24%,rgba(63,124,255,0) 52%);pointer-events:none;z-index:0;}
.user-contact-card h2{position:relative;z-index:1;margin:0;font-size:24px;line-height:1.18;font-weight:840;letter-spacing:-.04em;}
.user-contact-card p{position:relative;z-index:1;margin:10px 0 18px;color:rgba(255,255,255,.72);font-size:14px;line-height:1.72;}
.user-contact-card a{position:relative;z-index:1;height:46px;border-radius:999px;background:#3f7cff;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:850;box-shadow:0 14px 28px rgba(63,124,255,.28);}
@media(max-width:390px){.user-dashboard{gap:16px}.user-panel,.user-contact-card{border-radius:22px;padding:20px 18px}.user-panel-head h2{font-size:22px}.user-license-list div{grid-template-columns:72px 1fr;padding:13px 14px}}


/* v6.25 user center typography soften: reduce heavy title/label weights for a lighter product UI */
.user-profile-card .user-avatar{font-weight:760;}
.user-card h1{font-weight:740;letter-spacing:-.045em;}
.user-card p{font-weight:400;color:#7b8494;}
.user-status-row span{font-weight:720;}
.user-info-list span{font-weight:680;color:#8490a3;}
.user-info-list strong{font-weight:700;color:#263244;}
.user-panel-head em{font-weight:760;letter-spacing:.15em;}
.user-panel-head h2{font-weight:760;letter-spacing:-.04em;}
.user-panel-head>span{font-weight:700;}
.user-empty-state b{font-weight:720;}
.user-license-list strong{font-weight:700;}
.user-timeline b{font-weight:720;}
.user-contact-card h2{font-weight:760;letter-spacing:-.035em;}
.user-contact-card a{font-weight:760;}
@media(max-width:390px){.user-panel-head h2{font-weight:760;}}

/* v6.27 project order intent: buy page and user project order cards */
.buy-main{align-items:flex-start;padding-bottom:calc(42px + var(--safe-bottom));}
.buy-card{width:100%;border:1px solid rgba(222,231,246,.9);border-radius:28px;background:rgba(255,255,255,.9);box-shadow:0 24px 60px rgba(17,36,63,.08);backdrop-filter:blur(16px);padding:26px 22px;}
.buy-card h1{margin:0;color:#17233a;font-size:30px;line-height:1.14;font-weight:760;letter-spacing:-.045em;}
.buy-card>p{margin:12px 0 0;color:#758094;font-size:15px;line-height:1.7;}
.buy-project-card{display:grid;grid-template-columns:86px 1fr;gap:14px;align-items:center;margin:22px 0 14px;padding:14px;border:1px solid #e5edf9;border-radius:22px;background:#f8fbff;}
.buy-project-cover{width:86px;height:86px;border-radius:19px;background:linear-gradient(135deg,#eef5ff,#f7fbff);display:grid;place-items:center;overflow:hidden;border:1px solid #e4edf9;}
.buy-project-cover img{width:100%;height:100%;object-fit:cover;display:block;}
.buy-project-cover b{color:var(--blue);font-size:30px;font-weight:760;}
.buy-project-card span{display:inline-flex;height:24px;align-items:center;padding:0 9px;border-radius:999px;background:#eef5ff;color:var(--blue);font-size:11px;font-weight:760;margin-bottom:6px;}
.buy-project-card h2{margin:0;color:#17233a;font-size:19px;line-height:1.28;font-weight:740;letter-spacing:-.035em;}
.buy-project-card p{margin:7px 0 0;color:#7a8598;font-size:13px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.buy-info-list{display:grid;gap:10px;margin:14px 0 18px;}
.buy-info-list div{display:grid;grid-template-columns:82px 1fr;gap:12px;align-items:center;padding:13px 14px;border-radius:17px;background:#f8faff;border:1px solid #e7eef8;}
.buy-info-list strong{color:#263244;font-size:14px;font-weight:700;}
.buy-info-list span{color:#758094;font-size:13px;line-height:1.5;}
.buy-form{display:grid;gap:12px;}
.buy-form label{display:grid;gap:8px;}
.buy-form label span{font-size:14px;color:#263244;font-weight:720;}
.buy-form textarea{width:100%;border:1px solid #e1e8f3;border-radius:18px;background:#fbfcff;padding:14px 16px;color:#17233a;font-size:15px;line-height:1.55;outline:none;resize:vertical;min-height:86px;}
.buy-form textarea:focus{border-color:#bcd0ff;box-shadow:0 0 0 4px rgba(63,124,255,.10);background:#fff;}
.buy-primary,.buy-secondary{height:50px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:760;text-align:center;}
.buy-primary{border:0;background:var(--blue);color:#fff;box-shadow:0 14px 28px rgba(63,124,255,.22);}
.buy-secondary{border:1px solid #d8e6ff;background:#f8fbff;color:var(--blue);}
.buy-actions{display:grid;gap:12px;margin-top:16px;}
.buy-existing-note{padding:13px 14px;border-radius:16px;background:#f8fbff;border:1px solid #e2ebf8;color:#69758a;font-size:14px;line-height:1.58;margin-top:14px;}
.user-toast-card{border:1px solid #bbf7d0;background:#ecfdf5;color:#047857;border-radius:18px;padding:13px 15px;font-size:14px;line-height:1.55;box-shadow:0 12px 28px rgba(4,120,87,.06);}
.user-order-list{display:grid;gap:12px;}
.user-order-card{border:1px solid #e4edf9;border-radius:19px;background:#f8fbff;padding:15px;}
.user-order-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;}
.user-order-title strong{color:#17233a;font-size:16px;line-height:1.35;font-weight:720;}
.user-order-title span{height:26px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;background:#eef5ff;color:#3f7cff;font-size:12px;font-weight:720;white-space:nowrap;}
.user-order-card p{margin:8px 0 12px;color:#758094;font-size:13px;line-height:1.58;}
.user-order-meta{display:grid;gap:8px;}
.user-order-meta div{display:grid;grid-template-columns:72px 1fr;gap:10px;padding:10px 11px;border-radius:14px;background:#fff;border:1px solid #e8f0fa;}
.user-order-meta b{font-size:12px;color:#8792a4;font-weight:680;}
.user-order-meta em{font-style:normal;color:#263244;font-size:12px;line-height:1.45;word-break:break-all;}
@media(max-width:390px){.buy-card{border-radius:25px;padding:24px 20px}.buy-card h1{font-size:29px}.buy-project-card{grid-template-columns:78px 1fr}.buy-project-cover{width:78px;height:78px}.buy-info-list div{grid-template-columns:78px 1fr}.user-order-meta div{grid-template-columns:66px 1fr}}

/* v6.39 user center order card polish: sync customer order display with admin order status hierarchy */
.user-project-panel .user-panel-head{margin-bottom:18px;}
.user-order-list{gap:13px;}
.user-order-card{
    position:relative;
    overflow:hidden;
    border:1px solid #e2ebf8;
    border-radius:20px;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    padding:15px 15px 14px;
    box-shadow:0 14px 30px rgba(17,36,63,.045);
}
.user-order-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#d7e5ff;opacity:.9;}
.user-order-card--pending:before{background:#34d399;}
.user-order-card--confirmed:before{background:#60a5fa;}
.user-order-card--delivering:before{background:#3f7cff;}
.user-order-card--completed:before{background:#34d399;}
.user-order-card--cancelled:before{background:#f87171;}
.user-order-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px;}
.user-order-no{min-width:0;display:grid;gap:3px;}
.user-order-no span{color:#8b97aa;font-size:11px;font-weight:680;letter-spacing:.08em;}
.user-order-no strong{display:block;max-width:210px;color:#4d5b70;font-size:13px;line-height:1.25;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.user-order-status{height:26px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap;border:1px solid transparent;}
.user-order-status--pending{background:#ecfdf5;color:#047857;border-color:#bbf7d0;}
.user-order-status--confirmed{background:#eff6ff;color:#2563eb;border-color:#bfdbfe;}
.user-order-status--delivering{background:#eef5ff;color:#2f6fff;border-color:#cfe0ff;}
.user-order-status--completed{background:#ecfdf5;color:#047857;border-color:#bbf7d0;}
.user-order-status--cancelled{background:#fff1f2;color:#be123c;border-color:#fecdd3;}
.user-order-card h3{margin:0;color:#17233a;font-size:17px;line-height:1.32;font-weight:720;letter-spacing:-.025em;}
.user-order-card p{margin:8px 0 13px;color:#7b8799;font-size:13px;line-height:1.58;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.user-order-summary{display:grid;grid-template-columns:auto 1fr;gap:8px 10px;align-items:center;padding:10px 0;border-top:1px solid #e6eef8;border-bottom:1px dashed #dce7f5;}
.user-order-pay{justify-self:start;height:26px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid #dce7f5;background:#f8fbff;color:#6b778b;}
.user-order-pay--paid{background:#ecfdf5;color:#047857;border-color:#bbf7d0;}
.user-order-pay--unpaid{background:#f8fbff;color:#6b778b;border-color:#dce7f5;}
.user-order-pay--refunded{background:#fff7ed;color:#c2410c;border-color:#fed7aa;}
.user-order-pay--paying{background:#eff6ff;color:#2563eb;border-color:#bfdbfe;}
.user-order-pay--failed,.user-order-pay--cancelled{background:#fff1f2;color:#e11d48;border-color:#fecdd3;}
.user-order-pay--expired{background:#fff7ed;color:#ea580c;border-color:#fed7aa;}
.user-order-summary time{color:#8a95a8;font-size:12px;line-height:1.45;justify-self:end;text-align:right;}
.user-order-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;}
.user-order-actions a{height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:13px;font-weight:700;text-decoration:none;}
.user-order-actions a:first-child{padding:0 12px;background:#eef5ff;color:#2f6fff;}
.user-order-actions a:last-child{padding:0 14px;background:#3f7cff;color:#fff;box-shadow:0 10px 18px rgba(63,124,255,.16);}
.user-empty-state a{margin-top:12px;height:34px;display:inline-flex;align-items:center;padding:0 14px;border-radius:999px;background:#eef5ff;color:#2f6fff;font-size:13px;font-weight:720;text-decoration:none;}
@media(max-width:390px){
    .user-order-card{padding:14px 14px 13px;border-radius:19px;}
    .user-order-no strong{max-width:170px;}
    .user-order-card h3{font-size:16px;}
    .user-order-summary{grid-template-columns:1fr;gap:7px;}
    .user-order-summary time{justify-self:start;text-align:left;}
    .user-order-actions a{font-size:12px;}
}

/* v6.40 用户中心独立页面导航优化 */
.user-mobile-menu a.is-active{color:#2f6fff;background:linear-gradient(180deg,#f4f8ff,#eef5ff);}
.user-mobile-menu a.is-active:after{opacity:1;color:#2f6fff;}
.user-home-main{padding-bottom:calc(34px + var(--safe-bottom));}
.user-panel.is-standalone{margin-top:0;}
.user-page-note{margin-top:14px;padding:13px 14px;border-radius:16px;background:#f8fbff;border:1px solid #e5eef9;color:#7a8598;font-size:13px;line-height:1.65;}
.user-page-contact-card{margin-top:0;}
.user-about-desc{margin:0 0 16px;color:#758094;font-size:14px;line-height:1.75;}
.user-about-list div{grid-template-columns:82px 1fr;}
.user-center-links{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.user-center-links a{display:block;border:1px solid #e5eef9;border-radius:17px;background:#f8fbff;padding:14px 13px;text-decoration:none;}
.user-center-links strong{display:block;color:#17233a;font-size:15px;font-weight:720;line-height:1.3;}
.user-center-links span{display:block;margin-top:6px;color:#7d8899;font-size:12px;line-height:1.45;}
@media(max-width:390px){.user-center-links{grid-template-columns:1fr}.user-about-list div{grid-template-columns:76px 1fr}}

/* v6.42 用户中心我的工单：独立工单页与提交表单 */
.user-ticket-panel .user-panel-head{margin-bottom:18px;}
.user-ticket-alert{margin:0 0 14px;}
.user-ticket-form{display:grid;gap:13px;}
.user-ticket-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.user-ticket-form label{display:grid;gap:8px;}
.user-ticket-form label span{color:#263244;font-size:14px;font-weight:720;}
.user-ticket-form input,.user-ticket-form select,.user-ticket-form textarea{width:100%;border:1px solid #e1e9f4;border-radius:18px;background:#fbfcff;color:#17233a;font-size:15px;outline:none;}
.user-ticket-form input,.user-ticket-form select{height:50px;padding:0 15px;}
.user-ticket-form textarea{min-height:96px;padding:14px 15px;line-height:1.6;resize:vertical;}
.user-ticket-form input:focus,.user-ticket-form select:focus,.user-ticket-form textarea:focus{border-color:#bcd0ff;box-shadow:0 0 0 4px rgba(63,124,255,.10);background:#fff;}
.user-ticket-form button{height:52px;border:0;border-radius:999px;background:#3f7cff;color:#fff;font-size:16px;font-weight:760;box-shadow:0 14px 28px rgba(63,124,255,.20);}
.user-ticket-list{display:grid;gap:12px;}
.user-ticket-card{position:relative;overflow:hidden;border:1px solid #e3ecf8;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fbff);padding:15px;box-shadow:0 14px 30px rgba(17,36,63,.045);}
.user-ticket-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#d7e5ff;}
.user-ticket-card--pending:before{background:#34d399;}
.user-ticket-card--processing:before{background:#3f7cff;}
.user-ticket-card--resolved:before{background:#34d399;}
.user-ticket-card--closed:before{background:#94a3b8;}
.user-ticket-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:9px;}
.user-ticket-top div{min-width:0;display:grid;gap:4px;}
.user-ticket-top span{color:#8b97aa;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;}
.user-ticket-top strong{display:block;color:#17233a;font-size:16px;line-height:1.34;font-weight:720;letter-spacing:-.02em;}
.user-ticket-status{height:26px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;font-style:normal;font-size:12px;font-weight:700;white-space:nowrap;border:1px solid transparent;}
.user-ticket-status--pending{background:#ecfdf5;color:#047857;border-color:#bbf7d0;}
.user-ticket-status--processing{background:#eef5ff;color:#2f6fff;border-color:#cfe0ff;}
.user-ticket-status--resolved{background:#ecfdf5;color:#047857;border-color:#bbf7d0;}
.user-ticket-status--closed{background:#f1f5f9;color:#64748b;border-color:#e2e8f0;}
.user-ticket-card p{margin:0;color:#748196;font-size:13px;line-height:1.62;}
.user-ticket-linkline{margin-top:10px;padding:9px 10px;border-radius:14px;background:#fff;border:1px solid #e8f0fa;color:#6f7d92;font-size:12px;line-height:1.45;}
.user-ticket-reply{margin-top:10px;padding:10px 11px;border-radius:15px;background:#f8fbff;border:1px dashed #d7e5ff;display:grid;gap:5px;}
.user-ticket-reply b{color:#2f6fff;font-size:12px;font-weight:720;}
.user-ticket-reply span{color:#6f7d92;font-size:12px;line-height:1.55;}
.user-ticket-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding-top:10px;border-top:1px dashed #dce7f5;color:#8b97aa;font-size:12px;}
.user-ticket-foot span{font-weight:680;max-width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.user-ticket-empty{margin-top:0;}
@media(max-width:390px){.user-ticket-form-grid{grid-template-columns:1fr}.user-ticket-card{padding:14px}.user-ticket-top strong{font-size:15px}.user-ticket-foot{display:grid;gap:6px}.user-ticket-foot span{max-width:100%;}}

/* v6.43 user center announcement notice */
.user-notice-card{
    position:relative;
    z-index:3;
    margin:18px 26px 0;
    padding:16px 18px 17px;
    border:1px solid rgba(191,219,254,.78);
    border-radius:22px;
    background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(246,250,255,.94));
    box-shadow:0 16px 42px rgba(37,99,235,.07);
    overflow:hidden;
}
.user-notice-card:before{
    content:"";
    position:absolute;
    right:-34px;
    top:-42px;
    width:128px;
    height:128px;
    border-radius:999px;
    background:radial-gradient(circle,rgba(63,124,255,.16),rgba(63,124,255,0) 68%);
    pointer-events:none;
}
.user-notice-card:after{
    content:"";
    position:absolute;
    left:0;
    top:18px;
    bottom:18px;
    width:3px;
    border-radius:999px;
    background:linear-gradient(180deg,#3f7cff,#8bb2ff);
    opacity:.72;
}
.user-notice-main{position:relative;z-index:1;display:grid;gap:7px;min-width:0;}
.user-notice-main span{
    justify-self:flex-start;
    height:24px;
    display:inline-flex;
    align-items:center;
    padding:0 10px;
    border-radius:999px;
    background:#eff6ff;
    color:#2f6fff;
    font-size:11px;
    line-height:1;
    font-weight:800;
    letter-spacing:.15em;
    text-transform:uppercase;
}
.user-notice-main h2{
    margin:0;
    color:#17233a;
    font-size:18px;
    line-height:1.25;
    font-weight:720;
    letter-spacing:-.035em;
}
.user-notice-main p{
    margin:0;
    color:#758094;
    font-size:13px;
    line-height:1.68;
    font-weight:430;
}
.user-notice-card a{
    position:relative;
    z-index:1;
    display:inline-flex;
    align-items:center;
    gap:4px;
    margin-top:11px;
    color:#2f6fff;
    font-size:13px;
    font-weight:760;
}
.user-notice-card a i{font-style:normal;font-size:18px;line-height:1;}
.user-notice-card + .auth-main{padding-top:18px;}
@media(max-width:390px){
    .user-notice-card{margin-left:20px;margin-right:20px;border-radius:20px;padding:15px 16px 16px;}
    .user-notice-main h2{font-size:17px;}
    .user-notice-main p{font-size:12.5px;}
}

/* v6.45 user center: remove right-side notice/profile glow shadows */
.user-notice-card,
.user-profile-card{
    box-shadow:none!important;
}
.user-notice-card:before,
.user-profile-card:before{
    content:none!important;
    display:none!important;
}

/* v6.46 user center notice: lighter announcement card details */
.user-notice-card{
    margin:16px 26px 0;
    padding:14px 18px 15px;
    border-color:rgba(191,219,254,.68);
    border-radius:21px;
    background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(248,251,255,.95));
    box-shadow:none!important;
}
.user-notice-card:after{
    top:20px;
    bottom:20px;
    width:2px;
    background:#8bb2ff;
    opacity:.50;
}
.user-notice-main{gap:6px;}
.user-notice-main span{
    height:22px;
    padding:0 9px;
    background:rgba(239,246,255,.72);
    color:#3f7cff;
    font-size:10.5px;
    font-weight:760;
    letter-spacing:.13em;
}
.user-notice-main h2{
    font-size:17px;
    line-height:1.28;
    font-weight:680;
    letter-spacing:-.03em;
}
.user-notice-main p{
    color:#737f91;
    font-size:12.8px;
    line-height:1.62;
    font-weight:420;
}
@media(max-width:390px){
    .user-notice-card{margin-left:20px;margin-right:20px;border-radius:20px;padding:13px 16px 14px;}
    .user-notice-main h2{font-size:16.5px;}
    .user-notice-main p{font-size:12.4px;line-height:1.6;}
}


/* v6.47 user center logout confirm modal */
body.user-confirm-open{overflow:hidden;}
.user-confirm-layer{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease;}
.user-confirm-layer.show{opacity:1;visibility:visible;pointer-events:auto;}
.user-confirm-mask{position:absolute;inset:0;background:rgba(15,27,46,.28);backdrop-filter:blur(10px);}
.user-confirm-dialog{position:relative;width:min(334px,calc(100vw - 48px));border:1px solid rgba(204,221,255,.95);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,250,255,.96));box-shadow:0 24px 70px rgba(31,68,140,.18);padding:25px 22px 20px;text-align:center;overflow:hidden;transform:translateY(10px) scale(.985);transition:transform .18s ease;}
.user-confirm-layer.show .user-confirm-dialog{transform:translateY(0) scale(1);}
.user-confirm-dialog:before{content:"";position:absolute;left:50%;top:-82px;width:170px;height:170px;border-radius:999px;background:radial-gradient(circle,rgba(75,133,255,.16),rgba(75,133,255,0) 68%);transform:translateX(-50%);pointer-events:none;}
.user-confirm-close{position:absolute;right:14px;top:12px;width:34px;height:34px;border:0;border-radius:999px;background:#f3f7ff;color:#7f8da3;font-size:24px;line-height:32px;font-weight:520;z-index:1;}
.user-confirm-icon{position:relative;z-index:1;margin:2px auto 12px;width:58px;height:58px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#9dbdff,#3f7cff);color:#fff;font-size:25px;font-weight:820;box-shadow:0 14px 30px rgba(63,124,255,.22);}
.user-confirm-kicker{position:relative;z-index:1;margin:0 0 7px;color:#3f7cff;font-size:12px;font-weight:820;letter-spacing:.18em;}
.user-confirm-dialog h2{position:relative;z-index:1;margin:0;color:#17233a;font-size:22px;line-height:1.22;font-weight:820;letter-spacing:-.035em;}
.user-confirm-text{position:relative;z-index:1;margin:11px auto 18px;color:#748096;font-size:13.5px;line-height:1.65;max-width:260px;}
.user-confirm-actions{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.user-confirm-actions button{height:46px;border-radius:999px;font-size:15px;font-weight:800;letter-spacing:-.01em;}
.user-confirm-secondary{border:1px solid #cfe0ff;background:#fff;color:#3f7cff;}
.user-confirm-primary{border:0;background:#3f7cff;color:#fff;box-shadow:0 12px 24px rgba(63,124,255,.22);}
@media(max-width:390px){.user-confirm-layer{padding:20px}.user-confirm-dialog{border-radius:26px;padding:24px 20px 19px}.user-confirm-actions button{height:45px;font-size:14.5px}}

/* v6.48 user center: status badge color hierarchy and project order card alignment */
.user-status-row span:first-child{
    background:#ecfdf5;
    color:#16a34a;
    border:1px solid #bbf7d0;
}
.user-status-row span:nth-child(2){
    background:#eff6ff;
    color:#3478f6;
    border:1px solid #dbeafe;
}
.user-project-panel.is-standalone{
    padding-left:18px;
    padding-right:18px;
}
.user-project-panel .user-panel-head{
    padding:0 4px;
}
.user-project-panel .user-order-list,
.user-project-panel .user-order-card{
    width:100%;
    box-sizing:border-box;
}
.user-project-panel .user-order-card{
    border-radius:21px;
    padding:16px 16px 15px;
}
.user-project-panel .user-order-summary{
    padding:10px 0 0;
    border-bottom:0;
}
.user-project-panel .user-order-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:12px;
    padding-top:12px;
    border-top:1px dashed #dce7f5;
}
.user-project-panel .user-order-actions a{
    width:100%;
    height:38px;
    border-radius:999px;
    font-size:13.5px;
    font-weight:760;
    box-sizing:border-box;
}
.user-project-panel .user-order-actions a:first-child{
    padding:0 12px;
    background:#f2f7ff;
    color:#2f6fff;
    border:1px solid #dbe8ff;
}
.user-project-panel .user-order-actions a:last-child{
    padding:0 12px;
    background:#3f7cff;
    color:#fff;
    border:1px solid #3f7cff;
    box-shadow:0 10px 20px rgba(63,124,255,.16);
}
@media(max-width:390px){
    .user-project-panel.is-standalone{padding-left:16px;padding-right:16px;}
    .user-project-panel .user-panel-head{padding:0 2px;}
    .user-project-panel .user-order-card{padding:15px 14px 14px;border-radius:20px;}
    .user-project-panel .user-order-actions{gap:9px;}
    .user-project-panel .user-order-actions a{height:37px;font-size:13px;}
}

/* v6.49 user projects page: align outer panel width with top notice card */
.user-projects-main{
    padding-left:0!important;
    padding-right:0!important;
}
.user-projects-main .user-project-panel.is-standalone{
    width:auto;
    margin-left:26px;
    margin-right:26px;
    padding-left:22px;
    padding-right:22px;
}
.user-projects-main .user-project-panel .user-panel-head{
    padding-left:0;
    padding-right:0;
}
@media(max-width:390px){
    .user-projects-main .user-project-panel.is-standalone{
        margin-left:20px;
        margin-right:20px;
        padding-left:18px;
        padding-right:18px;
    }
}

/* v6.50 user projects page: force outer project panel to share the same horizontal rail as notice card */
.user-projects-main.auth-main,
.user-projects-main{
    padding-left:26px!important;
    padding-right:26px!important;
}
.user-projects-main .user-project-panel.is-standalone{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box;
}
.user-projects-main .user-order-list,
.user-projects-main .user-order-card{
    max-width:100%;
}
@media(max-width:390px){
    .user-projects-main.auth-main,
    .user-projects-main{
        padding-left:20px!important;
        padding-right:20px!important;
    }
    .user-projects-main .user-project-panel.is-standalone{
        margin-left:0!important;
        margin-right:0!important;
        width:100%!important;
    }
}

/* v6.51 user projects page: target the real page rail and force the standalone panel to match notice width */
body.user-projects-page .user-notice-card{
    margin-left:26px!important;
    margin-right:26px!important;
}
body.user-projects-page .auth-main.user-projects-main{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    padding-left:26px!important;
    padding-right:26px!important;
    padding-top:18px!important;
    box-sizing:border-box!important;
}
body.user-projects-page .auth-main.user-projects-main > .user-project-panel.is-standalone{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
}
@media(max-width:390px){
    body.user-projects-page .user-notice-card{
        margin-left:20px!important;
        margin-right:20px!important;
    }
    body.user-projects-page .auth-main.user-projects-main{
        padding-left:20px!important;
        padding-right:20px!important;
    }
    body.user-projects-page .auth-main.user-projects-main > .user-project-panel.is-standalone{
        margin-left:0!important;
        margin-right:0!important;
        width:100%!important;
    }
}


/* v6.52 user center home: remove profile avatar icon and tighten top rhythm */
.user-profile-card--no-avatar{
    padding-top:30px;
}
.user-profile-card--no-avatar h1{
    margin-top:0;
}
.user-profile-card--no-avatar>p{
    margin-top:12px;
}
@media(max-width:390px){
    .user-profile-card--no-avatar{padding-top:28px;}
}

/* v6.53 user license center: real authorization cards */
.user-license-main{padding-bottom:calc(34px + var(--safe-bottom));}
.user-license-cards{display:grid;gap:13px;}
.user-license-card{position:relative;overflow:hidden;border:1px solid #e2ebf8;border-radius:22px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);padding:16px 16px 15px;box-shadow:0 14px 30px rgba(17,36,63,.045);}
.user-license-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#60a5fa;opacity:.92;}
.user-license-card--normal:before{background:#34d399;}
.user-license-card--suspended:before{background:#f59e0b;}
.user-license-card--expired:before{background:#94a3b8;}
.user-license-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px;}
.user-license-card-top div{min-width:0;display:grid;gap:4px;}
.user-license-card-top span{color:#8b97aa;font-size:11px;font-weight:680;letter-spacing:.08em;}
.user-license-card-top strong{display:block;color:#17233a;font-size:17px;line-height:1.32;font-weight:740;letter-spacing:-.025em;word-break:break-word;}
.user-license-status{height:26px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;font-size:12px;font-weight:720;white-space:nowrap;font-style:normal;border:1px solid transparent;}
.user-license-status--normal{background:#ecfdf5;color:#047857;border-color:#bbf7d0;}
.user-license-status--suspended{background:#fff7ed;color:#c2410c;border-color:#fed7aa;}
.user-license-status--expired{background:#f1f5f9;color:#64748b;border-color:#e2e8f0;}
.user-license-card>p{margin:0 0 13px;color:#7b8799;font-size:13px;line-height:1.58;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.user-license-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:11px;border-top:1px solid #e6eef8;}
.user-license-meta div{min-width:0;display:grid;gap:4px;padding:10px 11px;border-radius:14px;background:#fff;border:1px solid #e8f0fa;}
.user-license-meta .user-license-meta-wide{grid-column:1/-1;}
.user-license-meta b{font-size:12px;color:#8792a4;font-weight:680;}
.user-license-meta em{font-style:normal;color:#263244;font-size:12px;line-height:1.45;word-break:break-all;}
.user-license-remark{margin-top:10px;padding:11px 12px;border-radius:15px;background:#f8fbff;border:1px dashed #dce7f5;}
.user-license-remark b{display:block;color:#5f6d82;font-size:12px;font-weight:720;margin-bottom:5px;}
.user-license-remark span{display:block;color:#748096;font-size:12.5px;line-height:1.58;white-space:pre-wrap;word-break:break-word;}
.user-license-actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:9px;margin-top:12px;padding-top:12px;border-top:1px dashed #dce7f5;}
.user-license-actions a,.user-license-actions button{height:37px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:13px;font-weight:760;text-decoration:none;box-sizing:border-box;text-align:center;}
.user-license-actions a:nth-child(1),.user-license-actions a:nth-child(2){background:#f2f7ff;color:#2f6fff;border:1px solid #dbe8ff;}
.user-license-actions button:nth-child(3){background:#3f7cff;color:#fff;border:1px solid #3f7cff;box-shadow:0 10px 20px rgba(63,124,255,.16);cursor:pointer;font-family:inherit;}
.user-license-empty a{margin-top:12px;height:34px;display:inline-flex;align-items:center;padding:0 14px;border-radius:999px;background:#eef5ff;color:#2f6fff;font-size:13px;font-weight:720;text-decoration:none;}
@media(max-width:390px){
    .user-license-card{padding:15px 14px 14px;border-radius:20px;}
    .user-license-card-top strong{font-size:16px;}
    .user-license-meta{grid-template-columns:1fr;}
    .user-license-actions{gap:8px;}
    .user-license-actions a,.user-license-actions button{height:36px;font-size:12.5px;}
}


/* v6.57 user license self-service domain change */
.user-license-alert{margin:0 0 12px;}
.user-domain-modal{position:fixed;inset:0;z-index:1200;display:none;align-items:center;justify-content:center;padding:24px 22px calc(24px + var(--safe-bottom));box-sizing:border-box;}
.user-domain-modal.show{display:flex;}
.user-domain-mask{position:absolute;inset:0;background:rgba(15,23,42,.36);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);}
.user-domain-dialog{position:relative;z-index:1;width:min(100%,380px);border-radius:28px;background:rgba(255,255,255,.96);border:1px solid rgba(213,226,246,.95);box-shadow:0 24px 60px rgba(28,55,98,.24);padding:24px 20px 20px;text-align:center;box-sizing:border-box;overflow:hidden;}
.user-domain-dialog:before{content:"";position:absolute;right:-74px;top:-86px;width:180px;height:180px;border-radius:999px;background:radial-gradient(circle,rgba(78,135,255,.18),rgba(78,135,255,0) 68%);pointer-events:none;}
.user-domain-close{position:absolute;right:14px;top:14px;width:34px;height:34px;border:0;border-radius:999px;background:#f2f6fb;color:#738096;font-size:24px;line-height:1;display:flex;align-items:center;justify-content:center;font-family:Arial,sans-serif;cursor:pointer;}
.user-domain-icon{width:58px;height:58px;margin:2px auto 12px;border-radius:19px;background:linear-gradient(135deg,#9cc4ff,#3f7cff);box-shadow:0 14px 26px rgba(63,124,255,.22);display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:850;}
.user-domain-dialog>em{display:block;color:#3478f6;font-size:12px;font-weight:820;letter-spacing:.24em;font-style:normal;margin-bottom:7px;}
.user-domain-dialog h3{margin:0;color:#142036;font-size:24px;line-height:1.25;font-weight:820;letter-spacing:-.035em;}
.user-domain-dialog p{margin:12px auto 16px;max-width:285px;color:#7a879b;font-size:14px;line-height:1.65;}
.user-domain-dialog label{display:block;text-align:left;margin:0 0 16px;}
.user-domain-dialog label span{display:block;color:#17233a;font-size:14px;font-weight:680;margin:0 0 8px;}
.user-domain-dialog input{width:100%;height:48px;border-radius:17px;border:1px solid #dfe7f3;background:#fff;color:#17233a;font-size:15px;font-weight:500;padding:0 14px;box-sizing:border-box;outline:none;}
.user-domain-dialog input::placeholder{color:#a8b2c3;font-weight:400;}
.user-domain-dialog input:focus{border-color:#8bb8ff;box-shadow:0 0 0 4px rgba(63,124,255,.10);}
.user-domain-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.user-domain-actions button{height:46px;border-radius:999px;font-size:15px;font-weight:780;font-family:inherit;cursor:pointer;}
.user-domain-actions button:first-child{background:#fff;color:#3478f6;border:1px solid #cfe0ff;}
.user-domain-actions button:last-child{background:#3f7cff;color:#fff;border:1px solid #3f7cff;box-shadow:0 12px 22px rgba(63,124,255,.18);}
@media(max-width:390px){.user-domain-dialog{border-radius:26px;padding:22px 18px 18px}.user-domain-dialog h3{font-size:23px}.user-domain-actions button{height:44px;font-size:14px}}

/* v6.58 授权卡片：App 包名更名为授权 IP，域名/IP 弹窗支持双参数 */
.user-domain-dialog label + label{margin-top:10px;}
.user-domain-dialog .user-domain-actions{margin-top:2px;}
@media(max-width:390px){.user-domain-dialog label{margin-bottom:13px}.user-domain-dialog input{height:46px}}

/* v6.60 domain/ip modal input font refine */
.user-domain-dialog input{font-weight:500;}
.user-domain-dialog input::placeholder{color:#a8b2c3;font-weight:400;}
.user-domain-dialog label span{font-weight:680;}

/* v6.73 user center genuine license query page */
.user-license-query-main{padding-bottom:calc(34px + var(--safe-bottom));}
.license-query-panel,.license-query-result-panel{position:relative;overflow:hidden;}
.license-query-panel:before{content:"";position:absolute;right:-68px;top:-82px;width:170px;height:170px;border-radius:999px;background:radial-gradient(circle,rgba(63,124,255,.16),rgba(63,124,255,0) 68%);pointer-events:none;}
.license-query-desc{position:relative;margin:0 0 16px;color:#7b8799;font-size:14px;line-height:1.72;}
.license-query-form{position:relative;display:grid;gap:13px;}
.license-query-form label{display:grid;gap:8px;}
.license-query-form label span{color:#263244;font-size:14px;font-weight:720;}
.license-query-form input{width:100%;height:52px;border:1px solid #e1e9f4;border-radius:18px;background:#fbfcff;color:#17233a;font-size:15px;outline:none;padding:0 15px;box-sizing:border-box;}
.license-query-form input::placeholder{color:#a4afc0;}
.license-query-form input:focus{border-color:#bcd0ff;box-shadow:0 0 0 4px rgba(63,124,255,.10);background:#fff;}
.license-query-form button{height:52px;border:0;border-radius:999px;background:#3f7cff;color:#fff;font-size:17px;font-weight:780;box-shadow:0 14px 28px rgba(63,124,255,.22);font-family:inherit;cursor:pointer;}
.license-query-alert{margin:14px 0 0;}
.license-query-result-head{margin-bottom:14px;}
.license-query-result-list{display:grid;gap:13px;}
.license-query-result-card{position:relative;overflow:hidden;border:1px solid #e2ebf8;border-radius:22px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);padding:16px;box-shadow:0 14px 30px rgba(17,36,63,.045);}
.license-query-result-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#94a3b8;opacity:.92;}
.license-query-result-card--valid:before{background:#34d399;}
.license-query-result-card--limited:before{background:#f59e0b;}
.license-query-result-card--invalid:before{background:#f87171;}
.license-query-result-icon{width:42px;height:42px;border-radius:15px;display:flex;align-items:center;justify-content:center;background:#eef5ff;color:#2f6fff;font-size:22px;font-weight:820;margin-bottom:10px;}
.license-query-result-card--valid .license-query-result-icon{background:#ecfdf5;color:#047857;}
.license-query-result-card--limited .license-query-result-icon{background:#fff7ed;color:#c2410c;}
.license-query-result-card--invalid .license-query-result-icon{background:#fff1f2;color:#be123c;}
.license-query-result-copy h3{margin:0;color:#17233a;font-size:20px;line-height:1.25;font-weight:760;letter-spacing:-.035em;}
.license-query-result-copy p{margin:8px 0 13px;color:#7b8799;font-size:14px;line-height:1.65;}
.license-query-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:11px;border-top:1px solid #e6eef8;}
.license-query-meta div{min-width:0;display:grid;gap:4px;padding:10px 11px;border-radius:14px;background:#fff;border:1px solid #e8f0fa;}
.license-query-meta .license-query-meta-wide{grid-column:1/-1;}
.license-query-meta b{font-size:12px;color:#8792a4;font-weight:680;}
.license-query-meta em{font-style:normal;color:#263244;font-size:12px;line-height:1.45;word-break:break-all;}
.license-query-risk-note{margin-top:10px;padding:11px 12px;border-radius:15px;background:#fff7ed;border:1px solid #fed7aa;color:#c2410c;font-size:12.5px;line-height:1.58;}
@media(max-width:390px){.license-query-result-card{padding:15px 14px;border-radius:20px}.license-query-result-copy h3{font-size:19px}.license-query-meta{grid-template-columns:1fr}.license-query-form input,.license-query-form button{height:50px}}

/* v6.76 user profile: homepage-only notice and refined logout safety card */
.user-profile-main{
    padding-bottom:calc(34px + var(--safe-bottom));
}
.user-account-card .auth-kicker{
    margin-bottom:13px;
}
.user-account-info-list{
    margin-top:20px;
}
.user-account-logout-card{
    position:relative;
    overflow:hidden;
    text-align:left;
    padding:20px;
    border-color:#f1d5d5;
    background:linear-gradient(180deg,#fff 0%,#fffafa 100%);
    box-shadow:0 18px 42px rgba(176,55,55,.055);
}
.user-account-logout-card:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:3px;
    background:#f87171;
    opacity:.9;
}
.user-account-logout-card:after{
    content:"";
    position:absolute;
    right:-70px;
    top:-88px;
    width:170px;
    height:170px;
    border-radius:999px;
    background:radial-gradient(circle,rgba(248,113,113,.13),rgba(248,113,113,0) 70%);
    pointer-events:none;
}
.user-logout-head{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    gap:12px;
}
.user-logout-icon{
    width:42px;
    height:42px;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff1f2;
    color:#dc2626;
    font-size:20px;
    font-weight:820;
    box-shadow:inset 0 0 0 1px rgba(254,202,202,.72);
}
.user-logout-head em{
    display:block;
    color:#ef4444;
    font-size:11px;
    line-height:1;
    font-style:normal;
    font-weight:780;
    letter-spacing:.16em;
    margin-bottom:6px;
}
.user-account-logout-card h2{
    margin:0;
    color:#17233a;
    font-size:21px;
    line-height:1.16;
    font-weight:780;
    letter-spacing:-.035em;
}
.user-account-logout-card p{
    position:relative;
    z-index:1;
    margin:13px 0 16px;
    color:#7b8494;
    font-size:14px;
    line-height:1.7;
}
.user-logout-main-btn{
    position:relative;
    z-index:1;
    height:48px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:#fff;
    border:1px solid #fecaca;
    color:#dc2626;
    font-size:15.5px;
    font-weight:760;
    box-shadow:0 12px 24px rgba(220,38,38,.07);
}
.user-logout-main-btn:active{
    transform:translateY(1px);
}
@media(max-width:390px){
    .user-account-logout-card{padding:19px 18px;}
    .user-logout-icon{width:40px;height:40px;border-radius:14px;font-size:19px;}
    .user-account-logout-card h2{font-size:20px;}
    .user-logout-main-btn{height:47px;font-size:15px;}
}

/* v6.77 user center home: service dashboard instead of account profile details */
.user-service-home-card{
    position:relative;
    overflow:hidden;
    padding:30px 24px 24px;
}
.user-service-home-card:before{
    content:"";
    position:absolute;
    right:-74px;
    top:-88px;
    width:180px;
    height:180px;
    border-radius:999px;
    background:radial-gradient(circle,rgba(63,124,255,.15),rgba(63,124,255,0) 70%);
    pointer-events:none;
}
.user-service-home-card .auth-kicker,
.user-service-home-card h1,
.user-service-home-card>p,
.user-service-home-card .user-status-row,
.user-service-entry-grid{
    position:relative;
    z-index:1;
}
.user-service-entry-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:22px;
    text-align:left;
}
.user-service-entry-grid a{
    position:relative;
    min-height:132px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    padding:15px 14px 14px;
    border-radius:19px;
    border:1px solid #e3ecf8;
    background:linear-gradient(180deg,#fff,#f8fbff);
    box-shadow:0 12px 28px rgba(17,36,63,.045);
    text-decoration:none;
    overflow:hidden;
}
.user-service-entry-grid a:after{
    content:"›";
    position:absolute;
    right:13px;
    top:13px;
    color:#9eb4d5;
    font-size:22px;
    line-height:1;
    font-weight:760;
}
.user-service-entry-grid i{
    width:36px;
    height:36px;
    margin-bottom:12px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#eef5ff;
    color:#2f6fff;
    font-size:15px;
    line-height:1;
    font-style:normal;
    font-weight:800;
    box-shadow:inset 0 0 0 1px rgba(207,224,255,.75);
}

/* v6.97 user center service entries: replace single-character badges with consistent line icons */
.user-service-entry-grid i.entry-icon svg{
    width:19px;
    height:19px;
    display:block;
}
.user-service-entry-grid i.entry-icon svg path,
.user-service-entry-grid i.entry-icon svg circle{
    fill:none;
    stroke:currentColor;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.user-service-entry-grid strong{
    display:block;
    color:#17233a;
    font-size:16px;
    line-height:1.25;
    font-weight:760;
    letter-spacing:-.025em;
}
.user-service-entry-grid span{
    display:block;
    margin-top:7px;
    color:#7b8799;
    font-size:12.5px;
    line-height:1.55;
}
.user-help-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    text-align:left;
    padding:20px;
    background:linear-gradient(180deg,#fff,#f8fbff);
}
.user-help-card span{
    display:block;
    color:#3f7cff;
    font-size:11px;
    line-height:1;
    font-weight:780;
    letter-spacing:.16em;
    margin-bottom:7px;
}
.user-help-card h2{
    margin:0;
    color:#17233a;
    font-size:21px;
    line-height:1.16;
    font-weight:780;
    letter-spacing:-.035em;
}
.user-help-card p{
    margin:9px 0 0;
    color:#7b8494;
    font-size:14px;
    line-height:1.65;
}
.user-help-card a{
    flex:0 0 auto;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 15px;
    border-radius:999px;
    background:#eef5ff;
    border:1px solid #dbe8ff;
    color:#2f6fff;
    font-size:14px;
    font-weight:760;
    text-decoration:none;
    white-space:nowrap;
}
@media(max-width:390px){
    .user-service-home-card{padding:28px 20px 22px;}
    .user-service-entry-grid{grid-template-columns:1fr;gap:10px;}
    .user-service-entry-grid a{min-height:auto;padding:15px 14px;}
    .user-help-card{display:grid;gap:14px;padding:19px 18px;}
    .user-help-card a{width:100%;}
}


/* v6.78 user center home notice: match service center card surface */
body.auth-page .user-notice-card{
    border-color:rgba(222,231,246,.9);
    background:rgba(255,255,255,.86);
    backdrop-filter:blur(16px);
    box-shadow:none!important;
}
body.auth-page .user-notice-card:before{
    content:""!important;
    display:block!important;
    position:absolute;
    right:-74px;
    top:-88px;
    width:180px;
    height:180px;
    border-radius:999px;
    background:radial-gradient(circle,rgba(63,124,255,.15),rgba(63,124,255,0) 70%);
    pointer-events:none;
}
body.auth-page .user-notice-card:after{
    top:22px;
    bottom:22px;
    width:2px;
    background:#d7e5ff;
    opacity:.82;
}
body.auth-page .user-notice-main{
    position:relative;
    z-index:1;
}
@media(max-width:390px){
    body.auth-page .user-notice-card{border-radius:25px;}
}


/* v6.79 user profile: simplify logout area to one light button */
.user-logout-simple-wrap{
    margin:14px 0 0;
    padding:0 2px calc(10px + var(--safe-bottom));
}
.user-logout-simple-btn{
    width:100%;
    min-height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    border:1px solid rgba(248,113,113,.56);
    background:rgba(255,255,255,.74);
    color:#dc2626;
    font-size:15.5px;
    font-weight:760;
    letter-spacing:-.01em;
    box-shadow:none;
    -webkit-tap-highlight-color:transparent;
}
.user-logout-simple-btn:active{
    transform:translateY(1px);
    background:#f3f7ff;
}
@media(max-width:390px){
    .user-logout-simple-wrap{margin-top:12px;}
    .user-logout-simple-btn{min-height:45px;font-size:15px;}
}

/* v6.80 user center: settings overview, avatar fallback and user detail page */
.user-settings-main,
.user-info-main{
    padding-bottom:calc(34px + var(--safe-bottom));
}
.user-settings-panel{
    width:100%;
    border:1px solid rgba(222,231,246,.86);
    border-radius:28px;
    background:rgba(255,255,255,.9);
    box-shadow:0 18px 48px rgba(17,36,63,.055);
    overflow:hidden;
}
.user-settings-profile-link{
    display:grid;
    grid-template-columns:72px minmax(0,1fr) 22px;
    align-items:center;
    gap:16px;
    padding:24px 22px;
    text-decoration:none;
    color:inherit;
    background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
    border-bottom:1px solid #edf2f9;
    -webkit-tap-highlight-color:transparent;
}
.user-settings-avatar,
.user-info-avatar{
    width:72px;
    height:72px;
    border-radius:26px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    background:linear-gradient(135deg,#eaf2ff,#3f7cff);
    color:#fff;
    font-size:28px;
    line-height:1;
    font-weight:850;
    box-shadow:0 14px 26px rgba(63,124,255,.16), inset 0 0 0 1px rgba(255,255,255,.55);
}
.user-settings-avatar img,
.user-info-avatar img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}
.user-settings-identity{
    min-width:0;
    display:grid;
    gap:7px;
    text-align:left;
}
.user-settings-identity strong{
    color:#17233a;
    font-size:24px;
    line-height:1.18;
    font-weight:760;
    letter-spacing:-.035em;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.user-settings-identity em{
    color:#697489;
    font-size:16px;
    line-height:1.25;
    font-style:normal;
    font-weight:450;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.user-settings-profile-link>i{
    color:#9aa6b8;
    font-size:34px;
    line-height:1;
    font-style:normal;
    font-weight:360;
    text-align:right;
}
.user-settings-list{
    display:grid;
}
.user-settings-list div{
    min-height:66px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:0 22px;
    border-bottom:1px solid #edf2f9;
}
.user-settings-list div:last-child{border-bottom:0;}
.user-settings-list span{
    color:#263244;
    font-size:17px;
    font-weight:520;
}
.user-settings-list strong{
    color:#2f6fff;
    font-size:16px;
    font-weight:620;
    text-align:right;
    white-space:nowrap;
}
.user-settings-logout-wrap{
    margin-top:18px;
    padding-left:14px;
    padding-right:14px;
}
.user-info-hero{
    width:100%;
    padding:24px 20px 30px;
    text-align:center;
    border:1px solid rgba(222,231,246,.86);
    border-radius:28px;
    background:rgba(255,255,255,.9);
    box-shadow:0 18px 48px rgba(17,36,63,.045);
}
.user-avatar-upload-form{
    margin:0;
}
.user-info-avatar{
    width:112px;
    height:112px;
    margin:0 auto;
    border-radius:999px;
    font-size:42px;
    cursor:pointer;
    box-shadow:0 18px 34px rgba(63,124,255,.16), inset 0 0 0 1px rgba(255,255,255,.55);
}
.user-info-hero p{
    margin:14px 0 0;
    color:#6f7785;
    font-size:16px;
    line-height:1.4;
    font-weight:450;
}
.user-info-sheet{
    width:100%;
    border:1px solid rgba(222,231,246,.86);
    border-radius:28px;
    background:rgba(255,255,255,.9);
    box-shadow:0 18px 48px rgba(17,36,63,.045);
    overflow:hidden;
}
.user-info-sheet div{
    min-height:64px;
    display:grid;
    grid-template-columns:104px minmax(0,1fr);
    align-items:center;
    gap:12px;
    padding:0 20px;
    border-bottom:1px solid #edf2f9;
}
.user-info-sheet div:last-child{border-bottom:0;}
.user-info-sheet span{
    color:#263244;
    font-size:16px;
    font-weight:520;
}
.user-info-sheet strong{
    min-width:0;
    color:#8b94a3;
    font-size:16px;
    line-height:1.35;
    font-weight:520;
    text-align:right;
    word-break:break-all;
}
@media(max-width:390px){
    .user-settings-panel,.user-info-hero,.user-info-sheet{border-radius:25px;}
    .user-settings-profile-link{grid-template-columns:64px minmax(0,1fr) 20px;gap:14px;padding:22px 20px;}
    .user-settings-avatar{width:64px;height:64px;border-radius:23px;font-size:25px;}
    .user-settings-identity strong{font-size:22px;}
    .user-settings-identity em{font-size:15px;}
    .user-settings-list div{min-height:62px;padding:0 20px;}
    .user-settings-list span{font-size:16px;}
    .user-settings-list strong{font-size:15px;}
    .user-info-avatar{width:104px;height:104px;font-size:38px;}
    .user-info-sheet div{grid-template-columns:88px minmax(0,1fr);min-height:62px;padding:0 18px;}
    .user-info-sheet span,.user-info-sheet strong{font-size:15px;}
}


/* v6.81 user center settings: wider, cleaner account settings layout */
body.user-settings-page .auth-main.user-settings-main{
    width:100%;
    max-width:none;
    padding-top:30px;
    padding-left:24px;
    padding-right:24px;
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:16px;
    justify-items:stretch;
}
body.user-settings-page .user-settings-panel{
    width:100%;
    max-width:none;
    display:grid;
    gap:14px;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    overflow:visible;
}
body.user-settings-page .user-settings-profile-link{
    position:relative;
    overflow:hidden;
    grid-template-columns:74px minmax(0,1fr) 24px;
    gap:16px;
    min-height:118px;
    padding:20px 20px;
    border:1px solid rgba(218,228,244,.92);
    border-radius:30px;
    background:
        radial-gradient(circle at 92% 12%,rgba(63,124,255,.14),rgba(63,124,255,0) 44%),
        linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,251,255,.94));
    box-shadow:0 18px 46px rgba(17,36,63,.055);
    border-bottom:1px solid rgba(218,228,244,.92);
}
body.user-settings-page .user-settings-profile-link:before{
    content:"";
    position:absolute;
    left:0;
    top:22px;
    bottom:22px;
    width:3px;
    border-radius:0 99px 99px 0;
    background:linear-gradient(180deg,#82b1ff,#3f7cff);
    opacity:.72;
}
body.user-settings-page .user-settings-avatar{
    width:74px;
    height:74px;
    border-radius:50%;
    font-size:28px;
    background:linear-gradient(135deg,#eaf2ff 0%,#73a2ff 52%,#3f7cff 100%);
    box-shadow:0 16px 30px rgba(63,124,255,.18), inset 0 0 0 1px rgba(255,255,255,.62);
}
body.user-settings-page .user-settings-identity strong{
    font-size:26px;
    line-height:1.14;
    font-weight:760;
    letter-spacing:-.045em;
}
body.user-settings-page .user-settings-identity em{
    font-size:16px;
    color:#6f7a8d;
    font-weight:460;
}
body.user-settings-page .user-settings-profile-link>i{
    width:24px;
    height:24px;
    border-radius:999px;
    display:grid;
    place-items:center;
    color:#9badc9;
    background:#f3f7ff;
    border:1px solid #e2ebfa;
    font-size:24px;
    font-weight:500;
}
body.user-settings-page .user-settings-list{
    width:100%;
    overflow:hidden;
    border:1px solid rgba(218,228,244,.92);
    border-radius:28px;
    background:rgba(255,255,255,.92);
    box-shadow:0 16px 42px rgba(17,36,63,.045);
}
body.user-settings-page .user-settings-list div{
    min-height:62px;
    padding:0 22px;
    background:rgba(255,255,255,.74);
    border-bottom:1px solid #edf2f9;
}
body.user-settings-page .user-settings-list span{
    color:#263244;
    font-size:16px;
    font-weight:620;
    letter-spacing:-.02em;
}
body.user-settings-page .user-settings-list strong{
    color:#2f6fff;
    font-size:16px;
    font-weight:700;
}
body.user-settings-page .user-settings-logout-wrap{
    width:100%;
    margin-top:4px;
    padding:0 6px;
}
body.user-settings-page .user-logout-simple-btn{
    min-height:48px;
    border-radius:999px;
    font-size:16px;
    font-weight:720;
    color:#2f6fff;
    background:linear-gradient(180deg, rgba(255,255,255,.94), rgba(246,249,255,.88));
    border-color:rgba(47,111,255,.28);
    box-shadow:0 10px 24px rgba(47,111,255,.06);
}
body.user-info-page .auth-main.user-info-main{
    width:100%;
    max-width:none;
    padding-top:28px;
    padding-left:24px;
    padding-right:24px;
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:16px;
}
body.user-info-page .user-info-hero,
body.user-info-page .user-info-sheet{
    box-shadow:0 16px 42px rgba(17,36,63,.045);
}
body.user-info-page .user-info-avatar{
    background:linear-gradient(135deg,#eaf2ff 0%,#73a2ff 52%,#3f7cff 100%);
}
@media(max-width:390px){
    body.user-settings-page .auth-main.user-settings-main,
    body.user-info-page .auth-main.user-info-main{
        padding-left:20px;
        padding-right:20px;
        padding-top:24px;
    }
    body.user-settings-page .user-settings-profile-link{
        grid-template-columns:66px minmax(0,1fr) 22px;
        min-height:106px;
        padding:18px 18px;
        gap:14px;
        border-radius:26px;
    }
    body.user-settings-page .user-settings-avatar{
        width:66px;
        height:66px;
        font-size:25px;
    }
    body.user-settings-page .user-settings-identity strong{font-size:23px;}
    body.user-settings-page .user-settings-identity em{font-size:15px;}
    body.user-settings-page .user-settings-list{border-radius:25px;}
    body.user-settings-page .user-settings-list div{min-height:58px;padding:0 18px;}
    body.user-settings-page .user-settings-list span,
    body.user-settings-page .user-settings-list strong{font-size:15px;}
}


/* v6.87 顶部头像再收敛：降低头像视觉权重，菜单仍为主导航入口 */
.site-header .header-actions{gap:10px;}
.site-header .user-avatar-btn,
.auth-header .user-avatar-btn{
    width:36px;
    height:36px;
    flex:0 0 36px;
    min-width:36px;
    padding:0;
    border-radius:999px;
    border:1px solid rgba(203,220,255,.78);
    background:linear-gradient(135deg,rgba(248,251,255,.98),rgba(255,255,255,.99));
    box-shadow:0 6px 14px rgba(63,124,255,.06);
    overflow:hidden;
}
.site-header .user-avatar-btn img,
.auth-header .user-avatar-btn img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    border-radius:999px;
}
.site-header .user-avatar-btn span,
.auth-header .user-avatar-btn span{
    width:100%;
    height:100%;
    display:grid;
    place-items:center;
    border-radius:999px;
    background:linear-gradient(135deg,#e8f1ff 0%,#8fb3ff 100%);
    color:#fff;
    font-size:15px;
    font-weight:800;
    letter-spacing:-.02em;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.46);
}
.site-header .menu-btn{margin-left:0;}
@media(max-width:390px){
    .site-header .header-actions{gap:9px;}
    .site-header .user-avatar-btn,
    .auth-header .user-avatar-btn{width:34px;height:34px;flex-basis:34px;min-width:34px;}
    .site-header .user-avatar-btn span,
    .auth-header .user-avatar-btn span{font-size:14px;}
}

/* v6.89 product list page + project price */
.project-price{margin-top:10px;color:#f59e0b;font-size:18px;line-height:1.1;font-weight:820;letter-spacing:-.035em}.project-more-wrap{display:flex;justify-content:center;margin:24px 0 4px}.project-more-btn{display:inline-flex;align-items:center;justify-content:center;min-width:168px;height:48px;padding:0 28px;border:1px solid #a9c4ff;border-radius:999px;background:rgba(255,255,255,.74);color:var(--blue);font-size:16px;font-weight:760;box-shadow:0 14px 30px rgba(63,124,255,.08);backdrop-filter:blur(12px)}.project-more-btn:active{transform:scale(.98);background:#f2f7ff}.product-list-shell main{background:#fff;padding:0 0 36px}.product-list-hero{margin:24px 26px 42px;border-radius:22px;min-height:198px;padding:46px 28px;display:grid;align-content:center;justify-items:center;text-align:center;color:#fff;background:linear-gradient(0deg,rgba(16,27,45,.66),rgba(16,27,45,.66)),linear-gradient(135deg,#dfe9ff,#f7fbff);box-shadow:0 18px 40px rgba(31,45,70,.08);overflow:hidden}.product-list-hero span{display:block;color:rgba(255,255,255,.82);font-size:13px;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.product-list-hero h1{margin:12px 0 0;font-size:31px;line-height:1.18;font-weight:850;letter-spacing:-.04em}.product-list-hero p{margin:16px 0 0;max-width:330px;color:rgba(255,255,255,.82);font-size:16px;line-height:1.72}.product-list-section{padding:0 26px 32px}.product-list-title{display:flex;align-items:center;gap:10px;margin:0 0 18px}.product-list-title i{width:4px;height:24px;border-radius:999px;background:var(--blue);box-shadow:0 6px 14px rgba(63,124,255,.22)}.product-list-title h2{margin:0;color:#242b37;font-size:26px;line-height:1.2;font-weight:850;letter-spacing:-.04em}.product-list-stack{display:grid;gap:16px}.product-list-card{display:grid;grid-template-columns:78px 1fr;gap:12px;position:relative;overflow:hidden;border-radius:18px;background:#f4f4f6;border:1px solid rgba(226,232,240,.58);box-shadow:0 12px 28px rgba(31,45,70,.035);padding:18px 18px 0}.product-list-cover{width:74px;height:74px;border-radius:12px;background:#fff;border:1px solid rgba(226,232,240,.8);display:grid;place-items:center;overflow:hidden;align-self:start}.product-list-cover img{width:100%;height:100%;object-fit:contain;display:block;background:#fff}.product-list-cover b{color:var(--blue);font-size:28px;font-weight:850}.product-list-info{min-width:0;padding-bottom:74px}.product-list-info h3{margin:0;color:#2b3037;font-size:21px;line-height:1.26;font-weight:820;letter-spacing:-.045em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-list-price{margin-top:9px;color:#f59e0b;font-size:22px;line-height:1.1;font-weight:850;letter-spacing:-.035em}.product-list-info p{margin:12px 0 0;color:#7d8490;font-size:15px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-list-actions{position:absolute;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr 1fr;height:54px;border-top:1px solid rgba(226,232,240,.56)}.product-list-actions a{display:flex;align-items:center;justify-content:center;color:#242b37;background:rgba(255,255,255,.32);font-size:16px;font-weight:650}.product-list-actions a.primary{background:var(--blue);color:#fff;font-weight:760}.product-list-actions a:active{filter:brightness(.98)}@media(max-width:390px){.project-price{font-size:17px}.project-more-btn{min-width:158px;height:46px;font-size:15px}.product-list-hero{margin-left:20px;margin-right:20px;padding-left:22px;padding-right:22px}.product-list-section{padding-left:20px;padding-right:20px}.product-list-card{grid-template-columns:68px 1fr;padding:16px 16px 0}.product-list-cover{width:64px;height:64px}.product-list-info h3{font-size:19px}.product-list-price{font-size:21px}.product-list-info p{font-size:14px}.product-list-actions{height:52px}.product-list-actions a{font-size:15px}}


/* v6.95 user center notice: speaker icon and lighter announcement layout */
body.auth-page .user-notice-card{
    display:flex;
    align-items:flex-start;
    gap:13px;
    padding:18px 19px 18px;
    border-color:rgba(213,228,250,.92);
    background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(248,251,255,.86));
}
body.auth-page .user-notice-card:after{
    top:26px;
    bottom:26px;
    background:linear-gradient(180deg,#6ea0ff,#d8e7ff);
    opacity:.86;
}
.user-notice-icon{
    position:relative;
    z-index:1;
    flex:0 0 auto;
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    color:#2f6fff;
    background:linear-gradient(145deg,rgba(239,246,255,.98),rgba(226,237,255,.88));
    border:1px solid rgba(198,218,255,.9);
    box-shadow:0 10px 24px rgba(47,111,255,.10);
}
.user-notice-icon svg{
    width:22px;
    height:22px;
    display:block;
}
body.auth-page .user-notice-main{
    flex:1 1 auto;
    min-width:0;
    gap:5px;
    padding-top:1px;
}
body.auth-page .user-notice-main span{
    height:21px;
    padding:0 9px;
    background:rgba(239,246,255,.78);
    border:1px solid rgba(220,234,255,.82);
}
body.auth-page .user-notice-main h2{
    font-size:17.5px;
    font-weight:720;
}
body.auth-page .user-notice-main p{
    max-width:560px;
}
body.auth-page .user-notice-main a{
    margin-top:6px;
}
@media(max-width:390px){
    body.auth-page .user-notice-card{
        gap:11px;
        padding:16px 16px 16px;
    }
    .user-notice-icon{
        width:38px;
        height:38px;
        border-radius:14px;
    }
    .user-notice-icon svg{
        width:20px;
        height:20px;
    }
}


/* v6.96 user center notice: compact inline speaker label */
body.auth-page .user-notice-card{
    display:block;
    padding:18px 20px 19px;
    border-color:rgba(213,228,250,.92);
    background:
        radial-gradient(circle at 92% 12%,rgba(63,124,255,.11),rgba(63,124,255,0) 44%),
        linear-gradient(135deg,rgba(255,255,255,.93),rgba(248,251,255,.88));
}
body.auth-page .user-notice-card:after{
    top:24px;
    bottom:24px;
    background:linear-gradient(180deg,#6ea0ff,#d8e7ff);
    opacity:.76;
}
body.auth-page .user-notice-main{
    position:relative;
    z-index:1;
    display:grid;
    gap:7px;
    min-width:0;
    padding-left:16px;
}
.user-notice-head{
    display:flex;
    align-items:center;
    gap:8px;
    min-width:0;
}
.user-notice-icon{
    position:static;
    flex:0 0 auto;
    width:26px;
    height:26px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    color:#2f6fff;
    background:linear-gradient(145deg,rgba(239,246,255,.96),rgba(226,237,255,.82));
    border:1px solid rgba(201,220,255,.74);
    box-shadow:none;
}
.user-notice-icon svg{
    width:15px;
    height:15px;
    display:block;
}
body.auth-page .user-notice-main span{
    height:24px;
    padding:0 11px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:max-content;
    background:rgba(239,246,255,.78);
    border:1px solid rgba(220,234,255,.82);
    border-radius:999px;
    color:#2f6fff;
    font-size:12px;
    font-weight:800;
    letter-spacing:.22em;
}
body.auth-page .user-notice-main h2{
    margin:2px 0 0;
    font-size:18px;
    line-height:1.28;
    font-weight:760;
    color:#17233a;
    letter-spacing:-.03em;
}
body.auth-page .user-notice-main p{
    margin:0;
    max-width:620px;
    color:#7b8495;
    font-size:14px;
    line-height:1.72;
    font-weight:450;
}
body.auth-page .user-notice-main a{
    margin-top:5px;
}
@media(max-width:390px){
    body.auth-page .user-notice-card{padding:16px 17px 17px;}
    body.auth-page .user-notice-main{padding-left:14px;gap:6px;}
    .user-notice-icon{width:24px;height:24px;border-radius:9px;}
    .user-notice-icon svg{width:14px;height:14px;}
    body.auth-page .user-notice-main h2{font-size:17px;}
    body.auth-page .user-notice-main p{font-size:13px;line-height:1.66;}
}

/* v6.99 user center: remove right-side glow shadows and heavy soft shadows */
body.auth-page .user-avatar-btn,
body.auth-page .user-card,
body.auth-page .user-panel,
body.auth-page .user-notice-card,
body.auth-page .user-service-home-card,
body.auth-page .user-service-entry-grid a,
body.auth-page .user-help-card,
body.user-settings-page .user-settings-panel,
body.user-settings-page .user-settings-profile-link,
body.user-settings-page .user-settings-avatar,
body.user-settings-page .user-settings-list,
body.user-settings-page .user-logout-simple-btn,
body.user-info-page .user-info-hero,
body.user-info-page .user-info-sheet,
body.user-info-page .user-info-avatar,
body.user-license-query-page .license-query-panel,
body.user-license-query-page .license-query-result-panel,
body.user-license-query-page .license-query-result-card,
body.user-license-query-page .license-query-form button{
    box-shadow:none!important;
}
body.auth-page .user-notice-card{
    background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(248,251,255,.90))!important;
}
body.auth-page .user-notice-card:before,
body.auth-page .user-service-home-card:before,
body.user-license-query-page .license-query-panel:before{
    content:none!important;
    display:none!important;
}
body.auth-page .user-service-home-card,
body.user-settings-page .user-settings-profile-link,
body.user-license-query-page .license-query-panel,
body.user-license-query-page .license-query-result-panel{
    background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,251,255,.92))!important;
}
body.user-settings-page .user-settings-profile-link{
    background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,251,255,.94))!important;
}
body.auth-page .user-avatar-btn{
    background:linear-gradient(135deg,#f4f8ff,#ffffff)!important;
}

/* v7.09 trust ecosystem labels: partner-style compact badges, matching reference video */
.trust-tags{
    margin-top:18px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:9px 10px;
}
.trust-tags span{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-height:30px;
    padding:0 11px 0 10px;
    border-radius:8px;
    background:#fff;
    border:1px solid rgba(210,220,235,.96);
    color:#344255;
    font-size:12px;
    font-weight:720;
    line-height:1;
    letter-spacing:-.01em;
    box-shadow:none;
}
.trust-tags span::before{
    content:'';
    width:16px;
    height:16px;
    flex:0 0 16px;
    border-radius:5px;
    background:
        radial-gradient(circle at 65% 35%, rgba(255,255,255,.95) 0 18%, transparent 19%),
        linear-gradient(135deg,#4c8cff 0%,#74a7ff 100%);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.55);
}
.trust-tags span:nth-child(2n)::before{
    border-radius:50%;
    background:
        radial-gradient(circle at 50% 50%, rgba(255,255,255,.95) 0 20%, transparent 21%),
        linear-gradient(135deg,#3f7cff 0%,#9bbdff 100%);
}
.trust-tags span:nth-child(3n)::before{
    border-radius:4px;
    background:
        linear-gradient(90deg,transparent 0 28%,rgba(255,255,255,.92) 29% 43%,transparent 44%),
        linear-gradient(135deg,#4f83ff 0%,#6aa6ff 100%);
}
@media(max-width:390px){
    .trust-tags{gap:8px;margin-top:16px;}
    .trust-tags span{min-height:29px;padding:0 10px 0 9px;font-size:12px;border-radius:8px;}
    .trust-tags span::before{width:15px;height:15px;flex-basis:15px;border-radius:5px;}
}


/* v7.10 trust ecosystem: video-style partner badges with horizontal auto-scroll */
.trust-partner-marquee{
    position:relative;
    margin-top:18px;
    display:flex;
    flex-direction:column;
    gap:10px;
    overflow:hidden;
    padding:2px 0;
    -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 9%,#000 91%,transparent 100%);
    mask-image:linear-gradient(90deg,transparent 0,#000 9%,#000 91%,transparent 100%);
}
.trust-partner-row{
    width:100%;
    overflow:hidden;
    white-space:nowrap;
}
.trust-partner-track{
    display:inline-flex;
    align-items:center;
    gap:10px;
    min-width:max-content;
    animation:jingtanPartnerMarquee 28s linear infinite;
    will-change:transform;
}
.trust-partner-row.is-reverse .trust-partner-track{
    animation-name:jingtanPartnerMarqueeReverse;
    animation-duration:32s;
}
.trust-partner-row:nth-child(3) .trust-partner-track{
    animation-duration:36s;
}
.partner-badge{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    gap:8px;
    height:34px;
    padding:0 13px 0 10px;
    border-radius:9px;
    background:#fff;
    border:1px solid rgba(214,222,235,.98);
    color:#2f3848;
    font-size:12px;
    font-weight:780;
    line-height:1;
    box-shadow:none;
}
.partner-badge i{
    width:20px;
    height:20px;
    flex:0 0 20px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:7px;
    background:linear-gradient(135deg,#f2f6ff,#fff);
    border:1px solid rgba(218,226,241,.95);
    color:#3478ff;
    font-size:10px;
    font-style:normal;
    font-weight:900;
    letter-spacing:-.04em;
}
.partner-badge b{
    display:inline-block;
    font:inherit;
    white-space:nowrap;
}
.partner-alipay i{background:linear-gradient(135deg,#eaf3ff,#fff);color:#1677ff;}
.partner-huifu i{background:linear-gradient(135deg,#f1f3ff,#fff);color:#3b5bdb;}
.partner-suning i{background:linear-gradient(135deg,#fff5e8,#fff);color:#f59f00;}
.partner-likeadmin i{background:linear-gradient(135deg,#eef7ff,#fff);color:#2f80ed;}
.partner-zto i{background:linear-gradient(135deg,#edf4ff,#fff);color:#1f6feb;}
.partner-telecom i{background:linear-gradient(135deg,#f5fbff,#fff);color:#0f73d9;}
.partner-aliyun i{background:linear-gradient(135deg,#fff3e8,#fff);color:#ff6b00;}
.partner-unionpay i{background:linear-gradient(135deg,#eefaf4,#fff);color:#10a86b;}
.partner-kd100 i{background:linear-gradient(135deg,#fff7ea,#fff);color:#f08c00;font-size:8px;}
.partner-tencent i{background:linear-gradient(135deg,#eef6ff,#fff);color:#1677ff;}
@keyframes jingtanPartnerMarquee{
    0%{transform:translate3d(0,0,0);}
    100%{transform:translate3d(-50%,0,0);}
}
@keyframes jingtanPartnerMarqueeReverse{
    0%{transform:translate3d(-50%,0,0);}
    100%{transform:translate3d(0,0,0);}
}
@media (prefers-reduced-motion:reduce){
    .trust-partner-track{animation:none!important;}
}
@media(max-width:390px){
    .trust-partner-marquee{gap:9px;margin-top:16px;}
    .trust-partner-track{gap:8px;}
    .partner-badge{height:32px;padding:0 11px 0 9px;border-radius:8px;font-size:11px;gap:7px;}
    .partner-badge i{width:18px;height:18px;flex-basis:18px;border-radius:6px;font-size:9px;}
    .partner-kd100 i{font-size:7px;}
}


/* v7.16 auth remember password row */
.auth-remember-row{display:flex!important;align-items:center;gap:8px;margin:-2px 0 2px;min-height:26px;color:#5f6c82;font-size:13px;font-weight:700;}
.auth-remember-row input{width:18px!important;height:18px!important;min-width:18px;border-radius:6px;padding:0;margin:0;accent-color:var(--blue);box-shadow:none!important;}
.auth-remember-row span{font-size:13px!important;color:#263244!important;font-weight:760!important;}
@media(max-width:390px){.auth-remember-row{gap:7px}}

/* v7.18 auth remember password: restore input hints and refine checkbox tap style */
.auth-form input::placeholder{color:#a7afbd;}
.auth-remember-row{
    position:relative;
    display:inline-flex!important;
    align-items:center;
    justify-self:flex-start;
    gap:8px;
    width:auto;
    min-height:28px;
    margin:-2px 0 2px;
    padding:0;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    -webkit-tap-highlight-color:transparent;
    user-select:none;
}
.auth-remember-row input[type="checkbox"]{
    position:absolute;
    inset:0 auto auto 0;
    width:28px!important;
    height:28px!important;
    opacity:0;
    margin:0;
    padding:0;
    cursor:pointer;
    appearance:none;
    -webkit-appearance:none;
}
.auth-remember-check{
    width:18px;
    height:18px;
    border:1.5px solid #9ba7b8;
    border-radius:6px;
    background:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
    transition:background .16s ease,border-color .16s ease;
}
.auth-remember-check:after{
    content:'';
    width:8px;
    height:5px;
    border-left:2px solid #fff;
    border-bottom:2px solid #fff;
    transform:rotate(-45deg) translate(1px,-1px);
    opacity:0;
}
.auth-remember-row input[type="checkbox"]:checked + .auth-remember-check{
    background:var(--blue);
    border-color:var(--blue);
}
.auth-remember-row input[type="checkbox"]:checked + .auth-remember-check:after{opacity:1;}
.auth-remember-text{
    font-size:13px!important;
    color:#263244!important;
    font-weight:760!important;
    line-height:1;
}
@media(max-width:390px){.auth-remember-row{gap:7px}.auth-remember-check{width:17px;height:17px}}


/* v7.19 remember password row: stop full-width tap highlight */
.auth-form .auth-remember-row{
    justify-self:start!important;
    align-self:start!important;
    width:max-content!important;
    max-width:max-content!important;
    min-width:0!important;
    display:inline-flex!important;
    background:transparent!important;
    -webkit-tap-highlight-color:rgba(0,0,0,0)!important;
    -webkit-touch-callout:none;
}
.auth-form .auth-remember-row:active,
.auth-form .auth-remember-row:focus,
.auth-form .auth-remember-row:focus-within{
    background:transparent!important;
    box-shadow:none!important;
    outline:none!important;
}
.auth-form .auth-remember-row input[type="checkbox"]{
    -webkit-tap-highlight-color:rgba(0,0,0,0)!important;
}
.auth-form .auth-remember-check,
.auth-form .auth-remember-text{
    pointer-events:none;
}


/* v7.21 user center surfaces: unify user center card backgrounds to clean white */
body.auth-page .user-notice-card,
body.auth-page .user-card,
body.auth-page .user-service-home-card,
body.auth-page .user-service-entry-grid a,
body.auth-page .user-help-card,
body.auth-page .user-panel,
body.auth-page .user-contact-card,
body.user-settings-page .user-settings-panel,
body.user-settings-page .user-settings-profile-link,
body.user-settings-page .user-settings-list,
body.user-info-page .user-info-hero,
body.user-info-page .user-info-sheet,
body.user-license-query-page .license-query-panel,
body.user-license-query-page .license-query-result-panel,
body.user-license-query-page .license-query-result-card{
    background:#fff!important;
    background-image:none!important;
}
body.auth-page .user-notice-card:before,
body.auth-page .user-notice-card:after,
body.auth-page .user-service-home-card:before,
body.auth-page .user-service-home-card:after,
body.auth-page .user-card:before,
body.auth-page .user-card:after,
body.auth-page .user-help-card:before,
body.auth-page .user-help-card:after,
body.user-settings-page .user-settings-profile-link:before,
body.user-settings-page .user-settings-profile-link:after,
body.user-info-page .user-info-hero:before,
body.user-info-page .user-info-hero:after,
body.user-license-query-page .license-query-panel:before,
body.user-license-query-page .license-query-panel:after{
    content:none!important;
    display:none!important;
}
body.auth-page .user-service-entry-grid a,
body.auth-page .user-help-card,
body.auth-page .user-panel,
body.auth-page .user-notice-card,
body.auth-page .user-service-home-card,
body.user-settings-page .user-settings-panel,
body.user-settings-page .user-settings-profile-link,
body.user-settings-page .user-settings-list,
body.user-info-page .user-info-hero,
body.user-info-page .user-info-sheet,
body.user-license-query-page .license-query-panel,
body.user-license-query-page .license-query-result-panel,
body.user-license-query-page .license-query-result-card{
    box-shadow:none!important;
}
body.auth-page .user-notice-card{
    border-color:rgba(222,231,246,.96)!important;
}
body.auth-page .user-notice-main{
    padding-left:0!important;
}

/* v7.25 frontend payment page skeleton */
.order-pay-main{
    align-items:flex-start;
    padding-bottom:calc(42px + var(--safe-bottom));
}
.order-pay-card{
    width:100%;
    border:1px solid rgba(222,231,246,.96);
    border-radius:28px;
    background:#fff;
    box-shadow:none;
    padding:26px 22px;
    box-sizing:border-box;
}
.order-pay-card h1{
    margin:0;
    color:#17233a;
    font-size:30px;
    line-height:1.14;
    font-weight:760;
    letter-spacing:-.045em;
}
.order-pay-card>p{
    margin:12px 0 0;
    color:#758094;
    font-size:15px;
    line-height:1.7;
}
.order-pay-amount{
    margin:22px 0 14px;
    padding:19px 18px;
    border:1px solid #e2ebf8;
    border-radius:24px;
    background:#f8fbff;
    display:grid;
    gap:7px;
}
.order-pay-amount span{
    color:#7d8ca2;
    font-size:12px;
    line-height:1;
    font-weight:760;
    letter-spacing:.12em;
}
.order-pay-amount strong{
    color:#17233a;
    font-size:34px;
    line-height:1.08;
    font-weight:780;
    letter-spacing:-.05em;
}
.order-pay-amount em{
    color:#7c8799;
    font-size:13px;
    line-height:1.45;
    font-style:normal;
    word-break:break-all;
}
.order-pay-project{
    margin-top:0;
}
.order-pay-info{
    display:grid;
    gap:9px;
    margin:14px 0 16px;
}
.order-pay-info div{
    display:grid;
    grid-template-columns:78px minmax(0,1fr);
    gap:12px;
    align-items:center;
    min-height:43px;
    padding:11px 13px;
    border:1px solid #e7eef8;
    border-radius:16px;
    background:#fff;
}
.order-pay-info b{
    color:#263244;
    font-size:13px;
    font-weight:720;
}
.order-pay-info span{
    color:#758094;
    font-size:13px;
    line-height:1.45;
    word-break:break-all;
}
.order-pay-state{
    margin-top:16px;
    padding:15px 16px;
    border-radius:18px;
    border:1px solid #dce7f5;
    background:#f8fbff;
}
.order-pay-state b{
    display:block;
    color:#17233a;
    font-size:16px;
    line-height:1.35;
    font-weight:760;
}
.order-pay-state p{
    margin:7px 0 0;
    color:#758094;
    font-size:13px;
    line-height:1.65;
}
.order-pay-state--success{
    background:#ecfdf5;
    border-color:#bbf7d0;
}
.order-pay-state--success b{color:#047857;}
.order-pay-state--warning{
    background:#fff7ed;
    border-color:#fed7aa;
}
.order-pay-state--warning b{color:#c2410c;}
.order-pay-state--manual{
    background:#f8fbff;
    border-color:#dbe8ff;
}
.order-pay-methods{
    margin-top:16px;
    display:grid;
    gap:10px;
}
.order-pay-method-head{
    padding:2px 2px 4px;
}
.order-pay-method-head em{
    color:#2f6fff;
    font-size:11px;
    line-height:1;
    font-style:normal;
    font-weight:780;
    letter-spacing:.16em;
}
.order-pay-method-head h2{
    margin:7px 0 0;
    color:#17233a;
    font-size:21px;
    line-height:1.18;
    font-weight:760;
    letter-spacing:-.035em;
}
.order-pay-method-head p{
    margin:8px 0 0;
    color:#7b8799;
    font-size:13px;
    line-height:1.6;
}
.order-pay-method{
    display:grid;
    grid-template-columns:minmax(0,1fr) 86px;
    gap:12px;
    align-items:center;
    min-height:74px;
    padding:14px;
    border:1px solid #e2ebf8;
    border-radius:20px;
    background:#fff;
}
.order-pay-method.is-default{
    border-color:#cfe0ff;
    background:#f8fbff;
}
.order-pay-method b{
    display:block;
    color:#17233a;
    font-size:16px;
    line-height:1.32;
    font-weight:760;
}
.order-pay-method span{
    display:block;
    margin-top:5px;
    color:#7b8799;
    font-size:12.5px;
    line-height:1.55;
}
.order-pay-method button{
    height:34px;
    border:0;
    border-radius:999px;
    background:#eef5ff;
    color:#2f6fff;
    font-size:12px;
    font-weight:760;
    opacity:.72;
}
.order-pay-actions{
    display:grid;
    gap:11px;
    margin-top:18px;
}
.order-pay-actions .buy-primary,
.order-pay-actions .buy-secondary{
    width:100%;
    box-sizing:border-box;
}
.order-pay-link{
    height:36px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#7b8799;
    font-size:13px;
    font-weight:700;
    text-decoration:none;
}
@media(max-width:390px){
    .order-pay-card{border-radius:25px;padding:24px 20px;}
    .order-pay-card h1{font-size:29px;}
    .order-pay-amount strong{font-size:32px;}
    .order-pay-info div{grid-template-columns:72px minmax(0,1fr);}
    .order-pay-method{grid-template-columns:1fr;gap:10px;}
    .order-pay-method button{width:100%;}
}

/* v7.26 微信支付 H5 接入 */
.order-pay-error{
    padding:12px 13px;
    border:1px solid #fecdd3;
    border-radius:16px;
    background:#fff1f2;
    color:#e11d48;
    font-size:13px;
    line-height:1.55;
    font-weight:700;
}
.order-pay-method button.order-pay-submit{
    background:#2f6fff;
    color:#fff;
    opacity:1;
    cursor:pointer;
    box-shadow:0 10px 22px rgba(47,111,255,.18);
}
.order-pay-method button.order-pay-submit:disabled{
    cursor:wait;
    background:#9bbcff;
    color:#fff;
    opacity:.95;
}

/* v7.27 支付宝手机网站支付接入 */
.order-pay-method--alipay .order-pay-submit{
    background:#1677ff;
}
.order-pay-method--alipay.is-default{
    border-color:#cfe0ff;
    background:#f8fbff;
}

/* v7.28 微信 Native 支付二维码 */
.order-pay-native{
    padding:16px;
    border:1px solid #dbe8ff;
    border-radius:20px;
    background:#f8fbff;
    display:grid;
    gap:12px;
    justify-items:center;
}
.order-pay-native[hidden]{display:none!important;}
.order-pay-native-head{
    width:100%;
    display:grid;
    gap:5px;
    text-align:center;
}
.order-pay-native-head b{
    color:#17233a;
    font-size:17px;
    line-height:1.35;
    font-weight:780;
}
.order-pay-native-head span{
    color:#758094;
    font-size:13px;
    line-height:1.6;
    font-weight:650;
}
.order-pay-native canvas{
    width:220px;
    height:220px;
    border-radius:18px;
    background:#fff;
    padding:12px;
    box-sizing:border-box;
    border:1px solid #e2ebf8;
}
.order-pay-native p{
    margin:0;
    color:#7b8799;
    font-size:12.5px;
    line-height:1.55;
    text-align:center;
}
.order-pay-method--wechat .order-pay-submit{
    background:#22c55e;
    box-shadow:0 10px 22px rgba(34,197,94,.18);
}
.order-pay-method--wechat.is-default{
    border-color:#bbf7d0;
    background:#f7fef9;
}

/* v7.30 desktop bottom action bar polish: keep fixed contact bar mobile-only */
@media(min-width:760px){
    body:not(.auth-page){
        padding-bottom:0!important;
    }
    .bottom-bar{
        display:none!important;
    }
    .site-footer{
        padding-bottom:36px!important;
    }
    .float-top{
        bottom:24px!important;
    }
}

/* v7.31 desktop bottom action bar width alignment: keep it visible on PC, but align to site shell width */
@media(min-width:760px){
    body:not(.auth-page){
        padding-bottom:calc(86px + var(--safe-bottom))!important;
    }
    .bottom-bar{
        display:grid!important;
        left:50%!important;
        right:auto!important;
        width:100%!important;
        max-width:440px!important;
        transform:translateX(-50%);
        border-left:1px solid rgba(226,232,240,.72);
        border-right:1px solid rgba(226,232,240,.72);
    }
    .bottom-bar.is-hidden-by-scroll{
        transform:translate(-50%, calc(100% + 18px))!important;
    }
    .site-footer{
        padding-bottom:112px!important;
    }
    .float-top{
        right:calc(50% - 220px + 18px)!important;
        bottom:calc(86px + var(--safe-bottom))!important;
    }
}


/* v7.38 homepage product image preview + demo copy polish */
.project-cover-preview{
    width:100%;
    border:0;
    background:transparent;
    cursor:pointer;
    appearance:none;
    -webkit-appearance:none;
}
.project-cover-preview img{
    transition:transform .18s ease, box-shadow .18s ease;
}
.project-cover-preview:active img{
    transform:scale(.97);
}
@media(hover:hover){
    .project-cover-preview:hover img{
        transform:translateY(-2px);
    }
}

/* v7.41 user buy projects page layout restore */
.user-buy-projects-page{
    overflow-x:hidden;
}
.user-buy-projects-main{
    padding-bottom:calc(116px + var(--safe-bottom));
}
.user-buy-project-panel{
    margin:18px 0 24px;
}
.user-buy-project-list{
    display:flex;
    flex-direction:column;
    gap:16px;
    margin-top:18px;
}
.user-buy-project-card{
    display:grid;
    grid-template-columns:94px minmax(0,1fr);
    gap:14px;
    width:100%;
    max-width:100%;
    min-width:0;
    box-sizing:border-box;
    padding:14px;
    border:1px solid #dfe9fb;
    border-radius:24px;
    background:#fff;
    box-shadow:0 14px 36px rgba(42,95,190,.06);
    overflow:hidden;
}
.user-buy-project-cover{
    width:94px;
    height:94px;
    border-radius:19px;
    border:1px solid #e3ecfb;
    background:#f7faff;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    align-self:flex-start;
    flex-shrink:0;
}
.user-buy-project-cover img{
    display:block;
    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
    object-fit:cover;
}
.user-buy-project-cover b{
    color:var(--blue);
    font-size:34px;
    font-weight:800;
}
.user-buy-project-info{
    min-width:0;
}
.user-buy-project-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    min-width:0;
    margin-bottom:8px;
}
.user-buy-project-top span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:0;
    max-width:118px;
    height:30px;
    padding:0 12px;
    border-radius:999px;
    background:#edf4ff;
    color:#3f7cff;
    font-size:13px;
    font-weight:800;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.user-buy-project-top strong{
    color:#f59e0b;
    font-size:20px;
    font-weight:900;
    line-height:1;
    white-space:nowrap;
}
.user-buy-project-card h3{
    margin:0;
    color:#17233a;
    font-size:18px;
    line-height:1.28;
    font-weight:850;
    letter-spacing:-.035em;
    word-break:break-word;
}
.user-buy-project-subtitle,
.user-buy-project-intro{
    margin:8px 0 0;
    color:#7a8598;
    font-size:14px;
    line-height:1.55;
    word-break:break-word;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.user-buy-project-subtitle{
    -webkit-line-clamp:2;
}
.user-buy-project-intro{
    -webkit-line-clamp:2;
}
.user-buy-project-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:13px;
}
.user-buy-project-actions a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:0;
    height:44px;
    border-radius:999px;
    background:#f1f6ff;
    color:#3478ff;
    font-size:15px;
    font-weight:800;
    text-decoration:none;
    white-space:nowrap;
}
.user-buy-project-actions a.primary{
    background:#3f7cff;
    color:#fff;
    box-shadow:0 12px 26px rgba(63,124,255,.18);
}
@media(max-width:390px){
    .user-buy-project-card{
        grid-template-columns:82px minmax(0,1fr);
        gap:12px;
        padding:12px;
        border-radius:22px;
    }
    .user-buy-project-cover{
        width:82px;
        height:82px;
        border-radius:17px;
    }
    .user-buy-project-top span{
        height:28px;
        padding:0 10px;
        font-size:12px;
        max-width:96px;
    }
    .user-buy-project-top strong{
        font-size:18px;
    }
    .user-buy-project-card h3{
        font-size:16px;
    }
    .user-buy-project-subtitle,
    .user-buy-project-intro{
        font-size:13px;
    }
    .user-buy-project-actions{
        gap:8px;
        margin-top:12px;
    }
    .user-buy-project-actions a{
        height:40px;
        font-size:14px;
    }
}

/* v7.42 order pay primary action polish */
.order-pay-method-badge{
    width:58px;
    height:30px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    justify-self:end;
    background:#eef5ff;
    color:#2f6fff;
    font-size:12px;
    line-height:1;
    font-style:normal;
    font-weight:760;
}
.order-pay-method--wechat .order-pay-method-badge{
    background:#ecfdf5;
    color:#16a34a;
}
.order-pay-method--alipay .order-pay-method-badge{
    background:#eff6ff;
    color:#1677ff;
}
.order-pay-actions button.buy-primary{
    width:100%;
    cursor:pointer;
    font-family:inherit;
}
.order-pay-actions button.buy-primary:disabled{
    opacity:.78;
    cursor:wait;
}
@media(max-width:390px){
    .order-pay-method-badge{justify-self:start;width:auto;padding:0 12px;}
}


/* v7.44 user purchase/order project image lightbox trigger */
.buy-project-cover-preview,
.user-buy-project-cover-preview{
    cursor:pointer;
    position:relative;
    -webkit-tap-highlight-color:transparent;
}
.buy-project-cover-preview img,
.user-buy-project-cover-preview img{
    transition:transform .18s ease, box-shadow .18s ease;
}
.buy-project-cover-preview:active img,
.user-buy-project-cover-preview:active img{
    transform:scale(.96);
}
.buy-project-cover-preview:focus-visible,
.user-buy-project-cover-preview:focus-visible{
    outline:3px solid rgba(63,124,255,.28);
    outline-offset:3px;
}
@media(hover:hover){
    .buy-project-cover-preview:hover img,
    .user-buy-project-cover-preview:hover img{
        transform:translateY(-2px);
    }
}


/* v7.45 frontend order status: unpaid orders display as pending payment */
.user-order-status--unpaid{background:#eff6ff;color:#2563eb;border-color:#bfdbfe;}
.user-order-status--paying{background:#eef6ff;color:#2563eb;border-color:#bfdbfe;}
.user-order-status--refunded{background:#fff7ed;color:#c2410c;border-color:#fed7aa;}


/* v7.48 buy projects list: hide project intro in list cards */
.user-buy-project-intro{display:none!important;}

/* v7.49 brand logo: use uploaded Jingtan logo asset */
.brand-logo{
    background:#f0f5ff url('/public/site/images/jingtan-logo-v751.png?v=20260630v751') center/82% 82% no-repeat!important;
    overflow:hidden;
}
.brand-logo:before,
.brand-logo i{
    display:none!important;
}


/* v7.50 brand logo resource replace */
.brand-logo{
    background:#f0f5ff url('/public/site/images/jingtan-logo-v751.png?v=20260630v751') center/82% 82% no-repeat!important;
}

/* v7.51 brand logo transparent png replacement */

/* v7.52 homepage/product list: enlarge product thumbnail previews */
.project-card .project-cover,
.project-card .project-cover-preview{
    height:132px!important;
    padding:16px 14px 0!important;
    align-items:center!important;
    justify-content:center!important;
}
.project-card .project-cover img,
.project-card .project-cover-preview img{
    width:min(132px,100%)!important;
    height:96px!important;
    object-fit:contain!important;
    object-position:center center!important;
    margin-left:auto!important;
    margin-right:auto!important;
    border-radius:10px!important;
}
.project-card .project-placeholder{
    width:126px!important;
    height:94px!important;
    margin-left:auto!important;
    margin-right:auto!important;
}
@media(max-width:390px){
    .project-card .project-cover,
    .project-card .project-cover-preview{
        height:128px!important;
        padding:15px 12px 0!important;
    }
    .project-card .project-cover img,
    .project-card .project-cover-preview img{
        width:min(130px,100%)!important;
        height:94px!important;
    }
    .project-card .project-placeholder{
        width:122px!important;
        height:90px!important;
    }
}


/* v7.53 product card thumbnails: larger preview with rounded image corners */
.project-cover{
    height:142px;
    padding:22px 14px 0;
    align-items:flex-start;
    justify-content:center;
}
.project-cover img{
    width:148px;
    height:104px;
    object-fit:contain;
    object-position:center center;
    border-radius:18px;
    background:#fff;
    box-shadow:0 12px 30px rgba(15,23,42,.08);
    margin-left:auto;
    margin-right:auto;
}
.project-cover-preview{
    cursor:pointer;
}
.project-placeholder{
    width:130px;
    height:96px;
    border-radius:18px;
    margin-left:auto;
    margin-right:auto;
}
@media(max-width:390px){
    .project-cover{
        height:136px;
        padding-left:12px;
        padding-right:12px;
        padding-top:20px;
    }
    .project-cover img{
        width:138px;
        height:98px;
        border-radius:17px;
    }
    .project-placeholder{
        width:122px;
        height:90px;
        border-radius:17px;
    }
}


/* v7.54 product thumbnails: rounded image only, no extra card background */
.project-cover{
    height:150px;
    padding:22px 10px 0;
    align-items:flex-start;
    justify-content:center;
}
.project-cover img{
    width:166px;
    height:116px;
    object-fit:contain;
    object-position:center center;
    border-radius:16px;
    background:transparent!important;
    box-shadow:none!important;
    margin-left:auto;
    margin-right:auto;
}
.project-cover-preview{
    background:transparent!important;
    box-shadow:none!important;
}
.project-cover-preview img{
    border-radius:16px;
}
.project-placeholder{
    width:136px;
    height:100px;
    border-radius:16px;
    margin-left:auto;
    margin-right:auto;
}
@media(max-width:390px){
    .project-cover{
        height:144px;
        padding-left:8px;
        padding-right:8px;
        padding-top:20px;
    }
    .project-cover img{
        width:156px;
        height:110px;
        border-radius:15px;
    }
    .project-cover-preview img{
        border-radius:15px;
    }
    .project-placeholder{
        width:128px;
        height:94px;
        border-radius:15px;
    }
}


/* v7.55 product thumbnails: larger image body with stronger rounded corners */
.project-cover{
    height:164px;
    padding:20px 6px 0;
    align-items:flex-start;
    justify-content:center;
    overflow:hidden;
}
.project-cover img,
.project-cover-preview img{
    width:184px;
    max-width:calc(100% + 24px);
    height:130px;
    object-fit:contain;
    object-position:center center;
    border-radius:24px;
    overflow:hidden;
    background:transparent!important;
    box-shadow:none!important;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.project-cover-preview{
    background:transparent!important;
    box-shadow:none!important;
}
.project-placeholder{
    width:148px;
    height:108px;
    border-radius:24px;
    margin-left:auto;
    margin-right:auto;
}
@media(max-width:390px){
    .project-cover{
        height:158px;
        padding-left:4px;
        padding-right:4px;
        padding-top:19px;
    }
    .project-cover img,
    .project-cover-preview img{
        width:176px;
        max-width:calc(100% + 22px);
        height:124px;
        border-radius:22px;
    }
    .project-placeholder{
        width:140px;
        height:102px;
        border-radius:22px;
    }
}


/* v7.56 product thumbnails: stronger size override, image-only rounded preview */
.product-section .project-card .project-cover,
.projects-page .project-card .project-cover{
    height:180px!important;
    padding:18px 10px 0!important;
    align-items:flex-start!important;
    justify-content:center!important;
    overflow:hidden!important;
    background:transparent!important;
    box-shadow:none!important;
}
.product-section .project-card .project-cover img,
.product-section .project-card .project-cover-preview img,
.projects-page .project-card .project-cover img,
.projects-page .project-card .project-cover-preview img{
    width:100%!important;
    max-width:186px!important;
    height:132px!important;
    object-fit:contain!important;
    object-position:center center!important;
    border-radius:24px!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
    display:block!important;
    margin:0 auto!important;
}
.product-section .project-card .project-cover-preview,
.projects-page .project-card .project-cover-preview{
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
    cursor:pointer!important;
}
@media(max-width:390px){
    .product-section .project-card .project-cover,
    .projects-page .project-card .project-cover{
        height:174px!important;
        padding:18px 6px 0!important;
    }
    .product-section .project-card .project-cover img,
    .product-section .project-card .project-cover-preview img,
    .projects-page .project-card .project-cover img,
    .projects-page .project-card .project-cover-preview img{
        max-width:178px!important;
        height:126px!important;
        border-radius:22px!important;
    }
}


/* v7.57 product thumbnails: visibly larger with stronger image radius */
.product-section .project-card .project-cover,
.projects-page .project-card .project-cover{
    height:198px!important;
    padding:18px 0 0!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:center!important;
    overflow:hidden!important;
    background:transparent!important;
    box-shadow:none!important;
}
.product-section .project-card .project-cover img,
.product-section .project-card .project-cover-preview img,
.projects-page .project-card .project-cover img,
.projects-page .project-card .project-cover-preview img{
    width:calc(100% + 26px)!important;
    max-width:218px!important;
    height:158px!important;
    object-fit:contain!important;
    object-position:center center!important;
    border-radius:32px!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
    display:block!important;
    margin:0 auto!important;
}
.product-section .project-card .project-cover-preview,
.projects-page .project-card .project-cover-preview{
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
    cursor:pointer!important;
}
.product-section .project-card .project-placeholder,
.projects-page .project-card .project-placeholder{
    width:160px!important;
    height:120px!important;
    border-radius:28px!important;
    margin-left:auto!important;
    margin-right:auto!important;
}
@media(max-width:390px){
    .product-section .project-card .project-cover,
    .projects-page .project-card .project-cover{
        height:190px!important;
        padding-top:18px!important;
    }
    .product-section .project-card .project-cover img,
    .product-section .project-card .project-cover-preview img,
    .projects-page .project-card .project-cover img,
    .projects-page .project-card .project-cover-preview img{
        width:calc(100% + 24px)!important;
        max-width:206px!important;
        height:150px!important;
        border-radius:30px!important;
    }
}


/* v7.58 product thumbnails: correct rounded rectangle clipping */
.product-section .project-card .project-cover,
.projects-page .project-card .project-cover{
    height:182px!important;
    padding:18px 10px 0!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:center!important;
    overflow:hidden!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
}
.product-section .project-card .project-cover-preview,
.projects-page .project-card .project-cover-preview{
    width:190px!important;
    max-width:calc(100% + 22px)!important;
    height:134px!important;
    padding:0!important;
    border:0!important;
    border-radius:24px!important;
    overflow:hidden!important;
    background:transparent!important;
    box-shadow:none!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0 auto!important;
    cursor:pointer!important;
}
.product-section .project-card .project-cover img,
.product-section .project-card .project-cover-preview img,
.projects-page .project-card .project-cover img,
.projects-page .project-card .project-cover-preview img{
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    object-fit:cover!important;
    object-position:center center!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
    display:block!important;
    margin:0!important;
}
.product-section .project-card .project-cover:not(.project-cover-preview) img,
.projects-page .project-card .project-cover:not(.project-cover-preview) img{
    width:190px!important;
    max-width:calc(100% + 22px)!important;
    height:134px!important;
    object-fit:cover!important;
    border-radius:24px!important;
    overflow:hidden!important;
    margin:0 auto!important;
}
@media(max-width:390px){
    .product-section .project-card .project-cover,
    .projects-page .project-card .project-cover{
        height:176px!important;
        padding:18px 6px 0!important;
    }
    .product-section .project-card .project-cover-preview,
    .projects-page .project-card .project-cover-preview{
        width:182px!important;
        max-width:calc(100% + 20px)!important;
        height:128px!important;
        border-radius:22px!important;
    }
    .product-section .project-card .project-cover:not(.project-cover-preview) img,
    .projects-page .project-card .project-cover:not(.project-cover-preview) img{
        width:182px!important;
        max-width:calc(100% + 20px)!important;
        height:128px!important;
        border-radius:22px!important;
    }
}


/* v7.59 product thumbnails: keep large rounded preview without cropping content */
.product-section .project-card .project-cover,
.projects-page .project-card .project-cover{
    height:188px!important;
    padding:18px 8px 0!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:center!important;
    overflow:visible!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
}
.product-section .project-card .project-cover-preview,
.projects-page .project-card .project-cover-preview{
    width:194px!important;
    max-width:calc(100% + 24px)!important;
    height:138px!important;
    padding:0!important;
    border:0!important;
    border-radius:24px!important;
    overflow:hidden!important;
    background:transparent!important;
    box-shadow:none!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0 auto!important;
    cursor:pointer!important;
}
.product-section .project-card .project-cover img,
.product-section .project-card .project-cover-preview img,
.projects-page .project-card .project-cover img,
.projects-page .project-card .project-cover-preview img{
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    object-fit:contain!important;
    object-position:center center!important;
    border-radius:24px!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
    display:block!important;
    margin:0!important;
}
.product-section .project-card .project-cover:not(.project-cover-preview) img,
.projects-page .project-card .project-cover:not(.project-cover-preview) img{
    width:194px!important;
    max-width:calc(100% + 24px)!important;
    height:138px!important;
    object-fit:contain!important;
    border-radius:24px!important;
    overflow:hidden!important;
    margin:0 auto!important;
}
@media(max-width:390px){
    .product-section .project-card .project-cover,
    .projects-page .project-card .project-cover{
        height:182px!important;
        padding:18px 5px 0!important;
    }
    .product-section .project-card .project-cover-preview,
    .projects-page .project-card .project-cover-preview{
        width:186px!important;
        max-width:calc(100% + 22px)!important;
        height:132px!important;
        border-radius:22px!important;
    }
    .product-section .project-card .project-cover img,
    .product-section .project-card .project-cover-preview img,
    .projects-page .project-card .project-cover img,
    .projects-page .project-card .project-cover-preview img{
        border-radius:22px!important;
    }
    .product-section .project-card .project-cover:not(.project-cover-preview) img,
    .projects-page .project-card .project-cover:not(.project-cover-preview) img{
        width:186px!important;
        max-width:calc(100% + 22px)!important;
        height:132px!important;
        border-radius:22px!important;
    }
}


/* v7.60 product thumbnails: visible radius + more top spacing + no crop */
.product-section .project-grid,
.projects-page .project-grid{
    margin-top:10px!important;
}
.product-section .project-card .project-cover,
.projects-page .project-card .project-cover{
    height:196px!important;
    padding:30px 8px 0!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:center!important;
    overflow:visible!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
}
.product-section .project-card .project-cover-preview,
.projects-page .project-card .project-cover-preview{
    width:194px!important;
    max-width:calc(100% + 24px)!important;
    height:138px!important;
    padding:0!important;
    border:0!important;
    border-radius:24px!important;
    overflow:hidden!important;
    background:transparent!important;
    box-shadow:none!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0 auto!important;
    cursor:pointer!important;
}
.product-section .project-card .project-cover img,
.product-section .project-card .project-cover-preview img,
.projects-page .project-card .project-cover img,
.projects-page .project-card .project-cover-preview img{
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    object-fit:contain!important;
    object-position:center center!important;
    border-radius:24px!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
    display:block!important;
    margin:0!important;
    clip-path:inset(0 round 24px)!important;
    -webkit-mask-image:-webkit-radial-gradient(white, black)!important;
}
.product-section .project-card .project-cover:not(.project-cover-preview) img,
.projects-page .project-card .project-cover:not(.project-cover-preview) img{
    width:194px!important;
    max-width:calc(100% + 24px)!important;
    height:138px!important;
    object-fit:contain!important;
    border-radius:24px!important;
    overflow:hidden!important;
    margin:0 auto!important;
    clip-path:inset(0 round 24px)!important;
}
@media(max-width:390px){
    .product-section .project-grid,
    .projects-page .project-grid{
        margin-top:10px!important;
    }
    .product-section .project-card .project-cover,
    .projects-page .project-card .project-cover{
        height:190px!important;
        padding:28px 5px 0!important;
    }
    .product-section .project-card .project-cover-preview,
    .projects-page .project-card .project-cover-preview{
        width:186px!important;
        max-width:calc(100% + 22px)!important;
        height:132px!important;
        border-radius:22px!important;
    }
    .product-section .project-card .project-cover img,
    .product-section .project-card .project-cover-preview img,
    .projects-page .project-card .project-cover img,
    .projects-page .project-card .project-cover-preview img{
        border-radius:22px!important;
        clip-path:inset(0 round 22px)!important;
    }
    .product-section .project-card .project-cover:not(.project-cover-preview) img,
    .projects-page .project-card .project-cover:not(.project-cover-preview) img{
        width:186px!important;
        max-width:calc(100% + 22px)!important;
        height:132px!important;
        border-radius:22px!important;
        clip-path:inset(0 round 22px)!important;
    }
}


/* v7.61 product thumbnails: real rounded frame, larger image, more top spacing */
.product-section .project-card .project-cover,
.projects-page .project-card .project-cover{
    height:198px!important;
    padding:30px 8px 0!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:center!important;
    overflow:visible!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
}
.product-section .project-card .project-cover-preview,
.projects-page .project-card .project-cover-preview{
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
    padding:30px 8px 0!important;
    cursor:pointer!important;
}
.product-section .project-card .project-cover-frame,
.projects-page .project-card .project-cover-frame{
    display:block!important;
    width:calc(100% - 10px)!important;
    max-width:198px!important;
    border-radius:30px!important;
    overflow:hidden!important;
    background:transparent!important;
    box-shadow:none!important;
    line-height:0!important;
    margin:0 auto!important;
    -webkit-mask-image:-webkit-radial-gradient(white, black)!important;
}
.product-section .project-card .project-cover-frame img,
.projects-page .project-card .project-cover-frame img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-width:none!important;
    object-fit:contain!important;
    object-position:center center!important;
    border-radius:30px!important;
    clip-path:inset(0 round 30px)!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
    margin:0!important;
}
.product-section .project-card .project-cover:not(.project-cover-preview) img,
.projects-page .project-card .project-cover:not(.project-cover-preview) img{
    width:calc(100% - 10px)!important;
    max-width:198px!important;
    height:auto!important;
    object-fit:contain!important;
    border-radius:30px!important;
    clip-path:inset(0 round 30px)!important;
    margin:0 auto!important;
    background:transparent!important;
    box-shadow:none!important;
}
@media(max-width:390px){
    .product-section .project-card .project-cover,
    .projects-page .project-card .project-cover{
        height:192px!important;
        padding:28px 6px 0!important;
    }
    .product-section .project-card .project-cover-preview,
    .projects-page .project-card .project-cover-preview{
        padding:28px 6px 0!important;
    }
    .product-section .project-card .project-cover-frame,
    .projects-page .project-card .project-cover-frame{
        width:calc(100% - 8px)!important;
        max-width:188px!important;
        border-radius:28px!important;
    }
    .product-section .project-card .project-cover-frame img,
    .projects-page .project-card .project-cover-frame img{
        border-radius:28px!important;
        clip-path:inset(0 round 28px)!important;
    }
    .product-section .project-card .project-cover:not(.project-cover-preview) img,
    .projects-page .project-card .project-cover:not(.project-cover-preview) img{
        width:calc(100% - 8px)!important;
        max-width:188px!important;
        border-radius:28px!important;
        clip-path:inset(0 round 28px)!important;
    }
}


/* v7.61b product thumbnails: force real rounded frame on homepage cards */
.product-section .project-card .project-cover-preview{
    height:204px!important;
    padding:32px 8px 0!important;
    display:flex!important;
    justify-content:center!important;
    align-items:flex-start!important;
    overflow:visible!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}
.product-section .project-card .project-cover-frame{
    display:block!important;
    width:calc(100% - 6px)!important;
    max-width:206px!important;
    border-radius:34px!important;
    overflow:hidden!important;
    line-height:0!important;
    background:transparent!important;
    box-shadow:none!important;
    margin:0 auto!important;
}
.product-section .project-card .project-cover-frame img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-width:none!important;
    border-radius:34px!important;
    clip-path:inset(0 round 34px)!important;
    object-fit:contain!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
    margin:0!important;
}
.product-list-cover-frame{
    display:block!important;
    width:100%!important;
    border-radius:28px!important;
    overflow:hidden!important;
    line-height:0!important;
    background:transparent!important;
}
.product-list-cover-frame img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    border-radius:28px!important;
    clip-path:inset(0 round 28px)!important;
    object-fit:contain!important;
}
@media(max-width:390px){
    .product-section .project-card .project-cover-preview{
        height:198px!important;
        padding-top:30px!important;
    }
    .product-section .project-card .project-cover-frame{
        width:calc(100% - 4px)!important;
        max-width:198px!important;
        border-radius:32px!important;
    }
    .product-section .project-card .project-cover-frame img{
        border-radius:32px!important;
        clip-path:inset(0 round 32px)!important;
    }
}


/* v7.62 product thumbnails: reduce top spacing and soften radius */
.product-section .project-card .project-cover-preview{
    height:188px!important;
    padding:22px 8px 0!important;
    display:flex!important;
    justify-content:center!important;
    align-items:flex-start!important;
    overflow:visible!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}
.product-section .project-card .project-cover-frame{
    display:block!important;
    width:calc(100% - 8px)!important;
    max-width:202px!important;
    border-radius:22px!important;
    overflow:hidden!important;
    line-height:0!important;
    background:transparent!important;
    box-shadow:none!important;
    margin:0 auto!important;
    -webkit-mask-image:-webkit-radial-gradient(white, black)!important;
}
.product-section .project-card .project-cover-frame img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-width:none!important;
    border-radius:22px!important;
    clip-path:inset(0 round 22px)!important;
    object-fit:contain!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
    margin:0!important;
}
.product-list-cover-frame{
    border-radius:22px!important;
}
.product-list-cover-frame img{
    border-radius:22px!important;
    clip-path:inset(0 round 22px)!important;
}
@media(max-width:390px){
    .product-section .project-card .project-cover-preview{
        height:184px!important;
        padding-top:21px!important;
    }
    .product-section .project-card .project-cover-frame{
        width:calc(100% - 6px)!important;
        max-width:194px!important;
        border-radius:20px!important;
    }
    .product-section .project-card .project-cover-frame img{
        border-radius:20px!important;
        clip-path:inset(0 round 20px)!important;
    }
    .product-list-cover-frame,
    .product-list-cover-frame img{
        border-radius:20px!important;
    }
    .product-list-cover-frame img{
        clip-path:inset(0 round 20px)!important;
    }
}


/* v7.63 product/project cover spacing refine */
.product-section .project-card .project-cover,
.projects-page .project-card .project-cover{
    height:188px!important;
    padding:22px 8px 0!important;
}
.product-section .project-card .project-cover-preview,
.projects-page .project-card .project-cover-preview{
    height:188px!important;
    padding:22px 8px 0!important;
}
.product-section .project-card .project-cover-frame,
.projects-page .project-card .project-cover-frame{
    max-width:198px!important;
    border-radius:22px!important;
}
.product-section .project-card .project-cover-frame img,
.projects-page .project-card .project-cover-frame img{
    border-radius:22px!important;
    clip-path:inset(0 round 22px)!important;
}
.project-detail-hero .project-detail-cover{
    margin-top:10px!important;
    margin-bottom:20px!important;
}
.project-detail-hero .project-detail-cover img{
    width:156px!important;
    max-width:42vw!important;
    border-radius:20px!important;
    clip-path:inset(0 round 20px)!important;
    object-fit:contain!important;
    background:transparent!important;
    box-shadow:none!important;
}
@media(max-width:390px){
    .product-section .project-card .project-cover,
    .projects-page .project-card .project-cover{
        height:184px!important;
        padding:20px 6px 0!important;
    }
    .product-section .project-card .project-cover-preview,
    .projects-page .project-card .project-cover-preview{
        height:184px!important;
        padding:20px 6px 0!important;
    }
    .product-section .project-card .project-cover-frame,
    .projects-page .project-card .project-cover-frame{
        max-width:190px!important;
        border-radius:20px!important;
    }
    .product-section .project-card .project-cover-frame img,
    .projects-page .project-card .project-cover-frame img{
        border-radius:20px!important;
        clip-path:inset(0 round 20px)!important;
    }
    .project-detail-hero .project-detail-cover{
        margin-top:8px!important;
        margin-bottom:18px!important;
    }
    .project-detail-hero .project-detail-cover img{
        width:148px!important;
        max-width:40vw!important;
        border-radius:18px!important;
        clip-path:inset(0 round 18px)!important;
    }
}


/* v7.64 project detail hero cover: larger image */
.project-detail-hero .project-detail-cover{
    margin-top:4px!important;
    margin-bottom:18px!important;
}
.project-detail-hero .project-detail-cover img{
    width:236px!important;
    max-width:64vw!important;
    height:auto!important;
    border-radius:24px!important;
    clip-path:inset(0 round 24px)!important;
    object-fit:contain!important;
    background:transparent!important;
    box-shadow:none!important;
}
@media(max-width:390px){
    .project-detail-hero .project-detail-cover{
        margin-top:2px!important;
        margin-bottom:16px!important;
    }
    .project-detail-hero .project-detail-cover img{
        width:218px!important;
        max-width:62vw!important;
        border-radius:22px!important;
        clip-path:inset(0 round 22px)!important;
    }
}


/* v7.65 project detail cover: match product card image scale */
.project-detail-hero .project-detail-cover{
    margin-top:12px!important;
    margin-bottom:22px!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
}
.project-detail-hero .project-detail-cover img{
    width:320px!important;
    max-width:78vw!important;
    height:auto!important;
    border-radius:26px!important;
    clip-path:inset(0 round 26px)!important;
    object-fit:contain!important;
    object-position:center center!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
    display:block!important;
}
@media(max-width:390px){
    .project-detail-hero .project-detail-cover{
        margin-top:10px!important;
        margin-bottom:20px!important;
    }
    .project-detail-hero .project-detail-cover img{
        width:300px!important;
        max-width:78vw!important;
        border-radius:24px!important;
        clip-path:inset(0 round 24px)!important;
    }
}


/* v7.66 project detail cover: larger and fully visible */
.project-detail-hero .project-detail-cover{
    width:auto!important;
    max-width:none!important;
    height:auto!important;
    min-height:0!important;
    margin:4px auto 18px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    overflow:visible!important;
    border-radius:0!important;
}
.project-detail-hero .project-detail-cover img{
    width:232px!important;
    max-width:62vw!important;
    height:auto!important;
    max-height:none!important;
    display:block!important;
    object-fit:contain!important;
    object-position:center center!important;
    border-radius:24px!important;
    clip-path:inset(0 round 24px)!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
}
@media(max-width:390px){
    .project-detail-hero .project-detail-cover{
        margin:2px auto 16px!important;
    }
    .project-detail-hero .project-detail-cover img{
        width:214px!important;
        max-width:60vw!important;
        border-radius:22px!important;
        clip-path:inset(0 round 22px)!important;
    }
}


/* v7.67 project screenshots: cleaner preview card spacing and rounded image */
.project-detail-shell .project-screens-section{
    overflow:hidden!important;
}
.project-detail-shell .project-screens-grid{
    gap:16px!important;
    padding:8px 4px 12px!important;
    margin:0 -4px!important;
}
.project-detail-shell .project-screen-card{
    flex:0 0 min(78vw, 320px)!important;
    width:min(78vw, 320px)!important;
    min-width:min(78vw, 320px)!important;
    padding:16px 14px 18px!important;
    border-radius:30px!important;
    background:#fff!important;
    border:1px solid rgba(220,231,245,.96)!important;
    box-shadow:none!important;
    overflow:hidden!important;
}
.project-detail-shell .project-screen-card img{
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center top!important;
    border-radius:24px!important;
    clip-path:inset(0 round 24px)!important;
    background:#f8fafc!important;
    display:block!important;
}
.project-detail-shell .project-screens-section::after{
    margin-top:10px!important;
}
@media(max-width:390px){
    .project-detail-shell .project-screens-grid{
        gap:14px!important;
        padding:7px 4px 11px!important;
    }
    .project-detail-shell .project-screen-card{
        flex-basis:min(78vw, 304px)!important;
        width:min(78vw, 304px)!important;
        min-width:min(78vw, 304px)!important;
        padding:14px 12px 16px!important;
        border-radius:28px!important;
    }
    .project-detail-shell .project-screen-card img{
        border-radius:22px!important;
        clip-path:inset(0 round 22px)!important;
    }
}


/* v7.68 project screenshots: reduce overall preview card size */
.project-detail-shell .project-screens-grid{
    gap:14px!important;
    padding:7px 4px 10px!important;
    margin:0 -4px!important;
}
.project-detail-shell .project-screen-card{
    flex:0 0 min(66vw, 268px)!important;
    width:min(66vw, 268px)!important;
    min-width:min(66vw, 268px)!important;
    padding:12px 10px 14px!important;
    border-radius:26px!important;
}
.project-detail-shell .project-screen-card img{
    border-radius:20px!important;
    clip-path:inset(0 round 20px)!important;
}
.project-detail-shell .project-screens-section::after{
    margin-top:8px!important;
}
@media(max-width:390px){
    .project-detail-shell .project-screens-grid{
        gap:12px!important;
        padding:6px 4px 10px!important;
    }
    .project-detail-shell .project-screen-card{
        flex-basis:min(66vw, 256px)!important;
        width:min(66vw, 256px)!important;
        min-width:min(66vw, 256px)!important;
        padding:11px 9px 13px!important;
        border-radius:24px!important;
    }
    .project-detail-shell .project-screen-card img{
        border-radius:18px!important;
        clip-path:inset(0 round 18px)!important;
    }
}


/* v7.69 project screenshots: smaller mobile preview cards */
.project-detail-shell .project-screens-grid{
    gap:12px!important;
    padding:6px 4px 10px!important;
    margin:0 -4px!important;
}
.project-detail-shell .project-screen-card{
    flex:0 0 min(56vw, 224px)!important;
    width:min(56vw, 224px)!important;
    min-width:min(56vw, 224px)!important;
    padding:10px 8px 12px!important;
    border-radius:22px!important;
}
.project-detail-shell .project-screen-card img{
    border-radius:16px!important;
    clip-path:inset(0 round 16px)!important;
}
.project-detail-shell .project-screens-section::after{
    margin-top:6px!important;
    font-size:13px!important;
}
@media(max-width:390px){
    .project-detail-shell .project-screens-grid{
        gap:10px!important;
        padding:5px 4px 9px!important;
    }
    .project-detail-shell .project-screen-card{
        flex-basis:min(55vw, 212px)!important;
        width:min(55vw, 212px)!important;
        min-width:min(55vw, 212px)!important;
        padding:9px 7px 11px!important;
        border-radius:20px!important;
    }
    .project-detail-shell .project-screen-card img{
        border-radius:15px!important;
        clip-path:inset(0 round 15px)!important;
    }
}

/* v7.70 product images: soften excessive rounded corners, keep current size/layout */
.product-list-cover{
    border-radius:10px!important;
}
.product-list-cover-frame{
    border-radius:10px!important;
    overflow:hidden!important;
    -webkit-mask-image:-webkit-radial-gradient(white, black)!important;
}
.product-list-cover-frame img{
    border-radius:10px!important;
    clip-path:inset(0 round 10px)!important;
}
.product-section .project-card .project-cover-frame,
.projects-page .project-card .project-cover-frame{
    border-radius:14px!important;
}
.product-section .project-card .project-cover-frame img,
.projects-page .project-card .project-cover-frame img{
    border-radius:14px!important;
    clip-path:inset(0 round 14px)!important;
}
.project-detail-hero .project-detail-cover img{
    border-radius:14px!important;
    clip-path:inset(0 round 14px)!important;
}
.site-image-lightbox-card{
    border-radius:16px!important;
    padding:8px!important;
}
.site-image-lightbox img{
    border-radius:12px!important;
}
@media(max-width:390px){
    .product-list-cover,
    .product-list-cover-frame{
        border-radius:9px!important;
    }
    .product-list-cover-frame img{
        border-radius:9px!important;
        clip-path:inset(0 round 9px)!important;
    }
    .product-section .project-card .project-cover-frame,
    .projects-page .project-card .project-cover-frame{
        border-radius:12px!important;
    }
    .product-section .project-card .project-cover-frame img,
    .projects-page .project-card .project-cover-frame img{
        border-radius:12px!important;
        clip-path:inset(0 round 12px)!important;
    }
    .project-detail-hero .project-detail-cover img{
        border-radius:12px!important;
        clip-path:inset(0 round 12px)!important;
    }
    .site-image-lightbox-card{
        border-radius:14px!important;
        padding:7px!important;
    }
    .site-image-lightbox img{
        border-radius:10px!important;
    }
}

/* v7.71 product card covers: nudge preview image slightly left to restore right-side spacing */
.product-section .project-card .project-cover-frame,
.projects-page .project-card .project-cover-frame,
.product-list-cover-frame{
    position:relative!important;
    transform:translateX(-4px)!important;
}
@media(max-width:390px){
    .product-section .project-card .project-cover-frame,
    .projects-page .project-card .project-cover-frame,
    .product-list-cover-frame{
        transform:translateX(-3px)!important;
    }
}


/* v7.72 product list: allow thumbnail click to open the same detail-image lightbox */
.product-list-cover-preview{
    appearance:none!important;
    -webkit-appearance:none!important;
    padding:0!important;
    margin:0!important;
    font:inherit!important;
    color:inherit!important;
    cursor:pointer!important;
    text-align:inherit!important;
}
.product-list-cover-preview:active .product-list-cover-frame img{
    transform:scale(.985);
}
.product-list-cover-preview:focus-visible{
    outline:2px solid rgba(59,130,246,.7)!important;
    outline-offset:3px!important;
}
@media(hover:hover){
    .product-list-cover-preview:hover .product-list-cover-frame img{
        transform:scale(1.01);
    }
}
.product-list-cover-frame img{
    transition:transform .18s ease!important;
}


/* v7.73 product list: enlarge thumbnail and remove inner left-shift clipping */
.product-list-card{
    grid-template-columns:118px minmax(0,1fr)!important;
    gap:14px!important;
}
.product-list-cover-preview{
    width:112px!important;
    height:84px!important;
    border:0!important;
    background:transparent!important;
    overflow:visible!important;
    border-radius:12px!important;
}
.product-list-cover-preview .product-list-cover-frame{
    width:112px!important;
    height:84px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    transform:none!important;
    border-radius:12px!important;
    overflow:visible!important;
    background:transparent!important;
}
.product-list-cover-preview .product-list-cover-frame img{
    width:112px!important;
    height:84px!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center center!important;
    border-radius:10px!important;
    clip-path:inset(0 round 10px)!important;
}
@media(max-width:390px){
    .product-list-card{
        grid-template-columns:102px minmax(0,1fr)!important;
        gap:12px!important;
    }
    .product-list-cover-preview{
        width:96px!important;
        height:72px!important;
        border-radius:11px!important;
    }
    .product-list-cover-preview .product-list-cover-frame{
        width:96px!important;
        height:72px!important;
        transform:none!important;
        border-radius:11px!important;
    }
    .product-list-cover-preview .product-list-cover-frame img{
        width:96px!important;
        height:72px!important;
        border-radius:9px!important;
        clip-path:inset(0 round 9px)!important;
    }
}

/* v7.74 product list: remove thumbnail backing card and use direct rounded image like homepage grid */
.product-list-card{
    grid-template-columns:132px minmax(0,1fr)!important;
    gap:16px!important;
}
.product-list-cover-preview{
    width:126px!important;
    height:94px!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
    border-radius:0!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
}
.product-list-cover-preview .product-list-cover-frame{
    width:126px!important;
    height:94px!important;
    display:block!important;
    overflow:hidden!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    border-radius:14px!important;
    transform:none!important;
    line-height:0!important;
}
.product-list-cover-preview .product-list-cover-frame img{
    display:block!important;
    width:126px!important;
    height:94px!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center center!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    border-radius:14px!important;
    clip-path:inset(0 round 14px)!important;
}
@media(max-width:390px){
    .product-list-card{
        grid-template-columns:118px minmax(0,1fr)!important;
        gap:14px!important;
    }
    .product-list-cover-preview{
        width:112px!important;
        height:84px!important;
    }
    .product-list-cover-preview .product-list-cover-frame{
        width:112px!important;
        height:84px!important;
        border-radius:13px!important;
    }
    .product-list-cover-preview .product-list-cover-frame img{
        width:112px!important;
        height:84px!important;
        border-radius:13px!important;
        clip-path:inset(0 round 13px)!important;
    }
}



/* v7.75 product list: restore visible image corner radius without backing card */
.product-list-cover-preview{
    width:126px!important;
    height:auto!important;
    min-height:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
    border-radius:0!important;
    display:block!important;
    padding:0!important;
    line-height:0!important;
}
.product-list-cover-preview .product-list-cover-frame{
    width:126px!important;
    height:auto!important;
    display:block!important;
    overflow:hidden!important;
    border-radius:16px!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    line-height:0!important;
    -webkit-mask-image:-webkit-radial-gradient(white, black)!important;
    transform:none!important;
}
.product-list-cover-preview .product-list-cover-frame img{
    display:block!important;
    width:126px!important;
    height:auto!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:unset!important;
    object-position:center center!important;
    border-radius:16px!important;
    clip-path:inset(0 round 16px)!important;
    -webkit-mask-image:-webkit-radial-gradient(white, black)!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}
@media(max-width:390px){
    .product-list-card{
        grid-template-columns:118px minmax(0,1fr)!important;
        gap:14px!important;
    }
    .product-list-cover-preview{
        width:112px!important;
        height:auto!important;
    }
    .product-list-cover-preview .product-list-cover-frame{
        width:112px!important;
        height:auto!important;
        border-radius:15px!important;
    }
    .product-list-cover-preview .product-list-cover-frame img{
        width:112px!important;
        height:auto!important;
        border-radius:15px!important;
        clip-path:inset(0 round 15px)!important;
    }
}

/* v7.76 user center global page background: align with homepage brand-intro neutral gray */
body.auth-page,
body.auth-page .site-shell,
body.auth-page .auth-shell,
body.auth-page .auth-main{
    background:#f3f4f6!important;
    background-image:none!important;
}
body.auth-page .site-header.auth-header{
    background:rgba(255,255,255,.97)!important;
    background-image:none!important;
}
@media(min-width:760px){
    body.auth-page{background:#f3f4f6!important;}
}

/* v7.77 auth/user pages: keep iOS status/top safe area white while page body remains neutral gray */
body.auth-page{
    background:#fff!important;
    background-image:none!important;
}
body.auth-page .site-shell.auth-shell{
    position:relative;
    background:#f3f4f6!important;
    background-image:none!important;
}
body.auth-page .site-shell.auth-shell::before{
    content:"";
    position:fixed;
    top:0;
    left:50%;
    width:100%;
    max-width:440px;
    height:calc(76px + env(safe-area-inset-top,0px));
    transform:translateX(-50%);
    background:#fff;
    background-image:none;
    z-index:79;
    pointer-events:none;
}
body.auth-page .auth-main{
    background:#f3f4f6!important;
    background-image:none!important;
}
body.auth-page .site-header.auth-header{
    background:rgba(255,255,255,.97)!important;
    background-image:none!important;
    z-index:80;
}
@media(min-width:760px){
    body.auth-page{background:#fff!important;}
}


/* v7.83 user page menu opacity + settings surface cleanup
   Based on full_backup_20260702_072110_6e7667.zip.
   Fixes the translucent menu showing page content underneath, and removes the square white backing behind account setting cards. */
body.auth-page .user-mobile-menu{
    background:#fff!important;
    background-image:none!important;
    border:1px solid rgba(217,227,244,.96)!important;
    box-shadow:0 22px 54px rgba(15,23,42,.14)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    overflow:hidden!important;
    isolation:isolate!important;
}
body.auth-page .user-mobile-menu:before{
    background:#fff!important;
    background-image:none!important;
    border-left:1px solid rgba(217,227,244,.96)!important;
    border-top:1px solid rgba(217,227,244,.96)!important;
}
body.auth-page .user-mobile-menu a,
body.auth-page .user-mobile-menu a:link,
body.auth-page .user-mobile-menu a:visited{
    position:relative!important;
    z-index:1!important;
    background:transparent!important;
    background-image:none!important;
    border:1px solid transparent!important;
    box-shadow:none!important;
    color:#263244!important;
    -webkit-tap-highlight-color:transparent!important;
    outline:none!important;
}
body.auth-page .user-mobile-menu a:not(.is-active),
body.auth-page .user-mobile-menu a:not(.is-active):hover,
body.auth-page .user-mobile-menu a:not(.is-active):active,
body.auth-page .user-mobile-menu a:not(.is-active):focus,
body.auth-page .user-mobile-menu a:not(.is-active):focus-visible{
    background:transparent!important;
    background-image:none!important;
    border-color:transparent!important;
    box-shadow:none!important;
    color:#263244!important;
    outline:none!important;
}
body.auth-page .user-mobile-menu a:not(.is-active):after,
body.auth-page .user-mobile-menu a:not(.is-active):hover:after,
body.auth-page .user-mobile-menu a:not(.is-active):active:after,
body.auth-page .user-mobile-menu a:not(.is-active):focus:after,
body.auth-page .user-mobile-menu a:not(.is-active):focus-visible:after{
    color:#9db1d5!important;
}
body.auth-page .user-mobile-menu a.is-active,
body.auth-page .user-mobile-menu a.is-active:hover,
body.auth-page .user-mobile-menu a.is-active:active,
body.auth-page .user-mobile-menu a.is-active:focus,
body.auth-page .user-mobile-menu a.is-active:focus-visible{
    background:#f4f8ff!important;
    background-image:none!important;
    border-color:#dce8ff!important;
    color:#2f6fff!important;
    box-shadow:inset 0 0 0 1px rgba(63,124,255,.045)!important;
    outline:none!important;
}
body.auth-page .user-mobile-menu a.is-active:after{
    color:#2f6fff!important;
}
body.user-settings-page .auth-main.user-settings-main{
    background:#f3f4f6!important;
    background-image:none!important;
}
body.user-settings-page .user-settings-panel{
    background:transparent!important;
    background-image:none!important;
    border:0!important;
    box-shadow:none!important;
    overflow:visible!important;
    padding:0!important;
}
body.user-settings-page .user-settings-profile-link{
    background:#fff!important;
    background-image:none!important;
    border:1px solid rgba(218,228,244,.96)!important;
    box-shadow:none!important;
}
body.user-settings-page .user-settings-profile-link:before{
    content:none!important;
    display:none!important;
}
body.user-settings-page .user-settings-list{
    background:#fff!important;
    background-image:none!important;
    border:1px solid rgba(218,228,244,.96)!important;
    box-shadow:none!important;
}
body.user-settings-page .user-settings-list div{
    background:#fff!important;
    background-image:none!important;
}
body.user-settings-page .user-settings-logout-wrap{
    background:transparent!important;
    background-image:none!important;
}
body.user-settings-page .user-logout-simple-btn{
    background:#3f7cff!important;
    background-image:none!important;
    border-color:#3f7cff!important;
    color:#fff!important;
    box-shadow:none!important;
}

/* v7.84 user page top background seam fix
   Keep the iOS/top header area white, but do not let the white helper layer extend below the fixed header. */
body.auth-page .site-shell.auth-shell::before{
    content:none!important;
    display:none!important;
    height:0!important;
    background:transparent!important;
}
body.auth-page .site-shell.auth-shell,
body.auth-page .auth-shell,
body.auth-page .auth-main{
    background:#f3f4f6!important;
    background-image:none!important;
}
body.auth-page .site-header.auth-header{
    background:#fff!important;
    background-image:none!important;
    border-bottom:1px solid rgba(226,232,240,.88)!important;
    box-shadow:0 8px 18px rgba(15,23,42,.045)!important;
}
body.auth-page .site-header.auth-header + .auth-main,
body.auth-page .site-header.auth-header ~ .auth-main{
    background:#f3f4f6!important;
    background-image:none!important;
}

/* v7.86 独立关于我们页 */
.about-page-shell{background:#f3f4f6;min-height:100vh;}
.about-page-shell .site-header{background:#fff;}
.about-page-main{padding:18px 13px 104px;background:#f3f4f6;}
.about-hero-card{position:relative;min-height:196px;border-radius:22px;overflow:hidden;background:linear-gradient(135deg,#2367f6 0%,#3f7cff 100%);box-shadow:0 18px 42px rgba(35,103,246,.16);display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;}
.about-hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 78% 72%,rgba(255,255,255,.15),transparent 34%),linear-gradient(135deg,#2367f6 0%,#3f7cff 100%);}
.about-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.12),transparent 34%),repeating-linear-gradient(90deg,rgba(255,255,255,.045) 0 1px,transparent 1px 44px);opacity:.32;}
.about-hero-content{position:relative;z-index:1;padding:28px 24px;}
.about-hero-content span{display:block;font-size:12px;letter-spacing:4px;font-weight:760;text-transform:uppercase;opacity:.86;margin-bottom:12px;}
.about-hero-content h1{margin:0;font-size:32px;line-height:1.2;font-weight:760;letter-spacing:-.035em;}
.about-hero-content i{display:block;width:42px;height:4px;border-radius:999px;background:rgba(255,255,255,.9);margin:16px auto 18px;}
.about-hero-content p{margin:0 auto;max-width:560px;color:rgba(255,255,255,.82);font-size:16px;line-height:1.78;font-weight:450;}
.about-section{margin-top:46px;}
.about-section-title{margin-bottom:22px;}
.about-section-title h2{font-size:30px;font-weight:740;}
.about-mission-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:#fff;border:1px solid rgba(219,229,247,.92);border-radius:18px;overflow:hidden;box-shadow:0 18px 44px rgba(15,23,42,.045);}
.about-mission-grid article{padding:28px 18px 26px;text-align:center;border-right:1px solid rgba(226,232,240,.82);}
.about-mission-grid article:last-child{border-right:0;}
.about-mission-grid b{display:inline-flex;width:42px;height:42px;border-radius:14px;align-items:center;justify-content:center;background:linear-gradient(135deg,#eaf2ff,#f8fbff);color:#3b82f6;font-size:14px;font-weight:950;box-shadow:inset 0 0 0 1px rgba(147,197,253,.42);}
.about-mission-grid h3{margin:18px 0 10px;color:#142033;font-size:18px;line-height:1.35;font-weight:720;}
.about-mission-grid p{margin:0;color:#7b8494;font-size:14px;line-height:1.75;}
.about-profile-card{position:relative;margin-top:42px;border-radius:18px;overflow:hidden;min-height:230px;background:#182337;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:0 18px 44px rgba(15,23,42,.13);}
.about-profile-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(15,23,42,.92),rgba(30,41,59,.74)),radial-gradient(circle at 18% 20%,rgba(59,130,246,.34),transparent 38%);}
.about-profile-inner{position:relative;z-index:1;padding:34px 26px;}
.about-profile-inner span{display:block;margin-bottom:10px;color:#93c5fd;letter-spacing:3px;font-size:11px;font-weight:760;}
.about-profile-inner h2{margin:0 0 14px;font-size:30px;line-height:1.25;font-weight:760;letter-spacing:-.03em;}
.about-profile-inner p{margin:0 auto;max-width:680px;color:rgba(255,255,255,.78);font-size:16px;line-height:1.85;font-weight:500;}
.about-values-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.about-values-grid article{position:relative;overflow:hidden;border-radius:18px;background:linear-gradient(135deg,rgba(239,247,255,.96),rgba(255,255,255,.9));border:1px solid rgba(226,232,240,.75);padding:26px 22px 24px;min-height:230px;box-shadow:0 16px 42px rgba(15,23,42,.035);}
.about-values-grid article:after{content:"";position:absolute;right:-20px;bottom:-30px;width:140px;height:140px;border-radius:50%;background:rgba(59,130,246,.06);}
.about-values-grid article span{display:block;color:#99a3b4;font-size:15px;line-height:1.3;margin-bottom:8px;font-weight:700;}
.about-values-grid article h3{position:relative;z-index:1;margin:0 0 18px;color:#273244;font-size:24px;line-height:1.25;font-weight:740;letter-spacing:-.03em;}
.about-values-grid ul{position:relative;z-index:1;list-style:none;padding:0;margin:0;display:grid;gap:10px;color:#737d8c;font-size:15px;line-height:1.55;}
.about-values-grid li:before{content:"·";margin-right:8px;font-weight:900;color:currentColor;}
.about-values-grid article.blue{background:linear-gradient(135deg,#2367f6,#3f7cff);border-color:rgba(59,124,255,.34);box-shadow:0 18px 42px rgba(35,103,246,.16);}
.about-values-grid article.blue span,.about-values-grid article.blue ul{color:rgba(255,255,255,.74);}
.about-values-grid article.blue h3{color:#fff;}
.about-values-grid article.blue:after{background:rgba(255,255,255,.13);}
.about-cta-card{margin-top:42px;border-radius:22px;background:#fff;border:1px solid rgba(219,229,247,.9);padding:30px 24px;text-align:center;box-shadow:0 18px 44px rgba(15,23,42,.045);}
.about-cta-card span{display:block;margin-bottom:10px;color:#3b82f6;letter-spacing:4px;font-size:12px;font-weight:760;}
.about-cta-card h2{margin:0;color:#162033;font-size:25px;line-height:1.35;font-weight:740;letter-spacing:-.04em;}
.about-cta-card p{margin:12px auto 22px;max-width:600px;color:#7b8494;font-size:15px;line-height:1.75;}
.about-cta-card a{display:inline-flex;align-items:center;justify-content:center;min-width:190px;height:52px;border-radius:999px;background:#3b7cff;color:#fff;text-decoration:none;font-size:16px;font-weight:760;box-shadow:0 16px 34px rgba(59,124,255,.22);}
.about-footer{margin-bottom:82px;}
.mobile-menu a.is-current{color:#2f7cff;background:#f2f7ff;border-color:#d9e8ff;}
@media(max-width:520px){
    .about-page-main{padding:16px 13px 100px;}
    .about-hero-card{min-height:190px;border-radius:19px;}
    .about-hero-content{padding:26px 22px;}
    .about-hero-content h1{font-size:30px;}
    .about-hero-content p{font-size:15px;line-height:1.75;}
    .about-mission-grid{grid-template-columns:repeat(3,minmax(0,1fr));border-radius:17px;}
    .about-mission-grid article{padding:24px 10px 22px;}
    .about-mission-grid b{width:38px;height:38px;border-radius:13px;font-size:13px;}
    .about-mission-grid h3{font-size:16px;}
    .about-mission-grid p{font-size:13px;line-height:1.65;}
    .about-profile-inner{padding:32px 20px;}
    .about-profile-inner h2{font-size:28px;}
    .about-profile-inner p{font-size:15px;line-height:1.78;}
    .about-values-grid{gap:14px;}
    .about-values-grid article{min-height:220px;padding:22px 16px 20px;border-radius:17px;}
    .about-values-grid article h3{font-size:22px;}
    .about-values-grid ul{font-size:14px;gap:9px;}
}
@media(max-width:390px){
    .about-values-grid{grid-template-columns:1fr;}
    .about-mission-grid{grid-template-columns:1fr;}
    .about-mission-grid article{border-right:0;border-bottom:1px solid rgba(226,232,240,.82);}
    .about-mission-grid article:last-child{border-bottom:0;}
}

/* jingtan official site v7.87 about page tone/font polish */
.about-page-shell .about-section-title h2,
.about-page-shell .about-mission-grid h3,
.about-page-shell .about-profile-inner h2,
.about-page-shell .about-values-grid h3,
.about-page-shell .about-cta-card h2{font-weight:740;}
.about-page-shell .about-hero-content h1{font-weight:760;}
.about-page-shell .about-hero-content p,
.about-page-shell .about-profile-inner p,
.about-page-shell .about-mission-grid p,
.about-page-shell .about-values-grid ul,
.about-page-shell .about-cta-card p{font-weight:400;}
.about-page-shell .about-values-grid article.blue{background:linear-gradient(135deg,#2367f6 0%,#3f7cff 100%);}
.about-page-shell .about-hero-card{background:linear-gradient(135deg,#1d2d40 0%,#2f66d9 100%);}

/* v7.88: 关于我们顶部卡片颜色同步企业价值观蓝色卡片 */
.about-page-shell .about-hero-card{background:linear-gradient(135deg,#2367f6 0%,#3f7cff 100%) !important;box-shadow:0 18px 42px rgba(35,103,246,.16);}
.about-page-shell .about-hero-bg{background:radial-gradient(circle at 78% 72%,rgba(255,255,255,.15),transparent 34%),linear-gradient(135deg,#2367f6 0%,#3f7cff 100%) !important;}
.about-page-shell .about-hero-bg:after{background:linear-gradient(135deg,rgba(255,255,255,.12),transparent 34%),repeating-linear-gradient(90deg,rgba(255,255,255,.045) 0 1px,transparent 1px 44px);opacity:.32;}

/* jingtan official site v7.89 about bottom spacing/footer polish */
.about-page-shell .about-page-main{
    padding-bottom:28px;
}
.about-page-shell .about-cta-card{
    margin-top:34px;
    margin-bottom:0;
}
.about-page-shell .about-footer{
    margin:0;
    padding:18px 24px calc(84px + var(--safe-bottom));
    background:#202d3b;
    color:rgba(255,255,255,.54);
    text-align:center;
    font-size:13px;
    line-height:1.85;
    letter-spacing:.01em;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.about-page-shell .about-footer div{
    margin:0;
    color:rgba(255,255,255,.54);
    font-weight:400;
}
.about-page-shell .about-footer div + div{
    margin-top:4px;
    color:rgba(255,255,255,.46);
}
@media(max-width:390px){
    .about-page-shell .about-page-main{padding-bottom:24px;}
    .about-page-shell .about-cta-card{margin-top:30px;}
    .about-page-shell .about-footer{padding-top:16px;padding-bottom:calc(80px + var(--safe-bottom));}
}

/* jingtan official site v7.90 homepage advantage card blue tone match */
.adv-card.blue{
    background:linear-gradient(135deg,#2367f6 0%,#3f7cff 100%) !important;
    box-shadow:0 18px 42px rgba(35,103,246,.16);
}
.adv-card.blue:after{
    content:"";
    position:absolute;
    right:-38px;
    bottom:-52px;
    width:148px;
    height:148px;
    border-radius:50%;
    background:rgba(255,255,255,.13);
    pointer-events:none;
}
.adv-card.blue h3,
.adv-card.blue p{
    position:relative;
    z-index:1;
}

/* v7.95 brand logo: use uploaded Jingtan logo asset directly, no generated icon layers. */
.brand-logo{
    background:transparent url('/uploads/uploads/2026/07/04/210645_4c1250969f.png?v=20260704v795') center/contain no-repeat!important;
}
.brand-logo:before,
.brand-logo i{
    display:none!important;
}
