/**
 * 首页风格四：创意 3D 抽象（默认主题）
 * 作用于 body.home30-theme-4 与 .home30 区块
 */
body.home30-theme-4 { background: #0f0a1a; color: #fafafa; }
body.home30-theme-4::before { content: ""; position: fixed; inset: 0; background: radial-gradient(ellipse 100% 80% at 50% 0%, rgba(168, 85, 247, 0.35) 0%, transparent 50%), radial-gradient(ellipse 80% 60% at 80% 20%, rgba(59, 130, 246, 0.25) 0%, transparent 45%), radial-gradient(ellipse 60% 50% at 20% 80%, rgba(236, 72, 153, 0.2) 0%, transparent 45%); pointer-events: none; z-index: 0; }
body.home30-theme-4 .home30 { position: relative; z-index: 1; }

body.home30-theme-4 .home30 .sec { padding: 40px 0; }
body.home30-theme-4 .home30 .sec-title { color: #fafafa; border-bottom-color: #a78bfa; font-size: clamp(1.25rem, 2.5vw, 1.5rem); }
body.home30-theme-4 .home30 .slide-wrap { background: rgba(15, 10, 26, 0.95); border-radius: 16px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,0.3); }
body.home30-theme-4 .home30 .slide-sec .container { padding-left: 1rem; padding-right: 1rem; }
body.home30-theme-4 .home30 .card-wrap { gap: clamp(12px, 2.5vw, 20px); }
body.home30-theme-4 .home30 .card-item { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); color: #e9e5f7; border-radius: 16px; box-shadow: 0 4px 24px rgba(0,0,0,0.2); transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.35s ease, border-color 0.35s ease; }
body.home30-theme-4 .home30 .card-item:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(168,85,247,0.2); border-color: rgba(168,85,247,0.4); }
body.home30-theme-4 .home30 .card-item a { color: inherit; }
body.home30-theme-4 .home30 .list-item { color: #a78bfa; }
body.home30-theme-4 .home30 .list-item:hover { color: #06b6d4; }
body.home30-theme-4 .home30 .small-card { background: rgba(139,92,246,0.12); border-left-color: #a78bfa; color: #e9e5f7; border-radius: 12px; border: 1px solid rgba(255,255,255,0.08); border-left: 3px solid #a78bfa; transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.35s ease; }
body.home30-theme-4 .home30 .small-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(168,85,247,0.2); }
body.home30-theme-4 .home30 .small-card .sc-title { color: #c4b5fd; }
body.home30-theme-4 .home30 .small-card .sc-summary { color: #c4b5fd; opacity: 0.9; }
body.home30-theme-4 .home30 .large-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; overflow: hidden; transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.35s ease; }
body.home30-theme-4 .home30 .large-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(168,85,247,0.18); }
body.home30-theme-4 .home30 .large-card .lc-thumb { background: rgba(0,0,0,0.2); display: block; width: 100%; height: 140px; object-fit: cover; }
body.home30-theme-4 .home30 .large-card .lc-title { color: #e9e5f7; display: block; padding: 12px 14px; font-weight: 600; font-size: 15px; line-height: 1.4; }
/* 缩略图模式：默认 4 个一行 */
body.home30-theme-4 .home30 .article-cards-wrap.article-large-wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 2vw, 20px); }
body.home30-theme-4 .home30 .article-cards-wrap.article-large-wrap .large-card { width: 100%; min-width: 0; }
@media (max-width: 900px) { body.home30-theme-4 .home30 .article-cards-wrap.article-large-wrap { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { body.home30-theme-4 .home30 .article-cards-wrap.article-large-wrap { grid-template-columns: 1fr; } }
body.home30-theme-4 .home30 .fixed-html { color: #c4b5fd; line-height: 1.7; }
body.home30-theme-4 .home30 .fixed-html a { color: #06b6d4; }
body.home30-theme-4 .home30 .fixed-html a:hover { color: #a78bfa; }

/* 风格四下顶栏与首页统一深色氛围：整条顶栏同一套色彩 */
body.home30-theme-4 header.header-style-5,
body.home30-theme-4 header { background: rgba(15, 10, 26, 0.88) !important; backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.06) !important; box-shadow: none !important; }
body.home30-theme-4 .header-wrap-style-5 { background: transparent !important; }
body.home30-theme-4 header .header.clearfix { background: transparent !important; }
body.home30-theme-4 header .ms-nav li a,
body.home30-theme-4 .header-wrap-style-5 .ms-nav a { color: #c4b5fd !important; }
body.home30-theme-4 header .ms-nav li a::after,
body.home30-theme-4 .header-wrap-style-5 .ms-nav a::after { background: #06b6d4 !important; }
body.home30-theme-4 header .ms-nav li.active a,
body.home30-theme-4 header .ms-nav li.active a::after,
body.home30-theme-4 .header-wrap-style-5 .ms-nav li.active a,
body.home30-theme-4 .header-wrap-style-5 .ms-nav li.active a::after { color: #06b6d4 !important; transform: scaleX(1); }
body.home30-theme-4 header .ms-nav li.active a,
body.home30-theme-4 .header-wrap-style-5 .ms-nav li.active a,
body.home30-theme-4 .header-wrap-style-5 .phone-nav-wrap .ms-nav li.active a { background: transparent !important; }
body.home30-theme-4 header .ms-nav li:hover a { color: #06b6d4 !important; }
body.home30-theme-4 header .login .ms-btn-default,
body.home30-theme-4 .header-wrap-style-5 .phone-nav-wrap .login .ms-btn-default { background: transparent !important; border-color: rgba(255,255,255,0.25) !important; color: #c4b5fd !important; }
body.home30-theme-4 header .login .ms-btn-primary,
body.home30-theme-4 .header-wrap-style-5 .phone-nav-wrap .login .ms-btn-primary { background: linear-gradient(135deg, #a855f7 0%, #3b82f6 100%) !important; color: #fff !important; border: none !important; }
body.home30-theme-4 header .nav-btn-dark { color: #c4b5fd !important; border-color: rgba(255,255,255,0.25) !important; }
body.home30-theme-4 header .login-user span { color: #e9e5f7 !important; }

/* 风格四顶栏布局：与落地页 04 一致，菜单与登录/按钮同一水平线 */
body.home30-theme-4 header.header-style-5,
body.home30-theme-4 header { min-height: 68px !important; height: auto !important; display: flex !important; align-items: center !important; }
body.home30-theme-4 header .container.header-wrap-style-5 { display: flex !important; flex-wrap: nowrap !important; align-items: center !important; justify-content: stretch !important; width: 100% !important; max-width: 100% !important; min-width: 0 !important; padding: 0 clamp(1.5rem, 5vw, 2.5rem) !important; min-height: 68px !important; box-sizing: border-box !important; }
body.home30-theme-4 header .header.clearfix { display: grid !important; grid-template-columns: 1fr minmax(0, auto) 1fr !important; grid-template-rows: 1fr !important; align-items: center !important; width: 100% !important; min-width: 0 !important; float: none !important; gap: 0.5rem !important; min-height: 68px !important; height: 68px !important; box-sizing: border-box !important; }
body.home30-theme-4 header .header.clearfix > .phone-nav-wrap { display: contents !important; }
body.home30-theme-4 header .header.clearfix > .header-left { grid-column: 1 !important; grid-row: 1 !important; justify-self: start !important; align-self: center !important; margin: 0 !important; margin-left: 0.75rem !important; margin-right: 0 !important; }
body.home30-theme-4 header .header.clearfix > .header-left img.hidden-xs { display: block !important; max-height: 42px !important; width: auto !important; height: auto !important; object-fit: contain !important; vertical-align: middle !important; }
body.home30-theme-4 header .phone-nav-wrap .header-left.visible-xs { grid-column: 1 !important; grid-row: 1 !important; align-self: center !important; }
/* 取消 main.css 的 margin-top，保证菜单与按钮同一水平 */
body.home30-theme-4 header .ms-nav,
body.home30-theme-4 header .header.clearfix .ms-nav,
body.home30-theme-4 header .phone-nav-wrap .ms-nav { grid-column: 2 !important; grid-row: 1 !important; justify-self: center !important; align-self: center !important; margin: 0 !important; margin-top: 0 !important; padding: 0 !important; float: none !important; display: flex !important; flex-wrap: nowrap !important; align-items: center !important; list-style: none !important; }
body.home30-theme-4 header .ms-nav > li { float: none !important; margin: 0 0.75rem !important; display: flex !important; align-items: center !important; }
body.home30-theme-4 header .ms-nav > li > a { padding: 0.5em 0 !important; font-size: 17px !important; font-weight: 500 !important; line-height: 1 !important; }
body.home30-theme-4 header .header.clearfix nav { grid-column: 2 !important; grid-row: 1 !important; justify-self: center !important; align-self: center !important; float: none !important; margin: 0 !important; margin-top: 0 !important; }
body.home30-theme-4 header .login,
body.home30-theme-4 header .header.clearfix .login,
body.home30-theme-4 header .header.clearfix .login-in.phone-nav-auth-in { grid-column: 3 !important; grid-row: 1 !important; justify-self: end !important; align-self: center !important; float: none !important; margin: 0 !important; margin-top: 0 !important; margin-right: 0.75rem !important; display: flex !important; align-items: center !important; position: static !important; top: auto !important; right: auto !important; transform: none !important; }
body.home30-theme-4 header .phone-nav-wrap .login li { float: none !important; display: flex !important; align-items: center !important; }
body.home30-theme-4 header .phone-nav-wrap .login .ms-btn { font-size: 15px !important; line-height: 1.2 !important; padding: 0.5em 1rem !important; vertical-align: middle !important; }
body.home30-theme-4 header .phone-nav-wrap .login-in .nav-btn-dark { margin-top: 0 !important; align-self: center !important; }
body.home30-theme-4 header .phone-nav-wrap .login-in .login-user { margin-top: 0 !important; align-self: center !important; }
/* 桌面隐藏手机菜单按钮/阴影，避免占格 */
body.home30-theme-4 header .header.clearfix .phone-menu.visible-xs,
body.home30-theme-4 header .header.clearfix .phone-shadow { grid-column: 1 !important; grid-row: 1 !important; align-self: center !important; }
@media (min-width: 768px) {
  body.home30-theme-4 header .header.clearfix > .header-left img.visible-xs { display: none !important; }
}

/* ========== 风格四首页内容区块（与落地页 04 一致） ========== */
body.home30-theme-4 .home30 .container { max-width: 918px; margin-left: auto; margin-right: auto; padding-left: clamp(1rem, 4vw, 1.5rem); padding-right: clamp(1rem, 4vw, 1.5rem); box-sizing: border-box; }
body.home30-theme-4 .home30 .hero-section { background: transparent; color: #fff; padding: 100px 24px 120px; text-align: center; }
body.home30-theme-4 .home30 .hero-section h1 { font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 800; background: linear-gradient(135deg, #fff 0%, #06b6d4 50%, #a855f7 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 16px; }
body.home30-theme-4 .home30 .hero-section .lead { font-size: 1.05rem; color: #c4b5fd; max-width: 560px; margin: 0 auto 36px; line-height: 1.6; }
body.home30-theme-4 .home30 .hero-section .btn-orange { display: inline-block; width: 200px; height: 48px; line-height: 48px; text-align: center; border-radius: 14px; font-size: 16px; font-weight: 700; color: #c4b5fd; background: transparent; border: 2px solid rgba(168,85,247,0.6); text-decoration: none; transition: transform 0.2s, border-color 0.2s, color 0.2s; }
body.home30-theme-4 .home30 .hero-section .btn-orange:hover { transform: translateY(-3px); border-color: #a855f7; color: #e9e5f7; }

body.home30-theme-4 .home30 .section-title { font-size: clamp(1.75rem, 3.5vw, 2.125rem); font-weight: 700; text-align: center; margin-bottom: 12px; color: #fafafa; }
body.home30-theme-4 .home30 .section-desc { text-align: center; color: #c4b5fd; margin-bottom: 2rem; font-size: 1rem; }

body.home30-theme-4 .home30 .icons { margin: 0; padding: clamp(2.5rem, 5vw, 3.5rem) 0; width: 100%; max-width: 100%; text-align: center; box-sizing: border-box; }
body.home30-theme-4 .home30 .icons .section-desc { max-width: 42rem; margin-left: auto; margin-right: auto; margin-bottom: 1.25rem; }
body.home30-theme-4 .home30 .icons .icon-list { width: 100%; max-width: 918px; margin: 0 auto 1.5rem; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 2.5vw, 20px); box-sizing: border-box; }
body.home30-theme-4 .home30 .icons .icon-list a { text-decoration: none; display: block; width: 100%; height: 100%; }
body.home30-theme-4 .home30 .icons .icon-list li { margin: 0; width: 100%; aspect-ratio: 1; }
body.home30-theme-4 .home30 .icons .icon-list li img { display: block; width: 100%; height: 100%; object-fit: contain; border-radius: 16px; border: none; box-shadow: 0 8px 32px rgba(0,0,0,0.3); }
body.home30-theme-4 .home30 .icons .icon-text { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 2vw, 1.25rem); }
body.home30-theme-4 .home30 .icons .icon-text li { display: block; text-align: center; background: transparent; border: none; padding: clamp(0.75rem, 1.5vw, 1rem) 0.5rem; font-size: 15px; color: #c4b5fd; line-height: 1.65; width: 100%; min-width: 0; max-width: 100%; box-sizing: border-box; }
body.home30-theme-4 .home30 .icons .icon-text li:hover { color: #e9e5f7; }
body.home30-theme-4 .home30 .icons .icon-text li strong { display: block; margin-bottom: 0.5em; font-weight: 600; color: #e9e5f7; font-size: 1.05em; text-align: center; }
@media (max-width: 720px) { body.home30-theme-4 .home30 .icons .icon-list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) { body.home30-theme-4 .home30 .icons .icon-text { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { body.home30-theme-4 .home30 .icons .icon-text { grid-template-columns: 1fr; } }

body.home30-theme-4 .home30 .sign { padding: clamp(2.5rem, 5vw, 3.5rem) 0; width: 100%; max-width: 100%; }
body.home30-theme-4 .home30 .sign .container { width: 100%; max-width: 918px; margin: 0 auto; text-align: center; }
body.home30-theme-4 .home30 .sign .section-title { text-align: center; font-size: clamp(1.9rem, 4vw, 2.25rem); }
body.home30-theme-4 .home30 .sign .section-desc { text-align: center; margin-bottom: 1.25rem; }
body.home30-theme-4 .home30 .sign ul { list-style: none; margin: 0 auto 1.5rem; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 2.5vw, 1.5rem); width: 100%; max-width: 100%; }
body.home30-theme-4 .home30 .sign ul li { display: flex; flex-direction: column; align-items: center; text-align: center; width: 100%; min-width: 0; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: clamp(1.5rem, 3.5vw, 2rem); box-sizing: border-box; transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.35s ease; }
body.home30-theme-4 .home30 .sign ul li:hover { transform: translateY(-6px) scale(1.02); box-shadow: 0 20px 48px rgba(168,85,247,0.18); }
body.home30-theme-4 .home30 .sign ul li img { width: 88px; height: 88px; min-width: 88px; flex-shrink: 0; border-radius: 14px; object-fit: contain; display: block; margin: 0 auto 0.75rem; }
body.home30-theme-4 .home30 .sign ul li .sign-info { min-width: 0; width: 100%; }
body.home30-theme-4 .home30 .sign ul li .sign-info p { font-size: 1.2rem; font-weight: 600; color: #06b6d4; margin: 0 0 0.5rem; line-height: 1.3; }
body.home30-theme-4 .home30 .sign ul li .sign-info div { color: #c4b5fd; font-size: 1rem; line-height: 1.6; margin: 0; word-break: break-word; }
body.home30-theme-4 .home30 .sign > a, body.home30-theme-4 .home30 .dispatch > a { display: block; text-align: center; }
body.home30-theme-4 .home30 .btn { display: block; margin: 0 auto; width: 240px; height: 44px; line-height: 44px; border-radius: 14px; background: transparent; color: #c4b5fd; text-align: center; border: 2px solid rgba(168,85,247,0.6); font-size: 16px; font-weight: 600; text-decoration: none; cursor: pointer; transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), border-color 0.35s ease, color 0.35s ease; }
body.home30-theme-4 .home30 .btn:hover { transform: translateY(-3px); border-color: #a855f7; color: #e9e5f7; }
@media (max-width: 900px) { body.home30-theme-4 .home30 .sign ul { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { body.home30-theme-4 .home30 .sign ul { grid-template-columns: 1fr; } }

body.home30-theme-4 .home30 .dispatch { padding: clamp(2rem, 5vw, 3rem) 0; width: 100%; max-width: 100%; }
body.home30-theme-4 .home30 .dispatch .container { width: 100%; max-width: 918px; }
body.home30-theme-4 .home30 .dispatch .section-desc { margin-bottom: 1.25rem; }
body.home30-theme-4 .home30 .dispatch ul { list-style: none; margin: 0 auto 1.5rem; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.5vw, 1.5rem); width: 100%; max-width: 100%; align-items: stretch; }
body.home30-theme-4 .home30 .dispatch ul li { width: 100%; min-width: 0; box-sizing: border-box; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; padding: clamp(1.5rem, 3vw, 2rem); text-align: center; transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.35s ease; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
body.home30-theme-4 .home30 .dispatch ul li::before { content: ""; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2L2 7v10l10 5 10-5V7L12 2z' fill='none' stroke='rgba(168,85,247,0.08)' stroke-width='0.5'/%3E%3C/svg%3E"); background-size: 48px 48px; opacity: 0.5; pointer-events: none; }
body.home30-theme-4 .home30 .dispatch ul li:hover { transform: translateY(-4px) scale(1.01); box-shadow: 0 16px 40px rgba(168,85,247,0.2); }
body.home30-theme-4 .home30 .dispatch ul li img { display: block; width: 72px; height: 72px; min-width: 72px; min-height: 72px; margin: 0 auto 1rem; object-fit: contain; position: relative; z-index: 1; order: -1; }
body.home30-theme-4 .home30 .dispatch ul li p { font-size: 1.35rem; font-weight: 600; color: #fafafa; margin: 0 0 0.5rem; position: relative; z-index: 1; line-height: 1.3; }
body.home30-theme-4 .home30 .dispatch ul li div { color: #c4b5fd; font-size: 1.0625rem; line-height: 1.6; position: relative; z-index: 1; margin: 0; }
@media (max-width: 640px) { body.home30-theme-4 .home30 .dispatch ul { grid-template-columns: 1fr; } }

body.home30-theme-4 .home30 .security-section { padding: clamp(2.5rem, 5vw, 3rem) 0; }
body.home30-theme-4 .home30 .security-section .section-title { font-size: clamp(1.9rem, 4vw, 2.25rem); }
body.home30-theme-4 .home30 .security-section .section-desc { font-size: clamp(1rem, 2vw, 1.125rem); }
body.home30-theme-4 .home30 .security-section .security-cards { list-style: none; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 2.5vw, 1.5rem); width: 100%; max-width: 918px; }
body.home30-theme-4 .home30 .security-section .security-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: clamp(1.25rem, 2vw, 1.75rem); display: flex; flex-direction: column; align-items: flex-start; text-align: left; transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.35s ease; }
body.home30-theme-4 .home30 .security-section .security-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(168,85,247,0.15); }
body.home30-theme-4 .home30 .security-section .security-card-icon { width: 56px; height: 56px; margin-bottom: 1rem; flex-shrink: 0; }
body.home30-theme-4 .home30 .security-section .security-card-icon svg { width: 100%; height: 100%; display: block; }
body.home30-theme-4 .home30 .security-section .security-card-title { font-size: 1.2rem; font-weight: 700; color: #e9e5f7; margin: 0 0 0.5rem; line-height: 1.35; }
body.home30-theme-4 .home30 .security-section .security-card-desc { font-size: 0.9375rem; color: #c4b5fd; line-height: 1.6; margin: 0 0 1rem; flex: 1; opacity: 0.95; }
body.home30-theme-4 .home30 .security-section .security-card-link { font-size: 0.9375rem; color: #06b6d4; text-decoration: underline; transition: color 0.2s; }
body.home30-theme-4 .home30 .security-section .security-card-link:hover { color: #a78bfa; }
@media (max-width: 900px) { body.home30-theme-4 .home30 .security-section .security-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { body.home30-theme-4 .home30 .security-section .security-cards { grid-template-columns: 1fr; } }

body.home30-theme-4 .home30 .ux-section { padding: clamp(2.5rem, 5vw, 3rem) 0; }
body.home30-theme-4 .home30 .ux-section .container { width: 100%; max-width: 918px; }
body.home30-theme-4 .home30 .ux-section > .container { text-align: center; }
body.home30-theme-4 .home30 .ux-section ul { list-style: none; margin: 0 auto 1.5rem; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(0.875rem, 2vw, 1.25rem); width: 100%; max-width: 918px; }
body.home30-theme-4 .home30 .ux-section ul li { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: clamp(1.25rem, 2vw, 1.5rem); transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.35s ease; }
body.home30-theme-4 .home30 .ux-section ul li:hover { transform: translateY(-6px) scale(1.02); box-shadow: 0 16px 40px rgba(168,85,247,0.15); }
body.home30-theme-4 .home30 .ux-section ul li .sign-info p { color: #fafafa; margin-bottom: 6px; font-size: 1rem; }
body.home30-theme-4 .home30 .ux-section ul li .sign-info div { color: #c4b5fd; font-size: 0.875rem; line-height: 1.55; }
@media (max-width: 720px) { body.home30-theme-4 .home30 .ux-section ul { grid-template-columns: 1fr; } }

body.home30-theme-4 .home30 .sec.article-sec { padding: clamp(2.5rem, 5vw, 3rem) 0; width: 100%; }
body.home30-theme-4 .home30 .sec.article-sec .sec-title { font-size: 1.125rem; font-weight: 600; color: #e0e0e8; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid #a78bfa; }
body.home30-theme-4 .home30 .sec.article-sec .article-cards-wrap { display: flex; flex-wrap: wrap; gap: 12px; width: 100%; max-width: 918px; margin: 0 auto; }
body.home30-theme-4 .home30 .sec.article-sec .article-cards-wrap.article-large-wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 2vw, 20px); }
body.home30-theme-4 .home30 .sec.article-sec .article-cards-wrap.article-large-wrap .large-card { width: 100%; min-width: 0; }
body.home30-theme-4 .home30 .sec.article-sec .article-cards-wrap .small-card { display: block; padding: 14px 16px; width: calc(50% - 6px); min-width: 280px; background: rgba(139,92,246,0.12); border-radius: 8px; border-left: 3px solid #a78bfa; text-decoration: none; color: #f0f0f5; transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.35s ease; box-sizing: border-box; }
body.home30-theme-4 .home30 .sec.article-sec .article-cards-wrap .small-card:hover { transform: translateY(-4px) scale(1.01); box-shadow: 0 16px 40px rgba(168,85,247,0.2); }
body.home30-theme-4 .home30 .sec.article-sec .article-cards-wrap .sc-title { font-weight: 600; font-size: 15px; margin-bottom: 6px; line-height: 1.4; color: #c4b5fd; }
body.home30-theme-4 .home30 .sec.article-sec .article-cards-wrap .sc-summary { font-size: 13px; color: #c4b5fd; opacity: 0.9; line-height: 1.5; }
body.home30-theme-4 .home30 .sec.article-sec .article-more { display: inline-block; margin-top: 12px; padding: 8px 0; color: #a78bfa; text-decoration: none; }
body.home30-theme-4 .home30 .sec.article-sec .article-more:hover { text-decoration: underline; }
@media (max-width: 900px) { body.home30-theme-4 .home30 .sec.article-sec .article-cards-wrap.article-large-wrap { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { body.home30-theme-4 .home30 .sec.article-sec .article-cards-wrap.article-large-wrap { grid-template-columns: 1fr; } }
@media (max-width: 640px) { body.home30-theme-4 .home30 .sec.article-sec .article-cards-wrap .small-card { width: 100%; } }

body.home30-theme-4 .home30 .gain { width: 100%; max-width: 100%; box-sizing: border-box; background: linear-gradient(135deg, #a855f7 0%, #3b82f6 50%, #06b6d4 100%); color: #fff; padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1rem, 4vw, 1.5rem); text-align: center; border-radius: 20px; margin: 0; border: 1px solid rgba(255,255,255,0.1); }
body.home30-theme-4 .home30 .gain .container { width: 100%; max-width: 918px; margin: 0 auto; }
body.home30-theme-4 .home30 .gain > .container > p,
body.home30-theme-4 .home30 .gain .gain-lead { font-size: clamp(1.375rem, 3vw, 1.875rem); font-weight: 700; margin: 0 0 clamp(0.75rem, 2vw, 1.25rem); line-height: 1.4; }
body.home30-theme-4 .home30 .gain ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.5vw, 1.5rem); width: 100%; max-width: 918px; margin-left: auto; margin-right: auto; }
body.home30-theme-4 .home30 .gain ul li h3 { font-size: clamp(1.75rem, 4.5vw, 2.25rem); font-weight: 800; margin: 0 0 0.25em; letter-spacing: 0.02em; line-height: 1.2; }
body.home30-theme-4 .home30 .gain ul li p { font-size: clamp(0.875rem, 1.6vw, 1rem); margin: 0; opacity: .95; }
@media (max-width: 560px) { body.home30-theme-4 .home30 .gain ul { grid-template-columns: 1fr; gap: 1.25rem; } }

/* ========== 会员控制台风格四：与首页一致 ========== */
body.home30-theme-4 .release-app-wrap { position: relative; z-index: 1; color: #e9e5f7; background: transparent !important; }
body.home30-theme-4 .release-app-wrap .crumbs { color: #c4b5fd; }
body.home30-theme-4 .release-app-wrap .crumbs a { color: #06b6d4; text-decoration: none; }
body.home30-theme-4 .release-app-wrap .crumbs a:hover { color: #a78bfa; }
body.home30-theme-4 .release-app-wrap .crumbs span { color: rgba(255,255,255,0.4); margin: 0 4px; }
/* 左侧栏样式统一由 v3-member.css 控制，避免与 aside-icon-style-4 等规则层叠冲突 */
body.home30-theme-4 .release-app2 aside.aside-left { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 12px 0; }
body.home30-theme-4 .release-app2 .aside-right { color: #e9e5f7; }
body.home30-theme-4 .release-app-wrap .dashboard-cards .dashboard-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; color: #e9e5f7; box-shadow: 0 4px 24px rgba(0,0,0,0.2); }
body.home30-theme-4 .release-app-wrap .dashboard-card .dashboard-card-icon-apps { background: rgba(6,182,212,0.2); color: #06b6d4; }
body.home30-theme-4 .release-app-wrap .dashboard-card .dashboard-card-icon-android { background: rgba(61,220,132,0.2); color: #3ddc84; }
body.home30-theme-4 .release-app-wrap .dashboard-card .dashboard-card-icon-ios { background: rgba(0,122,255,0.2); color: #5b9cfb; }
body.home30-theme-4 .release-app-wrap .dashboard-card .dashboard-card-icon-space,
body.home30-theme-4 .release-app-wrap .dashboard-card .dashboard-card-icon-used { background: rgba(168,85,247,0.2); color: #a78bfa; }
body.home30-theme-4 .release-app-wrap .dashboard-card .dashboard-card-icon-today,
body.home30-theme-4 .release-app-wrap .dashboard-card .dashboard-card-icon-total { background: rgba(245,158,11,0.2); color: #fbbf24; }
body.home30-theme-4 .release-app-wrap .dashboard-card .dashboard-card-label { color: #c4b5fd; }
body.home30-theme-4 .release-app-wrap .dashboard-card .dashboard-card-value { color: #fafafa; }
body.home30-theme-4 .release-app-wrap .warn-prompt { background: rgba(168,85,247,0.15); border: 1px solid rgba(168,85,247,0.3); border-radius: 12px; color: #e9e5f7; }
body.home30-theme-4 .release-app-wrap .warn-prompt a { color: #06b6d4; }
body.home30-theme-4 .release-app-wrap .panel { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; color: #e9e5f7; }
body.home30-theme-4 .release-app-wrap .panel-default > .panel-heading { background: rgba(0,0,0,0.2); border-color: rgba(255,255,255,0.1); color: #c4b5fd; }
body.home30-theme-4 .release-app-wrap .panel-body { border-color: rgba(255,255,255,0.08); }
body.home30-theme-4 .release-app-wrap .table > thead > tr > th,
body.home30-theme-4 .release-app-wrap .table > tbody > tr > td { border-color: rgba(255,255,255,0.1); color: #e9e5f7; }
body.home30-theme-4 .release-app-wrap .form-control { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2); color: #fafafa; }
body.home30-theme-4 .release-app-wrap .form-control:focus { border-color: #a78bfa; box-shadow: 0 0 0 2px rgba(168,85,247,0.25); }
body.home30-theme-4 .release-app-wrap .form-control::placeholder { color: rgba(255,255,255,0.4); }
body.home30-theme-4 .release-app-wrap .ms-btn-primary { background: linear-gradient(135deg, #a855f7 0%, #3b82f6 100%) !important; border: none !important; color: #fff !important; }
body.home30-theme-4 .release-app-wrap .ms-btn-primary:hover { opacity: 0.95; box-shadow: 0 8px 24px rgba(168,85,247,0.35); color: #fff !important; }
body.home30-theme-4 .release-app-wrap .ms-btn-default { background: rgba(255,255,255,0.08) !important; border: 2px solid rgba(168,85,247,0.7) !important; color: #e9e5f7 !important; }
body.home30-theme-4 .release-app-wrap .ms-btn-default:hover { border-color: #a78bfa; color: #fff !important; background: rgba(168,85,247,0.2) !important; }
body.home30-theme-4 .release-app-wrap .btn-primary { background: linear-gradient(135deg, #a855f7 0%, #3b82f6 100%) !important; border: none !important; color: #fff !important; }
body.home30-theme-4 .release-app-wrap .btn-default { background: transparent !important; border: 2px solid rgba(168,85,247,0.6) !important; color: #c4b5fd !important; }
body.home30-theme-4 #notice_wrap { background: rgba(15,10,26,0.95) !important; color: #c4b5fd !important; border-bottom: 1px solid rgba(255,255,255,0.06); }
body.home30-theme-4 #notice_wrap a { color: #06b6d4; }
