.theme-panel{padding:24px;margin-bottom:20px}.theme-panel header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.theme-panel h2{margin:0;font-size:22px}.theme-panel p{margin:5px 0 0;color:var(--muted)}#themeCurrentStatus{color:var(--muted);white-space:nowrap}.theme-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.theme-choice{min-height:112px;border:1px solid var(--line);border-radius:14px;background:var(--panel2);color:var(--text);padding:16px;text-align:left;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;transition:border-color .18s,transform .18s,background .18s,box-shadow .18s}.theme-choice:hover{transform:translateY(-1px);border-color:var(--orange)}.theme-choice.active{border-color:var(--orange);box-shadow:inset 0 0 0 1px var(--orange);background:#2a201c}.theme-choice strong{display:block;font-size:15px}.theme-choice small{display:block;margin-top:8px;color:var(--muted);line-height:1.35}.theme-choice .theme-dot{width:14px;height:14px;border-radius:50%;border:2px solid currentColor;display:block;margin-bottom:14px}.theme-choice[data-theme-mode="light"] .theme-dot{background:#f7f4ef;color:#c6c0b8}.theme-choice[data-theme-mode="dark"] .theme-dot{background:#171716;color:#77716c}.theme-choice[data-theme-mode="auto"] .theme-dot{background:linear-gradient(90deg,#f7f4ef 0 50%,#171716 50% 100%);color:var(--orange)}html[data-theme="light"] .theme-choice{background:#fff;color:#202631;border-color:#d4dbe5}html[data-theme="light"] .theme-choice small{color:#707782}html[data-theme="light"] .theme-choice.active{background:#fff1eb;color:#202631;border-color:#ff7448}html[data-theme="dark"] .theme-choice.active{background:#2a201c;color:#fff}@media(max-width:760px){.theme-options{grid-template-columns:1fr}.theme-choice{min-height:92px}.theme-panel{padding:19px}.theme-panel header{flex-direction:column;gap:8px}}
