html.dark-mode{color-scheme:dark}html.dark-mode body{background:#121212!important;color:#f1ece8!important}html.dark-mode .card,html.dark-mode .upload,html.dark-mode .fields select,html.dark-mode .fields input,html.dark-mode input,html.dark-mode textarea{background:#1e1e1e!important;color:#f1ece8!important;border-color:#38302c!important}html.dark-mode .muted{color:#b8aaa3!important}html.dark-mode .status,html.dark-mode .info,html.dark-mode .pill{background:#2a2421!important;color:#e8dcd5!important}html.dark-mode .secondary,html.dark-mode .filters button:not(.active),html.dark-mode .drive button.secondary{background:#302a27!important;color:#eadfd9!important;border-color:#453b36!important}html.dark-mode .item{background:#2b2522!important}html.dark-mode .item small{background:#171513dd!important;color:#f1ece8!important}html.dark-mode nav{background:#171513!important;border-color:#302a27!important}html.dark-mode nav a{color:#cfc8c2!important}html.dark-mode nav a.active{background:#3a302b!important;color:#fff!important}html.dark-mode .hero{background:#3a2923!important}html.dark-mode .filters button.active,html.dark-mode .tabs button.active{background:#e6d7ce!important;color:#211b18!important}html.dark-mode .tabs button{background:#6b4f45;color:#fff}html.dark-mode .filters button{border-color:#453b36!important}#themeToggle{position:fixed;top:max(12px,env(safe-area-inset-top));right:12px;z-index:100;border:1px solid rgba(255,255,255,.12);background:#171513;color:#fff;border-radius:999px;width:44px;height:44px;font-size:19px;line-height:1;box-shadow:0 6px 20px #0003;cursor:pointer}html:not(.dark-mode) #themeToggle{background:#fff;color:#4b3b34;border-color:#e2d6cf}#themeToggle:active{transform:scale(.94)}@media(min-width:700px){#themeToggle{right:20px}}