/* @theme-name: 凉凉 */
/* @theme-author: 手机用户mobsukvuzq_2609150l0b */
/* @theme-time: 2026-09-15T07:32:37.609Z */
/* 赛博朋克主题问卷样式 */
:root {
  --ai-base-primary: #ff00ff; /* 主色：霓虹粉 */
  --ai-base-text: #e6e6ff; /* 主文本：亮白偏紫 */
  --ai-base-muted: #9d9dff; /* 次要文本：淡紫 */
  --ai-base-border: #00fff0; /* 边框色：霓虹青蓝 */
  --ai-base-light-border: #3a2480; /* 浅边框：深紫 */
  --ai-base-error: #ff4444; /* 错误色：亮红 */
}
body {
  background-color: #0a041f; /* 深黑紫背景 */
  margin: 0;
  padding: 16px 0;
}
#toptitle .htitle {
  color: var(--ai-base-primary);
  text-shadow: 0 0 4px var(--ai-base-primary), 0 0 8px var(--ai-base-primary), 0 0 12px rgba(255,0,255,0.7);
}
#divDesc {
  padding: 0 16px;
}
div.field, div.formfield {
  background-color: rgba(18, 10, 51, 0.85);
  border: 1px solid var(--ai-base-border);
  border-radius: 4px;
  box-shadow: 0 0 8px var(--ai-base-border);
  margin: 12px 16px;
}
.field-label {
  color: var(--ai-base-border);
  text-shadow: 0 0 3px var(--ai-base-border);
}
.ui-controlgroup .ui-radio .label, .ui-controlgroup .ui-checkbox .label {
  color: var(--ai-base-text);
}
.jqradio, a.jqcheck {
  background-color: #120a33;
}
.jqradiowrapper a.jqchecked, .jqcheckwrapper a.jqchecked {
  box-shadow: 0 0 6px var(--ai-base-primary);
}
.ui-input-text, .beginner_problem textarea, .ui-select .select2-container .select2-selection--single {
  background-color: #120a33;
  border: 1px solid var(--ai-base-border);
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0,255,240,0.2);
}
.ui-input-text input, .ui-input-text textarea, .beginner_problem textarea, .ui-select select, .select2-selection__rendered {
  color: var(--ai-base-text);
}
.ui-input-text input:focus, .ui-input-text textarea:focus, .beginner_problem textarea:focus {
  outline: none;
  box-shadow: 0 0 6px var(--ai-base-border);
}
.select2-dropdown {
  background-color: #120a33;
  border-color: var(--ai-base-border);
}
.select2-results__option {
  color: var(--ai-base-text);
}
.select2-results__option--highlighted {
  color: #fff;
}
#ctlNext.submitbtn {
  background-color: var(--ai-base-primary);
  border: none;
  box-shadow: 0 0 10px var(--ai-base-primary), 0 0 20px rgba(255,0,255,0.5);
  margin: 20px 16px;
  width: calc(100% - 32px);
  border-radius: 4px;
}
table.matrix-rating a.rate-on {
  box-shadow: 0 0 6px var(--ai-base-primary);
}
.wjfooter, .policyLink, .reportto {
  color: var(--ai-base-muted);
}

/* @wjx-ai-control-fix:start */
.ui-controlgroup .ui-radio.checked .jqchecked:before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 8px !important;
    height: 8px !important;
    margin: -4px 0 0 -4px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: none !important;
    animation: none !important;
    transform: none !important;
    pointer-events: none !important;
}
.ui-controlgroup .ui-radio.checked .jqchecked:after {
    display: none !important;
    content: none !important;
}
.ui-controlgroup .ui-checkbox.checked .jqchecked:after {
    top: 50% !important;
    left: 50% !important;
    width: 5px !important;
    height: 10px !important;
    margin: -6px 0 0 -3px !important;
    transform: rotate(45deg) scale(1) !important;
    transform-origin: center center !important;
}
/* @wjx-ai-control-fix:end */
