﻿.topbar-actions{display:flex;align-items:center;gap:13px}.theme-trigger,.theme-close{display:grid;place-items:center;color:var(--ink);background:var(--white);border:1px solid var(--line);border-radius:9px;width:40px;height:40px;flex-shrink:0}.theme-trigger:hover,.theme-close:hover{background:var(--sage)}.theme-dialog{border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:18px;width:min(530px,calc(100vw - 28px));max-height:calc(100dvh - 36px);padding:27px;box-shadow:0 24px 100px #203a4840;overflow:auto}.theme-dialog::backdrop{background:#172c3b66;backdrop-filter:blur(3px)}.theme-dialog-head{display:flex;align-items:flex-start;gap:15px;justify-content:space-between}.theme-dialog h2{font:25px/1.3 var(--serif);margin-top:9px}.theme-close{font-size:25px;width:36px;height:36px}.theme-description{font-size:12px;color:var(--muted);margin:14px 0 19px}.theme-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.theme-option{text-align:left;border:1px solid var(--line);background:var(--white);color:var(--ink);padding:14px;border-radius:10px}.theme-option[aria-pressed=true]{border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green)}.theme-option-label{display:flex;align-items:center;justify-content:space-between;gap:5px;font-size:12px}.theme-check{visibility:hidden;color:var(--green)}.theme-option[aria-pressed=true] .theme-check{visibility:visible}.theme-option-description{font-size:10px;color:var(--muted);display:block;margin-top:4px}.theme-swatches{display:flex;gap:5px;margin-top:13px}.theme-swatches i{width:25px;height:20px;border-radius:4px;border:1px solid #00000010}.theme-status{font-size:11px;color:var(--muted);margin:16px 0}.theme-done{width:100%}@media(max-width:430px){.theme-dialog{padding:20px}.theme-options{gap:9px}.theme-option{padding:11px}.theme-dialog h2{font-size:23px}.theme-option-label{font-size:11px}.topbar-actions{gap:8px}.topbar-actions .prototype{display:none}}
