/* Military Special Force shell — backgrounds, frames, button metal */

html, body.trend-shell {
  background-color: #121410 !important;
  background-image:
    radial-gradient(ellipse 90% 55% at 50% 0%, rgba(90, 78, 42, 0.18), transparent 58%),
    radial-gradient(ellipse 70% 45% at 8% 85%, rgba(55, 70, 40, 0.22), transparent 55%),
    radial-gradient(ellipse 70% 45% at 92% 85%, rgba(55, 70, 40, 0.22), transparent 55%),
    linear-gradient(180deg, rgba(10, 12, 8, 0.55) 0%, rgba(10, 12, 8, 0.2) 35%, rgba(10, 12, 8, 0.75) 100%),
    url("/images/trend/bg-military-decor.png") !important;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat !important;
  background-position: center top, left bottom, right bottom, center, center bottom !important;
  background-size: auto, 42vw, 42vw, cover, min(1600px, 100%) auto !important;
  background-attachment: fixed, fixed, fixed, fixed, fixed !important;
  color: var(--font-color, #f2f0e8);
}

body.trend-shell::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 12% 30%, rgba(255, 160, 60, 0.05), transparent 28%),
    radial-gradient(circle at 88% 40%, rgba(255, 140, 40, 0.04), transparent 30%),
    repeating-linear-gradient(
      -18deg,
      transparent 0,
      transparent 11px,
      rgba(255, 255, 255, 0.012) 11px,
      rgba(255, 255, 255, 0.012) 12px
    );
}

body.trend-shell #wrap,
body.trend-shell #main,
body.trend-shell #container,
body.trend-shell #content {
  position: relative;
  z-index: 1;
  background: transparent !important;
}

/* —— Left metal plate —— */
body.trend-shell #left {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, transparent 18%, transparent 82%, rgba(0, 0, 0, 0.3) 100%),
    linear-gradient(180deg, #2a3024 0%, #1a1e16 42%, #141812 100%) !important;
  box-shadow:
    inset 0 0 0 1px rgba(201, 162, 74, 0.22),
    inset 0 0 28px rgba(0, 0, 0, 0.45),
    4px 0 18px rgba(0, 0, 0, 0.45);
  border-right: 1px solid rgba(90, 78, 42, 0.45);
}

body.trend-shell #left::before {
  content: none !important;
  display: none !important;
  background: none !important;
}

body.trend-shell #left .innerWrap {
  position: relative;
  z-index: 1;
}

body.trend-shell #left .logo {
  background:
    linear-gradient(180deg, #32382a 0%, #1c2018 100%) !important;
  box-shadow: inset 0 -1px 0 rgba(201, 162, 74, 0.25);
}

body.trend-shell #left .left-menu {
  background:
    linear-gradient(180deg, rgba(48, 54, 40, 0.95) 0%, rgba(30, 34, 24, 0.95) 100%) !important;
  box-shadow:
    inset 0 0 0 1px rgba(201, 162, 74, 0.18),
    0 8px 18px rgba(0, 0, 0, 0.28);
  border-radius: 6px;
}

body.trend-shell #left .left-menu > li.active > a,
body.trend-shell #left .left-menu > li.active > a span {
  color: #f0d78a !important;
}

body.trend-shell #left .left-menu em i,
body.trend-shell #left .left-menu em .iconfont {
  color: var(--military-gold, #c9a24a) !important;
}

body.trend-shell #left .left-menu > li > a:hover {
  background: rgba(201, 162, 74, 0.1) !important;
}

/* —— Header / right rails —— */
body.trend-shell #header,
body.trend-shell #right {
  background:
    linear-gradient(180deg, #262b20 0%, #1a1e16 100%) !important;
  box-shadow: inset 0 -1px 0 rgba(201, 162, 74, 0.18);
}

body.trend-shell #right {
  border-left: 1px solid rgba(90, 78, 42, 0.4);
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.35);
}

body.trend-shell #footer {
  background:
    linear-gradient(180deg, #262b20 0%, #1a1e16 100%) !important;
  box-shadow:
    inset 0 0 0 1px rgba(201, 162, 74, 0.22),
    0 8px 20px rgba(0, 0, 0, 0.3) !important;
  border-radius: 8px;
}

/* —— Header action metal buttons —— */
body.trend-shell .header-menu.quick a {
  border-radius: 4px !important;
  border: 1px solid rgba(201, 162, 74, 0.35) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -2px 0 rgba(0, 0, 0, 0.35),
    0 4px 10px rgba(0, 0, 0, 0.28) !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

body.trend-shell .header-menu.quick a:nth-child(1) {
  background: linear-gradient(180deg, #6a8a4a 0%, #3d5530 55%, #2f4226 100%) !important;
}

body.trend-shell .header-menu.quick a:nth-child(2) {
  background: linear-gradient(180deg, #8a7a45 0%, #5a4e2e 55%, #3f3722 100%) !important;
}

body.trend-shell .header-menu.quick a:nth-child(3) {
  background: linear-gradient(180deg, #3a4032 0%, #252a1f 100%) !important;
  border-color: rgba(201, 162, 74, 0.55) !important;
  color: #f0d78a !important;
}

body.trend-shell .header-menu a.login {
  background: linear-gradient(180deg, #6a8a4a 0%, #3d5530 100%) !important;
  border: 1px solid rgba(201, 162, 74, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 4px 10px rgba(0, 0, 0, 0.25);
}

body.trend-shell .header-menu a.join {
  background: linear-gradient(180deg, #c9a24a 0%, #8a6e2e 100%) !important;
  color: #1a160c !important;
  border: 1px solid rgba(240, 215, 138, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 4px 10px rgba(0, 0, 0, 0.25);
}

body.trend-shell .header-menu.cash strong,
body.trend-shell .header-menu.cash a .money_view01,
body.trend-shell .header-menu.cash a .user_coin_amt,
body.trend-shell .header-menu.cash a .user_point_amt {
  color: #f0d78a !important;
}

body.trend-shell .trend-logout-btn {
  border: 1px solid rgba(201, 162, 74, 0.45) !important;
  background: linear-gradient(180deg, #3a4032 0%, #252a1f 100%);
  color: #f2f0e8 !important;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
body.trend-shell .trend-logout-btn:hover {
  border-color: #c9a24a !important;
  color: #f0d78a !important;
}

/* —— Content panels as metal crates —— */
body.trend-shell #content .content_box,
body.trend-shell #content .write_box,
body.trend-shell #content .list_box,
body.trend-shell #content .member_wrap,
body.trend-shell #content .info_wrap,
body.trend-shell .trend-right-block {
  background:
    linear-gradient(180deg, rgba(38, 43, 32, 0.96) 0%, rgba(22, 25, 18, 0.96) 100%) !important;
  border: 1px solid rgba(201, 162, 74, 0.28) !important;
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 24px rgba(0, 0, 0, 0.35) !important;
  border-radius: 6px !important;
}

body.trend-shell #content .title_box {
  border-bottom: 1px solid rgba(201, 162, 74, 0.35) !important;
}
body.trend-shell #content .title_box .title span {
  color: #c9a24a !important;
}
body.trend-shell #content .title_box::after {
  background: linear-gradient(90deg, #c9a24a, #4f6b3a) !important;
}

body.trend-shell #content a:hover {
  color: #f0d78a !important;
}

body.trend-shell #content .list_title1,
body.trend-shell #content .s_title1,
body.trend-shell #content .info_title,
body.trend-shell #content .write_title,
body.trend-shell #content .amp-board-table th {
  background: #2a3024 !important;
  color: #c9a24a !important;
  border-color: rgba(201, 162, 74, 0.25) !important;
}

body.trend-shell #content .amp-board-table td,
body.trend-shell #content .list_notice1,
body.trend-shell #content .list1,
body.trend-shell #content .list3 {
  background: #161912 !important;
  border-color: rgba(201, 162, 74, 0.12) !important;
  color: #ddd6c4 !important;
}

/* —— Buttons —— */
body.trend-shell #content .button,
body.trend-shell #content .btn1,
body.trend-shell #content .btn4,
body.trend-shell #content .btn5,
body.trend-shell #content [class*="btn1_"],
body.trend-shell #content [class*="btn2_"],
body.trend-shell #content [class*="btn3_"],
body.trend-shell #content .join_btn,
body.trend-shell #content .btn1_2,
body.trend-shell #content .btn2_1,
body.trend-shell #content .btn2_2,
body.trend-shell #content .btn3_2,
body.trend-shell #content a.btn1_2,
body.trend-shell #content span.btn1_2,
body.trend-shell #content span.btn2_1 {
  background: linear-gradient(180deg, #3a4032 0%, #1e221a 100%) !important;
  border: 1px solid rgba(201, 162, 74, 0.45) !important;
  color: #f0d78a !important;
  border-radius: 4px !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -2px 0 rgba(0, 0, 0, 0.35) !important;
}

body.trend-shell #content .btn1_1,
body.trend-shell #content .btn3_1,
body.trend-shell #content .pop_login_btn1,
body.trend-shell #content span.btn1_1,
body.trend-shell #content span.btn3_1,
body.trend-shell #content a.btn1_1 {
  background: linear-gradient(180deg, #c9a24a 0%, #8a6e2e 55%, #6a5422 100%) !important;
  color: #1a160c !important;
  border-color: #e0c06a !important;
  font-weight: 700 !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -2px 0 rgba(0, 0, 0, 0.28),
    0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

body.trend-shell #content input,
body.trend-shell #content select,
body.trend-shell #content textarea,
body.trend-shell #content .input1,
body.trend-shell #content .input2 {
  background: #0e100c !important;
  border: 1px solid rgba(201, 162, 74, 0.3) !important;
  color: #f2f0e8 !important;
}

body.trend-shell #content .page_wrap .page,
body.trend-shell #content .page_wrap .pageon {
  background: #252a1f !important;
  border: 1px solid rgba(201, 162, 74, 0.3) !important;
  color: #b8b39f !important;
}
body.trend-shell #content .page_wrap .pageon {
  background: linear-gradient(180deg, #c9a24a 0%, #8a6e2e 100%) !important;
  color: #1a160c !important;
  border-color: #c9a24a !important;
}

/* Home boards / frames */
body.trend-shell .main-visual,
body.trend-shell .main-link a,
body.trend-shell .main-link .cash a,
body.trend-shell .main-board,
body.trend-shell .main-event,
body.trend-shell .sc-list {
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.35));
}

body.trend-shell .main-visual .slider {
  box-shadow:
    inset 0 0 0 1px rgba(201, 162, 74, 0.28),
    0 10px 28px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  overflow: hidden;
}

body.trend-shell .main-visual .dot {
  background: rgba(201, 162, 74, 0.35);
}
body.trend-shell .main-visual .dot.active {
  background: #f0d78a;
  box-shadow: 0 0 8px rgba(240, 215, 138, 0.55);
}

body.trend-shell .trend-right-tit {
  color: #c9a24a !important;
  border-bottom-color: rgba(201, 162, 74, 0.3) !important;
}
body.trend-shell .trend-right-block {
  border-color: rgba(201, 162, 74, 0.28) !important;
}
body.trend-shell .trend-right-more:hover {
  color: #f0d78a !important;
}

body.trend-shell #quick .top a {
  background: linear-gradient(180deg, #c9a24a 0%, #8a6e2e 100%) !important;
  color: #1a160c !important;
}

/* Light mode: full military sand/olive variant */
html[data-theme-mode="light"],
html[data-theme-mode="light"] body.trend-shell,
[data-theme-mode="light"] body.trend-shell {
  background-color: #ebe6d6 !important;
  background-image:
    radial-gradient(ellipse 90% 55% at 50% 0%, rgba(201, 162, 74, 0.16), transparent 58%),
    radial-gradient(ellipse 70% 45% at 8% 90%, rgba(79, 107, 58, 0.12), transparent 55%),
    radial-gradient(ellipse 70% 45% at 92% 90%, rgba(79, 107, 58, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(247, 243, 232, 0.82) 0%, rgba(235, 230, 214, 0.55) 40%, rgba(232, 228, 214, 0.88) 100%),
    url("/images/trend/bg-military-decor.png") !important;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat !important;
  background-position: center top, left bottom, right bottom, center, center bottom !important;
  background-size: auto, 42vw, 42vw, cover, min(1600px, 100%) auto !important;
  background-attachment: fixed, fixed, fixed, fixed, fixed !important;
  background-blend-mode: normal, normal, normal, normal, soft-light !important;
  color: #2a2d24 !important;
}

html[data-theme-mode="light"] body.trend-shell::before,
[data-theme-mode="light"] body.trend-shell::before {
  background:
    radial-gradient(circle at 12% 30%, rgba(201, 162, 74, 0.08), transparent 28%),
    radial-gradient(circle at 88% 40%, rgba(79, 107, 58, 0.06), transparent 30%),
    repeating-linear-gradient(
      -18deg,
      transparent 0,
      transparent 11px,
      rgba(90, 78, 42, 0.03) 11px,
      rgba(90, 78, 42, 0.03) 12px
    );
}

html[data-theme-mode="light"] body.trend-shell #wrap,
html[data-theme-mode="light"] body.trend-shell #main,
html[data-theme-mode="light"] body.trend-shell #container,
html[data-theme-mode="light"] body.trend-shell #content,
[data-theme-mode="light"] body.trend-shell #wrap,
[data-theme-mode="light"] body.trend-shell #main,
[data-theme-mode="light"] body.trend-shell #container,
[data-theme-mode="light"] body.trend-shell #content {
  background: transparent !important;
  color: #2a2d24;
}

/* Left — light metal plate */
html[data-theme-mode="light"] body.trend-shell #left,
[data-theme-mode="light"] body.trend-shell #left {
  background:
    linear-gradient(90deg, rgba(90, 78, 42, 0.08) 0%, transparent 18%, transparent 82%, rgba(90, 78, 42, 0.08) 100%),
    linear-gradient(180deg, #f7f3e8 0%, #ebe6d6 48%, #e0d9c4 100%) !important;
  box-shadow:
    inset 0 0 0 1px rgba(138, 110, 46, 0.28),
    inset 0 0 22px rgba(90, 78, 42, 0.06),
    4px 0 16px rgba(90, 78, 42, 0.12) !important;
  border-right: 1px solid rgba(138, 110, 46, 0.3) !important;
}

html[data-theme-mode="light"] body.trend-shell #left::before,
[data-theme-mode="light"] body.trend-shell #left::before {
  content: none !important;
  display: none !important;
  background: none !important;
}

html[data-theme-mode="light"] body.trend-shell #left .logo,
[data-theme-mode="light"] body.trend-shell #left .logo {
  background: linear-gradient(180deg, #faf7ef 0%, #ebe6d6 100%) !important;
  box-shadow: inset 0 -1px 0 rgba(138, 110, 46, 0.22) !important;
}

html[data-theme-mode="light"] body.trend-shell #left .left-menu,
[data-theme-mode="light"] body.trend-shell #left .left-menu {
  background: linear-gradient(180deg, #faf7ef 0%, #efe8d4 100%) !important;
  box-shadow:
    inset 0 0 0 1px rgba(138, 110, 46, 0.2),
    0 6px 14px rgba(90, 78, 42, 0.1) !important;
}

html[data-theme-mode="light"] body.trend-shell #left .left-menu > li.active > a,
html[data-theme-mode="light"] body.trend-shell #left .left-menu > li.active > a span,
[data-theme-mode="light"] body.trend-shell #left .left-menu > li.active > a,
[data-theme-mode="light"] body.trend-shell #left .left-menu > li.active > a span {
  color: #6a5422 !important;
}

html[data-theme-mode="light"] body.trend-shell #left .left-menu em i,
html[data-theme-mode="light"] body.trend-shell #left .left-menu em .iconfont,
[data-theme-mode="light"] body.trend-shell #left .left-menu em i,
[data-theme-mode="light"] body.trend-shell #left .left-menu em .iconfont {
  color: #8a6e2e !important;
}

html[data-theme-mode="light"] body.trend-shell #left .left-menu > li > a:hover,
[data-theme-mode="light"] body.trend-shell #left .left-menu > li > a:hover {
  background: rgba(138, 110, 46, 0.1) !important;
}

/* Header / right / footer */
html[data-theme-mode="light"] body.trend-shell #header,
html[data-theme-mode="light"] body.trend-shell #right,
[data-theme-mode="light"] body.trend-shell #header,
[data-theme-mode="light"] body.trend-shell #right {
  background: linear-gradient(180deg, #faf7ef 0%, #ebe6d6 100%) !important;
  box-shadow: inset 0 -1px 0 rgba(138, 110, 46, 0.18) !important;
  color: #2a2d24;
}

html[data-theme-mode="light"] body.trend-shell #right,
[data-theme-mode="light"] body.trend-shell #right {
  border-left: 1px solid rgba(138, 110, 46, 0.28) !important;
  box-shadow: inset 0 0 18px rgba(90, 78, 42, 0.05) !important;
}

html[data-theme-mode="light"] body.trend-shell #footer,
[data-theme-mode="light"] body.trend-shell #footer {
  background: linear-gradient(180deg, #faf7ef 0%, #ebe6d6 100%) !important;
  box-shadow:
    inset 0 0 0 1px rgba(138, 110, 46, 0.22),
    0 8px 18px rgba(90, 78, 42, 0.1) !important;
  color: #2a2d24 !important;
}

/* Header action buttons — light metal */
html[data-theme-mode="light"] body.trend-shell .header-menu.quick a,
[data-theme-mode="light"] body.trend-shell .header-menu.quick a {
  border: 1px solid rgba(138, 110, 46, 0.35) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    inset 0 -2px 0 rgba(90, 78, 42, 0.12),
    0 3px 8px rgba(90, 78, 42, 0.12) !important;
  text-shadow: none !important;
  color: #fff !important;
}

html[data-theme-mode="light"] body.trend-shell .header-menu.quick a:nth-child(1),
[data-theme-mode="light"] body.trend-shell .header-menu.quick a:nth-child(1) {
  background: linear-gradient(180deg, #7a9a5a 0%, #4f6b3a 55%, #3d5530 100%) !important;
}

html[data-theme-mode="light"] body.trend-shell .header-menu.quick a:nth-child(2),
[data-theme-mode="light"] body.trend-shell .header-menu.quick a:nth-child(2) {
  background: linear-gradient(180deg, #d4b45a 0%, #a8883a 55%, #8a6e2e 100%) !important;
  color: #1a160c !important;
}

html[data-theme-mode="light"] body.trend-shell .header-menu.quick a:nth-child(3),
[data-theme-mode="light"] body.trend-shell .header-menu.quick a:nth-child(3) {
  background: linear-gradient(180deg, #f3efe2 0%, #e0d9c4 100%) !important;
  border-color: rgba(138, 110, 46, 0.45) !important;
  color: #6a5422 !important;
}

html[data-theme-mode="light"] body.trend-shell .header-menu a.login,
[data-theme-mode="light"] body.trend-shell .header-menu a.login {
  background: linear-gradient(180deg, #7a9a5a 0%, #4f6b3a 100%) !important;
  border: 1px solid rgba(138, 110, 46, 0.3);
  color: #fff !important;
}

html[data-theme-mode="light"] body.trend-shell .header-menu a.join,
[data-theme-mode="light"] body.trend-shell .header-menu a.join {
  background: linear-gradient(180deg, #d4b45a 0%, #8a6e2e 100%) !important;
  color: #1a160c !important;
  border: 1px solid rgba(201, 162, 74, 0.45);
}

html[data-theme-mode="light"] body.trend-shell .header-menu.cash strong,
html[data-theme-mode="light"] body.trend-shell .header-menu.cash a .money_view01,
html[data-theme-mode="light"] body.trend-shell .header-menu.cash a .user_coin_amt,
html[data-theme-mode="light"] body.trend-shell .header-menu.cash a .user_point_amt,
[data-theme-mode="light"] body.trend-shell .header-menu.cash strong,
[data-theme-mode="light"] body.trend-shell .header-menu.cash a .money_view01,
[data-theme-mode="light"] body.trend-shell .header-menu.cash a .user_coin_amt,
[data-theme-mode="light"] body.trend-shell .header-menu.cash a .user_point_amt {
  color: #8a6e2e !important;
}

html[data-theme-mode="light"] body.trend-shell .trend-logout-btn,
[data-theme-mode="light"] body.trend-shell .trend-logout-btn {
  border: 1px solid rgba(138, 110, 46, 0.4) !important;
  background: linear-gradient(180deg, #faf7ef 0%, #e0d9c4 100%) !important;
  color: #2a2d24 !important;
}
html[data-theme-mode="light"] body.trend-shell .trend-logout-btn:hover,
[data-theme-mode="light"] body.trend-shell .trend-logout-btn:hover {
  border-color: #8a6e2e !important;
  color: #6a5422 !important;
}

/* Content panels */
html[data-theme-mode="light"] body.trend-shell #content .content_box,
html[data-theme-mode="light"] body.trend-shell #content .write_box,
html[data-theme-mode="light"] body.trend-shell #content .list_box,
html[data-theme-mode="light"] body.trend-shell #content .member_wrap,
html[data-theme-mode="light"] body.trend-shell #content .info_wrap,
html[data-theme-mode="light"] body.trend-shell .trend-right-block,
[data-theme-mode="light"] body.trend-shell #content .content_box,
[data-theme-mode="light"] body.trend-shell #content .write_box,
[data-theme-mode="light"] body.trend-shell #content .list_box,
[data-theme-mode="light"] body.trend-shell #content .member_wrap,
[data-theme-mode="light"] body.trend-shell #content .info_wrap,
[data-theme-mode="light"] body.trend-shell .trend-right-block {
  background: linear-gradient(180deg, #faf7ef 0%, #f3efe2 100%) !important;
  border: 1px solid rgba(138, 110, 46, 0.28) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.55),
    0 8px 18px rgba(90, 78, 42, 0.1) !important;
  color: #2a2d24 !important;
}

html[data-theme-mode="light"] body.trend-shell #content .title_box,
[data-theme-mode="light"] body.trend-shell #content .title_box {
  border-bottom: 1px solid rgba(138, 110, 46, 0.28) !important;
}
html[data-theme-mode="light"] body.trend-shell #content .title_box .title,
[data-theme-mode="light"] body.trend-shell #content .title_box .title {
  color: #2a2d24 !important;
}
html[data-theme-mode="light"] body.trend-shell #content .title_box .title span,
[data-theme-mode="light"] body.trend-shell #content .title_box .title span {
  color: #8a6e2e !important;
}
html[data-theme-mode="light"] body.trend-shell #content .title_box::after,
[data-theme-mode="light"] body.trend-shell #content .title_box::after {
  background: linear-gradient(90deg, #c9a24a, #4f6b3a) !important;
}

html[data-theme-mode="light"] body.trend-shell #content a:hover,
[data-theme-mode="light"] body.trend-shell #content a:hover {
  color: #6a5422 !important;
}

html[data-theme-mode="light"] body.trend-shell #content .list_title1,
html[data-theme-mode="light"] body.trend-shell #content .s_title1,
html[data-theme-mode="light"] body.trend-shell #content .info_title,
html[data-theme-mode="light"] body.trend-shell #content .write_title,
html[data-theme-mode="light"] body.trend-shell #content .amp-board-table th,
[data-theme-mode="light"] body.trend-shell #content .list_title1,
[data-theme-mode="light"] body.trend-shell #content .s_title1,
[data-theme-mode="light"] body.trend-shell #content .info_title,
[data-theme-mode="light"] body.trend-shell #content .write_title,
[data-theme-mode="light"] body.trend-shell #content .amp-board-table th {
  background: #efe8d4 !important;
  color: #8a6e2e !important;
  border-color: rgba(138, 110, 46, 0.22) !important;
}

html[data-theme-mode="light"] body.trend-shell #content .amp-board-table td,
html[data-theme-mode="light"] body.trend-shell #content .list_notice1,
html[data-theme-mode="light"] body.trend-shell #content .list1,
html[data-theme-mode="light"] body.trend-shell #content .list3,
[data-theme-mode="light"] body.trend-shell #content .amp-board-table td,
[data-theme-mode="light"] body.trend-shell #content .list_notice1,
[data-theme-mode="light"] body.trend-shell #content .list1,
[data-theme-mode="light"] body.trend-shell #content .list3 {
  background: #faf7ef !important;
  border-color: rgba(138, 110, 46, 0.14) !important;
  color: #2a2d24 !important;
}

/* Buttons */
html[data-theme-mode="light"] body.trend-shell #content .button,
html[data-theme-mode="light"] body.trend-shell #content .btn1,
html[data-theme-mode="light"] body.trend-shell #content .btn4,
html[data-theme-mode="light"] body.trend-shell #content .btn5,
html[data-theme-mode="light"] body.trend-shell #content [class*="btn1_"],
html[data-theme-mode="light"] body.trend-shell #content [class*="btn2_"],
html[data-theme-mode="light"] body.trend-shell #content [class*="btn3_"],
html[data-theme-mode="light"] body.trend-shell #content .join_btn,
html[data-theme-mode="light"] body.trend-shell #content .btn1_2,
html[data-theme-mode="light"] body.trend-shell #content .btn2_1,
html[data-theme-mode="light"] body.trend-shell #content .btn2_2,
html[data-theme-mode="light"] body.trend-shell #content .btn3_2,
[data-theme-mode="light"] body.trend-shell #content .button,
[data-theme-mode="light"] body.trend-shell #content .btn1,
[data-theme-mode="light"] body.trend-shell #content .btn4,
[data-theme-mode="light"] body.trend-shell #content .btn5,
[data-theme-mode="light"] body.trend-shell #content [class*="btn1_"],
[data-theme-mode="light"] body.trend-shell #content [class*="btn2_"],
[data-theme-mode="light"] body.trend-shell #content [class*="btn3_"],
[data-theme-mode="light"] body.trend-shell #content .join_btn {
  background: linear-gradient(180deg, #faf7ef 0%, #e0d9c4 100%) !important;
  border: 1px solid rgba(138, 110, 46, 0.4) !important;
  color: #6a5422 !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    inset 0 -2px 0 rgba(90, 78, 42, 0.1) !important;
}

html[data-theme-mode="light"] body.trend-shell #content .btn1_1,
html[data-theme-mode="light"] body.trend-shell #content .btn3_1,
html[data-theme-mode="light"] body.trend-shell #content .pop_login_btn1,
html[data-theme-mode="light"] body.trend-shell #content span.btn1_1,
html[data-theme-mode="light"] body.trend-shell #content span.btn3_1,
html[data-theme-mode="light"] body.trend-shell #content a.btn1_1,
[data-theme-mode="light"] body.trend-shell #content .btn1_1,
[data-theme-mode="light"] body.trend-shell #content .btn3_1,
[data-theme-mode="light"] body.trend-shell #content .pop_login_btn1,
[data-theme-mode="light"] body.trend-shell #content span.btn1_1,
[data-theme-mode="light"] body.trend-shell #content span.btn3_1,
[data-theme-mode="light"] body.trend-shell #content a.btn1_1 {
  background: linear-gradient(180deg, #d4b45a 0%, #a8883a 55%, #8a6e2e 100%) !important;
  color: #1a160c !important;
  border-color: #c9a24a !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 -2px 0 rgba(90, 78, 42, 0.18),
    0 4px 10px rgba(90, 78, 42, 0.15) !important;
}

html[data-theme-mode="light"] body.trend-shell #content input,
html[data-theme-mode="light"] body.trend-shell #content select,
html[data-theme-mode="light"] body.trend-shell #content textarea,
html[data-theme-mode="light"] body.trend-shell #content .input1,
html[data-theme-mode="light"] body.trend-shell #content .input2,
[data-theme-mode="light"] body.trend-shell #content input,
[data-theme-mode="light"] body.trend-shell #content select,
[data-theme-mode="light"] body.trend-shell #content textarea,
[data-theme-mode="light"] body.trend-shell #content .input1,
[data-theme-mode="light"] body.trend-shell #content .input2 {
  background: #faf7ef !important;
  border: 1px solid rgba(138, 110, 46, 0.28) !important;
  color: #2a2d24 !important;
}

html[data-theme-mode="light"] body.trend-shell #content .page_wrap .page,
html[data-theme-mode="light"] body.trend-shell #content .page_wrap .pageon,
[data-theme-mode="light"] body.trend-shell #content .page_wrap .page,
[data-theme-mode="light"] body.trend-shell #content .page_wrap .pageon {
  background: #efe8d4 !important;
  border: 1px solid rgba(138, 110, 46, 0.28) !important;
  color: #6e6a58 !important;
}
html[data-theme-mode="light"] body.trend-shell #content .page_wrap .pageon,
[data-theme-mode="light"] body.trend-shell #content .page_wrap .pageon {
  background: linear-gradient(180deg, #d4b45a 0%, #8a6e2e 100%) !important;
  color: #1a160c !important;
  border-color: #c9a24a !important;
}

html[data-theme-mode="light"] body.trend-shell .main-visual .slider,
[data-theme-mode="light"] body.trend-shell .main-visual .slider {
  box-shadow:
    inset 0 0 0 1px rgba(138, 110, 46, 0.28),
    0 8px 20px rgba(90, 78, 42, 0.14);
}

html[data-theme-mode="light"] body.trend-shell .main-visual .dot,
[data-theme-mode="light"] body.trend-shell .main-visual .dot {
  background: rgba(138, 110, 46, 0.3);
}
html[data-theme-mode="light"] body.trend-shell .main-visual .dot.active,
[data-theme-mode="light"] body.trend-shell .main-visual .dot.active {
  background: #8a6e2e;
  box-shadow: 0 0 8px rgba(201, 162, 74, 0.45);
}

html[data-theme-mode="light"] body.trend-shell .trend-right-tit,
[data-theme-mode="light"] body.trend-shell .trend-right-tit {
  color: #8a6e2e !important;
  border-bottom-color: rgba(138, 110, 46, 0.28) !important;
}
html[data-theme-mode="light"] body.trend-shell .trend-right-more:hover,
[data-theme-mode="light"] body.trend-shell .trend-right-more:hover {
  color: #6a5422 !important;
}

html[data-theme-mode="light"] body.trend-shell #quick .top a,
[data-theme-mode="light"] body.trend-shell #quick .top a {
  background: linear-gradient(180deg, #d4b45a 0%, #8a6e2e 100%) !important;
  color: #1a160c !important;
}

@media (max-width: 1100px) {
  html, body.trend-shell {
    background-attachment: scroll, scroll, scroll, scroll, scroll !important;
    background-size: auto, 70vw, 70vw, cover, 140% auto !important;
  }
  html[data-theme-mode="light"] body.trend-shell,
  [data-theme-mode="light"] body.trend-shell {
    background-attachment: scroll, scroll, scroll, scroll, scroll !important;
    background-size: auto, 70vw, 70vw, cover, 140% auto !important;
  }
  body.trend-shell #left::before,
  html[data-theme-mode="light"] body.trend-shell #left::before,
  [data-theme-mode="light"] body.trend-shell #left::before {
    display: none !important;
  }
}
