.theme-picker { display:flex; align-items:center; gap:8px; font:11px/1.4 Work,Arial,sans-serif; color:#aeb1ae; flex-shrink:0; }
.theme-picker select { color:#f1ede5; background:#161a1a; border:1px solid #ffffff26; border-radius:20px; padding:9px 26px 9px 12px; font:inherit; max-width:160px; min-height:36px; cursor:pointer; }
.theme-picker select:focus-visible { outline:2px solid #ff8128; outline-offset:4px; }
.theme-picker select:hover { border-color:#ff812887; }
.theme-hint { position:absolute; width:1px; height:1px; padding:0; overflow:hidden; clip-path:inset(50%); white-space:nowrap; }
.theme-error { margin:40px auto; padding:30px; max-width:620px; border:1px solid #ff812880; background:#111; color:#eee; font:16px/1.7 system-ui; }
.theme-error button { padding:12px 20px; border:1px solid #ff8128; background:#ff8128; color:#17100b; border-radius:4px; margin-right:12px; }
@media(max-width:1150px) { .theme-picker>span { display:none; } }
@media(max-width:700px) { .theme-picker select { font-size:10px; max-width:142px; padding:8px 20px 8px 10px; } body>header>.header-end { flex-wrap:wrap; gap:10px; } }
