modular-ui-kit-vue 1.0.3 → 1.0.5

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.
@@ -1,2 +1,1433 @@
1
- @import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--ui-text:#eceef2;--ui-text-muted:#8a93a6;--ui-bg:#0b0d11;--ui-bg-soft:#12151c;--ui-bg-card:#171b24;--ui-bg-code:#1e2330;--ui-primary:#6366f1;--ui-primary-hover:#4f46e5;--ui-danger:#ff4a6b;--ui-success:#10b981;--ui-warning:#f59e0b;--ui-font-heading:26px;--ui-font-subheading:19px;--ui-font-body:16px;--ui-font-heading-md:24px;--ui-font-subheading-md:18px;--ui-font-body-md:15px;--ui-font-heading-sm:20px;--ui-font-subheading-sm:16px;--ui-font-body-sm:14px;--ui-border-color:#eceef214;--ui-border-width:1px;--ui-border-style:solid;--ui-border-radius:0px;--ui-space-content-sm:6px;--ui-space-content-md:10px;--ui-space-content-lg:14px;--ui-space-container-sm:16px;--ui-space-container-md:24px;--ui-space-container-lg:32px;--ui-transition:all .3s ease-out;--ui-opacity:.4}*,:before,:after{box-sizing:border-box}:focus,:active,a:focus,a:active{outline:none}nav,footer,aside{display:block}html,body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background:#232222;height:100%;margin:0;padding:0;font-family:Inter,sans-serif;font-size:100%;line-height:1.5}input,textarea,button,select{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer;background:0 0;border:none}button::-moz-focus-inner{border:0;padding:0}a,a:visited{cursor:pointer;text-decoration:none}button,a:hover{text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:400}ul{padding-inline-start:0}ul li{margin:0;list-style:none}img{max-width:100%;display:block}.heading{font-size:26px;font-weight:600;line-height:34px}.subheading{font-size:19px;font-weight:500;line-height:28px}.body-text{font-size:16px;font-weight:400;line-height:24px}@media (width<=1024px){.heading{font-size:24px;line-height:30px}.subheading{font-size:18px;line-height:24px}.body-text{font-size:15px;line-height:22px}}@media (width<=767px){.heading{font-size:20px;line-height:26px}.subheading{font-size:16px;line-height:22px}.body-text{font-size:14px;line-height:20px}}a{text-underline-offset:4px;transition:all .3s ease-out;display:block}a:hover{opacity:.8}a:active{opacity:.6;filter:brightness(.9)}.shimmer{position:relative;overflow:hidden}.shimmer:before{content:"";background:linear-gradient(90deg,#0000 0%,#8a93a6 50%,#0000 100%);width:150px;height:100%;animation:2.6s infinite loading;position:absolute;top:0;left:-150px}@keyframes loading{0%{left:-150px}to{left:100%}}.fade-enter-active,.fade-leave-active{transition:opacity .25s}.fade-enter-from,.fade-leave-to{opacity:0}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.btn{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer;border:none;outline:none;justify-content:center;align-items:center;gap:8px;font-family:inherit;font-weight:500;line-height:1.2;transition:all .3s ease-out;display:inline-flex}.btn--sm{--spinner-size:14px;height:38px;padding:3px 14px;font-size:14px}.btn--md{--spinner-size:18px;height:44px;padding:3px 16px;font-size:15px}.btn--lg{--spinner-size:22px;height:50px;padding:3px 18px;font-size:16px}.btn--primary{color:#eceef2;--spinner-color:#6366f1;background:#171b24;border:1px solid #6366f1;border-radius:10px}.btn--primary:hover:not(:disabled):not(.is-loading){background:#6366f1}.btn--primary:active:not(:disabled):not(.is-loading){filter:brightness(.9);transform:scale(.97)}.btn--primary:disabled{cursor:not-allowed;opacity:.4;transform:none}.btn--primary.is-loading{cursor:wait}.btn--secondary{color:#eceef2;--spinner-color:#8a93a6;background:#171b24;border:1px solid #8a93a6;border-radius:10px}.btn--secondary:hover:not(:disabled):not(.is-loading){background:#8a93a6}.btn--secondary:active:not(:disabled):not(.is-loading){filter:brightness(.9);transform:scale(.97)}.btn--secondary:disabled{cursor:not-allowed;opacity:.4;transform:none}.btn--secondary.is-loading{cursor:wait}.btn--success{color:#eceef2;--spinner-color:#10b981;background:#171b24;border:1px solid #10b981;border-radius:10px}.btn--success:hover:not(:disabled):not(.is-loading){background:#10b981}.btn--success:active:not(:disabled):not(.is-loading){filter:brightness(.9);transform:scale(.97)}.btn--success:disabled{cursor:not-allowed;opacity:.4;transform:none}.btn--success.is-loading{cursor:wait}.btn--warning{color:#eceef2;--spinner-color:#f59e0b;background:#171b24;border:1px solid #f59e0b;border-radius:10px}.btn--warning:hover:not(:disabled):not(.is-loading){background:#f59e0b}.btn--warning:active:not(:disabled):not(.is-loading){filter:brightness(.9);transform:scale(.97)}.btn--warning:disabled{cursor:not-allowed;opacity:.4;transform:none}.btn--warning.is-loading{cursor:wait}.btn--danger{color:#eceef2;--spinner-color:#ff4a6b;background:#171b24;border:1px solid #ff4a6b;border-radius:10px}.btn--danger:hover:not(:disabled):not(.is-loading){background:#ff4a6b}.btn--danger:active:not(:disabled):not(.is-loading){filter:brightness(.9);transform:scale(.97)}.btn--danger:disabled{cursor:not-allowed;opacity:.4;transform:none}.btn--danger.is-loading{cursor:wait}.btn--ghost{color:#8a93a6;--spinner-color:#0b0d11;background:#171b24;border:1px solid #0b0d11;border-radius:10px}.btn--ghost:hover:not(:disabled):not(.is-loading){filter:brightness(1.1)}.btn--ghost:active:not(:disabled):not(.is-loading){filter:brightness(.9);transform:scale(.97)}.btn--ghost:disabled{cursor:not-allowed;opacity:.4;transform:none}.btn--ghost.is-loading{cursor:wait}.btn-spinner{width:var(--spinner-size,18px);height:var(--spinner-size,18px);border:2px solid var(--spinner-color,currentColor);border-right-color:#0000;border-radius:50%;flex-shrink:0;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-icon{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;transition:all .3s ease-out;display:inline-flex}.btn-icon svg{transition:all .3s ease-out}.btn-icon--sm{width:32px;min-width:32px;height:32px;min-height:32px}.btn-icon--sm svg{width:18px;height:18px}.btn-icon--sm{--spinner-size:14px}.btn-icon--md{width:40px;min-width:40px;height:40px;min-height:40px}.btn-icon--md svg{width:22px;height:22px}.btn-icon--md{--spinner-size:18px}.btn-icon--lg{width:48px;min-width:48px;height:48px;min-height:48px}.btn-icon--lg svg{width:26px;height:26px}.btn-icon--lg{--spinner-size:22px}.btn-icon--primary{color:#6366f1;background:0 0}.btn-icon--primary svg{fill:currentColor}.btn-icon--primary:hover:not(:disabled):not(.is-loading){color:#4f46e5}.btn-icon--primary:active:not(:disabled):not(.is-loading){transform:scale(.92)}.btn-icon--primary:disabled{opacity:.4;cursor:not-allowed;transform:none}.btn-icon--primary.is-loading{cursor:wait}.btn-icon--secondary{color:#eceef2;background:0 0}.btn-icon--secondary svg{fill:currentColor}.btn-icon--secondary:hover:not(:disabled):not(.is-loading){color:#4f46e5}.btn-icon--secondary:active:not(:disabled):not(.is-loading){transform:scale(.92)}.btn-icon--secondary:disabled{opacity:.4;cursor:not-allowed;transform:none}.btn-icon--secondary.is-loading{cursor:wait}.btn-icon--success{color:#10b981;background:0 0}.btn-icon--success svg{fill:currentColor}.btn-icon--success:hover:not(:disabled):not(.is-loading){filter:brightness(1.2)}.btn-icon--success:active:not(:disabled):not(.is-loading){transform:scale(.92)}.btn-icon--success:disabled{opacity:.4;cursor:not-allowed;transform:none}.btn-icon--success.is-loading{cursor:wait}.btn-icon--warning{color:#f59e0b;background:0 0}.btn-icon--warning svg{fill:currentColor}.btn-icon--warning:hover:not(:disabled):not(.is-loading){filter:brightness(1.2)}.btn-icon--warning:active:not(:disabled):not(.is-loading){transform:scale(.92)}.btn-icon--warning:disabled{opacity:.4;cursor:not-allowed;transform:none}.btn-icon--warning.is-loading{cursor:wait}.btn-icon--danger{color:#ff4a6b;background:0 0}.btn-icon--danger svg{fill:currentColor}.btn-icon--danger:hover:not(:disabled):not(.is-loading){filter:brightness(1.2)}.btn-icon--danger:active:not(:disabled):not(.is-loading){transform:scale(.92)}.btn-icon--danger:disabled{opacity:.4;cursor:not-allowed;transform:none}.btn-icon--danger.is-loading{cursor:wait}.btn-icon--ghost{color:#8a93a6;background:0 0}.btn-icon--ghost svg{fill:currentColor}.btn-icon--ghost:hover:not(:disabled):not(.is-loading){color:#eceef2}.btn-icon--ghost:active:not(:disabled):not(.is-loading){transform:scale(.92)}.btn-icon--ghost:disabled{opacity:.4;cursor:not-allowed;transform:none}.btn-icon--ghost.is-loading{cursor:wait}.form-error{color:#ff4a6b;font-size:13px}.form-hint,.form-label{color:#8a93a6;font-size:13px}.form-label--top{margin:0 0 10px}.form-label--side{margin:10px}.form__item{background:#171b24;width:100%;margin:14px 0;padding:14px;transition:all .3s ease-out}@media (width<=1024px){.form__item{margin:10px 0;padding:10px}}@media (width<=768px){.form__item{margin:6px 0;padding:6px}}.form__actions{background:#171b24;width:100%;margin:14px 0;padding:14px;transition:all .3s ease-out}@media (width<=1024px){.form__actions{margin:10px 0;padding:10px}}@media (width<=768px){.form__actions{margin:6px 0;padding:6px}}.form__actions{flex-direction:row;justify-content:start;align-items:center;gap:10px;display:flex}.base-input{flex-direction:column;display:flex}.base-input__control{color:#eceef2;background:#12151c;border:1px solid #0b0d11;border-radius:0;margin-top:5px;padding:10px;transition:all .3s ease-out}.base-input__control:focus,.base-input__control:focus-visible{border-color:#4f46e5;outline:none;box-shadow:0 0 0 4px #6366f126}.base-input__control:disabled{opacity:.4;cursor:not-allowed}.base-input__control.is-error{border-color:#ff4a6b}.base-input__control.is-error:focus,.base-input__control.is-error:focus-visible{box-shadow:0 0 0 4px #ff4a6b26;border-color:#ff4a6b!important}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(98%)sepia(1%)saturate(678%)hue-rotate(181deg)brightness(98%)contrast(94%)}.base-select{flex-direction:column;display:flex}.base-select__wrapper{position:relative}.base-select__field{color:#eceef2;background:#12151c;border:1px solid #0b0d11;border-radius:0;margin-top:5px;padding:10px;transition:all .3s ease-out}.base-select__field:focus,.base-select__field:focus-visible{border-color:#4f46e5;outline:none;box-shadow:0 0 0 4px #6366f126}.base-select__field:disabled{opacity:.4;cursor:not-allowed}.base-select__field.is-error{border-color:#ff4a6b}.base-select__field.is-error:focus,.base-select__field.is-error:focus-visible{box-shadow:0 0 0 4px #ff4a6b26;border-color:#ff4a6b!important}.base-select__field{appearance:none;cursor:pointer;border-radius:0;width:100%}.base-select__icon{pointer-events:none;color:#8a93a6;font-size:14px;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.base-textarea{flex-direction:column;display:flex}.base-textarea__field{color:#eceef2;background:#12151c;border:1px solid #0b0d11;border-radius:0;margin-top:5px;padding:10px;transition:all .3s ease-out}.base-textarea__field:focus,.base-textarea__field:focus-visible{border-color:#4f46e5;outline:none;box-shadow:0 0 0 4px #6366f126}.base-textarea__field:disabled{opacity:.4;cursor:not-allowed}.base-textarea__field.is-error{border-color:#ff4a6b}.base-textarea__field.is-error:focus,.base-textarea__field.is-error:focus-visible{box-shadow:0 0 0 4px #ff4a6b26;border-color:#ff4a6b!important}.base-textarea__field{resize:vertical;min-height:120px}.base-textarea__field::placeholder{color:#8a93a6}.base-checkbox{position:relative}.base-checkbox__wrapper{cursor:pointer;flex-direction:column;width:100%;display:flex}.base-checkbox__data{-webkit-user-select:none;user-select:none;align-items:center;margin-bottom:6px;display:inline-flex}.base-checkbox__field{opacity:0;appearance:none;width:0;height:0;position:absolute}.base-checkbox__field:focus-visible+.base-checkbox__box{border-color:#4f46e5}.base-checkbox__field:checked+.base-checkbox__box{border-color:#6366f1}.base-checkbox__field:checked+.base-checkbox__box .base-checkbox__check{transform:scale(1)}.base-checkbox__field:disabled+.base-checkbox__box{opacity:.4;cursor:not-allowed}.base-checkbox__box{color:#eceef2;background:#12151c;border:1px solid #0b0d11;border-radius:0;margin-top:5px;padding:10px;transition:all .3s ease-out}.base-checkbox__box:focus,.base-checkbox__box:focus-visible{border-color:#4f46e5;outline:none;box-shadow:0 0 0 4px #6366f126}.base-checkbox__box:disabled{opacity:.4;cursor:not-allowed}.base-checkbox__box.is-error{border-color:#ff4a6b}.base-checkbox__box.is-error:focus,.base-checkbox__box.is-error:focus-visible{box-shadow:0 0 0 4px #ff4a6b26;border-color:#ff4a6b!important}.base-checkbox__box{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-bottom:4px;display:flex}.base-checkbox__check{color:#eceef2;border-radius:50%;transition:all .3s ease-out;transform:scale(0)}.base-radio{position:relative}.base-radio__wrapper{cursor:pointer;flex-direction:column;width:100%;display:flex}.base-radio__data{-webkit-user-select:none;user-select:none;align-items:center;margin-bottom:6px;display:inline-flex;position:relative}.base-radio__field{opacity:0;appearance:none;width:0;height:0;position:absolute}.base-radio__field:checked+.base-radio__box{border-color:#6366f1}.base-radio__field:checked+.base-radio__box .base-radio__circle{background:#eceef2;transform:scale(1)}.base-radio__field:disabled+.base-radio__box{opacity:.4;cursor:not-allowed}.base-radio__box{color:#eceef2;background:#12151c;border:1px solid #0b0d11;border-radius:0;margin-top:5px;padding:10px;transition:all .3s ease-out}.base-radio__box:focus,.base-radio__box:focus-visible{border-color:#4f46e5;outline:none;box-shadow:0 0 0 4px #6366f126}.base-radio__box:disabled{opacity:.4;cursor:not-allowed}.base-radio__box.is-error{border-color:#ff4a6b}.base-radio__box.is-error:focus,.base-radio__box.is-error:focus-visible{box-shadow:0 0 0 4px #ff4a6b26;border-color:#ff4a6b!important}.base-radio__box{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-bottom:5px;display:flex}.base-radio__circle{background:0 0;border-radius:50%;flex-shrink:0;width:10px;height:10px;transition:all .3s ease-out;display:block;transform:scale(0)}.base-breadcrumbs{white-space:nowrap;max-width:100%;overflow:auto scroll}.base-breadcrumbs__list{align-items:center;list-style:none;display:flex}.base-breadcrumbs__item{align-items:center;display:flex}.base-breadcrumbs__item a,.base-breadcrumbs__item span{margin-top:0;padding-top:0}.base-breadcrumbs__item a:hover{color:#4f46e5}.base-breadcrumbs__item-separator{margin:0 8px}.base-pagination{justify-content:center;align-items:center;gap:8px;width:100%;display:flex}.base-pagination p{padding-top:0;transition:all .3s ease-out;cursor:pointer!important}.base-pagination p:hover{color:#4f46e5}.base-pagination .btn-icon.is-active p{font-weight:700;color:#6366f1!important}.base-pagination__desktop{align-items:center;gap:5px;display:flex}@media (width<=640px){.base-pagination__desktop{display:none}}.base-pagination__mobile{display:none}@media (width<=640px){.base-pagination__mobile{align-items:center;display:flex}}.empty-state{border:1px solid #0b0d11;border-radius:0;padding:10px}.empty-state__text p,.empty-state__text h3{text-align:center}.empty-state__actions{justify-content:center;display:flex}.empty-state--secondary{border-color:#eceef2}.empty-state--primary{border-color:#6366f1}.empty-state--primary p,.empty-state--primary h3,.empty-state--primary a{color:#6366f1}.error-state{border:1px dotted #ff4a6b;border-radius:0;padding:10px}.error-state__action{justify-content:center;display:flex}.base-skeleton{opacity:.4;background:#0b0d11;border-radius:0}.base-skeleton__circle{border-radius:50%;width:50px;height:50px}.base-skeleton__text{width:100%;height:20px}.base-skeleton__rect{width:100%;height:100px}.base-toast-container{z-index:99999;pointer-events:none;position:fixed;top:20px;right:20px}.base-toast{pointer-events:auto;background:#0b0d11;border:1px solid #0b0d11;border-radius:0;width:300px;margin-top:5px;padding:10px;animation:.25s fadeIn;position:relative;overflow:hidden}.base-toast__wrapper{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.base-toast__wrapper p{margin:0;padding:0}.base-toast__progress{pointer-events:none;background:#ffffffb3;height:4px;transition:width .1s linear;position:absolute;bottom:0;left:0}.base-toast--primary{border-color:#6366f1}.base-toast--secondary{border-color:#eceef2}.base-toast--success{border-color:#10b981}.base-toast--warning{border-color:#f59e0b}.base-toast--danger{border-color:#ff4a6b}.toast-enter-active,.toast-leave-active{transition:all .25s}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(30px)}.base-modal-backdrop{z-index:10000;pointer-events:auto;background:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.base-modal{background:#171b24;border:1px solid #0b0d11;border-radius:0;width:100%;max-width:450px;padding:24px}.base-modal__header{margin-bottom:16px}.base-modal__content{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.base-modal__footer{justify-content:flex-end;gap:12px;display:flex}@media (width<=500px){.base-modal{max-width:100%}}.modal-fade-enter-active,.modal-fade-leave-active{transition:opacity .25s}.modal-fade-enter-active .base-modal,.modal-fade-leave-active .base-modal{transition:transform .25s}.modal-fade-enter-from,.modal-fade-leave-to{opacity:0}.modal-fade-enter-from .base-modal,.modal-fade-leave-to .base-modal{transform:translateY(-20px)}.base-modal--primary{border-color:#6366f1}.base-modal--secondary{border-color:#eceef2}.base-modal--success{border-color:#10b981}.base-modal--warning{border-color:#f59e0b}.base-modal--danger{border-color:#ff4a6b}.txt--primary{color:#6366f1}.txt--danger{color:#ff4a6b}.txt--warning{color:#f59e0b}.txt--success{color:#10b981}.txt--secondary{color:#eceef2}.txt--muted{color:#8a93a6}.txt--left{text-align:left}.txt--center{text-align:center}.txt--right{text-align:right}
1
+ @import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
2
+
3
+ :root {
4
+ --ui-text: #eceef2;
5
+ --ui-text-muted: #8a93a6;
6
+ --ui-bg: #0b0d11;
7
+ --ui-bg-soft: #12151c;
8
+ --ui-bg-card: #171b24;
9
+ --ui-bg-code: #1e2330;
10
+ --ui-primary: #6366f1;
11
+ --ui-primary-hover: #4f46e5;
12
+ --ui-danger: #ff4a6b;
13
+ --ui-success: #10b981;
14
+ --ui-warning: #f59e0b;
15
+ --ui-font-heading: 26px;
16
+ --ui-font-subheading: 19px;
17
+ --ui-font-body: 16px;
18
+ --ui-font-heading-md: 24px;
19
+ --ui-font-subheading-md: 18px;
20
+ --ui-font-body-md: 15px;
21
+ --ui-font-heading-sm: 20px;
22
+ --ui-font-subheading-sm: 16px;
23
+ --ui-font-body-sm: 14px;
24
+ --ui-border-color: #eceef214;
25
+ --ui-border-width: 1px;
26
+ --ui-border-style: solid;
27
+ --ui-border-radius: 0px;
28
+ --ui-space-content-sm: 6px;
29
+ --ui-space-content-md: 10px;
30
+ --ui-space-content-lg: 14px;
31
+ --ui-space-container-sm: 16px;
32
+ --ui-space-container-md: 24px;
33
+ --ui-space-container-lg: 32px;
34
+ --ui-transition: all .3s ease-out;
35
+ --ui-opacity: .4
36
+ }
37
+
38
+ *,
39
+ :before,
40
+ :after {
41
+ box-sizing: border-box
42
+ }
43
+
44
+ :focus,
45
+ :active,
46
+ a:focus,
47
+ a:active {
48
+ outline: none
49
+ }
50
+
51
+ nav,
52
+ footer,
53
+ aside {
54
+ display: block
55
+ }
56
+
57
+ html,
58
+ body {
59
+ -webkit-text-size-adjust: 100%;
60
+ -moz-text-size-adjust: 100%;
61
+ -ms-text-size-adjust: 100%;
62
+ -webkit-font-smoothing: antialiased;
63
+ -moz-osx-font-smoothing: grayscale;
64
+ text-rendering: optimizelegibility;
65
+ background: #232222;
66
+ height: 100%;
67
+ margin: 0;
68
+ padding: 0;
69
+ font-family: Inter, sans-serif;
70
+ font-size: 100%;
71
+ line-height: 1.5
72
+ }
73
+
74
+ input,
75
+ textarea,
76
+ button,
77
+ select {
78
+ font-family: inherit
79
+ }
80
+
81
+ input::-ms-clear {
82
+ display: none
83
+ }
84
+
85
+ button {
86
+ cursor: pointer;
87
+ background: 0 0;
88
+ border: none
89
+ }
90
+
91
+ button::-moz-focus-inner {
92
+ border: 0;
93
+ padding: 0
94
+ }
95
+
96
+ a,
97
+ a:visited {
98
+ cursor: pointer;
99
+ text-decoration: none
100
+ }
101
+
102
+ button,
103
+ a:hover {
104
+ text-decoration: none
105
+ }
106
+
107
+ h1,
108
+ h2,
109
+ h3,
110
+ h4,
111
+ h5,
112
+ h6 {
113
+ font-weight: 400
114
+ }
115
+
116
+ ul {
117
+ padding-inline-start: 0
118
+ }
119
+
120
+ ul li {
121
+ margin: 0;
122
+ list-style: none
123
+ }
124
+
125
+ img {
126
+ max-width: 100%;
127
+ display: block
128
+ }
129
+
130
+ .heading {
131
+ font-size: var(--ui-font-heading);
132
+ font-weight: 600;
133
+ line-height: 34px
134
+ }
135
+
136
+ .subheading {
137
+ font-size: var(--ui-font-subheading);
138
+ font-weight: 500;
139
+ line-height: 28px
140
+ }
141
+
142
+ .body-text {
143
+ font-size: var(--ui-font-body);
144
+ font-weight: 400;
145
+ line-height: 24px
146
+ }
147
+
148
+ @media (width<=1024px) {
149
+ .heading {
150
+ font-size: var(--ui-font-heading-md);
151
+ line-height: 30px
152
+ }
153
+
154
+ .subheading {
155
+ font-size: var(--ui-font-subheading-md);
156
+ line-height: 24px
157
+ }
158
+
159
+ .body-text {
160
+ font-size: var(--ui-font-body-md);
161
+ line-height: 22px
162
+ }
163
+ }
164
+
165
+ @media (width<=767px) {
166
+ .heading {
167
+ font-size: var(--ui-font-heading-sm);
168
+ line-height: 26px
169
+ }
170
+
171
+ .subheading {
172
+ font-size: var(--ui-font-subheading-sm);
173
+ line-height: 22px
174
+ }
175
+
176
+ .body-text {
177
+ font-size: var(--ui-font-body-sm);
178
+ line-height: 20px
179
+ }
180
+ }
181
+
182
+ a {
183
+ transition: var(--ui-transition);
184
+ text-underline-offset: 4px;
185
+ display: block
186
+ }
187
+
188
+ a:hover {
189
+ opacity: .8
190
+ }
191
+
192
+ a:active {
193
+ opacity: .6;
194
+ filter: brightness(.9)
195
+ }
196
+
197
+ .shimmer {
198
+ position: relative;
199
+ overflow: hidden
200
+ }
201
+
202
+ .shimmer:before {
203
+ content: "";
204
+ background: linear-gradient(to right, transparent 0%, var(--ui-text-muted) 50%, transparent 100%);
205
+ width: 150px;
206
+ height: 100%;
207
+ animation: 2.6s infinite loading;
208
+ position: absolute;
209
+ top: 0;
210
+ left: -150px
211
+ }
212
+
213
+ @keyframes loading {
214
+ 0% {
215
+ left: -150px
216
+ }
217
+
218
+ to {
219
+ left: 100%
220
+ }
221
+ }
222
+
223
+ .fade-enter-active,
224
+ .fade-leave-active {
225
+ transition: opacity .25s
226
+ }
227
+
228
+ .fade-enter-from,
229
+ .fade-leave-to {
230
+ opacity: 0
231
+ }
232
+
233
+ .visually-hidden {
234
+ clip: rect(0, 0, 0, 0);
235
+ white-space: nowrap;
236
+ border: 0;
237
+ width: 1px;
238
+ height: 1px;
239
+ margin: -1px;
240
+ padding: 0;
241
+ position: absolute;
242
+ overflow: hidden
243
+ }
244
+
245
+ .btn {
246
+ -webkit-user-select: none;
247
+ user-select: none;
248
+ white-space: nowrap;
249
+ cursor: pointer;
250
+ transition: var(--ui-transition);
251
+ border: none;
252
+ outline: none;
253
+ justify-content: center;
254
+ align-items: center;
255
+ gap: 8px;
256
+ font-family: inherit;
257
+ font-weight: 500;
258
+ line-height: 1.2;
259
+ display: inline-flex
260
+ }
261
+
262
+ .btn--sm {
263
+ --spinner-size: 14px;
264
+ height: 38px;
265
+ padding: 3px 14px;
266
+ font-size: 14px
267
+ }
268
+
269
+ .btn--md {
270
+ --spinner-size: 18px;
271
+ height: 44px;
272
+ padding: 3px 16px;
273
+ font-size: 15px
274
+ }
275
+
276
+ .btn--lg {
277
+ --spinner-size: 22px;
278
+ height: 50px;
279
+ padding: 3px 18px;
280
+ font-size: 16px
281
+ }
282
+
283
+ .btn--primary {
284
+ border: var(--ui-border-width) var(--ui-border-style) var(--ui-primary);
285
+ background: var(--ui-bg-card);
286
+ color: var(--ui-text);
287
+ --spinner-color: var(--ui-primary);
288
+ border-radius: 10px
289
+ }
290
+
291
+ .btn--primary:hover:not(:disabled):not(.is-loading) {
292
+ background: var(--ui-primary)
293
+ }
294
+
295
+ .btn--primary:active:not(:disabled):not(.is-loading) {
296
+ filter: brightness(.9);
297
+ transform: scale(.97)
298
+ }
299
+
300
+ .btn--primary:disabled {
301
+ cursor: not-allowed;
302
+ opacity: var(--ui-opacity);
303
+ transform: none
304
+ }
305
+
306
+ .btn--primary.is-loading {
307
+ cursor: wait
308
+ }
309
+
310
+ .btn--secondary {
311
+ border: var(--ui-border-width) var(--ui-border-style) var(--ui-text-muted);
312
+ background: var(--ui-bg-card);
313
+ color: var(--ui-text);
314
+ --spinner-color: var(--ui-text-muted);
315
+ border-radius: 10px
316
+ }
317
+
318
+ .btn--secondary:hover:not(:disabled):not(.is-loading) {
319
+ background: var(--ui-text-muted)
320
+ }
321
+
322
+ .btn--secondary:active:not(:disabled):not(.is-loading) {
323
+ filter: brightness(.9);
324
+ transform: scale(.97)
325
+ }
326
+
327
+ .btn--secondary:disabled {
328
+ cursor: not-allowed;
329
+ opacity: var(--ui-opacity);
330
+ transform: none
331
+ }
332
+
333
+ .btn--secondary.is-loading {
334
+ cursor: wait
335
+ }
336
+
337
+ .btn--success {
338
+ border: var(--ui-border-width) var(--ui-border-style) var(--ui-success);
339
+ background: var(--ui-bg-card);
340
+ color: var(--ui-text);
341
+ --spinner-color: var(--ui-success);
342
+ border-radius: 10px
343
+ }
344
+
345
+ .btn--success:hover:not(:disabled):not(.is-loading) {
346
+ background: var(--ui-success)
347
+ }
348
+
349
+ .btn--success:active:not(:disabled):not(.is-loading) {
350
+ filter: brightness(.9);
351
+ transform: scale(.97)
352
+ }
353
+
354
+ .btn--success:disabled {
355
+ cursor: not-allowed;
356
+ opacity: var(--ui-opacity);
357
+ transform: none
358
+ }
359
+
360
+ .btn--success.is-loading {
361
+ cursor: wait
362
+ }
363
+
364
+ .btn--warning {
365
+ border: var(--ui-border-width) var(--ui-border-style) var(--ui-warning);
366
+ background: var(--ui-bg-card);
367
+ color: var(--ui-text);
368
+ --spinner-color: var(--ui-warning);
369
+ border-radius: 10px
370
+ }
371
+
372
+ .btn--warning:hover:not(:disabled):not(.is-loading) {
373
+ background: var(--ui-warning)
374
+ }
375
+
376
+ .btn--warning:active:not(:disabled):not(.is-loading) {
377
+ filter: brightness(.9);
378
+ transform: scale(.97)
379
+ }
380
+
381
+ .btn--warning:disabled {
382
+ cursor: not-allowed;
383
+ opacity: var(--ui-opacity);
384
+ transform: none
385
+ }
386
+
387
+ .btn--warning.is-loading {
388
+ cursor: wait
389
+ }
390
+
391
+ .btn--danger {
392
+ border: var(--ui-border-width) var(--ui-border-style) var(--ui-danger);
393
+ background: var(--ui-bg-card);
394
+ color: var(--ui-text);
395
+ --spinner-color: var(--ui-danger);
396
+ border-radius: 10px
397
+ }
398
+
399
+ .btn--danger:hover:not(:disabled):not(.is-loading) {
400
+ background: var(--ui-danger)
401
+ }
402
+
403
+ .btn--danger:active:not(:disabled):not(.is-loading) {
404
+ filter: brightness(.9);
405
+ transform: scale(.97)
406
+ }
407
+
408
+ .btn--danger:disabled {
409
+ cursor: not-allowed;
410
+ opacity: var(--ui-opacity);
411
+ transform: none
412
+ }
413
+
414
+ .btn--danger.is-loading {
415
+ cursor: wait
416
+ }
417
+
418
+ .btn--ghost {
419
+ border: var(--ui-border-width) var(--ui-border-style) var(--ui-bg);
420
+ background: var(--ui-bg-card);
421
+ color: var(--ui-text-muted);
422
+ --spinner-color: var(--ui-bg);
423
+ border-radius: 10px
424
+ }
425
+
426
+ .btn--ghost:hover:not(:disabled):not(.is-loading) {
427
+ filter: brightness(1.1)
428
+ }
429
+
430
+ .btn--ghost:active:not(:disabled):not(.is-loading) {
431
+ filter: brightness(.9);
432
+ transform: scale(.97)
433
+ }
434
+
435
+ .btn--ghost:disabled {
436
+ cursor: not-allowed;
437
+ opacity: var(--ui-opacity);
438
+ transform: none
439
+ }
440
+
441
+ .btn--ghost.is-loading {
442
+ cursor: wait
443
+ }
444
+
445
+ .btn-spinner {
446
+ width: var(--spinner-size, 18px);
447
+ height: var(--spinner-size, 18px);
448
+ border: 2px solid var(--spinner-color, currentColor);
449
+ border-right-color: #0000;
450
+ border-radius: 50%;
451
+ flex-shrink: 0;
452
+ animation: .8s linear infinite spin;
453
+ display: inline-block
454
+ }
455
+
456
+ @keyframes spin {
457
+ 0% {
458
+ transform: rotate(0)
459
+ }
460
+
461
+ to {
462
+ transform: rotate(360deg)
463
+ }
464
+ }
465
+
466
+ .btn-icon {
467
+ cursor: pointer;
468
+ transition: var(--ui-transition);
469
+ background: 0 0;
470
+ border: none;
471
+ justify-content: center;
472
+ align-items: center;
473
+ margin: 0;
474
+ padding: 0;
475
+ display: inline-flex
476
+ }
477
+
478
+ .btn-icon svg {
479
+ transition: var(--ui-transition)
480
+ }
481
+
482
+ .btn-icon--sm {
483
+ width: 32px;
484
+ min-width: 32px;
485
+ height: 32px;
486
+ min-height: 32px
487
+ }
488
+
489
+ .btn-icon--sm svg {
490
+ width: 18px;
491
+ height: 18px
492
+ }
493
+
494
+ .btn-icon--sm {
495
+ --spinner-size: 14px
496
+ }
497
+
498
+ .btn-icon--md {
499
+ width: 40px;
500
+ min-width: 40px;
501
+ height: 40px;
502
+ min-height: 40px
503
+ }
504
+
505
+ .btn-icon--md svg {
506
+ width: 22px;
507
+ height: 22px
508
+ }
509
+
510
+ .btn-icon--md {
511
+ --spinner-size: 18px
512
+ }
513
+
514
+ .btn-icon--lg {
515
+ width: 48px;
516
+ min-width: 48px;
517
+ height: 48px;
518
+ min-height: 48px
519
+ }
520
+
521
+ .btn-icon--lg svg {
522
+ width: 26px;
523
+ height: 26px
524
+ }
525
+
526
+ .btn-icon--lg {
527
+ --spinner-size: 22px
528
+ }
529
+
530
+ .btn-icon--primary {
531
+ color: var(--ui-primary);
532
+ background: 0 0
533
+ }
534
+
535
+ .btn-icon--primary svg {
536
+ fill: currentColor
537
+ }
538
+
539
+ .btn-icon--primary:hover:not(:disabled):not(.is-loading) {
540
+ color: var(--ui-primary-hover)
541
+ }
542
+
543
+ .btn-icon--primary:active:not(:disabled):not(.is-loading) {
544
+ transform: scale(.92)
545
+ }
546
+
547
+ .btn-icon--primary:disabled {
548
+ opacity: var(--ui-opacity);
549
+ cursor: not-allowed;
550
+ transform: none
551
+ }
552
+
553
+ .btn-icon--primary.is-loading {
554
+ cursor: wait
555
+ }
556
+
557
+ .btn-icon--secondary {
558
+ color: var(--ui-text);
559
+ background: 0 0
560
+ }
561
+
562
+ .btn-icon--secondary svg {
563
+ fill: currentColor
564
+ }
565
+
566
+ .btn-icon--secondary:hover:not(:disabled):not(.is-loading) {
567
+ color: var(--ui-primary-hover)
568
+ }
569
+
570
+ .btn-icon--secondary:active:not(:disabled):not(.is-loading) {
571
+ transform: scale(.92)
572
+ }
573
+
574
+ .btn-icon--secondary:disabled {
575
+ opacity: var(--ui-opacity);
576
+ cursor: not-allowed;
577
+ transform: none
578
+ }
579
+
580
+ .btn-icon--secondary.is-loading {
581
+ cursor: wait
582
+ }
583
+
584
+ .btn-icon--success {
585
+ color: var(--ui-success);
586
+ background: 0 0
587
+ }
588
+
589
+ .btn-icon--success svg {
590
+ fill: currentColor
591
+ }
592
+
593
+ .btn-icon--success:hover:not(:disabled):not(.is-loading) {
594
+ filter: brightness(1.2)
595
+ }
596
+
597
+ .btn-icon--success:active:not(:disabled):not(.is-loading) {
598
+ transform: scale(.92)
599
+ }
600
+
601
+ .btn-icon--success:disabled {
602
+ opacity: var(--ui-opacity);
603
+ cursor: not-allowed;
604
+ transform: none
605
+ }
606
+
607
+ .btn-icon--success.is-loading {
608
+ cursor: wait
609
+ }
610
+
611
+ .btn-icon--warning {
612
+ color: var(--ui-warning);
613
+ background: 0 0
614
+ }
615
+
616
+ .btn-icon--warning svg {
617
+ fill: currentColor
618
+ }
619
+
620
+ .btn-icon--warning:hover:not(:disabled):not(.is-loading) {
621
+ filter: brightness(1.2)
622
+ }
623
+
624
+ .btn-icon--warning:active:not(:disabled):not(.is-loading) {
625
+ transform: scale(.92)
626
+ }
627
+
628
+ .btn-icon--warning:disabled {
629
+ opacity: var(--ui-opacity);
630
+ cursor: not-allowed;
631
+ transform: none
632
+ }
633
+
634
+ .btn-icon--warning.is-loading {
635
+ cursor: wait
636
+ }
637
+
638
+ .btn-icon--danger {
639
+ color: var(--ui-danger);
640
+ background: 0 0
641
+ }
642
+
643
+ .btn-icon--danger svg {
644
+ fill: currentColor
645
+ }
646
+
647
+ .btn-icon--danger:hover:not(:disabled):not(.is-loading) {
648
+ filter: brightness(1.2)
649
+ }
650
+
651
+ .btn-icon--danger:active:not(:disabled):not(.is-loading) {
652
+ transform: scale(.92)
653
+ }
654
+
655
+ .btn-icon--danger:disabled {
656
+ opacity: var(--ui-opacity);
657
+ cursor: not-allowed;
658
+ transform: none
659
+ }
660
+
661
+ .btn-icon--danger.is-loading {
662
+ cursor: wait
663
+ }
664
+
665
+ .btn-icon--ghost {
666
+ color: var(--ui-text-muted);
667
+ background: 0 0
668
+ }
669
+
670
+ .btn-icon--ghost svg {
671
+ fill: currentColor
672
+ }
673
+
674
+ .btn-icon--ghost:hover:not(:disabled):not(.is-loading) {
675
+ color: var(--ui-text)
676
+ }
677
+
678
+ .btn-icon--ghost:active:not(:disabled):not(.is-loading) {
679
+ transform: scale(.92)
680
+ }
681
+
682
+ .btn-icon--ghost:disabled {
683
+ opacity: var(--ui-opacity);
684
+ cursor: not-allowed;
685
+ transform: none
686
+ }
687
+
688
+ .btn-icon--ghost.is-loading {
689
+ cursor: wait
690
+ }
691
+
692
+ .form-error {
693
+ color: var(--ui-danger);
694
+ font-size: 13px
695
+ }
696
+
697
+ .form-hint,
698
+ .form-label {
699
+ color: var(--ui-text-muted);
700
+ font-size: 13px
701
+ }
702
+
703
+ .form-label--top {
704
+ margin: 0 0 10px
705
+ }
706
+
707
+ .form-label--side {
708
+ margin: 10px
709
+ }
710
+
711
+ .form__item {
712
+ background: var(--ui-bg-card);
713
+ width: 100%;
714
+ transition: var(--ui-transition);
715
+ padding: var(--ui-space-content-lg);
716
+ margin: var(--ui-space-content-lg) 0px
717
+ }
718
+
719
+ @media (width<=1024px) {
720
+ .form__item {
721
+ padding: var(--ui-space-content-md);
722
+ margin: var(--ui-space-content-md) 0px
723
+ }
724
+ }
725
+
726
+ @media (width<=768px) {
727
+ .form__item {
728
+ padding: var(--ui-space-content-sm);
729
+ margin: var(--ui-space-content-sm) 0px
730
+ }
731
+ }
732
+
733
+ .form__actions {
734
+ background: var(--ui-bg-card);
735
+ width: 100%;
736
+ transition: var(--ui-transition);
737
+ padding: var(--ui-space-content-lg);
738
+ margin: var(--ui-space-content-lg) 0px
739
+ }
740
+
741
+ @media (width<=1024px) {
742
+ .form__actions {
743
+ padding: var(--ui-space-content-md);
744
+ margin: var(--ui-space-content-md) 0px
745
+ }
746
+ }
747
+
748
+ @media (width<=768px) {
749
+ .form__actions {
750
+ padding: var(--ui-space-content-sm);
751
+ margin: var(--ui-space-content-sm) 0px
752
+ }
753
+ }
754
+
755
+ .form__actions {
756
+ flex-direction: row;
757
+ justify-content: start;
758
+ align-items: center;
759
+ gap: 10px;
760
+ display: flex
761
+ }
762
+
763
+ .base-input {
764
+ flex-direction: column;
765
+ display: flex
766
+ }
767
+
768
+ .base-input__control {
769
+ border: var(--ui-border-width) var(--ui-border-style) var(--ui-bg);
770
+ border-radius: var(--ui-border-radius);
771
+ background: var(--ui-bg-soft);
772
+ padding: var(--ui-space-content-md);
773
+ transition: var(--ui-transition);
774
+ color: var(--ui-text);
775
+ margin-top: 5px
776
+ }
777
+
778
+ .base-input__control:focus,
779
+ .base-input__control:focus-visible {
780
+ border-color: var(--ui-primary-hover);
781
+ box-shadow: 0 0 0 4px rgba(var(--ui-primary), .15);
782
+ outline: none
783
+ }
784
+
785
+ .base-input__control:disabled {
786
+ opacity: var(--ui-opacity);
787
+ cursor: not-allowed
788
+ }
789
+
790
+ .base-input__control.is-error {
791
+ border-color: var(--ui-danger)
792
+ }
793
+
794
+ .base-input__control.is-error:focus,
795
+ .base-input__control.is-error:focus-visible {
796
+ box-shadow: 0 0 0 4px rgba(var(--ui-danger), .15);
797
+ border-color: var(--ui-danger) !important
798
+ }
799
+
800
+ input[type=date]::-webkit-calendar-picker-indicator {
801
+ filter: invert(98%)sepia(1%)saturate(678%)hue-rotate(181deg)brightness(98%)contrast(94%)
802
+ }
803
+
804
+ .base-select {
805
+ flex-direction: column;
806
+ display: flex
807
+ }
808
+
809
+ .base-select__wrapper {
810
+ position: relative
811
+ }
812
+
813
+ .base-select__field {
814
+ border: var(--ui-border-width) var(--ui-border-style) var(--ui-bg);
815
+ border-radius: var(--ui-border-radius);
816
+ background: var(--ui-bg-soft);
817
+ padding: var(--ui-space-content-md);
818
+ transition: var(--ui-transition);
819
+ color: var(--ui-text);
820
+ margin-top: 5px
821
+ }
822
+
823
+ .base-select__field:focus,
824
+ .base-select__field:focus-visible {
825
+ border-color: var(--ui-primary-hover);
826
+ box-shadow: 0 0 0 4px rgba(var(--ui-primary), .15);
827
+ outline: none
828
+ }
829
+
830
+ .base-select__field:disabled {
831
+ opacity: var(--ui-opacity);
832
+ cursor: not-allowed
833
+ }
834
+
835
+ .base-select__field.is-error {
836
+ border-color: var(--ui-danger)
837
+ }
838
+
839
+ .base-select__field.is-error:focus,
840
+ .base-select__field.is-error:focus-visible {
841
+ box-shadow: 0 0 0 4px rgba(var(--ui-danger), .15);
842
+ border-color: var(--ui-danger) !important
843
+ }
844
+
845
+ .base-select__field {
846
+ appearance: none;
847
+ cursor: pointer;
848
+ border-radius: 0;
849
+ width: 100%
850
+ }
851
+
852
+ .base-select__icon {
853
+ pointer-events: none;
854
+ color: var(--ui-text-muted);
855
+ font-size: 14px;
856
+ position: absolute;
857
+ top: 50%;
858
+ right: 14px;
859
+ transform: translateY(-50%)
860
+ }
861
+
862
+ .base-textarea {
863
+ flex-direction: column;
864
+ display: flex
865
+ }
866
+
867
+ .base-textarea__field {
868
+ border: var(--ui-border-width) var(--ui-border-style) var(--ui-bg);
869
+ border-radius: var(--ui-border-radius);
870
+ background: var(--ui-bg-soft);
871
+ padding: var(--ui-space-content-md);
872
+ transition: var(--ui-transition);
873
+ color: var(--ui-text);
874
+ margin-top: 5px
875
+ }
876
+
877
+ .base-textarea__field:focus,
878
+ .base-textarea__field:focus-visible {
879
+ border-color: var(--ui-primary-hover);
880
+ box-shadow: 0 0 0 4px rgba(var(--ui-primary), .15);
881
+ outline: none
882
+ }
883
+
884
+ .base-textarea__field:disabled {
885
+ opacity: var(--ui-opacity);
886
+ cursor: not-allowed
887
+ }
888
+
889
+ .base-textarea__field.is-error {
890
+ border-color: var(--ui-danger)
891
+ }
892
+
893
+ .base-textarea__field.is-error:focus,
894
+ .base-textarea__field.is-error:focus-visible {
895
+ box-shadow: 0 0 0 4px rgba(var(--ui-danger), .15);
896
+ border-color: var(--ui-danger) !important
897
+ }
898
+
899
+ .base-textarea__field {
900
+ resize: vertical;
901
+ min-height: 120px
902
+ }
903
+
904
+ .base-textarea__field::placeholder {
905
+ color: var(--ui-text-muted)
906
+ }
907
+
908
+ .base-checkbox {
909
+ position: relative
910
+ }
911
+
912
+ .base-checkbox__wrapper {
913
+ cursor: pointer;
914
+ flex-direction: column;
915
+ width: 100%;
916
+ display: flex
917
+ }
918
+
919
+ .base-checkbox__data {
920
+ -webkit-user-select: none;
921
+ user-select: none;
922
+ align-items: center;
923
+ margin-bottom: 6px;
924
+ display: inline-flex
925
+ }
926
+
927
+ .base-checkbox__field {
928
+ opacity: 0;
929
+ appearance: none;
930
+ width: 0;
931
+ height: 0;
932
+ position: absolute
933
+ }
934
+
935
+ .base-checkbox__field:focus-visible+.base-checkbox__box {
936
+ border-color: var(--ui-primary-hover)
937
+ }
938
+
939
+ .base-checkbox__field:checked+.base-checkbox__box {
940
+ border-color: var(--ui-primary)
941
+ }
942
+
943
+ .base-checkbox__field:checked+.base-checkbox__box .base-checkbox__check {
944
+ transform: scale(1)
945
+ }
946
+
947
+ .base-checkbox__field:disabled+.base-checkbox__box {
948
+ opacity: var(--ui-opacity);
949
+ cursor: not-allowed
950
+ }
951
+
952
+ .base-checkbox__box {
953
+ border: var(--ui-border-width) var(--ui-border-style) var(--ui-bg);
954
+ border-radius: var(--ui-border-radius);
955
+ background: var(--ui-bg-soft);
956
+ padding: var(--ui-space-content-md);
957
+ transition: var(--ui-transition);
958
+ color: var(--ui-text);
959
+ margin-top: 5px
960
+ }
961
+
962
+ .base-checkbox__box:focus,
963
+ .base-checkbox__box:focus-visible {
964
+ border-color: var(--ui-primary-hover);
965
+ box-shadow: 0 0 0 4px rgba(var(--ui-primary), .15);
966
+ outline: none
967
+ }
968
+
969
+ .base-checkbox__box:disabled {
970
+ opacity: var(--ui-opacity);
971
+ cursor: not-allowed
972
+ }
973
+
974
+ .base-checkbox__box.is-error {
975
+ border-color: var(--ui-danger)
976
+ }
977
+
978
+ .base-checkbox__box.is-error:focus,
979
+ .base-checkbox__box.is-error:focus-visible {
980
+ box-shadow: 0 0 0 4px rgba(var(--ui-danger), .15);
981
+ border-color: var(--ui-danger) !important
982
+ }
983
+
984
+ .base-checkbox__box {
985
+ flex-shrink: 0;
986
+ justify-content: center;
987
+ align-items: center;
988
+ width: 20px;
989
+ height: 20px;
990
+ margin-bottom: 4px;
991
+ display: flex
992
+ }
993
+
994
+ .base-checkbox__check {
995
+ color: var(--ui-text);
996
+ transition: var(--ui-transition);
997
+ border-radius: 50%;
998
+ transform: scale(0)
999
+ }
1000
+
1001
+ .base-radio {
1002
+ position: relative
1003
+ }
1004
+
1005
+ .base-radio__wrapper {
1006
+ cursor: pointer;
1007
+ flex-direction: column;
1008
+ width: 100%;
1009
+ display: flex
1010
+ }
1011
+
1012
+ .base-radio__data {
1013
+ -webkit-user-select: none;
1014
+ user-select: none;
1015
+ align-items: center;
1016
+ margin-bottom: 6px;
1017
+ display: inline-flex;
1018
+ position: relative
1019
+ }
1020
+
1021
+ .base-radio__field {
1022
+ opacity: 0;
1023
+ appearance: none;
1024
+ width: 0;
1025
+ height: 0;
1026
+ position: absolute
1027
+ }
1028
+
1029
+ .base-radio__field:checked+.base-radio__box {
1030
+ border-color: var(--ui-primary)
1031
+ }
1032
+
1033
+ .base-radio__field:checked+.base-radio__box .base-radio__circle {
1034
+ background: var(--ui-text);
1035
+ transform: scale(1)
1036
+ }
1037
+
1038
+ .base-radio__field:disabled+.base-radio__box {
1039
+ opacity: var(--ui-opacity);
1040
+ cursor: not-allowed
1041
+ }
1042
+
1043
+ .base-radio__box {
1044
+ border: var(--ui-border-width) var(--ui-border-style) var(--ui-bg);
1045
+ border-radius: var(--ui-border-radius);
1046
+ background: var(--ui-bg-soft);
1047
+ padding: var(--ui-space-content-md);
1048
+ transition: var(--ui-transition);
1049
+ color: var(--ui-text);
1050
+ margin-top: 5px
1051
+ }
1052
+
1053
+ .base-radio__box:focus,
1054
+ .base-radio__box:focus-visible {
1055
+ border-color: var(--ui-primary-hover);
1056
+ box-shadow: 0 0 0 4px rgba(var(--ui-primary), .15);
1057
+ outline: none
1058
+ }
1059
+
1060
+ .base-radio__box:disabled {
1061
+ opacity: var(--ui-opacity);
1062
+ cursor: not-allowed
1063
+ }
1064
+
1065
+ .base-radio__box.is-error {
1066
+ border-color: var(--ui-danger)
1067
+ }
1068
+
1069
+ .base-radio__box.is-error:focus,
1070
+ .base-radio__box.is-error:focus-visible {
1071
+ box-shadow: 0 0 0 4px rgba(var(--ui-danger), .15);
1072
+ border-color: var(--ui-danger) !important
1073
+ }
1074
+
1075
+ .base-radio__box {
1076
+ border-radius: 50%;
1077
+ flex-shrink: 0;
1078
+ justify-content: center;
1079
+ align-items: center;
1080
+ width: 20px;
1081
+ height: 20px;
1082
+ margin-bottom: 5px;
1083
+ display: flex
1084
+ }
1085
+
1086
+ .base-radio__circle {
1087
+ transition: var(--ui-transition);
1088
+ background: 0 0;
1089
+ border-radius: 50%;
1090
+ flex-shrink: 0;
1091
+ width: 10px;
1092
+ height: 10px;
1093
+ display: block;
1094
+ transform: scale(0)
1095
+ }
1096
+
1097
+ .base-breadcrumbs {
1098
+ white-space: nowrap;
1099
+ max-width: 100%;
1100
+ overflow: auto scroll
1101
+ }
1102
+
1103
+ .base-breadcrumbs__list {
1104
+ align-items: center;
1105
+ list-style: none;
1106
+ display: flex
1107
+ }
1108
+
1109
+ .base-breadcrumbs__item {
1110
+ align-items: center;
1111
+ display: flex
1112
+ }
1113
+
1114
+ .base-breadcrumbs__item a,
1115
+ .base-breadcrumbs__item span {
1116
+ margin-top: 0;
1117
+ padding-top: 0
1118
+ }
1119
+
1120
+ .base-breadcrumbs__item a:hover {
1121
+ color: var(--ui-primary-hover)
1122
+ }
1123
+
1124
+ .base-breadcrumbs__item-separator {
1125
+ margin: 0 8px
1126
+ }
1127
+
1128
+ .base-pagination {
1129
+ justify-content: center;
1130
+ align-items: center;
1131
+ gap: 8px;
1132
+ width: 100%;
1133
+ display: flex
1134
+ }
1135
+
1136
+ .base-pagination p {
1137
+ transition: var(--ui-transition);
1138
+ padding-top: 0;
1139
+ cursor: pointer !important
1140
+ }
1141
+
1142
+ .base-pagination p:hover {
1143
+ color: var(--ui-primary-hover)
1144
+ }
1145
+
1146
+ .base-pagination .btn-icon.is-active p {
1147
+ font-weight: 700;
1148
+ color: var(--ui-primary) !important
1149
+ }
1150
+
1151
+ .base-pagination__desktop {
1152
+ align-items: center;
1153
+ gap: 5px;
1154
+ display: flex
1155
+ }
1156
+
1157
+ @media (width<=640px) {
1158
+ .base-pagination__desktop {
1159
+ display: none
1160
+ }
1161
+ }
1162
+
1163
+ .base-pagination__mobile {
1164
+ display: none
1165
+ }
1166
+
1167
+ @media (width<=640px) {
1168
+ .base-pagination__mobile {
1169
+ align-items: center;
1170
+ display: flex
1171
+ }
1172
+ }
1173
+
1174
+ .empty-state {
1175
+ border: var(--ui-border-width) var(--ui-border-style) var(--ui-bg);
1176
+ border-radius: var(--ui-border-radius);
1177
+ padding: 10px
1178
+ }
1179
+
1180
+ .empty-state__text p,
1181
+ .empty-state__text h3 {
1182
+ text-align: center
1183
+ }
1184
+
1185
+ .empty-state__actions {
1186
+ justify-content: center;
1187
+ display: flex
1188
+ }
1189
+
1190
+ .empty-state--secondary {
1191
+ border-color: var(--ui-text)
1192
+ }
1193
+
1194
+ .empty-state--primary {
1195
+ border-color: var(--ui-primary)
1196
+ }
1197
+
1198
+ .empty-state--primary p,
1199
+ .empty-state--primary h3,
1200
+ .empty-state--primary a {
1201
+ color: var(--ui-primary)
1202
+ }
1203
+
1204
+ .error-state {
1205
+ border: var(--ui-border-width) dotted var(--ui-danger);
1206
+ border-radius: var(--ui-border-radius);
1207
+ padding: 10px
1208
+ }
1209
+
1210
+ .error-state__action {
1211
+ justify-content: center;
1212
+ display: flex
1213
+ }
1214
+
1215
+ .base-skeleton {
1216
+ background: var(--ui-bg);
1217
+ opacity: var(--ui-opacity);
1218
+ border-radius: var(--ui-border-radius)
1219
+ }
1220
+
1221
+ .base-skeleton__circle {
1222
+ border-radius: 50%;
1223
+ width: 50px;
1224
+ height: 50px
1225
+ }
1226
+
1227
+ .base-skeleton__text {
1228
+ width: 100%;
1229
+ height: 20px
1230
+ }
1231
+
1232
+ .base-skeleton__rect {
1233
+ width: 100%;
1234
+ height: 100px
1235
+ }
1236
+
1237
+ .base-toast-container {
1238
+ z-index: 99999;
1239
+ pointer-events: none;
1240
+ position: fixed;
1241
+ top: 20px;
1242
+ right: 20px
1243
+ }
1244
+
1245
+ .base-toast {
1246
+ border: var(--ui-border-width) var(--ui-border-style) var(--ui-bg);
1247
+ border-radius: var(--ui-border-radius);
1248
+ background: var(--ui-bg);
1249
+ pointer-events: auto;
1250
+ width: 300px;
1251
+ margin-top: 5px;
1252
+ padding: 10px;
1253
+ animation: .25s fadeIn;
1254
+ position: relative;
1255
+ overflow: hidden
1256
+ }
1257
+
1258
+ .base-toast__wrapper {
1259
+ flex-direction: row;
1260
+ justify-content: space-between;
1261
+ align-items: center;
1262
+ display: flex
1263
+ }
1264
+
1265
+ .base-toast__wrapper p {
1266
+ margin: 0;
1267
+ padding: 0
1268
+ }
1269
+
1270
+ .base-toast__progress {
1271
+ pointer-events: none;
1272
+ background: #ffffffb3;
1273
+ height: 4px;
1274
+ transition: width .1s linear;
1275
+ position: absolute;
1276
+ bottom: 0;
1277
+ left: 0
1278
+ }
1279
+
1280
+ .base-toast--primary {
1281
+ border-color: var(--ui-primary)
1282
+ }
1283
+
1284
+ .base-toast--secondary {
1285
+ border-color: var(--ui-text)
1286
+ }
1287
+
1288
+ .base-toast--success {
1289
+ border-color: var(--ui-success)
1290
+ }
1291
+
1292
+ .base-toast--warning {
1293
+ border-color: var(--ui-warning)
1294
+ }
1295
+
1296
+ .base-toast--danger {
1297
+ border-color: var(--ui-danger)
1298
+ }
1299
+
1300
+ .toast-enter-active,
1301
+ .toast-leave-active {
1302
+ transition: all .25s
1303
+ }
1304
+
1305
+ .toast-enter-from,
1306
+ .toast-leave-to {
1307
+ opacity: 0;
1308
+ transform: translate(30px)
1309
+ }
1310
+
1311
+ .base-modal-backdrop {
1312
+ z-index: 10000;
1313
+ pointer-events: auto;
1314
+ background: #00000080;
1315
+ justify-content: center;
1316
+ align-items: center;
1317
+ width: 100vw;
1318
+ height: 100vh;
1319
+ display: flex;
1320
+ position: fixed;
1321
+ top: 0;
1322
+ left: 0
1323
+ }
1324
+
1325
+ .base-modal {
1326
+ border: var(--ui-border-width) var(--ui-border-style) var(--ui-bg);
1327
+ border-radius: var(--ui-border-radius);
1328
+ background: var(--ui-bg-card);
1329
+ width: 100%;
1330
+ max-width: 450px;
1331
+ padding: 24px
1332
+ }
1333
+
1334
+ .base-modal__header {
1335
+ margin-bottom: 16px
1336
+ }
1337
+
1338
+ .base-modal__content {
1339
+ flex-direction: column;
1340
+ gap: 16px;
1341
+ margin-bottom: 24px;
1342
+ display: flex
1343
+ }
1344
+
1345
+ .base-modal__footer {
1346
+ justify-content: flex-end;
1347
+ gap: 12px;
1348
+ display: flex
1349
+ }
1350
+
1351
+ @media (width<=500px) {
1352
+ .base-modal {
1353
+ max-width: 100%
1354
+ }
1355
+ }
1356
+
1357
+ .modal-fade-enter-active,
1358
+ .modal-fade-leave-active {
1359
+ transition: opacity .25s
1360
+ }
1361
+
1362
+ .modal-fade-enter-active .base-modal,
1363
+ .modal-fade-leave-active .base-modal {
1364
+ transition: transform .25s
1365
+ }
1366
+
1367
+ .modal-fade-enter-from,
1368
+ .modal-fade-leave-to {
1369
+ opacity: 0
1370
+ }
1371
+
1372
+ .modal-fade-enter-from .base-modal,
1373
+ .modal-fade-leave-to .base-modal {
1374
+ transform: translateY(-20px)
1375
+ }
1376
+
1377
+ .base-modal--primary {
1378
+ border-color: var(--ui-primary)
1379
+ }
1380
+
1381
+ .base-modal--secondary {
1382
+ border-color: var(--ui-text)
1383
+ }
1384
+
1385
+ .base-modal--success {
1386
+ border-color: var(--ui-success)
1387
+ }
1388
+
1389
+ .base-modal--warning {
1390
+ border-color: var(--ui-warning)
1391
+ }
1392
+
1393
+ .base-modal--danger {
1394
+ border-color: var(--ui-danger)
1395
+ }
1396
+
1397
+ .txt--primary {
1398
+ color: var(--ui-primary)
1399
+ }
1400
+
1401
+ .txt--danger {
1402
+ color: var(--ui-danger)
1403
+ }
1404
+
1405
+ .txt--warning {
1406
+ color: var(--ui-warning)
1407
+ }
1408
+
1409
+ .txt--success {
1410
+ color: var(--ui-success)
1411
+ }
1412
+
1413
+ .txt--secondary {
1414
+ color: var(--ui-text)
1415
+ }
1416
+
1417
+ .txt--muted {
1418
+ color: var(--ui-text-muted)
1419
+ }
1420
+
1421
+ .txt--left {
1422
+ text-align: left
1423
+ }
1424
+
1425
+ .txt--center {
1426
+ text-align: center
1427
+ }
1428
+
1429
+ .txt--right {
1430
+ text-align: right
1431
+ }
1432
+
2
1433
  /*$vite$:1*/