diff --git a/dance.css b/dance.css
deleted file mode 100644
index 26b3c42..0000000
--- a/dance.css
+++ /dev/null
@@ -1,237 +0,0 @@
-@media (color) {
- ::selection {
- color: var(--dew-oil);
- background: var(--dew-ink);
- }
-}
-
-.dew-mpf {
- --dew-shift: color 101ms;
- --dew-solar: #dba;
- --dew-lunar: #315;
- --dew-locus: currentColor;
- --dew-focus: none;
- --dew-hover: hue-rotate(-30deg);
-}
-
-.dew-preamp {
- --dew-solar: #111;
- --dew-lunar: skyblue;
-}
-
-.dew-powamp {
- --dew-solar: indigo;
- --dew-lunar: lemonchiffon;
-}
-
-.dew-postamp {
- --dew-solar: #528;
- --dew-lunar: #bae;
-}
-
-.dew-active {
- --dew-solar: #222;
- --dew-lunar: salmon;
-}
-
-.dew-passive {
- --dew-solar: #222;
- --dew-lunar: silver;
-}
-
-.dew-wood {
- --dew-solar: #222;
- --dew-lunar: burlywood;
-}
-
-.dew-fire {
- --dew-solar: #111;
- --dew-lunar: deeppink;
-}
-
-.dew-earth {
- --dew-solar: #111;
- --dew-lunar: rosybrown;
-}
-
-.dew-metal {
- --dew-solar: #101;
- --dew-lunar: slategray;
-}
-
-.dew-water {
- --dew-solar: #111;
- --dew-lunar: deepskyblue;
-}
-
-:link {
- box-sizing: border-box;
- border: medium groove currentColor;
- text-decoration: overline dotted;
-}
-
-:focus {
- outline-style: dotted;
- outline-width: thick;
-}
-
-html {
- font-family: sans-serif;
- font-size: calc(1ch + 2vmin/3 + 1vmax);
- line-height: 1.618;
-}
-
-body {
- box-sizing: border-box;
- overflow-wrap: break-word;
- display: flex;
- flex-direction: column;
- font-family: monospace;
- margin: auto;
- padding: 1em;
-}
-
-#about {
- contain: content;
- display: flex;
- flex-direction: column;
- font-size: .8rem;
-}
-
-abbr {
- text-decoration: underline dotted;
-}
-
-h1 {
- contain: style;
- text-align: center;
-}
-
-p {
- box-sizing: border-box;
- padding: 1em;
-}
-
-i {
- font-family: monospace;
-}
-
-dfn {
- font-size: 1rem;
- font-style: unset;
- font-weight: bold;
-}
-
-data {
- padding: 1ex;
- font-family: monospace;
-}
-
-ol {
- contain: content;
- display: flow-root;
- list-style: none;
- padding: 0;
-}
-
-section {
- contain: content;
- margin-block: 1em;
-}
-
-section p {
- margin-block: 0;
-}
-
-@media (orientation: portrait) {
- li {
- contain: paint;
- display: flex;
- flex-flow: wrap;
- }
-
- data:nth-child(2) {
- order: 3;
- }
-}
-
-@media (orientation: landscape) {
- li {
- contain: paint;
- display: flex;
- flex-flow: row;
- }
-
- li:nth-of-type(odd) {
- list-style: none;
- text-align: start;
- float: left;
- clear: right;
- order: 1;
- }
-
- li:nth-of-type(odd)
- data:nth-child(1) {
- order: -1;
- }
-
- li:nth-of-type(even) {
- list-style: none;
- text-align: end;
- float: right;
- order: -1;
- }
-
- li:nth-of-type(even)
- data:nth-child(1) {
- order: 3;
- }
-
- li:nth-of-type(even)
- data:nth-child(3) {
- order: 2;
- }
-
- [value=nature],
- [value=energy] {
- font-size: .8rem;
- }
-
- #duet {
- contain: layout;
- display: flow-root;
- }
-
- #duet p:first-child {
- float: left;
- }
-
- #duet p:last-child {
- float: right;
- text-align: end;
- }
-
- .split {
- display: flex;
- margin: 0;
- }
-}
-
-#triad p {
- display: table;
-}
-
-[hidden],
-template {
- display: none;
-}
-
-li:hover {
- cursor: crosshair;
-}
-
-li:focus [value=energy],
-li:focus [value=nature],
-li:not(:focus) [value=symbol] {
- font-size: 0;
-}
diff --git a/floor.css b/floor.css
deleted file mode 100644
index 4e49c88..0000000
--- a/floor.css
+++ /dev/null
@@ -1,5 +0,0 @@
-/*
-https://s9a.page/dew
-https://s9a.org/dew/releases/v0.2.0
-*/
-.dew-shift,.dew-shift *{transition:var(--dew-shift)}.dew-wet,.dew-wet *{background:var(--dew-oil);color:var(--dew-ink)}.dew-rim,.dew-rim *{border-color:var(--dew-rim)}.dew-hyper,.dew-hyper :any-link{filter:var(--dew-hyper)}.dew-tab :focus,.dew-tab:focus{filter:var(--dew-focus);outline-color:var(--dew-locus)}.dew-field:disabled{filter:var(--dew-vapor)}.dew-lunar.dew-lunar,.dew-media.dew-media,.dew-polar.dew-polar,.dew-solar.dew-solar{fill:var(--dew-oil);background:var(--dew-oil);color:var(--dew-ink)}:root{--dew-hyper:none;--dew-media:var(--dew-solar);--dew-polar:var(--dew-lunar);--dew-oil:var(--dew-media);--dew-ink:var(--dew-polar);--dew-rim:var(--dew-ink);--dew-shift:none;--dew-solar:hotpink;--dew-lunar:#201;--dew-locus:currentColor;--dew-focus:invert(100%);--dew-hover:none;--dew-vapor:opacity(60%)}:any-link:hover{--dew-hyper:var(--dew-hover)}:any-link:focus{--dew-hyper:var(--dew-focus)}.dew-media{--dew-oil:var(--dew-media);--dew-ink:var(--dew-polar)}.dew-polar{--dew-oil:var(--dew-polar);--dew-ink:var(--dew-media)}.dew-solar{--dew-oil:var(--dew-solar);--dew-ink:var(--dew-lunar)}.dew-lunar{--dew-oil:var(--dew-lunar);--dew-ink:var(--dew-solar)}@media (prefers-color-scheme:dark){:root{--dew-media:var(--dew-lunar);--dew-polar:var(--dew-solar)}}
diff --git a/index.html b/index.html
index 528d3ce..58aa0d0 100644
--- a/index.html
+++ b/index.html
@@ -1,230 +1,278 @@
-
+
MPF = moon pass filter
-
-
+
+
-
-
+
+
+
- -
- 01
- candle
- active
- wood
-
-
- 02
- mouth
- passive
- wood
-
-
- 03
- leopard
- active
- fire
-
-
- 04
- tree of knowledge
- passive
- fire
-
-
- 05
- unicorn
- active
- earth
-
-
- 06
- crane
- passive
- earth
-
-
- 07
- wind rose
- active
- metal
-
-
- 08
- phoenix
- passive
- metal
-
-
- 09
- bat
- active
- water
-
-
- 10
- fountain
- passive
- water
-
-
- 11
- kundalini
- active
- wood
-
-
- 12
- heart
- passive
- wood
-
-
- 13
- wheel
- active
- fire
-
-
- 14
- trumpet
- passive
- fire
-
-
- 15
- snake
- active
- earth
-
-
- 16
- butterfly
- passive
- earth
-
-
- 17
- bell
- active
- metal
-
-
- 18
- mirror
- passive
- metal
-
-
- 19
- spider
- active
- water
-
-
- 20
- eagle
- passive
- water
-
-
- 21
- horse
- active
- wood
-
-
- 22
- elephant
- passive
- wood
-
-
- 23
- crocodile
- active
- fire
-
-
- 24
- bear
- passive
- fire
-
-
- 25
- turtle
- active
- earth
-
-
- 26
- frog
- passive
- earth
-
-
- 27
- trident
- active
- metal
-
-
- 28
- lotus
- passive
- metal
-
-
- 29
- octopus
- active
- water
-
-
- 30
- golden swan
- passive
- water
+
-
+ 01
+ candle
+ active
+ wood
+
-
+ 02
+ mouth
+ passive
+ wood
+
-
+ 03
+ leopard
+ active
+ fire
+
-
+ 04
+ tree of knowledge
+ passive
+ fire
+
-
+ 05
+ unicorn
+ active
+ earth
+
-
+ 06
+ crane
+ passive
+ earth
+
-
+ 07
+ wind rose
+ active
+ metal
+
-
+ 08
+ phoenix
+ passive
+ metal
+
-
+ 09
+ bat
+ active
+ water
+
-
+ 10
+ fountain
+ passive
+ water
+
-
+ 11
+ kundalini
+ active
+ wood
+
-
+ 12
+ heart
+ passive
+ wood
+
-
+ 13
+ wheel
+ active
+ fire
+
-
+ 14
+ trumpet
+ passive
+ fire
+
-
+ 15
+ snake
+ active
+ earth
+
-
+ 16
+ butterfly
+ passive
+ earth
+
-
+ 17
+ bell
+ active
+ metal
+
-
+ 18
+ mirror
+ passive
+ metal
+
-
+ 19
+ spider
+ active
+ water
+
-
+ 20
+ eagle
+ passive
+ water
+
-
+ 21
+ horse(s)
+ active
+ wood
+
-
+ 22
+ elephant
+ passive
+ wood
+
-
+ 23
+ crocodile
+ active
+ fire
+
-
+ 24
+ bear
+ passive
+ fire
+
-
+ 25
+ turtle
+ active
+ earth
+
-
+ 26
+ frog
+ passive
+ earth
+
-
+ 27
+ trident
+ active
+ metal
+
-
+ 28
+ lotus
+ passive
+ metal
+
-
+ 29
+ octopus
+ active
+ water
+
-
+ 30
+ swan(s)
+ passive
+ water
-
-
- active
-
+
+
+ active
+
-
-
- passive
-
+
+
+ passive
+
-