body[data-theme="guofeng"] .glass-panel,
body[data-theme="guofeng"] .panel,
body[data-theme="guofeng"] .top-bar,
body[data-theme="guofeng"] .drawer-section,
body[data-theme="guofeng"] .changelog-content,
body[data-theme="guofeng"] .import-loading-card {
  border-radius: 18px;
  border: 1px solid rgba(204, 161, 115, 0.36);
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.04), rgba(255, 250, 244, 0)) border-box,
    linear-gradient(165deg, rgba(34, 25, 20, 0.86), rgba(21, 16, 13, 0.9)) padding-box;
  box-shadow:
    inset 0 0 0 1px rgba(235, 204, 168, 0.08),
    0 16px 34px rgba(5, 3, 2, 0.36);
}

body[data-theme="guofeng"] .panel h3,
body[data-theme="guofeng"] .drawer-section h4,
body[data-theme="guofeng"] .role-card h4,
body[data-theme="guofeng"] .changelog-content h3,
body[data-theme="guofeng"] .changelog-content h4 {
  letter-spacing: 0.06em;
}

body[data-theme="guofeng"] .btn {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

body[data-theme="guofeng"] .btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 239, 214, 0.16), transparent 38%, transparent 62%, rgba(255, 239, 214, 0.1));
  pointer-events: none;
}

body[data-theme="guofeng"] .btn-primary {
  background: linear-gradient(145deg, rgba(187, 130, 81, 0.44), rgba(108, 66, 39, 0.42));
  border-color: rgba(214, 170, 121, 0.6);
  box-shadow:
    inset 0 1px 0 rgba(255, 236, 204, 0.24),
    0 8px 18px rgba(20, 10, 4, 0.34);
}

body[data-theme="guofeng"] .btn-ghost,
body[data-theme="guofeng"] .icon-btn,
body[data-theme="guofeng"] .feature-btn {
  border-color: rgba(198, 152, 108, 0.44);
  background: linear-gradient(155deg, rgba(255, 241, 220, 0.08), rgba(62, 40, 27, 0.22));
  color: #f3e2cc;
}

body[data-theme="guofeng"] .btn-ghost.danger {
  color: #ffc9cf;
  border-color: rgba(216, 112, 124, 0.45);
}

body[data-theme="guofeng"] .icon-btn,
body[data-theme="guofeng"] .feature-btn {
  border-radius: 12px;
}

body[data-theme="guofeng"] .text-input,
body[data-theme="guofeng"] .text-area,
body[data-theme="guofeng"] select {
  border-radius: 10px;
  border-color: rgba(194, 146, 101, 0.4);
  background:
    linear-gradient(180deg, rgba(255, 246, 233, 0.05), rgba(255, 246, 233, 0)) border-box,
    linear-gradient(165deg, rgba(40, 28, 22, 0.8), rgba(26, 19, 15, 0.86)) padding-box;
}

body[data-theme="guofeng"] .text-input:focus,
body[data-theme="guofeng"] .text-area:focus,
body[data-theme="guofeng"] select:focus {
  border-color: rgba(218, 170, 119, 0.78);
}

body[data-theme="guofeng"] .role-card {
  border-radius: 14px;
  border: 1px solid rgba(205, 160, 114, 0.45);
  background:
    radial-gradient(circle at 72% 0%, rgba(213, 164, 113, 0.22), transparent 40%),
    linear-gradient(160deg, rgba(50, 35, 26, 0.9), rgba(33, 24, 19, 0.9));
  box-shadow:
    inset 0 0 0 1px rgba(241, 210, 170, 0.08),
    0 14px 26px rgba(8, 5, 3, 0.34);
}

body[data-theme="guofeng"] .chip {
  border-radius: 999px;
  border-color: rgba(209, 164, 119, 0.4);
  color: #f0dcc1;
  background: rgba(122, 84, 55, 0.26);
}

body[data-theme="guofeng"] .settings-drawer {
  background:
    linear-gradient(180deg, rgba(255, 241, 219, 0.06), rgba(255, 241, 219, 0)),
    rgba(16, 12, 10, 0.95);
  border-left-color: rgba(202, 159, 114, 0.34);
}

body[data-theme="guofeng"][data-light-mode="on"] .btn,
body[data-theme="guofeng"][data-light-mode="on"] .icon-btn,
body[data-theme="guofeng"][data-light-mode="on"] .feature-btn,
body[data-theme="guofeng"][data-light-mode="on"] .text-input,
body[data-theme="guofeng"][data-light-mode="on"] .text-area,
body[data-theme="guofeng"][data-light-mode="on"] select,
body[data-theme="guofeng"][data-light-mode="on"] .role-card,
body[data-theme="guofeng"][data-light-mode="on"] .panel,
body[data-theme="guofeng"][data-light-mode="on"] .top-bar,
body[data-theme="guofeng"][data-light-mode="on"] .drawer-section,
body[data-theme="guofeng"][data-light-mode="on"] .glass-panel,
body[data-theme="guofeng"][data-light-mode="on"] .changelog-content,
body[data-theme="guofeng"][data-light-mode="on"] .import-loading-card {
  box-shadow:
    inset 0 0 0 1px rgba(207, 161, 115, 0.12),
    0 10px 22px rgba(112, 75, 49, 0.12);
}