@w-iris/react 0.1.1

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 (102) hide show
  1. package/dist/admin/AdminAuth.d.ts +70 -0
  2. package/dist/admin/AdminAuth.d.ts.map +1 -0
  3. package/dist/admin/AdminAuth.js +105 -0
  4. package/dist/admin/AdminAuth.js.map +1 -0
  5. package/dist/admin/AdminNavigation.d.ts +27 -0
  6. package/dist/admin/AdminNavigation.d.ts.map +1 -0
  7. package/dist/admin/AdminNavigation.js +31 -0
  8. package/dist/admin/AdminNavigation.js.map +1 -0
  9. package/dist/admin/AdminUser.d.ts +40 -0
  10. package/dist/admin/AdminUser.d.ts.map +1 -0
  11. package/dist/admin/AdminUser.js +41 -0
  12. package/dist/admin/AdminUser.js.map +1 -0
  13. package/dist/admin/index.d.ts +4 -0
  14. package/dist/admin/index.d.ts.map +1 -0
  15. package/dist/admin/index.js +20 -0
  16. package/dist/admin/index.js.map +1 -0
  17. package/dist/feedback/EmptyState.d.ts +11 -0
  18. package/dist/feedback/EmptyState.d.ts.map +1 -0
  19. package/dist/feedback/EmptyState.js +10 -0
  20. package/dist/feedback/EmptyState.js.map +1 -0
  21. package/dist/forms/Select.d.ts +18 -0
  22. package/dist/forms/Select.d.ts.map +1 -0
  23. package/dist/forms/Select.js +12 -0
  24. package/dist/forms/Select.js.map +1 -0
  25. package/dist/forms/TextInput.d.ts +12 -0
  26. package/dist/forms/TextInput.d.ts.map +1 -0
  27. package/dist/forms/TextInput.js +13 -0
  28. package/dist/forms/TextInput.js.map +1 -0
  29. package/dist/forms/Textarea.d.ts +12 -0
  30. package/dist/forms/Textarea.d.ts.map +1 -0
  31. package/dist/forms/Textarea.js +13 -0
  32. package/dist/forms/Textarea.js.map +1 -0
  33. package/dist/foundation/Avatar.d.ts +8 -0
  34. package/dist/foundation/Avatar.d.ts.map +1 -0
  35. package/dist/foundation/Avatar.js +15 -0
  36. package/dist/foundation/Avatar.js.map +1 -0
  37. package/dist/foundation/Badge.d.ts +8 -0
  38. package/dist/foundation/Badge.d.ts.map +1 -0
  39. package/dist/foundation/Badge.js +9 -0
  40. package/dist/foundation/Badge.js.map +1 -0
  41. package/dist/foundation/Button.d.ts +18 -0
  42. package/dist/foundation/Button.d.ts.map +1 -0
  43. package/dist/foundation/Button.js +11 -0
  44. package/dist/foundation/Button.js.map +1 -0
  45. package/dist/foundation/Card.d.ts +4 -0
  46. package/dist/foundation/Card.d.ts.map +1 -0
  47. package/dist/foundation/Card.js +9 -0
  48. package/dist/foundation/Card.js.map +1 -0
  49. package/dist/foundation/IconButton.d.ts +15 -0
  50. package/dist/foundation/IconButton.d.ts.map +1 -0
  51. package/dist/foundation/IconButton.js +11 -0
  52. package/dist/foundation/IconButton.js.map +1 -0
  53. package/dist/foundation/Spinner.d.ts +7 -0
  54. package/dist/foundation/Spinner.d.ts.map +1 -0
  55. package/dist/foundation/Spinner.js +9 -0
  56. package/dist/foundation/Spinner.js.map +1 -0
  57. package/dist/index.d.ts +21 -0
  58. package/dist/index.d.ts.map +1 -0
  59. package/dist/index.js +37 -0
  60. package/dist/index.js.map +1 -0
  61. package/dist/layout/AppShell.d.ts +8 -0
  62. package/dist/layout/AppShell.d.ts.map +1 -0
  63. package/dist/layout/AppShell.js +8 -0
  64. package/dist/layout/AppShell.js.map +1 -0
  65. package/dist/layout/PageHeader.d.ts +9 -0
  66. package/dist/layout/PageHeader.d.ts.map +1 -0
  67. package/dist/layout/PageHeader.js +8 -0
  68. package/dist/layout/PageHeader.js.map +1 -0
  69. package/dist/layout/Sidebar.d.ts +14 -0
  70. package/dist/layout/Sidebar.d.ts.map +1 -0
  71. package/dist/layout/Sidebar.js +13 -0
  72. package/dist/layout/Sidebar.js.map +1 -0
  73. package/dist/layout/Topbar.d.ts +8 -0
  74. package/dist/layout/Topbar.d.ts.map +1 -0
  75. package/dist/layout/Topbar.js +8 -0
  76. package/dist/layout/Topbar.js.map +1 -0
  77. package/dist/overlay/ConfirmDialog.d.ts +12 -0
  78. package/dist/overlay/ConfirmDialog.d.ts.map +1 -0
  79. package/dist/overlay/ConfirmDialog.js +11 -0
  80. package/dist/overlay/ConfirmDialog.js.map +1 -0
  81. package/dist/overlay/Dialog.d.ts +10 -0
  82. package/dist/overlay/Dialog.d.ts.map +1 -0
  83. package/dist/overlay/Dialog.js +12 -0
  84. package/dist/overlay/Dialog.js.map +1 -0
  85. package/dist/presets/mixiAdmin.d.ts +30 -0
  86. package/dist/presets/mixiAdmin.d.ts.map +1 -0
  87. package/dist/presets/mixiAdmin.js +117 -0
  88. package/dist/presets/mixiAdmin.js.map +1 -0
  89. package/dist/prime/PrimeComponents.d.ts +195 -0
  90. package/dist/prime/PrimeComponents.d.ts.map +1 -0
  91. package/dist/prime/PrimeComponents.js +199 -0
  92. package/dist/prime/PrimeComponents.js.map +1 -0
  93. package/dist/prime/PrimeProvider.d.ts +7 -0
  94. package/dist/prime/PrimeProvider.d.ts.map +1 -0
  95. package/dist/prime/PrimeProvider.js +10 -0
  96. package/dist/prime/PrimeProvider.js.map +1 -0
  97. package/dist/utils.d.ts +2 -0
  98. package/dist/utils.d.ts.map +1 -0
  99. package/dist/utils.js +7 -0
  100. package/dist/utils.js.map +1 -0
  101. package/package.json +32 -0
  102. package/styles.css +1953 -0
package/styles.css ADDED
@@ -0,0 +1,1953 @@
1
+ .wi-button,
2
+ .wi-icon-button {
3
+ display: inline-flex;
4
+ align-items: center;
5
+ justify-content: center;
6
+ gap: 0.5rem;
7
+ border: 1px solid transparent;
8
+ border-radius: var(--wi-radius-md);
9
+ font-weight: 500;
10
+ line-height: 1;
11
+ cursor: pointer;
12
+ transition:
13
+ background var(--wi-motion-fast) ease,
14
+ border-color var(--wi-motion-fast) ease,
15
+ color var(--wi-motion-fast) ease,
16
+ opacity var(--wi-motion-fast) ease;
17
+ }
18
+
19
+ .wi-button:focus-visible,
20
+ .wi-icon-button:focus-visible,
21
+ .wi-input:focus-visible {
22
+ outline: 3px solid var(--wi-color-focus);
23
+ outline-offset: 2px;
24
+ }
25
+
26
+ .wi-button:disabled,
27
+ .wi-icon-button:disabled {
28
+ cursor: not-allowed;
29
+ opacity: 0.6;
30
+ }
31
+
32
+ .wi-button--sm {
33
+ min-height: 2.25rem;
34
+ padding: 0 0.75rem;
35
+ font-size: 0.875rem;
36
+ }
37
+
38
+ .wi-button--md {
39
+ min-height: 2.75rem;
40
+ padding: 0 1rem;
41
+ font-size: 0.95rem;
42
+ }
43
+
44
+ .wi-button--lg {
45
+ min-height: 3.25rem;
46
+ padding: 0 1.25rem;
47
+ font-size: 1rem;
48
+ }
49
+
50
+ .wi-button--primary {
51
+ background: var(--wi-color-primary);
52
+ border-color: var(--wi-color-primary);
53
+ color: #ffffff;
54
+ }
55
+
56
+ .wi-button--primary:hover:not(:disabled) {
57
+ background: var(--wi-color-primary-hover);
58
+ border-color: var(--wi-color-primary-hover);
59
+ }
60
+
61
+ .wi-button--secondary {
62
+ background: var(--wi-color-surface);
63
+ border-color: var(--wi-color-border);
64
+ color: var(--wi-color-text);
65
+ }
66
+
67
+ .wi-button--ghost {
68
+ background: transparent;
69
+ color: var(--wi-color-primary);
70
+ }
71
+
72
+ .wi-button--ghost:hover:not(:disabled),
73
+ .wi-icon-button:hover:not(:disabled) {
74
+ background: rgba(37, 99, 235, 0.08);
75
+ }
76
+
77
+ .wi-button--danger {
78
+ background: var(--wi-color-danger);
79
+ border-color: var(--wi-color-danger);
80
+ color: #ffffff;
81
+ }
82
+
83
+ .wi-button__spinner {
84
+ width: 1rem;
85
+ height: 1rem;
86
+ }
87
+
88
+ .wi-icon-button {
89
+ width: 2.5rem;
90
+ height: 2.5rem;
91
+ background: transparent;
92
+ color: var(--wi-color-primary);
93
+ }
94
+
95
+ .wi-spinner {
96
+ display: inline-block;
97
+ width: 1.25rem;
98
+ height: 1.25rem;
99
+ border: 2px solid currentColor;
100
+ border-right-color: transparent;
101
+ border-radius: 999px;
102
+ animation: wi-spin 0.75s linear infinite;
103
+ }
104
+
105
+ .wi-spinner--sm {
106
+ width: 1rem;
107
+ height: 1rem;
108
+ }
109
+
110
+ .wi-spinner--lg {
111
+ width: 2rem;
112
+ height: 2rem;
113
+ }
114
+
115
+ @keyframes wi-spin {
116
+ to {
117
+ transform: rotate(360deg);
118
+ }
119
+ }
120
+
121
+ .wi-badge {
122
+ display: inline-flex;
123
+ align-items: center;
124
+ min-height: 1.5rem;
125
+ padding: 0.25rem 0.6rem;
126
+ border-radius: var(--wi-radius-full);
127
+ border: 1px solid var(--wi-color-border);
128
+ background: var(--wi-color-surface);
129
+ color: var(--wi-color-muted);
130
+ font-size: 0.8rem;
131
+ font-weight: 500;
132
+ }
133
+
134
+ .wi-badge--primary {
135
+ background: rgba(37, 99, 235, 0.1);
136
+ color: var(--wi-color-primary);
137
+ }
138
+
139
+ .wi-badge--success {
140
+ background: rgba(22, 163, 74, 0.1);
141
+ color: var(--wi-color-success);
142
+ }
143
+
144
+ .wi-badge--warning {
145
+ background: rgba(245, 158, 11, 0.12);
146
+ color: #92400e;
147
+ }
148
+
149
+ .wi-badge--danger {
150
+ background: rgba(220, 38, 38, 0.1);
151
+ color: var(--wi-color-danger);
152
+ }
153
+
154
+ .wi-card {
155
+ border: 0;
156
+ border-radius: var(--wi-radius-lg);
157
+ background: var(--wi-color-surface);
158
+ box-shadow: var(--wi-shadow-sm);
159
+ }
160
+
161
+ .wi-avatar {
162
+ display: inline-grid;
163
+ place-items: center;
164
+ overflow: hidden;
165
+ border-radius: var(--wi-radius-full);
166
+ background: rgba(37, 99, 235, 0.12);
167
+ color: var(--wi-color-primary);
168
+ font-weight: 500;
169
+ }
170
+
171
+ .wi-avatar img {
172
+ width: 100%;
173
+ height: 100%;
174
+ object-fit: cover;
175
+ }
176
+
177
+ .wi-avatar--sm {
178
+ width: 2rem;
179
+ height: 2rem;
180
+ font-size: 0.75rem;
181
+ }
182
+
183
+ .wi-avatar--md {
184
+ width: 2.5rem;
185
+ height: 2.5rem;
186
+ }
187
+
188
+ .wi-avatar--lg {
189
+ width: 3.25rem;
190
+ height: 3.25rem;
191
+ font-size: 1.1rem;
192
+ }
193
+
194
+ .wi-field {
195
+ display: grid;
196
+ gap: 0.4rem;
197
+ }
198
+
199
+ .wi-field__label {
200
+ color: var(--wi-color-text);
201
+ font-size: 0.88rem;
202
+ font-weight: 500;
203
+ }
204
+
205
+ .wi-input {
206
+ width: 100%;
207
+ min-height: 2.75rem;
208
+ padding: 0 0.85rem;
209
+ border: 1px solid var(--wi-color-border-strong);
210
+ border-radius: var(--wi-radius-md);
211
+ background: var(--wi-color-surface);
212
+ color: var(--wi-color-text);
213
+ }
214
+
215
+ .wi-input--error {
216
+ border-color: var(--wi-color-danger);
217
+ }
218
+
219
+ .wi-textarea {
220
+ min-height: 7rem;
221
+ padding-top: 0.75rem;
222
+ resize: vertical;
223
+ }
224
+
225
+ .wi-field__helper,
226
+ .wi-field__error {
227
+ font-size: 0.82rem;
228
+ }
229
+
230
+ .wi-field__helper {
231
+ color: var(--wi-color-muted);
232
+ }
233
+
234
+ .wi-field__error {
235
+ color: var(--wi-color-danger);
236
+ }
237
+
238
+ .wi-empty-state {
239
+ display: grid;
240
+ place-items: center;
241
+ gap: 0.55rem;
242
+ min-height: 12rem;
243
+ padding: 1.5rem;
244
+ color: var(--wi-color-muted);
245
+ text-align: center;
246
+ }
247
+
248
+ .wi-empty-state strong {
249
+ color: var(--wi-color-text);
250
+ font-size: 1.05rem;
251
+ }
252
+
253
+ .wi-empty-state p {
254
+ margin: 0;
255
+ }
256
+
257
+ .wi-empty-state__icon {
258
+ display: grid;
259
+ place-items: center;
260
+ width: 3rem;
261
+ height: 3rem;
262
+ border-radius: var(--wi-radius-full);
263
+ background: rgba(37, 99, 235, 0.1);
264
+ color: var(--wi-color-primary);
265
+ }
266
+
267
+ .wi-app-shell {
268
+ min-height: 100vh;
269
+ background: var(--wi-color-page);
270
+ }
271
+
272
+ .wi-app-shell__sidebar {
273
+ position: fixed;
274
+ z-index: 996;
275
+ top: 7rem;
276
+ left: 2rem;
277
+ width: 300px;
278
+ height: calc(100vh - 9rem);
279
+ overflow-y: auto;
280
+ border: 0;
281
+ border-radius: var(--wi-radius-lg);
282
+ background: var(--wi-color-surface);
283
+ box-shadow: var(--wi-shadow-sm);
284
+ }
285
+
286
+ .wi-app-shell__workspace {
287
+ min-width: 0;
288
+ display: flex;
289
+ flex-direction: column;
290
+ }
291
+
292
+ .wi-app-shell__topbar {
293
+ position: fixed;
294
+ z-index: 997;
295
+ inset: 0 0 auto 0;
296
+ height: 5rem;
297
+ border-bottom: 0;
298
+ background: var(--wi-color-surface);
299
+ box-shadow: var(--wi-shadow-sm);
300
+ }
301
+
302
+ .wi-app-shell__main {
303
+ min-width: 0;
304
+ flex: 1;
305
+ padding: 7rem 2rem 2rem 22rem;
306
+ }
307
+
308
+ .wi-sidebar {
309
+ display: flex;
310
+ flex-direction: column;
311
+ gap: 1rem;
312
+ padding: 0.5rem 1.5rem 1.5rem;
313
+ }
314
+
315
+ .wi-sidebar__brand {
316
+ display: flex;
317
+ align-items: center;
318
+ gap: 0.75rem;
319
+ min-height: 4rem;
320
+ color: var(--wi-color-heading);
321
+ font-size: 1.4rem;
322
+ font-weight: 500;
323
+ }
324
+
325
+ .wi-sidebar__brand::before {
326
+ content: "";
327
+ width: 2rem;
328
+ height: 2rem;
329
+ border-radius: 0.65rem;
330
+ background:
331
+ linear-gradient(135deg, rgba(59, 130, 246, 0.95), rgba(34, 197, 94, 0.85)),
332
+ var(--wi-color-primary);
333
+ box-shadow: 0 8px 18px rgba(59, 130, 246, 0.22);
334
+ }
335
+
336
+ .wi-sidebar__items {
337
+ display: grid;
338
+ gap: 0.35rem;
339
+ }
340
+
341
+ .wi-sidebar__item {
342
+ display: flex;
343
+ align-items: center;
344
+ gap: 0.75rem;
345
+ width: 100%;
346
+ min-height: 2.85rem;
347
+ padding: 0 1rem;
348
+ border: 0;
349
+ border-radius: var(--wi-radius-md);
350
+ background: transparent;
351
+ color: var(--wi-color-text);
352
+ font-weight: 400;
353
+ text-align: left;
354
+ cursor: pointer;
355
+ }
356
+
357
+ .wi-sidebar__item:hover,
358
+ .wi-sidebar__item.is-active {
359
+ background: #f6f9ff;
360
+ color: var(--wi-color-primary);
361
+ }
362
+
363
+ .wi-sidebar__item.is-active {
364
+ font-weight: 500;
365
+ }
366
+
367
+ .wi-topbar {
368
+ min-height: 5rem;
369
+ display: flex;
370
+ align-items: center;
371
+ gap: 1rem;
372
+ padding: 0 2rem;
373
+ }
374
+
375
+ .wi-topbar__title {
376
+ min-width: 0;
377
+ flex: 1;
378
+ color: var(--wi-color-heading);
379
+ font-size: 1.35rem;
380
+ font-weight: 500;
381
+ }
382
+
383
+ .wi-topbar__actions {
384
+ display: flex;
385
+ align-items: center;
386
+ gap: 0.6rem;
387
+ }
388
+
389
+ .wi-page-header {
390
+ display: flex;
391
+ align-items: flex-start;
392
+ justify-content: space-between;
393
+ gap: 1rem;
394
+ margin: 0 0 1.5rem;
395
+ }
396
+
397
+ .wi-page-header__eyebrow {
398
+ margin-bottom: 0.35rem;
399
+ color: var(--wi-color-primary);
400
+ font-size: 0.75rem;
401
+ font-weight: 500;
402
+ letter-spacing: 0.08em;
403
+ text-transform: uppercase;
404
+ }
405
+
406
+ .wi-page-header h1 {
407
+ margin: 0;
408
+ color: var(--wi-color-heading);
409
+ font-size: 1.75rem;
410
+ line-height: 1.1;
411
+ font-weight: 500;
412
+ }
413
+
414
+ .wi-page-header p {
415
+ max-width: 44rem;
416
+ margin: 0.5rem 0 0;
417
+ color: var(--wi-color-muted);
418
+ line-height: 1.55;
419
+ }
420
+
421
+ .wi-page-header__actions {
422
+ display: flex;
423
+ gap: 0.75rem;
424
+ }
425
+
426
+ .wi-dialog-backdrop {
427
+ position: fixed;
428
+ inset: 0;
429
+ z-index: 1000;
430
+ display: grid;
431
+ place-items: center;
432
+ padding: 1rem;
433
+ background: rgba(15, 23, 42, 0.45);
434
+ }
435
+
436
+ .wi-dialog {
437
+ width: min(100%, 36rem);
438
+ border-radius: var(--wi-radius-lg);
439
+ background: var(--wi-color-surface);
440
+ box-shadow: var(--wi-shadow-md);
441
+ }
442
+
443
+ .wi-dialog__header,
444
+ .wi-dialog__footer {
445
+ display: flex;
446
+ align-items: center;
447
+ justify-content: space-between;
448
+ gap: 1rem;
449
+ padding: 1rem;
450
+ border-bottom: 1px solid var(--wi-color-border);
451
+ }
452
+
453
+ .wi-dialog__footer {
454
+ justify-content: flex-end;
455
+ border-top: 1px solid var(--wi-color-border);
456
+ border-bottom: 0;
457
+ }
458
+
459
+ .wi-dialog__header h2 {
460
+ margin: 0;
461
+ font-size: 1.15rem;
462
+ }
463
+
464
+ .wi-dialog__body {
465
+ padding: 1rem;
466
+ }
467
+
468
+ .wi-dialog__description {
469
+ margin: 0;
470
+ color: var(--wi-color-muted);
471
+ line-height: 1.55;
472
+ }
473
+
474
+ .wi-loading-state {
475
+ display: grid;
476
+ gap: 0.75rem;
477
+ padding: 1rem;
478
+ }
479
+
480
+ .wi-loading-state span {
481
+ color: var(--wi-color-muted);
482
+ font-weight: 500;
483
+ }
484
+
485
+ .wi-data-toolbar,
486
+ .wi-filter-bar,
487
+ .wi-bulk-action-bar {
488
+ display: flex;
489
+ align-items: center;
490
+ gap: 0.75rem;
491
+ padding: 0.85rem;
492
+ border: 1px solid #edf0f4;
493
+ border-radius: var(--wi-radius-lg);
494
+ background: var(--wi-color-surface);
495
+ }
496
+
497
+ .wi-data-toolbar {
498
+ justify-content: space-between;
499
+ margin-bottom: 0.75rem;
500
+ }
501
+
502
+ .wi-data-toolbar__search {
503
+ width: min(100%, 22rem);
504
+ }
505
+
506
+ .wi-data-toolbar__search .p-inputtext,
507
+ .wi-data-toolbar__search {
508
+ min-width: 0;
509
+ }
510
+
511
+ .wi-data-toolbar__actions,
512
+ .wi-row-actions,
513
+ .wi-bulk-action-bar > div {
514
+ display: flex;
515
+ align-items: center;
516
+ gap: 0.5rem;
517
+ }
518
+
519
+ .wi-filter-bar {
520
+ flex-wrap: wrap;
521
+ margin-bottom: 0.75rem;
522
+ }
523
+
524
+ .wi-row-actions__button {
525
+ width: 2.25rem;
526
+ height: 2.25rem;
527
+ display: inline-grid;
528
+ place-items: center;
529
+ border: 0;
530
+ border-radius: var(--wi-radius-full);
531
+ background: transparent;
532
+ color: var(--wi-color-primary);
533
+ cursor: pointer;
534
+ }
535
+
536
+ .wi-row-actions__button:hover {
537
+ background: rgba(37, 99, 235, 0.08);
538
+ }
539
+
540
+ .wi-row-actions__button.is-danger {
541
+ color: var(--wi-color-danger);
542
+ }
543
+
544
+ .wi-bulk-action-bar {
545
+ justify-content: space-between;
546
+ margin-bottom: 0.75rem;
547
+ border-color: rgba(37, 99, 235, 0.24);
548
+ background: rgba(37, 99, 235, 0.06);
549
+ }
550
+
551
+ .wi-form-section {
552
+ display: grid;
553
+ grid-template-columns: minmax(12rem, 0.35fr) minmax(0, 1fr);
554
+ gap: 1rem;
555
+ padding: 1rem 0;
556
+ border-bottom: 1px solid var(--wi-color-border);
557
+ }
558
+
559
+ .wi-form-section h3 {
560
+ margin: 0;
561
+ font-size: 1rem;
562
+ }
563
+
564
+ .wi-form-section p {
565
+ margin: 0.35rem 0 0;
566
+ color: var(--wi-color-muted);
567
+ line-height: 1.5;
568
+ }
569
+
570
+ .wi-form-section__body,
571
+ .wi-auth-form {
572
+ display: grid;
573
+ gap: 0.9rem;
574
+ }
575
+
576
+ .wi-auth-form {
577
+ width: min(100%, 28rem);
578
+ }
579
+
580
+ .wi-auth-form h2 {
581
+ margin: 0;
582
+ }
583
+
584
+ .wi-audit-log {
585
+ display: grid;
586
+ gap: 0.6rem;
587
+ }
588
+
589
+ .wi-audit-log__item {
590
+ display: grid;
591
+ grid-template-columns: minmax(0, 1fr) auto auto;
592
+ gap: 0.75rem;
593
+ align-items: center;
594
+ padding: 0.75rem;
595
+ border: 1px solid var(--wi-color-border);
596
+ border-radius: var(--wi-radius-md);
597
+ background: var(--wi-color-surface);
598
+ }
599
+
600
+ .wi-audit-log__item span,
601
+ .wi-audit-log__item time {
602
+ color: var(--wi-color-muted);
603
+ font-size: 0.9rem;
604
+ }
605
+
606
+ .wi-stat-card {
607
+ display: grid;
608
+ grid-template-columns: minmax(0, 1fr) auto;
609
+ align-items: start;
610
+ gap: 0.35rem 1rem;
611
+ padding: 1.25rem;
612
+ }
613
+
614
+ .wi-stat-card__icon {
615
+ grid-row: span 2;
616
+ width: 3rem;
617
+ height: 3rem;
618
+ display: grid;
619
+ place-items: center;
620
+ border-radius: var(--wi-radius-md);
621
+ background: rgba(37, 99, 235, 0.1);
622
+ color: var(--wi-color-primary);
623
+ }
624
+
625
+ .wi-stat-card span {
626
+ color: var(--wi-color-muted);
627
+ font-size: 0.95rem;
628
+ font-weight: 400;
629
+ }
630
+
631
+ .wi-stat-card strong {
632
+ color: var(--wi-color-heading);
633
+ font-size: 1.85rem;
634
+ font-weight: 500;
635
+ }
636
+
637
+ .wi-mixi-shell {
638
+ min-height: 100vh;
639
+ background: var(--wi-color-page);
640
+ color: var(--wi-color-text);
641
+ }
642
+
643
+ .wi-mixi-topbar {
644
+ position: fixed;
645
+ z-index: 997;
646
+ inset: 0 0 auto 0;
647
+ height: 5rem;
648
+ display: flex;
649
+ align-items: center;
650
+ gap: 1rem;
651
+ padding: 0 2rem;
652
+ background: var(--wi-color-surface);
653
+ box-shadow: var(--wi-shadow-sm);
654
+ }
655
+
656
+ .wi-mixi-icon-button,
657
+ .wi-mixi-menu-button {
658
+ position: relative;
659
+ display: inline-grid;
660
+ place-items: center;
661
+ width: 2.75rem;
662
+ height: 2.75rem;
663
+ border: 0;
664
+ border-radius: var(--wi-radius-full);
665
+ background: transparent;
666
+ color: var(--wi-color-text);
667
+ cursor: pointer;
668
+ }
669
+
670
+ .wi-mixi-icon-button:hover,
671
+ .wi-mixi-menu-button:hover {
672
+ background: var(--wi-color-surface-muted);
673
+ color: var(--wi-color-primary);
674
+ }
675
+
676
+ .wi-mixi-icon-button .wi-badge {
677
+ position: absolute;
678
+ top: 0.1rem;
679
+ right: -0.15rem;
680
+ min-height: 1.15rem;
681
+ padding: 0.1rem 0.35rem;
682
+ font-size: 0.68rem;
683
+ }
684
+
685
+ .wi-mixi-brand {
686
+ display: inline-flex;
687
+ align-items: center;
688
+ gap: 0.7rem;
689
+ min-width: max-content;
690
+ color: var(--wi-color-heading);
691
+ font-size: 1.25rem;
692
+ font-weight: 500;
693
+ letter-spacing: 0;
694
+ }
695
+
696
+ .wi-mixi-brand-mark {
697
+ display: inline-grid;
698
+ place-items: center;
699
+ width: 2.25rem;
700
+ height: 2.25rem;
701
+ border-radius: 0.65rem;
702
+ background: var(--wi-color-heading);
703
+ color: #ffffff;
704
+ font-size: 1rem;
705
+ }
706
+
707
+ .wi-mixi-breadcrumb {
708
+ min-width: 0;
709
+ display: flex;
710
+ align-items: center;
711
+ gap: 0.35rem;
712
+ color: var(--wi-color-muted);
713
+ font-size: 0.92rem;
714
+ white-space: nowrap;
715
+ }
716
+
717
+ .wi-mixi-breadcrumb a:hover {
718
+ color: var(--wi-color-primary);
719
+ }
720
+
721
+ .wi-mixi-breadcrumb__item {
722
+ display: inline-flex;
723
+ align-items: center;
724
+ gap: 0.35rem;
725
+ }
726
+
727
+ .wi-mixi-breadcrumb__item i {
728
+ color: var(--wi-color-border-strong);
729
+ font-size: 0.75rem;
730
+ }
731
+
732
+ .wi-mixi-breadcrumb__item span {
733
+ color: var(--wi-color-heading);
734
+ font-weight: 500;
735
+ }
736
+
737
+ .wi-mixi-topbar__spacer {
738
+ flex: 1;
739
+ }
740
+
741
+ .wi-mixi-topbar__title {
742
+ max-width: 24rem;
743
+ overflow: hidden;
744
+ color: var(--wi-color-heading);
745
+ font-weight: 500;
746
+ text-overflow: ellipsis;
747
+ white-space: nowrap;
748
+ }
749
+
750
+ .wi-mixi-topbar__actions,
751
+ .wi-mixi-user {
752
+ display: inline-flex;
753
+ align-items: center;
754
+ gap: 0.5rem;
755
+ }
756
+
757
+ .wi-mixi-sidebar {
758
+ position: fixed;
759
+ z-index: 996;
760
+ top: 7rem;
761
+ left: 2rem;
762
+ width: 300px;
763
+ height: calc(100vh - 9rem);
764
+ overflow-y: auto;
765
+ padding: 1rem 0;
766
+ border-radius: var(--wi-radius-lg);
767
+ background: var(--wi-color-surface);
768
+ box-shadow: var(--wi-shadow-sm);
769
+ transition:
770
+ transform var(--wi-motion-normal) ease,
771
+ width var(--wi-motion-normal) ease;
772
+ }
773
+
774
+ .wi-mixi-menu-section {
775
+ padding: 0 1.5rem 0.85rem;
776
+ color: var(--wi-color-muted);
777
+ font-size: 0.76rem;
778
+ font-weight: 500;
779
+ text-transform: uppercase;
780
+ }
781
+
782
+ .wi-mixi-menu,
783
+ .wi-mixi-submenu {
784
+ display: grid;
785
+ gap: 0.15rem;
786
+ margin: 0;
787
+ padding: 0;
788
+ list-style: none;
789
+ }
790
+
791
+ .wi-mixi-submenu {
792
+ padding: 0.2rem 0 0.35rem;
793
+ }
794
+
795
+ .wi-mixi-menu-link {
796
+ display: flex;
797
+ align-items: center;
798
+ gap: 0.75rem;
799
+ width: 100%;
800
+ min-height: 2.85rem;
801
+ border: 0;
802
+ border-radius: 0;
803
+ background: transparent;
804
+ color: var(--wi-color-text);
805
+ font: inherit;
806
+ font-weight: 500;
807
+ text-align: left;
808
+ cursor: pointer;
809
+ }
810
+
811
+ .wi-mixi-menu-link:hover,
812
+ .wi-mixi-menu-item.is-active > .wi-mixi-menu-link {
813
+ background: #f6f9ff;
814
+ color: var(--wi-color-primary);
815
+ }
816
+
817
+ .wi-mixi-menu-link i:first-child {
818
+ width: 1.25rem;
819
+ text-align: center;
820
+ }
821
+
822
+ .wi-mixi-menu-link span {
823
+ min-width: 0;
824
+ flex: 1;
825
+ }
826
+
827
+ .wi-mixi-menu-caret {
828
+ margin-left: auto;
829
+ transition: transform var(--wi-motion-fast) ease;
830
+ }
831
+
832
+ .wi-mixi-menu-caret.is-open {
833
+ transform: rotate(180deg);
834
+ }
835
+
836
+ .wi-mixi-menu-badge {
837
+ flex: 0 0 auto;
838
+ }
839
+
840
+ .wi-mixi-main {
841
+ min-width: 0;
842
+ padding: 7rem 2rem 5rem 22rem;
843
+ }
844
+
845
+ .wi-mixi-footer {
846
+ position: fixed;
847
+ right: 2rem;
848
+ bottom: 1rem;
849
+ left: 22rem;
850
+ color: var(--wi-color-muted);
851
+ font-size: 0.9rem;
852
+ }
853
+
854
+ .wi-mixi-mask {
855
+ display: none;
856
+ }
857
+
858
+ .wi-mixi-shell.is-collapsed .wi-mixi-sidebar {
859
+ width: 5rem;
860
+ }
861
+
862
+ .wi-mixi-shell.is-collapsed .wi-mixi-main {
863
+ padding-left: 9rem;
864
+ }
865
+
866
+ .wi-mixi-shell.is-collapsed .wi-mixi-footer {
867
+ left: 9rem;
868
+ }
869
+
870
+ .wi-mixi-shell.is-collapsed .wi-mixi-menu-section,
871
+ .wi-mixi-shell.is-collapsed .wi-mixi-menu-link span,
872
+ .wi-mixi-shell.is-collapsed .wi-mixi-menu-caret {
873
+ display: none;
874
+ }
875
+
876
+ .wi-admin-auth-page {
877
+ min-height: 100vh;
878
+ display: grid;
879
+ place-items: center;
880
+ padding: 2rem;
881
+ background: var(--wi-color-page);
882
+ }
883
+
884
+ .wi-admin-auth-stack {
885
+ width: min(100%, 44rem);
886
+ display: grid;
887
+ justify-items: center;
888
+ gap: 1.25rem;
889
+ }
890
+
891
+ .wi-admin-auth-logo,
892
+ .wi-admin-auth-logo-mark {
893
+ display: grid;
894
+ place-items: center;
895
+ }
896
+
897
+ .wi-admin-auth-logo-mark {
898
+ width: 6rem;
899
+ height: 2.5rem;
900
+ border-radius: 0;
901
+ background: transparent;
902
+ color: #ffffff;
903
+ font-size: 0;
904
+ font-weight: 500;
905
+ }
906
+
907
+ .wi-admin-auth-logo-mark::before {
908
+ content: "";
909
+ color: var(--wi-color-heading);
910
+ font-size: 1.5rem;
911
+ letter-spacing: 0.08em;
912
+ }
913
+
914
+ .wi-admin-auth-card {
915
+ width: 100%;
916
+ padding: 0.3rem;
917
+ border-radius: 56px;
918
+ background: linear-gradient(180deg, var(--wi-color-primary) 10%, rgba(16, 185, 129, 0) 30%);
919
+ }
920
+
921
+ .wi-admin-auth-card__inner {
922
+ overflow: hidden;
923
+ border-radius: 53px;
924
+ background: var(--wi-color-surface);
925
+ box-shadow: none;
926
+ }
927
+
928
+ .wi-admin-auth-card__heading {
929
+ padding: 4rem 2rem 2rem;
930
+ text-align: center;
931
+ }
932
+
933
+ .wi-admin-auth-card__icon {
934
+ width: 3.125rem;
935
+ height: 3.125rem;
936
+ display: inline-grid;
937
+ place-items: center;
938
+ margin-bottom: 1rem;
939
+ color: var(--wi-color-primary);
940
+ font-size: 3rem;
941
+ }
942
+
943
+ .wi-sakai-mark {
944
+ position: relative;
945
+ width: 3.125rem;
946
+ height: 3.125rem;
947
+ display: inline-block;
948
+ border: 0.25rem solid currentColor;
949
+ border-top-color: transparent;
950
+ border-radius: 999px;
951
+ }
952
+
953
+ .wi-sakai-mark::before,
954
+ .wi-sakai-mark::after {
955
+ content: "";
956
+ position: absolute;
957
+ left: 50%;
958
+ top: 0.78rem;
959
+ transform: translateX(-50%);
960
+ border-radius: 999px;
961
+ }
962
+
963
+ .wi-sakai-mark::before {
964
+ width: 4.4rem;
965
+ height: 1.1rem;
966
+ border-top: 0.25rem solid currentColor;
967
+ }
968
+
969
+ .wi-sakai-mark::after {
970
+ width: 1.35rem;
971
+ height: 1.35rem;
972
+ border: 0.25rem solid currentColor;
973
+ background: var(--wi-color-surface);
974
+ }
975
+
976
+ .wi-admin-auth-card h1 {
977
+ margin: 0 0 1rem;
978
+ color: #0f172a;
979
+ font-size: 2.5rem;
980
+ line-height: 1.16;
981
+ font-weight: 400;
982
+ }
983
+
984
+ .wi-admin-auth-card p {
985
+ margin: 0;
986
+ color: var(--wi-color-muted);
987
+ font-size: 1.25rem;
988
+ font-weight: 400;
989
+ line-height: 1.45;
990
+ }
991
+
992
+ .wi-admin-auth-form {
993
+ display: grid;
994
+ gap: 0.65rem;
995
+ width: min(100% - 4rem, 30rem);
996
+ margin: 0 auto;
997
+ padding: 0 0 4rem;
998
+ background: var(--wi-color-surface);
999
+ }
1000
+
1001
+ .wi-admin-auth-form label,
1002
+ .wi-admin-security-card label {
1003
+ color: var(--wi-color-heading);
1004
+ font-size: 1.25rem;
1005
+ line-height: 1.35;
1006
+ font-weight: 500;
1007
+ }
1008
+
1009
+ .wi-admin-auth-form .p-inputtext,
1010
+ .wi-admin-auth-form .p-password,
1011
+ .wi-admin-auth-form .p-password .p-inputwrapper,
1012
+ .wi-admin-auth-form .p-password input,
1013
+ .wi-admin-auth-form .wi-button,
1014
+ .wi-admin-security-card .p-inputtext,
1015
+ .wi-admin-security-card .p-password,
1016
+ .wi-admin-security-card .p-password .p-inputwrapper,
1017
+ .wi-admin-security-card .p-password input,
1018
+ .wi-admin-security-card .wi-button {
1019
+ width: 100%;
1020
+ }
1021
+
1022
+ .wi-admin-auth-form .p-password,
1023
+ .wi-admin-security-card .p-password {
1024
+ display: block;
1025
+ }
1026
+
1027
+ .wi-admin-auth-form .p-inputtext {
1028
+ padding: 1rem;
1029
+ }
1030
+
1031
+ .wi-admin-auth-form__row,
1032
+ .wi-admin-auth-check {
1033
+ display: flex;
1034
+ align-items: center;
1035
+ gap: 0.5rem;
1036
+ }
1037
+
1038
+ .wi-admin-auth-form__row {
1039
+ justify-content: space-between;
1040
+ margin: 0.5rem 0 2rem;
1041
+ }
1042
+
1043
+ .wi-admin-auth-form a,
1044
+ .wi-admin-link-button {
1045
+ color: var(--wi-color-primary);
1046
+ font-weight: 500;
1047
+ }
1048
+
1049
+ .wi-admin-auth-form > label {
1050
+ margin: 0.55rem 0 0;
1051
+ }
1052
+
1053
+ .wi-admin-auth-form > .p-inputtext,
1054
+ .wi-admin-auth-form > .p-password {
1055
+ margin-bottom: 1rem;
1056
+ }
1057
+
1058
+ .wi-admin-auth-form > .wi-button {
1059
+ margin-top: 0.75rem;
1060
+ min-height: 3.6rem;
1061
+ padding: 1rem;
1062
+ font-size: 1.25rem;
1063
+ font-weight: 500;
1064
+ }
1065
+
1066
+ .wi-admin-link-button {
1067
+ border: 0;
1068
+ background: transparent;
1069
+ cursor: pointer;
1070
+ }
1071
+
1072
+ .wi-admin-auth-form__mfa {
1073
+ text-align: center;
1074
+ font-size: 1.5rem;
1075
+ letter-spacing: 0.2rem;
1076
+ }
1077
+
1078
+ .wi-admin-auth-form__footer {
1079
+ margin-top: 0.9rem;
1080
+ font-size: 1rem;
1081
+ line-height: 1.45;
1082
+ text-align: center;
1083
+ }
1084
+
1085
+ .wi-admin-auth-form__footer a {
1086
+ display: inline-block;
1087
+ margin-left: 0.25rem;
1088
+ }
1089
+
1090
+ .wi-admin-logout-view {
1091
+ display: grid;
1092
+ justify-items: center;
1093
+ gap: 1rem;
1094
+ width: min(100% - 4rem, 30rem);
1095
+ margin: 0 auto;
1096
+ padding: 0 0 4rem;
1097
+ color: var(--wi-color-muted);
1098
+ font-weight: 500;
1099
+ }
1100
+
1101
+ .wi-admin-avatar-wrap {
1102
+ position: relative;
1103
+ display: inline-flex;
1104
+ }
1105
+
1106
+ .wi-admin-avatar-status {
1107
+ position: absolute;
1108
+ right: 0;
1109
+ bottom: 0;
1110
+ width: 0.75rem;
1111
+ height: 0.75rem;
1112
+ border: 2px solid var(--wi-color-surface);
1113
+ border-radius: var(--wi-radius-full);
1114
+ background: var(--wi-color-success);
1115
+ }
1116
+
1117
+ .wi-admin-user-info {
1118
+ display: flex;
1119
+ min-width: 0;
1120
+ }
1121
+
1122
+ .wi-admin-user-info--vertical {
1123
+ flex-direction: column;
1124
+ }
1125
+
1126
+ .wi-admin-user-info--horizontal {
1127
+ align-items: center;
1128
+ gap: 0.5rem;
1129
+ }
1130
+
1131
+ .wi-admin-user-info__name {
1132
+ overflow: hidden;
1133
+ color: var(--wi-color-heading);
1134
+ font-size: 0.9rem;
1135
+ font-weight: 500;
1136
+ text-overflow: ellipsis;
1137
+ white-space: nowrap;
1138
+ }
1139
+
1140
+ .wi-admin-user-info__meta {
1141
+ color: var(--wi-color-muted);
1142
+ font-size: 0.78rem;
1143
+ }
1144
+
1145
+ .wi-admin-user-button {
1146
+ display: inline-flex;
1147
+ align-items: center;
1148
+ gap: 0.65rem;
1149
+ min-height: 3rem;
1150
+ padding: 0.25rem 0.5rem;
1151
+ border: 0;
1152
+ border-radius: var(--wi-radius-full);
1153
+ background: transparent;
1154
+ cursor: pointer;
1155
+ }
1156
+
1157
+ .wi-admin-user-button:hover {
1158
+ background: var(--wi-color-surface-muted);
1159
+ }
1160
+
1161
+ .wi-admin-user-button__arrow {
1162
+ color: var(--wi-color-muted);
1163
+ font-size: 0.8rem;
1164
+ }
1165
+
1166
+ .wi-admin-user-panel .p-overlaypanel-content {
1167
+ padding: 0;
1168
+ }
1169
+
1170
+ .wi-admin-user-panel__header {
1171
+ display: flex;
1172
+ gap: 1rem;
1173
+ align-items: center;
1174
+ min-width: 18rem;
1175
+ padding: 1rem;
1176
+ }
1177
+
1178
+ .wi-admin-user-panel__header div {
1179
+ display: grid;
1180
+ gap: 0.2rem;
1181
+ }
1182
+
1183
+ .wi-admin-user-panel__header span,
1184
+ .wi-admin-user-panel__header small {
1185
+ color: var(--wi-color-muted);
1186
+ }
1187
+
1188
+ .wi-admin-user-panel__items,
1189
+ .wi-admin-user-panel__footer {
1190
+ display: grid;
1191
+ padding: 0.5rem;
1192
+ border-top: 1px solid var(--wi-color-border);
1193
+ }
1194
+
1195
+ .wi-admin-user-panel__item {
1196
+ display: flex;
1197
+ align-items: center;
1198
+ gap: 0.75rem;
1199
+ min-height: 2.75rem;
1200
+ padding: 0 0.75rem;
1201
+ border: 0;
1202
+ border-radius: var(--wi-radius-md);
1203
+ background: transparent;
1204
+ color: var(--wi-color-text);
1205
+ font: inherit;
1206
+ text-align: left;
1207
+ cursor: pointer;
1208
+ }
1209
+
1210
+ .wi-admin-user-panel__item:hover {
1211
+ background: var(--wi-color-surface-muted);
1212
+ color: var(--wi-color-primary);
1213
+ }
1214
+
1215
+ .wi-admin-user-panel__item.is-danger {
1216
+ color: var(--wi-color-danger);
1217
+ }
1218
+
1219
+ .wi-admin-user-panel__item span {
1220
+ flex: 1;
1221
+ }
1222
+
1223
+ .wi-admin-header {
1224
+ height: 5rem;
1225
+ display: flex;
1226
+ align-items: center;
1227
+ gap: 1rem;
1228
+ padding: 0 2rem;
1229
+ background: var(--wi-color-surface);
1230
+ box-shadow: var(--wi-shadow-sm);
1231
+ }
1232
+
1233
+ .wi-admin-header__icon {
1234
+ display: inline-grid;
1235
+ place-items: center;
1236
+ width: 2.75rem;
1237
+ height: 2.75rem;
1238
+ border: 0;
1239
+ border-radius: var(--wi-radius-full);
1240
+ background: transparent;
1241
+ color: var(--wi-color-text);
1242
+ cursor: pointer;
1243
+ }
1244
+
1245
+ .wi-admin-header__icon:hover {
1246
+ background: var(--wi-color-surface-muted);
1247
+ color: var(--wi-color-primary);
1248
+ }
1249
+
1250
+ .wi-admin-header__brand {
1251
+ display: inline-flex;
1252
+ align-items: center;
1253
+ gap: 0.7rem;
1254
+ color: var(--wi-color-heading);
1255
+ font-size: 1.25rem;
1256
+ font-weight: 500;
1257
+ }
1258
+
1259
+ .wi-admin-header__mark {
1260
+ display: inline-grid;
1261
+ place-items: center;
1262
+ width: 2.25rem;
1263
+ height: 2.25rem;
1264
+ border-radius: 0.65rem;
1265
+ background: var(--wi-color-heading);
1266
+ color: #ffffff;
1267
+ }
1268
+
1269
+ .wi-admin-header__breadcrumb,
1270
+ .wi-admin-header__breadcrumb span {
1271
+ display: inline-flex;
1272
+ align-items: center;
1273
+ gap: 0.35rem;
1274
+ }
1275
+
1276
+ .wi-admin-header__breadcrumb {
1277
+ color: var(--wi-color-muted);
1278
+ font-size: 0.92rem;
1279
+ }
1280
+
1281
+ .wi-admin-header__breadcrumb i {
1282
+ color: var(--wi-color-border-strong);
1283
+ font-size: 0.75rem;
1284
+ }
1285
+
1286
+ .wi-admin-header__spacer {
1287
+ flex: 1;
1288
+ }
1289
+
1290
+ .wi-admin-header__actions {
1291
+ display: inline-flex;
1292
+ align-items: center;
1293
+ gap: 0.5rem;
1294
+ }
1295
+
1296
+ .wi-admin-left-menu {
1297
+ width: 300px;
1298
+ max-height: calc(100vh - 9rem);
1299
+ overflow-y: auto;
1300
+ padding: 1rem 0;
1301
+ border-radius: var(--wi-radius-lg);
1302
+ background: var(--wi-color-surface);
1303
+ box-shadow: var(--wi-shadow-sm);
1304
+ }
1305
+
1306
+ .wi-admin-left-menu__title {
1307
+ padding: 0 1.5rem 0.85rem;
1308
+ color: var(--wi-color-muted);
1309
+ font-size: 0.76rem;
1310
+ font-weight: 500;
1311
+ text-transform: uppercase;
1312
+ }
1313
+
1314
+ .wi-admin-left-menu ul {
1315
+ display: grid;
1316
+ gap: 0.15rem;
1317
+ margin: 0;
1318
+ padding: 0;
1319
+ list-style: none;
1320
+ }
1321
+
1322
+ .wi-admin-left-menu ul ul {
1323
+ padding-bottom: 0.35rem;
1324
+ }
1325
+
1326
+ .wi-admin-left-menu a {
1327
+ display: flex;
1328
+ align-items: center;
1329
+ gap: 0.75rem;
1330
+ min-height: 2.85rem;
1331
+ padding: 0 1rem;
1332
+ color: var(--wi-color-text);
1333
+ font-weight: 500;
1334
+ }
1335
+
1336
+ .wi-admin-left-menu ul ul a {
1337
+ padding-left: 2.25rem;
1338
+ }
1339
+
1340
+ .wi-admin-left-menu a:hover,
1341
+ .wi-admin-left-menu li.is-active > a {
1342
+ background: #f6f9ff;
1343
+ color: var(--wi-color-primary);
1344
+ }
1345
+
1346
+ .wi-admin-left-menu a span {
1347
+ flex: 1;
1348
+ }
1349
+
1350
+ .wi-admin-profile-card,
1351
+ .wi-admin-security-card {
1352
+ border-radius: var(--wi-radius-lg);
1353
+ background: var(--wi-color-surface);
1354
+ box-shadow: var(--wi-shadow-sm);
1355
+ }
1356
+
1357
+ .wi-admin-profile-card {
1358
+ display: flex;
1359
+ align-items: center;
1360
+ gap: 1.5rem;
1361
+ padding: 1.5rem;
1362
+ }
1363
+
1364
+ .wi-admin-profile-card .wi-avatar--lg {
1365
+ width: 8rem;
1366
+ height: 8rem;
1367
+ font-size: 3rem;
1368
+ }
1369
+
1370
+ .wi-admin-profile-card__body {
1371
+ min-width: 0;
1372
+ flex: 1;
1373
+ }
1374
+
1375
+ .wi-admin-profile-card h2 {
1376
+ margin: 0;
1377
+ color: var(--wi-color-heading);
1378
+ font-size: 1.8rem;
1379
+ }
1380
+
1381
+ .wi-admin-profile-card p,
1382
+ .wi-admin-profile-card__completion span {
1383
+ color: var(--wi-color-muted);
1384
+ }
1385
+
1386
+ .wi-admin-profile-card__tags {
1387
+ display: flex;
1388
+ flex-wrap: wrap;
1389
+ gap: 0.5rem;
1390
+ margin-top: 0.75rem;
1391
+ }
1392
+
1393
+ .wi-admin-profile-card__tags span {
1394
+ display: inline-flex;
1395
+ align-items: center;
1396
+ gap: 0.4rem;
1397
+ padding: 0.35rem 0.65rem;
1398
+ border-radius: var(--wi-radius-full);
1399
+ background: rgba(37, 99, 235, 0.1);
1400
+ color: var(--wi-color-primary);
1401
+ font-weight: 500;
1402
+ }
1403
+
1404
+ .wi-admin-profile-card__completion {
1405
+ width: min(100%, 22rem);
1406
+ margin-top: 1rem;
1407
+ }
1408
+
1409
+ .wi-admin-profile-card__completion div {
1410
+ display: flex;
1411
+ justify-content: space-between;
1412
+ margin-bottom: 0.35rem;
1413
+ }
1414
+
1415
+ .wi-admin-profile-card__completion progress {
1416
+ width: 100%;
1417
+ height: 0.75rem;
1418
+ }
1419
+
1420
+ .wi-admin-security-card {
1421
+ display: grid;
1422
+ gap: 0.85rem;
1423
+ padding: 1.25rem;
1424
+ }
1425
+
1426
+ .wi-admin-security-card h2 {
1427
+ margin: 0;
1428
+ color: var(--wi-color-heading);
1429
+ }
1430
+
1431
+ .wi-prime-scope .p-component,
1432
+ .wi-admin-auth-page .p-component,
1433
+ .wi-mixi-shell .p-component {
1434
+ font-family: var(--wi-font-sans);
1435
+ }
1436
+
1437
+ .wi-prime-scope .p-datatable .p-datatable-thead > tr > th,
1438
+ .wi-mixi-shell .p-datatable .p-datatable-thead > tr > th {
1439
+ background: #f8f9fa;
1440
+ color: var(--wi-color-heading);
1441
+ font-weight: 500;
1442
+ }
1443
+
1444
+ .wi-prime-scope .p-datatable .p-datatable-tbody > tr > td,
1445
+ .wi-prime-scope .p-datatable .p-datatable-thead > tr > th,
1446
+ .wi-mixi-shell .p-datatable .p-datatable-tbody > tr > td,
1447
+ .wi-mixi-shell .p-datatable .p-datatable-thead > tr > th {
1448
+ padding: 1rem;
1449
+ }
1450
+
1451
+ .wi-prime-scope .p-inputtext,
1452
+ .wi-prime-scope .p-dropdown,
1453
+ .wi-prime-scope .p-multiselect,
1454
+ .wi-prime-scope .p-calendar .p-inputtext,
1455
+ .wi-prime-scope .p-inputnumber .p-inputtext,
1456
+ .wi-admin-auth-page .p-inputtext,
1457
+ .wi-admin-auth-page .p-password,
1458
+ .wi-admin-security-card .p-inputtext,
1459
+ .wi-admin-security-card .p-password,
1460
+ .wi-data-toolbar .p-inputtext,
1461
+ .wi-filter-bar .p-inputtext,
1462
+ .wi-filter-bar .p-dropdown {
1463
+ border-color: var(--wi-color-border);
1464
+ border-radius: var(--wi-radius-md);
1465
+ }
1466
+
1467
+ .wi-prime-scope .p-button,
1468
+ .wi-mixi-shell .p-button,
1469
+ .wi-admin-auth-page .p-button,
1470
+ .wi-admin-security-card .p-button {
1471
+ border-radius: var(--wi-radius-md);
1472
+ }
1473
+
1474
+ @media (max-width: 820px) {
1475
+ .wi-app-shell {
1476
+ grid-template-columns: 1fr;
1477
+ }
1478
+
1479
+ .wi-app-shell__sidebar {
1480
+ position: static;
1481
+ width: auto;
1482
+ height: auto;
1483
+ margin: 6rem 1rem 0;
1484
+ }
1485
+
1486
+ .wi-page-header {
1487
+ flex-direction: column;
1488
+ }
1489
+
1490
+ .wi-form-section {
1491
+ grid-template-columns: 1fr;
1492
+ }
1493
+
1494
+ .wi-app-shell__main {
1495
+ padding: 1rem;
1496
+ }
1497
+
1498
+ .wi-topbar {
1499
+ padding: 0 1rem;
1500
+ }
1501
+
1502
+ .wi-mixi-topbar {
1503
+ gap: 0.5rem;
1504
+ padding: 0 1rem;
1505
+ }
1506
+
1507
+ .wi-mixi-brand span:last-child,
1508
+ .wi-mixi-breadcrumb,
1509
+ .wi-mixi-topbar__title {
1510
+ display: none;
1511
+ }
1512
+
1513
+ .wi-mixi-sidebar {
1514
+ top: 5.75rem;
1515
+ left: 1rem;
1516
+ width: min(300px, calc(100vw - 2rem));
1517
+ height: calc(100vh - 7rem);
1518
+ transform: translateX(calc(-100% - 1.5rem));
1519
+ }
1520
+
1521
+ .wi-mixi-shell.is-mobile-open .wi-mixi-sidebar {
1522
+ transform: translateX(0);
1523
+ }
1524
+
1525
+ .wi-mixi-main {
1526
+ padding: 6rem 1rem 4rem;
1527
+ }
1528
+
1529
+ .wi-mixi-footer {
1530
+ position: static;
1531
+ padding: 0 1rem 1rem;
1532
+ }
1533
+
1534
+ .wi-mixi-shell.is-collapsed .wi-mixi-sidebar {
1535
+ width: min(300px, calc(100vw - 2rem));
1536
+ }
1537
+
1538
+ .wi-mixi-shell.is-collapsed .wi-mixi-main {
1539
+ padding-left: 1rem;
1540
+ }
1541
+
1542
+ .wi-mixi-shell.is-collapsed .wi-mixi-menu-section,
1543
+ .wi-mixi-shell.is-collapsed .wi-mixi-menu-link span,
1544
+ .wi-mixi-shell.is-collapsed .wi-mixi-menu-caret {
1545
+ display: initial;
1546
+ }
1547
+
1548
+ .wi-mixi-shell.is-mobile-open .wi-mixi-mask {
1549
+ position: fixed;
1550
+ z-index: 995;
1551
+ inset: 0;
1552
+ display: block;
1553
+ border: 0;
1554
+ background: rgba(15, 23, 42, 0.32);
1555
+ }
1556
+
1557
+ .wi-admin-auth-card__heading {
1558
+ padding: 2rem 1rem 1rem;
1559
+ }
1560
+
1561
+ .wi-admin-auth-form {
1562
+ width: min(100% - 2rem, 30rem);
1563
+ padding: 0 0 2rem;
1564
+ }
1565
+
1566
+ .wi-admin-header {
1567
+ padding: 0 1rem;
1568
+ }
1569
+
1570
+ .wi-admin-header__brand span:last-child,
1571
+ .wi-admin-header__breadcrumb,
1572
+ .wi-admin-user-info,
1573
+ .wi-admin-user-button__arrow {
1574
+ display: none;
1575
+ }
1576
+
1577
+ .wi-admin-left-menu {
1578
+ width: 100%;
1579
+ }
1580
+
1581
+ .wi-admin-profile-card {
1582
+ align-items: flex-start;
1583
+ flex-direction: column;
1584
+ }
1585
+ }
1586
+
1587
+ @media (max-width: 640px) {
1588
+ .wi-admin-auth-page {
1589
+ place-items: center;
1590
+ padding: 1rem;
1591
+ }
1592
+
1593
+ .wi-admin-auth-stack {
1594
+ width: 100%;
1595
+ gap: 0.75rem;
1596
+ }
1597
+
1598
+ .wi-admin-auth-card {
1599
+ border-radius: 32px;
1600
+ padding: 0.22rem;
1601
+ background: linear-gradient(180deg, var(--wi-color-primary) 8%, rgba(16, 185, 129, 0) 28%);
1602
+ }
1603
+
1604
+ .wi-admin-auth-card__inner {
1605
+ border-radius: 29px;
1606
+ }
1607
+
1608
+ .wi-admin-auth-card__heading {
1609
+ padding: 2.5rem 1.25rem 1.5rem;
1610
+ }
1611
+
1612
+ .wi-admin-auth-card__icon {
1613
+ width: 2.5rem;
1614
+ height: 2.5rem;
1615
+ margin-bottom: 0.75rem;
1616
+ }
1617
+
1618
+ .wi-sakai-mark {
1619
+ width: 2.5rem;
1620
+ height: 2.5rem;
1621
+ border-width: 0.2rem;
1622
+ }
1623
+
1624
+ .wi-sakai-mark::before {
1625
+ width: 3.5rem;
1626
+ height: 0.9rem;
1627
+ border-top-width: 0.2rem;
1628
+ }
1629
+
1630
+ .wi-sakai-mark::after {
1631
+ width: 1.05rem;
1632
+ height: 1.05rem;
1633
+ border-width: 0.2rem;
1634
+ }
1635
+
1636
+ .wi-admin-auth-card h1 {
1637
+ font-size: 1.8rem;
1638
+ line-height: 1.2;
1639
+ }
1640
+
1641
+ .wi-admin-auth-card p {
1642
+ font-size: 1rem;
1643
+ line-height: 1.45;
1644
+ }
1645
+
1646
+ .wi-admin-auth-form {
1647
+ width: min(100% - 2rem, 30rem);
1648
+ padding-bottom: 2rem;
1649
+ }
1650
+
1651
+ .wi-admin-logout-view {
1652
+ width: min(100% - 2rem, 30rem);
1653
+ padding-bottom: 2rem;
1654
+ }
1655
+
1656
+ .wi-admin-auth-form label,
1657
+ .wi-admin-security-card label {
1658
+ font-size: 1rem;
1659
+ }
1660
+
1661
+ .wi-admin-auth-form > .p-inputtext,
1662
+ .wi-admin-auth-form > .p-password {
1663
+ margin-bottom: 0.85rem;
1664
+ }
1665
+
1666
+ .wi-admin-auth-form__row {
1667
+ align-items: flex-start;
1668
+ gap: 0.75rem;
1669
+ margin: 0.35rem 0 1.4rem;
1670
+ }
1671
+
1672
+ .wi-admin-auth-form > .wi-button {
1673
+ margin-top: 0.5rem;
1674
+ min-height: 3.1rem;
1675
+ font-size: 1.05rem;
1676
+ }
1677
+ }
1678
+
1679
+ @media (max-width: 420px) {
1680
+ .wi-admin-auth-page {
1681
+ padding: 0.75rem;
1682
+ }
1683
+
1684
+ .wi-admin-auth-card {
1685
+ border-radius: 24px;
1686
+ }
1687
+
1688
+ .wi-admin-auth-card__inner {
1689
+ border-radius: 21px;
1690
+ }
1691
+
1692
+ .wi-admin-auth-card__heading {
1693
+ padding: 2rem 1rem 1.25rem;
1694
+ }
1695
+
1696
+ .wi-admin-auth-card h1 {
1697
+ font-size: 1.45rem;
1698
+ }
1699
+
1700
+ .wi-admin-auth-form {
1701
+ width: min(100% - 1.5rem, 30rem);
1702
+ }
1703
+
1704
+ .wi-admin-logout-view {
1705
+ width: min(100% - 1.5rem, 30rem);
1706
+ }
1707
+
1708
+ .wi-admin-auth-form__row {
1709
+ flex-direction: column;
1710
+ }
1711
+ }
1712
+
1713
+ @media (max-width: 1024px) {
1714
+ .wi-data-toolbar {
1715
+ align-items: stretch;
1716
+ flex-wrap: wrap;
1717
+ }
1718
+
1719
+ .wi-data-toolbar__search {
1720
+ flex: 1 1 18rem;
1721
+ width: auto;
1722
+ }
1723
+
1724
+ .wi-data-toolbar__actions {
1725
+ flex: 1 1 auto;
1726
+ justify-content: flex-end;
1727
+ flex-wrap: wrap;
1728
+ }
1729
+
1730
+ .wi-stat-card {
1731
+ padding: 1rem;
1732
+ }
1733
+
1734
+ .wi-stat-card strong {
1735
+ font-size: 1.55rem;
1736
+ }
1737
+
1738
+ .wi-dialog {
1739
+ max-height: calc(100vh - 2rem);
1740
+ overflow: hidden;
1741
+ display: flex;
1742
+ flex-direction: column;
1743
+ }
1744
+
1745
+ .wi-dialog__body {
1746
+ min-height: 0;
1747
+ overflow: auto;
1748
+ }
1749
+ }
1750
+
1751
+ @media (max-width: 768px) {
1752
+ .wi-card {
1753
+ border-radius: 10px;
1754
+ }
1755
+
1756
+ .wi-page-header {
1757
+ flex-direction: column;
1758
+ align-items: stretch;
1759
+ }
1760
+
1761
+ .wi-page-header h1 {
1762
+ font-size: 1.5rem;
1763
+ }
1764
+
1765
+ .wi-page-header__actions {
1766
+ flex-wrap: wrap;
1767
+ }
1768
+
1769
+ .wi-page-header__actions > * {
1770
+ flex: 1 1 auto;
1771
+ }
1772
+
1773
+ .wi-button--lg {
1774
+ min-height: 3rem;
1775
+ padding-inline: 1rem;
1776
+ }
1777
+
1778
+ .wi-data-toolbar,
1779
+ .wi-filter-bar,
1780
+ .wi-bulk-action-bar {
1781
+ align-items: stretch;
1782
+ flex-direction: column;
1783
+ padding: 0.75rem;
1784
+ }
1785
+
1786
+ .wi-data-toolbar__search,
1787
+ .wi-data-toolbar__search .p-inputtext,
1788
+ .wi-filter-bar > *,
1789
+ .wi-bulk-action-bar > div {
1790
+ width: 100%;
1791
+ }
1792
+
1793
+ .wi-data-toolbar__actions,
1794
+ .wi-row-actions,
1795
+ .wi-bulk-action-bar > div {
1796
+ flex-wrap: wrap;
1797
+ justify-content: stretch;
1798
+ }
1799
+
1800
+ .wi-data-toolbar__actions > *,
1801
+ .wi-bulk-action-bar > div > * {
1802
+ flex: 1 1 auto;
1803
+ }
1804
+
1805
+ .wi-form-section {
1806
+ grid-template-columns: 1fr;
1807
+ gap: 0.75rem;
1808
+ }
1809
+
1810
+ .wi-audit-log__item {
1811
+ grid-template-columns: 1fr;
1812
+ gap: 0.35rem;
1813
+ }
1814
+
1815
+ .wi-stat-card {
1816
+ grid-template-columns: auto minmax(0, 1fr);
1817
+ align-items: center;
1818
+ }
1819
+
1820
+ .wi-stat-card__icon {
1821
+ grid-row: span 2;
1822
+ width: 2.5rem;
1823
+ height: 2.5rem;
1824
+ }
1825
+
1826
+ .wi-empty-state {
1827
+ min-height: 10rem;
1828
+ padding: 1rem;
1829
+ }
1830
+
1831
+ .wi-dialog-backdrop {
1832
+ align-items: end;
1833
+ padding: 0;
1834
+ }
1835
+
1836
+ .wi-dialog {
1837
+ width: 100%;
1838
+ max-height: 92vh;
1839
+ border-radius: 16px 16px 0 0;
1840
+ }
1841
+
1842
+ .wi-dialog__header,
1843
+ .wi-dialog__footer {
1844
+ padding: 0.85rem;
1845
+ }
1846
+
1847
+ .wi-dialog__footer {
1848
+ align-items: stretch;
1849
+ flex-direction: column-reverse;
1850
+ }
1851
+
1852
+ .wi-dialog__footer > * {
1853
+ width: 100%;
1854
+ }
1855
+
1856
+ .wi-prime-scope .p-datatable,
1857
+ .wi-mixi-shell .p-datatable {
1858
+ font-size: 0.92rem;
1859
+ }
1860
+ }
1861
+
1862
+ @media (max-width: 560px) {
1863
+ .wi-topbar {
1864
+ min-height: 4.25rem;
1865
+ padding-inline: 0.75rem;
1866
+ }
1867
+
1868
+ .wi-topbar__title {
1869
+ font-size: 1.05rem;
1870
+ }
1871
+
1872
+ .wi-topbar__actions {
1873
+ gap: 0.35rem;
1874
+ }
1875
+
1876
+ .wi-icon-button,
1877
+ .wi-mixi-icon-button,
1878
+ .wi-mixi-menu-button,
1879
+ .wi-admin-header__icon {
1880
+ width: 2.35rem;
1881
+ height: 2.35rem;
1882
+ }
1883
+
1884
+ .wi-button {
1885
+ min-width: 0;
1886
+ white-space: normal;
1887
+ }
1888
+
1889
+ .wi-button--md,
1890
+ .wi-button--lg {
1891
+ width: 100%;
1892
+ }
1893
+
1894
+ .wi-badge {
1895
+ max-width: 100%;
1896
+ justify-content: center;
1897
+ white-space: normal;
1898
+ }
1899
+
1900
+ .wi-page-header h1 {
1901
+ font-size: 1.35rem;
1902
+ }
1903
+
1904
+ .wi-page-header p {
1905
+ font-size: 0.95rem;
1906
+ }
1907
+
1908
+ .wi-row-actions {
1909
+ gap: 0.25rem;
1910
+ }
1911
+
1912
+ .wi-row-actions__button {
1913
+ width: 2rem;
1914
+ height: 2rem;
1915
+ }
1916
+
1917
+ .wi-auth-form {
1918
+ width: 100%;
1919
+ }
1920
+
1921
+ .wi-input,
1922
+ .wi-textarea {
1923
+ font-size: 1rem;
1924
+ }
1925
+
1926
+ .wi-stat-card strong {
1927
+ font-size: 1.35rem;
1928
+ }
1929
+
1930
+ .wi-mixi-topbar__actions .wi-mixi-icon-button:not(.wi-mixi-menu-button):first-child {
1931
+ display: none;
1932
+ }
1933
+ }
1934
+
1935
+ @media (max-width: 380px) {
1936
+ .wi-mixi-brand span:last-child,
1937
+ .wi-topbar__title {
1938
+ display: none;
1939
+ }
1940
+
1941
+ .wi-page-header__actions,
1942
+ .wi-data-toolbar__actions {
1943
+ flex-direction: column;
1944
+ }
1945
+
1946
+ .wi-stat-card {
1947
+ grid-template-columns: 1fr;
1948
+ }
1949
+
1950
+ .wi-stat-card__icon {
1951
+ grid-row: auto;
1952
+ }
1953
+ }