@deepgram/styles 0.0.9 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@
10
10
  * - BEM methodology with Tailwind utilities
11
11
  * - Consistent spacing and typography
12
12
  *
13
- * @version 3.0.0 - Tailwind Migration
13
+ * @version 1.0
14
14
  * @author Deepgram Starter UIs Team
15
15
  */
16
16
 
@@ -649,7 +649,7 @@ a:hover {
649
649
  opacity: 0.8;
650
650
  }
651
651
 
652
- /* Button Base Styles */
652
+ /* Primary Button */
653
653
 
654
654
  .dg-btn {
655
655
  display: inline-flex;
@@ -660,19 +660,19 @@ a:hover {
660
660
  padding-top: 0.375rem;
661
661
  padding-bottom: 0.375rem;
662
662
  line-height: 2;
663
+ white-space: nowrap;
664
+ border-radius: 0.25rem;
663
665
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
664
666
  font-size: 1rem;
665
667
  line-height: 1.5rem;
666
668
  font-weight: 600;
667
- white-space: nowrap;
668
- border-radius: 0.25rem;
669
669
  text-transform: capitalize;
670
+ width: -moz-fit-content;
671
+ width: fit-content;
670
672
  cursor: pointer;
671
673
  -webkit-user-select: none;
672
674
  -moz-user-select: none;
673
675
  user-select: none;
674
- width: -moz-fit-content;
675
- width: fit-content;
676
676
  outline: 2px solid transparent;
677
677
  outline-offset: 2px;
678
678
  }
@@ -687,8 +687,6 @@ a:hover {
687
687
  height: 3rem;
688
688
  }
689
689
 
690
- /* Button Modifier: Small */
691
-
692
690
  .dg-btn--sm {
693
691
  padding-left: 1.25rem;
694
692
  padding-right: 1.25rem;
@@ -700,8 +698,6 @@ a:hover {
700
698
  height: 2.25rem;
701
699
  }
702
700
 
703
- /* Button Modifier: Primary - Gradient border with glow effect */
704
-
705
701
  .dg-btn--primary {
706
702
  --tw-text-opacity: 1;
707
703
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
@@ -720,10 +716,10 @@ a:hover {
720
716
 
721
717
  .dg-btn--primary:hover {
722
718
  border-color: transparent;
723
- --tw-text-opacity: 1;
724
- color: rgb(0 0 0 / var(--tw-text-opacity, 1));
725
719
  --tw-bg-opacity: 1;
726
720
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
721
+ --tw-text-opacity: 1;
722
+ color: rgb(0 0 0 / var(--tw-text-opacity, 1));
727
723
  background-image: none;
728
724
  background-origin: padding-box;
729
725
  background-clip: border-box;
@@ -733,8 +729,6 @@ a:hover {
733
729
  box-shadow: rgba(38, 44, 52, 0.05) 0 0.0625rem 0.125rem;
734
730
  }
735
731
 
736
- /* Button Modifier: Secondary - White background with black text */
737
-
738
732
  .dg-btn--secondary {
739
733
  border-width: 1px;
740
734
  border-color: transparent;
@@ -754,8 +748,6 @@ a:hover {
754
748
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
755
749
  }
756
750
 
757
- /* Button Modifier: Ghost - Transparent with grey border */
758
-
759
751
  .dg-btn--ghost {
760
752
  --tw-text-opacity: 1;
761
753
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
@@ -767,10 +759,10 @@ a:hover {
767
759
 
768
760
  .dg-btn--ghost:hover {
769
761
  border-color: transparent;
770
- --tw-text-opacity: 1;
771
- color: rgb(0 0 0 / var(--tw-text-opacity, 1));
772
762
  --tw-bg-opacity: 1;
773
763
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
764
+ --tw-text-opacity: 1;
765
+ color: rgb(0 0 0 / var(--tw-text-opacity, 1));
774
766
  background-image: none;
775
767
  background-origin: padding-box;
776
768
  background-clip: border-box;
@@ -780,8 +772,6 @@ a:hover {
780
772
  box-shadow: rgba(38, 44, 52, 0.05) 0 0.0625rem 0.125rem;
781
773
  }
782
774
 
783
- /* Button Modifier: Danger Ghost - For destructive actions */
784
-
785
775
  .dg-btn--danger-ghost {
786
776
  --tw-text-opacity: 1;
787
777
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
@@ -799,8 +789,6 @@ a:hover {
799
789
  background-color: rgb(240 68 56 / var(--tw-bg-opacity, 1));
800
790
  }
801
791
 
802
- /* Button Modifier: Icon Only */
803
-
804
792
  .dg-btn--icon-only {
805
793
  width: 3rem;
806
794
  height: 3rem;
@@ -813,8 +801,6 @@ a:hover {
813
801
  height: 1.5rem;
814
802
  }
815
803
 
816
- /* Button Modifier: Collapse - Responsive mobile-adaptive */
817
-
818
804
  .dg-btn--collapse {
819
805
  display: inline-flex;
820
806
  }
@@ -826,18 +812,43 @@ a:hover {
826
812
  }
827
813
  }
828
814
 
829
- /* Button Icon Spacing - Prevent icons from shrinking */
830
-
831
- .dg-btn i,
832
- .dg-btn svg {
815
+ .dg-btn i, .dg-btn svg {
833
816
  flex-shrink: 0;
834
817
  }
835
818
 
836
- /* ==========================================================================
837
- LAYOUT COMPONENTS
838
- ========================================================================== */
819
+ /* Secondary Button */
820
+
821
+ /* Ghost Button */
822
+
823
+ /* Danger Ghost Button */
824
+
825
+ /* Icon Button */
826
+
827
+ /* Small Button */
828
+
829
+ /* Collapse Button */
830
+
831
+ /* Button Group */
832
+
833
+ .dg-action-group {
834
+ display: flex;
835
+ flex-wrap: wrap;
836
+ justify-content: center;
837
+ gap: 1rem;
838
+ }
839
+
840
+ @media (max-width: 640px) {
841
+ .dg-action-group {
842
+ flex-direction: column;
843
+ align-items: stretch;
844
+ }
845
+
846
+ .dg-action-group .dg-btn {
847
+ width: 100%;
848
+ }
849
+ }
839
850
 
840
- /* Section Component - Reusable content section */
851
+ /* Section */
841
852
 
842
853
  .dg-section {
843
854
  width: 100%;
@@ -904,8 +915,6 @@ a:hover {
904
915
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
905
916
  }
906
917
 
907
- /* Fieldset-style section with legend title */
908
-
909
918
  .dg-section--fieldset {
910
919
  position: relative;
911
920
  border-radius: 0.5rem;
@@ -915,12 +924,6 @@ a:hover {
915
924
  padding-top: 2rem;
916
925
  }
917
926
 
918
- @media (min-width: 640px) {
919
- .dg-section--fieldset {
920
- padding-top: 2.5rem;
921
- }
922
- }
923
-
924
927
  .dg-section--fieldset .dg-section-heading {
925
928
  --tw-text-opacity: 1;
926
929
  color: rgb(148 148 152 / var(--tw-text-opacity, 1));
@@ -940,17 +943,20 @@ a:hover {
940
943
  }
941
944
 
942
945
  @media (min-width: 640px) {
946
+ .dg-section--fieldset {
947
+ padding-top: 2.5rem;
948
+ }
949
+
943
950
  .dg-section--fieldset .dg-section-heading {
944
951
  font-size: 1.125rem;
945
952
  }
946
953
  }
947
954
 
948
- /* Card Component */
955
+ /* Card */
949
956
 
950
957
  .dg-card {
951
958
  display: flex;
952
959
  width: 100%;
953
- flex-direction: column;
954
960
  border-radius: 0.5rem;
955
961
  border-width: 1px;
956
962
  --tw-border-opacity: 1;
@@ -958,6 +964,7 @@ a:hover {
958
964
  --tw-bg-opacity: 1;
959
965
  background-color: rgb(26 26 31 / var(--tw-bg-opacity, 1));
960
966
  margin-bottom: 0.75rem;
967
+ flex-direction: column;
961
968
  padding: 0.75rem;
962
969
  --tw-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.05);
963
970
  --tw-shadow-colored: 0 0.0625rem 0.125rem 0 var(--tw-shadow-color);
@@ -967,6 +974,12 @@ a:hover {
967
974
  transition-duration: 200ms;
968
975
  }
969
976
 
977
+ .dg-card:hover {
978
+ --tw-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.1), 0 0.125rem 0.25rem -0.0625rem rgba(0, 0, 0, 0.06);
979
+ --tw-shadow-colored: 0 0.25rem 0.375rem -0.0625rem var(--tw-shadow-color), 0 0.125rem 0.25rem -0.0625rem var(--tw-shadow-color);
980
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
981
+ }
982
+
970
983
  @media (min-width: 640px) {
971
984
  .dg-card {
972
985
  margin-bottom: 1rem;
@@ -980,14 +993,6 @@ a:hover {
980
993
  }
981
994
  }
982
995
 
983
- .dg-card:hover {
984
- --tw-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.1), 0 0.125rem 0.25rem -0.0625rem rgba(0, 0, 0, 0.06);
985
- --tw-shadow-colored: 0 0.25rem 0.375rem -0.0625rem var(--tw-shadow-color), 0 0.125rem 0.25rem -0.0625rem var(--tw-shadow-color);
986
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
987
- }
988
-
989
- /* Card Modifiers */
990
-
991
996
  .dg-card--compact {
992
997
  padding: 0.5rem;
993
998
  }
@@ -1020,23 +1025,19 @@ a:hover {
1020
1025
  border-color: rgb(148 148 152 / var(--tw-border-opacity, 1));
1021
1026
  }
1022
1027
 
1023
- /* Card with structured layout (image, header, body, footer) */
1024
-
1025
1028
  .dg-card--structured {
1026
1029
  justify-content: space-between;
1027
1030
  padding: 0px;
1028
1031
  }
1029
1032
 
1030
- /* Selectable Card */
1031
-
1032
1033
  .dg-card--selectable {
1033
1034
  cursor: pointer;
1034
- transition-property: all;
1035
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1036
- transition-duration: 200ms;
1037
1035
  border-width: 2px;
1038
1036
  --tw-border-opacity: 1;
1039
1037
  border-color: rgb(78 78 82 / var(--tw-border-opacity, 1));
1038
+ transition-property: all;
1039
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1040
+ transition-duration: 200ms;
1040
1041
  padding: 1.25rem;
1041
1042
  }
1042
1043
 
@@ -1050,8 +1051,6 @@ a:hover {
1050
1051
  background: rgba(19, 239, 149, 0.05);
1051
1052
  }
1052
1053
 
1053
- /* Screen reader only utility */
1054
-
1055
1054
  .dg-sr-only {
1056
1055
  position: absolute;
1057
1056
  width: 1px;
@@ -1093,14 +1092,6 @@ a:hover {
1093
1092
  gap: 0.25rem;
1094
1093
  }
1095
1094
 
1096
- @media (max-width: 767px) {
1097
- .dg-card--selectable__content {
1098
- flex-direction: row;
1099
- align-items: center;
1100
- gap: 0.75rem;
1101
- }
1102
- }
1103
-
1104
1095
  .dg-card--selectable .dg-item-title {
1105
1096
  --tw-text-opacity: 1;
1106
1097
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
@@ -1111,19 +1102,6 @@ a:hover {
1111
1102
  align-items: center;
1112
1103
  }
1113
1104
 
1114
- @media (max-width: 767px) {
1115
- .dg-card--selectable .dg-item-title {
1116
- margin-bottom: 0;
1117
- flex-shrink: 0;
1118
- }
1119
- }
1120
-
1121
- @media (min-width: 768px) {
1122
- .dg-card--selectable .dg-item-title {
1123
- margin-bottom: 0.25rem;
1124
- }
1125
- }
1126
-
1127
1105
  .dg-card--selectable .dg-prose {
1128
1106
  --tw-text-opacity: 1;
1129
1107
  color: rgb(148 148 152 / var(--tw-text-opacity, 1));
@@ -1132,6 +1110,17 @@ a:hover {
1132
1110
  }
1133
1111
 
1134
1112
  @media (max-width: 767px) {
1113
+ .dg-card--selectable__content {
1114
+ flex-direction: row;
1115
+ align-items: center;
1116
+ gap: 0.75rem;
1117
+ }
1118
+
1119
+ .dg-card--selectable .dg-item-title {
1120
+ margin-bottom: 0;
1121
+ flex-shrink: 0;
1122
+ }
1123
+
1135
1124
  .dg-card--selectable .dg-prose {
1136
1125
  flex: 1;
1137
1126
  white-space: nowrap;
@@ -1140,17 +1129,21 @@ a:hover {
1140
1129
  }
1141
1130
  }
1142
1131
 
1143
- /* File Upload Card */
1132
+ @media (min-width: 768px) {
1133
+ .dg-card--selectable .dg-item-title {
1134
+ margin-bottom: 0.25rem;
1135
+ }
1136
+ }
1144
1137
 
1145
1138
  .dg-card--file-upload {
1146
1139
  cursor: pointer;
1147
- transition-property: all;
1148
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1149
- transition-duration: 200ms;
1150
1140
  border-width: 2px;
1151
1141
  border-style: dashed;
1152
1142
  --tw-border-opacity: 1;
1153
1143
  border-color: rgb(78 78 82 / var(--tw-border-opacity, 1));
1144
+ transition-property: all;
1145
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1146
+ transition-duration: 200ms;
1154
1147
  padding: 1.25rem;
1155
1148
  }
1156
1149
 
@@ -1165,8 +1158,7 @@ a:hover {
1165
1158
  background: rgba(19, 239, 149, 0.05);
1166
1159
  }
1167
1160
 
1168
- .dg-card--file-upload input[type="file"],
1169
- .dg-card--file-upload input[type="checkbox"] {
1161
+ .dg-card--file-upload input[type="file"], .dg-card--file-upload input[type="checkbox"] {
1170
1162
  position: absolute;
1171
1163
  width: 1px;
1172
1164
  height: 1px;
@@ -1191,14 +1183,6 @@ a:hover {
1191
1183
  gap: 0.25rem;
1192
1184
  }
1193
1185
 
1194
- @media (max-width: 767px) {
1195
- .dg-card--file-upload__content {
1196
- flex-direction: row;
1197
- align-items: center;
1198
- gap: 0.75rem;
1199
- }
1200
- }
1201
-
1202
1186
  .dg-card--file-upload .dg-item-title {
1203
1187
  --tw-text-opacity: 1;
1204
1188
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
@@ -1209,19 +1193,6 @@ a:hover {
1209
1193
  align-items: center;
1210
1194
  }
1211
1195
 
1212
- @media (max-width: 767px) {
1213
- .dg-card--file-upload .dg-item-title {
1214
- margin-bottom: 0;
1215
- flex-shrink: 0;
1216
- }
1217
- }
1218
-
1219
- @media (min-width: 768px) {
1220
- .dg-card--file-upload .dg-item-title {
1221
- margin-bottom: 0.25rem;
1222
- }
1223
- }
1224
-
1225
1196
  .dg-card--file-upload .dg-prose {
1226
1197
  --tw-text-opacity: 1;
1227
1198
  color: rgb(148 148 152 / var(--tw-text-opacity, 1));
@@ -1230,6 +1201,17 @@ a:hover {
1230
1201
  }
1231
1202
 
1232
1203
  @media (max-width: 767px) {
1204
+ .dg-card--file-upload__content {
1205
+ flex-direction: row;
1206
+ align-items: center;
1207
+ gap: 0.75rem;
1208
+ }
1209
+
1210
+ .dg-card--file-upload .dg-item-title {
1211
+ margin-bottom: 0;
1212
+ flex-shrink: 0;
1213
+ }
1214
+
1233
1215
  .dg-card--file-upload .dg-prose {
1234
1216
  flex: 1;
1235
1217
  white-space: nowrap;
@@ -1238,14 +1220,17 @@ a:hover {
1238
1220
  }
1239
1221
  }
1240
1222
 
1241
- /* Card Image */
1223
+ @media (min-width: 768px) {
1224
+ .dg-card--file-upload .dg-item-title {
1225
+ margin-bottom: 0.25rem;
1226
+ }
1227
+ }
1242
1228
 
1243
1229
  .dg-card__image {
1244
1230
  width: 100%;
1245
1231
  flex-shrink: 0;
1246
1232
  overflow: hidden;
1247
1233
  border-radius: 0.5rem 0.5rem 0 0;
1248
- /* Rounded top corners only */
1249
1234
  }
1250
1235
 
1251
1236
  .dg-card__image img {
@@ -1256,8 +1241,6 @@ a:hover {
1256
1241
  object-fit: cover;
1257
1242
  }
1258
1243
 
1259
- /* Card Image Size Modifiers */
1260
-
1261
1244
  .dg-card__image--small {
1262
1245
  height: 7.5rem;
1263
1246
  }
@@ -1275,8 +1258,6 @@ a:hover {
1275
1258
  height: auto;
1276
1259
  }
1277
1260
 
1278
- /* Card Icon */
1279
-
1280
1261
  .dg-card__icon {
1281
1262
  display: flex;
1282
1263
  align-items: center;
@@ -1284,31 +1265,12 @@ a:hover {
1284
1265
  padding-top: 1.5rem;
1285
1266
  }
1286
1267
 
1287
- @media (min-width: 640px) {
1288
- .dg-card__icon {
1289
- padding: 1rem;
1290
- padding-top: 2rem;
1291
- }
1292
- }
1293
-
1294
- @media (min-width: 1024px) {
1295
- .dg-card__icon {
1296
- padding-left: 1.5rem;
1297
- padding-right: 1.5rem;
1298
- padding-bottom: 1.5rem;
1299
- padding-top: 2.5rem;
1300
- }
1301
- }
1302
-
1303
- .dg-card__icon i,
1304
- .dg-card__icon svg {
1268
+ .dg-card__icon i, .dg-card__icon svg {
1305
1269
  color: var(--dg-primary, #13ef95);
1306
1270
  font-size: 3rem;
1307
1271
  line-height: 1;
1308
1272
  }
1309
1273
 
1310
- /* Card Icon Alignment Modifiers */
1311
-
1312
1274
  .dg-card__icon--left {
1313
1275
  justify-content: flex-start;
1314
1276
  }
@@ -1321,7 +1283,21 @@ a:hover {
1321
1283
  justify-content: flex-end;
1322
1284
  }
1323
1285
 
1324
- /* Card Header */
1286
+ @media (min-width: 640px) {
1287
+ .dg-card__icon {
1288
+ padding: 1rem;
1289
+ padding-top: 2rem;
1290
+ }
1291
+ }
1292
+
1293
+ @media (min-width: 1024px) {
1294
+ .dg-card__icon {
1295
+ padding-left: 1.5rem;
1296
+ padding-right: 1.5rem;
1297
+ padding-bottom: 1.5rem;
1298
+ padding-top: 2.5rem;
1299
+ }
1300
+ }
1325
1301
 
1326
1302
  .dg-card__header {
1327
1303
  display: flex;
@@ -1345,8 +1321,6 @@ a:hover {
1345
1321
  }
1346
1322
  }
1347
1323
 
1348
- /* Card Body */
1349
-
1350
1324
  .dg-card__body {
1351
1325
  display: flex;
1352
1326
  flex: 1 1 0%;
@@ -1370,16 +1344,19 @@ a:hover {
1370
1344
  }
1371
1345
  }
1372
1346
 
1373
- /* Card Footer */
1374
-
1375
1347
  .dg-card__footer {
1376
- margin-top: auto;
1377
1348
  display: flex;
1378
1349
  align-items: center;
1379
1350
  gap: 0.75rem;
1380
1351
  border-top-width: 1px;
1381
1352
  border-color: transparent;
1382
1353
  padding: 0.75rem;
1354
+ margin-top: auto;
1355
+ }
1356
+
1357
+ .dg-card__footer--bordered {
1358
+ --tw-border-opacity: 1;
1359
+ border-top-color: rgb(78 78 82 / var(--tw-border-opacity, 1));
1383
1360
  }
1384
1361
 
1385
1362
  @media (min-width: 640px) {
@@ -1394,14 +1371,7 @@ a:hover {
1394
1371
  }
1395
1372
  }
1396
1373
 
1397
- /* Card Footer with Border */
1398
-
1399
- .dg-card__footer--bordered {
1400
- --tw-border-opacity: 1;
1401
- border-top-color: rgb(78 78 82 / var(--tw-border-opacity, 1));
1402
- }
1403
-
1404
- /* Code Block Component */
1374
+ /* Code Block */
1405
1375
 
1406
1376
  .dg-code-block {
1407
1377
  width: 100%;
@@ -1419,41 +1389,39 @@ a:hover {
1419
1389
  -webkit-overflow-scrolling: touch;
1420
1390
  }
1421
1391
 
1422
- @media (min-width: 640px) {
1423
- .dg-code-block {
1424
- margin-top: 1rem;
1425
- margin-bottom: 1rem;
1426
- max-height: 15.625rem;
1427
- padding: 0.75rem;
1428
- }
1429
- }
1430
-
1431
- @media (min-width: 1024px) {
1432
- .dg-code-block {
1433
- max-height: 18.75rem;
1434
- }
1435
- }
1436
-
1437
1392
  .dg-code-block pre {
1438
1393
  --tw-text-opacity: 1;
1439
1394
  color: rgb(237 237 226 / var(--tw-text-opacity, 1));
1440
1395
  margin: 0px;
1441
1396
  white-space: pre-wrap;
1442
- overflow-wrap: break-word;
1443
1397
  padding: 0px;
1444
1398
  font-family: Fira Code, Monaco, Consolas, Courier New, monospace;
1445
1399
  font-size: 0.75rem;
1446
1400
  line-height: 1rem;
1401
+ overflow-wrap: break-word;
1447
1402
  line-height: 1.3;
1448
1403
  }
1449
1404
 
1450
1405
  @media (min-width: 640px) {
1406
+ .dg-code-block {
1407
+ margin-top: 1rem;
1408
+ margin-bottom: 1rem;
1409
+ max-height: 15.625rem;
1410
+ padding: 0.75rem;
1411
+ }
1412
+
1451
1413
  .dg-code-block pre {
1452
1414
  font-size: 0.875rem;
1453
1415
  line-height: 1.25rem;
1454
1416
  }
1455
1417
  }
1456
1418
 
1419
+ @media (min-width: 1024px) {
1420
+ .dg-code-block {
1421
+ max-height: 18.75rem;
1422
+ }
1423
+ }
1424
+
1457
1425
  .dg-code-block--compact {
1458
1426
  max-height: 7.5rem;
1459
1427
  padding: 0.25rem;
@@ -1487,11 +1455,7 @@ a:hover {
1487
1455
  overflow: visible;
1488
1456
  }
1489
1457
 
1490
- /* ==========================================================================
1491
- TYPOGRAPHY COMPONENTS
1492
- ========================================================================== */
1493
-
1494
- /* Hero Title */
1458
+ /* Hero Section */
1495
1459
 
1496
1460
  .dg-hero-title {
1497
1461
  margin-bottom: 1.5rem;
@@ -1513,29 +1477,6 @@ a:hover {
1513
1477
  font-kerning: normal;
1514
1478
  }
1515
1479
 
1516
- @media (max-width: 1024px) {
1517
- .dg-hero-title {
1518
- font-size: 2.25rem;
1519
- line-height: 2.5rem;
1520
- }
1521
- }
1522
-
1523
- @media (max-width: 768px) {
1524
- .dg-hero-title {
1525
- font-size: 1.875rem;
1526
- line-height: 2.25rem;
1527
- }
1528
- }
1529
-
1530
- @media (max-width: 640px) {
1531
- .dg-hero-title {
1532
- font-size: 1.5rem;
1533
- line-height: 2rem;
1534
- }
1535
- }
1536
-
1537
- /* Hero Section Container */
1538
-
1539
1480
  .dg-hero {
1540
1481
  width: 100%;
1541
1482
  padding-top: 4rem;
@@ -1545,26 +1486,6 @@ a:hover {
1545
1486
  text-align: center;
1546
1487
  }
1547
1488
 
1548
- @media (max-width: 768px) {
1549
- .dg-hero {
1550
- padding-top: 3rem;
1551
- padding-bottom: 3rem;
1552
- padding-left: 1rem;
1553
- padding-right: 1rem;
1554
- }
1555
- }
1556
-
1557
- @media (max-width: 640px) {
1558
- .dg-hero {
1559
- padding-top: 2rem;
1560
- padding-bottom: 2rem;
1561
- padding-left: 1rem;
1562
- padding-right: 1rem;
1563
- }
1564
- }
1565
-
1566
- /* Hero Content Container */
1567
-
1568
1489
  .dg-hero__content {
1569
1490
  margin-left: auto;
1570
1491
  margin-right: auto;
@@ -1574,34 +1495,26 @@ a:hover {
1574
1495
  gap: 1.5rem;
1575
1496
  }
1576
1497
 
1577
- @media (max-width: 768px) {
1578
- .dg-hero__content {
1579
- gap: 1.25rem;
1580
- }
1581
- }
1582
-
1583
- /* Hero Announcement Banner */
1584
-
1585
1498
  .dg-hero__announcement {
1586
1499
  display: inline-flex;
1587
1500
  align-items: center;
1588
1501
  justify-content: center;
1589
1502
  border-radius: 9999px;
1590
1503
  border-width: 1px;
1504
+ background-color: rgba(0, 0, 0, 0.5);
1591
1505
  margin-left: auto;
1592
1506
  margin-right: auto;
1593
1507
  margin-bottom: 0.5rem;
1594
1508
  border-color: rgb(148 148 152 / 0.3);
1595
- background-color: rgba(0, 0, 0, 0.5);
1596
1509
  padding-top: 0.5rem;
1597
1510
  padding-bottom: 0.5rem;
1598
1511
  padding-left: 1.25rem;
1599
1512
  padding-right: 1.25rem;
1513
+ text-decoration-line: none;
1600
1514
  width: -moz-fit-content;
1601
1515
  width: fit-content;
1602
1516
  cursor: pointer;
1603
1517
  gap: 0.75rem;
1604
- text-decoration-line: none;
1605
1518
  transition-property: all;
1606
1519
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1607
1520
  transition-duration: 200ms;
@@ -1624,14 +1537,6 @@ a:hover {
1624
1537
  font-weight: 400;
1625
1538
  }
1626
1539
 
1627
- @media (max-width: 640px) {
1628
- .dg-hero__announcement-text {
1629
- white-space: normal;
1630
- font-size: 0.75rem;
1631
- line-height: 1rem;
1632
- }
1633
- }
1634
-
1635
1540
  .dg-hero__announcement-cta {
1636
1541
  color: var(--dg-secondary, #149afb);
1637
1542
  display: inline-flex;
@@ -1649,28 +1554,51 @@ a:hover {
1649
1554
  gap: 0.75rem;
1650
1555
  }
1651
1556
 
1652
- @media (max-width: 640px) {
1653
- .dg-hero__announcement-cta {
1654
- font-size: 0.75rem;
1655
- line-height: 1rem;
1656
- }
1657
- }
1658
-
1659
- /* Hero Body Text */
1660
-
1661
1557
  .dg-hero__body {
1662
1558
  --tw-text-opacity: 1;
1663
1559
  color: rgb(237 237 226 / var(--tw-text-opacity, 1));
1664
1560
  margin-left: auto;
1665
1561
  margin-right: auto;
1666
- max-width: 53.125rem;
1667
1562
  text-align: center;
1668
1563
  font-size: 1.125rem;
1669
1564
  font-weight: 400;
1670
1565
  line-height: 1.75rem;
1566
+ max-width: 53.125rem;
1567
+ }
1568
+
1569
+ .dg-hero__actions {
1570
+ margin-top: 0.5rem;
1571
+ display: flex;
1572
+ flex-wrap: wrap;
1573
+ align-items: center;
1574
+ justify-content: center;
1575
+ gap: 1rem;
1576
+ }
1577
+
1578
+ @media (max-width: 1024px) {
1579
+ .dg-hero-title {
1580
+ font-size: 2.25rem;
1581
+ line-height: 2.5rem;
1582
+ }
1671
1583
  }
1672
1584
 
1673
1585
  @media (max-width: 768px) {
1586
+ .dg-hero-title {
1587
+ font-size: 1.875rem;
1588
+ line-height: 2.25rem;
1589
+ }
1590
+
1591
+ .dg-hero {
1592
+ padding-top: 3rem;
1593
+ padding-bottom: 3rem;
1594
+ padding-left: 1rem;
1595
+ padding-right: 1rem;
1596
+ }
1597
+
1598
+ .dg-hero__content {
1599
+ gap: 1.25rem;
1600
+ }
1601
+
1674
1602
  .dg-hero__body {
1675
1603
  font-size: 1rem;
1676
1604
  line-height: 1.5rem;
@@ -1679,24 +1607,34 @@ a:hover {
1679
1607
  }
1680
1608
 
1681
1609
  @media (max-width: 640px) {
1610
+ .dg-hero-title {
1611
+ font-size: 1.5rem;
1612
+ line-height: 2rem;
1613
+ }
1614
+
1615
+ .dg-hero {
1616
+ padding-top: 2rem;
1617
+ padding-bottom: 2rem;
1618
+ padding-left: 1rem;
1619
+ padding-right: 1rem;
1620
+ }
1621
+
1622
+ .dg-hero__announcement-text {
1623
+ white-space: normal;
1624
+ font-size: 0.75rem;
1625
+ line-height: 1rem;
1626
+ }
1627
+
1628
+ .dg-hero__announcement-cta {
1629
+ font-size: 0.75rem;
1630
+ line-height: 1rem;
1631
+ }
1632
+
1682
1633
  .dg-hero__body {
1683
1634
  font-size: 0.9375rem;
1684
1635
  line-height: 1.5;
1685
1636
  }
1686
- }
1687
-
1688
- /* Hero Actions */
1689
-
1690
- .dg-hero__actions {
1691
- margin-top: 0.5rem;
1692
- display: flex;
1693
- flex-wrap: wrap;
1694
- align-items: center;
1695
- justify-content: center;
1696
- gap: 1rem;
1697
- }
1698
1637
 
1699
- @media (max-width: 640px) {
1700
1638
  .dg-hero__actions {
1701
1639
  width: 100%;
1702
1640
  flex-direction: column;
@@ -1707,33 +1645,22 @@ a:hover {
1707
1645
  }
1708
1646
  }
1709
1647
 
1710
- /* Section Heading */
1648
+ /* Section Header */
1711
1649
 
1712
1650
  .dg-section-heading {
1713
1651
  --tw-text-opacity: 1;
1714
1652
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1715
1653
  margin-bottom: 1.5rem;
1654
+ display: flex;
1716
1655
  font-family: Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
1717
1656
  font-size: 1.5rem;
1718
1657
  line-height: 2rem;
1719
1658
  font-weight: 600;
1720
- display: flex;
1721
1659
  flex-wrap: wrap;
1722
1660
  align-items: baseline;
1723
1661
  gap: 0.5rem;
1724
1662
  }
1725
1663
 
1726
- @media (max-width: 640px) {
1727
- .dg-section-heading {
1728
- margin-bottom: 0.75rem;
1729
- gap: 0.375rem;
1730
- font-size: 1.25rem;
1731
- line-height: 1.75rem;
1732
- }
1733
- }
1734
-
1735
- /* Small text within section heading */
1736
-
1737
1664
  .dg-section-heading small {
1738
1665
  --tw-text-opacity: 1;
1739
1666
  color: rgb(148 148 152 / var(--tw-text-opacity, 1));
@@ -1743,6 +1670,13 @@ a:hover {
1743
1670
  }
1744
1671
 
1745
1672
  @media (max-width: 640px) {
1673
+ .dg-section-heading {
1674
+ margin-bottom: 0.75rem;
1675
+ gap: 0.375rem;
1676
+ font-size: 1.25rem;
1677
+ line-height: 1.75rem;
1678
+ }
1679
+
1746
1680
  .dg-section-heading small {
1747
1681
  font-size: 0.875rem;
1748
1682
  line-height: 1.25rem;
@@ -1755,12 +1689,6 @@ a:hover {
1755
1689
  margin-bottom: 2rem;
1756
1690
  }
1757
1691
 
1758
- @media (max-width: 640px) {
1759
- .dg-page-heading {
1760
- margin-bottom: 1.5rem;
1761
- }
1762
- }
1763
-
1764
1692
  .dg-page-heading__title {
1765
1693
  --tw-text-opacity: 1;
1766
1694
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
@@ -1772,20 +1700,6 @@ a:hover {
1772
1700
  line-height: 1.25;
1773
1701
  }
1774
1702
 
1775
- @media (max-width: 768px) {
1776
- .dg-page-heading__title {
1777
- font-size: 1.875rem;
1778
- line-height: 2.25rem;
1779
- }
1780
- }
1781
-
1782
- @media (max-width: 640px) {
1783
- .dg-page-heading__title {
1784
- font-size: 1.5rem;
1785
- line-height: 2rem;
1786
- }
1787
- }
1788
-
1789
1703
  .dg-page-heading__description {
1790
1704
  --tw-text-opacity: 1;
1791
1705
  color: rgb(148 148 152 / var(--tw-text-opacity, 1));
@@ -1797,6 +1711,11 @@ a:hover {
1797
1711
  }
1798
1712
 
1799
1713
  @media (max-width: 768px) {
1714
+ .dg-page-heading__title {
1715
+ font-size: 1.875rem;
1716
+ line-height: 2.25rem;
1717
+ }
1718
+
1800
1719
  .dg-page-heading__description {
1801
1720
  font-size: 1rem;
1802
1721
  line-height: 1.5rem;
@@ -1804,6 +1723,15 @@ a:hover {
1804
1723
  }
1805
1724
 
1806
1725
  @media (max-width: 640px) {
1726
+ .dg-page-heading {
1727
+ margin-bottom: 1.5rem;
1728
+ }
1729
+
1730
+ .dg-page-heading__title {
1731
+ font-size: 1.5rem;
1732
+ line-height: 2rem;
1733
+ }
1734
+
1807
1735
  .dg-page-heading__description {
1808
1736
  font-size: 0.9375rem;
1809
1737
  }
@@ -1815,18 +1743,16 @@ a:hover {
1815
1743
  --tw-text-opacity: 1;
1816
1744
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1817
1745
  margin-bottom: 0.75rem;
1746
+ display: flex;
1818
1747
  font-family: Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
1819
1748
  font-size: 1.25rem;
1820
1749
  line-height: 1.75rem;
1821
1750
  font-weight: 500;
1822
- display: flex;
1823
1751
  flex-wrap: wrap;
1824
1752
  align-items: baseline;
1825
1753
  gap: 0.375rem;
1826
1754
  }
1827
1755
 
1828
- /* Small text within card heading */
1829
-
1830
1756
  .dg-card-heading small {
1831
1757
  --tw-text-opacity: 1;
1832
1758
  color: rgb(148 148 152 / var(--tw-text-opacity, 1));
@@ -1841,18 +1767,16 @@ a:hover {
1841
1767
  --tw-text-opacity: 1;
1842
1768
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1843
1769
  margin-bottom: 0.25rem;
1770
+ display: flex;
1844
1771
  font-family: Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
1845
1772
  font-size: 1rem;
1846
1773
  line-height: 1.5rem;
1847
1774
  font-weight: 500;
1848
- display: flex;
1849
1775
  flex-wrap: wrap;
1850
1776
  align-items: baseline;
1851
1777
  gap: 0.25rem;
1852
1778
  }
1853
1779
 
1854
- /* Small text within item title */
1855
-
1856
1780
  .dg-item-title small {
1857
1781
  --tw-text-opacity: 1;
1858
1782
  color: rgb(148 148 152 / var(--tw-text-opacity, 1));
@@ -1861,7 +1785,7 @@ a:hover {
1861
1785
  font-weight: 400;
1862
1786
  }
1863
1787
 
1864
- /* Prose Text */
1788
+ /* Prose */
1865
1789
 
1866
1790
  .dg-prose {
1867
1791
  --tw-text-opacity: 1;
@@ -1873,6 +1797,11 @@ a:hover {
1873
1797
  line-height: 1.375;
1874
1798
  }
1875
1799
 
1800
+ .dg-prose.dg-prose--block {
1801
+ width: 100%;
1802
+ max-width: none;
1803
+ }
1804
+
1876
1805
  @media (min-width: 640px) {
1877
1806
  .dg-prose {
1878
1807
  margin-bottom: 1rem;
@@ -1882,11 +1811,6 @@ a:hover {
1882
1811
  }
1883
1812
  }
1884
1813
 
1885
- .dg-prose.dg-prose--block {
1886
- width: 100%;
1887
- max-width: none;
1888
- }
1889
-
1890
1814
  .dg-prose--large {
1891
1815
  font-size: 1rem;
1892
1816
  line-height: 1.5rem;
@@ -1920,11 +1844,7 @@ a:hover {
1920
1844
  }
1921
1845
  }
1922
1846
 
1923
- /* ==========================================================================
1924
- FORM COMPONENTS
1925
- ========================================================================== */
1926
-
1927
- /* Form Input Base Styles */
1847
+ /* Input Group */
1928
1848
 
1929
1849
  .dg-input {
1930
1850
  width: 100%;
@@ -1932,14 +1852,14 @@ a:hover {
1932
1852
  border-width: 1px;
1933
1853
  --tw-border-opacity: 1;
1934
1854
  border-color: rgb(78 78 82 / var(--tw-border-opacity, 1));
1935
- --tw-bg-opacity: 1;
1936
- background-color: rgb(26 26 31 / var(--tw-bg-opacity, 1));
1937
1855
  padding-left: 1rem;
1938
1856
  padding-right: 1rem;
1939
1857
  padding-top: 0.75rem;
1940
1858
  padding-bottom: 0.75rem;
1941
1859
  --tw-text-opacity: 1;
1942
1860
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1861
+ --tw-bg-opacity: 1;
1862
+ background-color: rgb(26 26 31 / var(--tw-bg-opacity, 1));
1943
1863
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
1944
1864
  font-size: 0.875rem;
1945
1865
  line-height: 1.25rem;
@@ -1947,10 +1867,10 @@ a:hover {
1947
1867
  outline-offset: 2px;
1948
1868
  transition-property: all;
1949
1869
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1950
- transition-duration: 300ms;
1951
1870
  --tw-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.05);
1952
1871
  --tw-shadow-colored: 0 0.0625rem 0.125rem 0 var(--tw-shadow-color);
1953
1872
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1873
+ transition-duration: 300ms;
1954
1874
  height: 2.75rem;
1955
1875
  }
1956
1876
 
@@ -1982,10 +1902,7 @@ a:hover {
1982
1902
  max-width: none;
1983
1903
  }
1984
1904
 
1985
- /* Select (dropdown) specific */
1986
-
1987
- .dg-input[type="select"],
1988
- select.dg-input {
1905
+ .dg-input[type="select"], select.dg-input {
1989
1906
  -webkit-appearance: none;
1990
1907
  -moz-appearance: none;
1991
1908
  appearance: none;
@@ -2004,14 +1921,14 @@ a:hover {
2004
1921
  border-width: 1px;
2005
1922
  --tw-border-opacity: 1;
2006
1923
  border-color: rgb(78 78 82 / var(--tw-border-opacity, 1));
2007
- --tw-bg-opacity: 1;
2008
- background-color: rgb(26 26 31 / var(--tw-bg-opacity, 1));
2009
1924
  padding-left: 1rem;
2010
1925
  padding-right: 1rem;
2011
1926
  padding-top: 0.75rem;
2012
1927
  padding-bottom: 0.75rem;
2013
1928
  --tw-text-opacity: 1;
2014
1929
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1930
+ --tw-bg-opacity: 1;
1931
+ background-color: rgb(26 26 31 / var(--tw-bg-opacity, 1));
2015
1932
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
2016
1933
  font-size: 0.875rem;
2017
1934
  line-height: 1.25rem;
@@ -2019,10 +1936,10 @@ a:hover {
2019
1936
  outline-offset: 2px;
2020
1937
  transition-property: all;
2021
1938
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2022
- transition-duration: 300ms;
2023
1939
  --tw-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.05);
2024
1940
  --tw-shadow-colored: 0 0.0625rem 0.125rem 0 var(--tw-shadow-color);
2025
1941
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1942
+ transition-duration: 300ms;
2026
1943
  height: 2.75rem;
2027
1944
  }
2028
1945
 
@@ -2046,8 +1963,7 @@ a:hover {
2046
1963
  opacity: 0.5;
2047
1964
  }
2048
1965
 
2049
- .dg-textarea[type="select"],
2050
- select.dg-textarea {
1966
+ .dg-textarea[type="select"], select.dg-textarea {
2051
1967
  -webkit-appearance: none;
2052
1968
  -moz-appearance: none;
2053
1969
  appearance: none;
@@ -2086,13 +2002,13 @@ a:hover {
2086
2002
  border-width: 1px;
2087
2003
  --tw-border-opacity: 1;
2088
2004
  border-color: rgb(78 78 82 / var(--tw-border-opacity, 1));
2005
+ flex-shrink: 0;
2006
+ cursor: pointer;
2089
2007
  --tw-bg-opacity: 1;
2090
2008
  background-color: rgb(26 26 31 / var(--tw-bg-opacity, 1));
2091
- cursor: pointer;
2092
2009
  transition-property: all;
2093
2010
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2094
2011
  transition-duration: 200ms;
2095
- flex-shrink: 0;
2096
2012
  position: relative;
2097
2013
  }
2098
2014
 
@@ -2119,8 +2035,6 @@ a:hover {
2119
2035
  box-shadow: 0 0 0 0.125rem var(--dg-primary, #13ef95);
2120
2036
  }
2121
2037
 
2122
- /* Checkbox Label */
2123
-
2124
2038
  .dg-checkbox-label {
2125
2039
  --tw-text-opacity: 1;
2126
2040
  color: rgb(237 237 226 / var(--tw-text-opacity, 1));
@@ -2137,23 +2051,19 @@ a:hover {
2137
2051
  border-color: rgb(148 148 152 / var(--tw-border-opacity, 1));
2138
2052
  }
2139
2053
 
2140
- /* Checkbox Description Container */
2141
-
2142
2054
  .dg-checkbox-description {
2143
2055
  display: flex;
2144
2056
  flex-direction: column;
2145
2057
  gap: 0.5rem;
2146
2058
  }
2147
2059
 
2148
- /* Checkbox Group Container */
2149
-
2150
2060
  .dg-checkbox-group {
2151
2061
  display: flex;
2152
2062
  flex-direction: column;
2153
2063
  gap: 0.75rem;
2154
2064
  }
2155
2065
 
2156
- /* Form Field */
2066
+ /* Form Section */
2157
2067
 
2158
2068
  .dg-form-field {
2159
2069
  margin-bottom: 1rem;
@@ -2163,20 +2073,11 @@ a:hover {
2163
2073
  gap: 0.75rem;
2164
2074
  }
2165
2075
 
2166
- @media (min-width: 640px) {
2167
- .dg-form-field {
2168
- max-width: 28rem;
2169
- }
2170
- }
2171
-
2172
2076
  .dg-form-field--full {
2173
2077
  max-width: none;
2174
2078
  }
2175
2079
 
2176
- /* Form Field Error State */
2177
-
2178
- .dg-form-field--error .dg-input,
2179
- .dg-form-field--error .dg-textarea {
2080
+ .dg-form-field--error .dg-input, .dg-form-field--error .dg-textarea {
2180
2081
  --tw-border-opacity: 1;
2181
2082
  border-color: rgb(240 68 56 / var(--tw-border-opacity, 1));
2182
2083
  }
@@ -2186,10 +2087,7 @@ a:hover {
2186
2087
  color: rgb(240 68 56 / var(--tw-text-opacity, 1));
2187
2088
  }
2188
2089
 
2189
- /* Form Field Success State */
2190
-
2191
- .dg-form-field--success .dg-input,
2192
- .dg-form-field--success .dg-textarea {
2090
+ .dg-form-field--success .dg-input, .dg-form-field--success .dg-textarea {
2193
2091
  --tw-border-opacity: 1;
2194
2092
  border-color: rgb(18 183 106 / var(--tw-border-opacity, 1));
2195
2093
  }
@@ -2199,8 +2097,6 @@ a:hover {
2199
2097
  color: rgb(18 183 106 / var(--tw-text-opacity, 1));
2200
2098
  }
2201
2099
 
2202
- /* Form Label */
2203
-
2204
2100
  .dg-form-label {
2205
2101
  --tw-text-opacity: 1;
2206
2102
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
@@ -2209,8 +2105,6 @@ a:hover {
2209
2105
  font-weight: 500;
2210
2106
  }
2211
2107
 
2212
- /* Form Error Message (deprecated - use dg-form-helper with dg-form-field--error) */
2213
-
2214
2108
  .dg-form-error {
2215
2109
  --tw-text-opacity: 1;
2216
2110
  color: rgb(240 68 56 / var(--tw-text-opacity, 1));
@@ -2220,8 +2114,6 @@ a:hover {
2220
2114
  margin: 0;
2221
2115
  }
2222
2116
 
2223
- /* Form Helper Text */
2224
-
2225
2117
  .dg-form-helper {
2226
2118
  --tw-text-opacity: 1;
2227
2119
  color: rgb(148 148 152 / var(--tw-text-opacity, 1));
@@ -2231,7 +2123,13 @@ a:hover {
2231
2123
  margin: 0;
2232
2124
  }
2233
2125
 
2234
- /* File Upload / Drag & Drop Zone */
2126
+ @media (min-width: 640px) {
2127
+ .dg-form-field {
2128
+ max-width: 28rem;
2129
+ }
2130
+ }
2131
+
2132
+ /* File Upload Zone */
2235
2133
 
2236
2134
  .dg-drag-drop-zone {
2237
2135
  position: relative;
@@ -2242,15 +2140,15 @@ a:hover {
2242
2140
  border-color: rgb(78 78 82 / var(--tw-border-opacity, 1));
2243
2141
  --tw-bg-opacity: 1;
2244
2142
  background-color: rgb(26 26 31 / var(--tw-bg-opacity, 1));
2245
- transition-property: all;
2246
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2247
- transition-duration: 200ms;
2248
2143
  display: flex;
2249
2144
  flex-direction: column;
2250
2145
  align-items: center;
2251
2146
  justify-content: center;
2252
- gap: 0.75rem;
2147
+ transition-property: all;
2148
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2149
+ transition-duration: 200ms;
2253
2150
  cursor: pointer;
2151
+ gap: 0.75rem;
2254
2152
  padding: 3rem 2rem;
2255
2153
  min-height: 12.5rem;
2256
2154
  }
@@ -2302,17 +2200,11 @@ a:hover {
2302
2200
  line-height: 1.25rem;
2303
2201
  }
2304
2202
 
2305
- /* ==========================================================================
2306
- STATUS & FEEDBACK COMPONENTS
2307
- ========================================================================== */
2308
-
2309
2203
  /* Status Banner */
2310
2204
 
2311
2205
  .dg-status {
2312
2206
  --tw-text-opacity: 1;
2313
2207
  color: rgb(237 237 226 / var(--tw-text-opacity, 1));
2314
- margin-top: 0.5rem;
2315
- margin-bottom: 0.5rem;
2316
2208
  width: 100%;
2317
2209
  padding-top: 0.25rem;
2318
2210
  padding-bottom: 0.25rem;
@@ -2320,6 +2212,8 @@ a:hover {
2320
2212
  line-height: 1.25rem;
2321
2213
  font-style: italic;
2322
2214
  line-height: 1.375;
2215
+ margin-top: 0.5rem;
2216
+ margin-bottom: 0.5rem;
2323
2217
  }
2324
2218
 
2325
2219
  @media (min-width: 640px) {
@@ -2392,6 +2286,8 @@ a:hover {
2392
2286
  /* Spinner */
2393
2287
 
2394
2288
  .dg-spinner {
2289
+ margin-left: auto;
2290
+ margin-right: auto;
2395
2291
  width: 2.5rem;
2396
2292
  height: 2.5rem;
2397
2293
  border-radius: 9999px;
@@ -2399,8 +2295,6 @@ a:hover {
2399
2295
  --tw-border-opacity: 1;
2400
2296
  border-color: rgb(78 78 82 / var(--tw-border-opacity, 1));
2401
2297
  border-top-color: var(--dg-primary, #13ef95);
2402
- margin-left: auto;
2403
- margin-right: auto;
2404
2298
  margin-bottom: 0.75rem;
2405
2299
  }
2406
2300
 
@@ -2414,18 +2308,6 @@ a:hover {
2414
2308
  animation: spin 1s linear infinite;
2415
2309
  }
2416
2310
 
2417
- @keyframes dg-spin {
2418
- 0% {
2419
- transform: rotate(0deg);
2420
- }
2421
-
2422
- 100% {
2423
- transform: rotate(360deg);
2424
- }
2425
- }
2426
-
2427
- /* Processing Title */
2428
-
2429
2311
  .dg-processing-title {
2430
2312
  --tw-text-opacity: 1;
2431
2313
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
@@ -2436,20 +2318,19 @@ a:hover {
2436
2318
  font-weight: 500;
2437
2319
  }
2438
2320
 
2439
- /* Modal Overlay */
2321
+ /* Modal */
2440
2322
 
2441
2323
  .dg-modal-overlay {
2442
2324
  position: fixed;
2443
2325
  inset: 0px;
2444
- z-index: 50;
2445
2326
  display: none;
2446
2327
  align-items: center;
2447
2328
  justify-content: center;
2448
2329
  background-color: rgb(0 0 0 / 0.8);
2330
+ z-index: 50;
2449
2331
  }
2450
2332
 
2451
- .dg-modal-overlay.visible,
2452
- .dg-modal-overlay--visible {
2333
+ .dg-modal-overlay.visible, .dg-modal-overlay--visible {
2453
2334
  display: flex;
2454
2335
  }
2455
2336
 
@@ -2459,16 +2340,17 @@ a:hover {
2459
2340
  text-align: center;
2460
2341
  }
2461
2342
 
2462
- /* ==========================================================================
2463
- UTILITY COMPONENTS
2464
- ========================================================================== */
2465
-
2466
- /* Constrained Width Container */
2343
+ /* Constrained Container */
2467
2344
 
2468
2345
  .dg-constrain-width {
2469
2346
  width: 100%;
2470
2347
  }
2471
2348
 
2349
+ .dg-center-h {
2350
+ margin-left: auto;
2351
+ margin-right: auto;
2352
+ }
2353
+
2472
2354
  @media (min-width: 640px) {
2473
2355
  .dg-constrain-width {
2474
2356
  margin-left: auto;
@@ -2477,13 +2359,6 @@ a:hover {
2477
2359
  }
2478
2360
  }
2479
2361
 
2480
- /* Center Horizontally - Complements dg-constrain-width */
2481
-
2482
- .dg-center-h {
2483
- margin-left: auto;
2484
- margin-right: auto;
2485
- }
2486
-
2487
2362
  /* Responsive Grid */
2488
2363
 
2489
2364
  .dg-grid-mobile-stack {
@@ -2492,6 +2367,10 @@ a:hover {
2492
2367
  gap: 1rem;
2493
2368
  }
2494
2369
 
2370
+ .dg-grid-mobile-stack > * {
2371
+ flex: 1 1 0%;
2372
+ }
2373
+
2495
2374
  @media (min-width: 640px) {
2496
2375
  .dg-grid-mobile-stack {
2497
2376
  flex-direction: row;
@@ -2499,27 +2378,128 @@ a:hover {
2499
2378
  }
2500
2379
  }
2501
2380
 
2502
- .dg-grid-mobile-stack > * {
2381
+ /* Three-Column Layout */
2382
+
2383
+ .dg-columns {
2384
+ display: flex;
2385
+ width: 100%;
2386
+ flex-direction: column;
2387
+ }
2388
+
2389
+ .dg-columns__wrapper {
2390
+ display: flex;
2391
+ min-width: 0px;
2503
2392
  flex: 1 1 0%;
2393
+ flex-direction: column;
2504
2394
  }
2505
2395
 
2506
- /* Action Group */
2396
+ .dg-column {
2397
+ min-width: 0px;
2398
+ padding-left: 1rem;
2399
+ padding-right: 1rem;
2400
+ padding-top: 1.5rem;
2401
+ padding-bottom: 1.5rem;
2402
+ }
2507
2403
 
2508
- .dg-action-group {
2509
- display: flex;
2510
- flex-wrap: wrap;
2511
- justify-content: center;
2512
- gap: 1rem;
2404
+ .dg-column--main {
2405
+ flex: 1 1 0%;
2513
2406
  }
2514
2407
 
2515
- @media (max-width: 640px) {
2516
- .dg-action-group {
2517
- flex-direction: column;
2518
- align-items: stretch;
2408
+ .dg-column--sidebar-left {
2409
+ }
2410
+
2411
+ .dg-column--sidebar-right {
2412
+ position: relative;
2413
+ }
2414
+
2415
+ @media (min-width: 640px) {
2416
+ .dg-column {
2417
+ padding-left: 1.5rem;
2418
+ padding-right: 1.5rem;
2519
2419
  }
2420
+ }
2520
2421
 
2521
- .dg-action-group .dg-btn {
2522
- width: 100%;
2422
+ @media (min-width: 768px) {
2423
+ .dg-columns {
2424
+ flex-direction: row;
2425
+ }
2426
+ }
2427
+
2428
+ @media (min-width: 768px) and (max-width: 1279px) {
2429
+ .dg-column--sidebar-right {
2430
+ position: fixed;
2431
+ top: 65px;
2432
+ right: 0;
2433
+ height: calc(100vh - 65px);
2434
+ width: 16rem;
2435
+ flex-shrink: 0;
2436
+ transition: transform 300ms ease;
2437
+ z-index: 20;
2438
+ box-shadow: -4px 0 16px rgba(0, 0, 0, 0.5);
2439
+ }
2440
+
2441
+ .dg-column--sidebar-right.dg-column--sm {
2442
+ width: 20rem;
2443
+ }
2444
+
2445
+ .dg-column--sidebar-right.dg-column--lg {
2446
+ width: 24rem;
2447
+ }
2448
+
2449
+ .dg-column--sidebar-right.dg-column--xl {
2450
+ width: 32rem;
2451
+ }
2452
+
2453
+ .dg-column--sidebar-right.collapsed {
2454
+ transform: translateX(calc(100% - 2rem));
2455
+ }
2456
+ }
2457
+
2458
+ @media (min-width: 1024px) {
2459
+ .dg-columns__wrapper {
2460
+ flex-direction: row;
2461
+ }
2462
+
2463
+ .dg-column--sidebar-left {
2464
+ width: 12rem;
2465
+ flex-shrink: 0;
2466
+ }
2467
+
2468
+ .dg-column--sidebar-left.dg-column--sm {
2469
+ width: 16rem;
2470
+ flex-shrink: 0;
2471
+ }
2472
+
2473
+ .dg-column--sidebar-left.dg-column--lg {
2474
+ width: 24rem;
2475
+ flex-shrink: 0;
2476
+ }
2477
+
2478
+ .dg-column--sidebar-left.dg-column--xl {
2479
+ width: 32rem;
2480
+ flex-shrink: 0;
2481
+ }
2482
+ }
2483
+
2484
+ @media (min-width: 1280px) {
2485
+ .dg-column--sidebar-right {
2486
+ width: 16rem;
2487
+ flex-shrink: 0;
2488
+ }
2489
+
2490
+ .dg-column--sidebar-right.dg-column--sm {
2491
+ width: 20rem;
2492
+ flex-shrink: 0;
2493
+ }
2494
+
2495
+ .dg-column--sidebar-right.dg-column--lg {
2496
+ width: 24rem;
2497
+ flex-shrink: 0;
2498
+ }
2499
+
2500
+ .dg-column--sidebar-right.dg-column--xl {
2501
+ width: 32rem;
2502
+ flex-shrink: 0;
2523
2503
  }
2524
2504
  }
2525
2505
 
@@ -2528,7 +2508,6 @@ a:hover {
2528
2508
  .dg-header {
2529
2509
  width: 100%;
2530
2510
  background: #050506;
2531
- /* dg-almost-black */
2532
2511
  padding: 1rem 1.5rem;
2533
2512
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
2534
2513
  }
@@ -2606,14 +2585,39 @@ a:hover {
2606
2585
  text-align: center;
2607
2586
  }
2608
2587
 
2609
- /* Text Center Utility */
2588
+ /* Link */
2589
+
2590
+ .dg-link {
2591
+ color: var(--dg-primary, #13ef95);
2592
+ transition-property: opacity;
2593
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2594
+ transition-duration: 200ms;
2595
+ }
2596
+
2597
+ .dg-link:hover {
2598
+ opacity: 0.8;
2599
+ }
2600
+
2601
+ .dg-social-link {
2602
+ --tw-text-opacity: 1;
2603
+ color: rgb(237 237 226 / var(--tw-text-opacity, 1));
2604
+ font-size: 1.25rem;
2605
+ line-height: 1.75rem;
2606
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
2607
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2608
+ transition-duration: 200ms;
2609
+ }
2610
+
2611
+ .dg-social-link:hover {
2612
+ color: var(--dg-primary, #13ef95);
2613
+ }
2614
+
2615
+ /* Text Utilities */
2610
2616
 
2611
2617
  .dg-text-center {
2612
2618
  text-align: center;
2613
2619
  }
2614
2620
 
2615
- /* Text Color Utilities */
2616
-
2617
2621
  .dg-text-danger {
2618
2622
  --tw-text-opacity: 1;
2619
2623
  color: rgb(240 68 56 / var(--tw-text-opacity, 1));
@@ -2652,94 +2656,6 @@ a:hover {
2652
2656
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
2653
2657
  }
2654
2658
 
2655
- /* Newsletter Layout */
2656
-
2657
- .dg-newsletter-container {
2658
- display: flex;
2659
- flex-direction: column;
2660
- gap: 1rem;
2661
- }
2662
-
2663
- .dg-newsletter-container--compact {
2664
- display: flex;
2665
- flex-direction: column;
2666
- gap: 0.75rem;
2667
- }
2668
-
2669
- .dg-newsletter-form {
2670
- display: flex;
2671
- flex-direction: column;
2672
- gap: 1rem;
2673
- }
2674
-
2675
- .dg-newsletter-form--compact {
2676
- display: flex;
2677
- flex-direction: column;
2678
- gap: 0.75rem;
2679
- }
2680
-
2681
- .dg-newsletter-form--inline {
2682
- display: flex;
2683
- width: 100%;
2684
- gap: 0.5rem;
2685
- }
2686
-
2687
- @media (min-width: 640px) {
2688
- .dg-newsletter-form--inline {
2689
- width: auto;
2690
- }
2691
- }
2692
-
2693
- .dg-newsletter-header {
2694
- display: flex;
2695
- flex-direction: column;
2696
- align-items: flex-start;
2697
- gap: 0.75rem;
2698
- }
2699
-
2700
- @media (min-width: 640px) {
2701
- .dg-newsletter-header {
2702
- flex-direction: row;
2703
- align-items: center;
2704
- }
2705
- }
2706
-
2707
- .dg-newsletter-header__content {
2708
- flex: 1 1 0%;
2709
- }
2710
-
2711
- .dg-newsletter-header__actions {
2712
- width: 100%;
2713
- }
2714
-
2715
- @media (min-width: 640px) {
2716
- .dg-newsletter-header__actions {
2717
- width: auto;
2718
- }
2719
- }
2720
-
2721
- /* Logo Container */
2722
-
2723
- .dg-logo-container {
2724
- display: flex;
2725
- justify-content: center;
2726
- }
2727
-
2728
- .dg-logo {
2729
- height: 2rem;
2730
- width: auto;
2731
- }
2732
-
2733
- /* Social Links Container */
2734
-
2735
- .dg-social-links {
2736
- display: flex;
2737
- justify-content: center;
2738
- gap: 1rem;
2739
- }
2740
-
2741
- /* Typography Utilities */
2742
-
2743
2659
  .dg-text-tagline {
2744
2660
  --tw-text-opacity: 1;
2745
2661
  color: rgb(237 237 226 / var(--tw-text-opacity, 1));
@@ -2780,196 +2696,86 @@ a:hover {
2780
2696
  line-height: 1rem;
2781
2697
  }
2782
2698
 
2783
- /* ==========================================================================
2784
- MULTI-COLUMN LAYOUT COMPONENTS
2785
-
2786
- Responsive collapse pattern:
2787
- - Mobile (< 768px): All columns stacked vertically
2788
- - Tablet (768px+): Right sidebar moves to side, left stacked on top
2789
- - Desktop (1024px+): All three columns side-by-side
2790
- ========================================================================== */
2791
-
2792
- /* Column Container - parent wrapper for all columns */
2699
+ /* Newsletter Signup */
2793
2700
 
2794
- .dg-columns {
2701
+ .dg-newsletter-container {
2795
2702
  display: flex;
2796
- width: 100%;
2797
2703
  flex-direction: column;
2704
+ gap: 1rem;
2798
2705
  }
2799
2706
 
2800
- /* At tablet: show right sidebar on the side */
2801
-
2802
- @media (min-width: 768px) {
2803
- .dg-columns {
2804
- flex-direction: row;
2805
- }
2707
+ .dg-newsletter-container--compact {
2708
+ display: flex;
2709
+ flex-direction: column;
2710
+ gap: 0.75rem;
2806
2711
  }
2807
2712
 
2808
- /* Column Wrapper - groups left sidebar and main content together */
2809
-
2810
- .dg-columns__wrapper {
2713
+ .dg-newsletter-form {
2811
2714
  display: flex;
2812
- min-width: 0px;
2813
- flex: 1 1 0%;
2814
2715
  flex-direction: column;
2716
+ gap: 1rem;
2815
2717
  }
2816
2718
 
2817
- /* At desktop: show left sidebar on the side */
2818
-
2819
- @media (min-width: 1024px) {
2820
- .dg-columns__wrapper {
2821
- flex-direction: row;
2822
- }
2719
+ .dg-newsletter-form--compact {
2720
+ display: flex;
2721
+ flex-direction: column;
2722
+ gap: 0.75rem;
2823
2723
  }
2824
2724
 
2825
- /* Base Column - padding for all columns */
2826
-
2827
- .dg-column {
2828
- min-width: 0px;
2829
- padding-left: 1rem;
2830
- padding-right: 1rem;
2831
- padding-top: 1.5rem;
2832
- padding-bottom: 1.5rem;
2725
+ .dg-newsletter-form--inline {
2726
+ display: flex;
2727
+ width: 100%;
2728
+ gap: 0.5rem;
2833
2729
  }
2834
2730
 
2835
- @media (min-width: 640px) {
2836
- .dg-column {
2837
- padding-left: 1.5rem;
2838
- padding-right: 1.5rem;
2839
- }
2731
+ .dg-newsletter-header {
2732
+ display: flex;
2733
+ flex-direction: column;
2734
+ align-items: flex-start;
2735
+ gap: 0.75rem;
2840
2736
  }
2841
2737
 
2842
- /* Main Content Column - always fills available space */
2843
-
2844
- .dg-column--main {
2738
+ .dg-newsletter-header__content {
2845
2739
  flex: 1 1 0%;
2846
2740
  }
2847
2741
 
2848
- /* Left Sidebar - fixed width on desktop, full width on mobile/tablet */
2849
-
2850
- .dg-column--sidebar-left {
2851
- /* Layout only - no colors */
2742
+ .dg-newsletter-header__actions {
2743
+ width: 100%;
2852
2744
  }
2853
2745
 
2854
- @media (min-width: 1024px) {
2855
- .dg-column--sidebar-left {
2856
- width: 12rem;
2857
- flex-shrink: 0;
2858
- }
2859
-
2860
- .dg-column--sidebar-left.dg-column--sm {
2861
- width: 16rem;
2862
- flex-shrink: 0;
2863
- }
2864
-
2865
- .dg-column--sidebar-left.dg-column--lg {
2866
- width: 24rem;
2867
- flex-shrink: 0;
2868
- }
2869
-
2870
- .dg-column--sidebar-left.dg-column--xl {
2871
- width: 32rem;
2872
- flex-shrink: 0;
2873
- }
2746
+ .dg-logo-container {
2747
+ display: flex;
2748
+ justify-content: center;
2874
2749
  }
2875
2750
 
2876
- /* Right Sidebar - fixed width on tablet+, full width on mobile */
2877
-
2878
- .dg-column--sidebar-right {
2879
- /* Layout only - no colors */
2880
- position: relative;
2751
+ .dg-logo {
2752
+ height: 2rem;
2753
+ width: auto;
2881
2754
  }
2882
2755
 
2883
- /* Between 768px and 1280px: Floating sidebar with toggle */
2884
-
2885
- @media (min-width: 768px) and (max-width: 1279px) {
2886
- .dg-column--sidebar-right {
2887
- position: fixed;
2888
- top: 65px;
2889
- /* Account for header height */
2890
- right: 0;
2891
- height: calc(100vh - 65px);
2892
- width: 16rem;
2893
- flex-shrink: 0;
2894
- transition: transform 300ms ease;
2895
- z-index: 20;
2896
- box-shadow: -4px 0 16px rgba(0, 0, 0, 0.5);
2897
- }
2898
-
2899
- .dg-column--sidebar-right.dg-column--sm {
2900
- width: 20rem;
2901
- }
2902
-
2903
- .dg-column--sidebar-right.dg-column--lg {
2904
- width: 24rem;
2905
- }
2906
-
2907
- .dg-column--sidebar-right.dg-column--xl {
2908
- width: 32rem;
2909
- }
2910
-
2911
- /* Collapsed state - slide mostly off screen but leave button visible */
2912
-
2913
- .dg-column--sidebar-right.collapsed {
2914
- transform: translateX(calc(100% - 2rem));
2915
- }
2756
+ .dg-social-links {
2757
+ display: flex;
2758
+ justify-content: center;
2759
+ gap: 1rem;
2916
2760
  }
2917
2761
 
2918
- /* Above 1280px: Normal sidebar behavior */
2919
-
2920
- @media (min-width: 1280px) {
2921
- .dg-column--sidebar-right {
2922
- width: 16rem;
2923
- flex-shrink: 0;
2924
- }
2925
-
2926
- .dg-column--sidebar-right.dg-column--sm {
2927
- width: 20rem;
2928
- flex-shrink: 0;
2762
+ @media (min-width: 640px) {
2763
+ .dg-newsletter-form--inline {
2764
+ width: auto;
2929
2765
  }
2930
2766
 
2931
- .dg-column--sidebar-right.dg-column--lg {
2932
- width: 24rem;
2933
- flex-shrink: 0;
2767
+ .dg-newsletter-header {
2768
+ flex-direction: row;
2769
+ align-items: center;
2934
2770
  }
2935
2771
 
2936
- .dg-column--sidebar-right.dg-column--xl {
2937
- width: 32rem;
2938
- flex-shrink: 0;
2772
+ .dg-newsletter-header__actions {
2773
+ width: auto;
2939
2774
  }
2940
2775
  }
2941
2776
 
2942
- /* ==========================================================================
2943
- LINK COMPONENTS
2944
- ========================================================================== */
2945
-
2946
- /* Primary Link with hover effect */
2947
-
2948
- .dg-link {
2949
- color: var(--dg-primary, #13ef95);
2950
- transition-property: opacity;
2951
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2952
- transition-duration: 200ms;
2953
- }
2954
-
2955
- .dg-link:hover {
2956
- opacity: 0.8;
2957
- }
2958
-
2959
- /* Social Icon Link */
2960
-
2961
- .dg-social-link {
2962
- --tw-text-opacity: 1;
2963
- color: rgb(237 237 226 / var(--tw-text-opacity, 1));
2964
- font-size: 1.25rem;
2965
- line-height: 1.75rem;
2966
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
2967
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2968
- transition-duration: 200ms;
2969
- }
2970
-
2971
- .dg-social-link:hover {
2972
- color: var(--dg-primary, #13ef95);
2777
+ .visible {
2778
+ visibility: visible;
2973
2779
  }
2974
2780
 
2975
2781
  .dg-gradient-border {