Fix gate card visibility, add 5 missing tool SVGs, update pricing to EUR 4-tier

Gate cards: remove .lt-gate__card from paper-card override so dark navy
backgrounds restore; drop blue title colour override for gate cards.

SVGs: add translate (bilingual doc), citations (citation graph), korrespond
(formal letter), summarize (doc→extracted bullets), legal-analysis (issue
sections + dbn-legal-agent-v3 badge).

Pricing: 3 NOK tiers → 4 EUR tiers (Free €0 / Light €9 / Pro €29 / Pro+ €79);
Pro+ is new; "Plus" references updated to "Light" throughout.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-24 12:09:37 +02:00
parent 1bfafa9908
commit 96fbe4398a
3 changed files with 120 additions and 38 deletions
+16 -4
View File
@@ -285,7 +285,6 @@ select:focus-visible {
.dash-main,
.dashboard-tool-card,
.lt-card,
.lt-gate__card,
.lt-trust__item,
.kdoc-card,
.kdoc-step-card,
@@ -298,6 +297,13 @@ select:focus-visible {
box-shadow: var(--dbn-shadow-paper) !important;
}
/* Gate cards keep their dark navy backgrounds from tools.css */
.lt-gate__card {
border: none !important;
border-radius: 0 !important;
box-shadow: none !important;
}
.tool-panel {
position: relative;
overflow: hidden;
@@ -672,22 +678,28 @@ body[data-active-tool='citations'] .results {
}
.lt-card:hover,
.dashboard-tool-card:hover,
.lt-gate__card:hover {
.dashboard-tool-card:hover {
border-color: rgba(186, 12, 47, 0.26) !important;
box-shadow: var(--dbn-shadow-paper-lg) !important;
transform: translateY(-5px);
}
.lt-gate__card:hover {
transform: translateY(-3px);
}
.lt-card__title,
.dashboard-tool-card h2,
.lt-gate__card-title,
.kdoc-section h2,
.pricing-card h2 {
color: var(--dbn-blue);
font-family: var(--dbn-font-display);
}
.lt-gate__card-title {
font-family: var(--dbn-font-display);
}
.dashboard-tool-card {
position: relative;
}