Release v0.1.3 2026-07-11

This commit is contained in:
Warren H
2026-07-11 23:23:02 -04:00
parent 076f6cf97c
commit b48b3a4f8f
103 changed files with 6708 additions and 454 deletions
+252 -9
View File
@@ -557,6 +557,7 @@ button:focus-visible {
}
.phase-victory { background: radial-gradient(circle at center, rgba(23, 71, 53, 0.42), rgba(3, 9, 8, 0.82)); }
.phase-intermission { background: radial-gradient(circle at center, rgba(94, 76, 26, 0.38), rgba(3, 9, 8, 0.84)); }
.phase-defeat { background: radial-gradient(circle at center, rgba(85, 31, 21, 0.45), rgba(6, 5, 4, 0.86)); }
.pause-overlay { position: absolute; z-index: 12; inset: 0; display: grid; place-items: center; background: rgba(2,8,7,0.76); backdrop-filter: blur(5px); pointer-events: auto; }
@@ -1066,6 +1067,75 @@ button:focus-visible {
.end-actions button { padding: 9px 18px; border: 1px solid var(--gold); color: #13170f; background: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; }
.end-actions button.secondary { color: #9eafa8; background: transparent; border-color: #43564f; }
.buff-draft {
height: 100%;
display: grid;
grid-template-rows: auto 1fr auto;
gap: 3.5%;
padding: 3.7% 4.5% 2.8%;
background: radial-gradient(circle at 50% 0%, rgba(232, 200, 114, 0.14), transparent 48%);
}
.top-buff-draft {
position: absolute;
z-index: 11;
inset: 0;
height: auto;
padding: 4.5% 8% 3.5%;
background: radial-gradient(circle at 50% 0%, rgba(232, 200, 114, 0.2), rgba(3, 9, 8, 0.96) 58%);
pointer-events: auto;
}
.top-buff-draft .buff-choice-grid { gap: 3%; }
.top-buff-draft .buff-choice-grid button { padding: 14px; }
.intermission-status {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 8%;
background: radial-gradient(circle at 50% 12%, rgba(232, 200, 114, 0.13), transparent 52%);
text-align: center;
}
.intermission-status > i { color: var(--gold); font-family: "Cinzel", serif; font-size: 34px; font-style: normal; }
.intermission-status > span { margin-top: 12px; color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.intermission-status h2 { margin: 4px 0; font-family: "Cinzel", serif; font-size: clamp(18px, 4.2cqw, 26px); font-weight: 500; }
.intermission-status p { max-width: 310px; margin: 0; color: #81958d; font-size: clamp(8px, 1.7cqw, 10px); }
.intermission-status small { margin-top: 16px; color: #dce8e3; font-size: 7px; letter-spacing: 0.08em; text-transform: uppercase; }
.buff-draft > header { text-align: center; }
.buff-draft > header > span { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.buff-draft > header h2 { margin: 2px 0; font-family: "Cinzel", serif; font-size: clamp(18px, 4.2cqw, 26px); font-weight: 500; }
.buff-draft > header p { margin: 0; color: #81958d; font-size: clamp(8px, 1.7cqw, 10px); }
.buff-choice-grid { min-height: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5%; }
.buff-choice-grid button {
min-width: 0;
display: grid;
grid-template-columns: 34px 1fr;
grid-template-rows: auto auto 1fr;
align-content: start;
gap: 7px 8px;
padding: 11px;
border: 1px solid color-mix(in srgb, var(--buff-accent), transparent 62%);
border-top: 3px solid var(--buff-accent);
color: #dce8e3;
background: linear-gradient(155deg, color-mix(in srgb, var(--buff-accent), #081310 91%), rgba(5, 13, 11, 0.94));
text-align: left;
}
.buff-choice-grid button.is-controller-focused { outline: 2px solid var(--gold-strong); outline-offset: 2px; transform: translateY(-2px); }
.buff-choice-grid button > i { grid-row: 1 / 3; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--buff-accent); color: var(--buff-accent); font-family: "Cinzel", serif; font-size: 16px; font-style: normal; }
.buff-choice-grid button > span { min-width: 0; display: grid; }
.buff-choice-grid button small { color: var(--buff-accent); font-size: 6px; letter-spacing: 0.1em; text-transform: uppercase; }
.buff-choice-grid button strong { overflow: hidden; font-family: "Cinzel", serif; font-size: clamp(9px, 2cqw, 12px); text-overflow: ellipsis; white-space: nowrap; }
.buff-choice-grid button > b { grid-column: 1 / -1; color: #edf5f1; font-size: clamp(8px, 1.7cqw, 10px); }
.buff-choice-grid button > p { grid-column: 1 / -1; margin: 0; color: #71867e; font-size: clamp(7px, 1.45cqw, 9px); line-height: 1.25; }
.buff-draft > footer { display: flex; align-items: center; justify-content: center; gap: 7px; color: #6e827a; font-size: 7px; letter-spacing: 0.08em; text-transform: uppercase; }
.buff-draft > footer b { color: #dce8e3; }
.buff-draft > footer i { width: 2px; height: 2px; border-radius: 50%; background: var(--gold); }
/* Map */
.map-panel {
@@ -1339,6 +1409,16 @@ button:focus-visible {
display: none;
}
.native-platform[data-display-surface] .dedicated-display-surface {
width: 100%;
height: 100%;
min-height: 100%;
display: grid;
place-items: center;
overflow: hidden;
background: #030706;
}
.native-platform[data-display-surface="top"] .top-display,
.native-platform[data-display-surface="top"] .front-surface {
width: 100%;
@@ -1347,13 +1427,14 @@ button:focus-visible {
}
.native-platform[data-display-surface="bottom"] .bottom-display-root,
.native-platform[data-display-surface="bottom"] .bottom-display-root > .bottom-display {
.native-platform[data-display-surface="bottom"] .dedicated-display-surface,
.native-platform[data-display-surface="bottom"] .bottom-display {
width: 100%;
height: 100%;
min-height: 100%;
}
.native-platform[data-display-surface="bottom"] .bottom-display-root > .bottom-display {
.native-platform[data-display-surface="bottom"] .bottom-display {
aspect-ratio: auto;
}
@@ -1815,16 +1896,17 @@ button:focus-visible {
.mode-hero h2 { margin: 8px 0; font-family: "Cinzel", serif; font-size: 35px; font-weight: 500; line-height: 1; }
.mode-hero p { margin: 0; color: #98aca4; font-size: 13px; line-height: 1.45; }
.mode-hero > b { display: block; margin-top: 15px; color: #cbd9d4; font-size: 10px; font-weight: 600; }
.boss-picker { position: absolute; top: 102px; right: 38px; width: 310px; display: grid; gap: 7px; }
.boss-picker { position: absolute; top: 84px; right: 38px; left: 38px; display: grid; gap: 4px; }
.boss-picker > span { color: #71867e; font-size: 7px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.boss-choice { min-height: 54px; display: grid; grid-template-columns: 34px 1fr 18px; align-items: center; gap: 9px; padding: 8px 10px; border: 1px solid var(--line); color: #dce8e3; background: rgba(6,18,16,0.82); text-align: left; }
.boss-choice > i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--boss-accent) 55%, transparent); border-radius: 50%; color: var(--boss-accent); font-size: 15px; font-style: normal; }
.boss-choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(var(--boss-grid-rows), minmax(40px, auto)); grid-auto-flow: column; gap: 4px; }
.boss-choice { min-height: 40px; display: grid; grid-template-columns: 26px 1fr 14px; align-items: center; gap: 7px; padding: 5px 8px; border: 1px solid var(--line); color: #dce8e3; background: rgba(6,18,16,0.82); text-align: left; }
.boss-choice > i { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--boss-accent) 55%, transparent); border-radius: 50%; color: var(--boss-accent); font-size: 11px; font-style: normal; }
.boss-choice > span { display: grid; min-width: 0; }
.boss-choice strong { font-family: "Cinzel", serif; font-size: 11px; }
.boss-choice small { overflow: hidden; color: #72877f; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.boss-choice strong { font-family: "Cinzel", serif; font-size: 9px; }
.boss-choice small { overflow: hidden; color: #72877f; font-size: 6px; text-overflow: ellipsis; white-space: nowrap; }
.boss-choice > b { color: var(--boss-accent); }
.boss-choice.is-selected { border-color: var(--boss-accent); box-shadow: inset 3px 0 var(--boss-accent); background: color-mix(in srgb, var(--boss-accent) 10%, rgba(6,18,16,0.9)); }
.mode-launch { position: absolute; right: 38px; bottom: 56px; width: 275px; min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-color: var(--gold) !important; color: #182019 !important; background: linear-gradient(110deg, #ffe499, #d1af54) !important; text-align: left; }
.mode-launch { position: absolute; right: 38px; bottom: 18px; width: 275px; min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; border-color: var(--gold) !important; color: #182019 !important; background: linear-gradient(110deg, #ffe499, #d1af54) !important; text-align: left; }
.mode-launch span { font-family: "Cinzel", serif; font-size: 13px; font-weight: 600; }
.mode-launch small { font-size: 8px; font-weight: 700; text-transform: uppercase; opacity: 0.65; }
.mode-surface > .front-notice { position: absolute; right: 38px; bottom: 20px; width: 360px; }
@@ -1965,7 +2047,8 @@ button:focus-visible {
.mode-hero h2 { margin: 3px 0; font-size: 18px; }
.mode-hero p { font-size: 7px; }
.mode-hero > span, .mode-hero > b { margin-top: 4px; font-size: 5px; }
.boss-picker { top: 54px; right: 14px; width: 36%; gap: 3px; }
.boss-picker { top: 54px; right: 14px; left: 14px; gap: 3px; }
.boss-choice-grid { grid-template-rows: repeat(var(--boss-grid-rows), minmax(27px, auto)); gap: 3px; }
.boss-picker > span { font-size: 4px; }
.boss-choice { min-height: 27px; grid-template-columns: 18px 1fr 9px; gap: 4px; padding: 3px 4px; }
.boss-choice > i { width: 16px; height: 16px; font-size: 7px; }
@@ -1976,3 +2059,163 @@ button:focus-visible {
.mode-launch small { font-size: 4px; }
.game-menu-button { padding: 3px 5px; font-size: 6px; }
}
/* Data-driven loot and gear workshop */
.home-secondary-actions { grid-template-columns: repeat(3, 1fr); }
.collection-grid { grid-template-columns: repeat(3, 1fr); gap: 9px; }
.collection-drop { height: 154px; padding: 8px 9px; }
.collection-drop.rarity-epic { border-top-color: #a071c1; }
.collection-drop.rarity-legendary { border-top-color: #d79b42; }
.collection-drop .drop-icon { width: 48px; height: 48px; margin: 2px auto 5px; font-size: 20px; }
.collection-drop > strong { min-height: 26px; font-size: 10px; }
.collection-drop > p { right: 9px; bottom: 7px; left: 9px; }
.difficulty-picker { position: absolute; left: 52px; bottom: 25px; width: 52%; display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; }
.difficulty-picker > span { grid-column: 1 / -1; color: #71867e; font-size: 7px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.difficulty-picker button { min-height: 39px; display: grid; padding: 5px 7px; text-align: left; }
.difficulty-picker button strong { font-size: 8px; }
.difficulty-picker button small { color: #71867e; font-size: 6px; }
.difficulty-picker button.is-selected { border-color: var(--gold); color: var(--gold-strong); background: rgba(96,76,27,.22); }
.mode-loot-preview { position: absolute; right: 5.5%; bottom: 89px; left: 5.5%; display: grid; padding: 9px 12px; border-left: 2px solid var(--gold); background: rgba(69,55,19,.14); }
.mode-loot-preview span { color: var(--gold); font-size: 7px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mode-loot-preview b { font-size: 10px; }
.mode-loot-preview small { color: #71867e; font-size: 7px; }
.gear-surface { padding: 0 28px; }
.gear-surface .front-screen-header { grid-template-columns: 190px minmax(0, 1fr) auto auto; }
.gear-mode-tabs { display: flex; gap: 4px; }
.gear-mode-tabs button { padding: 6px 8px; color: #7f958c; font-size: 7px; font-weight: 700; text-transform: uppercase; }
.gear-mode-tabs button.is-selected { border-color: var(--gold); color: var(--gold-strong); background: rgba(72,58,21,.2); }
.gear-workshop-layout { height: calc(100% - 91px); display: grid; grid-template-columns: 190px 220px 1fr; gap: 11px; padding-top: 12px; }
.gear-owner-list,
.gear-slot-list { display: grid; align-content: start; gap: 5px; }
.gear-owner-list button,
.gear-slot-list button { width: 100%; min-height: 43px; display: grid; align-items: center; gap: 8px; padding: 6px 9px; text-align: left; }
.gear-owner-list button { grid-template-columns: 1fr 15px; }
.gear-slot-list button { grid-template-columns: 27px 1fr 28px; }
.gear-owner-list button > span,
.gear-slot-list button > span { display: grid; }
.gear-owner-list strong,
.gear-slot-list strong { font-size: 9px; }
.gear-owner-list small,
.gear-slot-list small { color: #71867e; font-size: 6px; text-transform: uppercase; }
.gear-owner-list button > b,
.gear-slot-list button > b { color: var(--gold); font-size: 10px; text-align: right; }
.gear-slot-list button > i { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid #3d554c; color: #8fc4b1; font-style: normal; }
.gear-owner-list button.is-selected,
.gear-slot-list button.is-selected { border-color: var(--gold); box-shadow: inset 3px 0 var(--gold); background: rgba(72,58,21,.16); }
.gear-preview { padding: 16px; border: 1px solid var(--line); background: radial-gradient(circle at 70% 20%, rgba(232,200,114,.1), transparent 45%), rgba(7,18,15,.84); }
.gear-preview > span { color: var(--gold); font-size: 7px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.gear-preview h2 { margin: 8px 0; font: 500 17px "Cinzel", serif; }
.gear-preview p { color: #81958d; font-size: 9px; line-height: 1.45; }
.gear-stat-comparison { display: grid; grid-template-columns: 1fr 20px 1fr; align-items: center; gap: 7px; margin-top: 24px; }
.gear-stat-comparison > span { display: grid; padding: 11px; border: 1px solid #354b43; background: rgba(4,13,11,.7); }
.gear-stat-comparison small { color: #71867e; font-size: 6px; text-transform: uppercase; }
.gear-stat-comparison strong { color: var(--gold-strong); font: 500 18px "Cinzel", serif; }
.gear-stat-comparison > i { color: #60766d; font-style: normal; text-align: center; }
.gear-infusion-preview h2 { margin-bottom: 4px; }
.gear-infusion-options,
.gear-passive-options { display: grid; gap: 4px; margin-top: 9px; }
.gear-infusion-options button,
.gear-passive-options button { min-height: 39px; display: grid; grid-template-columns: 24px 1fr 12px; align-items: center; gap: 6px; padding: 4px 6px; text-align: left; }
.gear-infusion-options button > i,
.gear-passive-options button > i { color: #8fc4b1; font-size: 12px; font-style: normal; text-align: center; }
.gear-infusion-options button > span,
.gear-passive-options button > span { min-width: 0; display: grid; }
.gear-infusion-options button strong,
.gear-passive-options button strong { overflow: hidden; color: #dbe8e3; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.gear-infusion-options button small,
.gear-passive-options button small { overflow: hidden; color: #71867e; font-size: 5px; text-overflow: ellipsis; white-space: nowrap; }
.gear-infusion-options button > b,
.gear-passive-options button > b { color: var(--gold); font-size: 9px; }
.gear-infusion-options button.is-selected { border-color: var(--gold); background: rgba(72,58,21,.16); }
.gear-infusion-options button.is-equipped,
.gear-passive-options button.is-equipped { box-shadow: inset 3px 0 #67c89e; }
.gear-passive-options { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gear-passive-options > span { grid-column: 1 / -1; color: #71867e; font-size: 5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.gear-passive-options button { min-width: 0; grid-template-columns: 18px 1fr 10px; }
.gear-context { padding: 0 5.5% 18px; }
.gear-context .context-header { margin: 0 -5.8%; }
.gear-costs { margin-top: 16px; }
.gear-costs > span { color: #71867e; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.gear-costs article { min-height: 68px; display: grid; grid-template-columns: 28px 1fr 48px; align-items: center; gap: 10px; margin-top: 8px; padding: 9px 11px; border: 1px solid var(--line); background: rgba(6,17,14,.78); }
.gear-costs article > i { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid currentColor; color: #ba6f68; font-style: normal; }
.gear-costs article.is-met > i { color: #67c89e; }
.gear-costs article > span { display: grid; }
.gear-costs strong { font-size: clamp(9px, 2cqw, 12px); }
.gear-costs small { color: #71867e; font-size: clamp(6px, 1.35cqw, 8px); }
.gear-costs article > b { color: var(--gold); font-size: 12px; text-align: right; }
.gear-upgrade-action { position: absolute; right: 5.5%; bottom: 57px; left: 5.5%; min-height: 56px; display: grid; padding: 9px 13px; border-color: var(--gold); color: #182019; background: linear-gradient(110deg, #ffe499, #d1af54); text-align: left; }
.gear-upgrade-action:disabled { border-color: #42554e; color: #71827c; background: #13201c; }
.gear-upgrade-action span { font: 600 clamp(10px, 2.3cqw, 14px) "Cinzel", serif; }
.gear-upgrade-action small { font-size: clamp(6px, 1.35cqw, 8px); }
.reward-summary { display: grid; gap: 4px; margin: 8px 0; }
.reward-summary > span { padding: 5px 7px; border: 1px solid rgba(232,200,114,.25); color: #dbe8e3; background: rgba(68,54,18,.17); font-size: 8px; }
.reward-summary b { margin-right: 6px; color: var(--gold); }
.reward-summary i { color: #d79b42; font-style: normal; }
@media (max-width: 760px) {
.home-secondary-actions { grid-template-columns: repeat(3, 1fr); }
.collection-grid { grid-template-columns: repeat(3, 1fr); }
.collection-drop { height: 96px; padding: 4px 5px; }
.collection-drop .drop-icon { width: 25px; height: 25px; margin: 1px auto 2px; font-size: 10px; }
.collection-drop > strong { min-height: 12px; font-size: 5px; }
.collection-drop > p { display: none; }
.collection-note { margin-top: 3px; padding: 2px 4px; }
.profile-stats span { padding: 5px 7px; }
.profile-stats strong { font-size: 12px; }
.boss-log { margin-top: 5px; }
.boss-log button { min-height: 40px; gap: 5px; margin-top: 3px; padding: 3px 6px; }
.boss-log button > i { width: 23px; height: 23px; }
.difficulty-picker { left: 16px; bottom: 23px; width: 58%; gap: 2px; }
.difficulty-picker button { min-height: 27px; padding: 2px 3px; }
.difficulty-picker button strong { font-size: 5px; }
.difficulty-picker button small,
.difficulty-picker > span { font-size: 4px; }
.mode-dungeons .mode-hero { display: none; }
.mode-dungeons .boss-picker { top: 49px; right: 12px; left: 12px; width: auto; gap: 2px; }
.mode-dungeons .boss-choice-grid { gap: 2px; }
.mode-dungeons .boss-choice { min-width: 0; min-height: 27px; grid-template-columns: 15px 1fr 7px; gap: 2px; padding: 2px 3px; }
.mode-dungeons .boss-choice > i { width: 14px; height: 14px; font-size: 6px; }
.mode-dungeons .boss-choice strong { overflow: hidden; font-size: 5px; text-overflow: ellipsis; white-space: nowrap; }
.mode-dungeons .boss-choice small { display: none; }
.mode-dungeons .difficulty-picker { right: 39%; bottom: 17px; left: 12px; width: auto; }
.mode-dungeons .mode-launch { right: 12px; bottom: 17px; width: 34%; }
.gear-surface { padding: 0 12px; }
.gear-surface .front-screen-header { grid-template-columns: 125px minmax(0, 1fr) auto auto; }
.gear-mode-tabs { gap: 2px; }
.gear-mode-tabs button { padding: 3px 4px; font-size: 4px; }
.gear-workshop-layout { height: calc(100% - 53px); grid-template-columns: 27% 31% 1fr; gap: 4px; padding-top: 5px; }
.gear-owner-list,
.gear-slot-list { gap: 2px; }
.gear-owner-list button,
.gear-slot-list button { min-height: 27px; gap: 3px; padding: 2px 4px; }
.gear-slot-list button { grid-template-columns: 16px 1fr 17px; }
.gear-owner-list strong,
.gear-slot-list strong { font-size: 5px; }
.gear-owner-list small,
.gear-slot-list small { font-size: 4px; }
.gear-slot-list button > i { width: 14px; height: 14px; font-size: 6px; }
.gear-preview { padding: 6px; }
.gear-preview h2 { margin: 3px 0; font-size: 8px; }
.gear-preview p { font-size: 5px; }
.gear-stat-comparison { gap: 2px; margin-top: 7px; }
.gear-stat-comparison > span { padding: 4px; }
.gear-stat-comparison strong { font-size: 9px; }
.gear-stat-comparison small,
.gear-preview > span { font-size: 4px; }
.gear-infusion-options,
.gear-passive-options { gap: 2px; margin-top: 3px; }
.gear-infusion-options button,
.gear-passive-options button { min-height: 25px; grid-template-columns: 12px 1fr 8px; gap: 2px; padding: 2px 3px; }
.gear-infusion-options button > i,
.gear-passive-options button > i { font-size: 6px; }
.gear-infusion-options button strong,
.gear-passive-options button strong { font-size: 4px; }
.gear-infusion-options button small,
.gear-passive-options button small,
.gear-passive-options > span { font-size: 3px; }
}