@idds/styles 1.2.10 → 1.2.12

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.
Files changed (95) hide show
  1. package/dist/base.css +1071 -0
  2. package/dist/base.min.css +1 -0
  3. package/dist/index.css +14801 -0
  4. package/dist/index.min.css +15 -0
  5. package/dist/tailwind/css/bgn.min.css +1 -0
  6. package/dist/tailwind/css/bkn.min.css +1 -0
  7. package/dist/tailwind/css/idds.min.css +1 -0
  8. package/dist/tailwind/css/inagov.min.css +1 -0
  9. package/dist/tailwind/css/inaku.min.css +1 -0
  10. package/dist/tailwind/css/inapas.min.css +1 -0
  11. package/dist/tailwind/css/lan.min.css +1 -0
  12. package/dist/tailwind/css/pan-rb.min.css +1 -0
  13. package/package.json +31 -21
  14. package/src/colors/brands/bgn.css +0 -30
  15. package/src/colors/brands/bkn.css +0 -33
  16. package/src/colors/brands/inagov.css +0 -40
  17. package/src/colors/brands/inaku.css +0 -29
  18. package/src/colors/brands/inapas.css +0 -29
  19. package/src/colors/brands/lan.css +0 -39
  20. package/src/colors/brands/pan-rb.css +0 -31
  21. package/src/colors/index.css +0 -11
  22. package/src/colors/primitives/index.css +0 -175
  23. package/src/colors/product/index.css +0 -205
  24. package/src/colors/utilities/index.css +0 -77
  25. package/src/components/accordion-card.css +0 -99
  26. package/src/components/accordion.css +0 -120
  27. package/src/components/action-dropdown.css +0 -140
  28. package/src/components/alert.css +0 -180
  29. package/src/components/avatar.css +0 -182
  30. package/src/components/badge.css +0 -247
  31. package/src/components/bottom-sheet.css +0 -61
  32. package/src/components/breadcrumb.css +0 -97
  33. package/src/components/button-group.css +0 -130
  34. package/src/components/button.css +0 -241
  35. package/src/components/card.css +0 -576
  36. package/src/components/carousel.css +0 -100
  37. package/src/components/chart.css +0 -81
  38. package/src/components/checkbox.css +0 -211
  39. package/src/components/chip.css +0 -245
  40. package/src/components/collapse.css +0 -84
  41. package/src/components/confirmation.css +0 -131
  42. package/src/components/date-picker.css +0 -1059
  43. package/src/components/divider.css +0 -174
  44. package/src/components/drawer.css +0 -752
  45. package/src/components/dropdown.css +0 -370
  46. package/src/components/field-input-table.css +0 -347
  47. package/src/components/file-upload.css +0 -333
  48. package/src/components/input-search.css +0 -428
  49. package/src/components/linear-progress-indicator.css +0 -34
  50. package/src/components/modal.css +0 -506
  51. package/src/components/month-picker.css +0 -326
  52. package/src/components/multiple-choice-grid.css +0 -383
  53. package/src/components/one-time-password.css +0 -119
  54. package/src/components/pagination.css +0 -429
  55. package/src/components/password-input.css +0 -477
  56. package/src/components/phone-input.css +0 -412
  57. package/src/components/progress-bar.css +0 -447
  58. package/src/components/radio-input.css +0 -277
  59. package/src/components/reset.css +0 -431
  60. package/src/components/select-dropdown.css +0 -663
  61. package/src/components/select-option.css +0 -217
  62. package/src/components/single-file-upload.css +0 -186
  63. package/src/components/skeleton.css +0 -488
  64. package/src/components/spinner.css +0 -450
  65. package/src/components/stepper.css +0 -260
  66. package/src/components/tab-horizontal.css +0 -278
  67. package/src/components/tab-vertical.css +0 -261
  68. package/src/components/table-progress-bar.css +0 -48
  69. package/src/components/table.css +0 -538
  70. package/src/components/text-area.css +0 -220
  71. package/src/components/text-field.css +0 -278
  72. package/src/components/theme-toggle.css +0 -259
  73. package/src/components/time-picker.css +0 -436
  74. package/src/components/toast.css +0 -265
  75. package/src/components/toggle.css +0 -195
  76. package/src/components/tooltip.css +0 -343
  77. package/src/components/year-picker.css +0 -424
  78. package/src/index.css +0 -3
  79. /package/{src → dist}/tailwind/css/bgn.css +0 -0
  80. /package/{src → dist}/tailwind/css/bkn.css +0 -0
  81. /package/{src → dist}/tailwind/css/idds.css +0 -0
  82. /package/{src → dist}/tailwind/css/inagov.css +0 -0
  83. /package/{src → dist}/tailwind/css/inaku.css +0 -0
  84. /package/{src → dist}/tailwind/css/inapas.css +0 -0
  85. /package/{src → dist}/tailwind/css/lan.css +0 -0
  86. /package/{src → dist}/tailwind/css/pan-rb.css +0 -0
  87. /package/{src → dist}/tailwind/ts/bgn.ts +0 -0
  88. /package/{src → dist}/tailwind/ts/bkn.ts +0 -0
  89. /package/{src → dist}/tailwind/ts/default.ts +0 -0
  90. /package/{src → dist}/tailwind/ts/idds.ts +0 -0
  91. /package/{src → dist}/tailwind/ts/inagov.ts +0 -0
  92. /package/{src → dist}/tailwind/ts/inaku.ts +0 -0
  93. /package/{src → dist}/tailwind/ts/inapas.ts +0 -0
  94. /package/{src → dist}/tailwind/ts/lan.ts +0 -0
  95. /package/{src → dist}/tailwind/ts/pan-rb.ts +0 -0
package/dist/base.css ADDED
@@ -0,0 +1,1071 @@
1
+
2
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
3
+ /* Base styles for @idds/styles */
4
+ /* This file contains colors and reset styles */
5
+ :root {
6
+ /* Neutral Colors */
7
+ --ina-neutral-25: #ffffff;
8
+ --ina-neutral-50: #f8f8f7;
9
+ --ina-neutral-100: #f5f5f5;
10
+ --ina-neutral-200: #e5e5e5;
11
+ --ina-neutral-300: #d4d4d4;
12
+ --ina-neutral-400: #a3a3a3;
13
+ --ina-neutral-500: #737373;
14
+ --ina-neutral-600: #525252;
15
+ --ina-neutral-700: #404040;
16
+ --ina-neutral-800: #1f1f1f;
17
+ --ina-neutral-900: #141414;
18
+ --ina-neutral-1000: #050505;
19
+
20
+ --ina-primary-25: #ffffff;
21
+ --ina-primary-50: #f8f8f7;
22
+ --ina-primary-100: #f5f5f5;
23
+ --ina-primary-200: #e5e5e5;
24
+ --ina-primary-300: #d4d4d4;
25
+ --ina-primary-400: #a3a3a3;
26
+ --ina-primary-500: #737373;
27
+ --ina-primary-600: #525252;
28
+ --ina-primary-700: #404040;
29
+ --ina-primary-800: #1f1f1f;
30
+ --ina-primary-900: #141414;
31
+ --ina-primary-primary: #141414;
32
+
33
+ --ina-secondary-25: #f2f9fd;
34
+ --ina-secondary-50: #e3f0fb;
35
+ --ina-secondary-100: #c1e3f6;
36
+ --ina-secondary-200: #8accef;
37
+ --ina-secondary-300: #4cb2e4;
38
+ --ina-secondary-400: #269dd8;
39
+ --ina-secondary-500: #177ab2;
40
+ --ina-secondary-600: #146190;
41
+ --ina-secondary-700: #145378;
42
+ --ina-secondary-800: #164564;
43
+ --ina-secondary-900: #0f2d42;
44
+
45
+ /* Blue Colors */
46
+ --ina-blue-50: #fafcff;
47
+ --ina-blue-100: #ebf3ff;
48
+ --ina-blue-200: #d2e4fe;
49
+ --ina-blue-300: #84b4fb;
50
+ --ina-blue-400: #4d93fc;
51
+ --ina-blue-500: #0968f6;
52
+ --ina-blue-600: #004ab8;
53
+ --ina-blue-700: #002a69;
54
+ --ina-blue-800: #0a2142;
55
+ --ina-blue-900: #031530;
56
+
57
+ /* Cyan Colors */
58
+ --ina-cyan-50: #fafeff;
59
+ --ina-cyan-100: #ebfaff;
60
+ --ina-cyan-200: #d2f3fe;
61
+ --ina-cyan-300: #83defc;
62
+ --ina-cyan-400: #51d0fb;
63
+ --ina-cyan-500: #09bbf6;
64
+ --ina-cyan-600: #008bb9;
65
+ --ina-cyan-700: #00506b;
66
+ --ina-cyan-800: #0a3442;
67
+ --ina-cyan-900: #032530;
68
+
69
+ /* Green Colors */
70
+ --ina-green-50: #fafffb;
71
+ --ina-green-100: #ebffef;
72
+ --ina-green-200: #d2fedb;
73
+ --ina-green-300: #83fc9b;
74
+ --ina-green-400: #51fb73;
75
+ --ina-green-500: #09f638;
76
+ --ina-green-600: #00b925;
77
+ --ina-green-700: #006b15;
78
+ --ina-green-800: #0a4215;
79
+ --ina-green-900: #03300c;
80
+
81
+ /* Lime Colors */
82
+ --ina-lime-50: #fdfffa;
83
+ --ina-lime-100: #f7ffeb;
84
+ --ina-lime-200: #ecfed2;
85
+ --ina-lime-300: #ccfc83;
86
+ --ina-lime-400: #b7fb51;
87
+ --ina-lime-500: #97f609;
88
+ --ina-lime-600: #6fb900;
89
+ --ina-lime-700: #406b00;
90
+ --ina-lime-800: #2c420a;
91
+ --ina-lime-900: #1e3003;
92
+
93
+ /* Yellow Colors */
94
+ --ina-yellow-50: #fffefa;
95
+ --ina-yellow-100: #fffdeb;
96
+ --ina-yellow-200: #fef9d2;
97
+ --ina-yellow-300: #fcee83;
98
+ --ina-yellow-400: #fbe751;
99
+ --ina-yellow-500: #f6da09;
100
+ --ina-yellow-600: #b9a300;
101
+ --ina-yellow-700: #6b5f00;
102
+ --ina-yellow-800: #423c0a;
103
+ --ina-yellow-900: #302b03;
104
+
105
+ /* Orange Colors */
106
+ --ina-orange-50: #fffdfa;
107
+ --ina-orange-100: #fff3eb;
108
+ --ina-orange-200: #fee4d2;
109
+ --ina-orange-300: #fcb583;
110
+ --ina-orange-400: #fc974f;
111
+ --ina-orange-500: #f66a09;
112
+ --ina-orange-600: #b84d00;
113
+ --ina-orange-700: #6b2d00;
114
+ --ina-orange-800: #42210a;
115
+ --ina-orange-900: #301603;
116
+
117
+ /* Red Colors */
118
+ --ina-red-50: #fffafa;
119
+ --ina-red-100: #ffebeb;
120
+ --ina-red-200: #fed2d2;
121
+ --ina-red-300: #fb8383;
122
+ --ina-red-400: #fc4f4f;
123
+ --ina-red-500: #f60909;
124
+ --ina-red-600: #b80000;
125
+ --ina-red-700: #6b0000;
126
+ --ina-red-800: #420a0a;
127
+ --ina-red-900: #300303;
128
+
129
+ /* Pink Colors */
130
+ --ina-pink-50: #fffafd;
131
+ --ina-pink-100: #ffebf8;
132
+ --ina-pink-200: #fed2ef;
133
+ --ina-pink-300: #fc83d3;
134
+ --ina-pink-400: #fb51c2;
135
+ --ina-pink-500: #f609a7;
136
+ --ina-pink-600: #b9007b;
137
+ --ina-pink-700: #6b0047;
138
+ --ina-pink-800: #420a2f;
139
+ --ina-pink-900: #300321;
140
+
141
+ /* Magenta Colors */
142
+ --ina-magenta-50: #fefaff;
143
+ --ina-magenta-100: #fbebff;
144
+ --ina-magenta-200: #f5d2fe;
145
+ --ina-magenta-300: #e483fc;
146
+ --ina-magenta-400: #d951fb;
147
+ --ina-magenta-500: #c709f6;
148
+ --ina-magenta-600: #9400b9;
149
+ --ina-magenta-700: #56006b;
150
+ --ina-magenta-800: #370a42;
151
+ --ina-magenta-900: #270330;
152
+
153
+ /* Purple Colors */
154
+ --ina-purple-50: #fdfaff;
155
+ --ina-purple-100: #f7ebff;
156
+ --ina-purple-200: #ecd2fe;
157
+ --ina-purple-300: #cc83fc;
158
+ --ina-purple-400: #b751fb;
159
+ --ina-purple-500: #9709f6;
160
+ --ina-purple-600: #6f00b9;
161
+ --ina-purple-700: #40006b;
162
+ --ina-purple-800: #2c0a42;
163
+ --ina-purple-900: #1e0330;
164
+
165
+ /* Indigo Colors */
166
+ --ina-indigo-50: #fafaff;
167
+ --ina-indigo-100: #ebeaff;
168
+ --ina-indigo-200: #d2d3fe;
169
+ --ina-indigo-300: #8387fc;
170
+ --ina-indigo-400: #5157fb;
171
+ --ina-indigo-500: #0911f6;
172
+ --ina-indigo-600: #0006b9;
173
+ --ina-indigo-700: #00046b;
174
+ --ina-indigo-800: #0a0c42;
175
+ --ina-indigo-900: #030630;
176
+
177
+ /* overlay */
178
+ --ina-overlay: #1f1f1f7a;
179
+ }
180
+ :root {
181
+ /* Font Sizes */
182
+ --ina-font-3xs: 0.5rem; /* 8px */
183
+ --ina-font-2xs: 0.625rem; /* 10px */
184
+ --ina-font-xs: 0.75rem; /* 12px */
185
+ --ina-font-sm: 0.875rem; /* 14px */
186
+ --ina-font-base: 1rem; /* 16px */
187
+ --ina-font-lg: 1.125rem; /* 18px */
188
+ --ina-font-xl: 1.25rem; /* 20px */
189
+ --ina-font-2xl: 1.5rem; /* 24px */
190
+ --ina-font-3xl: 1.875rem; /* 30px */
191
+ --ina-font-4xl: 2.25rem; /* 36px */
192
+
193
+ /* Line Heights */
194
+ --ina-line-height-xs: 1rem; /* 16px */
195
+ --ina-line-height-sm: 1.25rem; /* 20px */
196
+ --ina-line-height-base: 1.5rem; /* 24px */
197
+ --ina-line-height-lg: 1.75rem; /* 28px */
198
+ --ina-line-height-xl: 2rem; /* 32px */
199
+
200
+ /* Font Weights */
201
+ --ina-font-thin: 100;
202
+ --ina-font-extralight: 200;
203
+ --ina-font-light: 300;
204
+ --ina-font-normal: 400;
205
+ --ina-font-medium: 500;
206
+ --ina-font-semibold: 600;
207
+ --ina-font-bold: 700;
208
+ --ina-font-extrabold: 800;
209
+ --ina-font-black: 900;
210
+
211
+ /* Spacing */
212
+ --ina-spacing-1: 0.25rem; /* 4px */
213
+ --ina-spacing-2: 0.5rem; /* 8px */
214
+ --ina-spacing-3: 0.75rem; /* 12px */
215
+ --ina-spacing-3-5: 0.875rem; /* 14px */
216
+ --ina-spacing-4: 1rem; /* 16px */
217
+ --ina-spacing-5: 1.25rem; /* 20px */
218
+ --ina-spacing-6: 1.5rem; /* 24px */
219
+ --ina-spacing-8: 2rem; /* 32px */
220
+ --ina-spacing-10: 2.5rem; /* 40px */
221
+ --ina-spacing-12: 3rem; /* 48px */
222
+ --ina-spacing-16: 4rem; /* 64px */
223
+ --ina-spacing-20: 5rem; /* 80px */
224
+ --ina-spacing-24: 6rem; /* 96px */
225
+
226
+ /* Border Radius */
227
+ --ina-radius-sm: 0.125rem; /* 2px */
228
+ --ina-radius-base: 0.25rem; /* 4px */
229
+ --ina-radius-md: 0.375rem; /* 6px */
230
+ --ina-radius-lg: 0.5rem; /* 8px */
231
+ --ina-radius-xl: 0.75rem; /* 12px */
232
+ --ina-radius-2xl: 1rem; /* 16px */
233
+ --ina-radius-full: 9999px;
234
+
235
+ /* Shadows */
236
+ --ina-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
237
+ --ina-shadow-base: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
238
+ 0 1px 2px -1px rgba(0, 0, 0, 0.1);
239
+ --ina-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
240
+ 0 2px 4px -2px rgba(0, 0, 0, 0.1);
241
+ --ina-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
242
+ 0 4px 6px -4px rgba(0, 0, 0, 0.1);
243
+ --ina-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
244
+ 0 8px 10px -6px rgba(0, 0, 0, 0.1);
245
+
246
+ /* Transition */
247
+ --ina-transition-fast: 150ms ease-in-out;
248
+ --ina-transition-base: 200ms ease-in-out;
249
+ --ina-transition-slow: 300ms ease-in-out;
250
+
251
+ /* Breakpoints untuk responsive design */
252
+ --ina-breakpoint-sm: 640px;
253
+ --ina-breakpoint-md: 768px;
254
+ --ina-breakpoint-lg: 1024px;
255
+ --ina-breakpoint-xl: 1280px;
256
+ }
257
+ /* Import brand-specific theme files - MUST be at the top */
258
+ /* InaPas Theme - Passport & Immigration Services */
259
+ [data-brand='inapas'] {
260
+ /* Primary Colors - Red/Coral theme (Figma InaPas) */
261
+ --ina-primary-25: #fef2f2;
262
+ --ina-primary-50: #f9dcdc;
263
+ --ina-primary-100: #f9cdc7;
264
+ --ina-primary-200: #ffa194;
265
+ --ina-primary-300: #ff5f42;
266
+ --ina-primary-400: #e8422d;
267
+ --ina-primary-500: #cc1515;
268
+ --ina-primary-600: #a00000;
269
+ --ina-primary-700: #680000;
270
+ --ina-primary-800: #290404;
271
+ --ina-primary-900: #140202;
272
+ --ina-primary-primary: #cc1515;
273
+
274
+ /* Accent Colors - Green theme */
275
+ --ina-accent-100: #f6fef9 !important;
276
+ --ina-accent-200: #ecfef3 !important;
277
+ --ina-accent-300: #d1fadf !important;
278
+ --ina-accent-400: #a6f4c5 !important;
279
+ --ina-accent-500: #12b76a !important;
280
+ --ina-accent-600: #039855 !important;
281
+ --ina-accent-700: #027a48 !important;
282
+
283
+ /* Interactive Colors */
284
+ --ina-inapas-brand-hover: #155eef !important;
285
+ --ina-inapas-neutral-hover: #f9fafb !important;
286
+ }
287
+ /* InaGov Theme - Government Services */
288
+ [data-brand='inagov'] {
289
+ /* Primary Colors - Government Blue theme (Figma InaGov) */
290
+ --ina-primary-25: #f6f9ff;
291
+ --ina-primary-50: #eff5fd;
292
+ --ina-primary-100: #c0d7f9;
293
+ --ina-primary-200: #a1c4f5;
294
+ --ina-primary-300: #629cef;
295
+ --ina-primary-400: #196bcd;
296
+ --ina-primary-500: #0956c3;
297
+ --ina-primary-600: #0a489f;
298
+ --ina-primary-700: #083575;
299
+ --ina-primary-800: #022a5b;
300
+ --ina-primary-900: #041225;
301
+ --ina-primary-primary: #629cef;
302
+
303
+ /* Secondary Colors - Orange/Peach theme */
304
+ --ina-secondary-25: #ffffff;
305
+ --ina-secondary-50: #ffffff;
306
+ --ina-secondary-100: #ffffff;
307
+ --ina-secondary-200: #fff5ee;
308
+ --ina-secondary-300: #ffe8cc;
309
+ --ina-secondary-400: #ffd2a6;
310
+ --ina-secondary-500: #edb98a;
311
+ --ina-secondary-600: #d39663;
312
+ --ina-secondary-700: #cc1515;
313
+
314
+ /* Accent Colors - Orange theme (Legacy - kept for backward compatibility) */
315
+ --ina-accent-100: #ffffff !important;
316
+ --ina-accent-200: #fff5ee !important;
317
+ --ina-accent-300: #ffe8cc !important;
318
+ --ina-accent-400: #ffd2a6 !important;
319
+ --ina-accent-500: #edb98a !important;
320
+ --ina-accent-600: #d39663 !important;
321
+ --ina-accent-700: #cc1515 !important;
322
+
323
+ /* Interactive Colors */
324
+ --ina-brand-hover: #588cd7 !important;
325
+ --ina-neutral-hover: #edeff5 !important;
326
+ }
327
+ /* InaKu Theme - Citizen Services */
328
+ [data-brand='inaku'] {
329
+ /* Primary Colors - Citizen Dark Blue theme (Figma InaKu) */
330
+ --ina-primary-25: #e8f1fc;
331
+ --ina-primary-50: #d9e9f9;
332
+ --ina-primary-100: #abd1ff;
333
+ --ina-primary-200: #629cef;
334
+ --ina-primary-300: #3a78c1;
335
+ --ina-primary-400: #194472;
336
+ --ina-primary-500: #06264d;
337
+ --ina-primary-600: #041d35;
338
+ --ina-primary-700: #020f1f;
339
+ --ina-primary-800: #020b17;
340
+ --ina-primary-900: #01080f;
341
+ --ina-primary-primary: #06264d;
342
+
343
+ /* Accent Colors - Gray Blue theme */
344
+ --ina-accent-100: #ffffff !important;
345
+ --ina-accent-200: #6a7d94 !important;
346
+ --ina-accent-300: #06264d !important;
347
+ --ina-accent-400: #051c3a !important;
348
+ --ina-accent-500: #031327 !important;
349
+ --ina-accent-600: #000000 !important;
350
+ --ina-accent-700: #6a7d94 !important;
351
+
352
+ /* Interactive Colors */
353
+ --ina-inaku-brand-hover: #b81313 !important;
354
+ --ina-inaku-neutral-hover: #fafafa !important;
355
+ }
356
+ /* BGN Theme - Banking & Financial Services */
357
+ [data-brand='bgn'] {
358
+ /* Primary Colors - Navy Blue theme */
359
+ --ina-primary-50: #eff6ff;
360
+ --ina-primary-100: #dbeafe;
361
+ --ina-primary-200: #bfdbfe;
362
+ --ina-primary-300: #93c5fd;
363
+ --ina-primary-400: #60a5fa;
364
+ --ina-primary-500: #3b82f6;
365
+ --ina-primary-600: #2563eb;
366
+ --ina-primary-700: #1d4ed8;
367
+ --ina-primary-800: #1e40af;
368
+ --ina-primary-900: #1e3a8a;
369
+ --ina-primary-primary: #005494;
370
+
371
+ /* Brand-specific colors */
372
+ --ina-bgn-brand-primary: #005494 !important;
373
+ --ina-bgn-stroke-primary: #ededed !important;
374
+ --ina-background-tertiary: #f5f5f5 !important;
375
+
376
+ /* Sentiment colors */
377
+ --ina-sentiment-info-400: #528aff !important;
378
+ --ina-sentiment-info-500: #2871ff !important;
379
+ --ina-sentiment-positive-500: #12b76a !important;
380
+ --ina-sentiment-warning-500: #f79009 !important;
381
+
382
+ /* Accent colors */
383
+ --ina-accent-coral-orange: #ff7b5a !important;
384
+ --ina-accent-yellow: #ffcb00 !important;
385
+ }
386
+ /* BKN Theme - Badan Kepegawaian Negara */
387
+ [data-brand='bkn'] {
388
+ /* Primary Colors - Pink/Red theme */
389
+ --ina-primary-25: #fdf2f7;
390
+ --ina-primary-50: #fde6f1;
391
+ --ina-primary-100: #fdcde3;
392
+ --ina-primary-200: #fca5cb;
393
+ --ina-primary-300: #f96da7;
394
+ --ina-primary-400: #f24286;
395
+ --ina-primary-500: #de1d5e;
396
+ --ina-primary-600: #c41249;
397
+ --ina-primary-700: #a2123c;
398
+ --ina-primary-800: #871436;
399
+ --ina-primary-900: #53041a;
400
+ --ina-primary-primary: #de1d5e;
401
+
402
+ /* Secondary Colors - Blue theme */
403
+ --ina-secondary-25: #f2f9fd;
404
+ --ina-secondary-50: #e3f0fb;
405
+ --ina-secondary-100: #c1e3f6;
406
+ --ina-secondary-200: #8accef;
407
+ --ina-secondary-300: #4cb2e4;
408
+ --ina-secondary-400: #269dd8;
409
+ --ina-secondary-500: #177ab2;
410
+ --ina-secondary-600: #146190;
411
+ --ina-secondary-700: #145378;
412
+ --ina-secondary-800: #164564;
413
+ --ina-secondary-900: #0f2d42;
414
+
415
+ /* Interactive Colors */
416
+ --ina-bkn-brand-hover: #c41249 !important;
417
+ --ina-bkn-neutral-hover: #fafafa !important;
418
+ }
419
+ /* LAN Theme - Local Area Network */
420
+ [data-brand='lan'] {
421
+ /* Primary Colors - Blue theme */
422
+ --ina-primary-25: #f3f6fc;
423
+ --ina-primary-50: #e5edf9;
424
+ --ina-primary-100: #c6daf1;
425
+ --ina-primary-200: #94bde5;
426
+ --ina-primary-300: #5b9bd5;
427
+ --ina-primary-400: #3781c7;
428
+ --ina-primary-500: #2663a3;
429
+ --ina-primary-600: #1f4f85;
430
+ --ina-primary-700: #1e446e;
431
+ --ina-primary-800: #1e3a5c;
432
+ --ina-primary-900: #14263d;
433
+ --ina-primary-primary: #2663a3;
434
+
435
+ /* Secondary Colors - Yellow/Orange theme */
436
+ --ina-secondary-25: #fffdeb;
437
+ --ina-secondary-50: #fdf9c8;
438
+ --ina-secondary-100: #fbf38c;
439
+ --ina-secondary-200: #f9e650;
440
+ --ina-secondary-300: #f7d628;
441
+ --ina-secondary-400: #f2bd1d;
442
+ --ina-secondary-500: #d69009;
443
+ --ina-secondary-600: #b1670c;
444
+ --ina-secondary-700: #905110;
445
+ --ina-secondary-800: #764111;
446
+ --ina-secondary-900: #442204;
447
+
448
+ /* Accent Colors */
449
+ --ina-accent-red: #a40f0a;
450
+ --ina-accent-green: #1cbd19;
451
+ --ina-accent-blue: #0a35c0;
452
+ --ina-accent-orange: #f08519;
453
+
454
+ /* Interactive Colors */
455
+ --ina-lan-brand-hover: #1f4f85 !important;
456
+ --ina-lan-neutral-hover: #fafafa !important;
457
+ }
458
+ /* PAN-RB Theme*/
459
+ [data-brand='pan-rb'] {
460
+ /* Primary Colors - Red/Maroon theme */
461
+ --ina-primary-25: #fdf3f3;
462
+ --ina-primary-50: #fce4e4;
463
+ --ina-primary-100: #facecf;
464
+ --ina-primary-200: #f5acad;
465
+ --ina-primary-300: #ed7c7e;
466
+ --ina-primary-400: #e15254;
467
+ --ina-primary-500: #cd3537;
468
+ --ina-primary-600: #b42b2d;
469
+ --ina-primary-700: #8f2527;
470
+ --ina-primary-800: #772526;
471
+ --ina-primary-900: #400f10;
472
+ --ina-primary-primary: #b42b2d;
473
+
474
+ /* Secondary Colors - Grey/Purple-brown theme */
475
+ --ina-secondary-25: #f8f7f8;
476
+ --ina-secondary-50: #f0eeee;
477
+ --ina-secondary-100: #ded9da;
478
+ --ina-secondary-200: #c1b8bb;
479
+ --ina-secondary-300: #9f9196;
480
+ --ina-secondary-400: #847379;
481
+ --ina-secondary-500: #6c5d62;
482
+ --ina-secondary-600: #584c50;
483
+ --ina-secondary-700: #4b4144;
484
+ --ina-secondary-800: #41393b;
485
+ --ina-secondary-900: #231f20;
486
+
487
+ --ina-accent-yellow: #f2c548;
488
+ }
489
+ /* Base Colors - Light Mode (Default) */
490
+ :root,
491
+ [data-theme='light'] {
492
+ /* Base Colors */
493
+ --ina-white: var(--ina-neutral-25);
494
+ --ina-black: var(--ina-neutral-900);
495
+
496
+ /* Background Colors */
497
+ --ina-background-primary: var(--ina-neutral-25);
498
+ --ina-background-secondary: var(--ina-neutral-50);
499
+ --ina-background-tertiary: var(--ina-neutral-100);
500
+ --ina-background-overlay: var(--ina-overlay);
501
+
502
+ /* Content Colors */
503
+ --ina-content-primary: var(--ina-neutral-800);
504
+ --ina-content-secondary: var(--ina-neutral-600);
505
+ --ina-content-tertiary: var(--ina-neutral-400);
506
+ --ina-content-guide: var(--ina-blue-500);
507
+ --ina-content-negative: var(--ina-red-600);
508
+ --ina-content-positive: var(--ina-green-600);
509
+
510
+ /* Stroke Colors */
511
+ --ina-stroke-primary: var(--ina-neutral-200);
512
+ --ina-stroke-secondary: var(--ina-neutral-400);
513
+ --ina-stroke-tertiary: var(--ina-neutral-900);
514
+
515
+ /* Guide Colors */
516
+ --ina-guide-50: var(--ina-blue-50);
517
+ --ina-guide-100: var(--ina-blue-100);
518
+ --ina-guide-200: var(--ina-blue-200);
519
+ --ina-guide-300: var(--ina-blue-300);
520
+ --ina-guide-400: var(--ina-blue-400);
521
+ --ina-guide-500: var(--ina-blue-500);
522
+ --ina-guide-600: var(--ina-blue-600);
523
+ --ina-guide-700: var(--ina-blue-700);
524
+ --ina-guide-800: var(--ina-blue-800);
525
+ --ina-guide-900: var(--ina-blue-900);
526
+
527
+ /* Negative Colors */
528
+ --ina-negative-50: var(--ina-red-50);
529
+ --ina-negative-100: var(--ina-red-100);
530
+ --ina-negative-200: var(--ina-red-200);
531
+ --ina-negative-300: var(--ina-red-300);
532
+ --ina-negative-400: var(--ina-red-400);
533
+ --ina-negative-500: var(--ina-red-500);
534
+ --ina-negative-600: var(--ina-red-600);
535
+ --ina-negative-700: var(--ina-red-700);
536
+ --ina-negative-800: var(--ina-red-800);
537
+ --ina-negative-900: var(--ina-red-900);
538
+ --ina-sentiment-negative-50: var(--ina-red-50);
539
+ --ina-sentiment-negative-100: var(--ina-red-100);
540
+ --ina-sentiment-negative-200: var(--ina-red-200);
541
+ --ina-sentiment-negative-300: var(--ina-red-300);
542
+ --ina-sentiment-negative-400: var(--ina-red-400);
543
+ --ina-sentiment-negative-500: var(--ina-red-500);
544
+ --ina-sentiment-negative-600: var(--ina-red-600);
545
+ --ina-sentiment-negative-700: var(--ina-red-700);
546
+ --ina-sentiment-negative-800: var(--ina-red-800);
547
+ --ina-sentiment-negative-900: var(--ina-red-900);
548
+
549
+ /* Positive Colors */
550
+ --ina-positive-50: var(--ina-green-50);
551
+ --ina-positive-100: var(--ina-green-100);
552
+ --ina-positive-200: var(--ina-green-200);
553
+ --ina-positive-300: var(--ina-green-300);
554
+ --ina-positive-400: var(--ina-green-400);
555
+ --ina-positive-500: var(--ina-green-500);
556
+ --ina-positive-600: var(--ina-green-600);
557
+ --ina-positive-700: var(--ina-green-700);
558
+ --ina-positive-800: var(--ina-green-800);
559
+ --ina-positive-900: var(--ina-green-900);
560
+ --ina-sentiment-positive-50: var(--ina-green-50);
561
+ --ina-sentiment-positive-100: var(--ina-green-100);
562
+ --ina-sentiment-positive-200: var(--ina-green-200);
563
+ --ina-sentiment-positive-300: var(--ina-green-300);
564
+ --ina-sentiment-positive-400: var(--ina-green-400);
565
+ --ina-sentiment-positive-500: var(--ina-green-500);
566
+ --ina-sentiment-positive-600: var(--ina-green-600);
567
+ --ina-sentiment-positive-700: var(--ina-green-700);
568
+ --ina-sentiment-positive-800: var(--ina-green-800);
569
+
570
+ /* Warning Colors */
571
+ --ina-warning-50: var(--ina-orange-50);
572
+ --ina-warning-100: var(--ina-orange-100);
573
+ --ina-warning-200: var(--ina-orange-200);
574
+ --ina-warning-300: var(--ina-orange-300);
575
+ --ina-warning-400: var(--ina-orange-400);
576
+ --ina-warning-500: var(--ina-orange-500);
577
+ --ina-warning-600: var(--ina-orange-600);
578
+ --ina-warning-700: var(--ina-orange-700);
579
+ --ina-warning-800: var(--ina-orange-800);
580
+ --ina-warning-900: var(--ina-orange-900);
581
+ --ina-sentiment-warning-50: var(--ina-orange-50);
582
+ --ina-sentiment-warning-100: var(--ina-orange-100);
583
+ --ina-sentiment-warning-200: var(--ina-orange-200);
584
+ --ina-sentiment-warning-300: var(--ina-orange-300);
585
+ --ina-sentiment-warning-400: var(--ina-orange-400);
586
+ --ina-sentiment-warning-500: var(--ina-orange-500);
587
+ --ina-sentiment-warning-600: var(--ina-orange-600);
588
+ --ina-sentiment-warning-700: var(--ina-orange-700);
589
+ --ina-sentiment-warning-800: var(--ina-orange-800);
590
+ }
591
+ /* Base Colors - Dark Mode */
592
+ [data-theme='dark'] {
593
+ /* Base Colors */
594
+ --ina-white: var(--ina-neutral-900);
595
+ --ina-black: var(--ina-neutral-25);
596
+
597
+ /* Background Colors */
598
+ --ina-background-primary: var(--ina-neutral-900);
599
+ --ina-background-secondary: var(--ina-neutral-800);
600
+ --ina-background-tertiary: var(--ina-neutral-700);
601
+ --ina-background-overlay: var(--ina-overlay);
602
+
603
+ /* Content Colors */
604
+ --ina-content-primary: var(--ina-neutral-25);
605
+ --ina-content-secondary: var(--ina-neutral-400);
606
+ --ina-content-tertiary: var(--ina-neutral-500);
607
+ --ina-content-guide: var(--ina-blue-400);
608
+ --ina-content-negative: var(--ina-red-400);
609
+ --ina-content-positive: var(--ina-green-400);
610
+
611
+ /* Stroke Colors */
612
+ --ina-stroke-primary: var(--ina-neutral-700);
613
+ --ina-stroke-secondary: var(--ina-neutral-400);
614
+ --ina-stroke-tertiary: var(--ina-neutral-200);
615
+
616
+ /* Guide Colors */
617
+ --ina-guide-50: var(--ina-blue-50);
618
+ --ina-guide-100: var(--ina-blue-100);
619
+ --ina-guide-200: var(--ina-blue-200);
620
+ --ina-guide-300: var(--ina-blue-300);
621
+ --ina-guide-400: var(--ina-blue-400);
622
+ --ina-guide-500: var(--ina-blue-500);
623
+ --ina-guide-600: var(--ina-blue-600);
624
+ --ina-guide-700: var(--ina-blue-700);
625
+ --ina-guide-800: var(--ina-blue-800);
626
+ --ina-guide-900: var(--ina-blue-900);
627
+
628
+ /* Negative Colors */
629
+ --ina-negative-50: var(--ina-red-50);
630
+ --ina-negative-100: var(--ina-red-100);
631
+ --ina-negative-200: var(--ina-red-200);
632
+ --ina-negative-300: var(--ina-red-300);
633
+ --ina-negative-400: var(--ina-red-400);
634
+ --ina-negative-500: var(--ina-red-500);
635
+ --ina-negative-600: var(--ina-red-600);
636
+ --ina-negative-700: var(--ina-red-700);
637
+ --ina-negative-800: var(--ina-red-800);
638
+ --ina-negative-900: var(--ina-red-900);
639
+ --ina-sentiment-negative-50: var(--ina-red-50);
640
+ --ina-sentiment-negative-100: var(--ina-red-100);
641
+ --ina-sentiment-negative-200: var(--ina-red-200);
642
+ --ina-sentiment-negative-300: var(--ina-red-300);
643
+ --ina-sentiment-negative-400: var(--ina-red-400);
644
+ --ina-sentiment-negative-500: var(--ina-red-500);
645
+ --ina-sentiment-negative-600: var(--ina-red-600);
646
+ --ina-sentiment-negative-700: var(--ina-red-700);
647
+ --ina-sentiment-negative-800: var(--ina-red-800);
648
+ --ina-sentiment-negative-900: var(--ina-red-900);
649
+
650
+ /* Positive Colors */
651
+ --ina-positive-50: var(--ina-green-50);
652
+ --ina-positive-100: var(--ina-green-100);
653
+ --ina-positive-200: var(--ina-green-200);
654
+ --ina-positive-300: var(--ina-green-300);
655
+ --ina-positive-400: var(--ina-green-400);
656
+ --ina-positive-500: var(--ina-green-500);
657
+ --ina-positive-600: var(--ina-green-600);
658
+ --ina-positive-700: var(--ina-green-700);
659
+ --ina-positive-800: var(--ina-green-800);
660
+ --ina-positive-900: var(--ina-green-900);
661
+ --ina-sentiment-positive-50: var(--ina-green-50);
662
+ --ina-sentiment-positive-100: var(--ina-green-100);
663
+ --ina-sentiment-positive-200: var(--ina-green-200);
664
+ --ina-sentiment-positive-300: var(--ina-green-300);
665
+ --ina-sentiment-positive-400: var(--ina-green-400);
666
+ --ina-sentiment-positive-500: var(--ina-green-500);
667
+ --ina-sentiment-positive-600: var(--ina-green-600);
668
+ --ina-sentiment-positive-700: var(--ina-green-700);
669
+ --ina-sentiment-positive-800: var(--ina-green-800);
670
+
671
+ /* Warning Colors */
672
+ --ina-warning-50: var(--ina-orange-50);
673
+ --ina-warning-100: var(--ina-orange-100);
674
+ --ina-warning-200: var(--ina-orange-200);
675
+ --ina-warning-300: var(--ina-orange-300);
676
+ --ina-warning-400: var(--ina-orange-400);
677
+ --ina-warning-500: var(--ina-orange-500);
678
+ --ina-warning-600: var(--ina-orange-600);
679
+ --ina-warning-700: var(--ina-orange-700);
680
+ --ina-warning-800: var(--ina-orange-800);
681
+ --ina-warning-900: var(--ina-orange-900);
682
+ --ina-sentiment-warning-50: var(--ina-orange-50);
683
+ --ina-sentiment-warning-100: var(--ina-orange-100);
684
+ --ina-sentiment-warning-200: var(--ina-orange-200);
685
+ --ina-sentiment-warning-300: var(--ina-orange-300);
686
+ --ina-sentiment-warning-400: var(--ina-orange-400);
687
+ --ina-sentiment-warning-500: var(--ina-orange-500);
688
+ --ina-sentiment-warning-600: var(--ina-orange-600);
689
+ --ina-sentiment-warning-700: var(--ina-orange-700);
690
+ --ina-sentiment-warning-800: var(--ina-orange-800);
691
+ --ina-sentiment-warning-900: var(--ina-orange-900);
692
+ }
693
+ /* =========================== */
694
+ /* CSS RESET & BASE STYLES */
695
+ /* =========================== */
696
+ /* Import Google Fonts - Inter */
697
+ /* =========================== */
698
+ /* CSS RESET RULES */
699
+ /* =========================== */
700
+ /* Box sizing rules */
701
+ *,
702
+ *::before,
703
+ *::after {
704
+ box-sizing: border-box;
705
+ }
706
+ /* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
707
+ ul[role='list'],
708
+ ol[role='list'] {
709
+ list-style: none;
710
+ }
711
+ /* Set core root defaults */
712
+ html:focus-within {
713
+ scroll-behavior: smooth;
714
+ }
715
+ /* Set core body defaults */
716
+ body {
717
+ min-height: 100vh;
718
+ text-rendering: optimizeSpeed;
719
+ line-height: 1.5;
720
+ font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
721
+ 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
722
+ sans-serif;
723
+ -webkit-font-smoothing: antialiased;
724
+ -moz-osx-font-smoothing: grayscale;
725
+ }
726
+ /* A elements that don't have a class get default styles */
727
+ a:not([class]) {
728
+ -webkit-text-decoration-skip: ink;
729
+ text-decoration-skip-ink: auto;
730
+ }
731
+ /* Make images easier to work with */
732
+ img,
733
+ picture {
734
+ max-width: 100%;
735
+ display: block;
736
+ }
737
+ /* Inherit fonts for inputs and buttons */
738
+ input,
739
+ button,
740
+ textarea,
741
+ select {
742
+ font: inherit;
743
+ }
744
+ /* Remove default styling from form elements */
745
+ input,
746
+ textarea,
747
+ select {
748
+ /* border: none; */
749
+ outline: none;
750
+ padding: 0;
751
+ margin: 0;
752
+ box-shadow: none;
753
+ -webkit-appearance: none;
754
+ -moz-appearance: none;
755
+ appearance: none;
756
+ }
757
+ /* Remove default focus styles */
758
+ input:focus,
759
+ textarea:focus,
760
+ select:focus,
761
+ button:focus {
762
+ outline: none;
763
+ box-shadow: none;
764
+ }
765
+ /* Remove default border and background from specific input types */
766
+ input[type='text'],
767
+ input[type='email'],
768
+ input[type='password'],
769
+ input[type='search'],
770
+ input[type='tel'],
771
+ input[type='url'],
772
+ input[type='number'],
773
+ input[type='date'],
774
+ input[type='time'],
775
+ input[type='datetime-local'],
776
+ input[type='month'],
777
+ input[type='week'] {
778
+ /* border: none; */
779
+ outline: none;
780
+ background: transparent;
781
+ -webkit-appearance: none;
782
+ -moz-appearance: none;
783
+ appearance: none;
784
+ }
785
+ /* Remove default styling from textarea */
786
+ textarea {
787
+ /* border: none; */
788
+ outline: none;
789
+ background: transparent;
790
+ resize: vertical;
791
+ -webkit-appearance: none;
792
+ -moz-appearance: none;
793
+ appearance: none;
794
+ }
795
+ /* Remove default styling from select */
796
+ select {
797
+ /* border: none; */
798
+ outline: none;
799
+ background: transparent;
800
+ -webkit-appearance: none;
801
+ -moz-appearance: none;
802
+ appearance: none;
803
+ background-image: none;
804
+ }
805
+ /* Remove default button styling */
806
+ button {
807
+ /* border: none;
808
+ outline: none; */
809
+ cursor: pointer;
810
+ -webkit-appearance: none;
811
+ -moz-appearance: none;
812
+ appearance: none;
813
+ }
814
+ /* Remove default styling from file inputs */
815
+ input[type='file'] {
816
+ /* border: none; */
817
+ outline: none;
818
+ background: transparent;
819
+ -webkit-appearance: none;
820
+ -moz-appearance: none;
821
+ appearance: none;
822
+ }
823
+ /* Remove default styling from range inputs */
824
+ input[type='range'] {
825
+ /* border: none; */
826
+ outline: none;
827
+ background: transparent;
828
+ -webkit-appearance: none;
829
+ -moz-appearance: none;
830
+ appearance: none;
831
+ }
832
+ /* Remove default styling from color inputs */
833
+ input[type='color'] {
834
+ /* border: none; */
835
+ outline: none;
836
+ background: transparent;
837
+ -webkit-appearance: none;
838
+ -moz-appearance: none;
839
+ appearance: none;
840
+ }
841
+ /* Remove default styling from checkbox and radio */
842
+ /* input[type='checkbox'],
843
+ input[type='radio'] {
844
+ border: none;
845
+ outline: none;
846
+ background: transparent;
847
+ -webkit-appearance: none;
848
+ -moz-appearance: none;
849
+ appearance: none;
850
+ box-shadow: none;
851
+ } */
852
+ /* Remove default styling from submit and reset buttons */
853
+ /* input[type='submit'],
854
+ input[type='reset'],
855
+ input[type='button'] {
856
+ border: none;
857
+ outline: none;
858
+ background: transparent;
859
+ cursor: pointer;
860
+ -webkit-appearance: none;
861
+ -moz-appearance: none;
862
+ appearance: none;
863
+ } */
864
+ /* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
865
+ @media (prefers-reduced-motion: reduce) {
866
+ html:focus-within {
867
+ scroll-behavior: auto;
868
+ }
869
+
870
+ *,
871
+ *::before,
872
+ *::after {
873
+ animation-duration: 0.01ms !important;
874
+ animation-iteration-count: 1 !important;
875
+ transition-duration: 0.01ms !important;
876
+ scroll-behavior: auto !important;
877
+ }
878
+ }
879
+ /* =========================== */
880
+ /* FORM ELEMENTS RESET */
881
+ /* =========================== */
882
+ /* Additional form element resets */
883
+ optgroup {
884
+ font-family: inherit;
885
+ font-size: 100%;
886
+ line-height: 1.15;
887
+ margin: 0;
888
+ }
889
+ button,
890
+ [type='button'],
891
+ [type='reset'],
892
+ [type='submit'] {
893
+ -webkit-appearance: button;
894
+ -moz-appearance: button;
895
+ appearance: button;
896
+ }
897
+ button::-moz-focus-inner,
898
+ [type='button']::-moz-focus-inner,
899
+ [type='reset']::-moz-focus-inner,
900
+ [type='submit']::-moz-focus-inner {
901
+ border-style: none;
902
+ padding: 0;
903
+ }
904
+ button:-moz-focusring,
905
+ [type='button']:-moz-focusring,
906
+ [type='reset']:-moz-focusring,
907
+ [type='submit']:-moz-focusring {
908
+ outline: 1px dotted ButtonText;
909
+ }
910
+ fieldset {
911
+ padding: 0.35em 0.75em 0.625em;
912
+ }
913
+ legend {
914
+ box-sizing: border-box;
915
+ color: inherit;
916
+ display: table;
917
+ max-width: 100%;
918
+ padding: 0;
919
+ white-space: normal;
920
+ }
921
+ progress {
922
+ vertical-align: baseline;
923
+ }
924
+ /* textarea overflow handled above */
925
+ [type='checkbox'],
926
+ [type='radio'] {
927
+ box-sizing: border-box;
928
+ padding: 0;
929
+ }
930
+ [type='number']::-webkit-inner-spin-button,
931
+ [type='number']::-webkit-outer-spin-button {
932
+ height: auto;
933
+ }
934
+ [type='search'] {
935
+ -webkit-appearance: textfield;
936
+ -moz-appearance: textfield;
937
+ appearance: textfield;
938
+ outline-offset: -2px;
939
+ }
940
+ [type='search']::-webkit-search-decoration {
941
+ -webkit-appearance: none;
942
+ appearance: none;
943
+ }
944
+ ::-webkit-file-upload-button {
945
+ -webkit-appearance: button;
946
+ appearance: button;
947
+ font: inherit;
948
+ }
949
+ /* =========================== */
950
+ /* MEDIA ELEMENTS RESET */
951
+ /* =========================== */
952
+ /* Reset media elements */
953
+ /* img,
954
+ svg,
955
+ video,
956
+ canvas,
957
+ audio,
958
+ iframe,
959
+ embed,
960
+ object {
961
+ display: block;
962
+ max-width: 100%;
963
+ } */
964
+ /* =========================== */
965
+ /* TABLE RESET */
966
+ /* =========================== */
967
+ /* Reset tables */
968
+ table {
969
+ text-indent: 0;
970
+ border-color: inherit;
971
+ border-collapse: collapse;
972
+ border-spacing: 0;
973
+ width: 100%;
974
+ }
975
+ /* thead,
976
+ tbody,
977
+ tfoot,
978
+ tr,
979
+ td,
980
+ th {
981
+ border-color: inherit;
982
+ border-style: solid;
983
+ border-width: 0;
984
+ } */
985
+ /* th,
986
+ td {
987
+ padding: 0;
988
+ text-align: left;
989
+ vertical-align: top;
990
+ } */
991
+ /* th {
992
+ font-weight: 600;
993
+ } */
994
+ /* =========================== */
995
+ /* MISCELLANEOUS RESET */
996
+ /* =========================== */
997
+ /* Reset pagination and navigation */
998
+ nav {
999
+ display: block;
1000
+ }
1001
+ /* Reset semantic elements */
1002
+ section,
1003
+ article,
1004
+ aside,
1005
+ header,
1006
+ footer,
1007
+ main,
1008
+ figure,
1009
+ address,
1010
+ cite,
1011
+ mark,
1012
+ small,
1013
+ sub,
1014
+ sup,
1015
+ code,
1016
+ kbd,
1017
+ samp,
1018
+ abbr,
1019
+ del,
1020
+ ins,
1021
+ dfn {
1022
+ display: block;
1023
+ }
1024
+ /* Reset text elements */
1025
+ small {
1026
+ font-size: 80%;
1027
+ }
1028
+ sub,
1029
+ sup {
1030
+ font-size: 75%;
1031
+ line-height: 0;
1032
+ position: relative;
1033
+ vertical-align: baseline;
1034
+ }
1035
+ sub {
1036
+ bottom: -0.25em;
1037
+ }
1038
+ sup {
1039
+ top: -0.5em;
1040
+ }
1041
+ /* Reset code elements */
1042
+ code,
1043
+ kbd,
1044
+ samp {
1045
+ font-family: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas,
1046
+ 'Courier New', monospace;
1047
+ font-size: 1em;
1048
+ }
1049
+ /* Reset abbreviation */
1050
+ abbr[title] {
1051
+ border-bottom: none;
1052
+ text-decoration: underline;
1053
+ -webkit-text-decoration: underline dotted;
1054
+ text-decoration: underline dotted;
1055
+ }
1056
+ /* Reset mark */
1057
+ mark {
1058
+ background-color: #ff0;
1059
+ color: #000;
1060
+ }
1061
+ /* Reset del and ins */
1062
+ del {
1063
+ text-decoration: line-through;
1064
+ }
1065
+ ins {
1066
+ text-decoration: underline;
1067
+ }
1068
+ /* Reset dfn */
1069
+ dfn {
1070
+ font-style: italic;
1071
+ }