-
Maximum damage setup
+ Optimized effect setup
- Best max-roll damage effect mix using the same number of filled effect slots as your current build.
+
-
Optimal DPS0
+
Optimal DPS0
Difference vs current0
diff --git a/styles.css b/styles.css
index 482d102..ce9e0cb 100644
--- a/styles.css
+++ b/styles.css
@@ -261,6 +261,18 @@ h3 { margin-bottom: 0; }
gap: 0.75rem;
margin: 1rem 0;
}
+.optimum-header-controls {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 1rem;
+ align-items: end;
+ justify-content: space-between;
+}
+.optimum-header-controls .muted-copy {
+ flex: 1 1 28rem;
+ margin-bottom: 0;
+}
+.optimum-header-controls label { min-width: 220px; }
.optimum-results {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));