diff --git a/docs/users/games/BaldursGate3.md b/docs/users/games/BaldursGate3.md
new file mode 100644
index 0000000000..7ae848a6ed
--- /dev/null
+++ b/docs/users/games/BaldursGate3.md
@@ -0,0 +1,12 @@
+!!! tip "Coming Soon"
+ Baldur's Gate 3 is not supported yet, but will be one of the next games we add to the app. Keep an eye on the [roadmap](https://trello.com/b/gPzMuIr3/nexus-mods-app-roadmap) for updates!
+
+## Compatibility
+This game can be managed via the app on the following operating systems and platforms. The application will automatically detect valid installations from supported game stores if possible.
+
+|| :fontawesome-brands-windows: Windows | :fontawesome-brands-linux: Linux | :fontawesome-brands-apple: macOS |
+|---|---|---|---|
+| :fontawesome-brands-steam: [Steam](https://store.steampowered.com/app/1086940/Baldurs_Gate_3/) | :material-check-circle: | :material-check-circle: | :material-close-thick: |
+| [GOG](https://www.gog.com/en/game/baldurs_gate_iii) | :material-check-circle:[^1] | :material-close-thick:[^1] | :material-close-thick: |
+
+[^1]: Offline backup installs from GOG.com cannot be detected automatically.
\ No newline at end of file
diff --git a/docs/users/games/Cyberpunk2077.md b/docs/users/games/Cyberpunk2077.md
index 7c17b8561d..9522008bd3 100644
--- a/docs/users/games/Cyberpunk2077.md
+++ b/docs/users/games/Cyberpunk2077.md
@@ -13,6 +13,7 @@ Get information on potential issues in your loadout(s). [Learn more about Health
Diagnostics are shown in the following situations:
+- A mod requires the REDmod DLC ([Steam](https://store.steampowered.com/app/2060310/Cyberpunk_2077_REDmod/)/[GOG](https://www.gog.com/game/cyberpunk_2077_redmod)/[Epic](https://store.epicgames.com/p/cyberpunk-2077)) but it is not installed.
- A mod is installed and requires any of the following dependencies by they are not installed or enabled:
- [Codeware](https://www.nexusmods.com/cyberpunk2077/mods/7780) - Detected by `.reds` files or Lua scripts with the `Codeware` global.
- [Virtual Atelier](https://www.nexusmods.com/cyberpunk2077/mods/2987) - Detected by `.reds` files uses hooks for this mod.
@@ -24,8 +25,6 @@ Diagnostics are shown in the following situations:
### Automated deployment for REDmods
-!!! warning "This feature currently isn't available on Linux."
-
When mods using the official REDmod system are installed, it may be necessary to run the the REDmod tool. The app will detect when this is necessary and run it automatically before starting the game.
### Selective Game Backup
diff --git a/docs/users/games/index.md b/docs/users/games/index.md
index 29b10ffb86..5d23948785 100644
--- a/docs/users/games/index.md
+++ b/docs/users/games/index.md
@@ -6,7 +6,10 @@ The following games are currently supported. Click on the game icon to learn mor
-
+
+
+
+
diff --git a/docs/users/index.md b/docs/users/index.md
index 8e84a2ac87..be6723440a 100644
--- a/docs/users/index.md
+++ b/docs/users/index.md
@@ -6,8 +6,8 @@
- This alpha software, meaning it is still very early in development and may have bugs or issues that could break your mod setup. We've done our best to patch up any major problems, but there will always be a few "gotchas" we haven't accounted for.
- The app only works on Windows (10+) or Linux. MacOS support is coming later!
- - The current build only supports Stardew Valley on Steam or GOG.com - more games are planned to be added soon, so don't worry if you don't see your favourites yet!
- - Please only use the app on a clean installation of Stardew Valley. This means removing SMAPI and any mods you have installed before managing it with the app. This is important as the state of the game folder will be the state the app will roll back to when mods are removed.
+ - The current build only supports a [limited number of games](./games/index.md) - more games are planned to be added soon, so don't worry if you don't see your favourites yet!
+ - Please only use the app on a clean, un-modded instance of any game installation. This means removing any mods you have installed before managing it with the app. The state of the game folder when you start modding the game will be the state the app will roll back to when mods are removed.
- As we release new versions you may be required to reset your loadout and start over. We'll do our best to avoid this though and it won't be a requirement in the final release!
- The app will work on Steam Deck but the experience isn't optimised yet, let us know how you get on!
diff --git a/mkdocs.yml b/mkdocs.yml
index 58d4b96244..328f916706 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -71,6 +71,7 @@ nav:
- users/games/index.md
- Stardew Valley: users/games/StardewValley.md
- Cyberpunk 2077: users/games/Cyberpunk2077.md
+ - Baldur's Gate 3: users/games/BaldursGate3.md
- Frequently Asked Questions:
- users/faq/index.md
- How to find the log files: users/faq/LogFiles.md
diff --git a/src/Games/NexusMods.Games.AdvancedInstaller.UI/Resources/Language.pl.resx b/src/Games/NexusMods.Games.AdvancedInstaller.UI/Resources/Language.pl.resx
index 96248f51aa..a50ee8d96e 100644
--- a/src/Games/NexusMods.Games.AdvancedInstaller.UI/Resources/Language.pl.resx
+++ b/src/Games/NexusMods.Games.AdvancedInstaller.UI/Resources/Language.pl.resx
@@ -64,16 +64,16 @@
Wybierz pliki do zainstalowania z archiwum moda po lewej stronie.
- Wybierz ścieżkę instalacji
+ WYBIERZ ŚCIEŻKĘ INSTALACJI
Wybierz scieżkę instalacji pliku/folderu moda.
- Sugerowane
+ SUGEROWANE
- Wszystkie foldery
+ WSZYSTKIE FOLDERY
Wybierz z pełnej struktury folderów
diff --git a/src/NexusMods.App.UI/Pages/LibraryPage/Collections/CollectionCardDesignViewModel.cs b/src/NexusMods.App.UI/Pages/LibraryPage/Collections/CollectionCardDesignViewModel.cs
index 6b2c68b944..17a7cda03f 100644
--- a/src/NexusMods.App.UI/Pages/LibraryPage/Collections/CollectionCardDesignViewModel.cs
+++ b/src/NexusMods.App.UI/Pages/LibraryPage/Collections/CollectionCardDesignViewModel.cs
@@ -10,7 +10,7 @@ public class CollectionCardDesignViewModel : AViewModel "Vanilla+ [Quality of Life]";
public Bitmap Image => new(AssetLoader.Open(new Uri("avares://NexusMods.App.UI/Assets/DesignTime/collection_tile_image.png")));
public string Summary => "1.6.8 This visual mod collection is designed to create a witchy medieval cottage aethetic experience for Stardew Valley, and Stardew Valley Expanded.";
- public string Category => "Themed";
+ public string Category => "All-in-One \u2022 Fair and Balanced \u2022 Gameplay \u2022 Lore-friendly";
public int ModCount => 9;
public ulong EndorsementCount => 248;
public ulong DownloadCount => 30000;
diff --git a/src/NexusMods.App.UI/Pages/LibraryPage/Collections/CollectionCardView.axaml b/src/NexusMods.App.UI/Pages/LibraryPage/Collections/CollectionCardView.axaml
index 0d471670d8..c27f98567d 100644
--- a/src/NexusMods.App.UI/Pages/LibraryPage/Collections/CollectionCardView.axaml
+++ b/src/NexusMods.App.UI/Pages/LibraryPage/Collections/CollectionCardView.axaml
@@ -1,4 +1,4 @@
-
-
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
diff --git a/src/NexusMods.App.UI/Pages/LibraryPage/Collections/CollectionCardViewModel.cs b/src/NexusMods.App.UI/Pages/LibraryPage/Collections/CollectionCardViewModel.cs
index 29357e5a45..9d977668d1 100644
--- a/src/NexusMods.App.UI/Pages/LibraryPage/Collections/CollectionCardViewModel.cs
+++ b/src/NexusMods.App.UI/Pages/LibraryPage/Collections/CollectionCardViewModel.cs
@@ -23,7 +23,7 @@ public CollectionCardViewModel(IConnection connection, RevisionId revision)
public string Name => _collection.Name;
public Bitmap Image => new(new MemoryStream(_collection.TileImage.ToArray()));
public string Summary => _collection.Summary;
- public string Category => string.Join(" ", _collection.Tags.Select(t => t.Name));
+ public string Category => string.Join(" \u2022 ", _collection.Tags.Select(t => t.Name));
public int ModCount => (int)_revision.ModCount;
public ulong EndorsementCount => _collection.Endorsements;
public ulong DownloadCount => _revision.Downloads;
diff --git a/src/NexusMods.App.UI/Pages/LibraryPage/Collections/CollectionsView.axaml b/src/NexusMods.App.UI/Pages/LibraryPage/Collections/CollectionsView.axaml
index 25efe65129..1764ad6286 100644
--- a/src/NexusMods.App.UI/Pages/LibraryPage/Collections/CollectionsView.axaml
+++ b/src/NexusMods.App.UI/Pages/LibraryPage/Collections/CollectionsView.axaml
@@ -21,7 +21,8 @@
+ Height="288"
+ ClipToBounds="False"/>
diff --git a/src/NexusMods.App.UI/Pages/LibraryPage/FakeParentLibraryItemModel.cs b/src/NexusMods.App.UI/Pages/LibraryPage/FakeParentLibraryItemModel.cs
index f8a771612c..2aa2268ebd 100644
--- a/src/NexusMods.App.UI/Pages/LibraryPage/FakeParentLibraryItemModel.cs
+++ b/src/NexusMods.App.UI/Pages/LibraryPage/FakeParentLibraryItemModel.cs
@@ -11,16 +11,23 @@ namespace NexusMods.App.UI.Pages.LibraryPage;
public class FakeParentLibraryItemModel : LibraryItemModel
{
public required IObservable NumInstalledObservable { get; init; }
- public required IObservable> LibraryItemsObservable { get; init; }
+ public IObservable> LibraryItemsObservable { get; }
protected ObservableHashSet LibraryItems { get; set; } = [];
public override IReadOnlyCollection GetLoadoutItemIds() => LibraryItems.Select(static item => item.LibraryItemId).ToArray();
private readonly IDisposable _modelActivationDisposable;
- private readonly SerialDisposable _libraryItemsDisposable = new();
+ private readonly IDisposable _libraryItemsDisposable;
- public FakeParentLibraryItemModel(LibraryItemId libraryItemId) : base(libraryItemId)
+ public FakeParentLibraryItemModel(LibraryItemId libraryItemId, IObservable> libraryItemsObservable) : base(libraryItemId)
{
+ LibraryItemsObservable = libraryItemsObservable;
+
+ // NOTE(Al12rs): This needs to be set up even if model is never activated,
+ // as it is possible for items to get selected and interacted with without their model being activated
+ // (e.g. by quick scrolling to bottom with scrollbar and shift-selecting all items)
+ _libraryItemsDisposable = LibraryItemsObservable.OnUI().SubscribeWithErrorLogging(changeSet => LibraryItems.ApplyChanges(changeSet));
+
_modelActivationDisposable = WhenModelActivated(this, static (model, disposables) =>
{
model.NumInstalledObservable
@@ -54,11 +61,6 @@ public FakeParentLibraryItemModel(LibraryItemId libraryItemId) : base(libraryIte
}
})
.AddTo(disposables);
-
- if (model._libraryItemsDisposable.Disposable is null)
- {
- model._libraryItemsDisposable.Disposable = model.LibraryItemsObservable.OnUI().SubscribeWithErrorLogging(changeSet => model.LibraryItems.ApplyChanges(changeSet));
- }
});
}
diff --git a/src/NexusMods.App.UI/Pages/LibraryPage/LibraryView.axaml b/src/NexusMods.App.UI/Pages/LibraryPage/LibraryView.axaml
index 99697ef2c5..063f80c8e9 100644
--- a/src/NexusMods.App.UI/Pages/LibraryPage/LibraryView.axaml
+++ b/src/NexusMods.App.UI/Pages/LibraryPage/LibraryView.axaml
@@ -104,7 +104,7 @@
Classes.Tertiary="{Binding IsInstalledInLoadout.Value}"
>
-
+
diff --git a/src/NexusMods.App.UI/Pages/LibraryPage/NexusModsModPageLibraryItemModel.cs b/src/NexusMods.App.UI/Pages/LibraryPage/NexusModsModPageLibraryItemModel.cs
index 01fa7c6887..2265238f6a 100644
--- a/src/NexusMods.App.UI/Pages/LibraryPage/NexusModsModPageLibraryItemModel.cs
+++ b/src/NexusMods.App.UI/Pages/LibraryPage/NexusModsModPageLibraryItemModel.cs
@@ -1,5 +1,7 @@
+using DynamicData;
using NexusMods.Abstractions.Library.Models;
using NexusMods.Abstractions.MnemonicDB.Attributes.Extensions;
+using NexusMods.MnemonicDB.Abstractions;
using NexusMods.Paths;
using ObservableCollections;
using R3;
@@ -9,7 +11,8 @@ namespace NexusMods.App.UI.Pages.LibraryPage;
public class NexusModsModPageLibraryItemModel : FakeParentLibraryItemModel
{
private readonly IDisposable _modelActivationDisposable;
- public NexusModsModPageLibraryItemModel() : base(default(LibraryItemId))
+ public NexusModsModPageLibraryItemModel(IObservable> libraryItemsObservable)
+ : base(default(LibraryItemId), libraryItemsObservable)
{
_modelActivationDisposable = WhenModelActivated(this, static (model, disposables) =>
{
diff --git a/src/NexusMods.App.UI/Pages/LocalFileDataProvider.cs b/src/NexusMods.App.UI/Pages/LocalFileDataProvider.cs
index 0bf0f3cef5..3684c9f578 100644
--- a/src/NexusMods.App.UI/Pages/LocalFileDataProvider.cs
+++ b/src/NexusMods.App.UI/Pages/LocalFileDataProvider.cs
@@ -81,14 +81,15 @@ public IObservable> ObserveNestedLibraryI
// NOTE(erri120): LocalFiles have only one child, this can only be 0 or 1.
var numInstalledObservable = linkedLoadoutItemsObservable.IsEmpty().Select(isEmpty => isEmpty ? 0 : 1);
- var model = new FakeParentLibraryItemModel(libraryFile.Id)
+ var model = new FakeParentLibraryItemModel(
+ libraryFile.Id,
+ libraryItemsObservable: UIObservableExtensions.ReturnFactory(() => new ChangeSet([new Change(ChangeReason.Add, entityId, LibraryItem.Load(_connection.Db, entityId))])))
{
Name = libraryFile.AsLibraryItem().Name,
HasChildrenObservable = hasChildrenObservable,
ChildrenObservable = childrenObservable,
LinkedLoadoutItemsObservable = linkedLoadoutItemsObservable,
NumInstalledObservable = numInstalledObservable,
- LibraryItemsObservable = UIObservableExtensions.ReturnFactory(() => new ChangeSet([new Change(ChangeReason.Add, entityId, LibraryItem.Load(_connection.Db, entityId))])),
};
model.CreatedAtDate.Value = libraryFile.GetCreatedAt();
diff --git a/src/NexusMods.App.UI/Pages/NexusModsDataProvider.cs b/src/NexusMods.App.UI/Pages/NexusModsDataProvider.cs
index bf499d02a5..e459e9c9bd 100644
--- a/src/NexusMods.App.UI/Pages/NexusModsDataProvider.cs
+++ b/src/NexusMods.App.UI/Pages/NexusModsDataProvider.cs
@@ -104,14 +104,13 @@ private LibraryItemModel ToLibraryItemModel(NexusModsModPageMetadata.ReadOnly mo
.Prepend(false)
).QueryWhenChanged(static query => query.Items.Count(static b => b));
- return new NexusModsModPageLibraryItemModel
+ return new NexusModsModPageLibraryItemModel(libraryFilesObservable)
{
Name = modPageMetadata.Name,
HasChildrenObservable = hasChildrenObservable,
ChildrenObservable = childrenObservable,
LinkedLoadoutItemsObservable = linkedLoadoutItemsObservable,
NumInstalledObservable = numInstalledObservable,
- LibraryItemsObservable = libraryFilesObservable,
};
}
diff --git a/src/NexusMods.App.UI/Resources/Language.pl.resx b/src/NexusMods.App.UI/Resources/Language.pl.resx
index 58bb90f733..c031aed412 100644
--- a/src/NexusMods.App.UI/Resources/Language.pl.resx
+++ b/src/NexusMods.App.UI/Resources/Language.pl.resx
@@ -277,7 +277,7 @@
Informacje moda
- Moje mody
+ Zainstalowane mody
Pobieranie
@@ -567,7 +567,7 @@
przycisku na pasku narzędzi
- Dodaj pobrane mody z
+ Zainstaluj pobrane mody z
Brak dodanych modów do {0}
@@ -660,4 +660,7 @@
Usuń
+
+ Zainstalowane mody
+
diff --git a/src/NexusMods.Icons/IconValues.cs b/src/NexusMods.Icons/IconValues.cs
index 5ba5c060a8..e47ee15753 100644
--- a/src/NexusMods.Icons/IconValues.cs
+++ b/src/NexusMods.Icons/IconValues.cs
@@ -51,12 +51,19 @@ Then create a `SimpleVectorIconImage` with the `d` attribute as the `pathData` a
public static class IconValues
{
+
#region Action
// https://pictogrammers.com/library/mdi/icon/code-tags/
public static readonly IconValue Code = new ProjektankerIcon("mdi-code-tags");
+
+ // https://pictogrammers.com/library/mdi/icon/check/
+ public static readonly IconValue Check = new ProjektankerIcon("mdi-check");
// https://pictogrammers.com/library/mdi/icon/check-circle/
public static readonly IconValue CheckCircle = new ProjektankerIcon("mdi-check-circle");
+
+ // https://pictogrammers.com/library/mdi/icon/thumb-up/
+ public static readonly IconValue ThumbUp = new ProjektankerIcon("mdi-thumb-up");
// https://pictogrammers.com/library/mdi/icon/delete-outline/
public static readonly IconValue DeleteOutline = new ProjektankerIcon("mdi-delete-outline");
@@ -68,9 +75,6 @@ public static class IconValues
// This is mislabeled on Figma and some places as 'description'
public static readonly IconValue Description = new ProjektankerIcon("mdi-file-document");
- // https://pictogrammers.com/library/mdi/icon/check/
- public static readonly IconValue Done = new ProjektankerIcon("mdi-check");
-
// https://pictogrammers.com/library/mdi/icon/help-circle/
public static readonly IconValue Help = new ProjektankerIcon("mdi-help-circle");
@@ -236,6 +240,9 @@ public static class IconValues
// https://pictogrammers.com/library/mdi/icon/gamepad-square/
public static readonly IconValue Game = new ProjektankerIcon("mdi-gamepad-square");
+
+ // https://pictogrammers.com/library/mdi/icon/database/
+ public static readonly IconValue Database = new ProjektankerIcon("mdi-database");
#endregion
@@ -434,5 +441,13 @@ public static class IconValues
"M13.2308 2.68852C13.2046 2.7204 13.0042 2.75856 12.699 2.78951C12.1406 2.84629 11.5525 2.96263 11.3275 3.06083C11.2431 3.0976 11.0966 3.15903 11.0016 3.19742C10.6076 3.35705 10.1 3.63908 9.84885 3.83803C9.58803 4.04443 9.08502 4.54519 9.08502 4.59824C9.08502 4.6243 9.05903 4.65572 9.02752 4.66782C8.99578 4.68015 8.97002 4.71273 8.97002 4.74018C8.97002 4.76787 8.92701 4.83745 8.87411 4.89492C8.82144 4.9524 8.77843 5.01081 8.77843 5.02454C8.77843 5.03826 8.71863 5.1481 8.64572 5.26863C8.49185 5.52297 8.30969 6.0072 8.24207 6.34088C8.21631 6.46887 8.18135 6.59103 8.16456 6.61244C8.12431 6.6634 7.9778 7.54112 7.94744 7.91157C7.93433 8.07166 7.90029 8.23688 7.87177 8.27899C7.7869 8.40441 7.79518 72.819 7.88028 72.9418C7.91639 72.994 7.93755 73.095 7.93295 73.1929C7.92858 73.283 7.9341 73.3828 7.94514 73.4149C7.95641 73.4468 7.98493 73.6825 8.00885 73.9385C8.0514 74.3932 8.07601 74.5202 8.23839 75.1259C8.32418 75.4456 8.54199 75.9236 8.68712 76.1102C8.73703 76.1742 8.8081 76.2694 8.84513 76.3215C8.96887 76.4955 9.39299 76.9053 9.44934 76.9053C9.47602 76.9053 9.65933 77.0652 9.74972 77.1671C9.79227 77.215 9.84931 77.2544 9.87645 77.2544C9.90359 77.2544 9.94292 77.2867 9.96385 77.3265C10.005 77.4047 10.3636 77.6323 10.58 77.7177C10.6539 77.747 10.9197 77.8726 11.1711 77.9974C11.4223 78.1218 11.6521 78.224 11.6813 78.224C11.7107 78.224 11.8243 78.2652 11.9336 78.3157C12.363 78.5139 12.4398 78.5486 12.4584 78.5526C12.484 78.5579 12.7321 78.671 13.0141 78.8057C13.1406 78.8662 13.2959 78.9281 13.3591 78.9435C13.4224 78.9588 13.4927 78.9861 13.5155 79.0042C13.5383 79.0221 13.6728 79.081 13.8145 79.135C13.9564 79.189 14.1103 79.2572 14.1565 79.2865C14.203 79.3158 14.3615 79.3796 14.5089 79.428C14.6563 79.4766 14.8288 79.5483 14.8923 79.5873C14.9555 79.6267 15.0301 79.6586 15.0579 79.6588C15.0855 79.6588 15.1975 79.7 15.307 79.7502C15.4165 79.8007 15.5922 79.8733 15.6975 79.9117C15.8029 79.9501 15.9236 80.0039 15.9659 80.0309C16.008 80.0581 16.1373 80.117 16.2534 80.1619C16.3694 80.207 16.5331 80.2768 16.6175 80.3171C16.8047 80.4064 17.523 80.7166 17.8634 80.8548C18.0003 80.9107 18.121 80.9654 18.1316 80.9765C18.1422 80.9877 18.2974 81.0468 18.4766 81.1078C18.6558 81.169 18.8407 81.2432 18.8874 81.2728C18.9341 81.3023 18.9902 81.3265 19.0118 81.3265C19.0337 81.3265 19.1611 81.3789 19.295 81.4429C19.4288 81.5068 19.5503 81.5592 19.5652 81.5592C19.5799 81.5592 19.7161 81.6185 19.8681 81.6914C20.0199 81.764 20.2821 81.8789 20.4509 81.9469C20.6195 82.0148 20.861 82.1193 20.9875 82.1789C21.114 82.2382 21.2608 82.3003 21.3134 82.3166C21.3661 82.3327 21.5062 82.396 21.6249 82.4567C21.7433 82.5177 21.8597 82.5675 21.8831 82.5675C21.9066 82.5675 22.0425 82.6124 22.1851 82.6671C22.4453 82.7669 22.5258 82.8013 22.8491 82.9516C22.9455 82.9963 23.0357 83.0329 23.0497 83.0329C23.0637 83.0329 23.2178 83.1008 23.3922 83.1836C23.5665 83.2667 23.7524 83.3477 23.805 83.3635C23.8577 83.3793 23.935 83.4163 23.9764 83.4454C24.018 83.4745 24.0737 83.4982 24.0999 83.4982C24.1466 83.4982 24.3147 83.5711 24.8591 83.8266C25.0068 83.8959 25.2138 83.9843 25.3191 84.023C25.4247 84.0618 25.5282 84.106 25.5491 84.1216C25.5703 84.1372 25.665 84.1707 25.76 84.1961C25.8548 84.2212 26.036 84.2913 26.1625 84.3515C26.289 84.4118 26.4831 84.4909 26.5938 84.5272C26.7044 84.5635 26.795 84.6075 26.795 84.6249C26.795 84.6424 26.8339 84.668 26.8813 84.6817C27.0285 84.7248 27.8468 85.0582 27.8907 85.0931C27.9137 85.1113 28.0041 85.1518 28.0915 85.1829C28.1792 85.2141 28.3588 85.2911 28.4908 85.3542C28.8061 85.5043 29.2885 85.7088 29.3276 85.7088C29.3446 85.7088 29.4069 85.7293 29.4662 85.7542C29.5256 85.7791 29.5829 85.8024 29.5934 85.8061C29.6038 85.8098 29.6767 85.8419 29.7551 85.8773C29.8333 85.9127 29.9083 85.9415 29.9212 85.9415C29.9343 85.9415 30.0514 85.9925 30.1813 86.0546C30.3113 86.117 30.5985 86.2396 30.82 86.3276C31.0413 86.4155 31.2667 86.5121 31.3205 86.5419C31.3743 86.5719 31.5208 86.6349 31.6462 86.6822C31.7715 86.7294 31.9086 86.7904 31.9509 86.8176C31.993 86.8448 32.1223 86.9046 32.2384 86.9503C32.4381 87.0291 32.5041 87.0578 32.8709 87.2234C32.9551 87.2616 33.1076 87.3207 33.2093 87.3547C33.3112 87.3886 33.4664 87.4524 33.5543 87.4966C33.6424 87.5406 33.8091 87.6081 33.925 87.6465C34.1231 87.7121 34.897 88.0455 35.3241 88.2494C35.4297 88.2996 35.6367 88.3871 35.7841 88.4439C35.9318 88.5007 36.1965 88.6154 36.3725 88.6987C36.5486 88.782 36.7076 88.8502 36.726 88.8502C36.7444 88.8502 36.8525 88.8932 36.9661 88.9461C37.1593 89.0354 37.4008 89.1313 37.9116 89.3219C38.0275 89.3649 38.1411 89.4159 38.1639 89.4347C38.1867 89.4538 38.3247 89.5148 38.4705 89.5704C38.6166 89.6258 38.7532 89.6856 38.7741 89.703C38.807 89.73 38.9855 89.8059 39.7325 90.1095C39.7958 90.1351 39.9338 90.1959 40.0391 90.2443C40.6178 90.51 40.8273 90.598 40.9352 90.6198C41.0012 90.6331 41.055 90.6622 41.055 90.6843C41.055 90.7066 41.0658 90.7138 41.0789 90.7006C41.0921 90.6873 41.1691 90.7106 41.2498 90.7522C41.3308 90.7941 41.4288 90.8281 41.4674 90.8281C41.5063 90.8281 41.5583 90.8486 41.5829 90.8735C41.6243 90.9154 41.8117 90.9959 41.9941 91.0499C42.0364 91.0624 42.1139 91.1017 42.1666 91.1373C42.2195 91.173 42.3488 91.2337 42.4541 91.2725C42.5597 91.3112 42.8097 91.4203 43.01 91.515C43.2104 91.6097 43.4086 91.7019 43.4509 91.7196C43.493 91.7375 43.6395 91.8049 43.7766 91.8692C44.1009 92.0216 44.4183 92.1235 44.7679 92.187C44.9232 92.2152 45.0729 92.2615 45.1007 92.2896C45.167 92.3567 46.9823 92.3648 47.0042 92.2983C47.012 92.2748 47.1643 92.2245 47.343 92.1868C47.7892 92.0919 48.0383 92.013 48.3348 91.8722C48.4737 91.8061 48.622 91.7375 48.6641 91.7196C48.7064 91.7019 48.9047 91.6097 49.105 91.515C49.3054 91.4203 49.5554 91.3112 49.6609 91.2725C49.7663 91.2337 49.8983 91.1704 49.9542 91.1315C50.0103 91.0927 50.0742 91.0608 50.0968 91.0608C50.1403 91.0608 50.3627 90.9687 50.5292 90.8814C50.5853 90.8521 50.6584 90.8281 50.6923 90.8281C50.7258 90.8281 50.7534 90.8106 50.7534 90.7895C50.7534 90.7681 50.781 90.7506 50.8146 90.7506C50.8484 90.7506 50.9303 90.7259 50.9968 90.6957C51.0632 90.6657 51.1865 90.6196 51.2709 90.5933C51.3551 90.567 51.5019 90.5068 51.5966 90.459C51.6916 90.4116 51.8687 90.3334 51.9904 90.2852C52.1118 90.2373 52.2206 90.1828 52.2321 90.164C52.2436 90.1454 52.2793 90.13 52.3115 90.13C52.3437 90.13 52.4766 90.0802 52.6068 90.0193C52.7367 89.9585 52.8862 89.8952 52.9387 89.8792C52.9911 89.8629 53.1636 89.7891 53.3216 89.7154C53.4799 89.6414 53.6524 89.5629 53.705 89.5411C53.7577 89.5192 53.8699 89.4694 53.9541 89.4303C54.1397 89.3442 54.7991 89.0829 54.8306 89.0829C54.8431 89.0829 54.9661 89.0305 55.1041 88.9665C55.2423 88.9026 55.3725 88.8502 55.3937 88.8502C55.4148 88.8502 55.5326 88.799 55.6552 88.7364C55.7778 88.6738 56.0404 88.5593 56.2387 88.4818C56.437 88.4046 56.6854 88.2999 56.7909 88.2496C57.2105 88.0488 57.9908 87.7126 58.19 87.6465C58.3059 87.6081 58.4727 87.5406 58.5608 87.4966C58.6486 87.4524 58.8039 87.3891 58.9058 87.3556C59.0074 87.3221 59.1427 87.2697 59.2059 87.2393C59.2692 87.2085 59.5107 87.1034 59.7425 87.0052C59.9744 86.9072 60.1814 86.8132 60.2025 86.7967C60.2237 86.7799 60.3387 86.7299 60.4585 86.6852C60.5781 86.6405 60.7416 86.5686 60.8219 86.5249C60.9024 86.4814 60.9822 86.4458 60.9997 86.4458C61.0172 86.4458 61.1209 86.4037 61.2304 86.3522C61.3396 86.3008 61.5154 86.2298 61.6209 86.1947C61.7263 86.1596 61.847 86.1084 61.8891 86.0809C61.9314 86.0535 62.0683 85.9925 62.1934 85.9455C62.3185 85.8982 62.4393 85.848 62.4616 85.8333C62.4841 85.8189 62.511 85.8054 62.5216 85.8033C62.5322 85.8012 62.5895 85.7791 62.6488 85.7542C62.7081 85.7293 62.7705 85.7088 62.7875 85.7088C62.8266 85.7088 63.3089 85.5043 63.6242 85.3542C63.7563 85.2911 63.9288 85.216 64.0076 85.1867C64.0863 85.1576 64.2372 85.0915 64.3425 85.0401C64.4479 84.9884 64.7066 84.8788 64.9175 84.796C65.1284 84.7134 65.3097 84.6331 65.3207 84.6175C65.3315 84.6021 65.4265 84.5603 65.5316 84.5249C65.6365 84.4893 65.826 84.4111 65.9525 84.3511C66.079 84.291 66.26 84.2212 66.355 84.1961C66.4498 84.1707 66.5448 84.1372 66.5659 84.1216C66.5869 84.106 66.6904 84.0616 66.7959 84.023C66.9013 83.9841 67.1294 83.8852 67.3031 83.8031C67.4765 83.7207 67.6446 83.6535 67.6768 83.6535C67.7088 83.6535 67.735 83.6388 67.735 83.6209C67.735 83.603 67.8084 83.5653 67.8979 83.5371C67.9876 83.5092 68.0954 83.4654 68.1375 83.4401C68.1796 83.4147 68.3176 83.3551 68.4441 83.3079C68.5706 83.2604 68.7086 83.1995 68.7509 83.172C68.793 83.1448 68.9264 83.0852 69.0472 83.0398C69.1679 82.9942 69.2972 82.9412 69.3347 82.9219C69.5516 82.8088 70.1629 82.5675 70.2319 82.5675C70.2554 82.5675 70.3717 82.5177 70.4902 82.4567C70.6089 82.396 70.7489 82.3327 70.8016 82.3166C70.8545 82.3003 71.001 82.2382 71.1275 82.1789C71.254 82.1193 71.4955 82.0148 71.6641 81.9469C71.8329 81.8789 72.0951 81.764 72.2469 81.6914C72.399 81.6185 72.5351 81.5592 72.5498 81.5592C72.5648 81.5592 72.6862 81.5068 72.8201 81.4429C72.9539 81.3789 73.0814 81.3265 73.1032 81.3265C73.1248 81.3265 73.181 81.3023 73.2277 81.2728C73.2743 81.2432 73.459 81.169 73.6384 81.1078C73.8176 81.0468 73.9728 80.9877 73.9834 80.9765C73.9938 80.9654 74.1145 80.9107 74.2516 80.8548C74.592 80.7166 75.3103 80.4064 75.4975 80.3171C75.5819 80.2768 75.7372 80.2098 75.8425 80.1684C75.9479 80.127 76.1204 80.0492 76.2259 79.9955C76.3313 79.9415 76.4693 79.8852 76.5325 79.8698C76.5958 79.8545 76.6666 79.827 76.6901 79.8084C76.7133 79.79 76.8331 79.7398 76.9564 79.697C77.0795 79.6541 77.2156 79.5957 77.2589 79.5673C77.3021 79.539 77.4583 79.4761 77.6059 79.4277C77.7534 79.3793 77.9091 79.3177 77.9519 79.2907C77.9946 79.2639 78.2361 79.1597 78.4887 79.0594C78.9429 78.8786 79.0515 78.8306 79.6262 78.5579C79.7886 78.4809 79.94 78.4178 79.9627 78.4178C79.9855 78.4178 80.0892 78.3741 80.1934 78.3208C80.2974 78.2675 80.406 78.224 80.4349 78.224C80.4637 78.224 80.6928 78.1218 80.9439 77.9974C81.1953 77.8726 81.4612 77.7477 81.535 77.7193C81.6088 77.6911 81.7434 77.6185 81.834 77.558C81.9246 77.4978 82.0148 77.4482 82.0343 77.4482C82.0539 77.4482 82.0983 77.4047 82.1328 77.3514C82.1673 77.2979 82.2163 77.2544 82.2416 77.2544C82.2671 77.2544 82.3237 77.215 82.3676 77.1671C82.458 77.0682 82.6452 76.9053 82.6687 76.9053C82.7225 76.9053 83.1501 76.49 83.2699 76.3215C83.3069 76.2694 83.378 76.1742 83.4279 76.1102C83.5749 75.9213 83.7948 75.437 83.858 75.1629C83.8904 75.0228 83.9328 74.8781 83.9523 74.8413C84.002 74.7476 84.0926 74.1937 84.1223 73.8028C84.1361 73.6213 84.157 73.4468 84.1687 73.4149C84.1805 73.3828 84.1865 73.283 84.1821 73.1929C84.1775 73.095 84.1987 72.994 84.2348 72.9418C84.3199 72.819 84.3281 8.40441 84.2433 8.27899C84.2147 8.23688 84.1807 8.07166 84.1676 7.91157C84.1372 7.54112 83.9907 6.6634 83.9505 6.61244C83.9337 6.59103 83.8987 6.46887 83.873 6.34088C83.7768 5.86642 83.3872 5.00289 83.1972 4.84327C83.1685 4.8193 83.145 4.77485 83.145 4.74484C83.145 4.71482 83.119 4.68015 83.0875 4.66782C83.056 4.65572 83.03 4.62523 83.03 4.60033C83.03 4.52168 82.1395 3.68422 82.056 3.68422C82.0426 3.68422 81.9589 3.63745 81.8697 3.5802C81.6822 3.45967 81.3616 3.29725 81.1134 3.19719C81.0184 3.15903 80.8719 3.0976 80.7875 3.06083C80.5626 2.96263 79.9745 2.84629 79.416 2.78951C79.1108 2.75856 78.9105 2.7204 78.8843 2.68852C78.8217 2.61196 13.2933 2.61196 13.2308 2.68852ZM67.5816 14.2878C67.7608 14.3013 68.0455 14.3393 68.2141 14.3723C68.7445 14.4759 69.2434 14.5901 69.305 14.6222C69.3374 14.6392 69.4763 14.6918 69.6134 14.739C70.892 15.1802 72.2214 16.5438 72.4709 17.6703C72.4845 17.7315 72.5186 17.8341 72.5466 17.8981C72.5745 17.9621 72.6253 18.1627 72.6593 18.3439C72.6931 18.5252 72.7458 18.787 72.7759 18.9257C72.8879 19.4378 72.9107 20.2979 72.9096 23.9477L72.9084 27.6119L72.8231 27.6328C72.7759 27.6442 71.6335 27.6489 70.2841 27.6431L67.8309 27.6324L67.8095 23.9481C67.7872 20.0964 67.7907 20.1683 67.6074 19.7631C67.292 19.0662 66.6986 18.8538 65.1887 18.8977C63.7758 18.9389 63.253 19.2905 63.0996 20.3025C63.049 20.6364 63.0541 43.1028 63.1049 43.3392C63.3128 44.3084 63.8805 44.6111 65.4925 44.6123C66.7262 44.613 67.1073 44.5143 67.4802 44.0966C67.8999 43.6268 67.8868 43.7881 67.8877 39.0279C67.888 36.7847 67.8988 34.9215 67.9117 34.8878C67.9326 34.8329 68.193 34.8266 70.4626 34.8266H72.9903L72.9751 39.4318C72.9606 43.8746 72.9572 44.0531 72.881 44.4834C72.6591 45.7376 72.3435 46.5141 71.7225 47.3332C71.1675 48.0657 69.9235 48.8103 68.9349 49.0016C68.7721 49.0332 68.586 49.0765 68.5216 49.0982C67.9202 49.299 63.0566 49.3008 62.33 49.1005C62.2562 49.0802 62.0319 49.0256 61.8316 48.979C61.6313 48.9327 61.4158 48.8722 61.3525 48.8445C61.2893 48.8171 61.0908 48.7349 60.9116 48.6621C60.1862 48.3675 59.4638 47.7855 58.9258 47.0623C58.5771 46.5937 58.2045 45.6434 58.0359 44.7936C57.8604 43.9084 57.8641 44.1876 57.8641 31.7627C57.8641 20.1564 57.8683 19.6908 57.9773 19.042C57.9862 18.9887 58.0033 18.884 58.0152 18.8093C58.027 18.7346 58.0532 18.6125 58.0734 18.538C58.0934 18.4633 58.1346 18.3041 58.1645 18.1843C58.2328 17.9114 58.2979 17.7043 58.3703 17.5295C58.5288 17.147 58.6445 16.9112 58.7747 16.7062C58.8536 16.5817 58.9184 16.4705 58.9184 16.4589C58.9184 16.4475 58.9398 16.4161 58.9663 16.3891C58.9927 16.3621 59.0746 16.2634 59.1484 16.1696C59.2984 15.9793 59.7658 15.513 59.8065 15.513C59.821 15.513 59.8557 15.4899 59.8835 15.462C60.4532 14.8887 62.1472 14.3397 63.5375 14.2781C64.2397 14.2469 67.1317 14.2539 67.5816 14.2878ZM30.6091 16.9478V19.3329L27.4563 19.3429L24.3034 19.3529V24.2004V29.0479H27.3466H30.3899V31.4039C30.3899 32.6998 30.3759 33.7776 30.3589 33.799C30.3386 33.8246 29.2882 33.8379 27.3155 33.8379L24.3034 33.8376V39.0053V44.173H27.4627C29.2004 44.173 30.6494 44.1837 30.6827 44.1965C30.7641 44.2281 30.7768 48.9246 30.6954 48.9499C30.6563 48.962 19.3324 48.9592 19.1763 48.9469C19.1381 48.9441 19.1284 45.4754 19.1284 31.7432V14.5431L24.8688 14.5529L30.6091 14.5627V16.9478ZM42.6459 14.6332C42.8357 14.669 43.1462 14.7272 43.3359 14.7621C43.8261 14.8526 44.5402 15.103 44.9416 15.325C45.4027 15.5802 45.7486 15.8406 46.0854 16.1857C46.2491 16.3539 46.3834 16.5057 46.3834 16.5229C46.3834 16.5403 46.4103 16.5817 46.4432 16.615C46.8582 17.035 47.3476 18.283 47.524 19.371C47.6011 19.8464 47.6461 30.2285 47.5748 31.1035C47.5325 31.6249 47.4389 32.2383 47.3828 32.3637C47.3637 32.4066 47.3287 32.5287 47.3048 32.6353C47.2091 33.0649 46.8285 33.9247 46.6263 34.1676C46.5771 34.2269 46.5366 34.2877 46.5366 34.3028C46.5366 34.4047 45.5819 35.3683 45.4802 35.3692C45.4577 35.3692 45.4043 35.4025 45.3615 35.443C44.5637 36.195 42.9633 36.4913 39.7613 36.4796L38.41 36.4748V42.7091V48.9432H35.8225C34.3995 48.9432 33.2327 48.9302 33.2297 48.9141C33.2157 48.8375 33.2118 14.5976 33.2256 14.5706C33.261 14.5026 42.2715 14.5622 42.6459 14.6332ZM55.1425 31.7304C55.1425 41.1726 55.1329 48.9078 55.1209 48.9199C55.1092 48.9318 53.9447 48.9427 52.5334 48.9441L49.9675 48.9464L49.9579 31.7445L49.9482 14.5429L52.5454 14.5529L55.1425 14.5627V31.7304ZM38.41 25.5188V31.8402H39.6309C40.3025 31.8402 40.9018 31.8251 40.963 31.8062C41.0242 31.7876 41.1691 31.7508 41.285 31.7245C41.6211 31.6482 42.205 31.2014 42.205 31.0209C42.205 31.0002 42.2398 30.9106 42.2821 30.8217C42.3246 30.7328 42.3761 30.5548 42.3968 30.4261C42.4493 30.0996 42.4474 20.9266 42.395 20.5992C42.3145 20.0973 41.9546 19.5688 41.5886 19.4155C41.4955 19.3764 41.3901 19.3294 41.3547 19.3108C41.1962 19.2286 40.7224 19.1977 39.6079 19.1975L38.41 19.1972V25.5188ZM25.229 57.1671C25.9196 57.238 26.8539 57.4979 27.1784 57.7095C27.2099 57.7302 27.2704 57.7625 27.3125 57.7814C27.5669 57.8956 28.1017 58.2502 28.4766 58.5532L28.5672 58.6265L28.4766 58.7235C28.4266 58.7768 28.3057 58.9234 28.2075 59.0496C28.1092 59.1757 27.9972 59.316 27.9584 59.3616C27.9193 59.4072 27.8358 59.5101 27.7725 59.5901C27.7093 59.6702 27.5798 59.8265 27.485 59.9373C27.39 60.048 27.2348 60.2365 27.14 60.3564C26.942 60.6065 26.9264 60.6119 26.7872 60.4813C26.7306 60.4283 26.6331 60.354 26.5705 60.3166C26.5082 60.2791 26.3198 60.1651 26.1522 60.0636C25.9845 59.9619 25.763 59.8514 25.66 59.8181C25.5569 59.7846 25.438 59.7423 25.3959 59.7237C25.1117 59.5992 23.7988 59.5941 23.638 59.7169C23.6139 59.7353 23.4994 59.7905 23.3834 59.8398C22.8365 60.0715 22.005 60.9462 22.0032 61.292C22.003 61.3153 21.9793 61.3798 21.9508 61.4356C21.8454 61.6394 21.7585 62.1444 21.7578 62.5558C21.7541 64.8585 23.9614 66.2165 26.0572 65.2008L26.335 65.0661V64.4127V63.7593L25.3097 63.749L24.2841 63.7388L24.274 62.7012L24.2639 61.6639H26.5229C27.7654 61.6639 28.8094 61.6746 28.8427 61.6874C28.897 61.7085 28.9034 61.9508 28.9034 64.0255V66.3399L28.5488 66.5956C28.3537 66.7361 28.1178 66.8925 28.0241 66.9432C27.4995 67.2271 27.3107 67.3223 27.0202 67.4493C26.8438 67.5266 26.6216 67.6108 26.5266 67.6367C26.4319 67.6625 26.3196 67.6979 26.2775 67.7151C25.5599 68.0092 23.1815 67.9361 22.4441 67.5976C22.402 67.578 22.2555 67.5164 22.1184 67.4603C20.9797 66.9937 19.984 66.0471 19.4886 64.9604C19.4157 64.8004 19.3412 64.6424 19.3232 64.6091C18.9971 64.0099 18.8598 62.227 19.0739 61.373C19.1691 60.9937 19.2915 60.6028 19.3412 60.5197C19.3667 60.4771 19.4182 60.355 19.456 60.2484C19.4939 60.1416 19.545 60.0283 19.5698 59.9962C19.5944 59.9643 19.7025 59.7897 19.8099 59.6085C20.0933 59.1296 20.6641 58.5095 21.0834 58.2254C22.4441 57.3027 23.6224 57.0021 25.229 57.1671ZM70.2057 57.2976C71.0992 57.484 71.89 57.8286 72.6156 58.348C72.8813 58.5381 72.8725 58.5779 72.4525 59.1042C72.4098 59.1575 72.3746 59.2141 72.3741 59.2299C72.3734 59.2557 72.1878 59.5187 72.0459 59.6953C72.016 59.7323 71.9456 59.837 71.8893 59.928C71.8329 60.0187 71.7766 60.1018 71.7637 60.1125C71.746 60.1274 71.5395 60.4334 71.5077 60.4923C71.5043 60.4983 71.4001 60.4355 71.2761 60.3524C70.9074 60.1053 70.1208 59.7274 69.84 59.6625C69.6328 59.6148 69.2185 59.5329 69.0479 59.5061C68.1568 59.3669 67.511 59.7334 67.5993 60.3287C67.6653 60.774 68.0002 60.9432 69.6709 61.3756C70.6376 61.6259 71.464 61.9129 71.7149 62.0853C71.7713 62.1241 71.892 62.2053 71.9829 62.2659C73.1067 63.0135 73.4636 64.4664 72.8833 65.9298C72.5945 66.6589 71.5491 67.5173 70.7795 67.6578C70.6967 67.673 70.6119 67.6986 70.5909 67.7151C70.1852 68.0294 67.5526 67.8924 66.64 67.5091C66.5149 67.4566 66.3435 67.3914 66.2591 67.3644C66.048 67.2967 65.0693 66.7831 65.0134 66.7105C65.0028 66.697 64.8925 66.6072 64.768 66.5113C64.6438 66.4155 64.5067 66.3084 64.4635 66.2731L64.3851 66.2091L64.484 66.0792C64.5385 66.0078 64.6151 65.9117 64.6544 65.8659C64.6937 65.8198 64.9329 65.5333 65.1859 65.229C65.4389 64.9248 65.7076 64.6065 65.7828 64.5218L65.9199 64.368L66.0321 64.4399C66.0937 64.4795 66.2331 64.5772 66.3419 64.6572C66.585 64.8357 66.9728 65.0498 67.244 65.155C67.356 65.1985 67.482 65.2492 67.5241 65.2676C68.4966 65.6939 69.9232 65.682 70.2632 65.2446C70.7701 64.5928 70.2011 64.0681 68.6044 63.7148C68.411 63.672 68.2265 63.6299 68.195 63.6213C67.2405 63.3607 66.971 63.2709 66.5691 63.08C65.7034 62.6691 65.1507 62.0813 64.955 61.3637C64.8032 60.8076 64.874 59.5317 65.0728 59.2448C65.1034 59.2006 65.1284 59.1336 65.1284 59.0956C65.1284 59.0577 65.1484 59.0267 65.173 59.0267C65.1977 59.0267 65.2071 59.0158 65.194 59.0025C65.1609 58.969 65.429 58.5779 65.6609 58.321C65.9403 58.0117 66.5632 57.5941 66.8916 57.4954C66.9445 57.4796 67.0393 57.444 67.1025 57.4158C67.7419 57.1331 69.1576 57.0791 70.2057 57.2976ZM36.9415 57.359C37.0188 57.5128 37.1701 57.8735 37.2021 57.9796C37.2179 58.0329 37.28 58.1832 37.3398 58.3138C37.3996 58.4443 37.5022 58.6886 37.568 58.8569C37.6338 59.0249 37.7035 59.1789 37.7228 59.1992C37.7423 59.2194 37.7584 59.2634 37.7584 59.2964C37.7584 59.3297 37.7991 59.4354 37.8493 59.5312C37.8992 59.6269 37.9528 59.749 37.9684 59.8023C37.9841 59.8556 38.0199 59.9517 38.048 60.0157C38.29 60.5672 38.4484 60.9511 38.4484 60.9856C38.4484 61.0084 38.4841 61.0961 38.5276 61.1806C38.571 61.265 38.6423 61.4302 38.686 61.5475C38.7295 61.6648 38.7803 61.7802 38.7987 61.8037C38.8169 61.8275 38.8645 61.9408 38.9041 62.056C38.9439 62.1709 39.1007 62.553 39.2527 62.9048C39.4045 63.2569 39.5543 63.6059 39.5853 63.6806C39.6161 63.7551 39.6642 63.8686 39.692 63.9326C39.7199 63.9966 39.7643 64.1188 39.7907 64.2042C39.8172 64.2894 39.8793 64.4411 39.9289 64.5411C39.9784 64.6412 40.0725 64.8595 40.1376 65.0258C40.2029 65.1924 40.2797 65.3812 40.3082 65.4451C40.337 65.5091 40.4837 65.8582 40.6344 66.2207C40.785 66.5835 40.9262 66.9018 40.9481 66.9286C40.9699 66.9553 40.9761 66.977 40.9616 66.977C40.9474 66.977 40.9626 67.0158 40.9955 67.0633C41.0281 67.1105 41.055 67.1776 41.055 67.2118C41.055 67.2462 41.0969 67.3577 41.1479 67.4598C41.2942 67.7523 41.3623 67.7381 39.8558 67.7316C38.2384 67.7246 38.3334 67.7297 38.3334 67.6499C38.3334 67.6148 38.2918 67.4968 38.2407 67.3881C38.1899 67.2792 38.0841 67.0158 38.0057 66.8025C37.9273 66.5893 37.8235 66.3268 37.7752 66.2196C37.7269 66.1123 37.6752 65.9755 37.6605 65.9159C37.6223 65.7618 37.7221 65.7693 35.5601 65.7621C33.6716 65.7558 33.5846 65.7586 33.5418 65.8277C33.5172 65.8675 33.4027 66.1551 33.287 66.4667C33.1713 66.7783 33.063 67.0512 33.046 67.0731C33.0292 67.0949 32.9774 67.225 32.9312 67.3621C32.885 67.4991 32.8318 67.6402 32.8132 67.6753C32.7794 67.739 30.0615 67.7737 29.9996 67.7111C29.9768 67.6881 30.1825 67.1373 30.3386 66.8025C30.3885 66.6959 30.5012 66.4253 30.5896 66.2014C30.6777 65.9773 30.8 65.6839 30.8617 65.5492C30.9231 65.4142 30.9734 65.2962 30.9734 65.2869C30.9734 65.2774 31.0063 65.1957 31.0463 65.1054C31.0866 65.0149 31.2094 64.7229 31.3191 64.4562C31.4291 64.1895 31.5514 63.8975 31.5912 63.807C31.6308 63.7167 31.6634 63.6327 31.6634 63.6204C31.6634 63.6083 31.7048 63.5077 31.7554 63.397C31.8812 63.1215 32.1234 62.4972 32.1234 62.4476C32.1234 62.4255 32.1382 62.4013 32.1563 62.3943C32.1888 62.3815 32.4684 61.6969 32.4684 61.6301C32.4684 61.6113 32.4924 61.5757 32.5216 61.551C32.551 61.5266 32.5837 61.4677 32.5945 61.4202C32.6051 61.373 32.7033 61.1247 32.8123 60.8688C33.1566 60.0615 33.4728 59.282 33.4929 59.1915C33.5037 59.1436 33.5269 59.1042 33.5446 59.1042C33.5625 59.1042 33.6016 59.0214 33.6315 58.9199C33.6617 58.8187 33.7587 58.57 33.8475 58.3673C33.9363 58.1648 34.0423 57.9117 34.0833 57.8051C34.124 57.6983 34.1739 57.5761 34.1937 57.5336C34.2137 57.491 34.247 57.4086 34.2677 57.3507L34.3054 57.2455L35.5992 57.2539L36.8929 57.262L36.9415 57.359ZM45.4351 57.582C45.5267 57.726 45.6783 57.9712 45.7721 58.1272C45.8657 58.2831 46.067 58.6146 46.2192 58.8641C46.5311 59.3753 46.9414 60.0539 47.009 60.1707C47.0339 60.2135 47.0895 60.3007 47.1328 60.3647C47.176 60.4287 47.3103 60.6468 47.4311 60.8494C47.5518 61.0521 47.6717 61.2527 47.6974 61.2955C47.7232 61.3381 47.7478 61.3795 47.7519 61.3874C47.766 61.4133 47.8784 61.2825 47.8784 61.2401C47.8784 61.2171 47.8957 61.1985 47.9166 61.1985C47.9378 61.1985 47.955 61.1829 47.955 61.1636C47.955 61.1252 48.2108 60.6891 48.3821 60.4352C48.4424 60.3461 48.4916 60.254 48.4916 60.2305C48.4916 60.207 48.5176 60.1777 48.5491 60.1653C48.5808 60.1532 48.6066 60.1283 48.6066 60.1102C48.6066 60.0683 49.1207 59.2031 49.243 59.0388C49.2936 58.9711 49.335 58.9053 49.335 58.8925C49.335 58.8799 49.4084 58.7526 49.4979 58.6098C49.5876 58.4669 49.6782 58.3189 49.6991 58.2812C49.7203 58.2435 49.8449 58.0404 49.9763 57.8298C50.1078 57.6192 50.226 57.4181 50.2394 57.383C50.2612 57.3253 50.3974 57.3202 51.7063 57.3295L53.1491 57.3397V62.5365V67.7332H51.7912H50.4333L50.4356 64.6759C50.437 62.9942 50.425 61.6329 50.4091 61.6508C50.3535 61.7137 49.968 62.3054 49.8978 62.4359C49.8587 62.5085 49.8068 62.5898 49.7821 62.6161C49.7575 62.6426 49.6513 62.8064 49.5459 62.9802C49.4404 63.1543 49.3067 63.359 49.2488 63.4356C49.1908 63.5122 49.1434 63.5871 49.1434 63.602C49.1434 63.6243 48.7138 64.3059 48.6167 64.4376C48.6006 64.4592 48.5201 64.5814 48.4376 64.7089C48.355 64.8367 48.2239 65.037 48.1464 65.1543C48.0686 65.2716 47.9576 65.4505 47.8998 65.5517C47.8419 65.6532 47.7745 65.7355 47.7501 65.7348C47.7126 65.7339 47.4704 65.3774 47.4221 65.2522C47.4138 65.2304 47.3961 65.2036 47.383 65.1931C47.3697 65.1824 47.2149 64.9467 47.0387 64.6696C46.8628 64.3922 46.6691 64.0927 46.6084 64.0038C46.5479 63.915 46.4984 63.8235 46.4984 63.8002C46.4984 63.777 46.4819 63.7581 46.4616 63.7581C46.4414 63.7581 46.3779 63.6753 46.3202 63.5738C46.2627 63.4726 46.104 63.2152 45.9676 63.0019C45.8312 62.7885 45.6711 62.5355 45.612 62.4394C45.5529 62.3436 45.468 62.2126 45.4232 62.1486C45.3783 62.0846 45.287 61.945 45.2203 61.8384L45.0991 61.6446L45.08 64.6889L45.0609 67.7332H43.7384H42.4159L42.406 62.5267L42.3964 57.3202H43.8327H45.2691L45.4351 57.582ZM63.365 58.5032V59.686H60.6434H57.9216V60.5393V61.3923H60.375H62.8284V62.4932V63.5938L62.7422 63.6171C62.6946 63.6297 61.5913 63.6362 60.2902 63.6313L57.9244 63.6225L57.9136 64.4853L57.9025 65.3483L60.6262 65.3481C62.6934 65.3481 63.3609 65.3595 63.3956 65.3946C63.4444 65.444 63.4641 67.4898 63.4175 67.6655L63.3945 67.7528H59.3432C56.2433 67.7528 55.2812 67.7418 55.246 67.7062C55.1959 67.6553 55.1756 57.3967 55.2255 57.346C55.2396 57.3318 57.0768 57.3202 59.308 57.3202H63.365V58.5032ZM35.5606 60.6037C35.5465 60.6181 35.535 60.654 35.535 60.6838C35.535 60.7138 35.4943 60.8285 35.4446 60.9393C35.3952 61.0498 35.3324 61.2101 35.3055 61.2955C35.2788 61.3807 35.2434 61.4679 35.2268 61.4893C35.2105 61.5108 35.1254 61.7202 35.0375 61.9547C34.8708 62.4008 34.8386 62.483 34.5812 63.1226C34.4945 63.3383 34.4234 63.5261 34.4234 63.5396C34.4234 63.5531 34.9428 63.5643 35.5776 63.5643H36.7317L36.7057 63.4598C36.6915 63.4023 36.6524 63.2932 36.6188 63.2173C36.5852 63.1415 36.5548 63.0707 36.5512 63.06C36.5475 63.0493 36.5238 62.9884 36.4987 62.9244C36.4737 62.8604 36.3911 62.6421 36.3156 62.4394C36.1687 62.0453 36.1307 61.9466 36.0739 61.8093C35.9716 61.562 35.8237 61.1843 35.7209 60.9078C35.5921 60.5609 35.5957 60.5681 35.5606 60.6037ZM60.7338 80.1049C60.7219 80.1367 60.6864 80.163 60.6556 80.163C60.6248 80.163 59.8978 80.3981 59.0401 80.6852C58.1827 80.9723 56.6097 81.4975 55.545 81.8519C54.4804 82.2066 53.5746 82.5109 53.5325 82.5284C53.4904 82.5458 52.5762 82.8518 51.5009 83.2083C50.4257 83.565 49.2166 83.968 48.8138 84.1042C48.4113 84.2403 48.0576 84.3522 48.0282 84.3529C47.9985 84.3536 47.9051 84.3878 47.8209 84.429C47.7365 84.4702 47.6461 84.5046 47.6201 84.5053C47.5942 84.506 47.1811 84.6391 46.7022 84.8011L45.8319 85.0957L45.5421 84.994C45.3829 84.9381 45.1748 84.8679 45.08 84.8379C44.9853 84.8078 44.6573 84.6938 44.3516 84.5847C44.0459 84.4756 43.7442 84.3711 43.6809 84.3525C43.6177 84.3338 43.2899 84.2205 42.9525 84.1004C42.6151 83.9804 42.2616 83.8587 42.1666 83.8301C42.0718 83.8014 41.7959 83.7049 41.5534 83.6158C41.3108 83.5264 40.9805 83.4126 40.819 83.3628C40.6576 83.313 40.4878 83.2518 40.4416 83.2269C40.3956 83.2018 40.2259 83.1408 40.0644 83.0913C39.7084 82.9819 38.4211 82.54 38.3141 82.4904C38.272 82.4711 37.97 82.3664 37.6434 82.258C37.3166 82.1495 37.0146 82.0444 36.9725 82.0244C36.8785 81.9794 36.1806 81.7379 35.8416 81.6327C35.7045 81.5901 35.558 81.539 35.5159 81.5189C35.4368 81.4817 35.0985 81.3642 33.7199 80.8951C33.2801 80.7455 32.8746 80.6047 32.819 80.5821C32.7631 80.5595 32.683 80.5272 32.6409 80.5102C32.5986 80.4932 32.3231 80.4006 32.0284 80.3043C31.7336 80.2079 31.4863 80.1107 31.479 80.0879C31.4693 80.0588 35.7735 80.0467 46.1107 80.0467C59.113 80.0467 60.7534 80.0532 60.7338 80.1049Z M29.6574 2.62745C38.6635 2.6328 53.4122 2.6328 62.4324 2.62745C71.4525 2.6221 64.0838 2.61768 46.0575 2.61768C28.0313 2.61768 20.6513 2.6221 29.6574 2.62745ZM12.9476 2.70331C12.9953 2.71261 13.0643 2.71215 13.1008 2.70261C13.1376 2.69284 13.0985 2.68516 13.0141 2.68562C12.9299 2.68609 12.8998 2.694 12.9476 2.70331ZM78.9666 2.69121C78.9666 2.69958 79.0342 2.71308 79.1168 2.72099C79.1994 2.7289 79.2587 2.72216 79.2486 2.70563C79.2304 2.67585 78.9666 2.66235 78.9666 2.69121ZM12.5925 2.75334C12.6056 2.77474 12.6627 2.79196 12.7195 2.7915C12.8 2.79103 12.8101 2.78289 12.765 2.75334C12.6894 2.70401 12.5622 2.70401 12.5925 2.75334ZM79.35 2.75334C79.3049 2.78289 79.3151 2.79103 79.3956 2.7915C79.4524 2.79196 79.5094 2.77474 79.5225 2.75334C79.5529 2.70401 79.4257 2.70401 79.35 2.75334ZM12.1709 2.7922C12.1564 2.81593 12.216 2.83106 12.3241 2.83106C12.4324 2.83106 12.492 2.81593 12.4775 2.7922C12.4644 2.77079 12.3954 2.75334 12.3241 2.75334C12.2528 2.75334 12.1838 2.77079 12.1709 2.7922ZM79.6375 2.7922C79.623 2.81593 79.6826 2.83106 79.7909 2.83106C79.899 2.83106 79.9586 2.81593 79.9441 2.7922C79.9312 2.77079 79.8622 2.75334 79.7909 2.75334C79.7196 2.75334 79.6506 2.77079 79.6375 2.7922ZM63.3266 14.3161C63.2726 14.3327 63.3225 14.3364 63.4416 14.3243C63.5575 14.3129 63.6606 14.2954 63.6702 14.2856C63.6967 14.2596 63.4368 14.2826 63.3266 14.3161ZM67.3385 14.3008C67.3288 14.3168 67.3827 14.3345 67.4581 14.3401C67.6127 14.3517 67.6134 14.3338 67.4595 14.2966C67.4027 14.2826 67.3484 14.2847 67.3385 14.3008ZM62.4834 14.4269C62.5577 14.4755 62.5984 14.4755 62.5984 14.4269C62.5984 14.4055 62.5596 14.3883 62.5122 14.3887C62.4423 14.3892 62.437 14.3964 62.4834 14.4269ZM22.0159 14.5723C23.5937 14.5779 26.1639 14.5779 27.7277 14.5723C29.2914 14.5667 28.0007 14.5621 24.8591 14.5621C21.7178 14.5621 20.4383 14.5667 22.0159 14.5723ZM35.3559 14.5723C36.533 14.5779 38.4477 14.5779 39.6109 14.5723C40.7742 14.5665 39.8112 14.5619 37.4709 14.5619C35.1307 14.5619 34.1789 14.5667 35.3559 14.5723ZM51.2804 14.5723C51.9814 14.5781 53.1286 14.5781 53.8297 14.5723C54.5307 14.5663 53.9571 14.5616 52.555 14.5616C51.1529 14.5616 50.5793 14.5663 51.2804 14.5723ZM55.1041 31.7433C55.1041 41.1499 55.1085 44.9922 55.1138 40.2817C55.1191 35.5713 55.1191 27.875 55.1138 23.1787C55.1085 18.4825 55.1041 22.3366 55.1041 31.7433ZM24.2837 24.1807C24.2837 26.8469 24.2883 27.932 24.2938 26.5919C24.2993 25.2518 24.2993 23.0703 24.2938 21.744C24.2883 20.4178 24.2837 21.5143 24.2837 24.1807ZM57.8871 19.8661C57.885 19.9462 57.9007 20.0115 57.9216 20.0115C57.9655 20.0115 57.9655 19.9562 57.9216 19.8177C57.8942 19.7311 57.8906 19.7363 57.8871 19.8661ZM72.8518 23.7928C72.8518 25.8405 72.8564 26.6726 72.8622 25.6418C72.8677 24.611 72.8677 22.9356 72.8622 21.9187C72.8564 20.9018 72.8518 21.7451 72.8518 23.7928ZM63.0389 31.7433C63.0389 37.9076 63.0433 40.4237 63.0488 37.3344C63.0543 34.2452 63.0543 29.2016 63.0488 26.1263C63.0433 23.0512 63.0389 25.5788 63.0389 31.7433ZM67.83 24.0837C67.83 26.0141 67.8346 26.8039 67.8404 25.8387C67.8461 24.8735 67.8461 23.2939 67.8404 22.3287C67.8346 21.3635 67.83 22.1533 67.83 24.0837ZM67.9135 27.6032C67.8972 27.6295 69.6461 27.6292 71.9325 27.6023C72.4174 27.5967 71.7156 27.5881 70.3727 27.5829C69.0299 27.5781 67.9232 27.5871 67.9135 27.6032ZM30.3485 29.1385C30.3377 29.1671 30.3442 29.2153 30.363 29.2453C30.3879 29.2851 30.3973 29.2709 30.3977 29.1932C30.3984 29.0775 30.3796 29.0566 30.3485 29.1385ZM24.2837 39.015C24.2837 41.8624 24.2883 43.0273 24.2938 41.6037C24.2993 40.1798 24.2993 37.8499 24.2938 36.4262C24.2883 35.0024 24.2837 36.1673 24.2837 39.015ZM69.2013 34.8942C69.8917 34.9002 71.0217 34.9002 71.7122 34.8942C72.4026 34.8884 71.8375 34.8835 70.4566 34.8835C69.0757 34.8835 68.5108 34.8884 69.2013 34.8942ZM42.0134 36.4165C42.0134 36.4379 42.0489 36.4553 42.0923 36.4553C42.1358 36.4553 42.1606 36.4379 42.1475 36.4165C42.1344 36.3951 42.099 36.3776 42.0686 36.3776C42.0383 36.3776 42.0134 36.3951 42.0134 36.4165ZM38.3905 42.641C38.3905 46.054 38.3948 47.4443 38.4004 45.731C38.4059 44.0174 38.4059 41.2251 38.4004 39.5257C38.3948 37.8264 38.3905 39.2281 38.3905 42.641ZM72.9314 43.3161C72.9195 43.3354 72.9261 43.3922 72.9459 43.4422C72.9795 43.5271 72.982 43.5248 72.9843 43.4071C72.9866 43.2795 72.9705 43.2519 72.9314 43.3161ZM57.8871 43.6202C57.8906 43.75 57.8942 43.7554 57.9216 43.6688C57.9655 43.5302 57.9655 43.4748 57.9216 43.4748C57.9007 43.4748 57.885 43.5404 57.8871 43.6202ZM30.723 46.558C30.723 47.8166 30.7278 48.3257 30.7338 47.6896C30.7398 47.0536 30.7398 46.0239 30.7338 45.4015C30.7278 44.779 30.723 45.2996 30.723 46.558ZM65.0516 44.6771C65.0516 44.7006 65.2241 44.716 65.4925 44.716C65.7609 44.716 65.9334 44.7006 65.9334 44.6771C65.9334 44.6536 65.7609 44.6382 65.4925 44.6382C65.2241 44.6382 65.0516 44.6536 65.0516 44.6771ZM42.4527 57.3687C42.4426 57.3952 42.4389 59.7208 42.4442 62.5364L42.4541 67.6556L42.4734 62.488C42.484 59.6456 42.4877 57.3201 42.4817 57.3201C42.4757 57.3201 42.4629 57.3419 42.4527 57.3687ZM57.845 60.5224C57.845 61.1998 57.8556 61.3696 57.9005 61.415C57.9476 61.4629 58.308 61.4695 60.373 61.4606L62.79 61.4504V62.4975V63.5446L60.373 63.5344C58.308 63.5258 57.9476 63.5323 57.9005 63.5802C57.8386 63.6426 57.8241 65.0448 57.8834 65.2317C57.9009 65.287 57.9156 64.9587 57.9179 64.4661L57.9216 63.6035L60.3654 63.5935L62.8091 63.5835V62.4975V61.4118L60.3654 61.4017L57.9216 61.3917V60.5387C57.9216 59.996 57.9078 59.6859 57.8834 59.6859C57.8591 59.6859 57.845 59.9907 57.845 60.5224ZM50.4494 64.679C50.451 66.4191 50.4662 67.6998 50.485 67.6556C50.5331 67.5425 50.5331 61.6249 50.485 61.6249C50.4597 61.6249 50.4475 62.6671 50.4494 64.679ZM24.2853 61.7008C24.271 61.724 25.0921 61.7387 26.5036 61.7403C27.991 61.7422 28.7526 61.7296 28.7687 61.7033C28.785 61.6766 28.0678 61.6638 26.5503 61.6638C25.1689 61.6638 24.2993 61.678 24.2853 61.7008ZM45.0506 62.0128C45.0506 62.0875 45.0584 62.118 45.0681 62.0807C45.0777 62.0433 45.0777 61.9823 45.0681 61.9449C45.0584 61.9076 45.0506 61.9381 45.0506 62.0128ZM65.6075 62.4393C65.6899 62.5247 65.7658 62.5945 65.7763 62.5945C65.7869 62.5945 65.7283 62.5247 65.6459 62.4393C65.5636 62.3542 65.4875 62.2844 65.4769 62.2844C65.4665 62.2844 65.5252 62.3542 65.6075 62.4393ZM45.0506 62.4782C45.0506 62.5529 45.0584 62.5834 45.0681 62.5461C45.0777 62.5087 45.0777 62.4477 45.0681 62.4102C45.0584 62.373 45.0506 62.4035 45.0506 62.4782ZM45.0506 62.7497C45.0506 62.8242 45.0584 62.8549 45.0681 62.8175C45.0777 62.7802 45.0777 62.719 45.0681 62.6818C45.0584 62.6446 45.0506 62.675 45.0506 62.7497ZM45.0506 63.2151C45.0506 63.2896 45.0584 63.3203 45.0681 63.2828C45.0777 63.2456 45.0777 63.1844 45.0681 63.1472C45.0584 63.11 45.0506 63.1404 45.0506 63.2151ZM36.7234 63.5188C36.7234 63.5523 36.424 63.5642 35.5734 63.5642C34.8321 63.5642 34.4234 63.5779 34.4234 63.6028C34.4234 63.678 36.7108 63.6533 36.7393 63.5779C36.7526 63.543 36.7545 63.5051 36.7434 63.4939C36.7324 63.4827 36.7234 63.4939 36.7234 63.5188ZM45.0506 63.6805C45.0506 63.755 45.0584 63.7857 45.0681 63.7482C45.0777 63.711 45.0777 63.6498 45.0681 63.6126C45.0584 63.5753 45.0506 63.6058 45.0506 63.6805ZM45.0506 63.9518C45.0506 64.0265 45.0584 64.057 45.0681 64.0198C45.0777 63.9826 45.0777 63.9214 45.0681 63.8841C45.0584 63.8467 45.0506 63.8771 45.0506 63.9518ZM45.0506 64.4172C45.0506 64.4919 45.0584 64.5224 45.0681 64.4852C45.0777 64.4479 45.0777 64.3867 45.0681 64.3495C45.0584 64.312 45.0506 64.3425 45.0506 64.4172ZM45.0506 64.6888C45.0506 64.7635 45.0584 64.794 45.0681 64.7567C45.0777 64.7193 45.0777 64.6583 45.0681 64.6208C45.0584 64.5836 45.0506 64.6141 45.0506 64.6888ZM45.0506 65.1542C45.0506 65.2289 45.0584 65.2593 45.0681 65.2221C45.0777 65.1847 45.0777 65.1237 45.0681 65.0862C45.0584 65.049 45.0506 65.0795 45.0506 65.1542ZM59.2759 65.416C60.0309 65.4218 61.2557 65.4218 61.9974 65.416C62.739 65.4101 62.1212 65.4052 60.6241 65.4052C59.1273 65.4052 58.5205 65.4101 59.2759 65.416ZM24.9934 65.5421C25.0677 65.5905 25.1084 65.5905 25.1084 65.5421C25.1084 65.5207 25.0696 65.5034 25.0222 65.5039C24.9523 65.5044 24.947 65.5116 24.9934 65.5421ZM45.0506 65.6196C45.0506 65.6943 45.0584 65.7247 45.0681 65.6875C45.0777 65.65 45.0777 65.5891 45.0681 65.5516C45.0584 65.5144 45.0506 65.5449 45.0506 65.6196ZM33.6759 65.7359C33.6614 65.7596 33.7164 65.7736 33.8174 65.772C33.9448 65.7699 33.965 65.7617 33.9059 65.7359C33.7997 65.6898 33.704 65.6898 33.6759 65.7359ZM34.0784 65.7359C34.0359 65.7636 34.0612 65.7736 34.1741 65.7736C34.2873 65.7736 34.3123 65.7636 34.27 65.7359C34.2383 65.7152 34.1953 65.6982 34.1741 65.6982C34.1532 65.6982 34.1099 65.7152 34.0784 65.7359ZM34.4041 65.7359C34.3896 65.7596 34.4448 65.7736 34.5456 65.772C34.6732 65.7699 34.6935 65.7617 34.6341 65.7359C34.5281 65.6898 34.4324 65.6898 34.4041 65.7359ZM34.8066 65.7359C34.7643 65.7636 34.7896 65.7736 34.9025 65.7736C35.0155 65.7736 35.0408 65.7636 34.9984 65.7359C34.9667 65.7152 34.9237 65.6982 34.9025 65.6982C34.8814 65.6982 34.8384 65.7152 34.8066 65.7359ZM35.1325 65.7359C35.118 65.7596 35.173 65.7736 35.274 65.772C35.4014 65.7699 35.4216 65.7617 35.3625 65.7359C35.2565 65.6898 35.1606 65.6898 35.1325 65.7359ZM35.535 65.7359C35.4927 65.7636 35.5178 65.7736 35.6309 65.7736C35.7439 65.7736 35.7692 65.7636 35.7266 65.7359C35.6951 65.7152 35.6519 65.6982 35.6309 65.6982C35.6098 65.6982 35.5665 65.7152 35.535 65.7359ZM35.8609 65.7359C35.8464 65.7594 35.9019 65.7745 36.0024 65.7741C36.1231 65.7736 36.1521 65.7634 36.11 65.7359C36.0348 65.6868 35.8908 65.6868 35.8609 65.7359ZM36.2634 65.7359C36.2209 65.7636 36.2462 65.7736 36.3591 65.7736C36.4723 65.7736 36.4973 65.7636 36.455 65.7359C36.4233 65.7152 36.3803 65.6982 36.3591 65.6982C36.3382 65.6982 36.2949 65.7152 36.2634 65.7359ZM36.5891 65.7359C36.5749 65.7594 36.628 65.7748 36.7234 65.7748C36.8189 65.7748 36.8718 65.7594 36.8575 65.7359C36.8444 65.7145 36.7842 65.697 36.7234 65.697C36.6625 65.697 36.6022 65.7145 36.5891 65.7359ZM36.9916 65.7359C36.9493 65.7636 36.9746 65.7736 37.0875 65.7736C37.2005 65.7736 37.2258 65.7636 37.1834 65.7359C37.1517 65.7152 37.1087 65.6982 37.0875 65.6982C37.0664 65.6982 37.0234 65.7152 36.9916 65.7359ZM37.3366 65.7359C37.2945 65.7634 37.3228 65.7736 37.4422 65.7741C37.5317 65.7745 37.605 65.7573 37.605 65.7359C37.605 65.6863 37.4123 65.6863 37.3366 65.7359ZM45.0506 65.8911C45.0506 65.9656 45.0584 65.9963 45.0681 65.9588C45.0777 65.9216 45.0777 65.8604 45.0681 65.8232C45.0584 65.7859 45.0506 65.8164 45.0506 65.8911ZM45.0506 66.3565C45.0506 66.431 45.0584 66.4617 45.0681 66.4242C45.0777 66.387 45.0777 66.3258 45.0681 66.2886C45.0584 66.2513 45.0506 66.2818 45.0506 66.3565ZM45.0506 67.0932C45.0506 67.1679 45.0584 67.1984 45.0681 67.1612C45.0777 67.1239 45.0777 67.0627 45.0681 67.0255C45.0584 66.988 45.0506 67.0185 45.0506 67.0932ZM45.0506 67.5586C45.0506 67.6333 45.0584 67.6638 45.0681 67.6265C45.0777 67.5893 45.0777 67.5281 45.0681 67.4909C45.0584 67.4534 45.0506 67.4839 45.0506 67.5586ZM68.8275 67.869C68.8126 67.8934 68.9094 67.9076 69.0913 67.9076C69.2493 67.9076 69.3894 67.8902 69.4025 67.869C69.4175 67.8443 69.3206 67.8301 69.1387 67.8301C68.9807 67.8301 68.8406 67.8476 68.8275 67.869ZM7.94607 73.6282C7.9463 73.7348 7.95366 73.7738 7.96263 73.7147C7.97137 73.6559 7.97114 73.5686 7.96194 73.5209C7.95297 73.4732 7.94561 73.5214 7.94607 73.6282ZM84.1522 73.6086C84.1522 73.7047 84.1596 73.7441 84.1688 73.6959C84.178 73.648 84.178 73.5695 84.1688 73.5214C84.1596 73.4734 84.1522 73.5128 84.1522 73.6086ZM44.4859 92.1855C44.4558 92.2349 44.5446 92.2349 44.62 92.1855C44.6667 92.1548 44.6619 92.1478 44.5936 92.1474C44.5473 92.1469 44.4988 92.1641 44.4859 92.1855ZM47.495 92.1855C47.5705 92.2349 47.6592 92.2349 47.6291 92.1855C47.6162 92.1641 47.5677 92.1469 47.5215 92.1474C47.4532 92.1478 47.4483 92.1548 47.495 92.1855Z M12.8273 2.73513C12.8179 2.76002 12.8657 2.7705 12.9515 2.76212C13.1958 2.73885 13.2102 2.72884 13.0242 2.71162C12.9181 2.70162 12.8363 2.71162 12.8273 2.73513ZM78.9953 2.74187C79.0429 2.75118 79.1204 2.75118 79.1678 2.74187C79.2154 2.7328 79.1765 2.72512 79.0816 2.72512C78.9868 2.72512 78.9479 2.7328 78.9953 2.74187ZM7.90805 8.02775C7.90805 8.14503 7.91541 8.19296 7.92415 8.13432C7.93289 8.07568 7.93289 7.97981 7.92415 7.92118C7.91541 7.86254 7.90805 7.91047 7.90805 8.02775ZM84.1915 8.02775C84.1915 8.14503 84.1986 8.19296 84.2073 8.13432C84.2163 8.07568 84.2163 7.97981 84.2073 7.92118C84.1986 7.86254 84.1915 7.91047 84.1915 8.02775ZM55.1234 31.6967L55.1425 48.8462L55.1521 31.7258C55.1574 22.3096 55.1487 14.5923 55.133 14.5762C55.1172 14.5602 55.1128 22.2644 55.1234 31.6967ZM42.1958 14.6095C42.2436 14.6186 42.3126 14.6183 42.3492 14.6086C42.3857 14.5988 42.3469 14.5913 42.2625 14.5918C42.178 14.5923 42.1481 14.6002 42.1958 14.6095ZM72.8039 19.1971C72.8039 19.2718 72.8117 19.3022 72.8214 19.265C72.8311 19.2275 72.8311 19.1666 72.8214 19.1291C72.8117 19.0919 72.8039 19.1224 72.8039 19.1971ZM25.8653 19.3425C26.7352 19.3483 28.1582 19.3483 29.0278 19.3425C29.8977 19.3367 29.186 19.332 27.4466 19.332C25.7073 19.332 24.9957 19.3367 25.8653 19.3425ZM72.8899 23.7734C72.8899 25.8319 72.8948 26.6737 72.9003 25.6445C72.9061 24.6153 72.9061 22.9313 72.9003 21.9021C72.8948 20.8729 72.8899 21.715 72.8899 23.7734ZM57.8638 31.7625C57.8638 37.9375 57.8682 40.4639 57.8737 37.3763C57.8792 34.2887 57.8792 29.2364 57.8737 26.1488C57.8682 23.0612 57.8638 25.5873 57.8638 31.7625ZM69.1437 27.642C69.8236 27.6478 70.9363 27.6478 71.6162 27.642C72.2961 27.6359 71.7397 27.6311 70.38 27.6311C69.02 27.6311 68.4638 27.6359 69.1437 27.642ZM41.954 31.3455L41.8025 31.5105L41.9653 31.3572C42.1169 31.2145 42.1458 31.1808 42.1169 31.1808C42.1107 31.1808 42.0373 31.255 41.954 31.3455ZM69.1821 34.8555C69.8832 34.8613 71.0302 34.8613 71.7312 34.8555C72.4323 34.8494 71.8586 34.8446 70.4566 34.8446C69.0545 34.8446 68.4811 34.8494 69.1821 34.8555ZM67.9068 38.976C67.9068 41.2264 67.9114 42.147 67.9171 41.0219C67.9226 39.8966 67.9226 38.0555 67.9171 36.9302C67.9114 35.8051 67.9068 36.7257 67.9068 38.976ZM41.1226 36.4827C41.1702 36.4918 41.2392 36.4916 41.2758 36.4818C41.3126 36.472 41.2735 36.4646 41.189 36.465C41.1049 36.4655 41.0747 36.4734 41.1226 36.4827ZM63.0671 43.1257C63.0671 43.2004 63.0752 43.2309 63.0848 43.1936C63.0942 43.1564 63.0942 43.0952 63.0848 43.058C63.0752 43.0205 63.0671 43.051 63.0671 43.1257ZM64.8121 44.6268C64.8595 44.6361 64.937 44.6361 64.9846 44.6268C65.032 44.6177 64.9931 44.61 64.8984 44.61C64.8034 44.61 64.7645 44.6177 64.8121 44.6268ZM59.2634 47.4887C59.3349 47.5634 59.4021 47.6246 59.4124 47.6246C59.423 47.6246 59.3731 47.5634 59.3015 47.4887C59.23 47.414 59.1629 47.353 59.1525 47.353C59.1419 47.353 59.1918 47.414 59.2634 47.4887ZM71.4327 47.6341L71.2425 47.8377L71.4437 47.6453C71.5543 47.5394 71.645 47.448 71.645 47.4417C71.645 47.4128 71.6095 47.4449 71.4327 47.6341ZM59.57 47.7991C59.6415 47.8736 59.7086 47.9348 59.7192 47.9348C59.7298 47.9348 59.6799 47.8736 59.6084 47.7991C59.5368 47.7244 59.4697 47.6632 59.4591 47.6632C59.4485 47.6632 59.4984 47.7244 59.57 47.7991ZM60.49 48.4562C60.49 48.4669 60.5417 48.5028 60.605 48.5358C60.6682 48.5691 60.72 48.5872 60.72 48.5768C60.72 48.5661 60.6682 48.5302 60.605 48.4972C60.5417 48.4639 60.49 48.4458 60.49 48.4562ZM69.3742 57.1925C69.4218 57.2016 69.4908 57.2013 69.5276 57.1916C69.5642 57.1818 69.525 57.1743 69.4409 57.1748C69.3565 57.1753 69.3266 57.1832 69.3742 57.1925ZM35.0271 57.2716C35.3696 57.2779 35.9303 57.2779 36.2728 57.2716C36.6155 57.2651 36.3351 57.2597 35.65 57.2597C34.9648 57.2597 34.6844 57.2651 35.0271 57.2716ZM42.406 62.5265L42.4159 67.733L43.7167 67.7433C44.4323 67.7489 45.0307 67.7403 45.0468 67.724C45.0629 67.7077 44.4817 67.6991 43.7554 67.7051L42.4345 67.7156L42.4442 62.5179C42.4497 59.659 42.4412 57.32 42.4253 57.32C42.4094 57.32 42.4007 59.663 42.406 62.5265ZM53.0906 57.3456C53.1173 57.3589 53.13 59.045 53.13 62.5405V67.7156L51.7711 67.7049C51.0236 67.6991 50.4252 67.7077 50.4413 67.724C50.4574 67.7403 51.0733 67.7489 51.81 67.7433L53.149 67.733V62.5396C53.149 58.3615 53.1396 57.344 53.1003 57.3358C53.0734 57.3305 53.069 57.3347 53.0906 57.3456ZM55.2177 57.3686C55.2075 57.3952 55.2039 59.7295 55.2094 62.5556L55.2195 67.6944L55.2289 62.5295C55.2377 57.6476 55.242 57.3635 55.3053 57.3468C55.3683 57.3302 55.3681 57.3288 55.3041 57.3247C55.2667 57.3221 55.2278 57.3419 55.2177 57.3686ZM65.7211 58.2605L65.5309 58.4642L65.7321 58.2717C65.8427 58.1658 65.9334 58.0742 65.9334 58.0681C65.9334 58.0393 65.8977 58.0714 65.7211 58.2605ZM32.4663 61.6497C32.4451 61.706 32.435 61.7591 32.4435 61.7679C32.4523 61.7768 32.4778 61.7307 32.5001 61.6658C32.55 61.5211 32.5199 61.5069 32.4663 61.6497ZM18.9485 62.6138C18.9487 62.7418 18.9559 62.7895 18.9644 62.7199C18.9729 62.6501 18.9727 62.5454 18.9639 62.4872C18.9552 62.4288 18.9483 62.4858 18.9485 62.6138ZM39.4859 63.5059C39.4859 63.5271 39.5107 63.5883 39.5409 63.6416C39.571 63.6949 39.5956 63.7212 39.5956 63.6998C39.5956 63.6784 39.571 63.6174 39.5409 63.5641C39.5107 63.5108 39.4859 63.4845 39.4859 63.5059ZM59.1799 63.6318C59.819 63.6379 60.854 63.6379 61.4799 63.6318C62.1055 63.626 61.5825 63.6211 60.3175 63.6211C59.0525 63.6211 58.5405 63.626 59.1799 63.6318ZM70.2266 64.359C70.2981 64.4337 70.3652 64.4949 70.3758 64.4949C70.3864 64.4949 70.3365 64.4337 70.265 64.359C70.1934 64.2843 70.1263 64.2233 70.1157 64.2233C70.1051 64.2233 70.155 64.2843 70.2266 64.359ZM22.5591 64.7276C22.6414 64.8127 22.7175 64.8825 22.7281 64.8825C22.7385 64.8825 22.6798 64.8127 22.5975 64.7276C22.5151 64.6422 22.4392 64.5724 22.4286 64.5724C22.4181 64.5724 22.4767 64.6422 22.5591 64.7276ZM59.2728 65.377C60.0265 65.3831 61.26 65.3831 62.0137 65.377C62.7674 65.3712 62.1508 65.3663 60.6434 65.3663C59.1357 65.3663 58.5191 65.3712 59.2728 65.377ZM63.4202 66.5309C63.4202 67.1495 63.4254 67.397 63.4319 67.081C63.4383 66.7653 63.4383 66.2592 63.4319 65.9564C63.4254 65.6537 63.4202 65.9122 63.4202 66.5309ZM57.2987 67.7428C58.4213 67.7486 60.2586 67.7486 61.3812 67.7428C62.5038 67.737 61.5852 67.7323 59.34 67.7323C57.0945 67.7323 56.1761 67.737 57.2987 67.7428ZM7.89586 73.1548L7.91449 73.3566L7.92714 73.1865C7.93404 73.0929 7.92576 73.0022 7.90874 72.9847C7.89149 72.9673 7.88574 73.0438 7.89586 73.1548ZM84.1954 73.0033C84.1841 73.0331 84.1806 73.1248 84.188 73.2069C84.2 73.3456 84.2023 73.3417 84.2193 73.153C84.2379 72.9452 84.2317 72.9075 84.1954 73.0033ZM15.7336 79.9474C15.7745 79.9807 15.8348 80.0063 15.8677 80.0046C15.9194 80.0021 15.9196 79.9986 15.87 79.98C15.8382 79.9681 15.778 79.9425 15.7359 79.9227C15.6604 79.8876 15.6604 79.888 15.7336 79.9474ZM76.3025 79.9509C76.2392 79.9802 76.2144 80.0051 76.2473 80.006C76.2802 80.007 76.3404 79.9821 76.3813 79.9509C76.4722 79.8813 76.4529 79.8813 76.3025 79.9509ZM27.4252 84.9114C27.4661 84.9447 27.5266 84.9705 27.5595 84.9689C27.611 84.9661 27.6112 84.9629 27.5616 84.9443C27.53 84.9324 27.4695 84.9066 27.4275 84.887C27.352 84.8519 27.352 84.8521 27.4252 84.9114ZM64.6109 84.9152C64.5476 84.9445 64.5228 84.9692 64.5554 84.9701C64.5883 84.971 64.6488 84.9464 64.6898 84.9149C64.7806 84.8454 64.7611 84.8454 64.6109 84.9152ZM36.014 88.568C36.0564 88.6103 36.1157 88.6355 36.1463 88.6241C36.1948 88.6059 36.1948 88.601 36.1463 88.5857C36.1157 88.5759 36.0564 88.5508 36.014 88.5296L35.9375 88.491L36.014 88.568ZM56.0291 88.5566C55.958 88.5882 55.9378 88.6124 55.9716 88.6252C56.0006 88.6362 56.0574 88.6127 56.0979 88.5731C56.1825 88.4905 56.1786 88.4896 56.0291 88.5566ZM45.6092 92.3695C45.8686 92.3763 46.2826 92.3763 46.5292 92.3695C46.7757 92.3628 46.5635 92.3572 46.0575 92.3572C45.5515 92.3572 45.3497 92.3628 45.6092 92.3695Z M59.3956 15.9103L59.244 16.0751L59.4071 15.9219C59.4966 15.8375 59.57 15.7633 59.57 15.757C59.57 15.7276 59.5366 15.757 59.3956 15.9103ZM64.9078 18.8748C64.9448 18.8846 65.0051 18.8846 65.0421 18.8748C65.0789 18.8651 65.0488 18.8571 64.975 18.8571C64.9011 18.8571 64.871 18.8651 64.9078 18.8748ZM65.5978 18.8748C65.6348 18.8846 65.6951 18.8846 65.7321 18.8748C65.7689 18.8651 65.7388 18.8571 65.665 18.8571C65.5911 18.8571 65.561 18.8651 65.5978 18.8748ZM65.8662 18.8748C65.903 18.8846 65.9635 18.8846 66.0003 18.8748C66.0373 18.8651 66.007 18.8571 65.9334 18.8571C65.8595 18.8571 65.8294 18.8651 65.8662 18.8748ZM38.3904 25.538C38.3904 29.0149 38.3948 30.4316 38.4003 28.6861C38.4058 26.9407 38.4058 24.096 38.4003 22.3645C38.3948 20.6331 38.3904 22.0611 38.3904 25.538ZM42.4453 29.8622C42.4453 29.9583 42.4529 29.9976 42.4621 29.9494C42.4711 29.9015 42.4711 29.8231 42.4621 29.7749C42.4529 29.727 42.4453 29.7663 42.4453 29.8622ZM45.9783 34.9137L45.8659 35.0396L45.9903 34.9258C46.1064 34.8197 46.1327 34.7876 46.103 34.7876C46.0963 34.7876 46.0402 34.8444 45.9783 34.9137ZM42.3678 36.4044C42.4048 36.4141 42.4651 36.4141 42.5021 36.4044C42.5389 36.3946 42.5088 36.3867 42.435 36.3867C42.3611 36.3867 42.331 36.3946 42.3678 36.4044ZM64.6587 49.2437C65.1067 49.2498 65.8398 49.2498 66.2878 49.2437C66.7358 49.2374 66.3694 49.2323 65.4734 49.2323C64.5773 49.2323 64.2107 49.2374 64.6587 49.2437ZM25.1376 57.1925C25.1852 57.2016 25.2542 57.2014 25.2908 57.1916C25.3276 57.1818 25.2885 57.1744 25.204 57.1749C25.1199 57.1753 25.0897 57.1832 25.1376 57.1925ZM63.3173 57.456C63.3272 57.5092 63.3422 57.5527 63.3502 57.5527C63.3583 57.5527 63.365 57.5092 63.365 57.456C63.365 57.4027 63.35 57.3589 63.3318 57.3589C63.3137 57.3589 63.3072 57.4027 63.3173 57.456ZM63.3146 58.0607C63.3031 58.1054 63.3072 58.1796 63.324 58.2255C63.3472 58.289 63.3546 58.2697 63.3546 58.1443C63.3546 57.9602 63.3454 57.9411 63.3146 58.0607ZM20.5256 58.726L20.374 58.8907L20.5371 58.7376C20.6885 58.595 20.7177 58.5612 20.6885 58.5612C20.6822 58.5612 20.6091 58.6352 20.5256 58.726ZM63.3146 58.7977C63.3031 58.8423 63.3072 58.9166 63.324 58.9624C63.3472 59.0259 63.3546 59.0066 63.3546 58.881C63.3546 58.6969 63.3454 58.6781 63.3146 58.7977ZM63.3217 59.4823C63.3033 59.5921 63.3019 59.6852 63.319 59.6677C63.3445 59.6421 63.3656 59.4532 63.3431 59.4532C63.3341 59.4532 63.3245 59.4662 63.3217 59.4823ZM20.125 65.9807C20.125 65.9874 20.1811 66.0442 20.2496 66.1068L20.374 66.2206L20.2616 66.0947C20.1567 65.9772 20.125 65.9507 20.125 65.9807ZM20.5465 66.4147C20.6181 66.4891 20.6852 66.5503 20.6958 66.5503C20.7064 66.5503 20.6565 66.4891 20.585 66.4147C20.5134 66.34 20.4463 66.2788 20.4357 66.2788C20.4251 66.2788 20.475 66.34 20.5465 66.4147ZM72.2761 66.7539L72.0859 66.9575L72.2871 66.7651C72.3977 66.6592 72.4884 66.5675 72.4884 66.5615C72.4884 66.5326 72.4527 66.5648 72.2761 66.7539ZM9.02745 76.595C9.10979 76.6802 9.18569 76.75 9.19627 76.75C9.20685 76.75 9.1482 76.6802 9.06586 76.595C8.98352 76.5096 8.90739 76.4398 8.89681 76.4398C8.88646 76.4398 8.94511 76.5096 9.02745 76.595ZM83.0472 76.6046L82.8959 76.7695L83.0587 76.6162C83.2103 76.4736 83.2393 76.4398 83.2103 76.4398C83.2041 76.4398 83.1307 76.514 83.0472 76.6046Z",
new Rect(0, 0, 92, 93)
));
+
+ // Collections size
+ public static readonly IconValue Size = new SimpleVectorIcon(new SimpleVectorIconImage(
+ "M3.67188 8.90463L5.66927 4.91563C5.78138 4.69001 5.9542 4.50015 6.16831 4.36738C6.38242 4.23461 6.62932 4.1642 6.88125 4.16406H13.3271C13.579 4.1642 13.8259 4.23461 14.04 4.36738C14.2541 4.50015 14.427 4.69001 14.5391 4.91563L16.5365 8.90463H3.67188ZM3.33008 13.6416V9.5791H16.8717V13.6416C16.8717 14.0007 16.7291 14.3452 16.4751 14.5991C16.2212 14.8531 15.8767 14.9958 15.5176 14.9958H4.68424C4.3251 14.9958 3.98066 14.8531 3.7267 14.5991C3.47275 14.3452 3.33008 14.0007 3.33008 13.6416ZM6.19466 11.6104C5.73442 11.6104 5.36133 11.9834 5.36133 12.4437C5.36133 12.9039 5.73442 13.277 6.19466 13.277H6.203C6.66323 13.277 7.03633 12.9039 7.03633 12.4437C7.03633 11.9834 6.66323 11.6104 6.203 11.6104H6.19466ZM8.06641 12.4437C8.06641 11.9834 8.4395 11.6104 8.89974 11.6104H8.90807C9.36831 11.6104 9.74141 11.9834 9.74141 12.4437C9.74141 12.9039 9.36831 13.277 8.90807 13.277H8.89974C8.4395 13.277 8.06641 12.9039 8.06641 12.4437Z",
+ new Rect(0, 0, 20, 20)
+ ));
+
+
#endregion
}
diff --git a/src/Themes/NexusMods.Themes.NexusFluentDark/Resources/Palette/BoxShadows/BoxShadowsPalette.axaml b/src/Themes/NexusMods.Themes.NexusFluentDark/Resources/Palette/BoxShadows/BoxShadowsPalette.axaml
index 7641d0bb10..30c0443acc 100644
--- a/src/Themes/NexusMods.Themes.NexusFluentDark/Resources/Palette/BoxShadows/BoxShadowsPalette.axaml
+++ b/src/Themes/NexusMods.Themes.NexusFluentDark/Resources/Palette/BoxShadows/BoxShadowsPalette.axaml
@@ -3,6 +3,19 @@
xmlns:extensions="clr-namespace:NexusMods.Themes.NexusFluentDark.Extensions">
+
+
+
-
+
-
-
+
+
+
+
@@ -290,7 +293,7 @@
+
+
+
+
+
+
diff --git a/src/Themes/NexusMods.Themes.NexusFluentDark/Styles/StylesIndex.axaml b/src/Themes/NexusMods.Themes.NexusFluentDark/Styles/StylesIndex.axaml
index cde1cbe845..71f6405bc5 100644
--- a/src/Themes/NexusMods.Themes.NexusFluentDark/Styles/StylesIndex.axaml
+++ b/src/Themes/NexusMods.Themes.NexusFluentDark/Styles/StylesIndex.axaml
@@ -1,4 +1,4 @@
-
@@ -31,7 +31,7 @@
-
+
diff --git a/src/Themes/NexusMods.Themes.NexusFluentDark/Styles/UserControls/CollectionCards/CollectionCardStyles.axaml b/src/Themes/NexusMods.Themes.NexusFluentDark/Styles/UserControls/CollectionCards/CollectionCardStyles.axaml
new file mode 100644
index 0000000000..f81bb93feb
--- /dev/null
+++ b/src/Themes/NexusMods.Themes.NexusFluentDark/Styles/UserControls/CollectionCards/CollectionCardStyles.axaml
@@ -0,0 +1,219 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/Themes/NexusMods.Themes.NexusFluentDark/Styles/UserControls/CollectionCards/CollectionCards.axaml b/src/Themes/NexusMods.Themes.NexusFluentDark/Styles/UserControls/CollectionCards/CollectionCards.axaml
deleted file mode 100644
index e4b556530a..0000000000
--- a/src/Themes/NexusMods.Themes.NexusFluentDark/Styles/UserControls/CollectionCards/CollectionCards.axaml
+++ /dev/null
@@ -1,133 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/Themes/NexusMods.Themes.NexusFluentDark/Styles/UserControls/Diagnostics/DiagnosticEntryStyles.axaml b/src/Themes/NexusMods.Themes.NexusFluentDark/Styles/UserControls/Diagnostics/DiagnosticEntryStyles.axaml
index 1b4a40d85e..b127f38fc2 100644
--- a/src/Themes/NexusMods.Themes.NexusFluentDark/Styles/UserControls/Diagnostics/DiagnosticEntryStyles.axaml
+++ b/src/Themes/NexusMods.Themes.NexusFluentDark/Styles/UserControls/Diagnostics/DiagnosticEntryStyles.axaml
@@ -20,16 +20,16 @@