.nd-theme-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:1000;min-width:190px;max-height:min(72vh,560px);overflow:auto;background:var(--nd-surface);border:1px solid var(--nd-border);border-radius:var(--nd-radius-sm,8px);box-shadow:var(--nd-shadow-1,0 6px 18px rgba(0,0,0,.28));padding:6px;font:14px/1.3 var(--nd-font)}.nd-theme-menu-anchor{position:relative}.nd-theme-menu .hd{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--nd-muted);padding:4px 10px 2px}.nd-theme-menu hr{border:0;border-top:1px solid var(--nd-line);margin:6px 2px}.nd-theme-menu button{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;background:none;border:0;border-radius:6px;color:var(--nd-text);cursor:pointer;text-align:left;font:inherit}.nd-theme-menu button:hover{background:var(--nd-hover)}.nd-theme-menu button[aria-checked=true]{color:var(--nd-accent-text);font-weight:700}.nd-theme-menu .sw{width:14px;height:14px;border-radius:4px;border:1px solid rgba(128,128,128,.4);flex:0 0 auto}.nd-theme-menu .sw[data-theme-swatch=dark]{background:#14171c}.nd-theme-menu .sw[data-theme-swatch=light]{background:#f6f7f9}.nd-theme-menu .sw[data-theme-swatch=high-contrast]{background:linear-gradient(135deg,#000 0 50%,#fff 50% 100%)}.nd-theme-menu .sw[data-theme-swatch=colorblind-safe]{background:linear-gradient(90deg,#e69f00,#009e73,#0072b2)}.nd-theme-menu .sw[data-theme-swatch=solarized]{background:#268bd2}.nd-theme-menu .sw[data-theme-swatch=dracula]{background:#bd93f9}.nd-theme-menu .sw[data-theme-swatch=synthwave]{background:linear-gradient(90deg,#ff2e97,#00e5ff)}.nd-theme-menu .sw[data-theme-swatch=blueprint]{background:#2b6fc0}.nd-theme-menu .sw[data-theme-swatch=matrix]{background:#00ff66}.nd-theme-menu .sw[data-theme-swatch=gameboy]{background:linear-gradient(90deg,#0f380f,#306230,#8bac0f,#9bbc0f)}.nd-theme-menu .sw[data-theme-swatch=steampunk]{background:#b08d57}.nd-theme-menu .sw[data-theme-swatch=rainbow]{background:linear-gradient(90deg,#ff0040,#ffe000,#22d36b,#1ec8ff,#7a5cff)}.nd-theme-menu .sw[data-theme-swatch=retro90s]{background:#008080}.nd-theme-menu .sw[data-theme-swatch=military]{background:#8a9a3c}html.nd-theme-switch::view-transition-old(root){animation-duration:.3s;animation-timing-function:ease}html.nd-theme-switch::view-transition-new(root){animation-duration:.3s;animation-timing-function:ease}html.nd-theme-switch-radial::view-transition-image-pair(root){isolation:auto}html.nd-theme-switch-radial::view-transition-old(root){animation:none;mix-blend-mode:normal}html.nd-theme-switch-radial::view-transition-new(root){animation:nd-theme-sweep .45s cubic-bezier(.25,.72,.3,1) both;mix-blend-mode:normal}@keyframes nd-theme-sweep{from{clip-path:circle(0px at var(--nd-theme-switch-x, 50%) var(--nd-theme-switch-y, 50%))}to{clip-path:circle(var(--nd-theme-switch-r, 142vmax) at var(--nd-theme-switch-x, 50%) var(--nd-theme-switch-y, 50%))}}
